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

/******************************************************
* layout
******************************************************/
.l-inner {
  max-width: 1540px;
  max-width: 96.25rem;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-inner {
    /* max-width: 550px;
    max-width: 34.375rem; */
    max-width: 375px;
    max-width: 23.4375rem;
    margin: 0 auto;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
}
.m-inner {
  max-width: 1240px;
  max-width: 77.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .m-inner {
    /* padding: 0 23px;
    padding: 0 1.4375rem; */
    max-width: 380px;
    max-width: 23.75rem;
  }
}
.s-inner {
  max-width: 1540px;
  max-width: 96.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .s-inner {
    max-width: 375px;
    max-width: 23.4375rem;
    padding: 0 15px;
    padding: 0 0.9375rem;
  }
}
.over-inner {
  max-width: 1786px;
  max-width: 111.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .over-inner {
    /* max-width: 550px;
    max-width: 34.375rem; */
    max-width: 375px;
    max-width: 23.4375rem;
    margin: 0 auto;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}



/******************************************************
* header
******************************************************/
.p-subpage-top.p-subpage-top--shokuiku2 .p-subpage-top__heading {
  /* margin-top: 68px; */
  margin-top: 4.25rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  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--shokuiku2 .p-subpage-top__heading {
    /* margin-top: 35px; */
    margin-top: 2.1875rem;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
  }
}

.p-subpage-top.p-subpage-top--shokuiku2 .p-subpage-top__heading::before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /* margin-right: 28px; */
  margin-right: 1.25rem;
  /* margin-top: 11px; */
  margin-top: 0.3125rem;
  margin-bottom: 0;
  margin-left: 0;
  content: "";
  background-image: url(../images/shokuiku2/shokuiku2-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 72px;
  width: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-subpage-top.p-subpage-top--shokuiku2 .p-subpage-top__heading::before {
    width: 38px;
    width: 2.375rem;
    margin-right: 14px;
    margin-right: 0.875rem;
  }
}

.p-subpage-top.p-subpage-top--shokuiku2 .p-subpage-top__heading img {
  width: 100%;
  max-width: 639px;
  max-width: 39.9375rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-subpage-top.p-subpage-top--shokuiku2 .p-subpage-top__heading img {
    max-width: 304px;
    max-width: 19rem;
    margin-top: 5px;
    margin-top: 0.3125rem;
  }
}

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

.p-subpage-top.p-subpage-top--shokuiku2 .p-subpage-top__img {
  margin-top: 0;
}



/******************************************************
* background
******************************************************/
.p-shokuiku2-main {
  position: relative;
  background-image: url(../images/shokuiku2/bg_pc.jpg);
  /*background-position: center;*/
  background-size: contain;
  background-repeat: repeat;
  padding: 46px 0 140px;
  padding: 2.875rem 0 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-main {
    background-image: url(../images/shokuiku2/bg_sp.jpg);
    padding: 20px 0 62px;
    padding: 1.25rem 0 3.875rem;
  }
}

.p-subpage-top--shokuiku2 {
  background-color: #fff;
  padding-bottom: 0;
}



/******************************************************
* about css
******************************************************/
.p-shokuiku2-about {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-about {
    margin: 0 auto;
    max-width: 375px;
    max-width: 23.4375rem;
  }
}

.p-shokuiku2-about__lead-title {
  margin: 0 auto;
  width: 614px;
  width: 38.375rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-about__lead-title {
    width: 333px;
    width: 20.8125rem;
  }
}

.p-shokuiku2-about__lead-message {
  margin: 0 auto;
  margin-top: 34px;
  margin-top: 2.125rem;
  width: 536px;
  width: 33.5rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-about__lead-message {
    margin-top: 25px;
    margin-top: 1.5625rem;
    width: 245px;
    width: 15.3125rem;
  }
}

.p-shokuiku2-about__lead-text {
  margin: 0 auto;
  margin-top: 70px;
  margin-top: 4.375rem;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.81;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-about__lead-text {
    margin-top: 22px;
    margin-top: 1.375rem;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.61;
    letter-spacing: 0.12em;
    text-align: justify;
    max-width: 315px;
    max-width: 19.6875rem;
  }
}

.p-shokuiku2-about__message-box {
  margin: 0 auto;
  margin-top: 80px;
  margin-top: 5rem;
  padding: 60px 64px;
  padding: 3.75rem 4rem;
  border-radius: 26px;
  border-radius: 1.625rem;
  background-color: rgba(256, 256, 256, 0.5);
  width: 792px;
  width: 49.5rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-about__message-box {
    margin-top: 32px;
    margin-top: 2rem;
    padding: 30px 26px 21px 26px;
    padding: 1.875rem 1.625rem 1.3125rem 1.625rem;
    border-radius: 25px;
    border-radius: 1.5625rem;
    width: 294px;
    width: 18.375rem;
  }
}


.p-shokuiku2-about__message-title {
  margin: 0 auto;
  width: 393px;
  width: 24.5625rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-about__message-title {
    width: 226px;
    width: 14.125rem;
  }
}


.p-shokuiku2-about__message-text {
  margin-top: 38px;
  margin-top: 2.375rem;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.81;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-about__message-text {
    margin-top: 21px;
    margin-top: 1.3125rem;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.03em;
    text-align: justify;
  }
}

.p-shokuiku2-about__message-attention {
  position: relative;
  margin-top: 45px;
  margin-top: 2.8125rem;
  padding-left: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.66;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-about__message-attention {
    margin-top: 28px;
    margin-top: 1.75rem;
    padding-left: 14px;
    padding-left: 14px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.p-shokuiku2-about__message-attention::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}


.p-shokuiku2-about__message-btn {
  position: relative;
  margin: 0 auto;
  margin-top: 60px;
  margin-top: 3.75rem;
  width: 438px;
  width: 27.375rem;
  border-radius: 50px;
  border-radius: 3.125rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-about__message-btn {
    margin-top: 30px;
    margin-top: 1.875rem;
    width: 273px;
    width: 17.0625rem;
  }
}


.p-shokuiku2-about__message-btn-title {
  width: 100%;
}

.p-shokuiku2-about__message-btn::before,
.p-shokuiku2-about__message-btn::after {
  position: absolute;
  content: "";
  width: 15px;
  width: 0.9375rem;
  height: max(0.125rem, 0.125rem);
  border-radius: 5px;
  background: #000;
  top: 50%;
  right: 35px;
  right: 2.1875rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-about__message-btn::before,
  .p-shokuiku2-about__message-btn::after {
    width: 11.5px;
    width: 0.7188rem;
    height: max(0.0625rem, 0.0625rem);
    top: 50%;
    right: 24px;
    right: 1.5rem;
  }
}


.p-shokuiku2-about__message-btn::after {
  transform: translateY(-50%) rotate(-90deg);
}

.p-shokuiku2-about__message-btn.is-close::after {
  transform: translateY(-50%) rotate(0deg);
}


.p-shokuiku2-about__anchor-list {
  margin-top: 98px;
  margin-top: 6.125rem;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 92px;
  gap: 5.75rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-about__anchor-list {
    margin: 0 auto;
    margin-top: 30px;
    margin-top: 1.875rem;
    gap: 40px;
    gap: 2.5rem;
    max-width: 294px;
    max-width: 18.375rem;
  }
}


.p-shokuiku2-about__anchor-img {
  width: 136px;
  width: 8.5rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-about__anchor-img {
    width: 100px;
  }
}




/******************************************************
* gallery section css
******************************************************/
.p-shokuiku2-gallery {
  position: relative;
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-gallery {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}


.p-shokuiku2-gallery__title {
  margin: 0 auto;
  width: 670px;
  width: 41.875rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-gallery__title {
    width: 335px;
    width: 20.9375rem;
  }
}


.p-shokuiku2-gallery__images {
  margin-top: 73px;
  margin-top: 4.5625rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-gallery__images {
    margin-top: 18px;
    margin-top: 1.125rem;
  }
}

.p-shokuiku2-gallery__wrapper1 {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-gallery__wrapper1 {
    display: block;
  }
}

.p-shokuiku2-gallery__wrapper2 {
  margin-top: 60px;
  margin-top: 3.75rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-gallery__wrapper2 {
    display: block;
    margin-top: 38px;
    margin-top: 2.375rem;
  }
}

.p-shokuiku2-gallery__slider.js-shokuiku2-swiper01 {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  width: 560px;
  width: 35rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-gallery__slider.js-shokuiku2-swiper01 {
    margin: 0 0 28px auto;
    margin: 0 0 1.75rem auto;
    width: 237px;
    width: 14.8125rem;
  }
}


.p-shokuiku2-gallery__slider.js-shokuiku2-swiper02 {
  width: 522px;
  width: 32.625rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-gallery__slider.js-shokuiku2-swiper02 {
    width: 260px;
    width: 16.25rem;
  }
}

.p-shokuiku2-gallery__slider.js-shokuiku2-swiper03 {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-right: 86px;
  margin-right: 5.375rem;
  width: 515px;
  width: 32.1875rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-gallery__slider.js-shokuiku2-swiper03 {
    margin: 0 4px 30px auto;
    margin: 0 0.25rem 1.875rem auto;
    width: 233px;
    width: 14.5625rem;
  }
}

.p-shokuiku2-gallery__slider.js-shokuiku2-swiper04 {
  margin-left: 84px;
  margin-left: 5.25rem;
  width: 375px;
  width: 23.4375rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-gallery__slider.js-shokuiku2-swiper04 {
    margin-left: 8px;
    margin-left: 0.5rem;
    width: 230px;
    width: 14.375rem;
  }
}




/******************************************************
* contents section css
******************************************************/
.p-shokuiku2-contents {
  position: relative;
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-contents {
    margin-top: 32px;
    margin-top: 2rem;
    padding: 0;
    /* width: 375px;
    width: 23.4375rem; */
  }
}

@media screen and (max-width: 767px) {
  #section2.p-shokuiku2-contents {
    margin-top: 56px;
    margin-top: 3.5rem;
  }
}


#section3.p-shokuiku2-contents {
  margin-top: 91px;
  margin-top: 5.6875rem;
}
@media screen and (max-width: 767px) {
  #section3.p-shokuiku2-contents {
    margin-top: 36px;
    margin-top: 2.25rem;
  }
}

#section4.p-shokuiku2-contents {
  margin-top: 110px;
  margin-top: 6.875rem;
}
@media screen and (max-width: 767px) {
  #section4.p-shokuiku2-contents {
    margin-top: 35px;
    margin-top: 2.1875rem;
  }
}



