<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*swiper*/
.mvThumbsWrap {
  padding: 0 50px;
  position: relative;
  max-width: 1242px;
  margin: auto;
}

.swiper-container--mv {
  width: 100%;
  padding-bottom: 0;
}

.swiper-container--mv .swiper-pagination-bullet {
  width: inherit;
  height: inherit;
  background: none;
}

.swiper-container--mv .swiper-pagination-bullet::before {
  content: none;
}

.swiper-container--mv .swiper-my-pagination {
  width: auto;
}

.swiper-container--mvThumbs {
  width: auto;
  max-width: 1143px;
  margin: 20px auto 0;
  padding: 0;
}

.swiper-container--mvThumbs .swiper-slide-visible {
  opacity: .5;
}

.swiper-container--mvThumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  background: none;
  background-image: url(/store/tsukinomise/2021/products/img/ico-kunoji.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}

.swiper-button-next {
  background-image: url(/store/tsukinomise/2021/products/img/ico-kunoji-prev.svg);
  background-position: right;
}

.swiper-button-prev-add,
.swiper-button-next-add {
  width: 40px;
  height: 70px;
  background-size: cover;
}

/*index.css上書き*/
.tukiInd-prod-lineup-name {
  font-size: 28px;
  min-height: inherit;
}

.tukiInd-prod-lineup-stock {
  line-height: 1.43;
  font-size: 14px;
  margin-top: 30px;
}

.tukiInd-prod-lineup-beforesalse {
  width: 100%;
  margin-top: 15px;
}

a {
  color: #C790BB;
}

a.cart, a.cartbtn {
  width: 100%;
  font-family: 'Koburina Gothic W6 JIS2004';
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 10px;
  position: relative;
  color: #fff;
  background-color: #C790BB;
  border-radius: 200px;
  display: block;
  margin-top: 20px;
  text-align: center;
}

a.cart::before, a.cartbtn::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 18px;
  background-image: url(/store/tsukinomise/2021/products/img/ico-cart.png);
  background-size: contain;
  width: 29.55px;
  height: 22.87px;
}

a.cart &gt; span:nth-of-type(1), a.cartbtn &gt; span:nth-of-type(1) {
  display: inline-block;
}

a.cart &gt; span:nth-of-type(2), a.cartbtn &gt; span:nth-of-type(2) {
  display: none;
}

a.cart &gt; span.urikire, a.cartbtn &gt; span.urikire {
  display: none;
}

a.cart.sold, a.cartbtn.sold {
  pointer-events: none;
  background-color: #DBDBDB;
}

a.cart.sold &gt; span:nth-of-type(1), a.cartbtn.sold &gt; span:nth-of-type(1) {
  display: none;
}

a.cart.sold &gt; span:nth-of-type(2), a.cartbtn.sold &gt; span:nth-of-type(2) {
  display: inline-block;
}

.cartBlock {
  visibility: hidden;
}

.cartBlock.show {
  visibility: visible;
}

.cartWrap.hide,
.cartWrap2.hide {
  display: none;
}

.tukiPro-sec--info {
  background-color: #fff;
}

.tukiPro-sec-inner {
  padding: 80px 30px;
  max-width: 1206px;
  margin: auto;
}

.tukiPro-sec-inner--mv {
  max-width: 100%;
  padding: 0;
  margin: inherit;
}

.tukiPro-main {
  display: flex;
  flex-wrap: wrap;
}

.tukiPro-main-block1 {
  width: calc(100% - 290px);
  margin-right: 30px;
}

.tukiPro-main-block2 {
  width: 260px;
  pointer-events: none;
}

.tukiPro-main-block2 &gt; div {
  margin-top: 50px;
}

.tukiPro-main-block2 &gt; div:nth-of-type(1) {
  margin-top: 0;
}

.tukiPro-main-block2 .tukiInd-prod-lineup-stock {
  margin-top: 8px;
}

.tukiPro-main-block2.active {
  pointer-events: inherit;
}

.tukiPro-main-block3 {
  width: 100%;
  border-top: 1px solid #999;
  padding: 50px 0 0;
  margin-top: 50px;
}

.tukiPro-main-block3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tukiPro-main-block3 ul li {
  width: calc(50% - 15px);
  margin-top: 50px;
}

.tukiPro-main-block3-ttl {
  font-family: 'Gothic Medium BBB';
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.48;
  letter-spacing: 0.07em;
}

.tukiPro-main-txt {
  font-family: 'Gothic Medium BBB';
  font-style: normal;
  font-weight: 500;
  line-height: 192%;
  letter-spacing: 0.05em;
  margin-top: 40px;
}

