@charset "utf-8";

#mv {
  position: relative;
}

.mv__copy {
  position: absolute;
  width: 4.8vw;
  top: 7vw;
  right: 11.9vw;
}

.mv__icon {
  position: absolute;
  right: 9.666vw;
  bottom: 10.9444vw;
  width: 14.72vw;
}

#about {
  padding-top: 71px;
  padding-bottom: 43px;
  position: relative;
}

.about__heading {
  max-width: 478px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
}

.about__flag {
  max-width: 293px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.about__desc {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 2.3;
}

.bg01 {
  position: absolute;
  bottom: 0;
}

#open {
  padding-top: 6.5277vw;
  padding-bottom: 140px;
  position: relative;
}

.open__wrap {
  padding-top: 44px;
  background: #dee7fb;
  background: linear-gradient(180deg, rgba(222, 231, 251, 1) 0%, rgba(255, 255, 255, 1) 80%);
}

.open__flag {
  max-width: 334px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}

.open__list {
  max-width: 1120px;
  padding-top: 473px;
  margin: 0 auto 46px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  position: relative;
}

.open__list-item {
  position: absolute;
}

.open__list-item:nth-child(1) {
  width: 355px;
  top: 0;
  left: 0;
}

.open__list-item:nth-child(2) {
  width: 337px;
  bottom: 0;
  left: 290px;
}

.open__list-item:nth-child(3) {
  width: 307px;
  top: 0;
  right: 210px;
}

.open__list-item:nth-child(4) {
  width: 267px;
  bottom: 0;
  right: 0;
}

.open__list-date {
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.81;
  background-color: #fff89b;
  text-align: center;
}
.open__desc {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  margin-bottom: 60px;
  letter-spacing: 0.12em;
  line-height: 2.3;
}

.open__appWrap {
  width: 100%;
  max-width: 1035px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.open__app {
  display: block;
  width: 48.5%;
  max-width: 497px;
  transition: opacity 0.3s;
}

.open__app:hover {
  opacity: 0.8;
}

.open__heading {
  margin-bottom: 40px;
  max-width: 744px;
  margin-left: auto;
  margin-right: auto;
}

.open__headingImg--sp {
  display: none;
}

.open__list-btn {
  display: block;
  transition: opacity 0.3s;
  width: 81%;
  margin-left: auto;
  margin-right: auto;
  /* margin-top: auto; */
}

.open__list-btn.mg-btm {
  margin-bottom: 15px;
}

.open__list-btn:hover {
  opacity: 0.8;
}

.bg02 {
  position: absolute;
  top: 0;
  left: 0;
}

#news {
  padding-bottom: 113px;
  position: relative;
}

#footer {
}

#stamp {
  position: relative;
  padding-top: 40px;
  padding-bottom: 50px;
  background: url("../imgs/index/stamp_bg.png?202502") center center / cover no-repeat;
}

.stamp__heading {
  max-width: 510px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  position: relative;
}

.stamp__desc {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.66;
}

.stamp__btn {
  display: block;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.stamp__phone {
  position: absolute;
  top: 18px;
  right: -84px;
  max-width: 76px;
}

.stamp__deco {
  width: 234px;
  position: absolute;
  bottom: 30px;
  right: 180px;
}

#trip {
  min-height: 409px;
  background: url(../imgs/index/open_bg.png);
  background-size: cover;
  background-position: center center;
  padding-top: 125px;
  padding-bottom: 4vw;
}

.trip__heading-wrap {
  position: relative;
}

.trip__heading {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2vw;
}

.trip__heading--sub {
  margin-bottom: 2vw;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}

.trip__list {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.trip__list-item {
  width: 31.5%;
}

.trip__list-ph {
  margin-bottom: 18px;
}

.trip__list-btn {
  width: 79%;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 0.3s;
  display: block;
}

.trip__list-btn.mg-btm {
  margin-bottom: 15px;
}

.trip__list-btn:hover {
  opacity: 0.8;
}

.trip__deco {
  width: 196px;
  position: absolute;
  bottom: 40px;
  left: -50px;
}

#alacarte {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../imgs/index/alacarte_back.png?2025);
  background-size: cover;
  background-position: center;
}

