@charset "utf-8";
/* common */
:root{
  --text:#333;
  --laj:#91C126;
}

body{
  font-family: "Roboto", "Noto Sans JP", serif;
  letter-spacing: 0.1em;
  line-height: 2em;
  background-color: #f3f3f3;
}

a{
  text-decoration: none;
  color: inherit;
}

.ly_container{
  max-width: 1200px;
  margin: 0 auto;
}

.el_title{
  font-size: 32px;
  color: var(--laj);
  text-align: center;
  padding-top: 80px;
}

/* header */
.bl_header{
  padding-top: 32px;
}
.hp_logo{
  width: 200px;
}

.el_headTitle{
  font-size: 40px;
  color: var(--text);
  text-align: center;
  padding-top: 40px;
}

/* intro-outro */
.bl_outro{
  padding-bottom: 80px;
}

.el_introDetail{
  color: var(--text);
  text-align: center;
  margin-top: 40px;
}

.el_outroDetail{
  color: var(--text);
  text-align: center;
  padding: 40px;
}

.bl_outro_wrapper{
  background-color: rgba(145, 193, 38, 0.2);
  width: 80%;
  margin: 56px auto 0;
  text-align: center;
}

/* video */
.bl_video{
  padding-top: 40px;
  text-align: center;
}

.el_video{
  width: 80%;
}

.el_nav{
  margin-top: 40px;
}

.el_lists{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.el_link{
  color: var(--text);
  font-size: 20px;
}

.el_link:hover{
  color: var(--laj);
  border-bottom: 2px solid var(--laj);
}

/* design */
.bl_design{
  color: var(--text);
  margin-top: 56px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}

.bl_design:nth-child(odd){
  flex-direction: row-reverse;
}

.el_designTitle{
  color: var(--laj);
  font-size: 24px;
}

.el_designDetail{
  color: var(--text);
  margin-top: 24px;
}

.marker{
  background: linear-gradient(transparent 65%, #91C126 0%);
  font-weight: bold;
}

.checkIcon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: var(--text);
  content: "\f058";
  padding: 5px;
}

.el_images,
.el_imagesSwiper{
  flex: 1;
}

.hp_design,
.hp_designSwiper{
  width: 100%;
}

.el_texts,
.el_textsSwiper{
  flex: 1;
}

/* Swiper */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullet {
  background-color: var(--text) !important;
}

.swiper-button-next,
.swiper-button-prev{
  --swiper-navigation-color: var(--text);
  z-index: 1;
}

/* Modaal */
.modaal-image .modaal-container{
  width: 80% !important;
}

.modaal-gallery-label{
  color: var(--laj) !important;
}

.modaal-close{
  right: 100px !important;
  top: 50px !important;
}

.modaal-close::before,
.modaal-close::after{
  background: var(--text) !important;
}

/* footer */
.ly_footer{
  width: 100%;
}

.el_footerText{
  display: block;
  background-color: var(--text);
  color: #f3f3f3;
  padding: 8px 0;
  font-size: 12px;
  text-align: center;
}