.tukiPro-main-txt &gt; span {
  font-size: 80%;
  line-height: 1.7;
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

.tukiPro-main-txt a {
  margin-top: 10px;
}

.tukiPro-main-select {
  margin: 15px 0 0;
}

.tukiPro-main-select select {
  padding: 7px;
  width: 100%;
}

.tukiPro-main-select select option.hide {
  display: none;
}

.tukiPro-main-select-ttl {
  font-family: 'Gothic Medium BBB';
  font-style: normal;
  font-weight: 500;
  line-height: 192%;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

.tukiPro-main-attention {
  font-family: 'Gothic Medium BBB';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 192%;
  letter-spacing: 0.05em;
  margin-top: 20px;
}

.tukiPro-pic {
  margin-bottom: 15px;
}

.tukiPro-txt {
  font-family: 'Gothic Medium BBB';
  font-style: normal;
  font-weight: 500;
  line-height: 192%;
  letter-spacing: 0.05em;
}

.tukiPro-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tukiPro-info &gt; div &gt; p {
  font-family: 'Gothic Medium BBB';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 157.5%;
  letter-spacing: 0.05em;
}

.tukiPro-info &gt; div &gt; p.dot {
  position: relative;
  padding-left: 16px;
  margin-top: 20px;
}

.tukiPro-info &gt; div &gt; p.dot::before {
  position: absolute;
  content: '・';
  top: 0;
  left: 0;
}

.tukiPro-info &gt; div:nth-of-type(1) {
  width: calc(50% - 15px);
}

.tukiPro-info &gt; div:nth-of-type(2) {
  width: calc(50% - 15px);
}

.tukiPro-info-size {
  overflow: scroll;
  margin-top: 4px;
}

.tukiPro-info-table {
  width: 100%;
  min-width: 506px;
  border-collapse: collapse;
  border: 1px solid #333;
  font-size: 15px;
}

.tukiPro-info-table tr {
  border-bottom: 1px solid;
}

.tukiPro-info-table tr td {
  padding: 8px;
  border-left: 1px solid;
}

.tukiPro-info-table tr td:nth-of-type(1) {
  border: none;
}

.tukiPro-info-table tr:nth-of-type(1) {
  color: #fff;
  background-color: #4d4d4d;
}

.tukiPro-info-table--1 {
  min-width: 900px;
}

.tukiPro-info-table--2 {
  min-width: 980px;
}

.tukiPro-info-table--3 {
  min-width: 600px;
}

.tukiPro-info-table--4 {
  min-width: 960px;
}

.tukiPro-info-table--5 {
  max-width: 320px;
  min-width: inherit;
}

@media (max-width: 1054px) {
  .tukiInd-header-ico {
    display: block;
  }
}

@media (max-width: 959px) {
  /*header*/
  .tukiInd-header {
    width: auto;
  }
  .c-btn {
    width: 280px;
    padding: 6px 0 6px 40px;
    font-size: 14px;
  }
  .c-btn::before {
    left: 20px;
    width: 14px;
    height: 17px;
  }
  .mvThumbsWrap {
    padding: 0;
  }
  .mvThumbsWrap .swiper-button-prev,
  .mvThumbsWrap .swiper-button-next {
    display: none;
  }
  .swiper-button-prev-add,
  .swiper-button-next-add {
    display: none;
  }
  .tukiInd-header-inner {
    flex-direction: row;
    justify-content: inherit;
    width: 100%;
  }
  .tukiInd-nav2-inner {
    left: 0px;
    right: inherit;
  }
  .tukiInd-header-left {
    margin-right: 5px;
  }
  .tukiPro-sec--info {
    background-color: #fff;
  }
  .tukiPro-sec-inner {
    padding: 50px 20px;
  }
  .tukiPro-sec-inner--mv {
    padding: 0;
  }
  .tukiPro-main-block1 {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 50px;
  }
  .tukiPro-main-block2 {
    width: 100%;
    max-width: 400px;
    margin: 50px auto 0;
  }
  .tukiPro-main-block3 {
    padding-bottom: 0;
  }
  .tukiPro-main-block3 ul li {
    width: 100%;
  }
  .tukiPro-txt {
    font-size: 14px;
  }
  .tukiInd-prod-lineup-name {
    font-size: 21px;
  }
  .tukiPro-main-txt {
    font-size: 14px;
  }
  .tukiPro-info &gt; div {
    width: 100% !important;
  }
  .tukiPro-info &gt; div &gt; p {
    font-size: 12px;
  }
  .tukiPro-info &gt; div &gt; p.dot {
    padding-left: 14px;
  }
  .tukiPro-info-table {
    font-size: 12px;
    min-width: 390px;
  }
  .tukiPro-info-table--1 {
    min-width: 730px;
  }
  .tukiPro-info-table--2 {
    min-width: 790px;
  }
  .tukiPro-info-table--3 {
    min-width: 490px;
  }
  .tukiPro-info-table--4 {
    min-width: 750px;
  }
  .tukiPro-info-table--5 {
    max-width: 270px;
    min-width: inherit;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media (max-width: 374px) {
  .tukiPro-sec-inner {
    padding: 50px 20px;
  }
  .tukiPro-sec-inner--mv {
    padding: 0;
  }
  .tukiInd-footer-inner {
    padding: 50px 20px;
  }
}
</pre></body></html>