@charset "UTF-8";
/*reset */
* {
  box-sizing: border-box;
}

:after,
:before {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

address,
blockquote,
dl,
figure,
form,
iframe,
ol,
p,
pre,
table,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset,
option {
  padding: 0;
}

fieldset {
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

[hidden],
template {
  display: none;
}

* {
  transition: all 0.3s cubic-bezier(0, 0, 0, 0.99);
}

body {
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 190%;
  overflow-x: hidden;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  background-color: #188CCA;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: url(../images/pc_bg01.svg) no-repeat 50% 50%/1000px;
  transform-origin: 50% 50%;
  animation: bg-rotate 200s linear infinite;
  transform: scale(1.2);
}

@keyframes bg-rotate {
  0% {
    transform: scale(1.2) rotate(0deg);
  }
  100% {
    transform: scale(1.2) rotate(360deg);
  }
}
a {
  color: #4360F3;
}

a:hover {
  color: #4360F3;
}

/* =================================================================

    共通

================================================================= */
.cf:after {
  content: "";
  clear: both;
  display: block;
}

.fadein {
  transition: 1s;
  opacity: 0;
  transform: translatey(50px);
}

.fadein.animated {
  opacity: 1;
  transform: translatey(0px);
}

.en {
  font-family: "Poppins", sans-serif;
}

img {
  width: 100%;
  height: auto;
}

.inner {
  padding: 0 24px;
}

.cta a {
  background: linear-gradient(90deg, #00C9E8 0%, #0F3CFF 100%);
  box-shadow: 0px 4px 26.1px rgba(0, 129, 204, 0.48);
  font-weight: 700;
  color: #fff;
  border-radius: 100px;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 14px 24px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.cta a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #39E4C2 0%, #00C6A5 100%);
  /* ホバー後の色 */
  opacity: 0;
  /* 最初は透明にして隠しておく */
  transition: opacity 0.3s ease;
  /* 透明度をアニメーションさせる */
  z-index: -1;
}
.cta a span {
  position: relative;
  z-index: 1;
  background: url(../images/dot_white.svg) no-repeat 100% 50%;
  padding-right: 24px;
}
.cta a:hover::before {
  opacity: 1;
}

span.marker {
  background: linear-gradient(transparent 50%, #d2f9e8 50%);
  padding: 0 5px;
}

.ttl_base {
  margin-bottom: 24px;
}
.ttl_base .base {
  display: flex;
  padding-top: 36px;
}
.ttl_base .base .icon {
  width: 90px;
  margin-right: 12px;
}
.ttl_base .base .txt .en {
  font-size: 14px;
  font-weight: 700;
  color: #188CCA;
}
.ttl_base .base .txt h2 {
  font-size: 24px;
  font-weight: 900;
}

.ttl_base2 {
  margin-bottom: -24px;
}
.ttl_base2 .base {
  text-align: center;
  color: #fff;
}
.ttl_base2 .base.y {
  color: #1a1a1a;
}
.ttl_base2 .base .txt .en {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.ttl_base2 .base .txt h2 {
  font-size: 30px;
  font-weight: 900;
}

/* =================================================================

    トップページ

================================================================= */
.pc_base {
  height: 100vh;
}

.wrapper {
  display: flex;
  background: url(../images/pc_bg2.jpg) no-repeat 0 0/cover;
  background-attachment: fixed;
}
.wrapper .main_left {
  width: calc(40% - 230px);
}
.wrapper .main_left .in {
  position: fixed;
  width: calc(40% - 230px);
}
.wrapper .main {
  background-color: #25ABF2;
  width: 460px;
  box-shadow: 0px 4px 77.5px 39px rgba(29, 42, 146, 0.25);
}
.wrapper .main .inner {
  padding: 0 16px;
}
.wrapper .main .sec_wrap {
  background: #fff;
  border-radius: 18px;
  margin-bottom: 24px;
}
.wrapper .main#home header {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: url(../images/hero_bg.png) no-repeat 50% 10%/100%;
}
.wrapper .main#home header #confetti-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  z-index: 1;
}
.wrapper .main#home header h1 {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
.wrapper .main#home header h1 img {
  max-width: 100%;
  height: auto;
  display: block;
}
.wrapper .main#home header .infinite-scroll {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  display: flex;
  align-items: center;
  height: 140px;
  gap: 30px;
}
.wrapper .main#home header .infinite-scroll .scroll-content {
  display: flex;
  gap: 30px;
  flex-shrink: 0;
  animation: scroll-left 100s linear infinite;
  align-items: center;
  height: 100%;
}
.wrapper .main#home header .infinite-scroll .scroll-content img {
  height: 140px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
  transition: transform 0.3s ease;
  flex-shrink: 0;
  display: block;
}
.wrapper .main#home header .infinite-scroll .scroll-content img:hover {
  transform: scale(1.1);
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.wrapper .main#home .infinite-scroll2 {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  display: flex;
  align-items: center;
  height: 150px;
  gap: 30px;
  margin-top: 10px;
}
.wrapper .main#home .infinite-scroll2 .scroll-content {
  display: flex;
  gap: 30px;
  flex-shrink: 0;
  animation: scroll-left2 80s linear infinite;
  align-items: center;
  height: 100%;
}
.wrapper .main#home .infinite-scroll2 .scroll-content img {
  height: 150px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  display: block;
}
.wrapper .main#home .infinite-scroll2 .scroll-content img:hover {
  transform: scale(1.1);
}
@keyframes scroll-left2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media (max-width: 768px) {
  .wrapper .main#home header h1 {
    margin-bottom: 30px;
  }
  .wrapper .main#home header .infinite-scroll {
    padding: 15px 0;
    height: 100px;
  }
  .wrapper .main#home header .infinite-scroll .scroll-content {
    gap: 20px;
  }
  .wrapper .main#home header .infinite-scroll .scroll-content img {
    height: 145px;
  }
}
@media (max-width: 768px) {
  .wrapper .main#home header h1 {
    margin-bottom: 24px;
  }
  .wrapper .main#home header .infinite-scroll {
    padding: 15px 0;
  }
  .wrapper .main#home header .infinite-scroll .scroll-content {
    gap: 20px;
  }
  .wrapper .main#home header .infinite-scroll .scroll-content img {
    height: 140px;
  }
}
@media (max-width: 768px) {
  .wrapper .main#home header h1 {
    margin-bottom: 30px;
  }
  .wrapper .main#home header .infinite-scroll {
    padding: 15px 0;
  }
  .wrapper .main#home header .infinite-scroll .scroll-content {
    gap: 20px;
  }
  .wrapper .main#home header .infinite-scroll .scroll-content:nth-child(2) {
    padding: 15px 0;
  }
  .wrapper .main#home header .infinite-scroll .scroll-content img {
    height: 215px;
  }
}
.wrapper .main#home .mascot {
  position: relative;
  top: -48px;
  z-index: 10;
  padding-bottom: 10px;
  background: url(../images/hero_bg3.svg) no-repeat 50% 34%/90%;
}
.wrapper .main#home .mascot .main_ms {
  width: 70%;
  margin: auto;
}
.wrapper .main#home .mascot .comment {
  position: relative;
  padding: 0 16px;
}
.wrapper .main#home .mascot .comment > div {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.wrapper .main#home .mascot .comment > div.com1 {
  transform: translateX(-150px);
  z-index: 2;
  width: 58%;
  padding-left: 40px;
}
.wrapper .main#home .mascot .comment > div.com2 {
  transform: translateX(100px);
  z-index: 3;
  top: -11px;
  right: -80px;
  position: relative;
  width: 75%;
  text-align: right;
}
.wrapper .main#home .mascot .comment > div.com3 {
  transform: translateX(-100px);
  z-index: 4;
  top: -40px;
  left: -24px;
  position: relative;
  width: 95%;
}
.wrapper .main#home .mascot .comment > div.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.wrapper .main#home .mascot .comment > div img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .wrapper .main#home .mascot .comment > div {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
  .wrapper .main#home .mascot .comment > div.com1 {
    transform: translateX(-50px);
  }
  .wrapper .main#home .mascot .comment > div.com2 {
    transform: translateX(50px);
  }
  .wrapper .main#home .mascot .comment > div.com3 {
    transform: translateX(-50px);
  }
  .wrapper .main#home .mascot .comment > div.is-visible {
    opacity: 1;
    transform: translateX(0);
  }
}
.wrapper .main#home .renewal {
  background: url(../images/hero_bg4.svg) no-repeat 50% 50%/100%;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 140px 0;
  z-index: 0;
}
.wrapper .main#home .renewal.v2 {
  background: url(../images/hero_bg4_2.svg) no-repeat 50% 0%/100%;
  padding: 140px 0 440px;
}
@media screen and (max-width: 768px) {
  .wrapper .main#home .renewal.v2 {
    padding: 30vw 0 100vw;
  }
}
.wrapper .main#home .renewal > img {
  position: relative;
  z-index: 2;
  display: block;
  width: 70%;
  height: auto;
  margin: auto;
}
.wrapper .main#home .renewal::before, .wrapper .main#home .renewal::after {
  content: "";
  position: absolute;
  left: 0;
  top: 260px;
  width: 200%;
  height: 100px;
  z-index: 0;
  background-image: url("../images/hero_release_bg.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: 0 0;
  animation: marquee-x 18s linear infinite;
  opacity: 0.35;
  pointer-events: none;
}
.wrapper .main#home .renewal::after {
  transform: translateX(-50%);
}
@media (prefers-reduced-motion: reduce) {
  .wrapper .main#home .renewal::before, .wrapper .main#home .renewal::after {
    animation: none;
    transform: none;
  }
}
@keyframes marquee-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.wrapper .main#home h1 {
  width: 40%;
  margin: 24px auto;
}
.wrapper .main#home .about {
  margin-top: -60px;
  position: relative;
  z-index: 1;
}
.wrapper .main#home .about h3 {
  background: #188CCA url(../images/about_ttlicon.png) no-repeat 16px 50%/26px;
  font-weight: bold;
  color: #fff;
  font-size: 19px;
  padding: 14px 16px 16px 56px;
}
.wrapper .main#home .about .body .img01 {
  padding: 0;
}
.wrapper .main#home .about .body .img03 {
  position: relative;
}
.wrapper .main#home .about .body .img03 .img03_mascot {
  position: absolute;
  right: -8px;
  bottom: 16px;
  z-index: 2;
  width: 70%;
  opacity: 0;
  transform: translateY(18px) scale(0.86);
  will-change: transform, opacity;
  pointer-events: none;
}
.wrapper .main#home .about .body .img03 .point {
  position: absolute;
  top: -24px;
  left: -8px;
  z-index: 1;
  width: 62%;
  opacity: 0;
  transform: translateY(18px) scale(0.86);
  will-change: transform, opacity;
  pointer-events: none;
}
.wrapper .main#home .about .body .img03.is-inview .img03_mascot,
.wrapper .main#home .about .body .img03.is-inview .point {
  opacity: 1;
  animation: dodoPop 720ms cubic-bezier(0.2, 0.9, 0.2, 1) both;
}
.wrapper .main#home .about .body .img03.is-inview .img03_mascot {
  animation-delay: 0ms;
}
.wrapper .main#home .about .body .img03.is-inview .point {
  animation-delay: 160ms;
}
@keyframes dodoPop {
  0% {
    opacity: 0;
    transform: translateY(24px) scale(0.78);
  }
  55% {
    opacity: 1;
    transform: translateY(0) scale(1.14);
  }
  78% {
    transform: translateY(0) scale(0.98);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .wrapper .main#home .about .body .img03 .img03_mascot,
  .wrapper .main#home .about .body .img03 .point {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
}
.wrapper .main#home .flow .sec_wrap {
  padding-bottom: 16px;
}
.wrapper .main#home .flow .ins {
  background: #E8F3FA;
  padding: 30px 0;
  margin-top: 32px;
}
.wrapper .main#home .flow .ins .img02 {
  padding: 0 16px 0 8px;
}
.wrapper .main#home .flow .ins .img03 {
  padding: 16px 16px 0 16px;
}
.wrapper .main#home .flow .img04 {
  padding: 32px 0 16px 4px;
}
.wrapper .main#home .flow .ins2 {
  background: #D5F5F3;
  border-radius: 8px;
  margin: 0 16px;
}
.wrapper .main#home .flow .ins2 .img05 {
  padding: 30px 8px 16px 0;
}
.wrapper .main#home .flow .ins2 .img06 {
  padding: 0px 16px 16px 16px;
}
.wrapper .main#home .flow .ins2 .img07 {
  padding: 0px 16px 16px 16px;
}
.wrapper .main#home .schedule .ttl_base {
  padding-top: 16px;
}
.wrapper .main#home .schedule .sc_base {
  padding: 0 16px 30px;
  background: url(../images/schedule02.png) no-repeat 50% 100%/24px;
}
.wrapper .main#home .schedule .sc_base .sc_ttl {
  width: 138px;
}
.wrapper .main#home .schedule .sc_base .body {
  background-color: #D9F1FE;
  border-radius: 0 8px 8px 8px;
  padding: 24px;
  margin-top: 0;
}
.wrapper .main#home .schedule .sc_base .body h3 {
  border-left: 8px solid #189CE2;
  font-size: 20px;
  font-weight: 900;
  line-height: 140%;
  padding: 4px 0 4px 16px;
  margin-bottom: 16px;
}
.wrapper .main#home .schedule .sc_base .body .caution {
  font-size: 14px;
  color: #555;
  margin-bottom: 16px;
  line-height: 150%;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 12px;
}
.wrapper .main#home .schedule .sc_main {
  margin: 0px -16px 0 -16px;
}
.wrapper .main#home .schedule .sc_main .renewal {
  padding: 50px 0 60px;
}
.wrapper .main#home .infomation {
  padding: 40px 0 64px 0;
}
.wrapper .main#home .infomation .point-section {
  position: relative;
  height: 90px;
  display: flex;
  align-items: end;
  justify-content: center;
  margin: 40px 0 0 0;
  overflow: hidden;
}
.wrapper .main#home .infomation .character-container {
  position: absolute;
  z-index: 1;
  width: 200px;
  height: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  bottom: 16px;
}
.wrapper .main#home .infomation .character {
  width: 64px;
  height: auto;
  transform: translateY(1500px);
  opacity: 0;
  transition: none;
}
.wrapper .main#home .infomation .character.animate {
  animation: popUp 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
