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

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 bgColor {
  0% {
    background-image: linear-gradient(#2E37C3 0%, #3D91F9 100%);
  }
  100% {
    background-image: linear-gradient(#3D91F9 0%, #2E37C3 100%);
  }
}

@keyframes bgColor {
  0% {
    background-image: linear-gradient(#2E37C3 0%, #3D91F9 100%);
  }
  100% {
    background-image: linear-gradient(#3D91F9 0%, #2E37C3 100%);
  }
}
@-webkit-keyframes twincle {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-filter: brightness(200%);
            filter: brightness(200%);
  }
  50% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-filter: brightness(75%);
            filter: brightness(75%);
  }
  100% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
}
@keyframes twincle {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-filter: brightness(200%);
            filter: brightness(200%);
  }
  50% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-filter: brightness(75%);
            filter: brightness(75%);
  }
  100% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
}
.sp_content {
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
  color: #171616;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0;
  margin: 0;
  z-index: 0;
}
.sp_content div {
  box-sizing: border-box;
}
.sp_content img {
  max-width: 100%;
  height: auto;
}
.sp_content a {
  cursor: pointer;
  color: #2e87e0;
}
.sp_content a:visited {
  color: #b09181;
}
.sp_content a:hover, .sp_content a:active, .sp_content a:focus {
  color: rgb(90.4125, 160.5, 230.5875);
}
.sp_content a:hover img, .sp_content a:active img, .sp_content a:focus img {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}
.sp_content a img {
  display: block;
  transition: all 0.6s;
}
.sp_content div {
  box-sizing: border-box;
}
.sp_content .alt {
  display: none;
}
.sp_content figure {
  margin: 0;
}
.sp_content main {
  position: relative;
  z-index: 0;
}
.sp_content main *:not(.sp_news) p:not(.cap, .title, .datetime) {
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-character;
}

