@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  font-family: YakuHanMP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

:root {
  --color-navy: #152649;
  --color-beige: #f9f3e7;
  --color-white: #fff;
  --font-jp: YakuHanMP, "Zen Old Mincho", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --font-eng: "Cormorant Garamond", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  --ease-out-sine: cubic-bezier(0.61, 1, 0.88, 1);
}

@keyframes BtnHover {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  45% {
    transform: translateX(0.6rem);
    opacity: 0;
  }
  55% {
    transform: translateX(-0.6rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
html {
  font-size: min(0.7142857143vw, 12px);
}
@media screen and (max-width: 750px) {
  html {
    font-size: min(2.6666666667vw, 20px);
  }
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .is-pc {
    display: none;
  }
}

.p-wrapper {
  position: relative;
  background: url(../img/bg_blue.png) repeat top center/50% auto;
  color: var(--color-navy);
  font-family: var(--font-jp);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  overflow: hidden;
}
@media screen and (min-width: 1600px) {
  .p-wrapper {
    background-size: auto auto;
  }
}
@media screen and (max-width: 750px) {
  .p-wrapper {
    font-size: 1.3rem;
    line-height: 1.76;
    letter-spacing: 0;
  }
}

.p-hero {
  position: relative;
}
.p-hero__wrapper {
  position: relative;
  width: 100%;
  padding-top: 8.9rem;
  padding-bottom: 10.1rem;
}
@media screen and (max-width: 750px) {
  .p-hero__wrapper {
    padding-top: 14.7rem;
    padding-bottom: 16rem;
  }
}
.p-hero__inner {
  position: relative;
}
.p-hero__content {
  width: 64.15rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-hero__content {
    width: 35rem;
  }
}
.p-hero__title {
  transform: translateX(0.6rem);
}
@media screen and (max-width: 750px) {
  .p-hero__title {
    transform: translateX(0.4rem);
  }
}
.p-hero__title img {
  transform: scale(0.9);
  opacity: 0;
}
.on-load .p-hero__title img {
  transform: scale(1);
  opacity: 1;
  transition: transform 1.4s var(--ease-out-cubic) 0.7s, opacity 0.7s var(--ease-out-cubic) 0.7s;
}
.p-hero__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(1.03);
  opacity: 0;
}
.on-load .p-hero__deco {
  transform: scale(1);
  opacity: 1;
  transition: transform 2s var(--ease-out-sine), opacity 0.6s var(--ease-out-cubic);
}
@media screen and (max-width: 750px) {
  .p-hero__deco {
    transform: scale(1.04);
  }
}
.p-hero__deco-item {
  position: absolute;
}
.p-hero__deco-item.flower-1 {
  bottom: 0;
  left: 0;
  width: 34rem;
}
@media screen and (max-width: 750px) {
  .p-hero__deco-item.flower-1 {
    width: 15.5rem;
  }
}
.p-hero__deco-item.flower-2 {
  bottom: 0;
  right: 0;
  width: 36.7rem;
}
@media screen and (max-width: 750px) {
  .p-hero__deco-item.flower-2 {
    width: 15.5rem;
  }
}
.p-hero__deco-item.butterfly-1 {
  top: 30.1rem;
  left: 16rem;
  width: 5.3rem;
}
@media screen and (max-width: 750px) {
  .p-hero__deco-item.butterfly-1 {
    top: 10.3rem;
    left: 3.3rem;
    width: 2.6rem;
  }
}
.p-hero__deco-item.butterfly-2 {
  top: 9.1rem;
  right: 18rem;
  width: 6.9rem;
}
@media screen and (max-width: 750px) {
  .p-hero__deco-item.butterfly-2 {
    top: 3.6rem;
    right: 5.5rem;
    width: 3.3rem;
  }
}
.p-hero__deco-item.butterfly-3 {
  top: 49.7rem;
  right: 27rem;
  width: 6rem;
}
@media screen and (max-width: 750px) {
  .p-hero__deco-item.butterfly-3 {
    top: 52.5rem;
    right: 13.6rem;
    width: 3rem;
  }
}

.p-content {
  position: relative;
  padding-bottom: 38.8rem;
}
@media screen and (max-width: 750px) {
  .p-content {
    padding-bottom: 18.7rem;
  }
}
.p-content__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-content__deco-item {
  position: absolute;
}
.p-content__deco-item.flower-1 {
  bottom: 0;
  left: 0;
  width: 44.7rem;
}
@media screen and (max-width: 750px) {
  .p-content__deco-item.flower-1 {
    width: 15.5rem;
  }
}
.p-content__deco-item.flower-2 {
  bottom: 0;
  right: 0;
  width: 44rem;
}
@media screen and (max-width: 750px) {
  .p-content__deco-item.flower-2 {
    width: 15.5rem;
  }
}

.p-about {
  position: relative;
  background: url(../img/bg_beige.png) repeat top center/auto auto;
}
.p-about__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-54.8% + 1rem));
  width: 111.2rem;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-about__title {
    transform: translate(-50%, calc(-35% + 1rem));
    width: 47.2rem;
  }
}
.on-load .p-about__title {
  transform: translate(-50%, -54.8%);
  opacity: 1;
  transition: transform 1s var(--ease-out-cubic) 1.4s, opacity 0.6s var(--ease-out-cubic) 1.4s;
}
@media screen and (max-width: 750px) {
  .on-load .p-about__title {
    transform: translate(-50%, -35%);
  }
}
.p-about__title-main {
  display: block;
}
.p-about__title-sub {
  display: block;
  position: absolute;
  bottom: -3.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: -0.07em;
}
@media screen and (max-width: 750px) {
  .p-about__title-sub {
    bottom: -2.6rem;
    font-size: 1.4rem;
  }
}
.p-about__inner {
  position: relative;
  width: 119.5rem;
  margin: 0 auto;
  padding-top: 23.2rem;
  padding-bottom: 19rem;
}
@media screen and (max-width: 750px) {
  .p-about__inner {
    width: 33.5rem;
    padding-top: 10.7rem;
    padding-bottom: 10.2rem;
  }
}
.p-about__content {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .p-about__content {
    display: block;
  }
}
.p-about__thumbnail {
  width: 39%;
  margin-top: 2.1rem;
}
@media screen and (max-width: 750px) {
  .p-about__thumbnail {
    width: 79.2%;
    margin: 0 auto;
    margin-top: 4.9rem;
  }
}
.p-about__thumbnail-img {
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-about__thumbnail-img {
    transform: translateX(-1.2rem);
  }
}
.p-about__thumbnail-img img {
  transform: scale(1.06);
  opacity: 0;
}
.p-about.is-active .p-about__thumbnail-img img {
  transform: scale(1);
  opacity: 1;
  transition: transform 1s var(--ease-out-cubic) 0.3s, opacity 0.6s var(--ease-out-cubic) 0.3s;
}
@media screen and (max-width: 750px) {
  .p-about.is-active .p-about__thumbnail-img img {
    transition-delay: 0.6s, 0.6s;
  }
}
.p-about__thumbnail-copyright {
  margin-top: 1.1rem;
  margin-left: 4.2rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  transform: translateX(-0.8rem);
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-about__thumbnail-copyright {
    margin-top: 0.7rem;
    margin-left: 0;
    font-size: 0.9rem;
    letter-spacing: -0.02em;
  }
}
.p-about.is-active .p-about__thumbnail-copyright {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s var(--ease-out-cubic) 0.5s, opacity 0.6s var(--ease-out-cubic) 0.5s;
}
@media screen and (max-width: 750px) {
  .p-about.is-active .p-about__thumbnail-copyright {
    transition-delay: 0.8s, 0.8s;
  }
}
.p-about__detail {
  flex-basis: 0;
  flex-grow: 1;
  margin-left: 7.1rem;
  transform: translateX(-1rem);
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-about__detail {
    margin-left: 0;
  }
}
.p-about.is-active .p-about__detail {
  transform: translateX(0);
  opacity: 1;
  transition: transform 1s var(--ease-out-cubic) 0.8s, opacity 0.6s var(--ease-out-cubic) 0.8s;
}
@media screen and (max-width: 750px) {
  .p-about.is-active .p-about__detail {
    transition-delay: 0s, 0s;
  }
}
.p-about__detail-description {
  text-align: justify;
}
.p-about__detail-description .p-in-text:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .p-about__detail-description .p-in-text:nth-child(n+2) {
    margin-top: 1.6rem;
  }
}
.p-about__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-about__deco-item {
  position: absolute;
}
.p-about__deco-item.animal-1 {
  top: 11.2rem;
  left: 8.4rem;
  width: 9.8rem;
  transform: translate(-1rem, -1rem);
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-about__deco-item.animal-1 {
    top: auto;
    bottom: 36.6rem;
    left: 1.2rem;
    width: 4.8rem;
  }
}
.p-about.is-active .p-about__deco-item.animal-1 {
  transform: translate(0, 0);
  opacity: 1;
  transition: transform 1s var(--ease-out-cubic), opacity 0.6s var(--ease-out-cubic);
}
@media screen and (max-width: 750px) {
  .p-about.is-active .p-about__deco-item.animal-1 {
    transition-delay: 0.3s, 0.3s;
  }
}

