@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button,
input,
select,
textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #0e1110;
  z-index: 99999999; }

.loading-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -75px;
  width: 150px;
  height: 150px;
  text-align: center; }

.load-txt {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  font-style: italic; }
  .load-txt b {
    font-size: 20px; }
  .load-txt small {
    font-size: 15px; }
  .load-txt:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -40px;
    width: 20px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5); }
  .load-txt:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    width: 20px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5); }

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 53px;
  background-color: #070302;
  z-index: 1000; }

#navigation {
  position: relative;
  width: 960px;
  height: 53px;
  overflow: hidden;
  margin: 0 auto; }

.navi-item {
  display: block;
  float: left;
  height: 53px;
  background: url("../../build/images/navi.gif") repeat-y 0 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  .navi-item a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%; }
    .navi-item a:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 0%;
      height: 4px;
      background: #f2d4b0;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out; }
    .navi-item a:hover:before {
      width: 100%; }
  .navi-item.active a:before {
    width: 100%; }

.navi-1 {
  width: 139px;
  background-position: 0 0; }
  .navi-1:hover, .navi-1.active {
    background-position: 0 -53px; }

.navi-2 {
  width: 125px;
  background-position: -139px 0; }
  .navi-2:hover, .navi-2.active {
    background-position: -139px -53px; }

.navi-3 {
  width: 102px;
  background-position: -264px 0; }
  .navi-3:hover, .navi-3.active {
    background-position: -264px -53px; }

.navi-4 {
  width: 123px;
  margin-left: 124px;
  background-position: -490px 0; }
  .navi-4:hover, .navi-4.active {
    background-position: -490px -53px; }

.navi-5 {
  width: 248px;
  background-position: -613px 0; }
  .navi-5:hover, .navi-5.active {
    background-position: -613px -53px; }

.navi-6 {
  width: 99px;
  background-position: -861px 0; }
  .navi-6:hover, .navi-6.active {
    background-position: -861px -53px; }

.navi-logo {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -110px;
  width: 124px;
  height: 53px;
  background: url("../../build/images/navi.gif") no-repeat 0 0;
  background-position: -366px 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear; }
  .navi-logo a {
    display: block;
    width: 100%;
    height: 100%; }
  .navi-logo:hover {
    opacity: .8;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.navi-langbox {
    position: absolute;
    top: 16px;
    right: 18px;
    width: 150px;
    height: 20px;
}

.navi-lang {
  float: right;
  width: 35px;
  height: 20px;
  background-image: url("../../build/images/nav_lang.gif");
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .navi-lang a {
    display: block;
    width: 100%;
    height: 100%; }

#lang-en {
    background-position: 0 0;
}

    #lang-en:hover, #lang-en.active {
        background-position: 0 -20px;
    }

#lang-cn {
    background-position: -30px 0;
}

    #lang-cn:hover, #lang-cn.active {
        background-position: -30px -20px;
    }

#lang-fr {
    background-position: -60px 0;
}

    #lang-fr:hover, #lang-fr.active {
        background-position: -60px -20px;
    }

#lang-jp {
    background-position: -90px 0;
}

    #lang-jp:hover, #lang-jp.active {
        background-position: -90px -20px;
    }

#lang-ru {
    background-position: -120px 0;
}

    #lang-ru:hover, #lang-ru.active {
        background-position: -120px -20px;
    }

.fix-warning {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10vh;
  background: #222222 url("../../build/images/warning.gif") no-repeat center;
  background-size: auto 100%;
  z-index: 1000; }
  .fix-warning span {
    color: #222222;
    font-size: 0; }

#footer {
  position: relative;
  width: 100%;
  height: auto;
  background: #020202;
  border-top: 1px solid #6a5341;
  padding: 40px 0;
  margin-bottom: 10vh;
  z-index: 20; }
  #footer a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  #footer a:hover {
    color: #f2d4b0; }
  #footer .footer-col {
    padding: 0 40px;
    float: left; }
    #footer .footer-col:first-child {
      padding-left: 0; }
    #footer .footer-col:nth-child(2n) {
      border-left: 1px solid #4a4137;
      border-right: 1px solid #4a4137; }
  #footer .footer-title {
    color: #f2d4b0;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 15px;
    display: block;
    text-transform: uppercase; }
    #footer .footer-title a {
      color: #f2d4b0;
      text-decoration: none; }
  #footer .footer-txt {
    display: block;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5; }
    #footer .footer-txt a {
      color: #ffffff;
      text-decoration: none; }
  #footer .copyright {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right; }
    #footer .copyright .footer-title {
      margin-bottom: 0; }

.maps-col {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-right: 20px;
  min-width: 70px; }

.map-title {
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  border-bottom: 1px solid #7a6b59;
  padding: 10px 0;
  display: block;
  margin-bottom: 10px; }

.map-txt {
  display: block;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5; }
  .map-txt a {
    color: #ffffff; }

.map-link {
  color: #ffffff;
  font-size: 13px;
  line-height: 1; }
  .map-link li {
    display: block;
    padding: 5px 0; }
  .map-link a {
    color: #ffffff; }

.share-facebook {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  background: url("../../build/images/share_fb.png") repeat-y 0 -2px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 5px; }
  .share-facebook a {
    display: block;
    width: 100%;
    height: 100%; }
  .share-facebook:hover {
    background-position: 0 -30px;
    opacity: .8; }

.share-instagram {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  background: url("../../build/images/share_ig.png") repeat-y 0 -2px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 5px; }
  .share-instagram a {
    display: block;
    width: 100%;
    height: 100%; }
  .share-instagram:hover {
    background-position: 0 -30px;
    opacity: .8; }

.mask-bg {
  -webkit-mask-image: url("../../assets/images/home_mask.png");
  mask-image: url("../../assets/images/home_mask.png");
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: relative;
  z-index: 200; }

#home-kv {
  width: 100%;
  height: 90vh; }
  #home-kv .slick-dots {
    bottom: 10%;
    z-index: 200;
    margin: 0;
    padding: 0;
    z-index: 20; }
    #home-kv .slick-dots li {
      display: inline-block;
      width: auto;
      height: auto;
      margin-right: 5px; }
    #home-kv .slick-dots button {
      display: block;
      width: 8px;
      height: 8px;
      background: #ffffff;
      border-radius: 50%;
      padding: 0;
      margin: 0;
      opacity: .5;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
      #home-kv .slick-dots button:before {
        display: none; }
    #home-kv .slick-dots li.slick-active button {
      opacity: 1; }

.home-kv-item {
  position: relative;
  width: 100%;
  height: 90vh;
  min-height: 600px; }
  .home-kv-item a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 10; }
  .home-kv-item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }

#home-se1,
#home-se2 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 10; }
  #home-se1 .inner,
  #home-se2 .inner {
    position: relative;
    height: 100%;
    z-index: 10; }
  #home-se1 .home-bg,
  #home-se2 .home-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1; }
  #home-se1 .home-title-2,
  #home-se2 .home-title-2 {
    padding-left: 10px;
    display: block;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.5; }

