@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-styling {
  overflow: hidden;
}

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

.p-styling .p-styling-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-styling .p-styling-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-styling .p-styling-top__text-wrapper {
   
  }
}

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

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

.p-styling .p-styling__link-wrapper {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .p-styling .p-styling__link-wrapper {
    
  }
}
.p-styling .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-styling .c-link__txt {
    width: 260px;
    height: 60px;
    margin: 0 auto;
    box-sizing: border-box;
  }
}

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

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

.p-styling-splide__track {
  
}

@media only screen and (min-width: 768px) {
  .p-styling-splide__track {
    
  }
}

.p-styling-splide__list {
  
}

@media only screen and (min-width: 768px) {
  .p-styling-splide__list {
    
  }
}

.p-styling-splide__item {

}

@media only screen and (min-width: 768px) {
  .p-styling-splide__item {
    
  }
}
.p-styling-splide__item img {
  height: auto;
}

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

  }
}

.p-styling-contents {
  margin-top: 80px;
}

@media only screen and (min-width: 768px) {
  .p-styling-contents {
    margin-top: 160px;
  }
}

.p-styling-contents__inner {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .p-styling-contents__inner {
    flex-direction: row;
    column-gap: 60px;
  }
}

.p-styling-contents__content {
  flex: 1;
  transform-origin: top center;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  opacity: 0.01;
  transform: translateY(75px);
}

.p-styling-contents__content.is_active {
  opacity: 1;
  transform: translateY(0);
}

.p-styling-contents__title {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 123.628%;
  font-family: "Libre Baskerville", serif;
}

@media only screen and (min-width: 768px) {
  .p-styling-contents__title {
    font-size: 32px;
  }
}

.p-img {
  
}

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

.p-styling-contents__img-wrapper {
  position: relative;
  margin-top: 14px;
}

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

.p-styling-contents__img-wrapper img {
  height: auto;
}

.p-styling-contents__img-text-wrapper {
  position: absolute;
  width: 240px;
  background: #fff;
  border-radius: 10px;
  padding: 14px 20px;
  right: -20px;
  bottom: -50px;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  .p-styling-contents__img-text-wrapper {
    padding: 14px 40px;
    right: -30px;
    width: 320px;
  }
}

.p-styling-contents__img-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 46.8px */
}

@media only screen and (min-width: 768px) {
  .p-styling-contents__img-title {
    font-size: 20px;
  }
}

.p-styling-contents__img-title span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  display: block;
}

@media only screen and (min-width: 768px) {
  .p-styling-contents__img-title span {
    font-size: 16px;
  }
}

.p-styling-contents__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  margin-top: 80px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .p-styling-contents__text {
    font-size: 16px;
  }
}

.p-styling-contents__link {
  font-size: 18px;
  display: flex;
  justify-content: flex-end;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 44px */
  margin-top: 26px;
}

@media only screen and (min-width: 768px) {
  .p-styling-contents__link {
    margin-top: 35px;
    font-size: 22px;
  }
}

.p-styling-contents__link:hover {
  background: #fff;
  opacity: .8;
}

.p-styling-splide img {
  height: auto;
}

.p-styling .js-fade-up {
  opacity: 0;
  transition: opacity 3000ms cubic-bezier(0.25, 1, 0.5, 1);
}

.p-styling .js-fade-up.is-active {
  opacity: 1;
}

