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

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

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

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

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 460px) {
  html {
    font-size: 3.4782608696vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media screen and (min-width: 1100px) {
  html {
    font-size: 12.8px;
  }
}
@media (min-width: 1600px) {
  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;
}

@media screen and (min-width: 768px) {
  .pc-inner {
    max-width: 58.125rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 57.5rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

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

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

.title {
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.371;
}
@media screen and (min-width: 768px) {
  .title {
    font-size: max(1.5rem, 21px);
  }
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

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

.container--pc-only {
  padding-right: 0px;
  padding-right: 0rem;
  padding-left: 0px;
  padding-left: 0rem;
}
@media screen and (min-width: 768px) {
  .container--pc-only {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

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

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

#background-leaves_container {
  position: relative;
  overflow: hidden;
}

#background-leaves_container .falling-leaves-group {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
}

.falling-leaves-group .falling-leaves.a {
  top: 403px;
  top: 25.1875rem;
  right: 468px;
  right: 29.25rem;
}

.falling-leaves-group .falling-leaves.b {
  top: 190px;
  top: 11.875rem;
  left: 320px;
  left: 20rem;
}

.falling-leaves-group .falling-leaves.c {
  top: -240px;
  top: -15rem;
  right: 653px;
  right: 40.8125rem;
}

.falling-leaves-group .falling-leaves.d {
  top: -86px;
  top: -5.375rem;
  left: 310px;
  left: 19.375rem;
}

.falling-leaves-group .falling-leaves.e {
  right: 576px;
  right: 36rem;
  top: -78px;
  top: -4.875rem;
}

.falling-leaves-group .falling-leaves.f {
  top: -41px;
  top: -2.5625rem;
  left: 445px;
  left: 27.8125rem;
}

.btn {
  padding-left: 23px;
  padding-left: 1.4375rem;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.12em;
  position: relative;
  font-family: cormorant-sc, sans-serif;
  font-style: normal;
  font-weight: 500;
  min-width: 190px;
  min-width: 11.875rem;
  display: inline-block;
  opacity: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: max(0.9375rem, 13.5px);
  }
}
.btn:hover {
  opacity: 0.7;
}

.btn::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -8px;
  bottom: -0.5rem;
  height: 1px;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  background-color: #000;
  width: 100%;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes pathmove {
  0% {
    width: 0;
    left: 0;
    opacity: 0;
  }
  30% {
    width: 60%;
    opacity: 1;
  }
  100% {
    width: 0;
    left: 100%;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    width: 0;
    left: 0;
    opacity: 0;
  }
  30% {
    width: 60%;
    opacity: 1;
  }
  100% {
    width: 0;
    left: 100%;
    opacity: 0;
  }
}
@media screen and (min-width: 1100px) {
  .card {
    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-column-gap: 3.375rem;
       -moz-column-gap: 3.375rem;
            column-gap: 3.375rem;
  }
}

.card__img {
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
}
@media screen and (min-width: 1100px) {
  .card__img {
    width: 30rem;
  }
}

@media screen and (min-width: 1100px) {
  .card__body {
    width: 25rem;
  }
}

.card__num,
.card__title {
  font-style: normal;
  font-weight: 500;
}

.card__num {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  display: inline-block;
  line-height: 1.2619047619;
  font-family: cormorant-sc, sans-serif;
}
@media screen and (min-width: 768px) {
  .card__num {
    font-size: max(1.25rem, 17.5px);
  }
}
@media screen and (min-width: 768px) {
  .card__num {
    margin-bottom: 0.25rem;
    padding-left: 2px;
  }
}

.card__title {
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: 0.065em;
  line-height: 1.2;
  margin-bottom: -7px;
  margin-bottom: -0.4375rem;
  font-family: cormorant-sc, dnp-shuei-nmincho-std, sans-serif;
}
@media screen and (min-width: 768px) {
  .card__title {
    font-size: max(2.25rem, 31.5px);
  }
}
@media screen and (min-width: 768px) {
  .card__title {
    font-size: 2.5rem;
    letter-spacing: 0.054em;
    margin-bottom: 0.4375rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .card__title {
    font-size: max(2.5rem, 35px);
  }
}

.card__text {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .card__text {
    font-size: 1.125rem;
    margin-bottom: 1.0625rem;
    line-height: 1.4722222222;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .card__text {
    font-size: max(1.125rem, 15.75px);
  }
}

.card .btn {
  letter-spacing: 0;
}

.card .btn::after {
  bottom: 0;
}

.contents__header {
  color: #a0ad77;
  text-align: center;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contents__header {
    margin-bottom: 3.4375rem;
  }
}

.contents__header::before,
.contents__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-0.0625rem);
          transform: translateY(-0.0625rem);
  width: 110px;
  width: 6.875rem;
  border-bottom: 2px dotted #a0ad77;
}
@media screen and (min-width: 768px) {
  .contents__header::before,
.contents__header::after {
    width: 35%;
  }
}

.contents__header::before {
  left: 0;
}

.contents__header::after {
  right: 0;
}

.contents__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.14em;
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .contents__title {
    font-size: max(1.5rem, 21px);
  }
}

.contents__subTitle {
  line-height: 1.2;
  letter-spacing: 0.14em;
}

.contents__item {
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .contents__item {
    margin-bottom: 1.875rem;
  }
}

.contents__item:last-child {
  margin-bottom: 0;
}

.contents__itemTitle {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #7c845a;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.08em;
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .contents__itemTitle {
    font-size: max(1rem, 14px);
  }
}
@media screen and (min-width: 768px) {
  .contents__itemTitle {
    margin-bottom: 1.25rem;
  }
}

.contents__itemTitle::before,
.contents__itemTitle::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.contents__itemTitle::before {
  background: -webkit-gradient(linear, left top, right top, from(#95c8ba), to(#d7d298));
  background: linear-gradient(to right, #95c8ba, #d7d298);
  width: 256px;
  width: 16rem;
  height: 32px;
  height: 2rem;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .contents__itemTitle::before {
    width: 21.6rem;
    height: 2.5rem;
    border-radius: 1.35rem;
  }
}

.contents__itemTitle::after {
  content: "";
  background: #fff;
  width: 250px;
  width: 15.625rem;
  height: 26px;
  height: 1.625rem;
  border-radius: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .contents__itemTitle::after {
    width: 21.225rem;
    height: 2.125rem;
    border-radius: 1.1625rem;
  }
}

.contents__list {
  text-align: center;
}

.cross-mark {
  display: block;
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cross-mark {
    margin-right: auto;
    margin-left: auto;
  }
}

.cross-mark::before,
.cross-mark::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: #000;
}

.cross-mark::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.cross-mark::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.dialogue-header__inner {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-top: 2.7372262774svh;
}
@media screen and (min-width: 768px) {
  .dialogue-header__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;
    padding-top: 5.5989583333svh;
    -webkit-column-gap: 1.8125rem;
       -moz-column-gap: 1.8125rem;
            column-gap: 1.8125rem;
  }
}
@media screen and (min-width: 1100px) {
  .dialogue-header__inner {
    padding-top: 3.9814814815vh;
  }
}

.dialogue-header__subTitle {
  padding-left: 3px;
  padding-left: 0.1875rem;
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .dialogue-header__subTitle {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .dialogue-header .dialogue-header__subTitle {
    font-size: 1.3125rem;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .dialogue-header .dialogue-header__subTitle {
    font-size: max(1.3125rem, 18.375px);
  }
}

.dialogue-header__title {
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
@media screen and (min-width: 768px) {
  .dialogue-header__title {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .dialogue-header .dialogue-header__title {
    letter-spacing: 0.135em;
    line-height: 1;
    letter-spacing: 0.076em;
  }
}

.dialogue-header .cross-mark {
  margin-left: 7px;
  margin-left: 0.4375rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .dialogue-header .cross-mark {
    margin-left: 0.75rem;
    margin-right: 1.875rem;
    margin-bottom: 0.5625rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.25rem;
  }
}

.dialogue-header__img {
  width: 337px;
  width: 21.0625rem;
}
@media screen and (min-width: 768px) {
  .dialogue-header__img {
    width: 22.5rem;
    margin-bottom: 0.1875rem;
  }
}

.single-dialogue .dialogue-header__img {
  display: none;
}

.single-dialogue .dialogue-header .cross-mark {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .single-dialogue .dialogue-header .cross-mark {
    margin-bottom: 0.25rem;
  }
}

.dialogue-header__elem2 .dialogue-header__title {
  font-family: cormorant-sc, dnp-shuei-nmincho-std, sans-serif;
}

@media screen and (min-width: 768px) {
  .single-dialogue .dialogue-header__inner {
    display: block;
  }
}
@media screen and (min-width: 1100px) {
  .single-dialogue .dialogue-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.page-top__contents > *:not(#fv),
.fadeIn-contents {
  opacity: 0;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="30" /></filter></svg>#filter');
  -webkit-filter: blur(30px);
          filter: blur(30px);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.wf-active .page-top__contents > *:not(#fv),
.wf-active .fadeIn-contents {
  opacity: 1;
  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);
}

.falling-leaves-group {
  position: relative;
  z-index: -1;
}

.falling-leaves-group__inner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .falling-leaves-group__inner {
    width: max(100%, 1475px);
  }
}
@media screen and (min-width: 1920px) {
  .falling-leaves-group__inner {
    width: 1920px;
  }
}

.sp_falling-leaves {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.falling-leaves-group--topA .falling-leaves.a {
  right: 68px;
  right: 4.25rem;
  top: 403px;
  top: 25.1875rem;
  right: 468px;
  right: 29.25rem;
}

.falling-leaves-group--topB .falling-leaves.b {
  left: -48px;
  left: -3rem;
  top: 190px;
  top: 11.875rem;
  left: 320px;
  left: 20rem;
}

.falling-leaves-group--topC .falling-leaves.c {
  right: 293px;
  right: 18.3125rem;
  top: -240px;
  top: -15rem;
  right: 653px;
  right: 40.8125rem;
}

.falling-leaves-group--topC .falling-leaves.d {
  left: -111px;
  left: -6.9375rem;
  top: -86px;
  top: -5.375rem;
  left: 310px;
  left: 19.375rem;
}

.falling-leaves-group--topD .falling-leaves.e {
  right: 576px;
  right: 36rem;
  top: -78px;
  top: -4.875rem;
}

.falling-leaves-group--topD .falling-leaves.f {
  left: 24px;
  left: 1.5rem;
  top: -41px;
  top: -2.5625rem;
  left: 445px;
  left: 27.8125rem;
}

.sp_falling-leaves .falling-leaves.g {
  top: 586px;
  top: 36.625rem;
  left: 115px;
  left: 7.1875rem;
}
@media screen and (min-width: 768px) {
  .sp_falling-leaves .falling-leaves.g {
    top: 426px;
    top: 53.3203125svh;
    left: 130px;
    left: 115px;
  }
}

.sp_falling-leaves .falling-leaves.h {
  right: 342px;
  right: 21.375rem;
  top: 1076px;
  top: 67.25rem;
}
@media screen and (min-width: 768px) {
  .sp_falling-leaves .falling-leaves.h {
    right: 342px;
    top: 876px;
    top: 1076px;
    top: 95.703125svh;
    right: 342px;
  }
}

@media screen and (min-width: 768px) {
  .falling-leaves-group--topA .sp_falling-leaves {
    top: -172px;
    top: -16.796875svh;
  }
}

.falling-leaves-group--topC .sp_falling-leaves {
  top: -437px;
  top: -27.3125rem;
}
@media screen and (min-width: 768px) {
  .falling-leaves-group--topC .sp_falling-leaves {
    top: -460px;
    top: -41.015625svh;
  }
}

.falling-leaves-group--topD .sp_falling-leaves {
  top: -1193px;
  top: -74.5625rem;
}
@media screen and (min-width: 768px) {
  .falling-leaves-group--topD .sp_falling-leaves {
    top: -1193px;
    top: -103.515625svh;
  }
}

.falling-leaves,
.falling-leave {
  position: absolute;
}

.falling-leaves {
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .falling-leaves--useSp {
    display: none;
  }
}

.falling-leaves--usePc {
  display: none;
}
@media screen and (min-width: 1100px) {
  .falling-leaves--usePc {
    display: block;
  }
}

.falling-leave img {
  position: absolute;
  pointer-events: auto;
  opacity: 0;
}

.falling-leaves--from-left.is-active img {
  -webkit-animation: falling-leave_from-left 1.8s ease-in-out both;
          animation: falling-leave_from-left 1.8s ease-in-out both;
}

.falling-leaves--from-right.is-active img {
  -webkit-animation: falling-leave_from-right 1.8s ease-in-out both;
          animation: falling-leave_from-right 1.8s ease-in-out both;
}

.falling-leaves--from-left.falling-leaves--useSp .is-active img {
  -webkit-animation: sp_falling-leave_from-left 1.8s ease-in-out both;
          animation: sp_falling-leave_from-left 1.8s ease-in-out both;
}

.falling-leaves--from-right.falling-leaves--useSp .is-active img {
  -webkit-animation: sp_falling-leave_from-right 1.8s ease-in-out both;
          animation: sp_falling-leave_from-right 1.8s ease-in-out both;
}

@-webkit-keyframes falling-leave_from-right {
  0% {
    opacity: 0;
    top: -25rem;
    -webkit-transform: translateX(80px) rotate(-80deg);
            transform: translateX(80px) rotate(-80deg);
  }
  33% {
    -webkit-transform: translateX(-40px) rotate(5deg);
            transform: translateX(-40px) rotate(5deg);
    opacity: 0.5;
  }
  66% {
    -webkit-transform: translateX(220px) rotate(-95deg) rotateY(50deg);
            transform: translateX(220px) rotate(-95deg) rotateY(50deg);
  }
  100% {
    opacity: 1;
    top: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes falling-leave_from-right {
  0% {
    opacity: 0;
    top: -25rem;
    -webkit-transform: translateX(80px) rotate(-80deg);
            transform: translateX(80px) rotate(-80deg);
  }
  33% {
    -webkit-transform: translateX(-40px) rotate(5deg);
            transform: translateX(-40px) rotate(5deg);
    opacity: 0.5;
  }
  66% {
    -webkit-transform: translateX(220px) rotate(-95deg) rotateY(50deg);
            transform: translateX(220px) rotate(-95deg) rotateY(50deg);
  }
  100% {
    opacity: 1;
    top: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes falling-leave_from-left {
  0% {
    opacity: 0;
    top: -25rem;
    -webkit-transform: translateX(-80px) rotate(80deg);
            transform: translateX(-80px) rotate(80deg);
  }
  33% {
    -webkit-transform: translateX(40px) rotate(-5deg);
            transform: translateX(40px) rotate(-5deg);
    opacity: 0.5;
  }
  66% {
    -webkit-transform: translateX(-220px) rotate(95deg) rotateY(-50deg);
            transform: translateX(-220px) rotate(95deg) rotateY(-50deg);
  }
  100% {
    opacity: 1;
    top: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes falling-leave_from-left {
  0% {
    opacity: 0;
    top: -25rem;
    -webkit-transform: translateX(-80px) rotate(80deg);
            transform: translateX(-80px) rotate(80deg);
  }
  33% {
    -webkit-transform: translateX(40px) rotate(-5deg);
            transform: translateX(40px) rotate(-5deg);
    opacity: 0.5;
  }
  66% {
    -webkit-transform: translateX(-220px) rotate(95deg) rotateY(-50deg);
            transform: translateX(-220px) rotate(95deg) rotateY(-50deg);
  }
  100% {
    opacity: 1;
    top: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes sp_falling-leave_from-right {
  0% {
    opacity: 0;
    top: -15.625rem;
    -webkit-transform: translateX(40px) rotate(-40deg);
            transform: translateX(40px) rotate(-40deg);
  }
  33% {
    -webkit-transform: translateX(-20px) rotate(5deg);
            transform: translateX(-20px) rotate(5deg);
    opacity: 0.5;
  }
  66% {
    -webkit-transform: translateX(110px) rotate(-95deg) rotateY(50deg);
            transform: translateX(110px) rotate(-95deg) rotateY(50deg);
  }
  100% {
    opacity: 1;
    top: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes sp_falling-leave_from-right {
  0% {
    opacity: 0;
    top: -15.625rem;
    -webkit-transform: translateX(40px) rotate(-40deg);
            transform: translateX(40px) rotate(-40deg);
  }
  33% {
    -webkit-transform: translateX(-20px) rotate(5deg);
            transform: translateX(-20px) rotate(5deg);
    opacity: 0.5;
  }
  66% {
    -webkit-transform: translateX(110px) rotate(-95deg) rotateY(50deg);
            transform: translateX(110px) rotate(-95deg) rotateY(50deg);
  }
  100% {
    opacity: 1;
    top: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes sp_falling-leave_from-left {
  0% {
    opacity: 0;
    top: -15.625rem;
    -webkit-transform: translateX(-40px) rotate(80deg);
            transform: translateX(-40px) rotate(80deg);
  }
  33% {
    -webkit-transform: translateX(20px) rotate(-5deg);
            transform: translateX(20px) rotate(-5deg);
    opacity: 0.5;
  }
  66% {
    -webkit-transform: translateX(-110px) rotate(95deg) rotateY(-50deg);
            transform: translateX(-110px) rotate(95deg) rotateY(-50deg);
  }
  100% {
    opacity: 1;
    top: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes sp_falling-leave_from-left {
  0% {
    opacity: 0;
    top: -15.625rem;
    -webkit-transform: translateX(-40px) rotate(80deg);
            transform: translateX(-40px) rotate(80deg);
  }
  33% {
    -webkit-transform: translateX(20px) rotate(-5deg);
            transform: translateX(20px) rotate(-5deg);
    opacity: 0.5;
  }
  66% {
    -webkit-transform: translateX(-110px) rotate(95deg) rotateY(-50deg);
            transform: translateX(-110px) rotate(95deg) rotateY(-50deg);
  }
  100% {
    opacity: 1;
    top: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.falling-leave.a {
  width: 57px;
  width: 3.5625rem;
}
.falling-leave.a img {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.falling-leave.b {
  width: 47px;
  width: 2.9375rem;
  left: 84px;
  left: 5.25rem;
  bottom: 75px;
  bottom: 4.6875rem;
}
.falling-leave.b img {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.falling-leave.c {
  width: 39px;
  width: 2.4375rem;
  left: 162px;
  left: 10.125rem;
  bottom: -41px;
  bottom: -2.5625rem;
}
.falling-leave.c img {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.falling-leave.d {
  width: 41px;
  width: 2.5625rem;
  left: 288px;
  left: 18rem;
  bottom: 22px;
  bottom: 1.375rem;
}
.falling-leave.d img {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}

.falling-leave.e {
  width: 43px;
  width: 2.6875rem;
  left: 286px;
  left: 17.875rem;
  bottom: -157px;
  bottom: -9.8125rem;
}
.falling-leave.e img {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.falling-leave.f {
  width: 47px;
  width: 2.9375rem;
  left: -230px;
  left: -14.375rem;
  top: -298px;
  top: -18.625rem;
}
.falling-leave.f img {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.falling-leave.g {
  width: 41px;
  width: 2.5625rem;
  left: -230px;
  left: -14.375rem;
  top: -144px;
  top: -9rem;
}
.falling-leave.g img {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}

.falling-leave.h {
  width: 29px;
  width: 1.8125rem;
  left: -56px;
  left: -3.5rem;
  top: -132px;
  top: -8.25rem;
}
.falling-leave.h img {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.falling-leave.i {
  width: 73px;
  width: 4.5625rem;
  left: -157px;
  left: -9.8125rem;
  top: -60px;
  top: -3.75rem;
}
.falling-leave.i img {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.falling-leave.j {
  width: 62px;
  width: 3.875rem;
}
.falling-leave.j img {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.falling-leave.k {
  width: 47px;
  width: 2.9375rem;
}
.falling-leave.k img {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}

.falling-leave.l {
  width: 29px;
  width: 1.8125rem;
  right: -126px;
  right: -7.875rem;
  bottom: -130px;
}
.falling-leave.l img {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.falling-leave.n {
  width: 73px;
  width: 4.5625rem;
  right: -164px;
  right: -10.25rem;
  bottom: -250px;
  bottom: -15.625rem;
}
.falling-leave.n img {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}

.falling-leave.m {
  width: 59px;
  width: 3.6875rem;
  right: -250px;
  right: -15.625rem;
  bottom: -23px;
  bottom: -1.4375rem;
}
.falling-leave.m img {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.falling-leave.o {
  width: 41px;
  width: 2.5625rem;
  right: -300px;
  right: -18.75rem;
  bottom: -125px;
  bottom: -7.8125rem;
}
.falling-leave.o img {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.falling-leave.p {
  width: 62px;
  width: 3.875rem;
  right: -470px;
  right: -29.375rem;
  bottom: -80px;
  bottom: -5rem;
}
.falling-leave.p img {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.falling-leave.q {
  width: 43px;
  width: 2.6875rem;
}
.falling-leave.q img {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.falling-leave.r {
  width: 39px;
  width: 2.4375rem;
  left: 77px;
  left: 4.8125rem;
  bottom: -140px;
  bottom: -8.75rem;
}
.falling-leave.r img {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.falling-leave.s {
  width: 57px;
  width: 3.5625rem;
  right: 30px;
  right: 1.875rem;
  bottom: -144px;
  bottom: -9rem;
}
.falling-leave.s img {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}

.falling-leave.t {
  width: 46px;
  width: 2.875rem;
  right: -43px;
  right: -2.6875rem;
  bottom: -238px;
  bottom: -14.875rem;
}
.falling-leave.t img {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.falling-leave.u {
  width: 35px;
  width: 2.1875rem;
  right: -245px;
  right: -15.3125rem;
  bottom: -178px;
  bottom: -11.125rem;
}
.falling-leave.u img {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.falling-leave.v {
  width: 29px;
  width: 1.8125rem;
}
.falling-leave.v img {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.falling-leave.w {
  width: 41px;
  width: 2.5625rem;
  left: 115px;
  left: 7.1875rem;
  bottom: -16px;
  bottom: -1rem;
}
.falling-leave.w img {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.falling-leave.x {
  width: 47px;
  width: 2.9375rem;
  left: 173px;
  left: 10.8125rem;
  bottom: 100px;
  bottom: 6.25rem;
}
.falling-leave.x img {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.falling-leave.y {
  width: 62px;
  width: 3.875rem;
  left: 254px;
  left: 15.875rem;
  bottom: -33px;
  bottom: -2.0625rem;
}
.falling-leave.y img {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}

.falling-leave.z {
  width: 59px;
  width: 3.6875rem;
}
.falling-leave.z img {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}

.falling-leave.aa {
  width: 46px;
  width: 2.875rem;
  right: 75px;
  right: 4.6875rem;
  bottom: -80px;
  bottom: -5rem;
}
.falling-leave.aa img {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.falling-leave.ab {
  width: 57px;
  width: 3.5625rem;
  right: 155px;
  right: 9.6875rem;
  bottom: -161px;
  bottom: -10.0625rem;
}
.falling-leave.ab img {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.falling-leave.ac {
  width: 47px;
  width: 2.9375rem;
  right: 82px;
  right: 5.125rem;
  bottom: -253px;
  bottom: -15.8125rem;
}
.falling-leave.ac img {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.falling-leave.ad {
  width: 45px;
  width: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .falling-leave.ad {
    width: 45px;
  }
}
.falling-leave.ad img {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.falling-leave.ae {
  width: 32px;
  width: 2rem;
  right: 30px;
  right: 1.875rem;
  bottom: 62px;
  bottom: 3.875rem;
}
@media screen and (min-width: 768px) {
  .falling-leave.ae {
    width: 32px;
    right: 30px;
    bottom: 62px;
  }
}
.falling-leave.ae img {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.falling-leave.af {
  width: 15px;
  width: 0.9375rem;
  right: -50px;
  right: -3.125rem;
  bottom: 62px;
  bottom: 3.875rem;
}
@media screen and (min-width: 768px) {
  .falling-leave.af {
    width: 15px;
    right: -50px;
    bottom: 62px;
  }
}
.falling-leave.af img {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.falling-leave.ag {
  width: 35px;
  width: 2.1875rem;
  right: -169px;
  right: -10.5625rem;
  bottom: 232px;
  bottom: 14.5rem;
}
@media screen and (min-width: 768px) {
  .falling-leave.ag {
    width: 35px;
    right: -169px;
    bottom: 232px;
  }
}
.falling-leave.ag img {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.falling-leave.ah {
  width: 37px;
  width: 2.3125rem;
  right: -20px;
  right: -1.25rem;
  bottom: 232px;
  bottom: 14.5rem;
}
@media screen and (min-width: 768px) {
  .falling-leave.ah {
    width: 37px;
    right: -20px;
    bottom: 232px;
  }
}
.falling-leave.ah img {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}

.falling-leave.ai {
  width: 54px;
  width: 3.375rem;
}
@media screen and (min-width: 768px) {
  .falling-leave.ai {
    width: 54px;
  }
}
.falling-leave.ai img {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.falling-leave.aj {
  width: 37px;
  width: 2.3125rem;
  left: 132px;
  left: 8.25rem;
  bottom: -9px;
  bottom: -0.5625rem;
}
@media screen and (min-width: 768px) {
  .falling-leave.aj {
    width: 37px;
    left: 132px;
    bottom: -9px;
  }
}
.falling-leave.aj img {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.falling-leave.ak {
  width: 31px;
  width: 1.9375rem;
  left: 142px;
  left: 8.875rem;
  top: -130px;
  top: -8.125rem;
}
@media screen and (min-width: 768px) {
  .falling-leave.ak {
    width: 31px;
    left: 142px;
    top: -130px;
  }
}
.falling-leave.ak img {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.falling-leave.al {
  width: 49px;
  width: 3.0625rem;
  left: 205px;
  left: 12.8125rem;
  top: -83px;
  top: -5.1875rem;
}
@media screen and (min-width: 768px) {
  .falling-leave.al {
    width: 49px;
    left: 205px;
    top: -83px;
  }
}
.falling-leave.al img {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}

.falling-leave.an {
  width: 41px;
  width: 2.5625rem;
  left: 250px;
  left: 15.625rem;
  top: -204px;
  top: -12.75rem;
}
@media screen and (min-width: 768px) {
  .falling-leave.an {
    width: 41px;
    left: 250px;
    top: -204px;
  }
}
.falling-leave.an img {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.istoria {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="7" /><feOffset dx="2" dy="1" result="offsetblur" /><feFlood flood-color="rgba(229,229,229,0.75)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(1px 0 7px rgba(229, 229, 229, .75));
          filter: drop-shadow(1px 0 7px rgba(229, 229, 229, .75));
}

.istoria__inner {
  background-color: #fff;
  border-radius: 0.875rem;
  padding-top: 41px;
  padding-top: 2.5625rem;
  padding-bottom: 41px;
  padding-bottom: 2.5625rem;
}
@media screen and (min-width: 768px) {
  .istoria__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-right: 5rem;
    padding-left: 5rem;
    max-width: 43.75rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1100px) {
  .istoria__inner {
    max-width: 75rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 2.625rem;
       -moz-column-gap: 2.625rem;
            column-gap: 2.625rem;
    padding-right: 0;
    padding-left: 2.9375rem;
    padding-top: 4.875rem;
    padding-bottom: 1.875rem;
    min-height: 31.25rem;
  }
}

.istoria__img {
  width: 318px;
  width: 19.875rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 29px;
  margin-bottom: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .istoria__img {
    width: 83.6842105263%;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1100px) {
  .istoria__img {
    width: 37.9375rem;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
}

.istoria__logoImg {
  width: 140px;
  width: 8.75rem;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
}
@media screen and (min-width: 1100px) {
  .istoria__logoImg {
    margin-bottom: 1.0625rem;
    padding-left: 0.1875rem;
    width: 8.9375rem;
  }
}

.istoria__body {
  padding-right: 28px;
  padding-right: 1.75rem;
  padding-left: 28px;
  padding-left: 1.75rem;
}
@media screen and (min-width: 768px) {
  .istoria__body {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
@media screen and (min-width: 1100px) {
  .istoria__body {
    width: 25rem;
    padding-top: 2.1875rem;
  }
}

.istoria__text {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1100px) {
  .istoria__text {
    margin-bottom: 1.375rem;
  }
}

.istoria .btn {
  padding-left: 5px;
  padding-left: 0.3125rem;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .istoria .btn {
    font-size: max(0.9375rem, 13.5px);
  }
}

.istoria .btn::after {
  bottom: -11px;
  bottom: -0.6875rem;
}

.istoria .btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  left: 107px;
  left: 6.6875rem;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  background-image: url("../images/common/open-new-tab.svg");
}

.news-ticker {
  max-width: 400px;
  max-width: 25rem;
  width: 100%;
  border-radius: 0.625rem;
  -webkit-box-shadow: 1.2px 1.2px 10.8px rgba(201, 201, 201, .5);
          box-shadow: 1.2px 1.2px 10.8px rgba(201, 201, 201, .5);
  background-color: #fff;
  padding-right: 23px;
  padding-right: 1.4375rem;
  padding-left: 23px;
  padding-left: 1.4375rem;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  height: 61px;
  height: 3.8125rem;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  bottom: 2.5547445255svh;
}
.news-ticker:hover {
  opacity: 0.7 !important;
}
@media screen and (min-width: 768px) {
  .news-ticker {
    max-width: max(25rem, 350px);
    padding-right: max(1.4375rem, 20px);
    padding-left: max(1.4375rem, 20px);
    right: 1.375rem;
    bottom: 3.41796875svh;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    height: max(3.8125rem, 55px);
  }
}
@media screen and (min-width: 1100px) {
  .news-ticker {
    bottom: 4.0740740741vh;
  }
}

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

.news-ticker__slider-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.news-ticker .bx-wrapper {
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.slider__title {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3666666667;
  word-wrap: break-word;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-bottom: 1.5px;
  padding-bottom: 0.09375rem;
}
@media screen and (min-width: 768px) {
  .slider__title {
    font-size: max(0.9375rem, 13.5px);
  }
}
@media screen and (min-width: 768px) {
  .slider__title {
    padding-bottom: max(0.09375rem, 1.35px);
  }
}

.news-ticker__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.news-ticker__title::after {
  content: "";
  display: block;
  width: 1px;
  height: 21px;
  height: 1.3125rem;
  background-color: #000;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  margin-left: 14px;
  margin-left: 0.875rem;
}
@media screen and (min-width: 768px) {
  .news-ticker__title::after {
    margin-left: 14px;
  }
}

.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .post {
    padding-right: 9px;
    padding-left: 9px;
    padding-bottom: max(1rem, 14px);
  }
}

.post__date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .post__date {
    margin-right: 15px;
  }
}

.post__date::after {
  content: "";
  display: block;
  width: 1px;
  height: 21px;
  height: 1.3125rem;
  background-color: #000;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  margin-left: 14px;
  margin-left: 0.875rem;
}
@media screen and (min-width: 768px) {
  .post__date::after {
    margin-left: 14px;
  }
}

.post__text {
  width: 100%;
  line-height: 1.7646666667;
  /* はみ出た部分を非表示 */
}
@media screen and (min-width: 768px) {
  .post__text {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 1.3666666667;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.site-title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.5625;
  letter-spacing: 0.026em;
  padding-left: 125px;
  padding-left: 7.8125rem;
  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;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  z-index: 5;
  font-family: cormorant-sc, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  padding-top: 7px;
  padding-top: 0.4375rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .site-title {
    font-size: max(1.0625rem, 14.875px);
  }
}
@media screen and (min-width: 768px) {
  .site-title {
    height: 70px;
    padding-left: 83px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media screen and (min-width: 1920px) {
  .site-title {
    font-size: 1.0625rem;
    height: 6.25rem;
    padding-left: 7.8125rem;
  }
}
@media screen and (min-width: 1920px) and (min-width: 768px) {
  .site-title {
    font-size: max(1.0625rem, 14.875px);
  }
}

.page-top .site-title {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

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

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

@media screen and (min-width: 768px) {
  .site-title span:first-child {
    display: inline-block;
    margin-right: 0.3125rem;
  }
}

.site-title span {
  letter-spacing: 0.02em;
}

.sub-fv__inner {
  padding-top: 64px;
  padding-top: 4rem;
  padding-top: 5.8394160584svh;
}
@media screen and (min-width: 768px) {
  .sub-fv__inner {
    padding-top: 7.5rem;
    padding-top: 7.4074074074svh;
  }
}
@media screen and (min-width: 1100px) {
  .sub-fv__inner {
    padding-top: 11.1111111111vh;
  }
}

.sub-fv__title {
  width: 200px;
  width: 12.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .sub-fv__title {
    width: 30.0625rem;
  }
}

.background {
  position: absolute;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.background::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  background-image: url("../images/common/sp_bg_img@2x-100.jpg");
  background-position: top center;
  background-repeat: repeat;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .background::before {
    background-image: url("../images/common/pc_bg_img@2x-100.jpg");
  }
}

.page-top .background::before {
  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;
  right: -8%;
}
@media screen and (min-width: 768px) {
  .page-top .background::before {
    top: -55vh;
    height: calc(100% + 55vh);
  }
}
@media screen and (min-width: 1100px) {
  .page-top .background::before {
    top: 0;
    height: 100%;
  }
}

.page-top .background.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;
}

.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;
  }
}

.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: 95%;
  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="28" /></filter></svg>#filter');
  -webkit-filter: blur(28px);
          filter: blur(28px);
  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;
    width: 100%;
    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);
  }
}

.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: 49.3303571429svh;
  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(-87%);
            transform: translateX(-87%);
  }
}
.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(-82%);
            transform: translateX(-82%);
  }
}
.page-top__fv-copy {
  position: absolute;
  top: 7.8125vh;
  opacity: 0;
  z-index: 4;
  right: 50%;
  width: 29.197080292svh;
}
@media screen and (min-width: 768px) {
  .page-top__fv-copy {
    top: 41%;
    width: auto;
    -webkit-transform: translate(100%, -37%);
            transform: translate(100%, -37%);
    width: 24.1788321168svh;
    right: 36%;
  }
}
@media screen and (min-width: 1100px) {
  .page-top__fv-copy {
    top: 36.3%;
    -webkit-transform: translate(100%, -30%);
            transform: translate(100%, -30%);
    width: 34.2153284672vh;
    right: 39.2%;
  }
}

.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: translateX(50%) scale(1.25);
            transform: translateX(50%) 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: translateX(50%) scale(1);
            transform: translateX(50%) 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: translateX(50%) scale(1.25);
            transform: translateX(50%) 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: translateX(50%) scale(1);
            transform: translateX(50%) 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%, -30%) scale(1.25);
            transform: translate(100%, -30%) 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%, -30%) scale(1);
            transform: translate(100%, -30%) 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%, -30%) scale(1.25);
            transform: translate(100%, -30%) 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%, -30%) scale(1);
            transform: translate(100%, -30%) 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 {
  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-active--quickly {
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
}

.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;
  }
}
.site-logo {
  position: fixed;
  -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;
  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;
  z-index: 10;
  opacity: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.site-logo:hover {
  opacity: 0.7 !important;
}
@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;
  }
}

.page-top .site-logo {
  opacity: 0;
  visibility: hidden;
}

.page-top .site-logo.is-active {
  visibility: visible;
  opacity: 1;
}

.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);
  }
}

/* must
--------------------------------------------*/
.contact-form__table-head-span[data-must=true]::after {
  content: "*";
  color: #BE2121;
  margin-left: 0px;
  margin-left: 0rem;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .contact-form__table-head-span[data-must=true]::after {
    font-size: max(0.9375rem, 13.5px);
  }
}
@media screen and (min-width: 768px) {
  .contact-form__table-head-span[data-must=true]::after {
    margin-left: 0rem;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .contact-form__table-head-span[data-must=true]::after {
    font-size: max(0.875rem, 13px);
  }
}

.mw_wp_form_confirm .contact-form__table-head-span[data-must=true]::after {
  content: none;
}

/* mw-form
--------------------------------------------*/
.mw_wp_form .contact-form .error {
  display: none;
  color: #f48787;
}

.error + .contact-form__input,
.error + .contact-form__select {
  background-color: #e8cbcb;
}

.error + .contact-form__table-head-span::after {
  content: "※必須項目です";
}

/* contact-form
--------------------------------------------*/
.contact-form__inner {
  max-width: 900px;
  max-width: 56.25rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* contact-form__table
--------------------------------------------*/
.contact-form__table {
  display: block;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .contact-form__table {
    margin-bottom: 3.125rem;
  }
}

.mw_wp_form_confirm .contact-form__table {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .mw_wp_form_confirm .contact-form__table {
    margin-bottom: 1.875rem;
  }
}

.contact-form__table-tbody {
  display: block;
  width: 100%;
}

.contact-form__table-row {
  display: block;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .contact-form__table-row {
    margin-bottom: 1.25rem;
  }
}

.mw_wp_form_confirm .contact-form__table-row {
  padding-top: 7px;
  padding-top: 0.4375rem;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  border-bottom: 0.5px solid #d1d1d1;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .mw_wp_form_confirm .contact-form__table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.contact-form__table-row:last-child {
  margin-bottom: 0;
}

.mw_wp_form_input .contact-form__table-head-span--confirm {
  display: none;
}

.mw_wp_form_confirm .contact-form__table-head-span--input {
  display: none;
}

.contact-form__table-head,
.contact-form__table-body {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .contact-form__table-head,
.contact-form__table-body {
    width: auto;
  }
}

.contact-form__table-head {
  display: block;
  margin-bottom: 1px;
  margin-bottom: 0.0625rem;
  font-weight: 400;
  padding-left: 0px;
  padding-left: 0rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .contact-form__table-head {
    font-size: max(0.9375rem, 13.5px);
  }
}
@media screen and (min-width: 768px) {
  .contact-form__table-head {
    padding-left: 0rem;
    margin-bottom: 0.0625rem;
  }
}

.mw_wp_form_confirm .contact-form__table-head {
  margin-bottom: 1px;
  margin-bottom: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .mw_wp_form_confirm .contact-form__table-head {
    width: 10.8125rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.contact-form__table-head-span {
  display: inline-block;
}

.contact-form__table-body {
  display: block;
}
@media screen and (min-width: 768px) {
  .contact-form__table-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.contact-form__table-body--error {
  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;
}

.contact-form__table-body--error .error {
  display: block !important;
}

.contact-form__input {
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-top: 11px;
  padding-top: 0.6875rem;
  padding-bottom: 11px;
  padding-bottom: 0.6875rem;
  background-color: #EDEDED;
  color: #000;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .contact-form__input {
    font-size: max(0.9375rem, 13.5px);
  }
}
@media screen and (min-width: 768px) {
  .contact-form__input {
    padding-right: 1.6875rem;
    padding-left: 1.6875rem;
    padding-top: 0.53125rem;
    padding-bottom: 0.53125rem;
  }
}

.contact-form__input::-webkit-input-placeholder {
  color: #AFAFAF;
}

.contact-form__input::-moz-placeholder {
  color: #AFAFAF;
}

.contact-form__input::-ms-input-placeholder {
  color: #AFAFAF;
}

.contact-form__input::placeholder {
  color: #AFAFAF;
}

.contact-form__select {
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-top: 11px;
  padding-top: 0.6875rem;
  padding-bottom: 11px;
  padding-bottom: 0.6875rem;
  background-color: #EDEDED;
  color: #000;
  width: 100%;
  text-align: left;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .contact-form__select {
    font-size: max(0.9375rem, 13.5px);
  }
}
@media screen and (min-width: 768px) {
  .contact-form__select {
    padding-right: 1.6875rem;
    padding-left: 1.6875rem;
    padding-top: 0.53125rem;
    padding-bottom: 0.53125rem;
  }
}

.contact-form__textarea {
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-top: 8.5px;
  padding-top: 0.53125rem;
  padding-bottom: 8.5px;
  padding-bottom: 0.53125rem;
  background-color: #EDEDED;
  color: #000;
  width: 100%;
  height: 240px;
  height: 15rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .contact-form__textarea {
    font-size: max(0.9375rem, 13.5px);
  }
}
@media screen and (min-width: 768px) {
  .contact-form__textarea {
    padding-right: 1.6875rem;
    padding-left: 1.6875rem;
    padding-top: 0.53125rem;
    padding-bottom: 0.53125rem;
  }
}

.contact-form__textarea::-webkit-input-placeholder {
  color: #AFAFAF;
}

.contact-form__textarea::-moz-placeholder {
  color: #AFAFAF;
}

.contact-form__textarea::-ms-input-placeholder {
  color: #AFAFAF;
}

.contact-form__textarea::placeholder {
  color: #AFAFAF;
}

.contact-form__note {
  margin-inline: auto;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  line-height: 1.6666666667;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .contact-form__note {
    margin-bottom: 1.5rem;
  }
}

.contact-form__note-link {
  color: #2593f3;
  opacity: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media (hover: hover) {
  .contact-form__note-link:hover {
    opacity: 0.65;
  }
}
@media (hover: none) {
  .contact-form__note-link:active {
    opacity: 0.65;
  }
}

.page-confirm .contact-form__note {
  display: block;
}

.contact-form__back-btn {
  color: #AFAFAF;
  text-align: center;
  margin-top: 21px;
  margin-top: 1.3125rem;
  opacity: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media (hover: hover) {
  .contact-form__back-btn:hover {
    opacity: 0.65;
  }
}
@media (hover: none) {
  .contact-form__back-btn:active {
    opacity: 0.65;
  }
}

/* contact-form__apply-btn
--------------------------------------------*/
.contact-form__apply-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-form__apply-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 350px;
  max-width: 21.875rem;
  width: 100%;
  min-height: 50px;
  min-height: 3.125rem;
  background-color: #E37F1A;
  color: #FFFFFF;
  font-weight: 700;
  border-radius: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .contact-form__apply-btn {
    max-width: 350px;
    min-height: 50px;
    border-radius: 25px;
  }
}

.contact-form__table-row--address .contact-form__table-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: 20px;
  row-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .contact-form__table-row--address .contact-form__table-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 0.625rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    display: block;
    font-size: 0;
  }
}

@media screen and (min-width: 768px) {
  .contact-form__table-row--address .contact-form__input {
    margin-bottom: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .contact-form__table-row--address .contact-form__input:nth-of-type(2) {
    margin-right: 1.25rem;
  }
}

.contact-form__table-row--address .contact-form__input:last-child {
  margin-bottom: 0;
}

.p-country-name {
  display: none;
}

.contact-form__table-row--radio .contact-form__table-body,
.contact-form__table-row--checkbox .contact-form__table-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.4375rem;
     -moz-column-gap: 1.4375rem;
          column-gap: 1.4375rem;
  row-gap: 8px;
  row-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .contact-form__table-row--radio .contact-form__table-body,
.contact-form__table-row--checkbox .contact-form__table-body {
    -webkit-column-gap: 1.125rem;
       -moz-column-gap: 1.125rem;
            column-gap: 1.125rem;
    row-gap: 0.625rem;
  }
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.mwform-radio-field,
.mwform-checkbox-field {
  display: inline-block;
}

.mwform-radio-field:last-of-type,
.mwform-checkbox-field:last-of-type {
  margin-right: 0;
}

.mwform-radio-field-text,
.mwform-checkbox-field-text {
  position: relative;
  padding-left: 28px;
  padding-left: 1.75rem;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .mwform-radio-field-text,
.mwform-checkbox-field-text {
    font-size: max(0.9375rem, 13.5px);
  }
}
@media screen and (min-width: 768px) {
  .mwform-radio-field-text,
.mwform-checkbox-field-text {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
}

.mwform-radio-field-text::before,
.mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  top: 2.5px;
  top: 0.15625rem;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  border: 0.5px solid #AFAFAF;
  border-radius: 50%;
  left: 0;
}
.contact-form__input--radio:checked + .mwform-radio-field-text,
.contact-form__input--checkbox:checked + .mwform-checkbox-field-text {
  pointer-events: none;
}

.contact-form__input--radio:checked + .mwform-radio-field-text::before,
.contact-form__input--checkbox:checked + .mwform-checkbox-field-text::before {
  background: radial-gradient(#E37F1A 0 0.30625rem, transparent 0.34375rem 100%);
}

.contact-form__table-row--radio .contact-form__table-body,
.contact-form__table-row--checkbox .contact-form__table-body {
  padding-left: 0px;
  padding-left: 0rem;
}
@media screen and (min-width: 768px) {
  .contact-form__table-row--radio .contact-form__table-body,
.contact-form__table-row--checkbox .contact-form__table-body {
    padding-left: 0rem;
  }
}

.mw_wp_form_confirm .contact-form__table-row--radio .contact-form__table-body,
.mw_wp_form_confirm .contact-form__table-row--checkbox .contact-form__table-body {
  padding-left: 0;
}

input[name=occupation-apply] {
  max-width: 400px;
  max-width: 25rem;
}

.contact-form__select-wrapper--birth-year {
  max-width: 150px;
  max-width: 9.375rem;
}

.contact-form__select-wrapper--residence {
  max-width: 200px;
  max-width: 12.5rem;
}

input[name=postal-code] {
  max-width: 230px;
  max-width: 14.375rem;
}

input[name=region] {
  max-width: 200px;
  max-width: 12.5rem;
}

input[name=locality] {
  max-width: 200px;
  max-width: 12.5rem;
}

input[name=extended-address] {
  max-width: 420px;
  max-width: 26.25rem;
}

.contact-form__select-wrapper--your-occupation {
  max-width: 400px;
  max-width: 25rem;
}

.contact-form__select-wrapper--office-location {
  max-width: 400px;
  max-width: 25rem;
}

.archive-dialogue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100svh;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1100px) {
  .archive-dialogue {
    min-height: 100vh;
  }
}

.archive-dialogue__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.archive-dialogue__text {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .archive-dialogue__text {
    text-align: center;
    margin-top: 2.1875rem;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .archive-dialogue__text {
    font-size: max(1.125rem, 15.75px);
  }
}

.archive-dialogue__posts {
  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: 61px;
  row-gap: 3.8125rem;
  margin-top: 27px;
  margin-top: 1.6875rem;
  margin-bottom: 61px;
  margin-bottom: 3.8125rem;
}
@media screen and (min-width: 768px) {
  .archive-dialogue__posts {
    margin-top: 5.0625rem;
    row-gap: 56px;
    margin-bottom: 53px;
    padding-right: 11.25rem;
    padding-left: 11.25rem;
  }
}
@media screen and (min-width: 1100px) {
  .archive-dialogue__posts {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

.archive-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100svh;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1100px) {
  .archive-news {
    min-height: 100vh;
  }
}

.archive-news__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .archive-news__contents {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .archive-news__contents {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

.archive-news__posts {
  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: 16px;
  row-gap: 1rem;
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .archive-news__posts {
    margin-top: 4.125rem;
    row-gap: max(1rem, 14px);
    max-width: 700px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .archive-news .sub-fv__title {
    width: 23.875rem;
  }
}

.page-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.page-404__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-404__text {
  text-align: center;
}

.page-top {
  position: relative;
}

.page-top__message {
  margin-bottom: 59px;
  margin-bottom: 3.6875rem;
}
@media screen and (min-width: 768px) {
  .page-top__message {
    margin-bottom: 5.875rem;
  }
}

.page-top__message-media {
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .page-top__message-media {
    max-width: 43.75rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0rem;
    padding-left: 0rem;
    margin-bottom: 5.875rem;
  }
}
@media screen and (min-width: 1100px) {
  .page-top__message-media {
    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-column-gap: 8.125rem;
       -moz-column-gap: 8.125rem;
            column-gap: 8.125rem;
    margin-bottom: 9rem;
    max-width: 100%;
    width: auto;
  }
}
@media screen and (min-width: 1600px) {
  .page-top__message-media {
    -webkit-column-gap: 10.5rem;
       -moz-column-gap: 10.5rem;
            column-gap: 10.5rem;
  }
}

.page-top__message-header {
  width: 208px;
  width: 13rem;
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .page-top__message-header {
    width: 15.3125rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1100px) {
  .page-top__message-body {
    width: 31.875rem;
  }
}
@media screen and (min-width: 1600px) {
  .page-top__message-body {
    width: 450px;
  }
}

.page-top__message-title {
  line-height: 1.371;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px) {
  .page-top__message-title br {
    display: block;
  }
}

@media screen and (min-width: 1100px) {
  .swiper--useSp {
    display: none !important;
  }
}

.swiper--usePc {
  display: none !important;
}
@media screen and (min-width: 1100px) {
  .swiper--usePc {
    display: block !important;
  }
}

.page-top__message-slider .swiper--useSp.right-to-left {
  margin-bottom: 21px;
  margin-bottom: 1.3125rem;
}

@media screen and (min-width: 768px) {
  .page-top__message-slider .swiper-slide--even {
    padding-top: 3.1875rem;
  }
}

.page-top__dialogue {
  margin-bottom: 55px;
  margin-bottom: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .page-top__dialogue {
    margin-bottom: 8.1875rem;
  }
}

.page-top__dialogue-inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-top__dialogue-inner {
    max-width: 43.75rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1100px) {
  .page-top__dialogue-inner {
    max-width: 100%;
    width: auto;
  }
}

.page-top__dialogueHeader {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .page-top__dialogueHeader {
    margin-bottom: 3.625rem;
  }
}
@media screen and (min-width: 1100px) {
  .page-top__dialogueHeader {
    max-width: 54.375rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.page-top__dialogueHeaderImg {
  width: 223px;
  width: 13.9375rem;
}
@media screen and (min-width: 768px) {
  .page-top__dialogueHeaderImg {
    width: 16.875rem;
  }
}

@media screen and (min-width: 1100px) {
  .page-top__dialogue-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 4.375rem;
       -moz-column-gap: 4.375rem;
            column-gap: 4.375rem;
  }
}

.page-top__dialogue-img {
  padding-right: 3.2608695652vw;
  padding-left: 3.2608695652vw;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .page-top__dialogue-img {
    padding-right: 0rem;
    padding-left: 0rem;
    margin-right: 0;
    margin-left: 0;
    width: 70%;
  }
}
@media screen and (min-width: 1100px) {
  .page-top__dialogue-img {
    width: 25.625rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1100px) {
  .page-top__dialogue-body {
    width: 26.25rem;
    padding-top: 1.1875rem;
  }
}

.dialogue-subTitle,
.dialogue-title {
  font-family: cormorant-sc, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.dialogue-subTitle {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 768px) {
  .dialogue-subTitle {
    font-size: max(1.25rem, 17.5px);
  }
}
@media screen and (min-width: 768px) {
  .dialogue-subTitle {
    font-size: 1.375rem;
    letter-spacing: 0.22em;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .dialogue-subTitle {
    font-size: max(1.375rem, 19.25px);
  }
}

.dialogue-subTitle span {
  font-size: 27px;
  font-size: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .dialogue-subTitle span {
    font-size: max(1.6875rem, 23.625px);
  }
}
@media screen and (min-width: 768px) {
  .dialogue-subTitle span {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .dialogue-subTitle span {
    font-size: max(1.875rem, 26.25px);
  }
}

.dialogue-title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 768px) {
  .dialogue-title {
    font-size: max(1.875rem, 26.25px);
  }
}
@media screen and (min-width: 768px) {
  .dialogue-title {
    letter-spacing: 0.15em;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .dialogue-title {
    font-size: max(2.25rem, 31.5px);
  }
}

.page-top__dialogue-subTitle {
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}
@media screen and (min-width: 768px) {
  .page-top__dialogue-subTitle {
    margin-bottom: 0.25rem;
  }
}

.page-top__dialogue-title {
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
}

.page-top__dialogue-crossWrapper {
  padding-left: 7px;
  padding-left: 0.4375rem;
  margin-bottom: 17px;
  margin-bottom: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .page-top__dialogue-crossWrapper {
    width: 24.75rem;
  }
}

.page-top__dialogue-professional {
  width: 337px;
  width: 21.0625rem;
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .page-top__dialogue-professional {
    width: 24.75rem;
  }
}

.page-top__dialogue-text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.16em;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.page-top__istopia {
  margin-bottom: 31px;
  margin-bottom: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .page-top__istopia {
    margin-bottom: 5.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .page-top__istopia-inner {
    max-width: 53.125rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1100px) {
  .page-top__istopia-inner {
    max-width: 100%;
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .page-top__istopia-media {
    padding-right: 0rem;
    padding-left: 0rem;
    max-width: 43.75rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1100px) {
  .page-top__istopia-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 4.5rem;
       -moz-column-gap: 4.5rem;
            column-gap: 4.5rem;
    max-width: 100%;
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
}

.page-top__istopia-header {
  width: 306px;
  width: 19.125rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 1100px) {
  .page-top__istopia-header {
    width: 15.125rem;
  }
}

@media screen and (min-width: 1100px) {
  .page-top__istopia-body {
    padding-top: 1.25rem;
    width: 37.5rem;
  }
}

.page-top__istopia-title {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .page-top__istopia-title {
    letter-spacing: 0.09em;
  }
}

.page-top__istopia-img {
  margin-top: -44px;
  margin-top: -2.75rem;
  margin-bottom: -52px;
  margin-bottom: -3.25rem;
}
@media screen and (min-width: 600px) {
  .page-top__istopia-img {
    width: 83.3333333333%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .page-top__istopia-img {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1100px) {
  .page-top__istopia-img {
    width: 70%;
    max-width: 70rem;
    margin-top: -0.75rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1600px) {
  .page-top__istopia-img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .page-top__istopiaFeature {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
@media screen and (min-width: 1100px) {
  .page-top__istopiaFeature {
    display: none;
  }
}

.page-top__istopiaFeature .contents {
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .page-top__istopiaFeature .contents {
    margin-bottom: 3.75rem;
  }
}

.page-top__istopiaFeature .contents:last-child {
  margin-bottom: 0;
}

.page-top {
  overflow: hidden;
}

.single-dialogue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100svh;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1100px) {
  .single-dialogue {
    min-height: 100vh;
  }
}

.single-dialogue__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.single-dialogue__body {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 91px;
  margin-bottom: 5.6875rem;
}
@media screen and (min-width: 768px) {
  .single-dialogue__body {
    margin-bottom: 5.6875rem;
  }
}

.single-dialogue__body-inner {
  max-width: 850px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.single-dialogue__post-contents {
  margin-bottom: 33px;
  margin-bottom: 2.0625rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .single-dialogue__post-contents {
    font-size: max(0.9375rem, 13.5px);
  }
}
@media screen and (min-width: 768px) {
  .single-dialogue__post-contents {
    margin-bottom: 33px;
  }
}

.single-dialogue__post-contents + .btn {
  letter-spacing: 0;
}
/*# sourceMappingURL=styles.css.map */
