.menu_list li:nth-child(4) a {
  opacity: 0.4;
}
@media screen and (max-width: 640px) {
  /* .menu_list li a:first-child a{
    background:unset;
  } */
  /* .menu_list li:first-child a {
    display: inline;
    background:unset;
} */
}
.legends-fv {
  position: relative;
}
.legends-top-img {
  height: 26.4vw;
  object-fit: contain;
  object-position: top right;
  width: 100%;
}

.legends-top-img.sp_only {
  display: none;
}
@media screen and (max-width: 640px) {
  .legends-top-img.pc_only {
    display: none;
  }
  .legends-top-img.sp_only {
    display: block;
    height: 100%;
  }
}
.legends-content-top-text br.sp-only {
  display: none;
}

.legends-fv-text-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6.667vw;
  text-align: left;
}
.legends-fv-text-wrap h1 {
  font-size: 32px;
  font-size: 2.133vw;
  line-height: 1;
  margin-bottom: 1.667vw;
  font-weight: 500;
}
.legends-fv-text-wrap h1 span {
  font-size: 48px;
  font-size: 3.2vw;
  line-height: calc(72 / 48);
}
.legends-fv-text {
  font-size: 1.6vw;
  line-height: 1.5;
}
.legends-content {
  margin: 50px 0 150px;
}

