@charset "utf-8";

/* Define
--------------------------------------*/
:root {
  --maincolor: #034c93;
  --subcolor: #1d92e7;
  --lighter: #d9e4ef;
  --darker: #033d9c;
  --hovercolor: #66adfc;
  --marker: #fffe26;
  --swiper-theme-color: #fff !important;
}


/* Reset
--------------------------------------*/
html {
  color: #000;
  background: #FFF;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0
}

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

fieldset,
img {
  border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal
}

ol,
ul {
  list-style: none
}

caption,
th {
  text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal
}

sup {
  vertical-align: text-top
}

sub {
  vertical-align: text-bottom
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%
}

legend {
  color: #000
}

#yui3-css-stamp.cssreset {
  display: none
}



/* ----------------------------------------------------------------------------
  COMMON
----------------------------------------------------------------------------*/

html {
  scroll-behavior: smooth;
  position: relative;
}

body {
  font-family: 'Noto Sans JP', 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  position: relative;
  background: #000;
}

body.active {
  overflow-y: hidden;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 2%;
  word-break: break-all;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  display: table-cell;
  vertical-align: inherit;
  font-weight: bold;
  text-align: -internal-center;
}

td {
  display: table-cell;
  vertical-align: inherit;
}

strong {
  font-weight: bold;
}

/* Font */
.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.exbold {
  font-weight: 900;
}

.inner {
  width: 60%;
  max-width: 1200px;
  margin: 0 auto;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.jc-start {
  justify-content: start !important;
  margin: 0;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.onlySp {
  display: none !important;
}

.none {
  display: none !important;
}

.hr {
  margin: 40px auto;
  border-bottom: 1px solid #000;
}

.fade_up {
  transform: translateY(30px);
  transition: all ease .4s;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -webkit-transition: all ease .4s;
  perspective: 1000;
}

.fade_up.scrolled {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.fade_left {
  transform: translateX(30px);
  transition: all ease .4s;
  -webkit-transform: translateX(30px);
  -webkit-transition: all ease .4s;
  opacity: 0;
}

.fade_up.scrolled {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.speed01 {
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
}

.speed02 {
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
}

.speed03 {
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
}

.speed04 {
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
}

.speed05 {
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
}

.speed07 {
  transition-delay: .7s;
  -webkit-transition-delay: .7s;
}

.speed10 {
  transition-delay: 1.0s;
  -webkit-transition-delay: 1.0s;
}

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

.hidden {
  display: none;
}

.video {
      position: relative;
    width: 70%;
    height: 0;
    margin: 40px auto;
    padding-top: 40%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 40px;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}



/* navigation */
#header #pcNav {
  height: 100%;
  align-items: center;
}

#header #pcNav li {
  text-align: center;
}

#header #pcNav li a {
  color: #fff;
  display: block;
  padding: 4px 8px;
  box-sizing: border-box;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  position: relative;
}

/*#header #pcNav li:nth-child(4) a {
  color: #6d9ae4;
}*/

#header #pcNav li a::after {
  content: '';
  width: 0%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

#header #pcNav li a:hover::after {
  width: 100%;
}

#header #pcNav li a:hover {
  opacity: .8;
}


#header #spNav {
  position: fixed;
  z-index: 1000;
  right: 14px;
  top: 14px;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  cursor: pointer;
}

#header #spNav .toggle {
  display: block;
  position: relative;
  width: 1.75rem;
  height: 1.5rem;
}

#header #spNav .toggle i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

#header.show #spNav .toggle i {
  background-color: #fff;
}

#header #spNav .toggle i:nth-child(1) {
  top: 0;
}

#header #spNav .toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

#header #spNav .toggle i:nth-child(3) {
  bottom: 0;
}

#header.show .toggle i:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
  -webkit-transform: translateY(10px) rotate(-45deg);
}

#header.show .toggle i:nth-child(2) {
  opacity: 0;
}

#header.show .toggle i:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
  -webkit-transform: translateY(-12px) rotate(45deg);
}

#header #spMenu {
  position: fixed;
  z-index: -100;
  display: block;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  opacity: 0;
  visibility: hidden;
}

#header.show #spMenu {
  opacity: 1;
  visibility: visible;
  z-index: 900;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: var(--maincolor); */
  background: -moz-linear-gradient(-45deg, #000000, #054497 60%, #2c558c);
  background: -webkit-linear-gradient(-45deg, #000000, #054497 60%, #2c558c);
  background: linear-gradient(-45deg, #000000, #054497 60%, #2c558c);
}

#header #spMenu ul {
  display: none;
}

#header.show #spMenu ul {
  display: block;
  padding: 12% 8%;
  box-sizing: border-box;
}

#header #spMenu a {
  display: block;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  padding: .6% 0;
  letter-spacing: .07em;
  display: block;
  margin-bottom: .4%;
}

#header.show #spMenu ul#snsNavSp {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
}

#snsNavSp li {
  width: 8%;
  padding-right: 20px;
}

#header .logo img {
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

#header .logo img:hover {
  opacity: .7;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}


/* topBtn */
#footer #topBtn.show {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

#footer #topBtn {
  opacity: 0;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  position: fixed;
  z-index: 100;
  right: 1.5%;
  bottom: 20px;
  padding: 2px;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

#footer #topBtn a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(../img/arrow/arrow01w.png) no-repeat, #000;
  background-size: 20px;
  background-position: center;
  box-sizing: border-box;
  transform: rotate(-90deg);
  transition: all ease .4s;
  -webkit-transform: rotate(-90deg);
  -webkit-transition: all ease .4s;
  border: 2px solid #fff;
}

#footer #topBtn a:hover {
  background: url(../img/arrow/arrow01w.png) no-repeat, var(--maincolor);
  background-size: 20px;
  background-position: center;
  box-shadow: 1px 1px 20px #fff;
}

/* popup */
.lum-lightbox-image-wrapper img {
  width: 70% !important;
  max-height: 70vh !important;
  object-fit: contain;
  margin: 0 auto;
}

.lum-gallery-button {
  display: none !important;
}


/* ----------------------------------------------------------------------------
  ORIGINAL
----------------------------------------------------------------------------*/

.fadeout {
  opacity: 0 !important;
  transition: .1s linear !important;
  -webkit-transition: .1s linear !important;
}



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

#header {
  position: fixed;
  background: var(--darker);
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

#header.trigger {
  background: var(--maincolor);
  border-bottom: 2px solid #0d4276;
}


#header .box {
  width: 90%;
  margin: 0 auto;
  padding: 12px 0;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

#header .flex01 {
  width: 0%;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

#header .flex02 {
  width: 80%;
  max-width: 820px;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  margin: 0 auto;
}

#header .flex03 {
  width: 14%;
  max-width: 120px;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

#header .flex03 #snsNav {
  align-items: center;
  height: 100%;
}

#header .flex03 #snsNav li {
  max-width: 30px;
}


/* SEC01
--------------------------------------*/

#sec01 {
  position: relative;
  margin-top: 90px;
}

#sec01 img {
  display: block;
}

#sec01 .main {
  width: 100%;
  display: block;
}

#sec01 .box {
  width: 60%;
  display: block;
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  margin: auto;
}

#sec01 .ttl {
  width: 96%;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

#sec01 .sub {
  width: 70%;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

#sec01 .desc {
  width: 60%;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

#sec01 .btn {
  width: 40%;
  display: block;
  text-align: center;
  margin: 0 auto;
}

#sec01 .btn a {
  display: block;
}

#sec01 .btn img {
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

#sec01 .btn img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

