/* RESET CSS
---------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

html, body {
  height: 100%;
  margin: 0;
  font-family: Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
}

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,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer !important;
  display: block;
}

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

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

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 #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

/* TYPO
---------------------------------------- */
body {
  font-size: 100%;
  font-family: "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
}

body.forie {
  background: url("../img/start.jpg") no-repeat fixed;
  background-size: cover;
  background-position: center center;
}

h1, h2, h3, h4, h5 {
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
/ / Safari での Default値
}

.content h2 {
  font-size: 2.3rem;
  text-align: center;
  font-weight: normal;
  letter-spacing: 2px;
  padding: 65px 0 30px 0;
  line-height: 1.3;
}

.content h2 span {
  width: 60px;
  height: 1px;
  margin: 30px auto 0 auto;
  display: block;
  background: #000;
}

.content p.reed {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 60px;
}

#map h1 .pc-only,
#contact h1 .pc-only {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .content h2 {
    font-size: 1.3rem;
    padding: 30px 0;
  }

  .content p.reed {
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 40px;
  }
}

/* SETTING
---------------------------------------- */
@media screen and (min-width: 769px) {
  body, .start, .end {
    min-width: 1100px;
  }

  .sp-only {
    display: none;
  }

  .pc-only {
    display: block;
  }

  .wrap {
    width: 100%;
    max-width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }

  .sp-only img {
    width: 100%;
  }

  .pc-only {
    display: none;
  }

  .wrap {
    width: 90%;
    padding: 0 5%;
  }
}

/* HEADER
---------------------------------------- */

header {
  height: 71px; 
  display: block;
  background-color: #fff;
}

header .header-inner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}

header .header-inner2 {
  height: 84px;
  background: #fff url(../img/bdr_01.png) repeat-x center bottom;
}

header .logo {
  margin-top: 10px;
  width: 185px;
}

header nav {
  width: 76.5%;
  position: absolute;
  left: 23%;
  top: 23px;
  display: block;
}

header nav a {
  padding-left: 17px;
  margin-right: 18px;
  line-height: 1.4;
  font-size: 75%;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #000;
  position: relative;

}

.company_name {
  line-height: 1.4;
  font-size: 75%;
  text-align: right;
  padding-right: 30px;
}
  .header-banner.pc-only{
    width: 100%;
    padding: 20px;
    padding-top: 30px;
    background: #fff url(../img/bdr_01.png) repeat-x bottom;
  }

@media screen and (max-width: 768px) {
  .company_name {
    line-height: 1.4;
    font-size: 75%;
    text-align: left;
    padding-right: 0;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 2em;
  }
  .header-banner{
    padding: 10px;
    background: #fff url(../img/bdr_01.png) repeat-x bottom left;
    background-size: 47%;
  }
}
header nav a:last-child {
  margin-right: 0;
}

header nav a:hover {
  color: #e22300;
}

header nav a::before {
  content: "";
  display: inline-block;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #23bbff;
  border-style: solid;
  margin-right: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
}

header nav br.line-fix {
  display: none;
}

header nav a:hover::before {
  border-left-color: #e22300;
}

@media screen and (min-width: 769px) and (max-width: 980px) {
  header nav {
    top: 12px;
  }

  header nav br.line-fix {
    display: inline;
  }
}

