@charset "UTF-8";
#mv {
  position: relative;
}
#mv::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(35, 24, 21, 0.1);
  pointer-events: none;
}
#mv .mv-slider {
  position: relative;
  z-index: 0;
}
#mv .slider-item {
  width: 100%;
  aspect-ratio: 2/1;
  max-height: calc(100vh - 70px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  #mv .slider-item {
    max-height: none;
    aspect-ratio: auto;
    height: 550px;
  }
}
#mv .slick-dots {
  position: absolute;
  z-index: 3;
  bottom: 0;
  padding-bottom: 32px;
}
#mv .slick-dots li button::before {
  content: "●";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  color: #eaeaea;
  opacity: 1;
}
#mv .slick-dots li.slick-active button::before {
  color: #01A6AB;
}
@media screen and (max-width: 767px) {
  #mv .slick-dots {
    padding-bottom: 16px;
  }
  #mv .slick-dots li {
    width: 10px;
  }
  #mv .slick-dots li button::before {
    font-size: 1rem;
  }
}
#mv .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
#mv .mv-bg1 {
  background-image: url(../../img/front-page/mv/mv-pc01.jpg);
}
#mv .mv-bg2 {
  background-image: url(../../img/front-page/mv/mv-pc02.jpg);
}
#mv .mv-bg3 {
  background-image: url(../../img/front-page/mv/mv-pc03.jpg);
}
#mv .mv-bg4 {
  background-image: url(../../img/front-page/mv/mv-pc04.jpg);
}
#mv .mv-copy {
  font-size: clamp(3.2rem, 4vw, 5.2rem);
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.3em;
  color: white;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 6.2%;
}
#mv .mv-copy p {
  margin-bottom: 16px;
  text-decoration: underline;
  text-underline-offset: 16px;
  text-decoration-thickness: 1px;
  transform: scaleX(0.9);
  transform-origin: top left;
}
@media screen and (max-width: 767px) {
  #mv .mv-copy {
    font-size: 2.6rem;
  }
  #mv .mv-copy p {
    text-underline-offset: 10px;
  }
}

#main-intro {
  position: relative;
  height: 840px;
}
@media screen and (max-width: 767px) {
  #main-intro {
    height: 640px;
  }
}
#main-intro .main-slider {
  position: relative;
  z-index: 0;
}
#main-intro .main-slider li {
  background-size: contain;
  background-repeat: no-repeat;
  height: 840px;
}
#main-intro .main-slider .main-bg1 {
  background-image: url(../../img/front-page/slider/main-intro-bg-pc1.jpg);
}
#main-intro .main-slider .main-bg2 {
  background-image: url(../../img/front-page/slider/main-intro-bg-pc2.jpg);
}
#main-intro .main-slider .main-bg3 {
  background-image: url(../../img/front-page/slider/main-intro-bg-pc3.jpg);
}
@media screen and (max-width: 767px) {
  #main-intro .main-slider li {
    position: absolute;
    background-size: cover;
    height: 640px;
    top: auto;
    bottom: 0;
  }
  #main-intro .main-slider .main-bg1 {
    background-image: url(../../img/front-page/slider/main-intro-bg-sp1.jpg);
  }
  #main-intro .main-slider .main-bg2 {
    background-image: url(../../img/front-page/slider/main-intro-bg-sp2.jpg);
  }
  #main-intro .main-slider .main-bg3 {
    background-image: url(../../img/front-page/slider/main-intro-bg-sp3.jpg);
  }
}
#main-intro .bar {
  position: absolute;
  width: 57%;
  max-width: 790px;
}
#main-intro .bar.top {
  top: 0;
  padding-top: 56px;
  border-bottom: 3px solid #01A6AB;
}
#main-intro .bar.bottom {
  padding-bottom: 56px;
  border-top: 3px solid #01A6AB;
  margin-right: 0;
  margin-left: auto;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #main-intro .bar {
    width: 50%;
  }
  #main-intro .bar.top {
    padding-top: 0;
    bottom: 37%;
    left: 0;
    border-bottom-width: 2px;
  }
  #main-intro .bar.bottom {
    padding-bottom: 0;
    bottom: 40px;
    right: 0;
    border-top-width: 2px;
  }
}
#main-intro .intro-contents {
  width: 100%;
  max-width: 756px;
  margin-right: 0;
  margin-left: auto;
  padding: 56px 80px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
}
#main-intro .intro-contents h2 {
  text-align: center;
  vertical-align: middle;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #333;
}
#main-intro .intro-contents h2 img {
  margin-right: 16px;
  height: 4rem;
}
@media screen and (max-width: 767px) {
  #main-intro .intro-contents {
    margin-right: auto;
    margin-left: auto;
    padding: 24px 20px;
    top: 0;
    transform: none;
  }
  #main-intro .intro-contents h2 {
    font-size: clamp(2.2rem, 5.9vw, 2.4rem);
    width: 100%;
    height: 24px;
  }
  #main-intro .intro-contents h2 img {
    height: 100%;
    margin-right: 8px;
  }
}
#main-intro .intro-contents .intro-copy {
  color: #01A6AB;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 56px auto;
  position: relative;
}
#main-intro .intro-contents .intro-copy::before, #main-intro .intro-contents .intro-copy::after {
  content: "";
  background: #01A6AB;
  width: 80px;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#main-intro .intro-contents .intro-copy::before {
  left: 0;
}
#main-intro .intro-contents .intro-copy::after {
  right: 0;
}
@media screen and (max-width: 767px) {
  #main-intro .intro-contents .intro-copy {
    font-size: 1.2rem;
    margin: 24px auto;
  }
  #main-intro .intro-contents .intro-copy::before, #main-intro .intro-contents .intro-copy::after {
    width: 32px;
    height: 1px;
  }
}
#main-intro .intro-contents .intro-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.5;
  color: #333;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  #main-intro .intro-contents .intro-text {
    font-size: 1.2rem;
    line-height: 2.1;
    margin-bottom: 24px;
  }
}
#main-intro .intro-contents .intro-btn {
  display: block;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  background: linear-gradient(-187deg, #000 0%, #000 50%, #322b07 50%, #322b07 100%);
  padding: 24px;
  border: 3px solid #01A6AB;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
}
#main-intro .intro-contents .intro-btn::after {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 16px;
  content: "";
  background-image: url(../../img/front-page/intro-btn-arrow.png);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #main-intro .intro-contents .intro-btn {
    padding: 12px;
    font-size: 1rem;
  }
  #main-intro .intro-contents .intro-btn::after {
    height: 1rem;
    width: 1rem;
    margin-left: 8px;
  }
}