@charset "UTF-8";
/* CSS Document */

/* トップ画面 */
.section-top__content {
  background-image: url(../images/top/img_top__black.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.top-title {
  width: 5vw;
}

/* ======タブレット(1024px)===== */
@media (max-width: 1024px) {
  .top-title {
    width: 7vw;
  }
}

/* =====スマホ(599px)===== */
@media (max-width: 599px) {
  .top-title {
    width: 13vw;
  }
}

/* ごあいさつ */
.speech-content {
  padding: 250px 0;
  text-align: center;
}

.speech-content h2 {
  font-size: 2.4rem;
  padding-bottom: 100px;
}

.speech {
  font-size: 1.8rem;
  line-height: 2.2;
}

/* ======タブレット(1024px)===== */
@media (max-width: 1024px) {
  .speech-content h2 {
    font-size: 2.2rem;
  }

  .speech {
    font-size: 1.7rem;
  }

  .speech-content {
    padding: 200px 0;
  }
}

/* =====スマホ(649px)===== */
@media (max-width: 649px) {
  .pc-br {
    display: none;
  }

  .speech-content {
    padding: 150px 50px;
    text-align: center;
  }

  .speech {
    text-align: left;
  }
}

/* =====スマホ(599px)===== */
@media (max-width: 599px) {
  .pc-br {
    display: none;
  }

  .speech-content {
    padding: 150px 20px;
    text-align: center;
  }

  .speech-content h2 {
    font-size: 2rem;
  }

  .speech {
    font-size: 1.6rem;
    line-height: 2;
  }
}

/* 神楽団紹介＆スケジュール */
.section-about__introduction,
.section-about__schedule {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding-right: max(50% - 540px, 140px);
  margin-bottom: 200px;
  transition: all 0.8s;
}

.btn-r::before {
  left: 139px;
  bottom: -75px;
}

.btn-r::after {
  left: 147px;
  bottom: -65px;
}

.btn-l::before {
  left: -1px;
  bottom: -75px;
}

.btn-l::after {
  left: 7px;
  bottom: -65px;
}

.image-content {
  position: relative;
  width: 1300px;
  height: 600px;
  overflow: hidden;
}

.about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}

.img-title {
  opacity: 0;
  position: absolute;
  font-size: 1.8rem;
  width: 100%;
  height: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  transition: all 0.8s;
}

@media (min-width: 700px) {
  .about-hover:hover {
    cursor: url(..//images/top/ico_about.cur), auto;
  }

  .about-hover:hover .section-about__introduction,
  .about-hover:hover .section-about__program,
  .about-hover:hover .section-about__schedule,
  .about-hover:hover .section-about__contact {
    background: rgba(20, 20, 20, 1);
    transition: all 0.8s;
  }

  .about-hover:hover .title-vw-r,
  .about-hover:hover .title-vw-l {
    color: #fff;
    transition: all 0.8s;
  }

  .about-hover:hover .img-title {
    opacity: 1;
    transition: all 0.8s;
  }

  .about-hover:hover .about-img {
    transform: scale(1.2, 1.2);
    transition: all 0.8s;
  }

  .about-hover:hover .title-btn::before {
    /* 背景の表示設定 */
    content: "";
    position: absolute;
    bottom: -75px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    transform: rotate(135deg);
    transition: all 0.8s;
  }

  .about-hover:hover .title-btn::after {
    /* くの字の表示設定 */
    content: "";
    position: absolute;
    bottom: -65px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #141414;
    border-right: 1px solid #141414;
    transform: rotateZ(45deg);
    transition: all 0.8s;
  }
}

/* 演目＆お問い合わせ */
.section-about__program,
.section-about__contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: max(50% - 540px, 140px);
  margin-bottom: 200px;
  transition: all 0.8s;
}

/* ======タブレット(1024px)===== */
@media (max-width: 1024px) {

  .title-vw-r h3,
  .title-vw-l h3 {
    font-size: 2.2rem;
  }

  .title-en {
    font-size: 1.2rem;
  }

  .img-title {
    font-size: 1.7rem;
  }
}

/* =====スマホ(699px)===== */
@media (max-width: 699px) {

  .section-about__introduction,
  .section-about__program,
  .section-about__schedule,
  .section-about__contact {
    justify-content: center;
    flex-flow: wrap-reverse;
    padding: 0;
  }

  .section-about__introduction,
  .section-about__program,
  .section-about__schedule,
  .section-about__contact {
    margin-bottom: 285px;
  }

  .image-content {
    width: 100%;
    height: 300px;
  }

  .btn-r::before {
    left: 40px;
  }

  .btn-r::after {
    left: 48px;
  }

  .title-vw-r {
    padding-left: 42px;
    margin: 50px auto 0;
  }

  .title-vw-l {
    padding: 0;
    margin: 50px 0 0 42px;
  }


}

/* =====スマホ(600px)===== */
@media (max-width: 599px) {
  .image-content {
    height: 200px;
  }

  .img-title {
    font-size: 1.6rem;
  }
}



.top-anime {
  background: #141414;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.top-anime p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 280px;
  text-align: center;
}
/* =====スマホ(600px)===== */
@media (max-width: 599px) {
  .top-anime {
    background: #141414;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9000;
  }
  
  .top-anime p img {
    transform: scale(0.75);
  }
}