:root {
  --scale: 1;
}

.f16 {
  font-size: calc(4.6vw * var(--scale));
}

.f17 {
  font-size: calc(4.7vw * var(--scale));
}

.f18 {
  font-size: calc(4.8vw * var(--scale));
}

.f19 {
  font-size: calc(4.9vw * var(--scale));
}

.f20 {
  font-size: calc(5vw * var(--scale));
}

.f21 {
  font-size: calc(5.1vw * var(--scale));
}

.f22 {
  font-size: calc(5.2vw * var(--scale));
}

.f23 {
  font-size: calc(5.3vw * var(--scale));
}

.f24 {
  font-size: calc(5.4vw * var(--scale));
}

.f25 {
  font-size: calc(5.5vw * var(--scale));
}

.f26 {
  font-size: calc(5.6vw * var(--scale));
}

.f27 {
  font-size: calc(5.7vw * var(--scale));
}

.f28 {
  font-size: calc(5.8vw * var(--scale));
}

.f29 {
  font-size: calc(5.9vw * var(--scale));
}

.f30 {
  font-size: calc(6vw * var(--scale));
}

.f31 {
  font-size: calc(6.1vw * var(--scale));
}

.f32 {
  font-size: calc(6.2vw * var(--scale));
}

.f33 {
  font-size: calc(6.3vw * var(--scale));
}

.f34 {
  font-size: calc(6.4vw * var(--scale));
}

.f35 {
  font-size: calc(6.5vw * var(--scale));
}

.f36 {
  font-size: calc(6.6vw * var(--scale));
}

.f37 {
  font-size: calc(6.7vw * var(--scale));
}

.f38 {
  font-size: calc(6.8vw * var(--scale));
}

.f39 {
  font-size: calc(6.9vw * var(--scale));
}

.f40 {
  font-size: calc(7vw * var(--scale));
}

.f41 {
  font-size: calc(7.1vw * var(--scale));
}

.f42 {
  font-size: calc(7.2vw * var(--scale));
}

.f43 {
  font-size: calc(7.3vw * var(--scale));
}

.f44 {
  font-size: calc(7.4vw * var(--scale));
}

.f45 {
  font-size: calc(7.5vw * var(--scale));
}

.f46 {
  font-size: calc(7.6vw * var(--scale));
}

.f47 {
  font-size: calc(7.7vw * var(--scale));
}

.f48 {
  font-size: calc(7.8vw * var(--scale));
}

.f49 {
  font-size: calc(7.9vw * var(--scale));
}

.f50 {
  font-size: calc(8vw * var(--scale));
}

@media (min-width: 768px) {
  .f16 {
    font-size: 16px;
  }

  .f17 {
    font-size: 17px;
  }

  .f18 {
    font-size: 18px;
  }

  .f19 {
    font-size: 19px;
  }

  .f20 {
    font-size: 20px;
  }

  .f21 {
    font-size: 21px;
  }

  .f22 {
    font-size: 22px;
  }

  .f23 {
    font-size: 23px;
  }

  .f24 {
    font-size: 24px;
  }

  .f25 {
    font-size: 25px;
  }

  .f26 {
    font-size: 26px;
  }

  .f27 {
    font-size: 27px;
  }

  .f28 {
    font-size: 28px;
  }

  .f29 {
    font-size: 29px;
  }

  .f30 {
    font-size: 30px;
  }

  .f31 {
    font-size: 31px;
  }

  .f32 {
    font-size: 32px;
  }

  .f33 {
    font-size: 33px;
  }

  .f34 {
    font-size: 34px;
  }

  .f35 {
    font-size: 35px;
  }

  .f36 {
    font-size: 36px;
  }

  .f37 {
    font-size: 37px;
  }

  .f38 {
    font-size: 38px;
  }

  .f39 {
    font-size: 39px;
  }

  .f40 {
    font-size: 40px;
  }

  .f41 {
    font-size: 41px;
  }

  .f42 {
    font-size: 42px;
  }

  .f43 {
    font-size: 43px;
  }

  .f44 {
    font-size: 44px;
  }

  .f45 {
    font-size: 45px;
  }

  .f46 {
    font-size: 46px;
  }

  .f47 {
    font-size: 47px;
  }

  .f48 {
    font-size: 48px;
  }

  .f49 {
    font-size: 49px;
  }

  .f50 {
    font-size: 50px;
  }
}

video::-webkit-media-controls-panel {
  display: none !important;
  opacity: 1 !important;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.text-bold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.block-before {
  position: relative;
}

.block-before::before {
  content: "";
  position: absolute;
}

.block-after {
  position: relative;
}

.block-after::after {
  content: "";
  position: absolute;
}

.block-before-x {
  position: relative;
}

.block-before-x::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.block-after-x {
  position: relative;
}

.block-after-x::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.block-before-y {
  position: relative;
}

.block-before-y::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.block-after-y {
  position: relative;
}

.block-after-y::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

h2,
h3 {
  font-weight: 600;
}

.kv-text {
  writing-mode: vertical-rl;
  line-height: 3em;
  margin: 100px auto;
  letter-spacing: 0.3em;
  height: -moz-max-content;
  height: max-content;
  z-index: 1;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 0px 0px 8px rgb(0 0 0 / 100%);
}

@media screen and (min-width: 768px) {
  .kv-text.active {
    position: fixed;
    top: 150px;
  }

  .kv-text {
    margin: 0;
    letter-spacing: 2px;
    position: absolute;
    left: calc(50% + 390px);
    top: 1050px;
    z-index: 9;
    text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.75);
  }
}

