<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: #202020;
  background-color: #F1F2F2;
}

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

a {
  text-decoration: none;
}

a:hover {
  opacity: .8;
}

ul {
  list-style: none;
}

/*component*/
.c-btn {
  position: relative;
  display: inline-block;
  width: 405px;
  padding: 15px 0 15px 75px;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.07em;
  color: #FFF;
}

.c-btn::before {
  content: '';
  position: absolute;
  left: 33px;
  top: 50%;
  width: 23px;
  height: 23px;
  transform: translateY(-50%);
  background-image: url(/store/tsukinomise/2021/articles/img/ico-sankaku.svg);
  background-size: contain;
  z-index: 1;
}

.c-btn--beige {
  background-color: #D2967C;
}

.c-btn--blue {
  background-color: #221F61;
}

.c-btn--pink {
  background-color: #C790BB;
}

.c-btn--green {
  background-color: #142324;
}

.c-btn--rounded {
  border-radius: 100px;
}

.c-goDetail {
  display: inline-block;
  padding: 10px 35px;
  text-align: center;
  color: #fff;
  background-color: #B77EAE;
  border-radius: 100px;
  margin-top: 10px;
  font-family: 'Koburina Gothic W6 JIS2004';
  font-weight: 600;
  letter-spacing: 0.05em;
}

.c-goDetail--kaku {
  border-radius: inherit;
}

.c-goDetail--v2 {
  background-color: #78A8BD;
}

/*swiper*/
.swiper-container {
  padding-bottom: 45px;
}

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

.swiper-container--prod1-mv, .swiper-container--prod2-mv, .swiper-container--prod3-mv {
  width: 80%;
  margin: 0;
  padding-bottom: 0;
}

.swiper-container--prod6-1, .swiper-container--prod6-2 {
  padding-bottom: 0;
}

.swiper-container {
  position: relative;
}

.swiper-container.comingsoon::after {
  content: 'COMING SOON 8.2 OUT';
  font-size: 17px;
  color: #B77EAE;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  z-index: 2;
}

.swiper-pagination {
  text-align: left;
  bottom: 5px !important;
  left: 2px !important;
}

.swiper-pagination.pattern0 &gt; span {
  display: none;
}

.swiper-pagination.pattern1 &gt; span {
  opacity: 1;
}

.swiper-pagination.pattern1 &gt; span:nth-of-type(1) {
  margin-left: 4px !important;
  background-color: #E7E1E8;
}

.swiper-pagination.pattern1 &gt; span:nth-of-type(2) {
  background-color: #443846;
}

.swiper-pagination.pattern1 &gt; span:nth-of-type(3) {
  background-color: #184039;
}

.swiper-pagination.pattern1 &gt; span:nth-of-type(4) {
  background-color: #504C53;
}

.swiper-pagination.pattern2 &gt; span {
  opacity: 1;
}

.swiper-pagination.pattern2 &gt; span:nth-of-type(1) {
  margin-left: 4px !important;
  background-color: #E5ECF2;
}

.swiper-pagination.pattern2 &gt; span:nth-of-type(2) {
  background-color: #CCDFD8;
}

.swiper-pagination.pattern2 &gt; span:nth-of-type(3) {
  background-color: #FF8D4E;
}

.swiper-pagination.pattern2 &gt; span:nth-of-type(4) {
  background-color: #693F78;
}

.swiper-pagination.pattern2 &gt; span:nth-of-type(5) {
  background-color: #194032;
}

.swiper-pagination.pattern3 &gt; span {
  opacity: 1;
}

.swiper-pagination.pattern3 &gt; span:nth-of-type(1) {
  margin-left: 4px !important;
  background-color: #F0AF57;
}

.swiper-pagination.pattern3 &gt; span:nth-of-type(2) {
  background-color: #ED5F4A;
}

.swiper-pagination.pattern3 &gt; span:nth-of-type(3) {
  background-color: #7DA398;
}

.swiper-pagination.pattern3 &gt; span:nth-of-type(4) {
  background-color: #76153F;
}

.swiper-pagination.pattern4 &gt; span {
  opacity: 1;
}

.swiper-pagination.pattern4 &gt; span:nth-of-type(1) {
  margin-left: 4px !important;
  background-color: #D9BFA7;
}

.swiper-pagination.pattern4 &gt; span:nth-of-type(2) {
  background-color: #644553;
}

.swiper-pagination.pattern4 &gt; span:nth-of-type(3) {
  background-color: #3F4A5A;
}

.swiper-pagination.pattern5 &gt; span {
  opacity: 1;
}

.swiper-pagination.pattern5 &gt; span:nth-of-type(1) {
  margin-left: 4px !important;
  background-color: #D9BFA7;
}

