/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_past
====================================================================== */
.p_past {
  font-family: 'M PLUS 1', sans-serif;
}
.p_past * {
  box-sizing: border-box;
}
.p_past .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .p_past .pc {
    display: none;
  }
}
.p_past .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_past .sp {
    display: block;
  }
}

.p_past_mv {
  background: url(../img/past/mvbg.png) center center/cover no-repeat;
  min-height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p_past_mv {
    min-height: 200px;
    background: url(../img/past/sp/mvbg.png);
    background-size: cover;
  }
}
.p_past_mv__inner {
  width: calc(100% - 60px);
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p_past_mv__inner {
    width: calc(100% - 32px);
  }
}
.p_past_mv__logo {
  width: 480px;
  margin: 0;
  position: absolute;
  left: 30px;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .p_past_mv__logo {
    width: 240px;
    top: 10px;
    left: 4.6875vw;
  }
}
.p_past_mv__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.p_past_mv__title_wrap {
  width: 78vw;
  max-width: 700px;
  margin: 0 auto;
  padding: 30px 24px 34px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_past_mv__title_wrap {
    padding: 24px 16px 26px;
    margin: 0;
    width: 100%;
  }
}
.p_past_mv__title_sub {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  text-shadow: 2px 2px 0 #000;
}
@media screen and (max-width: 768px) {
  .p_past_mv__title_sub {
    font-size: 19px;
    text-shadow: 2px 2px 0 #000;
  }
}
.p_past_mv__title_main {
  margin: 10px 0 0;
  color: #fff;
  font-weight: 900;
  font-size: 46px;
  line-height: 1.1;
  text-shadow: 2px 2px 0 #000;
}
@media screen and (max-width: 768px) {
  .p_past_mv__title_main {
    margin-top: 8px;
    font-size: 27px;
    text-shadow: 2px 2px 0 #000;
  }
}

.p_past .l_content_top {
  background: #111;
}

.p_past_content {
  color: #222;
  background-color: #f0f4d3;
  position: relative;
}
.p_past_content:after {
  content: "";
  background: url(../img/top5/sec7-bgico2.png) no-repeat center/contain;
  width: 7.2vw;
  aspect-ratio: 1 / 1;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) and (min-width: 376px) {
  .p_past_content:after {
    width: 14vw;
  }
}
@media screen and (max-width: 375px) {
  .p_past_content:after {
    width: 14.4vw;
  }
}

.p_past_intro {
  padding: 56px 0 48px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_past_intro {
    padding: 40px 4.6875vw 32px;
  }
}
.p_past_intro__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.p_past_intro__lead {
  margin: 0 0 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p_past_intro__lead {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.9;
    text-align: center;
  }
}

.p_past_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p_past_nav {
    gap: 5px;
  }
}
.p_past_nav__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 14px 32px;
  border: 3px solid #fff;
  border-radius: 999px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 3px 3px 0 #000;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .p_past_nav__btn {
    min-width: auto;
    width: calc( ( 100% - 10px ) / 3 );
    padding: 12px 8px;
    font-size: 24px;
    border-radius: 10px;
  }
  .p_past_nav__btn span {
    font-size: 18px;
  }
}
.p_past_nav__btn:hover {
  opacity: 0.85;
}
.p_past_nav__btn--pink {
  background: #e83451;
}
.p_past_nav__btn--green {
  background: #2daf8e;
}
.p_past_nav__btn--blue {
  background: #4ba3e3;
}

.p_past_content__main {
  padding: 0 0 64px;
}
@media screen and (max-width: 768px) {
  .p_past_content__main {
    padding-bottom: 48px;
  }
}

.p_past_content__inner {
  width: calc(100% - 60px);
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p_past_content__inner {
    width: calc(100% - 32px);
  }
}

.p_past_year_group {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p_past_year_group {
    margin-bottom: 40px;
  }
}
.p_past_year_group:last-child {
  margin-bottom: 0;
}
.p_past_year_group .p_past_year__note {
  margin: 0;
  padding: 20px 0 0;
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_past_year_group .p_past_year__note {
    padding-top: 16px;
    font-size: 12px;
    text-align: center;
  }
}

