.article-header {
  display: none !important;
}

#my-content .mv {
  background: url(../img/mv_bg_pc.png) center center/cover no-repeat;
  margin-top: -60px;
  padding: 80px 20px 33px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  #my-content .mv {
    background: url(../img/mv_bg_sp.png) center center/cover no-repeat;
    margin-top: -50px;
    padding: 10px 0 0;
  }
}
#my-content .cta {
  background-color: #f0fade;
}
#my-content .additional-info {
  background-color: #f0fade;
  color: #845745;
}
#my-content .activity {
  background: url(../img/activity_bg.png) left bottom/auto repeat-x;
}
#my-content .activity__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  grid-template-rows: auto;
  gap: 4rem;
}
@media only screen and (max-width: 834px) {
  #my-content .activity__list {
    grid-template-columns: 1fr;
  }
}
#my-content .activity__list-item {
  background-color: #fff;
  border: 2px solid;
  border-radius: 2rem;
  padding: 0 0 2rem;
  display: flex;
  flex-direction: column;
}
#my-content .activity__list-item.--pink {
  border-color: #ffc0bc;
}
#my-content .activity__list-item.--green {
  border-color: #c2e080;
}
#my-content .activity__list-item.--orange {
  border-color: #ffc49f;
}
#my-content .activity__list-item.--rose {
  border-color: #f7acbc;
}
#my-content .activity__title {
  min-height: 4em;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  border-bottom: 2px solid;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.4;
  padding: 1rem 5rem 1rem 4rem;
  position: relative;
}
#my-content .activity__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 1rem;
  width: 1.5em;
  height: 2em;
}
#my-content .activity__title.--pink {
  border-color: #ffc0bc;
}
#my-content .activity__title.--pink::before {
  background: url(../../page_common/img/tree_pink.png) center bottom/contain no-repeat;
}
#my-content .activity__title.--green {
  border-color: #c2e080;
}
#my-content .activity__title.--green::before {
  background: url(../../page_common/img/tree_green.png) center bottom/contain no-repeat;
}
#my-content .activity__title.--orange {
  border-color: #ffc49f;
}
#my-content .activity__title.--orange::before {
  background: url(../../page_common/img/tree_orange.png) center bottom/contain no-repeat;
}
#my-content .activity__title.--rose {
  border-color: #f7acbc;
}
#my-content .activity__title.--rose::before {
  background: url(../../page_common/img/tree_rose.png) center bottom/contain no-repeat;
}
#my-content .activity__meta {
  min-width: 16em;
  width: fit-content;
  margin-inline: auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  border-radius: 99px 0 0 99px;
  color: #fff;
  font-size: 0.9375em;
  line-height: 1;
  padding: 0.4em 1em;
  margin-bottom: 0.25em;
}
#my-content .activity__meta.--pink {
  background-color: #ffc0bc;
}
#my-content .activity__meta.--green {
  background-color: #c2e080;
}
#my-content .activity__meta.--orange {
  background-color: #ffc49f;
}
#my-content .activity__meta.--rose {
  background-color: #f7acbc;
}
#my-content .activity__excerpt {
  flex-grow: 1;
  font-size: 1em;
  line-height: 2.0625;
  padding: 0 4rem;
}
#my-content .activity__thumbnail {
  float: right;
  width: 50%;
  height: auto;
  border: 1px solid;
  margin: 0.5em 0 1em 1em;
  aspect-ratio: 16/9;
}
#my-content .activity__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#my-content .activity__thumbnail.--pink {
  border-color: #ffc0bc;
}
#my-content .activity__thumbnail.--green {
  border-color: #c2e080;
}
#my-content .activity__thumbnail.--orange {
  border-color: #ffc49f;
}
#my-content .activity__thumbnail.--rose {
  border-color: #f7acbc;
}
#my-content .activity__more {
  font-size: 1em;
  line-height: 1;
  margin-top: 0.5em;
  padding: 0 4rem;
  text-align: right;
  transition: all 0.3s ease-in-out;
}
#my-content .activity__more:hover {
  opacity: 0.7;
}
#my-content .activity__more.--pink {
  color: #ffc0bc;
}
#my-content .activity__more.--green {
  color: #c2e080;
}
#my-content .activity__more.--orange {
  color: #ffc49f;
}
#my-content .activity__more.--rose {
  color: #f7acbc;
}/*# sourceMappingURL=page_top.css.map */