.p-section {
  position: relative;
}
.p-section__inner {
  position: relative;
  width: 110rem;
  margin: 0 auto;
  margin-top: 8rem;
  padding-top: 10.8rem;
}
@media screen and (max-width: 750px) {
  .p-section__inner {
    width: 34.5rem;
    padding-top: 1.9rem;
  }
}
.p-section--column .p-section__inner {
  padding-top: 10.6rem;
}
@media screen and (max-width: 750px) {
  .p-section--column .p-section__inner {
    padding-top: 1.5rem;
  }
}
.p-section__head {
  transform: translateY(1.2rem);
  opacity: 0;
}
.p-section.is-active .p-section__head {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s var(--ease-out-cubic), opacity 0.6s var(--ease-out-cubic);
}
.p-section__title {
  position: relative;
  text-align: center;
}
.p-section__title-main {
  display: block;
  position: relative;
  box-sizing: content-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: var(--font-eng);
  font-size: 6.8rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  .p-section__title-main {
    font-size: 3.4rem;
  }
}
.p-section--column .p-section__title-main::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.34em;
  right: 0.23em;
  transform: translate(100%, -100%);
  width: 5.6rem;
  padding-top: 5.5034482759rem;
  background: url(../img/deco_butterfly05.png) no-repeat center center/100% auto;
}
@media screen and (max-width: 750px) {
  .p-section--column .p-section__title-main::after {
    right: 0.3em;
    width: 2.9rem;
    padding-top: 2.85rem;
  }
}
.p-section__title-sub {
  display: block;
  margin-top: 0.4rem;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-section__title-sub {
    font-size: 1.1rem;
  }
}
.p-section__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.01);
  opacity: 0;
}
.p-section.is-active .p-section__deco {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s var(--ease-out-cubic), opacity 0.6s var(--ease-out-cubic);
}
.p-section__deco.--first {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .p-section--column .p-section__deco {
    transform: scale(1.005);
  }
}
@media screen and (max-width: 750px) {
  .p-section--column.is-active .p-section__deco {
    transform: scale(1);
  }
}
.p-section__deco-item {
  position: absolute;
}
.p-section__deco-item.animal-1 {
  top: -24.7rem;
  left: 5.1rem;
  transform: translate(-0.5rem, -1.6rem);
  width: 18.6rem;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-section__deco-item.animal-1 {
    top: -16.6rem;
    left: 2.2rem;
    transform: translate(-0.2rem, -0.8rem);
    width: 9.2rem;
  }
}
.p-section__deco-item.animal-1.is-active {
  transform: translate(0, 0);
  opacity: 1;
  transition: transform 1s var(--ease-out-cubic), opacity 0.6s var(--ease-out-cubic);
}
.p-section__deco-item.animal-2 {
  top: -26.4rem;
  right: 7rem;
  transform: translate(0.5rem, -1.6rem);
  width: 33.4rem;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-section__deco-item.animal-2 {
    top: -16.8rem;
    right: 1.8rem;
    transform: translate(0.2rem, -0.8rem);
    width: 16.2rem;
  }
}
.p-section__deco-item.animal-2.is-active {
  transform: translate(0, 0);
  opacity: 1;
  transition: transform 1s var(--ease-out-cubic), opacity 0.6s var(--ease-out-cubic);
}
.p-section__deco-item.animal-3 {
  top: 9.3rem;
  left: calc(50% - 19.2rem);
  transform: translateX(-50%);
  width: 13.1rem;
}
@media screen and (max-width: 750px) {
  .p-section__deco-item.animal-3 {
    top: 1.5rem;
    left: auto;
    right: 5.1rem;
    transform: none;
    width: 6.6rem;
  }
}
.p-section__deco-item.animal-4 {
  top: -0.6rem;
  right: -0.8rem;
  width: 13.5rem;
}
@media screen and (max-width: 750px) {
  .p-section__deco-item.animal-4 {
    top: -7.9rem;
    right: -0.1rem;
    width: 6.7rem;
  }
}
.p-section__deco-item.animal-5 {
  top: 8.1rem;
  left: 6.7rem;
  width: 13.3rem;
}
@media screen and (max-width: 750px) {
  .p-section__deco-item.animal-5 {
    top: -3.8rem;
    left: 1.9rem;
    width: 5.4rem;
  }
}
.p-section__deco-item.animal-6 {
  bottom: -1.5rem;
  right: -3.1rem;
  width: 25.2rem;
}
@media screen and (max-width: 750px) {
  .p-section__deco-item.animal-6 {
    bottom: auto;
    top: 1.3rem;
    right: -1.9rem;
    width: 13rem;
  }
}
.p-section__deco-item.bee-1 {
  top: 2rem;
  left: 36.4rem;
  width: 5rem;
}
@media screen and (max-width: 750px) {
  .p-section__deco-item.bee-1 {
    top: -4.4rem;
    left: 11.8rem;
    width: 2.5rem;
  }
}
.p-section__deco-item.flower-1 {
  top: 9.3rem;
  left: calc(50% - 52.9rem);
  transform: translateX(-50%);
  width: 17.2rem;
}
@media screen and (max-width: 750px) {
  .p-section__deco-item.flower-1 {
    top: -2.1rem;
    left: 1.1rem;
    transform: none;
    width: 8.5rem;
  }
}
.p-section__deco-item.flower-2 {
  top: 4.6rem;
  left: calc(50% - 23.6rem);
  transform: translateX(-50%);
  width: 11rem;
}
@media screen and (max-width: 750px) {
  .p-section__deco-item.flower-2 {
    top: -2.4rem;
    left: 3.6rem;
    width: 6.3rem;
  }
}
.p-section__deco-item.flower-3 {
  top: 64.5rem;
  left: -10.3rem;
  width: 27.8rem;
}
.p-section__deco-item.butterfly-1 {
  top: 69.7rem;
  left: 4rem;
  width: 5.3rem;
}
@media screen and (max-width: 750px) {
  .p-section__deco-item.butterfly-1 {
    top: 69.7rem;
    left: 1.9rem;
    width: 2.6rem;
  }
}
.p-section__deco-item.butterfly-2 {
  top: 6.4rem;
  left: 28rem;
  width: 6rem;
}
@media screen and (max-width: 750px) {
  .p-section__deco-item.butterfly-2 {
    top: -5.8rem;
    left: 10.8rem;
    width: 2.9rem;
  }
}
.p-section__deco-item.butterfly-3 {
  bottom: -24.5rem;
  left: 50.5rem;
  width: 6.6rem;
}
@media screen and (max-width: 750px) {
  .p-section__deco-item.butterfly-3 {
    bottom: -11.2rem;
    left: 14.6rem;
    width: 3.3rem;
  }
}
.p-section__deco-item.butterfly-4 {
  bottom: -16.9rem;
  right: 39.3rem;
  width: 6.7rem;
}
@media screen and (max-width: 750px) {
  .p-section__deco-item.butterfly-4 {
    bottom: -7.2rem;
    right: 12rem;
    width: 3.3rem;
  }
}

