@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,500,700);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.modal__inner, .modal__content {
  position: relative;
}

.controls__arrow::before, .closeIcon, .closeIcon:before, .closeIcon:after {
  position: absolute;
}

a {
  display: inline-block;
}

.modal__inner {
  margin: 0 auto;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #1d1d1d;
}

body {
  font-family: Helvetica, Arial, "Noto Sans TC", "微軟正黑體", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.7;
  color: #1d1d1d;
  background-color: #eff3f0;
}

.nav-open, .loading {
  overflow: hidden;
}

h1 {
  font-size: 60px;
  line-height: 1.2;
}

h2 {
  font-size: 48px;
  line-height: 1.3;
}

h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
}

h1, h2 {
  font-weight: 700;
}

.wrapper {
  width: 750px;
  margin: 100px auto 0 auto;
  overflow: hidden;
  background-color: #ffffff;
}

.container {
  margin-left: 45px;
  margin-right: 45px;
}
.container::after {
  display: none;
}

button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  font-family: Helvetica, Arial, "Noto Sans TC", "微軟正黑體", sans-serif;
}

a, button {
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.btn {
  padding: .5em 1em .45em 1em;
  font-size: 34px;
  line-height: 1;
}

.btn--base {
  background-color: #fff;
}
.btn--base:hover {
  color: #fff;
  background-color: #e7317e;
}

.btn--primary {
  color: #fff;
  font-size: 30px;
  background-color: #e7317e;
}
.btn--primary:hover {
  background-color: #ec5f9b;
}

.btn--submit {
  width: 340px;
}

.em {
  font-weight: 700;
}

.small {
  font-size: 18px;
}

.section {
  position: relative;
  z-index: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-4,
.section-5,
.section-6 {
  padding-bottom: 0;
}

.section-6 ~ .section h2 {
  font-size: 60px;
  line-height: 1.2;
}

.section-6 ~ .section .section__header {
  margin-bottom: 30px;
}

.section__header {
  text-align: center;
  margin-bottom: 45px;
}

.section__tit {
  margin-bottom: 25px;
}

.section__bg {
  position: absolute;
  width: 100%;
  height: 1339px;
  z-index: -1;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.section__tit--border {
  position: relative;
  padding-bottom: 25px;
}
.section__tit--border::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 20%;
  width: 550px;
  height: 2px;
  margin-left: -75px;
  background-color: #e84383;
}

.col-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.col-1 {
  width: calc(100%/12*1);
  flex: 0 0 calc(100%/12*1);
}

.col-2 {
  width: calc(100%/12*2);
  flex: 0 0 calc(100%/12*2);
}

.col-3 {
  width: calc(100%/12*3);
  flex: 0 0 calc(100%/12*3);
}

.col-4 {
  width: calc(100%/12*4);
  flex: 0 0 calc(100%/12*4);
}

.col-5 {
  width: calc(100%/12*5);
  flex: 0 0 calc(100%/12*5);
}

.col-6 {
  width: calc(100%/12*6);
  flex: 0 0 calc(100%/12*6);
}

.col-7 {
  width: calc(100%/12*7);
  flex: 0 0 calc(100%/12*7);
}

.col-8 {
  width: calc(100%/12*8);
  flex: 0 0 calc(100%/12*8);
}

.col-9 {
  width: calc(100%/12*9);
  flex: 0 0 calc(100%/12*9);
}

.col-10 {
  width: calc(100%/12*10);
  flex: 0 0 calc(100%/12*10);
}

.col-11 {
  width: calc(100%/12*11);
  flex: 0 0 calc(100%/12*11);
}

.col-12 {
  width: calc(100%/12*12);
  flex: 0 0 calc(100%/12*12);
}

.col-row--reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.h-align-items-center {
  -webkit-align-items: center;
  align-items: center;
}

.h-tac {
  text-align: center;
}

.h-pr {
  position: relative;
}

.h-img-tac {
  display: block;
  margin: 0 auto;
}

.h-mt-15 {
  margin-top: 15px;
}

.h-mt-20 {
  margin-top: 20px;
}

.h-mt-30 {
  margin-top: 30px;
}

.h-mt-40 {
  margin-top: 40px;
}

.h-mt--60 {
  margin-top: -60px;
}

.h-mt--70 {
  margin-top: -70px;
}

.h-mt--100 {
  margin-top: -100px;
}

.h-pl-20 {
  padding-left: 20px;
}

.h-pl-25 {
  padding-left: 25px;
}

.h-pl-30 {
  padding-left: 30px;
}

.h-plr-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.h-plr-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.h-plr-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.progress {
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  background-color: #ffdde5;
}

.progress__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-bottom: 20px;
  z-index: 0;
  text-align: center;
}
.progress__inner:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}

