@charset "UTF-8";
/* ----------------------------reset.css---------------------------- */
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* ----------------------------reset.END---------------------------- */
.fontC_red {
  color: #e91818; }

.fontW_4 {
  font-weight: 400; }

.fontW_5 {
  font-weight: 500; }

.btn_basic:hover, .cta_container .cta-animated-container, .cta_container .cta-animated-container .cta-animated-heading, header, header .cart, nav, .topPage_bottom_inner .topPage_bottomLeft .news_item:hover img, .news_area .news_item:hover img, .newsPage_area .newsPage_bottom .other_news .news_item:hover img, .blog .blogLeft .articles_item:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.cta_container, .cta_container .cta-animated-container, header .cart, .story_area .story_top, .story_area .story_bottom .box, .share_area .share_top, .contact_area .contact_center, footer .footer_bottom .footer_bottom_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

footer .footer_top .shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

html {
  overflow-x: hidden; }

body {
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans TC', sans-serif, '微軟正黑體', Arial, Helvetica, sans-serif;
  background-color: #fff;
  font-weight: 400;
  overflow-x: hidden; }

img {
  max-width: 100%;
  display: block;
  margin: auto; }

ul,
li {
  list-style-type: none; }

a {
  text-decoration: none;
  color: #000;
  cursor: pointer; }

p {
  color: #101010;
  font-size: 32px;
  line-height: 1.7;
  margin: 2% auto 0.5%;
  text-align: center; }

h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.25;
  margin-bottom: 20px; }
  h2 br {
    display: none; }

