/*------------------------------------------------------------
color
------------------------------------------------------------*/
/*------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lilita+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap");
@font-face {
  font-family: "Hiragino Sans";
  src: url("/static/ext/pages/top_page/fonts/Hiragino-Sans-GB-W3.otf")
      format("opentype"),
    url("/static/ext/pages/top_page/fonts/Hiragino-Sans-GB-W6.otf")
      format("opentype");
  font-weight: normal;
  font-style: normal;
}
/* [ easy transform ]
-------------------------------------------------*/
@-webkit-keyframes bound-anim {
  0%,
  100% {
    bottom: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    bottom: 25%;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  90% {
    bottom: 0;
    -webkit-transform: scale(1.2, 0.8);
    transform: scale(1.2, 0.8);
  }
}
@keyframes bound-anim {
  0%,
  100% {
    bottom: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    bottom: 25%;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  90% {
    bottom: 0;
    -webkit-transform: scale(1.2, 0.8);
    transform: scale(1.2, 0.8);
  }
}
@-webkit-keyframes bound-anim02 {
  0%,
  100% {
    top: 0;
  }
  30% {
    top: -25%;
  }
  90% {
    top: 0;
  }
}
@keyframes bound-anim02 {
  0%,
  100% {
    top: 0;
  }
  30% {
    top: -25%;
  }
  90% {
    top: 0;
  }
}
@-webkit-keyframes bound-anim03 {
  0%,
  100% {
    top: 0;
  }
  30% {
    top: -15px;
  }
  90% {
    top: 0;
  }
}
@keyframes bound-anim03 {
  0%,
  100% {
    top: 0;
  }
  30% {
    top: -15px;
  }
  90% {
    top: 0;
  }
}
@-webkit-keyframes nav-hover01 {
  0% {
    left: 0;
    top: 0;
  }
  70% {
    left: -60px;
    top: -10px;
  }
  100% {
    left: 0;
    top: 0;
  }
}
@keyframes nav-hover01 {
  0% {
    left: 0;
    top: 0;
  }
  70% {
    left: -60px;
    top: -10px;
  }
  100% {
    left: 0;
    top: 0;
  }
}
@-webkit-keyframes nav-hover02 {
  0% {
    right: 0;
    bottom: 0;
  }
  70% {
    right: -60px;
    bottom: -10px;
  }
  100% {
    right: 0;
    bottom: 0;
  }
}
@keyframes nav-hover02 {
  0% {
    right: 0;
    bottom: 0;
  }
  70% {
    right: -60px;
    bottom: -10px;
  }
  100% {
    right: 0;
    bottom: 0;
  }
}
@-webkit-keyframes jump {
  50% {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
}
@keyframes jump {
  50% {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
}
@-webkit-keyframes pager-arr-l {
  0% {
    left: 0;
  }
  30% {
    left: -20px;
  }
  50% {
    left: -20px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  70% {
    left: -20px;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes pager-arr-l {
  0% {
    left: 0;
  }
  30% {
    left: -20px;
  }
  50% {
    left: -20px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  70% {
    left: -20px;
    -webkit-transform: none;
    transform: none;
  }
  100% {
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -5699px;
  }
}
@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -5699px;
  }
}
@-webkit-keyframes disk {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes disk {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sound {
  0% {
    opacity: 0.35;
    height: 10px;
  }
  100% {
    opacity: 1;
    height: 94px;
  }
}
@keyframes sound {
  0% {
    opacity: 0.35;
    height: 10px;
  }
  100% {
    opacity: 1;
    height: 94px;
  }
}
@-webkit-keyframes soundSP {
  0% {
    opacity: 0.35;
    height: 6px;
  }
  100% {
    opacity: 1;
    height: 31px;
  }
}
@keyframes soundSP {
  0% {
    opacity: 0.35;
    height: 6px;
  }
  100% {
    opacity: 1;
    height: 31px;
  }
}
@-webkit-keyframes functionimg01 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes functionimg01 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes functionimg02 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes functionimg02 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes functionimg03 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes functionimg03 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes moveUpDown {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, 60px);
    transform: translate(0, 60px);
  }
}
@keyframes moveUpDown {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, 60px);
    transform: translate(0, 60px);
  }
}
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Hiragino Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font: inherit;
  font-style: normal;
  font-weight: normal;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
  list-style: none;
  border: 0;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .sp,
  .SP {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .pc,
  .PC {
    display: none !important;
  }
}

.home .l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.l-header__content {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  padding: 24px 50px;
}
@media screen and (max-width: 1024px) {
  .l-header__content {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__content {
    padding: 8px 10px;
  }
}
.l-header--title {
  font-size: 6rem;
  color: #f02c54;
  padding-left: 24px;
}
@media screen and (max-width: 1024px) {
  .l-header--title {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header--title {
    font-size: 2.2rem;
    padding-left: 15px;
  }
}

.l-footer {
  position: relative;
  background: linear-gradient(
    147.8deg,
    #b974ff 0%,
    #ee6d8a 25%,
    #f02c54 50%,
    #ee6d8a 75%,
    #b974ff 100%
  );
  padding: 180px 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 64px 0;
  }
}
.l-footer:before {
  content: "";
  width: 100%;
  height: 169px;
  background: url("/static/images/lp_20250409/common/footer_bg.png") bottom
    center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-footer:before {
    height: 96px;
  }
}
.l-footer:after {
  content: "";
  width: 100%;
  height: 169px;
  background: url("/static/images/lp_20250409/common/footer_bg.png") bottom
    center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .l-footer:after {
    height: 96px;
  }
}
.l-footer__main {
  max-width: 1650px;
  margin: 0 auto;
  padding: 0 10px;
}
.l-footer__content {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .l-footer__content {
    padding: 0;
  }
}
.l-footer__head {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .l-footer__head {
    text-align: center;
    padding-bottom: 40px;
  }
}
.l-footer__logo {
  width: 547px;
  height: 119px;
  position: relative;
  margin: 0 auto;
}
.l-footer__store_img {
  width: auto;
  height: 91px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 298px;
    height: 64px;
    margin: 0 auto;
  }
}
.l-footer__logo span {
  position: absolute;
}
.l-footer__logo span:nth-child(1) {
  left: 0;
  -webkit-animation: bound-anim 0.8s 0s infinite;
  animation: bound-anim 0.8s 0s infinite;
}
@media screen and (max-width: 767px) {
  .l-footer__logo span:nth-child(1) img {
    height: 56px;
  }
}
.l-footer__logo span:nth-child(2) {
  left: 167px;
  -webkit-animation: bound-anim 0.8s 0.1s infinite;
  animation: bound-anim 0.8s 0.1s infinite;
}
@media screen and (max-width: 767px) {
  .l-footer__logo span:nth-child(2) {
    left: 70px;
  }
}
.l-footer__logo span:nth-child(3) {
  left: 268px;
  -webkit-animation: bound-anim 0.8s 0.2s infinite;
  animation: bound-anim 0.8s 0.2s infinite;
}
@media screen and (max-width: 767px) {
  .l-footer__logo span:nth-child(3) {
    left: 128px;
  }
}
.l-footer__logo span:nth-child(4) {
  left: 345px;
  -webkit-animation: bound-anim 0.8s 0.3s infinite;
  animation: bound-anim 0.8s 0.3s infinite;
}
@media screen and (max-width: 767px) {
  .l-footer__logo span:nth-child(4) {
    left: 180px;
  }
}
.l-footer__logo span:nth-child(5) {
  left: 448px;
  -webkit-animation: bound-anim 1.2s 0.4s infinite;
  animation: bound-anim 1.2s 0.4s infinite;
}
@media screen and (max-width: 767px) {
  .l-footer__logo span:nth-child(5) {
    left: 240px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo span img {
    width: auto;
    height: 52px;
  }
}
.l-footer--txt1 {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 4.2rem;
  color: #fff;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-footer--txt1 {
    font-size: 1.4rem;
    display: block;
    text-align: center;
    margin: 10px 0 20px;
  }
}
.l-footer__left {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__left {
    width: 366px;
  }
}
.l-footer__img {
  text-align: center;
  padding-left: 180px;
}
.footer_space1 {
  height: 36px;
}
.footer_space2 {
  height: 48px;
}
@media screen and (max-width: 1200px) {
  .l-footer__img {
    width: 100%;
    margin-top: 48px;
    padding-left: 0;
  }
  .l-footer__img img {
    max-width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__img {
    width: 100%;
    margin-top: 36px;
    padding-left: 0;
  }
  .l-footer__img img {
    max-width: 70%;
  }
  .footer_space1 {
    height: 20px;
  }
  .footer_space2 {
    height: 16px;
  }
}
.footer_store_space {
  width: 20px;
}
.l-footer__app {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  padding: 0 10px;
}
.l-footer__app li {
}
@media screen and (max-width: 767px) {
  .footer_store_space {
    width: 4px;
  }
  .l-footer__app li {
    padding: 0 0;
  }
  .l-footer__app {
    padding: 0px;
  }
}
.l-footer__app li a {
  position: relative;
  display: inline-block;
}
.l-footer__app li a:hover {
  /* -webkit-animation: bound-anim02 0.5s;
          animation: bound-anim02 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; */
}
@media screen and (max-width: 767px) {
  .l-footer__app li a img {
    width: auto;
  }
}
.l-footer__links {
  padding: 36px;
}
@media screen and (max-width: 767px) {
  .l-footer__links {
  }
}
.l-footer__links li {
  /* padding: 24px; */
  display: flex;
  align-items: center;
}
.l-footer-space {
  width: 88px;
  height: 64px;
}
.l-footer-space11 {
  width: 88px;
  height: 64px;
}
@media screen and (max-width: 767px) {
  .l-footer__links li {
    /* padding: 10px; */
  }
  .l-footer-space {
    width: 16px;
    height: 56px;
  }
  .l-footer-space11 {
    height: 0px;
  }
  .l-footer__links {
    padding: 20px 0;
  }
  .l-footer__store_img {
    width: auto;
    height: 60px;
  }
}
/* .l-footer__links li:nth-child(1), .l-footer__links li:nth-child(4) {
  width: 150px;
} */
/* @media screen and (max-width: 767px) {
  .l-footer__links li:nth-child(1), .l-footer__links li:nth-child(4) {
    width: 55px;
  }
} */
/* .l-footer__links li:nth-child(2), .l-footer__links li:nth-child(5) {
  width: 435px;
} */
/* @media screen and (max-width: 767px) {
  .l-footer__links li:nth-child(2), .l-footer__links li:nth-child(5) {
    width: 150px;
  }
} */
/* .l-footer__links li:nth-child(3), .l-footer__links li:nth-child(6) {
  width: 435px;
} */
/* @media screen and (max-width: 767px) {
  .l-footer__links li:nth-child(3), .l-footer__links li:nth-child(6) {
    width: 135px;
  }
} */
.l-footer__links li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  font-weight: 300;
  font-family: "Hiragino Sans";
}
@media screen and (max-width: 767px) {
  .l-footer__links li a {
    font-size: 14px;
  }
}
.l-footer__links li a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-footer__links li a:hover span.jump {
  /* -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; */
}
.l-footer__links li a span {
  display: inline-block;
}
.l-footer__links li a span.jump {
  -webkit-animation: jump 0.5s 1;
  animation: jump 0.5s 1;
}
.l-footer__socials {
  margin-top: 40px;
}
.l-footer__socials li {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .l-footer__socials li {
    padding: 0 5px;
  }
  .l-footer__socials li img {
    width: 62px;
  }
}
.l-footer__socials li a {
  position: relative;
  display: inline-block;
}
.l-footer__socials li a:hover {
  /* -webkit-animation: bound-anim02 0.5s;
          animation: bound-anim02 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; */
}
.footer_line {
  background-color: #fff;
  opacity: 30%;
  height: 0.5px;
}
.footer__copy_right {
  display: flex;
  justify-content: center;
  padding: 24px;
}
.l-footer__copy {
  text-align: center;
  font-size: 3rem;
  color: #fff;
  padding-top: 30px;
}
.footer__goverment_support {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 1.3rem;
  }
}
/* --------- 230421 add --------- */
.l-footer__copy_t {
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding-top: 30px;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-footer__copy_t {
    font-size: 1rem;
  }
  .br-sp {
    display: block;
  }
}

/* --------- 230421 add --------- */

/*------------------------------------------------------------
main
------------------------------------------------------------*/
html.open,
body.open {
  overflow: hidden;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  letter-spacing: 0;
  color: #232323;
  height: 100%;
  word-break: break-word;
}
body.open-menu {
  position: fixed;
  top: 0;
  overflow: hidden;
  width: 100%;
}

.wrap {
  overflow: hidden;
}

.container {
  padding: 50px 80px 180px;
  background: linear-gradient(
    159.99deg,
    #ee8ba4 0%,
    #cfa2ff 33.33%,
    #ee8ba4 66.67%,
    #cfa2ff 100%
  );
}
@media screen and (max-width: 767px) {
  .container {
    padding: 15px 10px 50px;
  }
}

.container02 {
  padding: 50px 80px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(174, 92, 255, 0.5)),
    color-stop(33%, rgba(240, 44, 84, 0.5)),
    color-stop(66%, rgba(174, 92, 255, 0.5)),
    to(rgba(240, 44, 84, 0.5))
  );
  background-image: linear-gradient(
    0deg,
    rgba(174, 92, 255, 0.5) 0%,
    rgba(240, 44, 84, 0.5) 33%,
    rgba(174, 92, 255, 0.5) 66%,
    rgba(240, 44, 84, 0.5) 100%
  );
}
@media screen and (max-width: 767px) {
  .container02 {
    padding: 15px 10px;
  }
}

.l-main {
  max-width: 1190px;
  margin: 0 auto;
  padding: 60px 65px;
}
@media screen and (max-width: 1024px) {
  .l-main {
    padding: 40px 45px;
  }
}
@media screen and (max-width: 767px) {
  .l-main {
    padding: 20px 10px;
  }
}

.l-main02 {
  max-width: 1210px;
  margin: 0 auto;
  padding: 60px 10;
}
@media screen and (max-width: 767px) {
  .l-main02 {
    padding: 20px 10px;
  }
}

.l-main03 {
  margin: 0 auto;
  position: relative;
}

.bg_white {
  background: rgba(255, 255, 255, 0.8);
}

.bg_rd01 {
  background-image: linear-gradient(
    135deg,
    rgba(174, 92, 255, 0.5) 0%,
    rgba(240, 44, 84, 0.5) 33%,
    rgba(174, 92, 255, 0.5) 66%,
    rgba(240, 44, 84, 0.5) 100%
  );
}

.bg_pink {
  background: #fce5eb;
}

.bg_pur {
  background-image: linear-gradient(135deg, #cfa2ff, #9b90fc);
}

/*------------------------------------------------------------
nav
------------------------------------------------------------*/
.l-nav {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background: url("/static/images/lp_20250409/common/nav_bg.jpg") top center
    no-repeat;
  background-size: cover;
  padding: 90px 0;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-nav {
    background: url("/static/images/lp_20250409/common/nav_bg_sp.jpg") top
      center no-repeat;
    background-size: cover;
  }
}
.l-nav.open {
  opacity: 1;
  pointer-events: auto;
}
.l-nav--links {
  display: inline-block;
}
.l-nav--links li {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .l-nav--links li {
    margin-bottom: 20px;
  }
}
.l-nav--links li:last-child {
  margin-bottom: 0;
}
.l-nav--links li a {
  font-size: 3.5rem;
  color: #fff;
  text-align: left;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-nav--links li a {
    font-size: 2.4rem;
  }
}
.l-nav--links li a:hover span {
  -webkit-animation-name: nav-hover01;
  animation-name: nav-hover01;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.l-nav--links li a:hover small {
  -webkit-animation-name: nav-hover02;
  animation-name: nav-hover02;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.l-nav--links li a span {
  position: relative;
  font-family: "Quicksand", sans-serif;
  font-style: italic;
}
.l-nav--links li a small {
  position: relative;
  display: block;
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .l-nav--links li a small {
    font-size: 1.6rem;
  }
}
.l-nav--socials {
  margin-top: 60px;
}
.l-nav--socials li {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .l-nav--socials li {
    max-width: 20%;
  }
}
.l-nav--socials li a {
  display: inline-block;
  position: relative;
}
.l-nav--socials li a:hover {
  /* -webkit-animation: bound-anim02 0.5s;
          animation: bound-anim02 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; */
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
button
------------------------------------------------------------*/

/* -------------- 0422 --------------  */
.l-header .l-header__content .btn-menu_contents {
  position: fixed;
  right: 50px;
}
@media screen and (max-width: 767px) {
  .l-header .l-header__content .btn-menu_contents {
    right: 10px;
  }
}
/* -------------- 0422 --------------  */

.btn-menu {
  cursor: pointer;
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fff;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn-menu {
    width: 42px;
    height: 42px;
  }
}
.btn-menu:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(240, 44, 84)),
    to(rgba(221, 65, 88, 0.3))
  );
  background-image: linear-gradient(
    to bottom,
    rgb(240, 44, 84),
    rgba(221, 65, 88, 0.3)
  );
  position: absolute;
  top: -5px;
  left: -5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn-menu:before {
    top: 0;
    left: 0;
  }
}
.btn-menu span {
  width: 45px;
  height: 10px;
  border-radius: 7px;
  background: #fff;
  position: absolute;
  top: calc(50% - 9.5px);
  left: 19px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .btn-menu span {
    width: 17px;
    height: 4px;
    top: calc(50% - 2px);
    left: 12px;
  }
}
.btn-menu span:before,
.btn-menu span:after {
  content: "";
  width: 45px;
  height: 10px;
  border-radius: 7px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn-menu span:before,
  .btn-menu span:after {
    width: 17px;
    height: 4px;
  }
}
.btn-menu span:before {
  top: -13px;
}
@media screen and (max-width: 767px) {
  .btn-menu span:before {
    top: -6px;
  }
}
.btn-menu span:after {
  top: 13px;
}
@media screen and (max-width: 767px) {
  .btn-menu span:after {
    top: 6px;
  }
}
.btn-menu:hover {
  background: #fff;
}
.btn-menu:hover:before {
  background: #fff;
  border: 1px solid #f02c54;
}
.btn-menu:hover span {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f02c54),
    to(#ffc2cf)
  );
  background-image: linear-gradient(to right, #f02c54, #ffc2cf);
}
.btn-menu:hover span:before,
.btn-menu:hover span:after {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f02c54),
    to(#ffc2cf)
  );
  background-image: linear-gradient(to right, #f02c54, #ffc2cf);
}
.btn-menu.open {
  background: none;
}
.btn-menu.open:before {
  background: #fff;
}
.btn-menu.open span {
  background: transparent;
}
.btn-menu.open span:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f02c54),
    to(#ffc2cf)
  );
  background-image: linear-gradient(to right, #f02c54, #ffc2cf);
  -webkit-transform: rotateZ(45deg) scaleX(1.1) translate(7px, 10px);
  transform: rotateZ(45deg) scaleX(1.1) translate(7px, 10px);
}
@media screen and (max-width: 767px) {
  .btn-menu.open span:before {
    -webkit-transform: rotateZ(45deg) scaleX(1.1) translate(4px, 4px);
    transform: rotateZ(45deg) scaleX(1.1) translate(4px, 4px);
  }
}
.btn-menu.open span:after {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#f02c54),
    to(#ffc2cf)
  );
  background-image: linear-gradient(to left, #f02c54, #ffc2cf);
  -webkit-transform: rotateZ(-45deg) scaleX(1.1) translate(7px, -11px);
  transform: rotateZ(-45deg) scaleX(1.1) translate(7px, -11px);
}
@media screen and (max-width: 767px) {
  .btn-menu.open span:after {
    -webkit-transform: rotateZ(-45deg) scaleX(1.1) translate(4px, -4px);
    transform: rotateZ(-45deg) scaleX(1.1) translate(4px, -4px);
  }
}

.c-btn01 {
  font-size: 3.5rem;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 425px;
  padding: 7px 0;
  border-radius: 35px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f02c54),
    to(#ffb7c6)
  );
  background-image: linear-gradient(to bottom, #f02c54, #ffb7c6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn01 {
    width: 240px;
    font-size: 1.8rem;
    border-radius: 19px;
    padding: 4px 0;
  }
}
.c-btn01:hover {
  border: 1px solid #f02c54;
  background: #fff;
  color: #f02c54;
}

.c-btn02 {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: calc(50% - 115px);
  min-width: 580px;
  text-align: left;
  border-radius: 95px 0 0 95px;
  padding: 30px calc(50% - 695px) 20px 55px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media screen and (max-width: 767px) {
  .c-btn02 {
    width: 223px;
    min-width: auto;
    border-radius: 60px 0 0 60px;
    padding: 10px 20px;
  }
}
.c-btn02:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 95px 0 0 95px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(240, 44, 84)),
    to(rgba(240, 44, 84, 0.31))
  );
  background-image: linear-gradient(
    to bottom,
    rgb(240, 44, 84),
    rgba(240, 44, 84, 0.31)
  );
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-btn02:before {
    border-radius: 60px 0 0 60px;
  }
}
.c-btn02:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 95px 0 0 95px;
  background: #fff;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .c-btn02:after {
    border-radius: 60px 0 0 60px;
    top: 7px;
    left: 7px;
  }
}
.c-btn02:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-btn02:hover .c-btn02--icon img {
  -webkit-animation: disk 4s infinite;
  animation: disk 4s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.c-btn02--txt {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .c-btn02--txt img {
    width: 175px;
  }
}
.c-btn02--icon {
  position: absolute;
  top: -40px;
  left: 394px;
  z-index: 2;
  width: 186px;
  height: 186px;
}
@media screen and (max-width: 767px) {
  .c-btn02--icon {
    width: 62px;
    height: 62px;
    left: auto;
    right: 25px;
    top: -15px;
  }
}
.c-btn02--icon:before {
  content: "";
  width: 50px;
  height: 50px;
  /* background: url("/static/images/lp_20250409/top/disk02_point.svg") center center no-repeat; */
  background-size: contain;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-btn02--icon:before {
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
  }
}
@media screen and (max-width: 767px) {
  .c-btn02--gray {
    padding-right: 50px;
  }
}
.c-btn02--gray .c-btn02--txt {
  display: block;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .c-btn02--gray .c-btn02--txt {
    padding: 5px 0;
  }
}
.c-btn02--gray .c-btn02--icon {
  top: -12px;
  left: 398px;
}
@media screen and (max-width: 767px) {
  .c-btn02--gray .c-btn02--icon {
    width: 62px;
    height: 62px;
    left: auto;
    right: 20px;
    top: -5px;
  }
}
.c-btn02--gray .c-btn02--icon:before {
  width: 68px;
  height: 68px;
  top: calc(50% - 34px);
  left: calc(50% - 34px);
  /* background: url("/static/images/lp_20250409/top/disk06_point.svg") center center no-repeat; */
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-btn02--gray .c-btn02--icon:before {
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
  }
}

/* ------------- 0422  ------------- */

.c-btn02_2 {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: calc(50% - 115px);
  min-width: 580px;
  text-align: left;
  border-radius: 95px 0 0 95px;
  padding: 30px calc(50% - 695px) 20px 55px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media screen and (max-width: 767px) {
  .c-btn02_2 {
    width: 223px;
    min-width: auto;
    border-radius: 60px 0 0 60px;
    padding: 10px 20px;
  }
}
.c-btn02_2:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 95px 0 0 95px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(240, 44, 84)),
    to(rgba(240, 44, 84, 0.31))
  );
  background-image: linear-gradient(
    to bottom,
    rgb(240, 44, 84),
    rgba(240, 44, 84, 0.31)
  );
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-btn02_2:before {
    border-radius: 60px 0 0 60px;
  }
}
.c-btn02_2:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 95px 0 0 95px;
  background: #fff;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .c-btn02_2:after {
    border-radius: 60px 0 0 60px;
    top: 7px;
    left: 7px;
  }
}
.c-btn02_2:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-btn02_2:hover .c-btn02--icon img {
  -webkit-animation: disk 4s infinite;
  animation: disk 4s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.c-btn02--txt {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .c-btn02--txt img {
    width: 175px;
  }
}
.c-btn02--icon {
  position: absolute;
  top: -40px;
  left: 394px;
  z-index: 2;
  width: 186px;
  height: 186px;
}
@media screen and (max-width: 767px) {
  .c-btn02--icon {
    width: 62px;
    height: 62px;
    left: auto;
    right: 25px;
    top: -15px;
  }
}
.c-btn02--icon:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url("/static/images/lp_20250409/top/disk02_point.svg") center
    center no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-btn02--icon:before {
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
  }
}
@media screen and (max-width: 767px) {
  .c-btn02--gray {
    padding-right: 50px;
  }
}
.c-btn02--gray .c-btn02--txt {
  display: block;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .c-btn02--gray .c-btn02--txt {
    padding: 5px 0;
  }
}
.c-btn02--gray .c-btn02--icon {
  top: -12px;
  left: 398px;
}
@media screen and (max-width: 767px) {
  .c-btn02--gray .c-btn02--icon {
    width: 62px;
    height: 62px;
    left: auto;
    right: 20px;
    top: -5px;
  }
}
.c-btn02--gray .c-btn02--icon:before {
  width: 68px;
  height: 68px;
  top: calc(50% - 34px);
  left: calc(50% - 34px);
  background: url("/static/images/lp_20250409/top/disk06_point.svg") center
    center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-btn02--gray .c-btn02--icon:before {
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
  }
}