.p-news {
  position: relative;
  margin-top: 8.1rem;
}
@media screen and (max-width: 750px) {
  .p-news {
    margin-top: 3.5rem;
  }
}
.p-news__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  transform: translateY(1.2rem);
  opacity: 0;
}
.p-section.is-active .p-news__list {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s var(--ease-out-cubic) 0.3s, opacity 0.6s var(--ease-out-cubic) 0.3s;
}
.p-news__list-item {
  width: 30%;
  margin: 0 2.5%;
}
@media screen and (max-width: 750px) {
  .p-news__list-item {
    width: 48%;
    margin: 0 2%;
  }
}
.p-news__list-item:nth-child(3n-2) {
  margin-left: 0;
}
@media screen and (max-width: 750px) {
  .p-news__list-item:nth-child(3n-2) {
    margin-left: 2%;
  }
}
.p-news__list-item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .p-news__list-item:nth-child(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 750px) {
  .p-news__list-item:nth-child(odd) {
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-news__list-item:nth-child(even) {
    margin-right: 0;
  }
}
.p-news__list-item:first-child {
  margin-left: 0;
}
.p-news__list-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .p-news__list-item:nth-child(n+3) {
    margin-top: 4%;
  }
}
.p-news__more {
  position: absolute;
  top: -15.1rem;
  right: 0;
  width: 24rem;
  transform: translateY(1rem);
  opacity: 0;
}
.p-section.is-active .p-news__more {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s var(--ease-out-cubic) 0.6s, opacity 0.6s var(--ease-out-cubic) 0.6s;
}
@media screen and (max-width: 750px) {
  .p-news__more {
    position: relative;
    top: 0;
    margin: 0 auto;
    margin-top: 4.2rem;
  }
}

