@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700&display=swap");
html {
  font-size: 62.5%;
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 0.732vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.325vw;
  }
}
html {
  overflow-x: hidden;
}

body {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  color: #1a1a1a;
  overflow-x: hidden;
}
body.fixed {
  width: 100%;
  position: fixed !important;
}

a {
  transition: opacity 0.1s;
}
a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}

img {
  max-width: 100%;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .l-header {
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  margin-left: 4.2rem;
  margin-right: 4.7rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    position: relative;
    gap: 1rem;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #ffffff;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
    z-index: 1;
  }
}
.l-header__logo h1 a img {
  width: 22.8rem;
}
@media screen and (max-width: 768px) {
  .l-header__logo h1 a img {
    width: 14.1rem;
  }
}
.l-header__archive {
  padding-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-header__archive {
    padding-top: 4rem;
    margin-bottom: 3.2rem;
  }
}
.l-header__archive a {
  display: block;
}
.l-header__archive a img {
  display: block;
  width: 20.5rem;
}
@media screen and (max-width: 768px) {
  .l-header__archive a img {
    width: 24rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-header__button {
    margin-left: auto;
  }
}
.l-header__button .c-button.-ticket {
  margin-top: 0;
  width: 18.5rem;
}
/* .l-header__button .c-button.-ticket::after {
  content: "comingsoon";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  font-size: 1.4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  margin: auto;
  height: 100%;
  width: 100%;
  line-height: 5rem;
  text-align: center;
  color: #ffffff;
  border-radius: 0.5rem;
  background: rgb(0 0 0 / 66%);
} */
@media screen and (max-width: 768px) {
  .l-header__button .c-button.-ticket {
    font-size: 1.4rem;
    width: 12.8rem;
    height: 3.8rem;
  }
  .l-header__button .c-button.-ticket::before {
    left: 1.2rem;
  }
  /* .l-header__button .c-button.-ticket::after {
    font-size: 1.3rem;
    line-height: 3.3rem;
  } */
}
.l-header__snsArea {
  display: flex;
  column-gap: 2rem;
  margin-left: auto;
}
.l-header__sns {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-header__snsArea {
    display: flex;
    column-gap: 0;
    margin-top: 8rem;
  }
  .l-header__sns {
    margin-left: auto;
    margin-right: auto;
  }
}
.l-header__sns-title {
  position: relative;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  padding: 0 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-header__sns-title {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-header__sns-title:before,
.l-header__sns-title::after {
  position: absolute;
  content: "";
  top: 0.1rem;
  left: 0;
  width: 1.53rem;
  height: 1rem;
  background-image: url(../img/common/ico_sns_frame.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.l-header__sns-title::after {
  left: auto;
  right: 0;
  transform: scale(-1, -1);
}
.l-header__sns-wrap {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.l-header__sns-item img {
  width: 2.1rem;
}
.l-header__sns-item img.youtube {
  width: 3.1rem;
}
.l-header__open {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__open {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.4rem;
    height: 6.4rem;
    z-index: 10;
  }
  .l-header__open-inner {
    position: relative;
    width: 3.8rem;
    height: 2.6rem;
  }
  .l-header__open-line {
    position: absolute;
    width: 3.8rem;
    height: 2px;
    border-radius: 5px;
    background: rgb(46, 100, 149);
    background: linear-gradient(
      315deg,
      rgb(46, 100, 149) 0%,
      rgb(98, 175, 104) 100%
    );
  }
  .l-header__open-line.-line01 {
    top: 0;
    left: 0;
    transition: 0.3s;
  }
  .l-header__open-line.-line02 {
    top: 0.8rem;
    left: 0;
    transition: 0.3s;
  }
  .l-header__open-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .l-header__open.active .l-header__open-line.-line01 {
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(20deg);
  }
  .l-header__open.active .l-header__open-line.-line02 {
    top: 15%;
    left: 50%;
    transform: translate(-50%, 50%) rotate(-20deg);
  }
}
.l-header__nav {
  background-color: #316a92;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    position: absolute;
    top: 6.4rem;
    right: -38rem;
    display: flex;
    flex-direction: column;
    gap: 6rem;
    width: 38rem;
    height: calc(100svh - 6.3rem);
    padding: 4rem 2rem;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    overflow: scroll;
    background: rgb(237, 247, 248);
    background: linear-gradient(
      315deg,
      rgb(237, 247, 248) 0%,
      rgb(252, 252, 246) 100%
    );
    overflow-x: hidden;
  }
  .l-header__nav.active {
    right: 0;
    opacity: 1;
    visibility: visible;
  }
  .l-header__nav-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
  }
  .l-header__nav-mask.active {
    opacity: 1;
    visibility: visible;
  }
}
.l-header__nav-inner {
  max-width: 118rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-header__nav-inner {
    width: 100%;
  }
}
.l-header__globalNav {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .l-header__globalNav {
    flex-direction: column;
    gap: 3rem;
  }
}
.l-header__globalNav-item a {
  display: block;
  color: #ffffff;
  padding: 1.6rem 0.8rem;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .l-header__globalNav-item a {
    padding: 0;
    color: #316a92;
  }
}
.l-header__globalNav-item a span {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__globalNav-item a span {
    display: block;
    font-size: 2.4rem;
    font-weight: 500;
  }
}
.l-header__globalNav-item a:hover {
  opacity: 1;
  text-decoration: underline;
}

.l-footer {
  font-size: 1.4rem;
  padding-top: 3.2rem;
  padding-bottom: 1rem;
  color: #ffffff;
  background-color: #316a92;
  position: relative;
}
.l-footer__copy {
  display: block;
  text-align: center;
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    font-size: 1.4rem;
  }
}

.l-wrap {
  overflow-x: hidden;
}

.l-container {
  position: relative;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-container {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.l-container.-small {
  max-width: 92rem;
}

.l-container.-lower {
  max-width: 80rem;
}

.l-section {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.l-section__inner {
  margin-left: 4rem;
  margin-right: 4rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 768px) {
  .l-section__inner {
    margin-left: 0;
    margin-right: 0;
    padding-top: 6rem;
    padding-bottom: 6rem;
    border-radius: 0;
  }
}
.l-section__inner.-gray {
  background-color: #f7f7f7;
}
.l-section__line {
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  border-color: #b8becb;
}
@media screen and (max-width: 768px) {
  .l-section__line {
    width: calc(100% - 4.8rem);
  }
}

.c-box {
  padding: 7.2rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 768px) {
  .c-box {
    padding: 2rem 1.6rem;
  }
}
.c-box.-white {
  background-color: #ffffff;
}

.c-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25rem;
  height: 5.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 3rem;
  border-radius: 0.5rem;
  transition: all 0.4s;
}
.c-button.-center {
  margin-left: auto;
  margin-right: auto;
}
.c-button.-ticket {
  font-weight: 600;
  padding-left: 2.24rem;
  color: #ffffff;
  background-color: #c64343;
  border: solid 1px #ffffff;
}
.c-button.-ticket.uniq {
  text-align: center;
  height: 6.4rem;
}
.c-button.-ticket::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.4rem;
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
  background: url(../img/common/ico_check.svg);
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .c-button.-ticket::before {
    left: 1rem;
  }
}
.c-button.-ticket:hover {
  opacity: 1;
  color: #c64343;
  background-color: #ffffff;
  border: solid 1px #c64343;
}
.c-button.-ticket:hover::before {
  background: url(../img/common/ico_check_on.svg);
}
.c-button.-seat {
  font-weight: 600;
  padding-left: 2.24rem;
  color: #ffffff;
  background-color: #000000;
}
.c-button.-seat::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5.5rem;
  width: 1.2rem;
  height: 2.2rem;
  margin: auto;
  background: url(../img/common/ico_seat.svg);
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .c-button.-seat::before {
    left: 3rem;
  }
}
.c-button.-seat:hover {
  opacity: 1;
  color: #000000;
  background: #ffffff;
  border: solid 1px #000000;
}
.c-button.-seat:hover::before {
  background: url(../img/common/ico_seat_on.svg);
}
.c-button.-register {
  font-weight: 600;
  padding-left: 2.24rem;
  color: #ffffff;
  background-color: #e09319;
}
.c-button.-supporter {
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(
    315deg,
    rgb(46, 100, 149) 0%,
    rgb(98, 175, 104) 100%
  );
  border: solid 1px #ffffff;
}
.c-button.-supporter:hover {
  opacity: 1;
  color: #2e6495;
  background: #ffffff;
  border: solid 1px #2e6495;
}
.c-button.-register::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5.4rem;
  width: 1.6rem;
  height: 1.9rem;
  margin: auto;
  background: url(../img/common/ico_register.svg);
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .c-button.-register::before {
    left: 3.4rem;
  }
}
.c-button.-register:hover {
  opacity: 1;
  color: #e09319;
  background: #ffffff;
  border: solid 1px #e09319;
}
.c-button.-register:hover::before {
  background: url(../img/common/ico_register_on.svg);
}
.c-button.-modal {
  color: #ffffff;
  background: rgb(46, 100, 149);
  background: linear-gradient(
    315deg,
    rgb(46, 100, 149) 0%,
    rgb(98, 175, 104) 100%
  );
  border: solid 1px #ffffff;
}
@media screen and (max-width: 768px) {
  .c-button.-modal {
    margin-left: auto;
    margin-right: auto;
  }
}
.c-button.-modal::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  width: 1.16rem;
  height: 0.96rem;
  margin: auto;
  background: url(../img/common/ico_modal.svg);
  background-size: 100%;
}
.c-button.-modal:hover {
  opacity: 1;
  color: #2e6495;
  background: #ffffff;
  border: solid 1px #2e6495;
}
.c-button.-modal:hover::after {
  background: url(../img/common/ico_modal_on.svg);
}

.c-buttons {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .c-buttons {
    gap: 1rem;
  }
}
.c-buttons.-center {
  justify-content: center;
}

.c-kv {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-kv {
    height: 32rem;
  }
}
.c-kv__img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-kv__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.c-kv .c-title.-type01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c-kv .c-title.-type01 {
    font-size: 4.5rem;
  }
}