@media screen and (max-width: 768px) {

  header {
    height: 0;
  }

  header .header-inner2 {
    height: 0;
    background: none;
  }

  header .logo,
  .c_name {
    display: none;
  }

  header nav {
    width: 100%;
    height: 1000px;
    padding: 0;
    margin: 0;
    display: block;
    background: url(../img/bg_01.png) repeat center center;
    background-size: 10px 10px;
    position: fixed;
    left: 100%;
    top: 0;
  }

  header nav a {
    display: block;
    padding: 12px 0;
    margin: 0 10px;
    line-height: 1;
    border-bottom: dotted 1px #606060;
  }

  header nav a br {
    display: none;
  }

  header nav a:first-child {
    padding-top: 17px;
  }

  header nav a::before {
    position: static;
    margin-top: 0;
  }

  header nav a + a {
    margin: 0 10px;
  }

  header .sp-menu {
    width: 40px;
    height: 43px;
    display: inline-block;
    position: fixed;
    right: 12px;
    top: 13px;
    cursor: pointer;
    background: url(../img/btn_sp_menu_close.png) no-repeat;
    background-size: 100% auto;
  }

  body.menu-on header .sp-menu img {
    opacity: 0;
  }

  body.menu-on .header-inner {
    animation-name: sp-menu-anim;
    animation-duration: 0.2s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;

    -webkit-animation-name: sp-menu-anim;
    -webkit-animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;

    -moz-animation-name: sp-menu-anim;
    -moz-animation-duration: 0.2s;
    -moz-animation-timing-function: ease-out;
    -moz-animation-iteration-count: 1;

    -ms-animation-name: sp-menu-anim;
    -ms-animation-duration: 0.2s;
    -ms-animation-timing-function: ease-out;
    -ms-animation-iteration-count: 1;

    -o-animation-name: sp-menu-anim;
    -o-animation-duration: 0.2s;
    -o-animation-timing-function: ease-out;
    -o-animation-iteration-count: 1;

    transform: translateX(-80%);
    -webkit-transform: translateX(-80%);
    -moz-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    -o-transform: translateX(-80%);
  }

  @keyframes sp-menu-anim {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-80%);
    }
  }
  @-webkit-keyframes sp-menu-anim {
    0% {
      -webkit-transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(-80%);
    }
  }
  @-moz-keyframes sp-menu-anim {
    0% {
      -moz-transform: translateX(0%);
    }
    100% {
      -moz-transform: translateX(-80%);
    }
  }
  @-ms-keyframes sp-menu-anim {
    0% {
      -ms-transform: translateX(0%);
    }
    100% {
      -ms-transform: translateX(-80%);
    }
  }
  @-o-keyframes sp-menu-anim {
    0% {
      -o-transform: translateX(0%);
    }
    100% {
      -o-transform: translateX(-80%);
    }
  }

  body.menu-off .header-inner {
    animation-name: sp-menu-anim-off;
    animation-duration: 0.3s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;

    -webkit-animation-name: sp-menu-anim-off;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;

    -moz-animation-name: sp-menu-anim-off;
    -moz-animation-duration: 0.3s;
    -moz-animation-timing-function: ease-out;
    -moz-animation-iteration-count: 1;

    -ms-animation-name: sp-menu-anim-off;
    -ms-animation-duration: 0.3s;
    -ms-animation-timing-function: ease-out;
    -ms-animation-iteration-count: 1;

    -o-animation-name: sp-menu-anim-off;
    -o-animation-duration: 0.3s;
    -o-animation-timing-function: ease-out;
    -o-animation-iteration-count: 1;

    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
  }

  @keyframes sp-menu-anim-off {
    0% {
      transform: translateX(-80%);
    }
    100% {
      transform: translateX(0%);
    }
  }
  @-webkit-keyframes sp-menu-anim-off {
    0% {
      -webkit-transform: translateX(-80%);
    }
    100% {
      -webkit-transform: translateX(0%);
    }
  }
  @-moz-keyframes sp-menu-anim-off {
    0% {
      -moz-transform: translateX(-80%);
    }
    100% {
      -moz-transform: translateX(0%);
    }
  }
  @-moz-keyframes sp-menu-anim-off {
    0% {
      -moz-transform: translateX(-80%);
    }
    100% {
      -moz-transform: translateX(0%);
    }
  }
  @-o-keyframes sp-menu-anim-off {
    0% {
      -o-transform: translateX(-80%);
    }
    100% {
      -o-transform: translateX(0%);
    }
  }
}

/* KV - PC
---------------------------------------- */
@media screen and (min-width: 769px) {
  .kvimg {
    position: relative;
    height: 100%;
    cursor: default;
    z-index: 100;
  }

  .kvimg.pc-only .kvmain {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
  }

  .kvimg .bg {
    background: url("../img/kv_bg.jpg");
    position: absolute;
    width: 100%;
    top: 0;
  }

  .kvimg .wrap {
    width: 1100px;
    height: 193px;
    position: absolute;
    bottom: 50px;
    text-align: right;
    right: 10%;
  }

  .kvimg .btn {
    width: 188px;
    height: 193px;
    background: url("../img/kvbtn.png") 0 0;
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    right: 0%;

  }

  .kvimg .btn:hover {
    width: 188px;
    height: 193px;
    background: url("../img/kvbtn.png") no-repeat;
    background-position: 0 -193px;
  }

  .kvimg .scrollWrap {
    width: 100%;
  }

  .kvimg .scroll {
    left: 50%;
    bottom: 55px;
    margin-left: -32px;
    z-index: 1000;
  }

  .kvimg .scroll img {
    width: 65px;
  }

  .kvimg .scroll:after {
    content: "";
    display: block;
    background: url("../img/icon_scroll.png") no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 25px;
    cursor: pointer;
  }

  .kvimg .scroll:hover:after {
    opacity: 0.7;
    display: block;
  }
}