@media screen and (max-width: 767px) {
  .p-shokuiku2-contents__mv-wrap {
    position: relative;
    margin: 0 auto;
    width: 375px;
    width: 23.4375rem;
    height: 156px;
    height: 9.75rem;
  }
}

.p-shokuiku2-contents__title-line {
  position: absolute;
  top: 180px;
  top: 11.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1523px;
  width: 95.1875rem;
}

.p-shokuiku2-contents__title {
  padding: 0;
  margin: 0 auto;
  width: 848px;
  width: 53rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-contents__title {
    position: absolute;
    top: 0;
    left: -32px;
    left: -2rem;
    width: 424px;
    width: 26.5rem;
  }
  #section2 .p-shokuiku2-contents__title {
    left: initial;
    right: -24px;
    right: -1.5rem;
  }
}



.p-shokuiku2-contents__description {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-contents__description {
    margin-top: -15px;
    margin-top: -0.9375rem;
  }
}

.p-shokuiku2-contents__description-text {
  margin: 0 auto;
  margin-top: 64px;
  margin-top: 4rem;
  width: 800px;
  width: 50rem;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.81;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-contents__description-text {
    margin: 0 auto;
    margin-top: 20px;
    margin-top: 1.25rem;
    text-align: justify;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.61;
    letter-spacing: 0.12em;
    max-width: 312px;
    max-width: 19.5rem;
    font-feature-settings: "palt";
  }
}

