@charset "euc-jp";

body {

  overflow-x: hidden;
}

sup {
  vertical-align: super;
  font-size: small;
}


.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}

.info-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0 0 0;
  box-sizing: content-box;
}

.notes {
  font-size: 12px;
  color: #1E1E1E;
  padding-right: 20px;
      margin: 10px 0 0 30px;
    color: #3c4453;
  /* margin-bottom: 1em; */
}

.bn-area {
  /* margin-bottom: 80px; */
  display: block;
}

/* .bn-area img {
  max-width: 1000px;
  box-shadow: 0px 0px 8px 1px rgba(118, 118, 118, 0.2) inset;
  padding: 1px;
} */

/* ---------------------------- */
/* bxslider */

/* .bxslider {
 overflow: hidden;
} */

.bx-prev {
  width: 60px;
  height: 60px;
  /* padding-top: 60px; */
  background: url(/img/icon-prev05@2x.png) no-repeat 50% 50% / cover;
  display: block;
  overflow: hidden;
  position: absolute;
  /* top: 50%; */
  bottom: 50%;
  left: 15px;
  transform: translateY(50%);
}

.bx-next {
  width: 60px;
  height: 60px;
  /* padding-top: 60px; */
  background: url(/img/icon-next05@2x.png) no-repeat 50% 50% / cover;
  display: block;
  overflow: hidden;
  position: absolute;
  /* top: 50%; */
  bottom: 50%;
  right: 15px;
  transform: translateY(50%);
}

.bx-pager {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: absolute; */
  position: relative;
  left: 0;
  margin-top: 30px;
  padding: 6px 0;
}

.bx-pager-item {
  width: 18px;
  height: 18px;
  margin: 0 10px;
}

.bx-pager-item a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #bfc5cc;
  background-color: #bfc5cc;
  text-indent: -9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.bx-pager-item a.active {
  background-color: #fff;
}


/* --------------------------------- */
/* btn */

.bottom-nav__btns {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  gap: 6%;
  font-size: 16px;
}

.bottom-nav__btns li {
  flex: 1;
  max-width: 400px;
}

.btn {
  line-height: 1;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 3em;
  color: #fff;
  text-align: center;
  padding: 19px 23px 19px 15px;
  font-size: 18px;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

.btn-primary {
  background: #447355;
}

.btn-primary:hover {
  color: #fff;
  background-color: #395944;
}

.btns .btn.disabled {
  background-color: #dddddd;
  pointer-events: none;
}

.btn-secondary {
  background: #fff;
  border: 1px solid #447355;
  color: #447355;
  font-size: 18px;
  font-weight: bold;
  max-width: 400px;
}

@media screen and (max-width: 1000px) {
  .bottom-nav__btns {
    justify-content: space-between;
    gap: 10px;
  }

  .bottom-nav__btns li {
    flex: 1;
  }

  .btn {
    padding: 15px;
  }
}

/* ---------------------------- */
/* key-visual */

.key-visual-wrap {
  position: relative;
  /* max-width: 1200px;
 margin: 0 auto; */
}

.key-visual-wrap img {
  width: 100%;
}

.key-visual {
  width: 1200px;
  height: 480px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.key-visual.visible {
  visibility: visible !important;
  animation-duration: 0.5s;
  animation-name: fade-in;
}

/* campaign banner */
.cp-bnr {
  position: absolute;
  max-width: 506px;
  bottom: 19px;
  left: 34px;
  transition: opacity 0.3s ease;
}

.cp-bnr:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1200px) {
  .cp-bnr {
    width: 42.16666666666667vw;
    bottom: 1.5833333333333335vw;
    left: 2.833333333333333vw;
  }
}

@media screen and (max-width: 1000px) {
  .cp-bnr {
    width: 98.33333333333333vw;
    max-width: none;
    bottom: 0.9722222222222222vw;
    left: 0.8333333333333334vw;
  }
}

@keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  50% {
    visibility: visible;
    opacity: 0.5;
  }

  100% {
    visibility: visible;
    opacity: 1;
  }
}

.key-visual .kv-box {
  position: relative;
}

.key-visual .kv-box img {
  max-width: none;
  width: 100%;
}


/* ---------------------------- */
/* .capability */