.swiper-pagination.pattern5 &gt; span:nth-of-type(2) {
  background-color: #3F4A5A;
}

.swiper-pagination.pattern6 &gt; span {
  opacity: 1;
}

.swiper-pagination.pattern6 &gt; span:nth-of-type(1) {
  margin-left: 4px !important;
  background-color: #C22741;
}

.swiper-pagination.pattern6 &gt; span:nth-of-type(2) {
  background-color: #A9CBAD;
}

.swiper-pagination.pattern6 &gt; span:nth-of-type(3) {
  background-color: #D9A0AE;
}

.swiper-pagination.pattern7 &gt; span {
  opacity: 1;
}

.swiper-pagination.pattern7 &gt; span:nth-of-type(1) {
  margin-left: 4px !important;
  background-color: #EFE9E3;
}

.swiper-pagination.pattern7 &gt; span:nth-of-type(2) {
  background-color: #CFDBDC;
}

.swiper-pagination.pattern7 &gt; span:nth-of-type(3) {
  background-color: #D7CAD6;
}

.swiper-pagination.pattern8 &gt; span {
  opacity: 1;
}

.swiper-pagination.pattern8 &gt; span:nth-of-type(1) {
  margin-left: 4px !important;
  background-color: #FFFFF1;
}

.swiper-pagination.pattern8 &gt; span:nth-of-type(2) {
  background-color: #BFBFBF;
}

.swiper-pagination.pattern9 &gt; span {
  opacity: 1;
}

.swiper-pagination.pattern9 &gt; span:nth-of-type(1) {
  margin-left: 4px !important;
  background-color: #A18C86;
}

.swiper-pagination.pattern9 &gt; span:nth-of-type(2) {
  background-color: #FFFFF1;
}

.swiper-pagination.pattern10 &gt; span {
  opacity: 1;
}

.swiper-pagination.pattern10 &gt; span:nth-of-type(1) {
  margin-left: 4px !important;
  background-color: #142330;
}

.swiper-pagination.pattern10 &gt; span:nth-of-type(2) {
  background-color: #FFFFF1;
}

.swiper-pagination.pattern10 &gt; span:nth-of-type(3) {
  background-color: #B9A592;
}

.swiper-pagination.pattern10 &gt; span:nth-of-type(4) {
  background-color: #D1D1D1;
}

.swiper-pagination.pattern10 &gt; span:nth-of-type(5) {
  background-color: #717876;
}

.swiper-pagination.pattern11 &gt; span {
  opacity: 1;
}

.swiper-pagination.pattern11 &gt; span:nth-of-type(1) {
  margin-left: 4px !important;
  background-color: #652B02;
}

.swiper-pagination.pattern11 &gt; span:nth-of-type(2) {
  background-color: #C9B991;
}

.swiper-pagination.pattern11 &gt; span:nth-of-type(3) {
  background-color: #C2E0FC;
}

.swiper-pagination.pattern11 &gt; span:nth-of-type(4) {
  background-color: #FFDAFB;
}

.swiper-pagination.pattern11 &gt; span:nth-of-type(5) {
  background-color: #FFFEF1;
}

.swiper-pagination.pattern11 &gt; span:nth-of-type(6) {
  background-color: #5B1267;
}

.swiper-pagination.pattern11 &gt; span:nth-of-type(7) {
  background-color: #717876;
}

.swiper-pagination.pattern12 &gt; span {
  opacity: 1;
}

.swiper-pagination.pattern12 &gt; span:nth-of-type(1) {
  margin-left: 4px !important;
  background-color: #BED4FF;
}

.swiper-pagination.pattern12 &gt; span:nth-of-type(2) {
  background-color: #EAEAEA;
}

.swiper-pagination.pattern12 &gt; span:nth-of-type(3) {
  background-color: #FFDAFB;
}

.swiper-pagination.pattern12 &gt; span:nth-of-type(4) {
  background-color: #B8DDDB;
}

.swiper-pagination.pattern13 &gt; span {
  opacity: 1;
}

.swiper-pagination.pattern13 &gt; span:nth-of-type(1) {
  margin-left: 4px !important;
  background-color: #FDFAEB;
}

.swiper-pagination.pattern13 &gt; span:nth-of-type(2) {
  background-color: #D4D0C8;
}

.swiper-pagination.pattern14 &gt; span {
  opacity: 1;
}

.swiper-pagination.pattern14 &gt; span:nth-of-type(1) {
  margin-left: 4px !important;
  background-color: #F0EBE3;
}

.swiper-pagination.pattern14 &gt; span:nth-of-type(2) {
  background-color: #DBD3C6;
}

.swiper-pagination.pattern14 &gt; span:nth-of-type(3) {
  background-color: #C0B7A8;
}

