@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
/*---------------------------------
  common
---------------------------------*/
* {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}
html {
  margin: 0;
  scroll-behavior: smooth;
}
body {
  width: 100%;
  min-width: 1280px;
  line-height: 1.75;
  font: 16px 'Noto Sans JP', 'Roboto', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, sans-serif;
  color: #000000;
  letter-spacing: 0.06em;
  background-color: #fff;
  word-wrap: break-word;
  font-weight: 400;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.inner {
  margin: 0 auto;
  width: 1280px;
}
p {
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 1em;
}
.breadCrumb {
  padding: 15px 0;
  margin: 0px auto 30px;
  width: 100%;
  margin-top: 0px;
  text-align: right;
  font-size: 14px
}
.breadCrumb ul li {
  display: inline-block;
  margin-right: 10px;
}
.breadCrumb ul li:after {
  content: ">";
  margin: 0 10px
}
.breadCrumb ul li:last-child:after {
  display: none
}
.breadCrumb ul li a {
  margin-right: 10px;
}
.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 500ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
*:focus {
  outline: none;
}
.sp-none {
  display: block;
}
.sp-only {
  display: none;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/* xx. Align
=========================================*/
.aR {
  text-align: right !important;
}
.aC {
  text-align: center !important;
}
.aL {
  text-align: left !important;
}
.vT {
  vertical-align: top !important;
}
.vM {
  vertical-align: middle !important;
}
.vB {
  vertical-align: bottom !important;
}
.fR {
  float: right !important;
}
.fL {
  float: left !important;
}
@media screen and (max-width: 767px) {
  * {
    -webkit-appearance: none;
  }
  body {
    font-size: 14px;
    line-height: 1.6;
    padding-top: 0;
    border-top: none;
  }
  body, html, body {
    width: 100%;
    min-width: 100%;
  }
  body, html, body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  img {
    width: 100%;
    height: auto;
  }
  .sp-none {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  p {
    word-break: break-all;
    font-size: 14px;
  }
  .inner {
    width: 100%;
    padding: 0 4%
  }
  .breadCrumb {
    display: none
  }
}
/* Link
========================================*/
a, a:link {
  text-decoration: none;
  outline: none;
  transition: 0.3s;
  color: #000000
}
a:visited {
  color: #000000
}
a:hover, a:active {
  color: #000000;
  text-decoration: underline
}
a.alpha:hover {
  opacity: 0.8
}
.button {
  -webkit-animation: my-fade-in 3s ease 2.5s 1 forwards;
  animation: my-fade-in 3s ease 2.5s 1 forwards;
  display: inline-block;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: .3s;
  z-index: 1;
  overflow: hidden;
}
.button::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 130%;
  height: 110%;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform .3s;
}
.button:hover::before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}
.button:hover {
  text-decoration: none
}
/* 2: header
=========================================*/
#header {
  margin: 0;
  position: relative;
  padding: 20px 0;
  background-color: #fff
}
#header:after {
  content: "";
  clear: both;
  display: block;
}
#header .logo {
  width: 275px;
  padding-top: 15px;
}
#header .login {
  position: relative
}
#header .fR .button {
  background-color: #f05a24;
  padding: 17px 40px 17px 80px;
  color: #FFFFFF;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.4;
  min-width: inherit
}
#header .fR .button:after {
  content: url("../images/common/icon_login.svg");
  position: absolute;
  left: 25px;
  top: 30%;
  width: 24px;
  height: 25px
}
#header .fR .button:before {
  background-color: #2B2655;
}
@media screen and (max-width: 767px) {
  #header {
    padding: 15px 0 15px
  }
  #header .fL, #header .fR {
    width: 50%
  }
  #header .logo {
    width: 100%;
    padding-top: 0px;
  }
  #header .login {
    width: 65%;
    margin: 0 10%
  }
  #header .fR .button {
    border-radius: 5px;
    font-size: 10px;
    padding: 10px 5% 10px 15%;
  }
  #header .fR .button:after {
    content: "";
    top: 30%;
    width: 15%;
    height: 40%;
    background-image: url(../images/common/icon_login.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: 10%
  }
  #header .fR .button:before {
    background-color: #2B2655;
  }
}
/* 3: nav
=========================================*/
.drawer-hamburger {
  display: none
}
.drawer-hamburger {
  position: fixed;
  padding: 15px 0.75rem 20px;
}
.drawer-open .drawer-hamburger {
  z-index: 99999;
  position: fixed;
  display: block !important
}
.drawer-nav {
  background-color: rgba(0, 0, 0, 0.00);
  padding: 0px;
  z-index: 99998;
  width: 80%
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 80%;
}
.drawer--right .drawer-nav {
  right: -80%;
}
.drawer-hamburger.open {
  top: 0px;
  position: absolute;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  background-color: #1a1f40;
}
.drawer-hamburger {
  z-index: 9998;
}
.drawer-menu:after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 767px) {
  .drawer-hamburger {
    display: block
  }
  #gnavi {
    padding: 0px 15px 20px;
    background-color: #fff
  }
  #gnavi ul {
    border-top: 1px solid #dcdcdc
  }
  #gnavi ul li:first-child {
    border-top: 1px solid #fff
  }
  #gnavi li.ttl {
    padding: 10px 0 5px;
    font-weight: 500
  }
  #gnavi li a {
    padding: 5px 0 5px 30px;
    display: inline-block;
    width: 100%;
    color: #0e28a6;
    background-repeat: no-repeat;
    background-image: url(../images/common/icon_gnavi01.png);
    background-position: 15px 40%;
  }
  #gnavi ul.top {
    border-top: 0px solid #dcdcdc
  }
  #gnavi .top li a, #gnavi .bottom li a {
    padding: 10px 0;
    border-bottom: 1px solid #dcdcdc;
    background-image: none;
  }
  #gnavi .top li:first-child {
    border-top: 0px solid #fff
  }
  #gnavi .purchaseBtn {
    padding: 20px 0
  }
}
/* footer
=========================================*/
#purchaseBtn {
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 9999
}
body.lineup #purchaseBtn{
  display: none;
  }

