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

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

.sp_content {
  overflow: hidden;
  position: relative;
  color: #1F1D1B;
  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;
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
.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-filter: blur(4px);
            filter: blur(4px);
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-filter: blur(4px);
            filter: blur(4px);
    -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-filter: blur(4px);
            filter: blur(4px);
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-filter: blur(4px);
            filter: blur(4px);
    -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-filter: blur(4px);
            filter: blur(4px);
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-filter: blur(4px);
            filter: blur(4px);
    -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-filter: blur(4px);
            filter: blur(4px);
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-filter: blur(4px);
            filter: blur(4px);
    -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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCA0NiIgPjxwb2x5Z29uIHBvaW50cz0iMS42NTkgNDYgMCA0NC4yOTIgMjAuNjgyIDIzIDAgMS43MDggMS42NTkgMCAyNCAyMyAxLjY1OSA0NiIgZmlsbD0iICMyZTg3ZTAgIiBzdHJva2Utd2lkdGg9IjAiLz48L3N2Zz4=") 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 .textWrapper:not(:has(.datetime)) {
  justify-content: center;
}
.contentsWrapper .textWrapper:not(:has(.datetime)) p.title {
  text-align: center;
}
.contentsWrapper p.title {
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.contentsWrapper p.description {
  color: #1F1D1B;
  font-size: clamp(12px, 1.4vw, 14px);
  text-align: justify;
  padding-bottom: 0.5em;
  text-justify: inter-character;
}
.contentsWrapper p.datetime {
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: 1.2;
  color: #51463d;
  margin-top: auto;
  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.3;
  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: #51463d;
  text-align: right;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}
.sp_news a, .sp_news a:link, .sp_news a:hover, .sp_news a:visited {
  color: #1F1D1B;
}
@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.4);
  overflow: hidden;
}
.sp_news--card li .contentsWrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.sp_news--card li img {
  width: 100%;
}
.sp_news--card li .image {
  margin: 0;
}
.sp_news--card li .title {
  margin: 0;
  color: #1F1D1B;
}
.sp_news--card li .textWrapper {
  flex: auto;
  padding: 0.8em;
  background: #f6eddf url(../images/pickup-article-bg.jpg) no-repeat bottom right/100% auto;
}
.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 #51463d;
  padding-top: 0.5em;
}
.sp_news--row {
  font-size: clamp(14px, 1.6vw, 16px);
}
.sp_news--row .description {
  display: none;
}
.sp_news--row li {
  border-bottom: 1px solid rgba(134, 89, 60, 0.4);
  padding: 1em 0;
}
.sp_news--row li .contentsWrapper {
  position: relative;
  display: flex;
  gap: 1em;
}
.sp_news--row li .contentsWrapper .image {
  flex: 0 0 160px;
}
.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%);
  }
}
@media screen and (min-width: 721px) {
  .sp_news--row li .contentsWrapper .image {
    flex: 0 0 240px;
    box-shadow: 0 0 2px rgba(30, 30, 30, 0.4);
  }
}

.sp_sec.--pickup {
  position: relative;
  padding: clamp(20px, 3vw, 30px) clamp(30px, 4vw, 40px) clamp(30px, 6vw, 60px);
  background: url(../images/bg-pickup.jpg) no-repeat top center/cover;
  background-attachment: fixed;
}
.sp_sec.--pickup .sp_container {
  max-width: 1800px;
}
.sp_sec.--pickup > * {
  position: relative;
}
.sp_sec.--pickup .sp_news {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr;
  gap: clamp(16px, 4vw, 50px);
  margin-left: auto;
  margin-right: auto;
}
.sp_sec.--pickup h2 {
  margin-bottom: clamp(20px, 3vw, 30px);
}
.sp_sec.--pickup h2 img {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  width: 80%;
}
@media screen and (min-width: 721px) {
  .sp_sec.--pickup .sp_news {
    grid-template-columns: repeat(3, 1fr);
  }
}

.sp_sec.--related h2 {
  text-align: center;
  margin-bottom: 20px;
  background: url(../images/tri-down.png) repeat-x top 2px left, url(../images/tri-up.png) repeat-x bottom 2px left;
  border-top: 2px solid rgba(31, 29, 27, 0.8);
  border-bottom: 2px solid rgba(31, 29, 27, 0.8);
  padding: 0.4em;
}
.sp_sec.--related h2 img {
  width: 200px;
  height: auto;
}
@media screen and (min-width: 721px) {
  .sp_sec.--related h2 {
    text-align: left;
  }
}

/* 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: 20px;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 25px;
    background: url(../images/arrow-down.png) no-repeat bottom center/auto 20px;
  }
  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: 20px 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;
  }
}
/* HEADING
======================================== */
.headline--en {
  color: #2e87e0;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

/* MOVIE
======================================== */
.sp_movie {
  border: 4px solid rgba(242, 237, 230, 0.1);
  box-shadow: 0 0 20px rgba(81, 59, 45, 0.4);
  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%;
}

.sp_sec.--movie {
  padding: 0 10px clamp(30px, 6vw, 60px);
}
.sp_sec.--movie .sp_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(14px, 2vw, 20px);
}
.sp_sec.--movie .sp_container > *:nth-child(1) {
  grid-column: 1/3;
}
/* 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: "Noto Sans JP", sans-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: #2e87e0;
  }
}

.link-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  text-align: center;
  margin: 0 10px;
}
.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;
  }
}

/* SPEC
======================================== */
.sp_spec {
  margin: 0 20px;
}
.sp_spec h3 img {
  display: block;
  margin: 0 auto;
}
.sp_spec .spec-body {
  line-height: 1.4;
  background: url(../images/data-bor.jpg) no-repeat top center/100% auto, url(../images/data-bor.jpg) no-repeat bottom center/100% auto, rgba(242, 237, 230, 0.4);
  padding: 40px 20px 30px;
  margin-top: -20px;
  box-shadow: 0 1px 3px rgba(31, 29, 27, 0.2);
}
.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(134, 89, 60, 0.4);
}
.sp_spec .spec-body dt {
  flex: 0 0 6em;
}
.sp_spec .spec-body dd {
  flex: 1 1 50%;
}
/* LAYOUT
======================================== */
.sp_body {
  position: relative;
  padding: clamp(30px, 4vw, 40px) 0 1em;
}
.sp_body::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/paper.jpg) repeat center;
  opacity: 0.8;
}
.sp_body > * {
  position: relative;
}
.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: 14px;
  margin-right: 14px;
}
.sp_body .sp_body-side {
  margin-top: clamp(60px, 10vw, 100px);
}
.sp_body .sp_body-side > *:not(:last-child) {
  margin-bottom: clamp(30px, 4vw, 40px);
}
.sp_body .sp_body-side .twitter {
  margin-left: 14px;
  margin-right: 14px;
}
@media screen and (min-width: 721px) {
  .sp_body {
    padding: clamp(30px, 6vw, 60px) 14px 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(30px, 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(30px, 4vw, 40px);
  }
  .sp_body .sp_body-side .twitter {
    margin-left: 0;
    margin-right: 0;
  }
}

/* HEADER
======================================== */
@-webkit-keyframes fadeSlide {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeSlide {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.sp_content > .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.sp_content > .bg img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: fadeSlide 12s ease-out infinite;
          animation: fadeSlide 12s ease-out infinite;
}
.sp_content > .bg img:nth-child(2) {
  opacity: 0;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.sp_content > .bg img:nth-child(3) {
  opacity: 0;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.sp_header {
  overflow: hidden;
  position: relative;
}
.sp_header .pr {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  border: solid 1px #fff;
  color: #fff;
  z-index: 1;
  line-height: 1.4;
  padding: 0 0.4em;
  font-size: clamp(10px, 1.4vw, 14px);
}

.sp-kv {
  position: relative;
}
.sp-kv img {
  display: block;
  height: auto;
}
.sp-kv .sp-bg {
  position: relative;
  transition: 0.4s all ease-in;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sp-kv .sp-bg img {
  width: 100%;
  min-height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask: linear-gradient(white 80%, rgba(255, 255, 255, 0.2) 90%, rgba(255, 255, 255, 0) 100%);
          mask: linear-gradient(white 80%, rgba(255, 255, 255, 0.2) 90%, rgba(255, 255, 255, 0) 100%);
}
.--ready .sp-kv .sp-bg {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
@media screen and (min-width: 721px) {
  .sp-kv .sp-bg {
    height: auto;
  }
}
.sp-kv .kv-logo {
  position: absolute;
  top: 48%;
  left: 50%;
  width: max(54.5%, 290px);
  max-width: 1078px;
  height: auto;
  transition: 0.6s all ease-in 0.2s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.--ready .sp-kv .kv-logo {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.sp_lead {
  position: relative;
  margin-top: -23%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp_lead .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sp_lead .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.sp_lead svg {
  position: relative;
  width: 100%;
  max-width: 1100px;
}
.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;
  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;
}
.sp_lead g {
  counter-reset: leadsvg 0;
}
.sp_lead path {
  counter-increment: leadsvg;
  --digit-1: 0;
  --digit-2: 0;
  --delay: calc((var(--digit-1) + var(--digit-2)) * 0.06s + .5s);
  -webkit-transform: translate(0, -40px);
          transform: translate(0, -40px);
  opacity: 0;
  transition: 0.6s linear var(--delay);
  -webkit-filter: drop-shadow(0px 1px 8px #1F1D1B);
          filter: drop-shadow(0px 1px 8px #1F1D1B);
}
.sp_lead path:nth-child(10n+0) {
  --digit-1: 0;
}
.sp_lead path:nth-child(10n+1) {
  --digit-1: 1;
}
.sp_lead path:nth-child(10n+2) {
  --digit-1: 2;
}
.sp_lead path:nth-child(10n+3) {
  --digit-1: 3;
}
.sp_lead path:nth-child(10n+4) {
  --digit-1: 4;
}
.sp_lead path:nth-child(10n+5) {
  --digit-1: 5;
}
.sp_lead path:nth-child(10n+6) {
  --digit-1: 6;
}
.sp_lead path:nth-child(10n+7) {
  --digit-1: 7;
}
.sp_lead path:nth-child(10n+8) {
  --digit-1: 8;
}
.sp_lead path:nth-child(10n+9) {
  --digit-1: 9;
}
.sp_lead path:nth-child(10n+8) {
  --digit-1: 8;
}
.sp_lead path:nth-child(-n+10) {
  --digit-2: 0;
}
.sp_lead path:nth-child(n+10):nth-child(-n+20) {
  --digit-2: 10;
}
.sp_lead path:nth-child(n+20):nth-child(-n+30) {
  --digit-2: 20;
}
.sp_lead path:nth-child(n+30):nth-child(-n+40) {
  --digit-2: 30;
}
.sp_lead path:nth-child(n+40):nth-child(-n+50) {
  --digit-2: 40;
}
.sp_lead path:nth-child(n+50):nth-child(-n+60) {
  --digit-2: 50;
}
.sp_lead path:nth-child(n+60):nth-child(-n+70) {
  --digit-2: 60;
}
.sp_lead path:nth-child(n+70):nth-child(-n+80) {
  --digit-2: 70;
}
.sp_lead path:nth-child(n+80):nth-child(-n+90) {
  --digit-2: 80;
}
.sp_lead path:nth-child(n+90):nth-child(-n+100) {
  --digit-2: 90;
}
.sp_lead path:nth-child(n+100):nth-child(-n+110) {
  --digit-2: 100;
}
.--ready .sp_lead path {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (min-width: 720px) {
  .sp_lead {
    margin-top: -13%;
  }
}
@media screen and (min-width: 721px) {
  .sp_lead svg {
    width: 80%;
  }
}

.sp_catch {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
}
.sp_catch::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  background: url(../images/catch-bg.png) no-repeat center/100% auto;
  aspect-ratio: 1885/203;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s linear 3s;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.sp_catch img {
  position: relative;
  display: block;
  width: 80%;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto clamp(10px, 2vw, 20px);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  transition: all 0.5s linear 2.6s;
}
.sp_catch[style*=visible]::before {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.sp_catch[style*=visible] img {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
@media screen and (min-width: 721px) {
  .sp_catch::before {
    transition: all 0.5s linear 0.5s;
  }
  .sp_catch img {
    transition: all 0.5s linear 0.1s;
  }
}

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

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