@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Nag+Mundari:wght@400..700&display=swap");
@keyframes introHeading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes introHeading_h {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes introInner {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp {
    display: block;
  }
}

body {
  color: #000;
}

.ESJAF23 h1 {
  font-size: clamp(22px, calc(22px + 16 * (100vw - 320px) / 1600), 38px);
}
@supports (width: 100cqw) {
  .ESJAF23 h1 {
    font-size: clamp(22px, calc(22px + 16 * (100cqw - 320px) / 1600), 38px);
  }
}

.ESJAF23 img {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

.beige_bg {
  background-color: #f3ede6;
}

.spec_text {
  width: 100%;
  white-space: nowrap;
}
.spec_text span {
  position: relative;
  display: inline-block;
  font-weight: 400;
  color: #3d2e25;
  margin: 1.5% 0;
  padding: 0 1.25%;
  line-height: 1;
  z-index: 1;
}
.spec_text span:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -40%;
  z-index: -1;
}
.spec_text.is-animated span:nth-child(1):before {
  animation: introHeading 0.8s ease 0s 1 normal forwards;
}
.spec_text.is-animated span:nth-child(3):before {
  animation: introHeading 0.8s ease 0.5s 1 normal forwards;
}
.spec_text.is-animated span:nth-child(5):before {
  animation: introHeading 0.8s ease 1s 1 normal forwards;
}

body.Fixd, body.m-Fixd {
  height: 100vh;
  overflow: hidden;
}

main {
  width: 100%;
  font-family: Noto Sans Nag Mundari, Noto Sans TC, Plus Jakarta Sans, Arial, "微軟正黑體", sans-serif;
  line-height: 1.3;
  overflow: hidden;
}

.ec_h1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Plus Jakarta Sans";
  font-size: clamp(28px, calc(28px + 18 * (100vw - 320px) / 1600), 46px);
  letter-spacing: 5px;
  color: #7c6550;
}
@supports (width: 100cqw) {
  .ec_h1 {
    font-size: clamp(28px, calc(28px + 18 * (100cqw - 320px) / 1600), 46px);
  }
}
.ec_h1 img {
  width: 60px;
  margin-bottom: 0.8%;
}
@media screen and (max-width: 700px) {
  .ec_h1 img {
    width: 50px;
  }
}
.ec_h1 span {
  font-size: clamp(16px, calc(16px + 8 * (100vw - 320px) / 1600), 24px);
  letter-spacing: 0;
  margin-top: 10px;
}
@supports (width: 100cqw) {
  .ec_h1 span {
    font-size: clamp(16px, calc(16px + 8 * (100cqw - 320px) / 1600), 24px);
  }
}

