main {
  position: relative;
  color: #fff;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  width: 100%;
  /* z-index: 1; */
}

/* 固定の背景 */
.guide-fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: -1;
  background-image: url(/music/time_jazz/guide/images/img_guid01_bg_pc.jpg);
  background-image: -webkit-image-set(
    url("/music/time_jazz/guide/images/img_guid01_bg_pc.avif")
      type("image/avif"),
    url("/music/time_jazz/guide/images/img_guid01_bg_pc.jpg") type("image/jpeg")
  );
  background-image: image-set(
    url("/music/time_jazz/guide/images/img_guid01_bg_pc.avif")
      type("image/avif"),
    url("/music/time_jazz/guide/images/img_guid01_bg_pc.jpg") type("image/jpeg")
  );
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .guide-fixed-bg {
    background-image: url(/music/time_jazz/guide/images/img_guid01_bg_sp.jpg);
    background-image: -webkit-image-set(
      url("/music/time_jazz/guide/images/img_guid01_bg_sp.avif")
        type("image/avif"),
      url("/music/time_jazz/guide/images/img_guid01_bg_sp.jpg")
        type("image/jpeg")
    );
    background-image: image-set(
      url("/music/time_jazz/guide/images/img_guid01_bg_sp.avif")
        type("image/avif"),
      url("/music/time_jazz/guide/images/img_guid01_bg_sp.jpg")
        type("image/jpeg")
    );
  }
}

/* コンテンツ間の余白 */
.guide-fv,
.guide-index {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .guide-fv,
  .guide-index {
    margin-bottom: 48px;
  }
}

/* 最大幅1200px */
.guide-fv__wrap,
.guide-main__wrap,
.guide-faq__wrap,
.guide-youtube__wrap,
.guide-copyright__wrap,
.guide-link__wrap,
.guide-sum__wrap {
  max-width: 1200px;
  padding: 0 8px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .guide-fv__wrap,
  .guide-main__wrap,
  .guide-faq__wrap,
  .guide-youtube__wrap,
  .guide-copyright__wrap,
  .guide-link__wrap,
  .guide-sum__wrap {
    width: 100%;
    padding: 0 24px;
  }
}
.guide-fv {
  padding-top: 80px;
}
/* FVエリア */
.guide-fv__title {
  font-family: 游明朝体, "Yu Mincho", "Noto Serif JP", serif;
  font-size: 9.4rem;
  font-weight: bold;
  text-align: center;
  color: #beac7d;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .guide-fv__title {
    font-size: 3.6rem;
  }
}
.guide-fv__subtitle {
  font-family: 游明朝体, "Yu Mincho", "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .guide-fv__subtitle {
    font-size: 2.4rem;
    margin-bottom: 48px;
  }
}

/* 目次 */
.guide-index__wrap {
  max-width: 1164px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .guide-index__wrap {
    width: 100%;
    padding: 0 24px;
  }
}
.guide-index__box {
  background:rgba(0,0,0,0.7);
  border-bottom: 1.5px solid #d0bba1;
  padding: 32px 56px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .guide-index__box {
    padding: 32px 20px;
  }
}
.guide-index__box:after {
  content: "";
  background-color: #d0bba1;
  width: 42%;
  height: 1.5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.guide-index__box::before {
  content: "";
  background-color: #d0bba1;
  width: 42%;
  height: 1.5px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .guide-index__box:after,
  .guide-index__box::before {
    width: 33%;
  }
}
.guide-index__head {
  position: relative;
  height: 2px;
  background-color: #d0bba1;
}
.guide-index__title {
  color: #d0bba1;
  font-size: 2.4rem;
  letter-spacing: 1em;
  text-indent: 1em;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .guide-index__title {
    letter-spacing: 0.5em;
    text-indent: 0.5em;
  }
}
.guide-list__item:not(:last-child) {
  margin-bottom: 10px;
}
.guide-list__link {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  position: relative;
  width: fit-content;
  display: block;
}
.guide-list__link::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.guide-list__link:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* メイン部分 */
.guide-main__row {
  display: flex;
  margin-bottom: 108px;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .guide-main__row {
    flex-direction: column;
    margin-bottom: 60px;
    gap: 48px;
  }
}
.guide-main__row.-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .guide-main__row.-reverse {
    flex-direction: column;
  }
}

