@charset "utf-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
body {
  margin: 0
}
main {
  display: block
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}
dt {
  font-weight: 700
}
dd {
  margin-left: 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit
}
pre {
  font-family: monospace, monospace;
  font-size: inherit
}
address {
  font-style: inherit
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit
}
abbr[title] {
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
svg, img, embed, object, iframe {
  vertical-align: bottom
}
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit
}
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer
}
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
  cursor: default
}
:-moz-focusring {
  outline: auto
}
select:disabled {
  opacity: inherit
}
option {
  padding: 0
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0
}
legend {
  padding: 0
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}
[type="search"] {
  outline-offset: -2px
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
[type="number"] {
  -moz-appearance: textfield
}
label[for] {
  cursor: pointer
}
details {
  display: block
}
summary {
  display: list-item
}
[contenteditable]:focus {
  outline: auto
}
table {
  border-color: inherit;
  border-collapse: collapse
}
caption {
  text-align: left
}
td, th {
  vertical-align: top;
  padding: 0
}
th {
  text-align: left;
  font-weight: 700
}
html {
  scroll-behavior: smooth;
}

body {
    font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    color: #008e54;
    font-size: 1.25vw;
    background: #008E54;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), 
       only screen and (min-resolution: 192dpi) {
  body {
     font-size: 1.2vw;
  }
}

.pc {
  display: block;
}
.sp {
  display: none;
}
.en {
 font-family: "Bungee", sans-serif;
  font-weight: 400;
  font-style: normal;
}

img {
  width: 100%;
}
p {
    line-height: 2;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
}
.flex {
	display: flex;
}
/* ハンバーガーメニュー */

body{
  overflow-x: hidden;
}

header {
    position: relative;
    z-index: 3;
}


.hamburger {
    width: 94px;
    height: 94px;
    position: fixed;
    top: 24px;
    right: 40px;
        background: #008e54;
    border-radius: 48px;
    z-index: 4;
    cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.95, 0.95);
  transition: .4s;
}
.sc01 .hamburger {
  opacity: 1;
   pointer-events: auto;
  transform: scale(1, 1);
  transition: .4s;
}
.point-lead .pic-wrap img {
    border-radius: 0 40px 40px 0;
}


.menu-active .hamburger {
        background:none;

}
.hamburger span{
  position: absolute;
  width: 56%;
  height: 2px;
  background-color: #fefcef;
  transition: .3s;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.hamburger span:first-of-type{
  top: 44px;
}
.hamburger span:nth-of-type(2){
  top: 52px;
}
.slide-menu {
    background: #008e54;
    position: fixed;
    top: 0;
    width: 40%;
    right: -100%;
    transition: .7s;
    height: 100%;
    z-index: 3;
}

.menu-active .slide-menu {
  transform: translateX(0);
}
.slide-menu ul{
padding: 50px 50px 0;
}
.slide-menu dl{
  color: #b5aa5f;
  text-align:left;
  padding-bottom: 12px;
}
.slide-menu li a{
text-decoration: none;
}
.slide-menu li.en a{
text-decoration: none;
}
.slide-menu li.sub {
    font-size: 15px;
}
.slide-menu li.en {
    font-size: 40px;
    padding-top: 40px;
}
.menu-active .hamburger span:first-of-type{
  top: 50%;
  transform: rotate(45deg);    background-color: #008e54;
}
.menu-active .hamburger span:nth-of-type(2){
  top: 50%;
  transform: rotate(-45deg);    background-color: #008e54;
}

.menu-active .slide-menu {
 right: 0%;
}
.body.menu-active {
  overflow: hidden;
  transition: .7s;
}




.slide-menu-wrap {
width: 97%;
    margin: 1.4% auto 0;
    background: #fefcef;
    height: 100%;
    border-radius: 10px;
}
.slide-menu-logo {
    width: 68%;
    text-align: center;
    margin: 0 auto;
    padding-top: 7vw;
}
.slide-menu-gnav {
    width:50%;
}
.slide-menu-gnav a {
text-decoration: none;
}
.nav-en {
    font-size: 60px;
    display: block;
    line-height: 1;
}


.slide-menu-wrap li {
    text-align: center;
	padding-bottom: 1em;
}
.slide-menu-wrap li .en {
    font-size: 2.4em;
    display: block;
    line-height: 1;
}
.slide-menu-wrap li .jp {
    display: block;
    font-weight: 700;
}

.content {

  position: relative;
}



.reverse {
  flex-direction: row-reverse;
}

.hero-fade {
  animation: fadeInlogo 0.5s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}

.content {
  animation: fadeInlogo 0.5s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
@keyframes fadeInhero {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes fadeInlogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


footer {

}
.wrap {
    background: #FEFCEF;
    width: 98.6%;
    margin: 0.6% auto;
    border-radius: 1vw;
    overflow: hidden;
    position: relative;
}.inner {
  width: 85%;
  margin: 0 auto;
	position: relative;
}
.inner-wide {
  width: 88%;
  margin: 0 auto;
}
.inner-min {
    width: 78%;
    margin: 0 auto;
	position: relative;
}
.l-sec {
  padding-top: 12vw;
}
.event-data {
    position: absolute;
    width: 12vw;
    top: 8vw;
    left: 8vw;
    z-index: 2;
}
.sp-location {
    padding-top: 3vw;
}

.hero {
    width: 80%;
    margin: 0 auto;
    padding-top: 9vw;
    position: relative;
    z-index: 2;
}
.character {
    width: 64%;
    margin: 0 auto;
    padding-bottom: 0.8vw;
}
.gnav ul {
    display: flex;
    justify-content: center;
}
.gnav li {
    margin: 0 1em;
    text-align: center;
}
.gnav li span{
  display: block;
}
.gnav {
    position: absolute;
    top: 3vw;
    z-index: 2;
    width: 100%;
}

#home .gnav a {
 color: #008e54;
}
.gnav li .en{
    font-size: 1.3em;
}
.gnav li .jp {
    font-size: 0.8em;
    font-weight: 600;
    padding-top: 0.18em;
}
.hero-copy {
    position: absolute;
    width: 1.8em;
    right: -5vw;
    top: 10vw;
    z-index: 3;
}
.hero-txt {
    padding: 1.4em 0.2em;
    border-top: #008e54 solid 1px;
    margin-top: 2em;
        font-size: 1.1em;
    font-weight: 600;
}

.sec-title-en {
font-size: 5vw;
}
.sec-title-jp {
    font-size: 1.1em;
    font-weight: 700;
    background: #008e54;
    color: #fff;
    display: inline-block;
    padding: 0.4em 1.6em;
    border-radius: 99px;
    line-height: 1em;
    margin-top: 0.2em;
}
.guest-items {
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.guest-item {
    width: calc(33.333% - 1.6vw);
	text-align: center;
	    color: #ec6d1e;;
}
.guest-item-tmb{
padding-bottom: 1em;
	    position: relative;
}

.guest-item-tmb img{
    border-radius: 1.2vw;
    border: #ec6d1e solid 0.38vw;
}
.bg01 {
    position: absolute;
    width: 36vw;
    right: 0;
    top: 0;
    z-index: 1;
}
.bg02 {
    position: absolute;
    z-index: 1;
    width: 25vw;
    top: 8vw;
    left: 0;
}
.sec-title-wrap {
    text-align: center;
    padding-bottom: 5vw;
    position: relative;
    z-index: 2;
}
.hero-img01 {
    position: absolute;
    left: -8vw;
    width: 8vw;
    bottom: -4vw;
}
.guest-item-type {
    position: absolute;
    background: #ec6d1e;
    left: 0;
    right: 0;
    display: inline;
    color: #fff;
    font-size: 0.85em;
    font-weight: 600;
    padding: 0.5em 0 0.6em;
    border-radius: 99px;
    width: 11em;
    margin: 0 auto;
    bottom: 0.27em;
}
.guest-item-name {
    font-weight: 700;
    font-size: 1.3em;
    padding-top: 0.8em;
}
.guest-item-stage {
    font-size: 0.85em;
    padding-top: 0.5em;
}
.guest-item-time {
    font-size: 0.9em;
    font-weight: 600;
    padding-top: 0.4em;
}
div#live {
    padding-top: 6vw;
}
#live .inner-min {
    padding-top: 2em;
    border-top: #00773f solid 2px;
}
.live-title {
    width: 12em;
    font-weight: 900;
    font-size: 1.3em;
}
#live p {
    font-size: 0.85em;
}
.live-head.flex {
    padding-bottom: 2vw;
}
.hero-img02 {
    position: absolute;
    right: 10%;
    top: 2vw;
    width: 17vw;
}
.live-label {
    border: #008e54 solid 2px;
    width: 4em;
    text-align: center;
    font-size: 0.9em;
    font-weight: 700;
    padding: 0.4em 0;
    background: #fefcef;
    line-height: 1em;
    position: absolute;
    top: -1.1em;
    left: 2em;
}
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border: #008e54 solid 0.38vw;
    border-radius: 1.4vw;
    overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.sec-subtitle-jp {
    font-size: 1em;
    font-weight: 700;
}
.event-bg {
    position: absolute;
    top: 0;
    width: 100%;
}
section#event {
    position: relative;
    margin-top: 6vw;
    background: #b3d38f;
}
section#event .inner {
   z-index: 2;
}
.event02-title {
    text-align: center;
    font-size: 1.6em;
    font-weight: 900;
    padding-bottom: 3vw;
}
.event02 {
    background: #fff;
    padding: 2.7vw;
    border: #008e54 solid 0.38vw;
    border-radius: 1.2em;
    width: 56.5%;
}
.event03 {
    background: #fff;
    padding: 2.7vw;
    border: #008e54 solid 0.38vw;
    border-radius: 1.2em;
       width: 40.5%;
}
.event04 {
    background: #fff;
    padding: 2.7vw;
    border: #008e54 solid 0.38vw;
    border-radius: 1.2em;
    width: 100%;
    margin-top: 2.5%;
}
.event-wrap.flex {
    justify-content: space-between;
}
.coution {
    padding: 2em;
}
.coution-title {
    font-size: 1.2em;
    font-weight: 600;
    padding-bottom: 1em;
}
.coution li {
    font-size: 0.95em;
    line-height: 1.4;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0.3em;
	font-weight: 500;
}
.stage-title-en.en {
    font-size: 1.9em;
    text-align: center;
}
.stage-title {
    font-size: 1em;
    text-align: center;
    padding-bottom: 2em;
    font-weight: 600;
}
.event03 dl {
    background: #EEFFF8;
    margin-bottom: 0.2em;
    padding: 0.65em;
    border-radius: 0.5em;
    display: flex;
    justify-content: flex-start;
}

.event03 dl.odd {
    background: #CDEFE1;
}
.event03 dt {
    font-weight: 600;
    width: 6.5em;
}
.event03 dt .sup {
    font-size: 0.8em;
    padding-left: 4px;
}
.event03 dd {
    font-weight: 600;

}
.event03 .sup {
padding-top: 2em;
}
.event03 .sup li {
    font-size: 0.8em;
    line-height: 1.4;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0.3em;
}
.stage-wrap {
    font-size: 0.95em;
}
.event-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.event-item {
    width: calc(50% - 0.5em);
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: #008e54 dotted 1px;
	position: relative;
}
.event-item.last {
    border-bottom: none;
}

.event-item-title {
    font-weight: 700;
    font-size: 1.22em;
    line-height: 1.4;
    text-indent: -1em;
    padding-left: 1em;
    font-feature-settings: "palt";
}
.event-item p {
    padding-left: 1.5em;
    line-height: 1.4;
    padding-top: 0.3em;
    font-size: 0.85em;
}
.event-item p.copyright {
    font-size: 0.75em;
}
.bus {
    margin-bottom: 4vw;
}
.map {
    border: #008e54 solid 0.38vw;
    border-radius: 1.2em;
    overflow: hidden;
}
.outline {
    color: #fff;
    padding-top: 6vw;
}
.outline .sec-title-wrap {
    text-align: left;
    padding-bottom: 2vw;
    position: relative;
    z-index: 2;
}
.outline .sec-title-en {
    font-size: 3vw;
}
.outline th {
    text-align: left;
    font-weight: 400;
    padding: 1em;
    border-top: #fff solid 1px;
    width: 8em;
    line-height: 1.6;
    font-size: 0.95em;
}
.outline td {
    text-align: left;
    font-weight: 400;
    padding: 1em;
    border-top: #fff solid 1px;
    line-height: 1.6;
    font-size: 0.95em;
}
.outline table {
margin-bottom: 2em;
    border-bottom: #fff solid 1px;

}
section#access {
    padding-bottom: 5vw;
}
.event01.flex {
    background: #ED6D1F;
    border-radius: 1.2em;
    color: #fff;
    padding: 3vw;
    margin-bottom: 2.5vw;
    justify-content: space-between;
}
.free {
    width: 12%;
    position: absolute;
    top: -5vw;
    left: 2vw;
}
.event01-detail {
    width: 65%;
}
.event01-img {
    width: 30%;
    position: relative;
}
.event01-subtitle {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.4;
    padding-top: 1em;
}
.event01-title {
    width: 24vw;
	padding-top: 1vw;
}
.event01-detail p {
    font-size: 0.9em;
    line-height: 1.8em;
    padding-top: 1em;
    padding-bottom: 1em;
}
.event01-time {
    font-size: 1.2em;
    font-weight: 700;
    border-top: #fff solid 1px;
    padding: 0.7em 0.2em;
    border-bottom: #fff solid 1px;
}
.event01-note {
    font-size: 0.8em;
    padding-top: 1em;
}
.event01-img-ill {
    position: absolute;
    top: -3vw;
    right: 0;
    width: 22vw;
    z-index: 1;
}
.event01-img-pr {
    position: relative;
    z-index: 2;
    padding-top: 7vw;
}
.event04-tmb {
    width: 20%;
}
.event04-txt {
    width: 75%;
}
.event04 .flex {
    display: flex;
    justify-content: space-between;
}
.event04-subtitle {
    font-size: 1.1em;
    font-weight: 700;
}
.event04-title {
    font-size: 2em;
    font-weight: 700;
    padding-top: 0.15em;
	    font-feature-settings: "palt";
}
.event04-copyright {
    font-size: 0.82em;
    color: #008e54;
    padding-top: 0.6em;
    line-height: 1.4;
}
.event04-detail.flex {
    padding-top: 1em;
    justify-content: flex-start;    align-items: center;
}
.event04-time-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.event04-price {
    background: #ed6d1f;
    border-radius: 99px;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    padding: 0.6em 1.5em;
}
.price-note {
    padding-top: 0.6em;
    padding-left: 1.5em;
    color: #ed6d1f;
	font-size: 0.9em;
}

.event04-loacation {
    font-size: 1em;
    padding-left: 1em;
    font-weight: 600;
    color: #ed6d1f;
}
.event04-time.flex {
    padding: 0.6em;
    justify-content: flex-start;
    align-items: center;
    border-top: #008e54 solid 2px;
    margin-top: 1.5em;
    border-bottom: #008e54 solid 2px;
}
.event04-time-no {
    width: 2em;
    height: 2em;
    border-radius: 99px;
    color: #fff;
    background: #008e54;
    font-weight: 900;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    line-height: 1em;
}
.event04-time-detail {
    font-size: 1.3em;
    font-weight: 900;
    padding: 0 1em 0 0.4em;
    line-height: 1em;
}.hero-img03 {
    width: 12vw;
    position: absolute;
    left: 30vw;
    top: -8vw;
}
.seiriken {
    padding-top: 2em;
}
.seiriken-title {
    font-size: 1.1em;
    padding-bottom: 0.5em;
    font-weight: 700;
}
.seiriken p {
    line-height: 1.6;
}
.seiriken p.sup {
    font-size: 0.9em;
}
.store {
    margin-top: 2vw;
    background: #fff;
    border-radius: 1.2em;
    border: #008e54 solid 0.38vw;
}
.toggle_contents {
    border-bottom: #008e54 solid 2px;
}
.toggle_title {
    padding: 2em;
    cursor: pointer;
	position: relative;
}

.toggle_txt {
    display: none;
    padding: 2em 0 0;
}
.toggle_title .title {
    font-size: 1.3em;
    font-weight: 700;
}
.toggle_title .copy {
    font-size: 0.9em;
    padding-left: 1em;
}
.dli-plus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
    transition: 0.4s;
}
.dli-plus-wrap {
    width: 1.8em;
    height: 1.8em;
    right: 2em;
    top: 33%;
    border-radius: 99px;
    display: inline-block;
    position: absolute;
    background: #008e54;
}
.dli-plus {
    position: absolute;
    vertical-align: middle;
    color: #ffffff;
    line-height: 1;
    width: 0.8em;
    height: 0.15em;
    background: currentColor;
    right: 0.5em;
    top: 0.84em;
}
.selected .dli-plus::before {
    transform: translateY(-50%) rotate(180deg);
    transition: 0.4s;
}

.toggle_txt {
    padding: 2em;
}

.toggle_contents.last {
    border-bottom: none;
}
.outline .note {
    padding: 0 1em;
}
.note-title {
    font-weight: 600;
    padding-bottom: 1em;
}
.outline .note li {
    font-size: 0.85em;
    line-height: 1.5em;
    padding-bottom: 0.2em;
}
.outline .note li.coution {
    background: #e51b1b;
    padding: 0.4em;
    margin-top: 1em;
    display: inline-block;
}


footer {
    padding: 6vw 0 5vw;
    color: #fff;
    text-align: center;
}
.footer-title {
    width: 8em;
    margin: 0 auto 1em;
    padding: 0.6em;
    border-radius: 99px;
    background: #fff;
    color: #008e54;
    font-size: 1.1em;
    font-weight: 600;
}
.footer-name {
    font-size: 1.1em;
    padding-bottom: 1em;
	font-weight: 700;
}
.tel {
    font-size: 1.4em;
    font-weight:700;
}
.tel span.sup {
    font-size: 0.7em;
}
.hero-img04 {
    position: absolute;
    right: 30vw;
    width: 10vw;
    top: -3vw;
}
.sponcer-bnr {
    width: 11vw;
    margin-bottom: 1vw;
}
.comingsoon {
    text-align: center;
    font-size: 2.4em;
    font-weight: 900;
    color: #ed6d1f;
}
.event-img01 {
    width: 7.4vw;
    position: absolute;
    right: 0;
    top: 0;
}
.event-img02 {
    width: 10vw;
    position: absolute;
    top: -3vw;
    right: 1vw;
}
.event-img03 {
    width: 8vw;
    top: -1vw;
    right: 0;
    position: absolute;
}
.event-img04 {
    position: absolute;
    width: 8vw;
    right: 0;
    top: 0.5vw;
}

@media screen and (max-width:1400px) {
 
}
@media screen and (max-width:1200px) {
body {
    font-size: 1.2vw;
}
}

@media screen and (max-width:1000px) {
.hero {
    width: 72%;
}
	.inner-min {
    width: 72%;
}.inner {
    width: 90%;

}
}

@media screen and (max-width:800px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body {
    font-size: 16px;
}  
.hamburger {
    width: 70px;
    height: 70px;
    position: fixed;
    top: 15px;
    right: 15px;
    border-radius: 48px;
    z-index: 4;
    cursor: pointer;
    opacity: 1;
    pointer-events: all;
    transform: scale(0.95, 0.95);
    transition: .4s;
}.gnav {
    display: none;
}.event-data {
    position: absolute;
    width: 14vw;
    top: 7vw;
    left: 9vw;
    z-index: 2;
}.hero {
    width: 68%;
    position: static;
    padding-top: 240px;
}.hero-copy {
    position: absolute;
    width: 20px;
    right: 35px;
    top: 120px;
    z-index: 3;
}.bg01 {
    position: absolute;
    width: 60%;
    right: 0;
    top: 0;
    z-index: 0;
}.hero-txt {
    padding: 20px 0;
    border-top: #008e54 solid 1px;
    margin-top: 24px;
    font-weight: 400;
    font-size: 14px;
}.inner-min {
    width: 88%;
}.live-title {
    width: 16em;
    font-weight: 900;
    font-size: 20px;
}#live .inner-min {
    padding-top: 40px;
    border-top: #00773f solid 2px;
}.live-head.flex {
    padding-bottom: 36px;
}.event01-detail p {
    font-size: 12px;
    line-height: 1.8em;
    padding-top: 1em;
    padding-bottom: 1em;
}.event-wrap.flex {
    justify-content: space-between;
    display: block;
}.event02 {
    background: #fff;
    padding: 24px;
    border: #008e54 solid 0.38vw;
    border-radius: 1.2em;
    width: 100%;
}.event-item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    text-indent: -1em;
    padding-left: 1em;
    font-feature-settings: "palt";
}.event02-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 30px;
}.event01-subtitle {
    font-size: 14px;
    font-weight: 700;
}.event01-title {
    font-size: 30px;
    font-weight: 900;
    padding-top: 10px;
}.hamburger span:first-of-type {
    top: 32px;
}.hamburger span:nth-of-type(2) {
    top: 40px;
}
	.sec-subtitle-jp {
    font-size: 13px;
    font-weight: 600;
}
.sec-title-en {
    font-size: 40px;
}	
	.sec-title-jp {
    font-size: 16px;
}
	.event01-time {
    font-size: 18px;
}.event01-note {
    font-size: 11px;
    padding-top: 1em;
}.free {
    width: 100px;
    position: absolute;
    top: -40px;
    left: -10px;
}.event04-subtitle {
    font-size: 14px;
    font-weight: 700;
}.event01-detail {
    width: 60%;
}.event01-img {
    width: 38%;
    position: relative;
}.event01-img-pr {
    position: relative;
    z-index: 2;
    padding-top: 60px;
}.event01-img-ill {
    position: absolute;
    top: -60px;
    right: 0;
    width: 200px;
    z-index: 1;
}.event01-subtitle {
    font-size: 14px;
    font-weight: 700;
    padding-left: 130px;
}.event01-title {
    font-size: 30px;
    font-weight: 900;
    padding-top: 10px;
    padding-left: 130px;
}.free {
    width: 120px;
    position: absolute;
    top: -20px;
    left: 20px;
}.event03 {
    width: 100%;
    margin-top: 24px;
}.event04-title {
    font-size: 24px;
}.event04-copyright {
    font-size: 11px;
}.event04-detail.flex {
    display: block;
}.event04-price {
    font-size: 15px;
    width: 100%;
}.event04-loacation {
    font-size: 12px;
    padding-left: 0;
    padding-top: 10px;
}.event04-time-detail {
    font-size: 13px;

}.event04-time-no {
    font-size: 13px;
}.coution-title {
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 1em;
}.coution li {
    font-size: 12px;
    line-height: 1.4;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0.3em;
    font-weight: 400;
}.toggle_title .title {
    font-size: 16px;
    font-weight: 700;
}.toggle_title .copy {
    font-size: 12px;
    padding-left: 1em;
}.toggle_title {
    padding: 15px 24px;
    cursor: pointer;
    position: relative;
}.dli-plus-wrap {
    width: 24px;
    height: 24px;
    right: 16px;
    top: 33%;
    border-radius: 99px;
    display: inline-block;
    position: absolute;
    background: #008e54;
}.dli-plus {
    position: absolute;
    vertical-align: middle;
    color: #ffffff;
    line-height: 1;
    width: 12px;
    height: 2px;
    background: currentColor;
    right: 6px;
    top: 11px;
}.outline {
    color: #fff;
    padding-top: 80px;
}.outline .sec-title-en {
    font-size: 24px;
}.outline th {
    font-size: 14px;
}.outline td {
    font-size: 14px;
}.outline .note li {
    font-size: 13px;
    line-height: 1.5em;
    padding-bottom: 0.2em;
}.footer-title {
    width: 8em;
    margin: 0 auto 1em;
    padding: 0.6em;
    border-radius: 99px;
    background: #fff;
    color: #008e54;
    font-size: 16px;
    font-weight: 600;
}.footer-name {
    font-size: 16px;
    padding-bottom: 1em;
    font-weight: 700;
}.tel {
    font-size: 20px;
    font-weight: 700;
}.tel span.sup {
    font-size: 12px;
}
	footer {
    padding: 60px 0;
    color: #fff;
    text-align: center;
}
	footer p {
font-size: 12px;
}
	.slide-menu {
    width: 100%;
}.slide-menu-logo {
    width: 68%;
    text-align: center;
    margin: 0 auto;
    padding-top: 80px;
}.slide-menu-logo {
    width: 40%;
    text-align: center;
    margin: 0 auto;
    padding-top: 80px;
}.slide-menu-wrap {
    overflow: scroll;
}
	.sp-location.sp {
    padding-top: 40px;
}
	.event04-time-detail {
    font-size: 17px;
}.event04-time-item {

    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: #008e54 dotted 1px;
}
	.event04-time-item.nobd {

    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
	.event04 .flex {
    display: block;
    justify-content: space-between;
}.event-data {
    position: absolute;
    width: 150px;
    top: 40px;
    left: 40px;
    z-index: 2;
}
}