/*!
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 bounce {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes bounce {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
}

@-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;
}

@font-face {
  font-family: ytpregular;
  src: url("font/ytp-regular.eot");
}
@font-face {
  font-family: ytpregular;
  src: url(data:application/x-font-woff;charset=utf-8;base64,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) format("woff"), url("font/ytp-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.mb_YTPlayer:focus {
  outline: 0;
}

.YTPWrapper {
  display: block;
  -webkit-transform: translateZ(0) translate3d(0, 0, 0);
          transform: translateZ(0) translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

.mb_YTPlayer .loading {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.51);
  text-align: center;
  padding: 2px 4px;
  border-radius: 5px;
  font-family: "Droid Sans", sans-serif;
  -webkit-animation: fade 0.1s infinite alternate;
  animation: fade 0.1s infinite alternate;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.YTPFullscreen {
  display: block !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border: none !important;
  opacity: 1 !important;
  background-color: #000 !important;
  padding: 0 !important;
}

.inlinePlayButton, .inlinePlayButtonMobile {
  font-family: ytpregular;
  font-size: 45px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 80px;
  height: 80px;
  line-height: 80px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.4s;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.inlinePlayButtonMobile {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mb_YTPlayer:hover .inlinePlayButton {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.inlinePlayButton:hover {
  background-color: #000;
  -webkit-transform: scale(1.3) !important;
          transform: scale(1.3) !important;
}

.mbYTP_wrapper iframe {
  max-width: 8000px !important;
}

.inline_YTPlayer {
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5);
}

.inline_YTPlayer img {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.mb_YTPBar .ytpicon {
  font-size: 20px;
  font-family: ytpregular;
}

.mb_YTPBar .mb_YTPUrl.ytpicon {
  font-size: 30px;
}

.mb_YTPBar {
  transition: opacity 0.5s;
  display: block;
  width: 100%;
  height: 10px;
  padding: 5px;
  background: #333;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  color: #fff;
  opacity: 0.1;
  box-sizing: border-box;
}

.mb_YTPBar.visible, .mb_YTPBar:hover {
  opacity: 1;
}

.mb_YTPBar .buttonBar {
  transition: all 0.5s;
  background: 0 0;
  font: 12px/14px san-serif;
  position: absolute;
  top: -30px;
  left: 0;
  padding: 5px;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
}

.mb_YTPBar:hover .buttonBar {
  background: rgba(0, 0, 0, 0.4);
}

.mb_YTPBar span {
  display: inline-block;
  font: 16px/20px sans-serif;
  position: relative;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}

.mb_YTPBar span.mb_YTPTime {
  width: 130px;
}

.mb_YTPBar span.mb_OnlyYT, .mb_YTPBar span.mb_YTPUrl {
  position: absolute;
  width: auto;
  display: block;
  top: 6px;
  right: 10px;
  cursor: pointer;
}

.mb_YTPBar span.mb_YTPUrl img {
  width: 60px;
}

.mb_YTPBar span.mb_OnlyYT {
  left: 300px;
  right: auto;
}

.mb_YTPBar span.mb_OnlyYT img {
  width: 25px;
}

.mb_YTPBar span.mb_YTPUrl a {
  color: #fff;
}

.mb_YTPBar .mb_YTPPlayPause, .mb_YTPlayer .mb_YTPBar .mb_YTPPlayPause img {
  cursor: pointer;
}

.mb_YTPBar .mb_YTPMuteUnmute {
  cursor: pointer;
}

.mb_YTPBar .mb_YTPProgress {
  height: 10px;
  width: 100%;
  background: #222;
  bottom: 0;
  left: 0;
}

.mb_YTPBar .mb_YTPLoaded {
  height: 10px;
  width: 0;
  background: #444;
  left: 0;
}

.mb_YTPBar .mb_YTPseekbar {
  height: 10px;
  width: 0;
  background: #bb110e;
  bottom: 0;
  left: 0;
  box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
}

.mb_YTPBar .YTPOverlay {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: "flat";
  box-sizing: border-box;
}

.YTPOverlay.raster {
  background: url("images/raster.png");
}

.YTPOverlay.raster.retina {
  background: url("images/raster@2x.png");
}

.YTPOverlay.raster-dot {
  background: url("images/raster_dot.png");
}

.YTPOverlay.raster-dot.retina {
  background: url("images/raster_dot@2x.png");
}

.mb_YTPBar .simpleSlider {
  position: relative;
  width: 100px;
  height: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 10px;
  cursor: pointer !important;
  border-radius: 3px;
}

.mb_YTPBar.compact .simpleSlider {
  width: 40px;
}

.mb_YTPBar.compact span.mb_OnlyYT {
  left: 260px;
}

.mb_YTPBar .simpleSlider.muted {
  opacity: 0.3;
}

.mb_YTPBar .level {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  box-sizing: border-box;
}

.mb_YTPBar .level.horizontal {
  height: 100%;
  width: 0;
}

.mb_YTPBar .level.vertical {
  height: auto;
  width: 100%;
}

/* 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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCA0NiIgPjxwb2x5Z29uIHBvaW50cz0iMS42NTkgNDYgMCA0NC4yOTIgMjAuNjgyIDIzIDAgMS43MDggMS42NTkgMCAyNCAyMyAxLjY1OSA0NiIgZmlsbD0iICMyZTg3ZTAgIiBzdHJva2Utd2lkdGg9IjAiLz48L3N2Zz4=") no-repeat center/contain;
  width: 100%;
  height: 100%;
  margin-left: auto;
}
.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;
  -webkit-transform: scale(-1, 1) translate(0, -50%);
          transform: scale(-1, 1) translate(0, -50%);
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0;
}

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

/* Dots */
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  height: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 5px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 6px;
  width: 6px;
  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;
  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: #b79b63;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #b79b63;
  opacity: 0.75;
}

.slider-l {
  padding: 0 clamp(20px, 4vw, 40px);
}
.slider-l .slick-arrow {
  background: transparent;
}
.slider-l .slick-prev,
.slider-l .slick-next {
  width: clamp(20px, 4vw, 40px);
}
.slider-l .slick-prev::before,
.slider-l .slick-next::before {
  width: calc(clamp(20px, 4vw, 40px) - 5px);
}
@media screen and (min-width: 721px) {
  .slider-l .slide-item {
    margin: 5px;
  }
}

