﻿@keyframes btn-goods-arrow {
  25% {
    right: 13px;
  }
  50% {
    right: 17px;
  }
}
.btn {
  width: auto;
}
.btn-goods {
  margin: 50px auto 100px;
  min-width: 600px;
  position: relative;
  width: 33%;
}
@media (max-width: 640px) {
  .btn-goods {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    min-width: inherit;
    width: calc(100% - 20px);
  }
}
.btn-goods li {
  border-radius: 8px;
  width: 100%;
}
.btn-goods li:after {
  animation: btn-goods-arrow 0.8s ease-in-out infinite;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  bottom: 0;
  content: "";
  height: 12px;
  margin: auto;
  position: absolute;
  right: 17px;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  width: 12px;
  z-index: 1;
}
.btn-goods li a {
  background-color: red;
  border-radius: 8px;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  padding: 20px 10% 20px calc(52px + 3%);
  position: relative;
  text-align: left;
  z-index: 1;
}
.btn-goods li a:before {
  background-image: url("https://stg.lilith-soft.com/official/goods/contents/pickup_acrylic_stand/images/ico_action.svg");
  background-position: 3% center;
  background-repeat: no-repeat;
  background-size: 42px 40px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.btn-goods li a:after {
  background: linear-gradient(90deg, #ff0000, #400000);
  background: -webkit-linear-gradient(0deg, #ff0000, #400000);
  border: 0;
  border-radius: 8px;
  color: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotate(0);
  transition: 0.3s;
  width: 100%;
  z-index: 0;
}
.btn-goods li a:hover:after {
  opacity: 1;
}
.btn-goods li a span,
.btn-goods li a small {
  position: relative;
  z-index: 1;
}
.btn-goods li a span {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.25rem;
}
.btn-goods li a small {
  display: inline-block;
  font-size: 0.9rem;
}
.btn-goods li a b {
  font-size: 1.5rem;
  font-weight: normal;
  padding-right: 0.25rem;
}
.btn-goods li.disabled:before {
  color: red;
  content: "SOLD OUT";
  font-family: "Oswald";
  font-size: 1.5rem;
  height: auto;
  left: 50%;
  letter-spacing: 0.25rem;
  padding: 5px 10px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  z-index: 2;
}
.btn-goods li.disabled:after {
  animation: none;
  filter: saturate(0.8) brightness(0.2);
}
.btn-goods li.disabled a {
  filter: saturate(0.8) brightness(0.2);
  pointer-events: none;
}
.btn-goods li.disabled a:hover:after {
  opacity: 0;
}
.btn-goods li.disabled a b:after {
  background: #fff;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.col-1 {
  width: 100%;
}
@media (max-width: 640px) {
  .col-1 {
    width: 100%;
  }
}
.col-2 {
  width: 50%;
}
@media (max-width: 640px) {
  .col-2 {
    width: 100%;
  }
}
.col-3 {
  width: 33.3333333333%;
}
@media (max-width: 640px) {
  .col-3 {
    width: 100%;
  }
}
.col-4 {
  width: 25%;
}
@media (max-width: 640px) {
  .col-4 {
    width: 100%;
  }
}
.col-5 {
  width: 20%;
}
@media (max-width: 640px) {
  .col-5 {
    width: 100%;
  }
}
.col-6 {
  width: 16.6666666667%;
}
@media (max-width: 640px) {
  .col-6 {
    width: 100%;
  }
}
.col-7 {
  width: 14.2857142857%;
}
@media (max-width: 640px) {
  .col-7 {
    width: 100%;
  }
}
.col-8 {
  width: 12.5%;
}
@media (max-width: 640px) {
  .col-8 {
    width: 100%;
  }
}
.col-9 {
  width: 11.1111111111%;
}
@media (max-width: 640px) {
  .col-9 {
    width: 100%;
  }
}
.col-10 {
  width: 10%;
}
@media (max-width: 640px) {
  .col-10 {
    width: 100%;
  }
}
@keyframes slider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes jumping {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  2% {
    transform: scale(1.2, 0.8) translate(0%, 10%);
  }
  6% {
    transform: scale(0.9, 1.2) translate(0%, -25%);
  }
  10% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes blur {
  0% {
    opacity: 0;
    text-shadow: 0 0 2rem #fff;
  }
  5% {
    text-shadow: 0 0 1rem #fff;
  }
  15% {
    opacity: 1;
  }
  20% {
    text-shadow: 0 0 0 #fff;
  }
  80% {
    text-shadow: 0 0 0 #fff;
  }
  85% {
    opacity: 1;
  }
  95% {
    text-shadow: 0 0 1rem #fff;
  }
  100% {
    opacity: 0;
    text-shadow: 0 0 2rem #fff;
  }
}
model-viewer {
  --progress-bar-color: none;
}
[v-cloak] {
  display: none;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
}
footer {
  margin-top: 0;
  position: static;
}
h2 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 5rem;
  letter-spacing: 0.5rem;
  line-height: 1em;
  margin-bottom: 50px;
  padding: 0 10px;
  position: relative;
  text-align: center;
  text-indent: 0.5rem;
}
@media (max-width: 640px) {
  h2 {
    font-size: 0;
    letter-spacing: normal;
    text-indent: 0;
  }
  h2::before {
    display: none;
  }
  h2 span {
    display: block;
  }
  h2 img:first-child,
  h2 img:last-child {
    box-sizing: border-box;
    height: auto;
    width: 100%;
  }
  h2 img:first-child {
    margin-bottom: 10px;
    padding: 0 25px;
  }
  h2 img:last-child {
    padding: 0 15px;
  }
}
h2::before {
  background-image: url("https://stg.lilith-soft.com/official/goods/contents/pickup_acrylic_stand/images/bg_triangle.svg");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  left: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}
h2::first-letter {
  color: red;
}
#app {
  line-height: 161.8%;
}
header,
footer,
.goods-mainvisual,
.game-taimaninrpg {
  min-width: 960px !important;
  max-width: 100%;
}
@media (max-width: 640px) {
  header,
  footer,
  .goods-mainvisual,
  .game-taimaninrpg {
    max-width: 100%;
    min-width: auto !important;
  }
}
.goods-product,
.goods-spec {
  min-width: 960px !important;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .goods-product,
  .goods-spec {
    max-width: 100%;
    min-width: auto !important;
  }
}
.goods-mainvisual {
  background-attachment: fixed;
  background-image: url("https://stg.lilith-soft.com/official/goods/contents/pickup_acrylic_stand/images/bg_product.png");
  height: 880px;
  margin-bottom: 100px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 640px) {
  .goods-mainvisual {
    height: auto;
    margin-bottom: 0;
    overflow: visible;
  }
}
.goods-mainvisual .hgroup {
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  position: absolute;
  top: 100px;
  width: 100%;
}
.goods-mainvisual .hgroup h1,
.goods-mainvisual .hgroup p {
  margin: 0 auto;
  max-width: 100%;
}
.goods-mainvisual .hgroup h1 {
  margin-bottom: 10px;
  width: 640px;
}
.goods-mainvisual .hgroup p {
  width: 800px;
}
.goods-mainvisual .hgroup img {
  height: auto;
  width: 100%;
}
.goods-mainvisual-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
}
@media (max-width: 640px) {
  .goods-mainvisual-wrapper {
    display: none;
  }
}
.goods-mainvisual-model-viewer-wrapper {
  animation-delay: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: slider;
  animation-timing-function: linear;
  display: flex;
  height: 100%;
}
.goods-mainvisual-model-viewer-item {
  margin: 0 -30px;
  position: relative;
}
.goods-mainvisual-model-viewer-item i {
  bottom: 0;
  display: inline !important;
  font-size: 3rem;
  height: 1em;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1em;
  z-index: 3;
}
.goods-mainvisual-model-viewer-item.red i {
  color: red;
}
.goods-mainvisual-model-viewer-item.yellow i {
  color: #ff0;
}
.goods-mainvisual-model-viewer-item.green i {
  color: lime;
}
.goods-mainvisual-model-viewer-item.blue i {
  color: blue;
}
.goods-mainvisual-model-viewer-item.purple i {
  color: #60c;
}
.goods-mainvisual-model-viewer {
  height: 100%;
  margin: 60px -160px 0;
  width: 780px;
}
.lilith-official {
  position: absolute;
  right: 50px;
  top: 22px;
  width: 70px;
  z-index: 10;
}
@media (max-width: 640px) {
  .lilith-official {
    display: none;
  }
}
.lilith-official img {
  height: auto;
  width: 100%;
}
#goods-filter {
  display: flex;
  gap: 10px;
  left: 50px;
  padding: 22px 0;
  position: absolute;
  top: 0;
}
@media (max-width: 640px) {
  #goods-filter {
    justify-content: center;
    padding: 22px 10px;
    position: static;
  }
}
#goods-filter.is-fixed {
  background: #fff;
  box-sizing: border-box;
  left: 0;
  padding: 10px 50px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 640px) {
  #goods-filter.is-fixed {
    padding: 10px;
  }
}
#goods-filter li {
  align-items: center;
  display: flex;
  justify-content: center;
}
#goods-filter li:last-child {
  padding-left: 10px;
}
#goods-filter input[type="radio"],
#goods-filter input[type="checkbox"] {
  display: none;
}
#goods-filter input[type="radio"] + label,
#goods-filter input[type="checkbox"] + label {
  cursor: pointer;
  display: block;
  text-align: center;
}
#goods-filter input[type="radio"] + label {
  background: rgba(0, 0, 0, 0);
  border-radius: 20px;
  padding: 5px 10px;
}
#goods-filter input[type="radio"]:checked + label {
  background: #000;
  color: #fff;
}
#goods-filter input[type="checkbox"] + label::before {
  content: "\f0c8";
  font-family: "Font Awesome 7 Free", sans-serif;
  margin-right: 5px;
}
#goods-filter input[type="checkbox"]:checked + label::before {
  color: red;
  content: "\f14a";
  font-weight: 700;
}
#goods-filter-effect {
  background: rgba(0, 0, 0, 0.1);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  transition: 0.3s;
  width: 100vw;
  z-index: 100;
}
#goods-filter-effect.active {
  display: block;
}
.goods-attribute {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto 100px;
  min-width: 960px !important;
  max-width: 800px;
}
@media (max-width: 640px) {
  .goods-attribute {
    max-width: 100%;
    min-width: auto !important;
  }
}
@media (max-width: 640px) {
  .goods-attribute {
    display: none;
  }
}
.goods-attribute-left {
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
  margin-right: 100px;
  position: relative;
  width: 30%;
}
@media (max-width: 640px) {
  .goods-attribute-left {
    margin: 0 0 50px;
    width: 50%;
  }
}
.goods-attribute-left .swiper-slide:not(.swiper-slide-active) img {
  filter: invert(100%) saturate(100%) brightness(100%) contrast(100%);
}
.goods-attribute-left .pac {
  position: relative;
  width: 100%;
  z-index: 1;
}
.goods-attribute-left .sample {
  left: 50%;
  object-fit: contain;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 0;
}
.goods-attribute-left img {
  height: auto;
  width: 100%;
}
.goods-attribute-right {
  box-sizing: border-box;
  width: 70%;
}
@media (max-width: 640px) {
  .goods-attribute-right {
    padding: 0 25px;
    text-align: center;
    width: 100%;
  }
}
.goods-attribute-right p {
  font-size: 1.25rem;
  line-height: 1.5em;
  text-align: justify;
}
.goods-attribute-right p:nth-child(1) {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (max-width: 640px) {
  .goods-attribute-right p:nth-child(1) {
    text-align: center;
  }
}
.goods-product {
  margin-bottom: 100px;
}
@media (max-width: 640px) {
  .goods-product {
    background-image: url("https://stg.lilith-soft.com/official/goods/contents/pickup_acrylic_stand/images/bg_product.png");
    margin: 0;
  }
}
.goods-product h3 {
  background-color: #000;
  box-sizing: border-box;
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.25rem;
  margin: 0 auto 25px;
  padding: 10px 2rem;
  position: relative;
  text-align: center;
  text-indent: 0.25rem;
  width: calc(100% - 50px);
}
@media (max-width: 640px) {
  .goods-product h3 {
    font-size: 1rem;
    width: 100%;
  }
}
.goods-product h3::before {
  background-image: url("https://stg.lilith-soft.com/official/goods/contents/pickup_acrylic_stand/images/bg_frame_left.svg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
  content: "";
  height: calc(100% + 10px);
  left: -25px;
  position: absolute;
  top: -5px;
  width: 100%;
  z-index: -1;
}
@media (max-width: 640px) {
  .goods-product h3::before {
    content: none;
  }
}
.goods-product h3::after {
  background-image: url("https://stg.lilith-soft.com/official/goods/contents/pickup_acrylic_stand/images/bg_frame_right.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
  content: "";
  height: calc(100% + 10px);
  position: absolute;
  right: -25px;
  top: -5px;
  width: 100%;
  z-index: -1;
}
@media (max-width: 640px) {
  .goods-product h3::after {
    content: none;
  }
}
.goods-product h3 span {
  position: relative;
}
@media (max-width: 640px) {
  .goods-product h3 span {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 0.1rem;
    position: static;
  }
}
.goods-product h3 strong {
  align-items: center;
  background-image: url("https://stg.lilith-soft.com/official/goods/contents/pickup_acrylic_stand/images/ico_new.svg");
  background-repeat: no-repeat;
  display: flex;
  font-size: 1rem;
  height: 30px;
  justify-content: center;
  left: calc(-72px - 0.5em);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 72px;
}
@media (max-width: 640px) {
  .goods-product h3 strong {
    left: 10px;
    top: 0;
  }
}
.goods-product h3 b {
  padding-left: 0.5rem;
}
@media (max-width: 640px) {
  .goods-product h3 b {
    font-size: 1.25rem;
    padding: 0;
  }
}
.goods-product-box {
  align-items: stretch;
  background: #000;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 50px;
  padding: 25px;
  position: relative;
  width: 100%;
  z-index: 0;
}
.goods-product-box::before {
  background-image: linear-gradient(45deg, #fff 10px, transparent 0), linear-gradient(-45deg, #fff 20px, transparent 0),
    linear-gradient(135deg, #fff 20px, transparent 0), linear-gradient(-135deg, #fff 10px, transparent 0);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.goods-product-wrapper {
  background-color: #060606;
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
  transition: 0.3s;
  width: calc(50% - 12.5px);
}
@media (max-width: 640px) {
  .goods-product-wrapper {
    width: 100%;
  }
}
.goods-product-wrapper::before {
  background-image: linear-gradient(45deg, #000 10px, transparent 0), linear-gradient(-45deg, #000 20px, transparent 0),
    linear-gradient(135deg, #000 20px, transparent 0), linear-gradient(-135deg, #000 10px, transparent 0);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.goods-product-wrapper::after {
  background-image: url("https://stg.lilith-soft.com/official/goods/contents/pickup_acrylic_stand/images/bg_diagonal_line.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.goods-product-wrapper.description {
  background: none;
  box-sizing: border-box;
  margin: auto 0;
  padding: 25px;
  text-align: center;
}
@media (max-width: 640px) {
  .goods-product-wrapper.description {
    padding: 0;
  }
}
.goods-product-wrapper.description::after {
  background: none;
}
.goods-product-wrapper.description h4 {
  color: #999;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-bottom: 25px;
  position: relative;
  z-index: 4;
}
.goods-product-wrapper.description p {
  color: #666;
  margin-bottom: 25px;
  position: relative;
  text-align: justify;
  z-index: 4;
}
.goods-product-wrapper.description ul {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 4;
}
@media (max-width: 640px) {
  .goods-product-wrapper.description ul {
    margin-bottom: 25px;
  }
}
.goods-product-wrapper.description li {
  color: #666;
  margin: 0 0.5rem;
}
.goods-product-wrapper.description i {
  margin-right: 0.5rem;
}
.goods-product-wrapper.description span {
  margin-top: auto;
  width: 100%;
}
.goods-product-wrapper.description span a {
  background: #fff;
  border-radius: 2rem;
  display: inline-block;
  font-weight: 700;
  padding: 0.5rem 2rem;
  position: relative;
  transition: 0.3s;
  z-index: 4;
}
.goods-product-wrapper.description span a.new {
  padding-left: 3.25rem;
}
.goods-product-wrapper.description span a.disabled {
  background: #111;
  pointer-events: none;
}
.goods-product-wrapper.description span a.disabled::before {
  color: red;
  content: "SOLD OUT";
  font-family: Oswald, sans-serif;
  font-size: 1rem;
  left: 50%;
  letter-spacing: 0.1rem;
  position: absolute;
  text-align: center;
  text-indent: 0.1rem;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
.goods-product-wrapper.description span a.disabled::after {
  animation: none;
  background: rgba(17, 17, 17, 0.5);
  border-radius: 2rem;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.goods-product-wrapper.description span a:hover {
  background: #000;
  box-shadow: 0 0 0 2px red inset;
  box-sizing: border-box;
}
.goods-product-wrapper.description span small {
  color: red;
  display: block;
  font-size: 0.8rem;
  line-height: 1rem;
}
.goods-product-wrapper.description span b {
  font-size: 0.9rem;
}
.goods-product-left .goods-product-model-viewer-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.goods-product-left .goods-product-model-viewer {
  height: 600px;
  margin: -100px 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 640px) {
  .goods-product-left .goods-product-model-viewer {
    height: 100vw;
    margin: -10vw 0;
    scale: 1.2;
  }
}
.goods-product-left img {
  box-sizing: border-box;
  height: auto;
  margin-left: -25px;
  padding: 25px 25px 0;
  width: calc(100% + 50px);
}
.goods-product-left i {
  bottom: 0;
  font-size: 3rem;
  height: 1em;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1em;
  z-index: 3;
}
.goods-product-left.red i {
  color: red;
}
.goods-product-left.yellow i {
  color: #ff0;
}
.goods-product-left.green i {
  color: lime;
}
.goods-product-left.blue i {
  color: blue;
}
.goods-product-left.purple i {
  color: #60c;
}
.goods-product-right {
  align-items: center;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 25px;
}
.goods-product-right h4 {
  font-size: 1.75rem;
  line-height: 1.25em;
  margin-bottom: 25px;
  padding-left: 20px;
  position: relative;
  text-align: center;
  z-index: 4;
}
.goods-product-right h4::before,
.goods-product-right h4::after {
  content: "";
  height: 100%;
  position: absolute;
  width: 4px;
}
.goods-product-right h4::before {
  background-color: #000;
  left: -2px;
  top: -2px;
  z-index: 0;
}
.goods-product-right h4::after {
  left: 2px;
  top: 2px;
  z-index: 1;
}
@media (max-width: 640px) {
  .goods-product-right h4 span {
    display: block;
    font-size: 1rem;
    line-height: 1.75rem;
    margin: 0;
  }
}
.goods-product-right ul {
  display: flex;
  font-size: 1rem;
  justify-content: center;
  position: relative;
  z-index: 4;
}
@media (max-width: 640px) {
  .goods-product-right ul {
    flex-wrap: wrap;
  }
}
.goods-product-right li {
  color: #999;
  margin: 0 0.5rem;
}
.goods-product-right span {
  margin-right: 0.5rem;
}
.goods-product-right.red h4::after {
  background-color: red;
}
.goods-product-right.yellow h4::after {
  background-color: #ff0;
}
.goods-product-right.green h4::after {
  background-color: lime;
}
.goods-product-right.blue h4::after {
  background-color: blue;
}
.goods-product-right.purple h4::after {
  background-color: #60c;
}
.goods-product-preview {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.goods-product-preview li {
  align-items: center;
  background: #111;
  color: #666;
  display: flex;
  font-size: 1.5rem;
  margin: 0 2px;
  padding: 0.5rem 1.5rem;
  position: relative;
  text-align: center;
  z-index: 4;
}
.goods-product-preview li:first-child {
  border-radius: 1.5rem 0 0 1.5rem;
}
.goods-product-preview li:last-child {
  border-radius: 0 1.5rem 1.5rem 0;
}
.goods-product-preview li.active {
  background: #222;
  color: #999;
}
.goods-product-preview li span {
  font-size: 0.9rem;
  margin-left: 0.5rem;
}
.goods-spec {
  margin-bottom: 100px;
}
.game-taimaninrpg {
  align-items: center;
  background-attachment: fixed;
  background-image: url("https://stg.lilith-soft.com/official/goods/contents/pickup_acrylic_stand/images/bg_taimaninrpg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  filter: brightness(1.25);
  flex-flow: column;
  height: 640px;
  justify-content: center;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
}
@media (max-width: 640px) {
  .game-taimaninrpg {
    background-attachment: scroll;
  }
}
.game-taimaninrpg::after {
  background-image: url("https://stg.lilith-soft.com/official/goods/contents/pickup_acrylic_stand/images/bg_cross.svg");
  background-position: center center;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  width: 100%;
}
.game-taimaninrpg p,
.game-taimaninrpg ul {
  position: relative;
  z-index: 1;
}
.game-taimaninrpg p {
  color: #fff;
  font-size: 3rem;
  line-height: 1.5em;
  margin-bottom: 50px;
}
.game-taimaninrpg p b {
  font-size: 3.5rem;
}
.game-taimaninrpg p span {
  animation: blur 10s ease-out 1s infinite;
  color: rgba(0, 0, 0, 0);
}
.game-taimaninrpg p span:nth-child(1) {
  animation-delay: 0.1s;
}
.game-taimaninrpg p span:nth-child(2) {
  animation-delay: 0.2s;
}
.game-taimaninrpg p span:nth-child(3) {
  animation-delay: 0.3s;
}
.game-taimaninrpg p span:nth-child(4) {
  animation-delay: 0.4s;
}
.game-taimaninrpg p span:nth-child(5) {
  animation-delay: 0.5s;
}
.game-taimaninrpg p span:nth-child(6) {
  animation-delay: 0.6s;
}
.game-taimaninrpg p span:nth-child(7) {
  animation-delay: 0.7s;
}
.game-taimaninrpg p span:nth-child(8) {
  animation-delay: 0.8s;
}
.game-taimaninrpg ul {
  display: flex;
  gap: 25px;
}
@media (max-width: 640px) {
  .game-taimaninrpg ul {
    flex-flow: column;
  }
}
.game-taimaninrpg li a {
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  display: block;
  padding: 5px 20px;
  position: relative;
  transition: 0.3s;
}
.game-taimaninrpg li a:hover {
  background-color: #fff;
  color: red;
}
.goods-mainvisual .model-viewer-none {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  min-width: 960px !important;
  max-width: 1280px;
}
@media (max-width: 640px) {
  .goods-mainvisual .model-viewer-none {
    max-width: 100%;
    min-width: auto !important;
  }
}
.goods-mainvisual .model-viewer-none span {
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5em;
  margin-top: 25px;
  text-align: center;
}
.goods-product .model-viewer-none {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
  padding: 0 25px 50px;
  text-align: center;
}
.goods-product .model-viewer-none span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
  margin-top: 10px;
}