.home-btn-more {
  width: 208px;
  height: 48px;
  margin-top: 20px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid #ffffff;
  overflow: hidden; }
  .home-btn-more:after {
    content: "";
    position: absolute;
    top: 0;
    left: -5%;
    width: 0%;
    height: 48px;
    background: #050202;
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 1; }
  .home-btn-more a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    background: url("../../assets/images/home_more.png") repeat-y 0 0;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 10;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .home-btn-more:hover a {
    background-position: 0 -48px;
    background-color: transparent; }
  .home-btn-more:hover:after {
    width: 110%; }
  .home-btn-more:hover {
    border-color: rgba(255, 255, 255, 0.3); }

#home-se1 {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-top: -10vh; }
  #home-se1 .home-content {
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: 26px;
    width: 400px;
    height: auto; }
  #home-se1 .home-btn-more {
    margin-left: 10px; }

#home-se2 .home-content {
  position: absolute;
  top: 34%;
  left: 0;
  width: 280px;
  height: auto; }

#home-se2 .home-btn-more {
  margin-left: 55px; }

#home-se2 .home-title-2 {
  text-align: right; }

#age {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: url("../../assets/images/intro_age.jpg") no-repeat left bottom;
  background-size: cover;
  background-color: #000000;
  z-index: 1000; }

.age-scroll {
  width: 100%;
  height: 100%;
  min-height: 600px;
  position: relative; }

.age-center {
  position: relative;
  width: 472px;
  height: auto;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%); }

.age-logo {
  display: block;
  width: 271px;
  height: 107px;
  background: url("../../assets/images/intro_age_logo.png") no-repeat center;
  margin: 0 auto; }

.age-hr {
  margin: 20px 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2); }

.age-note {
  color: white;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  display: block;
  margin-bottom: 20px; }

.btn a {
  display: block;
  width: 100%;
  height: 100%; }

.btn-age--into {
  width: 160px;
  height: 37px;
  background-color: #e0c09b;
  border: 1px solid #f2d4b0;
  margin: 0 auto; }
  .btn-age--into a {
    color: #303030;
    font-size: 14px;
    font-weight: bold;
    line-height: 37px;
    text-align: center; }

.age-select {
  width: 100%;
  height: 30px;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  border: none;
  border-radius: 0;
  background: #373737 url("../../assets/icons/icon_select_arrow.png") no-repeat right top;
  -webkit-appearance: none;
  margin: 0 auto;
  padding-left: 15px;
  text-align-last: center;
  padding-right: 30px; }

.select-center {
  max-width: 160px;
  margin: 0 auto; }

.age-form {
  max-width: 334px;
  margin: 0 auto; }

.age-row {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.age-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 16px; }
  .age-col:last-child {
    margin-right: 0; }

.age-form--title {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
  display: block;
  text-align: center;
  width: 100%; }

#page-kv {
  position: relative;
  width: 100%;
  height: 406px;
  z-index: 1; }

.page-mask-bg {
  position: relative; }

.page-mask-bg:before {
  content: "";
  position: absolute;
  top: -32px;
  left: 0;
  width: 100%;
  height: 32px;
  background: url("../../assets/images/pattern.gif") repeat;
  -webkit-mask-image: url("../../assets/images/page_mask.png");
  mask-image: url("../../assets/images/page_mask.png");
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover; }

.page-mask-bg.page-mask-bg--left:before {
  -webkit-mask-image: url("../../assets/images/page_mask_left.png");
  mask-image: url("../../assets/images/page_mask_left.png"); }

.page-kv-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 406px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000; }
  .page-kv-bg.light {
    opacity: 0;
    -webkit-animation: FADEIN 2s ease infinite alternate;
    animation: FADEIN 2s ease infinite alternate; }

@-webkit-keyframes FADEIN {
  to {
    opacity: 1; } }

@keyframes FADEIN {
  to {
    opacity: 1; } }

.page-main {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 70vh;
  padding: 50px 0;
  padding-bottom: 120px;
  background: url("../../assets/images/pattern.gif") repeat;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .page-main.pt-20 {
    padding-top: 20px; }
  .page-main.pb-0 {
    padding-bottom: 120px; }

.page-title {
  position: fixed;
  top: 180px;
  left: 50%;
  margin-left: -450px;
  width: 318px;
  height: auto; }

.page-txtbox {
  position: fixed;
  top: 130px;
  left: 50%;
  margin-left: 160px;
  width: 410px;
  height: auto; }

.page-txt {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5;
  display: block;
  margin-bottom: 12px; }

.btn-readmore {
  width: 148px;
  height: 37px;
  border: 1px solid #949494; }
  .btn-readmore a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../../assets/images/btn_readmore.png");
    background-repeat: repeat-y;
    background-position: 0 0;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .btn-readmore a:hover {
      background-position: 0 -37px; }

#page-kv.height-small {
  height: 240px; }
  #page-kv.height-small .page-title {
    top: 100px;
    margin-left: -330px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.5; }
    #page-kv.height-small .page-title h3 {
      font-weight: normal;
      font-size: 30px; }
  #page-kv.height-small .page-kv-bg {
    height: 240px; }

.tabs {
  display: block;
  width: 100%;
  margin: 0 auto 75px;
  text-align: center; }

