@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@600&display=swap");
/* GENERAL
* ----------------------------------------------- */
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 101;
  padding: 45px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
  text-align: center;
}
.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
@media (max-width: 896px) {
  .blocker {
    padding: 11.5384615385vw 0;
  }
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 980px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 98%;
  text-align: left;
}
@media (min-width: 897px) {
  .modal.modal-move-short {
    max-width: 420px;
  }
}
@media screen and (min-width: 897px) and (max-height: 850px) {
  .modal.modal-move-short {
    max-width: 320px;
  }
}
@media (max-width: 896px) {
  .modal.modal-move-short {
    width: 75%;
  }
}
.modal a.close-modal {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -40px;
  text-indent: -9999px;
  background: url(../img/modal_img_close.webp) no-repeat center center;
  background-size: contain;
  -webkit-transition: ease 0.2s opacity;
  transition: ease 0.2s opacity;
  outline: none !important;
}
@media (min-width: 897px) {
  .modal a.close-modal:hover {
    opacity: 0.8;
  }
}
@media (max-width: 896px) {
  .modal a.close-modal {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    right: 1.5384615385vw;
    margin-top: -10.2564102564vw;
  }
}
.modal__content > div.shorts-wrap {
  width: 100%;
  aspect-ratio: 9/16;
  position: relative;
}
.modal__content > div.iframe-wrap {
  width: 100%;
  height: 0;
  padding: 0 0 56.25%;
  position: relative;
}
.modal__content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: top;
  clip-path: inset(1px 1px);
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}
.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
#content {
  position: relative;
  padding: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#content img {
  vertical-align: top;
  width: auto;
}

#footer {
  position: relative;
}

#footer .contain,
#footer .wrap-link-footer {
  display: none;
}

@media (max-width: 896px) {
  .btn-top-sp {
    right: 0;
    bottom: 14.1025641026vw;
    width: 19.4871794872vw;
    height: 19.4871794872vw;
    background: url(../img/icon_back_top.png) no-repeat center center;
    background-size: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 101;
  }
  .btn-top-sp.is-show {
    opacity: 1;
    pointer-events: auto;
  }
  .btn-top-sp.is-active {
    position: absolute;
    bottom: 33.3333333333vw;
  }
  .btn-top-sp img {
    opacity: 0;
  }
}

/* style for move special page
* ----------------------------------------------- */
body.is-hidden {
  overflow: hidden;
}
body.is-hidden .section01 {
  opacity: 0;
}