/* KV - SP
---------------------------------------- */
@media screen and (max-width: 768px) {
  .kvimg {
    width: 100%;
    text-align: center;
    background: none;
  }

  .kvimg .bottom {
    vertical-align: top;
  }

  .kv-sp-main {
    width: 100%;
    padding-top: 57px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .kvimg .ttl {
    width: 80%;
    margin-top: 0px;
  }

  .kvimg .logo {
    width: 80%;
  }

  .kvimg .btn {
    width: 80%;
    height: auto;
    margin: 116px auto 25px;
  }

}

/* condition
---------------------------------------- */

.kv-area {
  position: relative;
}

.kv-area * {
  line-height: 1;
  vertical-align: 0;
}

.kv-area .condition {
  text-align: center;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  left: 27%;
  top: 70%;
  z-index: 200;
  margin-left: -195px;
}

.kv-area .condition .top {
  padding: 15px 20px 14px;
  border-bottom: dotted 1px #c8c8c8;
  font-size: 1.4rem;
}

.kv-area .condition .m {
  color: #e22300;
  font-size: 1.8rem;
  padding: 0 3px 0 0;
}

.kv-area .condition .d {
  color: #e22300;
  font-size: 1.8rem;
  padding: 0 3px 0 0;
}

.kv-area .condition .txt {
  color: #e22300;
  font-size: 1.6rem;
  padding: 0 0 0 5px;
}

.kv-area .condition .time {
  color: #e22300;
  font-size: 1.8rem;
  padding-right: 5px;
}

.kv-area .condition .txt2 {
  font-size: 1.0rem;
}

.kv-area .condition .bottom {
  padding: 15px 25px 14px 25px;
  font-size: 1.6rem;
}

.kv-area .condition .label {
  background-color: #00a8ff;
  color: #fff;
  border-radius: 3px;
  padding: 4px 10px 3px;
  font-size: 1.2rem;
  letter-spacing: 2px;
  vertical-align: 8px;
}

.kv-area .condition .hour,
.kv-area .condition .min {
  font-size: 2.5rem;
  color: #e22300;
}

.kv-area .condition .hour {
  padding: 0 14px 0 20px;
}

.kv-area .condition .min {
  padding: 0 14px 0 20px;
}

.kv-area .condition.irregular {
  width: 430px;
  color: #e22300;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .kv-area .condition {
    width: 80%;
    left: 10%;
    margin-left: 0;
  }

  .kv-area .condition .top {
    padding: 10px 0px 9px;
    font-size: 0.6rem;
  }

  .kv-area .condition .m {
    font-size: 1.2rem;
  }

  .kv-area .condition .d {
    font-size: 1.2rem;
  }

  .kv-area .condition .txt {
    font-size: 1.0rem;
  }

  .kv-area .condition .time {
    font-size: 1.2rem;
  }

  .kv-area .condition .txt2 {
    font-size: 0.6rem;
  }

  .kv-area .condition .bottom {
    font-size: 1.1rem;
    padding: 4px 5px 9px 15px;
  }

  .kv-area .condition .label {
    vertical-align: 3px;
    padding: 3px 7px 2px;
    font-size: 0.8rem;
  }

  .kv-area .condition .hour,
  .kv-area .condition .min {
    padding: 0 5px 0 10px;
    font-size: 1.8rem;
  }

  .kv-area .condition.irregular {
    width: 80%;
    padding: 15px 0;
    font-size: 1.0rem;
  }
}

/* parallax
---------------------------------------- */
article.crossfade {
  padding-bottom: 100px;
  position: relative;
  top: 0;
  min-height: 100%;
  z-index: 0;
}

.start {
  position: absolute;
  width: 100%;
  min-height: 100%;
  background: url("../img/start.jpg") center 40% / cover no-repeat fixed;
  z-index: 0;
}

.end {
  position: absolute;
  width: 100%;
  min-height: 100%;
  background: url("../img/end.jpg") center 40% / cover no-repeat fixed;
  z-index: 0;
}

.forie .start,
.forie .end {
  display: none !important;
}

.wrap {
  margin: 0 auto;
  position: relative;
  z-index: 999;
}

.content {
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 999;
  padding-bottom: 45px;
}

@media screen and (max-width: 768px) {
  article.crossfade {
    padding-bottom: 80px;
    z-index: auto;
  }

  .content {
    width: 90%;
    padding: 5% 5% 40px 5%;
  }
}

.spkv .start {
  width: 100%;
  z-index: -1;
  position: absolute;
}

.spkv .end {
  width: 100%;
  z-index: -1;
  position: absolute;
}

.spkv .start:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background: url("../img/start_sp.jpg") no-repeat center top;
  background-size: 100% auto;
  top: 0;
  left: 0;
  z-index: -1;
}

.spkv .end:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background: url("../img/end_sp.jpg") no-repeat center top;
  background-size: 100% auto;
  top: 0;
  left: 0;
  z-index: -1;
}

.content.last {
  margin-bottom: 0;
}

/* section 共通指定
---------------------------------------- */

#banner-area,
#news h1,
#availability h1,
#about h1,
#tickets h1,
#infomation h1,
#map h1,
#contact h1 {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  #banner-area,
  #news h1,
  #availability h1,
  #about h1,
  #tickets h1,
  #infomation h1 {
    padding-top: 40px;
  }
}

/* section - NEWS
---------------------------------------- */

#news .news_info {
  width: 915px;
  max-height: 250px;
  padding: 15px 0 0 40px;
  margin: 0 auto;
  border: solid 1px #c8c8c8;
  box-sizing: border-box;
  overflow-y: scroll;
}

.post_content_list {
  width: 100%;
  margin-bottom: 30px;
  overflow-y: scroll;
}

.post-date {
  font-size: 18px;
  color: #00a8ff;
}

.category {
  width: 90px;
  justify-content: center;
  border-radius: 3px;
  display: inline-flex;
  padding: 5px 0;
  margin-left: 18px;
  justify-content: center;
}

.category a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  padding: 0 10px;
}

.category.pink {
  background-color: #FF40A4;
}

.category.red {
  background-color: #E22300;
}

.category.blue {
  background-color: #00B4FF;
}

.category.yellow {
  background-attachment: #FFE500;
}

.category.brown {
  background-color: #B79072;
}

.category.green {
  background-color: #03c973;

}

.category.black {
  background-color: #0b0b0b;
}

.category.gray {
  background-color: #e6e6e6;
}

.post_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
  padding: 9px 0;
  border-bottom: solid 1px #c8c8c8;
}