.p-news_item {
  position: relative;
}
.p-news_item__link {
  display: block;
  position: relative;
  padding-top: 3.3rem;
  padding-bottom: 2.2rem;
  background: var(--color-beige);
  border-top-left-radius: 50rem;
  border-top-right-radius: 50rem;
  text-decoration: none;
  color: var(--color-navy);
}
@media screen and (max-width: 750px) {
  .p-news_item__link {
    padding-top: 2.1rem;
    padding-bottom: 0.9rem;
  }
}
.p-news_item__inner {
  width: 88%;
  margin: 0 auto;
}
.p-news_item__category {
  width: 52%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-news_item__category {
    width: 70%;
  }
}
.p-news_item__category-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.p-news_item__category-list-item {
  box-sizing: content-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0.4rem;
  padding: 0.3rem 0.2rem 0.3rem;
  background: var(--color-white);
  border-radius: 0.5rem;
}
@media screen and (max-width: 750px) {
  .p-news_item__category-list-item {
    margin: 0 0.2rem;
    padding: 0.1rem 0.2rem 0.1rem;
    border-radius: 0.2rem;
  }
}
.p-news_item__category-list-item:nth-child(odd) {
  margin-left: 0;
}
.p-news_item__category-list-item:nth-child(even) {
  margin-right: 0;
}
.p-news_item__category-list-item:first-child {
  margin-left: 0;
}
.p-news_item__category-list-item:last-child {
  margin-right: 0;
}
.p-news_item__category-list-item:nth-child(n+3) {
  margin-top: 0.6rem;
}
@media screen and (max-width: 750px) {
  .p-news_item__category-list-item:nth-child(n+3) {
    margin-top: 0.4rem;
  }
}
.p-news_item__category-list-item .p-in-text {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 5.5rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-news_item__category-list-item .p-in-text {
    min-width: 3rem;
    font-size: 1rem;
    letter-spacing: -0.02em;
  }
}
.p-news_item__date {
  text-align: center;
  font-family: var(--font-eng);
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .p-news_item__date {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.p-news_item__title {
  position: relative;
  width: 93.5%;
  margin: 0 auto;
  margin-top: 0.9rem;
  padding-top: 3.4rem;
  font-size: 1.7rem;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .p-news_item__title {
    margin-top: 0.6rem;
    padding-top: 1.9rem;
    font-size: 1.1rem;
  }
}
.p-news_item__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  padding-top: 6.6666666667%;
  background: url(../img/point_news.png) no-repeat center center/100% auto;
}
.p-news_item__body {
  margin-top: 1.8rem;
}
@media screen and (max-width: 750px) {
  .p-news_item__body {
    margin-top: 0.8rem;
  }
}
.p-news_item__thumbnail {
  position: relative;
  z-index: 0;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-news_item__thumbnail {
    border-radius: 0.5rem;
  }
}
.p-news_item__thumbnail-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: transform 0.6s var(--ease-out-cubic);
}
@media (hover: hover) {
  .p-news_item__link:hover .p-news_item__thumbnail-img {
    transform: scale(1.08);
  }
}