.capability {
  background: #DCE9D5;
  color: #1B4229;
  line-height: 1.1538;
  padding: 20px 0;
  /* margin-bottom: 80px; */
  margin-top:10px;
}

.capability .flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* gap: 0 100px; */
}

.capability .col {
  text-align: center;
}

.capability strong {
  font-size: 50px;
}

.capability strong span {
  font-size: 0.64em;
}

.capability .col3 strong {
  font-size: 26px;
}

@media screen and (max-width: 1000px) {
  .capability {
    padding: 9px 0;
  }

  .capability .flex {
    flex-direction: column;
  }

  .capability .col {
    padding: 14px 0;
    border-bottom: 1px solid #87a28e;
    width: 100%;
  }

  .capability .col:last-of-type {
    border-bottom: none;
  }

  .capability strong {
    font-size: 35px;
  }

  .capability .col3 strong {
    font-size: 24px;
  }

}

/* ---------------------------- */
/* Class */

.section {
  padding: 80px 0;
}

.c-secTtl {
  /* font-size: 24px; */
  font-size: 32px;
  line-height: 1.4286;
  color: #1e1e1e;
  text-align: center;
  margin-bottom: 56px;
  font-weight: bold;
}


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

  .section {
    padding: 50px 0;
  }

  .c-secTtl {
    font-size: 25px;
    margin-bottom: 30px;
  }

}


/* --------------------------------- */
/* new-product-section */

#new-product-section {
  background: #F7F7F7;
  padding-top: 80px;
  padding-bottom: 0;
}

#new-product-section .section-container {
  padding: 45px 50px 45px 75px;
  background: #fff;
}

#new-product-section .title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

#new-product-section .title .label {

  padding: 5px 14px;
  font-size: 13px;
  display: inline-block;
  line-height: 1;
  border-radius: 2px;
  letter-spacing: 0.1em;
  text-align: center;
  /* margin-right: 47px; */
}

#new-product-section .title .label-new {
  background: #6E89F8;
  color: #fff;
}

#new-product-section .title .label-coupon {
  background: #EBC172;
}

#new-product-section .check-list {
  font-size: 18px;
  color: #393F45;
}

#new-product-section .check-list li {
  padding-left: 29px;
  line-height: 1.5556;
}

#new-product-section .check-list li::before {
  content: "";
  background: url(../img/icon-check.png) no-repeat center center;
  width: 17px;
  height: 15px;
  background-size: contain;
  display: inline-block;
  margin-right: 12px;
  margin-left: -29px
}

/* Mobile */
@media screen and (max-width: 1000px) {

  #new-product-section {
    padding-top: 50px;
  }

  #new-product-section .section-container {
    padding: 30px 20px 40px;
  }

  #new-product-section .title {
    font-size: 22px;
    /* flex-direction: column; */
    /* align-items: baseline; */
    line-height: 1.4545;
    /* text-align: center; */
    margin-bottom: 30px;
  }

  #new-product-section .title .label {
    margin: 0 0 0 0;
  }

  #new-product-section .image {
    margin: 30px 0;
  }

  #new-product-section .label {
    margin: 24px 0;
  }
}

/*  PC ------------------------------ */
@media screen and (min-width: 1001px) {

  #new-product-section .title {
    margin-bottom: 50px;
    align-items: center;
    justify-content: center;
  }
}


/* --------------------------------- */
/* grid */



