@media screen and (min-width: 1441px) {
  @media screen and (max-height: 740px) {
    #report_mv .outer .inner h1 {
      font-size: 350%;
    }
  }
}

/* NPC */
@media screen and (max-width: 1440px) {
  #report_mv .outer .inner {
    font-size: 170%;
  }

  .nearby_section .map_area {
    width: 580px;
  }
  .nearby_section .map_list {
    width: calc(100% - 610px);
    display: flex;
    flex-wrap: wrap;
  }
  .nearby_section .map_list li {
    font-size: 90%;
  }
  .nearby_section .map_list li .alf {
    font-size: 200%;
  }
}
@media screen and (min-width: 1281px) {
  #report_photo_section ul li {
    width: calc(20% - 10px);
    margin: 5px;
  }
}
@media screen and (max-width: 1280px) {
  #report_mv .outer .inner {
    font-size: 150%;
  }
  #report_second .outer #report_second_img {
    width: 40%;
  }
  #report_second .outer #report_second_text {
    width: 60%;
  }
  #report_map .outer .inner#map_area_wrap {
    width: 45%;
  }
  #report_map .outer .inner#map_text {
    width: 55%;
  }
  #map_text .box {
    font-size: 110%;
  }

  .nearby_section .map_area {
    width: 540px;
  }
  .nearby_section .map_list {
    width: calc(100% - 560px);
  }
  .nearby_section .map_list li {
    width: 100%;
    margin-right: 0;
  }
  .place_list li .inner h5 {
    font-size: 110%;
  }

  #report_photo_section ul li {
    width: calc(25% - 10px);
    margin: 5px;
  }
  #report_photo_section ul li:nth-child(n + 9) {
    display: none;
  }
  #report_photo_modal .inner {
    width: calc(100% - 80px);
    left: 40px;
  }
}

/* タブレット */
@media screen and (max-width: 1024px) {
  #report_mv .outer .inner {
    font-size: 130%;
  }
  #report_second .outer #report_second_text {
    font-size: 95%;
  }
  #report_second_text .box p {
    width: 350px;
  }
  #map_text .box {
    max-width: 450px;
  }

  .nearby_section.map {
    flex-direction: column;
    align-items: center;
  }
  .nearby_section.map .nearby_title {
    margin-bottom: 40px;
  }
  .nearby_section .map_area {
    width: 600px;
  }
  .nearby_section .map_list {
    width: 100%;
    margin-top: 10px;
  }
  .nearby_section .map_list li {
    width: calc(50% - 10px);
    margin: 5px;
  }
  #report_about_map {
    width: 300px;
  }
  #report_about_info {
    width: calc(100% - 320px);
  }
  #report_photo_modal .inner ul li {
    width: calc(25% - 10px);
  }
}

/* タブレット 800 */
@media screen and (max-width: 800px) {
  #report_mv .outer .inner {
    padding: 60px;
  }
  #report_mv .outer .inner.yoko h1 {
    font-size: 10vw;
  }
  #report_second .outer #report_second_img,
  #report_second .outer #report_second_text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #report_second .outer #report_second_img {
    z-index: 0;
  }
  #report_second .outer #report_second_text {
    z-index: 1;
    font-size: 110%;
  }
  #report_second .outer #report_second_text .box {
    width: calc(100% - 50px);
    max-width: 450px;
    padding: 30px;
    background: rgba(0, 0, 0, 0.6);
  }
  #report_second_text .box p {
    width: 100%;
  }
  #report_map .outer .inner#map_area_wrap {
    width: 40%;
  }
  #report_map .outer .inner#map_text {
    width: 60%;
  }
  #report_info .wrap {
    width: calc(100% - 100px);
  }

  .report_info_section p.biko {
    margin-top: 40px;
  }
  .nearby_section .map_area {
    width: 100%;
  }
  .nearby_section {
    padding: 80px 0;
  }
  #report_about_wrap {
    flex-direction: column;
  }
  #report_about_map,
  #report_about_info {
    width: 100%;
  }
  #report_about_info {
    margin-top: 20px;
  }
  #report_about_map .gmap {
    height: 240px;
  }
  #report_photo_section ul {
    justify-content: space-between;
  }
  #report_photo_section ul li {
    width: calc(33.3% - 5px);
    margin: 5px 0;
  }
  #report_photo_section ul li:nth-child(n + 7) {
    display: none;
  }
  #report_photo_modal .inner ul li {
    width: calc(33.3% - 10px);
  }
}

/* SP */
@media screen and (max-width: 600px) {
  #report_mv .outer .inner {
    padding: 60px;
    padding: 50px 0;
    width: calc(100% - 40px);
    max-width: 340px;
    justify-content: center;
    font-size: 120%;
  }
  #report_mv .outer .inner.yoko h1 {
    font-size: 9vw;
  }
  #report_mv .outer .inner p {
    font-size: 90%;
  }
  #report_mv .outer .inner.yoko p {
    font-size: 4vw;
  }
  #report_second .outer #report_second_text {
    font-size: 100%;
  }
  #report_map .outer {
    flex-direction: column;
  }
  #report_map .outer .inner#map_area_wrap,
  #report_map .outer .inner#map_text {
    width: 100%;
  }
  #report_map .outer .inner#map_area_wrap {
    height: 35vh;
  }
  #report_map .outer .inner#map_text {
    height: 65vh;
    overflow: auto;
  }
  #map_area {
    height: 100%;
  }
  #map_text .box {
    font-size: 100%;
  }
  #map_text .box h2 {
    font-size: 160%;
    margin-bottom: 15px;
  }

  #report_info .wrap,
  #report_info .report_info_section .wrap {
    width: calc(100% - 50px);
  }

  .report_info_section p.biko {
    margin-top: 20px;
  }
  .nearby_section {
    padding: 40px 0;
  }
  .nearby_section .nearby_title h4 {
    font-size: 220%;
  }
  .nearby_section .nearby_title p {
    font-size: 80%;
  }
  .nearby_section .map_list li {
    width: 100%;
    margin: 5px 0;
  }
  .nearby_section .biko_box {
    margin-top: 20px;
  }
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
  }
  .slick-prev {
    left: 5px;
  }
  .slick-next {
    right: 5px;
  }
  #report_about_table table {
    font-size: 90%;
  }
  #report_about_table table th {
    width: 120px;
  }
  #report_photo_section ul li {
    width: calc(50% - 5px);
  }
  #report_photo_modal .inner {
    padding: 30px 15px;
  }
  #report_photo_modal .inner ul li {
    width: calc(50% - 10px);
  }
  .modal_close_bt {
    width: 50px;
    top: 10px;
    right: 10px;
  }
  #report_movie .movie_wrap {
    margin: 60px auto 30px;
  }
}