.slider-m .slide-item {
  margin: 10px 15px;
}
.slider-m .slick-prev,
.slider-m .slick-next {
  width: 20px;
}
.slider-m .slick-prev::before,
.slider-m .slick-next::before {
  width: 20px;
  height: 20px;
}
.slider-m .slick-prev {
  left: -20px;
}
[dir=rtl] .slider-m .slick-prev {
  left: auto;
  right: -20px;
}
.slider-m .slick-prev::before {
  border-width: 0 0 1px 1px;
  left: 5px;
}
.slider-m .slick-next {
  right: -20px;
}
[dir=rtl] .slider-m .slick-next {
  left: -20px;
  right: auto;
}
.slider-m .slick-next::before {
  border-width: 1px 1px 0 0;
  right: 5px;
}
@media screen and (max-width: 479px) {
  .slider-m {
    margin-left: 20px;
    margin-right: 20px;
  }
  .slider-m .slide-item {
    margin: 5px;
  }
  .slider-m .slick-prev,
  .slider-m .slick-next {
    width: 20px;
  }
  .slider-m .slick-prev::before,
  .slider-m .slick-next::before {
    width: 14px;
    height: 14px;
  }
  .slider-m .slick-prev {
    left: -14px;
  }
  [dir=rtl] .slider-m .slick-prev {
    left: auto;
    right: -14px;
  }
  .slider-m .slick-prev::before {
    border-width: 0 0 1px 1px;
    left: 4px;
  }
  .slider-m .slick-next {
    right: -14px;
  }
  [dir=rtl] .slider-m .slick-next {
    left: -14px;
    right: auto;
  }
  .slider-m .slick-next::before {
    border-width: 1px 1px 0 0;
    right: 4px;
  }
}

.slider-kv, .slider-l {
  transition: opacity 1s ease-out, -webkit-transform 1s;
  transition: transform 1s, opacity 1s ease-out;
  transition: transform 1s, opacity 1s ease-out, -webkit-transform 1s;
  opacity: 0;
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
}
.slider-kv.slick-initialized, .slider-l.slick-initialized {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.sp_sec.--movie {
  padding: clamp(30px, 6vw, 60px) 5px;
  background: url(../images/bg.jpg) no-repeat center/cover;
  background-attachment: fixed;
  position: relative;
}
.sp_sec.--movie::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.sp_sec.--movie .slick-prev,
.sp_sec.--movie .slick-next {
  z-index: 20;
}

/* ACCORDION
======================================== */
div.accordion {
  position: relative;
  height: auto;
}
div.accordion + label {
  display: none;
}
@media screen and (max-width: 720px) {
  div.accordion:not(.--fixed) {
    overflow: hidden;
  }
  div.accordion:not(.--fixed) + label {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
    text-align: center;
    margin: 1em 0 1em;
    font-family: "Noto Serf JP", serif;
    font-weight: 800;
    font-optical-sizing: auto;
    color: #86593C;
  }
  div.accordion:not(.--fixed) + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 46px;
    background: url(../images/arrow-down.png) no-repeat bottom 8px center;
  }
  div.accordion:not(.--fixed) .sp_news li:nth-child(n+4) {
    opacity: 0;
    display: none;
    height: 0px;
  }
  div.accordion.--fixed + label {
    display: none;
  }
}