.p-shokuiku2-contents__suggestion {
  position: relative;
  margin-top: 17px;
  margin-top: 1.0625rem;
}
#section1-suggestion2.p-shokuiku2-contents__suggestion,
#section1-suggestion3.p-shokuiku2-contents__suggestion {
  margin-top: 68px;
  margin-top: 4.25rem;
}
@media screen and (max-width: 767px) {
  #section1-suggestion2.p-shokuiku2-contents__suggestion,
  #section1-suggestion3.p-shokuiku2-contents__suggestion {
    margin-top: 35px;
    margin-top: 2.1875rem;
  }
}
#section2 .p-shokuiku2-contents__suggestion {
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  #section2 .p-shokuiku2-contents__suggestion {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}
#section2-suggestion2.p-shokuiku2-contents__suggestion,
#section2-suggestion3.p-shokuiku2-contents__suggestion {
  margin-top: 140px;
  margin-top: 8.75rem;
}
@media screen and (max-width: 767px) {
  #section2-suggestion2.p-shokuiku2-contents__suggestion,
  #section2-suggestion3.p-shokuiku2-contents__suggestion {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}

.p-shokuiku2-contents__suggestion-img_wrap {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-contents__suggestion-img_wrap {
    gap: 4px;
    gap: 0.25rem;
  }
}
#section1-suggestion2 .p-shokuiku2-contents__suggestion-img_wrap {
  flex-direction: row-reverse;
}
#section2 .p-shokuiku2-contents__suggestion-img_wrap {
  flex-direction: column-reverse;
  gap: 0;
}

.p-shokuiku2-contents__suggestion-img {
  width: 447px;
  width: 27.9375rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-contents__suggestion-img {
    width: 224px;
    width: 14rem;
  }
}
#section1-suggestion2 .p-shokuiku2-contents__suggestion-img {
  width: 313px;
  width: 19.5625rem;
}
@media screen and (max-width: 767px) {
  #section1-suggestion2 .p-shokuiku2-contents__suggestion-img {
    width: 156px;
    width: 9.75rem;
  }
}
#section1-suggestion3 .p-shokuiku2-contents__suggestion-img {
  width: 375px;
  width: 23.4375rem;
}
@media screen and (max-width: 767px) {
  #section1-suggestion3 .p-shokuiku2-contents__suggestion-img {
    width: 188px;
    width: 11.75rem;
  }
}
#section2-suggestion1 .p-shokuiku2-contents__suggestion-img {
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 550px;
  width: 34.375rem;
}
@media screen and (max-width: 767px) {
  #section2-suggestion1 .p-shokuiku2-contents__suggestion-img {
    margin-top: 20px;
    margin-top: 1.25rem;
    width: 275px;
    width: 17.1875rem;
  }
}
#section2-suggestion2 .p-shokuiku2-contents__suggestion-img {
  margin-top: 20px;
  margin-top: 1.25rem;
  width: 408px;
  width: 25.5rem;
}
@media screen and (max-width: 767px) {
  #section2-suggestion2 .p-shokuiku2-contents__suggestion-img {
    margin-top: 10px;
    margin-top: 0.625rem;
    width: 204px;
    width: 12.75rem;
  }
}
#section2-suggestion3 .p-shokuiku2-contents__suggestion-img {
  margin-top: 50px;
  margin-top: 3.125rem;
  width: 614px;
  width: 38.375rem;
}
@media screen and (max-width: 767px) {
  #section2-suggestion3 .p-shokuiku2-contents__suggestion-img {
    margin-top: 24px;
    margin-top: 1.5rem;
    width: 307px;
    width: 19.1875rem;
  }
}


