@charset "UTF-8";
/* DEFINE */
/* RESET */
html {
  color: #000;
  background: #FFF;
}

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;
  scroll-margin-top: 60px;
  position: relative;
}

/* FONT */
@font-face {
  font-family: "KFont";
  src: url(../font/keifont.ttf);
}
.kfont {
  font-family: KFont;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.exbold {
  font-weight: 900;
}

body {
  font-family: "Noto Sans JP", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  min-height: 100vh;
  background: #337985;
  position: relative;
}

p {
  word-break: break-all;
}

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

img {
  display: block;
  height: auto;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.onlySp {
  display: none !important;
}

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

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

*:focus {
  outline: none;
}

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

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

.fxCenter {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.gradation {
  background: linear-gradient(-45deg, #000000, #054497 60%, #2c558c);
}

a.lineAnimation::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}

a.lineAnimation:hover::after {
  width: 100%;
}

.none {
  display: none;
}

/* Opening */
.opening {
  background: #000;
  background-size: cover;
  background-position: center center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.opening p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 80px;
}

/* HEADER */
#header {
  padding: 12px;
  min-height: 54px;
  box-sizing: border-box;
  height: 54px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
}
#header #nav {
  align-items: center;
}
#header #nav li {
  text-align: center;
}
#header #nav li a {
  color: #fff;
  display: block;
  padding: 4px 8px;
  box-sizing: border-box;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  position: relative;
}
#header #nav li a:hover {
  opacity: 0.8;
}
#header #spNav {
  position: fixed;
  z-index: 1000;
  left: 14px;
  top: 14px;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  cursor: pointer;
}
#header #spNav p {
  color: #fff;
  font-size: 0.7rem;
  pointer-events: none;
}
#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;
  border-radius: 1px;
  position: absolute;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}
#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 #spMenu {
  position: fixed;
  z-index: -100;
  display: block;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
#header #spMenu ul {
  display: none;
}
#header #spMenu a {
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 0.6% 0;
  letter-spacing: 0.07em;
  display: block;
  margin-bottom: 0.4%;
}
#header.show #spNav .toggle i {
  background-color: #fff;
}
#header.show #spNav .toggle i:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
  -webkit-transform: translateY(10px) rotate(-45deg);
}
#header.show #spNav .toggle i:nth-child(2) {
  opacity: 0;
}
#header.show #spNav .toggle i:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
  -webkit-transform: translateY(-12px) rotate(45deg);
}
#header.show #spMenu {
  opacity: 1;
  visibility: visible;
  z-index: 900;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0e4c57;
}
#header.show #spMenu ul {
  display: block;
  box-sizing: border-box;
}

/* FOOTER */
#footer #topBtn {
  position: fixed;
  z-index: 100;
  right: 1.5%;
  bottom: 20px;
  padding: 2px;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}
#footer #topBtn a {
  position: relative;
  color: #fff;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0e4c57;
  background-size: 20px;
  background-position: center;
  box-sizing: border-box;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  cursor: pointer;
}
#footer #topBtn a:hover {
  opacity: 0.7;
  background-size: 20px;
  background-position: center;
}
#footer #topBtn a span {
  display: block;
  width: 100%;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* MAIN */
#main {
  position: relative;
}
#main .mainImg {
  display: block;
  width: 100%;
  height: auto;
}
#main .sns {
  position: fixed;
  right: 8px;
  top: 40vh;
  width: 60px;
  z-index: 1;
  transition: all ease 0.4s;
}
#main .sns li {
  margin-bottom: 14px;
}
#main .sns li a {
  display: block;
}
#main .sns li a img {
  transition: all ease 0.4s;
}
#main .sns li a img:hover {
  transform: scale(1.1);
  opacity: 0.9;
}
#main .purchase {
  position: fixed;
  right: 0px;
  top: 70vh;
  width: 150px;
  z-index: 1;
  transition: all ease 0.4s;
}
#main .purchase a {
  display: block;
}
#main .purchase a img {
  transition: all ease 0.4s;
}
#main .purchase a img:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

