@media (max-width: 767px) {
  .c-breadcrumb li a {
    text-decoration: none;
  }
}

.p-mv {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: calc(100svh - 8rem);
  aspect-ratio: 375/560;
  background-color: #9c6d6d;
}
@media (min-width: 768px) {
  .p-mv {
    height: calc(100vh - 9rem);
    aspect-ratio: 1280/768;
  }
}
.p-mv__box {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  padding-left: 1.4rem;
}
@media (min-width: 768px) {
  .p-mv__box {
    padding-left: 4rem;
  }
}
.p-mv__ttl {
  display: block;
  width: 11.9rem;
  margin-bottom: 0.1rem;
}
@media (min-width: 768px) {
  .p-mv__ttl {
    width: 24.5rem;
    margin-bottom: 0.7rem;
  }
}
.p-mv__sub {
  font-size: 1rem;
  font-family: var(--font-en);
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-mv__sub {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
.p-mv__sub .nor {
  font-weight: 400;
}
.p-mv__media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-mv__media video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-enjoy {
  padding: 3.3rem 0 4rem;
}
@media (min-width: 768px) {
  .p-enjoy {
    padding: 11rem 0 12rem;
  }
}
.p-enjoy__hline {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.1111111111;
  color: var(--color-primary);
  text-align: center;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .p-enjoy__hline {
    font-size: 4.4rem;
    line-height: 1.6363636364;
  }
}
.p-enjoy__txt {
  margin-bottom: 2.2rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.1666666667;
  color: #0A0A0A;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-enjoy__txt {
    margin-bottom: 4rem;
    font-size: 1.8rem;
    line-height: 2.3333333333;
  }
}
.p-enjoy__wrap-btn {
  display: flex;
  justify-content: center;
  margin-block: 4rem 6.8rem;
}
@media (min-width: 768px) {
  .p-enjoy__wrap-btn {
    margin-block: 6rem 8.8rem;
  }
}
.p-enjoy__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 91.8rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 5.7rem;
}
@media (min-width: 768px) {
  .p-enjoy__list {
    flex-direction: row;
    gap: 2.4rem;
    padding-inline: 0;
  }
}

@media (min-width: 768px) {
  .sadd-card:hover .sadd-card__image {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .sadd-card {
    width: 100%;
  }
}
.sadd-card__image {
  overflow: hidden;
  aspect-ratio: 260/156;
  width: 26rem;
  margin-bottom: 0.8rem;
  border-radius: 0.8rem;
}
@media (min-width: 768px) {
  .sadd-card__image {
    aspect-ratio: 29/24;
    width: 29rem;
    margin-bottom: 1.3rem;
    border-radius: 1.2rem;
    transition: 0.3s ease opacity;
  }
}
.sadd-card__ttl {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5384615385;
  color: var(--color-primary);
  text-align: center;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .sadd-card__ttl {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}