.legends-content-top-text {
  line-height: 2;
  margin: 50px 0 32px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.sp_only {
  display: none;
}
.legends-item {
  display: flex;
  max-width: 1500px;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
  align-items: stretch;
  margin-bottom: 20px;
}
.legends-item-text-wrap {
  text-align: left;
  /* max-width: 657px; */
}
.legends-name-en {
  font-size: 48px;
}

.legends-name-jp {
  font-size: 18px;
}
.legends-title {
  font-size: 24px;
  margin: 16px 0;
  font-weight: bold;
}
.legends-text {
  font-size: 15px;
  line-height: 2;
}
.legends-item-img-wrap {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 630px;
  width: 42vw;
  flex-shrink: 0;
}
.legends-img {
  width: 100%;
}
.legends-item-img {
  position: absolute;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}
.legends-item1 .legends-item-img,
.legends-item3 .legends-item-img,
.legends-item5 .legends-item-img,
.legends-item7 .legends-item-img {
  left: -12%;
}
.legends-item2 .legends-item-img {
  right: -14%;
}
.legends-item4 .legends-item-img,
.legends-item6 .legends-item-img {
  right: -16%;
}
.legends-item1 .legends-item-img {
  max-height: 280px;
  height: 18.667vw;
}
.legends-item2 .legends-item-img {
  max-height: 306px;
  height: 20.4vw;
}
.legends-item3 .legends-item-img {
  max-height: 250px;
  height: 16.667vw;
}
.legends-item4 .legends-item-img {
  max-height: 220px;
  height: 14.667vw;
}
.legends-item5 .legends-item-img {
  max-height: 220px;
  height: 14.667vw;
}
.legends-item6 .legends-item-img {
  max-height: 240px;
  height: 16vw;
}
.legends-item7 .legends-item-img {
  max-height: 210px;
  height: 14vw;
}
.legends-item2 .legends-item-text-wrap,
.legends-item4 .legends-item-text-wrap,
.legends-item6 .legends-item-text-wrap {
  background-color: #f7f7f7;
}

@media screen and (min-width: 1501px) {
  .legends-item1 .legends-item-text-wrap,
  .legends-item3 .legends-item-text-wrap,
  .legends-item5 .legends-item-text-wrap,
  .legends-item7 .legends-item-text-wrap {
    padding: 60px 170px 50px 54px;
  }
  .legends-item2 .legends-item-text-wrap,
  .legends-item4 .legends-item-text-wrap,
  .legends-item6 .legends-item-text-wrap {
    padding: 60px 54px 50px 170px;
  }
}
@media (max-width: 1500px) and (min-width: 641px) {
  .legends-item1 .legends-item-text-wrap,
  .legends-item3 .legends-item-text-wrap,
  .legends-item5 .legends-item-text-wrap,
  .legends-item7 .legends-item-text-wrap {
    padding: 4vw 11.333vw 3.333vw 3.6vw;
  }
  .legends-item2 .legends-item-text-wrap,
  .legends-item4 .legends-item-text-wrap,
  .legends-item6 .legends-item-text-wrap {
    padding: 4vw 3.6vw 3.333vw 11.333vw;
  }
}
@media screen and (max-width: 1200px) {
  .legends-name-en {
    font-size: max(36px, 4vw);
  }
  .legends-name-jp {
    font-size: max(18px, 2vw);
  }
  .legends-title {
    font-size: max(18px, 2vw);
  }
  .legends-text {
    /* font-size: max(12px, 1.333vw); */
  }
}
@media screen and (max-width: 640px) {
  .sp_only {
    display: block;
  }
  .legends-top-img {
    height: 283px;
    object-fit: cover;
    width: 100%;
  }

  .legends-item-img {
    width: 100%;
  }
  .legends-fv-text-wrap h1 span {
    font-size: 39px;
  }
  .legends-fv-text-wrap h1 {
    font-size: 26px;
  }
  .legends-fv-text-wrap {
    top: 50px;
    top: 13.333vw;
    transform: unset;
    left: 20px;
    left: 5.333vw;
    /* padding-right: 5.333vw; */
  }

  .legends-content {
    padding: 0 20px;
    margin: 40px 0 100px;
  }
  .legends-content-top-text {
    margin-top: 0;
    font-size: 15px;
    text-align: left;
  }
  .legends-content-top-text .pc-only {
    display: none;
  }
  .legends-item {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .legends-item1,
  .legends-item3,
  .legends-item5,
  .legends-item7 {
    flex-direction: column-reverse;
  }
  .legends-item-img-wrap {
    width: 100%;
    max-width: unset;
    display: block;
  }
  .legends-img {
    width: 90%;
    width: 86%;
    margin-left: auto;
  }
  .legends-content {
    padding: 0;
    overflow: hidden;
  }
  .legends-content .inner {
    margin: 0 20px;
  }
  .legends-item-text-wrap {
    padding: 20px;
  }
  .legends-item-img {
    object-fit: contain;
    width: fit-content;
    z-index: 10;
    margin: 0;
    display: block;
  }

  .legends-item1 .legends-item-img {
    /* max-height: 140px; */
    height: 37.333vw;
    height: 205px;
  }
  .legends-item2 .legends-item-img {
    /* max-height: 150px; */
    height: 40vw;
    height: 214px;
  }
  .legends-item3 .legends-item-img {
    /* max-height: 125px; */
    height: 33.333vw;
    height: 190px;
  }
  .legends-item4 .legends-item-img {
    /* max-height: 110px; */
    height: 29.333vw;
    height: 160px;
  }
  .legends-item5 .legends-item-img {
    /* max-height: 110px; */
    height: 29.333vw;
    height: 195px;
  }
  .legends-item6 .legends-item-img {
    /* max-height: 120px; */
    height: 32vw;
    height: 184px;
  }
  .legends-item7 .legends-item-img {
    /* max-height: 105px; */
    height: 28vw;
    height: 156px;
  }

  .legends-item1 .legends-item-img,
  .legends-item3 .legends-item-img {
    left: 10px;
  }
  .legends-item5 .legends-item-img {
    left: 35px;
  }
  .legends-item7 .legends-item-img {
    left: 14px;
  }
  .legends-item4 .legends-item-img {
    right: 14px;
  }
  .legends-item2 .legends-item-img {
    right: 35px;
  }
  .legends-item6 .legends-item-img {
    right: 14px;
  }
  .legends-item2 .legends-img,
  .legends-item4 .legends-img,
  .legends-item6 .legends-img {
    margin-left: unset;
    margin-right: auto;
    position: relative;
    /* left: -35px; */
    left: -85px;
  }
  .legends-item6 .legends-img {
    left: -67px;
  }
  .legends-item1 .legends-img {
    position: relative;
    right: -40px;
  }
  .legends-item3 .legends-img {
    position: relative;
    /* right: -10px; */
    right: -90px;
  }
  .legends-item5 .legends-img {
    position: relative;
    /* right: -35px; */
    right: -95px;
  }
  .legends-item7 .legends-img {
    position: relative;
    /* right: -35px; */
    right: -75px;
  }
  .legends-name-en {
    font-size: 36px;
  }
  .legends-name-jp {
    font-size: 14px;
  }
  .legends-title {
    font-size: 18px;
  }
  .legends-text {
    /* font-size: 12px; */
  }
  .legends-item2 .legends-item-text-wrap,
  .legends-item4 .legends-item-text-wrap,
  .legends-item6 .legends-item-text-wrap {
    margin-top: -5px;
  }

  /* iPhoneでの表示崩れ修正 */
  @supports (-webkit-touch-callout: none) {
    /* .legends-item-img-wrap {
      width: 100vw;
    } */
    .legends-item1 .legends-item-img {
      left: -125px;
      left: -33.333vw;
    }
    .legends-item3 .legends-item-img {
      left: -105px;
      left: -28vw;
    }
    .legends-item5 .legends-item-img {
      /* left: 35px; */
      left: -95px;
      left: -25.333vw;
    }
    .legends-item7 .legends-item-img {
      /* left: 35px; */
      left: -105px;
      left: -28vw;
    }
    .legends-item4 .legends-item-img {
      /* right: 20px; */
      right: -100px;
      right: -26.667vw;
    }
    .legends-item2 .legends-item-img,
    .legends-item6 .legends-item-img {
      /* right: 35px; */
      right: -100px;
      right: -26.667vw;
    }
    /* .legends-item-img {
    left: 0 !important;
    margin-left: 35px !important;
  } */
  }
}
.page-btn a {
  color: #fff;
}
.page-btn {
  margin-bottom: 150px;
}
@media screen and (max-width: 640px) {
  .page-btn {
    margin-bottom: 70px;
  }
}
