* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "notosans", sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 400; }

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  line-height: 1em;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word; }

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure {
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  font-weight: 400; }

ul, ol {
  list-style-type: none; }

img {
  border: none; }

p {
  line-height: 1.4em; }
  @media screen and (max-width: 767px) {
    p {
      font-size: 14px; } }

a {
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #333;
  cursor: pointer; }
  a:hover {
    text-decoration: none; }

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

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

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

.sw__container {
  display: flex;
  width: 100vw;
  height: 100svh;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain; }
  .sw__container::-webkit-scrollbar {
    display: none; }
  .sw__container_content {
    position: relative;
    flex: 0 0 100vw;
    flex-shrink: 0;
    width: 100vw;
    height: 100svh;
    overflow: hidden;
    scroll-snap-align: start;
    scroll-snap-stop: always; }
    .sw__container_content > * {
      position: relative;
      z-index: 2; }
    .sw__container_content::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      background-size: 250% 100%;
      animation: Grad 20s ease-in-out infinite; }
    .sw__container_content::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      background-repeat: no-repeat;
      background-position: left bottom;
      background-size: 100% auto; }
    .sw__container_content_item > li {
      opacity: 0; }
    .sw__container_content_item.is-active > li {
      animation: swFade 1s ease forwards; }
      .sw__container_content_item.is-active > li:nth-child(3) {
        animation-delay: .4s; }
      .sw__container_content_item.is-active > li:nth-child(1) {
        animation-delay: .8s; }
      .sw__container_content_item.is-active > li:nth-child(4) {
        animation-delay: 1.2s; }
      .sw__container_content_item.is-active > li:nth-child(2) {
        animation-delay: 1.6s; }
    .sw__container_content:nth-child(1)::before {
      background-image: linear-gradient(90deg, #EBE9DD 0%, #F7EFB6 50%, #EBE9DD 100%); }
    .sw__container_content:nth-child(1)::after {
      background-image: url("../images/panel01_bg.svg"); }
    .sw__container_content:nth-child(2)::before {
      background-image: linear-gradient(90deg, #F7EFB6 0%, #F9F6E7 50%, #F5F7F1 100%); }
    .sw__container_content:nth-child(2)::after {
      background-image: url("../images/panel02_bg.svg"); }
    .sw__container_content:nth-child(3)::before {
      background-image: linear-gradient(90deg, #F9F6E7 0%, #E0EDC2 50%, #F1F9F9 100%); }
    .sw__container_content:nth-child(3)::after {
      background-image: url("../images/panel03_bg.svg"); }
    .sw__container_content:nth-child(3) .sw__container_content_item {
      position: absolute;
      left: 14vw;
      bottom: 12vw;
      display: flex;
      gap: 2vw; }
      .sw__container_content:nth-child(3) .sw__container_content_item > li span {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding-bottom: 20%;
        background-color: rgba(232, 198, 5, 0.3);
        border-radius: 100%;
        line-height: 1.5em;
        aspect-ratio: 1 / 1; }
      .sw__container_content:nth-child(3) .sw__container_content_item > li:nth-child(1) span {
        width: 10vw; }
      .sw__container_content:nth-child(3) .sw__container_content_item > li:nth-child(2) span {
        margin-top: 3vw;
        width: 8vw; }
      .sw__container_content:nth-child(3) .sw__container_content_item > li:nth-child(3) span {
        margin-top: -1vw;
        width: 14vw; }
      .sw__container_content:nth-child(3) .sw__container_content_item > li:nth-child(4) span {
        margin-top: 4vw;
        width: 12vw; }
    .sw__container_content:nth-child(4)::before {
      background-image: linear-gradient(90deg, #E0EDC2 0%, #C7EFEF 50%, #DDD 100%); }
    .sw__container_content:nth-child(4)::after {
      background-image: url("../images/panel04_bg.svg"); }
    .sw__container_content:nth-child(4) .sw__container_content_item {
      position: absolute;
      left: 14vw;
      bottom: 18vw;
      display: flex;
      gap: 1vw; }
      .sw__container_content:nth-child(4) .sw__container_content_item > li span {
        display: block;
        padding: 1.5vw 3vw 1vw 2vw;
        background-color: rgba(87, 210, 215, 0.3);
        border-radius: 100%;
        line-height: 1.5em; }
      .sw__container_content:nth-child(4) .sw__container_content_item > li:nth-child(2) span {
        margin-top: -3vw; }
      .sw__container_content:nth-child(4) .sw__container_content_item > li:nth-child(3) span {
        margin-top: -1vw; }
      .sw__container_content:nth-child(4) .sw__container_content_item > li:nth-child(4) span {
        margin-top: -4vw; }
    .sw__container_content:nth-child(5)::before {
      background-image: linear-gradient(90deg, #C7EFEF 0%, #DDD 50%, #E8F8F9 100%); }
    .sw__container_content:nth-child(5)::after {
      background-image: url("../images/panel05_bg.svg"); }
    .sw__container_content:nth-child(5) .sw__container_content_link {
      position: absolute;
      right: 25vw;
      bottom: 20vw;
      font-size: 1.2em;
      color: gray;
      font-weight: 500; }
      .sw__container_content:nth-child(5) .sw__container_content_link:hover {
        color: #57D2D7; }
    .sw__container_content_nav {
      position: absolute;
      right: -2vw;
      bottom: -2vw;
      display: flex;
      align-items: center;
      gap: 3vw; }
      .sw__container_content_nav > ul {
        display: flex;
        gap: 1vw; }
        .sw__container_content_nav > ul li a {
          display: block;
          width: 10px;
          height: 10px;
          border-radius: 100%;
          background-color: rgba(121, 139, 153, 0.2); }
          .sw__container_content_nav > ul li a.active {
            background-color: #E8C605; }
    .sw__container_content_next {
      width: 14vw;
      height: 14vw; }
      .sw__container_content_next a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background-color: rgba(232, 198, 5, 0.2);
        border-radius: 100%;
        color: #333; }
  @media screen and (max-width: 767px) {
    .sw__container_content::before {
      background-size: 250% 100%;
      animation: Grad 10s ease-in-out infinite; }
    .sw__container_content::after {
      background-position: left bottom;
      background-size: 100% auto; }
    .sw__container_content:nth-child(1)::after {
      background-image: url("../images/panel01_bg_sp.svg"); }
    .sw__container_content:nth-child(1) .sw__text {
      top: 60vh; }
    .sw__container_content:nth-child(2)::after {
      background-image: url("../images/panel02_bg_sp.svg"); }
    .sw__container_content:nth-child(3)::after {
      background-image: url("../images/panel03_bg_sp.svg"); }
    .sw__container_content:nth-child(3) .sw__container_content_item {
      left: 2vw;
      bottom: 25vw;
      gap: 2vw; }
      .sw__container_content:nth-child(3) .sw__container_content_item > li span {
        padding-bottom: 20%;
        font-size: .6em; }
      .sw__container_content:nth-child(3) .sw__container_content_item > li:nth-child(1) span {
        width: 20vw; }
      .sw__container_content:nth-child(3) .sw__container_content_item > li:nth-child(2) span {
        width: 18vw; }
      .sw__container_content:nth-child(3) .sw__container_content_item > li:nth-child(3) span {
        width: 24vw; }
      .sw__container_content:nth-child(3) .sw__container_content_item > li:nth-child(4) span {
        margin-top: -4vw;
        width: 22vw; }
    .sw__container_content:nth-child(4)::after {
      background-image: url("../images/panel04_bg_sp.svg"); }
    .sw__container_content:nth-child(4) .sw__container_content_item {
      left: 10vw;
      bottom: 60vw; }
      .sw__container_content:nth-child(4) .sw__container_content_item span {
        padding: 4vw 4vw 3vw 4vw;
        font-size: .8em; }
    .sw__container_content:nth-child(5)::after {
      background-image: url("../images/panel05_bg_sp.svg"); }
    .sw__container_content:nth-child(5) .sw__container_content_link {
      right: 35vw;
      bottom: 45vw;
      font-size: 1em; }
    .sw__container_content_nav {
      gap: 5vw; }
      .sw__container_content_nav > ul {
        gap: 3vw; }
    .sw__container_content_next {
      width: 30vw;
      height: 30vw; } }
.sw__h1 {
  position: absolute;
  left: -1vw;
  top: -1vw;
  width: 102vw; }
  @media screen and (min-width: 361px) and (max-width: 767px) {
    .sw__h1 .pc-only {
      display: block !important; }
    .sw__h1 .sp-only {
      display: none !important; } }
.sw__h2 {
  height: 15vw; }
  .sw__h2 img {
    width: auto;
    height: 100%; }
  @media screen and (max-width: 767px) {
    .sw__h2 {
      width: 106vw;
      height: auto; }
      .sw__h2 img {
        width: 100%;
        height: auto; } }
.sw__text {
  position: absolute;
  left: 14vw;
  bottom: 3vw;
  font-size: 1.2em;
  line-height: 2em; }
  @media screen and (max-width: 767px) {
    .sw__text {
      left: 10vw;
      top: 20vh;
      bottom: auto;
      font-size: 1em; } }
.sw__mimosa {
  position: absolute;
  left: 29vw;
  top: 1.5vw;
  z-index: 3;
  width: 12vw;
  height: 12vw;
  pointer-events: none; }
  .sw__mimosa svg {
    overflow: visible;
    width: 100%; }
  .sw__mimosa circle {
    opacity: 0;
    animation: mimosaBloom 2s ease forwards; }
  .sw__mimosa circle:nth-of-type(1) {
    animation-delay: 0.08s; }
  .sw__mimosa circle:nth-of-type(2) {
    animation-delay: 0.16s; }
  .sw__mimosa circle:nth-of-type(3) {
    animation-delay: 0.24s; }
  .sw__mimosa circle:nth-of-type(4) {
    animation-delay: 0.32s; }
  .sw__mimosa circle:nth-of-type(5) {
    animation-delay: 0.4s; }
  .sw__mimosa circle:nth-of-type(6) {
    animation-delay: 0.48s; }
  .sw__mimosa circle:nth-of-type(7) {
    animation-delay: 0.56s; }
  .sw__mimosa circle:nth-of-type(8) {
    animation-delay: 0.64s; }
  .sw__mimosa circle:nth-of-type(9) {
    animation-delay: 0.72s; }
  .sw__mimosa circle:nth-of-type(10) {
    animation-delay: 0.8s; }
  .sw__mimosa circle:nth-of-type(11) {
    animation-delay: 0.88s; }
  .sw__mimosa circle:nth-of-type(12) {
    animation-delay: 0.96s; }
  .sw__mimosa circle:nth-of-type(13) {
    animation-delay: 1.04s; }
  .sw__mimosa circle:nth-of-type(14) {
    animation-delay: 1.12s; }
  .sw__mimosa circle:nth-of-type(15) {
    animation-delay: 1.2s; }
  .sw__mimosa circle:nth-of-type(16) {
    animation-delay: 1.28s; }
  .sw__mimosa circle:nth-of-type(17) {
    animation-delay: 1.36s; }
  .sw__mimosa circle:nth-of-type(18) {
    animation-delay: 1.44s; }
  .sw__mimosa circle:nth-of-type(19) {
    animation-delay: 1.52s; }
  .sw__mimosa circle:nth-of-type(20) {
    animation-delay: 1.6s; }
  .sw__mimosa circle:nth-of-type(21) {
    animation-delay: 1.68s; }
  .sw__mimosa circle:nth-of-type(22) {
    animation-delay: 1.76s; }
  .sw__mimosa circle:nth-of-type(23) {
    animation-delay: 1.84s; }
  .sw__mimosa circle:nth-of-type(24) {
    animation-delay: 1.92s; }
  .sw__mimosa circle:nth-of-type(25) {
    animation-delay: 2s; }
  .sw__mimosa circle:nth-of-type(26) {
    animation-delay: 2.08s; }
  .sw__mimosa circle:nth-of-type(27) {
    animation-delay: 2.16s; }
  .sw__mimosa circle:nth-of-type(28) {
    animation-delay: 2.24s; }
  .sw__mimosa circle:nth-of-type(29) {
    animation-delay: 2.32s; }
  .sw__mimosa circle:nth-of-type(30) {
    animation-delay: 2.4s; }
  .sw__mimosa circle:nth-of-type(31) {
    animation-delay: 2.48s; }
  .sw__mimosa circle:nth-of-type(32) {
    animation-delay: 2.56s; }
  .sw__mimosa circle:nth-of-type(33) {
    animation-delay: 2.64s; }
  .sw__mimosa circle:nth-of-type(34) {
    animation-delay: 2.72s; }
  .sw__mimosa circle:nth-of-type(35) {
    animation-delay: 2.8s; }
  .sw__mimosa circle:nth-of-type(36) {
    animation-delay: 2.88s; }
  .sw__mimosa circle:nth-of-type(37) {
    animation-delay: 2.96s; }
  .sw__mimosa circle:nth-of-type(38) {
    animation-delay: 3.04s; }
  .sw__mimosa circle:nth-of-type(39) {
    animation-delay: 3.12s; }
  .sw__mimosa circle:nth-of-type(40) {
    animation-delay: 3.2s; }
  .sw__mimosa circle:nth-of-type(41) {
    animation-delay: 3.28s; }
  .sw__mimosa circle:nth-of-type(42) {
    animation-delay: 3.36s; }
  .sw__mimosa circle:nth-of-type(43) {
    animation-delay: 3.44s; }
  .sw__mimosa circle:nth-of-type(44) {
    animation-delay: 3.52s; }
  .sw__mimosa circle:nth-of-type(45) {
    animation-delay: 3.6s; }
  .sw__mimosa circle:nth-of-type(46) {
    animation-delay: 3.68s; }
  .sw__mimosa circle:nth-of-type(47) {
    animation-delay: 3.76s; }
  .sw__mimosa circle:nth-of-type(48) {
    animation-delay: 3.84s; }
  .sw__mimosa circle:nth-of-type(49) {
    animation-delay: 3.92s; }
  .sw__mimosa circle:nth-of-type(50) {
    animation-delay: 4s; }
  .sw__mimosa circle:nth-of-type(51) {
    animation-delay: 4.08s; }
  .sw__mimosa circle:nth-of-type(52) {
    animation-delay: 4.16s; }
  .sw__mimosa circle:nth-of-type(53) {
    animation-delay: 4.24s; }
  .sw__mimosa circle:nth-of-type(54) {
    animation-delay: 4.32s; }
  .sw__mimosa circle:nth-of-type(55) {
    animation-delay: 4.4s; }
  .sw__mimosa circle:nth-of-type(56) {
    animation-delay: 4.48s; }
  .sw__mimosa circle:nth-of-type(57) {
    animation-delay: 4.56s; }
  .sw__mimosa circle:nth-of-type(58) {
    animation-delay: 4.64s; }
  .sw__mimosa circle:nth-of-type(59) {
    animation-delay: 4.72s; }
  .sw__mimosa circle:nth-of-type(60) {
    animation-delay: 4.8s; }
  @media screen and (min-width: 361px) and (max-width: 767px) {
    .sw__mimosa {
      left: 30vw;
      top: 1vw;
      width: 12vw;
      height: 12vw; } }
  @media screen and (max-width: 360px) {
    .sw__mimosa {
      left: 55vw;
      top: 1vw;
      width: 20vw;
      height: 20vw; } }
.sw__water {
  z-index: -1;
  position: absolute;
  right: 19vw;
  top: 14vw;
  width: 9vw;
  transform-origin: 50% 20%;
  animation: waterSurface 3s ease-in-out infinite; }
  @media screen and (max-width: 360px) {
    .sw__water {
      right: 46vw;
      top: 77vw;
      width: 16vw; } }
.sw__modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .4s; }
  .sw__modal.is-open {
    opacity: 1;
    visibility: visible; }
    .sw__modal.is-open .sw__modal_body {
      transform: translate(-50%, -50%); }
  .sw__modal_overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(7px); }
  .sw__modal_body {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -45%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2em;
    overflow: hidden;
    width: 90vw;
    max-width: 700px;
    background-color: rgba(235, 233, 221, 0.9);
    border-radius: 3em;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    transition: .4s; }
  .sw__modal_close {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1em;
    height: 1em;
    background-color: rgba(121, 139, 153, 0.5);
    border: 0;
    border-radius: 100%;
    cursor: pointer;
    font-size: 2rem;
    font-weight: 400;
    color: #FFF; }
    .sw__modal_close:hover {
      background-color: rgba(121, 139, 153, 0.7); }
  .sw__modal_title {
    margin-left: -2%;
    width: 104%; }
  .sw__modal_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5em;
    padding: 0 4em 2em 4em;
    width: 100%; }
    .sw__modal_form input,
    .sw__modal_form textarea {
      padding: 1em;
      width: 100%;
      border: 1px solid rgba(121, 139, 153, 0.2);
      border-radius: .5em; }
    .sw__modal_form textarea {
      height: 10em; }
  .sw__modal_send {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    width: 20vw;
    height: 4vw;
    border: 0;
    border-radius: 30em;
    background-color: #798B99;
    color: #FFF;
    cursor: pointer;
    font-size: 1.1em;
    transition: .3s; }
    .sw__modal_send:hover {
      background-color: rgba(121, 139, 153, 0.8); }
  @media screen and (max-width: 767px) {
    .sw__modal_body {
      gap: 1em; }
    .sw__modal_form {
      padding: 0 1em 2em 1em; }
    .sw__modal_send {
      margin-top: 0;
      width: 100%;
      height: 20vw; } }
.sw__thanks {
  position: fixed;
  inset: 0;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .4s; }
  .sw__thanks_overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(7px); }
  .sw__thanks_body {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    color: #FFF; }
  .sw__thanks_icon {
    display: block;
    width: 8vw;
    opacity: 0; }
    .sw__thanks_icon img {
      width: 100%;
      height: auto; }
  .sw__thanks_text {
    opacity: 0;
    font-size: 2rem;
    letter-spacing: .08em; }
  @media screen and (max-width: 767px) {
    .sw__thanks_icon {
      width: 24vw; }
    .sw__thanks_text {
      font-size: 1.5rem; } }

body.is-thanks .sw__thanks {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }
body.is-thanks .sw__thanks_icon {
  animation: thanksPlane 1.5s ease forwards; }
body.is-thanks .sw__thanks_text {
  animation: thanksText .6s ease forwards;
  animation-delay: 1.2s; }

@keyframes mimosaBloom {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes waterSurface {
  0%,
  100% {
    transform: rotate(0deg) skewX(0deg); }
  25% {
    transform: rotate(1deg) skewX(5deg); }
  50% {
    transform: rotate(-1deg) skewX(-6deg); }
  75% {
    transform: rotate(0.8deg) skewX(2deg); } }
@keyframes Grad {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@keyframes swFade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes thanksPlane {
  0% {
    opacity: 0;
    transform: translate(-20vw, 10vw) rotate(-20deg); }
  30% {
    opacity: 1; }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg); } }
@keyframes thanksText {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
