@charset "UTF-8";
/*==========================
	overwrite
============================*/
@import url("https://fonts.googleapis.com/css2?family=Allison&family=Jost:wght@600&display=swap");
.bread .inner {
  max-width: 1200px;
}

/*==========================
	// note common
============================*/
.pink {
  color: #f03f3f;
}

.bg-gold {
  background: #9c7d4a;
}

li.indent-gold::before {
  content: "●";
  color: #b29059;
  margin-right: 5px;
  font-size: 1.2rem;
  vertical-align: text-top;
}

/*==========================
	layout
============================*/
#contents h3 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.green #contents h3 {
  color: #6bb775;
  border-bottom: #6bb775 1px solid;
}

.purple #contents h3 {
  color: #863daf;
  border-bottom: #863daf 1px solid;
}

/*==========================
	// id #title
============================*/
.title_bg {
  background: url("../img/title_bg.jpg") top left no-repeat;
  background-size: cover;
}

.title {
  max-width: 1200px;
  margin: auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .title img {
    max-width: 90%;
    margin: 0 5%;
  }
}
/*==========================
	// 下線が流れるアニメーション
============================*/
.line {
  display: block;
  position: relative;
}

.line::after {
  background: linear-gradient(to right, #ccc 0%, #000 50%, #ccc 100%);
  content: "";
  display: block;
  height: 1px;
  width: 0;
  transform: translateX(-50%);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  bottom: 0;
  left: 50%;
}

.line.is-active::after {
  width: 100%;
}

@media screen and (min-width: 640px) {
  .green .title_bg_top {
    background: url(../img/bg_title_1-8.png) top right no-repeat;
  }
  .green .title_bg_bottom {
    background: url(../img/bg_title_2-8.png) bottom left no-repeat;
  }
  .purple .title_bg_top {
    background: url(../img/purple/bg_title_1-8.png) top right no-repeat;
  }
  .purple .title_bg_bottom {
    background: url(../img/purple/bg_title_2-8.png) bottom left no-repeat;
  }
}
/*=================================
	// id #outline // class date-detal
===================================*/
.green .lv_02 {
  /* background: #6bb775; */
  background: #3b8044;
}

.purple .lv_02 {
  background: #863daf;
}

.lv_03 {
  background: #e3e0d7;
}

#outline {
  max-width: 1200px;
  margin: auto;
}

.outlinebox {
  background: #fff;
  /* margin-bottom: 30px; */
  overflow: hidden;
  /* padding: 45px 30px; */
}

/*=================================
	// id #theme
===================================*/
#theme h2 {
  font-size: 3rem;
  margin-bottom: 5px;
}

#theme h2 small {
  font-size: 2.4rem;
  display: block;
}

#theme p {
  font-size: 2.2rem;
}

#theme p.sub {
  font-size: 1.8rem;
  margin: auto auto 30px;
}

@media print, screen and (max-width: 768px) {
  #theme {
    padding: 0 0 10px;
    text-align: center;
  }
  #theme h2 {
    font-size: 2.4rem;
  }
  #theme h2 small {
    font-size: 1.8rem;
    display: block;
  }
  #theme p {
    font-size: 1.6rem;
  }
  #theme p.sub {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
  }
}
/*=================================
	// id #howto
===================================*/
#howto {
  width: 85%;
  padding: 15px 0;
  background: #f0ede5;
  text-align: center;
}

#howto h4.heading {
  font-size: 2.2rem;
  margin: 10px 0 15px;
  color: #603813;
  text-align: center;
  overflow: hidden;
}

#howto h4.heading span {
  display: inline-block;
  position: relative;
}

#howto h4.heading span:before,
#howto h4.heading span:after {
  content: "";
  border-bottom: 2px solid #603813;
  width: 45px;
  margin: 0 15px;
  position: absolute;
  bottom: 13px;
}

#howto h4.heading span:before {
  right: 100%;
}

#howto h4.heading span:after {
  left: 100%;
}

#howto figure {
  width: 90%;
  max-width: 600px;
  margin: auto auto 30px;
}

#howto p {
  font-size: 1.6rem;
}

#howto_pc {
  display: block;
}

#howto_mob {
  display: none;
}

