@charset "UTF-8";
.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/*------------------------------------------------------------
  layout-parts
------------------------------------------------------------*/
.body--no-scroll {
  overflow: hidden;
}

.is-noScroll {
  overflow: hidden;
}

.is-noScrolled {
  overflow: auto;
  scrollbar-gutter: stable;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 389px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

html.is-fixed {
  position: fixed;
  z-index: -1;
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
img {
  width: 100%;
  vertical-align: bottom;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

table {
  display: block;
  width: 100%;
  border-collapse: collapse;
}

thead {
  display: block;
}

tbody {
  display: block;
  width: 100%;
}

tr {
  display: block;
}

th,
td {
  width: 100%;
  height: 100%;
}

th {
  display: block;
}

td {
  display: block;
}

/*----------------------------------
  basic
-----------------------------------*/

* {
  letter-spacing: 0.06em;
}

.no-post {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .no-post {
    font-size: 1.25rem;
  }
}

.no-post--main-loop {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 30vh;
}

.no-post--sub-loop {
  text-align: center;
  padding-top: 120px;
  padding-top: 7.5rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .no-post--sub-loop {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
}

.container {
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.container_b {
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (min-width: 500px) and (max-width: 600px) {
  .container_b {
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  .container_b {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

.sp-container {
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .sp-container {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

.bold {
  font-weight: 700;
}

.u-540 {
  display: none;
}
@media screen and (min-width: 540px) {
  .u-540 {
    display: block;
  }
}

body {
  font-family: "dnp-shuei-nmincho-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7666666667;
}
@media screen and (min-width: 768px) {
  body {
    font-size: max(0.9375rem, 13.5px);
  }
}

h4 {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: max(1.375rem, 19.25px);
  }
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  h4 {
    font-size: max(1.5rem, 21px);
  }
}

h5 {
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 0.22em;
  line-height: 1.1230769231;
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: max(1.625rem, 22.75px);
  }
}

h6 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  h6 {
    font-size: max(1.25rem, 17.5px);
  }
}

/* container
============================================*/
.container {
  padding-right: 18px;
  padding-right: 1.125rem;
  padding-left: 18px;
  padding-left: 1.125rem;
}
@media screen and (min-width: 600px) {
  .container {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

.footer__inner {
  padding-top: 53px;
  padding-top: 3.3125rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding-top: 3.9375rem;
    padding-bottom: 2.5rem;
  }
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2.125rem;
     -moz-column-gap: 2.125rem;
          column-gap: 2.125rem;
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
}
@media screen and (min-width: 768px) {
  .footer__links {
    margin-bottom: 2.4375rem;
  }
}

.footer__link {
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (min-width: 768px) {
  .footer__link {
    font-size: max(0.875rem, 13px);
  }
}
.footer__link::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2px;
  bottom: -0.125rem;
  pointer-events: none;
}
@media (hover: hover) {
  .footer__link:hover {
    opacity: 0.65;
  }
}
@media (hover: none) {
  .footer__link:active {
    opacity: 0.65;
  }
}

.footer__link::after {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

@media (hover: hover) {
  .footer__link:hover::after {
    width: 110%;
  }
}
@media (hover: none) {
  .footer__link:active::after {
    width: 110%;
  }
}

.footer__copy {
  display: block;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    font-size: 11px;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 10;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__site-logo {
  margin-right: 13px;
  margin-right: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .header__site-logo {
    margin-right: 1.9375rem;
  }
}

.header__site-logo-link {
  display: block;
  width: 70px;
  width: 4.375rem;
  height: 70px;
  height: 4.375rem;
  width: 70px;
  width: 4.375rem;
  height: 70px;
  height: 4.375rem;
  background-color: #000;
  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;
}
@media screen and (min-width: 768px) {
  .header__site-logo-link {
    width: 6.25rem;
    height: 6.25rem;
    width: 6.25rem;
    height: 6.25rem;
  }
}

.header__site-logo-img {
  display: block;
  width: 52px;
  width: 3.25rem;
}
@media screen and (min-width: 768px) {
  .header__site-logo-img {
    width: 4.625rem;
  }
}

.header__title-link {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5625;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .header__title-link {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .header__title-link {
    font-size: 0.875rem;
    letter-spacing: 0.07em;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .header__title-link {
    font-size: max(0.875rem, 13px);
  }
}

.header__title-link span {
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .header__title-link span {
    letter-spacing: 0.07em;
  }
}

.header.is-active {
  z-index: 10;
  visibility: visible;
  opacity: 1;
}

.site-logo {
  position: fixed;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  width: 70px;
  width: 4.375rem;
  height: 70px;
  height: 4.375rem;
  width: 70px;
  width: 4.375rem;
  height: 70px;
  height: 4.375rem;
}
@media screen and (min-width: 768px) {
  .site-logo {
    width: 4.375rem;
    height: 4.375rem;
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 1920px) {
  .site-logo {
    width: 6.25rem;
    height: 6.25rem;
    width: 6.25rem;
    height: 6.25rem;
  }
}

.site-logo.is-active {
  z-index: 10;
  visibility: visible;
  opacity: 1;
}

.site-logo__link {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  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;
  opacity: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media (hover: hover) {
  .site-logo__link:hover {
    opacity: 0.65;
  }
}
@media (hover: none) {
  .site-logo__link:active {
    opacity: 0.65;
  }
}

.site-logo__img {
  display: block;
  width: 52px;
  width: 3.25rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (min-width: 768px) {
  .site-logo__img {
    width: 52px;
  }
}
@media screen and (min-width: 1920px) {
  .site-logo__img {
    width: 4.625rem;
  }
}

@media (hover: hover) {
  .site-logo__link:hover .site-logo__img {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
@media (hover: none) {
  .site-logo__link:active .site-logo__img {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}

.page-top__fv-title {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5625;
  letter-spacing: 0.06em;
  padding-left: 83px;
  padding-left: 5.1875rem;
  height: 70px;
  height: 4.375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (min-width: 768px) {
  .page-top__fv-title {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .page-top__fv-title {
    height: 70px;
    padding-left: 83px;
  }
}
@media screen and (min-width: 1920px) {
  .page-top__fv-title {
    font-size: 0.875rem;
    letter-spacing: 0.07em;
    height: 6.25rem;
    padding-left: 8.1875rem;
  }
}
@media screen and (min-width: 1920px) and (min-width: 768px) {
  .page-top__fv-title {
    font-size: max(0.875rem, 13px);
  }
}

.page-top__fv-title span:first-child {
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .page-top__fv-title span:first-child {
    letter-spacing: 0.07em;
  }
}

.page-top__fv-title.is-active {
  visibility: visible;
  opacity: 1;
  z-index: 5;
}

@media (hover: hover) {
  .page-top__fv-title.is-active:hover {
    opacity: 0.65;
  }
}
@media (hover: none) {
  .page-top__fv-title.is-active:active {
    opacity: 0.65;
  }
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, .9);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.modal.is-active {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  visibility: visible;
  z-index: 15;
}

.modal__inner {
  width: 100%;
  height: 100%;
  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;
}

.modal__content {
  width: 77.2946859903%;
  max-width: 435px;
}

.modal__title {
  text-align: center;
  letter-spacing: 0.16em;
  line-height: 1.9090909091;
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .modal__title {
    line-height: 1.75;
  }
}

.modal__text {
  line-height: 1.488;
}
@media screen and (min-width: 768px) {
  .modal__text {
    line-height: 1.7666666667;
  }
}

@media screen and (min-width: 1100px) {
  .page-top__about {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

.page-top__about-inner {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .page-top__about-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 1401px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.page-top__about-media {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  height: 100svh;
  z-index: -1;
  width: 100%;
  padding-right: 18px;
  padding-right: 1.125rem;
  padding-left: 18px;
  padding-left: 1.125rem;
}
@media screen and (min-width: 600px) {
  .page-top__about-media {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .page-top__about-media {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .page-top__about-media {
    height: auto;
    z-index: 1;
    padding-right: 0rem;
    padding-left: 0rem;
    height: 100vh;
  }
}

.page-top__about-media.is-active {
  position: fixed;
}
@media screen and (min-width: 1100px) {
  .page-top__about-media.is-active {
    top: auto;
    bottom: 0;
    width: 100%;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

.page-top__about-media.is-setBottom {
  position: absolute;
  top: auto;
  bottom: 0;
}

.page-top__about-media_inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .page-top__about-media_inner {
    max-width: 1401px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 1100px) {
  .page-top__about-media_body-container {
    width: 48.0371163455%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.page-top__about-media_body {
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 92.9951690821vw;
}
@media screen and (min-width: 600px) {
  .page-top__about-media_body {
    width: 71.2962962963vw;
  }
}
@media screen and (min-width: 1100px) {
  .page-top__about-media_body {
    max-width: 100%;
    width: 62.3148148148vh;
  }
}
@media screen and (min-width: 1100px) {
  .page-top__about-media_body {
    padding-top: 5rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    height: auto;
  }
}

.page-top__about-title {
  width: 21.7391304348vw;
  position: absolute;
  bottom: 5.0724637681vw;
  left: 8.2125603865vw;
  opacity: 0.75;
}
@media screen and (min-width: 600px) {
  .page-top__about-title {
    width: 16.6666666667vw;
    bottom: 3.8888888889vw;
    left: 6.2962962963vw;
  }
}
@media screen and (min-width: 768px) {
  .page-top__about-title {
    width: 15.8854166667vw;
    bottom: 2.7777777778vw;
    left: 5.3703703704vw;
  }
}
@media screen and (min-width: 1100px) {
  .page-top__about-title {
    opacity: 1;
    width: 20.6537890045%;
    left: 4.249628529%;
    bottom: 2.0251716247%;
  }
}

.page-top__about-img {
  position: relative;
  z-index: 1;
  opacity: 0.15;
}
@media screen and (min-width: 1100px) {
  .page-top__about-img {
    opacity: 1;
  }
}

.page-top__about-body {
  padding-right: 18px;
  padding-right: 1.125rem;
  padding-left: 18px;
  padding-left: 1.125rem;
}
@media screen and (min-width: 600px) {
  .page-top__about-body {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .page-top__about-body {
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .page-top__about-body {
    padding-right: 0rem;
    padding-left: 0rem;
    width: 48.0371163455%;
  }
}
.page-top__about-body_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 55px;
  row-gap: 3.4375rem;
}
@media screen and (min-width: 1100px) {
  .page-top__about-body_inner {
    padding-right: 2.1248142645%;
    row-gap: 4.6875rem;
  }
}

.page-top__about-content_header {
  margin-bottom: 21px;
  margin-bottom: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .page-top__about-content_header {
    margin-bottom: 2.1875rem;
  }
}

.page-top__about-content_title {
  color: #356885;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .page-top__about-content_title {
    margin-bottom: 0.1875rem;
  }
}

.page-top__about-content_sub-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 768px) {
  .page-top__about-content_sub-title {
    font-size: max(1rem, 14px);
  }
}

.page-top__about-content_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 26.5px;
  row-gap: 1.65625rem;
}
@media screen and (min-width: 768px) {
  .page-top__about-content_body {
    row-gap: 2.6875rem;
  }
}

.page-top__about-content_item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.page-top__about-content_item-title::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.25px;
  background-color: #272828;
  margin-left: 16px;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .page-top__about-content_item-title::after {
    margin-left: 1.125rem;
  }
}

.page-top__about-content_item-text {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.page-top__about-content_item-tags {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 15px;
  gap: 0.625rem 0.9375rem;
}

.page-top__about-content_item-tag {
  display: inline-block;
  background-color: #34708f;
  color: #fff;
  white-space: nowrap;
  padding-right: 9px;
  padding-right: 0.5625rem;
  padding-left: 9px;
  padding-left: 0.5625rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7857142857;
}
@media screen and (min-width: 768px) {
  .page-top__about-content_item-tag {
    font-size: max(0.875rem, 13px);
  }
}

.page-top__fv {
  position: relative;
  overflow: hidden;
  padding-bottom: 46px;
  padding-bottom: 2.875rem;
}
@media screen and (min-width: 768px) {
  .page-top__fv {
    padding-bottom: 7.875rem;
  }
}

.page-top__fv-img {
  position: relative;
}

.page-top__fv-img img {
  opacity: 0;
}

.page-top__fv-img::after {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 648/85;
  z-index: 1;
  background-color: #fff;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="45" /></filter></svg>#filter');
  -webkit-filter: blur(45px);
          filter: blur(45px);
  border-radius: 50%;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (min-width: 768px) {
  .page-top__fv-img::after {
    aspect-ratio: 648/125;
  }
}

.page-top__fv-inner {
  width: 100%;
  height: 100svh;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-top__fv-inner {
    height: 100vh;
  }
}

.page-top__fv-inner::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(60%, #fff), color-stop(120%, transparent));
  background: linear-gradient(to right, #fff 0%, #fff 60%, transparent 120%);
  z-index: 2;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: all 5s;
  transition: all 5s;
  content: none;
}

.page-top__fv.is-active .page-top__fv-inner::before {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.page-top__fv-img {
  width: 54.6875svh;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-90.5%);
          transform: translateX(-90.5%);
  bottom: 0;
  z-index: 2;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
@media screen and (min-width: 768px) {
  .page-top__fv-img {
    width: 65.91796875svh;
    left: 50%;
    -webkit-transform: translateX(-121%);
            transform: translateX(-121%);
  }
}
@media screen and (min-width: 1100px) {
  .page-top__fv-img {
    width: 71.1111111111vh;
  }
}

.page-top__fv-img.is-move {
  left: 50%;
  -webkit-transform: translateX(-65.5%);
          transform: translateX(-65.5%);
}
@media screen and (min-width: 768px) {
  .page-top__fv-img.is-move {
    -webkit-transform: translateX(-96%);
            transform: translateX(-96%);
  }
}
.page-top__fv-img.is-set {
  left: 50%;
  -webkit-transform: translateX(-60.5%);
          transform: translateX(-60.5%);
}
@media screen and (min-width: 768px) {
  .page-top__fv-img.is-set {
    -webkit-transform: translateX(-91%);
            transform: translateX(-91%);
  }
}
.page-top__fv-copy {
  position: absolute;
  top: 13.3928571429vh;
  right: 0;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.22em;
  letter-spacing: 0.14em;
  line-height: 1.6;
  letter-spacing: 0;
  letter-spacing: 0.07em;
  opacity: 0;
  z-index: 4;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-top__fv-copy {
    font-size: max(1.375rem, 19.25px);
  }
}
@media screen and (min-width: 768px) {
  .page-top__fv-copy {
    top: 32%;
    line-height: 1.8;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-align: left;
    width: auto;
    font-size: 3.125vw;
    right: 30.5%;
    -webkit-transform: translate(100%, -37%);
            transform: translate(100%, -37%);
  }
}
@media screen and (min-width: 1100px) {
  .page-top__fv-copy {
    top: 25.7%;
    font-size: 24px;
    -webkit-transform: translate(100%, -40%);
            transform: translate(100%, -40%);
  }
}
@media screen and (min-width: 1920px) {
  .page-top__fv-copy {
    font-size: 2.634467618vh;
  }
}

.page-top__fv-copy.is-displayed {
  -webkit-animation-name: sp_fv-copy_blurAnime;
          animation-name: sp_fv-copy_blurAnime;
}
@media screen and (min-width: 768px) {
  .page-top__fv-copy.is-displayed {
    -webkit-animation-name: tablet_fv-copy_blurAnime;
            animation-name: tablet_fv-copy_blurAnime;
  }
}
@media screen and (min-width: 1100px) {
  .page-top__fv-copy.is-displayed {
    -webkit-animation-name: pc_fv-copy_blurAnime;
            animation-name: pc_fv-copy_blurAnime;
  }
}

@-webkit-keyframes sp_fv-copy_blurAnime {
  from {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    opacity: 0;
  }
  to {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes sp_fv-copy_blurAnime {
  from {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    opacity: 0;
  }
  to {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes tablet_fv-copy_blurAnime {
  from {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translate(100%, -37%) scale(1.25);
            transform: translate(100%, -37%) scale(1.25);
    opacity: 0;
  }
  to {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translate(100%, -37%) scale(1);
            transform: translate(100%, -37%) scale(1);
    opacity: 1;
  }
}
@keyframes tablet_fv-copy_blurAnime {
  from {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translate(100%, -37%) scale(1.25);
            transform: translate(100%, -37%) scale(1.25);
    opacity: 0;
  }
  to {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translate(100%, -37%) scale(1);
            transform: translate(100%, -37%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes pc_fv-copy_blurAnime {
  from {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translate(100%, -40%) scale(1.25);
            transform: translate(100%, -40%) scale(1.25);
    opacity: 0;
  }
  to {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translate(100%, -40%) scale(1);
            transform: translate(100%, -40%) scale(1);
    opacity: 1;
  }
}
@keyframes pc_fv-copy_blurAnime {
  from {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translate(100%, -40%) scale(1.25);
            transform: translate(100%, -40%) scale(1.25);
    opacity: 0;
  }
  to {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translate(100%, -40%) scale(1);
            transform: translate(100%, -40%) scale(1);
    opacity: 1;
  }
}
.page-top__fv-copy span {
  display: inline-block;
  letter-spacing: 0.22em;
  line-height: inherit;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .page-top__fv-copy span {
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    padding-top: 1.1875rem;
  }
}

.is-displayed {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@-webkit-keyframes blurAnime {
  from {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes blurAnime {
  from {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.page-top__fv-img.is-displayed {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.petal-btn-container {
  position: fixed;
  width: 100%;
  z-index: 15;
  padding-right: 18px;
  padding-right: 1.125rem;
  left: 0;
  bottom: 0;
  padding-top: 22px;
  padding-top: 1.375rem;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .petal-btn-container {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1920px) {
  .petal-btn-container {
    padding-top: 2.5925925926vh;
    padding-bottom: 2.5925925926vh;
    padding-right: 2.0833333333vw;
  }
}

.petal-btn {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  width: 90px;
  width: 5.625rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .petal-btn {
    width: max(7.25rem, 100px);
  }
}
.petal-btn__inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  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;
  opacity: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media (hover: hover) {
  .petal-btn__inner:hover {
    opacity: 0.8;
  }
}
@media (hover: none) {
  .petal-btn__inner:active {
    opacity: 0.8;
  }
}

.petal-btn.is-displayed {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.petal-btn:active {
  -webkit-transform: translateY(-3%);
          transform: translateY(-3%);
}

.petal-btn::before,
.petal-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0.5px solid #ce76b5;
  width: 120%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

.petal-btn.is-lighting::before,
.petal-btn.is-lighting::after {
  -webkit-animation: 1.2s circleAnime linear;
          animation: 1.2s circleAnime linear;
}

.petal-btn.is-displayed::after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.petal-btn.is-lighting::before, .petal-btn.is-lighting::after {
  -webkit-animation: 0.8s lighting_circleAnime linear;
          animation: 0.8s lighting_circleAnime linear;
}
.petal-btn.is-lighting::after {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes circleAnime {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.6);
            transform: translate(-50%, -50%) scale(0.6);
    opacity: 0;
  }
  30% {
    opacity: 0.8;
  }
  85% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}

@keyframes circleAnime {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.6);
            transform: translate(-50%, -50%) scale(0.6);
    opacity: 0;
  }
  30% {
    opacity: 0.8;
  }
  85% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes lighting_circleAnime {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.6);
            transform: translate(-50%, -50%) scale(0.6);
    opacity: 0;
  }
  30% {
    opacity: 0.8;
  }
  85% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
@keyframes lighting_circleAnime {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.6);
            transform: translate(-50%, -50%) scale(0.6);
    opacity: 0;
  }
  30% {
    opacity: 0.8;
  }
  85% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
.petal-btn__img {
  display: block;
  width: 90px;
  width: 5.625rem;
  opacity: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (min-width: 768px) {
  .petal-btn__img {
    width: max(7.25rem, 100px);
  }
}

@media (hover: hover) {
  .petal-btn__img:hover {
    opacity: 0.8;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@media (hover: none) {
  .petal-btn__img:active {
    opacity: 0.8;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

.petal-btn__texts {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.petal-btn__text {
  display: inline-block;
  color: #fff;
  white-space: nowrap;
  font-size: 13px;
  font-size: 0.8125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .petal-btn__text {
    font-size: max(0.8125rem, 12.5px);
  }
}
@media screen and (min-width: 768px) {
  .petal-btn__text {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .petal-btn__text {
    font-size: max(0.9375rem, 13.5px);
  }
}

.petal-btn__text::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  bottom: -0.1875rem;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-animation: arrowlong01 2s ease infinite;
          animation: arrowlong01 2s ease infinite;
}

@-webkit-keyframes arrowlong01 {
  0% {
    width: 0;
    opacity: 0;
  }
  20% {
    width: 0;
    opacity: 1;
  }
  80% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}

@keyframes arrowlong01 {
  0% {
    width: 0;
    opacity: 0;
  }
  20% {
    width: 0;
    opacity: 1;
  }
  80% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
.petal-btn.is-active .petal-btn__text--open,
.petal-btn__text--close {
  visibility: hidden;
  opacity: 0;
}

.petal-btn.is-active .petal-btn__text--close {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}

.petal-btn.is-displayed {
  -webkit-animation-name: btn_blurAnime;
          animation-name: btn_blurAnime;
}

@-webkit-keyframes btn_blurAnime {
  0% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0;
  }
  100% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes btn_blurAnime {
  0% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0;
  }
  100% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.petal-btn.is-available {
  pointer-events: auto;
}

/* 花びらのスタイル */
.petal {
  width: 60px;
  width: 3.75rem;
  position: absolute;
  top: -10%;
  right: 12%;
  opacity: 1;
  -webkit-animation: sway 15s ease-in-out infinite;
          animation: sway 15s ease-in-out infinite;
  -webkit-transition: -webkit-animation-duration 0.5s ease-in-out;
  transition: -webkit-animation-duration 0.5s ease-in-out;
  transition: animation-duration 0.5s ease-in-out;
  transition: animation-duration 0.5s ease-in-out, -webkit-animation-duration 0.5s ease-in-out;
  pointer-events: auto;
}

.petal img {
  -webkit-animation: petal 30s ease-in-out infinite;
          animation: petal 30s ease-in-out infinite;
}

.petal.is-speedUp,
.petal.is-speedUp img {
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes petal {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  45% {
    opacity: 1;
  }
  65% {
    opacity: 0.5;
  }
  90% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
    opacity: 0;
  }
}

@keyframes petal {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  45% {
    opacity: 1;
  }
  65% {
    opacity: 0.5;
  }
  90% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(540deg);
            transform: rotate(540deg);
    opacity: 0;
  }
}
@-webkit-keyframes sway1 {
  0% {
    top: -10%;
    right: 0%;
  }
  45% {
    -webkit-transform: translateY(60vh);
            transform: translateY(60vh);
  }
  100% {
    -webkit-transform: translateY(60vh);
            transform: translateY(60vh);
    top: 25%;
    right: 120%;
  }
}
@keyframes sway1 {
  0% {
    top: -10%;
    right: 0%;
  }
  45% {
    -webkit-transform: translateY(60vh);
            transform: translateY(60vh);
  }
  100% {
    -webkit-transform: translateY(60vh);
            transform: translateY(60vh);
    top: 25%;
    right: 120%;
  }
}
@-webkit-keyframes sway2 {
  0% {
    top: -10%;
    right: -20%;
  }
  45% {
    -webkit-transform: translateY(65vh);
            transform: translateY(65vh);
  }
  100% {
    -webkit-transform: translateY(65vh);
            transform: translateY(65vh);
    top: 25%;
    right: 120%;
  }
}
@keyframes sway2 {
  0% {
    top: -10%;
    right: -20%;
  }
  45% {
    -webkit-transform: translateY(65vh);
            transform: translateY(65vh);
  }
  100% {
    -webkit-transform: translateY(65vh);
            transform: translateY(65vh);
    top: 25%;
    right: 120%;
  }
}
@-webkit-keyframes sway3 {
  0% {
    top: -10%;
    right: -30%;
  }
  45% {
    -webkit-transform: translateY(70vh);
            transform: translateY(70vh);
  }
  100% {
    -webkit-transform: translateY(70vh);
            transform: translateY(70vh);
    top: 25%;
    right: 120%;
  }
}
@keyframes sway3 {
  0% {
    top: -10%;
    right: -30%;
  }
  45% {
    -webkit-transform: translateY(70vh);
            transform: translateY(70vh);
  }
  100% {
    -webkit-transform: translateY(70vh);
            transform: translateY(70vh);
    top: 25%;
    right: 120%;
  }
}
@-webkit-keyframes sp_sway1 {
  0% {
    top: -10%;
    right: 10%;
  }
  45% {
    -webkit-transform: translateX(0) translateY(65vh);
            transform: translateX(0) translateY(65vh);
  }
  100% {
    -webkit-transform: translateX(-70vw) translateY(65svh);
            transform: translateX(-70vw) translateY(65svh);
    top: 25%;
    right: 135%;
  }
}
@keyframes sp_sway1 {
  0% {
    top: -10%;
    right: 10%;
  }
  45% {
    -webkit-transform: translateX(0) translateY(65vh);
            transform: translateX(0) translateY(65vh);
  }
  100% {
    -webkit-transform: translateX(-70vw) translateY(65svh);
            transform: translateX(-70vw) translateY(65svh);
    top: 25%;
    right: 135%;
  }
}
@-webkit-keyframes sp_sway2 {
  0% {
    top: -10%;
    right: -10%;
  }
  45% {
    -webkit-transform: translateX(0) translateY(70svh);
            transform: translateX(0) translateY(70svh);
  }
  100% {
    -webkit-transform: translateX(-75vw) translateY(70svh);
            transform: translateX(-75vw) translateY(70svh);
    top: 30%;
    right: 135%;
  }
}
@keyframes sp_sway2 {
  0% {
    top: -10%;
    right: -10%;
  }
  45% {
    -webkit-transform: translateX(0) translateY(70svh);
            transform: translateX(0) translateY(70svh);
  }
  100% {
    -webkit-transform: translateX(-75vw) translateY(70svh);
            transform: translateX(-75vw) translateY(70svh);
    top: 30%;
    right: 135%;
  }
}
@-webkit-keyframes sp_sway3 {
  0% {
    top: -10%;
    right: -20%;
  }
  45% {
    -webkit-transform: translateX(0) translateY(75svh);
            transform: translateX(0) translateY(75svh);
  }
  100% {
    -webkit-transform: translateX(-80vw) translateY(75svh);
            transform: translateX(-80vw) translateY(75svh);
    top: 37%;
    right: 135%;
  }
}
@keyframes sp_sway3 {
  0% {
    top: -10%;
    right: -20%;
  }
  45% {
    -webkit-transform: translateX(0) translateY(75svh);
            transform: translateX(0) translateY(75svh);
  }
  100% {
    -webkit-transform: translateX(-80vw) translateY(75svh);
            transform: translateX(-80vw) translateY(75svh);
    top: 37%;
    right: 135%;
  }
}
@-webkit-keyframes tablet_sway1 {
  0% {
    top: -10%;
    right: 10%;
  }
  45% {
    -webkit-transform: translateX(0) translateY(65svh);
            transform: translateX(0) translateY(65svh);
  }
  100% {
    -webkit-transform: translateX(-70vw) translateY(65svh);
            transform: translateX(-70vw) translateY(65svh);
    top: 20%;
    right: 185%;
  }
}
@keyframes tablet_sway1 {
  0% {
    top: -10%;
    right: 10%;
  }
  45% {
    -webkit-transform: translateX(0) translateY(65svh);
            transform: translateX(0) translateY(65svh);
  }
  100% {
    -webkit-transform: translateX(-70vw) translateY(65svh);
            transform: translateX(-70vw) translateY(65svh);
    top: 20%;
    right: 185%;
  }
}
@-webkit-keyframes tablet_sway2 {
  0% {
    top: -10%;
    right: -10%;
  }
  45% {
    -webkit-transform: translateX(0) translateY(70svh);
            transform: translateX(0) translateY(70svh);
  }
  100% {
    -webkit-transform: translateX(-75vw) translateY(70svh);
            transform: translateX(-75vw) translateY(70svh);
    top: 20%;
    right: 135%;
  }
}
@keyframes tablet_sway2 {
  0% {
    top: -10%;
    right: -10%;
  }
  45% {
    -webkit-transform: translateX(0) translateY(70svh);
            transform: translateX(0) translateY(70svh);
  }
  100% {
    -webkit-transform: translateX(-75vw) translateY(70svh);
            transform: translateX(-75vw) translateY(70svh);
    top: 20%;
    right: 135%;
  }
}
@-webkit-keyframes tablet_sway3 {
  0% {
    top: -10%;
    right: -30%;
  }
  45% {
    -webkit-transform: translateX(0) translateY(80svh);
            transform: translateX(0) translateY(80svh);
  }
  100% {
    -webkit-transform: translateX(-80vw) translateY(80svh);
            transform: translateX(-80vw) translateY(80svh);
    top: 25%;
    right: 135%;
  }
}
@keyframes tablet_sway3 {
  0% {
    top: -10%;
    right: -30%;
  }
  45% {
    -webkit-transform: translateX(0) translateY(80svh);
            transform: translateX(0) translateY(80svh);
  }
  100% {
    -webkit-transform: translateX(-80vw) translateY(80svh);
            transform: translateX(-80vw) translateY(80svh);
    top: 25%;
    right: 135%;
  }
}
.petal--a {
  width: 8.6956521739vw;
  -webkit-animation: sp_sway1 ease-in-out infinite;
          animation: sp_sway1 ease-in-out infinite;
  z-index: 3;
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .petal--a {
    width: 6.25vw;
    -webkit-animation: tablet_sway1 ease-in-out infinite;
            animation: tablet_sway1 ease-in-out infinite;
  }
}
@media screen and (min-width: 1100px) {
  .petal--a {
    width: 3.125vw;
    -webkit-animation: sway1 ease-in-out infinite;
            animation: sway1 ease-in-out infinite;
  }
}

.petal--a,
.petal--a img {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media screen and (min-width: 768px) {
  .petal--a,
.petal--a img {
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
  }
}

.petal--b {
  width: 7.2463768116vw;
  -webkit-animation: sp_sway2 ease-in-out infinite;
          animation: sp_sway2 ease-in-out infinite;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .petal--b {
    width: 5.2083333333vw;
    -webkit-animation: tablet_sway2 ease-in-out infinite;
            animation: tablet_sway2 ease-in-out infinite;
  }
}
@media screen and (min-width: 1100px) {
  .petal--b {
    width: 2.6041666667vw;
    -webkit-animation: sway2 ease-in-out infinite;
            animation: sway2 ease-in-out infinite;
  }
}

.petal--b,
.petal--b img {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media screen and (min-width: 768px) {
  .petal--b,
.petal--b img {
    -webkit-animation-delay: -2s;
            animation-delay: -2s;
  }
}

.petal--c {
  width: 8.6956521739vw;
  -webkit-animation: sp_sway3 ease-in-out infinite;
          animation: sp_sway3 ease-in-out infinite;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .petal--c {
    width: 6.25vw;
    -webkit-animation: tablet_sway3 ease-in-out infinite;
            animation: tablet_sway3 ease-in-out infinite;
  }
}
@media screen and (min-width: 1100px) {
  .petal--c {
    width: 3.125vw;
    -webkit-animation: sway3 ease-in-out infinite;
            animation: sway3 ease-in-out infinite;
  }
}

.petal--c,
.petal--c img {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media screen and (min-width: 768px) {
  .petal--c,
.petal--c img {
    -webkit-animation-delay: -3s;
            animation-delay: -3s;
  }
}

.petal--d {
  width: 7.2463768116vw;
  -webkit-animation: sp_sway2 ease-in-out infinite;
          animation: sp_sway2 ease-in-out infinite;
  z-index: 1;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .petal--d {
    width: 5.2083333333vw;
    -webkit-animation: tablet_sway2 ease-in-out infinite;
            animation: tablet_sway2 ease-in-out infinite;
  }
}
@media screen and (min-width: 1100px) {
  .petal--d {
    width: 2.6041666667vw;
    -webkit-animation: sway2 ease-in-out infinite;
            animation: sway2 ease-in-out infinite;
  }
}

.petal--d,
.petal--d img {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media screen and (min-width: 768px) {
  .petal--d,
.petal--d img {
    -webkit-animation-delay: -4s;
            animation-delay: -4s;
  }
}

.petal--e {
  width: 9.4202898551vw;
  -webkit-animation: sp_sway1 ease-in-out infinite;
          animation: sp_sway1 ease-in-out infinite;
  z-index: 3;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .petal--e {
    width: 6.7708333333vw;
    -webkit-animation: tablet_sway1 ease-in-out infinite;
            animation: tablet_sway1 ease-in-out infinite;
  }
}
@media screen and (min-width: 1100px) {
  .petal--e {
    width: 3.3854166667vw;
    -webkit-animation: sway1 ease-in-out infinite;
            animation: sway1 ease-in-out infinite;
  }
}

.petal--e,
.petal--e img {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media screen and (min-width: 768px) {
  .petal--e,
.petal--e img {
    -webkit-animation-delay: -5s;
            animation-delay: -5s;
  }
}

.petal--f {
  width: 7.2463768116vw;
  -webkit-animation: sp_sway2 ease-in-out infinite;
          animation: sp_sway2 ease-in-out infinite;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .petal--f {
    width: 5.2083333333vw;
    -webkit-animation: tablet_sway2 ease-in-out infinite;
            animation: tablet_sway2 ease-in-out infinite;
  }
}
@media screen and (min-width: 1100px) {
  .petal--f {
    width: 2.6041666667vw;
    -webkit-animation: sway2 ease-in-out infinite;
            animation: sway2 ease-in-out infinite;
  }
}

.petal--f,
.petal--f img {
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media screen and (min-width: 768px) {
  .petal--f,
.petal--f img {
    -webkit-animation-delay: -6s;
            animation-delay: -6s;
  }
}

.petal--g {
  width: 7.9710144928vw;
  -webkit-animation: sp_sway3 ease-in-out infinite;
          animation: sp_sway3 ease-in-out infinite;
  z-index: 3;
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .petal--g {
    width: 5.7291666667vw;
    -webkit-animation: tablet_sway3 ease-in-out infinite;
            animation: tablet_sway3 ease-in-out infinite;
  }
}
@media screen and (min-width: 1100px) {
  .petal--g {
    width: 2.8645833333vw;
    -webkit-animation: sway3 ease-in-out infinite;
            animation: sway3 ease-in-out infinite;
  }
}

.petal--g,
.petal--g img {
  -webkit-animation-delay: -7s;
          animation-delay: -7s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media screen and (min-width: 768px) {
  .petal--g,
.petal--g img {
    -webkit-animation-delay: -7s;
            animation-delay: -7s;
  }
}

.petal--h {
  width: 8.6956521739vw;
  -webkit-animation: sp_sway2 ease-in-out infinite;
          animation: sp_sway2 ease-in-out infinite;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .petal--h {
    width: 6.25vw;
    -webkit-animation: tablet_sway2 ease-in-out infinite;
            animation: tablet_sway2 ease-in-out infinite;
  }
}
@media screen and (min-width: 1100px) {
  .petal--h {
    width: 3.125vw;
    -webkit-animation: sway2 ease-in-out infinite;
            animation: sway2 ease-in-out infinite;
  }
}

.petal--h,
.petal--h img {
  -webkit-animation-delay: -8s;
          animation-delay: -8s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media screen and (min-width: 768px) {
  .petal--h,
.petal--h img {
    -webkit-animation-delay: -8s;
            animation-delay: -8s;
  }
}

.petal--i {
  width: 7.9710144928vw;
  -webkit-animation: sp_sway1 ease-in-out infinite;
          animation: sp_sway1 ease-in-out infinite;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .petal--i {
    width: 5.7291666667vw;
    -webkit-animation: tablet_sway1 ease-in-out infinite;
            animation: tablet_sway1 ease-in-out infinite;
  }
}
@media screen and (min-width: 1100px) {
  .petal--i {
    width: 2.8645833333vw;
    -webkit-animation: sway1 ease-in-out infinite;
            animation: sway1 ease-in-out infinite;
  }
}

.petal--i,
.petal--i img {
  -webkit-animation-delay: -9s;
          animation-delay: -9s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media screen and (min-width: 768px) {
  .petal--i,
.petal--i img {
    -webkit-animation-delay: -9s;
            animation-delay: -9s;
  }
}

.petal--j {
  width: 7.2463768116vw;
  -webkit-animation: sp_sway2 ease-in-out infinite;
          animation: sp_sway2 ease-in-out infinite;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .petal--j {
    width: 5.2083333333vw;
    -webkit-animation: tablet_sway2 ease-in-out infinite;
            animation: tablet_sway2 ease-in-out infinite;
  }
}
@media screen and (min-width: 1100px) {
  .petal--j {
    width: 2.6041666667vw;
    -webkit-animation: sway2 ease-in-out infinite;
            animation: sway2 ease-in-out infinite;
  }
}

.petal--j,
.petal--j img {
  -webkit-animation-delay: -10s;
          animation-delay: -10s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media screen and (min-width: 768px) {
  .petal--j,
.petal--j img {
    -webkit-animation-delay: -10s;
            animation-delay: -10s;
  }
}

.petal--k {
  width: 7.9710144928vw;
  -webkit-animation: sp_sway3 ease-in-out infinite;
          animation: sp_sway3 ease-in-out infinite;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .petal--k {
    width: 5.7291666667vw;
    -webkit-animation: tablet_sway3 ease-in-out infinite;
            animation: tablet_sway3 ease-in-out infinite;
  }
}
@media screen and (min-width: 1100px) {
  .petal--k {
    width: 2.8645833333vw;
    -webkit-animation: sway3 ease-in-out infinite;
            animation: sway3 ease-in-out infinite;
  }
}

.petal--k,
.petal--k img {
  -webkit-animation-delay: -11s;
          animation-delay: -11s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media screen and (min-width: 768px) {
  .petal--k,
.petal--k img {
    -webkit-animation-delay: -11s;
            animation-delay: -11s;
  }
}

.petal--l {
  width: 7.9710144928vw;
  -webkit-animation: sp_sway2 ease-in-out infinite;
          animation: sp_sway2 ease-in-out infinite;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .petal--l {
    width: 5.7291666667vw;
    -webkit-animation: tablet_sway2 ease-in-out infinite;
            animation: tablet_sway2 ease-in-out infinite;
  }
}
@media screen and (min-width: 1100px) {
  .petal--l {
    width: 2.8645833333vw;
    -webkit-animation: sway2 ease-in-out infinite;
            animation: sway2 ease-in-out infinite;
  }
}

.petal--l,
.petal--l img {
  -webkit-animation-delay: -12s;
          animation-delay: -12s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media screen and (min-width: 768px) {
  .petal--l,
.petal--l img {
    -webkit-animation-delay: -12s;
            animation-delay: -12s;
  }
}

.petal--n {
  width: 7.9710144928vw;
  -webkit-animation: sp_sway1 ease-in-out infinite;
          animation: sp_sway1 ease-in-out infinite;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .petal--n {
    width: 5.7291666667vw;
    -webkit-animation: tablet_sway1 ease-in-out infinite;
            animation: tablet_sway1 ease-in-out infinite;
  }
}
@media screen and (min-width: 1100px) {
  .petal--n {
    width: 2.8645833333vw;
    -webkit-animation: sway1 ease-in-out infinite;
            animation: sway1 ease-in-out infinite;
  }
}

.petal--n,
.petal--n img {
  -webkit-animation-delay: -13s;
          animation-delay: -13s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media screen and (min-width: 768px) {
  .petal--n,
.petal--n img {
    -webkit-animation-delay: -13s;
            animation-delay: -13s;
  }
}

.petal--m {
  width: 7.9710144928vw;
  -webkit-animation: sp_sway2 ease-in-out infinite;
          animation: sp_sway2 ease-in-out infinite;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .petal--m {
    width: 5.7291666667vw;
    -webkit-animation: tablet_sway2 ease-in-out infinite;
            animation: tablet_sway2 ease-in-out infinite;
  }
}
@media screen and (min-width: 1100px) {
  .petal--m {
    width: 2.8645833333vw;
    -webkit-animation: sway2 ease-in-out infinite;
            animation: sway2 ease-in-out infinite;
  }
}

.petal--m,
.petal--m img {
  -webkit-animation-delay: -14s;
          animation-delay: -14s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media screen and (min-width: 768px) {
  .petal--m,
.petal--m img {
    -webkit-animation-delay: -14s;
            animation-delay: -14s;
  }
}

.petal--o {
  width: 7.2463768116vw;
  -webkit-animation: sp_sway3 ease-in-out infinite;
          animation: sp_sway3 ease-in-out infinite;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .petal--o {
    width: 5.2083333333vw;
    -webkit-animation: tablet_sway3 ease-in-out infinite;
            animation: tablet_sway3 ease-in-out infinite;
  }
}
@media screen and (min-width: 1100px) {
  .petal--o {
    width: 2.6041666667vw;
    -webkit-animation: sway3 ease-in-out infinite;
            animation: sway3 ease-in-out infinite;
  }
}

.petal--o,
.petal--o img {
  -webkit-animation-delay: -15s;
          animation-delay: -15s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media screen and (min-width: 768px) {
  .petal--o,
.petal--o img {
    -webkit-animation-delay: -15s;
            animation-delay: -15s;
  }
}

.petal--p {
  width: 7.9710144928vw;
  -webkit-animation: sp_sway2 ease-in-out infinite;
          animation: sp_sway2 ease-in-out infinite;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .petal--p {
    width: 5.7291666667vw;
    -webkit-animation: tablet_sway2 ease-in-out infinite;
            animation: tablet_sway2 ease-in-out infinite;
  }
}
@media screen and (min-width: 1100px) {
  .petal--p {
    width: 2.8645833333vw;
    -webkit-animation: sway2 ease-in-out infinite;
            animation: sway2 ease-in-out infinite;
  }
}

.petal--p,
.petal--p img {
  -webkit-animation-delay: -16s;
          animation-delay: -16s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media screen and (min-width: 768px) {
  .petal--p,
.petal--p img {
    -webkit-animation-delay: -16s;
            animation-delay: -16s;
  }
}

.petal--q {
  width: 7.9710144928vw;
  -webkit-animation: sp_sway1 ease-in-out infinite;
          animation: sp_sway1 ease-in-out infinite;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .petal--q {
    width: 5.7291666667vw;
    -webkit-animation: tablet_sway1 ease-in-out infinite;
            animation: tablet_sway1 ease-in-out infinite;
  }
}
@media screen and (min-width: 1100px) {
  .petal--q {
    width: 2.8645833333vw;
    -webkit-animation: sway1 ease-in-out infinite;
            animation: sway1 ease-in-out infinite;
  }
}

.petal--q,
.petal--q img {
  -webkit-animation-delay: -17s;
          animation-delay: -17s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media screen and (min-width: 768px) {
  .petal--q,
.petal--q img {
    -webkit-animation-delay: -17s;
            animation-delay: -17s;
  }
}

.petal--r {
  width: 7.2463768116vw;
  -webkit-animation: sp_sway3 ease-in-out infinite;
          animation: sp_sway3 ease-in-out infinite;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .petal--r {
    width: 5.2083333333vw;
    -webkit-animation: tablet_sway3 ease-in-out infinite;
            animation: tablet_sway3 ease-in-out infinite;
  }
}
@media screen and (min-width: 1100px) {
  .petal--r {
    width: 2.6041666667vw;
    -webkit-animation: sway3 ease-in-out infinite;
            animation: sway3 ease-in-out infinite;
  }
}

.petal--r,
.petal--r img {
  -webkit-animation-delay: -18s;
          animation-delay: -18s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media screen and (min-width: 768px) {
  .petal--r,
.petal--r img {
    -webkit-animation-delay: -18s;
            animation-delay: -18s;
  }
}

.petal--s {
  width: 7.9710144928vw;
  -webkit-animation: sp_sway2 ease-in-out infinite;
          animation: sp_sway2 ease-in-out infinite;
  z-index: 1;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .petal--s {
    width: 5.7291666667vw;
    -webkit-animation: tablet_sway2 ease-in-out infinite;
            animation: tablet_sway2 ease-in-out infinite;
  }
}
@media screen and (min-width: 1100px) {
  .petal--s {
    width: 2.8645833333vw;
    -webkit-animation: sway2 ease-in-out infinite;
            animation: sway2 ease-in-out infinite;
  }
}

.petal--s,
.petal--s img {
  -webkit-animation-delay: -19s;
          animation-delay: -19s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media screen and (min-width: 768px) {
  .petal--s,
.petal--s img {
    -webkit-animation-delay: -19s;
            animation-delay: -19s;
  }
}

.petal--t {
  width: 9.4202898551vw;
  -webkit-animation: sp_sway1 ease-in-out infinite;
          animation: sp_sway1 ease-in-out infinite;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .petal--t {
    width: 6.7708333333vw;
    -webkit-animation: tablet_sway1 ease-in-out infinite;
            animation: tablet_sway1 ease-in-out infinite;
  }
}
@media screen and (min-width: 1100px) {
  .petal--t {
    width: 3.3854166667vw;
    -webkit-animation: sway1 ease-in-out infinite;
            animation: sway1 ease-in-out infinite;
  }
}

.petal--t,
.petal--t img {
  -webkit-animation-delay: -20s;
          animation-delay: -20s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media screen and (min-width: 768px) {
  .petal--t,
.petal--t img {
    -webkit-animation-delay: -20s;
            animation-delay: -20s;
  }
}

.petal--u {
  width: 7.9710144928vw;
  -webkit-animation: sp_sway2 ease-in-out infinite;
          animation: sp_sway2 ease-in-out infinite;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .petal--u {
    width: 5.7291666667vw;
    -webkit-animation: tablet_sway2 ease-in-out infinite;
            animation: tablet_sway2 ease-in-out infinite;
  }
}
@media screen and (min-width: 1100px) {
  .petal--u {
    width: 2.8645833333vw;
    -webkit-animation: sway2 ease-in-out infinite;
            animation: sway2 ease-in-out infinite;
  }
}

.petal--u,
.petal--u img {
  -webkit-animation-delay: -21s;
          animation-delay: -21s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media screen and (min-width: 768px) {
  .petal--u,
.petal--u img {
    -webkit-animation-delay: -21s;
            animation-delay: -21s;
  }
}

.petal--v {
  width: 7.2463768116vw;
  -webkit-animation: sp_sway3 ease-in-out infinite;
          animation: sp_sway3 ease-in-out infinite;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .petal--v {
    width: 5.2083333333vw;
    -webkit-animation: tablet_sway3 ease-in-out infinite;
            animation: tablet_sway3 ease-in-out infinite;
  }
}
@media screen and (min-width: 1100px) {
  .petal--v {
    width: 2.6041666667vw;
    -webkit-animation: sway3 ease-in-out infinite;
            animation: sway3 ease-in-out infinite;
  }
}

.petal--v,
.petal--v img {
  -webkit-animation-delay: -22s;
          animation-delay: -22s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media screen and (min-width: 768px) {
  .petal--v,
.petal--v img {
    -webkit-animation-delay: -22s;
            animation-delay: -22s;
  }
}

.petal--w {
  width: 7.9710144928vw;
  -webkit-animation: sp_sway2 ease-in-out infinite;
          animation: sp_sway2 ease-in-out infinite;
  z-index: 3;
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .petal--w {
    width: 5.7291666667vw;
    -webkit-animation: tablet_sway2 ease-in-out infinite;
            animation: tablet_sway2 ease-in-out infinite;
  }
}
@media screen and (min-width: 1100px) {
  .petal--w {
    width: 2.8645833333vw;
    -webkit-animation: sway2 ease-in-out infinite;
            animation: sway2 ease-in-out infinite;
  }
}

.petal--w,
.petal--w img {
  -webkit-animation-delay: -23s;
          animation-delay: -23s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media screen and (min-width: 768px) {
  .petal--w,
.petal--w img {
    -webkit-animation-delay: -23s;
            animation-delay: -23s;
  }
}

.petal--x {
  width: 7.9710144928vw;
  -webkit-animation: sp_sway1 ease-in-out infinite;
          animation: sp_sway1 ease-in-out infinite;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .petal--x {
    width: 5.7291666667vw;
    -webkit-animation: tablet_sway1 ease-in-out infinite;
            animation: tablet_sway1 ease-in-out infinite;
  }
}
@media screen and (min-width: 1100px) {
  .petal--x {
    width: 2.8645833333vw;
    -webkit-animation: sway1 ease-in-out infinite;
            animation: sway1 ease-in-out infinite;
  }
}

.petal--x,
.petal--x img {
  -webkit-animation-delay: -24s;
          animation-delay: -24s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media screen and (min-width: 768px) {
  .petal--x,
.petal--x img {
    -webkit-animation-delay: -24s;
            animation-delay: -24s;
  }
}

.petal--y {
  width: 7.9710144928vw;
  -webkit-animation: sp_sway2 ease-in-out infinite;
          animation: sp_sway2 ease-in-out infinite;
  z-index: 3;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .petal--y {
    width: 5.7291666667vw;
    -webkit-animation: tablet_sway2 ease-in-out infinite;
            animation: tablet_sway2 ease-in-out infinite;
  }
}
@media screen and (min-width: 1100px) {
  .petal--y {
    width: 2.8645833333vw;
    -webkit-animation: sway2 ease-in-out infinite;
            animation: sway2 ease-in-out infinite;
  }
}

.petal--y,
.petal--y img {
  -webkit-animation-delay: -25s;
          animation-delay: -25s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media screen and (min-width: 768px) {
  .petal--y,
.petal--y img {
    -webkit-animation-delay: -25s;
            animation-delay: -25s;
  }
}

.petal--z {
  width: 7.2463768116vw;
  -webkit-animation: sp_sway3 ease-in-out infinite;
          animation: sp_sway3 ease-in-out infinite;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .petal--z {
    width: 5.2083333333vw;
    -webkit-animation: tablet_sway3 ease-in-out infinite;
            animation: tablet_sway3 ease-in-out infinite;
  }
}
@media screen and (min-width: 1100px) {
  .petal--z {
    width: 2.6041666667vw;
    -webkit-animation: sway3 ease-in-out infinite;
            animation: sway3 ease-in-out infinite;
  }
}

.petal--z,
.petal--z img {
  -webkit-animation-delay: -26s;
          animation-delay: -26s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media screen and (min-width: 768px) {
  .petal--z,
.petal--z img {
    -webkit-animation-delay: -26s;
            animation-delay: -26s;
  }
}

.petal--aa {
  width: 7.9710144928vw;
  -webkit-animation: sp_sway2 ease-in-out infinite;
          animation: sp_sway2 ease-in-out infinite;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .petal--aa {
    width: 5.7291666667vw;
    -webkit-animation: tablet_sway2 ease-in-out infinite;
            animation: tablet_sway2 ease-in-out infinite;
  }
}
@media screen and (min-width: 1100px) {
  .petal--aa {
    width: 2.8645833333vw;
    -webkit-animation: sway2 ease-in-out infinite;
            animation: sway2 ease-in-out infinite;
  }
}

.petal--aa,
.petal--aa img {
  -webkit-animation-delay: -27s;
          animation-delay: -27s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media screen and (min-width: 768px) {
  .petal--aa,
.petal--aa img {
    -webkit-animation-delay: -27s;
            animation-delay: -27s;
  }
}

.petal--ab {
  width: 7.9710144928vw;
  -webkit-animation: sp_sway1 ease-in-out infinite;
          animation: sp_sway1 ease-in-out infinite;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .petal--ab {
    width: 5.7291666667vw;
    -webkit-animation: tablet_sway1 ease-in-out infinite;
            animation: tablet_sway1 ease-in-out infinite;
  }
}
@media screen and (min-width: 1100px) {
  .petal--ab {
    width: 2.8645833333vw;
    -webkit-animation: sway1 ease-in-out infinite;
            animation: sway1 ease-in-out infinite;
  }
}

.petal--ab,
.petal--ab img {
  -webkit-animation-delay: -28s;
          animation-delay: -28s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media screen and (min-width: 768px) {
  .petal--ab,
.petal--ab img {
    -webkit-animation-delay: -28s;
            animation-delay: -28s;
  }
}

.petal--ac {
  width: 6.5217391304vw;
  -webkit-animation: sp_sway2 ease-in-out infinite;
          animation: sp_sway2 ease-in-out infinite;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .petal--ac {
    width: 4.6875vw;
    -webkit-animation: tablet_sway2 ease-in-out infinite;
            animation: tablet_sway2 ease-in-out infinite;
  }
}
@media screen and (min-width: 1100px) {
  .petal--ac {
    width: 2.34375vw;
    -webkit-animation: sway2 ease-in-out infinite;
            animation: sway2 ease-in-out infinite;
  }
}

.petal--ac,
.petal--ac img {
  -webkit-animation-delay: -29s;
          animation-delay: -29s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media screen and (min-width: 768px) {
  .petal--ac,
.petal--ac img {
    -webkit-animation-delay: -29s;
            animation-delay: -29s;
  }
}

.petal--ad {
  width: 7.9710144928vw;
  -webkit-animation: sp_sway3 ease-in-out infinite;
          animation: sp_sway3 ease-in-out infinite;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .petal--ad {
    width: 5.7291666667vw;
    -webkit-animation: tablet_sway3 ease-in-out infinite;
            animation: tablet_sway3 ease-in-out infinite;
  }
}
@media screen and (min-width: 1100px) {
  .petal--ad {
    width: 2.8645833333vw;
    -webkit-animation: sway3 ease-in-out infinite;
            animation: sway3 ease-in-out infinite;
  }
}

.petal--ad,
.petal--ad img {
  -webkit-animation-delay: -30s;
          animation-delay: -30s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media screen and (min-width: 768px) {
  .petal--ad,
.petal--ad img {
    -webkit-animation-delay: -30s;
            animation-delay: -30s;
  }
}

.petal--ae {
  width: 7.9710144928vw;
  -webkit-animation: sp_sway2 ease-in-out infinite;
          animation: sp_sway2 ease-in-out infinite;
  z-index: 3;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .petal--ae {
    width: 5.7291666667vw;
    -webkit-animation: tablet_sway2 ease-in-out infinite;
            animation: tablet_sway2 ease-in-out infinite;
  }
}
@media screen and (min-width: 1100px) {
  .petal--ae {
    width: 2.8645833333vw;
    -webkit-animation: sway2 ease-in-out infinite;
            animation: sway2 ease-in-out infinite;
  }
}

.petal--ae,
.petal--ae img {
  -webkit-animation-delay: -31s;
          animation-delay: -31s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
@media screen and (min-width: 768px) {
  .petal--ae,
.petal--ae img {
    -webkit-animation-delay: -31s;
            animation-delay: -31s;
  }
}

#number {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.petal.is-stop,
.petal.is-stop img {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.petal img {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.petal.is-stop img {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}

.petals {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 110%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  pointer-events: none;
  -webkit-transition: all 2s;
  transition: all 2s;
  overflow: hidden;
  pointer-events: none;
}

.petals--back {
  z-index: 1;
}

.petals.is-active {
  top: 0;
  left: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.petals.is-hidden {
  top: -45%;
  left: -150%;
  -webkit-transform: rotate(65deg);
          transform: rotate(65deg);
  -webkit-transform-origin: 20% 0;
          transform-origin: 20% 0;
}

.petals.is-reset {
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
}

.petal::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 350%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
}

.petal--green::after {
  border: 0.5px solid #9cd2c4;
}

.petal--pink::after {
  border: 0.5px solid #d9aac7;
}

.petal--yellow::after {
  border: 0.5px solid #e0db9e;
}

.petal::before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.petal.is-lighting::after {
  -webkit-animation: 1s circleAnime2 linear forwards;
          animation: 1s circleAnime2 linear forwards;
}

@-webkit-keyframes circleAnime2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.6);
            transform: translate(-50%, -50%) scale(0.6);
    opacity: 0;
  }
  30% {
    opacity: 0.8;
  }
  85% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}

@keyframes circleAnime2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.6);
            transform: translate(-50%, -50%) scale(0.6);
    opacity: 0;
  }
  30% {
    opacity: 0.8;
  }
  85% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
.page-top {
  position: relative;
}

@-webkit-keyframes bg {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  25% {
    -webkit-transform: translateX(-55%);
            transform: translateX(-55%);
  }
  50% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  75% {
    -webkit-transform: translateX(-45%);
            transform: translateX(-45%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes bg {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  25% {
    -webkit-transform: translateX(-55%);
            transform: translateX(-55%);
  }
  50% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  75% {
    -webkit-transform: translateX(-45%);
            transform: translateX(-45%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes bg_blurAnime {
  0% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0.6;
  }
  100% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes bg_blurAnime {
  0% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0.6;
  }
  100% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@-webkit-keyframes bg_hidden {
  0% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
  }
  100% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes bg_hidden {
  0% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
  }
  100% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
.page-top__bg {
  position: absolute;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-top__bg::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: -8%;
  opacity: 0;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  background-image: url("../images/sp_bg_img@2x-100.jpg");
  background-position: top center;
  background-repeat: repeat;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .page-top__bg::before {
    background-image: url("../images/pc_bg_img@2x-100.jpg");
  }
}

.page-top__bg.is-active::before {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  right: 0;
}
/*# sourceMappingURL=styles.css.map */