.post_content_main {
  width: 610px;
  margin-left: 20px;
}

.post_content_main h2 {
  padding: 0;
  letter-spacing: 0;
}

.post_content_main .post_content_title {
  font-size: 16px;
  padding: 0;
  text-decoration: none;
  text-align: left;
}

.post-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.btn_box {
  display: block;
}

#news .btn {
  margin-top: 20px;
  background-color: #00a8ff;
}

#news .news_info a.item:hover .date,
#news .news_info a.item:hover .desc {
  color: #e22300;
}

.banner{
  text-align: center;
  margin-top: 10px;
}
.banner_wrap{
  padding-top: 40px;
}
.banner_wrap p{
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .banner_wrap{
    padding-top: 1em;
  }

  #news .news_info {
    width: 100%;
    padding: 5px 5px 10px 10px;
  }

  #news .news_info ul {
    padding-right: 5px;
  }

  #news .news_info li {
    line-height: 1.2;
  }

  #news .news_info .item {
    padding: 5px 5px 5px 0;
    line-height: 1.1;
  }

  #news .news_info .date {
    width: auto;
    display: block;
    font-size: 0.8rem;
  }

  #news .news_info .desc {
    font-size: 0.7rem;
  }

  .category {
    width: 30%;
    display: block;
  }

  .post_content {
    display: block;
  }

  .post_content_main {
    width: 100%;
    margin-left: 0;

  }

  .post_content_main
  .post_content_title {
    font-size: 14px;
    width: 95%;
    text-align: justify;
    margin: 3% 0;
  }

  .post-date {
    font-size: 14px;
  }

  .category {
    font-size: 12px;
    text-align: center;
  }
}

/* section - AVAILABILITY
---------------------------------------- */

#availability .condition-box {
  margin-bottom: 40px;
  text-align: center;
}

#availability .condition-box .condition {
  width: 364px;
  margin: 0 25px;
  display: inline-block;
  border: solid 1px #c8c8c8;
  box-shadow: 6px 6px 0 0 #e6e6e6;
}

#availability .condition-box .condition h2 {
  padding: 18px 0 12px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  font-size: 1.3rem;
}

#availability .condition-box .condition.vip h2 {
  background-color: #fdd901;
}

#availability .condition-box .condition.normal h2 {
  background-color: #00a8ff;
}

#availability .condition-box .condition table {
  width: 85%;
  margin: 15px 0 18px;
  display: inline-table;
  border-collapse: collapse;
}

#availability .condition-box .condition td {
  padding: 7px 0;
  text-align: center;
  vertical-align: middle;
  border-bottom: dotted 1px #c8c8c8;
}

#availability .condition-box .condition tr td:first-child {
  text-align: right;
  padding-right: 55px;
  font-size: 1.25rem;
}

#availability .condition-box .condition tr td:last-child {
  width: 23%;
  text-align: left;
}

#availability .condition-box .condition table tr:last-child td {
  border-bottom: none;
}

#availability .condition-box .condition .type0, /* ― */
#availability .condition-box .condition .type1, /* ◎ */
#availability .condition-box .condition .type2, /* ○ */
#availability .condition-box .condition .type3, /* △ */
#availability .condition-box .condition .type4, /* × */
#availability .condition-box .condition .type5 /* ×または※ */
{
  width: 24px;
  height: 24px;
  padding-top: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  display: inline-block;
  border-radius: 2px;
  box-sizing: border-box;
}

#availability .condition-box .condition .type0 {
  background-color: #b4b4b4;
}

#availability .condition-box .condition .type1 {
  background-color: #00a8ff;
}

#availability .condition-box .condition .type2 {
  background-color: #02c776;
}

#availability .condition-box .condition .type3 {
  background-color: #ea6fa5;
}

#availability .condition-box .condition .type4 {
  background-color: #e3001c;
}

#availability .condition-box .condition .type5 {
  background-color: #e3001c;
}

@media screen and (max-width: 768px) {
  #availability .condition-box {
    margin-bottom: 30px;
  }

  #availability .condition-box .condition {
    width: auto;
    margin: 0 0 20px;
    display: block;
  }

  #availability .condition-box .condition h2 {
    padding: 15px 0 12px;
    font-size: 1.1rem;
  }

  #availability .condition-box .condition table {
    width: 95%;
    margin: 10px 0 10px;
  }

  #availability .condition-box .condition td {
    padding: 5px 0;
  }

  #availability .condition-box .condition tr td:first-child {
    font-size: 0.9rem;
  }
}

/* section1 - TICKETS
---------------------------------------- */
#tickets h1 {
  margin-bottom: -4px;
}

@media screen and (min-width: 769px) {
  #tickets .box {
    width: 280px;
    min-height: 323px;
    display: inline-block;
    position: relative;
    border: 1px solid #c8c8c8;
  }

  #tickets .box:before {
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: -30px;
    width: 210px;
  }

  #tickets .box:after {
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    bottom: -30px;
    width: 210px;
    transform: rotate(-180deg);
  }

  #tickets .boxbg {
    width: 100%;
    height: 100%;
    display: block;
  }

  #tickets .boxbg:before {
    border-bottom: 30px solid #cfcfcf;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: -31px;
    width: 210px;
    display: block;
    z-index: -1;
  }

  #tickets .boxbg:after {
    border-bottom: 30px solid #cfcfcf;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    bottom: -31px;
    width: 210px;
    transform: rotate(-180deg);
  }

  #tickets .box.vip {
    background: #ffe500 url("../img/box_vip.png") no-repeat;
    margin-right: 50px;
    padding-bottom: 35px;
  }

  #tickets .box.vip:before {
    border-bottom: 30px solid #ffe500;
  }

  #tickets .box.vip:after {
    border-bottom: 30px solid #fff;
  }

  #tickets .box.normal {
    background: #00b4ff url("../img/box_normal.png") no-repeat;
    margin-left: 50px;
    padding-bottom: 35px;
  }

  #tickets .box.normal:before {
    border-bottom: 30px solid #00b4ff;
  }

  #tickets .box.normal:after {
    border-bottom: 30px solid #fff;
  }

  .box ul {
    background: #fff;
    position: absolute;
    bottom: 0;
    padding: 30px 30px 0 30px;
    font-size: 0.875rem;
    line-height: 1.4;
    font-weight: normal;
    text-align: left;
  }

  .box.vip ul li {
    list-style-image: url("../img/list_icon_y.png");
    margin-left: 5px;
    padding-left: 5px;
  }

  .box.normal ul li {
    list-style-image: url("../img/list_icon_b.png");
    margin-left: 5px;
    padding-left: 5px;
  }

  .box ul li:first-child {
    margin-bottom: 15px;
  }

}

.colWrap {
  text-align: center;
  display: block;
  margin-bottom: 60px;
}

.btn {
  width: 430px;
  height: 70px;
  background: #e22300;
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;
  line-height: 70px;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 1px;
  clear: both;
  text-decoration: none;
}

.btn:hover {
  background: #e44f34;
}

@media screen and (max-width: 768px) {
  #tickets .img01 {
    margin: 110px 0 0 0;
  }

  #tickets h1 {
    margin-bottom: -1px;
  }

  #tickets .box {
    position: relative;
  }

  #tickets .box.vip {
    margin-right: 0;
  }

  #tickets .box.normal {
    margin-left: 0;
    margin-bottom: 0;
  }

  #tickets .box {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
    border: 1px solid #c8c8c8;
  }

  .box ul {
    background: #fff;
    bottom: 0;
    padding: 5% 10%;
    font-size: 0.9rem;
    line-height: 1.4;
    font-weight: normal;
    text-align: left;
  }

  .box ul li {
    margin-bottom: 10px;
  }

  .box.vip ul li {
    list-style-image: url("../img/list_icon_y.png");
    margin-left: 5px;
    padding-left: 5px;
  }

  .box.normal ul li {
    list-style-image: url("../img/list_icon_b.png");
    margin-left: 5px;
    padding-left: 5px;
  }

  .colWrap {
    margin-bottom: 40px;
  }

  .btn {
    width: 90%;
    height: auto;
    background: #e22300;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 1px;
    clear: both;
    text-decoration: none;
  }
}

/* section2 - INFOMATI
---------------------------------------- */

@media screen and (min-width: 769px) {
  #infomation h1 {
    margin-bottom: -4px;
  }

  #infomation .timeWrap {
    width: 550px;
    margin: 0 auto;
    text-align: center;
  }

  #infomation .timeWrap .timeInfo {
    width: 151px;
    height: 45px;
    background: url("../img/time_bg.png") no-repeat;
    color: #fff;
    float: left;
    font-size: 1.4rem;
    padding-top: 12px;
    margin-bottom: 20px;
  }

  #infomation .timeWrap .last {
    clear: both;
    text-align: center;
    color: #e22300;
    font-size: 1.4rem;
    margin-bottom: 30px;
  }

  #infomation .ticketPrice ul {
    width: 840px;
    margin: 0 auto;
    padding: 30px 30px 15px 30px;
    background: #FFF;
    border: 1px solid #c8c8c8;
    margin-bottom: 40px;
  }

  #infomation .ticketPrice ul li {
    border-bottom: 1px dashed #c8c8c8;
    padding: 15px 0 15px 35px;
    font-weight: bold;
    line-height: 40px;
    display: flex;
    align-items: center;
  }

  #infomation .ticketPrice ul li.ti4 {
    border-top: 1px dashed #c8c8c8;
    margin-top: 10px;
  }

  #infomation .ticketPrice ul li.last {
    border-bottom: none;
  }

  #infomation .ticketPrice ul li.all {
    background: url("../img/list_icon_p.png") no-repeat 10px center;
  }

  #infomation .ticketPrice ul li.team {
    background: url("../img/list_icon_g.png") no-repeat 10px center;
  }

  #infomation .ticketPrice ul li .plan {
    margin-right: 10px;
    flex-basis: 305px;
  }

  #infomation .ticketPrice ul li .price {
    flex-basis: 304px;
    margin-right: 10px;
  }

  #infomation .ticketPrice ul li .price .small {
    font-size: 15px;
  }

  #infomation .ticketPrice ul li.ti1 .price,
  #infomation .ticketPrice ul li.ti2 .price,
  #infomation .ticketPrice ul li.ti3 .price {
    left: 410px;
  }

  #infomation .ticketPrice ul li.ti4 .price {
    left: 425px;
  }

  #infomation .ticketPrice ul li.ti5 .price {
    left: 425px;
  }

  #infomation .ticketPrice ul li.ti6 .price {
    left: 427px;
  }

  #infomation .ticketPrice ul li .note {
    float: right;
    font-size: 12px;
    flex-basis: 200px;
  }

  #infomation .ticketPrice ul li .note.col2 {
    line-height: 20px;
  }
}

