/* SETTING
================================================================================ */
body {
  background: #252525;
}

dfn {
  font-style: normal;
}

#contents,
#mainContents {
  width: 100%;
  background: transparent;
  float: none;
  clear: both;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.sp_container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.sp_container_m {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

@-webkit-keyframes claptrap {
  0%, 60% {
    opacity: 0;
    -webkit-transform: translate(100%, 200%);
            transform: translate(100%, 200%);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(-100%, -200%);
            transform: translate(-100%, -200%);
  }
}

@keyframes claptrap {
  0%, 60% {
    opacity: 0;
    -webkit-transform: translate(100%, 200%);
            transform: translate(100%, 200%);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(-100%, -200%);
            transform: translate(-100%, -200%);
  }
}
.sp_content {
  overflow: hidden;
  position: relative;
  color: #fff;
  font-size: clamp(14px, 1.6vw, 16px);
  font-family: "Noto Sans JP", serif;
  padding: 0;
  margin: 0;
  background: url(../images/bg.jpg) no-repeat top center/cover;
  background-attachment: fixed;
}
.sp_content::before {
  content: "";
  display: block;
  width: 200vw;
  height: 200vw;
  background: url(../images/claptrap.png) no-repeat center/contain;
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-animation: 360s ease 10s infinite both alternate claptrap;
          animation: 360s ease 10s infinite both alternate claptrap;
}
.sp_content div {
  box-sizing: border-box;
}
.sp_content img {
  max-width: 100%;
  height: auto;
}
.sp_content a {
  cursor: pointer;
  color: #e8d62b;
}
.sp_content a:visited {
  color: #b09181;
}
.sp_content a:hover, .sp_content a:active, .sp_content a:focus {
  color: rgb(236.9914893617, 222.8978723404, 89.0085106383);
}
.sp_content a:hover img, .sp_content a:active img, .sp_content a:focus img {
  -webkit-filter: brightness(130%);
          filter: brightness(130%);
}
.sp_content a img {
  display: block;
  transition: all 0.6s;
}
.sp_content div {
  box-sizing: border-box;
}
.sp_content .alt {
  display: none;
}
.sp_content p:not(.cap) {
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-character;
}
.sp_content figure {
  margin: 0;
}
.sp_content main {
  position: relative;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@-webkit-keyframes flash {
  0%, 20%, 50%, 70%, 100% {
    opacity: 1;
  }
  10%, 60%, 100% {
    opacity: 0.4;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 20%, 50%, 70%, 100% {
    opacity: 1;
  }
  10%, 60%, 100% {
    opacity: 0.4;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wow[class*=fadeIn] {
  opacity: 0;
}
.wow[class*=fadeIn][style*=visible] {
  opacity: 1;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

/* SLIDER
======================================== */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  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);
  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;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  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 */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-arrow {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  background: rgba(20, 20, 20, 0.7);
  height: 100%;
  width: 20px;
  z-index: 1;
}
.slick-arrow::before {
  content: "";
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCA0NiIgPjxwb2x5Z29uIHBvaW50cz0iMS42NTkgNDYgMCA0NC4yOTIgMjAuNjgyIDIzIDAgMS43MDggMS42NTkgMCAyNCAyMyAxLjY1OSA0NiIgZmlsbD0iICNlOGQ2MmIgIiBzdHJva2Utd2lkdGg9IjAiLz48L3N2Zz4=") no-repeat center/contain;
  width: 100%;
  height: 23px;
}
.slick-arrow:hover, .slick-arrow:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-arrow:hover:before, .slick-arrow:focus:before {
  opacity: 1;
}
.slick-arrow.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: 0;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0;
}

.slick-next {
  right: 0;
}
[dir=rtl] .slick-next {
  left: 0;
  right: auto;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 6px;
  width: 6px;
  margin: 0 5px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 6px;
  width: 6px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  overflow: hidden;
  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 {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  text-align: center;
  border-radius: 50%;
  background: #00ccff;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #00ccff;
  opacity: 0.75;
}

/* NEWS
======================================== */
.contentsWrapper {
  display: flex;
  position: relative;
}
.contentsWrapper .image {
  overflow: hidden;
}
.contentsWrapper .image img {
  max-width: 100%;
  height: auto;
  background-position: 50%;
  background-repeat: no-repeat;
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
  aspect-ratio: 16/9;
}
.contentsWrapper .textWrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.contentsWrapper p.title {
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 0.5em;
  color: #e8d62b;
}
.contentsWrapper p.description {
  color: #fff;
  font-size: 0.875em;
  text-align: justify;
  padding-bottom: 0.5em;
  text-justify: inter-character;
}
.contentsWrapper p.datetime {
  font-size: 0.875em;
  line-height: 1.2;
  color: #8999b9;
  margin-top: 10px;
  align-self: flex-end;
}

.sp_news li {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  display: block;
  width: 100%;
  transition: all 0.4s;
}
.sp_news li a {
  display: block;
  width: 100%;
}
.sp_news .image {
  overflow: hidden;
}
.sp_news .image img {
  position: relative;
  width: 100%;
  height: auto;
  transition: all 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
}
.sp_news .title {
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 0.5em;
}
.sp_news .description {
  font-size: 0.875em;
  text-align: justify;
  text-justify: inter-character;
}
.sp_news .datetime {
  font-size: 0.875em;
  line-height: 1.4285714286;
  color: #8999b9;
  text-align: right;
  display: block;
  font-family: "Noto Sans JP", serif;
}
.sp_news a, .sp_news a:link, .sp_news a:hover, .sp_news a:visited {
  color: #fff;
}
@media (hover: hover) {
  .sp_news a:hover .image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.sp_news--card li {
  padding: 0;
  box-shadow: 0 0 5px rgba(30, 30, 30, 0.17);
  overflow: hidden;
}
.sp_news--card li .contentsWrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sp_news--card li .image {
  margin: 0;
}
.sp_news--card li .title {
  margin: 0;
  color: #fff;
}
.sp_news--card li .textWrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  padding: 0.5em 1em;
  width: 100%;
  text-shadow: 0 0 2px #000;
}
.sp_news--card li .datetime {
  font-size: 0.875em;
  border-top: none;
  padding: 0;
}
.sp_news--card li .description {
  display: none;
}
.sp_news--card .title {
  font-weight: normal;
  line-height: 1.5;
  font-size: 0.875em;
  padding-bottom: 0;
}
.sp_news--card .datetime {
  border-top: 1px solid #8999b9;
  padding-top: 0.5em;
}
.sp_news--row {
  font-size: 1em;
}
.sp_news--row .description {
  padding-bottom: 0.5em;
}
.sp_news--row li {
  border-bottom: 1px solid #9b92b7;
}
.sp_news--row li .contentsWrapper {
  position: relative;
  display: flex;
  gap: clamp(1.4em, 3vw, 30px) clamp(10px, 3vw, 30px);
  padding-bottom: 0.75em;
}
.sp_news--row li .contentsWrapper .image {
  flex: 0 0 30%;
}
.sp_news--row li .contentsWrapper .title {
  position: relative;
}
.sp_news--row li .contentsWrapper .title > * {
  position: relative;
  z-index: 1;
}
@media (hover: hover) {
  .sp_news--row li .contentsWrapper:hover .image {
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
  }
}
.sp_news--row li:not(:first-child) .contentsWrapper {
  padding-top: 0.75em;
}
@media screen and (min-width: 480px) {
  .sp_news--row li .contentsWrapper {
    padding-bottom: 1em;
  }
  .sp_news--row li:not(:first-child) > a {
    padding-top: 1em;
  }
}

.sp_sec.--pickup h2, .sp_sec.--related h2 {
  font-size: clamp(28px, 3.6vw, 36px);
  margin-bottom: 0.5em;
}

.sp_sec.--pickup .sp_news {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr;
  gap: clamp(1.4em, 3vw, 30px) clamp(10px, 3vw, 30px);
}
@media screen and (min-width: 750px) {
  .sp_sec.--pickup .sp_news {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* HEADER
======================================== */
@-webkit-keyframes animCatch1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(1px, 1vw);
            transform: translate(1px, 1vw);
  }
  10% {
    opacity: 0.4;
    -webkit-transform: translate(-1px, -1vw);
            transform: translate(-1px, -1vw);
  }
  15% {
    opacity: 0;
    -webkit-transform: translate(1px, 0);
            transform: translate(1px, 0);
  }
  20% {
    opacity: 0.2;
    -webkit-transform: translate(-1px, 1px);
            transform: translate(-1px, 1px);
  }
  25% {
    opacity: 0;
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
  }
  30% {
    opacity: 0.5;
    -webkit-transform: translate(-1px, -1px);
            transform: translate(-1px, -1px);
  }
  35% {
    opacity: 0.17;
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
  }
  40% {
    opacity: 0.2;
    -webkit-transform: translate(0, -1px);
            transform: translate(0, -1px);
  }
  45% {
    opacity: 0.25;
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
  }
  50% {
    opacity: 0.27;
    -webkit-transform: translate(-1px, -1px);
            transform: translate(-1px, -1px);
  }
  55% {
    opacity: 0.3;
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
  }
  60% {
    opacity: 0.2;
    -webkit-transform: translate(0, -1px);
            transform: translate(0, -1px);
  }
  65% {
    opacity: 0.6;
    -webkit-transform: translate(1px, 0);
            transform: translate(1px, 0);
  }
  70% {
    opacity: 0.4;
    -webkit-transform: translate(-1px, -1px);
            transform: translate(-1px, -1px);
  }
  80% {
    opacity: 0.8;
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes animCatch1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(1px, 1vw);
            transform: translate(1px, 1vw);
  }
  10% {
    opacity: 0.4;
    -webkit-transform: translate(-1px, -1vw);
            transform: translate(-1px, -1vw);
  }
  15% {
    opacity: 0;
    -webkit-transform: translate(1px, 0);
            transform: translate(1px, 0);
  }
  20% {
    opacity: 0.2;
    -webkit-transform: translate(-1px, 1px);
            transform: translate(-1px, 1px);
  }
  25% {
    opacity: 0;
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
  }
  30% {
    opacity: 0.5;
    -webkit-transform: translate(-1px, -1px);
            transform: translate(-1px, -1px);
  }
  35% {
    opacity: 0.17;
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
  }
  40% {
    opacity: 0.2;
    -webkit-transform: translate(0, -1px);
            transform: translate(0, -1px);
  }
  45% {
    opacity: 0.25;
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
  }
  50% {
    opacity: 0.27;
    -webkit-transform: translate(-1px, -1px);
            transform: translate(-1px, -1px);
  }
  55% {
    opacity: 0.3;
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
  }
  60% {
    opacity: 0.2;
    -webkit-transform: translate(0, -1px);
            transform: translate(0, -1px);
  }
  65% {
    opacity: 0.6;
    -webkit-transform: translate(1px, 0);
            transform: translate(1px, 0);
  }
  70% {
    opacity: 0.4;
    -webkit-transform: translate(-1px, -1px);
            transform: translate(-1px, -1px);
  }
  80% {
    opacity: 0.8;
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.sp_header {
  position: relative;
}
.sp_header img {
  display: block;
  height: auto;
}
.sp_header h1 {
  z-index: 1;
}
.sp_header .logo,
.sp_header .catch1,
.sp_header .catch2,
.sp_header .catch3 {
  position: absolute;
  height: auto;
}
.sp_header .logo {
  top: 22vw;
  left: 14vw;
  width: 70vw;
  -webkit-animation: 0.5s ease 0.2s 1 both fadeInUp;
          animation: 0.5s ease 0.2s 1 both fadeInUp;
}
.sp_header .catch1 {
  top: 7vw;
  right: 0;
  width: 15vw;
  opacity: 0;
  -webkit-animation: 0.6s linear 0.7s 1 forwards animCatch1;
          animation: 0.6s linear 0.7s 1 forwards animCatch1;
}
.sp_header .catch2 {
  top: 0;
  left: 0;
  width: 14.5vw;
  opacity: 0;
  -webkit-animation: 0.6s linear 0.9s 1 forwards animCatch1;
          animation: 0.6s linear 0.9s 1 forwards animCatch1;
}
.sp_header .catch3 {
  bottom: 0;
  right: 0;
  width: 85vw;
  opacity: 0;
  -webkit-animation: 0.4s ease 1.5s 1 both fadeIn;
          animation: 0.4s ease 1.5s 1 both fadeIn;
}
@media screen and (min-width: 750px) {
  .sp_header .logo {
    top: 18vw;
    left: 5vw;
    width: 50vw;
  }
  .sp_header .catch1 {
    top: 0;
    right: auto;
    width: 30vw;
  }
  .sp_header .catch2 {
    top: 0;
    left: 30vw;
    width: 64vw;
  }
  .sp_header .catch3 {
    bottom: 0;
    right: 0;
    width: 45vw;
  }
}

/* SNS
======================================== */
.defs {
  display: none;
}

.sp_content .share__list {
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0;
  justify-content: flex-end;
}
.sp_content .share__list .share__link:hover {
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}
.sp_content .share__list .share__item:nth-of-type(n+2) {
  padding-left: 1px;
}
.sp_content .share__list .icon-bg-circle {
  width: 42px;
  height: 42px;
  cursor: pointer;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
}
.sp_content .share__list .icon-hatebu {
  width: 20px;
  height: 20px;
  fill: #00ccff;
}
.sp_content .share__list .icon-twitter {
  fill: #00ccff;
  width: 20px;
  height: 20px;
}
.sp_content .share__list .icon-facebook-square {
  fill: #00ccff;
  position: relative;
  top: -2px;
  left: -3px;
}
.sp_content .share__list .icon-facebook-square .icon-facebook-square__f {
  fill: #00ccff;
}
.sp_content .share__list .icon-line {
  fill: #00ccff;
  width: 25px;
  height: 25px;
  margin-top: 2px;
}
.sp_content .share__list .icon-line .icon-line__cloud {
  fill: #00ccff;
}
.sp_content .share__list .icon-line .icon-line__line {
  fill: rgba(0, 0, 0, 0.6);
}

/* MOVIE
======================================== */
.sp_movie {
  display: block;
  position: relative;
  width: 100%;
}
.sp_movie::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.sp_movie > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slide-movie .slick-slide {
  padding: 0 5px;
}
.slide-movie .slick-arrow {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 20px;
  z-index: 1;
}
.slide-movie .slick-next {
  right: 0;
}
.slide-movie .slick-prev {
  left: 0;
}
.slide-movie .slick-prev::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .slide-movie .slick-slide {
    padding: 0 20px;
  }
  .slide-movie .slick-arrow {
    width: 40px;
  }
  .slide-movie .slick-arrow::before {
    height: 46px;
  }
}

.sp_sec.--movie {
  padding-top: clamp(40px, 6vw, 60px);
  padding-bottom: clamp(40px, 6vw, 60px);
  background-color: rgba(0, 0, 0, 0.5);
}

/* ACCORDION
======================================== */
@media screen and (min-width: 750px) {
  input.accordion {
    display: none;
  }
  div.accordion + label {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  div.accordion {
    position: relative;
    height: auto;
  }
  div.accordion:not(.--fixed) {
    overflow: hidden;
    max-height: 70vh;
    -webkit-mask: linear-gradient(rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
            mask: linear-gradient(rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  }
  div.accordion:not(.--fixed) + label {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 1;
    text-align: center;
    margin-top: -1em;
    margin-bottom: 1em;
    padding: 0.5em;
    font-family: "Antonio", "Noto Sans JP", serif;
    font-weight: 300;
    font-optical-sizing: auto;
    color: #9b92b7;
  }
  div.accordion:not(.--fixed) + label::after {
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1.5em;
    height: 0;
    padding: 1.5em 0 0;
    border: 1px solid #9b92b7;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  div.accordion.--fixed + label {
    display: none;
  }
  input.accordion {
    display: none;
  }
  input.accordion:checked ~ div.accordion {
    max-height: inherit;
    -webkit-mask: none;
            mask: none;
  }
  input.accordion:checked ~ div.accordion + label {
    flex-direction: column-reverse;
    margin-top: 2em;
  }
  input.accordion:checked ~ div.accordion + label span {
    display: none;
  }
  input.accordion:checked ~ div.accordion + label::before {
    content: "close";
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  input.accordion:checked ~ div.accordion + label::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}
@media (hover: hover) {
  div.accordion + label {
    cursor: pointer;
    transition: all 0.4s;
  }
  div.accordion + label:hover {
    opacity: 0.5;
  }
}
/* HEADING
======================================== */
.headline--en {
  color: #e8d62b;
  font-weight: 700;
  font-family: "Antonio", "Noto Sans JP", serif;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

/* ARTICLE
======================================== */
@-webkit-keyframes charaBandit {
  8% {
    -webkit-transform: scale(110%) rotate(-2400deg);
            transform: scale(110%) rotate(-2400deg);
  }
  0%, 20%, 100% {
    -webkit-transform: scale(100%) rotate(0deg);
            transform: scale(100%) rotate(0deg);
  }
}
@keyframes charaBandit {
  8% {
    -webkit-transform: scale(110%) rotate(-2400deg);
            transform: scale(110%) rotate(-2400deg);
  }
  0%, 20%, 100% {
    -webkit-transform: scale(100%) rotate(0deg);
            transform: scale(100%) rotate(0deg);
  }
}
@-webkit-keyframes charaSerif {
  1% {
    -webkit-transform: scale(120%) rotate(10deg);
            transform: scale(120%) rotate(10deg);
  }
  0%, 10%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0) rotate(0deg);
            transform: scale(1) translate(0, 0) rotate(0deg);
  }
}
@keyframes charaSerif {
  1% {
    -webkit-transform: scale(120%) rotate(10deg);
            transform: scale(120%) rotate(10deg);
  }
  0%, 10%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0) rotate(0deg);
            transform: scale(1) translate(0, 0) rotate(0deg);
  }
}
.sp_sec.--lead {
  background-color: #f30018;
  padding: clamp(30px, 4vw, 40px) clamp(16px, 4vw, 40px);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}
.sp_sec.--lead .sp_container {
  position: relative;
}
.sp_sec.--lead .chara {
  max-width: 40%;
  display: block;
  float: left;
  position: relative;
  margin-top: -4vw;
  transition: 1s ease;
}
.sp_sec.--lead .chara img[src*=chara-bandit] {
  -webkit-animation: 20s ease 3.5s infinite both charaBandit;
          animation: 20s ease 3.5s infinite both charaBandit;
}
.sp_sec.--lead .chara img[src*=chara-1] {
  width: 100%;
  position: absolute;
  top: -14%;
  left: -9%;
  -webkit-transform: translate(0, 0) rotate(0deg);
          transform: translate(0, 0) rotate(0deg);
  -webkit-animation: 20s ease 3.5s infinite both charaSerif;
          animation: 20s ease 3.5s infinite both charaSerif;
}
.sp_sec.--lead .chara img[src*=chara-2] {
  width: 100%;
  position: absolute;
  bottom: -5%;
  left: -6%;
  -webkit-transform: translate(0, 0) rotate(0deg);
          transform: translate(0, 0) rotate(0deg);
  -webkit-animation: 20s ease 4s infinite both charaSerif;
          animation: 20s ease 4s infinite both charaSerif;
}
.sp_sec.--lead p {
  color: #000;
  font-weight: 600;
}
@media screen and (min-width: 480px) {
  .sp_sec.--lead .chara {
    width: 100%;
    max-width: 40%;
    position: absolute;
    top: -30%;
    text-align: center;
    float: none;
  }
  .sp_sec.--lead .chara img[src*=chara-bandit] {
    width: 90%;
    max-width: 308px;
    margin-left: auto;
    margin-right: auto;
  }
  .sp_sec.--lead .chara img[src*=chara-1] {
    width: 80%;
    max-width: 264px;
    width: 78%;
    top: -7%;
    left: 4%;
  }
  .sp_sec.--lead .chara img[src*=chara-2] {
    width: 80%;
    max-width: 264px;
    bottom: 5%;
    left: auto;
    right: 10%;
  }
  .sp_sec.--lead p {
    padding-left: 40%;
  }
}

@-webkit-keyframes storyBG {
  0%, 40%, 100% {
    opacity: 0.8;
    background: url(../images/03.jpg) no-repeat center/cover;
    background-attachment: fixed;
  }
  45%, 95% {
    opacity: 0;
  }
  50%, 90% {
    opacity: 0.8;
    background: url(../images/04.jpg) no-repeat center/cover;
    background-attachment: fixed;
  }
}

@keyframes storyBG {
  0%, 40%, 100% {
    opacity: 0.8;
    background: url(../images/03.jpg) no-repeat center/cover;
    background-attachment: fixed;
  }
  45%, 95% {
    opacity: 0;
  }
  50%, 90% {
    opacity: 0.8;
    background: url(../images/04.jpg) no-repeat center/cover;
    background-attachment: fixed;
  }
}
.sp_sec.--story {
  position: relative;
  padding: clamp(40px, 6vw, 60px) clamp(16px, 4vw, 40px);
}
.sp_sec.--story .s {
  font-size: 0.9em;
}
.sp_sec.--story::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-attachment: fixed;
  -webkit-animation: 20s linear 0s infinite both storyBG;
          animation: 20s linear 0s infinite both storyBG;
}
.sp_sec.--story h2 {
  font-size: clamp(28px, 3.6vw, 36px);
  margin-bottom: clamp(16px, 4vw, 40px);
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  z-index: 1;
}
.sp_sec.--story h2 .label {
  display: inline-block;
  background-color: #e8d62b;
  color: #000;
  font-weight: 700;
  font-family: "Antonio", "Noto Sans JP", serif;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  line-height: 1;
  padding: 0 0.25em;
}
.sp_sec.--story .sp_container {
  max-width: 900px;
  border: solid 1px #e8d62b;
  padding: clamp(16px, 4vw, 40px);
  position: relative;
  backdrop-filter: blur(10px);
}
.sp_sec.--story .sp_container > div {
  zoom: 1;
}
.sp_sec.--story .sp_container > div:before, .sp_sec.--story .sp_container > div:after {
  content: "";
  display: table;
  border-spacing: 0;
  width: 0;
}
.sp_sec.--story .sp_container > div:after {
  clear: both;
}
.sp_sec.--story .sp_container > div img {
  border: solid 3px #fff;
}
.sp_sec.--story .sp_container > div:not(:last-child) {
  margin-bottom: clamp(30px, 4vw, 40px);
}
.sp_sec.--story .sp_container > div:nth-child(odd) img {
  width: 114%;
  max-width: inherit;
  margin-top: calc(clamp(16px, 4vw, 40px) * -1);
  margin-left: -7%;
  margin-right: -7%;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  margin-bottom: 1.5em;
}
.sp_sec.--story .sp_container > div:nth-child(even) img {
  max-width: 60%;
  float: right;
  margin-right: calc(clamp(16px, 4vw, 40px) * -1.5);
  margin-left: 2em;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}
@media screen and (min-width: 750px) {
  .sp_sec.--story img {
    margin: 0 2em;
  }
  .sp_sec.--story .sp_container > div {
    zoom: 1;
  }
  .sp_sec.--story .sp_container > div:before, .sp_sec.--story .sp_container > div:after {
    content: "";
    display: table;
    border-spacing: 0;
    width: 0;
  }
  .sp_sec.--story .sp_container > div:after {
    clear: both;
  }
  .sp_sec.--story .sp_container > div:not(:last-child) {
    margin-bottom: clamp(30px, 4vw, 40px);
  }
  .sp_sec.--story .sp_container > div:nth-child(odd) img {
    max-width: 60%;
    float: left;
    margin-top: calc(clamp(16px, 4vw, 40px) * -1);
    margin-left: calc(clamp(16px, 4vw, 40px) * -2);
    margin-right: 2em;
    margin-bottom: 0;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  .sp_sec.--story .sp_container > div:nth-child(even) img {
    max-width: 40%;
    float: right;
    margin-right: calc(clamp(16px, 4vw, 40px) * -2);
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}

.sp_sec.--system {
  padding: clamp(40px, 6vw, 60px) clamp(16px, 4vw, 40px);
  position: relative;
}
.sp_sec.--system .s {
  font-size: 0.9em;
}
.sp_sec.--system h2 {
  position: relative;
  font-size: clamp(28px, 3.6vw, 36px);
  margin-bottom: clamp(16px, 4vw, 40px);
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: 0 0 2px #09225b;
  z-index: 1;
}
.sp_sec.--system h2 .label {
  display: inline-block;
  background-color: #e8d62b;
  color: #000;
  font-weight: 700;
  font-family: "Antonio", "Noto Sans JP", serif;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  line-height: 1;
  padding: 0 0.25em;
  text-shadow: none;
}
.sp_sec.--system .sp_container::before {
  content: "";
  display: block;
  position: absolute;
  width: 706px;
  height: 842px;
  left: -270px;
  top: -370px;
  background: url(../images/system-bg.png) no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.01s linear 1.5s;
  z-index: 0;
}
.sp_sec.--system.animated .sp_container::before {
  opacity: 0.7;
}
.sp_sec.--system .sp_container > div {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 4vw, 40px);
  max-width: 900px;
  border: solid 1px #e8d62b;
  padding: 0 clamp(16px, 4vw, 40px) clamp(16px, 4vw, 40px);
  backdrop-filter: blur(10px);
  margin-left: auto;
  margin-right: auto;
}
.sp_sec.--system .sp_container > div figure img {
  width: 112%;
  max-width: inherit;
  height: auto;
  margin-left: -6%;
  margin-right: -6%;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  border: solid 3px #fff;
  box-shadow: 0 3px 0 2px rgba(0, 0, 0, 0.4);
}
.sp_sec.--system .sp_container > div h3 {
  position: absolute;
  top: 42.5vw;
  right: -0.5em;
  font-size: clamp(22px, 3.2vw, 32px);
  z-index: 2;
  color: #e8d62b;
  line-height: 1.3;
}
.sp_sec.--system .sp_container > div h3 > span {
  background: linear-gradient(transparent 15%, rgba(0, 0, 0, 0.8) 15%, rgba(0, 0, 0, 0.8) 95%, transparent 95%);
  padding: 0 0.4em;
}
.sp_sec.--system .sp_container > div:not(:last-child) {
  margin-bottom: clamp(30px, 4vw, 40px);
}
.sp_sec.--system .sp_container > div:nth-child(even) h3 {
  right: auto;
  left: -0.5em;
}
.sp_sec.--system .sp_container > div:nth-child(even) img {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}
.sp_sec.--system .sp_container > div:nth-child(2) h3 {
  top: 32%;
}
@media screen and (min-width: 750px) {
  .sp_sec.--system .sp_container::before {
    left: -100px;
    top: -350px;
  }
  .sp_sec.--system .sp_container > div {
    gap: 0;
    padding-top: clamp(16px, 4vw, 40px);
    justify-content: space-between;
  }
  .sp_sec.--system .sp_container > div h3 {
    top: -0.5em;
    left: -0.5em;
  }
  .sp_sec.--system .sp_container > div figure {
    flex: 0 0 50%;
  }
  .sp_sec.--system .sp_container > div figure img {
    width: 100%;
    height: auto;
    margin-top: calc(clamp(16px, 4vw, 40px) * -1);
    margin-bottom: calc(clamp(16px, 4vw, 40px) * -1);
  }
  .sp_sec.--system .sp_container > div > p {
    flex: 0 0 47%;
  }
  .sp_sec.--system .sp_container > div:nth-child(odd) {
    flex-direction: row;
  }
  .sp_sec.--system .sp_container > div:nth-child(odd) figure img {
    margin-left: calc(clamp(16px, 4vw, 40px) * -1);
    margin-right: 0;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  .sp_sec.--system .sp_container > div:nth-child(even) {
    flex-direction: row-reverse;
  }
  .sp_sec.--system .sp_container > div:nth-child(even) h3 {
    top: auto;
    left: 48%;
    bottom: -0.5em;
  }
  .sp_sec.--system .sp_container > div:nth-child(even) > p {
    flex-basis: 45%;
  }
  .sp_sec.--system .sp_container > div:nth-child(even) figure img {
    margin-right: calc(clamp(16px, 4vw, 40px) * -1);
    margin-left: 0;
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  .sp_sec.--system .sp_container > div:nth-child(3) figure img {
    margin-top: 0;
  }
}

@-webkit-keyframes claptrapPickup {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50vw, 0);
            transform: translate(-50vw, 0);
  }
  10% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  15% {
    opacity: 1;
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(100vw, 0);
            transform: translate(100vw, 0);
  }
}

@keyframes claptrapPickup {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50vw, 0);
            transform: translate(-50vw, 0);
  }
  10% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  15% {
    opacity: 1;
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(100vw, 0);
            transform: translate(100vw, 0);
  }
}
.sp_sec.--pickup {
  padding: 0 clamp(16px, 4vw, 40px);
}
.sp_sec.--pickup .claptrap {
  position: relative;
}
.sp_sec.--pickup .claptrap img {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -50px;
  right: 0;
}
.sp_sec.--pickup .claptrap.animated img {
  -webkit-animation: 5s linear 0s 1 both alternate claptrapPickup;
          animation: 5s linear 0s 1 both alternate claptrapPickup;
}

@-webkit-keyframes claptrapRelated {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
  }
  20%, 40%, 60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  30%, 50%, 70% {
    opacity: 1;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  80% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
  }
}

@keyframes claptrapRelated {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
  }
  20%, 40%, 60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  30%, 50%, 70% {
    opacity: 1;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  80% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -100vh);
            transform: translate(0, -100vh);
  }
}
.sp_sec.--related .claptrap {
  position: relative;
}
.sp_sec.--related .claptrap img {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -50px;
  right: 0;
}
.sp_sec.--related .claptrap.animated img {
  -webkit-animation: 3s linear 0s 1 both alternate claptrapRelated;
          animation: 3s linear 0s 1 both alternate claptrapRelated;
}

.sp_spec {
  border-bottom: solid 2px #9b92b7;
}
.sp_spec h3 {
  font-size: clamp(18px, 2.8vw, 28px);
  border-bottom: solid 2px #e8d62b;
}
.sp_spec > div {
  border: solid 1px #9b92b7;
  background: rgba(37, 37, 37, 0.2);
  padding: 0 1em;
  font-size: 13px;
  margin-top: 1em;
}
.sp_spec dl {
  font-size: clamp(12px, 1.4vw, 14px);
  padding: 0.5em 0;
}
.sp_spec dl:not(:last-child) {
  border-bottom: solid 1px #9b92b7;
}
.sp_spec dt {
  flex: 0 0 8em;
  font-weight: normal;
}
.sp_spec dd {
  flex: 1;
}
.sp_spec dl:not(.break) {
  display: flex;
  line-height: 1.4;
}
.sp_spec strong {
  color: rgb(241.9829787234, 231.7957446809, 135.0170212766);
}
.sp_spec li {
  display: block;
}
.sp_spec li:not(:last-child) {
  border-bottom: solid 1px rgba(155, 146, 183, 0.4);
  margin-bottom: 0.2em;
  padding-bottom: 0.2em;
}
.sp_spec .break dt {
  flex: 1;
  text-align: center;
  padding-bottom: 0.5em;
}

/* LINK
======================================== */
a.sp_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 3em;
  background: url(../images/btn-bg.jpg) no-repeat 100% 0px;
  background-color: #000;
  font-family: "Antonio", "Noto Sans JP", serif;
  font-weight: 900;
  font-size: clamp(16px, 2.4vw, 24px);
  gap: 0.1em;
}
a.sp_banner, a.sp_banner:hover, a.sp_banner:visited {
  color: #fff;
}
a.sp_banner span {
  font-size: 0.9em;
}
@media (hover: hover) {
  a.sp_banner:hover {
    -webkit-filter: brightness(180%);
            filter: brightness(180%);
    color: #e8d62b;
  }
}

.link-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.link-block img {
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.link-block li:nth-child(1) .sp_banner {
  background-position: 70% -20px;
}
.link-block li:nth-child(2) .sp_banner {
  background-position: 70% calc(-3em - 10px - 20px);
}
.link-block li:nth-child(3) .sp_banner {
  background-position: 70% calc(-6em - 20px - 20px);
}
.link-block li:nth-child(4) .sp_banner {
  background-position: 70% calc(-9em - 30px - 20px);
}
.link-block li:nth-child(5) .sp_banner {
  background-position: 70% calc(-12em - 40px - 20px);
}
.link-block li:nth-child(6) .sp_banner {
  background-position: 70% calc(-15em - 50px - 20px);
}
@media screen and (min-width: 750px) {
  .link-block {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }
}

/* FOOT
======================================== */
.sp_content > .copy {
  display: block;
  font-size: 0.875em;
  color: #777;
  font-family: "Antonio", "Noto Sans JP", serif;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  padding: 1em;
}

/* LAYOUT
======================================== */
.sp_body {
  position: relative;
  padding: clamp(40px, 6vw, 60px) 0 0;
}
.sp_body .sp_container {
  padding-bottom: clamp(60px, 10vw, 100px);
}
.sp_body .sp_body-content > *:not(:first-child) {
  margin-top: clamp(60px, 10vw, 100px);
}
.sp_body .sp_body-content .sp_sec > * {
  margin-left: clamp(16px, 4vw, 40px);
  margin-right: clamp(16px, 4vw, 40px);
}
.sp_body .sp_body-side {
  margin-top: clamp(60px, 10vw, 100px);
}
.sp_body .sp_body-side > * {
  margin-left: clamp(16px, 4vw, 40px);
  margin-right: clamp(16px, 4vw, 40px);
}
.sp_body .sp_body-side > *:not(:last-child) {
  margin-bottom: clamp(40px, 6vw, 60px);
}
.sp_body .sp_body-side .twitter {
  margin-left: clamp(16px, 4vw, 40px);
  margin-right: clamp(16px, 4vw, 40px);
}
@media screen and (min-width: 750px) {
  .sp_body {
    padding: clamp(40px, 6vw, 60px) clamp(16px, 4vw, 40px) 0;
  }
  .sp_body .sp_container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: clamp(30px, 5vw, 50px) clamp(14px, 4vw, 40px);
    padding-bottom: clamp(60px, 10vw, 100px);
  }
  .sp_body .sp_body-content {
    flex: 1;
  }
  .sp_body .sp_body-content > * {
    margin-top: 0;
  }
  .sp_body .sp_body-content > *:not(:first-child) {
    margin-top: clamp(40px, 6vw, 60px);
  }
  .sp_body .sp_body-content > *:not(:first-child) .sp_block-heading {
    padding-top: 0.5em;
    border-top: 1px solid #00ccff;
  }
  .sp_body .sp_body-content .sp_sec > * {
    margin-left: 0;
    margin-right: 0;
  }
  .sp_body .sp_body-side {
    margin: 0;
    flex: 0 0 320px;
    max-width: 320px;
  }
  .sp_body .sp_body-side > * {
    margin-right: auto;
    margin-left: auto;
  }
  .sp_body .sp_body-side > *:not(:last-child) {
    margin-bottom: clamp(40px, 6vw, 60px);
  }
  .sp_body .sp_body-side .twitter {
    margin-left: 0;
    margin-right: 0;
  }
}

.sp_content .copy {
  display: block;
  font-size: 0.875em;
  color: #fff;
  font-weight: 100;
  text-align: center;
  padding: 1em;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 749px) {
  .over--md {
    display: none;
  }
}
@media screen and (min-width: 480px) {
  .under--sm {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .over--sm {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  .under--md {
    display: none;
  }
}
.hint {
  display: none;
}

.mg--m {
  margin: clamp(40px, 6vw, 60px);
}

.mt--s {
  margin-top: clamp(30px, 4vw, 40px);
}

.mb--s {
  margin-bottom: clamp(30px, 4vw, 40px);
}

.mt--m {
  margin-top: clamp(40px, 6vw, 60px);
}

.mb--m {
  margin-bottom: clamp(40px, 6vw, 60px);
}

.mt--l {
  margin-top: clamp(60px, 10vw, 100px);
}

.mb--l {
  margin-bottom: clamp(60px, 10vw, 100px);
}

.fs-m {
  font-size: 1.175em;
}

.fs-d {
  font-size: 1em;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-middle {
  vertical-align: middle;
}

.block-center {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 749px) {
  .fs-m--sm {
    font-size: 0.875em;
  }
  .fs-d--sm {
    font-size: 1em;
  }
  .align-center--sm {
    text-align: center;
  }
  .align-left--sm {
    text-align: left;
  }
  .align-right--sm {
    text-align: right;
  }
  .align-middle--sm {
    vertical-align: middle;
  }
}
@media screen and (max-width: 479px) {
  .fs-m--xs {
    font-size: 0.875em;
  }
  .fs-d--xs {
    font-size: 1em;
  }
  .align-center--xs {
    text-align: center;
  }
  .align-left--xs {
    text-align: left;
  }
  .align-right--xs {
    text-align: right;
  }
  .align-middle--xs {
    vertical-align: middle;
  }
}