@charset "UTF-8";
/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/*-------------------------------

contents

-------------------------------*/
.contents {
  position: relative;
}

.contents-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #84692d;
  text-align: center;
  font-size: 1.7em;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 960px) {
  .contents-ttl {
    font-size: 1.5em;
    margin-bottom: 40px;
  }
}

.jp-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #fff;
  display: block;
  font-size: 12px;
  margin-top: 8px;
}

.txt-container {
  text-align: justify;
}
.txt-container p {
  color: #fff;
  line-height: 2;
  margin: 0 0 0.8em;
}

.small {
  font-size: 0.8em;
}

.ph-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ph-container li {
  width: 50%;
}
@media screen and (min-width: 960px) {
  .ph-container li {
    width: 25%;
  }
}

/* --------------------

#top

-------------------- */
#top {
  position: relative;
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 960px) {
  #top {
    min-width: 1024px;
    overflow: hidden;
  }
}

@keyframes loop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1920px 0;
  }
}
.top-lead {
  position: absolute;
  width: 10%;
  right: 10vw;
  top: 10vw;
}

.top-main-cast {
  position: absolute;
}

.top-billing {
  position: absolute;
  bottom: 2vw;
  left: 2vw;
  margin: auto;
}

.top-cast {
  max-width: 130px;
  top: 90px;
  left: 2vw;
}

.top-staff {
  max-width: 190px;
  bottom: 1vw;
  left: 2vw;
  margin: 50px 0 0;
}

.detail {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 1vw;
  width: 92%;
}
@media screen and (min-width: 960px) {
  .detail {
    width: 35vw;
    right: 2vw;
    bottom: 1.5vw;
    left: auto;
  }
}

.main-img {
  opacity: 0;
  transition: all 0.2s linear;
  padding: 40px;
}
@media screen and (min-width: 960px) {
  .main-img {
    padding: 0;
  }
}

.main-img img {
  vertical-align: bottom;
}

.main-img.show {
  opacity: 1;
  -webkit-animation: fade-in 1.2s ease-in-out both;
  animation: fade-in 1.2s ease-in-out both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top-inner {
  position: absolute;
  bottom: 25vw;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .top-inner {
    bottom: 22vw;
  }
}

#top-main-logo {
  justify-content: center;
  width: 85%;
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #top-main-logo {
    z-index: 1;
    max-width: 600px;
    margin: auto;
    transition: all 1s linear;
  }
}

#top-main-logo.show {
  opacity: 1;
  -webkit-animation: fade-in 1.2s ease-in-out both;
  animation: fade-in 1.2s ease-in-out both;
}

.logo {
  position: absolute;
  top: 90%;
  right: 0;
  left: 0;
  width: 87%;
  margin: 0 auto;
  transform: scale(1.1) rotate(10deg);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.03, 0.88, 0.35, 1.26);
}
@media screen and (min-width: 960px) {
  .logo {
    width: 40%;
    max-width: 800px;
    margin: 0 auto;
  }
}

.logo.show {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

#top-lead {
  width: 95%;
  max-width: 480px;
  margin: 0 auto;
  position: absolute;
  top: 0.8vw;
  left: 0;
  right: 0;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  #top-lead {
    width: 93%;
    max-width: 880px;
  }
}

#top-lead.show {
  opacity: 1;
  -webkit-animation: fade-in 1.2s ease-in-out both;
  animation: fade-in 1.2s ease-in-out both;
}

.lead1 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 98%;
  max-width: 1280px;
  bottom: 1vw;
  opacity: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
  #top-lead {
    max-width: 700px;
    width: 63%;
  }
}
.lead2 {
  position: absolute;
  right: 0;
  width: 15vw;
  top: 58vw;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .lead2 {
    max-width: 80px;
    left: 2vw;
    width: 1.5vw;
    top: 15vw;
  }
}

.lead1.show,
.lead2.show {
  opacity: 1;
  -webkit-animation: fade-in 1.2s ease-in-out both;
  animation: fade-in 1.2s ease-in-out both;
}