.p-shokuiku2-contents__suggestion-title {
  position: relative;
  z-index: 10;
  width: 160px;
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-contents__suggestion-title {
    width: 80px;
    width: 5rem;
  }
}
#section1-suggestion2 .p-shokuiku2-contents__suggestion-title {
  width: 190px;
  width: 11.875rem;
}
@media screen and (max-width: 767px) {
  #section1-suggestion2 .p-shokuiku2-contents__suggestion-title {
    width: 95px;
    width: 5.9375rem;
  }
}
#section1-suggestion3 .p-shokuiku2-contents__suggestion-title {
  width: 158px;
  width: 9.875rem;
}
@media screen and (max-width: 767px) {
  #section1-suggestion3 .p-shokuiku2-contents__suggestion-title {
    width: 80px;
    width: 5rem;
  }
}
#section2-suggestion1 .p-shokuiku2-contents__suggestion-title {
  margin-right: 40px;
  margin-right: 2.5rem;
  width: 643px;
  width: 40.1875rem;
}
@media screen and (max-width: 767px) {
  #section2-suggestion1 .p-shokuiku2-contents__suggestion-title {
    width: 320px;
    width: 20rem;
  }
}
#section2-suggestion2 .p-shokuiku2-contents__suggestion-title {
  margin-right: 20px;
  margin-right: 1.25rem;
  width: 615px;
  width: 38.4375rem;
}
@media screen and (max-width: 767px) {
  #section2-suggestion2 .p-shokuiku2-contents__suggestion-title {
    width: 308px;
    width: 19.25rem;
  }
}
#section2-suggestion3 .p-shokuiku2-contents__suggestion-title {
  margin-right: 10px;
  margin-right: 0.625rem;
  width: 611px;
  width: 38.1875rem;
}
@media screen and (max-width: 767px) {
  #section2-suggestion3 .p-shokuiku2-contents__suggestion-title {
    width: 306px;
    width: 19.125rem;
  }
}


.p-shokuiku2-contents__suggestion-text {
  margin: 0 auto;
  margin-top: 36px;
  margin-top: 2.25rem;
  width: 810px;
  width: 50.625rem;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.81;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-contents__suggestion-text {
    margin-top: 15px;
    margin-top: 0.9375rem;
    width: 312px;
    width: 19.5rem;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.61;
    letter-spacing: 0.12em;
    text-align: justify;
    font-feature-settings: "palt";
  }
}

.p-shokuiku2-contents__point {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-contents__point {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}


.p-shokuiku2-contents__point-box {
  margin: 0 auto;
  padding: 50px 64px 48px;
  padding: 3.125rem 4rem 3rem;
  border-radius: 26px;
  border-radius: 1.625rem;
  background-color: rgba(256, 256, 256, 0.5);
  width: 800px;
  width: 50rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-contents__point-box {
    margin-top: 32px;
    margin-top: 2rem;
    padding: 36px 22px 40px 22px;
    padding: 2.25rem 1.375rem 2.5rem 1.375rem;
    border-radius: 13px;
    border-radius: 0.8125rem;
    width: 294px;
    width: 18.375rem;
  }
}


.p-shokuiku2-contents__point-title {
  margin: 0 auto;
  width: 670px;
  width: 41.875rem;
}
.p-shokuiku2-contents__point-box picture:not(:first-child) .p-shokuiku2-contents__point-title {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-contents__point-title {
    width: 100%;
  }
  .p-shokuiku2-contents__point-box picture:not(:first-child) .p-shokuiku2-contents__point-title {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}


.p-shokuiku2-contents__point-text {
  margin-top: 38px;
  margin-top: 2.375rem;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.81;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-contents__point-text {
    margin-top: 7px;
    margin-top: 0.4375rem;
    padding: 0 4px;
    padding: 0 0.25rem;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.61;
    letter-spacing: 0.12em;
    text-align: justify;
    font-feature-settings: "palt";
  }
}


.p-shokuiku2-contents__point-btn {
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  margin-top: 3.125rem;
  width: 446px;
  width: 27.875rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-contents__point-btn {
    margin-top: 20px;
    margin-top: 1.25rem;
    width: 215px;
    width: 13.4375rem;
  }
}


.p-shokuiku2-contents__point-btn-title {
  width: 100%;
}

.p-shokuiku2-contents__point-btn::before,
.p-shokuiku2-contents__point-btn::after {
  position: absolute;
  content: "";
  width: 27px;
  width: 1.6875rem;
  height: max(0.1875rem, 0.1875rem);
  background: #000;
  top: 50%;
  right: 40px;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-contents__point-btn::before,
  .p-shokuiku2-contents__point-btn::after {
    width: 13px;
    width: 0.8125rem;
    height: max(0.125rem, 0.125rem);
    top: 50%;
    right: 18px;
    right: 1.125rem;
  }
}

.p-shokuiku2-contents__point-btn::after {
  transform: translateY(-50%) rotate(-90deg);
}

.p-shokuiku2-contents__point-btn.is-close::after {
  transform: translateY(-50%) rotate(0deg);
}



.p-shokuiku2-contents__other {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-contents__other {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}

.p-shokuiku2-contents__other-title {
  margin: 0 auto;
  width: 1052px;
  width: 65.75rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-contents__other-title {
    width: 318px;
    width: 19.875rem;
  }
}

.p-shokuiku2-contents__other-img_wrap {
  position: relative;
}

.p-shokuiku2-contents__other-img1 {
  margin: 0 auto;
  width: 1142px;
  width: 71.375rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-contents__other-img1 {
    width: 302px;
    width: 18.875rem;
  }
}

.p-shokuiku2-contents__other-img2 {
  position: absolute;
  top: 104px;
  top: 6.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 754px;
  width: 47.125rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-contents__other-img2 {
    top: 14px;
    top: 0.875rem;
    left: 47%;
    width: 268px;
    width: 16.75rem;
  }
}

.p-shokuiku2-contents__other-text {
  margin: 0 auto;
  margin-top: 100px;
  margin-top: 6.25rem;
  width: 800px;
  width: 50rem;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.81;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-contents__other-text {
    margin: 0 auto;
    margin-top: 20px;
    margin-top: 1.25rem;
    width: 315px;
    width: 19.6875rem;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.61;
    letter-spacing: 0.12em;
    text-align: justify;
    font-feature-settings: "palt";
  }
}




.p-shokuiku2-contents__suggestion-title-line1 {
  position: absolute;
  top: 80px;
  top: 5rem;
  left: 490px;
  left: 30.625rem;
  width: 593px;
  width: 37.0625rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-contents__suggestion-title-line1 {
    position: absolute;
    top: 42px;
    top: 2.625rem;
    left: 38px;
    left: 2.375rem;
    width: 297px;
    width: 18.5625rem;
  }
}
#section2-suggestion2 .p-shokuiku2-contents__suggestion-title-line1 {
  top: 100px;
  top: 6.25rem;
  left: 530px;
  left: 33.125rem;
  width: 444px;
  width: 27.75rem;
}
@media screen and (max-width: 767px) {
  #section2-suggestion2 .p-shokuiku2-contents__suggestion-title-line1 {
    position: absolute;
    top: 48px;
    top: 3rem;
    left: 60px;
    left: 3.75rem;
    width: 222px;
    width: 13.875rem;
  }
}
#section2-suggestion3 .p-shokuiku2-contents__suggestion-title-line1 {
  top: 70px;
  top: 4.375rem;
  left: 536px;
  left: 33.5rem;
  width: 410px;
  width: 25.625rem;
}
@media screen and (max-width: 767px) {
  #section2-suggestion3 .p-shokuiku2-contents__suggestion-title-line1 {
    position: absolute;
    top: 36px;
    top: 2.25rem;
    left: 68px;
    left: 4.25rem;
    width: 205px;
    width: 12.8125rem;
  }
}