h3 {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 60px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  h3:before, h3:after {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20%;
            flex: 1 0 20%;
    height: 1px;
    content: '';
    background-color: #505050; }
  h3:before {
    margin-right: 20px; }
  h3:after {
    margin-left: 20px; }
  h3.typeLeft:before {
    margin-right: 20px;
    height: 35px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5px;
            flex: 0 0 5px;
    border-left: 1px solid #505050; }

h4 {
  font-size: 24px;
  margin: 0 auto 3%; }

h5 {
  font-size: 16px;
  margin: 0 auto 3%;
  letter-spacing: 3px;
  text-align: center; }
  h5 br {
    display: none; }

.innerWrap {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  padding: 1%; }

.outerWrap {
  max-width: 1300px;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  padding: 1%; }

.TopBanner {
  padding-top: 150px; }

.btn_basic {
  background: -webkit-gradient(linear, left top, right top, from(#fdff86), color-stop(80%, #ffe55f), to(#f2e00a));
  background: -o-linear-gradient(left, #fdff86 0%, #ffe55f 80%, #f2e00a 100%);
  background: linear-gradient(90deg, #fdff86 0%, #ffe55f 80%, #f2e00a 100%);
  margin-top: 2.5%;
  margin-left: auto;
  font-size: 18px;
  padding-left: 35px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #101010; }
  .btn_basic:hover {
    background: #101010;
    color: #fff; }
    .btn_basic:hover .arrow {
      left: 20px;
      background: #fff; }
      .btn_basic:hover .arrow:before {
        left: 34px;
        background: #fff; }
  .btn_basic .arrow {
    width: 45px;
    height: 1px;
    background: #000;
    display: inline-block;
    position: relative;
    left: 15px;
    top: 25px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
    .btn_basic .arrow:before {
      content: '';
      width: 12px;
      height: 1px;
      top: -5px;
      left: 34px;
      background: #000;
      display: block;
      position: absolute;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }

.cta_container {
  margin: 7.5%;
  padding: 2.5%; }
  .cta_container .cta-animated-container {
    height: 75px;
    width: 300px;
    padding: 30px;
    cursor: pointer;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#fdff86), color-stop(80%, #ffe55f), to(#f2e00a));
    background: -o-linear-gradient(left, #fdff86 0%, #ffe55f 80%, #f2e00a 100%);
    background: linear-gradient(90deg, #fdff86 0%, #ffe55f 80%, #f2e00a 100%);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .cta_container .cta-animated-container .cta-animated-heading {
      color: #101010;
      text-align: center;
      font-size: 24px;
      letter-spacing: 1px;
      font-weight: bold; }
    .cta_container .cta-animated-container .cta-animated-body {
      height: 0;
      visibility: hidden;
      opacity: 0; }
    .cta_container .cta-animated-container .buyNow_btn {
      display: none; }
    .cta_container .cta-animated-container:hover {
      height: auto;
      background: none;
      padding: 0; }
      .cta_container .cta-animated-container:hover .cta-animated-heading span {
        display: none; }
      .cta_container .cta-animated-container:hover .cta-animated-body {
        height: inherit;
        visibility: inherit;
        opacity: 1;
        -webkit-transition: all ease-in-out 0.75s;
        -o-transition: all ease-in-out 0.75s;
        transition: all ease-in-out 0.75s; }
      .cta_container .cta-animated-container:hover .buyNow_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 5% auto;
        padding: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-weight: 500; }

.pos_rel {
  position: relative; }

.pos_abs {
  position: absolute; }

figcaption.news_title {
  font-size: 20px; }

figcaption.news_info {
  font-size: 15px; }

.js-social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  line-height: 1;
  list-style: none; }
  .js-social-share li {
    padding-right: 0.4rem;
    height: 22px; }
    .js-social-share li:nth-of-type(1) {
      padding-right: 0.6rem; }
    .js-social-share li:nth-of-type(3) {
      padding-right: 0.7rem; }
      .js-social-share li:nth-of-type(3) #b.btn {
        border-radius: 4px;
        padding: 1px 8px 1px 8px; }

.sns_share {
  margin: 3.5% 0; }

.related_products {
  margin-top: 7.5%; }
  .related_products .sec_title {
    display: inline;
    background: #101010;
    margin-bottom: 5%;
    font-size: 24px; }
    .related_products .sec_title span {
      padding: 0 3%;
      color: #fff; }
    .related_products .sec_title:after {
      content: "";
      display: block;
      border-bottom: 5px solid #101010; }
  .related_products .item {
    width: 33%;
    margin: 5% 0;
    padding-bottom: 2.5%;
    display: block; }
    .related_products .item:hover {
      outline: 2px solid #fcff00; }
    .related_products .item .product_title {
      font-size: 16px;
      font-weight: 550;
      margin-top: 2%;
      margin-bottom: 1%; }
    .related_products .item .product_title,
    .related_products .item .parent_node {
      text-align: center; }
    .related_products .item .parent_node {
      display: block; }
    .related_products .item .product_capacity {
      border: 1px solid #101010;
      padding: 0.3% 1.5%;
      font-size: 8px;
      font-weight: 550; }
    .related_products .item .cta {
      margin: 7.5% auto;
      width: 80%;
      display: block; }

@media screen and (max-width: 1200px) {
  h2 {
    font-size: 36px; }
  h3 {
    font-size: 27px;
    margin: 45px auto 60px; }
    h3.typeLeft:before {
      height: 30px; }
  h4 {
    font-size: 21.6px; }
  h5 {
    font-size: 14.4px; }
  .btn_basic {
    font-size: 16.2px; }
  .cta_container .cta-animated-container .cta-animated-heading {
    font-size: 21.6px; }
  figcaption.news_title {
    font-size: 18px; }
  figcaption.news_info {
    font-size: 13.5px; }
  .related_products .sec_title {
    font-size: 23.4px; }
  .related_products .item .product_title {
    font-size: 14.4px; } }

@media screen and (max-width: 992px) {
  h2 {
    font-size: 34px; }
  h3 {
    font-size: 25.5px;
    margin: 30px auto 45px; }
  h4 {
    font-size: 20.4px; }
  h5 {
    font-size: 13.6px; }
  .btn_basic {
    font-size: 15.3px; }
  .cta_container .cta-animated-container .cta-animated-heading {
    font-size: 20.4px; }
  figcaption.news_title {
    font-size: 17px; }
  figcaption.news_info {
    font-size: 12.75px; }
  .related_products .sec_title {
    font-size: 22.1px; }
  .related_products .item .product_title {
    font-size: 13.6px; } }

@media screen and (max-width: 768px) {
  .TopBanner .changeSize_sp {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 200px; }
  h2 {
    font-size: 32px;
    margin-bottom: 10px; }
    h2 br {
      display: block; }
  h3 {
    font-size: 24px;
    margin: 7.5% auto; }
    h3.typeLeft:before {
      height: 25px; }
  h4 {
    font-size: 19.2px; }
  h5 {
    font-size: 12.8px; }
  .btn_basic {
    font-size: 14.4px;
    width: 150px;
    height: 30px;
    line-height: 30px;
    padding-left: 25px; }
    .btn_basic:hover .arrow:before {
      left: 30px; }
    .btn_basic .arrow {
      top: 18px;
      width: 40px; }
      .btn_basic .arrow:before {
        left: 30px; }
  .cta_container .cta-animated-container .cta-animated-heading {
    font-size: 19.2px; }
  .related_products .sec_title {
    font-size: 20.8px; }
  .related_products .item .product_title {
    font-size: 12.8px; }
  figcaption.news_title {
    font-size: 20px; }
  figcaption.news_info {
    font-size: 12px; } }

@media screen and (max-width: 600px) {
  h2 {
    font-size: 28px; }
  h3 {
    font-size: 21px;
    margin: 12% auto; }
  h4 {
    font-size: 16.8px; }
  h5 {
    font-size: 11.2px; }
  .btn_basic {
    font-size: 12.6px; }
  .cta_container .cta-animated-container .cta-animated-heading {
    font-size: 16.8px; }
  .related_products .sec_title {
    font-size: 18.2px; }
  .related_products .item .product_title {
    font-size: 11.2px; }
  figcaption.news_title {
    font-size: 17.5px; }
  figcaption.news_info {
    font-size: 10.5px; } }

@media screen and (max-width: 480px) {
  .TopBanner .changeSize_sp {
    height: 150px; }
  h2 {
    font-size: 29.25px; }
    h2 br {
      display: block; }
  h3 {
    font-size: 19.5px; }
    h3.typeLeft:before {
      margin-right: 15px; }
  h4 {
    font-size: 15.6px; }
  h5 {
    font-size: 10.4px; }
  .outerWrap {
    width: 95%; }
  .btn_basic {
    font-size: 11.7px; }
  .related_products .sec_title {
    font-size: 16.9px; }
  .related_products .item .product_title {
    font-size: 10.4px; }
  .cta_container .cta-animated-container .cta-animated-heading {
    font-size: 15.6px; }
  figcaption.news_title {
    font-size: 16.25px; }
  figcaption.news_info {
    font-size: 9.75px; } }

@media screen and (max-width: 375px) {
  h2 {
    font-size: 24px; }
  h3 {
    font-size: 18px;
    margin: 12% auto; }
  h4 {
    font-size: 14.4px; }
  h5 {
    font-size: 9.6px; }
  .btn_basic {
    font-size: 10.8px; }
  .related_products .sec_title {
    font-size: 15.6px; }
  .related_products .item .product_title {
    font-size: 9.6px; }
  .cta_container .cta-animated-container .cta-animated-heading {
    font-size: 14.4px; }
  figcaption.news_title {
    font-size: 15px; }
  figcaption.news_info {
    font-size: 9px; } }

header {
  width: 100%;
  margin: 0 auto;
  padding: 16px 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 2px #e2e2e2bf;
          box-shadow: 2px 2px 2px #e2e2e2bf; }
  header.is-scrolled {
    padding: 15px 0; }
  header .headerContent {
    position: relative;
    height: 85%; }
  header h1 {
    visibility: hidden;
    margin: 0;
    height: 0; }
  header .topLogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 88px;
    margin: auto;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease; }
    header .topLogo.is-scrolled {
      width: 70px; }
  header .cart {
    width: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    right: -20%;
    top: 8px;
    bottom: 0;
    -webkit-animation: pushCartIn ease-in-out 1.5s 1s forwards;
            animation: pushCartIn ease-in-out 1.5s 1s forwards; }
    header .cart.is-scrolled {
      width: 45px; }
      header .cart.is-scrolled:hover .num {
        -webkit-transform: rotateZ(375deg) scale(1.05);
            -ms-transform: rotate(375deg) scale(1.05);
                transform: rotateZ(375deg) scale(1.05);
        -webkit-filter: saturate(1.2);
                filter: saturate(1.2); }
      header .cart.is-scrolled img {
        margin: auto; }
      header .cart.is-scrolled .num {
        left: 24px;
        top: 9px;
        -webkit-transform: rotateZ(375deg);
            -ms-transform: rotate(375deg);
                transform: rotateZ(375deg);
        z-index: -1; }
    header .cart.itemIn {
      /* 購物車內有商品 */ }
      header .cart.itemIn img {
        opacity: 0.6;
        /* 購物車才會變淡 */ }
    header .cart:hover img {
      -webkit-filter: sepia(0.7);
              filter: sepia(0.7); }
    header .cart img {
      width: 40px;
      margin-bottom: 2.5px; }
    header .cart span {
      color: #c6b27b;
      letter-spacing: 1px;
      font-size: 14px;
      display: block;
      margin-left: -13px; }
    header .cart .num {
      min-width: 18px;
      height: 18px;
      border-radius: 8px;
      background: #aa0111;
      color: #fff;
      font-size: 1.3rem;
      font-weight: 700;
      position: absolute;
      left: 8px;
      top: -7px;
      text-align: center;
      line-height: 1.5;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }

@-webkit-keyframes pushCartIn {
  from {
    right: -20%; }
  to {
    right: 0; } }

@keyframes pushCartIn {
  from {
    right: -20%; }
  to {
    right: 0; } }

@-webkit-keyframes scrollAnimation {
  0% {
    left: -3px;
    top: 8px;
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
    z-index: 0; }
  100% {
    left: 10px;
    top: 17px;
    -webkit-transform: rotateZ(375deg);
            transform: rotateZ(375deg);
    z-index: -1; } }

@keyframes scrollAnimation {
  0% {
    left: -3px;
    top: 8px;
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
    z-index: 0; }
  100% {
    left: 10px;
    top: 17px;
    -webkit-transform: rotateZ(375deg);
            transform: rotateZ(375deg);
    z-index: -1; } }

nav {
  position: fixed;
  top: 85px;
  height: 65px;
  width: 100%;
  background-color: #101010;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #f5f5f5;
  z-index: 20;
  -webkit-box-shadow: 1px 1px 2px #d9d9d9;
          box-shadow: 1px 1px 2px #d9d9d9; }
  nav:after {
    content: '';
    height: 7px;
    background: -webkit-gradient(linear, left top, right top, from(#ffff89), color-stop(70%, #f7f731), to(#f2df0a));
    background: -o-linear-gradient(left, #ffff89 0%, #f7f731 70%, #f2df0a 100%);
    background: linear-gradient(90deg, #ffff89 0%, #f7f731 70%, #f2df0a 100%);
    width: 100%;
    position: absolute;
    bottom: 0; }
  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: auto;
    padding: 0 40px;
    max-width: 1200px; }
    nav ul li {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      nav ul li:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 25px;
        background-color: #e8e8e8;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      nav ul li a {
        position: relative;
        height: 40px;
        font-size: 20px;
        font-weight: 300;
        letter-spacing: 1px;
        color: #fff;
        padding: 0px 0;
        white-space: nowrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        nav ul li a:hover {
          color: #feff50; }
      nav ul li:before {
        content: '';
        height: 4px;
        width: 90%;
        position: absolute;
        left: 5%;
        right: 5%;
        bottom: 0;
        background-color: #ccb44a;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: scale(0, 1);
            -ms-transform: scale(0, 1);
                transform: scale(0, 1); }
  nav.dropDown {
    padding-top: 80px; }
  nav.nav_fb {
    display: none; }

@media screen and (max-width: 1280px) {
  header .cart {
    width: 45px; }
    header .cart img {
      width: 40px; }
    header .cart span {
      font-size: 13.3px; }
  nav ul li a {
    font-size: 19px; } }

@media screen and (max-width: 1000px) {
  nav ul li a {
    font-size: 18px; } }

@media screen and (min-width: 769px) {
  nav.is-scrolled {
    height: 60px;
    top: 75px; }
    nav.is-scrolled ul li a.is-scrolled {
      height: 50px; } }

@media screen and (max-width: 768px) {
  header {
    height: 80px;
    margin: 0px auto;
    padding: 10px 0;
    background-color: #101010; }
    header.is-scrolled {
      height: 80px;
      padding: 10px 0; }
    header:after {
      content: '';
      border-bottom: 5px solid #feff71;
      width: 100%;
      position: absolute;
      bottom: 0; }
    header .topLogo {
      width: 50px;
      padding-top: 10px; }
      header .topLogo.is-scrolled {
        width: 50px; }
    header .cart {
      width: 40px;
      right: 10%; }
      header .cart img {
        width: 35px; }
      header .cart span {
        font-size: 10.4px; }
      header .cart .num {
        top: 5%; }
  @-webkit-keyframes pushCartIn {
    from {
      right: -20%; }
    to {
      right: 10%; } }
  @keyframes pushCartIn {
    from {
      right: -20%; }
    to {
      right: 10%; } }
  #spNav_btn {
    width: 32px;
    height: 32px;
    position: absolute;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    display: block;
    top: 22.5%;
    right: 5%;
    z-index: 1000; }
    #spNav_btn span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: #fff;
      border-radius: 5px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: 0.25s ease-in-out;
      -o-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out; }
      #spNav_btn span:nth-child(1) {
        top: 0px; }
      #spNav_btn span:nth-child(2), #spNav_btn span:nth-child(3) {
        top: 15px; }
      #spNav_btn span:nth-child(4) {
        top: 30px; }
    #spNav_btn.open span:nth-child(1) {
      top: 18px;
      width: 0%;
      left: 50%; }
    #spNav_btn.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    #spNav_btn.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    #spNav_btn.open span:nth-child(4) {
      top: 18px;
      width: 0%;
      left: 50%; }
  nav {
    width: 30%;
    position: fixed;
    right: -40%;
    overflow: auto;
    background-color: #151515f2;
    -webkit-box-shadow: none;
            box-shadow: none;
    top: 80px;
    height: calc(100vh - 80px);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    nav:after {
      height: 0; }
    nav.is-active {
      right: 0; }
    nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-item-align: self-start;
          align-self: self-start;
      height: 50%;
      padding: 0;
      margin: 0; }
      nav ul li {
        width: 90%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        list-style: none;
        text-decoration: none;
        border-top: 1px solid #313131;
        border-bottom: 1px solid #313131;
        font-weight: normal;
        text-align: center;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        nav ul li:before {
          width: 0; }
        nav ul li:first-child:after {
          width: 0; }
        nav ul li a {
          color: #ffffff;
          height: 100%; }
  .nav_fb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (max-width: 480px) {
  header .headerContent {
    width: 95%; }
  header .cart {
    right: -20%; }
    header .cart span {
      font-size: 9.1px; }
  @-webkit-keyframes pushCartIn {
    from {
      right: -20%; }
    to {
      right: 12.5%; } }
  @keyframes pushCartIn {
    from {
      right: -20%; }
    to {
      right: 12.5%; } }
  nav ul li a {
    font-size: 13px; } }

@media screen and (max-width: 375px) {
  .wrapper {
    padding: 0 15px; }
  .copyright {
    text-align: center;
    line-height: 20px; } }

.slick-dots {
  bottom: 22px; }
  .slick-dots li {
    margin: 0; }
  .slick-dots li button:before {
    content: '●';
    opacity: 1;
    color: #ecebe7; }
  .slick-dots li.slick-active button:before {
    content: '●';
    opacity: 1;
    color: #ffea62;
    font-size: 15px; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.topPage_center {
  position: relative;
  margin-bottom: 7.5%; }
  .topPage_center .doctorImg {
    margin-right: auto;
    display: inline-block; }
  .topPage_center .sentence {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .topPage_center .sentence p {
      position: absolute;
      top: 120px;
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
      line-height: 1.11;
      background: #fff;
      -webkit-box-shadow: 5px 7px 2px #000;
              box-shadow: 5px 7px 2px #000;
      padding: 15px 0px 55px;
      margin: auto;
      font-size: 45px;
      letter-spacing: 2.5px;
      width: 5.5%; }
      .topPage_center .sentence p span {
        font-weight: 600; }
      .topPage_center .sentence p.text01 {
        right: 298px; }
      .topPage_center .sentence p.text02 {
        right: 150px; }
      .topPage_center .sentence p.text03 {
        right: 62px; }
  .topPage_center .doctor_info {
    margin-right: auto; }
    .topPage_center .doctor_info span {
      display: block;
      width: 100%; }
    .topPage_center .doctor_info .school {
      font-size: 16px;
      margin-top: 1.5%;
      letter-spacing: 2px; }
    .topPage_center .doctor_info .name {
      font-size: 18px;
      font-weight: 550;
      letter-spacing: 2px; }

.topPage_bottom_outer {
  background: #f5f5f5;
  background-attachment: fixed;
  background-image: url(../images/index_bg_s.jpg);
  background-repeat: no-repeat; }

.topPage_bottom_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10%; }
  .topPage_bottom_inner .topPage_bottomLeft,
  .topPage_bottom_inner .topPage_bottomRight {
    width: 45%; }
  .topPage_bottom_inner .news_container,
  .topPage_bottom_inner .articles_container {
    min-height: 33vw; }
  .topPage_bottom_inner .moreInfo_btn {
    margin-top: 10%; }
  .topPage_bottom_inner .topPage_bottomLeft .news_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .topPage_bottom_inner .topPage_bottomLeft .news_item {
    position: relative;
    display: block;
    max-width: 500px; }
    .topPage_bottom_inner .topPage_bottomLeft .news_item img {
      -webkit-filter: brightness(0.3);
              filter: brightness(0.3); }
    .topPage_bottom_inner .topPage_bottomLeft .news_item:hover img {
      -webkit-filter: brightness(0.65);
              filter: brightness(0.65); }
  .topPage_bottom_inner .topPage_bottomLeft figcaption {
    position: absolute;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .topPage_bottom_inner .topPage_bottomLeft figcaption.news_title {
      font-size: 26px;
      letter-spacing: 1px;
      top: 48%;
      left: 50%;
      line-height: 1.7;
      text-align: center;
      width: 65%;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3; }
    .topPage_bottom_inner .topPage_bottomLeft figcaption.news_info {
      font-size: 15px;
      left: 50%;
      bottom: 15%;
      text-align: center;
      line-height: 2; }
  .topPage_bottom_inner .topPage_bottomRight .articles_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .topPage_bottom_inner .topPage_bottomRight .item_container {
    min-height: 522px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .topPage_bottom_inner .topPage_bottomRight .articles_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: 1px solid #f1df09;
    padding-bottom: 2.5%; }
  .topPage_bottom_inner .topPage_bottomRight .articles_title {
    letter-spacing: 1px;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal; }
    .topPage_bottom_inner .topPage_bottomRight .articles_title:hover {
      text-shadow: 1px 2px 3px #f1ca09; }
  .topPage_bottom_inner .topPage_bottomRight .article_num {
    width: 7%;
    margin-right: 3%; }
  .topPage_bottom_inner .topPage_bottomRight .articles_text {
    width: 88%; }
  .topPage_bottom_inner .topPage_bottomRight .article_sup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 3% 0 3%; }
  .topPage_bottom_inner .topPage_bottomRight .article_type,
  .topPage_bottom_inner .topPage_bottomRight .article_category {
    font-size: 10px; }
  .topPage_bottom_inner .topPage_bottomRight .article_type {
    background: #f1df0a;
    padding: 1px 5px;
    margin-right: 3.5%; }
    .topPage_bottom_inner .topPage_bottomRight .article_type.type_hot {
      background: #ff3566;
      color: #fff; }
    .topPage_bottom_inner .topPage_bottomRight .article_type.type_popular {
      background: #ff9035; }
    .topPage_bottom_inner .topPage_bottomRight .article_type.type_selected {
      background: #35c6ff; }

@media screen and (max-width: 1520px) {
  .topPage_bottom_inner .topPage_bottomLeft figcaption span {
    display: none; }
  .topPage_bottom_inner .topPage_bottomLeft figcaption.news_title {
    font-size: 22.8px; }
  .topPage_bottom_inner .topPage_bottomLeft figcaption.news_info {
    font-size: 13.3px; }
  .topPage_bottom_inner .topPage_bottomRight .item_container {
    min-height: 34.5vw; }
  .topPage_bottom_inner .topPage_bottomRight .articles_title {
    font-size: 15.2px; }
  .topPage_bottom_inner .topPage_bottomRight .article_type,
  .topPage_bottom_inner .topPage_bottomRight .article_category {
    font-size: 9.5px; } }

@media screen and (max-width: 1200px) {
  .overflow_spec {
    overflow: visible; }
  .topPage_center .sentence p {
    padding: 2vw 1px 3.5vw;
    font-size: 3.7vw;
    letter-spacing: 2px;
    width: 6%; }
    .topPage_center .sentence p.text01 {
      right: 26%; }
    .topPage_center .sentence p.text02 {
      right: 7%; }
    .topPage_center .sentence p.text03 {
      right: -2%; }
  .topPage_center .doctor_info .school {
    font-size: 14.4px; }
  .topPage_center .doctor_info .name {
    font-size: 16.2px;
    letter-spacing: 2px; }
  .moreInfo_btn {
    font-size: 16.2px; }
  .topPage_bottom_inner .topPage_bottomLeft figcaption span {
    display: inline-block; }
  .topPage_bottom_inner .topPage_bottomLeft figcaption.news_title {
    font-size: 22.5px; }
    .topPage_bottom_inner .topPage_bottomLeft figcaption.news_title br {
      display: none; }
  .topPage_bottom_inner .topPage_bottomLeft figcaption.news_info {
    font-size: 12.6px;
    bottom: 10%; }
  .topPage_bottom_inner .topPage_bottomRight .articles_title {
    font-size: 14.4px; }
  .topPage_bottom_inner .topPage_bottomRight .articles_item {
    padding: 2% 0 1%; }
  .topPage_bottom_inner .topPage_bottomRight .article_type,
  .topPage_bottom_inner .topPage_bottomRight .article_category {
    font-size: 9px; } }

@media screen and (max-width: 992px) {
  .topPage_bottom_inner .news_container,
  .topPage_bottom_inner .articles_container {
    min-height: 50vw; }
  .topPage_bottom_inner .topPage_bottomLeft figcaption.news_title {
    font-size: 21.25px;
    -webkit-line-clamp: 2; }
  .topPage_bottom_inner .topPage_bottomLeft figcaption.news_info {
    font-size: 11.9px; }
  .topPage_bottom_inner .topPage_bottomRight .articles_title {
    font-size: 13.6px; }
  .topPage_bottom_inner .topPage_bottomRight .article_type,
  .topPage_bottom_inner .topPage_bottomRight .article_category {
    font-size: 8.5px; } }

@media screen and (max-width: 768px) {
  .topPage_center {
    margin-bottom: 15vw; }
    .topPage_center .sentence p {
      top: 110px;
      font-size: 3.8vw;
      letter-spacing: 2.5px;
      width: 7%;
      padding: 2vw 5px 4vw; }
      .topPage_center .sentence p.text01 {
        padding: 1vw 5px 2.5vw;
        height: 50vw;
        letter-spacing: 1.2px; }
    .topPage_center .doctor_info .school {
      font-size: 12px;
      letter-spacing: 1.5px; }
    .topPage_center .doctor_info .name {
      font-size: 14.4px;
      letter-spacing: 2px; }
  .moreInfo_btn {
    font-size: 14.4px; }
  .topPage_bottom_outer {
    background-position: top right 20vw;
    background-size: 80% 46%;
    background-attachment: scroll; }
  .topPage_bottom_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .topPage_bottom_inner .topPage_bottomLeft,
    .topPage_bottom_inner .topPage_bottomRight {
      width: 100%;
      margin-bottom: 10%; }
    .topPage_bottom_inner .topPage_bottomLeft .news_container {
      margin-bottom: 15%; }
    .topPage_bottom_inner .topPage_bottomLeft figcaption.news_title {
      font-size: 20px;
      width: 52%;
      -webkit-line-clamp: 3; }
    .topPage_bottom_inner .topPage_bottomLeft figcaption.news_info {
      font-size: 11.2px;
      line-height: 1.5; }
    .topPage_bottom_inner .topPage_bottomRight .articles_item {
      padding: 5% 0 1%; }
      .topPage_bottom_inner .topPage_bottomRight .articles_item:first-of-type {
        padding-top: 0; }
    .topPage_bottom_inner .topPage_bottomRight .articles_title {
      font-size: 16px; }
    .topPage_bottom_inner .topPage_bottomRight .article_type,
    .topPage_bottom_inner .topPage_bottomRight .article_category {
      font-size: 12px; }
    .topPage_bottom_inner .moreInfo_btn {
      margin-top: 12.5%; } }

@media screen and (max-width: 600px) {
  .topPage_center {
    margin-bottom: 15vw; }
    .topPage_center .sentence p {
      top: 85px;
      -webkit-box-shadow: 5px 4px 2px #101010e6;
              box-shadow: 5px 4px 2px #101010e6; }
    .topPage_center .doctor_info .school {
      font-size: 10.5px; }
    .topPage_center .doctor_info .name {
      font-size: 12.6px; }
  .moreInfo_btn {
    font-size: 12.6px; }
  .topPage_bottom_inner .topPage_bottomLeft figcaption.news_title {
    font-size: 17.5px; }
  .topPage_bottom_inner .topPage_bottomLeft figcaption.news_info {
    font-size: 9.8px; }
  .topPage_bottom_inner .topPage_bottomRight .articles_title {
    font-size: 14px; }
  .topPage_bottom_inner .topPage_bottomRight .article_type,
  .topPage_bottom_inner .topPage_bottomRight .article_category {
    font-size: 10.5px; } }

@media screen and (max-width: 480px) {
  .slick-dots li.slick-active button:before {
    font-size: 9.75px; }
  .topPage_center .sentence p {
    top: 20%;
    padding: 2vw 3px 4vw; }
    .topPage_center .sentence p.text01 {
      padding: 1vw 3px 2.5vw;
      height: 50vw; }
  .topPage_center .doctor_info .school {
    font-size: 9.75px; }
  .topPage_center .doctor_info .name {
    font-size: 14.95px;
    letter-spacing: 2px; }
  .topPage_bottom_inner .moreInfo_btn {
    margin-top: 15%;
    font-size: 14.95px; } }

@media screen and (max-width: 414px) {
  .topPage_center .sentence p {
    font-size: 3.5vw; }
    .topPage_center .sentence p.text01 {
      height: 51vw; } }

@media screen and (max-width: 375px) {
  .topPage_center .sentence p {
    top: 18%; }
    .topPage_center .sentence p.text01 {
      padding: 0.8vw 3px 2.5vw; }
  .topPage_center .doctor_info .school {
    font-size: 9px; }
  .topPage_center .doctor_info .name {
    font-size: 13.8px; }
  .topPage_bottom_inner .moreInfo_btn {
    font-size: 13.8px; } }

.story_area {
  margin-bottom: 5%; }
  .story_area h4 {
    font-size: 16px;
    letter-spacing: 3px;
    text-align: center; }
    .story_area h4 br {
      display: none; }
  .story_area .story_top {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin: 5% auto; }
    .story_area .story_top p {
      background: #fbfbfb;
      font-size: 16px;
      letter-spacing: 2.5px;
      width: 40%;
      margin: 0;
      text-align: left;
      padding: 2.5%;
      line-height: 2; }
    .story_area .story_top picture {
      width: 30%; }
  .story_area .story_center {
    margin-bottom: 5%; }
    .story_area .story_center .faq_item {
      margin-bottom: 2.5%; }
      .story_area .story_center .faq_item .faq_title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-items: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-bottom: 1px solid #999;
        padding-bottom: 1.5%; }
        .story_area .story_center .faq_item .faq_title .faq_num {
          width: 6%;
          margin-right: 2%; }
        .story_area .story_center .faq_item .faq_title .faq_text {
          font-size: 25px;
          font-weight: 600;
          letter-spacing: 2px; }
      .story_area .story_center .faq_item .faq_content {
        padding: 2.5%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .story_area .story_center .faq_item .faq_content p {
          font-size: 15px;
          letter-spacing: 2px;
          text-align: left;
          line-height: 2;
          margin: auto;
          width: 83%; }
          .story_area .story_center .faq_item .faq_content p.flex {
            width: 35%;
            margin: 0; }
          .story_area .story_center .faq_item .faq_content p:first-letter {
            font-size: 18px;
            font-weight: 550; }
        .story_area .story_center .faq_item .faq_content picture {
          width: 30%; }
  .story_area .story_bottom {
    margin-bottom: 2.5%; }
    .story_area .story_bottom .sup_txt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: .5%; }
    .story_area .story_bottom .txt_content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .story_area .story_bottom h4 {
      font-size: 22px;
      font-weight: 600;
      margin: 0; }
    .story_area .story_bottom h5 {
      font-size: 14px;
      color: #888;
      text-align: center; }
    .story_area .story_bottom .box {
      width: 52.5%;
      margin: 5% auto;
      padding: 2.5% 4%;
      background: #fafafa; }
      .story_area .story_bottom .box .textBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 80%;
        margin-right: 5%; }
        .story_area .story_bottom .box .textBox .title {
          font-size: 20px;
          margin-right: auto;
          margin-bottom: 7.5%;
          font-weight: 600;
          letter-spacing: 1.8px; }
        .story_area .story_bottom .box .textBox .supTitle {
          font-size: 14px; }
      .story_area .story_bottom .box .textBox_bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        width: 100%; }
        .story_area .story_bottom .box .textBox_bottom picture {
          width: 30%; }
      .story_area .story_bottom .box picture {
        width: 35%; }
    .story_area .story_bottom .box_sp {
      display: none; }

@media screen and (max-width: 1200px) {
  .story_area h4 {
    font-size: 14.4px; }
  .story_area .story_top p {
    font-size: 14.4px; }
  .story_area .story_top picture {
    width: 300px; }
  .story_area .story_center .faq_item .faq_title .faq_text {
    font-size: 22.5px; }
  .story_area .story_center .faq_item .faq_content p {
    width: 88%;
    font-size: 13.5px; }
    .story_area .story_center .faq_item .faq_content p.flex {
      width: 40%; }
  .story_area .story_center .faq_item .faq_content picture {
    width: 300px; }
  .story_area .story_bottom .box {
    width: 55%; }
  .story_area .story_bottom .sup_txt {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1%; }
    .story_area .story_bottom .sup_txt:before, .story_area .story_bottom .sup_txt:after {
      -ms-flex: 1;
          flex: 1;
      -webkit-box-flex: 1;
      height: 2px;
      content: '';
      background-color: #505050; }
  .story_area .story_bottom .txt_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 85%; }
  .story_area .story_bottom h4 {
    font-size: 19.8px; }
    .story_area .story_bottom h4 span {
      display: none; }
  .story_area .story_bottom h5 {
    font-size: 12.6px; }
  .story_area .story_bottom .box .textBox .title {
    font-size: 18px; }
  .story_area .story_bottom .box .textBox .supTitle {
    font-size: 12.6px; } }

@media screen and (max-width: 992px) {
  .story_area h4 {
    font-size: 13.6px; }
  .story_area .story_top p {
    font-size: 13.6px;
    width: 45%; }
  .story_area .story_top picture {
    width: 280px; }
  .story_area .story_center .faq_item .faq_title .faq_text {
    font-size: 21.25px; }
  .story_area .story_center .faq_item .faq_content p {
    width: 92%;
    font-size: 12.75px; }
  .story_area .story_center .faq_item .faq_content picture {
    width: 280px; }
  .story_area .story_bottom .box {
    width: 65%; }
    .story_area .story_bottom .box picture {
      width: 30%; }
  .story_area .story_bottom h4 {
    font-size: 18.7px; }
  .story_area .story_bottom h5 {
    font-size: 11.9px; }
  .story_area .story_bottom .box .textBox .title {
    font-size: 17px; }
  .story_area .story_bottom .box .textBox .supTitle {
    font-size: 11.9px; } }

@media screen and (max-width: 768px) {
  .story_area h4 {
    font-size: 14.4px; }
  .story_area .story_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10%; }
    .story_area .story_top p {
      font-size: 14.4px;
      width: 100%;
      margin-bottom: 5%; }
    .story_area .story_top picture {
      width: 100%; }
      .story_area .story_top picture img {
        width: 100%; }
  .story_area .story_center .faq_item {
    margin-bottom: 7.5%; }
    .story_area .story_center .faq_item .faq_title {
      padding-bottom: 3%;
      margin-bottom: 2.5%; }
      .story_area .story_center .faq_item .faq_title .faq_text {
        font-size: 20px; }
      .story_area .story_center .faq_item .faq_title .faq_num {
        width: 10%;
        margin-right: 3%; }
    .story_area .story_center .faq_item .faq_content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 2.5% 0; }
      .story_area .story_center .faq_item .faq_content p {
        width: 95%;
        font-size: 14.4px; }
        .story_area .story_center .faq_item .faq_content p.flex {
          width: 95%;
          margin-bottom: 5%; }
      .story_area .story_center .faq_item .faq_content picture {
        width: 100%; }
  .story_area .story_bottom .box {
    width: 80%; }
    .story_area .story_bottom .box picture {
      width: 25%; }
  .story_area .story_bottom h4 {
    font-size: 17.6px; }
  .story_area .story_bottom h5 {
    font-size: 11.2px; }
  .story_area .story_bottom .box .textBox .title {
    font-size: 16px; }
  .story_area .story_bottom .box .textBox .supTitle {
    font-size: 11.2px; } }

@media screen and (max-width: 600px) {
  .story_area h4 {
    font-size: 11.2px; }
    .story_area h4 span {
      display: none; }
    .story_area h4 br {
      display: block; }
  .story_area .story_top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .story_area .story_top p {
      font-size: 12.6px; }
  .story_area .story_center .faq_item .faq_title .faq_text {
    font-size: 17.5px; }
  .story_area .story_center .faq_item .faq_content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .story_area .story_center .faq_item .faq_content p {
      font-size: 12.6px; }
    .story_area .story_center .faq_item .faq_content picture {
      width: 100%; }
  .story_area .story_bottom .box {
    display: none; }
  .story_area .story_bottom .box_sp {
    display: block;
    margin-top: 7.5%; }
  .story_area .story_bottom h4 {
    font-size: 15.4px; }
  .story_area .story_bottom h5 {
    font-size: 9.8px; } }

@media screen and (max-width: 480px) {
  .story_area .story_center .faq_item .faq_title .faq_num {
    width: 60px; }
  .story_area .story_bottom .sup_txt {
    margin-bottom: 2.5%; }
  .story_area .story_bottom h4 {
    font-size: 14.3px; } }

@media screen and (max-width: 375px) {
  .story_area h5 span {
    display: none; }
  .story_area .story_bottom .txt_content {
    width: 100%; } }

.product_area {
  margin: 1% auto 10%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .product_area .item {
    position: relative;
    width: 27%;
    padding: 1.5% 3% 4%;
    margin: 2.5% 0 2.5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .product_area .item:nth-of-type(1):hover, .product_area .item:nth-of-type(2):hover {
      outline: 2px solid #fcff00; }
      .product_area .item:nth-of-type(1):hover .buyNow_btn, .product_area .item:nth-of-type(2):hover .buyNow_btn {
        background: #101010;
        color: #fff; }
  .product_area .product_tag {
    position: absolute;
    top: 6%;
    right: 10%;
    width: 30%; }
  .product_area .product_title {
    font-size: 16px;
    font-weight: 550;
    margin-top: 2%;
    margin-bottom: 1%; }
  .product_area .product_capacity {
    border: 1px solid #101010;
    padding: 0.3% 1.5%;
    font-size: 8px;
    font-weight: 550; }
  .product_area .info {
    text-align: left;
    font-size: 13px;
    margin-top: 5%; }
  .product_area .buyNow_btn {
    position: absolute;
    bottom: -12.5%;
    left: 20%;
    width: 60%;
    height: 40px;
    margin: 10% auto;
    padding-left: 0;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 500; }

@media screen and (max-width: 768px) {
  .product_area .item {
    width: 45%;
    margin: 3% 1% 7%;
    min-height: 360px; }
  .product_area .buyNow_btn {
    font-size: 12.8px; } }

@media screen and (max-width: 600px) {
  .product_area .item:nth-of-type(3),
  .product_area .item:nth-of-type(4) {
    margin: 12% 1% -3%;
    min-height: 340px; }
  .product_area .buyNow_btn {
    font-size: 11.2px; } }

@media screen and (max-width: 480px) {
  .product_area .item {
    width: 48%;
    padding: 1.5% 1.5% 4%; } }

.news_area {
  margin-bottom: 10%; }
  .news_area .slick-dots {
    bottom: -7.5%; }
  .news_area .news_top {
    margin-bottom: 10%; }
  .news_area .news_center .moreInfo_btn {
    margin-bottom: 7.5%; }
  .news_area .news_zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 3.5%; }
  .news_area .news_item {
    position: relative;
    display: block;
    width: 30%;
    margin: 2.5% 0; }
    .news_area .news_item img {
      -webkit-filter: brightness(0.3);
              filter: brightness(0.3); }
    .news_area .news_item:hover img {
      -webkit-filter: brightness(0.65);
              filter: brightness(0.65); }
    .news_area .news_item:last-of-type {
      display: none; }
  .news_area .news_bottom article {
    padding-bottom: 3.5%; }
  .news_area figcaption {
    position: absolute;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .news_area figcaption.news_title {
      letter-spacing: 1px;
      top: 48%;
      left: 50%;
      line-height: 1.7;
      width: 65%;
      text-align: center; }
    .news_area figcaption.news_info {
      width: 100%;
      letter-spacing: 1px;
      left: 50%;
      bottom: 15%;
      line-height: 2;
      text-align: center; }

@media screen and (max-width: 1200px) {
  .news_area figcaption.news_title {
    width: 80%; }
  .news_area figcaption.news_info {
    bottom: .8vw; } }

@media screen and (max-width: 768px) {
  .news_area .news_item {
    width: 45%;
    margin: 5% auto; }
    .news_area .news_item:last-of-type {
      display: block; }
  .news_area figcaption.news_title {
    width: 90%;
    top: 40%;
    font-size: 16px; }
  .news_area figcaption.news_info {
    bottom: .5vw; } }

@media screen and (max-width: 600px) {
  .news_area {
    margin-bottom: 20%; }
    .news_area .news_center {
      margin-bottom: 20%; }
    .news_area .news_bottom article {
      padding-bottom: 7%; } }

@media screen and (max-width: 480px) {
  .news_area .slick-dots {
    bottom: -10%; }
    .news_area .slick-dots li.slick-active button:before {
      font-size: 5.85px; }
  .news_area .news_zone {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .news_area figcaption.news_title {
    width: 90%;
    top: 35%;
    font-size: 13px; }
  .news_area figcaption.news_info {
    font-size: 9.75px;
    bottom: 0; } }

@media screen and (max-width: 375px) {
  .news_area figcaption.news_info {
    bottom: -3.5vw; } }

.newsPage_area {
  padding: 50px 0; }
  .newsPage_area .newsPage_top h2 {
    font-size: 30px;
    text-align: left;
    margin-bottom: 0; }
  .newsPage_area .newsPage_top .news_type,
  .newsPage_area .newsPage_top time {
    display: inline-block;
    font-size: 8px; }
  .newsPage_area .newsPage_top .news_type {
    background: #f1df0a;
    padding: 1px 5px; }
  .newsPage_area .newsPage_top video:hover {
    cursor: pointer; }
  .newsPage_area .newsPage_top video,
  .newsPage_area .newsPage_top .mainBanner {
    display: block;
    width: 100%;
    margin: 5% auto; }
  .newsPage_area .newsPage_top .mainBannerText {
    position: absolute;
    bottom: 2%;
    right: 1%;
    width: 82%; }
  .newsPage_area .newsPage_top .picAction {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0; }
  .newsPage_area .newsPage_top .dialog_before {
    -webkit-animation: 2s opacityAction_b infinite;
            animation: 2s opacityAction_b infinite; }
  .newsPage_area .newsPage_top .dialog_after {
    -webkit-animation: 2s opacityAction_a infinite;
            animation: 2s opacityAction_a infinite; }

@-webkit-keyframes opacityAction_b {
  0%,
  50% {
    opacity: 1; }
  51%,
  100% {
    opacity: 0; } }

@keyframes opacityAction_b {
  0%,
  50% {
    opacity: 1; }
  51%,
  100% {
    opacity: 0; } }

@-webkit-keyframes opacityAction_a {
  0%,
  50% {
    opacity: 0; }
  51%,
  100% {
    opacity: 1; } }

@keyframes opacityAction_a {
  0%,
  50% {
    opacity: 0; }
  51%,
  100% {
    opacity: 1; } }
  .newsPage_area .newsPage_center {
    margin: 0 auto 10%; }
    .newsPage_area .newsPage_center .title {
      font-size: 20px;
      font-weight: 600;
      letter-spacing: 1.5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 5%; }
      .newsPage_area .newsPage_center .title:before {
        content: "";
        margin-right: 2.5%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 5px;
                flex: 0 0 5px;
        border-left: 1px solid #505050;
        background-color: #505050; }
    .newsPage_area .newsPage_center.type_kiji {
      width: 70%; }
      .newsPage_area .newsPage_center.type_kiji .title {
        font-size: 24px; }
      .newsPage_area .newsPage_center.type_kiji .supTitle {
        font-size: 20px;
        font-weight: 500;
        margin: 5% auto 2.5%; }
      .newsPage_area .newsPage_center.type_kiji figure {
        margin: 5%; }
        .newsPage_area .newsPage_center.type_kiji figure figcaption {
          font-size: 14px;
          text-align: center;
          margin-bottom: 1%; }
    .newsPage_area .newsPage_center p,
    .newsPage_area .newsPage_center ul {
      font-size: 16px;
      text-align: left; }
      .newsPage_area .newsPage_center p.ps,
      .newsPage_area .newsPage_center ul.ps {
        font-size: 13px;
        margin-top: 5%;
        color: #808080; }
    .newsPage_area .newsPage_center ul {
      padding: 1% 0.5% 0; }
  .newsPage_area .newsPage_center,
  .newsPage_area .newsPage_bottom {
    width: 55%; }
  .newsPage_area .newsPage_bottom {
    margin: 0 auto; }
    .newsPage_area .newsPage_bottom .other_news {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: center;
          align-self: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-bottom: 3.5%;
      padding-top: 3.5%;
      border-top: 1px solid #101010; }
      .newsPage_area .newsPage_bottom .other_news .news_item {
        position: relative;
        display: block;
        width: 30%; }
        .newsPage_area .newsPage_bottom .other_news .news_item img {
          -webkit-filter: brightness(0.3);
                  filter: brightness(0.3); }
        .newsPage_area .newsPage_bottom .other_news .news_item:hover img {
          -webkit-filter: brightness(0.65);
                  filter: brightness(0.65); }
      .newsPage_area .newsPage_bottom .other_news figcaption {
        position: absolute;
        color: #fff;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
        .newsPage_area .newsPage_bottom .other_news figcaption.news_title {
          font-size: 16px;
          letter-spacing: 1.5px;
          top: 38%;
          left: 50%;
          line-height: 1.5;
          width: 75%;
          text-align: center; }
        .newsPage_area .newsPage_bottom .other_news figcaption.news_info {
          font-size: 10px;
          letter-spacing: 1px;
          left: 50%;
          bottom: 10%;
          line-height: 1.5;
          text-align: center;
          width: 100%; }

@media screen and (max-width: 1200px) {
  .newsPage_area .newsPage_top h2 {
    font-size: 27px; }
  .newsPage_area .newsPage_top .news_type,
  .newsPage_area .newsPage_top time {
    font-size: 7.2px; }
  .newsPage_area .newsPage_center,
  .newsPage_area .newsPage_bottom {
    width: 65%; }
  .newsPage_area .newsPage_center .title {
    font-size: 18px; }
  .newsPage_area .newsPage_center.type_kiji {
    width: 80%; }
    .newsPage_area .newsPage_center.type_kiji .title {
      font-size: 21.6px; }
    .newsPage_area .newsPage_center.type_kiji .supTitle {
      font-size: 18px; }
    .newsPage_area .newsPage_center.type_kiji figure figcaption {
      font-size: 12.6px; }
  .newsPage_area .newsPage_center p,
  .newsPage_area .newsPage_center ul {
    font-size: 14.4px; }
  .newsPage_area .newsPage_bottom .other_news figcaption.news_title {
    font-size: 14.4px; }
  .newsPage_area .newsPage_bottom .other_news figcaption.news_info {
    font-size: 9px; } }

@media screen and (max-width: 992px) {
  .newsPage_area .newsPage_top h2 {
    font-size: 25.5px; }
  .newsPage_area .newsPage_top .news_type,
  .newsPage_area .newsPage_top time {
    font-size: 6.8px; }
  .newsPage_area .newsPage_center .title {
    font-size: 17px; }
  .newsPage_area .newsPage_center.type_kiji .title {
    font-size: 20.4px; }
  .newsPage_area .newsPage_center.type_kiji .supTitle {
    font-size: 17px; }
  .newsPage_area .newsPage_center.type_kiji figure figcaption {
    font-size: 11.9px; }
  .newsPage_area .newsPage_center p,
  .newsPage_area .newsPage_center ul {
    font-size: 13.6px; }
  .newsPage_area .newsPage_center,
  .newsPage_area .newsPage_bottom {
    width: 75%; }
  .newsPage_area .newsPage_bottom .other_news figcaption.news_title {
    font-size: 13.6px; }
  .newsPage_area .newsPage_bottom .other_news figcaption.news_info {
    font-size: 8.5px; } }

@media screen and (max-width: 768px) {
  .newsPage_area .newsPage_top h2 {
    font-size: 24px; }
  .newsPage_area .newsPage_top .news_type,
  .newsPage_area .newsPage_top time {
    font-size: 6.4px; }
  .newsPage_area .newsPage_center .title {
    font-size: 22.4px; }
  .newsPage_area .newsPage_center.type_kiji {
    width: 100%; }
    .newsPage_area .newsPage_center.type_kiji .title {
      font-size: 24px; }
    .newsPage_area .newsPage_center.type_kiji .supTitle {
      font-size: 19.2px; }
    .newsPage_area .newsPage_center.type_kiji figure figcaption {
      font-size: 14.4px; }
  .newsPage_area .newsPage_center p,
  .newsPage_area .newsPage_center ul {
    font-size: 17.6px; }
  .newsPage_area .newsPage_center,
  .newsPage_area .newsPage_bottom {
    width: 100%; }
  .newsPage_area .newsPage_bottom .other_news figcaption.news_title {
    font-size: 16px;
    top: 30%; }
  .newsPage_area .newsPage_bottom .other_news figcaption.news_info {
    font-size: 8px; } }

@media screen and (max-width: 600px) {
  .newsPage_area .newsPage_top h2 {
    font-size: 21px; }
  .newsPage_area .newsPage_top .news_type,
  .newsPage_area .newsPage_top time {
    font-size: 5.6px; }
  .newsPage_area .newsPage_center .title {
    font-size: 19.6px; }
  .newsPage_area .newsPage_center.type_kiji .title {
    font-size: 21px; }
  .newsPage_area .newsPage_center.type_kiji .supTitle {
    font-size: 16.8px; }
  .newsPage_area .newsPage_center.type_kiji figure figcaption {
    font-size: 12.6px; }
  .newsPage_area .newsPage_center p,
  .newsPage_area .newsPage_center ul {
    font-size: 15.4px; }
  .newsPage_area .newsPage_bottom .other_news figcaption.news_title {
    font-size: 14px; }
  .newsPage_area .newsPage_bottom .other_news figcaption.news_info {
    font-size: 7px; }
    .newsPage_area .newsPage_bottom .other_news figcaption.news_info span {
      display: none; } }

@media screen and (max-width: 480px) {
  .newsPage_area {
    padding: 30px 0; }
    .newsPage_area .newsPage_top h2 {
      font-size: 19.5px; }
    .newsPage_area .newsPage_top .news_type,
    .newsPage_area .newsPage_top time {
      font-size: 5.2px; }
    .newsPage_area .newsPage_center .title {
      font-size: 18.2px;
      margin-bottom: 7.5%; }
    .newsPage_area .newsPage_center.type_kiji .title {
      font-size: 19.5px; }
    .newsPage_area .newsPage_center.type_kiji .supTitle {
      font-size: 15.6px; }
    .newsPage_area .newsPage_center.type_kiji figure figcaption {
      font-size: 11.7px; }
    .newsPage_area .newsPage_center p,
    .newsPage_area .newsPage_center ul {
      font-size: 14.3px; }
      .newsPage_area .newsPage_center p.ps,
      .newsPage_area .newsPage_center ul.ps {
        margin-top: 7.5%; }
    .newsPage_area .newsPage_bottom .other_news figcaption.news_title {
      font-size: 10.4px; }
    .newsPage_area .newsPage_bottom .other_news figcaption.news_info {
      font-size: 6.5px; } }

@media screen and (max-width: 375px) {
  .newsPage_area .newsPage_top h2 {
    font-size: 18px; }
  .newsPage_area .newsPage_top .news_type,
  .newsPage_area .newsPage_top time {
    font-size: 4.8px; }
  .newsPage_area .newsPage_center .title {
    font-size: 16.8px; }
  .newsPage_area .newsPage_center.type_kiji .title {
    font-size: 18px; }
  .newsPage_area .newsPage_center.type_kiji .supTitle {
    font-size: 14.4px; }
  .newsPage_area .newsPage_center.type_kiji figure figcaption {
    font-size: 10.8px; }
  .newsPage_area .newsPage_center p,
  .newsPage_area .newsPage_center ul {
    font-size: 13.2px; }
  .newsPage_area .newsPage_bottom .other_news figcaption.news_title {
    font-size: 9.6px; }
  .newsPage_area .newsPage_bottom .other_news figcaption.news_info {
    font-size: 6px; } }

.blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5%; }
  .blog .blogLeft,
  .blog .blogRight {
    width: 45%; }
  .blog .articles_container,
  .blog .popularArticles_container {
    min-height: 33vw; }
  .blog .moreInfo_btn {
    margin-top: 10%; }
  .blog .blogLeft .article_type,
  .blog .blogRight .article_type {
    background: #f1df0a; }
    .blog .blogLeft .article_type.type_hot,
    .blog .blogRight .article_type.type_hot {
      background: #ff3566;
      color: #fff; }
    .blog .blogLeft .article_type.type_popular,
    .blog .blogRight .article_type.type_popular {
      background: #ff9035; }
    .blog .blogLeft .article_type.type_selected,
    .blog .blogRight .article_type.type_selected {
      background: #35c6ff; }
    .blog .blogLeft .article_type:hover,
    .blog .blogRight .article_type:hover {
      background: #101010;
      color: #fff; }
  .blog .blogLeft .articles_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .blog .blogLeft .articles_item {
    width: 46%;
    position: relative;
    display: block;
    margin-bottom: 8%; }
    .blog .blogLeft .articles_item:hover {
      -webkit-filter: contrast(0.9) sepia(0.6) saturate(0.9);
              filter: contrast(0.9) sepia(0.6) saturate(0.9); }
  .blog .blogLeft .article_type {
    font-size: 10px;
    position: absolute;
    color: #101010;
    top: 0;
    left: 0;
    padding: 1px 5px; }
  .blog .blogLeft .article_info {
    font-size: 10px;
    margin: 2% 0 3%; }
    .blog .blogLeft .article_info time {
      color: #aaabab; }
    .blog .blogLeft .article_info br {
      display: none; }
    .blog .blogLeft .article_info span {
      color: #101010; }
  .blog .blogLeft .article_title {
    font-size: 18px;
    font-weight: 550;
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal; }
  .blog .blogLeft .cta_container {
    margin-top: 5%; }
  .blog .blogRight .popularArticles_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .blog .blogRight .item_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .blog .blogRight .articles_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: 1px solid #f1df09;
    padding-bottom: 3%;
    margin-bottom: 3%; }
  .blog .blogRight .articles_title {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal; }
    .blog .blogRight .articles_title:hover {
      text-shadow: 1px 2px 3px #f1ca09; }
  .blog .blogRight .article_thumbnail {
    width: 10%;
    margin-right: 3%; }
  .blog .blogRight .articles_text {
    width: 88%; }
  .blog .blogRight .article_sup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 3% 0 3%; }
  .blog .blogRight .article_type,
  .blog .blogRight .article_category {
    font-size: 10px; }
  .blog .blogRight .article_type {
    padding: 1px 5px;
    margin-right: 3.5%; }
  .blog .blogRight .article_category:hover {
    background: #f1df0a; }

.blogPage {
  padding-bottom: 7.5%;
  text-align: center; }
  .blogPage.sp {
    display: none; }
  .blogPage.pc {
    display: block; }
  .blogPage .active_page {
    color: #d01d1b;
    font-weight: 500; }
  .blogPage a {
    margin: 0.5% 1%;
    padding: .25% .5%; }
    .blogPage a:hover {
      background: #f2df0a; }
  .blogPage:before, .blogPage:after {
    margin: 0 1%;
    display: inline-block; }

@media screen and (max-width: 1200px) {
  .blog .blogLeft .article_type {
    font-size: 9px; }
  .blog .blogLeft .article_info {
    font-size: 9px; }
  .blog .blogLeft .article_title {
    font-size: 16.2px; }
  .blog .blogRight .articles_title {
    font-size: 14.4px; } }

@media screen and (max-width: 992px) {
  .blog .blogLeft .article_type {
    font-size: 8.5px; }
  .blog .blogLeft .article_info {
    font-size: 8.5px; }
    .blog .blogLeft .article_info br {
      display: block; }
  .blog .blogLeft .article_title {
    font-size: 15.3px; }
  .blog .blogRight .articles_title {
    font-size: 13.6px; } }

@media screen and (max-width: 768px) {
  .blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 15%; }
    .blog .blogLeft,
    .blog .blogRight {
      width: 100%; }
    .blog .blogLeft .article_type {
      font-size: 8px; }
    .blog .blogLeft .article_info {
      font-size: 8px; }
      .blog .blogLeft .article_info br {
        display: none; }
    .blog .blogLeft .article_title {
      font-size: 17.6px; }
    .blog .blogRight .articles_title {
      font-size: 16px; }
  .blogPage {
    padding: 7.5%; }
    .blogPage a {
      padding: 1.5%; }
      .blogPage a:hover {
        background: none; }
    .blogPage.sp {
      display: block; }
    .blogPage.pc {
      display: none; } }

@media screen and (max-width: 480px) {
  .blog .blogLeft .article_info br {
    display: block; }
  .blog .blogRight .articles_item {
    padding-bottom: 5%;
    margin-bottom: 5%; } }

.blog .blogLeft {
  width: 60%; }

.blog .blogRight {
  width: 30%; }

.blog h3.title {
  text-align: left;
  margin-bottom: 1%; }
  .blog h3.title:before, .blog h3.title:after {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    margin: 0; }

.blog .article_info .article_type {
  padding: 1px 5px;
  margin-right: 1%;
  position: initial; }

.blog .article_info .time {
  font-size: 10px; }

.blog .article_info .category {
  font-size: 10px; }

.blog article.container {
  margin-bottom: 10%; }
  .blog article.container h4 {
    font-size: 25px;
    font-weight: 500;
    margin: 5% auto 2.5%; }
  .blog article.container h5 {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 5% 0 2.5%;
    text-align: left; }
    .blog article.container h5:before {
      content: "";
      margin-right: 15px;
      height: 30px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 1%;
              flex: 0 0 1%;
      border-left: 7px solid #505050; }
  .blog article.container picture {
    padding: 1% 0 2.5%;
    display: block; }
  .blog article.container img {
    width: 100%;
    margin: 0; }
  .blog article.container video {
    width: 100%;
    display: block;
    margin-bottom: 5%; }
  .blog article.container p {
    text-align: left;
    font-size: 16px;
    padding: 1.5% 0;
    margin: 0; }
  .blog article.container ul {
    font-size: 16px;
    padding: 5% 7.5% 5% 5%;
    margin: 2% 0;
    background: #f5f5f5; }
    .blog article.container ul li {
      padding: 1%; }
  .blog article.container .list {
    display: -webkit-box; }
    .blog article.container .list ul li {
      margin: 1%;
      padding: 1% 0;
      width: 100%; }
  .blog article.container table {
    width: 95%;
    margin: 0 auto; }
    .blog article.container table th,
    .blog article.container table td {
      vertical-align: middle; }
    .blog article.container table th {
      padding: 2%;
      background-color: #ededed;
      min-width: 30px; }
    .blog article.container table td {
      padding: 2%; }
  .blog article.container .CTA {
    width: 70%;
    display: block;
    margin: 5% auto;
    padding-bottom: 5%; }
  .blog article.container .story {
    border: 1px solid #404040;
    background-color: #ffffff;
    padding: 4%;
    margin: 4% 0; }
  .blog article.container .linkText {
    text-decoration: underline;
    background-color: #fcff00;
    padding: .5% 1%; }
  .blog article.container .textCowRight {
    text-align: right; }
  .blog article.container .SubTitle {
    font-size: 35px;
    text-align: center;
    background-color: #000000;
    color: #fff;
    margin: 5% 0;
    padding: 0; }
  .blog article.container .moreAbout_btn {
    display: block;
    width: 60%;
    margin: 2% auto; }
  .blog article.container .spanBold {
    font-weight: bold; }

.blog .blog_bottom .articleNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 3%;
  padding-top: 3%;
  margin-bottom: 6%;
  border-top: 1px solid #040101; }
  .blog .blog_bottom .articleNav .prev,
  .blog .blog_bottom .articleNav .next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%; }
    .blog .blog_bottom .articleNav .prev span,
    .blog .blog_bottom .articleNav .next span {
      font-size: 14px; }
      .blog .blog_bottom .articleNav .prev span.title,
      .blog .blog_bottom .articleNav .next span.title {
        width: 85%;
        margin-left: 5%;
        font-size: 15px;
        overflow: hidden;
        display: -webkit-box;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal; }
  .blog .blog_bottom .articleNav .prev {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .blog .blog_bottom .articleNav .next {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .blog .blog_bottom .articleNav .articleBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #f5f5f5;
    padding: 2.5%;
    margin: 5% 0;
    width: 70%; }
    .blog .blog_bottom .articleNav .articleBox picture {
      width: 30%; }
  .blog .blog_bottom .articleNav:after {
    content: "";
    display: block;
    padding-bottom: 3%;
    border-bottom: 1px solid #101010; }

.blog .blog_bottom .articles_container {
  min-height: auto; }

.blog .blog_bottom .articles_item {
  width: 30%; }

.blog .blog_bottom .article_title {
  font-size: 15px;
  margin-top: 5%;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal; }

@media screen and (max-width: 1200px) {
  .blog .article_info .time {
    font-size: 9px; }
  .blog .article_info .category {
    font-size: 9px; }
  .blog article.container h4 {
    font-size: 18px; }
  .blog article.container p {
    font-size: 14.4px; }
  .blog article.container ul {
    font-size: 14.4px; }
  .blog article.container .SubTitle {
    font-size: 31.5px; }
  .blog .blog_bottom .articleNav .prev span,
  .blog .blog_bottom .articleNav .next span {
    font-size: 12.6px; }
    .blog .blog_bottom .articleNav .prev span.title,
    .blog .blog_bottom .articleNav .next span.title {
      font-size: 13.5px; }
  .blog .blog_bottom .article_title {
    font-size: 13.5px; } }

@media screen and (max-width: 992px) {
  .blog .blogLeft {
    width: 55%; }
    .blog .blogLeft .article_info br {
      display: none; }
  .blog .blogRight {
    width: 35%; }
  .blog .article_info .time {
    font-size: 8.5px; }
  .blog .article_info .category {
    font-size: 8.5px; }
  .blog article.container h4 {
    font-size: 17px; }
  .blog article.container p {
    font-size: 13.6px; }
  .blog article.container ul {
    font-size: 13.6px; }
  .blog article.container .SubTitle {
    font-size: 29.75px; }
  .blog .blog_bottom .articleNav .prev span,
  .blog .blog_bottom .articleNav .next span {
    font-size: 11.9px; }
    .blog .blog_bottom .articleNav .prev span.title,
    .blog .blog_bottom .articleNav .next span.title {
      font-size: 12.75px; }
  .blog .blog_bottom .articleNav .articleBox {
    width: 90%; }
  .blog .blog_bottom .article_title {
    font-size: 12.75px; } }

@media screen and (max-width: 768px) {
  .blog .blogLeft {
    width: 100%; }
  .blog .blogRight {
    width: 100%; }
  .blog h3.title {
    margin: 30px auto 1%; }
  .blog .article_info .time {
    font-size: 10px; }
  .blog .article_info .category {
    font-size: 10px; }
  .blog article.container h4 {
    font-size: 20px; }
  .blog article.container p {
    font-size: 16px;
    padding: 3.5% 0; }
  .blog article.container ul {
    font-size: 16px; }
  .blog .blog_bottom .articleNav .prev span,
  .blog .blog_bottom .articleNav .next span {
    font-size: 14px; }
    .blog .blog_bottom .articleNav .prev span.title,
    .blog .blog_bottom .articleNav .next span.title {
      font-size: 15px; }
  .blog .blog_bottom .article_title {
    font-size: 15px; } }

@media screen and (max-width: 480px) {
  .blog article.container .list {
    display: block; }
    .blog article.container .list ul li {
      margin: 0%; }
  .blog article.container .SubTitle {
    font-size: 22.75px; } }

.share_area {
  margin-bottom: 10%; }
  .share_area h2 br {
    display: none; }
  .share_area h5 br {
    display: none; }
  .share_area .share_top {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin: 5% auto; }
    .share_area .share_top p {
      background: #fbfbfb;
      font-size: 18px;
      letter-spacing: 2.5px;
      width: 100%;
      margin: 0;
      text-align: left;
      padding: 2.5%;
      line-height: 2; }
  .share_area .share_center {
    margin-bottom: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .share_area .share_center figure {
      width: 30%; }
    .share_area .share_center figcaption {
      font-size: 40px;
      text-align: center;
      margin-top: 2.5%;
      letter-spacing: 0.9px; }
      .share_area .share_center figcaption span {
        font-size: 30px;
        padding-left: 1%; }
    .share_area .share_center .slick-dots {
      bottom: -10%; }
  .share_area .share_bottom h2 {
    border: 3px double #101010;
    display: inline-block;
    margin: 5% auto;
    text-align: center;
    padding: 1% 5%;
    position: relative;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%; }
  .share_area .share_bottom picture {
    display: block;
    margin: 3.5% auto; }

@media screen and (max-width: 1200px) {
  .share_area .share_top p {
    font-size: 16.2px; }
  .share_area .share_top picture {
    width: 300px; } }

@media screen and (max-width: 992px) {
  .share_area .share_top p {
    font-size: 15.3px; }
  .share_area .share_top picture {
    width: 280px; } }

@media screen and (max-width: 768px) {
  .share_area {
    margin-bottom: 75px; }
    .share_area h2 br {
      display: block; }
    .share_area .share_top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 10%; }
      .share_area .share_top p {
        font-size: 14.4px;
        width: 100%; }
      .share_area .share_top picture {
        width: 100%; }
        .share_area .share_top picture img {
          width: 100%; }
    .share_area .share_center {
      margin-bottom: 15%; }
      .share_area .share_center figcaption {
        font-size: 32px; }
        .share_area .share_center figcaption span {
          font-size: 24px; } }

@media screen and (max-width: 600px) {
  .share_area h5 br {
    display: block; }
  .share_area .share_top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .share_area .share_top p {
      font-size: 12.6px; }
  .share_area .share_center figcaption {
    font-size: 28px; }
    .share_area .share_center figcaption span {
      font-size: 21px; } }

@media screen and (max-width: 480px) {
  .share_area .share_top p {
    font-size: 15.6px; }
  .share_area .share_center figcaption {
    font-size: 26px;
    margin: 5% auto; }
    .share_area .share_center figcaption span {
      font-size: 19.5px; } }

@media screen and (max-width: 375px) {
  .share_area h5 span {
    display: none; }
  .share_area .share_top p {
    font-size: 14.4px; }
  .share_area .share_center figcaption {
    font-size: 24px; }
    .share_area .share_center figcaption span {
      font-size: 18px; } }

.contact_area {
  margin-bottom: 10%; }
  .contact_area .contact_top {
    margin: 2.5% auto 4%;
    text-align: center; }
    .contact_area .contact_top p {
      font-size: 20px; }
      .contact_area .contact_top p br {
        display: none; }
    .contact_area .contact_top .emphasize {
      font-size: 32px;
      font-weight: 600;
      margin: 1% auto;
      line-height: 1.3;
      letter-spacing: 2px; }
  .contact_area .contact_center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 5%; }
  .contact_area .info_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 45%;
    margin: 15px 0; }
  .contact_area .info_img {
    width: 30%; }
  .contact_area .info_right {
    display: block;
    text-align: left; }
    .contact_area .info_right span {
      font-size: 15px; }
  .contact_area .info_title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-align: left; }
  .contact_area .info_content {
    font-size: 18px; }
  .contact_area .contact_bottom form {
    width: 85%;
    margin: auto;
    background: #101010;
    padding: 50px 50px 40px;
    color: #fff;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 22px;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .contact_area .contact_bottom form dl {
      width: 45%;
      margin: 0 0 3%; }
      .contact_area .contact_bottom form dl:nth-child(2) dd label:nth-child(1) {
        margin-right: 15%; }
      .contact_area .contact_bottom form dl:last-of-type {
        width: 95%; }
    .contact_area .contact_bottom form dd {
      height: 50px;
      line-height: 50px; }
      .contact_area .contact_bottom form dd.lcEnqueteText input,
      .contact_area .contact_bottom form dd.lcEnqueteTextare textarea {
        width: 100%;
        margin-top: 2%;
        padding: 10px;
        font-size: 15px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .contact_area .contact_bottom form dd.cf br {
        display: none; }
      .contact_area .contact_bottom form dd.cf .error {
        color: #ff4040;
        font-size: 16px; }
      .contact_area .contact_bottom form dd.LcEnqueteRadio label:first-of-type {
        margin-right: 5%; }
      .contact_area .contact_bottom form dd input[name="q2"] {
        width: 15px;
        height: 15px;
        accent-color: #ffcc00; }
      .contact_area .contact_bottom form dd .sex {
        margin-right: 2%; }
      .contact_area .contact_bottom form dd.lcEnqueteTextare {
        height: 200px;
        line-height: 200px; }
        .contact_area .contact_bottom form dd.lcEnqueteTextare textarea {
          height: 200px; }
  .contact_area .btnArea {
    margin-top: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
  .contact_area .btnCheck,
  .contact_area .btnRevise,
  .contact_area .btnSend {
    padding: 0;
    margin: auto;
    font-weight: 600;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer; }
    .contact_area .btnCheck:hover,
    .contact_area .btnRevise:hover,
    .contact_area .btnSend:hover {
      background: -webkit-gradient(linear, left top, right top, from(#fdff86), color-stop(80%, #ffe55f), to(#f2e00a));
      background: -o-linear-gradient(left, #fdff86 0%, #ffe55f 80%, #f2e00a 100%);
      background: linear-gradient(90deg, #fdff86 0%, #ffe55f 80%, #f2e00a 100%);
      color: #101010; }

@media screen and (max-width: 1200px) {
  .contact_area .contact_top p {
    font-size: 18px; }
  .contact_area .contact_top .emphasize {
    font-size: 28.8px; }
  .contact_area .info_right span {
    font-size: 13.5px; }
    .contact_area .info_right span.sup {
      display: block; }
  .contact_area .info_title {
    font-size: 19.8px; }
  .contact_area .info_content {
    font-size: 16.2px; }
  .contact_area .contact_bottom form {
    width: 100%;
    font-size: 19.8px; } }

@media screen and (max-width: 992px) {
  .contact_area .contact_top p {
    font-size: 17px; }
  .contact_area .contact_top .emphasize {
    font-size: 27.2px; }
  .contact_area .info_right span {
    font-size: 12.75px; }
  .contact_area .info_title {
    font-size: 18.7px; }
  .contact_area .info_content {
    font-size: 15.3px; }
  .contact_area .contact_bottom form {
    font-size: 18.7px; } }

@media screen and (max-width: 768px) {
  .contact_area .contact_top p {
    font-size: 16px; }
  .contact_area .contact_top .emphasize {
    font-size: 25.6px; }
  .contact_area .info_right span {
    font-size: 12px; }
  .contact_area .info_title {
    font-size: 17.6px; }
  .contact_area .info_content {
    font-size: 14.4px; }
  .contact_area .contact_bottom form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 17.6px; }
    .contact_area .contact_bottom form dl {
      width: 100%; }
      .contact_area .contact_bottom form dl:last-of-type {
        width: 100%; }
    .contact_area .contact_bottom form dd.lcEnqueteText input {
      width: 100%; }
    .contact_area .contact_bottom form dd.lcEnqueteTextare {
      height: 150px;
      line-height: 150px; }
      .contact_area .contact_bottom form dd.lcEnqueteTextare textarea {
        height: 150px; }
    .contact_area .contact_bottom form dd.ct .error {
      font-size: 12.8px; }
  .contact_area .btnRevise,
  .contact_area .btnSend {
    width: 150px; } }

@media screen and (max-width: 600px) {
  .contact_area {
    margin-bottom: 15%; }
    .contact_area .contact_top {
      margin: 2.5% auto 7.5%; }
      .contact_area .contact_top p {
        font-size: 14px; }
        .contact_area .contact_top p span {
          display: none; }
        .contact_area .contact_top p br {
          display: block; }
      .contact_area .contact_top .emphasize {
        font-size: 19.6px; }
    .contact_area .contact_center {
      margin: 0 auto 5%; }
    .contact_area .info_item {
      width: 65%;
      padding-left: 10px; }
      .contact_area .info_item:last-of-type {
        display: none; }
    .contact_area .info_img {
      width: 23%;
      margin-right: 2%; }
    .contact_area .info_right span {
      font-size: 10.5px; }
      .contact_area .info_right span.sup {
        display: none; }
    .contact_area .info_title {
      font-size: 15.4px; }
    .contact_area .info_content {
      font-size: 12.6px; }
    .contact_area .contact_bottom form {
      font-size: 15.4px;
      padding: 7%; }
    .contact_area .btnCheck,
    .contact_area .btnRevise,
    .contact_area .btnSend {
      width: 120px;
      height: 35px;
      line-height: 30px;
      margin: 5% auto;
      float: none; } }

@media screen and (max-width: 480px) {
  .contact_area .contact_top p {
    font-size: 13px; }
  .contact_area .contact_top .emphasize {
    font-size: 18.2px; }
  .contact_area .info_item {
    width: 80%; }
  .contact_area .info_right span {
    font-size: 9.75px; }
  .contact_area .info_title {
    font-size: 14.3px; }
  .contact_area .info_content {
    font-size: 11.7px; }
  .contact_area .contact_bottom form {
    font-size: 14.3px; }
    .contact_area .contact_bottom form dd.ct .error {
      font-size: 10.4px; } }

@media screen and (max-width: 375px) {
  .contact_area .contact_top p {
    font-size: 12px; }
  .contact_area .contact_top .emphasize {
    font-size: 16.8px; }
  .contact_area .info_item {
    width: 95%; }
  .contact_area .info_right span {
    font-size: 9px; }
  .contact_area .info_title {
    font-size: 13.2px; }
  .contact_area .info_content {
    font-size: 10.8px; }
  .contact_area .contact_bottom form {
    font-size: 13.2px; } }

footer .footer_top {
  background-color: #f5f5f5; }
  footer .footer_top h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-size: 24px;
    padding: 2% 1% 0.5%;
    letter-spacing: .8px; }
    footer .footer_top h4:before, footer .footer_top h4:after {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 20%;
              flex: 1 0 20%;
      height: 1px;
      content: '';
      background-color: #505050; }
    footer .footer_top h4:before {
      margin-right: 20px; }
    footer .footer_top h4:after {
      margin-left: 20px; }
    footer .footer_top h4 .lineBreak {
      display: none; }
  footer .footer_top .footer_top_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1% 0.5% 3.5%; }
  footer .footer_top .fb_item {
    padding: 1% 1.5% 1% 0.5%; }
  footer .footer_top .shop {
    width: 100%; }
    footer .footer_top .shop .shop_item {
      width: 75%;
      padding: 1% 1.5%; }
      footer .footer_top .shop .shop_item:last-of-type {
        padding-right: .5%; }

footer .footer_bottom {
  padding: 1% 0;
  background-color: #101010;
  bottom: 0;
  width: 100%; }
  footer .footer_bottom .footer_bootom_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 .5% 0 1%; }
  footer .footer_bottom .footer_bottom_left {
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px; }
  footer .footer_bottom .footer_bottom_right a {
    width: 20px;
    margin: 0px 10px; }
    footer .footer_bottom .footer_bottom_right a:last-of-type {
      margin-right: 0; }

@media screen and (max-width: 1200px) {
  footer .footer_top h4 {
    font-size: 21.6px; }
    footer .footer_top h4::before, footer .footer_top h4::after {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 10%;
              flex: 1 0 10%; }
  footer .footer_bottom .footer_bottom_left {
    font-size: 9px; } }

@media screen and (max-width: 992px) {
  footer .footer_top h4 {
    font-size: 20.4px; }
  footer .footer_bottom .footer_bottom_left {
    font-size: 8.5px; } }

@media screen and (max-width: 768px) {
  footer .footer_top .fb_item {
    width: 40%; }
  footer .footer_top h4 {
    font-size: 19.2px;
    padding: 3.5% 0 1.5%; }
    footer .footer_top h4::before, footer .footer_top h4::after {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 5%;
              flex: 1 0 5%; }
  footer .footer_top .footer_top_content.innerWrap {
    width: 90%; }
  footer .footer_top .shop {
    padding-top: 2.5%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
    footer .footer_top .shop .shop_item {
      width: 25%; }
      footer .footer_top .shop .shop_item:first-of-type, footer .footer_top .shop .shop_item:nth-of-type(2) {
        width: 22%; }
  footer .footer_bottom .footer_bottom_left {
    font-size: 8px; } }

@media screen and (max-width: 600px) {
  footer .footer_top h4 {
    font-size: 16.8px; }
  footer .footer_bottom .footer_bottom_left {
    font-size: 7px; }
  footer .footer_bottom .innerWrap {
    width: 90%; } }

@media screen and (max-width: 480px) {
  footer .footer_top .fb_item {
    display: none; }
  footer .footer_top h4 {
    font-size: 15.6px;
    width: 100%; }
  footer .footer_top .shop {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
    footer .footer_top .shop .shop_item {
      padding: 1.5%;
      width: 40%; }
      footer .footer_top .shop .shop_item:first-of-type, footer .footer_top .shop .shop_item:nth-of-type(2) {
        width: 40%; }
  footer .footer_top .footer_top_content {
    padding: 5% 0; }
  footer .footer_top .innerWrap {
    width: 90%; }
  footer .footer_bottom {
    padding: 1.5% .1%; }
    footer .footer_bottom .footer_bottom_left {
      font-size: 8.45px; }
    footer .footer_bottom .innerWrap {
      width: 99%; }
    footer .footer_bottom .footer_bottom_right a {
      margin: 0px 5px; } }

@media screen and (max-width: 414px) {
  footer .footer_bottom .innerWrap {
    width: 95%; } }

@media screen and (max-width: 375px) {
  footer .footer_top h4 {
    font-size: 13.2px; }
  footer .footer_bottom .footer_bottom_left {
    font-size: 7.8px; } }

.alignCenter_popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10002;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .alignCenter_popup.show_popup {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -o-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s; }
    .alignCenter_popup.show_popup .alignCenter_popup-container {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
  .alignCenter_popup .alignCenter_popup-container {
    position: relative;
    width: 90%;
    max-width: 600px;
    margin: 10em auto;
    padding: 30px 0 30px;
    -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
            transform: translateY(-40px);
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s; }
    .alignCenter_popup .alignCenter_popup-container .alignCenter_popup-close {
      cursor: pointer;
      position: absolute;
      top: -1%;
      right: 8px;
      width: 30px;
      height: 30px;
      display: inline-block;
      overflow: hidden;
      text-indent: 100%;
      color: transparent;
      white-space: nowrap; }
      .alignCenter_popup .alignCenter_popup-container .alignCenter_popup-close:before, .alignCenter_popup .alignCenter_popup-container .alignCenter_popup-close:after {
        content: '';
        position: absolute;
        top: 13px;
        width: 16px;
        height: 3px;
        background-color: #FFF; }
      .alignCenter_popup .alignCenter_popup-container .alignCenter_popup-close:before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        left: 8px; }
      .alignCenter_popup .alignCenter_popup-container .alignCenter_popup-close:after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        right: 6px;
        top: 13px; }

@media screen and (max-width: 1200px) {
  .alignCenter_popup .alignCenter_popup-container {
    margin: 8em auto; }
    .alignCenter_popup .alignCenter_popup-container span {
      display: block; } }

@media screen and (max-width: 768px) {
  .alignCenter_popup .alignCenter_popup-container {
    margin: 5em auto; }
    .alignCenter_popup .alignCenter_popup-container img {
      width: 100%; }
    .alignCenter_popup .alignCenter_popup-container .line-break {
      display: block; } }

.maintenance {
  margin: 5% auto 10%;
  text-align: center; }
  .maintenance .notice {
    width: 8%;
    display: block;
    margin: auto; }
  .maintenance h3 {
    display: inline-block;
    background: #101010;
    color: #fff;
    font-size: 80px;
    font-weight: 500;
    margin: 35px auto 20px;
    padding: 0 1%;
    position: relative; }
    .maintenance h3:before, .maintenance h3:after {
      height: 15px;
      content: '';
      background-color: #ffffff;
      width: 100%;
      position: absolute;
      left: 0;
      margin: 0; }
    .maintenance h3:before {
      top: 0; }
    .maintenance h3:after {
      bottom: 0;
      height: 5px; }
  .maintenance .sup_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .maintenance h4 {
    margin: 0;
    font-size: 15px;
    letter-spacing: 2px; }
    .maintenance h4 br {
      display: none; }
  .maintenance video {
    width: 80%;
    margin: 5% auto; }
  .maintenance .go2LP_btn {
    width: 450px;
    float: none;
    margin: auto;
    letter-spacing: 1.5px; }

@media screen and (max-width: 1200px) {
  .maintenance h3 {
    font-size: 72px;
    margin: 2.5% auto; }
  .maintenance h4 {
    font-size: 13.5px; } }

@media screen and (max-width: 992px) {
  .maintenance h3 {
    font-size: 68px; }
  .maintenance h4 {
    font-size: 12.75px; }
  .maintenance .btn_basic {
    width: 400px; } }

@media screen and (max-width: 768px) {
  .maintenance h3 {
    font-size: 64px; }
  .maintenance h4 {
    font-size: 12px; } }

@media screen and (max-width: 600px) {
  .maintenance {
    margin: 10% auto; }
    .maintenance .notice {
      width: 13%; }
    .maintenance h3 {
      font-size: 56px; }
      .maintenance h3:before {
        height: 10px; }
    .maintenance .sup_txt {
      display: block; }
    .maintenance h4 {
      font-size: 10.5px; }
      .maintenance h4 span {
        display: none; }
      .maintenance h4 br {
        display: block; }
      .maintenance h4.txt_left, .maintenance h4.txt_right {
        display: block;
        width: 80%;
        line-height: 2; }
      .maintenance h4.txt_left {
        float: left; }
      .maintenance h4.txt_right {
        float: right; }
    .maintenance video {
      width: 100%;
      margin: 10% auto; }
    .maintenance .go2LP_btn {
      width: 90%;
      padding-left: 7%; } }

@media screen and (max-width: 480px) {
  .maintenance h3 {
    font-size: 52px; }
  .maintenance h4 {
    font-size: 9.75px; }
  .maintenance .go2LP_btn {
    width: 100%;
    padding-left: 5%; }
    .maintenance .go2LP_btn .arrow {
      width: 35px;
      left: 10px; }
      .maintenance .go2LP_btn .arrow:before {
        left: 24px; } }

@media screen and (max-width: 375px) {
  .maintenance h3 {
    font-size: 48px;
    margin-bottom: 5%; }
  .maintenance h4 {
    font-size: 9px; } }

.Breadcrumb {
  font-size: 15px;
  font-weight: 400;
  padding-top: 15px; }

.fv_bottomBg {
  background-color: #fffbd1;
  padding-top: 100px; }

.fv_topBg {
  background-image: url(../images/images_1/bg_1/rara_1_bg_0s.jpg);
  background-color: #fffbd1;
  height: 2400px;
  position: relative;
  z-index: 1;
  padding-bottom: 15%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .fv_topBg.scrollOver {
    opacity: 0;
    margin-bottom: -150px; }

@media screen and (max-width: 1200px) {
  .Breadcrumb {
    font-size: 13.5px; } }

@media screen and (max-width: 992px) {
  .Breadcrumb {
    font-size: 12.75px; } }

@media screen and (max-width: 768px) {
  .Breadcrumb {
    font-size: 12px; }
  .TopBanner {
    padding-top: 80px; } }

@media screen and (max-width: 600px) {
  .Breadcrumb {
    font-size: 10.5px; } }

@media screen and (max-width: 480px) {
  .Breadcrumb {
    font-size: 9.75px; } }

@media screen and (max-width: 375px) {
  .Breadcrumb {
    font-size: 9px; } }

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