@keyframes popUp {
  0% {
    transform: translateY(100px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.wrapper .main#home .infomation .point-badge {
  position: relative;
  z-index: 2;
  background-color: #2d2d2d;
  border-radius: 100px;
  padding: 0px 24px;
}
.wrapper .main#home .infomation .point-text {
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 2px;
}
.wrapper .main#home .infomation .carousel-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
}
.wrapper .main#home .infomation .carousel-container {
  position: relative;
  padding: 24px 0 60px 0;
  overflow: hidden;
}
.wrapper .main#home .infomation .slick-carousel {
  margin: 0 auto;
}
.wrapper .main#home .infomation .slick-carousel .slick-list {
  overflow: visible;
}
.wrapper .main#home .infomation .slick-carousel .slide-item {
  padding: 0 8px;
  outline: none;
}
.wrapper .main#home .infomation .slick-carousel .slide-item:focus {
  outline: none;
}
.wrapper .main#home .infomation .slick-prev,
.wrapper .main#home .infomation .slick-next {
  display: block !important;
}
.wrapper .main#home .infomation .slick-dots {
  bottom: -40px;
}
.wrapper .main#home .infomation .slick-dots li {
  margin: 0;
}
.wrapper .main#home .infomation .slick-dots li button:before {
  font-size: 12px;
  color: #ffffff;
  opacity: 0.5;
}
.wrapper .main#home .infomation .slick-dots li.slick-active button:before {
  color: #ffffff;
  opacity: 1;
}
.wrapper .main#home .infomation .slick-slide .slide-content {
  opacity: 1;
  transform: none;
  transition: none;
}
.wrapper .main#home .infomation .slick-slide.slick-center .slide-content {
  opacity: 1;
  transform: none;
  transition: none;
}
@media (max-width: 768px) {
  .wrapper .main#home .infomation .carousel-container {
    padding: 0 0 40px 0;
  }
  .wrapper .main#home .infomation .slick-carousel .slide-content {
    padding: 20px;
  }
  .wrapper .main#home .infomation .slick-carousel .slide-title {
    font-size: 18px;
  }
  .wrapper .main#home .infomation .slick-carousel .slide-text {
    font-size: 14px;
  }
}
.wrapper .main#home .infomation h3.slide {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.4;
  text-align: center;
  margin-top: 16px;
}
.wrapper .main#home .infomation .slide-content {
  background: #ffffff url(../images/info_slide_bg.png) no-repeat 0% 0%/100%;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: auto;
}
.wrapper .main#home .infomation .slide-image {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  padding-top: 40px;
}
.wrapper .main#home .infomation .slide-image img {
  width: 100%;
  height: auto;
  display: block;
}
.wrapper .main#home .infomation .slide-image img.sp {
  height: 220px;
  width: auto;
  margin: auto;
}
.wrapper .main#home .infomation .slide-title {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 12px;
  line-height: 1.4;
  flex-shrink: 0;
}
.wrapper .main#home .infomation .slide-text {
  font-size: 15px;
  color: #666666;
  line-height: 1.6;
  flex-grow: 1;
  padding-bottom: 1px;
}
.wrapper .main#home .infomation .slide-item.app {
  width: 80%;
  margin: auto;
}
.wrapper .main#home .infomation .slide-item.app .slide-image img {
  width: 80%;
  height: auto;
}
.wrapper .main#home .infomation.info_y {
  background: #FFE33B;
  padding: 64px 0;
  color: #1A1A1A;
}
.wrapper .main#home .infomation.info_y h3.slide {
  color: #1a1a1a;
}
.wrapper .main#home .infomation.info_y .slide-item {
  width: 80%;
  margin: auto;
}
.wrapper .main#home .infomation.info_y .slide-content {
  background: #ffffff url(../images/info_slide_bg_y.png) no-repeat 0% 0%/100%;
  margin-bottom: 40px;
}
.wrapper .main#home .infomation.info_y .slide-content .ss {
  width: 70%;
  margin: auto;
}
.wrapper .main#home .infomation.info_y .secret {
  margin: auto;
  padding: 0 16px;
  perspective: 1000px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.wrapper .main#home .infomation.info_y .secret__inner {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}