.p-shokuiku2-contents__suggestion-title-line2 {
  position: absolute;
  top: 150px;
  top: 9.375rem;
  left: 550px;
  left: 34.375rem;
  width: 436px;
  width: 27.25rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-contents__suggestion-title-line2 {
    position: absolute;
    top: 76px;
    top: 4.75rem;
    left: 70px;
    left: 4.375rem;
    width: 220px;
    width: 13.75rem;
  }
}
#section2-suggestion2 .p-shokuiku2-contents__suggestion-title-line2 {
  top: 160px;
  top: 10rem;
  left: 720px;
  left: 45rem;
  width: 370px;
  width: 23.125rem;
}
@media screen and (max-width: 767px) {
  #section2-suggestion2 .p-shokuiku2-contents__suggestion-title-line2 {
    position: absolute;
    top: 78px;
    top: 4.875rem;
    left: 156px;
    left: 9.75rem;
    width: 185px;
    width: 11.5625rem;
  }
}
#section2-suggestion3 .p-shokuiku2-contents__suggestion-title-line2 {
  top: 130px;
  top: 8.125rem;
  left: 590px;
  left: 36.875rem;
  width: 512px;
  width: 32rem;
}
@media screen and (max-width: 767px) {
  #section2-suggestion3 .p-shokuiku2-contents__suggestion-title-line2 {
    position: absolute;
    top: 64px;
    top: 4rem;
    left: 90px;
    left: 5.625rem;
    width: 256px;
    width: 16rem;
  }
}


.p-shokuiku2-contents__suggestion-typo {
  position: absolute;
  top: 260px;
  top: 16.25rem;
  right: 450px;
  right: 28.125rem;
  width: 200px;
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-contents__suggestion-typo {
    top: 130px;
    top: 8.125rem;
    right: 20px;
    right: 1.25rem;
    width: 100px;
    width: 6.25rem;
  }
}
#section2-suggestion2 .p-shokuiku2-contents__suggestion-typo {
  top: 260px;
  top: 16.25rem;
  right: 770px;
  right: 48.125rem;
  width: 226px;
  width: 14.125rem;
}
@media screen and (max-width: 767px) {
  #section2-suggestion2 .p-shokuiku2-contents__suggestion-typo {
    top: 132px;
    top: 8.25rem;
    right: initial;
    left: 70px;
    left: 4.375rem;
    width: 113px;
    width: 7.0625rem;
  }
}
#section2-suggestion3 .p-shokuiku2-contents__suggestion-typo {
  top: 210px;
  top: 13.125rem;
  right: 450px;
  right: 28.125rem;
  width: 207px;
  width: 12.9375rem;
}
@media screen and (max-width: 767px) {
  #section2-suggestion3 .p-shokuiku2-contents__suggestion-typo {
    top: 110px;
    top: 6.875rem;
    right: 14px;
    right: 0.875rem;
    width: 103px;
    width: 6.4375rem;
  }
}


