@charset "UTF-8";
/* common
------------------------------------------------------------- */
@media all and (-ms-high-contrast: none) {
  /*IEのみメイリオ*/
  body {
    font-family: "メイリオ", Meiryo, "MS PGothic", sans-serif;
  }
}

#autumn2024.container {
  font-size: 18px;
  background: #000;
  color: #333333;
}

@media screen and (min-width: 865px) {
  #autumn2024.container {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  #autumn2024.container {
    font-size: 15px;
    margin-top: 48px;
  }
}

#autumn2024 h3 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #autumn2024 h3 {
    margin-bottom: 5px;
  }
  #autumn2024 h3 img {
    max-width: 100%;
  }
  #originaru h3 img {
    margin-left: -7vw;
  }
  #schedule h3 img {
    width: 200px;
  }
}

#autumn2024 .watch h3 {
  position: relative;
  z-index: 3;
}

#autumn2024 h4 {
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  #autumn2024 h4 {
    pading: 0 10px;
  }
  #autumn2024 h4 img {
    max-width: 278px;
    margin: 0 auto;
  }
}

#autumn2024 h5 {
  font-size: 32px;
  font-weight: bold;
  color: #977014;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.2em;
}

@media screen and (max-width: 768px) {
  #autumn2024 h5 {
    font-size: 20px;
  }
}

#autumn2024 .h5_small {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  #autumn2024 .h5_small {
    font-size: 14px;
  }
}

#autumn2024 a {
  transition: 0.2s;
}

#autumn2024 a:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: 0.2s;
}

#autumn2024 .italic {
  font-style: italic;
}

#autumn2024 .section {
  padding: 50px 20px;
}

@media screen and (max-width: 768px) {
  #autumn2024 .section {
    padding: 30px 20px 30px;
  }
}

#autumn2024 .skyper-area {
  text-align: center;
  margin-top: 30px;
}

#autumn2024 .skyper-area a {
  display: inline-block;
}

#autumn2024 .skyper-area.program_01_bnr {
  margin: 50px auto 80px auto;
}

@media screen and (max-width: 768px) {
  #autumn2024 .skyper-area.program_01_bnr {
    margin: 30px auto 20px auto;
  }
}

#autumn2024 .skyper-area.program_02_bnr {
  margin: 50px auto 60px auto;
}

@media screen and (max-width: 768px) {
  #autumn2024 .skyper-area.program_02_bnr {
    margin: 20px auto 30px auto;
  }
}

/*main*/
#autumn2024 #main h2 {
  text-align: center;
}

@media screen and (max-width: 1376px) {
  #autumn2024 #main h2 {
    background-size: 100%;
  }
}

@media screen and (max-width: 768px) {
  #autumn2024 #main h2 {
    padding: 0;
  }
}

#autumn2024 .mainttl,
#autumn2024 .btn-movie {
  position: absolute;
}

#autumn2024 .mainttl {
  right: calc(50% - 600px);
  top: -30px;
  width: 807px;
}

@media screen and (max-width: 1100px) {
  #autumn2024 .mainttl {
    top: -20px;
    width: 70.25vw;
    right: -30px;
  }
}

#autumn2024 .btn-movie {
  bottom: 15px;
  left: calc(50% - 560px);
}

@media screen and (max-width: 1100px) {
  #autumn2024 .btn-movie {
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  #autumn2024 .btn-movie {
    left: 0;
    bottom: 11%;
    width: 32%;
  }
}

/*lead*/
#autumn2024 .lead {
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #931d09 url("../img/bg_01.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 60px 20px;
}

@media screen and (max-width: 768px) {
  #autumn2024 .lead {
    padding: 30px 20px;
  }
}

#autumn2024 .lead p a {
  color: #fff;
  border-bottom: 1px solid;
}

#autumn2024 .lead p a:hover {
  color: #dbc6a1;
}

#autumn2024 .lead p {
  max-width: 1000px;
  margin: 0 auto 35px;
  line-height: 1.9em;
}

@media screen and (max-width: 768px) {
  #autumn2024 .lead p {
    text-align: left;
    margin: 0 auto 20px;
    line-height: 1.7em;
  }
}

#autumn2024 .lead_bold {
  display: inline-block;
  padding-top: 10px;
  font-weight: bold;
}

#autumn2024 .bnr_area {
  margin-bottom: 30px;
  text-align: center;
}

#autumn2024 .bnr_area a {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #autumn2024 .bnr_area {
    margin-bottom: 15px;
  }
}

/*schedule*/
#autumn2024 .complement {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #autumn2024 .complement {
    font-size: 12px;
    margin-bottom: 15px;
  }
}

#autumn2024 .attention {
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
  display: block;
}

@media screen and (max-width: 768px) {
  #autumn2024 .attention {
    font-size: 11px;
    margin-top: 10px;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
}

#autumn2024 .table_inner {
  display: flex;
  justify-content: center;
  max-width: 1127px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #autumn2024 .table_inner {
    display: block;
    font-size: 14px;
  }
}

#autumn2024 .table_inner_set {
  width: 33.33%;
  border-right: 1px solid #333;
}

@media screen and (max-width: 768px) {
  #autumn2024 .table_inner_set {
    width: 100%;
    border-left: 1px solid #333;
  }
}

#autumn2024 .table_inner_set:first-child {
  border-left: 1px solid #333;
}

#autumn2024 .table_inner_set_ttl {
  background: #333;
  color: #fff;
  text-align: center;
  position: relative;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 15px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #autumn2024 .table_inner_set_ttl {
    padding: 12px;
  }
}

#autumn2024 .table_inner_set_ttl-left {
  background: #333 url("../img/bg_table.svg") no-repeat left -120px top -100px;
}

#autumn2024 .table_inner_set_ttl::after {
  content: "";
  height: 100%;
  width: 1px;
  background: #fff;
  display: block;
  position: absolute;
  right: -1px;
  top: 0;
}

@media screen and (max-width: 768px) {
  #autumn2024 .table_inner_set_ttl::after {
    display: none;
  }
}

#autumn2024 .table_inner_set_ttl-right::after {
  display: none;
}

#autumn2024 .table_inner_set_table {
  display: flex;
  flex-wrap: wrap;
}

#autumn2024 .table_inner_set_table a {
  text-decoration: underline;
  color: #333;
}

#autumn2024 .table_inner_set_table a:hover {
  text-decoration: none;
}

#autumn2024 .table_inner_set_table dt {
  width: 25%;
  background-color: rgba(55, 55, 55, 0.169);
  text-align: center;
  border-bottom: 1px solid #333;
  padding: 10px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #autumn2024 .table_inner_set_table dt {
    font-size: 12px;
  }
}

#autumn2024 .table_inner_set_table dd {
  width: 75%;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  #autumn2024 .table_inner_set_table dd {
    padding: 10px 8px;
  }
}

#autumn2024 .guest {
  display: inline-block;
  padding: 1px 5px;
  color: #fff;
  border-radius: 3px;
  background: #977014;
  line-height: 1.4em;
}

#autumn2024 .new {
  display: inline-block;
  padding: 1px 5px;
  color: #fff;
  border-radius: 3px;
  background: #9e0f2b;
  line-height: 1.4em;
}

/*program*/
#autumn2024 .program {
  background: url(../img/ashirai_01.png) no-repeat right calc(50% - 676px) top 32%/10%, url(../img/ashirai_01.png) no-repeat left calc(50% - 676px) top 58%/10%, url(../img/bg_03.jpg) repeat-y center top/cover;
}

@media screen and (max-width: 768px) {
  #autumn2024 .program {
    background: url(../img/bg_03_sp.jpg) repeat-y center top;
    background-size: auto;
  }
}

#autumn2024 .program.program_02 {
  background: url(../img/tsuru.png) no-repeat right calc(50% - 539px) top 3%/250px, url(../img/kumo_left_top.png) no-repeat left calc(50% - 588px) top 5%/14%, url(../img/kumo_left.png) no-repeat left calc(50% - 750px) top 69%/12%, url(../img/kumo_right.png) no-repeat right calc(50% - 750px) top 50%/9%, url(../img/bg_04.jpg) repeat center top;
  padding-top: 83px;
  padding-bottom: 20px;
}

