@charset "UTF-8";
/* resset.dev • v5.0.2 */
/*  # =================================================================
    # Global selectors
    # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/*  # =================================================================
    # General elements
    # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/*  # =================================================================
    # Forms
    # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/*  # =================================================================
    # Specify media element style
    # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/*  # =================================================================
    # Accessibility
    # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #2c3e50;
}

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

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

ul {
  list-style: none;
}

.l-footer__inner {
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .l-footer__inner {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.l-footer__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.l-footer__copyright {
  font-family: Barlow, -apple-system, ヒラギノ角ゴシック, Meiryo, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.l-inner {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .l-inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1280px) {
  .l-inner {
    padding-left: 48px;
    padding-right: 48px;
  }
}

.l-container {
  max-width: 1280px;
  margin: 0 auto;
}

.l-loading-screen {
  position: fixed;
  inset: 0;
  z-index: 4;
  background-color: #ffffff;
  transition: opacity 0.4s;
}
.is-loaded .l-loading-screen {
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.c-title-main {
  font-family: "Yusei Magic", sans-serif;
  font-size: 3.6rem;
}
@media (min-width: 768px) {
  .c-title-main {
    font-size: 4.8rem;
  }
}
@media (min-width: 1024px) {
  .c-title-main {
    font-size: 6rem;
  }
}

.c-title-section {
  position: relative;
  padding-bottom: 8px;
  font-size: 2.4rem;
  text-shadow: 2px 2px 0 rgba(52, 152, 219, 0.25);
}
@media (min-width: 768px) {
  .c-title-section {
    font-size: 3.2rem;
    text-shadow: 4px 4px 0 rgba(52, 152, 219, 0.25);
  }
}
@media (min-width: 1024px) {
  .c-title-section {
    font-size: 4rem;
  }
}
.c-title-section::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  right: auto;
  left: -16px;
  width: 0;
  border-bottom: 4px solid #bfcfdd;
  transition: width 1.4s ease;
}
.c-title-section.is-active::after {
  width: calc(100% + 32px);
}

.c-title-section-accent-font {
  font-family: "Yusei Magic", sans-serif;
  font-size: 2.8rem;
}
@media (min-width: 768px) {
  .c-title-section-accent-font {
    font-size: 3.6rem;
  }
}
@media (min-width: 1024px) {
  .c-title-section-accent-font {
    font-size: 4.4rem;
  }
}

.c-title-content {
  position: relative;
  padding-bottom: 4px;
  font-size: 2rem;
  text-shadow: 2px 2px 0 rgba(52, 152, 219, 0.25);
  transition: font-size 0.6s cubic-bezier(0.16, 1, 0.3, 1), color 0.6s ease;
}
@media (min-width: 768px) {
  .c-title-content {
    font-size: 2.8rem;
    text-shadow: 4px 4px 0 rgba(52, 152, 219, 0.25);
  }
}
@media (min-width: 1024px) {
  .c-title-content {
    font-size: 3.2rem;
  }
}
.c-title-content::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  right: auto;
  left: -16px;
  width: 0;
  border-bottom: 2px solid #bfcfdd;
  transition: width 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.c-title-content.is-active::after {
  width: calc(100% + 32px);
}
.c-title-content--tamed {
  color: #3498db;
}
.is-wild-mode .c-title-content--tamed {
  color: #bfcfdd;
  font-size: 1.6rem;
  text-shadow: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .is-wild-mode .c-title-content--tamed {
    font-size: 2rem;
  }
}
.is-wild-mode .c-title-content--tamed::after {
  width: 0;
}
.c-title-content--tamed::after {
  border-color: #3498db;
}
.c-title-content--wild {
  color: #e74c3c;
  text-shadow: 2px 2px 0 rgba(231, 76, 60, 0.25);
}
@media (min-width: 768px) {
  .c-title-content--wild {
    text-shadow: 4px 4px 0 rgba(231, 76, 60, 0.25);
  }
}
.is-tamed-mode .c-title-content--wild {
  color: #bfcfdd;
  font-size: 1.6rem;
  text-shadow: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .is-tamed-mode .c-title-content--wild {
    font-size: 2rem;
  }
}
.is-tamed-mode .c-title-content--wild::after {
  width: 0;
}
.c-title-content--wild::after {
  border-color: #e74c3c;
}

.c-title-item {
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .c-title-item {
    font-size: 2.8rem;
  }
}

.c-text-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 768px) {
  .c-text-body {
    font-size: 1.8rem;
  }
}
@media (min-width: 1024px) {
  .c-text-body {
    font-size: 2rem;
  }
}

.c-text-promo {
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .c-text-promo {
    font-size: 3.2rem;
  }
}
@media (min-width: 1024px) {
  .c-text-promo {
    font-size: 4rem;
  }
}

.c-text-promo-sub {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .c-text-promo-sub {
    font-size: 2.4rem;
  }
}
@media (min-width: 1024px) {
  .c-text-promo-sub {
    font-size: 2.8rem;
  }
}

.c-text-promo-accent-font {
  font-size: 3.2rem;
  font-family: "Yusei Magic", sans-serif;
}
@media (min-width: 768px) {
  .c-text-promo-accent-font {
    font-size: 4.4rem;
  }
}
@media (min-width: 1024px) {
  .c-text-promo-accent-font {
    font-size: 5.2rem;
  }
}

.c-text-promo-last {
  font-size: 2rem;
  padding: 64px 0;
}
@media (min-width: 768px) {
  .c-text-promo-last {
    font-size: 3.2rem;
  }
}
@media (min-width: 1024px) {
  .c-text-promo-last {
    font-size: 4.4rem;
  }
}

.c-button-cta {
  padding: 12px 80px;
  border-radius: 8px;
  background: #3498db;
  font-size: 2.4rem;
  color: #ffffff;
  box-shadow: 2px 2px 0 rgba(44, 62, 80, 0.25);
  text-shadow: 2px 2px 0 rgba(44, 62, 80, 0.25);
  transition: translate 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 768px) {
  .c-button-cta {
    padding: 16px 160px;
    border-radius: 16px;
    font-size: 3.2rem;
    text-shadow: 4px 4px 0 rgba(44, 62, 80, 0.25);
    box-shadow: 4px 4px 0 rgba(44, 62, 80, 0.25);
  }
}
.c-button-cta:hover {
  translate: 0px 2px;
  box-shadow: none;
}
@media (min-width: 768px) {
  .c-button-cta:hover {
    translate: 0px 4px;
  }
}

.c-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-img-float {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  filter: drop-shadow(2px 2px 0 rgba(44, 62, 80, 0.25));
}
.c-img-float--blue {
  filter: drop-shadow(2px 2px 0 rgba(52, 152, 219, 0.25));
}
@media (min-width: 768px) {
  .c-img-float--blue {
    filter: drop-shadow(4px 4px 0 rgba(52, 152, 219, 0.25));
  }
}
.c-img-float--red {
  filter: drop-shadow(2px 2px 0 rgba(231, 76, 60, 0.25));
}
@media (min-width: 768px) {
  .c-img-float--red {
    filter: drop-shadow(4px 4px 0 rgba(231, 76, 60, 0.25));
  }
}

.c-mode-selector {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding: 32px 16px;
  width: 100%;
  max-width: 712px;
  border-radius: 12px;
  background: #e9eef3;
  border-left: 4px solid #3498db;
}
@media (min-width: 768px) {
  .c-mode-selector {
    padding: 32px;
    border-radius: 16px;
    border-left: 6px solid #3498db;
  }
}
.c-mode-selector__toggle {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  position: relative;
  height: 48px;
  padding: 0 12px;
  border-radius: 24px;
  background: #ffffff;
  border: 2px solid #bfcfdd;
}
.c-mode-selector__label {
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  color: #8da0b5;
  cursor: pointer;
  transition: color 0.6s;
}
.is-tamed-mode .c-mode-selector__label--tamed {
  color: #ffffff;
  cursor: auto;
}
.is-wild-mode .c-mode-selector__label--wild {
  color: #ffffff;
  cursor: auto;
}
.c-mode-selector__slider {
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  width: 50%;
  border-radius: 24px;
  transition: left 0.6s;
}
.is-tamed-mode .c-mode-selector__slider {
  left: 0;
  background: #3498db;
}
.is-wild-mode .c-mode-selector__slider {
  left: 50%;
  background: #e74c3c;
}
.c-mode-selector__img-text-container {
  position: absolute;
  top: auto;
  bottom: 44px;
  right: -4px;
  left: auto;
  transform: translateX(50%) rotate(5deg);
  width: 112px;
}
@media (min-width: 768px) {
  .c-mode-selector__img-text-container {
    position: absolute;
    top: auto;
    bottom: 32px;
    right: -8px;
    left: auto;
    transform: translateX(100%);
    width: 192px;
  }
}
.c-mode-selector__img-text {
  -webkit-animation: interval-shake 2s infinite;
          animation: interval-shake 2s infinite;
}
@-webkit-keyframes interval-shake {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  2% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  4% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  6% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  8% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  10% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  12% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  14% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  16% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
@keyframes interval-shake {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  2% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  4% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  6% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  8% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  10% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  12% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  14% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  16% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
.c-mode-selector__desc {
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid #bfcfdd;
}
.c-mode-selector__desc-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  transition: transform 0.6s;
}
.is-tamed-mode .c-mode-selector__desc-list {
  transform: translateX(0);
}
.is-wild-mode .c-mode-selector__desc-list {
  transform: translateX(-100%);
}
.c-mode-selector__desc-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  width: 100%;
  padding: 12px 16px;
}
.c-mode-selector__desc-item--tamed {
  background: #e8f4fd;
  color: #3498db;
}
.c-mode-selector__desc-item--wild {
  background: #f8d7da;
  color: #e74c3c;
}
.c-mode-selector__desc-title {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .c-mode-selector__desc-title {
    font-size: 2rem;
  }
}
.c-mode-selector__desc-text {
  font-weight: 400;
}

.p-hero__inner {
  position: relative;
  overflow: hidden;
  height: 600px;
}
@media (min-width: 768px) {
  .p-hero__inner {
    height: 800px;
  }
}
.p-hero__inner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  height: 128px;
  background: linear-gradient(#3498db 0%, rgba(52, 152, 219, 0.3) 50%, rgba(52, 152, 219, 0) 100%);
}
@media (min-width: 768px) {
  .p-hero__inner::before {
    height: 196px;
  }
}
.p-hero__inner::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  height: 64px;
  background: linear-gradient(rgba(232, 244, 253, 0), #e8f4fd);
}
.p-hero__container {
  position: relative;
  height: 100%;
}
.p-hero__content {
  position: absolute;
  top: 128px;
  bottom: auto;
  right: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .p-hero__content {
    align-items: flex-start;
    position: absolute;
    top: 192px;
    bottom: auto;
    right: 35%;
    left: auto;
    transform: translate(50%, 0);
  }
}
.p-hero__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 768px) {
  .p-hero__text {
    align-items: flex-start;
    gap: 4px;
  }
}
.p-hero__catch {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
}
@media (min-width: 768px) {
  .p-hero__catch {
    gap: 24px;
  }
}
.p-hero__catch-icon {
  padding: 4px 24px;
  border-radius: 16px;
  background: #ffffff;
  border: 2px solid #bfcfdd;
  font-size: 1.6rem;
  color: #e74c3c;
  box-shadow: 2px 2px 0 rgba(44, 62, 80, 0.25);
  text-shadow: 2px 2px 0 rgba(231, 76, 60, 0.25);
}
@media (min-width: 768px) {
  .p-hero__catch-icon {
    padding: 8px 32px;
    font-size: 2rem;
  }
}
.p-hero__illust-app {
  bottom: -128px;
  left: 10%;
  width: 192px;
}
@media (min-width: 768px) {
  .p-hero__illust-app {
    bottom: -192px;
    width: 320px;
  }
}
.p-hero__illust-tree01 {
  bottom: 24px;
  left: 35%;
  width: 256px;
}
@media (min-width: 768px) {
  .p-hero__illust-tree01 {
    left: 40%;
    width: 384px;
  }
}
.p-hero__illust-tree02 {
  bottom: 48px;
  left: 75%;
  width: 128px;
  filter: blur(1.5px);
}
@media (min-width: 768px) {
  .p-hero__illust-tree02 {
    left: 80%;
    width: 256px;
  }
}
.p-hero__illust-tree03 {
  display: none;
}
@media (min-width: 768px) {
  .p-hero__illust-tree03 {
    display: revert;
    bottom: 64px;
    left: 67%;
    width: 160px;
    filter: blur(2px);
  }
}
.p-hero__illust-fire {
  bottom: 12px;
  left: 70%;
  width: 64px;
}
@media (min-width: 768px) {
  .p-hero__illust-fire {
    left: 62%;
    width: 96px;
  }
}
.p-hero__illust-cloud {
  top: 48px;
  right: 65%;
  width: 96px;
  filter: blur(1.5px);
}
@media (min-width: 768px) {
  .p-hero__illust-cloud {
    width: 160px;
  }
}
.p-hero__illust-moon {
  top: 32px;
  left: 25%;
  width: 64px;
  filter: blur(2px);
}
@media (min-width: 768px) {
  .p-hero__illust-moon {
    left: 15%;
    width: 96px;
  }
}

.p-scenes__inner {
  background: linear-gradient(#e8f4fd, #ffffff);
  padding: 64px 0;
}
@media (min-width: 768px) {
  .p-scenes__inner {
    padding: 128px 0;
  }
}
.p-scenes__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 64px;
}
@media (min-width: 768px) {
  .p-scenes__container {
    gap: 128px;
  }
}
.p-scenes__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 800px;
  padding: 0 64px;
}
@media (min-width: 768px) {
  .p-scenes__list {
    gap: 0;
  }
}
@media (min-width: 1024px) {
  .p-scenes__list {
    max-width: 900px;
  }
}
.p-scenes__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  width: 256px;
  aspect-ratio: 1/1;
  padding: 20px;
  border-radius: 32px;
  background: #ffffff;
  border: 4px solid #3498db;
  box-shadow: 2px 2px 0 rgba(44, 62, 80, 0.25);
}
@media (min-width: 768px) {
  .p-scenes__item {
    width: 384px;
  }
}
@media (min-width: 1024px) {
  .p-scenes__item {
    width: 448px;
  }
}
@media (min-width: 768px) {
  .p-scenes__item:nth-child(odd) {
    align-self: flex-start;
  }
}
@media (min-width: 768px) {
  .p-scenes__item:nth-child(even) {
    align-self: flex-end;
  }
}
.p-scenes__item:not(:first-child) {
  margin-top: -16px;
}
.p-scenes__item-title {
  font-size: 1.6rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-scenes__item-title {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  .p-scenes__item-title {
    font-size: 2.8rem;
  }
}

.p-about__inner {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 768px) {
  .p-about__inner {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
.p-about__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
}
@media (min-width: 768px) {
  .p-about__container {
    gap: 64px;
  }
}
.p-about__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .p-about__text {
    gap: 12px;
  }
}

.p-features__inner {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 768px) {
  .p-features__inner {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
.p-features__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 64px;
}
@media (min-width: 768px) {
  .p-features__container {
    gap: 128px;
  }
}
.p-features__list {
  display: grid;
  gap: 32px;
}
@media (min-width: 768px) {
  .p-features__list {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
}
.p-features__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
}
@media (min-width: 768px) {
  .p-features__item {
    gap: 12px;
  }
}
.p-features__item-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  position: relative;
  padding: 8px 0 8px 24px;
}
.p-features__item-content::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  right: auto;
  left: 0;
  height: 0;
  border-left: 2px solid #bfcfdd;
  transition: height 1.4s ease;
}
.p-features__item-content.is-active::before {
  height: 100%;
}
.p-features__item-icon {
  width: 64px;
  aspect-ratio: 1/1;
  filter: drop-shadow(4px 4px 0 rgba(52, 152, 219, 0.25));
}

.p-flow__inner {
  position: relative;
  overflow-x: hidden;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 768px) {
  .p-flow__inner {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
.p-flow__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.p-flow__bg--tamed {
  background: linear-gradient(#ffffff 0%, #e8f4fd 5%, #e8f4fd 95%, #ffffff 100%);
}
.is-tamed-mode .p-flow__bg--tamed {
  opacity: 1;
}
.p-flow__bg--wild {
  background: linear-gradient(#ffffff 0%, #f8d7da 5%, #f8d7da 95%, #ffffff 100%);
}
.is-wild-mode .p-flow__bg--wild {
  opacity: 1;
}
.p-flow__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 64px;
}
@media (min-width: 768px) {
  .p-flow__container {
    gap: 96px;
  }
}
.p-flow__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
}
@media (min-width: 768px) {
  .p-flow__list {
    gap: 48px;
  }
}
.is-tamed-mode .p-flow__list--wild {
  display: none;
}
.is-wild-mode .p-flow__list--tamed {
  display: none;
}
.p-flow__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  max-width: 384px;
  padding: 32px 20px;
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 2px 2px 0 rgba(44, 62, 80, 0.25), -1px -1px 0 rgba(44, 62, 80, 0.25);
}
@media (min-width: 768px) {
  .p-flow__item {
    max-width: none;
    box-shadow: 4px 4px 0 rgba(44, 62, 80, 0.25), -1px -1px 0 rgba(44, 62, 80, 0.25);
  }
}
.p-flow__item-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .p-flow__item-content {
    flex-direction: row;
  }
  .p-flow__item-content--reverse {
    flex-direction: row-reverse;
  }
}
.p-flow__item-content-sub {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  overflow: hidden;
}
.p-flow__list--tamed .p-flow__item-content-sub {
  border: 4px solid #3498db;
}
.p-flow__list--wild .p-flow__item-content-sub {
  border: 4px solid #e74c3c;
}
.p-flow__item-text, .p-flow__item-img {
  flex: 1;
}
.p-flow__item-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
@media (min-width: 768px) {
  .p-flow__item-text {
    padding: 0 16px;
  }
}
.p-flow__item-text-sub {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 8px 8px 0;
}
@media (min-width: 768px) {
  .p-flow__item-img {
    width: 50%;
  }
}
.p-flow__item-step {
  padding: 0 8px;
  color: #8da0b5;
  line-height: 1;
  border-bottom: 4px solid #2c3e50;
}
.p-flow__list--tamed .p-flow__item-step {
  border-color: #3498db;
}
.p-flow__list--wild .p-flow__item-step {
  border-color: #e74c3c;
}
.p-flow__item-step-number {
  font-size: 4.8rem;
  font-weight: 400;
  letter-spacing: -0.24rem;
}
@media (min-width: 768px) {
  .p-flow__item-step-number {
    font-size: 5.6rem;
    letter-spacing: -0.28rem;
  }
}
.p-flow__mode-title-container {
  height: 62px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-flow__mode-title-container {
    height: 80px;
  }
}
@media (min-width: 1024px) {
  .p-flow__mode-title-container {
    height: 86px;
  }
}

.p-author__inner {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 768px) {
  .p-author__inner {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
.p-author__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 64px;
  font-family: Barlow, -apple-system, ヒラギノ角ゴシック, Meiryo, sans-serif;
  font-weight: 400;
}
.p-author__profile {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  max-width: 768px;
}
@media (min-width: 768px) {
  .p-author__profile {
    flex-direction: row;
    gap: 32px;
  }
}
.p-author__profile-img-container {
  width: 128px;
  aspect-ratio: 1/1;
}
.p-author__profile-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
}
@media (min-width: 768px) {
  .p-author__profile-text {
    gap: 16px;
  }
}
.p-author__profile-name {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .p-author__profile-name {
    font-size: 2.4rem;
    text-align: left;
  }
}
.p-author__profile-desc {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
}
@media (min-width: 768px) {
  .p-author__profile-desc {
    gap: 8px;
  }
}
.p-author__profile-meta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 16px;
}
.p-author__profile-meta-term {
  color: #8da0b5;
}
.p-author__contact {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .p-author__contact {
    flex-direction: row;
  }
}
.p-author__contact-site {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 8px;
  border-radius: 4px;
  transition: color 0.3s, background-color 0.3s;
}
.p-author__contact-site:hover {
  color: #ffffff;
  background: #2c3e50;
  -webkit-animation: shake 0.1s infinite;
          animation: shake 0.1s infinite;
}
@-webkit-keyframes shake {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
@keyframes shake {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
.p-author__contact-name {
  font-size: 2rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-author__contact-name {
    font-size: 2.4rem;
  }
}

.p-cta__inner {
  padding-top: 96px;
  padding-bottom: 96px;
  background: linear-gradient(#ffffff 0%, #e9eef3 20%, #e9eef3 80%, #ffffff 100%);
}
@media (min-width: 768px) {
  .p-cta__inner {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
@media (min-width: 1024px) {
  .p-cta__inner {
    padding-top: 192px;
    padding-bottom: 192px;
  }
}
.p-cta__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .p-cta__container {
    gap: 32px;
  }
}
.p-cta__text {
  position: relative;
}
.p-cta__text-front {
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 0 rgba(52, 152, 219, 0.25);
}
.p-cta__text-back {
  position: absolute;
  top: auto;
  bottom: -12px;
  right: -16px;
  left: auto;
  font-size: 4.8rem;
  color: #bfcfdd;
  text-shadow: 2px 2px 0 rgba(231, 76, 60, 0.25);
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), filter 2s cubic-bezier(0.22, 1, 0.36, 1);
  filter: blur(1rem);
}
@media (min-width: 768px) {
  .p-cta__text-back {
    font-size: 6.4rem;
  }
}
@media (min-width: 1024px) {
  .p-cta__text-back {
    font-size: 8rem;
  }
}
.is-active .p-cta__text-back {
  opacity: 1;
  filter: blur(0);
  transition-delay: 1s;
}

.p-cta-fixed {
  position: fixed;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}
.p-cta-fixed__container {
  position: relative;
}
.p-cta-fixed__content {
  position: absolute;
  top: 16px;
  bottom: auto;
  right: 0;
  left: auto;
  width: 96px;
  aspect-ratio: 1/1;
  filter: drop-shadow(2px 2px 0 rgba(44, 62, 80, 0.25));
  transition: scale 0.6s ease, opacity 0.6s ease;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .p-cta-fixed__content {
    top: 32px;
    width: 128px;
  }
}
.is-scroll .p-cta-fixed__content {
  scale: 0.8;
  opacity: 0.9;
}
.is-scroll .p-cta-fixed__content:hover {
  scale: 1;
  opacity: 1;
}
.p-cta-fixed__button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 50%;
  background: #3498db;
  -webkit-animation: spin 12s linear infinite;
          animation: spin 12s linear infinite;
}
@-webkit-keyframes spin {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
@keyframes spin {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
.p-cta-fixed__button:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.p-cta-fixed__button::before {
  content: "";
  position: absolute;
  top: 5%;
  bottom: 5%;
  right: 5%;
  left: 5%;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: inset 2px 2px 0 rgba(44, 62, 80, 0.25);
}
.p-cta-fixed__button::after {
  content: "";
  position: absolute;
  top: 8%;
  bottom: 8%;
  right: 8%;
  left: 8%;
  border-radius: 50%;
  background: #3498db;
  box-shadow: 2px 2px 0 rgba(44, 62, 80, 0.25);
}
.p-cta-fixed__text {
  position: absolute;
  top: 50%;
  bottom: auto;
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 2.4rem;
  color: #ffffff;
  text-shadow: 2px 2px 0 rgba(44, 62, 80, 0.25);
}
@media (min-width: 768px) {
  .p-cta-fixed__text {
    font-size: 2.8rem;
  }
}

@media (min-width: 1280px) {
  .u-hide-xl {
    display: none;
  }
}

@media (min-width: 1024px) {
  .u-hide-lg {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-hide-md {
    display: none;
  }
}

.u-show-xl {
  display: none;
}
@media (min-width: 1280px) {
  .u-show-xl {
    display: revert;
  }
}

.u-show-lg {
  display: none;
}
@media (min-width: 1024px) {
  .u-show-lg {
    display: revert;
  }
}

.u-show-md {
  display: none;
}
@media (min-width: 768px) {
  .u-show-md {
    display: revert;
  }
}

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

:root {
  --duration: 0s;
  --delay: 0s;
  --fadein-x: 0px;
  --fadein-y: 8px;
}

.u-fx-fadein {
  opacity: 0;
  translate: var(--fadein-x) var(--fadein-y);
  transition: translate 1.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.u-fx-fadein.is-active {
  opacity: 1;
  translate: 0 0;
}

.u-fx-blur {
  opacity: 0;
  filter: blur(1rem);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), filter 2s cubic-bezier(0.22, 1, 0.36, 1);
}
.u-fx-blur.is-active {
  opacity: 1;
  filter: blur(0);
  transition-delay: var(--delay);
}

.u-fx-zoomup {
  transform: scale(0);
}
.u-fx-zoomup.is-active {
  animation: scale-ease-in-elastic 1s var(--delay) reverse forwards;
}
@-webkit-keyframes scale-ease-in-elastic {
  0% {
    transform: scale(1);
  }
  4% {
    transform: scale(1);
  }
  8% {
    transform: scale(1);
  }
  14% {
    transform: scale(1);
  }
  18% {
    transform: scale(1);
  }
  26% {
    transform: scale(1.01);
  }
  28% {
    transform: scale(1.01);
  }
  40% {
    transform: scale(0.98);
  }
  42% {
    transform: scale(0.98);
  }
  56% {
    transform: scale(1.05);
  }
  58% {
    transform: scale(1.04);
  }
  72% {
    transform: scale(0.87);
  }
  86% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scale-ease-in-elastic {
  0% {
    transform: scale(1);
  }
  4% {
    transform: scale(1);
  }
  8% {
    transform: scale(1);
  }
  14% {
    transform: scale(1);
  }
  18% {
    transform: scale(1);
  }
  26% {
    transform: scale(1.01);
  }
  28% {
    transform: scale(1.01);
  }
  40% {
    transform: scale(0.98);
  }
  42% {
    transform: scale(0.98);
  }
  56% {
    transform: scale(1.05);
  }
  58% {
    transform: scale(1.04);
  }
  72% {
    transform: scale(0.87);
  }
  86% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(0);
  }
}

.u-fx-rotate {
  opacity: 0;
  transform: rotate(0deg);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.u-fx-rotate.is-active {
  opacity: 1;
  transform: rotate(var(--rotate-angle));
}

.u-split-letter {
  display: inline-block;
}
.u-fx-fadein-text .u-split-letter {
  opacity: 0;
  translate: var(--fadein-x) var(--fadein-y);
  transition: translate 1.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--index) * 0.03s);
}
.u-fx-fadein-text.is-active .u-split-letter {
  opacity: 1;
  translate: 0 0;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border-width: 0 !important;
  white-space: nowrap !important;
}
/*# sourceMappingURL=main.css.map */