@charset "utf-8";

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


body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    color: #fff;
    background-color: rgb(26, 25, 25);
    line-height: 180%;
}

a {
    text-decoration: none;
    color: #333;
}

img {
    display: block;
    max-width: 100%;
    /* width: 100%; */
    /* margin: 0 auto; */
}

.link_wrap a img {
    margin: 0 auto;
    width: 100%;
}

ul, li dl, dt, dd {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

figure {
    margin: 2em auto;
    padding: 0;
    width: 100%;
}

figcaption {
    width: 90%;
    margin: 0 auto;
    font-size: .9rem;
    line-height: 160%;
}

.wider_width {
    width: 60%;
}

.wider_width img {
    width: 100%;
}

.wider_width figcaption {
    width: 90%;
    margin: 0 auto;
}

.word_break {
    word-break: keep-all;
}

#hero {
    width: 100%;
    height: 100vh;
}

#hero video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1 img {
    width: 40%;
    margin: 1em auto;
}

.filmbg {
    background-image: url(images/films.png);
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
    height: 30px;
}

.inner {
    width: min(650px, 100%);
    margin: 2em auto;
}

p {
    width: 100%;
    margin: 3em 0;
}

.caption {
    font-size: 2rem;
    font-family: source-han-serif-japanese, serif;
    border: 5px solid #003299;
    padding: 2% 5%;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0px 5px 15px 0px rgba(0, 85, 255, 0.35);
    margin-top: 3em;
}

.v_cont {
    width: 100%;
    height: 100%;
    margin: 2em auto 0;
    overflow-y: hidden;
}

.video-container {
    position: relative;
    width: 60vw;
    margin: 0 auto 20vh;
}

.video-container p {
    margin: 0;
}

.video-duration {
    width: 100%;
}
    
.repeat-button {
    position: absolute;
    display: none;
    width: 80px;
    height: 80px;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.fade-video {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.fade-video.visible {
  opacity: 1;
}

.img_flexwrap {
    margin: 2em auto;
}

.img_flexbox {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin: 2em auto 0;
    gap: 2%;
}

.img_flexbox img {
    width: calc((100% - 2%) / 2);
    object-fit: cover;
}

  .testimony {
    padding: 5% 10%;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow:
      0 8px 24px rgba(0, 0, 0, 0.2),
      inset 0 1px 1px rgba(255, 255, 255, 0.4),
      inset 0 -1px 1px rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    color: #fff;
    font-family: 'Segoe UI', sans-serif;
    transition: all 0.3s ease;
  }

  
  .testimony::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.6),
      transparent
    );
    pointer-events: none;
  }
  
  .testimony::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.6),
      transparent,
      rgba(255, 255, 255, 0.2)
    );
    pointer-events: none;
  }
  



.testimony p {
    margin: 0;
    line-height: 160%;
    font-family: a-otf-gothic-mb101-pr6n, sans-serif;
    padding: 0;
}

.testimony_alt {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1em;
    margin-bottom: 20px;
}

.testimony_alt ul {
    flex-basis: 80%;
}

.testimony_alt ul li {
    font-size: .9rem;
    font-family: "source-han-sans-japanese", sans-serif;
}

.testimony_alt ul li:first-child {
    font-size: 1rem;
    border-bottom: 1px solid;
}

.face {
    width: 20%;
    margin: 0;
    border-radius: 50%;
}

.letter_img {
    width: 100% !important;
}

.border {
    display: flex;
    justify-content: center;
    margin: 5em auto;
}

.border span {
    display: inline-block;
    width: 100px;
    height: 2px;
    background-color: #fff;
}

#interview_h1 {
    font-family: "source-han-serif-jp-subset", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    padding: 2%;
    line-height: 160%;
}

.interview_hero {
    width: 60%;
    margin: 0 auto;
}

.qanda h4 {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    padding-left: 1rem;
    line-height: 120%;
    margin: 3em auto 1em;
}

.qanda dt {
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: .85em;
}

/* .qanda dd {
    padding-left: 1em;
} */

.profile {
    margin: 2em auto;
    padding-top: 1em;
    border-top: 1px solid;
}

.profile p {
    font-size: 0.9em;
    line-height: 140%;
    margin: 0;
}

.link_wrap a:hover {
    opacity: .8;
    cursor: pointer;
}

.link_wrap p {
    margin: 0 auto 2em;
    line-height: 140%;
}

.g_content_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 100vh;
    margin: 2em auto;
    position: relative;
}

.g-el {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.explanation_p {
    width: 80%;
    margin: 0 auto;
    border: 2px solid;
    border-radius: 15px;
    padding: 2% 5%;
}




@media screen and (max-width: 959px) {
    p {
        padding: 0 10%;
    }

    .v_cont {
        height: 100%;
    }

    .wider_width {
        width: 100%;
    }

    h1 img {
        width: 70%;
    }

    .testimony {
        margin: 0 0.5em;
    }

    .caption {
        width: 90%;
    }

    .interview_hero {
        width: 100%;
    }

    .qanda dt, .qanda dd, .qanda h4 {
        padding: 0 2%;
    }

    .video-container {
        width: 100vw;
    }

    .g_content_wrap {
        width: 95%;
    }
}

@media screen and (max-width: 620px) {
    .qanda dt, .qanda dd, .qanda h4 {
        padding: 0 10%;
    } 
}





.slider-container {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  
  .slider::-webkit-scrollbar {
    display: none;
  }
  
  .prev-btn,
  .next-btn {
    cursor: pointer;
    z-index: 1;
    border: none;
    background: transparent;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
  }
  
  .prev-btn img,
  .next-btn img {
    width: 35px;
    object-fit: contain;
  }
  
  .prev-btn {
    left: 5px;
  
  }
  
  .next-btn {
    right: 5px;
  }
  
  
  .related_article {
    width: 100%;
    margin: 10vh auto 0;
    overflow: hidden;
    position: relative;
    padding: 5% 10% 5%;
    box-sizing: border-box;
    border-top: 5px solid #efefef;
    border-bottom: 5px solid #efefef;
    background-color: #fff;
  }
  
  .related_article h4 {
    font-size: 18px;
    font-weight: 800;
    line-height: 140%;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
  }
  
  .related_article img {
    height: 3em;
    vertical-align: middle;
  }
  
  .related_article ul {
    width: 100%;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    cursor: grab;
    scrollbar-width: none;
    gap: 10px;
  }
  
  .related_article ul li {
    min-width: 30%;
    height: fit-content;
    scroll-snap-align: start;
  }
  
  .related_article li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
  }
  
  .related_article ul li h5 {
    margin: 0;
    font-weight: 800;
    font-size: 16px;
    line-height: 140%;
    padding: 2% 2% 0;
  }
  
  .related_article ul li p {
    font-size: 16px;
    line-height: 140%;
    padding: 0 2%!important;
    margin: 0;
  }



  @media screen and (max-width: 959px) {
    .related_article {
    padding: 5%;
  }
}

@media screen and (max-width: 620px) {
  .related_article ul li {
    min-width: 70%;
  }
}


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