@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Opti&family=Marcellus&family=Noto+Sans+JP:wght@100..900&display=swap");
/* ====================
 SIZE SET
==================== */
/* ===================
 MIXIN
==================== */
.p-introduction {
  display: block;
  padding-bottom: 0;
}
.p-introduction .intro-food-kv {
  margin: 40px 0;
  padding: 90px 0 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-introduction .intro-food-kv {
    margin: calc(60 / 375 * 100vw) -10% calc(80 / 375 * 100vw);
    padding: calc(70 / 375 * 100vw) 10% calc(37 / 375 * 100vw);
    background: url(../img/introduction/imtro_bg_sp.png) center top no-repeat;
    background-size: auto 100%;
  }
}
.p-introduction .intro-food-kv .intro-food-kv_ttl {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-introduction .intro-food-kv .intro-food-kv_ttl img {
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .p-introduction .intro-food-kv .intro-food-kv_ttl img {
    width: calc(280 / 375 * 100vw);
  }
}
.p-introduction .intro-food-kv .intro-food-kv_img {
  position: absolute;
  right: -50px;
  top: 0;
  width: 100%;
  width: calc(100% + 500px);
  z-index: -1;
}
.p-introduction .intro-food-kv .intro-food-kv_img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .p-introduction .intro-food-kv .intro-food-kv_img {
    display: none;
  }
}
.p-introduction .intro-food-kv_ctn {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin: 20px auto 0;
}
@media only screen and (max-width: 768px) {
  .p-introduction .intro-food-kv_ctn {
    width: 100%;
    margin-top: calc(28 / 375 * 100vw);
  }
}
.p-introduction .intro-food-kv_deco {
  position: absolute;
  right: 10%;
  top: 10px;
  width: 7.6428571429%;
}
@media only screen and (max-width: 768px) {
  .p-introduction .intro-food-kv_deco {
    width: calc(70 / 375 * 100vw);
    max-width: unset;
    right: calc(30 / 375 * 100vw);
    top: calc(-15 / 375 * 100vw);
  }
}
.p-introduction .intro-food-ttl {
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-introduction .intro-food-ttl .p-top-info__title {
  margin: 0 0 25px 0;
  font-size: 3.2rem;
}
.p-introduction .intro-food-ttl .p-top-info__title span {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-introduction .intro-food-ttl {
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .p-introduction .intro-food-ttl .p-top-info__title {
    margin: 0 0 calc(25 / 375 * 100vw) 0;
    font-size: calc(22 / 375 * 100vw);
  }
  .p-introduction .intro-food-ttl .p-top-info__title span {
    font-size: calc(18 / 375 * 100vw);
  }
}
.p-introduction .intro-food-ttl.ttl1 {
  height: 196px;
  background: url(../img/introduction/trad_ttl_bg.svg) center center no-repeat;
  background-size: 287px 196px;
}
@media only screen and (max-width: 768px) {
  .p-introduction .intro-food-ttl.ttl1 {
    height: calc(154 / 375 * 100vw);
    background-size: calc(267 / 375 * 100vw) calc(154 / 375 * 100vw);
  }
}
.p-introduction .intro-food-ttl.ttl2 {
  margin-top: 110px;
  height: 190px;
  background: url(../img/introduction/modern_ttl_bg.svg) center center no-repeat;
  background-size: 280px 190px;
}
@media only screen and (max-width: 768px) {
  .p-introduction .intro-food-ttl.ttl2 {
    margin-top: calc(80 / 375 * 100vw);
    height: calc(154 / 375 * 100vw);
    background-size: calc(267 / 375 * 100vw) calc(154 / 375 * 100vw);
  }
}
.p-introduction .intro-food-list {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 40px 48px;
}
@media only screen and (max-width: 768px) {
  .p-introduction .intro-food-list {
    gap: calc(10 / 375 * 100vw) calc(15 / 375 * 100vw);
  }
}
.p-introduction .intro-food-item {
  width: calc(33.3333333333% - 32px);
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .p-introduction .intro-food-item {
    width: calc(160 / 375 * 100vw);
  }
}
.p-introduction .intro-recipe {
  padding-block: 100px 200px;
  background: url(../img/introduction/recipe_bg.png) no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  margin-top: 100px;
}
.p-introduction .intro-recipe__title {
  text-align: center;
}
.p-introduction .intro-recipe__title img {
  width: 208px;
}
.p-introduction .intro-recipe__deco {
  width: 115px;
  position: absolute;
  top: 96px;
  right: 125px;
}
.p-introduction .intro-recipe .p-top-recipe-slide__card .-img {
  mask-image: none;
  max-width: 300px;
  max-height: 350px;
  padding-bottom: 110%;
  border: 10px solid #b8583c;
  border-radius: 150px;
  position: relative;
}
.p-introduction .intro-recipe .p-top-recipe-slide__card .-img::before, .p-introduction .intro-recipe .p-top-recipe-slide__card .-img::after {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.p-introduction .intro-recipe .p-top-recipe-slide__card .-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
.p-introduction .intro-recipe .p-top-recipe-slide__card .-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  border: 0;
  background: url(../img/introduction/recipe_over2.svg) center bottom no-repeat;
  background-size: cover;
  z-index: 2;
}
.p-introduction .intro-recipe .p-top-recipe-slide__card .-img img {
  width: 105%;
  height: 105%;
}
.p-introduction .intro-recipe .p-top-recipe-slide__card .-text {
  display: block;
}
.p-introduction .intro-recipe .p-top-recipe-slide__card a {
  display: block;
}
.p-introduction .intro-recipe .p-top-recipe-slide__card a:hover .-img::before, .p-introduction .intro-recipe .p-top-recipe-slide__card a:hover .-img::after {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .p-introduction .intro-recipe {
    padding-block: calc(100 / 375 * 100vw) calc(110 / 375 * 100vw);
    background: url(../img/introduction/recipe_bg_sp.png) no-repeat;
    background-size: cover;
    background-position: top center;
    margin-top: calc(80 / 375 * 100vw);
  }
  .p-introduction .intro-recipe__title img {
    width: calc(132 / 375 * 100vw);
  }
  .p-introduction .intro-recipe__deco {
    width: calc(102 / 375 * 100vw);
    top: calc(25 / 375 * 100vw);
    right: calc(20 / 375 * 100vw);
  }
  .p-introduction .intro-recipe-slide {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .p-introduction .intro-recipe-slide .slick-arrow {
    top: 40%;
    z-index: 2;
  }
  .p-introduction .intro-recipe-slide .slick-prev::before,
  .p-introduction .intro-recipe-slide .slick-next::before {
    width: 0;
    height: 0;
    display: none;
  }
  .p-introduction .intro-recipe-slide .slick-prev {
    left: 5%;
    background: url(../img/introduction/icon_prev.svg) left top no-repeat;
    background-size: cover;
  }
  .p-introduction .intro-recipe-slide .slick-next {
    right: 3%;
    background: url(../img/introduction/icon_next.svg) left top no-repeat;
    background-size: cover;
  }
  .p-introduction .intro-recipe .p-top-recipe-slide__card .-img {
    width: calc(250 / 375 * 100vw);
    height: calc(292 / 375 * 100vw);
    border-width: calc(5 / 375 * 100vw);
  }
}

/* ===== DEFAULT STATE ===== */
.modal {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translateX(101%);
}

.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 1;
  transition: opacity 0.35s ease;
}

.modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1000px;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .modal-content {
    width: calc(330 / 375 * 100vw);
  }
}

.modal-close {
  display: inline-block;
  width: 60px;
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
  transition: opacity 0.4s ease;
}
.modal-close:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .modal-close {
    width: calc(60 / 375 * 100vw);
    top: calc(-30 / 375 * 100vw);
    right: calc(-12 / 375 * 100vw);
  }
}