.swiper-pagination.pattern14 &gt; span:nth-of-type(4) {
  background-color: #A89E8E;
}

.swiper-pagination.pattern15 &gt; span {
  opacity: 1;
}

.swiper-pagination.pattern15 &gt; span:nth-of-type(1) {
  margin-left: 4px !important;
  background-color: #E7E1E8;
}

.swiper-pagination.pattern15 &gt; span:nth-of-type(2) {
  background-color: #CCDFD8;
}

.swiper-pagination.pattern15 &gt; span:nth-of-type(3) {
  background-color: #184039;
}

.swiper-pagination.pattern15 &gt; span:nth-of-type(4) {
  background-color: #504C53;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 10px !important;
}

.swiper-pagination-bullet-active {
  position: relative;
}

.swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(144, 144, 144, 0.9);
  border-radius: 100px;
  z-index: -1;
}

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

/*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;
}

.tukiInd-nav1 ul {
  display: flex;
  align-items: center;
}

.tukiInd-nav1 ul li a {
  letter-spacing: 0.03em;
  padding: 14px;
  border-right: 1px solid #DBDBDB;
}

.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: 2px;
  transition: .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 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;
}

/*main*/
.tukiInd-sec--prod--3 .tuki-prod-item-price &gt; span:nth-of-type(2) {
  color: #202020;
}

.tukiInd-sec--prod--2022 {
  background-color: #F1F2F2;
  color: #202020;
}

.tukiInd-sec--prod--2022 .tukiInd-prod-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
}

.tukiInd-sec--prod--2022 .tuki-prod-item-price &gt; span:nth-of-type(2) {
  color: #202020;
}

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

/*yodogawa*/
.tukiInd-yodogawa {
  margin: 130px 0;
}

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

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

/*prod*/
.tukiInd-prod {
  margin: 50px 0;
  padding: 0 0 130px;
}

.tukiInd-prod--1 {
  background-color: #2F2830;
  color: #fff;
}

.tukiInd-prod--2 {
  background-color: #314056;
  color: #fff;
}

.tukiInd-prod--3 {
  background-color: #EADCCE;
}

.tukiInd-prod--7 {
  margin-bottom: 0;
}

.tukiInd-prod-mv--prod1 {
  background-color: #443846;
}

.tukiInd-prod-mv--prod2 {
  background-color: #233044;
}

.tukiInd-prod-mv--prod3 {
  background-color: #E3D1BE;
}

.tukiInd-prod-mv--prod4, .tukiInd-prod-mv--prod5, .tukiInd-prod-mv--prod6, .tukiInd-prod-mv--prod7 {
  width: 55%;
  position: relative;
  overflow: hidden;
}

.tukiInd-prod-mv--prod4 .swiper-container, .tukiInd-prod-mv--prod5 .swiper-container, .tukiInd-prod-mv--prod6 .swiper-container, .tukiInd-prod-mv--prod7 .swiper-container {
  padding-bottom: 0;
}

@media (max-width: 1029px) {
  .tukiInd-prod-mv--prod4 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
  }
}

@media (max-width: 1320px) {
  .tukiInd-prod-mv--prod5 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
  }
}

@media (max-width: 1058px) {
  .tukiInd-prod-mv--prod7 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
  }
}

.tukiInd-prod-head {
  position: relative;
  padding: 60px 0 60px 60px;
  max-width: 600px;
  margin: auto;
  color: #2A484D;
}

.tukiInd-prod-head::after {
  position: absolute;
  content: '';
  top: 0;
  left: 100%;
  height: 100%;
  width: calc(50vw - (100% / 2));
}

.tukiInd-prod-head h2 {
  font-weight: 600;
  font-size: 21px;
  line-height: 1.48;
  letter-spacing: 0.07em;
  margin-bottom: 30px;
}

.tukiInd-prod-head p {
  font-weight: 500;
  font-size: 16px;
  line-height: 192%;
  letter-spacing: 0.05em;
}

.tukiInd-prod-head--prod1 {
  background-color: #443846;
  color: #fff;
}

.tukiInd-prod-head--prod1::after {
  background-color: #443846;
}

.tukiInd-prod-head--prod2 {
  background-color: #233044;
  color: #fff;
}

.tukiInd-prod-head--prod2::after {
  background-color: #233044;
}

.tukiInd-prod-head--prod3 {
  background-color: #E3D1BE;
  color: #202020;
}

.tukiInd-prod-head--prod3::after {
  background-color: #E3D1BE;
}

.tukiInd-prod-head--prod4, .tukiInd-prod-head--prod5, .tukiInd-prod-head--prod6, .tukiInd-prod-head--prod7 {
  background-color: #2A484D;
  color: #fff;
  width: 45%;
  margin: 0;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: initial;
}