/* ABOUT */
#about {
  padding-bottom: 100px;
  z-index: 0;
}
#about .bg1 {
  background: url(../img/bg1-repeat.png) repeat-y;
  background-size: 100% auto;
  padding: 100px 20px;
  box-sizing: border-box;
  position: relative;
}
#about .bg1 .bg1Bar {
  position: absolute;
  top: -20px;
  left: 0px;
  right: 0px;
  display: block;
  width: 100%;
  transform: scale(1.02);
}
#about .bg1 .intro {
  width: 80%;
  margin: 0 auto 40px;
  background: url(../img/aboutItem1.png) no-repeat center center/50%, #f7f1e3;
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
}
#about .bg1 .intro .aboutTxt1 {
  width: 80%;
  margin: 0 auto 10px;
}
#about .bg1 .intro .aboutTxt2 {
  width: 60%;
  margin: 0 auto 30px;
}
#about .bg1 .intro .sub {
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.6;
  color: #ed1c24;
  margin-bottom: 60px;
}
#about .bg1 .intro ul {
  width: 90%;
  margin: 0 auto 20px;
}
#about .bg1 .intro ul li {
  width: 33.3333333333%;
}
#about .bg1 #point {
  padding-top: 60px;
}
#about .bg1 #point .ttl {
  width: 30%;
  margin: 0 auto 30px;
  max-width: 280px;
  position: relative;
}
#about .bg1 #point .ttl::after {
  content: "";
  width: 150px;
  height: 150px;
  background: url(../img/pointItem2.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -70px;
  bottom: -50px;
}
#about .bg1 #point .area {
  width: 80%;
  margin: 0 auto;
}
#about .bg1 #point .area .single {
  margin-bottom: 40px;
}
#about .bg1 #point .area .single .fx1 {
  width: 50%;
}
#about .bg1 #point .area .single .fx2 {
  width: 47%;
  padding-top: 80px;
  position: relative;
  transition-delay: 0.3s;
}
#about .bg1 #point .area .single .fx2 img {
  border: 6px solid #fff;
  box-sizing: border-box;
}
#about .bg1 #point .area .single:nth-child(2) .fx2::after {
  content: "";
  width: 200px;
  height: 200px;
  background: url(../img/pointIcon2.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: -70px;
  bottom: -50px;
}
#about .bg1 #point .area .single:nth-child(3) .fx2::after {
  content: "";
  width: 130px;
  height: 130px;
  background: url(../img/pointIcon3.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: -40px;
  bottom: -20px;
}

/* CM */
#cm {
  padding: 100px 0;
  background: url(../img/cmBg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
#cm .box {
  width: 60%;
  margin: 0 auto;
}
#cm .video {
  width: 60%;
  margin: 0 auto;
}

/* INFO */
#info {
  padding: 100px 0 0;
  z-index: 0;
}
#info .bg1 {
  background: url(../img/bg2.png) no-repeat;
  background-size: 100% 100%;
  padding: 60px 40px 30px;
  margin-bottom: 60px;
  box-sizing: border-box;
  position: relative;
}
#info .bg1 .box {
  width: 80%;
  margin: 0 auto 40px;
  background: #f7f1e3;
  border-radius: 8px;
  padding: 40px 20px;
  box-sizing: border-box;
}
#info .bg1 .box .ttl {
  width: 40%;
  margin: 0 auto 40px;
}
#info .bg1 .box .single {
  margin-bottom: 40px;
}
#info .bg1 .box .single .sub {
  color: #ed1c24;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 2;
}
#info .bg1 .box .single .sub span {
  font-size: 1.1rem;
  display: block;
  line-height: 1;
}
#info .bg1 .box .single .logo2a {
  width: 34%;
  margin: 60px auto 30px;
}
#info .bg1 .box .single .logo2a img {
  transition: all ease 0.4s;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}