@media print, screen and (max-width: 768px) {
  #howto {
    padding: 10px 5%;
  }
  #howto h4.heading {
    font-size: 1.8rem;
  }
  #howto p {
    font-size: 1.5rem;
  }
  #howto_pc {
    display: none;
  }
  #howto_mob {
    display: block;
  }
  #howto figure {
    width: 100%;
    margin-bottom: 15px;
  }
}
/*=================================
	// id #date_detail
===================================*/
.date_detail h4 {
  /*font-weight: normal;*/
  display: inline-block;
  width: 90%;
}

.date_detail h4 span {
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0.2em 1em 0.2em;
  color: #b29059;
  background: #f1e7d7;
  font-size: 1.6rem;
  text-align: center;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .date_detail h4 {
    /*width: 50%;*/
  }
}
/*===============================
        // id #date 
=================================*/
#advance_notice {
  padding: 15px;
  border-top: #b29059 thin solid;
  border-bottom: #b29059 thin solid;
}

#advance_notice p {
  text-align: center;
}

@media print, screen and (max-width: 640px) {
  #advance_notice p {
    font-size: 1.4rem;
  }
}
/*===============================
        // id #fee 
=================================*/
#fee .audience {
  border: #aaa thin dotted;
}

@media print, screen and (max-width: 1024px) {
  #fee dt:after {
    content: "▼";
    text-align: center;
    display: block;
  }
}
/*===============================
        // id #fee .program
=================================*/
#fee .program {
  font-weight: normal;
  margin: 60px auto 15px;
  padding: 15px 30px 5px;
  display: inline-block;
  display: block;
  border: #aaa thin solid;
}

#fee .program h5 {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
  color: #b29059;
  border-bottom: #b29059 thin solid;
}

#fee .program p {
  font-size: 1.4rem;
}

#fee .program ul {
  font-size: 1.4rem;
}

#fee .program li {
  margin-left: 2em;
  list-style: disc;
  list-style-position: outside;
}

@media screen and (max-width: 768px) {
  #fee .program ul {
    margin-left: 2em;
  }
}
/*===============================
        // id #person
=================================*/
#person ul {
  font-size: 1.6rem;
}

/*==============================
        // id #apply-closing
================================*/
#apply-closing .detail-txt span {
  display: block;
}

/*=====================================
        // id #participant
======================================*/
#participant .inside {
  padding-top: 15px;
}

#participant .past_theme h4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

#participant .past_theme h4 .period {
  font-family: "Noto Serif JP", serif;
}

#participant .past_theme h4 .theme {
  font-size: 2.2rem;
  display: block;
}

#participant .row {
  width: 90%;
  margin: auto;
}

#participant .box {
  margin-bottom: 15px;
  /* text-align: left; */
  background: #f0ede5;
}

#participant .row .box p {
  padding: 15px;
}

/*====================================================
        // id #program
=====================================================*/
#program dl {
  width: 90%;
  margin: auto;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #program dl {
    font-size: 1.6rem;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
  /* IE11 */
}
@media print, screen and (max-width: 768px) {
  #program dl {
    font-size: 1.5rem;
  }
}
/*====================================================
        // id #inq 
=====================================================*/
address {
  font-style: normal;
}

.inqbtn a {
  color: #fff;
  text-align: center;
  padding: 30px 0;
  display: block;
  background: #9c7d4a;
  position: relative;
  overflow: hidden;
  border-radius: 4em;
}

#inq .tel_link a {
  color: #000;
}

.inqbtn .end {
  text-align: center;
  background: #eee;
  color: #666;
  width: 80%;
  margin: auto;
  padding: 1em 0;
  font-size: 1.6rem;
}

#inq .notice {
  width: 70%;
  margin: auto auto 30px;
  text-align: left;
}

#inq .notice ul {
  padding: 15px 30px;
  border: #c6c6c6 thin dotted;
  border-left: none;
  border-right: none;
}

#inq .notice li {
  margin-bottom: 1em;
}

#inq .notice li::before {
  content: "※";
  /*※印*/
  color: #f00;
  font-weight: bold;
  margin-right: 5px;
}

