@charset "UTF-8";
@font-face {
  font-family: "MUJIFont2020";
  src: url("../assets/font/MUJIFont2020-Heavy.otf") format("opentype");
  font-weight: 900;
}
@font-face {
  font-family: "MUJIFont2020";
  src: url("../assets/font/MUJIFont2020-Bold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "MUJIFont2020";
  src: url("../assets/font/MUJIFont2020-Light.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "MUJIFont2020";
  src: url("../assets/font/MUJIFont2020-Regular.otf") format("opentype");
  font-weight: 400;
}
* {
  font-family: "Noto Sans CJK TC", "MUJIFont2020", "MUJIFont2020";
  line-height: 1.6;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

main {
  width: 100%;
  background-color: #FFF;
}

#globalHeader {
  font-family: arial, "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", Helvetica, sans-serif !important;
}

#siteName a {
  line-height: 2;
}

figure {
  background-color: #F0F0EF;
}
figure img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 394px) {
  figure .img_undisplay_pc {
    display: none !important;
  }
}
@media screen and (max-width: 393px) {
  figure .img_undisplay_m {
    display: none !important;
  }
}

.display_none {
  display: none !important;
}

.cocoa_font {
  color: #504133;
}

.tab_cocoa_font {
  color: #A57B49;
}

.chocolate_font {
  color: #7D654E;
}

.title_block h1 {
  font-size: 32px;
  color: #3C3C43;
  text-align: center;
  font-weight: 900;
}






@media screen and (max-width: 393px) {
  .title_block h1 {
    font-size: 28px;
	font-weight: 900;
  }
}
.title_block p {
  margin-top: 15px;
  font-size: 15px;
  text-align: center;
}
.title_block .undisplay_pc {
  max-width: 350px;
  margin: 15px auto 0px;
  text-align: center;
}
@media screen and (min-width: 601px) {
  .title_block .undisplay_pc {
    display: none !important;
    max-width: 350px;
    margin: 15px auto 0px;
  }
}
@media screen and (max-width: 600px) {
  .title_block .undisplay_m {
    display: none !important;
  }
}