/*  PC ------------------------------ */
@media screen and (min-width: 1001px) {

  .grid {
    display: grid;
    grid-template-columns: 400px 1fr;
    grid-template-rows: auto auto;
    gap: 0 50px;
    margin-bottom: 57px;

  }

  .grid .image {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .grid .check-list {
    grid-column: 2 / 3;
    grid-row: 1;
  }

  .grid .movie {
    grid-column: 2 / 3;
    grid-row: 2 / 4;
    margin-top: 46px;
  }


  .grid .label {
    grid-column: 1;
    grid-row: 3 / 4;
    margin-top: 20px;
  }


}


/* ---------------------------- */
/* .movie */

.movie {

  position: relative;
}

.mov-list-inr {
  position: relative;
  width: 100%;
  height: max-content;

}

.mov-list-item-frame {
  aspect-ratio: 560 / 315;
  display: block;
  /* position: relative; */
}

/* .movie .mov-list-item-img{
   display: block;
   position: relative;
} */

.conv-movie-inr {
  width: 100%;
  height: 100%;

}

.movie .conv-movie-inr iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

.conv-movie {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #000;
  opacity: 0;

}

.is_active .conv-movie {
  opacity: 1;
}

.mov-list-item-img.delete_btn {
  opacity: 0;
  pointer-events: none;
}

.mov-list-item-img {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
}

.mov-list-item-img img {
  width: 100%;
}


/* Mobile */
@media screen and (max-width: 1000px) {

  /* .movie{
    aspect-ratio: 295 / 226;
  } */
}


/* --------------------------------- */
/* #benefits */

#benefits {
  position: relative;
  background: #fff;
}

/* #benefits h2 {
  margin-bottom: 80px;
  font-size: 28px;
  text-align: center;
  color: #447355;
  line-height: 1.2308;
  font-weight: 600;
} */

.benefits-list-wrapper {
  margin-right: calc(50% - 50vw);
    padding: 10px 0 40px 10px;
        /* overflow: visible !important; */
}

/* .benefits-list-wrapper .bx-wrapper {
  overflow: hidden;
}

.benefits-list-wrapper .bx-viewport {
  overflow: visible !important;
  width: 59.1% !important;
  margin-right: auto;
} */


/* .benefits-list */

/* .benefits-list {
  display: flex;
} */

/* .benefits-list li {
  text-align: center;
  max-width: 240px;
  font-size: 14px;
  color: #518a70;
  padding: 20px 8px 9px;
  display: block;
  background: #D8EAD2;
} */
  .benefits-list li {
    text-align: center;
    /* width: 33.333%;
    max-width: 400px; */
    font-size: 20px;
    padding: 45px 16px 51px 16px;
    background-color: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0px 0px 7px 1px rgb(30 30 30 / 15%);
    height: auto;
    
  }

.benefits__image {
  max-width: 200px;
  /* height: 84px; */
  margin: 0 auto 24px;
}
.benefits__image-4{
  width: 260px;
}

/* .benefits__image img {
  width: 100%;
} */

.benefits-list li a {
  color: #447355;
      display: flex;
    flex-direction: column;
    height: 100%;
}

.benefits__label {
  font-size: 35px;
  color: #6cb86a;
  margin-bottom: 18px;
  line-height: 1.25;
  font-weight: 600;
}


.benefits__lead {
  font-size: 25px;
  line-height: 1.25;
  margin-bottom: 24px;
  /* margin-top: 6px; */
  color: #3c4453;
}

.benefits__link {
  color: #767676;
  font-size: 20px;
  /* text-decoration: underline; */
  position: relative;
  /* vertical-align: middle; */
  /* display: flex;
  align-items: center;
  justify-content: center; */
  /* margin-top: auto; */
  display: inline-block;
    line-height: 1.5;
  border-bottom: 1px solid #767676;;
}
.benefits__txtWrap{
  display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: end;
      align-items: center;
}
.benefits__image-3{
  margin-bottom: 20px;
}
/* .benefits__link::after {
  content: "";

  width: 8px;
  height: 16px;
  display: inline-block;
  margin-left: 8px;
  mask-image: url(/img/index_arw_06.png);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 7px auto;
  background: #6cb86a;
} */
.benefitSlider__pagination .swiper-pagination-bullet-active,.benefitSlider__pagination .swiper-pagination-bullet{
  background-color: #767676;
}
.benefitSlider__pagination{
  bottom: 0 !important;
    left: 10px !important;
    /* right: 0; */
    margin: auto;
    max-width: 89.28vw !important;
}

/* Mobile only */
@media screen and (max-width: 1000px) {

  #benefits {
    padding: 0 0 70px;
  }

  /* #benefits .container {
    padding: 0 0 0 20px;
  } */

  /* #benefits h2 {
    font-size: 26px;
    margin-bottom: 50px;

  } */

  /* .benefits-list-wrapper {
    margin-bottom: 50px;
  } */

  .benefits-list-wrapper .bx-viewport {
    width: 67.6% !important;
  }

  /* .bn-area {
    margin-bottom: 50px;
  } */

  .bn-area img {
    width: 100%;
  }
}

