@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-black);
  --color-bg: var(--color-white);
  --color-black: #3b3b3e;
  --color-white: #fff;
  --color-yellow: #ffdf00;
  --color-blue: #383e96;
  --color-sky: #c3e5ea;
  --color-red: #e83234;
  --color-gray: #8c8c8c;
  --color-gray-dark: #39383d;
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
  --ease_bounce: cubic-bezier(0.34, 1.56, 0.64, 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);
  font-family: "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  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;
}

* {
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
*::before, *::after {
  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: "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1rem;
  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;
}
.l-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/bg_pc.jpg") no-repeat center bottom/cover;
  opacity: 0;
}
@media screen and (orientation: portrait) {
  .l-wrap::before {
    background: url("../img/bg_sp.jpg") no-repeat center bottom/cover;
  }
}
.is-load .l-wrap::before {
  opacity: 1;
  transition: opacity 2s var(--ease_out);
}
.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;
  transition: opacity 0.8s var(--ease_inout);
}

@media screen and (min-width: 961px) {
  .l-nav {
    height: 0;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    padding-right: 3.6rem;
    z-index: 1;
  }
}
@media screen and (max-width: 960px) {
  .l-nav {
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    overscroll-behavior-y: none;
    z-index: 10;
    background: var(--color-white);
    opacity: 0;
    transition: opacity 0.8s var(--ease_out);
  }
  .is-menu-show .l-nav {
    display: block;
  }
  .is-menu-open .l-nav {
    pointer-events: auto;
    opacity: 1;
  }
}
.l-nav__container {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__container {
    width: 100%;
    min-height: var(--svh);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    padding: 2rem 0;
    margin: 0 auto;
    background: url("../img/bg_pc.jpg") no-repeat center bottom/cover;
  }
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .l-nav__container {
    background: url("../img/bg_sp.jpg") no-repeat center bottom/cover;
  }
}
.l-nav__content {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__content {
    width: 90%;
    display: block;
    position: relative;
  }
}
.l-nav__brand {
  width: 20rem;
  display: block;
  position: relative;
  margin: 0 auto 3.8rem;
}
@media screen and (min-width: 961px) {
  .l-nav__brand {
    display: none;
  }
}
.l-nav__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-nav__list {
    transform: translate(0, -100%);
    padding-bottom: 3.6rem;
  }
}
.l-nav__list-item {
  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-nav__list-item {
    margin: 0 auto;
  }
}
.l-nav__list-item + .l-nav__list-item {
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-top: 2.2rem;
  }
}
.l-nav__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 2.3rem;
  font-family: "Passion One", "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-red);
  text-align: right;
  transition: color 0.5s var(--ease_inout);
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__link:hover {
    color: var(--color-white);
  }
}
@media screen and (min-width: 961px) {
  .is-current .l-nav__link {
    color: var(--color-white);
  }
}
.l-nav__link::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color-red);
  transition: width 0.5s var(--ease_inout);
}
@media screen and (min-width: 961px) {
  .is-current .l-nav__link::before {
    width: 100%;
    left: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__link:hover::before {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .l-nav__link {
    font-size: 2.8rem;
  }
}
.l-nav__link-text {
  display: block;
  position: relative;
  padding: 0 0.5rem;
  line-height: 1;
}
.l-menu {
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 15;
  font-size: 0;
  color: var(--color-white);
  background: var(--color-red);
  outline: none !important;
  border-radius: 0.5rem;
}
@media screen and (min-width: 961px) {
  .l-menu {
    display: none;
  }
}
.l-menu__content {
  width: 2.5rem;
  height: 1.8rem;
  display: block;
  position: relative;
  box-sizing: content-box;
}
@media screen and (max-width: 960px) and (hover: hover) and (pointer: fine) {
  .l-menu__content {
    transition: height 0.3s var(--ease_out);
  }
  .l-menu:hover .l-menu__content {
    height: 2.4rem;
  }
}
.l-menu__line {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s var(--ease_out);
}
.l-menu__line.--open {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform-origin: right bottom;
}
.l-menu__line-bar {
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.l-menu__line-bar:nth-child(1) {
  --delay1: 0s;
  --delay2: 0.05s;
}
.l-menu__line-bar:nth-child(2) {
  --delay1: 0.05s;
  --delay2: 0.1s;
}
.l-menu__line-bar:nth-child(3) {
  --delay1: 0.1s;
  --delay2: 0.15s;
}
.--close .l-menu__line-bar {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.--close .l-menu__line-bar:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .--close .l-menu__line-bar:nth-child(1) {
    transition: transform 0.3s var(--ease_out);
  }
  .l-menu:hover .--close .l-menu__line-bar:nth-child(1) {
    transform: translate(-50%, -50%) rotate(30deg);
  }
}
.--close .l-menu__line-bar:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (hover: hover) and (pointer: fine) {
  .--close .l-menu__line-bar:nth-child(2) {
    transition: transform 0.3s var(--ease_out);
  }
  .l-menu:hover .--close .l-menu__line-bar:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-30deg);
  }
}
.l-menu__line-bar::before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-white);
  transition: width 0.4s var(--ease_inout);
}
.--open .l-menu__line-bar::before {
  width: 100%;
  right: 0;
  left: auto;
  transition: width 0.8s var(--ease_inout) calc(var(--delay1) + 0.2s);
}
.is-menu-open .--open .l-menu__line-bar::before {
  width: 0 !important;
  left: 0 !important;
  transition: width 0.8s var(--ease_inout) var(--delay1);
}
.--close .l-menu__line-bar::before {
  width: 0;
  transition: width 0.7s var(--ease_inout) var(--delay1);
}
.is-menu-open .--close .l-menu__line-bar::before {
  width: 100%;
  left: auto;
  right: 0;
  transition: width 0.7s var(--ease_inout) calc(var(--delay1) + 0.2s);
}