.tukiInd-prod-head--prod4 .tukiInd-prod-head-inner, .tukiInd-prod-head--prod5 .tukiInd-prod-head-inner, .tukiInd-prod-head--prod6 .tukiInd-prod-head-inner, .tukiInd-prod-head--prod7 .tukiInd-prod-head-inner {
  width: 490px;
}

.tukiInd-prod-head--prod5 {
  background-color: #DCD3CB;
  color: #2F2830;
}

.tukiInd-prod-head--prod5 .h2-upper {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 10px;
}

.tukiInd-prod-head--prod6 {
  background-color: #505B63;
}

.tukiInd-prod-head--prod7 {
  background-color: #BBCEDF;
  color: #353535;
}

.tukiInd-prod-lineup-ttl {
  margin: 100px auto 0;
  padding: 0 30px;
  width: 100%;
  max-width: 1298px;
}

.tukiInd-prod-lineup-ttl.v2, .tukiInd-prod-lineup-ttl.v3 {
  position: relative;
  padding-top: 100px;
}

.tukiInd-prod-lineup-ttl.v2::before, .tukiInd-prod-lineup-ttl.v3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 60px);
  max-width: 1238px;
  height: 1px;
  background-color: #959595;
}

.tukiInd-prod-lineup-ttl.v3 {
  padding-top: 30px;
}

.tukiInd-prod-lineup-ttl.v3::before {
  background-color: #ACACAC;
}

.tukiInd-prod-lineup-ttl.v3 .tukiInd-prod-lineup-ttl-txt1 {
  font-weight: normal;
}

.tukiInd-prod-lineup-ttl + .tukiInd-prod-lineup {
  margin-top: 60px;
}

.tukiInd-prod-lineup-ttl-txt1 {
  font-family: 'Koburina Gothic W6 JIS2004';
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.52;
  letter-spacing: 0.07em;
  margin-bottom: 25px;
}

.tukiInd-prod-lineup-ttl-txt2 {
  font-family: 'Gothic Medium BBB';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 192%;
  letter-spacing: 0.05em;
}

.tukiInd-prod-lineup {
  display: flex;
  flex-wrap: wrap;
  margin: 80px auto 0;
  padding: 0 30px;
  max-width: 1298px;
  width: 100%;
}

@media (min-width: 960px) {
  .tukiInd-prod-lineup &gt; div {
    width: calc(25% - 30px);
    margin-right: calc(120px / 3);
  }
  .tukiInd-prod-lineup &gt; div:nth-of-type(4n) {
    margin-right: 0;
  }
  .tukiInd-prod-lineup &gt; div:nth-of-type(n+5) {
    margin-top: 100px;
  }
  .tukiInd-prod-lineup &gt; 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-txt {
  min-height: 176px;
}

.tukiInd-prod-lineup-name {
  margin-top: 12px;
  min-height: 60px;
  font-weight: 500;
  font-size: 21px;
  line-height: 158.5%;
  letter-spacing: -0.015em;
}

.tukiInd-prod-lineup-price {
  margin-top: 10px;
  font-size: 20px;
}

.tukiInd-prod-lineup-price &gt; span:nth-of-type(1) {
  font-family: 'Koburina Gothic W6 JIS2004';
  font-weight: 600;
  font-size: 21px;
  line-height: 1.48;
  letter-spacing: 0.07em;
}

.tukiInd-prod-lineup-price &gt; span:nth-of-type(2) {
  font-weight: 500;
  font-size: 11px;
  line-height: 2;
  letter-spacing: 0.035em;
}

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

.tukiInd-prod-ttl {
  width: 100% !important;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.48;
  letter-spacing: 0.07em;
}

.tuki-prod-item-name {
  margin: 20px 0 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 158.5%;
  letter-spacing: -0.015em;
}

.tuki-prod-item-price &gt; span:nth-of-type(2) {
  color: #fff;
  letter-spacing: -0.02rem;
}

/*article*/
.tukiInd-article-head {
  position: relative;
  padding: 60px 0 60px 60px;
  max-width: 622px;
  margin: auto;
  color: #2A484D;
  background-color: #F1F1F1;
}

.tukiInd-article-head::before {
  position: absolute;
  content: '';
  right: 100%;
  top: 0;
  height: 100%;
  width: calc(50vw - (100% / 2));
  background-color: #142324;
}

.tukiInd-article-head::after {
  position: absolute;
  content: '';
  top: 0;
  left: 100%;
  height: 100%;
  width: calc(50vw - (100% / 2));
  background-color: #F1F1F1;
}

.tukiInd-article-head h2 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.48;
  letter-spacing: 0.07em;
}

.tukiInd-article-head p {
  font-weight: 500;
  font-size: 16px;
  line-height: 192%;
  letter-spacing: 0.05em;
}