.c-list.-list li {
  position: relative;
  padding-left: 1.3em;
}
.c-list.-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #36708d;
}
.c-list.-list li + li {
  margin-top: 1em;
}
.c-list.-topics li + li {
  margin-top: 2.6rem;
}
@media screen and (max-width: 768px) {
  .c-list.-topics li + li {
    margin-top: 4rem;
  }
}
.c-list.-topics li a {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .c-list.-topics li a {
    flex-wrap: wrap;
    gap: 1rem 2rem;
  }
}
.c-list.-topics li a small {
  font-size: 1.6rem;
  font-weight: 700;
}
.c-list.-topics li a span {
  font-weight: 700;
  width: 9rem;
  padding: 0.3rem 0 0.1rem;
  text-align: center;
  color: #ffffff;
  border-radius: 0.5rem;
  background-color: #cccccc;
}
.c-list.-topics li a span.news {
  background-color: #c0b980;
}
.c-list.-topics li a span.release {
  background-color: #86c080;
}
.c-list.-topics li a span.info {
  background-color: #d39764;
}
.c-list.-topics li a p {
  flex: 1;
  padding-left: 1rem;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .c-list.-topics li a p {
    flex: auto;
    width: 100%;
    padding-left: 0;
  }
}
.c-list.-topics li a:hover {
  opacity: 1;
}
.c-list.-topics li a:hover p {
  text-decoration: none;
}
.c-list.-topics li a.no-link {
  pointer-events: none;
}
.c-list.-topics li a.no-link p {
  text-decoration: none;
}
.c-list.-member > div {
  display: flex;
  align-items: flex-start;
  gap: 2.8rem;
}
@media screen and (max-width: 768px) {
  .c-list.-member > div {
    flex-direction: column;
    gap: 4.8rem;
  }
}
.c-list.-member > div + div {
  margin-top: 6rem;
}
.c-list.-member > div > img {
  width: 27rem;
  aspect-ratio: 27/34;
  object-fit: cover;
  object-position: 50%;
}
@media screen and (max-width: 768px) {
  .c-list.-member > div > img {
    width: 37.6rem;
    margin: 0 auto;
  }
}
.c-list.-member > div .member_text {
  flex: 1;
}
.c-list.-member > div .member_head {
  position: relative;
  padding-left: 2.7rem;
  margin-bottom: 1.6rem;
}
.c-list.-member > div .member_head::before {
  content: "";
  position: absolute;
  top: -0.8rem;
  left: 0;
  width: 0.9rem;
  height: 6.5rem;
  background-image: url(../img/common/ico_member_head.png);
  background-size: 100%;
}
.c-list.-member > div .member_head > span {
  display: block;
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.c-list.-member > div .member_head p {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-family: "Zen Old Mincho", serif;
  color: #095976;
}
.c-list.-member > div .member_head p > small {
  padding-left: 1rem;
  font-size: 1.4rem;
}
.c-list.-member > div .member_head p > span {
  padding-left: 3rem;
  font-size: 1.8rem;
  color: #000000;
}
.c-list.-member > div .member_sns {
  display: flex;
  gap: 1rem;
}
.c-list.-member > div .member_sns a img {
  width: 2rem;
}
.c-list.-member > div .member_body {
  position: relative;
}
.c-list.-member > div .member_body::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: dashed 1px #695811;
}
.c-list.-member > div .member_body h5 {
  position: relative;
  font-size: 2rem;
  font-weight: 400;
  width: fit-content;
  margin-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 1.5rem;
  color: #695811;
  background: #f8ffff;
  z-index: 1;
}
.c-list.-member > div .member_body h5::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 1.3rem;
  height: 1.1rem;
  background-image: url(../img/common/ico_profile.svg);
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .c-list.-member > div .member_body h5::before {
    top: 1.3rem;
  }
}
.c-list.-member > div:nth-child(1) .member_body h5,
.c-list.-member > div:nth-child(2) .member_body h5,
.c-list.-member > div:nth-child(3) .member_body h5 {
  background-color: #ffffff;
}
.c-list.-member > div:nth-child(4) .member_body h5,
.c-list.-member > div:nth-child(5) .member_body h5 {
  background-color: #fbffff;
}
.c-list.-program > div {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .c-list.-program > div {
    margin-top: 6rem;
  }
}
.c-list.-program .program_item {
  padding: 3rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .c-list.-program .program_item {
    padding: 2.5rem;
    margin: 0 -1.6rem;
    border-radius: 0;
  }
}
.c-list.-program .program_item + .program_item {
  margin-top: 8rem;
}
.c-list.-program .program_item .c-buttons {
  justify-content: center;
}
.c-list.-program .program_info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 2rem;
  border-left: solid 1rem #d0eaf0;
}
@media screen and (max-width: 768px) {
  .c-list.-program .program_info {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 1rem;
  }
}
.c-list.-program .program_info h3 {
  font-size: 2.6rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  width: 100%;
  margin-top: 0.3rem;
}
@media screen and (max-width: 768px) {
  .c-list.-program .program_info h3 {
    font-size: 2.2rem;
    line-height: 1.3;
    margin-top: 1rem;
  }
}
.c-list.-program .program_date {
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  .c-list.-program .program_date {
    margin-bottom: 0.8rem;
  }
}
.c-list.-program .program_schedule {
  color: #707070;
}
@media screen and (max-width: 768px) {
  .c-list.-program .program_schedule {
    margin-bottom: 0.8rem;
  }
}
.c-list.-program .program_schedule > span {
  display: inline-block;
  margin-left: 1rem;
  margin-right: 0.5rem;
  padding: 0.2rem 1.6rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  border: solid 1px #707070;
}
@media screen and (max-width: 768px) {
  .c-list.-program .program_schedule > span {
    margin-left: 0;
    padding: 0rem 0.9rem;
  }
  .c-list.-program .program_schedule > span:last-child {
    margin-left: 1rem;
  }
}
.c-list.-program .program_location {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
  margin-left: 2rem;
}
.c-list.-program .program_location.with-tel {
  flex: none;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .c-list.-program .program_location {
    margin-left: 0;
  }
}
.c-list.-program .program_location span {
  display: flex;
  align-items: center;
  margin-right: 1rem;
  color: #707070;
}
.c-list.-program .program_location span::before {
  content: "";
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  margin-right: 0.5rem;
  background-image: url(../img/common/ico_location.png);
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .c-list.-program .program_location span::before {
    margin-right: 0;
  }
}
.c-list.-program .program_location a {
  font-weight: 700;
  color: #5b8bb4;
  text-decoration: underline;
}
.c-list.-program .program_location a:hover {
  opacity: 1;
  text-decoration: none;
}
.c-list.-program .program_contents .program_location {
  margin-left: 1rem;
}
.c-list.-program .program_contents h5 {
  position: relative;
  font-size: 2rem;
  font-weight: 400;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  color: #695811;
  z-index: 1;
}
.c-list.-program .program_contents h5::after {
  content: "";
  position: absolute;
  top: 1.8rem;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: dashed 1px #695811;
}
.c-list.-program .program_contents h5 span {
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
  padding-right: 1rem;
  background-color: #ffffff;
  z-index: 1;
}
.c-list.-program .program_contents h5 span::before {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 0;
  width: 1.3rem;
  height: 1.1rem;
  background-image: url(../img/common/ico_profile.svg);
  background-size: 100%;
}
.c-list.-program .program_contents ul {
  margin-top: 1rem;
}
.c-list.-program .program_contents ul li {
  position: relative;
  padding-left: 1.3em;
}
.c-list.-program .program_contents ul li::before {
  position: absolute;
  left: 0;
  content: "・";
}
.program_contents p a {
  font-weight: 700;
  color: #5b8bb4;
  text-decoration: underline;
  display: inline-block;
  margin-top: 1rem;
}
.program_contents p a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .c-list.-program .c-buttons {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.c-list.-program .c-button {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .c-list.-program .c-button {
    width: calc(50% - 0.5rem);
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-list.-program .c-button.-ticket::before {
    left: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-list.-program .c-button.-register {
    margin-top: 0rem;
  }
}
.c-list.-program .c-buttons + .program_info {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .c-list.-program .c-buttons + .program_info {
    margin-top: 5rem;
  }
}
.c-list.-program .program_coming {
  padding: 1rem;
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  background: #f8ffff;
}

@keyframes modal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-inner {
  from {
    transform: translate(0, 5rem);
  }
  to {
    transform: translate(0, 0);
  }
}
.c-modal {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 10000;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.c-modal__inner {
  position: relative;
  width: 100rem;
  height: 56.4rem;
  padding: 4.2rem;
  border-radius: 1.6rem;
  background: rgb(237, 247, 248);
  background: linear-gradient(
    315deg,
    rgb(237, 247, 248) 0%,
    rgb(252, 252, 246) 100%
  );
  transform: translate(0, 0);
  transition: transform 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .c-modal__inner {
    width: calc(100% - 2rem);
    height: calc(100% - 16rem);
    max-height: calc(100% - 16rem);
    padding: 3rem 1rem;
  }
}
.c-modal__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.67);
}
.c-modal__contents {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .c-modal__contents {
    flex-direction: column;
  }
}
.c-modal__contents-inner {
  display: flex;
  align-items: flex-start;
  gap: 3.2rem;
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  .c-modal__contents-inner {
    flex-direction: column;
    overflow-y: scroll;
  }
}
.c-modal__img {
  max-width: 30rem;
}
@media screen and (max-width: 768px) {
  .c-modal__img {
    max-width: 18.8rem;
    margin: 0 auto;
  }
}
.c-modal__text {
  padding: 1rem 0 1rem 2rem;
}
.c-modal__text p {
  padding-top: 1rem;
  padding-right: 4rem;
  font-size: 1.5rem;
  line-height: 1.8;
}
.c-modal__close {
  position: absolute;
  top: -2.4rem;
  right: -2.4rem;
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 50%;
  background: #6f9ab7;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-modal__close {
    right: 0rem;
  }
}
.c-modal__close::before,
.c-modal__close::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 4rem;
  height: 2px;
  margin: auto;
  border-radius: 1.3rem;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.c-modal__close::after {
  transform: rotate(-45deg);
}
.c-modal.-active {
  opacity: 1;
  visibility: visible;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal;
}
.c-modal.-active .c-modal__inner {
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-inner;
}

.scroll__inner {
  background-color: #ffffff;
  padding: 0 0 20px 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.scroll__inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.simplebar-scrollbar {
  top: 0 !important;
  height: 5px !important;
}

.simplebar-scrollbar::before {
  top: 0 !important;
  bottom: 0 !important;
  height: 5px !important;
  margin: 0 !important;
  background: rgb(46, 100, 149) !important;
  background: linear-gradient(
    315deg,
    rgb(46, 100, 149) 0%,
    rgb(98, 175, 104) 100%
  ) !important;
  opacity: 1 !important;
}

.simplebar-track {
  background: #dbdbdb;
  height: 5px !important;
  margin-left: 1rem;
  margin-right: 1rem;
}

.c-table {
  width: 100%;
}
.c-table__wrap {
  margin-top: 1rem;
  margin-bottom: 5rem;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 768px) {
  .c-table__wrap {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) {
  .c-table.-ticket {
    width: 80rem;
  }
}
.c-table.-ticket tr th,
.c-table.-ticket tr td {
  padding: 1.8rem;
  text-align: center;
  border: solid 2px #ffffff;
  vertical-align: middle;
}
.c-table.-ticket tr td .end {
  text-decoration: line-through;
}
.c-table.-ticket tr th {
  color: #3e3e3e;
  background-color: #d0eaf0;
}
.c-table.-ticket tr td {
  /* background-color: #f2fbfd; */
  background-color: #fff;
}

.c-sentence + .c-sentence {
  margin-top: 1.5em;
}

.c-text {
  font-size: 1.6rem;
  font-weight: 400;
}
.c-text.-small {
  font-size: 1.4rem;
}
.c-text.-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-text.-left_sp {
    text-align: left;
  }
}

.c-link {
  text-decoration: underline;
}
.c-link:hover {
  opacity: 1;
  text-decoration: none;
}

.c-title.-type01 {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  font-size: 5.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 4rem;
  padding: 0 10rem;
  text-align: center;
  line-height: 1;
  color: #36708d;
}
@media screen and (max-width: 768px) {
  .c-title.-type01 {
    display: block;
    font-size: 3.2rem;
    width: 100%;
    padding: 0;
  }
}
.c-title.-type01::before,
.c-title.-type01::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6.9rem;
  height: 0.6rem;
  margin: auto;
  background-image: url(../img/common/ico_title_line.svg);
}
@media screen and (max-width: 768px) {
  .c-title.-type01::before,
  .c-title.-type01::after {
    top: -0.5rem;
    left: 3rem;
  }
}
.c-title.-type01::after {
  left: auto;
  right: 0;
  transform: scale(-1, -1);
}
@media screen and (max-width: 768px) {
  .c-title.-type01::after {
    right: 3rem;
  }
}
.c-title.-type01 span {
  display: block;
  font-size: 2.2rem;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 0.4rem;
  line-height: 1;
  color: #343434;
}
@media screen and (max-width: 768px) {
  .c-title.-type01 span {
    font-size: 2.2rem;
    margin-top: 1.6rem;
  }
}
.c-title.-type02 {
  position: relative;
  display: block;
  font-size: 5.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 4rem;
  padding: 0 10rem;
  text-align: center;
  line-height: 1;
  color: #36708d;
}
@media screen and (max-width: 768px) {
  .c-title.-type02 {
    font-size: 3.2rem;
    width: 100%;
    padding: 0;
  }
}
.c-title.-type02::before,
.c-title.-type02::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6.9rem;
  height: 0.6rem;
  margin: auto;
  background-image: url(../img/common/ico_title_line.svg);
}
@media screen and (max-width: 768px) {
  .c-title.-type02::before,
  .c-title.-type02::after {
    top: -0.5rem;
    left: 3rem;
  }
}
.c-title.-type02::after {
  left: auto;
  right: 0;
  transform: scale(-1, -1);
}
@media screen and (max-width: 768px) {
  .c-title.-type02::after {
    right: 3rem;
  }
}
.c-title.-type02 span {
  display: block;
  font-size: 2.2rem;
  font-family: "Zen Old Mincho", serif;
  margin-top: 1.6rem;
  line-height: 1;
  color: #343434;
}
@media screen and (max-width: 768px) {
  .c-title.-type02 span {
    font-size: 2.2rem;
  }
}
.c-title.-subtype01 {
  font-size: 2.2rem;
  font-family: "Zen Old Mincho", serif;
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
  line-height: 1;
  color: #343434;
}
.c-title.-subtype01.-center {
  text-align: center;
}
.c-title.-subtype02 {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
  color: #36708d;
}
.c-title.-ticket {
  display: flex;
  align-items: center;
  font-size: 2.6rem;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  .c-title.-ticket {
    font-size: 2rem;
  }
}
.c-title.-ticket::before {
  content: "";
  position: relative;
  top: 0.2rem;
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.2rem;
  background-size: 100%;
  background-position: 50%;
}
.c-title.-ticket.-schedule::before {
  background-image: url(../img/common/ico_schedule.png);
}
.c-title.-ticket.-price::before {
  background-image: url(../img/common/ico_price.png);
}
.c-title.-message {
  position: relative;
  font-size: 2.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: fit-content;
  margin-bottom: 1.6rem;
  padding: 0 6rem;
  line-height: 1;
  color: #36708d;
}
@media screen and (max-width: 768px) {
  .c-title.-message {
    font-size: 2.7rem;
  }
}
.c-title.-message::before,
.c-title.-message::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  bottom: 0;
  left: 0;
  width: 5.2rem;
  height: 0.7rem;
  margin: auto;
  background-image: url(../img/common/ico_message_line.svg);
}
.c-title.-message::after {
  left: auto;
  right: 0;
  transform: scale(-1, -1);
}