@media screen and (max-width: 768px) {
  #infomation h1 {
    margin-bottom: -2px;
  }

  #infomation .timeWrap {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  #infomation .timeWrap .timeInfo {
    width: 91px;
    height: 35px;
    background: url("../img/time_bg.png") no-repeat;
    background-size: 100%;
    color: #fff;
    float: left;
    font-size: 14px;
    padding-top: 0;
    margin: 0 35% 10px 35%;
    line-height: 28px;
  }

  #infomation .timeWrap .time img {
    width: 80%;
  }

  #infomation .timeWrap .last {
    clear: both;
    text-align: center;
    color: #e22300;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  #infomation .ticketPrice ul {
    width: 90%;
    padding: 5%;
    margin: 0 auto 40px auto;
    background: #FFF;
    border: 1px solid #c8c8c8;
  }

  #infomation .ticketPrice ul li {
    border-bottom: 1px dashed #c8c8c8;
    padding: 15px 0 15px 35px;
    font-weight: bold;
    line-height: 40px;
  }

  #infomation .ticketPrice ul li.ti4 {
    border-top: 1px dashed #c8c8c8;
    margin-top: 10px;
  }

  #infomation .ticketPrice ul li.last {
    border-bottom: none;
  }

  #infomation .ticketPrice ul li.all {
    background: url("../img/list_icon_p.png") no-repeat 10px 20px;
  }

  #infomation .ticketPrice ul li.team {
    background: url("../img/list_icon_g.png") no-repeat 10px 20px;
  }

  #infomation .ticketPrice ul li .plan {
    margin-right: 20px;
    display: block;
    line-height: 1.4;
    margin-bottom: 15px;
  }

  #infomation .ticketPrice ul li .price {
    display: block;
    margin-bottom: -10px;
    font-size: 12px;
  }

  #infomation .ticketPrice ul li .price .small {
    font-size: 12px;
  }

  #infomation .ticketPrice ul li .price img {
    width: 35%;
  }

  #infomation .ticketPrice ul li .note {
    font-size: 12px;
  }

  #infomation .ticketPrice ul li .note.col2 {
    display: block;
    line-height: 20px;
    margin-top: 10px;
  }

}

#infomation .notes {
  width: 840px;
  margin: 0 auto;
  padding: 30px 30px 15px 30px;
  background: #FFF;
  border: 1px solid #c8c8c8;
}

#infomation .notes ul.head {
  border-radius: 10px;
  border: 5px solid #e9ddd4;
  padding: 25px 60px;
  margin-bottom: 20px;
}

#infomation .notes ul.head h3 {
  text-align: center;
  color: #b79072;
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 20px;
  letter-spacing: 2px;
  background: url("../img/rightArw.png") no-repeat 62% center,
  url("../img/leftArw.png") no-repeat 37% center;
}

#infomation .notes ul.head li {
  list-style-type: disc;
  margin-bottom: 18px;
  font-feature-settings: 'palt';
  letter-spacing: .1em;
  line-height: 1.2;
}

#infomation .notes ul.sub {
  padding: 25px 65px
}

#infomation .notes ul.sub li {
  list-style-type: disc;
  margin-bottom: 15px;
  font-size: 14px;
}

#infomation .notes ul.sub li.heading {
  list-style-type: none;
  margin-left: -40px;
  font-weight: bold;
  font-size: 16px;
}

#infomation .notes ul.sub li .b {
  font-weight: bold;
}

#infomation .notes ul.sub li .b.red {
  color: #e22300;
}

#infomation .notes ul.sub li.last {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #infomation .notes {
    width: 90%;
    padding: 10% 5%;
  }

  #infomation .notes ul.head {
    padding: 5% 5% 2.5% 12%;
  }

  #infomation .notes ul.head li {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.6;
  }

  #infomation .notes ul.sub {
    padding: 0 0 0 15%;
  }

  #infomation .notes ul.sub li {
    line-height: 1.6;
    margin-bottom: 10px;
  }

  #infomation .notes ul.sub li.last {
    margin-bottom: 20px;
  }

}

/* section3 - ABOUT
---------------------------------------- */
#about h1 {
  margin-bottom: -1px;
}

#about h2 span.name {
  width: auto;
  height: auto;
  background: none;
  margin: 0;
  display: inline;
  font-size: 36px;
  letter-spacing: -2px;
}

#about .youtube {
  width: 915px;
  height: 515px;
  margin: 0 auto 35px;
  display: block;
}

#about h3 {
  font-size: 2.9rem;
  color: #e22300;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
}

#about .reed {
  width: 880px;
  margin: 0 auto 40px auto;
  text-align: justify;
}

#about .reed:not(:last-of-type) {
  margin-bottom: 20px;
}

#about .reed a {
  color: #e22300;
  text-decoration: underline;
  font-size: 1.1rem;
}