.tukiInd-article-list-wrap {
  position: relative;
  margin: 80px auto 0;
  padding-top: 80px;
  max-width: 1298px;
}

.tukiInd-article-list-wrap::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 1px;
  width: calc(100% - 60px);
  background-color: #DBDBDB;
}

.tukiInd-article-list {
  display: flex;
  flex-wrap: wrap;
  margin: 120px auto 0;
  padding: 0 30px;
  max-width: 1298px;
}

.tukiInd-article-list &gt; a {
  width: calc(50% - 30px);
  margin-right: 60px;
  color: #353535;
}

@media (min-width: 960px) {
  .tukiInd-article-list &gt; a:nth-of-type(2n) {
    margin-right: 0;
  }
  .tukiInd-article-list &gt; a:nth-of-type(n+3) {
    margin-top: 30px;
  }
}

.tukiInd-article-list &gt; a.comingsoon {
  opacity: .4;
  pointer-events: none;
}

.tukiInd-article-list &gt; a.comingsoon .tukiInd-article-list-ttl &gt; span:nth-of-type(1) {
  display: none;
}

.tukiInd-article-list &gt; a.comingsoon .tukiInd-article-list-ttl &gt; span:nth-of-type(2) {
  display: block;
}

.tukiInd-article-list &gt; a.comingsoon .c-goDetail {
  display: none;
}

.tukiInd-article-list &gt; a.visible {
  pointer-events: none;
}

.tukiInd-article-list.v2 {
  margin-top: 50px;
}

.tukiInd-article-list-secTtl {
  max-width: 275px;
  padding: 0 30px;
}

.tukiInd-article-list-pic.new {
  position: relative;
}

.tukiInd-article-list-pic.new::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 108px;
  height: 108px;
  background: linear-gradient(135deg, #C790BB 50%, transparent 50%, transparent 100%);
}

.tukiInd-article-list-pic.new::after {
  position: absolute;
  left: 11px;
  top: 24px;
  content: 'NEW!';
  font-family: 'Koburina Gothic W6 JIS2004';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.07em;
  color: #fff;
  transform: rotate(-45deg);
}

.tukiInd-article-list-ttl {
  margin-top: 15px;
}

.tukiInd-article-list-ttl &gt; span {
  font-weight: 600;
  font-size: 21px;
  line-height: 1.48;
  letter-spacing: 0.07em;
}

.tukiInd-article-list-ttl &gt; span:nth-of-type(1) {
  display: block;
}

.tukiInd-article-list-ttl &gt; span:nth-of-type(2) {
  display: none;
}

/*mokuji*/
.tukiInd-mokuji-inner {
  display: flex;
  justify-content: center;
  max-width: 1298px;
  border-top: 1px solid #ACACAC;
  border-bottom: 1px solid #ACACAC;
  padding: 60px 30px;
  margin: 150px auto;
}

.tukiInd-mokuji-inner &gt; a {
  display: block;
  margin: 0 25px;
}

@media screen and (max-width: 920px) {
  .tukiInd-mokuji-inner {
    display: block;
    padding: 35px 30px;
  }
  .tukiInd-mokuji-inner &gt; a {
    margin: 25px auto;
  }
}

/*info*/
.tukiInd-info {
  background: linear-gradient(90deg, #42384D 50%, #EAE9EB 50%, #EAE9EB 100%);
  color: #fff;
}

.tukiInd-info a {
  color: #353535;
}

.tukiInd-info-inner {
  max-width: 1298px;
  margin: auto;
  padding: 100px 30px;
  background: linear-gradient(90deg, #42384D 330px, #EAE9EB 330px, #EAE9EB 100%);
}

.tukiInd-info-inner &gt; div {
  display: flex;
  padding-top: 60px;
}

.tukiInd-info-inner &gt; 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;
}

/*footer*/
.tukiInd-footer {
  background-color: #2F2830;
  color: #F1F2F2;
  font-family: 'Koburina Gothic W6 JIS2004';
}

.tukiInd-footer a {
  color: #F1F2F2;
}

.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;
  font-family: 'Koburina Gothic W6 JIS2004';
  margin-right: 50px;
}

.tukiInd-footerLinks-sns &gt; span {
  margin: 0 10px;
  font-size: 18px;
  letter-spacing: 0.07em;
}

.tukiInd-footerLinks-sns &gt; a {
  margin: 0 10px;
}

.tukiInd-footerLinks-sns &gt; a.tukiInd-tw {
  width: 36.89px;
}

.tukiInd-footerLinks-sns &gt; a.tukiInd-fb {
  width: 30.35px;
}

.tukiInd-footerLinks-sns &gt; a.tukiInd-li {
  width: 33.44px;
}