#info .bg1 .box .single .logo2a img:hover {
  opacity: 0.7;
}
#info .bg1 .box .single .txt {
  width: 90%;
  margin: 0 auto;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-bottom: 20px;
}
#info .bg1 .box .single .txt.aboutRarejob {
  background: #918956;
  color: #fff;
  padding: 40px;
  margin-bottom: 40px;
  box-sizing: border-box;
  text-align: center;
  margin-top: 30px;
}
#info .bg1 .box .single .txt .h4 {
  display: block;
  font-size: 1.2rem;
  color: #ffe9b5;
  margin-bottom: 10px;
  background-color: #473100;
}
#info .bg1 .box .single .btn {
  text-align: center;
  margin-bottom: 40px;
}
#info .bg1 .box .single .btn a {
  display: inline-block;
  background: #000;
  color: #fff;
  border-radius: 20px;
  padding: 4px 50px;
  border: 2px solid #ed1c24;
  transition: all ease 0.4s;
  position: relative;
}
#info .bg1 .box .single .btn a::before {
  content: "▶︎";
  position: absolute;
  display: inline-block;
  font-size: 0.5rem;
  margin-right: 8px;
  top: 35%;
  left: 30px;
  margin: auto;
}
#info .bg1 .box .single .btn a:hover {
  opacity: 0.7;
}
#info .bg1 .box .single .descBefore {
  width: 90%;
  margin: 0 auto 40px;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
#info .bg1 .box .single .desc {
  width: 90%;
  color: #fff;
  margin: 10px auto;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
  transition: all ease 0.4s;
}
#info .bg1 .box .single .desc.accordion {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
#info .bg1 .box .single .pointDesc {
  width: 90%;
  margin: 0 auto 40px;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.8;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
#info .bg1 .box .single .pointDesc.accordion {
  height: auto;
  opacity: 1;
  visibility: visible;
}
#info .bg1 .box .single .pointDesc .bnr0 {
  width: 60%;
  margin: 40px auto;
}
#info .bg1 .box .single .pointDesc .bnr0 a {
  display: block;
}
#info .bg1 .box .single .pointDesc .bnr0 a img {
  transition: all ease 0.4s;
}
#info .bg1 .box .single .pointDesc .bnr0 a img:hover {
  opacity: 0.7;
}
#info .imgList li {
  width: 33.3333333333%;
}
#info .imgList li img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
#info .bg1 {
  margin-bottom: 80px;
}
#info .bg1 #howto {
  padding-top: 60px;
}
#info .bg1 #howto .ttl2 {
  width: 40%;
  margin: 0 auto 60px;
  max-width: 330px;
  position: relative;
}
#info .bg1 #howto .ttl2::after {
  content: "";
  width: 90px;
  height: 90px;
  background: url(../img/howItem2.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -50px;
  bottom: -30px;
}
#info .bg1 #howto .flowImg {
  width: 90%;
  margin: 0 auto 40px;
}

/* STORY */
#story {
  padding: 110px 0;
  background: url(../img/storyBg.jpg) no-repeat;
  background-size: cover;
}
#story .box {
  width: 80%;
  margin: 0 auto 40px;
  background: #f7f1e3;
  border-radius: 8px;
  padding: 140px 20px 80px;
  box-sizing: border-box;
  position: relative;
}
#story .box .tag {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
#story .box .tag .ttl {
  width: 30%;
  margin: 0 auto 60px;
  max-width: 280px;
  position: relative;
}
#story .box .tag .ttl::after {
  content: "";
  width: 100px;
  height: 100px;
  background: url(../img/storyItem2.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -70px;
  bottom: -50px;
}
#story .box .txt {
  text-align: center;
  line-height: 2;
  font-weight: lighter;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