.movie-link {
  position: fixed;
  left: 2vw;
  bottom: 0;
  width: 27vw;
  z-index: 2;
  max-width: 170px;
}
.movie-link a {
  margin: 10px 0;
}
.movie-link a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .movie-link {
    width: 12vw;
    right: 2vw;
    max-width: 180px;
  }
  .movie-link a {
    margin: 10px auto;
  }
}

.official-link {
  display: block;
  width: 100%;
  max-width: 170px;
  margin: 10px auto;
}
@media screen and (min-width: 960px) {
  .official-link {
    width: 90%;
  }
}

.pc-link {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc-link {
    display: block;
    width: 100%;
    max-width: 250px;
    left: 1vw;
    display: block;
  }
}

.tw-link {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #000;
  right: 2vw;
  top: 2vw;
  border-radius: 50%;
  line-height: 64px;
  text-align: center;
}
.tw-link a {
  color: #fff;
  display: block;
  font-size: 2rem;
}
.tw-link a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .tw-link {
    width: 70px;
    height: 70px;
    right: 2.5vw;
    top: 1vw;
    line-height: 75px;
  }
}

#top-main {
  width: 100%;
  position: relative;
}

.info-btn {
  width: 90%;
  margin: 60px auto 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .info-btn {
    width: 400px;
  }
}

.btn {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
  margin: auto;
  padding: 1.5rem 4rem;
  font-weight: bold;
  border: 2px solid #f14460;
  background: #fffb44;
  font-size: 1.1rem;
  color: #000;
  transition: 0.5s;
  border-radius: 5px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.btn:hover {
  color: #f14460;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .btn {
    font-size: 1.3rem;
  }
}

.btn-0 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin: 0 auto 30px;
  padding: 0.9em 2em;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  transition: 0.5s;
  border: 1px solid #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.btn-0:hover {
  background-color: #f14460;
}

.logo,
.rs {
  opacity: 0;
}

.mail {
  color: #f14460;
  text-decoration: underline;
}

.con-txt {
  font-size: 1.5rem;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  line-height: 2.1;
}

.la {
  font-size: 1.6rem;
}

.me {
  font-size: 1.1rem;
}

.sl {
  font-size: 1rem;
}

.r-sl {
  color: #f14460;
  font-size: 1rem;
}

.bk {
  color: #000;
}

#sns {
  margin: 60px auto 30px;
}
#sns .contents-ttl {
  margin: 0;
}

.official-btn {
  margin: 0 auto;
  padding: 5px;
}
.official-btn a {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.4rem;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  color: #fff;
  border-radius: 50%;
  background: #84692d;
  display: block;
  margin: 15px auto 0;
  text-align: center;
  line-height: 60px;
  border: 1px solid #84692d;
}
.official-btn a:hover {
  color: #84692d;
  background: #000;
}

/* --------------------

#intro

-------------------- */
#intro .ttl {
  width: 180px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 960px) {
  #intro .ttl {
    width: 260px;
  }
}

.intro-inner {
  width: 98%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.1098039216);
  padding: 30px 0;
  border-radius: 10px;
}
@media screen and (min-width: 960px) {
  .intro-inner {
    padding: 30px;
    width: 920px;
    margin: 0 auto;
  }
}

.intro-txt {
  max-width: 850px;
  margin: 10px auto 0;
  width: 90%;
  text-align: justify;
}
.lead {
  color: #84692d;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .lead {
    font-size: 1.6rem;
  }
}

/* --------------------

#story

-------------------- */
#story .ttl {
  width: 180px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 960px) {
  #story .ttl {
    width: 260px;
  }
}

.story-inner {
  width: 98%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.1098039216);
  padding: 30px 0;
  border-radius: 10px;
}
@media screen and (min-width: 960px) {
  .story-inner {
    padding: 60px 30px;
    width: 920px;
    margin: 0 auto;
  }
}

