@charset "UTF-8";
/* firework  index CSS */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,700&display=swap");
/*----------------------------------------
	common
-----------------------------------------*/
#header .h_box01 #lang > p {
  border-color: #fff;
  color: #fff;
}
#header .h_box01 #lang > p > span::after {
  border-color: #fff;
}

#contents {
  padding-bottom: 0;
}

.other {
  position: relative;
  z-index: 100;
  padding: 0 0 62px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .other {
    padding-bottom: 180px;
  }
}

#breadcrumb_pc > ul > li {
  color: #fff;
}
#breadcrumb_pc > ul > li > a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  #breadcrumb_pc {
    margin-bottom: 85px;
  }
}

#list_back {
  padding-top: 70px;
}
@media screen and (min-width: 768px) {
  #list_back {
    padding-top: 120px;
  }
}

#footer {
  position: relative;
  z-index: 100;
}

/*----------------------------------------
	contents
-----------------------------------------*/
.contents-bg {
  --delay: 2.5s;
  overflow: hidden;
  position: relative;
  z-index: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.contents-bg [class^=c_btn01] > div {
  position: relative;
  z-index: 2;
  width: 100%;
  border: 2px solid #fff;
  outline: none;
  background-color: transparent;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2rem;
}
.contents-bg [class^=c_btn01] > a,
.contents-bg [class^=c_btn01] > button,
.contents-bg [class^=c_btn01] > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  padding: 5px 20px;
  line-height: 1.2;
}
@-webkit-keyframes plan-trigger1 {
  0% {
    clip-path: circle(0% at 30% 50%);
  }
  100% {
    clip-path: circle(100% at 30% 50%);
  }
}
@keyframes plan-trigger1 {
  0% {
    clip-path: circle(0% at 30% 50%);
  }
  100% {
    clip-path: circle(100% at 30% 50%);
  }
}
@-webkit-keyframes plan-trigger2 {
  0% {
    clip-path: circle(0% at 80% 50%);
  }
  100% {
    clip-path: circle(100% at 80% 50%);
  }
}
@keyframes plan-trigger2 {
  0% {
    clip-path: circle(0% at 80% 50%);
  }
  100% {
    clip-path: circle(100% at 80% 50%);
  }
}
.contents-bg.active .contents-bg__change {
  -webkit-animation: plan-trigger1 calc(var(--delay) * 0.6);
          animation: plan-trigger1 calc(var(--delay) * 0.6);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  -webkit-transition: opacity 0.4s calc(var(--delay) * 0.6 + 0.8s);
  transition: opacity 0.4s calc(var(--delay) * 0.6 + 0.8s);
}
.contents-bg.active .contents-bg__screen {
  -webkit-animation: plan-trigger2 calc(var(--delay) * 0.6) 0.8s;
          animation: plan-trigger2 calc(var(--delay) * 0.6) 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  -webkit-transition: opacity 0.4s calc(var(--delay) * 0.6 + 0.8s + 0.2s);
  transition: opacity 0.4s calc(var(--delay) * 0.6 + 0.8s + 0.2s);
}
.contents-bg__base, .contents-bg__change, .contents-bg__screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contents-bg__base {
  z-index: -3;
  background: url(../img/i_bg01s.jpg) center top/100% auto repeat;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .contents-bg__base {
    background-image: url(../img/i_bg01.jpg);
  }
}
.contents-bg__change {
  z-index: -2;
  clip-path: circle(0% at 50% 50%);
  background: radial-gradient(circle, rgb(236, 199, 28) 20%, rgb(168, 50, 145) 80%);
  background: -webkit-gradient(linear, left top, right top, from(#051137), to(#8683c4));
  background: linear-gradient(90deg, #051137, #8683c4);
}
.contents-bg__screen {
  z-index: -1;
  clip-path: circle(0% at 50% 50%);
  background: url(../img/i_bg01s.jpg) center top/100% auto repeat;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .contents-bg__screen {
    background-image: url(../img/i_bg01.jpg);
  }
}

body.pc .contents-bg [class^=c_btn01] > a:not(.no-link):hover,
body.pc .contents-bg [class^=c_btn01] > button:not(.no-link):hover {
  border-color: #fff;
  color: #111;
}
body.pc #headtitle .c_btn01 > a:hover {
  color: #111;
}
body.pc #headtitle .c_btn01 > a:hover::after {
  -webkit-filter: invert(1);
          filter: invert(1);
}

#headtitle {
  height: auto;
  padding-top: 0;
  border: none;
}
#headtitle .headtitle_bg {
  position: relative;
  z-index: 0;
  padding-bottom: 177.87%;
}
#headtitle .headtitle_bg .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 0 0 10px black;
}
#headtitle .headtitle_bg .title > span {
  display: block;
}
#headtitle .headtitle_bg .title > span:nth-child(1) {
  margin-bottom: 10px;
  font-size: 1.7rem;
}
#headtitle .headtitle_bg .title > span:nth-child(2) {
  font-size: 2.8rem;
}
#headtitle .headtitle_bg .title > span:nth-child(3) {
  margin-top: 30px;
  font-size: 2.4rem;
}
#headtitle .headtitle_bg .title > span > span {
  display: inline-block;
}
#headtitle .headtitle_bg .bg > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
  width: 100%;
  height: 100%;
  background: center bottom no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 4s;
  transition: opacity 4s;
}
#headtitle .headtitle_bg .bg > span:nth-child(1) {
  background-image: url(../img/i_headtitle_bg01s.jpg);
}
#headtitle .headtitle_bg .bg > span:nth-child(2) {
  background-image: url(../img/i_headtitle_bg02s.jpg);
}
#headtitle .headtitle_bg .bg > span:nth-child(3) {
  background-image: url(../img/i_headtitle_bg03s.jpg);
}
#headtitle .headtitle_bg .bg > span.active {
  z-index: -10;
  opacity: 1;
  -webkit-transition: opacity 4s 4s;
  transition: opacity 4s 4s;
}
#headtitle .headtitle_bg .bg > span.first {
  -webkit-transition: opacity 4s;
  transition: opacity 4s;
}
#headtitle .txt {
  position: relative;
  margin-top: -140px;
  padding: 25px 0 50px;
  background: rgba(9, 9, 32, 0.7);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 9, 32, 0.7)), color-stop(rgba(9, 9, 32, 0.7)), to(rgba(9, 9, 32, 0)));
  background: linear-gradient(rgba(9, 9, 32, 0.7), rgba(9, 9, 32, 0.7), rgba(9, 9, 32, 0));
  color: #fff;
}
#headtitle .txt p {
  line-height: 1.9;
}
#headtitle .txt p + p {
  margin-top: 10px;
  font-size: 1.15rem;
  line-height: 1.8;
}
#headtitle .c_btn01 {
  width: 88.732%;
  font-size: 1.7rem;
}
#headtitle .c_btn01 > a {
  height: 80px;
  border-color: #ecc71c;
  background-color: #ecc71c;
  color: #111;
}
#headtitle .c_btn01 > a::before {
  background-color: #fff;
}
#headtitle .c_btn01 > a::after {
  -webkit-filter: invert(0);
          filter: invert(0);
}
@media screen and (min-width: 768px) {
  #headtitle .headtitle_bg {
    min-height: 1000px;
    padding-bottom: 53.334%;
  }
  #headtitle .headtitle_bg .title {
    height: 70%;
  }
  #headtitle .headtitle_bg .title > span:nth-child(1) {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
  #headtitle .headtitle_bg .title > span:nth-child(2) {
    font-size: 4.6rem;
  }
  #headtitle .headtitle_bg .title > span:nth-child(3) {
    margin-top: 45px;
    font-size: 3.6rem;
  }
  #headtitle .headtitle_bg .bg > span:nth-child(1) {
    background-image: url(../img/i_headtitle_bg01.jpg);
  }
  #headtitle .headtitle_bg .bg > span:nth-child(2) {
    background-image: url(../img/i_headtitle_bg02.jpg);
  }
  #headtitle .headtitle_bg .bg > span:nth-child(3) {
    background-image: url(../img/i_headtitle_bg03.jpg);
  }
  #headtitle .txt {
    width: 87.5%;
    margin: -240px auto 0;
    padding: 40px 50px 60px;
  }
  #headtitle .txt p {
    font-size: 2rem;
    line-height: 1.8;
  }
  #headtitle .txt p + p {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 2.1;
  }
  #headtitle .c_btn01 {
    max-width: 440px;
    font-size: 2.4rem;
  }
}