/* PC only */
@media screen and (min-width: 1001px) {
  #benefits {
    padding: 60px 0 100px;
  }

  /* .benefits-list {
    display: flex;
    justify-content: center;
    gap: 13px;

  } */

  /* .benefits__image img {
    width: 100%;
  } */



  /* .benefits__label strong {
    font-size: 24px;
    color: #447355;
  } */
}




/* ---------------------------- */
/*  #top-info-section */

#top-info-section {
  padding: 100px 0;
}

#top-info-section .info-box {
  border: 2px solid #447355;
}


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

  #top-info-section {
    padding: 50px 0;
  }

}

/* ---------------------------- */
/*  #top-campaign-section */


#top-campaign-section .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  row-gap: 30px;
}

#top-campaign-section li {
  max-width: 485px;
  width: 48.5%;
    overflow: hidden;
    border-radius: 10px;
    line-height: 1;
    transition: all .3s;
}
#top-campaign-section  li:hover{
  opacity: .7;
}

#top-campaign-section li img {
  width: 100%;
}

/* Mobile only */
@media screen and (max-width: 1000px) {

  #top-campaign-section .flex {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  #top-campaign-section li {
    max-width: 485px;
    width: 100%;
  }


}

/* ---------------------------- */
/* #top-onlinestore-section */

#top-onlinestore-section .flex {
  display: flex;
  align-items: center;
  padding: 24px 0;
}

#top-onlinestore-section h2 {
  font-size: 24px;
  margin: 0 46px 0 0;
  flex: 0 0 auto;
}

#top-onlinestore-section .modals {
  gap: 10px;
  display: flex;
  width: 100%;
  flex: 1;
}

#top-onlinestore-section .modals>p {
  max-width: 250px;
  width: 100%;
}

#top-onlinestore-section .btn-primary {
  width: 100%;
  padding: 7px 12px;
  background: #447355;
  border-radius: 8px;
  font-size: 18px;
  color: #fff;
  /* line-height: 40px; */
  text-align: center;
  display: inline-block;
  white-space: nowrap;
}

#top-onlinestore-section a.btn-primary:hover {
  color: #fff;
  background: #395944;
}


/* ---------------------------- */
/*  #top-whatsnew-section */

#top-whatsnew-section {
  background: #F5F0ED;
}

#top-whatsnew-section .container {
  position: relative;
}

#top-whatsnew-section h2 .spHide {
  display: inline;
}

#top-whatsnew-section .news_list li {
  padding-left: 130px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.69;
  position: relative;
}

#top-whatsnew-section .news_list li.hidden {
  display: none;
}

#top-whatsnew-section .news_list li span {
  padding: 0 15px 0 0;
  color: #3c4453;
  position: absolute;
  top: 0;
  left: 0;
}

#top-whatsnew-section .news_list li a {
  color: #3c4453;
  text-decoration: underline;
}

#top-whatsnew-section .news_list li p {
  padding: 0;
}

#top-whatsnew-section .news_list li sup {
  font-size: 10px;
}

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


  #top-whatsnew-section .news_list li {
    padding-left: 0;
    margin: 0 0 20px;
  }

  #top-whatsnew-section .news_list li span {
    display: block;
    padding: 0;
    position: static;
  }

}

#top-whatsnew-section .more {
  text-align: right;
  /* position: absolute; */
  bottom: 0;
  left: 0;
  transition: all 0.5s ease-in;
  cursor: pointer;
}

#top-whatsnew-section .more a {
  position: relative;
  color: #447355;
  display: inline-flex;
  align-items: center;
}

#top-whatsnew-section .more a::after {
  content: "";
  width: 12px;
  height: 6px;
  /* background: #fff; */
  background: #447355;
  mask-image: url(/img/index_arw_05.png);
  mask-size: 100%;
  mask-repeat: no-repeat;
  display: inline-block;
  margin-left: 15px;
  /* position: absolute;
  right: 10px;
  top: 50%;
  translate: 0 -50%; */
}

#top-whatsnew-section .is-open a::after {
  transform: rotate(180deg);
}