.wrapper .main#home .infomation.info_y .secret__face {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
}
.wrapper .main#home .infomation.info_y .secret__face img {
  display: block;
  max-width: 100%;
  height: auto;
}
.wrapper .main#home .infomation.info_y .secret__face--front {
  position: relative;
  transform: rotateY(0deg);
}
.wrapper .main#home .infomation.info_y .secret__face--back {
  transform: rotateY(180deg);
}
.wrapper .main#home .infomation.info_y .secret.is-flipped .secret__inner {
  transform: rotateY(180deg);
}
.wrapper .main#home .infomation.info_y .secret.is-inview {
  animation: secretFadeIn 0.6s ease both;
}
@keyframes secretFadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .wrapper .main#home .infomation.info_y .secret__inner {
    transition: none !important;
  }
  .wrapper .main#home .infomation.info_y .secret.is-flipped .secret__inner {
    transform: none !important;
  }
}
.wrapper .main#home .infomation .slick-carousel {
  position: relative;
}
.wrapper .main#home .infomation .slick-carousel .slick-list {
  position: relative;
  z-index: 1;
  overflow: visible;
}
.wrapper .main#home .infomation .slick-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 56px;
  height: 56px;
  border: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.88);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wrapper .main#home .infomation .slick-carousel .slick-arrow::before {
  content: none !important;
}
.wrapper .main#home .infomation .slick-carousel .slick-arrow img {
  width: 70%;
  height: auto;
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.wrapper .main#home .infomation .slick-carousel .slick-arrow:hover {
  transform: translateY(-50%) scale(1.03);
}
.wrapper .main#home .infomation .slick-carousel .slick-arrow:active {
  transform: translateY(-50%) scale(0.98);
}
.wrapper .main#home .infomation .slick-carousel .slick-prev {
  left: 12px;
  background: url(../images/arrow_prev.png) no-repeat 50% 50%/100% auto;
}
.wrapper .main#home .infomation .slick-carousel .slick-next {
  right: 12px;
  background: url(../images/arrow_next.png) no-repeat 50% 50%/100% auto;
}
@media (max-width: 768px) {
  .wrapper .main#home .infomation .slick-carousel .slick-arrow {
    width: 32px;
    height: 32px;
  }
  .wrapper .main#home .infomation .slick-carousel .slick-prev {
    left: 8px;
  }
  .wrapper .main#home .infomation .slick-carousel .slick-next {
    right: 8px;
  }
}
.wrapper .main#home .faq {
  padding: 64px 0;
}
.wrapper .main#home .faq .faq-container {
  max-width: 800px;
  margin: 0 auto;
}
.wrapper .main#home .faq .faq-heading {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
}
.wrapper .main#home .faq .faq-wrapper {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
.wrapper .main#home .faq .faq-item {
  border-top: 1px solid #eee;
}
.wrapper .main#home .faq .faq-item:last-child {
  border-bottom: none;
}
.wrapper .main#home .faq .faq-question {
  display: flex;
  align-items: flex-start;
  padding: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.wrapper .main#home .faq .faq-question:hover {
  background-color: #f9f9f9;
}
.wrapper .main#home .faq .question-icon {
  width: 40px;
  height: 40px;
  background-color: #00A0E9;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  flex-shrink: 0;
}
.wrapper .main#home .faq .question-text {
  flex: 1;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
}
.wrapper .main#home .faq .toggle-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.wrapper .main#home .faq .toggle-icon svg {
  display: block;
}
.wrapper .main#home .faq .faq-item.active .toggle-icon {
  transform: rotate(180deg);
}
.wrapper .main#home .faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: #f9f9f9;
  padding: 0 16px;
  display: flex;
}
.wrapper .main#home .faq .faq-item.active .faq-answer {
  max-height: 500px;
  padding: 16px;
}
.wrapper .main#home .faq .faq-answer-inner {
  display: flex;
  align-items: flex-start;
}
.wrapper .main#home .faq .answer-icon {
  width: 40px;
  height: 40px;
  background-color: #4CAF50;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  flex-shrink: 0;
}
.wrapper .main#home .faq .answer-text {
  flex: 1;
  padding: 0 15px;
  font-size: 15px;
  color: #555;
  line-height: 1.8;
}
.wrapper .main#home .faq .answer-text p {
  margin: 0;
}
@media (max-width: 768px) {
  .wrapper .main#home .faq .faq-heading {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .wrapper .main#home .faq .faq-question {
    padding: 15px;
  }
  .wrapper .main#home .faq .faq-answer-inner {
    padding: 0 15px 15px 15px;
  }
  .wrapper .main#home .faq .question-icon,
  .wrapper .main#home .faq .answer-icon {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .wrapper .main#home .faq .question-text {
    font-size: 14px;
    padding: 0 10px;
  }
  .wrapper .main#home .faq .answer-text {
    font-size: 14px;
    padding: 0 10px;
  }
}
.wrapper .main#home .webinar {
  position: relative;
  margin-top: -396px;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .wrapper .main#home .webinar {
    margin-top: -360px;
  }
}
.wrapper .main#home .end {
  padding: 24px;
}
.wrapper .main footer {
  background-color: #2C2D2D;
  padding: 40px 0;
}
.wrapper .main footer .logo {
  width: 32%;
  margin: 24px auto 8px;
}
.wrapper .main footer .copy {
  width: 18%;
  margin: 40px auto 8px;
}
.wrapper .main_right {
  width: calc(60% - 230px);
}
.wrapper .main_right .in {
  position: fixed;
  width: calc(60% - 230px);
}
.wrapper .main_right .in .base {
  position: relative;
  height: 100vh;
}
.wrapper .main_right .in .base .menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 320px;
  border-radius: 12px;
  padding: 32px 0;
  background: #fff;
}
.wrapper .main_right .in .base .menu .ttl {
  color: #188CCA;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 4px;
  padding: 8px 16px 0 24px;
}
.wrapper .main_right .in .base .menu ul {
  padding: 0 8px;
}
.wrapper .main_right .in .base .menu li a {
  display: flex;
  color: #fff;
  background: url(../images/dot_white.svg) no-repeat 16px 50%;
  background-blend-mode: multiply;
  padding: 12px 16px 12px 36px;
}
.wrapper .main_right .in .base .menu li a .en {
  color: #156194;
  font-size: 19px;
  margin-right: 16px;
  font-weight: 700;
}
.wrapper .main_right .in .base .menu li a .sf {
  color: #888;
  font-size: 13px;
}
.wrapper .main_right .in .base .menu li a:hover {
  background: #eff3fd url(../images/dot_blue.svg) no-repeat 12px 50%;
  background-blend-mode: multiply;
  color: #188CCA;
  border-radius: 8px;
}
.wrapper .main_right .in .base .menu li a:hover .sf {
  color: #188CCA;
}
.wrapper .main_right .in .base .menu .cta {
  width: 80%;
  margin: 16px auto;
}
.wrapper .main_right .in .base .menu .cta a {
  padding: 8px;
  font-size: 13px;
  background: linear-gradient(90deg, #fff 0%, #fff 100%);
  color: #188CCA;
}
.wrapper .main_right .in .base .menu .cta a span {
  background: url(../images/dot_blue.svg) no-repeat 100% 50%;
  padding-right: 24px;
}
.wrapper .main_right .in .base .menu .cta a:hover {
  color: #fff;
}
.wrapper .main_right .in .base .menu .cta a:hover span {
  background: url(../images/dot_white.svg) no-repeat 100% 50%;
  padding-right: 24px;
}

.caution {
  font-size: 12px;
  color: #fff;
  line-height: 160%;
  padding: 0 24px 40px;
}
.caution li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 8px;
  font-weight: 300;
}

