#areaWrapper {
  position: relative;
  width: 100% !important;
}

.pc-none {
  display: none;
}

.hidden {
  display: none;
}

.breadcrumb-list {
  width: 1000px;
  margin: 0 auto 10px;
}

/* key-visual */
.key-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 750px;
  background-image: url(https://brandavenue.r10s.jp/img/library/contents/girlsaward/20260424/finale.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.key-visual__logo {
  width: 100%;
  height: 54%;
  margin: auto;
  text-align: center;
  object-fit: contain;
  opacity: 0;
  transform: translateY(50px);
  transition: all 2s ease-out;
}
.key-visual__logo.is-visible {
  opacity: 1;
  transform: translateY(20px);
}
.key-visual__image {
  height: 100%;
}
.key-visual__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 25%;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  background: rgba(0, 0, 0, 0.5);
}
.key-visual__text {
  font-size: 22px;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}
.key-visual__copyright {
  position: absolute;
  right: 20%;
  bottom: 15px;
  font-size: 12px;
  font-weight: 500;
  color: #b5b5b6;
  letter-spacing: 1px;
}

.runway {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  background-color: #f8edf5;
}
.runway__inner {
  width: 960px;
  margin: 0 auto;
}

/* runway-title */
.runway-title {
  text-align: center;
}
.runway-title__image {
  width: 1000px;
}
.runway-title__text {
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #2d2624;
  text-align: center;
  letter-spacing: 0;
}

/* brand-list */
.brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0 20px;
  margin-top: 40px;
}
.brand-list__item {
  position: relative;
  width: calc((100% - 72px) / 4);
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 20px;
}
.brand-list__link {
  display: block;
}
.brand-list__image {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.brand-list__text {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 130%;
  color: #fff;
  letter-spacing: 0.12em;
  background-color: rgba(45, 38, 36, 0.76);
  border-radius: 20px;
  opacity: 0;
  transition: 0.3s;
}
.brand-list__link:hover .brand-list__text {
  opacity: 1;
}

/* runway-brand */
.runway-brand {
  position: relative;
  margin-top: 72px;
}
.runway-brand__title {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  padding: 2px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
}
.runway-brand__title-image {
  width: 216px;
  height: auto;
}
.runway-brand__button {
  position: relative;
  margin: 40px auto 0;
}
.runway-brand__button-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 512px;
  height: 80px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  background-color: #d3506e;
  border: 1px solid #2d2624;
  border-radius: 40px;
}
.runway-brand__button-link:link, .runway-brand__button-link:visited {
  color: #ffffff;
}
.runway-brand__button-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.runway-brand__button-link::after {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 10;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translateY(-50%) rotate(-135deg);
}
.runway-brand__bottom-line {
  margin-top: 72px;
  text-align: center;
}
.runway-brand__contents-photo, .runway-brand__contents-panel {
  position: relative;
}

/* runway-photo */
.runway-photo {
  padding-bottom: 56px;
  overflow: hidden;
}
.runway-photo__list {
  margin-top: 24px;
}
.runway-photo__item {
  position: relative;
  width: 147px;
  padding: 0;
  margin-right: 16px;
  background-color: #fff;
  border: initial;
}
.runway-photo__item:hover {
  cursor: pointer;
  opacity: 0.8;
}
.runway-photo__item.active::after {
  position: absolute;
  bottom: -56px;
  left: 50%;
  z-index: 1;
  width: 0;
  height: 0;
  margin-left: -12px;
  content: "";
  border-right: 14px solid transparent;
  border-bottom: 20px solid #fff;
  border-left: 14px solid transparent;
  animation: fade-in 1s ease-in-out forwards;
}
.runway-photo__block {
  position: relative;
}
.runway-photo__image {
  width: 100%;
  height: auto;
}
.runway-photo__name {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 6px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.12em;
  background: rgba(0, 0, 0, 0.56);
}
.runway-photo__nav {
  position: absolute;
  top: 35%;
  z-index: 10;
  width: 34px;
  height: 34px;
  margin: auto;
  border-bottom: 1px solid #2d2624;
  border-left: 1px solid #2d2624;
}
.runway-photo__nav--prev {
  left: -15px;
  transform: rotate(45deg);
}
.runway-photo__nav--next {
  right: -15px;
  transform: rotate(-135deg);
}
.runway-photo__nav:hover {
  opacity: 0.8;
}
.runway-photo__nav.swiper-button-disabled {
  pointer-events: none;
  cursor: auto;
  opacity: 0.35;
}
.runway-photo__nav.swiper-button-hidden {
  display: none;
}
.runway-photo--not-carousel .runway-photo__nav {
  display: none;
}

