@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #000;
  font-family: 'Shippori Mincho B1', serif;
  font-size: 13px;
  line-height: 24px;
  background: url(../img/shared/bd_bg.jpg) repeat center top;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-weight: 500;
  letter-spacing: -1px;
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'メイリオ', Meiryo, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}
.fnt-meiryo {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴシックPro', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.fnt-gothic {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.fnt-shippori {
  font-family: 'Shippori Mincho B1', serif;
}

.fnt-gara {
  font-family: 'Cormorant Garamond', serif;
}
/*=============================================
 ******************* main **********************
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap {
  padding: 0 6%;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
html {
  min-width: auto;
}
.txt {
  text-align: justify;
}
/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/
h1 {
  color: #fff;
  position: absolute;
  bottom: 3vw;
  line-height: 25px;
  z-index: 2;
  text-shadow: 2px 2px 4px #000;
  text-align: center;
  margin: 0 4%;
}

.head-info {
  margin-right: 0px;
  display: none;
}

#key .keyvisual li {
  height: 56vh;
  display: block;
  -webkit-transform: scale(1.1) translate3d(0, 0, 0);
  transform: scale(1.1) translate3d(0, 0, 0);
}
#key .key-img {
  height: 56vh;
}
.scrolldown1 {
  position: absolute;
  left: 50%;
  bottom: 10px;
  height: 50px;
  z-index: 2;
}

.scrolldown1 span {
  position: absolute;
  left: -15px;
  top: -15px;
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

.scrolldown1::after {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #eee;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
  left: 9px;
}

.header-box {
  position: relative;
  z-index: 101;
}
header .logo {
  width: 38%;
  margin: 6vw 0 6vw 28%;
}

.hamberger-btn {
  position: fixed;
  top: 20px;
  right: 10px;
  width: 60px;
  height: 50px;
  z-index: 201;
  transition: all 0.4s ease;
  overflow: hidden;
  color: #fff;
  mix-blend-mode: difference;
}

.hamberger-btn span {
  width: 50px;
  height: 2px;
  position: absolute;
  top: 39%;
  transform: translate3D(-50%, -50%, 0);
  left: 50%;
  background-color: #fff;
  transition: all 0.3s ease;
}
.hamberger-btn span::before,
.hamberger-btn span::after {
  width: 50px;
  height: 2px;
  position: absolute;
  right: 0;
  background-color: #fff;
  content: '';
  transition: all 0.3s ease;
}
.hamberger-btn span::after {
  top: -8px;
}
.hamberger-btn span::before {
  top: 8px;
}

.menu-open .hamberger-btn span {
  transform: rotate(360deg);
  background: #fff;
}
.menu-open .hamberger-btn span {
  transform: rotate(142deg) translateX(24px);
  top: 5px;
  left: 42%;
  transition: all 0.3s ease;
}
.menu-open .hamberger-btn span::after {
  transform: rotate(-105deg) translateX(0px);
  background: #fff;
  top: 0;
  transition: all 0.3s ease;
}

.menu-open .hamberger-btn span::before {
  opacity: 0;
  background: #fff;
}
.nav-header {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.nav-header .nav {
  display: block;
  padding-top: 15%;
  height: auto;
}

.nav-header a.nav-main {
  padding: 15px 22px;
  font-size: 16px;
  text-align: center;
  justify-content: center;
  display: flex;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
}
.nav-header a.nav-main span {
  position: relative;
}
.nav-header a.nav-main span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 1px;
  background: #fff;
  opacity: 0;
}
.nav-header a.nav-main.active span:before {
  opacity: 1;
}
.nav-header .nav2 {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 40px;
}
.nav-header .nav2 a:hover {
  text-decoration: underline;
}
.nav-header a.sub-nav {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.nav-header a.middle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skew(-20deg);
  width: 150%;
  height: 100%;
  border-right: 1px solid;
  border-left: 1px solid;
}

.nav-header .instagram {
  width: 10%;
  margin: 5vw auto;
}

.nav-header .tel {
  color: #fff;
  text-align: center;
  font-size: 5vw;
}

.nav-header .tel a {
  text-decoration: none;
}

.nav-header .tel span {
  font-size: 6vw;
  letter-spacing: 1px;
  font-family: 'Amiri', serif;
}

.nav-header .btn-reserve {
  width: 50%;
  margin: 10vw auto 0;
}

.menu-open .nav-header {
  left: 0%;
  visibility: visible;
  overflow: auto;
  z-index: 99;
  opacity: 1;
}
.js-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  padding-bottom: 200px;
}

#fixed-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #000;
  z-index: 99;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.fixed-btn #fixed-sp {
  opacity: 1;
}
#fixed-sp ul {
  display: flex;
}
#fixed-sp ul li {
  width: 33.33333%;
  height: 50px;
}
#fixed-sp ul li:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#fixed-sp ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
}
#fixed-sp ul li a img {
  width: 16px;
}
#fixed-sp ul li:nth-child(1) a img {
  margin-right: 5px;
}
#fixed-sp ul li:nth-child(3) a img {
  width: 21px;
}
#pagetop {
  bottom: 55px;
  width: 40px;
  z-index: 98;
  right: 5px;
}

.fixed_bottom {
  position: fixed;
  bottom: 10px;
  left: 5px;
  width: auto;
  z-index: 98;
  width: 51%;
}
.fixed_bottom .close {
  position: absolute;
  top: -22px;
  left: 14px;
  line-height: 0;
  cursor: pointer;
}
.fixed_bottom:hover {
  opacity: 0.8;
  transition: all 0.5s;
}

/*=============================================
******************* footer **********************
*=============================================*/
footer {
  background: #131313;
  color: #fff;
  padding: 12vw 0 100px;
}
footer .logo {
  width: 39%;
  margin: 0 auto;
}
footer .tel-ft {
  text-align: center;
  margin-top: 2vw;
}
footer .tel-ft dd {
  margin-top: 3vw;
}
footer .tel-ft dd span {
  font-size: 6vw;
  letter-spacing: 1px;
  font-family: 'Amiri', serif;
}
footer .tel-ft dd a {
  text-decoration: none;
}
footer .flex {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 10vw;
}
footer .flex .info-footer {
  margin: 7vw -2% 32vw -2%;
}
footer .flex .info-footer dl {
  display: flex;
  margin-bottom: 3vw;
}
footer .flex .info-footer dl dt {
  width: 24%;
}
footer .flex .info-footer dl dd {
  width: 76%;
}

