h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.1rem;
  color: #333;
}

h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  color: #333;
}

h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
}

h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  color: #333;
}

h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  color: #333;
}

P {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  color: #333;
}

span {
  font-weight: bold;
  color: #333;
}

.pagetitle {
  background: #53B431;
  color: white;
  text-align: center;
  padding: 20px 0 15px 0;
  margin-top: 15px;
}

.pagetitle h2 {
  color: white;
}

.h2title {
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 2em;
  margin: 50px auto;
}

.title-icon img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 40px;
  height: auto;
}

.title-icon .h2title {
  display: inline-block;
  vertical-align: middle;
}




.button {
  font-size: 20px;
  font-weight: bold;
  color: #53B431;
  text-align: center;
  background: white;
  border: solid 1px #53B431;
  border-radius: 1px;
  padding: 12px 42px;
  margin: 30px auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}

.button::after {
  content: '\f054';
  font: var(--fa-font-solid);
  padding-left: 20px;
  
}

.button:hover, .button:active {
  background-color: #53B431;
  color: white;
  border: solid 1px #53B431;
  text-decoration-line: none;
  transform: translateY(-6px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.button:active {
  transform: scale(0.96) translateY(2px);
}


.readmore {
  font-size: 13px;
  font-weight: bold;
  color: #53B431;
  text-align: center;
  background: white;
  border: solid 1px #53B431;
  border-radius: 1px;
  padding: 10px 40px;
}

.readmore::after {
  content: '\f054';
  font: var(--fa-font-solid);
  padding-left: 10px;
}



@media screen and (max-width: 1024px) {

  h2 {
    font-size: 30px;
    letter-spacing: 0.2rem;
  }

  h3 {
    font-size: 26px;
    letter-spacing: 0.2rem;
  }

  .pagetitle {
    padding: 20px 0 15px 0;
  }

}

@media screen and (max-width: 480px) {

  h2 {
    font-size: 27px;
    letter-spacing: 0.2rem;

  }

  h3 {
    font-size: 18px;
    letter-spacing: 0.2rem;
  }

  .pagetitle {
    margin-top: px;
    padding: 20px 0 20px 0;
  }

  .pagetitle h2 {
    color: white;
    line-height: 1.3;
    font-size: 25px;
    letter-spacing: 1.1;
    width: 90%;
    margin: 0 auto;

  }

  .h2title {
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 2em;
    margin: 5px auto;
    letter-spacing: 1.1;
  }

  .readmore {
  font-size: 12px;
  padding: 8px 15px;
  margin: 15px auto;
}

.readmore::after {
  content: '\f054';
  font: var(--fa-font-solid);
  padding-left: 10px;
}
.button {
  font-size: 18px;
  padding: 10px 30px;
  margin: 15px auto 50px auto;
}
.title-icon {
  margin-bottom: 1em;
}


  .title-icon img {
    width: 35px!important;
  }




}




/*--------------------

1.hero

--------------------*/

/* .hero  {
   margin: 10px 0;

} */
/*/ 
  /* ヒーロー背景動画を敷くスタイル */
  .hero {
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    overflow: hidden;
  }

  .hero video.background-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
  }

  .hero > *:not(video.background-video) {
    position: relative;
    z-index: 1;
  }


.hero-contens {
  width: 90%;
  max-width: 1240px;
  margin: 100px auto;
  text-align: left;
  
  align-items: flex-start;
}



.hero-contens h1 {
  width: fit-content;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  margin: 20px 0;
  color: #009D3C;
  display: block;
  background: #fff;
  padding: 0;
}
.hero-contens h1 span {
  color: #000;
}

.hero-contens h2 {
  width: fit-content;
  display: block;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  margin: 10px 0;
  color: #009D3C;
  background: #fff;
  padding: 10px 20px;
}
.hero-contens h2 span {
  color: #000;
}
.hero-contens img {
  margin-top: 20px;
  width: 320px;
}

@media screen and (max-width: 1024px) {
  .hero {
    margin-top: 40px;
  }

  .hero-contens {
    width: 90%;
  }

  .hero-contens .left {
    flex-basis: 25%;
  }

  .hero-contens .right {
    flex-basis: 75%;
  }
}

@media screen and (max-width: 480px) {
  .hero {
    margin-top: 0;
  }

  .hero-contens {
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .hero-contens img {
    width: 100%;
  }
  

}



/*--------------------

2.pickup

--------------------*/

.pickup {
  width: 85%;
  margin: 50px 0 100px auto;
}

@media screen and (max-width: 480px) {
  .pickup {
    width: 95%;
    margin: 20px auto;
  }
  .pickup-contents {
    margin: 0px auto;
  }
}


/*--------------------

3.toplineup

--------------------*/

.toplineup {
  background-color: #F0F0F0;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0;
}

.productgroup-title-text {
  max-width: 1400px;
  text-align: left;
  margin: 20px auto;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  color: #333;
  font-size: 16px!important;
}

.productgroup-title img { 
  width: 50px;
  height: auto;
}
.lineup-category-list {
  max-width: 800px;
  margin: 10px auto 50px auto;
}
.lineup-category-list-title {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05rem;
  color: #53B431 !important;
  margin: 0;
  padding: 0;
}
.lineup-category-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.lineup-category-list li {
  padding: 5px 15px;
  border-radius: 3px;
  color: #53B431;
  font-weight: bold;
  border: solid 1px #53B431;
  transition: all 0.3s ease;
}

.lineup-content {
  max-width: 1400px;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* 左揃えに変更 */
  gap: 15px;
}

.lineup-content::after {
  content: "";
  flex: auto;
}

.lineup-content li {
  width: calc(100% / 4 - 15px);
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.lineup-content li:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.productgroup-title-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 1400px;
  margin: 0 auto;
  text-align: left;
  padding: 15px 30px;
  background-color: white;

}
.lineup-content .title h4{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05rem;
  color: #333;
  margin: 10px 0;
  padding: 0;
  text-align: justify;
}

.lineup-content .price {
  display: flex;
  gap: 5px;
  align-items: center;
  margin: 0 auto;
}

.lineup-content .price h5{
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05rem;
  color: red;
}

.lineup-content p{
  font-size: 18px!important;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05rem;
  color: red !important;
  margin: 10px 0;
  padding: 0;
  text-align: justify;
}
.lineup-content .post-categories{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
  padding: 0;
  gap: 5px;
}
.lineup-content .post-category{
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.01rem;
  color: #333;
}

@media screen and (max-width: 1024px) {
  .toplineup {
    padding: 50px 0;
  }
}



@media screen and (max-width: 480px) {

  .productgroup-title-icon {
    padding: 10px 15px;
  }

  .lineup-category-list-title {
    font-size: 13px;
  }
  .lineup-category-list {
    margin: 10px auto 30px auto;
}
  .lineup-category-list ul {
    gap: 10px;
    justify-content: center;
  }
  .lineup-category-list li{
    padding: 3px 8px;
    font-size: 12px;
  }
  

  .lineup-content {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
  }

  .lineup-content li {
    width: calc(100% / 2 - 8px);
    padding: 10px;
  }
  .lineup-content .title h4 {
    font-size: 14px;
    line-height: 1.3;
}
.lineup-content p {
  font-size: 16px!important;
}
.lineup-content .price h5 {
  font-size: 12px!important;
  line-height: 1.3;
}
.lineup-content .post-category {
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 10px;
}
}

















/*--------------------

.service

--------------------*/
.service {
  background-image: url(../img/service-background.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  margin: 0 auto;
}
.service-contents-test {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 90%;
  max-width: 1240px;
  padding: 20px;
  text-align: left;
}
.service-contents-test img {
  width: 12%;
  height: auto;
  margin-right: 50px;
  text-align: center;
}

.service-contents-test h4 {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  text-align: left;
  margin: 0;
  padding: 0;
}


.service-contents {
  width: 80%;
  max-width: 1240px;
  display: flex;
  justify-content: space-between;
  max-width: 1240px;
  margin: 50px auto 40px auto;

}

.service-contents h4 {
  margin: 10px 0;

}

.service-contents .contents01,
.service-contents .contents02,
.service-contents .contents03,
.service-contents .contents04 {
  padding: 10px;
}

.service-contents span {
  color: #53B431;
}

@media screen and (max-width: 1024px) {
  

  .service-contents {
    max-width: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

  }
}

@media screen and (max-width: 480px) {
  .service {
    width: 100%;
    margin: 0 auto;
    padding-block: 25px;
    background-position: top -10px left 0;
  }

  .service-contents {
    width: 95%;
    margin: 0 auto 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .service-contents-test {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
  }

  .service-contents-test img {
    width: 40%;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
  }

  .service-contents-test h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    text-align: justify;
    margin: 0;
    padding: 0;
}

  .service-contents .contents01,
  .service-contents .contents02,
  .service-contents .contents03,
  .service-contents .contents04 {
    width: 50%;
    padding: 5px 5px 5px 0;
  }

  .service-contents h4 {
    font-size: 16px;
    letter-spacing: -0.05rem;

  }


}




/*--------------------

5.works

--------------------*/

.topworks {
  width: 90%;
  margin: 100px auto;
  text-align: center;
}

.works-content {
  display: flex;
  margin: 50px auto 80px auto;
  text-align: center;
  justify-content: space-around;
  gap: 20px;
}
.works-content li{
  width: calc(100% / 4 - 20px);
  margin-bottom: 20px;
  padding: 5px;
}

.works-content .thumbnail img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin: 0 auto 20px auto;
}

.works-content .title {
  margin: 10px auto;
  text-align: justify;
}


.works-content p {
  text-align: justify;
  line-height: 1.5;
  margin-bottom: 15px;
}

.works-content .readmore {
  text-align: left;
}


@media screen and (max-width: 1180px) {
  .topworks {
    width: 90%;
    margin: 50px auto;
  }

  .works-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

  }

  .works-content li {
    width: calc(100% / 2 - 20px);
    margin-bottom: 10px;
  }

  .works-content p {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  
    .works-content li {
      width: calc(100% / 2 - 10px);
      margin-bottom: 30px;
    }
    .works-content .thumbnail img {
      height: 150px;
      object-fit: cover;
    }
  .works-content h4 {
    font-size: 14px;
    line-height: 1.3;
  }
  .works-content p {
    font-size: 13px!important;
    line-height: 1.3;
  }

}


/*--------------------

6.information

--------------------*/
.topinformation {
  background: #F7FAE6;
  text-align: center;
  padding: 100px 0 100px 0;
}


.information-content {
  margin: 50px auto 80px auto;
  background: white;
  width: 65%;
  padding: 20px;
}

.information-content li {
  display: flex;
  gap: 10px;
}

.information-content .contens01 {
  padding: 10px;
}

.information-content li .thumbnail {
  width: 150px;
  height: 120px;
  min-width: 150px;
  min-height: 120px;
  max-width: 150px;
  max-height: 120px;
  aspect-ratio: 3/2;
  overflow: hidden;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
}

.information-content .thumbnail img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
}

.information-content .contens01 .date {
  white-space: nowrap;
}

.information-content .title {
  display: block;
  padding: 10px;
  text-align: left;
}




#information h4 {
  margin-bottom: 75px;
}