/* INFO2 */
#info2 {
  padding: 60px 0;
  z-index: 0;
}
#info2 .bg1 {
  background: url(../img/bg1-repeat.png) repeat-y;
  background-size: 100% auto;
  padding: 40px 40px 30px;
  margin-bottom: 60px;
  box-sizing: border-box;
  position: relative;
}
#info2 .bg1 .box {
  width: 80%;
  margin: 0 auto 40px;
  background: #f7f1e3;
  border-radius: 8px;
  padding: 40px 20px;
  box-sizing: border-box;
}
#info2 .bg1 .box #event {
  padding-top: 40px;
  margin-bottom: 60px;
}
#info2 .bg1 .box #event .ttl {
  width: 40%;
  max-width: 320px;
  position: relative;
  margin: 0 auto 60px;
}
#info2 .bg1 .box #event .ttl::after {
  content: "";
  width: 100px;
  height: 100px;
  background: url(../img/info2Item2.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -70px;
  bottom: -30px;
}
#info2 .bg1 .box #event .icons {
  width: 94%;
  margin: 0 auto 40px;
}
#info2 .bg1 .box #event .icons .icon {
  width: 22%;
}
#info2 .bg1 .box #event .icons .icon:nth-child(1) {
  transition-delay: 0.2s;
}
#info2 .bg1 .box #event .icons .icon:nth-child(2) {
  transition-delay: 0.4s;
}
#info2 .bg1 .box #event .icons .icon:nth-child(3) {
  transition-delay: 0.6s;
}
#info2 .bg1 .box #event .icons .icon:nth-child(4) {
  transition-delay: 0.8s;
}
#info2 .bg1 .box #event .icons .icon .txt {
  font-size: 0.8rem;
  font-weight: lighter;
  padding-top: 16px;
}
#info2 .bg1 .box #event .contents {
  margin-bottom: 40px;
}
#info2 .bg1 .box #event .contents .sub {
  margin: 0 auto 20px;
  width: 30%;
}
#info2 .bg1 .box #event .contents .sub span {
  display: block;
  font-size: 0.9rem;
  color: #fff;
  font-weight: bold;
  background: #1b3550;
  border-radius: 20px;
  padding: 4px 0;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: 0.06em;
}
#info2 .bg1 .box #event .contents .txt {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
#info2 .bg1 .box #event .contents .time {
  margin-bottom: 10px;
}
#info2 .bg1 .box #event .contents .time .fx1 {
  width: 34%;
  text-align: right;
}
#info2 .bg1 .box #event .contents .time .fx2 {
  width: 62%;
}
#info2 .bg1 .box #event .contents .time .caution {
  width: 60%;
  margin: 30px auto 0;
  font-size: 0.9rem;
  font-weight: lighter;
  letter-spacing: 0.05em;
}
#info2 .bg1 .box #ticket {
  margin-bottom: 60px;
  padding-top: 60px;
}
#info2 .bg1 .box #ticket .ttl {
  width: 40%;
  max-width: 320px;
  position: relative;
  margin: 0 auto 60px;
}
#info2 .bg1 .box #ticket .ttl::after {
  content: "";
  width: 100px;
  height: 100px;
  background: url(../img/info2Item4.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -40px;
  bottom: -30px;
}
#info2 .bg1 .box #ticket table {
  width: 70%;
  margin: 0 auto;
  background: #fff;
}
#info2 .bg1 .box #ticket table, #info2 .bg1 .box #ticket td, #info2 .bg1 .box #ticket th {
  border: 1px solid #595959;
  border-collapse: collapse;
}
#info2 .bg1 .box #ticket td, #info2 .bg1 .box #ticket th {
  font-size: 0.9rem;
  font-weight: lighter;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 12px 4px;
  box-sizing: border-box;
  text-align: center;
}
#info2 .bg1 .box #ticket tr:first-child td {
  background: #f2f2f2;
}
#info2 .bg1 .box #ticket tr:not(:first-child) th {
  color: #fff;
  background: #6e272d;
}
#info2 .bg1 .box #ticket .even {
  background: #fbf8f0;
}
#info2 .bg1 .box #ticket .odd {
  background: #fefcf9;
}
#info2 .bg1 .box #ticket .caution {
  width: 80%;
  margin: 30px auto 40px;
  font-size: 0.9rem;
  font-weight: lighter;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