footer .flex .box {
  border: 1px solid;
  text-align: center;
  padding-bottom: 4vw;
}
footer .flex .box .txt {
  text-align: center;
}
footer .flex .box h3 {
  font-size: 5vw;
  line-height: 1.6;
  margin-top: -6vw;
  letter-spacing: 2px;
  margin-bottom: 4vw;
}
footer .flex .box h3 span {
  background: #131313;
  padding: 0 4%;
  box-sizing: border-box;
}
footer .flex .photo {
  margin: 21vw 1% 0;
  position: relative;
}
footer .flex .photo .text {
  text-align: center;
  margin-top: 3vw;
}
footer .flex .photo .text span {
  font-weight: 700;
  font-size: 5.5vw;
}
footer .flex .photo .img {
  position: relative;
}
footer .flex .photo .img:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 106%;
  height: 11vw;
  background: url(../img/shared/footer_deco.png) no-repeat center top;
  background-size: contain;
  z-index: 2;
}
footer .cookies-link {
  text-align: center;
}
footer #socialbuttons {
  display: flex;
  margin-top: 3vw;
  justify-content: center;
}

/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer:after {
    background: #000;
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 105px !important;
  }
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer:after {
    background: #000;
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 105px !important;
  }
}

@media screen and (min-width: 768px) {
  footer:after {
    display: none;
  }
}

