@charset "UTF-8";
/* ---------------------------------------------------------
メディアクエリ用
--------------------------------------------------------- */
html {
  font-size: 18px; }
  @media screen and (max-width: 767px) {
    html {
      font-size: 16px; } }
  @media screen and (max-width: 575px) {
    html {
      font-size: 14px; } }

.font15 {
  font-size: 1.5rem !important; }

.font13 {
  font-size: 1.3rem !important; }

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

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

.fontS {
  font-size: 0.9rem !important; }

.fontXS {
  font-size: 0.75rem !important; }

/*蒲葡 えびぞめ*/
.color1 {
  color: #7a4171; }

.red {
  color: red; }

.gray {
  color: #aaa; }

.hissu {
  color: red; }

.thin {
  font-weight: 300 !important; }

.bold0 {
  font-weight: 400 !important; }

.bold1 {
  font-weight: 500 !important; }

.bold2 {
  font-weight: 600 !important; }

.bold3 {
  font-weight: 700 !important; }

.img100 {
  width: 100%; }

/* ---------------------------------------------------------
　flex
--------------------------------------------------------- */
.flexNoWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.flexWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.flexCenterMiddle {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }

.flexEmpty {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  height: 0 !important; }

/* ---------------------------------------------------------
layout
--------------------------------------------------------- */
html, body {
  background: #F9F9F9 !important;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  height: 100%; }

@media (prefers-color-scheme: dark) {
  html, body {
    background-color: #F9F9F9;
    color: #333; } }
#wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative; }

nav.navbar a:link {
  color: inherit;
  text-decoration: none; }
nav.navbar a:visited {
  color: inherit;
  text-decoration: none; }
nav.navbar a:hover {
  color: inherit;
  text-decoration: underline;
  opacity: 0.5; }
nav.navbar a:active {
  color: inherit;
  text-decoration: none; }

footer {
  z-index: 1; }

#mainContents {
  padding: 1rem; }
  @media screen and (max-width: 991px) {
    #mainContents {
      width: 100%;
      margin: 0 auto; } }
  #mainContents .contents {
    background: #FFF;
    padding: .5rem;
    margin-top: 1rem; }
  #mainContents .h2 {
    text-align: center;
    margin-bottom: 1rem;
    background: #999;
    color: #FFF; }
  #mainContents table td {
    color: #333; }

.navbar {
  background: #FFF !important;
  height: 3rem; }

/* ---------------------------------------------------------
common
--------------------------------------------------------- */
/* ---------------------------------------------------------
header
--------------------------------------------------------- */
header {
  height: 2rem;
  position: fixed;
  top: 0;
  width: 100%; }
  header a:link {
    color: inherit;
    text-decoration: none; }
  header a:visited {
    color: inherit;
    text-decoration: none; }
  header a:hover {
    color: inherit;
    text-decoration: underline;
    opacity: 0.5; }
  header a:active {
    color: inherit;
    text-decoration: none; }

/* ---------------------------------------------------------
　footer
--------------------------------------------------------- */
footer {
  height: 2rem;
  position: sticky;
  top: 100vh;
  width: 100%;
  text-align: center;
  background: #333;
  color: #FFF; }
  footer a:link {
    color: inherit;
    text-decoration: none; }
  footer a:visited {
    color: inherit;
    text-decoration: none; }
  footer a:hover {
    color: inherit;
    text-decoration: underline;
    opacity: 0.5; }
  footer a:active {
    color: inherit;
    text-decoration: none; }

/* ---------------------------------------------------------
common start
--------------------------------------------------------- */
h1 {
  font-size: 1.75rem;
  font-weight: 700; }

h2 {
  font-size: 1.5rem;
  font-weight: 700; }

a:link {
  color: #1187C5;
  text-decoration: none; }

a:visited {
  color: #1187C5;
  text-decoration: none; }

a:hover {
  color: crimson;
  text-decoration: underline;
  opacity: 0.5; }

a:active {
  color: #1187C5;
  text-decoration: none; }

/* ---------------------------------------------------------
common end
--------------------------------------------------------- */
.indexPage {
  padding: 0 !important; }
  .indexPage section {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 !important; }
    .indexPage section .kv {
      width: 100%;
      padding-bottom: 100%;
      background: url("/common/img/indexBg.jpg") no-repeat center bottom/contain;
      position: relative; }
      @media screen and (min-width: 768px) {
        .indexPage section .kv {
          padding-bottom: 80%; } }
      .indexPage section .kv .indexTitle {
        position: absolute;
        top: 1rem;
        left: 1rem;
        width: 50%;
        max-width: 400px;
        padding-bottom: 100%; }
    .indexPage section .indexKv {
      width: 100%;
      position: relative;
      padding: 1rem; }
      .indexPage section .indexKv .indexTitle {
        width: 50%;
        max-width: 400px; }
    .indexPage section .kvArea {
      width: 100%;
      padding-bottom: 100%;
      background: url("/common/img/indexBg.jpg") no-repeat center bottom/contain;
      position: relative; }
      @media screen and (min-width: 768px) {
        .indexPage section .kvArea {
          padding-bottom: 80%; } }
      .indexPage section .kvArea .indexTitle {
        position: absolute;
        top: 1rem;
        left: 1rem;
        width: 50%;
        max-width: 400px; }
    .indexPage section .indexInformation {
      width: 90%;
      max-width: 600px;
      margin: 0 auto;
      border: 2px solid #000;
      padding: 1rem; }
    .indexPage section .indexMovieAreaW h2 {
      text-align: center;
      color: #e62889; }
    .indexPage section .indexMovieAreaW .indexMovieArea {
      width: 80%;
      max-width: 720px;
      margin: 0 auto;
      border: #EEE 4px solid;
      background: #EEE; }
    .indexPage section .indexLink {
      padding: 1rem 0;
      width: 90%;
      max-width: 600px;
      margin: 0 auto; }

.pageGuide .area01 dl {
  margin-top: 1rem;
  text-align: center;
  padding-bottom: 3rem; }
  .pageGuide .area01 dl dt {
    margin-top: 0.5rem;
    font-weight: 600;
    font-size: .75rem; }

.pageMovie .movieListW .movieList {
  width: 80%;
  margin: 1rem auto; }
  .pageMovie .movieListW .movieList > div {
    border-bottom: #DDD 3px solid;
    padding-bottom: 1.5rem; }

.pageLetter .letterImage {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 800px;
  text-align: center; }
  .pageLetter .letterImage img {
    width: 100%;
    border: 1px solid #ccc; }

.mediaListW .mediaList {
  border-left: 6px solid #999; }
.mediaListW > div {
  border: 1px solid #AAA;
  padding: .5rem; }
  .mediaListW > div h3 {
    font-weight: 600;
    font-size: 1.0rem; }
  .mediaListW > div .dateDiv {
    font-weight: 700;
    font-size: 1.25rem; }
  .mediaListW > div .detailDiv {
    line-height: 1.5;
    padding: .5rem; }

.scheduleListW .scheduleList {
  padding-bottom: 2rem; }
  .scheduleListW .scheduleList .dateP span {
    background: linear-gradient(transparent 50%, #ffff00 50%); }
  .scheduleListW .scheduleList > div {
    border: 1px solid #AAA;
    padding: .5rem; }
    .scheduleListW .scheduleList > div .detailDiv .div01 {
      width: 80%;
      margin: 0 auto;
      max-width: 500px;
      text-align: center; }
    .scheduleListW .scheduleList > div .detailDiv .div02 {
      padding: .5rem;
      width: 100%;
      margin: 0 auto;
      max-width: 500px; }

.ticketList .cell {
  border: 1px solid #AAA;
  padding: .5rem; }
  .ticketList .cell h3 {
    font-weight: 600;
    font-size: 1.25rem; }
  .ticketList .cell .dateDiv {
    font-weight: 500; }
  .ticketList .cell .seatDiv table td {
    color: #333; }
  .ticketList .cell .imageDiv {
    width: 80%;
    margin: .5rem auto; }

.ticketWay h3 {
  font-weight: 600;
  font-size: 1.25rem;
  background: #EEE;
  padding: .5rem; }

/* ---------------------------------------------------------
bulma overwrite
--------------------------------------------------------- */
body {
  color: #333 !important; }

.navbar-item {
  padding: 0.5rem !important;
  font-weight: 700; }

.navbar-item img, .navbar-item svg {
  max-height: 2rem !important; }

.navibar-menu {
  background: #FFF !important; }

.card {
  background: #FFF; }

H1 {
  background: #FFF;
  color: #7a4171 !important;
  font-weight: 800 !important;
  padding: .5rem;
  text-align: center; }
