@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@media only screen and (max-width: 800px) {
  article#index {
    background-image: url(../images/bg.png);
    background-position: center top;
    background-color: #000;
    background-size: 1000px; } }

section.kv {
  position: relative;
  padding-top: 75px;
  overflow: hidden; }
  @media only screen and (max-width: 800px) {
    section.kv {
      padding-top: 0; } }
  section.kv::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); }
    @media only screen and (max-width: 800px) {
      section.kv::before {
        display: none; } }
  section.kv .main {
    position: relative; }
    section.kv .main .kv_slide {
      width: 100%;
      text-align: center; }
      section.kv .main .kv_slide::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 60px;
        width: 100%;
        height: 200px;
        background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(30%, rgba(0, 0, 0, 0)));
        background: -webkit-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 30%);
        background: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 30%);
        background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 30%);
        z-index: 1; }
        @media only screen and (max-width: 800px) {
          section.kv .main .kv_slide::after {
            display: none; } }
      section.kv .main .kv_slide .slick-list {
        width: 100%; }
      section.kv .main .kv_slide .slick-dots {
        padding: 20px 0;
        position: relative;
        bottom: 0px;
        z-index: 2; }
        section.kv .main .kv_slide .slick-dots li {
          width: 10px;
          height: 10px;
          border-radius: 100%;
          text-indent: -9999px;
          display: inline-block;
          vertical-align: top;
          margin: 0 5px;
          background-color: #fff;
          cursor: pointer; }
          section.kv .main .kv_slide .slick-dots li.slick-active {
            background-color: #EBE696; }
      section.kv .main .kv_slide figure {
        width: 100vw;
        display: inline-block;
        vertical-align: top; }
        section.kv .main .kv_slide figure .pc {
          display: block; }
          @media only screen and (max-width: 800px) {
            section.kv .main .kv_slide figure .pc {
              display: none; } }
        section.kv .main .kv_slide figure .m {
          display: none; }
          @media only screen and (max-width: 800px) {
            section.kv .main .kv_slide figure .m {
              display: block; } }
  section.kv .scroll {
    cursor: pointer;
    position: absolute;
    left: 50px;
    bottom: 90px;
    width: 29px;
    height: 128px;
    z-index: 3;
    background-image: url(../images/scroll_down.png); }
    @media only screen and (max-width: 800px) {
      section.kv .scroll {
        display: none; } }

section.pets_box {
  width: 100%;
  position: relative;
  z-index: 3;
  top: 0px;
  overflow: hidden;
  padding-top: 100px; }
  @media only screen and (max-width: 1400px) {
    section.pets_box {
      padding-top: 70px; } }
  @media only screen and (max-width: 800px) {
    section.pets_box {
      padding-top: 50px;
      margin-top: -90px; } }
  section.pets_box .wp {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-image: url(../images/wp01.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 1400px) {
      section.pets_box .wp {
        background-size: 1400px; } }
    @media only screen and (max-width: 800px) {
      section.pets_box .wp {
        background-position: center top; } }
  section.pets_box .inner {
    width: 1366px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 4;
    padding-top: 150px; }
    @media only screen and (max-width: 1200px) {
      section.pets_box .inner {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 100px 20px 0; } }
    @media only screen and (max-width: 800px) {
      section.pets_box .inner {
        padding: 160px 20px 0; } }
    section.pets_box .inner a {
      display: inline-block;
      vertical-align: top;
      margin-right: 170px;
      margin-bottom: 80px;
      position: relative; }
      @media only screen and (max-width: 1200px) {
        section.pets_box .inner a {
          margin: 0 auto 150px;
          right: 50px;
          width: 360px;
          display: block; } }
      @media only screen and (max-width: 800px) {
        section.pets_box .inner a {
          width: calc(50% - 15px);
          right: 0;
          margin: 0 5px;
          display: inline-block;
          vertical-align: top; } }
      @media only screen and (min-width: 801px) {
        section.pets_box .inner a:hover .star {
          opacity: 1; }
        section.pets_box .inner a:hover .info p {
          color: #EBE696; } }
      section.pets_box .inner a .star {
        position: absolute;
        top: -140px;
        right: -200px;
        background-image: url(../images/type_star.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 245px;
        height: 246px;
        opacity: 0;
        z-index: 2;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
        @media only screen and (max-width: 800px) {
          section.pets_box .inner a .star {
            top: -180px;
            right: 50%;
            width: 145px;
            margin-right: -110px;
            opacity: 1; } }
      section.pets_box .inner a figure {
        position: absolute;
        z-index: 1;
        right: -150px;
        top: -60px; }
        @media only screen and (max-width: 800px) {
          section.pets_box .inner a figure {
            width: 150px;
            right: 50%;
            top: -135px;
            margin-right: -75px; } }
      section.pets_box .inner a .info {
        background-color: #000;
        width: 360px;
        position: relative;
        padding: 35px 0px 35px 80px;
        text-align: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid;
        border-image-slice: 1;
        border-width: 2px;
        border-image-source: linear-gradient(to left, rgba(0, 0, 0, 0), #EBE696); }
        @media only screen and (max-width: 800px) {
          section.pets_box .inner a .info {
            width: 100%;
            padding: 35px 0px 35px;
            text-align: center; } }
        section.pets_box .inner a .info p {
          font-family: 'Noto Serif TC', serif;
          font-size: 36px;
          font-weight: 900;
          line-height: 52px;
          color: #FFF;
          padding-bottom: 15px;
          -webkit-transition: .5s;
          -o-transition: .5s;
          transition: .5s; }
          @media only screen and (max-width: 800px) {
            section.pets_box .inner a .info p {
              font-size: 26px;
              color: #EBE696; } }
        section.pets_box .inner a .info span {
          color: #EBE696;
          font-size: 16px;
          position: relative;
          padding-right: 45px; }
          section.pets_box .inner a .info span::after {
            content: "";
            position: absolute;
            right: 0;
            top: -2px;
            width: 32px;
            height: 32px;
            background-image: url(../images/btn02.png);
            background-repeat: no-repeat; }

section.ap {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 100px; }
  @media only screen and (max-width: 1000px) {
    section.ap {
      padding-top: 50px;
      padding-bottom: 250px; } }
  @media only screen and (max-width: 800px) {
    section.ap {
      padding-top: 25px; } }
  section.ap .inner {
    width: 1366px;
    height: 850px;
    margin-left: auto;
    position: relative; }
    @media only screen and (max-width: 1400px) {
      section.ap .inner {
        width: 100%; } }
    section.ap .inner .d01, section.ap .inner .light01, section.ap .inner .light02, section.ap .inner .s01, section.ap .inner .wp {
      position: absolute;
      background-size: contain;
      background-repeat: no-repeat; }
    section.ap .inner .d01 {
      width: 119px;
      height: 140px;
      background-image: url(../images/md_d01.png);
      left: 50%;
      margin-left: -120px;
      bottom: -120px;
      z-index: 3; }
      @media only screen and (max-width: 1400px) {
        section.ap .inner .d01 {
          display: none; } }
    section.ap .inner .light01, section.ap .inner .light02 {
      width: 820px;
      height: 547px;
      background-image: url(../images/light.png);
      opacity: 0.2; }
      @media only screen and (max-width: 1400px) {
        section.ap .inner .light01, section.ap .inner .light02 {
          width: 700px; } }
    section.ap .inner .light01 {
      top: -50px;
      right: 800px;
      opacity: 0.5; }
      @media only screen and (max-width: 1400px) {
        section.ap .inner .light01 {
          right: 500px; } }
      @media only screen and (max-width: 1000px) {
        section.ap .inner .light01 {
          right: initial;
          width: 500px;
          left: -50px;
          top: 100px;
          opacity: 0.6; } }
      @media only screen and (max-width: 800px) {
        section.ap .inner .light01 {
          right: initial;
          left: 50%;
          width: 383px;
          margin-left: -300px;
          opacity: 0.6; } }
    section.ap .inner .light02 {
      right: 100px;
      top: 100px; }
      @media only screen and (max-width: 1400px) {
        section.ap .inner .light02 {
          right: 0px; } }
      @media only screen and (max-width: 1000px) {
        section.ap .inner .light02 {
          display: none; } }
    section.ap .inner .s01 {
      width: 1043px;
      height: 370px;
      background-image: url(../images/smoke01.png);
      right: -360px;
      bottom: 0;
      z-index: 2;
      -webkit-animation: smoke03 10s infinite linear;
      animation: smoke03 10s infinite linear; }

@-webkit-keyframes smoke03 {
  0% {
    right: -360px; }
  50% {
    right: -300px; }
  100% {
    right: -360px; } }

@keyframes smoke03 {
  0% {
    right: -360px; }
  50% {
    right: -300px; }
  100% {
    right: -360px; } }
      @media only screen and (max-width: 1400px) {
        section.ap .inner .s01 {
          width: 800px;
          right: -280px; } }
      @media only screen and (max-width: 1000px) {
        section.ap .inner .s01 {
          bottom: -320px; } }
    section.ap .inner .wp {
      width: 701px;
      height: 561px;
      background-image: url(../images/wp02.png);
      right: -1px;
      bottom: 50px; }
      @media only screen and (max-width: 1400px) {
        section.ap .inner .wp {
          width: 500px;
          bottom: -10px; } }
      @media only screen and (max-width: 1000px) {
        section.ap .inner .wp {
          width: 464px;
          bottom: 260px;
          background-image: url(../images/wp02_m.png);
          bottom: initial;
          top: 140px; } }
      @media only screen and (max-width: 800px) {
        section.ap .inner .wp {
          right: initial;
          left: 50%;
          top: 100px;
          margin-left: -50px; } }
    section.ap .inner .title {
      width: 744px;
      height: 201px;
      position: absolute;
      right: 0;
      top: 100px;
      z-index: 1; }
      @media only screen and (max-width: 1400px) {
        section.ap .inner .title {
          width: 600px;
          top: 110px; } }
      @media only screen and (max-width: 1000px) {
        section.ap .inner .title {
          position: relative;
          right: initial;
          top: 0;
          left: 50%;
          margin-left: -300px; } }
      @media only screen and (max-width: 800px) {
        section.ap .inner .title {
          width: 329px;
          margin-left: -165px; } }
    section.ap .inner .i01 {
      width: 540px;
      height: 520px;
      position: absolute;
      right: 0;
      top: 160px;
      z-index: 1; }
      @media only screen and (max-width: 1400px) {
        section.ap .inner .i01 {
          width: 400px;
          top: 170px; } }
      @media only screen and (max-width: 1000px) {
        section.ap .inner .i01 {
          width: 320px;
          right: initial;
          left: 50%;
          margin-left: -110px;
          top: 120px; } }
      @media only screen and (max-width: 800px) {
        section.ap .inner .i01 {
          width: 320px;
          top: 50px; } }
    section.ap .inner .i02 {
      width: 616px;
      height: 432px;
      position: absolute;
      right: 160px;
      top: 410px;
      z-index: 1; }
      @media only screen and (max-width: 1400px) {
        section.ap .inner .i02 {
          right: 80px;
          top: 400px;
          width: 440px; } }
      @media only screen and (max-width: 1000px) {
        section.ap .inner .i02 {
          width: 301px;
          right: initial;
          left: 50%;
          margin-left: -175px;
          top: 280px; } }
      @media only screen and (max-width: 800px) {
        section.ap .inner .i02 {
          width: 300px;
          top: 210px;
          margin-left: -150px; } }
    section.ap .inner .i03 {
      width: 496px;
      height: 310px;
      position: absolute;
      z-index: 1;
      right: 840px;
      bottom: 40px; }
      @media only screen and (max-width: 1400px) {
        section.ap .inner .i03 {
          width: 400px;
          height: 250px;
          bottom: 20px;
          right: 550px; } }
      @media only screen and (max-width: 1000px) {
        section.ap .inner .i03 {
          right: initial;
          left: 50%;
          margin-left: -200px;
          bottom: -200px;
          z-index: 3; } }
      @media only screen and (max-width: 800px) {
        section.ap .inner .i03 {
          width: 334px;
          height: 209px;
          margin-left: -167px;
          bottom: -150px; } }
    section.ap .inner .main {
      width: 540px;
      height: 440px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 55px;
      text-align: center;
      position: absolute;
      top: 200px;
      right: 560px;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(61.46%, #000000));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, #000000 61.46%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, #000000 61.46%);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, #000000 61.46%); }
      @media only screen and (max-width: 1400px) {
        section.ap .inner .main {
          right: 400px; } }
      @media only screen and (max-width: 1000px) {
        section.ap .inner .main {
          left: 50%;
          margin-left: -270px;
          top: 450px; } }
      @media only screen and (max-width: 800px) {
        section.ap .inner .main {
          width: 340px;
          height: 512px;
          top: 380px;
          padding: 55px 30px;
          margin-left: -170px; } }
      section.ap .inner .main::before {
        content: "";
        width: 540px;
        height: 440px;
        display: block;
        position: absolute;
        margin: auto;
        top: -10px;
        left: -10px;
        border: 2px solid;
        border-image-slice: 1;
        border-width: 2px;
        border-image-source: linear-gradient(to left, rgba(0, 0, 0, 0), #EBE696); }
        @media only screen and (max-width: 800px) {
          section.ap .inner .main::before {
            width: 340px;
            height: 512px;
            top: 0;
            left: 0; } }
      section.ap .inner .main .inner2 {
        position: relative;
        z-index: 2; }
      section.ap .inner .main h2 {
        font-family: 'Noto Serif TC', serif;
        font-size: 36px;
        font-weight: 900;
        line-height: 52px;
        color: #EBE696;
        width: 190px;
        margin: 0 auto;
        margin-bottom: 5px; }
        @media only screen and (max-width: 800px) {
          section.ap .inner .main h2 {
            margin-bottom: 20px; } }
      section.ap .inner .main .en {
        font-family: 'Noto Serif TC', serif;
        font-size: 24px;
        font-weight: 900;
        line-height: 36px;
        color: #EBE696;
        width: 190px;
        margin: 0 auto;
        margin-bottom: 15px; }
        @media only screen and (max-width: 800px) {
          section.ap .inner .main .en {
            margin-bottom: 20px; } }
      section.ap .inner .main .txt {
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        color: #FFF;
        margin-bottom: 20px;
        text-align: left; }
      section.ap .inner .main a {
        font-size: 16px;
        font-weight: 400;
        line-height: 32px;
        color: #EBE696;
        display: inline-block;
        height: 32px;
        background-image: url(../images/btn02.png);
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 40px; }

section.md {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 50px; }
  @media only screen and (max-width: 1000px) {
    section.md {
      padding-top: 50px;
      padding-bottom: 380px; } }
  @media only screen and (max-width: 800px) {
    section.md {
      padding-top: 25px; } }
  section.md .inner {
    width: 1366px;
    height: 850px;
    margin-right: auto;
    position: relative; }
    @media only screen and (max-width: 1400px) {
      section.md .inner {
        width: 100%; } }
    section.md .inner .d01, section.md .inner .d02, section.md .inner .light01, section.md .inner .light02, section.md .inner .s01, section.md .inner .wp {
      position: absolute;
      background-size: contain;
      background-repeat: no-repeat; }
    section.md .inner .d01 {
      width: 186px;
      height: 387px;
      background-image: url(../images/md_d02.png);
      top: 20px;
      left: 50%;
      margin-left: -120px;
      z-index: 3; }
      @media only screen and (max-width: 1400px) {
        section.md .inner .d01 {
          display: none; } }
    section.md .inner .light01, section.md .inner .light02 {
      width: 820px;
      height: 547px;
      background-image: url(../images/light.png);
      opacity: 0.2; }
      @media only screen and (max-width: 1400px) {
        section.md .inner .light01, section.md .inner .light02 {
          width: 700px; } }
    section.md .inner .light01 {
      top: -80px;
      left: -350px; }
      @media only screen and (max-width: 1000px) {
        section.md .inner .light01 {
          display: none; } }
    section.md .inner .light02 {
      right: -250px;
      opacity: 0.5;
      top: -130px; }
      @media only screen and (max-width: 1400px) {
        section.md .inner .light02 {
          right: initial;
          left: 600px; } }
      @media only screen and (max-width: 1000px) {
        section.md .inner .light02 {
          width: 500px;
          left: 50%;
          margin-left: 50px;
          top: 100px; } }
      @media only screen and (max-width: 800px) {
        section.md .inner .light02 {
          display: none; } }
    section.md .inner .s01 {
      width: 1043px;
      height: 370px;
      background-image: url(../images/smoke01.png);
      right: 150px;
      top: 50px;
      -webkit-animation: smoke04 10s infinite linear;
      animation: smoke04 10s infinite linear; }

@-webkit-keyframes smoke04 {
  0% {
    right: 150px; }
  50% {
    right: 200px; }
  100% {
    right: 150px; } }

@keyframes smoke04 {
  0% {
    right: 150px; }
  50% {
    right: 200px; }
  100% {
    right: 150px; } }
      @media only screen and (max-width: 1400px) {
        section.md .inner .s01 {
          width: 800px;
          top: 100px;
          right: initial;
          left: 50px; }
        @-webkit-keyframes smoke04 {
          0% {
            left: 50px; }
          50% {
            left: 100px; }
          100% {
            left: 50px; } }
        @keyframes smoke04 {
          0% {
            left: 50px; }
          50% {
            left: 100px; }
          100% {
            left: 50px; } } }
      @media only screen and (max-width: 1000px) {
        section.md .inner .s01 {
          display: none; } }
    section.md .inner .wp {
      width: 739px;
      height: 458px;
      background-image: url(../images/wp03.png);
      left: 0px;
      bottom: 250px; }
      @media only screen and (max-width: 1400px) {
        section.md .inner .wp {
          width: 500px;
          bottom: 200px; } }
      @media only screen and (max-width: 1000px) {
        section.md .inner .wp {
          width: 454px;
          height: 303px;
          bottom: ititial;
          top: 60px;
          background-image: url(../images/wp03_m.png); } }
      @media only screen and (max-width: 800px) {
        section.md .inner .wp {
          left: 50%;
          margin-left: -350px;
          top: -20px; } }
    section.md .inner .title {
      width: 466px;
      height: 256px;
      position: absolute;
      left: 190px;
      top: 0px;
      z-index: 1; }
      @media only screen and (max-width: 1400px) {
        section.md .inner .title {
          width: 420px;
          top: 0px;
          left: 50px; } }
      @media only screen and (max-width: 1000px) {
        section.md .inner .title {
          position: relative;
          right: initial;
          top: 0;
          left: 50%;
          margin-left: -210px; } }
      @media only screen and (max-width: 800px) {
        section.md .inner .title {
          width: 260px;
          margin-left: -130px; } }
    section.md .inner .i01 {
      width: 568px;
      height: 507px;
      position: absolute;
      left: 20px;
      top: 160px;
      z-index: 1; }
      @media only screen and (max-width: 1400px) {
        section.md .inner .i01 {
          width: 420px;
          top: 180px;
          left: 0px; } }
      @media only screen and (max-width: 1000px) {
        section.md .inner .i01 {
          width: 300px;
          left: 50%;
          margin-left: -280px;
          top: 150px; } }
      @media only screen and (max-width: 800px) {
        section.md .inner .i01 {
          top: 60px;
          margin-left: -270px; } }
    section.md .inner .i02 {
      width: 594px;
      height: 360px;
      position: absolute;
      left: 240px;
      top: 420px;
      z-index: 1; }
      @media only screen and (max-width: 1400px) {
        section.md .inner .i02 {
          width: 450px;
          left: 150px;
          top: 380px; } }
      @media only screen and (max-width: 1000px) {
        section.md .inner .i02 {
          width: 371px;
          left: 50%;
          margin-left: -185px;
          top: 270px; } }
      @media only screen and (max-width: 800px) {
        section.md .inner .i02 {
          top: 160px; } }
    section.md .inner .i03 {
      width: 346px;
      height: 403px;
      position: absolute;
      z-index: 1;
      right: 50px;
      bottom: 100px; }
      @media only screen and (max-width: 1400px) {
        section.md .inner .i03 {
          width: 300px;
          right: initial;
          left: 660px;
          bottom: 0px; } }
      @media only screen and (max-width: 1000px) {
        section.md .inner .i03 {
          left: 50%;
          margin-left: -150px;
          bottom: -350px; } }
      @media only screen and (max-width: 800px) {
        section.md .inner .i03 {
          width: 274px;
          height: 319px;
          margin-left: -137px;
          bottom: -300px; } }
    section.md .inner .main {
      width: 540px;
      height: 440px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 55px;
      text-align: center;
      position: relative;
      top: 140px;
      left: 590px;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(61.46%, #000000));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, #000000 61.46%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, #000000 61.46%);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, #000000 61.46%); }
      @media only screen and (max-width: 1400px) {
        section.md .inner .main {
          left: 400px; } }
      @media only screen and (max-width: 1000px) {
        section.md .inner .main {
          left: 50%;
          top: 160px;
          margin-left: -270px; } }
      @media only screen and (max-width: 800px) {
        section.md .inner .main {
          width: 340px;
          height: 700px;
          top: 60px;
          padding: 55px 30px;
          margin-left: -170px; } }
      section.md .inner .main::before {
        content: "";
        width: 540px;
        height: 440px;
        display: block;
        position: absolute;
        margin: auto;
        top: -10px;
        left: -10px;
        border: 2px solid;
        border-image-slice: 1;
        border-width: 2px;
        border-image-source: linear-gradient(to right, black, #EBE696); }
        @media only screen and (max-width: 800px) {
          section.md .inner .main::before {
            border-image-source: linear-gradient(to left, rgba(0, 0, 0, 0), #EBE696);
            width: 340px;
            height: 700px;
            top: 0;
            left: 0; } }
      section.md .inner .main .inner2 {
        position: relative;
        z-index: 2; }
      section.md .inner .main h2 {
        font-family: 'Noto Serif TC', serif;
        font-size: 36px;
        font-weight: 900;
        line-height: 52px;
        color: #EBE696;
        width: 420px;
        margin: 0 auto;
        margin-bottom: 5px; }
        @media only screen and (max-width: 800px) {
          section.md .inner .main h2 {
            width: 200px;
            margin-bottom: 20px; } }
        section.md .inner .main h2 span {
          font-family: 'Noto Serif TC', serif;
          font-size: 36px;
          font-weight: 900;
          line-height: 52px;
          color: #EBE696; }
          @media only screen and (max-width: 800px) {
            section.md .inner .main h2 span {
              display: none; } }
      section.md .inner .main .en {
        font-family: 'Noto Serif TC', serif;
        font-size: 24px;
        font-weight: 900;
        line-height: 36px;
        color: #EBE696;
        width: 395px;
        margin: 0 auto;
        margin-bottom: 15px; }
        @media only screen and (max-width: 800px) {
          section.md .inner .main .en {
            width: 250px;
            margin-bottom: 20px; } }
      section.md .inner .main .txt {
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        color: #FFF;
        margin-bottom: 20px;
        text-align: left; }
      section.md .inner .main a {
        font-size: 16px;
        font-weight: 400;
        line-height: 32px;
        color: #EBE696;
        display: inline-block;
        height: 32px;
        background-image: url(../images/btn02.png);
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 40px; }

section.sd {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 1000px) {
    section.sd {
      padding-top: 50px;
      padding-bottom: 380px; } }
  @media only screen and (max-width: 800px) {
    section.sd {
      padding-top: 25px;
      padding-bottom: 300px; } }
  section.sd .wp2 {
    width: 999px;
    height: 918px;
    background-image: url(../images/wp07.png);
    right: -1px;
    bottom: -210px;
    z-index: 0;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 1400px) {
      section.sd .wp2 {
        width: 810px;
        bottom: -260px; } }
    @media only screen and (max-width: 1000px) {
      section.sd .wp2 {
        width: 464px;
        bottom: 260px;
        background-image: url(../images/wp02_m.png);
        bottom: initial;
        top: 200px; } }
    @media only screen and (max-width: 800px) {
      section.sd .wp2 {
        right: initial;
        left: 50%;
        top: 60px;
        margin-left: -40px; } }
  section.sd .inner {
    width: 1366px;
    height: 850px;
    margin-right: auto;
    position: relative; }
    @media only screen and (max-width: 1400px) {
      section.sd .inner {
        width: 100%; } }
    section.sd .inner .light01, section.sd .inner .light02, section.sd .inner .s01, section.sd .inner .wp {
      position: absolute;
      background-size: contain;
      background-repeat: no-repeat; }
    section.sd .inner .light01, section.sd .inner .light02 {
      width: 820px;
      height: 547px;
      background-image: url(../images/light.png);
      opacity: 0.2; }
      @media only screen and (max-width: 1400px) {
        section.sd .inner .light01, section.sd .inner .light02 {
          width: 700px; } }
    section.sd .inner .light01 {
      top: -80px;
      left: -350px; }
      @media only screen and (max-width: 1000px) {
        section.sd .inner .light01 {
          right: initial;
          width: 500px;
          left: -50px;
          top: 100px;
          opacity: 0.6; } }
      @media only screen and (max-width: 800px) {
        section.sd .inner .light01 {
          right: initial;
          left: 50%;
          width: 383px;
          margin-left: -300px;
          opacity: 0.6; } }
    section.sd .inner .light02 {
      right: -250px;
      opacity: 0.5;
      top: -130px; }
      @media only screen and (max-width: 1400px) {
        section.sd .inner .light02 {
          right: initial;
          left: 600px; } }
      @media only screen and (max-width: 1000px) {
        section.sd .inner .light02 {
          width: 500px;
          left: 50%;
          margin-left: 50px;
          top: 100px;
          display: none; } }
      @media only screen and (max-width: 800px) {
        section.sd .inner .light02 {
          display: none; } }
    section.sd .inner .s01 {
      width: 1043px;
      height: 370px;
      background-image: url(../images/smoke01.png);
      right: 150px;
      top: 50px;
      -webkit-animation: smoke04 10s infinite linear;
      animation: smoke04 10s infinite linear; }

@keyframes smoke04 {
  0% {
    right: 150px; }
  50% {
    right: 200px; }
  100% {
    right: 150px; } }
      @media only screen and (max-width: 1400px) {
        section.sd .inner .s01 {
          width: 800px;
          top: 100px;
          right: initial;
          left: 50px; }
        @-webkit-keyframes smoke04 {
          0% {
            left: 50px; }
          50% {
            left: 100px; }
          100% {
            left: 50px; } }
        @keyframes smoke04 {
          0% {
            left: 50px; }
          50% {
            left: 100px; }
          100% {
            left: 50px; } } }
      @media only screen and (max-width: 1000px) {
        section.sd .inner .s01 {
          display: none; } }
    section.sd .inner .wp {
      display: none; }
      @media only screen and (max-width: 1000px) {
        section.sd .inner .wp {
          width: 535px;
          height: 380px;
          background-image: url(../images/wp04.png);
          bottom: -290px;
          right: -1px;
          display: block; } }
      @media only screen and (max-width: 800px) {
        section.sd .inner .wp {
          width: 485px;
          bottom: -330px; } }
    section.sd .inner .title {
      width: 493px;
      height: 320px;
      position: absolute;
      left: 160px;
      top: -30px;
      z-index: 1; }
      @media only screen and (max-width: 1400px) {
        section.sd .inner .title {
          width: 400px;
          top: 0px;
          left: 50px; } }
      @media only screen and (max-width: 1000px) {
        section.sd .inner .title {
          position: relative;
          right: initial;
          top: 0;
          left: 50%;
          width: 360px;
          margin-left: -180px; } }
      @media only screen and (max-width: 800px) {
        section.sd .inner .title {
          width: 340px;
          margin-left: -170px; } }
    section.sd .inner .i01 {
      width: 665px;
      height: 665px;
      position: absolute;
      left: -220px;
      top: 140px;
      z-index: 1; }
      @media only screen and (max-width: 1400px) {
        section.sd .inner .i01 {
          width: 470px;
          top: 180px;
          left: -150px; } }
      @media only screen and (max-width: 1000px) {
        section.sd .inner .i01 {
          width: 320px;
          left: 50%;
          margin-left: -50px;
          top: 190px; } }
      @media only screen and (max-width: 800px) {
        section.sd .inner .i01 {
          top: 70px;
          width: 300px;
          margin-left: -80px; } }
    section.sd .inner .i02 {
      width: 568px;
      height: 362px;
      position: absolute;
      left: 240px;
      top: 420px;
      z-index: 1; }
      @media only screen and (max-width: 1400px) {
        section.sd .inner .i02 {
          width: 450px;
          left: 150px;
          top: 380px; } }
      @media only screen and (max-width: 1000px) {
        section.sd .inner .i02 {
          width: 371px;
          left: 50%;
          margin-left: -185px;
          top: 310px; } }
      @media only screen and (max-width: 800px) {
        section.sd .inner .i02 {
          top: 220px; } }
    section.sd .inner .i03 {
      width: 549px;
      height: 426px;
      position: absolute;
      z-index: 1;
      right: -40px;
      bottom: 60px; }
      @media only screen and (max-width: 1400px) {
        section.sd .inner .i03 {
          width: 420px;
          right: initial;
          left: 660px;
          bottom: 0px; } }
      @media only screen and (max-width: 1000px) {
        section.sd .inner .i03 {
          left: 50%;
          margin-left: -210px;
          bottom: -380px; } }
      @media only screen and (max-width: 800px) {
        section.sd .inner .i03 {
          width: 390px;
          height: 310px;
          margin-left: -195px;
          bottom: -250px; } }
    section.sd .inner .main {
      width: 540px;
      height: 440px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 55px;
      text-align: center;
      position: relative;
      top: 140px;
      left: 590px;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(61.46%, #000000));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, #000000 61.46%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, #000000 61.46%);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, #000000 61.46%); }
      @media only screen and (max-width: 1400px) {
        section.sd .inner .main {
          left: 400px; } }
      @media only screen and (max-width: 1000px) {
        section.sd .inner .main {
          left: 50%;
          top: 160px;
          margin-left: -270px; } }
      @media only screen and (max-width: 800px) {
        section.sd .inner .main {
          width: 340px;
          height: 550px;
          top: 60px;
          padding: 55px 30px;
          margin-left: -170px; } }
      section.sd .inner .main::before {
        content: "";
        width: 540px;
        height: 440px;
        display: block;
        position: absolute;
        margin: auto;
        top: -10px;
        left: -10px;
        border: 2px solid;
        border-image-slice: 1;
        border-width: 2px;
        border-image-source: linear-gradient(to right, black, #EBE696); }
        @media only screen and (max-width: 800px) {
          section.sd .inner .main::before {
            border-image-source: linear-gradient(to left, rgba(0, 0, 0, 0), #EBE696);
            width: 340px;
            height: 550px;
            top: 0;
            left: 0; } }
      section.sd .inner .main .inner2 {
        position: relative;
        z-index: 2; }
      section.sd .inner .main h2 {
        font-family: 'Noto Serif TC', serif;
        font-size: 36px;
        font-weight: 900;
        line-height: 52px;
        color: #EBE696;
        width: 420px;
        margin: 0 auto;
        margin-bottom: 5px; }
        @media only screen and (max-width: 800px) {
          section.sd .inner .main h2 {
            width: 200px;
            margin-bottom: 20px; } }
        section.sd .inner .main h2 span {
          font-family: 'Noto Serif TC', serif;
          font-size: 36px;
          font-weight: 900;
          line-height: 52px;
          color: #EBE696; }
          @media only screen and (max-width: 800px) {
            section.sd .inner .main h2 span {
              display: none; } }
      section.sd .inner .main .en {
        font-family: 'Noto Serif TC', serif;
        font-size: 24px;
        font-weight: 900;
        line-height: 36px;
        color: #EBE696;
        width: 395px;
        margin: 0 auto;
        margin-bottom: 15px; }
        @media only screen and (max-width: 800px) {
          section.sd .inner .main .en {
            width: 250px;
            margin-bottom: 20px; } }
      section.sd .inner .main .txt {
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        color: #FFF;
        margin-bottom: 20px;
        text-align: left; }
        @media only screen and (max-width: 800px) {
          section.sd .inner .main .txt br {
            display: none; } }
      section.sd .inner .main a {
        font-size: 16px;
        font-weight: 400;
        line-height: 32px;
        color: #EBE696;
        display: inline-block;
        height: 32px;
        background-image: url(../images/btn02.png);
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 40px; }

section.reviews {
  width: 100%;
  position: relative;
  overflow: hidden; }
  section.reviews .title_box {
    margin-bottom: 80px;
    text-align: center; }
    @media only screen and (max-width: 800px) {
      section.reviews .title_box {
        margin-bottom: 50px; } }
    section.reviews .title_box .title {
      width: 360px;
      height: 124px;
      margin: 0 auto;
      margin-bottom: 10px; }
      @media only screen and (max-width: 800px) {
        section.reviews .title_box .title {
          width: 100%;
          max-width: 200px;
          height: auto; } }
    section.reviews .title_box h2 {
      font-family: 'Noto Serif TC', serif;
      font-size: 36px;
      font-weight: 900;
      line-height: 36px;
      color: #EBE696; }
      @media only screen and (max-width: 800px) {
        section.reviews .title_box h2 {
          font-size: 26px; } }
  section.reviews .main {
    width: 100%;
    height: 100%;
    position: relative;
    background: black;
    background: -moz-linear-gradient(left, black 0%, #00212e 15%, #003246 50%, #00212e 85%, black 100%);
    background: -webkit-linear-gradient(left, black 0%, #00212e 15%, #003246 50%, #00212e 85%, black 100%);
    background: -webkit-gradient(linear, left top, right top, from(black), color-stop(15%, #00212e), color-stop(50%, #003246), color-stop(85%, #00212e), to(black));
    background: -o-linear-gradient(left, black 0%, #00212e 15%, #003246 50%, #00212e 85%, black 100%);
    background: linear-gradient(to right, black 0%, #00212e 15%, #003246 50%, #00212e 85%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); }
    @media only screen and (max-width: 800px) {
      section.reviews .main {
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, #00212e 25%, #003246 50%, #00212e 75%, rgba(0, 0, 0, 0.8) 100%);
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, #00212e 25%, #003246 50%, #00212e 75%, rgba(0, 0, 0, 0.8) 100%);
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), color-stop(25%, #00212e), color-stop(50%, #003246), color-stop(75%, #00212e), to(rgba(0, 0, 0, 0.8)));
        background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, #00212e 25%, #003246 50%, #00212e 75%, rgba(0, 0, 0, 0.8) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, #00212e 25%, #003246 50%, #00212e 75%, rgba(0, 0, 0, 0.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); } }
    section.reviews .main .inner {
      width: 1030px;
      height: 100%;
      margin: 0 auto;
      position: relative; }
      @media only screen and (max-width: 1200px) {
        section.reviews .main .inner {
          width: 100%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          max-width: 780px;
          padding: 0 20px; } }
      @media only screen and (max-width: 800px) {
        section.reviews .main .inner {
          max-width: 400px; } }
      section.reviews .main .inner .slide_box {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 3; }
        section.reviews .main .inner .slide_box .slick-prev, section.reviews .main .inner .slide_box .slick-next {
          width: 32px;
          height: 32px;
          cursor: pointer;
          position: absolute;
          z-index: 2;
          top: 50%;
          margin-top: 20px;
          text-indent: -9999px;
          border: none;
          background-color: transparent;
          background-repeat: no-repeat;
          background-position: center center;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }
        section.reviews .main .inner .slide_box .slick-prev {
          background-image: url(../images/btn01_l.png);
          left: -100px; }
          @media only screen and (max-width: 800px) {
            section.reviews .main .inner .slide_box .slick-prev {
              left: 0px; } }
        section.reviews .main .inner .slide_box .slick-next {
          background-image: url(../images/btn01_r.png);
          right: -100px; }
          @media only screen and (max-width: 800px) {
            section.reviews .main .inner .slide_box .slick-next {
              right: 0px; } }
        section.reviews .main .inner .slide_box .slick-list {
          width: 100%;
          height: 100%;
          padding-top: 70px !important;
          padding-bottom: 70px !important;
          overflow: hidden;
          position: relative;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          @media only screen and (max-width: 1200px) {
            section.reviews .main .inner .slide_box .slick-list {
              padding-left: 0 !important;
              padding-right: 0 !important; } }
        section.reviews .main .inner .slide_box .item {
          display: inline-block;
          vertical-align: top;
          width: 251px;
          text-align: center;
          padding: 0 45px;
          position: relative; }
          @media only screen and (max-width: 1200px) {
            section.reviews .main .inner .slide_box .item {
              padding: 0 10px; } }
          section.reviews .main .inner .slide_box .item::before {
            content: "";
            display: block;
            width: 350px;
            height: 380px;
            background-image: url(../images/spotlight.png);
            position: absolute;
            left: 50%;
            top: -70px;
            margin-left: -175px;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
            opacity: 0; }
            @media only screen and (max-width: 800px) {
              section.reviews .main .inner .slide_box .item::before {
                opacity: 1; } }
          section.reviews .main .inner .slide_box .item.slick-current::before {
            opacity: 1; }
          section.reviews .main .inner .slide_box .item.slick-current figure {
            top: -10px;
            -webkit-box-shadow: 0px 0px 40px rgba(250, 230, 150, 0.6);
            box-shadow: 0px 0px 40px rgba(250, 230, 150, 0.6);
            -webkit-transform: scale(1.15);
            -ms-transform: scale(1.15);
            transform: scale(1.15); }
            section.reviews .main .inner .slide_box .item.slick-current figure::after {
              background-image: -webkit-gradient(linear, right top, left top, from(#B49C1D), to(#FFEAA0));
              background-image: -webkit-linear-gradient(right, #B49C1D, #FFEAA0);
              background-image: -o-linear-gradient(right, #B49C1D, #FFEAA0);
              background-image: linear-gradient(to left, #B49C1D, #FFEAA0); }
          section.reviews .main .inner .slide_box .item.slick-current .star {
            background-image: url(../images/star_hover.png); }
          section.reviews .main .inner .slide_box .item.slick-current h2 {
            color: #EBE696; }
          @media only screen and (min-width: 801px) {
            section.reviews .main .inner .slide_box .item:hover::before {
              opacity: 1; }
            section.reviews .main .inner .slide_box .item:hover figure {
              top: -10px;
              -webkit-box-shadow: 0px 0px 40px rgba(250, 230, 150, 0.6);
              box-shadow: 0px 0px 40px rgba(250, 230, 150, 0.6);
              -webkit-transform: scale(1.15);
              -ms-transform: scale(1.15);
              transform: scale(1.15); }
              section.reviews .main .inner .slide_box .item:hover figure::after {
                background-image: -webkit-gradient(linear, right top, left top, from(#B49C1D), to(#FFEAA0));
                background-image: -webkit-linear-gradient(right, #B49C1D, #FFEAA0);
                background-image: -o-linear-gradient(right, #B49C1D, #FFEAA0);
                background-image: linear-gradient(to left, #B49C1D, #FFEAA0); }
            section.reviews .main .inner .slide_box .item:hover .star {
              background-image: url(../images/star_hover.png); }
            section.reviews .main .inner .slide_box .item:hover h2 {
              color: #EBE696; } }
          @media only screen and (max-width: 1200px) {
            section.reviews .main .inner .slide_box .item {
              margin: 0 -5px; } }
          @media only screen and (max-width: 800px) {
            section.reviews .main .inner .slide_box .item {
              margin: 0 85px; } }
          section.reviews .main .inner .slide_box .item figure {
            width: 221px;
            height: 206px;
            margin-bottom: 20px;
            margin-left: auto;
            margin-right: auto;
            position: relative;
            top: 0;
            border-radius: 100%;
            -webkit-box-shadow: 0px 0px 0px rgba(250, 230, 150, 0);
            box-shadow: 0px 0px 0px rgba(250, 230, 150, 0);
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s; }
            section.reviews .main .inner .slide_box .item figure img {
              width: 215px;
              height: 200px;
              border-radius: 100%;
              overflow: hidden;
              position: relative;
              top: 3px;
              font-size: 0px;
              z-index: 1; }
            section.reviews .main .inner .slide_box .item figure::after {
              content: "";
              position: absolute;
              top: 0px;
              left: 0;
              width: 221px;
              height: 206px;
              border-radius: 100%;
              background-image: -webkit-gradient(linear, right top, left top, from(#FFF), to(#FFF));
              background-image: -webkit-linear-gradient(right, #FFF, #FFF);
              background-image: -o-linear-gradient(right, #FFF, #FFF);
              background-image: linear-gradient(to left, #FFF, #FFF);
              -webkit-transition: .5s;
              -o-transition: .5s;
              transition: .5s; }
          section.reviews .main .inner .slide_box .item .star {
            width: 125px;
            height: 21px;
            margin: 10px auto 20px;
            background-image: url(../images/star.png);
            background-repeat: no-repeat;
            background-size: contain;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s; }
          section.reviews .main .inner .slide_box .item h2 {
            font-family: 'Noto Serif TC', serif;
            font-size: 24px;
            font-weight: 700;
            line-height: 36px;
            color: #FFF;
            margin-bottom: 20px;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s; }
          section.reviews .main .inner .slide_box .item h3 {
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            color: #adadad;
            text-align: left; }

.cloud_before_review {
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-220px);
  -ms-transform: translateY(-220px);
  transform: translateY(-220px);
  width: 100%;
  overflow: hidden;
  height: 370px; }
  .cloud_before_review .s01 {
    position: absolute;
    top: 0;
    width: 1043px;
    height: 370px;
    background-image: url(../images/smoke01.png);
    right: -360px;
    z-index: 2;
    -webkit-animation: smoke03 10s infinite linear;
    animation: smoke03 10s infinite linear; }

@keyframes smoke03 {
  0% {
    right: -360px; }
  50% {
    right: -300px; }
  100% {
    right: -360px; } }
    @media only screen and (max-width: 1400px) {
      .cloud_before_review .s01 {
        width: 800px;
        right: -280px; } }
    @media only screen and (max-width: 1000px) {
      .cloud_before_review .s01 {
        bottom: -320px; } }
    @media only screen and (max-width: 1000px) {
      .cloud_before_review .s01 {
        display: none; } }

.frozen_yogurt {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 100px; }
  @media only screen and (max-width: 1000px) {
    .frozen_yogurt {
      padding-top: 50px;
      padding-bottom: 340px; } }
  @media only screen and (max-width: 800px) {
    .frozen_yogurt {
      padding-top: 25px; } }
  .frozen_yogurt .wp2 {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 756px;
    height: 467px;
    background-image: url(../images/wp06.png);
    left: 0;
    bottom: 80px; }
    @media only screen and (max-width: 1200px) {
      .frozen_yogurt .wp2 {
        width: 500px;
        height: 309px;
        bottom: 150px; } }
    @media only screen and (max-width: 1000px) {
      .frozen_yogurt .wp2 {
        bottom: 60px; } }
    @media only screen and (max-width: 800px) {
      .frozen_yogurt .wp2 {
        left: 0;
        bottom: 80px; } }
  .frozen_yogurt .inner {
    width: 1366px;
    height: 850px;
    margin-left: auto;
    position: relative; }
    @media only screen and (max-width: 1400px) {
      .frozen_yogurt .inner {
        width: 100%; } }
    .frozen_yogurt .inner .d01, .frozen_yogurt .inner .light01, .frozen_yogurt .inner .light02, .frozen_yogurt .inner .s01, .frozen_yogurt .inner .wp {
      position: absolute;
      background-size: contain;
      background-repeat: no-repeat; }
    .frozen_yogurt .inner .light01, .frozen_yogurt .inner .light02 {
      width: 820px;
      height: 547px;
      background-image: url(../images/light.png);
      opacity: 0.2; }
      @media only screen and (max-width: 1400px) {
        .frozen_yogurt .inner .light01, .frozen_yogurt .inner .light02 {
          width: 700px; } }
    .frozen_yogurt .inner .light01 {
      top: -50px;
      right: 800px;
      opacity: 0.5; }
      @media only screen and (max-width: 1400px) {
        .frozen_yogurt .inner .light01 {
          right: 500px; } }
      @media only screen and (max-width: 1000px) {
        .frozen_yogurt .inner .light01 {
          right: initial;
          width: 500px;
          left: -50px;
          top: 100px;
          opacity: 0.6; } }
      @media only screen and (max-width: 800px) {
        .frozen_yogurt .inner .light01 {
          right: initial;
          left: 50%;
          width: 383px;
          margin-left: -300px;
          opacity: 0.6; } }
    .frozen_yogurt .inner .light02 {
      right: 100px;
      top: 100px; }
      @media only screen and (max-width: 1400px) {
        .frozen_yogurt .inner .light02 {
          right: 0px; } }
      @media only screen and (max-width: 1000px) {
        .frozen_yogurt .inner .light02 {
          display: none; } }
    .frozen_yogurt .inner .wp {
      width: 701px;
      height: 561px;
      background-image: url(../images/wp04.png);
      right: -1px;
      bottom: 50px; }
      @media only screen and (max-width: 1400px) {
        .frozen_yogurt .inner .wp {
          width: 500px;
          bottom: -10px; } }
      @media only screen and (max-width: 1000px) {
        .frozen_yogurt .inner .wp {
          width: 464px;
          bottom: 260px;
          bottom: initial;
          top: 140px; } }
      @media only screen and (max-width: 800px) {
        .frozen_yogurt .inner .wp {
          right: initial;
          left: 50%;
          top: 100px;
          margin-left: -50px; } }
    .frozen_yogurt .inner .title {
      width: 707px;
      height: 201px;
      position: absolute;
      right: 11px;
      top: 90px;
      z-index: 1; }
      @media only screen and (max-width: 1400px) {
        .frozen_yogurt .inner .title {
          width: 600px;
          top: 110px; } }
      @media only screen and (max-width: 1000px) {
        .frozen_yogurt .inner .title {
          position: relative;
          right: initial;
          top: 0;
          left: 50%;
          margin-left: -300px; } }
      @media only screen and (max-width: 800px) {
        .frozen_yogurt .inner .title {
          width: 329px;
          margin-left: -165px; } }
    .frozen_yogurt .inner .i01 {
      width: 467px;
      position: absolute;
      right: -32px;
      top: 261px;
      z-index: 1; }
      @media only screen and (max-width: 1400px) {
        .frozen_yogurt .inner .i01 {
          width: 400px;
          top: 245px; } }
      @media only screen and (max-width: 1000px) {
        .frozen_yogurt .inner .i01 {
          width: 320px;
          right: initial;
          left: 50%;
          margin-left: -110px;
          top: 142px; } }
      @media only screen and (max-width: 800px) {
        .frozen_yogurt .inner .i01 {
          width: 283px;
          top: 75px;
          margin-left: -80px; } }
    .frozen_yogurt .inner .i02 {
      width: 616px;
      position: absolute;
      right: 160px;
      top: 410px;
      z-index: 1; }
      @media only screen and (max-width: 1400px) {
        .frozen_yogurt .inner .i02 {
          top: 400px;
          width: 440px; } }
      @media only screen and (max-width: 1000px) {
        .frozen_yogurt .inner .i02 {
          width: 301px;
          right: initial;
          left: 50%;
          margin-left: -175px;
          top: 280px; } }
      @media only screen and (max-width: 800px) {
        .frozen_yogurt .inner .i02 {
          width: 300px;
          top: 210px;
          margin-left: -150px; } }
    .frozen_yogurt .inner .i03 {
      width: 372px;
      position: absolute;
      z-index: 1;
      right: 933px;
      top: 430px; }
      @media only screen and (max-width: 1400px) {
        .frozen_yogurt .inner .i03 {
          width: 300px;
          right: 730px;
          top: 450px; } }
      @media only screen and (max-width: 1000px) {
        .frozen_yogurt .inner .i03 {
          right: initial;
          left: 50%;
          margin-left: -150px;
          top: auto;
          bottom: -330px;
          z-index: 3; } }
      @media only screen and (max-width: 800px) {
        .frozen_yogurt .inner .i03 {
          width: 220px;
          margin-left: -110px;
          bottom: -240px; } }
    .frozen_yogurt .inner .main {
      width: 540px;
      height: 440px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 55px;
      text-align: center;
      position: absolute;
      top: 200px;
      right: 560px;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(61.46%, #000000));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, #000000 61.46%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, #000000 61.46%);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, #000000 61.46%); }
      @media only screen and (max-width: 1400px) {
        .frozen_yogurt .inner .main {
          right: 400px; } }
      @media only screen and (max-width: 1000px) {
        .frozen_yogurt .inner .main {
          left: 50%;
          margin-left: -270px;
          top: 450px; } }
      @media only screen and (max-width: 800px) {
        .frozen_yogurt .inner .main {
          width: 340px;
          height: 512px;
          top: 380px;
          padding: 55px 30px;
          margin-left: -170px; } }
      .frozen_yogurt .inner .main::before {
        content: "";
        width: 540px;
        height: 440px;
        display: block;
        position: absolute;
        margin: auto;
        top: -10px;
        left: -10px;
        border: 2px solid;
        border-image-slice: 1;
        border-width: 2px;
        border-image-source: linear-gradient(to left, rgba(0, 0, 0, 0), #EBE696); }
        @media only screen and (max-width: 800px) {
          .frozen_yogurt .inner .main::before {
            width: 340px;
            height: 512px;
            top: 0;
            left: 0; } }
      .frozen_yogurt .inner .main .inner2 {
        position: relative;
        z-index: 2; }
      .frozen_yogurt .inner .main h2 {
        font-family: 'Noto Serif TC', serif;
        font-size: 36px;
        font-weight: 900;
        line-height: 52px;
        color: #EBE696;
        width: 190px;
        margin: 0 auto;
        margin-bottom: 5px; }
        @media only screen and (max-width: 800px) {
          .frozen_yogurt .inner .main h2 {
            margin-bottom: 20px; } }
      .frozen_yogurt .inner .main .en {
        font-family: 'Noto Serif TC', serif;
        font-size: 24px;
        font-weight: 900;
        line-height: 36px;
        color: #EBE696;
        width: 190px;
        margin: 0 auto;
        margin-bottom: 15px; }
        @media only screen and (max-width: 800px) {
          .frozen_yogurt .inner .main .en {
            margin-bottom: 20px; } }
      .frozen_yogurt .inner .main .txt {
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        color: #FFF;
        margin-bottom: 20px;
        text-align: left; }
      .frozen_yogurt .inner .main a {
        font-size: 16px;
        font-weight: 400;
        line-height: 32px;
        color: #EBE696;
        display: inline-block;
        height: 32px;
        background-image: url(../images/btn02.png);
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 40px; }

.video {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #000; }
  @media only screen and (max-width: 800px) {
    .video {
      display: none; } }
  .video video {
    width: 100%;
    height: 100vh; }

section.brand_video {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 180px; }
  @media only screen and (max-width: 1200px) {
    section.brand_video {
      padding-top: 50px;
      padding-bottom: 180px; } }
  @media only screen and (max-width: 800px) {
    section.brand_video {
      padding-top: 80px;
      padding-bottom: 50px; } }
  section.brand_video .light01, section.brand_video .light02, section.brand_video .wp {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat; }
  section.brand_video .light01, section.brand_video .light02 {
    width: 820px;
    height: 547px;
    background-image: url(../images/light.png);
    opacity: 0.2; }
    @media only screen and (max-width: 1400px) {
      section.brand_video .light01, section.brand_video .light02 {
        width: 700px; } }
  section.brand_video .light01 {
    top: 130px;
    left: -130px; }
    @media only screen and (max-width: 1000px) {
      section.brand_video .light01 {
        display: none; } }
  section.brand_video .light02 {
    right: -120px;
    opacity: 0.2;
    top: 320px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    @media only screen and (max-width: 1400px) {
      section.brand_video .light02 {
        right: initial;
        left: 600px; } }
    @media only screen and (max-width: 1000px) {
      section.brand_video .light02 {
        width: 500px;
        left: 50%;
        margin-left: 50px;
        top: 100px; } }
    @media only screen and (max-width: 800px) {
      section.brand_video .light02 {
        display: none; } }
  section.brand_video .wp {
    width: 794px;
    height: 450px;
    background-image: url(../images/wp05.png);
    left: 0px;
    bottom: 50px; }
    @media only screen and (max-width: 1200px) {
      section.brand_video .wp {
        left: -100px; } }
    @media only screen and (max-width: 1000px) {
      section.brand_video .wp {
        display: none; } }
  section.brand_video .inner {
    width: 1030px;
    margin: 0 auto;
    position: relative; }
    @media only screen and (max-width: 1200px) {
      section.brand_video .inner {
        width: 100%; } }
    @media only screen and (max-width: 1000px) {
      section.brand_video .inner {
        width: calc(100% - 60px);
        margin: 0 auto; } }
    section.brand_video .inner .title_box {
      margin-bottom: 50px; }
      @media only screen and (max-width: 1200px) {
        section.brand_video .inner .title_box {
          text-align: center; } }
      section.brand_video .inner .title_box .title {
        width: 606px;
        height: 151px;
        margin-bottom: 10px; }
        @media only screen and (max-width: 1200px) {
          section.brand_video .inner .title_box .title {
            margin: 0 auto 10px; } }
        @media only screen and (max-width: 800px) {
          section.brand_video .inner .title_box .title {
            width: 100%;
            max-width: 606px;
            height: auto; } }
      section.brand_video .inner .title_box h2 {
        font-family: 'Noto Serif TC', serif;
        font-size: 36px;
        font-weight: 900;
        line-height: 36px;
        color: #EBE696; }
        @media only screen and (max-width: 800px) {
          section.brand_video .inner .title_box h2 {
            font-size: 26px; } }
    section.brand_video .inner .main {
      position: relative; }
      section.brand_video .inner .main .slick-prev, section.brand_video .inner .main .slick-next {
        width: 32px;
        height: 32px;
        cursor: pointer;
        position: absolute;
        z-index: 2;
        top: 50%;
        text-indent: -9999px;
        border: none;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
        @media only screen and (max-width: 1000px) {
          section.brand_video .inner .main .slick-prev, section.brand_video .inner .main .slick-next {
            display: none !important; } }
      section.brand_video .inner .main .slick-prev {
        background-image: url(../images/btn01_l.png);
        left: -100px; }
        @media only screen and (max-width: 1200px) {
          section.brand_video .inner .main .slick-prev {
            left: 40px; } }
      section.brand_video .inner .main .slick-next {
        background-image: url(../images/btn01_r.png);
        right: -100px; }
        @media only screen and (max-width: 1200px) {
          section.brand_video .inner .main .slick-next {
            right: 40px; } }
      @media only screen and (max-width: 1200px) {
        section.brand_video .inner .main .video_box {
          text-align: center; } }
      section.brand_video .inner .main .video_box .slick-list {
        overflow: hidden; }
      section.brand_video .inner .main .video_box .item {
        display: inline-block;
        vertical-align: top; }
        @media only screen and (max-width: 1000px) {
          section.brand_video .inner .main .video_box .item {
            width: 100%;
            margin-bottom: 30px; } }
        section.brand_video .inner .main .video_box .item iframe {
          max-width: 100%;
          width: 690px;
          height: 350px;
          display: inline-block;
          vertical-align: middle; }
          @media only screen and (max-width: 1200px) {
            section.brand_video .inner .main .video_box .item iframe {
              width: calc(100% - 500px); } }
          @media only screen and (max-width: 1000px) {
            section.brand_video .inner .main .video_box .item iframe {
              width: 100%;
              height: 400px; } }
          @media only screen and (max-width: 800px) {
            section.brand_video .inner .main .video_box .item iframe {
              height: 200px; } }
        section.brand_video .inner .main .video_box .item .info {
          display: inline-block;
          vertical-align: middle;
          width: 250px;
          margin-left: 80px;
          text-align: left; }
          @media only screen and (max-width: 1200px) {
            section.brand_video .inner .main .video_box .item .info {
              margin-left: 40px; } }
          @media only screen and (max-width: 1000px) {
            section.brand_video .inner .main .video_box .item .info {
              display: none; } }
          section.brand_video .inner .main .video_box .item .info h3 {
            font-family: 'Noto Serif TC', serif;
            font-size: 24px;
            font-weight: 900;
            line-height: 36px;
            color: #FFF;
            margin-bottom: 40px; }
          section.brand_video .inner .main .video_box .item .info p {
            font-size: 16px;
            color: #FFF; }