.btn-cus {
  position: relative;
  background: url('../img/shared/arrow.png'), url('../img/shared/bg2.png');
  width: 340px;
  max-width: 90%;
  border: 1px solid #000;
}
.btn-cus a:hover {
  background: #fff;
  color: #252525;
  transition: all 0.3s ease;
}

.btn-cus a,
.btn-cus span {
  display: block;
  font-size: 4vw;
  padding: 1vw 0 1vw 32%;
  color: #fff;
  background: #252525;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn-cus a:after,
.btn-cus span:after {
  content: '>';
  position: absolute;
  top: 50%;
  right: 16%;
  transform: translateY(-50%);
}
.pc {
  display: none;
}
/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR PC ***************
===============================================
===============================================
*=============================================*/

@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .wrap {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    position: relative;
  }
  body {
    letter-spacing: 1px;
    font-size: 14px;
  }
  .txt {
    line-height: 40px;
    letter-spacing: 0.08em;
    text-align: left;
  }
  .btn-cus {
    max-width: 340px;
  }
  .btn-cus a,
  .btn-cus span {
    font-size: 14px;
    padding: 8px 0 8px 110px;
  }
  #key .key-img {
    height: 781px;
  }
  .hamberger-btn:hover span {
    width: 40px;
  }
  .hamberger-btn:hover span:before {
    width: 30px;
  }

  .menu-open .hamberger-btn:hover span,
  .menu-open .hamberger-btn:hover span:before {
    width: 50px;
  }
  /*=============================================
 ******************** header ******************
 *=============================================*/
  header {
    position: relative;
    width: 100%;
    z-index: 100;
  }
  header .logo {
    text-align: center;
    padding-top: 37px;
    margin: 0px auto 15px;
  }
  header .logo a {
    text-decoration: none;
  }
  h1 {
    font-size: 12px;
    position: absolute;
    left: 20px;
    text-align: left;
    bottom: auto;
    top: 80px;
    margin: 0;
  }
  html img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  #head-key .logo {
    width: auto;
  }

  .txt-vertical-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }

  .txt-vertical-pc .txt-latin {
    cursor: vertical-text;
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    letter-spacing: 0.25em;
  }

  /*=============================================
 ******************* nav-fixed ****************
 *=============================================*/
  .nav-header {
    top: 0;
    right: 0;
    position: fixed;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    height: 100vh;
    left: auto;
    padding-bottom: 50px;
    box-sizing: border-box;
  }
  .js-scroll {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 0;
  }

  .menu-open {
    padding-right: 17px;
  }

  .menu-open.nav-header {
    opacity: 1;
    visibility: visible;
    position: fixed;
    transition: all 0.3s ease;
  }
  .nav-header .nav {
    position: relative;
    padding-top: 0;
    margin: 140px 0 0 10px;
    width: auto;
    text-align: left;
  }
  .nav-header .nav2 {
    justify-content: left;
    margin: 40px 0 0 10px;
  }
  .nav-header .instagram {
    width: 25px;
    margin: 40px 0 40px 10px;
  }
  .nav-header .tel {
    color: #fff;
    text-align: left;
    font-size: 16px;
    margin-left: 10px;
  }
  .nav-header .tel span {
    font-size: 22px;
  }
  .nav-header .btn-reserve {
    width: 205px;
    margin: 40px 0 0 10px;
  }
  .nav-header a.nav-main {
    position: relative;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 0.05em;
    font-size: 16px;
    width: auto;
    height: auto;
    text-align: left;
    justify-content: left;
    padding: 20px 0;
    display: inline-block;
  }
  .nav-header a.nav-main:hover span:before {
    opacity: 1;
  }

  /*=============================================
 ******************* keyvisual ****************
 *=============================================*/
  #head-key {
    display: block;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -2px;
  }
  #key {
    margin: 30px 0 0 70px;
  }

  #key .keyvisual li {
    height: 774px;
  }
  .head-info {
    text-align: center;
    position: relative;
  }
  .head-info .nav-h {
    display: flex;

    justify-content: center;
    gap: 35px;
  }
  .head-info .nav-h a {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 2px;
    font-family: 'Cormorant Garamond', serif;
    text-decoration: none;
    position: relative;
  }
  .head-info .nav-h a:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 5px;
    height: 5px;
    transform: translateX(-50%);
    background: #000;
    border-radius: 50%;
    opacity: 0;
  }
  .head-info .nav-h a.active:before,
  .head-info .nav-h a:hover:before {
    opacity: 1;
  }
  .head-info .sub {
    position: absolute;
    right: 197px;
    top: -84px;
  }

  .head-info .sub .tel {
    text-align-last: left;
  }

  .head-info .sub .tel span {
    font-size: 22px;
  }
  .head-info .sub ul {
    display: flex;
    margin-top: 31px;
    gap: 19px;
    position: relative;
    margin-left: -9px;
  }

  .head-info .sub ul a {
    position: relative;
  }

  .head-info .sub ul li a.middle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) skew(-20deg);
    width: 150%;
    height: 92%;
    border-right: 1px solid;
    border-left: 1px solid;
  }

  /*=============================================
  ******************* fixed **********************
  *=============================================*/
  .fixed > * {
    position: fixed;
  }

  .fixed .btn-reserve {
    top: 0;
    right: 0;
  }

  .side-menu {
    left: 0;
    top: 0;
    background: #131313;
    height: 950px;
    width: 70px;
    position: absolute;
  }

  .side-menu img {
    width: 25px;
  }

  .side-menu .instagram {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 130px;
  }

  .side-menu .facebook {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 83px;
  }

  .hamberger-btn {
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .hamberger-btn:hover {
    opacity: 0.8;
  }
  .right-menu {
    right: 28px;
    top: 53%;
    mix-blend-mode: difference;
    position: fixed;
    z-index: 201;
  }

  .right-menu .instagram,
  .right-menu .facebook {
    filter: invert(100%);
  }

  .hamberger-btn,
  .right-menu {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .fixed-btn .hamberger-btn,
  .fixed-btn .right-menu,
  .menu-open .hamberger-btn,
  .menu-open .right-menu {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
  }

  .right-menu img {
    filter: brightness(0);
    width: 25px;
  }
  .right-menu .facebook {
    margin-top: 30px;
  }

  /*=============================================
 ******************* footer *******************
 *=============================================*/
  footer {
    position: relative;
    padding: 76px 0 198px;
  }
  footer nav {
    text-align: center;
  }
  footer nav > a {
    margin-right: 18px;
    font-family: 'Cormorant Garamond', serif;
    text-decoration: none !important;
  }
  footer nav a span {
    position: relative;
  }
  footer nav > a span:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    width: 5px;
    height: 5px;
    transform: translateX(-50%);
    background: #fff;
    opacity: 0;
    border-radius: 50%;
  }
  footer nav a.active span:after,
  footer nav a:hover span:after {
    opacity: 1;
  }
  footer nav > a + a:before {
    content: '/';
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-color: transparent;
  }
  footer {
    padding: 70px 0;
  }
  footer .logo {
    width: 207px;
  }
  footer .tel-ft {
    margin-top: 12px;
  }
  footer .tel-ft dt {
    letter-spacing: 0px;
  }
  footer .tel-ft dd {
    margin-top: 12px;
    letter-spacing: 2px;
  }
  footer .tel-ft dd span {
    font-size: 27px;
    line-height: 50px;
    letter-spacing: 3px;
  }
  footer .flex {
    flex-direction: row;
    margin-top: 56px;
    margin-bottom: 114px;
  }
  footer .flex .photo {
    margin: 0 0 0 -128px;
  }
  footer .flex .photo .text {
    font-size: 16px;
    position: absolute;
    margin-top: 0;
    bottom: 19px;
    right: 3px;
    letter-spacing: 0.1em;
  }
  footer .flex .photo .text span {
    font-size: 20px;
  }
  footer .flex .photo .img:before {
    width: 533px;
    height: 62px;
  }
  footer .flex .right {
    margin: 19px 0 0 80px;
  }
  footer .flex .right .info-footer {
    margin: 0;
  }
  footer .flex .right .info-footer dl {
    margin-bottom: 19px;
  }
  footer .flex .right .info-footer dl dt {
    width: 171px;
  }
  footer .flex .right .info-footer dl dd {
    width: auto;
    min-width: 337px;
  }
  footer .flex .right .box {
    margin-top: 140px;
    width: 440px;
    box-sizing: border-box;
    margin-left: 52px;
    padding-bottom: 30px;
  }
  footer .flex .right .box h3 {
    font-size: 18px;
    margin-bottom: 14px;
    margin-top: -20px;
  }
  footer .flex .right .box .txt {
    text-align: center;
    line-height: 24px;
  }
  footer nav {
    margin-left: 20px;
  }

  /*=============================================
***************** copyright ******************
*=============================================*/
  #pagetop {
    cursor: pointer;
    transition: all 0.3s ease;
    position: fixed;
    bottom: 10px;
    right: 55px;
    z-index: 102;
    width: 85px;
  }
  #pagetop:hover {
    opacity: 0.9;
  }
  #socialbuttons {
    display: flex;
    margin-top: 30px;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  address {
    padding: 65px 0 0px;
  }
  address span {
    display: block;
  }
}