#sec01 .t-sns {
  position: fixed;
  top: 88vh;
  left: 40px;
  z-index: 10;
  max-width: 160px;
}

#sec01 .t-sns ul {
  display: flex;
}

#sec01 .t-sns li {
  display: block;
  width: 30%;
  margin-bottom: 14px;
}

#sec01 .t-sns li img {
  width: 100%;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

#sec01 .t-sns li img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

#sec01 .t-ticket {
  position: fixed;
  bottom: 14vh;
  right: 0px;
  z-index: 10;
}

#sec01 .t-ticket .ticketBtn {
  width: 140px;
}


/* SEC01a
--------------------------------------*/

#sec01a {
  padding: 100px 0 200px;
  background: url(../img/sec01a-img04.png) no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-position: center center;
}

#sec01a.extra {
  padding: 100px 0 200px;
  background: url(../img/shalnark2-black.png) no-repeat, radial-gradient(ellipse at bottom, #5091DD 0%, #030617 100%);
  background-size: 40%, cover;
  position: relative;
  overflow: hidden;
  background-position: 0% 16%, center center;
}

#sec01a .ttl {
  width: 50%;
  margin: 0 auto 40px;
  max-width: 280px;
}

#sec01a .catch1 {
  width: 60%;
  margin: 0 auto 20px;
  text-align: center;
}

#sec01a .catch1.catch1a {
  width: 90%;
}

#sec01a .info {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  line-height: 1.8;
  margin-bottom: 80px;
  font-size: 1rem;
}

#sec01a .catch2 {
  width: 60%;
  margin: 0 auto 20px;
  text-align: center;
}

#sec01a .catch3 {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 22%;
}

#sec01a .catch5 {
  width: 50%;
  margin: 0 auto 50px;
  text-align: center;
}

#sec01a .catch6 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin-bottom: -6px;
}

#sec01a .btn a {
  background: #000;
  display: block;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  width: 30%;
  margin: 0 auto;
  padding: 8px;
  border-radius: 20px;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

#sec01a .btn span {
  color: #9f272d;
  margin-left: 8px;
}

#sec01a .btn a:hover {
  background: var(--maincolor);
}

/* SEC01b
--------------------------------------*/

#sec01b {
  position: relative;
  height: 100vh;
  background: url(../img/bg002.png) no-repeat;
  background-size: cover;
  overflow: hidden;
  background-position: center center, center center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sec01b .ttl {
  width: 40%;
  margin: 0 auto 30px;
  max-width: 260px;
}

#sec01b .catch1 {
  width: 70%;
}

#sec01b .catch1.catch1a {
  width: 90%;
}



/* SEC02
--------------------------------------*/

#sec02 {
  padding: 6% 0 8%;
  background: var(--lighter);
}

#sec02 .ttl {
  width: 40%;
  margin: 0 auto 90px;
  max-width: 260px;
}

#sec02 .box {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 80px;
}

#sec02 .single {
  width: 30%;
  border: 2px solid var(--maincolor);
  text-align: center;
  background: #fff;
  padding-bottom: 4%;
  position: relative;
}

#sec02 .single.singleWide {
  width: 100%;
  margin: 0 auto;
  border: 2px solid #034c94;
  position: relative;
}

#sec02 .single.singleWide .badge1 {
  position: absolute;
  width: 15%;
  left: -40px;
  top: -30px;
}

#sec02 .single.singleWide .icon {
  margin: 4% auto;
}

#sec02 .single.singleWide .icon img {
  max-width: 180px;
}

#sec02 .single.singleWide .desc {
  font-size: .9rem;
}

#sec02 .single.singleWide .btn a {
  display: block;
  width: 70%;
  margin: 40px auto 0;
  background: #ca006e;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  transition: all ease .4s;
}

#sec02 .single.singleWide .btn a:hover {
  opacity: .7;
}

#sec02 .pointTag {
  position: absolute;
  top: -41px;
  left: 0;
  right: 0;
  margin: auto;
}

#sec02 .pointTag img {
  height: 40px;
  object-fit: cover;
}

#sec02 .single:nth-child(2) {
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
}

#sec02 .single:nth-child(3) {
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
}

/*#sec02 .single:nth-child(3) .icon {
  width: 62%;
}*/

#sec02 .single:nth-child(4) {
  transition-delay: .7s;
  -webkit-transition-delay: .7s;
}

#sec02 .point {
  width: 100%;
}

#sec02 .point img {
  display: block;
  font-size: 0;
}

#sec02 .point.pointBig {
  position: relative;
  display: block;
  font-family: serif;
  color: #ffffaf;
  font-size: 1.6rem;
  letter-spacing: .01em;
  font-weight: bold;
  padding: 20px 0;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #033d9c, #00040b);
  background: -moz-linear-gradient(top, #033d9c, #00040b);
  background: -webkit-linear-gradient(top, #033d9c, #00040b);
  margin-bottom: 80px;
}

#sec02 .point.pointBig::after {
  content: '';
  display: block;
  background-color: #010712;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 100%;
  height: 40px;
  /* margin-bottom: -40px; */
  position: absolute;
  bottom: -40px;
}

#sec02 .box.boxWide {
  margin-bottom: 0;
}

#sec02 .iconBnr {
  width: 70%;
  margin: 40px auto;
}

#sec02 .iconBnr img {
  transition: all ease .4s;
}

#sec02 .iconBnr img:hover {
  opacity: .7;
}

#sec02 .icon {
  width: 50%;
  margin: 8% auto 4%;
}

#sec02 .subttl {
  font-size: 1.3rem;
  letter-spacing: .05em;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 4%;
  line-height: 1.3;
}

#sec02 .subttl span {
  font-size: 1rem;
  display: block;
  letter-spacing: 0em;
}

#sec02 .desc {
  font-size: .8rem;
  font-weight: lighter;
  line-height: 1.6;
  letter-spacing: .01em;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}


/* SEC03
--------------------------------------*/

#sec03 {
  padding: 6% 0;
  background: var(--lighter);
}

#sec03 .ttl {
  width: 40%;
  margin: 0 auto 20px;
  max-width: 260px;
}

#sec03 .box {
  width: 60%;
  margin: 0 auto 60px;
  border: 6px solid var(--maincolor);
  box-sizing: border-box;
}

#sec03 .bnr {
  width: 70%;
  margin: 0 auto;
}

#sec03 .flex01 {
  width: 48%;
  margin-top: 10px;
}

#sec03 .bnr img {
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

#sec03 .bnr img:hover {
  opacity: .7;
}


/* SEC04
--------------------------------------*/

#sec04 {
  padding: 6% 0 8%;
  background: var(--lighter);
}

#sec04 .box {
  width: 80%;
  margin: 0 auto;
  max-width: 1200px;
}

#sec04 .flex01 {
  width: 47%;
}

#sec04 .flex01:last-child {
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
}

#sec04 .ttl {
  font-size: 1.3rem;
  color: var(--maincolor);
  border-bottom: 3px solid var(--maincolor);
  padding: 1%;
  box-sizing: border-box;
  margin-bottom: 4%;
}

#sec04 li {
  border-bottom: 1px solid var(--maincolor);
  padding: 1%;
  box-sizing: border-box;
  font-weight: lighter;
}

#sec04 li span {
  display: block;
  padding-left: 2%;
}

#sec04 li a {
  color: #000;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  letter-spacing: .1em;
}

#sec04 li a:hover {
  color: #1873b4;
}

#sec04 .desc {
  font-size: 1rem;
  letter-spacing: .1em;
  line-height: 1.6;
  font-weight: lighter;
  padding: 1%;
  box-sizing: border-box;
}

#sec04 .btn a {
  color: var(--maincolor);
  border: 1px solid var(--maincolor);
  background: #fff;
  padding: 3% 1%;
  padding-right: 20px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  margin-bottom: 20px;
  display: block;
  width: 100%;
}

#sec04 .btn a:hover {
  color: #fff;
  background: var(--maincolor);
}

#sec04 .btn.open a {
  color: #fff;
  background: var(--maincolor);
}

#sec04 .btn .plus {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all ease .4s;
  transform-origin: 50% 50%;
  -webkit-transition: all ease .4s;
  -webkit-transform-origin: 50% 50%;
}

#sec04 .btn:hover .plus {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#sec04 .btn.open .plus {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}


#sec04 .acArea {
  font-size: .9rem;
  letter-spacing: .03em;
  line-height: 1.6;
  padding: 0 10px;
  word-break: break-all;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  overflow: hidden;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  padding: 0 4%;
  box-sizing: border-box;
  background: #fff;
}

#sec04 .acArea.open {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: hidden;
  padding: 4%;
}

#sec04 .popArea {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  opacity: 0;
  visibility: hidden;
  transition: .3s linear;
  transform: scale(.2);
  -webkit-transition: .3s linear;
  -webkit-transform: scale(.2);
  color: #fff;
  padding: 7%;
  box-sizing: border-box;
  overflow: scroll;
}

#sec04 .popArea.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  z-index: 1000;
}

#sec04 .popArea i.fa-times-circle {
  color: #fff;
  font-size: 3rem;
  position: absolute;
  top: 3%;
  right: 3%;
  cursor: pointer;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

#sec04 .popArea i.fa-times-circle:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

#sec04 .popArea i.fa-external-link-alt {
  margin-left: 1%;
}

#sec04 .popArea .popInner {
  max-width: 80%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  overflow-y: scroll;
  max-height: 80vh;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 20px 10px;
  box-sizing: border-box;
}

#sec04 .popArea .desc {
  height: 100%;
  overflow-y: scroll;
}

#sec04 .popArea p {
  letter-spacing: .1em;
  line-height: 1.8;
  font-size: 1rem;
  color: white;
}

#sec04 #covid li {
  border-bottom: 1px dashed #585858;
}


/* SEC05
--------------------------------------*/

#sec05 img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}


/* SEC06
--------------------------------------*/

#sec06 {
  padding: 8% 0;
  box-sizing: border-box;
  background: url(../img/sec06-bg01.png) no-repeat;
  background-size: cover;
  overflow: hidden;
}

#sec06 .box {
  width: 80%;
  margin: 0 auto;
  position: relative;
  background: rgba(255, 255, 255, .9);
  padding: 6% 4% 8%;
  box-sizing: border-box;
  text-align: center;
}

#sec06 .icon {
  width: 20%;
  max-width: 100px;
  margin: 0 auto;
}

#sec06 .ttl {
  width: 60%;
  max-width: 500px;
  margin: 0 auto 50px;
}

#sec06 .desc {
  font-size: 1.05rem;
  letter-spacing: .06em;
  line-height: 2;
  margin-bottom: 80px;
  padding: 0 160px;
  box-sizing: border-box;
}

#sec06 .btn {
  display: inline-block;
  width: 34%;
  text-align: center;
  margin-bottom: 40px;
}

#sec06 .btn a {
  display: block;
  color: #fff;
  background: #1da6f0;
  padding: 10px 20px;
  border-radius: 30px;
  letter-spacing: .1em;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

#sec06 .btn a:hover {
  background: var(--hovercolor);
}

#sec06 .history {
  color: var(--maincolor);
  border: 1px solid var(--maincolor);
  background: #fff;
  padding: 12px;
  padding-right: 20px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  width: 50%;
  margin: 0 auto;
  cursor: pointer;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  margin-bottom: 40px;
}

#sec06 .history .plus {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#sec06 .historyTtl {
  width: 46%;
  margin: 40px auto;
}

#sec06 .pic01 {
  position: absolute;
  top: 0px;
  left: -90px;
  width: 260px;
  z-index: 1;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
}

#sec06 .pic02 {
  position: absolute;
  top: 290px;
  left: -110px;
  width: 320px;
  z-index: 1;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
}

#sec06 .pic03 {
  position: absolute;
  top: -40px;
  right: -110px;
  width: 230px;
  z-index: 1;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
}

#sec06 .pic04 {
  position: absolute;
  top: 300px;
  right: -140px;
  width: 300px;
  z-index: 1;
  transition-delay: .7s;
  -webkit-transition-delay: .7s;
}

#sec06 .history:hover {
  color: #fff;
  background: var(--maincolor);
}

#sec06 .history.open {
  color: #fff;
  background: var(--maincolor);
}

#sec06 .history .plus {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all ease .4s;
  transform-origin: 50% 50%;
  -webkit-transition: all ease .4s;
  -webkit-transform-origin: 50% 50%;
}

#sec06 .history:hover .plus {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#sec06 .history.open .plus {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}


#sec06 .historyBox {
  width: 90%;
  margin: 0 auto;
  font-size: .9rem;
  letter-spacing: .03em;
  line-height: 1.6;
  padding: 0 10px;
  word-break: break-all;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  overflow: hidden;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  padding: 0 4%;
  box-sizing: border-box;
  background: #fff;
}

#sec06 .historyBox::after {
  content: '';
  display: block;
  width: 32%;
}

#sec06 .historyBox.open {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: hidden;
  padding: 4%;
}

#sec06 .historyBox .single {
  width: 32%;
  margin-bottom: 30px;
}

#sec06 .historyBox .single:nth-child(3n - 1) {
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
}

#sec06 .historyBox .single:nth-child(3n) {
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
}

#sec06 .historyBox .single .image {
  overflow: hidden;
  margin-bottom: 0;
}

#sec06 .historyBox .single a {
  color: #000;
  display: block;
}

#sec06 .historyBox .single img {
  display: block;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  width: 100%;
  max-height: 340px;
  object-fit: cover;
}

#sec06 .historyBox .text {
  font-size: .8rem;
  color: #008dd9;
  line-height: 1.6;
  font-weight: lighter;
}


#sec06 figure {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

#sec06 figure {
  position: relative;
}

#sec06 figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#sec06 figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

#sec06 figure img {
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

#sec06 figure:hover img {
  opacity: .8;
}

/* SEC07a
--------------------------------------*/

#sec07a {
  padding: 8% 0;
  box-sizing: border-box;
  background: url(../img/sec07-bg01.png) no-repeat, #fff;
  background-size: cover;
  position: relative;
}

#sec07a .bnr {
  width: 80%;
  margin: 0 auto;
}

#sec07a .flex01 {
  width: 48%;
}

#sec07a .bnr img {
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

#sec07a .bnr img:hover {
  opacity: .7;
}

#sec07a .flex01:nth-child(2) {
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
}



/* SEC07
--------------------------------------*/

#sec07 {
  padding: 8% 0;
  box-sizing: border-box;
  background: url(../img/sec07-bg01.png) no-repeat, #fff;
  background-size: cover;
  position: relative;
}

#sec07 .ttl {
  width: 40%;
  max-width: 260px;
  margin: 0 auto 80px;
}

#sec07 .box {
  width: 80%;
  margin: 0 auto 80px;
}

#sec07 .single {
  width: 31%;
  background: #fff;
  border: 3px solid var(--maincolor);
  box-sizing: border-box;
  padding: 70px 30px 30px;
  position: relative;
}