.p-column {
  position: relative;
  margin-top: 10.5rem;
}
@media screen and (max-width: 750px) {
  .p-column {
    margin-top: 5.5rem;
  }
}
.p-column__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  transform: translateY(1.2rem);
  opacity: 0;
}
.p-section.is-active .p-column__list {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s var(--ease-out-cubic) 0.3s, opacity 0.6s var(--ease-out-cubic) 0.3s;
}
@media screen and (max-width: 750px) {
  .p-column__list {
    display: block;
    width: 97%;
    margin: 0 auto;
  }
}
.p-column__list-item {
  width: 47.3%;
}
@media screen and (max-width: 750px) {
  .p-column__list-item {
    width: 100%;
  }
}
.p-column__list-item:nth-child(even) {
  margin-left: 5.4%;
}
@media screen and (max-width: 750px) {
  .p-column__list-item:nth-child(even) {
    margin-left: 0;
  }
}
.p-column__list-item:nth-child(n+3) {
  margin-top: 8.5rem;
}
@media screen and (max-width: 750px) {
  .p-column__list-item:nth-child(n+2) {
    margin-top: 4.2rem;
  }
}
.p-column__more {
  position: absolute;
  top: -17.2rem;
  right: 0;
  width: 24rem;
  transform: translateY(1rem);
  opacity: 0;
}
.p-section.is-active .p-column__more {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s var(--ease-out-cubic) 0.6s, opacity 0.6s var(--ease-out-cubic) 0.6s;
}
@media screen and (max-width: 750px) {
  .p-column__more {
    position: relative;
    top: 0;
    margin: 0 auto;
    margin-top: 3.1rem;
  }
}

.p-column_item {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-column_item__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: var(--color-beige);
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  text-decoration: none;
  color: var(--color-navy);
}
@media screen and (max-width: 750px) {
  .p-column_item__link {
    border-top-right-radius: 0.6rem;
    border-bottom-left-radius: 0.6rem;
    border-bottom-right-radius: 0.6rem;
  }
}
.p-column_item__wrapper {
  position: relative;
}
.p-column_item__inner {
  padding: 2rem;
  padding-bottom: 2.9rem;
}
@media screen and (max-width: 750px) {
  .p-column_item__inner {
    padding: 1.3rem;
    padding-bottom: 1.7rem;
  }
}
.p-column_item__date {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-60%);
  width: 14rem;
  height: 4.2rem;
  background: var(--color-beige);
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  text-align: center;
  font-family: var(--font-eng);
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .p-column_item__date {
    width: 9.5rem;
    height: 2.7rem;
    border-top-left-radius: 0.6rem;
    border-top-right-radius: 0.6rem;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
  }
}
.p-column_item__date::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.4rem;
  right: 0;
  z-index: 1;
  transform: translateX(95%);
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/column_corner.svg) no-repeat center center/auto 100%;
}
@media screen and (max-width: 750px) {
  .p-column_item__date::before {
    top: 0.7rem;
    width: 1rem;
    height: 1rem;
  }
}
.p-column_item__thumbnail {
  position: relative;
  z-index: 0;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-column_item__thumbnail {
    border-radius: 0.4rem;
  }
}
.p-column_item__thumbnail-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: transform 0.6s var(--ease-out-cubic);
}
@media (hover: hover) {
  .p-column_item__link:hover .p-column_item__thumbnail-img {
    transform: scale(1.08);
  }
}
.p-column_item__title {
  margin-top: 2.2rem;
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  .p-column_item__title {
    margin-top: 1.5rem;
    font-size: 1.2rem;
  }
}

