@media screen and (max-width: 768px) {
  main .child_cont div[class*=content] {
    padding-bottom: 0;
    width: auto;
  }
}
.content {
  background: #ffffff;
  padding-top: 160px;
}

main .fv-area {
  margin: clamp(1.25rem, 1.013rem + 1.01vw, 1.875rem) auto 0;
  max-width: 1100px;
}
main .fv-area .magazine-logo {
  width: clamp(6.875rem, 4.912rem + 8.38vw, 12.063rem);
  margin: 0 0 20px auto;
}
main .fv-area .magazine-logo img {
  width: 100%;
  object-fit: cover;
  margin: 0 0 0 auto;
}
main .fv-area .magazine-logo p {
  text-align: right;
  margin-top: clamp(0.313rem, 0.194rem + 0.5vw, 0.625rem);
  font-size: clamp(0.688rem, 0.569rem + 0.5vw, 1rem);
  line-height: 1;
}
main .fv-area h1 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
main .fv-area h1 img {
  width: 100%;
  object-fit: cover;
}
main .fv-area h1 .fv-img-sp {
  display: none;
}
main h2 {
  line-height: 1.5;
  text-align: center;
  font-size: clamp(1.25rem, 1.037rem + 0.91vw, 1.813rem);
  letter-spacing: 0.02em;
  margin-bottom: 50px;
}
main .main-text {
  letter-spacing: 0.001em;
  text-align: justify;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  line-height: 2;
  font-size: clamp(0.813rem, 0.742rem + 0.3vw, 1rem);
}
main .sec-introduction {
  width: 93%;
  margin: 120px auto 120px;
}
main .sec-lifestyle {
  background: #F7F7F7;
  padding: clamp(3.875rem, 3.118rem + 3.23vw, 5.875rem) 0 clamp(3.125rem, 1.942rem + 5.05vw, 6.25rem);
  position: relative;
}
main .sec-lifestyle::before {
  content: "";
  position: absolute;
  background: url(../images/sec-lifestyle/exclamation.png) center/cover no-repeat;
  display: block;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(3.125rem, 2.368rem + 3.23vw, 5.125rem);
  z-index: 1;
  aspect-ratio: 292/315;
}
main .sec-lifestyle .sec-lifestyle-inner {
  width: 93%;
  margin: 0 auto;
}
main .sec-lifestyle span:first-of-type {
  display: block;
  margin: clamp(1.25rem, 1.013rem + 1.01vw, 1.875rem) 0 clamp(0.625rem, 0.507rem + 0.5vw, 0.938rem);
  line-height: 1.25;
}
main .sec-lifestyle span:last-of-type {
  display: block;
  margin: 0 0 clamp(1.25rem, 1.013rem + 1.01vw, 1.875rem);
  line-height: 1.25;
}
main .sec-lifestyle sup {
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
  font-size: 0.7em;
}
main .sec-minimal-sofa-collection {
  background: #EDEDE9;
  padding: clamp(4.375rem, 3.192rem + 5.05vw, 7.5rem) 0 clamp(3.125rem, 1.469rem + 7.06vw, 7.5rem);
}
main .sec-minimal-sofa-collection .sec-minimal-sofa-collection-inner {
  width: 97%;
  max-width: 1000px;
  margin: 0 auto;
}
main .sec-minimal-sofa-collection h2 {
  font-size: clamp(1.875rem, 1.52rem + 1.51vw, 2.813rem);
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: clamp(25px, 2.523vw + 15.54px, 50px);
}
main .sec-minimal-sofa-collection h3 {
  font-size: clamp(0.875rem, 0.662rem + 0.91vw, 1.438rem);
  text-align: center;
  margin-bottom: clamp(35px, 1.514vw + 29.32px, 50px);
}
main .sec-minimal-sofa-collection h3 span:first-of-type,
main .sec-minimal-sofa-collection h3 span:last-of-type {
  border: solid 1px #000000;
  padding: 5px;
}
main .sec-minimal-sofa-collection h3 span:nth-of-type(2) {
  margin: 0 5px;
}
main .sec-minimal-sofa-collection h3 span:last-of-type {
  margin-right: 5px;
}
main .sec-minimal-sofa-collection .collection-container {
  max-width: 896px;
  width: 100%;
  margin: 0 auto;
}
main .sec-minimal-sofa-collection .size-separation {
  position: relative;
  isolation: isolate;
}
main .sec-minimal-sofa-collection .size-separation span {
  position: absolute;
  font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
  line-height: 1;
  text-align: center;
  background: #EDEDE9;
  padding: 7px 10px;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  letter-spacing: 0;
}
main .sec-minimal-sofa-collection .size-separation::before {
  content: "";
  position: absolute;
  border: solid 1px #000000;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
main .sec-minimal-sofa-collection .size-category {
  font-size: clamp(0.875rem, 0.78rem + 0.4vw, 1.125rem);
  padding: clamp(20px, 0.505vw + 18.11px, 25px) 0 10px;
}
main .sec-minimal-sofa-collection .collection-wrap {
  display: flex;
  justify-content: space-between;
}
main .sec-minimal-sofa-collection .collection-list {
  display: grid;
  gap: clamp(0.188rem, 0.14rem + 0.2vw, 0.313rem);
  grid-template-columns: repeat(2, max-content);
}
main .sec-minimal-sofa-collection .collection-list.--lavanda {
  margin-bottom: 50px;
}
main .sec-minimal-sofa-collection .collection-list.--narrow {
  grid-template-columns: repeat(3, max-content);
}
main .sec-minimal-sofa-collection .collection-list.--wide {
  grid-template-columns: repeat(2, max-content);
}
main .sec-minimal-sofa-collection .collection-list li {
  width: clamp(7.125rem, 5.801rem + 5.65vw, 10.625rem);
  aspect-ratio: 1/1;
  height: auto;
}
main .sec-minimal-sofa-collection .collection-list a {
  background: #ffffff;
  padding: clamp(5px, 0.505vw + 3.1px, 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s ease;
}
main .sec-minimal-sofa-collection .collection-list a:hover {
  opacity: 0.7;
}
main .sec-minimal-sofa-collection .collection-list div {
  margin-top: 3px;
}
main .sec-minimal-sofa-collection .collection-list div p:first-of-type {
  font-size: clamp(0.75rem, 0.679rem + 0.3vw, 0.938rem);
  line-height: 1;
  letter-spacing: 0;
}
main .sec-minimal-sofa-collection .collection-list div p:last-of-type {
  font-size: clamp(0.625rem, 0.578rem + 0.2vw, 0.75rem);
  letter-spacing: 0;
  line-height: 1;
  margin-top: 2px;
}
main .sec-minimal-sofa-collection .collection-list a > p {
  font-size: clamp(0.531rem, 0.462rem + 0.34vw, 0.75rem);
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}
main .sec-minimal-sofa-collection .collection-list img {
  display: block;
  width: 100%;
  object-fit: cover;
}
main .sec-minimal-sofa-collection .size-distribution-graph {
  width: 100%;
  margin-top: clamp(50px, 7.064vw + 23.51px, 120px);
}
main .sec-minimal-sofa-collection .size-distribution-graph h4 {
  font-size: clamp(1.563rem, 1.468rem + 0.4vw, 1.813rem);
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: clamp(35px, 1.514vw + 29.32px, 50px);
}
main .sec-minimal-sofa-collection .size-distribution-graph h4 span {
  display: block;
  margin-top: 15px;
  font-size: clamp(1rem, 0.905rem + 0.4vw, 1.25rem);
  line-height: 1;
}
main .sec-minimal-sofa-collection .size-distribution-graph img {
  width: 100%;
  object-fit: cover;
}
main .sec-product-feature {
  max-width: 1010px;
  width: 93%;
  margin: clamp(3.75rem, 2.094rem + 7.06vw, 8.125rem) auto clamp(4.375rem, 3.429rem + 4.04vw, 6.875rem);
}
main .sec-product-feature li {
  display: flex;
  justify-content: center;
  gap: clamp(1.563rem, 0.971rem + 2.52vw, 3.125rem);
}
main .sec-product-feature li:nth-of-type(odd) .product-slider {
  width: 48%;
  max-width: 480px;
}
main .sec-product-feature li:nth-of-type(even) {
  flex-direction: row-reverse;
}
main .sec-product-feature li:nth-of-type(even) .product-slider {
  width: 39%;
  max-width: 390px;
}
main .sec-product-feature li:not(:last-of-type) {
  margin-bottom: clamp(3.125rem, 2.652rem + 2.02vw, 4.375rem);
}
main .sec-product-feature .text-container {
  width: 48%;
  max-width: 480px;
  margin-top: 40px;
}
main .sec-product-feature .product-name {
  font-size: clamp(1.563rem, 1.397rem + 0.71vw, 2rem);
  line-height: 1;
  margin-bottom: clamp(0.938rem, 0.819rem + 0.5vw, 1.25rem);
  letter-spacing: 0;
}
main .sec-product-feature .feature {
  font-size: clamp(0.938rem, 0.867rem + 0.3vw, 1.125rem);
  line-height: 1;
  margin-bottom: 15px;
}
main .sec-product-feature p {
  font-size: clamp(0.813rem, 0.765rem + 0.2vw, 0.938rem);
}
main .sec-product-feature .btnArea2 {
  margin: clamp(1.25rem, 1.013rem + 1.01vw, 1.875rem) 0 0 0;
  display: flex;
  width: auto;
  gap: 10px;
  flex-wrap: wrap;
}
main .sec-product-feature .btnArea2 .base_btn {
  padding: 12px clamp(1.5rem, 1.24rem + 1.11vw, 2.188rem);
  background: #ffffff;
  border: solid 1px #000000;
  color: #000000;
  display: block;
  margin: 0;
  display: block !important;
  line-height: 1;
  width: auto;
}
main .sec-product-feature .btnArea2 .base_btn::after {
  background: #000000;
  color: #ffffff;
}
main .sec-product-feature .btnArea2 .base_btn span {
  color: #000000;
  letter-spacing: 0.01em;
  line-height: 1;
  font-size: 12px;
  display: block;
}
main .sec-product-feature .btnArea2 .base_btn:hover span {
  color: #ffffff;
}
main .sec-product-feature .product-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}
main .sec-product-feature .product-slider:nth-of-type(1n) {
  width: 48%;
  max-width: 480px;
}
main .sec-product-feature .product-slider:nth-of-type(2n) {
  width: 39%;
  max-width: 390px;
}
main .sec-product-feature .product-slider .swiper-slide {
  width: 100%;
  position: relative;
}
main .sec-product-feature .product-slider .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
main .sec-product-feature .product-slider .swiper-pagination {
  position: absolute;
  bottom: -4px;
  z-index: 0;
}
main .sec-product-feature .product-slider .swiper-button-prev,
main .sec-product-feature .product-slider .swiper-button-next {
  position: absolute;
  bottom: -10px;
  z-index: 1;
  display: block;
  width: 10px;
  height: 30px;
  transform: scale(0.8);
}
main .sec-product-feature .product-slider .swiper-button-prev {
  left: 30%;
}
main .sec-product-feature .product-slider .swiper-button-next {
  right: 30%;
}
main .sec-related-articles {
  background: #F7F7F7;
  padding: clamp(4.063rem, 3.235rem + 3.53vw, 6.25rem) 0;
}
main .sec-related-articles .sec-related-articles-inner {
  width: 93%;
  max-width: 1000px;
  margin: 0 auto;
}
main .sec-related-articles h4 {
  font-size: clamp(1.563rem, 1.492rem + 0.3vw, 1.75rem);
  letter-spacing: 0;
  text-align: center;
  margin-bottom: clamp(1.875rem, 1.638rem + 1.01vw, 2.5rem);
  line-height: 1;
}
main .sec-related-articles h4 span {
  display: block;
  margin-top: 15px;
  font-size: clamp(0.875rem, 0.828rem + 0.2vw, 1rem);
  line-height: 1;
}
main .sec-related-articles .articles-thumbnails {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
main .sec-related-articles .articles-thumbnails a {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
}
main .sec-related-articles .articles-thumbnails a:hover {
  opacity: 0.7;
}
main .sec-related-articles .articles-thumbnails img {
  display: block;
  object-fit: cover;
  max-width: 495px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  main .content {
    padding-top: 80px;
  }
  main .fv-area .magazine-logo {
    margin: 0 3.5% 15px auto;
  }
  main h2 {
    margin-bottom: 35px;
  }
  main .sec-introduction {
    margin: 60px auto;
  }
  main .sec-minimal-sofa-collection .collection-wrap {
    flex-direction: column;
    justify-content: center;
  }
  main .sec-minimal-sofa-collection .collection-wrap > div {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  main .sec-minimal-sofa-collection .size-category {
    display: inline-block;
    width: 100%;
  }
  main .sec-minimal-sofa-collection .collection-list {
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(128px, 140px));
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  main .sec-minimal-sofa-collection .collection-list {
    grid-template-columns: repeat(3, minmax(114px, 1fr));
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main .sec-minimal-sofa-collection .collection-list li {
    width: 100%;
  }
  main .sec-minimal-sofa-collection .collection-list.--narrow, main .sec-minimal-sofa-collection .collection-list.--wide {
    grid-template-columns: repeat(auto-fit, minmax(128px, 140px));
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  main .sec-minimal-sofa-collection .collection-list.--narrow, main .sec-minimal-sofa-collection .collection-list.--wide {
    grid-template-columns: repeat(3, minmax(112px, 1fr));
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main .sec-minimal-sofa-collection .collection-list.--narrow li, main .sec-minimal-sofa-collection .collection-list.--wide li {
    width: 100%;
  }
  main .sec-product-feature .text-container {
    width: 100%;
    margin-top: 0;
  }
  main .sec-product-feature li:nth-of-type(odd), main .sec-product-feature li:nth-of-type(even) {
    flex-direction: column;
    align-items: center;
  }
  main .sec-product-feature li:nth-of-type(odd) .product-slider, main .sec-product-feature li:nth-of-type(even) .product-slider {
    width: 100%;
  }
  main .sec-related-articles .articles-thumbnails {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  main .fv-area h1 .fv-img-pc {
    display: none;
  }
  main .fv-area h1 .fv-img-sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */