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

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

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

/*=====================共通*/
html {
  scroll-behavior: smooth;
  height: 100%;
  font-size: 16px !important;
}
@media screen and (max-width: 639.0px) {
  html {
    font-size: 16px !important;
  }
}
html body {
  height: 100%;
  color: #f3f3f3;
  font-family: "Noto Serif JP", serif;
  margin: 0;
  text-align: center;
  overflow-x: hidden;
  visibility: visible;
  background-color: #BF9A60;
  z-index: -2;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 639.0px) {
  html body {
    font-size: 14px;
  }
}
html body::before, html body::after {
  content: "";
  top: 0;
  background-position: top center;
  z-index: 0;
  position: fixed;
  width: 100vw;
  left: 0;
  min-height: 120lvh;
  min-height: 120vh;
  height: 120vh;
  transform: translate3d(0, 0, -1px);
}
@media screen and (max-width: 1023.9px) {
  html body::before, html body::after {
    top: -30px;
  }
}
html body::before {
  background-image: url(../../../../../wp-content/uploads/2025/09/main_back_kwerrw4f1i-scaled.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
html body::after {
  background-color: #252525;
  opacity: 0.8;
}
@supports (-webkit-touch-callout: none) {
  html body:before {
    height: -webkit-fill-available;
  }
}
html .h2-title {
  color: #f3f3f3;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 2.8rem;
  margin-bottom: 7rem;
  color: white;
  text-shadow: 0px 0px 2px #F2B33D;
}
@media screen and (max-width: 1023.9px) {
  html .h2-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 639.0px) {
  html .h2-title {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}
html .h2-title span {
  width: 80%;
  display: block;
  margin: auto;
}
html h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 1023.9px) {
  html h3 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 639.0px) {
  html h3 {
    font-size: 1.2rem;
  }
}
html h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  html h4 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 639.0px) {
  html h4 {
    font-size: 1.3rem;
  }
}
html p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1rem;
}
html img {
  width: 100%;
  margin-bottom: 2rem;
}
html .left {
  text-align: left;
}
@media screen and (max-width: 639.0px) {
  html .pc-tab-pnly {
    display: none;
  }
}
html .sp-only {
  display: none;
}
@media screen and (max-width: 639.0px) {
  html .sp-only {
    display: inherit;
  }
}
html .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 2rem;
  display: block;
}
html .btn a {
  color: white;
  background-color: transparent;
  display: block;
  margin: auto;
  padding: 15px 30px;
  min-width: 250px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 15px;
  text-decoration: none;
  border: 1px solid white;
}
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;
  display: flex;
}
@media screen and (max-width: 639.0px) {
  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: 639.0px) {
  html .l-container .l-contents section {
    padding: 4rem 0;
  }
}
html .l-container .l-contents section .section-inner {
  max-width: 1200px;
  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;
}
html .l-container .l-contents .footer .copy {
  text-align: center;
}
@media screen and (max-width: 639.0px) {
  html .l-container .l-contents .footer .copy {
    width: 90%;
    margin: auto;
    font-size: 0.9rem;
  }
}
html .top-section .main-img {
  width: 100%;
  margin-bottom: 5rem;
  max-width: 900px;
}
@media screen and (max-width: 1023.9px) {
  html .top-section .main-img {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 639.0px) {
  html .top-section .main-img {
    margin-top: 3rem;
  }
}
html .top-section .main-text__area {
  margin-top: 6rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 639.0px) {
  html .top-section .main-text__area {
    margin-bottom: 5rem;
  }
}
html .top-section .main-text__area .catch-text {
  font-size: 1.8rem;
  line-height: 4rem;
}
@media screen and (max-width: 1023.9px) {
  html .top-section .main-text__area .catch-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 639.0px) {
  html .top-section .main-text__area .catch-text {
    font-size: 1.1rem;
    letter-spacing: 1px;
  }
}
html .top-section .main-text__area .day {
  font-size: 1.5rem;
  margin-top: 7rem;
}
@media screen and (max-width: 1023.9px) {
  html .top-section .main-text__area .day {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 639.0px) {
  html .top-section .main-text__area .day {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1023.9px) {
  html .top-section .main-text__area .location {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 639.0px) {
  html .top-section .main-text__area .location {
    font-size: 1.3rem;
  }
}
html .top-section .main-text__area .name__outer {
  display: flex;
  justify-content: center;
  letter-spacing: 2px;
  margin-top: 7rem;
}
@media screen and (max-width: 639.0px) {
  html .top-section .main-text__area .name__outer {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 639.0px) {
  html .top-section .main-text__area .name__outer {
    flex-direction: column;
    align-items: center;
    margin-top: 4rem;
  }
}
html .top-section .main-text__area .name__outer .name__inner {
  align-items: center;
  display: flex;
  padding: 0 20px;
}
@media screen and (max-width: 639.0px) {
  html .top-section .main-text__area .name__outer .name__inner {
    margin-top: 2rem;
  }
}
html .top-section .main-text__area .name__outer .name__inner .role {
  font-size: 1.3rem;
  margin-right: 10px;
}
@media screen and (max-width: 1023.9px) {
  html .top-section .main-text__area .name__outer .name__inner .role {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 639.0px) {
  html .top-section .main-text__area .name__outer .name__inner .role {
    font-size: 1rem;
  }
}
html .top-section .main-text__area .name__outer .name__inner .name {
  font-size: 2rem;
}
@media screen and (max-width: 1023.9px) {
  html .top-section .main-text__area .name__outer .name__inner .name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 639.0px) {
  html .top-section .main-text__area .name__outer .name__inner .name {
    font-size: 1.6rem;
  }
}
html .top-section .top-names {
  justify-content: center;
  margin: auto;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 639.0px) {
  html .top-section .top-names {
    display: block;
    margin-bottom: 0rem;
  }
}
html .top-section .top-names p {
  display: table;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 1rem;
}
@media screen and (max-width: 639.0px) {
  html .top-section .top-names p {
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center;
    margin: auto;
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}
html .top-section .top-names p .role {
  display: table-cell;
  font-size: 1.5rem;
  vertical-align: middle;
  padding-right: 10px;
}
@media screen and (max-width: 639.0px) {
  html .top-section .top-names p .role {
    font-size: 1rem;
  }
}
html .top-section .day {
  font-size: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 0;
  line-height: 1.5;
}
@media screen and (max-width: 1023.9px) {
  html .top-section .day {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 639.0px) {
  html .top-section .day {
    font-size: 1rem;
  }
}
html .top-section .location {
  font-size: 1.8rem;
}
@media screen and (max-width: 639.0px) {
  html .top-section .location {
    font-size: 1.2rem;
  }
}
html .top-section .pamphlet-area {
  margin-top: 100px;
}
html .top-section .pamphlet-area .leaflet__group {
  display: flex;
}
@media screen and (max-width: 1023.9px) {
  html .top-section .pamphlet-area .leaflet__group {
    display: block;
  }
}
html .top-section .pamphlet-area .leaflet__group .leaflet__outer {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 1023.9px) {
  html .top-section .pamphlet-area .leaflet__group .leaflet__outer {
    width: 100%;
  }
}
html .top-section .pamphlet-area .leaflet__group .leaflet__outer img {
  max-width: 600px;
  margin: auto;
  box-shadow: 0 0 5px transparent;
}
html .top-section .pamphlet-area .leaflet__group .leaflet__outer:first-child {
  margin-right: 50px;
}
@media screen and (max-width: 1023.9px) {
  html .top-section .pamphlet-area .leaflet__group .leaflet__outer:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
html .top-section .pamphlet-area .btn.leaflet a {
  width: 350px;
}
html .top-section .top-message {
  font-size: 1.1rem;
  margin-top: 8rem;
  line-height: 2.5;
}
@media screen and (max-width: 1023.9px) {
  html .top-section .top-message {
    text-align: left;
    line-height: 2;
  }
}
@media screen and (max-width: 639.0px) {
  html .top-section .top-message {
    font-size: 1rem;
    margin-top: 4rem;
  }
}
html #story p {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: left;
}
html #tickets h3 {
  letter-spacing: 3px;
}
@media screen and (max-width: 639.0px) {
  html #tickets h3 {
    font-size: 1.2rem;
  }
}
html #tickets h3:after {
  content: "";
  display: block;
  background-color: #BF9A60;
  margin: 5px auto 3rem auto;
  width: 150px;
  height: 2px;
}
@media screen and (max-width: 639.0px) {
  html #tickets h3:after {
    margin-bottom: 2rem;
  }
}
html #tickets .attention {
  margin-top: 2rem;
}
@media screen and (max-width: 639.0px) {
  html #tickets .attention {
    font-size: 0.9rem;
  }
}
html #tickets .ticket-location {
  position: relative;
}
html #tickets .ticket-location:after {
  background-color: white;
}
html #tickets .group {
  margin-bottom: 7rem;
}
@media screen and (max-width: 639.0px) {
  html #tickets .group {
    margin-bottom: 5rem;
  }
}
html #leaflet .leaflet__group {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1023.9px) {
  html #leaflet .leaflet__group {
    flex-direction: column;
    align-items: center;
  }
}
html #leaflet .leaflet__group .leaflet__outer {
  width: calc((100% - 20px) / 2);
  max-width: 450px;
  width: 100%;
  justify-content: center;
}
html #leaflet .leaflet__group .leaflet__outer:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 1023.9px) {
  html #leaflet .leaflet__group .leaflet__outer:first-child {
    margin-right: 0;
  }
}
html #leaflet .btn.leaflet {
  margin-top: 0;
}
html #leaflet .btn.leaflet a {
  width: 350px;
}
html #leaflet .btn.leaflet a i {
  font-size: 1.5rem;
}
html .article-outer {
  margin-bottom: 7rem;
}
@media screen and (max-width: 639.0px) {
  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: 639.0px) {
  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: 639.0px) {
  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 #cast .cast-tabel {
  max-width: 400px;
  width: 100%;
  margin: auto;
  margin-top: 2rem;
}
html #cast .cast-tabel tr {
  display: flex;
  align-items: center;
  height: 60px;
}
html #cast .cast-tabel tr.margin-bottom {
  margin-bottom: 45px;
}
html #cast .cast-tabel tr th {
  width: 40%;
  text-align: right;
  padding-right: 15px;
  font-size: 1.3rem;
}
@media screen and (max-width: 1023.9px) {
  html #cast .cast-tabel tr th {
    font-size: 1rem;
  }
}
@media screen and (max-width: 639.0px) {
  html #cast .cast-tabel tr th {
    font-size: 0.9rem;
    padding-right: 10px;
  }
}
html #cast .cast-tabel tr td {
  width: 60%;
  text-align: left;
  padding-left: 15px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1023.9px) {
  html #cast .cast-tabel tr td {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 639.0px) {
  html #cast .cast-tabel tr td {
    font-size: 1.5rem;
    padding-left: 10px;
  }
}
html #cast h3.work-title {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023.9px) {
  html #cast h3.work-title {
    margin-bottom: 10px;
  }
}
html #cast h3.work-title span {
  padding: 10px 50px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1023.9px) {
  html #cast h3.work-title span {
    font-size: 1rem;
    padding: 5px 20px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 639.0px) {
  html #cast h3.work-title span {
    font-size: 1.1rem;
  }
}
html #cast h3.work-title span.friend {
  background: black;
  color: #BF9A60;
  border: 1px solid #BF9A60;
}
html #cast h3.work-title span.modern {
  background: #C09D5B;
  color: black;
}
html #cast h3.work-title span.time {
  margin-right: -30px;
}
@media screen and (max-width: 1023.9px) {
  html #cast h3.work-title span.time {
    margin-right: -10px;
  }
}
html #cast .friend-time {
  font-size: 1.1rem;
}
@media screen and (max-width: 639.0px) {
  html #cast .friend-time {
    font-size: 0.9rem;
    margin-top: 1rem;
  }
}
html #cast .cast-pictures__ul {
  border-top: 2px solid #BF9A60;
  padding-top: 30px;
  margin-bottom: 150px;
  display: flex;
  align-items: center;
  align-items: flex-start;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1023.9px) {
  html #cast .cast-pictures__ul {
    max-width: 600px;
    flex-wrap: wrap;
    padding-top: 20px;
  }
}
html #cast .cast-pictures__ul .cast-pictures__li {
  margin-bottom: 2rem;
  max-width: 200px;
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}
html #cast .cast-pictures__ul .cast-pictures__li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1023.9px) {
  html #cast .cast-pictures__ul .cast-pictures__li {
    width: calc((100% - 20px) / 2);
    margin-right: 10px;
  }
  html #cast .cast-pictures__ul .cast-pictures__li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 639.0px) {
  html #cast .cast-pictures__ul .cast-pictures__li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 1rem;
  }
  html #cast .cast-pictures__ul .cast-pictures__li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 470.0px) {
  html #cast .cast-pictures__ul .cast-pictures__li {
    max-width: 130px;
  }
}
html #cast .cast-pictures__ul .cast-pictures__li .cast-pictures__img {
  margin-bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 639.0px) {
  html #cast .cast-pictures__ul .cast-pictures__li .cast-pictures__img {
    max-width: 180px;
  }
}
html #cast .cast-pictures__ul .cast-pictures__li .cast-pictures__name {
  margin-top: 15px;
  font-size: 1.3rem;
  line-height: 1.3rem;
  margin-bottom: 0;
}
@media screen and (max-width: 639.0px) {
  html #cast .cast-pictures__ul .cast-pictures__li .cast-pictures__name {
    font-size: 1rem;
    margin-top: 10px;
  }
}
html #cast .cast-pictures__ul .cast-pictures__li .cast-pictures__role {
  line-height: 1.1rem;
  font-size: 0.9rem;
  margin-top: 10px;
  color: #f3f3f3;
}
@media screen and (max-width: 639.0px) {
  html #cast .cast-pictures__ul .cast-pictures__li .cast-pictures__role {
    letter-spacing: -1px;
    margin-top: 5px;
    font-size: 0.8rem;
    min-width: 118px;
    position: relative;
    right: 7px;
  }
}
html #cast .cast-pictures__ul .cast-pictures__li .cast-pictures__role.some {
  margin-bottom: -5px;
}
@media screen and (max-width: 639.0px) {
  html #cast .cast-pictures__ul .cast-pictures__li .cast-pictures__role.some {
    margin-bottom: -2px;
  }
}
html #cast .cast-pictures__ul.four-person .cast-pictures__li {
  width: calc((100% - 20px) / 6);
}
@media screen and (max-width: 1023.9px) {
  html #cast .cast-pictures__ul.four-person .cast-pictures__li {
    width: calc((100% - 10px) / 3);
    margin-right: 5px;
  }
}
html #cast .cast-pictures__ul.five-person .cast-pictures__li {
  width: calc((100% - 15px) / 5);
}
@media screen and (max-width: 1023.9px) {
  html #cast .cast-pictures__ul.five-person .cast-pictures__li {
    margin-right: 5px;
    width: calc((100% - 15px) / 3);
  }
  html #cast .cast-pictures__ul.five-person .cast-pictures__li:nth-child(3), html #cast .cast-pictures__ul.five-person .cast-pictures__li:nth-child(5) {
    margin-right: 0;
  }
}
html #cast .cast-pictures__ul.six-person .cast-pictures__li {
  width: calc((100% - 20px) / 6);
}
@media screen and (max-width: 1023.9px) {
  html #cast .cast-pictures__ul.six-person .cast-pictures__li {
    margin-right: 5px;
    width: calc((100% - 10px) / 3);
  }
  html #cast .cast-pictures__ul.six-person .cast-pictures__li:nth-child(3), html #cast .cast-pictures__ul.six-person .cast-pictures__li:nth-child(6) {
    margin-right: 0;
  }
}
html #about {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 639.0px) {
  html #about h3 {
    font-size: 1.2rem;
  }
}
html #about .title-outer {
  margin-bottom: 8rem;
}
html #about .title-outer .about-work {
  margin: auto;
  font-size: 1.2rem;
  text-align: left;
  line-height: 2.5;
}
@media screen and (max-width: 1023.9px) {
  html #about .title-outer .about-work {
    font-size: 1rem;
  }
}
@media screen and (max-width: 639.0px) {
  html #about .title-outer .about-work {
    font-size: 0.9rem;
    line-height: 2;
  }
}
html #schedule h3 {
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #f3f3f3;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1rem !important;
  margin: auto;
  padding-bottom: 5px;
  letter-spacing: 1px;
  font-size: 1.5rem;
}
@media screen and (max-width: 639px) {
  html #schedule h3 {
    margin-bottom: 1.5rem !important;
    font-size: 1.2rem;
  }
}
html #schedule .schedule-title {
  font-size: 1.4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 639.0px) {
  html #schedule .schedule-title {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}
html #schedule .stars {
  margin-right: auto;
  margin-left: auto;
  max-width: 830px;
  width: 100%;
}
html #schedule .time-table__outer {
  max-width: 700px;
  margin: auto;
  margin-top: 3rem;
}
@media screen and (max-width: 639.0px) {
  html #schedule .time-table__outer {
    margin-top: 2rem;
  }
}
html #schedule .time-table__outer .time-table {
  width: 100%;
}
html #schedule .time-table__outer .time-table tr th {
  text-align: center;
  border: 1px solid;
  vertical-align: middle;
  line-height: 25px;
  height: 70px;
}
html #schedule .time-table__outer .time-table tr td {
  text-align: center;
  border: 1px solid #f3f3f3;
  vertical-align: middle;
  font-size: 1.1rem;
  width: 35%;
}
@media screen and (max-width: 639.0px) {
  html #schedule .time-table__outer .time-table tr td {
    font-size: 1rem;
  }
}
html #schedule .time-table__outer .time-table tr td i {
  font-size: 18px;
  position: relative;
  margin-left: 5px;
}
html #schedule .time-table__outer .time-table tr.header-title {
  font-size: 0.9rem;
}
html #schedule .time-table__outer .time-table tr.header-title th {
  height: 40px;
}
html #schedule .time-table__outer .time-table tr.header-title td {
  font-size: 0.9rem;
}
html #schedule .time-table__outer .table-text {
  margin-top: 30px;
}
html #schedule .time-table__text {
  text-align: left;
  margin-top: 6rem;
}
@media screen and (max-width: 1023.9px) {
  html #schedule .time-table__text {
    flex-direction: column;
  }
}
@media screen and (max-width: 639.0px) {
  html #schedule .time-table__text {
    margin-top: 0rem;
  }
}
html #schedule .time-table__text .time-table__group {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  html #schedule .time-table__text .time-table__group {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 639.0px) {
  html #schedule .time-table__text .time-table__group {
    margin-top: 7rem;
    width: 100%;
  }
}
html #schedule .time-table__text .title-talk {
  margin-bottom: 5px;
  font-size: 1.2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 25px;
}
@media screen and (max-width: 639.0px) {
  html #schedule .time-table__text .title-talk {
    font-size: 1rem;
  }
}
html #schedule .time-table__text .title-talk.friend {
  background: black;
  color: #BF9A60;
  border: 1px solid #BF9A60;
}
html #schedule .time-table__text .title-talk.modern {
  background: #C09D5B;
  color: black;
}
html #schedule .time-table__text .title {
  margin-bottom: 0px;
  font-size: 1.5rem;
}
@media screen and (max-width: 639.0px) {
  html #schedule .time-table__text .title {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
}
html #schedule .time-table__text .title .small-text {
  font-size: 1.2rem;
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 639.0px) {
  html #schedule .time-table__text .title .small-text {
    margin-bottom: 8px;
    font-size: 1rem;
  }
}
html #schedule .time-table__text .detail {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1rem;
}
html #schedule .time-table__text .detail li {
  margin-bottom: 10px;
  line-height: 1.8;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 639.0px) {
  html #schedule .time-table__text .detail li {
    line-height: 20px;
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
html #schedule .time-table__text .detail li .text-break {
  display: none;
}
@media screen and (max-width: 639.0px) {
  html #schedule .time-table__text .detail li .text-break {
    display: block;
  }
}
@media screen and (max-width: 639.0px) {
  html #schedule .time-table__text .detail li span {
    margin-left: 2px;
    margin-top: 4px;
    display: block;
    font-size: 0.9rem;
  }
}
html #schedule .bi-star-fill {
  color: #C6AA69;
}
html #schedule .bi-suit-diamond-fill {
  color: #C6AA69;
}
html #schedule .bi:before {
  position: relative;
  right: -2px;
}
html #goods .goods-img-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 639.0px) {
  html #goods .goods-img-outer {
    display: block;
  }
}
html #goods .goods-img-outer .img-outer {
  margin-bottom: 2rem;
}
@media screen and (max-width: 639.0px) {
  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: 639.0px) {
  html #goods .goods-img-outer .img-outer img {
    width: 80%;
    max-height: inherit;
  }
}
html #goods .goods-img-outer .img-outer.pamphlet {
  width: 100%;
  margin-bottom: 3rem;
}
html #goods .goods-img-outer .img-outer.file {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
@media screen and (max-width: 639.0px) {
  html #goods .goods-img-outer .img-outer.file {
    flex-direction: column;
  }
}
html #goods .goods-img-outer .img-outer.file .file-inner {
  width: 40%;
}
@media screen and (max-width: 639.0px) {
  html #goods .goods-img-outer .img-outer.file .file-inner {
    width: 100%;
  }
}
html #goods .goods-img-outer .img-outer.file .file-inner .goods-text-file {
  font-size: 1rem;
  line-height: 1.4;
}
html #goods .goods-img-outer .goods-text {
  font-size: 1.3rem;
  line-height: 1.4;
}
html #goods .goods-img-outer .goods-text span {
  font-size: 1rem;
  line-height: 2rem;
  display: inline-block;
}
html #goods .goods-img-outer .goods-text-2 {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 70px;
}
html #goods .goods-img-outer .goods-text-2 span {
  font-size: 1rem;
}
html #goods .goods-description {
  margin-bottom: 2rem;
}
@media screen and (max-width: 639.0px) {
  html #goods .goods-description {
    text-align: left;
    font-size: 0.9rem;
  }
}
html #goods .goods-description span {
  font-size: 1.2rem;
}
@media screen and (max-width: 639.0px) {
  html #goods .goods-description span {
    font-size: 0.9rem;
    text-align: center;
    display: inline-block;
  }
}
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: 1rem;
  width: 33.3333333333%;
}
@media screen and (max-width: 639.0px) {
  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: 639.0px) {
  html #staff .staff-ul .staff-li .rolename {
    margin-bottom: 3px;
    font-size: 0.8rem;
  }
}
html #staff .staff-ul .staff-li .staffname {
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 639.0px) {
  html #staff .staff-ul .staff-li .staffname {
    font-size: 1rem;
  }
}
@media screen and (max-width: 639.0px) {
  html #staff .staff-ul .staff-li .staffname .wrap {
    white-space: nowrap;
    overflow: auto;
    line-height: 30px;
  }
}
html #staff .staff-ul .staff-li .kata {
  letter-spacing: 0px;
}
html #staff .staff-ul .staff-li.margin-top {
  margin-top: 3rem;
}
@media screen and (max-width: 639.0px) {
  html #staff .staff-ul .staff-li.margin-top {
    margin-top: 0;
  }
}
html #staff .staff-ul .staff-li.no-1,
html #staff .staff-ul .staff-li.no-2,
html #staff .staff-ul .staff-li.no-15 {
  width: 100%;
}
html #staff .staff-ul .staff-li.sponsored {
  margin-top: 3rem;
  width: 100%;
}
html #staff .staff-ul .staff-li.sponsored .rolename {
  margin-bottom: 5px;
}
html #staff .staff-ul .staff-li.sponsored .staffname {
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 639.0px) {
  html #staff .staff-ul .staff-li.sponsored .staffname {
    line-height: 1.5;
  }
}
html #staff .staff-url__ul {
  text-align: center;
}
html #staff .btn__group {
  margin-top: 5rem;
}
html #staff .btn__group .btn a {
  min-width: 350px;
}
@media screen and (max-width: 639.0px) {
  html #staff .btn__group .btn a {
    min-width: 320px;
  }
}
html #story p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  text-align: left;
}
@media screen and (max-width: 639.0px) {
  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 #movies .video-outer {
  margin-bottom: 50px;
}
html #movies .video-outer .cast-video {
  max-width: 550px;
  width: 100%;
  cursor: pointer;
  margin-bottom: 10px;
  height: 309.38px;
}
@media (max-width: 640px) {
  html #movies .video-outer .cast-video {
    height: auto;
  }
}
html #movies .video-outer .name-role {
  font-size: 20px;
}
@media screen and (max-width: 639.0px) {
  html #movies .video-outer .name-role {
    font-size: 1rem;
  }
}
html #comment .work-title {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  padding: 10px 50px;
  margin-bottom: 60px;
  letter-spacing: 10px;
}
html #comment .work-title.friend {
  background: black;
  color: #BF9A60;
  border: 1px solid #BF9A60;
}
html #comment .work-title.modern {
  background: #C09D5B;
  color: black;
  margin-top: 10rem;
}
@media screen and (max-width: 639.0px) {
  html #comment .work-title {
    letter-spacing: 5px;
  }
}
html #comment .comment-area {
  display: flex;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1023.9px) {
  html #comment .comment-area {
    flex-direction: column;
    align-items: center;
  }
}
html #comment .comment-area img {
  max-width: 250px;
  width: 30%;
  margin-right: 40px;
  margin-bottom: 0;
  height: 100%;
}
@media screen and (max-width: 1023.9px) {
  html #comment .comment-area img {
    width: 50%;
    margin-right: 0;
  }
}
html #comment .comment-area .text h3 {
  text-align: left;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 1023.9px) {
  html #comment .comment-area .text h3 {
    text-align: center;
    margin-top: 1rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 639.0px) {
  html #comment .comment-area .text h3 {
    font-size: 1.3rem;
  }
}
html #comment .comment-area .text h3 .role {
  font-size: 1.3rem;
  margin-left: 10px;
  letter-spacing: 1px;
}
@media screen and (max-width: 639.0px) {
  html #comment .comment-area .text h3 .role {
    font-size: 1.2rem;
    display: block;
    margin-left: 0;
  }
}
@media screen and (max-width: 639.0px) {
  html #comment .comment-area .text h3 .role {
    font-size: 1rem;
  }
}
html #comment .comment-area .text p {
  text-align: left;
  font-size: 1rem;
}
@media screen and (max-width: 639.0px) {
  html #comment .comment-area .text p {
    font-size: 0.9rem;
  }
}
html #comment .comment-area.direction {
  justify-content: center;
  margin-bottom: 10rem;
}
html #comment .comment-area.direction h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
html #comment .comment-area.direction h3 .role {
  margin-left: 0;
  margin-right: 10px;
}
html #comment .comment-area.direction p {
  line-height: 2.5;
  margin-top: 2rem;
}
@media screen and (max-width: 639.0px) {
  html #comment .comment-area.direction p {
    line-height: 1.8;
  }
}
html #attention h3 {
  position: relative;
}
html #attention h3:after {
  content: "";
  display: block;
  background-color: white;
  margin: 5px auto 5rem auto;
  width: 150px;
  height: 2px;
}
html #attention p {
  text-align: left;
}
@media screen and (max-width: 639.0px) {
  html #attention p {
    font-size: 14px;
  }
}
@media screen and (max-width: 639.0px) {
  html #access .access-h3 {
    font-size: 1.2rem;
  }
}
html #access .access-detail {
  margin-top: 2rem;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 639.0px) {
  html #access .access-detail {
    font-size: 0.9rem;
  }
}
html #access iframe {
  margin-top: 3rem;
}
@media screen and (max-width: 639.0px) {
  html #access iframe {
    margin-top: 2rem;
  }
}
html #twitter .text {
  font-size: 1.1rem;
  line-height: 2rem;
}
@media screen and (max-width: 639.0px) {
  html #twitter .text {
    font-size: 1rem;
    line-height: 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;
  padding-left: 5%;
  background-color: transparent !important;
  box-shadow: none !important;
}
@media screen and (max-width: 639.0px) {
  .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: 1023.9px) {
  .lp-header .banner-area {
    height: 60px;
  }
}
@media screen and (max-width: 639.0px) {
  .lp-header .banner-area {
    height: 50px;
  }
}
.lp-header .banner-area .lp-header-logo__outer {
  display: flex;
  align-items: center;
}
.lp-header .banner-area .lp-header-logo {
  height: 70px;
  transition: all 0.5s;
  margin-bottom: 0;
  width: auto;
}
@media screen and (max-width: 1023.9px) {
  .lp-header .banner-area .lp-header-logo {
    height: 55px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 639.0px) {
  .lp-header .banner-area .lp-header-logo {
    height: 45px;
    margin-top: 10px;
  }
}
.lp-header .banner-area .lp-header-logo.ceder {
  height: 50px;
  margin-right: 10px;
}
@media screen and (max-width: 1023.9px) {
  .lp-header .banner-area .lp-header-logo.ceder {
    height: 40px;
  }
}
@media screen and (max-width: 639.0px) {
  .lp-header .banner-area .lp-header-logo.ceder {
    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: black;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
@media screen and (max-width: 767px) {
  .lp-header nav {
    left: -320px;
    width: 320px;
  }
}
.lp-header .toggle_btn {
  position: fixed;
  right: 5%;
  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: #BF9A60;
}
.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: #BF9A60;
}
.lp-header .open .toggle_btn span {
  background-color: #BF9A60;
}
.lp-header .open .toggle_btn span:nth-child(1) {
  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) {
  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;
}/*# sourceMappingURL=mishima-style.css.map */