#sec07 .single:nth-child(2) {
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
}

#sec07 .single:nth-child(3) {
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
}

#sec07 .box.box2 .single {
  width: 100%;
}

#sec07 .box.box2 .single .icon {
  text-align: center;
}

#sec07 .box.box2 .single .icon img {
  max-width: 150px;
}

#sec07 .txt {
  margin: 10px auto 20px;
  max-width: 170px;
  min-height: 60px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#sec07 .txt.txt2 {
  max-width: 150px;
}

#sec07 .txt.txt3 {
  max-width: 300px;
}

#sec07 .desc {
  font-weight: lighter;
  text-align: center;
  font-size: .85rem;
  letter-spacing: .02em;
  line-height: 1.6;
}

#sec07 .step {
  position: absolute;
  top: -42px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90px;
}

#sec07 .infoArea {
  width: 70%;
  margin: auto;
  color: #fff;
  background: #000;
  border: 4px solid #39ae4a;
  padding: 6% 8%;
  box-sizing: border-box;
}

#sec07 .infoArea.infoArea2 {
  bottom: 180px;
}

#sec07 .infoArea .phone {
  width: 32%;
  margin: 0 auto 40px;
}

#sec07 .desc2 {
  font-size: 1rem;
  letter-spacing: .1em;
  line-height: 2;
}

#sec07 .desc2 span {
  color: #e41c24;
}

#sec07 .caution {
  font-size: .8rem;
  font-weight: lighter;
  letter-spacing: .1em;
  line-height: 1.6;
}

#sec07 .caution a {
  color: #fff;
  text-decoration: underline;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

#sec07 .caution a:hover {
  opacity: .7;
}

#sec07 .single .btn a {
  font-size: .8rem;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  background: #1da6f0;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 20px;
  margin-top: 20px;
  transition: all ease .4s;
}

#sec07 .single .btn a:hover {
  opacity: .7;
}


/* SEC07b
--------------------------------------*/

#sec07b {
  padding: 8% 0 60px;
  box-sizing: border-box;
  background: url(../img/sec07-bg01.png) no-repeat, #fff;
  background-size: cover;
  position: relative;
}

#sec07b .ttl {
  width: 40%;
  max-width: 260px;
  margin: 0 auto 80px;
}

#sec07b .box {
  width: 80%;
  margin: 0 auto 80px;
}

#sec07b .single {
  width: 31%;
  background: #fff;
  border: 3px solid var(--maincolor);
  box-sizing: border-box;
  padding: 70px 30px 30px;
  position: relative;
}

#sec07b .single:nth-child(2) {
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
}

#sec07b .single:nth-child(3) {
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
}

#sec07b .box.box2 .single {
  width: 100%;
}

#sec07b .box.box2 .single .icon {
  text-align: center;
}

#sec07b .box.box2 .single .icon img {
  max-width: 150px;
}

#sec07b .txt {
  margin: 10px auto 20px;
  max-width: 170px;
  min-height: 60px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#sec07b .txt.txt2 {
  max-width: 150px;
}

#sec07b .txt.txt3 {
  max-width: 300px;
}

#sec07b .desc {
  font-weight: lighter;
  text-align: center;
  font-size: .85rem;
  letter-spacing: .02em;
  line-height: 1.6;
}

#sec07b .step {
  position: absolute;
  top: -42px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90px;
}

#sec07b .infoArea {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  width: 70%;
  margin: auto;
  color: #fff;
  background: #000;
  border: 4px solid #39ae4a;
  padding: 6% 8%;
  box-sizing: border-box;
}

#sec07b .infoArea.infoArea2 {
  bottom: 180px;
}

#sec07b .infoArea .phone {
  width: 32%;
  margin: 0 auto 40px;
}

#sec07b .desc2 {
  font-size: 1rem;
  letter-spacing: .1em;
  line-height: 2;
}

#sec07b .desc2 span {
  color: #e41c24;
}

#sec07 .caution {
  font-size: .8rem;
  font-weight: lighter;
  letter-spacing: .1em;
  line-height: 1.6;
}

#sec07b .caution a {
  color: #fff;
  text-decoration: underline;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

#sec07b .caution a:hover {
  opacity: .7;
}

#sec07b .single .btn a {
  font-size: .8rem;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  background: #1da6f0;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 20px;
  margin-top: 20px;
  transition: all ease .4s;
}

#sec07b .single .btn a:hover {
  opacity: .7;
}


/* SEC08
--------------------------------------*/

#sec08 {
  padding: 100px 0 8%;
  box-sizing: border-box;
  background: url(../img/sec08-bg01.png) no-repeat, var(--maincolor);
  background-size: 100% auto;
  background-position: top;
}

#sec08 .box {
  width: 80%;
  margin: 0 auto;
  position: relative;
  background: rgba(255, 255, 255, .8);
  padding: 4%;
  box-sizing: border-box;
  text-align: center;
}

#sec08 .ttl {
  width: 40%;
  max-width: 260px;
  margin: 0 auto 0px;
}

#sec08 .sub {
  color: #fff;
  background: var(--maincolor);
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: .2em;
  padding: 8px;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 40px;
}

#sec08 .sub2 {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: .2em;
  padding: 8px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

#sec08 .todayticket {
  width: 60%;
  color: #9f272d !important;
  background: #fefdd8;
  border: 1px solid #9f272d;
  margin: 10px auto 40px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: .1em;
  padding: 15px;
  box-sizing: border-box;
  line-height: 1.6rem;

  cursor: pointer;
}

#sec08 .todayticket:hover {
  background: #9f272d;
  color: #fefdd8 !important;
}

#sec08 .todayticket span {
  font-size: 1rem;
  font-weight: bold;
}

#sec08 .eTicket {
  margin-bottom: 40px;
}

#sec08 .termArea {
  margin-bottom: 50px;
}

#sec08 .term small {
  font-size: .9rem;
  letter-spacing: .03em;
  font-weight: 400;
  padding: 10px 0;
  display: block;
}

#sec08 .term small a {
  color: #d5472b;
  text-decoration: underline;
}


#sec08 .group {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--maincolor);
  letter-spacing: .1em;
  margin-bottom: 2%;
  background: #ffff9c;
  padding: 8px;
  box-sizing: border-box;
  width: 70%;
  margin: 0 auto 2%;
}

#sec08 .group small {
  display: block;
}

#sec08 .group.group2 {
  border-bottom: 3px solid #034c93;
  border-top: 3px solid #034c93;
  background: white;
  margin-bottom: 4%;
}

#sec08 .term {
  font-size: 1.2rem;
  color: #034c93;
  text-align: center;
  letter-spacing: .08em;
  margin-bottom: 4%;
}

#sec08 .term span {
  letter-spacing: .04em;
}

#sec08 .more {
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: .2em;
  color: var(--maincolor);
  margin-bottom: 20px;
  margin-top: 40px;
}

#sec08 .more span {
  display: block;
  font-size: 1.3rem;
  letter-spacing: .1em;
  font-weight: bold;
}

#sec08 .moreText1 {
  font-size: .9rem;
  letter-spacing: .05em;
  text-align: center;
  margin-bottom: 20px;
  line-height: 2;
}

#sec08 .moreText1 span {
  background: #9f272d;
  color: #fff;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 4px 0 8px;
}

#sec08 .campText1 {
  font-size: .9rem;
  letter-spacing: .05em;
  text-align: center;
  line-height: 2;
  margin: 0;
  padding: 0;
}

