@charset "UTF-8";
/* Scss Document */

@font-face {
  font-family: 'Noto Serif JP', serif;
  src: url(../font/NotoSerifJP-Regular.otf);
  font-weight: 400;
}

@font-face {
  font-family: 'Noto Serif JP', serif;
  src: url(../font/NotoSerifJP-Light.otf);
  font-weight: 300;
}

@font-face {
  font-family: 'Amiri', serif;
  src: url(../font/Amiri-Regular.ttf);
  font-weight: 400;
}

/*=============================================
 * body
 *=============================================*/
body {
  color: #202020;
  font-family: 'Noto Serif JP', serif;
  font-size: 13px;
  line-height: 27px;
  letter-spacing: 0.04em;
  font-weight: 400;
  background: url(../img/shared/background.jpg) repeat center top;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
}

/*=============================================
 * 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-serif {
  font-family: 'Noto Serif JP', serif;
}
.fnt-shi {
  font-family: 'Shippori Mincho', serif;
}
.fnt-ami {
  font-family: 'Amiri', serif;
}
/*=============================================
 ******************* main **********************
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap {
  padding: 0 calc(50 / 750 * 100%);
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
html {
  min-width: auto;
}
.txt {
  text-align: justify;
}
:root {
  --main: #000;
  --sub: #fff;
  --line: #d3d3d3;
}

.telhref {
  text-decoration: none !important;
}

/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/
h1 {
  color: #fff;
  position: absolute;
  left: 16px;
  bottom: 6vw;
  line-height: 1.5;
  z-index: 2;
  font-weight: 300;
  text-shadow: 2px 2px 4px #000;
  font-size: 11px;
  width: 90%;
  margin: 0 auto;
}

#head-top {
  padding: 0 0 60px;
}

.header-box {
  position: relative;
  z-index: 101;
}

.nav-header .nav {
  display: block;
  padding-top: 15vw;
  height: auto;
}

.nav-header a.nav-main {
  padding: 11.5px 33px;
  letter-spacing: 3px;
  font-size: 17px;
  box-sizing: border-box;
  font-weight: 300;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.nav-header li a.nav-main::before {
  width: 60%;
  height: 1px;
  background: #989898;
  content: '';
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  left: 20%;
  opacity: 0;
}

.nav-header li a.nav-main.active::before,
.nav-header li a.nav-main:hover::before {
  opacity: 1;
}

.nav-header .nav2 {
  margin-top: 12vw;
  display: flex;
}

.nav-header .nav2 a {
  padding: 11px 33px;
  font-size: 14px;
}

.nav-header .nav2 a:after {
  content: '';
  height: 1px;
  background: #666666;
  display: inline-block;
  width: 12px;
  transform: translateY(-5px);
}

.nav-header .btn-cus {
  margin: 13vw 0 0 5%;
  width: 54%;
}

.nav-header .btn-cus a {
  font-size: 15px;
}

header .logo {
  position: relative;
  width: 18%;
  z-index: 2;
  margin: 3vw auto -1vw;
}

#head-key .keyvisual {
  line-height: 1;
  margin-bottom: -3px;
}

#head-key .keyvisual li {
  height: 59.5vh;
  -webkit-transform: scale(1.1) translate3d(0, 0, 0);
  transform: scale(1.1) translate3d(0, 0, 0);
}

#head-key .keyvisual li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*=============================================
******************* hamberger  ****************
*=============================================*/
.hamberger-btn {
  position: fixed;
  top: 17px;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 201;
  transition: all 0.4s ease;
  overflow: hidden;
  background: #cd321d;
}
.hamberger-btn::after {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 4px;
  content: 'MENU';
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
  letter-spacing: 1px;
}
.hamberger-btn span {
  width: 35px;
  height: 1px;
  position: absolute;
  top: 33%;
  transform: translate3D(-50%, -50%, 0);
  left: 50%;
  background: #fff;
}
.hamberger-btn span::before,
.hamberger-btn span::after {
  width: 35px;
  height: 1px;
  position: absolute;
  left: 0;
  background: #fff;
  content: '';
}
.hamberger-btn span::after {
  top: -8px;
}
.hamberger-btn span::before {
  top: 8px;
}
.nav-header .sub-nav::before {
  display: none;
}
.menu-open .hamberger-btn span {
  transform: rotate(360deg);
}
.menu-open .hamberger-btn span {
  transform: rotate(155deg) translateX(19px);
  top: 8px;
  left: 46%;
}
.menu-open .hamberger-btn span::after {
  transform: rotate(-134deg) translateX(0px);
  top: 0;
}
.menu-open .hamberger-btn::after {
  content: 'CLOSE';
}
.menu-open .hamberger-btn span::before {
  opacity: 0;
}

