@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: all 0.6s ease-in-out;
  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 追記分
=======================*/
.on-scroll {
  opacity: 0.2;
  transition: all 0.6s ease-in-out;
  transform: translateY(10px);
}
.on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

.header.miyajiHeader, .page-top {
  z-index: 10000;
}

.bread {
  background: #fff;
}

@media screen and (max-width: 999px) {
  .wrap {
    padding-top: 60px;
  }
}

.inqbtn a {
  transition: all 0.32s ease-in-out;
}
@media screen and (max-width: 999px) {
  .inqbtn {
    border-radius: 60px !important;
  }
}

#outline > div:nth-of-type(1) > p:first-child {
  opacity: 0;
  transition: all 0.32s ease-in-out;
}
#outline > div:nth-of-type(1) > p:first-child.visible {
  opacity: 1;
}

.fblock {
  display: none;
  width: 100%;
  background: #7a7a7a;
  height: 100px;
  position: fixed;
  bottom: -100px;
  z-index: 5;
}

@supports (-webkit-touch-callout: none) {
  .fblock {
    display: block;
  }
}
.outlinebox {
  padding: 45px 20px !important;
}
@media screen and (max-width: 999px) {
  .outlinebox {
    padding: 45px 10px !important;
  }
}
.outlinebox h4 {
  margin-top: 0 !important;
}

