main.hidden {
  opacity: 0;
  visibility: hidden;
  background: #000 !important;
}

main, body {
  opacity: 1;
  visibility: visible;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background: #000;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 99999999999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.preloader #pulsar {
  stroke-dasharray: 281;
  -webkit-animation: dash 2.5s infinite linear forwards;
}

body.hidden {
  background: #000 !important;
}

.show {
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.txt-shadow {
  text-shadow: 0 0 20px rgba(46, 125, 145, 0.8), 0 0 20px rgba(46, 125, 145, 0.8);
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 814;
  }
  to {
    stroke-dashoffset: -814;
  }
}
#index #header .logo {
  top: 27.6vw;
  width: 44vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#header {
  position: relative;
}
#header .logo {
  position: absolute;
  z-index: 2;
  top: 3vw;
  left: 4%;
  width: 40vw;
}
#header h1 {
  position: absolute;
  z-index: 2;
  left: 4%;
  bottom: 8vw;
  text-align: center;
  right: 4%;
  font-size: 10px;
  line-height: 1.5;
  color: #d2d2d2;
}

.hamburger {
  top: 15px;
  right: 15px;
  width: 35px;
}

.navOpen .menu-toggle {
  z-index: 999;
}

.menu-toggle {
  background: url("../img/shared/menu_bg_sp.jpg") no-repeat center/cover;
  padding-top: 70px;
  color: #fff;
  z-index: -1;
}
.menu-toggle .btn-mail {
  color: #b5b5b5;
  width: 217px;
  margin: 0 auto 30px;
}
.menu-toggle .btn-mail a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 2;
  padding: 0.5px 0;
  border: 1px solid;
  text-shadow: 0 0 7px rgba(46, 125, 145, 0.35), 0 0 7px rgba(46, 125, 145, 0.35);
  -webkit-box-shadow: 0 0 7px rgba(46, 125, 145, 0.35), inset 0 0 7px rgba(46, 125, 145, 0.35);
          box-shadow: 0 0 7px rgba(46, 125, 145, 0.35), inset 0 0 7px rgba(46, 125, 145, 0.35);
}
.menu-toggle .btn-mail a:hover {
  opacity: 0.8;
}
.menu-toggle .tel {
  margin: 0 0 30px;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-align: center;
}
.menu-toggle .tel .tit-tel {
  display: inline-block;
  font-size: 12px;
  margin-right: 7px;
}
.menu-toggle .tel span {
  font-size: 20px;
  display: inline-block;
  margin-left: 5px;
  letter-spacing: 0.05em;
}
.menu-toggle .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1vw;
  row-gap: 4vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu-toggle .nav li {
  width: 47%;
}
.menu-toggle .nav2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 0;
}
.menu-toggle .nav2 li {
  margin: 0 10px;
  font-size: 14px;
}

.bnr a {
  display: block;
  position: relative;
}
.bnr a::before {
  display: block;
  content: "";
  position: absolute;
  top: 3vw;
  left: 3vw;
  right: 3vw;
  bottom: 3vw;
  background-image: url(../img/shared/glitch.png);
  background-position: center;
  background-size: 12px;
  opacity: 0.5;
  z-index: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-animation-name: glitch;
          animation-name: glitch;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.bnr a .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  opacity: 1 !important;
}
.bnr a .btn-on {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.bnr a .btn {
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1;
  visibility: visible;
}
.bnr a.active::before {
  opacity: 0;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
.bnr a.active .btn-on {
  opacity: 1 !important;
  visibility: visible;
}
.bnr a.active .btn {
  opacity: 0;
  visibility: hidden;
}

#footer {
  background: url("../img/shared/f_bg_sp.png") no-repeat top center/cover;
  padding: 0 0 21vw;
  text-align: center;
}
#footer #socialbuttons {
  text-align: center;
  margin: 0 0 30px;
}
#footer address {
  font-size: 14px;
  font-weight: 300;
  color: #949494;
  margin: 0 0 3px;
  letter-spacing: 0.1em;
}
#footer .cookies-link a {
  color: #949494;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  letter-spacing: 0.1em;
}
#footer .cookies-link a:hover {
  text-decoration: underline;
}

.sub-txt {
  font-size: 11px;
  line-height: 20px;
  color: #b9b9b9;
  text-shadow: 0 0 20px rgba(46, 125, 145, 0.8), 0 0 20px rgba(46, 125, 145, 0.8), 0 0 20px rgba(46, 125, 145, 0.8), 0 0 20px rgba(46, 125, 145, 0.8);
}

.sub-txt2 {
  font-size: 14px;
  line-height: 1.3;
  text-shadow: 0 0 20px rgba(46, 125, 145, 0.8), 0 0 20px rgba(46, 125, 145, 0.8);
}

.slick-dots {
  position: static;
  margin: 3vw 0 0 4px;
}
.slick-dots li {
  width: 39px;
  height: 6px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
  margin: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: transparent;
  border-radius: 0;
}
.slick-dots li + li {
  margin-left: 8px;
}
.slick-dots li.slick-active {
  background: #898989;
  border-color: #898989;
  -webkit-box-shadow: 0 0 20px rgba(46, 125, 145, 0.8);
          box-shadow: 0 0 20px rgba(46, 125, 145, 0.8);
}