.l-footer {
  display: block;
  position: relative;
  padding: 5rem;
  color: var(--color-blue);
  background-color: var(--color-yellow);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding: 5rem 1rem;
  }
}
.l-footer__pagetop {
  width: 16rem;
  display: block;
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translate(-50%, -100%);
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop {
    width: 14rem;
  }
}
.l-footer__pagetop-base {
  display: block;
  position: relative;
}
.l-footer__pagetop-text {
  width: 100%;
  display: block;
  position: absolute;
  top: 85%;
  left: 50%;
  font-size: 1.6rem;
  color: var(--color-blue);
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Passion One", "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop-text {
    font-size: 1.3rem;
  }
}
.l-footer__container {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__container {
    display: grid;
    grid-template-columns: auto 1fr;
  }
}
.l-footer__share {
  display: block;
  position: relative;
}
.l-footer__help {
  display: block;
  position: relative;
  margin-top: 3rem;
}
@media screen and (max-width: 960px) {
  .l-footer__help {
    margin-top: 2.5rem;
  }
}
.l-footer__official {
  width: 30rem;
  display: block;
  position: relative;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .l-footer__official {
    width: 29.6rem;
    margin: 2.5rem auto 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__official {
    transition: opacity 0.3s var(--ease_out);
  }
  .l-footer__official:hover {
    opacity: 0.6;
  }
}
.l-footer__legal {
  display: block;
  position: relative;
  margin-top: 4.9rem;
}
@media screen and (max-width: 960px) {
  .l-footer__legal {
    margin-top: 2.6rem;
  }
}
.l-footer__legal-text {
  display: block;
  position: relative;
  font-size: 1.2rem;
  letter-spacing: -0.1rem;
  text-align: right;
  font-weight: 500;
  transform: rotate(-0.03deg);
}
@media screen and (max-width: 960px) {
  .l-footer__legal-text {
    font-size: 1rem;
    text-align: center;
  }
}
.l-footer__legal-text + .l-footer__legal-text {
  margin-top: 0.4rem;
}

.l-footer_share {
  display: block;
  position: relative;
}
.l-footer_share__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  gap: 3rem;
}
@media screen and (max-width: 960px) {
  .l-footer_share__list {
    justify-content: center;
    gap: 2.5rem;
  }
}
.l-footer_share__list-item {
  display: block;
  position: relative;
}
.l-footer_share__link {
  width: 3rem;
  display: block;
  position: relative;
  color: var(--color-blue);
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_share__link {
    transition: opacity 0.3s var(--ease_out);
  }
  .l-footer_share__link:hover {
    opacity: 0.6;
  }
}

