/* SETTING
================================================================================ */
body {
  background: #2E37C3;
}

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 {
  overflow: hidden;
  position: relative;
  color: #60413A;
  font-size: clamp(14px, 1.6vw, 16px);
  font-family: "Noto Sans JP", serif;
  padding: 0;
  margin: 0;
  background: no-repeat top center;
  background-attachment: fixed;
  background-image: linear-gradient(#2E37C3 0%, #3D91F9 100%);
  z-index: 0;
}
.sp_content::before, .sp_content::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/bg-star.png) repeat center;
  background-attachment: fixed;
  z-index: -1;
}
.sp_content:before {
  -webkit-animation: 2s 1s ease infinite both alternate twincle;
          animation: 2s 1s ease infinite both alternate twincle;
  background-size: 800px auto;
  opacity: 0.8;
  mix-blend-mode: overlay;
}
.sp_content:after {
  -webkit-animation: 2s ease infinite both alternate twincle;
          animation: 2s ease infinite both alternate twincle;
  background-size: 400px auto;
  mix-blend-mode: overlay;
}
.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(110%);
          filter: brightness(110%);
}
.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;
  z-index: 0;
}

/*!
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,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 p.title {
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 0.5em;
  color: #2e87e0;
}
.contentsWrapper p.description {
  color: #60413A;
  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: #8c7d6d;
  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.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: #8c7d6d;
  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: #60413A;
}
@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 img {
  width: 100%;
}
.sp_news--card li .image {
  margin: 0;
}
.sp_news--card li .title {
  margin: 0;
  color: #60413A;
}
.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 #8c7d6d;
  padding-top: 0.5em;
}
.sp_news--row {
  font-size: 1em;
}
.sp_news--row .description {
  padding-bottom: 0.5em;
}
.sp_news--row li:not(:last-child) {
  margin-bottom: 0.5em;
}
.sp_news--row li .contentsWrapper {
  position: relative;
  display: flex;
  gap: clamp(1.4em, 3vw, 30px) clamp(10px, 3vw, 30px);
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 1em;
  box-shadow: 0 2px 5px rgba(121, 91, 67, 0.4);
}
.sp_news--row li .contentsWrapper .image {
  flex: 0 0 30%;
}
.sp_news--row li .contentsWrapper .title {
  position: relative;
  background: linear-gradient(120deg, #476b7f 0%, #648349 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.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;
}

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

.sp_sec.--pickup {
  padding: clamp(60px, 10vw, 100px) clamp(1em, 4vw, 40px);
  background: url(../images/i-cloud.png) no-repeat right 10px top/45vw auto;
  position: relative;
}
.sp_sec.--pickup > * {
  position: relative;
}
.sp_sec.--pickup .sp_news {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr;
  gap: clamp(1.4em, 3vw, 30px) clamp(10px, 3vw, 30px);
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.sp_sec.--pickup .sp_news--card li {
  border-radius: 1em;
  overflow: hidden;
  box-shadow: 0 3px 5px rgba(50, 48, 95, 0.6);
}
.sp_sec.--pickup .sp_news--card li .textWrapper {
  padding: 1em 1em 0.5em;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 80%);
  text-shadow: none;
}
.sp_sec.--pickup .sp_news--card li .textWrapper .title {
  background: linear-gradient(100deg, #45376b 0%, #466e89 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 750px) {
  .sp_sec.--pickup {
    background-size: min(30vw, 500px) auto;
  }
  .sp_sec.--pickup .sp_news {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* HEADER
======================================== */
.sp_header {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(1em, 4vw, 40px);
}
.sp_header img {
  display: block;
  height: auto;
}
.sp_header h1 {
  z-index: 1;
}
.sp_spec {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  padding: 0.5em 1em 1em;
  background: linear-gradient(30deg, #7f68bb 0%, #df9baf 100%);
  line-height: 1.2;
  text-shadow: 0 0 3px #8f37bd;
  box-shadow: 0 3px 5px rgba(56, 66, 133, 0.4);
  color: #fff;
}
.sp_spec dl {
  flex: 1 1 40%;
  font-size: clamp(12px, 1.4vw, 14px);
}
.sp_spec dt {
  font-weight: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 0.2em;
}
.sp_spec dd {
  padding-top: 0.2em;
}
@media screen and (min-width: 750px) {
  .sp_spec {
    border-radius: 100em;
    position: absolute;
    right: 1em;
    bottom: 1em;
    padding: 0.5em 2em;
  }
  .sp_spec dl {
    min-width: 5em;
    flex: 1 1 auto;
  }
}

/* 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
======================================== */
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: -1em 0 1em;
  padding: 0.5em;
  font-family: "Noto Sans JP", serif;
  font-weight: 800;
  font-optical-sizing: auto;
  color: #fbffd6;
}
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 #fbffd6;
  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: 2em 0 0;
}
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: #2e87e0;
  font-weight: 700;
  font-family: "Noto Sans JP", serif;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

