@charset "UTF-8";
/* ----------------------------------------------------------------
   home
  ----------------------------------------------------------------- */
/* intro */
body.home .loader {
 align-items: center;
 display: flex;
 height: 100vh;
 justify-content: center;
 overflow: hidden;
 position: fixed;
 width: 100%;
 z-index: 100;
 -webkit-animation: fog-bkg-fade 19s linear 0s forwards;
 animation: fog-bkg-fade 19s linear 0s forwards;
}
body.home .skip {
 display: none;
}
.inner-video {
 position: relative;
 height: 56.25vw
}
.loader-skip {
 bottom: 1%;
 position: absolute;
 right: 1%;
 width: 125px;
 z-index: 9;
}
video {
 width: 100%; /* 動画をレスポンシブ化 */
}
@-webkit-keyframes fog-bkg-fade {
 0% {
  background-color: #000 visibility: visible;
 }
 90% {
  background-color: #000;
  opacity: 1;
  visibility: visible;
 }
 100% {
  background-color: none;
  opacity: 0;
  visibility: hidden;
 }
}
@keyframes fog-bkg-fade {
 0% {
  background-color: #000;
  visibility: visible;
 }
 90% {
  background-color: #000;
  opacity: 1;
 }
 100% {
  background-color: none;
  opacity: 0;
  visibility: hidden;
 }
}
/* スクロールダウン */
body.home .arrowWrap {
 position: absolute;
 right: 1%;
 bottom: 15px;
 height: 150px;
}
body.home .arrowInner p {
 color: #fff;
 font-family: minion-3-display, serif;
 font-size: 14px;
 font-style: normal;
 font-weight: 700;
 letter-spacing: 0.1em;
 text-align: end;
 -webkit-transform: rotate(90deg);
 transform: rotate(90deg);
}
body.home .arrow {
 background-color: #fff;
 display: block;
 width: 1px;
 height: 107px;
 margin: 26px auto 0;
 position: relative;
 overflow: hidden;
}
body.home .arrow::before {
 animation: arrow 2.5s ease-in-out infinite normal;
 -webkit-animation: arrow 2.5s ease-in-out infinite normal;
 display: block;
 content: '';
 width: 1px;
 height: 107px;
 margin: 26px auto 0;
 background: linear-gradient(to bottom, #714841 0%, #714841 100%);
 position: absolute;
 bottom: 0;
 left: 0;
}
@keyframes arrow {
 0% {
  transform: translateY(-100%);
 }
 100% {
  transform: translateY(100%);
 }
}
@-webkit-keyframes arrow {
 0% {
  transform: translateY(-100%);
 }
 100% {
  transform: translateY(100%);
 }
}
/* ----------------------------------------------------------------
header
  ----------------------------------------------------------------- */
.header {
 background-color: #c3525b;
 display: flex;
 height: 60px;
 position: fixed;
 right: 0;
 top: 0;
 width: calc(100% - 72.6vh);
 z-index: 999;
}
.header .header-logo {
 left: 37px;
 opacity: 0;
 position: fixed;
 top: 5px;
 width: 122px;
 z-index: 999;
}
.is-animation .header-logo {
 opacity: 1;
 transition: 0.5s;
}
@media only screen and (max-width: 1366px) {
 .header {
  width: 50%;
 }
 #navigation {
  width: 50%;
 }
}
@media only screen and (max-width: 768px) {
 .header {
  background-color: #c3525b;
  height: 50px;
  width: 100%;
 }
 .header-inr {
  background-color: #fff;
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
 }
 .header .header-logo {
  left: 12px;
  line-height: 0.8;
  position: fixed;
  top: 9px;
  width: 83px;
  z-index: 999;
 }
 .header .header-logo img {
  width: 100%;
 }
}
/* ----------------------------------------------------------------
    pc-ナビ
  ----------------------------------------------------------------- */
