@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

img {
  height: 100%;
  width: 100%; }

@-webkit-keyframes line01 {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -100% 0; } }
@keyframes line01 {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -100% 0; } }
@-webkit-keyframes flash01 {
  0% {
    opacity: 1; }
  12.5% {
    opacity: 0; }
  25% {
    opacity: 1; }
  37.5% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes flash01 {
  0% {
    opacity: 1; }
  12.5% {
    opacity: 0; }
  25% {
    opacity: 1; }
  37.5% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1; } }
/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none; }

html {
  font-size: 14px;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  line-height: 1.9;
  letter-spacing: 2px;
  color: #000; }

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

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote::before, blockquote::after {
  content: '';
  content: none; }

q::before, q::after {
  content: '';
  content: none; }

a {
  display: inline-block;
  text-decoration: none;
  color: #000; }
  a:hover {
    color: inherit; }

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

img {
  width: 100%;
  height: auto;
  line-height: 0; }

button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent; }

input[type="submit"], input[type="text"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent; }

textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent; }

* {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

/* CLEARFIX(.cf) */
.cf {
  display: inline-block; }
  .cf::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0; }

* html .cf {
  height: 1%; }

#body-wrap {
  width: 100%;
  overflow-x: hidden; }
.mt-1 {
  margin-top: 0.5rem !important;
}

/*------------------------------*/
/* header                       */
/*------------------------------*/
/*------------------------------*/
/* footer                       */
/*------------------------------*/
footer {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
  background: #000;
  padding: 60px 0;
  font-size: 18px;
  text-align: center;
  letter-spacing: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-weight: bold; }
  footer a {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    footer a:hover {
      opacity: 0.8; }
  footer h2 {
    width: 100%;
    margin-bottom: 30px; }
    footer h2 img {
      width: auto; }
  footer .siteMap {
    width: 60%;
    max-width: 670px;
    margin: 0 auto 40px; }
    footer .siteMap ul {
      text-align: center; }
      footer .siteMap ul li a {
        font-weight: 300;
        font-size: 80%;
        color: #fff; }
  footer .mailticket {
    width: 90%;
    max-width: 750px;
    margin: 0 auto; }
    footer .mailticket a {
      display: block;
      color: #fff;
      padding: 1em 0; }
      footer .mailticket a i {
        margin: 0 20px 0 0;
        font-size: 120%; }
    footer .mailticket .ticket {
      margin: 0 auto 20px;
      background: #ff0198; }
  footer .sns {
    margin: 40px 0; }
    footer .sns a {
      display: inline-block;
      margin: 0 20px;
      height: 31px; }
  footer .kyousan {
    margin: 20px 0;
    color: #fff; }
    footer .kyousan p {
      font-size: 80%;
      line-height: 1.0; }
      footer .kyousan p:first-child {
        margin-bottom: 20px; }
      footer .kyousan p:nth-child(3) {
        line-height: 1.2;
        margin-top: 40px;
        font-size: 70%; }

/*---------------------------------------------
	contents 901up
---------------------------------------------*/
@media screen and (min-width: 901px) {
  /*------------------------------*/
  /* footer                       */
  /*------------------------------*/
  footer h2 {
    margin-bottom: 60px; }
  footer .siteMap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    footer .siteMap ul {
      text-align: left; }
  footer .mailticket {
    width: 40%;
    max-width: 700px; }
    footer .mailticket a {
      width: 323px; } }
/*			mordal 		;*/
.modal {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9500; }

.modalShown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#modal .sec-wrap {
  position: relative; }

.mod-bg {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.mod-btn {
  display: block;
  width: 6.5%;
  margin: 0 0 2.375% auto;
  line-height: 0; }
  .mod-btn > a {
    display: block;
    cursor: pointer; }
    .mod-btn > a.hover {
      opacity: 0.7; }

@media screen and (max-width: 767px) {
  .mod-btn {
    width: 13.273%;
    margin: 0 0 5.455% auto; } }
.mod-frame {
  position: relative;
  width: 66.667vw;
  max-width: 800px;
  height: 37.5vw;
  max-height: 450px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .mod-frame > iframe {
    position: absolute;
    width: 800px;
    max-width: 100%;
    height: 450px;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

@media screen and (max-width: 767px) {
  .mod-frame {
    width: 73.334vw;
    max-width: 550px;
    height: 41.25vw;
    max-height: 309.375px; } }
@media screen and (max-width: 767px) {
  .mod-frame > iframe {
    width: 550px;
    height: 309.375px; } }

/*# sourceMappingURL=style.css.map */