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

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

.p-tam-movie {
  
}

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

.p-tam-movie {
  margin-top: 60px;
}

@media only screen and (min-width: 768px) {
  .p-tam-movie {
    margin-top: 90px;
  }
}

.p-tam-movie__inner {
  padding: 0 30px;
}

@media only screen and (min-width: 768px) {
  .p-tam-movie__inner {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-tam-movie__modal-wrapper {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .p-tam-movie__modal-wrapper {
    flex: 1;
  }
}

.p-tam-movie__modal {
  max-width: 556px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

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

.p-tam-movie__modal::after {
  /* content: "";
  display: block;
  background-image: url("/product_carpet/fabric_floor/movie/img/icon_start.svg");
  background-repeat: no-repeat;
  width: 58px;
  height: 58px;
  background-size: contain;
  position: absolute;
  bottom: 16px;
  right: 16px; */
}

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

.p-tam-movie__modal img {
  object-fit: cover;
}

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

.p-tam-movie__modal-wrapper.--vertical {
  max-width: 333px;
}

@media only screen and (min-width: 768px) {
  .p-tam-movie__modal-wrapper.--vertical {
    
  }
}

.p-tam-movie__modal-wrapper.--vertical img {
  
}

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

.p-tam-movie__section-wrapper {
  margin-top: 60px;

}

@media only screen and (min-width: 768px) {
  .p-tam-movie__section-wrapper {
    margin-top: 90px;
  }
}

.p-tam-movie__headingLv2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 60px */
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .p-tam-movie__headingLv2 {
    font-size: 30px;
  }
}

.p-tam-movie__flex {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .p-tam-movie__flex {
    column-gap: 40px;
    flex-direction: row;
  }
}