.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 &gt; a {
  color: #F1F2F2;
  display: inline-block;
}

.tukiInd-footerLinks-txt1 &gt; a:nth-of-type(2), .tukiInd-footerLinks-txt1 &gt; a:nth-of-type(3) {
  position: relative;
  margin: 0 16px 0 0;
}

.tukiInd-footerLinks-txt1 &gt; a:nth-of-type(2)::after, .tukiInd-footerLinks-txt1 &gt; a:nth-of-type(3)::after {
  content: '|';
  position: absolute;
  right: -15px;
  top: -2px;
  transform: rotate(40deg);
  font-size: 21px;
}

.tukiInd-footerLinks-txt1 &gt; a:nth-of-type(2) {
  margin: 0 16px;
}

.tukiInd-footerLinks-txt1 &gt; 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 &gt; a {
  display: inline-block;
  line-height: 1.5;
}

.tukiInd-footerLinks-txt2 &gt; span {
  display: inline-block;
}

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

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

.urikire {
  display: none;
  font-size: 15px;
}

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

.tuki-ttl1 {
  padding: 0;
}

/*modaal*/
.modaal-container {
  max-width: 600px;
}

.modaal-content-container {
  padding: 0;
}

.modal-about-cnt {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/store/tsukinomise/2022/articles/img/index/bg-about.jpg);
  background-size: cover;
  background-position: center;
  height: 450px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 192%;
  letter-spacing: 0.05em;
  color: #2A484D;
}

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

.sp {
  display: none;
}

@media (min-width: 520px) and (max-width: 959px) {
  .c-goDetail {
    padding: 10px;
    width: 100%;
    max-width: 200px;
    font-size: 14px;
  }
  .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
  .tukiInd-prod-lineup &gt; div {
    width: calc((100% / 3) - 14px);
    margin-right: 21px;
  }
  .tukiInd-prod-lineup &gt; div:nth-of-type(3n) {
    margin-right: 0;
  }
  .tukiInd-prod-lineup &gt; div:nth-of-type(n+4) {
    margin-top: 50px;
  }
  .tukiInd-prod-lineup &gt; div:nth-of-type(n+4).adj {
    margin: 30px 0 0;
  }
  .tukiInd-prod-lineup &gt; div:nth-of-type(n+4).adj--1 {
    margin-right: 21px;
  }
  .tukiInd-prod-lineup-name,
  .tukiInd-prod-lineup-price &gt; span:nth-of-type(1),
  .tukiInd-article-list-ttl &gt; span,
  .tukiInd-info-left {
    font-size: 18px;
  }
  .tukiInd-info-right {
    font-size: 14px;
  }
  .tukiInd-article-list &gt; a {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .tukiInd-article-list &gt; a:nth-of-type(2n) {
    margin-right: 0;
  }
  .tukiInd-article-list &gt; a:nth-of-type(n+3) {
    margin-top: 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;
  }
  .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: 1100px) {
  .tukiInd-header-inner {
    width: 1100px;
  }
}

@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: 959px) {
  /*main*/
  .tukiInd-sec--prod--2022 .tukiInd-prod-inner {
    flex-direction: column;
  }
  .tukiInd-sec--prod--2022 .tukiInd-prod-head {
    order: 2;
    width: 100%;
    padding: 60px 0 60px 60px;
    max-width: 600px;
    margin: auto;
    justify-content: initial;
  }
  .tukiInd-sec--prod--2022 .tukiInd-prod-mv {
    order: 1;
    width: 100%;
  }
  .tukiInd-sec--prod--2022 .tukiInd-prod-mv img {
    position: static !important;
    width: 80% !important;
    height: auto !important;
    transform: initial !important;
  }
  .tukiInd-sec--prod--2022 .tukiInd-prod-lineup {
    order: 3;
  }
  .tukiInd-sec--prod--2022 .order3 {
    order: 3;
  }
  .tukiInd-sec--prod--2022 .order4 {
    order: 4;
  }
  .tukiInd-sec--prod--2022 .order5 {
    order: 5;
  }
  .tukiInd-sec--prod--2022 .order6 {
    order: 6;
  }
  .tukiInd-prod-head--prod4::after {
    background-color: #2A484D;
  }
  .tukiInd-prod-head--prod5::after {
    background-color: #DCD3CB;
  }
  .tukiInd-prod-head--prod6::after {
    background-color: #505B63;
  }
  .tukiInd-prod-head--prod7::after {
    background-color: #BBCEDF;
  }
  .tukiInd-prod-mv--prod4 {
    background-color: #2A484D;
  }
  .tukiInd-prod-mv--prod5 {
    background-color: #DCD3CB;
  }
  .tukiInd-prod-mv--prod6 {
    background-color: #505B63;
  }
  .tukiInd-prod-mv--prod7 {
    background-color: #BBCEDF;
  }
  /*footer*/
  .tukiInd-footerLinks {
    flex-wrap: wrap;
    justify-content: inherit;
    flex-direction: column;
    align-items: inherit;
  }
  .tukiInd-footerLinks-sns {
    justify-content: inherit;
  }
  .tukiInd-footerLinks-sns &gt; span {
    font-size: 14px;
    margin-left: 0;
  }
  .tukiInd-footerLinks-txt1 {
    font-size: 14px;
    text-align: left;
    margin: 25px 0 0;
  }
  .tukiInd-footerLinks-txt1 &gt; a {
    display: block;
  }
  .tukiInd-footerLinks-txt1 &gt; a:nth-of-type(2), .tukiInd-footerLinks-txt1 &gt; a:nth-of-type(3) {
    margin: 6px 0;
  }
  .tukiInd-footerLinks-txt1 &gt; a:nth-of-type(2)::before, .tukiInd-footerLinks-txt1 &gt; a:nth-of-type(2)::after, .tukiInd-footerLinks-txt1 &gt; a:nth-of-type(3)::before, .tukiInd-footerLinks-txt1 &gt; a:nth-of-type(3)::after {
    content: none;
  }
  .tukiInd-footerLinks-txt2 {
    text-align: left;
  }
  .tukiInd-footerLinks-txt2 &gt; a {
    display: block;
  }
  .tukiInd-footerLinks-txt2 &gt; a:nth-of-type(2), .tukiInd-footerLinks-txt2 &gt; a:nth-of-type(3) {
    margin: 6px 0;
  }
  .tukiInd-footerLinks-txt2 &gt; 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;
  }
  .tukiInd-article-list-pic.new::before {
    width: 10vw;
    height: 10vw;
  }
  .tukiInd-article-list-pic.new::after {
    left: 1.2vw;
    top: 2.5vw;
    font-size: 1.6vw;
  }
  .tukiInd-prod-lineup-txt.v2 {
    min-height: initial;
  }
}

