@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : top.css
Description : トップページ
===================================================================== */
/* ========================================================
    intro
======================================================== */
.intro {
  position: relative;
  width: 100%;
  padding: 16rem 0 40rem 0;
}
@media screen and (min-width: 768px) {
  .intro {
    padding: 12rem 0 32rem 0;
  }
}
.intro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffff00;
  z-index: -4;
}
.intro_bg01 {
  content: "";
  position: absolute;
  left: 0;
  top: -16rem;
  display: block;
  width: 100%;
  height: 169rem;
  background-image: url(../images/top/intro_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .intro_bg01 {
    top: -32rem;
    height: 107.9rem;
    background-image: url(../images/top/intro_bg01_pc.png);
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1920px) {
  .intro_bg01 {
    background-size: 100% 100%;
  }
}
.intro_bg02 {
  content: "";
  position: absolute;
  left: 0;
  top: -16rem;
  display: block;
  width: 100%;
  height: 50rem;
  background-image: url(../images/top/intro_bg02_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .intro_bg02 {
    top: -32rem;
    background-image: url(../images/top/intro_bg02_pc.png);
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1920px) {
  .intro_bg02 {
    background-size: 100% 100%;
  }
}
.intro_column {
  position: relative;
  width: 100%;
}
.intro_btnlist {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  margin: -4rem 0 12rem 0;
}
@media screen and (min-width: 768px) {
  .intro_btnlist {
    flex-direction: row;
    margin: -3rem 0 9rem 0;
  }
}
.intro_btnlist > li {
  width: 83.5294117647%;
  aspect-ratio: 568/144;
  margin: 2rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .intro_btnlist > li {
    width: 29.8387096774%;
    aspect-ratio: 370/80;
    margin: 0 0 0 3.2258064516%;
  }
}
.intro_btnlist > li:first-child {
  margin: 0;
}
.intro_btnlist > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  border-radius: 0 7.2rem 7.2rem 0;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .intro_btnlist > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .intro_btnlist > li > a:hover::before {
    right: -1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .intro_btnlist > li > a:hover::after {
    right: 1.4rem;
  }
}
.intro_btnlist > li > a::before {
  content: none;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 7.2rem 7.2rem 0;
  background-color: #000000;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .intro_btnlist > li > a::before {
    content: "";
  }
}
.intro_btnlist > li > a::after {
  content: "";
  position: absolute;
  right: 4rem;
  top: 50%;
  display: block;
  width: 2.2rem;
  aspect-ratio: 22/33;
  background-image: url(../images/common/arrow_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .intro_btnlist > li > a::after {
    right: 1.6rem;
    width: 1.6rem;
  }
}
.intro_btnlist > li > a > span {
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 700;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .intro_btnlist > li > a > span {
    font-size: 2.4rem;
  }
}
.intro_text {
  position: relative;
  width: 110.2941176471%;
  margin: 0 -5.1470588235%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .intro_text {
    width: 100%;
    margin: 0;
  }
}
.intro_text > p {
  margin-top: 6rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .intro_text > p {
    margin-top: 4.5rem;
  }
}
.intro_text > p:first-child {
  margin-top: 0;
}
.intro_text > p > em {
  position: relative;
  display: inline-block;
  font-size: 150%;
  font-weight: 900;
}
.intro_text > p > em.bg01 {
  margin-bottom: 1rem;
}
.intro_text > p > em.bg01::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  display: block;
  width: 100%;
  height: 1rem;
  background-image: url(../images/common/common_bg02.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .intro_text > p > em.bg01::before {
    bottom: 0;
    height: 0.5rem;
  }
}
.intro_text > p > em.bg02 {
  width: auto;
  margin-top: 1.5rem;
  padding: 0 1rem 0.5rem 2rem;
  color: #ffffff;
  background-color: #000000;
}
.intro_text > p > em > span {
  font-size: 60%;
}
@media screen and (min-width: 768px) {
  .intro_text > p > em > span {
    font-size: inherit;
  }
}
.intro_movie {
  position: relative;
  width: 110.2941176471%;
  margin: 16rem -5.1470588235% 0 -5.1470588235%;
}
@media screen and (min-width: 768px) {
  .intro_movie {
    width: 64.5161290323%;
    margin: 12rem auto -32rem auto;
  }
}
.intro_movie::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4rem;
  display: block;
  width: 20rem;
  height: 20rem;
  background-image: url(../images/common/common_bg03_sp.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 54rem 48rem;
  transform: scale(1, 1);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .intro_movie::before {
    left: -2rem;
    top: -2rem;
    background-image: url(../images/common/common_bg03_pc.png);
  }
}
.intro_movie::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4rem;
  display: block;
  width: 20rem;
  height: 20rem;
  background-image: url(../images/common/common_bg03_sp.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 54rem 48rem;
  transform: scale(-1, -1);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .intro_movie::after {
    right: -2rem;
    bottom: -2rem;
    background-image: url(../images/common/common_bg03_pc.png);
  }
}
.intro_movie_embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.intro_movie_embed * {
  line-height: inherit;
}
.intro_movie_embed .video-js {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.intro_movie_embed .video-js.vjs-playing .vjs-big-play-button {
  display: none;
}
.intro_movie_embed .video-js .vjs-big-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 12.8rem;
  height: 12.8rem;
  margin: 0;
  padding: 0;
  background: none !important;
  transform: translate(-50%, -50%);
}
.intro_movie_embed .video-js .vjs-big-play-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/icon_play.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.intro_movie_embed .video-js .vjs-big-play-button .vjs-icon-placeholder {
  opacity: 0;
}
.intro_movie_embed .video-js .vjs-big-play-button .vjs-control-text {
  opacity: 0;
}

/* ========================================================
    onair
======================================================== */
.onair {
  position: relative;
  width: 100%;
  padding: 0 0 20rem 0;
}
@media screen and (min-width: 768px) {
  .onair {
    padding: 16rem 0;
  }
}
.onair::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #00ffff;
  z-index: -4;
}
.onair::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 54rem;
  height: 48rem;
  background-image: url(../images/common/common_bg03_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: scale(-1, -1);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .onair::after {
    background-image: url(../images/common/common_bg03_pc.png);
  }
}
.onair_bg01 {
  content: "";
  position: absolute;
  left: 0;
  top: -27rem;
  display: block;
  width: 100%;
  height: 109.3rem;
  background-image: url(../images/top/onair_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .onair_bg01 {
    top: -34rem;
    height: 114.6rem;
    background-image: url(../images/top/onair_bg01_pc.png);
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1920px) {
  .onair_bg01 {
    background-size: 100% 100%;
  }
}
.onair_bg02 {
  content: "";
  position: absolute;
  left: 0;
  top: -27rem;
  display: block;
  width: 100%;
  height: 50rem;
  background-image: url(../images/top/onair_bg02_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .onair_bg02 {
    top: -34rem;
    background-image: url(../images/top/onair_bg02_pc.png);
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1920px) {
  .onair_bg02 {
    background-size: 100% 100%;
  }
}
.onair_ttl {
  position: relative;
  width: 110.2941176471%;
  margin: 0 -5.1470588235%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .onair_ttl {
    position: absolute;
    left: 10rem;
    top: 0;
    display: block;
    width: auto;
    margin: 0;
  }
}
.onair_ttl > span {
  font-family: "Barlow", sans-serif;
  font-size: 16rem;
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .onair_ttl > span {
    writing-mode: vertical-rl;
  }
}
.onair_column {
  position: relative;
  width: 100%;
  margin: 8rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .onair_column {
    width: 70.9677419355%;
    margin: 0 6.4516129032% 0 auto;
  }
}
.onair_list {
  position: relative;
  width: 100%;
}
.onair_list > li {
  width: 100%;
  margin-top: 7.2rem;
}
@media screen and (min-width: 768px) {
  .onair_list > li {
    margin-top: 5.4rem;
  }
}
.onair_list > li:first-child {
  margin-top: 0;
}
.onair_time {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .onair_time {
    justify-content: flex-start;
  }
}
.onair_time > .year {
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: 0;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .onair_time > .year {
    font-size: 3rem;
  }
}
.onair_time > .time {
  display: block;
  margin: -1rem 0 0 1rem;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .onair_time > .time {
    font-size: 3rem;
  }
}
.onair_time > .time > em {
  font-size: 275%;
  font-family: "Barlow", sans-serif;
  line-height: 0.8;
}
.onair_program {
  position: relative;
  width: 95.2941176471%;
  margin: 4rem auto 0 auto;
  padding: 4rem;
  text-align: center;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .onair_program {
    width: 99.3181818182%;
    margin: 3rem auto 0 auto;
    padding: 3rem;
    text-align: left;
  }
}
.onair_program::before {
  content: "";
  position: absolute;
  left: -0.4rem;
  top: -0.4rem;
  display: block;
  width: 4.4rem;
  aspect-ratio: 1/1;
  border-left: 0.8rem solid #000000;
  border-top: 0.8rem solid #000000;
}
@media screen and (min-width: 768px) {
  .onair_program::before {
    left: -0.3rem;
    top: -0.3rem;
    width: 3.3rem;
    border-left: 0.6rem solid #000000;
    border-top: 0.6rem solid #000000;
  }
}
.onair_program::after {
  content: "";
  position: absolute;
  right: -0.4rem;
  bottom: -0.4rem;
  display: block;
  width: 4.4rem;
  aspect-ratio: 1/1;
  border-right: 0.8rem solid #000000;
  border-bottom: 0.8rem solid #000000;
}
@media screen and (min-width: 768px) {
  .onair_program::after {
    right: -0.3rem;
    bottom: -0.3rem;
    width: 3.3rem;
    border-right: 0.6rem solid #000000;
    border-bottom: 0.6rem solid #000000;
  }
}
.onair_subttl {
  position: relative;
  width: calc(100% + 8rem);
  margin: 0 -4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .onair_subttl {
    width: 100%;
    margin: 0;
    text-align: left;
  }
}
.onair_subttl:has(> span > small) {
  margin-bottom: -1.6rem;
}
@media screen and (min-width: 768px) {
  .onair_subttl:has(> span > small) {
    margin-bottom: 0;
  }
}
.onair_subttl > span {
  font-size: 5.6rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .onair_subttl > span {
    font-size: 4.2rem;
  }
}
.onair_subttl > span.min {
  font-size: 4.4rem;
}
@media screen and (min-width: 768px) {
  .onair_subttl > span.min {
    font-size: 4.2rem;
  }
}
.onair_subttl > span > small {
  display: inline-block;
  font-size: 53%;
  transform: translateY(-1.6rem);
}
@media screen and (min-width: 768px) {
  .onair_subttl > span > small {
    transform: none;
  }
}
.onair_name {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: auto;
  margin-top: 1.6rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .onair_name {
    margin-top: 1.2rem;
  }
}
.onair_name > figure {
  width: 10.4rem;
}
@media screen and (min-width: 768px) {
  .onair_name > figure {
    width: 8rem;
  }
}
.onair_name > p {
  margin-left: 3rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .onair_name > p {
    margin-left: 2rem;
  }
}
.onair_name > p > em {
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .onair_name > p > em {
    font-size: 2.2rem;
  }
}
.onair_name > p > span {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .onair_name > p > span {
    font-size: 2.2rem;
  }
}
.onair_detail {
  position: relative;
  width: 100%;
  margin-top: -0.5rem;
}
@media screen and (min-width: 768px) {
  .onair_detail {
    margin-top: -1rem;
  }
}
.onair_img {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.onair_img.img01 > figure {
  width: 100%;
  margin: 4rem 0 0 0;
}
.onair_img.img02 > figure {
  width: 48%;
  margin: 3rem 0 0 4%;
}
.onair_img.img02 > figure:nth-child(2n+1) {
  margin-left: 0;
}
.onair_text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .onair_text {
    margin-top: 3rem;
  }
}
.onair_text > p {
  font-weight: 500;
}
.onair_acc {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  width: 100%;
}
.onair_acc > dt {
  width: 100%;
  margin-top: 4rem;
  text-align: center;
  background-color: #000000;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .onair_acc > dt {
    margin-top: 3rem;
  }
}
.onair_acc > dt.is-active > span.open {
  display: none;
}
.onair_acc > dt.is-active > span.close {
  display: block;
}
.onair_acc > dt > span {
  color: #ffffff;
  font-size: 120%;
  font-weight: 700;
}
.onair_acc > dt > span.open {
  display: block;
}
.onair_acc > dt > span.close {
  display: none;
}
.onair_acc > dd {
  display: none;
  width: 100%;
}
.onair_btnlist {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .onair_btnlist {
    margin-top: 3rem;
  }
}
.onair_btnlist > li {
  width: 100%;
  aspect-ratio: 568/144;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .onair_btnlist > li {
    width: 45.4545454545%;
    aspect-ratio: 370/80;
    margin-top: 1.5rem;
  }
}
.onair_btnlist > li:first-child {
  margin-top: 0;
}
.onair_btnlist > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  border-radius: 0 7.2rem 7.2rem 0;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .onair_btnlist > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .onair_btnlist > li > a:hover::before {
    right: -1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .onair_btnlist > li > a:hover::after {
    right: 1.4rem;
  }
}
.onair_btnlist > li > a::before {
  content: none;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 7.2rem 7.2rem 0;
  background-color: #000000;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .onair_btnlist > li > a::before {
    content: "";
  }
}
.onair_btnlist > li > a::after {
  content: "";
  position: absolute;
  right: 4rem;
  top: 50%;
  display: block;
  width: 2.2rem;
  aspect-ratio: 22/33;
  background-image: url(../images/common/arrow_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .onair_btnlist > li > a::after {
    right: 3rem;
    width: 1.6rem;
  }
}
.onair_btnlist > li > a > span {
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 700;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .onair_btnlist > li > a > span {
    font-size: 2.4rem;
  }
}

/* ========================================================
    project
======================================================== */
.project {
  position: relative;
  width: 100%;
  padding: 20rem 0;
}
@media screen and (min-width: 768px) {
  .project {
    padding: 16rem 0;
  }
}
.project::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: -4;
}
.project_ttl {
  position: relative;
  width: 110.2941176471%;
  margin: 0 -5.1470588235%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .project_ttl {
    width: 100%;
    margin: 0;
  }
}
.project_ttl > span {
  color: transparent;
  -webkit-background-clip: text;
  font-family: "Barlow", sans-serif;
  font-size: 16rem;
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: 0;
  background-image: url(../images/common/common_bg01.jpg);
  background-repeat: repeat;
  background-position: center center;
  background-size: auto auto;
}
.project_column {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .project_column {
    margin-top: 6rem;
  }
}
.project_column:first-child {
  margin-top: 0;
}
.project_column:first-child .project_subttl > span {
  font-size: 4rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .project_column:first-child .project_subttl > span {
    font-size: 5rem;
  }
}
.project_subttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.project_subttl > span {
  color: #ff00ff;
  font-size: 4rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .project_subttl > span {
    font-size: 3rem;
  }
}
.project_text {
  position: relative;
  width: 94.1176470588%;
  margin: 8rem auto 0 auto;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .project_text {
    width: 74.1935483871%;
    margin: 6rem auto 0 auto;
  }
}
.project_text > p {
  margin-top: 4rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .project_text > p {
    margin-top: 3rem;
  }
}
.project_text > p:first-child {
  margin-top: 0;
}
.project_text > p.chance {
  margin-top: 6rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .project_text > p.chance {
    margin-top: 4.5rem;
  }
}
.project_text > p .text_indent {
  padding-left: 2em;
  text-indent: -2em;
}

/* ========================================================
    director
======================================================== */
.director {
  position: relative;
  width: 100%;
  padding: 20rem 0;
}
@media screen and (min-width: 768px) {
  .director {
    padding: 16rem 0;
  }
}
.director::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -4;
}
.director::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 42rem;
  height: 36rem;
  background-image: url(../images/common/common_bg03_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: scale(1, 1);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .director::after {
    background-image: url(../images/common/common_bg03_pc.png);
  }
}
.director_bg01 {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 207rem;
  background-image: url(../images/top/director_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .director_bg01 {
    top: 51.5rem;
    height: 64.1rem;
    background-image: url(../images/top/director_bg01_pc.png);
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1920px) {
  .director_bg01 {
    background-size: 100% 100%;
  }
}
.director_ttl {
  position: relative;
  width: 110.2941176471%;
  margin: 0 -5.1470588235%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .director_ttl {
    position: absolute;
    right: 0.5rem;
    top: 4rem;
    display: block;
    width: auto;
    margin: 0;
  }
}
.director_ttl > span {
  font-family: "Barlow", sans-serif;
  font-size: 12rem;
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .director_ttl > span {
    writing-mode: vertical-rl;
  }
}
.director_column {
  position: relative;
  width: 100%;
  margin: 8rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .director_column {
    width: 83.8709677419%;
    margin: 0 auto 0 0;
  }
}
.director_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0;
  padding-top: 12.8rem;
}
@media screen and (min-width: 768px) {
  .director_list {
    margin-top: -4rem;
    padding-top: 0;
  }
}
.director_list > li {
  width: 48.5294117647%;
  aspect-ratio: 650/684;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .director_list > li {
    width: 31.7307692308%;
    margin: 4rem 0 0 2.4038461538% !important;
    aspect-ratio: auto;
  }
}
.director_list > li:nth-child(2n) {
  margin: 0 0 0 2.9411764706%;
}
.director_list > li:nth-child(2n+1) {
  margin: -14.8rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .director_list > li:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
.director_list > li:last-child {
  aspect-ratio: auto;
}
@media screen and (min-width: 768px) {
  .director_list > li:hover .director_img img {
    transform: translate(1.8rem, 1.8rem);
  }
}
.director_img {
  position: relative;
  width: 100%;
  padding: 0 1.8rem 1.8rem 0;
}
.director_img::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: calc(100% - 1.8rem);
  height: calc(100% - 1.8rem);
  border-right: 0.8rem solid #000000;
  border-bottom: 0.8rem solid #000000;
}
.director_img img {
  transition: 0.3s ease;
}
.director_name {
  position: relative;
  width: 100%;
  padding-left: 1.8rem;
}
.director_name > em {
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 0.4;
  letter-spacing: 0.02em;
}
.director_name > span {
  display: block;
  margin-top: -1.5rem;
  font-size: 2.4rem;
  font-weight: 900;
}
/*.director_name > span.color_skyblue, .director_name > span.color_green {
  margin-top: 1.2rem;
}*/
.director_item {
  position: relative;
  /*display: grid;*/
  grid-template-columns: 48.5294117647% 47.0588235294%;
  grid-template-rows: auto auto auto;
  grid-template-areas: "director_item_img director_item_name" "director_item_data director_item_data" "director_item_text director_item_text";
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8rem 3.5rem;
}
@media screen and (min-width: 768px) {
  .director_item {
    grid-template-columns: 34.1463414634% 58.5365853659%;
    grid-template-areas: "director_item_img director_item_name" "director_item_img director_item_data" "director_item_img director_item_text";
    align-items: flex-start;
    padding: 8rem;
  }
}
.director_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -4;
}
.director_item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 54rem;
  height: 48rem;
  background-image: url(../images/common/common_bg03_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: scale(1, 1);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .director_item::after {
    background-image: url(../images/common/common_bg03_pc.png);
  }
}
.director_item_img {
  position: relative;
  width: 100%;
  padding: 0 1.8rem 1.8rem 0;
  grid-area: director_item_img;
}
.director_item_img::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: calc(100% - 1.8rem);
  height: calc(100% - 1.8rem);
  border-right: 0.8rem solid #000000;
  border-bottom: 0.8rem solid #000000;
}
.director_item_name {
  position: relative;
  width: 100%;
  grid-area: director_item_name;
}
.director_item_name > em {
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 0.4;
  letter-spacing: 0.02em;
}
.director_item_name > span {
  display: block;
  margin-top: 1.2rem;
  font-size: 5.8rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .director_item_name > span {
    margin-top: -2rem;
  }
}
.director_item_name > small {
  font-weight: 500;
}
.director_item_data {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 4rem;
  grid-area: director_item_data;
}
@media screen and (min-width: 768px) {
  .director_item_data {
    margin-top: 3rem;
  }
}
.director_item_data > dt {
  position: relative;
  width: auto;
  margin-top: 2rem;
  padding: 0 1.2rem;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .director_item_data > dt {
    margin-top: 1.5rem;
  }
}
.director_item_data > dt:first-child {
  margin-top: 0;
}
.director_item_data > dt > span {
  color: #ffffff;
  font-weight: 500;
}
.director_item_data > dd {
  position: relative;
  width: 100%;
  margin-top: 0.5rem;
}
.director_item_data > dd > span {
  font-weight: 500;
}
.director_item_data > dd > span > small {
  font-size: 80%;
}
.director_item_text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  grid-area: director_item_text;
}
@media screen and (min-width: 768px) {
  .director_item_text {
    margin-top: 3rem;
  }
}
.director_item_text > p {
  font-weight: 500;
}/*# sourceMappingURL=top.css.map */