/* googl字體  */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500;600;700;900&display=swap&subset=chinese-traditional');

/* mainContent */
/* ================================#mainContent initialize================================ */

.bg-y {
  background: #f9f8ef;
}

#mainContent {
  margin: 0 auto;
  text-rendering: optimizeLegibility;
  /* display: block; */
  color: #222;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-family: 'Arial', 'Microsoft JhengHei', 'Noto Sans TC', Helvetica,
    sans-serif;
  /* overflow-x: hidden; */
}

/* #mainContent a {
    display: inline-block;
    color: #222;
    box-shadow: none;
    outline: none;
} */

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style: none;
}

#mainContent img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  font-size: 0.5em;
}

.fm-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.8rem;
}

.fm-item {
  width: calc(50% - 1rem);
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.fm-img img {
  width: 100%;
  height: auto;
  display: block;
}

.fm-text {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 1rem;
}

.fm-left h3 {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  margin: 0;
  white-space: nowrap;
}

.market-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 0.5rem;
}

.market-icon img {
  width: 100%;
  height: auto;
}

.fm-right {
  flex: 1;
}

.fm-right p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  color: #333;
  text-align: left;
  padding-top: 4px;
}

.market-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 0.5rem;
}

.market-icon img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.sf-buttonGroup {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 70px auto 48px auto;
}

.sf-button {
  width: calc((100% - 20px) / 2);
  border: 1px solid #c4c4c6;
  color: #3c3c43;
  padding: 20px 24px;
  font-size: 18px;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  text-align: center;
}

.sf-button:hover {
  background-color: #ebebec;
}

.feature-box {
  margin-top: 75px;
}

.food-button {
  border: 1px solid #3c3c43;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  margin: auto;
  width: 600px;
  padding: 15px 15px;
  gap: 0px 24px;
}

.food-button:hover {
  background-color: #f0f0f0;
}

.food-button.f-btn-bg {
  border: none;
  background-color: #f0f0f0;
}

.food-button.f-btn-bg:hover {
  opacity: 0.8;
}

.food-button div:first-child {
  width: 33%;
}
.food-button div:nth-child(2) {
  width: 85%;
}
.food-button div:last-child {
  width: 8%;
}

.food_ttl {
  font-size: 18px !important;
  font-weight: 700;
  color: #222;
  text-align: left;
  margin-top: 0px;
}

.food-txt {
  font-size: 15px;
  color: #3c3c43;
  text-align: left;
  font-weight: 400;
}

/* =====================

    #hero

===================== */
/* #hero {
    margin-bottom: 70px;
} */

#hero .mainVisual {
  text-align: center;
  margin: 0 auto;
}

/* ---------------------
    #hero SP
--------------------- */
@media screen and (max-width: 767px) {
  #hero {
    margin-bottom: 0vw;
  }
}

.flex-box {
  display: flex;
  align-items: stretch; /* 讓左右高度一致，避免垂直對齊跑掉 */
}

.flex-box .f-img {
  width: 42%;
}

.flex-box .f-text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 60%;
  background-color: #c4d89a;
  padding: 2rem;
  font-size: 1.2rem;
  line-height: 1.5;
  box-sizing: border-box;
  text-align: left;
}

@media (max-width: 768px) {
  .flex-box {
    flex-direction: column;
  }

  .flex-box .f-img,
  .flex-box .f-text {
    width: 100%;
  }
}

/* section{
    margin:80px 0 30px 0;
} */
/* 主視覺 */

.bg {
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg_color {
  /* background-color: #ededed; */
  background-image: url(../img/bg-0509.jpg);
  height: auto;
}

.pc {
  display: block;
}

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

  .bg_color {
    background-color: #fff;
  }
}