@-webkit-keyframes hanabi {
  0% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 0;
  }
  10% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  20% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
  70% {
    -webkit-filter: blur(30px);
            filter: blur(30px);
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
}

@keyframes hanabi {
  0% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 0;
  }
  10% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  20% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
  70% {
    -webkit-filter: blur(30px);
            filter: blur(30px);
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
}
.hanabi {
  position: relative;
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity calc(var(--delay) * 0.2);
  transition: opacity calc(var(--delay) * 0.2);
}
.hanabi.active {
  opacity: 0;
}
.hanabi > span {
  position: absolute;
  top: 0;
  background: center top no-repeat;
  background-size: contain;
  pointer-events: none;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  opacity: 0;
}
.hanabi > span.obj01 {
  right: 65%;
  width: 44%;
  margin-top: -8%;
  background-image: url(../img/i_obj01.svg);
  -webkit-animation: hanabi 13s 2s infinite;
          animation: hanabi 13s 2s infinite;
}
.hanabi > span.obj02 {
  left: 74%;
  width: 38%;
  margin-top: 34%;
  background-image: url(../img/i_obj02.svg);
  -webkit-animation: hanabi 16s 0s infinite;
          animation: hanabi 16s 0s infinite;
}
.hanabi > span.obj03 {
  right: 72%;
  width: 44%;
  margin-top: 112%;
  background-image: url(../img/i_obj03.svg);
  -webkit-animation: hanabi 13s 3s infinite;
          animation: hanabi 13s 3s infinite;
}
.hanabi > span.obj04 {
  left: 74%;
  width: 26%;
  margin-top: 214%;
  background-image: url(../img/i_obj04.svg);
  -webkit-animation: hanabi 16s 1s infinite;
          animation: hanabi 16s 1s infinite;
}
@media screen and (min-width: 768px) {
  .hanabi > span.obj01 {
    right: 76%;
    width: 380px;
    margin-top: 110px;
  }
  .hanabi > span.obj02 {
    left: 76%;
    width: 320px;
    margin-top: 340px;
  }
  .hanabi > span.obj03 {
    top: auto;
    bottom: 0;
    right: 83%;
    width: 390px;
    margin-top: 0;
    margin-bottom: -550px;
  }
  .hanabi > span.obj04 {
    top: auto;
    bottom: 0;
    left: 89%;
    width: 220px;
    margin-top: 0;
    margin-bottom: -230px;
  }
}

