@charset "utf-8";
/***** mv *****/
.p-top__mv {
  height: 36vw;
  background: #fff url("../images/img_mv_bg.png") no-repeat bottom center / cover;
  display: flex;
  justify-content: space-between;
  gap: 5vw;
  padding: 3% 8% 0;
  line-height: 1;
}
.p-top__mv__contents {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2vw;
  height: 17vw;
  margin-top: 2%;
}
.p-top__mv__top {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.p-top__mv__top .p-top__mv__wrap {
  display: flex;
  align-items: center;
}
.p-top__mv__logo {
  width: 4vw;
}
.p-top__mv__ph {
  width: 30vw;
}
.p-top__mv__logo02 {
  width: 50%;
  margin-inline: auto;
}
.p-top__mv__theme {
  width: 90%;
  margin-left: 4vw;
}
.p-top__mv__bottom {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-left: 4vw;
}
.p-top__mv__time {
  margin-top: clamp(1rem, 1.3vw, 1.6rem);
}
.p-top__mv__fee {
  width: 42%;
  min-width: 80px;
}
.p-top__mv__fee a {
  transition: 0.3s;
}
.p-top__mv__fee a:hover {
  opacity: 0.8;
}
@media screen and (max-width:768px) {
  .p-top__mv {
    height: 138vw;
    background: #fff url("../images/img_mv_sp_bg.png") no-repeat bottom center / cover;
    flex-direction: column-reverse;
    gap: 1rem;
  }
  .p-top__mv__contents {
    margin: 0;
    height: auto;
    gap: 2rem;
    justify-content: flex-start;
  }
  .p-top__mv__logo {
    width: 8vw;
  }
  .p-top__mv__theme {
    width: 100%;
    margin: 0;
  }
  .p-top__mv__bottom {
    flex-direction: column;
    gap: 1rem;
  }
  .p-top__mv__date {
    margin-inline: auto;
  }
  .p-top__mv__fee {
    width: 30%;
  }
  .p-top__mv__ph {
    width: 65vw;
    margin-inline: auto;
  }
}
/***** news/チラシ *****/
.p-top__news {
  width: 100%;
  max-width: var(--section-width);
  margin: var(--section-margin) auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2.4rem;
}
.p-top__container {
  width: 75%;
}
.p-top-news__ttl {
  width: 30%;
  margin-bottom: var(--item-l-margin);
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--sub-color2);
  text-shadow:
    1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
  position: relative;
}
.p-top-news__ttl:before {
  position: absolute;
  width: 100px;
  height: 100px;
  top: -50%;
  left: -20%;
  border-radius: 50%;
  background: linear-gradient(to left, #fff, var(--sub-color4));
  content: '';
  z-index: -1;
}
.p-top__news__inner {
  height: 300px;
  overflow-y: scroll;
}
.p-top-news__item {
  display: flex;
  gap: 3.2rem;
  margin-bottom: var(--item-m-margin);
  padding-bottom: var(--item-m-padding);
  border-bottom: 1px dotted var(--border-color);
}
.p-top__flyer {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.p-top__flyer img {
  max-width: 180px;
  border-radius: 5px;
  border: 1px solid var(--border-color);
}
.p-top__flyer__btn {
  width: 100%;
  min-width: 220px;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 1rem var(--item-s-padding);
  border-radius: 50px;
  text-align: center;
  background: var(--base-color);
  transition: all 0.3s;
}
.p-top__flyer__btn:hover {
  background: var(--sub-color);
}
@media screen and (max-width:768px) {
  .p-top__news {
    flex-direction: column;
    gap: 1.6rem;
    padding: 0 var(--item-s-padding);
  }
  .p-top__container {
    width: 100%;
  }
  .p-top__flyer {
    width: 100%;
  }
  .p-top__flyer__btn {
    padding: var(--item-s-padding);
  }
  .p-top__news__inner {
    height: 200px;
  }
  .p-top-news__item {
    flex-direction: column;
    gap: 0;
  }
  .p-top-news__ttl {
    width: 100%;
    font-size: 2.2rem;
  }
  .p-top-news__ttl:before {
    width: 60px;
    height: 60px;
    top: -20%;
    left: -1.6rem;
  }
}
/***** トップバナー *****/
.p-top__bnr {
  max-width: var(--section-width);
  margin: var(--section-margin) auto;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.p-top__sponsor {
  width: 350px;
  margin-inline: auto;
  border: 1px solid var(--base-color);
  border-radius: 5px;
  display: flex;
}
.p-top__sponsor__contents {
  padding: var(--item-m-padding) var(--item-s-padding);
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.p-top__sponsor__list {
  display: flex;
  align-items: center;
}
.p-top__sponsor img {
  max-height: 35px;
}
.p-top__sponsor__tit {
  width: 35%;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  background-color: var(--sub-color4);
  padding: var(--item-m-padding) var(--item-s-padding);
  border-right: 1px solid var(--base-color);
  border-radius: 5px 0 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-top__sponsor__link {
  background-color: #fff;
  transition: 0.3s;
}
.p-top__sponsor__link:hover {
  opacity: 0.8;
}
.p-top__authentication {
  margin-inline: auto;
  display: flex;
  justify-content: center;
  gap: 1.6rem;
}
.p-top__authentication__contents {
  width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--border-color);
  border-radius: 5px;
}
.p-top__authentication__link {
  display: flex;
  padding: var(--item-s-padding) var(--item-m-padding);
  transition: 0.3s;
}
.p-top__authentication__link:hover {
  opacity: 0.8;
}
@media screen and (max-width:768px) {
  .p-top__bnr {
    width: 100%;
    gap: 1.6rem;
    padding: 0 var(--item-s-padding);
  }
  .p-top__sponsor {
    width: 100%;
    max-width: 350px;
  }
  .p-top__sponsor__tit {
    width: 30%;
  }
  .p-top__authentication {
    width: 100%;
    flex-direction: column;
  }
  .p-top__authentication__contents {
    width: 100%;
    max-width: 350px;
    margin-inline: auto;
  }
  .p-top__authentication__link {
    width: 100%;
    justify-content: center;
  }
}