@charset "UTF-8";
/*　*/
/* ===== base ===== */

.l-header {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: opacity 0.3s, visibility 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
}

.is-scroll .l-header {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.l-gnav_inner {
  font-size: 1.6rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width: 959px) {
  .l-gnav_inner {
    font-size: 1.4rem;
    justify-content: flex-start;
    /* padding-left: 4rem; */
    padding: 4rem 3rem;
  }
}

.is-gnav-fv.is-gnavOpen .mv_btn01>span {
  width: 3.2rem;
  height: 1.5rem;
}

@media print,
screen and (min-width: 960px) {
  .is-gnav-fv.is-gnavOpen .mv_btn01>span {
    width: 4.4rem;
    height: 2.3rem;
  }
}

.is-gnav-fv.is-gnavOpen .mv_btn01>span::before {
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media only screen and (max-width: 959px) {
  .is-gnav-fv.is-gnavOpen .mv_btn01>span::before {
    top: 50%;
    -webkit-transform: rotate(-145deg);
    transform: rotate(-145deg);
  }
}

.is-gnav-fv.is-gnavOpen .mv_btn01>span::after {
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media only screen and (max-width: 959px) {
  .is-gnav-fv.is-gnavOpen .mv_btn01>span::after {
    top: 50%;
    -webkit-transform: rotate(145deg);
    transform: rotate(145deg);
  }
}

.is-gnav-fv.is-gnavOpen .mv_btn01>span span {
  height: 0;
}

.is-gnav-fv .l-overlay {
  /* display: none !important; */
  overflow: hidden;
  display: flex;
}

.l-contents {
  padding-top: 0;
}

.l-contents_container {
  padding-top: 0;
}

.l-gnav_container {
  position: fixed;
  left: 9rem;
  right: auto;
  width: 26rem;
  height: calc(100% - 6rem);
  background: #FFF;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  transition: opacity 0.15s, visibility 0.15s, transform 0.3s ease-out;
  transform: translateX(0);
}

@media only screen and (max-width: 960px) {
  .l-gnav_container {
    display: block;
    left: auto;
    right: 0;
    width: 80vw;
    transform: translateX(100%);
    z-index: 100;
    top: 6rem;
    width: 28rem;
  }

  .is-gnavOpen .l-gnav_container {
    transform: translateX(0);
  }
}

/* ===== mv ===== */
.mv_sec {
  position: relative;
  /* margin-bottom: 5rem; */
  padding: 6rem 0 3rem 0;
}

@media only screen and (min-width: 959px) {
  .mv_sec {
    position: relative;
    /* margin-bottom: 5rem; */
    padding: unset;
  }
}

@media only screen and (max-width: 961px) {
  .mv_sec .mv_sns01,
  .mv_sec .mv_sns02 {
    display: none;
  }
}


.mv_container {
  position: relative;
}

@media only screen and (min-width: 959px) {
  .mv_container {
    display: flex;
  }
}

.mv_inner {
  position: fixed;
  width: 100%;
  z-index: 130;
  height: 6rem;
  top: 0;
  background-color: #fff;
  border-bottom: 1px solid #000;
}

@media print, screen and (min-width: 960px) {
  .mv_inner {
    border-right: 1px solid #000;
    width: 9rem;
    height: 100%;
  }
}

.mv_ttl01 {
  position: absolute;
  top: 1.4rem;
  left: 1rem;
  width: 26.5rem;
  line-height: 0;
  text-align: center;
  /* height: 6rem; */
}

@media print,
screen and (min-width: 960px) {
  .mv_ttl01 {
    width: 4.5rem;
    top: 2rem;
    height: auto;
    right: auto;
    transform: translateX(-50%);
    left: 50%;
  }
}

.mv_btn01 {
  position: absolute;
  /* top: -6rem; */
  right: 2rem;
  border: 0;
  width: 3rem;
  height: 6rem;
  background: transparent;
  text-indent: 500%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-appearance: none;
  appearance: none;
}

@media print,
screen and (min-width: 960px) {
  .mv_btn01 {
    height: 4.4rem;
    width: 4.4rem;
    right: auto;
    left: auto;
    transform: translateX(-50%);
    left: 50%;
    top: 43rem;
  }
}

.mv_btn01>span {
  display: block;
  position: relative;
  margin: auto;
  width: 2.7rem;
  height: 2rem;
}

@media print,
screen and (min-width: 960px) {
  .mv_btn01>span {
    width: 4.6rem;
    height: 2.3rem;
  }
}

.mv_btn01>span::before,
.mv_btn01>span::after,
.mv_btn01>span span {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #333333;
  transition: top 0.5s, height 0.15s, background-color 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, top 0.5s, height 0.15s, background-color 0.3s;
  transition: transform 0.5s, top 0.5s, height 0.15s, background-color 0.3s, -webkit-transform 0.5s;
  content: "";
  border-radius: 1rem;
}

.mv_btn01>span::before {
  left: 0;
  top: 0;
}

.mv_btn01>span::after {
  right: 0;
  bottom: -3px;
}

.mv_btn01>span span {
  left: 0;
  top: 50%;
}

@media print,
screen and (min-width: 960px) {

  .mv_btn01:hover>span::before,
  .mv_btn01:hover>span::after,
  .mv_btn01:hover>span span {
    background-color: #000;
  }
}

.mv_btn01:hover {
  opacity: 0.5;
}

.mv_bg01 {
  width: 11.5rem;
  height: auto;
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 1rem;
}

@media print,
screen and (min-width: 960px) {
  .mv_bg01 {
    width: 15rem;
  }
}

.mv_bg02 {
  width: 16rem;
  margin-left: auto;
  margin-top: -7rem;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 959px) {
  .mv_bg02 {
    width: 33rem;
    top: 1rem;
    left: 2rem;
  }
}

.mv_img {
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 959px) {
  .mv_img {
    width: calc(100% - 19rem);
    width: calc(100% - 9rem);
    min-height: 90rem;
    display: flex;
    flex-direction: row-reverse;
    left: 9rem;
  }
}

.mv_list01 {
  border-radius: 2rem;
  height: 100%;
  overflow: hidden;
}

.mv_list01_wrap {
  padding-bottom: 5rem;
  min-height: 25rem;
  margin: 0 2rem;
  position: relative;
  z-index: -1;
}

@media print,
screen and (min-width: 960px) {
  .mv_list01_wrap {
    /* padding-bottom: 8rem;
    min-height: 70rem; */
    /* position: absolute;
    top: 17rem;
    right: 50%; */
    flex: 1;
    margin: 11rem 30rem 9rem 17rem;
    padding-bottom: 0;
    border-radius: 3rem;
  }
}

.mv_list01_wrap .swiper-pagination-bullets {
  bottom: 2.5rem;
  line-height: 0;
}

@media only screen and (max-width: 959px) {
  .mv_list01_wrap .swiper-pagination-bullets {
    display: none;
  }
}

@media print,
screen and (min-width: 960px) {
  .mv_list01_wrap .swiper-pagination-bullets {
    left: -19rem;
    bottom: 4.5rem;
    width: calc(100% + 19rem);
  }
}

.mv_list01_wrap .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.5rem;
  width: 0.6rem;
  height: 0.6rem;
  background: #E5E5E5;
  opacity: 1;
  transition: background-color 0.3s;
  outline: none;
}

.mv_list01_wrap .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #007969;
}

.mv_list01_wrap.is-noslide .swiper-pagination {
  display: none;
}

.mv_list01 .m-img01 {
  height: 100%;
  background: transparent;
  overflow: hidden;
  padding-bottom: calc(300 / 335 * 100%);
}

@media only screen and (min-width: 959px) {
  .mv_list01 .m-img01 {
    padding-bottom: calc(7 / 16 * 100%);
  }
}

.mv_list01 .m-img01 img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  transform-origin: center center;
}

.mv_list01 .swiper-slide-active .m-img01,
.mv_list01 .swiper-slide-duplicate-active .m-img01,
.mv_list01 .swiper-slide-prev .m-img01 {
  -webkit-animation: mvZoomUp 6s linear both;
  animation: mvZoomUp 6s linear both;
}

@-webkit-keyframes mv-nav-sp {
  0% {
    width: 0;
  }

  100% {
    width: 4.5rem;
  }
}

@keyframes mv-nav-sp {
  0% {
    width: 0;
  }

  100% {
    width: 4.5rem;
  }
}

@-webkit-keyframes mv-nav-pc {
  0% {
    width: 0;
  }

  100% {
    width: 6rem;
  }
}

@keyframes mv-nav-pc {
  0% {
    width: 0;
  }

  100% {
    width: 6rem;
  }
}

@-webkit-keyframes mvZoomUp {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes mvZoomUp {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

/* ===== about ===== */
.about_sec {
  margin-bottom: 7rem;
  background-color: #f4eedf;
  padding-bottom: 3rem;
}


@media only screen and (min-width: 959px) {
  .about_sec {
    /* margin-left: 17rem;
    border-radius: 7rem 0 0 7rem; */

    margin: 0 9rem 12rem 18rem;
    border-radius: 7rem;
    padding: 4rem 4rem 9rem 4rem;
  }
}

.about_sec .m-sec01_container {
  position: relative;
}

@media only screen and (min-width: 959px) {
  .about_sec .m-sec01_container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 7.5rem;
    height: 100%;
    background: url(../img/top/about_decoration.png) no-repeat left / contain;
    pointer-events: none;
    transform: translateY(-50%);
  }
}

.about_box01 {
  position: relative;
}

@media print,
screen and (min-width: 960px) {
  .about_box01 {
    display: block;
    max-width: 113rem;
    margin: 0 auto;
  }
}

.about_box01_desc {
  margin: 0 auto;
  padding-top: 3rem;
}

@media only screen and (min-width: 959px) {
  .about_box01_desc {
    width: 45rem;
    order: 1;
    margin: 0;
    padding-top: 6rem;
    margin-left: 8.5rem;
  }
}

.about_box01_desc h2 {
  font-size: 2rem;
  text-align: center;
}

@media only screen and (min-width: 959px) {
  .about_box01_desc h2 {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
}

.about_box01_inner01 {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  max-width: 32rem;
  margin: 0 auto;
}

@media print,
screen and (min-width: 960px) {
  .about_box01_inner01 {
    display: flex;
    position: relative;
    max-width: unset;
    flex-direction: row;
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 959px) {
  .about_box01_inner02 {
    display: none;
  }
}

@media print,
screen and (min-width: 960px) {
  .about_box01_inner02 {
    display: flex;
    width: 103rem;
    justify-content: space-between;
  }
}

.about_img01 {
  z-index: 10;
  padding-top: 3rem;
}

@media print,
screen and (min-width: 960px) {
  .about_img01 {
    width: 60rem;
    order: 2;
    padding-top: 0;
  }
}

.about_img01 img {
  max-width: 100%;
}




@media only screen and (min-width: 959px) {

  .about_img02,
  .about_img03,
  .about_img04 {
    width: 29rem;
  }

  .about_img02 {
    margin-right: 8rem;
  }

  .about_img03 {
    margin-right: 8rem;
  }
}



.about_ttl01 {
  position: relative;
  margin-bottom: 3rem;
  z-index: 20;
}

@media print,
screen and (min-width: 960px) {
  .about_ttl01 {
    margin-bottom: 5rem;
  }
}

.about_ttl01 {
  width: 29rem;
}

@media print,
screen and (min-width: 960px) {
  .about_ttl01 {
    width: 48rem;
  }
}

.about_txt01 {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.9;
  z-index: 20;
  padding-top: 3rem;
}

@media print,
screen and (min-width: 960px) {
  .about_txt01 {
    font-size: 1.8rem;
    line-height: 2.2;
    padding-top: 0rem;
    line-height: 2em;
  }
}

.about_img02 img {
  border-radius: 2rem;
}

.about_btn01 {
  line-height: 0;
  text-align: center;
  margin-top: 0;
}
@media only screen and (min-width: 959px) {
  .about_btn01 {
    display: flex;
    justify-content: flex-end;
    margin-top: -12%;
  }
}
@media only screen and (max-width: 1600px) {
  .about_btn01 {
    margin-top: -5%;
  }
}

.about_btn01 .m-btn02 {
  min-width: 24.5rem;
}

/* ===== nice ===== */
.nice_sec {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 959px) {
  .nice_sec {
    margin-bottom: 6rem;
  }
}

.nice_list01 {
  flex-wrap: nowrap;
}

.nice_list01>li {
  padding: 0 2.5rem;
  width: 28rem;
}

@media print,
screen and (min-width: 960px) {
  .nice_list01>li {
    padding: 0 4.5rem;
    width: 37rem;
  }
}

.nice_list01 a {
  display: block;
}

@media (hover: hover) {
  .nice_list01 a:hover {
    opacity: 0.7;
  }

  .nice_list01 a:hover .m-listnice_img img {
    opacity: 1;
  }

  .nice_list01 a:hover .m-listnice_ttl,
  .nice_list01 a:hover .m-listnice_txt {
    color: #fff;
  }
}

.d-ie .nice_list01 a:hover {
  opacity: 0.7;
}

.d-ie .nice_list01 a:hover .m-listnice_img img {
  opacity: 1;
}

.d-ie .nice_list01 a:hover .m-listnice_ttl,
.d-ie .nice_list01 a:hover .m-listnice_txt {
  color: #fff;
}

.nice_list01 .m-listnice_img {
  border-radius: 2rem;
}

@media print,
screen and (min-width: 960px) {
  .nice_list01 .m-listnice_img {
    border-radius: 3rem;
  }
}

@media only screen and (max-width: 959px) {
  .nice_list01 .m-listnice_ttl {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 959px) {
  .nice_list01 .m-listnice_txt {
    font-size: 1.6rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }

  .d-ie .nice_list01 .m-listnice_txt {
    height: 13.6rem;
  }
}

.nice_list01_wrap {
  overflow: visible !important;
}

@media print,
screen and (min-width: 960px) {
  .nice_list01_wrap {
    margin: 0 -0.5rem;
  }
}

.is-noslide .nice_list01 {
  justify-content: center;
}

@media print,
screen and (min-width: 960px) {
  .is-noslide_pc .nice_list01 {
    justify-content: center;
  }
}

.nice_btn01 {
  margin-top: 3rem;
  line-height: 0;
  text-align: center;
}

@media print,
screen and (min-width: 960px) {
  .nice_btn01 {
    margin-top: 7rem;
  }
}

.nice_btn01 .m-btn02 {
  min-width: 25rem;
}

@media print,
screen and (min-width: 960px) {
  .nice_btn01 .m-btn02 {
    min-width: 35rem;
  }
}

.nice_ttl01 {
  /* position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  padding: 0 2rem;
  text-align: center; */
  width: 27rem;
  margin: 0 auto;
  /* margin-bottom: 5rem; */
}

@media only screen and (min-width: 959px) {

  .nice_ttl01 {
    width: 53rem;
    margin: 0 auto;
  }
}

/* .nice_ttl01::before,
.nice_ttl01::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.8rem;
  color: #333;
}

.nice_ttl01::before {
  content: "＼";
  left: -2rem;
}

.nice_ttl01::after {
  content: "／";
  right: -2rem;
}

.nice_ttl01::before,
.nice_ttl01::after,
.nice_ttl01::after {
  pointer-events: none;
}

.nice_ttl01::before {
  content: "＼";
}

.nice_ttl01::after {
  content: "／";
} */

/* .nice_ttl01 .m-ttl02_main::before {
  position: absolute;
  top: -1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 2.3rem;
  height: 2.3rem;
  background: transparent url("../img/common/ttl_02_icon.svg") 50% 50% no-repeat;
  background-size: contain;
  content: "";
}
@media print, screen and (min-width: 960px) {
  .nice_ttl01 .m-ttl02_main::before {
    width: 4.5rem;
    height: 4.5rem;
  }
} */

/* ===== usage ===== */
.usage_sec {
  margin-bottom: 10rem;
}

@media print,
screen and (min-width: 960px) {
  .usage_sec {
    margin-bottom: 15rem;
  }
}

@media print,
screen and (min-width: 960px) {
  .usage_box01 {
    display: flex;
  }
}

@media only screen and (max-width: 959px) {
  .usage_box01_inner01 {
    margin-bottom: 1.5rem;
  }
}

@media print,
screen and (min-width: 960px) {
  .usage_box01_inner01 {
    margin-right: 5rem;
    width: 45rem;
  }
}

@media print,
screen and (min-width: 960px) {
  .usage_box01_inner02 {
    flex: 1;
  }
}

.usage_ttl02 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  color: #3E2F22;
}

@media print,
screen and (min-width: 960px) {
  .usage_ttl02 {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
}

.usage_txt01 {
  font-size: 1.6rem;
}

@media print,
screen and (min-width: 960px) {
  .usage_txt01 {
    line-height: 2;
  }
}

.usage_img01 img {
  border-radius: 2rem;
}

.usage_btn01 {
  margin-top: 2rem;
  line-height: 0;
  text-align: center;
}

@media print,
screen and (min-width: 960px) {
  .usage_btn01 {
    margin-top: 5rem;
  }
}

.usage_btn01 .m-btn02 {
  min-width: 25rem;
}

@media print,
screen and (min-width: 960px) {
  .usage_btn01 .m-btn02 {
    min-width: 35rem;
  }
}

/* ===== Download ===== */
.open-download_modal {
  background-color: #007857;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 9999px;
  font-size: 0.95rem;
  cursor: pointer;
}

/* モーダル背景 */
.download_modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(255 255 255 / 80%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: scroll;
}

.download_modal-content {
  background-color: #fff;
  padding: 20px;
  width: 90%;
  max-width: 800px;
  margin: 3rem auto;
  border-radius: 16px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 959px) {
  .download_modal-content {
    padding: 12rem 10rem;
    max-width: 120rem;
    margin: 5rem auto;
  }
}

#modal1 .download_modal-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.download_modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 3.4rem;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
}
@media only screen and (min-width: 959px) {
  .download_modal-close {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    font-size: 4.4rem;
    width: 6rem;
    height: 6rem;
  }
}

.download_modal-close::before {
  content: "閉じる";
  position: absolute;
  bottom: -2rem;
  font-size: 1.2rem;
}
@media only screen and (min-width: 959px) {
  .download_modal-close::before {
    bottom: -2.5rem;
    font-size: 1.4rem;
  }
}

.download_modal-content h3 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
}

@media only screen and (min-width: 959px) {
  .download_modal-content h3 {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
}

.download_modal-content p {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 1.4rem;
  font-size: 1.4rem;
}

@media only screen and (min-width: 959px) {
  .download_modal-content p {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 5rem;
  }
}

.button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #007857;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 9999px;
  text-decoration: none;
  font-size: 0.95rem;
  white-space: nowrap;
  text-align: center;
}

@media only screen and (max-width: 959px) {
  .download_modal-content {
    width: 95%;
    padding: 6rem 2rem;
    /* margin: 0 auto; */
  }
}

.download-btn {
  font-size: 1.4rem;
  padding: 1.5rem 2rem;
  min-width: 32rem;
  display: flex;
  justify-content: space-between;
  border: 3px solid #007969;
}

@media only screen and (min-width: 959px) {
  .download-btn {
    font-size: 2.0rem;
    padding: 1.2rem 3rem;
    width: 48rem;
  }
}

.banner_section {
  padding: 2rem 0rem 2rem 0rem;
}

@media only screen and (min-width: 959px) {
  .banner_section {
    padding: 0;
    margin-bottom: 10rem;
  }
}

.banner-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
}

.banner_list01 {
  display: flex;
  margin: 0rem -0.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (min-width: 959px) {
  .banner_list01 {
    justify-content: center;
  }
}

.banner_list01 li {
  margin: 0.5rem 0.5rem;
  width: calc(50% - 1rem - 0.1px);
  text-align: center;
}

@media only screen and (min-width: 959px) {
  .banner_list01 li {
    margin: 0.5rem 1rem;
    width: 33rem
  }
}

.banner img {
  max-height: 50px;
  width: auto;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  padding: 6px 12px;
  transition: transform 0.3s;
}

.banner img:hover {
  transform: scale(1.05);
}



.mv_content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.mv_logo {
  position: absolute;
  top: 20px;
  left: 20px;
  transform: rotate(-10deg);
  z-index: 2;
}

.mv_logo img {
  max-width: 180px;
}

.mv_copy {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 2;
}

.mv_copy img {
  width: 130px;
}

/* スライダー画像 */
.mv_img_wrap {
  border-radius: 20px;
  overflow: hidden;
}

@media only screen and (max-width: 959px) {
  .mv_img_wrap {
    border-radius: 20px;
    overflow: hidden;
    max-width: 100%;
  }
}

/* --- SP --- */
@media screen and (max-width: 960px) {
  .mv_content {
    padding: 0 20px;
  }

  .mv_logo {
    position: static;
    transform: none;
    text-align: right;
    margin-top: 16px;
  }

  .mv_logo img {
    width: 140px;
  }

  .mv_copy {
    position: static;
    transform: none;
    text-align: center;
    margin-bottom: 16px;
  }

  .mv_copy img {
    width: 120px;
  }


}

.fruit-card {
  background-color: #fdeeee;
  border-radius: 16px;
  padding: 3rem 2rem;
  box-sizing: border-box;
  max-width: 100%;
  position: relative;
  margin-top: 4.5rem;
  max-width: 32rem;
  position: relative;
  margin-right: 0;
  height: 100%;
  min-height: 53rem;
}
@media only screen and (min-width: 959px) {
  .fruit-card {
    max-width: 100rem;
    padding: 4rem 6rem;
    min-height: 35rem;
  }
}

@media only screen and (max-width: 959px) {
  .fruit-card {
    padding-top: 5.5rem;
  }
}


.card-header {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 959px) {
  .card-header {
    width: 50%;
    margin-bottom: 4rem;
    padding-right: 6rem;
  }
}

.card-header::before {
  content: "";
  position: absolute;
  bottom: -2.7rem;
  width: 5rem;
  height: 1.5rem;
}

@media only screen and (max-width: 959px) {
  .card-header::before {
    top: -3rem;
  }
}

.card_number {
  color: white;
  width: 8.5rem;
  height: 8.5rem;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: -3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.1rem;
  left: -2rem;
  z-index: 2;
}

.nice_img {
  border-radius: 3rem;
  background-size: contain;
}

@media only screen and (min-width: 959px) {
  .nice_img {
    flex: 1;
    margin-top: -7rem;
  }
}

.card-header h3 {
  font-size: 1.8rem;
  margin: 0;
}

@media only screen and (min-width: 959px) {
  .card-header h3 {
    font-size: 2.8rem;
  }
}

.card-content {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media only screen and (min-width: 959px) {
  .card-content {
    gap: 0 4rem
  }
}

@media screen and (max-width: 960px) {
  .card-content {
    flex-direction: unset;
  }
}

.card_text {
  font-size: 1.4rem;
  padding-bottom: 4.5rem;
  order: 1;
}

@media only screen and (min-width: 959px) {
  .card_text {
    font-size: 1.8rem;
    width: 46%;
    order: unset;
    line-height: 1.9em;
    padding-right: 2rem;
    padding-bottom: 0;
  }
}

.image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  flex-shrink: 0;
  max-height: 250px;
}

.fruits-deco {
  margin-top: 16px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.fruits-deco img {
  height: 32px;
  width: auto;
}



.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: #707070;
  /* お好みで → 例：rgba(0, 0, 0, 0.3) */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 2rem;
  transition: background-color 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #888;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-family: "swiper-icons";
  font-size: 2rem;
  line-height: 1;
}

.swiper-button-prev {
  left: -20px;
  /* 外に出しすぎず中央に寄せる感じ */
}

.swiper-button-next {
  right: 12.5%;
  width: 5rem;
  height: 5rem;
  top: 60%;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.swiper-slide img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 12px;
}

.slide-caption {
  margin-top: 8px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
}
@media only screen and (min-width: 959px) {
  .slide-caption {
    font-size: 2rem;
  }
}

.category-section {
  text-align: center;
  margin-bottom: 32px;
}

.category-title-balloon {
  display: inline-block;
  position: relative;
  padding: 24px 40px 24px 40px;
  border: 2px solid #222;
  border-radius: 8px;
  background: #fff;
  font-size: 2rem;
  margin-bottom: 12px;
}

.category-title-balloon::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  border-width: 10px 15px 0 15px;
  border-style: solid;
  border-color: #222 transparent transparent transparent;
  display: block;
  width: 0;
  background: url(../img/top/icon_speech.png) no-repeat bottom / contain;
  width: 100%;
  height: 100%;
}

.category-title {
  margin: 0;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.main-title {
  font-family: inherit;
}

.highlight-green {
  color: #009982;
  /* 画像の緑に近い色 */
  font-weight: bold;
  letter-spacing: 0.05em;
}

.category-subtitle {
  margin-top: 16px;
  font-size: 1em;
  color: #222;
  line-height: 1.7;
}

.use_list01 {
  display: flex;
  font-size: 1.5rem;
  line-height: 1.3;
  flex-wrap: wrap;
  letter-spacing: -0.05em;
  /* justify-content: flex-start; */
}

@media print, screen and (min-width: 960px) {
  .use_list01 {
    margin: -4.5rem -3rem;
    font-size: 1.6rem;
    letter-spacing: 0.01em;
  }
}

.use_list01>li {
  margin: 1rem .5rem;
  width: calc(33% - 0.1px - 1rem);
  text-align: center;
}

@media print,
screen and (min-width: 960px) {
  .use_list01>li {
    margin: 3.3rem 2rem;
    width: calc(20% - 0.1px - 4rem);
  }
}

.use_list01 a {
  display: block;
}

@media (hover: hover) {
  .use_list01 a:hover {
    color: #FF930D;
  }

  .use_list01 a:hover .use_list01_img {
    opacity: 0.7;
  }
}

.d-ie .use_list01 a:hover {
  color: #FF930D;
}

.d-ie .use_list01 a:hover .use_list01_img {
  opacity: 0.7;
}

.use_list01_img {
  display: block;
  transition: opacity 0.3s;
  z-index: -1;
  position: relative;
}

.use_list01_txt {
  display: block;
  margin-top: -1.5rem;
  z-index: 1;
  position: relative;
}

@media print,
screen and (min-width: 960px) {
  .use_list01_txt {
    margin-top: 0rem;
  }
}

.top_box02 {
  padding: 3rem 0 7rem 0;
  background-color: #F4EEDF;
}

@media print,
screen and (min-width: 960px) {
  .top_box02 {
    padding: 2rem 0 20rem 0;
  }
}

.top_box03 {
  position: relative;
  margin: 3.5rem 0 12.5rem 0;
  padding: 21.5rem 0 4rem 0;
  /* background-color: #F4EEDF; */
  /* background-size: 16rem auto; */
  color: #fff;
}

@media print,
screen and (min-width: 960px) {
  .top_box03 {
    margin: 18rem 0 62rem 0;
    padding: 40rem 0 5rem 0;
    background-size: 35rem auto;
  }
}

@media only screen and (min-width: 1920px) {
  .top_box03 {
    background-size: 18.229vw auto;
  }
}

.top_box03::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  background: transparent none 50% 0 no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  content: "";
}

.top_box03::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  background: transparent none 50% 0 no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  content: "";
}