/* ---------------------------- */
/*  .info-box */

#top-whatsnew-section .info-box {
  background: #fff;
  text-align: center;
  padding: 30px;
  margin: 50px 0;
}

#top-whatsnew-section .info-box h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}

#top-whatsnew-section .info-box p {
  line-height: 1.625;
}


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

  #top-whatsnew-section .info-box {
    margin: 0 0 30px 0;
    padding: 30px 20px;
    font-size: 14px;

  }

  #top-whatsnew-section .info-box h3 {
    font-size: 16px;
  }

  #top-whatsnew-section .info-box p {
    line-height: 1.8571;
    letter-spacing: 0.1em;
  }
}






/* FOR MOBILE ------------------------------ */
@media screen and (max-width: 1000px) {
  .pcHide {
    display: inherit;
  }

  .spHide {
    display: none;
  }

  a:hover img,
  .ov:hover {
    opacity: 1;
  }

  #page_top {
    display: block !important;
    width: 30px;
    right: 20px;
  }

  /* ---------------------------- */
  /* bxslider */

  .bx-prev {
    /* width: 4.5313vw;
  padding-top: 7.3448vw; */
    width: 18px;
    height: 28px;

    background: url(/img/icon-prev02@2x.png) no-repeat 50% 50% / cover;
    /* top: -5.8vw; */
    bottom: 0;
    left: 4.6875vw;
    transform: translateY(0);
  }

  .bx-next {
    /* width: 4.5313vw; */
    /* padding-top: 7.3448vw; */
    width: 18px;
    height: 28px;
    background: url(/img/icon-next02@2x.png) no-repeat 50% 50% / cover;
    /* top: -5.8vw; */
    bottom: 0;
    right: 4.6875vw;
    transform: translateY(0);
  }

  /* 
 .bx-pager-item {
  width: 4.1667vw;
  height: 4.1667vw;
 } */

  .bx-controls {
    position: relative;
  }


  /* ---------------------------- */
  /* .top-pd-list */

  .top-pd-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    background: #eaf2e6;
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .top-pd-list>li {
    position: relative;
  }

  .top-pd-list>li::after {
    content: "";
    width: 1px;
    height: 30px;
    background: #1b4229;
    margin-top: 10px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

  .top-pd-list>li:last-child::after {
    display: none;
  }

  .top-pd-item a {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #447355;
    padding: 18px 25px;
  }

  /* ---------------------------- */
  /* key-visual */

  .key-visual {
    width: 100%;
    height: 100%;
    aspect-ratio: 375/486;
  }

  .key-visual-wrap .bx-pager {
    margin-top: 15px;
  }

  /* ---------------------------- */
  /*  #top-onlinestore-section  */

  #top-onlinestore-section {
    margin: 0 20px;
  }

  #top-onlinestore-section h2 {
    margin: 0 0 20px 0;
  }

  #top-onlinestore-section .flex {
    flex-direction: column;
  }

  #top-onlinestore-section .modals {
    flex-direction: column;
    gap: 6px;
  }

  #top-onlinestore-section .modals>p {
    max-width: 100%;
  }

  #top-onlinestore-section .btn-modal {
    max-width: 100%;
  }

  #top-onlinestore-section .info-box {
    padding: 20px 8px;
  }

  #top-onlinestore-section .info-box h3 {
    margin-bottom: 20px;
  }

}

/* FOR PC ------------------------------ */
@media screen and (min-width: 1001px) {
  .top-pd-list {
    display: none;
  }

  .pcHide {
    display: none;
  }

  .spHide {
    display: inherit;
  }

  .bx-pager {
    position: absolute;
  }

  .key-visual-wrap {
    padding-top: 70px;
  }
  .over-obi .key-visual-wrap{
    padding-top: 85px;
  }

  .key-visual-wrap .bx-pager {
    bottom: 20px;
  }

}