input.accordion {
  display: none;
}
@media screen and (max-width: 720px) {
  input.accordion:checked ~ div.accordion {
    max-height: inherit;
    -webkit-mask: none;
            mask: none;
  }
  input.accordion:checked ~ div.accordion + label {
    flex-direction: column-reverse;
    margin: 2em 0 0;
  }
  input.accordion:checked ~ div.accordion + label span {
    display: none;
  }
  input.accordion:checked ~ div.accordion + label::before {
    content: "CLOSE";
    display: block;
    margin: 32px auto 0;
    z-index: 1;
  }
  input.accordion:checked ~ div.accordion + label::after {
    top: 0;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  input.accordion:checked ~ div.accordion .sp_news li:nth-child(n+4) {
    opacity: 1;
    display: block;
    height: 100%;
  }
}

@media (hover: hover) {
  div.accordion + label {
    cursor: pointer;
    transition: all 0.4s;
  }
  div.accordion + label:hover {
    opacity: 0.5;
  }
}
/* 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%;
}

/* TAB
======================================== */
.tab-body {
  position: relative;
}
.tab-body > * {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  display: none;
  z-index: -1;
}
.tab-body > *.current {
  opacity: 1;
  visibility: visible;
  position: relative;
  display: inherit;
  z-index: 1;
}

/* HEADING
======================================== */
.headline--en {
  color: #2e87e0;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

/* SPEC
======================================== */
.sp_spec h3 img {
  display: block;
  margin: 0 auto 10px;
  max-width: 98px;
}
.sp_spec .spec-body {
  line-height: 1.4;
  max-width: 18em;
  margin-left: auto;
  margin-right: auto;
}
.sp_spec .spec-body dl {
  display: flex;
  flex-direction: row;
}
.sp_spec .spec-body dl:not(:last-child) {
  margin-bottom: 0.2em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid rgba(118, 100, 73, 0.4);
}
.sp_spec .spec-body dt {
  flex: 0 0 6em;
  font-weight: normal;
  color: #b79b63;
}
.sp_spec .spec-body dd {
  flex: 1 1 50%;
}

/* NEWS
======================================== */
.contentsWrapper {
  display: flex;
  position: relative;
  height: 100%;
}
.contentsWrapper .image {
  overflow: hidden;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin: 0;
}
.contentsWrapper .image img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
}
.contentsWrapper .textWrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.contentsWrapper .textWrapper:not(:has(.datetime)) {
  justify-content: center;
}
.contentsWrapper .textWrapper:not(:has(.datetime)) .title {
  text-align: center;
}
.contentsWrapper .title {
  position: relative;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.contentsWrapper .title > * {
  position: relative;
  z-index: 1;
}
.contentsWrapper .description {
  color: #171616;
  font-size: clamp(12px, 1.4vw, 14px);
  text-align: justify;
  padding-bottom: 0.5em;
  text-justify: inter-character;
  margin-top: 0.5em;
  line-height: 1.4;
}
.contentsWrapper .datetime {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: 1.2;
  color: #766a61;
  margin-top: auto;
  align-self: flex-end;
}
@media (hover: hover) {
  .contentsWrapper:hover .image {
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
  }
  .contentsWrapper:hover .image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.sp_news {
  display: flex;
  flex-direction: column;
}
.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 a, .sp_news a:link, .sp_news a:hover, .sp_news a:visited {
  color: #171616;
}
.sp_news--card .contentsWrapper {
  flex-direction: column;
  justify-content: stretch;
}
.sp_news--card .contentsWrapper .description {
  display: none;
}
.sp_news--card .contentsWrapper .textWrapper {
  flex: auto;
  padding: 1em;
  background: url(../images/paper.jpg) repeat center;
}
.sp_news--card .contentsWrapper .title {
  font-weight: normal;
  line-height: 1.5;
  font-size: 0.875em;
  padding-bottom: 0;
  margin: 0;
  color: #171616;
}
.sp_news--card .contentsWrapper .datetime {
  border-top: 1px solid #766a61;
  padding-top: 0.5em;
  font-size: 0.875em;
  border-top: none;
  padding: 0;
}
.sp_news--card li {
  padding: 0;
  box-shadow: 0 0 5px rgba(30, 30, 30, 0.4);
  overflow: hidden;
}
.sp_news--card2 {
  font-size: clamp(14px, 1.6vw, 16px);
}
.sp_news--card2 .contentsWrapper {
  flex-direction: column;
  justify-content: stretch;
}
.sp_news--card2 .contentsWrapper .title {
  font-weight: bold;
  line-height: 1.5;
  font-size: 1em;
  padding-bottom: 0;
  margin: 0;
  color: #171616;
}
.sp_news--card2 .contentsWrapper .datetime {
  padding-top: 0.5em;
}
.sp_news--card2 .contentsWrapper .textWrapper {
  flex: auto;
  padding: 1em;
  background: url(../images/paper.jpg) repeat center;
}
.sp_news--card2 li {
  padding: 0;
  box-shadow: 0 0 5px rgba(30, 30, 30, 0.4);
  overflow: hidden;
}
@media screen and (min-width: 721px) {
  .sp_news--card2 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .sp_news--card2 .contentsWrapper {
    flex-direction: row;
  }
  .sp_news--card2 .contentsWrapper .image {
    flex: 0 0 60%;
    box-shadow: 0 0 2px rgba(30, 30, 30, 0.4);
  }
  .sp_news--card2 li {
    max-width: 65%;
  }
}
.sp_news--row {
  font-size: clamp(14px, 1.6vw, 16px);
}
.sp_news--row .contentsWrapper {
  position: relative;
  display: flex;
  gap: 1em;
}
.sp_news--row .contentsWrapper .image {
  flex: 0 0 160px;
}
.sp_news--row .contentsWrapper .description {
  display: none;
}
.sp_news--row li {
  border-bottom: 1px solid rgba(118, 100, 73, 0.4);
  padding: 1em 0;
}
@media screen and (min-width: 721px) {
  .sp_news--row .contentsWrapper .image {
    flex: 0 0 240px;
    box-shadow: 0 0 2px rgba(30, 30, 30, 0.4);
  }
}

.sp_sec.--pickup {
  position: relative;
}
.sp_sec.--pickup h2 {
  position: absolute;
  top: 0;
  left: clamp(20px, 3vw, 30px);
  z-index: 1;
}
.sp_sec.--pickup .sp_sec-body > div {
  position: relative;
  padding: clamp(90px, 10vw, 100px) clamp(20px, 6vw, 60px) clamp(30px, 4vw, 40px);
  background: #72716e no-repeat top left/90% auto;
}
.sp_sec.--pickup .sp_sec-body > div:nth-child(even) {
  background-position: top right;
}
.sp_sec.--pickup .sp_sec-body > div:nth-child(1) {
  background-color: #2e303c;
  background-image: url(../images/pickup-bg-01.jpg);
}
.sp_sec.--pickup .sp_sec-body > div:nth-child(2) {
  background-color: #efe4c4;
  background-image: url(../images/pickup-bg-02.jpg);
}
.sp_sec.--pickup .sp_sec-body > div:nth-child(3) {
  background-color: #abd8ea;
  background-image: url(../images/pickup-bg-03.jpg);
}
.sp_sec.--pickup .sp_news {
  gap: clamp(20px, 3vw, 30px);
}
@media screen and (min-width: 721px) {
  .sp_sec.--pickup {
    background: #ffdb85;
    clip-path: inherit;
  }
  .sp_sec.--pickup::before, .sp_sec.--pickup::after {
    content: none;
  }
  .sp_sec.--pickup .sp_news > li:not(:last-child) {
    margin-bottom: 0;
  }
  .sp_sec.--pickup .sp_sec-body > div {
    background: no-repeat top left #72716e;
    background-size: 600px auto;
    padding-top: clamp(30px, 4vw, 40px);
  }
  .sp_sec.--pickup .sp_sec-body > div:not(:last-child) {
    margin-bottom: 0;
  }
  .sp_sec.--pickup .sp_sec-body > div:nth-child(odd) .sp_news {
    align-items: flex-end;
  }
  .sp_sec.--pickup .sp_sec-body > div:nth-child(odd) .sp_news li:nth-child(even) {
    align-self: flex-start;
  }
  .sp_sec.--pickup .sp_sec-body > div:nth-child(even) .sp_news {
    align-items: flex-start;
  }
  .sp_sec.--pickup .sp_sec-body > div:nth-child(even) .sp_news li:nth-child(even) {
    align-self: flex-end;
  }
}

.sp_sec.--related {
  background: linear-gradient(rgba(254, 249, 237, 0.4) 50px, rgba(238, 228, 203, 0) 200px), rgba(238, 228, 203, 0.8);
  padding: clamp(30px, 4vw, 40px) clamp(20px, 3vw, 30px);
}
.sp_sec.--related .sp_container {
  max-width: 960px;
}
.sp_sec.--related h2 {
  text-align: center;
  margin-bottom: 20px;
}
.sp_sec.--related h2 img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 721px) {
  .sp_sec.--related h2 {
    text-align: left;
  }
}

/* CHARACTER
======================================== */
.sp_sec.--character {
  background: url(../images/character-bg.jpg) no-repeat center/cover;
  background-attachment: fixed;
  color: #d1c9bb;
  position: relative;
  padding: clamp(30px, 4vw, 40px) 0 0;
}
@media screen and (min-width: 721px) {
  .sp_sec.--character {
    padding: clamp(30px, 4vw, 40px) clamp(20px, 3vw, 30px);
  }
}
.sp_sec.--character h2 {
  margin-bottom: 20px;
}
.sp_sec.--character h2 img {
  display: block;
  margin: 0 auto;
}
.sp_sec.--character .tab-nav {
  margin-bottom: clamp(20px, 3vw, 30px);
}
.sp_sec.--character .tab-nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(5px, 1vw, 10px);
  transition: all 0.2s;
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
}
.sp_sec.--character .tab-nav ul li {
  transition: all 0.2s;
  flex: 0 0 min(121px, 17vw);
}
.sp_sec.--character .tab-nav ul li a {
  display: block;
}
.sp_sec.--character .tab-nav ul li a img {
  transition: all 0.2s;
  display: block;
}
@media screen and (min-width: 900px) {
  .sp_sec.--character .tab-nav ul {
    max-width: inherit;
  }
  .sp_sec.--character .tab-nav ul li {
    flex: 0 0 min(121px, 9vw);
  }
}
.sp_sec.--character .tab-body {
  position: relative;
  padding: 0 10px clamp(20px, 3vw, 30px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.sp_sec.--character .tab-body::before {
  content: "";
  display: block;
  width: 100%;
  height: 90%;
  background: url(../images/icon01.png) no-repeat left 5px bottom 5px/14px, url(../images/icon01.png) no-repeat right 5px bottom 5px/14px, url(../images/character-tab-bg.jpg) no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 10%;
  transition: all 1s linear;
}
@media screen and (min-width: 721px) {
  .sp_sec.--character .tab-body {
    padding-left: clamp(20px, 3vw, 30px);
    padding-right: clamp(20px, 3vw, 30px);
  }
}
.sp_sec.--character .tab-body-item {
  display: flex;
  flex-direction: column;
  transition: opacity 1s linear;
  margin-left: auto;
  margin-right: auto;
  gap: clamp(10px, 3vw, 30px);
}
.sp_sec.--character .tab-body-item h3 {
  position: relative;
  font-size: clamp(28px, 3.6vw, 36px);
  font-weight: 700;
  text-shadow: 2px 0 5px #000;
  text-align: center;
  background: url(../images/character-bor.png) no-repeat bottom center/100% auto;
  padding: 0.6em 0 1em;
  line-height: 1;
  margin-bottom: 0.5em;
  opacity: 0;
}
.sp_sec.--character .tab-body-item h3 span {
  display: block;
  opacity: 0;
  transition: all 0.4s ease-in-out 0.2s;
}
.sp_sec.--character .tab-body-item h3 span.en {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sp_sec.--character .tab-body-item h3 span.en img {
  opacity: 0.5;
  height: 1.7em;
  width: auto;
}
.sp_sec.--character .tab-body-item h3 span.ja {
  position: relative;
  z-index: 1;
  -webkit-transform: translate(0px, 5px);
          transform: translate(0px, 5px);
}
.sp_sec.--character .tab-body-item .character-image {
  align-self: center;
  max-width: 596px;
  aspect-ratio: 596/501;
  display: flex;
  flex-direction: column;
}
.sp_sec.--character .tab-body-item .character-image img {
  display: block;
  width: 100%;
  position: relative;
  opacity: 0;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  transition: all 0.4s ease-in-out 0.2s;
}
.sp_sec.--character .tab-body-item dl {
  transition: all 0.4s ease-in-out 0.4s;
  opacity: 0;
  -webkit-transform: translate(5px, 0);
          transform: translate(5px, 0);
}
.sp_sec.--character .tab-body-item dl:nth-child(2) {
  transition-delay: 0.6s;
}
.sp_sec.--character .tab-body-item dl:nth-child(3) {
  transition-delay: 0.8s;
}
.sp_sec.--character .tab-body-item.current h3 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.sp_sec.--character .tab-body-item.current h3 span {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.sp_sec.--character .tab-body-item.current .character-image img {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.sp_sec.--character .tab-body-item.current dl {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (min-width: 800px) {
  .sp_sec.--character .tab-body-item {
    flex-direction: row;
  }
  .sp_sec.--character .tab-body-item .character-image {
    flex: 0 0 clamp(300px, 40vw, 596px);
    justify-content: flex-end;
    align-self: flex-start;
  }
  .sp_sec.--character .tab-body-item .character-content {
    padding-top: 15px;
    flex: auto;
  }
}

.character-abilities dl {
  padding-left: 65px;
  background: no-repeat top left/50px auto;
  margin-bottom: 1em;
}
#character-redmane .character-abilities dl:nth-child(1) {
  background-image: url(../images/character-redmane-abilities01.png);
}
#character-redmane .character-abilities dl:nth-child(2) {
  background-image: url(../images/character-redmane-abilities02.png);
}
#character-redmane .character-abilities dl:nth-child(3) {
  background-image: url(../images/character-redmane-abilities03.png);
}
#character-atticus .character-abilities dl:nth-child(1) {
  background-image: url(../images/character-atticus-abilities01.png);
}
#character-atticus .character-abilities dl:nth-child(2) {
  background-image: url(../images/character-atticus-abilities02.png);
}
#character-atticus .character-abilities dl:nth-child(3) {
  background-image: url(../images/character-atticus-abilities03.png);
}
#character-mara .character-abilities dl:nth-child(1) {
  background-image: url(../images/character-mara-abilities01.png);
}
#character-mara .character-abilities dl:nth-child(2) {
  background-image: url(../images/character-mara-abilities02.png);
}
#character-mara .character-abilities dl:nth-child(3) {
  background-image: url(../images/character-mara-abilities03.png);
}
#character-slade .character-abilities dl:nth-child(1) {
  background-image: url(../images/character-slade-abilities01.png);
}
#character-slade .character-abilities dl:nth-child(2) {
  background-image: url(../images/character-slade-abilities02.png);
}
#character-slade .character-abilities dl:nth-child(3) {
  background-image: url(../images/character-slade-abilities03.png);
}
#character-condor .character-abilities dl:nth-child(1) {
  background-image: url(../images/character-condor-abilities01.png);
}
#character-condor .character-abilities dl:nth-child(2) {
  background-image: url(../images/character-condor-abilities02.png);
}
#character-condor .character-abilities dl:nth-child(3) {
  background-image: url(../images/character-condor-abilities03.png);
}
#character-scarlet .character-abilities dl:nth-child(1) {
  background-image: url(../images/character-scarlet-abilities01.png);
}
#character-scarlet .character-abilities dl:nth-child(2) {
  background-image: url(../images/character-scarlet-abilities02.png);
}
#character-scarlet .character-abilities dl:nth-child(3) {
  background-image: url(../images/character-scarlet-abilities03.png);
}
#character-una .character-abilities dl:nth-child(1) {
  background-image: url(../images/character-una-abilities01.png);
}
#character-una .character-abilities dl:nth-child(2) {
  background-image: url(../images/character-una-abilities02.png);
}
#character-una .character-abilities dl:nth-child(3) {
  background-image: url(../images/character-una-abilities03.png);
}
#character-kai .character-abilities dl:nth-child(1) {
  background-image: url(../images/character-kai-abilities01.png);
}
#character-kai .character-abilities dl:nth-child(2) {
  background-image: url(../images/character-kai-abilities02.png);
}
#character-kai .character-abilities dl:nth-child(3) {
  background-image: url(../images/character-kai-abilities03.png);
}
#character-ekon .character-abilities dl:nth-child(1) {
  background-image: url(../images/character-ekon-abilities01.png);
}
#character-ekon .character-abilities dl:nth-child(2) {
  background-image: url(../images/character-ekon-abilities02.png);
}
#character-ekon .character-abilities dl:nth-child(3) {
  background-image: url(../images/character-ekon-abilities03.png);
}
.character-abilities .type {
  display: block;
  color: #b79b63;
  opacity: 0.7;
}

