@charset "UTF-8";

.concept {
  margin-bottom: 250px;
}

.concept__lyt {
  margin-bottom: 120px;
}

.concept__natural {
  margin-bottom: 120px;
}

.concept__simple {
  margin-bottom: 120px;
}

.concept-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.concept-container__text {
  display: none;
}

.concept-content {
  position: relative;
}

.concept-content::before {
  content: '';
  width: 90vw;
  height: 566px;
  background: #edefe7;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.concept-content__lyt {
  width: 100%;
  max-width: 1180px;
  padding: 0 50px;
  height: 800px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.concept-content__inner {
  width: 100%;
  display: flex;
}

.concept-content__list {
  margin-top: 310px;
}

.concept-content__image {
  width: 680px;
  margin: 60px 0 0 auto;
}

.concept-content-ttl {
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 2;
  color: #99ab9c;
}

.concept-content-ttl__text {
  line-height: initial;
  display: inline-block;
}

.concept-content-ttl__text-en {
  font-size: 10rem;
  font-family: "Josefin Sans", sans-serif;
  display: block;
  font-weight: bold;
}

.concept-content-ttl__text-sub {
  font-size: 2rem;
  margin-bottom: 1em;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #99ab9c;
  font-weight: 500;
}

.concept-content-list__item + .concept-content-list__item {
  margin-top: 48px;
}

.concept-content-list__ttl {
  margin-bottom: 16px;
}

.concept-content-list-ttl {
  display: flex;
  line-height: initial;
}

.concept-content-list-ttl__number {
  font-size: 3rem;
  font-family: "Josefin Sans", sans-serif;
  color: #99ab9c;
  margin-right: 27px;
  font-weight: 600;
}

.concept-content-list-ttl__text {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.viewimage-btn {
  height: 40px;
  padding: 0 30px 0 55px;
  color: #99ab9c;
  cursor: pointer;
  flex-shrink: 0;
}

.viewimage-btn::before {
  width: 40px;
  height: 40px;
  padding: 10px;
  border-color: #99ab9c;
}

.concept-slider {
  width: 680px;
  pointer-events: all;
}

.concept-slider.active {
  z-index: 1;
}

.concept-tab {
  position: relative;
}

.natural-concept-slider,
.simple-concept-slider,
.vintage-concept-slider {
  position: absolute;
  opacity: 0;
  transition: all 0.5s;
}

.concept-slider.active {
  opacity: 1;
  position: absolute;
}

.natural-concept-slider-text,
.simple-concept-slider-text,
.vintage-concept-slider-text {
  display: none;
}

.natural-concept-slider-text.active,
.simple-concept-slider-text.active,
.vintage-concept-slider-text.active {
  display: block;
}

.sngle-line.active {
  margin-top: -3em;
}

.concept-content-image__slider {
  margin-bottom: 24px;
}

.concept-content-image__text {
  line-height: 1.6;
  position: absolute;
  bottom: 70px;
}

.concept-content-image__text-one-line {
  bottom: calc(70px + 2em);
}

.test {
  overflow: hidden;
}

.concept-slide-arrow {
  position: absolute;
  bottom: -50px;
  z-index: 2;
  color: #99ab9c;
  cursor: pointer;
}

.concept-slide-arrow__prev-arrow::before, .concept-slide-arrow__next-arrow::before {
  display: block;
  border: solid 1px #99ab9c;
  padding: 12px;
  border-radius: 50%;
  line-height: 1;
  box-sizing: border-box;
}

.concept-slide-arrow__prev-arrow:hover::before, .concept-slide-arrow__prev-arrow:focus::before, .concept-slide-arrow__next-arrow:hover::before, .concept-slide-arrow__next-arrow:focus::before {
  background: #99ab9c;
  color: #fff !important;
}

.concept-slide-arrow__prev-arrow {
  position: absolute;
  left: 584px;
  bottom: -65px;
}

.concept-slide-arrow__prev-arrow::before {
  content: '←';
}

.concept-slide-arrow__next-arrow {
  position: absolute;
  left: 640px;
  bottom: -65px;
}

.concept-slide-arrow__next-arrow::before {
  content: '→';
}

.simple.concept-content::before {
  background-color: #eaeff2;
  left: initial;
  right: 0;
}

.simple .concept-content__image {
  margin-right: auto;
  margin-left: 0;
}

.simple .concept-content-ttl {
  color: #99a5ba;
  text-align: right;
  right: 30px;
  left: initial;
}

.simple .concept-content-ttl__text-sub {
  border-color: #99a5ba;
}

.simple .concept-content-list-ttl__number {
  color: #99a5ba;
}

.simple .viewimage-btn {
  color: #99a5ba;
  border-color: #99a5ba;
}

.simple .viewimage-btn::before {
  border-color: #99a5ba;
}

.simple .concept-slide-arrow {
  color: #99a5ba;
}

.simple .concept-slide-arrow__prev-arrow::before, .simple .concept-slide-arrow__next-arrow::before {
  border-color: #99a5ba;
}

.simple .concept-slide-arrow__prev-arrow:hover::before, .simple .concept-slide-arrow__prev-arrow:focus::before, .simple .concept-slide-arrow__next-arrow:hover::before, .simple .concept-slide-arrow__next-arrow:focus::before {
  background: #99a5ba;
}

.vintage.concept-content::before {
  background: #F2ECE7;
}

.vintage .concept-content-ttl {
  color: #b89f98;
}

.vintage .concept-content-ttl__text-sub {
  border-color: #b89f98;
}

.vintage .concept-content-list-ttl__number {
  color: #b89f98;
}

.vintage .viewimage-btn {
  color: #b89f98;
  border-color: #b89f98;
}

.vintage .viewimage-btn::before {
  border-color: #b89f98;
}

.vintage .concept-slide-arrow {
  color: #b89f98;
}

.vintage .concept-slide-arrow__prev-arrow::before, .vintage .concept-slide-arrow__next-arrow::before {
  border-color: #b89f98;
}

.vintage .concept-slide-arrow__prev-arrow:hover::before, .vintage .concept-slide-arrow__prev-arrow:focus::before, .vintage .concept-slide-arrow__next-arrow:hover::before, .vintage .concept-slide-arrow__next-arrow:focus::before {
  background: #b89f98;
}

.lineup {
  margin-bottom: 160px;
}

.lineup__ttl {
  margin-bottom: 80px;
}

.lineup__wood {
  margin-bottom: 80px;
}

.lineup__stone {
  margin-bottom: 80px;
}

.lineup-item__ttl {
  margin-bottom: 32px;
}

.lineup-item-container {
  width: 100%;
}

.lineup-item-container__oak {
  width: 100%;
  margin-bottom: 32px;
}

.lineup-item-container__walnut {
  width: 100%;
  margin-bottom: 32px;
}

.lineup-item-container__white-painted-wood {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 32px;
}

.lineup-item-container__vintage-wood {
  width: 30%;
}

.lineup-item-container__sub-ttl {
  margin-bottom: 8px;
}

.lineup-wood-lyt {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

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

.lineup-list__item {
  width: 30%;
}

.lineup-list__item img {
  width: 100%;
  height: auto;
}

.lineup-list__item + .lineup-list__item {
  margin-left: 5%;
}

.lineup-list__item:first-of-type:not(.lineup-list__item:only-of-type) {
  margin-bottom: 1em;
}

.lineup-list__item:only-of-type {
  width: 100%;
}

.lineup-list__text {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}

.lineup-list-stone .lineup-list {
  display: flex;
}

.lineup-list-stone-borrowed {
  width: 100%;
}

.lineup-list-stone-borrowed__item {
  width: 100%;
  max-width: 174px;
}

.lineup-list-stone-borrowed__item + .lineup-list-stone-borrowed__item {
  margin-left: 60px;
}

.hard-mortar {
  display: flex;
}

.hard-mortar__item {
  width: 100%;
  max-width: 174px;
}

.hard-mortar__item:first-of-type {
  margin-right: 60px;
}

.lineup-more-view {
  display: flex;
  justify-content: center;
}

.feature {
  margin-bottom: 160px;
}

.feature__ttl {
  margin-bottom: 80px;
}

.feature__list-lyt {
  margin-bottom: 60px;
}

.feature__image-list-lyt {
  margin-bottom: 80px;
}

.feature__table-lyt {
  margin-top: 60px;
  margin-bottom: 80px;
}

.feature__table-lyt__list {
  margin-top: 16px;
}

.feature__table-lyt__item {
  font-size: 1.2rem;
  line-height: 2.1;
  padding-left: 1em;
  text-indent: -1em;
}

.feature__table-lyt .underlayer-table {
  max-width: 100%;
}

.feature__table-lyt .underlayer-table__th {
  width: 30%;
}

.feature__table-lyt .underlayer-table__th.is-wide {
  width: 40%;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.feature-list__item {
  width: 20%;
}

.feature-list-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 240px;
  margin: 0 auto;
}

.feature-list-container__image {
  margin-bottom: 40px;
}

.feature-list-container__ttl {
  font-size: 2rem;
  margin-bottom: 16px;
  font-weight: 500;
}

.feature-list-container__text {
  font-size: 1.4rem;
  text-align: center;
}

.feature-image-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.feature-image-list__item {
  width: 50%;
}

.feature-more-view {
  display: flex;
}

.feature-more-view .move-btn__text {
  line-height: 1.4;
}

.image-Visual {
  width: 100%;
}

.image-Visual-container__image {
  width: 100%;
}

.imagefit {
  background: #F8F8F8;
}

.imagefit__inner {
  margin-right: 100px;
}

.imagefit-lyt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 120px 0;
}

.imagefit-lyt__inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

.imagefit-container__item + .imagefit-container__item {
  margin-top: 40px;
}

.imagefit-container__item-logo {
  margin: 0 auto;
}

.imagefit-container__item-text {
  color: #646464;
}

.imagefit-container__item-more-view-min {
  display: none;
}

.imagefit-list {
  display: flex;
  flex-wrap: wrap;
}

.imagefit-list__item {
  position: relative;
  margin-right: 60px;
}

.imagefit-list__item:last-of-type {
  margin-right: 0;
}

.imagefit-list__item.number-two-adjust {
  margin-right: 30px;
}

.imagefit-icon-arrow {
  position: absolute;
  left: -56px;
  top: 222px;
}

.imagefit-icon-arrow::before, .imagefit-icon-arrow::after {
  position: absolute;
  content: '';
}

.imagefit-icon-arrow::before {
  top: 25px;
  left: 14px;
  width: 16px;
  height: 2px;
  background: #505050;
}

.imagefit-icon-arrow::after {
  top: 21px;
  left: 30px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 8px solid #505050;
}

.imagefit-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.imagefit-list-item__number {
  display: inline-block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: initial;
  width: 24px;
  text-align: center;
  border-bottom: 2px solid #505050;
  margin-bottom: 32px;
}

.imagefit-list-item__image {
  margin-bottom: 36px;
}

.imagefit-list-item__text {
  text-align: center;
}

.number-two-adjust .imagefit-list-item__number {
  margin-right: 34px;
}

.number-two-adjust .imagefit-list-item__image {
  margin-bottom: 19px;
}

.number-two-adjust .imagefit-list-item__text {
  margin-right: 34px;
}

.store {
  padding-bottom: 163px;
}

.store__bg {
  background: #7D7E78;
}

.store__ttl {
  margin-bottom: 60px;
}

.store-ttl {
  line-height: initial;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.store-ttl__text {
  color: #fff;
}

.store-ttl__text + .store-ttl__text {
  margin-top: 8px;
}

.store-ttl__text-en {
  font-size: 4rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
}

.store-ttl__text-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}

.store-container-lyt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.store-section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  max-width: 468px;
  padding: 120px 0;
}

.store-section + .store-section {
  border-left: solid 1px #ededed;
}

.store-round-button {
  width: 100%;
  display: flex;
  justify-content: center;
}

.store-round-button__link {
  display: block;
  width: 320px;
  height: 72px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}

.store-round-button__link:hover .store-round-button__inner,
.store-round-button__link:focus .store-round-button__inner {
  background: #fff;
  color: #505050;
}

.store-round-button__link:hover .store-round-button__inner::before,
.store-round-button__link:focus .store-round-button__inner::before {
  background: #505050;
}

.store-round-button__link:hover .store-round-button__inner::after,
.store-round-button__link:focus .store-round-button__inner::after {
  border-top: 1px solid #505050;
  border-right: 1px solid #505050;
}

.store-round-button__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 320px;
  height: 72px;
  padding-left: 48px;
  border: solid 1px #fff;
  border-radius: 36px;
  position: relative;
}

