@charset "UTF-8";
/* stylelint-disable */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

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

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

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

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

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

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

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

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

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

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

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

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

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

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

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

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

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

body {
  color: #fff;
  background: #000;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: TelopMinProN-D, serif;
  font-feature-settings: "palt";
}

* {
  max-height: 999999px;
}

.l-main {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-main {
    display: grid;
    grid-template-columns: 1fr minmax(0, 500px) 1fr;
  }
}
.l-main__left, .l-main__right {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-main__left, .l-main__right {
    position: sticky;
    top: 0;
    display: block;
    height: 100vh;
    height: 100dvh;
  }
}
.l-main__content {
  overflow: hidden;
}

/* stylelint-disable @stylistic/declaration-colon-newline-after */
@keyframes aside-left-lead {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.c-aside-left {
  --content-width: calc((100vw - 500px) / 2);
  background-size: 100% 100%;
  background-image: url('../img/aside-left/c-aside-left__background.jpg?1765271984');
  overflow: hidden;
}
.c-aside-left__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-aside-left__object {
  position: absolute;
  display: block;
  transform: translate(-50%, -50%);
}
.c-aside-left__object--01 {
  top: 10.6%;
  left: 26.1333333333%;
  width: 21.7333333333%;
}
.c-aside-left__object--02 {
  top: 27.3%;
  left: 92.6666666667%;
  width: 18.1333333333%;
}
.c-aside-left__object--03 {
  top: 40.4%;
  left: 40.6666666667%;
  width: 19.3333333333%;
}
.c-aside-left__object--04 {
  top: 63.1%;
  left: 77.0666666667%;
  width: 10.4%;
}
.c-aside-left__object--05 {
  top: 81.7%;
  left: 36.2666666667%;
  width: 9.6%;
}
.c-aside-left__object-image {
  display: block;
  width: 100%;
  height: auto;
  animation: 1.6s linear both infinite object-beat-scale;
  will-change: transform;
}
.c-aside-left__lead {
  position: absolute;
  top: 47%;
  left: 50%;
  display: block;
  width: calc(0.164 * var(--content-width));
  transform: translate(-50%, -50%);
  animation: 4s linear 8s both aside-left-lead;
  will-change: opacity;
}
.c-aside-left__lead-image {
  display: block;
  width: 100%;
  height: auto;
}

/* stylelint-disable @stylistic/declaration-colon-newline-after */
@keyframes aside-right-title {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.c-aside-right {
  --content-width: calc((100vw - 500px) / 2);
  overflow: hidden;
  background-size: 100% 100%;
  background-image: url('../img/aside-right/c-aside-right__background.jpg?1765271984');
}
.c-aside-right__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-aside-right__object {
  position: absolute;
  display: block;
  transform: translate(-50%, -50%);
}
.c-aside-right__object--01 {
  top: 15.7%;
  left: 32.2666666667%;
  width: 19.2%;
}
.c-aside-right__object--02 {
  top: 27.5%;
  left: 85.7333333333%;
  width: 6.2666666667%;
}
.c-aside-right__object--03 {
  top: 31.1%;
  left: 39.2%;
  width: 12.5333333333%;
}
.c-aside-right__object--04 {
  top: 61.8%;
  left: 9.6%;
  width: 24.8%;
}
.c-aside-right__object--05 {
  top: 79.2%;
  left: 70.5333333333%;
  width: 15.0666666667%;
}
.c-aside-right__object-image {
  display: block;
  width: 100%;
  height: auto;
  animation: 1.6s linear both infinite object-beat-scale;
  will-change: transform;
}
.c-aside-right__title {
  position: absolute;
  top: 47%;
  left: 50%;
  display: block;
  width: calc(0.1866666667 * var(--content-width));
  transform: translate(-50%, -50%);
  animation: 4s linear 8s both aside-right-title;
}
.c-aside-right__title-image {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes hero-fadeout {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hero-lead {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hero-title {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.p-hero {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.8);
  animation: 8s linear both hero-fadeout;
}
.p-hero__lead {
  position: absolute;
  top: 7.7747989276vh;
  left: 50%;
  display: block;
  height: 6.7024128686vh;
  transform: translate(-50%, -50%);
  animation: 8s linear both hero-lead;
  will-change: opacity;
}
.p-hero__lead-image {
  display: block;
  width: auto;
  height: 100%;
}
.p-hero__title {
  position: absolute;
  top: 52.2788203753vh;
  left: 50%;
  display: block;
  height: 73.726541555vh;
  transform: translate(-50%, -50%);
  animation: 8s linear both hero-title;
  will-change: opacity;
}
.p-hero__title-image {
  display: block;
  width: auto;
  height: 100%;
}

/* stylelint-disable @stylistic/declaration-colon-newline-after */
.p-backbone__top {
  background-size: 100% 100%;
  background-image: url('../img/backbone/p-backbone__top.jpg?1765271984');
  height: 16vw;
}
@media screen and (min-width: 768px) {
  .p-backbone__top {
    height: 80px;
  }
}
.p-backbone__middle {
  position: relative;
  padding-top: 1px;
  margin-top: -2px;
  background-size: 100%;
  background-position: center top;
  background-repeat: round;
  background-image: url('../img/backbone/p-backbone__middle.jpg?1765271984');
  /* stylelint-disable-next-line scss/operator-no-newline-after */
  height: 1426.9333333333vw;
}
@media screen and (min-width: 768px) {
  .p-backbone__middle {
    height: 7134.6666666667px;
  }
}
.p-backbone__object {
  position: absolute;
  transform: translate(0, -50%);
}
.p-backbone__object--01 {
  top: 15.725388601%;
  width: 58.1333333333vw;
  left: 46.9333333333vw;
}
@media screen and (min-width: 768px) {
  .p-backbone__object--01 {
    width: 290.6666666667px;
    left: 234.6666666667px;
  }
}
.p-backbone__object--02 {
  top: 25.310880829%;
  width: 39.7333333333vw;
  left: 50.1333333333vw;
}
@media screen and (min-width: 768px) {
  .p-backbone__object--02 {
    width: 198.6666666667px;
    left: 250.6666666667px;
  }
}
.p-backbone__object--03 {
  top: 34.6113989637%;
  width: 41.6vw;
  left: 70.1333333333vw;
}
@media screen and (min-width: 768px) {
  .p-backbone__object--03 {
    width: 208px;
    left: 350.6666666667px;
  }
}
.p-backbone__object--04 {
  top: 44.8445595855%;
  width: 66.9333333333vw;
  left: -20.5333333333vw;
}
@media screen and (min-width: 768px) {
  .p-backbone__object--04 {
    width: 334.6666666667px;
    left: -102.6666666667px;
  }
}
.p-backbone__object--05 {
  top: 54.9222797927%;
  width: 41.6vw;
  left: -13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-backbone__object--05 {
    width: 208px;
    left: -66.6666666667px;
  }
}
.p-backbone__object--06 {
  top: 62.5388601036%;
  width: 45.0666666667vw;
  left: 65.6vw;
}
@media screen and (min-width: 768px) {
  .p-backbone__object--06 {
    width: 225.3333333333px;
    left: 328px;
  }
}
.p-backbone__object--07 {
  top: 70.621761658%;
  width: 57.0666666667vw;
  left: -21.0666666667vw;
}
@media screen and (min-width: 768px) {
  .p-backbone__object--07 {
    width: 285.3333333333px;
    left: -105.3333333333px;
  }
}
.p-backbone__object--08 {
  top: 78.4974093264%;
  width: 33.0666666667vw;
  left: 83.2vw;
}
@media screen and (min-width: 768px) {
  .p-backbone__object--08 {
    width: 165.3333333333px;
    left: 416px;
  }
}
.p-backbone__object--09 {
  top: 87.8238341969%;
  width: 35.4666666667vw;
  left: -7.2vw;
}
@media screen and (min-width: 768px) {
  .p-backbone__object--09 {
    width: 177.3333333333px;
    left: -36px;
  }
}
.p-backbone__object--10 {
  top: 96.8134715026%;
  width: 38.9333333333vw;
  left: 74.1333333333vw;
}
@media screen and (min-width: 768px) {
  .p-backbone__object--10 {
    width: 194.6666666667px;
    left: 370.6666666667px;
  }
}
.p-backbone__object-image {
  display: block;
  width: 100%;
  height: auto;
  animation: 1.6s cubic-bezier(0.24, 1.72, 0.3, 0.75) both infinite object-beat-rotate;
  will-change: transform;
}
.p-backbone__bone {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 62.4vw;
  height: 58.9333333333vw;
  margin-top: -5.8666666667vw;
  margin-bottom: -5.8666666667vw;
}
@media screen and (min-width: 768px) {
  .p-backbone__bone {
    width: 312px;
    height: 294.6666666667px;
    margin-top: -29.3333333333px;
    margin-bottom: -29.3333333333px;
  }
}
.p-backbone__bone-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.p-backbone__bone-icon {
  position: absolute;
  left: 50%;
  display: block;
  opacity: 0.8;
  transform: translate(-50%, -50%);
  top: 43.7333333333vw;
  width: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-backbone__bone-icon {
    top: 218.6666666667px;
    width: 33.3333333333px;
  }
}
.p-backbone__bone-icon-image {
  display: block;
  width: 100%;
  height: auto;
  animation: 1.6s linear both infinite icon-beat-scale;
  will-change: transform;
}
.p-backbone__bottom {
  margin-top: -1px;
  background-size: 100% 100%;
  background-image: url('../img/backbone/p-backbone__bottom.jpg?1765271984');
  height: 151.2vw;
}
@media screen and (min-width: 768px) {
  .p-backbone__bottom {
    height: 756px;
  }
}

/* stylelint-disable @stylistic/declaration-colon-newline-after */
.p-modal-bone {
  display: none;
}
.p-modal-bone.is-open {
  display: block;
}
.p-modal-bone__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  will-change: opacity;
}
.p-modal-bone__close {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 9.0666666667vw;
  bottom: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .p-modal-bone__close {
    width: 45.3333333333px;
    bottom: 10.6666666667px;
  }
}
.p-modal-bone__close-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-modal-bone__container {
  box-sizing: border-box;
  max-height: calc(100vh - 26.6666666667vw);
  max-height: calc(100dvh - 26.6666666667vw);
  overflow-y: auto;
  background-color: #000;
  opacity: 0.8;
  will-change: transform;
  border-color: #fff;
  border-style: solid;
  border-width: 1.0666666667vw;
  width: 86.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-modal-bone__container {
    border-width: 5.3333333333px;
    width: 433.3333333333px;
  }
}
@media screen and (min-width: 768px) {
  .p-modal-bone__container {
    max-height: calc(100vh - 133.3333333333px);
    max-height: calc(100dvh - 133.3333333333px);
  }
}
.p-modal-bone__header {
  height: 21.3333333333vw;
  padding-top: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-modal-bone__header {
    height: 106.6666666667px;
    padding-top: 21.3333333333px;
  }
}
.p-modal-bone__lead {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 23.2vw;
  height: 12.8vw;
  padding-top: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .p-modal-bone__lead {
    width: 116px;
    height: 64px;
    padding-top: 10.6666666667px;
  }
}
.p-modal-bone__lead-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-modal-bone__lead-text {
  position: relative;
  line-height: 1;
  color: #000;
  text-align: center;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 768px) {
  .p-modal-bone__lead-text {
    font-size: 14.6666666667px;
  }
}
.p-modal-bone__lead-number {
  position: relative;
  line-height: 1;
  color: #000;
  text-align: center;
  font-size: 5.8666666667vw;
}
@media screen and (min-width: 768px) {
  .p-modal-bone__lead-number {
    font-size: 29.3333333333px;
  }
}
.p-modal-bone__body-wrapper {
  display: block;
  width: 100%;
}
.p-modal-bone__body {
  margin-right: auto;
  margin-left: auto;
  width: 66.6666666667vw;
  padding-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-modal-bone__body {
    width: 333.3333333333px;
    padding-bottom: 33.3333333333px;
  }
}
.p-modal-bone__title {
  text-align: center;
  border-top-style: solid;
  border-bottom-style: solid;
  border-width: 0.2666666667vw;
  padding-top: 3.7333333333vw;
  padding-bottom: 3.7333333333vw;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-modal-bone__title {
    border-width: 1.3333333333px;
    padding-top: 18.6666666667px;
    padding-bottom: 18.6666666667px;
    margin-bottom: 26.6666666667px;
  }
}
.p-modal-bone__title-lead {
  font-size: 5.3333333333vw;
  line-height: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-modal-bone__title-lead {
    font-size: 26.6666666667px;
    line-height: 26.6666666667px;
  }
}
.p-modal-bone__title-main {
  font-size: 10.6666666667vw;
  line-height: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-modal-bone__title-main {
    font-size: 53.3333333333px;
    line-height: 66.6666666667px;
  }
}
.p-modal-bone__text {
  text-align: center;
  font-size: 4.2666666667vw;
  line-height: 8vw;
  margin-top: 5.3333333333vw;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-modal-bone__text {
    font-size: 21.3333333333px;
    line-height: 40px;
    margin-top: 26.6666666667px;
    margin-bottom: 26.6666666667px;
  }
}
.p-modal-bone__image {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 5.3333333333vw;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-modal-bone__image {
    margin-top: 26.6666666667px;
    margin-bottom: 26.6666666667px;
  }
}
.p-modal-bone__box {
  color: #000;
  background: #fff;
  border-radius: 2.1333333333vw;
  padding: 5.3333333333vw 6.9333333333vw;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-modal-bone__box {
    border-radius: 10.6666666667px;
    padding: 26.6666666667px 34.6666666667px;
    margin-bottom: 26.6666666667px;
  }
}
.p-modal-bone__box-lead {
  display: inline-block;
  line-height: 1;
  color: #fff;
  background: #000;
  font-size: 3.4666666667vw;
  padding: 0.8vw 1.3333333333vw;
  margin-bottom: 2.4vw;
}
@media screen and (min-width: 768px) {
  .p-modal-bone__box-lead {
    font-size: 17.3333333333px;
    padding: 4px 6.6666666667px;
    margin-bottom: 12px;
  }
}
.p-modal-bone__box-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 22.6666666667vw;
  font-size: 4.2666666667vw;
  line-height: 6.6666666667vw;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-modal-bone__box-title {
    min-height: 113.3333333333px;
    font-size: 21.3333333333px;
    line-height: 33.3333333333px;
    margin-bottom: 6.6666666667px;
  }
}
.p-modal-bone__box-title::before, .p-modal-bone__box-title::after {
  position: absolute;
  display: block;
  pointer-events: none;
  content: "";
  border-color: #000;
  width: 9.0666666667vw;
  height: 16.8vw;
  border-width: 0.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-modal-bone__box-title::before, .p-modal-bone__box-title::after {
    width: 45.3333333333px;
    height: 84px;
    border-width: 1.3333333333px;
  }
}
.p-modal-bone__box-title::before {
  top: 0;
  left: 0;
  border-top-style: solid;
  border-left-style: solid;
}
.p-modal-bone__box-title::after {
  right: 0;
  bottom: 0;
  border-right-style: solid;
  border-bottom-style: solid;
}
.p-modal-bone__box-text {
  font-size: 3.2vw;
  line-height: 5.3333333333vw;
  margin-top: 1.3333333333vw;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-modal-bone__box-text {
    font-size: 16px;
    line-height: 26.6666666667px;
    margin-top: 6.6666666667px;
    margin-bottom: 6.6666666667px;
  }
}
.p-modal-bone__box-image {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 2.1333333333vw;
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .p-modal-bone__box-image {
    margin-top: 10.6666666667px;
    margin-bottom: 10.6666666667px;
  }
}
.p-modal-bone__box-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.5;
  color: #000;
  text-align: center;
  text-decoration: none;
  border-color: #000;
  border-style: solid;
  border-radius: 9999px;
  font-size: 3.7333333333vw;
  border-width: 0.2666666667vw;
  width: 42.6666666667vw;
  padding-top: 1.8666666667vw;
  padding-bottom: 1.8666666667vw;
  margin-top: 3.2vw;
  margin-bottom: 3.2vw;
}
@media screen and (min-width: 768px) {
  .p-modal-bone__box-button {
    font-size: 18.6666666667px;
    border-width: 1.3333333333px;
    width: 213.3333333333px;
    padding-top: 9.3333333333px;
    padding-bottom: 9.3333333333px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.p-modal-bone[aria-hidden=false] .p-modal-bone__overlay {
  animation: modal-overlay-fade-in 1s cubic-bezier(0, 0, 0.2, 1);
}
.p-modal-bone[aria-hidden=false] .p-modal-bone__container {
  animation: modal-container-slide-in 1s cubic-bezier(0, 0, 0.2, 1);
}
.p-modal-bone[aria-hidden=true] .p-modal-bone__overlay {
  animation: modal-overlay-fade-out 1s cubic-bezier(0, 0, 0.2, 1);
}
.p-modal-bone[aria-hidden=true] .p-modal-bone__container {
  animation: modal-container-slide-out 1s cubic-bezier(0, 0, 0.2, 1);
}

@keyframes modal-overlay-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-overlay-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes modal-container-slide-in {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes modal-container-slide-out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
@keyframes object-beat-rotate {
  0% {
    transform: rotate(0deg);
  }
  11.1111111111% {
    transform: rotate(5deg);
  }
  22.2222222222% {
    transform: rotate(5deg);
  }
  33.3333333333% {
    transform: rotate(0deg);
  }
  44.4444444444% {
    transform: rotate(0deg);
  }
  55.5555555556% {
    transform: rotate(0deg);
  }
  66.6666666667% {
    transform: rotate(5deg);
  }
  77.7777777778% {
    transform: rotate(0deg);
  }
  88.8888888889% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes object-beat-scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
  0% {
    transform: scale(1);
  }
  0.25% {
    transform: scale(1.05);
  }
  12.5% {
    transform: scale(1);
  }
  25% {
    transform: scale(1);
  }
  25% {
    transform: scale(1);
  }
  25.25% {
    transform: scale(1.05);
  }
  37.5% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  50.25% {
    transform: scale(1.05);
  }
  62.5% {
    transform: scale(1);
  }
  75% {
    transform: scale(1);
  }
  75% {
    transform: scale(1);
  }
  75.25% {
    transform: scale(1.05);
  }
  87.5% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes icon-beat-scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
  0% {
    transform: scale(1);
  }
  0.25% {
    transform: scale(1.3);
  }
  12.5% {
    transform: scale(1);
  }
  25% {
    transform: scale(1);
  }
  25% {
    transform: scale(1);
  }
  25.25% {
    transform: scale(1.3);
  }
  37.5% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  50.25% {
    transform: scale(1.3);
  }
  62.5% {
    transform: scale(1);
  }
  75% {
    transform: scale(1);
  }
  75% {
    transform: scale(1);
  }
  75.25% {
    transform: scale(1.3);
  }
  87.5% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.u-pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc-block {
    display: block;
  }
}

.u-pc-inline {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc-inline {
    display: inline;
  }
}

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

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

.u-sp-inline {
  display: inline;
}
@media screen and (min-width: 768px) {
  .u-sp-inline {
    display: none;
  }
}

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