<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(animate.css);
@import url(remodal.css);
@import url(remodal-default-theme.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&amp;display=swap");
/* reset
-------------------------------------------------*/
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

a:hover {
  opacity: 0.8;
}

a:link {
  color: #0f0f0f;
}

a:visited {
  color: #0f0f0f;
}

ins {
  color: #000;
  text-decoration: none;
}

mark {
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* common
-------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.5 sans-serif;
  background: url(../../img/bg.jpg) repeat center top;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
}

#page {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  background: url(../../img/contents_bot.png) repeat-x center bottom;
}

.fade {
  animation-name: fade;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2.5s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*  header  
-------------------------------------------------*/
.header {
  height: 800px;
  background: url(../../img/header_bg.jpg) no-repeat center top;
  background-size: cover;
}
.header_inner {
  margin: 0 auto;
  position: relative;
  height: 800px;
}
.header_tfm {
  position: absolute;
  top: 28px;
  left: 25px;
}
.header_tfm img {
  width: 120px;
}
.header_airplane {
  position: absolute;
  top: 65%;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 500px;
}
.header_txt {
  position: absolute;
  top: 60px;
  right: 60px;
}
.header_txt img {
  width: 19px;
}
.header_copy {
  position: absolute;
  bottom: 50px;
  left: 25px;
}
.header_copy img {
  width: 500px;
}
.header_logo {
  position: absolute;
  top: 20%;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 600px;
}
.header_ticket {
  margin-top: -35px;
}

@media screen and (max-width:899px) {
  .header {
    overflow-x: hidden;
    box-sizing: border-box;
    max-width: 900px;
    height: 560px;
    background: url(../../img/sp_header_bg.jpg) no-repeat center center;
    background-size: auto 600px;
  }
  .header_inner {
    height: 560px;
  }
  .header_tfm {
    position: absolute;
    top: 15px;
    left: 10px;
  }
  .header_tfm img {
    width: 100px;
  }
  .header_logo {
    top: 22%;
    max-width: 450px;
    width: 80%;
  }
  .header_airplane {
    position: absolute;
    top: 62%;
    right: 0;
    left: 0;
    margin: auto;
    width: 65%;
    max-width: 400px;
  }
  .header_txt {
    position: absolute;
    top: 4%;
    right: 4%;
  }
  .header_txt img {
    width: 10px;
  }
}
/*  entry
-------------------------------------------------*/
.entry {
  margin: 0 auto;
  width: 470px;
  position: relative;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width:899px) {
  .entry {
    margin: 0 auto;
    width: 90%;
    height: auto;
    max-width: 320px;
  }
}

/*  more
-------------------------------------------------*/
.more {
  margin: 0 auto;
  width: 470px;
  height: 70px;
  transition: 0.2s;
  position: relative;
  background-color: #e8182a;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width:899px) {
  .more {
    margin: 0 auto;
    width: 80%;
    height: auto;
    max-width: 320px;
    transition: 0.2s;
  }
}

.more::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e8182a;
  bottom: -7px;
}

.more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  z-index: 0;
  transition: all 0.4s ease-out;
}

.more:hover {
  transition: 0.2s;
  transition: 0.5s ease-in-out;
  filter: brightness(100%) !important;
}

.more:hover::before {
  width: 100%;
}
@media screen and (max-width:899px) {
  .more:hover::before {
    width: 0;
  }
}

.more li {
  max-width: 470px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 400;
  padding: 10px 0;
}
@media screen and (max-width:899px) {
  .more li {
    font-size: 1.6rem;
    padding: 3px 0;
  }
}
.more li a {
  display: block;
  width: 470px;
  height: 70px;
}
@media screen and (max-width:899px) {
  .more li a {
    height: auto;
  }
}

.more em {
  padding: 0 12px;
  width: 28px;
  position: absolute;
  top: 10px;
  right: 12px;
  transition: 0.2s;
}

.more:hover em {
  padding: 0 12px;
  width: 28px;
  position: absolute;
  top: 10px;
  right: 3px;
  transition: 0.2s;
}