/*====================================================
      .advance_notice
=====================================================*/
.advance_notice {
  height: 50vh;
  padding: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.advance_notice p {
  text-align: center;
}

.advance_notice .advance_notice_logo img {
  max-width: 200px !important;
}

/*=====================
	// 202511 追記分
=======================*/
.header.miyajiHeader, .page-top {
  z-index: 10000;
}

.bread {
  background: #fff;
  position: relative;
  z-index: 3;
}

.outlinebox {
  border-radius: 40px;
  corner-shape: scoop;
  border: 4px solid #d9cba9;
  padding: 45px 20px !important;
}
@media screen and (max-width: 999px) {
  .outlinebox {
    border-radius: 20px;
    padding: 45px 10px !important;
  }
}
.outlinebox#shidan {
  padding: 0 0 45px !important;
  border-radius: 0;
  corner-shape: initial;
  border: none;
}
.outlinebox .inqbtn a {
  transition: all 0.32s ease-in-out;
}
@media screen and (max-width: 999px) {
  .outlinebox .inqbtn {
    border-radius: 60px !important;
  }
}

@supports (background: -webkit-named-image(i)) {
  .outlinebox {
    border-radius: 0;
  }
  @media screen and (max-width: 999px) {
    .outlinebox {
      border-radius: 0;
    }
  }
}
.footer, .footer-cta__top, .footer-cta__btm {
  position: relative;
  z-index: 2;
}

.on-scroll {
  opacity: 0.2;
  transition: all 0.6s ease-in-out;
  transform: translateY(10px);
}
.on-scroll.visible {
  opacity: 1;
  transform: translateY(0px);
}

