@charset "UTF-8";
.only-sp {
  display: none;
}
@media screen and (max-width: 639px) {
  .only-sp {
    display: block;
  }
}

.only-pc-tablet {
  display: block;
}
@media screen and (max-width: 639px) {
  .only-pc-tablet {
    display: none;
  }
}

/*=====================共通*/
html {
  scroll-behavior: smooth;
  height: 100%;
  font-size: 16px !important;
  background-color: black;
}
@media screen and (max-width: 639px) {
  html {
    font-size: 16px !important;
  }
}
html body {
  height: 100%;
  color: #ffffff;
  font-family: sans-serif;
  font-family: "Noto Serif JP", serif;
  margin: 0;
  text-align: center;
  overflow-x: hidden;
  visibility: visible;
  background-color: #5B0A11;
  z-index: -2;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 639px) {
  html body {
    font-size: 14px;
  }
}
html body::before {
  background-size: cover;
  content: "";
  position: fixed;
  top: 0px;
  z-index: 0;
  height: 120%;
  min-height: 115lvh;
  transform: translate3d(0, 0, -1px);
  background-position: center center;
  width: 100%;
  left: 0;
}
@supports (-webkit-touch-callout: none) {
  html body:before {
    height: -webkit-fill-available;
  }
}
html .h2-title {
  font-size: 2rem;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 8px;
  text-shadow: 5px 5px 20px black;
}
@media screen and (max-width: 1023px) {
  html .h2-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 639px) {
  html .h2-title {
    font-size: 1.6rem;
    letter-spacing: 5px;
  }
}
html .h2-title span {
  width: 80%;
  display: block;
  margin: auto;
}
html .h2-title:after {
  content: "";
  display: block;
  width: auto;
  height: 0;
  margin: 5px auto 4rem auto;
}
html h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  html h3 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 639px) {
  html h3 {
    font-size: 1.3rem;
  }
}
html h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  html h4 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 639px) {
  html h4 {
    font-size: 1.3rem;
  }
}
html p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1023px) {
  html .smaller-text p {
    font-size: 0.8rem;
  }
}
html img {
  width: 100%;
  margin-bottom: 2rem;
}
html .left {
  text-align: left;
}
html .btn {
  width: fit-content;
  margin: auto;
  margin-top: 2rem;
  display: block;
}
html .btn a {
  color: #ffffff;
  background-color: #c02626;
  display: block;
  margin: auto;
  padding: 15px 0;
  min-width: 250px;
  width: fit-content;
  border-radius: 5px;
  text-decoration: none;
}
html .btn a i {
  margin-left: 10px;
  position: relative;
  top: -1px;
}
html .btn a i:before {
  font-weight: bold !important;
}
html .btn a:hover {
  opacity: 0.9;
  transition: 0.2s;
}
html .l-container {
  margin-top: 80px;
}
@media screen and (max-width: 639px) {
  html .l-container {
    margin-top: 60px;
  }
}
html .l-container .l-contents {
  margin: auto;
  z-index: 1;
}
html .l-container .l-contents section {
  padding: 7rem 0;
}
@media screen and (max-width: 639px) {
  html .l-container .l-contents section {
    padding: 4rem 0;
  }
}
html .l-container .l-contents section .section-inner {
  max-width: 900px;
  width: 90%;
  margin: auto;
}
html .l-container .l-contents section:first-of-type {
  padding-top: 0;
}
html .l-container .l-contents .footer {
  margin: 5rem 0;
  padding-bottom: 5rem;
  max-width: 900px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
html .l-container .l-contents .footer .copy {
  text-align: center;
}
@media screen and (max-width: 639px) {
  html .l-container .l-contents .footer .copy {
    width: 90%;
    margin: auto;
    font-size: 0.9rem;
  }
}
html .top-section .main-img {
  margin-top: 2rem;
  width: 700px;
  max-width: 100%;
  height: auto;
}
html .top-section .top-names__group {
  margin-top: 5rem;
}
@media screen and (max-width: 639px) {
  html .top-section .top-names__group {
    margin-top: 3rem;
  }
}
html .top-section .top-names__outer .top-names {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
@media screen and (max-width: 639px) {
  html .top-section .top-names__outer .top-names {
    display: block;
    margin-top: 2rem;
  }
}
html .top-section .top-names__outer .top-names p {
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: bold;
  margin-bottom: 0;
  margin-right: 0;
  color: #ffffff;
  font-weight: 900;
  display: flex;
  align-items: center;
  letter-spacing: 3px;
}
@media screen and (max-width: 639px) {
  html .top-section .top-names__outer .top-names p {
    text-align: center;
    width: fit-content;
    margin: auto !important;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
html .top-section .top-names__outer .top-names p .role {
  font-size: 1.3rem;
  line-height: 1.3rem;
  padding-right: 15px;
  letter-spacing: 1px;
}
@media screen and (max-width: 639px) {
  html .top-section .top-names__outer .top-names p .role {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
}
html .top-section .top-names__outer + .top-names__outer {
  margin-top: 2rem;
}
html .top-section .top-names__outer.is-second {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 2rem;
}
@media screen and (max-width: 639px) {
  html .top-section .top-names__outer.is-second {
    flex-direction: column;
    gap: 0px;
    margin-top: 0;
  }
}
html .top-section .performance-period {
  display: flex;
  justify-content: space-around;
  margin-top: 6rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 639px) {
  html .top-section .performance-period {
    display: block;
    font-size: 1.1rem;
    margin-top: 4rem;
  }
}
html .top-section .place-outer {
  font-size: 1.4rem;
}
@media screen and (max-width: 639px) {
  html .top-section .place-outer {
    font-size: 1.2rem;
    margin-top: 3rem;
  }
}
html .top-section .place-outer img {
  width: 200px;
  margin-top: 5rem;
}
@media screen and (max-width: 639px) {
  html .top-section .place-outer img {
    width: 150px;
    margin-top: 3rem;
  }
}
html .top-section .sponsored {
  margin-top: 4rem;
}
@media screen and (max-width: 639px) {
  html .top-section .sponsored {
    margin-top: 3rem;
  }
}
html .top-section .sponsored .title {
  font-size: 1.4rem;
  margin-bottom: 0;
}
@media screen and (max-width: 639px) {
  html .top-section .sponsored .title {
    font-size: 1rem;
  }
}
html .top-section .sponsored .name {
  font-size: 1.4rem;
}
@media screen and (max-width: 639px) {
  html .top-section .sponsored .name {
    font-size: 1rem;
  }
}
html .top-section .sponsored .name .nowrap {
  white-space: nowrap;
}
html .top-section .top-message {
  font-size: 1.5rem;
  margin-top: 8rem;
  line-height: 2;
  font-weight: bold;
  color: #C69AC0;
}
@media screen and (max-width: 639px) {
  html .top-section .top-message {
    font-size: 1rem;
    margin-top: 4rem;
  }
}
html #introduction .intro-quote {
  font-size: 1.4rem;
  line-height: 2.5;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
  letter-spacing: 3px;
  margin-bottom: 1.5rem;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  html #introduction .intro-quote {
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 639px) {
  html #introduction .intro-quote {
    font-size: 1.1rem;
    white-space: normal;
  }
}
html #introduction .intro-text {
  font-size: 1.3rem;
  line-height: 2.5;
  font-weight: 900;
  text-align: center;
  color: #ffffff;
  letter-spacing: 2px;
  margin-top: 1rem;
}
@media screen and (max-width: 1023px) {
  html #introduction .intro-text {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 639px) {
  html #introduction .intro-text {
    font-size: 1rem;
  }
}
html #story p {
  width: fit-content;
  margin: auto;
  text-align: left;
}
html .time-table__text {
  margin-top: 1rem;
}
html #tickets h3.price {
  letter-spacing: 3px;
  margin-bottom: 2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 639px) {
  html #tickets h3.price {
    font-size: 1.4rem;
  }
}
html #tickets h3.price .tax {
  font-size: 1.2rem;
  letter-spacing: 0px;
}
@media screen and (max-width: 639px) {
  html #tickets h3.price .tax {
    font-size: 1rem;
  }
}
html #tickets .attention {
  margin-bottom: 5rem;
}
@media screen and (max-width: 639px) {
  html #tickets .attention {
    font-size: 0.9rem;
  }
}
html #tickets .ticket-list {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  margin-bottom: 6rem;
}
html #tickets .ticket-list .ticket-title {
  font-size: 1.2rem;
}
@media screen and (max-width: 639px) {
  html #tickets .ticket-list .ticket-title {
    font-size: 1rem;
  }
}
html #tickets .ticket-list .ticket-ul {
  list-style: disc;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
html #tickets .ticket-list .ticket-ul li {
  text-align: left;
}
html #tickets .ticket-list .note {
  text-align: left;
  margin-bottom: 0;
  text-indent: -1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 639px) {
  html #tickets .ticket-list .note {
    font-size: 0.9rem;
    text-indent: -0.9rem;
    padding-left: 0.9rem;
  }
}
html #tickets h4 {
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  html #tickets h4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 639px) {
  html #tickets h4 {
    font-size: 1.1rem;
  }
}
html #tickets .group {
  margin-bottom: 7rem;
}
@media screen and (max-width: 639px) {
  html #tickets .group {
    margin-bottom: 5rem;
  }
}
html #tickets .group .schedule-text {
  font-size: 1.1rem;
}
@media screen and (max-width: 639px) {
  html #tickets .group .schedule-text {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 639px) {
  html #tickets .group P {
    font-size: 0.9rem;
  }
}
html .article-outer {
  margin-bottom: 7rem;
}
@media screen and (max-width: 639px) {
  html .article-outer {
    margin-bottom: 4rem;
  }
}
html .article-outer .lp-article {
  max-width: 900px;
  margin: auto;
  margin-top: 1rem;
  border-bottom: dashed 2px #606060;
  padding-bottom: 10px;
}
html .article-outer .lp-article time {
  margin-bottom: 10px;
  display: block;
  text-align: left;
}
@media screen and (max-width: 639px) {
  html .article-outer .lp-article time {
    font-size: 0.8rem;
  }
}
html .article-outer .lp-article h3 {
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 639px) {
  html .article-outer .lp-article h3 {
    font-size: 1rem;
  }
}
html .article-outer .lp-article .content p {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (max-width: 639px) {
  html .article-outer .lp-article .content p {
    font-size: 0.9rem;
  }
}
html #schedule .schedule-period {
  font-size: 1.3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 639px) {
  html #schedule .schedule-period {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 639px) {
  html #schedule .schedule-table--pc {
    display: none;
  }
}
html #schedule .schedule-table--sp-wrapper {
  display: none;
}
@media screen and (max-width: 639px) {
  html #schedule .schedule-table--sp-wrapper {
    display: block;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}
html #schedule .schedule-table--sp {
  margin-bottom: 2rem;
}
@media screen and (max-width: 639px) {
  html #schedule .schedule-table--sp.schedule-table--sp-last {
    width: 66%;
  }
}
html #schedule .schedule-table__outer {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
html #schedule .schedule-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 850px;
  background-color: rgba(0, 0, 0, 0.3);
  table-layout: fixed;
}
@media screen and (max-width: 639px) {
  html #schedule .schedule-table {
    min-width: 0;
  }
}
html #schedule .schedule-table th,
html #schedule .schedule-table td {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 8px;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  html #schedule .schedule-table th,
  html #schedule .schedule-table td {
    padding: 5px 0px;
    font-size: 0.85rem;
  }
}
html #schedule .schedule-table thead th {
  font-size: 1.1rem;
  padding: 12px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1023px) {
  html #schedule .schedule-table thead th {
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 639px) {
  html #schedule .schedule-table thead th {
    font-size: 0.85rem;
    padding: 8px 3px;
  }
}
html #schedule .schedule-table thead .sat {
  color: #9fc5e8;
}
html #schedule .schedule-table thead .sun {
  color: #f4a6a6;
}
html #schedule .schedule-table tbody td {
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  html #schedule .schedule-table tbody td {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 639px) {
  html #schedule .schedule-table tbody td {
    white-space: normal;
    font-size: 0.85rem;
  }
}
html #schedule .schedule-table tbody .time-row td {
  font-size: 1.1rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 1023px) {
  html #schedule .schedule-table tbody .time-row td {
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 639px) {
  html #schedule .schedule-table tbody .time-row td {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 639px) {
  html #schedule .schedule-table tbody .time-row .schedule-table__role-cell {
    font-size: 0.75rem;
  }
}
html #schedule .schedule-table tbody .time-row .after-talk-mark {
  color: #fc7e9d;
  margin-right: 2px;
}
html #schedule .schedule-table tbody .cast-row td {
  vertical-align: middle;
}
html #schedule .schedule-table .schedule-table__header-cell {
  font-size: 0.85rem;
  white-space: nowrap;
  vertical-align: middle;
  width: 130px;
}
@media screen and (max-width: 639px) {
  html #schedule .schedule-table .schedule-table__header-cell {
    font-size: 0.7rem;
    width: 100px;
  }
}
html #schedule .schedule-table .schedule-table__role-cell {
  font-size: 0.85rem;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 639px) {
  html #schedule .schedule-table .schedule-table__role-cell {
    font-size: 0.85rem;
    width: 100px;
  }
}
html #schedule .after-talk {
  margin-top: 4rem;
  text-align: left;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 639px) {
  html #schedule .after-talk {
    margin-top: 3rem;
  }
}
html #schedule .after-talk .after-talk-mark {
  color: #fc7e9d;
}
html #schedule .after-talk__title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
  letter-spacing: 3px;
}
@media screen and (max-width: 639px) {
  html #schedule .after-talk__title {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }
}
html #schedule .after-talk__item {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 639px) {
  html #schedule .after-talk__item {
    margin-bottom: 1.2rem;
  }
}
html #schedule .after-talk__date {
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 639px) {
  html #schedule .after-talk__date {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
html #schedule .after-talk__members {
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  html #schedule .after-talk__members {
    font-size: 0.9rem;
  }
}
html #cast .section-inner {
  max-width: 1000px;
}
html #cast h3 {
  width: fit-content;
  margin: auto;
  margin-bottom: 0.5rem;
  padding-bottom: 0px;
  letter-spacing: 1px;
  font-size: 1.4rem;
}
@media screen and (max-width: 639px) {
  html #cast h3 {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
  }
}
html #cast h3 .after-talk-mark {
  color: #fc7e9d;
}
html #cast .day-ul {
  display: flex;
  flex-wrap: wrap;
}
html #cast .day-ul .cast-after-talk {
  margin-top: 0rem;
  text-align: center;
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  html #cast .day-ul .cast-after-talk {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    font-size: 0.9rem;
    text-align: left;
  }
}
html #cast .day-ul .cast-after-talk .after-talk-mark {
  color: #fc7e9d;
}
html #cast .day-ul .day-li {
  width: 100%;
  margin-bottom: 6rem;
}
html #cast .day-ul .day-li .year {
  font-size: 1rem;
  margin-right: 8px;
}
@media screen and (max-width: 639px) {
  html #cast .day-ul .day-li .year {
    font-size: 0.9rem;
    margin-right: 7px;
  }
}
html #cast .day-ul .day-li.width-50 {
  width: 50%;
}
@media screen and (max-width: 639px) {
  html #cast .day-ul .day-li.width-50 {
    width: 100%;
  }
}
html #cast .cast-pictures__ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #ffffff;
  padding-top: 15px;
}
@media screen and (max-width: 1023px) {
  html #cast .cast-pictures__ul {
    max-width: 400px;
    flex-wrap: wrap;
  }
}
html #cast .cast-pictures__ul .cast-pictures__li {
  margin-bottom: 1rem;
}
html #cast .cast-pictures__ul .cast-pictures__li .cast-pictures__img-wrapper {
  position: relative;
}
html #cast .cast-pictures__ul .cast-pictures__li .cast-pictures__img-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
html #cast .cast-pictures__ul .cast-pictures__li .cast-pictures__img {
  margin-bottom: 0;
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: auto;
  display: block;
}
html #cast .cast-pictures__ul .cast-pictures__li .cast-pictures__name {
  margin-top: 8px;
  font-size: 1.1rem;
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: 1px;
}
@media screen and (max-width: 639px) {
  html #cast .cast-pictures__ul .cast-pictures__li .cast-pictures__name {
    font-size: 1rem;
    margin-top: 8px;
  }
}
html #cast .cast-pictures__ul .cast-pictures__li .cast-pictures__role {
  line-height: 1.1rem;
  font-size: 0.85rem;
  margin-top: 5px;
  font-weight: normal;
  margin-bottom: 0;
}
@media screen and (max-width: 639px) {
  html #cast .cast-pictures__ul .cast-pictures__li .cast-pictures__role {
    font-size: 0.8rem;
    margin-top: 3px;
  }
}
html #cast .cast-pictures__ul.seven-person .cast-pictures__li {
  width: calc((100% - 30px) / 7);
  margin-right: 5px;
}
html #cast .cast-pictures__ul.seven-person .cast-pictures__li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  html #cast .cast-pictures__ul.seven-person .cast-pictures__li {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
  }
  html #cast .cast-pictures__ul.seven-person .cast-pictures__li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 639px) {
  html #cast .cast-pictures__ul.seven-person .cast-pictures__li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 2rem;
  }
  html #cast .cast-pictures__ul.seven-person .cast-pictures__li:nth-child(3n) {
    margin-right: 10px;
  }
  html #cast .cast-pictures__ul.seven-person .cast-pictures__li:nth-child(2n) {
    margin-right: 0;
  }
}
html #goods .goods-img-outer {
  display: flex;
}
@media screen and (max-width: 639px) {
  html #goods .goods-img-outer {
    display: block;
  }
}
html #goods .goods-img-outer .img-outer {
  width: 50%;
}
@media screen and (max-width: 639px) {
  html #goods .goods-img-outer .img-outer {
    width: 100%;
    margin-bottom: 4rem;
  }
}
html #goods .goods-img-outer .img-outer img {
  max-height: 520px;
  width: auto;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1023px) {
  html #goods .goods-img-outer .img-outer img {
    max-height: 350px;
  }
}
@media screen and (max-width: 639px) {
  html #goods .goods-img-outer .img-outer img {
    width: 80%;
    max-height: inherit;
    margin-bottom: 10px;
  }
}
html #goods .goods-img-outer .goods-text {
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (max-width: 639px) {
  html #goods .goods-img-outer .goods-text {
    line-height: 1.3;
  }
}
html #goods .goods-img-outer .goods-text span {
  font-size: 1rem;
}
html #goods .goods-description {
  margin-bottom: 2rem;
}
@media screen and (max-width: 639px) {
  html #goods .goods-description {
    text-align: left;
  }
}
html #goods .goods-book {
  margin-top: 6rem;
}
html #goods .goods-book img {
  max-width: 350px;
  width: 85%;
}
html #goods .goods-book .title {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 639px) {
  html #goods .goods-book .title {
    font-size: 1rem;
  }
}
html #goods .goods-book .title span {
  display: block;
  margin-top: 1rem;
}
html #goods .goods-book .btn-text {
  margin-top: 2rem;
}
html #goods .goods-book .btn {
  margin-top: 1rem;
}
html #staff .staff-ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  margin: auto;
  justify-content: center;
}
html #staff .staff-ul .staff-li {
  margin-bottom: 3rem;
  width: 33.3333333333%;
}
@media screen and (max-width: 639px) {
  html #staff .staff-ul .staff-li {
    margin-bottom: 1.5rem;
    width: 100%;
  }
}
html #staff .staff-ul .staff-li .rolename {
  margin-bottom: 2px;
  font-size: 0.9rem;
}
@media screen and (max-width: 639px) {
  html #staff .staff-ul .staff-li .rolename {
    margin-bottom: 3px;
    font-size: 0.8rem;
  }
}
html #staff .staff-ul .staff-li .staffname {
  font-size: 1.1rem;
  line-height: 1;
}
@media screen and (max-width: 639px) {
  html #staff .staff-ul .staff-li .staffname {
    font-size: 1rem;
  }
}
html #staff .staff-ul .staff-li .staffname .nowrap {
  white-space: nowrap;
}
html #staff .staff-ul .staff-li.width-100 {
  width: 100%;
}
html #staff .staff-ul .staff-li.width-50 {
  width: 50%;
}
@media screen and (max-width: 639px) {
  html #staff .staff-ul .staff-li.width-50 {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  html #staff .staff-ul .staff-li:nth-child(9) .staffname {
    line-height: 1.5;
  }
}
html #story p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 639px) {
  html #story p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: left;
  }
}
html #story p a {
  border-bottom: 1px solid #F4B51E;
  color: #F4B51E;
}
html #story p a:hover {
  transition: 0.2s;
  border-bottom: none;
}
html #attention .attention-h3-title {
  font-size: 1rem;
  text-align: left;
  margin-bottom: 5px;
  margin-top: 1.5rem;
  text-indent: -16px;
  margin-left: 16px;
  line-height: 25px;
}
html #attention p {
  text-align: left;
}
@media screen and (max-width: 639px) {
  html #attention p {
    font-size: 14px;
  }
}
html #attention .text-indent {
  font-size: 1rem;
  text-align: left;
  margin-bottom: 5px;
  margin-top: 1.5rem;
  text-indent: -16px;
  margin-left: 16px;
  line-height: 25px;
}
@media screen and (max-width: 639px) {
  html #attention .text-indent {
    font-size: 14px;
  }
}
html #attention ul {
  text-align: left;
}
html #attention ul li {
  text-indent: -16px;
  margin-left: 16px;
  margin-bottom: 0px;
  line-height: 25px;
}
html #attention a {
  color: white;
  text-decoration: underline;
}
html #attention a:hover {
  text-decoration: none;
}
html #access .facility-name p {
  font-size: 1.4rem;
}
@media screen and (max-width: 639px) {
  html #access .facility-name p {
    font-size: 1.1rem;
  }
}
html #access .facility-name img {
  width: 230px;
}
@media screen and (max-width: 639px) {
  html #access .facility-name img {
    width: 180px;
  }
}
html #access .facility-access {
  width: fit-content;
  margin: auto;
  text-align: center;
  margin-bottom: 1rem;
  text-align: left;
  margin-top: 3rem;
}
@media screen and (max-width: 639px) {
  html #access .facility-access {
    font-size: 0.9rem;
  }
}
html #access .facility-access.station {
  text-align: left;
  margin-top: 2rem;
}
html #access ul.station {
  list-style: disc;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  width: fit-content;
  margin-top: 2rem;
}
html #access ul.station li {
  text-align: left;
}
html #access iframe {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (max-width: 639px) {
  html #access iframe {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    max-width: inherit;
  }
}
html #twitter .c-container {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: auto;
}

/*=====================メニュー用のCSS*/
.lp-header {
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  min-width: 100vw;
  box-shadow: none;
  padding: 0 30px 0 30px;
  background-color: transparent !important;
  box-shadow: none !important;
}
@media screen and (max-width: 639px) {
  .lp-header {
    height: 50px;
    padding: 0 10px 0 10px;
  }
}
@media screen and (max-width: 639px) {
  .lp-header {
    padding: 0 10px 0 20px;
    height: 60px;
  }
}
.lp-header .banner-area {
  display: flex;
  align-items: center;
  height: 80px;
}
@media screen and (max-width: 1023px) {
  .lp-header .banner-area {
    height: 60px;
  }
}
@media screen and (max-width: 639px) {
  .lp-header .banner-area {
    height: 50px;
  }
}
.lp-header .banner-area .lp-header-logo {
  height: 45px;
  transition: all 0.5s;
  margin-bottom: 0;
  width: auto;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 639px) {
  .lp-header .banner-area .lp-header-logo {
    height: 30px;
  }
}
.lp-header #navArea {
  z-index: 101;
}
.lp-header nav {
  display: block;
  position: fixed;
  top: 0;
  left: -400px;
  bottom: 0;
  width: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
}
.lp-header nav .inner {
  padding: 25px 10px 25px 10px;
}
.lp-header nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.lp-header nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: none;
}
.lp-header nav .inner ul li a {
  display: block;
  color: white;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
@media screen and (max-width: 767px) {
  .lp-header nav {
    left: -300px;
    width: 300px;
  }
}
.lp-header .toggle_btn {
  position: fixed;
  right: 30px;
  width: 30px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 575px) {
  .lp-header .toggle_btn {
    right: 10px;
  }
}
.lp-header .toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  border-radius: 4px;
  transition: all 0.5s;
  background-color: #C43030;
}
.lp-header .toggle_btn span:nth-child(1) {
  top: 4px;
}
.lp-header .toggle_btn span:nth-child(2) {
  top: 14px;
}
.lp-header .toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.lp-header #mask {
  display: none;
  transition: all 0.5s;
}
.lp-header .open nav {
  left: 0;
  opacity: 1;
  background-color: #9B1B1B;
}
.lp-header .open .toggle_btn span {
  background-color: white;
}
.lp-header .open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.lp-header .open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.lp-header .open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
.lp-header .open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2;
}

body.fade-in {
  opacity: 0;
  animation: fadeIn 0.5s ease-in forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.safari .dummy {
  position: fixed;
  z-index: -1;
  transform: translate3d(0, 0, -1px);
}
.safari::before, .safari::after {
  content: "";
  position: fixed;
  left: 0;
  z-index: 9999;
  transform: translate3d(0, 0, 9999px);
  width: 100%;
  height: 100px;
  background: #5B0A11;
}
.safari::before {
  top: -100px;
}
.safari::after {
  bottom: -100px;
}