#autumn2024 .section.program.program_03 {
  padding-top: 80px;
}

#autumn2024 .program.program_03 {
  background: url(../img/ashirai_01.png) no-repeat right calc(50% - 644px) top 5%/10%, url(../img/ashirai_01.png) no-repeat left calc(50% - 676px) top 32%/10%, url(../img/ashirai_01.png) no-repeat right calc(50% - 676px) top 66%/10%, url(../img/bg_03.jpg) repeat-y center top/cover;
}

@media screen and (max-width: 768px) {
  #autumn2024 .section.program.program_03 {
    background: url(../img/ashirai_01.png) no-repeat right calc(50% - 120px) top 1%/33%, url(../img/ashirai_01.png) no-repeat left calc(50% - 120px) top 6%/33%, url(../img/bg_03_sp.jpg) repeat-y center top/auto;
    padding-top: 50px;
  }
}

#autumn2024 .program.program_04 {
  background: url(../img/kumo_right_top.png) no-repeat right calc(50% - 579px) top 6%/9%, url(../img/kumo_left_04.png) no-repeat left calc(50% - 730px) top 65%/7%, url(../img/kumo_right_04.png) no-repeat right calc(50% - 730px) top 49%/6%, url(../img/bg_04.jpg) repeat center top;
  padding-top: 83px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #autumn2024 .program.program_04 {
    background: url(../img/kumo_right_top.png) no-repeat right calc(50% - 146px) top 1%/21%, url(../img/kumo_left_04.png) no-repeat left calc(50% - 147px) top 10%/21%, url(../img/kumo_right_04.png) no-repeat right calc(50% - 140px) top 49%/21%, url(../img/bg_04.jpg) repeat center top;
    padding-top: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #autumn2024 .program.program_02 {
    background: url(../img/tsuru.png) no-repeat right calc(50% - 480px) top 3%/200px, url(../img/kumo_left_top.png) no-repeat left calc(50% - 400px) top 5%/14%, url(../img/kumo_left.png) no-repeat left calc(50% - 750px) top 69%/12%, url(../img/kumo_right.png) no-repeat right calc(50% - 750px) top 50%/9%, url(../img/bg_04.jpg) repeat center top;
    padding-top: 83px;
    padding-bottom: 20px;
  }
  #autumn2024 .program.program_03 {
    background: url(../img/ashirai_01.png) no-repeat right calc(50% - 465px) top 5%/10%, url(../img/ashirai_01.png) no-repeat left calc(50% - 400px) top 13%/10%, url(../img/ashirai_01.png) no-repeat right calc(50% - 676px) top 66%/10%, url(../img/bg_03.jpg) repeat-y center top/cover;
  }
  #autumn2024 .program.program_04 {
    background: url(../img/kumo_right_top.png) no-repeat right calc(50% - 450px) top 6%/9%, url(../img/kumo_left_04.png) no-repeat left calc(50% - 555px) top 16%/7%, url(../img/kumo_right_04.png) no-repeat right calc(50% - 730px) top 49%/6%, url(../img/bg_04.jpg) repeat center top;
    padding-top: 83px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  #autumn2024 .program.program_02 {
    background: url(../img/tsuru.png) no-repeat right calc(50% - 115px) top 0%/87px, url(../img/kumo_left_top.png) no-repeat left calc(50% - 136px) top 2%/26%, url(../img/bg_04.jpg) repeat center top;
    padding-top: 50px;
  }
}

#autumn2024 img.mitsuya_title {
  width: 664px;
}

#autumn2024 img.kenkaku_title {
  width: 692px;
}

#autumn2024 img.toei_title {
  width: 540px;
}

#autumn2024 p.text_red {
  font-size: 20px;
  color: #b93329;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #autumn2024 p.text_red {
    font-size: 18px;
  }
  #autumn2024 p.text_red_l {
    text-align: left;
  }
}

#autumn2024 p.sub_ttl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #autumn2024 p.sub_ttl {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

#autumn2024 .program_inner {
  margin: 0 auto;
  max-width: 1200px;
}

@media screen and (max-width: 768px) {
  #autumn2024 .program_inner {
    margin: 0 auto;
  }
}

#autumn2024 .program_inner_set {
  padding: 50px 20px;
}

@media screen and (max-width: 768px) {
  #autumn2024 .program_inner_set {
    padding: 20px 10px;
  }
}

#autumn2024 .program_inner_set-mitsuya {
  background: url("../img/bg_mitsuya.png") repeat;
}

#autumn2024 .program_inner_set-kenkaku {
  background: url("../img/bg_kenkaku_01.png") repeat, url("../img/bg_kenkaku_02.jpg") repeat;
}

#autumn2024 .program_inner_set-others {
  background: url("../img/bg_others.jpg") repeat;
}

#autumn2024 .program_inner_set_lead {
  color: #977014;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #autumn2024 .program_inner_set_lead {
    margin-bottom: 30px;
  }
}

#autumn2024 .program_inner_set_box {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  margin: 0 auto 40px;
  display: flex;
  background: url(../img/program_frame_01.png) no-repeat left top/66px, url(../img/program_frame_02.png) no-repeat right top/66px, url(../img/program_frame_03.png) no-repeat right bottom/334px, url(../img/program_frame_04.png) no-repeat left bottom/66px, url(../img/program_bg.jpg) repeat;
  background-origin: border-box;
  border: 2px solid #b48e37;
  padding: 50px;
}

@media screen and (max-width: 768px) {
  #autumn2024 .program_inner_set_box {
    display: block;
    padding: 30px 20px 30px;
    margin: 0 auto 30px;
    background: url(../img/program_frame_01.png) no-repeat left top/46.2px, url(../img/program_frame_02.png) no-repeat right top/46.2px, url(../img/program_frame_03.png) no-repeat right bottom/233.8px, url(../img/program_frame_04.png) no-repeat left bottom/46.2px, url(../img/program_bg.jpg) repeat;
    background-origin: border-box;
  }
}

#autumn2024 .program_inner_set-others .program_inner_set_box:first-of-type {
  margin-top: 50px;
}

#autumn2024 .program_inner_set_box-special {
  padding-bottom: 0;
  position: relative;
  padding: 50px;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  #autumn2024 .program_inner_set_box-special {
    padding: 30px 20px;
  }
}

#autumn2024 .program_inner_set_box-special img.icon {
  width: 96px;
  margin-bottom: 26px;
}

@media screen and (max-width: 768px) {
  #autumn2024 .program_inner_set_box-special img.icon {
    position: absolute;
    top: -9%;
    width: 26%;
    right: 0;
    max-width: 96px;
  }
}