.runway-panel {
  display: none;
  opacity: 0;
}
.runway-panel.active {
  display: block;
  animation: fade-in 1s ease-in-out forwards;
}
.runway-panel__inner {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 334px 1fr;
  grid-column-gap: 32px;
  column-gap: 32px;
  width: 960px;
  padding: 48px 32px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px 15px rgba(51, 51, 51, 0.05);
}
.runway-panel__figure {
  margin: 0;
}
.runway-panel__figure-image {
  width: 100%;
  height: auto;
}
.runway-panel__figure-caption {
  margin-top: 24px;
}
.runway-panel__lead {
  box-sizing: border-box;
  padding-bottom: 15px;
  letter-spacing: 4px;
}
.runway-panel__lead, .runway-panel__figure-caption {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #2d2624;
  text-align: center;
  letter-spacing: 0.12em;
}
.runway-panel__line {
  width: 100%;
}
.runway-panel__item-list {
  margin-top: 40px;
}
.runway-panel__card + .runway-panel__card {
  margin-top: 20px;
}

.runway-item-card__inner {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-column-gap: 22px;
  column-gap: 22px;
}
.runway-item-card__image-link:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.runway-item-card__image {
  width: 100%;
  height: auto;
}
.runway-item-card__brand, .runway-item-card__name {
  font-family: "Noto Sans JP", sans-serif;
}
.runway-item-card__name {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #2d2624;
  -webkit-box-orient: vertical;
}
.runway-item-card__brand {
  margin-top: 16px;
  font-size: 14px;
  color: #2d2624;
}
.runway-item-card__button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 32px;
  padding: 2px;
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #2d2624 !important;
  border: 1px solid #2d2624;
  border-radius: 16px;
}
.runway-item-card__button:hover {
  text-decoration: none !important;
  opacity: 0.7;
}

/* about */
.about {
  padding: 80px 0;
  text-align: center;
  background-color: #f4d5e6;
}
.about__logo {
  width: 100%;
}
.about__text {
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #2d2624;
}
.about__key-visual {
  width: 576px;
  margin-top: 40px;
  border: 1px solid #2d2624;
}
.about__button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about__button {
  margin-top: 40px;
}
.about__button-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 572px;
  height: 80px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #2d2624;
  background-color: #fff;
  border: 1px solid #2d2624;
  border-radius: 40px;
}
.about__button-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.about__button-link::after {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 10;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  border-bottom: 1px solid #2d2624;
  border-left: 1px solid #2d2624;
  transform: translateY(-50%) rotate(-135deg);
}
.about__annotation {
  display: block;
  padding-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #333333;
  text-align: center;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* page-top */
#page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  font-size: 190%;
  opacity: 0;
  transition: 0.4s;
}

#page-top.is-show {
  opacity: 1;
}

#page-top a {
  display: block;
  width: 46px;
  padding: 10px 0;
  color: #333 !important;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid #333;
  border-radius: 45px;
}

#page-top a:hover {
  color: #fff !important;
  text-decoration: none;
  background: #333 none repeat scroll 0 0;
  opacity: 0.7;
}