#information p {
  margin-bottom: 75px;
}

#information .information-content ul {
  overflow: hidden;
  text-align: left;
  padding-left: 50px;
}

@media screen and (max-width: 1024px) {
  .topinformation {
    padding: 50px 0;
  }

  .information-content {
    margin: 30px auto 80px auto;
    width: 90%;
    padding: 10px;
  }



}

@media screen and (max-width: 480px) {

    .information-content li {
      display: block;
  }

  .information-content li .thumbnail {
    width: 300px;
    height: 180px;
    min-width: 300px;
    min-height: 180px;
    max-width: 300px;
    max-height: 180px;
    padding: 10px;
    margin: 5px auto 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
  }
  .information-content .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.information-content h5 {
  font-size: 16px!important;
  line-height: 1.3;
  margin-bottom: 20px;
}

}

/*--------------------

6.voice

--------------------*/

.voice {
  text-align: center;
  padding: 100px 0 100px 0;
}

.voice-content {
  margin: 50px auto 80px auto;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
}

.voice-carousel-slide  {
  background: #FDFADE;
  width: calc(100% / 4 - 20px);
  padding: 20px;
  border-radius: 5px;
  text-align: left;
}

.voice-carousel-slide h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  color: #333;
  margin-bottom: 10px;
}
.voice-carousel-slide p {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.voice-carousel-slide h5 {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.01rem;
  color: #333;
}
.voice-carousel-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 0 30px 0;
}
.voice-carousel {
  display: flex;
  transition: transform 0.6s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}