.alacarte__book {
  width: 100%;
  height: 456px;
  background-image: url(../imgs/index/alacarte_book.png?202350831);
  background-position: center center;
  background-size: 100% 100%;
  padding-top: 70px;
  padding-left: 58px;
  padding-right: 58px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.alacarte__book-heading {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  position: relative;
}

.alacarte__headingText {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  font-size: 18px;
}

.alacarte__book-obj {
  position: absolute;
  left: 64px;
  top: 38px;
  width: 137px;
  height: auto;
}

.alacarte__list {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.alacarte__list-item {
  width: 23%;
}

.alacarte__list-ph {
  margin-bottom: 8px;
}

#recipe {
  padding-top: 50px;
  padding-bottom: 60px;
  background: url("../imgs/index/recipe_bg.png?2025") top center / cover no-repeat;
  position: relative;
}
/* .recipe__bg {
  position: absolute;
  top: 0;
  left: 0;
} */

.recipe__heading {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px;
}

.recipe__desc {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.75;
}
.recipe__desc--link {
  text-decoration: underline;
  color: #d74715;
}
.recipe__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
}

.recipe__list-item {
  width: 32%;
}

.recipe__list-ph {
  margin-bottom: 16px;
}

.recipe__list-btn {
  display: block;
  transition: opacity 0.3s;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
s .recipe__list-btn:hover {
  opacity: 0.8;
}

#material {
  background: url(../imgs/index/material_bg.png?2025) top center / cover no-repeat;
  padding-top: 50px;
  padding-bottom: 75px;
  position: relative;
}

#material a {
  font-weight: 500;
  transition: opacity 0.3s;
}

#material a:hover {
  opacity: 0.8;
}

.material__btns {
  display: flex;
  justify-content: center;
  gap: 10% 20px;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.material__btns-item {
  /* width: 47%; */
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.material__box {
  width: 96%;
  margin: 0 auto;
  /* width: 100%;
  max-width: 1030px;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 10%;
  padding-right: 10%;
  margin: 0 auto;
  /* min-height: 399px;
  background-image: url(../imgs/index/material_box.png?2025); */
}

.material__box-heading {
  width: 80%;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.material__txt {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 28px;
  line-height: 1.8;
}

.material__btn {
  display: block;
  max-width: 409px;
  margin-left: auto;
  margin-right: auto;
}

.material__kiyaku {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
}

#topic {
  padding-top: 20px;
  background: #87c7cc;
}

.topic__btn {
  display: block;
  width: 19vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  bottom: 5.97vw;
}

.topic__btn:hover {
  opacity: 0.8;
}

@media screen and (min-width: 1080px) {
  #trip {
    min-height: 797px;
  }
}

@media screen and (max-width: 1440px) {
  .stamp__deco {
    width: 16.25vw;
    bottom: 2.083vw;
    right: 12.5vw;
  }

  .trip__deco {
    width: 13.61vw;
    /* left: -7.638vw; */
  }
}

@media screen and (max-width: 1220px) {
  .open__list {
    padding-top: 38.7704vw;
  }

  .open__list-item:nth-child(1) {
    width: 29.0983vw;
  }

  .open__list-item:nth-child(2) {
    width: 27.6229vw;
    left: 23.7704vw;
  }

  .open__list-item:nth-child(3) {
    width: 25.1639vw;
    right: 17.2131vw;
  }

  .open__list-item:nth-child(4) {
    width: 21.8852vw;
  }
}

@media screen and (max-width: 1280px) {
  .trip__deco {
    /* width: 15.208vw; */
    left: -20px;
  }
}

@media screen and (max-width: 1080px) {
  #trip {
    padding-top: 11.111vw;
  }

  .alacarte__book {
    height: 41.74vw;
    padding-top: 6.48vw;
    padding-left: 5.8vw;
    padding-right: 5.8vw;
  }

  .alacarte__book-obj {
    position: absolute;
    left: 5.9vw;
    top: 3.5vw;
    width: 12.6vw;
    height: auto;
  }

  .alacarte__book-heading {
    margin-bottom: 3.703vw;
  }
  .alacarte__book-heading span {
    padding-top: 20px;
    position: static;
    transform: none;
    text-align: center;
    line-height: 1.6;
  }
}

