@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-white);
  --color-bg: var(--color-black-bg);
  --color-black: #000;
  --color-black-bg: #000204;
  --color-white: #fff;
  --color-white-line: #a8a8a8;
  --color-line: #00398c;
  --color-blue: #267af6;
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
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,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  color: var(--color-text);
  background: var(--color-bg);
  overflow: hidden;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

a {
  color: var(--color-text);
  position: relative;
  text-decoration: none;
}

.clearfix:after {
  content: " . ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

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

*:focus-visible {
  outline: 1px solid var(--color-black) !important;
}

input,
select,
textarea {
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit],
input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=" tel "] {
  display: inline-block;
  color: inherit;
}

button {
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.1rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ol,
ul {
  list-style: none;
}

@media screen and (min-width: 961px) {
  .is-sp {
    display: none !important;
  }
  .is-sp-inline {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .sp-inline {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  .is-pc {
    display: none !important;
  }
  .is-pc-inline {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
}

@media screen and (orientation: landscape) {
  .is-port {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .is-land {
    display: none !important;
  }
}

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

img::-moz-selection {
  background: none;
}

img::selection {
  background: none;
}

img[height] {
  height: auto !important;
}

[data-prefix]::before {
  content: attr(data-prefix);
}

[data-suffix]::after {
  content: attr(data-suffix);
}

.l-wrap {
  display: block;
  position: relative;
  background: var(--color-black-bg);
  z-index: 0;
}

.l-wrap__loader {
  height: 4rem;
  width: 4rem;
  display: block;
  position: fixed;
  bottom: 1.4rem;
  right: 1.4rem;
  pointer-events: none;
  z-index: 20;
}

@media screen and (max-width: 960px) {
  .l-wrap__loader {
    height: 2rem;
    width: 2rem;
    bottom: 1.5rem;
    right: 1.5rem;
  }
}

.is-load .l-wrap__loader {
  opacity: 0;
  -webkit-transition: opacity 0.5s var(--ease_out) 1s;
  transition: opacity 0.5s var(--ease_out) 1s;
}

.l-wrap__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 0.5px solid transparent;
  border-top: 0.5px solid var(--color-white);
  -webkit-animation: rotate 0.7s linear infinite;
          animation: rotate 0.7s linear infinite;
  z-index: 20;
  pointer-events: none;
}

.l-wrap__bg {
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/bg_pattern01.png") repeat 0 0/10rem auto;
  z-index: -1;
  opacity: 0;
}

.is-load .l-wrap__bg {
  opacity: 1;
  -webkit-transition: opacity 2s var(--ease_inout);
  transition: opacity 2s var(--ease_inout);
}

.l-wrap__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_pattern02.png") repeat-y 50% 0/100% auto;
}

.l-wrap__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/main_grd_top.png") no-repeat center top/100% auto, url("../img/main_grd_bottom.png") no-repeat center bottom/100% auto;
}

.l-wrap__container {
  width: 100%;
  min-height: var(--svh);
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
}

.is-load .l-wrap__container {
  opacity: 1;
  -webkit-transition: opacity 2s var(--ease_inout);
  transition: opacity 2s var(--ease_inout);
}

.l-footer {
  display: block;
  position: relative;
  margin-top: 14rem;
  color: var(--color-white);
  background-color: var(--color-black-bg);
  padding: 5.2rem 0;
}

@media screen and (max-width: 960px) {
  .l-footer {
    margin-top: 10.4rem;
    padding: 5.2rem 0 8rem;
  }
}

.l-footer__container {
  width: calc(100% - 20rem);
  display: block;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .l-footer__container {
    width: calc(100% - 10rem);
  }
}

.l-footer__content {
  display: block;
  position: relative;
}

@media screen and (min-width: 961px) {
  .l-footer__content {
    padding-left: 30rem;
  }
}

.l-footer__official {
  display: block;
  position: relative;
}

@media screen and (min-width: 961px) {
  .l-footer__official {
    width: 19.5rem;
    display: block;
    position: absolute;
    top: 1rem;
    left: 0;
  }
}

@media screen and (max-width: 960px) {
  .l-footer__official {
    width: 17.5rem;
    margin: 0 auto;
  }
}

.l-footer__official-link {
  display: block;
  position: relative;
}

@media (hover: hover) and (pointer: fine) {
  .l-footer__official-link {
    -webkit-transition: opacity 0.4s var(--ease_out);
    transition: opacity 0.4s var(--ease_out);
  }
  .l-footer__official-link:hover {
    opacity: 0.7;
  }
}

.l-footer__share {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-left: auto;
}

@media screen and (max-width: 960px) {
  .l-footer__share {
    margin: 2.8rem auto 0;
  }
}

.l-footer__help {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-top: 2rem;
  margin-left: auto;
}

@media screen and (max-width: 960px) {
  .l-footer__help {
    width: 100%;
    margin: 2rem auto 0;
  }
}

.l-footer__legal {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: right;
}

@media screen and (max-width: 960px) {
  .l-footer__legal {
    width: 100%;
    margin: 3.4rem auto 0;
  }
}

.l-footer__legal-text {
  display: block;
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (max-width: 960px) {
  .l-footer__legal-text {
    font-size: 0.8rem;
    text-align: center;
  }
}

.l-footer__legal-text + .l-footer__legal-text {
  margin-top: 0.9rem;
}

@media screen and (max-width: 960px) {
  .l-footer__legal-text + .l-footer__legal-text {
    margin-top: 2.5rem;
  }
}

.l-footer_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.l-footer_share__cap {
  display: block;
  position: relative;
  margin-right: 2rem;
  font-size: 1.5rem;
  color: var(--color-white);
}

@media screen and (max-width: 960px) {
  .l-footer_share__cap {
    margin-right: 1rem;
    font-size: 1.1rem;
  }
}

.l-footer_share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

@media screen and (max-width: 960px) {
  .l-footer_share__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-footer_share__list-item {
  display: block;
  position: relative;
}

.l-footer_share__list-item + .l-footer_share__list-item {
  margin-left: 0.5rem;
}

@media screen and (max-width: 960px) {
  .l-footer_share__list-item + .l-footer_share__list-item {
    margin-left: 0.8rem;
  }
}

.l-footer_share__link {
  width: 3.5rem;
  height: 3.5rem;
  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;
  position: relative;
}

@media screen and (max-width: 960px) {
  .l-footer_share__link {
    width: 4.5rem;
    height: 4.5rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .l-footer_share__link {
    -webkit-transition: opacity 0.4s var(--ease_out);
    transition: opacity 0.4s var(--ease_out);
  }
  .l-footer_share__link:hover {
    opacity: 0.7;
  }
}

.l-footer_share__link-img {
  width: 3rem;
  display: block;
  position: relative;
}

@media screen and (max-width: 960px) {
  .l-footer_share__link-img {
    width: 3rem;
  }
}

.l-footer_help {
  display: block;
  position: relative;
}

.l-footer_help__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

@media screen and (max-width: 960px) {
  .l-footer_help__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem;
  }
}

.l-footer_help__list-item {
  display: block;
  position: relative;
}

.l-footer_help__list-item + .l-footer_help__list-item {
  margin-left: 2.2rem;
}

@media screen and (min-width: 961px) {
  .l-footer_help__list-item + .l-footer_help__list-item::before {
    content: "";
    width: 1px;
    height: 70%;
    display: block;
    position: absolute;
    top: 60%;
    left: -1.1rem;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: var(--color-white);
  }
}

@media screen and (max-width: 960px) {
  .l-footer_help__list-item + .l-footer_help__list-item {
    margin-left: 0;
  }
  .l-footer_help__list-item + .l-footer_help__list-item:not(:nth-child(3))::before {
    content: "";
    width: 1px;
    height: 70%;
    display: block;
    position: absolute;
    top: 60%;
    left: -0.76rem;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: var(--color-white);
  }
}

.l-footer_help__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 1.2rem;
}

@media screen and (max-width: 960px) {
  .l-footer_help__link {
    font-size: 1.1rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .l-footer_help__link {
    -webkit-transition: opacity 0.4s var(--ease_out);
    transition: opacity 0.4s var(--ease_out);
  }
  .l-footer_help__link:hover {
    opacity: 0.7;
  }
}

.p-hero {
  display: block;
  position: relative;
  opacity: 0;
}

.is-load .p-hero {
  opacity: 1;
  -webkit-transition: opacity 1s var(--ease_inout);
  transition: opacity 1s var(--ease_inout);
}

.p-hero::before {
  width: 100%;
  height: 348px;
  display: block;
  position: absolute;
  top: 90%;
  left: 50%;
  background: url("../img/main_deco.png") repeat-x 0 50%/2402px auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 960px) {
  .p-hero::before {
    content: "";
    background-size: 1201px auto;
  }
}

.is-load .p-hero::before {
  -webkit-animation: hero_marquee 120s infinite;
          animation: hero_marquee 120s infinite;
}

@media screen and (max-width: 960px) {
  .is-load .p-hero::before {
    -webkit-animation: hero_marquee 240s infinite;
            animation: hero_marquee 240s infinite;
  }
}

@-webkit-keyframes hero_marquee {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -2402px;
  }
}

@keyframes hero_marquee {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -2402px;
  }
}

.p-hero__container {
  width: 100%;
  min-height: var(--svh);
  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;
  position: relative;
  margin: 0 auto;
}

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

.p-hero__kv {
  display: block;
  position: relative;
  overflow: hidden;
}

.p-hero__kv img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.is-load .p-hero__kv img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 5s var(--ease_out);
  transition: -webkit-transform 5s var(--ease_out);
  transition: transform 5s var(--ease_out);
  transition: transform 5s var(--ease_out), -webkit-transform 5s var(--ease_out);
}

.p-hero__logo {
  width: 61rem;
  display: block;
  position: absolute;
  top: 68.2%;
  left: 50%;
  opacity: 0;
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

@media screen and (max-width: 960px) {
  .p-hero__logo {
    width: 29.5rem;
    top: 106%;
  }
}

.is-load .p-hero__logo {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: opacity 1.8s var(--ease_inout) 0.3s, -webkit-filter 2.4s var(--ease_inout) 0.3s, -webkit-transform 5s var(--ease_out) 0.3s;
  transition: opacity 1.8s var(--ease_inout) 0.3s, -webkit-filter 2.4s var(--ease_inout) 0.3s, -webkit-transform 5s var(--ease_out) 0.3s;
  transition: opacity 1.8s var(--ease_inout) 0.3s, filter 2.4s var(--ease_inout) 0.3s, transform 5s var(--ease_out) 0.3s;
  transition: opacity 1.8s var(--ease_inout) 0.3s, filter 2.4s var(--ease_inout) 0.3s, transform 5s var(--ease_out) 0.3s, -webkit-filter 2.4s var(--ease_inout) 0.3s, -webkit-transform 5s var(--ease_out) 0.3s;
}

.p-hero__scroll {
  width: 10rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (min-width: 961px) {
  .p-hero__scroll {
    display: none;
  }
}

.p-hero__scroll-cap {
  width: 4.5rem;
  display: block;
  position: relative;
  margin: 0 auto 1rem;
}

@media screen and (max-width: 960px) {
  .p-hero__scroll-cap {
    width: 4rem;
  }
}

.p-hero__scroll-bar {
  width: 1px;
  height: 4rem;
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .p-hero__scroll-bar {
    height: 3rem;
  }
}

.p-hero__scroll-bar::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
  -webkit-animation: scroll_bar 6s var(--ease_inout) infinite;
          animation: scroll_bar 6s var(--ease_inout) infinite;
}

@-webkit-keyframes scroll_bar {
  0% {
    top: 0;
    height: 0;
  }
  50% {
    top: 0;
    height: 100%;
  }
  100% {
    top: 100%;
    height: 100%;
  }
}

@keyframes scroll_bar {
  0% {
    top: 0;
    height: 0;
  }
  50% {
    top: 0;
    height: 100%;
  }
  100% {
    top: 100%;
    height: 100%;
  }
}

.p-section {
  width: 90%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 4rem auto 0;
}

@media screen and (max-width: 960px) {
  .p-section {
    margin-top: 12rem;
  }
}

.p-section + .p-section {
  margin-top: 6rem;
}

.p-section__container {
  width: 100%;
  display: block;
  position: relative;
  padding: 9.3rem 0;
  margin: 0 auto;
  background-color: var(--color-black-bg);
}

@media screen and (max-width: 960px) {
  .p-section__container {
    padding: 6.3rem 0;
  }
}

.p-section__container::before {
  --img_ratio: 1;
  content: "";
  width: 100%;
  height: 90px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.--about .p-section__container::before {
  --img_width: 539px;
  --img_ratio: 1;
  background: url("../img/rt_about.png") repeat-x 0 100%/var(--img_width) auto;
}

@media screen and (max-width: 960px) {
  .--about .p-section__container::before {
    --img_width: 404.25px;
  }
}

.--ticket .p-section__container::before {
  --img_width: 539px;
  --img_ratio: 1;
  background: url("../img/rt_ticket.png") repeat-x 0 100%/var(--img_width) auto;
}

@media screen and (max-width: 960px) {
  .--ticket .p-section__container::before {
    --img_width: 404.25px;
  }
}

.--attention .p-section__container::before {
  --img_width: 771px;
  --img_ratio: 0.6990920882;
  background: url("../img/rt_atiention.png") repeat-x 0 100%/var(--img_width) auto;
}

@media screen and (max-width: 960px) {
  .--attention .p-section__container::before {
    --img_width: 578.25px;
  }
}

.is-load .p-section__container::before {
  -webkit-animation: section_marquee calc(50s * var(--img_ratio)) infinite;
          animation: section_marquee calc(50s * var(--img_ratio)) infinite;
}

@-webkit-keyframes section_marquee {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: calc(var(--img_width) * -1);
  }
}

@keyframes section_marquee {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: calc(var(--img_width) * -1);
  }
}

.p-section__container::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: -1rem;
  left: -1rem;
  border: 1px solid var(--color-line);
  pointer-events: none;
}