.guide-main__title {
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .guide-main__title {
    font-size: 2.8rem;
  }
}
.guide-main__text {
  margin-top: 24px;
}
.guide-main__text:nth-of-type(n + 2) {
  margin-top: 1em;
}
.guide-main__imgrea {
  flex-shrink: 0;
}
.guide-main__figure {
  max-width: 750px;
  width: 100%;
  position: relative;
}
.guide-main__figure::before,
.guide-main__figure::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 1px solid #d0bba1;
}
.guide-main__figure::before {
  width: 97.86%;
  height: 100.4%;
  right: -18px;
  bottom: -26px;
}
.guide-main__figure::after {
  width: 100%;
  height: 97.2%;
  right: -26px;
  bottom: -18px;
}
.guide-main__row.-reverse .guide-main__figure::before {
  left: -18px;
}
.guide-main__row.-reverse .guide-main__figure::after {
  left: -26px;
}
@media screen and (max-width: 768px) {
  .guide-main__figure::before {
    width: 96.96%;
    right: -8px;
    bottom: -15px;
  }
  .guide-main__figure::after {
    width: 99.36%;
    height: 96.81%;
    right: -13px;
    bottom: -12px;
  }
  .guide-main__row.-reverse .guide-main__figure::before {
    left: -8px;
  }
  .guide-main__row.-reverse .guide-main__figure::after {
    left: -13px;
    bottom: -10px;
  }
}
/* 段落ごとのずらし */
#listen .guide-main__textarea {
  margin-top: 32px;
}
#inst .guide-main__imgrea {
  margin-top: 178px;
}
#other .guide-main__textarea {
  margin-top: 124px;
}
@media screen and (max-width: 768px) {
  #listen .guide-main__title,
  #inst .guide-main__imgrea,
  #other .guide-main__textarea {
    margin-top: 0;
  }
}
/* FAQエリア */
.guide-faq {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .guide-faq {
    margin-bottom: 48px;
  }
}
.guide-faq__title {
  font-size: 3.6rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .guide-faq__title {
    font-size: 2.8rem;
  }
}
.guide-faq__subtitle {
  font-size: 2.4rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .guide-faq__subtitle {
    font-size: 2.0rem;
  }
}
.guide-faq__lead {
  margin-bottom: 64px;
}

@media screen and (max-width: 768px) {
  .guide-faq__title {
    font-size: 2.8rem;
  }
  .guide-faq__lead {
    margin-bottom: 40px;
  }
}
.guide-faq__item {
  display: block;
}
.guide-faq__item:not(:last-child) {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .guide-faq__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.guide-faq__q {
  padding: 16px 0 16px 24px;
  background-color: #917859;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .guide-faq__q {
    padding: 8px 0 8px 14px;
  }
}
.guide-faq__q__text {
  position: relative;
}
@media screen and (min-width: 768px) {
  .guide-faq__q__text {
    padding-right: 68px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .guide-faq__q__text {
    padding-right: 48px;
    font-size: 2rem;
  }
}
.guide-faq__q__text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 49px;
  width: 2px;
  height: 20px;
  margin-top: -10px;
  background-color: #fff;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .guide-faq__q__text::before {
    right: 16px;
    right: 25px;
  }
}
.guide-faq__q__text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .guide-faq__q__text::after {
    right: 16px;
  }
}
.guide-faq__q.-open .guide-faq__q__text::before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.guide-faq__a {
  padding: 24px;
  background-color: transparent;
  border: 1px solid #917859;
  overflow: hidden;
  display: none;
  cursor: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .guide-faq__a {
    padding: 24px 16px;
  }
}
.guide-faq__a__text {
  font-size: 16px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: opacity 0.6s ease 0.2s, -webkit-transform 0.6s ease 0.2s;
  transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s;
}
.guide-faq__a__text:nth-of-type(n + 2) {
  margin-top: 1em;
}
.guide-faq__q.-open + .guide-faq__a .guide-faq__a__text {
  opacity: 1;
}
.guide-faq__a__text .-gold {
  color: #ebd2b3;
}
.guide-faq__a__text .-indent {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
/* 写真付きの場合 */
.guide-faq__a__row {
  display: flex;
  gap: 24px;
}
.guide-faq__a__figure {
  width: 384px;
  height: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .guide-faq__a__row {
    flex-direction: column;
  }
}

/* まとめ */
.guide-sum {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .guide-sum {
    margin-bottom: 48px;
  }
}
.guide-sum__title {
  font-size: 3.6rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .guide-sum__title {
    font-size: 2.8rem;
  }
}
.guide-sum__text {
  margin-bottom: 24px;
}
.guide-sum__item {
  position: relative;
  padding-left: 32px;
}
.guide-sum__item:not(:last-child) {
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .guide-sum__item {
    padding-left: 18px;
  }
}
.guide-sum__item:nth-child(1)::before {
  content: "1.";
}
.guide-sum__item:nth-child(2)::before {
  content: "2.";
}
.guide-sum__item:nth-child(3)::before {
  content: "3.";
}
.guide-sum__item:nth-child(4)::before {
  content: "4.";
}
.guide-sum__item:nth-child(5)::before {
  content: "5.";
}
.guide-sum__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  font-weight: bold;
  color: #fff;
}

