@charset "UTF-8";
.p-mv {
  padding-left: 11.875rem;
  margin-bottom: 4.0625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding-left: 12.5vw;
    margin-bottom: 5.5vw;
  }
}

.p-mv-scrool {
  position: absolute;
  left: 5rem;
  font-size: 0.6875rem;
  font-family: "poppins_r";
  font-weight: 400;
}
@media screen and (min-width: 768px), print {
  .p-mv-scrool {
    padding: 1.5625rem 0;
    bottom: 9.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv-scrool {
    left: 4.69vw;
    bottom: 31.25vw;
    padding: 4.69vw 0 2.34vw;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}

.p-mv-scrool::before {
  content: "";
  background-color: #4d8b56;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  position: absolute;
}

.p-mv-scrool::after {
  content: "";
  width: 1px;
  height: 5.0625rem;
  background-color: #b5c4c7;
  margin-top: 0.9375rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 10%);
          transform: translate(-50%, 10%);
}
@media screen and (max-width: 767px) {
  .p-mv-scrool::after {
    height: 12.5vw;
  }
}

.p-mv-scrool span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  line-height: 0.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #305860;
  height: 1.5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px), print {
  .p-mv .swiper-container {
    height: 35rem;
  }
}

.p-mv .swiper-pagination-wrap {
  margin-right: 3.75rem;
  margin-top: 1.25rem;
}

