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

.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 > span {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination.pattern7 > span:nth-of-type(2) {
  background-color: #D4D0C8;
}

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

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

.swiper-pagination.pattern8 > span:nth-of-type(2) {
  background-color: #DBD3C6;
}

.swiper-pagination.pattern8 > span:nth-of-type(3) {
  background-color: #C0B7A8;
}

.swiper-pagination.pattern8 > span:nth-of-type(4) {
  background-color: #A89E8E;
}

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

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

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

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

.swiper-pagination.pattern10 > span:nth-of-type(2) {
  margin-left: 4px !important;
  background-color: #28224E;
}

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

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

.swiper-pagination.pattern11 > span:nth-of-type(2) {
  margin-left: 4px !important;
  background-color: #FFFBEC;
}

.swiper-pagination.pattern11 > span:nth-of-type(3) {
  margin-left: 4px !important;
  background-color: #7B177D;
}

.swiper-pagination.pattern11 > span:nth-of-type(4) {
  margin-left: 4px !important;
  background-color: #484523;
}

.swiper-pagination.pattern11 > span:nth-of-type(5) {
  margin-left: 4px !important;
  background-color: #AF3D74;
}

.swiper-pagination.pattern11 > span:nth-of-type(6) {
  margin-left: 4px !important;
  background-color: #8B6149;
}

.swiper-pagination.pattern11 > span:nth-of-type(7) {
  margin-left: 4px !important;
  background-color: #28224E;
}

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

.tuki-logo {
  position: absolute;
  left: 20px;
  top: 20px;
  max-width: 164px;
  z-index: 2;
}

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

.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*/
.tukiInd-sec--info {
  margin-top: 50px;
}

/*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;
  max-width: 1298px;
}

@media (min-width: 960px) {
  .tukiInd-prod-lineup > div {
    width: calc(25% - 30px);
    margin-right: calc(120px / 3);
  }
  .tukiInd-prod-lineup > div:nth-of-type(4n) {
    margin-right: 0;
  }
  .tukiInd-prod-lineup > div:nth-of-type(n+5) {
    margin-top: 50px;
  }
  .tukiInd-prod-lineup > div:nth-of-type(n+5).adj {
    margin-top: 30px;
  }
}

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

.tuki-prod-item-lineup {
  list-style: none;
  font-size: 18px;
  padding: 10px 0 0 18px;
}

.tuki-prod-item-lineup li {
  position: relative;
  margin-top: 10px;
}

.tuki-prod-item-lineup li::before {
  content: '・';
  position: absolute;
  left: -20px;
  top: -2px;
  font-size: 20px;
}

.tukiInd-prod-lineup-name {
  margin: 15px 0 10px;
  font-size: 21px;
  line-height: 158.5%;
  letter-spacing: -0.015em;
}

.tukiInd-prod-lineup-name span {
  display: inline-block;
  margin-top: 5px;
  font-size: 79%;
  line-height: 1.4;
}

.tukiInd-prod-lineup-name.mgt {
  margin-top: 40px;
}

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

.tukiInd-prod-lineup-price > 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 > 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 > a {
  width: calc(50% - 30px);
  margin-right: 60px;
  color: #353535;
}

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

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

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

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

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

.tukiInd-article-list > 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 > span {
  font-weight: 600;
  font-size: 21px;
  line-height: 1.48;
  letter-spacing: 0.07em;
}

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

.tukiInd-article-list-ttl > 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 > a {
  display: block;
  margin: auto;
}

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

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

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

.tukiInd-info-inner {
  max-width: 1298px;
  margin: auto;
  padding: 100px 30px;
  background: linear-gradient(90deg, #9cbfce 330px, #dae5ea 330px, #dae5ea 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 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: #78A8BD;
  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 > span {
  margin: 0 10px;
  font-size: 18px;
  letter-spacing: 0.07em;
}

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

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

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

.tukiInd-footerLinks-sns > 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 > a {
  color: #fff;
  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;
}

.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 > div {
    width: calc((100% / 3) - 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;
  }
  .tukiInd-prod-lineup > div:nth-of-type(n+4).adj {
    margin: 30px 0 0;
  }
  .tukiInd-prod-lineup > div:nth-of-type(n+4).adj--1 {
    margin-right: 21px;
  }
  .tukiInd-prod-lineup-name,
  .tukiInd-prod-lineup-price > span:nth-of-type(1),
  .tukiInd-article-list-ttl > span,
  .tukiInd-info-left {
    font-size: 18px;
  }
  .tukiInd-info-right {
    font-size: 14px;
  }
  .tukiInd-article-list > a {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .tukiInd-article-list > a:nth-of-type(2n) {
    margin-right: 0;
  }
  .tukiInd-article-list > 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 {
    height: 40px;
    width: auto;
  }
  .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: #dae5ea;
  }
  .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;
  }
  .tukiInd-info-right {
    width: 100%;
    font-size: 14px;
    margin-right: 20px;
  }
}

@media (max-width: 959px) {
  .tukiInd-prod-lineup-name.v2 {
    margin: 0;
  }
  .tukiInd-prod-lineup-name.mgt {
    margin-top: 30px;
  }
  .tukiInd-prod-lineup-price.v2 {
    margin: 0;
  }
  /*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;
  }
  .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*/
  .tuki-logo {
    top: 60%;
    max-width: 100%;
    width: 37.8vw;
  }
  .tuki-logo.kotei {
    position: absolute;
  }
  .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 > div {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .tukiInd-prod-lineup > div:nth-of-type(2n) {
    margin-right: 0;
  }
  .tukiInd-prod-lineup > div:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .tukiInd-prod-lineup > div.adj {
    margin-right: 0;
  }
  .tukiInd-prod-lineup > div.adj--1 {
    margin-right: 10px;
  }
  .tukiInd-prod-lineup-name {
    font-size: 16px;
    line-height: 137%;
    letter-spacing: 0.05em;
  }
  .tukiInd-prod-lineup-name.v2 {
    margin: 0;
  }
  .tukiInd-prod-lineup-name.mgt {
    margin-top: 30px;
  }
  .tuki-prod-item-lineup {
    font-size: 14px;
    padding: 8px 0 0 14px;
  }
  .tuki-prod-item-lineup li {
    margin-top: 8px;
  }
  .tuki-prod-item-lineup li::before {
    left: -18px;
    top: -3px;
    font-size: 18px;
  }
  .tukiInd-prod-lineup-price > span:nth-of-type(1) {
    font-size: 14px;
  }
  .tukiInd-prod-lineup-price > span:nth-of-type(2) {
    font-size: 10px;
  }
  .tukiInd-prod-lineup-price.v2 {
    margin: 0;
  }
  .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 > a {
    width: 100%;
    margin-right: 0;
  }
  .tukiInd-article-list > a:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .tukiInd-article-list-ttl > 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: #9cbfce;
    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;
  }
}

/*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上書き*/
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 > span.in_cart, a.cartbtn > span.in_cart {
  display: inline-block;
}

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

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

a.cart.sold > span.in_cart, a.cartbtn.sold > span.in_cart {
  display: none;
}

a.cart.sold > span.urikire, a.cartbtn.sold > span.urikire {
  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 > div {
  margin-top: 50px;
}

.tukiPro-main-block2 > 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 > 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 > div > 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 > div > p.dot, .tukiPro-info > div > p.kome {
  position: relative;
  padding-left: 16px;
  margin-top: 20px;
}

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

.tukiPro-info > div > p.kome::before {
  content: '※';
}

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

.tukiPro-info > 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: 16px;
  }
  .tukiInd-prod-lineup-name span {
    font-size: 14px;
  }
  .tukiPro-main-txt {
    font-size: 14px;
  }
  .tukiPro-info > div {
    width: 100% !important;
  }
  .tukiPro-info > div > p {
    font-size: 12px;
  }
  .tukiPro-info > div > p.dot, .tukiPro-info > div > p.kome {
    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;
  }
}

body {
  background-color: #F2F4F5;
}

/*swiper*/
.swiper-container--mv {
  width: 100%;
  height: auto;
}

.swiper-container--prod1 .swiper-slide, .swiper-container--prod2 .swiper-slide, .swiper-container--prod3 .swiper-slide {
  position: relative;
}

.caption-left {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-family: 'Gothic Medium BBB';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 158.5%;
  letter-spacing: 0.05em;
  color: #fff;
}

.caption-right {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-family: 'Gothic Medium BBB';
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.48;
  text-align: right;
  letter-spacing: 0.07em;
  color: #fff;
}

.tukiPro-main-attention {
  padding-left: 1em;
  text-indent: -1em;
}

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

.view-stock {
  color: #f00;
  margin-top: 5px;
  color: #C790BB;
}

.view-stock .stock {
  display: inline-block;
}

.view-stock .kanbai {
  display: none;
}

.view-stock.sold .stock {
  display: none;
}

.view-stock.sold .kanbai {
  display: inline-block;
}

a.cart,
a.cartbtn {
  font-size: 24px;
  padding: 20px 0;
  max-width: 554px;
  margin: 80px auto 0;
}

a.cart::before,
a.cartbtn::before {
  width: 66px;
  height: 51.87px;
  left: 50%;
  transform: translateX(-200px);
}