.hamberger-btn {
  top: 0;
}

/*=============================================
******************* nav-header  ***************
*=============================================*/
.nav-header {
  width: 100%;
  height: 100vh;
  background: url(../img/shared/background.jpg) repeat center top;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.nav-header .banner {
  width: 80%;
  margin: 0 auto;
}
.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: 150px;
}
.hide-nav {
  width: 50px;
  display: flex;
  justify-content: center;
  margin: 15px auto;
  height: 50px;
}

/*=============================================
******************* footer  *******************
*=============================================*/

footer {
  padding-top: 13vw;
  padding-bottom: 60px;
  border-top: 1px solid var(--line);
}
footer address span:after {
  content: '';
  background: url(../img/shared/icon_cookie.png);
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 2px;
}
footer .link {
  color: #8e8e8e;
  text-align: center;
  margin: 2vw 0;
}
footer .link span {
  text-decoration: underline;
}
footer .link span:hover {
  text-decoration: none;
}
footer .link span.copied {
  text-decoration: none;
  opacity: 1 !important;
  cursor: text;
}
footer .link img {
  width: 10px;
}

#fixed-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(../img/shared/black_bg.jpg) repeat center top;
  z-index: 101;
}
.menu-open #fixed-sp {
  z-index: 101;
}

#fixed-sp ul {
  display: flex;
}
#fixed-sp ul li {
  width: 19%;
  height: 50px;
}
#fixed-sp ul li:nth-child(1) {
  width: 43%;
  background: url(../img/shared/background.jpg) repeat center top;
}
#fixed-sp ul li:nth-child(1) a {
  color: #202020;
}
#fixed-sp ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 12px;
  color: #fff;
  font-family: 'Amiri', serif;
  padding-top: 6px;
  text-decoration: none;
}
#fixed-sp ul li a img {
  width: 12px;
}

#fixed-sp ul li:nth-child(2) img {
  width: 10px;
}

#fixed-sp ul li:nth-child(3) img {
  width: 8px;
}
#fixed-sp ul li:nth-child(4) {
  display: flex;
  justify-content: center;
}
#fixed-sp .ham2 {
  position: relative;
  background: none;
}
#pagetop {
  width: 92px;
  z-index: 98;
  margin: 9vw auto 0;
}

/*=============================================
******************* btn-cus  ******************
*=============================================*/

.btn-cus {
  position: relative;
  width: 412px;
  max-width: 100%;
}
.btn-cus a:hover,
.btn-cus span:hover {
  opacity: 0.8;
}

.btn-cus a,
.btn-cus span {
  display: block;
  font-size: 13px;
  line-height: 47px;
  height: 47px;
  text-align: center;
  text-decoration: none;
  border: 1px solid;
  position: relative;
  font-weight: 300;
}

.btn-cus a::before,
.btn-cus span::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 25px;
  height: 1px;
  transform: translateY(-50%);
  background: #646464;
}