.p-mv .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 768px), print {
  .p-mv .swiper-slide img {
    -o-object-position: right;
       object-position: right;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.area_btn_goform {
  margin: 0 4% 3.3rem;
  padding: 3vw 0 5vw;
  background: #f5f5f5;
  text-align: center;
}
.area_btn_goform dl dt {
  font-size: 3.91vw;
  font-weight: 700;
}
.area_btn_goform dl dd {
  margin-top: 2vw;
}
.area_btn_goform dl dd a {
  margin: 0 7.67vw;
  padding: 3.3vw 0 3.3vw 2vw;
  background: #007e41;
  color: #fff;
}
.area_btn_goform dl dd a::before, .area_btn_goform dl dd a::after {
  content: none;
}

.p-lead {
  position: relative;
}

.p-product {
  margin-bottom: 1.5625rem;
}

.p-product .c-section__title-ja::before {
  width: 1.75rem;
  height: 2.375rem;
  background-image: url(../../../images/common/icon_product01.svg);
}
@media screen and (max-width: 767px) {
  .p-product .c-section__title-ja::before {
    width: 4.38vw;
    height: 6.25vw;
  }
}

.p-product .p-product__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-product .p-product__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-product .p-product__list > li {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .p-product .p-product__list > li {
    -ms-flex-preferred-size: 26%;
        flex-basis: 26%;
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-product .p-product__list > li {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    margin-bottom: 3.13vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-product .p-product__list > li::before {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f2f2f2;
  }
}

@media screen and (min-width: 768px), print {
  .p-product .p-product__list > li:nth-child(4n),
  .p-product .p-product__list > li:nth-child(4n+1) {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
  }
}

.p-product .p-product__list > li:nth-child(4n)::before,
.p-product .p-product__list > li:nth-child(4n+1) ::before {
  display: none;
}

.p-product .p-product__list > li > a {
  display: block;
}

.p-product__img {
  height: 10.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .p-product__img {
    padding: 0 1.5625rem;
  }
}
.p-product__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-product__img {
    height: 20.3125vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-product .p-product__list > li:nth-child(4n) .p-product__img {
    padding-right: 0;
    padding-left: 1.5625rem;
  }
}

@media screen and (min-width: 768px), print {
  .p-product .p-product__list > li:nth-child(4n+1) .p-product__img {
    padding-left: 0;
    padding-right: 1.5625rem;
  }
}

.p-product__text,
.p-product__name {
  text-align: center;
}

.p-product__text {
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .p-product__text {
    font-size: 0.8125rem;
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-product__text {
    font-size: 2.5vw;
    margin-top: 1.56vw;
  }
}

.p-product__name {
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px), print {
  .p-product__name {
    font-size: 1.125rem;
    margin: 0.3125rem 0 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-product__name {
    font-size: 3.91vw;
  }
}

.p-shop {
  padding: 3.4375rem 0 4.0625rem 0;
  background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .p-shop {
    padding: 10.94vw 0;
  }
}

.p-shop .c-section__title-ja::before {
  width: 2rem;
  height: 1.8125rem;
  background-image: url(../../../images/common/icon_online01.svg);
}

.p-shop .c-section__title-en {
  color: #fff;
}

@media screen and (min-width: 768px), print {
  .p-shop__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-shop__list li {
    -ms-flex-preferred-size: calc(50% - 0.625rem);
        flex-basis: calc(50% - 0.625rem);
  }
}
@media screen and (max-width: 767px) {
  .p-shop__list li + li {
    margin-top: 3.13vw;
  }
}

.p-showroom {
  padding: 5.625rem 0 6.875rem 0;
}
@media screen and (max-width: 767px) {
  .p-showroom {
    padding: 10.94vw 0;
  }
}

.p-showroom .c-section__title-ja::before {
  width: 1.875rem;
  height: 1.4375rem;
  background-image: url(../../../images/common/icon_shop01.svg);
}

@media screen and (max-width: 767px) {
  .p-showroom__img {
    margin: 0 -7.03vw;
  }
}

@media screen and (max-width: 767px) {
  .p-showroom__img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 72.66vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-showroom__box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-showroom__box-wrap {
    margin-top: 7.81vw;
  }
}

.p-showroom__box {
  -ms-flex-preferred-size: calc(100% - 28.125rem);
      flex-basis: calc(100% - 28.125rem);
}

@media screen and (min-width: 768px), print {
  .p-showroom__box-img {
    -ms-flex-preferred-size: 25.3125rem;
        flex-basis: 25.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-showroom__box-img {
    width: 63.28vw;
    margin: 7.81vw auto 0;
  }
}

.p-showroom__box-ttl {
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .p-showroom__box-ttl {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-showroom__box-ttl {
    font-size: 4.69vw;
  }
}

.p-showroom__box-text {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px), print {
  .p-showroom__box-text {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-showroom__box-text {
    margin-top: 3.13vw;
  }
}

.p-showroom__box .c-btn {
  text-align: left;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-showroom__box .c-btn {
    margin-top: 7.81vw;
  }
}

.p-about {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .p-about {
    padding: 8.125rem 0 4.0625rem 0;
    min-height: 34.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 68.75vw 0 10.94vw;
  }
}

.p-about::before,
.p-about::after {
  content: "";
  top: 0;
  bottom: 0;
  position: absolute;
}

.p-about::before {
  left: 0;
  background-image: url(../../../images/top/img_about01.png);
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px), print {
  .p-about::before {
    width: 77%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-about::before {
    width: 100%;
    height: 84.38vw;
  }
}

.p-about::after {
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px), print {
  .p-about::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, #24430f), to(#162909));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #24430f 25%, #162909 100%);
    width: 61.7%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-about::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(20%, #24430f), to(#162909));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #24430f 20%, #162909 100%);
    width: 100%;
    height: 74%;
    top: auto;
    bottom: 0;
  }
}

.p-about .l-inner:before {
  background-image: url(../../../images/top/bg_showroom02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16rem;
  height: 24.0625rem;
  display: block;
  position: absolute;
  top: 1.25rem;
  right: 3.125rem;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-about .l-inner:before {
    width: 40vw;
    height: 60.16vw;
    top: 68.75vw;
    right: 4.69vw;
  }
}

.p-about .c-section__title-en {
  top: 0;
  right: 0;
  text-align: right;
  z-index: 999;
  -webkit-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%);
  color: rgba(238, 238, 238, 0.25);
}
@media screen and (max-width: 767px) {
  .p-about .c-section__title-en {
    top: 63.75vw;
  }
}

.p-about__container:before {
  content: "";
  position: absolute;
  margin: auto;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../../../images/common/img_leaf01.svg);
  width: 16rem;
  height: 24.0625rem;
  right: 3.125rem;
  top: 1.25rem;
}

@media screen and (min-width: 768px), print {
  .p-about__box {
    margin-left: 32.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__box {
    padding-top: 10.94vw;
  }
}

.p-about__title {
  margin-bottom: 2.5rem;
  font-size: 1.875rem;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  z-index: 0;
  position: relative;
}
@media (max-width: 767px) {
  .p-about__title {
    font-size: 6.25vw;
    margin-bottom: 7.03vw;
  }
}

.p-about__lead {
  margin-bottom: 3.75rem;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 1;
}

.p-about__box .c-btn {
  text-align: left;
}

.p-about__box .c-btn > a {
  color: #fff;
}

.p-about__box .c-btn > a::before {
  background-color: #fff;
}

.p-about__box .c-btn > a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .p-category {
    padding-bottom: 10.94vw;
  }
}
.p-category .c-btn {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-category .c-btn {
    margin-top: 7.81vw;
  }
}
.p-category .swiper-pagination-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-category .swiper-slide a {
  display: block;
}
.p-category .swiper-slide a .img {
  position: relative;
}
.p-category .swiper-slide a p {
  padding: 8px 8px 0 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-category .swiper-slide a p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-category .swiper-slide .c-btn span::before,
  .p-category .swiper-slide .c-btn span::after {
    top: 50%;
  }
  .p-category .swiper-slide .c-btn span::before {
    width: 3vw;
    right: calc(0.65rem - 1px);
  }
  .p-category .swiper-slide .c-btn span::after {
    width: 1.8vw;
    height: 1.8vw;
    right: 0.65rem;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}

@media (min-width: 768px), print {
  figure.p-category__img {
    height: 350px;
  }
}
@media (min-width: 768px), print {
  figure.p-category__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-category .swiper-pagination-wrap {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-category .swiper-pagination-wrap {
    margin-top: 7.81vw;
  }
}

.swiper-slide .c-btn {
  bottom: 0;
  right: 0;
  position: absolute;
  margin: 0;
}

.swiper-slide .c-btn span {
  min-width: 0;
  border: none;
  background-color: #fff;
  padding: 0.3125rem 3.125rem 0.3125rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .swiper-slide .c-btn span {
    padding: 0.78vw 7.81vw 0.78vw 3.13vw;
    font-size: 2.97vw;
    margin: 0;
  }
}

.p-news {
  padding: 4.0625rem 0 6.875rem 0;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 0 0 10.94vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-news__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-news .c-section__title-ja {
  width: 19.6875rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-news .c-section__title-ja {
    margin-bottom: 7.81vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-news__list {
    width: 68%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px), print {
  .p-news__list dt,
  .p-news__list dd {
    padding: 1.25rem 0;
    border-bottom: 1px solid #dedede;
  }
}
@media screen and (min-width: 768px), print {
  .p-news__list dt {
    -ms-flex-preferred-size: 6.5625rem;
        flex-basis: 6.5625rem;
    padding-right: 0.9375rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-news__list dd {
    -ms-flex-preferred-size: calc(100% - 7.5rem);
        flex-basis: calc(100% - 7.5rem);
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news__list dd {
    border-bottom: 1px solid #dedede;
    padding-bottom: 3.13vw;
  }
}
@media screen and (max-width: 767px) {
  .p-news__list dd + dt {
    margin-top: 3.13vw;
  }
}
/*# sourceMappingURL=styles.css.map */