.p-shokuiku2-contents__idea {
  position: relative;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-contents__idea {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
#section3-idea2.p-shokuiku2-contents__idea {
  margin-top: 130px;
  margin-top: 8.125rem;
}
@media screen and (max-width: 767px) {
  #section3-idea2.p-shokuiku2-contents__idea {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}
#section3-idea3.p-shokuiku2-contents__idea {
  margin-top: 160px;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  #section3-idea3.p-shokuiku2-contents__idea {
    margin-top: 64px;
    margin-top: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-shokuiku2-contents__idea-wrap {
    margin: 0 auto;
    max-width: 315px;
    max-width: 19.6875rem;
  }
}

.p-shokuiku2-contents__idea-title_img {
  margin: 0 auto;
  width: 431px;
  width: 26.9375rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-contents__idea-title_img {
    margin-left: 0;
    margin-right: auto;
    width: 215px;
    width: 13.4375rem;
  }
  #section3-idea2 .p-shokuiku2-contents__idea-title_img {
    margin-right: 0;
    margin-left: auto;
  }
}

.p-shokuiku2-contents__idea-image_wrap {
  margin-top: 18px;
  margin-top: 1.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-contents__idea-image_wrap {
    margin-top: 8px;
    margin-top: 0.5rem;
  }
}

.p-shokuiku2-contents__idea-image1,
.p-shokuiku2-contents__idea-image3 {
  width: 495px;
  width: 30.9375rem;
}

.p-shokuiku2-contents__idea-image2 {
  width: 660px;
  width: 41.25rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-contents__idea-image2 {
    width: 100%;
  }
}

.p-shokuiku2-contents__idea-message {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-contents__idea-message {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

.p-shokuiku2-contents__idea-message_title {
  margin: 0 auto;
  width: 414px;
  width: 25.875rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-contents__idea-message_title {
    width: 207px;
    width: 12.9375rem;
  }
}
#section3-idea2 .p-shokuiku2-contents__idea-message_title {
  width: 500px;
  width: 31.25rem;
}
@media screen and (max-width: 767px) {
  #section3-idea2 .p-shokuiku2-contents__idea-message_title {
    width: 250px;
    width: 15.625rem;
  }
}
#section3-idea3 .p-shokuiku2-contents__idea-message_title {
  width: 446px;
  width: 27.875rem;
}
@media screen and (max-width: 767px) {
  #section3-idea3 .p-shokuiku2-contents__idea-message_title {
    width: 223px;
    width: 13.9375rem;
  }
}

.p-shokuiku2-contents__idea-message_text {
  margin: 0 auto;
  margin-top: 42px;
  margin-top: 2.625rem;
  width: 800px;
  width: 50rem;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.81;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-contents__idea-message_text {
    margin-top: 20px;
    margin-top: 1.25rem;
    width: 308px;
    width: 19.25rem;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.61;
    letter-spacing: 0.12em;
    font-feature-settings: "palt";
  }
}







