@charset "UTF-8";
/* Variables */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400&display=swap&subset=chinese-traditional");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:400,500,600&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  color: #170000;
}

html {
  position: relative;
}

body {
  font-family: "Noto Sans TC", "Source Sans Pro", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-family: "微軟正黑體" \0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  overflow-x: hidden;
  background: #f9f2e8;
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select,
button,
textarea {
  vertical-align: middle;
  outline: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
}

.clear {
  clear: both;
  width: 0;
  height: 0px;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
}

.fb-page,
.fb-page span,
.fb-page span iframe[style] {
  width: 100% !important;
}

.ie8-wrap {
  display: none;
}

button {
  cursor: pointer;
}

/*通用全站都有的寫法*/
*:link,
*:visited,
*:hover,
*:active,
*:focus {
  -webkit-transition: color 0.25s linear, background-color 0.25s linear, border-color 0.25s linear, padding 0.15s linear, opacity 0.15s linear, -webkit-filter 0.15s linear, -webkit-transform 0.25s linear;
  transition: color 0.25s linear, background-color 0.25s linear, border-color 0.25s linear, padding 0.15s linear, opacity 0.15s linear, -webkit-filter 0.15s linear, -webkit-transform 0.25s linear;
  -o-transition: color 0.25s linear, background-color 0.25s linear, border-color 0.25s linear, padding 0.15s linear, filter 0.15s linear, opacity 0.15s linear, transform 0.25s linear;
  transition: color 0.25s linear, background-color 0.25s linear, border-color 0.25s linear, padding 0.15s linear, filter 0.15s linear, opacity 0.15s linear, transform 0.25s linear;
  transition: color 0.25s linear, background-color 0.25s linear, border-color 0.25s linear, padding 0.15s linear, filter 0.15s linear, opacity 0.15s linear, transform 0.25s linear, -webkit-filter 0.15s linear, -webkit-transform 0.25s linear;
}

.break {
  display: none;
}

.pc {
  display: block;
}

.mb {
  display: none;
}

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

/* Modules */
@-webkit-keyframes img_shine {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes img_shine {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes font-shine {
  0% {
    background-position: 0% 0;
  }
  to {
    background-position: -300% 0;
  }
}

@keyframes font-shine {
  0% {
    background-position: 0% 0;
  }
  to {
    background-position: -300% 0;
  }
}

@-webkit-keyframes flare_shine {
  0% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}

@keyframes flare_shine {
  0% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes btn-shine {
  0% {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
  }
  70% {
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
  }
  100% {
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
  }
}

@keyframes btn-shine {
  0% {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
  }
  70% {
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
  }
  100% {
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
  }
}

@-webkit-keyframes btn-shine2 {
  0% {
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
  70% {
    -webkit-transform: translateY(120%);
            transform: translateY(120%);
  }
  100% {
    -webkit-transform: translateY(120%);
            transform: translateY(120%);
  }
}

@keyframes btn-shine2 {
  0% {
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
  70% {
    -webkit-transform: translateY(120%);
            transform: translateY(120%);
  }
  100% {
    -webkit-transform: translateY(120%);
            transform: translateY(120%);
  }
}

@-webkit-keyframes scrollMove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}

@keyframes scrollMove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}

@-webkit-keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 160px;
  }
}

@keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 160px;
  }
}

@-webkit-keyframes lineMb {
  0% {
    width: 0;
  }
  100% {
    width: 100px;
  }
}

@keyframes lineMb {
  0% {
    width: 0;
  }
  100% {
    width: 100px;
  }
}

@-webkit-keyframes lineMb30 {
  0% {
    width: 0;
  }
  100% {
    width: 30px;
  }
}

@keyframes lineMb30 {
  0% {
    width: 0;
  }
  100% {
    width: 30px;
  }
}