@media (min-width: 1000px) and (max-width: 1330px) {
  header .logo {
    margin: 0px 0 15px 150px;
  }
  .head-info .nav-h {
    justify-content: start;
    margin-left: 100px;
    gap: 15px;
  }
}

@media (min-width: 1000px) and (max-width: 1201px) {
  footer .flex .photo {
    margin-left: -78px;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  background: #b10505;
  font-family: 'fontello';
  z-index: 98;
  border-radius: 50%;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  /* background: #b10505; */
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  line-height: 0.5;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0;
  background: url('../img/shared/prev.png') no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}
[dir='rtl'] .slick-prev {
  right: 0px;
  left: auto;
}
.slick-prev:before {
  content: '';
}
[dir='rtl'] .slick-prev:before {
  content: '▶';
  color: #fff;
}
.slick-next {
  right: 0;
  background: url('../img/shared/next.png') no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 0px;
}
.slick-next:before {
  content: '';
  color: #fff;
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: 5%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 10px 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  background: #fff;
  border-radius: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background: #b10505;
}
.dot_right .slick-dots {
  text-align: right;
}
.dot_left .slick-dots {
  text-align: left;
}
#head-key h1.txt-vertical {
  position: absolute;
  width: calc(100% - 78px);
  height: auto;
  writing-mode: inherit;
  -o-writing-mode: inherit;
  -ms-writing-mode: inherit;
  -moz-writing-mode: inherit;
  font-size: 10px;
  box-sizing: border-box;
  padding-left: 6px;
  top: 13vw;
  bottom: inherit;
  height: auto;
  z-index: 6;
  line-height: 16px;
  color: #fff;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
.txt_thanks {
  text-align: center;
  color: #000;
}
.aniLtoR,
.aniRtoL {
  position: relative;
}

.aniRtoL.animated:after,
.aniLtoR.animated:after {
  animation: animationImg 1s cubic-bezier(0.78, 0.18, 0.34, 0.98) forwards;
}
.aniLtoR:after,
.aniRtoL:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(20, 20, 20, 0.9);
  z-index: 2;
}
.aniLtoR:after {
  left: auto;
  right: 0;
}

@keyframes animationImg {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img,
  .btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }
  .btn {
    transition: none !important ;
    -moz-transition: none !important ;
    -webkit-transition: none !important ;
  }
  .over-img img:hover, img.over:hover, /* a:not([href=""]):hover img:not(.btn):not(.non-over), */
a:hover img:not(.btn):not(.non-over), button:hover img {
    cursor: pointer;
    opacity: 0.8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
  a:before {
    text-decoration: underline;
    display: inline-block;
  }

  a:before,
  a:hover:before {
    text-decoration: none;
  }
}
