@charset "UTF-8";
/*
* color
* --------------------------------------------------*/
/*
* color
* --------------------------------------------------*/
/*
* color
* --------------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
* font
* --------------------------------------------------*/
html,
body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
}

body {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid {
  display: -ms-grid;
  display: grid;
}

button {
  margin: 0;
  border: none;
  background-color: transparent;
}

/* body
-----------------------------------------------------*/
body {
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0;
  padding-top: 0;
}

img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

/*リンクテキスト
-----------------------------------------------------*/
a {
  color: #333333;
}

a,
input[type=submit],
input[type=button],
button {
  text-decoration: none;
  outline: none;
}

a:hover,
a:active,
input[type=submit]:hover,
input[type=submit]:active,
input[type=button]:hover,
input[type=button]:active,
button:hover,
button:active {
  outline: none;
  text-decoration: none;
  /*PC*/
}
@media screen and (min-width: 769px) {
  a:hover,
  a:active,
  input[type=submit]:hover,
  input[type=submit]:active,
  input[type=button]:hover,
  input[type=button]:active,
  button:hover,
  button:active {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.7;
  }
}

a:focus,
a:active,
input[type=submit]:focus,
input[type=submit]:active,
input[type=button]:focus,
input[type=button]:active,
button:focus,
button:active {
  outline: none;
  text-decoration: none;
}

a:active:focus,
a:active.focus,
a.active:focus,
a.active.focus,
input[type=submit]:active:focus,
input[type=submit]:active.focus,
input[type=submit].active:focus,
input[type=submit].active.focus,
input[type=button]:active:focus,
input[type=button]:active.focus,
input[type=button].active:focus,
input[type=button].active.focus,
button:active:focus,
button:active.focus,
button.active:focus,
button.active.focus {
  outline: none;
  text-decoration: none;
}

/* img
-----------------------------------------------------*/
figure img {
  margin-bottom: 0;
}

img {
  margin-bottom: 0;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*
* placeholder
-----------------------------------------------------*/
input:-moz-placeholder-shown, .form-control:-moz-placeholder-shown {
  color: #cdd6dd;
}
input:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  color: #cdd6dd;
}
input:placeholder-shown,
.form-control:placeholder-shown {
  color: #cdd6dd;
}

input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #cdd6dd;
}

input:-moz-placeholder,
.form-control:-moz-placeholder {
  color: #cdd6dd;
  opacity: 1;
}

input::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #cdd6dd;
  opacity: 1;
}

input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #cdd6dd;
}

input:focus,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
}

.hr-dashed {
  border-top: 1px dashed #333333;
}

.text-link,
.entry-contents a {
  font-weight: bold;
  text-decoration: underline;
}

@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: auto;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.scroll-hint-shadow-wrap {
  position: relative;
}

.scroll-hint-shadow-wrap::after {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap::before {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.scroll-hint-shadow-wrap.is-right-scrollable::after {
  opacity: 1;
  visibility: visible;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.scroll-hint-shadow-wrap.is-left-scrollable::before {
  opacity: 1;
  visibility: visible;
}

/*
* color
* --------------------------------------------------*/
/*
* header
* --------------------------------------------------*/
.lp-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background: #DE1F26;
  z-index: 1005;
}
@media (min-width: 769px) {
  .lp-header {
    height: 70px;
  }
}
.lp-header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 10px;
}
@media (min-width: 769px) {
  .lp-header .inner {
    padding-left: 32px;
  }
}
.lp-header .inner .site-logo {
  width: 100px;
  height: 40px;
}
@media (min-width: 769px) {
  .lp-header .inner .site-logo {
    width: 150px;
    height: 60px;
  }
}
.lp-header .inner .header-nav {
  max-width: calc(100% - 75px);
  -webkit-box-flex: calc(100% - 75px);
      -ms-flex: calc(100% - 75px);
          flex: calc(100% - 75px);
  padding-right: 80px;
}
.lp-header .header-nav {
  display: none;
}
.lp-header .header-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  margin: 0;
}
.lp-header .header-nav .nav-list .list-item .link {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (min-width: 769px) {
  .lp-header .header-nav {
    display: block;
  }
}
.lp-header .drawer-nav {
  display: none;
  visibility: hidden;
  position: relative;
  max-width: 400px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px 30px 70px;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transition-property: -webkit-transform visibility;
  transition-property: -webkit-transform visibility;
  transition-property: transform visibility;
  transition-property: transform visibility, -webkit-transform visibility;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: translateX(calc(100% + 30px));
          transform: translateX(calc(100% + 30px));
  z-index: 1000;
}
.lp-header .drawer-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  max-width: 180px;
  max-height: 100%;
  margin: auto;
  padding-top: 80px;
  overflow-y: auto;
}
.lp-header .drawer-nav .btn-nav-ticket {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.lp-header .drawer-nav .btn-nav-ticket a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  width: 100%;
  padding: 12px 0;
  background: #DE1F26;
  color: #fff;
  font-weight: 700;
}
.lp-header .drawer-nav.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
}
.lp-header .drawer-nav .nav-list .link {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: center;
}
@media (max-width: 991px) {
  .lp-header .drawer-nav {
    display: block;
  }
}
.lp-header .drawer-btn {
  font-size: 11px;
  display: none;
  font-size: 11px;
  color: #fff;
  width: 90px;
  height: 57px;
  border: 0;
  background: none;
  position: fixed;
  top: 0;
  right: 100px;
  text-align: left;
  padding: 10px;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
  z-index: 1010;
}
@media (max-width: 991px) {
  .lp-header .drawer-btn {
    right: 112px;
    width: 58px;
  }
}
.lp-header .drawer-btn.active {
  right: 0;
}
.lp-header .drawer-btn:hover,
.lp-header .drawer-btn:active {
  opacity: 1;
  color: #fff;
}
.lp-header .drawer-btn.active {
  opacity: 1;
}
.lp-header .drawer-btn .icon-bar {
  position: absolute;
  display: block;
  background-color: #fff;
  width: 22px;
  height: 3px;
  right: 10px;
  top: 27px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  text-align: center;
}
@media (max-width: 991px) {
  .lp-header .drawer-btn .icon-bar {
    right: 20px;
  }
}
.lp-header .drawer-btn .icon-bar::before,
.lp-header .drawer-btn .icon-bar::after {
  content: "";
  -webkit-transition-property: -webkit-transform top bottom;
  transition-property: -webkit-transform top bottom;
  transition-property: transform top bottom;
  transition-property: transform top bottom, -webkit-transform top bottom;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: block;
  position: absolute;
  height: 3px;
  width: 22px;
  right: 50%;
  top: 50%;
  background-color: #fff;
  margin: 0;
}
.lp-header .drawer-btn .icon-bar::before {
  -webkit-transform: translate(50%, -8px) rotate(0);
  transform: translate(50%, -8px) rotate(0);
}
.lp-header .drawer-btn .icon-bar::after {
  -webkit-transform: translate(50%, 4px) rotate(0);
  transform: translate(50%, 4px) rotate(0);
}
.lp-header .drawer-btn.active .icon-bar {
  background-color: transparent;
}
.lp-header .drawer-btn.active .icon-bar::before {
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
}
.lp-header .drawer-btn.active .icon-bar::after {
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}
@media (max-width: 768px) {
  .lp-header .drawer-btn {
    display: block;
  }
}