#special_move {
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-all;
  font-weight: 400;
  color: #191919;
  position: relative;
}
@media (max-width: 896px) {
  #special_move {
    display: grid;
  }
}
#special_move * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#special_move .sp {
  display: none !important;
}
@media (max-width: 896px) {
  #special_move .sp {
    display: block !important;
  }
}
@media (min-width: 897px) {
  #special_move .pc {
    display: block !important;
  }
}
@media (max-width: 896px) {
  #special_move .pc {
    display: none !important;
  }
}
#special_move a {
  opacity: 1;
  -webkit-transition: ease 0.2s opacity;
  transition: ease 0.2s opacity;
}
@media (min-width: 897px) and (hover: hover) {
  #special_move a:hover {
    opacity: 0.85;
    -webkit-transition: ease 0.2s opacity;
    transition: ease 0.2s opacity;
    text-decoration: none;
  }
}
#special_move ul, #special_move li {
  list-style: none;
}
#special_move img {
  width: auto;
  max-width: 100%;
}
@media (max-width: 896px) {
  #special_move img {
    width: 100%;
  }
}
#special_move h2, #special_move h3 {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
}
#special_move .fnt-noto-serif {
  font-family: "Noto Serif JP", serif;
}
#special_move .deco-keyframe img {
  display: block;
}
#special_move .deco-keyframe img:nth-child(1) {
  -webkit-animation: decoAnim1 1.6s ease-in-out infinite;
          animation: decoAnim1 1.6s ease-in-out infinite;
}
#special_move .deco-keyframe img + img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-animation: decoAnim2 1.6s ease-in-out infinite;
          animation: decoAnim2 1.6s ease-in-out infinite;
}
#special_move .deco-keyframe2 img {
  display: block;
}
#special_move .deco-keyframe2 img:nth-child(1) {
  -webkit-animation: decoAnim2 1.6s ease-in-out infinite;
          animation: decoAnim2 1.6s ease-in-out infinite;
}
#special_move .deco-keyframe2 img + img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-animation: decoAnim1 1.6s ease-in-out infinite;
          animation: decoAnim1 1.6s ease-in-out infinite;
}
@-webkit-keyframes decoAnim1 {
  0%, 49.999% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
@keyframes decoAnim1 {
  0%, 49.999% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes decoAnim2 {
  0%, 49.999% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
@keyframes decoAnim2 {
  0%, 49.999% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes revealText {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@keyframes revealText {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes wheelRotate {
  0% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes wheelRotate {
  0% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes fadeReveal {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes fadeReveal {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
#special_move .js-aos {
  opacity: 0;
  -webkit-transition: all 0.5s 0.2s ease;
  transition: all 0.5s 0.2s ease;
  will-change: transform, opacity;
}
#special_move .js-aos.is-animated {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
#special_move .js-aos.is-animated.fade-reveal-left {
  clip-path: inset(0 0 0 0);
}
#special_move .fade-reveal-left {
  clip-path: inset(0 100% 0 0);
}
#special_move .fade-in {
  opacity: 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#special_move .fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
#special_move .fade-in-left {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
#special_move .zoom-in {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
@media (min-width: 897px) {
  #special_move .special_move_navi {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
  }
}
@media (max-width: 896px) {
  #special_move .special_move_navi {
    position: sticky;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    grid-area: 2/1;
  }
}
#special_move .special_move_navi ul {
  background-color: #006392;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#special_move .special_move_navi ul li {
  height: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.15em;
  font-weight: 600;
  white-space: nowrap;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  #special_move .special_move_navi ul li {
    letter-spacing: 0;
  }
  #special_move .special_move_navi ul li:nth-child(2) {
    -webkit-box-flex: 1.3;
        -ms-flex: 1.3;
            flex: 1.3;
  }
}
@media (min-width: 897px) and (max-width: 1100px) {
  #special_move .special_move_navi ul li {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 896px) {
  #special_move .special_move_navi ul li {
    height: 14.1025641026vw;
    font-size: 2.5641025641vw;
    letter-spacing: 0;
  }
  #special_move .special_move_navi ul li:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #special_move .special_move_navi ul li.fnt-noto-serif {
    font-size: 3.5897435897vw;
  }
}
#special_move .special_move_navi ul li:nth-child(2n+1) {
  background-color: #1A2D4D;
}
#special_move .special_move_navi ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  -webkit-transition: ease 0.2s opacity;
  transition: ease 0.2s opacity;
}
@media (min-width: 897px) and (hover: hover) {
  #special_move .special_move_navi ul li a:hover {
    opacity: 0.85;
  }
}
#special_move .special_move_navi ul li a span img {
  display: inline-block;
  width: 12px;
  height: auto;
  vertical-align: bottom;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