.p-more__link {
  display: block;
  position: relative;
  width: 100%;
  text-decoration: none;
  color: var(--color-navy);
}
.p-more__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -1.4rem;
  width: 6rem;
  height: 100%;
  background: url(../img/btn_point_pc.png) no-repeat center center/100% auto;
}
@media screen and (max-width: 750px) {
  .p-more__link::after {
    right: -1.6rem;
    background-image: url(../img/btn_point_sp.png);
  }
}
.p-more__link:hover::after {
  animation: BtnHover 0.8s var(--ease-out-cubic);
}

.p-more__bg {
  position: relative;
}
.p-more__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 750px) {
  .p-more__text {
    font-size: 1.3rem;
  }
}

.p-footer {
  position: relative;
  background: var(--color-beige);
}
.p-footer__inner {
  position: relative;
  width: 91rem;
  margin: 0 auto;
  padding-top: 7.9rem;
  padding-bottom: 8.8rem;
}
@media screen and (max-width: 750px) {
  .p-footer__inner {
    width: 33.5rem;
    padding-top: 4.9rem;
    padding-bottom: 14.9rem;
  }
}
.p-footer__share {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .p-footer__share {
    margin-right: 0.3rem;
  }
}
.p-footer__share-label {
  font-family: var(--font-eng);
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 750px) {
  .p-footer__share-label {
    font-size: 1.3rem;
  }
}
.p-footer__share-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 2.8rem;
}
@media screen and (max-width: 750px) {
  .p-footer__share-list {
    margin-left: 2.3rem;
  }
}
.p-footer__share-list-item {
  width: 2rem;
}
@media screen and (max-width: 750px) {
  .p-footer__share-list-item {
    width: 1.6rem;
  }
}
.p-footer__share-list-item:nth-child(n+2) {
  margin-left: 2.9rem;
}
@media screen and (max-width: 750px) {
  .p-footer__share-list-item:nth-child(n+2) {
    margin-left: 2.2rem;
  }
}
.p-footer__share-link {
  display: block;
  position: relative;
  transition: transform 0.6s var(--ease-out-cubic);
}
@media (hover: hover) {
  .p-footer__share-link:hover {
    transform: scale(1.1);
  }
}
.p-footer__official {
  position: relative;
  margin-top: 6.1rem;
}
@media screen and (max-width: 750px) {
  .p-footer__official {
    margin-top: 3rem;
  }
}
.p-footer__official-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-footer__official-list-item {
  width: 31.9%;
}
@media screen and (max-width: 750px) {
  .p-footer__official-list-item {
    width: 48%;
  }
}
.p-footer__official-list-item:nth-child(3n-1) {
  margin: 0 2.15%;
}
@media screen and (max-width: 750px) {
  .p-footer__official-list-item:nth-child(3n-1) {
    margin: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-footer__official-list-item:nth-child(odd) {
    margin: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-footer__official-list-item:nth-child(even) {
    margin: 0;
    margin-left: 4%;
  }
}
@media screen and (max-width: 750px) {
  .p-footer__official-list-item:nth-child(n+3) {
    margin-top: 3%;
  }
}
.p-footer__official-link {
  display: block;
  transition: transform 0.6s var(--ease-out-cubic);
}
@media (hover: hover) {
  .p-footer__official-link:hover {
    transform: scale(1.05);
  }
}
.p-footer__help {
  margin-top: 4.9rem;
}
@media screen and (max-width: 750px) {
  .p-footer__help {
    margin-top: 3.1rem;
  }
}
.p-footer__help-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.6rem;
}
@media screen and (max-width: 750px) {
  .p-footer__help-list {
    margin-left: 1.1rem;
  }
}
.p-footer__help-list-item {
  margin: 0 1.6rem;
}
@media screen and (max-width: 750px) {
  .p-footer__help-list-item {
    margin: 0 1rem;
  }
}
.p-footer__help-link {
  display: block;
  position: relative;
  box-sizing: content-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 2.4rem;
  text-decoration: none;
  color: var(--color-navy);
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  transform-origin: left center;
  transition: transform 0.6s var(--ease-out-cubic);
}
@media screen and (max-width: 750px) {
  .p-footer__help-link {
    padding-left: 1.6rem;
    font-size: 1rem;
    letter-spacing: 0.15em;
  }
}
@media (hover: hover) {
  .p-footer__help-link:hover {
    transform: scale(1.05);
  }
}
.p-footer__help-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/arrow_s.png) no-repeat center center/100% auto;
}
@media screen and (max-width: 750px) {
  .p-footer__help-link::before {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.p-footer__rule {
  margin-top: 3.6rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (max-width: 750px) {
  .p-footer__rule {
    margin-top: 2.5rem;
    font-size: 0.9rem;
    line-height: 1.8;
  }
}
.p-footer__copyright {
  width: 52rem;
  margin: 0 auto;
  margin-top: 4.7rem;
}
@media screen and (max-width: 750px) {
  .p-footer__copyright {
    width: 26rem;
    margin-top: 3.6rem;
  }
}
.p-footer__pagetop {
  position: absolute;
  bottom: 5rem;
  right: 5rem;
  width: 10.6rem;
}
@media screen and (max-width: 750px) {
  .p-footer__pagetop {
    bottom: 3.1rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 8rem;
    margin: 0 auto;
  }
}
.p-footer__pagetop-link {
  display: block;
  transition: transform 0.6s var(--ease-out-cubic);
}
@media (hover: hover) {
  .p-footer__pagetop-link:hover {
    transform: scale(1.05);
  }
}
.p-footer__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-footer__deco-item {
  position: absolute;
}
.p-footer__deco-item.animal-1 {
  top: -18.5rem;
  left: 8rem;
  width: 14rem;
}
@media screen and (max-width: 750px) {
  .p-footer__deco-item.animal-1 {
    top: -9.3rem;
    left: 1rem;
    width: 7rem;
  }
}
.p-footer__deco-item.animal-2 {
  top: -5.3rem;
  left: 22.9rem;
  width: 8.9rem;
}
@media screen and (max-width: 750px) {
  .p-footer__deco-item.animal-2 {
    top: -2.7rem;
    left: 8.5rem;
    width: 4.5rem;
  }
}
.p-footer__deco-item.animal-3 {
  top: -20.5rem;
  right: 8.1rem;
  width: 17.5rem;
}
@media screen and (max-width: 750px) {
  .p-footer__deco-item.animal-3 {
    top: -10.1rem;
    right: 0.8rem;
    width: 8.6rem;
  }
}
.p-footer__deco-item.flower-1 {
  bottom: -2rem;
  left: 5.2rem;
  width: 13.4rem;
}
@media screen and (max-width: 750px) {
  .p-footer__deco-item.flower-1 {
    bottom: -1.6rem;
    left: 2.5rem;
    width: 6.8rem;
  }
}

.p-nav {
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 58.5rem;
}
.p-nav__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-0.8rem);
  opacity: 0;
}
.on-load .p-nav__inner {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s var(--ease-out-cubic) 1.4s, opacity 0.6s var(--ease-out-cubic) 1.4s;
}
.p-nav__page-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-nav__page-list-item:nth-child(n+2) {
  margin-left: 2.7rem;
}
.p-nav__page-link {
  display: block;
  text-decoration: none;
  color: var(--color-navy);
  font-family: var(--font-eng);
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0.06em;
  transition: transform 0.6s var(--ease-out-cubic);
}
@media (hover: hover) {
  .p-nav__page-link:hover {
    transform: scale(1.08);
  }
}
.p-nav__official {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 3.1rem;
}
.p-nav__official::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 1.5rem;
  background: url(../img/line_menu_pc.png) repeat-y center center/100% auto;
}
.p-nav__official-site-link {
  display: block;
  text-decoration: none;
  color: var(--color-navy);
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.09em;
  transition: transform 0.6s var(--ease-out-cubic);
}
@media (hover: hover) {
  .p-nav__official-site-link:hover {
    transform: scale(1.08);
  }
}
.p-nav__official-sns {
  width: 1.8rem;
  margin-left: 2.9rem;
}
.p-nav__official-sns-link {
  display: block;
  transition: transform 0.6s var(--ease-out-cubic);
}
@media (hover: hover) {
  .p-nav__official-sns-link:hover {
    transform: scale(1.08);
  }
}

