@charset "UTF-8";
/*
// 統合予定
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body.-is-android * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-moz-selection {
  background: #0d221e;
  color: #fff;
}

::selection {
  background: #0d221e;
  color: #fff;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.wrapper {
  position: relative;
  width: 100%;
}

#header .logo01 {
  width: 136px;
  height: 22.35px;
}

#header a {
  color: #000;
}

#header .logo01 a {
  display: block;
}

#header .menu01 a .hamburger01 span {
  background: #000;
}

#header .menu01 a:hover .circle01 {
  border-color: #000;
}

#header .menu01 a .circle01::before {
  border: 1px solid rgba(0, 0, 0, 0);
}

#header .menu01 a .circle01:hover::before {
  border: 1px solid black;
}

#header .logo01 a {
      display: inline-block;
    width: 48px;
    height: 48px;
    background-size: cover;
    -webkit-background-size: cover;
    background-image:url(../img/logo-red.png);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#header.-is-scroll .nav01 ul li a .no01 {
  display: none;
}

#header.-is-scroll .headerlogoEle {
  -webkit-animation: logoScrollAnimeOut ease-out 1.2s 1 forwards;
  animation: logoScrollAnimeOut ease-out 1.2s 1 forwards;
}

#header.-is-scroll .headerlogoEle_H {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

#header.-is-scroll .headerlogoEle_O {
  -webkit-animation-delay: 0.07s;
          animation-delay: 0.07s;
}

#header.-is-scroll .headerlogoEle_L {
  -webkit-animation-delay: 0.09s;
          animation-delay: 0.09s;
}

#header.-is-scroll .headerlogoEle_D {
  -webkit-animation-delay: 0.11s;
          animation-delay: 0.11s;
}

#header.-is-scroll .headerlogoEle_E {
  -webkit-animation-delay: 0.13s;
          animation-delay: 0.13s;
}

#header.-is-scroll .headerlogoEle_R {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

@-webkit-keyframes logoScrollAnimeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  5%,
  100% {
    opacity: 0;
  }
  15% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}

@keyframes logoScrollAnimeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  5%,
  100% {
    opacity: 0;
  }
  15% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}

#header.-is-scroll .nav01 ul li {
  overflow: hidden;
}

#header.-is-scroll .nav01 ul li a {
  left: -120%;
}

#header.-is-scroll-back .headerlogoEle {
  -webkit-animation: logoScrollAnimeIn ease-out 2s 1 forwards;
  animation: logoScrollAnimeIn ease-out 2s 1 forwards;
}

@-webkit-keyframes logoScrollAnimeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  5%,
  100% {
    opacity: 1;
  }
  15% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes logoScrollAnimeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  5%,
  100% {
    opacity: 1;
  }
  15% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#header.-is-scroll-back .nav01 ul li a {
  left: 0;
}

.sectionTitlemod01 {
  padding-bottom: 0;
  width: auto;
  left: 4vw;
  line-height: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.sectionTitlemod01::after {
  left: auto;
  margin-left: 0px;
  width: 30px;
  right: -39px;
  bottom: 1px;
  height: 1px;
}

.sectionTitlemod01 em {
  -webkit-transform: none;
          transform: none;
}

@media screen and (max-width: 1024px) {
  .sectionTitlemod01 {
    left: 4.42vw;
  }
}

@media screen and (max-width: 767px) {
  .sectionTitlemod01 {
    left: 5vw;
  }
}

/*
// 統合予定終了
*/
.-is-menu-open #header .logo01 a svg {
  fill: #fff;
}

.-is-menu-open #header a {
  color: #fff;
}

.-is-menu-open #header .menu01 a .hamburger01 span {
  background: #fff;
}

.-is-menu-open #header .menu01 a:hover .circle01 {
  border-color: #fff;
}

.-is-menu-open #header .menu01 a .circle01:hover::before {
  border: 1px solid #fff;
}

.theme-light #header .logo01 a {
  display:inline-block;
  width:48px;
  height:48px;
  background-size:cover;
  -webkit-background-size:cover;
  background-image:url(../img/logo-white.png)
}

.theme-light #header a {
  color: #fff;
}

.theme-light .reserve01 a {
  color: #fff;
}

.theme-light #header .menu01 a .hamburger01 span {
  background: #fff;
}

.theme-light #header .menu01 a:hover .circle01 {
  border-color: #fff;
}

.theme-light #header .menu01 a .circle01:hover::before {
  border: 1px solid #fff;
}