.title2 .sub-txt {
  margin: 12px auto 0;
  width: 21px;
}
.title2 .sub-txt span {
  letter-spacing: 0.1em;
}

.arti {
  position: relative;
}
.arti .img {
  position: absolute;
  left: 0;
  right: 0;
  top: 59.2vw;
  height: calc(87vw + 70px);
}
.arti .inner {
  position: relative;
  z-index: 2;
}
.arti .inner .group-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 7vw 12.5% 0 13%;
  position: relative;
}
.arti .inner .group-img .img2 {
  width: 35vw;
  margin: 9vw 4vw 0 0;
}
.arti .inner .group-img .img3 {
  width: 35vw;
}
.arti .inner .group-img .img4 {
  position: absolute;
  left: -20vw;
  left: -2vw;
  width: 40vw;
  bottom: -23vw;
}
.arti .inner .left {
  text-align: center;
}
.arti .inner .left h2 {
  margin: 0 43%;
}
.arti .inner .left .txt {
  line-height: 4;
  text-align: center;
  margin: 20vw 0 7vw;
}
.arti .inner .left .txt2 {
  line-height: 30px;
  font-size: 14px;
}
.arti .inner .group-txt {
  margin: 8vw 0 0;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
  text-align: center;
}
.arti .inner .group-txt .sub-txt + .sub-txt {
  margin-top: 20px;
}
.arti .inner .btn {
  margin: 10vw 8% 0;
}

@media screen and (min-width: 768px) {
  .arti {
    padding: 0 20px;
  }
  .arti .img {
    top: 157px;
    height: 649px;
  }
  .arti .inner {
    margin: 0 auto;
    max-width: 1234px;
  }
  .arti .inner .group-img {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
  }
  .arti .inner .group-img .img2 {
    width: auto;
    margin: 68px 32px 0 0;
  }
  .arti .inner .group-img .img3 {
    width: auto;
  }
  .arti .inner .group-img .img4 {
    position: absolute;
    left: -127px;
    width: auto;
    bottom: -175px;
  }
  .arti .inner .left {
    width: 500px;
  }
  .arti .inner .left h2 {
    margin: 0;
    padding: 91px 0 0;
  }
  .arti .inner .left .txt {
    line-height: 60px;
    margin: 71px 0 64px;
  }
  .arti .inner .group-txt {
    margin: 2px 0 0 561px;
    text-align: left;
  }
  .arti .inner .btn {
    margin: -74px 0 0 99px;
    width: 315px;
  }

  .slick-dots {
    margin: 3vw 0 0 4px;
  }

  .sub-txt2 {
    font-size: 16px;
    line-height: 21px;
  }

  #index #header .logo {
    top: 207px;
    width: 376px;
  }
  #index #header h1 {
    bottom: 0;
  }

  #header .img {
    height: 500px;
  }
  #header .img img {
    -o-object-position: bottom center;
       object-position: bottom center;
  }
  #header .logo {
    position: absolute;
    z-index: 2;
    width: auto;
    top: 33px;
    left: 49px;
  }
  #header h1 {
    left: 20px;
    bottom: -60px;
    top: 10px;
    right: auto;
    text-align: right;
    font-size: 13px;
  }

  .hamburger {
    top: 28px;
    right: 29px;
  }
  .hamburger:hover {
    opacity: 0.8;
  }

  .menu-toggle {
    background: url("../img/shared/menu_bg.jpg") no-repeat center/cover;
    padding-top: 30px;
  }
  .menu-toggle .btn-mail {
    margin: 0 95px 105px auto;
  }
  .menu-toggle .tel {
    margin: 0 0 13px 22px;
    font-size: 19.7px;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .menu-toggle .tel .tit-tel {
    display: inline-block;
    font-size: 16.5px;
    margin-right: 15px;
  }
  .menu-toggle .tel span {
    font-size: 27.35px;
    display: inline-block;
    margin-left: 5px;
    letter-spacing: 0.05em;
  }
  .menu-toggle .nav {
    gap: 7px;
    row-gap: 29px;
  }
  .menu-toggle .nav li {
    width: auto;
  }
  .menu-toggle .nav2 {
    margin: 75px 0 0;
  }
  .menu-toggle .nav2 li {
    margin: 0 20px;
    font-size: 18px;
  }

  .bnr a::before {
    top: 15px;
    left: 13px;
    right: 15px;
    bottom: 12px;
  }
  .bnr a:hover::before {
    opacity: 0;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
  .bnr a:hover .btn-on {
    opacity: 1 !important;
    visibility: visible;
  }
  .bnr a:hover .btn {
    opacity: 0;
    visibility: hidden;
  }

  #footer {
    background: url("../img/shared/f_bg.png") no-repeat top center/cover;
    padding: 220px 0 220px;
  }
  #footer .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 300;
  }
  #footer .nav li {
    margin: 0 31px;
  }
  #footer #socialbuttons {
    margin: 44px 0 43px;
  }
}
@-webkit-keyframes glitch {
  to {
    background-position: 0 -2px;
  }
}
@keyframes glitch {
  to {
    background-position: 0 -2px;
  }
}
@media screen and (min-width: 1300px) {
  .slick-dots li:hover {
    background: #898989;
    border-color: #898989;
    -webkit-box-shadow: 0 0 20px rgba(46, 125, 145, 0.8);
            box-shadow: 0 0 20px rgba(46, 125, 145, 0.8);
  }
}