.p-top-kv {
  position: relative;
  margin-top: 15rem;
  background-color: #f8ffff;
}
@media screen and (max-width: 768px) {
  .p-top-kv {
    margin-top: 6.4rem;
  }
}
.p-top-kv__img img {
  width: 100%;
  height: auto;
}
.p-top-about {
  background-color: #f8ffff;
}
.p-top-about__lead {
  text-align: center;
}
.p-top-about__lead + .p-top-about__lead {
  margin-top: 2.4rem;
}
.p-top-topics {
  background: rgb(246, 250, 241);
  background: linear-gradient(
    315deg,
    rgb(239, 245, 241) 0%,
    rgb(246, 250, 241) 100%
  );
}
.p-top-member {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    315deg,
    rgb(248, 255, 255) 0%,
    rgb(255, 255, 255) 100%
  );
}
.p-top-program,
.p-top-supporter {
  background: rgb(246, 250, 241);
  background: linear-gradient(
    315deg,
    rgb(246, 250, 241) 0%,
    rgb(239, 245, 241) 100%
  );
}

.p-object {
  position: absolute;
  height: auto;
}
.p-object.p-object01 {
  width: 33rem;
  right: 7.5rem;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-object.p-object01 {
    width: 17rem;
    left: -3rem;
    right: auto;
    top: -7rem;
  }
}
.p-object.p-object02 {
  width: 31.2rem;
  left: 12rem;
  top: -19rem;
}
@media screen and (max-width: 768px) {
  .p-object.p-object02 {
    width: 17rem;
    left: auto;
    right: -3rem;
    top: -10rem;
  }
}
.p-object.p-object03,
.p-object.p-object04,
.p-object.p-object05,
.p-object.p-object06 {
  width: 39.7rem;
  right: -13rem;
}
@media screen and (max-width: 768px) {
  .p-object.p-object03,
  .p-object.p-object04,
  .p-object.p-object05,
  .p-object.p-object06 {
    width: 25.2rem;
    right: 1rem;
  }
}
.p-object.p-object07,
.p-object.p-object08,
.p-object.p-object09,
.p-object.p-object10 {
  width: 26.3rem;
}
@media screen and (max-width: 768px) {
  .p-object.p-object07,
  .p-object.p-object08,
  .p-object.p-object09,
  .p-object.p-object10 {
    width: 17rem;
    left: 0;
  }
}
.p-object.p-object03 {
  top: 10rem;
}
@media screen and (max-width: 768px) {
  .p-object.p-object03 {
    top: 64.5rem;
  }
}
.p-object.p-object04 {
  top: 113rem;
}
@media screen and (max-width: 768px) {
  .p-object.p-object04 {
    top: 197rem;
  }
}
.p-object.p-object05 {
  top: 220rem;
}
@media screen and (max-width: 768px) {
  .p-object.p-object05 {
    top: 329rem;
  }
}
.p-object.p-object06 {
  top: 325rem;
}
@media screen and (max-width: 768px) {
  .p-object.p-object06 {
    top: 459rem;
  }
}
.p-object.p-object07 {
  top: 52rem;
}
@media screen and (max-width: 768px) {
  .p-object.p-object07 {
    top: 140rem;
  }
}
.p-object.p-object08 {
  top: 152rem;
}
@media screen and (max-width: 768px) {
  .p-object.p-object08 {
    top: 266rem;
  }
}
.p-object.p-object09 {
  top: 255rem;
}
@media screen and (max-width: 768px) {
  .p-object.p-object09 {
    top: 400rem;
  }
}
.p-object.p-object10 {
  top: 360rem;
}
@media screen and (max-width: 768px) {
  .p-object.p-object10 {
    top: 519rem;
  }
}
.p-object.p-object11 {
  width: 23.8rem;
  right: -10rem;
  top: -14rem;
}
@media screen and (max-width: 768px) {
  .p-object.p-object11 {
    width: 18.9rem;
    right: -5rem;
    top: -5rem;
  }
}
.p-object.p-object12 {
  width: 26.1rem;
  left: -2rem;
  top: -14rem;
}
@media screen and (max-width: 768px) {
  .p-object.p-object12 {
    width: 16.4rem;
    left: -3rem;
    top: -6rem;
  }
}
.p-object.p-object13 {
  width: 27.6rem;
  right: 0;
  top: -11rem;
}
@media screen and (max-width: 768px) {
  .p-object.p-object13 {
    width: 16.1rem;
    right: -4rem;
    top: -5rem;
  }
}
.p-object.p-object_nav01 {
  display: none;
  width: 20rem;
  right: 3.2rem;
  top: 8rem;
}
@media screen and (max-width: 768px) {
  .p-object.p-object_nav01 {
    display: block;
  }
}
.p-object.p-object_nav02 {
  display: none;
  width: 26.1rem;
  right: -1rem;
  top: 29rem;
}
@media screen and (max-width: 768px) {
  .p-object.p-object_nav02 {
    display: block;
  }
}
.p-object.p-object_nav03 {
  display: none;
  width: 30rem;
  right: 1rem;
  top: 68rem;
}
@media screen and (max-width: 768px) {
  .p-object.p-object_nav03 {
    display: block;
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-5rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(5rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.animation {
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.animation.fade-left.active {
  animation-name: fadeLeftAnime;
}
.animation.fade-right.active {
  animation-name: fadeRightAnime;
}

.p-top-ticket {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.p-top-ticket .ticket_coming {
  font-size: 2.4rem;
  padding: 2rem;
  text-align: center;
  background-color: #f7f7f7;
}

.schedule-area {
  padding: 4rem 2rem;
  background-color: #f7fdfe;
  border-radius: 1rem;
  position: relative;
  top: 0;
  left: 0;
}

.p-top-ticket p {
  text-align: center;
}

.p-top-ticket .c-buttons {
  justify-content: center;
}

/* .schedule-area::after {
  content: "";
  position: absolute;
  width: 30.7rem;
  height: 8rem;
  display: block;
  top: -2rem;
  right: -5rem;
  background-image: url("/assets/img/common/img_object03.png");
  background-size: cover;
  background-repeat: no-repeat;
} */

.schedule-area p a {
  font-weight: 700;
  color: #5b8bb4;
  text-decoration: underline;
}

.schedule-area .c-buttons {
  justify-content: center;
}

.schedule-area .c-buttons .c-button.-register {
  color: #ffffff;
  background: rgb(46, 100, 149);
  background: linear-gradient(
    315deg,
    rgb(46, 100, 149) 0%,
    rgb(98, 175, 104) 100%
  );
  border: solid 1px #ffffff;
}

.schedule-area .c-buttons .c-button.-register:hover {
  opacity: 1;
  color: #2e6495;
  background: #ffffff;
  border: solid 1px #2e6495;
}
.schedule-area .c-buttons .c-button.-register:hover::before {
  background: url(../img/common/ico_register_uniq_on.svg);
}

.schedule-area .c-buttons .c-button.-register::before {
  left: 2.4rem;
}

@media screen and (max-width: 768px) {
  .schedule-area .c-buttons {
    margin-top: 3rem;
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
  }
  .schedule-area .c-buttons .c-button {
    margin-top: 0;
  }
  .schedule-area .c-buttons .c-button.-register::before {
    left: 1rem;
  }
}

.schedule-area .c-buttons a.-commingsoon {
  pointer-events: none;
}

.schedule-area .c-buttons a.-commingsoon::after {
  content: "comingsoon";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  font-size: 1.4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  margin: auto;
  height: 100%;
  width: 100%;
  line-height: 5rem;
  text-align: center;
  color: #ffffff;
  border-radius: 0.5rem;
  background: rgb(0 0 0 / 66%);
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .schedule-area .c-buttons a.-commingsoon::after {
    font-size: 1.4rem;
  }
}

.schedule-area .c-buttons a.-end {
  pointer-events: none;
}

.schedule-area .c-buttons a.-end::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  line-height: 5rem;
  text-align: center;
  color: #ffffff;
  border-radius: 0.5rem;
  background: rgb(0 0 0 / 66%);
  pointer-events: none;
}

.schedule-area .c-buttons.uniq {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2rem;
  row-gap: 4rem;
  margin: 3rem auto 0;
}

.schedule-area .c-buttons.uniq .contents {
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .schedule-area .c-buttons.uniq {
    grid-template-columns: 1fr;
  }
}

.schedule-area .c-buttons.uniq .contents .contents_title {
  display: block;
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", serif;
  color: #316a92;
  text-align: center;
  position: relative;
  padding-bottom: 1.2rem;
  margin-bottom: 1.5rem;
}

.schedule-area .c-buttons.uniq .contents .contents_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    #d0eaf0 20%,
    #316a92 50%,
    #d0eaf0 80%,
    transparent
  );
}

@media screen and (max-width: 768px) {
  .schedule-area .c-buttons.uniq .contents .contents_title {
    font-size: 1.6rem;
    padding-bottom: 1rem;
    margin-bottom: 1.2rem;
  }

  .schedule-area .c-buttons.uniq .contents .contents_title::after {
    width: 90%;
  }
}

.schedule-area .c-buttons.uniq .contents .c-button.-ticket {
  margin: 1rem auto 0;
}

.schedule-area .price {
  display: flex;
  column-gap: 1rem;
}
.schedule-area .price + .price {
  margin-top: 0.6rem;
}
.schedule-area .price span {
  display: block;
}

@media screen and (max-width: 767px) {
  .schedule-area .price {
    flex-direction: column;
  }
  .schedule-area .price + .price {
    margin-bottom: 0;
    margin-top: 1rem;
  }
}

.schedule-contact-area {
  background-color: #f7f7f7;
  text-align: center;
  padding: 2rem;
}

.section-heading {
  position: relative;
  font-size: 2.2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #36708d;
  text-align: center;
  margin: 3rem 0 2rem;
  padding-bottom: 1.2rem;
}

.section-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 8rem;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    #d0eaf0 20%,
    #316a92 50%,
    #d0eaf0 80%,
    transparent
  );
}