.p_past_year {
  margin-bottom: 0;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.p_past_year--pink {
  border-left: 8px solid #e83451;
  border-right: 8px solid #e83451;
  border-bottom: 8px solid #e83451;
}
@media screen and (max-width: 768px) {
  .p_past_year--pink {
    border-left: 4px solid #e83451;
    border-right: 4px solid #e83451;
    border-bottom: 4px solid #e83451;
  }
}
.p_past_year--pink .p_past_year__head {
  background: #e83451;
}
.p_past_year--pink .p_past_year__tab::after {
  border-top-color: #e83451;
}
.p_past_year--pink .p_past_year__body {
  background: #ffede1;
}
.p_past_year--pink .p_past_subttl {
  background: #ff7a87;
}
.p_past_year--pink .p_past_subttl::before {
  background-image: url(../img/past/ttlbg1.png);
}
.p_past_year--pink .p_past_subttl::after {
  background-image: url(../img/past/ttlbg2.png);
}
.p_past_year--pink .p_past_item__comment_btn {
  background: #ff6660;
}
.p_past_year--pink .p_past_item.is-open .p_past_item__comment_btn {
  background: #ff7a8d;
}
.p_past_year--green {
  border-left: 8px solid #2daf8e;
  border-right: 8px solid #2daf8e;
  border-bottom: 8px solid #2daf8e;
}
@media screen and (max-width: 768px) {
  .p_past_year--green {
    border-left: 4px solid #2daf8e;
    border-right: 4px solid #2daf8e;
    border-bottom: 4px solid #2daf8e;
  }
}
.p_past_year--green .p_past_year__head {
  background: #2daf8e;
}
.p_past_year--green .p_past_year__tab::after {
  border-top-color: #2daf8e;
}
.p_past_year--green .p_past_year__body {
  background: #e0f6db;
}
.p_past_year--green .p_past_subttl {
  background: #37d46d;
}
.p_past_year--green .p_past_subttl::before {
  background-image: url(../img/past/ttlbg3.png);
}
.p_past_year--green .p_past_subttl::after {
  background-image: url(../img/past/ttlbg4.png);
}
.p_past_year--green .p_past_item__comment_btn {
  background: #37d46d;
}
.p_past_year--green .p_past_item.is-open .p_past_item__comment_btn {
  background: #69e89a;
}
.p_past_year--blue {
  border-left: 8px solid #4ba3e3;
  border-right: 8px solid #4ba3e3;
  border-bottom: 8px solid #4ba3e3;
}
@media screen and (max-width: 768px) {
  .p_past_year--blue {
    border-left: 4px solid #4ba3e3;
    border-right: 4px solid #4ba3e3;
    border-bottom: 4px solid #4ba3e3;
  }
}
.p_past_year--blue .p_past_year__head {
  background: #4ba3e3;
}
.p_past_year--blue .p_past_year__tab::after {
  border-top-color: #4ba3e3;
}
.p_past_year--blue .p_past_year__body {
  background: #e8f9f8;
}
.p_past_year--blue .p_past_subttl {
  background: #30c7e2;
}
.p_past_year--blue .p_past_subttl::before {
  background-image: url(../img/past/ttlbg5.png);
}
.p_past_year--blue .p_past_subttl::after {
  background-image: url(../img/past/ttlbg6.png);
}
.p_past_year--blue .p_past_item__comment_btn {
  background: #30c7e2;
}
.p_past_year--blue .p_past_item.is-open .p_past_item__comment_btn {
  background: #62dbff;
}
.p_past_year__head {
  position: relative;
}
.p_past_year__tab {
  position: relative;
  margin: 0;
  padding: 18px 16px 24px;
  color: #ffff38;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_past_year__tab {
    padding: 10px 12px 10px;
    font-size: 28px;
  }
}
.p_past_year__tab::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 16px solid;
}
.p_past_year__body {
  padding: 32px 28px 40px;
}
@media screen and (max-width: 768px) {
  .p_past_year__body {
    padding: 24px 10px 32px;
  }
}

.p_past_section + .p_past_section {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p_past_section + .p_past_section {
    margin-top: 32px;
  }
}

.p_past_subttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin: 0 0 28px;
  padding: 10px 64px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_past_subttl {
    display: block;
    min-height: 46px;
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 15px;
  }
  .p_past_subttl span {
    position: relative;
    z-index: 1;
  }
}
.p_past_subttl span {
  text-shadow: 1px 1px 0 #000;
}
.p_past_subttl::before, .p_past_subttl::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .p_past_subttl::before, .p_past_subttl::after {
    width: 92px;
  }
}
.p_past_subttl::before {
  left: 0;
}
.p_past_subttl::after {
  right: 0;
}
.p_past_subttl__sub {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p_past_subttl__sub {
    display: inline;
    margin-top: 2px;
  }
}

.p_past_items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -12px;
}

