.menu_list li:nth-child(5) a {
  opacity: 0.4;
}
.mania-fv {
  position: relative;
}
.mania-top-img {
  height: 26.4vw;
  object-fit: contain;
  object-position: top right;
  width: 100%;
}
.mania-top-img.sp_only {
  display: none;
}
@media screen and (max-width: 640px) {
  .mania-top-img.pc_only {
    display: none;
  }
  .mania-top-img.sp_only {
    display: block;
    height: 100%;
  }
}
.mania-fv-text-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6.667vw;
  text-align: left;
}
.mania-fv-text-wrap h1 {
  font-size: 32px;
  font-size: 2.133vw;
  line-height: 1;
  margin-bottom: 1.667vw;
  font-weight: 500;
}
.mania-fv-text-wrap h1 span {
  font-size: 48px;
  font-size: 3.2vw;
  line-height: calc(72 / 48);
}
.mania-fv-text {
  font-size: 24px;
  font-size: 1.6vw;
  line-height: 1.5;
  font-weight: 500;
}
.mania-content {
  margin: 50px 0 150px;
  text-align: left;
  font-size: 16px;
}
.mania-content .inner {
  max-width: 1216px;
  /* padding: 0 20px; */
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
.mania-content .inner {
    padding: 0 20px;
}
}
.mania-content-top-text {
  line-height: 2;
  margin-top: 50px;
  text-align: center;
  font-weight: bold;
font-size: 21px;
}
.mania-content-top-text br.sp-only {
  display: none;
}
.mania-wrap {
  margin: 80px 0;
}
.mania-person {
  display: flex;
  align-items: center;
  background-color: #e1e0db;
}

.mania-person-img {
  min-width: 384px;
  width: 25.6vw;
}

.mania-person-text-wrap {
  padding: 0px 65px;
  padding: 0 4.333vw;
  line-height: calc(36 / 24);
}
@media screen and (min-width: 1500px) {
  .mania-person-text-wrap {
    padding: 0 65px;
  }
}
@media (max-width: 900px) and (min-width: 641px) {
  .mania-person-text-wrap {
    padding: 30px;
    padding: 2vw;
  }
}
.person-job {
  font-size: 14px;
  font-weight: bold;
}
.person-name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.person-name span {
  font-size: 14px;
}
h3.mania-content-title {
  font-size: 24px;
  margin: 0 0 10px;
  font-weight: bold;
  line-height: calc(54 / 36);
}
.mania-maintext-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.mania-maintext {
  line-height: 2;
}
.mania-item-wrap {
  display: flex;
  margin-top: 50px;
  gap: 24px;
}
@media screen and (min-width: 641px) {
.mania-left-wrap{
  min-width: 384px;
    width: 25.6vw;
}
}
.mania-item-wrap .mania-img {
  width: 384px;
  margin-bottom: 10px;
}
.mania-itemtext {
  margin-bottom: 32px;
  line-height: 2;
}
.mania-bottomtext-wrap {
  margin-top: 2px;
}
.mania-bottomtext-title {
  font-weight: bold;
  margin-bottom: 8px;
}
.mania-bottomtext-wrap.sp-only {
  display: none;
}
.mania-bottomtext{
      line-height: calc(24 / 14);
      font-size: 14px;
}
.mania-line {
  height: 1px;
  background-color: #9c1721;
  width: 100%;
}
.mania-writer-content{
  display: flex;
background-color: #006577;
border-radius: 20px;
color: #fff;
align-items: center;
}
.mania-writer-img{
  width: 245px;
  margin-left: 115px;
    margin-left: min(115px, 7.667vw);
  margin-top: 14px;
}
@media screen and (max-width: 640px) {
  .mania-content{
    font-size: 15px;
    margin: 50px 0;
  }
  .mania-fv-text br.pc-only{
    display: none;
  }
  .mania-person {
    flex-direction: column;
  }
  .mania-item-wrap {
    flex-direction: column-reverse;
    gap: 0;
    margin-top: 20px;
  }
  .mania-img-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .mania-person-img {
    width: 100%;
    min-width: unset;
  }
  .mania-person-text-wrap {
    padding: 24px 20px;
  }
  .mania-item-wrap .mania-img {
    width: 100%;
    margin-bottom: 0;
  }
  .mania-fv-text-wrap h1 span {
    font-size: 39px;
    /* font-size: 10.4vw; */

  }
  .mania-fv-text-wrap h1 {
    font-size: 26px;
    /* font-size: 6.933vw; */
     margin-bottom: 20px;
  }
  .mania-fv-text {
    font-size: 18px;
    /* font-size: 4.8vw; */
  }
  .mania-fv-text-wrap {
    top: 50px;
    top: 13.333vw;
    transform: unset;
    left: 20px;
    left: 5.333vw;
    padding-right: 5.333vw;
  }
  .mania-content-top-text {
    /* font-size: 12px; */
    /* font-size: 3.2vw; */
    font-size: 14px;
    /* margin-top: 0; */
  }
  .mania-content-top-text br.sp-only {
    display: block;
  }
  .person-job {
    font-size: 10px;
    /* font-size: 2.667vw; */
  }
  .person-name {
    font-size: 18px;
    /* font-size: 4.8vw; */
  }
  .person-name span {
    font-size: 10px;
    /* font-size: 2.667vw; */
  }
  h3.mania-content-title {
    font-size: 18px;
    /* font-size: 4.8vw; */
    margin: 20px 0 10px;
  }
  .mania-maintext-title {
    font-size: 15px;
    /* font-size: 4vw; */
  }
  .mania-wrap.mania01{
    margin: 20px 0 50px;
  }
    .mania-wrap.mania02{
    margin: 50px 0 150px;
  }
  .mania-itemtext{
    margin-bottom: 20px;
  }
.mania-bottomtext{
  font-size: 11px;
}
.mania-bottomtext-title{
  font-size: 12px;
}
.mania-bottomtext-wrap{
  margin-top: 8px;
}
.mania-writer-content{
  flex-direction: column;
}
.mania-writer-img{
  margin-left: 0;
  margin-top: 5.333vw;
  width: 48vw;
}
}
.page-btn a {
    color: #fff;
}
.page-btn {
    margin-bottom: 150px;
}
@media screen and (max-width: 640px) {
.page-btn {
    margin-bottom: 70px;
}
}