.theme-light #header .nav01 ul li.current a::after {
  background: #fff;
}

.theme-dark #header .logo01 a svg {
  fill: #000;
}

.theme-dark #header a {
  color: #000;
}

.theme-dark .reserve01 a {
  color: #fff;
}

.theme-dark #header .menu01 a .hamburger01 span {
  background: #000;
}

.theme-dark #header .menu01 a:hover .circle01 {
  border-color: #000;
}

#header .nav01 ul li a .no01 {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .-is-menu-open #header .menu01 a .circle01:hover::before,
  #header .menu01 a:hover .circle01,
  #header .menu01 a .circle01::before,
  #header .menu01 a .circle01:hover::before {
    border: none;
  }
}

@media screen and (max-width: 767px) {
  #header .logo01 a svg {
    width: 126.68px;
    height: 20.82px;
  }
  #header .menu01 a .circle01::before,
  .theme-light #header .menu01 a .circle01:hover::before {
    border: none;
  }
}

/*
// 追加部分
*/
.textAnime {
  overflow: hidden;
  display: block;
}

.textAnimeInner {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(105%) translateZ(0);
  transform: translateY(105%) translateZ(0);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, -webkit-transform 0s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}

.-is-top-anime-start .textAnimeInner {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.-is-top-anime-start .textAnime:first-child .textAnimeInner {
  transition: -webkit-transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.31s;
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.31s;
  transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.31s;
  transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.31s, -webkit-transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.31s;
}

.-is-top-anime-start .textAnime:nth-child(2) .textAnimeInner {
  transition: -webkit-transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.41s;
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.41s;
  transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.41s;
  transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.41s, -webkit-transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.41s;
}

.-is-top-anime-start .textAnime:nth-child(3) .textAnimeInner {
  transition: -webkit-transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.51s;
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.51s;
  transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.51s;
  transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.51s, -webkit-transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.51s;
}

.-is-top-anime-start .textAnime:nth-child(4) .textAnimeInner {
  transition: -webkit-transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.71s;
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.71s;
  transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.71s;
  transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.71s, -webkit-transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.71s;
}

.parallax__wrap--mask {
  overflow: hidden;
}

.c-fixed_wrapper {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.c-fixed,
.c-fixed_target {
  position: absolute;
  top: -100vh;
  right: 0;
  left: 0;
}

body.-is-ie .c-fixed,
body.-is-ie .c-fixed_target {
  top: 0;
}

.c-fixed_target {
  bottom: -100vh;
}

.c-fixed {
  height: 100%;
  background-size: cover;
  background-position: 50%;
  opacity: 0.75;
  mix-blend-mode: multiply;
}

.js-magnet-item__ele {
  display: inline-block;
}

.loading-wrap {
  pointer-events: none;
}

.loading-mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #111;
  z-index: 10001;
}

.-is-loaded .loading-mask {
  display: none;
}

.loading-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  z-index: 11000;
  clip: rect(100vh, 100vw, 100vh, 0vw);
}

.loading-logo {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10100;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.loading-mark svg {
  width: 1.5vw;
  height: 1.2vw;
  margin-bottom: 0.5vh;
  fill: #fff;
  -webkit-transform-origin: 50% 120%;
          transform-origin: 50% 120%;
}

.loading-mark.-is-anime svg {
  -webkit-animation: logo-bound2 1.6s ease-in-out .3s infinite;
          animation: logo-bound2 1.6s ease-in-out .3s infinite;
}

.loading-text svg {
  width: 8vw;
  height: 3vw;
  margin-bottom: 2vh;
  fill: #fff;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.loading-text h1{
    color:#fff;
    font-size:18px;
}

.-is-loading .loading-text svg {
  -webkit-animation: logo-type-up 0.4s ease-in-out 0.4s 1;
          animation: logo-type-up 0.4s ease-in-out 0.4s 1;
}

@media screen and (max-width: 960px) {
  .loading-mark svg {
    width: 6vw;
    height: 2.8vw;
    margin-bottom: 0.5vh;
  }
  .loading-text svg {
    width: 32vw;
    height: 12vw;
    margin-bottom: 2vh;
  }
}

@-webkit-keyframes logo-bound2 {
  0% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  50% {
    -webkit-transform: scaleX(1.05) scaleY(0.9);
            transform: scaleX(1.05) scaleY(0.9);
  }
  70% {
    -webkit-transform: scaleX(0.9) scaleY(1.6);
            transform: scaleX(0.9) scaleY(1.6);
  }
  100% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
}

@keyframes logo-bound2 {
  0% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  50% {
    -webkit-transform: scaleX(1.05) scaleY(0.9);
            transform: scaleX(1.05) scaleY(0.9);
  }
  70% {
    -webkit-transform: scaleX(0.9) scaleY(1.6);
            transform: scaleX(0.9) scaleY(1.6);
  }
  100% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
}

@-webkit-keyframes logo-type-up {
  0% {
    -webkit-transform: translateY(20%) scaleY(0.8);
            transform: translateY(20%) scaleY(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
    opacity: 1;
  }
}

@keyframes logo-type-up {
  0% {
    -webkit-transform: translateY(20%) scaleY(0.8);
            transform: translateY(20%) scaleY(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
    opacity: 1;
  }
}

/* cursor stoker */
.magic-cursor {
  display: none;
}

.-is-pc .magic-cursor {
  display: block;
}

.magic-cursor {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 10000;
  pointer-events: none;
}

.magic-cursor.-is-hover {
  mix-blend-mode: exclusion;
}

.magic-cursor__ball {
  position: fixed;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.magic-cursor__ball div {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(189, 189, 189, 0.5);
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.-is-hover:not(.-is-horizontalscroll) .magic-cursor__ball div {
  width: 52px;
  height: 52px;
  mix-blend-mode: exclusion;
  border-color: #fff;
  -webkit-transform: translate(-25%, -25%);
  transform: translate(-25%, -25%);
}

.-is-horizontalscroll .magic-cursor__ball {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 61px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.-is-horizontalscroll .magic-cursor__ball div {
  width: 44px;
  height: 44px;
  border-color: #fff;
}

.-is-horizontalscroll .magic-cursor__ball::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 1px rgba(255, 255, 255, 0.7);
  border-right: solid 1px rgba(255, 255, 255, 0.7);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.-is-horizontalscroll .magic-cursor__ball::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 1px rgba(255, 255, 255, 0.7);
  border-right: solid 1px rgba(255, 255, 255, 0.7);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.-is-horizontalscroll.-is-drag .magic-cursor__ball div {
  width: 34px;
  height: 34px;
}

.formMod01 > .formModInputWrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

div.formError {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  cursor: auto !important;
}

.formError .formErrorContent {
  background: none;
  color: #ee0101;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  font-size: 12px;
}

.formError + input {
  background-color: #feebea;
  border: 1px solid #d86262;
}

#bookingform {
  position: relative;
}

.formMsg p:first-child {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .formMsg {
    font-size: 12px;
    line-height: 1.84;
  }
  .formMsg p:first-child {
    font-size: 16px;
  }
}

.loco-fixed_wrapper {
  position: relative;
  overflow: hidden;
}

.loco-fixed_wrapper {
  height: 100vh;
}

.loco-fixed,
.loco-fixed_target {
  position: absolute;
  top: -100vh;
  right: 0;
  left: 0;
}

.loco-fixed {
  height: 100%;
  background-size: cover;
  background-position: 50%;
  opacity: 0.75;
}

.loco-fixed_target {
  bottom: -100vh;
}

#importantNotices {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 80%;
  max-width: 900px;
  margin: 100px auto 0 auto;
  padding: 50px 60px;
  border: 2px solid #2C2C2C;
}

#importantNotices h2 {
  font-size: 18px;
  letter-spacing: .05em;
  font-weight: 700;
  color: #313131;
  margin-bottom: 60px;
  text-align: center;
}

#importantNotices p {
  color: #222;
}

#importantNotices p + p {
  margin-top: 30px;
}

#importantNotices .notice {
  color: #e51211;
  padding-left: 1.2em;
  position: relative;
}

#importantNotices .notice span {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 0.2em;
}

@media screen and (max-width: 1024px) {
  #importantNotices {
    width: 85%;
    max-width: 90%;
    padding: 40px 5.6%;
    margin-top: 10%;
  }
  #importantNotices h2 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  #importantNotices {
    margin-top: 15%;
    padding: 26px 5.6%;
  }
}

/*************************
* slider
******/
.sliderClip > .vessel {
  position: relative;
  z-index: 1;
}

.sliderClip .imageBlock {
  position: relative;
  margin-left: 10%;
  width: 70%;
  z-index: 10;
}

.sliderClip .imageBlock .noWrap {
  position: absolute;
  bottom: -5.76vw;
  left: -4.538vw;
  height: 11.9vw;
  z-index: 100;
}

.sliderClip .imageBlock .noWrap .no {
  display: none;
}

.sliderClip .imageBlock .noWrap img {
  position: relative;
  width: auto;
  height: 100%;
}

.sliderClip .imageBlock .noWrap .no.-is-active {
  display: block;
}

.sliderClip .imageBlock .noWrap .no.-is-active img {
  -webkit-animation: showUpfadeIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards;
          animation: showUpfadeIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards;
}

.sliderClip .imageContentWrap {
  position: relative;
  padding: 33.5% 35%;
  overflow: hidden;
}

.sliderClip .imageContent {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
  z-index: 2;
  padding: 32% 50%;
  display: none;
}

.sliderClip .imageContent .imageContentInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  clip: rect(0, 0, 0, 0);
}

.sliderClip .imageContent .imageContentInner > img {
  width: 100%;
  height: auto;
}

.sliderClip .imageContent.-is-active, .sliderClip .imageContent.-is-pre {
  display: block;
}

.sliderClip .imageContent.-is-active {
  z-index: 3;
}

.sliderClip .imageContent.-is-active .imageContentInner {
  -webkit-animation: slider-clip-in 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards;
          animation: slider-clip-in 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards;
}

.sliderClip .imageContent.-is-pre .imageContentInner {
  -webkit-animation: slider-clip-out 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards;
          animation: slider-clip-out 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards;
}

@-webkit-keyframes slider-clip-in {
  0% {
    left: 20%;
    clip: rect(0, 100vw, 100vh, 100vw);
  }
  to {
    left: 0;
    clip: rect(0, 100vw, 100vh, 0);
  }
}

@keyframes slider-clip-in {
  0% {
    left: 20%;
    clip: rect(0, 100vw, 100vh, 100vw);
  }
  to {
    left: 0;
    clip: rect(0, 100vw, 100vh, 0);
  }
}

@-webkit-keyframes slider-clip-out {
  0% {
    left: 0;
    clip: rect(0, 100vw, 100vh, 0);
  }
  10% {
    left: 0;
  }
  to {
    left: -20%;
    clip: rect(0, 100vw, 100vh, 0);
  }
}

@keyframes slider-clip-out {
  0% {
    left: 0;
    clip: rect(0, 100vw, 100vh, 0);
  }
  10% {
    left: 0;
  }
  to {
    left: -20%;
    clip: rect(0, 100vw, 100vh, 0);
  }
}

.sliderClip .textBlock {
  position: relative;
  margin: -158px 0 0 30%;
  padding: 9.7vw 9.8vw 9.2vw 9.8vw;
  width: 60%;
  min-height: 510px;
  max-height: 510px;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 100;
}

.sliderClip .textBlock .count01 {
  color: #898989;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sliderClip .textBlock .count01 .count01_currentNo {
  position: relative;
  overflow: hidden;
}

.sliderClip .textBlock .count01 .count01_currentNo span {
  position: relative;
}

.sliderClip .textBlock .count01 .count01_currentNo .-is-active {
  -webkit-animation: showUpfadeIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards;
          animation: showUpfadeIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards;
}

.sliderClip .textBlock .count01 > span:not(.count01_mark) {
  padding: 0 0.3em;
}

.sliderClip .textBlock .count01 > span:first-child {
  padding-left: 0;
}

.sliderClip__changeContent > * {
  display: none;
}

.sliderClip__changeContent > *.-is-active {
  display: block;
}

.sliderClip .textContent {
  display: none;
  color: #222;
}

.sliderClip .textContent.-is-active {
  display: block;
}

.sliderClip .textContent.-is-active .head01 {
  -webkit-animation: showUpfadeIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards;
          animation: showUpfadeIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards;
}

.sliderClip .textContent.-is-active .textBlock01 {
  -webkit-animation: showUpfadeIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards;
          animation: showUpfadeIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards;
}

.sliderClip .textContent .head01 {
  margin-top: 7px;
  margin-bottom: 24px;
  color: #222;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
}

.sliderClip .textContent .textBlock01 {
  position: relative;
}

