@charset "UTF-8";

/*------------------------------------------------------------
  Swiper
------------------------------------------------------------*/
.p-swiper-wrapper {
  height: calc(100vh - 200px);
}

.swiper-slide {
  height: 100%;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#slide-main01 {
  font-size: 0;
  line-height: 0;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto 40px;
}

#slide-main01 img {
  width: 100%;
}

.swiper-control {
  position: absolute;
  bottom: -40px;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  padding-right: 80px;
  width: 100%;
}

.swiper-pagination {
  position: static !important;
}

.swiper-pagination.is-posfix {
  text-align: right;
}

.swiper-pagination-bullet {
  background: #f5f5f5 !important;
  opacity: 1 !important;
  margin-inline: 12px !important;
}

.swiper-pagination-bullet-active {
  background: #d9d9d9 !important;
}

.stopbtn-main {
  cursor: pointer;
  z-index: 100;
  background: #fff;
  border: 1px solid #333;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  text-align: center;
  line-height: 17px;
  opacity: 0.85;
  color: #333;
  display: flex;
  justify-content: center;
}

.stopbtn-main:hover {
  opacity: 1;
}

.stopbtn-main.stop:before {
  display: block;
  content: "=";
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 12px;
  font-weight: bold;
  margin-top: 1px;
  margin-left: 1px;
}

.stopbtn-main.start:before {
  content: "▶";
  font-size: 10px;
  margin-left: 2px;
}

/* Swiper Responsive */
@media screen and (max-width: 1366px) {
  .swiper-control {
    padding-right: 10px;
  }
}