/*#autumn2024 .program_inner_set_box-special::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  dislay: block;
  background-image: -moz-linear-gradient(55deg, rgba(224, 132, 190, 0.65098) 0%, rgba(240, 192, 212, 0.65) 0%, rgba(255, 252, 234, 0.65) 0%, rgba(234, 91, 98, 0.65) 0%, rgba(255, 252, 234, 0.65) 0%, rgba(187, 46, 53, 0.65) 0%, rgba(221, 125, 51, 0.65) 0%, rgba(255, 204, 49, 0.65) 0%, rgba(255, 183, 212, 0.65) 0%, rgba(218, 182, 101, 0.65) 0%, rgba(255, 204, 49, 0.65) 0%, rgba(209, 178, 94, 0.65) 0%, rgba(255, 252, 234, 0.65) 0%, rgba(255, 252, 234, 0.65) 0%, rgba(255, 228, 147, 0.65) 0%, rgba(177, 142, 61, 0.65) 0%, rgba(232, 150, 63, 0.65) 0%, rgba(232, 123, 88, 0.65) 53%, rgba(232, 96, 112, 0.65098) 100%);
  background-image: -webkit-linear-gradient(55deg, rgba(224, 132, 190, 0.65098) 0%, rgba(240, 192, 212, 0.65) 0%, rgba(255, 252, 234, 0.65) 0%, rgba(234, 91, 98, 0.65) 0%, rgba(255, 252, 234, 0.65) 0%, rgba(187, 46, 53, 0.65) 0%, rgba(221, 125, 51, 0.65) 0%, rgba(255, 204, 49, 0.65) 0%, rgba(255, 183, 212, 0.65) 0%, rgba(218, 182, 101, 0.65) 0%, rgba(255, 204, 49, 0.65) 0%, rgba(209, 178, 94, 0.65) 0%, rgba(255, 252, 234, 0.65) 0%, rgba(255, 252, 234, 0.65) 0%, rgba(255, 228, 147, 0.65) 0%, rgba(177, 142, 61, 0.65) 0%, rgba(232, 150, 63, 0.65) 0%, rgba(232, 123, 88, 0.65) 53%, rgba(232, 96, 112, 0.65098) 100%);
  background-image: -ms-linear-gradient(55deg, rgba(224, 132, 190, 0.65098) 0%, rgba(240, 192, 212, 0.65) 0%, rgba(255, 252, 234, 0.65) 0%, rgba(234, 91, 98, 0.65) 0%, rgba(255, 252, 234, 0.65) 0%, rgba(187, 46, 53, 0.65) 0%, rgba(221, 125, 51, 0.65) 0%, rgba(255, 204, 49, 0.65) 0%, rgba(255, 183, 212, 0.65) 0%, rgba(218, 182, 101, 0.65) 0%, rgba(255, 204, 49, 0.65) 0%, rgba(209, 178, 94, 0.65) 0%, rgba(255, 252, 234, 0.65) 0%, rgba(255, 252, 234, 0.65) 0%, rgba(255, 228, 147, 0.65) 0%, rgba(177, 142, 61, 0.65) 0%, rgba(232, 150, 63, 0.65) 0%, rgba(232, 123, 88, 0.65) 53%, rgba(232, 96, 112, 0.65098) 100%);
  opacity: 0.529;
	z-index:1;
}*/
#autumn2024 .program_inner_set_box-special,
#autumn2024 .program_inner_set .program_inner_set_box:last-child {
  margin-bottom: 0;
}

#autumn2024 .box_r,
#autumn2024 .box_l,
#autumn2024 .box_l_small {
  position: relative;
  z-index: 3;
}

#autumn2024 .box_l {
  width: 360px;
  margin-right: 30px;
}

#autumn2024 .box_l_small {
  min-width: 360px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  #autumn2024 .box_l {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  #autumn2024 .box_l_small {
    width: 100%;
    margin: 0 0 20px;
    min-width: 0px;
    text-align: center;
  }
}

#autumn2024 .box_r {
  width: calc(100% - 390px);
}

#autumn2024 .box_r_small {
  width: calc(100% - 410px);
  margin-left: 50px;
}

#autumn2024 .box_r_last {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #autumn2024 .box_r,
  #autumn2024 .box_r_small {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
}

#autumn2024 .box_date {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 1px 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #autumn2024 .box_date {
    margin-bottom: 15px;
    font-size: 13px;
  }
}

#autumn2024 .box_detail {
  font-weight: bold;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  #autumn2024 .box_detail {
    font-size: 13px;
    margin-bottom: 15px;
  }
}

#autumn2024 .box_ttl {
  font-size: 30px;
  text-indent: -0.5em;
  font-weight: bold;
}

#autumn2024 .box_ttl.box_01 {
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  #autumn2024 .box_ttl {
    font-size: 18px;
    line-height: 1.5em;
  }
}

#autumn2024 .box_ttl_4k {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  #autumn2024 .box_ttl_4k {
    font-size: 13px;
    line-height: 1.4em;
    display: block;
    text-indent: 0;
  }
}

#autumn2024 .box_age {
  font-size: 18px;
  margin-bottom: 24px;
  font-weight: bold;
  color: #b93329;
}

#autumn2024 img.square {
  margin-right: 8px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #autumn2024 .box_age {
    font-size: 13px;
  }
}

#autumn2024 .box_age.box_age_first {
  margin-top: 16px;
  margin-bottom: 14px;
}

#autumn2024 .box_age_02 {
  font-size: 18px;
  margin: 0 0 20px 0;
  font-weight: bold;
  color: #b93329;
}

@media screen and (max-width: 768px) {
  #autumn2024 .box_age_02 {
    font-size: 18px;
    margin: 10px 0 20px 0;
    font-weight: bold;
    color: #b93329;
  }
}

#autumn2024 .box_staff,
#autumn2024 .box_staff_02 {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #autumn2024 .box_staff {
    font-size: 13px;
  }
}

#autumn2024 .box_staff_02 {
  margin-top: 15px;
}

#autumn2024 .gensaku {
  display: inline-block;
  padding-left: 3em;
  text-indent: -3em;
}

#autumn2024 .narrator {
  display: inline-block;
  padding-left: 6em;
  text-indent: -6em;
}

#autumn2024 .fujisawa {
  display: inline-block;
  padding-left: 7em;
  text-indent: -7em;
}

#autumn2024 .box_btnarea {
  display: flex;
  justify-content: flex-start;
}

#autumn2024 .btn {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  width: 366px;
  text-align: center;
  border-radius: 0;
  display: flex;
  padding: 24px;
  box-sizing: border-box;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  #autumn2024 .btn {
    font-size: 15px;
    padding: 20px;
    width: 100%;
  }
}

#autumn2024 .btn::after {
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
}

#autumn2024 .btn-official {
  color: #fff;
  border: 1px solid #b48e37;
  margin-top: 18px;
  background-color: #b48e37;
}

#autumn2024 .btn-official::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#autumn2024 .btn-schedule {
  background: #b93329;
  color: #fff;
  border: 1px solid #b93329;
  /*	margin-top:30px;*/
  margin-top: 20px;
}

#autumn2024 .btn-schedule::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#autumn2024 .btn-schedule_02 {
  background: #b93329;
  color: #fff;
  border: 1px solid #b93329;
  margin-top: 20px;
}

#autumn2024 .btn-schedule_02::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#autumn2024 .program_inner_set_hukidashi {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #977014;
  font-size: 26px;
  background: #fff;
  width: 445px;
  padding: 6px;
  border-bottom: 2px solid #bb953d;
  position: relative;
  text-align: center;
  margin: 50px auto 30px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #autumn2024 .program_inner_set_hukidashi {
    margin: 30px 10px 20px;
    font-size: 18px;
    width: auto;
  }
}

#autumn2024 .program_inner_set_hukidashi:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

#autumn2024 .program_inner_set_hukidashi:after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #bb953d;
  z-index: 1;
}

#autumn2024 .hukidashi-2 {
  margin-bottom: 45px;
}

/*movie*/
#autumn2024 .movie {
  background: #000 url("../img/bg_05.jpg") no-repeat center top;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #autumn2024 .movie {
    background: #000 url("../img/bg_05_sp.jpg") no-repeat center top;
  }
}

#autumn2024 .movie_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1062px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #autumn2024 .movie_list {
    display: block;
    width: 100%;
  }
}

#autumn2024 .movie_list li {
  display: flex;
  flex-wrap: wrap;
  margin: 11px 10px;
  width: calc(33.330% - 40px);
}

@media screen and (max-width: 768px) {
  #autumn2024 .movie_list li {
    width: 100%;
    margin: 0 0 20px;
  }
  #autumn2024 .movie_list li:last-child {
    margin-bottom: 0;
  }
}

#autumn2024 .movie_list li a {
  display: block;
}

#autumn2024 .movie_list li p {
  margin-bottom: 12px;
  color: #a0791c;
  font-size: 16px;
  text-align: center;
  width: 100%;
}

#autumn2024 .movie_list_moviewrap {
  width: 514px;
  position: relative;
  border: 4px double #edba52;
}