.c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 30px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.c-title > span {
  display: block;
  padding: 32px 50px 12px;
  background: url(../img/c_title_obj01.png) right top no-repeat, url(../img/c_title_obj02.png) left bottom no-repeat;
  background-size: 176px auto, 176px auto;
}
@media screen and (min-width: 768px) {
  .c-title {
    margin-bottom: 55px;
    font-size: 3.2rem;
  }
  .c-title > span {
    padding: 60px 100px 20px;
    background-size: 352px auto, 352px auto;
  }
}

.underline {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ecc71c), to(#ecc71c));
  background-image: linear-gradient(to bottom, #ecc71c 0%, #ecc71c 100%);
  background-position: 0px 98%;
  background-size: 0px 5px;
  background-repeat: no-repeat;
  -webkit-transition: background 2s ease;
  transition: background 2s ease;
}
.underline.on {
  background-size: 100% 5px;
}

.s-movie {
  margin: 0 0 65px;
}
.s-movie .mov {
  position: relative;
  width: 84%;
  max-width: 864px;
  margin: 0 auto;
}
.s-movie .mov::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.195%;
}
.s-movie .mov iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .s-movie {
    margin-bottom: 130px;
  }
}

.s-schedule {
  margin: 0 0 65px;
}
.s-schedule .inner {
  width: 84%;
  margin: 0 auto;
}
.s-schedule .txt01 {
  margin: 0 0 25px;
}
.s-schedule .txt01 > dl {
  margin-bottom: 15px;
  color: #fff;
}
.s-schedule .txt01 > dl > dt {
  position: relative;
  margin-bottom: 2px;
  padding-left: 30px;
  font-size: 1.4rem;
}
.s-schedule .txt01 > dl > dt::before, .s-schedule .txt01 > dl > dt::after {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.s-schedule .txt01 > dl > dt::before {
  top: calc(50% - 10px);
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.s-schedule .txt01 > dl > dt.time01::after {
  top: calc(50% - 2px);
  left: 5px;
  width: 6px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.s-schedule .txt01 > dl > dt.time02::after {
  top: calc(50% - 6px);
  left: 10px;
  width: 0;
  height: 12px;
  border-right: 1px solid #fff;
}
.s-schedule .txt01 > dl > dt.time03::after {
  top: calc(50% - 6px);
  left: 5px;
  width: 6px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.s-schedule .txt01 > dl > dt > small {
  font-size: 1rem;
}
.s-schedule .txt01 > dl > dd {
  padding-left: 30px;
  font-size: 1.5rem;
}
.s-schedule .txt01 > dl > dd > small {
  display: block;
  font-size: 1rem;
}
.s-schedule .txt02 {
  padding: 22px 5% 20px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 1.4rem;
  line-height: 1.6;
}
.s-schedule .txt02 > dt {
  font-weight: 700;
}
.s-schedule .txt02 > dd p {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .s-schedule {
    margin-bottom: 130px;
  }
  .s-schedule .txt01 {
    display: table;
    margin: 0 auto 30px;
  }
  .s-schedule .txt01 > dl {
    display: table-row;
    margin-bottom: 0;
  }
  .s-schedule .txt01 > dl > dt,
  .s-schedule .txt01 > dl > dd {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0;
  }
  .s-schedule .txt01 > dl > dt {
    font-size: 1.8rem;
    padding-right: 70px;
    padding-left: 45px;
  }
  .s-schedule .txt01 > dl > dt::before {
    top: calc(50% - 13px);
    width: 25px;
    height: 25px;
  }
  .s-schedule .txt01 > dl > dt.time01::after {
    top: calc(50% - 2px);
    left: 6px;
    width: 7px;
    height: 10px;
  }
  .s-schedule .txt01 > dl > dt.time02::after {
    top: calc(50% - 8px);
    left: 12px;
    width: 0;
    height: 15px;
  }
  .s-schedule .txt01 > dl > dt.time03::after {
    top: calc(50% - 9px);
    left: 6px;
    width: 7px;
    height: 10px;
  }
  .s-schedule .txt01 > dl > dt > small {
    font-size: 1.5rem;
  }
  .s-schedule .txt01 > dl > dd {
    padding: 0;
    font-size: 2rem;
  }
  .s-schedule .txt01 > dl > dd > small {
    font-size: 1.4rem;
  }
  .s-schedule .txt02 {
    max-width: 1020px;
    margin: 0 auto;
    padding: 25px 30px;
    line-height: 1.8;
  }
}

.s-plan {
  overflow: hidden;
  padding: 50vh 0 90px;
  margin-top: -50vh;
}
.s-plan-inner {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}
.s-plan.active .s-plan-inner {
  opacity: 1;
  -webkit-transition: opacity 0.5s calc(var(--delay) * 0.5);
  transition: opacity 0.5s calc(var(--delay) * 0.5);
}
.s-plan .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 89.334%;
  margin: 0 auto 50px;
  color: #fff;
}
.s-plan .menu > dl {
  position: relative;
  z-index: 0;
  margin-bottom: 35px;
}
.s-plan .menu > dl.menu-w_1 {
  width: 100%;
}
.s-plan .menu > dl.menu-w_1 > dd > a {
  width: calc(50% - 5px);
}
.s-plan .menu > dl.menu-w_2 {
  width: calc(50% - 5px);
}
.s-plan .menu > dl.menu-w_2 > dd > a {
  width: 100%;
}
.s-plan .menu > dl > dt {
  padding: 2px 0;
  font-size: 1.2rem;
  text-align: center;
}
.s-plan .menu > dl > dt.menu-ico_1 {
  background-color: #943b69;
}
.s-plan .menu > dl > dt.menu-ico_2 {
  background-color: #327746;
}
.s-plan .menu > dl > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.s-plan .menu > dl > dd > a {
  display: block;
  position: relative;
  padding: 8px 0 10px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
}
.s-plan .menu > dl > dd > a::before, .s-plan .menu > dl > dd > a::after {
  content: "";
  position: absolute;
  -webkit-transition: background 0.2s, border 0.2s;
  transition: background 0.2s, border 0.2s;
}
.s-plan .menu > dl > dd > a::before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.s-plan .menu > dl > dd > a::after {
  top: 100%;
  left: calc(50% - 6px);
  border-width: 8px 6px 0 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.s-plan .menu > dl > dd > a.active::before {
  height: 2px;
  background: #e89800;
}
.s-plan .menu > dl > dd > a.active::after {
  border-color: #e89800 transparent transparent transparent;
}
.s-plan .menu > dl > dd > a.active .num, .s-plan .menu > dl > dd > a.active .title {
  color: #e89800;
}
.s-plan .menu > dl > dd > a.active .obj {
  width: 88px;
  height: 88px;
  border-radius: 0%;
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.s-plan .menu > dl > dd > a .num {
  margin-bottom: 5px;
  font-size: 1rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.s-plan .menu > dl > dd > a .title {
  font-size: 1.2rem;
  line-height: 1.4;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.s-plan .menu > dl > dd > a .title > span {
  display: inline-block;
}
.s-plan .menu > dl > dd > a .obj {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: url(../img/i_plan_menu_obj01.svg) center center no-repeat;
  background-size: 88px auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.s-plan .menu > dl > dd > a .soldout {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 2px 25px;
  background: #5d5d5d;
  font-size: 1.2rem;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.9;
}
.s-plan .plans {
  width: 94.67%;
  margin: 0 auto;
}
.s-plan .plans-item {
  display: none;
  position: relative;
  padding: 15px 5.634% 1px;
  background: rgba(0, 0, 31, 0.7);
}
.s-plan .plans-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2.665vw;
  width: calc(100% + 5.33vw);
  height: 31px;
  background: url(../img/i_plan_obj01.png) left top no-repeat, url(../img/i_plan_obj02.png) right top no-repeat;
  background-size: auto 100%;
}
.s-plan .plans-item .soldicon {
  position: absolute;
  top: -3px;
  left: -6px;
  width: 135px;
}
.s-plan .plans-item .head .num {
  color: #e89800;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}
.s-plan .plans-item .head .num em {
  font-size: 3rem;
}
.s-plan .plans-item .head .title {
  margin: 0 0 35px;
  color: #e89800;
  font-size: 3rem;
  line-height: 1.3;
  text-align: center;
}
.s-plan .plans-item .head .title img {
  width: auto !important;
  max-width: 48px;
  margin-left: -56px;
  margin-right: 8px;
}
.s-plan .plans-item .head .title > span {
  display: block;
}
.s-plan .plans-item .head .info {
  color: #fff;
}
.s-plan .plans-item .head .info > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 155px;
  height: 21px;
  margin: 0 0 5px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  text-align: center;
}
.s-plan .plans-item .head .info > dd {
  margin: 0 0 15px;
  line-height: 1.7;
}
.s-plan .plans-item .detail {
  margin-bottom: 50px;
  color: #fff;
}
.s-plan .plans-item .detail .pic {
  margin-bottom: 45px;
}
.s-plan .plans-item .detail .pic .slide {
  margin-bottom: 20px;
}
.s-plan .plans-item .detail .pic .slide .slick-arrow {
  top: calc(50% - 15px);
  background-color: rgba(255, 255, 255, 0.9);
}
.s-plan .plans-item .detail .pic .slide .slick-arrow.slick-prev {
  left: -15px;
}
.s-plan .plans-item .detail .pic .slide .slick-arrow.slick-next {
  right: -15px;
}
.s-plan .plans-item .detail .pic .thum {
  display: -ms-grid;
  display: grid;
  grid-gap: 4px;
  -ms-grid-columns: 1fr 4px 1fr 4px 1fr 4px 1fr;
  grid-template-columns: repeat(4, 1fr);
}
.s-plan .plans-item .detail .pic .thum > li {
  position: relative;
  cursor: pointer;
}
.s-plan .plans-item .detail .pic .thum > li.on::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid #fff;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.s-plan .plans-item .detail .box-02 {
  margin: 25px 0 0;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 1.75;
}
.s-plan .plans-item .detail .box-03 {
  margin-top: 35px;
}
.s-plan .plans-item .detail .box .name {
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.s-plan .plans-item .detail .box .name small {
  font-size: 1.2rem;
}
.s-plan .plans-item .detail .box .price {
  font-size: 1.1rem;
  line-height: 1;
}
.s-plan .plans-item .detail .box .price em {
  color: #e89800;
  font-size: 1.4rem;
}
.s-plan .plans-item .detail .box .price strong {
  font-size: 2.1rem;
}
.s-plan .plans-item .detail .box .toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 42px;
  padding: 0 6.35%;
  border: 1px solid #fff;
  border-radius: 0;
  background: transparent;
  font-size: 1.4rem;
  text-align: left;
  -webkit-appearance: none;
}
.s-plan .plans-item .detail .box .toggle::before, .s-plan .plans-item .detail .box .toggle::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 15px;
  border-bottom: 1px solid #fff;
}
.s-plan .plans-item .detail .box .toggle::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.s-plan .plans-item .detail .box .toggle > span:nth-child(2) {
  display: none;
}
.s-plan .plans-item .detail .box .toggle-contents {
  display: none;
  padding: 20px 6.35% 15px;
  border: 1px solid #fff;
  border-top: none;
  line-height: 1.75;
}
.s-plan .plans-item .detail .box .toggle-contents p {
  margin-bottom: 22px;
}
.s-plan .plans-item .detail .box .toggle-contents p span {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}
.s-plan .plans-item .detail .box .toggle-contents hr {
  margin: 22px 0;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.s-plan .plans-item .detail .box .toggle.active::after {
  content: none;
}
.s-plan .plans-item .detail .box .toggle.active > span:nth-child(1) {
  display: none;
}
.s-plan .plans-item .detail .box .toggle.active > span:nth-child(2) {
  display: inline;
}
.s-plan .plans-item .detail .box .toggle.active + .toggle-contents {
  display: block;
}
.s-plan .plans-item .detail .box .c_btn01 {
  width: 88%;
  margin-top: 20px;
}
.s-plan .plans-item .detail .box .c_btn01 + p {
  margin-top: 10px;
}
.s-plan .plans-item .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 -5px 45px;
}
.s-plan .plans-item .tabs > li {
  width: 100%;
  margin: 0 5px;
  font-size: 1.1rem;
  text-align: center;
}
.s-plan .plans-item .tabs > li > a {
  display: block;
  position: relative;
  height: 100%;
  padding: 4px 0;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.s-plan .plans-item .tabs > li > a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 5px);
  border-width: 7px 5px 0 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.s-plan .plans-item .tabs > li > a > span {
  display: inline-block;
}
.s-plan .plans-item .tabs > li > a small {
  display: inline-block;
  font-size: 0.8rem;
}
.s-plan .plans-item .schedule {
  margin-bottom: 50px;
  padding-top: 12px;
}
.s-plan .plans-item .schedule > div {
  padding: 0 6.35% 25px;
  background: rgba(255, 255, 255, 0.8);
}
.s-plan .plans-item .schedule .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 86%;
  height: 24px;
  margin: 0 auto 15px;
  border-radius: 100px;
  background: #fff;
  color: #01175a;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}
.s-plan .plans-item .schedule .title::before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: calc(50% - 7px);
  border-width: 9px 7px 0 7px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.s-plan .plans-item .schedule .list > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.s-plan .plans-item .schedule .list > ul > li figure {
  width: 18.182%;
  margin-top: 18px;
}
.s-plan .plans-item .schedule .list > ul > li figure > span {
  display: block;
  max-width: 50px;
  margin: 0 auto;
}
.s-plan .plans-item .schedule .list > ul > li p {
  position: relative;
  width: 80%;
  padding: 25px 0 0 25px;
  font-size: 1.2rem;
}
.s-plan .plans-item .schedule .list > ul > li p::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 9px;
  height: 100%;
  border-left: 1px solid #000;
}
.s-plan .plans-item .schedule .list > ul > li p::after {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  width: 18px;
  border-bottom: 1px solid #000;
}
.s-plan .plans-item .schedule .list > ul > li p > small {
  font-size: 1.05rem;
}
.s-plan .plans-item .schedule .list > ul > li p > em {
  display: block;
  margin-bottom: 5px;
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  font-style: italic;
}
.s-plan .plans-item .schedule .list > ul > li p > em > small {
  font-size: 1rem;
  font-style: normal;
}
.s-plan .plans-item .notice {
  margin-top: 35px;
  margin-bottom: 50px;
  padding: 20px 5%;
  background: rgba(255, 255, 255, 0.8);
  font-size: 1.4rem;
  line-height: 1.6;
}
.s-plan .plans-item .notice p {
  font-weight: 700;
}
.s-plan .plans-item .notice ul.dot > li::before {
  content: "・";
}
.s-plan .plans-item .notice ul.kome > li::before {
  content: "※";
}
.s-plan .plans-item .notice ul > li {
  padding-left: 1em;
  text-indent: -1em;
}
.s-plan .plans-item .notice ul > li::before {
  display: inline-block;
  width: 1em;
  text-indent: 0;
  text-align: center;
}
.s-plan .plans-item .venue {
  margin-bottom: 50px;
  padding: 40px 6.35% 0;
  border: 1px solid #fff;
}
.s-plan .plans-item .venue .title {
  margin-bottom: 25px;
  color: #e89800;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0;
}
.s-plan .plans-item .venue .title::before {
  content: "";
  display: block;
  width: 130px;
  height: 50px;
  margin: 0 auto;
  background: url(../img/i_plan_venue_obj01.png) center center no-repeat;
  background-size: contain;
}
.s-plan .plans-item .venue .c_btn01 + p {
  margin-top: 10px;
  color: #fff;
}
.s-plan .plans-item .venue-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 30px;
  color: #fff;
}
.s-plan .plans-item .venue-item > dl {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 10px;
}
.s-plan .plans-item .venue-item > dl > dt {
  margin-bottom: 3px;
  font-size: 1.4rem;
}
.s-plan .plans-item .venue-item > dl > dd {
  line-height: 1.9;
}
.s-plan .plans-item .venue-item figure {
  margin: 0 0 25px;
}
.s-plan .plans-item .venue-item p {
  margin-bottom: 10px;
}
.s-plan .plans-item .venue-txt {
  margin: 0 0 30px;
  color: #fff;
}
.s-plan .plans-item .venue-txt ul {
  line-height: 1.9;
}
.s-plan .plans-item .venue-txt ul > li {
  padding-left: 1em;
  text-indent: -1em;
}
.s-plan .plans-item .venue-txt ul > li::before {
  content: "・";
  display: inline-block;
  width: 1em;
  text-indent: 0;
  text-align: center;
}
.s-plan .plans-item .venue-table {
  margin: 0 0 20px;
  color: #fff;
}
.s-plan .plans-item .venue-table p {
  margin-bottom: 5px;
}
.s-plan .plans-item .venue-table .table {
  position: relative;
  margin-bottom: 5px;
}
.s-plan .plans-item .venue-table .table.on::before {
  opacity: 0;
  visibility: hidden;
}
.s-plan .plans-item .venue-table .table::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110px;
  height: 110px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.7) url(../img/c_table_ico01.svg) center center no-repeat;
  background-size: 60px auto;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
.s-plan .plans-item .venue-table .table-wrap {
  overflow: auto;
}
.s-plan .plans-item .venue-table .table table {
  table-layout: fixed;
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  border-spacing: 0;
  color: #000;
}
.s-plan .plans-item .venue-table .table table tr {
  position: relative;
}
.s-plan .plans-item .venue-table .table table th,
.s-plan .plans-item .venue-table .table table td {
  padding: 6px 0;
  border: 1px solid rgb(0, 0, 31);
  font-size: 1.2rem;
  text-align: center;
}
.s-plan .plans-item .venue-table .table table th {
  background: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}
.s-plan .plans-item .venue-table .table table td {
  background: rgba(255, 255, 255, 0.8);
}
.s-plan .plans-item .venue-table .table table td.status::before {
  content: attr(data-status);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 1px;
  right: 1px;
  background: rgba(255, 255, 255, 0.6);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.s-plan .plans-item .venue-table ul {
  line-height: 1.9;
}
.s-plan .plans-item .venue-table ul > li {
  padding-left: 1em;
  text-indent: -1em;
}
.s-plan .plans-item .venue-table ul > li::before {
  content: "※";
  display: inline-block;
  width: 1em;
  text-indent: 0;
  text-align: center;
}
.s-plan .plans-item .venue-btn {
  margin-bottom: 35px;
}
.s-plan .plans-item .venue-btn p {
  margin-top: 8px;
  color: #fff;
  text-align: center;
}
.s-plan .plans-item .c_btn01 > a {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.s-plan .plans-item .c_btn01 > a::after {
  background-image: url(/asset/img/cmn/c_link01.png);
}
.s-plan .plans-item .c_btn01 > a:hover {
  color: #111;
  border-color: #fff;
}
.s-plan .plans-item .c_btn01 > a:hover::before {
  background-color: #fff;
}
.s-plan .plans-item .c_btn01 > a[target=_blank]:hover::after {
  background-image: url(/asset/img/cmn/c_link02.png);
}
@media screen and (min-width: 768px) {
  .s-plan {
    min-width: 960px;
    max-width: 1340px;
    margin: 0 auto;
    padding: 50vh 40px 0;
    margin-top: -50vh;
  }
  .s-plan .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 90px;
    padding: 0 3.969%;
  }
  .s-plan .menu > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(50% - 2px);
    margin-bottom: 0;
  }
  .s-plan .menu > dl.menu-w_1 {
    width: calc(50% - 2px);
  }
  .s-plan .menu > dl.menu-w_1 > dd > a {
    width: calc(50% - 2px);
  }
  .s-plan .menu > dl.menu-w_2 {
    width: calc(25% - 3px);
  }
  .s-plan .menu > dl > dt {
    padding: 3px;
    font-size: 1.5rem;
  }
  .s-plan .menu > dl > dd {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .s-plan .menu > dl > dd > a {
    padding: 14px 0 12px;
  }
  .s-plan .menu > dl > dd > a:hover::before, .s-plan .menu > dl > dd > a.active::before {
    height: 2px;
    background: #e89800;
  }
  .s-plan .menu > dl > dd > a:hover::after, .s-plan .menu > dl > dd > a.active::after {
    border-color: #e89800 transparent transparent transparent;
  }
  .s-plan .menu > dl > dd > a:hover .num, .s-plan .menu > dl > dd > a:hover .title, .s-plan .menu > dl > dd > a.active .num, .s-plan .menu > dl > dd > a.active .title {
    color: #e89800;
  }
  .s-plan .menu > dl > dd > a:hover .obj, .s-plan .menu > dl > dd > a.active .obj {
    width: 160px;
    height: 160px;
    border-radius: 0%;
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .s-plan .menu > dl > dd > a .num {
    margin-bottom: 7px;
    font-size: 1.5rem;
  }
  .s-plan .menu > dl > dd > a .title {
    font-size: 1.9rem;
    line-height: 1.5;
  }
  .s-plan .menu > dl > dd > a .obj {
    background-size: 160px auto;
  }
  .s-plan .menu > dl > dd > a .soldout {
    padding: 5px 40px;
    font-size: 1.5rem;
  }
  .s-plan .plans {
    width: 100%;
  }
  .s-plan .plans-item {
    display: block;
    margin-bottom: 70px;
    padding: 60px 5.556% 20px;
  }
  .s-plan .plans-item::before {
    left: -30px;
    width: calc(100% + 60px);
    height: 62px;
  }
  .s-plan .plans-item .soldicon {
    top: -6px;
    left: -15px;
    width: 311px;
  }
  .s-plan .plans-item .head .num {
    font-size: 2rem;
  }
  .s-plan .plans-item .head .num em {
    font-size: 4.3rem;
  }
  .s-plan .plans-item .head .title {
    margin: 0 0 40px;
    padding: 0 100px;
    font-size: 4.5rem;
  }
  .s-plan .plans-item .head .title img {
    max-width: 86px;
    margin-left: -100px;
    margin-right: 14px;
  }
  .s-plan .plans-item .head .title > span {
    display: inline-block;
  }
  .s-plan .plans-item .head .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 50px;
    font-size: 1.6rem;
  }
  .s-plan .plans-item .head .info > dt {
    width: 200px;
    height: 32px;
    margin: 0 0 15px;
  }
  .s-plan .plans-item .head .info > dd {
    width: calc(100% - 220px);
    margin: 0 0 15px;
    padding: 3px 0 0;
  }
  .s-plan .plans-item .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 80px;
  }
  .s-plan .plans-item .detail .pic {
    width: 50%;
    margin-bottom: 0;
  }
  .s-plan .plans-item .detail .pic .slide .slick-arrow {
    top: calc(50% - 22px);
  }
  .s-plan .plans-item .detail .pic .slide .slick-arrow.slick-prev {
    left: -22px;
  }
  .s-plan .plans-item .detail .pic .slide .slick-arrow.slick-next {
    right: -22px;
  }
  .s-plan .plans-item .detail .box {
    width: 44.643%;
  }
  .s-plan .plans-item .detail .box-02 {
    margin-top: 35px;
    padding-top: 30px;
  }
  .s-plan .plans-item .detail .box .name {
    font-size: 2.1rem;
  }
  .s-plan .plans-item .detail .box .name small {
    font-size: 1.6rem;
  }
  .s-plan .plans-item .detail .box .price {
    font-size: 1.4rem;
  }
  .s-plan .plans-item .detail .box .price em {
    font-size: 1.6rem;
  }
  .s-plan .plans-item .detail .box .price strong {
    font-size: 2.8rem;
  }
  .s-plan .plans-item .detail .box .toggle {
    height: 38px;
    padding: 0 4%;
    font-size: 1.6rem;
  }
  .s-plan .plans-item .detail .box .toggle::before, .s-plan .plans-item .detail .box .toggle::after {
    right: 20px;
    width: 11px;
  }
  .s-plan .plans-item .detail .box .toggle-contents {
    padding: 25px 6% 0;
    line-height: 1.75;
  }
  .s-plan .plans-item .detail .box .toggle-contents p {
    font-size: 1.3rem;
  }
  .s-plan .plans-item .detail .box .toggle-contents p em {
    font-size: 1.5rem;
  }
  .s-plan .plans-item .detail .box .c_btn01 {
    margin-top: 35px;
    margin-left: 0;
  }
  .s-plan .plans-item .tabs {
    display: none;
  }
  .s-plan .plans-item .schedule > div {
    padding: 0 3.572% 40px;
  }
  .s-plan .plans-item .schedule .title {
    width: 280px;
    height: 35px;
    margin-bottom: 23px;
    font-size: 1.6rem;
  }
  .s-plan .plans-item .schedule .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .s-plan .plans-item .schedule .list > ul {
    width: 50%;
  }
  .s-plan .plans-item .schedule .list > ul > li figure {
    width: 90px;
  }
  .s-plan .plans-item .schedule .list > ul > li figure > span {
    max-width: 72px;
  }
  .s-plan .plans-item .schedule .list > ul > li p {
    padding: 28px 0 5px 35px;
    font-size: 1.6rem;
  }
  .s-plan .plans-item .schedule .list > ul > li p > em {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
  .s-plan .plans-item .schedule .list > ul > li p > em > small {
    font-size: 1.2rem;
  }
  .s-plan .plans-item .schedule .list > ul > li p > small {
    font-size: 1.4rem;
  }
  .s-plan .plans-item .schedule .list > ul > li p::before {
    left: 12px;
  }
  .s-plan .plans-item .schedule .list > ul > li p::after {
    top: 40px;
    width: 25px;
  }
  .s-plan .plans-item .notice {
    padding: 25px 2%;
    line-height: 1.8;
  }
  .s-plan .plans-item .venue {
    margin-bottom: 50px;
    padding: 60px 4.465% 0;
  }
  .s-plan .plans-item .venue .title {
    margin-bottom: 40px;
    font-size: 1.8rem;
  }
  .s-plan .plans-item .venue .title::before {
    width: 142px;
    height: 55px;
  }
  .s-plan .plans-item .venue .c_btn01 + p {
    text-align: center;
  }
  .s-plan .plans-item .venue-item {
    display: block;
  }
  .s-plan .plans-item .venue-item::after {
    content: "";
    overflow: hidden;
    display: block;
    clear: both;
  }
  .s-plan .plans-item .venue-item > dl {
    margin: 0 0 25px 46%;
    padding-top: 15px;
  }
  .s-plan .plans-item .venue-item > dl > dt {
    font-size: 1.8rem;
  }
  .s-plan .plans-item .venue-item > dl > dd {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .s-plan .plans-item .venue-item figure {
    float: left;
    width: 43%;
    margin-bottom: 0;
  }
  .s-plan .plans-item .venue-item .c_btn01 {
    margin: 0 0 0 46%;
  }
  .s-plan .plans-item .venue-item p {
    margin-left: 46%;
  }
  .s-plan .plans-item .venue-txt {
    margin-bottom: 50px;
  }
  .s-plan .plans-item .venue-txt ul {
    line-height: 1.8;
  }
  .s-plan .plans-item .venue-table {
    margin-bottom: 25px;
  }
  .s-plan .plans-item .venue-table p {
    margin-bottom: 15px;
  }
  .s-plan .plans-item .venue-table .table {
    margin-bottom: 10px;
  }
  .s-plan .plans-item .venue-table .table::before {
    opacity: 0;
    visibility: hidden;
  }
  .s-plan .plans-item .venue-table .table table th,
  .s-plan .plans-item .venue-table .table table td {
    padding: 9px 0;
    font-size: 1.4rem;
  }
  .s-plan .plans-item .venue-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .s-plan .plans-item .venue-btn .c_btn01 {
    margin: 0;
    width: 270px;
    max-width: 270px;
  }
  .s-plan .plans-item .venue-btn p {
    margin-top: 0;
    margin-left: 30px;
    font-size: 1.6rem;
    text-align: left;
  }
  .s-plan .plans-item .venue .notice {
    margin-top: 50px;
  }
  .s-plan .plans-item .c_btn01 {
    width: 230px;
    max-width: 230px;
  }
}

.plan-top {
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 100;
  width: 50px;
  height: 190px;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
.plan-top > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background: #e89800;
  color: #fff;
}
.plan-top > a > span {
  position: relative;
  padding-top: 20px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.plan-top > a > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% + 1px);
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.plan-top.fix {
  position: absolute;
  bottom: 0;
}
.plan-top.hide {
  opacity: 0;
  visibility: hidden;
}