@media screen and (max-width: 1098px) {
  .swiper-control {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-swiper-wrapper {
    height: 591px;
  }
}

@media screen and (max-width: 539px) {
  .p-swiper-wrapper {
    height: 375px;
  }
}

/*------------------------------------------------------------
  Article Main
------------------------------------------------------------*/
.p-lvt-article {
  position: relative;
  padding-bottom: 130px;
}

.p-lvt-ttl {
  position: relative;
  z-index: 100;
  display: table;
  border-collapse: collapse;
  background: #b4c037;
  width: 100%;
  max-width: 930px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: -80px;
}

.p-lvt-ttl > * {
  display: table-cell;
  vertical-align: middle;
}

.p-lvt-ttl-logo {
  font-size: 0;
  padding: 20px 25px 25px;
  width: 226px;
}

.p-lvt-ttl-logo > img {
  width: 100%;
}

.p-lvt-ttl-txt {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #fff;
  padding: 0 30px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

/* Article Main Responsive */
@media screen and (max-width: 1366px) {
  .p-lvt-ttl {
    max-width: 800px;
    margin-top: -68px;
  }

  .p-lvt-ttl-logo {
    padding: 20px 25px 25px;
    width: 175px;
  }

  .p-lvt-ttl-txt {
    padding-left: 25px;
    font-weight: 600;
  }
}

@media screen and (max-width: 1024px) {
  .p-lvt-article {
    padding-bottom: 80px;
  }

  .p-lvt-ttl {
    max-width: 580px;
    margin-top: -64px;
  }

  .p-lvt-ttl-logo {
    padding: 15px 25px 20px;
    width: 165px;
  }

  .p-lvt-ttl-txt {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-lvt-article {
    padding-bottom: 45px;
  }

  .p-lvt-ttl,
  .p-lvt-ttl > * {
    display: block;
    width: 100%;
  }

  .p-lvt-ttl {
    left: 0;
    right: 0;
    padding: 0 15px;
    max-width: inherit;
    text-align: center;
    margin-top: -64px;
  }

  .p-lvt-ttl-logo {
    border: 0;
    padding: 15px;
  }

  .p-lvt-ttl-logo > img {
    max-width: 85px;
  }

  .p-lvt-ttl-txt {
    padding: 20px 0;
  }
}

@media screen and (max-width: 539px) {
  .p-lvt-ttl {
    margin-top: -54px;
  }
}

/*------------------------------------------------------------
  Content Main
------------------------------------------------------------*/
.p-lvt-content {
  background: #fff;
}

/*------------------------------------------------------------
  Concept Section
------------------------------------------------------------*/
.p-lvt-concept {
  margin: 0 auto;
  max-width: 1200px;
}

.p-lvt-concept-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.p-lvt-concept-txt {
  text-align: center;
  flex-shrink: 0;
}

.p-lvt-concept-ttl {
  width: 434px;
  height: 60px;
  margin: 0 auto;
}

.p-lvt-concept-ttl img {
  width: 100%;
  height: auto;
}

.p-lvt-concept-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  color: #000;
  line-height: 39.5px;
  margin-top: 36px;
}

.p-lvt-concept-desc .is-pc {
  display: block;
}

.p-lvt-concept-img {
  width: 100%;
}

.p-lvt-concept-img img {
  width: 100%;
  height: auto;
}

/* Concept Section Responsive */
@media screen and (max-width: 1366px) {
  .p-lvt-concept {
    padding: 80px 0;
  }

  .p-lvt-concept-wrapper {
    gap: 40px;
  }

  .p-lvt-concept-desc {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .p-lvt-concept {
    padding: 60px 0;
  }

  .p-lvt-concept-wrapper {
    flex-direction: column;
    gap: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-lvt-concept {
    padding: 40px 0;
  }

  .p-lvt-concept-ttl {
    width: 100%;
  }

  .p-lvt-concept-wrapper {
    gap: 30px;
  }

  .p-lvt-concept-desc {
    font-size: 16px;
  }

  .p-lvt-concept-desc .is-pc {
    display: none;
  }
}

/*------------------------------------------------------------
  Products Section
------------------------------------------------------------*/
.p-lvt-products {
  margin-top: 127px;
  padding-bottom: 92px;
}

.p-lvt-products-ttl {
  font-family: "Montserrat", sans-serif;
  font-size: 46px;
  font-weight: 500;
  color: #444;
  text-align: center;
}

.p-lvt-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1320px;
  margin: 73.7px auto 0;
}

.p-lvt-products-item {
  transition: opacity 0.3s ease;
}

.p-lvt-products-item:hover {
  opacity: 0.8;
}

.p-lvt-products-item-img {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.p-lvt-products-item-img img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

.p-lvt-products-item:hover .p-lvt-products-item-img img {
  transform: scale(1.05);
}

.p-lvt-products-item-txt {
  margin-top: 24px;
}

.p-lvt-products-item-ttl-ja {
  font-size: 21px;
  font-family: "Noto Sans JP", sans-serif;
  color: #444;
  line-height: 39.5px;
  font-weight: 400;
}

.p-lvt-products-item-ttl-en {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  color: #444;
  line-height: 60px;
  font-weight: 500;
}

.p-lvt-products-item-desc {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  color: #444;
  font-weight: 400;
}

/* Products Section Responsive */
@media screen and (max-width: 1366px) {
  .p-lvt-products-ttl {
    font-size: 40px;
  }

  .p-lvt-products-grid {
    gap: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .p-lvt-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .p-lvt-products-item-ttl-ja {
    font-size: 18px;
  }

  .p-lvt-products-item-ttl-en {
    font-size: 20px;
  }

  .p-lvt-products-item-desc {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-lvt-products {
    margin-top: 40px;
  }

  .p-lvt-products-ttl {
    font-size: 32px;
  }

  .p-lvt-products-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 20px;
  }

  .p-lvt-products-item-img {
    height: 280px;
  }

  .p-lvt-products-item-txt {
    margin-top: 16px;
  }

  .p-lvt-products-item-ttl-ja {
    font-size: 16px;
    margin-top: 16px;
    line-height: normal;
  }

  .p-lvt-products-item-ttl-en {
    font-size: 18px;
    margin-top: 8px;
    line-height: normal;
  }

  .p-lvt-products-item-desc {
    font-size: 14px;
    margin-top: 16px;
    line-height: normal;
  }
}

@media screen and (max-width: 539px) {
  .p-lvt-products-item-img {
    height: 250px;
  }
}