.l-footer_help {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer_help {
    left: -0.5rem;
  }
}
.l-footer_help__list {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_help__list {
    display: flex;
    justify-content: center;
    gap: 1rem;
  }
}
.l-footer_help__list-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer_help__list-item + .l-footer_help__list-item {
    margin-top: 0.4rem;
  }
}
.l-footer_help__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 0 0.5rem;
  color: var(--color-blue);
  transition: color 0.5s var(--ease_inout);
}
@media screen and (max-width: 960px) {
  .l-footer_help__link {
    font-size: 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_help__link:hover {
    color: var(--color-white);
  }
}
.l-footer_help__link::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color-blue);
  transition: width 0.5s var(--ease_inout);
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_help__link:hover::before {
    width: 100%;
    left: 0;
  }
}
.l-footer_help__link-text {
  display: block;
  position: relative;
  font-size: 2.4rem;
  font-family: "Passion One", "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.p-hero {
  display: block;
  position: relative;
}
.p-hero__inner {
  width: 100%;
  max-width: 140rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-hero__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/hdr_particle_pc.png") no-repeat center top/71.5% auto;
}
@media screen and (max-width: 960px) {
  .p-hero__inner::before {
    background: url("../img/hdr_particle_sp.png") no-repeat center top/100% auto;
  }
}
.p-hero__kv {
  width: 90%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-hero__kv {
    width: 100%;
  }
}
.p-hero__kv-chara {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(12rem);
}
.p-hero__kv-chara:first-child {
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-hero__kv-chara {
    transform: translateY(4rem);
  }
}
.is-load .p-hero__kv-chara {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_inout) 0.3s, transform 1s var(--ease_bounce) 0.3s;
}
.is-load .p-hero__kv-chara:nth-child(1) {
  transition-delay: 0s;
}
.is-load .p-hero__kv-chara:nth-child(2) {
  transition-delay: 0.05s;
}
.is-load .p-hero__kv-chara:nth-child(3) {
  transition-delay: 0.1s;
}
.is-load .p-hero__kv-chara:nth-child(4) {
  transition-delay: 0.15s;
}
.is-load .p-hero__kv-chara:nth-child(5) {
  transition-delay: 0.2s;
}
.is-load .p-hero__kv-chara:nth-child(6) {
  transition-delay: 0.25s;
}
.is-load .p-hero__kv-chara:nth-child(7) {
  transition-delay: 0.3s;
}
.is-load .p-hero__kv-chara:nth-child(8) {
  transition-delay: 0.35s;
}
.is-load .p-hero__kv-chara:nth-child(9) {
  transition-delay: 0.4s;
}
.is-load .p-hero__kv-chara:nth-child(10) {
  transition-delay: 0.45s;
}
.p-hero__date {
  width: 20rem;
  display: block;
  position: absolute;
  top: 2rem;
  left: 2rem;
  opacity: 0;
  transform: translateY(12rem);
}
@media screen and (max-width: 960px) {
  .p-hero__date {
    width: 10rem;
    top: 1rem;
    left: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__date {
    transform: translateY(4rem);
  }
}
.is-load .p-hero__date {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_inout) 0.7s, transform 1s var(--ease_bounce) 0.7s;
}
.p-hero__date img {
  transform: rotateY(360deg);
}
.is-load .p-hero__date img {
  transform: rotateY(0deg);
  transition: transform 1s var(--ease_inout) 1.2s;
}
.p-hero__logo {
  width: 26%;
  display: block;
  position: absolute;
  top: 16.4%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-hero__logo {
    top: 83%;
    width: 78%;
    left: 51.5%;
  }
}
.p-hero__logo img {
  opacity: 0;
  transform: translateY(12rem);
}
@media screen and (max-width: 960px) {
  .p-hero__logo img {
    transform: translateY(4rem);
  }
}
.is-load .p-hero__logo img {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_inout) 0.6s, transform 1s var(--ease_bounce) 0.6s;
}

.p-section {
  display: block;
  position: relative;
  color: var(--color-blue);
}
.p-section:nth-child(even) {
  background: var(--color-sky);
}
.p-section__container {
  width: 89.5%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 6rem 0 12rem;
}
@media screen and (max-width: 960px) {
  .p-section__container {
    padding: 6rem 0 9rem;
  }
}
.p-section__header {
  display: block;
  position: relative;
  margin-bottom: 0.6rem;
  opacity: 0;
  transform: translateY(12rem);
}
@media screen and (max-width: 960px) {
  .p-section__header {
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-section__header {
    transform: translateY(4rem);
  }
}
.is-active .p-section__header {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_inout), transform 1s var(--ease_bounce);
}
.p-section__title {
  display: block;
  position: relative;
  margin: 0 auto;
  transform: rotateY(360deg);
}
.is-active .p-section__title {
  transform: rotateY(0deg);
  transition: transform 1s var(--ease_inout) 0.3s;
}
.p-section__title-base {
  width: 40.5rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-section__title-base {
    width: 25rem;
  }
}
.p-section__title-text {
  width: 100rem;
  display: block;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-section__title-text {
    width: 37.5rem;
  }
}
.p-section__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(12rem);
}
@media screen and (max-width: 960px) {
  .p-section__inner {
    transform: translateY(4rem);
  }
}
.is-active .p-section__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_inout) 0.2s, transform 1s var(--ease_bounce) 0.2s;
}
.p-section__lead {
  display: block;
  position: relative;
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-section__lead {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-section__data {
  display: block;
  position: relative;
  margin-top: 3.5rem;
}
@media screen and (max-width: 960px) {
  .p-section__data {
    margin-top: 2.5rem;
  }
}
.p-section__data:first-child {
  margin-top: 0;
}
.p-section__ticket {
  display: block;
  position: relative;
  margin-top: 3.5rem;
}
@media screen and (max-width: 960px) {
  .p-section__ticket {
    margin-top: 2.5rem;
  }
}
.p-section__ticket:first-child {
  margin-top: 0;
}
.p-section__note {
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.95;
  margin-top: 4.5rem;
  transform: rotate(-0.03deg);
}
@media screen and (max-width: 960px) {
  .p-section__note {
    margin-top: 3.2rem;
    font-size: 1rem;
    line-height: 2.1;
    letter-spacing: 0;
  }
}
.p-section__note:first-child {
  margin-top: 0;
}
.p-section__note a {
  color: var(--color-red);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-section__note a:hover {
    text-decoration: none;
  }
}
.p-section__btn {
  width: 35rem;
  display: block;
  position: relative;
  margin: 4.8rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-section__btn {
    width: 23.5rem;
    margin-top: 3.4rem;
  }
}
.p-section__btn:first-child {
  margin-top: 0;
}
.p-section__goods {
  display: block;
  position: relative;
  margin: 4.8rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-section__goods {
    margin-top: 3.8rem;
  }
}
.p-section__goods:first-child {
  margin-top: 0;
}
.p-section__info {
  display: block;
  position: relative;
  margin: 8.2rem auto 0;
}
.p-section__info:first-child {
  margin-top: 0;
}
.p-section__info + .p-section__info {
  margin-top: 2rem;
}
.p-section__info-cap {
  display: block;
  position: relative;
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  transform: rotate(-0.03deg);
}
@media screen and (max-width: 960px) {
  .p-section__info-cap {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.p-section__info-text {
  display: block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.9;
  transform: rotate(-0.03deg);
}
@media screen and (max-width: 960px) {
  .p-section__info-text {
    font-size: 1.1rem;
  }
}
.p-section__info-text a {
  color: var(--color-red);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-section__info-text a:hover {
    text-decoration: none;
  }
}

.p-section_data {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-section_data {
    display: grid;
    grid-template-columns: 22rem 1fr;
  }
}
.p-section_data + .p-section_data {
  margin-top: 1rem;
}
.p-section_data__header {
  min-height: 6.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1.5rem 1.8rem;
  background: var(--color-yellow);
  border-radius: 1rem;
}
@media screen and (max-width: 960px) {
  .p-section_data__header {
    padding: 0.5rem 1.8rem;
    min-height: 3.6rem;
    border-radius: 0.5rem;
  }
}
.p-section_data__title {
  display: block;
  position: relative;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  color: var(--color-blue);
}
@media screen and (max-width: 960px) {
  .p-section_data__title {
    font-size: 1.5rem;
  }
}
.p-section_data__inner {
  min-height: 6.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 1.5rem 3rem;
  color: var(--color-black);
  background: var(--color-white);
  border-radius: 1rem;
}
@media screen and (max-width: 960px) {
  .p-section_data__inner {
    padding: 1.5rem 1.8rem;
    min-height: 5.3rem;
    border-radius: 0.5rem;
  }
}
.p-section_data__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.2rem solid var(--color-yellow);
  border-radius: 1rem;
}
@media screen and (max-width: 960px) {
  .p-section_data__inner::before {
    border-radius: 0.5rem;
  }
}
.p-section_data__content {
  width: 100%;
  display: block;
  position: relative;
}
.p-section_data__lead {
  display: block;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-section_data__lead {
    font-size: 1.5rem;
    letter-spacing: 0;
    text-align: center;
  }
}
.p-section_data__text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.9;
  margin-top: 0.5rem;
  transform: rotate(-0.03deg);
}
@media screen and (max-width: 960px) {
  .p-section_data__text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0.8rem auto 0;
    font-size: 1.2rem;
    text-align: center;
  }
}
.p-section_data__text:first-child {
  margin-top: 0;
}
.p-section_data__text small {
  display: block;
  margin-top: 0.5rem;
  line-height: 1.5;
  font-size: 0.9em;
}
@media screen and (max-width: 960px) {
  .p-section_data__text small {
    font-size: 0.8em;
    line-height: 1.8;
  }
}
.p-section_data__text a {
  color: var(--color-red);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-section_data__text a:hover {
    text-decoration: none;
  }
}
.p-section_data__ticket {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-section_data__ticket {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.p-section_data__ticket-text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (min-width: 961px) {
  .p-section_data__ticket-text {
    flex: 1 1 0;
    min-width: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-section_data__ticket-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 1.2rem;
    text-align: center;
  }
}
.p-section_data__ticket-text small {
  display: block;
  line-height: 1.5;
  font-size: 0.9em;
}
.p-section_data__ticket-img {
  width: 25rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-section_data__ticket-img {
    width: 24rem;
    margin: 2.5rem auto 0;
  }
}

.p-section_ticket {
  display: block;
  position: relative;
  color: var(--color-black);
  background-color: var(--color-white);
  border-radius: 1rem;
}
@media screen and (max-width: 960px) {
  .p-section_ticket {
    border-radius: 0.5rem;
  }
}
.p-section_ticket + .p-section_ticket {
  margin-top: 3rem;
}
@media screen and (max-width: 960px) {
  .p-section_ticket + .p-section_ticket {
    margin-top: 2.5rem;
  }
}
.p-section_ticket::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.2rem solid var(--color-blue);
  border-radius: 1rem;
}
@media screen and (max-width: 960px) {
  .p-section_ticket::before {
    border-radius: 0.5rem;
  }
}
.p-section_ticket__header {
  width: 100%;
  min-height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  color: var(--color-yellow);
  background-color: var(--color-blue);
  border-radius: 1rem 1rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-section_ticket__header {
    min-height: 4.6rem;
  }
}
@media screen and (max-width: 960px) {
  .p-section_ticket__header {
    border-radius: 0.5rem 0.5rem 0 0;
  }
}
.p-section_ticket__title {
  display: block;
  position: relative;
  font-size: 4rem;
}
@media screen and (max-width: 960px) {
  .p-section_ticket__title {
    font-size: 2.5rem;
  }
}
.p-section_ticket__status {
  min-width: 9.2rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
  color: var(--color-blue);
  background-color: var(--color-yellow);
}
@media screen and (max-width: 960px) {
  .p-section_ticket__status {
    min-width: 5.5rem;
    right: 1.2rem;
    border-radius: 20rem;
  }
}
.p-section_ticket__status-text {
  display: block;
  position: relative;
  padding: 0.6rem 0.5rem;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 800;
  transform: rotate(-0.03deg);
}
@media screen and (max-width: 960px) {
  .p-section_ticket__status-text {
    padding: 0.3rem 0.5rem;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.p-section_ticket__inner {
  display: block;
  position: relative;
  padding: 5.2rem 5rem 4.4rem;
}
@media screen and (max-width: 960px) {
  .p-section_ticket__inner {
    padding: 3.6rem 2rem 3.2rem;
  }
}
.p-section_ticket__data {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.p-section_ticket__data + .p-section_ticket__data {
  margin-top: 2.8rem;
}
@media screen and (max-width: 960px) {
  .p-section_ticket__data + .p-section_ticket__data {
    margin-top: 1.6rem;
  }
}
.p-section_ticket__data-cap {
  min-width: 17rem;
  display: block;
  position: relative;
  padding-left: 2rem;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 800;
  color: var(--color-blue);
  transform: rotate(-0.03deg);
}
@media screen and (max-width: 960px) {
  .p-section_ticket__data-cap {
    min-width: 10.5rem;
    padding-left: 1rem;
    font-size: 1.5rem;
    font-weight: 800;
  }
}
.p-section_ticket__data-cap small {
  font-size: 0.7em;
}
.p-section_ticket__data-cap::before {
  content: "";
  width: 0.35rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-blue);
}
.p-section_ticket__data-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.1rem;
  transform: rotate(-0.03deg);
}
@media screen and (max-width: 960px) {
  .p-section_ticket__data-text {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
.p-section_ticket__btn {
  width: 35rem;
  display: block;
  position: relative;
  margin: 3.6rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-section_ticket__btn {
    width: 23.5rem;
    margin-top: 3.2rem;
  }
}
.p-section_ticket__note {
  display: block;
  position: relative;
  margin-top: 3.4rem;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2.15;
  transform: rotate(-0.03deg);
}
@media screen and (max-width: 960px) {
  .p-section_ticket__note {
    margin-top: 2.2rem;
    font-size: 1rem;
    line-height: 2.1;
    letter-spacing: 0;
  }
}

.p-section_goods {
  display: block;
  position: relative;
}
.p-section_goods__inner {
  display: block;
  position: relative;
}
.p-section_goods__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 3rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-section_goods__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.8rem 1.5rem;
  }
}
.p-section_goods__list-item {
  min-width: 0;
  display: block;
  position: relative;
}

.p-section_goods_data {
  display: block;
  position: relative;
}
.p-section_goods_data__thumb {
  display: block;
  position: relative;
  margin-bottom: 1.4rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-section_goods_data__thumb {
    margin-bottom: 1rem;
    border-radius: 0.8rem;
  }
}
.p-section_goods_data__thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid var(--color-yellow);
  border-radius: 1rem;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-section_goods_data__thumb::after {
    border-radius: 0.8rem;
  }
}
.p-section_goods_data__title {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--color-blue);
  transform: rotate(-0.03deg);
}
@media screen and (max-width: 960px) {
  .p-section_goods_data__title {
    font-size: 1.4rem;
  }
}
.p-section_goods_data__price {
  display: block;
  position: relative;
  margin-top: 0.4rem;
}
@media screen and (max-width: 960px) {
  .p-section_goods_data__price {
    font-size: 1.3rem;
  }
}
.p-section_goods_data__description {
  display: block;
  position: relative;
  margin-top: 1.3rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-section_goods_data__description {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
}
.p-section_goods_data__info {
  display: block;
  position: relative;
  margin-top: 1.3rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-section_goods_data__info {
    margin-top: 0.2rem;
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
.p-section_goods_data__limit {
  width: 100%;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
  position: relative;
  padding: 0.1rem 2rem;
  margin-top: 1.5rem;
  color: var(--color-yellow);
  background-color: var(--color-blue);
  text-align: center;
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-section_goods_data__limit {
    height: 2rem;
    margin-top: 1rem;
    font-size: 1.1rem;
    letter-spacing: -0.01rem;
    font-weight: 700;
  }
}

.p-section_goods_data_thumb {
  display: block;
  position: relative;
}
.p-section_goods_data_thumb__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.p-section_goods_data_thumb__list-item {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-section_goods_data_thumb__pagination {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  gap: 0.5rem;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-section_goods_data_thumb__pagination {
    bottom: 0.7rem;
    right: 0.7rem;
    gap: 0.35rem;
  }
}
.p-section_goods_data_thumb__pagination-item {
  width: 0.9rem;
  height: 0.9rem;
  display: block;
  position: relative;
  background-color: var(--color-gray-dark);
  border-radius: 50%;
  transition: color 0.3s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-section_goods_data_thumb__pagination-item {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.p-section_goods_data_thumb__pagination-item.is-current {
  background-color: var(--color-red);
}

.p-section_btn {
  width: 100%;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--color-white);
  background-color: var(--color-red);
  border-radius: 20rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-section_btn {
    height: 5rem;
  }
}
.p-section_btn.--disable {
  background-color: var(--color-gray);
  pointer-events: none;
}
.p-section_btn::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color-blue);
  transition: width 0.5s var(--ease_inout);
}
@media (hover: hover) and (pointer: fine) {
  .p-section_btn:hover::before {
    width: 100%;
    left: 0;
  }
}
.p-section_btn:not(.--disable)[target=_blank]::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 3rem;
  background: url("../img/icon_arrow_w.svg") no-repeat center/contain;
  transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
  .p-section_btn:not(.--disable)[target=_blank]::after {
    width: 0.8rem;
    height: 0.8rem;
    right: 2.1rem;
  }
}
.p-section_btn__text {
  display: block;
  position: relative;
  font-size: 2rem;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-section_btn__text {
    font-size: 1.4rem;
  }
}
.p-section_btn.--disable .p-section_btn__text {
  opacity: 0.4;
}

.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-color-red {
  color: var(--color-red);
}

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

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

.u-lazy {
  min-height: 10rem;
  opacity: 0;
}
.u-lazy.is-lazy-loaded {
  opacity: 1;
  min-height: auto;
  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;
  transform: translate(-50%, -50%);
  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: "";
  animation: rotate 0.6s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, 0);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes arrow_prev {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, 0) scale(-1, 1);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
}
@keyframes arrow_centerY {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes arrow_centerY_prev {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes skeleton_screen {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}


.p-section_goods_data__group{
  color: var(--color-blue);
  background-color: var(--color-yellow);
  border-radius: 20rem;
  padding: 2px 15px;
  display: inline-block;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 960px) {
  .p-section_goods_data__group{
    padding: 2px 10px;
    font-size: 1.3rem;
  }
}
.p-section_goods_data__special{
  color: var(--color-white);
  background: var(--color-red);
  border-radius: 20rem;
  padding: 2px 15px;
  display: inline-block;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 960px) {
  .p-section_goods_data__special{
    padding: 2px 10px;
    font-size: 1.3rem;
  }
}