a.cart::after,
a.cartbtn::after {
  content: '';
  position: absolute;
  top: 17px;
  right: 50%;
  transform: translateX(200px);
  width: 47.93px;
  height: 26.63px;
  background-image: url(/store/tsukinomise/2021/products/img/wabara/ico-arrow-double.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

a.cart.before-sale,
a.cartbtn.before-sale {
  display: none;
}

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

.tukiPro-sec--yodogawa .tukiPro-sec-inner {
  padding-top: 220px;
}

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

.tukiPro-sec--lineup .tukiPro-sec-inner {
  border-top: 1px solid #999;
  padding: 50px 0 80px;
}

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

.tukiPro-sec--detail .tukiPro-sec-inner {
  max-width: 1326px;
}

.tukiWabara-mv {
  position: relative;
}

.tukiWabara-mv-ttl {
  position: absolute;
  bottom: -155px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.tukiWabara-mv-ttl img {
  width: 550px;
}

.tukiWabara-yodogawa > p {
  font-family: 'Gothic Medium BBB';
  font-style: normal;
  font-weight: 500;
  line-height: 192%;
  letter-spacing: 0.05em;
  max-width: 500px;
  margin: 30px auto 0;
}

.tukiWabara-yodogawa > p.em {
  font-family: 'Koburina Gothic W6 JIS2004';
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #C790BB;
}

.tukiWabara-yodogawa > p.kome {
  position: relative;
  padding-left: 20px;
  color: #C790BB;
}

.tukiWabara-yodogawa > p.kome::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.tukiWabara-yodogawa > p.kome > span {
  font-weight: bold;
}

.tukiWabara-yodogawa > p:nth-of-type(1) {
  margin-top: 0;
}

.tukiWabara-yodogawa-articles {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.tukiWabara-yodogawa-articles > a {
  width: calc(50% - 15px);
  color: #353535;
  margin-top: 60px;
}

.tukiWabara-yodogawa-articles > a p {
  margin-top: 15px;
  font-family: 'Koburina Gothic W6 JIS2004';
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.48;
  letter-spacing: 0.07em;
}

.tukiWabara-yodogawa-articles > a:nth-of-type(1), .tukiWabara-yodogawa-articles > a:nth-of-type(2) {
  margin-top: 0;
}

.tukiWabara-lineup-ttl,
.tukiWabara-lineup-ttl2 {
  font-family: 'Koburina Gothic W6 JIS2004';
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.48;
  letter-spacing: 0.07em;
}

.tukiWabara-lineup-ttl2 {
  margin: 40px 0 30px;
}

.tukiWabara-lineup-desc {
  font-family: 'Gothic Medium BBB';
  font-weight: 500;
  font-size: 16px;
  line-height: 192%;
  letter-spacing: 0.05em;
}

.tukiWabara-lineup-list {
  display: flex;
  flex-wrap: wrap;
}

.tukiWabara-lineup-list > div {
  width: calc(25% - 30px);
  margin-top: 50px;
}

@media (min-width: 960px) {
  .tukiWabara-lineup-list > div {
    margin-right: calc(120px / 3);
  }
  .tukiWabara-lineup-list > div:nth-of-type(4n) {
    margin-right: 0;
  }
}

.tukiWabara-lineup-list-ttl1 {
  font-family: 'Gothic Medium BBB';
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.38;
  margin-top: 10px;
  min-height: 56px;
}

.tukiWabara-lineup-list-ttl2 {
  font-family: 'Gothic Medium BBB';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 137%;
  min-height: 24px;
  margin-top: 10px;
}

.tukiWabara-lineup-list-cnt {
  font-family: 'Gothic Medium BBB';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 182%;
  letter-spacing: 0.05em;
  min-height: 100px;
  margin-top: 30px;
}

.tukiWabara-lineup-list-price {
  margin-top: 30px;
}

.tukiWabara-lineup-list-price > 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;
}

.tukiWabara-lineup-list-price > span:nth-of-type(2) {
  font-weight: 500;
  font-size: 11px;
  line-height: 2;
  letter-spacing: 0.035em;
}

.tukiWabara-lineup-list-em {
  font-family: 'Koburina Gothic W6 JIS2004';
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.095em;
  color: #C790BB;
  margin-top: 15px;
  min-height: 24px;
}

.tukiWabara-lineup-list-attention {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 10px;
  line-height: 1.4;
  font-size: 13px;
}

.tukiWabara-info-ttl {
  font-family: 'Koburina Gothic W6 JIS2004';
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.48;
  letter-spacing: 0.07em;
  color: #C790BB;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  width: 100%;
}

.tukiWabara-info-ttl > div:nth-of-type(1) {
  margin-right: 15px;
}

.tukiWabara-info-ttl > div:nth-of-type(1) img {
  width: 62px;
}

.tukiPro-info > div > p:not(.non-style) {
  padding-left: 1em;
  text-indent: -1em;
}

.tukiWabara-detail-mv {
  position: relative;
  padding: 0 60px;
}

.tukiWabara-detail-mv .swiper-button-next {
  right: -10px;
  top: calc(50% - 27.5px);
}

.tukiWabara-detail-mv .swiper-button-prev {
  left: -10px;
  top: calc(50% - 27.5px);
}

.tukiWabara-detail-cnt {
  display: flex;
  flex-wrap: wrap;
  max-width: 1206px;
  padding: 0 30px;
  margin: auto;
}

.tukiWabara-detail-cnt > div {
  width: 50%;
}

.tukiWabara-detail-cnt > div.tukiPro-main-block1 {
  width: calc(50% - 30px);
  margin-right: 30px;
}

.tukiPro-main-txt {
  margin-top: 0;
}

.tukiPro-main-txt p.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.tukiPro-main-txt-border {
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;
  padding: 20px 0;
}

.tukiInd-prod-lineup-name {
  margin-top: 0;
}

@media (max-width: 959px) {
  .caption-right {
    font-size: 13px;
    right: 3px;
    bottom: 3px;
  }
  .caption-left {
    font-size: 10px;
    transform: scale(0.7);
    left: -16px;
    bottom: -5px;
  }
  a.cart,
  a.cartbtn {
    font-size: 18px;
    padding: 15px 0;
    max-width: 554px;
    margin: 50px auto 0;
  }
  a.cart::before,
  a.cartbtn::before {
    width: 35.63px;
    height: 28px;
    top: 10px;
    left: 50%;
    transform: translateX(-132px);
  }
  a.cart::after,
  a.cartbtn::after {
    width: 37px;
    height: 20.56px;
    top: 13px;
    right: 50%;
    transform: translateX(132px);
  }
  .c-goDetail {
    padding: 10px;
    max-width: 150px;
  }
  .tukiPro-sec--yodogawa .tukiPro-sec-inner {
    padding-top: 35vw;
  }
  .tukiPro-sec--detail .tukiPro-sec-inner {
    padding: 50px 0;
  }
  .tukiPro-sec--lineup {
    padding: 0 20px;
  }
  .tukiPro-sec--lineup .tukiPro-sec-inner {
    padding: 50px 0;
  }
  .tukiPro-sec--lineup .tukiPro-sec-inner:nth-of-type(2) {
    padding-top: 0;
  }
  .tukiWabara-mv {
    flex-wrap: wrap;
  }
  .tukiWabara-mv-ttl {
    bottom: -25vw;
  }
  .tukiWabara-mv-ttl img {
    width: 88vw;
  }
  .tukiWabara-yodogawa-articles {
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .tukiWabara-yodogawa-articles > a {
    width: 100%;
  }
  .tukiWabara-yodogawa-articles > a p {
    font-size: 16px;
    margin-top: 10px;
  }
  .tukiWabara-yodogawa-articles > a:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .tukiWabara-lineup-ttl,
  .tukiWabara-lineup-ttl2 {
    font-size: 16px;
  }
  .tukiWabara-lineup-list {
    justify-content: space-between;
  }
  .tukiWabara-lineup-list > div {
    width: calc(50% - 5px);
  }
  .tukiWabara-lineup-list-ttl1 {
    font-size: 16px;
    min-height: 44px;
  }
  .tukiWabara-lineup-list-ttl2 {
    font-size: 14px;
  }
  .tukiWabara-lineup-list-cnt {
    font-size: 13px;
    margin-top: 20px;
    word-break: break-all;
  }
  .tukiWabara-lineup-list-price {
    margin-top: 10px;
  }
  .tukiWabara-info-ttl {
    font-size: 16px;
  }
  .tukiWabara-detail-mv {
    padding: 0 20px;
  }
  .tukiWabara-detail-mv .swiper-button-prev {
    left: 30px;
    top: calc(50% - 18px);
    width: 14px;
  }
  .tukiWabara-detail-mv .swiper-button-prev::after {
    font-size: 22px;
    color: #fff;
  }
  .tukiWabara-detail-mv .swiper-button-next {
    right: 30px;
    top: calc(50% - 18px);
    width: 14px;
  }
  .tukiWabara-detail-mv .swiper-button-next::after {
    font-size: 22px;
    color: #fff;
  }
  .tukiWabara-detail-cnt {
    padding: 0 20px;
  }
  .tukiWabara-detail-cnt > div {
    width: 100%;
  }
  .tukiWabara-detail-cnt > div.tukiPro-main-block1 {
    width: 100%;
    margin-right: 0;
    border-bottom: none;
  }
}

@media (max-width: 374px) {
  .tukiPro-sec-inner--mv {
    padding: 0;
  }
}