/******************************************************
* end section css
******************************************************/
.p-shokuiku2-end-section {
  position: relative;
  margin-top: 112px;
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-end-section {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-shokuiku2-end-section__title-wrap {
    position: relative;
    margin: 0 auto;
    max-width: 315px;
    max-width: 19.6875rem;
  }
}

.p-shokuiku2-end-section__title-deco {
  position: absolute;
  top: 86px;
  top: 5.375rem;
  right: 490px;
  right: 30.625rem;
  width: 258px;
  width: 16.125rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-end-section__title-deco {
    position: absolute;
    top: 42px;
    top: 2.625rem;
    right: 16px;
    right: 1rem;
    width: 130px;
    width: 8.125rem;
  }
}

.p-shokuiku2-end-section__title {
  padding: 0;
  margin: 0 auto;
  width: 572px;
  width: 35.75rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-end-section__title {
    width: 286px;
    width: 17.875rem;
  }
}

.p-shokuiku2-end-section_img {
  margin: 0 auto;
  margin-top: 50px;
  margin-top: 3.125rem;
  width: 660px;
  width: 41.25rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-end-section_img {
    margin-top: 25px;
    margin-top: 1.5625rem;
    width: 315px;
    width: 19.6875rem;
  }
}


.p-shokuiku2-end-section__description {
  margin-top: 46px;
  margin-top: 2.875rem;
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-end-section__description {
    margin-top: 13px;
    margin-top: 0.8125rem;
  }
}

.p-shokuiku2-end-section__description-text {
  margin: 0 auto;
  width: 800px;
  width: 50rem;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.81;
  letter-spacing: 0.12em;
  text-align: justify;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-shokuiku2-end-section__description-text {
    margin: 0 auto;
    margin-top: 20px;
    margin-top: 1.25rem;
    width: 308px;
    width: 19.25rem;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.61;
    letter-spacing: 0.12em;
    font-feature-settings: "palt";
  }
}





/******************************************************
* decoration css
******************************************************/
.external-decoration img {
  position: absolute;
}

.external-decoration1 {
  top: 10px;
  top: 0.625rem;
  left: 460px;
  left: 28.75rem;
  width: 155px;
  width: 9.6875rem;
}
@media screen and (max-width: 767px) {
  .external-decoration1 {
    top: 88px;
    top: 5.5rem;
    left: -8px;
    left: -0.5rem;
    width: 80px;
    width: 5rem;
  }
}


.external-decoration2 {
  top: 0;
  right: 450px;
  right: 28.125rem;
  width: 197px;
  width: 12.3125rem;
}
@media screen and (max-width: 767px) {
  .external-decoration2 {
    top: 68px;
    top: 4.25rem;
    right: -30px;
    right: -1.875rem;
    width: 107px;
    width: 6.6875rem;
  }
}


.external-decoration3 {
  top: 590px;
  top: 36.875rem;
  left: 240px;
  left: 15rem;
  width: 254px;
  width: 15.875rem;
}
@media screen and (max-width: 767px) {
  .external-decoration3 {
    top: 80px;
    top: 5rem;
    left: -30px;
    left: -1.875rem;
    width: 128px;
    width: 8rem;
  }
}

.external-decoration4 {
  top: 1000px;
  top: 62.5rem;
  right: 280px;
  right: 17.5rem;
  width: 218px;
  width: 13.625rem;
}
@media screen and (max-width: 767px) {
  .external-decoration4 {
    top: 410px;
    top: 25.625rem;
    right: -50px;
    right: -3.125rem;
    width: 110px;
    width: 6.875rem;
  }
}

.external-decoration5 {
  top: 220px;
  top: 13.75rem;
  right: 170px;
  right: 10.625rem;
  width: 604px;
  width: 37.75rem;
}@media screen and (max-width: 767px) {
  .external-decoration5 {
    top: 580px;
    top: 36.25rem;
    left: -10px;
    left: -0.625rem;
    width: 109px;
    width: 6.8125rem;
  }
}

.external-decoration6 {
  top: 1200px;
  top: 75rem;
  left: 80px;
  left: 5rem;
  width: 562px;
  width: 35.125rem;
}
@media screen and (max-width: 767px) {
  .external-decoration6 {
    top: 950px;
    top: 59.375rem;
    left: initial;
    right: -30px;
    right: -1.875rem;
    width: 128px;
    width: 8rem;
  }
}

.external-decoration7 {
  top: -30px;
  top: -1.875rem;
  left: 50px;
  left: 3.125rem;
  width: 198px;
  width: 12.375rem;
}
@media screen and (max-width: 767px) {
  .external-decoration7 {
    top: -60px;
    top: -3.75rem;
    left: initial;
    right: -40px;
    right: -2.5rem;
    width: 100px;
    width: 6.25rem;
  }
}

.external-decoration8 {
  top: 530px;
  top: 33.125rem;
  right: 10px;
  right: 0.625rem;
  width: 254px;
  width: 15.875rem;
}
@media screen and (max-width: 767px) {
  .external-decoration8 {
    top: 120px;
    top: 7.5rem;
    left: -26px;
    left: -1.625rem;
    width: 110px;
    width: 6.875rem;
  }
}

.external-decoration9 {
  top: 590px;
  top: 36.875rem;
  left: -10px;
  left: -0.625rem;
  width: 290px;
  width: 18.125rem;
}
@media screen and (max-width: 767px) {
  .external-decoration9 {
    top: 150px;
    top: 9.375rem;
    left: initial;
    right: -16px;
    right: -1rem;
    width: 100px;
    width: 6.25rem;
  }
}


.external-decoration10 {
  top: 290px;
  top: 18.125rem;
  right: 70px;
  right: 4.375rem;
  width: 162px;
  width: 10.125rem;
}
@media screen and (max-width: 767px) {
  .external-decoration10 {
    top: 82px;
    top: 5.125rem;
    left: -40px;
    left: -2.5rem;
    width: 106px;
    width: 6.625rem;
  }
}


.external-decoration11 {
  top: 190px;
  top: 11.875rem;
  right: 60px;
  right: 3.75rem;
  width: 250px;
  width: 15.625rem;
}
@media screen and (max-width: 767px) {
  .external-decoration11 {
    top: -60px;
    top: -3.75rem;
    right: -10px;
    right: -0.625rem;
    width: 87px;
    width: 5.4375rem;
  }
}

.external-decoration12 {
  top: -130px;
  top: -8.125rem;
  left: 80px;
  left: 5rem;
  width: 186px;
  width: 11.625rem;
}
@media screen and (max-width: 767px) {
  .external-decoration12 {
    top: -38px;
    top: -2.375rem;
    left: -60px;
    left: -3.75rem;
    width: 147px;
    width: 9.1875rem;
  }
}

.external-decoration13 {
  top: 450px;
  top: 28.125rem;
  right: 150px;
  right: 9.375rem;
  width: 282px;
  width: 17.625rem;
}
@media screen and (max-width: 767px) {
  .external-decoration13 {
    top: -74px;
    top: -4.625rem;
    right: -36px;
    right: -2.25rem;
    width: 120px;
    width: 7.5rem;
  }
}

.external-decoration14 {
  top: 350px;
  top: 21.875rem;
  left: 80px;
  left: 5rem;
  width: 210px;
  width: 13.125rem;
}

.external-decoration15 {
  top: -110px;
  top: -6.875rem;
  right: 190px;
  right: 11.875rem;
  width: 190px;
  width: 11.875rem;
}

.external-decoration16 {
  top: -200px;
  top: -12.5rem;
  left: 100px;
  left: 6.25rem;
  width: 280px;
  width: 17.5rem;
}

.external-decoration17 {
  top: -120px;
  top: -7.5rem;
  right: 160px;
  right: 10rem;
  width: 240px;
  width: 15rem;
}

.external-decoration18 {
  top: -50px;
  top: -3.125rem;
  left: 50px;
  left: 3.125rem;
  width: 240px;
  width: 15rem;
}

.external-decoration19 {
  top: 430px;
  top: 26.875rem;
  right: 20px;
  right: 1.25rem;
  width: 270px;
  width: 16.875rem;
}






/******************************************************
* footer css
******************************************************/
.l-btn {
  /* margin-top: 100px; */
  margin-top: 6.25rem;
  /* margin-bottom: 90px; */
  margin-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .l-btn {
    /* margin-top: 37px; */
    margin-top: 2.3125rem;
  }
}
.p-btn__item.p-btn__item--shokuiku a {
  padding: 9px 65px 11px 65px;
  padding: 0.5625rem 4.0625rem 0.6875rem 4.0625rem;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .p-btn__item.p-btn__item--shokuiku a {
    padding: 9px 32px;
    padding: 0.5625rem 2rem;
    padding-left: 6px;
    padding-left: 0.375rem;
    justify-content: center;
    text-align: center;
  }
}
.p-btn__item.p-btn__item--shokuiku a::after,
.p-btn__item.p-btn__item--shokuiku a::before {
  right: 55px;
  right: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-btn__item.p-btn__item--shokuiku a::after,
  .p-btn__item.p-btn__item--shokuiku a::before {
    right: 40px;
    right: 2.5rem;
  }
}


.p-btn__item.p-btn__item--shokuiku img {
  width: 38px;
  width: 2.375rem;
  margin-right: 24px;
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-btn__item.p-btn__item--shokuiku img {
    width: 24px;
    width: 1.5rem;
    margin-right: 12px;
    margin-right: 0.75rem;
  }
}






/****************************************************
** Footer css
****************************************************/
.p-btn__item.p-btn__item--search {
  max-width: 27rem;
}
@media screen and (max-width: 767px) {
  .p-btn__item.p-btn__item--search {
    max-width: 17.6875rem;
  }
}


.p-btn__item.p-btn__item--search a {
  padding: 0.5675rem 1.1875rem 0.5675rem 2.5rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-btn__item.p-btn__item--search a {
    padding: 9px 19px 9px 30px;
    justify-content: center;
  }
}

.p-btn__item.p-btn__item--search a:before,
.p-btn__item.p-btn__item--search a::after {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-btn__item.p-btn__item--search img {
    margin-right: 32px;
  }
}




/****************************************************
** Animation css
****************************************************/

.delay-appear {
  opacity: 0;
}
.delay-appear.is-inview {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px); /* 下に30pxの位置から */
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s, -webkit-transform 1.2s; /* 透過率と縦方向の移動を0.8秒 */
  transition-delay: 1s;
}
.external-decoration8.delay-appear.is-inview {
  transition-delay: 1.3s;
}
.external-decoration9.delay-appear.is-inview {
  transition-delay: 1.3s;
}
.external-decoration10.delay-appear.is-inview {
  transition-delay: 1.6s;
}

