@charset "utf-8";

*, *::before, *::after {
    box-sizing: border-box;
}


body {
    font-family: "source-han-serif-jp-variable", sans-serif;
    font-size: 20px;
    line-height: 200%;
    color: #fff;
    background-color: #000;
    width: 100vw;
    overflow-x: clip;
}

img {
    max-width: 100%;
    display: block;
}
figure {
  margin: 10vh 0;
}

figcaption {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 16px;
  line-height: 140%;
  text-align: left;
  padding: 0 2%;
  margin-top: 0.5em;
}

.keep_break {
  word-break: keep-all;
  white-space: pre;
}

.loader-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255);
  z-index: 9999;
}

.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #4d565c;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

section {
  margin: 10vh 0;
}

.caption {
  color: #333;
  font-size: 2rem;
  font-weight: 800;
  font-family: "source-han-sans-japanese", sans-serif;
  background-color: #fff;
  padding: 20vh 0;
  text-align: center;
  position: relative;
  margin: 10vh auto;
  width: 100%;
}

.caption::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10%;
  height: 2px;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
}

footer {
  padding: 3vh;
  text-align: center;
  background-color: #fff;
  color: #333;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 16px;
}

.inner {
  width: min(550px, 100%);
  margin: 0 auto;
}

#hero {
    background-image: url('./images/hero_pc_ver02.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    width: 100%;
    overflow-x: clip;
}

#titlecut {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  overflow-x: clip;
}

.byLine {
    width: min(550px, 100%);
    margin: 5rem auto;
    border-bottom: 1px solid;
    padding-bottom: 2rem;
  }
  
  .byLine ul {
    width: 100%;
    list-style-type: none;
    display: inline-block;
    padding: 0;
    text-align: center;
    line-height: 140%;
    font-size: 14px;
    font-family: "source-han-sans-japanese", sans-serif;
  }
  
  .byLine ul li:nth-child(2) {
    margin-top: 0.5rem;
  }
  
  .byLine ul li span {
    font-size: 0.9em;
  }
  
  .byLine #map {
    position: relative;
    width: 7vw;
    height: 7vw;
    border-radius: 50%;
    background-image: url("./images/tokyo.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  }
  
  .byLine small {
    font-size: 8px;
    margin: 0.5rem auto 2rem;
    display: inline-block;
    text-align: center;
    width: 100%;
  }

  .interactive_item_wrap {
    margin: 20vh 0;
    border-bottom: 1px dashed;
    padding-bottom: 10vh !important;
  }

  .interactive_item_wrap aside {
    font-size: 16px;
    color: #333;
    font-weight: 800;
    background-color: blanchedalmond;
    padding: 2%;
    border-radius: 1px;
    text-align: center;
  }

  .conversation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 5vh 0;
    line-height: 140%;
    box-sizing: border-box  ;
  }

  .interactive_area {
    margin: 10vh 0;
    overflow: clip;
  }

  .conversation img {
    width: 20%;
    border-radius: 50%;
  }

  .conversation p {
    flex-basis: 70%;
    color: #333;
    font-weight: 600;
    font-size: 1.3rem;
    background-color: #fff;
    border-radius: 5px;
    padding: 2% 5%;
    box-sizing: border-box;
  }

  .cover_img {
    width: 100%;
  }

  .cover_img img {
    width: 100%;
  }

  .img_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .img_flex img {
    width: 49%;
    object-fit: cover;
    aspect-ratio: 1;
  }

  .img_caption {
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 14px;
    line-height: 140% !important;
    display: block;
  }

  .face_round {
    width: 200px;
    margin: 2em auto;
  }

  .face_round img {
    width: 100%;
    border-radius: 50%;
  }

  .face_round figcaption {
    text-align: center;
  }


  .table_wrap {
    margin: 10vh auto;
  }

  .list_person {
    width: 100%;
    background-color: #d6d6d6;
    border-spacing: 10px;
  }

  .condition {
    color: #fff!important;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 600;
    border-radius: 15px;
  }

  .list_person #safe {
    background-color: #925606;
  }

  .list_person .murdered {
    background-color: rgb(116 1 1);;
  }

  .list_person .injured {
    background-color: #190483
  }

  .list_person .noinjured {
    background-color: #925606;
  }

  .list_person td {
    width: 33%;
    text-align: center;
    font-size: 16px;
    line-height: 140%;
    color: #333;
    font-weight: 600;
  }

  .list_person img {
    width: 70%;
    border-radius: 50%;
    margin: 0 auto;
  }

  .image_scroll_wrap {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #captionButton {
    display: inline-block;
    width: 8vh;
    height: 8vh;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 1%;
    box-sizing: border-box;
  }

  #captionButton img {
    width: 100%;
  }
  
  .image_container {
    position: relative;
    height: 100%;
    width: 100%;
  }
  
  .item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  
  .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .imageCaption {
    background-color: #fff;
    padding: 2%;
    color: #333;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 30%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 16px;
    line-height: 160%;
    border-radius: 3px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  }

  @media screen and (max-width: 959px) {
    
    #hero {
      background-image: url('./images/hero_sp_ver03.jpg');
    }

    #titlecut {
      width: 100%;
    }
    
    .caption {
      padding: 10vh 0;
      font-size: 1.5rem;
    }

    .caption::after {
      top: 40px;
    }

    p {
      padding: 0 10%;
    }

    .conversation {
      padding: 0 5px;
    }

    .item {
      height: auto;
    }

    #captionButton {
      bottom: 20%;
      width: 6vh;
      height: 6vh;
    }


    .imageCaption {
      width: 80%;
    }
  }