.p-nav_scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../img/bg_beige.png) repeat top center/auto auto;
  transform: translateY(-1.2rem);
  opacity: 0;
  transition: transform 1s var(--ease-out-cubic), opacity 0.6s var(--ease-out-cubic);
}
.scroll-nav-active .p-nav_scroll {
  transform: translateY(0);
  opacity: 1;
}
.p-nav_scroll__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 58.5rem;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 1.9rem;
}
.p-nav_scroll__page-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-nav_scroll__page-list-item:nth-child(n+2) {
  margin-left: 2.7rem;
}
.p-nav_scroll__page-link {
  display: block;
  text-decoration: none;
  color: var(--color-navy);
  font-family: var(--font-eng);
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0.06em;
  transition: transform 0.6s var(--ease-out-cubic);
}
@media (hover: hover) {
  .p-nav_scroll__page-link:hover {
    transform: scale(1.08);
  }
}
.p-nav_scroll__official {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 3.1rem;
}
.p-nav_scroll__official::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 1.5rem;
  background: url(../img/line_menu_pc.png) repeat-y center center/100% auto;
}
.p-nav_scroll__official-site-link {
  display: block;
  text-decoration: none;
  color: var(--color-navy);
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.09em;
  transition: transform 0.6s var(--ease-out-cubic);
}
@media (hover: hover) {
  .p-nav_scroll__official-site-link:hover {
    transform: scale(1.08);
  }
}
.p-nav_scroll__official-sns {
  width: 1.8rem;
  margin-left: 2.9rem;
}
.p-nav_scroll__official-sns-link {
  display: block;
  transition: transform 0.6s var(--ease-out-cubic);
}
@media (hover: hover) {
  .p-nav_scroll__official-sns-link:hover {
    transform: scale(1.08);
  }
}