/* 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: url(../img/shared/black_bg.jpg) repeat center top;
    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;
  }
  footer {
    padding-bottom: 130px;
  }
  .js-scroll {
    padding-bottom: 190px;
  }
}
/* 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: url(../img/shared/black_bg.jpg) repeat center top;
    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;
  }
  footer {
    padding-bottom: 130px;
  }
  .js-scroll {
    padding-bottom: 190px;
  }
}

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

.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;
  }
  .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 {
    text-align: left;
  }
  .wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .btn-cus a {
    line-height: 43px;
    height: 41px;
  }
  body {
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 2px;
  }
  /*=============================================
 ******************** header ******************
 *=============================================*/
  header {
    position: relative;
    width: 100%;
    z-index: 100;
    background: #fff;
  }
  header .logo {
    position: absolute;
    width: calc(17% - 4px);
    margin: 100px 0 0 0px;
    text-align: center;
    min-width: 250px;
  }
  header .logo a {
    text-decoration: none;
  }
  h1 {
    font-size: 12px;
    text-align: left;
    color: #ffffff;
    opacity: 0.3;
    text-shadow: none;
    /* left: calc(17% + 34px); */
    bottom: 27px;
    left: 270px;
    width: 470px;
  }
  html img {
    max-width: 100%;
    width: auto;
    height: auto;
  }

  .js-scroll {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
  }

  @media screen and (min-width: 1561px) {
    h1 {
    left: 340px;    
    }
  }
  
  /*=============================================
 ******************* nav-fixed ****************
 *=============================================*/
  .nav-header {
    top: 0;
    right: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    height: 100px;
    left: auto;
    box-shadow: 0px 1px 20px 0px rgba(43, 38, 34, 0.08);
  }
  .nav-header .logo-nav {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-header .logo-nav img {
    width: 100%;
    height: auto;
  }
  .nav-header .tel-icon {
    font-size: 24px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.08em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-left: 1px solid;
    padding-left: 10%;
    width: 210px;
  }
  .fixed-btn .nav-header {
    opacity: 1;
    visibility: visible;
    position: fixed;
    transition: opacity 0.5s ease;
  }
  .nav-header .nav {
    position: relative;
    display: flex;
    justify-content: flex-start;
    height: 100px;
    max-width: 1000px;
    margin: -19px;
    /* margin: auto; */
    padding-top: 0;
    width: auto;
    margin-left: 11px;
  }

  .nav-header a.nav-main {
    position: relative;
    display: flex;
    text-decoration: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.07em;
    font-size: 14px;
    width: 100%;
    height: 100%;
    padding: 5px 2.5px;
    margin: 0 12px;
    font-weight: 300;
  }

  .nav-header .nav2 {
    margin: 47px 0 0;
    position: absolute;
    left: 635px;
  }
  .nav-header .nav2 a {
    padding: 11px 14px;
  }

  .nav-header .btn-cus {
    margin: 0;
    width: 195px;
    position: absolute;
  }

  .nav-header .btn-nav {
    top: 57px;
    width: 120px;
    left: 45px;
  }

  .nav-header .btn-nav a {
    height: 29px;
    line-height: 28px;
  }

  .nav-header .btn-cus {
    right: 46px;
    top: 52px;
    font-weight: 300;
  }

  .nav-header .btn-cus a {
    height: 35px;
    line-height: 33px;
    font-size: 12px;
  }

  .nav-header .tel {
    display: flex;
    margin-right: 44px;
    margin-top: 12px;
    font-weight: 300;
    min-width: 320px;
  }

  .nav-header .tel dt {
    font-size: 12px;
    margin: 19px 12px;
    line-height: 22px;
    min-width: 90px;
  }
  .nav-header .tel dd {
    font-size: 22px;
  }
  .nav-header .tel dd small {
    font-size: 14px;
  }

  /*=============================================
 ******************* keyvisual ****************
 *=============================================*/

  #head-key {
    display: flex;
    width: 100%;
    margin-bottom: -2px;
    align-items: end;
  }

  #head-key .keyvisual {
    width: calc(83% + 4px);
    height: 100%;
  }

  #head-key .keyvisual li {
    height: 900px;
  }

  #head-key .btn-eng {
    width: 120px;
    position: absolute;
    top: 50px;
    right: 57px;
    z-index: 2;
  }
  #head-key .btn-eng a {
    height: 30px;
    line-height: 30px;
    color: #fff;
  }

  #head-key .btn-eng a:before {
    background: #fff;
  }

  #head-key .nav-h {
    color: #fff;
    position: absolute;
    display: flex;
    top: 107px;
    right: 44px;
    z-index: 2;
    letter-spacing: 5px;
  }

  #head-key .nav-h a {
    min-width: 45px;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    text-decoration: none;
    text-shadow: 2px 5px 16.2px rgba(0, 0, 0, 0.5);
    position: relative;
  }

  #head-key .nav-h a:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 57%;
    width: 1px;
    height: 0;
    transform: translateX(-50%);
    background: #fff;
    transition: all 0.3s ease;
  }

  #head-key .nav-h a:hover:before,
  #head-key .nav-h a.active:before {
    height: calc(100% + 16px);
  }

  #head-key .head-info {
    width: calc(17% - 4px);
    text-align: center;
    margin-bottom: 62px;
    min-width: 250px;
    font-weight: 300;
  }

  #head-key .head-info ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    margin: 20px 47px 13px 45px;
  }

  #head-key .head-info ul a {
    position: relative;
    font-size: 13px;
  }

  #head-key .head-info ul a:after {
    content: '';
    height: 1px;
    background: #666666;
    display: inline-block;
    width: 12px;
    transform: translateY(-5px);
  }

  #head-key .head-info .btn-cus {
    width: 200px;
    margin: 0 auto;
  }

  #head-key .head-info .tel dt {
    font-size: 12px;
  }

  #head-key .head-info .tel dd {
    font-size: 24px;
    letter-spacing: 1.5px;
    margin: -11px 0 19px;
  }

  #head-key .head-info .tel dd small {
    font-size: 17.6px;
  }

  /*=============================================
 ******************* footer *******************
 *=============================================*/
  footer {
    padding: 53px 50px;
    box-sizing: border-box;
  }
  footer .wrap {
    max-width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  footer address {
    line-height: 16px;
    margin-left: 20px;
  }
  footer address span {
    margin-left: -40px;
  }
  footer .link {
    text-align: right;
    margin: 2vw 0;
    margin: -8px 10px 1px;
    font-size: 10px;
  }

  /*=============================================
***************** copyright ******************
*=============================================*/
  #pagetop {
    cursor: pointer;
    transition: all 0.3s ease;
    width: 92px;
    margin: -30px auto 0;
  }
  #pagetop:hover {
    opacity: 0.9;
  }
  #socialbuttons {
    max-width: 350px;
  }

  address span {
    display: block;
  }
}

