@charset "UTF-8";
/*==========================
	overwrite
============================*/
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&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 追記分
=======================*/
#contents {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
#contents .title_bg {
  background: url(../img/title_bg3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 999px) {
  #contents .title_bg {
    background: url(../img/title_bg_mob.jpg);
    background-size: cover;
  }
}
#contents .title_box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 999px) {
  #contents .title_box {
    flex-direction: column;
    padding: 40px 10px 0;
  }
}
#contents .title_box .tb-sr_logo {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 300px;
}
@media screen and (max-width: 999px) {
  #contents .title_box .tb-sr_logo {
    top: 20px;
    right: 20px;
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  #contents .title_box .tb-sr_logo {
    width: 180px;
    top: 10px;
    right: 10px;
  }
}
#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 .lv_03 {
  background: rgba(57, 57, 57, 0.0588235294);
  background: rgba(118, 90, 90, 0.06);
  padding: 0;
}
#contents .lv_03::before {
  content: "";
  background-image: radial-gradient(at 49.3152654325% 24.2998204811%, hsl(192, 13.1578947368%, 85.0980392157%) 0%, hsla(192, 13.1578947368%, 85.0980392157%, 0) 100%), radial-gradient(at 3.4712207977% 84.9786401252%, hsl(353.3333333333, 12.676056338%, 86.0784313725%) 0%, hsla(353.3333333333, 12.676056338%, 86.0784313725%, 0) 100%), radial-gradient(at 32.9614978087% 13.8253602412%, hsl(225, 26.0869565217%, 90.9803921569%) 0%, hsla(225, 26.0869565217%, 90.9803921569%, 0) 100%), radial-gradient(at 83.9775073021% 75.7423478446%, hsl(0, 0%, 85.8823529412%) 0%, hsla(0, 0%, 85.8823529412%, 0) 100%), radial-gradient(at 70.8450417207% 8.9951561718%, hsl(192, 13.1578947368%, 85.0980392157%) 0%, hsla(192, 13.1578947368%, 85.0980392157%, 0) 100%), radial-gradient(at 80.9002329492% 21.0519093261%, hsl(353.3333333333, 12.676056338%, 86.0784313725%) 0%, hsla(353.3333333333, 12.676056338%, 86.0784313725%, 0) 100%), radial-gradient(at 54.9406816434% 11.3736271052%, hsl(225, 26.0869565217%, 90.9803921569%) 0%, hsla(225, 26.0869565217%, 90.9803921569%, 0) 100%), radial-gradient(at 17.5232248957% 90.1874884149%, hsl(0, 0%, 85.8823529412%) 0%, hsla(0, 0%, 85.8823529412%, 0) 100%), radial-gradient(at 51.187831617% 20.1564787936%, hsl(192, 13.1578947368%, 85.0980392157%) 0%, hsla(192, 13.1578947368%, 85.0980392157%, 0) 100%), radial-gradient(at 94.216495317% 77.4397723961%, hsl(353.3333333333, 12.676056338%, 86.0784313725%) 0%, hsla(353.3333333333, 12.676056338%, 86.0784313725%, 0) 100%), radial-gradient(at 5.8950483772% 93.6299613455%, hsl(225, 26.0869565217%, 90.9803921569%) 0%, hsla(225, 26.0869565217%, 90.9803921569%, 0) 100%);
  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;
}

#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 */