.story-txt {
  max-width: 850px;
  margin: 10px auto 0;
  width: 90%;
  text-align: justify;
}
/* --------------------

#cast

-------------------- */
#cast .ttl {
  width: 180px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 960px) {
  #cast .ttl {
    width: 260px;
  }
}

.cast-txt {
  color: #fff;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cast-txt .deco {
  width: 20px;
  display: inline-block;
  margin: 0 20px;
}
.cast-txt .role-name {
  color: #84692d;
}

.cast-inner {
  width: 90%;
  margin: 30px auto;
}
@media screen and (min-width: 960px) {
  .cast-inner {
    width: 600px;
    margin: 30px 0;
    width: 90%;
    max-width: 950px;
    margin: 30px auto;
  }
}

.main-cast {
  width: 80%;
  max-width: 300px;
  margin: 60px auto 0;
}

.ensemble-txt {
  color: #fafafa;
  text-align: center;
  line-height: 2.3;
  font-size: 1rem;
  margin: 50px 0;
}
@media screen and (min-width: 960px) {
  .ensemble-txt {
    font-size: 1.15rem;
  }
}

.staff {
  width: 100%;
  margin: 0 auto;
  max-width: 380px;
}
@media screen and (min-width: 960px) {
  .staff {
    width: 380px;
  }
}

.cast-list {
  margin: 2em 0;
  text-align: center;
}
.cast-list img {
  width: 70%;
  max-width: 270px;
}

.cast-list ul {
  list-style: none;
  padding: 0;
}

.cast-table {
  width: auto;
  border-collapse: collapse;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .cast-table {
    width: 100%;
    margin: 0;
  }
}
.cast-table td {
  padding: 0.5em 0;
  font-size: 1.3em;
  color: #fff;
  line-height: 2;
  font-weight: bold;
  vertical-align: middle;
}
.cast-table td.role {
  color: #84692d;
  font-weight: bold;
  font-size: 0.9em;
  width: 160px;
  text-align: right;
  padding-right: 20px;
}
@media screen and (max-width: 960px) {
  .cast-table td.role {
    width: auto;
    min-width: auto;
    padding-right: 15px;
  }
}
.cast-table td.actor {
  text-align: left;
  padding-left: 0;
}
@media screen and (max-width: 960px) {
  .cast-table td.actor {
    padding-left: 10px;
  }
}
.cast-table .cast-spacer {
  height: 5px;
}
@media screen and (min-width: 960px) {
  .cast-table .cast-spacer {
    height: 15px;
  }
}
.cast-table tr:last-child td {
  text-align: center;
  font-size: 1.3em;
  color: #fff;
  font-weight: bold;
}

.sub-cast {
  margin-top: 1em;
  color: #fff;
}
.sub-cast li {
  font-size: 1.15em;
  font-weight: normal;
  line-height: 1.8;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .sub-cast li {
    font-size: 1.1em;
  }
}
.sub-cast li .role {
  font-size: 0.9em;
  flex-shrink: 0;
  width: 160px;
  text-align: right;
}

.sub-cast li span {
  font-size: 0.7em;
}

.staff-list {
  margin: 4em 0 2em;
}

.staff-list ul {
  list-style: none;
  padding: 0;
}

.staff-list li {
  margin: 0.5em 0;
  font-size: 1.1em;
  color: #fff;
  text-align: center;
  line-height: 2;
  font-weight: bold;
}
.staff-list li .role {
  color: #84692d;
  font-weight: bold;
  font-size: 0.9em;
  margin-right: 0.5em;
  padding: 0 10px 0 0;
}

/*-------------------------------

#comment

-------------------------------*/
#comment {
  padding: 40px 0;
  background: #000 url(../img/top/main_sp1.jpg) center center repeat;
  background-size: contain;
}
@media screen and (min-width: 960px) {
  #comment {
    background: #000 url(../img/top/main_pc1.jpg) center center no-repeat fixed;
    background-size: cover;
    padding: 100px 0;
  }
}

