.p-anchor {
  margin-block: 7.2rem;
}
@media (min-width: 768px) {
  .p-anchor {
    margin-block: 16rem 12rem;
  }
}
.p-anchor__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media (min-width: 768px) {
  .p-anchor__list {
    align-items: flex-end;
    grid-template-columns: repeat(3, 1fr);
    gap: 4.2rem 4rem;
  }
}
.p-anchor__item {
  border-bottom: 1px solid #CECECE;
  font-size: 1.5rem;
  line-height: 1.5333333333;
  min-height: 4.1rem;
  padding: 0 0 2rem 1.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-anchor__item {
    font-size: 1.6rem;
    line-height: 1.4375;
    min-height: 5.4rem;
    padding: 0 0 2rem 0.9rem;
    transition: var(--transition);
  }
  .p-anchor__item::after {
    content: "";
    background-color: var(--color-secondary);
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: var(--transition);
  }
  .p-anchor__item:hover {
    color: var(--color-secondary);
  }
  .p-anchor__item:hover::after {
    width: 100%;
  }
}
.p-anchor__item::before {
  content: "";
  background: url("../images/common/icon_arrow_down01.svg") no-repeat center/contain;
  height: 0.6rem;
  width: 1rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.p-other__item:not(:last-child) {
  margin-bottom: 7.2rem;
}
@media (min-width: 768px) {
  .p-other__item:not(:last-child) {
    margin-bottom: 16rem;
  }
}
.p-other__item-head {
  display: flex;
  gap: 4.8rem;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .p-other__item-head {
    flex-direction: row;
    gap: 10rem;
  }
}
@media (min-width: 768px) {
  .p-other__item-media {
    width: 50%;
    flex-shrink: 0;
  }
}
.p-other__item-body {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .p-other__item-body {
    margin-top: 8rem;
  }
}
.p-other__item-body .c-boxCheck {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .p-other__item-body .c-boxCheck {
    margin-top: 5.7rem;
  }
}
.p-other__film {
  margin-top: 7.4rem;
}
@media (min-width: 768px) {
  .p-other__film {
    margin-top: 7.4rem;
  }
}
.p-other__film-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-top: 3.2rem;
}
@media (min-width: 768px) {
  .p-other__film-list {
    gap: 2rem;
    margin-top: 4.8rem;
  }
}
.p-other__film-item {
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .p-other__film-item {
    flex: 0 0 33.33%;
    max-width: calc(33.33% - 1.33rem);
  }
}
.p-other__film-item .media {
  width: 12rem;
  aspect-ratio: 1;
}
.p-other__film-item .content {
  padding: 1rem 2rem;
  flex: 1;
}
.p-other__film-item .sub {
  color: var(--color-secondary);
  font-size: 1rem;
  font-family: var(--font-en);
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .p-other__film-item .sub {
    font-size: 0.9rem;
  }
}
.p-other__film-item .ttl {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.375;
}
.p-other__types {
  margin-top: 7.4rem;
}
@media (min-width: 768px) {
  .p-other__types {
    margin-top: 7.4rem;
  }
}
.p-other__types-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem 2.5rem;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .p-other__types-list {
    gap: 2rem;
  }
}
.p-other__types-list li {
  flex: 1 0 calc(50% - 2.5rem);
}
@media (min-width: 768px) {
  .p-other__types-list li {
    flex: 1 0 calc(25% - 2.5rem);
    text-align: center;
  }
}
.p-other__types-list li .media {
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .p-other__types-list li .c-txtCheck {
    justify-content: center;
  }
  .p-other__types-list li .c-txtCheck__desc {
    flex: none;
  }
}
.p-other__imgcomp {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .p-other__imgcomp {
    margin-top: 5rem;
  }
}
/*# sourceMappingURL=maps/other.css.map */