@-webkit-keyframes backgroundScale {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes backgroundScale {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

[data-aos="text-down"] {
  opacity: 0;
  -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
          transform: translateY(-25px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

[data-aos="text-down"].aos-animate {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

[data-aos="text-up"] {
  opacity: 0;
  -webkit-transform: translateY(25px);
      -ms-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

[data-aos="text-up"].aos-animate {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

[data-aos="scale-photo"] {
  opacity: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

[data-aos="scale-photo"].aos-animate {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

[data-aos="move-left"] {
  opacity: 0;
  -webkit-transform: translateX(25px);
      -ms-transform: translateX(25px);
          transform: translateX(25px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

[data-aos="move-left"].aos-animate {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

[data-aos="backgroundScale"] {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 10s;
  -o-transition: all 10s;
  transition: all 10s;
}

[data-aos="backgroundScale"].aos-animate {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 10s;
  -o-transition: all 10s;
  transition: all 10s;
}

@-webkit-keyframes lineani {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

@keyframes lineani {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

.video-container {
  position: relative;
  padding-bottom: 54.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
}

.video-container > iframe, .video-container > object, .video-container > embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shine-font {
  background: -webkit-linear-gradient(left, #8c2b1f 0%, #341210 24%, #8c2b1f 36%, #341210 46%, #8c2b1f 52%, #341210 58%, #341210 67%, #8c2b1f 100%);
  background-size: 100%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  background-size: 300%;
  -webkit-animation: font-shine 10s infinite;
  animation: font-shine 10s infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.shine-font2 {
  background: -webkit-linear-gradient(left, #fff5f3 0%, #fee4dc 24%, #fff5f3 36%, #fee4dc 46%, #fff5f3 52%, #fee4dc 58%, #fee4dc 67%, #fff5f3 100%);
  background-size: 100%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  background-size: 300%;
  -webkit-animation: font-shine 10s infinite;
  animation: font-shine 10s infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.shine-font3 {
  background: -webkit-linear-gradient(left, #cd5243 0%, #f7c2bb 25%, #cd5243 52%, #f7c2bb 75%, #cd5243 100%);
  background-size: 100%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  background-size: 300%;
  -webkit-animation: font-shine 10s infinite;
  animation: font-shine 10s infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Theme */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9000000;
}

#loading .load-center {
  position: absolute;
  top: 40.5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

#loading .load-center .line-wrap {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 60px;
  height: 60px;
  padding: 30px;
}

#loading .load-center .line-wrap .line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 3px;
  background: #cb1b45;
  -webkit-animation: spin -1.5s infinite ease;
  animation: spin 1.5s infinite ease;
}

#loading .load-center .line-wrap .line:nth-of-type(2) {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

#loading .load-center .line-wrap .line:nth-of-type(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

#loading .load-center .line-wrap .line:nth-of-type(4) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

#loading .load-line {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 20px;
  width: 0%;
  height: 1px;
  background-color: #cb1b45;
  -webkit-transition: all 1s 0.5s ease;
  -o-transition: all 1s 0.5s ease;
  transition: all 1s 0.5s ease;
}

.time-wrapper .time-kv .time-header .kvtop .kv-logo {
  position: absolute;
  top: 11px;
  left: 55px;
  z-index: 2;
  width: 11%;
  max-width: 212px;
  opacity: 1;
}

.time-wrapper .time-kv .time-header .kvtop .kv-logo:hover {
  opacity: 0.8;
}

.time-wrapper .time-kv .time-header .kvtop .kv-logo .pc {
  display: block;
}

.time-wrapper .time-kv .time-header .kvtop .kv-logo .logo-mb {
  display: none;
}

.time-wrapper .time-kv .time-header .kvtop .kv-nav {
  position: absolute;
  top: 60px;
  right: 55px;
  z-index: 200;
  width: 50px;
  height: 50px;
}

.time-wrapper .time-kv .time-header .kvtop .kv-nav .inner {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 100%;
}

.time-wrapper .time-kv .time-header .kvtop .kv-contact {
  position: absolute;
  top: 60px;
  right: 140px;
  z-index: 1;
}

.time-wrapper .time-kv .time-header .kvtop .kv-contact a {
  max-width: 24px;
  display: block;
  font-size: 3.8rem;
  color: #fff;
}

.time-wrapper .time-kv .time-header .kvtop .kv-contact a:hover {
  opacity: 0.8;
}

.time-wrapper .time-kv .time-header .kvtop.on {
  opacity: 1;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.navigation_trigger {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background-color: transparent;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 1030;
  -webkit-transition: all 0.2s cubic-bezier(0.18, 0.72, 0.61, 1.15);
  -o-transition: all 0.2s cubic-bezier(0.18, 0.72, 0.61, 1.15);
  transition: all 0.2s cubic-bezier(0.18, 0.72, 0.61, 1.15);
  cursor: pointer;
}

.navigation_trigger .line1,
.navigation_trigger .line2,
.navigation_trigger .line3 {
  position: absolute;
  width: 48px;
  height: 3px;
  background-color: #341210;
  left: 0px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.navigation_trigger .line1 {
  top: 1px;
}

.navigation_trigger .line2 {
  top: 20px;
}

.navigation_trigger .line3 {
  top: 37px;
}

.navigation_trigger:hover .line1 {
  width: 25px;
  -webkit-transform: translate(0, 20px) rotate(-45deg);
  -ms-transform: translate(0, 20px) rotate(-45deg);
  transform: translate(0, 20px) rotate(-45deg);
}

.navigation_trigger:hover .line3 {
  width: 25px;
  -webkit-transform: translate(1px, -18px) rotate(45deg);
  -ms-transform: translate(1px, -18px) rotate(45deg);
  transform: translate(1px, -18px) rotate(45deg);
}

.navigation_trigger.nav_in {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.menu {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  height: auto;
}

.menu.nav_in {
  height: 100%;
}

.contents_nav {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
}

.contents_nav.nav_in {
  z-index: 1000;
}

.contents_nav.nav_in .nav_list {
  opacity: 1;
}

.contents_nav .nav_close {
  position: absolute;
  top: 60px;
  right: 55px;
  width: 50px;
  height: 50px;
  z-index: 60;
  cursor: pointer;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s cubic-bezier(0.18, 0.72, 0.61, 1.15);
  -o-transition: all 0.2s cubic-bezier(0.18, 0.72, 0.61, 1.15);
  transition: all 0.2s cubic-bezier(0.18, 0.72, 0.61, 1.15);
}

.contents_nav .nav_close .line1,
.contents_nav .nav_close .line2 {
  position: absolute;
  width: 48px;
  height: 3px;
  background-color: #dbc089;
  left: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.contents_nav .nav_close .line1 {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.contents_nav .nav_close .line2 {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contents_nav .nav_close:hover .line1,
.contents_nav .nav_close:hover .line2 {
  background-color: #fff;
}

.contents_nav .nav_close.nav_in {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.contents_nav .nav_close.nav_in_end:hover {
  -webkit-transform: rotate(90deg) scale(1.2);
  -ms-transform: rotate(90deg) scale(1.2);
  transform: rotate(90deg) scale(1.2);
}

.contents_nav .nav_list {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contents_nav .nav_list.nav_in {
  opacity: 1;
  margin: 10% auto 0;
}

.contents_nav .nav_list .item {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contents_nav .nav_list .item a {
  color: #dbc089;
  text-decoration: none;
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Noto Serif TC";
  display: block;
  letter-spacing: 0.1rem;
  width: 100%;
  max-width: 320px;
  margin: 0 auto 10px;
  padding: 0 0 60px;
  background: url("../images/navbg.png") no-repeat bottom center;
  background-size: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.contents_nav .nav_list .item a:hover {
  color: #fff;
  background: url("../images/navbg-hover.png") no-repeat bottom center;
  background-size: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.contents_nav .nav_list .item.privacyLink a {
  font-size: 26px;
  font-size: 2.6rem;
}

.nav_cover {
  background-color: #000;
  position: fixed;
  width: 100%;
  height: 0;
  left: 0;
  top: -50%;
  z-index: -1;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.nav_cover.nav_in {
  height: 200%;
  opacity: 0.8;
  z-index: 50;
}

.navigation_off .contents_nav,
.navigation_off .nav_cover {
  display: none;
}

@media screen and (max-width: 1600px) {
  .time-kv .time-header .kvtop .kv-nav {
    width: 40px;
    height: 40px;
  }
  .time-kv .time-header .kvtop .kv-contact a {
    max-width: 20px;
    font-size: 3.2rem;
  }
  .navigation_trigger {
    width: 40px;
    height: 40px;
  }
  .navigation_trigger .line1,
  .navigation_trigger .line2,
  .navigation_trigger .line3 {
    width: 40px;
    height: 2px;
  }
  .navigation_trigger .line1 {
    top: 1px;
  }
  .navigation_trigger .line2 {
    top: 16px;
  }
  .navigation_trigger .line3 {
    top: 30px;
  }
  .navigation_trigger:hover .line1 {
    width: 22px;
    -webkit-transform: translate(0, 16px) rotate(-45deg);
        -ms-transform: translate(0, 16px) rotate(-45deg);
            transform: translate(0, 16px) rotate(-45deg);
  }
  .navigation_trigger:hover .line3 {
    width: 22px;
    -webkit-transform: translate(1px, -14px) rotate(45deg);
        -ms-transform: translate(1px, -14px) rotate(45deg);
            transform: translate(1px, -14px) rotate(45deg);
  }
  .contents_nav .nav_close {
    width: 40px;
    height: 40px;
  }
  .contents_nav .nav_close .line1,
  .contents_nav .nav_close .line2 {
    width: 40px;
    height: 2px;
  }
  .contents_nav .nav_list .item a {
    font-size: 36px;
    font-size: 3.6rem;
    margin: 0 auto 10px;
    padding: 0 0 50px;
  }
}

@media screen and (max-width: 1440px) {
  .time-kv .time-header .kvtop .kv-logo {
    top: 45px;
    left: 45px;
  }
  .time-kv .time-header .kvtop .kv-nav {
    top: 50px;
    right: 45px;
  }
  .time-kv .time-header .kvtop .kv-contact {
    top: 50px;
    right: 130px;
  }
  .contents_nav .nav_close {
    top: 50px;
    right: 45px;
  }
  .contents_nav .nav_list.nav_in {
    margin: 15% auto 0;
  }
  .contents_nav .nav_list .item a {
    margin: 0 auto 10px;
    padding: 0 0 60px;
  }
}

@media screen and (max-width: 1280px) {
  .time-kv .time-header .kvtop .kv-logo {
    top: 35px;
    left: 55px;
  }
  .time-kv .time-header .kvtop .kv-nav {
    top: 40px;
    right: 35px;
  }
  .time-kv .time-header .kvtop .kv-contact {
    top: 54px;
    right: 110px;
  }
  .contents_nav .nav_close {
    top: 40px;
    right: 35px;
  }
}

@media screen and (max-width: 1000px) {
  .time-kv .time-header .kvtop .kv-logo {
    top: 25px;
    left: 25px;
  }
  .time-kv .time-header .kvtop .kv-nav {
    top: 30px;
    right: 25px;
  }
  .time-kv .time-header .kvtop .kv-contact {
    top: 30px;
    right: 100px;
  }
  .contents_nav .nav_close {
    top: 30px;
    right: 25px;
  }
}

@media screen and (max-width: 768px) {
  .time-wrapper .time-kv .time-header .kvtop .kv-logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    max-width: 212px;
  }
  .time-wrapper .time-kv .time-header .kvtop .kv-nav {
    position: absolute;
    top: 55px;
    right: 55px;
    z-index: 2;
    width: 50px;
    height: 50px;
  }
  .time-wrapper .time-kv .time-header .kvtop .kv-nav .inner {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .time-wrapper .time-kv .time-header .kvtop .kv-contact {
    position: absolute;
    top: 44px;
    right: 110px;
    z-index: 1;
  }
  .time-wrapper .time-kv .time-header .kvtop .kv-contact a {
    max-width: 24px;
    display: block;
    font-size: 3.8rem;
    color: #fff;
  }
  .time-wrapper .time-kv .time-header .kvtop .kv-contact a:hover {
    opacity: 0.8;
  }
  .time-wrapper .time-kv .time-header .kvtop.on {
    opacity: 1;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
  }
}

@media screen and (max-width: 414px) {
  .time-wrapper .time-kv .time-header .kvtop .kv-logo {
    max-width: 120px;
  }
  .time-wrapper .time-kv .time-header .kvtop .kv-nav {
    top: 40px;
    right: 30px;
    width: 50px;
    height: 50px;
  }
  .time-wrapper .time-kv .time-header .kvtop .kv-nav .inner {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .time-wrapper .time-kv .time-header .kvtop .kv-contact {
    top: 35px;
    right: 90px;
    z-index: 1;
  }
  .time-wrapper .time-kv .time-header .kvtop .kv-contact a {
    max-width: 20px;
  }
}

.time-wrapper .time-kv {
  width: 100%;
  position: relative;
}

.time-wrapper .time-kv .bg-img {
  width: 100%;
  background: url(../images/pt1_kv_pc.jpg) no-repeat top center;
  background-size: 100%;
}

.time-wrapper .time-kv .bg-img:before {
  content: "";
  display: block;
  background: url(../images/pt1_kv_pc_light.jpg) no-repeat top center;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-animation: img_shine 1.5s linear infinite alternate;
  animation: img_shine 1.5s linear infinite alternate;
}

.time-wrapper .time-kv .time-kv-txt {
  position: absolute;
  z-index: 2;
  padding-left: 23.6%;
  padding-top: 14%;
  text-align: center;
}

.time-wrapper .time-kv .time-kv-txt p {
  font-size: 3.5rem;
  padding-top: 30px;
  letter-spacing: 0.1rem;
}

.time-wrapper .time-kv .time-kv-txt h2 {
  font-size: 4.5rem;
  font-family: "Noto Serif TC";
  font-weight: 800;
  letter-spacing: 0.1rem;
  padding-bottom: 15px;
}

.time-wrapper .time-kv .time-kv-txt h1 {
  font-size: 6rem;
  font-family: "Noto Serif TC";
  font-weight: 800;
  letter-spacing: 0.1rem;
}

.time-wrapper .time-kv .scrollIcon {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  width: 12px;
  margin: 0 auto;
  padding-bottom: 120px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-animation: scrollMove 1s ease-in infinite alternate;
          animation: scrollMove 1s ease-in infinite alternate;
}

.footer.pc {
  display: block;
  position: fixed;
  z-index: 100;
  bottom: 50%;
  right: 0;
  overflow: hidden;
}

.footer.pc a::before {
  content: "";
  background: url(../images/shine_light.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 200%;
  height: 200%;
  display: block;
  pointer-events: none;
  -webkit-animation: btn-shine2 3s ease 1s infinite;
  animation: btn-shine2 3s ease 1s infinite;
}

.footer.mb {
  display: none;
}

@media screen and (max-width: 1600px) {
  .time-wrapper .time-kv .time-kv-txt h2 {
    font-size: 4rem;
  }
  .time-wrapper .time-kv .time-kv-txt h1 {
    font-size: 5.5rem;
  }
}

@media screen and (max-width: 1440px) {
  .time-wrapper .time-kv .time-kv-txt p {
    font-size: 3rem;
    padding-bottom: 15px;
  }
  .time-wrapper .time-kv .time-kv-txt h2 {
    font-size: 3.5rem;
    padding-bottom: 10px;
  }
  .time-wrapper .time-kv .time-kv-txt h1 {
    font-size: 4.5rem;
  }
  .time-wrapper .time-kv .scrollIcon {
    width: 9px;
  }
}

@media screen and (max-width: 1280px) {
  .time-wrapper .time-kv .time-kv-txt p {
    font-size: 2.5rem;
    padding-bottom: 15px;
  }
  .time-wrapper .time-kv .time-kv-txt h2 {
    font-size: 3rem;
    padding-bottom: 10px;
  }
  .time-wrapper .time-kv .time-kv-txt h1 {
    font-size: 4rem;
  }
  .time-wrapper .time-kv .scrollIcon {
    width: 9px;
  }
}

@media screen and (max-width: 1024px) {
  .time-wrapper .time-kv .time-kv-txt p {
    font-size: 2rem;
    padding-top: 15px;
  }
  .time-wrapper .time-kv .time-kv-txt h2 {
    font-size: 2.5rem;
    padding-bottom: 10px;
  }
  .time-wrapper .time-kv .time-kv-txt h1 {
    font-size: 3.5rem;
  }
  .time-wrapper .time-kv .scrollIcon {
    width: 8px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .time-wrapper .time-kv .bg-img {
    width: 100%;
    background: url(../images/pt1_kv_mb.jpg) no-repeat top center;
    background-size: 100%;
  }
  .time-wrapper .time-kv .bg-img:before {
    content: "";
    display: block;
    background: url(../images/pt1_kv_mb_light.jpg) no-repeat top center;
    background-size: 100%;
  }
  .time-wrapper .time-kv .time-kv-txt {
    position: absolute;
    z-index: 2;
    padding-left: 6%;
    padding-top: 117%;
  }
  .time-wrapper .time-kv .time-kv-txt p {
    font-size: 3.5rem;
    padding-top: 30px;
  }
  .time-wrapper .time-kv .time-kv-txt h2 {
    font-size: 4rem;
    padding-bottom: 10px;
  }
  .time-wrapper .time-kv .time-kv-txt h1 {
    font-size: 6rem;
  }
  .footer.pc {
    display: none;
  }
  .footer.mb {
    display: block;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
  .footer.mb a::before {
    content: "";
    background: url(../images/shine_light.png);
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 200%;
    height: 200%;
    display: block;
    pointer-events: none;
    -webkit-animation: btn-shine 4s ease 1s infinite;
    animation: btn-shine 4s ease 1s infinite;
  }
}

@media screen and (max-width: 414px) {
  .time-wrapper .time-kv .time-kv-txt {
    padding-left: 6%;
    padding-top: 112%;
  }
  .time-wrapper .time-kv .time-kv-txt p {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 550;
    padding-top: 20px;
    letter-spacing: 0.1rem;
  }
  .time-wrapper .time-kv .time-kv-txt h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 800;
    letter-spacing: 0.1rem;
    padding-bottom: 10px;
  }
  .time-wrapper .time-kv .time-kv-txt h1 {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 800;
    letter-spacing: 0.1rem;
  }
}

@media screen and (max-width: 375px) {
  .time-wrapper .time-kv .time-kv-txt {
    padding-left: 6%;
    padding-top: 117%;
  }
  .time-wrapper .time-kv .time-kv-txt p {
    font-size: 19px;
    font-size: 1.9rem;
    padding-top: 15px;
  }
  .time-wrapper .time-kv .time-kv-txt h2 {
    font-size: 21px;
    font-size: 2.1rem;
    padding-bottom: 5px;
  }
  .time-wrapper .time-kv .time-kv-txt h1 {
    font-size: 29px;
    font-size: 2.9rem;
  }
}

.time-pt2-igdt {
  text-align: center;
}

.time-pt2-igdt .igdtWarpMb .intro {
  background: url(../images/pt2_bg_pc.jpg) no-repeat top center;
  background-size: 100%;
  width: 100%;
  position: relative;
  margin-top: -1px;
}

.time-pt2-igdt .igdtWarpMb .intro .contentWrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.time-pt2-igdt .igdtWarpMb .intro .contentWrap .content {
  padding-bottom: 50px;
}

.time-pt2-igdt .igdtWarpMb .intro .contentWrap .content p {
  font-size: 3.5rem;
  font-family: 'Noto Serif TC';
  font-weight: 800;
  letter-spacing: 0.4rem;
}

.time-pt2-igdt .igdtWarpMb .intro .contentWrap .content h1 {
  font-size: 6rem;
  font-family: 'Noto Serif TC';
  font-weight: 800;
  letter-spacing: 0.4rem;
  padding: 30px 0;
}

.time-pt2-igdt .igdtWarpMb .intro .contentWrap .des-sec p {
  padding-top: 70px;
  font-size: 2.4rem;
  line-height: 4rem;
}

.time-pt2-igdt .igdtWarpMb .intro .contentWrap .des-sec .des-photo {
  max-width: 1260px;
  height: 353px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.time-pt2-igdt .igdtWarpMb .intro .contentWrap .des-sec .des-photo::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  background-image: url("../images/tree.jpg");
  background-size: cover;
}

.time-pt2-igdt .igdtWarpMb .intro .contentWrap .des-sec .des-photo.active::before {
  -webkit-animation: backgroundScale 20s ease;
  animation: backgroundScale 20s ease;
}

.time-pt2-igdt .igdtWarpMb .ingredient {
  position: relative;
  margin-top: -1px;
}

.time-pt2-igdt .igdtWarpMb .ingredient .content {
  position: absolute;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  color: #fff5f3;
}

.time-pt2-igdt .igdtWarpMb .ingredient .content h1 {
  font-size: 6rem;
  font-family: 'Noto Serif TC';
  font-weight: 800;
  letter-spacing: 0.4rem;
}

.time-pt2-igdt .igdtWarpMb .ingredient .content p {
  font-size: 3.5rem;
  font-family: 'Noto Serif TC';
  font-weight: 800;
  letter-spacing: 0.3rem;
  padding-top: 30px;
}

.time-pt2-igdt .igdtWarpMb .ingredient .ingredients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap {
  position: relative;
  font-family: 'Microsoft JhengHei', '微軟正黑體';
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtText {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  padding-top: 55%;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtText .flare {
  width: 305px;
  height: 118px;
  background: url(../images/flare.png) center;
  background-size: 100%;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -7px;
  -webkit-animation: flare_shine 0.5s infinite;
          animation: flare_shine 0.5s infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  z-index: 1;
  pointer-events: none;
}

.time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtText p {
  cursor: pointer;
  display: block;
  position: relative;
  line-height: 4.5rem;
  text-align: center;
  border: #e3c8c8 2px solid;
  font-size: 4rem;
  letter-spacing: 0.2rem;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}

.time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtText p span {
  font-size: 2.4rem;
  display: block;
}

.time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtText img {
  padding-top: 30px;
  width: 41px;
}

.time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtTextAfter {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  padding-top: 55%;
  opacity: 0;
  -webkit-transform: translateY(55px);
  -ms-transform: translateY(55px);
      transform: translateY(55px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtTextAfter p {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  text-shadow: 0.3em 0.3em 0.3em #170808;
}

.time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap:hover .igdtText {
  opacity: 0;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
      transform: translateY(15px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap:hover .igdtTextAfter {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtTextAfter.on {
  display: block;
}

.time-pt2-igdt .igdtWarpMb .ingredient .ingredients img {
  width: 100%;
}

@media screen and (max-width: 1600px) {
  .time-pt2-igdt .igdtWarpMb .intro .contentWrap .content p {
    font-size: 3rem;
  }
  .time-pt2-igdt .igdtWarpMb .intro .contentWrap .content h1 {
    font-size: 5.5rem;
  }
  .time-pt2-igdt .igdtWarpMb .intro .contentWrap .des-sec p {
    padding-top: 50px;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .content {
    padding-top: 60px;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .content h1 {
    font-size: 5.5rem;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .content p {
    font-size: 3rem;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtText p {
    border: #e3c8c8 1px solid;
    font-size: 3.5rem;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtText p span {
    font-size: 1.9rem;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtTextAfter p {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 1440px) {
  .time-pt2-igdt .igdtWarpMb .intro .contentWrap .content p {
    font-size: 2.5rem;
  }
  .time-pt2-igdt .igdtWarpMb .intro .contentWrap .content h1 {
    font-size: 4rem;
    padding: 15px 0;
  }
  .time-pt2-igdt .igdtWarpMb .intro .contentWrap .des-sec p {
    font-size: 1.9rem;
    padding-top: 30px;
    line-height: 3rem;
  }
  .time-pt2-igdt .igdtWarpMb .intro .contentWrap .des-sec .des-photo {
    width: 70%;
    height: 300px;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .content {
    padding-top: 70px;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .content h1 {
    font-size: 4rem;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .content p {
    font-size: 2.5rem;
    padding-top: 20px;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtText p {
    font-size: 3rem;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtText p span {
    font-size: 1.9rem;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtTextAfter p {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 1024px) {
  .time-pt2-igdt .igdtWarpMb .intro .contentWrap .content {
    padding-bottom: 30px;
  }
  .time-pt2-igdt .igdtWarpMb .intro .contentWrap .content p {
    font-size: 2rem;
  }
  .time-pt2-igdt .igdtWarpMb .intro .contentWrap .content h1 {
    font-size: 3.5rem;
    padding: 15px 0;
  }
  .time-pt2-igdt .igdtWarpMb .intro .contentWrap .des-sec p {
    font-size: 1.4rem;
    padding-top: 20px;
    line-height: 2.5rem;
  }
  .time-pt2-igdt .igdtWarpMb .intro .contentWrap .des-sec .des-photo {
    width: 70%;
    height: 230px;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .content {
    padding-top: 70px;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .content h1 {
    font-size: 3rem;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .content p {
    font-size: 2rem;
    padding-top: 20px;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtText p {
    font-size: 2.5rem;
    line-height: 3.5rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtText p span {
    font-size: 1.6rem;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtText .flare {
    bottom: -15px;
    left: -17px;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtText img {
    padding-top: 30px;
    width: 30px;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtTextAfter p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .time-pt2-igdt .igdtWarpMb .intro {
    position: relative;
    background: url(../images/pt2_bg_mb.jpg) no-repeat top center;
    background-size: 100%;
    width: 100%;
  }
  .time-pt2-igdt .igdtWarpMb .intro .contentWrap .content {
    padding-bottom: 50px;
  }
  .time-pt2-igdt .igdtWarpMb .intro .contentWrap .content p {
    font-size: 3.5rem;
    font-family: 'Noto Serif TC';
    font-weight: 800;
    letter-spacing: 0.4rem;
  }
  .time-pt2-igdt .igdtWarpMb .intro .contentWrap .content p:nth-of-type(1) {
    padding-top: 50px;
  }
  .time-pt2-igdt .igdtWarpMb .intro .contentWrap .content h1 {
    font-size: 6rem;
    font-family: 'Noto Serif TC';
    font-weight: 800;
    letter-spacing: 0.4rem;
    padding: 30px 0;
  }
  .time-pt2-igdt .igdtWarpMb .intro .contentWrap .des-sec p {
    padding-top: 65px;
    font-size: 2.6rem;
    line-height: 4rem;
    text-align: left;
    margin: 0 10%;
    letter-spacing: 1rem;
  }
  .time-pt2-igdt .igdtWarpMb .intro .contentWrap .des-sec .des-photo {
    max-width: 767px;
    width: 100%;
    height: 260px;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient {
    position: relative;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .content h1 {
    font-size: 6rem;
    font-family: 'Noto Serif TC';
    font-weight: 800;
    letter-spacing: 0.4rem;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .content p {
    font-size: 3.5rem;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtText {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    z-index: 1;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtText .flare {
    width: 305px;
    height: 118px;
    background: url(../images/flare.png) center;
    background-size: 100%;
    text-indent: -9999px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -8px;
    -webkit-animation: flare_shine 0.5s infinite;
    animation: flare_shine 0.5s infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    z-index: 1;
    pointer-events: none;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtText p {
    font-size: 4rem;
    line-height: 4.5rem;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtText p span {
    font-size: 2.4rem;
    display: block;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtText img {
    padding-top: 30px;
    width: 41px;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtTextAfter {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    padding-top: 55%;
    opacity: 0;
    -webkit-transform: translateY(55px);
        -ms-transform: translateY(55px);
            transform: translateY(55px);
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtTextAfter p {
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.2rem;
    text-shadow: 0.2em 0.2em 0.3em #170808;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .adjustMb {
    padding-top: 20%;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap:hover .igdtText {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap:hover .igdtTextAfter {
    opacity: 0;
    -webkit-transform: translateY(55px);
    -ms-transform: translateY(55px);
        transform: translateY(55px);
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap.on .igdtText {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
        transform: translateY(15px);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap.on .igdtTextAfter {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients img {
    width: 100%;
  }
}

@media screen and (max-width: 414px) {
  .time-pt2-igdt .igdtWarpMb .intro .contentWrap .content {
    padding-bottom: 30px;
  }
  .time-pt2-igdt .igdtWarpMb .intro .contentWrap .content p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .time-pt2-igdt .igdtWarpMb .intro .contentWrap .content p:nth-of-type(1) {
    padding-top: 30px;
  }
  .time-pt2-igdt .igdtWarpMb .intro .contentWrap .content h1 {
    font-size: 32px;
    font-size: 3.2rem;
    padding: 15px 0;
  }
  .time-pt2-igdt .igdtWarpMb .intro .contentWrap .des-sec p {
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 30px;
    line-height: 1.4;
    letter-spacing: 0.3rem;
  }
  .time-pt2-igdt .igdtWarpMb .intro .contentWrap .des-sec .des-photo {
    height: 130px;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .content h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .content p {
    font-size: 24px;
    font-size: 2.4rem;
    padding-top: 20px;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtText .flare {
    bottom: -18px;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtText p {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtText p span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtText p::before {
    content: '';
    margin-top: -25%;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtText img {
    padding-top: 25px;
    width: 32px;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtTextAfter p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 375px) {
  .time-pt2-igdt .igdtWarpMb .intro .contentWrap .content p:nth-of-type(1) {
    padding-top: 20px;
  }
  .time-pt2-igdt .igdtWarpMb .intro .contentWrap .des-sec p {
    font-size: 15px;
    font-size: 1.5rem;
    padding-top: 25px;
    line-height: 1.5;
    letter-spacing: 0.4rem;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .content h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .content p {
    font-size: 24px;
    font-size: 2.4rem;
    padding-top: 20px;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtText .flare {
    bottom: -18px;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtText p {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtText p span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtText p::before {
    content: '';
    margin-top: -25%;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtText img {
    padding-top: 25px;
    width: 32px;
  }
  .time-pt2-igdt .igdtWarpMb .ingredient .ingredients .igdtWrap .igdtTextAfter p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.time-wrapper .time-pt3-product {
  background: url(../images/pt3_bg_pc.jpg) no-repeat top center;
  background-size: 100%;
  position: relative;
  margin-top: -1px;
}

.time-wrapper .time-pt3-product .productWrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.time-wrapper .time-pt3-product .productWrap .time-product-txt {
  text-align: center;
  padding-top: 185px;
  padding-bottom: 50px;
}

.time-wrapper .time-pt3-product .productWrap .time-product-txt p {
  font-size: 3.5rem;
  font-family: 'Noto Serif TC';
  font-weight: 800;
  letter-spacing: 0.4rem;
}

.time-wrapper .time-pt3-product .productWrap .time-product-txt h1 {
  font-size: 6rem;
  font-family: 'Noto Serif TC';
  font-weight: 800;
  letter-spacing: 0.4rem;
  padding: 30px 0;
}

.time-wrapper .time-pt3-product .productWrap .productSlider {
  width: 62%;
  margin: 0 auto;
}

.time-wrapper .time-pt3-product .productWrap .productSlider .btns {
  max-width: 946px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.time-wrapper .time-pt3-product .productWrap .productSlider .btns a {
  text-decoration: none;
}

.time-wrapper .time-pt3-product .productWrap .productSlider .btns.bg00 {
  background: url(../images/product_all_1.png) no-repeat top center;
  background-size: 100%;
}

.time-wrapper .time-pt3-product .productWrap .productSlider .btns.bg01 {
  background: url(../images/product_all_2.png) no-repeat top center;
  background-size: 100%;
}

.time-wrapper .time-pt3-product .productWrap .productSlider .btns.bg02 {
  background: url(../images/product_all_3.png) no-repeat top center;
  background-size: 100%;
}

.time-wrapper .time-pt3-product .productWrap .productSlider .btns.bg03 {
  background: url(../images/product_all_4.png) no-repeat top center;
  background-size: 100%;
}

.time-wrapper .time-pt3-product .productWrap .productSlider .btns.bg04 {
  background: url(../images/product_all_5.png) no-repeat top center;
  background-size: 100%;
}

.time-wrapper .time-pt3-product .productWrap .productSlider .btns.bg05 {
  background: url(../images/product_all_6.png) no-repeat top center;
  background-size: 100%;
}

.time-wrapper .time-pt3-product .productWrap .productSlider .btns.bg06 {
  background: url(../images/product_all_7.png) no-repeat top center;
  background-size: 100%;
}

.time-wrapper .time-pt3-product .productWrap .productSlider .btnWrap {
  position: relative;
}

.time-wrapper .time-pt3-product .productWrap .productSlider .btnWrap .btnsBlank {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.time-wrapper .time-pt3-product .productWrap .owl-carousel {
  width: 100%;
  margin: 0 auto;
  margin-top: -50px;
}

.time-wrapper .time-pt3-product .productWrap .owl-carousel .item .product-detail-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
}

.time-wrapper .time-pt3-product .productWrap .owl-carousel .item .product-detail-wrap .product-photo {
  width: 45%;
}

.time-wrapper .time-pt3-product .productWrap .owl-carousel .item .product-detail-wrap .product-photo img {
  width: 85%;
  margin: 0 auto;
  margin-right: 0;
}

.time-wrapper .time-pt3-product .productWrap .owl-carousel .item .product-detail-wrap .product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  padding-top: 50px;
  margin-right: 50px;
  width: 55%;
}

.time-wrapper .time-pt3-product .productWrap .owl-carousel .item .product-detail-wrap .product-content h2 {
  font-size: 4rem;
  font-family: "Noto Serif TC";
  font-weight: 800;
  letter-spacing: 0.3rem;
  line-height: 1.3;
}

.time-wrapper .time-pt3-product .productWrap .owl-carousel .item .product-detail-wrap .product-content .price {
  font-size: 2.8rem;
  font-family: "Noto Serif TC";
  font-weight: 800;
  letter-spacing: 0.3rem;
  padding: 25px 0;
}

.time-wrapper .time-pt3-product .productWrap .owl-carousel .item .product-detail-wrap .product-content .desc {
  font-size: 2.4rem;
  line-height: 1.5;
  padding-right: 100px;
}

.owl-carousel .prev-slide,
.owl-carousel .next-slide {
  z-index: 3;
}

@media screen and (max-width: 1600px) {
  .time-wrapper .time-pt3-product .productWrap .time-product-txt {
    padding-top: 170px;
  }
  .time-wrapper .time-pt3-product .productWrap .time-product-txt p {
    font-size: 3rem;
  }
  .time-wrapper .time-pt3-product .productWrap .time-product-txt h1 {
    font-size: 5.5rem;
  }
  .time-wrapper .time-pt3-product .productWrap .productSlider .btns {
    width: 70%;
  }
  .time-wrapper .time-pt3-product .productWrap .owl-carousel .item .product-detail-wrap .product-content h2 {
    font-size: 3.5rem;
  }
  .time-wrapper .time-pt3-product .productWrap .owl-carousel .item .product-detail-wrap .product-content .price {
    font-size: 2.3rem;
  }
  .time-wrapper .time-pt3-product .productWrap .owl-carousel .item .product-detail-wrap .product-content .desc {
    font-size: 1.9rem;
    padding-right: 80px;
  }
  .time-wrapper .time-pt3-product .productWrap .owl-carousel .owl-nav .owl-prev,
  .time-wrapper .time-pt3-product .productWrap .owl-carousel .owl-nav .owl-next {
    top: 46%;
  }
}

@media screen and (max-width: 1440px) {
  .time-wrapper .time-pt3-product .productWrap .time-product-txt {
    padding-top: 170px;
  }
  .time-wrapper .time-pt3-product .productWrap .time-product-txt p {
    font-size: 2.5rem;
  }
  .time-wrapper .time-pt3-product .productWrap .time-product-txt h1 {
    font-size: 4rem;
    padding: 20px 0;
  }
  .time-wrapper .time-pt3-product .productWrap .owl-carousel {
    margin-top: -30px;
  }
}

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

@media screen and (max-width: 1024px) {
  .time-wrapper .time-pt3-product .productWrap .time-product-txt {
    padding-top: 100px;
  }
  .time-wrapper .time-pt3-product .productWrap .time-product-txt p {
    font-size: 2rem;
  }
  .time-wrapper .time-pt3-product .productWrap .time-product-txt h1 {
    font-size: 3.5rem;
    padding: 20px 0;
  }
  .time-wrapper .time-pt3-product .productWrap .productSlider .btns {
    width: 70%;
  }
  .time-wrapper .time-pt3-product .productWrap .owl-carousel {
    margin-top: -10px;
  }
  .time-wrapper .time-pt3-product .productWrap .owl-carousel .item .product-detail-wrap .product-content h2 {
    font-size: 2.5rem;
  }
  .time-wrapper .time-pt3-product .productWrap .owl-carousel .item .product-detail-wrap .product-content .price {
    font-size: 1.8rem;
    padding: 15px 0;
  }
  .time-wrapper .time-pt3-product .productWrap .owl-carousel .item .product-detail-wrap .product-content .desc {
    font-size: 1.4rem;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .time-wrapper .time-pt3-product {
    background: url(../images/pt3_bg_mb.jpg) no-repeat top center;
    background-size: 100%;
  }
  .time-wrapper .time-pt3-product .productWrap .time-product-txt {
    text-align: center;
    padding-top: 130px;
    padding-bottom: 60px;
  }
  .time-wrapper .time-pt3-product .productWrap .time-product-txt p {
    font-size: 3.5rem;
    font-family: 'Noto Serif TC';
    font-weight: 800;
    letter-spacing: 0.4rem;
  }
  .time-wrapper .time-pt3-product .productWrap .time-product-txt h1 {
    font-size: 6rem;
    font-family: 'Noto Serif TC';
    font-weight: 800;
    letter-spacing: 0.4rem;
    padding: 30px 0;
  }
  .time-wrapper .time-pt3-product .productWrap .productSlider {
    width: 85%;
    margin: 0 auto;
  }
  .time-wrapper .time-pt3-product .productWrap .productSlider .btns {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .time-wrapper .time-pt3-product .productWrap .productSlider .btnWrap {
    position: relative;
  }
  .time-wrapper .time-pt3-product .productWrap .productSlider .btnWrap .btnsBlank {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .time-wrapper .time-pt3-product .productWrap .owl-carousel {
    width: 100%;
    margin: 0 auto;
  }
  .time-wrapper .time-pt3-product .productWrap .owl-carousel .item .product-detail-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 100%;
  }
  .time-wrapper .time-pt3-product .productWrap .owl-carousel .item .product-detail-wrap .product-photo {
    width: 100%;
  }
  .time-wrapper .time-pt3-product .productWrap .owl-carousel .item .product-detail-wrap .product-photo img {
    width: 50%;
    margin: 0 auto;
  }
  .time-wrapper .time-pt3-product .productWrap .owl-carousel .item .product-detail-wrap .product-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    width: 80%;
    margin: 0 auto;
  }
  .time-wrapper .time-pt3-product .productWrap .owl-carousel .item .product-detail-wrap .product-content h2 {
    font-size: 3.7rem;
  }
  .time-wrapper .time-pt3-product .productWrap .owl-carousel .item .product-detail-wrap .product-content .price {
    font-size: 2.8rem;
    padding: 20px 0;
  }
  .time-wrapper .time-pt3-product .productWrap .owl-carousel .item .product-detail-wrap .product-content .desc {
    padding-right: 0;
    font-size: 2.4rem;
  }
  .time-wrapper .time-pt3-product .productWrap .owl-carousel .owl-nav .owl-prev,
  .time-wrapper .time-pt3-product .productWrap .owl-carousel .owl-nav .owl-next {
    top: 35%;
  }
  .time-wrapper .time-pt3-product .productWrap .owl-carousel .owl-nav .owl-prev img,
  .time-wrapper .time-pt3-product .productWrap .owl-carousel .owl-nav .owl-next img {
    width: 50%;
  }
}

@media screen and (max-width: 414px) {
  .time-wrapper .time-pt3-product .productWrap .time-product-txt {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .time-wrapper .time-pt3-product .productWrap .time-product-txt p {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .time-wrapper .time-pt3-product .productWrap .time-product-txt h1 {
    font-size: 32px;
    font-size: 3.2rem;
    padding: 15px 0;
  }
  .time-wrapper .time-pt3-product .productWrap .productSlider {
    width: 95%;
  }
  .time-wrapper .time-pt3-product .productWrap .owl-carousel .item .product-detail-wrap .product-content {
    width: 90%;
  }
  .time-wrapper .time-pt3-product .productWrap .owl-carousel .item .product-detail-wrap .product-content h2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .time-wrapper .time-pt3-product .productWrap .owl-carousel .item .product-detail-wrap .product-content .price {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .time-wrapper .time-pt3-product .productWrap .owl-carousel .item .product-detail-wrap .product-content .desc {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .time-wrapper .time-pt3-product .productWrap .owl-carousel .owl-nav .owl-prev,
  .time-wrapper .time-pt3-product .productWrap .owl-carousel .owl-nav .owl-next {
    top: 30%;
  }
  .time-wrapper .time-pt3-product .height {
    height: 150px;
  }
}

@media screen and (max-width: 375px) {
  .time-wrapper .time-pt3-product .productWrap .time-product-txt {
    text-align: center;
  }
  .time-wrapper .time-pt3-product .productWrap .time-product-txt p {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .time-wrapper .time-pt3-product .productWrap .time-product-txt h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .time-wrapper .time-pt3-product .productWrap .owl-carousel {
    margin-top: -13px;
  }
  .time-wrapper .time-pt3-product .productWrap .owl-carousel .item .product-detail-wrap {
    width: 100%;
  }
  .time-wrapper .time-pt3-product .productWrap .owl-carousel .item .product-detail-wrap .product-content {
    width: 90%;
    line-height: 1.5;
  }
  .time-wrapper .time-pt3-product .productWrap .owl-carousel .item .product-detail-wrap .product-content .break {
    display: block;
  }
  .time-wrapper .time-pt3-product .productWrap .owl-carousel .item .product-detail-wrap .product-content h2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .time-wrapper .time-pt3-product .productWrap .owl-carousel .item .product-detail-wrap .product-content .price {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 0;
  }
  .time-wrapper .time-pt3-product .productWrap .owl-carousel .item .product-detail-wrap .product-content .desc {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    padding-right: 0;
  }
  .time-wrapper .time-pt3-product .height {
    height: 150px;
  }
}

#honorstige {
  text-align: center;
  margin-top: -1px;
}

#honorstige .honorstige-sec1-wrap {
  width: 100%;
  position: relative;
}

#honorstige .honorstige-sec1-wrap .bg-img {
  width: 100%;
  background: url(../images/honorstige-sec1-bg-pc.jpg) no-repeat top center;
  background-size: 100%;
}

#honorstige .honorstige-sec1-wrap .bg-img:before {
  content: "";
  display: block;
  background: url(../images/honorstige-sec1-bg-pc-light.jpg) no-repeat top center;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-animation: img_shine 3.5s linear infinite alternate;
  animation: img_shine 3.5s linear infinite alternate;
}

#honorstige .honorstige-sec1-wrap .wrap {
  position: absolute;
  z-index: 2;
  top: 11.2%;
  left: 0;
  right: 0;
  bottom: 0;
}

#honorstige .honorstige-sec1-wrap .wrap .sec1-tit {
  color: #fff5f3;
}

#honorstige .honorstige-sec1-wrap .wrap .sec1-tit h1 {
  font-size: 6rem;
  font-family: 'Noto Serif TC';
  font-weight: 800;
  letter-spacing: 0.4rem;
  padding: 30px 0;
  line-height: 1.3em;
}

#honorstige .honorstige-sec1-wrap .wrap .sec1-tit p {
  font-size: 3.5rem;
  font-family: 'Noto Serif TC';
  font-weight: 800;
  letter-spacing: 0.4rem;
}

#honorstige .honorstige-sec1-wrap .wrap .sec2-content {
  position: relative;
  height: 100%;
  width: 100%;
}

#honorstige .honorstige-sec1-wrap .wrap .sec2-content .txt {
  color: #fff5f3;
  position: absolute;
}

#honorstige .honorstige-sec1-wrap .wrap .sec2-content .txt h2 {
  font-size: 4rem;
  font-family: "Noto Serif TC";
  font-weight: 800;
  letter-spacing: 0.3rem;
  line-height: 1.3;
}

#honorstige .honorstige-sec1-wrap .wrap .sec2-content .txt .price {
  font-size: 2.8rem;
  font-family: "Noto Serif TC";
  font-weight: 800;
  letter-spacing: 0.3rem;
  padding: 0.8em 0;
}

#honorstige .honorstige-sec1-wrap .wrap .sec2-content .txt .more-btn {
  position: relative;
  display: block;
  border: none;
  outline: none;
}

#honorstige .honorstige-sec1-wrap .wrap .sec2-content .txt .more-btn::before {
  content: "";
  position: absolute;
  width: 146px;
  height: 43px;
  left: 0;
  right: 0;
  bottom: -22px;
  margin: 0 auto;
  background: url(../images/flare.png) no-repeat center;
  background-size: 100%;
  -webkit-animation: flare_shine 0.5s infinite;
          animation: flare_shine 0.5s infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  z-index: 1;
  pointer-events: none;
}

#honorstige .honorstige-sec1-wrap .wrap .sec2-content .product1 {
  top: 10%;
  left: 31.2%;
}

#honorstige .honorstige-sec1-wrap .wrap .sec2-content .product2 {
  top: 50%;
  right: 28%;
}

#honorstige .honorstige-sec2-wrap {
  width: 100%;
  position: relative;
  margin-top: -1px;
}

#honorstige .honorstige-sec2-wrap .bg-img {
  width: 100%;
  background: url(../images/honorstige-sec2-bg-pc.jpg) no-repeat top center;
  background-size: 100%;
}

#honorstige .honorstige-sec2-wrap .wrap {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#honorstige .honorstige-sec2-wrap .wrap .sec2-tit h1 {
  font-size: 4.5rem;
  font-family: "Noto Serif TC";
  font-weight: 800;
  letter-spacing: 0.4rem;
  padding: 2.85% 0 30px;
  color: #fff5f3;
}

#honorstige .honorstige-sec2-wrap .wrap .sec2-tit p {
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  color: #fff;
}

#honorstige .honorstige-sec2-wrap .wrap .honorstige-slider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#honorstige .honorstige-sec2-wrap .wrap .honorstige-slider .item {
  width: 33.33333%;
}

#honorstige .honorstige-sec2-wrap .wrap .honorstige-slider .item .txt {
  position: relative;
}

#honorstige .honorstige-sec2-wrap .wrap .honorstige-slider .item .txt img {
  max-width: 100%;
}

#honorstige .honorstige-sec2-wrap .wrap .honorstige-slider .item .txt p {
  font-family: "Microsoft JhengHei", "微軟正黑體";
  font-weight: 400;
  position: absolute;
  color: #d4c9c6;
  top: 40%;
  right: 15%;
  line-height: 1.5;
  letter-spacing: 0.8rem;
  font-size: 2.4rem;
  text-align: left;
}

#honorstige .honorstige-sec2-wrap .wrap .honorstige-slider .item .txt p span {
  display: block;
  font-size: 4rem;
  letter-spacing: 0.2rem;
}

#honorstige .honorstige-sec2-wrap .wrap .honorstige-note {
  color: #d4c9c6;
  padding-top: 72px;
}

#honorstige .honorstige-sec2-wrap .wrap .honorstige-note p {
  font-size: 1.4rem;
  line-height: 1.5;
}

.modal {
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
}

.modal .modal-dialog {
  width: 100%;
  margin: 0;
}

.modal .modal-dialog .modal-content {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 40px;
}

.modal .modal-dialog .modal-content .modal-body {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}

.modal .modal-dialog .modal-content .modal-body .close {
  position: absolute;
  top: -2px;
  right: -2px;
  background: url(../images/close.png) no-repeat center;
  background-size: 100%;
  width: 50px;
  height: 50px;
  opacity: 1;
  border: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.modal .modal-dialog .modal-content .modal-body .close span {
  opacity: 0;
}

.modal .modal-dialog .modal-content .modal-body .close:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap {
  width: 100%;
  padding: 80px 66px 50px;
}

.modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .tit {
  color: #fff5f3;
}

.modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .tit h1 {
  font-size: 6rem;
  font-family: 'Noto Serif TC';
  font-weight: 800;
  letter-spacing: 0.4rem;
}

.modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .tit p {
  font-size: 3.5rem;
  font-family: 'Noto Serif TC';
  font-weight: 800;
  letter-spacing: 0.4rem;
  padding: 1em 0;
  letter-spacing: 0.4em;
}

.modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .photo img {
  width: 100%;
  margin: 0 auto;
}

.modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .content {
  padding-left: 20%;
  padding-right: 20%;
  color: #fff5f3;
}

.modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .content h1 {
  font-size: 4rem;
  font-family: "Noto Serif TC";
  font-weight: 800;
  letter-spacing: 0.4rem;
  padding: 1em 0 1.5em;
  position: relative;
}

.modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .content h1::after {
  content: "";
  position: absolute;
  width: 475px;
  height: 87px;
  left: 0;
  right: 0;
  bottom: 33px;
  margin: 0 auto;
  background: url(../images/honorstige-popup-tit-bg.png) no-repeat center;
  background-size: 100%;
}

.modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .content p {
  font-family: "Microsoft JhengHei", "微軟正黑體";
  text-align: left;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 1440px) {
  #honorstige {
    text-align: center;
  }
  #honorstige .honorstige-sec1-wrap .wrap {
    top: 11.2%;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec1-tit h1 {
    font-size: 4rem;
    padding: 20px 0;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec1-tit p {
    font-size: 2.5rem;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec2-content .txt h2 {
    font-size: 3.5rem;
    line-height: 1.3;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec2-content .txt .price {
    font-size: 2.3rem;
    padding: 0.8em 0;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec2-content .txt .more-btn {
    width: 120px;
    margin: 0 auto;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec2-content .txt .more-btn::before {
    content: "";
    width: 120px;
    height: 43px;
    bottom: -21px;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec2-content .product1 {
    left: 28.2%;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec2-content .product2 {
    right: 24%;
  }
  #honorstige .honorstige-sec2-wrap .wrap .sec2-tit h1 {
    font-size: 4rem;
    padding: 2.85% 0 30px;
  }
  #honorstige .honorstige-sec2-wrap .wrap .sec2-tit p {
    font-size: 2.4rem;
  }
  #honorstige .honorstige-sec2-wrap .wrap .honorstige-slider {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #honorstige .honorstige-sec2-wrap .wrap .honorstige-slider .item {
    width: 33.33333%;
  }
  #honorstige .honorstige-sec2-wrap .wrap .honorstige-slider .item .txt {
    position: relative;
  }
  #honorstige .honorstige-sec2-wrap .wrap .honorstige-slider .item .txt img {
    max-width: 100%;
  }
  #honorstige .honorstige-sec2-wrap .wrap .honorstige-slider .item .txt p {
    top: 40%;
    right: 15%;
    font-size: 2.4rem;
  }
  #honorstige .honorstige-sec2-wrap .wrap .honorstige-slider .item .txt p span {
    font-size: 3.5rem;
  }
  .modal .modal-dialog .modal-content .modal-body .close {
    width: 35px;
    height: 35px;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap {
    padding: 80px 66px 50px;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .tit h1 {
    font-size: 4rem;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .tit p {
    font-size: 2.5rem;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .photo img {
    width: 80%;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .content h1 {
    font-size: 3.5rem;
    padding: 1em 0 1.5em;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .content h1::after {
    content: "";
    width: 475px;
    height: 87px;
    bottom: 27px;
    width: 75%;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .content p {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 1280px) {
  #honorstige .honorstige-sec1-wrap .wrap .sec2-content .txt h2 {
    font-size: 3rem;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec2-content .txt .price {
    font-size: 1.8rem;
  }
  #honorstige .honorstige-sec2-wrap .wrap .honorstige-note {
    padding-top: 30px;
  }
}

@media screen and (max-width: 1024px) {
  #honorstige {
    text-align: center;
  }
  #honorstige .honorstige-sec1-wrap .wrap {
    top: 10%;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec1-tit h1 {
    font-size: 3.5rem;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec1-tit p {
    font-size: 2rem;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec2-content .txt h2 {
    font-size: 2.5rem;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec2-content .txt .price {
    font-size: 1.3rem;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec2-content .txt .more-btn {
    width: 100px;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec2-content .txt .more-btn::before {
    content: "";
    width: 100px;
    height: 43px;
    bottom: -21px;
  }
  #honorstige .honorstige-sec2-wrap .wrap .sec2-tit h1 {
    font-size: 3.5rem;
  }
  #honorstige .honorstige-sec2-wrap .wrap .sec2-tit p {
    font-size: 1.9rem;
  }
  #honorstige .honorstige-sec2-wrap .wrap .honorstige-slider .item .txt p {
    right: 10%;
    font-size: 1.9rem;
  }
  #honorstige .honorstige-sec2-wrap .wrap .honorstige-slider .item .txt p span {
    font-size: 2.5rem;
  }
  #honorstige .honorstige-sec2-wrap .wrap .honorstige-note {
    padding-top: 15px;
  }
  .modal .modal-dialog .modal-content {
    padding: 40px;
  }
  .modal .modal-dialog .modal-content .modal-body .close {
    width: 35px;
    height: 35px;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap {
    padding: 80px 66px 50px;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .tit h1 {
    font-size: 3.5rem;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .tit p {
    font-size: 2rem;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .photo img {
    width: 80%;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .content h1 {
    font-size: 3rem;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .content h1::after {
    content: "";
    width: 475px;
    height: 87px;
    bottom: 15px;
    width: 75%;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .content p {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 767px) {
  #honorstige .pc {
    display: none !important;
  }
  #honorstige .honorstige-sec1-wrap .bg-img {
    background: url(../images/honorstige-sec1-bg-mb.jpg) no-repeat top center;
    background-size: 100%;
  }
  #honorstige .honorstige-sec1-wrap .bg-img:before {
    content: "";
    display: block;
    background: url(../images/honorstige-sec1-bg-mb-light.jpg) no-repeat top center;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-animation: img_shine 3.5s linear infinite alternate;
    animation: img_shine 3.5s linear infinite alternate;
  }
  #honorstige .honorstige-sec1-wrap .wrap {
    top: 13.5%;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec1-tit {
    color: #fff5f3;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec1-tit h1 {
    font-size: 6rem;
    font-family: 'Noto Serif TC';
    font-weight: 800;
    letter-spacing: 0.4rem;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec1-tit p {
    font-size: 3.5rem;
    font-family: 'Noto Serif TC';
    font-weight: 800;
    letter-spacing: 0.4rem;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec2-content .txt {
    color: #fff5f3;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec2-content .txt h2 {
    font-size: 3.5rem;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec2-content .txt .price {
    font-size: 2.3rem;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec2-content .txt .more-btn {
    width: 146px;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec2-content .txt .more-btn::before {
    width: 146px;
    height: 43px;
    bottom: -21px;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec2-content .product1 {
    top: 12%;
    left: 8%;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec2-content .product2 {
    top: 59%;
    right: 8%;
  }
  #honorstige .honorstige-sec2-wrap {
    width: 100%;
    position: relative;
  }
  #honorstige .honorstige-sec2-wrap .bg-img {
    width: 100%;
    background: url(../images/honorstige-sec2-bg-mb.jpg) no-repeat top center;
    background-size: 100%;
  }
  #honorstige .honorstige-sec2-wrap .bg-img:before {
    content: "";
    display: block;
    background: url(../images/honorstige-sec2-bg-mb-light.jpg) no-repeat top center;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-animation: img_shine 3.5s linear infinite alternate;
    animation: img_shine 3.5s linear infinite alternate;
  }
  #honorstige .honorstige-sec2-wrap .wrap {
    top: 10.8%;
  }
  #honorstige .honorstige-sec2-wrap .wrap .sec2-tit h1 {
    font-size: 4.5rem;
    padding: 2.85% 0 30px;
  }
  #honorstige .honorstige-sec2-wrap .wrap .sec2-tit p {
    font-size: 2.4rem;
  }
  #honorstige .honorstige-sec2-wrap .wrap .honorstige-slider {
    display: block;
  }
  #honorstige .honorstige-sec2-wrap .wrap .honorstige-slider .item {
    width: 100%;
  }
  #honorstige .honorstige-sec2-wrap .wrap .honorstige-slider .item .txt img {
    width: 100%;
  }
  #honorstige .honorstige-sec2-wrap .wrap .honorstige-slider .item .txt p {
    font-size: 2.4rem;
    top: 40%;
    right: 17.8%;
  }
  #honorstige .honorstige-sec2-wrap .wrap .honorstige-slider .item .txt p span {
    font-size: 4rem;
  }
  #honorstige .honorstige-sec2-wrap .wrap .honorstige-slider .owl-nav .owl-prev {
    margin-left: 3%;
    height: 49px;
  }
  #honorstige .honorstige-sec2-wrap .wrap .honorstige-slider .owl-nav .owl-next {
    margin-right: 3%;
    height: 49px;
  }
  #honorstige .honorstige-sec2-wrap .wrap .honorstige-note {
    color: #d4c9c6;
    padding-top: 72px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: left;
  }
  #honorstige .honorstige-sec2-wrap .wrap .honorstige-note p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .modal {
    width: 100%;
  }
  .modal .modal-dialog {
    width: 100%;
    margin: 0;
  }
  .modal .modal-dialog .modal-content {
    padding: 0;
    padding-top: 40px;
  }
  .modal .modal-dialog .modal-content .modal-body {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .modal .modal-dialog .modal-content .modal-body .close {
    top: -2px;
    right: 5%;
    width: 50px;
    height: 50px;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap {
    width: 100%;
    padding: 0;
    padding-top: 15%;
    padding-bottom: 15%;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .tit h1 {
    font-size: 6rem;
    font-family: 'Noto Serif TC';
    font-weight: 800;
    letter-spacing: 0.4rem;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .tit p {
    font-size: 3.5rem;
    font-family: 'Noto Serif TC';
    font-weight: 800;
    letter-spacing: 0.4rem;
    padding: 1em 0;
    letter-spacing: 0.4em;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .photo img {
    width: 100%;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .content {
    padding-left: 15%;
    padding-right: 15%;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .content h1 {
    font-size: 4rem;
    padding: 1em 0 1.5em;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .content h1::after {
    width: 475px;
    height: 87px;
    left: 0;
    right: 0;
    bottom: 33px;
    background: url(../images/honorstige-popup-tit-bg.png) no-repeat center;
    background-size: 100%;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .content p {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.2em;
  }
}

@media screen and (max-width: 414px) {
  #honorstige .honorstige-sec1-wrap .wrap {
    top: 13.5%;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec1-tit h1 {
    font-size: 3.2rem;
    padding: 15px 0;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec1-tit p {
    font-size: 2.4rem;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec2-content .txt h2 {
    font-size: 2rem;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec2-content .txt .price {
    font-size: 1.3rem;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec2-content .txt .more-btn {
    width: 100px;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec2-content .txt .more-btn::before {
    width: 100px;
    height: 43px;
    bottom: -21px;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec2-content .product1 {
    top: 12%;
    left: 8%;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec2-content .product2 {
    top: 59%;
    right: 8%;
  }
  #honorstige .honorstige-sec2-wrap {
    width: 100%;
    position: relative;
  }
  #honorstige .honorstige-sec2-wrap .wrap {
    top: 10.8%;
  }
  #honorstige .honorstige-sec2-wrap .wrap .sec2-tit h1 {
    font-size: 3rem;
    padding: 2.85% 0 30px;
  }
  #honorstige .honorstige-sec2-wrap .wrap .sec2-tit p {
    font-size: 1.9rem;
  }
  #honorstige .honorstige-sec2-wrap .wrap .honorstige-slider {
    display: block;
  }
  #honorstige .honorstige-sec2-wrap .wrap .honorstige-slider .item {
    width: 100%;
  }
  #honorstige .honorstige-sec2-wrap .wrap .honorstige-slider .item .txt img {
    width: 100%;
  }
  #honorstige .honorstige-sec2-wrap .wrap .honorstige-slider .item .txt p {
    font-size: 1.9rem;
    right: 15%;
  }
  #honorstige .honorstige-sec2-wrap .wrap .honorstige-slider .item .txt p span {
    font-size: 2.5rem;
  }
  #honorstige .honorstige-sec2-wrap .wrap .honorstige-slider .owl-nav .owl-prev {
    margin-left: 3%;
  }
  #honorstige .honorstige-sec2-wrap .wrap .honorstige-slider .owl-nav .owl-prev img {
    width: 80%;
  }
  #honorstige .honorstige-sec2-wrap .wrap .honorstige-slider .owl-nav .owl-next {
    margin-right: 3%;
  }
  #honorstige .honorstige-sec2-wrap .wrap .honorstige-slider .owl-nav .owl-next img {
    width: 80%;
  }
  #honorstige .honorstige-sec2-wrap .wrap .honorstige-note {
    padding-top: 0;
  }
  #honorstige .honorstige-sec2-wrap .wrap .honorstige-note p {
    font-size: 1.2rem;
  }
  .modal .modal-dialog .modal-content {
    padding-top: 20px;
  }
  .modal .modal-dialog .modal-content .modal-body .close {
    top: -2px;
    right: 5%;
    width: 25px;
    height: 25px;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap {
    padding: 0;
    padding-top: 10%;
    padding-bottom: 15%;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .tit h1 {
    font-size: 3.2rem;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .tit p {
    font-size: 2.4rem;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .photo img {
    width: 100%;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .content {
    padding-left: 8%;
    padding-right: 8%;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .content h1 {
    font-size: 3rem;
    text-align: center;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .content h1::after {
    width: 475px;
    height: 87px;
    bottom: 16px;
    margin: 0 auto;
    width: 98%;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .content p {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 375px) {
  #honorstige .honorstige-sec1-wrap .wrap .sec2-content .txt .more-btn::before {
    bottom: -22px;
  }
  #honorstige .honorstige-sec1-wrap .wrap .sec2-content .product1 {
    top: 8%;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap {
    padding: 0;
    padding-top: 15%;
    padding-bottom: 15%;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .tit h1 {
    font-size: 2.8rem;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .tit p {
    font-size: 2rem;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .content {
    padding-left: 8%;
    padding-right: 8%;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .content h1 {
    font-size: 2.5rem;
  }
  .modal .modal-dialog .modal-content .modal-body .honorstige-modal-wrap .content h1::after {
    width: 475px;
    height: 87px;
    bottom: 6px;
    width: 95%;
  }
}

.time-wrapper .time-pt4-event {
  margin-top: -1px;
}

.time-wrapper .time-pt4-event .event1 {
  background: url(../images/pt4_bg_pc.jpg) no-repeat top center;
  background-size: 100%;
}

.time-wrapper .time-pt4-event .event1 .event1Wrap {
  padding: 0 28.3%;
}

.time-wrapper .time-pt4-event .event1 .event1Wrap .time-event1-txt {
  text-align: center;
  padding-top: 185px;
}

.time-wrapper .time-pt4-event .event1 .event1Wrap .time-event1-txt p {
  font-size: 3.5rem;
  font-family: 'Noto Serif TC';
  font-weight: 800;
  letter-spacing: 0.4rem;
}

.time-wrapper .time-pt4-event .event1 .event1Wrap .time-event1-txt h1 {
  font-size: 6rem;
  font-family: 'Noto Serif TC';
  font-weight: 800;
  letter-spacing: 0.4rem;
  padding: 30px 0;
}

.time-wrapper .time-pt4-event .event1 .event1Wrap .ytvideo {
  margin: 60px 0;
}

.time-wrapper .time-pt4-event .event1 .event1Wrap .ytvideo .video picture .video {
  max-width: 830px;
}

.time-wrapper .time-pt4-event .event1 .event1Wrap .time-event1-txt2 {
  text-align: center;
}

.time-wrapper .time-pt4-event .event1 .event1Wrap .time-event1-txt2 .eventH3 {
  padding: 30px 0 55px 0;
}

.time-wrapper .time-pt4-event .event1 .event1Wrap .time-event1-txt2 .eventP {
  padding: 40px 0;
}

.time-wrapper .time-pt4-event .event2 {
  background: url(../images/pt5_bg_pc.jpg) no-repeat top center;
  background-size: 100%;
  text-align: center;
}

.time-wrapper .time-pt4-event .event2 .event2Wrap .note {
  font-size: 1.4rem;
  color: #a2826e;
  line-height: 1.5;
  padding: 0 28.3%;
}

.time-wrapper .time-pt4-event .event2 .event2Wrap .note:nth-of-type(1) {
  text-align: left;
}

.time-wrapper .time-pt4-event .event2 .event2Wrap .time-event2-txt {
  text-align: center;
  padding-top: 100px;
}

.time-wrapper .time-pt4-event .event2 .event2Wrap .time-event2-txt .eventH3 {
  padding: 30px 0 55px 0;
}

.time-wrapper .time-pt4-event .event2 .event2Wrap .time-event2-txt .eventH4 span {
  font-size: 4rem;
  font-weight: bold;
}

.time-wrapper .time-pt4-event .event2 .event2Wrap .time-event2-txt .eventP {
  text-align: center;
  padding: 20px 0;
}

.time-wrapper .time-pt4-event .event2 .event2Wrap .event2-photo-wrap {
  position: relative;
}

.time-wrapper .time-pt4-event .event2 .event2Wrap .event2-photo-wrap .event2-photo {
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  bottom: 0;
  width: 80%;
  margin: 0 auto;
}

.time-wrapper .time-pt4-event .event2 .event2Wrap .event2-photo-wrap .event2-photo .item {
  position: relative;
  width: 100%;
}

.time-wrapper .time-pt4-event .event2 .event2Wrap .event2-photo-wrap .event2-photo .item .text-bubble {
  position: absolute;
  top: -80px;
  left: 3%;
  width: 70%;
}

.time-wrapper .time-pt4-event .event2 .event2Wrap .event2-photo-wrap .event2-photo .item .event-model {
  position: absolute;
  top: -50px;
  right: 3%;
  width: 50%;
}

.time-wrapper .time-pt4-event .event2 .event2Wrap .event1-note,
.time-wrapper .time-pt4-event .event2 .event2Wrap .event2-note {
  padding-top: 50px;
}

.time-wrapper .shopBtn2 {
  cursor: pointer;
  max-width: 530px;
  width: 100%;
  margin: 60px auto;
  display: block;
  position: relative;
  font-size: 8rem;
  line-height: 4.5rem;
  text-align: center;
  text-decoration: none;
  border: #55121d 2px solid;
  color: #55121d;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  overflow: hidden;
}

.time-wrapper .shopBtn2 span {
  font-size: 4rem;
  letter-spacing: 0.2rem;
  display: block;
}

.time-wrapper .shopBtn2::before {
  content: '';
  background: url(../images/shine_light.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 200%;
  height: 200%;
  margin-top: -20%;
  display: block;
  pointer-events: none;
  -webkit-animation: btn-shine 4s ease 1s infinite;
  animation: btn-shine 4s ease 1s infinite;
}

.time-wrapper .gotopBtn {
  cursor: pointer;
  max-width: 70px;
  width: 100%;
  margin: 0 auto 50px;
  text-align: center;
}

.time-wrapper .gotopBtn a {
  display: block;
  text-decoration: none;
}

.eventH2 {
  font-size: 4.5rem;
  font-family: 'Noto Serif TC';
  font-weight: 800;
  letter-spacing: 0.4rem;
}

.eventH3::before, .eventH3::after {
  content: '';
  width: 160px;
  height: 1px;
  background-color: #73241a;
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
  position: relative;
  top: -8px;
}

.eventH3 span {
  font-size: 3rem;
  font-family: 'Noto Serif TC';
  font-weight: 800;
  letter-spacing: 0.4rem;
}

.eventH4 {
  font-size: 3rem;
  letter-spacing: 0.3rem;
  line-height: 1.5;
}

.eventP {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  text-align: left;
}

@media screen and (max-width: 1440px) {
  .time-wrapper .time-pt4-event .event1 .event1Wrap {
    padding: 0 28.3%;
  }
  .time-wrapper .time-pt4-event .event1 .event1Wrap .time-event1-txt {
    padding-top: 100px;
  }
  .time-wrapper .time-pt4-event .event1 .event1Wrap .time-event1-txt p {
    font-size: 2.5rem;
  }
  .time-wrapper .time-pt4-event .event1 .event1Wrap .time-event1-txt h1 {
    font-size: 4rem;
    padding: 20px 0;
  }
  .time-wrapper .time-pt4-event .event1 .event1Wrap .ytvideo .video picture .video {
    max-width: 650px;
  }
  .time-wrapper .time-pt4-event .event1 .event1Wrap .time-event1-txt2 .eventH3 {
    padding: 30px 0 45px 0;
  }
  .time-wrapper .time-pt4-event .event1 .event1Wrap .time-event1-txt2 .eventP {
    padding: 30px 0;
  }
  .time-wrapper .time-pt4-event .event2 .event2Wrap .time-event2-txt .eventH3 {
    padding: 30px 0 15px 0;
  }
  .time-wrapper .time-pt4-event .event2 .event2Wrap .event2-photo-wrap .event2-photo {
    width: 80%;
    top: -15px;
  }
  .time-wrapper .time-pt4-event .event2 .event2Wrap .event2-photo-wrap .event2-photo .item {
    width: 100%;
  }
  .time-wrapper .shopBtn2 {
    width: 80%;
  }
  .time-wrapper .shopBtn2 span {
    font-size: 3rem;
  }
  .eventH2 {
    font-size: 3.5rem;
  }
  .eventH3::before, .eventH3::after {
    content: '';
    width: 80px;
  }
  .eventH3 span {
    font-size: 2rem;
  }
  .eventH4 {
    font-size: 2rem;
  }
  .eventP {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 1280px) {
  .time-wrapper .time-pt4-event .event1 .event1Wrap .ytvideo .video picture .video {
    max-width: 450px;
  }
  .time-wrapper .time-pt4-event .event1 .event1Wrap .time-event1-txt2 .eventH3 {
    padding: 30px 0 45px 0;
  }
  .time-wrapper .time-pt4-event .event1 .event1Wrap .time-event1-txt2 .eventP {
    padding: 30px 0;
  }
  .time-wrapper .time-pt4-event .event2 .event2Wrap .time-event2-txt .eventH3 {
    padding: 30px 0 15px 0;
  }
  .time-wrapper .time-pt4-event .event2 .event2Wrap .time-event2-txt .eventH4 span {
    font-size: 3rem;
  }
  .time-wrapper .time-pt4-event .event2 .event2Wrap .time-event2-txt .eventP {
    padding: 20px 0;
  }
  .time-wrapper .shopBtn2 {
    width: 70%;
  }
  .time-wrapper .shopBtn2 span {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .time-wrapper .time-pt4-event .event1 .event1Wrap .time-event1-txt p {
    font-size: 2rem;
  }
  .time-wrapper .time-pt4-event .event1 .event1Wrap .time-event1-txt h1 {
    font-size: 3.5rem;
    padding: 15px 0;
  }
  .time-wrapper .time-pt4-event .event1 .event1Wrap .time-event1-txt2 .eventH3 {
    padding: 20px 0 25px 0;
  }
  .time-wrapper .time-pt4-event .event1 .event1Wrap .time-event1-txt2 .eventP {
    padding: 30px 0;
  }
  .time-wrapper .time-pt4-event .event2 .event2Wrap .time-event2-txt {
    padding-top: 100px;
  }
  .time-wrapper .time-pt4-event .event2 .event2Wrap .time-event2-txt .eventH3 {
    padding: 30px 0 15px 0;
  }
  .time-wrapper .time-pt4-event .event2 .event2Wrap .time-event2-txt .eventH4 span {
    font-size: 3rem;
    font-weight: bold;
  }
  .time-wrapper .time-pt4-event .event2 .event2Wrap .time-event2-txt .eventP {
    padding: 10px 0;
  }
  .time-wrapper .time-pt4-event .event2 .event2Wrap .event2-photo-wrap .event2-photo {
    top: 10px;
  }
  .time-wrapper .shopBtn2 {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 40%;
  }
  .eventH2 {
    font-size: 3rem;
  }
  .eventH4 {
    font-size: 2rem;
  }
  .eventP {
    font-size: 1.7rem;
  }
  .eventH3::before, .eventH3::after {
    content: '';
    width: 60px;
  }
  .eventH3 span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .time-wrapper .time-pt4-event .event1 {
    background: url(../images/pt4_bg_mb.jpg) no-repeat top center;
    background-size: 100%;
  }
  .time-wrapper .time-pt4-event .event1 .event1Wrap {
    padding: 0 10%;
  }
  .time-wrapper .time-pt4-event .event1 .event1Wrap .time-event1-txt {
    text-align: center;
    padding-top: 20%;
  }
  .time-wrapper .time-pt4-event .event1 .event1Wrap .time-event1-txt p {
    font-size: 3.5rem;
    font-family: 'Noto Serif TC';
    font-weight: 800;
    letter-spacing: 0.4rem;
  }
  .time-wrapper .time-pt4-event .event1 .event1Wrap .time-event1-txt h1 {
    font-size: 6rem;
    font-family: 'Noto Serif TC';
    font-weight: 800;
    letter-spacing: 0.4rem;
    padding: 30px 0;
  }
  .time-wrapper .time-pt4-event .event1 .event1Wrap .ytvideo .video picture .video {
    max-width: 830px;
  }
  .time-wrapper .time-pt4-event .event1 .event1Wrap .time-event1-txt2 {
    text-align: center;
  }
  .time-wrapper .time-pt4-event .event1 .event1Wrap .time-event1-txt2 .eventH3 {
    padding: 50px 0 55px 0;
  }
  .time-wrapper .time-pt4-event .event1 .event1Wrap .time-event1-txt2 .eventP {
    padding: 50px 0;
  }
  .time-wrapper .time-pt4-event .event2 {
    background: url(../images/pt5_bg_mb.jpg) no-repeat top center;
    background-size: 100%;
  }
  .time-wrapper .time-pt4-event .event2 .event2Wrap {
    padding-bottom: 10%;
  }
  .time-wrapper .time-pt4-event .event2 .event2Wrap .note {
    font-size: 14px;
    font-size: 1.4rem;
    color: #a2826e;
    line-height: 1.5;
    padding: 0 10%;
  }
  .time-wrapper .time-pt4-event .event2 .event2Wrap .note:nth-of-type(1) {
    text-align: left;
  }
  .time-wrapper .time-pt4-event .event2 .event2Wrap .event-model-mb {
    width: 100%;
  }
  .time-wrapper .time-pt4-event .event2 .event2Wrap .event-model-mb img {
    margin: 0 auto;
  }
  .time-wrapper .time-pt4-event .event2 .event2Wrap .time-event2-txt {
    padding-top: 5%;
  }
  .time-wrapper .time-pt4-event .event2 .event2Wrap .time-event2-txt .eventH3 {
    padding: 50px 0 55px 0;
  }
  .time-wrapper .time-pt4-event .event2 .event2Wrap .time-event2-txt .eventH4 span {
    font-size: 4rem;
    font-weight: bold;
  }
  .time-wrapper .time-pt4-event .event2 .event2Wrap .time-event2-txt .eventP {
    text-align: center;
    padding: 20px 10%;
  }
  .time-wrapper .time-pt4-event .event2 .event2Wrap .three-points {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 10%;
  }
  .time-wrapper .time-pt4-event .event2 .event2Wrap .event1-note,
  .time-wrapper .time-pt4-event .event2 .event2Wrap .event2-note {
    padding-top: 50px;
  }
  .time-wrapper .time-pt4-event .event2 .event2Wrap .event2-note {
    padding-bottom: 0;
  }
  .time-wrapper .time-pt4-event .eventP {
    padding: 58px 0;
  }
  .time-wrapper .pc {
    display: none;
  }
  .time-wrapper .gotopBtn {
    max-width: 80px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 150px;
  }
  .time-wrapper .gotopBtn a {
    display: block;
    text-decoration: none;
  }
  .eventH2 {
    font-size: 45px;
    font-size: 4.5rem;
    font-family: 'Noto Serif TC';
    font-weight: 800;
    letter-spacing: 0.4rem;
  }
  .eventH3::before, .eventH3::after {
    width: 100px;
    height: 1px;
    -webkit-animation: lineMb 4s ease;
    animation: lineMb 4s ease;
  }
  .eventH3 span {
    font-size: 3rem;
    font-family: 'Noto Serif TC';
    font-weight: 800;
    letter-spacing: 0.4rem;
  }
  .eventH4 {
    font-size: 3rem;
    letter-spacing: 0.3rem;
    line-height: 1.5;
  }
  .eventP {
    font-size: 2.4rem;
    line-height: 1.7;
    letter-spacing: 0.7rem;
    text-align: left;
  }
}

@media screen and (max-width: 414px) {
  .time-wrapper .time-pt4-event .event1 .event1Wrap {
    padding: 0 8%;
  }
  .time-wrapper .time-pt4-event .event1 .event1Wrap .time-event1-txt p {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .time-wrapper .time-pt4-event .event1 .event1Wrap .time-event1-txt h1 {
    font-size: 32px;
    font-size: 3.2rem;
    padding: 20px 0;
  }
  .time-wrapper .time-pt4-event .event1 .event1Wrap .ytvideo {
    margin: 50px 0;
  }
  .time-wrapper .time-pt4-event .event1 .event1Wrap .time-event1-txt2 .eventH3 {
    padding: 20px 0 30px 0;
  }
  .time-wrapper .time-pt4-event .event1 .event1Wrap .time-event1-txt2 .eventP {
    padding: 20px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .time-wrapper .time-pt4-event .event2 .event2Wrap .note {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 30px 8% 0;
    letter-spacing: 0.1rem;
  }
  .time-wrapper .time-pt4-event .event2 .event2Wrap .event1-note {
    letter-spacing: 0.15rem;
  }
  .time-wrapper .time-pt4-event .event2 .event2Wrap .event-model-mb {
    width: 100%;
  }
  .time-wrapper .time-pt4-event .event2 .event2Wrap .time-event2-txt {
    padding-top: 0;
  }
  .time-wrapper .time-pt4-event .event2 .event2Wrap .time-event2-txt .eventH3 {
    padding: 20px 0 20px 0;
  }
  .time-wrapper .time-pt4-event .event2 .event2Wrap .time-event2-txt .eventH4 span {
    font-size: 30px;
    font-size: 3rem;
  }
  .time-wrapper .time-pt4-event .event2 .event2Wrap .time-event2-txt .eventP {
    padding-bottom: 0;
    padding: 10px 10%;
  }
  .time-wrapper .time-pt4-event .event2 .event2Wrap .three-points {
    padding-top: 0;
  }
  .time-wrapper .gotopBtn {
    max-width: 60px;
    padding-bottom: 100px;
  }
  .eventH2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .eventH3::before, .eventH3::after {
    width: 30px;
    margin: 0 15px;
    top: -3px;
    -webkit-animation: lineMb30 4s ease;
    animation: lineMb30 4s ease;
  }
  .eventH3 span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .eventH4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .eventP {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 375px) {
  .time-wrapper .time-pt4-event .event2 .event2Wrap .event2-note {
    padding: 30px 0 0 0;
  }
  .time-wrapper .time-pt4-event .event2 .event2Wrap .event-model-mb {
    width: 90%;
    margin: 0 auto;
  }
  .time-wrapper .time-pt4-event .event2 .event2Wrap .three-points {
    padding-top: 0;
  }
}

.eventSection {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#c4a18b), color-stop(#e5bda4), to(#c4a18b));
  background: -o-linear-gradient(left, #c4a18b, #e5bda4, #c4a18b);
  background: linear-gradient(to right, #c4a18b, #e5bda4, #c4a18b);
  text-align: left;
  font-family: "Microsoft JhengHei", "微軟正黑體";
}

.eventSection .locationbox {
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px 3px rgba(215, 185, 167, 0.3);
  box-shadow: 0 0 10px 3px rgba(215, 185, 167, 0.3);
}

.eventSection .locationbox .selectBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  padding: 10px;
}

.eventSection .locationbox .selectBox .locationLabel {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  padding-left: 5%;
}

.eventSection .locationbox .selectBox .locationSelect {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}

.eventSection .locationbox .selectBox .locationSelect select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  background: url("../images/tableArrow.png") no-repeat right 10% center;
  background-size: 30px;
  font-family: "Microsoft JhengHei", "微軟正黑體";
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #fff;
  border: none;
}

.eventSection .locationbox .selectBox .locationSelect select option {
  background-color: #e5bda4;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Microsoft JhengHei", "微軟正黑體";
}

.eventSection .locationbox .locationResult .result {
  display: none;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
}

.eventSection .locationbox .locationResult .result.on {
  display: block;
}

.eventSection .locationbox .locationResult .result .name,
.eventSection .locationbox .locationResult .result .tel,
.eventSection .locationbox .locationResult .result .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  padding: 10px;
  border: 1px solid #fff;
}

.eventSection .locationbox .locationResult .result .name .tit,
.eventSection .locationbox .locationResult .result .tel .tit,
.eventSection .locationbox .locationResult .result .time .tit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  color: #fff;
  padding-left: 5%;
}

.eventSection .locationbox .locationResult .result a {
  text-decoration: none;
  color: #fff;
  font-family: "Microsoft JhengHei", "微軟正黑體";
}

@media screen and (max-width: 1366px) {
  .eventSection .locationbox .selectBox .locationLabel {
    font-size: 1.9rem;
  }
  .eventSection .locationbox .selectBox .locationSelect select {
    font-size: 1.9rem;
  }
  .eventSection .locationbox .selectBox .locationSelect select option {
    font-size: 1.9rem;
  }
  .eventSection .locationbox .locationResult .result {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 1280px) {
  .eventSection .locationbox .selectBox .locationLabel {
    font-size: 1.9rem;
  }
  .eventSection .locationbox .selectBox .locationSelect select {
    font-size: 1.9rem;
  }
  .eventSection .locationbox .selectBox .locationSelect select option {
    font-size: 1.9rem;
  }
  .eventSection .locationbox .locationResult .result {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 1024px) {
  .eventSection .locationbox .selectBox .locationLabel {
    font-size: 1.9rem;
  }
  .eventSection .locationbox .selectBox .locationSelect select {
    font-size: 1.9rem;
  }
  .eventSection .locationbox .selectBox .locationSelect select option {
    font-size: 1.9rem;
  }
  .eventSection .locationbox .locationResult .result {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 750px) {
  .eventSection .locationbox .selectBox .locationLabel {
    line-height: 2.2;
  }
  .eventSection .locationbox .selectBox .locationSelect select {
    line-height: 2.2;
  }
  .eventSection .locationbox .locationResult .result .name,
  .eventSection .locationbox .locationResult .result .tel,
  .eventSection .locationbox .locationResult .result .time {
    line-height: 2.2;
  }
}

@media screen and (max-width: 414px) {
  .eventSection .locationbox .selectBox .locationLabel {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    padding-left: 2.5%;
  }
  .eventSection .locationbox .selectBox .locationSelect select {
    background: url("../images/tableArrow.png") no-repeat right 5% center;
    background-size: 20px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .eventSection .locationbox .selectBox .locationSelect select option {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .eventSection .locationbox .locationResult .result {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .eventSection .locationbox .locationResult .result .name,
  .eventSection .locationbox .locationResult .result .tel,
  .eventSection .locationbox .locationResult .result .time {
    line-height: 1.5;
  }
  .eventSection .locationbox .locationResult .result .name .tit,
  .eventSection .locationbox .locationResult .result .tel .tit,
  .eventSection .locationbox .locationResult .result .time .tit {
    padding: 0;
    padding-left: 2.5%;
  }
  .eventSection .locationbox .locationResult .result .name .txt,
  .eventSection .locationbox .locationResult .result .tel .txt,
  .eventSection .locationbox .locationResult .result .time .txt {
    padding-left: 2.5%;
  }
}

@media screen and (max-width: 375px) {
  .eventSection .locationbox .selectBox .locationLabel {
    padding-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
  .eventSection .locationbox .selectBox .locationSelect {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
  }
  .eventSection .locationbox .selectBox .locationSelect select {
    background: url("../images/tableArrow.png") no-repeat right 2.5% center;
    background-size: 20px;
  }
  .eventSection .locationbox .locationResult .result .name .tit,
  .eventSection .locationbox .locationResult .result .tel .tit,
  .eventSection .locationbox .locationResult .result .time .tit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    padding-left: 0;
  }
  .eventSection .locationbox .locationResult .result .name .txt,
  .eventSection .locationbox .locationResult .result .tel .txt,
  .eventSection .locationbox .locationResult .result .time .txt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
  }
}

/*# sourceMappingURL=all.css.map */
