@-webkit-keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

@keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  letter-spacing: .04em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: rgba(0,0,0,0);
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  background: #fff;
}

blockquote,
q {
  quotes: "" "";
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0;
}

section {
  position: relative;
}

a {
  color: #333;
  text-decoration: none;
  transition: -webkit-filter .3s;
  transition: filter .3s;
  transition: filter .3s, -webkit-filter .3s;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

ul {
  list-style: none;
  padding-left: 0px;
}

input[type=text] {
  border-radius: 0;
  -webkit-appearance: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #000;
  color: #fff;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
  outline: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: none;
  padding: 15px 5px;
  border: 1px solid #ccc;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

input:-internal-autofill-selected {
  background-color: #fff;
}

body,
button,
input,
select,
textarea {
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

p {
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb>.splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: rgba(0,0,0,0);
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: block;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: rgba(0,0,0,0);
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: block;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb>.splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: .9;
}

.splide__arrow:disabled {
  opacity: .3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav>.splide__list>.splide__slide {
  border: 3px solid rgba(0,0,0,0);
  cursor: pointer;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0;
}

.c-anchor {
  position: absolute;
  top: -50px;
  width: 10px;
  height: 10px;
}

.c-anchor--fadeup {
  position: absolute;
  top: -150px;
  width: 10px;
  height: 10px;
}

.c-btn--off {
  display: block;
}

.c-btn--on {
  display: none;
}

.c-btn:hover {
  opacity: 1 !important;
}

.c-btn:hover .c-btn--off {
  display: none;
}

.c-btn:hover .c-btn--on {
  display: block;
}

.fade_in {
  opacity: 0;
  transition: opacity 1s;
}

.fade_in-active {
  opacity: 1;
}

.c-fade-in {
  opacity: 0;
  transition: opacity 1s;
}

.c-fade-in--active {
  opacity: 1;
}

.c-fade-load {
  opacity: 0;
  transition: opacity 2s;
}

.c-fade-load--active {
  opacity: 1;
}

.c-fade-load-after {
  opacity: 0;
  transition: opacity 2s;
}

.isload .c-fade-load-after--active {
  opacity: 1;
}

.c-fade-up-load {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  transition: 1s;
}

.c-fade-up-load--active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.c-fade-up {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  transition: 1s;
}

.c-fade-up--active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.c-modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10000;
}

.c-modal--inner {
  width: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-modal--contents {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.c-modal--overwrap {
  width: 100%;
  height: 100vh;
}

.c-modal--close-btn {
  position: absolute;
  width: 32px;
  height: 32px;
  top: -41px;
  right: 0px;
  border-radius: 100px;
  background-color: #9b0585;
  cursor: pointer;
}

.c-modal--close-btn span {
  width: 17px;
  height: 2.5px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 15px;
  left: 8px;
}

.c-modal--close-btn span:nth-of-type(1) {
  rotate: 45deg;
}

.c-modal--close-btn span:nth-of-type(2) {
  rotate: -45deg;
}

.c-modal--close {
  display: none;
}

.c-slide--item {
  text-align: center;
  overflow: visible;
  padding-top: 80px;
}

.c-slide__img {
  position: relative;
  z-index: 5;
  width: 100%;
  margin: auto;
  padding: 0px 30px;
}

.c-slide__img--main {
  height: calc(100vh - 310px);
  width: 100%;
  max-width: none;
  object-fit: contain;
}

.c-slide__img--swipe {
  position: absolute;
  bottom: -10px;
  left: 50%;
  opacity: 0;
  height: 35%;
  transition: opacity .5s;
  margin-left: -20px;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-name: swipe_anime;
  animation-name: swipe_anime;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-transform: translateX(-50%) rotate(0deg);
  transform: translateX(-50%) rotate(0deg);
  max-height: 120px;
  pointer-events: none;
}

@-webkit-keyframes swipe_anime {
  0% {
    -webkit-transform: translateX(-50%) rotate(-10deg);
    transform: translateX(-50%) rotate(-10deg);
  }

  50% {
    -webkit-transform: translateX(-50%) rotate(40deg);
    transform: translateX(-50%) rotate(40deg);
  }

  100% {
    -webkit-transform: translateX(-50%) rotate(-10deg);
    transform: translateX(-50%) rotate(-10deg);
  }
}

@keyframes swipe_anime {
  0% {
    -webkit-transform: translateX(-50%) rotate(-10deg);
    transform: translateX(-50%) rotate(-10deg);
  }

  50% {
    -webkit-transform: translateX(-50%) rotate(40deg);
    transform: translateX(-50%) rotate(40deg);
  }

  100% {
    -webkit-transform: translateX(-50%) rotate(-10deg);
    transform: translateX(-50%) rotate(-10deg);
  }
}

.c-slide__img--duck {
  position: absolute;
  bottom: -26px;
  right: calc(100% - 45px);
  opacity: 0;
  transition: opacity .5s;
  pointer-events: none;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.c-slide__txt {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: -0.4px;
  position: relative;
  z-index: 10;
  opacity: 0;
  transition: opacity .5s;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-top: 20px;
}

.c-slide__txt--sub {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  color: #878787;
  display: inline-block;
}

.c-slide--title {
  margin-bottom: 17px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: opacity .5s;
}

.c-slide--title img {
  margin: auto;
}

.c-slide__pagination {
  position: static;
  margin-top: 15px;
}

.c-slide__pagination li {
  margin: 0px 3px;
}

.c-slide__pagination .splide__pagination__page {
  width: 18px;
  height: 18px;
  background-color: #fff;
  opacity: 1;
  border: solid 1px #e87400 !important;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.c-slide__pagination .is-active {
  background-color: #e87400;
}

.c-slide__fukidashi {
  position: absolute;
  top: -12px;
  right: -40px;
  width: 251px;
  height: 183px;
  z-index: 100;
  pointer-events: none;
}

.c-slide__fukidashi--img {
  opacity: 0;
  transition: opacity .5s;
  position: absolute;
  top: 0px;
  right: 0px;
}

.c-slide_01 .c-slide__fukidashi--01 {
  opacity: 1;
}

.c-slide_02 .c-slide__fukidashi--02 {
  opacity: 1;
}

.c-slide_03 .c-slide__fukidashi--03 {
  opacity: 1;
}

.c-slide_04 .c-slide__fukidashi--04 {
  opacity: 1;
}

.c-slide_05 .c-slide__fukidashi--05 {
  opacity: 1;
}

.c-slide_06 .c-slide__fukidashi--06 {
  opacity: 1;
}

.c-slide_07 .c-slide__fukidashi--07 {
  opacity: 1;
}

.c-slide_08 .c-slide__fukidashi--08 {
  opacity: 1;
}

.c-slide_09 .c-slide__fukidashi--09 {
  opacity: 1;
}

.c-slide_10 .c-slide__fukidashi--10 {
  opacity: 1;
}

.is-visible .c-slide__txt,
.is-visible .c-slide__img--swipe,
.is-visible .c-slide__img--duck,
.is-visible .c-slide--title {
  opacity: 1;
}

_::-webkit-full-page-media,
_:future,
:root .is-active>.c-slide__txt {
  opacity: 1;
}

_::-webkit-full-page-media,
_:future,
:root .is-active>.c-slide__img>* {
  opacity: 1;
}

.c-topbtn {
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 10000;
  width: 160px;
  height: 160px;
}

.c-topbtn__01 {
  opacity: 0;
  transition: opacity .5s;
  position: absolute;
}

.c-topbtn__02 {
  opacity: 0;
  position: fixed;
  bottom: -40px;
  left: calc(50% + 330px);
  width: 300px;
  height: 285px;
  pointer-events: none;
}

.c-topbtn__02--text {
  position: absolute;
  left: 100px;
  top: -60px;
}

.c-topbtn__02--top {
  position: absolute;
  right: 0px;
  bottom: 170px;
}

.c-topbtn__02--duck {
  position: fixed;
  right: calc(50% - 480px);
  bottom: 30px;
  opacity: 0;
  transition: opacity .5s;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-name: duck_top_anime;
  animation-name: duck_top_anime;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  display: block;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.c-topbtn__02--duck-yellow {
  z-index: 1000;
  mix-blend-mode: multiply;
}

.c-topbtn__02--duck-white {
  z-index: 30;
}

@-webkit-keyframes duck_top_anime {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}

@keyframes duck_top_anime {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}

.is-scroll .c-topbtn__01 {
  opacity: 1;
}

.is-footer .c-topbtn__02 {
  opacity: 1;
  pointer-events: all;
}

.is-footer .c-topbtn__02--duck {
  opacity: 1;
}

.is-footer .c-topbtn__01 {
  opacity: 0;
}

.c-txt {
  font-size: 1rem;
  line-height: 1.35rem;
  letter-spacing: 0em;
  font-weight: bold;
}

.c-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.c-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.c-wave--bottom {
  border-radius: 10px 10px 0px 0px;
}

.c-wave--bottom:after {
  content: "";
  width: 100%;
  height: 12px;
  background-repeat: repeat-x;
  background-size: 111px 12px;
  background-position: center;
  background-image: url("../images/wave_bottom@2x.webp");
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
}

.c-wave--top {
  border-radius: 10px 10px 0px 0px;
}

.c-wave--top:after {
  content: "";
  width: 100%;
  height: 12px;
  background-repeat: repeat-x;
  background-size: 111px 12px;
  background-position: center;
  background-image: url("../images/wave_top@2x.webp");
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
}

.l-footer {
  background-color: #fff;
  padding: 90px 30px;
  margin-top: 140px;
  position: relative;
}

.l-footer:before {
  content: "";
  width: 100%;
  height: 122px;
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center;
  background-image: url("../images/footer_wave@2x.webp");
  position: absolute;
  top: -120px;
  left: 0px;
}

.l-footer--link {
  max-width: 1180px;
  padding: 0px 30px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-footer--link li a {
  display: block;
  position: relative;
}

.l-footer--link li a::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(33,82,120,.4);
  display: block;
  border-radius: 10px;
  opacity: 0;
  transition: opacity .5s;
}

.l-footer--link li a:hover:after {
  opacity: 1;
}

.g-nav-sp {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100000;
  background-position: center;
  background-size: 630px 441px;
  background-image: url("../images/tile_bg@2x.webp");
  padding: 20vw 9vw;
  width: 100%;
  height: 100vh;
  transition: opacity .5s;
  opacity: 0;
  pointer-events: none;
  overflow: scroll;
}

.g-nav-sp .c-download {
  border: solid 1px #f1f1f1;
}

.g-nav-sp .c-download h3 {
  font-size: .9rem;
}

.g-nav-sp .c-download .c-download--contents {
  max-width: 59vw;
  margin: auto;
  margin-top: 2.5vw;
  gap: 3vw;
}

.g-nav-sp .c-download .c-download--contents .c-download--col {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.g-nav-sp .c-download .c-download--rc-txt span {
  font-size: .44rem;
}

.g-nav-sp-bottom-fix {
  position: fixed;
  bottom: 15px;
  left: 0px;
  width: 100%;
  height: 43px;
  z-index: 10000;
  display: block;
}

.g-nav-sp-bottom-fix ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  padding: 0px 5px;
  margin: 0;
}

.g-nav-sp-bottom-fix ul li {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}

.g-nav-sp-bottom-fix ul li a {
  display: block;
  position: relative;
}

.g-nav-sp-bottom-fix--on {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
}

.g-nav-sp-bottom-fix--off {
  opacity: 1;
}

.g-nav__lg {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.g-nav__lg li {
  width: calc(50% - 8px);
}

.g-nav__lg li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.g-nav__lg li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.g-nav__lg--newuser {
  display: none;
}

.g-nav__s {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3vw;
  margin-top: 8vw;
}

.g-nav__s li {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.g-nav__download {
  background-color: #fef7dc;
  padding: 4vw 4vw;
  margin-top: 13vw;
}

.g-nav-pc {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 240px;
  opacity: 0;
  transition: opacity .5s;
}

.g-nav-pc__items li {
  margin-bottom: 50px;
}

.g-nav-pc__items li a:hover .g-nav-pc--on {
  display: block;
}

.g-nav-pc__items li a:hover .g-nav-pc--off {
  display: none;
}

.g-nav-pc--on {
  display: none;
}

.is-menu {
  opacity: 1;
  pointer-events: all;
}

.nav_active .nav_on {
  display: block;
  opacity: 1;
}

.nav_active .nav_off {
  display: none;
  opacity: 0;
}

.is-scroll .g-nav-pc {
  opacity: 1;
}

.is-footer .g-nav-pc {
  opacity: 0;
}

.newuser .g-nav__s {
  display: none;
}

.newuser .g-nav__lg--top {
  display: none;
}

.newuser .g-nav__lg--newuser {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-header--logo {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 10000;
  opacity: 0;
  width: 262px;
  display: block;
  transition: opacity .5s;
}

.l-header--logo img {
  transition: opacity .5s;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}

.l-header--logo:hover {
  opacity: .7 !important;
}

.l-header--cv--item:nth-of-type(1) {
  top: 73px;
  left: 9px;
  width: 250px;
}

.l-header--cv--item:nth-of-type(2) {
  top: 63px;
}

.l-header--cv--item:nth-of-type(3) {
  top: -2px;
}

.l-header--cv_active {
  opacity: 1 !important;
}

.is-scroll .l-header--logo {
  opacity: 1;
}

.l-wrapper {
  margin: 0 auto;
}

.sec-contents {
  position: relative;
}

.main-contents {
  width: 574px;
  margin: auto;
  position: relative;
  z-index: 100;
  background-color: #fff;
  padding-top: 188px;
}

.l-container {
  padding: 0 20px;
  max-width: 1080px;
  margin: auto;
  position: relative;
}

.l-container:after {
  content: "";
  clear: both;
  display: block;
}

.l-container__item {
  margin-top: 64px;
}

.nav-btn {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/gnav_open.svg");
  position: absolute;
  top: 8px;
  right: 15px;
  cursor: pointer;
  display: none;
}

.is-close {
  background-image: url("../images/gnav_close.svg");
  background-size: 23px;
}

.top {
  background-color: #f3fdff;
}

.top-sec {
  padding: 27px;
}

.top-sec--contents {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 10px;
}

.top-sec--contents:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: repeat;
  background-size: 24px;
  background-image: url("../images/bg_dot@2x.webp");
  opacity: .3;
  pointer-events: none;
  z-index: 1;
}

.top-fv-sec {
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: opacity 1.5s;
}

.top-fv-sec--contents {
  height: calc(100vh - 90px);
  background-image: url("../images/bg_grad_fv@2x.webp");
}

.top-fv-sec__splide--02 {
  display: none;
}

.top-fv-sec__slide--wrapper {
  padding-top: 95px;
  position: relative;
  z-index: 100;
}

.top-fv-sec__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.28, 0.39, 1.21);
  animation-timing-function: cubic-bezier(0.55, 0.28, 0.39, 1.21);
  padding-top: 50px;
}

.top-fv-sec__item:nth-of-type(even) {
  -webkit-animation-name: bubble_even;
  animation-name: bubble_even;
}

.top-fv-sec__item:nth-of-type(odd) {
  -webkit-animation-name: bubble_odd;
  animation-name: bubble_odd;
}

@-webkit-keyframes bubble_even {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes bubble_even {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes bubble_odd {
  0% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }
}

@keyframes bubble_odd {
  0% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }
}

@-webkit-keyframes bubble_even_s {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes bubble_even_s {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes bubble_odd_s {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bubble_odd_s {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.top-fv-sec--logo {
  position: absolute;
  bottom: 40px;
  right: 50px;
  z-index: 150;
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 1s;
}

.top-fv-sec__title {
  color: #5ba7ca;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: .19px;
  background-color: #f3fdff;
  border-radius: 0px 0px 10px 0px;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px 26px 16px 7px;
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 1s;
}

.top-fv-sec--catch {
  color: #5ba7ca;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: .9px;
  font-family: "Outfit",sans-serif;
  font-weight: 500;
  position: absolute;
  bottom: 36px;
  left: 39px;
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 1s;
}

.top-fv-sec__load--active {
  opacity: 1;
}

.top-fv-sec__load--active .top-fv-sec--logo,
.top-fv-sec__load--active .top-fv-sec__title,
.top-fv-sec__load--active .top-fv-sec--catch {
  opacity: 1;
}

.top-about-sec {
  margin-top: 8px;
}

.top-about-sec--main-title {
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: .84px;
  color: #215278;
}

.top-about-sec .top-sec--contents {
  background-image: url("../images/bg_grad_about@2x.webp");
}

.top-about-sec__contents {
  max-width: 940px;
  width: 100%;
  margin: auto;
  padding: 108px 20px;
  position: relative;
  z-index: 10;
}

.top-about-sec__contents--items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 57px;
  margin-top: 60px;
}

.top-about-sec__contents--item {
  text-align: center;
  width: 422px;
}

.top-about-sec__contents--item:first-child {
  margin-bottom: 30px;
}

.top-about-sec__contents--point {
  color: #5ba7ca;
  text-align: center;
  font-family: "Outfit",sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 1.6px;
}

.top-about-sec__contents--title {
  color: #215278;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.64px;
}

.top-about-sec__contents--title span {
  display: inline-block;
  margin: 0px 30px;
}

.top-about-sec__contents--txt {
  color: #215278;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.48px;
  margin-top: 15px;
  margin-bottom: 22px;
}

.top-feature-sec {
  margin-top: 180px;
}

.top-feature-sec__header {
  position: relative;
  z-index: 10;
  text-align: center;
  padding-top: 70px;
}

.top-feature-sec__header--title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 15px;
}

.top-feature-sec__slide--wrapper {
  -webkit-mask-image: url("../images/feature_title_mask_2.webp");
  mask-image: url("../images/feature_title_mask_2.webp");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 4614px 100%;
  mask-size: 4614px 100%;
}

.top-feature-sec__item {
  width: 90px;
  margin: 0;
}

.top-feature-sec--img {
  width: 90px;
  height: 100px;
}

.top-feature-sec--img img {
  width: 90%;
  height: 90%;
  object-fit: scale-down;
  object-position: center;
}

.top-feature-sec__contents {
  position: relative;
  z-index: 10;
  padding-bottom: 133px;
}

.top-feature-sec .top-sec--contents {
  background-image: url("../images/bg_grad_feature@2x.webp");
}

.top-feature-sec__menu {
  max-width: 915px;
  margin: auto;
}

.top-feature-sec__menu ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -1px;
}

.top-feature-sec__menu ul li:nth-of-type(1) {
  margin-right: -12px;
}

.top-feature-sec__menu ul li:nth-of-type(2) {
  margin-left: -12px;
}

.top-feature-sec__menu--link {
  display: block;
  background-color: unset;
}

.top-feature-sec__menu--link:hover .top-feature-sec__menu--off {
  display: none;
}

.top-feature-sec__menu--link:hover .top-feature-sec__menu--on {
  display: block;
}

.top-feature-sec__menu--on {
  display: none;
}

.top-feature-sec__menu--txt {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: .48px;
  color: #215278;
  position: relative;
  padding-top: 8px;
}

.top-feature-sec__menu--txt--wrapper {
  position: relative;
  min-height: 70px;
}

.top-feature-sec__menu--txt--01 {
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: left;
  padding-left: 40px;
  margin-left: 43px;
}

.top-feature-sec__menu--txt--01 .top-feature-sec__menu--txt--icon {
  left: 0;
}

.top-feature-sec__menu--txt--01 .top-feature-sec__menu--txt--icon:before {
  border-left: solid 1px #109fff;
}

.top-feature-sec__menu--txt--01 .top-feature-sec__menu--txt--icon:after {
  right: -3px;
}

.top-feature-sec__menu--txt--02 {
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: left;
  padding-right: 40px;
  margin-right: 40px;
}

.top-feature-sec__menu--txt--02 .top-feature-sec__menu--txt--icon {
  right: 0;
}

.top-feature-sec__menu--txt--02 .top-feature-sec__menu--txt--icon:before {
  border-right: solid 1px #109fff;
  position: absolute;
  right: 0;
}

.top-feature-sec__menu--txt--02 .top-feature-sec__menu--txt--icon:after {
  left: -4px;
}

.top-feature-sec__menu--txt--inner {
  opacity: 0;
  transition: opacity .5s;
}

.top-feature-sec__menu--txt--icon {
  position: absolute;
  display: block;
  width: 28px;
  height: 46px;
  top: 0;
  opacity: 0;
  transition: opacity .5s;
}

.top-feature-sec__menu--txt--icon:before {
  content: "";
  width: 0px;
  height: 0px;
  border-bottom: solid 1px #109fff;
  display: block;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes line_anime {
  0% {
    height: 0px;
    width: 0px;
  }

  50% {
    height: calc(100% - 2px);
    width: 1px;
  }

  100% {
    height: calc(100% - 2px);
    width: 100%;
  }
}

@keyframes line_anime {
  0% {
    height: 0px;
    width: 0px;
  }

  50% {
    height: calc(100% - 2px);
    width: 1px;
  }

  100% {
    height: calc(100% - 2px);
    width: 100%;
  }
}

.top-feature-sec__menu--txt--icon:after {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #109fff;
  border-radius: 100px;
  position: absolute;
  bottom: -1px;
  display: block;
  opacity: 0;
  transition: opacity .5s;
  transition-delay: .5s;
}

.top-feature-sec__main-slide {
  margin-top: 25px;
}

.top-feature-sec__main-slide__track .splide__list {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-feature-sec__01 {
  padding: 0px 40px;
}

.top-feature-sec__01--wrapper {
  position: relative;
  max-width: 880px;
  margin: auto;
}

.top-feature-sec__01--contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}

.top-feature-sec__01--arrow {
  margin-top: 23px;
  margin-bottom: 24px;
  display: inline-block;
}

.top-feature-sec__01--first {
  position: relative;
}

.top-feature-sec__01--first--img {
  height: 120px;
  width: 148px;
  margin: auto;
}

.top-feature-sec__01--first--img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.top-feature-sec__01--first h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.32px;
  margin-top: 26px;
  margin-bottom: 6px;
}

.top-feature-sec__01--first p {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.26px;
}

.top-feature-sec__01--second {
  position: relative;
}

.top-feature-sec__01--second p {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.45px;
  margin-top: 12px;
}

.top-feature-sec__01__col {
  border-radius: 10px;
  background: #fafeff;
  box-shadow: -3px -3px 5px 0px rgba(8,67,97,.12) inset,3px 3px 15px 0px #fff inset;
  text-align: center;
  padding: 24px 18px 49px 18px;
  color: #5ba7ca;
  position: relative;
}

.top-feature-sec__01__col--header {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  transition: opacity .5s;
}

.top-feature-sec__01__col--header--col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-feature-sec__01__col--header--first {
  height: 50%;
}

.top-feature-sec__01__col--header--second {
  height: 50%;
}

.top-feature-sec__01__col--header--txt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 2px;
  color: #215278;
}

.top-feature-sec__01__col--header--txt span {
  margin: 10px 0px;
  display: inline-block;
}

.top-feature-sec__01__col--outtxt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  left: calc(100% + 23px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 100%;
  color: #215278;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: opacity .5s;
}

.top-feature-sec__01__col--outtxt span {
  display: block;
  background-color: #5ba7ca;
  color: #fff;
  padding: 12px 7px;
  border-radius: 9999px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 2px;
}

.top-feature-sec__01__col--outtxt p {
  margin-top: 10px;
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
}

.top-feature-sec__02--contents {
  padding: 0px 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.top-feature-sec__02--inner {
  box-shadow: 1px 1px 3px 0px rgba(14,70,99,.3);
  padding: 23px 57px 29px 57px;
  border-radius: 10px;
  background-size: 30px;
  background-image: url("../images/bg_grid.webp");
  color: #215278;
  text-align: center;
}

.top-feature-sec__02--sub {
  margin: auto;
}

.top-feature-sec__02--link {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
  color: #215278;
  text-decoration: underline;
  text-underline-offset: 5px;
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
  display: inline-block;
}

.top-feature-sec__02--link span:before {
  content: "";
  width: 15px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/ico_link@2x.webp");
  position: absolute;
  top: 2px;
  right: calc(100% - 10px);
  display: block;
}

.top-feature-sec__02--title {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.64px;
  margin-top: 10px;
}

.top-feature-sec__02--title span {
  display: inline-block;
  margin: 0px 16px;
}

.top-feature-sec__02--txt {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.48px;
  margin-top: 15px;
}

.top-feature-sec__02--img {
  margin-top: 25px;
}

.top-feature-sec .slide_01 .top-feature-sec__01__col--header,
.top-feature-sec .slide_01 .top-feature-sec__01__col--outtxt {
  opacity: 1;
}

.top-feature-sec .slide_01 .top-feature-sec__menu--01 .top-feature-sec__menu--off {
  display: none;
}

.top-feature-sec .slide_01 .top-feature-sec__menu--01 .top-feature-sec__menu--on {
  display: block;
}

.top-feature-sec .slide_01 .top-feature-sec__menu--txt--01 .top-feature-sec__menu--txt--icon {
  opacity: 1;
}

.top-feature-sec .slide_01 .top-feature-sec__menu--txt--01 .top-feature-sec__menu--txt--icon:before {
  -webkit-animation-name: line_anime;
  animation-name: line_anime;
}

.top-feature-sec .slide_01 .top-feature-sec__menu--txt--01 .top-feature-sec__menu--txt--icon:after {
  opacity: 1;
}

.top-feature-sec .slide_01 .top-feature-sec__menu--txt--02 {
  opacity: 0;
}

.top-feature-sec .slide_01_after .top-feature-sec__menu--txt--01 .top-feature-sec__menu--txt--inner {
  opacity: 1;
}

.top-feature-sec .slide_02 .top-feature-sec__01__col--header,
.top-feature-sec .slide_02 .top-feature-sec__01__col--outtxt {
  opacity: 0;
}

.top-feature-sec .slide_02 .top-feature-sec__menu--02 .top-feature-sec__menu--off {
  display: none;
}

.top-feature-sec .slide_02 .top-feature-sec__menu--02 .top-feature-sec__menu--on {
  display: block;
}

.top-feature-sec .slide_02 .top-feature-sec__menu--txt--01 {
  opacity: 0;
}

.top-feature-sec .slide_02 .top-feature-sec__menu--txt--02 .top-feature-sec__menu--txt--icon {
  opacity: 1;
}

.top-feature-sec .slide_02 .top-feature-sec__menu--txt--02 .top-feature-sec__menu--txt--icon:before {
  -webkit-animation-name: line_anime;
  animation-name: line_anime;
}

.top-feature-sec .slide_02 .top-feature-sec__menu--txt--02 .top-feature-sec__menu--txt--icon:after {
  opacity: 1;
}

.top-feature-sec .slide_02_after .top-feature-sec__menu--txt--02 .top-feature-sec__menu--txt--inner {
  opacity: 1;
}

.top-usage-sec .top-sec--contents::before,
.top-usage-sec .top-sec--contents::after {
  display: none;
}

.top-usage-sec__header {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  margin-top: -75px;
  z-index: 10;
}

.top-usage-sec__header--fig {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top-usage-sec__anime {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.top-usage-sec__anime--01 {
  width: 120px;
  margin-left: -10px;
  -webkit-animation-name: rotate_02;
  animation-name: rotate_02;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.top-usage-sec__anime--02 {
  width: 180px;
  -webkit-animation-name: rotate_01;
  animation-name: rotate_01;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.top-usage-sec__anime--03 {
  width: 213px;
  margin-right: -60px;
  -webkit-animation-name: rotate_03;
  animation-name: rotate_03;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.top-usage-sec__anime--04 {
  width: 180px;
  -webkit-animation-name: rotate_04;
  animation-name: rotate_04;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes rotate_01 {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  25% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}

@keyframes rotate_01 {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  25% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}

@-webkit-keyframes rotate_02 {
  0% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  25% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}

@keyframes rotate_02 {
  0% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  25% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}

@-webkit-keyframes rotate_03 {
  0% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  25% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
}

@keyframes rotate_03 {
  0% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  25% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
}

@-webkit-keyframes rotate_04 {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  25% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}

@keyframes rotate_04 {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  25% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}

.top-usage-sec__description {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -44px;
  max-width: 1093px;
  margin: auto;
}

.top-usage-sec__description--txt {
  margin-top: 25px;
  width: 40%;
}

.top-usage-sec__description--txt p {
  color: #215278;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: .48px;
  margin-top: 20px;
}

.top-usage-sec__description--img {
  width: 60%;
}

.top-usage-sec--cv {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: center;
  border-radius: 10px;
  background: #109fff;
  box-shadow: -3px -3px 10px 0px rgba(8,67,97,.2) inset,3px 3px 15px 0px rgba(233,251,255,.8) inset;
  max-width: 901px;
  height: 80px;
  margin: auto;
  margin-top: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.top-usage-sec--cv img {
  position: relative;
  top: 2px;
}

.top-usage-sec--cv--off {
  display: block;
}

.top-usage-sec--cv--on {
  display: none;
}

.top-usage-sec__calender {
  border-radius: 30px;
  background: #fbfbfb;
  max-width: 1093px;
  margin: auto;
  margin-top: 165px;
  display: block;
  box-shadow: -3px -3px 5px 0px rgba(8,67,97,.12) inset,3px 3px 15px 0px #fff inset;
  padding: 40px 30px 25px 30px;
}

.top-usage-sec__calender h3 {
  text-align: center;
}

.top-usage-sec__calender--inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 875px;
  margin: auto;
  margin-top: 40px;
}

.top-usage-sec__calender--img {
  padding-right: 40px;
  width: 50%;
  position: relative;
  right: -50px;
}

.top-usage-sec__calender--txt {
  width: 57%;
  color: #215278;
}

.top-usage-sec__calender--txt h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 2.4px;
}

.top-usage-sec__calender--txt p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  position: relative;
  margin-top: 25px;
  letter-spacing: 0;
  padding-right: 60px;
}

.top-usage-sec__calender--txt p:after {
  content: "";
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/ico_arrrow@2x.webp");
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}

.top-usage-sec__calender:hover p:after {
  background-image: url("../images/ico_arrow_blue@2x.webp");
}

html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-size: 21px;
  line-height: 26px;
}

body {
  font-family: "Zen Maru Gothic",serif;
  font-feature-settings: "palt";
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important;
}

.u-bdr-t {
  border-top: 1px solid !important;
}

.u-bdr-b {
  border-bottom: 1px solid !important;
}

.u-bdr-l {
  border-left: 1px solid !important;
}

.u-bdr-r {
  border-right: 1px solid !important;
}

.u-bdr-n {
  border: none !important;
}

.u-c-black {
  color: #000 !important;
}

.u-c-white {
  color: #fff !important;
}

.u-c-yellow {
  color: #ffde55 !important;
}

.u-cs-a {
  cursor: auto;
}

.u-cs-p {
  cursor: pointer;
}

.u-sp-hide {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

.u-flex__center__center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-ab-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.u-ab-center--v {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.u-ab-center--h {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.u-fs-8 {
  font-size: 8px !important;
}

.u-fs-9 {
  font-size: 9px !important;
}

.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-11 {
  font-size: 11px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}

.u-fs-15 {
  font-size: 15px !important;
}

.u-fs-16 {
  font-size: 16px !important;
}

.u-fs-17 {
  font-size: 17px !important;
}

.u-fs-18 {
  font-size: 18px !important;
}

.u-fs-19 {
  font-size: 19px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fs-21 {
  font-size: 21px !important;
}

.u-fs-22 {
  font-size: 22px !important;
}

.u-fs-23 {
  font-size: 23px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-25 {
  font-size: 25px !important;
}

.u-fs-26 {
  font-size: 26px !important;
}

.u-fs-27 {
  font-size: 27px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-29 {
  font-size: 29px !important;
}

.u-fs-30 {
  font-size: 30px !important;
}

.u-fs-31 {
  font-size: 31px !important;
}

.u-fs-32 {
  font-size: 32px !important;
}

.u-fs-33 {
  font-size: 33px !important;
}

.u-fs-34 {
  font-size: 34px !important;
}

.u-fs-35 {
  font-size: 35px !important;
}

.u-fs-36 {
  font-size: 36px !important;
}

.u-fs-37 {
  font-size: 37px !important;
}

.u-fs-38 {
  font-size: 38px !important;
}

.u-fs-39 {
  font-size: 39px !important;
}

.u-fs-40 {
  font-size: 40px !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-fs-o {
  font-style: oblique !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

@media screen and (min-width: 768px) {
  img {
    width: auto;
  }

  .c-anchor {
    top: -150px;
  }

  .c-anchor--fadeup {
    top: -200px;
  }

  .c-slide--item {
    width: 283px !important;
  }

  .g-nav-sp-bottom-fix {
    display: none;
  }

  .top-usage-sec--cv:hover {
    background-image: url("../images/cv_grad@2x.webp");
  }

  .top-usage-sec--cv:hover .top-usage-sec--cv--off {
    display: none;
  }

  .top-usage-sec--cv:hover .top-usage-sec--cv--on {
    display: block;
  }

  .u-pc-hide {
    display: none !important;
  }

  .u-sp-hide {
    display: block !important;
  }
}

@media screen and (max-width: 1030px) {
  .top-feature-sec__01__col--outtxt {
    left: calc(100% + 12px);
  }
}

@media screen and (max-width: 1010px) {
  .top-feature-sec__02--inner {
    padding: 23px 30px 29px 30px;
  }

  .top-feature-sec__02--title {
    font-size: 3.6vw;
  }

  .top-feature-sec__02--txt {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 960px) {
  .top-about-sec__contents--title {
    font-size: 3vw;
  }
}

@media screen and (max-width: 945px) {
  .top-usage-sec__calender--img {
    right: 0px;
  }
}

@media screen and (max-width: 930px) {
  .top-about-sec__contents--txt {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 880px) {
  .top-usage-sec__description--txt p {
    font-size: 1.7vw;
  }
}

@media screen and (max-width: 790px) {
  .top-about-sec--main-title {
    font-size: 27px;
  }
}

@media screen and (max-width: 768px) {
  .c-modal--inner {
    width: calc(100% - 40px);
  }

  .c-slide .splide__track {
    overflow: visible;
  }

  .c-slide--item {
    padding-top: 0;
  }

  .c-slide__img {
    padding: 0px 20px;
  }

  .c-slide__img--main {
    width: 100%;
    max-width: unset;
    height: calc(100vh - 270px);
    max-height: -webkit-fit-content;
    max-height: fit-content;
  }

  .c-slide__img--swipe {
    width: 23vw;
    height: auto;
    bottom: -2vw;
  }

  .c-slide__img--duck {
    width: 24vw;
    bottom: -11vw;
    right: calc(100% - 23vw);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .c-slide__txt {
    font-size: .75rem;
    line-height: .9rem;
    margin-top: 7.4vw;
    min-height: 57px;
  }

  .c-slide__txt--sub {
    font-size: .6rem;
    margin-top: 2vw;
  }

  .c-slide--title {
    left: auto;
    top: -5px;
    right: -20px;
    -webkit-transform: none;
    transform: none;
    width: auto;
  }

  .c-slide--title img {
    width: 10vw;
  }

  .c-slide__pagination {
    margin-top: 5vw;
  }

  .c-slide__pagination li {
    margin: 0px .7vw;
  }

  .c-slide__pagination .splide__pagination__page {
    width: 5vw;
    height: 5vw;
  }

  .c-slide__fukidashi {
    top: -17vw;
    right: -1vw;
    width: 53vw;
    height: 44vw;
  }

  .c-topbtn {
    width: 17vw;
    height: 59vw;
    position: absolute;
    right: 0vw;
    bottom: 56vw;
  }

  .c-topbtn__01 {
    display: none;
  }

  .c-topbtn__02 {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
  }

  .c-topbtn__02--text {
    width: 7vw;
    left: auto;
    right: auto;
    top: auto;
    bottom: 21vw;
  }

  .c-topbtn__02--top {
    display: none;
  }

  .c-topbtn__02--duck {
    width: 19.5vw;
    right: -20px;
    bottom: 57vw;
    position: absolute;
  }

  .l-footer {
    margin-top: 20vw;
    padding: 13vw 8vw;
  }

  .l-footer--link {
    display: block;
    padding: 0px;
  }

  .l-footer--link li {
    margin-bottom: 10vw;
  }

  .g-nav-pc {
    display: none;
  }

  .l-header--logo {
    width: 39vw;
    top: -50px;
    right: 11px;
  }

  .l-header--cv--item:nth-of-type(1) {
    top: 82px;
    left: 2px;
  }

  .l-header--cv--item:nth-of-type(2) {
    top: 79px;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .l-header--cv--item:nth-of-type(3) {
    top: 79px;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .l-wrapper {
    min-width: 100%;
    overflow: hidden;
  }

  .main-block {
    position: relative;
    z-index: 50;
  }

  .main-contents {
    width: 100%;
    padding-top: 123px;
  }

  .l-container {
    margin: 0 auto;
    padding: 0 20px;
  }

  .page .main-block {
    padding-top: 55px;
  }

  .nav-btn {
    display: block;
  }

  .top-sec {
    padding: 5vw;
  }

  .top-fv-sec--contents {
    background-image: url("../images/bg_grad_fv_s@2x.webp");
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh)*100 - 45px);
    overflow: hidden;
  }

  .top-fv-sec__splide--01 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -35vw;
  }

  .top-fv-sec__splide--02 {
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 28vw;
  }

  .top-fv-sec__slide--wrapper {
    padding-top: 0;
    position: absolute;
  }

  .top-fv-sec__item:nth-of-type(even) {
    -webkit-animation-name: bubble_even_s;
    animation-name: bubble_even_s;
  }

  .top-fv-sec__item:nth-of-type(odd) {
    -webkit-animation-name: bubble_odd_s;
    animation-name: bubble_odd_s;
  }

  .top-fv-sec--logo {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -2%;
    width: 105%;
  }

  .top-fv-sec__title {
    font-size: 4.2vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: .5vw 4.8vw 2.9vw 3.4vw;
    letter-spacing: -0.1vw;
    border-radius: 0px 0px 2.5vw 0px;
  }

  .top-fv-sec--catch {
    font-size: 2.5vw;
    line-height: 3.2vw;
    letter-spacing: .1vw;
    bottom: 8.6vw;
    left: 3vw;
  }

  .top-about-sec {
    margin-top: 22.3vw;
  }

  .top-about-sec--main-title {
    font-size: 5.4vw;
    line-height: 7.5vw;
    letter-spacing: 0vw;
  }

  .top-about-sec .top-sec--contents {
    background-image: url("../images/bg_grad_about_s@2x.webp");
  }

  .top-about-sec__contents {
    padding: 16.4vw 3vw 21.1vw 3vw;
  }

  .top-about-sec__contents--items {
    display: block;
    margin-top: 8vw;
  }

  .top-about-sec__contents--item {
    width: 100%;
  }

  .top-about-sec__contents--item:first-child {
    margin-bottom: 5vw;
  }

  .top-about-sec__contents--point {
    font-size: 3.1vw;
    line-height: normal;
    letter-spacing: .4vw;
  }

  .top-about-sec__contents--title {
    font-size: 6.4vw;
    letter-spacing: -0.1vw;
  }

  .top-about-sec__contents--title span {
    margin: 0px 5vw;
  }

  .top-about-sec__contents--txt {
    font-size: 3.7vw;
    line-height: 4.4vw;
    letter-spacing: -0.1vw;
    margin-top: 2vw;
    margin-bottom: 3vw;
  }

  .top-feature-sec {
    margin-top: 26vw;
  }

  .top-feature-sec__header {
    padding-top: 17vw;
  }

  .top-feature-sec__header--title {
    position: relative;
    -webkit-transform: none;
    transform: none;
    left: auto;
  }

  .top-feature-sec__header--title img {
    width: 80%;
  }

  .top-feature-sec__slide--wrapper {
    -webkit-mask-image: none;
    mask-image: none;
    margin-top: 2vw;
  }

  .top-feature-sec__item {
    width: 40px;
  }

  .top-feature-sec--img {
    width: 100%;
  }

  .top-feature-sec__contents {
    margin-top: -1vw;
  }

  .top-feature-sec .top-sec--contents {
    background-image: url("../images/bg_grad_feature_s@2x.webp");
  }

  .top-feature-sec__menu ul {
    display: block;
  }

  .top-feature-sec__menu--link {
    width: 100%;
  }

  .top-feature-sec__menu--01 {
    padding-right: 13vw;
    margin-bottom: 1.1vw;
  }

  .top-feature-sec__menu--02 {
    padding-left: 13vw;
  }

  .top-feature-sec__menu--txt {
    font-size: 3.8vw;
    line-height: 5.4vw;
    letter-spacing: 0px;
    padding-top: 7vw;
  }

  .top-feature-sec__menu--txt--wrapper {
    min-height: 21vw;
  }

  .top-feature-sec__menu--txt--01 {
    padding-left: 9vw;
    margin-left: 8.2vw;
  }

  .top-feature-sec__menu--txt--01 .top-feature-sec__menu--txt--icon {
    height: 31.4vw;
    top: -14.4vw;
  }

  .top-feature-sec__menu--txt--02 {
    padding-right: 9vw;
    margin-right: 7.4vw;
    padding-left: 5vw;
  }

  .top-feature-sec__menu--txt--02 .top-feature-sec__menu--txt--icon {
    height: 21vw;
  }

  .top-feature-sec__menu--txt--icon {
    width: 5.5vw;
  }

  .top-feature-sec__menu--txt--icon:before {
    height: 100%;
  }

  .top-feature-sec__menu--txt--icon:after {
    bottom: -0.3vw;
    right: 0vw;
  }

  .top-feature-sec__main-slide {
    margin-top: 14vw;
    margin-left: 9vw;
    transition: margin .3s;
  }

  .top-feature-sec__main-slide__track {
    padding-left: 0% !important;
    overflow: hidden;
  }

  .top-feature-sec__01--slide-item {
    padding: 0 2vw;
  }

  .top-feature-sec__02--slide-item:nth-of-type(4) {
    padding-left: 3vw;
    padding-right: 1.5vw;
  }

  .top-feature-sec__02--slide-item:nth-of-type(5) {
    padding-left: 1.5vw;
    padding-right: 3vw;
  }

  .top-feature-sec__01 {
    padding: 0px 0px 0px 11vw;
  }

  .top-feature-sec__01--wrapper {
    width: 100%;
  }

  .top-feature-sec__01--inner {
    overflow: scroll;
  }

  .top-feature-sec__01--contents {
    width: 158vw;
    gap: 3vw;
    padding-right: 3vw;
  }

  .top-feature-sec__01--arrow {
    width: 12vw;
    margin-top: 4vw;
    margin-bottom: 3vw;
  }

  .top-feature-sec__01--first--img {
    width: 29vw;
    height: 25vw;
  }

  .top-feature-sec__01--first h3 {
    font-size: 3.8vw;
    letter-spacing: 0vw;
    margin-top: 2vw;
    margin-bottom: 1.4vw;
  }

  .top-feature-sec__01--first p {
    font-size: 3.2vw;
    line-height: 4.5vw;
    letter-spacing: -0.1vw;
  }

  .top-feature-sec__01--second p {
    font-size: 3vw;
    line-height: 4.5vw;
    letter-spacing: .1vw;
    margin-top: 1vw;
  }

  .top-feature-sec__01--second img {
    height: 34vw;
    width: auto;
  }

  .top-feature-sec__01__col {
    padding: 4vw 1vw 8vw 1vw;
    border-radius: 2vw;
    width: 50.7vw;
  }

  .top-feature-sec__01__col--header {
    right: calc(100% + 1.2vw);
  }

  .top-feature-sec__01__col--header--first {
    height: 36%;
  }

  .top-feature-sec__01__col--header--txt {
    font-size: 3.4vw;
    letter-spacing: .5vw;
  }

  .top-feature-sec__01__col--header--txt span {
    margin: 2vw 0px;
  }

  .top-feature-sec__01__col--outtxt {
    position: relative;
    top: auto;
    left: auto;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    -webkit-transform: none;
    transform: none;
    margin-top: 2.2vw;
  }

  .top-feature-sec__01__col--outtxt span {
    display: inline-block;
    font-size: 3.3vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .1vw;
    padding: 2vw 5vw 2vw 5vw;
  }

  .top-feature-sec__01__col--outtxt p {
    text-align: center;
    font-size: 3.3vw;
    line-height: normal;
    letter-spacing: 0vw;
    margin-top: 1vw;
  }

  .top-feature-sec__02--contents {
    display: block;
  }

  .top-feature-sec__02--item {
    height: 100%;
    width: 74vw;
  }

  .top-feature-sec__02--inner {
    padding: 2.3vw 2vw 6vw 2vw;
    height: 100%;
  }

  .top-feature-sec__02--sub {
    width: 24vw;
  }

  .top-feature-sec__02--link {
    font-size: 3.2vw;
    letter-spacing: -0.1vw;
    margin-top: 3vw;
    line-height: 5.6vw;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    width: 86vw;
  }

  .top-feature-sec__02--link span {
    display: inline-block;
    text-align: left;
    text-decoration: underline;
    position: relative;
  }

  .top-feature-sec__02--link span:before {
    width: 3vw;
    height: 3.5vw;
    top: 50%;
    right: calc(100% + 2vw);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .top-feature-sec__02--title {
    font-size: 6.5vw;
    letter-spacing: 0vw;
    margin-top: 2vw;
  }

  .top-feature-sec__02--title span {
    margin: 0px 2vw;
  }

  .top-feature-sec__02--txt {
    font-size: 3.6vw;
    line-height: 5vw;
    letter-spacing: 0vw;
    margin-top: 3vw;
  }

  .top-feature-sec__02--txt--01-s {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }

  .top-feature-sec__02--img {
    margin-top: 2vw;
    width: 64vw;
  }

  .top-feature-sec .slide_01 {
    padding-bottom: 11vw;
  }

  .top-feature-sec .slide_02 {
    padding-bottom: 0vw;
  }

  .top-feature-sec .slide_02 .top-feature-sec__menu--txt--wrapper {
    margin-bottom: 19vw;
  }

  .top-feature-sec .slide_02_after .top-feature-sec__main-slide {
    margin-left: 0vw;
  }

  .top-usage-sec__header {
    margin-top: -13.8vw;
  }

  .top-usage-sec__header--fig {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top-usage-sec__header--fig--01 {
    width: 80%;
    margin: auto;
  }

  .top-usage-sec__header--fig--02 {
    display: none;
  }

  .top-usage-sec__anime--01 {
    width: 25vw;
    margin-left: -7vw;
  }

  .top-usage-sec__anime--02 {
    width: 32vw;
  }

  .top-usage-sec__description {
    display: block;
    margin-top: 22vw;
    text-align: center;
  }

  .top-usage-sec__description--txt {
    width: 100%;
  }

  .top-usage-sec__description--txt h3 img {
    width: 61vw;
    margin: auto;
  }

  .top-usage-sec__description--txt p {
    font-size: 3.4vw;
    line-height: 4.9vw;
    margin-top: 6.5vw;
    letter-spacing: .1vw;
    text-align: left;
    display: inline-block;
  }

  .top-usage-sec__description--img {
    padding-left: 0;
    margin-top: 6vw;
    width: 76vw;
  }

  .top-usage-sec--cv {
    margin-top: 18vw;
    height: auto;
    padding: 2.6vw 0px;
  }

  .top-usage-sec--cv img {
    width: 56vw;
  }

  .top-usage-sec__calender {
    border-radius: 3vw;
    width: 84vw;
    margin-top: 15vw;
    padding: 6vw 5vw 6vw 5vw;
  }

  .top-usage-sec__calender h3 img {
    width: 61vw;
  }

  .top-usage-sec__calender--inner {
    display: block;
    max-width: 100%;
    margin-top: 5vw;
  }

  .top-usage-sec__calender--img {
    width: 52vw;
    padding-right: 0;
    margin: auto;
  }

  .top-usage-sec__calender--txt {
    width: 100%;
    text-align: center;
    margin-top: 1vw;
  }

  .top-usage-sec__calender--txt h4 {
    font-size: 4vw;
    line-height: 4.5vw;
    letter-spacing: .5vw;
  }

  .top-usage-sec__calender--txt p {
    font-size: 3.2vw;
    line-height: 3.7vw;
    padding-bottom: 12vw;
    padding-right: 0;
    margin-top: 2vw;
  }

  .top-usage-sec__calender--txt p:after {
    top: auto;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 7vw;
    height: 7vw;
  }

  html {
    font-size: 5.625vw;
    line-height: 8.5vw;
  }
}

@media screen and (max-width: 610px) {
  .top-fv-sec__splide--01 {
    margin-top: -47vw;
  }

  .top-fv-sec__splide--02 {
    margin-top: 40vw;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
    border-color: #0bf;
  }
}