@charset "UTF-8";
/*--------------------------------------------
  Foundation
--------------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?fsx2ee");
  src: url("../fonts/icomoon.eot?fsx2ee#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?fsx2ee") format("truetype"), url("../fonts/icomoon.woff?fsx2ee") format("woff"), url("../fonts/icomoon.svg?fsx2ee#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

img {
  vertical-align: top;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
}

ul li,
ol li {
  list-style-type: none;
}

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

/*--------------------------------------------
  BASE
--------------------------------------------*/
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 1280.9px) {
  html {
    font-size: 0.9vw;
  }
}
@media (max-width: 767.9px) {
  html {
    font-size: 1.5vw;
  }
}
@media (max-width: 575.9px) {
  html {
    font-size: 2vw;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #242424;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

@media (max-width: 991.9px) {
  body {
    font-size: 1.4rem;
  }
}
* {
  overflow-wrap: break-word;
  word-break: break-all;
}

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

main,
picture {
  display: block;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

table {
  width: 100%;
}

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

a[href=""] {
  pointer-events: none;
}

@media (min-width: 992px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (min-width: 992px) {
  a {
    transition: all 0.4s 0s;
  }
}
button {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

@media (min-width: 992px) {
  button {
    transition: all 0.4s 0s;
  }
}
svg {
  width: 1em;
  height: 1em;
  fill: #242424;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  vertical-align: top;
}

input,
textarea {
  -webkit-appearance: none;
}

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=datetime],
[type=date],
[type=month],
[type=week],
[type=time],
[type=datetime-local],
[type=number],
[type=range],
[type=color],
[type=file],
select,
textarea {
  width: 100%;
  font-size: 1.4rem;
  padding: 1em;
  background-color: transparent;
  border: 1px solid #ddd;
  outline: none;
  line-height: 1.3;
}

select {
  padding-right: 1.3em;
}

select option {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, "Yu Gothic Medium", "Yu Gothic", Verdana, arial, sans-serif;
}

.is-ios select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

textarea {
  min-height: 12.5em;
}

@media (max-width: 767.9px) {
  textarea {
    min-height: 10em;
  }
}
/*!------------------------------------*\
    slideout
\*!------------------------------------*/
@media (max-width: 991.9px) {
  .slideout-open,
  .slideout-open body {
    overflow: hidden;
  }
  .slideout-menu {
    z-index: 101;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
  }
  .slideout-menu::before {
    content: "";
    display: block;
    position: absolute;
    top: -6em;
    left: 0;
    right: 0;
    bottom: -6em;
    background-color: #ffffff;
    z-index: -1;
  }
  .slideout-open .slideout-menu {
    opacity: 1;
    pointer-events: auto;
  }
  .slideout-menu .scroll-inner {
    position: relative;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .slideout-menu .menu-inner {
    padding: 8em 3vw 10em;
  }
}
.slideout-panel {
  display: none;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.2);
  will-change: transform;
  transform: translateX(0) !important;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}

.slideout-open .slideout-panel {
  z-index: 100;
  opacity: 1;
  pointer-events: auto;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.slideout-hamburger {
  display: block;
  width: 4.5em;
  height: 100%;
  padding: 2em 1em;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  cursor: pointer;
}

.hamburger-icon {
  position: relative;
  display: block;
}

.hamburger-icon,
.hamburger-icon::before,
.hamburger-icon::after {
  width: 100%;
  height: 2px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #ffffff;
}

.hamburger-icon::before,
.hamburger-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.7em;
  left: 0;
}

.hamburger-icon::after {
  top: 0.7em;
}

.slideout-open .hamburger-icon {
  background-color: transparent;
}

.slideout-open .hamburger-icon::before,
.slideout-open .hamburger-icon::after {
  top: 0;
}

.slideout-open .hamburger-icon::before {
  transform: rotate(45deg);
}

.slideout-open .hamburger-icon::after {
  transform: rotate(-45deg);
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*--------------------------------------------
  footer
--------------------------------------------*/
.l-footer {
  background: linear-gradient(45deg, dodgerblue 0%, transparent 70%), linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.4) 70%), #1e90ff;
  animation: bgGradation 18s infinite;
  padding: 1.2rem 2rem;
}
@keyframes bgGradation {
  0%, 100% {
    background-color: #1e90ff;
  }
  25% {
    background-color: #39d24a;
  }
  50% {
    background-color: #ffe244;
  }
  75% {
    background-color: #ff36a3;
  }
}
.l-footer__copyright {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}

@media (max-width: 767.9px) {
  .l-footer__copyright {
    font-size: 1.8rem;
  }
}
@media (max-width: 575.9px) {
  .l-footer__copyright {
    line-height: 1.3;
  }
}
/*--------------------------------------------
  header main
--------------------------------------------*/
.l-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.8);
  transition: 0.4s;
}

.l-header.is-fixed .l-header__inner {
  padding-top: 5px;
  padding-bottom: 5px;
}

.l-header__inner {
  padding: 2rem 3vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.4s;
}

.l-header__logo {
  margin-left: 9.6rem;
}

.l-header__logo img {
  max-width: 186px;
}

.l-header__navi ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.l-header__navItem {
  text-align: center;
}

.l-header__navItem a {
  display: block;
  line-height: 1;
}

.l-header__navItem a .en {
  font-size: 1.8rem;
  font-weight: 700;
}

.l-header__navItem a .ja {
  color: #666666;
  margin-top: 0.8rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.l-header__navItem a.u-pe_none {
  opacity: 0.3;
}

@media (min-width: 992px) {
  .l-header__navItem a:hover {
    opacity: 0.7;
  }
}
.l-header__navItem:not(:first-child) {
  margin-left: 5.8rem;
}

.l-header__hamburger {
  width: 6rem;
  height: 6rem;
  z-index: 115;
}

.l-header__hamburger span {
  position: absolute;
  width: 60%;
  height: 2px;
  background: #242424;
  left: 20%;
  top: calc(50% - 1px);
  transition: all 0.4s;
}

.l-header__hamburger span:before,
.l-header__hamburger span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  background: #242424;
  transition: inherit;
}

.l-header__hamburger span:before {
  transform: translateY(-0.75em);
}

.l-header__hamburger span:after {
  transform: translateY(0.75em);
}

.l-header__hamburger.is-active {
  background: transparent;
}

.l-header__hamburger.is-active span {
  background: transparent;
}

.l-header__hamburger.is-active span:before {
  transform: rotate(45deg);
  background: #242424;
}

.l-header__hamburger.is-active span:after {
  transform: rotate(-45deg);
  background: #242424;
}

@media (max-width: 1699.9px) {
  .l-header__logo {
    margin-left: 0;
  }
}
@media (max-width: 1599.9px) {
  .l-header__navItem:not(:first-child) {
    margin-left: 3rem;
  }
}
@media (max-width: 1399.9px) {
  .l-header__navItem a .en {
    font-size: 1.2vw;
  }
  .l-header__navItem a .ja {
    font-size: 1vw;
  }
}
@media (max-width: 991.9px) {
  .l-header.is-active .l-header__navi {
    opacity: 1;
    visibility: visible;
  }
  .l-header.is-fixed .l-header__inner {
    padding: 5px 5vw;
  }
  .l-header__inner {
    padding: 5px 5vw;
  }
  .l-header__navi {
    z-index: 101;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: auto;
    height: 100vh;
    padding: 5rem 3vw;
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    visibility: hidden;
    background: rgba(255, 255, 255, 0.97);
  }
  .l-header__navi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .l-header__navi .logo {
    text-align: center;
    margin-bottom: 5rem;
  }
  .l-header__navi .logo img {
    max-width: 200px;
  }
  .l-header__navItem {
    width: 48%;
    border-bottom: 1px solid #ddd;
  }
  .l-header__navItem a {
    padding-bottom: 4rem;
  }
  .l-header__navItem a .en {
    font-size: 2.5rem;
  }
  .l-header__navItem a .ja {
    font-size: 2.4rem;
    margin-top: 1.2rem;
  }
  .l-header__navItem:not(:first-child) {
    margin-left: 0;
  }
  .l-header__navItem:nth-child(n+3) {
    margin-top: 4rem;
  }
}
@media (max-width: 575.9px) {
  .l-header__logo img {
    max-width: 130px;
  }
  .l-header__navi ul {
    max-width: 100%;
  }
  .l-header__navi .logo {
    width: 40%;
    margin: 0 auto 5rem;
  }
  .l-header__navi .logo img {
    max-width: 100%;
  }
  .l-header__navItem:nth-child(n+3) {
    margin-top: 2rem;
  }
  .l-header__navItem a {
    padding-bottom: 2rem;
  }
  .l-header__navItem a .ja {
    font-size: 1.6rem;
  }
  .l-header__navItem a .en {
    font-size: 1.8rem;
  }
}
/*--------------------------------------------
  inertia box
--------------------------------------------*/
/*--------------------------------------------
  content main
--------------------------------------------*/
.l-container {
  overflow: hidden;
}

.l-content {
  padding: 10rem 0;
}

@media (max-width: 991.9px) {
  .l-content {
    padding: 9rem 0;
  }
}
/*--------------------------------------------
  Object
--------------------------------------------*/
/*--------------------------------------------
  button wrap
--------------------------------------------*/
.c-btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 3em;
}

.c-btn_wrap.-mgt_lg {
  margin-top: 5em;
}

.c-btn_wrap.-col > * + * {
  margin-left: 2em;
}

@media (max-width: 991.9px) {
  .c-btn_wrap {
    margin-top: 2.5em;
  }
  .c-btn_wrap.-mgt_lg {
    margin-top: 3em;
  }
}
@media (max-width: 767.9px) {
  .c-btn_wrap.-col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .c-btn_wrap.-col > * + * {
    margin-top: 1.5em;
    margin-left: 0;
  }
}
/*--------------------------------------------
  button
--------------------------------------------*/
.c-btn_grad {
  color: #fff;
  border-radius: 0;
  background-image: linear-gradient(90deg, #2af598 0%, #009efd 100%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: block;
  max-width: 35rem;
  width: 35rem;
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  padding: 1rem;
  position: relative;
}

.c-btn_grad:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: -1em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #ffffff;
  transition: 0.3s;
}

.c-btn_grad:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1em;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  transition: 0.3s;
}

@media (min-width: 992px) {
  .c-btn_grad:hover {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  }
  .c-btn_grad:hover:before,
  .c-btn_grad:hover:after {
    right: -0.5em;
  }
}
.c-btn_grad.-center {
  margin: 0 auto;
}

@media (max-width: 575.9px) {
  .c-btn_grad {
    font-size: 2rem;
  }
}
/*--------------------------------------------
  button lg
--------------------------------------------*/
.c-btn_lg {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 16rem;
  padding: 1em;
  padding-right: 4em;
  background-color: #225179;
  font-size: 3rem;
  color: #ffffff;
  line-height: 1.3;
}

.c-btn_lg::before {
  content: "";
  transform: scale(0.7);
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eab7";
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 2.8em;
  height: 2.8em;
  padding-left: 0.1em;
  background-color: #225179;
  border-radius: 50%;
  border: 1px solid #ffffff;
  color: #ffffff;
}

@media (min-width: 992px) {
  .c-btn_lg::before {
    transition: all 0.4s 0s;
  }
}
.c-btn_lg:hover::before {
  background-color: #ffffff;
  color: #225179;
}

@media (max-width: 991.9px) {
  .c-btn_lg {
    min-height: 10rem;
    padding: 0.8em;
    font-size: 2rem;
  }
}
@media (max-width: 767.9px) {
  .c-btn_lg {
    min-height: 8rem;
    font-size: 1.8rem;
  }
}
/*============================================

  FORM

============================================*/
.c-form__sheet > tbody > tr {
  border-bottom: solid 1px #e6e6e6;
}

.c-form__sheet > tbody > tr > th,
.c-form__sheet > tbody > tr > td {
  text-align: left;
  line-height: 1.5;
  padding: 1.5em;
  vertical-align: top;
}

.c-form__sheet > tbody > tr > th {
  width: 25%;
}

.c-form__sheet > tbody > tr > td {
  width: 75%;
}

@media (max-width: 991.9px) {
  .c-form__sheet > tbody > tr > th,
  .c-form__sheet > tbody > tr > td {
    padding: 1em;
  }
}
@media (max-width: 767.9px) {
  .c-form__sheet > tbody > tr {
    display: block;
    padding-bottom: 1.125em;
  }
  .c-form__sheet > tbody > tr > th,
  .c-form__sheet > tbody > tr > td {
    display: block;
    padding: 1em;
  }
  .c-form__sheet > tbody > tr > th {
    width: 100%;
    font-size: 1.125em;
    padding-bottom: 0;
  }
  .c-form__sheet > tbody > tr > td {
    width: 100%;
  }
  .c-form__sheet > tbody > tr:nth-last-child(n+2) {
    margin-bottom: 1.125em;
  }
}
@media (max-width: 575.9px) {
  .c-form__sheet > tbody > tr > th {
    padding: 0;
  }
  .c-form__sheet > tbody > tr > td {
    padding: 1em 0 0 0;
  }
}
.c-form__ttl {
  display: inline-block;
  padding-right: 0.75em;
  font-weight: inherit;
}

