@import url("https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap");
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  background: none;
  width: 60px;
  height: 60px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
  background-size: cover;
  position: absolute;
  top: 100px;
  right: -55px;
  margin-top: -11px;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  width: 34px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -32px;
  transition: 0.3s;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  transform: scaleX(-1);
  right: auto;
  left: -70px;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  vertical-align: bottom;
  font-size: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #e3efff;
  line-height: 20px;
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background: #e3efff;
}

body {
  background: #11110f;
  font-weight: 500;
  color: #fff;
  font-size: clamp(12px, 1.25vw, 1.75rem);
}
@media screen and (max-width: 768px) {
  body {
    font-size: clamp(10px, 3.8461538462vw, 1.75rem);
  }
}

img {
  width: 100%;
  height: auto;
}

picture {
  display: block;
}

main {
  line-height: 1.8;
}

span.ex {
  font-size: 1.25em;
  display: inline-block;
  line-height: 1;
}

.header-logo img {
  width: auto;
  max-width: 100%;
}

.body-bg {
  background: #11110f url("../images/bg_body-diq62rwv.jpg") no-repeat 0 0/100%
    100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 105vh;
  mix-blend-mode: color-dodge;
  opacity: 0.18;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .body-bg {
    background-image: url("../images/bg_body_sp-fkmnuf7t.jpg");
  }
}

.nav-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5000;
  transition: 0.3s;
}

.nav-btn-inner {
  position: relative;
  background: #111110;
  box-shadow: 0vw 0vw 0.4166666667vw #ae2d34;
}

.nav-btn-inner:after,
.nav-btn-inner:before {
  content: "";
  display: inline-block;
  width: 3.0555555556vw;
  height: 0.2777777778vw;
  background: #ae2d34;
  position: absolute;
  top: 50%;
  margin-top: -1.0416666667vw;
  left: 1.25vw;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .nav-btn-inner:after,
  .nav-btn-inner:before {
    width: 5.1282051282vw;
    height: 0.5128205128vw;
    margin-top: -2.3076923077vw;
    left: 3.8461538462vw;
  }
}
.nav-btn-inner:after {
  margin-top: 0.7638888889vw;
}

@media screen and (max-width: 768px) {
  .nav-btn-inner:after {
    margin-top: 1.7948717949vw;
  }
}
.nav-btn-inner > a {
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  color: #fff;
  display: block;
  position: relative;
  z-index: 1;
}

.nav-btn-inner > a:before {
  content: "";
  display: inline-block;
  width: 3.0555555556vw;
  height: 0.2777777778vw;
  background: #ae2d34;
  position: absolute;
  top: 50%;
  margin-top: -0.1388888889vw;
  left: 1.25vw;
  transition: 0.3s;
}

.nav-btn-inner > a > .text {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 200%;
}

@media screen and (max-width: 768px) {
  .nav-btn-inner > a {
    width: 12.3076923077vw;
    height: 12.3076923077vw;
  }
  .nav-btn-inner > a:before {
    width: 5.1282051282vw;
    height: 0.5128205128vw;
    margin-top: -0.2564102564vw;
    left: 3.8461538462vw;
  }
}
.nav-btn-inner.is-open {
  background: transparent;
  box-shadow: none;
}

.nav-btn-inner.is-open:after,
.nav-btn-inner.is-open:before {
  margin-top: -0.1388888889vw;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-btn-inner.is-open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-btn-inner.is-open > a:before {
  opacity: 0;
}

.nav-menu {
  position: fixed;
  top: 0;
  right: -110%;
  width: 49.0972222222vw;
  height: 100%;
  z-index: 3000;
  padding: 0;
  transition: 0.3s;
  display: block;
}
@media screen and (max-width: 768px) {
  .nav-menu {
    right: 0;
    top: -110%;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .nav-menu {
    width: 100%;
  }
}
.nav-menu-overlay {
  position: fixed;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(0.1388888889vw);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}

.nav-menu-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  filter: drop-shadow(0vw 0.2777777778vw 2.0833333333vw rgba(174, 45, 52, 0.6));
}
@media screen and (max-width: 768px) {
  .nav-menu-inner {
    filter: none;
  }
}

@media screen and (max-width: 768px) {
  .nav-menu-inner {
    max-width: inherit;
  }
}
.nav-menu-shadow {
  background: #111110;
  margin: 0 auto;
  height: 100%;
  overflow-y: auto;
  padding: 8.3333333333vw 4.5138888889vw 8.3333333333vw 11.6666666667vw;
  color: #fff;
  clip-path: polygon(6.9444444444vw 0%, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .nav-menu-shadow {
    padding: 20.5128205128vw 6.6666666667vw 15.3846153846vw;
    height: calc(100% - 40px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% calc(100% - 12.8205128205vw));
  }
}

.nav-menu-title {
  margin-bottom: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .nav-menu-title {
    margin-bottom: 5.1282051282vw;
  }
  .nav-menu-title img {
    height: auto;
    width: 86.6666666667vw;
  }
}

.nav-menu-list {
  color: #fff;
  margin-left: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .nav-menu-list {
    margin-left: 0;
  }
}

.nav-menu-list > li {
  margin-top: 0;
}

.nav-menu-list > li > a {
  display: block;
  position: relative;
  font-size: clamp(12px, 1.3888888889vw, 1.75rem);
  font-weight: 700;
  padding: 1.4583333333vw 0 1.4583333333vw 4.1666666667vw;
  position: relative;
  line-height: 1.5;
  background: url("../images/icon_menu-i8fjuuhf.png") no-repeat left
    center/3.4722222222vw 3.4722222222vw;
}

@media screen and (max-width: 768px) {
  .nav-menu-list > li > a {
    background-size: 12.0512820513vw 12.0512820513vw;
    font-size: clamp(12px, 4.6153846154vw, 1.75rem);
    padding: 3.8461538462vw 0 3.8461538462vw 11.5384615385vw;
  }
  .nav-menu-list > li > a img {
    max-height: 1.3888888889vw;
  }
}
.nav-menu-list > li > a:hover {
  color: #d13a29;
  background-image: url("../images/icon_menu_hover-kmsnxhbg.png");
}

.nav-menu-list a {
  color: #fff;
}

.nav-menu.is-open {
  right: 0;
}
@media screen and (max-width: 768px) {
  .nav-menu.is-open {
    top: 0;
  }
}

.nav-menu.is-open + main {
  filter: blur(0.1388888889vw);
}

.nav-menu.is-open .nav-menu-overlay {
  display: block;
  opacity: 1;
  width: 100vw;
  height: 100%;
}

.visually-hidden {
  position: absolute;
  width: 0.0694444444vw;
  height: 0.0694444444vw;
  margin: -0.0694444444vw;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

.hero-visual {
  position: relative;
  background: #271d13;
}

.hero-title {
  display: block;
}
@media screen and (max-width: 768px) {
  .hero-title {
    padding-bottom: 23.0769230769vw;
  }
}

.hero-title img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-cardlist-btn {
  position: absolute;
  right: 8.125vw;
  bottom: 7.0138888889vw;
  width: 18.9583333333vw;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 1;
}
.hero-cardlist-btn:hover .hero-cardlist-btn__image--hover {
  opacity: 1;
}

.hero-cardlist-btn__image {
  display: block;
  width: 100%;
}

.hero-cardlist-btn__image img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-cardlist-btn__image--default {
  position: relative;
  opacity: 1;
  transition: 0.25s ease;
}

.hero-cardlist-btn__image--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.25s ease;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .hero-cardlist-btn {
    right: 50%;
    bottom: 12.8205128205vw;
    width: 63.5897435897vw;
    transform: translateX(50%);
  }
}
.video-section {
  overflow: hidden;
  position: relative;
}
.video-section:before,
.video-section:after {
  content: "";
  width: 100%;
  height: 10vw;
  background: linear-gradient(to bottom, #11110f 0%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .video-section:before,
  .video-section:after {
    background: linear-gradient(to bottom, #271d13 0%, transparent 100%);
  }
}
.video-section:after {
  transform: rotate(180deg);
  top: auto;
  bottom: 0;
}
.video-section .video {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
.video-section .video .video-player {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-shadow-wrapper {
  filter: drop-shadow(
    0vw -0.6944444444vw 0.6944444444vw rgba(215, 122, 52, 0.5)
  );
}

.video-section2 {
  overflow: hidden;
  position: relative;
  clip-path: polygon(0% 0%, 100% 17vw, 100% 100%, 0% 83vw);
  height: 64vw;
  margin-top: -17vw;
  margin-bottom: -3vw;
}
@media screen and (max-width: 768px) {
  .video-section2 {
    height: 80vw;
  }
}
.video-section2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    #1e1e1e 10%,
    rgba(30, 30, 30, 0) 20%,
    rgba(30, 30, 30, 0) 80%,
    #1e1e1e 90%
  );
  z-index: 1;
}
.video-section2 .video {
  width: 100%;
  height: 100%;
  position: relative;
}
.video-section2 .video .video-player {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about p {
  text-shadow: 0px 0px 40px #a3561b, 0px 0px 40px #301a1a;
}
.about__inner {
  padding-top: 3.3333333333vw;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about__inner {
    padding-top: 5.1282051282vw;
  }
}
.about__title {
  text-align: center;
}
.about__title img {
  width: 86.5972222222vw;
}
@media screen and (max-width: 768px) {
  .about__title {
    width: 100vw;
  }
}

.about__visual {
  text-align: center;
  margin-top: -5vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about__visual {
    margin-top: -2vw;
  }
}
.about__visual-bg {
  position: relative;
  z-index: 2;
}
.about__visual-bg img {
  width: 70.1388888889vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .about__visual-bg img {
    width: 110vw;
    max-width: inherit;
    margin-left: -5vw;
  }
}
.about__visual-image {
  position: absolute;
  top: 5vw;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  transition: 0.5s 0.5s;
}
@media screen and (max-width: 768px) {
  .about__visual-image {
    top: 0;
  }
}
.about__visual-image img {
  width: 70.1388888889vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .about__visual-image img {
    width: 115.3846153846vw;
    max-width: inherit;
    margin-left: -7.5vw;
  }
}
.about__visual.is-show .about__visual-image {
  opacity: 1;
  top: 0;
}
@media screen and (max-width: 768px) {
  .about__visual.is-show .about__visual-image {
    top: -5vw;
  }
}

.about__slide {
  overflow: hidden;
  width: 100%;
}
.about__slide:first-child {
  position: relative;
  left: -16.875vw;
}
.about__slide-wrap {
  position: absolute;
  top: calc(50% + 4.5138888889vw);
  left: 0;
  transform: translateY(-50%);
  mix-blend-mode: color-dodge;
}
@media screen and (max-width: 768px) {
  .about__slide-wrap {
    top: 45vw;
    transform: none;
  }
}
.about__slide + .about__slide {
  margin-top: 1.3888888889vw;
}
.about__slide-item {
  display: flex;
  width: max-content;
  animation: infinity-text 30s linear infinite;
}
.about__slide-image {
  width: 25%;
  flex-shrink: 0;
}
.about__slide-image > img {
  max-width: inherit;
  width: 100%;
  height: auto;
  display: block;
  width: 93.75vw;
}
@media screen and (max-width: 768px) {
  .about__slide-image > img {
    width: 117.9487179487vw;
  }
}
.about__slide--right .about__slide-image > img {
  width: 100.9722222222vw;
}
@media screen and (max-width: 768px) {
  .about__slide--right .about__slide-image > img {
    width: 124.1025641026vw;
  }
}
.about__slide--right .about__slide-item {
  animation: infinity-text2 30s linear infinite;
}

@keyframes infinity-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes infinity-text2 {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.cardlist {
  display: flex;
  flex-wrap: wrap;
  max-width: 85.4166666667vw;
  margin-left: auto;
  margin-right: auto;
  gap: 0 5.5555555556vw;
  padding: 0 0 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .cardlist {
    max-width: inherit;
    flex-wrap: wrap;
    margin-top: 10.2564102564vw;
    padding-left: 5.1282051282vw;
    padding-right: 5.1282051282vw;
    padding-bottom: 10.2564102564vw;
  }
}
.cardlist__title {
  width: 19.5833333333vw;
  mix-blend-mode: color-dodge;
}
@media screen and (max-width: 768px) {
  .cardlist__title {
    width: 100%;
  }
  .cardlist__title img {
    width: 56.7948717949vw;
    height: auto;
  }
}
.cardlist__contents {
  padding-top: 2.9861111111vw;
  width: calc(100% - 19.5833333333vw - 5.5555555556vw);
  display: flex;
  gap: 0 5.5555555556vw;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .cardlist__contents {
    width: 100%;
    padding-top: 0;
    margin-top: 8.2051282051vw;
    gap: 0 7.6923076923vw;
  }
}
.cardlist__contents:after {
  content: "";
  display: inline-block;
  width: 2.0833333333vw;
  height: calc(100% + 2.7777777778vw);
  background: url("../images/cardlist_line-cjgntigj.png") no-repeat 0 0/100%
    100%;
  position: absolute;
  left: 50%;
  top: -1.3888888889vw;
  margin-left: -1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .cardlist__contents:after {
    width: 5.1282051282vw;
    height: calc(100% + 5.1282051282vw);
    top: -2.5641025641vw;
    margin-left: -2.5641025641vw;
  }
}
.cardlist__contents > div {
  width: 50%;
}
.cardlist__contents > div:last-child {
  margin-top: 2.9861111111vw;
}
@media screen and (max-width: 768px) {
  .cardlist__contents > div:last-child {
    margin-top: 6.4102564103vw;
  }
}
.cardlist__list li:not(:first-child) {
  margin-top: 1.875vw;
}
@media screen and (max-width: 768px) {
  .cardlist__list li:not(:first-child) {
    margin-top: 3.5897435897vw;
  }
}
.cardlist__list a {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cardlist__list a img {
    width: 41.0256410256vw;
    height: auto;
  }
}
.cardlist__list a:hover .cardlist__list-button--hover {
  opacity: 1;
}
.cardlist__list-button--hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  transition: 0.25s ease;
}

.pickup {
  padding-top: 6.9444444444vw;
  padding-bottom: 13.8888888889vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pickup {
    padding-top: 10.2564102564vw;
    padding-bottom: 25.641025641vw;
  }
}
.pickup__object-wrap {
  width: 100%;
  height: 100%;
  overflow-x: clip;
  position: absolute;
}
.pickup__object {
  position: absolute;
  z-index: 0;
  top: -18vw;
  left: -100%;
  transform: translateX(-37%);
  opacity: 0;
  transition: 0.25s ease;
}
@media screen and (max-width: 768px) {
  .pickup__object {
    top: 27vw;
  }
}
.pickup__object img {
  max-width: inherit;
  width: 150.4166666667vw;
}
@media screen and (max-width: 768px) {
  .pickup__object img {
    height: auto;
    width: 250vw;
  }
}
.pickup__object.is-show {
  left: 50%;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .pickup__object.is-show {
    left: 70%;
  }
}
.pickup__object2 {
  position: absolute;
  z-index: 0;
  top: 64vw;
  right: -100%;
  opacity: 0;
  transition: 0.25s ease;
}
@media screen and (max-width: 768px) {
  .pickup__object2 {
    top: 260vw;
  }
}
.pickup__object2 img {
  max-width: inherit;
  width: 84.6527777778vw;
}
@media screen and (max-width: 768px) {
  .pickup__object2 img {
    height: auto;
    width: 120vw;
  }
}
.pickup__object2.is-show {
  right: 0;
  opacity: 1;
}
.pickup__object3 {
  position: absolute;
  z-index: 0;
  top: 81vw;
  left: -100%;
  opacity: 0;
  transition: 0.25s ease;
}
@media screen and (max-width: 768px) {
  .pickup__object3 {
    top: 360vw;
  }
}
.pickup__object3 img {
  max-width: inherit;
  width: 17.9166666667vw;
}
@media screen and (max-width: 768px) {
  .pickup__object3 img {
    height: auto;
    width: 30vw;
  }
}
.pickup__object3.is-show {
  left: 0%;
  opacity: 1;
}
.pickup__object4 {
  position: absolute;
  z-index: 0;
  bottom: 2vw;
  left: -100%;
  opacity: 0;
  transition: 0.25s ease;
}
@media screen and (max-width: 768px) {
  .pickup__object4 {
    bottom: 10vw;
  }
}
.pickup__object4 img {
  max-width: inherit;
  width: 81.5277777778vw;
}
@media screen and (max-width: 768px) {
  .pickup__object4 img {
    height: auto;
    width: 150vw;
  }
}
.pickup__object4.is-show {
  left: 0%;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .pickup__object4.is-show {
    left: -65%;
  }
}
.pickup__object5 {
  position: absolute;
  z-index: 0;
  bottom: 8vw;
  right: -100%;
  opacity: 0;
  transition: 0.25s ease;
}
@media screen and (max-width: 768px) {
  .pickup__object5 {
    bottom: 24vw;
  }
}
.pickup__object5 img {
  max-width: inherit;
  width: 40.9027777778vw;
}
@media screen and (max-width: 768px) {
  .pickup__object5 img {
    height: auto;
    width: 80vw;
  }
}
.pickup__object5.is-show {
  right: 0;
  opacity: 1;
}
.pickup__inner {
  padding-left: 4.8611111111vw;
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 1;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .pickup__inner {
    max-width: inherit;
    padding-left: 0;
  }
}
.pickup__inner-title {
  width: 14.9305555556vw;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pickup__inner-title {
    top: -2.5641025641vw;
    width: 19.2307692308vw;
  }
  .pickup__inner-title img {
    height: auto;
  }
}
.pickup__inner-contents {
  width: calc(100% - 10.0694444444vw);
  padding-right: 4.8611111111vw;
}
@media screen and (max-width: 768px) {
  .pickup__inner-contents {
    padding-right: 5.1282051282vw;
    width: calc(100% - 20.5128205128vw);
  }
}
.pickup__title img {
  width: 12.1527777778vw;
}
.pickup__layout {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .pickup__layout {
    flex-wrap: wrap;
  }
}
.pickup__layout-title img {
  width: 29.375vw;
}
@media screen and (max-width: 768px) {
  .pickup__layout-title {
    text-align: center;
  }
  .pickup__layout-title img {
    width: 63.0769230769vw;
    height: auto;
  }
}
.pickup__layout-contents {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .pickup__layout-contents {
    width: 100%;
  }
}
.pickup__layout-card {
  width: 55%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pickup__layout-card {
    display: none;
  }
  .pickup__layout-card--sp {
    display: block;
    margin-top: 6.1538461538vw;
    width: 100%;
  }
}
.pickup__layout-card-img {
  position: relative;
  z-index: 1;
}
.pickup__layout-card-img img {
  width: 26.875vw;
}
@media screen and (max-width: 768px) {
  .pickup__layout-card-img img {
    width: 61.5384615385vw;
    height: auto;
  }
}
.pickup__layout-name {
  margin-top: 2.0833333333vw;
}
.pickup__layout-name img {
  width: 31.8055555556vw;
}
@media screen and (max-width: 768px) {
  .pickup__layout-name {
    margin-top: 6.1538461538vw;
    text-align: center;
  }
  .pickup__layout-name img {
    width: 59.4871794872vw;
    height: auto;
  }
}
.pickup__layout-text {
  margin-top: 1.7361111111vw;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .pickup__layout-text {
    margin-top: 2.5641025641vw;
  }
}
.pickup__layout-buttons {
  margin-top: 2.7777777778vw;
  text-align: center;
  position: relative;
}
.pickup__layout-buttons img {
  width: 27.9166666667vw;
}
.pickup__layout-buttons button {
  position: relative;
}
.pickup__layout-buttons button .pickup__layout-button--hover {
  opacity: 0;
}
.pickup__layout-buttons button:hover .pickup__layout-button--hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .pickup__layout-buttons {
    margin-top: 6.1538461538vw;
  }
  .pickup__layout-buttons img {
    width: 71.0256410256vw;
  }
}
.pickup__layout-button {
  position: relative;
  transition: 0.3s;
}
.pickup__layout-button--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.pickup__layout-copy {
  margin-top: 2.0833333333vw;
  text-align: center;
  line-height: 1;
}
.pickup__layout-copy img {
  width: 19.8611111111vw;
}
.pickup__layout-copy button:hover .pickup__layout-button--default {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .pickup__layout-copy {
    margin-top: 6.1538461538vw;
  }
  .pickup__layout-copy img {
    width: 57.9487179487vw;
  }
}
.pickup__layout2 {
  display: flex;
  margin-top: 13.8888888889vw;
  gap: 0 9%;
}
@media screen and (max-width: 768px) {
  .pickup__layout2 {
    flex-wrap: wrap;
    margin-top: 20.5128205128vw;
  }
}
.pickup__layout2-contents {
  width: 39%;
}
@media screen and (max-width: 768px) {
  .pickup__layout2-contents {
    width: 100%;
  }
}
.pickup__layout2-card {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .pickup__layout2-card {
    display: none;
  }
  .pickup__layout2-card--sp {
    display: block;
    margin-top: 8.7179487179vw;
    width: 100%;
  }
  .pickup__layout2-card-img img {
    width: 51.2820512821vw;
    height: auto;
  }
}
.pickup__layout2-card-wrap {
  margin-top: 2.7777777778vw;
  display: flex;
  align-items: center;
  gap: 0.5555555556vw;
}
@media screen and (max-width: 768px) {
  .pickup__layout2-card-wrap {
    margin-top: 0;
    gap: 0 1.2820512821vw;
  }
}
.pickup__layout2-card-item {
  width: 50%;
  position: relative;
  opacity: 0;
  transition: 0.5s ease-in, top 0.5s ease-in 0.5s, bottom 0.5s ease-in 0.5s;
}
.pickup__layout2-card-item img {
  width: 19.0972222222vw;
}
@media screen and (max-width: 768px) {
  .pickup__layout2-card-item img {
    width: 48.7179487179vw;
  }
}
.pickup__layout2-card-item:first-child {
  top: -2.7777777778vw;
}
.pickup__layout2-card-item:last-child {
  bottom: -2.7777777778vw;
}
.pickup__layout2-card.is-show .pickup__layout2-card-item {
  opacity: 1;
}
.pickup__layout2-card.is-show .pickup__layout2-card-item:first-child {
  top: 0;
}
.pickup__layout2-card.is-show .pickup__layout2-card-item:last-child {
  bottom: 0;
}
.pickup__layout2 .pickup__layout-name img {
  width: 27.9166666667vw;
}
@media screen and (max-width: 768px) {
  .pickup__layout2 .pickup__layout-name img {
    width: 74.358974359vw;
  }
}
.pickup__layout3 {
  margin-top: 11.1111111111vw;
}
@media screen and (max-width: 768px) {
  .pickup__layout3 {
    margin-top: 20.5128205128vw;
  }
}
.pickup__layout3-title {
  text-align: center;
}
.pickup__layout3-title img {
  width: 32.8472222222vw;
}
@media screen and (max-width: 768px) {
  .pickup__layout3-title img {
    height: auto;
    width: 63.0769230769vw;
  }
}
.pickup__layout3-title2 {
  text-align: center;
  margin-top: 2.2222222222vw;
}
.pickup__layout3-title2 img {
  width: 62.0138888889vw;
}
@media screen and (max-width: 768px) {
  .pickup__layout3-title2 {
    margin-top: 4.1025641026vw;
  }
  .pickup__layout3-title2 img {
    height: auto;
    width: 74.358974359vw;
  }
}
.pickup__layout3-contents {
  margin-top: 0.8333333333vw;
  text-align: right;
}
.pickup__layout3-contents.is-show .pickup__layout3-image {
  opacity: 1;
  top: 0;
}
.pickup__layout3-image {
  opacity: 0;
  position: relative;
  top: 2.7777777778vw;
  margin-left: -0.6944444444vw;
  margin-right: -0.625vw;
  transition: 0.5s;
}
.pickup__layout3-image img {
  width: 76.6666666667vw;
}
@media screen and (max-width: 768px) {
  .pickup__layout3-image img {
    width: 84.6153846154vw;
  }
}
@media screen and (max-width: 768px) {
  .pickup__layout3-image {
    margin-top: 0;
    margin-left: -3.8461538462vw;
    margin-right: -3.8461538462vw;
  }
}
.pickup__layout3-notes {
  font-size: clamp(12px, 0.9722222222vw, 1.75rem);
  padding-right: 1.7361111111vw;
  margin-top: -1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .pickup__layout3-notes {
    margin-top: -2.5641025641vw;
    text-align: left;
    padding-right: 0;
    font-size: clamp(10px, 2.8205128205vw, 1.75rem);
    text-indent: -1em;
    padding-left: 1.5em;
    padding-right: 0.5em;
  }
}
.pickup__layout3-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1111111111vw;
  margin-top: 2.2222222222vw;
}
.pickup__layout3-buttons img {
  width: 13.75vw;
}
.pickup__layout3-buttons button {
  position: relative;
}
.pickup__layout3-buttons button:hover .pickup__layout3-button--hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .pickup__layout3-buttons {
    margin-top: 6.1538461538vw;
    gap: 2.0512820513vw;
  }
  .pickup__layout3-buttons button {
    padding: 0;
  }
  .pickup__layout3-buttons img {
    width: 23.3333333333vw;
  }
}
.pickup__layout3-button {
  display: inline-block;
  transition: 0.3s;
}
.pickup__layout3-button--default {
  opacity: 1;
}
.pickup__layout3-button--hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-green {
  background: url("../images/new_bg-sjfn4uth.png") no-repeat top center/105%
    auto;
  padding-top: 26.3888888889vw;
  margin-top: -3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .bg-green {
    background-image: url("../images/new_bg_sp-vjg4rjwd.png");
    background-size: 110% auto;
    margin-top: -7.6923076923vw;
    padding-top: 33.3333333333vw;
  }
}

.new {
  padding: 0 0 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .new {
    padding: 0 5.1282051282vw 10.2564102564vw 0;
  }
}
.new__inner {
  max-width: 90.2777777778vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .new__inner {
    max-width: inherit;
  }
}
.new__inner-title {
  width: 14.9305555556vw;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .new__inner-title {
    width: 19.2307692308vw;
  }
}
.new__inner-contents {
  width: calc(100% - 14.9305555556vw);
  max-width: 72.2222222222vw;
}
@media screen and (max-width: 768px) {
  .new__inner-contents {
    width: calc(100% - 20.5128205128vw);
    max-width: inherit;
  }
}
.new__panel:not(:first-child) {
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .new__panel:not(:first-child) {
    margin-top: 7.6923076923vw;
  }
}
.new__panel-inner {
  display: flex;
  width: 100%;
  align-items: center;
  padding-left: 4.4444444444vw;
  padding-bottom: 2.7777777778vw;
  padding-right: 9.0277777778vw;
  gap: 0 3.4722222222vw;
  background: url("../images/new_bg-kmfwre6v.png") no-repeat 0 0/100% 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .new__panel-inner {
    flex-wrap: wrap;
    padding-left: 3.8461538462vw;
    padding-right: 6.4102564103vw;
    padding-bottom: 6.4102564103vw;
    background-image: url("../images/new_bg_sp-kmfwre6v.png");
  }
}
.new__panel button.new__panel-inner {
  padding-left: 4.4444444444vw;
  padding-bottom: 2.7777777778vw;
  padding-right: 9.0277777778vw;
  background-image: url("../images/new_bg_link-cnzbvcis.png");
}
@media screen and (max-width: 768px) {
  .new__panel button.new__panel-inner {
    padding-left: 3.8461538462vw;
    padding-right: 6.4102564103vw;
    padding-bottom: 6.4102564103vw;
    background-image: url("../images/new_bg_link_sp-cnzbvcis.png");
  }
}
.new__panel button.new__panel-inner:after {
  content: "";
  display: inline-block;
  width: 4.4444444444vw;
  height: 4.4444444444vw;
  background: url("../images/icon_link-bithdkx9.png") no-repeat 0 0 / cover;
  position: absolute;
  right: 3.4722222222vw;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .new__panel button.new__panel-inner:after {
    width: 9.2307692308vw;
    height: 9.2307692308vw;
    top: auto;
    bottom: 6.1538461538vw;
    right: 7.1794871795vw;
    transform: none;
    background-image: url("../images/icon_link_sp-ikmnsjoy.png");
  }
}
.new__panel button.new__panel-inner:hover:after {
  background-image: url("../images/icon_link_hover-jo0iskwt.png");
}
.new__panel-cards {
  width: 27.5vw;
  display: flex;
  align-items: flex-end;
  gap: 1.6666666667vw;
  margin-top: -2.7777777778vw;
}
.new__panel-cards > div:nth-child(1) {
  width: 14.9305555556vw;
}
@media screen and (max-width: 768px) {
  .new__panel-cards > div:nth-child(1) {
    width: 29.2307692308vw;
  }
}
.new__panel-cards > div:nth-child(2) img {
  width: 10.9027777778vw;
}
@media screen and (max-width: 768px) {
  .new__panel-cards > div:nth-child(2) img {
    width: 22.0512820513vw;
  }
}
@media screen and (max-width: 768px) {
  .new__panel-cards {
    width: 53.3333333333vw;
    gap: 2.0512820513vw;
    margin: -4.1025641026vw auto 0;
  }
  .new__panel-cards img {
    height: auto;
  }
}
.new__panel-contents {
  flex: 1;
  padding-top: 1.3888888889vw;
}
.new__panel-contents img {
  width: 27.2222222222vw;
}
@media screen and (max-width: 768px) {
  .new__panel-contents {
    width: 100%;
    text-align: left;
    padding-top: 6.1538461538vw;
    flex: inherit;
  }
  .new__panel-contents img {
    height: auto;
    width: 55.8974358974vw;
  }
}

.movie {
  padding: 6.9444444444vw 0 6.25vw;
}
@media screen and (max-width: 768px) {
  .movie {
    padding-top: 10.2564102564vw;
    padding-right: 5.1282051282vw;
    padding-bottom: 15.3846153846vw;
  }
}
.movie__inner {
  max-width: 90.2777777778vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .movie__inner {
    max-width: inherit;
  }
}
.movie__inner-title {
  width: 14.9305555556vw;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .movie__inner-title {
    width: 19.2307692308vw;
  }
  .movie__inner-title img {
    height: auto;
  }
}
.movie__inner-contents {
  width: calc(100% - 14.9305555556vw);
  max-width: 72.2222222222vw;
}
@media screen and (max-width: 768px) {
  .movie__inner-contents {
    width: calc(100% - 20.5128205128vw);
    max-width: inherit;
  }
}
.movie__media {
  box-shadow: 0.2777777778vw 0.2777777778vw 0 0 #ae2d34;
  background: #111110;
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  .movie__media {
    max-width: 100%;
    box-shadow: 0.5128205128vw 0.5128205128vw 0 0 #ae2d34;
  }
}
.movie__media iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.sealed {
  padding: 6.25vw 0 26vw;
}
@media screen and (max-width: 768px) {
  .sealed {
    padding-top: 0vw;
    padding-right: 5.1282051282vw;
    padding-bottom: 30vw;
  }
}
.sealed__inner {
  max-width: 90.2777777778vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sealed__inner {
    max-width: inherit;
  }
}
.sealed__inner-title {
  width: 14.9305555556vw;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sealed__inner-title {
    width: 19.2307692308vw;
  }
  .sealed__inner-title img {
    height: auto;
  }
}
.sealed__inner-contents {
  width: calc(100% - 14.9305555556vw);
  max-width: 72.2222222222vw;
}
@media screen and (max-width: 768px) {
  .sealed__inner-contents {
    width: calc(100% - 20.5128205128vw);
    max-width: inherit;
  }
}

.sealed__layout {
  display: flex;
  align-items: center;
  gap: 0 4.8611111111vw;
}
@media screen and (max-width: 768px) {
  .sealed__layout {
    flex-wrap: wrap;
    gap: 5.1282051282vw 0;
  }
}
.sealed__layout-logo {
  width: calc(50% - 2.7777777778vw);
}
@media screen and (max-width: 768px) {
  .sealed__layout-logo {
    width: 100%;
  }
  .sealed__layout-logo img {
    height: auto;
  }
}
.sealed__layout-contents {
  width: calc(50% - 2.0833333333vw);
}
@media screen and (max-width: 768px) {
  .sealed__layout-contents {
    width: 100%;
  }
}
.sealed__layout-title img {
  width: auto;
  height: 1.9444444444vw;
}
@media screen and (max-width: 768px) {
  .sealed__layout-title {
    text-align: center;
  }
  .sealed__layout-title img {
    width: 38.0769230769vw;
    height: auto;
  }
}
.sealed__layout-text {
  margin-top: 2.0833333333vw;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .sealed__layout-text {
    margin-top: 5.1282051282vw;
  }
}
.sealed__layout-buttons {
  margin-top: 2.7777777778vw;
}
.sealed__layout-buttons img {
  width: 25.2777777778vw;
}
.sealed__layout-buttons a {
  display: inline-block;
  position: relative;
}
.sealed__layout-buttons a:hover .sealed__layout-button--hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .sealed__layout-buttons {
    margin-top: 6.1538461538vw;
    text-align: center;
  }
  .sealed__layout-buttons img {
    width: 59.4871794872vw;
    height: auto;
  }
}
.sealed__layout-button {
  transition: 0.3s;
}
.sealed__layout-button--default {
  opacity: 1;
}
.sealed__layout-button--hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sealed__layout2 {
  display: flex;
  gap: 0 5.5555555556vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sealed__layout2 {
    flex-wrap: wrap;
    gap: 16.4102564103vw 0;
  }
}
.sealed__layout2:after {
  content: "";
  display: inline-block;
  width: 2.0833333333vw;
  height: calc(100% + 2.7777777778vw);
  background: url("../images/sealed_line-9mnvjfzl.png") no-repeat 0 0/100% 100%;
  position: absolute;
  left: 50%;
  top: -1.3888888889vw;
  margin-left: -1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .sealed__layout2:after {
    display: none;
  }
}
.sealed__layout2-item {
  width: calc(50% - 2.7777777778vw);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sealed__layout2-item {
    width: 100%;
  }
  .sealed__layout2-item:last-child {
    position: relative;
  }
  .sealed__layout2-item:last-child:before {
    content: "";
    display: inline-block;
    background: url("../images/sealed_line-gktn9xbe.png") no-repeat 0 0/100%
      100%;
    height: 7.6923076923vw;
    width: 100%;
    left: 0;
    top: -11.7948717949vw;
    position: absolute;
  }
}
.sealed__layout2-title img {
  width: 25.6944444444vw;
}
@media screen and (max-width: 768px) {
  .sealed__layout2-title {
    text-align: center;
  }
  .sealed__layout2-title img {
    height: auto;
    width: 62.0512820513vw;
  }
}
.sealed__layout2-logo {
  margin-top: 2.2222222222vw;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sealed__layout2-logo img {
  width: 21.5972222222vw;
}
@media screen and (max-width: 768px) {
  .sealed__layout2-logo {
    text-align: center;
    height: auto;
    margin-top: 5.1282051282vw;
  }
  .sealed__layout2-logo img {
    width: 51.2820512821vw;
  }
}
.sealed__layout2-buttons {
  margin-top: 2.2222222222vw;
}
.sealed__layout2-buttons img {
  width: 23.6111111111vw;
}
.sealed__layout2-buttons a {
  display: inline-block;
  position: relative;
}
.sealed__layout2-buttons a:hover .sealed__layout-button--hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .sealed__layout2-buttons {
    margin-top: 5.1282051282vw;
  }
  .sealed__layout2-buttons img {
    width: 59.4871794872vw;
  }
}
.sealed__layout2-button {
  transition: 0.3s;
}
.sealed__layout2-button--default {
  opacity: 1;
}
.sealed__layout2-button--hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sealed__box {
  margin-top: 4.4444444444vw;
  background: linear-gradient(
    251.61deg,
    rgba(20, 65, 69, 0.8) 24.96%,
    rgba(24, 49, 51, 0.8) 79.72%
  );
  padding: 3.4722222222vw 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .sealed__box {
    padding: 11.5384615385vw 5.1282051282vw;
    margin-top: 10.2564102564vw;
  }
}
.sealed__box-layout {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sealed__box-layout {
    flex-wrap: wrap;
  }
  .sealed__box-layout > div {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sealed__box-lead {
    text-align: center;
  }
  .sealed__box-lead img {
    height: auto;
    width: 63.0769230769vw;
  }
}
@media screen and (max-width: 768px) {
  .sealed__box-card {
    text-align: center;
    margin-top: 2.5641025641vw;
  }
  .sealed__box-card img {
    height: auto;
    width: 63.0769230769vw;
  }
}

.sealed__line {
  border: none;
  margin: 2.0833333333vw 0;
  height: 2.0833333333vw;
  background: url("../images/sealed_line-gktn9xbe.png") no-repeat 0 0/100% 100%;
}
@media screen and (max-width: 768px) {
  .sealed__line {
    margin: 2.5641025641vw 0 5.1282051282vw;
  }
}

.movie2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55.5555555556vw;
  width: 100%;
}

.other {
  position: relative;
  padding-bottom: 9vw;
}
@media screen and (max-width: 768px) {
  .other {
    padding-right: 5.1282051282vw;
    padding-bottom: 33vw;
    margin-top: -20vw;
    padding-top: 30vw;
  }
}
.other__inner {
  max-width: 90.2777777778vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .other__inner {
    max-width: inherit;
  }
}
.other__inner-title {
  width: 14.9305555556vw;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .other__inner-title {
    width: 19.2307692308vw;
  }
  .other__inner-title img {
    height: auto;
  }
}
.other__inner-contents {
  padding-top: 8vw;
  width: calc(100% - 14.9305555556vw);
  max-width: 72.2222222222vw;
}
@media screen and (max-width: 768px) {
  .other__inner-contents {
    width: calc(100% - 20.5128205128vw);
    max-width: inherit;
    padding-top: 0;
  }
}

.other-bg {
  padding: 0 0 10vw;
}
.other-bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/other_bg-1ngji0tz.png") no-repeat top center/100%
    auto;
  position: absolute;
  top: -17vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .other-bg:before {
    top: -4vw;
    background-image: url("../images/other_bg_sp-1jfmnvjd.png");
  }
}
.other-bg > * {
  position: relative;
  z-index: 2;
}

