.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  background: #140A03;
}
.header__logo {
  width: 13.7rem;
  transition: opacity 0.3s ease-in-out;
}
.header__logo:hover {
  opacity: 0.7;
}
.header__logo__image {
  width: 100%;
  height: 4.4rem;
}

@media screen and (width > 767px) {
  .header {
    padding: 2.4rem 4rem 3.2rem;
    justify-content: flex-start;
    border-bottom: 0.1rem solid #303030;
  }
}
@media screen and (width <= 767px) {
  .header {
    padding: 1.6rem 1.6rem 1.4rem;
    justify-content: space-between;
    border-bottom: 0.1rem solid #DADCE0;
  }
  .header__link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    padding-block: 0.6rem 0.8rem;
    border: 0.1rem solid #4F4F4F;
    background: #180E02;
    width: 16.2rem;
    position: relative;
    transition: opacity 0.3s ease-in-out;
  }
  .header__link:hover {
    opacity: 0.7;
  }
  .header__link::before {
    position: absolute;
    content: "";
    inset: 0;
    margin: auto;
    border: 0.1rem solid #4F4F4F;
    width: calc(100% - 0.3rem);
    height: calc(100% - 0.3rem);
  }
  .header__link__text {
    font-size: 1.4rem;
  }
  .header__link__text small {
    font-size: 1rem;
  }
  .header__link__icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.mv {
  width: 100%;
  position: relative;
}
.mv__bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__text {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
}
.mv__text picture {
  display: block;
}
.mv__text picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (width > 767px) {
  .mv {
    height: 80rem;
    margin-bottom: 12rem;
  }
  .mv__text {
    inset: 10rem 0 0;
    margin: 0 auto;
  }
  .mv__text picture {
    width: 110.8rem;
    height: 17.7rem;
  }
}
@media screen and (width <= 767px) {
  .mv {
    height: 71.4rem;
  }
  .mv__text {
    inset: -15rem 0 0;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
  }
  .mv__text picture {
    width: 30rem;
    height: 28.4rem;
  }
}
.feature__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature__contents__title {
  line-height: 1.6;
  border-bottom: 0.1rem solid white;
}
.feature__contents p {
  line-height: 2;
}

@media screen and (width > 767px) {
  .feature {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12.8rem;
    padding-left: 13.6rem;
    margin-bottom: 10.4rem;
  }
  .feature__image {
    width: 52.5rem;
    height: 70rem;
  }
  .feature__contents {
    width: 65rem;
  }
  .feature__contents__title {
    font-size: 2.8rem;
    padding-bottom: 4.8rem;
    margin-bottom: 4.8rem;
  }
  .feature__contents p {
    font-size: 1.8rem;
  }
}
@media screen and (width <= 767px) {
  .feature {
    padding-inline: 2.8rem;
    margin-bottom: 9.6rem;
    margin-top: -6.4rem;
    position: relative;
    z-index: 10;
  }
  .feature__image {
    display: block;
    margin-bottom: 2.4rem;
  }
  .feature__contents {
    padding-inline: 0.4rem;
  }
  .feature__contents__title {
    font-size: 2rem;
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .feature__contents p {
    font-size: 1.4rem;
  }
}
.menu {
  position: relative;
}
.menu__topImage {
  position: absolute;
  right: 0;
}
.menu__topImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu__wrap {
  box-shadow: 0 0.4rem 13.4rem rgba(224, 224, 224, 0.1);
  background: #180E02;
}
.menu__wrap__title {
  border-bottom: 0.1rem solid #D9d9d9;
  position: relative;
  z-index: 10;
}
.menu__wrap .outline__imgWrap__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu__wrap .outline__contents__title {
  line-height: 1.4;
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid white;
  margin-bottom: 2.4rem;
}
.menu__wrap .outline__contents p {
  font-size: 1.4rem;
  line-height: 1.6;
}
.menu__wrap .details .item picture {
  width: 100%;
  display: block;
  margin-bottom: 2.4rem;
}
.menu__wrap .details .item picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu__wrap .details .item__content__title {
  line-height: 1.4;
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid white;
  margin-bottom: 1.6rem;
}
.menu__wrap .details .item__content__description {
  font-size: 1.4rem;
  line-height: 1.6;
}
.menu .slider {
  overflow: hidden;
}
.menu .slider__track {
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  justify-items: center;
  animation: menuscroll 40s linear infinite;
}
.menu .slider__track picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (width > 767px) {
  .menu {
    padding-inline: 5.4rem;
    margin-bottom: 15.6rem;
  }
  .menu__topImage {
    top: -2.6rem;
    width: 44.42rem;
    height: 50.2rem;
  }
  .menu__wrap {
    padding: 7.6rem 7.4rem 17.2rem;
  }
  .menu__wrap__title {
    font-size: 4rem;
    padding-bottom: 3.2rem;
    margin-bottom: 7.2rem;
    width: 83.2rem;
  }
  .menu__wrap .outline {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 6.4rem;
    padding-left: 16.2rem;
    margin-bottom: 8.6rem;
  }
  .menu__wrap .outline__imgWrap {
    display: contents;
  }
  .menu__wrap .outline__imgWrap__image {
    width: 45rem;
    height: 75rem;
  }
  .menu__wrap .outline__contents {
    width: 40rem;
    margin-bottom: 6.5rem;
  }
  .menu__wrap .outline__contents__title {
    font-size: 2.4rem;
  }
  .menu__wrap .outline__hamburger {
    width: 22.4rem;
    height: 43.4rem;
  }
  .menu__wrap .details {
    padding-inline: 15.2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 8rem 12rem;
  }
  .menu__wrap .details .item picture {
    height: 23rem;
  }
  .menu__wrap .details .item__content__title {
    font-size: 2.4rem;
  }
  .menu__wrap .details .item:last-child {
    grid-column: 1/3;
  }
  .menu .slider__track {
    gap: 2.1rem;
  }
  .menu .slider__track picture {
    width: 28.5rem;
    height: 21rem;
  }
  @keyframes menuscroll {
    to {
      translate: -214.9rem;
    }
  }
}
@media screen and (width <= 767px) {
  .menu {
    padding-inline: 1.5rem;
    margin-bottom: 5.6rem;
  }
  .menu__topImage {
    top: -3rem;
    right: 1.6rem;
    width: 13rem;
    height: 19.5rem;
    z-index: 10;
  }
  .menu__wrap {
    padding: 1.8rem 1.6rem 4.8rem;
    margin-bottom: 4.8rem;
    position: relative;
    z-index: 1;
  }
  .menu__wrap__title {
    font-size: 3.2rem;
    padding-bottom: 2.4rem;
    margin-bottom: 11.5rem;
  }
  .menu__wrap .outline {
    position: relative;
    z-index: 10;
    margin-bottom: 6.2rem;
  }
  .menu__wrap .outline__imgWrap {
    overflow-x: scroll;
    width: calc(100vw - 3rem);
    margin-bottom: 3.2rem;
    padding-bottom: 3.2rem;
    padding-right: 1.5rem;
  }
  .menu__wrap .outline__imgWrap__image {
    display: block;
    width: 133.3rem;
    height: 15rem;
  }
  .menu__wrap .outline__contents__title {
    font-size: 2rem;
  }
  .menu__wrap .details .item:not(:last-child) {
    margin-bottom: 5.6rem;
  }
  .menu__wrap .details .item picture {
    height: 15.3rem;
  }
  .menu__wrap .details .item__content__title {
    font-size: 2rem;
  }
  .menu__wrap .details .item:last-child picture {
    height: 23.7rem;
  }
  .menu .slider__track {
    gap: 1rem;
  }
  .menu .slider__track picture {
    width: 19rem;
    height: 14rem;
  }
  @keyframes menuscroll {
    to {
      translate: -140rem;
    }
  }
}
.interior__wrap__image {
  width: 21rem;
  height: 20.3rem;
}
.interior__wrap__contents h2 {
  line-height: 1.4;
  border-bottom: 0.1rem solid white;
}
.interior__wrap__contents p {
  line-height: 1.6;
}
.interior__wrap__contents p + p {
  margin-top: 4rem;
}
.interior .slider {
  overflow: hidden;
}
.interior .slider__track {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-items: center;
  animation: scroll 40s linear infinite;
}
.interior .slider__track picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (width > 767px) {
  .interior {
    margin-bottom: 17.6rem;
  }
  .interior__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22.6rem;
    margin-bottom: 11.4rem;
  }
  .interior__wrap__contents {
    width: 75.4rem;
  }
  .interior__wrap__contents h2 {
    font-size: 4rem;
    padding-bottom: 3.2rem;
    margin-bottom: 3.2rem;
    width: 84%;
  }
  .interior__wrap__contents p {
    font-size: 1.6rem;
  }
  .interior__wrap__contents p:not(:last-child) {
    width: 84%;
  }
  .interior__wrap__contents p span {
    font-size: 2.4rem;
  }
  .interior .slider__track {
    gap: 1.6rem;
  }
  .interior .slider__track picture {
    width: 54rem;
    height: 40rem;
  }
  @keyframes scroll {
    to {
      translate: -166.8rem;
    }
  }
}
@media screen and (width <= 767px) {
  .interior {
    position: relative;
    z-index: 10;
    margin-bottom: 6.4rem;
  }
  .interior__wrap__image {
    display: block;
    margin: 0 auto 4.8rem;
  }
  .interior__wrap__contents {
    padding-inline: 3.8rem;
    margin-bottom: 6.4rem;
  }
  .interior__wrap__contents h2 {
    font-size: 3.2rem;
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .interior__wrap__contents p {
    font-size: 1.4rem;
  }
  .interior__wrap__contents p span {
    font-size: 1.98rem;
  }
  .interior .slider__track {
    gap: 0.8rem;
  }
  .interior .slider__track picture {
    width: 26rem;
    height: 19.3rem;
  }
  @keyframes scroll {
    to {
      translate: -80.4rem;
    }
  }
}
.access__contents h2 {
  line-height: 1.4;
  border-bottom: 0.1rem solid white;
}
.access__contents p {
  font-size: 1.6rem;
  line-height: 1.6;
}
.access__contents p + p {
  margin-top: 2.4rem;
}
.access__contents iframe {
  margin-top: 5.6rem;
  width: 100%;
  height: 31.5rem;
  filter: sepia(0.2) brightness(0.7);
}
.access__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (width > 767px) {
  .access {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6.4rem;
    margin-bottom: 33.4rem;
  }
  .access__contents {
    width: 47.8rem;
  }
  .access__contents h2 {
    font-size: 4rem;
    padding-bottom: 3.2rem;
    margin-bottom: 3.2rem;
  }
  .access__contents p + p {
    margin-top: 2.4rem;
  }
  .access__contents iframe {
    height: 31.5rem;
  }
  .access__image {
    width: 92rem;
    height: 68rem;
  }
}
@media screen and (width <= 767px) {
  .access__contents {
    padding-inline: 3.8rem;
    margin-bottom: 6.4rem;
  }
  .access__contents h2 {
    font-size: 3.2rem;
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .access__contents p + p {
    margin-top: 2rem;
  }
  .access__contents iframe {
    height: 19.8rem;
  }
  .access__image {
    width: 100%;
    height: 27.7rem;
  }
}
.footer {
  position: relative;
}
.footer__links {
  position: absolute;
  margin: 0 auto;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 0 0.4rem 13.4rem rgba(224, 224, 224, 0.1);
}
.footer__links__link {
  position: relative;
  display: flex;
  align-items: center;
  background: #180E02;
}
.footer__links__link::before {
  position: absolute;
  content: "";
  inset: 0;
  margin: auto;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border: 0.1rem solid #4F4F4F;
}
.footer__links__link p {
  font-size: 4rem;
}
.footer__links__link p small {
  font-size: 1.6rem;
}
.footer__links__link img {
  width: 4.6rem;
  height: 4.6rem;
}
.footer__text img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__bg {
  width: 100%;
}
.footer__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__copy {
  font-size: 1.4rem;
}

@media screen and (width > 767px) {
  .footer__links {
    inset: -19rem 0 0;
    width: 93.25%;
    display: flex;
    justify-content: center;
  }
  .footer__links__link {
    width: 50%;
    padding-block: 9rem 9.4rem;
    justify-content: center;
    gap: 1.2rem;
  }
  .footer__links__link p {
    font-size: 4rem;
  }
  .footer__links__link p small {
    font-size: 1.6rem;
  }
  .footer__text {
    position: absolute;
    top: 11rem;
    inset: 11rem 0 0;
    margin: 0 auto;
    width: 104rem;
    height: 15.4rem;
  }
  .footer__bg {
    height: 60.8rem;
  }
  .footer__copy {
    position: absolute;
    right: 4rem;
    bottom: 2rem;
  }
}
@media screen and (width <= 767px) {
  .footer {
    padding-top: 22rem;
  }
  .footer__links {
    inset: -4.3rem 0 0;
    width: 85.33%;
  }
  .footer__links__link {
    justify-content: space-between;
    padding: 3rem 4rem;
  }
  .footer__links__link p {
    font-size: 2.2rem;
  }
  .footer__links__link p small {
    font-size: 1.4rem;
  }
  .footer__text {
    display: block;
    width: 29.5rem;
    height: 28.4rem;
    margin: 0 auto 4rem;
  }
  .footer__bg {
    height: 31.1rem;
  }
  .footer__copy {
    text-align: center;
    margin-block: 1.6rem 2.4rem;
  }
}/*# sourceMappingURL=styles.css.map */