#contents {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  overflow: hidden;
  --bg-y: 0px;
  isolation: isolate;
}
#contents::before {
  content: "";
  display: block;
  background-image: url("../img/bg_pc4.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 160vh;
  z-index: -1;
  transform: translateY(var(--bg-y));
  will-change: transform;
  isolation: isolate;
}
@media screen and (max-width: 999px) {
  #contents::before {
    height: 140vh;
  }
}
#contents .noto_sans {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", Meiryo, sans-serif;
}
#contents .noto_serif {
  font-family: "Noto Serif JP", serif;
}
#contents .allison {
  font-family: "Allison", cursive;
  font-weight: 400;
  font-style: normal;
}
#contents .jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
#contents .title_bg {
  position: relative;
  z-index: 1;
  z-index: auto;
  background: none;
}
#contents .title_bg::before, #contents .title_bg::after {
  content: "";
  position: absolute;
  top: 120px;
  bottom: 0px;
  left: 180px;
  right: 180px;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  #contents .title_bg::before, #contents .title_bg::after {
    top: 100px;
    left: calc(2.5% + 10px);
    right: calc(2.5% + 10px);
  }
}
@media screen and (max-width: 600px) {
  #contents .title_bg::before, #contents .title_bg::after {
    top: 90px;
  }
}
#contents .title_bg::before {
  background-color: rgb(0, 47, 81);
  mix-blend-mode: color;
  -webkit-mix-blend-mode: color;
}
@media screen and (max-width: 999px) {
  #contents .title_bg::before {
    opacity: 0.4;
  }
}
#contents .title_bg::after {
  border: 10px solid #d9cba9;
}
#contents .title_bg::before, #contents .title_bg::after {
  transition: all 0.32s ease-in-out;
  transform-origin: top;
  transform: scaleY(0);
}
#contents .title_bg.visible::before, #contents .title_bg.visible::after {
  transform: scaleY(1);
}
#contents .title_box {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
}
#contents .title_box .tb-sr_logo {
  width: 300px;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-sr_logo {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  #contents .title_box .tb-sr_logo {
    width: 180px;
    top: 10px;
    right: 10px;
  }
}
#contents .title_box .tb-wrapper {
  position: relative;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper {
    flex-direction: column-reverse;
  }
}
#contents .title_box .tb-wrapper::before {
  content: "";
  background: url("../img/mv_script_01.svg");
  display: block;
  position: absolute;
  height: 36%;
  aspect-ratio: 955/237;
  top: -85px;
  top: -18%;
  left: 20px;
  z-index: -1;
  transform-origin: bottom right;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper::before {
    top: initial;
    left: -2vw;
    bottom: 38vw;
    height: 17vw;
  }
}
#contents .title_box .tb-wrapper::after {
  content: "";
  background: url(../img/mv_script_02.svg);
  display: block;
  position: absolute;
  height: 36%;
  aspect-ratio: 839/240;
  bottom: -18%;
  right: 20px;
  z-index: -1;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper::after {
    height: 17vw;
    bottom: 14vw;
    right: -2vw;
  }
}
#contents .title_box .tb-wrapper::before, #contents .title_box .tb-wrapper::after {
  opacity: 0;
  transition: all 0.32s ease-in-out;
  transition-delay: 0.6s;
}
#contents .title_box .tb-wrapper > div {
  position: relative;
}
#contents .title_box .tb-wrapper > div:nth-of-type(1) {
  width: 30%;
  left: 20px;
  opacity: 0;
  transition: all 0.32s ease-in-out;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper > div:nth-of-type(1) {
    width: 54%;
    left: -3%;
    top: 0;
  }
}
#contents .title_box .tb-wrapper > div:nth-of-type(1) figure {
  width: 80%;
  min-width: 190px;
  position: absolute;
  bottom: -70px;
  right: -8%;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper > div:nth-of-type(1) figure {
    position: relative;
    min-width: initial;
  }
}
#contents .title_box .tb-wrapper > div:nth-of-type(1) figure img {
  position: relative;
  z-index: 4;
}
#contents .title_box .tb-wrapper > div:nth-of-type(1) figure span {
  position: absolute;
  z-index: 1;
}
#contents .title_box .tb-wrapper > div:nth-of-type(1) figure span:nth-of-type(1) {
  rotate: -90deg;
  top: 180px;
  left: -70px;
  display: block;
  background: url(../img/mv_tenma.svg) no-repeat;
  height: 36px;
  aspect-ratio: 300/62;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper > div:nth-of-type(1) figure span:nth-of-type(1) {
    height: 4.4vw;
    left: 1vw;
    transform-origin: top left;
    top: 39vw;
  }
}
#contents .title_box .tb-wrapper > div:nth-of-type(1) figure span:nth-of-type(2) {
  display: block;
  background: url(../img/mv_kawakami.svg) no-repeat;
  height: 36px;
  aspect-ratio: 300/40;
  top: 60px;
  left: 50px;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper > div:nth-of-type(1) figure span:nth-of-type(2) {
    transform-origin: top left;
    height: 4.4vw;
    top: 9vw;
  }
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) {
  width: 70%;
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: all 0.32s ease-in-out;
  transition-delay: 0.4s;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper > div:nth-of-type(2) {
    width: 84%;
    margin: 0 auto;
  }
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) p {
  color: #fff;
  width: 62%;
  text-align: center;
  position: relative;
  top: 50px;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper > div:nth-of-type(2) p {
    width: 100%;
    margin: 0 auto;
  }
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) div {
  width: 62%;
  aspect-ratio: 100/64;
  padding: 30px 50px;
  background-image: url("../img/mv_frame_01.png");
  background-size: contain;
  position: relative;
  top: 60px;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper > div:nth-of-type(2) div {
    padding: 30px 70px;
  }
}
@media screen and (max-width: 680px) {
  #contents .title_box .tb-wrapper > div:nth-of-type(2) div {
    padding: 20px;
  }
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper > div:nth-of-type(2) div {
    width: 100%;
    margin-left: 0%;
  }
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) div h1 {
  text-align: center;
  padding-top: 7%;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper > div:nth-of-type(2) div h1 {
    padding-top: 7vw;
  }
}
@media screen and (max-width: 450px) {
  #contents .title_box .tb-wrapper > div:nth-of-type(2) div h1 {
    padding-top: 4vw;
  }
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) div h1 > span {
  font-size: clamp(32px, 3vw, 48px);
  letter-spacing: 4px;
  color: #d9cba9;
  text-shadow: 0 0 10px #0e0e0e, 0 0 20px #0e0e0e;
  display: block;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper > div:nth-of-type(2) div h1 > span {
    font-size: 5vw;
  }
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) div h1 + span {
  display: block;
  width: 80%;
  margin: 0 auto;
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) div h1 + span img {
  vertical-align: middle;
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) div ul {
  text-align: center;
  color: #d9cba9;
  text-shadow: 0 0 10px #0e0e0e, 0 0 20px #0e0e0e;
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) div ul li {
  font-weight: 600;
  font-size: clamp(18px, 1.8vw, 46px);
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper > div:nth-of-type(2) div ul li {
    font-size: 3.6vw;
  }
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) div ul li:nth-of-type(1) {
  letter-spacing: 2px;
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) div ul li:nth-of-type(1) span:nth-of-type(1), #contents .title_box .tb-wrapper > div:nth-of-type(2) div ul li:nth-of-type(1) span:nth-of-type(2) {
  font-size: clamp(22px, 2.6vw, 50px);
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper > div:nth-of-type(2) div ul li:nth-of-type(1) span:nth-of-type(1), #contents .title_box .tb-wrapper > div:nth-of-type(2) div ul li:nth-of-type(1) span:nth-of-type(2) {
    font-size: 5vw;
  }
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) div ul li:nth-of-type(1) span:nth-of-type(3) {
  letter-spacing: 0;
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) div ul li:nth-of-type(2) {
  letter-spacing: 1px;
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) div ul li .circle-day {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  background-color: #d9cba9;
  color: #000;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper > div:nth-of-type(2) div ul li .circle-day {
    width: 1.2em;
    height: 1.2em;
    font-size: 14px;
  }
}
#contents .title_box .mv-els {
  width: 20%;
  position: absolute;
  bottom: 10px;
  right: 7%;
  z-index: 2;
  opacity: 0;
  transition: all 0.32s ease-in-out;
  transition-delay: 0.2s;
}
@media screen and (max-width: 999px) {
  #contents .title_box .mv-els {
    width: 41%;
    position: absolute;
    right: -2%;
    z-index: 2;
    bottom: -3%;
  }
}
#contents .title_box .mv-els figure img {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  #contents .title_box .mv-els figure::after {
    right: 6vw;
  }
}
#contents .title_box .mv-els figure span {
  position: absolute;
  z-index: 1;
}
#contents .title_box .mv-els figure span:nth-of-type(1) {
  bottom: -20px;
  right: 62px;
  display: block;
  background: url(../img/mv_els-03.svg) no-repeat;
  height: 36px;
  aspect-ratio: 146/36;
}
@media screen and (max-width: 999px) {
  #contents .title_box .mv-els figure span:nth-of-type(1) {
    height: 4.4vw;
    bottom: -2vw;
    right: 10vw;
  }
}
#contents .title_box .mv-els figure span:nth-of-type(2) {
  rotate: -90deg;
  bottom: 80px;
  right: -48px;
  display: block;
  background: url(../img/mv_series.svg) no-repeat;
  height: 36px;
  aspect-ratio: 145/36;
}
@media screen and (max-width: 999px) {
  #contents .title_box .mv-els figure span:nth-of-type(2) {
    transform-origin: top left;
    height: 4.4vw;
    bottom: 2vw;
    right: -10vw;
  }
}
#contents .title_box .tb-img_box {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-img_box {
    width: 100%;
  }
}
#contents .title_box .tb-img_box .tib-player {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  z-index: 2;
}
#contents .title_box .tb-img_box .tib-player p {
  opacity: 0;
  transition: all 1s ease;
}
#contents .title_box .tb-img_box .tib-player p:nth-of-type(1) {
  margin-right: 40%;
  transform: translateY(20px);
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-img_box .tib-player p:nth-of-type(1) {
    margin-right: 4%;
  }
}
#contents .title_box .tb-img_box .tib-player p:nth-of-type(2) {
  margin-top: 100px;
  transform: translateY(-20px);
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-img_box .tib-player p:nth-of-type(2) {
    margin-top: 60px;
  }
}
#contents .title_box .tb-img_box .tib-player p.visible {
  opacity: 1;
}
#contents .title_box .tb-img_box .tib-player p.visible:nth-of-type(1), #contents .title_box .tb-img_box .tib-player p.visible:nth-of-type(2) {
  transform: translateY(0);
}
#contents .title_box .tb-img_box .tib-typo {
  z-index: 1;
}
#contents .title_box .tb-img_box .tib-typo p {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
}
#contents .title_box .tb-img_box .tib-typo p:nth-of-type(1) {
  top: 105px;
  right: 0;
  left: 0%;
  margin: 0 auto;
  width: 33%;
  opacity: 0.3;
  mix-blend-mode: darken;
  mix-blend-mode: darken;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-img_box .tib-typo p:nth-of-type(1) {
    top: 152px;
    left: -33px;
    width: 40%;
  }
}
#contents .title_box .tb-img_box .tib-typo p:nth-of-type(2) {
  width: 42%;
  bottom: -18px;
  mix-blend-mode: darken;
  opacity: 0.9;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: all 1s ease;
}
#contents .title_box .tb-img_box .tib-typo p:nth-of-type(2).visible {
  opacity: 1;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-img_box .tib-typo p:nth-of-type(2) {
    bottom: initial;
    top: 60%;
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  #contents .title_box .tb-img_box .tib-typo p:nth-of-type(2) {
    bottom: initial;
    top: 54%;
    width: 55%;
  }
}
#contents .title_box .tb-txt_box {
  width: 100%;
  text-align: center;
  padding: 40px;
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: all 1s ease;
}
#contents .title_box .tb-txt_box.visible {
  opacity: 1;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-txt_box {
    width: 100%;
    padding: 10px;
    position: relative;
    margin-top: 30px;
  }
}
#contents .title_box .tb-txt_box > P {
  font-size: 1.6rem;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-txt_box > P {
    font-size: 1.2rem;
  }
}
#contents .title_box .tb-txt_box .tbox-name {
  margin: 10px auto 30px;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-txt_box .tbox-name {
    margin: 6px auto 10px;
  }
}
#contents .title_box .tb-txt_box .tbox-name h1 {
  font-size: 4.4rem;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-txt_box .tbox-name h1 {
    font-size: 2.2rem;
  }
}
#contents .title_box .tb-txt_box .tbox-name h1 span {
  display: block;
  font-size: 3.2rem;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-txt_box .tbox-name h1 span {
    font-size: 1.6rem;
  }
}
#contents .title_box .tb-txt_box .tbox-date ul {
  font-size: 2rem;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-txt_box .tbox-date ul {
    font-size: 1.6rem;
  }
}
#contents .title_box.visible .tb-wrapper::before, #contents .title_box.visible .tb-wrapper::after {
  opacity: 1;
}
#contents .title_box.visible .tb-wrapper > div:nth-of-type(1) {
  opacity: 1;
}
#contents .title_box.visible .tb-wrapper > div:nth-of-type(2) {
  opacity: 1;
}
#contents .title_box.visible .mv-els {
  opacity: 1;
}
#contents .lv_03 h4 {
  margin-top: 0 !important;
}
#contents .lv_03 {
  background: none;
  padding: 0;
}
#contents .lv_03::before {
  content: "";
  display: block;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  /* background-attachment: fixed; */
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
}
#contents .lv_03 #outline {
  margin-top: -100vh;
  padding: 80px 0;
}
@media screen and (max-width: 999px) {
  #contents .lv_03 #outline {
    padding: 30px 10px;
  }
}
#contents .lv_03 #outline > div > P:first-child {
  opacity: 0;
  transition: all 0.32s ease-in-out;
  transition-delay: 0.5s;
}
#contents .lv_03 #outline > div > P:first-child.visible {
  opacity: 1;
}
#contents .lv_03 #outline h3 {
  width: 360px;
  aspect-ratio: 100/23;
  background-image: url("../img/catch_frame.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  #contents .lv_03 #outline h3 {
    width: 300px;
  }
}
#contents .lv_03 #outline h3 span {
  color: #fff;
}
#contents .lv_03 #outline #profile h3 {
  letter-spacing: 12px;
}
#contents .lv_03 #outline #profile .prf-box {
  width: 90%;
  margin: 20px auto;
  display: flex;
}
@media screen and (max-width: 999px) {
  #contents .lv_03 #outline #profile .prf-box {
    flex-direction: column;
  }
}
#contents .lv_03 #outline #profile .prf-box figure {
  width: 40%;
  padding-right: 4%;
}
@media screen and (max-width: 999px) {
  #contents .lv_03 #outline #profile .prf-box figure {
    width: 90%;
    padding-right: 0;
    margin: 0 auto 20px;
  }
}
#contents .lv_03 #outline #profile .prf-box div {
  width: 90%;
}
@media screen and (max-width: 999px) {
  #contents .lv_03 #outline #profile .prf-box div {
    width: 90%;
    margin: 0 auto;
  }
}
#contents .lv_03 #outline #instrument .d-flex {
  width: 30%;
  margin: 20px auto;
}
@media screen and (max-width: 999px) {
  #contents .lv_03 #outline #instrument .d-flex {
    width: 45%;
  }
}
#contents .lv_03 #outline #shidan h3 {
  color: #fff;
  background: #bf932e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 100%;
  aspect-ratio: initial;
}
#contents .lv_03 #outline #shidan div.d-flex {
  width: 70%;
  margin: 10px auto 30px;
}
@media screen and (max-width: 999px) {
  #contents .lv_03 #outline #shidan div.d-flex {
    width: 90%;
  }
}
#contents .lv_03 #outline #shidan div.d-flex figure {
  width: 50%;
  padding: 2%;
}
#contents .lv_03 #outline #shidan div.d-flex figure figcaption {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  #contents .lv_03 #outline #shidan div.d-flex figure figcaption {
    font-size: 15px;
  }
}
#contents .lv_03 #outline #shidan dl dt {
  margin-bottom: 10px;
}
#contents .lv_03 #outline #shidan dl dt span {
  display: inline-block;
  padding: 4px 8px;
  background: #bf932e;
  color: #fff;
}
#contents .lv_03 #outline #shidan dl dd {
  width: 90%;
  margin: 0 auto 30px;
}
#contents .lv_03 #outline #shidan dl dd ol li {
  display: inline;
}
#contents .lv_03 #outline #shidan dl dd ol li::after {
  content: "／";
}
#contents .lv_03 #outline #shidan dl dd ol li:last-child::after {
  content: "";
}
#contents .lv_03 #outline #shidan .spoffer {
  border: 4px solid #bf932e;
  width: 80%;
  margin: 0 auto 40px;
  padding: 20px;
}
@media screen and (max-width: 999px) {
  #contents .lv_03 #outline #shidan .spoffer {
    width: 90%;
  }
}
#contents .lv_03 #outline #shidan .spoffer h5 {
  color: #bf932e;
  width: 90%;
  font-size: 22px;
  text-align: center;
  margin: 0 auto 20px;
  border-bottom: 1px solid #bf932e;
  padding-bottom: 14px;
}
@media screen and (max-width: 999px) {
  #contents .lv_03 #outline #shidan .spoffer h5 {
    width: 100%;
    font-size: 18px;
  }
}
#contents .lv_03 #outline #shidan .spoffer ul {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 999px) {
  #contents .lv_03 #outline #shidan .spoffer ul {
    width: 100%;
  }
}
#contents .lv_03 #outline #shidan .spoffer ul li {
  font-size: 18px;
  margin-bottom: 16px;
}
@media screen and (max-width: 999px) {
  #contents .lv_03 #outline #shidan .spoffer ul li {
    font-size: 14px;
  }
}
#contents .lv_03 #outline #shidan .spoffer ul li::before {
  content: "🎁";
  margin-right: 4px;
}

#fee .detail-txt dl {
  justify-content: center;
}
#fee .detail-txt dl dd {
  width: 170px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  #fee .detail-txt dl dd {
    width: 100%;
  }
}

#profile .prf-box {
  margin-bottom: 60px;
}
#profile a {
  color: #9c7d4a;
}

.date_detail h4 {
  line-height: 5rem;
}

.advance_notice {
  height: 50vh;
  padding: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 100px;
}
@media screen and (max-width: 999px) {
  .advance_notice {
    margin-top: 60px;
  }
}
.advance_notice .head {
  width: 300px;
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  .advance_notice .head {
    width: 260px;
  }
}/*# sourceMappingURL=styles.css.map */