.lp-contact {
  position: fixed;
  top: 10px;
  right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #cd182f;
  z-index: 1010;
}
.lp-contact .contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 8px 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.lp-contact .contact-btn span {
  display: none;
}

@media (min-width: 769px) {
  .lp-contact {
    bottom: auto;
    top: 0;
    right: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    width: 178px;
    height: 70px;
  }
  .lp-contact .contact-btn {
    padding: 0;
    font-size: 14px;
  }
  .lp-contact .contact-btn span {
    display: block;
    font-size: 12px;
  }
}
/*
* color
* --------------------------------------------------*/
/*
* footer
* --------------------------------------------------*/
.lp-footer {
  background-color: #000;
  padding: 20px 0;
  color: #fff;
}

.lp-footer .footer-logo {
  width: 40px;
  margin-bottom: 10px;
  margin-inline: auto;
}

.lp-footer .footer-logo .logo-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
}

.lp-footer .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.lp-footer .footer-menu .item {
  margin-left: 10px;
  margin-right: 10px;
}

.lp-footer .footer-menu .link {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.lp-footer .copyright {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

/*
* color
* --------------------------------------------------*/
/* グリッドシステムやレイアウトのユーティリティ
-----------------------------------------------------*/
body {
  margin: 0;
}

.wrap {
  padding-top: 70px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .wrap {
    padding-top: 52px;
  }
}

.only-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

.only-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .only-sp {
    display: block;
  }
}

.btn-header-ticket {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .btn-header-ticket {
    max-width: 112px;
    margin-right: 0;
    padding: 0;
    height: 100%;
  }
}
.btn-header-ticket a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 20px 50px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .btn-header-ticket a {
    padding: 20px;
    font-size: 12px;
  }
}

.btn-ticket {
  width: 90%;
  max-width: 400px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .btn-ticket {
    max-width: 315px;
    margin: 40px auto 0;
  }
}
.btn-ticket.--border a {
  background: #000;
  border: 2px solid #fff;
  color: #fff;
}
.btn-ticket.--red a {
  background: #DE1F26;
  border: 2px solid #DE1F26;
  color: #fff;
}
.btn-ticket.--black a {
  background: #000;
  border: 2px solid #000;
  color: #fff;
}
.btn-ticket a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 20px 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .btn-ticket a {
    gap: 10px;
    padding: 13px 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .btn-ticket a svg {
    width: 9px;
  }
}