#sec08 .bnr {
  width: 50%;
  display: block;
  text-align: center;
  margin: 0 auto 3%;
}

#sec08 .bnr small {
      letter-spacing: .1em;
    margin-bottom: 4px;
    display: block;
}

#sec08 .bnr img {
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

#sec08 .bnr_camp {
  width: 70%;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
}

#sec08 .infoBtn2 {
  display: block;
  width: 70%;
  margin: 0 auto 40px;
  color: #fff;
  padding: 8px;
  box-sizing: border-box;
  background: #1da6f0;
  font-weight: bold;
  border-radius: 20px;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  cursor: pointer;
}

#sec08 .infoBtn2:hover {
  opacity: .7;
}

#sec08 .infoBtn a {
  display: block;
  width: 70%;
  margin: 0 auto 40px;
  color: #fff;
  padding: 8px;
  box-sizing: border-box;
  background: #1da6f0;
  font-weight: bold;
  border-radius: 20px;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  cursor: pointer;
}

#sec08 .infoBtn a:hover {
  opacity: .7;
}

#sec08 .infoBtn.ticketCal a {
  width: 50%;
  margin: 0 auto 10px;
}

#sec08 .infoBtn.buyTicket a {
  width: 50%;
  margin: 0 auto 10px;
  background: #034c93;
  cursor: pointer;
}

#sec08 .infoBtn.buyTicket a.disabled {
  pointer-events: none;
  cursor: default;
  background: #ccc;
}

#sec08 .infoBtn.buyTicket a:hover {
  opacity: .7;
}

#sec08 .ticketInfo {
  text-align: left;
}

#sec08 .box.box2 {
  width: 80%;
  margin: 0 auto;
  position: relative;
  background: rgba(255, 255, 255, .9);
  padding: 4%;
  box-sizing: border-box;
  text-align: center;
}

#sec08 .box.box2 .plan {
  width: 70%;
  margin: 0 auto 20px;
}

#sec08 .plan li {
  width: 49%;
  font-size: 1.1rem;
  letter-spacing: .1em;
  text-align: center;
  color: #fff;
  background: #b7c8ef;
  padding: 6px 0;
  box-sizing: border-box;
  cursor: pointer;
  transition: all ease .4s;
}

#sec08 .plan .tabBtn.active {
  background: var(--maincolor);
  color: #fff;
  border: 2px solid #112962;
  box-shadow: 1px 1px 4px #666;
}

#sec08 .plan .tabBtn:hover {
  background: var(--maincolor);
  color: #fff;
  border: 2px solid #112962;
  box-shadow: 1px 1px 4px #666;
}

#sec08 .tabArea {
  display: none;
  transition: all ease .4s;
}

#sec08 .tabArea.active {
  display: block;
  transition: all ease .4s;
}

#sec08 .tableArea {
  margin-bottom: 8%;
}

#sec08 .tableArea table {
  width: 100%;
}

#sec08 .tableArea th {
  background: #9f272c;
  border: solid 1px #fff;
  color: #fff;
  padding: 10px;
  text-align: center;
  letter-spacing: .04em;
  font-weight: lighter;
  box-sizing: border-box;
}

/* #sec08 .tableArea th:last-child {
  width: 50%;
} */

#sec08 .tableArea td {
  border: solid 1px #fff;
  padding: 10px;
  background: #f2f2f2;
  letter-spacing: .04em;
  font-weight: lighter;
}

#sec08 .tableArea td:first-child {
  background: #cbd9f1;
}

#sec08 .tableArea tr:first-child th:first-child {
  background: #cbd9f1;
}

#sec08 .tableArea tr:first-child th:last-child {
  background: #9f272c;
}

#sec08 .attention {
  color: var(--maincolor);
  border: 1px solid var(--maincolor);
  background: #fefdd8;
  padding: 12px;
  padding-right: 20px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  width: 60%;
  margin: 0 auto 20px;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  cursor: pointer;
}

#sec08 .camp {
  color: var(--maincolor);
  border: 1px solid var(--maincolor);
  background: #fefdd8;
  box-sizing: border-box;
  position: relative;
  width: 60%;
  margin: 0 auto 8%;
}

#sec08 .acArea.open {
  margin-bottom: 40px;
}

#sec08 .acArea.open ul {
  text-align: left;
}

#sec08 .acArea.open li {
  /* padding-bottom: 10px; */
  color: var(--maincolor);
  font-weight: bold;
}

#sec08 .attention .plus {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#sec08 .attention:hover {
  color: #fff;
  background: var(--maincolor);
}

#sec08 .attention.open {
  color: #fff;
  background: var(--maincolor);
}

#sec08 .attention .plus {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}

#sec08 .attention:hover .plus {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#sec08 .attention.open .plus {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#sec08 .acArea {
  width: 80%;
  margin: 0 auto;
  font-size: .9rem;
  letter-spacing: .03em;
  line-height: 1.6;
  padding: 0 10px;
  word-break: break-all;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  overflow: hidden;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  padding: 0 4%;
  box-sizing: border-box;
  background: #fff;
}

#sec08 .acArea.open {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: hidden;
  padding: 4%;
}

#sec08 .acArea.acArea2 {
  width: 100%;
  margin: 0 auto;
  font-size: .9rem;
  letter-spacing: .03em;
  line-height: 1.6;
  padding: 0 10px;
  word-break: break-all;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  overflow: hidden;
  border-top: none;
  border-bottom: none;
  padding: 0 4%;
  box-sizing: border-box;
  background: #fff;
}

#sec08 .acArea.acArea2.open {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: hidden;
  padding: 4%;
}

#sec08 .acArea.acArea2 .gmap {
  margin-bottom: 0px;
}

#sec08 .acBtnRed {
  background: #bc3838;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  transition: all ease .4s;
  cursor: pointer;
}

#sec08 .acBtnRed:hover {
  opacity: .7;
}

#sec08 .acBtnRed.open {
  background: #ec9191;
  padding: 4px;
}

#sec08 .acBtnRed span {
  transition: all ease .4s;
}

#sec08 .acBtnRed.open span {
  transform: rotate(180deg);
  display: inline-block;
}

#sec08 .areaBox {
  border: 4px solid #bd3839;
  padding: 40px;
  box-sizing: border-box;
  margin-bottom: 40px;
  background: #fff;
}

#sec08 .areaBox.ended {
  position: relative;
  border: 4px solid #7f7f7f;
}

#sec08 .areaBox.ended::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}

#sec08 .areaBox.ended::after {
  content: '開催終了';
  color: #fff;
  background-color: #3d9cc2;
  display: inline-block;
  width: 120px;
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  right: -30px;
  top: 0px;
  z-index: 11;
  letter-spacing: .06em;
  font-size: .9rem;
  transform: rotate(15deg);
}

#sec08 .info2 {
  font-size: 1.3rem;
  color: var(--maincolor);
  text-align: center;
  letter-spacing: .03em;
  margin-bottom: 30px;
  line-height: 1.8;
}

#sec08 .info2.andMore {
  font-size: 2rem;
  margin-top: 60px;
  margin-bottom: 60px;
}

#sec08 .mapInfo {
  margin-bottom: 40px;
}

#sec08 .mapInfo p a {
  color: #26aa8f;
  font-weight: bold;
  text-decoration: underline;
  transition: all ease .4s;
}

#sec08 .mapInfo p a:hover {
  opacity: .7;
}

#sec08 .restaurant {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#sec08 .restaurant li {
  width: 49%;
}

#sec08 .info2 .date2 {
  color: #000;
  letter-spacing: 0;
  font-size: 1.2rem;
}