#info2 .bg1 .box #ticket .contents {
  margin-bottom: 40px;
}
#info2 .bg1 .box #ticket .contents .sub {
  margin: 0 auto 20px;
  width: 30%;
}
#info2 .bg1 .box #ticket .contents .sub span {
  display: block;
  font-size: 0.9rem;
  color: #fff;
  font-weight: bold;
  background: #1b3550;
  border-radius: 20px;
  padding: 4px 0;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: 0.06em;
}
#info2 .bg1 .box #ticket .contents .txt {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
#info2 .bg1 .box #ticket .contents .txt span {
  font-size: 1rem;
  display: block;
  font-weight: lighter;
}
#info2 .bg1 .box #ticket .comment {
  font-size: 1rem;
  font-weight: lighter;
  margin-bottom: 4px;
  text-align: center;
  letter-spacing: 0.1em;
}
#info2 .bg1 .box #ticket .bnr1 {
  width: 50%;
  margin: 0 auto 60px;
}
#info2 .bg1 .box #ticket .bnr1 a {
  display: block;
}
#info2 .bg1 .box #ticket .bnr1 a img {
  display: block;
  transition: all ease 0.4s;
  cursor: pointer;
}
#info2 .bg1 .box #ticket .bnr1 a img:hover {
  opacity: 0.7;
}
#info2 .bg1 .box #ticket .ticketApi {
  width: 70%;
  margin: 0 auto 100px;
  color: #fff;
  background: #000;
  text-align: center;
}
#info2 .bg1 .box #ticket .ticketApi p {
  padding: 150px 0;
}
#info2 .bg1 .box #ticket .btn {
  text-align: center;
  margin-bottom: 60px;
}
#info2 .bg1 .box #ticket .btn a {
  display: inline-block;
  background: #000;
  color: #fff;
  border-radius: 20px;
  padding: 4px 50px;
  border: 2px solid #ed1c24;
  transition: all ease 0.4s;
  position: relative;
}
#info2 .bg1 .box #ticket .btn a::before {
  content: "▶︎";
  position: absolute;
  display: inline-block;
  font-size: 0.5rem;
  margin-right: 8px;
  top: 35%;
  left: 30px;
  margin: auto;
}
#info2 .bg1 .box #ticket .btn a:hover {
  opacity: 0.7;
}
#info2 .bg1 .box #flow {
  margin-bottom: 0px;
  padding-top: 80px;
}
#info2 .bg1 .box #flow .ttl {
  width: 40%;
  max-width: 320px;
  position: relative;
  margin: 0 auto 60px;
}
#info2 .bg1 .box #flow .ttl::after {
  content: "";
  width: 100px;
  height: 100px;
  background: url(../img/pointIcon1.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -40px;
  bottom: -30px;
}
#info2 .bg1 .box #flow .flowList {
  width: 90%;
  margin: 0 auto;
}
#info2 .bg1 .box #flow .flowList .fx1 {
  width: 48%;
  margin-bottom: 60px;
}
#info2 .bg1 .box #flow .flowList .fx1:nth-child(2n) {
  transition-delay: 0.3s;
}
#info2 .bg1 .box #flow .flowList .fx1 .fx2 {
  width: 32%;
}
#info2 .bg1 .box #flow .flowList .fx1 .fx3 {
  width: 64%;
}
#info2 .bg1 .box #flow .flowList .fx1 .fx3 .sub {
  font-size: 1.2rem;
  font-weight: bold;
  color: #6e272d;
  margin-bottom: 10px;
}
#info2 .bg1 .box #flow .flowList .fx1 .fx3 .sub span {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #6e272d;
  background: #fcff50;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 8px;
  border-radius: 50%;
}
#info2 .bg1 .box #flow .flowList .fx1 .txt {
  font-size: 0.87rem;
  font-weight: lighter;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  padding: 0 0 0 10px;
}
#info2 .bg1 .box #flow .flowList .fx1 .btn {
  text-align: center;
}
#info2 .bg1 .box #flow .flowList .fx1 .btn a {
  font-size: 0.8rem;
  width: 100%;
  display: inline-block;
  background: #000;
  color: #fff;
  border-radius: 20px;
  padding: 4px 0px;
  border: 2px solid #ed1c24;
  transition: all ease 0.4s;
  position: relative;
}
#info2 .bg1 .box #flow .flowList .fx1 .btn a::before {
  content: "▶︎";
  position: absolute;
  display: inline-block;
  font-size: 0.5rem;
  margin-right: 8px;
  top: 32%;
  left: 30px;
  margin: auto;
}
#info2 .bg1 .box #flow .flowList .fx1 .btn a:hover {
  opacity: 0.7;
}
#info2 .bg1 .box #flow .flowList .fx1 .btn.btn2 a {
  background: #ed1c24;
}