.progress__bar {
  position: absolute;
  display: block;
  bottom: 0;
  z-index: 1;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #000;
}

.preloadWrp,
.preload {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(215, 215, 215, 0.4);
}

.logo {
  text-align: center;
  line-height: 100px;
}

.nav {
  -webkit-transition: all 0.35s 0s ease;
  transition: all 0.35s 0s ease;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #ffdde5;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  visibility: hidden;
}

.nav-open .nav {
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  visibility: visible;
  overflow-y: scroll;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.nav-open .menu__list {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.nav-open .menu__list:nth-child(2) {
  transition-delay: .2s;
}

.nav-open .menu__list:nth-child(3) {
  transition-delay: .4s;
}

.nav-open .menu__list:nth-child(4) {
  transition-delay: .6s;
}

.nav-open .menu__list:nth-child(5) {
  transition-delay: .8s;
}

.nav-open .menu__list:nth-child(6) {
  transition-delay: 1s;
}

.nav-open .menu__list:nth-child(7) {
  transition-delay: 1.2s;
}

.menu__list {
  -webkit-transition: all 0.6s 0s ease;
  transition: all 0.6s 0s ease;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
}
.menu__list a {
  display: inline-block;
  padding: 0 100px;
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 110px;
  color: #000;
  font-size: 36px;
}
.menu__list a:hover {
  background-color: #50b79d;
  color: #fff;
}

.menu__list + .menu__list a {
  border-top: 2px solid white;
}

.toggleMenu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1001;
  width: 100px;
  height: 100px;
  cursor: pointer;
}

.toggleMenu__bar {
  position: absolute;
  display: inline-block;
  -webkit-transition: all 0.5s 0s ease-in;
  transition: all 0.5s 0s ease-in;
  top: 50%;
  left: 50%;
  margin-left: -23px;
  margin-top: -2px;
  width: 46px;
  height: 4px;
  background-color: #707070;
}
.toggleMenu__bar:before, .toggleMenu__bar:after {
  -webkit-transition: all 0.3s 0s ease-in;
  transition: all 0.3s 0s ease-in;
  position: absolute;
  content: '';
  top: 0px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #707070;
}
.toggleMenu__bar:before {
  -webkit-transform: translateY(-300%);
  transform: translateY(-300%);
}
.toggleMenu__bar:after {
  -webkit-transform: translateY(300%);
  transform: translateY(300%);
}

.nav-open .toggleMenu .toggleMenu__bar {
  -webkit-transition: all 0.2s 0s ease-in;
  transition: all 0.2s 0s ease-in;
  background-color: transparent;
}
.nav-open .toggleMenu .toggleMenu__bar:before {
  -webkit-transform: translateY(0) rotate(135deg);
  transform: translateY(0) rotate(135deg);
}
.nav-open .toggleMenu .toggleMenu__bar:after {
  -webkit-transform: translateY(0) rotate(-135deg);
  transform: translateY(0) rotate(-135deg);
}

.sticky {
  position: fixed;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 888;
}

.stickyNav li {
  color: #fff;
  text-align: center;
  font-size: 34px;
  height: 108px;
  line-height: 108px;
  cursor: pointer;
}
.stickyNav li span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
}
.stickyNav li span::after {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: screen;
}

.stickyNav li:nth-child(1) {
  /*background: linear-gradient(-18deg, #f0585d 50%, #ff7074 50%, #ff7074 50%, #ff7074 100%);*/
  /*border-right: 1px solid #151515;*/
  /*border-top: 2px solid #ffffff;*/
  background-color:#fc9db4 ; 
  }
.stickyNav li:nth-child(1) span::after {
  
}

.stickyNav li:nth-child(2) {
  /*background: linear-gradient(-18deg, #864fa5 50%, #945db3 50%, #945db3 50%, #945db3 100%);*/
  /*border-right: 1px solid #151515;*/
  /*border-top: 2px solid #ffffff;*/
  background-color: #949494;
  }
.stickyNav li:nth-child(2) span::after {
  
}

.stickyNav li:nth-child(3) {
  /*background: linear-gradient(-18deg, #dd3571 50%, #ff367e 50%, #ff367e 50%, #ff367e 100%);*/
  /*border-right: 1px solid #151515;*/
  /*border-top: 2px solid #ffffff;*/
  background-color: #f5b44d;
  }