#comment::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#comment-ttl {
  position: relative;
  display: inline-block;
}
#comment-ttl::before {
  content: "";
  position: absolute;
  top: -24px;
  left: -40px;
  width: 60px;
  height: 60px;
  background-size: 100%;
}
@media screen and (min-width: 960px) {
  #comment-ttl::before {
    top: -40px;
    left: -60px;
    width: 90px;
    height: 90px;
  }
}

.comment-inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
@media screen and (min-width: 960px) {
  .comment-inner {
    margin: 0 auto;
    padding: 0;
  }
}

.comment-list {
  border-bottom: 1px solid #2a2e2e;
  padding: 30px 0;
}
.comment-list:first-child {
  padding-top: 30px;
}
.comment-list:last-child {
  border-bottom: none;
}
@media screen and (min-width: 960px) {
  .comment-list {
    padding: 80px 0;
  }
  .comment-list:not(:first-child) {
    display: flex;
    align-items: flex-start;
    gap: 40px;
  }
}

.comment-image {
  text-align: center;
  margin-bottom: 20px;
}
.comment-image img {
  width: 180px;
  height: 180px;
  box-shadow: 3px 3px #84692d;
}
@media screen and (min-width: 960px) {
  .comment-image {
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .comment-image img {
    width: 200px;
    height: 200px;
  }
}

.comment-role {
  font-size: 0.8em;
  color: #c49a35;
}

.slash {
  font-size: 0.8em;
}

.comment-btn {
  text-align: center;
  margin: 40px auto;
}
@media screen and (min-width: 960px) {
  .comment-btn:hover {
    cursor: pointer;
  }
  .comment-btn:hover .comment-name {
    color: #fba879 !important;
  }
}

.comment-box {
  display: none;
  margin: 40px 0 60px;
}
@media screen and (min-width: 960px) {
  .comment-box {
    max-width: 960px;
    margin: 80px auto;
  }
}

.modal-role {
  color: #1eb9ee;
  font-size: 0.7em;
  display: inline-block;
  padding: 0 0 0 15px;
}

.modal-role-staff {
  padding: 0 15px 0 0;
  color: #1eb9ee;
  font-size: 0.7em;
  display: inline-block;
}

.modaal-content-container {
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modaal-fullscreen .modaal-close {
  background: #1eb9ee;
}

.modaal-close:focus, .modaal-close:hover {
  background: #69d9ff;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #fff;
}

.comment-box-inner {
  padding: 30px 0;
}
@media screen and (min-width: 960px) {
  .comment-box-inner {
    max-width: 960px;
    padding: 60px 30px;
  }
}

.comprof {
  color: #fff;
  font-size: x-small;
  transition: all 0.4s ease;
  background: #1eb9ee;
  width: 150px;
  margin: 0 auto;
  padding: 7px;
  border-radius: 50px;
}
.comment-txt {
  padding: 0 10px;
}
@media screen and (min-width: 960px) {
  .comment-txt {
    padding: 0 30px;
  }
}

.comment-name {
  color: #ebf0f2;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-weight: bold;
  font-size: 1.6em;
  text-align: center;
  margin: 30px auto;
  text-shadow: 0 0 3px #000;
}
@media screen and (min-width: 960px) {
  .comment-name {
    font-size: 1.5em;
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.comment-name .role {
  color: #84692d;
  font-size: 0.9em;
  display: inline-block;
  padding: 0 10px 0 0;
}

.prof-box {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  .prof-box {
    margin: 20px auto;
    padding: 0 30px;
  }
}
.prof-box .txt-container {
  font-size: 0.9em;
}

.prof-ttl {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #84692d;
  font-size: 1.1em;
  margin-bottom: 10px;
  display: none;
}

.kerning {
  letter-spacing: -0.2em;
  padding: 0 8px 0 3px;
}
@media screen and (min-width: 960px) {
  .kerning {
    padding: 0 4px;
  }
}

/* --------------------

#schedule

-------------------- */
#schedule {
  padding: 40px 0;
  background: #000 url(../img/top/main_sp1.jpg) center center repeat;
  background-size: contain;
  position: relative;
}
@media screen and (min-width: 960px) {
  #schedule {
    background: #000 url(../img/top/main_pc1.jpg) top center repeat;
    background-size: contain;
    padding: 100px 0;
  }
}
#schedule .ttl {
  width: 180px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 960px) {
  #schedule .ttl {
    width: 260px;
  }
}