#sec08 .info2.info3 {
  letter-spacing: .01em;
}

#sec08 .table02 {
  width: 100%;
  margin-bottom: 40px;
  word-break: break-all;
}

#sec08 .table02.v2 th{
  width: 50%;
}

#sec08 .table02 thead th {
  background: #a6b4ba;
  color: #fff;
  font-size: 16px;
  font-weight: lighter;
  padding: 10px;
  border-right: 1px solid #b1bbc0;
  border-left: 1px solid #b1bbc0;
  text-align: center;
}

#sec08 .table02 thead th.bgBlue {
  border-color: #236dc8;
}

#sec08 .table02 tbody {
  border-left: 1px solid #ebebeb;
}

#sec08 .table02 tbody td {
  font-size: 16px;
  font-weight: lighter;
  padding: 20px;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  background: #fff;
}

#sec08 .table02.two tbody td {
  width: 50%;
}

/* #sec08 .table02 tbody td {
  width: 25%;
} */

#sec08 .bgBlue {
  background-color: #1159b1 !important;
}

#sec08 .goodsArea {
  width: 80%;
  margin: 0 auto;
}

#sec08 .goodsSingle {
  width: 49%;
  background: rgb(186 204 216);
  text-align: left;
  margin-bottom: 20px;
}

#sec08 .goodsSingle .upper {
  position: relative;
}

#sec08 .goodsSingle .big {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
}

#sec08 .goodsSingle .new {
  position: absolute;
  left: -10px;
  top: -20px;
  width: 60px;
}

#sec08 .goodsArea .img {
  margin-bottom: 0;
  overflow: hidden;
  cursor: pointer;
}

.hidden {
  opacity: 0;
  height: 0;
  visibility: hidden;
}

#sec08 .goodsArea .img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all ease .4s;
  cursor: pointer;
}

#sec08 .goodsArea .img img:hover {
  transform: scale(1.1);
  opacity: .8;
}

#sec08 .under {
  padding: 8px 16px;
  box-sizing: border-box;
}

#sec08 .goodsArea .name {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0;
}

#sec08 .goodsArea .price {
  font-size: 1.1rem;
  font-weight: bold;
}

#sec08 .goodsArea .desc {
  font-size: .9rem;
  font-weight: lighter;
  margin: 8px 0;
}

#sec08 .goodsSingle:nth-child(2n) {
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
}

#sec08 .goodsSingle .more {
  font-size: .8rem;
  letter-spacing: 0rem;
  margin-top: 8px;
  line-height: 1.3;
  margin-bottom: 0;
}

#sec08 .goodsSingle .red {
  color: #b72626;
  letter-spacing: -.03rem;
  font-size: .8rem;
}

#sec08 .goodsDetail {
  text-align: left;
  width: 80%;
  margin: 20px auto 40px;
}

#sec08 .goodsDetail .ttl3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

#sec08 .goodsDetail .ttl3+p {
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .04em;
}


/* SEC09
--------------------------------------*/

#sec09 {
  padding: 8% 0 100px;
  box-sizing: border-box;
  background: url(../img/sec09-bg01.png) no-repeat, url(../img/sec09-bg02.png) no-repeat, #fff;
  background-size: cover, 60%;
  background-position: center center, -50% 0%;
  position: relative;
}

#sec09 .ttl {
  width: 40%;
  max-width: 260px;
  margin: 0 auto 80px;
}

#sec09 .box {
  font-size: 1rem;
  width: 60%;
  margin: 0 auto;
  padding: 120px 40px;
  box-sizing: border-box;
  text-align: center;
  background: url(../img/sec09-img02.png) no-repeat, url(../img/sec09-img03.png) no-repeat;
  background-size: 100% auto, 100% auto;
  background-position: top, bottom;
  line-height: 1.6;
  letter-spacing: .03em;
}

#sec09 .box p span {
  background: #6c172d;
  color: #ffffb3;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 4px 0 8px;
  margin-bottom: 4px;
}

.u22 {
  border: 2px solid #000;
  padding: 80px 20px 20px;
  box-sizing: border-box;
  background-color: #fff;
  text-align: left;
  margin-top: 80px;
  position: relative;
}

.u22 img {
  position: absolute;
  width: 30%;
  max-width: 200px;
  margin: auto;
  top: -50px;
  left: 0;
  right: 0;
}

.u22 a {
  color: var(--maincolor);
  transition: all ease .4s;
  text-decoration: underline;
}

.u22 a:hover {
  color: var(--hovercolor);
}

/* SEC10
--------------------------------------*/

#sec10 {
  padding: 8% 0 100px;
  box-sizing: border-box;
  background: url(../img/sec10-bg01.png) no-repeat, #fff;
  background-size: cover;
  position: relative;
}

#sec10 .ttl {
  width: 40%;
  max-width: 260px;
  margin: 0 auto 20px;
}

#sec10 .text {
  font-size: 2rem;
  color: #fff;
  font-family: serif;
  text-align: center;
  letter-spacing: .06em;
}

#sec10 .carousel {
  width: 50%;
  margin: 16px auto;
}

#sec10 .sliderArea {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

#sec10 .sliderArea ul {
  height: 100%;
  display: flex;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

#sec10 .sliderArea li {
  height: 100%;
  min-width: 100%;
}

#sec10 .sliderArea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sec10 #prev,
#sec10 #next {
  position: absolute;
  top: 100px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
  max-width: 16px;
}

#sec10 #prev img,
#sec10 #next img {
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

#sec10 #prev img:hover,
#sec10 #next img:hover {
  opacity: .7;
}

#sec10 #prev {
  left: 40px;
}

#sec10 #next {
  right: 40px;
}

#sec10 nav {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  margin: 10px auto 40px;
}

#sec10 nav li.thumb {
  width: 30%;
}

#sec10 .thumb {
  cursor: pointer;
}

#sec10 .thumb img {
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

#sec10 .thumb img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

#sec10 .thumb:nth-child(2) {
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
}

#sec10 .thumb:nth-child(3) {
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
}

#sec10 .thumb.add:nth-child(2) {
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
}

#sec10 .thumb.add:nth-child(3) {
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
}

#sec10 .thumb.add:nth-child(4) {
  transition-delay: .7s;
  -webkit-transition-delay: .7s;
}

#sec10 .thumb.add:nth-child(5) {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}

#sec10 .thumb.add:nth-child(6) {
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
}

#sec10 .thumb.add:nth-child(7) {
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
}

#sec10 .line1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px auto 0;
}

#sec10 nav .line1 .add {
  width: 25%;
  padding: 2px 4px;
  box-sizing: border-box;
}




/* FOOTER
--------------------------------------*/

#footer .ttl {
  color: var(--subcolor);
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: .1em;
  margin-bottom: 4%;
}

#footer .single {
  width: 80%;
  margin: 0 auto 20px;
}

#footer .singleList {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: var(--subcolor);
  border: 2px solid var(--subcolor);
  padding: 1.4%;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  overflow: hidden;
  padding-right: 2%;
  position: relative;
  margin-bottom: 0;
}

#footer .singleList .plus {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#footer .singleList:hover {
  opacity: .8;
  box-shadow: 1px 1px 10px #05d4fe;
}

#footer .singleDesc {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  overflow: hidden;
  padding: 0 4%;
}

#footer .singleDesc.accordion {
  opacity: 1;
  visibility: visible;
  height: auto;
  word-break: break-all;
  border: 3px solid #000;
  padding: 4%;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
}

#footer .singleDescBox {
  margin-bottom: 4%;
}