/* LINK
======================================== */
.link-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  text-align: center;
  margin: 0 auto;
  max-width: 630px;
}
.link-block a {
  display: block;
  box-shadow: 0 2px 10px rgba(121, 91, 67, 0.6);
}
.link-block img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 721px) {
  .link-block {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }
}

.sp_sec.--link {
  padding: clamp(30px, 6vw, 60px) clamp(20px, 3vw, 30px);
  background-color: rgba(23, 22, 22, 0.6);
}

/* LAYOUT
======================================== */
.sp_set {
  position: relative;
}
.sp_set .sp_set-content > *:not(.--pickup) {
  padding: clamp(30px, 4vw, 40px) clamp(20px, 6vw, 60px);
}
.sp_set .sp_set-side {
  position: relative;
  background: linear-gradient(rgba(183, 155, 99, 0.1), rgba(183, 155, 99, 0) 40%, rgba(183, 155, 99, 0.1) 100%), url(../images/paper-dark.jpg) center;
  color: #d1c9bb;
}
.sp_set .sp_set-side > * {
  padding: clamp(20px, 3vw, 30px) clamp(20px, 3vw, 30px) clamp(30px, 4vw, 40px);
}
@media screen and (min-width: 1000px) {
  .sp_set {
    display: flex;
    flex-direction: row-reverse;
  }
  .sp_set .sp_set-content {
    flex: 1;
  }
  .sp_set .sp_set-side {
    flex: 0 0 320px;
    max-width: 320px;
  }
}