.store-round-button__inner::before, .store-round-button__inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.store-round-button__inner::before {
  right: 40px;
  width: 16px;
  height: 1px;
  background: #fff;
}

.store-round-button__inner::after {
  right: 40px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.store-section-catalog {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

.store-section-catalog__button {
  margin-top: 32px;
}

.store-section-store__button + .store-section-store__button {
  margin-top: 32px;
}

@media screen and (min-width: 1080px) {
  html {
    margin: 0;
  }
  .feature-more-view {
    justify-content: space-between;
    max-width: 984px;
    padding: 0 32px;
  }
}

@media screen and (max-width: 1080px) {
  html {
    margin: 0;
  }
  .concept {
    margin-bottom: 8em;
  }
  .concept__lyt {
    margin-bottom: 4em;
  }
  .concept__natural {
    margin-bottom: 4em;
    padding-bottom: 8em;
  }
  .concept__simple {
    margin-bottom: 4em;
    padding-bottom: 8em;
  }
  .concept__vintage {
    padding-bottom: 8em;
  }
  .concept-content::before {
    width: 100%;
    height: 60vh;
  }
  .concept-content__lyt {
    height: auto;
  }
  .concept-content__inner {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }
  .concept-content__list {
    margin-top: inherit;
    order: 3;
    width: 100%;
  }
  .concept-content__image {
    width: 100%;
    margin: inherit;
    order: 1;
    margin-bottom: 2em;
  }
  .concept-content-ttl {
    position: static;
    margin-bottom: 2em;
  }
  .concept-content-list__item {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 60%;
    margin: 0 auto;
  }
  .concept-content-list__item + .concept-content-list__item {
    margin-top: 1em;
  }
  .concept-content-list__ttl {
    margin-bottom: 0;
  }
  .concept-content-list-ttl {
    height: 32px;
    align-items: baseline;
  }
  .concept-content-list-ttl__number {
    height: 32px;
  }
  .concept-content-list-ttl__text {
    height: 32px;
  }
  .viewimage-btn {
    border: solid 1px #99ab9c;
    padding: 0.5em 2em;
    border-radius: 2em;
    font-size: 1.3rem;
  }
  .viewimage-btn::before {
    content: none;
  }
  .concept-slider {
    width: 100%;
    height: auto;
  }
  .concept-slider__item img {
    width: 100%;
  }
  .concept-tab {
    display: flex;
  }
  .natural-concept-slider,
  .simple-concept-slider,
  .vintage-concept-slider {
    position: relative;
  }
  .sngle-line.active {
    margin-top: initial;
  }
  .concept-content-image__text {
    position: static;
    order: 2;
  }
  .concept-content-image__text br {
    display: none;
  }
  .concept-slide-arrow {
    color: #fff;
  }
  .concept-slide-arrow__prev-arrow::before, .concept-slide-arrow__next-arrow::before {
    background: #99ab9c;
    color: #fff !important;
  }
  .concept-slide-arrow__prev-arrow {
    left: -20px;
    bottom: 45%;
  }
  .concept-slide-arrow__next-arrow {
    left: inherit;
    right: -20px;
    bottom: 45%;
  }
  .simple .concept-content-ttl {
    text-align: left;
  }
  .simple .concept-slide-arrow__prev-arrow::before, .simple .concept-slide-arrow__next-arrow::before {
    color: #fff !important;
    background: #99a5ba;
  }
  .vintage .concept-slide-arrow__prev-arrow::before, .vintage .concept-slide-arrow__next-arrow::before {
    background: #b89f98;
    color: #fff;
  }
  .lineup {
    margin-bottom: 8em;
  }
  .lineup__ttl {
    margin-bottom: 4em;
  }
  .lineup__wood {
    margin-bottom: 4em;
  }
  .lineup__stone {
    margin-bottom: 4em;
  }
  .lineup-item__ttl {
    margin-bottom: 1em;
  }
  .lineup-list-stone {
    width: 50%;
  }
  .lineup-list-stone-borrowed__item {
    width: 30%;
    max-width: inherit;
  }
  .lineup-list-stone-borrowed__item + .lineup-list-stone-borrowed__item {
    margin-left: 5%;
  }
  .hard-mortar {
    display: block;
  }
  .hard-mortar__item {
    width: 60%;
    margin-bottom: 2em;
    max-width: inherit;
  }
  .feature {
    margin-bottom: 8em;
  }
  .feature__ttl {
    margin-bottom: 4em;
  }
  .feature__table-lyt {
    overflow: auto;
  }
  .feature-list-container__image {
    margin-bottom: 2em;
  }
  .feature-image-list {
    justify-content: center;
  }
  .feature-more-view {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .imagefit__inner {
    margin-right: 0;
    margin-bottom: 2em;
  }
  .imagefit-lyt {
    padding: 6em 0;
    flex-direction: column;
  }
  .imagefit-container__item + .imagefit-container__item {
    margin-top: 2em;
  }
  .imagefit-container__item-logo {
    width: 80%;
  }
  .imagefit-container__item-logo img {
    width: 100%;
    height: auto;
  }
  .imagefit-container__item-text {
    text-align: center;
  }
  .imagefit-container__item-more-view {
    display: none;
  }
  .imagefit-container__item-more-view-min {
    display: block;
    width: 60%;
  }
  .imagefit-container__item-more-view-min .move-btn {
    display: flex;
    margin: 0 auto;
  }
  .imagefit-list {
    justify-content: center;
    width: 100%;
    margin-bottom: 4em;
  }
  .store__ttl {
    margin-bottom: 0;
  }
  .store-ttl {
    margin-right: 4em;
  }
  .store-section:last-of-type .store-ttl {
    margin-right: 0;
    margin-bottom: 1em;
  }
  .store-container-lyt {
    flex-direction: column;
  }
  .store-section {
    margin: 0 auto;
    width: 100%;
    max-width: inherit;
    flex-direction: row;
    justify-content: center;
    padding: 4em 0;
  }
  .store-section + .store-section {
    border-left: none;
    border-top: solid 1px #ededed;
  }
  .store-round-button__link {
    width: 80%;
    max-width: 480px;
    margin: 0 auto;
  }
  .store-round-button__inner {
    width: 100%;
  }
  .store-section-catalog__button {
    margin-top: 0.75em;
  }
  .store-section-store {
    width: 100%;
  }
  .store-section-store__button + .store-section-store__button {
    margin-top: 0;
  }
}

@media screen and (max-width: 931px) {
  html {
    margin: 0;
  }
  .concept {
    margin-bottom: 4em;
  }
  .concept-lyt__ttl {
    margin-bottom: 2em;
  }
  .concept-container {
    display: block;
  }
  .concept-content__lyt {
    padding: 0 4em;
  }
  .concept-content-ttl__text-en {
    font-size: 6rem;
  }
  .concept-content-list__item {
    width: 100%;
    flex-wrap: wrap;
  }
  .concept-content-list__item + .concept-content-list__item {
    margin-top: 1.5em;
  }
  .concept-content-list-ttl {
    width: 100%;
  }
  .concept-content-list-ttl__number {
    font-size: 2rem;
  }
  .concept-content-list-ttl__text {
    font-size: 1.6rem;
  }
  .viewimage-btn {
    max-width: 360px;
    min-width: 200px;
  }
  .viewimage-btn__text {
    font-size: 1.3rem;
  }
  .lineup__ttl {
    margin-bottom: 2em;
  }
  .lineup-item__ttl {
    margin-bottom: 0.25em;
  }
  .lineup-item-container__white-painted-wood {
    width: 48%;
    margin-right: auto;
  }
  .lineup-item-container__vintage-wood {
    width: 48%;
  }
  .lineup-list__item {
    width: 48%;
  }
  .lineup-list__item + .lineup-list__item {
    margin-left: 0;
  }
  .lineup-list__item:nth-of-type(even) {
    margin-left: auto;
  }
  .feature {
    margin-bottom: 6em;
  }
  .feature-list__item {
    width: 50%;
    padding: 1em;
  }
  .feature-list-container__ttl {
    font-size: 1.6rem;
  }
  .feature-more-view .move-btn {
    width: 100%;
    max-width: 373px;
    height: 72px;
  }
  .imagefit-container__item-more-view-min {
    width: 100%;
  }
  .imagefit-list {
    flex-direction: column;
  }
  .imagefit-list__item {
    width: 28%;
    margin-right: 7%;
  }
  .imagefit-list__item {
    width: 100%;
    margin-right: 0;
  }
  .imagefit-list__item + .imagefit-list__item {
    margin-top: 3em;
  }
  .imagefit-list__item.number-two-adjust {
    width: 100%;
    margin-right: 0%;
  }
  .imagefit-icon-arrow {
    display: none;
  }
  .imagefit-list-item {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  .imagefit-list-item__number {
    margin-right: 2em !important;
  }
  .imagefit-list-item__image {
    width: auto;
    height: 250px;
    margin-bottom: 1em;
  }
  .imagefit-list-item__text {
    width: 100%;
  }
  .imagefit-list-item__text br {
    display: none;
  }
  .number-two-adjust .imagefit-list-item__image {
    width: auto;
    height: 268px;
    margin-right: -22px;
    margin-bottom: 0.25em;
  }
  .store {
    padding-bottom: 6em;
  }
  .store-section {
    padding: 2em;
  }
  .store-section:last-of-type {
    padding: 3em 2em 2em;
  }
  .store-round-button__link {
    max-width: inherit;
  }
  .store-section-catalog {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  html {
    margin: 0;
  }
  .concept__natural {
    padding-bottom: 4em;
  }
  .concept__simple {
    padding-bottom: 4em;
  }
  .concept__vintage {
    padding-bottom: 4em;
  }
  .concept-container__text {
    display: block;
    margin-bottom: 1em;
  }
  .concept-content::before {
    height: 70vh;
  }
  .concept-content__lyt {
    padding: 0 2em;
  }
  .concept-content-ttl__text-sub {
    font-size: 1.6rem;
  }
  .lineup-item-container__white-painted-wood {
    width: 100%;
    margin-right: 0;
  }
  .lineup-item-container__vintage-wood {
    width: 100%;
  }
  .lineup-list {
    display: block;
  }
  .lineup-list__item {
    width: 100%;
  }
  .lineup-list__item + .lineup-list__item {
    margin-top: 2em;
  }
  .lineup-list__item:nth-of-type(even) {
    margin-left: inherit;
  }
  .lineup-list-stone {
    display: flex;
    width: 100%;
  }
  .lineup-list-stone .lineup-list__item {
    width: 48%;
  }
  .lineup-list-stone-borrowed__item {
    width: 100%;
  }
  .lineup-list-stone-borrowed__item + .lineup-list-stone-borrowed__item {
    margin-left: 0;
    margin-top: 0;
  }
  .lineup-list-stone-borrowed__item:nth-of-type(even) {
    margin-left: 4%;
  }
  .hard-mortar__item {
    width: 100%;
  }
  .feature__ttl {
    margin-bottom: 2em;
  }
  .feature__table-lyt {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .feature-list-container__text {
    font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  }
  .store {
    padding-bottom: 4em;
  }
  .store-ttl {
    margin-right: 2em;
  }
  .store-ttl__text-en {
    font-size: 3rem;
  }
  .store-ttl__text-jp {
    font-size: 1.4rem;
  }
  .store-round-button__link {
    width: 90%;
  }
  .store-round-button__inner {
    padding-left: 2em;
  }
  .store-round-button__inner::before {
    right: 2em;
  }
  .store-round-button__inner::after {
    right: 2em;
  }
}