.other-bg2 {
  padding: 6vw 0 0;
}
@media screen and (max-width: 768px) {
  .other-bg2 {
    padding: 25vw 0 0;
  }
}
.other-bg2:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/other_bg-2nc9ffirj.png") no-repeat top center/100%
    auto;
  position: absolute;
  top: 40vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .other-bg2:before {
    top: 156vw;
    background-image: url("../images/other_bg_sp-2jnuhif.png");
  }
}
.other-bg2 > * {
  position: relative;
  z-index: 2;
}

.other__layout {
  display: flex;
  gap: 0 0.9722222222vw;
  max-width: 65.2777777778vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .other__layout {
    flex-wrap: wrap;
    max-width: inherit;
  }
}
.other__layout-item {
  width: calc(50% - 0.4861111111vw);
}
@media screen and (max-width: 768px) {
  .other__layout-item {
    width: 100%;
  }
}
.other__layout-item > *:first-child {
  margin-top: 0;
}
.other__layout-item:last-child {
  margin-top: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .other__layout-item:last-child {
    margin-top: 5.1282051282vw;
  }
}
.other__layout-item p {
  margin-top: 1.3888888889vw;
  padding-left: 0.8333333333vw;
}
.other__layout-item2 {
  width: 100%;
  max-width: 30.1388888889vw;
}
@media screen and (max-width: 768px) {
  .other__layout-item2 {
    max-width: inherit;
  }
}
@media screen and (max-width: 768px) {
  .other__layout-title {
    text-align: center;
  }
  .other__layout-title img {
    width: 73.8461538462vw;
    height: auto;
  }
}
.other__layout-logo {
  text-align: center;
}
.other__layout-logo img {
  width: 26.7361111111vw;
}
@media screen and (max-width: 768px) {
  .other__layout-logo {
    text-align: center;
    margin-top: 5.1282051282vw;
  }
  .other__layout-logo img {
    width: 70.2564102564vw;
    height: auto;
  }
}
.other__layout-image {
  text-align: center;
  margin-top: 2.7777777778vw;
}
.other__layout-image img {
  width: 26.3888888889vw;
}
@media screen and (max-width: 768px) {
  .other__layout-image {
    text-align: center;
    margin-top: 5.1282051282vw;
    margin-bottom: 7.6923076923vw;
  }
  .other__layout-image img {
    width: 70.2564102564vw;
  }
}
.other__layout-copy {
  text-align: center;
  margin-top: 2.7777777778vw;
  line-height: 1;
}
.other__layout-copy img {
  width: 18.3333333333vw;
}
@media screen and (max-width: 768px) {
  .other__layout-copy {
    margin-top: 0;
  }
  .other__layout-copy img {
    width: 57.1794871795vw;
  }
}
.other__layout-copy + .other__layout-buttons {
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .other__layout-copy + .other__layout-buttons {
    margin-top: -2.0512820513vw;
  }
}
.other__layout-buttons {
  text-align: center;
  margin-top: 2.7777777778vw;
}
.other__layout-buttons img {
  width: 24.5833333333vw;
}
.other__layout-buttons a {
  display: inline-block;
  position: relative;
}
.other__layout-buttons a:hover .other__layout-button--hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .other__layout-buttons {
    margin-top: 0;
  }
  .other__layout-buttons img {
    width: 70.2564102564vw;
  }
}
.other__layout-button {
  transition: 0.3s;
}
.other__layout-button--default {
  opacity: 1;
}
.other__layout-button--hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-section {
  padding: 10vw 0 0;
  position: relative;
}
.product-section:before {
  content: "";
  display: block;
  width: 100%;
  height: 116%;
  background: url("../images/product-bg-jne9uvaq.png") no-repeat top
    center/cover;
  position: absolute;
  top: -11vw;
  left: 50%;
  transform: translateX(-50%);
}
.product-section > * {
  position: relative;
  z-index: 2;
}

