@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

.button {
  display: inline-block;
  padding: 10px 30px 12px;
  font-size: 22px;
  letter-spacing: 0.1rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #BB559F;
  border: 2px solid #BB559F;
  border-radius: 20px;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}
.button:hover {
  background-color: #fff;
  color: #BB559F;
}
@media (max-width: 767px) {
  .button {
    font-size: 18px;
    padding: 8px 20px 10px;
  }
}

.button--white {
  background-color: #fff;
  border: 2px solid #BB559F;
  color: #BB559F;
}
.button--white:hover {
  background-color: #BB559F;
  color: #fff;
}

body {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
  color: rgb(90, 90, 90);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.body--no-scroll {
  overflow: hidden;
}

.copy-ok {
  user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  pointer-events: auto;
}

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

.bold {
  font-weight: 700;
}

.inner {
  max-width: 900px;
  padding-top: 80px;
  padding-bottom: 80px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner {
    padding-top: 0;
    padding-bottom: 50px;
  }
}

section {
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .hidden-tab {
    display: none;
  }
}

@media (min-width: 1280px) {
  .hidden-pc {
    display: none;
  }
}

*:focus {
  outline: none;
}

*:focus-visible {
  outline: 2px solid #0f8dba;
  outline-offset: 2px;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffaf5), to(#ffebce));
  background: linear-gradient(to bottom, #fffaf5 0%, #ffebce 100%);
  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;
  z-index: 9999;
}

.loading__inner {
  position: relative;
  width: 300px;
  height: 300px;
  text-align: center;
}

.cloud-orbit {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -20px 0 0 -20px;
  -webkit-animation: orbit 4s linear infinite;
          animation: orbit 4s linear infinite;
  -webkit-transform-origin: 80px 80px;
          transform-origin: 80px 80px;
}
.cloud-orbit .cloud-orbit {
  -webkit-animation: orbit 6s linear infinite, rise 0.8s ease-out forwards;
          animation: orbit 6s linear infinite, rise 0.8s ease-out forwards;
  opacity: 0;
}

.cloud-orbit img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@-webkit-keyframes orbit {
  0% {
    -webkit-transform: rotate(180deg) translateX(80px) rotate(-180deg);
            transform: rotate(180deg) translateX(80px) rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(540deg) translateX(80px) rotate(-540deg);
            transform: rotate(540deg) translateX(80px) rotate(-540deg);
  }
}

@keyframes orbit {
  0% {
    -webkit-transform: rotate(180deg) translateX(80px) rotate(-180deg);
            transform: rotate(180deg) translateX(80px) rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(540deg) translateX(80px) rotate(-540deg);
            transform: rotate(540deg) translateX(80px) rotate(-540deg);
  }
}
#loading p {
  margin-top: 160px;
  font-size: 1.3rem;
  font-weight: 700;
  color: rgb(90, 90, 90);
  font-family: "Zen Maru Gothic", serif;
}

.section-titleWrap {
  text-align: center;
}

.section-title {
  position: relative;
  font-size: 28px;
  display: inline-block;
  min-width: 105px;
  color: rgb(90, 90, 90);
  letter-spacing: 0.007rem;
  padding-bottom: 10px;
  font-weight: 700;
  text-align: center;
}
.section-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/title-underLine--beige.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 23px;
    padding-bottom: 10px;
  }
}

.section-title--purple::after {
  background: url(../img/title-underLine--purple.svg) no-repeat center center/contain;
}

.decoWave {
  position: relative;
  z-index: 500;
}
.decoWave::before {
  content: "";
  position: absolute;
  width: 100%;
  height: inherit;
}

.fade-in {
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
}

.fade-in.show {
  opacity: 1;
}