article.main_block {
  max-width: 1072px;
  margin: 34px auto 0px;
}
@media screen and (max-width: 1072px) {
  article.main_block {
    padding: 0px 20px;
  }
}
article.main_block .line_block {
  max-width: 100%;
  margin: 62px auto 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
article.main_block .line_block .line {
  min-width: 80px;
  height: 1px;
  background-color: #C4C4C6;
  flex: 1;
}
article.main_block .line_block p {
  min-width: 200px;
  margin: 0px 24px;
  color: #1D1D1F;
  flex: 0;
  font-size: 24px;
  font-weight: 700;
}
article.main_block .description_block {
  max-width: 588px;
  margin: 43px auto 0px;
  text-align: left;
}
article.main_block .description_block .description_title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 800;
}
article.main_block .description_block .description_content {
  padding: 4px 0px;
  display: flex;
  align-items: center;
  justify-content: baseline;
}
article.main_block .description_block .description_content .dot {
  width: 15px;
  height: 15px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #1D1D1F;
}
article.main_block .description_block .description_content p {
  font-size: 15px;
  color: #1D1D1F;
  flex: 1;
}
article.main_block .description_block .circle_block {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 558px) {
  article.main_block .description_block .circle_block {
    justify-content: center;
  }
}
@media screen and (min-width: 559px) {
  article.main_block .description_block .circle_block .circle_undisplay_pc {
    display: none !important;
  }
}
@media screen and (max-width: 558px) {
  article.main_block .description_block .circle_block .circle_undisplay_m {
    display: none !important;
  }
}
article.main_block .description_block .circle_block .add {
  text-align: center;
  margin: 0px 16px;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
}
article.main_block .description_block .circle_block .circle {
  max-width: 140px;
  min-width: 140px;
  max-height: 140px;
  min-height: 140px;
  padding: 22px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
article.main_block .description_block .circle_block .circle .circle_title {
  flex: 0;
  white-space: nowrap;
  font-weight: 900;
  font-size: 16px;
}
article.main_block .description_block .circle_block .circle .circle_content {
  flex: 0;
  width: 96px;
  margin-top: 4px;
  line-height: 1.6;
  white-space: nowrap;
  font-size: 10px;
}
article.main_block .description_block .circle_block .other {
  background-color: #F4EEDE;
}
article.main_block .description_block .circle_block .chocolate {
  background-color: #7D654E;
  color: #FFF;
}
article.main_block .description_block .circle_block .cocoa {
  background-color: #504133;
  color: #FFF;
}

.tab_main_block {
  width: 100%;
  height: auto;
  margin-top: 105px;
  display: flex;
  justify-content: center;
  align-items: bottom;
}
.tab_main_block .space {
  flex: 1;
  border-bottom: 1px solid;
  border-color: #FFF #FFF #BEB2A6 #FFF;
}
@media screen and (max-width: 800px) {
  .tab_main_block .space {
    max-width: 16px;
  }
}
.tab_main_block .tab_block {
  display: flex;
  min-width: 1073px;
}
@media screen and (max-width: 800px) {
  .tab_main_block .tab_block {
    flex: 1;
    min-width: 0px;
  }
}
.tab_main_block .tab_block .tab {
  text-align: center;
  flex: 1;
  font-size: 14px;
  font-weight: 900;
  padding: 7.5px 0px;
  border-bottom: 1px solid;
  border-color: #FFF #FFF #BEB2A6 #FFF;
  transition: background-color 0.4s ease-out;
}
.tab_main_block .tab_block .unselect {
  background-color: #F6EBE0;
}
.tab_main_block .tab_block .unselect:hover {
  cursor: pointer;
  background-color: #F5EFE9;
}
.tab_main_block .tab_block .select {
  background-color: #FFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #BEB2A6 #BEB2A6 #FFF #BEB2A6;
}

.sub_block_right {
  padding-top: 105px;
  padding-bottom: 105px;
}
@media screen and (max-width: 722px) {
  .sub_block_right {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.sub_block_right .goods_block_right {
  flex: 1;
  max-width: 1024px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  margin: 60px auto 0px;
  padding-left: 16px;
}
@media screen and (max-width: 722px) {
  .sub_block_right .goods_block_right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
  }
}
.sub_block_right .goods_block_right .space_block_right {
  width: 100%;
  max-width: 132px;
  min-width: 16px;
}
.sub_block_right .goods_block_right .space_block_left {
  width: 100%;
  min-width: 16px;
}
.sub_block_right .goods_block_right .space_center_block {
  width: 100%;
  min-width: 60px;
  max-width: 60px;
  height: 30px;
}

.sub_block_left {
  padding-top: 62px;
  padding-bottom: 62px;
  background-color: #F6EBE0;
}
@media screen and (max-width: 722px) {
  .sub_block_left {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sub_block_left .goods_block_left {
  flex: 1;
  max-width: 1024px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 60px auto 0px;
  padding-right: 16px;
}
@media screen and (max-width: 722px) {
  .sub_block_left .goods_block_left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0px;
  }
}
.sub_block_left .goods_block_left .space_block_left {
  width: 100%;
  max-width: 132px;
  min-width: 16px;
}
.sub_block_left .goods_block_left .space_block_right {
  width: 100%;
  min-width: 16px;
}
.sub_block_left .goods_block_left .space_center_block {
  width: 100%;
  min-width: 60px;
  max-width: 60px;
  height: 30px;
}

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

.column_block {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  min-width: 280px;
}
@media screen and (max-width: 722px) {
  .column_block {
    max-width: 350px;
    margin-top: 30px;
  }
}
.column_block .line_block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 13px auto;
}
.column_block .line_block .line {
  height: 1px;
  background-color: #7D654E;
  flex: 1;
}
.column_block .line_block p {
  margin: 0px 8px;
  color: #7D654E;
  font-size: 11px;
  font-weight: 700;
}

.detail_block, .detail_block_last {
  margin-top: 24px;
  background-color: #7D654E;
  font-size: 14px;
  font-weight: 900;
  color: #FFF;
  padding: 10px;
}

.detail_block p, .detail_block_last p {
  font-size: 13px!important;
  font-weight: 400!important;
}

@media screen and (max-width: 393px) {
  .detail_block, .detail_block_last {
    font-size: 15px;
  }
}
@media screen and (max-width: 360px) {
  .detail_block, .detail_block_last {
    max-width: 280px;
  }
}
.detail_block p, .detail_block_last p {
  margin-top: 8px;
  font-size: 11px;
  line-height: 20px;
  font-weight: 350;
}
@media screen and (max-width: 393px) {
  .detail_block p, .detail_block_last p {
    font-size: 13px;
  }
}

.detail_block_last {
  margin-top: 4px;
}

@media screen and (max-width: 360px) {
  .margin_top_screen_360 {
    margin-top: 30px;
  }
}

.margin_top_30 {
  margin-top: 30px;
}

.goods_block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 360px) {
  .goods_block {
    justify-content: center;
    align-items: center;
    max-width: 280px;
  }
}
.goods_block .space_center_block {
  width: 100%;
  min-width: 30px !important;
  max-width: 30px !important;
}
@media screen and (max-width: 360px) {
  .goods_block .space_center_block {
    display: none !important;
  }
}
.goods_block .goods {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  max-width: 125px;
  color: #3C3C43;
  text-decoration: none;
}
@media screen and (max-width: 722px) {
  .goods_block .goods {
    max-width: 160px;
  }
}
.goods_block .goods img {
  width: 142px;
}
@media screen and (max-width: 722px) {
  .goods_block .goods img {
    width: 160px;
  }
}
.goods_block .goods .goods_tip {
  position: absolute;
  color: #7F0019;
  left: 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 722px) {
  .goods_block .goods .goods_tip {
    font-size: 13px;
  }
}
.goods_block .goods .goods_name {
  margin-top: 8px;
  min-height: 40px;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 393px) {
  .goods_block .goods .goods_name {
    font-size: 16px;
  }
}
.goods_block .goods .goods_price {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: baseline;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 400;
}
@media screen and (max-width: 393px) {
  .goods_block .goods .goods_price {
    font-size: 12px;
  }
}
.goods_block .goods .goods_price span {
  font-size: 22px;
  font-weight: 900;
  padding: 0px 4px;
}
@media screen and (max-width: 393px) {
  .goods_block .goods .goods_price span {
    font-size: 18px;
  }
}

.vedio_block {
  margin: 60px auto 0px;
  text-align: center;
}
.vedio_block .more_word {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
}
.vedio_block .plus {
  margin-right: 8px;
  margin-bottom: 1px;
}
.vedio_block iframe {
  margin: 75px auto 0px;
  width: 100%;
  max-width: 465px;
  min-height: 260px;
}
@media screen and (max-width: 393px) {
  .vedio_block iframe {
    min-height: 196px;
    max-width: 350px;
    margin-top: 50px;
  }
}

.plus {
  cursor: pointer;
  width: 12px;
  height: 12px;
  display: flex;
  position: relative;
}
.plus.active .line2 {
  transform: rotate(0deg);
}
.plus .line {
  top: 50%;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.plus .line2 {
  top: 50%;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
}

.carousel {
  position: relative;
  overflow: hidden;
}
.carousel .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 36px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  color: #fff;
  opacity: 0.5;
}
.carousel .prev-arrow {
  left: 0px;
}
.carousel .next-arrow {
  right: 0px;
}
.carousel .description {
  color: #6d6d72;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  padding: 0;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.dot {
  width: 5px;
  height: 5px;
  margin: 0 3.5px;
  background-color: #6D6D72;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #EBEBEC;
}/*# sourceMappingURL=style.css.map */


.goods_block .goods {
  margin-bottom: 20px;
}

.goods_block .goods .goods_name {
  margin-top: 8px;
  font-size: 16px;
}

.goods_block .goods .goods_day {
  color: #7f0019 !important;
  font-size: 13px;
  color: #222;

}
.goods_block .goods .goods_tip {
  position: absolute;
  color: #fff;
  background: #7F0019;
  left: 0px;
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  padding: 0px 4px;
}


@media screen and (min-width: 1024px){


  .sub_block_right .goods_block_right,
  .sub_block_left .goods_block_left {
    max-width: 1073px;
    justify-content: space-around;
  }


  .img_block{
    width: 50%;
  }

  .img_block img {
    padding: 0px 50px;
  }

  .column_block {
    width: 50%;
  }

  .goods_block {
    width: 70%;
    justify-content: space-evenly;
    margin: 0px auto;
  }
  .goods_block .goods {
    margin-bottom: 20px;
    max-width: 160px;
    width: 50%;
  }

  .goods_block .goods img {
    width: 160px;
}

.goods_block .goods .goods_name {
  min-height: 50px;
}


}



.goods_block{
  justify-content: space-around;
}

.goods_block.justify-f{
  justify-content: flex-start; gap: 30px;
}

.title_block p {
  font-size: 16px;
}

article.main_block .description_block .description_title {
  font-size: 20px;
}

article.main_block .description_block .description_content p {
  font-size: 16px;
}

article.main_block .description_block {
  max-width: 650px;
}

.tab_main_block .tab_block .tab {
  font-size: 16px;}

.column_block .line_block p {
  font-size: 12px;
}


.goods_block .goods .goods_price span {
  font-family: arial, 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體', Helvetica, sans-serif !important;
}

.pcOnly {
  display: block !important;
}
.mobOnly {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .pcOnly {
    display: none !important;
  }
  .mobOnly {
    display: block !important;
  }}