@media (min-width: 999px) and (max-width: 1400px) {
  .nav-header .tel {
    margin-right: 6px;
    margin-left: 20px;
    letter-spacing: 1px;
  }
  .nav-header .btn-cus {
    right: 11px;
  }
}

@media (min-width: 999px) and (max-width: 1200px) {
  .nav-header a.nav-main {
    padding: 5px 0.5px;
    margin: 0 6px;
  }
  .nav-header .nav2 {
    left: 505px;
  }
  .nav-header .btn-nav {
    left: 26px;
  }
}

/* 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;
}

@media only screen and (min-width: 768px) {
  #head-key h1.txt-vertical {
    position: absolute;
    z-index: 5;
    top: 92%;
    width: 3px;
    left: 5px;
    height: 355px;
    line-height: 13px;
    z-index: 10;
    color: #1f2127;
  }
}

.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);
  }
}
.txt_thanks {
  text-align: center;
  color: #000;
}

@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;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

p:has(> img.fadeIn) {
  background: #eeebe5;
}

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important;
  }
}

.add-animation {
  -webkit-animation: slideAni 7s ease forwards;
  animation: slideAni 7s ease forwards;
}

@-webkit-keyframes slideAni {
  0% {
    -webkit-transform: scale(1.1) translate(4%, 0);
    transform: scale(1.1) translate(4%, 0);
  }
  100% {
    -webkit-transform: scale(1.1) translate(0, 0);
    transform: scale(1.1) translate(0, 0);
  }
}
@keyframes slideAni {
  0% {
    -webkit-transform: scale(1.1) translate(4%, 0);
    transform: scale(1.1) translate(4%, 0);
  }
  100% {
    -webkit-transform: scale(1.1) translate(0, 0);
    transform: scale(1.1) translate(0, 0);
  }
}