.more span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 100%;
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width:899px) {
  .more span {
    padding: 15px 0;
    position: initial;
    transform: none;
    font-size: 1.4rem;
  }
}

/*  close
-------------------------------------------------*/
.close {
  margin: 0 auto;
  width: 470px;
  height: 70px;
  transition: 0.2s;
  position: relative;
  background-color: #999;
  z-index: 10;
}
@media screen and (max-width:899px) {
  .close {
    margin: 0 auto;
    width: 80%;
    height: auto;
    max-width: 320px;
    transition: 0.2s;
  }
}

.close::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #999;
  bottom: -7px;
}

.close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  z-index: 0;
  transition: all 0.4s ease-out;
}

/*
.close:hover{
  transition: 0.2s;
  transition: 0.5s ease-in-out;
  filter: brightness(100%)!important;
}
*/
/*
.close:hover::before {
  width: 100%;
  @include media(sp) {
    width: 0;
  }
}
*/
.close li {
  max-width: 470px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 400;
  padding: 10px 0;
}
@media screen and (max-width:899px) {
  .close li {
    font-size: 1.6rem;
    padding: 3px 0;
  }
}

.close em {
  padding: 0 12px;
  width: 28px;
  position: absolute;
  top: 10px;
  right: 12px;
  transition: 0.2s;
  opacity: 0.4;
}

/*
.close:hover em{
  padding: 0 12px;
  width: 28px;
  position: absolute;
  top:10px;
  right: 3px;
  transition: 0.2s;
}
*/
.close span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 100%;
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
  text-decoration: none;
  font-weight: bold;
  opacity: 0.4;
}
@media screen and (max-width:899px) {
  .close span {
    padding: 15px 0;
    position: initial;
    transform: none;
    font-size: 1.4rem;
  }
}

.contents {
  margin-top: -47px;
  /*margin-top: -35px;*/
}
.contents_inner {
  background: url(../../img/cast_bg.jpg) no-repeat center top;
}
@media screen and (max-width:899px) {
  .contents_inner {
    background: url(../../img/cast_bg.jpg) no-repeat center top;
    background-size: 1000px auto;
  }
}

.lead {
  padding-top: 100px;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 3.2;
}
@media screen and (max-width:899px) {
  .lead {
    padding: 60px 20px 0 20px;
    font-size: 1.2rem;
    line-height: 2;
    text-align: left;
  }
}