/* ------------- 0422  -------------  */

.c-btn03 {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: calc(50% - 115px);
  min-width: 580px;
  text-align: left;
  border-radius: 0 95px 95px 0;
  padding: 30px 55px 20px calc(50% - 695px);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media screen and (max-width: 767px) {
  .c-btn03 {
    width: 223px;
    min-width: auto;
    border-radius: 60px 0 0 60px;
    padding: 10px 20px;
  }
}
.c-btn03:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0 95px 95px 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(240, 44, 84)),
    to(rgba(240, 44, 84, 0.31))
  );
  background-image: linear-gradient(
    to bottom,
    rgb(240, 44, 84),
    rgba(240, 44, 84, 0.31)
  );
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-btn03:before {
    border-radius: 0 60px 60px 0;
  }
}
.c-btn03:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0 95px 95px 0;
  background: #fff;
  position: absolute;
  top: 15px;
  left: -15px;
}
@media screen and (max-width: 767px) {
  .c-btn03:after {
    border-radius: 0 60px 60px 0;
    top: 7px;
    left: -7px;
  }
}
.c-btn03:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-btn03:hover .c-btn03--icon img {
  -webkit-animation: disk 4s infinite;
  animation: disk 4s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.c-btn03--txt {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .c-btn03--txt img {
    width: 179px;
  }
}
.c-btn03--icon {
  position: absolute;
  top: -40px;
  right: 104px;
  z-index: 2;
  width: 186px;
  height: 186px;
}
@media screen and (max-width: 767px) {
  .c-btn03--icon {
    width: 62px;
    height: 62px;
    left: auto;
    right: 38px;
    top: -17px;
  }
}
.c-btn03--icon:before {
  content: "";
  width: 50px;
  height: 50px;
  /* background: url("/static/images/lp_20250409/top/disk04_point.svg") center center no-repeat; */
  background-size: contain;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-btn03--icon:before {
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
  }
}

.c-btn04 {
  display: inline-block;
  width: 713px;
  max-width: 100%;
  background: url("/static/images/lp_20250409/top/explore_all_stories_bg.png")
    no-repeat;
  background-size: 100% 100%;
  padding: 19px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn04 {
    padding: 12px 0;
  }
}
.c-btn04:hover .c-btn04--icon img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .c-btn04--txt img {
    width: 60%;
  }
}
.c-btn04--icon {
  width: 60px;
  position: absolute;
  right: 60px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .c-btn04--icon {
    width: 28px;
    height: 28px;
    right: auto;
    left: 80%;
  }
}
.c-btn04--icon img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn05 {
  width: 380px;
  max-width: 100%;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* background: -webkit-gradient(linear, left top, left bottom, from(#F02C54), to(#FFB7C6));
  background: linear-gradient(180deg, #F02C54 0%, #FFB7C6 100%); */
  border-radius: 80.5px;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-btn05 {
    width: 256px;
    height: 48px;
  }
}
.c-btn05:hover {
  opacity: 0.7;
}
.c-btn05.video-btn {
  margin-top: 110px;
  width: 480px;
  height: 96px;
}
@media screen and (max-width: 767px) {
  .c-btn05.video-btn {
    margin-top: 38px;
    width: 324px;
    height: 64px;
  }
}
.c-btn05.video-btn .c-btn05--txt {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .c-btn05.video-btn .c-btn05--txt {
    font-size: 24px;
  }
}
.c-btn05--txt {
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn05--txt {
    font-size: 16px;
    position: relative;
    left: -10px;
  }
}
.c-btn05--icon {
  width: 46px;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .c-btn05--icon {
    width: 32px;
    margin-left: 0;
  }
}
.c-btn05--icon img {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .c-btn05--icon img {
    width: 32px;
    height: 32px;
  }
}
.c-btn05--icon-2 {
  width: 88px;
  height: 88px;
  position: relative;
  left: -20px;
}
@media screen and (max-width: 767px) {
  .c-btn05--icon-2 {
    width: 64px;
    height: 64px;
  }
}

.btn-viewmore {
  display: inline-block;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.btn-viewmore:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .btn-viewmore--txt img {
    width: 208px;
  }
}
.btn-viewmore--icon {
  width: 47px;
  position: absolute;
  top: calc(50% - 23px);
  left: calc(100% + 20px);
}
@media screen and (max-width: 767px) {
  .btn-viewmore--icon {
    width: 20px;
    top: calc(50% - 10px);
    left: calc(100% + 10px);
  }
}
.btn-viewmore--icon img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
.c-title-animate {
  font-size: 3.4rem;
}

.c-title1 {
  font-size: 5rem;
  text-align: center;
  color: #f02c54;
  margin-bottom: 50px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .c-title1 {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title1 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.c-title1--white {
  color: #fff;
}

.c-title2 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-title2 {
    font-size: 1.3rem;
  }
}

.c-title3 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 10px;
  padding-bottom: 20px;
  padding-right: 100px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .c-title3 {
    font-size: 1.3rem;
  }
}
.c-title3 span {
  border-bottom: 1px solid #fdeb45;
  padding-bottom: 20px;
  padding-right: 100px;
}
@media screen and (max-width: 767px) {
  .c-title3 span {
    padding-bottom: 10px;
    padding-right: 40px;
  }
}

.u-flex {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.u-flex-row-reverse-pc {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .u-flex-row-reverse-sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.u-flex-col-reverse-pc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media screen and (max-width: 767px) {
  .u-flex-col-reverse-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.u-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}

/* --------------- 0422 --------------- */
@media screen and (max-width: 767px) {
  .u-between {
    /* justify-content: space-around; */
  }
}
/* --------------- 0422 --------------- */

.u-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.u-wrap {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.u-right {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .u-reverseSP {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.c-banner {
  width: 100%;
  background: url("/static/images/lp_20250409/top/banner_bg.jpg") top center
    no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.c-banner__top-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 10;
}
.c-banner__top-btn a img {
  height: 88px;
}
@media screen and (max-width: 767px) {
  .c-banner__top-btn {
    top: 12px;
    right: 16px;
  }
  .c-banner__top-btn a img {
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .c-banner {
    padding-top: 72px;
    background: url("/static/images/lp_20250409/top/banner_bg_sp.jpg") top
      center no-repeat;
    background-size: cover;
  }
}
.c-banner.wave {
  padding-bottom: 700px !important;
}
@media screen and (max-width: 767px) {
  .c-banner.wave {
    padding-bottom: 180px !important;
  }
}
.c-banner--about {
  background: url("/static/images/lp_20250409/about/banner_bg.png") top center
    no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-banner--about {
    background: url("/static/images/lp_20250409/about/banner_bg_sp.png") top
      center no-repeat;
    background-size: cover;
  }
}
.c-banner__content {
  max-width: 1300px;
  padding: 262px 20px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .c-banner__content {
    padding: 160px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-banner__content {
    padding: 10px;
  }
}
.c-banner--logo {
  width: 906px;
  height: 196px;
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-banner--logo {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-banner--logo {
    width: 298px;
    height: 54px;
    margin: 0 auto;
  }
}
.c-banner--logo span {
  position: absolute;
  -webkit-filter: drop-shadow(0px 0px 12px rgba(255, 101, 129, 0.6));
  filter: drop-shadow(0px 0px 12px rgba(255, 101, 129, 0.6));
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .c-banner--logo span {
    width: 16%;
  }
}
@media screen and (max-width: 767px) {
  .c-banner--logo span {
    width: auto;
  }
}
.c-banner--logo span:nth-child(1) {
  left: 0;
  -webkit-animation: bound-anim 0.8s 0s infinite;
  animation: bound-anim 0.8s 0s infinite;
}
@media screen and (max-width: 1024px) {
  .c-banner--logo span:nth-child(1) {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .c-banner--logo span:nth-child(1) {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-banner--logo span:nth-child(1) img {
    height: 56px;
  }
}
.c-banner--logo span:nth-child(2) {
  left: 280px;
  -webkit-animation: bound-anim 0.8s 1s infinite;
  animation: bound-anim 0.8s 1s infinite;
}
@media screen and (max-width: 1024px) {
  .c-banner--logo span:nth-child(2) {
    left: 24%;
  }
}
@media screen and (max-width: 767px) {
  .c-banner--logo span:nth-child(2) {
    left: 70px;
  }
}
.c-banner--logo span:nth-child(3) {
  left: 448px;
  -webkit-animation: bound-anim 0.8s 0.2s infinite;
  animation: bound-anim 0.8s 0.2s infinite;
}
@media screen and (max-width: 1024px) {
  .c-banner--logo span:nth-child(3) {
    left: 44%;
  }
}
@media screen and (max-width: 767px) {
  .c-banner--logo span:nth-child(3) {
    left: 128px;
  }
}
.c-banner--logo span:nth-child(4) {
  left: 575px;
  -webkit-animation: bound-anim 0.8s 0.3s infinite;
  animation: bound-anim 0.8s 0.3s infinite;
}
@media screen and (max-width: 1024px) {
  .c-banner--logo span:nth-child(4) {
    left: 64%;
  }
}
@media screen and (max-width: 767px) {
  .c-banner--logo span:nth-child(4) {
    left: 180px;
  }
}
.c-banner--logo span:nth-child(5) {
  left: 748px;
  -webkit-animation: bound-anim 0.8s 0.4s infinite;
  animation: bound-anim 0.8s 0.4s infinite;
}
.c-banner--txt img {
  width: 960px;
}
@media screen and (max-width: 1024px) {
  .c-banner--logo span:nth-child(5) {
    left: 84%;
  }
}
@media screen and (max-width: 767px) {
  .c-banner--logo span:nth-child(5) {
    left: 240px;
  }
}
@media screen and (max-width: 767px) {
  .c-banner--logo span img {
    width: auto;
    height: 52px;
  }
}
@media screen and (max-width: 767px) {
  .c-banner--txt {
    text-align: center;
    margin-top: 10px;
  }
  .c-banner--txt img {
    width: 600px;
  }
}
@media screen and (max-width: 1600px) {
  .c-banner--flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-banner--left {
  width: 960px;
}
.c-banner--right {
  width: 591px;
}
.c-img-height {
  height: 120px;
  width: auto;
}
@media screen and (max-width: 1600px) {
  .c-banner--left {
    width: 960px;
    display: contents;
  }
  .c-banner--right {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .c-banner__content {
    width: 100%;
  }
  .c-img-height {
    height: 88px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-banner--right {
    text-align: center;
    margin-top: 100px;
  }
  .c-banner--right img {
    max-width: 100%;
  }
  .c-img-height {
    height: 60px;
    width: auto;
  }
}
.c-banner--title {
  width: 100%;
  font-size: 5.5rem;
  color: #ffffff;
  position: absolute;
  top: 380px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .c-banner--title {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-banner--title {
    font-size: 2rem;
    top: 180px;
  }
}
.c-banner--title span {
  display: inline-block;
}
.c-banner--title span.jump {
  -webkit-animation: jump 0.75s 1;
  animation: jump 0.75s 1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.c-banner__bot {
  text-align: center;
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .c-banner__bot {
    margin-top: 50px;
  }
}
.banner__text {
  text-align: center;
  margin-top: 160px;
  font-family: "Hiragino Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 3.8rem;
  color: #ffffff;
  text-shadow: 0px 0px 12px #ff6581;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .banner__text {
    font-size: 2rem;
    margin-top: 60px;
  }
}
.c-banner__bot span {
  display: inline-block;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-size: 3.8rem;
  color: #ffffff;
  text-shadow: 0px 0px 12px #ff6581;
}
@media screen and (max-width: 767px) {
  .c-banner__bot span {
    font-size: 16px;
  }
}
.c-banner .wave:after {
  -webkit-animation: none;
  animation: none;
}

.list-pager {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.list-pager--item {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  padding: 0 20px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media screen and (max-width: 767px) {
  .list-pager--item {
    font-size: 2.4rem;
    padding: 0 15px;
  }
}
.list-pager--item:hover {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.list-pager--item.active {
  color: #f02c54;
}
.list-pager--item.active:hover {
  -webkit-transform: none;
  transform: none;
  cursor: auto;
}
.list-pager--prev {
  display: inline-block;
  margin-right: 20px;
  border-right: 21px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media screen and (max-width: 767px) {
  .list-pager--prev {
    border-right: 17px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-right: 10px;
  }
}
.list-pager--prev:hover {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.list-pager--next {
  display: inline-block;
  margin-left: 20px;
  border-left: 21px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media screen and (max-width: 767px) {
  .list-pager--next {
    margin-left: 10px;
    border-left: 17px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}
.list-pager--next:hover {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.list-faq--item {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  font-size: 3rem;
  font-weight: 500;
  color: #f02c54;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .list-faq--item {
    font-size: 1.3rem;
  }
}
.list-faq--item:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.list-faq--item.open .list-faq--item--mark:after {
  opacity: 0;
}
.list-faq--item--q {
  padding: 38px 120px 38px 65px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list-faq--item--q {
    padding: 14px 60px 14px 25px;
  }
}
.list-faq--item--q:hover .list-faq--item--mark {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .list-faq--item--q:hover .list-faq--item--mark {
    background: #f02c54;
  }
}
.list-faq--item--q:hover .list-faq--item--mark:before,
.list-faq--item--q:hover .list-faq--item--mark:after {
  background: #f02c54;
}
@media screen and (max-width: 767px) {
  .list-faq--item--q:hover .list-faq--item--mark:before,
  .list-faq--item--q:hover .list-faq--item--mark:after {
    background: #fff;
  }
}
.list-faq--item--a {
  display: none;
  padding: 0 120px 38px 65px;
}
@media screen and (max-width: 767px) {
  .list-faq--item--a {
    padding: 0 60px 14px 25px;
  }
}
.list-faq--item--mark {
  width: 60px;
  height: 60px;
  background: #f02c54;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 30px);
  right: 40px;
  border: 1px solid #f02c54;
}
@media screen and (max-width: 767px) {
  .list-faq--item--mark {
    width: 30px;
    height: 30px;
    right: 20px;
    top: calc(50% - 15px);
  }
}
.list-faq--item--mark:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 29px;
  left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .list-faq--item--mark:before {
    width: 20px;
    height: 2px;
    left: 5px;
    top: 14px;
  }
}
.list-faq--item--mark:after {
  content: "";
  width: 2px;
  height: 40px;
  background: #fff;
  position: absolute;
  top: 10px;
  left: 29px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .list-faq--item--mark:after {
    height: 20px;
    top: 5px;
    left: 14px;
  }
}

/*------------------------------------------------------------
others
------------------------------------------------------------*/
.pcOnly {
  display: block;
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

.pcOnlyLg {
  display: block;
}
@media screen and (max-width: 1600px) {
  .pcOnlyLg {
    display: none !important;
  }
}

.spOnly {
  display: none;
}
@media screen and (max-width: 767px) {
  .spOnly {
    display: block !important;
  }
}

.spOnlyLg {
  display: none;
}
@media screen and (max-width: 1600px) {
  .spOnlyLg {
    display: block !important;
  }
}

.txt-base {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .txt-base {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
  }
}

.txt-base02 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 36px;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 1024px) {
  .txt-base02 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .txt-base02 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .txt-base02 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
  }
}

.no-visible {
  pointer-events: none;
  opacity: 0.65;
}

.function01 {
  background: #9f78c4;
  position: relative;
  top: -1px;
  margin-bottom: -1px;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .function01 {
    height: 445px;
    padding: 0 25px;
  }
}
.function01.active {
  height: 46.875vw;
}
@media screen and (max-width: 767px) {
  .function01.active {
    height: 98.4vw;
  }
}
.function01.active .phone_function {
  opacity: 0;
}
.function01.active .phone_function--item01 {
  opacity: 1;
  pointer-events: auto;
}
.function01.active .phone_function--item01--key {
  pointer-events: auto;
  cursor: pointer;
}
.function01.active .phone_function--item01.active:before {
  opacity: 0;
}
.function01.active .phone_function--item01.active a {
  pointer-events: auto;
}

.phone_function {
  width: 386px;
  height: 500px;
  background: url("/static/images/lp_20250409/history/phone.png") top center
    no-repeat;
  background-size: cover;
  margin: 0 auto;
  padding: 78px 40px 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 767px) {
  .phone_function {
    width: 325px;
    height: 445px;
  }
}
.phone_function--title {
  font-size: 2.9rem;
  font-weight: 500;
  text-align: center;
  color: #f02c54;
  margin-bottom: 20px;
}
.phone_function--list {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.phone_function--list--item {
  width: 30%;
  cursor: pointer;
  margin-bottom: 10px;
  max-width: 92px;
}
.phone_function--list--item:hover {
  opacity: 0.7;
}

.phone_function--item01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 4s;
  transition: opacity 4s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  padding-top: 3vw;
}
@media screen and (max-width: 767px) {
  .phone_function--item01 {
    padding: 0 25px;
  }
}
.phone_function--item01:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/static/images/lp_20250409/history/img1_bg.png") top center
    no-repeat;
  background-size: cover;
  pointer-events: none;
  -webkit-transition: opacity 4s;
  transition: opacity 4s;
}
@media screen and (max-width: 767px) {
  .phone_function--item01:before {
    background: url("/static/images/lp_20250409/history/img1_bg_sp.png") top
      center no-repeat;
    background-size: cover;
    z-index: 1;
  }
}
.phone_function--item01--key {
  display: inline-block;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .phone_function--item01--key {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .phone_function--item01--key {
    position: relative;
    top: -4vw;
  }
}
.phone_function--item01 a {
  display: inline-block;
  pointer-events: none;
}

.wave {
  position: relative;
  padding-bottom: 600px !important;
}
@media screen and (max-width: 767px) {
  .wave {
    padding-bottom: 150px !important;
  }
}
.wave:after {
  content: "";
  width: 11398px;
  height: 520px;
  -webkit-animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  bottom: -2px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .wave:after {
    height: 133px;
    -webkit-animation: wave 40s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    animation: wave 40s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  }
}

.wave01:after {
  background: url("/static/images/lp_20250409/common/wave01.png") top left
    repeat-x;
}
@media screen and (max-width: 767px) {
  .wave01:after {
    background-size: contain;
  }
}

.wave02 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .wave02 {
    padding-bottom: 40px !important;
  }
}
.wave02:after {
  bottom: -520px;
  background: url("/static/images/lp_20250409/common/wave02.png") bottom left
    repeat-x;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .wave02:after {
    bottom: -133px;
  }
}

.wave03:after {
  background: url("/static/images/lp_20250409/common/wave03.png") top left
    repeat-x;
  background-size: contain;
}

.wave04:after {
  background: url("/static/images/lp_20250409/common/wave04.png") top left
    repeat-x;
  background-size: contain;
}

.wave05:after {
  background: url("/static/images/lp_20250409/common/wave05.png") top left
    repeat-x;
  background-size: contain;
}

.wave06:after {
  background: url("/static/images/lp_20250409/common/wave06.png") top left
    repeat-x;
  background-size: contain;
}

.wave07 {
  padding-bottom: 100px !important;
}
.wave07:after {
  bottom: -520px;
  background: url("/static/images/lp_20250409/common/wave07.png") bottom left
    repeat-x;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .wave07:after {
    bottom: -133px;
  }
}

.wave09:after {
  background: url("/static/images/lp_20250409/common/wave07.png") bottom left
    repeat-x;
  background-size: contain;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.wave08:after {
  background: url("/static/images/lp_20250409/common/wave08.png") top left
    repeat-x;
  background-size: contain;
}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
  overflow: auto;
  display: none;
}
.modal-content {
  width: 1220px;
  max-width: 100%;
  padding: 200px 10px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: none;
}
@media screen and (max-width: 767px) {
  .modal-content {
    padding: 120px 10px;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.modal-img1 {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .modal-img1 {
    margin-bottom: 20px;
  }
  .modal-img1 img {
    max-width: 90%;
  }
}
.modal-box {
  padding: 60px 50px;
  background: url("/static/images/lp_20250409/top/modal01_bg.jpg") center center
    no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .modal-box {
    padding: 20px 15px;
  }
}
.modal-title {
  font-size: 2.5rem;
  color: #ffffff;
  padding: 20px;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .modal-title {
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.modal-txt {
  font-size: 1.8rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .modal-txt {
    font-size: 1.3rem;
  }
}
.modal-img2 {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .modal-img2 {
    margin-top: 20px;
  }
  .modal-img2 img {
    max-width: 90%;
  }
}
.modal-btn {
  text-align: center;
  margin-top: 30px;
}
.modal .icon-close {
  cursor: pointer;
  position: absolute;
  top: 70px;
  right: 0;
  width: 93px;
  height: 93px;
  border: 1px solid #707070;
  background: #ffffff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .modal .icon-close {
    width: 44px;
    height: 44px;
    right: 30px;
  }
}
.modal .icon-close:hover {
  opacity: 0.7;
}
.modal .icon-close:before {
  content: "";
  position: absolute;
  width: 45.38px;
  height: 9.45px;
  background: #7d90e8;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  border-radius: 10px;
  top: 40px;
  left: 25px;
}
@media screen and (max-width: 767px) {
  .modal .icon-close:before {
    width: 22.22px;
    height: 4.63px;
    top: 18px;
    left: 10px;
  }
}
.modal .icon-close:after {
  content: "";
  position: absolute;
  width: 45.38px;
  height: 9.45px;
  background: #7d90e8;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  border-radius: 10px;
  top: 40px;
  left: 25px;
}
@media screen and (max-width: 767px) {
  .modal .icon-close:after {
    width: 22.22px;
    height: 4.63px;
    top: 18px;
    left: 10px;
  }
}

#modal02 .icon-close:before,
#modal02 .icon-close:after {
  background: #ee8b8b;
}
#modal02 .modal-box {
  background: url("/static/images/lp_20250409/top/modal02_bg.jpg") center center
    no-repeat;
  background-size: cover;
}

#modal03 .icon-close:before,
#modal03 .icon-close:after {
  background: #bf79fb;
}
#modal03 .modal-box {
  background: url("/static/images/lp_20250409/top/modal03_bg.jpg") center center
    no-repeat;
  background-size: cover;
}

.c-form__row {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .c-form__row {
    margin-bottom: 30px;
  }
}
.c-form__col:nth-child(1) {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .c-form__col:nth-child(1) {
    width: 100%;
  }
}
.c-form__col:nth-child(2) {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .c-form__col:nth-child(2) {
    width: 100%;
  }
}
.c-form--name {
  font-size: 3rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-form--name {
    font-size: 1.6rem;
  }
}
.c-form--name--dark {
  color: #333;
}
.c-form--input {
  font-size: 3rem;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-form--input {
    font-size: 1.6rem;
  }
}
.c-form--input input {
  width: 100%;
  height: 44px;
  text-indent: 10px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-form--input input {
    height: 24px;
  }
}
.c-form--input textarea {
  width: 100%;
  height: 377px;
  background: #fff;
  padding: 20px 10px;
}
@media screen and (max-width: 767px) {
  .c-form--input textarea {
    height: 164px;
  }
}
.c-form--input select {
  width: 100%;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 44px;
  padding-right: 45px;
  text-indent: 10px;
  border: none;
  background: #fff url("/static/images/lp_20250409/common/icon/dropdown.png")
    no-repeat right center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-form--input select {
    height: 24px;
  }
}
.c-form--confirm {
  font-size: 3.5rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  .c-form--confirm {
    font-size: 2.1rem;
  }
}

.l-footer__logo01 {
  width: 551px;
  height: 127px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__logo01 {
    width: 336px;
    height: 80px;
  }
}
.l-footer__logo01 span {
  position: absolute;
}
.l-footer__logo01 span:nth-child(1) {
  left: 0;
  -webkit-animation: bound-anim 1s 0s infinite;
  animation: bound-anim 1s 0s infinite;
}
.l-footer__logo01 span:nth-child(2) {
  left: 135px;
  -webkit-animation: bound-anim 1s 0.3s infinite;
  animation: bound-anim 1s 0.3s infinite;
}
@media screen and (max-width: 767px) {
  .l-footer__logo01 span:nth-child(2) {
    left: 83.73px;
  }
}
.l-footer__logo01 span:nth-child(3) {
  left: 256px;
  -webkit-animation: bound-anim 1.2s 0.2s infinite;
  animation: bound-anim 1.2s 0.2s infinite;
}
@media screen and (max-width: 767px) {
  .l-footer__logo01 span:nth-child(3) {
    left: 164.95px;
  }
}
.l-footer__logo01 span:nth-child(4) {
  left: 392px;
  -webkit-animation: bound-anim 1s 0.4s infinite;
  animation: bound-anim 1s 0.4s infinite;
}
@media screen and (max-width: 767px) {
  .l-footer__logo01 span:nth-child(4) {
    left: 255.61px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo01 span img {
    width: auto;
    height: 80px;
  }
}
.l-footer__logo02 {
  width: 551px;
  height: 127px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__logo02 {
    width: 336px;
    height: 80px;
  }
}
.l-footer__logo02 span {
  position: absolute;
}
.l-footer__logo02 span:nth-child(1) {
  left: 0;
  -webkit-animation: bound-anim 1s 0s infinite;
  animation: bound-anim 1s 0s infinite;
}
.l-footer__logo02 span:nth-child(2) {
  left: 135px;
  -webkit-animation: bound-anim 1s 0.3s infinite;
  animation: bound-anim 1s 0.3s infinite;
}
@media screen and (max-width: 767px) {
  .l-footer__logo02 span:nth-child(2) {
    left: 83.73px;
  }
}
.l-footer__logo02 span:nth-child(3) {
  left: 256px;
  -webkit-animation: bound-anim02 1.2s 0.2s infinite;
  animation: bound-anim02 1.2s 0.2s infinite;
}
@media screen and (max-width: 767px) {
  .l-footer__logo02 span:nth-child(3) {
    left: 164.95px;
  }
}
.l-footer__logo02 span:nth-child(4) {
  left: 392px;
  -webkit-animation: bound-anim 1s 0.4s infinite;
  animation: bound-anim 1s 0.4s infinite;
}
@media screen and (max-width: 767px) {
  .l-footer__logo02 span:nth-child(4) {
    left: 255.61px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo02 span img {
    width: auto;
    height: 80px;
  }
}
.l-footer__logo03 {
  width: 551px;
  height: 127px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__logo03 {
    width: 336px;
    height: 80px;
  }
}
.l-footer__logo03 span {
  position: absolute;
}
.l-footer__logo03 span:nth-child(1) {
  left: 0;
  -webkit-animation: bound-anim03 1s 0s infinite;
  animation: bound-anim03 1s 0s infinite;
}
.l-footer__logo03 span:nth-child(2) {
  left: 135px;
  -webkit-animation: bound-anim04 1s 0.3s infinite;
  animation: bound-anim04 1s 0.3s infinite;
}
@media screen and (max-width: 767px) {
  .l-footer__logo03 span:nth-child(2) {
    left: 83.73px;
  }
}
.l-footer__logo03 span:nth-child(3) {
  left: 256px;
  -webkit-animation: bound-anim02 1.2s 0.2s infinite;
  animation: bound-anim02 1.2s 0.2s infinite;
}
@media screen and (max-width: 767px) {
  .l-footer__logo03 span:nth-child(3) {
    left: 164.95px;
  }
}
.l-footer__logo03 span:nth-child(4) {
  left: 392px;
  -webkit-animation: bound-anim04 1s 0.4s infinite;
  animation: bound-anim04 1s 0.4s infinite;
}
@media screen and (max-width: 767px) {
  .l-footer__logo03 span:nth-child(4) {
    left: 255.61px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo03 span img {
    width: auto;
    height: 80px;
  }
}
.l-footer__logo04 {
  width: 551px;
  height: 127px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__logo04 {
    width: 336px;
    height: 80px;
  }
}
.l-footer__logo04 span {
  position: absolute;
}
.l-footer__logo04 span:nth-child(1) {
  left: 0;
  -webkit-animation: bound-anim05 1s 0s infinite;
  animation: bound-anim05 1s 0s infinite;
}
.l-footer__logo04 span:nth-child(2) {
  left: 135px;
  -webkit-animation: bound-anim05 1s 0s infinite;
  animation: bound-anim05 1s 0s infinite;
}
@media screen and (max-width: 767px) {
  .l-footer__logo04 span:nth-child(2) {
    left: 83.73px;
  }
}
.l-footer__logo04 span:nth-child(3) {
  left: 256px;
  -webkit-animation: bound-anim06 1s 0.1s infinite;
  animation: bound-anim06 1s 0.1s infinite;
}
@media screen and (max-width: 767px) {
  .l-footer__logo04 span:nth-child(3) {
    left: 164.95px;
  }
}
.l-footer__logo04 span:nth-child(4) {
  left: 392px;
  -webkit-animation: bound-anim06 1s 0.1s infinite;
  animation: bound-anim06 1s 0.1s infinite;
}
@media screen and (max-width: 767px) {
  .l-footer__logo04 span:nth-child(4) {
    left: 255.61px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo04 span img {
    width: auto;
    height: 80px;
  }
}
.l-footer__logo05 {
  width: 551px;
  height: 127px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__logo05 {
    width: 336px;
    height: 80px;
  }
}
.l-footer__logo05 span {
  position: absolute;
}
.l-footer__logo05 span:nth-child(1) {
  left: 0;
  -webkit-animation: bound-anim07 1s 0s infinite;
  animation: bound-anim07 1s 0s infinite;
}
.l-footer__logo05 span:nth-child(2) {
  left: 135px;
  -webkit-animation: bound-anim07 1s 0s infinite;
  animation: bound-anim07 1s 0s infinite;
}
@media screen and (max-width: 767px) {
  .l-footer__logo05 span:nth-child(2) {
    left: 83.73px;
  }
}
.l-footer__logo05 span:nth-child(3) {
  left: 256px;
  -webkit-animation: bound-anim07 1s 0.1s infinite;
  animation: bound-anim07 1s 0.1s infinite;
}
@media screen and (max-width: 767px) {
  .l-footer__logo05 span:nth-child(3) {
    left: 164.95px;
  }
}
.l-footer__logo05 span:nth-child(4) {
  left: 392px;
  -webkit-animation: bound-anim07 1s 0.1s infinite;
  animation: bound-anim07 1s 0.1s infinite;
}
@media screen and (max-width: 767px) {
  .l-footer__logo05 span:nth-child(4) {
    left: 255.61px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo05 span img {
    width: auto;
    height: 80px;
  }
}

.top-sec01 {
  padding: 20px 0;
  background: #fce5eb;
}
@media screen and (max-width: 767px) {
  .top-sec01 {
    padding: 20px 0;
  }
}
.top-sec01 .l-main03 {
  text-align: center;
}
.top-sec01--txt {
  display: inline-block;
}

.top-sec02 {
  position: relative;
  padding: 100px 0;
  background: #fce5eb;
}
@media screen and (max-width: 767px) {
  .top-sec02 {
    padding: 60px 0;
  }
}
.top-sec02__head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem 120px 2rem;
}
@media screen and (max-width: 767px) {
  .top-sec02__head {
    padding-bottom: 48px;
  }
}
.top-sec02--title {
  display: inline-flex;
  position: relative;
  padding: 10px;
  width: 100%;
}

.top-sec02--title--icon {
  position: absolute;
  top: 20px;
  width: 155px;
  z-index: 1;
}

.top-sec02--title--txt {
  z-index: 2;
  width: 737px;
  padding-left: 77px;
}
@media screen and (max-width: 767px) {
  .top-sec02--title--icon {
    width: 66px;
    top: 20px;
  }

  .top-sec02--title--txt {
    width: 315px;
    padding-left: 33px;
  }
}
/* .top-sec02__head {
  text-align: center;
  width: 800px;
  margin: auto;
}
.top-sec02--title {
  display: inline-block;
  position: relative;
  padding-left: 44px;
  margin-bottom: 94px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-sec02--title {
    padding-left: 25px;
  }
  .top-sec02__head {
    width: 360px;
  }
} */
/* .top-sec02--title--icon {
  position: absolute;
  left: 0;
  width: 16%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .top-sec02--title--icon {
    width: 60px;
    height: 60px;
    top: -40px;
    left: 5px;
  }
} */
/* .top-sec02--title--icon:before {
  content: "";
  position: absolute;
  top: calc(50% - 28px);
  left: calc(50% - 28px);
  -webkit-transition: translate(-50%, -50%);
  transition: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  background-size: contain;
  z-index: 1;
} */
/* @media screen and (max-width: 767px) {
  .top-sec02--title--icon:before {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
  }
} */
.top-sec02--title--icon img {
  -webkit-animation: disk 5s infinite;
  animation: disk 5s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
/* .top-sec02--title--txt {
  position: relative;
  z-index: 1;
}
.top-sec02--title--img {
  position: relative;
  top: -54px;
}
.top-sec02--img {
  position: relative;
  display: inline-block;
  left: -20px;
  margin-right: -20px;
} */
.top-sec02--grid01 {
  position: absolute;
  top: -180px;
  left: -190px;
}
@media screen and (max-width: 767px) {
  .top-sec02--grid01 {
    width: 232px;
    top: -100px;
    left: -115px;
  }
}
.top-sec02--grid02 {
  position: absolute;
  bottom: -172px;
  left: -212px;
}
@media screen and (max-width: 767px) {
  .top-sec02--grid02 {
    width: 232px;
    bottom: -78px;
    left: -90px;
  }
}
.top-sec02--square01 {
  width: 558px;
  height: 148px;
  background: rgba(139, 154, 238, 0.5);
  position: absolute;
  top: -72px;
  left: -50px;
}
@media screen and (max-width: 767px) {
  .top-sec02--square01 {
    width: 216px;
    height: 92px;
    left: 0;
    top: -64px;
  }
}
.top-sec02--square02 {
  width: 464px;
  height: 100px;
  background: rgba(240, 44, 84, 0.6);
  position: absolute;
  top: 154px;
  right: -290px;
}
@media screen and (max-width: 767px) {
  .top-sec02--square02 {
    width: 136px;
    height: 22px;
    right: -20px;
    top: 40px;
  }
}
.top-sec02--square03 {
  width: 468px;
  height: 160px;
  background: rgba(240, 44, 84, 0.6);
  position: absolute;
  bottom: -78px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top-sec02--square03 {
    width: 147px;
    height: 57px;
    left: 0;
    bottom: -45px;
  }
}
.top-sec02--thumb01 {
  display: inline-block;
  position: absolute;
  left: 540px;
  bottom: -202px;
  width: 213px;
}
@media screen and (max-width: 767px) {
  .top-sec02--thumb01 {
    width: 70px;
    left: 80px;
    bottom: -100px;
  }
}
.top-sec02--bar {
  height: 94px;
  position: absolute;
  right: 20px;
  top: -94px;
}
@media screen and (max-width: 767px) {
  .top-sec02--bar {
    right: 6px;
    top: -31px;
    height: 31px;
  }
}
.top-sec02--bar span {
  background: #8b9aee;
  bottom: 0;
  width: 18px;
  height: 10px;
  position: absolute;
  -webkit-animation: sound 0ms -800ms linear infinite alternate;
  animation: sound 0ms -800ms linear infinite alternate;
}
@media screen and (max-width: 767px) {
  .top-sec02--bar span {
    width: 7px;
    height: 31px;
    -webkit-animation: soundSP 0ms -800ms linear infinite alternate;
    animation: soundSP 0ms -800ms linear infinite alternate;
  }
}
.top-sec02--bar span:nth-child(1) {
  right: 0;
  -webkit-animation-duration: 474ms;
  animation-duration: 474ms;
}
.top-sec02--bar span:nth-child(2) {
  right: 25px;
  -webkit-animation-duration: 433ms;
  animation-duration: 433ms;
}
@media screen and (max-width: 767px) {
  .top-sec02--bar span:nth-child(2) {
    right: 10px;
  }
}
.top-sec02--bar span:nth-child(3) {
  right: 50px;
  -webkit-animation-duration: 407ms;
  animation-duration: 407ms;
}
@media screen and (max-width: 767px) {
  .top-sec02--bar span:nth-child(3) {
    right: 20px;
  }
}
.top-sec02--bar span:nth-child(4) {
  right: 75px;
  -webkit-animation-duration: 458ms;
  animation-duration: 458ms;
}
@media screen and (max-width: 767px) {
  .top-sec02--bar span:nth-child(4) {
    right: 30px;
  }
}
.top-sec02--bar span:nth-child(5) {
  right: 125px;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
}
@media screen and (max-width: 767px) {
  .top-sec02--bar span:nth-child(5) {
    right: 40px;
  }
}
.top-sec02--bar span:nth-child(6) {
  right: 150px;
  -webkit-animation-duration: 427ms;
  animation-duration: 427ms;
}
@media screen and (max-width: 767px) {
  .top-sec02--bar span:nth-child(6) {
    right: 50px;
  }
}
.top-sec02--bar span:nth-child(7) {
  right: 175px;
  -webkit-animation-duration: 441ms;
  animation-duration: 441ms;
}
@media screen and (max-width: 767px) {
  .top-sec02--bar span:nth-child(7) {
    right: 60px;
  }
}
.top-sec02--bar span:nth-child(8) {
  right: 200px;
  -webkit-animation-duration: 419ms;
  animation-duration: 419ms;
}
@media screen and (max-width: 767px) {
  .top-sec02--bar span:nth-child(8) {
    right: 70px;
  }
}
.top-sec02--bar span:nth-child(9) {
  right: 225px;
  -webkit-animation-duration: 487ms;
  animation-duration: 487ms;
}
@media screen and (max-width: 767px) {
  .top-sec02--bar span:nth-child(9) {
    right: 80px;
  }
}
.top-sec02--bar span:nth-child(10) {
  right: 250px;
  -webkit-animation-duration: 442ms;
  animation-duration: 442ms;
}
@media screen and (max-width: 767px) {
  .top-sec02--bar span:nth-child(10) {
    right: 90px;
  }
}
.top-sec02--bar span:nth-child(11) {
  right: 275px;
  -webkit-animation-duration: 405ms;
  animation-duration: 405ms;
}
@media screen and (max-width: 767px) {
  .top-sec02--bar span:nth-child(11) {
    right: 100px;
  }
}
.top-sec02--bar span:nth-child(12) {
  right: 300px;
  -webkit-animation-duration: 418ms;
  animation-duration: 418ms;
}
@media screen and (max-width: 767px) {
  .top-sec02--bar span:nth-child(12) {
    right: 110px;
  }
}
.top-sec02--bar span:nth-child(13) {
  right: 325px;
  -webkit-animation-duration: 439ms;
  animation-duration: 439ms;
}
@media screen and (max-width: 767px) {
  .top-sec02--bar span:nth-child(13) {
    right: 120px;
  }
}
.top-sec02--bar span:nth-child(14) {
  right: 350px;
  -webkit-animation-duration: 450ms;
  animation-duration: 450ms;
}
@media screen and (max-width: 767px) {
  .top-sec02--bar span:nth-child(14) {
    right: 130px;
  }
}
.top-sec02--bar span:nth-child(15) {
  right: 375px;
  -webkit-animation-duration: 408ms;
  animation-duration: 408ms;
}
@media screen and (max-width: 767px) {
  .top-sec02--bar span:nth-child(15) {
    right: 140px;
  }
}
.top-sec02--bar span:nth-child(16) {
  right: 400px;
  -webkit-animation-duration: 416ms;
  animation-duration: 416ms;
}
@media screen and (max-width: 767px) {
  .top-sec02--bar span:nth-child(16) {
    right: 150px;
  }
}
.top-sec02--bar span:nth-child(17) {
  right: 425px;
  -webkit-animation-duration: 444ms;
  animation-duration: 444ms;
}
@media screen and (max-width: 767px) {
  .top-sec02--bar span:nth-child(17) {
    right: 160px;
  }
}
.top-sec02--bar span:nth-child(18) {
  right: 450px;
  -webkit-animation-duration: 465ms;
  animation-duration: 465ms;
}
@media screen and (max-width: 767px) {
  .top-sec02--bar span:nth-child(18) {
    right: 170px;
  }
}
.top-sec02--bar span:nth-child(19) {
  right: 475px;
  -webkit-animation-duration: 474ms;
  animation-duration: 474ms;
}
@media screen and (max-width: 767px) {
  .top-sec02--bar span:nth-child(19) {
    right: 180px;
  }
}
.top-sec02--bar span:nth-child(20) {
  right: 525px;
  -webkit-animation-duration: 472ms;
  animation-duration: 472ms;
}
@media screen and (max-width: 767px) {
  .top-sec02--bar span:nth-child(20) {
    right: 190px;
  }
}
.top-sec02--bar span:nth-child(21) {
  right: 550px;
  -webkit-animation-duration: 436ms;
  animation-duration: 436ms;
}
@media screen and (max-width: 767px) {
  .top-sec02--bar span:nth-child(21) {
    right: 200px;
  }
}
.top-sec02--bar span:nth-child(22) {
  right: 575px;
  -webkit-animation-duration: 458ms;
  animation-duration: 458ms;
}
@media screen and (max-width: 767px) {
  .top-sec02--bar span:nth-child(22) {
    right: 210px;
  }
}
.top-sec02--bar span:nth-child(23) {
  right: 600px;
  -webkit-animation-duration: 463ms;
  animation-duration: 463ms;
}
@media screen and (max-width: 767px) {
  .top-sec02--bar span:nth-child(23) {
    right: 220px;
  }
}
.top-sec02--links {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .top-sec02--links {
    margin-top: 40px;
  }
}

.top-sec03 {
  padding: 200px 0;
  background: #fce5eb;
}
@media screen and (max-width: 767px) {
  .top-sec03 {
    padding: 60px 0;
  }
}
.top-sec03__head {
  text-align: center;
}
.top-sec03--title {
  display: inline-block;
  position: relative;
  padding-left: 94px;
  margin-bottom: 40px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-sec03--title {
    padding-left: 25px;
  }
}
.top-sec03--title--icon {
  position: absolute;
  left: 0;
  top: 30px;
  width: 156px;
  height: 156px;
}
@media screen and (max-width: 767px) {
  .top-sec03--title--icon {
    top: -12px;
    width: 80px;
    height: 80px;
  }
}
.top-sec03--title--icon:before {
  content: "";
  position: absolute;
  top: calc(50% - 31px);
  left: calc(50% - 31px);
  -webkit-transition: translate(-50%, -50%);
  transition: translate(-50%, -50%);
  width: 63px;
  height: 63px;
  /* background: url("/static/images/lp_20250409/top/disk03_point.svg") no-repeat; */
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-sec03--title--icon:before {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
  }
}
.top-sec03--title--icon img {
  -webkit-animation: disk 5s infinite;
  animation: disk 5s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.top-sec03--title--txt {
  position: relative;
  z-index: 1;
}
.top-sec03__content {
  text-align: right;
}
.top-sec03--img {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .top-sec03--img {
    right: -20px;
    margin-left: -20px;
  }
}
.top-sec03--grid01 {
  position: absolute;
  top: -203px;
  right: -86px;
}
@media screen and (max-width: 767px) {
  .top-sec03--grid01 {
    width: 236px;
    height: 120px;
    top: -90px;
    right: -40px;
  }
}
.top-sec03--grid02 {
  position: absolute;
  bottom: -130px;
  right: -200px;
}
@media screen and (max-width: 767px) {
  .top-sec03--grid02 {
    width: 232px;
    height: 118px;
    bottom: -70px;
    right: -90px;
  }
}
.top-sec03--square01 {
  width: 657px;
  height: 134px;
  background: rgba(238, 139, 139, 0.5);
  position: absolute;
  top: -72px;
  right: -50px;
}
@media screen and (max-width: 767px) {
  .top-sec03--square01 {
    width: 176px;
    height: 101px;
    top: -62px;
    right: -45px;
  }
}
.top-sec03--square02 {
  width: 512px;
  height: 110px;
  background: rgba(240, 44, 84, 0.6);
  position: absolute;
  top: 120px;
  left: -444px;
}
@media screen and (max-width: 767px) {
  .top-sec03--square02 {
    width: 136px;
    height: 40px;
    top: 35px;
    left: -20px;
  }
}
.top-sec03--square03 {
  width: 236px;
  height: 840px;
  background: #ee8b8b;
  position: absolute;
  top: -250px;
  right: -185px;
}
@media screen and (max-width: 767px) {
  .top-sec03--square03 {
    display: none;
  }
}
.top-sec03--square04 {
  width: 513px;
  height: 110px;
  background: rgba(238, 139, 139, 0.65);
  position: absolute;
  bottom: -50px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .top-sec03--square04 {
    width: 167px;
    height: 57px;
    bottom: -40px;
    right: -20px;
  }
}
.top-sec03--thumb01 {
  display: inline-block;
  position: absolute;
  right: 340px;
  bottom: -205px;
  width: 213px;
}
@media screen and (max-width: 767px) {
  .top-sec03--thumb01 {
    width: 118px;
    height: 167px;
    right: 20px;
    bottom: -80px;
  }
}
.top-sec03--bar {
  height: 94px;
  position: absolute;
  left: 95px;
  top: -94px;
}
@media screen and (max-width: 767px) {
  .top-sec03--bar {
    left: 84px;
    top: -31px;
    height: 31px;
  }
}
.top-sec03--bar span {
  background: #ee8b8b;
  bottom: 0;
  width: 18px;
  height: 10px;
  position: absolute;
  -webkit-animation: sound 0ms -800ms linear infinite alternate;
  animation: sound 0ms -800ms linear infinite alternate;
}
@media screen and (max-width: 767px) {
  .top-sec03--bar span {
    width: 7px;
    height: 31px;
    -webkit-animation: soundSP 0ms -800ms linear infinite alternate;
    animation: soundSP 0ms -800ms linear infinite alternate;
  }
}
.top-sec03--bar span:nth-child(1) {
  left: 0;
  -webkit-animation-duration: 474ms;
  animation-duration: 474ms;
}
.top-sec03--bar span:nth-child(2) {
  left: 23px;
  -webkit-animation-duration: 433ms;
  animation-duration: 433ms;
}
@media screen and (max-width: 767px) {
  .top-sec03--bar span:nth-child(2) {
    left: 10px;
  }
}
.top-sec03--bar span:nth-child(3) {
  left: 46px;
  -webkit-animation-duration: 407ms;
  animation-duration: 407ms;
}
@media screen and (max-width: 767px) {
  .top-sec03--bar span:nth-child(3) {
    left: 20px;
  }
}
.top-sec03--bar span:nth-child(4) {
  left: 69px;
  -webkit-animation-duration: 458ms;
  animation-duration: 458ms;
}
@media screen and (max-width: 767px) {
  .top-sec03--bar span:nth-child(4) {
    left: 30px;
  }
}
.top-sec03--bar span:nth-child(5) {
  left: 92px;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
}
@media screen and (max-width: 767px) {
  .top-sec03--bar span:nth-child(5) {
    left: 40px;
  }
}
.top-sec03--bar span:nth-child(6) {
  left: 115px;
  -webkit-animation-duration: 427ms;
  animation-duration: 427ms;
}
@media screen and (max-width: 767px) {
  .top-sec03--bar span:nth-child(6) {
    left: 50px;
  }
}
.top-sec03--bar span:nth-child(7) {
  left: 138px;
  -webkit-animation-duration: 441ms;
  animation-duration: 441ms;
}
@media screen and (max-width: 767px) {
  .top-sec03--bar span:nth-child(7) {
    left: 60px;
  }
}
.top-sec03--bar span:nth-child(8) {
  left: 161px;
  -webkit-animation-duration: 419ms;
  animation-duration: 419ms;
}
@media screen and (max-width: 767px) {
  .top-sec03--bar span:nth-child(8) {
    left: 70px;
  }
}
.top-sec03--bar span:nth-child(9) {
  left: 184px;
  -webkit-animation-duration: 487ms;
  animation-duration: 487ms;
}
@media screen and (max-width: 767px) {
  .top-sec03--bar span:nth-child(9) {
    left: 80px;
  }
}
.top-sec03--bar span:nth-child(10) {
  left: 207px;
  -webkit-animation-duration: 442ms;
  animation-duration: 442ms;
}
@media screen and (max-width: 767px) {
  .top-sec03--bar span:nth-child(10) {
    left: 90px;
  }
}
.top-sec03--bar span:nth-child(11) {
  left: 230px;
  -webkit-animation-duration: 405ms;
  animation-duration: 405ms;
}
@media screen and (max-width: 767px) {
  .top-sec03--bar span:nth-child(11) {
    left: 100px;
  }
}
.top-sec03--bar span:nth-child(12) {
  left: 253px;
  -webkit-animation-duration: 418ms;
  animation-duration: 418ms;
}
@media screen and (max-width: 767px) {
  .top-sec03--bar span:nth-child(12) {
    left: 110px;
  }
}
.top-sec03--bar span:nth-child(13) {
  left: 276px;
  -webkit-animation-duration: 439ms;
  animation-duration: 439ms;
}
@media screen and (max-width: 767px) {
  .top-sec03--bar span:nth-child(13) {
    left: 120px;
  }
}
.top-sec03--bar span:nth-child(14) {
  left: 299px;
  -webkit-animation-duration: 450ms;
  animation-duration: 450ms;
}
@media screen and (max-width: 767px) {
  .top-sec03--bar span:nth-child(14) {
    left: 130px;
  }
}
.top-sec03--bar span:nth-child(15) {
  left: 322px;
  -webkit-animation-duration: 408ms;
  animation-duration: 408ms;
}
@media screen and (max-width: 767px) {
  .top-sec03--bar span:nth-child(15) {
    left: 140px;
  }
}
.top-sec03--bar span:nth-child(16) {
  left: 345px;
  -webkit-animation-duration: 416ms;
  animation-duration: 416ms;
}
@media screen and (max-width: 767px) {
  .top-sec03--bar span:nth-child(16) {
    left: 150px;
  }
}
.top-sec03--bar span:nth-child(17) {
  left: 368px;
  -webkit-animation-duration: 444ms;
  animation-duration: 444ms;
}
@media screen and (max-width: 767px) {
  .top-sec03--bar span:nth-child(17) {
    left: 160px;
  }
}
.top-sec03--bar span:nth-child(18) {
  left: 391px;
  -webkit-animation-duration: 465ms;
  animation-duration: 465ms;
}
@media screen and (max-width: 767px) {
  .top-sec03--bar span:nth-child(18) {
    left: 170px;
  }
}
.top-sec03--bar span:nth-child(19) {
  left: 414px;
  -webkit-animation-duration: 474ms;
  animation-duration: 474ms;
}
@media screen and (max-width: 767px) {
  .top-sec03--bar span:nth-child(19) {
    left: 180px;
  }
}
.top-sec03--bar span:nth-child(20) {
  left: 437px;
  -webkit-animation-duration: 472ms;
  animation-duration: 472ms;
}
@media screen and (max-width: 767px) {
  .top-sec03--bar span:nth-child(20) {
    left: 190px;
  }
}
.top-sec03--bar span:nth-child(21) {
  left: 460px;
  -webkit-animation-duration: 436ms;
  animation-duration: 436ms;
}
@media screen and (max-width: 767px) {
  .top-sec03--bar span:nth-child(21) {
    left: 200px;
  }
}
.top-sec03--bar span:nth-child(22) {
  left: 483px;
  -webkit-animation-duration: 458ms;
  animation-duration: 458ms;
}
@media screen and (max-width: 767px) {
  .top-sec03--bar span:nth-child(22) {
    left: 210px;
  }
}
.top-sec03--bar span:nth-child(23) {
  left: 506px;
  -webkit-animation-duration: 463ms;
  animation-duration: 463ms;
}
@media screen and (max-width: 767px) {
  .top-sec03--bar span:nth-child(23) {
    left: 220px;
  }
}
.top-sec03--links {
  text-align: left;
  margin-top: 20px;
}

.top-sec04 {
  padding: 200px 0;
  background: #fce5eb;
}
@media screen and (max-width: 767px) {
  .top-sec04 {
    padding: 60px 0;
  }
}
.top-sec04__head {
  text-align: center;
}
.top-sec04--title {
  display: inline-block;
  position: relative;
  padding-left: 84px;
  margin-bottom: 115px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-sec04--title {
    margin-bottom: 80px;
    padding-left: 30px;
  }
}
.top-sec04--title--icon {
  position: absolute;
  left: 0;
  top: 40px;
  width: 156px;
  height: 156px;
}
@media screen and (max-width: 767px) {
  .top-sec04--title--icon {
    width: 80px;
    height: 80px;
    top: -15px;
  }
}
.top-sec04--title--icon:before {
  content: "";
  position: absolute;
  top: calc(50% - 29px);
  left: calc(50% - 29px);
  width: 58px;
  height: 58px;
  /* background: url("/static/images/lp_20250409/top/disk05_point.svg") no-repeat; */
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-sec04--title--icon:before {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
  }
}
.top-sec04--title--icon img {
  -webkit-animation: disk 5s infinite;
  animation: disk 5s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.top-sec04--title--txt {
  position: relative;
  z-index: 1;
}
.top-sec04--img {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .top-sec04--img {
    left: -20px;
    margin-right: -20px;
  }
}
.top-sec04--grid01 {
  position: absolute;
  top: -200px;
  left: -212px;
}
@media screen and (max-width: 767px) {
  .top-sec04--grid01 {
    width: 232px;
    height: 118px;
    top: -100px;
    left: -100px;
  }
}
.top-sec04--grid02 {
  position: absolute;
  bottom: -172px;
  left: -212px;
}
@media screen and (max-width: 767px) {
  .top-sec04--grid02 {
    width: 232px;
    height: 118px;
    bottom: -80px;
    left: -90px;
  }
}
.top-sec04--square01 {
  width: 556px;
  height: 147px;
  background: rgba(191, 121, 255, 0.5);
  position: absolute;
  top: -72px;
  left: -48px;
}
@media screen and (max-width: 767px) {
  .top-sec04--square01 {
    width: 216px;
    height: 92px;
    left: 0;
    top: -64px;
  }
}
.top-sec04--square02 {
  width: 464px;
  height: 100px;
  background: rgba(240, 44, 84, 0.6);
  position: absolute;
  top: 154px;
  right: -290px;
}
@media screen and (max-width: 767px) {
  .top-sec04--square02 {
    width: 136px;
    height: 66px;
    top: 52px;
    right: -20px;
  }
}
.top-sec04--square03 {
  width: 468px;
  height: 160px;
  background: rgba(240, 44, 84, 0.6);
  position: absolute;
  bottom: -78px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top-sec04--square03 {
    width: 147px;
    height: 57px;
    left: 0;
    bottom: -57px;
  }
}
.top-sec04--thumb01 {
  display: inline-block;
  position: absolute;
  left: 334px;
  bottom: -158px;
}
@media screen and (max-width: 767px) {
  .top-sec04--thumb01 {
    width: 95px;
    height: 129px;
    left: 60px;
    bottom: -96px;
  }
}
.top-sec04--bar {
  height: 94px;
  position: absolute;
  right: 20px;
  top: -94px;
}
@media screen and (max-width: 767px) {
  .top-sec04--bar {
    height: 31px;
    top: -31px;
    right: 40px;
  }
}
.top-sec04--bar span {
  background: #bf79ff;
  bottom: 0;
  width: 18px;
  height: 10px;
  position: absolute;
  -webkit-animation: sound 0ms -800ms linear infinite alternate;
  animation: sound 0ms -800ms linear infinite alternate;
}
@media screen and (max-width: 767px) {
  .top-sec04--bar span {
    width: 7px;
    height: 31px;
    -webkit-animation: soundSP 0ms -800ms linear infinite alternate;
    animation: soundSP 0ms -800ms linear infinite alternate;
  }
}
.top-sec04--bar span:nth-child(1) {
  right: 0;
  -webkit-animation-duration: 474ms;
  animation-duration: 474ms;
}
.top-sec04--bar span:nth-child(2) {
  right: 23px;
  -webkit-animation-duration: 433ms;
  animation-duration: 433ms;
}
@media screen and (max-width: 767px) {
  .top-sec04--bar span:nth-child(2) {
    right: 10px;
  }
}
.top-sec04--bar span:nth-child(3) {
  right: 46px;
  -webkit-animation-duration: 407ms;
  animation-duration: 407ms;
}
@media screen and (max-width: 767px) {
  .top-sec04--bar span:nth-child(3) {
    right: 20px;
  }
}
.top-sec04--bar span:nth-child(4) {
  right: 69px;
  -webkit-animation-duration: 458ms;
  animation-duration: 458ms;
}
@media screen and (max-width: 767px) {
  .top-sec04--bar span:nth-child(4) {
    right: 30px;
  }
}
.top-sec04--bar span:nth-child(5) {
  right: 92px;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
}
@media screen and (max-width: 767px) {
  .top-sec04--bar span:nth-child(5) {
    right: 40px;
  }
}
.top-sec04--bar span:nth-child(6) {
  right: 115px;
  -webkit-animation-duration: 427ms;
  animation-duration: 427ms;
}
@media screen and (max-width: 767px) {
  .top-sec04--bar span:nth-child(6) {
    right: 50px;
  }
}
.top-sec04--bar span:nth-child(7) {
  right: 138px;
  -webkit-animation-duration: 441ms;
  animation-duration: 441ms;
}
@media screen and (max-width: 767px) {
  .top-sec04--bar span:nth-child(7) {
    right: 60px;
  }
}
.top-sec04--bar span:nth-child(8) {
  right: 161px;
  -webkit-animation-duration: 419ms;
  animation-duration: 419ms;
}
@media screen and (max-width: 767px) {
  .top-sec04--bar span:nth-child(8) {
    right: 70px;
  }
}
.top-sec04--bar span:nth-child(9) {
  right: 184px;
  -webkit-animation-duration: 487ms;
  animation-duration: 487ms;
}
@media screen and (max-width: 767px) {
  .top-sec04--bar span:nth-child(9) {
    right: 80px;
  }
}
.top-sec04--bar span:nth-child(10) {
  right: 207px;
  -webkit-animation-duration: 442ms;
  animation-duration: 442ms;
}
@media screen and (max-width: 767px) {
  .top-sec04--bar span:nth-child(10) {
    right: 90px;
  }
}
.top-sec04--bar span:nth-child(11) {
  right: 230px;
  -webkit-animation-duration: 405ms;
  animation-duration: 405ms;
}
@media screen and (max-width: 767px) {
  .top-sec04--bar span:nth-child(11) {
    right: 100px;
  }
}
.top-sec04--bar span:nth-child(12) {
  right: 253px;
  -webkit-animation-duration: 418ms;
  animation-duration: 418ms;
}
@media screen and (max-width: 767px) {
  .top-sec04--bar span:nth-child(12) {
    right: 110px;
  }
}
.top-sec04--bar span:nth-child(13) {
  right: 276px;
  -webkit-animation-duration: 439ms;
  animation-duration: 439ms;
}
@media screen and (max-width: 767px) {
  .top-sec04--bar span:nth-child(13) {
    right: 120px;
  }
}
.top-sec04--bar span:nth-child(14) {
  right: 299px;
  -webkit-animation-duration: 450ms;
  animation-duration: 450ms;
}
@media screen and (max-width: 767px) {
  .top-sec04--bar span:nth-child(14) {
    right: 130px;
  }
}
.top-sec04--bar span:nth-child(15) {
  right: 322px;
  -webkit-animation-duration: 408ms;
  animation-duration: 408ms;
}
@media screen and (max-width: 767px) {
  .top-sec04--bar span:nth-child(15) {
    right: 140px;
  }
}
.top-sec04--bar span:nth-child(16) {
  right: 345px;
  -webkit-animation-duration: 416ms;
  animation-duration: 416ms;
}
@media screen and (max-width: 767px) {
  .top-sec04--bar span:nth-child(16) {
    right: 150px;
  }
}
.top-sec04--bar span:nth-child(17) {
  right: 368px;
  -webkit-animation-duration: 444ms;
  animation-duration: 444ms;
}
@media screen and (max-width: 767px) {
  .top-sec04--bar span:nth-child(17) {
    right: 160px;
  }
}
.top-sec04--bar span:nth-child(18) {
  right: 391px;
  -webkit-animation-duration: 465ms;
  animation-duration: 465ms;
}
@media screen and (max-width: 767px) {
  .top-sec04--bar span:nth-child(18) {
    right: 170px;
  }
}
.top-sec04--bar span:nth-child(19) {
  right: 414px;
  -webkit-animation-duration: 474ms;
  animation-duration: 474ms;
}
@media screen and (max-width: 767px) {
  .top-sec04--bar span:nth-child(19) {
    right: 180px;
  }
}
.top-sec04--bar span:nth-child(20) {
  right: 437px;
  -webkit-animation-duration: 472ms;
  animation-duration: 472ms;
}
@media screen and (max-width: 767px) {
  .top-sec04--bar span:nth-child(20) {
    right: 190px;
  }
}
.top-sec04--bar span:nth-child(21) {
  right: 460px;
  -webkit-animation-duration: 436ms;
  animation-duration: 436ms;
}
@media screen and (max-width: 767px) {
  .top-sec04--bar span:nth-child(21) {
    right: 200px;
  }
}
.top-sec04--bar span:nth-child(22) {
  right: 483px;
  -webkit-animation-duration: 458ms;
  animation-duration: 458ms;
}
@media screen and (max-width: 767px) {
  .top-sec04--bar span:nth-child(22) {
    right: 210px;
  }
}
.top-sec04--bar span:nth-child(23) {
  right: 506px;
  -webkit-animation-duration: 463ms;
  animation-duration: 463ms;
}
@media screen and (max-width: 767px) {
  .top-sec04--bar span:nth-child(23) {
    right: 220px;
  }
}
.top-sec04--links {
  text-align: right;
  margin-top: 35px;
}

.top-sec05 {
  padding: 540px 0 200px;
  background: url("/static/images/lp_20250409/top/sec05_grid.png") center center
    no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-sec05 {
    padding: 160px 0 60px;
  }
}
.top-sec05:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    135deg,
    rgba(174, 92, 255, 0.5) 0%,
    rgba(240, 44, 84, 0.5) 33%,
    rgba(174, 92, 255, 0.5) 66%,
    rgba(240, 44, 84, 0.5) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-sec05 .l-main03 {
  text-align: center;
}
.top-sec05--title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top-sec05--title {
    margin-bottom: 20px;
  }
}
.top-sec05__coming {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .top-sec05__coming {
    margin-top: 40px;
  }
  .top-sec05__coming img {
    max-width: 80%;
  }
}
.top-sec05--img {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .top-sec05--img {
    margin-top: 10px;
  }
}

.top-sec06 {
  padding: 0 0 80px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eaa2ff),
    to(#9b90fc)
  );
  background: linear-gradient(180deg, #eaa2ff 0%, #9b90fc 100%);
}
@media screen and (max-width: 767px) {
  .top-sec06 {
    padding: 60px 0;
  }
}
.top-sec06__box {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 100px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-sec06__box {
    margin-bottom: 60px;
  }
}
.top-sec06__box:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.top-sec06__box:nth-child(2n) .top-sec06__box--tag {
  text-align: left;
}
.top-sec06__box:nth-child(2n) .top-sec06__box--title {
  left: 0;
  margin-right: 0;
}
.top-sec06__box:last-child {
  margin-bottom: 0;
}
.top-sec06__box--img {
  width: 490px;
}
@media screen and (max-width: 767px) {
  .top-sec06__box--img {
    width: 45%;
  }
}
.top-sec06__box--img img {
  -webkit-animation-name: moveUpDown;
  animation-name: moveUpDown;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.top-sec06__box__content {
  width: 680px;
}
@media screen and (max-width: 767px) {
  .top-sec06__box__content {
    width: 55%;
    padding-left: 0px;
  }
}
.top-sec06__box--tag {
  display: block;
  text-align: right;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top-sec06__box--tag {
    margin-bottom: 40px;
  }
}
.top-sec06__box--title {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .top-sec06__box--title {
    font-size: 20px;
    position: relative;
    left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
    text-align: left;
  }
}
.top-sec06__box--sub-title {
  font-size: 16px;
  font-family: "Hiragino Sans";
}
.top-sec06__box_space {
  height: 32px;
}
.top-sec06__content {
  padding: 0px 16px;
  max-width: 1350px;
  margin: auto;
}
/* ---------- 0426 ---------- */
@media screen and (max-width: 767px) {
  .top-sec06__box--title_margin {
    margin-left: 6px;
  }
  .top-sec06__box_space {
    height: 16px;
  }
}
/* ---------- 0426 ---------- */
.top-sec06__box--title.right {
  text-align: right;
  font-size: 50px;
  font-family: "Hiragino Sans";
  font-weight: 600;
}
.top-sec06__box--title span {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .top-sec06__box--title.right {
    font-size: 20px;
  }
  .top-sec06__box--title span {
    font-size: 16px;
  }
}
.top-sec06__box--txt {
  font-size: 2.5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-sec06__box--txt {
    font-size: 1.3rem;
  }
}
.top-sec06--link {
  text-align: center;
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .top-sec06--link {
    margin-top: 60px;
  }
}
.top-sec06--title {
  margin: 300px 16px 50px;
}
@media screen and (max-width: 767px) {
  .top-sec06--title {
    margin: 60px 16px 6px;
  }
}
.top-sec06__tag {
  text-align: center;
  margin-top: 380px;
}
@media screen and (max-width: 767px) {
  .top-sec06__tag {
    margin-top: 80px;
  }
  .top-sec06__tag img {
    max-width: 70%;
  }
}

.top-sec07 {
  padding: 0 0 200px;
  background-color: #9f78c4;
}
.top-sec07__img {
  height: 44.5vw;
  background: url("/static/images/lp_20250409/top/sec07_bg.png") bottom center
    no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top-sec07__img {
    height: 380px;
  }
}
.top-sec07__bot {
  text-align: center;
}
.top-sec07--txt {
  font-size: 4.5rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top-sec07--txt {
    font-size: 1.5rem;
  }
}

.top-sec08 {
  padding: 200px 0;
  background: #fce5eb;
}
@media screen and (max-width: 767px) {
  .top-sec08 {
    padding: 60px 0;
  }
}
.top-sec08 .p-articles--item02:nth-child(3n) {
  margin-right: 1.875%;
}
@media screen and (max-width: 767px) {
  .top-sec08 .p-articles--item02:nth-child(3n) {
    margin-right: 0;
  }
}

.top-sec09 {
  padding: 200px 0;
  background: #fce5eb;
}
@media screen and (max-width: 767px) {
  .top-sec09 {
    padding: 0 0 60px;
  }
}

.top-news {
  max-width: 945px;
  margin: 0 auto;
}
.top-news--item {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.5rem;
  color: #f02c54;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .top-news--item {
    display: block;
    font-size: 1.6rem;
  }
}
.top-news--item--date {
  display: inline-block;
  min-width: 150px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .top-news--item--date {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.top-news--item--name {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .top-news--item--name {
    display: block;
  }
}

.p-articles--list {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.p-articles--item {
  width: 20.85%;
  margin-right: 5.53%;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-articles--item {
    width: 48%;
    margin-right: 4%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-articles--item:nth-child(2n) {
    margin-right: 0;
  }
}
.p-articles--item:nth-child(4n) {
  margin-right: 0;
}
.p-articles--item:hover .p-articles--item--img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.p-articles--item--img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.p-articles--item--img img {
  width: 100%;
}
.p-articles--item--title {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Hiragino Sans", sans-serif;
  color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-articles--item--title {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}
.p-articles--item02 {
  width: 18.5%;
  margin-right: 1.875%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-articles--item02 {
    width: 30%;
    margin-right: 5%;
  }
}
.p-articles--item02:last-child {
  margin-right: 0;
}
.p-articles--item02:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-articles--item02:nth-child(4),
  .p-articles--item02:nth-child(5) {
    display: none;
  }
}
.p-articles--item02--title {
  font-size: 3rem;
  color: #f02c54;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-articles--item02--title {
    font-size: 1.5rem;
  }
}
.p-articles--item02 img {
  width: 100%;
}
.p-articles--item02:hover {
  opacity: 0.7;
}
.p-articles--detail--date {
  font-size: 3rem;
  font-weight: 500;
  font-family: "Hiragino Sans", sans-serif;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-articles--detail--date {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.p-articles--detail--title {
  font-size: 5rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-articles--detail--title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.p-articles--detail--img {
  text-align: center;
}
.p-articles--detail--txt {
  font-size: 2.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-articles--detail--txt {
    font-size: 1.5rem;
  }
}

.p-news--item {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  margin-top: 35px;
  border-radius: 20px;
  padding: 15px 65px;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media screen and (max-width: 767px) {
  .p-news--item {
    padding: 20px 15px;
    margin-top: 10px;
  }
}
.p-news--item:before,
.p-news--item:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-radius: 20px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.p-news--item:before {
  top: 0;
  left: 0;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
}
.p-news--item:after {
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  bottom: 0;
  right: 0;
}
.p-news--item:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.p-news--item:hover:before,
.p-news--item:hover:after {
  width: 100%;
  height: 100%;
  border-color: #f02c54;
}
.p-news--item--head {
  margin-bottom: 10px;
}
.p-news--item--date {
  font-size: 2.5rem;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .p-news--item--date {
    font-size: 1.3rem;
  }
}
.p-news--item--cat {
  font-size: 2.5rem;
  color: #f02c54;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .p-news--item--cat {
    font-size: 1.3rem;
  }
}
.p-news--item--title {
  font-size: 3rem;
  color: #f02c54;
}
@media screen and (max-width: 767px) {
  .p-news--item--title {
    font-size: 1.5rem;
  }
}

.p-history {
  padding: 110px 0 600px;
  background: #9b90fc url("/static/images/lp_20250409/top/sec07_bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-history {
    padding: 60px 0 300px;
    background: #9b90fc url("/static/images/lp_20250409/top/sec07_bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto 388px;
  }
}
.p-history.animate {
  background: #9b90fc url("/static/images/lp_20250409/history/his_bg.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-history.animate {
    background: #9b90fc url("/static/images/lp_20250409/history/his_bg.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto 388px;
  }
}
.p-history--txt {
  position: relative;
  min-height: 800px;
}
@media screen and (max-width: 767px) {
  .p-history--txt {
    min-height: 500px;
  }
}
.p-history--txt2 {
  display: none;
}
.p-history .u-text-read02 {
  position: absolute;
  top: 0;
  left: 0;
}

.p-history-detail__sec01 {
  padding: 60px 0 200px;
}
@media screen and (max-width: 767px) {
  .p-history-detail__sec01 {
    padding: 60px 0;
  }
}
.p-history-detail__sec {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-history-detail__sec {
    padding: 60px 0;
  }
}
.p-history-detail__sec02 {
  padding-top: 530px;
}
@media screen and (max-width: 767px) {
  .p-history-detail__sec02 {
    padding-top: 140px;
  }
}
.p-history-detail__sec03 {
  padding-top: 300px;
  background: #9b90fc;
}
@media screen and (max-width: 767px) {
  .p-history-detail__sec03 {
    padding-top: 100px;
  }
}
.p-history-detail__sec03--img {
  height: 855px;
  background: url("/static/images/lp_20250409/about/yokotempo.png") center
    center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-history-detail__sec03--img {
    height: 380px;
  }
}
.p-history-detail--box {
  max-width: 1030px;
  margin: 0 auto;
}
.p-history-detail--box--title {
  font-size: 5rem;
  text-decoration-line: underline;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-history-detail--box--title {
    font-size: 2.5rem;
  }
}
.p-history-detail--box--txt {
  font-size: 2.5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-history-detail--box--txt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-history-detail--box--tag--tag02 {
    max-width: 94%;
  }
}
@media screen and (max-width: 767px) {
  .p-history-detail--box--tag--tag03 {
    max-width: 54%;
  }
}
@media screen and (max-width: 767px) {
  .p-history-detail--box--tag--tag04 {
    max-width: 87%;
  }
}
.p-history-detail--box01--txt {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-history-detail--box01--txt {
    font-size: 1.3rem;
  }
}

.p-about__sec {
  padding: 40px 0 200px;
  background: #fce5eb;
}
@media screen and (max-width: 767px) {
  .p-about__sec {
    padding: 60px 0;
  }
}
.p-about--box1 {
  max-width: 1030px;
  margin: 0 auto;
}
.p-about--box1--title {
  font-size: 5rem;
  letter-spacing: -0.05em;
  color: #f02c54;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-about--box1--title {
    font-size: 2.7rem;
    padding: 0 20px;
  }
  .p-about--box1--title.right_sp {
    /* text-align: right; */
  }
}
.p-about--box1--txt {
  font-size: 2.5rem;
  color: #f02c54;
}
@media screen and (max-width: 767px) {
  .p-about--box1--txt {
    font-size: 1.5rem;
  }
}
.p-about--box1--txt span {
  font-size: 3rem;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-about--box1--txt span {
    font-size: 1.8rem;
  }
}
.p-about--box1__content {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-about--box1__content {
    width: 100%;
  }
}
.p-about--box1--img {
  max-width: 35%;
}
@media screen and (max-width: 767px) {
  .p-about--box1--img {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .p-about--box1--img img {
    max-width: 60%;
  }
}
.p-about--box1--video {
  text-align: center;
  margin-top: 40px;
}
.p-about--box1--tag {
  text-align: right;
  margin-bottom: 40px;
}

/* --------- 0425 --------- */
@media screen and (max-width: 767px) {
  .p-about--box1--tag {
    margin-bottom: 10px;
  }
}
/* --------- 0425 --------- */

@media screen and (max-width: 767px) {
  .p-about--box1--tag--tag01 {
    max-width: 93%;
  }
}
@media screen and (max-width: 767px) {
  .p-about--box1--tag--tag02 {
    max-width: 54%;
  }
}
@media screen and (max-width: 767px) {
  .p-about--box1--tag--tag03 {
    max-width: 87%;
  }
}
.p-about__sec02 {
  padding: 500px 0 200px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__sec02 {
    padding: 100px 0 60px;
  }
}
.p-about__sec02__content {
  position: relative;
}
.p-about__sec02--title {
  width: 100%;
  font-size: 5.5rem;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__sec02--title {
    font-size: 2rem;
  }
}
.p-about__sec02--title span {
  display: inline-block;
}
.p-about__sec02--title span.jump {
  -webkit-animation: jump 0.75s 1;
  animation: jump 0.75s 1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .mt-20 {
    margin-top: 10px;
  }
}

.mt-30 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .mt-30 {
    margin-top: 10px;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .mt-40 {
    margin-top: 0px;
  }
}

.mt-50 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .mt-50 {
    margin-top: 30px;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .mt-60 {
    margin-top: 40px;
  }
}

.mt-70 {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .mt-70 {
    margin-top: 50px;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .mt-80 {
    margin-top: 60px;
  }
}

.mt-90 {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .mt-90 {
    margin-top: 70px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .mt-100 {
    margin-top: 80px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mb-20 {
    margin-bottom: 30px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mb-30 {
    margin-bottom: 10px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .mb-50 {
    margin-bottom: 30px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .mb-70 {
    margin-bottom: 50px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .mb-90 {
    margin-bottom: 70px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}

/*------------------------------------------------------------
text
------------------------------------------------------------*/
.u-text-read {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  line-height: 2em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .u-text-read {
    font-size: 1.4rem;
  }
}

.u-text-read02 {
  font-size: 2.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .u-text-read02 {
    font-size: 1.3rem;
  }
}

.u-text-pad50 {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .u-text-pad50 {
    padding-left: 20px;
  }
}

.u-text-sub {
  font-size: 12px;
}

.u-text-center {
  text-align: center;
}

.u-text-bold {
  font-weight: bold;
}

.u-text-underline {
  text-decoration: underline;
}

.u-text-red {
  color: red;
}

.u-text-white {
  color: #ffffff;
}

.u-text-blue {
  color: #0d3780;
}

.u-text-pink {
  color: #f02c54;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-space-n2 {
  letter-spacing: -0.02em;
}

@media screen and (max-width: 767px) {
  .u-space-n2-sp {
    letter-spacing: -0.02em;
  }
}

@media screen and (max-width: 767px) {
  .u-space-n5-sp {
    letter-spacing: -0.05em;
  }
}

.u-font-sz20 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .u-font-sz20 {
    font-size: 1.2rem;
  }
}

.u-font-sz24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .u-font-sz24 {
    font-size: 1.8rem;
  }
}

.u-font-sz26 {
  font-size: 2.6rem;
}

.u-font-sz28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .u-font-sz28 {
    font-size: 2rem;
  }
}

.u-font-sz30 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .u-font-sz30 {
    font-size: 2.2rem;
  }
}

.u-lineheight-sz2 {
  line-height: 2;
}

.u-lineheight-sz18 {
  line-height: 1.8;
}

.u-lineheight-sz16 {
  line-height: 1.6;
}

.u-text-zen {
  font-family: "Hiragino Sans", sans-serif;
}

.u-montag {
  font-family: "Quicksand", sans-serif;
  font-style: italic;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
display
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-in {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-in {
    display: inline-block;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
align
------------------------------------------------------------*/
/*
------------------------------------------------------------*/

/* ------------- 0425 mov ------------- */
.video_test {
  max-height: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 100px;
  /* position: relative; */
}
@media screen and (max-width: 767px) {
  .video_test {
    margin-top: 40px;
    margin-bottom: 0px;
  }
}

.video_contents {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  height: 640px;
}
@media screen and (max-width: 767px) {
  .video_contents {
    height: 426px;
  }
}

.caption-right {
  text-align: right;
}

.cards {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
  gap: 40px;
  justify-content: center;
  padding: 0 40px 10px 40px;
}
@media screen and (max-width: 1552px) {
  .cards {
    justify-content: start;
  }
}
@media screen and (max-width: 767px) {
  .cards {
    gap: 12px;
    padding: 0 12px 10px 12px;
  }
}

.top-card {
  width: 484px;
  border: 2px solid #fff;
  background: #fff2f4;
  border-radius: 24px;
  padding: 0px;
}
@media screen and (max-width: 767px) {
  .top-card {
    width: 324px;
  }
}

.top-card .card-header__txt {
  font-size: 20px;
  font-weight: 600;
  color: #f02c54;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .top-card .card-header__txt {
    font-size: 16px;
  }
}

/* .card-thumb {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  margin-right: 16px;
}

.card-thumb img {
  border-radius: 10px;
} */

.card-footer {
  display: flex;
  padding: 24px;
  gap: 16px;
}

.card-footer img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .card-footer {
    padding: 12px;
    gap: 12px;
  }
}

.card-thumb__txt,
.card-thumb__txt-small {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #f02c54;
  font-weight: 600;
  padding-bottom: 4px;
}

.card-thumb__txt-small {
  font-size: 12px;
}

.card-thumb__info {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-thumb__info-icons {
  display: flex;
  margin-top: 4px;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .card-thumb__info-icons {
    gap: 8px;
  }
}

.card-thumb__info-icons .icon img {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .card-thumb__info-icons .icon img {
    width: 16px;
    height: 16px;
  }
}

.card-thumb__info-icons .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #333;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .card-thumb__info-icons .icon {
    font-size: 10px;
  }
}

.card-content {
  position: relative;
  height: 640px;
  width: 480px;
}
.card-content img {
  position: absolute;
  top: 50px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .card-content {
    height: 426px;
    width: 320px;
  }
  .card-content img {
    top: 30px;
  }
}

.card-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .card-header {
    gap: 12px;
    padding: 12px;
  }
}

.card-header img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .card-header img {
    width: 64px;
    height: 64px;
  }
}

.image-grid-video-top {
  position: absolute;
  max-width: 30%;
  top: 400px;
}

.image-grid-video-bottom {
  position: absolute;
  right: 0;
  max-width: 30%;
  bottom: 225px;
}

@media screen and (max-width: 767px) {
  .image-grid-video-top {
    display: none;
  }

  .image-grid-video-bottom {
    display: none;
  }
}

@media screen and (max-width: 420px) {
  .image-grid-video-top {
    position: absolute;
    max-width: 30%;
    top: 210px;
  }

  .image-grid-video-bottom {
    position: absolute;
    right: 0;
    max-width: 30%;
    bottom: 250px;
  }
}

#micro-container {
  text-align: center;
}

.bordered {
  padding: 3.2% 6.4%;
  border-radius: 0.4em;
  background: #fff;
  width: 92%;
  margin: 3em auto;
}

.bordered h2 {
  font-size: 2.5rem;
  font-family: inherit;
  text-align: center;
  margin: 0 auto 0.4em;
}

.bordered p {
  text-align: left;
  font-size: 1.6rem;
}

#micro-text strong {
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .bordered {
    padding: 5.6% 8.8%;
    width: 88%;
  }

  .bordered h2 {
    font-size: 2rem;
    font-family: inherit;
    text-align: center;
    margin: 0 auto 0.4em;
  }

  .bordered p {
    text-align: left;
    font-size: 1.4rem;
  }
}

.announcements {
  text-align: center;
  margin-top: 64px;
}

.announcements.spOnlyLg {
  margin-top: 16px;
}

.banners {
  text-align: center;
  margin-top: 128px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .banners {
    padding: 0 16px;
  }
}

@media screen and (max-width: 1600px) {
  .banners {
    margin-top: 36px;
  }
}

.banner-slider {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .banner-slider {
    margin-top: 10px;
  }
}

.swiper {
  width: 100%;
  max-width: 930px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 56px;
  height: 56px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: rgba(255, 255, 255, 0.4);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.swiper-pagination {
  bottom: 6px !important;
}

.swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid rgb(240, 44, 84);
  background: none;
  width: 12px;
  height: 12px;
}

@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

.swiper-pagination-bullet-active {
  background:rgb(240, 44, 84);
}