.img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
}
.box-parallax {
  position: relative;
  z-index: 0;
}
.img-parallax.slide_par img {
  opacity: 0;
  transition: all 2s ease;
}
.img-parallax.slide_par img.active {
  opacity: 1;
}
.slick-dots li {
  line-height: 1;
}
.slick-dots button {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  font-size: 0;
  cursor: pointer;
  border: 0;
  box-sizing: border-box;
  background: #fff;
  margin: 0;
  padding: 0;
}
.slick-dots .slick-active button {
  background: #f5db69;
}
.slick-dots {
  display: flex;
}
.slick-dots li + li {
  margin-left: 10px;
}
.slick-dots button:hover {
  opacity: 0.7;
}
.txt-vertical {
  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;
}
.int {
  writing-mode: lr-tb;
  -o-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  -moz-writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal-tb;
  display: inline-block;
  text-align: center;
  line-height: 1.5em;
}
.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;
}
.ttl1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  width: 177px;
  background: url(../img/top/ttl1_bg.png) no-repeat 0 0/100% auto;
  height: 203px;
  text-align: center;
  padding: 34px 10px 20px;
}
.ttl1 .ttl-eng {
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #52a18c;
  font-weight: 700;
}
.ttl1 .ttl-jp {
  font-size: 36px;
  line-height: 46.08px;
  letter-spacing: 0.24em;
  display: inline-block;
  margin: 5px 0 0 8px;
}
.btn-s1 {
  width: 320px;
}
.btn-s1 a {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
  display: block;
  padding: 16px 50px 16px 29px;
  color: #fff;
  background: #c1a066;
  border-radius: 99px;
  line-height: 30px;
  position: relative;
}
.btn-s1 a::after {
  content: "";
  background: url(../img/icon_arr1.png) no-repeat right center/100% auto;
  width: 24px;
  position: absolute;
  top: 0;
  right: 27px;
  bottom: 0;
}
.btn-s1 a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .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;
  }
}
@media screen and (max-width: 767px) {
  .ttl1 {
    background: none;
    padding: 0;
    width: auto;
    height: auto;
  }
  .ttl1 .ttl-eng {
    font-size: 14px;
  }
  .ttl1 .ttl-jp {
    width: 88px;
    background: url(../img/top/ttl1_bg_sp.png) no-repeat 0 0/100% auto;
    height: 101px;
    padding: 19px 10px;
    font-size: 24px;
    line-height: 26.88px;
    letter-spacing: 0.1em;
    margin: 0;
  }
  .btn-s1 {
    width: auto;
    margin: 49px 0 0;
  }
}