/*link*/
#autumn2024 .link {
  background: #931d09 url("../img/bg_01.jpg") no-repeat center;
  background-size: cover;
  padding: 40px 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #autumn2024 .link {
    padding: 30px 20px;
  }
}

#autumn2024 .link_text {
  color: #fff;
  margin-bottom: 25px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #autumn2024 .link_text {
    margin-bottom: 15px;
  }
}

#autumn2024 .link_text_big {
  font-size: 26px;
  display: inline-block;
  padding: 0 2px;
}

@media screen and (max-width: 768px) {
  #autumn2024 .link_text_big {
    font-size: 18px;
  }
}

#autumn2024 .link_text_inner {
  position: relative;
  display: inline-block;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  #autumn2024 .link_text_inner {
    font-size: 14px;
  }
}

#autumn2024 .link_text_inner::before,
#autumn2024 .link_text_inner::after {
  display: block;
  content: "";
  width: 2px;
  height: 30px;
  background: #fff;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  #autumn2024 .link_text_inner::before,
  #autumn2024 .link_text_inner::after {
    top: auto;
  }
}

#autumn2024 .link_text_inner::before {
  left: 0;
  transform: rotate(-30deg);
}

#autumn2024 .link_text_inner::after {
  right: 0;
  transform: rotate(30deg);
}

#autumn2024 .link a {
  display: inline-block;
}

/*watch*/
#autumn2024 .watch {
  position: relative;
  background: #f9ecd5 url("../img/bg_08.jpg") no-repeat center top;
  background-size: cover;
}

@media screen and (min-width: 1920px) {
  #autumn2024 .watch {
    background-size: cover;
  }
}

#autumn2024 .watch::after {
  display: block;
  content: "";
  background: #9d1b34 url("../img/bg_07.jpg") no-repeat center top;
  width: 100%;
  position: absolute;
  top: 0;
  height: 293px;
  left: 0;
  z-index: 2;
  background-size: auto;
}

@media screen and (min-width: 1920px) {
  #autumn2024 .watch::after {
    background: #9d1b34 url("../img/bg_07_sp.jpg") no-repeat center top;
    background-size: cover;
  }
}

@media screen and (min-width: 1920px) {
  #autumn2024 .watch::after {
    background-size: cover;
  }
}

#autumn2024 .ico_now {
  position: absolute;
  top: -20px;
  left: calc(50% - 300px);
}

@media screen and (max-width: 768px) {
  #autumn2024 .ico_now {
    max-width: 81px;
    left: calc(50% - 160px);
  }
}

#autumn2024 .watch_box {
  position: relative;
  z-index: 5;
  background: #fff;
  border-radius: 3px;
  max-width: 1200px;
  margin: 0 auto 20px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
  padding: 60px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #autumn2024 .watch_box {
    padding: 30px 20px;
  }
}

#autumn2024 .watch_box .watch_steps {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  #autumn2024 .watch_box .watch_steps {
    display: block;
    padding: 0;
    margin-top: 0;
  }
}

#autumn2024 .watch_box .watch_steps li::before {
  display: none;
}

#autumn2024 .watch_box .watch_steps li {
  border-right: 1px solid #b9953b;
  padding: 0 60px;
  width: 33.33%;
}

@media screen and (max-width: 768px) {
  #autumn2024 .watch_box .watch_steps li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #b9953b;
    padding: 24px 0;
  }
  #autumn2024 .watch_box .watch_steps li img {
    max-width: 57.3%;
  }
}

#autumn2024 .watch_box .watch_steps li:last-child {
  border: none;
  padding-bottom: 0;
}

#autumn2024 .watch_box-fee {
  padding: 60px 60px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #autumn2024 .watch_box-fee {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}

#autumn2024 .watch_steps_ttl {
  color: #a1233b;
  font-weight: bold;
  font-size: 50px;
  line-height: 1em;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #autumn2024 .watch_steps_ttl {
    font-size: 37px;
    margin-bottom: 15px;
  }
}

#autumn2024 .watch_steps_ttl span {
  font-size: 16px;
  display: block;
  line-height: 1em;
}

@media screen and (max-width: 768px) {
  #autumn2024 .watch_steps_ttl span {
    font-size: 12px;
  }
}

#autumn2024 .watch_steps_text {
  text-align: left;
  font-size: 16px;
}

#autumn2024 .watch_steps_maintext {
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #autumn2024 .watch_steps_maintext {
    margin-bottom: 20px;
    font-size: 15px;
  }
}

#autumn2024 .watch_steps_text {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #autumn2024 .watch_steps_text {
    font-size: 14px;
    margin-top: 20px;
  }
}

#autumn2024 .watch_box_attention {
  display: block;
  text-align: center;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  #autumn2024 .watch_box_attention {
    font-size: 12px;
    line-height: 1.4em;
  }
}

#autumn2024 .watch_box-fee small {
  display: block;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
  max-width: 761px;
  margin: 0 auto 0;
}

#autumn2024 .img_fee {
  margin: 20px auto 20px;
}

/*sisterch*/
#autumn2024 .sisterch {
  background: url("../img/bg_sister.png") no-repeat top -80px left calc(50% - 300px), url("../img/bg_01.jpg") no-repeat center top;
  background-size: 323px, auto;
  padding: 50px 20px;
}

@media screen and (max-width: 980px) {
  #autumn2024 .sisterch {
    background: url("../img/bg_sister.png") no-repeat top -6.2vw left, url("../img/bg_01.jpg") no-repeat center top;
    background-size: 32vw, cover;
  }
}

@media screen and (max-width: 768px) {
  #autumn2024 .sisterch {
    background: url("../img/bg_sister_sp.png") no-repeat top center, url("../img/bg_01.jpg") no-repeat center top;
    background-size: contain, cover;
    padding: 30% 20px 50px;
  }
}

@media screen and (min-width: 1920px) {
  #autumn2024 .sisterch {
    background-size: 323px, cover;
  }
}

#autumn2024 .sisterch_hukidashi {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

#autumn2024 .sisterch_hukidashi span {
  color: #000;
  padding: 0 40px 22px;
  position: relative;
  display: inline-block;
  background: url(../img/line_hukidashi.svg) no-repeat center bottom;
  background-size: contain;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #autumn2024 .sisterch_hukidashi span {
    padding: 0 40px 20px;
    font-size: 15px;
  }
}

/* Sns
------------------------------------------------------------- */
.sns_area {
  margin: 0 auto;
  background: #000;
}

.sns_area .area_inner {
  position: relative;
  margin: 0 auto;
  max-width: 980px;
  padding: 60px 0;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .sns_area .area_inner {
    padding: 30px 0;
  }
}

.sns_area .sns_title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .sns_area .sns_title {
    margin-bottom: 10px;
  }
}

.sns_area .btnList {
  overflow: hidden;
  font-size: 0;
  text-align: center;
}

.sns_area .btnList > li {
  display: inline-block;
  width: 78px;
  height: 78px;
  margin: 2% 35px 0;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sns_area .btnList > li {
    display: inline-block;
    margin: 0 5px;
    max-width: 78;
    width: 50px;
    height: 50px;
  }
}

.sns_area .btnList > li:first-child {
  margin-top: 0;
}

.sns_area .btnList > li a {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 0;
  background: 0 0 no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
  padding-top: 100%;
  border-radius: 50%;
}

.sns_area .btnList > li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: 0.2s;
}

/* Credit
------------------------------------------------------------- */
.credit {
  font-size: 10px;
  color: #fff;
  text-align: center;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .credit {
    text-align: left;
  }
}

.credit_area {
  max-width: 100%;
  border: none;
  font-size: 10px;
  color: #fff;
  background: #000;
  padding: 0 0 40px;
}

@media screen and (max-width: 768px) {
  .credit_area {
    width: auto;
    padding: 0 20px 24px;
  }
}