@media only screen and (min-width: 768px) {
 .is-animation {
  background-color: rgba(195, 82, 91, 0.9);
  height: 60px;
  transition: 0.5s;
  width: 100%;
 }
 #navigation {
  display: block;
 }
 #navigation {
  height: 60px;
  position: fixed;
  right: 0px;
  top: 0px;
  width: calc(100% - 72.6vh);
  z-index: 998;
 }
 .is-animation #navigation {
  height: 60px;
  width: 100%;
  transition: 0.5s;
 }
 #navigation .navigation-menu {
  align-items: center;
  display: flex;
  font-family: "kinuta-mincho-stdn", sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 60px;
  justify-content: space-between;
  line-height: 1.0em;
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
  width: calc(100% - 40px);
 }
 #navigation .navigation-menu {
  align-items: center;
  display: flex;
  font-family: "kinuta-mincho-stdn", sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 60px;
  justify-content: space-between;
  line-height: 1.0em;
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
  width: calc(100% - 40px);
 }
}
@media only screen and (max-width: 1366px) {
 #navigation {
  width: 50%;
 }
}
@media only screen and (max-width: 1280px) {
 #navigation .navigation-menu {
  font-size: 14px;
 }
}
.is-animation #navigation .navigation-menu {
 max-width: 900px;
}
#navigation .navigation-item {
 color: #714841;
 white-space: nowrap;
}
#navigation .navigation-item a {
 color: #fff;
}
#navigation .navigation-item a:hover {
 color: var(--color-accent);
 transition: 0.5s
}
#navigation .btn-sns {
 font-size: 18px;
}
.is-animation #navigation .btn-sns {
 font-size: 20px;
 transition: 0.5s;
}
/* ----------------------------------------------------------------
    SP-ナビ
  ----------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
 /*----------ハンバーガーアイコン----------*/
 .hamburger {
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 20px;
  position: absolute;
  right: 23px;
  top: 15px;
  transition: all .4s;
  width: 24px;
  z-index: 999;
 }
 .hamburger span {
  background-color: #fff;
  box-sizing: border-box;
  display: inline-block;
  height: 1px;
  right: 0;
  margin: 0 auto;
  position: absolute;
  transition: all .4s;
  width: 24px;
 }
 .hamburger span:nth-of-type(1) {
  top: 0px;
  width: 24px;
 }
 .hamburger span:nth-of-type(2) {
  top: 10px;
  width: 24px;
 }
 .hamburger span:nth-of-type(3) {
  top: 20px;
  width: 24px;
 }
 .hamburger.active span:nth-of-type(1) {
  top: 8px;
  width: 24px;
 }
 .hamburger.active span:nth-of-type(2) {
  top: 10px;
  width: 24px;
 }
 .hamburger.active span:nth-of-type(3) {
  top: 20px;
  width: 24px;
 }
 .hamburger span:nth-of-type(1) {
  -webkit-animation: menu-ber01 .5s forwards;
  animation: menu-ber01 .5s forwards;
 }
 .hamburger span:nth-of-type(2) {
  opacity: 1;
  transition: all .25s .25s;
 }
 .hamburger span:nth-of-type(3) {
  -webkit-animation: menu-ber02 .5s forwards;
  animation: menu-ber02 .5s forwards;
 }
 .active span:nth-of-type(1) {
  -webkit-animation: active-menu-ber01 .5s forwards;
  animation: active-menu-ber01 .5s forwards;
  background-color: #fff;
  width: 20px;
 }
 .active span:nth-of-type(2) {
  opacity: 0;
 }
 .active span:nth-of-type(3) {
  -webkit-animation: active-menu-ber03 .5s forwards;
  animation: active-menu-ber03 .5s forwards;
  background-color: #fff;
  width: 20px;
 }
 @-webkit-keyframes menu-ber01 {
  0% {
   -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
   -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
   -webkit-transform: translateY(0) rotate(0);
  }
 }
 @keyframes menu-ber01 {
  0% {
   transform: translateY(8px) rotate(45deg);
  }
  50% {
   transform: translateY(8px) rotate(0);
  }
  100% {
   transform: translateY(0) rotate(0);
  }
 }
 @-webkit-keyframes menu-ber02 {
  0% {
   -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
   -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
   -webkit-transform: translateY(0) rotate(0);
  }
 }
 @keyframes menu-ber02 {
  0% {
   transform: translateY(-8px) rotate(-45deg);
  }
  50% {
   transform: translateY(-8px) rotate(0);
  }
  100% {
   transform: translateY(0) rotate(0);
  }
 }
 @-webkit-keyframes active-menu-ber01 {
  0% {
   -webkit-transform: translateY(0) rotate(0);
  }
  50% {
   -webkit-transform: translateY(10px) rotate(0);
  }
  100% {
   -webkit-transform: translateY(10px) rotate(45deg);
  }
 }
 @keyframes active-menu-ber01 {
  0% {
   transform: translateY(0) rotate(0);
  }
  50% {
   transform: translateY(4px) rotate(0);
  }
  100% {
   transform: translateY(4px) rotate(45deg);
  }
 }
 @-webkit-keyframes active-menu-ber03 {
  0% {
   -webkit-transform: translateY(0) rotate(0);
  }
  50% {
   -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
   -webkit-transform: translateY(-8px) rotate(-45deg);
  }
 }
 @keyframes active-menu-ber03 {
  0% {
   transform: translateY(0) rotate(0);
  }
  50% {
   transform: translateY(-8px) rotate(0);
  }
  100% {
   transform: translateY(-8px) rotate(-45deg);
  }
 }
 #navigation-sp {
  background-color: rgba(255, 255, 255, 0.0);
  display: none;
  height: calc(100% - 0px);
  margin-right: 0px;
  right: 0px;
  position: fixed;
  top: 0px;
  width: calc(100% - 0px);
  z-index: 998;
 }
 #navigation-sp .navi-inr {
  align-items: center;
  background-color: #c3525b;
  display: flex;
  height: calc(100% - 0px);
  justify-content: center;
  width: 100%;
 }
 #navigation-sp .navigation-menu {
  display: block;
  font-family: "kinuta-mincho-stdn", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.0em;
  margin-right: 0px;
  max-width: 1280px;
  position: relative;
  text-align: left;
  width: calc(100% - 90px);
 }
 #navigation-sp .navigation-item {
  color: #fff;
  margin-left: 0px;
  padding: 15px 0;
  white-space: nowrap;
  width: 100%;
 }
 #navigation-sp .navigation-item a {
  color: #fff;
 }
}
/* ----------------------------------------------------------------
    keyimg
  ----------------------------------------------------------------- */
body.home .keyimg {
 align-items: center;
 display: flex;
 height: 100vh;
 justify-content: space-between;
 margin: 0 auto;
 position: relative;
 min-height: 914px;
 width: 100%;
}
body.home .kv-item {
 background-image: url("../img/home/bkg_main2.jpg");
 background-position: bottom center;
 background-repeat: no-repeat;
 background-size: cover;
 height: 100%;
 margin: 0 auto;
 position: relative;
 width: 72.6vh;
}
body.home .op-item {
 align-items: center;
 display: flex;
 height: 100%;
 justify-content: center;
 margin: 0 0 0 auto;
 min-height: 574px;
 padding: 60px 0;
 width: 50%;
 width: calc(100% - 72.6vh);
}
@media only screen and (max-width: 1366px) {
 body.home .kv-item {
  width: 50%;
 }
 body.home .op-item {
  width: 50%;
 }
}
body.home .main-info {
 width: 90%;
}
body.home .title {
 filter: drop-shadow(0px 0px 20px #da949f);
 margin: 0 auto;
 max-width: 728px;
 min-width: 534px;
 padding-top: 60px;
 width: 90%;
}
/*@media only screen and (max-height: 995px) {
 body.home .op-item {
  width: calc((100% - 523px) - 0px);
 }
 body.home .title {
  max-width: 426px;
  width: 100%;
 }
}*/
body.home .schedule {
 align-items: center;
 display: flex;
 justify-content: center;
 margin-top: 5%;
 min-width: 534px;
}
body.home .schedule-inr {
 color: #714841;
 display: inline-block;
 font-family: "kinuta-mincho-stdn", sans-serif;
 font-style: normal;
 font-weight: 700;
 line-height: 1.5;
 text-shadow: 0px 0px 1px #714841;
}
body.home .schedule .date {
 font-size: 2.25vw;
}
body.home .schedule .place {
 font-size: 1.33vw;
 font-style: normal;
 font-weight: 700;
 padding: 0 0 1% 0;
 vertical-align: middle;
}
body.home .schedule .place-sub {
 font-size: 0.8vw;
}
body.home .schedule .week {
 font-size: 0.8vw;
}
body.home .cast {
 color: #714841;
 font-family: "kinuta-mincho-stdn", sans-serif;
 font-weight: 700;
 font-size: 1.66vw;
 line-height: 1.3;
 margin-top: 10%;
 min-width: 534px;
 text-align: center;
 text-shadow: 0px 0px 1px #714841;
}
body.home .cast a {
 color: #714841;
}
body.home .cast a:hover {
 opacity: 0.7;
}
body.home .cast .cast-cate {
 font-size: 1.0vw;
 font-weight: 700;
 margin-top: 5%;
}
body.home .cast .mr-5 {
 margin-right: 5px;
}
body.home .cast .mr-10 {
 margin-right: 10px;
}
body.home .cast .mr-15 {
 margin-right: 15px;
}
body.home .cast li {
 display: inline;
 white-space: nowrap;
}
body.home .staff {
 margin: 0 auto;
 max-width: 700px;
}
body.home .staff .name {
 font-size: 1.33vw;
}
body.home .staff .part {
 font-size: 0.8vw;
}
body.home .actor .part {
 font-size: 1.0vw;
 font-weight: 800;
}
body.home .actor {
 font-size: 1.66vw;
 margin-top: 10px;
}
body.home .actor02 {
 font-size: 1.66vw;
 margin-top: 5px;
}
body.home .actor03 {
 font-size: 1.33vw;
 margin-top: 5px;
}
body.home .actor04 {
 font-size: 1.25vw;
 margin-top: 5px;
}
body.home .actor05 {
 font-size: 1.0vw;
 line-height: 1.75;
 margin-top: 5px;
}
body.home .actor05 .part {
 font-size: 0.8vw;
}
body.home .actor06 {
 font-size: 1.5vw;
 margin-top: 5px;
}
body.home .modaal-overlay {
 background: #f7f3ee !important;
 background: #fff !important;
 opacity: 0.95 !important;
}
body.home .modaal-close {
 color: #714841 !important;
}
body.home .modaal-close:after, .modaal-close:before {
 background: #714841 !important;
}
body.home .modaal-container {
 background: none;
 border: 1px solid #714841;
 border-width: 1.7rem;
 -o-border-image: url(../img/home/deco_line.png) 3.515625% 1.9765739385%/1.7rem repeat;
 border-image: url(../img/home/deco_line.png) 3.515625% 1.9765739385% / 1.7rem repeat;
 box-shadow: none;
}
body.home .modaal-content-container {
 padding: 5%;
 text-align: center;
}
body.home .profile-tit {
 color: #714841;
 font-family: "kinuta-mincho-stdn", sans-serif;
 font-size: 24px;
 font-weight: 900;
 line-height: 1.5;
 text-align: left;
}
body.home .profile-txt {
 border-top: 1px dotted #444;
 color: #714841;
 font-size: 18px;
 line-height: 2em;
 margin-top: 2.5%;
 padding-top: 2.5%;
 text-align: left;
}
body.home .btn-area {
 align-items: center;
 display: flex;
 justify-content: space-between;
 margin: 0 auto;
 min-width: 528px;
 width: 90%;
}
body.home .btn {
 font-family: YakuHanMP, 'Noto Serif JP', serif;
 font-size: 16px;
 margin: 5% auto;
 text-align: center;
}
body.home .btn-movie {
 margin-right: 15px;
}
body.home .btn i {
 font-size: 32px;
 margin-left: 15px;
}
body.home .btn span {
 align-items: center;
 display: flex;
 justify-content: center;
}
body.home .btn a {
 border: 1px solid #714841;
 color: #714841;
 display: inline-block;
 padding: 15px 0;
 width: 236px;
}
body.home .btn a:hover {
 background-color: #714841;
 color: #e8bfc5;
 transition: 0.5s;
}
@media only screen and (max-width: 768px) {
 body.home .keyimg {
  background-image: none;
  background-position: top right 0px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: auto;
  margin: 0 auto;
  min-height: auto;
  position: relative;
  width: 100%;
 }
 body.home .kv-item {
  display: none;
 }
 body.home .op-item {
  background: none;
  display: block;
  height: auto;
  margin-top: 50px;
  min-height: auto;
  padding: 0;
  position: relative;
  text-align: center;
  top: 0;
  transform: none;
  width: 100%;
 }
 body.home .title {
  min-width: 90%;
 }
 body.home .schedule {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 5%;
  min-width: 90%;
 }
 body.home .cast {
  min-width: 90%;
 }
 body.home .main-info {
  margin: 0 auto;
  position: static;
  padding: 5% 0 5%;
 }
 body.home .schedule .date {
  font-size: 7.875vw;
  margin: 4% auto;
 }
 body.home .schedule .place {
  font-size: 3.6vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  padding: 0 0 2.5% 0;
 }
 body.home .schedule .place-tokyo {
  line-height: 1.25;
 }
 body.home .schedule .place-sub {
  font-size: 3vw;
 }
 body.home .schedule .week {
  font-size: 3vw;
 }
 body.home .cast {
  color: #714841;
  font-family: "kinuta-mincho-stdn", sans-serif;
  font-weight: 700;
  font-size: 4.98vw;
  line-height: 1.3;
  margin-top: 0%;
  text-align: center;
  text-shadow: 0px 0px 1px #714841;
 }
 body.home .cast .cast-cate {
  font-size: 2.4vw;
  font-weight: 700;
  margin-top: 2.5%;
 }
 body.home .cast .mr-15 {
  margin-right: 15px;
 }
 body.home .cast .mr-5 {
  margin-right: 5px;
 }
 body.home .cast li {
  display: inline;
  white-space: nowrap;
 }
 body.home .staff .name {
  font-size: 3.6vw;
 }
 body.home .staff .part {
  font-size: 2.4vw;
 }
 body.home .actor .part {
  font-size: 2.4vw;
  font-weight: 700;
 }
 body.home .actor {
  font-size: 3.6vw;
  margin-top: 5px;
 }
 body.home .actor02 {
  font-size: 3.6vw;
  margin-top: 5px;
 }
 body.home .actor03 {
  font-size: 5vw;
 }
 body.home .actor04 {
  font-size: 3.75vw;
 }
 body.home .actor05 {
  font-size: 3.0vw;
 }
 body.home .actor05 .part {
  font-size: 1.6vw;
 }
 body.home .actor06 {
  font-size: 4.5vw;
 }
 body.home .modaal-content-container {
  padding: 5%;
 }
 body.home .modaal-inner-wrapper {
  border-radius: 5%;
  padding: 5%;
 }
 body.home .modaal-content-container {
  padding: 0%;
  text-align: center;
 }
 body.home .profile-tit {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  text-align: left;
 }
 body.home .profile-txt {
  font-size: 14px;
  line-height: 1.7em;
  margin-top: 5%;
  padding-top: 5%;
  text-align: left;
 }
 body.home .btn-area {
  display: block;
  min-width: 90%;
 }
 body.home .btn-movie {
  margin-right: 0px;
 }
}
/* ----------------------------------------------------------------
    sec-news
  ----------------------------------------------------------------- */
body.home .sec-news {
 background-color: #f7f3ee;
}
body.home .sec-news .sec-wrap {
 padding: 5% 0 0%;
}
body.home .sec-news .sec-tit-news {
 color: #E1A9B1;
 display: inline-block;
 font-size: 36px;
 line-height: 1.3;
 position: relative;
}
body.home .sec-news .sec-tit-sub {
 color: #E1A9B1;
 font-family: "kinuta-mincho-stdn", sans-serif;
 font-weight: 700;
 font-size: 12px;
 line-height: 1.3;
 margin: 0 0 22.5px;
 text-align: center;
}
body.home .sec-news .note-container {
 background-color: #fff;
 border: 1px solid #E1A9B1;
 padding: 45px;
}
body.home .sec-news ul {
 align-items: flex-start;
 display: flex;
 justify-content: flex-start;
 width: 100%;
}
body.home .sec-news li {
 margin-right: 22.5px;
 width: calc(33.3% - 22.5px);
}
body.home .sec-news img {
 margin-bottom: 15px;
}
body.home .sec-news time {
 font-size: 14px;
}
body.home .sec-news h4 {
 font-size: 16px;
 margin: 5px 0 10px;
}
body.home .sec-news .news-link {}
body.home .sec-news a {
 color: #714841;
 display: inline;
 font-size: 16px;
 font-weight: bold;
 padding-top: 0px;
 text-decoration: underline;
 text-align: right;
}
body.home .sec-news a:hover {
 text-decoration: none;
}
@media only screen and (max-width: 768px) {
 body.home .sec-news .sec-wrap {
  width: 96%;
 }
 body.home .sec-news .note-container {
  padding: 0px 22.5px 10%;
 }
 body.home .sec-news ul {
  display: block;
 }
 body.home .sec-news li {
  margin-top: 10%;
  margin-right: 0;
  width: 100%;
 }
 body.home .sec-news img {
  margin-bottom: 5px;
 }
 body.home .sec-news h4 {
  font-size: 16px;
  margin: 5px 0 5px;
 }
}
/* ----------------------------------------------------------------
    sec-intro
  ----------------------------------------------------------------- */
body.home .movie {
 margin: 0 auto 10%;
 max-width: 800px;
 padding: 0px;
 width: 90%;
}
/*body.home .modaal-container {
 background: none;
 padding: 0px;
 max-width: 1100px;
}
body.home .modaal-content-container {
 padding: 0px;
}*/
body.home .sec-intro {
 background-color: #f7f3ee;
 padding: 5% 0;
}
body.home .sec-intro .sec-wrap {
 border-width: 1.7rem;
 -o-border-image: url(../img/home/deco_line.png) 3.515625% 1.9765739385%/1.7rem repeat;
 border-image: url(../img/home/deco_line.png) 3.515625% 1.9765739385% / 1.7rem repeat;
}
body.home .sec-intro .sec-tit-intro {
 display: inline-block;
 font-size: 46px;
 padding-left: 51px;
 position: relative;
}
body.home .sec-intro .sec-tit-intro::before {
 background-image: url("../img/home/deco_flower.png");
 background-repeat: no-repeat;
 background-size: cover;
 content: "";
 display: inline-block;
 height: 46px;
 left: 0px;
 position: absolute;
 top: 7px;
 width: 46px;
}
body.home .sec-intro .sec-tit-sub {
 font-family: "kinuta-mincho-stdn", sans-serif;
 font-weight: 700;
 font-size: 16px;
 line-height: 1.3;
 margin: 1%;
 text-align: center;
}
body.home .sec-intro .sec-heading-main {
 align-items: center;
 display: flex;
 font-weight: 700;
 justify-content: center;
 line-height: 1.75;
 /*margin: 5% auto 2.5%;*/
 margin: 0% auto 2.5%;
 /*padding-right: 57px;*/
 /*text-align: center;*/
 text-align: justify;
}
body.home .sec-intro .sec-heading-main img {
 margin: 0 35px 0 20px;
 width: 75px;
}
body.home .sec-intro .sec-heading {
 color: #444;
 font-size: 26px;
 font-weight: 400;
 line-height: 1.5;
 text-align: center;
}
body.home .sec-intro .sec-heading span {
 color: #444;
 font-family: "kinuta-mincho-stdn", sans-serif;
 font-weight: 700;
 font-size: 40px;
 text-align: center;
}
body.home .sec-intro .sec-heading2 {
 color: #444;
 font-family: "kinuta-mincho-stdn", sans-serif;
 font-weight: 700;
 font-size: 28px;
 line-height: 1.75;
 text-align: center;
}
body.home .sec-intro .sec-txt {
 color: #444;
 font-family: "kinuta-mincho-stdn", sans-serif;
 font-weight: 700;
 font-size: 20px;
 line-height: 2;
 margin-top: 5%;
}
body.home .sec-intro .story {
 background-color: #fff;
 margin: 5% 0 0;
 padding: 60px;
}
body.home .sec-intro .sec-tit-story {
 color: #E1A9B1;
 font-family: "kinuta-mincho-stdn", sans-serif;
 font-size: 36px;
 font-weight: 700;
 line-height: 1.3;
 position: relative;
 text-align: center;
 text-shadow: 0px 0px 1px #fff;
}
body.home .sec-intro .sec-tit-sub-story {
 color: #E1A9B1;
 font-family: "kinuta-mincho-stdn", sans-serif;
 font-weight: 700;
 font-size: 12px;
 line-height: 1.3;
 margin-top: 1%;
 text-shadow: 0px 0px 1px #fff;
 text-align: center;
}
.note {
 background-image: linear-gradient(180deg, #ccc 1px, transparent 1px); /* 罫線の色と太さ  */
 background-size: 100% 2.80em; /* 行の高さ */
 line-height: 2.5em; /* 文字の高さ */
 padding-bottom: 1px; /* 最終行の下にも罫線を引く */
 position: relative;
}
/*.note::before {
 background-image: url("../img/home/deco_buterfly.png");
 background-repeat: no-repeat;
 background-size: cover;
 bottom: 0px;
 content: "";
 height: 95px;
 right: 10px;
 position: absolute;
 width: 95px;
}*/
body.home .sec-intro .note .sec-txt {
 font-size: 18px;
 line-height: 2.5em;
 margin-top: 2.5%;
}
@media only screen and (max-width: 768px) {
 /* intro */
 body.home .sec-intro {
  padding: 10% 0;
 }
 body.home .sec-intro .sec-wrap {
  padding: 10% 7.5%;
  width: 98%;
  text-align: center;
 }
 body.home .sec-intro .sec-tit {
  font-size: 27px;
 }
 body.home .sec-intro .sec-tit-intro {
  padding-left: 36px;
 }
 body.home .sec-intro .sec-tit-intro::before {
  height: 31px;
  left: 0px;
  top: 3px;
  width: 31px;
 }
 body.home .sec-intro .sec-tit-sub {
  font-size: 12px;
  padding-left: 0;
 }
 body.home .sec-intro .sec-heading-main {
  font-size: 18px;
  margin-top: 5%;
  text-align: left;
 }
 body.home .sec-intro .sec-heading-main {
  display: inline-block;
  margin: 5% auto 2.5%;
  padding-right: 0px;
  text-align: center;
 }
 body.home .sec-intro .sec-heading-main img {
  width: 50px;
 }
 body.home .sec-intro .sec-heading {
  color: #444;
  font-size: 19.5px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
 }
 body.home .sec-intro .sec-heading span {
  color: #444;
  font-family: "kinuta-mincho-stdn", sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
 }
 body.home .sec-intro .sec-heading2 {
  font-size: 18px;
  margin-top: 5%;
  text-align: left;
 }
 body.home .sec-intro .sec-txt {
  color: #444;
  font-family: "kinuta-mincho-stdn", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
  margin-top: 5%;
 }
 body.home .sec-intro .sec-txt {
  font-size: 14px;
  line-height: 1.75;
  margin-top: 7.5%;
  text-align: left;
 }
 body.home .sec-intro .story {
  background-color: #fff;
  margin: 10% 0 0;
  padding: 7.5% 7.5% 7.5%;
 }
 body.home .sec-intro .sec-tit-story {
  font-size: 21px;
 }
 body.home .sec-intro .sec-tit-sub-story {
  font-size: 12px;
 }
 .note {
  background: none;
  line-height: 0;
 }
 body.home .sec-intro .note .sec-txt {
  font-size: 14px;
  line-height: 1.75em;
 }
}
/* ----------------------------------------------------------------
    sec-cast
  ----------------------------------------------------------------- */
.sec-cast {
 background-color: #e8bfc5;
}
body.home .sec-cast .sec-wrap {
 background-color: #F7F3F2;
 margin: 5% auto;
}
body.home .sec-cast .sec-tit-area {
 color: #714841;
}
body.home .sec-cast .sec-tit-cast::before {
 background-image: url("../img/home/deco_buterfly.png");
 background-repeat: no-repeat;
 background-size: cover;
 content: "";
 display: inline-block;
 height: 46px;
 left: 0px;
 position: absolute;
 top: 7px;
 width: 46px;
}
body.home .sec-cast .sec-tit-cast {
 padding: 0 26px 0 51px;
}
body.home .sec-cast .sec-tit-sub {
 font-family: "kinuta-mincho-stdn", sans-serif;
 font-weight: 700;
 font-size: 16px;
 line-height: 1.3;
 margin: 1%;
 text-align: center;
}
body.home .sec-cast .cast-list {
 margin: 5% auto 0;
 width: 100%;
}
body.home .sec-cast .cast-inr {
 align-items: flex-start;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 width: 100%;
}
body.home .sec-cast .cast-item {
 color: #714841;
 width: 50%;
}
body.home .sec-cast .character {
 font-family: "kinuta-mincho-stdn", sans-serif;
 font-size: 16px;
 font-weight: 900;
 margin: 10px auto 0;
 text-align: center;
}
body.home .sec-cast .cast-name {
 font-family: "kinuta-mincho-stdn", sans-serif;
 font-size: 24px;
 font-weight: 900;
 margin: 0 auto;
 text-align: center;
}
body.home .sec-cast .comment {
 color: #333;
 display: block;
 font-family: YakuHanMP, 'Noto Serif JP', serif;
 font-size: 16px;
 font-weight: 900;
 margin: 5px auto 0;
 text-align: center;
}
body.home .sec-cast .comment span {
 align-items: center;
 display: flex;
 justify-content: center;
}
body.home .sec-cast .comment a {
 border: 1px solid #714841;
 color: #714841;
 display: inline-block;
 padding: 15px 0;
 width: 165px;
}
body.home .sec-cast .comment a:hover {
 background-color: #714841;
 color: #e8bfc5;
 transition: 0.5s;
}
body.home .sec-cast #cast-list01 {
 max-width: 800px;
}
body.home .sec-cast #cast-list02 {
 align-items: flex-start;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 max-width: 360px;
}
body.home .sec-cast #cast-list02 .cast-inr .cast-item {
 width: 100%;
}
body.home .sec-cast #cast-list03 {
 align-items: flex-start;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 max-width: 800px;
}
body.home .sec-cast #cast-list03 .cast-name {
 font-size: 20px;
}
bo body.home .sec-cast #cast-list03 .ehara {
 display: inline-block;
 text-align: center;
 max-width: 285px;
}
body.home .sec-cast #cast-list03 .ehara img {
 max-width: 285px;
}
body.home .sec-cast #cast-list03 .ehara .cast-inr {
 align-items: flex-start;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
body.home .sec-cast #cast-list03 .ehara .cast-item {
 width: 100%;
}
body.home .sec-cast #cast-list03 .nakagiri {
 max-width: 460px;
}
body.home .sec-cast #cast-list03 .nakagiri img {
 max-width: 460px;
}
body.home .sec-cast #cast-list04 {
 align-items: flex-start;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 max-width: 360px;
}
body.home .sec-cast #cast-list04 .cast-inr .cast-item {
 width: 50%;
}
body.home .sec-cast #cast-list04 .cast-name {
 font-size: 20px;
}
body.home .sec-cast #cast-list05 {
 align-items: flex-start;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 max-width: 100%;
}
body.home .sec-cast #cast-list05 .cast-wrap {
 margin-top: 40px;
 max-width: 208px;
}
body.home .sec-cast #cast-list05 .cast-inr2 {
 align-items: flex-start;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
body.home .sec-cast #cast-list05 .cast-item {
 width: 100%;
}
body.home .sec-cast #cast-list05 .character {
 font-size: 14px;
}
body.home .sec-cast #cast-list05 .cast-name {
 font-size: 18px;
}
body.home .sec-cast #cast-list06 {
 align-items: flex-start;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 max-width: 360px;
 padding-top: 5%;
}
body.home .sec-cast #cast-list06 .cast-inr .cast-item {
 width: 100%;
}
@media only screen and (max-width: 768px) {
 body.home .sec-cast .sec-tit {
  font-size: 27px;
 }
 body.home .sec-cast .sec-tit-cast {
  padding-left: 36px;
 }
 body.home .sec-cast .sec-tit-cast::before {
  height: 31px;
  left: 0px;
  top: 3px;
  width: 31px;
 }
 body.home .sec-cast .sec-tit-sub {
  font-size: 12px;
  padding-left: 0;
 }
 body.home .sec-cast .sec-wrap {
  background: none;
  padding: 5% 0;
 }
 body.home .sec-cast .cast-list {
  margin: 40px auto 0;
 }
 body.home .sec-cast .character {
  font-family: "kinuta-mincho-stdn", sans-serif;
  font-size: 14px;
  font-weight: 900;
  margin: 10px auto 0;
  text-align: center;
 }
 body.home .sec-cast .cast-name {
  font-family: "kinuta-mincho-stdn", sans-serif;
  font-size: 20px;
  font-weight: 900;
  margin: 0 auto;
  text-align: center;
 }
 body.home .sec-cast .comment {
  font-size: 14px;
 }
 body.home .sec-cast .comment a {
  padding: 7px 0;
  width: 140px;
 }
 body.home .sec-cast #cast-list01 {
  margin: 5% auto 0;
 }
 body.home .sec-cast #cast-list02 img {
  width: 60%;
 }
 body.home .sec-cast #cast-list03 {
  display: inline-block;
  text-align: center;
 }
 body.home .sec-cast #cast-list03 img {
  margin: 0 auto;
  width: 75%;
 }
 body.home .sec-cast #cast-list03 .ehara img {
  margin: 0 auto;
  width: 50%;
 }
 body.home .sec-cast #cast-list03 .cast-wrap {
  max-width: 100%;
 }
 body.home .sec-cast #cast-list03 .nakagiri {
  margin-top: 5%;
 }
 body.home .sec-cast #cast-list04 img {
  width: 66.6%;
 }
 body.home .sec-cast #cast-list04 .cast-inr .cast-item {
  width: 50%;
 }
 body.home .sec-cast #cast-list05 {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 100%;
 }
 body.home .sec-cast #cast-list05 .cast-wrap {
  width: 40%;
 }
 body.home .sec-cast #cast-list05 .cast-inr2 {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
 }
 body.home .sec-cast #cast-list05 .cast-item {
  width: 100%;
 }
 body.home .sec-cast #cast-list05 .character {
  font-size: 12px;
 }
 body.home .sec-cast #cast-list05 .cast-name {
  font-size: 16px;
 }
 body.home .sec-cast #cast-list06 img {
  width: 60%;
 }
 body.home .sec-cast #cast-list06 .cast-inr .cast-item {
  width: 100%;
 }
}
body.home .sec-cast #cast-list05 .swing {
 align-items: flex-start;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 width: calc((100% - 50%) - ((100% - 832px) / 6));
}
body.home .sec-cast #cast-list05 .swing .caption {
 color: #714841;
 font-size: 14px;
 margin-top: 10px;
 text-align: center;
 width: 100%;
}
@media only screen and (max-width: 1039px) {
 body.home .sec-cast #cast-list05 .swing {
  width: calc(100% - ((208px + ((100% - 624px) / 2))));
 }
}
@media only screen and (max-width: 779px) {
 body.home .sec-cast #cast-list05 .swing {
  width: 100%;
 }
 body.home .sec-cast #cast-list05 .swing .cast-wrap {
  margin: 40px 0 0;
 }
}
@media only screen and (max-width: 768px) {
 body.home .sec-cast #cast-list05 .swing {
  width: calc(100% - ((208px + ((100% - 624px) / 1.5))));
 }
 body.home .sec-cast #cast-list05 .swing .cast-wrap {
  max-width: 208px;
  width: 100%;
 }
}
@media only screen and (max-width: 693px) {
 body.home .sec-cast #cast-list05 .swing {
  width: 100%;
 }
 body.home .sec-cast #cast-list05 .swing .cast-wrap {
  margin: 40px auto 0;
  width: 40%;
 }
 body.home .sec-cast #cast-list05 .swing .caption {
  font-size: 12px;
 }
}
@media only screen and (max-width: 563px) {}
/* ----------------------------------------------------------------
    staff
  ----------------------------------------------------------------- */