.product-title {
  text-align: center;
}
.product-title img {
  width: 20.8333333333vw;
}
@media screen and (max-width: 768px) {
  .product-title {
    width: 100%;
    padding-top: 25.641025641vw;
  }
  .product-title img {
    width: 55.8974358974vw;
  }
}

.product-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .product-content {
    max-width: 74.358974359vw;
    margin: -14vw auto 0;
    flex-direction: column;
    gap: 0;
  }
}

.product-image {
  width: 20.8333333333vw;
}
@media screen and (max-width: 768px) {
  .product-image {
    width: 52.5641025641vw;
  }
}

.product-info {
  color: #fff;
  text-align: left;
}

.product-name {
  margin-bottom: 2.7777777778vw;
  font-weight: bold;
  font-size: clamp(20px, 2.2222222222vw, 64px);
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .product-name {
    margin-bottom: 7.6923076923vw;
    font-size: clamp(20px, 5.1282051282vw, 32px);
    line-height: 1.6;
  }
}

.product-detail {
  font-size: clamp(15px, 1.25vw, 36px);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .product-detail {
    font-size: clamp(15px, 3.8461538462vw, 18px);
  }
}

.modal-contents {
  position: fixed;
  inset: 0;
  z-index: 9000;
  overflow-y: auto;
  padding: 8.3333333333vw 13.8888888889vw 13.4027777778vw;
  min-height: 100vh;
  opacity: 0;
  display: none;
  pointer-events: none;
  transition: opacity 0.4s;
}
@media screen and (max-width: 768px) {
  .modal-contents {
    padding: 12.0512820513vw 5.1282051282vw 29.4871794872vw;
  }
}
.modal-contents#deckModal {
  display: flex;
  align-items: center;
}
.modal-contents::before {
  content: "";
  display: block;
  position: fixed;
  width: 100vw;
  height: 120vh;
  top: -10vh;
  left: 0;
  background: url("../images/modal_bg-fjwivndj.png") no-repeat 0 0/100% 100%;
  backdrop-filter: blur(1.0416666667vw);
  -webkit-backdrop-filter: blur(1.0416666667vw);
}
.modal-contents.is-open {
  opacity: 1;
  display: block;
  pointer-events: auto;
}
.modal-contents__window {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 4.1666666667vw 2.7777777778vw 5.5555555556vw;
  background: linear-gradient(
    180deg,
    rgba(17, 17, 16, 0.85) 0%,
    rgba(42, 33, 33, 0.85) 50%,
    rgba(17, 17, 16, 0.85) 100%
  );
  box-shadow: 0vw 0vw 3.0555555556vw rgba(215, 122, 52, 0.1),
    0.4166666667vw 0.4166666667vw 0vw #ae2d34;
}
@media screen and (max-width: 768px) {
  .modal-contents__window {
    padding: 10.2564102564vw 5.1282051282vw 12.3076923077vw;
    box-shadow: 0vw 0vw 5.641025641vw rgba(215, 122, 52, 0.1),
      0.7692307692vw 0.7692307692vw 0vw #ae2d34;
  }
}
.modal-contents__window:before {
  content: "";
  display: inline-block;
  width: 12.5vw;
  height: 3.3333333333vw;
  background: url("../images/modal-object-diwkfjri.png") no-repeat 0 0 / cover;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .modal-contents__window:before {
    width: 35.8974358974vw;
    height: 9.4871794872vw;
  }
}
.modal-contents__window--point {
  background: linear-gradient(
    180deg,
    rgba(17, 17, 16, 0.85) 0%,
    rgba(37, 37, 36, 0.85) 50%,
    rgba(17, 17, 16, 0.85) 100%
  );
  box-shadow: 0vw 0vw 3.0555555556vw rgba(91, 157, 130, 0.1),
    0.4166666667vw 0.4166666667vw 0vw #197965;
}
@media screen and (max-width: 768px) {
  .modal-contents__window--point {
    box-shadow: 0vw 0vw 5.641025641vw rgba(91, 157, 130, 0.1),
      0.7692307692vw 0.7692307692vw 0vw #197965;
  }
}
.modal-contents__window--point:before {
  background-image: url("../images/modal-object-vmr9iko2.png");
}
.modal-contents__lead {
  text-align: center;
}
.modal-contents__lead img {
  height: 4.8611111111vw;
  width: auto;
}
.modal-contents__lead--2line img {
  height: 7.9166666667vw;
}
@media screen and (max-width: 768px) {
  .modal-contents__lead img {
    width: 79.4871794872vw;
    height: auto;
  }
}
.modal-contents__inner {
  max-width: 58.3333333333vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .modal-contents__inner {
    max-width: inherit;
  }
}
.modal-contents__main {
  display: flex;
  gap: 5.5555555556vw;
  align-items: center;
}
.modal-contents__main .ani-zoom {
  flex: 0 0 20.8333333333vw;
}
.modal-contents__main .ani-zoom img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .modal-contents__main .ani-zoom {
    flex: 0 0 auto;
    width: 51.2820512821vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-contents__main {
    flex-direction: column;
    gap: 3.5897435897vw;
  }
}
.modal-contents__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .modal-contents__info {
    gap: 3.5897435897vw;
  }
}
.modal-contents__main-name {
  height: 2.6388888889vw;
}
.modal-contents__main-name img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .modal-contents__main-name {
    height: 5.1282051282vw;
    text-align: center;
  }
}
.modal-contents__main-text {
  color: #fff;
  font-size: clamp(15px, 1.25vw, 36px);
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .modal-contents__main-text {
    font-size: clamp(15px, 3.8461538462vw, 18px);
  }
}
.modal-contents__line {
  position: relative;
  border: none;
  height: 0.2083333333vw;
  margin: 4.1666666667vw 0;
}
.modal-contents__line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.2083333333vw;
  opacity: 0.6;
  background: linear-gradient(
    90deg,
    rgba(168, 72, 189, 0) 0%,
    #d8d8d8 50%,
    rgba(168, 72, 189, 0) 100%
  );
}
@media screen and (max-width: 768px) {
  .modal-contents__line::before {
    height: 0.5128205128vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-contents__line {
    height: 0.5128205128vw;
    margin: 10.2564102564vw 0;
  }
}
.modal-contents__sub {
  height: 2.0138888889vw;
  margin-bottom: 2.7777777778vw;
  text-align: center;
}
.modal-contents__sub img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .modal-contents__sub {
    height: 4.8717948718vw;
    margin-bottom: 5.1282051282vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-contents__sub-double {
    height: 10.5128205128vw;
  }
}
.modal-contents__sub-double > picture {
  height: 100%;
}
.modal-contents__pair {
  display: flex;
  width: 45.8333333333vw;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 2.7777777778vw;
}
.modal-contents__pair .ani-zoom {
  flex: 0 0 16.6666666667vw;
}
.modal-contents__pair .ani-zoom img {
  width: 100%;
  height: auto;
  display: block;
}
.modal-contents__pair .ani-zoom + div {
  width: 25vw;
}
@media screen and (max-width: 768px) {
  .modal-contents__pair .ani-zoom {
    flex: 0 0 auto;
    width: 37.1794871795vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-contents__pair {
    width: 69.2307692308vw;
    margin: 0 auto 7.6923076923vw;
    flex-direction: column;
    gap: 3.5897435897vw;
  }
}
.modal-contents__others {
  display: flex;
  gap: 4.1666666667vw;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .modal-contents__others {
    flex-direction: column;
    align-items: center;
    gap: 7.6923076923vw;
  }
}
.modal-contents__other {
  display: flex;
  flex-direction: column;
  gap: 1.1111111111vw;
}
.modal-contents__other .ani-zoom {
  width: 16.6666666667vw;
}
.modal-contents__other .ani-zoom img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .modal-contents__other .ani-zoom {
    width: 37.1794871795vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-contents__other {
    width: 69.2307692308vw;
    align-items: center;
    gap: 3.5897435897vw;
  }
}

.modal-check {
  margin-top: 4.4444444444vw;
  display: flex;
  gap: 0 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .modal-check {
    flex-wrap: wrap;
    margin-top: 0;
  }
}
.modal-check__stadium {
  width: calc(50% - 1.3888888889vw);
  display: flex;
  position: relative;
  justify-content: center;
  padding-top: 3.4722222222vw;
  gap: 0.4166666667vw;
}
@media screen and (max-width: 768px) {
  .modal-check__stadium {
    width: 100%;
    margin-top: 10.2564102564vw;
    padding-top: 2.5641025641vw;
  }
}
.modal-check__stadium-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .modal-check__stadium-bg img {
    width: 79.4871794872vw;
    height: auto;
  }
}
.modal-check__stadium-item {
  position: relative;
  z-index: 2;
  width: calc(50% - 0.2083333333vw);
}
.modal-check__stadium-item img {
  height: auto;
}
.modal-check__contents {
  width: calc(50% - 1.3888888889vw);
}
@media screen and (max-width: 768px) {
  .modal-check__contents {
    width: 100%;
    margin-top: 13.8461538462vw;
  }
}
.modal-check__list li {
  display: flex;
  align-items: center;
  background: rgba(61, 62, 65, 0.7);
  gap: 0 1.6666666667vw;
  padding: 1.6666666667vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal-check__list li {
    gap: 0 6.1538461538vw;
    padding: 5.1282051282vw 5.1282051282vw 5.1282051282vw 4.1025641026vw;
  }
}
.modal-check__list li + li {
  margin-top: 1.9444444444vw;
}
@media screen and (max-width: 768px) {
  .modal-check__list li + li {
    margin-top: 7.1794871795vw;
  }
}
.modal-check__list li + li:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: -1.3888888889vw;
  left: 50%;
  transform: translateX(-50%);
  border: 0.0694444444vw solid transparent;
  border-top-color: #2ca17f;
  border-width: 0.8333333333vw 0.9722222222vw;
}
@media screen and (max-width: 768px) {
  .modal-check__list li + li:after {
    top: -5.1282051282vw;
    border-width: 3.0769230769vw 3.5897435897vw;
  }
}
.modal-check__list-num {
  width: 3.4027777778vw;
}
@media screen and (max-width: 768px) {
  .modal-check__list-num {
    width: 12.5641025641vw;
  }
  .modal-check__list-num img {
    height: auto;
  }
}
.modal-check__list-text {
  flex: 1;
  line-height: 1.6;
}