/*  cast  
-------------------------------------------------*/
.cast {
  width: 1000px;
  margin: 0 auto 80px;
  padding-top: 60px;
  text-align: center;
}
@media screen and (max-width:899px) {
  .cast {
    width: 95%;
    margin: 0 auto 10px;
    padding-top: 40px;
  }
}
.cast_ttl {
  text-align: center;
  padding-bottom: 60px;
  margin-bottom: 7px;
  position: relative;
}
@media screen and (max-width:899px) {
  .cast_ttl {
    padding-bottom: 30px;
  }
}
.cast_ttl img {
  width: 122px;
}
@media screen and (max-width:899px) {
  .cast_ttl img {
    width: 70px;
  }
}
.cast_ttl::before {
  position: absolute;
  top: -22px;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background: url(../../img/ttl_bg.png) repeat-x center top;
  backface-visibility: hidden;
}
@media screen and (max-width:899px) {
  .cast_ttl::before {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 10px;
    background: url(../../img/ttl_bg.png) repeat-x center top;
    background-size: 10px auto;
  }
}
.cast_ttl::after {
  position: absolute;
  bottom: 36px;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background: url(../../img/ttl_bg.png) repeat-x center top;
  backface-visibility: hidden;
}
@media screen and (max-width:899px) {
  .cast_ttl::after {
    position: absolute;
    bottom: 11px;
    left: 0;
    width: 100%;
    height: 10px;
    background: url(../../img/ttl_bg.png) repeat-x center top;
    background-size: 10px auto;
  }
}
.cast_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cast_list li {
  width: 50%;
  margin-bottom: 70px;
}
@media screen and (max-width:899px) {
  .cast_list li {
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
  }
}
.cast_list li img {
  width: 470px;
  margin-bottom: 15px;
}
@media screen and (max-width:899px) {
  .cast_list li img {
    width: 100%;
  }
}
@media screen and (max-width:899px) {
  .cast_list li:nth-child(2) {
    margin-bottom: 40px;
  }
}
.cast_list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cast_list2 li {
  width: 100%;
  margin-bottom: 70px;
}
@media screen and (max-width:899px) {
  .cast_list2 li {
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
  }
}
.cast_list2 li img {
  width: 470px;
  margin-bottom: 15px;
}
@media screen and (max-width:899px) {
  .cast_list2 li img {
    width: 100%;
  }
}
.cast_name {
  display: block;
  color: #FFFFFF;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-bottom: 35px;
  font-style: normal;
}
@media screen and (max-width:899px) {
  .cast_name {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.cast_name em {
  display: block;
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-style: normal;
}
.cast_profile {
  padding: 5px 50px 7px 50px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  font-size: 1.4rem;
  box-sizing: border-box;
  transition: all 0.5s;
}
@media screen and (max-width:899px) {
  .cast_profile {
    font-size: 1.3rem;
  }
}
.cast_profile a {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.cast_profile:hover {
  background-color: #FFFFFF;
  color: #000;
  cursor: pointer;
}

/*  event  
-------------------------------------------------*/
.event {
  width: 1000px;
  margin: 0 auto 80px;
  padding-top: 0;
  text-align: center;
}
@media screen and (max-width:899px) {
  .event {
    width: 95%;
    margin: 30px auto 50px;
  }
}
.event_ttl {
  text-align: center;
  padding-bottom: 60px;
  margin-bottom: 7px;
  position: relative;
}
@media screen and (max-width:899px) {
  .event_ttl {
    padding-bottom: 30px;
  }
}
.event_ttl img {
  width: 122px;
}
@media screen and (max-width:899px) {
  .event_ttl img {
    width: 70px;
  }
}
.event_ttl::before {
  position: absolute;
  top: -22px;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background: url(../../img/ttl_bg.png) repeat-x center top;
  backface-visibility: hidden;
}
@media screen and (max-width:899px) {
  .event_ttl::before {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 10px;
    background: url(../../img/ttl_bg.png) repeat-x center top;
    background-size: 10px auto;
  }
}
.event_ttl::after {
  position: absolute;
  bottom: 36px;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background: url(../../img/ttl_bg.png) repeat-x center top;
  backface-visibility: hidden;
}
@media screen and (max-width:899px) {
  .event_ttl::after {
    position: absolute;
    bottom: 11px;
    left: 0;
    width: 100%;
    height: 10px;
    background: url(../../img/ttl_bg.png) repeat-x center top;
    background-size: 10px auto;
  }
}
.event_dl {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  border-bottom: #000 1px solid;
  background-color: #FFFFFF;
}
@media screen and (max-width:899px) {
  .event_dl {
    flex-direction: column;
    border-bottom: none;
  }
}
.event_dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  padding: 30px 10px;
  box-sizing: border-box;
  color: #000;
  background: #a1bbd0;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width:899px) {
  .event_dt {
    font-size: 1.4rem;
    width: 100%;
    padding: 10px;
  }
}
.event_dd {
  width: 70%;
  color: #000;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: left;
  padding: 30px 30px 30px 50px;
  box-sizing: border-box;
  line-height: 2;
}
@media screen and (max-width:899px) {
  .event_dd {
    font-size: 1.4rem;
    width: 100%;
    padding: 15px 10px;
    line-height: 1.6;
  }
}
.event_dd a {
  text-decoration: underline;
}
.event_dd b {
  font-size: 2.4rem;
  font-weight: normal;
}
@media screen and (max-width:899px) {
  .event_dd b {
    font-size: 2rem;
  }
}
.event_dd strong {
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
  border-bottom: 2px dotted #575757;
}
@media screen and (max-width:899px) {
  .event_dd strong {
    font-size: 1.4rem;
  }
}
.event_dd span {
  display: inline-block;
  font-weight: normal;
}
.event_dd small {
  font-size: 1.4rem;
}
@media screen and (max-width:899px) {
  .event_dd small {
    font-size: 1.2rem;
  }
}
.event_dd picture {
  margin-left: 15px;
}
.event_dd picture img {
  width: 71px;
  height: 27px;
}
@media screen and (max-width:899px) {
  .event_dd picture img {
    width: 50px;
    height: auto;
  }
}
.event_seat {
  text-align: left;
  padding-right: 20px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width:899px) {
  .event_seat {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.event_seat b {
  font-size: 2.2rem;
  font-weight: normal;
}
@media screen and (max-width:899px) {
  .event_seat b {
    font-size: 1.8rem;
  }
}
.event_seat em {
  font-size: 1.4rem;
  font-style: normal;
}
@media screen and (max-width:899px) {
  .event_seat em {
    display: block;
    margin-left: 65px;
    font-size: 1.2rem;
    margin-bottom: -25px;
  }
}
.event_ss {
  margin-left: 24px;
}
.event_s {
  margin-left: 33px;
}
@media screen and (max-width:899px) {
  .event_s {
    margin-left: 32px;
  }
}
.event_55th {
  margin-left: 20px;
}
.event_u30 {
  margin-left: 25px;
}
.event_att {
  margin-top: 10px;
  display: block !important;
  font-size: 1.4rem;
}
@media screen and (max-width:899px) {
  .event_att {
    font-size: 1.2rem;
  }
}

/*  song
-------------------------------------------------*/
.song {
  width: 1000px;
  margin: 0 auto 80px;
  padding-top: 0;
  text-align: center;
}
@media screen and (max-width:899px) {
  .song {
    width: 95%;
    margin: 30px auto 50px;
  }
}
.song_ttl {
  text-align: center;
  padding-bottom: 60px;
  margin-bottom: 7px;
  position: relative;
}
@media screen and (max-width:899px) {
  .song_ttl {
    padding-bottom: 30px;
  }
}
.song_ttl img {
  width: 240px;
}
@media screen and (max-width:899px) {
  .song_ttl img {
    width: 160px;
  }
}
.song_ttl::before {
  position: absolute;
  top: -22px;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background: url(../../img/ttl_bg.png) repeat-x center top;
  backface-visibility: hidden;
}
@media screen and (max-width:899px) {
  .song_ttl::before {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 10px;
    background: url(../../img/ttl_bg.png) repeat-x center top;
    background-size: 10px auto;
  }
}
.song_ttl::after {
  position: absolute;
  bottom: 36px;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background: url(../../img/ttl_bg.png) repeat-x center top;
  backface-visibility: hidden;
}
@media screen and (max-width:899px) {
  .song_ttl::after {
    position: absolute;
    bottom: 11px;
    left: 0;
    width: 100%;
    height: 10px;
    background: url(../../img/ttl_bg.png) repeat-x center top;
    background-size: 10px auto;
  }
}
.song_list {
  background-color: #FFF;
  display: flex;
  padding: 15px 10px 10px 10px;
}
@media screen and (max-width:899px) {
  .song_list {
    display: inherit;
    width: 95%;
    margin: 0 auto 20px;
  }
}
.song_list ul {
  width: 50%;
  padding: 30px 40px;
}
@media screen and (max-width:899px) {
  .song_list ul {
    width: auto;
    padding: 0 5px;
  }
}
.song_list li {
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: left;
  border-bottom: 1px dotted #000;
}
@media screen and (max-width:899px) {
  .song_list li {
    font-size: 1.4rem;
  }
}
.song_list li span {
  padding-right: 20px;
}

/*  ticket  
-------------------------------------------------*/
.ticket {
  width: 1000px;
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (max-width:899px) {
  .ticket {
    width: 95%;
  }
}
.ticket_ttl {
  text-align: center;
  padding-bottom: 60px;
  margin-bottom: 7px;
  position: relative;
}
@media screen and (max-width:899px) {
  .ticket_ttl {
    padding-bottom: 30px;
  }
}
.ticket_ttl img {
  width: 176px;
}
@media screen and (max-width:899px) {
  .ticket_ttl img {
    width: 100px;
  }
}
.ticket_ttl::before {
  position: absolute;
  top: -22px;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background: url(../../img/ttl_bg.png) repeat-x center top;
  backface-visibility: hidden;
}
@media screen and (max-width:899px) {
  .ticket_ttl::before {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 10px;
    background: url(../../img/ttl_bg.png) repeat-x center top;
    background-size: 10px auto;
  }
}
.ticket_ttl::after {
  position: absolute;
  bottom: 36px;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background: url(../../img/ttl_bg.png) repeat-x center top;
  backface-visibility: hidden;
}
@media screen and (max-width:899px) {
  .ticket_ttl::after {
    position: absolute;
    bottom: 11px;
    left: 0;
    width: 100%;
    height: 10px;
    background: url(../../img/ttl_bg.png) repeat-x center top;
    background-size: 10px auto;
  }
}
.ticket_txt {
  font-size: 1.6rem;
  line-height: 2.4;
  margin-bottom: 10px !important;
}
@media screen and (max-width:899px) {
  .ticket_txt {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.ticket_txt a {
  text-decoration: underline;
}
.ticket_txt small {
  font-size: 1.6rem;
  display: block;
}
@media screen and (max-width:899px) {
  .ticket_txt small {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}
.ticket_wrap {
  margin: 0 auto 100px;
  width: 1000px;
}
@media screen and (max-width:899px) {
  .ticket_wrap {
    width: 100%;
  }
}
.ticket_box {
  background-color: #bfa574;
  border: 1px solid #000;
  padding: 7px;
  margin-bottom: 30px;
}
@media screen and (max-width:899px) {
  .ticket_box {
    margin-bottom: 15px;
  }
}
.ticket_box2 {
  background-color: #c9c9c9;
  border: 1px solid #000;
  padding: 7px;
  margin-bottom: 30px;
}
@media screen and (max-width:899px) {
  .ticket_box2 {
    margin-bottom: 15px;
  }
}
.ticket_subttl {
  background-color: #bfa574;
  border: 1px solid #000;
  font-size: 2.2rem;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  padding: 20px 0;
  margin-bottom: 7px;
}
@media screen and (max-width:899px) {
  .ticket_subttl {
    font-size: 1.6rem;
    padding: 10px 0;
  }
}
.ticket_subttl2 {
  background-color: #c9c9c9;
  border: 1px solid #000;
  font-size: 2.2rem;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  padding: 20px 0;
  margin-bottom: 7px;
}
@media screen and (max-width:899px) {
  .ticket_subttl2 {
    font-size: 1.6rem;
    padding: 10px 0;
  }
}
.ticket_inner {
  padding: 50px 0 60px;
  background-color: #FFFFFF;
  border: 1px solid #000;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width:899px) {
  .ticket_inner {
    font-size: 1.4rem;
    padding: 30px 0;
  }
}
.ticket_inner li {
  margin-bottom: 30px;
}
@media screen and (max-width:899px) {
  .ticket_inner li {
    margin-bottom: 15px;
  }
}
.ticket_inner li b {
  color: #e8182a;
}
.ticket_inner li:last-of-type {
  margin-bottom: 0;
}
.ticket_inner small {
  display: block;
  font-size: 1.4rem;
}
.ticket_guide {
  text-align: left;
  margin: 0 auto;
  max-width: 800px;
  padding: 0 15px;
}
.ticket_guide li {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #000;
}
@media screen and (max-width:899px) {
  .ticket_guide li {
    font-size: 1.2rem;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}
.ticket_att {
  line-height: 2;
}
.ticket_att span {
  margin-bottom: 20px;
  padding-bottom: 4px;
  border-bottom: 2px dotted #000;
}
@media screen and (max-width:899px) {
  .ticket_att span {
    margin-bottom: 10px;
    padding-bottom: 1px;
  }
}

/* remodal
------------------------------------------------------------*/
.profile {
  display: none;
}

.remodal {
  position: relative;
  /*outline: 2px solid $accentColor;*/
  outline-offset: -10px;
  margin: 0 auto;
  max-width: 900px;
  height: 390px;
  padding: 25px;
}
@media screen and (max-width:899px) {
  .remodal {
    padding: 30px 15px;
    height: auto;
  }
}

.remodal-cancel {
  color: #fff;
  background: #000;
  width: 130px;
  height: 35px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: normal;
  font-size: 1.6rem;
}
@media screen and (max-width:899px) {
  .remodal-cancel {
    margin: 15px auto 0;
    position: inherit;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 1.3rem;
  }
}

.remodal-cancel:hover {
  background: #999;
}

.profile_ph {
  margin-bottom: 10px;
  position: absolute;
  left: 30px;
  top: 30px;
}
@media screen and (max-width:899px) {
  .profile_ph {
    margin-bottom: 20px;
    position: inherit;
    left: 0;
    top: 0;
  }
}
.profile_ph img {
  width: 380px;
  vertical-align: top;
}
@media screen and (max-width:899px) {
  .profile_ph img {
    width: 70%;
    max-width: 500px;
    vertical-align: top;
  }
}

.profile_wrap {
  position: absolute;
  width: 430px;
  left: 440px;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width:899px) {
  .profile_wrap {
    position: inherit;
    width: 100%;
    left: 0;
    top: 0;
  }
}

.profile_name {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 1.9rem;
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 2px solid #e8182a;
  width: 100%;
}
.profile_name span {
  font-size: 1.4rem;
}
@media screen and (max-width:899px) {
  .profile_name {
    font-size: 1.6rem;
  }
}

.profile_txt {
  clear: both;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  text-align: left;
}
.profile_txt a {
  text-decoration: underline;
}

.profile_txt2 {
  clear: both;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  text-align: left;
  overflow-y: scroll;
  padding-right: 10px;
  height: 240px;
}

/* message
------------------------------------------------------------*/
.message_inner {
  margin: 160px 0;
}
@media screen and (max-width:899px) {
  .message_inner {
    margin: 60px 0;
  }
}
.message_txt {
  margin: 0 auto 80px;
  width: 900px;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.8;
  font-size: 1.8rem;
}
@media screen and (max-width:899px) {
  .message_txt {
    width: auto;
    font-size: 1.4rem;
    padding: 20px;
    margin: 0 auto;
  }
}
.message_mp3 {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width:899px) {
  .message_mp3 {
    max-width: 700px;
    margin: 15px;
    width: auto;
    padding: 10px 10px 4px 10px;
  }
}
.message_mp3 audio {
  width: 700px;
}
@media screen and (max-width:899px) {
  .message_mp3 audio {
    width: 100%;
  }
}

@-moz-document url-prefix() {
  .message_mp3 {
    background-color: #999;
    border-radius: 10px;
    padding: 20px 20px 14px 20px;
  }
  @media screen and (max-width:899px) {
    .message_mp3 {
      padding: 10px 10px 4px 10px;
    }
  }
}
/* footer
------------------------------------------------------------*/
.bnr {
  margin: 60px 0 70px;
  text-align: center;
}
@media screen and (max-width:899px) {
  .bnr {
    margin: 30px 0 45px;
  }
}
.bnr img {
  max-width: 480px;
}
@media screen and (max-width:899px) {
  .bnr img {
    margin: 0 auto;
    width: 60%;
  }
}
.bnr_link {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width:899px) {
  .bnr_link {
    margin: 10px 0 50px;
  }
}
.bnr_link img {
  max-width: 300px;
}
@media screen and (max-width:899px) {
  .bnr_link img {
    margin: 0 auto;
    width: 50%;
  }
}

.footer {
  text-align: center;
  background-color: #052244;
}
.footer address {
  color: #FFF;
  font-style: normal;
  font-size: 1.2rem;
  padding: 30px 0;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

@media screen and (max-width:899px) {
  .footer address {
    font-size: 0.8rem;
    padding: 20px 0 20px;
  }
}
.go-top a {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: url(../../img/top.png) no-repeat 0 top;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  z-index: 3;
}

@media screen and (max-width:899px) {
  .go-top a {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: url(../../img/top.png) no-repeat 0 top;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
  }
}
/* -- UTILITY -- */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width:899px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */</pre></body></html>