@media screen and (max-width: 960px) {
  .p-section__container::after {
    top: -0.5rem;
    left: -0.5rem;
  }
}

.p-section__header {
  display: block;
  position: relative;
  margin-bottom: 2.8rem;
}

@media screen and (max-width: 960px) {
  .p-section__header {
    margin-bottom: 1.2rem;
  }
}

.p-section__title {
  width: 38.5rem;
  display: block;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .p-section__title {
    width: 19.25rem;
  }
}

.--attention .p-section__title {
  width: 56rem;
}

@media screen and (max-width: 960px) {
  .--attention .p-section__title {
    width: 28rem;
  }
}

.p-section__inner {
  width: 90%;
  max-width: 76rem;
  display: block;
  position: relative;
  margin: 0 auto;
}

.p-section_content {
  display: block;
  position: relative;
  padding: 3.3rem 0;
}

@media screen and (min-width: 961px) {
  .p-section_content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 22rem 1fr;
        grid-template-columns: 22rem 1fr;
    gap: 1.4rem;
  }
}

@media screen and (max-width: 960px) {
  .p-section_content {
    padding: 2.4rem 0;
  }
}

.p-section_content + .p-section_content::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, var(--color-white-line) 2px, transparent 2px);
  background-size: 0.8rem 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

@media screen and (max-width: 960px) {
  .p-section_content + .p-section_content::before {
    background-size: 0.6rem 2px;
  }
}

