.l-container {
  width: calc(100% - 60px);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1028px) {
  .l-container {
    max-width: 1280px;
  }
}

.l-header {
  position: fixed;
  width: 100%;
  z-index: 10;
  transition: all 0.3s ease;
  background-color: transparent;
  z-index: 4;
}
.l-header.is-outTop {
  background-color: #fff;
}
.l-header.is-active .l-header-nav {
  opacity: 1;
  visibility: visible;
}
.l-header.is-active .l-header__inner {
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 1028px) {
  .l-header.is-active .l-header__inner {
    border-bottom: 0;
  }
}
.l-header.is-active .l-header__btn {
  justify-content: center;
}
.l-header.is-active .l-header__btn span {
  opacity: 0;
}
.l-header.is-active .l-header__btn:before {
  transform: rotate(45deg);
}
.l-header.is-active .l-header__btn:after {
  transform: rotate(-45deg);
  width: 100%;
  margin-top: -2px;
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 20px;
}
@media screen and (min-width: 1028px) {
  .l-header__inner {
    padding: 23px 0;
    width: calc(100% - 60px);
    margin-right: auto;
    margin-left: auto;
  }
}

.l-header__btn {
  display: flex;
  width: 22px;
  height: 13px;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 1028px) {
  .l-header__btn {
    display: none;
  }
}
.l-header__btn > * {
  width: 100%;
  height: 1px;
  background-color: #000;
}
.l-header__btn:before, .l-header__btn:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  display: block;
  transition: all 0.2s ease-in-out;
}
.l-header__btn span {
  transition: all 0.2s ease-in-out;
}

.l-header-nav {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  transition: all 0.3s ease;
  z-index: -10;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 1028px) {
  .l-header-nav {
    background-color: transparent;
    position: relative;
    height: auto;
    z-index: 10;
    transform: initial;
    top: initial;
    left: initial;
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (min-width: 1028px) {
  .l-header__logo-unit {
    display: flex;
  }
}

.l-header-nav__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1028px) {
  .l-header-nav__list {
    position: relative;
    display: flex;
    top: initial;
    left: initial;
    transform: initial;
    justify-content: flex-end;
    column-gap: 50px;
  }
}

.l-header-nav__item {
  color: #333;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 1028px) {
  .l-header-nav__item {
    border-bottom: none;
  }
}
.l-header-nav__item a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  font-weight: 800;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1028px) {
  .l-header-nav__item a {
    font-weight: 400;
  }
}
.l-header-nav__item a:after {
  content: "";
  background-image: url("/product_carpet/rollcarpet/img/svg/icon_arrow_right_black.svg");
  background-repeat: no-repeat;
  width: 18px;
  height: 6px;
}
@media screen and (min-width: 1028px) {
  .l-header-nav__item a:after {
    display: none;
  }
}
@media screen and (min-width: 1028px) {
  .l-header-nav__item a {
    font-size: 14px;
    padding: 0;
  }
}
@media screen and (min-width: 1230px) {
  .l-header-nav__item a {
    font-size: 16px;
  }
}

@media screen and (min-width: 1028px) {
  .l-header__link--logo,
.l-header__link--copy {
    width: 70px;
  }
  .l-header__link--logo img,
.l-header__link--copy img {
    width: 100%;
  }
}

/* ========================================
  Hover Mixin
  ex: @include hover.hover() {...}
======================================== */
.l-footer {
  background: #1a0b08;
  padding: 100px 0 20px;
}
@media screen and (min-width: 1028px) {
  .l-footer {
    padding: 150px 0 30px;
  }
}

.l-footer__bnr-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  color: #fff;
}

.l-footer__bnr-unit {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (min-width: 1028px) {
  .l-footer__bnr-unit {
    flex-direction: row;
    column-gap: 30px;
  }
}

.l-footer__bnr {
  aspect-ratio: 315/207;
  display: grid;
  place-items: center;
  width: 100%;
}
@media screen and (min-width: 1028px) {
  .l-footer__bnr {
    aspect-ratio: 370/240;
  }
}
.l-footer__bnr[data-category=book] {
  background: url("/product_carpet/rollcarpet/img/img_footer_01.jpg") no-repeat center/cover;
}
.l-footer__bnr[data-category=shop] {
  background: url("/product_carpet/rollcarpet/img/img_footer_02.jpg") no-repeat center/cover;
}
.l-footer__bnr[data-category=fit] {
  background: url("/product_carpet/rollcarpet/img/img_footer_03.jpg") no-repeat center/cover;
}

.l-footer__bnr-heading--ja {
  font-size: 16px;
}

.l-footer__bnr-heading--en {
  font-size: 24px;
  font-family: "Cardo", serif;
}

.l-footer__copyright {
  margin-top: 70px;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1028px) {
  .l-footer__copyright {
    margin-top: 110px;
  }
}
.l-footer__copyright small {
  font-size: 12px;
}

/* ========================================
  display
======================================== */
.u-display-pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .u-display-pc {
    display: none !important;
  }
}

.u-display-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-display-sp {
    display: block !important;
  }
}

@media (hover: hover) {
  .u-hover {
    transition: 0.4s;
  }
  .u-hover:hover {
    opacity: 0.8;
  }
}

.product-top-main__link-wrapper {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .product-top-main__link-wrapper {
    margin-top: 60px;
  }
}

.product-top-main__link {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  line-height: 1;
  text-align: start;
}
.product-top-main__link img {
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .product-top-main__link img {
    row-gap: 9px;
  }
}
@media (hover: hover) {
  .product-top-main__link:hover img {
    transform: translateX(12.5px);
  }
}