.voice-carousel-slide {
  flex: 0 0 25%; /* 4枚表示 */
  box-sizing: border-box;
  padding: 20px;
  background:#FDFADE;
  margin: 0 10px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  min-height: 130px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.voice-carousel-prev, .voice-carousel-next {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background: #ededed;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 18px;
  color: #4d3907;
  cursor: pointer;
  z-index: 2;
  transition: background 0.2s;
}
.voice-carousel-prev:hover, .voice-carousel-next:hover {
  background: #fcca4b;
}
.voice-carousel-prev { left: 0; }
.voice-carousel-next { right: 0; }

@media (max-width: 900px) {
  .voice-carousel-slide { flex: 0 0 50%; }
}
@media (max-width: 520px) {
  .voice-carousel-slide {
    flex: 0 0 100%;
    padding: 20px 30px;
    min-height: 120px;
    font-size: 90%;
    margin: 0 auto;
  }
  .voice-carousel-prev, .voice-carousel-next {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
}




/*--------------------

7.toppoint

--------------------*/

.toppoint {
  margin: 0 auto;
  text-align: center;
  padding: 100px 0 400px 0;
  background-image: url(../img/toppoint-back_2.jpg);
  background-size: cover;
  height: auto;
  background-repeat: no-repeat;
  background-position: bottom;
}

.toppoint .contents {
  display: flex;
  max-width: 1240px;
  justify-content: space-between;
  margin: 30px auto;
}

.toppoint .contents .content01,
.toppoint .contents .content02,
.toppoint .contents .content03 {
  width: 380px;
}


.toppoint .contents p {
  text-align: justify;
  margin-top: 30px;
  font-weight: bold;
}


.sticky-banner {
  display: inline-block;
  position: sticky;
  bottom: 0;
  right: 0;
  z-index: 9999;
  width: 100vw;
}


@media screen and (max-width: 1024px) {

  .toppoint {
    margin: 0 auto;
    text-align: center;
    padding: 100px 0 400px 0;
    background-image: url(../img/toppoint-back-tb.jpg);
    background-size: cover;
    height: auto;
    background-repeat: no-repeat;
    background-position: bottom;
  }

  .toppoint .contents {
    display: flex;
    max-width: 1240px;
    justify-content: space-between;
    margin: 30px auto;
    width: 90%;
    padding: 0;
    gap: 20px;
  }
}


@media screen and (max-width: 480px) {
  .toppoint {
    margin: 0 auto;
    text-align: center;
    padding: 100px 0 200px 0;
    background-image: url(../img/toppoint-back-sp.jpg);
    background-size: cover;
    height: auto;
    background-repeat: no-repeat;
    background-position: bottom;
  }

  .toppoint .contents {
    display: block;
    margin: 30px auto;
  }

  .toppoint .contents .content01,
  .toppoint .contents .content02,
  .toppoint .contents .content03 {
    width: 300px;
    margin: 0 auto;
  }



}