/* ARTICLE
======================================== */
.sp_sec figure {
  margin: 1em 0 0;
}

.sp_sec.--about {
  position: relative;
  margin-bottom: clamp(40px, 6vw, 60px);
  z-index: 1;
  color: #fff;
}
.sp_sec.--about h2 {
  position: relative;
  font-size: clamp(28px, 3.6vw, 36px);
  text-align: center;
  margin: 0 -1em;
}
.sp_sec.--about .sp_container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(30px, 5vw, 50px) clamp(14px, 4vw, 40px);
  padding: 0 1em;
}
@media screen and (min-width: 480px) {
  .sp_sec.--about::before {
    bottom: -120px;
  }
  .sp_sec.--about h2 {
    grid-column: 1/span 2;
  }
  .sp_sec.--about .sp_container {
    grid-template-columns: 1fr 1.25fr;
  }
}

.outline-area {
  position: relative;
}
.outline-area::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -30%;
  width: 200%;
  height: 100%;
  background-image: url(../images/bg-pat-over.png), linear-gradient(#e6ffc7 0, rgba(250, 200, 255, 0.8) 100%);
  -webkit-mask: url(../images/outline-mask.svg) repeat-x center/auto 100%;
          mask: url(../images/outline-mask.svg) repeat-x center/auto 100%;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  opacity: 0.9;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .outline-area::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/outline-bg-img.png) no-repeat bottom center;
    background-size: min(120%, 1920px) auto;
    z-index: -1;
  }
}
@media screen and (min-width: 1920px) {
  .outline-area::after {
    background-size: auto;
  }
}

.sp_container.--grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: clamp(1.4em, 3vw, 30px) clamp(10px, 3vw, 30px);
  padding: 0 1em;
}
.sp_container.--grid .sp_sec {
  position: relative;
  color: #60413A;
}
.sp_container.--grid .sp_sec .sec-content {
  margin-top: -1.5em;
  padding: clamp(1.4em, 3vw, 30px) clamp(10px, 3vw, 30px);
  border-radius: 1em;
  background: linear-gradient(#F5EEDE 0, #FBEB91 100%);
  border: solid 4px #fff;
  box-shadow: 0 3px 10px rgba(154, 159, 231, 0.4);
}
.sp_container.--grid .sp_sec h2 {
  font-size: 1em;
  text-align: center;
  text-shadow: 0 0 10px #F1E0E5;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 750px) {
  .sp_sec.--story {
    flex: 1 1 45%;
  }
}

.sp_sec.--padi::before {
  content: "";
  display: block;
  background: url(../images/i-padi-l.png) no-repeat bottom left/contain;
  width: 52.281px;
  height: 52.281px;
  position: absolute;
  left: 5px;
  top: 47px;
  z-index: 1;
}
.sp_sec.--padi::after {
  content: "";
  display: block;
  background: url(../images/i-padi-r.png) no-repeat top right/contain;
  width: 45.288px;
  height: 44.955px;
  position: absolute;
  right: -10px;
  top: -30px;
  z-index: 0;
}
@media screen and (min-width: 750px) {
  .sp_sec.--padi {
    flex: 1 1 45%;
  }
  .sp_sec.--padi::before {
    top: 34px;
    left: -20px;
    width: 78.5px;
    height: 78.5px;
  }
  .sp_sec.--padi::after {
    right: 0;
    top: -50px;
    width: 68px;
    height: 67.5px;
  }
}
@media screen and (min-width: 1200px) {
  .sp_sec.--padi::before {
    top: 34px;
    left: 15px;
  }
  .sp_sec.--padi::after {
    right: 10px;
    top: -50px;
  }
}

.sp_sec.--fashion::before {
  content: "";
  display: block;
  background: url(../images/i-fashion-r.png) no-repeat top right/contain;
  width: 63.75px;
  height: 63.75px;
  position: absolute;
  right: -10px;
  top: -40px;
  z-index: 1;
}
.sp_sec.--fashion h2::before {
  content: "";
  display: block;
  background: url(../images/i-fashion-l.png) no-repeat bottom left/contain;
  width: 67.266px;
  height: 67.266px;
  position: absolute;
  left: -20px;
  bottom: -10px;
  z-index: 1;
}
@media screen and (min-width: 750px) {
  .sp_sec.--fashion {
    flex: 1 1 25%;
    -webkit-transform: translate(0, max(-3vw, -50px));
            transform: translate(0, max(-3vw, -50px));
  }
  .sp_sec.--fashion::before {
    top: -50px;
    right: -70px;
    width: 84.915px;
    height: 84.915px;
  }
  .sp_sec.--fashion h2::before {
    bottom: -30px;
  }
}
@media screen and (min-width: 1200px) {
  .sp_sec.--fashion h2::before {
    left: -23px;
    bottom: -40px;
    width: 77px;
    height: 77px;
  }
  .sp_sec.--fashion::before {
    top: -70px;
    right: -80px;
    width: 100.5px;
    height: 100.5px;
  }
  .sp_sec.--fashion::after {
    top: -40px;
    left: -30px;
    width: 100.5px;
    height: 100.5px;
  }
}

.sp_sec.--minigame h2 {
  position: relative;
}
.sp_sec.--minigame h2::before {
  content: "";
  display: block;
  background: url(../images/i-minigame-l.png) no-repeat bottom left/contain;
  width: min(80px, 30%);
  height: 69px;
  position: absolute;
  left: -10px;
  bottom: 0;
}
.sp_sec.--minigame h2::after {
  content: "";
  display: block;
  background: url(../images/i-minigame-r.png) no-repeat bottom right/contain;
  position: absolute;
  right: -10px;
  bottom: 0;
  width: min(80px, 30%);
  height: 90px;
}
.sp_sec.--minigame h2 img {
  position: relative;
}
@media screen and (min-width: 750px) {
  .sp_sec.--minigame {
    flex: 1 1 25%;
    -webkit-transform: translate(0, 2em);
            transform: translate(0, 2em);
  }
  .sp_sec.--minigame h2::before {
    left: -25px;
    bottom: -10px;
    width: 78.921px;
    height: 68.265px;
  }
  .sp_sec.--minigame h2::after {
    right: -25px;
    bottom: -13px;
    width: 85.581px;
    height: 74.259px;
  }
}
@media screen and (min-width: 1200px) {
  .sp_sec.--minigame {
    padding-top: 0;
  }
  .sp_sec.--minigame h2::before {
    left: -30px;
    bottom: 0;
    width: 94.8px;
    height: 82px;
  }
  .sp_sec.--minigame h2::after {
    right: -20px;
    bottom: -10px;
  }
}

@media screen and (min-width: 750px) {
  .sp_sec.--connect {
    flex: 1 1 25%;
  }
  .sp_sec.--connect::before {
    content: "";
    display: block;
    background: url(../images/i-connect-top.png) no-repeat top left/contain;
    margin: -2em 0 0;
    width: 100%;
    height: 8em;
    z-index: 1;
  }
  .sp_sec.--connect::after {
    content: "";
    display: block;
    background: url(../images/i-connect-bottom.png) no-repeat top right/contain;
    margin: -35px 10px 0 -30px;
    width: 103.2px;
    height: 103.2px;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) {
  .sp_sec.--connect::before {
    content: "";
    display: block;
    background: url(../images/i-connect-top.png) no-repeat top left/contain;
    margin: -60px auto 0 0;
    width: 318px;
    height: 139.5px;
    z-index: 1;
  }
}

/* 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", 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;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.link-block a {
  display: block;
  box-shadow: 0 2px 10px rgba(121, 91, 67, 0.6);
  border-radius: 1em;
  border: 5px solid #fff;
  overflow: hidden;
}
.link-block img {
  display: block;
  width: 100%;
}
@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: "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;
  background: url(../images/ground-pat.png) repeat center, url(../images/ground.png) repeat-x top center, linear-gradient(#e2b88b 0%, #ba8666 100%);
}
.sp_body::before {
  content: "";
  width: 100%;
  height: clamp(60px, 10vw, 100px);
  position: absolute;
  top: calc(clamp(60px, 10vw, 100px) * -1 + 10px);
  left: 0;
  background: url(../images/i-me.png) no-repeat left bottom;
  background-size: contain;
}
.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: 1em;
  margin-right: 1em;
}
.sp_body .sp_body-side {
  margin-top: clamp(60px, 10vw, 100px);
}
.sp_body .sp_body-side > *:not(:last-child) {
  margin-bottom: clamp(40px, 6vw, 60px);
}
.sp_body .sp_body-side .twitter {
  margin-left: 1em;
  margin-right: 1em;
}
@media screen and (min-width: 750px) {
  .sp_body {
    padding: clamp(40px, 6vw, 60px) 1em 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;
    padding-top: 81px;
    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: #563e2e;
  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;
  }
}