/* =================================================================

    スマホ

================================================================= */
@media screen and (max-width: 768px) {
  body {
    background: none;
  }
  .wrapper {
    /* =================================================================

        layout-sp

    ================================================================= */
  }
  .wrapper .main_left {
    display: none;
  }
  .wrapper .main_right {
    display: none;
  }
  .wrapper .main {
    width: 100%;
  }
  .wrapper .naviarea {
    display: block;
  }
  .wrapper .naviarea .menu_wrap {
    width: 80px;
    height: 80px;
    background-color: #000;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 98;
  }
  .wrapper .naviarea .menu {
    display: none;
    height: 20px;
    position: absolute;
    right: 24px;
    top: 29px;
    width: 30px;
    z-index: 99;
  }
  .wrapper .naviarea .menu .menu__line {
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform 0.3s;
    width: 100%;
  }
  .wrapper .naviarea .menu .menu__line--center {
    top: 9px;
  }
  .wrapper .naviarea .menu .menu__line--bottom {
    bottom: 0;
  }
  .wrapper .naviarea .menu .menu__line--top.active {
    top: 8px;
    transform: rotate(45deg);
  }
  .wrapper .naviarea .menu .menu__line--center.active {
    transform: scaleX(0);
  }
  .wrapper .naviarea .menu .menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
  }
  .wrapper .naviarea .gnav {
    background: rgba(0, 0, 0, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 97;
  }
  .wrapper .naviarea .gnav__wrap {
    align-items: center;
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .wrapper .naviarea .gnav__menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 16px;
  }
  .wrapper .naviarea .gnav__menu__item {
    margin: 24px 16px;
    opacity: 0;
  }
  .wrapper .naviarea .gnav__menu__item a {
    color: #fff;
    font-size: 14.5px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.5s;
    border-bottom: 1px solid #444;
    display: block;
    line-height: 160%;
    padding-bottom: 8px;
  }
  .wrapper .naviarea .gnav__menu__item a span {
    display: block;
    font-size: 11px;
    color: #888;
  }
  .wrapper .naviarea .gnav__menu__item a:hover {
    color: #666;
  }
}
/* =================================================================

    その他

================================================================= */
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
br.is-sp-only {
  display: none;
}/*# sourceMappingURL=style.css.map */