@charset "utf-8";

a:hover {
  opacity: 1;
}

img {
  object-fit: cover;
  max-width: 100%;
  height: auto;
}

main {
  position: relative;
  background: #d9d3cb;
  padding: 0 0 0.1px;
  margin-bottom: 50px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.page__hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  aspect-ratio: 75/30;
  background-color: #555555;
  background-image: url(../img/special/mv_pc.jpg);
  background-position: center center;
}

@media screen and (min-width:768px) {
  .page__hero {
    aspect-ratio: 288/32;
    background-position: center center;
  }
}

.page__hero .page__hero--title {
  font-size: 22px;
  letter-spacing: 0.2em;
  color: #fff;
}

@media screen and (min-width:768px) {
  .page__hero .page__hero--title {
    font-size: 30px;
  }
}

.layout__ptb--lg {
  padding-top: 32px;
  padding-top: clamp(32px, 20.3636363636px + 3.6363636364vw, 64px);
  padding-bottom: 32px;
  padding-bottom: clamp(32px, 20.3636363636px + 3.6363636364vw, 64px);
}

.layout__column--lg {
  display: flex;
  flex-direction: column;
  gap: 32px;
  gap: clamp(32px, 20.3636363636px + 3.6363636364vw, 64px);
}

.wrapper {
  margin-inline-start: max(1.5em, 50cqw - 500px);
  margin-inline-end: max(1.5em, 50cqw - 500px);
}

.layout__column--md {
  display: flex;
  flex-direction: column;
  gap: 16px;
  gap: clamp(16px, 10.1818181818px + 1.8181818182vw, 32px);
}


/* メインコンテンツ */
.main_bnr{
  margin: 80px auto 50px;
}

.main_bnr a img{
  display: block;
  width: 100%;
  transition: all 300ms ease;
}

.main_bnr a:hover img{
  opacity: 0.8;
  transform: scale(1.05);
}

.main_bnr a{
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 5px 5px 5px #55555597;
  margin-bottom: 50px;
}

.main_bnr a::after{
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px solid #fff;

}

.bnr_plan{
  box-shadow: 5px 5px 5px #55555597;
  margin-bottom: 80px;
}
.bnr_plan:hover{
  opacity: 0.7;
}


@media screen and (max-width:768px){
  .main_bnr{
    margin: 60px auto 50px;
  }

}