.p-ham {
  position: fixed;
  top: 1.1rem;
  left: 50%;
  transform: translate(-50%, -0.8rem);
  width: 10.6rem;
  height: 3rem;
  background: var(--color-beige);
  border-radius: 3rem;
  opacity: 0;
}
.on-load .p-ham {
  transform: translate(-50%, 0);
  opacity: 1;
  transition: transform 1s var(--ease-out-cubic) 1.4s, opacity 0.6s var(--ease-out-cubic) 1.4s;
}
.p-ham__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48%;
}
.p-ham__icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(calc(-50% - 0.6rem));
  width: 100%;
  height: 1px;
  background: var(--color-navy);
  transition: transform 0.6s var(--ease-out-cubic);
}
.menu-open .p-ham__icon::before {
  transform: translateY(-50%) rotate(-15deg);
}
.p-ham__icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(calc(-50% + 0.6rem));
  width: 100%;
  height: 1px;
  background: var(--color-navy);
  transition: transform 0.6s var(--ease-out-cubic);
}
.menu-open .p-ham__icon::after {
  transform: translateY(-50%) rotate(15deg);
}
.p-ham__icon span {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: var(--color-navy);
  transition: opacity 0.6s var(--ease-out-cubic);
}
.menu-open .p-ham__icon span {
  opacity: 0;
}

.p-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_blue.png) repeat top center/auto auto;
  opacity: 0;
  transition: opacity 0.7s var(--ease-out-cubic);
  pointer-events: none;
}
.menu-open .p-menu {
  opacity: 1;
  pointer-events: auto;
}
.p-menu__wrapper {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.p-menu__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 100%;
  padding-top: 18rem;
  padding-bottom: 18rem;
}
.p-menu__content {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.p-menu__page-list-item:nth-child(n+2) {
  margin-top: 2.4rem;
}
.p-menu__page-link {
  display: block;
  box-sizing: content-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
  color: var(--color-navy);
  font-family: var(--font-eng);
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-menu__official {
  position: relative;
  margin-top: 2.6rem;
  padding-top: 2.3rem;
}
.p-menu__official::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  height: 1px;
  background: url(../img/line_menu_sp.png) repeat-x center center/auto 100%;
}
.p-menu__official-site {
  text-align: center;
}
.p-menu__official-site-link {
  text-decoration: none;
  color: var(--color-navy);
  font-family: var(--font-eng);
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
.p-menu__official-sns {
  margin-top: 1.5rem;
}
.p-menu__official-sns-link {
  display: block;
  width: 2rem;
  margin: 0 auto;
}
.p-menu__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(1.03);
  transition: transform 0s var(--ease-out-sine) 0.7s;
}
.menu-open .p-menu__deco {
  transform: scale(1);
  transition-duration: 2s;
  transition-delay: 0s;
}
.p-menu__deco-item {
  position: absolute;
}
.p-menu__deco-item.flower-1 {
  bottom: 0;
  left: 0;
  width: 15.5rem;
}
.p-menu__deco-item.flower-2 {
  bottom: 0;
  right: 0;
  width: 15.5rem;
}
.p-menu__deco-item.butterfly-1 {
  top: 10.2rem;
  left: 3.1rem;
  width: 2.8rem;
}
.p-menu__deco-item.butterfly-2 {
  top: 3.5rem;
  right: 5.4rem;
  width: 3.5rem;
}
.p-menu__deco-item.butterfly-3 {
  bottom: 8.8rem;
  right: 13.6rem;
  width: 3rem;
}
.p-menu__deco-item.animal-1 {
  bottom: -1rem;
  left: 44.8%;
  transform: translateX(-50%);
  width: 6.8rem;
}