.btn-t1 a {
  font-family: "Shippori Mincho";
  display: block;
  text-align: center;
  border: 1px solid #fff;
  padding: 12px 10px;
  font-size: 20px;
  width: 280px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.btn-t1 a::after {
  content: "";
  background: #fff;
  height: 1px;
  width: 40px;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

@media screen and (min-width: 768px) {
  .btn-t1 a {
    padding: 12px 10px;
    font-size: 18px;
    width: 280px;
    margin: 0;
  }

  .btn-t1 a::after {
    transition: 0.4s;
  }

  .btn-t1 a:hover::after {
    right: -25px;
    transition: 0.4s;
  }
}

.btn-t2 a {
  display: block;
  width: 280px;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  padding: 15px 0;
  font-family: "Shippori Mincho";
  font-size: 18px;
  margin: 0 auto;
}

.btn-t2 a::after {
  content: "";
  background: #fff;
  height: 35px;
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .btn-t2 a {
    padding: 15px 0;
    margin: 0;
  }

  .btn-t2 a::after {
    transition: 0.4s;
  }

  .btn-t2 a:hover::after {
    bottom: -32px;
    transition: 0.4s;
  }
}

.line-before {
  position: relative;
}

.line-before::before {
  content: "";
  background: #fff;
  height: 1px;
  width: 0;
  left: 0;
  position: absolute;
}

.line-before.animated::before {
  width: 65%;
  transition: 2s;
}

@media screen and (max-width:767px) {
  .line-before h2 {
    margin-right: 10%;
  }
}

.line-after {
  position: relative;
}

@media screen and (max-width:767px) {
  .line-after h2 {
    margin-left: 10%;
  }
}

.line-after::after {
  content: "";
  background: #fff;
  height: 1px;
  width: 0;
  right: 0;
  position: absolute;
}

.line-after.animated::after {
  width: 65%;
  transition: 2s;
}

.group-btn-4 {
  padding: 25vw 0;
}

.group-btn-4 .row .col {
  display: block;
  margin-bottom: 30px;
}

.group-btn-4 .row .col .group-photo {
  position: relative;
  margin-bottom: 10px;
  height: 50vw;
}

.group-btn-4 .row .col .group-photo img {
  height: 50vw;
  object-fit: cover;
}

.group-btn-4 .row .col .group-photo h3 {
  position: absolute;
  font-size: 24px;
  line-height: 46px;
  height: max-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-right: 20px;
  background: url(../img/index/feature-arrow.png) no-repeat center right/auto;
}

.group-btn-4 .row .col h4 {
  text-align: center;
  font-size: 18px;
  line-height: 38px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .group-btn-4 {
    padding: 300px 0 270px;
  }

  .group-btn-4 .row {
    max-width: 830px;
    margin: 0 auto;
  }

  .group-btn-4 .row .col {
    width: 24%;
    max-width: 200px;
    margin-bottom: 0;
  }

  .group-btn-4 .row .col .group-photo {
    margin-bottom: 45px;
    overflow: hidden;
    height: auto;
  }

  .group-btn-4 .row .col .group-photo img {
    height: auto;
  }

  .group-btn-4 .row .col .group-photo h3 {
    padding-bottom: 50px;
    writing-mode: vertical-rl;
    height: -moz-max-content;
    padding-right: 0;
    background: url(../img/index/feature-arrow.png) no-repeat center bottom/auto;
  }

  .group-btn-4 .row .col .group-photo img {
    transition: 0.7s;
  }

  .group-btn-4 .row .col h4 {
    font-size: 18px;
    line-height: 38px;
    margin-bottom: 30px;
  }

  .group-btn-4 .row .col .col-desc {
    padding: 0 25px;
  }

  .group-btn-4 .row .col:hover .group-photo img {
    transform: scale(1.2);
    transition: 0.7s;
  }
}

.hondo-slide .slick-dots {
  width: 160px;
  bottom: -10px;
  left: auto;
  right: -5px;
  display: flex !important;
  justify-content: flex-end;
}

.hondo-slide .slick-dots li {
  width: 40px;
  height: 3px;
}

.hondo-slide .slick-dots li button {
  width: 40px;
  height: 3px;
}

.hondo-slide .slick-dots li button::before {
  width: 40px;
  height: 3px;
  border-radius: 0;
  background: #595959;
}

.hondo-slide .slick-dots li.slick-active button::before {
  background: #bfbfbf;
}

@media screen and (min-width: 768px) {
  .hondo-slide .slick-dots {
    width: 160px;
    bottom: -10px;
    left: auto;
    right: -3px;
    display: flex !important;
    justify-content: flex-end;
  }

  .hondo-slide .slick-dots li {
    width: 50px;
    height: 2px;
  }

  .hondo-slide .slick-dots li button {
    width: 50px;
    height: 2px;
  }

  .hondo-slide .slick-dots li button::before {
    width: 50px;
    height: 2px;
  }
}

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