#about .points {
  width: 915px;
  overflow: hidden;
  margin: 0 auto;
}

#about .points .point-block {
  display: block;
  position: relative;
}

#about .points .point-block + .point-block {
  margin-top: 32px;
}

#about .points .point-block .text {
  width: 100%;
  height: 175px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
}

#about .points .point-block .text .point {
  position: absolute;
  left: 46px;
  top: 0;
}

#about .points .point-block .text h4,
#about .points .point-block .text p {
  margin: 0 30px 0 135px;
  color: #fff;
}

#about .points .point-block .text h4 {
  padding: 28px 0 15px;
  font-weight: normal;
  font-size: 2.2rem;
}

#about .points .point-block .text p {
  line-height: 1.6 !important;
  font-size: 1.1rem !important;
}

@media screen and (max-width: 768px) {
  #about {
    padding-bottom: 0;
  }

  #about .reed {
    width: 100%;
    margin-bottom: 20px;
  }

  #about h2 img.osakawheelText {
    width: 80%;
  }

  #about h2 span.name {
    font-size: 20px;
    margin-top: 10px;
  }

  #about .youtube {
    width: 100%;
    height: 180px;
    margin: 0 auto 35px;
    display: block;
  }

  #about h3 {
    font-size: 1.8rem;
    color: #e22300;
    text-align: center;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 1.4;
  }

  #about .points {
    width: auto;
  }

  #about .points .point-block + .point-block {
    margin-top: 20px;
  }

  #about .points .point-block .text {
    height: auto;
    padding: 10px 0;
  }

  #about .points .point-block .text .point {
    width: 27px;
    left: 10px;
  }

  #about .points .point-block .text h4,
  #about .points .point-block .text p {
    margin: 0 10px 0 47px;
  }

  #about .points .point-block .text h4 {
    padding: 0 0 7px;
    font-size: 0.9rem;
  }

  #about .points .point-block .text p {
    line-height: 1.3 !important;
    font-size: 0.6rem !important;
  }

}

/* bottomArea
---------------------------------------- */
#bottomArea {
  width: 100%;
  background: url("../img/color-bar.png") top /100% repeat-x,
  url("../img/color-bar.png") bottom /100% repeat-x,
  url("../img/kv_bg.jpg") center center;
  padding: 0 0 80px;
  position: relative;
  z-index: 20;
}

#bottomArea .reed {
  font-size: 1.4rem;
  margin: 20px 0 30px 0;
}

@media screen and (max-width: 768px) {
  #bottomArea {
    width: 90%;
    padding: 0 5% 40px;
    z-index: 9998;
    background: url("../img/color-bar.png") top /100% repeat-x,
    url("../img/color-bar.png") bottom /100% repeat-x,
    url("../img/kv_bg.jpg") center center /50%;
  }

}

.bottomArea_contact{
  width: 100%;
  padding: 50px 0;
  background: url('../img/color-bar.png') top /100% repeat-x;
  background-color: #fff;
  margin-top: 80px;
  text-align: center;
}
.bottomArea_contact_txt{
  line-height: 1.8;
}

#bottomArea{
  padding: 0 0 4px;
}

/* map
---------------------------------------- */
#map {
  text-align: center;
  margin-bottom: 0px;
}

#map .wrap {
  max-width: 1100px;
}

#map .col-2 {
  width: 492px;
  text-align: left;
  float: left;
}

#map .col-2:first-child {
  margin: 0 38px 0 20px;
}

#map .col-2:last-child {
  margin: 0 20px 0 38px;
}

#map .ttl2 {
  color: #fff;
  font-size: 0.9rem;
  padding: 3px;
  margin-right: 5px;
  flex-shrink: 0;
  align-self: flex-start;
}

#map .ttl2.gold {
  background: #b79072;
}

#map .ttl2.green {
  background: #02c776;
}

#map iframe,
#map .mapImage {
  margin-bottom: 25px;
}

#map .ttl {
  position: relative;
  background: #fff;
  border: 2px solid #cecece;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-align: center;
  padding: 10px;
  margin: 0 auto 20px auto;
}

#map .ttl.gold {
  color: #b79072;
  width: 180px;
}

#map .ttl.green {
  color: #02c776;
  width: 110px;
}

#map .ttl:after {
  content: '';
  position: absolute;
  border-top: 12px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: -9px;
  left: 47%;
}

#map .ttl:before {
  content: '';
  position: absolute;
  border-top: 10px solid #cecece;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: -12px;
  left: 47%;
}

.map-meta {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #map p {
    font-size: 0.9rem;
  }

  #map p span {
    line-height: 1.4;
  }

  #map .col-2:first-child {
    margin: 0 0 30px 0;
  }

  #map .col-2 {
    width: 100%;
    text-align: left;
    float: none;
  }

  #map .wrap {
    width: 90%;
    padding: 0 5%;
  }

  #map .ttl.gold {
    width: 70%;
  }

  #map .ttl.green {
    width: 40%;
  }

  #map .ttl {
    font-size: 1.4rem;
    padding: 3%;
  }

  #map .col-2:last-child {
    margin: 0;
  }

  #map .ttl {
    font-size: 1rem;
  }

}

/* CONTACT
---------------------------------------- */
#contact {
  text-align: center;
}

