@charset "UTF-8";
/* SCSS Document */
/* 東リファブリックフロア | カーペット・ラグ＆マット */
/* コンセプトページ固有 */
/* .c-footer */
.c-footer {
  padding-top: 10.66667vw;
  padding-bottom: 5.33333vw;
}

@media only screen and (min-width: 768px) {
  .c-footer {
    padding-top: 64px;
    padding-bottom: 20px;
  }
}

.p-heading--lev1 {
  padding-top: 78px;
  text-align: center;
  font-size: 2.66667vw;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.392vw;
  color: #221815;
}

@media only screen and (min-width: 768px) {
  .p-heading--lev1 {
    width: 100%;
    margin: 0 auto;
    padding-top: 78px;
    font-size: 0.75rem;
    line-height: 1.3;
    letter-spacing: 0.11rem;
    transform-origin: top center;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    opacity: 0.01;
    transform: translateY(75px);
  }
}

.p-heading--lev1.is_active {
  opacity: 1;
  transform: translateY(0);
}

.p-heading--lev1 > .p-heading--l {
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
  font-size: 290%;
  letter-spacing: 0.15467vw;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .p-heading--lev1 > .p-heading--l {
    font-size: 350%;
    letter-spacing: 0.0525rem;
  }
}

.p-heading--lev1 > .p-heading--l:after {
  content: "\A";
  white-space: pre;
}

.p-heading--lev1 > .p-heading--s {
  display: inline-block;
  vertical-align: bottom;
}

@media only screen and (min-width: 768px) {
  .p-heading--lev1 > .p-heading--s {
    margin-top: 7px;
  }
}

.p-layout {
  max-width: 670px;
  padding: 0 5.8%;
  margin: 0 auto;
}

.p-mt--s {
  margin-top: 1.875rem;
  position: relative;
}

.p-mt--m {
  margin-top: 4.6875rem;
}

.p-mt--l {
  margin-top: 6.875rem;
}

.p-heading--lev2 {
  width: 100%;
  margin: 0 auto;
  font-size: 5.73664vw;
  letter-spacing: 2px;
  line-height: 1.636;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W6", "游明朝";
}

.p-txt {
  line-height: 2.307;
  letter-spacing: 0.125rem;
  font-size: 3.38983vw;
}

.p-txt--cap {
  font-size: 3.12907vw;
  line-height: 2.166;
  letter-spacing: 0.125rem;
}

@media only screen and (min-width: 768px) {
  .p-txt--cap {
    font-size: 0.875rem;
  }
}

.p-txt--c {
  text-align: center;
}

.p-txt--l {
  text-align: left;
}

.p-img {
  width: 100%;
  height: 100%;
}

.p-pc--show {
  display: none;
}

.p-sp--show {
  display: block;
}

.p-media--warp:nth-of-type(n + 2) {
  margin-top: 6.875rem;
}

.p-media__txt--pos {
  text-align: center;
}

.p-media__img1 {
  max-width: 590px;
  height: auto;
}

.p-media__img2 {
  max-width: 390px;
  height: auto;
}

.p-media__img3 {
  max-width: 590px;
  height: auto;
}

.p-media__img4 {
  max-width: 590px;
  height: auto;
}

.p-product {
  width: 100%;
  height: 100%;
}

.p-product__image {
  max-width: 600px;
}

.p-product__item:nth-of-type(2) {
  margin-top: 6.875rem;
}

.p-feature {
  max-width: 1020px;
  border: 0.075rem solid #cccccc;
  padding: 1.375rem;
}

.p-feature__txt {
  font-size: 3.12907vw;
  line-height: 2.166;
  letter-spacing: 0.125rem;
}

@media only screen and (min-width: 768px) {
  .p-feature__txt {
    font-size: 0.875rem;
  }
}

.p-feature__image {
  max-width: 590px;
}

.p-concept__image {
  max-width: 670px;
}

@media only screen and (min-width: 768px) {
  .p-layout {
    max-width: 1600px;
    padding: 0 5.8%;
    margin: 0 auto;
  }
  .p-txt {
    line-height: 2.875;
    font-size: 1rem;
  }
  .p-txt--lc {
    text-align: center;
  }
  .p-heading--lev2 {
    font-size: 2.25rem;
  }
  .p-media__head {
    display: flex;
  }
  .p-media--warp:nth-of-type(n + 2) {
    margin-top: 0rem;
  }
  .p-media__img1 {
    margin-top: 5rem;
    margin-right: 20px;
    max-width: 720px;
  }
  .p-media__img2 {
    max-width: 330px;
  }
  .p-media__img3 {
    max-width: 915px;
  }
  .p-media__img4 {
    max-width: 500px;
  }
  .p-media__txt--cr {
    text-align: right;
  }
  .p-media__txt--cl {
    text-align: left;
  }
  .p-product {
    display: flex;
  }
  .p-feature {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.5rem;
  }
  .p-feature__image {
    max-width: 430px;
    width: 100%;
    height: 280px;
    margin-right: 1.875rem;
  }
  .p-concept__image {
    max-width: 1200px;
  }
  .p-product__item:nth-of-type(2) {
    margin-top: 0rem;
  }
  .p-pc--show {
    display: block;
  }
  .p-sp--show {
    display: none;
  }
}

@media only screen and (min-width: 1130px) {
  .p-media__foot {
    position: relative;
    height: 945px;
  }
  .p-media--r {
    position: absolute;
    right: 0;
  }
  .p-media--l {
    position: absolute;
    left: 2.5rem;
    bottom: 0;
  }
}

.p-story {
  overflow: hidden;
}

.p-story .p-story-top__text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.p-story .p-story-top__en {
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 123.628%; /* 29.671px */
  font-family: "Libre Baskerville", serif;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
}

.p-story .p-story-top__ja {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 54px */
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .p-story .p-story-top__text-wrapper {
   
  }
}

@media only screen and (min-width: 768px) {
  .p-story .p-story-top__en {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .p-story .p-story-top__ja {
    font-size: 30px;
    margin-top: 30px;
  }
}

.p-story .p-story__link-wrapper {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .p-story .p-story__link-wrapper {
    
  }
}
.p-story .c-link__txt {
  display: flex;
  align-items: center;
  width: 100%;
  height: 13.3333333333vw;
  border: 1px solid #ccc;
  background-color: #fff;  
}

@media only screen and (min-width: 768px) {
  .p-story .c-link__txt {
    width: 260px;
    height: 60px;
    margin: 0 auto;
    box-sizing: border-box;
  }
}

.p-story-splide {
  margin-top: 80px;
  margin: 80px calc(50% - 50vw) 0;
	width: 100vw;
}

@media only screen and (min-width: 768px) {
  .p-story-splide {
    margin-top: 130px;
  }
}

.p-story-splide__track {
  /* Add your styles here */
}

@media only screen and (min-width: 768px) {
  .p-story-splide__track {
    /* Add your responsive styles here */
  }
}

.p-story-splide__list {
  /* Add your styles here */
}

@media only screen and (min-width: 768px) {
  .p-story-splide__list {
    /* Add your responsive styles here */
  }
}

.p-story-splide__item {

}

@media only screen and (min-width: 768px) {
  .p-story-splide__item {
    /* Add your responsive styles here */
  }
}
.p-story-splide__item img {
  height: auto;
}

@media only screen and (min-width: 768px) {
  .p-story-splide__item img {

  }
}