@-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;
}

.c-privacybanner {
  background-color: #fff;
  width: 100%;
  max-width: 610px;
  height: auto;
  border: solid 1px #ddd;
  padding: 10px;
  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;
  position: fixed;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10010;
  opacity: 0;
  pointer-events: none;
  transition: .5s;
}

.c-privacybanner--txt {
  font-size: 12px;
  line-height: 20px;
  padding-right: 20px;
  width: calc(100% - 80px);
  color: #575757;
}

.c-privacybanner--txt a {
  color: #3985f7;
  text-decoration: underline;
}

.c-privacybanner--ok {
  width: 80px;
  color: #fff;
  font-size: 12px;
  padding: 0px;
  height: 35px;
  line-height: 0;
  background-color: #3985f7;
}

.c-download {
  text-align: center;
}

.c-download h3 {
  color: #e87400;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 22px;
  letter-spacing: 0px;
}

.c-download--contents {
  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;
  gap: 23px;
  margin-top: 15px;
}

.c-download--btns {
  margin: 0;
}

.c-download--btns li {
  margin: 5px 0px;
}

.c-download--rc-txt {
  position: relative;
  display: inline-block;
  line-height: 0px;
}

.c-download--rc-txt::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ffde55;
  position: absolute;
  left: 50%;
  bottom: -2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}

.c-download--rc-txt span {
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 9.632px;
  letter-spacing: -0.56px;
  position: relative;
  z-index: 5;
}

.is-iphone .c-download--android {
  display: none;
}

.is-android .c-download--iphone {
  display: none;
}

.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: opacity 1s,-webkit-transform 1s;
  transition: transform 1s,opacity 1s;
  transition: transform 1s,opacity 1s,-webkit-transform 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: opacity 1s,-webkit-transform 1s;
  transition: transform 1s,opacity 1s;
  transition: transform 1s,opacity 1s,-webkit-transform 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-start-animation {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 100050;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  transition: opacity 1s;
  background-color: #fff;
}

.c-start-animation--hide {
  opacity: 0;
}

.c-start-animation-01 {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  overflow: hidden;
  opacity: 1;
  transition: opacity .5s;
}