#contact .wrap {
  width: 940px;
  margin: 0 auto;
}

#contact .col-2 {
  width: 430px;
  float: left;
}

#contact .col-2:first-child {
  margin-right: 80px;
}

#contact .telNumber {
  margin: 5px 0;
}

#contact .contact-notice {
  padding: 30px 0 0;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .btn-mail {
    width: 380px;
    height: 80px;
    background: #ff40a4;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
    line-height: 80px;
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 1px;
    clear: both;
    text-decoration: none;
    position: relative;
    padding-left: 50px;
  }

  .btn-mail:before {
    content: url("../img/mail-icon.png");
    width: 33px;
    height: 33px;
    position: absolute;
    left: 70px;
    top: 5px;
  }
}

@media screen and (max-width: 768px) {
  #contact {
    padding-bottom: 40px;
  }

  #contact .wrap {
    width: 90%
  }

  #contact .col-2:first-child {
    margin-right: 0;
    margin-bottom: 40px;
  }

  #contact .col-2 {
    width: 100%;
    float: none;
  }

  .btn-mail {
    width: 90%;
    height: 60px;
    background: #ff40a4;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 1px;
    clear: both;
    text-decoration: none;
    position: relative;
    padding-left: 10%;
  }

  .btn-mail:before {
    content: "";
    background: url("../img/mail-icon.png") center/ cover;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 43px;
    top: 16px;
    display: block;
  }
}

@media screen and (max-width: 320px) {
  .btn-mail:before {
    content: "";
    background: url("../img/mail-icon.png") center/ cover;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 23px;
    top: 16px;
    display: block;
  }
}

.btn-mail:hover {
  background: #ff6eba;
}

/* FOOTER
---------------------------------------- */
footer {
  background: #fff;
}

@media screen and (min-width: 769px) {
  footer {
    text-align: center;
    padding: 45px 0 0 0;
  }

  footer .bnr {
    width: 795px;
    margin: 0 auto 45px auto;
    cursor: pointer;
  }

  footer .logoArea {
    width: 90%;
    height: auto;
    margin: 0 auto 20px auto;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer .logoArea li {
    margin: 15px 40px;
  }

  footer .copy {
    width: 100%;
    height: 50px;
    background: #dcdcdc;
    line-height: 50px;
    font-size: 0.7rem;
    letter-spacing: 1px;
  }

  .footer_bottom a {
    font-size: 14px;
    display: inline-flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: #000;
  }

  .footer_bottom a:hover {
    color: #e22300;
  }
}

.footer_area {
  background: #dcdcdc;
}

.company_info {
  padding: 60px 10px 10px;
}

.company_info dt {
  font-weight: bold;
  padding-bottom: 30px;
  font-size: 1.0rem;
}

.company_info dd {
  font-size: 0.8rem;
  line-height: 1.8;
}

.company_info dd img {
  width: 240px;
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .footer_bottom a {
    font-size: 14px;
    display: flex;
    padding: 20px 0 20px;
    justify-content: center;
    align-items: center;
    color: #000;
  }

  .footer_bottom a:hover {
    color: #e22300;
  }

  footer .bnr {
    width: 90%;
    height: auto;
    margin: 0 auto 40px auto;
    padding-top: 40px;
    cursor: pointer;
  }

  footer .logoArea {
    width: 80%;
    padding: 0 7% 0 5%;
    position: relative;
    margin: 0 auto;
    text-align: center;
  }

  footer .logoArea li {
    width: 30%;
    display: inline-block;
    margin-bottom: 20px;
  }

  footer .logoArea li:nth-child(4),
  footer .logoArea li:nth-child(8) {
    margin-right: 10px;
  }

  footer .logoArea li:last-child {
    margin-bottom: 20px;
  }

  footer .copy {
    width: 100%;
    background: #dcdcdc;
    font-size: 0.6rem;
    letter-spacing: 1px;
    text-align: center;
    padding: 10px 0 100px;
  }
}

footer a:hover {
  opacity: 0.7;
}

/* fade animation
------------------------------- */
.fadeInUp {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  visibility: visible !important;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp2 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
  visibility: visible !important;
}

@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* fixed ticketBtn
---------------------------------------- */
@media screen and (min-width: 769px) {
  .ticketBtn.fixed {
    z-index: 9999;
    position: fixed;
    top: 98px;
  }
}

@media screen and (max-width: 768px) {
  .ticketBtn.fixed {
    z-index: 9999;
    position: fixed;
    width: 100%;
    top: auto;
    bottom: 15px;
  }

  .ticketBtn.fixed .btn {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* bnr
---------------------------------------- */
.faq_bnr {
  margin-top: 60px;
  display: inline-block;
}
.faq_bnr img:hover{
  opacity: .7;
}
p.tyuuki {
  text-align: center;
  margin-bottom: 25px;
}

.c_name {
  font-size: 0.7rem;
  font-weight: bold;
  text-align: center;
  width: 185px;
  padding-top: 6px;
}

.c_message {
  padding: 15px 25px 0 25px;
  font-weight: bold;
  font-size: 1.0rem;
  line-height: 1.4;
}

.holiday {
  padding: 15px 25px 14px 25px;
  color: #e22300;
  font-size: 1.6rem;
}