@media screen and (max-width: 768px) {
  .section-heading {
    font-size: 1.8rem;
    margin: 2rem 0 1.5rem;
    padding-bottom: 1rem;
  }

  .section-heading::after {
    width: 6rem;
  }
}

.u-align-center {
  text-align: center;
}

.u-align-left {
  text-align: left;
}

.u-align-right {
  text-align: right;
}

.u-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.u-left {
  display: block;
  margin-right: auto;
}

.u-right {
  display: block;
  margin-left: auto;
}

.u-fit-center {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .u-align-center_sp {
    text-align: center;
  }
  .u-align-left_sp {
    text-align: left;
  }
  .u-align-right_sp {
    text-align: right;
  }
  .u-center_sp {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .u-left_sp {
    display: block;
    margin-right: auto;
  }
  .u-right_sp {
    display: block;
    margin-left: auto;
  }
}
.u-inline-block {
  display: inline-block !important;
}

.u-hide_pc {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-hide_pc {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .u-hide_sp {
    display: none !important;
  }
}

.u-br_pc {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .u-br_pc {
    display: none !important;
  }
}

.u-br_sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-br_sp {
    display: inline-block !important;
  }
}

.u-flex {
  display: flex;
}

.u-font-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.u-font-zen {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.u-font-mincho {
  font-family: "Zen Old Mincho", serif;
}

.u-fs10 {
  font-size: 1rem !important;
}

.u-fs12 {
  font-size: 1.2rem !important;
}

.u-fs14 {
  font-size: 1.4rem !important;
}

.u-fs16 {
  font-size: 1.6rem !important;
}

.u-fs18 {
  font-size: 1.8rem !important;
}

.u-fs20 {
  font-size: 2rem !important;
}

.u-fs22 {
  font-size: 2.2rem !important;
}

@media screen and (max-width: 768px) {
  .u-fs10_sp {
    font-size: 1rem !important;
  }
  .u-fs12_sp {
    font-size: 1.2rem !important;
  }
  .u-fs14_sp {
    font-size: 1.4rem !important;
  }
  .u-fs16_sp {
    font-size: 1.6rem !important;
  }
  .u-fs18_sp {
    font-size: 1.8rem !important;
  }
  .u-fs20_sp {
    font-size: 2rem !important;
  }
  .u-fs22_sp {
    font-size: 2.2rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-fs10_pc {
    font-size: 1rem !important;
  }
  .u-fs12_pc {
    font-size: 1.2rem !important;
  }
  .u-fs14_pc {
    font-size: 1.4rem !important;
  }
  .u-fs16_pc {
    font-size: 1.6rem !important;
  }
  .u-fs18_pc {
    font-size: 1.8rem !important;
  }
  .u-fs20_pc {
    font-size: 2rem !important;
  }
  .u-fs22_pc {
    font-size: 2.2rem !important;
  }
}
.u-fw400 {
  font-weight: 400 !important;
}

.u-fw500 {
  font-weight: 500 !important;
}

.u-fw600 {
  font-weight: 600 !important;
}

.u-fw700 {
  font-weight: 700 !important;
}

@media screen and (max-width: 768px) {
  .u-fw400_sp {
    font-weight: 400 !important;
  }
  .u-fw500_sp {
    font-weight: 500 !important;
  }
  .u-fw600_sp {
    font-weight: 600 !important;
  }
  .u-fw700_sp {
    font-weight: 700 !important;
  }
}
@media screen and (min-width: 769px) {
  .u-fw400_pc {
    font-weight: 400 !important;
  }
  .u-fw500_pc {
    font-weight: 500 !important;
  }
  .u-fw600_pc {
    font-weight: 600 !important;
  }
  .u-fw700_pc {
    font-weight: 700 !important;
  }
}
.u-lh-small {
  line-height: 1.3 !important;
}

.u-lh-normal {
  line-height: 1.56 !important;
}

.u-lh-wide {
  line-height: 1.87 !important;
}

.u-lh-widest {
  line-height: 2.25 !important;
}

@media screen and (max-width: 768px) {
  .u-lh-small_sp {
    line-height: 1.3 !important;
  }
  .u-lh-normal_sp {
    line-height: 1.56 !important;
  }
  .u-lh-wide_sp {
    line-height: 1.87 !important;
  }
  .u-lh-widest_sp {
    line-height: 2.25 !important;
  }
}
@media screen and (min-width: 769px) {
  .u-lh-small_pc {
    line-height: 1.3 !important;
  }
  .u-lh-normal_pc {
    line-height: 1.56 !important;
  }
  .u-lh-wide_pc {
    line-height: 1.87 !important;
  }
  .u-lh-widest_pc {
    line-height: 2.25 !important;
  }
}
.u-color-red {
  color: #b92b2b;
}

.u-color-white {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .u-color-black_sp {
    color: #1a1a1a;
  }
  .u-color-white_sp {
    color: #ffffff;
  }
}
.u-color-gray {
  color: #707070;
}
.u-color-blue {
  color: #316a92;
}

.u-style-italic {
  font-style: italic;
}

/* margin */
.u-mt0 {
  margin-top: 0 !important;
}

.u-mt05 {
  margin-top: 0.5rem !important;
}

.u-mt1 {
  margin-top: 1rem !important;
}

.u-mt2 {
  margin-top: 2rem !important;
}

.u-mt3 {
  margin-top: 3rem !important;
}

.u-mt4 {
  margin-top: 4rem !important;
}

.u-mt5 {
  margin-top: 5rem !important;
}

.u-mt6 {
  margin-top: 6rem !important;
}

.u-mt7 {
  margin-top: 7rem !important;
}

.u-mt8 {
  margin-top: 8rem !important;
}

.u-mt9 {
  margin-top: 9rem !important;
}

.u-mt10 {
  margin-top: 10rem !important;
}

.u-mt11 {
  margin-top: 11rem !important;
}

.u-mt12 {
  margin-top: 12rem !important;
}

.u-mt13 {
  margin-top: 13rem !important;
}

.u-mt14 {
  margin-top: 14rem !important;
}

.u-mt15 {
  margin-top: 15rem !important;
}

.u-mt16 {
  margin-top: 16rem !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb1 {
  margin-bottom: 1rem !important;
}

.u-mb2 {
  margin-bottom: 2rem !important;
}

.u-mb3 {
  margin-bottom: 3rem !important;
}

.u-mb4 {
  margin-bottom: 4rem !important;
}

.u-mb5 {
  margin-bottom: 5rem !important;
}

.u-mb6 {
  margin-bottom: 6rem !important;
}

.u-mb7 {
  margin-bottom: 7rem !important;
}

.u-mb8 {
  margin-bottom: 8rem !important;
}

.u-mb9 {
  margin-bottom: 9rem !important;
}

.u-mb10 {
  margin-bottom: 10rem !important;
}

.u-mb11 {
  margin-bottom: 11rem !important;
}

.u-mb12 {
  margin-bottom: 12rem !important;
}

.u-mb13 {
  margin-bottom: 13rem !important;
}

.u-mb14 {
  margin-bottom: 14rem !important;
}

.u-mb15 {
  margin-bottom: 15rem !important;
}

.u-mb16 {
  margin-bottom: 16rem !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mr1 {
  margin-right: 1rem !important;
}

.u-mr2 {
  margin-right: 2rem !important;
}

.u-mr3 {
  margin-right: 3rem !important;
}

.u-mr4 {
  margin-right: 4rem !important;
}

.u-mr5 {
  margin-right: 5rem !important;
}

.u-mr6 {
  margin-right: 6rem !important;
}

.u-mr7 {
  margin-right: 7rem !important;
}

.u-mr8 {
  margin-right: 8rem !important;
}

.u-mr9 {
  margin-right: 9rem !important;
}

.u-mr10 {
  margin-right: 10rem !important;
}

.u-mr11 {
  margin-right: 11rem !important;
}

.u-mr12 {
  margin-right: 12rem !important;
}

.u-mr13 {
  margin-right: 13rem !important;
}

.u-mr14 {
  margin-right: 14rem !important;
}

.u-mr15 {
  margin-right: 15rem !important;
}

.u-mr16 {
  margin-right: 16rem !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-ml1 {
  margin-left: 1rem !important;
}

.u-ml2 {
  margin-left: 2rem !important;
}

.u-ml3 {
  margin-left: 3rem !important;
}

.u-ml4 {
  margin-left: 4rem !important;
}

.u-ml5 {
  margin-left: 5rem !important;
}

.u-ml6 {
  margin-left: 6rem !important;
}

.u-ml7 {
  margin-left: 7rem !important;
}

.u-ml8 {
  margin-left: 8rem !important;
}

.u-ml9 {
  margin-left: 9rem !important;
}

.u-ml10 {
  margin-left: 10rem !important;
}

.u-ml11 {
  margin-left: 11rem !important;
}

.u-ml12 {
  margin-left: 12rem !important;
}

.u-ml13 {
  margin-left: 13rem !important;
}

.u-ml14 {
  margin-left: 14rem !important;
}

.u-ml15 {
  margin-left: 15rem !important;
}

.u-ml16 {
  margin-left: 16rem !important;
}

@media screen and (max-width: 768px) {
  .u-mt0_sp {
    margin-top: 0 !important;
  }
  .u-mt1_sp {
    margin-top: 1rem !important;
  }
  .u-mt2_sp {
    margin-top: 2rem !important;
  }
  .u-mt3_sp {
    margin-top: 3rem !important;
  }
  .u-mt4_sp {
    margin-top: 4rem !important;
  }
  .u-mt5_sp {
    margin-top: 5rem !important;
  }
  .u-mt6_sp {
    margin-top: 6rem !important;
  }
  .u-mt7_sp {
    margin-top: 7rem !important;
  }
  .u-mt8_sp {
    margin-top: 8rem !important;
  }
  .u-mt9_sp {
    margin-top: 9rem !important;
  }
  .u-mt10_sp {
    margin-top: 10rem !important;
  }
  .u-mt11_sp {
    margin-top: 11rem !important;
  }
  .u-mt12_sp {
    margin-top: 12rem !important;
  }
  .u-mt13_sp {
    margin-top: 13rem !important;
  }
  .u-mt14_sp {
    margin-top: 14rem !important;
  }
  .u-mt15_sp {
    margin-top: 15rem !important;
  }
  .u-mt16_sp {
    margin-top: 16rem !important;
  }
  .u-mb0_sp {
    margin-bottom: 0 !important;
  }
  .u-mb1_sp {
    margin-bottom: 1rem !important;
  }
  .u-mb2_sp {
    margin-bottom: 2rem !important;
  }
  .u-mb3_sp {
    margin-bottom: 3rem !important;
  }
  .u-mb4_sp {
    margin-bottom: 4rem !important;
  }
  .u-mb5_sp {
    margin-bottom: 5rem !important;
  }
  .u-mb6_sp {
    margin-bottom: 6rem !important;
  }
  .u-mb7_sp {
    margin-bottom: 7rem !important;
  }
  .u-mb8_sp {
    margin-bottom: 8rem !important;
  }
  .u-mb9_sp {
    margin-bottom: 9rem !important;
  }
  .u-mb10_sp {
    margin-bottom: 10rem !important;
  }
  .u-mb11_sp {
    margin-bottom: 11rem !important;
  }
  .u-mb12_sp {
    margin-bottom: 12rem !important;
  }
  .u-mb13_sp {
    margin-bottom: 13rem !important;
  }
  .u-mb14_sp {
    margin-bottom: 14rem !important;
  }
  .u-mb15_sp {
    margin-bottom: 15rem !important;
  }
  .u-mb16_sp {
    margin-bottom: 16rem !important;
  }
  .u-mr0_sp {
    margin-right: 0 !important;
  }
  .u-mr1_sp {
    margin-right: 1rem !important;
  }
  .u-mr2_sp {
    margin-right: 2rem !important;
  }
  .u-mr3_sp {
    margin-right: 3rem !important;
  }
  .u-mr4_sp {
    margin-right: 4rem !important;
  }
  .u-mr5_sp {
    margin-right: 5rem !important;
  }
  .u-mr6_sp {
    margin-right: 6rem !important;
  }
  .u-mr7_sp {
    margin-right: 7rem !important;
  }
  .u-mr8_sp {
    margin-right: 8rem !important;
  }
  .u-mr9_sp {
    margin-right: 9rem !important;
  }
  .u-mr10_sp {
    margin-right: 10rem !important;
  }
  .u-mr11_sp {
    margin-right: 11rem !important;
  }
  .u-mr12_sp {
    margin-right: 12rem !important;
  }
  .u-mr13_sp {
    margin-right: 13rem !important;
  }
  .u-mr14_sp {
    margin-right: 14rem !important;
  }
  .u-mr15_sp {
    margin-right: 15rem !important;
  }
  .u-mr16_sp {
    margin-right: 16rem !important;
  }
  .u-ml0_sp {
    margin-left: 0 !important;
  }
  .u-ml1_sp {
    margin-left: 1rem !important;
  }
  .u-ml2_sp {
    margin-left: 2rem !important;
  }
  .u-ml3_sp {
    margin-left: 3rem !important;
  }
  .u-ml4_sp {
    margin-left: 4rem !important;
  }
  .u-ml5_sp {
    margin-left: 5rem !important;
  }
  .u-ml6_sp {
    margin-left: 6rem !important;
  }
  .u-ml7_sp {
    margin-left: 7rem !important;
  }
  .u-ml8_sp {
    margin-left: 8rem !important;
  }
  .u-ml9_sp {
    margin-left: 9rem !important;
  }
  .u-ml10_sp {
    margin-left: 10rem !important;
  }
  .u-ml11_sp {
    margin-left: 11rem !important;
  }
  .u-ml12_sp {
    margin-left: 12rem !important;
  }
  .u-ml13_sp {
    margin-left: 13rem !important;
  }
  .u-ml14_sp {
    margin-left: 14rem !important;
  }
  .u-ml15_sp {
    margin-left: 15rem !important;
  }
  .u-ml16_sp {
    margin-left: 16rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-mt0_pc {
    margin-top: 0 !important;
  }
  .u-mt1_pc {
    margin-top: 1rem !important;
  }
  .u-mt2_pc {
    margin-top: 2rem !important;
  }
  .u-mt3_pc {
    margin-top: 3rem !important;
  }
  .u-mt4_pc {
    margin-top: 4rem !important;
  }
  .u-mt5_pc {
    margin-top: 5rem !important;
  }
  .u-mt6_pc {
    margin-top: 6rem !important;
  }
  .u-mt7_pc {
    margin-top: 7rem !important;
  }
  .u-mt8_pc {
    margin-top: 8rem !important;
  }
  .u-mt9_pc {
    margin-top: 9rem !important;
  }
  .u-mt10_pc {
    margin-top: 10rem !important;
  }
  .u-mt11_pc {
    margin-top: 11rem !important;
  }
  .u-mt12_pc {
    margin-top: 12rem !important;
  }
  .u-mt13_pc {
    margin-top: 13rem !important;
  }
  .u-mt14_pc {
    margin-top: 14rem !important;
  }
  .u-mt15_pc {
    margin-top: 15rem !important;
  }
  .u-mt16_pc {
    margin-top: 16rem !important;
  }
  .u-mb0_pc {
    margin-bottom: 0 !important;
  }
  .u-mb1_pc {
    margin-bottom: 1rem !important;
  }
  .u-mb2_pc {
    margin-bottom: 2rem !important;
  }
  .u-mb3_pc {
    margin-bottom: 3rem !important;
  }
  .u-mb4_pc {
    margin-bottom: 4rem !important;
  }
  .u-mb5_pc {
    margin-bottom: 5rem !important;
  }
  .u-mb6_pc {
    margin-bottom: 6rem !important;
  }
  .u-mb7_pc {
    margin-bottom: 7rem !important;
  }
  .u-mb8_pc {
    margin-bottom: 8rem !important;
  }
  .u-mb9_pc {
    margin-bottom: 9rem !important;
  }
  .u-mb10_pc {
    margin-bottom: 10rem !important;
  }
  .u-mb11_pc {
    margin-bottom: 11rem !important;
  }
  .u-mb12_pc {
    margin-bottom: 12rem !important;
  }
  .u-mb13_pc {
    margin-bottom: 13rem !important;
  }
  .u-mb14_pc {
    margin-bottom: 14rem !important;
  }
  .u-mb15_pc {
    margin-bottom: 15rem !important;
  }
  .u-mb16_pc {
    margin-bottom: 16rem !important;
  }
  .u-mr0_pc {
    margin-right: 0 !important;
  }
  .u-mr1_pc {
    margin-right: 1rem !important;
  }
  .u-mr2_pc {
    margin-right: 2rem !important;
  }
  .u-mr3_pc {
    margin-right: 3rem !important;
  }
  .u-mr4_pc {
    margin-right: 4rem !important;
  }
  .u-mr5_pc {
    margin-right: 5rem !important;
  }
  .u-mr6_pc {
    margin-right: 6rem !important;
  }
  .u-mr7_pc {
    margin-right: 7rem !important;
  }
  .u-mr8_pc {
    margin-right: 8rem !important;
  }
  .u-mr9_pc {
    margin-right: 9rem !important;
  }
  .u-mr10_pc {
    margin-right: 10rem !important;
  }
  .u-mr11_pc {
    margin-right: 11rem !important;
  }
  .u-mr12_pc {
    margin-right: 12rem !important;
  }
  .u-mr13_pc {
    margin-right: 13rem !important;
  }
  .u-mr14_pc {
    margin-right: 14rem !important;
  }
  .u-mr15_pc {
    margin-right: 15rem !important;
  }
  .u-mr16_pc {
    margin-right: 16rem !important;
  }
  .u-ml0_pc {
    margin-left: 0 !important;
  }
  .u-ml1_pc {
    margin-left: 1rem !important;
  }
  .u-ml2_pc {
    margin-left: 2rem !important;
  }
  .u-ml3_pc {
    margin-left: 3rem !important;
  }
  .u-ml4_pc {
    margin-left: 4rem !important;
  }
  .u-ml5_pc {
    margin-left: 5rem !important;
  }
  .u-ml6_pc {
    margin-left: 6rem !important;
  }
  .u-ml7_pc {
    margin-left: 7rem !important;
  }
  .u-ml8_pc {
    margin-left: 8rem !important;
  }
  .u-ml9_pc {
    margin-left: 9rem !important;
  }
  .u-ml10_pc {
    margin-left: 10rem !important;
  }
  .u-ml11_pc {
    margin-left: 11rem !important;
  }
  .u-ml12_pc {
    margin-left: 12rem !important;
  }
  .u-ml13_pc {
    margin-left: 13rem !important;
  }
  .u-ml14_pc {
    margin-left: 14rem !important;
  }
  .u-ml15_pc {
    margin-left: 15rem !important;
  }
  .u-ml16_pc {
    margin-left: 16rem !important;
  }
}
/* padding */
.u-pt0 {
  padding-top: 0rem !important;
}

.u-pt1 {
  padding-top: 1rem !important;
}

.u-pt2 {
  padding-top: 2rem !important;
}

.u-pt3 {
  padding-top: 3rem !important;
}

.u-pt4 {
  padding-top: 4rem !important;
}

.u-pt5 {
  padding-top: 5rem !important;
}

.u-pt6 {
  padding-top: 6rem !important;
}

.u-pt7 {
  padding-top: 7rem !important;
}

.u-pt8 {
  padding-top: 8rem !important;
}

.u-pt9 {
  padding-top: 9rem !important;
}

.u-pt10 {
  padding-top: 10rem !important;
}

.u-pt11 {
  padding-top: 11rem !important;
}

.u-pt12 {
  padding-top: 12rem !important;
}

.u-pt13 {
  padding-top: 13rem !important;
}

.u-pt14 {
  padding-top: 14rem !important;
}

.u-pt15 {
  padding-top: 15rem !important;
}

.u-pt16 {
  padding-top: 16rem !important;
}

.u-pb0 {
  padding-bottom: 0rem !important;
}

.u-pb1 {
  padding-bottom: 1rem !important;
}

.u-pb2 {
  padding-bottom: 2rem !important;
}

.u-pb3 {
  padding-bottom: 3rem !important;
}

.u-pb4 {
  padding-bottom: 4rem !important;
}

.u-pb5 {
  padding-bottom: 5rem !important;
}

.u-pb6 {
  padding-bottom: 6rem !important;
}

.u-pb7 {
  padding-bottom: 7rem !important;
}

.u-pb8 {
  padding-bottom: 8rem !important;
}

.u-pb9 {
  padding-bottom: 9rem !important;
}

.u-pb10 {
  padding-bottom: 10rem !important;
}

.u-pb11 {
  padding-bottom: 11rem !important;
}

.u-pb12 {
  padding-bottom: 12rem !important;
}

.u-pb13 {
  padding-bottom: 13rem !important;
}

.u-pb14 {
  padding-bottom: 14rem !important;
}

.u-pb15 {
  padding-bottom: 15rem !important;
}

.u-pb16 {
  padding-bottom: 16rem !important;
}

.u-pr0 {
  padding-right: 0rem !important;
}

.u-pr1 {
  padding-right: 1rem !important;
}

.u-pr2 {
  padding-right: 2rem !important;
}

.u-pr3 {
  padding-right: 3rem !important;
}

.u-pr4 {
  padding-right: 4rem !important;
}

.u-pr5 {
  padding-right: 5rem !important;
}

.u-pr6 {
  padding-right: 6rem !important;
}

.u-pr7 {
  padding-right: 7rem !important;
}

.u-pr8 {
  padding-right: 8rem !important;
}

.u-pr9 {
  padding-right: 9rem !important;
}

.u-pr10 {
  padding-right: 10rem !important;
}

.u-pr11 {
  padding-right: 11rem !important;
}

.u-pr12 {
  padding-right: 12rem !important;
}

.u-pr13 {
  padding-right: 13rem !important;
}

.u-pr14 {
  padding-right: 14rem !important;
}

.u-pr15 {
  padding-right: 15rem !important;
}

.u-pr16 {
  padding-right: 16rem !important;
}

.u-pl0 {
  padding-left: 0rem !important;
}

.u-pl1 {
  padding-left: 1rem !important;
}

.u-pl2 {
  padding-left: 2rem !important;
}

.u-pl3 {
  padding-left: 3rem !important;
}

.u-pl4 {
  padding-left: 4rem !important;
}

.u-pl5 {
  padding-left: 5rem !important;
}

.u-pl6 {
  padding-left: 6rem !important;
}

.u-pl7 {
  padding-left: 7rem !important;
}

.u-pl8 {
  padding-left: 8rem !important;
}

.u-pl9 {
  padding-left: 9rem !important;
}

.u-pl10 {
  padding-left: 10rem !important;
}

.u-pl11 {
  padding-left: 11rem !important;
}

.u-pl12 {
  padding-left: 12rem !important;
}

.u-pl13 {
  padding-left: 13rem !important;
}

.u-pl14 {
  padding-left: 14rem !important;
}

.u-pl15 {
  padding-left: 15rem !important;
}

.u-pl16 {
  padding-left: 16rem !important;
}

@media screen and (max-width: 768px) {
  .u-pt0_sp {
    padding-top: 0rem !important;
  }
  .u-pt1_sp {
    padding-top: 1rem !important;
  }
  .u-pt2_sp {
    padding-top: 2rem !important;
  }
  .u-pt3_sp {
    padding-top: 3rem !important;
  }
  .u-pt4_sp {
    padding-top: 4rem !important;
  }
  .u-pt5_sp {
    padding-top: 5rem !important;
  }
  .u-pt6_sp {
    padding-top: 6rem !important;
  }
  .u-pt7_sp {
    padding-top: 7rem !important;
  }
  .u-pt8_sp {
    padding-top: 8rem !important;
  }
  .u-pt9_sp {
    padding-top: 9rem !important;
  }
  .u-pt10_sp {
    padding-top: 10rem !important;
  }
  .u-pt11_sp {
    padding-top: 11rem !important;
  }
  .u-pt12_sp {
    padding-top: 12rem !important;
  }
  .u-pt13_sp {
    padding-top: 13rem !important;
  }
  .u-pt14_sp {
    padding-top: 14rem !important;
  }
  .u-pt15_sp {
    padding-top: 15rem !important;
  }
  .u-pt16_sp {
    padding-top: 16rem !important;
  }
  .u-pb0_sp {
    padding-bottom: 0rem !important;
  }
  .u-pb1_sp {
    padding-bottom: 1rem !important;
  }
  .u-pb2_sp {
    padding-bottom: 2rem !important;
  }
  .u-pb3_sp {
    padding-bottom: 3rem !important;
  }
  .u-pb4_sp {
    padding-bottom: 4rem !important;
  }
  .u-pb5_sp {
    padding-bottom: 5rem !important;
  }
  .u-pb6_sp {
    padding-bottom: 6rem !important;
  }
  .u-pb7_sp {
    padding-bottom: 7rem !important;
  }
  .u-pb8_sp {
    padding-bottom: 8rem !important;
  }
  .u-pb9_sp {
    padding-bottom: 9rem !important;
  }
  .u-pb10_sp {
    padding-bottom: 10rem !important;
  }
  .u-pb11_sp {
    padding-bottom: 11rem !important;
  }
  .u-pb12_sp {
    padding-bottom: 12rem !important;
  }
  .u-pb13_sp {
    padding-bottom: 13rem !important;
  }
  .u-pb14_sp {
    padding-bottom: 14rem !important;
  }
  .u-pb15_sp {
    padding-bottom: 15rem !important;
  }
  .u-pb16_sp {
    padding-bottom: 16rem !important;
  }
  .u-pr0_sp {
    padding-right: 0rem !important;
  }
  .u-pr1_sp {
    padding-right: 1rem !important;
  }
  .u-pr2_sp {
    padding-right: 2rem !important;
  }
  .u-pr3_sp {
    padding-right: 3rem !important;
  }
  .u-pr4_sp {
    padding-right: 4rem !important;
  }
  .u-pr5_sp {
    padding-right: 5rem !important;
  }
  .u-pr6_sp {
    padding-right: 6rem !important;
  }
  .u-pr7_sp {
    padding-right: 7rem !important;
  }
  .u-pr8_sp {
    padding-right: 8rem !important;
  }
  .u-pr9_sp {
    padding-right: 9rem !important;
  }
  .u-pr10_sp {
    padding-right: 10rem !important;
  }
  .u-pr11_sp {
    padding-right: 11rem !important;
  }
  .u-pr12_sp {
    padding-right: 12rem !important;
  }
  .u-pr13_sp {
    padding-right: 13rem !important;
  }
  .u-pr14_sp {
    padding-right: 14rem !important;
  }
  .u-pr15_sp {
    padding-right: 15rem !important;
  }
  .u-pr16_sp {
    padding-right: 16rem !important;
  }
  .u-pl0_sp {
    padding-left: 0rem !important;
  }
  .u-pl1_sp {
    padding-left: 1rem !important;
  }
  .u-pl2_sp {
    padding-left: 2rem !important;
  }
  .u-pl3_sp {
    padding-left: 3rem !important;
  }
  .u-pl4_sp {
    padding-left: 4rem !important;
  }
  .u-pl5_sp {
    padding-left: 5rem !important;
  }
  .u-pl6_sp {
    padding-left: 6rem !important;
  }
  .u-pl7_sp {
    padding-left: 7rem !important;
  }
  .u-pl8_sp {
    padding-left: 8rem !important;
  }
  .u-pl9_sp {
    padding-left: 9rem !important;
  }
  .u-pl10_sp {
    padding-left: 10rem !important;
  }
  .u-pl11_sp {
    padding-left: 11rem !important;
  }
  .u-pl12_sp {
    padding-left: 12rem !important;
  }
  .u-pl13_sp {
    padding-left: 13rem !important;
  }
  .u-pl14_sp {
    padding-left: 14rem !important;
  }
  .u-pl15_sp {
    padding-left: 15rem !important;
  }
  .u-pl16_sp {
    padding-left: 16rem !important;
  }
}
@media screen and (min-width: 769px) {
  .u-pt0_pc {
    padding-top: 0rem !important;
  }
  .u-pt1_pc {
    padding-top: 1rem !important;
  }
  .u-pt2_pc {
    padding-top: 2rem !important;
  }
  .u-pt3_pc {
    padding-top: 3rem !important;
  }
  .u-pt4_pc {
    padding-top: 4rem !important;
  }
  .u-pt5_pc {
    padding-top: 5rem !important;
  }
  .u-pt6_pc {
    padding-top: 6rem !important;
  }
  .u-pt10_pc {
    padding-top: 10rem !important;
  }
  .u-pt11_pc {
    padding-top: 11rem !important;
  }
  .u-pt12_pc {
    padding-top: 12rem !important;
  }
  .u-pt13_pc {
    padding-top: 13rem !important;
  }
  .u-pt14_pc {
    padding-top: 14rem !important;
  }
  .u-pt15_pc {
    padding-top: 15rem !important;
  }
  .u-pt16_pc {
    padding-top: 16rem !important;
  }
  .u-pb0_pc {
    padding-bottom: 0rem !important;
  }
  .u-pb1_pc {
    padding-bottom: 1rem !important;
  }
  .u-pb2_pc {
    padding-bottom: 2rem !important;
  }
  .u-pb3_pc {
    padding-bottom: 3rem !important;
  }
  .u-pb4_pc {
    padding-bottom: 4rem !important;
  }
  .u-pb5_pc {
    padding-bottom: 5rem !important;
  }
  .u-pb6_pc {
    padding-bottom: 6rem !important;
  }
  .u-pb10_pc {
    padding-bottom: 10rem !important;
  }
  .u-pb11_pc {
    padding-bottom: 11rem !important;
  }
  .u-pb12_pc {
    padding-bottom: 12rem !important;
  }
  .u-pb13_pc {
    padding-bottom: 13rem !important;
  }
  .u-pb14_pc {
    padding-bottom: 14rem !important;
  }
  .u-pb15_pc {
    padding-bottom: 15rem !important;
  }
  .u-pb16_pc {
    padding-bottom: 16rem !important;
  }
  .u-pr0_pc {
    padding-right: 0rem !important;
  }
  .u-pr1_pc {
    padding-right: 1rem !important;
  }
  .u-pr2_pc {
    padding-right: 2rem !important;
  }
  .u-pr3_pc {
    padding-right: 3rem !important;
  }
  .u-pr4_pc {
    padding-right: 4rem !important;
  }
  .u-pr5_pc {
    padding-right: 5rem !important;
  }
  .u-pr6_pc {
    padding-right: 6rem !important;
  }
  .u-pr10_pc {
    padding-right: 10rem !important;
  }
  .u-pr11_pc {
    padding-right: 11rem !important;
  }
  .u-pr12_pc {
    padding-right: 12rem !important;
  }
  .u-pr13_pc {
    padding-right: 13rem !important;
  }
  .u-pr14_pc {
    padding-right: 14rem !important;
  }
  .u-pr15_pc {
    padding-right: 15rem !important;
  }
  .u-pr16_pc {
    padding-right: 16rem !important;
  }
  .u-pl0_pc {
    padding-left: 0rem !important;
  }
  .u-pl1_pc {
    padding-left: 1rem !important;
  }
  .u-pl2_pc {
    padding-left: 2rem !important;
  }
  .u-pl3_pc {
    padding-left: 3rem !important;
  }
  .u-pl4_pc {
    padding-left: 4rem !important;
  }
  .u-pl5_pc {
    padding-left: 5rem !important;
  }
  .u-pl6_pc {
    padding-left: 6rem !important;
  }
  .u-pl10_pc {
    padding-left: 10rem !important;
  }
  .u-pl11_pc {
    padding-left: 11rem !important;
  }
  .u-pl12_pc {
    padding-left: 12rem !important;
  }
  .u-pl13_pc {
    padding-left: 13rem !important;
  }
  .u-pl14_pc {
    padding-left: 14rem !important;
  }
  .u-pl15_pc {
    padding-left: 15rem !important;
  }
  .u-pl16_pc {
    padding-left: 16rem !important;
  }
}

/* 20240801 add */
.c-kv.-lower {
  margin-top: 15rem;
  padding-block: 10rem;
  z-index: 0;
}
.c-kv.-lower::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40rem;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(237, 253, 253, 1) 100%
  );
  z-index: -5;
}
.c-kv.-lower .c-kv__title {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  position: relative;
  z-index: 5;
}

.c-kv.-single {
  margin-top: 15rem;
  padding-block: 10rem 7rem;
}
.c-kv.-single .c-kv__top {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  margin-bottom: 2rem;
}
.c-kv.-single .c-kv__date {
  font-size: 1.6rem;
  font-weight: 700;
}
.c-kv.-single .c-kv__category {
  font-weight: 700;
  width: 9rem;
  padding: 0.3rem 0 0.1rem;
  text-align: center;
  color: #ffffff;
  border-radius: 0.5rem;
  background-color: #cccccc;
}
.c-kv.-single .c-kv__category.-news {
  background-color: #c0b980;
}
.c-kv.-single .c-kv__category.-release {
  background-color: #86c080;
}
.c-kv.-single .c-kv__category.-info {
  background-color: #d39764;
}
.c-kv.-single .c-kv__title h2 {
  position: relative;
  font-size: 2rem;
  font-weight: 400;
  color: #36708d;
  line-height: 1.5;
  padding-bottom: 1.4rem;
}
.c-kv.-single .c-kv__title span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50rem;
  height: 1px;
  background-color: #707070;
}
.c-kv.-single .c-kv__title span::before {
  content: "";
  position: absolute;
  right: 2rem;
  bottom: -0.3rem;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #000000;
}
.c-kv.-single .c-kv__title span::after {
  content: "";
  position: absolute;
  right: 0.75rem;
  bottom: -0.3rem;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #000000;
}
.c-title.-type03 {
  font-size: 2.8rem;
  font-weight: 400;
  color: #36708d;
  border-bottom: 1px solid #707070;
  width: fit-content;
  position: relative;
  line-height: 1.4;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.c-title.-type03::before {
  content: "";
  position: absolute;
  right: 2rem;
  bottom: -0.3rem;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #000000;
}
.c-title.-type03::after {
  content: "";
  position: absolute;
  right: 0.75rem;
  bottom: -0.3rem;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #000000;
}
.c-button.-link {
  color: #ffffff;
  background: rgb(46, 100, 149);
  background: linear-gradient(
    315deg,
    rgb(46, 100, 149) 0%,
    rgb(98, 175, 104) 100%
  );
  border: solid 1px #ffffff;
  height: 6.2rem;
  margin-top: 0;
}
.c-button.-link:hover {
  opacity: 1;
  color: #2e6495;
  background: #ffffff;
  border: solid 1px #2e6495;
}
.c-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.c-grid img {
  width: 100%;
}
.c-grid.-col2 .c-grid__item {
  width: calc(50% - 2rem);
}
.c-grid.-col2 .c-grid__item p {
  font-size: 1.4rem;
}
.c-textLink {
  font-size: 1.6rem;
  font-weight: 700;
  color: #316a92;
  text-decoration: underline;
  display: inline-block;
}
.c-textLink:hover {
  text-decoration: unset;
  opacity: 1;
}
.l-container.-wide {
  max-width: 118rem;
}
.p-lowerBlock + .p-lowerBlock {
  margin-top: 8rem;
}
.p-singleBlock + .p-singleBlock {
  margin-top: 5rem;
}
.p-singleBlock .p-singleBlock__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2rem;
}

.u-justify-center {
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .c-kv.-lower {
    margin-top: 6.4rem;
    height: auto;
  }
  .c-kv.-lower::before {
    height: 30rem;
  }
  .c-kv.-single {
    margin-top: 6.4rem;
    height: auto;
    padding-block: 6rem;
  }
  .c-kv.-single .c-kv__top {
    margin-bottom: 1rem;
  }
  .c-kv.-single .c-kv__title span {
    width: calc(100% - 2rem);
    left: 1rem;
  }
  .c-title.-type03 {
    font-size: 2.2rem;
  }
  .c-grid {
    gap: 2rem;
  }
  .c-grid.-col2 .c-grid__item {
    width: 100%;
  }
  .p-lowerBlock + .p-lowerBlock {
    margin-top: 6rem;
  }
  .c-button.-center_sp {
    margin-inline: auto;
  }
}

.simplebar-content {
  padding-bottom: 0 !important;
}

.c-table__wrap {
  margin-bottom: 0 !important;
}

.program_contents.performer {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  max-width: 100rem;
  margin: 0 auto;
}

.program_contents.performer .item {
  display: flex;
  flex-wrap: wrap;
  min-width: 28rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.08);
  border-radius: 0.8rem;
  overflow: hidden;
  background-color: #fff;
}

.program_contents.performer .item .image-container {
  width: 20%;
  padding: 1.5rem;
}

.program_contents.performer .item .image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 0.5rem;
}

.program_contents.performer .item .name-wrapper {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem 1.5rem 1.5rem 0;
}

.program_contents.performer .item .name {
  margin: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  font-size: 2.2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #36708d;
  line-height: 1.4;
  position: relative;
  background-color: transparent;
  border-left: solid 0.4rem #d0eaf0;
}

.program_contents.performer .item .role {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 0.5rem;
  color: #707070;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.program_contents.performer .item .description {
  width: 100%;
  padding: 0 1.5rem 1.5rem;
  margin: 0;
  line-height: 1.7;
  color: #1a1a1a;
  font-size: 1.6rem;
}

.program_contents.performer .item .description.program_members {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin: 2rem 0;
}

.program_members {
  display: flex;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .program_members {
    column-gap: 1rem;
  }
}

.program_member {
  flex: 1;
  min-width: 28rem;
  display: flex;
  align-items: center;
}

.program_member img {
  width: 40%;
  height: auto;
  object-fit: cover;
  border-radius: 0.5rem;
  margin-right: 3%;
}

.program_member p {
  margin: 0;
  padding: 0 0 0 1.5rem;
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #36708d;
  line-height: 1.4;
  position: relative;
  border-left: solid 0.4rem #d0eaf0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.program_member p small {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 0.5rem;
  color: #707070;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.program_contents.performer .simple-item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.program_contents.performer .simple-item .image-container {
  width: 40%;
  padding-right: 1.5rem;
}

.program_contents.performer .simple-item .image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 0.5rem;
}

.program_contents.performer .simple-item .name {
  margin: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  font-size: 2.2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #36708d;
  line-height: 1.4;
  position: relative;
  background-color: transparent;
  border-left: solid 0.4rem #d0eaf0;
}

.program_contents.performer .simple-item .role {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 0.5rem;
  color: #707070;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.program_tel {
  display: flex;
  align-items: center;
}

.program_tel span:first-child {
  display: flex;
  align-items: center;
  margin-right: 1rem;
  color: #707070;
}

.program_tel span:first-child::before {
  content: "";
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  margin-right: 0.5rem;
  background-image: url(../img/common/ico_tel.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.program_tel span:last-child {
  font-weight: 700;
  color: #5b8bb4;
}

@media screen and (max-width: 768px) {
  .program_contents.performer .item .image-container {
    width: 40%;
    padding: 0;
  }

  .program_contents.performer .item .name-wrapper {
    width: 60%;
    padding: 0 1.5rem;
  }

  .program_contents.performer .item .description {
    border-top: none;
  }

  .program_member {
    flex-direction: column;
    align-items: flex-start;
    width: 48%;
    min-width: auto;
  }

  .program_member img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .program_member p {
    font-size: 1.8rem;
    padding-left: 1.2rem;
  }

  .program_contents.performer .simple-item {
    flex-direction: column;
  }

  .program_contents.performer .simple-item .image-container {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1rem;
  }

  .program_tel {
    flex-wrap: wrap;
    margin-top: 1.2rem;
    margin-left: 0;
  }
}

#notice .sub-title {
  position: relative;
  font-size: 2rem;
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #695811;
  z-index: 1;
}

#notice .sub-title::after {
  content: "";
  position: absolute;
  top: 1.8rem;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: dashed 1px #695811;
}

#notice .sub-title span {
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
  padding-right: 1rem;
  background-color: #ffffff;
  z-index: 1;
}

#notice .sub-title span::before {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 0;
  width: 1.3rem;
  height: 1.1rem;
  background-image: url(../img/common/ico_profile.svg);
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  #notice .sub-title {
    font-size: 1.8rem;
  }

  #notice .sub-title::after {
    top: 1.6rem;
  }

  #notice .sub-title span::before {
    top: 1.1rem;
  }
}

#ticket .notice {
  margin-top: 2rem;
  padding: 2rem;
  background-color: #fff;
  border-radius: 0.5rem;
  border-left: solid 0.5rem #d0eaf0;
}

#ticket .notice p {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 0;
}

#ticket .notice p span {
  display: inline-block;
  font-weight: 700;
  color: #36708d;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  #ticket .notice {
    padding: 1.5rem;
    margin-top: 2rem;
  }

  #ticket .notice p {
    font-size: 1.4rem;
  }
}

.program_ttl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .program_ttl {
    justify-content: space-between;
  }
}
.program_icon {
  width: 6rem;
  text-align: center;
  flex: 0 0 6rem;
}
.program_icon img {
  width: 100%;
}

.program_contents_child {
  display: flex;
  column-gap: 2rem;
  align-items: center;
}

.program_contents_child_img {
  width: 6rem;
}
@media screen and (max-width: 767px) {
  .program_contents_child_img {
    width: 8rem;
  }
}

.sponsor-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .sponsor-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.sponsor-item {
  aspect-ratio: 16/9;
  background: #fff;
  /* border: 1px solid #eee; */
  transition: all 0.3s ease;
}

.sponsor-item:hover {
  opacity: 0.7;
}

.sponsor-item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.sponsor-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.program_ttl {
  justify-content: space-between;
}
.c-list.-program .program_info {
  flex-direction: column;
  align-items: flex-start;
}
.program_info .program_line {
  display: flex;
}
.program_info .program_line + .program_line {
  margin-top: 1rem;
}
.c-list.-program .program_location {
  margin-left: 0;
}
.schedule_lines {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.schedule_lines .schedule_line {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-list.-program .program_date {
    width: 100%;
  }
  .program_info .program_line {
    flex-wrap: wrap;
  }
  .c-list.-program .program_location.with-tel {
    flex-direction: column;
    align-items: flex-start;
  }
  .program_info .program_line + .program_line {
    margin-top: 0rem;
  }
  .schedule_lines {
    gap: 0rem;
  }
}
