@charset "utf-8";

/* MediaQuery = SP => Tablet => PC */
/* 1em = 1vw */

/* -------------------------
  style.css 上書き
------------------------- */
.youtube__container {
  display: none;
}
.contents__container {
  width: 100%;
  background-color: var(--color_baseHalf);
  overflow: visible;
}
main {
  position: relative;
  padding: 5em;
  margin-top: var(--header_height);
}
main>section {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  main {
    margin-top: 0;
  }
  .footer__inner {
    width: var(--contents__maxWidth);
    margin: 0 auto;
  }
  .footer__notice {
    /* 親要素突き抜け */
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  .footer__notice br {
    display: none;
  }
}
main::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 0%, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s;
  z-index: 100;
}
.gnav.isActive + main::after {
  opacity: 1;
  pointer-events: all;
}

/* -------------------------
  main 装飾
------------------------- */
.awards-list__decoration {
  position: absolute;
  z-index: 0;
  /* width: 100%; */
  /* height: 16em; */
  height: auto;
  aspect-ratio: 1/0.2;
  /* margin: 0 calc(50% - 50vw); */
  width: 100%;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .awards-list__decoration {
    /* width: 50%; */
  }
}
.awards-list__decoration.decoration__head {
  top: 0;
  left: 0;
  /* clip-path: polygon(0 0, 0% 100%, 100% 0); */
  /* background: var(--color_base); */
  background: url(../img/awards-list/decoration__head.svg) center top / contain no-repeat;
}
.awards-list__decoration.decoration__bottom {
  bottom: 0;
  left: 0;
  /* clip-path: polygon(100% 0, 0% 100%, 100% 100%); */
  /* background: var(--color_baseDark); */
  background: url(../img/awards-list/decoration__bottom.svg) center bottom / contain no-repeat;
}


/* -------------------------
  awards-list レイアウト（2023流用）
------------------------- */
#awards-list {
  width: 100%;
  padding: 0 25px;
  position: relative;
  text-align: center;
}
@media (min-width: 1024px) {
  #awards-list {
    padding: 0 6vw;
  }
}

/* awards-list_hero */
.awards-list_hero {
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16em 0 0px;
}

@media (min-width: 1024px) {
  .awards-list_hero {
    padding: 80px 0 20px;
  }
}

