.community-footer {
  background: url("/echishin/assets/images/corporate/community/im_community_footer.webp") center bottom/cover no-repeat;
  text-align: center;
  padding: 0 0 300px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .community-footer {
    background-image: url("/echishin/assets/images/corporate/community/im_community_footer_sp.webp");
    margin-top: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .community-footer {
    margin-top: 140px;
  }
}
.community-footer::after {
  content: "";
  position: absolute;
  display: block;
}
@media only screen and (max-width: 767px) {
  .community-footer::after {
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(180deg, #FFF 26.46%, rgba(255, 255, 255, 0) 100%);
  }
}
@media print, screen and (min-width: 768px) {
  .community-footer::after {
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(180deg, #FFF 17.46%, rgba(255, 255, 255, 0) 100%);
  }
}
.community-footer p {
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: 700;
  line-height: 175%; /* 35px */
  letter-spacing: 0.8px;
}
@media print, screen and (min-width: 768px) {
  .community-footer p {
    font-size: 32px;
    letter-spacing: 1.28px;
  }
}

.information-links {
  padding: 0 20px 25px;
  overflow-y: auto;
  max-height: 40vh;
}
@media print, screen and (min-width: 768px) {
  .information-links {
    padding: 0;
    margin-bottom: 45px;
    max-height: 200px;
  }
}
.information-links ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.information-links ul li {
  display: flex;
  gap: 6px 24px;
}
@media only screen and (max-width: 767px) {
  .information-links ul li {
    flex-direction: column;
  }
}
.information-links ul li span.date {
  flex-shrink: 0;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .information-links ul li span.date {
    font-size: 1.6rem;
  }
}
.information-links ul li span.date {
  font-weight: 400;
}
.information-links ul li a {
  display: inline-block;
  padding-left: 12px;
  background: url("/echishin/assets/images/common/ic_arrow-simple_red_right.svg") left 8px no-repeat;
}
@media print, screen and (min-width: 768px) {
  .information-links ul li a {
    background-position: left 10px;
  }
}

.history__items {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .history__items {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media print, screen and (min-width: 768px) {
  .history__items {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.history__item {
  display: flex;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .history__item {
    width: 100%;
  }
}
.history__item > a,
.history__item > div {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #F5F4F0;
  border: 1px solid #EEECE8;
  padding: 16px;
}
@media print, screen and (min-width: 768px) {
  .history__item > a,
  .history__item > div {
    gap: 18px;
    padding: 24px;
    border-radius: 12px;
  }
}
.history__item > a.movie .history__item-image,
.history__item > div.movie .history__item-image {
  position: relative;
}
.history__item > a.movie .history__item-image::after,
.history__item > div.movie .history__item-image::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url("/echishin/assets/images/common/ic_circle-start_wihte.svg") center no-repeat;
}
.history__item > a .history__item-image,
.history__item > div .history__item-image {
  position: relative;
  width: 100%;
  aspect-ratio: 216/162;
  background-color: white;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .history__item > a .history__item-image,
  .history__item > div .history__item-image {
    border-radius: 12px;
  }
}
.history__item > a .history__item-image img,
.history__item > div .history__item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.history__item > a .history__item-text,
.history__item > div .history__item-text {
  display: flex;
  flex-direction: column;
}
.history__item > a .history__item-date,
.history__item > div .history__item-date {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .history__item > a .history__item-date,
  .history__item > div .history__item-date {
    font-size: 1.6rem;
  }
}
.history__item > a .history__item-title,
.history__item > div .history__item-title {
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  .history__item > a .history__item-title,
  .history__item > div .history__item-title {
    font-size: 2rem;
  }
}
.history__item > a .history__item-title,
.history__item > div .history__item-title {
  font-weight: 700;
}
.history__item > a {
  padding-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .history__item > a {
    padding-bottom: 60px;
  }
}
.history__item > a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 22px;
  aspect-ratio: 1;
  background: url("/echishin/assets/images/common/ic_circle-arrow_right_red.svg") center/contain no-repeat;
}
@media print, screen and (min-width: 768px) {
  .history__item > a::after {
    width: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  .history__item > a:hover::after {
    transition: 0.25s all ease-out;
    background-image: url("/echishin/assets/images/common/ic_circle-arrow_right_white.svg");
  }
}
@media print, screen and (min-width: 768px) {
  .history__item > a:hover .history__item-image img {
    transition: 0.25s all ease-out;
    transform: scale(1.1);
  }
}
.history__item > a.history__item-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  width: calc(100% - 34px);
  height: 32px;
  padding: 0 0 10px 14px;
  left: 0;
  bottom: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
@media print, screen and (min-width: 768px) {
  .history__item > a.history__item-btn {
    height: 42px;
    padding: 0 0 10px 24px;
  }
}
.history__item > a.history__item-btn::after {
  display: none;
}
.history__item > a.history__item-btn .btn__link--arrow-right {
  display: flex;
  align-items: center;
  background: none;
  padding: 0;
}
.history__item > a.history__item-btn .btn__link--arrow-right span {
  line-height: 1;
  position: relative;
  padding: 0 0 2px;
}
@media only screen and (max-width: 767px) {
  .history__item > a.history__item-btn .btn__link--arrow-right span {
    font-size: 0.85em;
  }
}
.history__item > a.history__item-btn .btn__link--arrow-right span::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #000000;
}/*# sourceMappingURL=style.css.map */