@media screen and (max-width:650px) {
.hero {
    width: 78%;
    position: static;
    padding-top: 240px;
}
.hero-copy {
    position: absolute;
    width: 18px;
    right: 15px;
    top: 100px;
    z-index: 3;
}.guest-items {
    justify-content: space-between;
    position: relative;
    z-index: 2;
    display: block;
}.guest-item {
    width: 100%;
    text-align: center;
    color: #ec6d1e;padding-bottom: 30px;
}.guest-item-tmb img {
    border-radius: 12px;
    border: #ec6d1e solid 3px;
}.wrap {
    background: #FEFCEF;
    width: 98%;
    margin: 1% auto;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}.guest-item-type {
    font-size: 13px;
}.guest-item-name {
    font-weight: 700;
    font-size: 18px;
    padding-top: 0.8em;
}.guest-item-stage {
    font-size: 12px;
    padding-top: 0.5em;
}.guest-item-time {
    font-size: 14px;
    font-weight: 600;
    padding-top: 0.4em;
}.live-head.flex {
    padding-bottom: 36px;
    display: block;
}.live-title {
    width: 100%;
    font-weight: 900;
    font-size: 20px;
    padding-bottom: 10px;
}#live p {
    font-size: 12px;
}.event01.flex {
    background: #ED6D1F;
    border-radius: 15px;
    color: #fff;
    padding: 20px;
    margin-bottom: 24px;
    justify-content: space-between;
    display: block;
}.sec-title-wrap {
    text-align: center;
    padding-bottom: 30px;
    position: relative;
    z-index: 2;
}.l-sec {
    padding-top: 60px;
}.free {
    width: 90px;
    position: absolute;
    top: -40px;
    left: 10px;
}.event01-detail {
    width: 100%;
}.event01-subtitle {
    font-size: 14px;
    font-weight: 700;
    padding-left: 70px;
}.event01-title {
    font-size: 30px;
    font-weight: 900;
    padding-top: 10px;
    padding-left: 0;
    text-align: center;
}.event01-img {
    width: 100%;
    position: relative;
}.event01-img-pr {
    position: relative;
    z-index: 2;
    padding-top: 16px;
    width: 80%;
    margin: 0 auto;
}.event01-img-ill {
position: absolute;
        top: -60px;
        right: -20px;
        width: 120px;
        z-index: 1;
}
.event01-subtitle {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding-left: 0;
    padding-top: 10px;
    line-height: 1.4;
}.sec-title-jp {
    font-size: 15px;
    padding: 8px 20px;
}.event02-title {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 30px;
}.event-items {
    display: block;
}.event-item {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: #008e54 dotted 1px;
}.event-item-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 1.4;
    text-indent: -1em;
    padding-left: 1em;
    font-feature-settings: "palt";
}.event-item p {
    padding-left: 1.5em;
    line-height: 1.4;
    padding-top: 0.3em;
    font-size: 12px;
}.event03 dl {
    background: #EEFFF8;
    margin-bottom: 0.2em;
    padding: 15px 10px;
    border-radius: 0.5em;
    display: flex;
    justify-content: flex-start;
}.event02 {
    background: #fff;
    padding: 20px;
    border: #008e54 solid 3px;
    border-radius: 15px;
    width: 100%;
}.event03 {
    background: #fff;
    padding: 20px;
    border: #008e54 solid 3px;
    border-radius: 15px;
}.stage-title-en.en {
    font-size: 22px;
    text-align: center;
}.stage-title {
    font-size: 15px;
    text-align: center;
    padding-bottom: 2em;
    font-weight: 600;
}.event03 dl {

    font-size: 13px;
}
	.event03 .sup {
    padding-top: 20px;
}
	.event03 dt .sup {
    font-size: 11px;
    padding-left: 4px;
    padding-top: 0;
}.event03 .sup li {
    font-size: 11px;
    line-height: 1.6;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 10px;
}.event04 {
    background: #fff;
    padding: 24px;
    border: #008e54 solid 3px;
    border-radius: 15px;
    width: 100%;
    margin-top: 20px;
}.event04-tmb {
    width: 120px;
    margin: 0 auto 20px;
}.event04-txt {
    width: 100%;
}.event04-subtitle {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}.event04-title {
    font-size: 20px;
    text-align: center;
}.event04-copyright {
    font-size: 11px;
    padding-top: 10px;
    text-align:left;
}.event04-price {
font-size: 15px;
        width: 100%;
        margin: 0 auto;
        padding: 15px 0;
        text-align: center;
	
}.event04-loacation {
    font-size: 12px;
    padding-left: 0;
    padding-top: 10px;
    line-height: 1.6;
}.event04-time.flex {
    padding-top: 10px;
    justify-content: flex-start;
    align-items: center;
}.coution {
    padding: 24px 8px;
}.hero-img03 {
    width: 80px;
    position: absolute;
    left: 50px;
    top: -30px;
}.map {
    border: #008e54 solid 3px;
    border-radius: 15px;
    overflow: hidden;
}.store {
    margin-top: 20px;
    background: #fff;
    border-radius: 15px;
    border: #008e54 solid 3px;
}.toggle_title .title {
    font-size: 16px;
    font-weight: 700;
    display: block;
}.toggle_title .copy {
    font-size: 11px;
    padding-left: 0;
    display: block;
    padding-top: 3px;
}section#access {
    padding-bottom: 80px;
}.l-sec {
    padding-top: 80px;
}.outline th {
    font-size: 13px;
    padding: 10px 0;
    width: 7em;
}.outline td {
    font-size: 13px;
    padding: 10px 0;
}.outline .note li.coution {
    background: #e51b1b;
    padding: 10px 14px;
    margin-top: 1em;
    display: inline-block;
}.youtube {
    border: #008e54 solid 3px;
    border-radius: 15px;
    overflow: hidden;
}.event01-title {
    width: 90%;
    margin: 0 auto;
    padding-top: 10px;
    padding: 6px 0 0 0;
}
	
	.hero-txt p {
    line-height: 1.8;
}.bg02 {
    position: absolute;
    z-index: 1;
    width: 170px;
    top: 80px;
    left: 0;
}section#access {
    padding-bottom: 30px;
}.inner {
    width: 92%;
}.event03 dt {
    font-weight: 600;
    width: 6em;
}.hero-img04 {
    position: absolute;
    right: 30px;
    width: 70px;
    top: -30px;
}.hero-img02 {
    position: absolute;
    right: 30px;
    top: 0;
    width: 100px;
}.hero {
    width: 87%;
    position: static;
    padding-top: 140px;
}.hero-copy {
    position: absolute;
    width: 15px;
    right: 15px;
    top: 76px;
    z-index: 3;
}.hamburger {
    width: 60px;
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    border-radius: 0 0 0 20px;
    z-index: 4;
    cursor: pointer;
    opacity: 1;
    pointer-events: all;
    transform: scale(0.95, 0.95);
    transition: .4s;
}.event-data {
        position: absolute;
        width: 90px;
        top: 70px;
        left: 20px;
        z-index: 2;
}.hamburger span:nth-of-type(2) {
    top: 33px;
}.hamburger span:first-of-type {
    top: 25px;
}
	.sp650 {
		display: none;
	}
	.event-item.last.sp-bd {
    border-bottom: #008e54 dotted 1px;
}.hero-txt {
    padding: 20px 0;
    border-top: #008e54 solid 1px;
    margin-top: 24px;
    font-weight: 400;
    font-size: 14px;
    margin: 20px auto;
}.event-item p.copyright {
    font-size: 11px;
}.outline .note li {
    font-size: 12px;
    line-height: 1.4em;
    padding-bottom: 0.2em;
}.note-title {
    font-size: 14px;
}.bus {
    margin-bottom: 30px;
}.sponcer-bnr {
    width: 100%;
    margin-bottom: 10px;
}.sp-location {
    padding-top: 30px;
}.event-img01 {
    width: 60px;
    position: absolute;
    right: 10px;
    top: -10px;
}.event-img02 {
    width: 90px;
    position: absolute;
    top: -28px;
    right: 0;
}.event-img03 {
    width: 80px;
    top: -10px;
    right: 0;
    position: absolute;
}.event-img04 {
    position: absolute;
    width: 75px;
    right: 5px;
    top: 0px;
}
	
.seiriken p {
	font-size: 14px;
    line-height: 1.4;
}
	.price-note {
    text-align: center;
    padding-top: 0.6em;
    padding-left: 0;
    color: #ed6d1f;
    font-size: 12px;
}
	
}
@media screen and (max-width:400px) {
.event04 {
    padding: 16px;
}.event03 {
    padding: 16px;
}.event02 {
    padding: 16px;
}
.event04-price {
        font-feature-settings: "palt";
	
}	
}

@media screen and (max-width:380px) {
.event04-price {
    font-size: 14px;
	
}
}