body.home .sec-staff {
 background-color: #e8bfc5;
}
body.home .sec-staff .sec-wrap {
 background-color: #F7F3F2;
 margin: 5% auto;
}
body.home .sec-staff .sec-tit-area {
 color: #714841;
}
body.home .sec-staff .sec-tit-staff::before {
 background-image: url("../img/home/deco_buterfly.png");
 background-repeat: no-repeat;
 background-size: cover;
 content: "";
 display: inline-block;
 height: 46px;
 left: 0px;
 position: absolute;
 top: 7px;
 width: 46px;
}
body.home .sec-staff .sec-tit-staff {
 padding: 0 51px;
}
body.home .sec-staff .sec-tit-sub {
 font-family: "kinuta-mincho-stdn", sans-serif;
 font-weight: 700;
 font-size: 16px;
 line-height: 1.3;
 margin: 1%;
 text-align: center;
}
body.home .sec-staff .staff-list {
 margin: 25px auto 0;
 width: 100%;
}
body.home .sec-staff .list {
 align-items: flex-start;
 display: inline-flex;
 flex-wrap: wrap;
 justify-content: center;
 margin: 0 auto;
 width: 100%;
}
body.home .sec-staff .list .staff-item {
 font-family: "kinuta-mincho-stdn", sans-serif;
 line-height: 2;
 padding: 5px 25px 0;
 text-align: center;
 white-space: nowrap;
}
body.home .sec-staff .roll {
 color: #c3525b;
 font-size: 14px;
}
body.home .sec-staff .staff-name {
 color: #714841;
 font-size: 18px;
 margin-top: -8px;
}
body.home .sec-staff #staff-list01 .staff-name {
 font-size: 24px;
}
body.home .sec-staff #staff-list02 .staff-name {
 font-size: 22px;
}
body.home .sec-staff span {
 font-size: 12px;
}
body.home .sec-staff #staff-list06 {
 margin-top: 0;
}
body.home .sec-staff .comment {
 color: #333;
 display: block;
 font-family: YakuHanMP, 'Noto Serif JP', serif;
 font-size: 16px;
 font-weight: 900;
 margin: 0px auto 0;
 text-align: center;
}
body.home .sec-staff .comment span {
 align-items: center;
 display: flex;
 font-size: 14px;
 justify-content: center;
}
body.home .sec-staff .comment a {
 border: 1px solid #714841;
 color: #714841;
 display: inline-block;
 padding: 2px 0;
 width: 140px;
}
body.home .sec-staff .comment a:hover {
 background-color: #714841;
 color: #e8bfc5;
 transition: 0.5s;
}
@media only screen and (max-width: 768px) {
 body.home .sec-staff .sec-tit {
  font-size: 27px;
 }
 /*body.home .sec-staff .sec-tit-cast {
  padding-left: 36px;
 }
 body.home .sec-staff .sec-tit-cast::before {
  height: 31px;
  left: 0px;
  top: 3px;
  width: 31px;
 }*/
 body.home .sec-staff .sec-tit-sub {
  font-size: 12px;
  /*padding-left: 0;*/
 }
 body.home .sec-staff .roll {
  font-size: 12px;
 }
 body.home .sec-staff .staff-name {
  font-size: 14px;
 }
 body.home .sec-staff #staff-list01 .staff-name {
  font-size: 20px;
 }
 body.home .sec-staff #staff-list02 .staff-name {
  font-size: 18px;
 }
 body.home .sec-staff #staff-list03 .staff-name {
  line-height: 1.3;
  margin-top: -3px;
 }
 body.home .sec-staff #staff-list07 .staff-name {
  line-height: 1.3;
  margin-top: -3px;
 }
 body.home .sec-staff #staff-list09 .staff-name {
  line-height: 1.3;
  margin-top: -3px;
 }
 body.home .sec-staff #staff-list10 .staff-name {
  line-height: 1.3;
  margin-top: -3px;
 }
 body.home .sec-staff span {
  font-size: 10px;
 }
}
/* ----------------------------------------------------------------
    sec-ticket
  ----------------------------------------------------------------- */
