@charset "UTF-8";
/*ユーティリティ*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&&family=Oswald:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
/*リセット*/
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

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

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

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

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

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 */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* 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;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

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

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

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 */
}

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

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

/* 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 {
  border-style: none;
  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 */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* 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 */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

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

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

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* 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=true] {
  cursor: default;
}

/*メインカラム*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-scroll-behavior: smooth;
  scroll-behavior: smooth;
  font-size: 100%;
  font-size: 10px;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  overflow-x: hidden;
}

body {
  width: 100%;
  height: 100%;
  font-size: 2.9333333333vw;
  background: #FFF;
  overflow-x: hidden;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  img {
    width: 100%;
  }
}

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

a:active {
  color: #000;
}

a:focus {
  outline: none;
}

ul,
li {
  list-style: none;
}

.pc-none {
  display: block;
}
@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

.sp-none {
  display: none;
}
@media (min-width: 768px) {
  .sp-none {
    display: block;
  }
}

.header._sp {
  width: 100%;
  height: 55px;
  position: fixed;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
}
@media (min-width: 768px) {
  .header._sp {
    display: none;
  }
}
.header._pc {
  width: 100%;
}
.header__head {
  display: none;
}
@media (min-width: 768px) {
  .header__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 0 25px;
    position: relative;
    z-index: 1;
  }
}
.header__head-r {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__logo {
  display: block;
  width: 187px;
  height: auto;
  margin: 0 5.3333333333vw;
  z-index: 9999;
}
@media (min-width: 768px) {
  .header__logo {
    width: 28.28125vw;
    height: auto;
    max-width: 362px;
    margin: 0;
  }
}
.header__info {
  width: 23.671875vw;
  max-width: 303px;
  height: auto;
}
.header__insta {
  width: 4.375vw;
  max-width: 56px;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  margin-left: 20px;
}
.header__insta:hover {
  opacity: 0.5;
}
.header__insta img {
  display: block;
}
.header__inner {
  max-width: 980px;
  margin: auto;
}
.header__menu {
  display: none;
}
@media (min-width: 768px) {
  .header__menu {
    width: 100%;
    max-width: 980px;
    height: 44px;
    position: relative;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 10;
    font-family: "Oswald", "Noto Sans JP", sans-serif;
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .header__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 6%;
  }
}
.header__menu ul li {
  font-size: 22px;
  color: #FFF;
  letter-spacing: 0.08em;
}
.header__menu ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__menu ul li a:hover {
  color: #ccc;
}
.header__menu ul li img {
  width: 27px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .header__menu.m_fixed {
    top: 0;
    position: fixed;
  }
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
@media (min-width: 1280px) {
  .header .container {
    width: 980px;
  }
}

#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: rgba(0, 0, 0, .8);
  /*動き*/
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#g-nav.panelactive {
  right: 0;
}
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#g-nav li {
  list-style: none;
  text-align: center;
}
#g-nav li a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 8vw;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 30px;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
}
#g-nav li a:hover {
  color: #ccc;
}
#g-nav li img {
  width: 9.0666666667vw;
  height: auto;
  margin-top: 10.6666666667vw;
}

.open {
  position: absolute;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 0;
  right: 0;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background: #EA5054;
}
@media (min-width: 768px) {
  .open {
    display: none;
  }
}
.open span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 16px;
  height: 2px;
  background-color: #FFF;
  width: 23px;
}
.open span:nth-of-type(1) {
  top: 20px;
}
.open span:nth-of-type(2) {
  top: 25px;
}
.open span:nth-of-type(3) {
  top: 30px;
}
.open.active span:nth-of-type(1) {
  top: 20px;
  left: 16px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 23px;
}
.open.active span:nth-of-type(2) {
  opacity: 0;
}
.open.active span:nth-of-type(3) {
  top: 32px;
  left: 16px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 23px;
}

/*×に変化*/
/*========= レイアウトのためのCSS ===============*/
h1 {
  font-size: 12px;
  font-size: 1.2rem;
}

h2 {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 30px 0;
}

.top__mv {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: auto;
  height: auto;
  z-index: 2;
  padding-top: 55px;
}
@media (min-width: 768px) {
  .top__mv {
    padding-top: 40px;
  }
}
.top__mv img {
  width: 100%;
  height: auto;
  font-size: 0;
  line-height: 1;
}
.top__event-bnr {
  width: 69.0666666667vw;
  height: 10.6666666667vw;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 36vw;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top__event-bnr:hover {
  opacity: 0.85;
}
@media (min-width: 768px) {
  .top__event-bnr {
    bottom: 30%;
    width: 310px;
    height: 48px;
  }
}
@media (min-width: 1280px) {
  .top__event-bnr {
    width: 310px;
    height: 48px;
  }
}
.top__event-bnr img {
  display: block;
}
.top__wrapper {
  background: url(./images/top_bg.jpg) no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.top__information {
  display: none;
}
@media (min-width: 768px) {
  .top__information {
    display: block;
  }
}

.section__title {
  font-size: 8vw;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #EA5054;
  text-align: center;
  letter-spacing: 0.075em;
  line-height: 1;
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2.5333333333vw;
}
@media (min-width: 768px) {
  .section__title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
.section__title-sub {
  font-size: 4.2666666667vw;
  color: #333333;
  font-weight: 600;
  text-align: center;
  position: relative;
  line-height: 1;
  z-index: 2;
}
@media (min-width: 768px) {
  .section__title-sub {
    font-size: 18px;
  }
}
.section__title._ticket {
  position: relative;
  width: 100%;
}
.section__title._ticket::before {
  display: block;
  content: "";
  background: url(./images/ticket_head_c_img.png) no-repeat;
  background-size: contain;
  width: 19.2vw;
  height: 19.7333333333vw;
  position: absolute;
  top: -5.3333333333vw;
  left: 23.0666666667vw;
  z-index: -1;
}
@media (min-width: 768px) {
  .section__title._ticket::before {
    width: 144px;
    height: 148px;
    left: 328px;
    top: -55px;
  }
}
.section__title._ticket::after {
  display: none;
}
@media (min-width: 768px) {
  .section__title._ticket::after {
    content: "";
    display: block;
    background: url(./images/ticket_head_r.png) no-repeat;
    background-size: contain;
    width: 268px;
    height: 161px;
    top: -40px;
    right: 20px;
    position: absolute;
  }
}
@media (min-width: 1280px) {
  .section__title._ticket::after {
    right: 0;
  }
}
.section__title._event {
  letter-spacing: 0;
  font-weight: 700;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .section__title._event {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: 0.16em;
  }
}
.section__title._event::before {
  display: block;
  content: "";
  background: url(./images/event_title_l_sp.png) no-repeat;
  background-size: contain;
  width: 13.3333333333vw;
  height: 8.2666666667vw;
  position: absolute;
  top: -5.3333333333vw;
  left: 2.6666666667vw;
  z-index: -1;
}
@media (min-width: 768px) {
  .section__title._event::before {
    background: url(./images/event_title_l.png) no-repeat;
    background-size: contain;
    width: 200px;
    height: 124px;
    top: -40px;
    left: -318px;
  }
}
.section__title._event::after {
  display: block;
  content: "";
  background: url(./images/event_title_r_sp.png) no-repeat;
  background-size: contain;
  width: 20.1333333333vw;
  height: 19.7333333333vw;
  position: absolute;
  right: 2.6666666667vw;
  top: -4.6666666667vw;
  z-index: -1;
}
@media (min-width: 768px) {
  .section__title._event::after {
    background: url(./images/event_title_r.png) no-repeat;
    background-size: contain;
    width: 391px;
    height: 148px;
    right: -318px;
    top: -60px;
  }
}
.section__title._news {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .section__title._news {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.section__title._news::before {
  display: block;
  content: "";
  background: url(./images/news_title_img.png) no-repeat;
  background-size: contain;
  width: 19.2vw;
  height: 19.7333333333vw;
  position: absolute;
  top: -5.3333333333vw;
  left: 25.3333333333vw;
  z-index: -1;
}
@media (min-width: 768px) {
  .section__title._news::before {
    width: 144px;
    height: 148px;
    top: -55px;
    left: -110px;
  }
}
.section__title._map-sche {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .section__title._map-sche {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.section__title._map-sche::before {
  display: block;
  content: "";
  background: url(./images/map_title_l_sp.png) no-repeat;
  background-size: contain;
  width: 16.6666666667vw;
  height: 10.6666666667vw;
  position: absolute;
  top: -1.3333333333vw;
  left: 4vw;
  z-index: -1;
}
@media (min-width: 768px) {
  .section__title._map-sche::before {
    background: url(./images/map_title_l.png) no-repeat;
    background-size: contain;
    top: -45px;
    left: -350px;
    width: 200px;
    height: 128px;
  }
}
.section__title._map-sche::after {
  display: block;
  content: "";
  background: url(./images/map_title_r_sp.png) no-repeat;
  background-size: contain;
  width: 26.4vw;
  height: 19.7333333333vw;
  position: absolute;
  right: 4vw;
  top: -5.3333333333vw;
  z-index: -1;
}
@media (min-width: 768px) {
  .section__title._map-sche::after {
    background: url(./images/map_title_r.png) no-repeat;
    background-size: contain;
    top: -53px;
    right: -331px;
    width: 391px;
    height: 148px;
  }
}
.section__title._qa {
  position: relative;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  width: 100%;
  letter-spacing: 0.16em;
}
@media (min-width: 768px) {
  .section__title._qa {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.section__title._qa::after {
  display: block;
  content: "";
  background: url(./images/qa_title_r.png) no-repeat;
  background-size: contain;
  width: 26.4vw;
  height: 19.7333333333vw;
  position: absolute;
  right: 3.6vw;
  top: -4.9333333333vw;
  z-index: -1;
}
@media (min-width: 768px) {
  .section__title._qa::after {
    top: -53px;
    right: -117px;
    width: 144px;
    height: 148px;
  }
}
.section__title._access {
  position: relative;
  width: 100%;
}
.section__title._access::before {
  display: block;
  content: "";
  background: url(./images/access_title_img_sp.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
  width: 84vw;
  height: 32.6666666667vw;
  position: absolute;
  top: -9.3333333333vw;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media (min-width: 768px) {
  .section__title._access::before {
    background: url(./images/access_title_img.png) no-repeat;
    background-size: contain;
    width: 1024px;
    max-width: 100%;
    height: 174px;
    left: 0;
    top: -60px;
  }
}
@media (min-width: 1280px) {
  .section__title._access::before {
    max-width: none;
  }
}

.ticket {
  padding: 10.6666666667vw 0 0;
}
@media (min-width: 768px) {
  .ticket {
    padding: 80px 0 0;
  }
}
.ticket .container {
  padding: 0 5.3333333333vw;
}
@media (min-width: 768px) {
  .ticket .container {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .ticket__list {
    border-bottom: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 48px;
    padding: 5px 0;
  }
}
@media (min-width: 768px) {
  .ticket__list:first-child {
    border-top: 1px solid #ccc;
  }
}
.ticket__list-wrap {
  margin-top: 10.6666666667vw;
}
@media (min-width: 768px) {
  .ticket__list-wrap {
    margin-top: 50px;
    padding: 0 40px;
  }
}
@media (min-width: 1280px) {
  .ticket__list-wrap {
    padding: 0;
  }
}
.ticket__list-title {
  background: #000;
  color: #FFF;
  text-align: center;
  font-size: 4.2666666667vw;
  font-weight: 600;
  height: 8vw;
  line-height: 8vw;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 2.6666666667vw 0;
}
@media (min-width: 768px) {
  .ticket__list-title {
    font-size: 20px;
    background: none;
    height: auto;
    color: #000;
    line-height: 1.6;
    margin: 10px 0;
    text-align: center;
    width: 20%;
    border-right: 1px solid #ccc;
  }
}
.ticket__list-title._first {
  position: relative;
}
.ticket__list-title._first::before {
  display: block;
  content: "";
  background: url(./images/ticket_head_l_sp.png) no-repeat;
  background-size: contain;
  width: 34.6666666667vw;
  height: 28.2666666667vw;
  position: absolute;
  top: -21.3333333333vw;
  left: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .ticket__list-title._first::before {
    background: url(./images/ticket_head_l.png) no-repeat;
    background-size: contain;
    width: 268px;
    height: 165px;
    top: -180px;
    left: 0;
  }
}
.ticket__list-title._first::after {
  display: block;
  content: "";
  background: url(./images/ticket_head_r_sp.png) no-repeat;
  background-size: contain;
  width: 34.6666666667vw;
  height: 27.2vw;
  position: absolute;
  right: 0;
  top: -21.3333333333vw;
  z-index: 2;
}
@media (min-width: 768px) {
  .ticket__list-title._first::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .ticket__list-title._maeuri {
    padding-top: 120px;
    line-height: 1.6;
  }
}
.ticket__list-detail {
  text-align: center;
  font-size: 4.2666666667vw;
  letter-spacing: 0.06em;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .ticket__list-detail {
    width: 80%;
    font-size: 17px;
    padding: 0 20px;
    margin: 10px 0;
  }
}
@media (min-width: 1280px) {
  .ticket__list-detail {
    padding: 0 60px;
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .ticket__list-detail .m40 {
    margin-left: 20px;
  }
}
@media (min-width: 1280px) {
  .ticket__list-detail .m40 {
    margin-left: 40px;
  }
}
@media (min-width: 768px) {
  .ticket__list-location {
    padding-top: 15px;
    text-align: left;
  }
}
.ticket__list-caption {
  background: #808080;
  text-align: center;
  color: #FFF;
  font-size: 3.0666666667vw;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
  letter-spacing: 0;
  width: 51.4666666667vw;
  padding: 1.3333333333vw 0;
  margin: 3.3333333333vw auto;
}
@media (min-width: 768px) {
  .ticket__list-caption {
    font-size: 16px;
    width: auto;
    margin: 15px 0 25px;
    width: 100%;
    padding: 7px 0;
  }
}
.ticket__link {
  margin: 3.2vw auto;
}
@media (min-width: 768px) {
  .ticket__link {
    margin: 0 0 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (min-width: 1280px) {
  .ticket__link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ticket__link-btn {
  display: block;
  height: 13.3333333333vw;
  background: #EA5054;
  border-radius: 6.6666666667vw;
  color: #FFF;
  text-align: center;
  font-size: 4.8vw;
  line-height: 13.3333333333vw;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 5.3333333333vw;
  position: relative;
  border: 1px solid #EA5054;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .ticket__link-btn {
    width: 304px;
    max-width: 48%;
    height: 54px;
    line-height: 50px;
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .ticket__link-btn {
    max-width: 304px;
    font-size: 18px;
    height: 64px;
    line-height: 60px;
  }
}
.ticket__link-btn:hover {
  opacity: 0.5;
}
.ticket__link-btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 4.6666666667vw;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .ticket__link-btn::after {
    width: 10px;
    height: 10px;
    right: 10px;
  }
}
.ticket__link-caption {
  font-size: 3.2vw;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-align: center;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .ticket__link-caption {
    font-size: 16px;
    text-align: left;
    margin-bottom: 15px;
  }
}
.ticket__foot {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .ticket__foot {
    margin-top: 6px;
  }
}

.event {
  padding: 10.6666666667vw 0;
  background: url(./images/event_bg_sp.jpg) repeat-y;
  background-size: cover;
  position: relative;
}
@media (min-width: 768px) {
  .event {
    padding: 80px 0;
  }
}
.event .container {
  padding: 0 5.3333333333vw;
}
@media (min-width: 768px) {
  .event .container {
    padding: 0;
  }
}
.event__title {
  text-align: center;
  font-size: 5.3333333333vw;
  line-height: 1.175;
  margin: 3.3333333333vw auto;
  letter-spacing: 0.16em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (min-width: 768px) {
  .event__title {
    font-size: 24px;
    margin: 20px 0;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
}
@media (min-width: 1280px) {
  .event__title {
    font-size: 24px;
    letter-spacing: 0.04em;
  }
}
.event__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #000;
  height: 16vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4.2666666667vw;
}
@media (min-width: 768px) {
  .event__box {
    font-size: 16px;
    height: 80px;
  }
}
.event__box.-wide {
  height: 24vw;
}
@media (min-width: 768px) {
  .event__box.-wide {
    height: auto;
    padding: 10px 0;
  }
}
@media (min-width: 1280px) {
  .event__box.-wide {
    max-height: 130px;
  }
}
.event__sub-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 79%;
}
.event__sub-box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event__note {
  font-size: 3.2vw;
  text-align: center;
  background: #808080;
  color: #FFF;
  line-height: 1.1;
  padding: 0.6666666667vw 7.3333333333vw;
  margin-left: 4.6666666667vw;
  font-weight: 500;
}
@media (min-width: 768px) {
  .event__note {
    font-size: 16px;
    padding: 15px;
    margin-left: 20px;
    font-size: 18px;
  }
}
.event__note-nomal {
  text-align: left;
  padding: 0.6666666667vw;
  margin-left: 2vw;
  font-size: 3.4666666667vw;
}
@media (min-width: 768px) {
  .event__note-nomal {
    font-size: 16px;
    margin-left: 10px;
  }
}
.event__info {
  border-top: 1px solid #000;
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 768px) {
  .event__info {
    font-size: 20px;
    margin-bottom: 80px;
  }
}
.event__info-tit {
  width: 21%;
  letter-spacing: 1em;
}
@media (min-width: 768px) {
  .event__info-tit {
    font-size: 16px;
    text-align: center;
  }
}
.event__card {
  margin-top: 10.6666666667vw;
}
@media (min-width: 768px) {
  .event__card {
    margin: 50px 40px 0;
    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;
  }
}
@media (min-width: 1280px) {
  .event__card {
    margin: 50px auto 0;
  }
}
@media (min-width: 768px) {
  .event__card-image {
    display: block;
    margin: auto;
  }
}
@media (min-width: 1280px) {
  .event__card-image {
    padding: 0;
    max-width: 450px;
  }
}
@media (min-width: 768px) {
  .event__card-item {
    width: 48%;
    max-width: 450px;
  }
}
@media (min-width: 1280px) {
  .event__card-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .event__card-item:first-child .event__title {
    font-size: 23px;
  }
}
.event__card-item._none {
  display: none;
}
@media (min-width: 768px) {
  .event__desc {
    font-size: 20px;
  }
}
.event__desc-free {
  width: 15.3333333333vw;
  height: 7.4666666667vw;
  line-height: 7.2vw;
  background: #E7373C;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  color: #FFF;
  letter-spacing: 0.5em;
  font-weight: 600;
  padding-left: 0.5em;
  margin-right: 3.7333333333vw;
  font-size: 3.8666666667vw;
}
@media (min-width: 768px) {
  .event__desc-free {
    width: 74px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    font-weight: 400;
    margin-right: 20px;
  }
}
.event__desc.-sub {
  font-size: 2.9333333333vw;
}
@media (min-width: 768px) {
  .event__desc.-sub {
    font-size: 15px;
  }
}
.event .pc-none {
  display: block;
}
@media (min-width: 768px) {
  .event .pc-none {
    display: block;
  }
}
@media (min-width: 1280px) {
  .event .pc-none {
    display: none;
  }
}

.news {
  padding: 10.6666666667vw 0;
}
@media (min-width: 768px) {
  .news {
    padding: 80px 40px;
  }
}
@media (min-width: 1280px) {
  .news {
    padding: 80px 0;
  }
}
.news .container {
  padding: 0 5.3333333333vw;
}
@media (min-width: 768px) {
  .news .container {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.news__insta {
  background-color: #FFF000;
  width: 100%;
  height: 60.2666666667vw;
  margin: 21.3333333333vw auto 0;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .news__insta {
    margin: 40px 0 0 auto;
    width: 61%;
    height: 37.037037037vw;
    max-height: 402px;
  }
}
@media (min-width: 1280px) {
  .news__insta {
    height: 39.3700787402vw;
  }
}
.news__insta::before {
  display: block;
  content: "";
  background: url(./images/news_ig_img_sp.png) no-repeat;
  background-size: contain;
  width: 47.3333333333vw;
  height: 20.4vw;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -18.6666666667vw;
  z-index: 2;
}
@media (min-width: 768px) {
  .news__insta::before {
    background: url(./images/news_ig_img.png) no-repeat;
    background-size: contain;
    width: 25vw;
    height: 13.515625vw;
    max-width: 320px;
    max-height: 173px;
    left: auto;
    right: 0;
    top: -12.890625vw;
  }
}
@media (min-width: 1280px) {
  .news__insta::before {
    left: auto;
    right: 0;
    top: -165px;
  }
}
.news__insta-feed {
  height: 60vw;
  overflow: scroll;
}
@media (min-width: 768px) {
  .news__insta-feed {
    height: calc(100% - 10px);
  }
}
.news__contest {
  position: relative;
  margin-top: 4.6666666667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .news__contest {
    display: block;
    margin-top: -125px;
    width: 32.265625vw;
    max-width: 346px;
  }
}
@media (min-width: 1280px) {
  .news__contest {
    width: 36%;
    margin-top: -110px;
    max-width: 100%;
  }
}
.news__contest-link {
  display: block;
  width: 100%;
  margin: auto;
  position: relative;
}
.news__contest-link::before {
  display: block;
  content: "";
  background: url(./images/news_bg_sp.png) no-repeat;
  background-size: contain;
  width: 89.3333333333vw;
  height: 44.2666666667vw;
  position: absolute;
  top: -14.6666666667vw;
}
@media (min-width: 768px) {
  .news__contest-link::before {
    display: none;
  }
}
.news__contest:hover {
  opacity: 0.7;
}

.map-sche {
  padding: 10.6666666667vw 0 0;
  background: url(./images/map_bg_sp.jpg) repeat-y;
  background-size: cover;
  position: relative;
}
@media (min-width: 768px) {
  .map-sche {
    padding: 80px 0 0;
    background: url(./images/map_bg.jpg) no-repeat;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .map-sche::after {
    content: "";
    display: block;
    background: url(./images/map_foot_img.png) no-repeat;
    background-size: contain;
    margin: -47px auto;
    width: 1060px;
    max-width: 100%;
    height: 140px;
    bottom: 0;
    background-position: bottom;
  }
}
@media (min-width: 1280px) {
  .map-sche::after {
    max-width: none;
  }
}
.map-sche .container {
  padding: 0 5.3333333333vw;
}
@media (min-width: 768px) {
  .map-sche .container {
    padding: 0;
  }
}
.map-sche__contents {
  margin: 7.3333333333vw auto 0;
  position: relative;
}
@media (min-width: 768px) {
  .map-sche__contents {
    margin: 58px auto 0;
    max-width: 90%;
  }
}
@media (min-width: 1280px) {
  .map-sche__contents {
    max-width: none;
  }
}
.map-sche__contents:after {
  display: block;
  content: "";
  background: url(./images/map_foot_img_sp.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 17.8666666667vw;
  margin-top: -10vw;
  z-index: 2;
  position: relative;
}
@media (min-width: 768px) {
  .map-sche__contents:after {
    display: none;
  }
}
.map-sche__contents picture {
  display: block;
}
@media (min-width: 768px) {
  .map-sche__contents picture:first-child {
    margin: 0 auto 80px;
  }
}
.map-sche__btn {
  position: relative;
  display: block;
  width: 89.3333333333vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 4;
  margin: 2vw -2.6666666667vw 0 auto;
}
.map-sche__btn:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .map-sche__btn {
    width: 37.3333333333vw;
    max-width: 357px;
    position: absolute;
    bottom: -20px;
    left: 8%;
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .map-sche__btn {
    width: 357px;
    bottom: -20px;
    left: 110px;
  }
}
.map-sche__btn picture {
  margin: 0 !important;
}

.access {
  padding: 10.6666666667vw 0;
  position: relative;
}
@media (min-width: 768px) {
  .access {
    padding: 130px 0 0;
  }
}
.access .container {
  padding: 0 5.3333333333vw;
  margin-top: 8.6666666667vw;
  max-width: 980px;
}
@media (min-width: 768px) {
  .access .container {
    padding: 0 40px;
    margin: 40px auto;
  }
}
@media (min-width: 1280px) {
  .access .container {
    padding: 0;
    margin: 40px auto 0;
  }
}
.access__list {
  position: relative;
}
@media (min-width: 768px) {
  .access__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.access__list-title {
  background-color: #EA5054;
  font-weight: 600;
  font-size: 4.2666666667vw;
  color: #FFF;
  height: 8vw;
  line-height: 8vw;
  border-radius: 4vw;
  text-align: center;
  margin-bottom: 3.3333333333vw;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .access__list-title {
    width: 200px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    border-radius: 19px;
    margin-right: 40px;
    margin-bottom: 25px;
  }
}
.access__list-title ._space {
  letter-spacing: 0.6em;
}
.access__list .center {
  text-align: center;
}
@media (min-width: 768px) {
  .access__list .center {
    text-align: left;
  }
}
.access__list-sub-tit {
  color: #EA5054;
  font-weight: 600;
  font-size: 4.2666666667vw;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .access__list-sub-tit {
    font-size: 22px;
  }
}
.access__list-text {
  font-size: 3.2vw;
  margin-bottom: 2.6666666667vw;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .access__list-text {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.access__list-caption {
  color: #EA5054;
  font-size: 3.2vw;
  margin-top: 4.6666666667vw;
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 768px) {
  .access__list-caption {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .access__list._second {
    margin-bottom: 30px;
  }
}
.access__list._second::before {
  display: block;
  content: "";
  background: url(./images/access_bus.png) no-repeat;
  background-size: contain;
  width: 33.6vw;
  height: 32.5333333333vw;
  position: absolute;
  top: 2.6666666667vw;
  right: 0;
}
@media (min-width: 768px) {
  .access__list._second::before {
    width: 21.875vw;
    height: 21.875vw;
    bottom: 30px;
    top: auto;
  }
}
@media (min-width: 1280px) {
  .access__list._second::before {
    width: 334px;
    height: 322px;
    top: -76px;
  }
}
.access__list._second::after {
  display: block;
  content: "";
  background: url(./images/access_dog_img.png) no-repeat;
  background-size: contain;
  width: 22.6666666667vw;
  height: 20.4vw;
  position: absolute;
  top: 35.6vw;
  right: 2.6666666667vw;
}
@media (min-width: 768px) {
  .access__list._second::after {
    width: 170px;
    height: 153px;
    top: 130px;
    right: auto;
    left: 20px;
  }
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 53.3333333333vw;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
@media (min-width: 768px) {
  .gmap {
    margin: 0 auto;
    padding-bottom: 320px;
  }
}

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

.presented .container {
  padding: 0 5.3333333333vw;
}
.presented__text {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 4vw;
  letter-spacing: 0.14em;
  text-align: center;
  font-weight: 400;
  margin-bottom: 2vw;
}
@media (min-width: 768px) {
  .presented__text {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.presented__logo {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .presented__logo {
    width: 600px;
  }
}

.insta__bnr {
  width: 100%;
  display: block;
  margin: 10.6666666667vw auto;
}
@media (min-width: 768px) {
  .insta__bnr {
    width: 592px;
    margin: 80px auto;
  }
}

@media (min-width: 768px) {
  .contents-wrap {
    width: 80%;
    margin: auto;
  }
}
@media (min-width: 1280px) {
  .contents-wrap {
    max-width: 980px;
  }
}

footer {
  background-color: #000;
  display: block;
  height: 5.3333333333vw;
}
@media (min-width: 768px) {
  footer {
    height: 40px;
    padding: 0;
  }
}
footer .copyright {
  color: #FFF;
  font-size: 1.3333333333vw;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 5.3333333333vw;
}
@media (min-width: 768px) {
  footer .copyright {
    line-height: 40px;
    font-size: 12px;
  }
}

.container {
  max-width: 980px;
  margin: auto;
}
@media (min-width: 768px) {
  .container {
    padding: 0;
  }
}

.news__insta-feed {
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}

.news__insta-feed::-webkit-scrollbar {
  display: none;
}

@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top-animate {
  -webkit-animation: 1.8s fuwafuwa infinite;
          animation: 1.8s fuwafuwa infinite;
}

.office {
  font-size: 3.2vw;
  line-height: 1.83;
  letter-spacing: 0;
  max-width: 600px;
  margin: 10.6666666667vw auto;
  text-align: justify;
  padding: 0 4.6666666667vw;
}
@media (min-width: 768px) {
  .office {
    font-size: 12px;
    margin: 80px auto;
    letter-spacing: 0.06em;
    padding: 0;
  }
}

.qa {
  padding: 10.6666666667vw 0;
  background: url(./images/qa_bg_sp.jpg) repeat-y;
  background-size: cover;
  background-position: center;
  background-repeat: repeat-y;
  position: relative;
}
@media (min-width: 768px) {
  .qa {
    padding: 80px 0;
    background: url(./images/qa_bg.jpg) no-repeat;
    background-size: cover;
  }
}
.qa .container {
  padding: 0 5.3333333333vw;
}
@media (min-width: 768px) {
  .qa .container {
    padding: 0;
  }
}

.qa {
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*アコーディオンで現れるエリア*/
}
.qa .accordion-area {
  list-style: none;
  width: 100%;
  max-width: 980px;
  margin: 10.6666666667vw auto 0;
}
@media (min-width: 768px) {
  .qa .accordion-area {
    margin: 25px auto 0;
  }
}
.qa .accordion-area li {
  margin: 2.6666666667vw 0;
}
@media (min-width: 768px) {
  .qa .accordion-area li {
    margin: 20px 0;
  }
}
.qa .accordion-area section {
  border: 1px solid #ccc;
  background: #FFF;
}
.qa .accordion-title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  color: #EA5054;
  font-weight: 600;
  padding: 2.4vw 2.4vw 2.4vw 9.3333333333vw;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  .qa .accordion-title {
    padding: 20px 20px 20px 60px;
  }
}
.qa .accordion-title .accordion-question {
  position: relative;
  font-size: 4.2666666667vw;
}
@media (min-width: 768px) {
  .qa .accordion-title .accordion-question {
    font-size: 22px;
  }
}
.qa .accordion-title .accordion-question::before {
  content: "";
  display: inline-block;
  background: url(./images/qa_question.png) no-repeat;
  background-size: contain;
  position: absolute;
  width: 5.6vw;
  height: 5.6vw;
  left: -6.6666666667vw;
  top: 0.9333333333vw;
}
@media (min-width: 768px) {
  .qa .accordion-title .accordion-question::before {
    width: 30px;
    height: 30px;
    left: -40px;
    top: 5px;
  }
}
.qa .accordion-title::before,
.qa .accordion-title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  background-color: #333;
}
.qa .accordion-title::before {
  top: 48%;
  right: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}
.qa .accordion-title::after {
  top: 48%;
  right: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.qa .accordion-title.close::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.qa .accordion-box {
  display: none;
  /*はじめは非表示*/
  padding: 2.4vw 2.4vw 2.4vw 9.3333333333vw;
  position: relative;
}
@media (min-width: 768px) {
  .qa .accordion-box {
    padding: 0 20px 20px 60px;
  }
}
.qa .accordion-anser {
  font-size: 3.2vw;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .qa .accordion-anser {
    font-size: 18px;
  }
}
.qa .accordion-anser::before {
  content: "";
  display: inline-block;
  background: url(./images/qa_anser.png) no-repeat;
  background-size: contain;
  position: absolute;
  width: 5.6vw;
  height: 5.6vw;
  left: 2.6666666667vw;
}
@media (min-width: 768px) {
  .qa .accordion-anser::before {
    width: 30px;
    height: 30px;
    left: 20px;
  }
}

.event__accordion-box {
  display: none;
}
.event__accordion-title {
  background: #EA5054;
  margin: auto;
  display: block;
  color: #FFF;
  text-align: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 13.4666666667vw;
  border-radius: 13.4666666667vw;
  line-height: 13.4666666667vw;
  font-size: 4.8vw;
}
@media (min-width: 768px) {
  .event__accordion-title {
    font-size: 18px;
    width: 304px;
    height: 64px;
    line-height: 64px;
    border-radius: 64px;
  }
}
.event__accordion-title:hover {
  opacity: 0.7;
}
.event__accordion-title::after {
  content: "";
  display: block;
  position: absolute;
  background: url(./images/event_arrow.png) no-repeat;
  background-size: contain;
  width: 4vw;
  height: 2vw;
  right: 4vw;
  top: 6.4vw;
}
@media (min-width: 768px) {
  .event__accordion-title::after {
    right: 20px;
    top: 30px;
    width: 14px;
    height: 7px;
  }
}
/*# sourceMappingURL=maps/style.css.map */