@-webkit-keyframes showUpfadeIn {
  0% {
    opacity: 0;
    top: 60px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}

@keyframes showUpfadeIn {
  0% {
    opacity: 0;
    top: 60px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}

@-webkit-keyframes showUpfadeOut {
  0% {
    opacity: 1;
    top: 0;
  }
  to {
    opacity: 0;
    top: -60px;
  }
}

@keyframes showUpfadeOut {
  0% {
    opacity: 1;
    top: 0;
  }
  to {
    opacity: 0;
    top: -60px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sliderClip .imageContent {
    width: 100%;
  }
  .sliderClip .imageBlock .noWrap {
    bottom: -0.76vw;
    width: 19.3%;
    left: -4.238vw;
  }
  .sliderClip .textBlock {
    width: 80%;
    margin: -60px 0 0 20%;
    max-height: 390px;
    min-height: 390px;
  }
  .sliderClip .textContent {
    width: 100%;
  }
  .sliderClip .textContent .head01 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .sliderClip .imageContent {
    margin-left: 20vw;
    width: 80vw;
  }
  .sliderClip .imageBlock {
    width: 80%;
    margin-left: 20%;
  }
  .sliderClip .imageBlock .imageContent {
    margin: 0;
    width: 100%;
  }
  .sliderClip .imageBlock .noWrap {
    display: none;
  }
  .sliderClip .textBlock .count01 {
    font-size: 10px;
  }
  .sliderClip .textContent .head01 {
    margin-top: 17px;
    font-size: 16px;
  }
  .sliderClip .textBlock {
    width: 80%;
    margin: -40px auto 0 auto;
    max-height: 460px;
    min-height: 460px;
  }
}

/* pagerModCircle */
.pagerModCircle {
  position: absolute;
  top: 50px;
  right: 41px;
}

.pagerModCircle .pagerModCircle__Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.pagerModCircle .pagerModCircle__pager {
  position: relative;
  cursor: pointer;
}

.pagerModCircle .pagerModCircle__pager,
.pagerModCircle .pagerModCircle__pager:after {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.pagerModCircle .pagerModCircle__pager.-is-active:after {
  content: "";
  position: absolute;
  border: 1px solid #ebebeb;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.pagerModCircle .pagerModCircle__pager + .pagerModCircle__pager {
  margin-left: 21px;
}

.pagerModCircle .pagerModCircle__pager .pagerModCircle__pointer {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.pagerModCircle .pagerModCircle__pager .pagerModCircle__pointer {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -4px 0 0 -4px;
  border: 2px solid #1c1c1c;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.pagerModCircle .pagerModCircle__pager.-is-active .pagerModCircle__pointer {
  content: "";
  margin: -3px 0 0 -3px;
  width: 6px;
  height: 6px;
  background: #1c1c1c;
}

.pagerModCircle .pagerModCircle__pager .pagerModCircle__pointer span {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

.pagerModCircle .pagerModCircle__pager circle {
  fill: transparent;
  stroke: #1c1c1c;
  stroke-width: 1;
  opacity: 1;
  stroke-dashoffset: 0;
  -webkit-animation: circle2 0.6s linear 1 forwards;
          animation: circle2 0.6s linear 1 forwards;
}

.pagerModCircle .pagerModCircle__pager.-is-active circle {
  opacity: 1;
  -webkit-animation: circle 11s linear 0s 1 forwards;
          animation: circle 11s linear 0s 1 forwards;
  stroke-dashoffset: 0;
}

@-webkit-keyframes circle {
  0% {
    stroke-dasharray: 0 113;
  }
  to {
    stroke-dasharray: 113 113;
  }
}

@keyframes circle {
  0% {
    stroke-dasharray: 0 113;
  }
  to {
    stroke-dasharray: 113 113;
  }
}

@-webkit-keyframes circle2 {
  0% {
    stroke-dasharray: 113 113;
  }
  99.9%,
  to {
    stroke-dasharray: 113 113;
    stroke-dashoffset: -113;
    opacity: 0;
  }
}

@keyframes circle2 {
  0% {
    stroke-dasharray: 113 113;
  }
  99.9%,
  to {
    stroke-dasharray: 113 113;
    stroke-dashoffset: -113;
    opacity: 0;
  }
}

@-webkit-keyframes circle3 {
  0% {
    stroke-dasharray: 113 113;
    stroke-dashoffset: 113;
    opacity: 0;
  }
  99.9%,
  to {
    stroke-dasharray: 113 113;
    opacity: 0.7;
  }
}

@keyframes circle3 {
  0% {
    stroke-dasharray: 113 113;
    stroke-dashoffset: 113;
    opacity: 0;
  }
  99.9%,
  to {
    stroke-dasharray: 113 113;
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .pagerModCircle {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 32px;
    width: 100%;
  }
  .pagerModCircle .pagerModCircle__Wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
