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

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

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--rounded {
  border-radius: 100px;
}

.c-goDetail {
  display: inline-block;
  padding: 10px 35px;
  text-align: center;
  color: #fff;
  background-color: #C790BB;
  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;
}

/*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--prod3-5, .swiper-container--prod3-6 {
  padding-bottom: 0;
}

.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: #DFD0C3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 10px;
  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*/
/*mv*/
.tukiInd-mv-logo {
  display: none;
  position: absolute;
  top: 7.8vw;
  right: 29vw;
  width: 22vw;
  z-index: 2;
}

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

.tukiInd-yodogawa-inner {
  max-width: 535px;
  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;
}

/*prod*/
.tukiInd-prod {
  margin: 100px 0 200px;
}

.tukiInd-prod--2 {
  margin-top: 200px;
}

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

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

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

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

.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: #163228;
}

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

.tukiInd-prod-head--prod2 {
  background-color: #85B6CB;
}

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

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

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

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

@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: 50px;
  }
  .tukiInd-prod-lineup &gt; div:nth-of-type(n+5).adj {
    margin-top: 30px;
  }
}

.tukiInd-prod-lineup-pic {
  margin-bottom: 10px;
}

.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: #FFFFFF;
  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;
}

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

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

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

.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 {
  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-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: #FFFFFF;
  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 {
  max-width: 1298px;
  border-top: 1px solid #DBDBDB;
  padding: 150px 30px 0;
  margin: 100px auto 200px;
}

.tukiInd-mokuji-inner &gt; a {
  display: block;
  margin: auto;
}

.tukiInd-mokuji-inner &gt; a:nth-of-type(2) {
  margin-top: 30px;
}

/*info*/
.tukiInd-info {
  background: linear-gradient(90deg, #E0B5A3 50%, #F6E9E4 50%, #F6E9E4 100%);
}

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

.tukiInd-info-inner {
  max-width: 1298px;
  margin: auto;
  padding: 100px 30px;
  background: linear-gradient(90deg, #E0B5A3 330px, #F6E9E4 330px, #F6E9E4 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 W6 JIS2004';
  font-weight: 600;
  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;
}

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

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

.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: #fff;
  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: 10px;
  color: #C790BB;
  font-family: 'Koburina Gothic W6 JIS2004';
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

/*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: 1054px) {
  /*header*/
  .tukiInd-header {
    overflow: scroll;
  }
  .tukiInd-header-inner {
    flex-direction: row-reverse;
    height: 50px;
    width: 900px;
    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;
  }
  .tukiInd-info {
    position: relative;
    background: #f4eadb;
  }
  .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;
  }
  .tukiInd-info-right {
    width: 100%;
    font-size: 14px;
    margin-right: 20px;
  }
}

@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 &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;
  }
}

@media (max-width: 519px) {
  body {
    font-size: 14px;
  }
  /*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--prod3-5, .swiper-container--prod3-6 {
    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*/
  /*mv*/
  .tukiInd-mv-logo {
    top: 36.8vw;
    right: 23vw;
    width: 55vw;
  }
  /*yodogawa*/
  .tukiInd-yodogawa {
    margin: 50px 0;
  }
  .tukiInd-yodogawa-inner {
    padding: 0 20px;
  }
  /*prod*/
  .tukiInd-prod {
    margin: 50px 0;
    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-lineup {
    padding: 0 20px;
  }
  .tukiInd-prod-lineup &gt; div {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .tukiInd-prod-lineup &gt; div:nth-of-type(2n) {
    margin-right: 0;
  }
  .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-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: #163228;
    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 {
    margin-top: 30px;
    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-ttl &gt; span {
    font-size: 18px;
  }
  /*mokuji*/
  .tukiInd-mokuji-inner {
    padding-top: 50px;
    margin: 50px auto;
  }
  /*info*/
  .tukiInd-info::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 24px);
    height: 24px;
    background-color: #dcae99;
    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;
  }
  .urikire.active:not(.keepLeft) {
    text-align: center;
  }
  /*common*/
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

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