.stickyNav li:nth-child(3) span::after {
  
}


.section__layer {
  position: absolute;
  z-index: 1;
  top: 54px;
  bottom: 95px;
  left: 45px;
  right: 45px;
}

.section__layer::before,
.section__layer::after {
  position: absolute;
  content: '';
  width: 95%;
  height: 100%;
  top: 0;
  left: 0;
  border: 15px solid #fff;
}

.section__layer::before {
  opacity: .5;
}

.section__layer::after {
  mix-blend-mode: multiply;
  opacity: .6;
}

.section-1 h1,
.section-1 h2 {
  font-weight: 500;
 
}

.section-1 .btn {
  margin-top: 35px;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 160px;
}

.section-2 .section__bg {
  background-image: url(../images/s2-bg.jpg);
  background-position: center bottom;
}

.section-2 h2 {
  font-size: 40px;
}

.section-2 h3 {
  margin-bottom: 15px;
  color: #e7317e;
  font-weight: 700;
}

.section-2 .section__body {
  margin: 0 60px;
  padding: 50px;
  text-align: center;
  background-color: rgba(255, 245, 246, 0.6);
}

.section-3 {
  background-color: #ffdde5;
}

.section-3 .section__body {
  position: relative;
}

.section-3 .section__bg {
  top: -40px;
  right: 30px;
  background-size: auto;
  
}

.section-3 .section__tit {
  padding-bottom: 20px;
}

.hotProduct + .hotProduct {
  margin-top: 20px;
}

.hotProduct p {
  line-height: 1.5;
}

.hotProduct__img {
  padding-left: 40px;
}

.hotProduct__content {
  padding-top: 35px;
  padding-right: 40px;
  text-align: right;
}

.col-row--reverse.hotProduct .hotProduct__img {
  padding-right: 40px;
  padding-left: 0;
}

.col-row--reverse.hotProduct .hotProduct__content {
  padding-right: 0;
  text-align: left;
}

.hotProductTit > span {
  display: block;
}

.hotProductTit__em {
  margin-bottom: 8px;
  font-size: 36px;
  color: #fff;
}

.hotProductTit__em img,
.hotProductTit__em span {
  vertical-align: bottom;
}

.hotProduct-1 .hotProductTit__base {
  color: #e95389;
}

.hotProduct-2 .hotProductTit__base {
  color: #ecb900;
}

.hotProduct-3 .hotProductTit__base {
  color: #372d83;
}

.hotProduct-2 .hotProductTit__em span {
  text-shadow: 2px 2px 10px rgba(10, 10, 10, 0.1);
}

.section__tit__tag {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 170px;
  height: 150px;
  color: #fff;
  text-align: center;
}

.section__tit__main {
  padding-right: 20px;
  border-style: solid;
  border-right-width: 8px;
  text-align: right;
}

.section__tit__tag p:nth-child(1) {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 15px;
}

.section__tit__tag p:nth-child(2) {
  font-size: 60px;
  line-height: 1;
}

.productTit {
  margin-bottom: 20px;
}
.productTit h4 {
  font-size: 30px;
  line-height: 1.3;
}
.productTit p {
  font-size: 20px;
}

.productTit--border {
  padding-left: 15px;
  border-left-width: 8px;
  border-style: solid;
}

.module {
  padding-top: 50px;
  padding-bottom: 50px;
}

.module__tit {
  font-size: 48px;
}
.module__tit > span {
  display: block;
}

.module__tit__em {
  color: #fff;
  font-size: 90px;
  line-height: 1;
}

.module__tit__main {
  line-height: 1.2;
}

.module__tit--border {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 5px;
  border-style: solid;
  border-bottom-width: 1px;
}

.module--slide {
  padding-bottom: 80px;
  background: -webkit-linear-gradient(top, white 0%, white 80%, #f2f2f2 100%);
  background: linear-gradient(to bottom, white 0%, white 80%, #f2f2f2 100%);
  text-align: center;
}

.section-4 .section__tit__tag {
  background: -webkit-linear-gradient(-41deg, #d53770 0%, #e95389 50%, #d53770 50%, #e95389 100%);
  background: linear-gradient(-41deg, #d53770 0%, #e95389 50%, #d53770 50%, #e95389 100%);
}

.section-5 .section__tit__tag {
  background: -webkit-linear-gradient(-41deg, #f8b300 0%, #f8b300 50%, #f89800 50%, #f89800 100%);
  background: linear-gradient(-41deg, #f8b300 0%, #f8b300 50%, #f89800 50%, #f89800 100%);
}

.section-6 .section__tit__tag {
  background: -webkit-linear-gradient(-41deg, #805996 0%, #805996 50%, #6a3a85 50%, #6a3a85 100%);
  background: linear-gradient(-41deg, #805996 0%, #805996 50%, #6a3a85 50%, #6a3a85 100%);
}

.section-4 .productTit--border {
  border-color: #e95389;
}

.section-4 .productTit h4 {
  color: #e95389;
}

.section-5 .productTit--border {
  border-color: #fc7383;
}

.section-5 .productTit h4 {
  color: #fc7383;
}

.section-6 .productTit h4 {
  color: #805996;
}

.section-4 .section__tit__main {
  border-color: #e95389;
}

.section-5 .section__tit__main {
  border-color: #f8b300;
}

.section-6 .section__tit__main {
  border-color: #805996;
}

.module-4-3 .module__tit--border {
  border-color: #e95389;
}

.module-4-3 h3 {
  color: #e95389;
}

.module-5-3 .module__tit--border {
  border-color: #f8b300;
}

.module-5-3 h3 {
  color: #f8b300;
}

.module-6-3 .module__tit--border {
  border-color: #805996;
}

.module-6-3 h3 {
  color: #805996;
}

.oj {
  position: absolute;
}

.module-4-1 {
  position: relative;
  padding-top: 0;
  padding-bottom: 30px;
}

.module-4-2 {
  padding-top: 30px;
  background-color: #ffd4e3;
}

.module-4-2 .module__tit {
  color: #e95389;
}

.module-4-2 .container {
  margin-left: 30px;
  margin-right: 30px;
}

.module-4-2 .module__tit {
  position: absolute;
  top: 0;
  right: 5px;
}

.oj-4-1 {
  width: 119px;
  height: 243px;
  right: 0;
  bottom: 0;
  background-image: url(../images/s4-1-oj.png);
}

.section-5 .module {
  position: relative;
}

.module-5-1 {
  padding-top: 0;
  padding-bottom: 70px;
}

.module-5-2 {
  padding-top: 30px;
  background-color: #ffefc6;
}

.module-5-2 .module__tit {
  color: #f26273;
}

.module-5-2 .module__tit {
  position: absolute;
  top: 0;
  right: 30px;
}

.oj-5-1-1 {
  width: 122px;
  height: 121px;
  top: -20px;
  left: 30px;
  background-image: url(../images/s5-1-1-oj.png);
}

.oj-5-1-2 {
  width: 402px;
  height: 287px;
  right: 0;
  bottom: 0;
  background-image: url(../images/s5-1-2-oj.png);
}

.oj-5-2 {
  width: 333px;
  height: 341px;
  right: 0;
  top: 220px;
  background-image: url(../images/s5-2-oj.png);
}

.oj-5-3-1 {
  width: 134px;
  height: 285px;
  right: 0;
  top: -120px;
  background-image: url(../images/s5-3-1-oj.png);
}

.oj-5-3-2 {
  width: 70px;
  height: 214px;
  left: 0;
  bottom: 0;
  background-image: url(../images/s5-3-2-oj.png);
}

.rcmdProduct {
  margin-top: 10px;
  text-align: center;
}

.rcmdProduct__content {
  margin-top: 5px;
  display: inline-block;
  text-align: left;
}

.rcmdProduct__tit {
  font-size: 24px;
}
.rcmdProduct__tit > span {
  display: block;
  line-height: 1.3;
}

.rcmdProduct__tit__em {
  color: #f8b300;
}

.rcmdProduct p {
  font-size: 20px;
}

.module-6-1 {
  padding-top: 0;
}

.module-6-2 {
  padding-bottom: 80px;
  background-color: #e6dbed;
  position: relative;
}

.module-6-2 .module__tit {
  color: #805996;
  text-align: center;
}

.feature {
  padding-left: 15px;
  padding-right: 15px;
}

.feature__tit {
  position: relative;
  margin-bottom: 20px;
  padding-top: 100%;
  font-size: 40px;
  line-height: 1.2;
  background: -webkit-radial-gradient(center, ellipse cover, #835c98 0%, rgba(131, 92, 152, 0.8) 40%, rgba(131, 92, 152, 0.6) 50%, white 65%);
  background: radial-gradient(ellipse at center, #835c98 0%, rgba(131, 92, 152, 0.8) 40%, rgba(131, 92, 152, 0.6) 50%, #ffffff 65%);
  color: #fff;
  text-align: center;
}
.feature__tit span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 2em;
  height: 2.3em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.oj-6-2 {
  width: 199px;
  height: 316px;
  z-index: 2;
  left: 0;
  bottom: 0;
  background-image: url(../images/s6-2-oj.png);
}

.oj-6-3 {
  width: 144px;
  height: 122px;
  right: 0;
  bottom: 0;
  background-image: url(../images/s6-3-oj.png);
}

.section-7 {
  
  /*background-image: url(../images/s7-bg.jpg);*/
  background-color: #fbe6ef;
  
}

.oj-7-1 {
  width: 66px;
  height: 308px;
  background-image: url(../images/s7-1-oj.png);
  left: 0;
  top: 0;
  z-index: 2;
}

.section-7 h2 {
  color: #e7317e;
}

.section-7 .container {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #fff;
}

.section-7 .section__header {
  margin-bottom: 0;
}

.moduleDm {
  margin-top: 20px;
  padding-bottom: 30px;
}

.moduleDm__header {
  text-align: center;
}

.moduleDm__body {
  padding-left: 20px;
  padding-right: 20px;
}

.moduleDm__tit {
  display: inline-block;
  padding: .3em 1em .25em 1em;
  border-radius: 2em;
  font-size: 36px;
  color: #fff;
  line-height: 1;
}

.moduleDm-1 .moduleDm__tit {
  background-color: #e95389;
  box-shadow: 0 0 0 5px #fcedf3;
}

.moduleDm-2 .moduleDm__tit {
  background-color: #805996;
  box-shadow: 0 0 0 5px #d6bde5;
}

.moduleDm-3 .moduleDm__tit {
  background-color: #77bd82;
  box-shadow: 0 0 0 5px #d5f2d9;
}

.item {
  position: relative;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 200px;
}
.item img {
  position: absolute;
  bottom: 0;
  left: 5px;
}

.item--sp {
  padding-bottom: 0;
  padding-right: 0;
}
.item--sp img {
  position: static;
}

.item__tit {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
}

.item__price {
  margin-top: 5px;
  color: #ff0000;
  line-height: 1.2;
}

.item__price--or {
  font-size: 18px;
  color: #454545;
}

.item__list {
  margin-top: 5px;
  font-size: 20px;
  line-height: 1.5;
}

.item__list span {
  font-size: 18px;
}

.moduleDm-2 .col-row .item:nth-child(1) {
  padding-right: 0;
}

.section-8 {
  background-size: cover;
  /*background-image: url(../images/s8-bg.jpg);*/
  background-color: #fbe6ef;
  background-position: center;
}

.oj-8-1 {
  width: 75px;
  height: 375px;
  background-image: url(../images/s8-1-oj.png);
  left: 0;
  top: 170px;
  z-index: 2;
}

.oj-8-2 {
  width: 271px;
  height: 255px;
  background-image: url(../images/s8-2-oj.png);
  bottom: 0;
  right: 0;
  z-index: 2;
}

.section-8 h2 {
  color: #e95389;
}

.section-8 .container {
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #fff;
}

.section-8 .section__tit {
  margin-bottom: 0;
}

.section-8 .slideWrp {
  padding-left: 60px;
  padding-right: 60px;
  height: 590px;
}

.section-8 .controls__arrow {
  width: 80px;
}

#slideD {
  padding-bottom: 70px;
}

.noteList {
  position: relative;
  padding: 0 0px 30px 30px;
  font-size: 18px;
}
.noteList::before, .noteList::after {
  position: absolute;
  content: '';
  left: 60px;
  right: 60px;
  background-color: #b1b1b1;
}


.member {
  /*margin-top: 40px;*/
  padding-left: 40px;
  padding-right: 40px;
}
.member h3 {
  font-size: 34px;
  color: #fff;
  background-color: #e84383;
  padding: 20px 0px 20px 20px;
}

.memberEvent h4 {
  font-size: 30px;
  font-weight: 700;
}
.memberEvent li {
  margin-top: 35px;
}

.section-9 {
  padding-bottom: 0;
}

.section-9 h2 {
  color: #e7317e;
  font-size: 60px;
  font-weight: 900;
}

.section-9 .container {
  padding: 50px 40px;
  /*border: 2px solid #9990b5;*/
}

.store {
  padding: 15px 50px;
  font-size: 26px;
}

.store:nth-child(2n+1) {
  background-color: #fdf1f4;
}

.section-10 h2 {
  color: #e95389;
}

.section-10 .section__tit {
  margin-bottom: 10px;
}

.section-10 .section__bg {
  background-image: url(../images/s2-bg.jpg);
}

.section-10 .container {
  padding: 50px 40px;
  
  background-color: rgba(255, 255, 255, 0.5);
}

.section-10 .section__body {
  text-align: center;
}

.link {
  margin-top: 25px;
  text-decoration: underline;
}

.formElement {
  position: relative;
  margin-bottom: 15px;
}

.formElement__label {
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
  position: absolute;
  padding: 2px 15px;
  top: -30px;
  left: 0;
  z-index: 2;
  font-size: 16px;
  background-color: #e7317e;
  color: #fff;
  opacity: 0;
  pointer-events: none;
}

.formElement.show .formElement__label {
  opacity: 1;
}

.formElement__label:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: 50%;
  bottom: -5px;
  margin-left: -6px;
  border-style: solid;
  border-width: 5px 6px 0;
  border-color: #e7317e transparent transparent;
}

.formElement__select {
  position: relative;
}

.formElement__select:before {
  position: absolute;
  content: '';
  top: 0;
  width: 70px;
  height: 100%;
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.formElement__select:before {
  right: 0;
}

.formWrp {
  padding-left: 50px;
  padding-right: 50px;
}

input[type="tel"],
input[type="text"],
input[type="email"],
select {
  width: 100%;
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Helvetica, Arial, "Noto Sans TC", "微軟正黑體", sans-serif;
  font-size: 24px;
  color: #666666;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0px;
}

input[type="tel"],
input[type="text"],
input[type="email"] {
  width: 100%;
}

input:focus,
select:focus {
  background-color: #e8e8e8;
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: #fff 5000s ease-in-out 0s;
  -webkit-text-fill-color: #4d4d4d;
}

input::placeholder {
  color: #666666;
}

.formElement--btns {
  margin-top: 45px;
}

.slideWrp {
  position: relative;
  height: 440px;
  overflow: hidden;
}

.slick-slide img {
  display: inline-block;
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 15px;
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

.slick-dots li button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  font-size: 0;
  background-color: #cfcfcf;
}

.slick-dots li.slick-active button {
  background-color: #585858;
}

.controls__arrow {
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  cursor: pointer;
}
.controls__arrow::before {
  content: '';
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  border: 3px solid #9a9a9a;
  border-bottom: none;
  border-left: none;
}

.controls__arrow--left {
  left: 0;
}
.controls__arrow--left::before {
  left: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.controls__arrow--right {
  right: 0;
}
.controls__arrow--right::before {
  right: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-open .modal {
  overflow-y: scroll;
}

.modal {
  -webkit-transition: all 0.2s 0s ease-in;
  transition: all 0.2s 0s ease-in;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  -webkit-transform: translateZ(0);
  background-color: rgba(193, 224, 198, 0.5);
  opacity: 0;
  visibility: hidden;
}

.modal__layer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.modal.open {
  opacity: 1;
  visibility: visible;
}

.modal.open .modal__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.modal__inner {
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.closeIcon {
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 2;
}
.closeIcon:before, .closeIcon:after {
  content: '';
  width: 70%;
  height: 2px;
  background-color: #999999;
  top: 50%;
  left: 15%;
  margin-top: -1px;
}
.closeIcon:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.closeIcon:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.center .modal__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.modal__content {
  z-index: 1;
  max-width: 550px;
  margin: 0 auto;
  padding: 70px 30px 70px 30px;
  text-align: left;
  background-color: #fff;
  border: 10px solid #ffaaa5;
  -webkit-transition: all 0.2s 0s ease-in;
  transition: all 0.2s 0s ease-in;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.modal__content h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

footer {
  font-size: 18px;
  text-align: center;
  background: #f3f3f3;
  color: #666;
  text-align: center;
  padding: 20px 0 105px 0;
}

@-webkit-keyframes moveB {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
  }
  30% {
    -webkit-transform: translate3d(0, 100px, 0) scale(1, 1.2);
    transform: translate3d(0, 100px, 0) scale(1, 1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
    opacity: 0;
  }
}
@keyframes moveB {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
  }
  30% {
    -webkit-transform: translate3d(0, 100px, 0) scale(1, 1.2);
    transform: translate3d(0, 100px, 0) scale(1, 1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
    opacity: 0;
  }
}
