@charset "UTF-8";
html {
  font-size: 4.2666666667vw;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

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

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

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

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1440px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.c-bird {
  position: fixed;/*absolute;*/
  inset: 0;
  overflow: hidden;
}

.c-bird__img {
  position: absolute;
}

@-webkit-keyframes slide {
  to {
    right: 240%;
    top: -10%;
  }
}

@keyframes slide {
  to {
    right: 240%;
    top: -10%;
  }
}
@-webkit-keyframes slidepc {
  to {
    right: 240%;
    top: -50%;
  }
}
@keyframes slidepc {
  to {
    right: 240%;
    top: -50%;
  }
}
@-webkit-keyframes slide02 {
  to {
    left: 240%;
    top: 80%;
  }
}
@keyframes slide02 {
  to {
    left: 240%;
    top: 80%;
  }
}
@-webkit-keyframes slide02pc {
  to {
    left: 240%;
    top: 90%;
  }
}
@keyframes slide02pc {
  to {
    left: 240%;
    top: 90%;
  }
}
@-webkit-keyframes swaybird {
  from {
    -webkit-transform: translateX(5rem) rotate(-20deg);
            transform: translateX(5rem) rotate(-20deg);
  }
  to {
    -webkit-transform: translateX(0px) rotate(20deg);
            transform: translateX(0px) rotate(20deg);
  }
}
@keyframes swaybird {
  from {
    -webkit-transform: translateX(5rem) rotate(-20deg);
            transform: translateX(5rem) rotate(-20deg);
  }
  to {
    -webkit-transform: translateX(0px) rotate(20deg);
            transform: translateX(0px) rotate(20deg);
  }
}
@-webkit-keyframes swaybird02 {
  from {
    -webkit-transform: translateX(5rem) rotate(45deg) scale(-1, 1);
            transform: translateX(5rem) rotate(45deg) scale(-1, 1);
  }
  to {
    -webkit-transform: translateX(-3.125rem) rotate(0deg) scale(-1, 1);
            transform: translateX(-3.125rem) rotate(0deg) scale(-1, 1);
  }
}
@keyframes swaybird02 {
  from {
    -webkit-transform: translateX(5rem) rotate(45deg) scale(-1, 1);
            transform: translateX(5rem) rotate(45deg) scale(-1, 1);
  }
  to {
    -webkit-transform: translateX(-3.125rem) rotate(0deg) scale(-1, 1);
            transform: translateX(-3.125rem) rotate(0deg) scale(-1, 1);
  }
}
.c-bird__img {
  background-image: url(../images/common/bird.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.875rem;
  height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-bird__img {
    width: 5rem;
    height: 7.5rem;
  }
}

.c-bird__img:nth-child(1) {
  right: -10%;
  top: 18%;
  -webkit-animation: slide 8s linear infinite, swaybird 8s linear infinite alternate;
          animation: slide 8s linear infinite, swaybird 8s linear infinite alternate;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@media screen and (min-width: 768px) {
  .c-bird__img:nth-child(1) {
    -webkit-animation: slidepc 14s linear infinite, swaybird 10s linear infinite alternate;
            animation: slidepc 14s linear infinite, swaybird 10s linear infinite alternate;
  }
}

.c-bird__img:nth-child(2) {
  left: -30%;
  top: 60%;
  -webkit-animation: slide02 8s linear infinite, swaybird02 8s linear infinite alternate;
          animation: slide02 8s linear infinite, swaybird02 8s linear infinite alternate;
  -webkit-animation-delay: 3500ms;
          animation-delay: 3500ms;
}
@media screen and (min-width: 768px) {
  .c-bird__img:nth-child(2) {
    top: 57%;
    -webkit-animation: slide02pc 14s linear infinite, swaybird02 10s linear infinite alternate;
            animation: slide02pc 14s linear infinite, swaybird02 10s linear infinite alternate;
  }
}

.c-leaf {
  position: absolute;
  inset: 0;
  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;
  overflow: hidden;
}

.c-leaf li {
  position: absolute;
}

@-webkit-keyframes fall {
  to {
    top: 150%;
  }
}

@keyframes fall {
  to {
    top: 150%;
  }
}
@-webkit-keyframes fallpc {
  to {
    top: 200%;
  }
}
@keyframes fallpc {
  to {
    top: 200%;
  }
}
@-webkit-keyframes sway1 {
  from {
    -webkit-transform: translateX(0) rotate(90deg) scale(1, 1);
            transform: translateX(0) rotate(90deg) scale(1, 1);
  }
  to {
    -webkit-transform: translateX(12.5rem) rotate(45deg) scale(-0.8, 0.8);
            transform: translateX(12.5rem) rotate(45deg) scale(-0.8, 0.8);
  }
}
@keyframes sway1 {
  from {
    -webkit-transform: translateX(0) rotate(90deg) scale(1, 1);
            transform: translateX(0) rotate(90deg) scale(1, 1);
  }
  to {
    -webkit-transform: translateX(12.5rem) rotate(45deg) scale(-0.8, 0.8);
            transform: translateX(12.5rem) rotate(45deg) scale(-0.8, 0.8);
  }
}
@-webkit-keyframes sway1pc {
  from {
    -webkit-transform: translateX(0) rotate(90deg) scale(1, 1);
            transform: translateX(0) rotate(90deg) scale(1, 1);
  }
  to {
    -webkit-transform: translateX(25rem) rotate(45deg) scale(-0.8, 0.8);
            transform: translateX(25rem) rotate(45deg) scale(-0.8, 0.8);
  }
}
@keyframes sway1pc {
  from {
    -webkit-transform: translateX(0) rotate(90deg) scale(1, 1);
            transform: translateX(0) rotate(90deg) scale(1, 1);
  }
  to {
    -webkit-transform: translateX(25rem) rotate(45deg) scale(-0.8, 0.8);
            transform: translateX(25rem) rotate(45deg) scale(-0.8, 0.8);
  }
}
@-webkit-keyframes sway2 {
  from {
    -webkit-transform: translateX(9.375rem) rotate(-95deg) scale(1, 1);
            transform: translateX(9.375rem) rotate(-95deg) scale(1, 1);
  }
  to {
    -webkit-transform: translateX(0px) rotate(-70deg) scale(-1, 1);
            transform: translateX(0px) rotate(-70deg) scale(-1, 1);
  }
}
@keyframes sway2 {
  from {
    -webkit-transform: translateX(9.375rem) rotate(-95deg) scale(1, 1);
            transform: translateX(9.375rem) rotate(-95deg) scale(1, 1);
  }
  to {
    -webkit-transform: translateX(0px) rotate(-70deg) scale(-1, 1);
            transform: translateX(0px) rotate(-70deg) scale(-1, 1);
  }
}
@-webkit-keyframes sway2pc {
  from {
    -webkit-transform: translateX(18.75rem) rotate(-95deg) scale(1, 1);
            transform: translateX(18.75rem) rotate(-95deg) scale(1, 1);
  }
  to {
    -webkit-transform: translateX(0px) rotate(-70deg) scale(-1, 1);
            transform: translateX(0px) rotate(-70deg) scale(-1, 1);
  }
}
@keyframes sway2pc {
  from {
    -webkit-transform: translateX(18.75rem) rotate(-95deg) scale(1, 1);
            transform: translateX(18.75rem) rotate(-95deg) scale(1, 1);
  }
  to {
    -webkit-transform: translateX(0px) rotate(-70deg) scale(-1, 1);
            transform: translateX(0px) rotate(-70deg) scale(-1, 1);
  }
}
@-webkit-keyframes sway3 {
  from {
    -webkit-transform: translateX(0px) rotate(45deg) scale(1, 1);
            transform: translateX(0px) rotate(45deg) scale(1, 1);
  }
  to {
    -webkit-transform: translateX(7.5rem) rotate(-45deg) scale(0.8, -0.8);
            transform: translateX(7.5rem) rotate(-45deg) scale(0.8, -0.8);
  }
}
@keyframes sway3 {
  from {
    -webkit-transform: translateX(0px) rotate(45deg) scale(1, 1);
            transform: translateX(0px) rotate(45deg) scale(1, 1);
  }
  to {
    -webkit-transform: translateX(7.5rem) rotate(-45deg) scale(0.8, -0.8);
            transform: translateX(7.5rem) rotate(-45deg) scale(0.8, -0.8);
  }
}
@-webkit-keyframes sway3pc {
  from {
    -webkit-transform: translateX(0px) rotate(45deg) scale(1, 1);
            transform: translateX(0px) rotate(45deg) scale(1, 1);
  }
  to {
    -webkit-transform: translateX(15.625rem) rotate(-45deg) scale(0.8, -0.8);
            transform: translateX(15.625rem) rotate(-45deg) scale(0.8, -0.8);
  }
}
@keyframes sway3pc {
  from {
    -webkit-transform: translateX(0px) rotate(45deg) scale(1, 1);
            transform: translateX(0px) rotate(45deg) scale(1, 1);
  }
  to {
    -webkit-transform: translateX(15.625rem) rotate(-45deg) scale(0.8, -0.8);
            transform: translateX(15.625rem) rotate(-45deg) scale(0.8, -0.8);
  }
}
@-webkit-keyframes sway4 {
  from {
    -webkit-transform: translateX(-6.25rem) rotate(-45deg) scale(1, 1);
            transform: translateX(-6.25rem) rotate(-45deg) scale(1, 1);
  }
  to {
    -webkit-transform: translateX(3.125rem) rotate(0deg) scale(1, -1);
            transform: translateX(3.125rem) rotate(0deg) scale(1, -1);
  }
}
@keyframes sway4 {
  from {
    -webkit-transform: translateX(-6.25rem) rotate(-45deg) scale(1, 1);
            transform: translateX(-6.25rem) rotate(-45deg) scale(1, 1);
  }
  to {
    -webkit-transform: translateX(3.125rem) rotate(0deg) scale(1, -1);
            transform: translateX(3.125rem) rotate(0deg) scale(1, -1);
  }
}
@-webkit-keyframes sway4pc {
  from {
    -webkit-transform: translateX(-12.5rem) rotate(-45deg) scale(1, 1);
            transform: translateX(-12.5rem) rotate(-45deg) scale(1, 1);
  }
  to {
    -webkit-transform: translateX(6.25rem) rotate(0deg) scale(1, -1);
            transform: translateX(6.25rem) rotate(0deg) scale(1, -1);
  }
}
@keyframes sway4pc {
  from {
    -webkit-transform: translateX(-12.5rem) rotate(-45deg) scale(1, 1);
            transform: translateX(-12.5rem) rotate(-45deg) scale(1, 1);
  }
  to {
    -webkit-transform: translateX(6.25rem) rotate(0deg) scale(1, -1);
            transform: translateX(6.25rem) rotate(0deg) scale(1, -1);
  }
}
.c-leaf li:nth-child(1) {
  left: 0%;
  top: -8.125rem;
  background-image: url(../images/common/leaf01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.125rem;
  height: 4.6875rem;
  -webkit-animation: fall 20s linear infinite, sway1 2s ease-in-out infinite alternate;
          animation: fall 20s linear infinite, sway1 2s ease-in-out infinite alternate;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@media screen and (min-width: 768px) {
  .c-leaf li:nth-child(1) {
    -webkit-animation: fallpc 20s linear infinite, sway1pc 2s ease-in-out infinite alternate;
            animation: fallpc 20s linear infinite, sway1pc 2s ease-in-out infinite alternate;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    width: 6.125rem;
    height: 8.75rem;
  }
}

.c-leaf li:nth-child(2) {
  left: 5%;
  top: -7.5rem;
  background-image: url(../images/common/leaf02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.875rem;
  height: 4.0625rem;
  -webkit-animation: fall 25s linear infinite, sway2 1.8s ease-in-out infinite alternate;
          animation: fall 25s linear infinite, sway2 1.8s ease-in-out infinite alternate;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
@media screen and (min-width: 768px) {
  .c-leaf li:nth-child(2) {
    -webkit-animation: fallpc 25s linear infinite, sway2pc 1.8s ease-in-out infinite alternate;
            animation: fallpc 25s linear infinite, sway2pc 1.8s ease-in-out infinite alternate;
    -webkit-animation-delay: 8s;
            animation-delay: 8s;
    width: 3.375rem;
    height: 7.3125rem;
  }
}

.c-leaf li:nth-child(3) {
  right: 15%;
  top: -10rem;
  background-image: url(../images/common/leaf03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.8125rem;
  height: 4.6875rem;
  -webkit-animation: fall 28s linear infinite, sway3 2s ease-in-out infinite alternate;
          animation: fall 28s linear infinite, sway3 2s ease-in-out infinite alternate;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
@media screen and (min-width: 768px) {
  .c-leaf li:nth-child(3) {
    -webkit-animation: fallpc 28s linear infinite, sway3pc 2s ease-in-out infinite alternate;
            animation: fallpc 28s linear infinite, sway3pc 2s ease-in-out infinite alternate;
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
    width: 5.25rem;
    height: 9.25rem;
  }
}

.c-leaf li:nth-child(4) {
  right: 10%;
  top: -5.625rem;
  background-image: url(../images/common/leaf04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.125rem;
  height: 3.125rem;
  -webkit-animation: fall 24s linear infinite, sway4 2.5s ease-in-out infinite alternate;
          animation: fall 24s linear infinite, sway4 2.5s ease-in-out infinite alternate;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
@media screen and (min-width: 768px) {
  .c-leaf li:nth-child(4) {
    -webkit-animation: fallpc 24s linear infinite, sway4pc 2.5s ease-in-out infinite alternate;
            animation: fallpc 24s linear infinite, sway4pc 2.5s ease-in-out infinite alternate;
    -webkit-animation-delay: 7s;
            animation-delay: 7s;
    width: 4.5625rem;
    height: 6.125rem;
  }
}

.fadein {
  opacity: 0;
  -webkit-transition: opacity 1000ms;
  transition: opacity 1000ms;
}

.fadein--delay03 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
	  opacity: 1;
}

.fadein--delay08 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
	  opacity: 1;
}

.fadein--delay16 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
	  opacity: 1;
}

.fadein--delay24 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
	  opacity: 1;
}

.fadein.scrollin {
  opacity: 1;
}

.p-fv {
  position: relative;
}

.p-fv::after {
  content: "";
  background-image: url(../images/common/deco02-sp.webp);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 100%;
  width: 100%;
  height: 101.3333333333vw;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-fv::after {
    height: 30.9027777778vw;
    background-image: url(../images/common/deco02.webp);
  }
}
@media screen and (min-width: 1440px) {
  .p-fv::after {
    height: 28.125rem;
    background-size: 100% 100%;
  }

}

.p-fv__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

}

.p-fv__inner {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-fv__inner {
    padding-bottom: 9.375rem;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-fv__title {
  color: #468c38;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.25rem;
  line-height: 2.2;
  letter-spacing: 0.25em;
/*  position: relative;*/
  z-index: 1;
}


@media screen and (min-width: 768px) {
  .p-fv__title {
    font-size: 1.625rem;
    line-height: 2.3;
    letter-spacing: 0.6em;
    position: absolute !important;
    top: -5.9375rem;
    left: 60%;
    -webkit-transform: translateX(-135%);
            transform: translateX(-135%);
  }
}

@media screen and (max-width: 768px) {
.p-fv__title-wrap {
	position: relative;
    left: 29%;
    top: 1rem;
}
}
.p-fv__title span {
  color: #eb6100;
}

.p-fv__slide {
  margin-top: -0.625rem;
}
@media screen and (min-width: 768px) {
  .p-fv__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 6.2rem;
    margin-left: 7.5rem;
  }
}

.p-fv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.25rem;
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-fv__content {
    display: contents;
  }
}

.p-fv__fandeena {
  width: 100%;
  max-width: 4.75rem;
  margin-top: -0.75rem;
  z-index:10;
}
@media screen and (min-width: 768px) {
  .p-fv__fandeena {
    position: absolute;
    top: 21.25rem;
    left: 52%;
    -webkit-transform: translateX(294%);
            transform: translateX(294%);
    max-width: 9.0625rem;
  }
}

.p-fv__fandeena img {
  max-width: 4.75rem;
  width: 100%;
  height: auto;
/*  aspect-ratio: 76/116;*/
}

.taiken{

position: absolute;
    top: -10px;
    right: -10%;
    width: 6rem;

}

@media screen and (min-width: 768px) {
  .p-fv__fandeena img {
    max-width: 9.0625rem;
  }
}

.p-fv__texts {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-fv__texts {
    margin-top: 1.875rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: 5.625rem;
  }

.taiken{

position: absolute;
    top: -43px;
    left: -36px;
    width: 6rem;

}

}

.p-fv__text {
  color: #468c38;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-fv__text {
    font-size: 1rem;
    line-height: 2.7;
    letter-spacing: 0.03em;
  }
}

.p-fv__slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.9375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-fv__slide-content {
    display: contents;
  }
}

.p-fv__slide-sub--02 {
  max-width: 8.4375rem;
}
@media screen and (min-width: 768px) {
  .p-fv__slide-sub--02 {
    max-width: 18.5625rem;
    position: absolute;
    top: 7.75rem;
    left: 50%;
    -webkit-transform: translateX(-190%);
            transform: translateX(-190%);
  }
}

.p-fv__slide-sub--03 {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-fv__slide-sub--03 {
    margin-top: -8.75rem;
    margin-left: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-fv__slide-sub--04 {
    max-width: 16.625rem;
    width: 100%;
    position: absolute;
    top: 3.5rem;
    left: 50%;
    -webkit-transform: translateX(147%);
            transform: translateX(147%);
  }
}

.p-fv__slide-sub--05 {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-fv__slide-sub--05 {
    margin-top: -16.5625rem;
    margin-left: 27.4375rem;
    width: 14.6875rem;
  }
}

.p-fv__flower,
.p-fv__leaf,
.p-fv__plant {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.p-fv__flower--02 {
  background-image: url(../images/common/flower02.svg);
  width: 1.4375rem;
  height: 3.0625rem;
  bottom: 14.6666666667vw;
  left: 17.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-fv__flower--02 {
    width: 3.125rem;
    height: 5.625rem;
    bottom: 28.3333333333vw;
    left: auto;
    left: initial;
    right: 29.0277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-fv__flower--02 {
    bottom: 25.9375rem;
    right: 26.125rem;
  }
}

.p-fv__plant--01 {
  background-image: url(../images/common/plant01.svg);
    width: 2.375rem;
  height: 5.25rem;
  bottom: -1.125rem;
  right: 0.5625rem;
}

.p-fv__leaf--01 {
  background-image: url(../images/common/leaf01.svg);
width: 3.375rem;
    height: 5.25rem;
    top: -25rem;
left: -0.4375rem;
}

.p-fv__leaf--02 {
  background-image: url(../images/common/leaf02.svg);
width: 3.375rem;
    height: 5.25rem;
    top: -27rem;
    left: 2.9625rem;
}

.p-fv__leaf--03 {
  background-image: url(../images/common/leaf03.svg);
width: 3.375rem;
    height: 5.25rem;
    top: -22rem;
    right: 0.5625rem;
}

.p-fv__leaf--04 {
  background-image: url(../images/common/leaf04.svg);
width: 3.375rem;
    height: 5.25rem;
    top: -20rem;

  right: -1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-fv__plant--01 {
    width: 8.125rem;
    height: 11.25rem;
    bottom: auto;
    bottom: initial;
    right: auto;
    right: initial;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-355%, -120%);
            transform: translate(-355%, -120%);
  }



  .p-fv__leaf--01 {
    width: 6.5rem;
    height: 11.25rem;
    bottom: auto;
    bottom: initial;
    right: auto;
    right: initial;
	top: -25%;
        left: -520%;
    -webkit-transform: translate(-355%, -120%);
            transform: translate(-355%, -120%);
z-index:-10;
  }

  .p-fv__leaf--02 {
    width:3.5rem;
    height: 11.25rem;
    bottom: auto;
    bottom: initial;
    right: auto;
    right: initial;
	top: -58%;
        left: -566%;
    -webkit-transform: translate(-355%, -120%);
            transform: translate(-355%, -120%);
  }

  .p-fv__leaf--03 {

    width: 5.125rem;
    height: 8.25rem;
    bottom: auto;
    bottom: initial;
    right: auto;
    right: initial;
	top: 141%;
        right: -267%;
    -webkit-transform: translate(-355%, -120%);
            transform: translate(-355%, -120%);
  }

  .p-fv__leaf--031 {

    width: 5.125rem;
    height: 8.25rem;
    bottom: auto;
    bottom: initial;
    right: auto;
    right: initial;
	top: 141%;
        right: -267%;
    -webkit-transform: translate(-355%, -120%);
            transform: translate(-355%, -120%);
  }

  .p-fv__leaf--04 {

    width: 8.125rem;
    height: 7.25rem;
    bottom: auto;
    bottom: initial;
    right: auto;
    right: initial;
	top: 165%;
        right: -426%;
    -webkit-transform: translate(-355%, -120%);
            transform: translate(-355%, -120%);
  }
}

.p-fv__plant--02 {
  background-image: url(../images/common/plant02.svg);
  width: 2.25rem;
  height: 7.25rem;
  bottom: 13.3333333333vw;
  left: 34.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-fv__plant--02 {
    width: 3.75rem;
    height: 12.8125rem;
    bottom: 28.6805555556vw;
    left: auto;
    left: initial;
    right: 19.4444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-fv__plant--02 {
    bottom: 25.625rem;
    right: 17.5rem;
  }
}

.p-fv__plant--03 {
  background-image: url(../images/common/plant03.svg);
  width: 2.0625rem;
  height: 4.75rem;
  bottom: 12vw;
  left: 44vw;
}

.p-fv__plant--031 {
display:none;
  background-image: url(../images/common/plant03.svg);
  width: 2.0625rem;
  height: 4.75rem;
  bottom: 12vw;
  left: 44vw;
}

.p-fv__fandeena p{
font-size:0.5rem;
}

@media screen and (min-width: 768px) {
  .p-fv__plant--031 {
display:block;
    width: 3.5rem;
    height: 8.5rem;
    bottom: 9.888889vw;
    left: auto;
    left: initial;
    right: -2.958333vw;
top:-1rem;
  }
  .p-fv__plant--03 {
    width: 3.5rem;
    height: 8.5rem;
    bottom: 28.8888888889vw;
    left: auto;
    left: initial;
    right: 16.0416666667vw;
  }

.p-fv__fandeena p{
font-size:1rem;
}

}
@media screen and (min-width: 1440px) {
  .p-fv__plant--03 {
    bottom: 26.25rem;
    right: 14.4375rem;
  }

.ttt.p-header::after {

  top: 0rem;

}

}

.p-fv__post {
  margin-top: 2.5rem;
  padding-bottom: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-fv__post {
    margin-top: 2.5rem;
    padding-bottom: 2.8125rem;
  }
}

.p-header {
  position: relative;
top:10px;
}

.p-header::after {
  content: "";
  background-image: url(../images/common/deco01-sp.webp);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  width: 27.5rem;
  height: 12.5rem;
  position: absolute;
  z-index: -1;
  top: 5.8125rem;
  right: 0;
}

.ttt.p-header::after {

  top: 2.8125rem;

}


@media screen and (min-width: 768px) {
  .p-header::after {
    width: 48.125rem;
    height: 22.1875rem;
    background-image: url(../images/common/deco01.webp);
    top: 0;
  }
}

.p-header__inner {
  padding-top: 1.25rem;
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    width: 100%;
    padding-top: 2.5rem;
    padding-left: 5.375rem;
    padding-right: 5.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

.ttt.p-header::after {

  top: 0rem;

}

}

.p-header__logo {
  display: block;
  max-width: 12.5rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    max-width: 20.625rem;
    margin: 0;
  }
}

.p-header__logo img {
  width: 100%;
  height: auto;
  aspect-ratio: 160/53;
}

.p-header__nav {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    margin-top: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 31.25rem;
    width: 100%;
  }
}

.p-header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-header__list {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.p-header__list a {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: #553618;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-right: 1px solid;
  border-color: transparent;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .p-header__list a {
    font-size: 1.125rem;
  }
}

.p-header__list a:hover {
  border-color: revert;
  opacity: 1;
}

.p-main-slide {
  max-width: 20rem;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-main-slide {
    max-width: none;
    width: auto;
  }
}

.p-main-slide__splide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 20rem;
}
@media screen and (min-width: 768px) {
  .p-main-slide__splide {
    max-width: 38.875rem;
  }
}

.p-main-slide__img img {
  max-width: 20rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
  aspect-ratio: 185/140;
}
@media screen and (min-width: 768px) {
  .p-main-slide__img img {
    max-width: 38.875rem;
  }
}

.p-post__title {
  text-align: center;
  color: #553618;
  font-size: 1rem;
  letter-spacing: 0.8em;
  position: relative;
}

.p-post__title::before,
.p-post__title::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2.5rem;
  height: 2.9375rem;
  position: absolute;
  top: 50%;
}

.p-post__title::before {
  left: 50%;
  -webkit-transform: translate(-423%, -60%);
          transform: translate(-423%, -60%);
  background-image: url(../images/common/flower03.svg);
}
@media screen and (min-width: 768px) {
  .p-post__title::before {
    -webkit-transform: translate(-513%, -70%);
            transform: translate(-513%, -70%);
  }
}

.p-post__title::after {
  right: 50%;
  -webkit-transform: translate(386%, -57%);
          transform: translate(386%, -57%);
  background-image: url(../images/common/flower04.svg);
}
@media screen and (min-width: 768px) {
  .p-post__title::after {
    -webkit-transform: translate(476%, -57%);
            transform: translate(476%, -57%);
  }
}

.p-post__wrap {
  margin-top: 1.875rem;
}

.p-post__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.p-post__card:hover {
  opacity: 1;
}

.p-post__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 240/170;
  border-radius: 0.625rem;
}

.p-post__body {
  background-color: #7e9491;
  border-radius: 0.625rem;
  padding: 0.625rem;
  height: 100%;
}

.p-post__text {
  color: #fff;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-post__text {
    font-size: 1rem;
  }
}

.p-sub-slide02 img {
  max-width: 8.4375rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 135/100;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-sub-slide02 img {
    max-width: 18.5625rem;
  }
}

.p-sub-slide03__wrap {
  max-width: 11.5625rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-sub-slide03__wrap {
    margin-left: revert;
    max-width: 23.125rem;
  }
}

.p-sub-slide03__wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 185/135;
}
@media screen and (min-width: 768px) {
  .p-sub-slide03__wrap img {
    aspect-ratio: 185/132;
  }
}

.p-sub-slide04 img {
  max-width: 10rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/12;
}
@media screen and (min-width: 768px) {
  .p-sub-slide04 img {
    max-width: 16.875rem;
  }
}

.p-sub-slide05 img {
  max-width: 8.125rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 130/97;
}
@media screen and (min-width: 768px) {
  .p-sub-slide05 img {
    max-width: 14.6875rem;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */

@media (max-width: 1000px) {
    .l-header__logo{
position:relative !important;
margin-bottom:-0px;
}}

@media (max-width: 767px) {
    .l-header__logo{
position:relative !important;
margin-bottom:-50px;
margin-top:10px;
}}