.credit_area p {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

/* Footer
------------------------------------------------------------- */
.footer {
  background: #000;
  color: #fff;
  text-align: center;
  max-height: 80px;
  height: 80px;
  padding-top: 33px;
}

#back-to-top.remove-fixed {
  bottom: 20px;
  position: fixed;
}

@media screen and (max-width: 768px) {
  #back-to-top.remove-fixed {
    top: auto;
  }
}

/*時代劇のみ*/
#topcontrol {
  width: 44px;
  height: 44px;
  background: url(/images/common/pagetop.png) no-repeat;
  z-index: 200;
}

/* 2021.11.25 */
@media screen and (max-width: 768px) {
  #autumn2024 .box_date.icon-margin {
    margin-bottom: 8px;
  }
  #autumn2024 .box_date.icon-margin + .guest {
    margin-bottom: 8px;
  }
}

#autumn2024 p.box_cast {
  font-size: 14px;
  margin: 20px auto;
}

ul.anc_btn {
  max-width: 980px;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  ul.anc_btn {
    max-width: 670px;
  }
}

ul.anc_btn.anc_btn_flex {
  display: flex;
  margin: 10px auto 0 auto;
  max-width: 980px;
}

ul.anc_btn.anc_btn_flex li:first-child,
ul.anc_btn.anc_btn_flex li:nth-child(2) {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  ul.anc_btn.anc_btn_flex {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 670px;
  }
  ul.anc_btn.anc_btn_flex li:first-child,
  ul.anc_btn.anc_btn_flex li:nth-child(2) {
    margin-right: 0;
  }
  ul.anc_btn li {
    text-align: center;
    margin: 5px auto;
  }
}

.contents__inner {
  max-width: 980px;
  margin: 0px auto;
  padding: 60px 0px 45px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .contents__inner {
    padding: 80px 20px;
  }
}

@media (max-width: 768px) {
  .contents__inner {
    padding: 25px 10px 40px;
  }
}

#main .contents__inner {
  padding: 25px 0px 30px;
  max-width: 1100px;
}

@media screen and (max-width: 1000px) {
  #main .contents__inner {
    padding: 25px 20px 80px;
  }
}

@media (max-width: 768px) {
  #main .contents__inner {
    padding: 25px 10px 35px;
  }
}

.contents__wrap {
  max-width: 1600px;
  margin: 0px auto;
}

#main .contents__wrap {
  background-repeat: no-repeat;
  background-size: initial;
  padding: 30px 0px 0px;
  background-position: center;
  background-position-y: 15px;
  max-width: 1800px;
  position: relative;
}

@media screen and (min-width: 1800px) {
  #main .contents__wrap {
    background-size: 95%;
    padding: 30px 0px 0px;
    background-position: center;
    background-position-x: 90px;
    max-width: 1850px;
  }
}

@media screen and (max-width: 1400px) {
  #main .contents__wrap {
    background-size: cover;
    background-position: center;
    background-position-y: 15px;
  }
}

@media (max-width: 768px) {
  #main .contents__wrap {
    background: unset;
  }
}

.main__bg__effect {
  position: absolute;
  top: 48%;
  left: 52%;
  transform: translateY(-50%) translateX(-50%);
  width: 1750px;
  min-width: 1750px;
}

.main__title {
  margin-top: -15px;
}

@media screen and (max-width: 900px) {
  .main__title {
    margin-top: -15px;
  }
}

@media (max-width: 768px) {
  .main__title {
    margin-top: -25px;
    width: 90%;
  }
}

.main__read {
  font-size: 22px;
}

@media (max-width: 768px) {
  .main__read {
    font-size: 16px;
  }
}

.main__read__attention {
  font-size: 22px;
  position: relative;
  background: white;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 80px;
  margin-top: 45px;
  font-size: 28px;
}

@media (max-width: 768px) {
  .main__read__attention {
    font-size: 16px;
    margin-top: 30px;
  }
}

.main__read__attention__waka {
  position: absolute;
  top: 50%;
  right: -15%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .main__read__attention__waka {
    width: 70px;
    right: -7vw;
  }
}

.main__read__day__wrap {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .main__read__day__wrap {
    margin-top: 40px;
  }
}

#step {
  background-color: #5BBFEF;
  position: relative;
  text-align: center;
}

#step .contents__wrap {
  background: url(../img/muryo_bg.png);
  background-repeat: no-repeat;
  background-position-y: 120px;
  background-position-x: center;
  position: relative;
  background-size: contain;
}

@media screen and (max-width: 1400px) {
  #step .contents__wrap {
    background-size: cover;
  }
}

@media (max-width: 768px) {
  #step .contents__wrap {
    background: url(../img/muryo_bg_sp.png);
    background-position-x: center;
  }
}

#step h3 {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  #step .contents__inner {
    padding: 0px 20px 40px;
  }
}

.step__muryo-en {
  position: absolute;
  top: 6%;
  right: 10%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1350px) {
  .step__muryo-en {
    right: 2vw;
    width: 18vw;
  }
}

.step__muryo-en__sp {
  margin: 0 auto 20px;
}

.step__bnr {
  display: block;
  margin: 0 auto;
}

.step__bnr__step {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: block;
  width: 100%;
}

@media (min-width: 769px) {
  .step__bnr__step {
    width: 118%;
    margin-left: -5%;
    margin-bottom: -20px;
  }
}

@media (max-width: 768px) {
  .step__bnr__step {
    margin-bottom: 20px;
  }
}

.step__bnr + .step__bnr {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .step__bnr + .step__bnr {
    margin-top: 20px;
  }
}

#photo {
  text-align: center;
  background-color: #1D1D1D;
}

#schedule {
  background-color: #F9E650;
  position: relative;
  text-align: center;
}

#schedule .contents__wrap {
  background: url(../img/schedule_bg.png);
  background-repeat: repeat-y;
  position: relative;
}

@media (max-width: 768px) {
  #schedule .contents__wrap {
    background: url(../img/schedule_bg_sp.png);
    background-position-x: center;
  }
}

#schedule h3 {
  margin-bottom: 0px;
}

.schedule__waka__01 {
  position: absolute;
  top: 70%;
  right: -15%;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .schedule__waka__01 {
    top: 58%;
    left: 1%;
    width: 26vw;
    max-width: 100px;
  }
}

.schedule__waka__02 {
  position: absolute;
  top: 87%;
  right: 0%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1000px) {
  .schedule__waka__02 {
    right: -8%;
  }
}

@media (max-width: 768px) {
  .schedule__waka__02 {
    top: 95%;
    right: -7%;
    width: 14vw;
    transform: translateX(0%);
    max-width: 70px;
  }
}

.schedule__waka__03 {
  position: absolute;
  top: 10%;
  right: -10%;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .schedule__waka__03 {
    right: -5vw;
    width: 19vw;
    top: -4%;
    transform: translateX(0%);
    max-width: 85px;
  }
}

.schedule__waka__04 {
  position: absolute;
  top: -9%;
  left: 8%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1000px) {
  .schedule__waka__04 {
    left: 20%;
  }
}

@media (max-width: 768px) {
  .schedule__waka__04 {
    left: 5vw;
    width: 14vw;
    top: -8%;
    max-width: 70px;
  }
}

.schedule__heading {
  font-size: 40px;
  font-weight: bold;
}

.schedule__table {
  width: 63vw;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  border-radius: 20px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .schedule__table__scroll__7-1 {
    max-height: 54vh;
    overflow: overlay;
    background: white;
  }
  .schedule__table__scroll__7-1::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    position: absolute;
  }
  .schedule__table__scroll__7-1::-webkit-scrollbar-thumb {
    border-radius: 0.5rem;
  }
  .schedule__table__scroll__7-1::-webkit-scrollbar-thumb {
    --bg-opacity: 1;
    background-color: #F33B00;
  }
  .schedule__table__scroll__7-2 {
    max-height: 30vh;
    overflow: overlay;
    background: white;
    border-radius: 0px 0px 10px 10px;
  }
  .schedule__table__scroll__7-2::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .schedule__table__scroll__7-2::-webkit-scrollbar-thumb {
    border-radius: 0.5rem;
  }
  .schedule__table__scroll__7-2::-webkit-scrollbar-thumb {
    --bg-opacity: 1;
    background-color: #42A421;
  }
}