/* fukidashi */
.tooltip02 {
  position: absolute;
  padding: 5px 10px;
  width: 155px;
  color: #000;
  background: #ebc172;
  box-sizing: border-box;
  border-radius: 25px;
  top: -26px;
  left: 45%;
  margin: 0 0 0 -67px;
  -webkit-box-shadow: 0px 8px 20px 8px rgb(112 112 112 / 12%);
  -moz-box-shadow: 0px 8px 20px 8px rgba(112, 112, 112, 0.12);
  -ms-box-shadow: 0px 8px 20px 8px rgba(112, 112, 112, 0.12);
  -o-box-shadow: 0px 8px 20px 8px rgba(112, 112, 112, 0.12);
  box-shadow: 0 8px 20px 8px rgb(112 112 112 / 12%);
  z-index: 2;
}

.tooltip02:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
  border: 7px solid transparent;
  border-bottom: 10px solid #ebc172;
  z-index: 1;
  transform: rotateX(180deg);
}

.tooltip02-txt {
  text-align: center;
  line-height: 1.2;
  font-size: 13px;
}

.tooltip-event {
  position: relative;
  margin: 0;
}

.disabled+.tooltip02 {
  display: none;
}

.select-box .tooltip02 {
  top: -18px !important;
}

.select-box .tooltip-event:nth-child(2) .tooltip02 {
  top: -30px !important;
}

/* fukidashi FOR PC ------------------------------ */
@media screen and (min-width: 1001px) {

  .tooltip02 {
    padding: 10px 15px;
    top: -39px;
  }

  .tooltip02-txt {
    font-size: 16px;
  }

}

.tooltipwrap {
  position: relative;
  margin-top: 70px
}

.tooltipwrap .tooltip02 {
  width: auto;
  top: -55px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (min-width: 1001px) {
  .tooltipwrap {
    position: relative;
    margin-top: 0
  }

  .tooltipwrap .tooltip02 {
    top: -50px;
  }
}

/*----------------------------------------
250219_index version2
----------------------------------------*/
.btn-black{
  background-color: #1e1e1e;
  color: #fff;
  transition: all .3s;
  font-size: 25px;
}
.btn-white{
  background-color: #fff;
  color: #1e1e1e;
  font-size: 25px;
  transition: all .3s;
}
.btn-white:hover{
  color: #1e1e1e;
}
.btn-black:hover{
  color: #fff;
}
.btn-black:hover,.btn-white:hover{
  opacity: .7;
  transition: all .3s;
}
.l-container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
.c-secTtl-green1{
  color: #518a70;
}
#gnav .bnrs li{
        border-radius: 10px;
        overflow: hidden;
        }
  .container-benefits{
      max-width: 89.28vw;
  
  }
  

  .kv__txt{
    position: absolute;
    left: calc((100vw - 80%) / 2);
    display: flex;
    align-items: flex-start;
    height: 100%;
    flex-direction: column;
    justify-content: end;
    bottom: 4.6vw;
  }
  .kv__txt img{
    width: 31vw
  }
  .kv__btn{
    margin: 40px 0 0;
    max-width: 252px;
  }
  .kv__btn:hover{
    background-color: #41685b;
    opacity: 1;
  }
/* 追従ボタンエリア-------------------------------------------- */

.bottom-nav {
  /* display: none; */
  display: block;
  background: #1b4229;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.16);
  position: fixed;
  left: 0;
  width: 100%;
  padding: 20px 10px;
  text-align: center;
  bottom: -140px;
  z-index: 2;
}

.bottom-nav__btn {
  position: relative;
  font-size: 16px;
  max-width: 400px;
  transition: all .3s;
}

.bottom-nav__btn::after {
  content: "";
  width: 8px;
  height: 16px;
  display: inline-block;
  margin-left: 8px;
  mask-image: url(/img/index_arw_06.png);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 7px auto;
  background: #fff;
  position: absolute;
  right: 23px;
}
.bottom-nav__btn-white{
  background-color: #fff;
  color: #1b4229;
}
.bottom-nav__btn-white:after{
  background-color: #1b4229;
}
.bottom-nav__btn-white:hover{
  opacity: .7;
  color: #1b4229;
}
.bottom-nav__btn-bdrWhite{
  background-color: transparent;
  border: 1px solid #fff;
}
.bottom-nav__btn-bdrWhite:hover{
  color: #fff;
  opacity: .7;
}