/* FOOTER */
#footer {
  color: #fff;
  background: #1b3550;
  padding: 60px 0;
}
#footer .box {
  width: 70%;
  margin: 0 auto 60px;
  border: 1px dashed #fff;
  padding: 40px 80px;
  box-sizing: border-box;
}
#footer .box .sub {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
  text-align: center;
}
#footer .box .sub span {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: yellow;
}
#footer .box .info {
  width: 50%;
  margin: 0 auto 40px;
}
#footer .box .btn {
  text-align: center;
}
#footer .box .btn a {
  font-size: 0.9rem;
  width: 50%;
  display: inline-block;
  background: #000;
  color: #fff;
  border-radius: 20px;
  padding: 4px 0px;
  border: 2px solid #ed1c24;
  transition: all ease 0.4s;
  position: relative;
  margin-bottom: 50px;
}
#footer .box .btn a::before {
  content: "▶︎";
  position: absolute;
  display: inline-block;
  font-size: 0.5rem;
  margin-right: 8px;
  top: 35%;
  left: 30px;
  margin: auto;
}
#footer .box .btn a:hover {
  opacity: 0.7;
}
#footer .box .btn.btn2 a {
  background: #ed1c24;
}
#footer .ACbox {
  width: 80%;
  margin: 0 auto 60px;
}
#footer .ACbox.wide {
  width: 100%;
}
#footer .ACbox.wide .single {
  width: 100%;
}
#footer .ACbox.wide .single:nth-child(1) .singleList {
  background: #c891bb;
}
#footer .ACbox .single {
  width: 70%;
  margin: 0 auto 1%;
}
#footer .ACbox .single:nth-child(1) .singleList {
  background: #52a1b3;
}
#footer .ACbox .single:nth-child(2) .singleList {
  background: #528a48;
}
#footer .ACbox .single:nth-child(3) .singleList {
  background: #c27b21;
}
#footer .ACbox .singleList {
  font-size: 1.3rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background: #c891bb;
  padding: 8px 0;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: all ease 0.4s;
}
#footer .ACbox .singleList:hover {
  opacity: 0.7;
}
#footer .ACbox .singleList:hover::after {
  transform: rotate(45deg);
  transform-origin: 50% 50%;
}
#footer .ACbox .singleList::after {
  content: "+";
  color: #000;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  left: 92%;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  border-radius: 50%;
  transition: all ease 0.4s;
}
#footer .ACbox .singleList.accordion::after {
  transform: rotate(45deg);
}
#footer .ACbox .singleDesc {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all ease 0.4s;
  overflow: hidden;
  padding: 0 4%;
}
#footer .ACbox .singleDesc.accordion {
  opacity: 1;
  visibility: visible;
  height: auto;
  word-break: break-all;
  padding: 4%;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
}
#footer .ACbox .singleDesc .catch {
  background: #f3ae05;
  font-size: 1.1rem;
  padding: 4px 12px;
  box-sizing: border-box;
  margin-bottom: 6px;
}
#footer .ACbox .singleDescBox {
  margin-bottom: 4%;
  color: #000;
}
#footer .ACbox .singleDescBox .subTtl {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 2%;
  border-bottom: 2px solid #000;
  padding-bottom: 1%;
}
#footer .ACbox .singleDescBox .subDesc {
  letter-spacing: 0.06em;
  font-size: 0.9rem;
  margin-bottom: 2%;
  line-height: 1.6;
}
#footer .ACbox .singleDescBox .subDesc a {
  color: #22889d;
  text-decoration: underline;
  transition: all ease 0.4s;
}
#footer .ACbox .singleDescBox .subDesc a:hover {
  opacity: 0.7;
}
#footer .ACbox .singleDescBox .subDesc .catch2 {
  display: block;
  background: orange;
  color: #fff;
  padding: 4px 10px;
  margin-bottom: 10px;
}
#footer .bnrList {
  width: 30%;
  margin: 0 auto 80px;
}
#footer .bnrList .single {
  margin-bottom: 20px;
}
#footer .bnrList .single img {
  transition: all ease 0.4s;
}
#footer .bnrList .single img:hover {
  transform: scale(1.08);
}
#footer .fLogoArea {
  width: 50%;
  margin: 0 auto 20px;
}
#footer .fLogoArea li {
  width: 40%;
  padding: 0 5%;
}
#footer .fLogoArea li img {
  transition: all ease 0.4s;
}
#footer .fLogoArea li img:hover {
  transform: scale(1.08);
}
#footer .copyright {
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