#contents {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  overflow: hidden;
  --bg-y: 0px;
}
#contents::before {
  content: "";
  display: block;
  background-image: url("../img/title_bg3.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: fixed; /* 画面裏に固定 */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  transform: translateY(var(--bg-y));
  will-change: transform;
}
@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 .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 {
  background: url(../img/title_bg3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background: none;
}
@media screen and (max-width: 999px) {
  #contents .title_bg {
    background: url(../img/title_bg_mob.jpg);
    background-size: cover;
  }
}
#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::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 50%;
  background: #4a3b8e;
  bottom: 30px;
  left: 15%;
  transform-origin: right;
  transform: scaleX(0);
  transition: all 0.32s ease-in-out;
}
#contents .title_box .tb-wrapper.visible::after {
  transform: scaleX(1);
}
#contents .title_box .tb-wrapper > div {
  position: relative;
}
#contents .title_box .tb-wrapper > div:nth-of-type(1) {
  width: 30%;
  left: 20px;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper > div:nth-of-type(1) {
    width: 70%;
    left: 23%;
    top: 40px;
  }
}
#contents .title_box .tb-wrapper > div:nth-of-type(1) figure {
  width: 50%;
  min-width: 230px;
  position: absolute;
  bottom: 10px;
  right: 24%;
}
@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 {
  transition: all 0.32s ease-in-out;
  transition-delay: 0.3s;
  opacity: 0;
  position: relative;
  z-index: 2;
}
#contents .title_box .tb-wrapper > div:nth-of-type(1) figure::before {
  content: "";
  transition: all 0.32s ease-in-out;
  display: block;
  position: absolute;
  width: 100%;
  height: 80%;
  top: 20%;
  left: 20px;
  background: #e56c7e;
  z-index: 1;
  transform-origin: bottom;
  transform: scaleY(0);
}
#contents .title_box .tb-wrapper > div:nth-of-type(1) figure span {
  position: absolute;
  z-index: 1;
  transition: all 0.32s ease-in-out;
  transition-delay: 0.5s;
  opacity: 0;
}
#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(1).visible figure img {
  opacity: 1;
}
#contents .title_box .tb-wrapper > div:nth-of-type(1).visible figure::before {
  transform: scaleY(1);
}
#contents .title_box .tb-wrapper > div:nth-of-type(1).visible figure span {
  opacity: 1;
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) {
  width: 70%;
  position: relative;
  z-index: 2;
}
@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) div {
  transition: all 0.32s ease-in-out;
  width: 62%;
  padding: 30px 60px;
  background-image: linear-gradient(#dbdbdb, #dbdbdb);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  margin-left: 3%;
}
@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 p {
  transition: all 0.32s ease-in-out;
  transition-delay: 0.2s;
  opacity: 0;
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) div h1 {
  transition: all 0.32s ease-in-out;
  transition-delay: 0.4s;
  opacity: 0;
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) div h1 > span:nth-of-type(1) {
  display: block;
  font-size: clamp(32px, 10vw, 48px);
  letter-spacing: 8px;
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) div h1 > span:nth-of-type(2) {
  display: block;
  font-size: clamp(36px, 9vw, 50px);
  text-align: right;
  color: #fff;
  -webkit-text-stroke: 4px #000;
  paint-order: stroke;
  letter-spacing: 5px;
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) div h1 > span:nth-of-type(2) span {
  color: #000;
  -webkit-text-stroke: 0;
  paint-order: initial;
  font-size: clamp(58px, 8vw, 100px);
  display: inline-block;
  line-height: initial;
  margin-right: 16px;
  letter-spacing: 0;
  background-image: linear-gradient(0deg, #e56c7e, #4a3b8e 50%, #2a8367);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-top: -30px;
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) div ul {
  transition: all 0.32s ease-in-out;
  transition-delay: 0.6s;
  opacity: 0;
}
#contents .title_box .tb-wrapper > div:nth-of-type(2) div ul li {
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-wrapper > div:nth-of-type(2) div ul li {
    font-size: 20px;
  }
}
#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: 36px;
}
@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: 32px;
  }
}
#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).visible div {
  background-size: 100% 100%;
}
#contents .title_box .tb-wrapper > div:nth-of-type(2).visible div p, #contents .title_box .tb-wrapper > div:nth-of-type(2).visible div h1, #contents .title_box .tb-wrapper > div:nth-of-type(2).visible div ul {
  opacity: 1;
}
#contents .title_box .circle-day {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  background-color: #333;
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
}
#contents .title_box .mv-els {
  width: 16%;
  position: absolute;
  bottom: 10px;
  right: 7%;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  #contents .title_box .mv-els {
    width: 38%;
    position: absolute;
    bottom: 10px;
    right: 5%;
    z-index: 2;
    bottom: 11%;
  }
}
#contents .title_box .mv-els figure img {
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: all 0.32s ease-in-out;
  transition-delay: 0.2s;
}
#contents .title_box .mv-els figure::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  top: 20%;
  right: 30px;
  background: #2a8367;
  z-index: 0;
  transform-origin: top;
  transform: scaleY(0);
  transition: all 0.32s ease-in-out;
}
@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;
  opacity: 0;
  transition: all 0.32s ease-in-out;
  transition-delay: 0.4s;
}
#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 .mv-els.visible figure::after {
  transform: scaleY(1);
}
#contents .title_box .mv-els.visible figure img, #contents .title_box .mv-els.visible figure span {
  opacity: 1;
}
#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 h3 {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", Meiryo, sans-serif;
  position: relative;
  color: #fff;
  width: 350px;
  padding: 20px 80px;
  background-image: linear-gradient(#e56c7e, #e56c7e);
  background-size: calc(100% - 100px) calc(100% - 42px);
  background-repeat: no-repeat;
  background-position: left 20px top 20px;
  z-index: 2;
  transition: all 0.32s ease-in-out;
  opacity: 0.2;
}
@media screen and (max-width: 999px) {
  #contents h3 {
    width: 320px;
    background-size: calc(100% - 100px) calc(100% - 36px);
    background-position-x: 9px !important;
  }
}
#contents h3 span {
  position: relative;
  z-index: 3;
  transition: all 0.32s ease-in-out;
  color: #333;
}
#contents h3::before {
  content: "";
  display: block;
  position: absolute;
  background-image: linear-gradient(#4a3b8e, #4a3b8e);
  width: 68%;
  aspect-ratio: 100/23;
  z-index: 1;
  bottom: 20px;
  left: 0px;
  transition: all 0.32s ease-in-out;
}
@media screen and (max-width: 999px) {
  #contents h3::before {
    aspect-ratio: 100/20;
  }
}
#contents h3::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: linear-gradient(#2a8367, #2a8367);
  width: 69%;
  /* background-position: right 10px top 10px; */
  aspect-ratio: 100/23;
  z-index: 0;
  transition: all 0.32s ease-in-out;
}
@media screen and (max-width: 999px) {
  #contents h3::after {
    aspect-ratio: 100/20;
  }
}
#contents h3.is-active {
  opacity: 1;
  background-position: left 0px top 0px;
}
#contents h3.is-active span {
  color: #fff;
}
#contents h3.is-active::before {
  bottom: 0px;
  left: 35px;
}
#contents h3.is-active::after {
  top: 17px;
  right: 20px;
}
#contents #instrument div.d-flex {
  width: 80%;
  margin: 20px auto 0;
}
#contents #instrument div.d-flex figcaption {
  font-size: 14px;
}
@media screen and (max-width: 999px) {
  #contents #instrument div.d-flex {
    flex-direction: column;
  }
}
#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;
  }
}

#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 {
  width: 90%;
  margin: 20px auto;
  display: flex;
}
@media screen and (max-width: 999px) {
  #profile .prf-box {
    flex-direction: column;
  }
}
#profile .prf-box figure {
  width: 40%;
  padding-right: 4%;
}
@media screen and (max-width: 999px) {
  #profile .prf-box figure {
    width: 90%;
    padding-right: 0;
    margin: 0 auto 20px;
  }
}
#profile .prf-box div {
  width: 90%;
}
@media screen and (max-width: 999px) {
  #profile .prf-box div {
    width: 90%;
    margin: 0 auto;
  }
}
#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;
  }
}

.frame {
  position: fixed;
  top: 140px; /* 上の余白 */
  bottom: 0px; /* 下の余白 */
  left: 0px; /* 左の余白 */
  right: 0px; /* 右の余白 */
  border: 10px solid #ffa0a0; /* 枠線の太さと色 */
  pointer-events: none; /* 枠線の下のコンテンツをクリックできるようにする */
  z-index: 9999; /* 最前面に表示 */
}/*# sourceMappingURL=styles.css.map */