@media print,
screen and (min-width: 960px) {

  .top_box03::before,
  .top_box03::after {
    width: 192rem;
  }
}

@media only screen and (min-width: 1920px) {

  .top_box03::before,
  .top_box03::after {
    width: 100vw;
  }
}

.top_box03::before {
  top: -3.5rem;
  height: 3.5rem;
  background-image: url(../img/top/bg_03_top_sp.png);
  background-position: 50% 100%;
}

@media print,
screen and (min-width: 960px) {
  .top_box03::before {
    top: -18rem;
    height: 18rem;
    background-image: url(../img/top/bg_03_top.png);
  }
}

.top_box03::after {
  bottom: -12.5rem;
  height: 12.5rem;
  background-image: url(../img/top/bg_03_bottom_sp.png);
}

@media print,
screen and (min-width: 960px) {
  .top_box03::after {
    bottom: -62rem;
    height: 62rem;
    background-image: url(../img/top/bg_03_bottom.png);
  }
}

.top_box04 {
  padding: 5rem 0 8rem 0;
}

@media print,
screen and (min-width: 960px) {
  .top_box04 {
    padding: 20rem 0 20rem 0;
  }
}

/* .top_box01 .nice_ttl01 .m-ttl02_main{
  background-image: url(../img/top/m-ttl02_main.svg);
  position: absolute;
    top: -1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 100%;
    height: 2.3rem;
    background: transparent url(../img/common/ttl_02_icon.svg) 50% 50% no-repeat;
    background-size: contain;
    content: "";
} */