#footer .singleDescBox .subTtl {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 2%;
  border-bottom: 2px solid #000;
  padding-bottom: 1%;
}

#footer .singleDescBox .subDesc {
  letter-spacing: .06em;
  font-size: .9rem;
  margin-bottom: 2%;
  line-height: 1.6;
}

#footer .singleDescBox .subDesc a {
  color: #22889d;
  text-decoration: underline;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

#footer .singleDescBox .subDesc a:hover {
  opacity: .7;
}

#footer .tweet {
  width: 70%;
  text-align: center;
  margin: 6% auto;
}

#footer .tweet a {
  display: block;
}

#footer .tweet img {
  display: block;
  margin: 0 auto;
}

#footer .f_bnr {
  width: 48%;
}

#footer .f_bnr img {
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

#footer .f_bnr img:hover {
  opacity: .7;
  cursor: pointer;
}

#footer {
  padding: 6% 0;
  background: var(--maincolor);
}

#footer .box {
  width: 80%;
  margin: 0 auto;
}

#footer .bnr {
  width: 80%;
  display: block;
  text-align: center;
  margin: 0 auto 3%;
}

#footer .bnr img {
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

#footer .bnr img:hover {
  opacity: .8;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

#footer .fLogoArea {
  width: 80%;
  margin: 0 auto;
}

#footer .fLogoArea .fx01 {
  width: 50%;
  padding: 8%;
  box-sizing: border-box;
}

.orner__ul {
  width: 40%;
  margin: 0 auto 60px;
}

.orner__ul li {
  width: 48%;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}

#footer .fLogo {
  width: 100%;
  display: block;
  text-align: center;
  margin: 60px auto 0;
}

#footer .fLogo img {
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

#footer .fLogo img:hover {
  opacity: .8;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

#footer .desc {
  font-size: .9rem;
  color: #fff;
  font-weight: lighter;
  text-align: center;
  line-height: 1.6;
  letter-spacing: .1em;
  padding-top: 8%;
}

#footer .contact {
  color: #fff;
  text-align: center;
  margin-bottom: 8%;
}

#footer .ttlh3 {
  font-size: 2rem;
  display: inline-block;
  width: 40%;
  padding: 2% 0;
  color: var(--subcolor);
  border-top: 1px solid var(--subcolor);
  border-bottom: 1px solid var(--subcolor);
  margin-bottom: 6%;
}

#footer .single {
  letter-spacing: .1em;
}

#footer .single .ttlh4 {
  font-size: 1.2rem;
  color: var(--subcolor);
  font-weight: bold;
  margin-bottom: 2%;
  letter-spacing: .1em;
}

#footer .snsArea {
  width: 20%;
  margin: 0 auto 10%;
}

#footer .snsArea li {
  width: 28%;
}

#footer .singleList .plus {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#footer .singleList:hover {
  color: #fff;
  background: #ffb819;
  border: 2px solid #e4a007;
  opacity: 1;
  box-shadow: none;
}

#footer .singleList.open {
  color: #fff;
  background: #ffb819;
  border: 2px solid #e4a007;
  margin-bottom: 20px;
}

#footer .singleList .plus {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}

#footer .singleList:hover .plus {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#footer .singleList.open .plus {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#footer .acArea {
  width: 100%;
  margin: 0 auto;
  font-size: .9rem;
  letter-spacing: .03em;
  line-height: 1.6;
  padding: 0 10px;
  word-break: break-all;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  overflow: hidden;
  padding: 0 4%;
  box-sizing: border-box;
  background: #fff;
}

#footer .acArea.open {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: hidden;
  padding: 4%;
}

#footer .sub {
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0;
  border-bottom: 2px solid #f3ab07;
  margin-bottom: 15px;
  padding-bottom: 5px;
}


#footer .sub .info {
  font-size: 1rem;
  letter-spacing: .02em;
  font-weight: lighter;
  line-height: 1.6;
}

#footer .ans {
  font-weight: bold;
}

#footer dt {
  color: #be8609;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: .05em;
  padding-bottom: 2px;
}

#footer dd {
  font-size: .92rem;
  line-height: 1.7;
  letter-spacing: .06em;
  padding: 2px 20px 20px;
}

#footer dl {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 15px;
}

#footer .contents {
  margin-bottom: 40px;
}

#footer .addcaution {
  background: #fff3f3;
  padding: 20px;
  margin-bottom: 20px;
}

#footer .addcaution a {
  color: #a60000;
  text-decoration: underline;
  transition: all ease .4s;
}

#footer .addcaution a:hover {
  opacity: .7;
}

#footer .contents dl:last-child {
  border-bottom: none;
}

#footer dd a {
  color: #008fa6;
  font-weight: 500;
  text-decoration: underline;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

#footer dd a:hover {
  opacity: .8;
}

#footer .blue {
  color: #008fa6;
  font-weight: 500;
  letter-spacing: .01em;
}

#sec10 .container {
  margin: 30px auto 0;
  max-width: 700px;
  width: 100%;
}

#sec10 img {
  height: auto;
  width: 100%;
  transition: all eaes .4s;
  -webkit-transition: all eaes .4s;
}

#sec10 .slick-initialized .slick-slide {
  padding: 16px;
  box-sizing: border-box;
}

#sec10 .thumbnail-img img {
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  cursor: pointer;
}

#sec10 .thumbnail-img img:hover {
  opacity: .7;
}


#footer .infoBtn a {
  text-align: center;
  display: block;
  width: 50%;
  margin: 0 auto 30px;
  color: #fff;
  padding: 8px;
  box-sizing: border-box;
  background: #1da6f0;
  font-weight: bold;
  border-radius: 20px;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  cursor: pointer;
}

#footer .infoBtn small {
  display: block;
  color: #fff;
  text-align: center;
  padding: 6px 0;
}

#footer .infoBtn.left small {
  padding: 0 30px;
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 80px;
}

#footer .infoBtn a:hover {
  opacity: .7;
}


/* 3. Popup */
.popBtn:hover {
  cursor: pointer;
}

.popArea {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  opacity: 0;
  visibility: hidden;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  transform: scale(.2);
  -webkit-transform: scale(.2);
  color: #fff;
  padding: 7%;
  box-sizing: border-box;
  overflow: scroll;
}

.popArea.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  z-index: 1000;
}

.popArea i.fa-times-circle {
  color: #fff;
  font-size: 3rem;
  position: absolute;
  top: 3%;
  right: 3%;
  cursor: pointer;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

.popArea i.fa-times-circle:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.popArea i.fa-external-link-alt {
  margin-left: 1%;
}

.popArea .popInner {
  max-width: 800px;
  max-height: 80vh;
  overflow-y: scroll;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
}

.popArea .desc {
  height: 100%;
  overflow-y: scroll;
}

.popArea p {
      text-align: center;
    letter-spacing: .05em;
    line-height: 2;
    font-size: 1rem;
}

.popArea p a {
  color: #71dddd;
  text-decoration: underline;
}

.popArea video {
  width: 100%;
  height: auto;
}

#cm .contents {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

#cmArea {
  display: flex;
  align-items: center;
  padding: 0;
}



#modal.error {
  display: block;
}

.formBox {
  width: 80%;
  margin: 0 auto 40px;
  text-align: center;
  background: url(../img/BG_nazo_deco2.png) no-repeat;
  background-size: cover;
  padding: 120px 10px;
  box-sizing: border-box;
  border: 3px solid #000;
}

.formBox2 {
  text-align: center;
}

