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

html, body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: rgb(34, 34, 34);
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 374px) {
  html, body {
    font-size: 12.8px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

.select-wrap {
  position: relative;
}
.select-wrap::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  z-index: 2;
  width: 15px;
  height: 10px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}

input[type=submit],
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  border: 1px solid rgb(190, 190, 190);
  padding: 10px;
  border-radius: 5px;
}

section {
  padding: 100px 0;
}
section.section-bottom {
  padding-bottom: 0;
}

.contents-wrapper {
  width: calc(100% - 100px);
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contents-wrapper {
    width: calc(100% - 40px);
  }
}
.contents-wrapper.big {
  width: 100%;
  max-width: 1440px;
}
.contents-wrapper.mini {
  max-width: 920px;
}

.ipad-block {
  display: none;
}
@media (max-width: 1023px) {
  .ipad-block {
    display: block;
  }
}

@media (max-width: 1023px) {
  .ipad-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.main-contents {
  text-align: left;
  word-wrap: break-word;
  line-height: 200%;
}
.main-contents p:not(:last-child) {
  margin-bottom: 15px;
}
.main-contents img:not(.emoji) {
  width: 50% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .main-contents img:not(.emoji) {
    width: 100% !important;
  }
}

.left-float {
  float: left;
}

.right-float {
  float: right;
}

.clear {
  clear: both;
}

img, iframe {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

a {
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

a:hover {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.color-black {
  color: rgb(0, 0, 0);
}

.color-white {
  color: rgb(255, 255, 255);
}

table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.block-item {
  display: block;
}

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

.inline-item {
  display: inline;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.right-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.white-space {
  white-space: nowrap;
}

figure {
  margin: 0;
  padding: 0;
}

.top-title {
  margin-bottom: 30px;
  color: rgb(3, 105, 47);
}
.top-title .en {
  display: block;
  text-transform: uppercase;
  font-family: "ZCOOL KuaiLe", sans-serif;
  font-size: 3rem;
}
.top-title .ja {
  font-weight: 700;
  font-size: 1.4rem;
}
.top-title.center {
  text-align: center;
}

.ja-title {
  margin-bottom: 50px;
  text-align: center;
  color: rgb(3, 105, 47);
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .ja-title {
    font-size: 1.8rem;
  }
}
.ja-title.mini {
  margin-bottom: 40px;
  font-size: 1.9rem;
  text-align: left;
}

.side-line-title {
  margin-bottom: 25px;
  padding: 5px 10px;
  border-left: 5px solid rgb(3, 105, 47);
  font-size: 1.4rem;
  font-weight: 700;
  color: rgb(3, 105, 47);
}

.thanks_area .side-image {
  right: 0;
  position: absolute;
  max-width: 350px;
  width: 50%;
  z-index: -1;
}
.thanks_area .thanks-message-after {
  text-align: center;
}
.thanks_area .top-page {
  margin: 50px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(3, 105, 47);
  position: static;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  flex-direction: column-reverse;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.thanks_area .top-page::after {
  width: 100px;
  background-color: rgb(3, 105, 47);
}

.top-btn {
  max-width: 240px;
  margin: 50px auto 0;
  color: rgb(255, 255, 255);
  background-color: rgb(71, 70, 70);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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: 10px;
  padding: 10px 30px;
  border-radius: 50px;
  border: 1px solid transparent;
  font-weight: 700;
}
.top-btn.left {
  margin-left: 0;
}
.top-btn.before-icon::before {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 1/1;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: rgb(255, 255, 255);
}
.top-btn.map::before {
  -webkit-mask-image: url("../../images/menu-icon/map.svg");
          mask-image: url("../../images/menu-icon/map.svg");
}
.top-btn.instagram::before {
  -webkit-mask-image: url("../../images/menu-icon/instagram.svg");
          mask-image: url("../../images/menu-icon/instagram.svg");
}
.top-btn::after {
  content: "";
  width: 32px;
  aspect-ratio: 32/12;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: rgb(255, 255, 255);
  -webkit-mask-image: url("../../images/arrow.svg");
          mask-image: url("../../images/arrow.svg");
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-btn:hover {
  border-color: rgb(3, 105, 47);
  background-color: rgb(255, 255, 255);
  color: rgb(3, 105, 47);
}
.top-btn:hover::before {
  background-color: rgb(3, 105, 47);
}
.top-btn:hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  background-color: rgb(3, 105, 47);
}
.top-btn.green {
  background-color: rgb(255, 255, 255);
  border-color: rgb(3, 105, 47);
  color: rgb(3, 105, 47);
}
.top-btn.green::before, .top-btn.green::after {
  background-color: rgb(3, 105, 47);
}
.top-btn.green:hover {
  background-color: rgb(3, 105, 47);
  color: rgb(255, 255, 255);
}
.top-btn.green:hover::before, .top-btn.green:hover::after {
  background-color: rgb(255, 255, 255);
}

.header-menu {
  position: relative;
  padding: 15px 20px 20px 45px;
  max-width: calc(100% - 160px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
@media (max-width: 1190px) {
  .header-menu {
    display: none;
  }
}
.header-menu::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 1240px;
  aspect-ratio: 1420/88;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: left bottom;
  background-image: url("../../images/header-menu-bg.png");
}
.header-menu li {
  position: relative;
  z-index: 2;
}
.header-menu li a {
  color: rgb(34, 34, 34);
  font-weight: 700;
  font-size: 1.1rem;
}
@media (max-width: 1340px) {
  .header-menu li a {
    font-size: 1rem;
  }
}
.header-menu li a::before {
  background-color: rgb(34, 34, 34);
}
@media (max-width: 1340px) {
  .header-menu li a::before {
    width: 20px;
  }
}
.header-menu li a:hover {
  color: rgb(3, 105, 47);
}
.header-menu li a:hover::before {
  background-color: rgb(3, 105, 47);
}

.menu-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-icon::before {
  content: "";
  display: block;
  width: 35px;
  aspect-ratio: 1/1;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .menu-icon::before {
    width: 30px;
  }
}
.menu-icon.one::before {
  -webkit-mask-image: url("../../images/menu-icon/1.svg");
          mask-image: url("../../images/menu-icon/1.svg");
}
.menu-icon.two::before {
  -webkit-mask-image: url("../../images/menu-icon/2.svg");
          mask-image: url("../../images/menu-icon/2.svg");
}
.menu-icon.three::before {
  -webkit-mask-image: url("../../images/menu-icon/3.svg");
          mask-image: url("../../images/menu-icon/3.svg");
}
.menu-icon.four::before {
  -webkit-mask-image: url("../../images/menu-icon/4.svg");
          mask-image: url("../../images/menu-icon/4.svg");
}
.menu-icon.five::before {
  -webkit-mask-image: url("../../images/menu-icon/5.svg");
          mask-image: url("../../images/menu-icon/5.svg");
}
.menu-icon.six::before {
  -webkit-mask-image: url("../../images/menu-icon/6.svg");
          mask-image: url("../../images/menu-icon/6.svg");
}
.menu-icon.seven::before {
  -webkit-mask-image: url("../../images/menu-icon/7.svg");
          mask-image: url("../../images/menu-icon/7.svg");
}
.menu-icon.eight::before {
  -webkit-mask-image: url("../../images/menu-icon/8.svg");
          mask-image: url("../../images/menu-icon/8.svg");
}
.menu-icon.nine::before {
  -webkit-mask-image: url("../../images/menu-icon/9.svg");
          mask-image: url("../../images/menu-icon/9.svg");
}
.menu-icon.ten::before {
  -webkit-mask-image: url("../../images/menu-icon/10.svg");
          mask-image: url("../../images/menu-icon/10.svg");
}
.menu-icon.eleven::before {
  -webkit-mask-image: url("../../images/menu-icon/11.svg");
          mask-image: url("../../images/menu-icon/11.svg");
}
.menu-icon.instagram::before {
  background-color: rgb(255, 255, 255);
  -webkit-mask-image: url("../../images/menu-icon/instagram.svg");
          mask-image: url("../../images/menu-icon/instagram.svg");
}
.menu-icon:hover.instagram::before {
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}

@-webkit-keyframes checked-anim {
  50% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
  }
}

@keyframes checked-anim {
  50% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
  }
}
@-webkit-keyframes not-checked-anim {
  0% {
    width: 100vw;
    height: 100vh;
  }
}
@keyframes not-checked-anim {
  0% {
    width: 100vw;
    height: 100vh;
  }
}
.drawer--right .sp-navigation {
  display: none;
}
@media (max-width: 1190px) {
  .drawer--right .sp-navigation {
    display: block;
  }
}
.drawer--right .sp-navigation .drawer-hamburger {
  top: 15px;
  right: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .drawer--right .sp-navigation .drawer-hamburger {
    top: 8px;
    right: 5px;
  }
}
.drawer--right .sp-navigation .drawer-hamburger .drawer-hamburger-icon,
.drawer--right .sp-navigation .drawer-hamburger .drawer-hamburger-icon::before,
.drawer--right .sp-navigation .drawer-hamburger .drawer-hamburger-icon::after {
  position: absolute;
  background: rgb(3, 105, 47);
  width: 30px;
  height: 5px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  z-index: 5;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .drawer--right .sp-navigation .drawer-hamburger .drawer-hamburger-icon,
  .drawer--right .sp-navigation .drawer-hamburger .drawer-hamburger-icon::before,
  .drawer--right .sp-navigation .drawer-hamburger .drawer-hamburger-icon::after {
    height: 3px;
  }
}
.drawer--right .sp-navigation .drawer-hamburger .drawer-hamburger-icon {
  margin-top: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.drawer--right .sp-navigation .drawer-hamburger .drawer-hamburger-icon::before {
  top: -10px;
  left: 0;
}
@media (max-width: 767px) {
  .drawer--right .sp-navigation .drawer-hamburger .drawer-hamburger-icon::before {
    top: -8px;
  }
}
.drawer--right .sp-navigation .drawer-hamburger .drawer-hamburger-icon::after {
  bottom: -10px;
  left: 0;
  top: auto;
}
@media (max-width: 767px) {
  .drawer--right .sp-navigation .drawer-hamburger .drawer-hamburger-icon::after {
    bottom: -8px;
  }
}
.drawer--right nav.drawer-nav {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 110px;
  height: 110px;
  background-color: rgb(219, 236, 210);
  border-bottom-left-radius: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  -webkit-animation: not-checked-anim 0.2s both;
          animation: not-checked-anim 0.2s both;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: none;
  z-index: 500;
}
@media (max-width: 1190px) {
  .drawer--right nav.drawer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .drawer--right nav.drawer-nav {
    width: 80px;
    height: 80px;
  }
}
.drawer--right nav.drawer-nav .menu-wrapper {
  display: none;
}
.drawer--right nav.drawer-nav .top-btn {
  display: none;
}
.drawer--right.drawer-open button.drawer-hamburger {
  right: 10px;
}
@media (max-width: 767px) {
  .drawer--right.drawer-open button.drawer-hamburger {
    right: 5px;
  }
}
.drawer--right.drawer-open button.drawer-hamburger .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer--right.drawer-open button.drawer-hamburger .drawer-hamburger-icon::before {
  top: 0;
}
.drawer--right.drawer-open button.drawer-hamburger .drawer-hamburger-icon::after {
  top: 0px;
  bottom: auto;
}
.drawer--right.drawer-open .drawer-nav {
  -webkit-animation: checked-anim 0.5s ease both;
          animation: checked-anim 0.5s ease both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drawer--right.drawer-open .drawer-nav .top-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
}
.drawer--right.drawer-open .drawer-nav .menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .drawer--right.drawer-open .drawer-nav .menu-wrapper {
    -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;
  }
}
.drawer--right.drawer-open .drawer-nav .menu-wrapper a {
  color: rgb(3, 105, 47);
}
.drawer--right.drawer-open .drawer-nav .menu-wrapper a::before {
  background-color: rgb(3, 105, 47);
}

.menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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: 10px 50px;
}
.menu-wrapper a:not(:last-child) {
  margin-bottom: 10px;
}
.menu-wrapper .menu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-wrapper .menu-box a {
  margin-bottom: 0;
}

a.site-policy {
  color: rgb(255, 255, 255);
  font-size: 0.9rem;
  border-bottom: 1px solid;
}
a.site-policy:hover {
  border-color: transparent;
}

.dot-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
@media (max-width: 767px) {
  .dot-list li {
    gap: 3px;
  }
}
.dot-list li::before {
  content: "";
  margin-top: 7px;
  display: block;
  width: 13px;
  aspect-ratio: 1/1;
  background-color: rgb(3, 105, 47);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .dot-list li::before {
    width: 8px;
  }
}
.dot-list li:not(:last-child) {
  margin-bottom: 10px;
}
.dot-list.simple li::before {
  content: "・";
  width: auto;
  height: auto;
  margin-top: 0;
  background-color: transparent;
}
.dot-list.orange li::before {
  background-color: rgb(195, 113, 0);
}

.topics-list .image-box {
  margin-bottom: 10px;
}
.topics-list .post-time {
  margin-bottom: 2px;
  display: block;
}
.topics-list.archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 80px 55px;
}
@media (max-width: 1023px) {
  .topics-list.archive {
    gap: 50px 30px;
  }
}
.topics-list.archive li {
  width: calc((100% - 110px) / 3);
}
@media (max-width: 1023px) {
  .topics-list.archive li {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 767px) {
  .topics-list.archive li {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .topics-list.archive.top li {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .topics-list.archive.top a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 30px;
  }
}
@media (max-width: 1023px) {
  .topics-list.archive.top .image-box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .topics-list.archive.top .image-box {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .topics-list.archive.top .text-box {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .topics-list.archive.top .text-box {
    width: 100%;
  }
}

.post-title {
  margin-top: 10px;
  font-weight: 700;
  color: rgb(34, 34, 34);
}
.post-title span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hidden-box {
  overflow: hidden;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
}

.header-logo {
  margin: 5px 20px;
  width: 160px;
}
@media (max-width: 1023px) {
  .header-logo {
    width: 130px;
    margin: 5px;
  }
}
@media (max-width: 767px) {
  .header-logo {
    width: 100px;
  }
}

.footer {
  position: relative;
  font-weight: 700;
  padding-top: 25vw;
}
.footer::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(calc(-100% + 25vw));
          transform: translateY(calc(-100% + 25vw));
  content: "";
  display: block;
  width: 100%;
  z-index: -1;
  aspect-ratio: 1440/387;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: top;
  background-image: url("../../images/footer-bg.png");
}
.footer .footer1 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  max-width: 270px;
  width: 20%;
}
@media (max-width: 1023px) {
  .footer .footer1 {
    width: 30%;
    top: 5%;
  }
}
@media (max-width: 767px) {
  .footer .footer1 {
    width: 50%;
  }
}
.footer .footer1.show {
  -webkit-animation: footer1 0.3s ease-in-out forwards;
          animation: footer1 0.3s ease-in-out forwards;
}
.footer .footer-inner {
  position: relative;
  padding: 85px 0 25px;
  color: rgb(255, 255, 255);
}
.footer .footer-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(92, 92, 92);
  z-index: -1;
}
.footer .footer-inner .contents-wrapper {
  position: relative;
  z-index: 2;
}
@-webkit-keyframes footer2 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  70% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes footer2 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  70% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.footer .footer2 {
  top: -190px;
  right: 0;
  width: 180px;
}
@media (max-width: 767px) {
  .footer .footer2 {
    width: 100px;
    top: -120px;
  }
}
.footer .footer2.show {
  -webkit-animation: footer2 0.8s ease-in-out forwards;
          animation: footer2 0.8s ease-in-out forwards;
}
.footer .footer-message {
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .footer .footer-message {
    letter-spacing: 0;
  }
}
.footer .footer-message::after {
  margin: 35px auto 115px;
  content: "";
  display: block;
  width: 85%;
  max-width: 775px;
  height: 1px;
  border-bottom: 1px dashed rgb(255, 255, 255);
}
@media (max-width: 1023px) {
  .footer .footer-message::after {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .footer .footer-message::after {
    margin: 20px auto 30px;
  }
}
.footer .footer-message a {
  color: rgb(255, 255, 255);
}
.footer .footer-message a:hover {
  color: rgb(219, 236, 210);
}
.footer .footer-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
.footer .footer-menu-wrapper .logo {
  max-width: 100%;
  width: 285px;
}
@media (max-width: 1190px) {
  .footer .footer-menu-wrapper .logo {
    width: 250px;
  }
}
@media (max-width: 1023px) {
  .footer .footer-menu-wrapper .logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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: 30px 10px;
  }
}
@media (max-width: 767px) {
  .footer .footer-menu-wrapper .logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .footer-menu-wrapper .logo img {
  margin: 0 0 10px;
}
@media (max-width: 1023px) {
  .footer .footer-menu-wrapper .logo img {
    width: 250px;
    margin: 0;
  }
}
.footer .logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px 30px;
}
.footer .logo-link .menu-icon {
  color: rgb(255, 255, 255);
}
.footer .logo-link .menu-icon span {
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer .logo-link .menu-icon::before {
  background-color: rgb(255, 255, 255);
}
.footer .logo-link .menu-icon:hover span {
  border-color: rgb(255, 255, 255);
}
.footer .logo-link .menu-icon:hover::before {
  background-color: rgb(221, 177, 1);
}
@media (max-width: 1023px) {
  .footer .menu-wrapper {
    display: none;
  }
}
.footer .menu-wrapper a {
  color: rgb(255, 255, 255);
}
@media (max-width: 1190px) {
  .footer .menu-wrapper a {
    font-size: 0.9rem;
  }
}
.footer .menu-wrapper a::before {
  background-color: rgb(255, 255, 255);
}
@media (max-width: 1190px) {
  .footer .menu-wrapper a.site-policy {
    font-size: 0.7rem;
  }
}
.footer .menu-wrapper a span {
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer .menu-wrapper a:hover::before {
  background-color: rgb(221, 177, 1);
}
.footer .menu-wrapper a:hover span {
  border-color: rgb(255, 255, 255);
}

.copy-right {
  margin-top: 120px;
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  .copy-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.copy-right span {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .copy-right span {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@-webkit-keyframes top-page {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}

@keyframes top-page {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
.top-page {
  position: absolute;
  left: 50%;
  bottom: 0;
  font-family: "ZCOOL KuaiLe", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .top-page {
    left: auto;
    right: 5px;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@media (max-width: 767px) {
  .top-page {
    bottom: -30px;
  }
}
.top-page::after {
  content: "";
  margin-top: 5px;
  display: block;
  width: 100%;
  aspect-ratio: 8/5;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: rgb(255, 255, 255);
  -webkit-mask-image: url("../../images/top-page-icon.svg");
          mask-image: url("../../images/top-page-icon.svg");
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-page:hover::after {
  -webkit-animation: top-page 0.8s alternate infinite;
          animation: top-page 0.8s alternate infinite;
}

.deco-image {
  position: absolute;
}

.last-section {
  position: relative;
  z-index: 2;
}

.slidein {
  -webkit-animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@-webkit-keyframes opacty {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacty {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideInright {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideInright {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideInleft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  70% {
    -webkit-transform: translateX(0) rotate(15deg);
            transform: translateX(0) rotate(15deg);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideInleft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  70% {
    -webkit-transform: translateX(0) rotate(15deg);
            transform: translateX(0) rotate(15deg);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.zoomin {
  -webkit-animation: zoomIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: zoomIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.poyoyon2 {
  -webkit-animation: poyoyon2 1s ease-in-out forwards;
          animation: poyoyon2 1s ease-in-out forwards;
}

@-webkit-keyframes poyoyon2 {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  15% {
    -webkit-transform: scale(0.98, 0.9) translate(0, 5px);
            transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    -webkit-transform: scale(2, 1) translate(0, 8px);
            transform: scale(2, 1) translate(0, 8px);
  }
  50% {
    -webkit-transform: scale(0.98, 1.05) translate(0, -8px);
            transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    -webkit-transform: scale(1, 0.9) translate(0, 5px);
            transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}

@keyframes poyoyon2 {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  15% {
    -webkit-transform: scale(0.98, 0.9) translate(0, 5px);
            transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    -webkit-transform: scale(2, 1) translate(0, 8px);
            transform: scale(2, 1) translate(0, 8px);
  }
  50% {
    -webkit-transform: scale(0.98, 1.05) translate(0, -8px);
            transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    -webkit-transform: scale(1, 0.9) translate(0, 5px);
            transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@-webkit-keyframes updown {
  0%, 40%, 60%, 80% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  50%, 70% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes updown {
  0%, 40%, 60%, 80% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  50%, 70% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@-webkit-keyframes yurayura {
  0%, 40%, 60%, 80% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  50%, 70% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}
@keyframes yurayura {
  0%, 40%, 60%, 80% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  50%, 70% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}
.fv-section {
  position: relative;
  height: 800px;
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  .fv-section {
    min-height: 100%;
    height: 850px;
  }
}
@media (max-width: 767px) {
  .fv-section {
    height: 520px;
  }
}
.fv-section .fv-bg-image {
  position: absolute;
  z-index: -1;
}
.fv-section .fv-bg-image.left-top {
  top: 0;
  left: 0;
  width: 50%;
  max-width: 380px;
}
@media (max-width: 1023px) {
  .fv-section .fv-bg-image.left-top {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .fv-section .fv-bg-image.left-top {
    display: none;
  }
}
.fv-section .fv-bg-image.right-top {
  top: 0;
  right: 0;
  width: 35%;
  max-width: 500px;
}
@media (max-width: 767px) {
  .fv-section .fv-bg-image.right-top {
    width: 50%;
  }
}
.fv-section .fv-bg-image.left-bottom {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-5%, 11%);
          transform: translate(-5%, 11%);
  width: 40%;
  max-width: 530px;
  z-index: 2;
}
@media (max-width: 1265px) {
  .fv-section .fv-bg-image.left-bottom {
    width: 50%;
    max-width: 100%;
  }
}
@media (max-width: 1190px) {
  .fv-section .fv-bg-image.left-bottom {
    left: -10%;
  }
}
@media (max-width: 1023px) {
  .fv-section .fv-bg-image.left-bottom {
    bottom: 29%;
    max-width: 350px;
    -webkit-transform: translate(-4%, 0);
            transform: translate(-4%, 0);
  }
}
@media (max-width: 767px) {
  .fv-section .fv-bg-image.left-bottom {
    bottom: auto;
    top: 30%;
  }
}
.fv-section .fv-bg-image.right-bottom {
  right: 0;
  bottom: 0;
  -webkit-transform: translate(24%, 40%);
          transform: translate(24%, 40%);
  width: 49%;
}
@media (max-width: 1265px) {
  .fv-section .fv-bg-image.right-bottom {
    width: 60%;
  }
}
@media (max-width: 1190px) {
  .fv-section .fv-bg-image.right-bottom {
    -webkit-transform: translate(6%, 30%);
            transform: translate(6%, 30%);
  }
}
@media (max-width: 1066px) {
  .fv-section .fv-bg-image.right-bottom {
    -webkit-transform: translate(6%, 20%);
            transform: translate(6%, 20%);
  }
}
@media (max-width: 1023px) {
  .fv-section .fv-bg-image.right-bottom {
    -webkit-transform: translate(22%, 0%);
            transform: translate(22%, 0%);
    width: 65%;
  }
}
@media (max-width: 767px) {
  .fv-section .fv-bg-image.right-bottom {
    z-index: -1;
    width: 75%;
    -webkit-transform: translate(32%, 20%);
            transform: translate(32%, 20%);
  }
}
.fv-section .blue {
  overflow: hidden;
  top: 0;
  left: 0;
  width: 210px;
  -webkit-transform: translate(-30%, -80%);
          transform: translate(-30%, -80%);
  background: url("../../images/deco/fv/paint/blue.png") no-repeat center/contain;
  -webkit-animation: paint3 0.2s ease-out forwards;
          animation: paint3 0.2s ease-out forwards;
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
@media (max-width: 1023px) {
  .fv-section .blue {
    display: none;
  }
}
.fv-section .purple {
  top: -3%;
  right: 22%;
  width: 25%;
  max-width: 440px;
  z-index: -2;
  -webkit-animation: peint 0.3s ease-in-out forwards;
          animation: peint 0.3s ease-in-out forwards;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
@media (max-width: 1023px) {
  .fv-section .purple {
    width: 40%;
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .fv-section .purple {
    top: 7%;
    right: -5%;
    z-index: 2;
  }
}
.fv-section .green {
  right: -60px;
  top: 40%;
  width: 210px;
}
@media (max-width: 1190px) {
  .fv-section .green {
    top: 30%;
  }
}
@media (max-width: 767px) {
  .fv-section .green {
    width: 185px;
    top: 38%;
    right: -40px;
  }
}
.fv-section .yellow {
  bottom: 5%;
  left: -50px;
  width: 200px;
  z-index: 5;
  -webkit-animation: opacty 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: opacty 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@media (max-width: 1023px) {
  .fv-section .yellow {
    bottom: -5%;
  }
}
@media (max-width: 767px) {
  .fv-section .yellow {
    display: none;
  }
}
.fv-section .red {
  bottom: 0;
  left: 50%;
  width: 200px;
  -webkit-transform: translate(-30%, 120%);
          transform: translate(-30%, 120%);
  -webkit-animation: paint3 0.1s ease-out forwards;
          animation: paint3 0.1s ease-out forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
@media (max-width: 1190px) {
  .fv-section .red {
    -webkit-transform: translate(0, 70%);
            transform: translate(0, 70%);
    left: 30%;
  }
}
@media (max-width: 767px) {
  .fv-section .red {
    bottom: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 50px;
    top: 50%;
    left: auto;
    right: 0;
  }
}
.fv-section .pink {
  bottom: 34%;
  left: 16%;
  width: 25%;
  max-width: 400px;
  -webkit-animation: peint 0.3s ease-in-out forwards;
          animation: peint 0.3s ease-in-out forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media (max-width: 1023px) {
  .fv-section .pink {
    bottom: 50%;
    width: 40%;
    left: 5%;
  }
}
@media (max-width: 767px) {
  .fv-section .pink {
    bottom: auto;
    top: 23%;
    left: 1%;
    width: 50%;
  }
}
.fv-section .light-blue {
  bottom: -5%;
  right: 7%;
  width: 250px;
  z-index: 3;
  -webkit-animation: peint 0.3s ease-in-out forwards;
          animation: peint 0.3s ease-in-out forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@media (max-width: 1190px) {
  .fv-section .light-blue {
    width: 32%;
    bottom: 0;
  }
}
@media (max-width: 1023px) {
  .fv-section .light-blue {
    width: 40%;
    bottom: 10%;
  }
}
@media (max-width: 767px) {
  .fv-section .light-blue {
    width: 210px;
    right: -9%;
    bottom: -10%;
  }
}
.fv-section .contents-wrapper {
  position: relative;
  height: 100%;
  z-index: 3;
  min-height: 600px;
}
@media (max-width: 1023px) {
  .fv-section .contents-wrapper {
    min-height: 390px;
  }
}
.fv-section .contents-wrapper.big {
  z-index: 2;
  max-width: 1520px;
}
.fv-section .child-box {
  overflow: hidden;
}
.fv-section .child-box img {
  opacity: 0;
}
@-webkit-keyframes big1 {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes big1 {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fv-section .big1 {
  overflow: hidden;
  padding: 70px 0 0 50px;
  bottom: 330px;
  left: 10%;
  width: 26%;
  max-width: 300px;
  z-index: 1;
  -webkit-animation: big1 0.2s ease-out forwards;
          animation: big1 0.2s ease-out forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media (max-width: 1023px) {
  .fv-section .big1 {
    bottom: auto;
    width: 29%;
    top: 0;
    left: 0;
    padding: 50px 0 0 20px;
  }
}
@media (max-width: 767px) {
  .fv-section .big1 {
    width: 50%;
    top: -100px;
    left: -45px;
    padding: 0;
    max-width: 200px;
  }
}
.fv-section .big1 .main-boy {
  -webkit-animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.fv-section .big1 .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  -webkit-animation: opacty 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: opacty 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media (max-width: 1023px) {
  .fv-section .big1 .text {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .fv-section .big1 .text {
    display: none;
  }
}
@-webkit-keyframes big3 {
  0% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes big3 {
  0% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.fv-section .big3 {
  padding: 100px 0 0;
  bottom: 5%;
  right: 0;
  max-width: 450px;
  width: 40%;
  z-index: 3;
  -webkit-animation: big3 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: big3 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
@media (max-width: 1190px) {
  .fv-section .big3 {
    bottom: 39%;
    right: -3%;
    width: 35%;
  }
}
@media (max-width: 1066px) {
  .fv-section .big3 {
    bottom: 45%;
  }
}
@media (max-width: 1023px) {
  .fv-section .big3 {
    width: 50%;
    bottom: 34%;
    right: -10%;
  }
}
@media (max-width: 767px) {
  .fv-section .big3 {
    width: 55%;
    max-width: 300px;
    right: -60px;
    bottom: 10%;
  }
}
.fv-section .big3 .main-boy {
  -webkit-animation: slideInright 0.8s ease-out forwards;
          animation: slideInright 0.8s ease-out forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.fv-section .big3 .text {
  position: absolute;
  top: 0;
  left: 40%;
  width: 120px;
  -webkit-animation: slideIn 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideIn 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
@media (max-width: 767px) {
  .fv-section .big3 .text {
    display: none;
  }
}
.fv-section .small1 {
  bottom: 450px;
  left: 6%;
  width: 20%;
  max-width: 200px;
  -webkit-animation: updown 2.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: updown 2.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@media (max-width: 1023px) {
  .fv-section .small1 {
    display: none;
  }
}
.fv-section .small1 img {
  -webkit-animation: slideInright 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideInright 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.fv-section .small2 {
  width: 15%;
  max-width: 135px;
  left: 25%;
  bottom: 280px;
  -webkit-animation: poyoyon2 4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: poyoyon2 4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media (max-width: 1265px) {
  .fv-section .small2 {
    z-index: 100;
    max-width: 160px;
    left: 32%;
    bottom: 10%;
  }
}
@media (max-width: 1023px) {
  .fv-section .small2 {
    bottom: -78px;
    left: 34%;
    width: 30%;
  }
}
@media (max-width: 767px) {
  .fv-section .small2 {
    bottom: auto;
    top: -76px;
    max-width: 100px;
    width: 50%;
    left: 40%;
    z-index: -1;
  }
}
.fv-section .small2 img {
  -webkit-animation: slideIn 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideIn 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.fv-section .small3 {
  width: 15%;
  max-width: 250px;
  bottom: 450px;
  right: 20%;
  -webkit-animation: yurayura 5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: yurayura 5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@media (max-width: 1190px) {
  .fv-section .small3 {
    right: 33%;
    width: 20%;
    max-width: 300px;
    bottom: auto;
    top: -116px;
  }
}
@media (max-width: 1023px) {
  .fv-section .small3 {
    width: 30%;
    right: 30%;
  }
}
@media (max-width: 767px) {
  .fv-section .small3 {
    top: 6%;
    width: 40%;
    right: -20px;
  }
}
.fv-section .small3 img {
  -webkit-animation: slideInleft 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideInleft 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.fv-section .small4 {
  width: 15%;
  max-width: 150px;
  bottom: 150px;
  right: 22%;
  -webkit-animation: yurayura 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: yurayura 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
@media (max-width: 1190px) {
  .fv-section .small4 {
    bottom: 100px;
    max-width: 200px;
    right: 30%;
  }
}
@media (max-width: 1023px) {
  .fv-section .small4 {
    width: 30%;
    bottom: 16%;
    right: 32%;
  }
}
@media (max-width: 767px) {
  .fv-section .small4 {
    bottom: auto;
    top: 57%;
    right: 24%;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
    max-width: 90px;
  }
}
.fv-section .small4 img {
  -webkit-animation: slideIn 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideIn 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.fv-section .small5 {
  width: 13%;
  max-width: 120px;
  bottom: 232px;
  right: 3%;
  overflow: visible;
  -webkit-animation: poyoyon2 2.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: poyoyon2 2.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@media (max-width: 1066px) {
  .fv-section .small5 {
    bottom: 259px;
  }
}
@media (max-width: 1023px) {
  .fv-section .small5 {
    display: none;
  }
}
.fv-section .small5 img {
  -webkit-animation: slideInright 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideInright 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.fv-section .deco2 {
  bottom: 0;
  left: -30px;
  width: 150px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: -1;
}
@media (max-width: 1320px) {
  .fv-section .deco2 {
    display: none;
  }
}
@media (max-width: 1190px) {
  .fv-section .deco2 {
    display: block;
    -webkit-transform: translateY(80%);
            transform: translateY(80%);
    left: 0%;
    width: 120px;
  }
}
@media (max-width: 767px) {
  .fv-section .deco2 {
    width: 80px;
    bottom: -50px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    left: 35%;
  }
}
.fv-section .deco3 {
  bottom: 0;
  right: -30px;
  width: 80px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: -1;
}
@media (max-width: 1265px) {
  .fv-section .deco3 {
    right: 50px;
  }
}
@media (max-width: 1190px) {
  .fv-section .deco3 {
    right: 0;
    bottom: auto;
    top: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media (max-width: 1023px) {
  .fv-section .deco3 {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
  }
}
@media (max-width: 767px) {
  .fv-section .deco3 {
    width: 40px;
    top: auto;
    bottom: 4%;
    right: auto;
    left: 31%;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
.fv-section .deco6 {
  top: 0%;
  right: 15%;
  width: 120px;
}
@media (max-width: 1190px) {
  .fv-section .deco6 {
    top: -20%;
  }
}
@media (max-width: 767px) {
  .fv-section .deco6 {
    display: none;
  }
}

.fv-title {
  position: relative;
  z-index: 5;
  width: 60%;
  max-width: 367px;
  margin: 50px auto 20px;
}
@media (max-width: 1265px) {
  .fv-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .fv-title {
    margin-bottom: 0;
    padding-top: 50px;
  }
}
.fv-title .main-text {
  position: relative;
  z-index: 2;
}

.fv-message {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  z-index: 4;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width: 1265px) {
  .fv-message {
    font-size: 1rem;
    padding: 20px 30px;
    border-radius: 30px;
  }
}
@media (max-width: 1023px) {
  .fv-message::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: "";
    display: block;
    width: 120%;
    aspect-ratio: 257/153;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("../../images/sp-fv-bg.png");
  }
  .fv-message span {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .fv-message {
    font-size: 10px;
    padding: 15px;
  }
}

.pick-up-section {
  position: relative;
  z-index: 2;
}
.pick-up-section::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 2100px;
  aspect-ratio: 1958/1047;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../images/pickup-bg.png");
}
@media (max-width: 1023px) {
  .pick-up-section::before {
    width: 1440px;
  }
}
.pick-up-section .contents-wrapper {
  position: relative;
  z-index: 2;
}
.pick-up-section .big2 {
  padding: 50px 0 0 30px;
  bottom: 80px;
  left: 1%;
  max-width: 300px;
  width: 35%;
}
@media (max-width: 1023px) {
  .pick-up-section .big2 {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .pick-up-section .big2 {
    width: 40%;
    bottom: 45px;
    padding: 50px 0 0;
    max-width: 200px;
  }
}
.pick-up-section .big2 .main-boy {
  opacity: 0;
  -webkit-animation: poyoyon2 1.5s ease-in-out forwards;
          animation: poyoyon2 1.5s ease-in-out forwards;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.pick-up-section .big2 .hand {
  z-index: -1;
  position: absolute;
  width: 130px;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-animation: opacty 0.5s ease-in-out forwards;
          animation: opacty 0.5s ease-in-out forwards;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
@media (max-width: 767px) {
  .pick-up-section .big2 .hand {
    width: 70px;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}
.pick-up-section .pick-up-title-wrapper {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 50px;
}
@media (max-width: 767px) {
  .pick-up-section .pick-up-title-wrapper {
    margin-bottom: 24px;
  }
}
.pick-up-section .top-title {
  margin-bottom: 0;
}
.pick-up-section .arrow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
.pick-up-section .arrow-box .swiper-button-prev,
.pick-up-section .arrow-box .swiper-button-next {
  position: static;
  width: 35px;
  height: auto;
  aspect-ratio: 1/1;
}
.pick-up-section .arrow-box .swiper-button-prev::after,
.pick-up-section .arrow-box .swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/swiper-arrow.png");
}
.pick-up-section .arrow-box .swiper-button-next::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 767px) {
  .pick-up-section .top-btn {
    margin-top: 10px;
  }
}

.top-info-section {
  position: relative;
  z-index: 3;
}

.info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
.info-wrapper .list-wrapper {
  width: calc(65% - 30px);
}
@media (max-width: 767px) {
  .info-wrapper .list-wrapper {
    width: 100%;
  }
}
.info-wrapper .image-box {
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  max-width: 380px;
  width: 35%;
}
@media (max-width: 767px) {
  .info-wrapper .image-box {
    width: 80%;
    margin: auto;
  }
}
.info-wrapper .image-box .text {
  position: absolute;
  top: 40px;
  left: 70px;
  width: 100px;
  opacity: 0;
}
@media (max-width: 1100px) {
  .info-wrapper .image-box .text {
    top: 30px;
    left: 55px;
  }
}
@media (max-width: 1023px) {
  .info-wrapper .image-box .text {
    top: 0;
    left: 15px;
    -webkit-filter: drop-shadow(-3px 0 5px rgba(34, 34, 34, 0.5));
            filter: drop-shadow(-3px 0 5px rgba(34, 34, 34, 0.5));
  }
}
.info-wrapper .image-box .text.show {
  -webkit-animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.info-list li:not(:last-child) {
  margin-bottom: 15px;
}
.info-list .post-time {
  margin-right: 5px;
}
.info-list .title {
  font-weight: 500;
  margin-top: 5px;
}

.top-concept-section {
  position: relative;
  z-index: 3;
}
.top-concept-section .concept1 {
  bottom: 0;
  left: 0;
  width: 25%;
  max-width: 390px;
  padding-bottom: 100px;
}
@media (max-width: 1023px) {
  .top-concept-section .concept1 {
    padding-bottom: 60px;
    bottom: -50px;
  }
}
@media (max-width: 767px) {
  .top-concept-section .concept1 {
    width: 41%;
    max-width: 200px;
  }
}
.top-concept-section .concept1 .main {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-concept-section .concept1 .main.show {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.top-concept-section .concept1 .bg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.top-concept-section .contents-wrapper {
  position: relative;
  z-index: 2;
}
.top-concept-section .concept2 {
  top: 100px;
  right: 0;
  z-index: -1;
  width: 20%;
  min-height: 100px;
}
@media (max-width: 767px) {
  .top-concept-section .concept2 {
    width: 100%;
    opacity: 0.2;
    max-width: 310px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.top-concept-section .message {
  text-align: center;
}
.top-concept-section .message p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  letter-spacing: 0.1rem;
}
.top-concept-section .message p:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .top-concept-section .message p:not(.text-center) {
    font-size: 0.9rem;
  }
}

.top-topics-section .category-list .post {
  position: relative;
  color: rgb(255, 255, 255);
  background-color: rgb(195, 113, 0);
}
.top-topics-section .category-list .post::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1/1;
  background-color: rgb(195, 113, 0);
}

.top-schedule-section .contents-wrapper {
  position: relative;
}
.top-schedule-section .schedule1 {
  left: 0;
  top: 0;
  -webkit-transform: translate(-40%, -60%);
          transform: translate(-40%, -60%);
  width: 30%;
  max-width: 330px;
}
@media (max-width: 1023px) {
  .top-schedule-section .schedule1 {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .top-schedule-section .schedule1 {
    width: 60%;
  }
}
.top-schedule-section .schedule1.show {
  -webkit-animation: schedule1 0.3s ease-in-out forwards;
          animation: schedule1 0.3s ease-in-out forwards;
}

.schedule-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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: 30px;
}
.schedule-wrapper .text-box {
  position: relative;
  z-index: 2;
}
.schedule-wrapper .image-box {
  position: relative;
  width: 30%;
  max-width: 315px;
}
@media (max-width: 1023px) {
  .schedule-wrapper .image-box {
    position: absolute;
    top: 100px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .schedule-wrapper .image-box {
    width: 35%;
  }
}
.schedule-wrapper .schedule3 {
  top: 0;
  right: 0;
  -webkit-transform: translate(40%, -60%) scale(0);
          transform: translate(40%, -60%) scale(0);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.schedule-wrapper .schedule3.show {
  -webkit-transform: translate(40%, -60%);
          transform: translate(40%, -60%);
}
@media (max-width: 1330px) {
  .schedule-wrapper .schedule3.show {
    -webkit-transform: translate(20%, -60%);
            transform: translate(20%, -60%);
  }
}

.schedule-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px 15px;
}
.schedule-box:not(:last-child) {
  margin-bottom: 20px;
}
.schedule-box .title {
  display: block;
  width: 120px;
  padding: 5px;
  text-align: center;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  background-color: rgb(3, 105, 47);
}
.schedule-box .contents {
  font-weight: 700;
  width: calc(100% - 120px - 15px);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media (max-width: 767px) {
  .schedule-box .contents {
    width: 100%;
  }
}
.schedule-box .small {
  font-weight: 500;
  font-size: 0.9rem;
}

.top-access-section .contents-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 25px;
}
@media (max-width: 1023px) {
  .top-access-section .contents-wrapper {
    -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;
  }
}
.top-access-section .text-box {
  width: 57%;
}
@media (max-width: 1023px) {
  .top-access-section .text-box {
    display: contents;
  }
}
.top-access-section .map-wrapper {
  position: relative;
  width: calc(43% - 30px);
}
@media (max-width: 1023px) {
  .top-access-section .map-wrapper {
    width: 70%;
    margin: 80px auto 0;
  }
}
@media (max-width: 767px) {
  .top-access-section .map-wrapper {
    width: 100%;
  }
}
.top-access-section .bus-image {
  display: inline-block;
  width: 35px;
  margin-right: 5px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-access-section .bus-image.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.top-access-section .bus-image.two {
  -webkit-transition: 1s;
  transition: 1s;
}
.top-access-section .contents {
  font-size: 0.9rem;
}
@media (max-width: 1023px) {
  .top-access-section .top-btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: auto;
  }
}
.top-access-section .map-text {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-84%);
          transform: translateY(-84%);
  width: 35%;
  opacity: 0;
}
.top-access-section .map-text.show {
  -webkit-animation: opacty 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: opacty 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.park-map-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.park-map-box:not(:last-child) {
  margin-bottom: 20px;
}
.park-map-box img {
  margin: 0;
  width: 50px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.park-map-box img.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.park-map-box img.two {
  -webkit-transition: 1s;
  transition: 1s;
}
.park-map-box .contnets {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: calc(100% - 50px - 30px);
}
.park-map-box .small {
  font-size: 0.9rem;
}

.test-section {
  padding: 0;
  position: relative;
  background-color: red;
}

.topics {
  position: absolute;
  top: -150px;
  left: 0;
  width: 35%;
  background-color: rgb(39, 91, 13);
  font-size: 3rem;
  height: 200px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-align: center;
  text-transform: uppercase;
  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;
}

.topics-content {
  position: relative;
  z-index: 2;
  width: 80%;
  margin-left: auto;
  background-color: #63B13C;
  color: rgb(255, 255, 255);
}

.news-item {
  padding: 10px 30px;
  border-bottom: 1px solid rgb(255, 255, 255);
}

.mv-section {
  padding-top: 200px;
  position: relative;
}
@media (max-width: 1023px) {
  .mv-section {
    padding-top: 150px;
  }
}
.mv-section .left {
  top: 0;
  left: 0;
  width: 40%;
  max-width: 480px;
}
@media (max-width: 767px) {
  .mv-section .left {
    width: 80%;
  }
}
.mv-section .right {
  width: 40%;
  max-width: 500px;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .mv-section .right {
    display: none;
  }
}
.mv-section .top-title {
  padding-top: 10px;
}

.policy-wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.policy-wrapper p:not(:last-child) {
  margin-bottom: 15px;
}
.policy-wrapper a {
  color: rgb(34, 34, 34);
  border-bottom: 1px solid transparent;
}
.policy-wrapper a:hover {
  border-color: rgb(34, 34, 34);
}

.guide-first-text {
  text-align: center;
  margin-bottom: 50px;
}

.guide-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 1023px) {
  .guide-link-wrapper {
    gap: 10px;
  }
}
.guide-link-wrapper a {
  position: relative;
  display: block;
  padding: 10px 30px 10px 10px;
  font-weight: 700;
  background-color: rgb(219, 236, 210);
  color: rgb(34, 34, 34);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .guide-link-wrapper a {
    width: 100%;
    text-align: center;
    max-width: 280px;
  }
}
.guide-link-wrapper a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 12px;
  aspect-ratio: 12/7;
  background-image: url("../../images/arrow-black.svg");
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.guide-link-wrapper a:hover::after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.guide-wrapper {
  padding-left: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
@media (max-width: 1440px) {
  .guide-wrapper {
    padding-left: calc((100vw - 1120px) / 2);
  }
}
@media (max-width: 1220px) {
  .guide-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 1023px) {
  .guide-wrapper {
    padding-inline: 50px;
  }
}
@media (max-width: 767px) {
  .guide-wrapper {
    padding-inline: 20px;
  }
}
.guide-wrapper .side-deco {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 200px;
  -webkit-transform: translate(-80%, -50%);
          transform: translate(-80%, -50%);
}
@media (max-width: 1300px) {
  .guide-wrapper .side-deco {
    -webkit-transform: translate(-55%, -50%);
            transform: translate(-55%, -50%);
  }
}
.guide-wrapper .text-box {
  position: relative;
  width: 60%;
}
@media (max-width: 1023px) {
  .guide-wrapper .text-box {
    width: 100%;
  }
}
.guide-wrapper p:not(:last-child) {
  margin-bottom: 20px;
}
.guide-wrapper .image-box {
  position: relative;
  width: calc(40% - 30px);
}
@media (max-width: 1023px) {
  .guide-wrapper .image-box {
    width: 60%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .guide-wrapper .image-box {
    width: 100%;
  }
}
.guide-wrapper.one {
  padding: 0;
}
.guide-wrapper.one .image-box {
  position: relative;
}
@media (max-width: 1023px) {
  .guide-wrapper.one .image-box {
    width: 100%;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .guide-wrapper.one .image-box {
    padding-top: 80px;
  }
}
.guide-wrapper.one .image-box img {
  position: absolute;
}
.guide-wrapper.one .image-box img.top {
  top: 0;
  left: 0;
  width: 200px;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}
@media (max-width: 1023px) {
  .guide-wrapper.one .image-box img.top {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .guide-wrapper.one .image-box img.top {
    width: 150px;
  }
}
.guide-wrapper.one .image-box img.center {
  top: 0;
  left: 40%;
  width: 150px;
}
@media (max-width: 1023px) {
  .guide-wrapper.one .image-box img.center {
    left: auto;
    right: 0;
  }
}
@media (max-width: 767px) {
  .guide-wrapper.one .image-box img.center {
    width: 100px;
  }
}
.guide-wrapper.one .image-box img.bottom {
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  bottom: 0;
  right: 0;
  width: 120%;
}
@media (max-width: 1023px) {
  .guide-wrapper.one .image-box img.bottom {
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
    margin-right: 0;
    width: 100%;
  }
}
.guide-wrapper.two {
  position: relative;
}
.guide-wrapper.two .side-deco {
  -webkit-transform: translate(-80%, -80%);
          transform: translate(-80%, -80%);
  width: 150px;
}
@media (max-width: 1300px) {
  .guide-wrapper.two .side-deco {
    -webkit-transform: translate(-40%, -80%);
            transform: translate(-40%, -80%);
  }
}
.guide-wrapper.two .image-box {
  padding: 50px 80px 0 0;
}
@media (max-width: 1023px) {
  .guide-wrapper.two .image-box {
    padding: 50px 30px 0 0;
    position: absolute;
    width: 28%;
    bottom: 0;
    right: -50px;
  }
}
@media (max-width: 767px) {
  .guide-wrapper.two .image-box {
    position: relative;
    bottom: auto;
    right: auto;
    width: 80%;
    padding: 0 50px 0 0;
  }
}
.guide-wrapper.two .text {
  position: absolute;
  top: 0px;
  right: 10%;
  width: 150px;
  opacity: 0;
}
@media (max-width: 1023px) {
  .guide-wrapper.two .text {
    width: 100px;
    right: 20%;
  }
}
@media (max-width: 767px) {
  .guide-wrapper.two .text {
    right: 10%;
    top: -25px;
  }
}
.guide-wrapper.two .text.show {
  -webkit-animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.guide-wrapper.three .side-deco {
  width: 100px;
}
.guide-wrapper.three .image-box img {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
@media (max-width: 1023px) {
  .guide-wrapper.three .image-box img {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.guide-wrapper .link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px 30px;
}
.guide-wrapper .link-wrapper .top-btn {
  margin: 0;
}
.guide-wrapper .link-wrapper .top-btn.baby {
  max-width: 350px;
}
@media (max-width: 767px) {
  .guide-wrapper .link-wrapper .top-btn.baby {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .guide-wrapper .link-wrapper .top-btn.insta {
    width: 100%;
    max-width: 350px;
  }
}
.guide-wrapper .link-wrapper .top-btn.insta::after {
  -webkit-mask-image: url("../../images/menu-icon/instagram.svg");
          mask-image: url("../../images/menu-icon/instagram.svg");
}

.accordion-wrapper {
  overflow: hidden;
  border-radius: 15px;
}
.accordion-wrapper:not(:last-child) {
  margin-bottom: 20px;
}
.accordion-wrapper .trigger {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  gap: 10px;
  background-color: rgb(219, 236, 210);
  cursor: pointer;
  color: rgb(88, 87, 87);
}
@media (max-width: 767px) {
  .accordion-wrapper .trigger {
    padding: 10px;
    gap: 5px;
  }
}
.accordion-wrapper .trigger::before {
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Josefin Sans", sans-serif;
  color: rgb(255, 255, 255);
  width: 39px;
  font-size: 1.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgb(3, 105, 47);
}
@media (max-width: 767px) {
  .accordion-wrapper .trigger::before {
    width: 25px;
    font-size: 1rem;
  }
}
.accordion-wrapper .trigger span {
  pointer-events: none;
  width: calc(100% - 39px - 16px - 20px);
}
@media (max-width: 767px) {
  .accordion-wrapper .trigger span {
    width: calc(100% - 25px - 10px - 10px);
  }
}
.accordion-wrapper .trigger .plus {
  position: relative;
  width: 16px;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .accordion-wrapper .trigger .plus {
    width: 10px;
  }
}
.accordion-wrapper .trigger .plus::before, .accordion-wrapper .trigger .plus::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: rgb(3, 105, 47);
}
.accordion-wrapper .trigger .plus::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.accordion-wrapper .trigger.is-open {
  color: rgb(255, 255, 255);
  background-color: rgb(3, 105, 47);
}
.accordion-wrapper .trigger.is-open::before {
  background-color: rgb(255, 255, 255);
  color: rgb(3, 105, 47);
}
.accordion-wrapper .trigger.is-open .plus::after, .accordion-wrapper .trigger.is-open .plus::before {
  background-color: rgb(255, 255, 255);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.accordion-wrapper .trigger.is-open .chevron {
  -webkit-transform: translateY(2px) rotate(230deg);
          transform: translateY(2px) rotate(230deg);
}
.accordion-wrapper .content {
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
  overflow: hidden;
  max-height: 0;
  padding: 0 20px;
  background-color: rgb(219, 236, 210);
  color: rgb(88, 87, 87);
}
.accordion-wrapper .content.is-open {
  max-height: var(--max-height);
}
.accordion-wrapper .content p:not(:last-child) {
  margin-bottom: 10px;
}
.accordion-wrapper .content.a-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
@media (max-width: 767px) {
  .accordion-wrapper .content.a-box {
    gap: 5px;
  }
}
.accordion-wrapper .content.a-box::before {
  content: "";
  width: 39px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 767px) {
  .accordion-wrapper .content.a-box::before {
    display: none;
  }
}
.accordion-wrapper .content.a-box .inner-box {
  width: calc(100% - 10px - 39px);
}
@media (max-width: 767px) {
  .accordion-wrapper .content.a-box .inner-box {
    width: 100%;
  }
}
.accordion-wrapper .content .inner-box {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .accordion-wrapper .content .inner-box {
    padding: 20px 0;
    font-size: 0.9rem;
  }
}
.accordion-wrapper a {
  color: rgb(88, 87, 87);
  border-bottom: 1px solid rgb(88, 87, 87);
}
.accordion-wrapper a:hover {
  border-color: transparent;
}

.page-contact-section .first-text {
  margin-bottom: 30px;
}

.contact-wrapper a {
  color: rgb(34, 34, 34);
  border-bottom: 1px solid transparent;
}
.contact-wrapper a:hover {
  border-color: rgb(34, 34, 34);
}
.contact-wrapper .text-common {
  display: block;
  width: 100%;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
}
.contact-wrapper button {
  font-family: "Zen Maru Gothic", sans-serif;
}

.contact-tel-wrapper {
  border: 2px solid rgb(3, 105, 47);
  padding: 50px;
  border-radius: 20px;
  max-width: 845px;
  margin: 100px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-tel-wrapper {
    padding: 30px 20px;
    margin-top: 50px;
  }
}
.contact-tel-wrapper .tel-title {
  margin: 0 auto 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px 5px;
  border-bottom: 1px dashed rgb(3, 105, 47);
  font-size: 1.4rem;
  font-weight: 700;
  color: rgb(3, 105, 47);
}
@media screen and (max-width: 767px) {
  .contact-tel-wrapper .tel-title {
    font-size: 1.2rem;
  }
}
.contact-tel-wrapper .number {
  font-size: 2rem;
  font-weight: 700;
  color: rgb(3, 105, 47);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.contact-tel-wrapper .number span {
  padding-bottom: 5px;
}
.contact-tel-wrapper .number img {
  width: 21px;
  margin: 0;
}
.contact-tel-wrapper .tel-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px 15px;
  text-align: left;
}
.contact-tel-wrapper .tel-time span {
  display: inline-block;
  width: 180px;
}

.confirm_area .inner-box {
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(255, 255, 255);
}
.confirm_area .contact-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px 30px;
}
.confirm_area .contact-btn-wrapper .top-btn {
  width: 100%;
  margin: 0;
}
.confirm_area .contact-btn-wrapper .top-btn.before-icon::after {
  display: none;
}
.confirm_area .contact-btn-wrapper .top-btn.before-icon::before {
  width: 32px;
  aspect-ratio: 32/12;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-mask-image: url("../../images/arrow.svg");
          mask-image: url("../../images/arrow.svg");
}

.smf-item:has([data-validations~=required]) .smf-item__label__text::after {
  content: "*必須";
  color: rgb(222, 0, 0);
  font-size: 10px;
  vertical-align: top;
}

.smf-button-control__control.disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}

.custom-error-message {
  margin-top: 5px;
  font-size: 14px;
  color: #d00;
}

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

.page-contact-section {
  position: relative;
}
.page-contact-section .contact-wrapper {
  background-color: rgb(219, 236, 210);
  padding: 80px 40px 0;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 767px) {
  .page-contact-section .contact-wrapper {
    padding: 50px 20px 0;
  }
}
.page-contact-section .smf-action {
  margin-top: 0;
  background-color: rgb(219, 236, 210);
  padding: 30px 40px 80px;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .page-contact-section .smf-action {
    padding: 30px 20px 50px;
  }
}
.page-contact-section .smf-action button {
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: 240px;
  color: rgb(255, 255, 255);
  background: rgb(71, 70, 70);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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: 10px;
  margin: 0 auto;
  padding: 10px 30px;
  border-radius: 50px;
  border: 1px solid transparent;
  font-weight: 700;
  min-width: 180px;
}
.page-contact-section .smf-action button::after {
  content: "";
  width: 32px;
  aspect-ratio: 32/12;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: rgb(255, 255, 255);
  -webkit-mask-image: url("../../images/arrow.svg");
          mask-image: url("../../images/arrow.svg");
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page-contact-section .smf-action button[data-action=back] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-contact-section .smf-action button[data-action=back]:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-contact-section .snow-monkey-form[data-screen=confirm] .first-text {
  display: none;
}
.page-contact-section .snow-monkey-form[data-screen=confirm] .smf-item {
  padding: 0 0 10px;
  border-bottom: 1px dashed rgb(255, 255, 255);
}
.page-contact-section .snow-monkey-form[data-screen=confirm] .smf-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-contact-section .snow-monkey-form[data-screen=confirm] + .contact-tel-wrapper {
  display: none;
}
.page-contact-section .snow-monkey-form[data-screen=complete] .smf-action {
  padding: 0;
  background-color: transparent;
}
.page-contact-section .snow-monkey-form[data-screen=complete] + .contact-tel-wrapper {
  display: none;
}
.page-contact-section .smf-progress-tracker__item__text,
.page-contact-section .smf-progress-tracker__item__number {
  display: none;
}
.page-contact-section .smf-item {
  padding: 0;
}
.page-contact-section .smf-item:not(:last-child) {
  margin-bottom: 30px;
}
.page-contact-section .smf-progress-tracker {
  position: relative;
  max-width: 940px;
  margin: 0 auto 100px;
  font-weight: 500;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
}
@media screen and (max-width: 767px) {
  .page-contact-section .smf-progress-tracker {
    margin-bottom: 50px;
    gap: 20px;
  }
}
.page-contact-section .smf-progress-tracker::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 90%;
  height: 1px;
  border-top: 1px dashed rgb(219, 236, 210);
}
.page-contact-section .smf-progress-tracker .smf-progress-tracker__item {
  position: relative;
  z-index: 2;
  width: calc((100% - 60px) / 3);
  max-width: 245px;
  text-align: center;
  padding: 20px;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .page-contact-section .smf-progress-tracker .smf-progress-tracker__item {
    padding: 5px 0;
    width: calc((100% - 40px) / 3);
  }
}
.page-contact-section .smf-progress-tracker .smf-progress-tracker__item::after {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: transparent;
  right: auto;
  height: auto;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-contact-section .smf-progress-tracker .smf-progress-tracker__item::after {
    font-size: 0.8rem;
  }
}
.page-contact-section .smf-progress-tracker .smf-progress-tracker__item::before {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 245/137;
  display: block;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: rgb(236, 236, 236);
}
.page-contact-section .smf-progress-tracker .smf-progress-tracker__item:nth-child(1)::after {
  content: "情報入力";
}
.page-contact-section .smf-progress-tracker .smf-progress-tracker__item:nth-child(1):before {
  -webkit-mask-image: url("../../images/contact-flow-orange.svg");
          mask-image: url("../../images/contact-flow-orange.svg");
}
.page-contact-section .smf-progress-tracker .smf-progress-tracker__item:nth-child(2)::after {
  content: "内容確認";
}
.page-contact-section .smf-progress-tracker .smf-progress-tracker__item:nth-child(2)::before {
  -webkit-mask-image: url("../../images/contact-flow-green.svg");
          mask-image: url("../../images/contact-flow-green.svg");
}
.page-contact-section .smf-progress-tracker .smf-progress-tracker__item:nth-child(3)::after {
  display: block;
  content: "送信完了";
}
.page-contact-section .smf-progress-tracker .smf-progress-tracker__item:nth-child(3)::before {
  -webkit-mask-image: url("../../images/contact-flow-blue.svg");
          mask-image: url("../../images/contact-flow-blue.svg");
}
.page-contact-section .smf-progress-tracker .smf-progress-tracker__item[aria-current=true] {
  color: rgb(255, 255, 255);
}
.page-contact-section .smf-progress-tracker .smf-progress-tracker__item[aria-current=true]:nth-child(1)::before {
  background-color: rgb(195, 113, 0);
}
.page-contact-section .smf-progress-tracker .smf-progress-tracker__item[aria-current=true]:nth-child(2)::before {
  background-color: rgb(3, 105, 47);
}
.page-contact-section .smf-progress-tracker .smf-progress-tracker__item[aria-current=true]:nth-child(3)::before {
  background-color: rgb(42, 102, 221);
}
.page-contact-section .smf-complete-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.page-contact-section .smf-complete-content .smf-action {
  padding: 0;
  display: none;
}
.page-contact-section .side-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
}
.page-contact-section .top-page {
  margin: 50px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translate(0);
          transform: translate(0);
  position: relative;
  bottom: auto;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  flex-direction: column-reverse;
}
.page-contact-section .top-page a {
  color: rgb(3, 105, 47);
}
.page-contact-section .top-page::after {
  width: 150px;
  background-color: rgb(3, 105, 47);
}

.post-tag {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.9rem;
  color: rgb(255, 255, 255);
}
.post-tag.event {
  background-color: rgb(3, 105, 47);
}
.post-tag.baby {
  background-color: rgb(227, 77, 77);
}
.post-tag.child {
  background-color: rgb(221, 177, 1);
}
.post-tag.media {
  background-color: rgb(42, 102, 221);
}

.post-time {
  color: rgb(139, 139, 139);
}

.post-first-text {
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .post-first-text {
    text-align: left;
  }
  .post-first-text .inlineblock-item {
    display: inline;
  }
}

.category-list {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .category-list {
    gap: 10px;
  }
}
.category-list a {
  display: block;
  color: rgb(34, 34, 34);
  font-weight: 700;
  padding: 10px 20px;
  background-color: rgb(219, 236, 210);
  border-radius: 5px;
}
@media (max-width: 767px) {
  .category-list a {
    font-size: 0.8rem;
    padding: 10px;
  }
}
.category-list a:hover, .category-list a.current {
  color: rgb(255, 255, 255);
}
.category-list a:hover.post, .category-list a.current.post {
  background-color: rgb(195, 113, 0);
}
.category-list a:hover.event, .category-list a.current.event {
  background-color: rgb(3, 105, 47);
}
.category-list a:hover.baby, .category-list a.current.baby {
  background-color: rgb(227, 77, 77);
}
.category-list a:hover.child, .category-list a.current.child {
  background-color: rgb(221, 177, 1);
}
.category-list a:hover.media, .category-list a.current.media {
  background-color: rgb(42, 102, 221);
}

.wp-pagenavi {
  margin-top: 50px;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  color: inherit;
}
.wp-pagenavi a:not(:last-child), .wp-pagenavi span:not(:last-child) {
  margin-right: 10px;
}
.wp-pagenavi a.current, .wp-pagenavi span.current {
  background-color: rgb(3, 105, 47);
  color: rgb(255, 255, 255);
  width: 25px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.wp-pagenavi a.arrow, .wp-pagenavi span.arrow {
  vertical-align: middle;
}
.wp-pagenavi a.arrow::before, .wp-pagenavi span.arrow::before {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/post-arrow.svg");
}
.wp-pagenavi a.arrow.left::before, .wp-pagenavi span.arrow.left::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.single-category-wrapper {
  margin: 10px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-category-wrapper .tags-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px 10px;
}
.single-category-wrapper .tags-wrapper .icon {
  width: 20px;
}
.single-category-wrapper .tags-wrapper span {
  display: inline-block;
  padding: 5px 10px;
  font-size: 0.9rem;
  border-radius: 5px;
  color: rgb(88, 87, 87);
  background-color: rgb(236, 236, 236);
}

.single-title {
  margin-bottom: 50px;
  padding-bottom: 5px;
  border-bottom: 2px dashed rgb(34, 34, 34);
  font-weight: 700;
  font-size: 1.4rem;
}

.single-section .image-wrapper {
  margin-bottom: 50px;
}

.single-menu {
  margin-bottom: 50px;
  padding: 0 30px 20px;
  border-bottom: 2px dashed rgb(34, 34, 34);
}
@media (max-width: 1023px) {
  .single-menu {
    padding: 0 0 20px;
  }
}
.single-menu .menu-icon {
  margin-bottom: 20px;
}
.single-menu .menu-icon::before {
  background-color: rgb(34, 34, 34);
  -webkit-mask-image: url("../../images/menu-icon.svg");
          mask-image: url("../../images/menu-icon.svg");
}
.single-menu .menu-list li:not(:last-child) {
  margin-bottom: 5px;
}
.single-menu .menu-list a {
  position: relative;
  color: rgb(34, 34, 34);
}
.single-menu .menu-list a::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/deco/fv/3.png");
  opacity: 0;
  -webkit-transform: 0.5s;
          transform: 0.5s;
}
.single-menu .menu-list a:hover::before {
  opacity: 1;
}

.main-contents-wrapper {
  padding-bottom: 50px;
  border-bottom: 2px dashed rgb(34, 34, 34);
}
.main-contents-wrapper .single-main-box:not(:last-child) {
  margin-bottom: 50px;
}
.main-contents-wrapper .single-main-box > div:not(:last-child) {
  margin-bottom: 20px;
}
.main-contents-wrapper .single-menu-title {
  margin-bottom: 30px;
  font-size: 1.2rem;
  padding: 10px;
  background-color: rgb(219, 236, 210);
}
.main-contents-wrapper .sub-title {
  font-weight: 700;
  color: rgb(3, 105, 47);
  margin-bottom: 25px;
  font-size: 1.1rem;
}
.main-contents-wrapper .text-only p:not(:last-child) {
  margin-bottom: 5px;
}
.main-contents-wrapper .all-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px 30px;
}
.main-contents-wrapper .all-item.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.main-contents-wrapper .all-item .sub-title {
  margin-bottom: 15px;
}
.main-contents-wrapper .all-item .image-box {
  width: 35%;
}
@media (max-width: 767px) {
  .main-contents-wrapper .all-item .image-box {
    width: 100%;
  }
}
.main-contents-wrapper .all-item .text-box {
  width: calc(65% - 30px);
}
@media (max-width: 767px) {
  .main-contents-wrapper .all-item .text-box {
    width: 100%;
  }
}
.main-contents-wrapper .image-one {
  max-width: 700px;
  margin-inline: auto;
}
.main-contents-wrapper .image-two {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1023px) {
  .main-contents-wrapper .image-two {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .main-contents-wrapper .image-two {
    gap: 5px;
  }
}
.main-contents-wrapper .image-two img {
  -o-object-fit: cover;
     object-fit: cover;
}
.main-contents-wrapper .image-three {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1023px) {
  .main-contents-wrapper .image-three {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .main-contents-wrapper .image-three {
    gap: 5px;
  }
}
.main-contents-wrapper .image-three img {
  -o-object-fit: cover;
     object-fit: cover;
}
.main-contents-wrapper .movie-box {
  max-width: 700px;
  margin-inline: auto;
}
.main-contents-wrapper .movie-box iframe {
  aspect-ratio: 16/9;
}

.single-overview-wrapper {
  padding: 0 30px;
  margin-top: 50px;
}
@media (max-width: 1023px) {
  .single-overview-wrapper {
    padding: 0;
  }
}
.single-overview-wrapper .menu-icon {
  margin-bottom: 30px;
}
.single-overview-wrapper .menu-icon::before {
  width: 20px;
  background-color: rgb(34, 34, 34);
  -webkit-mask-image: url("../../images/overview-icon.svg");
          mask-image: url("../../images/overview-icon.svg");
}
.single-overview-wrapper .overview-inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px 30px;
}
.single-overview-wrapper .overview-inner-box:not(:last-child) {
  margin-bottom: 15px;
}
.single-overview-wrapper .overview-inner-box .overview-title {
  width: 130px;
  padding: 5px 10px;
  background-color: rgb(236, 236, 236);
  text-align: center;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .single-overview-wrapper .overview-inner-box .overview-title {
    width: 100%;
  }
}
.single-overview-wrapper .overview-inner-box .overview-contents {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: calc(100% - 130px - 30px);
}
@media (max-width: 767px) {
  .single-overview-wrapper .overview-inner-box .overview-contents {
    width: 100%;
    padding: 0 5px;
  }
}
.single-overview-wrapper .top-btn {
  max-width: 320px;
}

.single-link-wrapper {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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: 30px;
}
.single-link-wrapper li.list-link a {
  border-bottom: 1px solid rgb(34, 34, 34);
}
.single-link-wrapper li.list-link a:hover {
  border-color: transparent;
}
.single-link-wrapper li:not(.list-link) .text {
  padding-top: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 200px;
}
.single-link-wrapper li:not(.list-link) .link-title {
  margin-top: 10px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single-link-wrapper li:not(.list-link) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.single-link-wrapper li:not(.list-link) a::before {
  content: "";
  display: block;
  width: 35px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../../images/green-arrow.svg");
}
.single-link-wrapper li:not(.list-link).next a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.single-link-wrapper li:not(.list-link).next a::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.single-link-wrapper a {
  color: rgb(34, 34, 34);
}

.other-post-wrapper {
  margin-top: 100px;
}
.other-post-wrapper .other-title {
  margin-bottom: 30px;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.other-post-wrapper .other-title::after {
  content: "";
  display: block;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  border-bottom: 2px dashed rgb(34, 34, 34);
}
/*# sourceMappingURL=main.css.map */