.ec_idx {
  max-width: 1920px;
  margin: 0 auto;
  background: #f9f5f2;
  padding-bottom: 10%;
  overflow: hidden;
}
.ec_idx .ec_h1 {
  margin: 10% 0 6%;
}
.ec_idx_list {
  display: flex;
  justify-content: center;
  max-width: 1254px;
  margin: 0 auto;
}
.ec_idx_list li {
  width: calc(33.3333333333% - 24px);
  margin: 0 12px;
}
.ec_idx_list li a {
  display: block;
}
.ec_idx_list li a .interview_pic {
  position: relative;
}
.ec_idx_list li a .interview_pic::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(68, 54, 41, 0.3);
  mix-blend-mode: multiply;
  opacity: 0;
  transition: all 0.8s;
}
.ec_idx_list li a .interview_pic .more {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  opacity: 0;
  transition: all 0.8s;
}
.ec_idx_list li a .interview_pic .more span {
  position: relative;
  font-family: "Plus Jakarta Sans";
  font-size: clamp(16px, calc(16px + 2 * (100vw - 320px) / 1600), 18px);
  color: #fff;
  white-space: nowrap;
  z-index: 1;
}
@supports (width: 100cqw) {
  .ec_idx_list li a .interview_pic .more span {
    font-size: clamp(16px, calc(16px + 2 * (100cqw - 320px) / 1600), 18px);
  }
}
.ec_idx_list li a .interview_pic .more span::before {
  content: "";
  width: 0;
  height: 70%;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  background: rgba(178, 142, 107, 0.5);
  z-index: -1;
  transition: width 0.5s 0.2s;
}
.ec_idx_list li a:hover .interview_pic::before {
  opacity: 1;
}
.ec_idx_list li a:hover .interview_pic .more {
  opacity: 1;
}
.ec_idx_list li a:hover .interview_pic .more span::before {
  width: 120%;
}
.ec_idx_list li a h2 {
  color: #b28e6b;
  font-size: clamp(16px, calc(16px + 2 * (100vw - 320px) / 1600), 18px);
  margin-top: 25px;
}
@supports (width: 100cqw) {
  .ec_idx_list li a h2 {
    font-size: clamp(16px, calc(16px + 2 * (100cqw - 320px) / 1600), 18px);
  }
}
.ec_idx_list li a p {
  color: #3d2e25;
  font-size: clamp(20px, calc(20px + 4 * (100vw - 320px) / 1600), 24px);
  margin: 10px 0;
}
@supports (width: 100cqw) {
  .ec_idx_list li a p {
    font-size: clamp(20px, calc(20px + 4 * (100cqw - 320px) / 1600), 24px);
  }
}