.m-btn02 .m-iconMap:not(.is-before),
.m-btn02 .m-iconWindow:not(.is-before) {
  padding-left: 1.5rem;
}

.m-btn02 .m-iconMap,
.m-btn02 .m-iconWindow {
  display: block;
}

@media print,
screen and (min-width: 960px) {
  .m-iconMap {
    padding-right: 2rem;
  }
}

.m-iconMap {
  display: inline-block;
  position: relative;
  padding-right: 1.5rem;
}

.m-iconMap.is-white::before {
  border-color: #fff;
}

.m-iconMap::before {
  left: 0;
}

@media print,
screen and (min-width: 960px) {
  .m-iconMap::before {
    width: 1rem;
    height: 1rem;
    border-width: 3px;
  }
}

.m-iconMap::before {
  position: absolute;
  top: 50%;
  background: url(../img/top/icon_map.svg) no-repeat center / contain;
  width: 3rem;
  height: 3rem;
  transition: border-color 0.3s;
  content: "";
  transform: translateY(-50%);
}

.card-content img {
  aspect-ratio: unset;
}







.nice_sec .nice-slider-pagination {
  position: relative;
  bottom: -1rem;
  left: auto;
  width: 100%;
  text-align: center;
  z-index: 10;
}
@media only screen and (min-width: 959px) {
  .nice_sec .nice-slider-pagination {
    display: none;
  }
}

.nice_sec .nice-slider-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  opacity: 0.8;
  margin: 0 5px;
}

.nice_sec .nice-slider-pagination .swiper-pagination-bullet-active {
  background-color: var(--nice-pagination-active-color, #333333);
  opacity: 1;
}

.nice_sec .nice-slider-pagination .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active {
  background-color: #E28B96;
}
.nice_sec .nice-slider-pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active {
  background-color: #72BA81;
}
.nice_sec .nice-slider-pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active {
  background-color: #E07349;
}
.nice_sec .nice-slider-pagination .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active {
  background-color: #429B82;
}
.nice_sec .nice-slider-pagination .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active {
  background-color: #6C98CC;
}

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

  .swiper-button-prev,
  .swiper-button-next {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
}

.category_ttl01 {
  /* width: 36rem; */
  padding: 0 .5rem 0 2rem;
  text-align: center;
}

@media only screen and (min-width: 959px) {
  .category_ttl01 {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
    height: 100%;
    padding: 0 0 0 6rem;
  }
}

.category_txt01 {
  margin: 1.5rem;
  text-align: center;
}

@media only screen and (min-width: 959px) {
  .category_txt01 {
    font-size: 1.8rem;
    margin: 0;
    margin-bottom: 3rem;
    line-height: 2;
  }
}



@media only screen and (max-width: 959px) {
  .category_sec .category-slider-pagination {
    margin-top: 0;
  }
}

.category_sec .category-slider-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  opacity: 0.8;
  margin: 0 5px;
  width: 3.3rem;
  height: 0.5rem;
  border-radius: unset;
}

@media only screen and (max-width: 959px) {
  .category_sec .category-slider-pagination .swiper-pagination-bullet {
    width: 1.5rem;
  }
}

.category_sec .category-slider-pagination .swiper-pagination-bullet-active {
  background-color: #007969;
  opacity: 1;
}

@media only screen and (max-width: 959px) {
  .category_sec .js-higashine-category-slider .swiper-slide {
    width: 55%;
    height: auto;
  }
}

.category_sec .category-slider-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  width: 100%;
  text-align: center;
  margin-top: 2rem;
  padding: 2rem;
}

@media only screen and (max-width: 959px) {
  .category_sec .category-slider-pagination {
    margin-top: 0.5rem;
    padding: 1rem;
  }
}

.category_link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.portal_sec {
  margin-top: 2rem;
  padding-top: 3rem;
  background-color: #F4EEDF;
  padding: 4rem 0.5rem 4rem 0.5rem;
}

@media only screen and (min-width: 959px) {
  .portal_sec {
    margin-top: 0;
    padding-top: 8rem;
    padding-bottom: 11rem;
  }
}

.portal_ttl01 {
  text-align: center;
}

.portal_ttl01 .sub {
  font-size: 1.4rem;
}

@media only screen and (min-width: 959px) {
  .portal_ttl01 .sub {
    font-size: 2.4rem;
  }
}

.portal_ttl01 .main {
  font-size: 2.2rem;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 959px) {
  .portal_ttl01 .main {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
}

/* ===== Footer ===== */
.l-footer {
  position: relative;
  margin-top: 2rem;
  padding: 5.5rem 0 0 0;
  color: #fff;
  transition: opacity 0.5s;
  overflow: hidden;
}

@media print,
screen and (min-width: 960px) {
  .l-footer {
    margin-top: 0;
    padding-top: 15rem;
  }
}

.l-footer::before {
  position: absolute;
  left: 50.5%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  background: transparent none 50% 100% no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  content: "";
}

.l-footer::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  background: transparent none 50% 100% no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  content: "";
}

.l-footer::before {
  top: 0;
  height: 5.5rem;
  background-image: url(../img/common/bg_footer_01_sp.png);
}

@media only screen and (min-width: 959px) {
  .l-footer::before {
    top: 0;
    height: 23rem;
  }
}

@media print,
screen and (min-width: 960px) {
  .l-footer::before {
    height: 15rem;
    background-image: url(../img/common/bg_footer_01.png);
  }
}

.l-footer::after {
  height: 12.5rem;
  background-image: url(../img/common/bg_footer_02_sp.png);
  background-size: contain;
  bottom: 5rem;
}

@media print,
screen and (min-width: 960px) {
  .l-footer::after {
    bottom: 97px;
    height: 62rem;
    background-image: url(../img/common/bg_footer_02.png);
    max-width: 117rem;
    right: 0;
    left: auto;
    transform: unset;

  }
}

.l-footer_container {
  position: relative;
  padding: 6rem 1.5rem 2rem 1.5rem;
}

@media print,
screen and (min-width: 960px) {
  .l-footer_container {
    margin: 0 auto;
    padding: 15.5rem 2rem 5rem 2rem;
    max-width: 144rem;
  }
}

.l-footer_container::before {
  position: absolute;
  top: 0;
  left: -50vw;
  width: calc(100% + 100vw);
  height: 100%;
  background-size: 17.5rem auto;
  z-index: -1;
  content: "";
  background-color: #F4EEDF;
}

@media print,
screen and (min-width: 960px) {
  .l-footer_container::before {
    background-size: 35rem auto;
  }
}

@media only screen and (min-width: 1920px) {
  .l-footer_container::before {
    background-size: 18.229vw auto;
  }
}


.l-footer_mainMenu,
.l-footer_subMenu {
  display: flex;
  margin: 0 -1rem;
  font-size: 1.8rem;
  font-weight: 600;
}

.l-footer_mainMenu li,
.l-footer_subMenu li {
  margin: 0 1rem;
  flex: 1;
}

.l-footer_mainMenu li:nth-child(4),
.l-footer_subMenu li:nth-child(4) {
  min-width: 24rem;
}

.l-footer_mainMenu a,
.l-footer_subMenu a {
  display: block;
  padding: 1.7rem 0 1.7rem 4rem;
}

@media (hover: hover) {

  .l-footer_mainMenu a:hover,
  .l-footer_subMenu a:hover {
    color: #FFDF0D;
  }
}

.d-ie .l-footer_mainMenu a:hover,
.d-ie .l-footer_subMenu a:hover {
  color: #FFDF0D;
}

.l-footer_subMenu {
  margin-top: 4rem;
}

.l-footer_memberMenu {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}

.bnr_box01_inner01_list01 {
  display: flex;
  margin: -0.5rem;
  line-height: 0;
  flex-wrap: wrap;
  align-items: center;
}

@media print,
screen and (min-width: 960px) {
  .bnr_box01_inner01_list01 {
    margin: -1.3rem;
  }
}

.bnr_box01_inner01_list01>li {
  margin: 0.5rem;
  width: calc(50% - 1rem - 0.1px);
}

@media print,
screen and (min-width: 960px) {
  .bnr_box01_inner01_list01>li {
    margin: 1.3rem;
    width: calc(25% - 2.7rem - 0.1px);
  }
}

.bnr_box01_inner01_list01 a {
  display: block;
  overflow: hidden;
}

@media only screen and (max-width: 959px) {
  .bnr_box01_inner01_list01 a {
    border-radius: unset;
  }
}

@media (hover: hover) {
  .bnr_box01_inner01_list01 a:hover {
    opacity: 0.7;
  }
}

.d-ie .bnr_box01_inner01_list01 a:hover {
  opacity: 0.7;
}

.l-footer_contact {
  margin-bottom: 13.5rem;
  font-style: normal;
  color: #000;
  text-align: left;
}

@media print,
screen and (min-width: 960px) {
  .l-footer_contact {
    display: block;
    margin-bottom: 10.5rem;
    justify-content: center;
  }
}

@media only screen and (max-width: 959px) {
  .l-footer_contact_inner01 {
    margin-bottom: 1.5rem;
  }
}

@media print,
screen and (min-width: 960px) {
  .l-footer_contact_inner01 {
    width: auto;
    margin-bottom: 6rem;
  }
}

.l-footer_logo {
  line-height: 0;
}

@media only screen and (max-width: 959px) {
  .l-footer_logo {
    margin: 0 auto;
  }
}

.l-footer_logo {
  display: inline-block;
  width: 19rem;
}

@media only screen and (min-width: 959px) {
  .l-footer_logo {
    width: 52rem;
  }
}

.l-footer_info {
  font-size: 1.4rem;
  line-height: 1.7;
}

.l-footer_info dd ul .l-footer_info_fax {
  display: flex;
  flex-wrap: wrap;
}

.l-footer_info dd ul .l-footer_info_fax dl:nth-child(1) {
  margin-right: 2em;
}


@media only screen and (max-width: 959px) {
  .l-footer_info {
    text-align: left;
  }
}

@media print,
screen and (min-width: 960px) {
  .l-footer_info {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.l-footer_info>dt {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: bold;
}

@media only screen and (min-width: 959px) {
  .l-footer_info>dt {
    font-size: 2.0rem;
  }
}

.l-footer_info>dd {
  display: inline-block;
  text-align: left;
  line-height: 1.5;
}

@media only screen and (min-width: 959px) {
  .l-footer_info>dd {
    font-size: 1.8rem;
  }
}

.l-footer_info dl {
  display: flex;
  align-items: center;
}

.l-footer_info dl dt::after {
  content: "：";
}

@media (hover: hover) {
  .l-footer_info a:hover {
    color: #FFDF0D;
  }
}

.d-ie .l-footer_info a:hover {
  color: #FFDF0D;
}

@media print,
screen and (min-width: 960px) {

  .l-footer_info_tel,
  .l-footer_info_fax,
  .l-footer_info_mail {
    display: inline-block;
    margin-right: 1em;
  }
}

.l-footer_extraMenu {
  display: flex;
  margin: -0.3rem -1rem 1.7rem -1rem;
  font-size: 1.4rem;
  justify-content: center;
}

@media print,
screen and (min-width: 960px) {
  .l-footer_extraMenu {
    margin: -0.3rem 0 4.2rem 0;
    padding-top: 2rem;
    border-top: 1px solid #fff;
    font-size: 1.6rem;
  }
}

@media print,
screen and (min-width: 960px) {
  .l-footer_extraMenu>li {
    position: relative;
  }

  .l-footer_extraMenu>li:not(:last-child)::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 1.5em;
    background: #fff;
    content: "";
  }
}

.l-footer_extraMenu a {
  display: block;
  padding: 0.3rem 1rem;
}

@media print,
screen and (min-width: 960px) {
  .l-footer_extraMenu a {
    padding: 0.3rem 3rem;
  }
}

@media (hover: hover) {
  .l-footer_extraMenu a:hover {
    color: #FFDF0D;
  }
}

.d-ie .l-footer_extraMenu a:hover {
  color: #FFDF0D;
}

.l-footer_copyright {
  font-size: 1.1rem;
  text-align: center;
  color: #000;
}

@media print,
screen and (min-width: 960px) {
  .l-footer_copyright {
    font-size: 1.4rem;
  }
}

.use_sec {
  margin-top: 2rem;
  padding-top: 3rem;
  padding: 2rem 0rem 3rem 0rem;
}

@media print,
screen and (min-width: 960px) {
  .use_sec {
    margin-top: 12rem;
    padding: 0 0rem 3rem 0rem;
    margin-bottom: 15rem;
  }
}

.use_ttl01 {
  width: 23rem;
  margin: 0 auto;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 959px) {
  .use_ttl01 {
    width: 42rem;
    margin: 0 auto;
    margin-bottom: 7rem;
  }
}


@media only screen and (max-width: 959px) {
  .use_list01>li:nth-child(3n) {
    margin-right: 0;
  }
}

.use_list01_txt .number {
  display: inline-block;
  background-color: #00755E;
  color: #fff;
  border-radius: 10px;
  padding: 0.9rem;
  font-weight: bold;
  position: absolute;
  top: -16px;
  left: 0rem;
  line-height: 1;
  font-size: 1.7rem;
  font-family: "Zen Antique Soft";
  font-weight: normal;
}

@media only screen and (min-width: 959px) {
  .use_list01_txt .number {
    font-size: 3.5rem;
    padding: 1rem 1.2rem 1.6rem;
    top: -5rem;
    left: -2rem;
  }
}

.use_list01_txt .title {
  display: block;
  margin-top: .9rem;
  font-size: 1.1rem;
  text-align: center;
}

@media only screen and (min-width: 959px) {
  .use_list01_txt .title {
    font-size: 1.8rem;
    margin-top: 0.5rem;
  }
}

.use_list01_txt>.number:nth-of-type(2n) {
  background-color: #888;
}

.download_section h1 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 959px) {
  .download_section h1 {
    font-size: 4rem;
    margin-bottom: 6rem;
  }
}

.download_section {
  padding: 0rem 0rem 1rem 0rem;
}

@media only screen and (min-width: 959px) {
  .download_section {
    padding: 0;
    margin-bottom: 6rem;
  }
}

.download_box01 {
  background-color: #DEE9DD;
  border-radius: 2rem;
  padding: 3rem 2rem 2rem 2rem;
}

@media only screen and (min-width: 959px) {
  .download_box01 {
    padding: 6rem 2rem;
  }
}

.btn-with-plus {
  display: inline-flex;
  align-items: center;
  background-color: #007A65;
  /* 緑背景 */
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: bold;
}

.plus-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 4rem;
  height: 4rem;
  background-color: #fff;
  color: #007A65;
  border-radius: 50%;
  font-size: 2.0rem;
  font-weight: 900;
}

@media only screen and (min-width: 959px) {
  .plus-circle {
    width: 5rem;
    height: 5rem;
    font-size: 3rem;
  }
}

.use_list01_character {
  display: block;
  margin-top: -1.5rem;
  z-index: 1;
  position: relative;
  font-size: 0.8rem;
}

.Character .m-img02 {
  overflow: unset;
}

.use_list01_Character {
  font-size: 0.8rem;
  display: block;
  margin-top: 0.5rem;
  text-align: center;
  line-height: 1;
}

@media only screen and (max-width: 959px) {
  .use_list01>li.character {
    width: 29%;
  }
}

.use_list01>li.character .title {
  font-size: .6rem;
}

@media only screen and (min-width: 959px) {
  .use_list01>li.character .title {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}

.use_list01>li.character .use_list01_txt {
  margin-top: 0;
}

.l-gnav_mainMenu a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0.4rem;
  right: 1rem;
  border-top: 2px solid #007969;
  border-right: 2px solid #007969;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: "";
}

@media only screen and (max-width: 959px) {
  .donation_btn {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 959px) {
  .donation_btn {
    margin-right: 4rem;
  }
}

@media only screen and (max-width: 959px) {
  .download-btn.Excel {
    margin-bottom: 1.5rem;
  }
}

.download-box01 {
  margin-bottom: 3rem;
}

.onestop_btn02 {
  margin-bottom: 1.4rem;
}

.onestop-box {
  margin-top: 3rem;
}

@media only screen and (min-width: 959px) {
  .about_sec .m-sec01_container {
    max-width: 165rem;
  }
}

.js-higashine-nice-slider {
  position: relative;
  overflow: visible;
}

@media only screen and (min-width: 959px) {
  .js-higashine-nice-slider .swiper-slide {
    width: 100rem;
    height: 100%;
  }
}

/* @media only screen and (min-width: 959px) {
  .js-higashine-category-slider .swiper-slide {
    width: 21%;
    height: auto;
    margin-right: 2%;
    margin-left: 2%;
  }
}

@media only screen and (min-width: 959px) {
  .js-higashine-category-slider .swiper-wrapper {
    box-sizing: border-box;
  }
} */

@media only screen and (min-width: 959px) {
  .category_sec {
    margin-bottom: 6rem;
  }
}

@media only screen and (min-width: 959px) {
  .m-sec01_container.min {
    max-width: 136rem;
    padding: 0 2rem;
  }
}

@media only screen and (min-width: 959px) {
  .donation_btn01.download-btn.Excel {
    margin-bottom: 3rem;
  }
}

.only_color {
  color: #F0EA96;
}

a.download-btn:hover .only_color {
  color: #007969;
}

.icon_download {
  width: 4.7rem;
  height: 2.7rem;
  background: url(../img/top/icon_download.svg) no-repeat bottom / contain;
  margin-left: auto;
}

@media only screen and (max-width: 959px) {
  .icon_download {
    width: 2rem;
    height: 2rem;
    background: url(../img/top/icon_download.svg) no-repeat bottom / contain;
    margin-left: auto;
  }
}

@media only screen and (min-width: 959px) {
  .onestop_content .download_modal-content {
    padding: 6rem 10rem;
    max-width: 120rem;
    height: unset;
  }
}

@media only screen and (min-width: 959px) {
  .onestop_btn01 {
    width: 75rem;
    justify-content: center;
  }
}

@media only screen and (min-width: 959px) {
  .onestop-box.onestop-box01 {
    padding-bottom: 6rem;
    border-bottom: 1px solid #333333;
    margin-bottom: 6rem;
  }
}


@media only screen and (min-width: 959px) {
  .download_modal .download-btn {
    width: 75rem;
    justify-content: center;
    padding: 2rem 3rem 2rem 3rem;
  }
}

@media only screen and (min-width: 959px) {
  .download_modal .open-download_modal {
    width: 48rem;
    justify-content: center;
  }
}

@media only screen and (min-width: 959px) {
  .download_modal-content .btn_txt {
    width: 100%;
    text-align: center;
  }
}

  .onestop-box03 {
    background-color: #fff;
    border-radius: 1rem;
    padding: 2rem;
  }

@media only screen and (min-width: 959px) {
  .onestop-box03 {
    background-color: #fff;
    border-radius: 1rem;
    width: 75rem;
    margin: 0 auto;
    padding: 0;
  }
}

.download_modal-content {
  background-color: #DEE9DD;
}

.only_color02 {
  color: #E22404;
}

.only_color03 {
  color: #007969;
}

@media only screen and (min-width: 959px) {
  .onestop-box.onestop-box02 {
    margin-bottom: 6rem;
  }
}

.address_wrap {
  display: flex;
  padding: 3rem 7rem;
  font-size: 1.8rem;
}

@media only screen and (max-width: 959px) {
  .address_wrap {
    padding: 0;
    margin-top: 0;
    display: block;
    font-size: 1.4rem;
  }
}

.address_wrap .send {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  margin-right: 3rem;
}

.nice_sec .swiper-container_wrap {
  position: relative;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.nice_sec .js-higashine-nice-slider {
  width: 100%;
}

.nice_sec .swiper-button-prev {
  left: 7rem;
  right: -6rem;
  right: auto;
  width: 5rem;
  height: 5rem;
  top: 55%;
  bottom: auto;
  transform: translateY(-55%);
  z-index: 20;
  position: absolute;
}

.nice_sec .swiper-button-next {
  right: 7rem;
  left: auto;
  width: 5rem;
  height: 5rem;
  top: 55%;
  bottom: auto;
  transform: translateY(-55%);
  z-index: 20;
  position: absolute;
}

.category_sec .swiper-button-prev {
  width: 5rem;
  height: 5rem;
}

.category_sec .swiper-button-next {
  top: calc(50% + 5.5em);
  transform: translateY(-50%);
  right: 8.3%;
}

.category_sec .swiper-button-prev {
  top: calc(50% + 5.5em);
  transform: translateY(-50%);
  left: 8.3%;
}

.category_sec .swiper-wrapper {
  padding-left: 20.8%;
}
@media only screen and (min-width: 959px) {
  .category_sec .swiper-wrapper {
    padding-left: 9.8%;
  }
}

.use_list01 li:nth-child(2n) .use_list01_txt .number {
  background-color: #B2824F;
}

.slide01 .card_number {
  background: url(../img/top/icon_decottl_01.svg) no-repeat bottom / contain;
}

@media only screen and (max-width: 959px) {
  .card_number {
    width: 6.5rem;
    height: 6.5rem;
    top: -14px;
    font-size: 3rem;
  }
}

.slide02 .card_number {
  background: url(../img/top/icon_decottl_02.svg) no-repeat bottom / contain;
}

.slide03 .card_number {
  background: url(../img/top/icon_decottl_03.svg) no-repeat bottom / contain;
}

.slide04 .card_number {
  background: url(../img/top/icon_decottl_04.svg) no-repeat bottom / contain;
}

.slide05 .card_number {
  background: url(../img/top/icon_decottl_05.svg) no-repeat bottom / contain;
}

.slide01 .fruit-card {
  background-color: #fdeeee;
}

.slide02 .fruit-card {
  background-color: #ECF0E0;
}

.slide03 .fruit-card {
  background-color: #F4EEDF;
}

.slide04 .fruit-card {
  background-color: #E0E8D8;
}

.slide05 .fruit-card {
  background-color: #D9E9F5;
}

.slide01 .card-header::before {
  background: url(../img/top/icon_dot01.svg) no-repeat bottom / contain;
}

.slide02 .card-header::before {
  background: url(../img/top/icon_dot02.svg) no-repeat bottom / contain;
}

.slide03 .card-header::before {
  background: url(../img/top/icon_dot03.svg) no-repeat bottom / contain;
}

.slide04 .card-header::before {
  background: url(../img/top/icon_dot04.svg) no-repeat bottom / contain;
}

.slide05 .card-header::before {
  background: url(../img/top/icon_dot05.svg) no-repeat bottom / contain;
}

.slide01 .fruit-card::after {
  content: "";
  position: absolute;
  bottom: .5rem;
  background: url(../img/top/icon_fruit.png) no-repeat bottom / contain;
  width: 100%;
  height: 100%;
  left: 0;
}

@media only screen and (min-width: 959px) {
  .slide01 .fruit-card::after {
    width: 47%;
    left: 50rem;
  }
}

.slide02 .card-header::after {
  content: "";
  position: absolute;
  background: url(../img/top/icon_heat.png) no-repeat bottom / contain;
  width: 29rem;
  height: 100%;
  left: auto;
  right: -4rem;
}

@media only screen and (max-width: 959px) {
  .slide02 .card-header::after {
    width: 16rem;
  }
}

.slide05 .card-header::after {
  content: "";
  position: absolute;
  background: url(../img/top/icon_jet.png) no-repeat bottom / contain;
  width: 84rem;
  height: 7rem;
  left: -4rem;
  right: auto;
}

@media only screen and (max-width: 959px) {
  .slide05 .card-header::after {
    width: 65rem;
    height: 7rem;
    left: -4rem;
    right: auto;
    top: -2rem;
  }
}

@media only screen and (min-width: 959px) {
  .mv_list01_wrap.swiper-container {
    position: relative;
    z-index: 1;
  }

  .mv_bg01 {
    position: absolute;
    top: 29rem;
    right: 0.5rem;
    pointer-events: none;
    transform: translateX(-50%);
  }

  .mv_bg02 {
    position: absolute;
    top: 8rem;
    left: 2rem;
    pointer-events: none;
  }

  .mv_bg01 {
    z-index: 2;
  }

  .mv_bg02 {
    z-index: 3;
  }

  .mv_bg01 picture,
  .mv_bg02 picture,
  .mv_bg01 img,
  .mv_bg02 img {
    width: 100%;
    height: 100%;
  }

  .mv_bg01 img,
  .mv_bg02 img {
    object-fit: cover;
    object-position: center;
  }
}

@media only screen and (min-width: 959px) {
  .about_box01_inner02_wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 11rem;
  }
}

/* タブレット */

@media (min-width: 960px) and (max-width: 1600px) {

  .about_box01_inner02 {
    width: 73rem;
  }

  .about_sec {
    margin: 0 4rem 12rem 13rem;
  }

  .about_box01_desc {
    margin-left: 3.5rem;
  }

  .about_img01 {
    width: 52rem;
  }

  .m-sec01_container.min {
    margin: 0 4rem 0 13rem;
  }

  .l-footer_container {
    margin: 0 4rem 0 13rem;
  }

  .l-footer::after {
    max-width: 80rem;
  }

  .l-footer::after {
    width: 87rem;
  }
}

@media only screen and (min-width: 959px) {
  .dm-open03 {
    display: none;
  }

  .dm-open04 {
    display: none;
  }
}

.menu-label {
  display: none;
}
@media only screen and (min-width: 960px) {
  .menu-label {
    position: absolute;
    top: 48rem;
    right: 50%;
    transform: translateY(-50%);
    display: inline-block;
    font-size: 1.2rem;
    height: auto;
    width: 5.4rem;
    right: auto;
    left: auto;
    transform: translateX(-50%);
    left: 50%;
    display: inline-block;
    text-align: center;
  }

  .menu-label span {
    text-align: center;
    display: block;
  }
}

@media only screen and (min-width: 960px) {

  .mv_sns01,
  .mv_sns02 {
    display: block;
    position: absolute;
    right: 50%;
    transform: translateY(-50%);
    display: inline-block;
    font-size: 1.2rem;
    height: auto;
    width: 4rem;
    right: auto;
    left: auto;
    transform: translateX(-50%);
    left: 50%;
    display: inline-block;
  }

  .mv_sns01 {
    bottom: 9rem;
  }

  .mv_sns02 {
    bottom: 3rem;
  }
}

@media only screen and (max-width: 959px) {
  .onestop-box.onestop-box02 {
    margin-top: 5rem;
  }
}

.l-gnav_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #707070;
  padding: 0 1rem 1rem;
  color: #333333;
  width: 100%;
  text-align: left;
}