.c-form__ttl.-required {
  position: relative;
}

.c-form__ttl.-required:after {
  position: absolute;
  content: "*";
  right: 0;
  top: 0;
  font-size: 1.125em;
  color: #ee9108;
}

.c-form__row > .c-form__field {
  display: flex;
  align-items: center;
}

.c-form__row > .c-form__field > .c-form__subttl {
  margin-right: 1em;
  display: inline-block;
  width: 22%;
}

@media (max-width: 991.9px) {
  .c-form__row > .c-form__field > .c-form__subttl {
    width: 25%;
  }
}
@media (max-width: 767.9px) {
  .c-form__row > .c-form__field {
    display: block;
  }
  .c-form__row > .c-form__field > .c-form__subttl {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.c-form__rowgroup th,
.c-form__rowgroup td {
  padding-bottom: 0.75em;
}

.c-form__rowgroup th {
  white-space: nowrap;
  font-weight: 400;
  padding-right: 2em;
}

.c-form__field:nth-child(n+2) {
  margin-top: 1em;
}

.c-form__field label.error {
  display: block;
  color: #c11;
  font-size: 0.875em;
  margin-top: 0.5em;
}

.c-form__field.-pe_none label {
  pointer-events: none;
}

.c-form__field.-pe_none label input {
  pointer-events: none;
}

.c-form__field.-radio li:nth-child(n+2),
.c-form__field.-check li:nth-child(n+2) {
  margin-top: 0.5em;
}

.c-form__error {
  color: #c11;
  font-size: 0.875em;
  margin-top: 0.5em;
}

.c-form__notes {
  position: relative;
  margin-top: 0.5em;
  font-size: 0.875em;
  opacity: 0.75;
  padding-left: 1em;
}

.c-form__notes:before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}

.c-form__input.-text,
.c-form__input.-textarea {
  display: inline-block;
  vertical-align: middle;
  padding: 0.75em;
  border: solid 1px #ddd;
}

.c-form__input.-text.-short,
.c-form__input.-textarea.-short {
  width: 40%;
}

.c-form__input.-text.-middle,
.c-form__input.-textarea.-middle {
  width: 60%;
}

.c-form__input.-text.-long,
.c-form__input.-textarea.-long {
  width: 80%;
}

.c-form__input.-text.-half,
.c-form__input.-textarea.-half {
  width: calc((100% - 2em) / 2);
}

.c-form__input.-text.-half:nth-child(n+2),
.c-form__input.-textarea.-half:nth-child(n+2) {
  margin-left: 1em;
}

.c-form__input.-text.-full,
.c-form__input.-textarea.-full {
  width: 100%;
}

@media (max-width: 767.9px) {
  .c-form__input.-text.-short,
  .c-form__input.-textarea.-short {
    width: 50%;
  }
  .c-form__input.-text.-middle,
  .c-form__input.-textarea.-middle {
    width: 100%;
  }
  .c-form__input.-text.-long,
  .c-form__input.-textarea.-long {
    width: 100%;
  }
}
.c-form__input.-textarea {
  min-height: 10.5em;
  line-height: 1.5;
}

.c-form__select {
  background: #f5f5f5;
  display: inline-block;
  max-width: 100%;
  padding: 1em 1.25em;
  line-height: 1;
}

.c-form__check + *,
.c-form__radio + * {
  position: relative;
  display: inline-block;
  padding: 0.25em 0 0.25em 2.25em;
  line-height: 1;
}

.c-form__radio + *:before,
.c-form__radio + *:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #ffffff;
  border: solid 1px #ddd;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

.c-form__radio + *:after {
  transform: scale(0.4);
  visibility: hidden;
}

.c-form__radio:checked + *:after {
  visibility: visible;
}

.c-form__check + *:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  background: #f5f5f5;
  border: solid 1px #ddd;
}

.c-form__check + *:after {
  position: absolute;
  content: "";
  left: 0;
  width: 1em;
  height: 0.65em;
  transform: rotate(-45deg) translate(0, 50%);
  top: 0;
  border-left: solid 3px #225179;
  border-bottom: solid 3px #225179;
  visibility: hidden;
}

.c-form__check:checked + *:after {
  visibility: visible;
}

.c-form__agreement {
  text-align: center;
  margin-top: 3em;
}

.c-form__agreement a {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .c-form__agreement a:hover {
    text-decoration: none;
  }
}
.c-form__agreement .error {
  color: #c11;
}

.c-form__privacy {
  margin-bottom: 1.5rem;
  border: solid 1px #ddd;
  padding: 3rem;
  overflow-y: scroll;
  max-height: 22em;
  margin-top: 1.5em;
}

.c-form__privacyList {
  margin-top: 2rem;
}

.c-form__privacyList dt {
  margin-top: 1.5em;
}

.c-form__privacyList dt:before {
  content: "●";
  margin-right: 0.25em;
}

.c-form__privacyList dd {
  margin-top: 0.5em;
}

.c-form__privacyList dd ul {
  padding-left: 2em;
  margin-top: 0.5em;
}

.c-form__privacyList dd ul li {
  list-style: disc;
}

.c-form__privacyGa a {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .c-form__privacyGa a:hover {
    opacity: 0.7;
  }
}
.c-form__checkBox {
  text-align: center;
}

.c-form__btnwrap {
  margin-top: 3rem;
  text-align: center;
}

@media (min-width: 768px) {
  .c-form__btnwrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.c-form__btn {
  cursor: pointer;
  display: block;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 1.25em 1em;
  text-align: center;
  border: solid 1px #225179;
  background: #225179;
  transition: all 0.4s 0s;
}

.c-form__btn.-back {
  background: #aaa;
  border-color: #aaa;
}

@media (min-width: 992px) {
  .c-form__btn:hover {
    background: #fff;
    color: #225179;
  }
  .c-form__btn.-back:hover {
    background: #fff;
    color: #aaa;
  }
}
@media (min-width: 768px) {
  .c-form__btn {
    width: 280px;
  }
  .c-form__btn:nth-child(n+2) {
    margin-left: 2em;
  }
}
@media (max-width: 767.9px) {
  .c-form__btn {
    width: 50%;
    margin: 0 auto;
  }
  .c-form__btn:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
@media (max-width: 575.9px) {
  .c-form__btn {
    width: 100%;
  }
}
.c-form.-confirm .c-form__notes {
  display: none;
}

.c-form.-confirm .c-form__error {
  display: none;
}

.c-form.-confirm .c-form__agreement {
  display: none;
}

.c-form.-confirm .lead {
  text-align: center;
  margin-bottom: 2em;
}

.c-form.-thanks {
  text-align: center;
}

.c-form.-thanks p {
  margin-bottom: 1.5em;
  line-height: 2.5;
}

/*--------------------------------------------
  sup border
--------------------------------------------*/
.c-ttl_main {
  text-align: center;
  margin-bottom: 7rem;
}

.c-ttl_main__sub {
  font-weight: 100;
  font-size: 3rem;
  line-height: 1;
  margin-top: 2.6rem;
}

.c-ttl_main__sub.-white {
  color: #fff;
}

@media (max-width: 991.9px) {
  .c-ttl_main__main img {
    height: 5vw;
  }
  .c-ttl_main__sub {
    font-size: 2.6rem;
  }
}
@media (max-width: 767.9px) {
  .c-ttl_main {
    margin-bottom: 5rem;
  }
  .c-ttl_main__main img {
    height: 6.5vw;
  }
  .c-ttl_main__sub {
    font-size: 2.2rem;
  }
}
@media (max-width: 575.9px) {
  .c-ttl_main__main img {
    height: 8vw;
  }
  .c-ttl_main__sub {
    font-size: 2.2rem;
    margin-top: 1.6rem;
  }
}
.c-ttl_bd {
  font-weight: 400;
  font-size: 3rem;
  line-height: 1;
  color: #586166;
  text-align: center;
  border-bottom: 1px solid #8a8a8a;
  padding-bottom: 2rem;
}

@media (max-width: 767.9px) {
  .c-ttl_bd {
    font-size: 2.5rem;
  }
}
.c-ttl_circle {
  font-weight: 700;
  font-size: 3rem;
  color: #586166;
  line-height: 1;
  margin-bottom: 2rem;
}

.c-ttl_circle:before {
  content: "・";
  font-size: 3rem;
  color: #aee0e7;
  font-weight: 700;
  display: inline-block;
  margin-right: 0.15em;
}

@media (max-width: 767.9px) {
  .c-ttl_circle {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.3;
  }
  .c-ttl_circle:before {
    font-size: 2.5rem;
  }
}
/*--------------------------------------------
  editor
--------------------------------------------*/
/*--------------------------------------------
  inner
--------------------------------------------*/
.c-inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3vw;
  padding-right: 3vw;
}

@media (min-width: 992px) {
  .c-inner {
    max-width: calc(1720px + 6vw);
  }
  .c-inner.-full {
    max-width: 100%;
  }
}
@media (max-width: 991.9px) {
  .c-inner {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .c-inner.-pd0_tb {
    padding-left: 0;
    padding-right: 0;
  }
}
/*--------------------------------------------
  box padding
--------------------------------------------*/
@media (min-width: 992px) {
  .c-boxpd {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
  }
  .c-boxpd_xs {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .c-boxpd_sm {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
@media (max-width: 991.9px) {
  .c-boxpd {
    padding-top: 4.25em;
    padding-bottom: 4.25em;
  }
  .c-boxpd_xs {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .c-boxpd_sm {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}
/*--------------------------------------------
  iframe responsive
--------------------------------------------*/
.c-iframe {
  position: relative;
  padding-top: 52.5%;
  height: 0;
  overflow: hidden;
}

.c-iframe.-youtube {
  padding-top: 56.25%;
}

.c-iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 767.9px) {
  .c-iframe {
    padding-top: 65%;
  }
}
/*--------------------------------------------
  logo
--------------------------------------------*/
.c-logo {
  display: block;
  max-width: 100%;
  height: auto;
}

.c-logo _:-ms-lang(x)::-ms-backdrop,
.c-logo {
  height: 6rem;
}

@media (max-width: 991.9px) {
  .c-logo {
    width: 23rem;
  }
  .c-logo _:-ms-lang(x)::-ms-backdrop,
  .c-logo {
    height: 5rem;
  }
}
@media (max-width: 767.9px) {
  .c-logo {
    width: 21rem;
  }
}
/*--------------------------------------------
  object-fit
--------------------------------------------*/
.c-ofi {
  position: relative;
  padding-top: 60%;
  backface-visibility: hidden;
}

.c-ofi__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}

.c-ofi__img.-top {
  -o-object-position: center top;
  object-position: center top;
  font-family: "object-fit: cover; object-position: center top;";
}

.c-ofi__img.-left {
  -o-object-position: left center;
  object-position: left center;
  font-family: "object-fit: cover; object-position: left center;";
}

.c-ofi__img.-right {
  -o-object-position: right center;
  object-position: right center;
  font-family: "object-fit: cover; object-position: right center;";
}

.c-ofi__img.-bottom {
  -o-object-position: center bottom;
  object-position: center bottom;
  font-family: "object-fit: cover; object-position: center bottom;";
}

.c-ofi__img.-contain {
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain; object-position: center center;";
}

/*--------------------------------------------
  panel
--------------------------------------------*/
.p-panel_contact {
  padding: 3.5rem 0 3rem;
  background: #225179;
  position: relative;
}

.p-panel_contact__inner {
  position: relative;
}

.p-panel_contact__ttl {
  line-height: 1;
}

.p-panel_contact__ttl .main {
  font-size: 5.3rem;
  color: #fff;
  font-weight: 500;
}

.p-panel_contact__ttl .sub {
  font-size: 2rem;
  color: #225179;
  background: #fff;
  display: inline-block;
  padding: 1.1rem 2.5rem;
  margin-top: 1.8rem;
  font-weight: 600;
}

.p-panel_contact__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
}

.p-panel_contact__tel {
  display: flex;
  align-items: center;
}

.p-panel_contact__telCircle {
  background: #ff4a78;
  width: 11.6rem;
  height: 11.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
  line-height: 1.5;
  text-align: center;
}

.p-panel_contact__telNumber {
  margin-left: 1rem;
  line-height: 1;
}

.p-panel_contact__telNumber .txt {
  font-size: 1.9rem;
  color: #fff;
  font-weight: 600;
}

.p-panel_contact__telNumber .num {
  font-size: 4.3rem;
  color: #ee9108;
  margin: 1rem 0;
  font-weight: 800;
}

.p-panel_contact__mail {
  position: relative;
  margin-right: 3rem;
  border-radius: 18px;
  background: #ee9108;
}

.p-panel_contact__mail a {
  display: block;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  padding: 1.2rem 2rem 1rem;
  color: #fff;
  line-height: 1.4;
  position: relative;
  font-size: 2.5rem;
  font-weight: 600;
}

.p-panel_contact__mail a:before {
  content: "";
  width: 54px;
  height: 34px;
  position: absolute;
  top: 10px;
  right: 15px;
  background: url(../img/index/icon_mail.svg) no-repeat center/contain;
}

@media (min-width: 992px) {
  .p-panel_contact__mail a:hover {
    opacity: 0.7;
    box-shadow: none;
  }
}
.p-panel_contact__img {
  position: absolute;
  right: -11rem;
  top: -13.5rem;
}

@media (min-width: 992px) and (max-width: 1280.9px) {
  .p-panel_contact__img {
    right: -15rem;
    top: -13.5rem;
  }
  .p-panel_contact__mail {
    width: 280px;
  }
}
@media (max-width: 991.9px) {
  .p-panel_contact__ttl .main {
    font-size: 5vw;
  }
  .p-panel_contact__wrap {
    display: block;
  }
  .p-panel_contact__img {
    width: 50%;
    right: -8rem;
  }
  .p-panel_contact__mail {
    margin-top: 2rem;
  }
  .p-panel_contact__mail a {
    padding: 2rem;
  }
  .p-panel_contact__mail a:before {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767.9px) {
  .p-panel_contact__ttl .sub {
    font-size: 1.8rem;
  }
  .p-panel_contact__telCircle {
    width: 10rem;
    height: 10rem;
    font-size: 1.9rem;
  }
  .p-panel_contact__telNumber .num {
    font-size: 3.3rem;
  }
  .p-panel_contact__img {
    top: -8rem;
  }
}
@media (max-width: 575.9px) {
  .p-panel_contact__ttl .main {
    font-size: 2.5rem;
  }
  .p-panel_contact__ttl .sub {
    line-height: 1.3;
    text-align: center;
    display: block;
  }
  .p-panel_contact__telCircle {
    width: 8rem;
    height: 8rem;
    font-size: 1.4rem;
  }
  .p-panel_contact__telNumber .num {
    font-size: 2.5rem;
  }
  .p-panel_contact__telNumber .txt {
    font-size: 1.4rem;
  }
  .p-panel_contact__mail {
    margin-right: 0;
    border-radius: 10px;
    text-align: center;
  }
  .p-panel_contact__mail a {
    font-size: 1.6rem;
  }
  .p-panel_contact__mail a:before {
    display: none;
  }
  .p-panel_contact__mail a span {
    padding-right: 3.5rem;
    position: relative;
  }
  .p-panel_contact__mail a span:before {
    content: "";
    width: 25px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: url(../img/index/icon_mail.svg) no-repeat center/contain;
  }
  .p-panel_contact__img {
    right: -4rem;
  }
}
.c-deco_circle {
  position: absolute;
  z-index: -1;
  backface-visibility: hidden;
  overflow: visible;
  border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  animation: round_anime 5s linear infinite;
  transform: translateZ(0);
  filter: blur(16px);
  will-change: filter;
}

.c-deco_circle.-yellow {
  width: 27.8vw;
  height: 25.7vw;
  background: rgba(255, 232, 91, 0.35);
}

@media (max-width: 767.9px) {
  .c-deco_circle.-yellow {
    width: 35vw;
    height: 35vw;
  }
}
.c-deco_circle.-green {
  width: 30.7vw;
  height: 33.5vw;
  background: rgba(142, 197, 74, 0.35);
}

@media (max-width: 767.9px) {
  .c-deco_circle.-green {
    width: 35vw;
    height: 35vw;
  }
}
.c-deco_circle.-red {
  width: 29.6vw;
  height: 34.8vw;
  background: rgba(233, 84, 107, 0.35);
}

.c-deco_circle.-blue {
  width: 35vw;
  height: 34vw;
  background: rgba(93, 194, 208, 0.35);
}
@keyframes round_anime {
  0% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
  25% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  50% {
    border-radius: 70% 30% 30% 70%/50% 70% 30% 50%;
  }
  75% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  100% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
}
.c-animation__fadeIn {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s linear, visibility 0.7s linear, transform 0.9s ease-out;
  transform: translateY(20px) skewY(2deg);
}

.c-animation__fadeIn.is-fadeIn {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.c-animation__fadeIn.-delay03 {
  transition-delay: 0.3s;
}

.c-animation__fadeIn.-delay06 {
  transition-delay: 0.6s;
}

.c-animation__fadeIn.-delay09 {
  transition-delay: 0.9s;
}

.c-animation__fadeIn.-delay12 {
  transition-delay: 1.2s;
}

/*--------------------------------------------
  index
--------------------------------------------*/
.p-index {
  padding-bottom: 20rem;
}

@media (max-width: 767.9px) {
  .p-index {
    padding-bottom: 8rem;
  }
}
.p-index_txtbox {
  margin: 40px auto;
  padding: 20rem;
  border: 1px solid #333;
}

.p-index_txtbox {
  margin: 40px auto;
  padding: 20px;
  border: 1px solid #999;
}

@media (max-width: 767.9px) {
  .hidden-sp {
    display: none;
  }
}
.p-index_old2023 {
  width: min(100%, 360px);
  margin: 0px auto 60px;
}

@media (max-width: 767.9px) {
  .p-index_old2023 {
    width: min(100%, 360px);
  }
}
.p-index_oldbtnwrap {
  width: min(100%, 832px);
  margin: 0 auto 60px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-index_old2023 {
  margin: 0;
}

.bnrbox2025 {
  justify-content: center;
}

.bnrbox2025 p:nth-child(1) {
  margin-right: 40px;
}

.bnrbox2025 p:nth-child(3) {
  padding-top: 30px;
}

@media (max-width: 767.9px) {
  .p-index_oldbtnwrap {
    justify-content: center;
  }
  .p-index_old2023:nth-child(1) {
    margin-bottom: 20px;
  }
  .bnrbox2025:nth-child(1) {
    margin-right: 0px;
  }
  .bnrbox2025 p:nth-child(2) {
    margin-bottom: 20px;
  }
  .bnrbox2025 p:nth-child(1) {
    margin-right: 0px;
  }
  .bnrbox2025 p:nth-child(3) {
    padding-top: 0px;
  }
}
.p-index_old2023 a {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 20px;
  background: linear-gradient(45deg, dodgerblue 0%, transparent 70%), linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.4) 70%), #1e90ff;
  animation: bgGradation 18s infinite;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  transition: 0.4s opacity ease;
}

@media (max-width: 767.9px) {
  .p-index_old2023 a {
    padding: 12px;
  }
}
.p-index_old2023 a:hover {
  opacity: 0.7;
}

.p-index_ttl {
  text-align: center;
}

.p-index_ttl__sub {
  font-weight: 100;
  font-size: 3rem;
  line-height: 1;
  margin-top: 2.6rem;
}

.p-index_ttl__sub.-white {
  color: #fff;
}

@media (max-width: 991.9px) {
  .p-index_ttl__main img {
    height: 5vw;
  }
  .p-index_ttl__sub {
    font-size: 2.6rem;
  }
}
@media (max-width: 767.9px) {
  .p-index_ttl__main img {
    height: 6.5vw;
  }
  .p-index_ttl__sub {
    font-size: 2.2rem;
  }
}
@media (max-width: 575.9px) {
  .p-index_ttl__main img {
    height: 8vw;
  }
  .p-index_ttl__sub {
    font-size: 2.2rem;
    margin-top: 1.6rem;
  }
}
.p-index_desc {
  text-align: center;
}

.spring2025 {
  padding-bottom: 4rem;
}

.p-index_kv {
  text-align: center;
  position: relative;
}

@media screen and (min-height: 720px) {
  .p-index_kv {
    height: 100vh;
  }
  .p-index_kv.p-index_kv2025 {
    height: auto;
  }
  .spring2025 .p-index_kv {
    height: auto;
    margin-bottom: 5rem;
    padding-top: 8rem;
  }
}
.p-index_kv__inner {
  padding: 13.5rem 3vw 10.5rem;
  /*height: 100%;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-index_kv__logo img {
  max-width: 851px;
  height: 40vh;
}

.spring2025 .p-index_kv__logo img {
  max-width: 1105px;
  width: 100%;
  height: auto;
}

@media screen and (min-height: 801px) and (min-width: 768px) {
  .p-index_kv__logo img {
    height: 35vh;
  }
}
@media screen and (min-height: 650px) and (max-height: 800px) {
  .p-index_kv__logo img {
    height: 30vh;
  }
}
.p-index_kv__catch {
  margin-top: 5vh;
  margin-bottom: 4vh;
}

.p-index_kv__catch .ttl .item:nth-child(1) img {
  height: 6vh;
}

@media screen and (min-height: 801px) {
  .p-index_kv__catch .ttl .item:nth-child(1) img {
    height: 4.5vh;
  }
}
@media screen and (min-height: 801px) and (min-width: 768px) {
  .p-index_kv__catch .ttl .item:nth-child(1) img {
    height: 4vh;
  }
}
@media screen and (min-height: 650px) and (max-height: 800px) {
  .p-index_kv__catch .ttl .item:nth-child(1) img {
    height: 4.2vh;
  }
}
.p-index_kv__catch .ttl .item:nth-child(2) {
  margin-top: 3rem;
}

.p-index_kv__catch .ttl .item:nth-child(2) img {
  height: 6vh;
}

@media screen and (min-height: 801px) {
  .p-index_kv__catch .ttl .item:nth-child(2) img {
    height: 4.8vh;
  }
}
@media screen and (min-height: 801px) and (min-width: 768px) {
  .p-index_kv__catch .ttl .item:nth-child(2) img {
    height: 4.3vh;
  }
}
@media screen and (min-height: 650px) and (max-height: 800px) {
  .p-index_kv__catch .ttl .item:nth-child(2) img {
    height: 4.5vh;
  }
}
.p-index_kv__catch .txt {
  margin-top: 4vh;
  color: #586166;
  line-height: 1.77;
  font-size: 1.6rem;
}

@media screen and (min-height: 720px) and (max-height: 800px) {
  .p-index_kv__catch .txt {
    font-size: 1.4rem;
  }
}
.p-index_kv__scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-index_kv__scrollTxt {
  display: inline-block;
  right: 40px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 5.5rem;
  overflow: hidden;
  color: #586166;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
}

.p-index_kv__scrollTxt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 5rem;
  background: #586166;
  animation: scroll-down 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes scroll-down {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media (max-width: 991.9px) {
  .p-index_kv__catch .item img {
    height: 4.5vw;
  }
  .p-index_kv__catch .txt {
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) and (max-width: 1280.9px) {
  .p-index_kv__logo img {
    max-width: 100%;
  }
}
@media (max-width: 767.9px) {
  .p-index_kv {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .p-index_kv__logo img {
    max-width: 100%;
  }
}
@media (max-width: 575.9px) {
  .p-index_kv__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15rem 5vw;
  }
  .spring2025 .p-index_kv__inner {
    padding: 15rem 0vw;
  }
  .p-index_kv2025 .p-index_kv__inner {
    padding: 15rem 5vw 5rem;
  }
  .p-index_kv__catch {
    /*margin-top: 5rem;*/
    margin-top: 0rem;
  }
  .p-index_kv__catch .item img {
    height: 5.5vw !important;
  }
  .p-index_kv__catch .txt {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
.p-index_artist {
  padding-top: 8.5rem;
  padding-bottom: 11rem;
  background: radial-gradient(circle at bottom, #ffffff, transparent 80%), linear-gradient(to top, dodgerblue 0%, transparent 70%), linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4) 70%), #1e90ff;
  animation: bgGradation 15s infinite;
  position: relative;
  z-index: 0;
}

.p-index_artist2025 .p-index_ttl {
  margin-bottom: 7rem;
}

@keyframes bgGradation {
  0%, 100% {
    background-color: #1e90ff;
  }
  25% {
    background-color: #39d24a;
  }
  50% {
    background-color: #ffe244;
  }
  75% {
    background-color: #ff36a3;
  }
}
.p-index_artist:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/index/bg_kirakira.png);
  animation: bgKirakira 40s infinite linear;
  z-index: -1;
}
@keyframes bgKirakira {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0px -1676px;
  }
}
.p-index_artist__wrap {
  margin-top: 6.4rem;
}

.p-index_artist__item {
  width: 23.3875%;
  text-align: center;
}

.p-index_artist__item:not(:nth-child(4n)) {
  margin-right: 2.15%;
}

.p-index_artist__item:nth-child(n+5) {
  margin-top: 5rem;
}

.p-index_artist__item.-col2 {
  margin-right: 1.072%;
  margin-left: 1.072%;
}

@media (min-width: 992px) {
  .p-index_artist__item a:hover .p-index_artist__img {
    box-shadow: none;
  }
}
.p-index_artist__img {
  background: rgba(255, 255, 255, 0.375);
  box-shadow: 0 0.75rem 2rem 0 rgba(0, 0, 0, 0.1);
  padding-top: 61.97%;
  position: relative;
  transition: 0.4s;
}

.p-index_artist__img .img_artist {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: auto;
}

.p-index_artist__img .icon_new {
  position: absolute;
  width: 30%;
  max-width: 115px;
  left: 5px;
  top: 0;
  transform: translateY(-50%);
}

.p-index_artist__ttl {
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  font-weight: 100;
  margin-top: 2rem;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.p-index_artist__txt {
  text-align: center;
}

.p-index_artist__txt.-andmore {
  margin-top: 9.6rem;
}

.p-index_artist__txt.-txt {
  margin-top: 6.8rem;
  padding-bottom: 50px;
  position: relative;
}

.p-index_artist__txt.-txt:before {
  content: "";
  width: 100%;
  height: 50px;
  background: url(../img/index/deco_txt_under.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-index_artist__bnr {
  text-align: center;
}

.p-index_artist__btnWrap {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}

.p-index_artist__btn {
  margin: 0 4rem;
}

@media (max-width: 1399.9px) {
  .p-index_artist__ttl {
    font-size: 2.1vw;
  }
}
@media (max-width: 991.9px) {
  .p-index_artist__wrap {
    padding: 0;
  }
  .p-index_artist__item {
    width: 31.9%;
  }
  .p-index_artist__item:nth-child(n+4) {
    margin-top: 4rem;
  }
  .p-index_artist__item:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .p-index_artist__item:not(:nth-child(3n)) {
    margin-right: 2.15%;
  }
  .p-index_artist__txt.-andmore img {
    height: 4.5vw;
  }
  .p-index_artist__txt.-txt img {
    height: 6.5vw;
  }
}
@media (max-width: 767.9px) {
  .p-index_artist__wrap {
    margin-top: 5rem;
    justify-content: space-between;
  }
  .p-index_artist__item {
    width: 48.5%;
  }
  .p-index_artist__item:nth-child(n+3) {
    margin-top: 4rem;
  }
  .p-index_artist__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .p-index_artist__item.-col2 {
    margin-right: 0;
    margin-left: 0;
  }
  .p-index_artist__ttl {
    font-size: 2.5rem;
  }
  .p-index_artist__btnWrap {
    display: block;
  }
  .p-index_artist__btn {
    margin: 0 0 30px;
  }
  .p-index_artist__btn:not(:first-child) {
    margin-top: 3rem;
  }
}
@media (max-width: 575.9px) {
  .p-index_artist__ttl {
    font-size: 2rem;
  }
  .p-index_artist__txt.-andmore {
    margin-top: 5rem;
  }
  .p-index_artist__txt.-andmore img {
    height: 6.5vw;
  }
  .p-index_artist__txt.-txt {
    margin-top: 3.5rem;
  }
  .p-index_artist__txt.-txt img {
    height: auto;
  }
}
.p-index_news {
  padding-top: 8.3rem;
  padding-bottom: 11.4rem;
  background: url(../img/index/bg_news.png) repeat center;
}

.p-index_news__ticket {
  margin-top: 3rem;
  text-align: center;
}

.p-index_news__ticket a {
  display: inline-block;
}

@media (min-width: 992px) {
  .p-index_news__ticket a:hover {
    opacity: 0.7;
  }
}
.p-index_news__ticket .item:not(:first-child) {
  margin-top: 3rem;
}

.p-index_news__ticket .item > .inner {
  width: min(100%, 1105px);
  margin-inline: auto;
}

.p-index_news__wrap {
  margin-top: 5.4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 848px;
  margin-left: auto;
  margin-right: auto;
}

.p-index_news__cnt {
  width: 58%;
  max-width: 848px;
  background: #fff;
  padding: 4.5rem 2rem 4.5rem 3rem;
  min-height: 567px;
}

.p-index_news__cnt .inner {
  max-height: calc(567px - 9rem);
  overflow: auto;
}

.p-index_news__article {
  padding-bottom: 1.5rem;
}

.p-index_news__article:not(:first-child) {
  padding-top: 2.7rem;
  border-top: 1px dashed #f3f3f3;
}

.p-index_news__date {
  line-height: 1;
  font-weight: 700;
}

.p-index_news__ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  text-decoration: underline;
  margin-top: 1.5rem;
}

.p-index_news__ttl.no_link {
  text-decoration: none;
}

.p-index_news__twitter {
  width: 40%;
  overflow: auto;
}

@media (max-width: 991.9px) {
  .p-index_news__cnt {
    width: 48.75%;
  }
  .p-index_news__twitter {
    width: 48.75%;
  }
}
@media (max-width: 767.9px) {
  .p-index_news__wrap {
    display: block;
  }
  .p-index_news__cnt {
    width: 100%;
    padding: 3.5rem;
    min-height: auto;
  }
  .p-index_news__twitter {
    width: 100%;
    margin-top: 3rem;
    height: 400px;
  }
}
@media (max-width: 575.9px) {
  .p-index_news__date {
    font-size: 1.6rem;
  }
}
.p-index_ticket {
  padding-top: 8rem;
  padding-bottom: 7.7rem;
}

.p-index_ticket__wrap {
  display: flex;
  justify-content: center;
  margin-top: 7rem;
}

.p-index_ticket__item {
  margin: 0 1rem;
}

.p-index_ticket__info {
  max-width: 960px;
  margin: 10rem auto 0;
}

.p-index_ticket__info .item:not(:first-child) {
  margin-top: 7rem;
}

.p-index_ticket__info .attention {
  color: red;
  font-weight: 700;
  text-align: center;
  margin-top: 1.5rem;
}

.p-index_ticket__info .desc {
  font-weight: 700;
  font-size: 2.5rem;
  color: #586166;
  margin-top: 3rem;
}

.p-index_ticket__info .desc + .list {
  margin-top: 2rem;
}

.p-index_ticket__info .ttl {
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.4;
  color: #586166;
  text-align: center;
  border-bottom: 1px solid #8a8a8a;
  padding-bottom: 2rem;
}

.p-index_ticket__info .list {
  margin-top: 5rem;
}

.p-index_ticket__info .list > li:not(:first-child) {
  margin-top: 4rem;
}

.p-index_ticket__info .list ul > li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.85em;
}

.p-index_ticket__info .list_ttl {
  font-weight: 700;
  font-size: 3rem;
  color: #586166;
  line-height: 1;
  margin-bottom: 2rem;
}

.p-index_ticket__info .list_ttl:before {
  content: "・";
  font-size: 3rem;
  color: #aee0e7;
  font-weight: 700;
  display: inline-block;
  margin-right: 0.15em;
}

.p-index_ticket__info .txt_link {
  color: #1a0dab;
  word-break: break-all;
  font-size: 2rem;
}

@media (min-width: 992px) {
  .p-index_ticket__info .txt_link:hover {
    text-decoration: underline;
  }
}
.p-index_ticket__info .note {
  background: #efefef;
  padding: 3rem;
  margin-top: 5.5rem;
}

.p-index_ticket__info .note li {
  text-indent: -1em;
  padding-left: 1em;
}

@media (max-width: 767.9px) {
  .p-index_ticket__wrap {
    flex-direction: column;
    margin-top: 5rem;
  }
  .p-index_ticket__item {
    margin: 0;
  }
  .p-index_ticket__item:not(:first-child) {
    margin-top: 4rem;
  }
  .p-index_ticket__info {
    margin-top: 5rem;
  }
  .p-index_ticket__info .ttl {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .p-index_ticket__info .list {
    margin-top: 3rem;
  }
  .p-index_ticket__info .list > li:not(:first-child) {
    margin-top: 2.5rem;
  }
  .p-index_ticket__info .list ul > li {
    font-size: inherit;
  }
  .p-index_ticket__info .list_ttl {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.4;
    padding-left: 1em;
    text-indent: -0.5em;
  }
  .p-index_ticket__info .list_ttl:before {
    font-size: 2.5rem;
  }
  .p-index_ticket__info .txt_link {
    font-size: 1.8rem;
  }
  .p-index_ticket__info .note {
    margin-top: 3rem;
  }
  .p-index_ticket__info .desc {
    font-size: 2rem;
  }
}
@media (max-width: 575.9px) {
  .p-index_ticket__info .note {
    padding: 2rem;
  }
  .p-index_ticket__info .desc {
    font-size: 1.8rem;
  }
}
@media (max-width: 991.9px) {
  .p-index_ticket__info2025 {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.p-index_floor {
  padding-top: 7.7rem;
  padding-bottom: 7rem;
}

.p-index_floor__txt {
  text-align: center;
  color: #586166;
  line-height: 1.77;
  margin-top: 4.7rem;
  font-size: 1.8rem;
}

.p-index_floor__wrap {
  margin-top: 5.5rem;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-index_floor__item {
  padding: 7.5rem 2rem;
  text-align: center;
  color: #fff;
  margin-top: 10rem;
}

.p-index_floor__item.-hondanomori {
  background: #8ec54a;
  width: 100%;
  margin-top: 0;
}

.p-index_floor__item.-eighthall {
  background: #5cc2cf;
  width: 48.44%;
}

.p-index_floor__item.-goldcreek {
  background: #ffe33b;
  width: 48.44%;
}

.p-index_floor__ttl {
  line-height: 1;
  font-size: 4rem;
  margin-bottom: 3.7rem;
  font-weight: 500;
}

.p-index_floor__address {
  line-height: 1.3;
  margin-bottom: 1.7rem;
  font-size: 2rem;
}

.p-index_floor__site {
  line-height: 1;
  font-size: 1.7rem;
}

.p-index_floor__site a {
  display: inline-block;
  color: #fff;
  padding-right: 2.2rem;
  position: relative;
}

.p-index_floor__site a:before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 0.2em;
  right: 0;
  background: url(../img/index/icon_exlink.svg) no-repeat center/0.8em 0.8em;
}

@media (min-width: 992px) {
  .p-index_floor__site a:hover {
    opacity: 0.7;
  }
}
.p-index_floor__seat {
  margin-top: 3.5rem;
}

@media (max-width: 767.9px) {
  .p-index_floor__item {
    padding: 4.5rem 2rem;
    margin-top: 4rem;
  }
  .p-index_floor__item.-eighthall,
  .p-index_floor__item.-goldcreek {
    width: 100%;
  }
  .p-index_floor__ttl {
    font-size: 3rem;
    margin-bottom: 2.5rem;
  }
}
.p-index_deco {
  padding-top: 10rem;
}

.p-index_deco__item {
  color: #fff;
  line-height: 1;
  font-weight: 900;
  transition: 1s ease-in-out;
  white-space: nowrap;
  animation: loop-slide 20s infinite linear both;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.p-index_deco__item:nth-child(odd) {
  font-size: 15rem;
}

.p-index_deco__item:nth-child(even) {
  font-size: 20rem;
}

.p-index_deco__item.-yellow {
  text-shadow: 1px 0 0 #ffe33f, 0 1px 0 #ffe33f, -1px 0 0 #ffe33f, 0 -1px 0 #ffe33f;
  line-height: 0.8;
  animation-delay: 1s;
}

.p-index_deco__item.-blue {
  text-shadow: 1px 0 0 #5dc2d0, 0 1px 0 #5dc2d0, -1px 0 0 #5dc2d0, 0 -1px 0 #5dc2d0;
  animation-direction: reverse;
  animation-duration: 18s;
}

.p-index_deco__item.-pink {
  text-shadow: 1px 0 0 #e9546b, 0 1px 0 #e9546b, -1px 0 0 #e9546b, 0 -1px 0 #e9546b;
  animation-delay: 2s;
  animation-duration: 25s;
}

.p-index_deco__item.-green {
  text-shadow: 1px 0 0 #8ec54a, 0 1px 0 #8ec54a, -1px 0 0 #8ec54a, 0 -1px 0 #8ec54a;
  animation-direction: reverse;
  animation-delay: 3s;
  animation-duration: 15s;
}

.p-index_deco__item span {
  letter-spacing: 0.08em;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media (max-width: 767.9px) {
  .p-index_deco__item:nth-child(even) {
    font-size: 14rem;
  }
  .p-index_deco__item:nth-child(odd) {
    font-size: 10rem;
  }
}
.p-index_support {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.p-index_support__wrap {
  margin-top: 14rem;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
}

.p-index_support__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 2rem;
}

.p-index_support__item:not(:first-child) {
  margin-top: 12rem;
}

.p-index_support__item dt {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
  width: 100%;
  text-align: center;
  margin-bottom: 1.4rem;
}

.p-index_support__item dd {
  line-height: 1.25;
  font-size: 3.6rem;
  font-weight: 300;
  text-align: center;
  width: 100%;
  margin: 0 14.9px;
}

.p-index_support__item dd a.nolink {
  pointer-events: none;
}

.p-index_support__item dd a.nolink:before {
  display: none;
}

@media (min-width: 992px) {
  .p-index_support__item dd a:hover {
    opacity: 0.7;
  }
}
.p-index_support__item.-col3 {
  justify-content: flex-start;
  justify-content: center;
}

.p-index_support__item.-col3 dd {
  width: 30.31%;
}

.p-index_support__item.-col3 dd.-top {
  width: 31%;
}

.p-index_support__item.-col3 dd.-col2 {
  width: 31%;
}

@media (max-width: 1699.9px) {
  .p-index_support__item dd {
    font-size: 2vw;
  }
}
@media (max-width: 991.9px) {
  .p-index_support__item dd {
    font-size: 2.8vw;
    margin: 0 10px;
    width: 47%;
  }
  .p-index_support__item dd a:before {
    bottom: 1.05rem;
  }
  .p-index_support__item.-col3 dd {
    width: 47%;
  }
  .p-index_support__item.-col3 dd.-top {
    width: 47%;
  }
  .p-index_support__item.-col3 dd.-col2 {
    width: 47%;
  }
}
@media (max-width: 767.9px) {
  .p-index_support__wrap {
    margin-top: 8rem;
  }
  .p-index_support__item:not(:first-child) {
    margin-top: 7rem;
  }
  .p-index_support__item dd {
    width: 46%;
  }
  .p-index_support__item dd a:before {
    width: 12px;
    height: 12px;
    bottom: 0.65rem;
  }
  .p-index_support__item dd.-long {
    width: 100%;
  }
  .p-index_support__item.-col3 dd {
    width: 46%;
    margin: 0 1%;
  }
  .p-index_support__item.-col3 dd.-top {
    width: 46%;
  }
}
@media (max-width: 575.9px) {
  .p-index_support__item dd {
    font-size: 2rem;
  }
  .p-index_support__item dd a:before {
    width: 0.7em;
    height: 0.7em;
    background-size: 0.7em 0.7em;
    bottom: 0.5rem;
  }
  .p-index_support__item.-col3 dd {
    font-size: 2rem;
  }
}
.p-index_access {
  padding-top: 13rem;
}

.p-index_access__desc {
  margin-top: 5rem;
  font-size: 1.125em;
}

.p-index_access__siteList {
  margin: 7rem auto 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  padding: 0 10rem;
}

.p-index_access__siteList li {
  width: calc((100% - 10rem) / 3);
  opacity: 0;
  animation-duration: 1.5s;
  transition: transform 0.5s linear;
  animation-fill-mode: both;
}

.p-index_access__siteList li.delay {
  transition-delay: 0.5s;
}

.p-index_access__siteList li.is-active {
  opacity: 1;
  transition: 0.8s;
  animation-name: imageBlur;
}

@media (min-width: 992px) {
  .p-index_access__siteList li a:hover {
    opacity: 0.7;
  }
}
.p-index_access__bus {
  padding-top: 13rem;
  padding-bottom: 12rem;
  position: relative;
  overflow: visible;
}

.p-index_access__bus:before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 120%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/index/img_bg_site.png) no-repeat center/cover;
}

.p-index_access__busBtn {
  margin-top: 4rem;
  text-align: center;
}

.p-index_access__busBtn picture {
  display: inline-block;
}

@media (min-width: 992px) {
  .p-index_access__busBtn a:hover {
    opacity: 0.7;
  }
}
.p-index_access__btn {
  margin-top: 5rem;
}

@media (max-width: 991.9px) {
  .p-index_access {
    padding-top: 8.5rem;
  }
  .p-index_access__bus {
    padding-top: 6rem;
    padding-bottom: 8.5rem;
  }
  .p-index_access__siteTtl img {
    width: 70%;
  }
  .p-index_access__siteList {
    padding: 0;
  }
  .p-index_access__siteList li {
    width: calc((100% - 6rem) / 3);
  }
  .p-index_access__busttl img {
    width: 50%;
  }
}
@media (max-width: 767.9px) {
  .p-index_access__siteList li {
    animation-duration: 1s;
  }
}
@media (max-width: 575.9px) {
  .p-index_access__siteList {
    margin-top: 3rem;
  }
  .p-index_access__siteList li {
    width: calc((100% - 4rem) / 3);
  }
  .p-index_access__desc {
    margin-top: 4rem;
  }
  .p-index_access__busBtn a {
    max-width: 80%;
    font-size: 2rem;
  }
}
/*animation*/
@keyframes imageBlur {
  from {
    opacity: 0;
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
/*============================================

  404

============================================*/
/*-------------------------------
  404 > COMMON
-------------------------------*/
.p-404 {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}

.p-404__head {
  text-align: center;
}

.p-404__ttl {
  font-size: 3rem;
  margin-bottom: 0.5em;
  font-weight: 400;
}

.p-404__txt {
  font-size: 2rem;
  line-height: 2;
  font-weight: 100;
}

.p-404__btn {
  text-align: center;
  margin-top: 8rem;
}

.p-404__btn a {
  border: solid 1px #586166;
  padding: 1em;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 575.9px) {
  .p-404__body {
    text-align: left;
  }
}
/*============================================

  CONTACT

============================================*/
/*-------------------------------
  CONTACT > COMMON
-------------------------------*/
.p-page_ticket {
  padding-top: 8rem;
  padding-bottom: 7.7rem;
}

.p-page_ticket__wrap {
  display: flex;
  justify-content: center;
  margin-top: 7rem;
}

.p-page_ticket__item {
  margin: 0 1rem;
}

.p-page_ticket__info {
  max-width: 960px;
  margin: 10rem auto 0;
}

.p-page_ticket__info .ttl {
  font-weight: 400;
  font-size: 3rem;
  line-height: 1;
  color: #586166;
  text-align: center;
  border-bottom: 1px solid #8a8a8a;
  padding-bottom: 2rem;
}

.p-page_ticket__info .list {
  margin-top: 5rem;
}

.p-page_ticket__info .list li:not(:first-child) {
  margin-top: 4rem;
}

.p-page_ticket__info .list_ttl {
  font-weight: 700;
  font-size: 3rem;
  color: #586166;
  line-height: 1;
  margin-bottom: 2rem;
}

.p-page_ticket__info .list_ttl:before {
  content: "・";
  font-size: 3rem;
  color: #aee0e7;
  font-weight: 700;
  display: inline-block;
  margin-right: 0.15em;
}

.p-page_ticket__info .txt_link {
  color: #1a0dab;
  word-break: break-all;
  font-size: 2rem;
}

@media (min-width: 992px) {
  .p-page_ticket__info .txt_link:hover {
    text-decoration: underline;
  }
}
.p-page_ticket__info .note {
  background: #efefef;
  padding: 3rem;
  margin-top: 5.5rem;
}

.p-page_ticket__info .note li {
  text-indent: -1em;
  padding-left: 1em;
}

@media (max-width: 767.9px) {
  .p-page_ticket__wrap {
    flex-direction: column;
    margin-top: 5rem;
  }
  .p-page_ticket__item {
    margin: 0;
  }
  .p-page_ticket__item:not(:first-child) {
    margin-top: 4rem;
  }
  .p-page_ticket__info {
    margin-top: 5rem;
  }
  .p-page_ticket__info .ttl {
    font-size: 2.5rem;
  }
  .p-page_ticket__info .list {
    margin-top: 3rem;
  }
  .p-page_ticket__info .list li:not(:first-child) {
    margin-top: 2.5rem;
  }
  .p-page_ticket__info .list_ttl {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .p-page_ticket__info .list_ttl:before {
    font-size: 2.5rem;
  }
  .p-page_ticket__info .txt_link {
    font-size: 1.8rem;
  }
  .p-page_ticket__info .note {
    margin-top: 3rem;
  }
}
@media (max-width: 575.9px) {
  .p-page_ticket__info .note {
    padding: 2rem;
  }
}
.p-page_access {
  padding-top: 8rem;
  padding-bottom: 7.7rem;
}

.p-page_access__inner {
  padding: 0 10rem;
}

@media (max-width: 1280.9px) {
  .p-page_access__inner {
    padding: 0 5vw;
  }
}
.p-access_map {
  margin-top: 8rem;
}

.p-access_map__wrap {
  position: relative;
  padding-top: 40%;
}

.p-access_map__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-access_map__btn {
  margin-top: 5rem;
}

.p-access_map__btn a {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  border: 1px solid #242424;
  padding: 1em 0;
  text-align: center;
}

@media (min-width: 992px) {
  .p-access_map__btn a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767.9px) {
  .p-access_map__wrap {
    padding-top: 80%;
  }
}
@media (max-width: 575.9px) {
  .p-access_map__btn a {
    font-size: 1.8rem;
  }
}
.p-access_site {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.p-access_site.column2 {
  margin-bottom: 30px;
}

.p-access_site__item {
  padding: 7.5rem 2rem;
  text-align: center;
  color: #fff;
  width: calc((100% - 6rem) / 3);
}

.column2 .p-access_site__item {
  padding: 3rem 2rem;
  text-align: center;
  color: #fff;
  width: 100%;
  color: #fff;
}

.column2 .p-access_site__item a {
  color: #fff;
}

.access2024 .p-access_site__item {
  padding: 3rem 2rem;
  text-align: center;
  color: #fff;
  width: calc((100% - 6rem) / 4);
  color: #fff;
}

.access2024 .p-access_site__item a {
  color: #fff;
}

.p-access_site__item.-hondanomori {
  background: #8ec54a;
}

.p-access_site__item.-eighthall {
  background: #5cc2cf;
}

.p-access_site__item.-goldcreek {
  background: #ffe33b;
}

.access2024 .p-access_site__item.-eighthall {
  background: #e8546b;
}

.access2024 .p-access_site__item.-kanazawaaz {
  background: #5dc1cf;
}

.access2024 .p-access_site__item.-dobble {
  background: #ee6cb1;
}

.access2024 .p-access_site__item.-goldcreek {
  background: #ffe33f;
}

.access2024 .p-access_site__address {
  margin-bottom: 3rem;
}

.column2 .p-access_site__item.-shiinoki {
  background: #b28247;
}

.column2 .p-access_site__item.-honda {
  background: #8cc34a;
}

.column2 .p-access_site__address {
  margin-bottom: 3rem;
}

.p-access_site__ttl {
  line-height: 1;
  font-size: 4rem;
  margin-bottom: 3.7rem;
  font-weight: 500;
}

.p-access_site__address {
  line-height: 1.3;
  margin-bottom: 1.7rem;
  font-size: 2rem;
}

.p-access_site__site {
  line-height: 1;
  font-size: 1.7rem;
}

.p-access_site__site a {
  display: inline-block;
  color: #fff;
  padding-right: 2.2rem;
  position: relative;
}

.p-access_site__site a:before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 0.2em;
  right: 0;
  background: url(../img/index/icon_exlink.svg) no-repeat center/0.8em 0.8em;
}

@media (min-width: 992px) {
  .p-access_site__site a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 992px) and (max-width: 1280.9px) {
  .p-access_site__ttl {
    font-size: 3.3rem;
  }
  .p-access_site__address {
    font-size: 1.6rem;
  }
  .p-access_site__site {
    font-size: 1.4rem;
  }
}
@media (max-width: 991.9px) {
  .p-access_site {
    flex-wrap: wrap;
  }
  .p-access_site__item {
    width: 100%;
    padding: 4rem 2rem;
  }
  .p-access_site__item:not(.-hondanomori) {
    margin-top: 3rem;
  }
  .p-access_site__item.-hondanomori {
    order: 1;
  }
  .p-access_site__item.-eighthall {
    order: 2;
  }
  .p-access_site__item.-goldcreek {
    order: 3;
  }
  .p-access_site__ttl {
    margin-bottom: 2.5rem;
    font-size: 3.5rem;
  }
  .column2 .p-access_site__item {
    width: 100%;
  }
  .access2024 .p-access_site__item {
    width: 100%;
  }
  .p-access_site.column2 {
    margin-bottom: 0px;
  }
}
@media (max-width: 767.9px) {
  .p-access_site__item {
    padding: 2.5rem 1.5rem;
  }
  .p-access_site__item:not(.-hondanomori) {
    margin-top: 1.5rem;
  }
  .p-access_site__ttl {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .p-access_site__address {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}
.p-access_bus {
  max-width: 960px;
  margin: 8rem auto 0;
}

.p-access_bus__wrap {
  margin-top: 5rem;
}

.p-access_bus__wrap + .c-ttl_bd {
  margin-top: 5rem;
}

.p-access_bus__item:not(:first-child) {
  margin-top: 4rem;
}

.p-access_bus__link {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .p-access_bus__link:hover {
    opacity: 0.7;
  }
}
.p-access_bus__bnr {
  margin-top: 3rem;
  text-align: center;
}

@media (min-width: 992px) {
  .p-access_bus__bnr a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767.9px) {
  .p-access_bus__wrap {
    margin-top: 3rem;
  }
}
@media (max-width: 575.9px) {
  .p-access_bus__txt {
    font-size: 1.8rem;
  }
}
.p-page_artist {
  padding-top: 8.5rem;
  padding-bottom: 11rem;
  position: relative;
  z-index: 0;
}

.p-page_artist__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10rem;
  padding: 0 8rem;
}

.p-page_artist__item {
  width: 22.6%;
  text-align: center;
  opacity: 1;
  transition: all 0.4s;
  margin: 0 1.2% 5rem;
}

.p-page_artist__item.-hide {
  display: none;
}

.p-page_artist__item.-col2 {
  margin-right: 1.072%;
  margin-left: 1.072%;
}

@media (min-width: 992px) {
  .p-page_artist__item a:hover .p-page_artist__img:before {
    animation: shine 0.75s;
  }
}
.p-page_artist__imgWrap {
  position: relative;
}

.p-page_artist .icon_new {
  position: absolute;
  width: 30%;
  max-width: 115px;
  left: 5px;
  top: 0;
  transform: translateY(-50%);
}

.p-page_artist__img {
  background: rgba(255, 255, 255, 0.375);
  box-shadow: 0 0.75rem 2rem 0 rgba(0, 0, 0, 0.1);
  padding-top: 61.97%;
  position: relative;
  transition: 0.4s;
  overflow: hidden;
}

.p-page_artist__img:before {
  content: "";
  position: absolute;
  left: -125%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: block;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.p-page_artist__img .img_artist {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: auto;
}

.p-page_artist__ttl {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 1.5rem;
}

.p-page_artist__ttl.-small {
  font-size: 1.4vw;
}

@media (max-width: 991.9px) {
  .p-page_artist__ttl.-small {
    font-size: 2.4vw;
  }
}
@media (max-width: 767.9px) {
  .p-page_artist__ttl.-small {
    font-size: 3.6vw;
  }
}
@media (max-width: 575.9px) {
  .p-page_artist__ttl.-small {
    font-size: 3.8vw;
  }
}
.p-page_artist__txt {
  text-align: center;
}

.p-page_artist__txt.-andmore {
  margin-top: 9.6rem;
}

.p-page_artist__txt.-txt {
  margin-top: 6.8rem;
  padding-bottom: 50px;
  position: relative;
}

.p-page_artist__txt.-txt:before {
  content: "";
  width: 100%;
  height: 50px;
  background: url(../img/index/deco_txt_under.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-page_artist__sort {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 9rem;
}

.p-page_artist__sort input[type=checkbox],
.p-page_artist__sort input[type=radio] {
  display: none;
}

.p-page_artist__sortBox {
  display: flex;
  width: 50%;
}

.p-page_artist__sortBox.-all {
  width: 15%;
}

.p-page_artist__sortBox.-date {
  width: 30%;
}

.p-page_artist__sortBox.-stage {
  width: 100%;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  position: relative;
}

.p-page_artist__sortBox + .sortBox {
  position: relative;
  margin-left: 5rem;
}

.p-page_artist__sortBox + .sortBox:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #e3e3e3;
  position: absolute;
  left: -2.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.p-page_artist__sortBox + .sortBox.-stage {
  margin-left: 0;
}

.p-page_artist__sortBox + .sortBox.-stage:before {
  width: 90%;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.p-page_artist__sortItem {
  display: inline-block;
  width: 100%;
  position: relative;
}

.p-page_artist__sortItem span {
  background: #d5d5d5;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
  padding: 3rem 0;
  border-radius: 1rem;
  cursor: pointer;
  font-size: 1.6rem;
  background-size: 200% auto;
  text-align: center;
  display: block;
  width: 100%;
  transition: 0.4s;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 8rem;
}

.p-page_artist__sortItem span:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
  opacity: 0;
  z-index: -1;
  border-radius: 1rem;
  background-size: 200% auto;
}

.p-page_artist__sortItem span.all:before {
  background-image: linear-gradient(90deg, #fa80d2, #fed757);
}

.p-page_artist__sortItem span.date01:before {
  background-image: linear-gradient(to right, #f6d365 0%, #fda085 51%, #f6d365 100%);
}

.p-page_artist__sortItem span.date02:before {
  background-image: linear-gradient(to right, #fbc2eb 0%, #a6c1ee 51%, #fbc2eb 100%);
}

.p-page_artist__sortItem span.hondanomori:before {
  background-image: linear-gradient(to right, #84fab0 0%, #8fd3f4 51%, #84fab0 100%);
}

.p-page_artist__sortItem span.eighthall:before {
  background-image: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 51%, #a1c4fd 100%);
}

.p-page_artist__sortItem span.goldcreek:before {
  background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 51%, #ffecd2 100%);
}

@media (min-width: 992px) {
  .p-page_artist__sortItem span:hover:before {
    opacity: 1;
  }
}
.p-page_artist__sortItem.btn_all {
  transition: 0.4s;
}

.p-page_artist__sortItem.btn_all span {
  background-image: linear-gradient(90deg, #fa80d2, #fed757);
}

.p-page_artist__sortItem.btn_all.off span {
  background: #d5d5d5;
}

.p-page_artist__sortItem:not(:first-child) {
  margin-left: 1rem;
}

.p-page_artist__sortItem input:checked + span.date01 {
  background-image: linear-gradient(to right, #f6d365 0%, #fda085 51%, #f6d365 100%);
}

.p-page_artist__sortItem input:checked + span.date02 {
  background-image: linear-gradient(to right, #fbc2eb 0%, #a6c1ee 51%, #fbc2eb 100%);
}

.p-page_artist__sortItem input:checked + span.hondanomori {
  background-image: linear-gradient(to right, #84fab0 0%, #8fd3f4 51%, #84fab0 100%);
}

.p-page_artist__sortItem input:checked + span.eighthall {
  background-image: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 51%, #a1c4fd 100%);
}

.p-page_artist__sortItem input:checked + span.goldcreek {
  background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 51%, #ffecd2 100%);
}

.p-page_artist__stageInfo {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
}

.p-page_artist__stageInfo .item {
  width: 48%;
}

@media (max-width: 1399.9px) {
  .p-page_artist__wrap {
    padding: 0 5rem;
  }
  .p-page_artist__sort {
    padding: 0 6rem;
  }
  .p-page_artist__sortBox:not(:first-child) {
    margin-left: 3rem;
  }
  .p-page_artist__sortBox + .sortBox:before {
    left: -1.5rem;
  }
  .p-page_artist__sortItem span {
    font-size: 1.4rem;
  }
  .p-page_artist__ttl {
    font-size: 1.9vw;
  }
}
@media (max-width: 1280.9px) {
  .p-page_artist__sortItem span {
    height: 6rem;
  }
}
@media (max-width: 991.9px) {
  .p-page_artist__wrap {
    padding: 0;
  }
  .p-page_artist__sort {
    padding: 0;
    flex-wrap: wrap;
  }
  .p-page_artist__sortBox.-all {
    width: 15%;
  }
  .p-page_artist__sortBox.-date {
    width: 30%;
  }
  .p-page_artist__sortBox.-stage {
    width: 100%;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    margin-left: 0 !important;
  }
  .p-page_artist__sortBox.-stage:before {
    width: 90%;
    height: 1px;
    top: 0;
    left: 50% !important;
    transform: translateX(-50%);
  }
  .p-page_artist__sortItem span {
    font-size: 1.4vw;
  }
  .p-page_artist__item {
    width: 30.5%;
    margin: 0 1.41% 5rem;
  }
  .p-page_artist__ttl {
    font-size: 2.8rem;
  }
  .p-page_artist__txt.-andmore img {
    height: 4.5vw;
  }
  .p-page_artist__txt.-txt img {
    height: 6.5vw;
  }
  .p-page_artist__searchform .label_wrap {
    justify-content: space-between;
  }
  .p-page_artist__searchform .label_date {
    width: 49%;
  }
  .p-page_artist__searchform .label_stage {
    width: 32%;
  }
  .p-page_artist__searchform label {
    margin: 0;
  }
  .p-page_artist__searchform label span {
    font-size: 1.4rem;
    padding: 1.5rem 1rem;
  }
  .p-page_artist__searchform .searchform_btn input {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.9px) {
  .p-page_artist {
    padding-bottom: 0;
  }
  .p-page_artist__wrap {
    margin-top: 5rem;
    justify-content: space-between;
  }
  .p-page_artist__item {
    width: 47.5%;
    margin: 0 0 5rem;
  }
  .p-page_artist__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .p-page_artist__item.-col2 {
    margin-right: 0;
    margin-left: 0;
  }
  .p-page_artist__ttl {
    font-size: 2.5rem;
  }
  .p-page_artist__sort {
    flex-wrap: wrap;
  }
  .p-page_artist__sortBox.-all {
    width: 24%;
  }
  .p-page_artist__sortBox.-date {
    width: 48%;
  }
  .p-page_artist__sortBox:not(:first-child) {
    margin-left: 3rem;
  }
  .p-page_artist__sortBox:not(:first-child):before {
    left: -1.5rem;
  }
  .p-page_artist__sortBox.-stage {
    display: block;
  }
  .p-page_artist__sortBox.-stage .p-page_artist__sortBox {
    width: 100%;
  }
  .p-page_artist__sortBox.-stage .p-page_artist__sortBox + .p-page_artist__sortBox {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    margin-left: 0 !important;
  }
  .p-page_artist__sortBox.-stage .p-page_artist__sortBox + .p-page_artist__sortBox:before {
    width: 90%;
    height: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-page_artist__sortItem span {
    font-size: 2.2vw;
  }
}
@media (max-width: 575.9px) {
  .p-page_artist__ttl {
    font-size: 2rem;
  }
  .p-page_artist__txt.-andmore {
    margin-top: 5rem;
  }
  .p-page_artist__txt.-andmore img {
    height: 6.5vw;
  }
  .p-page_artist__txt.-txt {
    margin-top: 3.5rem;
  }
  .p-page_artist__txt.-txt img {
    height: auto;
  }
  .p-page_artist__sortItem span {
    font-size: 1.4rem;
    padding: 2rem 1rem;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.p-page_timetable {
  padding-top: 8rem;
  padding-bottom: 7.7rem;
}

.p-page_timetable__img .img {
  max-width: 960px;
  margin: 0 auto;
}

.p-page_timetable__img .img:not(:first-child) {
  margin-top: 7rem;
}

@media (min-width: 768px) {
  .p-page_timetable__img a {
    /*pointer-events: none;*/
  }
}
@media (max-width: 575.9px) {
  .p-page_timetable__info .note {
    padding: 2rem;
  }
}
.p-timetable2024 {
  width: min(100%, 440px);
  margin: 50px auto 20px;
}

@media (max-width: 767.9px) {
  .p-timetable2024 {
    width: min(100%, 350px);
  }
}
.p-timetable2024 a {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 20px;
  background: linear-gradient(45deg, dodgerblue 0%, transparent 70%), linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.4) 70%), #1e90ff;
  animation: bgGradation 18s infinite;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  transition: 0.4s opacity ease;
}

@media (max-width: 767.9px) {
  .p-timetable2024 a {
    padding: 12px;
  }
}
.p-timetable2024 a:hover {
  opacity: 0.7;
}

.lum-lightbox {
  z-index: 1000;
}

.lum-gallery-button {
  display: none;
}

.lum-lightbox-inner {
  bottom: inherit;
  top: 10%;
  max-height: 85vh;
}

.lum-lightbox-inner img {
  max-width: 960px;
}

.p-page_food {
  padding-top: 8rem;
  padding-bottom: 7.7rem;
}

.p-page_food__img .img {
  max-width: 960px;
  margin: 0 auto;
}

.p-page_food__img .img:not(:first-child) {
  margin-top: 7rem;
}

@media (min-width: 992px) {
  .p-page_food__img a:hover {
    opacity: 0.7;
  }
}
/*--------------------------------------------
  text-align
--------------------------------------------*/
.u-center {
  text-align: center;
}

.u-left {
  text-align: left;
}

.u-right {
  text-align: right;
}

@media (max-width: 575.9px) {
  .u-center_ss {
    text-align: center;
  }
  .u-left_ss {
    text-align: left;
  }
  .u-right_ss {
    text-align: right;
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  .u-center_xs {
    text-align: center;
  }
  .u-left_xs {
    text-align: left;
  }
  .u-right_xs {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 939.9px) {
  .u-center_sm {
    text-align: center;
  }
  .u-left_sm {
    text-align: left;
  }
  .u-right_sm {
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1280.9px) {
  .u-center_md {
    text-align: center;
  }
  .u-left_md {
    text-align: left;
  }
  .u-right_md {
    text-align: right;
  }
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .u-center_lg {
    text-align: center;
  }
  .u-left_lg {
    text-align: left;
  }
  .u-right_lg {
    text-align: right;
  }
}
@media (min-width: 1400px) and (max-width: 1599.9px) {
  .u-center_xl {
    text-align: center;
  }
  .u-left_xl {
    text-align: left;
  }
  .u-right_xl {
    text-align: right;
  }
}
@media (min-width: 1600px) {
  .u-center_xxl {
    text-align: center;
  }
  .u-left_xxl {
    text-align: left;
  }
  .u-right_xxl {
    text-align: right;
  }
}
@media (max-width: 767.9px) {
  .u-center_sp {
    text-align: center;
  }
  .u-left_sp {
    text-align: left;
  }
  .u-right_sp {
    text-align: right;
  }
}
@media (max-width: 991.9px) {
  .u-center_tb {
    text-align: center;
  }
  .u-left_tb {
    text-align: left;
  }
  .u-right_tb {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .u-center_pc {
    text-align: center;
  }
  .u-left_pc {
    text-align: left;
  }
  .u-right_pc {
    text-align: right;
  }
}
@media (min-width: 1400px) {
  .u-center_dt {
    text-align: center;
  }
  .u-left_dt {
    text-align: left;
  }
  .u-right_dt {
    text-align: right;
  }
}
/*--------------------------------------------
  display
--------------------------------------------*/
.u-none {
  display: none;
}

.u-none_imp {
  display: none !important;
}

.u-show {
  display: block;
}

.u-show_imp {
  display: block !important;
}

@media (max-width: 575.9px) {
  .u-visible_xs:not(.u-visible_ss),
  .u-visible_sm:not(.u-visible_ss),
  .u-visible_md:not(.u-visible_ss),
  .u-visible_lg:not(.u-visible_ss),
  .u-visible_xl:not(.u-visible_ss),
  .u-visible_xxl:not(.u-visible_ss),
  .u-hidden_ss {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  .u-visible_ss:not(.u-visible_xs),
  .u-visible_sm:not(.u-visible_xs),
  .u-visible_md:not(.u-visible_xs),
  .u-visible_lg:not(.u-visible_xs),
  .u-visible_xl:not(.u-visible_xs),
  .u-visible_xxl:not(.u-visible_xs),
  .u-hidden_xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 939.9px) {
  .u-visible_ss:not(.u-visible_sm),
  .u-visible_xs:not(.u-visible_sm),
  .u-visible_md:not(.u-visible_sm),
  .u-visible_lg:not(.u-visible_sm),
  .u-visible_xl:not(.u-visible_sm),
  .u-visible_xxl:not(.u-visible_sm),
  .u-hidden_sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1280.9px) {
  .u-visible_ss:not(.u-visible_md),
  .u-visible_xs:not(.u-visible_md),
  .u-visible_sm:not(.u-visible_md),
  .u-visible_lg:not(.u-visible_md),
  .u-visible_xl:not(.u-visible_md),
  .u-visible_xxl:not(.u-visible_md),
  .u-hidden_md {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .u-visible_ss:not(.u-visible_lg),
  .u-visible_xs:not(.u-visible_lg),
  .u-visible_sm:not(.u-visible_lg),
  .u-visible_md:not(.u-visible_lg),
  .u-visible_xl:not(.u-visible_lg),
  .u-visible_xxl:not(.u-visible_lg),
  .u-hidden_lg {
    display: none !important;
  }
}
@media (min-width: 1400px) and (max-width: 1599.9px) {
  .u-visible_ss:not(.u-visible_xl),
  .u-visible_xs:not(.u-visible_xl),
  .u-visible_sm:not(.u-visible_xl),
  .u-visible_md:not(.u-visible_xl),
  .u-visible_lg:not(.u-visible_xl),
  .u-visible_xxl:not(.u-visible_xl),
  .u-hidden_xl {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .u-visible_ss:not(.u-visible_xxl),
  .u-visible_xs:not(.u-visible_xxl),
  .u-visible_sm:not(.u-visible_xxl),
  .u-visible_md:not(.u-visible_xxl),
  .u-visible_lg:not(.u-visible_xxl),
  .u-visible_xl:not(.u-visible_xxl),
  .u-hidden_xxl {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .u-visible_sp {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .u-visible_tb {
    display: none !important;
  }
}
@media (max-width: 991.9px) {
  .u-visible_pc {
    display: none !important;
  }
}
@media (max-width: 1399.9px) {
  .u-visible_dt {
    display: none !important;
  }
}
@media (max-width: 767.9px) {
  .u-hidden_sp {
    display: none !important;
  }
}
@media (max-width: 991.9px) {
  .u-hidden_tb {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .u-hidden_pc {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .u-hidden_dt {
    display: none !important;
  }
}
@media screen {
  .u-visible_print {
    display: none !important;
  }
}
@media print {
  .u-hidden_print {
    display: none !important;
  }
}
.u-display_input {
  display: none;
}

.mw_wp_form_input .u-display_input {
  display: block;
}

.u-display_confirm {
  display: none;
}

.mw_wp_form_confirm .u-display_confirm {
  display: block;
}

/*--------------------------------------------
  margin
--------------------------------------------*/
.u-mgt0 {
  margin-top: 0;
}

.u-mgt_ss {
  margin-top: 0.6em;
}

.u-mgt_xs {
  margin-top: 1em;
}

.u-mgt_sm {
  margin-top: 1.5em;
}

.u-mgt_md {
  margin-top: 2em;
}

.u-mgt_lg {
  margin-top: 2.5em;
}

.u-mgt_xl {
  margin-top: 3em;
}

.u-mgt_xxl {
  margin-top: 3.5em;
}

@media (max-width: 991.9px) {
  .u-mgt_ss {
    margin-top: 0.4em;
  }
  .u-mgt_xs {
    margin-top: 0.8em;
  }
  .u-mgt_sm {
    margin-top: 1.2em;
  }
  .u-mgt_md {
    margin-top: 1.6em;
  }
  .u-mgt_lg {
    margin-top: 2em;
  }
  .u-mgt_xl {
    margin-top: 2.4em;
  }
  .u-mgt_xxl {
    margin-top: 2.8em;
  }
}
.u-mgl0 {
  margin-left: 0;
}

.u-mgr0 {
  margin-right: 0;
}

.u-mgb0 {
  margin-bottom: 0;
}

.u-mgb_ss {
  margin-bottom: 0.6em;
}

.u-mgb_xs {
  margin-bottom: 1em;
}

.u-mgb_sm {
  margin-bottom: 1.5em;
}

.u-mgb_md {
  margin-bottom: 2em;
}

.u-mgb_lg {
  margin-bottom: 2.5em;
}

.u-mgb_xl {
  margin-bottom: 3em;
}

.u-mgb_xxl {
  margin-bottom: 3.5em;
}

@media (max-width: 991.9px) {
  .u-mgb_ss {
    margin-bottom: 0.4em;
  }
  .u-mgb_xs {
    margin-bottom: 0.8em;
  }
  .u-mgb_sm {
    margin-bottom: 1.2em;
  }
  .u-mgb_md {
    margin-bottom: 1.6em;
  }
  .u-mgb_lg {
    margin-bottom: 2em;
  }
  .u-mgb_xl {
    margin-bottom: 2.4em;
  }
  .u-mgb_xxl {
    margin-bottom: 2.8em;
  }
}
/*--------------------------------------------
  padding
--------------------------------------------*/
.u-pdt0 {
  padding-top: 0;
}

.u-pdl0 {
  padding-left: 0;
}

.u-pdr0 {
  padding-right: 0;
}

.u-pdb0 {
  padding-bottom: 0;
}

/*--------------------------------------------
  common
--------------------------------------------*/
.u-palt {
  font-feature-settings: "palt";
}

.u-italic {
  font-style: italic;
}

.u-va_sup {
  font-size: 70%;
  vertical-align: super;
}

.u-va_sub {
  font-size: 70%;
  vertical-align: sub;
}

.u-cursive {
  font-family: "HG行書体", cursive, serif;
}

.u-vertical {
  writing-mode: vertical-rl;
}

.u-upr {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

.u-fw {
  font-weight: 700;
}

.u-fw400 {
  font-weight: 400;
}

.u-fw500 {
  font-weight: 500;
}

.u-lh {
  line-height: 1.8;
}

.u-lh_ss {
  line-height: 1.1;
}

.u-lh_xs {
  line-height: 1.3;
}

.u-lh_sm {
  line-height: 1.5;
}

.u-lh_md {
  line-height: 2;
}

.u-fs {
  font-size: 1.6rem;
}

.u-fs_xs {
  font-size: 1.2rem;
}

.u-fs_sm {
  font-size: 1.4rem;
}

.u-fs_md {
  font-size: 1.8rem;
}

.u-fs_lg {
  font-size: 2rem;
}

.u-fs_xl {
  font-size: 2.4rem;
}

.u-fs_xxl {
  font-size: 3rem;
}

@media (max-width: 991.9px) {
  .u-fs {
    font-size: 1.4rem;
  }
  .u-fs_xs {
    font-size: 1rem;
  }
  .u-fs_sm {
    font-size: 1.2rem;
  }
  .u-fs_md {
    font-size: 1.6rem;
  }
  .u-fs_lg {
    font-size: 1.8rem;
  }
  .u-fs_xl {
    font-size: 2rem;
  }
  .u-fs_xxl {
    font-size: 2.4rem;
  }
}
.u-z1 {
  position: relative;
  z-index: 1;
}

.u-w100p {
  width: 100%;
}

.u-h100p {
  height: 100%;
}

.u-fx_wrap {
  flex-wrap: wrap;
}

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

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

.u-column {
  flex-direction: column;
}

.u-column_reverse {
  flex-direction: column-reverse;
}

.u-ai {
  align-items: stretch;
}

.u-ai_start {
  align-items: flex-start;
}

.u-ai_center {
  align-items: center;
}

.u-ai_end {
  align-items: flex-end;
}

.u-jc_start {
  justify-content: flex-start;
}

.u-jc_center {
  justify-content: center;
}

.u-jc_end {
  justify-content: flex-end;
}

.u-jc_sb {
  justify-content: space-between;
}

.u-pe_none {
  pointer-events: none;
}

body.is-pc .u-pe,
body.is-pc .u-pe_color {
  pointer-events: none;
  cursor: default;
}

body.is-tb .u-pe,
body.is-sp .u-pe {
  text-decoration: underline;
}

body.is-tb .u-pe:hover,
body.is-sp .u-pe:hover {
  text-decoration: none;
}

body.is-tb .u-pe_color,
body.is-sp .u-pe_color {
  color: #25b4e0;
  text-decoration: none;
}

body.is-tb .u-pe_color:hover,
body.is-sp .u-pe_color:hover {
  text-decoration: underline;
}

.u-bdt {
  border-top: 1px solid #f4f4f4;
}

.u-bdb {
  border-bottom: 1px solid #f4f4f4;
}

.u-nowrap {
  white-space: nowrap;
}

.u-of_hidden {
  overflow: hidden;
}

.u-bv_hidden {
  backface-visibility: hidden;
}

.u-center_block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.u-align_height {
  display: block !important;
  visibility: hidden;
  pointer-events: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------------------------------
  color & background-color
--------------------------------------------*/
.u-font {
  color: #242424;
}

.u-main {
  color: #225179;
}

.u-sub {
  color: #ee9108;
}

.u-point {
  color: #cc1111;
}

.u-white {
  color: #ffffff;
}

.u-black {
  color: #111111;
}

.u-gray {
  color: #777777;
}

.u-red {
  color: #dc0000;
}

.u-pink {
  color: #ff33bb;
}

.u-purple {
  color: #8000ff;
}

.u-navy {
  color: #0000cc;
}

.u-blue {
  color: #0080ff;
}

.u-sky {
  color: #f0fcff;
}

.u-green {
  color: #00e626;
}

.u-yellow {
  color: #ffff00;
}

.u-orange {
  color: #ff8000;
}

.u-brown {
  color: #99331f;
}

.u-bg_main {
  background-color: #225179;
}

.u-bg_sub {
  background-color: #ee9108;
}

.u-bg_white {
  background-color: #ffffff;
}

.u-bg_gray {
  background-color: #666666;
}

.u-bg_lgray {
  background-color: #fafafa;
}

.u-bg_dgray {
  background-color: #777777;
}

.u-bg_lorange {
  background-color: #ffd6ad;
}

/*タブのスタイル*/
.tabs {
  margin: 0 auto;
}

/*ラジオボタンを全て消す*/
#artist input[name=tab_item] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  opacity: 0;
  transition: 1s opacity ease;
}

#item01:checked ~ .tabs_btn .tabnum01 {
  background: linear-gradient(90deg, #fa80d2, #fed757);
}

#item02:checked ~ .tabs_btn .tabnum02 {
  background: linear-gradient(to right, #f6d365 0%, #fda085 51%, #f6d365 100%);
}

#item03:checked ~ .tabs_btn .tabnum03 {
  background: linear-gradient(to right, #fbc2eb 0%, #a6c1ee 51%, #fbc2eb 100%);
}

#item04:checked ~ .tabs_btn .tabnum04 {
  background: linear-gradient(90deg, #fa80d2, #fed757);
}

#item05:checked ~ .tabs_btn2 .tabnum05,
#item06:checked ~ .tabs_btn2 .tabnum06,
#item07:checked ~ .tabs_btn2 .tabnum07,
#item08:checked ~ .tabs_btn2 .tabnum08,
#item09:checked ~ .tabs_btn2 .tabnum09,
#item10:checked ~ .tabs_btn2 .tabnum10,
#item11:checked ~ .tabs_btn2 .tabnum11,
#item12:checked ~ .tabs_btn2 .tabnum12,
#item13:checked ~ .tabs_btn2 .tabnum13,
#item14:checked ~ .tabs_btn2 .tabnum14 {
  background: linear-gradient(90deg, #fa80d2, #fed757);
}

.tabs_btn .tab_item,
.tabs_btn2 .tab_item {
  position: relative;
  transition: 0.3s all ease;
}

.tabs_btn .tab_item:hover,
.tabs_btn2 .tab_item:hover {
  background: rgba(255, 255, 255, 0) !important;
}

.tabs_btn .tab_item:before,
.tabs_btn2 .tab_item:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.tabs_btn .tabnum01:before {
  background: linear-gradient(90deg, #fa80d2, #fed757) !important;
}

.tabs_btn .tabnum02:before {
  background: linear-gradient(to right, #f6d365 0%, #fda085 51%, #f6d365 100%) !important;
}

.tabs_btn .tabnum03:before {
  background: linear-gradient(to right, #fbc2eb 0%, #a6c1ee 51%, #fbc2eb 100%) !important;
}

.tabs_btn .tabnum04:before {
  background: linear-gradient(90deg, #fa80d2, #fed757) !important;
}

.tabs_btn2 .tab_item:before {
  background: linear-gradient(90deg, #fa80d2, #fed757) !important;
}

/*選択されているタブのコンテンツのみを表示*/
#item01:checked ~ #item01_content,
#item02:checked ~ #item02_content,
#item03:checked ~ #item03_content,
#item04:checked ~ #item04_content,
#item05:checked ~ #item05_content,
#item06:checked ~ #item06_content,
#item07:checked ~ #item07_content,
#item08:checked ~ #item08_content,
#item09:checked ~ #item09_content,
#item10:checked ~ #item10_content,
#item11:checked ~ #item11_content,
#item12:checked ~ #item12_content,
#item13:checked ~ #item13_content,
#item14:checked ~ #item14_content {
  display: block;
  padding-top: 20px;
  opacity: 1;
}

#artist .content_wrap {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

#artist .content_wrap_list {
  width: 22.6%;
  margin: 0 1.2% 5rem;
}

@media screen and (max-width: 768px) {
  #artist .content_wrap {
    justify-content: space-between;
  }
  #artist .content_wrap_list {
    width: 47.5%;
    margin: 0 0 5rem;
  }
}
.l_artist_bg {
  background: #fff !important;
}

.l_artist_bg .p-index_ttl__sub.-white {
  color: #000 !important;
}

.tabs .tabs_btn {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin-bottom: 30px;
}

.tabs .tabs_btn .tab_item {
  width: 15%;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 3rem 0;
  background: #d5d5d5;
  border-radius: 1rem;
  overflow: hidden;
}

.tabs .tabs_btn .tab_item:nth-child(2) {
  margin-left: 5rem;
  position: relative;
}

.tabs .tabs_btn .tab_item:nth-child(n+3) {
  margin-left: 1.5rem;
}

.tabs .tabs_btn .tab_item:nth-child(2):after {
  content: "";
  border-left: 1px solid #e3e3e3;
  display: block;
  position: absolute;
  top: 0;
  left: -2.5rem;
  width: 1px;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .tabs .tabs_btn .tab_item {
    width: 20%;
    padding: 2rem 0;
  }
}
.tabs .tabs_btn2 {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin-bottom: 30px;
}

.tabs .tabs_btn2 .tab_item {
  width: 8%;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 2.5rem 0;
  background: #d5d5d5;
  border-radius: 1rem;
  overflow: hidden;
}

.tabs .tabs_btn2 .tab_item:nth-child(n+2) {
  margin-left: 1.5rem;
}

.tabs_btn2 .tab_item:before {
  background: linear-gradient(90deg, #fa80d2, #fed757) !important;
}

@media screen and (max-width: 768px) {
  .tabs .tabs_btn2 .tab_item {
    width: 18.4%;
    padding: 1.5rem 0;
  }
  .tabs .tabs_btn2 .tab_item:nth-child(n+2) {
    margin-left: 2%;
  }
  .tabs .tabs_btn2 .tab_item:nth-child(6) {
    margin: 0;
  }
  .tabs .tabs_btn2 .tab_item:nth-child(n+6) {
    margin-top: 2%;
  }
}
.tabs .newartist_ck {
  position: relative;
}

.tabs .newartist_ck:before {
  content: "";
  background: url(../img/index/icon_new.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 30%;
  height: 40px;
  max-width: 115px;
  left: 5px;
  top: 0;
  transform: translateY(-50%);
  z-index: 22;
}

.tabs .artist2024__inner__list__img {
  box-shadow: 0 0.75rem 2rem 0 rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.tabs .artist2024__inner__list__img:before {
  content: "";
  position: absolute;
  left: -125%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: block;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.tabs .content_wrap_list:hover .artist2024__inner__list__img:before {
  animation: shine 0.75s;
}

.tabs .day_iconlist {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  padding-top: 15px;
}

.tabs .day7_cat .icon_day8 {
  display: none;
}

.tabs .day8_cat .icon_day7 {
  display: none;
}

.tabs .day7_cat.day8_cat .icon_day7 {
  display: block;
}

.tabs .day7_cat.day8_cat .icon_day8 {
  display: block;
}

.artist2024__inner__list__ttl {
  padding-top: 10px !important;
}

.day_iconlist_subicon {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}

.day_iconlist_subicon p {
  width: 49%;
}

.day_iconlist_subicon p:nth-child(n+3) {
  margin-left: 1%;
}

.day_iconlist_subicon.day7_cat {
  margin-bottom: 1%;
}

.day_iconlist_subicon.day7_cat .day7_1 {
  display: none;
}

.day_iconlist_subicon.day7_cat .day7_2 {
  display: none;
}

.day_iconlist_subicon.day7_cat .day7_3 {
  display: none;
}

.day_iconlist_subicon.day7_cat .day7_4 {
  display: none;
}

.day_iconlist_subicon.day7_cat .day7_5 {
  display: none;
}

.day_iconlist_subicon.day8_cat .day8_1 {
  display: none;
}

.day_iconlist_subicon.day8_cat .day8_2 {
  display: none;
}

.day_iconlist_subicon.day8_cat .day8_3 {
  display: none;
}

.day_iconlist_subicon.day8_cat .day8_4 {
  display: none;
}

.day_iconlist_subicon.day8_cat .day8_5 {
  display: none;
}

.content_wrap_list.day7_honda_cat .day7_1 {
  display: block;
}

.content_wrap_list.day7_eito_cat .day7_2 {
  display: block;
}

.content_wrap_list.day7_az_cat .day7_3 {
  display: block;
}

.content_wrap_list.day7_dobble_cat .day7_4 {
  display: block;
}

.content_wrap_list.day7_gold_cat .day7_5 {
  display: block;
}

.content_wrap_list.day8_honda_cat .day8_1 {
  display: block;
}

.content_wrap_list.day8_eito_cat .day8_2 {
  display: block;
}

.content_wrap_list.day8_az_cat .day8_3 {
  display: block;
}

.content_wrap_list.day8_dobble_cat .day8_4 {
  display: block;
}

.content_wrap_list.day8_gold_cat .day8_5 {
  display: block;
}

.content_wrap_list.day7_honda_cat .day7_cat .none_day,
.content_wrap_list.day7_eito_cat .day7_cat .none_day,
.content_wrap_list.day7_az_cat .day7_cat .none_day,
.content_wrap_list.day7_dobble_cat .day7_cat .none_day,
.content_wrap_list.day7_gold_cat .day7_cat .none_day {
  display: none;
}

.content_wrap_list.day8_honda_cat .day8_cat .none_day,
.content_wrap_list.day8_eito_cat .day8_cat .none_day,
.content_wrap_list.day8_az_cat .day8_cat .none_day,
.content_wrap_list.day8_dobble_cat .day8_cat .none_day,
.content_wrap_list.day8_gold_cat .day8_cat .none_day {
  display: none;
}

.tab_content_rowttl {
  padding: 10px 0 25px;
  font-size: 24px;
  font-weight: 500;
}

.tab_content_rowttl.first_row {
  padding: 0px 0 25px;
}

.size_l_wrap {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}

.size_l_wrap li {
  width: 32%;
  margin-right: 2%;
}

.size_l_wrap._territory {
  width: 100%;
}

.size_l_wrap._territory li {
  width: min(300px, 100%);
}

.size_l_wrap li:nth-child(3n+3) {
  margin-right: 0%;
}

.size_l_wrap li:nth-child(n+4) {
  margin-top: 5%;
}

@media screen and (max-width: 768px) {
  .size_l_wrap li {
    width: 100%;
    margin-right: 0%;
  }
  .size_l_wrap li:nth-child(n+2) {
    margin-top: 5%;
  }
  .size_l_wrap._territory li {
    width: 46%;
    margin: 0 1%;
  }
}
.size_m_wrap {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin-top: 30px;
}

.size_m_wrap li {
  width: 23.5%;
  margin-right: 2%;
  text-align: center;
  font-size: 18px;
}

.size_m_wrap li:nth-child(4n+4) {
  margin-right: 0%;
}

.size_m_wrap li:nth-child(n+5) {
  margin-top: 5%;
}

@media screen and (max-width: 768px) {
  .size_m_wrap li {
    width: 49%;
    margin-right: 2%;
    font-size: 16px;
  }
  .size_m_wrap li:nth-child(2n+2) {
    margin-right: 0%;
  }
  .size_m_wrap li:nth-child(n+3) {
    margin-top: 5%;
  }
}
.size_s_wrap {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin-top: 30px;
}

.size_s_wrap li {
  width: 18.5%;
  margin-right: 1.875%;
}

.size_s_wrap li:nth-child(5n+5) {
  margin-right: 0%;
}

.size_s_wrap li:nth-child(n+6) {
  margin-top: 5%;
}

@media screen and (max-width: 768px) {
  .size_s_wrap li {
    width: 32%;
    margin-right: 2%;
  }
  .size_s_wrap li:nth-child(3n+3) {
    margin-right: 0%;
  }
  .size_s_wrap li:nth-child(n+4) {
    margin-top: 5%;
  }
}
@media screen and (max-width: 768px) {
  .sponsor_sp {
    width: 100% !important;
    margin: 0px !important;
  }
}
.p-access_map2 {
  margin-bottom: 50px;
}

.p-access_map2 .map_img {
  max-width: 960px;
  margin: 30px auto 10px;
}

.p-access_map2 .map_cap {
  max-width: 960px;
  margin: 0 auto;
}

.p-access_bus__txt2 {
  color: #1a0dab;
  word-break: break-all;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .p-access_bus__txt2 {
    font-size: 1.8rem;
  }
}
.mb {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .mb {
    margin-bottom: 0px;
  }
  .sppt {
    padding-top: 20px;
  }
}
.navi_img {
  padding-top: 50px;
}

.c_red {
  color: #ff0000;
}

.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 1111;
}

.overlay_inner {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1111;
}

.img_area {
  max-width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 11111111;
}

.img_area button {
  display: block;
  margin: 0 auto;
  background: #fb484c;
  color: #fff;
  border: none;
  position: absolute;
  width: 40px;
  height: 40px;
  top: -15px;
  right: -15px;
  transition: 0.4s opacity ease-in;
  border-radius: 50px;
}

.img_area button:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .img_area {
    width: 90%;
  }
}
.navi_link.nolink {
  pointer-events: none;
  opacity: 0.6;
}

.p-index_kv__inner._springkv {
  padding-bottom: 20px;
}

.p-index_spring_artist {
  width: min(100%, 1105px);
  margin: 0 auto;
  padding-top: 60px;
}

.p-index_spring_ticket {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .p-index_spring_artist {
    padding: 60px 20px 0;
  }
  .p-index_spring_ticket {
    padding: 0 20px;
  }
}
.p-index_spring_artist dl {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #ddd;
}

.p-index_spring_artist dt {
  padding: 20px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.4;
  color: #586166;
  text-align: center;
  position: relative;
  background: #fff;
}

.p-index_spring_artist dd {
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease-in-out;
}

.p-index_spring_artist dd.open {
  max-height: 100%;
  transition: all 0.3s ease-in-out;
}

.p-index_spring_artist dd a {
  display: block;
  text-align: center;
}

.p-index_spring_artist dd img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-index_spring_artist dt {
    font-size: 2.5rem;
  }
}
.p-index_spring_artist .dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #bbb;
  line-height: 1;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  transform: translateX(-25%) translateY(-50%) rotate(45deg);
  top: 50%;
  right: 20px;
  transition: all 0.2s ease-in-out;
}

.p-index_spring_artist .dli-chevron-round-right::before,
.dli-chevron-round-right::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.p-index_spring_artist .dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.p-index_spring_artist .dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

.p-index_spring_artist dt.active .dli-chevron-round-right {
  transform: translateX(-25%) translateY(-50%) rotate(135deg);
}

.p-index_spring_column2 {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.p-index_spring_column2 p {
  width: 50%;
}

.p-index_spring_timetable {
  width: min(100%, 1105px);
  margin: 0 auto;
  padding-bottom: 0;
}

.p-index_spring_timetable div:nth-child(3) {
  padding-top: 30px;
}

.p-index_spring_access {
  width: min(100%, 1105px);
  margin: 0 auto;
  padding-bottom: 0;
}

.p-index_spring_access .c-ttl_main {
  margin-bottom: 1.5rem;
}

.l-header__navItem.nolink {
  opacity: 0.3;
  pointer-events: none;
}

.p-index_ticket__item.ticket3 {
  flex-wrap: wrap;
}

.p-index_ticket__item .ticket3_2025 {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.p-index_ticket__item .ticket3_cap {
  margin: 0 auto;
  width: min(100%, 762px);
  font-size: 15px;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .p-index_ticket__item .ticket3_cap {
    font-size: 12px;
  }
}