@media screen and (max-width: 860px) {
  .stamp__phone {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  body {
    padding-bottom: 11.979vw;
  }

  .mv__icon {
    width: 39.25vw;
    max-width: 212px;
    bottom: -20px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  #news {
    padding-bottom: 80px;
  }

  .about__flag {
    max-width: 235px;
  }

  #open {
    background-size: 1440px 100%;
    /* padding-top: 100px; */
    padding-bottom: 100px;
  }

  .open__list {
    max-width: 535px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px 25px;
    padding-top: 690px;
  }

  .open__list-item:nth-child(1) {
    width: 255px;
    top: 0;
    left: 37px;
  }

  .open__list-item:nth-child(2) {
    width: 237px;
    top: 125px;
    bottom: auto;
    left: auto;
    right: 0;
  }

  .open__list-item:nth-child(3) {
    width: 277px;
    top: 300px;
    right: auto;
    left: 20px;
  }

  .open__list-item:nth-child(4) {
    width: 207px;
    bottom: 0;
    right: 10px;
  }

  .open__list-btn.mg-btm {
    margin-bottom: 7px;
  }

  .open__appWrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .open__app {
    width: 100%;
    max-width: 356px;
  }

  .about__desc {
    font-size: 14px;
  }

  .open__desc {
    font-size: 14px;
  }

  .open__flag {
    max-width: 268px;
  }

  .open__list-date {
    font-size: 12px;
    line-height: 1.5;
  }

  .stamp__desc {
    font-size: 14px;
  }
  .stamp__deco {
    bottom: 150px;
    right: 20px;
  }

  #trip {
    height: auto;
    padding-bottom: 10vw;
  }

  .trip__heading {
    max-width: 80%;
  }

  .trip__heading--sub {
    font-size: 14px;
    margin-bottom: 4vw;
    line-height: 1.6;
  }

  .trip__list {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 3%;
  }

  .trip__list-item {
    width: 47%;
  }

  .trip__list-btn.mg-btm {
    margin-bottom: 7px;
  }

  .trip__deco {
    left: -10px;
  }

  #alacarte {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .alacarte__list {
    gap: 20px 0;
  }

  .alacarte__list-item {
    width: 46%;
  }

  .alacarte__book {
    padding-top: 30vw;
    padding-bottom: 30vw;
    height: auto;
    padding-left: 10%;
    padding-right: 10%;
  }

  .alacarte__book-obj {
    top: 15vw;
    width: 18vw;
  }

  .alacarte__headingText {
    font-size: 14px;
  }

  #recipe {
    padding-top: 13%;
    padding-bottom: 13%;
  }

  .recipe__list {
    justify-content: center;
    gap: 20px 4%;
  }

  .recipe__desc {
    font-size: 14px;
  }

  .recipe__list-item {
    width: 48%;
  }

  #material {
    padding-bottom: 94px;
  }

  .material__txt {
    font-size: 14px;
  }

  .material__box {
  }

  /* .material__box-heading {
    width: 100%;
  } */

  .material__btn {
    max-width: 80%;
  }

  .material__btns-item {
    max-width: 70%;
  }

  #topic {
    padding-top: 20px;
  }

  .topic__btn {
    width: 36.66vw;
  }
}
@media screen and (max-width: 575px) {
  .open__heading {
    max-width: 325px;
  }

  .open__headingImg--pc {
    display: none;
  }

  .open__headingImg--sp {
    display: block;
  }

  .open__list {
    max-width: 93.0434vw;
    padding-top: 120vw;
  }

  .open__list-item:nth-child(1) {
    width: 44.3478vw;
    left: 6.4347vw;
  }

  .open__list-item:nth-child(2) {
    width: 41.2173vw;
    top: 21.7391vw;
  }

  .open__list-item:nth-child(3) {
    width: 48.1739vw;
    top: 52.1739vw;
    left: 3.4782vw;
  }

  .open__list-item:nth-child(4) {
    width: 36vw;
    right: 1.7391vw;
  }
}

@media screen and (max-width: 480px) {
  .stamp__deco {
    /* width: 104px; */
    bottom: 10px;
    right: 10px;
  }
}