.schedule-inner {
  padding: 30px 0 0 0;
}
@media screen and (min-width: 960px) {
  .schedule-inner {
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }
}

@media screen and (min-width: 960px) {
  .schedule-list {
    display: block;
  }
}

.venue {
  color: #84692d;
  width: 95%;
  max-width: 980px;
  margin: 0 auto 30px;
  text-align: center;
  background: #000;
  padding: 50px 30px;
  border: 1px solid #2a2e2e;
  box-shadow: 3px 3px #84692d;
}
.venue h3 {
  font-size: 1.5em;
  margin-bottom: 30px;
  line-height: 1.5;
}
.venue h3 span {
  font-size: 1.5rem;
}
.venue .address {
  color: #fff;
  font-size: 0.9em;
  margin-bottom: 10px;
  line-height: 1.4;
}
.venue .date {
  color: #fff;
  font-size: 1.1em;
  margin-bottom: 20px;
  font-weight: bold;
}
.venue .schedule-table {
  margin: 25px 0;
  padding: 25px;
  background: #f8cc6d;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.venue .schedule-table .schedule-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
@media screen and (max-width: 959px) {
  .venue .schedule-table.tokyo-schedule {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thick;
    scrollbar-color: #ff6b35 rgba(0, 0, 0, 0.1);
  }
  .venue .schedule-table.tokyo-schedule::-webkit-scrollbar {
    height: 12px;
  }
  .venue .schedule-table.tokyo-schedule::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    border: 1px solid #ddd;
  }
  .venue .schedule-table.tokyo-schedule::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    border-radius: 6px;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }
  .venue .schedule-table.tokyo-schedule::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #e55a2b 0%, #e68a1a 100%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  }
  .venue .schedule-table.tokyo-schedule .schedule-image {
    min-width: 600px;
  }
}
@media screen and (min-width: 960px) {
  .venue .schedule-table.s-osaka {
    width: 75%;
    max-width: 75%;
    margin: 0 auto;
  }
}
.venue .schedule-table.s-osaka .schedule-image {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 960px) {
  .venue .schedule-table.s-osaka .schedule-image {
    width: 70%;
    max-width: 70%;
  }
}
@media screen and (max-width: 959px) {
  .venue .schedule-table.s-osaka .schedule-image {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .venue .schedule-table.s-aichi {
    width: 65%;
    max-width: 65%;
    margin: 0 auto;
  }
}
.venue .schedule-table.s-aichi .schedule-image {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 960px) {
  .venue .schedule-table.s-aichi .schedule-image {
    width: 23%;
    max-width: 23%;
  }
}
@media screen and (max-width: 959px) {
  .venue .schedule-table.s-aichi .schedule-image {
    width: 35%;
    max-width: 70%;
  }
}
@media screen and (min-width: 960px) {
  .venue .schedule-table {
    margin: 30px 0;
    padding: 30px;
  }
}
@media screen and (max-width: 959px) {
  .venue .schedule-table {
    margin: 20px -15px;
    padding: 20px 15px;
  }
}
.venue .scroll-notice {
  display: none;
  font-size: 0.8em;
  color: #b18d3e;
  text-align: center;
  margin: 12px 0 0 0;
  font-weight: 400;
  opacity: 0.9;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .venue .scroll-notice {
    display: block;
  }
}
.venue .schedule-details {
  text-align: center;
  margin-top: 20px;
}
.venue .schedule-details .organizer, .venue .schedule-details .co-organizer {
  color: #fff;
  font-size: 1.1em;
  margin-bottom: 8px;
}
.venue .schedule-details .ticket-info {
  color: #84692d;
  font-size: 1.2em;
  font-weight: bold;
  margin: 40px 0 8px 0;
}
.venue .schedule-details .ticket-price {
  color: #fff;
  font-size: 1.2em;
  line-height: 1.8;
  margin-bottom: 15px;
}
.venue .schedule-details .ticket-price .seat-s {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 50px;
  margin: 0 15px 0 0;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.venue .schedule-details .ticket-price .seat-a {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 50px;
  margin: 0 15px 0 0;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.venue .schedule-details .ticket-price .ss {
  background: #c03131;
  display: inline-block;
  padding: 2px 20px;
  border-radius: 50px;
  margin: 0 15px 0 0;
  color: #fff;
  font-size: 1rem;
}
.venue .schedule-details .ticket-price .sa {
  background: #c08c31;
  display: inline-block;
  padding: 2px 20px;
  border-radius: 50px;
  margin: 0 15px 0 0;
  color: #fff;
  font-size: 1rem;
}
@media screen and (min-width: 960px) {
  .venue .schedule-details .ticket-price .seat-s, .venue .schedule-details .ticket-price .seat-a {
    display: inline-block;
    margin-bottom: 0;
  }
}
.venue .schedule-details .note {
  color: #fff;
  font-size: 1em;
  margin-bottom: 8px;
}
@media screen and (min-width: 960px) {
  .venue h3 {
    font-size: 1.7em;
  }
  .venue .schedule-details .organizer, .venue .schedule-details .co-organizer {
    font-size: 1em;
  }
  .venue .schedule-details .ticket-info {
    font-size: 1.1em;
  }
  .venue .schedule-details .ticket-price {
    font-size: 1.1em;
  }
  .venue .schedule-details .note {
    font-size: 0.9em;
  }
}

.schedule-info {
  color: #fff;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.8;
  margin-top: 30px;
}
.schedule-info .general-sale {
  font-size: 1em;
  font-weight: bold;
  color: #84692d;
  width: 95%;
  margin: 30px auto;
  text-align: center;
  background: #000;
  padding: 30px;
  border: 1px solid #2a2e2e;
  box-shadow: 3px 3px #84692d;
}
.schedule-info .general-sale .sale-bg {
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.2em;
}
@media screen and (min-width: 960px) {
  .schedule-info .general-sale {
    width: 90%;
    max-width: 980px;
  }
}

.schedule-notice {
  color: #fff;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.6;
  margin-top: 20px;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  .schedule-notice {
    font-size: 1em;
    margin-top: 25px;
  }
}

/* --------------------

#footer

-------------------- */
#footer {
  padding: 7% 3%;
}
@media screen and (min-width: 960px) {
  #footer {
    padding: 3% 0;
  }
}

.billing {
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
  margin: 0 auto;
  padding: 30px 0;
}

.userdata {
  color: #000;
  display: block;
  padding: 30px 0;
}

/*-------------------------------

group-inquiry-wrap

-------------------------------*/
.group-inquiry-wrap {
  padding: 40px 20px;
  text-align: center;
}
.group-inquiry-wrap .contents-ttl {
  font-size: 1.3em;
  line-height: 1.8;
}

.group-inquiry-wrap .contents-ttl {
  margin-bottom: 30px;
}

.inquiry-content {
  max-width: 800px;
  margin: 0 auto;
}

.inquiry-item {
  margin-bottom: 30px;
}

.inquiry-item h3 {
  color: #fff;
  margin-bottom: 10px;
}

.inquiry-item p {
  color: #fff;
}

.inquiry-btn {
  display: inline-block;
  background: #84692d;
  color: #fff;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 50px;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 0.9em;
  transition: background-color 0.3s ease;
}
.inquiry-btn:hover {
  background: #a0854a;
}
.venue .inquiry-btn {
  margin-bottom: 20px;
}

.aichi-detail-btn {
  display: inline-block;
  background: #f8cc6d;
  color: #000;
  text-decoration: none;
  padding: 8px 30px;
  border-radius: 50px;
  margin-bottom: 30px;
  font-size: 1em;
  transition: background-color 0.3s ease;
}
.aichi-detail-btn:hover {
  background: #fff;
}
.aichi-detail-btn .fa-external-link-alt {
  font-size: 0.8em;
  margin-left: 5px;
}

.svg-inline--fa.fa-up-right-from-square {
  font-size: small;
}

/*-------------------------------

#news

-------------------------------*/
#news {
  padding: 60px 0;
}
#news .ttl {
  color: #fff;
  background: none;
  width: 180px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 960px) {
  #news .ttl {
    width: 250px;
  }
}

.contents-inner {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .contents-inner {
    padding: 50px 10px;
  }
}

/*-------------------------------

#news

-------------------------------*/
.news-wrap {
  padding: 20px 5%;
  border-top: 1px solid #2a2e2e;
  border-bottom: 1px solid #2a2e2e;
  margin: 50px 5%;
}
@media screen and (min-width: 960px) {
  .news-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 70%;
    min-width: 860px;
    margin: 60px auto;
    padding: 20px 30px;
  }
}

@media screen and (min-width: 960px) {
  .news-feed {
    flex: 1;
  }
}

#news-ttl {
  font-size: 1.4em;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  #news-ttl {
    width: 100px;
    margin-right: 20px;
  }
}

@media screen and (min-width: 960px) {
  .news-txt-wrap {
    display: flex;
  }
}

.news-item {
  display: block;
  padding: 10px 0;
  color: #ebf0f2;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .news-item {
    flex: 1;
    padding: 0 0 0 20px;
    border: none;
    border-left: 1px solid #ebf0f2;
    transition: all 0.4s ease;
  }
}

.news-date {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .news-date {
    width: 100px;
  }
}

@media screen and (min-width: 960px) {
  .news-txt {
    flex: 1;
  }
}

.news-btn {
  display: block;
  width: 100px;
  border-radius: 100px;
  margin: 10px auto 0;
  padding: 10px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: x-small;
  border: 1px solid #fff;
}
@media screen and (min-width: 960px) {
  .news-btn {
    margin: 0 0 0 20px;
    transition: all 0.4s ease;
  }
}

