@charset "UTF-8";

/* ========================================
 *  Template Name: About Style Sheet
 * =======================================*/

#about {
  max-width: 800px;
  margin: 0 auto;
}

.profile {
  margin-bottom: 3rem;
}

.title {
  font-size: 10px;
}

.name {
  margin-bottom: 20px;
}

.en {
  margin-bottom: 20px;
  color: #333;
  font-size: 1em;
  line-height: 1.6;
}

.jp {
  color: #333;
  font-size: 1em;
  line-height: 1.6;
}

.reel h4 {
  margin-bottom: 30px;
  color: #000;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

.movie {
  max-width: 800px;
}

.responsive {
  width: 100%;
  aspect-ratio: 16/9;
}

/* ========================================
 *  画面の横幅が768px以上 (Tablet)
 * =======================================*/
@media screen and (min-width: 768px) {



}

/* ========================================
 *  画面の横幅が1024px以上 (Desktop)
 * =======================================*/
@media screen and (min-width: 1024px) {



}