body.home .sec-ticket {
 background-color: #f7f3ee;
 padding: 5% 0;
}
body.home .sec-ticket .sec-wrap {
 padding: 0;
}
body.home .sec-ticket .sec-tit-ticket {
 color: #E1A9B1;
 display: inline-block;
 font-size: 46px;
 /*padding-left: 51px;*/
 position: relative;
}
/*body.home .sec-ticket .sec-tit-ticket::before {
 background-image: url("../img/home/deco_flower.png");
 background-repeat: no-repeat;
 background-size: cover;
 content: "";
 display: inline-block;
 height: 46px;
 left: 0px;
 position: absolute;
 top: 7px;
 width: 46px;
}*/
body.home .sec-ticket .sec-tit-sub {
 font-family: "kinuta-mincho-stdn", sans-serif;
 font-weight: 700;
 font-size: 16px;
 line-height: 1.3;
 margin: 1%;
 text-align: center;
}
body.home .sec-ticket .ticket-wrap {
 background-color: #fff;
 margin: 5% auto 0;
 padding: 5%;
 width: 100%;
}
body.home .sec-ticket .about-tit {
 color: #E1A9B1;
 font-family: "kinuta-mincho-stdn", sans-serif;
 font-size: 30px;
 text-align: center;
}
body.home .sec-ticket .about-wrap table {
 border-collapse: collapse;
 border-spacing: 0;
 margin-top: 5%;
 width: 100%;
}
body.home .sec-ticket .about-wrap th {
 background-color: #E1A9B1;
 border: 1px solid #E1A9B1;
 border-bottom: 1px solid #fff;
 color: #fff;
 padding: 30px 0;
 text-align: center;
 width: 130px;
}
body.home .sec-ticket .about-wrap td {
 background-color: #fff;
 border: 1px solid #E1A9B1;
 color: #714841;
 font-family: "kinuta-mincho-stdn", sans-serif;
 font-size: 24px;
 font-weight: 700;
 padding: 30px;
 text-align: left;
}
body.home .sec-ticket .about-wrap th.last {
 border-bottom: 1px solid #fff;
}
body.home .sec-ticket .about-wrap .hositori {
 margin-top: 30px;
}
body.home .sec-ticket .tax {
 font-size: 14px;
 margin-left: 15px;
}
body.home .sec-ticket .pg-tit {
 color: #E1A9B1;
 font-family: "kinuta-mincho-stdn", sans-serif;
 font-size: 30px;
 margin-top: 5%;
 text-align: center;
}
body.home .sec-ticket .pg-list {
 align-items: stretch;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 width: 100%;
}
body.home .sec-ticket .pg-item {
 align-items: flex-start;
 border: 1px solid #E1A9B1;
 display: flex;
 justify-content: center;
 margin-top: 30px;
 padding: 30px 0;
 text-align: center;
 width: calc(50% - 15px);
}
body.home .sec-ticket .pg {
 color: #714841;
 font-family: YakuHanjP, 'Noto Sans JP', serif;
 font-size: 24px;
 font-weight: 700;
}
body.home .sec-ticket .pg-inr {
 width: 100%;
}
body.home .sec-ticket .btn-buy {
 color: #333;
 display: block;
 font-family: YakuHanMP, 'Noto Serif JP', serif;
 font-size: 16px;
 font-weight: 900;
 margin: 15px auto;
 text-align: center;
}
body.home .sec-ticket .btn-buy span {
 align-items: center;
 display: flex;
 justify-content: center;
}
body.home .sec-ticket .btn-buy a {
 border: 1px solid #714841;
 color: #714841;
 display: inline-block;
 margin: 0 auto;
 padding: 15px 0;
 width: calc(100% - 60px);
}
body.home .sec-ticket .btn-buy a:hover {
 background-color: #714841;
 color: #e8bfc5;
 transition: 0.5s;
}
body.home .sec-ticket .caption {
 margin-top: 5px;
 font-size: 16px;
}
body.home .sec-ticket .notice {
 margin-top: 5%;
 width: 100%;
}
body.home .sec-ticket .notice ul {
 list-style: none;
 padding: 0;
 margin: 0;
}
body.home .sec-ticket .notice li {
 font-size: 16px;
 margin: 10px 0;
 padding-left: 1em;
 text-indent: -.9em;
}
body.home .sec-ticket .notice li.strong {
 font-size: 18px;
 font-weight: bold;
}
body.home .sec-ticket .notice li:before {
 content: "● ";
 color: #fff;
 font-size: 14px;
}
body.home .sec-ticket .notice li:before {
 content: "● ";
 color: #e8bfc5;
 font-size: 14px;
}
body.home .sec-ticket .osaka .about-tit {
 color: #acc7dc;
}
body.home .sec-ticket .osaka .pg-tit {
 color: #acc7dc;
}
body.home .sec-ticket .osaka .pg-item {
 border: 1px solid #acc7dc;
}
body.home .sec-ticket .osaka .btn-buy a:hover {
 color: #acc7dc;
}
body.home .sec-ticket .osaka .about-wrap th {
 background-color: #acc7dc;
 border: 1px solid #acc7dc;
 border-bottom: 1px solid #fff;
}
body.home .sec-ticket .osaka .about-wrap td {
 border: 1px solid #acc7dc;
}
body.home .sec-ticket .osaka .notice li:before {
 color: #acc7dc;
}
body.home .sec-ticket .aichi .about-tit {
 color: #b4acdc;
}
body.home .sec-ticket .aichi .pg-tit {
 color: #b4acdc;
}
body.home .sec-ticket .aichi .pg-item {
 border: 1px solid #b4acdc;
}
body.home .sec-ticket .aichi .btn-buy a:hover {
 color: #b4acdc;
}
body.home .sec-ticket .aichi .about-wrap th {
 background-color: #b4acdc;
 border: 1px solid #b4acdc;
 border-bottom: 1px solid #fff;
}
body.home .sec-ticket .aichi .about-wrap td {
 border: 1px solid #b4acdc;
}
body.home .sec-ticket .aichi .notice li:before {
 color: #b4acdc;
}
body.home .sec-ticket .comingsoon {
 color: #714841;
 font-family: YakuHanjP, 'Noto Sans JP', serif;
 font-size: 24px;
 font-weight: 700;
 margin-top: 30px;
 text-align: center;
}
@media only screen and (max-width: 768px) {
 body.home .sec-ticket {
  background-color: #f7f3ee;
  padding: 5% 0 10%;
 }
 body.home .sec-ticket .sec-wrap {
  padding: 0;
 }
 body.home .sec-ticket .sec-tit {
  font-size: 27px;
 }
 /* body.home .sec-ticket .sec-tit-ticket {
  padding-left: 36px;
 }
 body.home .sec-ticket .sec-tit-ticket::before {
  height: 31px;
  left: 0px;
  top: 3px;
  width: 31px;
 }*/
 body.home .sec-ticket .sec-tit-sub {
  font-size: 12px;
  padding-left: 0;
 }
 body.home .sec-ticket .about-tit {
  font-size: 20px;
 }
 body.home .sec-ticket .about-wrap th {
  border: 0px;
  display: block;
  font-size: 16px;
  padding: 5px 0;
  width: 100%
 }
 body.home .sec-ticket .about-wrap td {
  background-color: #fff;
  border: 0px;
  display: block;
  font-size: 16px;
  padding: 20px 0;
  text-align: center;
 }
 body.home .sec-ticket .tax {
  font-size: 12px;
  margin: 15px 0 0 0;
 }
 body.home .sec-ticket .pg-tit {
  font-size: 20px;
 }
 body.home .sec-ticket .pg-list {
  display: block;
 }
 body.home .sec-ticket .pg-item {
  margin-top: 5%;
  padding: 15px 15px;
  text-align: center;
  width: 100%;
 }
 body.home .sec-ticket .pg {
  color: #714841;
  font-size: 18px;
 }
 body.home .sec-ticket .btn-buy {
  color: #333;
  display: block;
  font-family: YakuHanMP, 'Noto Serif JP', serif;
  font-size: 16px;
  font-weight: 900;
  margin: 15px auto;
  text-align: center;
 }
 body.home .sec-ticket .btn-buy span {
  align-items: center;
  display: flex;
  justify-content: center;
 }
 body.home .sec-ticket .btn-buy a {
  padding: 15px 0;
  width: 100%;
 }
 body.home .sec-ticket .caption {
  font-size: 14px;
 }
 body.home .sec-ticket .notice li {
  font-size: 12px;
 }
 body.home .sec-ticket .notice li:before {
  font-size: 12px;
 }
 body.home .sec-ticket .comingsoon {
  font-size: 18px;
  margin-top: 10px;
 }
 body.home .sec-ticket .osaka .about-wrap td {
  border: none;
 }
 body.home .sec-ticket .aichi .about-wrap td {
  border: none;
 }
}
/* ----------------------------------------------------------------
    footer
  ----------------------------------------------------------------- */
footer {
 background-color: #c3525b;
 padding: 5% 0;
 width: 100%;
}
footer .logo-area {
 margin: 0 auto 0;
 max-width: 300px;
 width: 60%;
}
footer .billing-area {
 margin: 15px auto 0;
 max-width: 450px;
 width: 90%;
}
footer .copyright {
 color: #fff;
 display: inline-block;
 font-size: 14px;
 margin-top: 2.5%;
 text-align: center;
 width: 100%;
}
@media only screen and (max-width: 768px) {
 footer {
  padding: 10% 0;
 }
 footer .copyright {
  margin-top: 5%;
 }
}