@media only screen and (max-width: 959px) {
  .l-gnav_ttl {
    font-size: 2.0rem;
    padding-left: 1.5rem;
  }
}

.l-gnav_mainMenu a {
  font-size: 1.6rem;
  padding: 2rem 3rem 1.5rem 1.5rem;
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  letter-spacing: 0;
}

@media only screen and (max-width: 959px) {
  .l-gnav_mainMenu a {
    padding: 2rem 3rem 1.5rem 1.5rem;
  }
}

.l-gnav_sns {
  display: none;
}
@media only screen and (max-width: 960px) {
  .l-gnav_sns {
    display: flex;
    margin-top: 1rem;
    padding: 0rem 1rem;
  }

  .l-gnav_sns li {
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
  }
}

@media only screen and (min-width: 959px) {

  .l-gnav_mainMenu a {
    cursor: pointer;
  }

  .l-gnav_mainMenu a:hover {
    color: #007969;
    border-bottom: 1px solid #007969;
  }
}

.higashine-link {
  text-decoration: none;
  border-bottom: 1px solid black;
  transition: border-bottom-color 0.3s ease;
}

@media only screen and (min-width: 959px) {
  .higashine-link:hover {
    border-bottom-color: #007969;
  }
}

@media (min-width: 960px) {
  .category_sec {
    position: relative;
    margin-left: 9rem;
  }
}

.nice_sec .nice-slider-pagination .swiper-pagination-bullet-active[data-slide="2"] {
  background-color: red !important;
}

a.category_link :hover {
  transition: opacity 0.3s ease;
}

a.category_link:hover {
  opacity: 0.7;
}

.banner_list01 li a:hover {
  transition: opacity 0.3s ease;
  opacity: 0.5;
}

.about_btn01 {
  position: relative;
}

.about_btn01::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 34rem;
  width: 11.5rem;
  height: 100%;
  background: url(../img/top/icon_green.png) no-repeat left / contain;
  pointer-events: none;
  transform: translateY(-50%);
}

@media only screen and (max-width: 959px) {
  .about_btn01::before {
    display: none;
  }
}

.download-btn:hover {
  background-color: #fff;
  color: #007969;
}

.download-btn:hover .plus-circle {
  background-color: #007969;
  color: #fff;
}

.fruit-card .caption {
  padding-top: 1rem;
  font-size: 1.8rem;
  text-align: right;
  display: block;
  height: 3rem;
}

@media only screen and (max-width: 959px) {
  .fruit-card .caption {
    font-size: 1.4rem;
    height: 2rem;
  }
}

.modalinBtn:hover .icon_download {
  background: url(../img/top/icon_download_green.svg) no-repeat bottom / contain;
}

.download-btn:hover .icon_download {
  background: url(../img/top/icon_download_green.svg) no-repeat bottom / contain;
}

.about_btn01 .m-btn02:hover .m-iconMap::before {
  background: url(../img/top/icon_map_green.svg) no-repeat bottom / contain;
}