#purchaseBtn a:before {
	content: "";
	width: 113px;
	height: 94px;
	position: absolute;
	top: -10px;
	left: 20px;
	background-image: url(../images/common/icon_ticket.png);
	background-repeat: no-repeat;
}  
#purchaseBtn a:visited {
    color: #fff;}
#purchaseBtn a:hover:before {
  top: -15px
}
#purchaseBtn a {
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: block;
  border-radius: 200px;
  width: 150px;
  height: 150px;
  background-color: #F05A24;
  padding-top: 90px
}
#purchaseBtn a:hover {
  text-decoration: none
}
#footer {
  position: relative;
  border-top: 1px solid #1A1F40;
}
#footer .footerTop {
  background-color: #fff;
  padding: 35px 0 30px
}
#footer .footerTop .logo {
  width: 220px;
  float: left;
  margin-right: 20px;
}
#footer .footerTop .footerNav {
  float: left
}
#footer .footerTop .footerNav ul {
  display: flex
}
#footer .footerTop .footerNav ul li a {
  display: block;
  padding: 2px 10px;
  color: #2b2556;
  font-weight: 500
}
#footer .footerBottom {
  background-color: #192041;
  padding: 20px 0;
  color: #fff
}
#footer .footerBottom a,#footer .footerBottom a:visited {
  color: #fff
}
#footer .copyright {
  font-size: 14px;
  text-align: right
}
@media screen and (max-width: 767px) {
  #purchaseBtn {
    position: fixed;
    bottom: 20px;right: 2%;}
  #purchaseBtn a:before {
	width: 60px;
	height: 50px;
	top: -8px;
	left: 15px;
	background-size: 100% auto;
  }
  #purchaseBtn a:hover:before {
    top: -15px
  }
  #purchaseBtn a {
    font-size: 17px;
    width: 90px;
    height: 90px;
    padding-top: 45px
  }

  #footer .footerTop {
    padding: 20px 0
  }
  #footer .footerTop .logo {
    width: 45%;
    float: none;
    margin: 0 auto;
  }
  #footer .footerTop .footerNav {
    display: none
  }
  #footer .footerBottom {
    padding: 20px 0;
  }
  #footer .footerBottom a {
    font-size: 12px
  }
  #footer .footerBottom .fL, #footer .footerBottom .fR {
    float: none !important
  }
  #footer .copyright {
    font-size: 10px;
    text-align: center;
    margin-top: 10px;
  }
}
/* contents
=========================================*/
#contents {
  position: relative;
  background-color: #f8f8f8;
}
#contents #main {
  width: 950px;
  float: left
}
#contents #sub {
  width: 280px;
  padding: 0px 0 70px;
  float: right
}
#contents #sub .sideReservHd {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
#contents #sub .sideReservHd .bottom {
  background-color: #192041;
  padding: 20px 20px;
  color: #fff
}
#contents #sub .sideReservHd .bottom .ttl {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0.3em;
}
#contents #sub .sideReservHd .bottom p {
  font-size: 14px
}
#contents #sub .sideReservHd .bottom p.telNum {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.0;
  margin-bottom: 0.2em
}
#contents #sub .sideReservHd .bottom p.note {
  margin-bottom: 0.2em  
}
#contents #sub .purchaseBtn .button, #gnavi .purchaseBtn .button {
  background-color: #F05A24;
  color: #fff;
  border-radius: 5px;
  padding: 35px 0 35px 14%;
  display: block;
  font-size: 19px;
  position: relative;
  letter-spacing: 0.02em
}
#contents #sub .purchaseBtn .button:before, #gnavi .purchaseBtn .button:before {
  background-color: #192041;
}
#contents #sub .purchaseBtn .button:after, #gnavi .purchaseBtn .button:after {
  content: "";
  width: 36px;
  height: 34px;
  background-image: url(../images/common/icon_cart.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 28px;
  left: 8%;
}
#contents #sub ul {
  margin: 20px 0
}
#contents #sub ul li {
  margin-bottom: 10px;
  font-weight: 500
}
#contents #sub ul li.ttl {
  border-bottom: 1px solid #C4C4C4;
  position: relative;
  padding: 5px 0;
  font-size: 20px;
  margin-bottom: 15px
}
#contents #sub ul li.ttl:before {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #192041;
}
body.lower #headImg {
  position: relative;
  height: 410px;
  background-repeat: no-repeat;
  background-position: 100% 0%;
  background-size: auto 100%;
  background-color: #1C2042;
}
body.lower #headImg .inner {
  display: table;
  height: 100%;
}
body.lower #headImg h2 {
  color: #fff;
  font-size: 36px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  position: relative;
  display: table-cell;
  vertical-align: middle
}
.boxList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.boxList > li {
  border-radius: 5px;
  background-color: #FFFFFF;
  border: 1px solid #DFDFDF;
  padding: 45px 30px;
  position: relative;
  margin-bottom: 40px;
}
.btnStyle01 {
  margin: 30px 0
}
.btnStyle01 .button {
  padding: 15px 80px;
  border-radius: 50px;
  border: 1px solid #192041;
  font-size: 20px;
  color: #192041
}
.btnStyle01 .button:before {
  background-color: #192041;
}
.btnStyle01 .button:hover {
  color: #fff
}
.headding02 {
  font-size: 28px;
  line-height: 1.0em;
  font-weight: 500;
  border-bottom: 1px solid #C4C4C4;
  position: relative;
  padding: 0px 0 20px;
  margin-bottom: 0.5em;
}
.headding02:before {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #192041;
}
.headding02 span {
  color: #f05a24;
}
.headding03 {
  font-size: 36px;
  line-height: 1.4em;
  font-weight: 500;
  position: relative;
  padding: 0px 0 20px;
  margin-bottom: 0.8em;
  font-family: 'Noto Serif JP', serif;
}
.headding04 {
  font-size: 32px;
  line-height: 1.0em;
  font-weight: 500;
  padding: 30px 0;
  margin-bottom: 0.8em;
  font-family: 'Noto Serif JP', serif;
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  margin-top: 60px;
}
table {
  border-collapse: collapse;
  width: 100%
}
.tableStyle01 {
  background-color: #fff
}
.tableStyle01 th {
  padding: 10px 0;
  background-color: #4b537a;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden
}
.tableStyle01 td {
  padding: 20px 30px;
  border-bottom: 1px solid #dfdfdf;
}
.tableStyle01 tr:last-child td {
  border: none
}
.tableStyle01 td:nth-child(2n) {
  text-align: right
}
.tableStyle02 {
  background-color: #fff
}
.tableStyle02 th {
  font-weight: 700;
  padding: 30px 25px;
  background-color: #4b537a;
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
  border-left: 1px none #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
  width: 25%
}
.tableStyle02 td {
  padding: 30px 25px;
  border-left: 1px solid #dfdfdf;
  border-right: 1px none #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
}
.tableStyle02 td:last-child {
  white-space: nowrap
}
@media screen and (max-width: 767px) {
  #contents {
    padding-top: 20px
  }
  #contents #main {
    width: 100%;
    float: none
  }
  #contents #sub {
    width: 100%;
    padding: 0px 0 30px;
    float: none
  }
  #contents #sub .sideReservHd {
    margin-bottom: 20px;
  }
  #contents #sub .sideReservHd .bottom {
    padding: 15px 4%;
  }
  #contents #sub .sideReservHd .bottom .ttl {
    font-size: 20px;
  }
  #contents #sub .sideReservHd .bottom p {
    font-size: 14px
  }
  #contents #sub .purchaseBtn .button {
    padding: 20px 0 20px 10%;
    font-size: 16px;
  }
  #gnavi .purchaseBtn .button {
    padding: 15px 0 15px 10%;
    font-size: 14px;
  }
  #contents #sub .purchaseBtn .button:after {
    width: 30px;
    height: 30px;
    top: 27%;
    left: 20%;
  }
  #gnavi .purchaseBtn .button:after {
    width: 30px;
    height: 30px;
    top: 20%;
    left: 15%;
  }
  #contents #sub ul {
    margin: 20px 0
  }
  #contents #sub ul li {
    margin-bottom: 10px;
    font-weight: 500
  }
  #contents #sub ul li.ttl {
    font-size: 16px;
    margin-bottom: 15px
  }
  #contents #sub ul.footer {
    border-top: 1px solid #C4C4C4;
    position: relative;
    padding-top: 15px;
  }
  #contents #sub ul.footer:before {
    content: "";
    width: 40px;
    height: 1px;
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    background-color: #192041;
  }
  body.lower #headImg {
    height: 150px;
    background-image: url(../images/about/head_bg01_sp.jpg);
  }
  body.lower #headImg h2 {
    font-size: 14px;
  }
  .boxList {
    display: block;
  }
  .boxList > li {
    width: 100%;
    padding: 20px 20px;
    margin-bottom: 20px;
  }
  .btnStyle01 {
    margin: 20px 0;
  }
  .btnStyle01 .button {
    padding: 10px 0px;
    display: block;
    font-size: 16px;
  }
  .headding02 {
    font-size: 20px;
    padding: 0px 0 10px;
    line-height: 1.5
  }
  .headding03 {
    font-size: 20px;
    padding: 0px;
    margin-bottom: 0.8em;
  }
  .headding04 {
    font-size: 20px;
    padding: 15px 0;
    margin-bottom: 0.8em;
    margin-top: 20px;
    text-align: center;
    line-height: 1.5
  }
  .tableStyle01 {
    border-radius: 5px;
    overflow: hidden
  }
  .tableStyle01 th {
    padding: 10px 0;
    font-size: 16px;
    text-align: center
  }
  .tableStyle01 tbody tr {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #dfdfdf;
  }
  .tableStyle01 tbody tr:last-child {
    border: none
  }
  .tableStyle01 td {
    line-height: 1.7em;
    padding: 0px 10px;
    border: none
  }
  .tableStyle01 th, .tableStyle01 td {
    display: block
  }
  .tableStyle01 td:nth-child(2n) {
    text-align: left
  }
  .tableStyle02 {
    background-color: rgba(255, 255, 255, 0.00);
  }
  .tableStyle02 th {
    padding: 15px;
    font-size: 14px;
    border: none;
    width: 100%;
    display: block
  }
  .tableStyle02 tr {
    display: block;
    margin-bottom: 20px
  }
  .tableStyle02 td {
    padding: 15px;
    border-left: 0px solid #dfdfdf;
    border-right: 0px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-top: 0px solid #dfdfdf;
    width: 100%;
    display: block;
    background-color: #fff
  }
  .tableStyle02 td:last-child {
    white-space: nowrap;
    border: none
  }
}