/* ===== OPENING ===== */
.modal.show {
  pointer-events: auto;
  visibility: visible;
  transform: translateX(0);
}

/* ===== CLOSING (animation ngược) ===== */
.modal-foods {
  display: flex;
  align-items: center;
  column-gap: 33px;
  border-radius: 20px;
  padding: 50px;
  overflow: hidden;
}
.modal-foods.bg1 {
  background: url(../img/introduction/bg_modal_01.png) left top no-repeat;
  background-size: cover;
}
.modal-foods.bg2 {
  background: url(../img/introduction/bg_modal_02.png) left top no-repeat;
  background-size: cover;
}
.modal-foods.bg3 {
  background: url(../img/introduction/bg_modal_03.png) left top no-repeat;
  background-size: cover;
}
.modal-foods.bg4 {
  background: url(../img/introduction/bg_modal_04.png) left top no-repeat;
  background-size: cover;
}
.modal-foods.bg5 {
  background: url(../img/introduction/bg_modal_05.png) left top no-repeat;
  background-size: cover;
}
.modal-foods.bg6 {
  background: url(../img/introduction/bg_modal_06.png) left top no-repeat;
  background-size: cover;
}
.modal-foods.bg7 {
  background: url(../img/introduction/bg_modal_07.png) left top no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .modal-foods {
    padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw);
    border-radius: calc(13 / 375 * 100vw);
    flex-flow: column;
    gap: calc(20 / 375 * 100vw) 0;
  }
}
.modal-foods_img {
  width: 350px;
  height: 350px;
}
.modal-foods_img figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.modal-foods_img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .modal-foods_img {
    width: calc(200 / 375 * 100vw);
    height: calc(200 / 375 * 100vw);
  }
}
.modal-foods_ctn {
  flex: 1;
}
.modal-foods_ttl {
  margin-bottom: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 1;
}
.modal-foods_ttl span {
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .modal-foods_ttl {
    font-size: calc(22 / 375 * 100vw);
    margin-bottom: calc(12 / 375 * 100vw);
  }
  .modal-foods_ttl span {
    font-size: calc(16 / 375 * 100vw);
    margin-left: calc(10 / 375 * 100vw);
    margin-top: calc(5 / 375 * 100vw);
  }
}
.modal-foods_txt {
  line-height: 2;
  letter-spacing: 0.1em;
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 768px) {
  .modal-foods_txt {
    border-radius: calc(9 / 375 * 100vw);
    padding: calc(20 / 375 * 100vw);
    line-height: 1.7142857;
  }
}