#header.trigger + #main .sns {
  top: 46vh;
  width: 50px;
}
#header.trigger + #main .purchase {
  top: 72vh;
  width: 130px;
}

/* ----- 共通 ----- */
.voice {
  margin-bottom: 40px;
  width: 80%;
  margin: 40px auto;
}

.voice:after, .voice:before {
  clear: both;
  content: "";
  display: block;
}

.voice-img-left {
  margin-left: 4px;
  margin-top: -1px;
  float: left;
  width: 100px;
  height: 100px;
}

.voice-text-right {
  color: #444;
  position: relative;
  margin-left: 130px;
  margin-right: 130px;
  padding: 1.2em;
  border: 3px solid #eee;
  background-color: #fff;
  border-radius: 5px;
}

.voice-text-right:before {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  border-right: 10px solid #eee;
  top: 21px;
  left: -23px;
}

p.voice-text:last-child {
  margin-bottom: 0px;
}

.voice-text-right:after {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  top: 21px;
  left: -19px;
}

.voice-img-right {
  margin-right: 4px;
  margin-top: -1px;
  float: right;
  width: 100px;
  height: 100px;
}

.voice-text-left {
  position: relative;
  margin-left: 130px;
  margin-right: 130px;
  padding: 1.2em;
  border: 3px solid #eee;
  background-color: #fff;
  border-radius: 5px;
}

.voice-text-left:after {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  top: 21px;
  right: -19px;
}

.slick-slide img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* POPUP
--------------------------------------*/
.popupContents {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
  transform: scale(0.2);
  color: #fff;
  padding: 7%;
  box-sizing: border-box;
  overflow: scroll;
}

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

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

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

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

.popupContents h3 {
  font-family: serif;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 3%;
}

.popupContents h3:first-letter {
  color: var(--subcolor);
}

.popupContents h3 span {
  color: var(--pointcolor);
  font-size: 3.5rem;
  letter-spacing: 0.1em;
}

.popupContents .box {
  max-width: 1000px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

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

.popupContents p {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 1.1rem;
  margin-bottom: 4%;
}

.popupContents .youtube {
  position: relative;
  width: 40%;
  margin: 0 auto;
  padding-top: 25%;
}

.popupContents .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.popupContents .link {
  margin-top: 2%;
}

.popupContents .link a {
  color: #78ffda;
  text-decoration: underline;
}

.popupContents .popcm .youtube {
  width: 80%;
  padding-top: 45%;
}

.popupContents .popcm h3 {
  color: #fff;
  letter-spacing: 0.4em;
}

.popupContents .popcm h3:first-letter {
  color: var(--pointcolor);
}

body.active {
  overflow-y: hidden;
}

#footer .bnrList .single img {
  transition: all ease 0.4s;
  cursor: pointer;
}

#footer .bnrList .single img:hover {
  opacity: 0.7;
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */