@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
}

.l-inner {
  max-width: 1350px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 380px;
    padding: 0 15px;
    padding: 0 0.9375rem;
  }
  
}

.m-inner {
  max-width: 845px;
  max-width: 52.8125rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .m-inner {
    max-width: 345px;
    width: 100%;
    padding: 0 25px;
    padding: 0 1.5625rem;
  }
}

.s-inner {
  max-width: 800px;
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .s-inner {
    max-width: 345px;
    width: 100%;
    padding: 0 25px;
    padding: 0 1.5625rem;
  }
}

.p-subpage-top.p-subpage-top--picnic .p-subpage-top__heading {
  margin-top: 3.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-subpage-top.p-subpage-top--picnic .p-subpage-top__heading {
    margin-top: 35px;
    margin-top: 2.1875rem;
  }
}

.p-subpage-top.p-subpage-top--picnic .p-subpage-top__heading::before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.5625rem;
  margin-top: 0.3125rem;
  margin-bottom: 0;
  margin-left: 0;
  content: "";
  background-image: url(../images/picnic/picnic-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 6.9375rem;
  height: 5.84375rem;
}
@media screen and (max-width: 767px) {
  .p-subpage-top.p-subpage-top--picnic .p-subpage-top__heading::before {
    width: 55.5px;
    width: 3.46875rem;
    height: 46.5px;
    height: 2.90625rem;
    margin-right: 10px;
    margin-right: 0.625rem;
    margin-top: 0;
  }
}

.p-subpage-top.p-subpage-top--picnic .p-subpage-top__heading img {
  width: 100%;
  max-width: 252px;
  max-width: 24.75rem;
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-subpage-top.p-subpage-top--picnic .p-subpage-top__heading img {
    max-width: 12.375rem;
    margin-top: 11px;
    margin-top: 0.6875rem;
  }
}

.p-subpage-top.p-subpage-top--picnic .p-subpage-top__inner::before {
  display: none;
}

.marker-blue {
  background-color: #59ccb1;
  width: 100%;
  height: 100%;
}

.marker-orange {
  background-color: #f3a459;
  width: 100%;
  height: 100%;
}


/******************************************************
* main visual
******************************************************/
main {
  background-image: url('../images/picnic/bg-main.jpg');
}

.p-picnic-mv {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-picnic-mv__wrapper {
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}

.p-picnic-mv__main {
  width: 100%;
  width: 69.5625rem;
  max-width: 1114px;
  margin: 0 auto;
  padding-top: 648px;
  padding-top: 40.5rem;
}

.p-picnic-mv__main .p-picnic-mv__wrapper {
  position: absolute;
  top: 90px;
  top: 5.625rem;
  left: 92px;
  left: 5.75rem;
  width: 909px;
  width: 56.8125rem;
  height: 520px;
  height: 32.5rem;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.p-picnic-mv__main .p-picnic-mv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.p-picnic-mv__main .p-picnic-mv__frame {
  position: absolute;
  top: 0;
  left: -34px;
  left: -2.125rem;
  width: 1113px;
  width: 69.5625rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-picnic-mv {
    margin-top: 14px;
    margin-top: 1.142857rem;
  }
  
  .p-picnic-mv__wrapper {
    padding: 0 15px;
    padding: 0 0.9375rem;
  }

  .p-picnic-mv__main {
    position: relative;
    padding-top: 320px;
    padding-top: 20rem;
    width: 20.8125rem;
    width: 100%;
    margin: 0 auto;
  }

  .p-picnic-mv__main .p-picnic-mv__wrapper {
    top: 22px;
    top: 1.375rem;
    left: 55px;
    left: 3.4375rem;
    width: 240px;
    width: 15rem;
    width: 68%;
    height: 285px;
    height: 17.8125rem;
  }
  
  .p-picnic-mv__main .p-picnic-mv__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  
  .p-picnic-mv__main .p-picnic-mv__frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 333px;
    width: 20.8125rem;
  }
}


.p-picnic-about {
  margin-top: 98px;
  margin-top: 6.125rem;
}
@media screen and (max-width: 767px) {
  .p-picnic-about {
    margin-top: 31px;
    margin-top: 1.9375rem;
  }
}

.p-picnic-about .p-picnic-about__text {
  color: #805018;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.13em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-picnic-about .p-picnic-about__text {
    padding: 0 25px;
    padding: 0 1.5625rem;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.03em;
    text-align: justify;
  }

  .p-picnic-about .p-picnic-about__text br {
    display: none;
  }
}

.p-picnic-about .p-picnic-about__nav {
  margin-top: 110px;
  margin-top: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-picnic-about .p-picnic-about__nav {
    margin-top: 36px;
    margin-top: 2.25rem;
  }
}

.p-picnic-about .p-picnic-about__items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-picnic-about .p-picnic-about__items {
    margin: 0 auto;
    padding: 0;
    max-width: 345px;
    gap: 0 0.625rem;
  }
}

.p-picnic-about .p-picnic-about__item {
  text-align: center;
}

.p-picnic-about .p-picnic-about__item .p-picnic-link_photo {
  margin: 0 auto;
  width: 210px;
  width: 13.125rem;
}
@media screen and (max-width: 767px) {
  .p-picnic-about .p-picnic-about__item .p-picnic-link_photo {
    width: 104px;
    width: 6.5rem;
  }
}

.p-picnic-about .p-picnic-about__item .p-picnic-link_text {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-picnic-about .p-picnic-about__item .p-picnic-link_text {
    margin: 11px auto 0;
    margin: 0.6875rem auto 0;
  }
}

.p-picnic-about .p-picnic-about__item:first-child .p-picnic-link_text {
  width: 224px;
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .p-picnic-about .p-picnic-about__item:first-child .p-picnic-link_text {
    width: 68px;
    width: 4.25rem;
  }
}

.p-picnic-about .p-picnic-about__item:nth-child(2) .p-picnic-link_text {
  width: 220px;
  width: 13.75rem;
}
@media screen and (max-width: 767px) {
  .p-picnic-about .p-picnic-about__item:nth-child(2) .p-picnic-link_text {
    width: 69px;
    width: 4.3125rem;
  }
}

.p-picnic-about .p-picnic-about__item:nth-child(3) .p-picnic-link_text {
  width: 234px;
  width: 14.625rem;
}
@media screen and (max-width: 767px) {
  .p-picnic-about .p-picnic-about__item:nth-child(3) .p-picnic-link_text {
    width: 62.5px;
    width: 3.90625rem;
  }
}





/******************************************************
* gallery section css
******************************************************/
.p-picnic-gallery {
  position: relative;
  margin-top: 136px;
  margin-top: 8.5rem;
}
@media screen and (max-width: 767px) {
  .p-picnic-gallery {
    margin-top: 41px;
    margin-top: 2.5625rem;
  }
}

.p-picnic-gallery__inner {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-picnic-gallery__inner {
    padding: 0 15px;
  }
}

.p-picnic-gallery__title {
  position: relative;
  padding-top: 260px;
  padding-top: 16.25rem;
  margin: 0 auto;
  width: 82.8125rem;
}
@media screen and (max-width: 767px) {
  .p-picnic-gallery__title {
    padding-top: 200px;
    padding-top: 12.5rem;
    width: 100%;
    
  }
}

.gallery__title-fruits {
  position: absolute;
  top: 0;
  left: 100px;
  left: 6.25rem;
  width: 610px;
  width: 38.125rem;
}
@media screen and (max-width: 767px) {
  .gallery__title-fruits {
    left: 13px;
    left: 0.8125rem;
    width: 95%;
  }
}

.gallery__title-frame {
  position: absolute;
  top: 60px;
  top: 3.75rem;
  left: 2.5px;
  left: 0.15625rem;
  width: 1325px;
  width: 82.8125rem;
}
@media screen and (max-width: 767px) {
  .gallery__title-frame {
    top: 67px;
    top: 4.1875rem;
    left: 21px;
    left: 1.3125rem;
    width: 90%;
  }
}

.p-picnic-gallery__wrapper {
  position: relative;
  padding-top: 1445px;
  padding-top: 90.3125rem;
  width: 1070px;
  width: 66.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-picnic-gallery__wrapper {
    padding-top: 477px;
    padding-top: 29.8125rem;
    width: 100%;
    max-width: 345px;
  }
}

.p-picnic-gallery__slider {
  position: absolute;
}

.p-picnic-gallery__slider:nth-child(1) {
  top: 200px;
  top: 12.5rem;
  left: 135px;
  left: 0;
  width: 532px;
  width: 33.25rem;
}
.p-picnic-gallery__slider:nth-child(2) {
  top: 0;
  right: 0;
  width: 436px;
  width: 27.25rem;
}
.p-picnic-gallery__slider:nth-child(3) {
  top: 700px;
  top: 43.75rem;
  left: 44px;
  left: 2.75rem;
  width: 242px;
  width: 15.125rem;
}
.p-picnic-gallery__slider:nth-child(4) {
  top: 800px;
  top: 50rem;
  right: 16px;
  right: 1rem;
  width: 647.5px;
  width: 40.46875rem;
}
@media screen and (max-width: 767px) {
  .p-picnic-gallery__slider:nth-child(1) {
    top: 70px;
    top: 4.375rem;
    left: 0;
    width: 175px;
    width: 11.125rem;
  }
  .p-picnic-gallery__slider:nth-child(2) {
    top: 0;
    right: 0;
    width: 148px;
    width: 9.25rem;
  }
  .p-picnic-gallery__slider:nth-child(3) {
    top: 230px;
    top: 14.375rem;
    left: 24px;
    left: 1.5rem;
    width: 82px;
    width: 5.125rem;
  }
  .p-picnic-gallery__slider:nth-child(4) {
    top: 265px;
    top: 16.5625rem;
    right: 6px;
    right: 0.375rem;
    width: 216px;
    width: 13.5rem;
  }
}