.schedule__table__day__7-1 {
  position: relative;
}

.schedule__table__day__7-1__img {
  position: absolute;
  top: 1%;
  left: -185px;
  transform: translateY(0%) translateX(0%);
}

@media screen and (max-width: 1000px) {
  .schedule__table__day__7-1__img {
    left: -25%;
    width: 10vw;
  }
}

@media (max-width: 768px) {
  .schedule__table__day__7-1__img {
    display: none;
  }
}

.schedule__table__day__7-1__sp {
  text-align: center;
  background-color: #F33B00;
  padding: 10px;
  border-radius: 10px 10px 0px 0px;
}

.schedule__table__day__7-1__sp__text {
  width: 100px;
}

.schedule__table__day__7-2 {
  position: relative;
}

.schedule__table__day__7-2__img {
  position: absolute;
  top: 1%;
  left: -200px;
  transform: translateY(0%) translateX(0%);
}

@media screen and (max-width: 1000px) {
  .schedule__table__day__7-2__img {
    left: -25%;
    width: 10vw;
  }
}

@media (max-width: 768px) {
  .schedule__table__day__7-2__img {
    display: none;
  }
}

.schedule__table__day__7-2__sp {
  text-align: center;
  background-color: #42A421;
  padding: 10px;
}

.schedule__table__day__7-2__sp__text {
  width: 100px;
}

.schedule__table .arrow {
  position: absolute;
  top: 15px;
  left: -35px;
  transform: translateY(0%) translateX(-50%);
  height: 100%;
}

@media (max-width: 768px) {
  .schedule__table .arrow__red {
    display: none;
  }
}

.schedule__table .arrow__red .arrow__body {
  background-color: #F13B00;
}

.schedule__table .arrow__red .arrow__head {
  border-color: transparent #F13B00 transparent transparent;
}

.schedule__table .arrow__green {
  top: 0px;
}

@media (max-width: 768px) {
  .schedule__table .arrow__green {
    display: none;
  }
}

.schedule__table .arrow__green .arrow__body {
  background-color: #42A421;
}

.schedule__table .arrow__green .arrow__head {
  border-color: transparent #42A421 transparent transparent;
}

.schedule__table .arrow__body {
  width: 40px;
  height: calc(100% - 140px);
  margin: 0px 0px 0px auto;
  display: block;
}

.schedule__table .arrow__head {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 75px 130px 0;
}

.schedule__table__wrap {
  position: relative;
}

@media (min-width: 769px) {
  .schedule__table {
    box-shadow: 5px 0px 12px rgba(0, 0, 0, 0.3);
  }
}

@media (max-width: 768px) {
  .schedule__table {
    width: 100%;
    border-radius: 10px;
  }
}

.schedule__table__head {
  font-size: 14px;
  background-color: #E5E5E5;
  padding: 15px 0px;
  width: 15%;
  min-width: 120px;
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  .schedule__table__head {
    width: 11%;
    min-width: 85px;
    padding: 10px;
    font-size: 12px;
    line-height: 1;
  }
}

.schedule__table__head__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  line-height: 1.2;
}

.schedule__table__data {
  background-color: white;
  text-align: left;
  padding: 20px;
  text-decoration: underline;
  line-height: 1.2;
  color: black;
  width: 85%;
}

@media (max-width: 768px) {
  .schedule__table__data {
    padding: 10px;
    width: 89%;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.1;
  }
}

.schedule__table__data a {
  color: black;
}

.schedule__table__row {
  display: flex;
}

.schedule__table__row + .schedule__table__row {
  border-top: 1px solid #BEBEBE;
}

@media (min-width: 769px) {
  .schedule__table__row__first .schedule__table__head {
    border-radius: 20px 0 0 0;
  }
  .schedule__table__row__first .schedule__table__data {
    border-radius: 0 20px 0 0;
  }
  .schedule__table__row__last .schedule__table__head {
    border-radius: 0 0 0 20px;
  }
  .schedule__table__row__last .schedule__table__data {
    border-radius: 0 0 20px 0;
  }
}

@media (max-width: 768px) {
  .schedule__table__row__last .schedule__table__head {
    border-radius: 0 0 0 10px;
  }
  .schedule__table__row__last .schedule__table__data {
    border-radius: 0 0 10px 0;
  }
}

.schedule__table__row__next {
  border-top: 1px solid #BEBEBE;
}

.schedule__table__font-small {
  font-size: 14px;
}

.schedule__table .pink {
  background-color: #FFDBB4;
}

.schedule__table .green {
  background-color: #b6f2a1;
}

#originaru {
  background-image: url(../img/originaru_bg.png);
}

#originaru .contents__inner {
  max-width: 1200px;
  padding: 30px 40px 80px;
  position: relative;
}

@media (max-width: 768px) {
  #originaru .contents__inner {
    padding: 15px 20px 40px;
  }
}

@media (min-width: 769px) {
  .originaru__heading {
    margin-left: -120px;
  }
}

.originaru__waka {
  position: absolute;
  top: 6%;
  left: 2%;
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 768px) {
  .originaru__waka {
    top: 92%;
    left: 2%;
    z-index: 2;
    transform: translateY(0%) translateX(0%);
    width: 15vw;
  }
}

.originaru__contents {
  position: relative;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  padding: 60px;
}

.originaru__contents#originaru01 {
  border: 2px solid #FF3C00;
}

.originaru__contents#originaru02 {
  border: 2px solid #41A521;
}

.originaru__contents + .originaru__contents {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .originaru__contents {
    padding: 20px;
  }
}

.originaru__contents__performer {
  position: absolute;
  top: 9%;
  left: 2%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}

@media (max-width: 768px) {
  .originaru__contents__performer {
    top: 5%;
    left: 8vw;
    width: 25vw;
    max-width: 140px;
  }
}

.originaru__contents__icon {
  position: absolute;
  bottom: 10px;
  left: 10px;
  transform: translateY(0%) translateX(0%);
}

@media (max-width: 768px) {
  .originaru__contents__icon {
    top: 54vw;
    transform: translateY(0%) translateX(0%);
    width: 50%;
    right: 2%;
    left: auto;
    max-width: 150px;
  }
}

@media (max-width: 768px) {
  .originaru__contents__icon__01 {
    top: 54vw;
  }
}

.originaru__contents__inner {
  display: flex;
  gap: 25px;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .originaru__contents__inner {
    flex-direction: column;
  }
}

.originaru__contents__img__01 {
  padding: 20px;
}

.originaru__contents__img__02 {
  padding: 20px;
}

.originaru__contents__img__wrap {
  width: 45%;
  text-align: center;
  position: relative;
  background-color: white;
  display: flex;
  flex-flow: column;
  gap: 25px;
}

@media (max-width: 768px) {
  .originaru__contents__img__wrap {
    width: 100%;
    gap: 15px;
  }
}

.originaru__contents__img__inner {
  border: 1px solid #E4E4E4;
}

.originaru__contents__text {
  margin-top: 15px;
}

@media (min-width: 769px) {
  .originaru__contents__text {
    font-size: 16px;
  }
}

.originaru__contents__text__wrap {
  width: 55%;
  font-size: 14px;
  z-index: 1;
}

@media (max-width: 768px) {
  .originaru__contents__text__wrap {
    width: 100%;
  }
}

.originaru__contents__text__new {
  color: white;
  background-color: #7210af;
  display: inline-block;
  padding: 0px 5px;
}

@media (max-width: 768px) {
  .originaru__contents__text__new.one-line {
    display: inline-block;
  }
}

.originaru__contents__text__day {
  color: #f13b00;
  font-weight: bold;
  margin-top: 15px;
}

@media (min-width: 769px) {
  .originaru__contents__text__day {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .originaru__contents__text__day.one-line {
    display: inline-block;
    margin-left: 10px;
    margin-top: 0px;
  }
}

.originaru__contents__text__title {
  font-size: 30px;
  margin-top: 15px;
  font-weight: bold;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .originaru__contents__text__title {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .originaru__contents__text__title--small {
    font-size: 16px;
  }
}

.originaru__contents__text__performer {
  margin-top: 20px;
  font-size: 16px;
}

@media (min-width: 769px) {
  .originaru__contents__text__performer {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .originaru__contents__text__performer {
    font-weight: bold;
  }
}

.originaru__contents__text__btn {
  text-align: right;
  display: block;
  font-weight: bold;
}

@media (max-width: 768px) {
  .originaru__contents__text__btn {
    text-align: center;
  }
}

.originaru__contents__text__btn__text {
  color: #1B1906;
  margin-top: 25px;
  background-color: #FFED59;
  position: relative;
  display: inline-block;
  padding: 10px 40px 10px 30px;
  font-size: 20px;
}

@media (max-width: 768px) {
  .originaru__contents__text__btn__text {
    font-size: 16px;
  }
}

.originaru__contents__text__btn__text::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1E1C0A;
  border-right: 2px solid #1E1C0A;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

#link {
  background-color: #F9E650;
}

#link .contents__wrap {
  background-image: url(../img/bnr_bg.png);
  background-repeat: repeat-y;
  background-position-x: center;
  position: relative;
}

@media (max-width: 768px) {
  #link .contents__wrap {
    background: url(../img/bnr_bg_sp.png);
    background-position-x: center;
  }
}

#link .contents__inner {
  max-width: 900px;
}

.main__icon {
  width: 20vw;
  max-width: 265px;
  height: 20vw;
  max-height: 265px;
  background-color: white;
  border: 3px solid #F8836E;
  border-radius: 130px;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .main__icon {
    height: 30vw;
    width: 30vw;
  }
}

.main__icon__wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
}

@media (min-width: 769px) {
  .main__icon__wrap {
    margin-top: -15px;
  }
}

@media (max-width: 768px) {
  .main__icon__wrap {
    gap: 5px;
  }
}

.main__icon__item {
  height: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.main__icon__item__01 {
  height: 85%;
}

.main__icon__item__03 {
  height: 50%;
}

#apply {
  background-color: #43AD23;
  position: relative;
}

@media (max-width: 768px) {
  #apply .m-btn {
    width: 80%;
    max-width: 250px;
    margin: 20px auto;
  }
}

.apply__bg__01 {
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translateY(0%) translateX(0%);
  width: 100%;
}

@media (max-width: 768px) {
  .apply__bg__01 {
    min-width: 1200px;
    min-height: 15px;
  }
}

.apply__bg__02 {
  position: absolute;
  bottom: 0%;
  left: 0%;
  transform: translateY(0%) translateX(0%);
  width: 100%;
}

@media (max-width: 768px) {
  .apply__bg__02 {
    min-width: 1200px;
    min-height: 15px;
  }
}

.apply__heading {
  color: white;
  font-weight: bold;
  font-size: 28px;
  position: relative;
  display: inline-block;
}

@media (max-width: 768px) {
  .apply__heading {
    font-size: 20px;
  }
}

.apply__heading__wrap {
  text-align: center;
}

.apply__heading::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 30px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: -23px;
  transform: translateY(-50%) translateX(0%) rotate(-20deg);
}

@media (max-width: 768px) {
  .apply__heading::before {
    width: 3px;
    height: 20px;
    top: 55%;
    left: -10px;
  }
}

.apply__heading::after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 30px;
  background-color: white;
  position: absolute;
  top: 50%;
  right: -23px;
  transform: translateY(-50%) translateX(0%) rotate(20deg);
}

@media (max-width: 768px) {
  .apply__heading::after {
    width: 3px;
    height: 20px;
    top: 55%;
    right: -10px;
  }
}

.apply__date {
  font-size: 23px;
  font-weight: bold;
  color: white;
  text-align: center;
}

@media (max-width: 768px) {
  .apply__date {
    font-size: 16px;
  }
}

.apply__date--big {
  font-size: 34px;
}

@media (max-width: 768px) {
  .apply__date--big {
    font-size: 24px;
  }
}

.apply__waka__01 {
  position: absolute;
  top: 59%;
  left: -120px;
  transform: translateY(-50%) translateX(0%);
}

@media screen and (max-width: 1150px) {
  .apply__waka__01 {
    left: -7vw;
    top: 69%;
  }
}

@media (max-width: 768px) {
  .apply__waka__01 {
    bottom: 9%;
    top: unset;
    left: 0px;
    transform: translateY(0%) translateX(0%);
    width: 18vw;
  }
}

.apply__waka__02 {
  position: absolute;
  top: 62%;
  right: -87px;
  transform: translateY(-50%) translateX(0%);
}

@media screen and (max-width: 1150px) {
  .apply__waka__02 {
    right: -2vw;
    top: 71%;
  }
}

@media (max-width: 768px) {
  .apply__waka__02 {
    bottom: 9%;
    top: unset;
    right: 0px;
    transform: translateY(0%) translateX(0%);
    width: 16vw;
  }
}

.m-btn {
  position: relative;
  margin: 50px auto;
  display: block;
  color: black;
}

.m-btn__text {
  font-size: 34px;
  font-weight: bold;
  z-index: 1;
  text-align: center;
  position: inherit;
}

@media (max-width: 768px) {
  .m-btn__text {
    font-size: 19px;
  }
}

.m-btn__bg {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 900px) {
  .m-btn__bg {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .m-btn__bg {
    max-height: 80px;
    width: 100%;
    max-width: 300px;
  }
}

#present {
  background: url(../img/present_bg.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media (max-width: 768px) {
  #present {
    background-image: url(../img/present_bg_sp.jpg);
    background-position: center -20px;
    background-size: cover;
  }
}

#present .contents__inner {
  padding: 110px 0px 85px;
}

@media screen and (max-width: 1000px) {
  #present .contents__inner {
    padding: 100px 20px 85px;
  }
}

@media (max-width: 768px) {
  #present .contents__inner {
    padding: 100px 20px 80px;
  }
}

.present__award {
  display: flex;
  gap: 75px 60px;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

@media (max-width: 768px) {
  .present__award {
    gap: 45px 5px;
    align-items: stretch;
  }
}

.present__award__kamihubuki__left {
  position: absolute;
  top: 42%;
  left: -125px;
  transform: translateY(-50%) translateX(0%);
}

@media (max-width: 768px) {
  .present__award__kamihubuki__left {
    display: none;
  }
}

.present__award__kamihubuki__right {
  position: absolute;
  top: 42%;
  right: -125px;
  transform: translateY(-50%) translateX(0%);
}

@media (max-width: 768px) {
  .present__award__kamihubuki__right {
    display: none;
  }
}

.present__award__wrap {
  position: relative;
}

.present__award__item {
  position: relative;
  width: 35%;
  display: flex;
  flex-flow: column;
  /* height: 520px; */
}

@media (max-width: 768px) {
  .present__award__item {
    width: calc((100% / 2) - 10px);
    height: auto;
    max-width: 400px;
    margin: 0 auto;
  }
}

.present__award__item__ribon {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  z-index: 2;
}

@media (max-width: 768px) {
  .present__award__item__ribon {
    width: 85%;
    top: -30px;
    max-width: 150px;
  }
}

@media (max-width: 768px) {
  .present__award__item__img {
    max-height: 100%;
  }
}

.present__award__item__img.is-shadow {
  filter: drop-shadow(0px 5px 10px rgb(82 82 82 / 20%));
}

.present__award__item__img__wrap {
  background-color: #F3EADD;
  text-align: center;
  height: 350px;
  position: relative;
  border-radius: 15px 15px 0px 0px;
  border-top: 2px solid #2AAB00;
  border-left: 2px solid #2AAB00;
  border-right: 2px solid #2AAB00;
  padding: 70px 20px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .present__award__item__img__wrap {
    height: 65%;
    padding: 40px 20px 15px;
  }
}

.present__award__item__text {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.present__award__item__text__item--small {
  font-size: 20px;
}

@media screen and (max-width: 900px) {
  .present__award__item__text__item--small {
    font-size: 1.8vw;
  }
}

.present__award__item__text__wrap {
  font-size: 22.5px;
  font-weight: bold;
  background-color: #2AAB00;
  text-align: center;
  padding: 20px 10px;
  color: white;
  flex: auto;
  min-height: 190px;
  line-height: 1.2;
  position: relative;
  border-radius: 0px 0px 15px 15px;
}

@media screen and (max-width: 900px) {
  .present__award__item__text__wrap {
    font-size: 2vw;
  }
}

@media (max-width: 768px) {
  .present__award__item__text__wrap {
    font-size: 2.8vw;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
  }
}

.present__award__item__text__num {
  padding: 3px;
  display: inline-block;
  width: 40%;
  border: 2px solid white;
  margin-top: 10px;
  min-width: 100px;
}

@media (min-width: 769px) {
  .present__award__item__text__num {
    font-size: 20px;
  }
}

.present__award__item__text__num__item {
  font-size: 3.5vw;
}

@media (min-width: 769px) {
  .present__award__item__text__num__item {
    font-size: 24px;
  }
}

.present__award__item__text__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.present__more {
  position: relative;
  background-color: white;
  border: 2px solid #2AAB00;
  text-align: center;
  padding: 20px 30px 0px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
  max-width: 890px;
  margin: 110px auto 0px;
}

@media (max-width: 768px) {
  .present__more {
    padding: 20px 0px 0px;
    margin: 60px auto 0px;
  }
}

.present__more__sarani {
  position: absolute;
  top: -65px;
  left: -45px;
  transform: translateY(0%) translateX(0%);
  z-index: 2;
}

@media (max-width: 768px) {
  .present__more__sarani {
    top: -50px;
    left: -20px;
    width: 110px;
  }
}

.present__more__waka {
  position: absolute;
  bottom: -10%;
  right: 2%;
  transform: translateY(0%) translateX(0%);
}

@media (max-width: 768px) {
  .present__more__waka {
    right: -6vw;
    width: 25vw;
    bottom: -17%;
  }
}

.present__more__text {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -2px;
  margin-left: 30px;
}

@media screen and (max-width: 900px) {
  .present__more__text {
    font-size: 2.5vw;
  }
}

@media (max-width: 768px) {
  .present__more__text {
    font-size: 16px;
    padding: 0px 20px;
    letter-spacing: 0px;
  }
}

.present__more__text--red {
  color: #f11717;
  font-size: 140%;
  line-height: 1.5;
}

.present__more__card__wrap {
  overflow: hidden;
  height: 280px;
  margin-top: -20px;
}

@media (max-width: 768px) {
  .present__more__card__wrap {
    height: 48vw;
    margin-top: -10px;
  }
}

#apply-method {
  background: url(../img/apply-method_bg.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  #apply-method {
    background: url(../img/apply-method_bg_sp.jpg);
    background-repeat: repeat;
    background-size: cover;
    background-position: top center;
  }
}

#apply-method .contents__wrap {
  background-size: contain;
  background-position: center;
  background-position-y: 30px;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  #apply-method .contents__wrap {
    background: none;
  }
}

#apply-method .contents__inner {
  padding: 90px 0px 140px;
}

@media screen and (max-width: 900px) {
  #apply-method .contents__inner {
    padding: 40px 20px 140px;
  }
}

@media (max-width: 768px) {
  #apply-method .contents__inner {
    padding: 55px 20px 90px;
  }
}

.apply-method__waka__01 {
  position: absolute;
  top: 80px;
  left: 16%;
  transform: translateY(0%) translateX(-50%);
}

@media (max-width: 768px) {
  .apply-method__waka__01 {
    top: 6%;
    left: 20%;
    width: 16vw;
  }
}

.apply-method__waka__02 {
  position: absolute;
  bottom: 12%;
  left: -9%;
  transform: translateY(0%) translateX(-50%);
}

@media screen and (max-width: 900px) {
  .apply-method__waka__02 {
    bottom: 1%;
    left: 7vw;
    z-index: 2;
  }
}

.apply-method__heading {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  position: relative;
}

@media (max-width: 768px) {
  .apply-method__heading {
    font-size: 23px;
  }
}

.apply-method__heading__border__top {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}

@media (max-width: 768px) {
  .apply-method__heading__border__top {
    width: 36%;
    top: -4vw;
  }
}

.apply-method__heading__border__bottom {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}

@media (max-width: 768px) {
  .apply-method__heading__border__bottom {
    bottom: -4vw;
    width: 36%;
  }
}

.apply-method__box {
  background-color: white;
  border: 2px solid #37AD09;
  padding: 85px 60px 70px;
  max-width: 890px;
  margin: 70px auto 0px;
  border-radius: 25px;
  position: relative;
}

@media (max-width: 768px) {
  .apply-method__box {
    padding: 30px 20px 50px;
    margin: 35px auto 0px;
    border-radius: 15px;
  }
}

.apply-method__box__text {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 768px) {
  .apply-method__box__text {
    font-size: 14px;
  }
}

.apply-method__box__text--red {
  color: #f11717;
}

.apply-method__box__btn {
  margin-top: 80px;
  margin-bottom: 65px;
}

@media (max-width: 768px) {
  .apply-method__box__btn {
    margin-top: 40px;
    margin-bottom: 35px;
  }
}

.apply-method__box__date {
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .apply-method__box__date {
    line-height: 1.4;
    margin-bottom: 20px;
  }
}

.apply-method__box__note {
  font-size: 14px;
  line-height: 2;
}

@media (max-width: 768px) {
  .apply-method__box__note {
    font-size: 10px;
    line-height: 1.5;
  }
}

.apply-method__box__waka {
  position: absolute;
  bottom: -4%;
  right: -6%;
  width: 190px;
  transform: translateY(0%) translateX(0%);
}

@media (max-width: 768px) {
  .apply-method__box__waka {
    width: 25vw;
    bottom: -17%;
    max-width: 100px;
  }
}

#bnr {
  background: url(../img/bg_02.png);
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
}

#bnr .contents__inner {
  padding: 0px 0px 110px;
}

@media (max-width: 768px) {
  #bnr .contents__inner {
    padding: 0px 20px 80px;
  }
}

.bnr__item {
  text-align: center;
}

.bnr__item + .bnr__item {
  margin-top: 55px;
}

@media (max-width: 768px) {
  .bnr__item + .bnr__item {
    margin-top: 20px;
  }
}

.notice {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  margin: 0;
  font-size: 14px;
}

.notice__wrap {
  max-width: 740px;
  margin: 20px auto 0px;
}

.kamihubuki {
  position: absolute;
  top: -120px;
  left: 47%;
  transform: translateY(0%) translateX(-50%);
  max-width: 1600px;
  width: 1600px;
  height: auto;
}

@media (max-width: 768px) {
  .kamihubuki {
    top: 95px;
    left: 50%;
    width: 90%;
    height: 60vw;
  }
}

.m-mv__inner {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media (min-width: 769px) {
  .m-mv__inner {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.m-mv__item {
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .m-mv__item {
    width: 135%;
    max-width: unset;
  }
}

@media screen and (max-width: 768px) {
  .m-mv__item {
    width: 100%;
  }
}

.m-line__top {
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translateY(0%) translateX(0%);
  width: 100%;
}

@media (max-width: 768px) {
  .m-line__top {
    min-width: 1200px;
    min-height: 15px;
  }
}

.m-line__bottom {
  position: absolute;
  bottom: 0%;
  left: 0%;
  transform: translateY(0%) translateX(0%);
  width: 100%;
}

@media (max-width: 768px) {
  .m-line__bottom {
    min-width: 1200px;
    min-height: 15px;
  }
}