.tab {
  display: inline-block;
  margin-left: -4px;
  margin-bottom: 10px;
  padding: 0 20px;
  position: relative; }
  .tab:after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: -10%;
    width: 120%;
    height: 1px;
    background-color: #d9d9d9; }
  .tab a:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    background: -webkit-gradient(linear, left top, right top, from(#ca5918), to(#ffcc20));
    background: -webkit-linear-gradient(left, #ca5918 0%, #ffcc20 100%);
    background: -o-linear-gradient(left, #ca5918 0%, #ffcc20 100%);
    background: linear-gradient(to right, #ca5918 0%, #ffcc20 100%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 10; }
  .tab a:hover:before, .tab.active a:before {
    width: 100%; }
  .tab.active a {
    color: #cb5b18; }
  .tab a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #393939;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    z-index: 10;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.page-products {
  padding-top: 10px;
  padding-bottom: 150px; }

.line-titlebox {
  width: 100%;
  position: relative;
  margin-bottom: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .line-titlebox:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -560px;
    width: 543px;
    height: 1px;
    background: #d9d9d9; }

.line-title {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  color: #393939;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  padding-right: 40px;
  min-width: 280px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .line-title:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ca5918), to(#ffcc20));
    background: -webkit-linear-gradient(top, #ca5918 0%, #ffcc20 100%);
    background: -o-linear-gradient(top, #ca5918 0%, #ffcc20 100%);
    background: linear-gradient(to bottom, #ca5918 0%, #ffcc20 100%); }

.line-description {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #5f4f3f;
  font-size: 14px;
  line-height: 1.5; }

.whisky-row {
  max-width: 860px;
  margin: 0 auto;
  padding-bottom: 80px; }

.whisky-type-img {
  position: relative; }
  .whisky-type-img img {
    position: relative;
    z-index: 2; }
  .whisky-type-img:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -127px;
    margin-left: -127px;
    width: 254px;
    height: 254px;
    background: url("../../assets/images/whisky_hover.png") no-repeat 0 0;
    z-index: 1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }

.whisky-type-img.only:before {
  content: "";
  position: absolute;
  bottom: 25px;
  right: -40px;
  width: 73px;
  height: 90px;
  background: url("../../assets/icons/icon_only.png") no-repeat 0 0;
  z-index: 3; }

.whisky-type-name {
  color: #5f4f3f;
  font-size: 12px;
  line-height: 1.5;
  margin-top: -25px;
  margin-left: -20px;
  margin-right: -20px;
  display: block; }

.whisky-type-item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 120px;
  height: auto;
  margin-right: 80px;
  margin-bottom: 80px;
  text-align: center; }
  .whisky-type-item a {
    display: block; }
    .whisky-type-item a:hover .whisky-type-img:after {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1; }

#product-kv {
  position: relative;
  width: 100%;
  height: 240px;
  z-index: 1; }

.product-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 240px;
  background: url("../../assets/images/pattern_gray.gif") repeat;
  z-index: 1; }

.product-titlebox {
  position: absolute;
  top: 90px;
  left: 50%;
  margin-left: -32px;
  width: 580px;
  height: auto; }

.product-en {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.5; }

.product-title {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.5; }

.product-navi {
  position: absolute;
  top: 70px;
  left: -180px;
  width: 320px;
  height: auto;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #d9d9d9;
  padding-top: 30px;
  padding-bottom: 30px;
  box-sizing: border-box; }

.product-navi-item {
  display: block;
  margin-bottom: 20px; }
  .product-navi-item a {
    position: relative;
    display: block;
    color: #393939;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    text-align: right; }
    .product-navi-item a:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: -32px;
      width: 3px;
      height: 0%;
      background: -webkit-gradient(linear, left bottom, left top, from(#ca5918), to(#ffcc20));
      background: -webkit-linear-gradient(bottom, #ca5918 0%, #ffcc20 100%);
      background: -o-linear-gradient(bottom, #ca5918 0%, #ffcc20 100%);
      background: linear-gradient(to top, #ca5918 0%, #ffcc20 100%);
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
  .product-navi-item:hover a:before, .product-navi-item.active a:before {
    height: 100%; }

.product-infobox {
  width: 960px;
  height: auto;
  margin: 0 auto; }

.product-detail .left {
  float: left;
  width: 375px;
  text-align: center; }

.product-detail .product-items {
  margin-top: -115px; }

.product-detail .product-img {
  display: inline-block; }
  .product-detail .product-img:focus {
    outline: none; }
  .product-detail .product-img img {
    padding-top: 115px;
    max-width: 100%; }
  .product-detail .product-img:nth-child(1) img {
    padding-top: 0;
    width: 182px;
    margin: 0 auto; }

.product-detail .right {
  float: left;
  width: 585px;
  padding-left: 70px;
  margin-bottom: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.product-description {
  color: #5f4f3f;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px; }

.product-tags {
  margin-bottom: 25px; }
  .product-tags .tag {
    display: inline-block;
    border: 1px solid #d9d9d9;
    padding: 0 10px;
    color: #5f4f3f;
    font-size: 13px;
    line-height: 30px;
    margin-right: 12px; }
    .product-tags .tag b {
      color: #929292;
      font-size: 14px;
      font-weight: normal; }

.product-small {
  margin-bottom: 25px; }
  .product-small .small {
    position: relative;
    display: inline-block;
    margin-left: -4px;
    text-align: center;
    color: #5f4f3f;
    font-size: 13px;
    line-height: 1.5;
    max-width: 70px;
    vertical-align: top; }
    .product-small .small span {
      display: block;
      padding: 0 5px; }
    .product-small .small img {
      display: block;
      width: 70px;
      margin-bottom: 15px; }
    .product-small .small:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 1px;
      height: 50px;
      background: #dbdbdb; }
    .product-small .small:last-child:before {
      display: none; }

.product-row {
  margin-bottom: 50px; }
  .product-row:nth-child(1) {
    margin-bottom: 0; }

.product-point-title {
  position: relative;
  color: #373737;
  font-size: 20px;
  line-height: 30px;
  display: block;
  text-align: center;
  margin-bottom: 30px; }
  .product-point-title span {
    padding: 10px;
    position: relative;
    z-index: 10;
    background: url("../../assets/images/pattern.gif") repeat; }
  .product-point-title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
    z-index: 1; }

.product-point {
  position: relative;
  width: 100%;
  min-height: 200px;
  margin-bottom: 20px; }
  .product-point .product-chart {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-left: -100px;
    margin-top: -100px; }
  .product-point .point-row {
    margin-bottom: 35px; }
  .product-point .product-point-info {
    position: relative;
    float: left;
    width: 320px;
    height: auto;
    min-height: 115px;
    padding-left: 65px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .product-point .product-point-info:nth-child(2n) {
      float: right; }
  .product-point .point-title {
    color: #373737;
    font-size: 16px;
    line-height: 1.8; }
  .product-point .point-txt {
    color: #5f4f3f;
    font-size: 13px;
    line-height: 1.6; }
  .product-point .point-icon {
    position: absolute;
    top: 0;
    left: 0; }

.product-awards {
  text-align: center; }
  .product-awards .product-award-item {
    position: relative;
    display: inline-block;
    margin-left: -4px;
    padding: 0 15px;
    width: 50px;
    cursor: pointer;
    margin-bottom: 20px; }
    .product-awards .product-award-item img {
      position: relative;
      z-index: 1; }
    .product-awards .product-award-item .popup {
      position: absolute;
      top: 40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 240px;
      text-align: center;
      color: #5f4f3f;
      font-size: 12px;
      line-height: 1.5;
      background: url("../../assets/images/pop.png") no-repeat;
      opacity: 0;
      padding-top: 10px;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      z-index: 20; }
      .product-awards .product-award-item .popup span {
        display: block;
        border-right: 3px;
        background-color: #ffffff; }
    .product-awards .product-award-item:hover .popup {
      top: 55px;
      opacity: 1; }

.page-next, .page-prev {
  position: fixed;
  top: 50%;
  left: 0;
  width: 55px;
  height: 105px;
  margin-top: -50px;
  background: url("../../assets/images/page_arrow.png") no-repeat 0 0;
  opacity: .2;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  .page-next a, .page-prev a {
    display: block;
    width: 100%;
    height: 100%; }
  .page-next:hover, .page-prev:hover {
    opacity: 1; }

.page-next {
  left: auto;
  right: 0;
  background-position: 0 -105px; }

@media screen and (max-width: 1600px) {
  .product-navi {
    position: absolute;
    top: 70px;
    left: -20px;
    width: 150px;
    height: auto; }
    .product-navi a {
      font-size: 15px; } }

.awards-tabs {
  display: block;
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 0;
  max-width: 900px; }
  .awards-tabs .tab {
    padding: 0 20px;
    margin-bottom: 0; }
    .awards-tabs .tab:after {
      display: none; }

.awards-box {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 50px; }

.arwards-rows {
  border-bottom: 1px solid #d9d9d9;
  padding: 30px 0; }
  .arwards-rows:first-child {
    padding-top: 0; }
  .arwards-rows:last-child {
    border-bottom: none; }
  .arwards-rows .award-icon {
    position: relative;
    float: left;
    width: 200px;
    min-height: 220px;
    padding-left: 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .arwards-rows .award-icon .icon {
      position: absolute;
      top: 80px;
      left: 0;
      width: 75px; }
    .arwards-rows .award-icon .award-title {
      position: absolute;
      top: 100px;
      left: 95px;
      width: 75px;
      height: auto;
      color: #404040;
      font-size: 14px;
      line-height: 1.5; }

.award-items {
  float: left;
  width: 700px; }
  .award-items .whisky-type-name {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    margin-top: -10px; }
  .award-items .whisky-type-img {
    position: relative;
    width: 65px;
    margin: 0 auto; }
    .award-items .whisky-type-img:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -91px;
      margin-left: -91px;
      width: 182px;
      height: 182px;
      background: url("../../assets/images/whisky_hover.png") no-repeat 0 0;
      background-size: contain;
      z-index: 1;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      opacity: 0;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
  .award-items .award-item {
    float: left;
    width: 170px;
    padding-top: 30px; }
    .award-items .award-item a {
      display: block;
      width: 100%;
      height: 100%; }
      .award-items .award-item a:hover .whisky-type-img:after {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }

.store-tabs {
  display: block;
  margin-bottom: 75px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 0;
  max-width: 1100px; }
  .store-tabs .tab {
    padding: 0 40px;
    margin-bottom: 0; }
    .store-tabs .tab:after {
      display: none; }

.store-box {
  max-width: 1100px;
  margin: 0 auto; }
  .store-box .left {
    float: left;
    width: 160px; }
  .store-box .right {
    float: left;
    width: 940px; }

.store-location {
  width: 710px;
  float: right;
  margin-right: 95px; }

.location-detail {
  margin-bottom: 20px; }

.loaction-map {
  width: 100%;
  height: 0;
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .loaction-map .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 288px;
    border: 1px solid #cccccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .loaction-map .map iframe {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }

.location-row {
  position: relative;
  border-bottom: 1px solid #d9d9d9;
  cursor: pointer;
  padding-bottom: 35px;
  margin-bottom: 35px; }
  .location-row .location-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 23px;
    overflow: hidden; }
    .location-row .location-icon:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 16px;
      height: 69px;
      background: url("../../assets/icons/icon_map.png") no-repeat 0 0;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
  .location-row .location-title,
  .location-row p {
    font-size: 15px;
    line-height: 1.6;
    color: #404040;
    font-weight: normal; }
  .location-row a {
    color: #404040;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-bottom: 1px solid transparent; }
  .location-row:last-child {
    border-bottom: none; }
  .location-row:hover .location-title,
  .location-row:hover p,
  .location-row:hover a {
    color: #d19d65; }
  .location-row:hover a {
    border-color: #d19d65; }
  .location-row:hover .location-icon:before {
    top: -23px; }
  .location-row.active .location-icon:before {
    top: -46px; }
  .location-row.active .loaction-map {
    height: 290px; }
    .location-row.active .loaction-map .map {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
      visibility: visible; }

.dropdown-menu {
  display: none;
  background-color: #ffffff; }

.dropdown-menu-item a {
  color: #323232;
  display: block;
  width: 100%;
  background-color: #ffffff;
  color: #323232;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.dropdown-menu-item:hover a {
  background-color: #dbbb95;
  color: #ffffff; }

.store-navbox {
  margin-bottom: 40px; }

.store-select .selectric {
  width: 100%;
  height: 30px;
  margin-bottom: 6px;
  background: #9f9f9f;
  text-align-last: center;
  background: #9f9f9f url("../../assets/icons/icon_select_arrow.png") no-repeat right top;
  border: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .store-select .selectric .button {
    display: none; }
  .store-select .selectric .label {
    height: auto;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    margin-right: 30px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }

.store-select .selectric-open .selectric {
  background-color: #dbbb95;
  color: #ffffff; }

.store-select .selectric-items {
  position: relative;
  margin-bottom: 10px;
  border: none; }
  .store-select .selectric-items li {
    color: #323232;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .store-select .selectric-items li:hover {
      background-color: #dbbb95;
      color: #ffffff; }

.store-select .selectric-items li.highlighted {
  background: #ffffff;
  color: #323232;
  font-size: 15px;
  line-height: 30px; }

.store-nav-item {
  width: 100%;
  height: auto;
  margin-bottom: 6px; }
  .store-nav-item > a {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
    background: #9f9f9f;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 6px; }
    .store-nav-item > a:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 30px;
      height: 30px;
      background: url("../../assets/icons/icon_select_arrow.png") no-repeat 0 0; }
  .store-nav-item:hover > a, .store-nav-item.active > a {
    background-color: #dbbb95; }

.store-search {
  position: relative;
  width: 100%;
  height: 30px;
  border: 1px solid #7c7c7c;
  border-radius: 30px;
  overflow: hidden; }

.search-style {
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  height: 30px;
  color: #7c7c7c;
  font-size: 14px;
  border: none;
  background: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10; }

.btn-search {
  position: absolute;
  top: 0;
  right: 5px;
  width: 30px;
  height: 30px;
  background: url("../../assets/icons/icon_search.png") no-repeat 0 0;
  z-index: 20; }
  .btn-search a {
    display: block;
    width: 100%;
    height: 100%; }

.visible {
  width: 100%;
  overflow: hidden; }
  .visible .visible-page {
    display: none;
    opacity: 0; }
  .visible .visible-page.visible-show {
    display: block;
    opacity: 1; }

#page-kv.whisky-kv {
  height: 363px; }
  #page-kv.whisky-kv .page-kv-bg {
    height: 363px; }

.whiskybox {
  padding-bottom: 73px; }

.whisky-inner {
  width: 1100px;
  margin: 0 auto; }

.whisky-article {
  position: relative;
  padding: 40px 35px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .whisky-article .article-title {
    position: absolute;
    top: -55px;
    left: 0;
    color: #ffffff;
    font-size: 35px;
    font-weight: normal;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .whisky-article .article-txt {
    position: relative;
    color: #5f4f3f;
    font-size: 14px;
    line-height: 1.5;
    z-index: 1; }
  .whisky-article:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 4px;
    background: #dfb583; }

.whisky-article-1 {
  width: 775px;
  margin-top: -80px;
  margin-left: 86px; }

.whisky-article-2 {
  width: 837px;
  position: relative;
  top: -60px;
  left: 160px; }
  .whisky-article-2 .article-title {
    color: #393939;
    text-align: right; }
  .whisky-article-2:before {
    bottom: -1px;
    left: 0;
    right: auto;
    z-index: 10; }

.whisky-point .point-title {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #dab489;
  text-align: center; }

.whisky-point .point-txt {
  color: #5f4f3f;
  font-size: 14px;
  line-height: 1.8; }

.whkisky-pointbox {
  padding-top: 86px;
  position: relative;
  height: 675px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .whkisky-pointbox .whisky-point1 .point-title:before,
  .whkisky-pointbox .whisky-point3 .point-title:before {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 726px;
    height: 2px;
    background-color: #dab489; }
  .whkisky-pointbox .whisky-point3 .point-title:before {
    left: 0; }
  .whkisky-pointbox .whisky-point1 {
    position: absolute;
    top: 60px;
    left: 90px;
    width: 280px;
    height: auto; }
    .whkisky-pointbox .whisky-point1 img {
      margin: 0 auto; }
  .whkisky-pointbox .whisky-point2 {
    position: absolute;
    top: 60px;
    left: 460px;
    width: 280px;
    height: auto; }
    .whkisky-pointbox .whisky-point2 img {
      margin: 0 auto; }
  .whkisky-pointbox .whisky-point3 {
    position: absolute;
    top: 60px;
    right: 0;
    width: 280px;
    height: auto; }

.whisky-tipsbox {
  width: 100%;
  height: 1025px;
  background: url("../../assets/images/whisky_bottom_kv.jpg") no-repeat center bottom;
  background-size: cover; }

.tips-inner {
  width: 630px;
  margin: 0 auto; }

.whisky-tips {
  display: inline-block;
  width: 280px;
  margin-bottom: 35px;
  vertical-align: top; }
  .whisky-tips:nth-child(2n) {
    float: right; }
  .whisky-tips .tips-txt {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
    text-justify: inter-word; }
  .whisky-tips .tips-title {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #939393;
    text-align: center; }
    .whisky-tips .tips-title img {
      margin: 0 auto; }

.aboutbox {
  padding-top: 90px; }

.about-tabs {
  margin-bottom: 0; }
  .about-tabs .tab {
    margin-bottom: 0; }

.about-banner {
  position: relative;
  width: 1230px;
  height: 464px;
  margin: 0 auto;
  margin-bottom: 70px;
  overflow: hidden; }
  .about-banner.mb-0 {
    margin-bottom: 0; }
  .about-banner .about-txtbox {
    position: absolute;
    top: 110px;
    left: 70px;
    width: 580px;
    height: auto; }
  .about-banner .about-banner-title {
    display: block;
    margin-bottom: 20px; }
  .about-banner .about-banner-txt {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
    display: block;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.8; }

.about-inner {
  position: relative;
  width: 1230px;
  margin: 0 auto; }

.about-inner-center {
  position: relative;
  width: 1000px;
  height: 100%;
  margin: 0 auto; }
  .about-inner-center.md-width {
    width: 1100px; }

.about-us {
  position: relative;
  width: 1100px; }
  .about-us .about-title {
    margin-bottom: 60px; }
  .about-us .about-txt {
    position: absolute;
    padding: 48px 34px;
    color: #5f4f3f;
    font-size: 14px;
    line-height: 1.8;
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .about-us .about-txt:before {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 200px;
      height: 4px;
      background: #dfb583; }
  .about-us .about-img {
    position: relative; }
    .about-us .about-img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.about-us-1 {
  position: relative;
  width: 100%;
  height: 650px; }
  .about-us-1 .about-line {
    position: absolute;
    top: 200px;
    left: -415px;
    width: 450px;
    height: 4px;
    background: #dfb583;
    z-index: 20; }
  .about-us-1 .about-txt {
    top: -244px;
    left: 364px;
    width: 600px; }
  .about-us-1 .about-img {
    width: 407px;
    height: 407px; }
  .about-us-1 img {
    display: inline-block;
    margin-right: 10px; }

.about-us-2 {
  position: relative;
  width: 100%;
  height: 920px; }
  .about-us-2 .about-txt {
    top: 150px;
    left: 55px;
    width: 540px; }
  .about-us-2 .about-img {
    float: right;
    width: 574px;
    height: 324px; }
  .about-us-2 img {
    display: inline-block;
    margin-right: 10px; }

.about-story-preface {
  width: 815px;
  margin: 0 auto;
  border-left: 2px solid #dfb583;
  padding-left: 24px;
  color: #5f4f3f;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px; }

.about-story {
  width: 1100px;
  margin: 0 auto; }

.story-txtbox .story-title {
  color: #393939;
  font-size: 28px;
  line-height: 1;
  margin-top: -60px;
  display: block;
  margin-bottom: 15px; }

.story-txtbox .story-txt {
  position: relative;
  color: #5f4f3f;
  font-size: 15px;
  line-height: 1.8;
  padding: 40px;
  border: 1px solid #e9e9e9;
  background: #ffffff;
  display: block; }
  .story-txtbox .story-txt:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 4px;
    background: #dfb583; }

.story-timeline-box.time-1 {
  position: relative;
  height: 600px;
  margin-bottom: 38px; }
  .story-timeline-box.time-1 .line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 150px;
    background-color: #dfb583; }
  .story-timeline-box.time-1 .story-year {
    position: absolute;
    top: 190px;
    left: 50%;
    margin-left: -90px;
    width: 136px; }
  .story-timeline-box.time-1 .story-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -247px;
    width: 494px;
    height: 300px;
    overflow: hidden; }
  .story-timeline-box.time-1 .story-txtbox {
    position: absolute;
    top: 70px;
    left: 570px;
    width: 480px; }
    .story-timeline-box.time-1 .story-txtbox .story-title {
      font-size: 32px;
      padding-left: 30px; }

.story-timeline-box.time-2 {
  position: relative;
  height: 423px;
  margin-bottom: 45px;
  z-index: 20; }
  .story-timeline-box.time-2 .line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 120px;
    background-color: #dfb583; }
  .story-timeline-box.time-2 .story-year {
    position: absolute;
    top: 40px;
    left: 540px;
    width: 137px; }
  .story-timeline-box.time-2 .story-title {
    position: absolute;
    top: 30px;
    left: 110px;
    width: 350px;
    height: auto;
    color: #393939;
    font-size: 28px;
    line-height: 1.5;
    text-align: right; }
  .story-timeline-box.time-2 .story-txtbox {
    position: absolute;
    top: 150px;
    left: 0;
    width: 644px; }
    .story-timeline-box.time-2 .story-txtbox .story-txt:before {
      bottom: auto;
      top: 0;
      left: 0;
      right: auto; }

.story-timeline-box.time-3 {
  position: relative;
  height: 260px;
  margin-bottom: 50px; }
  .story-timeline-box.time-3 .line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 296px;
    background-color: #dfb583; }
  .story-timeline-box.time-3 .story-year {
    position: absolute;
    top: 175px;
    left: 50%;
    margin-left: -200px;
    width: 166px; }
  .story-timeline-box.time-3 .story-title {
    position: absolute;
    top: 185px;
    left: 50%;
    margin-left: 30px;
    width: 500px;
    height: auto;
    color: #393939;
    font-size: 32px; }
  .story-timeline-box.time-3 .story-img {
    position: absolute;
    top: -180px;
    left: 50%;
    margin-left: 50px;
    width: 426px;
    height: 279px;
    overflow: hidden; }
  .story-timeline-box.time-3 .story-txtbox {
    position: absolute;
    top: 180px;
    left: 0;
    width: 644px; }

.about-story-detail {
  position: relative;
  overflow: hidden;
  height: 1000px; }
  .about-story-detail .detail-img1 {
    position: absolute;
    bottom: 55px;
    left: 620px;
    width: 620px;
    height: 412px;
    z-index: 1; }
  .about-story-detail .detail-img2 {
    position: absolute;
    bottom: 55px;
    left: 165px;
    width: 390px;
    height: 153px;
    z-index: 1; }
  .about-story-detail .detail {
    position: relative;
    padding-top: 70px;
    z-index: 20; }
  .about-story-detail .story-txtbox {
    width: 725px; }
    .about-story-detail .story-txtbox .story-txt {
      padding: 30px 50px; }
      .about-story-detail .story-txtbox .story-txt:before {
        bottom: auto;
        top: -1px; }
    .about-story-detail .story-txtbox .story-title {
      color: #dfb583;
      font-size: 32px;
      padding-left: 40px; }

.about-story-bg {
  position: absolute;
  top: 0;
  left: -140px;
  width: 1643px;
  height: 828px;
  background: url("../../assets/images/pattern_gray.gif") repeat;
  z-index: 1; }

.story-detail-preface {
  width: 795px;
  padding-left: 25px;
  border-left: 1px solid #dfb583;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.8;
  margin: 0 auto;
  margin-bottom: 125px; }

.story-time {
  position: relative;
  display: block;
  z-index: 10;
  font-size: 15px; }
  .story-time:before {
    content: "";
    position: absolute;
    top: 0;
    left: 65px;
    width: 1px;
    height: 100%;
    background: #c08f79; }
  .story-time .story-time-item {
    position: relative;
    padding-left: 80px;
    margin-bottom: 5px; }
    .story-time .story-time-item span {
      font-size: 14px; }
    .story-time .story-time-item .year {
      position: absolute;
      top: 0;
      left: 0;
      width: 55px;
      height: 20px;
      font-size: 14px; }

.about-brew-timeline {
  margin-bottom: 115px; }
  .about-brew-timeline .brew-title {
    position: relative;
    display: block;
    margin: 0;
    margin-bottom: 10px;
    padding-bottom: 15px; }
    .about-brew-timeline .brew-title span {
      color: #393939;
      font-size: 28px;
      font-weight: normal; }
  .about-brew-timeline .brew-line {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 974px;
    height: 2px;
    background: #dab489; }
  .about-brew-timeline .brew-txt, .about-brew-timeline .brew-tips {
    color: #5f4f3f;
    font-size: 15px;
    line-height: 1.6;
    display: block;
    margin-bottom: 10px; }
  .about-brew-timeline .brew-tips {
    color: #bb8749;
    font-size: 13px; }
  .about-brew-timeline .brew-tips b {
    font-weight: normal;
    display: block;
    padding-left: 10px;
    background: url("../../assets/images/icon_tips.png") no-repeat 0 8px; }
  .about-brew-timeline .timeline-row {
    position: relative; }
    .about-brew-timeline .timeline-row:before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: 1px;
      height: 190px;
      background-color: #d2d2d2;
      z-index: 1; }
  .about-brew-timeline .timeline-1 {
    position: relative;
    height: 695px;
    margin-bottom: 25px; }
    .about-brew-timeline .timeline-1:before {
      height: 193px; }
    .about-brew-timeline .timeline-1 .story-img {
      position: absolute;
      bottom: 0;
      left: -141px;
      width: 868px;
      height: 502px;
      overflow: hidden; }
    .about-brew-timeline .timeline-1 .story-txtbox {
      position: absolute;
      top: 120px;
      right: -100px;
      width: 560px; }
  .about-brew-timeline .timeline-2 {
    position: relative;
    height: 380px; }
    .about-brew-timeline .timeline-2:before {
      height: 110px; }
    .about-brew-timeline .timeline-2 .brew-img {
      position: absolute;
      top: 90px;
      left: 50%;
      margin-left: 40px;
      width: 300px;
      height: 300px;
      overflow: hidden; }
    .about-brew-timeline .timeline-2 .brew-txtbox {
      position: absolute;
      top: 80px;
      left: 50%;
      margin-left: -400px;
      width: 350px;
      height: auto; }
  .about-brew-timeline .timeline-3 {
    position: relative;
    height: 370px; }
    .about-brew-timeline .timeline-3:before {
      height: 130px; }
    .about-brew-timeline .timeline-3 .brew-img {
      position: absolute;
      top: 40px;
      left: 50%;
      margin-left: -412px;
      width: 397px;
      height: 397px;
      overflow: hidden; }
    .about-brew-timeline .timeline-3 .brew-line {
      width: 100%; }
    .about-brew-timeline .timeline-3 .brew-txtbox {
      position: absolute;
      top: 87px;
      left: 50%;
      margin-left: 53px;
      width: 315px;
      height: auto; }
  .about-brew-timeline .timeline-4 {
    position: relative;
    height: 370px; }
    .about-brew-timeline .timeline-4:before {
      height: 130px; }
    .about-brew-timeline .timeline-4 .brew-img {
      position: absolute;
      top: 95px;
      left: 50%;
      margin-left: 30px;
      width: 315px;
      height: 315px;
      overflow: hidden; }
    .about-brew-timeline .timeline-4 .brew-txtbox {
      position: absolute;
      top: 165px;
      left: 50%;
      margin-left: -355px;
      width: 304px;
      height: auto; }
  .about-brew-timeline .timeline-5 {
    position: relative;
    height: 375px; }
    .about-brew-timeline .timeline-5:before {
      height: 130px; }
    .about-brew-timeline .timeline-5 .brew-line {
      right: auto;
      left: 0; }
    .about-brew-timeline .timeline-5 .brew-img {
      position: absolute;
      top: 95px;
      left: 50%;
      margin-left: -300px;
      width: 285px;
      height: 285px;
      overflow: hidden; }
    .about-brew-timeline .timeline-5 .brew-txtbox {
      position: absolute;
      top: 145px;
      left: 50%;
      margin-left: 50px;
      width: 340px;
      height: auto; }
  .about-brew-timeline .timeline-6 {
    position: relative;
    height: 375px; }
    .about-brew-timeline .timeline-6:before {
      height: 130px; }
    .about-brew-timeline .timeline-6 .brew-line {
      width: 100%; }
    .about-brew-timeline .timeline-6 .brew-img {
      position: absolute;
      top: 55px;
      left: 50%;
      margin-left: 15px;
      width: 364px;
      height: 364px;
      overflow: hidden; }
    .about-brew-timeline .timeline-6 .brew-txtbox {
      position: absolute;
      top: 95px;
      left: 50%;
      margin-left: -430px;
      width: 370px;
      height: auto; }
  .about-brew-timeline .timeline-7 {
    position: relative;
    height: 460px; }
    .about-brew-timeline .timeline-7:before {
      height: 130px; }
    .about-brew-timeline .timeline-7 .brew-line {
      left: 0;
      right: auto; }
    .about-brew-timeline .timeline-7 .brew-img {
      position: absolute;
      top: 120px;
      left: 50%;
      margin-left: -280px;
      width: 308px;
      height: 308px;
      overflow: hidden; }
    .about-brew-timeline .timeline-7 .brew-txtbox {
      position: absolute;
      top: 160px;
      left: 50%;
      margin-left: 75px;
      width: 420px;
      height: auto; }

.about-brew-guid {
  width: 100%;
  height: auto;
  background: url("../../assets/images/pattern_gray.gif") repeat;
  padding-top: 140px;
  padding-bottom: 200px; }
  .about-brew-guid .story-img {
    float: right;
    width: 619px;
    height: 359px;
    margin-bottom: 110px; }
  .about-brew-guid .story-txtbox {
    position: absolute;
    top: 230px;
    left: -415px;
    width: 915px; }
    .about-brew-guid .story-txtbox .story-title {
      margin-left: 430px;
      padding-left: 0;
      color: #ffffff; }
    .about-brew-guid .story-txtbox .story-txt {
      padding-left: 430px;
      padding-right: 30px;
      border: none;
      font-size: 14px; }

.brew-guid-items {
  width: 720px;
  margin: 0 auto; }
  .brew-guid-items .brew-guid-row {
    margin-bottom: 40px; }
  .brew-guid-items .brew-guid-item {
    float: left;
    width: 50%;
    text-align: center; }
  .brew-guid-items .brew-guid-title {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px; }
    .brew-guid-items .brew-guid-title:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -90px;
      width: 180px;
      height: 1px;
      background: #d8ad98; }
    .brew-guid-items .brew-guid-title img {
      margin: 0 auto; }
  .brew-guid-items .brew-guid-txt {
    text-align: left;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.8;
    display: block;
    width: 80%;
    margin: 0 auto; }

.about-promotion {
  margin-top: -135px; }

.about-promotion-kv {
  position: relative;
  width: 100%;
  height: 418px;
  margin-bottom: 200px; }

.about-promtion-title {
  color: #ffffff;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.5; }

.about-promtion-txt {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 30px;
  display: block; }

.promotion-items {
  width: 880px;
  margin: 0 auto;
  position: relative; }

.promotion-item {
  position: absolute;
  top: 256px;
  left: 0;
  width: 270px;
  height: 300px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  .promotion-item.promotion-item2 {
    left: 50%;
    margin-left: -135px; }
  .promotion-item.promotion-item3 {
    left: auto;
    right: 0; }
  .promotion-item .brew-guid-title {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: center; }
    .promotion-item .brew-guid-title img {
      margin: 0 auto; }
    .promotion-item .brew-guid-title:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #d8ad98; }
  .promotion-item a {
    display: block;
    width: 100%;
    height: 100%;
    border-top: 5px solid #d8ad98;
    background-color: #ffffff;
    color: #5f4f3f;
    font-size: 14px;
    line-height: 1.5;
    padding: 0 28px;
    padding-top: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), 1px 0 0 rgba(0, 0, 0, 0.05), -1px 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), 1px 0 0 rgba(0, 0, 0, 0.05), -1px 0 0 rgba(0, 0, 0, 0.05); }
  .promotion-item:hover a {
    border-bottom: 5px solid #d8ad98;
    border-top: none; }
  .promotion-item:hover a {
    margin-top: -30px; }

.about-booking {
  text-align: center;
  padding-bottom: 100px; }
  .about-booking .booking-sub-title {
    display: inline-block;
    padding: 3px 8px;
    background: #2b2b2b;
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
    min-width: 100px; }
  .about-booking .booking-title {
    display: block;
    color: #393939;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
    border-bottom: 1px solid #9d9d9d;
    padding-bottom: 10px;
    max-width: 300px;
    margin: 0 auto 20px; }
  .about-booking .booking-txt {
    display: inline-block;
    color: #5f4f3f;
    font-size: 15px;
    line-height: 1; }
    .about-booking .booking-txt b {
      display: inline-block;
      padding-right: 10px;
      border-right: 1px solid #5f4f3f;
      margin-right: 10px; }
    .about-booking .booking-txt a {
      color: #5f4f3f; }
    .about-booking .booking-txt li {
      display: block;
      padding: 0 15px;
      position: relative;
      margin-bottom: 10px;
      text-align: center; }

.news-tabs {
  max-width: 1100px;
  margin: 0 auto;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 50px; }
  .news-tabs .tab {
    margin-bottom: 0; }
    .news-tabs .tab a {
      padding: 0 20px; }
  .news-tabs .tab:after {
    display: none; }

.load-more.animation {
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
  .load-more.animation.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

.news-timeline {
  position: relative;
  width: 1100px;
  height: auto;
  overflow: hidden;
  margin: 0 auto; }
  .news-timeline .line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #d9d9d9; }

.news-timeline-item {
  position: relative;
  padding-top: 30px; }
  .news-timeline-item .news-date {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 14px;
    color: #5a5a5a;
    font-size: 13px;
    line-height: 1; }
  .news-timeline-item .news-txtbox {
    position: absolute; }
    .news-timeline-item .news-txtbox .news-inner {
      position: relative;
      padding: 20px;
      height: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #ffffff;
      -webkit-box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.1);
      box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
      z-index: 10;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
    .news-timeline-item .news-txtbox .news-img {
      position: absolute;
      z-index: 1;
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
      transition: all 1s ease;
      background-color: #000; }
    .news-timeline-item .news-txtbox:hover .news-inner {
      border-color: #f2d4b0;
      -webkit-box-shadow: 0 0 10px #f2d4b0;
      box-shadow: 0 0 10px #f2d4b0; }
    .news-timeline-item .news-txtbox:hover .news-img {
      background-size: 120%; }
  .news-timeline-item .news-title {
    color: #5f4f3f;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    display: block; }
  .news-timeline-item .news-more {
    position: absolute;
    width: 148px;
    height: 37px;
    background: #f2d4b0 url("../../assets/images/btn_news.png") no-repeat 0 0; }
    .news-timeline-item .news-more a {
      display: block;
      width: 100%;
      height: 100%; }
  .news-timeline-item.news-timeline-1 {
    height: 130px; }
    .news-timeline-item.news-timeline-1 .news-txtbox {
      width: 640px;
      left: 50%;
      margin-left: -320px; }
    .news-timeline-item.news-timeline-1 .news-more {
      right: 20px;
      top: 10px; }
    .news-timeline-item.news-timeline-1 .news-title {
      width: 450px; }
  .news-timeline-item.news-timeline-2 {
    height: 510px; }
    .news-timeline-item.news-timeline-2 .news-txtbox.left {
      top: 0;
      width: 293px;
      height: 143px;
      left: 50%;
      margin-left: -326px; }
      .news-timeline-item.news-timeline-2 .news-txtbox.left .news-img {
        position: absolute;
        top: 124px;
        left: -132px;
        width: 387px;
        height: 218px; }
    .news-timeline-item.news-timeline-2 .news-more {
      bottom: 20px;
      left: 50%;
      margin-left: -74px; }
    .news-timeline-item.news-timeline-2 .news-txtbox.right {
      top: 195px;
      width: 227px;
      height: 259px;
      left: 50%;
      margin-left: 40px; }
      .news-timeline-item.news-timeline-2 .news-txtbox.right .news-img {
        position: absolute;
        top: -177px;
        left: 185px;
        width: 227px;
        height: 259px; }
      .news-timeline-item.news-timeline-2 .news-txtbox.right .news-more {
        bottom: 70px; }
    .news-timeline-item.news-timeline-2 .news-title {
      width: 100%; }
  .news-timeline-item.news-timeline-3 {
    height: 215px; }
    .news-timeline-item.news-timeline-3 .news-txtbox {
      width: 292px;
      height: 160px;
      left: 50%;
      margin-left: -146px; }
    .news-timeline-item.news-timeline-3 .news-more {
      left: 50%;
      margin-left: -74px;
      bottom: 30px; }
  .news-timeline-item.news-timeline-4 {
    height: 372px; }
    .news-timeline-item.news-timeline-4 .news-txtbox {
      width: 640px;
      left: 50%;
      margin-left: -320px; }
    .news-timeline-item.news-timeline-4 .news-more {
      right: 20px;
      top: 10px; }
    .news-timeline-item.news-timeline-4 .news-title {
      width: 450px; }
    .news-timeline-item.news-timeline-4 .news-img {
      position: absolute;
      top: 105px;
      right: 35px;
      width: 286px;
      height: 214px; }
  .news-timeline-item.news-timeline-5 {
    height: 410px; }
    .news-timeline-item.news-timeline-5 .news-txtbox.left {
      top: 0;
      width: 293px;
      height: 160px;
      left: 50%;
      margin-left: -146.5px; }
      .news-timeline-item.news-timeline-5 .news-txtbox.left .news-img {
        position: absolute;
        top: 85px;
        left: -234px;
        width: 286px;
        height: 286px; }
    .news-timeline-item.news-timeline-5 .news-more {
      bottom: 20px;
      left: 50%;
      margin-left: -74px; }
    .news-timeline-item.news-timeline-5 .news-txtbox.right {
      top: 216px;
      width: 293px;
      height: 143px;
      left: 50%;
      margin-left: 35px; }
      .news-timeline-item.news-timeline-5 .news-txtbox.right .news-more {
        bottom: 20px; }
    .news-timeline-item.news-timeline-5 .news-title {
      width: 100%; }
  .news-timeline-item.news-timeline-6 {
    height: 410px; }
    .news-timeline-item.news-timeline-6 .news-txtbox {
      top: 20px;
      width: 227px;
      height: 259px;
      left: 50%;
      margin-left: -275px; }
    .news-timeline-item.news-timeline-6 .news-img {
      position: absolute;
      top: 123px;
      left: 275px;
      width: 387px;
      height: 218px; }
    .news-timeline-item.news-timeline-6 .news-more {
      bottom: 70px;
      left: 50%;
      margin-left: -74px; }
    .news-timeline-item.news-timeline-6 .news-title {
      width: 100%; }

.loading {
  position: relative;
  height: 100px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .loading.show {
    opacity: 1; }
  .loading:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -16.5px;
    margin-top: -16.5px;
    width: 33px;
    height: 33px;
    background: url("../../assets/images/loading.png") no-repeat;
    background-size: cover;
    -webkit-animation: LOAD .8s infinite linear;
    animation: LOAD .8s infinite linear; }

@-webkit-keyframes LOAD {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes LOAD {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.news-article {
  position: relative;
  width: 654px;
  margin: 0 auto 100px; }
  .news-article .news-article-date {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 1.5;
    display: block;
    margin-bottom: 5px; }
  .news-article .news-article-title {
    color: #393939;
    font-size: 20px;
    line-height: 1.5;
    display: block; }
  .news-article .back {
    position: absolute;
    top: 0;
    right: -35px;
    width: 30px;
    height: 30px;
    background: url("../../assets/images/btn_news_back.png") no-repeat 0 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .news-article .back:hover {
      opacity: .8; }
    .news-article .back a {
      display: block;
      width: 100%;
      height: 100%; }

.news-article-inner {
  padding-top: 10px;
  margin-bottom: 80px; }
  .news-article-inner span {
    color: #5f4f3f;
    font-size: 14px;
    line-height: 1.8; }
  .news-article-inner img {
    margin-bottom: 30px; }

.btn-article-back {
  width: 148px;
  height: 37px;
  background: rgba(0, 0, 0, 0.1) url("../../assets/images/btn_news_back_txt.png") no-repeat 0 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin: 0 auto; }
  .btn-article-back:hover {
    background-color: rgba(0, 0, 0, 0.2); }
  .btn-article-back a {
    display: block;
    width: 100%;
    height: 100%; }

select {
  background: none; }

img {
  display: block;
  max-width: 100%; }

body, html {
  width: 100%;
  height: 100%;
  min-width: 1330px;
  background: #040202;
  font-family: "Noto Sans Japanese", Lucida Grande, Arial, Meiryo, Hiragino Maru Gothic Pro, verdana, "Trebuchet MS", Helvetica, sans-serif; }

body {
  position: relative; }

a, input, textarea, select, button, div, span {
  font-family: "Noto Sans Japanese", Lucida Grande, Arial, Meiryo, Hiragino Maru Gothic Pro, verdana, "Trebuchet MS", Helvetica, sans-serif; }

a {
  text-decoration: none; }

.hide {
  display: none; }

h1, h3, h4, p, ol, li {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans Japanese", Lucida Grande, Arial, Meiryo, Hiragino Maru Gothic Pro, verdana, "Trebuchet MS", Helvetica, sans-serif;
  list-style: none; }

input:focus, textarea:focus, button:focus, select:focus, a:focus {
  outline: none; }

.clearfix::after {
  clear: both;
  content: "";
  display: block; }

#wrapper {
  overflow: hidden;
  min-height: 100vh; }

.inner {
  position: relative;
  width: 1300px;
  height: auto;
  min-height: 100%;
  margin: 0 auto; }

.icon-arrow {
  position: relative; }
  .icon-arrow a:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 15px;
    width: 6px;
    height: 10px;
    background: url("../../assets/icons/icon_arrow.png") no-repeat 0 0;
    -webkit-animation: ICONARROW .6s ease infinite alternate;
    animation: ICONARROW .6s ease infinite alternate; }

@-webkit-keyframes ICONARROW {
  to {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); } }

@keyframes ICONARROW {
  to {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); } }

.privacy-tabs {
  display: block;
  margin-bottom: 50px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 0; }
  .privacy-tabs li {
    border-bottom: none;
    margin-bottom: 0; }
    .privacy-tabs li:after {
      display: none; }

.privacy-inner {
  max-width: 645px;
  margin: 0 auto; }

.privacy-list {
  color: #2f2f2f;
  font-size: 15px;
  line-height: 1.5; }
  .privacy-list a {
    color: #2f2f2f;
    border-bottom: 1px solid #2f2f2f; }
  .privacy-list li {
    display: block;
    border-bottom: 1px solid #d9d9d9;
    padding: 18px 0;
    position: relative; }
    .privacy-list li:before {
      content: "";
      position: absolute;
      top: 25px;
      left: -15px;
      width: 7px;
      height: 9px;
      background: url("../../assets/icons/icon_dots.png") no-repeat 0 0; }
    .privacy-list li:last-child {
      border-bottom: none; }

.btn-arrow a {
  position: relative; }

.btn-arrow a:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 20px;
  width: 6px;
  height: 10px;
  background: url(../images/btn_arrow.png) no-repeat 0 0;
  -webkit-animation: .5s infinite arrowMove alternate;
  animation: .5s infinite arrowMove alternate; }

@-webkit-keyframes arrowMove {
  to {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); } }

@keyframes arrowMove {
  to {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); } }