.ec_int {
  max-width: 1920px;
  margin: 0 auto;
}
.ec_int_h {
  position: relative;
  padding-top: 32%;
  background: url(../images/EC/int_bg01.jpg) center;
  background-size: cover;
}
.ec_int_h.int_h02 {
  background: url(../images/EC/int_bg02.jpg) center;
  background-size: cover;
}
.ec_int_h.int_h03 {
  background: url(../images/EC/int_bg03.jpg) center;
  background-size: cover;
}
.ec_int_h img {
  width: 20%;
  max-width: 230px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.int_info {
  max-width: 1300px;
  margin: 8% auto;
  padding: 0 20px;
}
.int_info .spec_text {
  font-size: clamp(22px, calc(22px + 16 * (100vw - 320px) / 1600), 38px);
  font-weight: 300;
}
@supports (width: 100cqw) {
  .int_info .spec_text {
    font-size: clamp(22px, calc(22px + 16 * (100cqw - 320px) / 1600), 38px);
  }
}
.int_info .spec_text span::before {
  background: rgba(167, 138, 105, 0.25);
}
.int_info .int_txt {
  padding: 5% 10% 0 25%;
}
.int_info .int_txt:nth-child(1) {
  padding: 0 10% 0 25%;
}
.int_info .int_txt h2 {
  font-size: clamp(20px, calc(20px + 6 * (100vw - 320px) / 1600), 26px);
  color: #7c6550;
  margin-bottom: 5%;
}
@supports (width: 100cqw) {
  .int_info .int_txt h2 {
    font-size: clamp(20px, calc(20px + 6 * (100cqw - 320px) / 1600), 26px);
  }
}
.int_info .int_txt p {
  font-size: clamp(14px, calc(14px + 2 * (100vw - 320px) / 1600), 16px);
  letter-spacing: 0.1px;
  text-align: justify;
}
@supports (width: 100cqw) {
  .int_info .int_txt p {
    font-size: clamp(14px, calc(14px + 2 * (100cqw - 320px) / 1600), 16px);
  }
}

.int_double_pic {
  display: flex;
  align-items: start;
}
.int_double_pic img:nth-child(1) {
  width: 65%;
}
.int_double_pic img:nth-child(2) {
  width: 35%;
  padding-left: 20px;
  box-sizing: border-box;
}
.int_one_pic {
  padding: 0 7.5% 0 28%;
}

.int1_pic3 {
  position: relative;
  background: url(../images/EC/int1_img_03.jpg) center;
  background-size: cover;
  padding-top: 41%;
}
.int1_pic3 .spec_text {
  width: auto;
  position: absolute;
  bottom: 18%;
  right: 23%;
  font-size: clamp(16px, calc(16px + 10 * (100vw - 320px) / 1600), 26px);
  font-weight: 300;
}
@supports (width: 100cqw) {
  .int1_pic3 .spec_text {
    font-size: clamp(16px, calc(16px + 10 * (100cqw - 320px) / 1600), 26px);
  }
}
.int1_pic3 .spec_text span {
  color: #fff;
  margin: 2% 0;
}
.int1_pic3 .spec_text span:before {
  background: rgba(167, 138, 105, 0.85);
}

.ec_menu {
  max-width: 1920px;
  margin: 0 auto;
  padding: 10% 20px;
  background: #f9f5f2;
}
.ec_menu .ec_h1 {
  margin-bottom: 5%;
}
.ec_menu_list {
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.ec_menu_list li {
  width: calc(50% - 30px);
  margin: 15px;
}
.ec_menu_list li a {
  position: relative;
}
.ec_menu_list li a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(68, 54, 41, 0.3);
  mix-blend-mode: multiply;
  opacity: 0;
  transition: all 0.8s;
}
.ec_menu_list li .view {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Plus Jakarta Sans";
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.8s;
  font-size: clamp(14px, calc(14px + 4 * (100vw - 320px) / 1600), 18px);
}
@supports (width: 100cqw) {
  .ec_menu_list li .view {
    font-size: clamp(14px, calc(14px + 4 * (100cqw - 320px) / 1600), 18px);
  }
}
.ec_menu_list li h2 {
  position: absolute;
  left: 35px;
  bottom: 35px;
}
.ec_menu_list li h2 span {
  position: relative;
  font-family: "Plus Jakarta Sans";
  font-size: clamp(16px, calc(16px + 8 * (100vw - 320px) / 1600), 24px);
  color: #fff;
  white-space: nowrap;
  z-index: 1;
  padding: 0 5px;
}
@supports (width: 100cqw) {
  .ec_menu_list li h2 span {
    font-size: clamp(16px, calc(16px + 8 * (100cqw - 320px) / 1600), 24px);
  }
}
.ec_menu_list li h2 span::before {
  content: "";
  width: 0;
  height: 70%;
  position: absolute;
  left: 0;
  top: 10px;
  background: rgba(178, 142, 107, 0.5);
  z-index: -1;
  transition: width 0.5s 0.2s;
}
.ec_menu_list li:hover a::before, .ec_menu_list li:hover .view {
  opacity: 1;
}
.ec_menu_list li:hover h2 span:before {
  width: 100%;
}

.modal_home {
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal_con {
  width: 90%;
  height: 90%;
  max-width: 1020px;
  background-color: #fff;
  position: relative;
}

.is-hide {
  display: none;
}

.ec-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 15px;
  right: 20px;
  display: block;
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.5));
}
.ec-close:hover {
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.7));
}
.ec-close::before, .ec-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 1px;
  background: #fff;
}
.ec-close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ec-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.recipe-Box {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.recipe-info {
  padding: 6% 8%;
}
.recipe-name {
  font-size: clamp(22px, calc(22px + 4 * (100vw - 320px) / 1600), 26px);
  margin: 0 0 4%;
}
@supports (width: 100cqw) {
  .recipe-name {
    font-size: clamp(22px, calc(22px + 4 * (100cqw - 320px) / 1600), 26px);
  }
}
.recipe-title {
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #b2926b;
  color: #b2926b;
  font-size: clamp(16px, calc(16px + 2 * (100vw - 320px) / 1600), 18px);
}
@supports (width: 100cqw) {
  .recipe-title {
    font-size: clamp(16px, calc(16px + 2 * (100cqw - 320px) / 1600), 18px);
  }
}
.recipe-data {
  font-size: clamp(14px, calc(14px + 1 * (100vw - 320px) / 1600), 15px);
  line-height: 1.7;
}
@supports (width: 100cqw) {
  .recipe-data {
    font-size: clamp(14px, calc(14px + 1 * (100cqw - 320px) / 1600), 15px);
  }
}
.recipe-data p {
  margin: 0 0 10px;
}
.recipe-data ol {
  padding: 0 0 0 22px;
}
.recipe-data ol li {
  margin: 0 0 10px;
  list-style-type: decimal;
}
.recipe-data.double_row {
  display: flex;
  justify-content: space-between;
}
.recipe-data.double_row ol {
  width: 49%;
}

.mb-4 {
  margin-bottom: 4%;
}

.pos-r {
  position: relative;
}

.ec_icon {
  width: 100px;
  position: absolute;
  left: 5%;
  bottom: 0;
}
.ec_icon.int2 {
  left: 80%;
  top: 10%;
  bottom: auto;
}
.ec_icon .spoon {
  width: 62%;
  margin: 0 0 0 auto;
}
.ec_icon .bowl {
  width: 65%;
}

@media (max-width: 1100px) {
  .ec_int_h {
    padding-top: 40%;
  }
  .ec_int_h img {
    width: 30%;
  }
  .int1_pic3 {
    padding-top: 41%;
  }
  .int1_pic3 .spec_text {
    bottom: 5%;
    right: 8%;
  }
}
@media (max-width: 768px) {
  .int1_pic3 {
    padding-top: 50%;
  }
  .int1_pic3 .spec_text {
    bottom: 5%;
    right: 8%;
  }
  .ec-close {
    width: 40px;
    height: 40px;
    top: 5px;
    right: 5px;
  }
  .ec-close::before, .ec-close::after {
    width: 30px;
  }
}
@media (max-width: 750px) {
  .ec_idx_list {
    flex-direction: column;
    align-items: center;
  }
  .ec_idx_list li {
    width: calc(100% - 40px);
    max-width: 500px;
    margin: 0 20px 30px;
  }
  .ec_int_h {
    padding-top: 60%;
  }
  .ec_int_h img {
    width: 50%;
  }
  .ec_menu {
    padding: 50px 20px;
  }
  .ec_menu_list {
    max-width: 350px;
    flex-direction: column;
  }
  .ec_menu_list li {
    width: 100%;
    margin: 10px 0;
  }
  .ec_menu_list li h2 {
    left: 20px;
    bottom: 35px;
  }
}
@media (max-width: 600px) {
  .int_info {
    margin: 50px auto;
  }
  .int_info .spec_text span {
    margin: 2.5% 0;
  }
  .int_info .spec_text span::before {
    height: 85%;
    bottom: -22%;
  }
  .int_info .int_txt {
    padding: 5% 5% 80px;
  }
  .int_info .int_txt:nth-child(1) {
    padding: 0 5%;
  }
  .int_double_pic {
    flex-direction: column;
  }
  .int_double_pic img:nth-child(1) {
    width: 95%;
  }
  .int_double_pic img:nth-child(2) {
    width: 60%;
    margin: -20px 0 0 auto;
    padding-left: 0;
  }
  .int_one_pic {
    padding: 0;
  }
  .int1_pic3 {
    background: url(../images/EC/int1_img_03.jpg) left 25% center;
    background-size: cover;
    padding-top: 85%;
  }
  .int1_pic3 .spec_text {
    bottom: 20px;
    right: 20px;
  }
  .ec_icon, .ec_icon.int2 {
    left: auto;
    right: 10%;
    top: auto;
    bottom: 0;
  }
  .recipe-data.double_row {
    flex-direction: column;
  }
  .recipe-data.double_row ol {
    width: 100%;
  }
}/*# sourceMappingURL=ec.css.map */