/* シリーズ扉ページ */
.series .forSP {
  display: none;
}
.series .main__image {
  display: block;
  width: 100%;
  max-width: 1400px;
  margin: 12px auto 0;
}
.series .contentsInner {
  overflow: inherit;
}
.series .heading--series {
  margin: 70px auto 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 36px;
  padding: 0 40px;
  border-right: 3px solid #4d4c40;
  border-left: 3px solid #4d4c40;
  width: fit-content;
}
.series .heading--series span {
  font-size: 18px;
  font-weight: normal;
}
.series .lead__title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 35px;
}
.series .lead {
  text-align: center;
  margin-bottom: 70px;
}
.series .title--series {
  font-size: 30px;
  text-align: center;
}
.series .title--series span {
  font-size: 14px;
}
.series .item__lists {
  padding-bottom: 90px;
  margin-bottom: 55px;
  border-bottom: 1px solid #a6a6a6;
}

.series .item__lists .img_block img {
  object-fit: cover;
}
.series .nav__wrapper {
  background-color: #f7f7f7;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  padding: 40px 0;
  margin-bottom: 60px;
}
.series .nav__lists {
  width: 100%;
  max-width: 1010px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 8%;
}
.series .nav__list {
  border: 1px solid #a0988e;
  width: 27.8%;
  height: 45px;
}
.series .nav__link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  position: relative;
  transition: 0.4s;
}
.series .nav__link:hover {
  opacity: 0.7;
}
.series .ttl_block .ttl {
  position: relative;
}
.series .nav__link::after,
.series .ttl_block .ttl::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 16px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #a0988e;
  border-top: 1px solid #a0988e;
}
@media screen and (max-width: 767px) {
  .series .forSP {
    display: block;
  }
  .series .lead__title,
  .series .lead {
    text-align: left;
  }
  .series .ttl_block .ttl::after {
    display: none;
  }
  .series .nav__lists {
    flex-direction: column;
    align-items: center;
  }
  .series .nav__list {
    width: 100%;
    max-width: 270px;
  }
}

/* 畳座シリーズ　扉ページ */
.tatamizaSeries .nav__lists,
.benchSeries .nav__lists {
  justify-content: center;
}
.series .variation__section {
  padding-bottom: 80px;
  margin-bottom: 65px;
  border-bottom: 1px solid #a6a6a6;
}
.series .line--center {
  display: flex;
  align-items: center;
  margin-bottom: 78px;
}
.series .line--center::before,
.series .line--center::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #dcdcdc;
}
.series .line--center::before {
  margin-right: 50px;
}
.series .line--center::after {
  margin-left: 50px;
}
.series .variation__lists {
  display: flex;
  gap: 4.3%;
}
.series .variation__list {
  width: 47.8%;
}
.series .variation__list img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 545/320;
}
.series .variation__title {
  background-color: #4d4c40;
  opacity: 0.86;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 10px;
  margin-top: -55px;
}
.series .variation__textLists {
  background-color: #4d4c40;
  opacity: 0.86;
  color: #fff;
  padding: 23px 40px 20px;
}
.series .variation__textList {
  display: flex;
  margin-bottom: 20px;
}
.series .variation__textList .title {
  width: 15%;
}
.series .variation__textList .text {
  width: 85%;
}

.series .item__lists.column2 {
  justify-content: center;
}
.series .item__lists.column2 .item__list:last-child {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  .series .variation__lists {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .series .variation__list {
    width: 100%;
    max-width: 545px;
  }
  .series .variation__textLists {
    padding: 23px 7.3% 20px;
  }
}

/* ベンチシリーズ　扉ページ */
.series .suggest__section {
  background-color: #f3ede1;
  padding: 48px 48px 54px;
  margin-bottom: 80px;
}
.series .suggest__section .line--center {
  margin-bottom: 50px;
}
.series .suggest__section .line--center::before,
.series .suggest__section .line--center::after {
  background-color: #4d4c40;
}
.series .media__wrapper {
  display: flex;
  justify-content: space-between;
}
.series .media__img {
  width: 32%;
  aspect-ratio: 320/383;
  object-fit: cover;
  object-position: 62% 50%;
}
.series .media__inner {
  width: 62%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.series .image__wrapper {
  display: flex;
  gap: 30px;
}
.series .image__wrapper img {
  aspect-ratio: 270/181;
  object-fit: cover;
  width: 41.5%;
}
.benchSeries .item__section {
  border-top: 1px solid #a6a6a6;
  padding-top: 37px;
}
@media screen and (max-width: 900px) {
  .series .suggest__section {
  padding: 48px 20px 54px;
}
}
@media screen and (max-width: 767px) {
.series .media__wrapper {
  flex-direction: column;
}
.series .media__img {
  width: 100%;
  aspect-ratio: unset;
  margin-bottom: 20px;
}
.series .media__inner {
  width: 100%;
}
.series .media__text {
  margin-bottom: 20px;
}
.series .image__wrapper {
  justify-content: center;
}
}