.mb {
  position: relative;
  display: none;
}

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

  .sf-button {
    width: calc(100% - 20px);
  }

  .hero_ttl {
    font-size: 30px !important;
  }

  .hero_txt {
    font-size: 18px !important;
    line-height: 1.6 !important;
    text-align: center !important;
  }

  .head_ttl {
    font-size: 22px !important;
    width: 260px !important;
    margin-top: -18px !important;
  }

  .step_txt {
    font-size: 17px !important;
  }

  .arrow {
    width: 30px !important;
  }

  .link {
    font-size: 17px !important;
  }

  .step {
    font-size: 15px !important;
    width: 68px !important;
  }

  .food_name {
    font-size: 0.95rem !important;
  }

  .food_txt {
    font-size: 0.8rem !important;
    line-height: 1.4 !important;
  }

  .logo_ttl {
    /* display: flex; */
    top: 80px !important;
  }

  .bg {
    height: 200px;
  }

  .section_ttl {
    font-size: 32px !important;
    padding-top: 80px !important;
  }

  .market_txt {
    font-size: 16px;
    line-height: 1.4;
  }

  .market_ttl {
    font-size: 28px !important;
    text-align: center !important;
  }

  .market_ttl2 {
    font-size: 19px !important;
    text-align: center !important;
  }

  .Header_ttl {
    font-size: 20px !important;
    padding: 4px 4px !important;
    width: 200px !important;
  }

  .market_txt {
    font-size: 17px !important;
    line-height: 1.5 !important;
  }

  .section_txt {
    font-size: 1rem !important;
  }

  .section_ttl_1 {
    font-size: 24px !important;
  }
  .store {
    font-size: 1rem !important;
  }

  .banner_content h3 {
    line-height: 1.3;
    letter-spacing: 10px;
  }

  .banner_content h4 {
    font-size: 22px !important;
  }

  .fm-flex {
    display: block;
  }

  .fm-item {
    width: calc(100% - 0rem);
  }

  .fm-text {
    display: block;
  }

  .fm-right p {
    margin: 10px 0px 36px 0px;
  }

  .food-button {
    width: 100%;
  }

  .feature-box {
    margin-top: 48px;
  }

  .food-button div:nth-child(2) {
    width: 66%;
    margin-left: 10px;
  }
}

.absolute_ttl {
  position: absolute;
  display: flex;
  top: 100px;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  font-family: 'Arial', 'Noto Sans TC', Helvetica, sans-serif;
  text-shadow: 3px 3px 8px rgb(0 0 0 / 70%);
}

.market_ttl {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
  font-family: 'Arial', 'Noto Sans TC', Helvetica, sans-serif;
}

.market_ttl2 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
  font-family: 'Arial', 'Noto Sans TC', Helvetica, sans-serif;
}

.market_txt {
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.8;
  font-family: 'Arial', 'Noto Sans TC', Helvetica, sans-serif;
}

.section_ttl {
  z-index: 1;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 4px;
  padding-top: 100px;
  font-family: 'Arial', 'Noto Sans TC', Helvetica, sans-serif;
  text-shadow: 3px 3px 8px rgb(0 0 0 / 70%);
}

.banner_content h3 {
  font-size: 75px;
  margin-bottom: 0px;
  margin-top: 0px;
  letter-spacing: 0.2rem;
}

.banner_content h4 {
  font-size: 42px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: 800;
}