.modal-base__sub {
  margin-top: 5.5555555556vw;
  text-align: center;
}
.modal-base__sub img {
  height: 1.8055555556vw;
  width: auto;
}
@media screen and (max-width: 768px) {
  .modal-base__sub {
    margin-top: 12.3076923077vw;
  }
  .modal-base__sub img {
    height: 4.358974359vw;
  }
}
.modal-base__image {
  margin-top: 1.6666666667vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal-base__image {
    margin-top: 4.1025641026vw;
  }
  .modal-base__image img {
    height: auto;
  }
}
.modal-base__image-notes {
  display: block;
  font-size: clamp(12px, 0.9722222222vw, 1.75rem);
  text-align: right;
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .modal-base__image-notes {
    font-size: clamp(10px, 2.8205128205vw, 1.75rem);
    text-indent: -1em;
    padding-left: 1.5em;
    padding-right: 0.5em;
    text-align: left;
    line-height: 1.5;
  }
}
.modal-base__card,
.modal-base__card2 {
  display: flex;
  align-items: center;
  margin-top: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .modal-base__card,
  .modal-base__card2 {
    flex-wrap: wrap;
    margin-top: 5.1282051282vw;
  }
}
.modal-base__card-image,
.modal-base__card2-image {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal-base__card-image,
  .modal-base__card2-image {
    width: 100%;
    text-align: center;
  }
}
.modal-base__card-image img,
.modal-base__card2-image img {
  max-width: 19.4444444444vw;
}
@media screen and (max-width: 768px) {
  .modal-base__card-image img,
  .modal-base__card2-image img {
    max-width: 51.2820512821vw;
  }
}
.modal-base__card-name img,
.modal-base__card2-name img {
  height: 1.9444444444vw;
  width: auto;
}
@media screen and (max-width: 768px) {
  .modal-base__card-name,
  .modal-base__card2-name {
    text-align: center;
    margin-top: 6.1538461538vw;
  }
  .modal-base__card-name img,
  .modal-base__card2-name img {
    height: 4.1025641026vw;
    width: auto;
    max-width: 78.9743589744vw;
  }
}
.modal-base__card-contents,
.modal-base__card2-contents {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .modal-base__card-contents,
  .modal-base__card2-contents {
    width: 100%;
  }
}
.modal-base__card-contents p,
.modal-base__card2-contents p {
  font-size: clamp(12px, 1.0416666667vw, 1.75rem);
  line-height: 2;
  margin-top: 2.0833333333vw;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .modal-base__card-contents p,
  .modal-base__card2-contents p {
    font-size: clamp(12px, 3.8461538462vw, 1.75rem);
    margin-top: 3.3333333333vw;
  }
}
.modal-base__card + .modal-base__image,
.modal-base__card2 + .modal-base__image {
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .modal-base__card + .modal-base__image,
  .modal-base__card2 + .modal-base__image {
    margin-top: 12.3076923077vw;
  }
}
.modal-base__card2 {
  max-width: 47.2222222222vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .modal-base__card2 {
    max-width: inherit;
  }
}
.modal-base__card2-image {
  width: 13.8888888889vw;
}
@media screen and (max-width: 768px) {
  .modal-base__card2-image {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .modal-base__card2-image img {
    max-width: 34.6153846154vw;
    height: auto;
  }
}
.modal-base__card2-contents {
  width: inherit;
  flex: 1;
  padding-left: 10%;
}
@media screen and (max-width: 768px) {
  .modal-base__card2-contents {
    padding-left: 0;
    width: 100%;
  }
}
.modal-base__card2-contents p {
  margin-top: 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  .modal-base__card2-contents p {
    margin-top: 3.8461538462vw;
  }
}

.modal-deck {
  max-width: 48.1944444444vw;
  margin-top: 3.4722222222vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .modal-deck {
    margin-top: 5.1282051282vw;
    max-width: inherit;
  }
}
.modal-deck__text {
  font-size: clamp(12px, 1.1111111111vw, 1.75rem);
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .modal-deck__text {
    font-size: clamp(12px, 3.8461538462vw, 1.75rem);
  }
}
.modal-deck__text-notes {
  font-size: clamp(12px, 0.9722222222vw, 1.75rem);
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .modal-deck__text-notes {
    font-size: clamp(10px, 2.8205128205vw, 1.75rem);
  }
}

.modal-point p {
  line-height: 2;
  font-size: clamp(12px, 1.1111111111vw, 1.75rem);
}
@media screen and (max-width: 768px) {
  .modal-point p {
    font-size: clamp(12px, 3.8461538462vw, 1.75rem);
  }
}
.modal-point__nav {
  margin-top: 3.4722222222vw;
  display: flex;
  gap: 0 1.1111111111vw;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .modal-point__nav {
    margin-top: 7.6923076923vw;
    gap: 2.0512820513vw;
  }
}
.modal-point__nav a {
  display: inline-block;
}
.modal-point__item button {
  background: transparent;
  border: none;
  position: relative;
  padding: 0;
}
.modal-point__item button.is-active,
.modal-point__item button:hover {
  cursor: pointer;
}
.modal-point__item button.is-active .modal-point__item-button--hover,
.modal-point__item button:hover .modal-point__item-button--hover {
  opacity: 1;
}
.modal-point__item button * {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .modal-point__item button.is-active .modal-point__item-button--hover {
    opacity: 1 !important;
  }
  .modal-point__item button:hover .modal-point__item-button--hover {
    opacity: 0;
  }
}
.modal-point__item-button {
  transition: 0.3s;
}
.modal-point__item-button img {
  width: 13.75vw;
}
@media screen and (max-width: 768px) {
  .modal-point__item-button img {
    width: 25.1282051282vw;
  }
}
.modal-point__item-button--hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.modal-point__image {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal-point__image img {
    height: auto;
    max-width: 78.9743589744vw;
  }
}
.modal-point__main {
  margin-top: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .modal-point__main {
    margin-top: 10.2564102564vw;
  }
}
.modal-point__layout {
  margin-top: 4.4444444444vw;
  display: flex;
}
@media screen and (max-width: 768px) {
  .modal-point__layout {
    flex-wrap: wrap;
    margin-top: 8.2051282051vw;
  }
}
.modal-point__layout-item {
  width: 50%;
}
.modal-point__layout-item p {
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .modal-point__layout-item {
    width: 100%;
  }
}
.modal-point__layout-item:first-child {
  padding-right: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .modal-point__layout-item:first-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .modal-point__layout-item:not(:first-child) {
    margin-top: 5.1282051282vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-point__lead img {
    height: auto;
    width: 79.4871794872vw;
  }
}
.modal-point__box {
  background: rgba(61, 62, 65, 0.7);
  padding: 2.7777777778vw;
  margin-top: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .modal-point__box {
    margin-top: 12.3076923077vw;
    padding: 8.2051282051vw 5.1282051282vw;
  }
}
.modal-point__box-title {
  text-align: center;
}
.modal-point__box-title img {
  width: auto;
  height: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .modal-point__box-title img {
    width: auto;
    height: 4.1025641026vw;
    max-width: 78.9743589744vw;
  }
}
.modal-point__box-cards {
  margin-top: 2.7777777778vw;
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 2.7777777778vw 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .modal-point__box-cards {
    flex-wrap: wrap;
    gap: 7.6923076923vw 0;
    margin-top: 6.1538461538vw;
  }
}
.modal-point__box-cards-item {
  width: 15.9722222222vw;
}
@media screen and (max-width: 768px) {
  .modal-point__box-cards-item {
    width: 100%;
  }
}
.modal-point__box-cards-item--double {
  width: 28.4027777778vw;
}
@media screen and (max-width: 768px) {
  .modal-point__box-cards-item--double {
    width: 71.2820512821vw;
  }
}
.modal-point__box-cards-double {
  display: flex;
  gap: 0 0.5555555556vw;
}
.modal-point__box-cards-double .modal-point__box-cards-card {
  width: calc(50% - 0.2777777778vw);
}
.modal-point__box-cards-card {
  width: 13.8888888889vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .modal-point__box-cards-card {
    width: 34.6153846154vw;
  }
  .modal-point__box-cards-card img {
    height: auto;
    max-width: 78.9743589744vw;
  }
}
.modal-point__box-cards-name,
.modal-point__box-cards-name2 {
  margin-top: 1.6666666667vw;
}
.modal-point__box-cards-name img,
.modal-point__box-cards-name2 img {
  height: 1.5277777778vw;
  width: auto;
}
@media screen and (max-width: 768px) {
  .modal-point__box-cards-name,
  .modal-point__box-cards-name2 {
    margin-top: 5.1282051282vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-point__box-cards-name img,
  .modal-point__box-cards-name2 img {
    height: 4.1025641026vw;
    width: auto;
  }
}
.modal-point__box-cards-name2 img {
  height: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .modal-point__box-cards-name2 img {
    height: 8.9743589744vw;
  }
}

.modal__close {
  position: absolute;
  top: 0;
  right: -7.4305555556vw;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
}
.modal__close * {
  pointer-events: none;
}
.modal__close-image {
  display: block;
  width: 4.8611111111vw;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .modal__close-image {
    width: 11.7948717949vw;
  }
}
.modal__close-image img {
  width: 100%;
  height: auto;
}
.modal__close-image--hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.modal__close:hover .modal__close-image--hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .modal__close:hover .modal__close-image--hover {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .modal__close {
    top: -5.8974358974vw;
    right: -3.0769230769vw;
  }
}
.modal__button {
  position: absolute;
  bottom: -7.7083333333vw;
  right: 50%;
  transform: translateX(50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.modal__button * {
  pointer-events: none;
}
.modal__button picture {
  display: block;
  width: 15.4166666667vw;
}
.modal__button picture img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .modal__button picture {
    width: 38.9743589744vw;
  }
}
.modal__button-image {
  transition: 0.25s ease;
}
.modal__button .modal__button-image--hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.modal__button:hover .modal__button-image--default {
  opacity: 1;
}
.modal__button:hover .modal__button-image--hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .modal__button:hover .modal__button-image--hover {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .modal__button {
    bottom: -19.2307692308vw;
  }
}

.modal-cardlist {
  position: fixed;
  inset: 0;
  z-index: 9000;
  overflow-y: auto;
  padding: 5.3472222222vw 20.8333333333vw 14.6527777778vw;
  min-height: 100vh;
  opacity: 0;
  background: #111110;
  pointer-events: none;
  transition: opacity 0.4s;
}
@media screen and (max-width: 768px) {
  .modal-cardlist {
    padding: 10.2564102564vw 5.1282051282vw 34.6153846154vw;
  }
}
.modal-cardlist::before {
  content: "";
  display: block;
  position: fixed;
  width: 100vw;
  height: 120vh;
  top: -10vh;
  left: 0;
  background: url("../images/modal_bg-jnrbjshe.jpg") repeat center bottom/cover;
}
@media screen and (max-width: 768px) {
  .modal-cardlist::before {
    background: url(../images/modal_bg_sp-kf9gjghs.jpg) repeat center
      bottom/cover;
  }
}
.modal-cardlist.is-open {
  opacity: 1;
  pointer-events: auto;
}
.modal-cardlist__lead {
  position: relative;
  z-index: 2;
  width: 34.7222222222vw;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .modal-cardlist__lead {
    width: 44.358974359vw;
    max-width: 100%;
    padding-bottom: 5.1282051282vw;
  }
  .modal-cardlist__lead img {
    height: auto;
    max-width: 78.9743589744vw;
  }
}
.modal-cardlist__window {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 4.1666666667vw 2.7777777778vw 5.5555555556vw;
  background: linear-gradient(
    180deg,
    rgba(17, 17, 16, 0.85) 0%,
    rgba(42, 33, 33, 0.85) 50%,
    rgba(17, 17, 16, 0.85) 100%
  );
  box-shadow: 0vw 0vw 3.0555555556vw rgba(215, 122, 52, 0.1),
    0.4166666667vw 0.4166666667vw 0vw #ae2d34;
}
@media screen and (max-width: 768px) {
  .modal-cardlist__window {
    padding: 10.2564102564vw 5.1282051282vw 10.2564102564vw;
    box-shadow: 0vw 0vw 5.641025641vw rgba(215, 122, 52, 0.1),
      0.7692307692vw 0.7692307692vw 0vw #ae2d34;
  }
}
.modal-cardlist__controls {
  display: flex;
  gap: 1.4583333333vw;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .modal-cardlist__controls {
    gap: 2.8205128205vw;
  }
}
.modal-cardlist__sort {
  border-radius: 0.6944444444vw;
  border: 0.1388888889vw solid #ae2d34;
  background: #111110;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.6944444444vw;
  height: 3.3333333333vw;
  cursor: pointer;
}
.modal-cardlist__sort-image {
  color: transparent;
}
.modal-cardlist__sort.is-active {
  background: linear-gradient(180deg, #cc2832 0%, #db7b1f 50%, #cc2832 51%);
  border: none;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .modal-cardlist__sort:hover
    .modal-cardlist__sort-image.modal-cardlist__sort--date {
    background-image: url("../images/modal-cardlist-date_hover-ju6mn1ub.svg");
  }
  .modal-cardlist__sort:hover
    .modal-cardlist__sort-image.modal-cardlist__sort--rarity {
    background-image: url("../images/modal-cardlist-rarity_hover-fg2wiony.svg");
  }
}
@media screen and (max-width: 768px) {
  .modal-cardlist__sort {
    border-radius: 2.0512820513vw;
    border: 0.5128205128vw solid #ae2d34;
    width: 24.6153846154vw;
    height: 10.7692307692vw;
  }
}
.modal-cardlist__sort-image {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 1.3888888889vw;
}
.modal-cardlist__sort-image.modal-cardlist__sort--number {
  width: 14.0972222222vw;
}
@media screen and (max-width: 768px) {
  .modal-cardlist__sort-image.modal-cardlist__sort--number {
    width: 19.4871794872vw;
    height: 7.1794871795vw;
  }
}
.modal-cardlist__sort-image.modal-cardlist__sort--date {
  width: 5.7638888889vw;
  background-image: url("../images/modal-cardlist-date-lqwu11xj.svg");
}
@media screen and (max-width: 768px) {
  .modal-cardlist__sort-image.modal-cardlist__sort--date {
    width: 14.8717948718vw;
    height: 3.5897435897vw;
    background-image: url("../images/modal-cardlist-date_sp-jcd7869h.svg");
  }
}
.modal-cardlist__sort-image.modal-cardlist__sort--rarity {
  width: 7.7777777778vw;
  background-image: url("../images/modal-cardlist-rarity-ookkntmr.svg");
}
@media screen and (max-width: 768px) {
  .modal-cardlist__sort-image.modal-cardlist__sort--rarity {
    width: 20.2564102564vw;
    height: 3.5897435897vw;
    background-image: url("../images/modal-cardlist-rarity_sp-k22ceh7p.svg");
  }
}
.modal-cardlist__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.3888888889vw;
  margin-top: 2.7777777778vw;
}
.modal-cardlist__list li {
  position: relative;
}
.modal-cardlist__list li:hover {
  z-index: 10;
}
.modal-cardlist__list .img-card {
  border-radius: 0.9027777778vw;
}
@media screen and (max-width: 768px) {
  .modal-cardlist__list .img-card {
    border-radius: 1.2820512821vw;
  }
}
@media screen and (max-width: 262.3076923077vw) {
  .modal-cardlist__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .modal-cardlist__list {
    gap: 2.5641025641vw;
    margin-top: 7.6923076923vw;
  }
}

.card-image {
  position: relative;
  display: inline-block;
}
.card-image--primary:before,
.card-image--primary2:before,
.card-image--primary3:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(240, 228, 93, 0.1);
  box-shadow: 0vw 0vw 0.8333333333vw 0.1388888889vw #f0e45d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .card-image--primary:before,
  .card-image--primary2:before,
  .card-image--primary3:before {
    border-radius: 3.0769230769vw;
  }
}
.card-image--primary img,
.card-image--primary2 img,
.card-image--primary3 img {
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .card-image--primary img,
  .card-image--primary2 img,
  .card-image--primary3 img {
    height: auto;
  }
}
.card-image--primary2:before {
  background: rgba(215, 122, 52, 0.1);
  box-shadow: 0vw 0vw 0.8333333333vw 0.1388888889vw #d77a34;
}
.card-image--primary3:before {
  background: rgba(174, 45, 52, 0.1);
  box-shadow: 0vw 0vw 0.8333333333vw 0.1388888889vw #ae2d34;
}

.pickup__title,
.new__title,
.movie__title,
.sealed__title,
.other__title {
  display: inline-block;
  position: sticky;
  top: 1.3888888889vw;
  left: 0;
}
@media screen and (max-width: 768px) {
  .pickup__title,
  .new__title,
  .movie__title,
  .sealed__title,
  .other__title {
    top: 5.1282051282vw;
  }
}
.pickup__title img,
.new__title img,
.movie__title img,
.sealed__title img,
.other__title img {
  width: 12.1527777778vw;
}
@media screen and (max-width: 768px) {
  .pickup__title img,
  .new__title img,
  .movie__title img,
  .sealed__title img,
  .other__title img {
    width: 19.2307692308vw;
  }
}

.js-stadium-modal-open,
.js-point-modal-open,
.js-new-modal-open,
.js-deck-modal-open {
  background-color: transparent;
  border: none;
  padding: 0;
}
.js-stadium-modal-open:hover,
.js-point-modal-open:hover,
.js-new-modal-open:hover,
.js-deck-modal-open:hover {
  cursor: pointer;
}

.js-slide-point {
  margin-left: -0.6944444444vw;
  margin-right: -0.6944444444vw;
  opacity: 0;
}
.js-slide-point.slick-initialized {
  opacity: 1;
}
.js-slide-point .slick-list {
  overflow: hidden;
}
.js-slide-point .slick-slide img {
  display: inline-block;
}
.js-slide-point .modal-point__main {
  margin-left: 0.6944444444vw;
  margin-right: 0.6944444444vw;
}
.js-slide-point .slick-prev,
.js-slide-point .slick-next {
  width: 4.8611111111vw;
  height: 6.1111111111vw;
  margin-top: 0;
  top: -0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .js-slide-point .slick-prev,
  .js-slide-point .slick-next {
    width: 7.6923076923vw;
    height: 9.7435897436vw;
    top: 20.5128205128vw;
  }
}
.js-slide-point .slick-prev:before,
.js-slide-point .slick-prev:after,
.js-slide-point .slick-next:before,
.js-slide-point .slick-next:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  background: url("../images/icon_slide-fjmribzc.png") no-repeat 0 0 / cover;
  transition: 0.25s ease;
}
.js-slide-point .slick-prev:after,
.js-slide-point .slick-next:after {
  background-image: url("../images/icon_slide_hover-dkrmqn8w.png");
  opacity: 0;
}
.js-slide-point .slick-prev:hover:before,
.js-slide-point .slick-next:hover:before {
  opacity: 0;
}
.js-slide-point .slick-prev:hover:after,
.js-slide-point .slick-next:hover:after {
  opacity: 1;
}
.js-slide-point .slick-prev {
  left: -13.1944444444vw;
}
@media screen and (max-width: 768px) {
  .js-slide-point .slick-prev {
    left: -8.2051282051vw;
  }
}
.js-slide-point .slick-next {
  right: -13.6111111111vw;
}
@media screen and (max-width: 768px) {
  .js-slide-point .slick-next {
    right: -8.2051282051vw;
  }
}

.sp-only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