.c-start-animation-01--duck {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  margin-top: -60px;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: .5s;
  transition-delay: 1.2s;
  -webkit-animation-name: duck_anime;
  animation-name: duck_anime;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes duck_anime {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-20deg);
    transform: translate(-50%, -50%) rotate(-20deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

@keyframes duck_anime {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-20deg);
    transform: translate(-50%, -50%) rotate(-20deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

.c-start-animation-01--logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  margin-top: 140px;
  opacity: 0;
  transition: .5s;
  transition-delay: 1.2s;
}

.c-start-animation-01--inner {
  position: absolute;
  left: 50%;
  bottom: 0%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}

.c-start-animation-01--inner:before {
  content: "";
  width: 100%;
  height: 100vh;
  background-color: #ffde55;
  position: absolute;
  left: 0px;
  top: 100%;
  display: block;
}

.c-start-animation-01__wave {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: -100%;
  background-color: #ffde55;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/wave.svg");
}

.c-start-animation-01--active .c-start-animation-01__wave {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-name: wave_anime;
  animation-name: wave_anime;
}

.c-start-animation-01--active .c-start-animation-01--duck,
.c-start-animation-01--active .c-start-animation-01--logo {
  opacity: 1;
}

.c-start-animation-01--hide {
  opacity: 0;
}

@-webkit-keyframes wave_anime {
  0% {
    bottom: -100%;
  }

  100% {
    bottom: -50%;
  }
}

@keyframes wave_anime {
  0% {
    bottom: -100%;
  }

  100% {
    bottom: -50%;
  }
}

.c-start-animation-02 {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: center;
  background-size: 1440px 800px;
  background-image: url("../images/opening_tile_bg@2x.webp");
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s;
}

.c-start-animation-02--icon {
  width: 283px;
  height: 283px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 1s;
  transition-delay: .7s;
}

.c-start-animation-02--active {
  opacity: 1;
}

.c-start-animation-02--active .c-start-animation-02--icon {
  opacity: 1;
}

.c-start-animation-02--hide {
  opacity: 0;
}

.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 {
  position: fixed;
  bottom: 0px;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100px;
  pointer-events: none;
  transition: .5s;
}

.c-wave--contents {
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #ffde55;
}

.c-wave__item {
  width: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  will-change: animation;
  position: absolute;
  bottom: 99.9%;
}

.c-wave__item--js {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.c-wave__item--js__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-wave__item--js__inner:first-child {
  -webkit-animation: js_loop_1 150s linear infinite;
  animation: js_loop_1 150s linear infinite;
}

.c-wave__item--js__inner:nth-child(2) {
  -webkit-animation: js_loop_2 150s -100s linear infinite;
  animation: js_loop_2 150s -100s linear infinite;
}

.c-wave__item--js__inner:last-child {
  -webkit-animation: js_loop_3 150s -50s linear infinite;
  animation: js_loop_3 150s -50s linear infinite;
}

.c-wave__item--js__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-wave__item--wave .c-wave__item--js__item {
  width: 780px;
  margin-left: -1px;
}

.c-wave__item--wave .c-wave__item--js__item img {
  width: 780px;
  height: 18px;
}

.c-wave__item--open-anime .c-wave__item--js__item {
  width: 1330px;
  margin-left: -1px;
}

.c-wave__item--open-anime .c-wave__item--js__item img {
  width: 1330px;
  height: 23px;
}

@-webkit-keyframes js_loop_1 {
  0% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes js_loop_1 {
  0% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes js_loop_2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes js_loop_2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@-webkit-keyframes js_loop_3 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  to {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
  }
}

@keyframes js_loop_3 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  to {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
  }
}

.is-scroll .c-wave {
  bottom: -40px;
}

.is-footer .c-wave {
  bottom: 0px;
}

.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: 64vw;
  margin: auto;
  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: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  z-index: 10000;
  display: block;
  padding: 10px;
}

.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;
}

.top .g-nav__s {
  display: none;
}

.top .g-nav__lg--top {
  display: none;
}

.top .g-nav__lg--newuser {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pc .g-nav-sp-bottom-fix {
  display: none;
}

.l-header {
  position: fixed;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 574px;
  height: 87px;
  background-color: #e87400;
  z-index: 100010;
  border-radius: 0px 0px 20px 20px;
  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;
  transition: .5s;
}

.l-header--logo img {
  transition: .5s;
}

.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-header-sec {
  padding: 0px 30px;
}

.top-header-sec__title {
  margin-bottom: 50px;
}

.top-contents-yellow {
  background-color: #ffde55;
  position: relative;
}

.top-contents-yellow:before,
.top-contents-yellow:after {
  content: "";
  width: 100%;
  height: 13px;
  background-repeat: repeat-x;
  background-size: 600px 100%;
  position: absolute;
  left: 0;
}

.top-contents-yellow:before {
  background-position: center top;
  background-image: url("../images/wave_contents_bg_top@2x.webp");
  bottom: 100%;
}

.top-contents-yellow:after {
  background-position: center bottom;
  background-image: url("../images/wave_contents_bg_bottom@2x.webp");
  top: 100%;
}

.top-contents-slide {
  padding: 36px 0px 30px 0px;
}

.top-contents-side-tile--contents {
  background-color: #fff;
  width: calc(100% - 30px);
  margin: auto;
}

.top-pc-sec {
  width: 100%;
  height: 100vh;
  min-width: 1345px;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-position: center;
  background-size: 630px 441px;
  background-image: url("../images/tile_bg@2x.webp");
}

.top-pc-sec__container {
  position: relative;
}

.top-pc-sec__contents {
  position: absolute;
  top: 0px;
  width: calc(50% - 287px);
  height: 100vh;
}

.top-pc-sec__contents--l {
  left: 0;
}

.top-pc-sec__contents--r {
  right: 0;
}

.top-pc-sec__download {
  background-color: #fef7dc;
  position: absolute;
  right: 30px;
  bottom: 254px;
  padding: 16px 35px;
  z-index: 100;
  opacity: 0;
  transition: opacity .5s;
}

.top-pc-sec__download--txt {
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: -0.63px;
}

.top-pc-sec__bubble--item {
  position: absolute;
  opacity: 0;
  transition: opacity 1s;
  -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;
  -webkit-animation-name: bubble;
  animation-name: bubble;
}

@-webkit-keyframes bubble {
  0% {
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }

  50% {
    -webkit-transform: translateY(-20px) scale(1.05);
    transform: translateY(-20px) scale(1.05);
  }

  100% {
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
}

@keyframes bubble {
  0% {
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }

  50% {
    -webkit-transform: translateY(-20px) scale(1.05);
    transform: translateY(-20px) scale(1.05);
  }

  100% {
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
}

.top-pc-sec__bubble--active {
  opacity: 1;
}

.top-pc-sec__bubble--l--01 {
  top: -2px;
  right: 60px;
}

.top-pc-sec__bubble--l--02 {
  top: 60px;
  left: 40px;
}

.top-pc-sec__bubble--l--03 {
  bottom: 250px;
  left: 10px;
}

.top-pc-sec__bubble--l--04 {
  bottom: 245px;
  right: 10px;
}

.top-pc-sec__bubble--l--05 {
  bottom: 30px;
  right: 110px;
}

.top-pc-sec__bubble--r--01 {
  top: 0px;
  left: 40px;
}

.top-pc-sec__bubble--r--02 {
  top: 170px;
  right: 20px;
}

.top-pc-sec__bubble--r--03 {
  top: 44%;
  left: 34px;
}

.top-pc-sec__bubble--r--04 {
  bottom: 20px;
  right: 140px;
}

.top-fv-sec {
  padding: 0 30px;
}

.top-fv-sec__open {
  width: 100%;
  height: 340px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.top-fv-sec__open:before {
  content: "";
  width: 100%;
  height: 15px;
  background-color: #ae7b1d;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0px;
}

.top-fv-sec__open--first-txt {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: 25;
  opacity: 0;
  transition: opacity 1s;
}

.top-fv-sec__open--first-txt--disp .top-fv-sec__open--first-txt {
  opacity: 1;
}

.top-fv-sec__open--curtain {
  position: absolute;
  top: 0px;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 200%,0,0,0;
  z-index: 15;
}

.top-fv-sec__open--curtain--l {
  left: 0px;
  background-position: left top;
  background-image: url("../images/open_curtain_00@2x.webp"),url("../images/open_curtain_01@2x.webp"),url("../images/open_curtain_02@2x.webp"),url("../images/open_curtain_03@2x.webp");
}

.top-fv-sec__open--curtain--r {
  right: 0px;
  background-position: right top;
  background-image: url("../images/open_curtain_00@2x.webp"),url("../images/open_curtain_01@2x.webp"),url("../images/open_curtain_02@2x.webp"),url("../images/open_curtain_03@2x.webp");
}

.top-fv-sec__open--icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.top-fv-sec__open__txt {
  position: absolute;
  top: 10px;
  right: 30px;
  z-index: 20;
  width: 100%;
  height: 100%;
}

.top-fv-sec__open__txt--img {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 100;
  opacity: 0;
  transition: opacity .3s;
}

.top-fv-sec__open__txt--01 {
  opacity: 0;
}

.top-fv-sec__open__txt--02 {
  opacity: 0;
}

.top-fv-sec__open__txt--03 {
  opacity: 0;
}

.top-fv-sec__open__bg {
  width: 100%;
  height: 100%;
  position: relative;
}

.top-fv-sec__open__bg--inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: opacity .5s;
  position: absolute;
  top: 0;
  left: 0;
}

.top-fv-sec__open__bg--01 {
  background-image: url("../images/open_bg_1@2x.webp");
  opacity: 1;
}

.top-fv-sec__open__bg--02 {
  background-image: url("../images/open_bg_2@2x.webp");
  opacity: 0;
}

.top-fv-sec__open__bg--03 {
  background-image: url("../images/open_bg_3@2x.webp");
  opacity: 0;
}

.top-fv-sec__open--active .top-fv-sec__open--curtain {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.top-fv-sec__open--active .top-fv-sec__open--curtain--l {
  -webkit-animation-name: curtain_l;
  animation-name: curtain_l;
}

.top-fv-sec__open--active .top-fv-sec__open--curtain--r {
  -webkit-animation-name: curtain_r;
  animation-name: curtain_r;
}

.top-fv-sec__open--01 .top-fv-sec__open__bg--01,
.top-fv-sec__open--01 .top-fv-sec__open__txt--01 {
  opacity: 1;
}

.top-fv-sec__open--01 .top-fv-sec__open__bg--02,
.top-fv-sec__open--01 .top-fv-sec__open__txt--02 {
  opacity: 0;
}

.top-fv-sec__open--01 .top-fv-sec__open__bg--03,
.top-fv-sec__open--01 .top-fv-sec__open__txt--03 {
  opacity: 0;
}

.top-fv-sec__open--02 .top-fv-sec__open__bg--01,
.top-fv-sec__open--02 .top-fv-sec__open__txt--01 {
  opacity: 0;
}

.top-fv-sec__open--02 .top-fv-sec__open__bg--02,
.top-fv-sec__open--02 .top-fv-sec__open__txt--02 {
  opacity: 1;
}

.top-fv-sec__open--02 .top-fv-sec__open__bg--03,
.top-fv-sec__open--02 .top-fv-sec__open__txt--03 {
  opacity: 0;
}

.top-fv-sec__open--03 .top-fv-sec__open__bg--01,
.top-fv-sec__open--03 .top-fv-sec__open__txt--01 {
  opacity: 0;
}

.top-fv-sec__open--03 .top-fv-sec__open__bg--02,
.top-fv-sec__open--03 .top-fv-sec__open__txt--02 {
  opacity: 0;
}

.top-fv-sec__open--03 .top-fv-sec__open__bg--03,
.top-fv-sec__open--03 .top-fv-sec__open__txt--03 {
  opacity: 1;
}

@-webkit-keyframes curtain_l {
  0% {
    background-image: url("../images/open_curtain_00@2x.webp");
  }

  25% {
    background-image: url("../images/open_curtain_01@2x.webp");
  }

  50% {
    background-image: url("../images/open_curtain_02@2x.webp");
  }

  75% {
    opacity: 1;
    background-image: url("../images/open_curtain_03@2x.webp");
  }

  100% {
    opacity: 0;
    background-image: url("../images/open_curtain_03@2x.webp");
  }
}

@keyframes curtain_l {
  0% {
    background-image: url("../images/open_curtain_00@2x.webp");
  }

  25% {
    background-image: url("../images/open_curtain_01@2x.webp");
  }

  50% {
    background-image: url("../images/open_curtain_02@2x.webp");
  }

  75% {
    opacity: 1;
    background-image: url("../images/open_curtain_03@2x.webp");
  }

  100% {
    opacity: 0;
    background-image: url("../images/open_curtain_03@2x.webp");
  }
}

@-webkit-keyframes curtain_r {
  0% {
    background-image: url("../images/open_curtain_00@2x.webp");
  }

  25% {
    background-image: url("../images/open_curtain_01@2x.webp");
  }

  50% {
    background-image: url("../images/open_curtain_02@2x.webp");
  }

  75% {
    opacity: 1;
    background-image: url("../images/open_curtain_03@2x.webp");
  }

  100% {
    opacity: 0;
    background-image: url("../images/open_curtain_03@2x.webp");
  }
}

@keyframes curtain_r {
  0% {
    background-image: url("../images/open_curtain_00@2x.webp");
  }

  25% {
    background-image: url("../images/open_curtain_01@2x.webp");
  }

  50% {
    background-image: url("../images/open_curtain_02@2x.webp");
  }

  75% {
    opacity: 1;
    background-image: url("../images/open_curtain_03@2x.webp");
  }

  100% {
    opacity: 0;
    background-image: url("../images/open_curtain_03@2x.webp");
  }
}

.top-fv-sec__txt {
  text-align: center;
  margin-top: 37px;
}

.top-fv-sec__txt--01 {
  margin: auto;
}

.top-fv-sec__txt--02 {
  margin: auto;
  margin-top: 22px;
}

.top-renew-sec {
  margin-top: 150px;
}

.top-renew-sec--first {
  padding: 0px 35px;
}

.top-renew-sec--first h3 {
  margin-bottom: 40px;
  text-align: center;
}

.top-renew-sec--first .c-txt {
  padding: 0px 13px;
}

.top-renew-sec__function {
  margin-top: 55px;
  margin-bottom: 85px;
}

.top-renew-sec__point {
  margin-top: 50px;
  margin-bottom: 55px;
  text-align: center;
  padding: 46px 0px 74px 0px;
  position: relative;
}

.top-renew-sec__point img {
  margin: auto;
}

.top-renew-sec__point--txt {
  text-align: center;
  position: relative;
}

.top-renew-sec__point--txt h3 {
  margin-bottom: 36px;
}

.top-renew-sec__point--txt h3 img {
  margin: auto;
}

.top-renew-sec__point h4 {
  margin-bottom: 30px;
}

.top-renew-sec__point--items {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 380px;
  margin: auto;
  margin-bottom: 50px;
}

.top-renew-sec__point--item {
  width: 50%;
  margin-bottom: 20px;
}

.top-renew-sec--mypage-attntion {
  margin: auto;
  margin-top: 30px;
  position: relative;
  z-index: 10;
}

.top-renew-sec--mypage-attntion--txt {
  font-size: .67rem;
  text-align: center;
  margin-top: 1.5rem;
  font-weight: 600;
  line-height: .9rem;
}

.top-renew-sec--mypage-cv-btn {
  display: block;
  text-align: center;
  margin-top: -10px;
  transition: .5s;
}

.top-renew-sec--mypage-cv-btn:hover {
  opacity: .7;
}

.top-renew-sec--mypage-cv-btn img {
  margin: auto;
}

.top-renew-sec--step {
  margin-top: 11px;
}

.top-renew-sec--duck {
  position: absolute;
  bottom: calc(100% - 93px);
  right: -62px;
}

.top-renew-sec__update {
  position: relative;
  margin-top: 70px;
}

.top-renew-sec__update p {
  margin-top: 20px;
}

.top-renew-sec__update p span {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.top-renew-sec__update--contents {
  margin-top: 40px;
}

.top-anshin-sec {
  margin-top: 150px;
}

.top-anshin-sec__contents {
  margin-top: 85px;
}

.top-anshin-sec__taiken {
  margin-top: 150px;
  text-align: center;
  position: relative;
}

.top-anshin-sec__taiken--attention {
  font-size: 12px;
  font-weight: 700;
  line-height: 107%;
  text-align: left;
  margin-top: 8px;
  color: #878787;
  margin-left: 5px;
  letter-spacing: 0;
  padding-bottom: 30px;
  position: relative;
  padding-left: 13px;
}

.top-anshin-sec__taiken--attention:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.top-anshin-sec__taiken__sp {
  width: 103%;
  height: 103%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(0,0,0,.7);
  z-index: 10000000;
  display: none;
}

.top-anshin-sec__taiken__sp--inner {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 78%;
  height: 79%;
  border-radius: 3px;
}

.top-anshin-sec__taiken--play {
  position: relative;
}

.top-anshin-sec__taiken--play--img {
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.top-anshin-sec__taiken--play--hidden {
  opacity: 0;
  pointer-events: none;
}

.top-anshin-sec__taiken--play--iframe iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: unset;
}

.top-anshin-sec__taiken--close {
  background-color: #e87400;
  position: absolute;
  bottom: 100%;
  right: 0px;
  margin-bottom: -3px;
  border-radius: 10px 10px 0px 0px;
  width: 26px;
  height: 32px;
}

.top-anshin-sec__taiken--close img {
  width: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top-anshin-sec__taiken--comment {
  position: absolute;
  bottom: -85px;
  right: -90px;
  z-index: 10;
}

.top-anshin-sec__taiken--contents {
  position: relative;
  width: 365px;
  margin: auto;
  margin-top: 22px;
}

.top-tanoshimu-sec {
  position: relative;
  margin-top: 160px;
}

.top-tanoshimu-sec__contents {
  margin-top: 70px;
}

.top-shiraberu-sec {
  margin-top: 150px;
  z-index: 10;
}

.top-shiraberu-sec__contents {
  margin-top: 80px;
}

.top-footer-sec {
  padding: 80px 0px 0px 0px;
  background-color: #fef7dc;
  text-align: center;
  border-radius: 10px;
  position: relative;
}

.top-footer-sec--support {
  display: block;
}

.top-footer-sec--support--off {
  display: inline-block;
}

.top-footer-sec--support--on {
  display: none;
}

.top-footer-sec--support img {
  margin: auto;
}

.top-footer-sec--support:hover .top-footer-sec--support--off {
  display: none;
}

.top-footer-sec--support:hover .top-footer-sec--support--on {
  display: inline-block;
}

.top-footer-sec__app {
  margin-top: 45px;
  background-color: #fff2bb;
  width: 326px;
  border-radius: 10px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 60px;
  padding: 18px 24px 21px 24px;
  position: relative;
  z-index: 10;
}

.top-footer-sec__app--existing {
  margin-top: 0px;
}

.top-footer-sec__app h4 {
  margin-bottom: 12px;
}

.top-footer-sec__app h4 img {
  width: 220px;
}

.top-footer-sec__app--wrap {
  position: relative;
}

.top-footer-sec__app--new {
  position: absolute;
  top: -8px;
  right: -17px;
}

.top-footer-sec__app p {
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 0px;
  margin-top: 15px;
}

.top-footer-sec__app .c-download--contents {
  margin-top: 10px;
}

.top-footer-sec__app span {
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: -0.63px;
  background-color: #ffde55;
  padding: 2px 10px;
}

.top-footer-sec--bg {
  background-color: #fff;
  position: relative;
  z-index: 5;
  padding-top: 100px;
  margin-top: -130px;
  padding-bottom: 100px;
}

.top-footer-sec--bg:before {
  content: "";
  width: 100%;
  height: 13px;
  background-repeat: repeat-x;
  background-size: 600px;
  position: absolute;
  left: 0;
  background-position: center top;
  background-image: url("../images/wave_white.svg");
  bottom: 100%;
}

.top-footer-sec__sns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

.top-footer-sec__sns--btn {
  cursor: pointer;
}

.top-footer-sec__sns--btn:hover .top-footer-sec__sns--off {
  display: none;
}

.top-footer-sec__sns--btn:hover .top-footer-sec__sns--on {
  display: block;
}

.top-footer-sec__sns--on {
  display: none;
}

.top-footer-sec--copy {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 20px;
}

.top-footer-sec__sp {
  text-align: center;
  margin-top: 25vw;
  padding-bottom: 11vw;
  padding-top: 11vw;
  display: block;
  padding-bottom: 30vw;
  z-index: 50;
  background-color: #ffde55;
  position: relative;
}

.top-footer-sec__sp--pagetop {
  display: block;
}

.top-footer-sec__sp--pagetop img {
  width: 40vw;
}

.is-scroll .top-pc-sec__download {
  opacity: 1;
}

.is-footer .top-pc-sec__download {
  opacity: 0;
}

.app_video {
  width: 100%;
  height: 30vw;
}

html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-size: 21px;
  line-height: 26px;
}

body {
  font-family: "Zen Kaku Gothic New",sans-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;
  }

  .is-scroll .l-header {
    height: 77px;
  }

  .is-scroll .l-header--logo img {
    width: 170px;
  }

  .top-footer-sec__sp {
    display: none;
  }

  .u-pc-hide {
    display: none !important;
  }

  .u-sp-hide {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .c-privacybanner {
    width: calc(100% - 20px);
    padding: 10px;
  }

  .c-privacybanner--txt {
    padding-right: 5px;
  }

  .c-download--contents {
    gap: 6vw;
  }

  .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-start-animation-01--duck {
    width: 140px;
  }

  .c-start-animation-01--logo {
    width: 210px;
    margin-top: 35px;
  }

  .c-start-animation-02--icon {
    width: 200px;
    height: 200px;
  }

  .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;
  }

  .c-wave {
    display: none;
  }

  .c-wave--contents {
    height: 34px;
  }

  .c-wave__item--js__inner:first-child {
    -webkit-animation: js_loop_1 210s linear infinite;
    animation: js_loop_1 210s linear infinite;
  }

  .c-wave__item--js__inner:nth-child(2) {
    -webkit-animation: js_loop_2 210s -140s linear infinite;
    animation: js_loop_2 210s -140s linear infinite;
  }

  .c-wave__item--js__inner:last-child {
    -webkit-animation: js_loop_3 210s -70s linear infinite;
    animation: js_loop_3 210s -70s linear infinite;
  }

  .c-wave__item--wave .c-wave__item--js__item {
    width: 370px;
  }

  .c-wave__item--wave .c-wave__item--js__item img {
    width: 370px;
    height: 9px;
  }

  .c-wave__item--open-anime .c-wave__item--js__item {
    width: 897px;
  }

  .c-wave__item--open-anime .c-wave__item--js__item img {
    width: 897px;
    height: 26px;
  }

  .g-nav-pc {
    display: none;
  }

  .l-header {
    width: 100%;
    height: 50px;
  }

  .l-header--logo {
    position: absolute;
    top: -17px;
    left: 25px;
    font-size: 160px;
    line-height: 20px;
  }

  .l-header--logo img {
    width: 130px;
  }

  .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-header-sec {
    padding: 0px 8vw;
  }

  .top-header-sec__title {
    margin-bottom: 12.1vw;
  }

  .top-header-sec__title img {
    height: 34.5vw;
    width: auto;
  }

  .top-contents-yellow:before,
  .top-contents-yellow:after {
    height: 8px;
    background-size: 340px 100%;
  }

  .top-contents-slide {
    padding: 5vw 0px 8vw 0px;
  }

  .top-contents-side-tile {
    background-position: center;
    background-size: 630px 441px;
    background-image: url("../images/tile_bg@2x.webp");
    padding: 0px;
  }

  .top-pc-sec {
    display: none;
  }

  .top-fv-sec {
    padding: 0px 15px;
  }

  .top-fv-sec__open {
    height: 62vw;
    border-radius: 2.4vw;
  }

  .top-fv-sec__open--first-txt {
    width: 94%;
    top: 3vw;
  }

  .top-fv-sec__open--icon {
    width: 45vw;
  }

  .top-fv-sec__open__txt {
    top: 3vw;
    right: 3vw;
  }

  .top-fv-sec__open__txt--img {
    width: 6.5vw;
  }

  .top-fv-sec__txt {
    margin-top: 8vw;
  }

  .top-fv-sec__txt--01 {
    width: 65vw;
  }

  .top-fv-sec__txt--02 {
    margin-top: 4.5vw;
    width: 70vw;
  }

  .top-renew-sec {
    margin-top: 10vw;
  }

  .top-renew-sec .c-anchor {
    top: -80px;
  }

  .top-renew-sec--first h3 {
    margin-bottom: 13vw;
  }

  .top-renew-sec--first h3 img {
    width: 84vw;
  }

  .top-renew-sec--first .c-txt {
    padding: 0px 5vw;
  }

  .top-renew-sec--first .top-contents-side-tile--contents {
    padding-bottom: 18vw;
  }

  .top-renew-sec__function {
    margin-top: -3vw;
    margin-bottom: 15vw;
  }

  .top-renew-sec__point {
    padding: 15vw 0px 8vw 0px;
    margin-bottom: 0vw;
    position: relative;
    z-index: 5;
  }

  .top-renew-sec__point--txt h3 {
    margin-bottom: 11vw;
  }

  .top-renew-sec__point--txt h3 img {
    width: 89vw;
  }

  .top-renew-sec__point h4 {
    margin-bottom: 7vw;
  }

  .top-renew-sec__point h4 img {
    width: 90vw;
  }

  .top-renew-sec__point--items {
    width: 90vw;
    margin-bottom: 8vw;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .top-renew-sec__point--item {
    width: calc(50% - 2.5vw);
    margin-bottom: 5vw;
  }

  .top-renew-sec--mypage-attntion {
    width: 90vw;
    margin-top: 8vw;
  }

  .top-renew-sec--mypage-cv-btn img {
    width: 90vw;
  }

  .top-renew-sec--step {
    margin-top: 0px;
    width: 44vw;
  }

  .top-renew-sec--duck {
    width: 18vw;
    right: 0vw;
    bottom: calc(100% - 4vw);
  }

  .top-renew-sec__update {
    margin-top: 13vw;
  }

  .top-renew-sec__update p {
    margin-top: 3vw;
    font-size: .78rem;
    line-height: 1rem;
  }

  .top-renew-sec__update p span {
    font-size: .7rem;
    line-height: 1.5rem;
  }

  .top-renew-sec__update--contents {
    margin-top: 0;
  }

  .top-renew-sec__update--contents img {
    width: 90vw;
  }

  .top-anshin-sec {
    margin-top: 0px;
  }

  .top-anshin-sec .top-contents-side-tile--contents {
    padding: 26vw 3vw 16vw 3vw;
  }

  .top-anshin-sec__contents {
    margin-top: 0px;
    z-index: 1;
  }

  .top-anshin-sec__taiken {
    margin-top: 0;
  }

  .top-anshin-sec__taiken .top-contents-side-tile--contents {
    padding: 21vw 0px 0px 0px !important;
  }

  .top-anshin-sec__taiken h3 {
    width: calc(100% + 5vw);
  }

  .top-anshin-sec__taiken--attention {
    text-align: center;
    font-size: .6rem;
    margin-top: .5rem;
    padding-left: 0;
    margin-left: 0;
    font-weight: 500;
  }

  .top-anshin-sec__taiken--attention:before {
    position: static;
  }

  .top-anshin-sec__taiken--play {
    width: 100%;
  }

  .top-anshin-sec__taiken--contents {
    width: 100%;
    margin-top: 2vw;
  }

  .top-tanoshimu-sec {
    margin-top: 0;
  }

  .top-tanoshimu-sec--header .top-contents-side-tile--contents {
    padding: 29vw 3vw 29vw 3vw;
  }

  .top-tanoshimu-sec__contents {
    margin-top: 0;
    z-index: 10;
  }

  .top-shiraberu-sec {
    margin-top: 0;
  }

  .top-shiraberu-sec--header .top-contents-side-tile--contents {
    padding: 20vw 3vw 15vw 3vw;
  }

  .top-shiraberu-sec__contents {
    margin-top: 0;
    z-index: 10;
  }

  .top-footer-sec {
    padding: 18vw 0px 0px 0px;
  }

  .top-footer-sec--support {
    width: 68vw;
    margin: auto;
  }

  .top-footer-sec__app {
    width: 100%;
    margin-top: 14vw;
    margin-bottom: 0px;
    padding: 9vw 1vw 9vw 1vw;
    border-radius: 0px;
  }

  .top-footer-sec__app--existing {
    margin-top: 0;
  }

  .top-footer-sec__app--inner {
    width: 79.4vw;
    margin: auto;
  }

  .top-footer-sec__app h4 {
    margin-bottom: 5vw;
  }

  .top-footer-sec__app h4 img {
    width: 64vw;
  }

  .top-footer-sec__app--icon {
    width: 57vw;
  }

  .top-footer-sec__app--new {
    width: 17vw;
    top: -3vw;
    right: 4vw;
  }

  .top-footer-sec__app p {
    font-size: .8rem;
    line-height: 1.1rem;
    margin-top: .7rem;
  }

  .top-footer-sec__app .c-download--contents {
    margin-top: 6vw;
    margin-bottom: 6vw;
  }

  .top-footer-sec__app .c-download--btns img {
    width: 31vw;
  }

  .top-footer-sec__app span {
    display: block;
    margin-top: 4vw;
    font-size: .65rem;
    line-height: .8rem;
    line-height: 1rem;
    padding: 2vw 7vw;
    border-radius: 1vw;
  }

  .top-footer-sec--title img {
    width: 17vw;
  }

  .top-footer-sec--bg {
    background-position: center;
    background-size: 630px 441px;
    background-image: url("../images/tile_bg@2x.webp");
    padding-top: 13vw;
    padding-bottom: 0;
    margin-top: 0;
  }

  .top-footer-sec--bg:before {
    display: none;
  }

  .top-footer-sec__sns {
    gap: 6vw;
  }

  .top-footer-sec__sns--item img {
    width: 18vw;
  }

  .top-footer-sec--copy {
    margin-top: 0;
  }

  .taiken-play .top-anshin-sec__taiken__sp {
    display: block;
  }

  .taiken-play iframe {
    border: solid 4px #e87400;
    border-radius: 3px;
  }

  html {
    font-size: 5.625vw;
    line-height: 8.5vw;
  }
}

@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;
  }
}