@charset "UTF-8";
/* # =================================================================
# Global selectors
# ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  box-sizing: border-box; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  line-height: 1.0; }

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
# Forms
# ================================================================= */
/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"]
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
/* Style select like a standard input */
select {
  /*  -moz-appearance: none;  Firefox 36+ */
  /*  -webkit-appearance: none;  Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  max-width: 100%;
  height: auto; }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
# Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

.pc_block {
  display: block; }
  @media only screen and (max-width: 767px) {
    .pc_block {
      display: none; } }

.pc_inline {
  display: inline; }
  @media only screen and (max-width: 767px) {
    .pc_inline {
      display: none; } }

.sp_block {
  display: none; }
  @media only screen and (max-width: 767px) {
    .sp_block {
      display: block; } }

.sp_inline {
  display: none; }
  @media only screen and (max-width: 767px) {
    .sp_inline {
      display: inline; } }

img {
  display: block;
  width: 100%; }

li {
  list-style: none;
  color: #000; }

* {
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif, sans-serif;
  color: #1B1B1B;
  font-weight: 500;
  font-style: normal; }

body {
  width: 100%;
  overflow: hidden;
  background-color: #00A02D; }

.defFlex, .header, .top_mv_section_inner .top_block, .top_lead_section .contents_block, .top_artist_section .list .list_item, .top_shop_section .list, .footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start; }

.fadein {
  opacity: 0;
  transform: translate(0, 25px);
  transition: .5s; }

.fadein.scrollin,
.slide_r.scrollin,
.slide_l.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.slide_r {
  opacity: 0;
  transform: translate(50px, 0);
  transition: 1s; }

.slide_l {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: 1s; }

@keyframes ani_tree {
  0% {
    transform: scaleY(1); }
  25% {
    transform: scaleY(1.1) rotate(-2deg); }
  50% {
    transform: scaleY(1); }
  75% {
    transform: scaleY(1.1) rotate(2deg); }
  100% {
    transform: scaleY(1); } }
@keyframes ani_alien {
  0% {
    transform: translate(0, 0); }
  30% {
    transform: translate(-6px, -12px) rotate(-2deg); }
  40% {
    transform: translate(0, 0); }
  60% {
    transform: translate(0, 0); }
  70% {
    transform: translate(6px, -12px) rotate(2deg); }
  100% {
    transform: translate(0, 0); } }
@keyframes ani_btf {
  0% {
    transform: rotateY(0); }
  50% {
    transform: rotateY(-180deg); }
  100% {
    transform: rotateY(0); } }
@keyframes header_scroll_pc {
  0% {
    left: 100%; }
  100% {
    left: calc(-1770px - 30px); } }
@keyframes header_scroll_sp {
  0% {
    left: 100%; }
  100% {
    left: calc(-345vw - 5vw); } }
.dot_style_1 li {
  display: inline-block;
  width: 18px;
  margin-right: 12px; }
  @media only screen and (max-width: 767px) {
    .dot_style_1 li {
      width: 14px; } }
  .dot_style_1 li:nth-last-of-type(1) {
    margin-right: 0; }
  .dot_style_1 li.slick-active button:before {
    background-color: #193CFF; }
  .dot_style_1 li button {
    position: relative;
    text-indent: -9999px;
    box-shadow: none;
    border: none; }
    .dot_style_1 li button:before {
      content: '';
      display: block;
      background-color: #ffffff;
      border: 1px solid #193CFF;
      border-radius: 50%;
      width: 18px;
      height: 18px;
      position: absolute;
      top: 0;
      left: 0; }
      @media only screen and (max-width: 767px) {
        .dot_style_1 li button:before {
          width: 14px;
          height: 14px; } }

.ttl_style_1 {
  text-align: center; }
  .ttl_style_1 .en {
    font-size: 16px;
    margin: 0 0 20px;
    color: #193CFF;
    font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif, sans-serif; }
    @media only screen and (max-width: 767px) {
      .ttl_style_1 .en {
        font-size: 3.1vw;
        margin: 0 0 4.1vw; } }
  .ttl_style_1 .ja {
    font-size: 40px;
    font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif, sans-serif; }
    @media only screen and (max-width: 767px) {
      .ttl_style_1 .ja {
        font-size: 7.5vw;
        line-height: 1.3; } }
  .ttl_style_1 .text {
    font-size: 15px;
    line-height: 2;
    margin: 25px 0 0; }
    @media only screen and (max-width: 767px) {
      .ttl_style_1 .text {
        font-size: 3.4vw;
        margin: 4.3vw 0 0; } }

.btn_style_1 {
  color: #fff;
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif, sans-serif;
  background-color: #193CFF;
  text-align: center;
  font-size: 20px;
  padding: 23px 0;
  border-radius: 39px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  @media only screen and (max-width: 767px) {
    .btn_style_1 {
      font-size: 4vw;
      padding: 4.2vw 0; } }
  .btn_style_1 .ico {
    display: inline-block;
    width: 20px;
    margin: 0 0 0 20px; }
    @media only screen and (max-width: 767px) {
      .btn_style_1 .ico {
        width: 4.6vw;
        margin: 0 0 -1vw 3.1vw; } }

.link_style_1, .top_artist_section .list .list_item .desc .link_block .link, .top_shop_section .list .list_item .desc .link_block .link, .top_venue_section .contents .slider .slider_item .text_block .link, .footer .bottom_link .link {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none; }
  @media only screen and (max-width: 767px) {
    .link_style_1, .top_artist_section .list .list_item .desc .link_block .link, .top_shop_section .list .list_item .desc .link_block .link, .top_venue_section .contents .slider .slider_item .text_block .link, .footer .bottom_link .link {
      font-size: 4.2vw; } }
  .link_style_1:hover, .top_artist_section .list .list_item .desc .link_block .link:hover, .top_shop_section .list .list_item .desc .link_block .link:hover, .top_venue_section .contents .slider .slider_item .text_block .link:hover, .footer .bottom_link .link:hover {
    color: #193CFF; }
    .link_style_1:hover .arr, .top_artist_section .list .list_item .desc .link_block .link:hover .arr, .top_shop_section .list .list_item .desc .link_block .link:hover .arr, .top_venue_section .contents .slider .slider_item .text_block .link:hover .arr, .footer .bottom_link .link:hover .arr {
      background-image: url(../images/arr_3.svg); }
  .link_style_1 .arr, .top_artist_section .list .list_item .desc .link_block .link .arr, .top_shop_section .list .list_item .desc .link_block .link .arr, .top_venue_section .contents .slider .slider_item .text_block .link .arr, .footer .bottom_link .link .arr {
    display: inline-block;
    width: 14px;
    height: 16px;
    background-image: url(../images/arr_2.svg);
    background-size: 100%;
    margin: 0 2px -4px; }
    @media only screen and (max-width: 767px) {
      .link_style_1 .arr, .top_artist_section .list .list_item .desc .link_block .link .arr, .top_shop_section .list .list_item .desc .link_block .link .arr, .top_venue_section .contents .slider .slider_item .text_block .link .arr, .footer .bottom_link .link .arr {
        width: 2.6vw;
        height: 2.6vw;
        margin: 0; } }

.ja {
  display: inline-block; }

.en {
  display: none; }

.header {
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 88px;
  z-index: 11;
  background-color: #00A02D;
  background-image: repeating-linear-gradient(90deg, #000000, #000000 4px, transparent 4px, transparent 6px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  transition: .5s;
  padding: 0 24px 0 48px; }
  @media only screen and (max-width: 767px) {
    .header {
      height: 16vw;
      padding: 0 6vw; } }
  .header.active {
    transform: translateY(0); }
  .header_image {
    width: 60px;
    margin-right: 84px;
    margin-bottom: -12px; }
    @media only screen and (max-width: 767px) {
      .header_image {
        display: none; } }
  .header_scroll {
    width: calc(100% - 60px - 84px - 62px - 84px - 32px - 142px);
    margin-right: 62px;
    height: 21px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .header_scroll {
        width: calc(100vw - 6vw - 6vw - 11vw - 20vw);
        margin-right: 11vw;
        height: 4vw; } }
    .header_scroll .text {
      width: 100%;
      white-space: nowrap;
      position: relative; }
      .header_scroll .text .loop_item {
        display: inline-block;
        font-size: 21px;
        position: absolute;
        top: 0;
        left: 100%;
        animation: header_scroll_pc 13s linear infinite; }
        @media only screen and (max-width: 767px) {
          .header_scroll .text .loop_item {
            font-size: 4.1vw;
            animation: header_scroll_sp 13s linear infinite; } }
        .header_scroll .text .loop_item span {
          font-weight: 700; }
  .header_switch {
    width: 84px;
    margin-right: 32px;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .header_switch {
        width: 20vw;
        margin-right: 0; } }
    .header_switch img {
      display: none; }
    .header_switch .active {
      display: block; }
  .header_btn {
    width: 142px; }
    @media only screen and (max-width: 767px) {
      .header_btn {
        display: none; } }
    .header_btn span {
      width: 100%;
      height: 70px;
      background-position: center;
      background-size: contain; }
      .header_btn span.ja {
        background-image: url(../images/ticket_1.png); }
        .header_btn span.ja:hover {
          background-image: url(../images/ticket_2.png); }
      .header_btn span.en {
        background-image: url(../images/ticket_3.png); }
        .header_btn span.en:hover {
          background-image: url(../images/ticket_4.png); }

.top_mv_section {
  padding: 51px 0 110px; }
  @media only screen and (max-width: 767px) {
    .top_mv_section {
      padding: 5.6vw 0 11vw;
      min-height: 100vh; } }
  .top_mv_section_inner {
    width: 87.2vw;
    margin: 0 auto; }
    .top_mv_section_inner .top_block {
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .top_mv_section_inner .top_block {
          justify-content: space-between; } }
      .top_mv_section_inner .top_block .ttl {
        width: 31%;
        font-size: 27px;
        line-height: 1.3;
        margin-right: 10%; }
        @media only screen and (max-width: 767px) {
          .top_mv_section_inner .top_block .ttl {
            width: 47vw;
            margin-right: 0;
            font-size: 4.5vw; } }
        .top_mv_section_inner .top_block .ttl span {
          font-weight: 700;
          line-height: 1.3; }
          .top_mv_section_inner .top_block .ttl span small {
            font-size: 30px;
            font-weight: 700; }
            @media only screen and (max-width: 767px) {
              .top_mv_section_inner .top_block .ttl span small {
                font-size: 4.8vw; } }
      .top_mv_section_inner .top_block .image {
        width: 21%;
        margin-right: 12%; }
        @media only screen and (max-width: 767px) {
          .top_mv_section_inner .top_block .image {
            display: none; } }
      .top_mv_section_inner .top_block .switch {
        width: 8%;
        margin-right: 3%;
        cursor: pointer; }
        @media only screen and (max-width: 767px) {
          .top_mv_section_inner .top_block .switch {
            display: none; } }
        .top_mv_section_inner .top_block .switch img {
          display: none; }
        .top_mv_section_inner .top_block .switch .active {
          display: block; }
      .top_mv_section_inner .top_block .btn {
        width: 15%; }
        @media only screen and (max-width: 767px) {
          .top_mv_section_inner .top_block .btn {
            width: 32vw; } }
        .top_mv_section_inner .top_block .btn span {
          width: 100%;
          min-height: 84px;
          background-position: center;
          background-size: contain; }
          @media only screen and (max-width: 767px) {
            .top_mv_section_inner .top_block .btn span {
              min-height: 16vw; } }
          .top_mv_section_inner .top_block .btn span.ja {
            background-image: url(../images/ticket_1.png); }
            .top_mv_section_inner .top_block .btn span.ja:hover {
              background-image: url(../images/ticket_2.png); }
          .top_mv_section_inner .top_block .btn span.en {
            background-image: url(../images/ticket_3.png); }
            .top_mv_section_inner .top_block .btn span.en:hover {
              background-image: url(../images/ticket_4.png); }
    .top_mv_section_inner .main_block {
      width: 41vw;
      margin: 99px auto 110px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .top_mv_section_inner .main_block {
          width: 100%;
          margin: 9.3vw auto 22vw; } }
      .top_mv_section_inner .main_block .image {
        display: none; }
        @media only screen and (max-width: 767px) {
          .top_mv_section_inner .main_block .image {
            display: block;
            width: 45vw;
            margin: 0 auto 18vw; } }
      .top_mv_section_inner .main_block .tree {
        width: 100%;
        margin: 0 0 0 -1vw; }
        @media only screen and (max-width: 767px) {
          .top_mv_section_inner .main_block .tree {
            margin: 0 0 0 -5vw; } }
      .top_mv_section_inner .main_block .alien_1 {
        width: 6.8vw;
        position: absolute;
        bottom: -7.6vw;
        left: 3.7vw;
        animation: ani_alien 1.2s ease-in-out infinite; }
        @media only screen and (max-width: 767px) {
          .top_mv_section_inner .main_block .alien_1 {
            width: 14vw;
            bottom: -16vw;
            left: 6vw; } }
      .top_mv_section_inner .main_block .alien_2 {
        width: 10vw;
        position: absolute;
        bottom: -10vw;
        left: 20.9vw;
        animation: ani_alien 1s ease-in-out infinite; }
        @media only screen and (max-width: 767px) {
          .top_mv_section_inner .main_block .alien_2 {
            width: 21vw;
            bottom: -22vw;
            left: 42vw; } }
      .top_mv_section_inner .main_block .alien_3 {
        width: 10vw;
        position: absolute;
        bottom: -5.4vw;
        right: 0;
        animation: ani_alien 1.4s ease-in-out infinite; }
        @media only screen and (max-width: 767px) {
          .top_mv_section_inner .main_block .alien_3 {
            width: 21vw;
            bottom: -11vw; } }
      .top_mv_section_inner .main_block .btf_1 {
        width: 3vw;
        position: absolute;
        top: 14vw;
        right: -9vw; }
        @media only screen and (max-width: 767px) {
          .top_mv_section_inner .main_block .btf_1 {
            display: none; } }

.top_lead_section {
  width: 87.2vw;
  max-width: 1100px;
  margin: 0 auto 88px; }
  @media only screen and (max-width: 767px) {
    .top_lead_section {
      margin: 0 auto 10vw; } }
  .top_lead_section .contents_block {
    align-items: center; }
    .top_lead_section .contents_block .image {
      width: 60px; }
      @media only screen and (max-width: 767px) {
        .top_lead_section .contents_block .image {
          display: none; } }
    .top_lead_section .contents_block .main {
      margin: 0 58px;
      width: calc(100% - 60px - 60px - 58px - 58px ); }
      @media only screen and (max-width: 767px) {
        .top_lead_section .contents_block .main {
          margin: 0;
          width: 100%; } }
      .top_lead_section .contents_block .main .ttl {
        font-size: 28px;
        text-align: center;
        margin-bottom: 24px; }
        @media only screen and (max-width: 767px) {
          .top_lead_section .contents_block .main .ttl {
            font-size: 6.4vw;
            margin-bottom: 2.3vw;
            text-align: left; } }
        .top_lead_section .contents_block .main .ttl span {
          font-weight: 700;
          line-height: 1.1; }
          @media only screen and (max-width: 767px) {
            .top_lead_section .contents_block .main .ttl span {
              line-height: 1.2; } }
      .top_lead_section .contents_block .main .text {
        font-size: 19px; }
        @media only screen and (max-width: 767px) {
          .top_lead_section .contents_block .main .text {
            font-size: 4.2vw;
            overflow: hidden;
            max-height: 77vw;
            transition: max-height 1s; } }
        .top_lead_section .contents_block .main .text span {
          line-height: 1.5; }
          @media only screen and (max-width: 767px) {
            .top_lead_section .contents_block .main .text span {
              line-height: 1.4; } }
        .top_lead_section .contents_block .main .text.active {
          max-height: 100vh; }
          @media only screen and (max-width: 767px) {
            .top_lead_section .contents_block .main .text.active + .more {
              width: 16vw; } }
      .top_lead_section .contents_block .main .more {
        display: none; }
        @media only screen and (max-width: 767px) {
          .top_lead_section .contents_block .main .more {
            display: block;
            width: 25vw;
            margin: 4.5vw auto 0; } }

.top_youtube_block {
  width: 87.2vw;
  max-width: 1100px;
  margin: 0 auto 96px;
  border-radius: 30px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .top_youtube_block {
      border-radius: 2vw;
      margin: 0 auto 14vw; } }
  .top_youtube_block iframe {
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .top_youtube_block iframe {
        height: 49vw; } }

.top_artist_section {
  width: 87.2vw;
  max-width: 1100px;
  margin: 0 auto 80px; }
  @media only screen and (max-width: 767px) {
    .top_artist_section {
      margin: 0 auto 25vw; } }
  .top_artist_section > .ttl {
    width: 104px;
    margin: 0 auto 24px; }
    @media only screen and (max-width: 767px) {
      .top_artist_section > .ttl {
        width: 24vw;
        margin: 0 auto 7vw; } }
  .top_artist_section .list .list_item {
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .top_artist_section .list .list_item {
        flex-direction: column;
        margin-bottom: 8.2vw; } }
    @media only screen and (max-width: 767px) {
      .top_artist_section .list .list_item:nth-last-of-type(1) {
        margin-bottom: 0; } }
    .top_artist_section .list .list_item .image {
      width: 22%;
      margin: 0 2% 0 0; }
      @media only screen and (max-width: 767px) {
        .top_artist_section .list .list_item .image {
          width: 46vw;
          margin: 0; } }
    .top_artist_section .list .list_item .desc {
      width: 74%;
      padding: 33px 0; }
      @media only screen and (max-width: 767px) {
        .top_artist_section .list .list_item .desc {
          width: 100%;
          padding: 0; } }
      .top_artist_section .list .list_item .desc .ttl {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 15px; }
        @media only screen and (max-width: 767px) {
          .top_artist_section .list .list_item .desc .ttl {
            font-size: 6.9vw;
            margin-bottom: 3.4vw;
            text-align: center; } }
      .top_artist_section .list .list_item .desc .text {
        font-size: 16px;
        margin-bottom: 8px; }
        @media only screen and (max-width: 767px) {
          .top_artist_section .list .list_item .desc .text {
            font-size: 3.7vw;
            margin-bottom: 6.2vw; } }
        .top_artist_section .list .list_item .desc .text span {
          line-height: 1.3; }
      @media only screen and (max-width: 767px) {
        .top_artist_section .list .list_item .desc .link_block {
          text-align: center; } }
      .top_artist_section .list .list_item .desc .link_block .link {
        margin-right: 5px; }
        @media only screen and (max-width: 767px) {
          .top_artist_section .list .list_item .desc .link_block .link {
            margin: 0 2vw; } }

.top_shop_section {
  width: 87.2vw;
  max-width: 1100px;
  margin: 0 auto 104px; }
  @media only screen and (max-width: 767px) {
    .top_shop_section {
      margin: 0 auto 17vw; } }
  .top_shop_section > .ttl {
    width: 122px;
    margin: 0 auto 56px; }
    @media only screen and (max-width: 767px) {
      .top_shop_section > .ttl {
        width: 29vw;
        margin: 0 auto 12vw; } }
  .top_shop_section .list {
    justify-content: center;
    gap: 0 5%; }
    @media only screen and (max-width: 767px) {
      .top_shop_section .list {
        flex-direction: column;
        gap: 14vw 0; } }
    .top_shop_section .list .list_item {
      width: 30%; }
      @media only screen and (max-width: 767px) {
        .top_shop_section .list .list_item {
          width: 100%; } }
      .top_shop_section .list .list_item .image {
        width: 100%;
        max-width: 200px;
        margin: 0 auto 23px; }
        @media only screen and (max-width: 767px) {
          .top_shop_section .list .list_item .image {
            max-width: 37vw;
            margin: 0 auto 4vw; } }
      .top_shop_section .list .list_item .desc {
        width: 100%; }
        .top_shop_section .list .list_item .desc .ttl {
          font-size: 28px;
          font-weight: 700;
          line-height: 1.1;
          margin-bottom: 10px;
          text-align: center; }
          @media only screen and (max-width: 767px) {
            .top_shop_section .list .list_item .desc .ttl {
              font-size: 6.9vw;
              line-height: 1.2;
              margin-bottom: 3vw; } }
          .top_shop_section .list .list_item .desc .ttl span {
            font-weight: 700; }
        .top_shop_section .list .list_item .desc .text {
          font-size: 16px;
          margin-bottom: 8px; }
          @media only screen and (max-width: 767px) {
            .top_shop_section .list .list_item .desc .text {
              font-size: 3.7vw;
              margin-bottom: 5vw; } }
          .top_shop_section .list .list_item .desc .text span {
            line-height: 1.3; }
        .top_shop_section .list .list_item .desc .link_block {
          text-align: center; }
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .top_shop_section .list .list_item .desc .link_block .link {
    margin: 0 2vw; } }

          .top_shop_section .list .list_item .desc .link_block .link.en {
            display: none; }

.top_venue_section {
  margin: 0 0 170px; }
  @media only screen and (max-width: 767px) {
    .top_venue_section {
      margin: 0 0 32vw; } }
  .top_venue_section > .ttl {
    width: 196px;
    margin: 0 auto 42px; }
    @media only screen and (max-width: 767px) {
      .top_venue_section > .ttl {
        width: 42vw;
        margin: 0 auto 10vw; } }
  .top_venue_section .contents .slider .slider_item {
    width: 400px;
    height: 400px;
    margin: 0 16px; }
    @media only screen and (max-width: 767px) {
      .top_venue_section .contents .slider .slider_item {
        width: 80vw;
        height: 80vw;
        margin: 0 2vw; } }
    .top_venue_section .contents .slider .slider_item .text_block {
      width: 100%;
      height: 100%;
      border: 2px solid #1B1B1B;
      padding: 24px; }
      @media only screen and (max-width: 767px) {
        .top_venue_section .contents .slider .slider_item .text_block {
          padding: 4vw; } }
      .top_venue_section .contents .slider .slider_item .text_block .ttl {
        font-size: 28px;
        margin-bottom: 16px; }
        @media only screen and (max-width: 767px) {
          .top_venue_section .contents .slider .slider_item .text_block .ttl {
            font-size: 6.4vw;
            margin-bottom: 3vw; } }
        .top_venue_section .contents .slider .slider_item .text_block .ttl span {
          font-weight: 700; }
      .top_venue_section .contents .slider .slider_item .text_block .text {
        font-size: 16px; }
        @media only screen and (max-width: 767px) {
          .top_venue_section .contents .slider .slider_item .text_block .text {
            font-size: 3.7vw; } }
        .top_venue_section .contents .slider .slider_item .text_block .text span {
          line-height: 1.3; }
      .top_venue_section .contents .slider .slider_item .text_block .link {
        margin-top: 7px; }
        @media only screen and (max-width: 767px) {
          .top_venue_section .contents .slider .slider_item .text_block .link {
            margin-top: 2vw; } }
  .top_venue_section .contents .slider .prev-arrow,
  .top_venue_section .contents .slider .next-arrow {
    position: absolute;
    bottom: -76px;
    left: 50%;
    cursor: pointer;
    width: 56px;
    height: 36px;
    border: 2px solid #1B1B1B;
    border-radius: 33px;
    background-size: 24px;
    background-position: 50% 50%; }
    @media only screen and (max-width: 767px) {
      .top_venue_section .contents .slider .prev-arrow,
      .top_venue_section .contents .slider .next-arrow {
        bottom: -19vw;
        width: 14vw;
        height: 9vw;
        border-radius: 5vw;
        background-size: 6vw; } }
  .top_venue_section .contents .slider .prev-arrow {
    transform: translateX(-61px);
    background-image: url(../images/arr_4.svg); }
    @media only screen and (max-width: 767px) {
      .top_venue_section .contents .slider .prev-arrow {
        transform: translateX(-15vw); } }
    .top_venue_section .contents .slider .prev-arrow:hover {
      background-position: 40% 50%; }
  .top_venue_section .contents .slider .next-arrow {
    transform: translateX(5px);
    background-image: url(../images/arr_1.svg); }
    @media only screen and (max-width: 767px) {
      .top_venue_section .contents .slider .next-arrow {
        transform: translateX(1vw); } }
    .top_venue_section .contents .slider .next-arrow:hover {
      background-position: 60% 50%; }

.top_ticket_section {
  width: 87.2vw;
  max-width: 800px;
  margin: 0 auto 96px; }
  @media only screen and (max-width: 767px) {
    .top_ticket_section {
      margin: 0 auto 19vw; } }
  .top_ticket_section > .ttl {
    width: 169px;
    margin: 0 auto 56px; }
    @media only screen and (max-width: 767px) {
      .top_ticket_section > .ttl {
        width: 37vw;
        margin: 0 auto 12vw; } }
  .top_ticket_section .image {
    margin-bottom: 56px; }
    @media only screen and (max-width: 767px) {
      .top_ticket_section .image {
        width: 80vw;
        margin: 0 auto 10vw; } }
  .top_ticket_section .btn {
    display: block;
    width: 100%;
    max-width: 287px;
    border: 2px solid #1B1B1B;
    border-radius: 50px;
    text-align: center;
    font-size: 28px;
    background-color: #FEFFED;
    padding: 16px 0;
    text-decoration: none;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .top_ticket_section .btn {
        max-width: 57vw;
        border-radius: 7vw;
        padding: 3.3vw 0;
        font-size: 5.6vw; } }
    .top_ticket_section .btn span {
      font-weight: 700;
      color: #00A02D; }
    .top_ticket_section .btn:hover {
      border: 3px solid #1B1B1B; }

.top_timetable_section {
  width: 87.2vw;
  max-width: 720px;
  margin: 0 auto 104px; }
  @media only screen and (max-width: 767px) {
    .top_timetable_section {
      width: auto;
      margin: 0 auto 14vw; } }
  .top_timetable_section > .ttl {
    width: 158px;
    margin: 0 auto 48px; }
    @media only screen and (max-width: 767px) {
      .top_timetable_section > .ttl {
        width: 34vw;
        margin: 0 auto 10vw; } }
  @media only screen and (max-width: 767px) {
    .top_timetable_section .image {
      width: 93vw;
      margin-left: 7vw;
      overflow-x: scroll; } }
  @media only screen and (max-width: 767px) {
    .top_timetable_section .image img {
      width: 113vw;
      max-width: none;
      padding: 0 7vw 0 0; } }

.top_guide_section {
  width: 87.2vw;
  max-width: 1100px;
  margin: 0 auto 48px; }
  @media only screen and (max-width: 767px) {
    .top_guide_section {
      margin: 0 auto 8vw; } }
  .top_guide_section .guide_block {
    margin-bottom: 21px; }
    @media only screen and (max-width: 767px) {
      .top_guide_section .guide_block {
        margin-bottom: 5vw; } }
    .top_guide_section .guide_block:nth-last-of-type(1) {
      margin-bottom: 0; }
    .top_guide_section .guide_block .ttl {
      font-size: 21px;
      padding-bottom: 11px;
      background-image: repeating-linear-gradient(90deg, #000000, #000000 4px, transparent 4px, transparent 6px);
      background-position: left bottom;
      background-repeat: repeat-x;
      background-size: 100% 2px;
      margin-bottom: 8px; }
      @media only screen and (max-width: 767px) {
        .top_guide_section .guide_block .ttl {
          font-size: 4.8vw;
          padding-bottom: 3vw;
          margin-bottom: 2vw; } }
      .top_guide_section .guide_block .ttl span {
        font-weight: 700; }
    .top_guide_section .guide_block .list li {
      font-size: 16px;
      padding-left: 20px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .top_guide_section .guide_block .list li {
          font-size: 3.7vw;
          padding-left: 5.7vw; } }
      .top_guide_section .guide_block .list li::before {
        content: '・';
        display: block;
        position: absolute;
        top: 0;
        left: 4px;
        z-index: 1; }
        @media only screen and (max-width: 767px) {
          .top_guide_section .guide_block .list li::before {
            left: 1vw; } }
      .top_guide_section .guide_block .list li span {
        line-height: 1.3; }
    .top_guide_section .guide_block .text {
      font-size: 16px;
      line-height: 1.3; }
      @media only screen and (max-width: 767px) {
        .top_guide_section .guide_block .text {
          font-size: 3.7vw; } }
      .top_guide_section .guide_block .text span {
        line-height: 1.3; }

.footer {
  justify-content: space-between;
  align-items: flex-end;
  width: 87.2vw;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 64px; }
  @media only screen and (max-width: 767px) {
    .footer {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      padding-bottom: 12vw; } }
  .footer * {
    font-size: 16px;
    line-height: 1.3; }
    @media only screen and (max-width: 767px) {
      .footer * {
        font-size: 3.7vw; } }
  .footer .bottom_text {
    width: calc(100% - 177px); }
    @media only screen and (max-width: 767px) {
      .footer .bottom_text {
        width: 100%;
        margin-bottom: 4vw; } }
  .footer .bottom_link {
    width: 177px;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .footer .bottom_link {
        width: 100%;
        font-size: 4.2vw; } }

.gotop {
  cursor: pointer;
  position: fixed;
  bottom: 28px;
  right: -60px;
  width: 60px;
  z-index: 10; }
  @media only screen and (max-width: 767px) {
    .gotop {
      display: none; } }
  .gotop:hover {
    transform: scaleY(1.1); }
  .gotop.active {
    right: 28px; }

/*# sourceMappingURL=style.css.map */