/* HEADER
======================================== */
#sp_content-bg {
  position: fixed;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url(..images/bg.jpg) no-repeat center/cover;
}
#sp_content-bg video {
  position: absolute;
  top: 0;
  left: 50%;
  width: 237.037037037vh;
  height: 100vh;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -o-object-fit: cover;
     object-fit: cover;
}

.sp_header {
  background: transparent;
  overflow: hidden;
  position: relative;
  height: 80svh;
}
.sp_header .pr {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  border: solid 1px #fff;
  color: #fff;
  z-index: 1;
  line-height: 1;
  padding: 0.15em 0.4em;
  font-size: clamp(14px, 2vw, 20px);
}
.sp_header img {
  display: block;
  height: auto;
}
.sp_header h1 {
  position: absolute;
  right: 5%;
  top: 50%;
  width: 90%;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: clamp(20px, 3.6vw, 36px);
  overflow: hidden;
  opacity: 0;
  transition: all 0.8s;
}
.sp_header h1 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
.sp_header h1 img:nth-child(2) {
  max-width: 1000px;
  margin-top: max(10px, 2vw);
}
.sp_header h1 .fami {
  display: block;
  text-align: center;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 0 5px #000;
  margin: 5px auto 0;
}
.sp_header .sp_header-content {
  position: absolute;
  top: 66%;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
  transition: all 0.6s 0.4s;
}
.sp_header .btn img {
  margin: 0 auto;
}
.--ready .sp_header h1 {
  opacity: 1;
}
.--ready .sp_header .sp_header-content {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.sp_lead {
  position: relative;
  padding-top: 85vw;
  background: linear-gradient(#000 0%, #5563ce 50%, #000 100%) no-repeat center;
}
.sp_lead p {
  position: relative;
  font-size: clamp(16px, 2vw, 20px);
  font-family: "Noto Serf JP", serif;
  font-weight: 800;
  color: #fff;
  text-align: center;
  line-height: 2;
  text-shadow: 0 0 2px #000, 0 0 8px #000, 0 0 10px #000;
  margin-bottom: 1.5em;
  background: url(../images/lead-bg.png) no-repeat center/contain;
  z-index: 1;
  padding-left: 0.5em;
  -webkit-animation: 1s ease-out 1.2s 1 both fadeIn;
          animation: 1s ease-out 1.2s 1 both fadeIn;
}
@media screen and (min-width: 721px) {
  .sp_lead {
    min-height: 22vw;
    padding: 0;
    overflow: hidden;
    background: url(../images/lead-bg.png) no-repeat center/cover, #000;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sp_lead p {
    margin-bottom: 0;
    padding-left: 1em;
  }
}

/* Footer
======================================== */
.sp_content .copy {
  display: block;
  font-size: clamp(12px, 1.4vw, 14px);
  color: #766a61;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  padding: 1em;
  background-color: rgba(23, 22, 22, 0.8);
}

@media screen and (max-width: 720px) {
  .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: 721px) {
  .under--md {
    display: none;
  }
}
.hint {
  display: none;
}

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

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

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

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

.mb--m {
  margin-bottom: clamp(30px, 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: 720px) {
  .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;
  }
}