/*KV直下新商品セクション------------------------*/
.top__newProduct__secTtl{
  font-size: 38px;
  text-align: center;
  color: #1e1e1e;
  margin-bottom: 56px;
}
.top__newProductWrap{
  display: flex;
  justify-content: space-between;
}
.top__newProductItem{
  width: 48%;
  text-align: center;
}

.top__newProduct__photo img{
  max-width: 100%;
}
.top__newProducInfo{
   display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.top__newProductName{
  margin-bottom: 35px;
}
.productLabel{
      /* color: #fff; */
    padding: 5px 11px;
    font-size: 13px;
    display: inline-block;
    line-height: 1;
    border-radius: 2px;
    letter-spacing: 0.05em;
    text-align: center;
}
.productLabel.new{
    background: #6E89F8;
    color: #fff;
}
.productLabel.sale{
      background: #EBC172;
}
.label-ol{
  margin-bottom: 17px;
}
.top__newProduct__photo{
  margin-bottom: 30px;
}
/*メガバナー---------------------------------*/
 .top__mainBanner{
  position: relative;
}
.top__mainBanner__photo img{
  max-width: 100%;
  width: 100%;
}
.top__mainBanner__txtWrap{
  position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    left: 14.7%;
    color: #fff;
}
.top__mainBanner__copy{
      font-size: 42px;
    line-height: 1.25;
    font-feature-settings: 'palt';
    margin-bottom: 55px;
}
.top__mainBanner__name{
      -webkit-filter: drop-shadow(7px 7px 10px rgba(30, 30, 30, 1.5));
    filter: drop-shadow(7px 7px 10px rgba(30, 30, 30, 1.5));
    margin-bottom: 23px;
    will-change: filter; 
  transform: translateZ(0); 
}
.top__mainBanner__btn{
  width: 252px;
    margin: 0;
}

/*あなたにぴったりのルンバを選ぶ------------*/
.product-list-section{
  padding-bottom: 0;
}
.top__productList{
  display: flex;
  justify-content: space-between;
  gap: 1.9%;
}
.top__productList__item{
  width: 32%;
  height: 38.5714vw;
    max-height: 540px;
    transition: all .3s;
        /* border-radius: 10px;
    overflow: hidden; */
}
.top__productList__brand{
  padding: 30px;
  text-align: center;
  margin-bottom: 25px;
}
.top__productList__brand-roomba{
  background-color: #87a28e;
}
.top__productList__brand-roombaplus{
  background-color: #518a70;
}
.top__productList__brand-roombamax{
  background-color: #1b4229;
}
 .top__productList__link{
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: all .3s;
  background-size: cover;
  background-repeat: no-repeat;
  
 }
 
.top__productList__link-roomba{
  background-image: url('../img/index_v2/bnr-product-roomba.jpg');
}
.top__productList__link-roombaplus{
  background-image: url('../img/index_v2/bnr-product-roomba-plus.jpg');
}
.top__productList__link-roombamax{
  background-image: url('../img/index_v2/bnr-product-roomba-max.jpg');
}
.top__productList__copy{
      text-align: center;
    font-size: 28px;
    color: #fff;
    line-height: 1.3;
    font-feature-settings: 'palt';
    letter-spacing: .05em;
}

 .top__productList__link:hover{
  opacity: .7;
  transition-delay: 0s;
 }
 /* .top__productList__item:has(.top__productList__link:hover){
  opacity: .7;
} */
/*新生アイロボット始動------------*/
.companyUpdate{
  background: #f5f0ed;
    padding: 40px 0;
    margin-bottom: 80px;
}
.bn-area img{
  width: 100%;
}
.top__update__container{
  max-width: 1000px;
}
.top__updateWrap{
  display: flex;
}
.top__updateTxt{
  width: 54%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
    justify-content: center;
}
.top__updateImg{
  width: 41.2%;
}
.top__updateImg img{
  max-width: 100%;
  width: 100%;
}
.top__update__btn{
  margin: 28px 0 0;
  max-width: 160px;
    font-size: 18px;
}

 /*アニメーション----------------------*/
        
        /* 1. 下からふわっと表示*/
        /* .reveal {
            opacity: 0;
            transform: translateY(50px);
            transition: opacity 1.2s ease, transform 1.2s cubic-bezier(0.2, 0.8, 0.2, 1);
        } */

        /* 2. アクティブになった時の状態 */
        /* .reveal.active {
            opacity: 1;
            transform: translateY(0);
            
            
        } */


        /* 3. 左から順に表示（遅延の設定） */
        /* .stagger-item:nth-child(1) { transition-delay: 0.1s; }
        .stagger-item:nth-child(2) { transition-delay: 0.3s; }
        .stagger-item:nth-child(3) { transition-delay: 0.5s; }
        .stagger-item:nth-child(4) { transition-delay: 0.7s; }
        .stagger-item:nth-child(5) { transition-delay: 0.9s; }
        
        .top__productList__link{
          transition-delay: 0s!important;
        } */
        
@media screen and (max-width: 1000px){

  .bottom-nav {
    padding: 16px;
    bottom: -140px;
  }



  .bottom-nav__btn::after {
    right: 15px;
  }
  .top__newProductWrap{
    flex-wrap: wrap;
    gap:40px;
  }
  .top__newProductItem {
    width: 100%;
      background-color: #f2f2f2;
      border-radius: 15px;
      padding: 72px 13px 42px;
      box-shadow: 0px 0px 7px 1px rgb(30 30 30 / 15%);
  }
  .top__newProduct__secTtl{
    font-size: 27px;
    line-height: 1.2;
    margin-bottom: 37px;
  }
  .btn-black,.top__mainBanner__btn{
    font-size: 17px;
    max-width: 48.8%;
  }
  .kv__btn{
    max-width:40vw;
    margin-top: 4.6vw;
  }
  .kv__txt {
    justify-content: flex-start;
    top: 4vw;
    align-items: center;
  }
  .kv__txt img {
    width: 84.6vw;
}
  .btn-white{
    font-size: 16px;
  }
  .top__newProductName {
    margin-bottom: 27px;
}
/*公式オンラインで購入する必要---------------------------------*/
.benefits-list-wrapper{
  padding-left: 0;
  /* overflow: visible !important;
  margin-right: auto; */
}
.benefits-list li{
  padding: 26px 16px 26px 16px;
}
.benefitSlider__pagination{
  width: 100% !important;
  left: 0 !important;
  right: 0;
}
.benefits__label{
  font-size: 20px;
  margin-bottom: 13px;
}
.benefits__lead{
  font-size: 13px;
}
.benefits__image{
  width: 107px;
}
.benefits__image4{
  width: 140px;
}
.benefits__link{
  font-size: 13px;
}
.benefits__txtWrap{
  flex-grow: inherit;
}
.container-benefits{
  max-width: 100%;
  padding: 0;
}
/*メガバナー---------------------------------*/
.top__mainBanner__name img{
  width: 238px;
}
.top__mainBanner__copy{
    font-size: 22px;
    margin-bottom: 160px;
   
}
.top__mainBanner__txtWrap{
    justify-content: space-between;
    margin-top: 25px;
    width: calc(100% - 4.7%);
    left: 4.7%;
}
.top__mainBanner__btnWrap{
  width: 100%;
}
.top__mainBanner__btn{
    margin: 0 auto 25px;
}
/*あなたにピッタリのルンバ---------------------------------*/
.top__productList{
  flex-wrap: wrap;
  gap: 25px;
  padding: 0 10px;
}
.top__productList__item{
      width: 100%;
    height: 111vw;
    max-height: inherit;
}
.top__productList__brand{
  padding: 25px;
  margin-bottom: 20px;
}
.top__productList__brand-roomba img{
  width: 115px;
}
.top__productList__link-roombaplus img{
  width: 170px;
}
.top__productList__brand-roombamax img{
  width: 178px;
}
.top__productList__copy{
  font-size: 21px;
}
.companyUpdate{
  padding: 20px 0;
  margin-bottom: 20px;
}
.top__updateWrap{
  position: relative;
}
.top__updateImg{
  width: 100%;
    /* margin-top: 30px; */
}
.top__updateTxt{
    position: absolute;
    right: 0;
    bottom: 0;
}
.top__updateTxt img{
      width: 81%;
}
.top__update__btn{
        max-width: 24vw;
        font-size: 2.4vw;
        padding: 8px;
        position: absolute;
        right: 0;
        bottom: 20px;
}
}