@media (min-width: 1024px) {
  .awards-list_titleWrap {

  }
}
.awards-list_hero h1 {
  font-size: 9em;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 25px;
  text-align: center;
  width: 100%;
  letter-spacing: 0.05em;
}
.awards-list_hero h1 img {
  width: 7em;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .awards-list_hero h1 {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

.awards-list_hero p {
  font-size: 1.3rem;
  font-weight: bold;
  opacity: 0.5;
  margin: 0 auto 15px;
  text-align: center;
}

/* year_wrap */
.year_wrap {
  padding-top: 30px;
  padding-bottom: 50px;
}
section:last-of-type {
  margin-bottom: 80px;
}
.year_wrap h2 {
  font-family: var(--font_family_ENG);
  font-weight: 700;
  font-size: 7.0rem;
  line-height: 1;
  padding-top: 0.25em;
  letter-spacing: 0.025em;
  opacity: 1;
  margin-bottom: 30px;
  text-align: center;
  /* position: sticky; */
  /* top: 0; */
  z-index: 10;
  transition: top 0.3s;
  color: hsla(0, 0%, 100%, 0.5);
  /* background-color: var(--color_baseHalf); */
}
.year_wrap h2::before {
  z-index: -1;
  /* content: ""; */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 30px);
  background: linear-gradient(rgba(var(--color_baseHalfRGB), 1), rgba(var(--color_baseHalfRGB), 0));
}
@media (min-width: 1024px) {
  .year_wrap h2 {
    position: relative;
    margin-bottom: 40px;
  }
}
header.isVisible ~ main .year_wrap h2 {
  top: var(--header_height);
}
header.isHidden ~ main .year_wrap h2 {
  top: 0;
}
@media (min-width: 1024px) {
  header.isVisible ~ main .year_wrap h2 {
    top: 0;
  }
}

.winners_group {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  justify-content: center;
  gap: 20px;
  padding-left: 5em;
}
@media (min-width: 576px){
  .winners_group {
    grid-template-columns: repeat(auto-fill, 280px);
    gap: 40px 10px;
  }
}
.winners {
  display: flex;
  align-items: center;
}
.winners .photo_wrap {
  position: relative;
  overflow: hidden;
  width: 120px;
  height: 120px;
  filter: drop-shadow(5px 5px 10px rgba(var(--color_baseDarkRGB), 1));
}
.winners .photo_wrap:not(.no_links) a:before {
  content: "";
  z-index: 1;
  position: absolute;
  right:  8px;
  bottom: 8px;
  width:  17px;
  height: 14px;
  background: url("../img/awards-list/icon_link.svg") no-repeat center / contain;
  pointer-events: none;
}
.winners .photo_wrap a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0) 70%, rgba(0,0,0,0.3) 100%);
  pointer-events: none;
}
.winners .photo_wrap a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.winners .photo_wrap a img {
  width: 100%;
  height: 100%;
  object-fit: cover;  
  transition: opacity 0.15s;
}
@media (hover: hover) {
  .winners .photo_wrap:not(.no_links) a:hover img {
    /* opacity: 0.7; */
  }
}
@media (hover: none) {
  .winners .photo_wrap:not(.no_links) a:active img {
    /* opacity: 0.7; */
  }
}
.winners .txt_wrap {
  display: flex;
  flex: 1;
  justify-content: center;
  flex-direction: column;
  margin-left: 15px;
  text-align: left;
  overflow: hidden;
}
.winners .txt_wrap .title {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.4;
  /* margin-bottom: 3px; */
  opacity: 0.7;
  /* text-wrap: balance; */
  /* word-break: auto-phrase; */
  letter-spacing: 0.1em;
}
@media (min-width: 1024px) {
  .winners .txt_wrap .title {
    font-size: 1.25rem;
  }
}
.winners .txt_wrap .name {
  font-weight: bold;
  font-size: 2.4rem;
  /* text-wrap: balance; */
  /* word-break: auto-phrase; */
}
.winners .txt_wrap .name_small {
  font-weight: bold;
  font-size: 1.4rem;
}
@media (min-width: 1024px) {
  .winners .txt_wrap .name {
    font-size: 2.0rem;
  }
}

.awards-list__navi {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: var(--color_baseDark);
  padding-top: 40px;
}
.awards-list__navi a {
  min-width: auto;
}



/* アンカーリンク
------------------------- */
.companyList__index {
  position: relative;
  margin: var(--margin_xs) 0;
  width: 100%;
  padding: 0 1px; /* 擬似要素のチラつき防止 */
}
.companyList__index::before,
.companyList__index::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 60px;
  background: linear-gradient(-90deg, rgba(var(--color_baseHalfRGB), 0) 0%, rgba(var(--color_baseHalfRGB), 1) 100%);
  opacity: 0;
  transition: opacity 0.15s;
}
.companyList__index::before {
  left: 0;
}
.companyList__index::after {
  right: 0;
  transform: scale(-1, 1);
}
.companyList__index.isScrollEnd::before {
  opacity: 1;
}
.companyList__index.isScrollMiddle::before,
.companyList__index.isScrollMiddle::after {
  opacity: 1;
  z-index: 10;
}
.companyList__index.isScrollStart::after {
  opacity: 1;
}
.companyList__indexInnerScroll {
  overflow: scroll;
  overscroll-behavior: none;
  /* 標準スクロールバー非表示 */
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.companyList__indexInnerScroll::-webkit-scrollbar {
  /* スクロールバー 非表示 */
  display: none;
}
.companyList__indexList {
  display: flex;
  gap: 0 0;
  width: fit-content;
  margin: auto;
}
@media (any-hover: hover) {
  /* マウス操作の端末でスクロールさせない */
  .companyList__indexList {
    flex-wrap: wrap;
  }
}
.companyList__indexListItem > a {
  font-family: var(--font_family_ENG);
  font-size: 2.6rem;
  white-space: nowrap;
  border-radius: var(--radius_sm);
  display: flex;
  flex-direction: column;
  padding: 0.2em 0.4em;
  line-height: 1.5;
}
.companyList__indexListItem > a span {
  position: relative;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width:  0.3em;
  aspect-ratio: 1/cos(30deg);
  clip-path: polygon(50% 100%,100% 0,0 0);
  background: hsla(0, 0%, 100%, 0.5);
}