@media (min-width: 897px) and (max-width: 1100px) {
  #special_move .special_move_navi ul li a span img {
    width: 10px;
    position: relative;
    margin-left: 4px;
    top: -2px;
  }
}
@media (max-width: 896px) {
  #special_move .special_move_navi ul li a span {
    padding-right: 2.5641025641vw;
    display: inline-block;
    text-align: left;
    position: relative;
  }
  #special_move .special_move_navi ul li a span img {
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.7948717949vw;
  }
}
#special_move .special_move_navi ul li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
#special_move .special_move_content {
  overflow: hidden;
  grid-area: 1/1;
}
#special_move .keyvisual {
  position: relative;
  background-color: #69bce9;
}
#special_move .keyvisual img {
  width: 100%;
}
#special_move .keyvisual__top {
  background: url(../img/kv_bg.jpg) no-repeat center bottom;
  background-size: cover;
  height: min(583px, 40.4861111111vw);
  position: relative;
}
@media (max-width: 896px) {
  #special_move .keyvisual__top {
    background-image: url(../img/kv_bg_sp.jpg);
    height: 139.2307692308vw;
  }
}
#special_move .keyvisual__top .kv__title {
  position: absolute;
  z-index: 3;
  clip-path: inset(0 100% 0 0);
}
#special_move .keyvisual__top .kv__title.is-active {
  -webkit-animation: revealText 0.9s cubic-bezier(0.5, 0.4, 0.4, 0.1) forwards;
          animation: revealText 0.9s cubic-bezier(0.5, 0.4, 0.4, 0.1) forwards;
}
@media (max-width: 896px) {
  #special_move .keyvisual__top .kv__title.is-active {
    -webkit-animation: revealText 0.3s cubic-bezier(0.5, 0.5, 0.4, 0.1) forwards;
            animation: revealText 0.3s cubic-bezier(0.5, 0.5, 0.4, 0.1) forwards;
  }
}
@media (min-width: 897px) {
  #special_move .keyvisual__top .kv__title {
    top: min(18px, 1.25vw);
    left: 50%;
    margin-left: max(-673px, -46.7361111111vw);
    padding-left: min(164px, 11.3888888889vw);
    width: min(1180px, 81.9444444444vw);
  }
  #special_move .keyvisual__top .kv__title:before {
    content: "";
    position: absolute;
    left: 0;
    top: min(15px, 1.0416666667vw);
    width: min(164px, 11.3888888889vw);
    height: min(108px, 7.5vw);
    background: url(../img/key_deco.png) no-repeat center center;
    background-size: 100%;
  }
}
@media (max-width: 896px) {
  #special_move .keyvisual__top .kv__title {
    width: 58.9743589744vw;
    top: 47.6923076923vw;
    left: 22.0512820513vw;
  }
}
#special_move .keyvisual__top .kv__car {
  position: absolute;
}
@media (min-width: 897px) {
  #special_move .keyvisual__top .kv__car {
    width: min(684px, 47.5vw);
    bottom: min(58px, 4.0277777778vw);
    left: 50%;
    margin-left: max(-355px, -24.6527777778vw);
    -webkit-transition: all 1.6s cubic-bezier(0.85, 0, 0.35, 1);
    transition: all 1.6s cubic-bezier(0.85, 0, 0.35, 1);
  }
  #special_move .keyvisual__top .kv__car.is-active {
    margin-left: max(-682px, -47.3611111111vw);
  }
}
@media (max-width: 896px) {
  #special_move .keyvisual__top .kv__car {
    width: 70.2564102564vw;
    left: 14.358974359vw;
    bottom: 20.2564102564vw;
    opacity: 0;
    -webkit-transition: all 1.2s linear;
    transition: all 1.2s linear;
  }
  #special_move .keyvisual__top .kv__car.is-active {
    opacity: 1;
  }
  #special_move .keyvisual__top .kv__car.is-active .kv__deco .off {
    opacity: 0;
  }
  #special_move .keyvisual__top .kv__car.is-active .kv__deco .on {
    opacity: 1;
  }
  #special_move .keyvisual__top .kv__car .kv__deco {
    position: absolute;
    top: 0;
    left: -14.358974359vw;
    width: 100vw;
    height: 35.8974358974vw;
  }
  #special_move .keyvisual__top .kv__car .kv__deco img {
    -webkit-transition: opacity 0s 1.5s ease-out;
    transition: opacity 0s 1.5s ease-out;
  }
  #special_move .keyvisual__top .kv__car .kv__deco .off {
    opacity: 1;
  }
  #special_move .keyvisual__top .kv__car .kv__deco .on {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#special_move .keyvisual__top .kv__car.is-active .key_wheel {
  -webkit-animation: wheelRotate 1.6s cubic-bezier(0.85, 0, 0.35, 1) forwards;
          animation: wheelRotate 1.6s cubic-bezier(0.85, 0, 0.35, 1) forwards;
}
#special_move .keyvisual__top .kv__car .kv__car_01 {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  position: relative;
  z-index: 2;
}
#special_move .keyvisual__top .kv__car .kv__car_01.is-show {
  opacity: 1;
}
#special_move .keyvisual__top .kv__car .kv__car_02 {
  -webkit-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
}
#special_move .keyvisual__top .kv__car .kv__car_02.is-show {
  opacity: 1;
}
#special_move .keyvisual__top .kv__car .kv__car_02.is-hide {
  opacity: 0;
}
#special_move .keyvisual__top .kv__car .key_wheel {
  position: absolute;
  bottom: 0;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (max-width: 896px) {
  #special_move .keyvisual__top .kv__car .key_wheel {
    display: none;
  }
}
#special_move .keyvisual__top .kv__car .key_wheel.key_wheel1 {
  left: min(56px, 3.8888888889vw);
  bottom: min(14px, 0.9722222222vw);
  width: min(82px, 5.6944444444vw);
}
#special_move .keyvisual__top .kv__car .key_wheel.key_wheel2 {
  right: min(46px, 3.1944444444vw);
  bottom: min(17px, 1.1805555556vw);
  width: min(81px, 5.625vw);
}
#special_move .keyvisual__top .kv__car .kv__door {
  position: absolute;
  top: 0;
  width: 100%;
  right: min(133px, 9.2361111111vw);
  -webkit-transform: rotate(1.1deg);
          transform: rotate(1.1deg);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#special_move .keyvisual__top .kv__car .kv__door.is-active {
  right: 0;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 896px) {
  #special_move .keyvisual__top .kv__car .kv__door {
    right: 13.4102564103vw;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
}
#special_move .keyvisual__top .kv__img {
  -webkit-transition: all 1.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 1.8s cubic-bezier(0.16, 1, 0.3, 1);
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 897px) {
  #special_move .keyvisual__top .kv__img {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    height: 100%;
    width: auto;
  }
  #special_move .keyvisual__top .kv__img img {
    height: 100%;
    width: auto;
  }
}
@media (max-width: 896px) {
  #special_move .keyvisual__top .kv__img {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    width: 100%;
    height: auto;
  }
}
#special_move .keyvisual__top .kv__img.is-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#special_move .keyvisual__top .kv__car-deco {
  position: absolute;
  bottom: max(-90px, -6.25vw);
  right: 0;
  width: min(274px, 19.0277777778vw);
  z-index: 2;
}
@media (max-width: 896px) {
  #special_move .keyvisual__top .kv__car-deco {
    width: 26.9230769231vw;
    bottom: 2.5641025641vw;
    right: 2.5641025641vw;
  }
}
#special_move .keyvisual__bottom {
  background-color: #fff;
  padding: min(24px, 1.6666666667vw) min(20px, 1.3888888889vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 896px) {
  #special_move .keyvisual__bottom {
    padding: 3.5897435897vw 2.5641025641vw;
  }
}
#special_move .keyvisual__bottom .kv__text {
  width: min(390px, 27.0833333333vw);
  max-width: 390px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: min(20px, 1.3888888889vw);
  line-height: 1;
}
@media (max-width: 896px) {
  #special_move .keyvisual__bottom .kv__text {
    width: 100%;
    max-width: inherit;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
#special_move .keyvisual__bottom .kv__logo {
  width: min(410px, 28.4722222222vw);
  max-width: 410px;
  margin: 0 auto;
  line-height: 1;
}
@media (max-width: 896px) {
  #special_move .keyvisual__bottom .kv__logo {
    width: 43.5897435897vw;
    margin-bottom: 6.4102564103vw;
    position: absolute;
    bottom: 100%;
    left: 26.1538461538vw;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
    opacity: 0;
  }
  #special_move .keyvisual__bottom .kv__logo.is-active {
    opacity: 1;
  }
}
#special_move .section01 {
  background-color: #E8F8FF;
}
@media (max-width: 896px) {
  #special_move .section01 {
    overflow: hidden;
  }
}
#special_move .section01 .wrap {
  position: relative;
  padding: 187px 40px 80px;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 896px) {
  #special_move .section01 .wrap {
    padding: 0;
  }
}
#special_move .section01 .deco {
  position: absolute;
  top: 119px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 75.5555555556%;
  margin: 0 auto;
}
@media (max-width: 896px) {
  #special_move .section01 .deco {
    display: none;
  }
}
#special_move .section01 .decosp {
  display: none;
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 897px) {
  #special_move .section01 .decosp {
    display: none;
  }
}
@media (max-width: 896px) {
  #special_move .section01 .decosp {
    display: block;
    opacity: 0;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
}
#special_move .section01 .decosp-01 {
  top: 142.5641025641vw;
  right: -12.3076923077vw;
  width: 37.4358974359vw;
}
#special_move .section01 .decosp-02 {
  bottom: 88.4615384615vw;
  left: -15.3846153846vw;
  width: 47.6923076923vw;
}
#special_move .section01 .decosp-05 {
  top: 127.9487179487vw;
  right: -23.8461538462vw;
  width: 60.5128205128vw;
}
#special_move .section01 .decosp-06 {
  top: 121.0256410256vw;
  left: -19.7435897436vw;
  width: 56.9230769231vw;
}
#special_move .section01 .decosp-07 {
  bottom: 26.6666666667vw;
  right: -12.3076923077vw;
  width: 37.4358974359vw;
}
@media (max-width: 896px) {
  #special_move .section01 .decosp-02, #special_move .section01 .decosp-06 {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  #special_move .section01 .decosp-02.is-animated, #special_move .section01 .decosp-06.is-animated {
    -webkit-animation: bounceInLeft 0.6s ease forwards;
            animation: bounceInLeft 0.6s ease forwards;
  }
}
@media (max-width: 896px) {
  #special_move .section01 .decosp:not(.decosp-02):not(.decosp-06) {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  #special_move .section01 .decosp:not(.decosp-02):not(.decosp-06).is-animated {
    -webkit-animation: bounceInRight 0.6s ease forwards;
            animation: bounceInRight 0.6s ease forwards;
  }
}
#special_move .section01 .title {
  width: 43.2352941176%;
  margin: 0 auto 80px;
  position: relative;
  z-index: 1;
}
#special_move .section01 .row {
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 896px) {
  #special_move .section01 .row {
    display: block;
    border-radius: 0;
  }
}
#special_move .section01 .row .col {
  position: relative;
  width: 33.3333333333%;
  padding: 60px 30px 56px;
  color: #fff;
}
@media (max-width: 896px) {
  #special_move .section01 .row .col {
    width: 100%;
    padding: 6.4102564103vw 10.2564102564vw 10.2564102564vw;
  }
}
#special_move .section01 .row .col .ttl {
  width: 69.7201017812%;
  margin: 0 auto !important;
}
@media (max-width: 896px) {
  #special_move .section01 .row .col .ttl {
    width: 80.2564102564vw;
    position: relative;
    left: -0.5128205128vw;
  }
}
#special_move .section01 .row .col .photo {
  width: 100%;
  max-width: 276px;
  margin: 78px auto 0;
  position: relative;
}
@media (max-width: 896px) {
  #special_move .section01 .row .col .photo {
    margin-top: 15.641025641vw;
    max-width: 70.5128205128vw;
  }
}
#special_move .section01 .row .col .photo_caption {
  background: url(../img/sec1_deco1.png) no-repeat center center;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  padding: 14px 0 3px;
  -webkit-transition: ease 0.2s all;
  transition: ease 0.2s all;
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
}
#special_move .section01 .row .col .photo_caption img {
  height: 21px;
  width: auto;
}
@media (min-width: 897px) and (max-width: 1100px) {
  #special_move .section01 .row .col .photo_caption {
    background-size: 100% auto;
  }
}
@media (max-width: 896px) {
  #special_move .section01 .row .col .photo_caption {
    background-image: url(../img/sec1_deco1_sp.png);
    background-size: 100% auto;
    width: 67.1794871795vw;
    height: 21.5384615385vw;
    font-size: 3.5897435897vw;
    margin-bottom: 3.0769230769vw;
    padding: 3.8461538462vw 0 0.7692307692vw;
    top: -12.5641025641vw;
    left: 1.7948717949vw;
  }
  #special_move .section01 .row .col .photo_caption img {
    height: 5.3846153846vw;
    width: auto;
  }
}
#special_move .section01 .row .col .photo_img {
  border-radius: 16px;
  overflow: hidden;
  background-color: #008CD6;
  border: 10px solid #008CD6;
  vertical-align: top;
  position: relative;
  opacity: 1;
  z-index: 1;
  display: block;
  cursor: pointer;
}
@media (max-width: 896px) {
  #special_move .section01 .row .col .photo_img {
    background-color: #008CD6;
    border: 2.5641025641vw solid #008CD6;
    border-radius: 4.1025641026vw;
  }
}
#special_move .section01 .row .col .photo_img .icon__play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 896px) {
  #special_move .section01 .row .col .photo_img .icon__play {
    width: 12.3076923077vw;
  }
}
#special_move .section01 .row .col .photo_img > img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#special_move .section01 .row .col .photo_img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (min-width: 897px) and (hover: hover) {
  #special_move .section01 .row .col .photo_img:hover:after {
    opacity: 1;
  }
  #special_move .section01 .row .col .photo_img:hover > img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