.banner_content p {
  font-size: 18px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.banner_title.bg {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0px 16px !important;
  background-image: url(../img/kv-desktop.jpg);
  color: #222;
  text-shadow: 3px 3px 8px rgb(0 0 0 / 0%);
}
.banner_content {
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  line-height: 1.6;
}

.section_ttl_1 {
  z-index: 1;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: 'Arial', 'Noto Sans TC', Helvetica, sans-serif;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section_txt {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: justify;
  margin-bottom: 20px;
}

.food_name {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 10px 0 5px;
}

.Price {
  font-size: 13px;
  font-weight: 400;
}
.Price .num {
  margin: 0 0.1em;
  font-family: 'Helvetica', sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #000;
  line-height: 1;
}

.food_txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin: 10px 0;
  text-align: justify;
}

.warning {
  font-size: 16px;
  color: #888;
  line-height: 1.6;
  margin-top: 20px;
}

.hero_ttl {
  font-size: 60px;
  font-weight: 700;
  margin-top: 30px;
  text-align: center;
  font-family: 'Arial', 'Noto Sans TC', Helvetica, sans-serif;
}

.hero_ttl2 {
  font-size: 60px;
  font-weight: 700;
  margin-top: 30px;
  text-align: center;
  font-family: 'Arial', 'Noto Sans TC', Helvetica, sans-serif;
}

.hero_ttl2::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.hero_txt {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  font-family: 'Arial', 'Noto Sans TC', Helvetica, sans-serif;
  /* margin: 40px auto; */
}

.head_ttl {
  font-size: 32px;
  font-weight: 700;
  background: #fff;
  width: 360px;
  margin-top: -25px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Arial', 'Noto Sans TC', Helvetica, sans-serif;
}

.Header_ttl {
  font-size: 26px;
  font-weight: 700;
  margin-top: 15px;
  padding: 5px 6px;
  margin-bottom: 15px;
  text-align: center;
  /* border: 1px solid #222; */
  color: #222;
  /* width: 220px; */
  margin: 0 auto;
}

.aco-line {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 980px;
  border-top: 1px solid #ccc;
}

.step {
  font-size: 18px;
  font-weight: 700;
  color: #7f0019;
  margin-bottom: 10px;
  border: #7f0019 1px solid;
  padding: 2px;
  width: 85px;
  text-align: center;
  line-height: 1.4;
}

.store {
  font-size: 1rem;
  line-height: 1.8;
}

.store span {
  font-size: 1rem;
  font-weight: bold;
}

.store a {
  color: #666;
  text-decoration: none;
}

.store a:hover {
  text-decoration: underline;
  transition: all 0.3s ease;
  color: #222;
}

.step_txt {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}

span {
  font-size: 13px;
  font-weight: 500;
}

.note_txt {
  font-size: 13px;
  color: #999;
  line-height: 1;
  font-weight: normal;
  line-height: 1.6;
}
.arrow {
  width: 40px;
  padding: 10px 0px;
}

.link {
  font-size: 20px;
  font-weight: 900;
  color: #7f0019;
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
  cursor: pointer;
}

.online {
  display: none;
  /* width: 35px;
    height: 35px; */
  border-radius: 50%;
  padding: 5px;
  text-align: center;
  position: fixed;
  bottom: 120px;
  right: 0px;
  cursor: pointer;
  z-index: 1;
}

.online_txt {
  font-size: 17px;
  text-align: center;
  color: #7f0019;
}

.online img {
  width: 80px;
}

.colLeft {
  width: 150px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .online {
    right: 10px;
  }

  .online img {
    width: 90px;
  }

  .colLeft {
    max-width: 50%;
    width: 180px;
    margin: 0 auto;
  }

  .aco-line {
    max-width: 100% !important;
  }
}

.logo {
  display: block;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 8px;
}

/* =====================

  function

===================== */
/* 画面外にいる状態 */
.js_fade-in {
  opacity: 0;
  transition: all 1000ms;
  transform: translate(0, 35px);
}

.js_fade-in.js_slow {
  transition: all 1400ms;
}

.js_fade-in.js_fast {
  transition: all 600ms;
}

/* 画面内に入った状態 */
.js_fade-in.js_scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (max-width: 767px) {
  .js_fade-in {
    transform: translate(0, 20px);
  }

  .js_fade-in.js_slow {
    transition: all 1000ms;
  }

  .js_fade-in.js_fast {
    transition: all 1000ms;
  }
}

/* share icon */
.section-social a .share-icon {
  opacity: 0.4;
}

.section-social a:hover .share-icon {
  opacity: 1;
}

.section-social .share-icon {
  max-width: 35px;
  transition: all 0.3s ease;
}

.bright:hover {
  opacity: 0.8;
}

/* but */

.relatedLink {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.relatedLink a {
  display: inline-block;
  background: url(//www.muji.net/cache/img/common/arrow_right.png) no-repeat
    14px 50%;
  border: 1px solid #ccc;
  color: #222;
  padding: 7px 14px 7px 28px;
  text-decoration: none;
  font-weight: bold;
}

.relatedLink a:hover {
  border: 1px solid #7f0019;
}

.muji_color {
  color: #7f0019;
}

/* 換行 */

.mbonly {
  display: none;
}

@media screen and (max-width: 767px) {
  .mbonly {
    display: block !important;
  }

  .banner_title.bg {
    height: 350px;
  }

  .section_ttl.banner_title {
    font-size: 68px !important;
  }

  .banner_content p {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .banner_title.bg {
    height: 500px;
    background-image: url(../img/kv.jpg);
  }

  .food-button {
    width: 100%;
    gap: 0px 10px;
  }
}

/* img hover */
.bright {
  opacity: 1;
}

.bright:hover {
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}

/* .gototop */
.gototop {
  width: 35px;
  height: 35px;
  background: url(../img/icon_gototop.png) no-repeat left top / 100% 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  /* opacity: 0.3; */
  position: absolute;
  right: 0;
  z-index: 100;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.pageTop {
  opacity: 0.6;
  margin: 0 auto;
  max-width: 95%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 50px;
  z-index: 1;
}