@media (max-width: 820px) {
  .tukiInd-prod-lineup-ttl {
    margin-top: 50px;
    padding: 0 20px;
  }
  .tukiInd-prod-lineup-ttl::before {
    width: calc(100% - 40px) !important;
  }
  .tukiInd-prod-lineup-ttl.v2 {
    padding: 50px 20px 0;
  }
  .tukiInd-prod-lineup-ttl.v2::before {
    width: calc(100% - 40px);
  }
  .tukiInd-prod-lineup-ttl + .tukiInd-prod-lineup {
    margin-top: 50px;
  }
  .tukiInd-prod-lineup {
    padding: 0 20px;
    margin-top: 50px;
  }
  .tukiInd-prod-lineup &gt; div {
    width: calc(50% - 5px);
    margin-right: 0;
  }
  .tukiInd-prod-lineup &gt; div:nth-of-type(2n) {
    margin-right: 0;
  }
  .tukiInd-prod-lineup &gt; div:nth-of-type(3n) {
    margin-right: 0;
  }
  .tukiInd-prod-lineup &gt; div:nth-of-type(2n+1) {
    margin-right: 10px;
  }
  .tukiInd-prod-lineup &gt; div:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .tukiInd-prod-lineup &gt; div.adj {
    margin-right: 0;
  }
  .tukiInd-prod-lineup &gt; div.adj--1 {
    margin-right: 10px;
  }
  .tukiInd-prod-lineup-txt.flexible.v0, .tukiInd-prod-lineup-txt.flexible.v1 {
    min-height: initial;
  }
  .tukiInd-info {
    position: relative;
    background: #EAE9EB;
  }
  .tukiInd-info-inner {
    background: inherit;
    padding: 80px 30px 50px;
    max-width: 400px;
  }
  .tukiInd-info-inner &gt; 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;
  }
}