.p-picnic-gallery__illust img {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-picnic-gallery__illust img {
    display: none;
  }
}

.p-picnic-gallery__illust img:nth-child(1) {
  top: 280px;
  top: 17.5rem;
  right: 148px;
  right: 9.25rem;
  width: 236px;
  width: 14.75rem;
}

.p-picnic-gallery__illust img:nth-child(2) {
  top: 910px;
  top: 56.875rem;
  left: 168px;
  left: 10.5rem;
  width: 204px;
  width: 12.75rem;
}

.p-picnic-gallery__illust img:nth-child(3) {
  top: 1440px;
  top: 90rem;
  right: 190px;
  right: 11.875rem;
  width: 212px;
  width: 13.25rem;
}

.p-picnic-profile {
  position: relative;
  margin-top: 185px;
  margin-top: 11.5625rem;
}
@media screen and (max-width: 767px) {
  .p-picnic-profile {
    margin-top: 66px;
    margin-top: 4.125rem;
  }
}

.p-picnic-profile__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 72px 0;
  padding: 4.5rem 0;
}
.p-picnic-profile__wrapper::before {
  position: absolute;
  top: -25px;
  top: -1.5625rem;
  left: 0;
  content: "";
  background-image: url('../images/picnic/profile_frame.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 989px;
  width: 61.8125rem;
  height: 56px;
  height: 3.5rem;
}
.p-picnic-profile__wrapper::after {
  position: absolute;
  bottom: -25px;
  bottom: -1.5625rem;
  right: 0;
  content: "";
  background-image: url('../images/picnic/profile_frame.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 989px;
  width: 61.8125rem;
  height: 56px;
  height: 3.5rem;
  transform: scale(-1, 1);
}
.b-profile-left {
  width: 500px;
  width: 31.25rem;
}
.e-profile__title {
  margin-left: 40px;
  margin-left: 2.5rem;
  width: 418px;
  width: 26.125rem;
}
.e-profile__text {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #805018;
}
.e-profile__photo {
  width: 275px;
  width: 17.1875rem;
}
.b-profile-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-picnic-profile__wrapper {
    padding: 35px 0;
    padding: 2.1875rem 0;
    display: block;
  }
  .b-profile-sp {
    display: block;
  }
  .b-profile-sp__wrapper {
    display: flex;
    justify-content: space-between;
  }
  .p-picnic-profile__wrapper::before {
    top: 0;
    left: 25px;
    left: 1.5625rem;
    width: 316px;
    width: 19.75rem;
    height: 21px;
    height: 1.3125rem;
  }
  .p-picnic-profile__wrapper::after {
    bottom: 0;
    left: 0;
    width: 316px;
    width: 19.75rem;
    height: 21px;
    height: 1.3125rem;
  }
  .b-profile-left {
    display: none;
  }
  .e-profile__title {
    margin-left: 0;
    margin-top: 24px;
    margin-top: 1.5rem;
    width: 146px;
    width: 9.125rem;
    height: 112px;
    height: 7rem;
  }
  .e-profile__text {
    margin-top: 23px;
    margin-top: 1.4375rem;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    color: #805018;
  }
  .b-profile-right {
    display: none;
  }
  .e-profile__photo {
    width: 119px;
    width: 7.4375rem;
    height: 162px;
    height: 10.125rem;
  }
}

@media screen and (max-width: 1023px) {
  .p-btn__item.p-btn__item--shokuiku a {
    padding-left: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-btn__item.p-btn__item--shokuiku a {
    padding-left: 2vw;
  }
}




/******************************************************
* common contents css
******************************************************/
.p-picnic-contents__inner {
  margin: 0 auto;
}

.p-picnic-contents__title {
  position: relative;
  padding-top: 430px;
  padding-top: 26.875rem;
  margin: 0 auto;
  width: 82.8125rem;
}

.contents__title-fruits {
  position: absolute;
  top: 0;
  left: 260px;
  left: 16.25rem;
  width: 591px;
  width: 36.9375rem;
}

.contents__title-frame {
  position: absolute;
  top: 130px;
  top: 8.125rem;
  left: 2.5px;
  left: 0.15625rem;
  width: 1325px;
  width: 82.8125rem;
}

.p-picnic-contents__text {
  margin-top: 45px;
  margin-top: 2.8125rem;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 2;
  color: #805018;
}

.b-contents__photo__wrapper {
  position: relative;
  margin: 0 auto;
  margin-top: 75px;
  margin-top: 4.6875rem;
  padding-top: 1000px;
  padding-top: 62.5rem;
  width: 1010px;
  width: 63.125rem;

}

.e-contents__photo {
  position: absolute;
}

.e-contents__photo:nth-child(1) {
  top: 0;
  left: 68px;
  left: 4.25rem;
  width: 908px;
  width: 56.75rem;
}

.e-contents__photo:nth-child(2) {
  top: 505px;
  top: 31.5625rem;
  left: 0;
  width: 406px;
  width: 25.375rem;
}

.e-contents__photo:nth-child(3) {
  top: 620px;
  top: 38.75rem;
  right: 0;
  width: 681px;
  width: 42.5625rem;
}

.b-contents__recipe__wrapper {
  position: relative;
  margin-top: 115px;
  margin-top: 7.1875rem;
}

.e-contents__recipe__title {
  margin: 0 auto;
  width: 598px;
  width: 37.375rem;
}

.e-contents__recipe__box {
  display: none;
  margin-top: 25px;
  margin-top: 1.5625rem;
  background-color: #efe3ca;
  border-radius: 20px;
  border-radius: 1.25rem;
  padding: 45px 75px;
  padding: 2.8125rem 4.6875rem;
}

.e-contents__recipe__box .recipe__text-bold {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.15em;
  line-height: 2;
  color: #7d5600;
  font-weight: bold;
}

.e-contents__recipe__box .recipe__text {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.15em;
  line-height: 2;
  color: #7d5600;
  text-align: justify;
}

.e-contents__recipe__btn {
  margin: 38px auto 10px;
  margin: 2.375rem auto 0.625rem;
  width: 240px;
  width: 15rem;
}

.e-contents__recipe__btn .c-toggle {
  background-color: #7c5600;
  color: #fff;
}

.e-contents__recipe__btn .c-toggle::before {
  background-color: #fff;
}

.e-contents__recipe__btn .c-toggle::after {
  background-color: #fff;
}

.e-contents__recipe__step {
  position: relative;
  margin-top: 76px;
  margin-top: 4.75rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 0 82px;
  gap: 0 5.1.25rem;
}

.e-contents__recipe__step:nth-child(even) {
  flex-direction: row;
}

.e-contents__recipe__step-title {
  width: 489px;
  width: 30.5625rem;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.e-contents__recipe__step-text {
  margin: 38px auto 0;
  margin: 2.375rem auto 0;
  padding: 0 40px;
  padding: 0 2.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 2;
  color: #805018;
}

.e-contents__recipe__step-photo {
  width: 281.5px;
  width: 17.59375rem;
}

.e-contents__recipe__complete {
  position: relative;
  margin-top: 76px;
  margin-top: 4.75rem;
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  gap: 0 1.25rem;
}

.e-contents__recipe__complete-title {
  width: 391px;
  width: 24.4375rem;
  margin-top: 65px;
  margin-top: 4.0625rem;
}

.e-contents__recipe__complete-text {
  margin: 38px auto 0;
  margin: 2.375rem auto 0;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  line-height: 2;
  color: #805018;
}

.e-contents__recipe__complete-photo {
  width: 375px;
  width: 23.4375rem;
}

.b-contents__point__wrapper {
  margin-top: 86px;
  margin-top: 5.375rem;
}

.e-contents__point__title {
  margin: 0 auto;
  width: 1152px;
  width: 72rem;
}

.e-contents__point__text {
  margin: 84px auto 0;
  margin: 5.25rem auto 0;
  width: 428.5px;
  width: 26.78125rem;
}

.p-contents__point__btn {
  margin: 32px auto 0;
  margin: 2rem auto 0;
}

.p-contents__point__btn a {
  background-color: #805018;
  color: #FFF;
  border: none;
}

.p-contents__point__btn a::before, .p-contents__point__btn a::after {
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  .p-picnic-contents__title {
    padding-top: 196px;
    padding-top: 12.25rem;
  }
  
  .contents__title-fruits {
    top: 0;
    left: 50px;
    left: 3.125rem;
    width: 295px;
    width: 18.4375rem;
  }
  
  .contents__title-frame {
    top: 60px;
    top: 3.75rem;
    left: 25px;
    left: 1.5625rem;
    width: 297.5px;
    width: 18.59375rem;
  }
  
  .p-picnic-contents__text {
    margin-top: 27px;
    margin-top: 1.6875rem;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    line-height: 2;
    text-align: justify;
  }
  
  .b-contents__photo__wrapper {
    margin-top: 22px;
    margin-top: 1.375rem;
    padding-top: 358px;
    padding-top: 22.375rem;
    width: 100%;
  }
  
  .e-contents__photo {
    position: absolute;
  }
  
  .e-contents__photo:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
  }
  
  .e-contents__photo:nth-child(2) {
    top: 185px;
    top: 11.5625rem;
    left: 0;
    width: 141px;
    width: 8.8125rem;
  }
  
  .e-contents__photo:nth-child(3) {
    top: 220px;
    top: 13.75rem;
    right: 0;
    width: 232;
    width: 14.5rem;
  }
  
  .b-contents__recipe__wrapper {
    position: relative;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  
  .e-contents__recipe__title {
    margin: 0 auto;
    width: 162px;
    width: 10.125rem;
  }
  
  .e-contents__recipe__box {
    border-radius: 10px;
    border-radius: 0.625rem;
    padding: 30px 30px;
    padding: 1.875rem 1.875rem;
  }
  
  .e-contents__recipe__box .recipe__text-bold {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.08em;
  }
  
  .e-contents__recipe__box .recipe__text {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.03em;
  }
  
  .e-contents__recipe__btn {
    margin: 32px auto 10px;
    margin: 2rem auto 0.625rem;
    width: 260px;
    width: 16.25rem;
  }
  
  .e-contents__recipe__step {
    position: relative;
    margin-top: 34px;
    margin-top: 2.125rem;
    display: block;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 0 20px;
    gap: 0 1.25rem;
  }
  
  .e-contents__recipe__step:nth-child(even) {
    flex-direction: row;
  }
  
  .e-contents__recipe__step-title {
    width: 90%;
    margin: 14px auto 0;
    margin: 0.875rem auto 0;
  }
  
  .e-contents__recipe__step-text {
    margin: 0;
    margin-top: 45px;
    margin-top: 2.8125rem;
    margin-right: 16px;
    margin-right: 1rem;
    padding: 0;
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
    width: 143px;
    width: 8.9375rem;
    float: left;
  }

  .e-contents__recipe__step:nth-child(odd) .e-contents__recipe__step-text {
    margin-left: 16px;
    margin-left: 1rem;
    margin-right: 0;
    float: right;
  }
  
  .e-contents__recipe__step-photo {
    margin-top: 15px;
    margin-top: 0.9375rem;
    width: 125px;
    width: 7.8125rem;
  }
  
  .e-contents__recipe__complete {
    position: relative;
    margin-top: 35px;
    margin-top: 2.1875rem;
    display: block;
    justify-content: space-between;
    gap: 0 20px;
    gap: 0 1.25rem;
  }
  
  .e-contents__recipe__complete-title {
    width: 75%;
    margin: 0 auto;
  }
  
  .e-contents__recipe__complete-text {
    margin: 35px auto 0;
    margin: 2.1875rem auto 0;
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.08em;
    line-height: 1.8;
    position: absolute;
    top: 305px;
    top: 19.0625rem;
  }
  
  .e-contents__recipe__complete-photo {
    width: 75%;
    margin: 21px auto;
    margin: 1.3125rem auto;
  }
  
  .b-contents__point__wrapper {
    margin-top: 109px;
    margin-top: 6.8125rem;
  }
  
  .e-contents__point__title {
    margin: 0 auto;
    width: 80%;
  }
  
  .e-contents__point__text {
    margin: 50px auto 0;
    margin: 3.125rem auto 0;
    width: 75%;
  }
  
  .p-contents__point__btn {
    margin: 22px auto 0;
    margin: 1.375rem auto 0;
  }
  
}







/******************************************************
* family section css
******************************************************/
.p-picnic-family {
  margin-top: 160px;
  margin-top: 10rem;
}

.p-picnic-family__recipe-decoration img {
  position: absolute;
}

.p-picnic-family__recipe-decoration-sp img {
  display: none;
}

.e-family__recipe-decoration1 {
  top: -94px;
  top: -5.875rem;
  left: -335px;
  left: -20.9375rem;
  width: 289px;
  width: 18.0625rem;
}

.e-family__recipe-decoration2 {
  top: -94px;
  top: -5.875rem;
  right: -315px;
  right: -19.6875rem;
  width: 220px;
  width: 13.75rem;
}

.e-family__recipe-decoration3 {
  top: 450px;
  top: 28.125rem;
  left: -285px;
  left: -17.8125rem;
  width: 160px;
  width: 10rem;
}

.e-family__recipe-decoration4 {
  top: 720px;
  top: 45rem;
  right: -385px;
  right: -24.0625rem;
  width: 289px;
  width: 18.0625rem;
}

.e-family__recipe-decoration5 {
  top: 1200px;
  top: 75rem;
  left: -365px;
  left: -22.8125rem;
  width: 323px;
  width: 20.1875rem;
}

@media screen and (max-width: 767px) {
  .p-picnic-family {
    margin-top: 42px;
    margin-top: 2.625rem;
  }

  .p-picnic-family__recipe-decoration img {
    display: none;
  }

  .p-picnic-family__recipe-decoration-sp img {
    display: block;
    position: absolute;
  }

  .e-family__recipe-decoration1 {
    top: -16px;
    top: -1rem;
    left: 18px;
    left: 1.125rem;
    width: 63px;
    width: 3.9375rem;
  }
  
  .e-family__recipe-decoration2 {
    top: -14px;
    top: -0.875rem;
    right: 0;
    width: 79px;
    width: 4.9375rem;
  }
  
  .e-family__recipe-decoration3 {
    top: 658px;
    top: 41.125rem;
    left: 0;
    width: 71.5px;
    width: 4.46875rem;
  }
  .e-family__recipe-decoration3.is-open {
    top: 983px;
    top: 61.4375rem;
  }
  
  .e-family__recipe-decoration4 {
    top: 648px;
    top: 40.5rem;
    right: 10px;
    right: 0.625rem;
    width: 50px;
    width: 3.125rem;
  }
  .e-family__recipe-decoration4.is-open {
    top: 973px;
    top: 60.8125rem;
  }

  .p-picnic-family .e-contents__recipe__box .recipe__text {
    letter-spacing: 0.08em;
  }
}







/******************************************************
* partner section css
******************************************************/
.p-picnic-partner {
  margin-top: 120px;
  margin-top: 7.5rem;
}

.p-picnic-partner .contents__title-fruits {
  top: 30px;
  top: 1.875rem;
  left: 482px;
  left: 30.125rem;
  width: 621px;
  width: 38.8125rem;
}

.p-picnic-partner .b-contents__photo__wrapper {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-picnic-partner .e-contents__photo:nth-child(1) {
  left: 40px;
  left: 2.5rem;
}

.p-picnic-partner .e-contents__photo:nth-child(2) {
  top: 600px;
  top: 37.5rem;
  left: 0;
  width: 684.5px;
  width: 42.78125rem;
}

.p-picnic-partner .e-contents__photo:nth-child(3) {
  top: 480px;
  top: 30rem;
  right: 0;
  width: 25.84375rem;
}

.p-picnic-partner .e-contents__recipe__complete-title {
  width: 342.5px;
  width: 21.40625rem;
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
}

.p-picnic-partner__recipe-decoration img {
  position: absolute;
}

.p-picnic-partner__recipe-decoration-sp img {
  display: none;
}

.e-partner__recipe-decoration1 {
  top: -115px;
  top: -7.1875rem;
  left: -335px;
  left: -20.9375rem;
  width: 325px;
  width: 20.3125rem;
}

.e-partner__recipe-decoration2 {
  top: -80px;
  top: -5rem;
  right: -315px;
  right: -19.6875rem;
  width: 270px;
  width: 16.875rem;
}

.e-partner__recipe-decoration3 {
  top: 450px;
  top: 28.125rem;
  left: -250px;
  left: -15.625rem;
  width: 185px;
  width: 11.5625rem;
}

.e-partner__recipe-decoration4 {
  top: 720px;
  top: 45rem;
  right: -335px;
  right: -20.9375rem;
  width: 265px;
  width: 16.5625rem;
}

.e-partner__recipe-decoration5 {
  top: 1300px;
  top: 81.25rem;
  left: -335px;
  left: -20.9375rem;
  width: 289px;
  width: 18.0625rem;
}

@media screen and (max-width: 767px) {
  .p-picnic-partner {
    margin-top: 42px;
    margin-top: 2.625rem;
  }

  .p-picnic-partner .contents__title-fruits {
    top: 0;
    left: 0;
    width: 310px;
    width: 19.375rem;
  }

  .p-picnic-partner .e-contents__photo:nth-child(1) {
    left: 0;
  }
  
  .p-picnic-partner .e-contents__photo:nth-child(2) {
    top: 220px;
    top: 13.75rem;
    left: 0;
    width: 232;
    width: 14.5rem;
  }
  
  .p-picnic-partner .e-contents__photo:nth-child(3) {
    top: 185px;
    top: 11.5625rem;
    right: 0;
    width: 141px;
    width: 8.8125rem;
  }

  .p-picnic-partner .b-contents__recipe__wrapper {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-picnic-partner .e-contents__recipe__title {
    width: 200px;
    width: 12.5rem;
  }

  .p-picnic-partner .e-contents__recipe__complete-title {
    width: 65%;
    margin: 20px auto 0;
    margin: 1.25rem auto 0;
  }

  .p-picnic-partner .e-contents__recipe__complete-text {
    top: 330px;
    top: 20.625rem;
  }
  
  .p-picnic-partner__recipe-decoration img {
    display: none;
  }
  
  .p-picnic-partner__recipe-decoration-sp img {
    display: block;
    position: absolute;
  }

  .e-partner__recipe-decoration1 {
    top: -5px;
    top: -0.3125rem;
    left: 3px;
    left: 0.1875rem;
    width: 58px;
    width: 3.625rem;
  }
  
  .e-partner__recipe-decoration2 {
    top: -16px;
    top: -1rem;
    right: 4px;
    right: 0.25rem;
    width: 57px;
    width: 3.5625rem;
  }
  
  .e-partner__recipe-decoration3 {
    top: 915px;
    top: 57.1875rem;
    left: 14px;
    left: 0.875rem;
    width: 63px;
    width: 3.9375rem;
  }
  .e-partner__recipe-decoration3.is-open {
    top: 1150px;
    top: 71.875rem;
  }
  
  .e-partner__recipe-decoration4 {
    top: 904px;
    top: 56.5rem;
    right: 0px;
    width: 88px;
    width: 5.5rem;
  }
  .e-partner__recipe-decoration4.is-open {
    top: 1139px;
    top: 71.1875rem;
  }
}







/******************************************************
* frends section css
******************************************************/
.p-picnic-frends {
  margin-top: 160px;
  margin-top: 10rem;
}

.p-picnic-frends .contents__title-fruits {
  top: -38px;
  top: -2.375rem;
  left: 175px;
  left: 10.9375rem;
  width: 675px;
  width: 42.1875rem;
}

.p-picnic-frends .e-contents__recipe__complete-title {
  margin: 50px auto 0;
  margin: 3.125rem auto 0;
  width: 414px;
  width: 25.875rem;
}

.p-picnic-frends__recipe-decoration img {
  position: absolute;
}

.p-picnic-frends__recipe-decoration-sp img {
  display: none;
}

.e-frends__recipe-decoration1 {
  top: -40px;
  top: -2.5rem;
  left: -220px;
  left: -13.75rem;
  width: 214px;
  width: 13.375rem;
}

.e-frends__recipe-decoration2 {
  top: -15px;
  top: -0.9375rem;
  right: -240px;
  right: -15rem;
  width: 284px;
  width: 17.75rem;
}

.e-frends__recipe-decoration3 {
  top: 610px;
  top: 38.125rem;
  left: -250px;
  left: -15.625rem;
  width: 239px;
  width: 14.9375rem;
}

.e-frends__recipe-decoration4 {
  top: 850px;
  top: 53.125rem;
  right: -290px;
  right: -18.125rem;
  width: 204px;
  width: 12.75rem;
}

.e-frends__recipe-decoration5 {
  top: 1350px;
  top: 84.375rem;
  left: -335px;
  left: -20.9375rem;
  width: 275px;
  width: 17.1875rem;
}

@media screen and (max-width: 767px) {
  .p-picnic-frends {
    margin-top: 42px;
    margin-top: 2.625rem;
  }

  .p-picnic-frends .contents__title-fruits {
    top: -32px;
    top: -2rem;
    left: 13px;
    left: 0.8125rem;
    width: 339px;
    width: 21.1875rem;
  }

  .p-picnic-frends .contents__title-frame {
    top: 54px;
    top: 3.375rem;
    left: 22.5px;
    left: 1.40625rem;
    width: 304.5px;
    width: 19.03125rem;
  }

  .p-picnic-frends .p-picnic-contents__text br {
    display: none;
  }

  .p-picnic-frends .e-contents__recipe__title {
    width: 200px;
    width: 12.5rem;
  }
  
  .p-picnic-frends .e-contents__recipe__complete-title {
    margin: 50px auto 0;
    margin: 3.125rem auto 0;
    width: 65%;
  }

  .p-picnic-frends__recipe-decoration img {
    display: none;
  }
  
  .p-picnic-frends__recipe-decoration-sp img {
    display: block;
    position: absolute;
  }

  .e-frends__recipe-decoration1 {
    top: -5px;
    top: -0.3125rem;
    left: 0px;
    width: 60px;
    width: 3.75rem;
  }
  
  .e-frends__recipe-decoration2 {
    top: -12px;
    top: -0.75rem;
    right: 0px;
    width: 69px;
    width: 4.3125rem;
  }
  
  .e-frends__recipe-decoration3 {
    top: 880px;
    top: 55rem;
    left: 0px;
    width: 69px;
    width: 4.3125rem;
  }
  .e-frends__recipe-decoration3.is-open {
    top: 1175px;
    top: 73.4375rem;
  }
  
  .e-frends__recipe-decoration4 {
    top: 876px;
    top: 54.75rem;
    right: 6px;
    right: 0.375rem;
    width: 60px;
    width: 3.75rem;
  }
  .e-frends__recipe-decoration4.is-open {
    top: 1171px;
    top: 73.1875rem;
  }
}









/******************************************************
* endmessage section css
******************************************************/
.p-picnic-endmessage {
  position: relative;
  margin-top: 140px;
  margin-top: 8.75rem;
}

.p-picnic-endmessage__inner {
  margin: 0 auto;
}

.e-end-visual__wrapper {
  position: relative;
  padding-top: 606px;
  padding-top: 37.875rem;
  margin: 0 auto;
  width: 1008px;
  width: 63rem;
}


.e-end-visual__img-wrapper {
  position: absolute;
  top: -4px;
  top: -0.25rem;
  left: 64px;
  left: 4rem;
  width: 909px;
  width: 56.8125rem;
  height: 520px;
  height: 32.5rem;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.e-end-visual__wrapper .e-end-visual__img {
  margin: 0 auto;
  width: 100%;
  z-index: -1;
}

.e-end-visual__wrapper .e-end-visual__frame {
  position: absolute;
  top: -46px;
  top: -2.875rem;
  left: 0;
  margin: 0 auto;
  width: 1008px;
  width: 63rem;
  z-index: 10;
}

.e-end-title {
  margin: 125px auto 0;
  margin: 7.8125rem auto 0;
  width: 579.5px;
  width: 36.21875rem;
}

.e-end-message {
  margin-top: 70px;
  margin-top: 4.375rem;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 2;
  color: #805018;
}

.p-btn__item.p-btn__item--pet a {
  padding: 0.8234375rem 1.1875rem 0.8234375rem 1.6875rem;
}

.p-btn__item.p-btn__item--pet img {
  margin-right: 0.5rem;
}

.p-btn__item.p-btn__item--pet a::before, .p-btn__item.p-btn__item--pet a::after {
  right: 28px;
  right: 1.75rem;
}

@media screen and (max-width: 1160px) {
  .p-btn__item.p-btn__item--top a {
    padding: 1.375rem 1.1875rem 1.375rem 8rem;
  }
  .p-btn__item.p-btn__item--pet {
    max-width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .p-btn__item.p-btn__item--top a {
    padding: 16px 19px;
    padding: 1rem 1.1875rem;
  }
  .p-btn__item.p-btn__item--pet {
    max-width: 17.6875rem;
  }
}


@media screen and (max-width: 767px) {
  .p-picnic-endmessage {
    margin-top: 45px;
    margin-top: 2.8125rem;
  }

  .e-end-visual__wrapper {
    padding-top: 140px;
    padding-top: 8.75rem;
  }

  .e-end-visual__img-wrapper {
    position: absolute;
    top: -1px;
    top: -0.0625rem;
    left: 39px;
    left: 2.4375rem;
    width: 266px;
    width: 16.625rem;
    height: 162px;
    height: 10.125rem;
    border-radius: 50%;
    overflow: hidden;
  }
  
  .e-end-visual__wrapper .e-end-visual__img {
    width: 100%;
  }
  
  .e-end-visual__wrapper .e-end-visual__frame {
    position: absolute;
    top: -15px;
    top: -0.9375rem;
    left: 17px;
    left: 1.0625rem;
    width: 309px;
    width: 19.3125rem;
  }
  
  .e-end-title {
    margin: 52px auto 0;
    margin: 3.25rem auto 0;
    width: 90%;
  }
  
  .e-end-message {
    margin-top: 30px;
    margin-top: 1.875rem;
    padding: 0 30px;
    padding: 0 1.875rem;
    text-align: justify;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    line-height: 1.8;
  }

  .e-end-message br {
    display: none;
  }

  .e-end-message br:nth-child(1) {
    display: block;
  }
  
  .p-btn__item.p-btn__item--pet a {
    justify-content: left;
    padding: 0.8234375rem 1.1875rem 0.8234375rem 1.6875rem;
  }
  
  .p-btn__item.p-btn__item--pet img {
    margin-right: 0.5rem;
  }
  
  .p-btn__item.p-btn__item--pet a::before, .p-btn__item.p-btn__item--pet a::after {
    right: 28px;
    right: 1.75rem;
  }
}






/****************************************************
** Animation css
****************************************************/
/* ズームアニメーション*/
.js-effect-zoom {
  transform: scale(1.5,1.5);
  transform-origin: center;
}
.js-effect-zoom.is-active {
  animation-name: mo-zoom;
  animation-duration: 5s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
@keyframes mo-zoom {
  0% {
      transform: scale(1.5,1.5);
      transform-origin: center;
  }
  100% {
      transform: scale(1.0,1.0);
      transform-origin: center;
  }
}

/* タイトルアニメーション */
.js-effect-hopping {
  transform: translate(0, 6.25rem);
  opacity: 0;
  transition: opacity 1s, transform 0.3s;
}
.js-effect-hopping.is-active {
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 1s, transform 1s cubic-bezier(0.37, 1.6, 0.64, 1);
  transition-delay: 0.8s;
}


/* 装飾アニメーション */
.js-effect-bounceIn {
  opacity: 0;
}
.js-effect-bounceIn.is-active {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  opacity: 1;
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}


.js-effect-rollInRight {
  opacity: 0;
  transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
.js-effect-rollInRight.is-active {
  opacity: 1;
  -webkit-animation-name: rollInRight;
  animation-name: rollInRight;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-duration: 1.2s;
  animation-delay: 0.5s;
}
@keyframes rollInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


.js-effect-rollInLeft {
  opacity: 0;
  transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
.js-effect-rollInLeft.is-active {
  opacity: 1;
  -webkit-animation-name: rollInLeft;
  animation-name: rollInLeft;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-duration: 1.2s;
  animation-delay: 0.5s;
}
@keyframes rollInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


.js-effect-slideInLeft {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.js-effect-slideInLeft.is-active {
  opacity: 1;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-duration: 1.2s;
  animation-delay: 0.5s;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.js-effect-slideInRight {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.js-effect-slideInRight.is-active {
  opacity: 1;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-duration: 1.2s;
  animation-delay: 0.5s;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.js-effect-slideUp {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.js-effect-slideUp.is-active {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-duration: 1.2s;
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}