/* ボタン */
.guide-button__box {
  margin: 40px auto 0;
  width: fit-content;
}
.guide-button__box.-schedule {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .guide-button__box.-schedule {
    margin-bottom: 48px;
  }
}
.guide-button__box.-timejazz {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .guide-button__box.-timejazz {
    margin-bottom: 48px;
  }
}
.guide-button__link {
  font-family: 游明朝体, "Yu Mincho", "Noto Serif JP", serif;
  position: relative;
  display: inline-block;
  width: 434px;
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid #d0bba1;
  padding: 10px 0;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  color: #d0bba1;
}
.guide-button__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 14.5px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #d0bba1;
  border-right: 2px solid #d0bba1;
  transform: rotate(45deg) translateY(-50%);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .guide-button__link {
    width: 312px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .guide-button__link:hover {
    background-color: #d0bba1;
    color: #000;
  }
  .guide-button__link:hover::before {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }
}

/* Youtube */
.guide-youtube {
  display: flex;
  justify-content: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .guide-youtube {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 48px;
  }
}
.guide-youtube__img {
  overflow: hidden;
  position: relative;
  max-width: 840px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .guide-youtube__img {
    max-width: 1200px;
  }
}
.guide-youtube__img img {
  transition: transform 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .guide-youtube__img img {
    max-width: 1200px;
    width: 100%;
  }
}
.guide-youtube__caption {
  margin-top: 16px;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .guide-youtube__link:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 0.2s;
  }
}
.c-modal-youtube__img {
  position: relative;
}
.c-modal-youtube__img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  margin: auto;
  background: url(/assets/images/icn_movie_play2.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  z-index: 10;
}

/*モーダル（動画）*/
.c-openMovieModal {
  cursor: pointer;
}

.c-openMovieModal .c-movieModal__content {
  display: none;
}

.c-movieModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  -webkit-transition: all 0.3s;
  transition: none 0.3s;
}
.c-movieModal.-active {
  opacity: 1;
  pointer-events: auto;
}
.c-movieModal.-active .c-movieModal__cols {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.c-movieModal.-active .c-movieModal__cols:before,
.c-movieModal.-active .c-movieModal__cols:after {
  -webkit-transition: all 0.2s;
  -webkit-transition-delay: 0.4s;
  transition: all 0.2s 0.4s;
  opacity: 1;
}
.c-movieModal.-active .c-movieModal__cols:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.c-movieModal.-active .c-movieModal__cols:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-movieModal__cols {
  display: flex;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.2s;
  -webkit-transition-delay: 0.2s;
  transition: all 0.2s 0.2s;
}
.c-movieModal__cols:before,
.c-movieModal__cols:after {
  content: "";
  position: absolute;
  right: -4px;
  top: -37px;
  width: 38px;
  height: 4px;
  background-color: #fff;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: none;
  transition: none;
}
.c-movieModal__cols:before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.c-movieModal__cols:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.c-movieModal__inner {
  position: relative;
  max-width: 840px;
}
.c-movieModal__content {
  position: relative;
  width: 360px;
  padding: 60px 36px;
  background-color: #fff;
}

@media print, screen and (max-width: 767px) {
  .c-movieModal {
    padding: 20px 5.33333%;
  }
  .c-movieModal__cols {
    display: block;
    width: 100%;
  }
  .c-movieModal__cols:before,
  .c-movieModal__cols:after {
    top: -28px;
    width: 29px;
    height: 3px;
  }
  .c-movieModal__inner {
    width: 100%;
  }
  .c-movieModal__content {
    width: 100%;
    padding: 30px 20px;
  }
  .c-youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .c-youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .c-movieModal {
    padding: 20px 14%;
  }
}

/* コピーライト */
.guide-copyright {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .guide-copyright {
    margin-bottom: 48px;
  }
}

/* 下部導線 */
.guide-link {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .guide-link {
    padding-bottom: 80px;
  }
}
.guide-link__wrap {
  display: flex;
  gap: 64px;
}
@media print, screen and (max-width: 767px) {
  .guide-link__wrap {
    flex-direction: column;
    gap: 32px;
  }
}
.guide-link__item {
  display: block;
  max-width: 528px;
  cursor: pointer;
}
@media print, screen and (max-width: 767px) {
  .guide-link__item {
    max-width: auto;
    width: 100%;
  }
}
.guide-link__img {
  overflow: hidden;
  position: relative;
}
.guide-link__img img {
  transition: transform 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .guide-link__img:hover img {
    transform: scale(1.1, 1.1);
    transition-duration: 0.2s;
  }
}