.p_past_item {
  display: flex;
  width: 50%;
  padding: 0 12px 24px;
}
@media screen and (max-width: 768px) {
  .p_past_item {
    width: 100%;
    padding-bottom: 20px;
  }
}
.p_past_item__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 20px 24px;
  background: #fff;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p_past_item__inner {
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    padding: 16px 16px 20px;
  }
}
.p_past_item--even .p_past_item__inner::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 150px;
  height: 150px;
  background: url(../img/past/sec1-ico1.png) no-repeat center/contain;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p_past_item--even .p_past_item__inner::after {
    width: 56px;
    height: 56px;
    top: -4px;
    right: -4px;
  }
}
.p_past_item--odd .p_past_item__inner::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 150px;
  height: 150px;
  background: url(../img/past/sec1-ico2.png) no-repeat center/contain;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p_past_item--odd .p_past_item__inner::before {
    width: 56px;
    height: 56px;
    bottom: -4px;
    left: -4px;
  }
}
.p_past_item__thumb_wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p_past_item__thumb_wrap {
    margin-bottom: 16px;
  }
}
.p_past_item__thumb {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #2a2a2a;
  border-radius: 12px;
}
.p_past_item__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p_past_item__video {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.p_past_item__video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.p_past_item__video video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: contain;
  object-position: center center;
  background: #000;
}
.p_past_item__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.p_past_item__award {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.p_past_item__name {
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p_past_item__name {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
  }
}
.p_past_item__comment {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.p_past_item__comment_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 12px 48px;
  border: none;
  border-radius: 999px;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  transition: background-color 0.2s, opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .p_past_item__comment_btn {
    min-width: 0;
    width: 100%;
    padding: 5px 40px;
    font-size: 12px;
  }
}
.p_past_item__comment_icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p_past_item__comment_icon {
    right: 16px;
  }
}
.p_past_item__comment_icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -2px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: transform 0.2s, margin 0.2s;
}
.p_past_item__comment_body {
  width: 100%;
  padding: 18px;
  border-radius: 10px;
  text-align: left;
}
.p_past_item__comment_body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
}
@media screen and (max-width: 768px) {
  .p_past_item__comment_body p {
    font-size: 13px;
  }
}
.p_past_item.is-open .p_past_item__comment_icon::before {
  margin-top: 2px;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.p_past_bottom {
  margin-top: 48px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_past_bottom {
    margin-top: -10px;
  }
}
.p_past_bottom__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 360px;
  max-width: 100%;
  padding: 16px 48px;
  background: #ffdd44;
  color: #111;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  border: 3px solid #111;
  border-radius: 999px;
  box-shadow: 4px 4px 0 #111;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .p_past_bottom__btn {
    min-width: 0;
    max-width: 250px;
    padding: 14px 32px;
    font-size: 16px;
    gap: 10px;
  }
}
.p_past_bottom__btn:hover {
  opacity: 0.85;
}
.p_past_bottom__icon {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 12px;
}
.p_past_bottom__icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background: #111;
  transform: translateY(-50%);
}
.p_past_bottom__icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-left: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: translateY(-50%) rotate(45deg);
}

.footer {
  font-family: 'Noto Sans JP', sans-serif;
  background: url(../img/top5/footer-bg.png);
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer {
    background: url(../img/top5/sp/footer-bg.png);
    background-size: cover;
    background-position: right top;
  }
}
.footer__inner {
  width: 1000px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding: 60px 0 30px;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 40px 0 24px;
  }
}
.footer__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .footer__main {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
.footer__logo {
  flex-shrink: 0;
  margin: 0;
  width: 42%;
  max-width: 420px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 100%;
    max-width: 230px;
  }
}
.footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__body {
  flex: 1;
  max-width: 520px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .footer__body {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
}
.footer__org {
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .footer__org {
    margin-bottom: 20px;
    text-align: left;
  }
}
.footer__contact {
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .footer__contact {
    margin-bottom: 20px;
    text-align: left;
  }
}
.footer__contact p {
  line-height: 1.5;
  margin: 0;
}
.footer__contact a {
  color: #fff;
  text-decoration: underline;
}
.footer__contact a:hover {
  opacity: 0.85;
}
@media screen and (max-width: 768px) {
  .footer__contact {
    margin-bottom: 20px;
  }
}
.footer__notes {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .footer__notes {
    font-size: 12px;
    text-align: left;
  }
}
.footer__notes li {
  padding: 0 0 0 1rem;
  text-indent: -1rem;
}
.footer__notes li + li {
  margin-top: 8px;
}
.footer__copy {
  margin: 40px 0 0;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    margin-top: 50px;
    font-size: 12px;
  }
}

/*# sourceMappingURL=past.css.map */