.p-section_content + .p-section_content::after {
  content: "";
  width: 2rem;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-blue);
}

.p-section_content__header {
  display: block;
  position: relative;
}

@media screen and (max-width: 960px) {
  .p-section_content__header {
    margin-bottom: 1.2rem;
  }
}

.p-section_content__title {
  display: block;
  position: relative;
  font-size: 2.1rem;
  line-height: 1.6;
  letter-spacing: 0.4rem;
  color: var(--color-blue);
}

@media screen and (max-width: 960px) {
  .p-section_content__title {
    font-size: 1.65rem;
    letter-spacing: 0.35rem;
  }
}

.p-section_content__inner {
  display: block;
  position: relative;
}

.p-section_content__text {
  display: block;
  position: relative;
  font-size: 1.9rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 960px) {
  .p-section_content__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.p-section_content__data {
  display: block;
  position: relative;
}

.p-section_content__data + .p-section_content__data {
  margin-top: 2rem;
}

@media screen and (max-width: 960px) {
  .p-section_content__data + .p-section_content__data {
    margin-top: 1.2rem;
  }
}

.p-section_content__data-cap {
  display: block;
  position: relative;
  margin-bottom: 0.6em;
  padding-left: 1rem;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 700;
  color: var(--color-blue);
}

@media screen and (max-width: 960px) {
  .p-section_content__data-cap {
    margin-bottom: 1em;
    font-size: 1.6rem;
  }
}

.p-section_content__data-cap small {
  font-size: 0.65em;
}

@media screen and (max-width: 960px) {
  .p-section_content__data-cap small {
    font-size: 0.6em;
  }
}

.p-section_content__data-cap::before {
  content: "";
  width: 0.4rem;
  height: 65%;
  display: block;
  position: absolute;
  bottom: 10%;
  left: 0;
  background-color: currentColor;
}

.p-section_content__data-lead {
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 1.5;
}

@media screen and (max-width: 960px) {
  .p-section_content__data-lead {
    line-height: 1.3;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 960px) {
  .--ticket .p-section_content__data-lead {
    font-size: 1.2rem;
  }
}

.p-section_content__data-lead small {
  font-size: 0.65em;
}

@media screen and (max-width: 960px) {
  .p-section_content__data-lead small {
    font-size: 0.6em;
  }
}

.p-section_content__data-lead a {
  color: var(--color-blue);
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
  .p-section_content__data-lead a:hover {
    text-decoration: none;
  }
}

.p-section_content__data-text {
  display: block;
  position: relative;
  margin: 1rem auto;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media screen and (max-width: 960px) {
  .p-section_content__data-text {
    font-size: 1.2rem;
  }
}

.p-section_content__data-text:first-letter {
  margin-top: 0;
}

.p-section_content__data-text:last-child {
  margin-bottom: 0;
}

.p-section_content__data-text a {
  color: var(--color-blue);
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
  .p-section_content__data-text a:hover {
    text-decoration: none;
  }
}

.p-section_content__data-text small {
  font-size: 0.65em;
}

.p-section_content__data-note {
  display: block;
  position: relative;
  margin: 1rem auto;
  font-size: 1.2rem;
  line-height: 1.8;
}

@media screen and (max-width: 960px) {
  .p-section_content__data-note {
    font-size: 1rem;
  }
}

.p-section_content__data-note:first-letter {
  margin-top: 0;
}

.p-section_content__data-note:last-child {
  margin-bottom: 0;
}

.p-section_content__data-note a {
  color: var(--color-blue);
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
  .p-section_content__data-note a:hover {
    text-decoration: none;
  }
}

.p-section_content__data-note small {
  font-size: 0.65em;
}

.p-section_info {
  display: block;
  position: relative;
  padding: 3.3rem 0;
}

@media screen and (max-width: 960px) {
  .p-section_info {
    padding: 2.6rem 0;
  }
}

.p-section_info + .p-section_info::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, var(--color-white-line) 2px, transparent 2px);
  background-size: 0.8rem 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

@media screen and (max-width: 960px) {
  .p-section_info + .p-section_info::before {
    background-size: 0.6rem 2px;
  }
}

.p-section_info__header {
  display: block;
  position: relative;
  margin-bottom: 2rem;
}

@media screen and (max-width: 960px) {
  .p-section_info__header {
    margin-bottom: 1.6rem;
  }
}

.p-section_info__title {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  color: var(--color-blue);
}

@media screen and (max-width: 960px) {
  .p-section_info__title {
    font-size: 1.5rem;
  }
}

.p-section_info__inner {
  display: block;
  position: relative;
}

.p-section_info__text {
  display: block;
  position: relative;
  font-size: 1.9rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 960px) {
  .p-section_info__text {
    font-size: 1.3rem;
  }
}

.p-section_info__note {
  display: block;
  position: relative;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.05rem;
}

@media screen and (max-width: 960px) {
  .p-section_info__note {
    font-size: 1.1rem;
    line-height: 2.15;
  }
}

.p-section_box {
  display: block;
  position: relative;
  padding: 4rem 6rem;
}

@media screen and (max-width: 960px) {
  .p-section_box {
    padding: 2rem 2.5rem;
  }
}

.p-section_box::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-white);
}

.p-section_box__cap {
  display: block;
  position: relative;
  font-size: 1.6rem;
}

@media screen and (max-width: 960px) {
  .p-section_box__cap {
    font-size: 1.4rem;
  }
}

.p-section_box__text {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media screen and (max-width: 960px) {
  .p-section_box__text {
    font-size: 1.2rem;
  }
}

.p-section_box__text + .p-section_box__text {
  margin-top: 1.5rem;
}

@media screen and (max-width: 960px) {
  .p-section_box__text + .p-section_box__text {
    margin-top: 1.2rem;
  }
}

.not-sale {
  position: relative;
  margin-bottom: 2rem;
}

.not-sale::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: rgba(30, 30, 30, 0.6);
}

.not-sale::after {
  content: "募集終了";
  position: absolute;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.u-text-indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.u-ta-center {
  text-align: center !important;
}

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

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

.u-ta-left {
  text-align: left !important;
}

.u-ta-right {
  text-align: right !important;
}

.u-fw-lighter {
  font-weight: lighter !important;
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-fs-1 {
  font-size: 0.1em;
}

.u-fs-2 {
  font-size: 0.2em;
}

.u-fs-3 {
  font-size: 0.3em;
}

.u-fs-4 {
  font-size: 0.4em;
}

.u-fs-5 {
  font-size: 0.5em;
}

.u-fs-6 {
  font-size: 0.6em;
}

.u-fs-7 {
  font-size: 0.7em;
}

.u-fs-8 {
  font-size: 0.8em;
}

.u-fs-9 {
  font-size: 0.9em;
}

.u-fs-10 {
  font-size: 1em;
}

.u-fs-11 {
  font-size: 1.1em;
}

.u-fs-12 {
  font-size: 1.2em;
}

.u-fs-13 {
  font-size: 1.3em;
}

.u-fs-14 {
  font-size: 1.4em;
}

.u-fs-15 {
  font-size: 1.5em;
}

.u-fs-16 {
  font-size: 1.6em;
}

.u-fs-17 {
  font-size: 1.7em;
}

.u-fs-18 {
  font-size: 1.8em;
}

.u-fs-19 {
  font-size: 1.9em;
}

.u-fs-20 {
  font-size: 2em;
}

.u-color-white {
  color: var(--color-white);
}

.u-color-black {
  color: var(--color-black);
}

.u-lazy {
  min-height: 10rem;
  opacity: 0;
}

.u-lazy.is-lazy-loaded {
  opacity: 1;
  min-height: auto;
  -webkit-transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}

.u-lazy__loader {
  height: 4rem;
  width: 4rem;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 25;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  pointer-events: none;
}

.is-lazy-loading + .u-lazy__loader {
  display: block;
}

.u-lazy__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top: 2px solid var(--color-black);
  pointer-events: none;
}

.is-lazy-loading + .u-lazy__loader::before {
  content: "";
  -webkit-animation: rotate 0.6s linear infinite;
          animation: rotate 0.6s linear infinite;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translate(1rem, 0);
            transform: translate(1rem, 0);
  }
  26% {
    opacity: 0;
    -webkit-transform: translate(-1rem, 0);
            transform: translate(-1rem, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-1rem, 0);
            transform: translate(-1rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translate(1rem, 0);
            transform: translate(1rem, 0);
  }
  26% {
    opacity: 0;
    -webkit-transform: translate(-1rem, 0);
            transform: translate(-1rem, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-1rem, 0);
            transform: translate(-1rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes arrow_prev {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(-1, 1);
            transform: translate(0, 0) scale(-1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translate(-1rem, 0) scale(-1, 1);
            transform: translate(-1rem, 0) scale(-1, 1);
  }
  26% {
    opacity: 0;
    -webkit-transform: translate(1rem, 0) scale(-1, 1);
            transform: translate(1rem, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(1rem, 0) scale(-1, 1);
            transform: translate(1rem, 0) scale(-1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(-1, 1);
            transform: translate(0, 0) scale(-1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(-1, 1);
            transform: translate(0, 0) scale(-1, 1);
  }
}

@keyframes arrow_prev {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(-1, 1);
            transform: translate(0, 0) scale(-1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translate(-1rem, 0) scale(-1, 1);
            transform: translate(-1rem, 0) scale(-1, 1);
  }
  26% {
    opacity: 0;
    -webkit-transform: translate(1rem, 0) scale(-1, 1);
            transform: translate(1rem, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(1rem, 0) scale(-1, 1);
            transform: translate(1rem, 0) scale(-1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(-1, 1);
            transform: translate(0, 0) scale(-1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(-1, 1);
            transform: translate(0, 0) scale(-1, 1);
  }
}

@-webkit-keyframes arrow_centerY {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translate(1rem, -50%);
            transform: translate(1rem, -50%);
  }
  26% {
    opacity: 0;
    -webkit-transform: translate(-1rem, -50%);
            transform: translate(-1rem, -50%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-1rem, -50%);
            transform: translate(-1rem, -50%);
    -webkit-animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@keyframes arrow_centerY {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translate(1rem, -50%);
            transform: translate(1rem, -50%);
  }
  26% {
    opacity: 0;
    -webkit-transform: translate(-1rem, -50%);
            transform: translate(-1rem, -50%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-1rem, -50%);
            transform: translate(-1rem, -50%);
    -webkit-animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@-webkit-keyframes arrow_centerY_prev {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translate(-1rem, -50%);
            transform: translate(-1rem, -50%);
  }
  26% {
    opacity: 0;
    -webkit-transform: translate(1rem, -50%);
            transform: translate(1rem, -50%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(1rem, -50%);
            transform: translate(1rem, -50%);
    -webkit-animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@keyframes arrow_centerY_prev {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translate(-1rem, -50%);
            transform: translate(-1rem, -50%);
  }
  26% {
    opacity: 0;
    -webkit-transform: translate(1rem, -50%);
            transform: translate(1rem, -50%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(1rem, -50%);
            transform: translate(1rem, -50%);
    -webkit-animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
            animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@-webkit-keyframes skeleton_screen {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes skeleton_screen {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}

/****************************************************/
.goods_info {
  margin-top: 2.5rem;
}

@media screen and (max-width: 960px) {
  .goods_info {
    margin-top: 2rem;
  }
}

.goods_info:first-child {
  margin-top: 0;
}

.goods_info .txt_1 {
  line-height: 1.5em;
  font-size: 2rem;
}

@media screen and (max-width: 960px) {
  .goods_info .txt_1 {
    font-size: 1.65rem;
  }
}

.goods_info .txt_1 .att {
  font-size: 1.2rem;
}

@media screen and (min-width: 961px) {
  .goods_info .txt_1 .att {
    display: inline-block;
  }
}

@media screen and (max-width: 960px) {
  .goods_info .txt_1 .att {
    font-size: 1rem;
  }
}

.goods_info .txt_2 {
  margin-bottom: 1rem;
}

@media screen and (max-width: 960px) {
  .goods_info .txt_2 {
    font-size: 1.3rem;
  }
}

.goods_info .note {
  font-size: 1.2rem;
  line-height: 2;
  margin-top: 1rem;
}

@media screen and (max-width: 960px) {
  .goods_info .note {
    font-size: 1.1rem;
    line-height: 1.8;
  }
}

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

.goods_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.goods_item {
  width: 31.3%;
  margin-left: 3%;
  margin-top: 4rem;
}

@media screen and (min-width: 961px) {
  .goods_item:nth-child(3n+1) {
    margin-left: 0;
  }
  .goods_item:nth-child(n+1):nth-child(-n+3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 960px) {
  .goods_item {
    width: 49%;
    margin-left: 2%;
    margin-top: 3rem;
  }
  .goods_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .goods_item:nth-child(n+1):nth-child(-n+2) {
    margin-top: 0;
  }
}

.p-goods_lineup {
  position: relative;
  padding: 3.3rem 0;
}

.p-goods_lineup::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, var(--color-white-line) 2px, transparent 2px);
  background-size: 0.8rem 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

@media screen and (max-width: 960px) {
  .p-goods_lineup::before {
    background-size: 0.6rem 2px;
  }
}

.p-goods_lineup::after {
  content: "";
  width: 2rem;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-blue);
}

@media screen and (max-width: 960px) {
  .p-goods_lineup {
    padding: 2.4rem 0;
  }
}

.goods_name {
  margin-top: 1.5rem;
  font-size: 2rem;
  color: var(--color-blue);
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .goods_name {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}

.goods_price {
  margin-top: 0.5rem;
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  .goods_price {
    font-size: 1.5rem;
    margin-top: 0.2rem;
  }
}

.goods_price span {
  font-size: 1.3rem;
}

@media screen and (max-width: 960px) {
  .goods_price span {
    font-size: 1.1rem;
  }
}

.goods_txt {
  font-size: 1.3rem;
  line-height: 1.5em;
  margin-top: 1rem;
}

@media screen and (max-width: 960px) {
  .goods_txt {
    font-size: 1.1rem;
  }
}

.goods_txt p {
  margin-top: 0.5rem;
}

.goods_txt p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 960px) {
  .goods_txt p {
    margin-top: 1rem;
  }
}

.goods_txt .limit {
  display: inline-block;
  line-height: 1em;
  padding: 4px 5px 5px 5px;
  margin-top: 1rem;
  background: var(--color-blue);
}

.ticket_special{
  width: 60%;
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
   .ticket_special{
    width: 80%;
  }
}