/* splide CSS
-----------------------------------------------------*/
.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/* メインビジュアル
-----------------------------------------------------*/
.lp-main {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 400;
  color: #000;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .lp-main {
    font-size: 14px;
  }
}
.lp-main svg {
  max-width: 100%;
  height: auto;
}
.lp-main .btn-buy-authentic {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 146px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .lp-main .btn-buy-authentic {
    right: 15px;
    bottom: 15px;
    width: 85px;
  }
}
.lp-main .btn-buy-authentic a {
  display: block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.lp-main .btn-buy-authentic a:hover {
  opacity: 0.7;
}
.lp-main .-border {
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lp-main .-border {
    padding-bottom: 16px;
  }
}
.lp-main .-border:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 80px;
  height: 4px;
  margin: 0 auto;
  background: #DE1F26;
}
@media screen and (max-width: 768px) {
  .lp-main .-border:after {
    width: 60px;
  }
}
.lp-main .-border.-b-black:after {
  background: #000;
}
.lp-main .kv-main picture img {
  width: 100%;
  height: auto;
}
.lp-main #nav-content {
  position: sticky;
  top: 70px;
  padding: 70px 0 75px;
  background: #000;
  z-index: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .lp-main #nav-content {
    position: static;
    padding: 40px 32px;
  }
}
.lp-main #nav-content.is-sticky {
  padding: 8px 0;
}
.lp-main #nav-content.is-sticky ul {
  -ms-grid-columns: (minmax(auto, 150px))[6];
  grid-template-columns: repeat(6, minmax(auto, 150px));
}
@media screen and (max-width: 768px) {
  .lp-main #nav-content.is-sticky ul {
    -ms-grid-columns: (minmax(auto, 152px))[2];
    grid-template-columns: repeat(2, minmax(auto, 152px));
  }
}
.lp-main #nav-content ul {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  -ms-grid-columns: minmax(auto, 170px) 12px minmax(auto, 170px) 12px minmax(auto, 170px) 12px minmax(auto, 170px) 12px minmax(auto, 170px) 12px minmax(auto, 170px);
  grid-template-columns: repeat(6, minmax(auto, 170px));
  width: 92%;
  max-width: 1080px;
  margin: 0 auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .lp-main #nav-content ul {
    gap: 8px 10px;
    -ms-grid-columns: minmax(auto, 152px) 10px minmax(auto, 152px);
    grid-template-columns: repeat(2, minmax(auto, 152px));
  }
}
.lp-main #seat-map {
  position: relative;
}
.lp-main #seat-map .seat-map-inr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(auto, 660px) minmax(54%, 1fr);
  grid-template-columns: minmax(auto, 660px) minmax(54%, 1fr);
}
@media screen and (max-width: 768px) {
  .lp-main #seat-map .seat-map-inr {
    -ms-grid-columns: minmax(auto, 100%);
    grid-template-columns: minmax(auto, 100%);
  }
}
.lp-main #seat-map #seat-map-selet {
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: sticky;
  top: 90px;
  right: 0;
  padding: 80px 60px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .lp-main #seat-map #seat-map-selet {
    position: relative;
    top: 0;
    padding: 40px 0 50px;
  }
}
.lp-main #seat-map #seat-map-selet .title-seat-map {
  max-width: 455px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp-main #seat-map #seat-map-selet .title-seat-map {
    max-width: none;
  }
}
.lp-main #seat-map #seat-map-selet .title-seat-map picture {
  display: block;
  max-width: 377px;
}
@media screen and (max-width: 768px) {
  .lp-main #seat-map #seat-map-selet .title-seat-map picture {
    max-width: 251px;
    margin: 0 auto;
  }
}
.lp-main #seat-map #seat-map-selet .slide-wrap {
  margin-top: 20px;
}
.lp-main #seat-map #seat-map-selet .splide__track {
  height: 100%;
}
.lp-main #seat-map #seat-map-selet .splide-pagination {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 6px auto 6px auto;
  grid-template-rows: auto auto auto;
  -ms-grid-columns: minmax(auto, 40px) 6px minmax(auto, 40px) 6px minmax(auto, 40px) 6px minmax(auto, 40px) 6px minmax(auto, 40px) 6px minmax(auto, 40px) 6px minmax(auto, 40px) 6px minmax(auto, 40px) 6px minmax(auto, 40px) 6px minmax(auto, 40px);
  grid-template-columns: repeat(10, minmax(auto, 40px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  max-width: 455px;
  margin: 30px auto 0;
}
.lp-main #seat-map #seat-map-selet .splide-pagination > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.lp-main #seat-map #seat-map-selet .splide-pagination > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.lp-main #seat-map #seat-map-selet .splide-pagination > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.lp-main #seat-map #seat-map-selet .splide-pagination > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.lp-main #seat-map #seat-map-selet .splide-pagination > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
.lp-main #seat-map #seat-map-selet .splide-pagination > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}
.lp-main #seat-map #seat-map-selet .splide-pagination > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 13;
}
.lp-main #seat-map #seat-map-selet .splide-pagination > *:nth-child(8) {
  -ms-grid-row: 1;
  -ms-grid-column: 15;
}
.lp-main #seat-map #seat-map-selet .splide-pagination > *:nth-child(9) {
  -ms-grid-row: 1;
  -ms-grid-column: 17;
}
.lp-main #seat-map #seat-map-selet .splide-pagination > *:nth-child(10) {
  -ms-grid-row: 1;
  -ms-grid-column: 19;
}
.lp-main #seat-map #seat-map-selet .splide-pagination > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.lp-main #seat-map #seat-map-selet .splide-pagination > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.lp-main #seat-map #seat-map-selet .splide-pagination > *:nth-child(13) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.lp-main #seat-map #seat-map-selet .splide-pagination > *:nth-child(14) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.lp-main #seat-map #seat-map-selet .splide-pagination > *:nth-child(15) {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
}
.lp-main #seat-map #seat-map-selet .splide-pagination > *:nth-child(16) {
  -ms-grid-row: 3;
  -ms-grid-column: 11;
}
.lp-main #seat-map #seat-map-selet .splide-pagination > *:nth-child(17) {
  -ms-grid-row: 3;
  -ms-grid-column: 13;
}
.lp-main #seat-map #seat-map-selet .splide-pagination > *:nth-child(18) {
  -ms-grid-row: 3;
  -ms-grid-column: 15;
}
.lp-main #seat-map #seat-map-selet .splide-pagination > *:nth-child(19) {
  -ms-grid-row: 3;
  -ms-grid-column: 17;
}
.lp-main #seat-map #seat-map-selet .splide-pagination > *:nth-child(20) {
  -ms-grid-row: 3;
  -ms-grid-column: 19;
}
.lp-main #seat-map #seat-map-selet .splide-pagination > *:nth-child(21) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.lp-main #seat-map #seat-map-selet .splide-pagination > *:nth-child(22) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.lp-main #seat-map #seat-map-selet .splide-pagination > *:nth-child(23) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.lp-main #seat-map #seat-map-selet .splide-pagination > *:nth-child(24) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}
.lp-main #seat-map #seat-map-selet .splide-pagination > *:nth-child(25) {
  -ms-grid-row: 5;
  -ms-grid-column: 9;
}
.lp-main #seat-map #seat-map-selet .splide-pagination > *:nth-child(26) {
  -ms-grid-row: 5;
  -ms-grid-column: 11;
}
.lp-main #seat-map #seat-map-selet .splide-pagination > *:nth-child(27) {
  -ms-grid-row: 5;
  -ms-grid-column: 13;
}
.lp-main #seat-map #seat-map-selet .splide-pagination > *:nth-child(28) {
  -ms-grid-row: 5;
  -ms-grid-column: 15;
}
.lp-main #seat-map #seat-map-selet .splide-pagination > *:nth-child(29) {
  -ms-grid-row: 5;
  -ms-grid-column: 17;
}
.lp-main #seat-map #seat-map-selet .splide-pagination > *:nth-child(30) {
  -ms-grid-row: 5;
  -ms-grid-column: 19;
}
@media screen and (max-width: 768px) {
  .lp-main #seat-map #seat-map-selet .splide-pagination {
    -ms-grid-columns: (minmax(auto, 40px))[7];
    grid-template-columns: repeat(7, minmax(auto, 40px));
  }
}
.lp-main #seat-map #seat-map-selet .splide-pagination li {
  height: 40px;
}
.lp-main #seat-map #seat-map-selet .splide-pagination li:first-child {
  grid-column: 1/-1;
  color: #fff;
}
.lp-main #seat-map #seat-map-selet .splide-pagination li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 2px solid #DE1F26;
  color: #DE1F26;
  font-size: 16px;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.lp-main #seat-map #seat-map-selet .splide-pagination li button.is-active {
  cursor: default;
}
.lp-main #seat-map #seat-map-selet .splide-pagination li button.is-active, .lp-main #seat-map #seat-map-selet .splide-pagination li button:hover {
  background: #DE1F26;
  color: #fff;
  opacity: 1;
}
.lp-main #seat-map #seat-gorup {
  padding: 60px 40px 120px;
  background: #DE1F26;
}
@media screen and (max-width: 768px) {
  .lp-main #seat-map #seat-gorup {
    padding: 40px 15px 60px;
  }
}
.lp-main #seat-map #seat-gorup .btn-ticket + .btn-ticket {
  margin-top: 20px;
}
.lp-main #seat-map #seat-gorup .slide-wrap {
  overflow: hidden;
}
.lp-main #seat-map #seat-gorup .slide-wrap .splide__slide {
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
  padding: 80px 60px 60px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .lp-main #seat-map #seat-gorup .slide-wrap .splide__slide {
    padding: 50px 26px 40px;
  }
}
.lp-main #seat-map #seat-gorup .slide-wrap .splide__slide > p:first-of-type {
  margin-top: 0 !important;
}
.lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .seat-number {
  position: absolute;
  top: 20px;
  left: 80px;
  color: #DE1F26;
  line-height: 1;
  font-size: 100px;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .seat-number {
    left: 35px;
    font-size: 70px;
  }
}
.lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .seat-img {
  max-width: 100%;
}
.lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .seat-name {
  margin-top: 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .seat-name {
    font-size: 24px;
  }
}
.lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .seat-description {
  margin-top: 15px;
}
.lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .subtitle {
  display: inline-block;
  margin-top: 60px;
  padding: 7px 20px;
  background: #DE1F26;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .subtitle {
    font-size: 18px;
    line-height: 1.45;
  }
}
.lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price-list {
  margin-top: 20px;
}
.lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price-list dl + dl {
  margin-top: 20px;
}
.lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price-list dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price-list dl dt {
    font-size: 14px;
    line-height: 1.45;
  }
}
.lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price-list dl dt:before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #DE1F26;
}
.lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price-list dl dd {
  margin-top: 10px;
}
.lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price-list dl dd .seat-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 0;
  color: #444;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price-list dl dd .seat-price {
    font-size: 12px;
    line-height: 1.45;
  }
}
@media screen and (max-width: 768px) {
  .lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price-list dl dd .seat-price {
    font-size: 14px;
  }
}
.lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price-list dl dd .seat-price + .seat-price {
  margin-top: 5px;
}
.lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price-list dl dd .seat-price span {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  font-weight: bold;
  color: #000;
  font-size: 13px;
}
.lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price-list dl dd .seat-price span.general {
  padding: 2px;
  background: #000;
  color: #fff;
}
.lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price-list dl dd .seat-price span.fanclub {
  padding: 2px;
  background: #e0b26d;
  color: #000;
}
.lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price-list dl dd .seat-price small {
  display: block;
  font-size: 12px;
}
.lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price {
  margin-top: 20px;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .seat-price {
    font-size: 12px;
    line-height: 1.45;
  }
}
.lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .box-items {
  margin-top: 40px;
}
.lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .box-items + .seat-price-list {
  margin-top: 60px;
}
.lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .box-items dt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .box-items dt {
    font-size: 18px;
    line-height: 1.45;
  }
}
.lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .box-items dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
.lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .box-items dd .item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .box-items dd .item p {
    font-size: 14px;
    line-height: 1.45;
  }
}
.lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .box-items dd .item p:before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: #DE1F26;
  border-radius: 50%;
}
.lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .box-items dd .item .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 15px;
  padding: 30px;
  background: #F2F2F2;
  border-radius: 4px;
}
.lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .box-items dd .item .lists li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 6px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .box-items dd .item .lists li {
    line-height: 1.35;
  }
}
.lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .box-items dd .item .lists li:before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  position: relative;
  top: -6px;
  content: "";
  width: 6px;
  height: 1px;
  background: #DE1F26;
}
.lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .box-items dd .item .lists li small {
  display: block;
  font-size: 12px;
  line-height: 1.3;
}
.lp-main #seat-map #seat-gorup .slide-wrap .splide__slide .box-items dd p small {
  display: block;
  font-size: 12px;
  line-height: 1.3;
}
.lp-main #price {
  padding: 100px 0;
  background: #000;
}
@media screen and (max-width: 768px) {
  .lp-main #price {
    padding: 40px 0 60px;
  }
}
.lp-main #price .title-price {
  max-width: 224px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp-main #price .title-price {
    max-width: 151px;
  }
}
.lp-main #price .info-price {
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .lp-main #price .info-price {
    margin: 40px auto 0;
  }
}
.lp-main #price .info-price .lead {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lp-main #price .info-price .lead {
    width: 84%;
  }
}
.lp-main #price .info-price .tab03 {
  width: 92%;
  max-width: 1200px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .lp-main #price .info-price .tab03 {
    margin: 40px auto 0;
  }
}
.lp-main #price .info-price .tab-list03 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .lp-main #price .info-price .tab-list03 {
    -ms-grid-columns: 1fr 5px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}
.lp-main #price .info-price .tab-list03 .col {
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.lp-main #price .info-price .tab-list03 .col span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 70px;
  background: #DE1F26;
  color: #fff;
  font-size: 26px;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .lp-main #price .info-price .tab-list03 .col span {
    height: 45px;
    font-size: 20px;
  }
}
.lp-main #price .info-price .tab-list03 .col span:not(.btn-current) {
  opacity: 0.7;
}
.lp-main #price .info-price .tab-list03 .col span:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 20px;
  height: 20px;
  background: #000;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  z-index: 1;
}
.lp-main #price .info-price .tab-warp {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .lp-main #price .info-price .tab-warp {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .lp-main #price .info-price .tab-warp .section {
    padding-bottom: 10px;
    scrollbar-color: #DE1F26 #000;
  }
}
@media screen and (max-width: 768px) {
  .lp-main #price .info-price .tab-warp .section > picture {
    display: block;
    min-width: 860px;
  }
}
.lp-main #sales-schedulece {
  padding: 100px 0;
  background: #DE1F26;
}
@media screen and (max-width: 768px) {
  .lp-main #sales-schedulece {
    padding: 40px 0 60px;
  }
}
.lp-main #sales-schedulece .inr-sales-schedulece {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
}
.lp-main #sales-schedulece .title-sales-schedulece {
  max-width: 524px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp-main #sales-schedulece .title-sales-schedulece {
    max-width: 277px;
  }
}
.lp-main #sales-schedulece .info-sales-schedulece .lead {
  margin-top: 80px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lp-main #sales-schedulece .info-sales-schedulece .lead {
    width: calc(100% - 30px);
    margin: 40px auto 0;
  }
}
.lp-main #sales-schedulece .info-sales-schedulece .map-schedulece {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .lp-main #sales-schedulece .info-sales-schedulece .map-schedulece {
    margin-top: 40px;
  }
}
.lp-main #sales-schedulece .info-sales-schedulece .attention-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .lp-main #sales-schedulece .info-sales-schedulece .attention-list {
    width: calc(100% - 30px);
    margin: 40px auto 0;
  }
}
.lp-main #sales-schedulece .info-sales-schedulece .attention-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  color: #fff;
}
.lp-main #sales-schedulece .info-sales-schedulece .attention-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-top: 20px;
  padding: 40px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lp-main #sales-schedulece .info-sales-schedulece .attention-items {
    width: calc(100% - 30px);
    margin: 20px auto 0;
    padding: 24px 24px 30px;
  }
}
.lp-main #sales-schedulece .info-sales-schedulece .attention-items .attention-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.lp-main #sales-schedulece .info-sales-schedulece .attention-items .attention-item .heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .lp-main #sales-schedulece .info-sales-schedulece .attention-items .attention-item .heading {
    font-size: 12px;
    line-height: 1.45;
  }
}
.lp-main #sales-schedulece .info-sales-schedulece .attention-items .attention-item .text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .lp-main #sales-schedulece .info-sales-schedulece .attention-items .attention-item .text {
    line-height: 1.35;
  }
}
.lp-main #sales-schedulece .info-sales-schedulece .target-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 380px;
  margin-top: 40px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lp-main #sales-schedulece .info-sales-schedulece .target-member {
    width: calc(100% - 30px);
    margin: 40px auto 0;
  }
}
.lp-main #sales-schedulece .info-sales-schedulece .target-member dt {
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .lp-main #sales-schedulece .info-sales-schedulece .target-member dt {
    font-size: 12px;
    line-height: 1.45;
  }
}
.lp-main #sales-schedulece .info-sales-schedulece .target-member dd .target-member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.lp-main #sales-schedulece .info-sales-schedulece .target-member dd .target-member-list li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 54px 10px 1fr;
  grid-template-columns: 54px 1fr;
  gap: 10px;
}
.lp-main #how-to-buy {
  padding: 105px 0 100px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .lp-main #how-to-buy {
    padding: 40px 0 60px;
  }
}
.lp-main #how-to-buy .inr-how-to-buy {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp-main #how-to-buy .inr-how-to-buy {
    width: 84%;
  }
}
.lp-main #how-to-buy .title-how-to-buy {
  max-width: 466px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp-main #how-to-buy .title-how-to-buy {
    max-width: 312px;
  }
}
.lp-main #how-to-buy .text-how-to-buy {
  margin-top: 80px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lp-main #how-to-buy .text-how-to-buy {
    margin-top: 40px;
  }
}
.lp-main #how-to-buy .btns-how-to-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .lp-main #how-to-buy .btns-how-to-buy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
    margin-top: 40px;
  }
}
.lp-main #how-to-buy .btns-how-to-buy .btn-ticket {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}
.lp-main #ticket {
  padding: 104px 0 100px;
  background: #DE1F26;
}
@media screen and (max-width: 768px) {
  .lp-main #ticket {
    padding: 40px 0;
  }
}
.lp-main #ticket .inr-ticket {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
}
.lp-main #ticket .title-ticket {
  max-width: 532px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp-main #ticket .title-ticket {
    max-width: 180px;
  }
}
.lp-main #ticket .ticket-lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 58px 1fr 58px 1fr 58px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 58px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .lp-main #ticket .ticket-lists {
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 32px;
    margin-top: 40px;
  }
}
.lp-main #ticket .ticket-lists li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .lp-main #ticket .ticket-lists li a {
    font-size: 14px;
    line-height: 1.3;
  }
}
.lp-main #ticket .ticket-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .lp-main #ticket .ticket-info {
    gap: 30px;
    margin-top: 46px;
  }
}
.lp-main #ticket .ticket-info .ticket-box {
  padding: 60px 120px;
  background: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .lp-main #ticket .ticket-info .ticket-box {
    padding: 40px 30px;
  }
}
.lp-main #ticket .ticket-info .ticket-box .titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.lp-main #ticket .ticket-info .ticket-box .titles .title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .lp-main #ticket .ticket-info .ticket-box .titles .title {
    font-size: 24px;
  }
}
.lp-main #ticket .ticket-info .ticket-box .image {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .lp-main #ticket .ticket-info .ticket-box .image {
    margin-top: 30px;
  }
}
.lp-main #ticket .ticket-info .ticket-box dl {
  margin-top: 40px;
}
.lp-main #ticket .ticket-info .ticket-box dl dt {
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .lp-main #ticket .ticket-info .ticket-box dl dt {
    font-size: 18px;
    line-height: 1.45;
  }
}
.lp-main #ticket .ticket-info .ticket-box dl dd {
  margin-top: 16px;
}
.lp-main #ticket .ticket-info .ticket-box dl dd p + p {
  margin-top: 12px;
}
.lp-main #ticket .ticket-info .ticket-box dl dd p + picture {
  margin-top: 40px;
}
.lp-main #ticket .ticket-info .ticket-box dl dd p a {
  color: #DE1F26;
  font-weight: 700;
}
.lp-main #ticket .ticket-info .ticket-box dl dd figure {
  display: block;
}
.lp-main #ticket .ticket-info .ticket-box dl dd figure figcaption {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .lp-main #ticket .ticket-info .ticket-box dl dd figure figcaption {
    font-size: 12px;
    line-height: 1.3;
  }
}
.lp-main #ticket .ticket-info .ticket-box dl dd picture {
  display: block;
}
.lp-main #ticket .ticket-info .ticket-box dl dd picture + p {
  margin-top: 20px;
}
.lp-main #ticket .ticket-info .ticket-box dl dd .label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .lp-main #ticket .ticket-info .ticket-box dl dd .label {
    font-size: 14px;
    line-height: 1.45;
  }
}
.lp-main #ticket .ticket-info .ticket-box dl dd .label + .attention-list {
  margin-top: 18px;
}
.lp-main #ticket .ticket-info .ticket-box dl dd .attention-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.lp-main #ticket .ticket-info .ticket-box dl dd .attention-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
}
.lp-main #ticket .ticket-info .ticket-box dl dd .attention-list li:before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  position: relative;
  top: -2px;
  content: "";
  width: 8px;
  height: 8px;
  background: #DE1F26;
  border-radius: 50%;
}
.lp-main #ticket .ticket-info .ticket-box dl dd .attention-list li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lp-main #ticket .ticket-info .ticket-box dl dd .attention-list li .attention-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}
.lp-main #ticket .ticket-info .ticket-box dl dd .attention-list li .attention-list-items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 6px;
}
.lp-main #ticket .ticket-info .ticket-box dl dd .attention-list li .attention-list-items li:before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  position: relative;
  top: -6px;
  content: "";
  width: 6px;
  height: 1px;
  background: #DE1F26;
}
@media screen and (max-width: 768px) {
  .lp-main #ticket .btn-ticket {
    max-width: 286px;
  }
}
.lp-main #arena-access {
  padding: 104px 0 100px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .lp-main #arena-access {
    padding: 40px 0 60px;
  }
}
.lp-main #arena-access .inr-arena-access {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
.lp-main #arena-access .title-arena-access {
  max-width: 597px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp-main #arena-access .title-arena-access {
    max-width: 212px;
  }
}
.lp-main #arena-access .welcome-arena {
  width: 92%;
  max-width: 720px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .lp-main #arena-access .welcome-arena {
    margin: 40px auto 0;
  }
}
.lp-main #arena-access .arena-access-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .lp-main #arena-access .arena-access-items {
    margin-top: 40px;
  }
}
.lp-main #arena-access .arena-access-items .arena-access-item {
  background: #fff;
}
.lp-main #arena-access .arena-access-items .arena-access-item.arena-access-map {
  padding: 80px 90px;
}
@media screen and (max-width: 768px) {
  .lp-main #arena-access .arena-access-items .arena-access-item.arena-access-map {
    padding: 30px 25px;
  }
}
.lp-main #arena-access .arena-access-items .arena-access-item.arena-access-map .ig-arena-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
  margin-top: 60px;
  padding: 30px 60px;
  background: #EDEDED;
}
@media screen and (max-width: 768px) {
  .lp-main #arena-access .arena-access-items .arena-access-item.arena-access-map .ig-arena-access {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 22px;
    padding: 20px 32px;
  }
}
.lp-main #arena-access .arena-access-items .arena-access-item.arena-access-map .ig-arena-access .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 768px) {
  .lp-main #arena-access .arena-access-items .arena-access-item.arena-access-map .ig-arena-access .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.lp-main #arena-access .arena-access-items .arena-access-item.arena-access-map .ig-arena-access .info .heading {
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .lp-main #arena-access .arena-access-items .arena-access-item.arena-access-map .ig-arena-access .info .heading {
    font-size: 12px;
    line-height: 1.45;
  }
}
@media screen and (max-width: 768px) {
  .lp-main #arena-access .arena-access-items .arena-access-item.arena-access-map .ig-arena-access .info .heading {
    padding-right: 0;
    margin-right: 0;
    border: none;
  }
}
.lp-main #arena-access .arena-access-items .arena-access-item.arena-access-map .ig-arena-access .link-map {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.lp-main #arena-access .arena-access-items .arena-access-item.arena-access-map .ig-arena-access .link-map a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  padding: 12px 48px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .lp-main #arena-access .arena-access-items .arena-access-item.arena-access-map .ig-arena-access .link-map a {
    font-size: 12px;
  }
}
.lp-main #arena-access .arena-access-items .arena-access-item.arena-access-route {
  padding: 80px 120px 100px;
}
@media screen and (max-width: 768px) {
  .lp-main #arena-access .arena-access-items .arena-access-item.arena-access-route {
    padding: 30px 25px;
  }
}
.lp-main #arena-access .arena-access-items .arena-access-item.arena-access-route[aria-hidden=false] .acd-box {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.lp-main #arena-access .arena-access-items .arena-access-item.arena-access-route[aria-hidden=false] .bar {
  opacity: 0;
}
.lp-main #arena-access .arena-access-items .arena-access-item.arena-access-route .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.65;
}
@media screen and (max-width: 768px) {
  .lp-main #arena-access .arena-access-items .arena-access-item.arena-access-route .title {
    font-size: 18px;
    line-height: 1.45;
  }
}
.lp-main #arena-access .arena-access-items .arena-access-item.arena-access-route .title svg {
  display: none;
}
@media screen and (max-width: 768px) {
  .lp-main #arena-access .arena-access-items .arena-access-item.arena-access-route .title svg {
    display: block;
  }
}
.lp-main #arena-access .arena-access-items .arena-access-item.arena-access-route .title svg .bar {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.lp-main #arena-access .arena-access-items .arena-access-item.arena-access-route .acd-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .lp-main #arena-access .arena-access-items .arena-access-item.arena-access-route .acd-box {
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
  }
}
.lp-main #arena-access .arena-access-items .arena-access-item.arena-access-route .acd-box .inr {
  overflow: hidden;
}
.lp-main #arena-access .arena-access-items .arena-access-item.arena-access-route .arena-access-route-lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px 80px;
  margin-top: 20px;
  padding-top: 60px;
  border-top: 2px solid #DE1F26;
}
@media screen and (max-width: 768px) {
  .lp-main #arena-access .arena-access-items .arena-access-item.arena-access-route .arena-access-route-lists {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 50px;
    padding-top: 40px;
  }
}
.lp-main #arena-access .arena-access-items .arena-access-item.arena-access-route .arena-access-route-lists .arena-access-route-list .route-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .lp-main #arena-access .arena-access-items .arena-access-item.arena-access-route .arena-access-route-lists .arena-access-route-list .route-name {
    font-size: 14px;
    line-height: 1.45;
  }
}
.lp-main #arena-access .arena-access-items .arena-access-item.arena-access-route .arena-access-route-lists .arena-access-route-list iframe {
  aspect-ratio: 19/11;
  width: 100%;
  height: 100%;
  margin-top: 12px;
}
.lp-main #arena-access .arena-access-items .arena-access-item.arena-access-route .arena-access-route-lists .arena-access-route-list .link {
  margin-top: 12px;
  text-align: right;
}
.lp-main #arena-access .arena-access-items .arena-access-item.arena-access-route .arena-access-route-lists .arena-access-route-list .link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 6px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .lp-main #arena-access .arena-access-items .arena-access-item.arena-access-route .arena-access-route-lists .arena-access-route-list .link a {
    font-size: 12px;
  }
}
.lp-main #arena-access .arena-access-items .arena-access-item.arena-access-route .arena-access-route-lists .arena-access-route-list .link a span {
  border-bottom: 1px solid #000;
}
.lp-main .link-watch {
  padding: 100px 0;
  background: #DE1F26;
}
@media screen and (max-width: 768px) {
  .lp-main .link-watch {
    padding: 60px 0;
  }
}
.lp-main .link-watch .inr-link-watch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 84%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp-main .link-watch .inr-link-watch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp-main .link-watch .inr-link-watch a {
  display: block;
  max-width: 496px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.lp-main .link-watch .inr-link-watch a:hover {
  opacity: 0.7;
}
.lp-main .btn-back {
  max-width: 400px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .lp-main .btn-back {
    max-width: 315px;
  }
}
.lp-main .btn-back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 20px 50px;
  background: #000;
  border: 2px solid #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .lp-main .btn-back a {
    gap: 10px;
    padding: 13px 20px;
    font-size: 14px;
  }
}
.lp-main .btn-back a svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .lp-main .btn-back a svg {
    width: 9px;
  }
}

/*
* color
* --------------------------------------------------*/
.section-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  height: 170px;
  border-top: 2px solid #000;
}
@media (max-width: 1220px) {
  .section-sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.section-sns .sns-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 550px;
  width: 39.2%;
  background: #fff;
  /*SP*/
}
.section-sns .sns-title picture,
.section-sns .sns-title img {
  width: 262px;
  height: auto;
}
@media (max-width: 1220px) {
  .section-sns .sns-title {
    padding: 36px 0 27px;
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .section-sns .sns-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-sns .sns-title picture {
    text-align: center;
  }
  .section-sns .sns-title img {
    width: 131px;
    height: 35px;
  }
}
.section-sns .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1220px) {
  .section-sns .sns-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    border-top: 2px solid #000000;
  }
}
.section-sns .sns-list .sns-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 170px;
  padding: 40px 10px 20px;
  border-left: 2px solid #000;
  /*SP*/
}
.section-sns .sns-list .sns-item img {
  height: 70px;
  width: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-sns .sns-list .sns-item img {
    width: 30px;
    height: 30px;
  }
}
.section-sns .sns-list .sns-item .sns-label {
  margin-top: 20px;
  font-size: 15px;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-sns .sns-list .sns-item .sns-label {
    margin-top: 10px;
    font-size: 9px;
  }
}
@media (max-width: 1220px) {
  .section-sns .sns-list .sns-item {
    width: 100%;
  }
  .section-sns .sns-list .sns-item:first-of-type {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .section-sns .sns-list .sns-item {
    padding: 11px 9px;
  }
}

/*
* color
* --------------------------------------------------*/
/* 背景
-----------------------------------------------------*/
.bg-black {
  background-color: #000000;
}

.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #f4f4f4;
}

/* PC,SPごとの表示切り替え
-----------------------------------------------------*/
.sp-break {
  display: inline;
}

/*SP*/
@media screen and (max-width: 768px) {
  .sp-break {
    display: block;
  }
}
.only-pc {
  display: block;
}

.only-sp {
  display: none;
}

/*SP*/
@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
}