﻿@charset "UTF-8";

.block-genre-page {
  padding-right: 0;
  padding-left: 0;
}
.block-genre-page--goods {
  padding: 0 15px;
}

.block-chenille-mv {
  padding: 0 10px 40px;
}
.block-chenille-mv h1 {
  margin: 0 0 20px;
}
.block-chenille-mv--text {
  margin: 0 5px 20px;
}
.block-chenille-mv--btn {
  margin: 0 15px 30px;
}
.block-chenille-mv--btn .block-common-btn {
  position: relative;
  width: 100%;
}
.block-chenille-mv--btn .block-common-btn:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 15px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(45deg);
}
.block-chenille-mv--nav {
  padding: 0 15px;
}
.block-chenille-mv--nav li:not(:last-child) {
  margin: 0 0 10px;
}
.block-chenille-mv--nav a {
  position: relative;
  display: block;
  border: 1px solid #62767D;
  border-radius: 30px;
  color: #62767D;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 8px 0;
}
.block-chenille-mv--nav a:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 15px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #62767D;
  border-bottom: 2px solid #62767D;
  transform: rotate(45deg);
}
.block-chenille-feature {
  background: #FBF7EF;
  padding: 40px 15px 50px;
}
.block-chenille h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 20px;
}
.block-chenille-feature-item:not(:last-child) {
  margin: 0 0 30px;
}
.block-chenille-feature-item h3 {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  padding: 0 0 10px;
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px dashed #DFCCA9;
}
.block-chenille-feature-item h3 span {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--main-color);
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 5px 0 0;
  padding: 6px 0 0 2px;
  letter-spacing: 2px;
}
.block-chenille-feature-item--text {
  margin: 0 0 18px;
}
.block-chenille-feature-item--img {
  border-radius: 5px;
  overflow: hidden;
}
.block-chenille-history {
  padding: 50px 15px;
}
.block-chenille-history h2 {
  position: relative;
  background: #FFF;
  margin: 0;
  padding: 0 0 15px;
}
.block-chenille--inner {
  position: relative;
}
.block-chenille-history .block-chenille--inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 6px;
  width: 2px;
  height: 100%;
  border-left: 2px dashed #B9CB07;
}
.block-chenille-history-items {
  padding: 0 0 0 20px;
  margin: 0 0 20px;
}
.block-chenille-history-item:not(:last-child) {
  margin: 0 0 25px;
}
.block-chenille-history-item--text {
  margin: 0 0 12px;
}
.block-chenille-history-item--year {
  position: relative;
  color: var(--main-color);
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
}
.block-chenille-history-item--year:before {
  content: '';
  position: absolute;
  top: 9px;
  left: -20px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--main-color);
}
.block-chenille-history-item--img {
  border-radius: 5px;
  overflow: hidden;
}
.block-chenille-history-message {
  padding: 15px 15px 20px;
  margin: 0 0 0 20px;
  background: #F8F8F8;
  border-radius: 10px;
}
.block-chenille-history-message--img {
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 10px;
}
.block-chenille-history-message--text {
  font-size: 16px;
  font-weight: 500;
}
.block-chenille-about {
  background: #F9FBEA;
}
.block-chenille-about h2 {
  position: relative;
  padding: 13px 15px;
  margin: 0;
  transition: .3s ease;
}
.block-chenille-about h2.open {
  padding: 40px 15px 20px;
}
.block-chenille-about h2:before,
.block-chenille-about h2:after {
  content: '';
  position: absolute;
  top: 30px;
  right: 15px;
  width: 16px;
  height: 1px;
  background: var(--main-color);
  transition: .3s ease;
}
.block-chenille-about h2:not(.open):after {
  transform: rotate(90deg);
}
.block-chenille-about h2.open:before,
.block-chenille-about h2.open:after {
  top: 57px;
}
.block-chenille-about--body {
  display: none;
  padding: 5px 15px 50px;
}
.block-chenille-about-whatis {
  margin: 0 0 30px;
}
.block-chenille-about h3 {
  display: flex;
  align-items: baseline;
  gap: 15px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px dashed #DFCCA9;
  padding: 0 0 8px;
  margin: 0 0 15px;
}
.block-chenille-about h3 span {
  color: var(--main-color);
  font-size: 12px;
  font-weight: 500;
}
.block-chenille-about-whatis--text {
  margin: 0 0 20px;
}
.block-chenille-about-history--img {
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 12px;
}
.block-chenille-about-history--text h4 {
  font-size: 16px;
  padding: 0;
  margin: 0 0 6px;
}
.block-chenille-about-process-items {
  list-style: none;
}
.block-chenille-about-process-item {
  position: relative;
  background: #FFF;
  border-radius: 5px;
  margin: 0 0 28px;
  padding: 15px;
}
.block-chenille-about-process-item:not(:last-child):after {
  content: '';
  position: absolute;
  left: calc(50% - 3.5px);
  bottom: -17px;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: var(--main-color) transparent transparent transparent;
}
.block-chenille-about-process-item:last-child {
  margin: 0;
}
.block-chenille-about-process-item--num {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--main-color);
  color: #FFF;
  font-size: 9px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 1px;
  padding: 8px 0 0;
}
.block-chenille-about-process-item--num span {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.block-chenille-about-process-item--img {
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 15px;
}
.block-chenille-about-process-item h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 8px;
  padding: 0;
}
.block-chenille-search {
  padding: 40px 15px 15px;
  background: #F8F8F8;
}
.block-chenille-search h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 12px;
}
.block-chenille-search .block-common-tab--item {
  background: #FFF;
}
input.js-chenille-search-event + .block-top-event--goods {
  background: #F8F8F8;
}
.block-chenille-event-btn  {
  background: #F8F8F8;
  padding: 30px 0 0;
}
input.js-chenille-search-event:not([value="design01"]) + .block-top-event--goods,
input.js-chenille-search-event:not([value="design01"]) + .block-top-event--goods + .block-chenille-event-btn {
  display: none;
}
.block-chenille-search-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 15px;
}
.block-chenille-search-item {
  width: calc((100% - 45px) / 4);
}
.block-chenille-search-item--img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border: 3px solid #F2F2F2;
  border-radius: 50%;
  aspect-ratio: 1;
  margin: 0 0 5px;
}
.block-chenille-search-item h4 {
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}
.block-chenille-collection {
  padding: 50px 0;
}
.block-chenille-collection h2 {
  padding: 0 15px;
}
.block-chenille-collection .swiper:not(.swiper-initialized) div[class^="swiper-button"] {
  display: none;
}
.block-chenille-collection .swiper-wrapper {
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 0 15px;
}
.block-chenille-collection .swiper-wrapper::-webkit-scrollbar  {
  display: none;;
}
.block-chenille-collection-item {
  width: 160px;
  margin: 0 16px 0 0;
}
.block-chenille-collection-item--img {
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 5px;
}
.block-chenille-collection-item h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.block-chenille-items {
  padding: 0 15px 15px;
}

@media screen and (max-width: 768px) {
  .block-chenille-search-item:nth-child(1) .block-chenille-search-item--img img {
    width: 46%;
  }
  .block-chenille-search-item:nth-child(2) .block-chenille-search-item--img img {
    width: 46%;
  }
  .block-chenille-search-item:nth-child(3) .block-chenille-search-item--img img {
    width: 64%;
  }
  .block-chenille-search-item:nth-child(4) .block-chenille-search-item--img img {
    width: 78%;
  }
  .block-chenille-search-item:nth-child(5) .block-chenille-search-item--img img {
    width: 70%;
  }
}

@media screen and (min-width: 769px) {
  .container {
    max-width: 100%;
  }
  .block-topic-path {
    width: 1200px;
    margin: 0 auto;
  }
  .block-genre-page--goods {
    padding: 0;
    margin: 70px auto 0;
    width: 1200px;
  }
 
  .block-chenille-mv {
    padding: 0 0 80px;
  }
  .block-chenille--inner {
    width: 1200px;
    margin: 0 auto;
  }
  .block-chenille-mv h1 {
    margin: 0 0 60px;
  }
  .block-chenille-mv--text {
    margin: 0 0 40px;
  }
  .block-chenille-mv--btn {
    width: 480px;
    margin: 0 auto 80px;
  }
  .block-chenille-mv--btn .block-common-btn {
    padding: 14px 0;
  }
  .block-chenille-mv--btn .block-common-btn:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
    border-width: 2px;
  }
  .block-chenille-mv--nav {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .block-chenille-mv--nav li {
    width: 330px;
  }
  .block-chenille-mv--nav a {
    padding: 13px 0;
  }
  .block-chenille-mv--nav a:after {
    top: 19px;
    right: 22px;
  }
  .block-chenille-mv--nav a:hover {
    opacity: .8;
  }
  .block-chenille-feature {
    padding: 100px 0 140px;
  }
  .block-chenille h2 {
    font-size: 30px;
    margin: 0 0 40px;
  }
  .block-chenille-feature .block-chenille-feature-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 100px;
  }
  .block-chenille-feature-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .block-chenille-feature-item:last-child {
    margin: 0;
  }
  .block-chenille-feature-item h3 {
    align-items: center;
    gap: 16px;
    font-size: 24px;
    padding: 0 0 15px;
    margin: 0 0 25px;
    width: 100%;
  }
  .block-chenille-feature-item h3 span {
    width: 58px;
    height: 58px;
    font-size: 26px;
    padding-top: 8px;
  }
  .block-chenille-feature-item--text {
    width: 600px;
    margin: 0;
    line-height: 1.875;
  }
  .block-chenille-feature-item--img {
    width: 560px;
    border-radius: 10px;
  }
  .block-chenille-history {
    padding: 140px 0;
  }
  .block-chenille-history h2 {
    padding: 0 0 35px;
    margin: 0 0 5px;
  }
  .block-chenille-history-items {
    padding: 0 0 0 42px;
    margin: 0 0 58px;
  }
  .block-chenille-history .block-chenille-history-item {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    margin: 0 0 40px;
  }
  .block-chenille-history .block-chenille-history-item:last-child {
    margin: 0;
  }
  .block-chenille-history-item--text {
    line-height: 1.875;
    margin: 0;
    width: 535px;
  }
  .block-chenille-history-item--year {
    font-size: 20px;
  }
  .block-chenille-history-item--year:before {
    top: 15px;
    left: -42px;
  }
  .block-chenille-history-item--img {
    width: 560px;
    border-radius: 10px;
  }
  .block-chenille-history-message {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 0 42px;
    padding: 40px;
    border-radius: 20px;
  }
  .block-chenille-history-message--img {
    width: 560px;
    border-radius: 10px;
  }
  .block-chenille-history-message--text {
    width: 486px;
    font-size: 18px;
    line-height: 1.89;
  }
  .block-chenille-about h2 {
    padding: 27px 0;
    margin: 0;
    cursor: pointer;
  }
  .block-chenille-about h2.open {
    padding: 100px 0 40px;
  }
  .block-chenille-about h2:before,
  .block-chenille-about h2:after {
    top: 50px;
    right: auto;
    left: 370px;
    height: 2px;
  }
  .block-chenille-about h2.open:before,
  .block-chenille-about h2.open:after {
    top: 123px;
  }
  .block-chenille-about--body {
    padding: 0;
  }
  .block-chenille-about--body {
    margin: 0 0 60px;
    padding: 0 0 140px;
  }
  .block-chenille-about h3 {
    font-size: 24px;
    padding: 0 0 15px;
    margin: 0 0 25px;
  }
  .block-chenille-about h3 span {
    font-size: 16px;
  }
  .block-chenille-about-whatis--text {
    line-height: 1.875;
    margin: 0 0 25px;
  }
  .block-chenille-about-history {
    display: flex;
    justify-content: space-between;
  }
  .block-chenille-about-history--img {
    width: 560px;
    border-radius: 10px;
  }
  .block-chenille-about-history--text {
    width: 610px;
  }
  .block-chenille-about-history--text h4 {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .block-chenille-about-history--text p {
    line-height: 1.875;
  }
  .block-chenille-about-process-item {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin: 0 0 44px;
    border-radius: 10px;
  }
  .block-chenille-about-process-item:not(:last-child):after {
    left: calc(50% - 7px);
    bottom: -30px;
    border-width: 14px 10px 0 10px;
  }
  .block-chenille-about-process-item--num {
    width: 58px;
    height: 58px;
    top: -10px;
    left: 10px;
    font-size: 10px;
    padding: 11px 0 0;
  }
  .block-chenille-about-process-item--num span {
    font-size: 26px;
  }
  .block-chenille-about-process-item--img {
    width: 400px;
    border-radius: 10px;
  }
  .block-chenille-about-process-item--text {
    width: 730px;
    line-height: 1.875;
  }
  .block-chenille-about-process-item h4 {
    font-size: 18px;
  }
  input.js-chenille-search-event + .block-top-event--goods > div {
    width: 1200px;
    margin: 0 auto;
  }
  .block-chenille-event-btn {
    padding: 40px 0 0;
  }
  .block-chenille-search:not(:has(.block-chenille-search-items)) {
    padding: 90px 0 0;
  }
  .block-chenille-search:has(.block-chenille-search-items) {
    padding: 70px 0 100px;
  }
  .block-chenille-search h3 {
    font-size: 20px;
    margin: 0 0 25px;
  }
  .block-chenille-search-items {
    gap: 50px;
  }
  .block-chenille-search-item {
    width: 200px;
  }
  .block-chenille-search-item a:hover {
    opacity: .8;
  }
  .block-chenille-search-item--img {
    border-width: 5px;
    margin: 0 0 10px;
  }
  .block-chenille-search-item h4 {
    font-size: 16px;
    padding: 0 16px;
  }
  .block-chenille-collection {
    padding: 140px 0;
  }
  .block-chenille-collection h2 {
    padding: 0;
    margin: 0 0 30px;
  }
  .block-chenille-collection--slider {
    position: relative;s
  }
  .block-chenille-collection--slider .swiper {
    position: static;
  }
  .block-chenille-collection .swiper-wrapper {
    overflow-x: unset;
    padding: 0;
  }
  .block-chenille-collection-item {
    width: 277px;
    margin: 0 30px 0 0;
  }
  .block-chenille-collection-item:last-child {
    margin: 0;
  }
  .block-chenille-collection-item--img {
    margin: 0 0 15px;
  }
  .block-chenille-collection-item h3 {
    font-size: 20px;
  }
  .block-chenille-items {
    padding: 0 0 20px;
  }
}