/* PC */
@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lead-inner {
    height: 338px;
  }
  .p-ttl {
    width: 50%;
  }
  .play-btn {
    top: 45%;
  }
  table {
    max-width: 430px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1350px) {
  .roadshow {
    width: 8vw;
  }
  .lead1 {
    width: 78%;
  }
}
/* 公演表スタイル */
.table_001 {
  width: auto;
  min-width: 800px;
  margin: 0px auto 20px auto;
  padding: 0px;
  border-collapse: collapse;
  border: 1px solid #fff;
  font-size: 16px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: rgba(0, 0, 0, 0.3);
  table-layout: fixed;
}

.table_001 th {
  padding: 12px 8px;
  border: 1px solid #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.table_001 td {
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  vertical-align: middle;
  padding: 8px 4px;
  min-width: 40px;
  white-space: nowrap;
}

.table_001sp {
  width: 100%;
  margin: 0px auto 20px auto;
  padding: 0px;
  border-collapse: collapse;
  border: 1px solid #fff;
  font-size: 14px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: rgba(0, 0, 0, 0.3);
  table-layout: fixed;
}

.table_001sp th {
  padding: 10px 6px;
  border: 1px solid #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.table_001sp td {
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  vertical-align: middle;
  padding: 6px 4px;
  min-width: 30px;
  white-space: nowrap;
}

/* クラス定義 */
.x1 {
  width: 1%;
}

.x2 {
  width: 2%;
}

.x4 {
  width: 4%;
}

.x6 {
  width: 6%;
}

.x8 {
  width: 8%;
}

.x10 {
  width: 10%;
}

.x12 {
  width: 12%;
}

.x15 {
  width: 15%;
}

.x20 {
  width: 20%;
}

.x25 {
  width: 25%;
}

.x30 {
  width: 30%;
}

.x35 {
  width: 35%;
}

.x40 {
  width: 40%;
}

.x45 {
  width: 45%;
}