@media (max-width: 519px) {
  body {
    font-size: 14px;
  }
  .swiper-container.comingsoon::after {
    font-size: 3vw;
    bottom: calc(3vw + 36px);
  }
  .swiper-pagination.pattern11 {
    bottom: 8px !important;
  }
  .swiper-pagination.pattern11 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px !important;
  }
  .swiper-pagination.pattern11 .swiper-pagination-bullet-active::before {
    width: 16px;
    height: 16px;
  }
  /*component*/
  .c-btn {
    width: 280px;
    padding: 6px 0 6px 40px;
    font-size: 14px;
  }
  .c-btn::before {
    left: 20px;
    width: 14px;
    height: 17px;
  }
  .c-btn--sp100 {
    width: 100%;
    max-width: 320px;
    padding-left: 66px;
  }
  .c-goDetail {
    max-width: 150px;
    width: 100%;
    padding: 10px;
  }
  /*swiper*/
  .swiper-container {
    padding-bottom: 36px;
  }
  .swiper-container--mv {
    padding-bottom: 0;
  }
  .swiper-container--prod1-mv, .swiper-container--prod2-mv, .swiper-container--prod3-mv {
    width: 87%;
    padding-bottom: 0;
  }
  .swiper-container--prod6-1, .swiper-container--prod6-2 {
    padding-bottom: 0;
  }
  .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 8px !important;
  }
  /*wrap*/
  .tukiInd-nav2-inner ul li.min a {
    padding: 10px 10px 10px 21px;
  }
  /*main*/
  .tukiInd-sec--prod--2022 .tukiInd-prod-mv img {
    width: 87% !important;
  }
  .tukiInd-sec--prod--2022 .tukiInd-prod-head {
    padding: 50px 20px;
  }
  /*mv*/
  .tukiInd-mv-logo {
    top: 126vw;
    right: 7vw;
    width: 55vw;
  }
  /*yodogawa*/
  .tukiInd-yodogawa {
    margin: 50px 0;
  }
  .tukiInd-yodogawa-inner {
    padding: 0 20px;
  }
  /*prod*/
  .tukiInd-prod {
    margin: 50px 0;
    padding-bottom: 50px;
    position: relative;
  }
  .tukiInd-prod--3 {
    margin-bottom: 50px;
  }
  .tukiInd-prod-head {
    padding: 50px 20px;
  }
  .tukiInd-prod-head h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .tukiInd-prod-head p {
    font-size: 14px;
  }
  .tukiInd-prod-head--prod5 .h2-upper {
    font-size: 12px;
    padding-bottom: 5px;
    line-height: 1.3;
  }
  .tukiInd-prod-lineup-name {
    font-size: 16px;
    min-height: 50px;
  }
  .tukiInd-prod-lineup-price &gt; span:nth-of-type(1) {
    font-size: 14px;
  }
  .tukiInd-prod-lineup-price &gt; span:nth-of-type(2) {
    font-size: 10px;
  }
  .tukiInd-prod-lineup-go {
    font-size: 14px;
  }
  .tukiInd-prod-lineup-stock {
    font-size: 11px;
  }
  .tukiInd-prod-lineup-beforesalse {
    width: 100%;
    padding: 8px 0;
  }
  .tukiInd-prod-ttl {
    font-size: 18px;
  }
  /*article*/
  .tukiInd-article {
    position: relative;
  }
  .tukiInd-article::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 24px);
    height: 24px;
    background-color: #142324;
    z-index: 1;
  }
  .tukiInd-article-head {
    padding: 80px 20px 50px;
  }
  .tukiInd-article-head h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .tukiInd-article-head p {
    font-size: 14px;
  }
  .tukiInd-article-list-wrap {
    margin: 40px auto 0;
    padding-top: 40px;
  }
  .tukiInd-article-list-wrap::before {
    width: calc(100% - 40px);
  }
  .tukiInd-article-list-secTtl {
    max-width: 230px;
    padding: 0 20px;
  }
  .tukiInd-article-list {
    margin-top: 50px;
    padding: 0 20px;
  }
  .tukiInd-article-list &gt; a {
    width: 100%;
    margin-right: 0;
  }
  .tukiInd-article-list &gt; a:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .tukiInd-article-list.v2 {
    margin-top: 30px;
  }
  .tukiInd-article-list-ttl &gt; span {
    font-size: 18px;
  }
  /*mokuji*/
  .tukiInd-mokuji-inner {
    padding: 20px 0;
    margin: 50px auto;
  }
  /*info*/
  .tukiInd-info::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 24px);
    height: 24px;
    background-color: #42384d;
    z-index: 1;
  }
  .tukiInd-article-list-pic.new::before {
    width: 19vw;
    height: 19vw;
  }
  .tukiInd-article-list-pic.new::after {
    left: 2.8vw;
    top: 4.5vw;
    font-size: 2.9vw;
  }
  .urikire {
    font-size: 12px;
  }
  /*modaal*/
  .modal-about-cnt {
    padding: 80px 30px;
    height: initial;
  }
  .tukiInd-prod-lineup-txt {
    min-height: 178px;
  }
  .tukiInd-prod-lineup-txt.flexible {
    min-height: initial;
  }
  /*common*/
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media (max-width: 404px) {
  .swiper-pagination.pattern11 {
    bottom: 8px !important;
  }
  .swiper-pagination.pattern11 .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }
}

@media (max-width: 374px) {
  .c-btn--sp100 {
    padding-left: 48px;
    font-size: 12px;
  }
}
</pre></body></html>