.slide-in_left {
	animation-name:slideTextX100;
	animation-duration:2.5s;
	animation-fill-mode:forwards;
  opacity: 0;
}
.p-haiku-mv__cloud1.slide-in_left {
  animation-delay: 0.2s;
}
.p-haiku-end__visual-cloud1.slide-in_left {
  animation-delay: 0.2s;
}

.slide-in_right {
	animation-name:slideTextX-100;
	animation-duration:2.5s;
	animation-fill-mode:forwards;
  opacity: 0;
}
.p-haiku-mv__cloud2.slide-in_right {
  animation-delay: 0.5s;
}
.p-haiku-end__visual-cloud2.slide-in_right {
  animation-delay: 0.5s;
}
/* 
.slide-in_inner {
	display: inline-block;

} */

/*左右のアニメーション*/
.maskingAnime {
    opacity: 0;
    overflow: hidden;
}
.maskingAnimeInner {
  display: inline-block;
}

.maskingAnimeLeftRight {
	animation-name:slideTextX100;
	animation-duration:1.8s;
	animation-fill-mode:forwards;
  opacity: 1;
}
.maskingAnimeRightLeft {
	animation-name:slideTextX-100;
	animation-duration:1.8s;
	animation-fill-mode:forwards;
  opacity: 0;
}
.maskingAnimeTopBottom {
	animation-name:slideTextY100;
	animation-duration:1.8s;
	animation-fill-mode:forwards;
  opacity: 1;
}
.maskingAnimeBottomTop {
	animation-name:slideTextY-100;
	animation-duration:1.8s;
	animation-fill-mode:forwards;
  opacity: 0;
}

.sectionLine {
  animation-duration: 2.0s;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
    transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
    transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextY100 {
  from {
    transform: translateY(-100%);
    opacity: 1;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideTextY-100 {
  from {
    /* transform: translateY(100%); */
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}


.c-anim--swing01 {
  -webkit-animation: yurayura02 4s linear infinite;
          animation: yurayura02 4s linear infinite;
  transform-origin: 30% 70%;
}
@-webkit-keyframes yurayura02 {
  0%, 100% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  50% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}