.x50 {
  width: 50%;
}

.x55 {
  width: 55%;
}

.x60 {
  width: 60%;
}

.x65 {
  width: 65%;
}

.x70 {
  width: 70%;
}

.x75 {
  width: 75%;
}

.x80 {
  width: 80%;
}

.x85 {
  width: 85%;
}

.x90 {
  width: 90%;
}

.x95 {
  width: 95%;
}

.x100 {
  width: 100%;
}

.rh1 {
  height: 1px;
}

.rh2 {
  height: 2px;
}

.rh3 {
  height: 3px;
}

.rh4 {
  height: 4px;
}

.rh5 {
  height: 5px;
}

.rh6 {
  height: 6px;
}

.rh7 {
  height: 7px;
}

.rh8 {
  height: 8px;
}

.rh9 {
  height: 9px;
}

.rh10 {
  height: 10px;
}

.rh15 {
  height: 15px;
}

.rh20 {
  height: 20px;
}

.rh25 {
  height: 25px;
}

.rh30 {
  height: 30px;
}

.rh35 {
  height: 35px;
}

.rh40 {
  height: 40px;
}

.rh45 {
  height: 45px;
}

.rh50 {
  height: 50px;
}

.rh55 {
  height: 55px;
}

.rh60 {
  height: 60px;
}

.rh65 {
  height: 65px;
}

.rh70 {
  height: 70px;
}

.rh75 {
  height: 75px;
}

.rh80 {
  height: 80px;
}

.rh85 {
  height: 85px;
}

.rh90 {
  height: 90px;
}

.rh95 {
  height: 95px;
}

.rh100 {
  height: 100px;
}

.fs1 {
  font-size: 8px;
}

.fs2 {
  font-size: 10px;
}

.fs3 {
  font-size: 12px;
}

.fs4 {
  font-size: 14px;
}

.fs5 {
  font-size: 16px;
}

.fs6 {
  font-size: 18px;
}

.fs7 {
  font-size: 20px;
}

.fs8 {
  font-size: 22px;
}

.fs9 {
  font-size: 24px;
}

.fs10 {
  font-size: 26px;
}

.fs11 {
  font-size: 28px;
}

.fs12 {
  font-size: 30px;
}

.fs13 {
  font-size: 32px;
}

.fs14 {
  font-size: 34px;
}

.fs15 {
  font-size: 36px;
}

.fs16 {
  font-size: 38px;
}

.fs17 {
  font-size: 40px;
}

.fs18 {
  font-size: 42px;
}

.fs19 {
  font-size: 44px;
}

.fs20 {
  font-size: 46px;
}

.fs25 {
  font-size: 48px;
}

.fs30 {
  font-size: 50px;
}

.fs35 {
  font-size: 52px;
}

.fs40 {
  font-size: 54px;
}

.fs45 {
  font-size: 56px;
}

.fs50 {
  font-size: 58px;
}

.fs55 {
  font-size: 60px;
}

.fs60 {
  font-size: 62px;
}

.fs65 {
  font-size: 64px;
}

.fs70 {
  font-size: 66px;
}

.fs75 {
  font-size: 68px;
}

.fs80 {
  font-size: 70px;
}

.fs85 {
  font-size: 72px;
}

.fs90 {
  font-size: 74px;
}

.fs95 {
  font-size: 76px;
}

.fs100 {
  font-size: 78px;
}

.fs110 {
  font-size: 80px;
}

.fs120 {
  font-size: 82px;
}

.fs130 {
  font-size: 84px;
}

.fs140 {
  font-size: 86px;
}

.fs150 {
  font-size: 88px;
}

.blue {
  color: #87CEEB;
}

.pink {
  color: #FF6347;
}

.red {
  color: #FF0000;
}

.ex {
  background-color: transparent;
}

/* PC/SP表示制御 */
#schedule_table {
  display: block;
}

#schedule_table_sp {
  display: none;
}

@media screen and (max-width: 960px) {
  #schedule_table_sp {
    display: block;
  }
  #schedule_table {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */