@charset "UTF-8";
/* index */
.idxHero { position: relative; margin-bottom: 50px; opacity: 0; transition: opacity 0.5s; }
.idxHero:before, .idxHero:after { content: " "; display: table; }
.idxHero:after { clear: both; }
.idxHero.is-show { opacity: 1; }
.idxHero .slick-slide { position: relative; }
.idxHero__caption { width: 100%; height: 100%; display: flex; align-items: center; flex-direction: column; justify-content: center; margin: auto; position: absolute; left: 0; right: 0; z-index: 3; font-family: "微軟正黑體"; font-weight: bold; color: #FFFFFF; text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75); }
.idxHero__tit { font-size: 100px; margin-bottom: 30px; }
.idxHero__dec { font-size: 28px; }
.idxHero__scrollBtn { max-width: 50px; position: absolute; left: 50%; bottom: 5%; transform: translate(-50%, 0%); z-index: 2; animation: translateAni 1s 0s alternate infinite; }
.idxHero__scrollBtn img { width: 100%; }
.idxHero__mask { width: 100%; height: 100%; background: url(../images/index/idxHero_mask.png) 0 0 repeat; position: absolute; top: 0; left: 0; z-index: 2; }
@media (max-width: 899px) { .idxHero__tit { margin-bottom: 0.25em; font-size: 50px; }
  .idxHero__dec { font-size: 14px; } }
@media (max-width: 599px) { .idxHero__tit { font-size: 25px; }
  .idxHero__scrollBtn { zoom: 0.75; } }
@media (max-width: 599px) { .idxHero__tit { font-size: 20px; }
  .idxHero__dec { font-size: 13px; } }

@keyframes translateAni { 0% { transform: translate(-50%, 0%); }
  100% { transform: translate(-50%, 15%); } }
.idxNews__control { text-align: center; }

@media (max-width: 599px) { .idxEat .components__center { background: url(../images/index/eat_bn-80_m.jpg) center center no-repeat !important; background-size: cover !important; } }

.idxCertif { padding: 6.9444444444vw 0 5.2083333333vw; background: url(../images/index/c_bg.png) center bottom no-repeat; }
.idxCertif__in { max-width: 1140px; margin: 0 auto; text-align: center; color: #000; }
.idxCertif__tit { margin-bottom: 2.0833333333vw; line-height: 1.25em; font-weight: bold; font-size: 3rem; }
.idxCertif P { margin-bottom: 4.8611111111vw; font-size: 1.5rem; color: #000000; }
.idxCertif__list { display: flex; align-items: center; justify-content: center; }
.idxCertif__item { width: 150px; margin: 0 2.2395833333vw; position: relative; border-radius: 150px; display: flex; align-items: center; justify-content: center; font-size: 1.125rem; transition: all 0.3s ease-out; z-index: 1; }
.idxCertif__item img { width: 100%; }
.idxCertif__item span { position: absolute; top: 25%; left: 50%; transform: translate(-50%, 75%); z-index: 2; }
.idxCertif__item:hover { transform: scale(1.33); }
@media (max-width: 599px) { .idxCertif__item { font-size: 0.95625rem; }
  .idxCertif__item span { top: 50%; left: 50%; font-weight: bold; transform: translate(-50%, -150%); } }