.fade-up {
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.fade-up.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* 右寄せ */
.events-item--mar.fade-up,
.events-item--sep.fade-up {
  -webkit-transform: translateX(0) translateY(3%);
          transform: translateX(0) translateY(3%);
}

.events-item--mar.fade-up.show,
.events-item--sep.fade-up.show {
  opacity: 1;
  -webkit-transform: translateX(17%) translateY(0);
          transform: translateX(17%) translateY(0);
}

/* 左寄せ */
.events-item--july.fade-up,
.events-item--nov.fade-up {
  -webkit-transform: translateX(0) translateY(3%);
          transform: translateX(0) translateY(3%);
}

.events-item--july.fade-up.show,
.events-item--nov.fade-up.show {
  opacity: 1;
  -webkit-transform: translateX(-17%) translateY(0);
          transform: translateX(-17%) translateY(0);
}

@media (min-width: 768px) and (max-width: 1279px) {
  .events-item--mar.fade-up,
.events-item--sep.fade-up,
.events-item--july.fade-up,
.events-item--nov.fade-up {
    -webkit-transform: translateX(0) translateY(3%);
            transform: translateX(0) translateY(3%);
  }
  .events-item--mar.fade-up.show,
.events-item--sep.fade-up.show,
.events-item--july.fade-up.show,
.events-item--nov.fade-up.show {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@media (max-width: 767px) {
  .events-item--mar.fade-up,
.events-item--sep.fade-up,
.events-item--july.fade-up,
.events-item--nov.fade-up {
    -webkit-transform: translateX(0) translateY(3%);
            transform: translateX(0) translateY(3%);
  }
  .events-item--mar.fade-up.show,
.events-item--sep.fade-up.show,
.events-item--july.fade-up.show,
.events-item--nov.fade-up.show {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
/*==========================================================
# header 
===========================================================*/
.header {
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 800;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 15px 30px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .header__inner {
    padding: 6px 25px 14px;
  }
}
@media (max-width: 767px) {
  .header__inner {
    padding: 3px 20px 9px;
  }
}

.header-logo {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header-logo a {
  display: block;
  font-weight: 900;
}
.header-logo:hover {
  color: #BB559F;
}

.header-logo__sub {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header-logo__sub {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .header-logo__sub {
    font-size: 12px;
  }
}

.header-logo__sub--left {
  position: relative;
  padding-left: 35px;
}
.header-logo__sub--left::before {
  position: absolute;
  content: "";
  opacity: 0.7;
  width: 25px;
  height: 25px;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/monsyou.png) no-repeat center center/contain;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header-logo__sub--left {
    padding-left: 30px;
  }
  .header-logo__sub--left::before {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 767px) {
  .header-logo__sub--left {
    padding-left: 25px;
  }
  .header-logo__sub--left::before {
    width: 20px;
    height: 20px;
  }
}

.header-logo__sub--right {
  margin-left: 8px;
}
@media (max-width: 767px) {
  .header-logo__sub--right {
    margin-left: 4px;
  }
}

.header-logo__main {
  display: block;
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header-logo__main {
    font-size: 47px;
  }
}
@media (max-width: 767px) {
  .header-logo__main {
    font-size: 38px;
  }
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .header-nav {
    gap: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-nav {
    display: none;
  }
}

.header-nav__link {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header-nav__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #BB559F;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.header-nav__link:hover {
  color: #BB559F;
}
.header-nav__link:hover::after {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .header-nav__link {
    font-size: 20px;
  }
}

.is-fixed {
  overflow: hidden;
}

.drawer-icon {
  display: none;
  position: fixed;
  right: 30px;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .drawer-icon {
    display: block;
    top: 40px;
  }
}
@media (max-width: 767px) {
  .drawer-icon {
    display: block;
    top: 25px;
  }
}

.drawer-icon__bars {
  position: relative;
  width: 35px;
  height: 28px;
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  background: rgb(90, 90, 90);
  border-radius: 30px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.drawer-icon__bar1 {
  top: 0;
}
.drawer-icon__bar1.is-active {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
}

.drawer-icon__bar2 {
  top: 12px;
}
.drawer-icon__bar2.is-active {
  background: transparent;
}

.drawer-icon__bar3 {
  top: 24px;
}
.drawer-icon__bar3.is-active {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
}

.drawer-content {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 150px 0 40px;
  background: #fff;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(77, 77, 77, 0.35);
          box-shadow: 0px 5px 15px 0px rgba(77, 77, 77, 0.35);
  z-index: 700;
}
.drawer-content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .drawer-content {
    display: block;
  }
}
@media (max-width: 767px) {
  .drawer-content {
    display: block;
  }
}

.drawer-nav {
  max-width: 60%;
  margin: 0 auto;
  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;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .drawer-nav {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .drawer-nav {
    gap: 35px;
  }
}

.drawer-nav__link {
  cursor: pointer;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .drawer-nav__link {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .drawer-nav__link {
    font-size: 18px;
  }
}

/*==========================================================
# mainvisual
===========================================================*/
.mainvisual {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .mainvisual {
    padding-top: 85px;
  }
}

.mainvisual img {
  width: 100%;
}

.mainvisual__link1,
.mainvisual__link2 {
  display: block;
  position: absolute;
  width: 14%;
  height: 24%;
  background: url(../img/round.svg) no-repeat center center/contain;
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  cursor: pointer;
}
.mainvisual__link1:hover,
.mainvisual__link2:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .mainvisual__link1,
.mainvisual__link2 {
    width: 30%;
    height: 18%;
  }
}

.mainvisual__link1 {
  bottom: 29%;
  left: 21%;
}
@media (max-width: 767px) {
  .mainvisual__link1 {
    bottom: 21%;
    left: 28%;
  }
}

/*==========================================================
# entries
===========================================================*/
.news {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .news {
    margin-top: 40px;
  }
}

.news__inner {
  padding-bottom: 140px;
}
@media (max-width: 767px) {
  .news__inner {
    padding-bottom: 75px;
  }
}

.news__contentsWrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 150px 160px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F9F5F2), color-stop(30%, rgba(213, 165, 210, 0.3)), color-stop(70%, rgba(213, 165, 210, 0.15)), color-stop(90%, rgba(213, 165, 210, 0.3)), to(#F9F5F2));
  background: linear-gradient(to bottom, #F9F5F2 0%, rgba(213, 165, 210, 0.3) 30%, rgba(213, 165, 210, 0.15) 70%, rgba(213, 165, 210, 0.3) 90%, #F9F5F2 100%);
  border-radius: 75% 96% 81% 88%/100% 67% 100% 74%;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .news__contentsWrap {
    padding: 90px 80px 160px;
  }
}
@media (max-width: 767px) {
  .news__contentsWrap {
    padding: 43px 20px 53px;
    border-radius: 100% 79% 100% 40%/69% 100% 37% 56%;
  }
}

.entries {
  margin-top: 50px;
  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: 50px;
}
@media (max-width: 767px) {
  .entries {
    margin-top: 15px;
    row-gap: 10px;
  }
}

.entry-item {
  display: inline-block;
}

.entry-item__meta {
  position: relative;
  display: inline-block;
}

.entry-item__meta-published {
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 767px) {
  .entry-item__meta-published {
    width: 100%;
    font-size: 14px;
  }
}

.entry-item__title {
  font-size: 18px;
  font-weight: 700;
  padding: 7px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .entry-item__title {
    font-size: 16px;
  }
}

.decoIcon-orange {
  position: relative;
  z-index: 600;
}
.decoIcon-orange::before {
  position: absolute;
  content: "";
  left: 300px;
  top: -45px;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
  opacity: 0.9;
  width: 70px;
  height: 70px;
  background: url(../img/mikan.svg) no-repeat center center/contain;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.decoIcon-orange:hover::before {
  -webkit-transform: rotate(22deg);
          transform: rotate(22deg);
}
@media (min-width: 768px) and (max-width: 1279px) {
  .decoIcon-orange::before {
    left: 110px;
  }
}
@media (max-width: 767px) {
  .decoIcon-orange::before {
    left: 40px;
    top: -24px;
    width: 40px;
    height: 40px;
  }
}

/*==========================================================
# message
===========================================================*/
.decoWave--message {
  height: 70px;
}
.decoWave--message::before {
  background: url(../img/wave1-beige.svg) repeat-x bottom center/auto 100%;
  top: 3px;
  left: 0;
}
@media (max-width: 767px) {
  .decoWave--message {
    height: 50px;
  }
}

.message {
  background: -webkit-gradient(linear, left top, left bottom, from(#F9F5F2), color-stop(10%, rgba(250, 245, 220, 0.15)), color-stop(30%, rgba(240, 230, 190, 0.3)), color-stop(60%, rgba(230, 220, 200, 0.45)), to(#F9F5F2));
  background: linear-gradient(to bottom, #F9F5F2 0%, rgba(250, 245, 220, 0.15) 10%, rgba(240, 230, 190, 0.3) 30%, rgba(230, 220, 200, 0.45) 60%, #F9F5F2 100%);
}

.message__inner {
  padding: 30px 0 50px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .message__inner {
    padding-top: 0;
  }
}

.message-wrap {
  margin-top: 40px;
  width: 100%;
  padding: 90px 100px 100px 158px;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 45% 100% 78% 55%/53% 56% 82% 79%;
  background-color: #fff;
  -webkit-box-shadow: 0px -4px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px -4px 30px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) and (max-width: 1279px) {
  .message-wrap {
    margin: 30px auto 0;
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 50px;
    padding: 40px 20px 40px;
    border-radius: 30px;
  }
}
@media (max-width: 767px) {
  .message-wrap {
    margin: 30px auto 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 50px;
    padding: 40px 15px 40px;
    border-radius: 30px;
    line-height: 1.7;
  }
}

.message-wrap__left {
  width: 60%;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .message-wrap__left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .message-wrap__left {
    width: 100%;
  }
}

.message__textTop,
.message__textMiddle {
  font-size: 18px;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .message__textTop,
.message__textMiddle {
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .message__textTop,
.message__textMiddle {
    font-size: 16px;
    text-align: center;
  }
}

.message__textMiddle {
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .message__textMiddle {
    max-width: 460px;
    width: 100%;
    margin: 50px auto 0;
    font-size: 16px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .message__textMiddle {
    max-width: 460px;
    width: 100%;
    margin: 50px auto 0;
    font-size: 16px;
    text-align: left;
  }
}

.message__textBottom {
  margin-top: 30px;
  font-size: 18px;
  text-align: right;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .message__textBottom {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .message__textBottom {
    font-size: 16px;
  }
}

.message-wrap__right {
  width: 40%;
  height: 400px;
  padding: 70px 0;
  background-color: rgb(230, 219, 219);
  border-radius: 100%;
  overflow: hidden;
  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;
  padding: 0;
}
.message-wrap__right img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 20px center;
     object-position: 20px center;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media (min-width: 768px) and (max-width: 1279px) {
  .message-wrap__right {
    width: 50%;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .message-wrap__right {
    width: 80%;
    height: 250px;
  }
}

/*==========================================================
# top-about
===========================================================*/
.decoWave--top-about {
  height: 90px;
}
.decoWave--top-about::before {
  background: url(../img/wave1-beige.svg) repeat-x bottom center/auto 100%;
  top: -2px;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 767px) {
  .decoWave--top-about {
    height: 50px;
  }
}

.decoIcon-top-about {
  position: relative;
  z-index: 600;
}
.decoIcon-top-about::before {
  position: absolute;
  content: "";
  width: 140px;
  height: 140px;
  right: calc(50% - 350px);
  top: -80px;
  background: url(../img/small-umeboshi.svg) no-repeat center center/contain;
  opacity: 0.9;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.decoIcon-top-about:hover::before {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
@media (max-width: 767px) {
  .decoIcon-top-about::before {
    width: 90px;
    height: 90px;
    right: 30px;
    top: -53px;
  }
}

.top-about__inner {
  max-width: 900px;
  padding-top: 40px;
  padding-bottom: 80px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-about__inner {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.section-titleWrap--top-about {
  text-align: left;
}

.top-about__contents {
  position: relative;
}
.top-about__contents::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10%;
  width: 410px;
  height: 320px;
  background: url(../img/about-raikouji.png) no-repeat center center/contain;
  opacity: 0.7;
  border-radius: 20px;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .top-about__contents::before {
    bottom: 30%;
  }
}
@media (max-width: 767px) {
  .top-about__contents::before {
    width: 310px;
    height: 245px;
    bottom: 30%;
  }
}
@media (max-width: 600px) {
  .top-about__contents::before {
    width: 292px;
    height: 230px;
    bottom: 43%;
    left: 0;
  }
}

.top-about-block {
  padding: 30px 10px;
}

.top-about-block:nth-child(2) {
  margin-left: 230px;
}
@media (max-width: 600px) {
  .top-about-block:nth-child(2) {
    margin-left: 0px;
  }
}

.top-about-block__title {
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 767px) {
  .top-about-block__title {
    font-size: 18px;
  }
}

.top-about-block__text {
  margin-top: 30px;
  font-size: 18px;
}
@media (max-width: 600px) {
  .top-about-block__text {
    font-size: 16px;
  }
  .top-about-block__text + .top-about-block__text {
    margin-top: 290px;
  }
}

.top-about-block__btnWrap {
  margin-top: 50px;
  text-align: left;
}
@media (max-width: 767px) {
  .top-about-block__btnWrap {
    margin-top: 10px;
  }
}

/*==========================================================
# top-gallery
===========================================================*/
.top-gallery__firstViewWrap {
  position: relative;
  width: 100%;
}

.top-gallery__firstView {
  opacity: 70%;
}

.swiper-slide.full__swiper-slide {
  width: 100%;
  height: auto;
  max-height: 1500px;
  position: relative;
  overflow: hidden;
}
.swiper-slide.full__swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.decoWaveTop--top-gallery {
  height: 30px;
}
.decoWaveTop--top-gallery::before {
  background: url(../img/wave1-white.svg) repeat-x bottom center/auto 100%;
  top: 15px;
  left: 0;
}
@media (max-width: 767px) {
  .decoWaveTop--top-gallery {
    height: 20px;
  }
}

.decoWaveBottom--top-gallery {
  height: 30px;
  background-color: #F9F5F2;
}
.decoWaveBottom--top-gallery::before {
  background: url(../img/wave1-beige.svg) repeat-x bottom left/auto 103%;
  bottom: 15px;
  left: 0;
}

.top-gallery {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#F9F5F2), color-stop(10%, rgba(250, 245, 220, 0.15)), color-stop(30%, rgba(240, 230, 190, 0.3)), color-stop(60%, rgba(230, 220, 200, 0.45)), to(#F9F5F2));
  background: linear-gradient(to bottom, #F9F5F2 0%, rgba(250, 245, 220, 0.15) 10%, rgba(240, 230, 190, 0.3) 30%, rgba(230, 220, 200, 0.45) 60%, #F9F5F2 100%);
  padding-left: 0;
  padding-right: 0;
}

.top-gallery__inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .top-gallery__inner {
    padding-top: 10px;
  }
}

.top-gallery__text {
  position: relative;
  max-width: 1500px;
  font-size: 18px;
  margin: 30px auto 0;
  text-align: center;
  z-index: 100;
}
@media (max-width: 767px) {
  .top-gallery__text {
    font-size: 16px;
    padding: 0 15px;
  }
}

.top-gallery__decoLine-top,
.top-gallery__decoLine-bottom {
  position: absolute;
  font-size: 200px;
  opacity: 0.7;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-family: "Kalam", cursive;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .top-gallery__decoLine-top,
.top-gallery__decoLine-bottom {
    font-size: 130px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .top-gallery__decoLine-top,
.top-gallery__decoLine-bottom {
    font-size: 80px;
    letter-spacing: 0em;
  }
}

.top-gallery__decoLine-top {
  top: calc(50% - 175px);
  left: 0;
}
@media (max-width: 767px) {
  .top-gallery__decoLine-top {
    top: 360px;
  }
}

.top-gallery__decoLine-bottom {
  bottom: 10px;
  right: 0;
}
@media (max-width: 767px) {
  .top-gallery__decoLine-bottom {
    bottom: 135px;
  }
}

.top-gallery__contents {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 100;
}

.top-gallery__btnWrap {
  position: relative;
  margin-top: 35px;
  text-align: center;
  cursor: pointer;
  z-index: 100;
}

/* ================================
  top-gallery / swiper
=============================== */
.card {
  padding-top: 5px;
  padding-bottom: 5px;
}

.card__inner {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

.card__swiper {
  padding-top: 30px;
  padding-bottom: 30px;
}

.card__swiper-slide {
  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;
  background: #D9B382;
  border-radius: 45%;
  width: 355px;
  height: 355px;
  opacity: 0.65;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.card__swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 45%;
  display: block;
}
.card__swiper-slide:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 767px) {
  .card__swiper-slide {
    width: 250px;
    height: 250px;
  }
}

.card__swiper-container,
.card__swiper,
.card__swiper-wrapper,
.card__swiper-slide {
  position: relative;
}

/* 位置のreset */
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

/* デフォルトのボタンを初期化 */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: ""; /* デフォルトのものを初期化 */
}

/* 各ボタンのカスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  top: 50%;
  translate: 0 -50%;
  width: 40px;
  height: 40px;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
}

.swiper-button-prev {
  left: -20px;
}

.swiper-button-next {
  right: -20px;
}

/* 位置の設定 (枠組み) */
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: calc(100% + 29px);
}

/* それぞれのページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #d9d9d9;
  margin-inline: 5.5px;
}

/* activeな部分 */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #000;
}

.deco-bottom--gallery {
  background-color: rgba(222, 222, 209, 0.56);
  bottom: -1px;
}

/*==========================================================
# top-events
===========================================================*/
.top-events {
  background: -webkit-gradient(linear, left top, right top, from(rgba(210, 208, 190, 0.05)), color-stop(5%, rgba(210, 208, 190, 0.15)), color-stop(40%, rgba(210, 208, 190, 0.5)), color-stop(60%, rgba(210, 208, 190, 0.6)), color-stop(85%, rgba(210, 208, 190, 0.3)), to(rgba(210, 208, 190, 0.1)));
  background: linear-gradient(to right, rgba(210, 208, 190, 0.05) 0%, rgba(210, 208, 190, 0.15) 5%, rgba(210, 208, 190, 0.5) 40%, rgba(210, 208, 190, 0.6) 60%, rgba(210, 208, 190, 0.3) 85%, rgba(210, 208, 190, 0.1) 100%);
}

.top-events__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 110px;
  z-index: 200;
}
@media (max-width: 767px) {
  .top-events__inner {
    padding-bottom: 60px;
  }
}

.decoWave--top-events {
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 40px;
}
.decoWave--top-events::before {
  background: url(../img/wave1-beige.svg) repeat-x bottom right/auto 103%;
  bottom: 10px;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 767px) {
  .decoWave--top-events {
    height: 20px;
  }
}

.top-events__contents {
  position: relative;
  margin-top: 50px;
  padding: 50px 60px;
  border-radius: 30px;
  background-color: #fff;
  font-size: 18px;
}
@media (max-width: 767px) {
  .top-events__contents {
    padding: 30px 15px;
    font-size: 16px;
  }
}

.top-events__contents-bg {
  position: absolute;
  opacity: 0.3;
  width: 50%;
  z-index: 100;
}
@media (max-width: 767px) {
  .top-events__contents-bg {
    width: 80%;
    max-width: 300px;
  }
}

.top-events__contents-bg1 img,
.top-events__contents-bg3 img {
  border-radius: 10px 0 0 10px;
}

.top-events__contents-bg2 img,
.top-events__contents-bg4 img {
  border-radius: 0 10px 10px 0;
}

.top-events__contents-bg1 {
  top: 13%;
  right: 0;
}
@media (max-width: 767px) {
  .top-events__contents-bg1 {
    top: 20%;
  }
}

.top-events__contents-bg2 {
  top: 35%;
  left: 0;
}
@media (max-width: 767px) {
  .top-events__contents-bg2 {
    top: 42%;
  }
}

.top-events__contents-bg3 {
  bottom: 30%;
  right: 0;
}
@media (max-width: 767px) {
  .top-events__contents-bg3 {
    bottom: 26%;
  }
}

.top-events__contents-bg4 {
  bottom: 8%;
  left: 0;
}
@media (max-width: 767px) {
  .top-events__contents-bg4 {
    bottom: 4.5%;
  }
}

.top-events-block {
  position: relative;
  margin-top: 50px;
  z-index: 200;
}
@media (max-width: 767px) {
  .top-events-block {
    margin-top: 20px;
  }
}

.top-events-block__headText {
  text-align: center;
}
@media (max-width: 767px) {
  .top-events-block__headText {
    font-size: 14px;
  }
}

.top-events-listWrap {
  margin: 50px auto 0;
  width: 100%;
}
@media (max-width: 767px) {
  .top-events-listWrap {
    margin-top: 20px;
  }
}

.top-events-list {
  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: 30px;
}
@media (max-width: 767px) {
  .top-events-list {
    row-gap: 45px;
  }
}

.top-events-list__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 767px) {
  .top-events-list__row {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}

@media (max-width: 767px) {
  .top-events-list__mt {
    margin-top: 230px;
  }
}

.top-events-item {
  width: 48%;
}
@media (max-width: 767px) {
  .top-events-item {
    width: 100%;
  }
}

.top-events-item__month {
  width: 100%;
  margin: 0 auto;
  font-weight: 700;
  padding: 40px 0;
  line-height: 1;
  font-size: 24px;
  text-align: center;
  min-width: 205px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .top-events-item__month {
    padding: 40px;
    font-size: 20px;
    width: 65%;
    max-width: 300px;
  }
}

.top-events-item__month--rotate1,
.top-events-item__month--rotate2 {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.top-events-item__month--rotate1:hover,
.top-events-item__month--rotate2:hover {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.top-events-item__month--rotate1 {
  -webkit-transform: rotate(7deg);
          transform: rotate(7deg);
}

.top-events-item__month--rotate2 {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.top-events-item__month--winter {
  background-color: rgba(155, 213, 227, 0.85);
  border-radius: 78% 22% 66% 34%/51% 67% 33% 50%;
}

.top-events-item__month--spring {
  background-color: rgba(247, 141, 167, 0.785);
  border-radius: 61% 39% 58% 43%/34% 71% 29% 64%;
}

.top-events-item__month--summer {
  background-color: rgba(156, 218, 159, 0.85);
  border-radius: 37% 63% 58% 43%/30% 62% 39% 70%;
}

.top-events-item__month--autumn {
  background-color: rgba(218, 220, 97, 0.85);
  border-radius: 33% 67% 66% 33%/51% 67% 33% 50%;
}

.top-events-item__month--number {
  font-size: 80px;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 767px) {
  .top-events-item__month--number {
    font-size: 60px;
    font-weight: 900;
  }
}

.top-events-item__detailList {
  max-width: 280px;
  margin: 30px auto 0;
  text-align: center;
  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: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .top-events-item__detailList {
    max-width: 260px;
    margin: 25px auto 0;
    row-gap: 8px;
  }
}

.top-events-item__detail {
  width: 100%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 25px;
  letter-spacing: 0.1em;
  position: relative;
}
@media (max-width: 767px) {
  .top-events-item__detail {
    font-size: 24px;
  }
}

.top-events-item__detail--small {
  display: block;
  font-size: 14px;
}
@media (max-width: 767px) {
  .top-events-item__detail--small {
    font-size: 12px;
  }
}

.top-events-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.top-events-item__top-title {
  text-align: center;
  width: 82%;
  font-weight: 700;
}

.top-events-item__link {
  position: relative;
  display: inline-block;
  font-weight: 700;
  padding-bottom: 3px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.top-events-item__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #BB559F;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.top-events-item__link:hover {
  color: #BB559F;
}
.top-events-item__link:hover::after {
  width: 90%;
}

.tooltip-toggle {
  font-size: 36px;
  cursor: pointer;
  color: rgba(222, 222, 209, 0.56);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  line-height: 1;
}
.tooltip-toggle.is-show {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tooltip-textWrap {
  width: 100%;
  overflow: hidden;
  max-height: 0;
  margin-top: 0;
  -webkit-transition: max-height 0.5s ease, margin-top 0.5s ease;
  transition: max-height 0.5s ease, margin-top 0.5s ease;
}

.tooltip-textWrap.is-show {
  max-height: 200px;
  margin-top: 10px;
}

.tooltip-text {
  background-color: rgba(232, 232, 221, 0.9);
  color: rgb(90, 90, 90);
  padding: 16px 10px;
  border-radius: 10px;
  text-align: left;
  line-height: 1.4;
  font-weight: 600;
  font-size: 16px;
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  pointer-events: none;
  visibility: hidden;
}
.tooltip-text.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
  visibility: visible;
}

.tooltip-text--reverse {
  left: 0;
  top: 100%;
}

.top-events-item__detail--small {
  font-size: 14px;
  display: block;
}
@media (max-width: 767px) {
  .top-events-item__detail--small {
    font-size: 14px;
  }
}

.top-events-block__bottomText {
  margin-top: 50px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .top-events-block__bottomText {
    margin-top: 230px;
    font-size: 14px;
  }
}

.top-events-block__btnWrap {
  margin-top: 30px;
}

/*==========================================================
# access
===========================================================*/
.decoWave--access {
  width: 100%;
  height: 82px;
}
.decoWave--access::before {
  background: url(../img/wave1-white.svg) repeat-x bottom right/auto 100%;
  bottom: 60px;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 600px) {
  .decoWave--access {
    height: 40px;
  }
  .decoWave--access::before {
    bottom: 22px;
  }
}

.section-titleWrap--access {
  text-align: left;
}

.access__inner {
  max-width: 1200px;
  padding-top: 80px;
  padding-bottom: 80px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .access__inner {
    padding-top: 0;
    padding-bottom: 50px;
  }
}

.access-box {
  position: relative;
  margin: 0 auto 0;
  padding: 0 30px;
}
.access-box::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  top: 42px;
  right: 50%;
  background: url(../img/umigame.png) no-repeat center center/contain;
  z-index: 600;
}
@media (max-width: 600px) {
  .access-box {
    padding: 0;
  }
  .access-box::before {
    top: 28px;
    right: 0;
  }
}

.access-box__content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 600px) {
  .access-box__content {
    display: block;
  }
}

.access__iframe {
  position: relative;
  width: 52%;
  height: 350px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .access__iframe {
    width: 100%;
  }
}

.access__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 600px) {
  .access__iframe iframe {
    width: 100%;
  }
}

.access-info {
  width: 44%;
}
@media (max-width: 600px) {
  .access-info {
    margin-top: 21px;
    width: 100%;
  }
}

.access-info__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (max-width: 767px) {
  .access-info__column {
    gap: 15px;
  }
}

.access-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.access-info__title {
  font-size: 18px;
  font-weight: 700;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.access-info__description {
  font-size: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  text-align: left;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .access-info__description {
    font-size: 18px;
  }
}

.access-card {
  max-width: 687px;
  margin: 40px auto 0;
  padding: 85px 130px 75px;
  background: rgba(222, 222, 209, 0.56);
  border-radius: 51% 76% 65% 49%/78% 54% 68% 34%;
}
@media (max-width: 600px) {
  .access-card {
    padding: 50px 20px;
    text-align: center;
  }
}

.access-card__title {
  position: relative;
  font-size: 18px;
  color: rgb(90, 90, 90);
  padding-bottom: 1px;
  font-weight: 700;
  display: inline-block;
  text-align: left;
}
.access-card__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background-image: radial-gradient(circle, #ffffff 3px, transparent 3px);
  background-size: 10% 12px;
  background-repeat: repeat-x;
}

.access-card__contents {
  margin-top: 20px;
}

.access-card__subTitle {
  font-size: 16px;
  font-weight: 700;
}

.access-card__text {
  font-size: 16px;
}

.access-card__bottom {
  margin-top: 15px;
}

/*==========================================================
# contact
===========================================================*/
.decoWave--contact {
  height: 57px;
}
.decoWave--contact::before {
  background: url(../img/wave1-beige.svg) repeat-x bottom left/auto 100%;
  bottom: -3px;
  left: 0;
}
@media (max-width: 767px) {
  .decoWave--contact {
    height: 50px;
  }
}

.contact {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#F9F5F2), color-stop(10%, rgba(250, 245, 220, 0.15)), color-stop(30%, rgba(240, 230, 190, 0.3)), color-stop(60%, rgba(230, 220, 200, 0.45)), to(#F9F5F2));
  background: linear-gradient(to bottom, #F9F5F2 0%, rgba(250, 245, 220, 0.15) 10%, rgba(240, 230, 190, 0.3) 30%, rgba(230, 220, 200, 0.45) 60%, #F9F5F2 100%);
}

.contact__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .contact__inner {
    padding: 0;
  }
}

.section-titleWrap--contact {
  position: relative;
  text-align: center;
  z-index: 600;
}
.section-titleWrap--contact::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 140px;
  top: -98%;
  right: calc(50% - 200px);
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  background: url(../img/jusyoku.webp) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .section-titleWrap--contact::before {
    width: 80px;
    height: 100px;
    top: -33px;
    right: calc(50% - 135px);
  }
}

.contact__message {
  font-size: 18px;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact__message {
    font-size: 16px;
  }
}

.contact__attention {
  margin-top: 30px;
  text-align: center;
  font-weight: 700;
}

.contact__attention-required {
  display: inline-block;
  padding: 2px 7px;
  background: #D9DD20;
  font-weight: bold;
  border-radius: 5px;
  font-size: 14px;
}

.contact__formArea {
  position: relative;
  margin: 40px auto 0;
  max-width: 980px;
  padding: 40px 50px 20px;
  background: rgba(222, 222, 209, 0.56);
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .contact__formArea {
    border-radius: 20px;
    padding: 15px 10px 15px;
  }
}

form.sent .form__items {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 1em 0.5em 1em;
  padding: 0.9em 1em;
  text-align: center;
  border-radius: 10px;
  font-weight: 700;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border: 2px solid #BB559F;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #BB559F;
}

.form {
  padding: 55px 66px;
  background-color: #ffffff;
  border: 1px solid #000;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .form {
    padding: 30px 20px;
    border-radius: 25px;
  }
}

.form__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.form__privacy {
  margin-top: 28px;
  text-align: center;
}

.form__submit {
  margin-top: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .form__submit {
    margin-top: 15px;
  }
}

.contact-item__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
}
.contact-item__title label {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .contact-item__title {
    padding-left: 10px;
  }
}

.contact-item__required {
  display: inline-block;
  margin-left: 15px;
  padding: 2px 7px;
  background: #D9DD20;
  font-weight: 700;
  border-radius: 5px;
  font-size: 13px;
}

.contact-item__input {
  margin-top: 10px;
  width: 100%;
}
.contact-item__input [type=text],
.contact-item__input [type=tel],
.contact-item__input [type=email],
.contact-item__input textarea {
  font-size: 18px;
  width: 100%;
  border-radius: 10px;
  border: none;
  padding: 16px 25px;
}
.contact-item__input [type=text]::-webkit-input-placeholder, .contact-item__input [type=tel]::-webkit-input-placeholder, .contact-item__input [type=email]::-webkit-input-placeholder, .contact-item__input textarea::-webkit-input-placeholder {
  color: #C2C2C2;
}
.contact-item__input [type=text]::-moz-placeholder, .contact-item__input [type=tel]::-moz-placeholder, .contact-item__input [type=email]::-moz-placeholder, .contact-item__input textarea::-moz-placeholder {
  color: #C2C2C2;
}
.contact-item__input [type=text]:-ms-input-placeholder, .contact-item__input [type=tel]:-ms-input-placeholder, .contact-item__input [type=email]:-ms-input-placeholder, .contact-item__input textarea:-ms-input-placeholder {
  color: #C2C2C2;
}
.contact-item__input [type=text]::-ms-input-placeholder, .contact-item__input [type=tel]::-ms-input-placeholder, .contact-item__input [type=email]::-ms-input-placeholder, .contact-item__input textarea::-ms-input-placeholder {
  color: #C2C2C2;
}
.contact-item__input [type=text]::placeholder,
.contact-item__input [type=tel]::placeholder,
.contact-item__input [type=email]::placeholder,
.contact-item__input textarea::placeholder {
  color: #C2C2C2;
}
.contact-item__input [type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.contact-item__input textarea {
  height: 200px;
  resize: none;
}
@media (max-width: 767px) {
  .contact-item__input {
    margin-top: 10px;
  }
  .contact-item__input [type=text],
.contact-item__input [type=tel],
.contact-item__input [type=email] {
    padding: 15px 16px;
  }
}

@media (max-width: 767px) {
  .wpcf7-form-control,
.wpcf7-checkbox {
    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: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .wpcf7-form-control,
.wpcf7-checkbox {
    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: 10px;
  }
}

.wpcf7-list-item-label {
  padding: 0 0 0 34px;
  position: relative;
  cursor: pointer;
}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wpcf7-list-item-label::before {
  background: #FFFFFF;
  width: 24px;
  height: 24px;
  left: 0;
  border-radius: 30px;
  border: 2px solid #BB559F;
}
.wpcf7-list-item-label::after {
  background: #BB559F;
  width: 12px;
  height: 12px;
  left: 6px;
  border-radius: 30px;
  opacity: 0;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

input[type=checkbox]:focus + .wpcf7-list-item-label::before {
  outline: 2px solid #0f8dba;
  outline-offset: 2px;
}

.contact-privacy {
  margin-top: 20px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  padding-top: 2px;
}
@media (max-width: 767px) {
  .contact-privacy {
    font-size: 14px;
  }
}

.contact-privacy__checkBox {
  position: relative;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
}

.contact-privacy__input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 3px solid #BB559F;
  border-radius: 4px;
  background: #fff;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.contact-privacy__input:checked + .contact-privacy__part {
  width: 10px;
  border-top: 0;
  border-left: 0;
  background: transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 1px;
  left: 7px;
}

.contact-privacy__input:focus + .contact-privacy__part::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  border: 2px solid #0f8dba;
}

.contact-privacy__input:checked + .contact-privacy__part::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-38%, -43%);
          transform: translate(-38%, -43%);
  width: 26px;
  height: 26px;
  border: 3px solid #0f8dba;
  border-radius: 100%; /* ここを追加 */
}

.contact-privacy__part {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 3px solid #BB559F;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 200;
}

.contact-privacy__circle {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  z-index: 100;
  display: none;
}

.contact-privacy__input:checked + .contact-privacy__part + .contact-privacy__circle {
  display: block;
}

.contact-privacy__link {
  position: relative;
  margin-left: 10px;
  padding-bottom: 3px;
  font-weight: 700;
  color: #BB559F;
}
.contact-privacy__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #BB559F;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.contact-privacy__link:hover::after {
  width: 100%;
}

.form__submit {
  max-width: 250px;
  width: 100%;
  margin: 30px auto 0;
  text-align: center;
}

.c-btn-contact {
  display: inline-block;
  padding: 10px 80px 12px;
  font-size: 24px;
  letter-spacing: 0.1rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #BB559F;
  border: 2px solid #BB559F;
  border-radius: 40px;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}
.c-btn-contact:hover {
  background-color: #fff;
  color: #BB559F;
}

.deco-bottom--contact {
  margin-top: 0;
  background-color: #BB559F;
}

/*==========================================================
# footer
===========================================================*/
.footer__deco {
  position: relative;
  height: 120px;
  background-color: #F9F5F2;
  z-index: 100;
}
.footer__deco::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  background: url(../img/footer-clouds.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .footer__deco {
    height: 65px;
  }
  .footer__deco::before {
    background: url(../img/sp-footer-clouds.png) no-repeat center center/cover;
  }
}

.footer {
  position: relative;
  color: rgb(90, 90, 90);
  background: #ffffff;
}

.footer__inner {
  padding: 0px 20px 50px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .footer__inner {
    padding: 0px 25px 20px;
  }
}
@media (max-width: 767px) {
  .footer__inner {
    padding: 0px 15px 65px;
  }
}

.footer__container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}
@media (max-width: 767px) {
  .footer__container {
    display: block;
  }
}

.footer__block-left {
  width: 23%;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .footer__block-left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer__block-left {
    width: 100%;
  }
}

.footer-logo {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer-logo a {
  display: block;
  font-weight: 900;
}
.footer-logo:hover {
  color: #BB559F;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .footer-logo {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .footer-logo {
    padding-left: 0;
  }
}

.footer-logo__sub {
  display: inline-block;
  font-size: 25px;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer-logo__sub {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .footer-logo__sub {
    font-size: 14px;
  }
}

.footer-logo__sub--left {
  position: relative;
  padding-left: 35px;
  font-weight: 700;
}
.footer-logo__sub--left::before {
  position: absolute;
  content: "";
  opacity: 0.7;
  width: 25px;
  height: 25px;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/monsyou.png) no-repeat center center/contain;
}

.footer-logo__sub--right {
  margin-left: 8px;
  font-weight: 700;
}

.footer-logo__main {
  display: block;
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer-logo__main {
    font-size: 48px;
  }
  .footer-logo__main::after {
    right: -30px;
  }
}
@media (max-width: 767px) {
  .footer-logo__main {
    font-size: 35px;
  }
  .footer-logo__main::after {
    right: -30px;
  }
}

.footer__block-middle {
  width: 32%;
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .footer__block-middle {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer__block-middle {
    width: 100%;
    font-size: 16px;
  }
}

.footer-info__description {
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .footer-info__address {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .footer-info__address {
    margin-left: 10px;
  }
}

.footer__block-right {
  width: 45%;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .footer__block-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer__block-right {
    width: 100%;
  }
}

.footer-info__tel {
  font-size: 20px;
}
@media (max-width: 767px) {
  .footer-info__tel {
    font-size: 16px;
  }
}

.footer-info__tel--num {
  font-size: 30px;
  letter-spacing: 0.2em;
  font-weight: 900;
  color: #BB559F;
}
@media (max-width: 767px) {
  .footer-info__tel--num {
    font-size: 26px;
  }
}

.footer-info__tel--time {
  display: block;
}
@media (max-width: 767px) {
  .footer-info__tel--time {
    font-size: 16px;
  }
}

.footer__image {
  position: absolute;
  bottom: 30px;
  right: 100px;
  width: 20%;
  max-width: 298px;
  z-index: 700;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .footer__image {
    bottom: 17px;
    width: 30%;
    right: 54px;
    max-width: 315px;
  }
}
@media (max-width: 767px) {
  .footer__image {
    bottom: 13px;
    right: 60px;
    width: 30%;
    min-width: 230px;
  }
}

.pagetop {
  position: fixed;
  width: 120px;
  bottom: 90px;
  right: 50px;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
  z-index: 600;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: bottom 0.3s, right 0.3s, opacity 0.8s, visibility 0.8s;
  transition: bottom 0.3s, right 0.3s, opacity 0.8s, visibility 0.8s;
}
.pagetop:hover {
  bottom: 100px;
  right: 60px;
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .pagetop {
    width: 100px;
    bottom: 80px;
    right: 13px;
  }
  .pagetop:hover {
    bottom: 90px;
    right: 18px;
  }
}
@media (max-width: 767px) {
  .pagetop {
    width: 85px;
    bottom: 55px;
    right: 13px;
  }
  .pagetop:hover {
    bottom: 65px;
    right: 18px;
  }
}

.footer__copyright {
  text-align: center;
  background-color: #BB559F;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
@media (max-width: 767px) {
  .footer__copyright {
    font-size: 12px;
  }
}

/*==========================================================
# Custom-page : about/ gallery/ events 
===========================================================*/
.first-view {
  position: relative;
  padding-top: 110px;
  width: 100%;
}
@media (max-width: 767px) {
  .first-view {
    padding-top: 77px;
  }
}

.first-view__inner {
  max-width: 1385px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.first-view__bg {
  position: relative;
  height: 310px;
}

.first-view__bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #7a7676;
  opacity: 0.7;
  z-index: 200;
}
@media (max-width: 767px) {
  .first-view__bg {
    height: 100px;
  }
}

.first-view__bg--about,
.first-view__bg--gallery,
.first-view__bg--privacy {
  background: url(../img/gallery-head.webp) no-repeat center center/cover;
}

.first-view__bg--events {
  background: url(../img/event-head.webp) no-repeat center center/cover;
}

.first-view__headingWrap {
  position: relative;
  top: 100px;
  color: #ffffff;
  z-index: 300;
}

@media (max-width: 767px) {
  .first-view__headingWrap {
    top: 20px;
  }
}


.first-view__heading {
  font-size: 65px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .first-view__heading {
    font-size: 30px;
    letter-spacing: 7.3px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .first-view__heading {
    font-size: 25px;
    letter-spacing: 7.3px;
    line-height: 1.2;
  }
}

.first-view__heading--eng {
  display: inline-block;
  font-size: 30px;
  letter-spacing: .4rem;
  font-weight: 700;
  font-family: "Kalam", cursive;
}
@media (max-width: 767px) {
  .first-view__heading--eng {
    font-size: 14px;
  }
}


.decoWave--page-head {
  height: 30px;
  background-color: #F9F5F2;
}

@media (max-width: 767px) {
  .decoWave--page-head {
    height: 20px;
  }
} 

.decoWave--page-head::before {
  background: url(../img/wave1-beige.svg) repeat-x bottom left/auto 103%;
  bottom: 15px;
  left: 0;
}

.to-topPage__btnWrap {
  position: relative;
  margin-top: 35px;
  text-align: center;
  cursor: pointer;
  z-index: 100;
}

/*==========================================================
# about
===========================================================*/
.about {
  padding: 80px 15px 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F9F5F2), color-stop(10%, rgba(250, 245, 220, 0.15)), color-stop(30%, rgba(240, 230, 190, 0.3)), color-stop(60%, rgba(230, 220, 200, 0.45)), to(#F9F5F2));
  background: linear-gradient(to bottom, #F9F5F2 0%, rgba(250, 245, 220, 0.15) 10%, rgba(240, 230, 190, 0.3) 30%, rgba(230, 220, 200, 0.45) 60%, #F9F5F2 100%);
}
@media (max-width: 767px) {
  .about {
    padding: 30px 15px 40px;
  }
}

.about__inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.about__inner::before {
  content: "";
  position: absolute;
  right: 40px;
  top: 230px;
  max-width: 350px;
  width: 100%;
  height: 460px;
  background: url(../img/kannonkai-idetathi.webp) no-repeat center center/contain;
  opacity: 0.3;
  border-radius: 57% 45% 66% 34%/51% 67% 33% 50%;
}
@media (max-width: 767px) {
  .about__inner::before {
    right: 0;
    top: 693px;
    max-width: 253px;
    height: 335px;
  }
}

.about__container {
  padding: 30px 40px 50px;
  background-color: #ffffff;
  border-radius: 30px;
}
.about__container + .about__container {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .about__container {
    padding: 25px 15px 25px;
  }
}

.about__section-title {
  font-size: 20px;
  font-weight: 700;
}

.about__content:not(:first-child) {
  margin-top: 30px;
}

.about__text {
  position: relative;
  margin-top: 30px;
  z-index: 100;
}

.about__text-bottom {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .about__text-bottom {
    margin-top: 260px;
  }
}

.about__bottom {
  margin-top: 50px;
}

.about__bottom-text {
  font-weight: 700;
}
@media (max-width: 767px) {
  .about__bottom-text {
    font-size: 14px;
  }
}

.about__button {
  margin-top: 10px;
  background-color: #e2421f;
  border: 1px solid #e2421f;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}
.about__button:hover {
  color: #e2421f;
  background-color: #ffffff;
}
.about__button:hover .about__button--small {
  color: #e2421f;
}

.about__button--small {
  font-size: 14px;
  font-weight: 700;
  display: block;
  color: #ffffff;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

/*==========================================================
# gallery
===========================================================*/
.gallery {
  background: linear-gradient(
    to bottom,
    #F9F5F2 0%,                     /* 上はほぼ白 */
    #f8edde 15%,                    /* 少しピンク寄り */
    rgba(213, 165, 210, 0.2) 35%,   /* 紫が始まる位置を少し下げる */
    rgba(213, 165, 210, 0.18) 65%,  /* 紫の範囲を広げる */
    #f7e9d7 85%,                    /* 下は柔らかいベージュ */
    #F9F5F2 100%                    /* 画面下は白で締める */
  );
  padding: 30px 0;
}



@media (max-width: 767px) {
  .gallery {
    padding: 40px 0;
  }
}

.gallery__inner {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

/* ==================================================
   gallery-tabs
================================================== */
.gallery-tabs {
  display: flex;
  justify-content: center;
  gap: 70px;
  flex-wrap: wrap;
  position: relative;
  top: -64px;
  z-index: 600;
}
@media (max-width: 767px) {
  .gallery-tabs {
    flex-direction: column;
    gap: 34px;
    max-width: 136px;
    margin: 0 auto;
  }
}

.gallery-tabs .tab-button {
  position: relative;
  padding: 15px 40px;
  background: transparent;
  cursor: pointer;
  transition: all 0.6s ease;
  overflow: hidden;
  box-shadow: 0 0 0 rgba(255,255,255,0);
  border: 4px solid #d8a925;
  color: #d8a925;
  letter-spacing: .2em;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .gallery-tabs .tab-button {
    padding: 15px 30px;
  }
}

.gallery-tabs .tab-button .tab-button--ja {
  font-size: 30px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .gallery-tabs .tab-button .tab-button--ja {
    font-size: 18px;
  }
}

.gallery-tabs .tab-button .tab-button--eng {
  display: block;
  font-family:  "Kalam", cursive;
  font-size: 17px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .gallery-tabs .tab-button .tab-button--eng {
    font-size: 14px;
  }
}

.gallery-tabs .tab-button:nth-child(1) {
  border-radius: 50% 30% 70% 40% / 40% 60% 30% 70%;
}

.gallery-tabs .tab-button:nth-child(2) {
  border-radius: 45% 55% 35% 60% / 60% 40% 65% 35%;
}

.gallery-tabs .tab-button:nth-child(3) {
  border-radius: 40% 60% 30% 70% / 50% 30% 70% 40%;
}

.gallery-tabs .tab-button:hover {
  border-color: #f0dc6e;
  color: #f0dc6e;
  box-shadow: 0 0 15px #f0dc6e;
}

.gallery-tabs .tab-button:nth-child(1):hover {
  border-radius: 40% 60% 30% 70% / 50% 30% 70% 40%;
}

.gallery-tabs .tab-button:nth-child(2):hover {
  border-radius: 40% 60% 30% 70% / 45% 55% 35% 60%;
}

.gallery-tabs .tab-button:nth-child(3):hover {
  border-radius: 50% 30% 70% 40% / 40% 60% 30% 70%;
}


/* activeは少し強めに光らせる */
.gallery-tabs .tab-button.active {
  border: none;
  box-shadow: 0 0 20px #f0dc6e;
  transform: scale(1.3);
}



/* ======================== */
.gallery__container {
  width: 100%;
  padding: 20px;
  opacity: 0;
  display: none;
  transform: translateY(70px);
  transition: opacity 2s ease, transform 2s ease;;
}

@media (max-width: 767px) {
  .gallery__container {
    padding: 0px 10px;
  }
}

.gallery__container.active {
  opacity: 1;
  transform: translateY(0);
}


.gallery__section-titleWrap {
  text-align: center;
}

.gallery__section-title {
  font-size: 35px;
  display: inline-block;
  max-width: 175px;
  width: 100%;
  padding-bottom: 17px;
  font-weight: 700;
  letter-spacing: 0.3em;
  position: relative;
}

.gallery__section-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 43px;
  bottom: 0;
  left: 0;
  background: url(../img/title-underLine--gold.svg) no-repeat center center/contain;
}

@media (max-width: 767px) {
  .gallery__section-title {
    font-size: 25px;
    padding-bottom: 7px;
  }
  .gallery__section-title::after {
    height: 23px;
  }
}

.gallery-list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

@media (max-width: 767px) {
  .gallery-list {
    margin-top: 0;
    gap: 30px;
  }
}

.gallery-list li:nth-child(5) {
  grid-column: 1 / 3;
}
.gallery-list li:nth-child(6) {
  grid-column: 3 / 5;
}

.gallery-list li:nth-child(5).gallery-card,
.gallery-list li:nth-child(6).gallery-card {
  height: 350px;
}


@media (min-width: 768px) and (max-width: 1279px) {
  .gallery-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .gallery-list li:nth-child(5) {
    grid-column: span 1;
  }
  .gallery-list li:nth-child(6) {
    grid-column: span 1;
  }
}

@media (max-width: 767px) {
  .gallery-list {
    display: grid;
    grid-template-columns: 1fr;
  }
  .gallery-list li:nth-child(5) {
    grid-column: span 1;
  }
  .gallery-list li:nth-child(6) {
    grid-column: span 1;
  }
}


.gallery-card {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s, border-radius 0.3s;
  transition: opacity 0.5s, border-radius 0.5s;
  box-shadow: 0px 5px 15px #a0822c;
}


.gallery-card:hover {
  opacity: 0.7;
  border-radius: 50px;
}
.gallery-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media (max-width: 767px) {
  .gallery-card {
    height: 235px;
  }
}

.gallery-card__title {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.gallery-card__description {
  font-size: 24px;
  line-height: 1;
}

.gallery-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 0 16px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 900;
}

.gallery-modal__inner {
  position: relative;
  margin: 0 auto;
  padding: 90px 15px 20px;
  max-width: 1200px;
  width: 100%;
}

.gallery-modal__image {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .gallery-modal__image {
    width: 100%;
    padding: 10px 0px 20px;
  }
}

.gallery-modal__description {
  width: 70%;
  margin: 20px auto 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .gallery-modal__description {
    width: 100%;
    margin: 15px auto 0;
  }
}

.gallery-modal__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .gallery-modal__title {
    font-size: 18px;
  }
}

.gallery-modal__text {
  font-size: 20px;
}
@media (max-width: 767px) {
  .gallery-modal__text {
    font-size: 16px;
  }
}

.gallery-modal__close {
  position: absolute;
  top: 30px;
  right: 20px;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.gallery-modal__close:hover {
  opacity: 0.3;
}
@media (max-width: 767px) {
  .gallery-modal__close {
    font-size: 30px;
  }
}

.gallery-modal__caption {
  text-align: center;
  margin-top: 10px;
  color: #ffffff;
}

.gallery__btnWrap {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .gallery__btnWrap {
    margin-top: 30px;
  }
}

/*==========================================================
# events
===========================================================*/
.events {
  padding: 80px 15px 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F9F5F2), color-stop(10%, rgba(250, 245, 220, 0.15)), color-stop(30%, rgba(240, 230, 190, 0.3)), color-stop(60%, rgba(230, 220, 200, 0.45)), to(#F9F5F2));
  background: linear-gradient(to bottom, #F9F5F2 0%, rgba(250, 245, 220, 0.15) 10%, rgba(240, 230, 190, 0.3) 30%, rgba(230, 220, 200, 0.45) 60%, #F9F5F2 100%);
}
@media (max-width: 767px) {
  .events {
    padding-top: 30px;
  }
}

.events__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 1119px) {
  .events__inner {
    display: block;
  }
}

.month-navArea {
  width: 10%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 5px;
}
@media (max-width: 1119px) {
  .month-navArea {
    width: 100%;
  }
}

.month-nav {
  position: fixed;
  bottom: 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  z-index: 900;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.month-nav.is-show {
  opacity: 1;
}
@media (max-width: 1120px) {
  .month-nav {
    top: auto;
    bottom: 0;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px 30px;
    border-radius: 30px 30px 0 0;
  }
}

.month-nav ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
}
.month-nav ul::before {
  content: "";
  position: absolute;
  top: 56%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10px;
  width: 3px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
}
.month-nav ul::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 3px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(rgba(255, 245, 200, 0.9)), to(transparent));
  background: linear-gradient(to bottom, transparent 0%, rgba(255, 245, 200, 0.9), transparent 100%);
  -webkit-animation: shine 2s infinite;
          animation: shine 2s infinite;
}
@media (max-width: 1120px) {
  .month-nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}

@-webkit-keyframes shine {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
}

@keyframes shine {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
}
.month-nav a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 60px;
  font-weight: 700;
  color: rgb(90, 90, 90);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  line-height: 1;
}

.month-nav a::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #BB559F;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.month-nav a:hover {
  color: #BB559F;
}

.month-nav a:hover::after {
  width: 100%;
}

.month-nav a.is-active {
  color: #BB559F;
}

.month-nav a.is-active::after {
  width: 100%;
}

@media (max-width: 767px) {
  .month-nav a {
    font-size: 16px;
  }
}


.month-nav__eng {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .1em;
}
@media (max-width: 767px) {
  .month-nav__eng {
    font-size: 10px;
  }
}

.month-nav__eng--ml {
  margin-left: 12px;
}
@media (max-width: 767px) {
.month-nav__eng--ml {
    margin-left: 3px;
  }
}

.events__listWrap {
  padding: 40px 0;
  background-color: #ffffff;
  border-radius: 30px;
}

.events__list {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 140px;
}
@media (max-width: 767px) {
  .events__list {
    gap: 80px;
  }
}

.events-item {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 50% 120% 90% 88%/100% 85% 95% 53%;
  gap: 60px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .events-item {
    border-radius: 190px 30px;
  }
}
@media (max-width: 767px) {
  .events-item {
    border-radius: 190px 30px;
  }
}

.events-item--feb {
  background-color: rgba(125, 189, 203, 0.2);
  padding: 105px 0 240px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .events-item--feb {
    padding: 50px 10px;
  }
}
@media (max-width: 767px) {
  .events-item--feb {
    padding: 35px 15px 75px;
  }
}

.events-item--mar {
  background-color: rgba(247, 141, 167, 0.2);
  padding: 55px 0 300px;
  width: 75%;
  -webkit-transform: translateX(17%);
          transform: translateX(17%);
}
@media (min-width: 768px) and (max-width: 1279px) {
  .events-item--mar {
    padding: 30px 0 85px;
    width: 100%;
    padding: 40px 0 200px;
  }
}
@media (max-width: 767px) {
  .events-item--mar {
    padding: 30px 0 85px;
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.events-item--may {
  background-color: rgba(255, 222, 222, 0.8);
  padding: 95px 0 234px;
  width: 95%;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .events-item--may {
    padding: 80px 0 134px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .events-item--may {
    padding: 30px 0 40px;
    width: 100%;
  }
}

.events-item--july {
  background-color: rgba(156, 218, 159, 0.2);
  padding: 60px 0 220px;
  width: 72%;
  -webkit-transform: translateX(-17%);
          transform: translateX(-17%);
}
@media (min-width: 768px) and (max-width: 1279px) {
  .events-item--july {
    padding: 50px 0 100px;
    border-radius: 30px 190px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .events-item--july {
    padding: 40px 0 90px;
    border-radius: 30px 190px;
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.events-item--aug {
  background-color: rgba(163, 192, 129, 0.2);
  padding: 75px 0 250px 41px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .events-item--aug {
    padding: 70px 0 150px 30px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .events-item--aug {
    padding: 60px 0 20px;
    width: 100%;
  }
}

.events-item--sep {
  background-color: rgba(202, 176, 94, 0.2);
  padding: 55px 0 280px;
  width: 75%;
  -webkit-transform: translateX(17%);
          transform: translateX(17%);
}
@media (min-width: 768px) and (max-width: 1279px) {
  .events-item--sep {
    padding: 80px 10px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .events-item--sep {
    padding: 40px 10px;
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.events-item--nov {
  margin-top: 40px;
  background-color: rgba(200, 202, 94, 0.2);
  padding: 65px 0 199px;
  width: 70%;
  -webkit-transform: translateX(-17%);
          transform: translateX(-17%);
}
@media (min-width: 768px) and (max-width: 1279px) {
  .events-item--nov {
    padding: 50px 0 100px;
    border-radius: 30px 190px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .events-item--nov {
    padding: 40px 0 80px;
    border-radius: 30px 190px;
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.events-item__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 87%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .events-item__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .events-item__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}

.events-item__block.--full-width {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.events-item__left {
  width: 50%;
  font-weight: 700;
  line-height: 1;
  font-size: 24px;
  z-index: 100;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .events-item__left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .events-item__left {
    font-size: 20px;
    width: 100%;
  }
}

.events-item__left.--wider-width {
  width: 90%;
  margin: 0 auto;
}

.events-item__content--second {
  margin-top: 50px;
}

.events-item__month {
  padding-left: 95px;
}

.events-item__month--number {
  display: inline-block;
  font-size: 250px;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 767px) {
  .events-item__month--number {
    font-size: 110px;
  }
}

.events-item__title {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .events-item__title {
    font-size: 26px;
  }
}

.events-item__title--july,
.events-item__title--aug {
  margin-top: 30px;
}

.events-item__text {
  margin-top: 25px;
  line-height: 1.7;
  font-size: 18px;
}

.events-item__right {
  position: absolute;
  top: 70px;
  right: -80px;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  width: 54%;
  height: auto;
  max-width: 700px;
  max-height: 600px;
  overflow: hidden;
  opacity: 0.8;
}

.events-item__right--nov {
  width: 85%;
  top: 180px;
  right: -294px;
}

.events-item__right img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .events-item__right {
    position: static;
    font-size: 20px;
    width: 100%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media (max-width: 767px) {
  .events-item__right {
    position: static;
    font-size: 20px;
    width: 100%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .row-reverse {
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.row-reverse--events {
  padding-top: 130px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.row-reverse--events .events-item__right {
  top: 40px;
  left: -115px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .row-reverse--events {
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .row-reverse--events {
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.events-item__right.--wider-width {
  width: 100%;
  max-width: 650px;
  top: 430px;
  right: -58px;
}

.circle-basic {
  border-radius: 94% 55% 44% 85%/70% 51% 93% 81%;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .circle-basic {
    border-radius: 70px;
  }
}
@media (max-width: 767px) {
  .circle-basic {
    border-radius: 70px;
  }
}

.circle-art {
  border-radius: 50% 120% 90% 60%/100% 85% 95% 45%;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .circle-art {
    border-radius: 70px;
  }
}
@media (max-width: 767px) {
  .circle-art {
    border-radius: 70px;
  }
}

.events__bg-wider {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0.8;
  overflow: hidden;
}

.events__bg-wider::before,
.events__bg-wider::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  z-index: 200;
  background-image: url(../img/wave1-white.svg);
  pointer-events: none;
}

.events__bg-wider::before {
  top: 0;
  height: 70px;
}

.events__bg-wider::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  bottom: 0;
  height: 80px;
}

.events__bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.4;
  z-index: 100;
  pointer-events: none;
}

/*==========================================================
# privacy
===========================================================*/
.privacy {
  padding: 80px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#F9F5F2), color-stop(10%, rgba(250, 245, 220, 0.15)), color-stop(30%, rgba(240, 230, 190, 0.3)), color-stop(60%, rgba(230, 220, 200, 0.45)), to(#F9F5F2));
  background: linear-gradient(to bottom, #F9F5F2 0%, rgba(250, 245, 220, 0.15) 10%, rgba(240, 230, 190, 0.3) 30%, rgba(230, 220, 200, 0.45) 60%, #F9F5F2 100%);
}

.privacy__inner {
  max-width: 1200px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

.privacy__container {
  margin-top: 30px;
  padding: 40px;
  background: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(77, 77, 77, 0.35);
          box-shadow: 0px 5px 15px 0px rgba(77, 77, 77, 0.35);
}

.privacy__section-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.privacy__leadText {
  margin-top: 30px;
  text-align: center;
}

.privacy__content:not(:first-child) {
  margin-top: 30px;
}

.privacy__textWrap {
  margin-top: 30px;
}

.privacy__row {
  margin-top: 30px;
}

.privacy__subtitle {
  font-weight: 700;
  font-size: 18px;
}

.privacy__text {
  margin-top: 10px;
}

/* mvで落ちるアイテム */
.falling-items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* クリック無視 */
  z-index: 600;
}

.downItem {
  position: absolute;
  top: -20%;
  width: 80px;
  height: 80px;
  animation: fall 8s linear infinite;
}

@media (max-width: 767px) {
  .downItem {
    width: 40px;
    height: 40px;
  }
}


.downItem:nth-child(1) {
  background: url('../img/leaf1.png') no-repeat center/contain;
  left: 10%;
  animation-duration: 9s;
  animation-delay: 0s;
}

.downItem:nth-child(2) {
  background: url('../img/leaf2.png') no-repeat center/contain;
  left: 40%;
  animation-duration: 12s;
  animation-delay: 2s;
}

.downItem:nth-child(3) {
  background: url('../img/leaf3.png') no-repeat center/contain;
  right: 20%;
  animation-duration: 10s;
  animation-delay: 1s;
}

.downItem:nth-child(4) {
  background: url('../img/one-umeboshi.png') no-repeat center/contain;
  right: 10%;
  animation-duration: 15s;
  animation-delay: 4s;
}

@keyframes fall {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  50% {
    transform: translateY(50vh) rotate(180deg);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateY(100vh) rotate(360deg);
    opacity: 0;
  }
}


/*==========================================================
# テスト運転中のみ表示
===========================================================*/
.floating-notice {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.6);
  width: 270px;
  height: 270px;
  border-radius: 100%;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  text-align: center;
  display: inline-grid;
  place-items: center;
  z-index: 9999;
}


  @media (max-width: 767px) {
    .floating-notice {
    font-size: 14px;
    width: 200px;
    height: 200px;

  }
}