#special_move .section01 .row .col .photo_txt {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 896px) {
  #special_move .section01 .row .col .photo_txt {
    margin-top: 0;
    font-size: 4.1025641026vw;
  }
}
@media (min-width: 897px) and (hover: hover) {
  #special_move .section01 .row .col .photo:hover .photo_caption {
    top: -49px;
  }
}
#special_move .section01 .row .col .card {
  margin-top: 48px;
}
@media (max-width: 896px) {
  #special_move .section01 .row .col .card {
    margin-top: 5.641025641vw;
  }
  #special_move .section01 .row .col .card + .card {
    margin-top: 7.6923076923vw;
  }
}
#special_move .section01 .row .col .card_img img {
  vertical-align: top;
}
#special_move .section01 .row .col .card_txt {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.2px;
  font-weight: 400;
}
@media (min-width: 897px) and (max-width: 1100px) {
  #special_move .section01 .row .col .card_txt {
    font-size: 14px;
  }
}
@media (max-width: 896px) {
  #special_move .section01 .row .col .card_txt {
    margin-top: 2.5641025641vw;
    max-width: 70vw;
    font-size: 3.5897435897vw;
    line-height: 1.8;
    letter-spacing: 0;
  }
  #special_move .section01 .row .col .card_txt.card_txt_sp251 {
    max-width: 64.358974359vw;
  }
}
#special_move .section01 .row .col-01 {
  background-color: #75BCDE;
}
#special_move .section01 .row .col-02 {
  background-color: #1A2D4D;
}
@media (min-width: 897px) {
  #special_move .section01 .row .col-02 .ttl {
    width: 71.7557251908%;
  }
}
#special_move .section01 .row .col-03 {
  background-color: #006392;
}
@media (min-width: 897px) {
  #special_move .section01 .row .col-03 .ttl {
    width: 73.2824427481%;
  }
}
#special_move .section01 .bnr {
  width: 43.8235294118%;
  margin: 28px auto 0;
}
@media (max-width: 896px) {
  #special_move .section01 .bnr {
    margin-top: 8.2051282051vw;
    width: 100%;
  }
}
#special_move .section01 .bnr a {
  display: block;
  overflow: hidden;
  position: relative;
  opacity: 1;
}
@media (min-width: 897px) {
  #special_move .section01 .bnr a {
    padding-top: 64px;
  }
  #special_move .section01 .bnr a .bnr_deco {
    position: absolute;
    bottom: max(-30px, -2.0833333333vw);
    right: 0;
    width: 31.5436241611%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
@media (min-width: 897px) and (hover: hover) {
  #special_move .section01 .bnr a:hover .bnr_deco {
    bottom: 0;
  }
}
#special_move .section02 {
  padding: 98px 40px 0;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 896px) {
  #special_move .section02 {
    padding: 19.4871794872vw 0 0;
  }
}
#special_move .section02 .title {
  position: relative;
}
@media (min-width: 897px) {
  #special_move .section02 .title {
    width: 86.7647058824%;
    margin-bottom: 32px;
  }
}
@media (max-width: 896px) {
  #special_move .section02 .title {
    margin-bottom: 5.1282051282vw;
  }
}
#special_move .section02 .title .title__deco {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
}
@media (min-width: 897px) {
  #special_move .section02 .title .title__deco {
    width: 20.7627118644%;
    left: min(43px, 2.9861111111vw);
  }
}
@media (max-width: 896px) {
  #special_move .section02 .title .title__deco {
    width: 25.3846153846vw;
    height: auto;
    left: 2.3076923077vw;
    top: 2.8205128205vw;
  }
}
#special_move .section03 {
  padding: 80px 0 0;
  max-width: 1048px;
  margin: 0 auto;
}
@media (max-width: 896px) {
  #special_move .section03 {
    padding: 10.2564102564vw 0 0;
  }
}
#special_move .section03 .title {
  position: relative;
}
@media (min-width: 897px) {
  #special_move .section03 .title {
    width: 86.2595419847%;
    margin-bottom: 40px;
  }
}
@media (max-width: 896px) {
  #special_move .section03 .title {
    margin-bottom: 5.1282051282vw;
  }
}
#special_move .section03 .title .title__deco {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0;
}
@media (min-width: 897px) {
  #special_move .section03 .title .title__deco {
    width: 25%;
  }
}
@media (max-width: 896px) {
  #special_move .section03 .title .title__deco {
    width: 23.3333333333vw;
    height: auto;
    right: 14.358974359vw;
  }
}
#special_move .section03 .photo {
  max-width: 1047px;
  margin: 0 auto;
}
#special_move .section03 .photo a {
  background-color: #000;
  display: block;
  cursor: pointer;
  overflow: hidden;
  opacity: 1;
}
#special_move .section03 .photo a > img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 897px) and (hover: hover) {
  #special_move .section03 .photo a:hover > img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
    opacity: 0.5;
  }
}
#special_move .section03 .photo .icon__play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 896px) {
  #special_move .section03 .photo .icon__play {
    width: 12.3076923077vw;
  }
}
#special_move .section04 {
  padding: 80px 0 100px;
  max-width: 1048px;
  margin: 0 auto;
}
@media (max-width: 896px) {
  #special_move .section04 {
    padding: 10.2564102564vw 0 15.3846153846vw;
  }
}
#special_move .section04 .title {
  position: relative;
}
@media (min-width: 897px) {
  #special_move .section04 .title {
    width: 87.0229007634%;
    margin-bottom: 40px;
  }
}
@media (max-width: 896px) {
  #special_move .section04 .title {
    margin-bottom: 5.1282051282vw;
  }
}
#special_move .section04 .title .title__deco {
  position: absolute;
  top: 0;
  line-height: 0;
}
@media (min-width: 897px) {
  #special_move .section04 .title .title__deco {
    width: 24.7807017544%;
    left: min(70px, 4.8611111111vw);
  }
}
@media (max-width: 896px) {
  #special_move .section04 .title .title__deco {
    width: 23.0769230769vw;
    height: auto;
    left: 3.5897435897vw;
  }
}
#special_move .section04 .photo {
  max-width: 1047px;
  margin: 0 auto;
}
#special_move .section04 .photo a {
  background-color: #000;
  display: block;
  opacity: 1;
  overflow: hidden;
}
#special_move .section04 .photo a .photo__img {
  -webkit-transition: ease 0.5s all;
  transition: ease 0.5s all;
}
@media (min-width: 897px) and (hover: hover) {
  #special_move .section04 .photo a:hover .photo__img {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0.7;
  }
}
#special_move .section04 .photo .photo__more {
  width: 139px;
  position: absolute;
  bottom: 11px;
  right: 19px;
}