.quizContent {
  font-size: 2rem;
  letter-spacing: .02em;
  font-weight: bold;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.quizContent2 {
  font-size: 1rem;
  margin-top: 6px;
}

.ansA {
  display: block;
  width: 80%;
  margin: 0 auto;
  border: 2px solid #000;
  box-sizing: border-box;
  padding: 12px;
  font-size: 1.2rem;
  letter-spacing: .1em;
}

.submit {
  font-size: 1.1rem;
  color: #fff;
  display: block;
  width: 80%;
  text-align: center;
  background: #1da6f0;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 20px;
  margin-top: 20px;
  transition: all ease .4s;
  border: none;
  margin: 0 auto;
  padding: 12px;
  letter-spacing: .1em;
}

.missionBtn {
  /*position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;*/
  width: 80%;
  margin: 0 auto 60px;
  box-sizing: border-box;
}

.missionBtn a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  text-align: center;
  font-size: 1rem;
  overflow: hidden;
  border-radius: 20px;
  background: #f59916;
  transition: all ease .4s;
}

.missionBtn a:hover {
  opacity: .7;
}

.slide-items {
  width: 80%;
  margin: 0 auto;
}

.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.prev-arrow {
  left: 0;
  z-index: 10;
}

.next-arrow {
  right: 0;
}

.slide-arrow {
  width: 20px;
}

.eventOwner {
  margin-top: 20px;
}

.eventOwner a {
  color: #26aa8f;
  font-weight: bold;
  text-decoration: underline;
}

.eventOwner p {
  letter-spacing: .1em;
  line-height: 1.6;
}


/* チケットカレンダー */
.ticAPI {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.ticAPI iframe {
  position: relative;
  margin: 0;
  width: 100%;
  height: 600px;
  border: none;
}

/*#ticket_api{margin: 0 auto;padding: 0;color: #000000;width: 100%; background-color: #cbad40;}
.ticketWrap{ margin: 0 auto; background-color: transparent !important;  padding:20px 0 0 0; font-size: .12rem !important; }
.ticketWrap .swiper-wrapper{padding: 0;}
.ticketWrap .naviBox {margin:  0 53px 0 53px;}
.ticketWrap .naviBox .prevBtn{top: 20px;left: 0; background-color: #ffffff; opacity: 1;}
.ticketWrap .naviBox .nextBtn{top: 20px;right: 0; background-color: #ffffff; opacity: 1;}
.ticketWrap .naviBox .prevBtn:hover, .ticketWrap .naviBox .nextBtn:hover{opacity: 1;}
.ticketWrap .naviBox ul li .scheduleBox{color:#000000;}
.ticketWrap .naviBox ul li.cr .scheduleBox {background: #994B00; color:#ffffff !important;}
.ticketWrap .naviBox ul li.cr .scheduleBox span span{color:#ffffff !important;}
.ticketWrap .detailsWrap {padding-top: 20px;}
.ticketWrap .detailsBox .tit {background-color: #291b21;font-size: .14rem !important;}
.ticketWrap .detailsBox .tit p{margin: 0 !important;}
.ticketWrap .detailsBox .tit01 {font-size: .18rem !important;}
.ticketWrap .detailsBox .details h4 {margin: 30px 0 0 0; color:#000000 !important;border-bottom: 2px solid #000000; background-image: none;font-size: .13rem !important;text-align: center;font-weight: 700;}
.ticketWrap .detailsBox .details a.scrap {color: #994B00; font-size: .12rem;font-weight: normal;}
.ticketWrap .detailsBox .details a.scrap:after {border-top: solid 1px #994B00;border-right: solid 1px #994B00; width: 5px; height: 5px;margin: -3px 0 0 0px;}
.ticketWrap .detailsBox .details ul li {margin-bottom: 0 !important;}
.ticketWrap .detailsBox .details ul li .scheduleBox.present {background: #ffffff; border: solid 1px #b3b3b3;color: #2a2a2a;}
.ticketWrap .detailsBox .details ul li .scheduleBox.sold {background: #b3b3b3; color:#969696; border: solid 1px #b3b3b3;}
.ticketWrap .detailsBox .details ul li .scheduleBox.few {background: #fbfdc2; border: solid 1px #b3b3b3;color: #2a2a2a;}
#ticket_api .note {margin: 0 auto !important;color:#232323; padding: 20px; background-color: #ffffff;}
#ticket_api .note a {color:#cf1009;}
.ticketWrap .detailsBox .details .ticketBox .ticketItem p {color:#232323;}
.ticketWrap .detailsBox .details ul li .scheduleBox .time {font-size: .13rem;}
.ticketWrap .detailsBox .details ul li .scheduleBox .state {font-size: .12rem;}*/


#ticket_api,
.ticketWrap {
  margin: 0 auto !important;
}

.ticketLink {
  /* display: none; */
  /* margin: 0px 0 40px; */
}

.ticketLink li.Turl {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.ticketLink li.Turl a {
  display: block;
  text-align: center;
  color: #fff;
  background: #1b62ce;
  box-sizing: border-box;
  padding: 10px;
  cursor: pointer;
  transition: all ease .4s;
}

.ticketLink li.Turl a.ended {
  background: #a3a3a3;
  cursor: initial;
}

.ticketLink li.Turl:nth-child(2) a {
  background: #004099;
}

.ticketLink li.Turl:nth-child(3) a {
  background: #009de0;
}

.ticketLink li.Turl a:hover {
  opacity: .7;
}

.ticketLink li.Turl a.ended:hover {
  opacity: 1;
}

.new {
  background: #c4343f;
  color: #fff;
  font-size: .9rem;
  padding: 1px 14px;
  display: inline-block;
}

.eventDay {
  font-size: 1.2rem;
  text-align: left;
  font-weight: bold;
  color: #034c93;
  border-left: 4px solid #034c93;
  padding-left: 10px;
}


.minText {
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  font-weight: lighter;
}

.announce li a {
  display: block;
  color: #000;
  padding: 6px 0;
  text-align: center;
  font-weight: bold;
  background-color: #fbdf51;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  transition: all ease .4s;
}

.announce li a:hover {
  background-color: orange;
}

.addedInfo {
  width: 100%;
  margin: 40px auto 30px;
  box-sizing: border-box;
}

.addedInfo p {
  margin-bottom: 30px;
  border: 8px solid #bdbdbd;
  box-sizing: border-box;
}

.addedInfo2 {
  font-size: 1.04rem;
  text-align: center;
  margin: 0px auto 80px;
}

.addedInfo2 a {
  color: #26aa8f;
  transition: all ease .4s;
  text-decoration: underline;
}

.addedInfo2 a:hover {
  opacity: .7;
}

.f__contact {
  margin-bottom: 80px;
}

.f__contact__ttl {
  text-align: center;
  display: block;
  width: 60%;
  color: rgb(255, 255, 255);
  box-sizing: border-box;
  font-weight: bold;
  cursor: pointer;
  margin: 0px auto 60px;
  padding: 14px 0;
  background: rgb(29, 166, 240);
  border-radius: 2px;
  transition: 0.4s;
}

.f__contact__ttl {
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: .04em;
  text-align: center;
}

.f__contact__link {
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: .03em;
  text-align: center;
  line-height: 180%;
  margin-bottom: 30px;
}

.f__contact__link a {
  display: block;
  color: #fbdf51;
  text-decoration: underline;
}

.imgCatch {
  display: block;
}

.cp_u22 {
  width: 50%;
  margin: 0 auto;
}

.cp_u22 a {
  display: block;
  transition: all ease .4s;
}

.cp_u22 a:hover {
  opacity: .7;
}