@charset "UTF-8";
body {
  background: #6f6052;
}

body.inview {
  background: #6f6052;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
}
h2,
h3,
h4,
span,
p {
  color: #fff;
  font-weight: 500;
  font-style: normal;
  font-family: "A1ゴシック M", "A1 Gothic M";
  line-height: 1.8;
}

p, span, a {
  font-size: 17px;
}

.text-color-orange {
  color: #ffa326;
}

.text-color-green {
  color: #46cfb8;
}

.text-color-pink {
  color: #ea7eac;
}

.link-btn-more {
  display: block;
  margin: 30px auto;
  padding: 4px;
  padding: 8px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  background: #3c3c3c;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 768px) {
  .link-btn-more {
    border-radius: 32px;
  }
}

.top {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  background: #6f6052;
  color: #fff;
}
.top .main {
  position: relative;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 768px) {
  .top .main {
    margin: 0;
  }
}
.top .sec__heading {
  margin: 0 auto;
  text-align: center;
}
.top .top-first-view {
  position: relative;
  z-index: 3;
  overflow: visible;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  background: url(../img/top/first-view--bg.jpg);
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .top .top-first-view {
    padding-bottom: 40px;
    height: 100svh;
    background-position: 43% 50%;
  }
}
.top .top-first-view .first-view-img-wrapper {
  position: relative;
  top: 54%;
  left: 50%;
  z-index: 2;
  overflow: hidden;
  max-width: 700px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 85%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .top .top-first-view .first-view-img-wrapper {
    width: 80%;
  }
}
.top .top-first-view .first-view-img-text {
  width: 100%;
}
.top .top-first-view .first-view-img-text.view {
  opacity: 1;
  transform: scale(1);
}
@media (min-width: 1368px) {
  .top .top-first-view .first-view-img-text {
    height: 700px;
  }
}
@media (max-width: 768px) {
  .top .top-first-view .first-view-img-text {
    height: 240px;
    border-radius: 84px 0 0 0;
  }
}
.top .top-first-view .first-view-text {
  position: absolute;
  top: 54%;
  left: 10%;
  z-index: 3;
  box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  line-height: 1.7;
  transform: translate(-50%, -50%);
}
@media (min-width: 769px) {
  .top .top-first-view .first-view-text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
  }
}
@media (max-width: 768px) {
  .top .top-first-view .first-view-text {
    top: auto;
    bottom: 16px;
    left: 0;
    transform: translateX(calc(0% - 0px));
  }
}
.top .top-first-view .first-view-text span {
  display: block;
  margin: 0;
  margin-bottom: 0px;
  margin-left: 16px;
  padding: 16px 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
  color: #6f6052;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  font-family: "A1ゴシック R", "A1 Gothic R";
  line-height: 1.7;
  opacity: 0;
  transition: 0.8s;
  transition-delay: 1.4s;
  transform: translateX(-150%);
  will-change: transform, opacity;
}
.top .top-first-view .first-view-text span.view {
  opacity: 1;
  transform: translate(0);
}
@media (min-width: 769px) {
  .top .top-first-view .first-view-text span:first-child, .top .top-first-view .first-view-text span:nth-child(2) {
    transform: translateY(-60px);
  }
}
.top .top-first-view .first-view-text span:nth-child(2) {
  transition-delay: 1.65s;
  transform: translateY(-40px);
}
.top .top-first-view .first-view-text span:nth-child(3) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition-delay: 1.55s;
}
.top .top-first-view .first-view-text span:last-child {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition-delay: 1.7s;
}
@media (max-width: 768px) {
  .top .top-first-view .first-view-text span.pcView.tabletView {
    display: none;
  }
}
@media (min-width: 769px) {
  .top .top-first-view .first-view-text span.spView {
    display: none;
  }
}
.top .top-first-view .first-view-text span.view {
  opacity: 1;
  transform: translateX(0%);
}
@media (max-width: 768px) {
  .top .top-first-view .first-view-text span {
    margin-bottom: 12px;
    padding: 0 10px;
    font-size: 20px;
  }
}
.top .top-first-view .first-view-text span:last-child {
  margin-left: 0px;
}
@media (max-width: 768px) {
  .top .top-first-view .first-view-text span:last-child {
    margin-left: 16px;
  }
}
.top .top-first-view .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 190px;
  max-width: 250px;
  width: 15%;
  transform: translate(-50%, -50%);
}
.top .top-first-view .first-view-bg-img {
  position: relative;
  left: 50%;
  min-width: 1360px;
  width: 100%;
  transform: translate(-50%, 0);
}
@media (max-width: 768px) {
  .top .top-first-view .first-view-bg-img {
    min-width: auto;
    width: auto;
    height: 100svh;
  }
}
.top .top-first-view .scroll__wrapper {
  position: absolute;
  right: 8%;
  bottom: 40px;
}
@media (max-width: 768px) {
  .top .top-first-view .scroll__wrapper {
    right: 8%;
  }
}
.top .top-first-view .scroll__wrapper span {
  position: relative;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 14px;
}
.top .top-first-view .scroll__wrapper span::after {
  position: absolute;
  bottom: -128px;
  left: calc(50% - 1px);
  display: block;
  width: 1px;
  height: 120px;
  background: #e1dcc2;
  content: "";
  transform-origin: top;
  -webkit-animation: flow 2.5s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: flow 2.5s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.top .top-first-view .scroll__wrapper span::before {
  position: absolute;
  bottom: -8px;
  left: calc(50% - 1px);
  display: none;
  width: 8px;
  height: 8px;
  background: #e1dcc2;
  content: "";
  transform-origin: top;
  -webkit-animation: flowtranslate 2.5s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: flowtranslate 2.5s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
}
@-webkit-keyframes flow {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes flow {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes flowtranslate {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(80px);
  }
}
@keyframes flowtranslate {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(80px);
  }
}
.top section {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 140px 0;
  padding-top: 140px;
  padding-bottom: 140px;
  background: #6f6052;
}
@media (max-width: 768px) {
  .top section {
    margin-top: 0;
    margin-bottom: 0px;
    padding: 140px 0;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
  }
}
.top section .sec-heading {
  text-align: center;
  font-size: 32px;
  line-height: 1;
}
@media (max-width: 768px) {
  .top section .sec-heading {
    font-size: 28px;
  }
}
.top section .sec-heading-desc {
  display: block;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 768px) {
  .top section .sec-heading-desc {
    margin-bottom: 16px;
  }
}
.top section .heading-mask01,
.top section .heading-mask02 {
  position: absolute;
  top: -16px;
  left: calc(50% - 22px);
  z-index: -1;
  max-width: 70px;
  width: 8%;
  height: 70px;
  background-color: #6cba5a;
  background-position: -100% -150%, 100% -150%;
  background-size: 150%;
  background-repeat: repeat-x;
  transform: translate(-50%, 0%);
  -webkit-mask-image: url(../img/common/heading-bg-mask01.png);
  mask-image: url(../img/common/heading-bg-mask01.png);
  -webkit-mask-position-y: center;
  mask-position-y: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: 100%;
}
@media (max-width: 768px) {
  .top section .heading-mask01,
.top section .heading-mask02 {
    width: 14%;
  }
}
.top section .heading-mask02 {
  top: -10px;
  left: calc(50% + 22px);
  z-index: -2;
  background-color: #fccf00;
  -webkit-mask-image: url(../img/common/heading-bg-mask02.png);
  mask-image: url(../img/common/heading-bg-mask02.png);
}
.top .sec01 {
  padding: 60px 0;
  padding-top: 200px;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .top .sec01 {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
.top .sec01 .fixed__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
  max-width: 1100px;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .top .sec01 .fixed__wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
.top .sec01 .sec-heading {
  margin-bottom: 90px;
  color: #e1dcc2;
  font-size: 30px;
  font-family: "A1ゴシック B", "A1 Gothic B";
  line-height: 1.8;
}
@media (max-width: 768px) {
  .top .sec01 .sec-heading {
    margin-bottom: 60px;
    font-size: 26px;
    line-height: 1.6;
  }
}
.top .sec01 .sec-heading-desc {
  margin-bottom: 70px;
  font-size: 17px;
  line-height: 2.2;
}
@media (max-width: 768px) {
  .top .sec01 .sec-heading-desc {
    font-size: 15px;
  }
}
.top .sec01 .box {
  box-sizing: border-box;
  margin-bottom: 48px;
  padding: 48px 16px;
  background: #9c8770;
}
@media (max-width: 768px) {
  .top .sec01 .box {
    padding: 32px 32px;
    border-radius: 22px;
  }
}
.top .sec01 .box.box02 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .top .sec01 .box.box02 {
    margin-bottom: 50px;
  }
}
.top .sec01 .box img {
  display: block;
  margin: 0 auto;
  width: 80%;
  border-radius: 30px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .top .sec01 .box img {
    width: 100%;
    border-radius: 0px;
  }
}
.top .sec01 .box p {
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .top .sec01 .box p {
    margin-bottom: 20px;
    text-align: left;
    font-size: 15px;
  }
}
.top .sec01 .icon__wrapper {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .top .sec01 .icon__wrapper {
    margin-bottom: 0px;
  }
}
.top .sec01 .icon__wrapper .flex01 {
  margin: 0 120px 0 auto;
  max-width: 190px;
}
@media (max-width: 768px) {
  .top .sec01 .icon__wrapper .flex01 {
    margin: 0 0 0 auto;
  }
}
.top .sec01 .icon__wrapper .icon {
  margin: 0 6px;
  max-width: 52px;
}
.top .sec01 .info__wrapper .flex {
  box-sizing: border-box;
  border: solid #c9c9c9 1px;
}
@media (max-width: 768px) {
  .top .sec01 .info__wrapper .flex {
    align-items: stretch;
  }
}
.top .sec01 .info__wrapper .flex p {
  margin: 0;
  padding: 10px 0;
  color: #000;
}
@media (max-width: 768px) {
  .top .sec01 .info__wrapper .flex p {
    font-size: 14px;
  }
}
.top .sec01 .info__wrapper .flex .bg--yellow {
  width: 20%;
  background: #ded7c1;
  text-align: center;
}
@media (max-width: 768px) {
  .top .sec01 .info__wrapper .flex .bg--yellow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38%;
  }
}
.top .sec01 .info__wrapper .flex .bg--white {
  padding-left: 2em;
  width: 80%;
  background: #fff;
  text-align: left;
}
@media (max-width: 768px) {
  .top .sec01 .info__wrapper .flex .bg--white {
    padding-left: 1em;
    width: 62%;
  }
}
.top .sec02 {
  padding: 60px 0;
  padding-top: 200px;
  padding-bottom: 200px;
  background: #9c8770;
}
@media (max-width: 768px) {
  .top .sec02 {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #6f6052;
  }
}
.top .sec02 .fixed__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
  max-width: 1100px;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .top .sec02 .fixed__wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
.top .sec02 .flex01 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .top .sec02 .flex01 {
    display: block;
  }
}
.top .sec02 .flex01 .heading__wrapper {
  margin-right: 20px;
  max-width: 110px;
}
@media (max-width: 768px) {
  .top .sec02 .flex01 .heading__wrapper {
    margin: 0 auto;
    margin-bottom: 40px;
    max-width: 230px;
  }
}
.top .sec02 .flex01 .heading__wrapper img {
  vertical-align: middle;
}
.top .sec02 .flex01 .heading__wrapper .spView {
  padding: 7px 24px;
  border-radius: 32px;
  background-color: #edb817;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
.top .sec02 .flex01 .box:last-child img {
  display: block;
  margin: 0 auto;
  margin-bottom: 12px;
  max-width: 190px;
  width: 60%;
}
@media (max-width: 768px) {
  .top .sec02 .flex01 .box:last-child img {
    margin-bottom: 16px;
    max-width: 130px;
  }
}
.top .sec02 .flex01 .box:last-child h2 {
  color: #fff;
  font-size: 36px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .top .sec02 .flex01 .box:last-child h2 {
    font-size: 26px;
  }
}
.top .sec02 .img__wrapper {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .top .sec02 .img__wrapper {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}
.top .sec02 .img__wrapper::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 40%;
  height: 50%;
  background: url(../img/top/sec02-img--bg.jpg);
  background-size: cover;
  content: "";
  opacity: 0.4;
}
@media (max-width: 768px) {
  .top .sec02 .img__wrapper::before {
    display: none;
  }
}
.top .sec02 .img__wrapper img {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 0 0 auto;
  width: 85%;
}
@media (max-width: 768px) {
  .top .sec02 .img__wrapper img {
    width: 100%;
  }
}
.top .sec02 .icon__wrapper {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .top .sec02 .icon__wrapper {
    margin-bottom: 40px;
  }
}
.top .sec02 .icon__wrapper.icon__wrappericon2 .flex {
  margin: 0 120px 0 auto;
  max-width: 128px;
}
@media (max-width: 768px) {
  .top .sec02 .icon__wrapper.icon__wrappericon2 .flex {
    margin: 0 0 0 auto;
  }
}
.top .sec02 .icon__wrapper .flex {
  margin: 0 120px 0 auto;
  max-width: 190px;
}
.top .sec02 .icon__wrapper .icon {
  margin: 0 6px;
  max-width: 52px;
}
.top .sec02 .description__wrapper {
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 800px;
}
.top .sec02 .description__wrapper h3 {
  margin-bottom: 30px;
  color: #e1dcc2;
  font-size: 28px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .top .sec02 .description__wrapper h3 {
    margin-bottom: 26px;
    text-align: center;
    font-size: 20px;
    line-height: 1.7;
  }
}
.top .sec02 .description__wrapper p {
  line-height: 2.2;
}
@media (max-width: 768px) {
  .top .sec02 .description__wrapper p {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.7;
  }
}
.top .sec02 .info__wrapper .flex {
  box-sizing: border-box;
  border: solid #c9c9c9 1px;
}
@media (max-width: 768px) {
  .top .sec02 .info__wrapper .flex {
    align-items: stretch;
  }
}
.top .sec02 .info__wrapper .flex p {
  margin: 0;
  padding: 10px 0;
  color: #000;
}
@media (max-width: 768px) {
  .top .sec02 .info__wrapper .flex p {
    font-size: 14px;
  }
}
.top .sec02 .info__wrapper .flex .bg--yellow {
  width: 20%;
  background: #ded7c1;
  text-align: center;
}
@media (max-width: 768px) {
  .top .sec02 .info__wrapper .flex .bg--yellow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38%;
  }
}
.top .sec02 .info__wrapper .flex .bg--white {
  padding-left: 2em;
  width: 80%;
  background: #fff;
  text-align: left;
}
@media (max-width: 768px) {
  .top .sec02 .info__wrapper .flex .bg--white {
    padding-left: 1em;
    width: 62%;
  }
}
.top .sec02 .sec-heading {
  margin-bottom: 8px;
  color: #0c87ef;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
}
@media (max-width: 768px) {
  .top .sec02 .sec-heading {
    margin-bottom: 0;
    font-size: 20px;
    transform: translateY(-10px);
  }
}
.top .sec02 .sec-heading-desc {
  margin-bottom: 30px;
  color: rgba(8, 120, 219, 0.7);
  font-weight: 700;
  font-style: normal;
  font-family: "noto-sans-cjk-jp", sans-serif;
}
@media (max-width: 768px) {
  .top .sec02 .sec-heading-desc {
    margin-bottom: 0;
    transform: translateY(-10px);
  }
}
.top .sec03 {
  padding: 60px 0;
  padding-top: 200px;
  padding-bottom: 200px;
  background: #5a4c3e;
}
@media (max-width: 768px) {
  .top .sec03 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.top .sec03 .fixed__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
  max-width: 1100px;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .top .sec03 .fixed__wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
.top .sec03 .heading__wrapper {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .top .sec03 .heading__wrapper {
    margin-bottom: 50px;
  }
}
.top .sec03 .sec-heading {
  color: #e1dcc2;
  text-align: left;
  font-size: 32px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .top .sec03 .sec-heading {
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
  }
}
.top .sec03 .heading--bg {
  position: absolute;
  top: -90px;
  left: -48px;
  color: rgba(225, 220, 194, 0.12);
  font-weight: 800;
  font-style: normal;
  font-size: 72px;
  font-family: "avenir-lt-pro", sans-serif;
}
@media (max-width: 768px) {
  .top .sec03 .heading--bg {
    top: -66px;
    /* position: relative; */
    left: 50%;
    display: block;
    text-align: center;
    font-size: 54px;
    transform: translateX(-50%);
  }
}
.top .sec04 {
  padding: 60px 0;
  padding-top: 200px;
  padding-bottom: 120px;
  background: #6f6052;
}
@media (max-width: 768px) {
  .top .sec04 {
    padding-top: 120px;
    padding-bottom: 30px;
  }
}
.top .sec04 .fixed__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
  max-width: 1100px;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .top .sec04 .fixed__wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
.top .sec04 .heading__wrapper {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .top .sec04 .heading__wrapper {
    margin-bottom: 50px;
  }
}
.top .sec04 .sec-heading {
  color: #e1dcc2;
  text-align: left;
  font-size: 32px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .top .sec04 .sec-heading {
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
  }
}
.top .sec04 .heading--bg {
  position: absolute;
  top: -90px;
  left: -48px;
  color: rgba(225, 220, 194, 0.12);
  font-weight: 800;
  font-style: normal;
  font-size: 72px;
  font-family: "avenir-lt-pro", sans-serif;
}
@media (max-width: 768px) {
  .top .sec04 .heading--bg {
    top: -66px;
    /* position: relative; */
    left: 50%;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 54px;
    transform: translateX(-50%);
  }
}
.top .sec04 h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 26px;
}
@media (max-width: 768px) {
  .top .sec04 h3 {
    font-size: 22px;
  }
}
.top .sec04 h3 .font-size--small {
  font-size: 17px;
}
@media (max-width: 768px) {
  .top .sec04 h3 .font-size--small {
    font-size: 15px;
  }
}
.top .sec04 .bg--yellow.border-radius32 {
  margin: 0 auto;
  padding: 4px 0;
  max-width: 300px;
  width: 80%;
  border-radius: 32px;
  background: #ffeb96;
  color: #4d4d4d;
  text-align: center;
  letter-spacing: -0.03em;
  font-size: 21px;
}
@media (max-width: 768px) {
  .top .sec04 .bg--yellow.border-radius32 {
    padding: 8px 0;
    max-width: 240px;
    font-size: 18px;
  }
}
.top .sec04 .desc {
  margin: 12px auto;
  margin-bottom: 20px;
  text-align: center;
  font-size: 22px;
}
@media (max-width: 768px) {
  .top .sec04 .desc {
    margin-top: 30px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .top .sec04 .price__wrapper {
    overflow: scroll;
    width: auto;
  }
  .top .sec04 .price__wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    content: "";
  }
}
.top .sec04 .price__wrapper {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .top .sec04 .price__wrapper img {
    width: 111px;
    outline: 1px solid #6f6052;
    outline-offset: -1px;
    vertical-align: bottom;
  }
}
@media (max-width: 768px) {
  .top .sec04 .price__wrapper .price--month {
    width: 200%;
  }
}
@media (max-width: 768px) {
  .top .sec04 .price__wrapper .price--meething {
    width: 225%;
  }
}
@media (max-width: 768px) {
  .top .sec04 .price__wrapper {
    position: relative;
    /* overflow: scroll; */
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 768px) {
  .top .sec04 .price__wrapper .price--meething {
    position: relative;
    top: 0;
    /* position: absolute; */
    left: 0;
    margin-bottom: 1px;
    max-width: 130px;
    width: 140px;
    vertical-align: middle;
  }
}
.top .sec04 .price__wrapper .price--slide__wrapper {
  overflow: scroll;
  width: calc(100% - 111px);
}
.top .sec04 .price__wrapper .price--slide__wrapper img {
    min-width: 267px;
    width: 267px;
  /* z-index: -2; */
  vertical-align: middle;
}
.top .sec04 .price--month__wrapper {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .top .sec04 .price--month__wrapper .price--meething {
    width: 111px;
  }
}
.top .sec04 .price--month__wrapper .price--slide__wrapper img {
    min-width: 346px;
    width: 346px;
}
@media (max-width: 768px) {
  .top .sec04 .price--meeting__wrapper .price--meething {
    width: 111px;
  }
}
.top .sec04 .price--meeting__wrapper .price--slide__wrapper img {
  min-width: 710px;
}
.top .sec04 .desc02 {
  margin-bottom: -10px;
}
.top .sec04 .flex {
  justify-content: center;
}
@media (max-width: 768px) {
  .top .sec04 .flex {
    display: block;
  }
}
.top .sec04 .flex .bg--yellow {
  margin-right: 30px;
  padding: 0px 24px;
  border-radius: 32px;
  background: #ffeb96;
  color: #4d4d4d;
}
@media (max-width: 768px) {
  .top .sec04 .flex .bg--yellow {
    margin: 0 auto;
    margin-top: 20px;
    padding: 2px 24px;
    max-width: 56px;
    background: #ffeb96;
    color: #4d4d4d;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .top .sec04 .flex .box {
    display: flex;
    justify-content: center;
  }
}
.top .sec04 .flex .box p {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .top .sec04 .flex .box p {
    margin-right: 10px;
    font-size: 12px;
  }
}
.top .sec04 .bg--yellow.border-radius32.meething-price--heading {
  margin-bottom: 28px;
}
.top .sec04 .text {
  margin-bottom: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 3;
  line-height: 1.8;
  transform: translateX(5px);
}
@media (max-width: 768px) {
  .top .sec04 .text {
    font-size: 14px;
  }
}
.top .sec04 .link-btn {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 12px 3em;
  max-width: 300px;
  width: 60%;
  border: 2.5px solid #0884ed;
  border-radius: 32px;
  background: #fff;
  color: #0884ed;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(25, 25, 25, 0.3));
  filter: drop-shadow(2px 2px 2px rgba(25, 25, 25, 0.3));
}
@media (max-width: 768px) {
  .top .sec04 .link-btn {
    padding: 6px 1em;
    max-width: 250px;
    border: none;
  }
}
.top .sec04 .link-btn:last-child {
  margin-bottom: 0;
}
.top .sec04 .link-btn:hover {
  background: #0884ed;
  color: #fff;
  opacity: 1;
}
.top .sec04 .link-btn:hover .icon--link {
  display: none;
}
.top .sec04 .link-btn:hover .icon--link--hover {
  display: inline-block;
}
.top .sec04 .link-btn .icon--link {
  margin-left: 0.5em;
  width: 1.2em;
  transform: translateY(16%);
}
.top .sec04 .link-btn .icon--link--hover {
  display: none;
}
.top .sec04 .yellow-text--first {
	margin-top: 90px;
}
@media (max-width: 768px) {
	.top .sec04 .yellow-text--first {
	margin-top: 40px;
}
}
.top .sec04 .yellow-text {
	color: #fbeba9;
	    margin-bottom: 8px;
}
@media (max-width: 768px) {
	.top .sec04 .yellow-text {
	font-size: 15px;
	}
}
.top .sec04 .white-text {
	color: #fff;
	    margin-top: 8px;
    margin-bottom: 24px;
}
@media (max-width: 768px) {
	.top .sec04 .white-text {
	font-size: 15px;
	}
}
.top .sec05 {
  padding: 140px 0;
  background: #5a4c3e;
}
@media (max-width: 768px) {
  .top .sec05 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.top .sec05 .fixed__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
  max-width: 1100px;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .top .sec05 .fixed__wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
.top .sec05 .sec-heading {
  margin-bottom: 90px;
  font-size: 32px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .top .sec05 .sec-heading {
    margin-bottom: 60px;
    font-size: 22px;
  }
}
.top .sec05 .sec-heading-desc {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .top .sec05 .sec-heading-desc {
    margin-bottom: 40px;
    font-size: 14px;
  }
}
.top .sec05 .flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 20px auto;
  margin-bottom: 60px;
  max-width: 800px;
}
@media (max-width: 768px) {
  .top .sec05 .flex {
    display: block;
    margin-bottom: 20px;
  }
}
.top .sec05 .flex .box--img {
  min-width: 240px;
  width: calc(33% - 24px);
}
@media (max-width: 768px) {
  .top .sec05 .flex .box--img {
    width: 100%;
  }
}
.top .sec05 .flex .box--text {
  width: calc(67% - 40px);
}
.top .sec05 .flex .box--text p:first-child {
  margin: 40px 0 40px 0;
}
.top .sec05 .flex .box--text p:nth-child(2) {
  margin: 0 0 28px 0;
}
.top .sec05 .flex .box--text p:nth-child(3) {
  margin: 0 0 28px 0;
}
.top .sec05 .flex .box--text p:nth-child(4) {
  margin-bottom: 26px;
}
.top .sec05 .link-btn {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 6px 48px;
  max-width: 400px;
  width: 100%;
  border-radius: 32px;
  background: #ed8c50;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: "A1ゴシック B", "A1 Gothic B";
  transition: 0.3s;
}
@media (max-width: 768px) {
  .top .sec05 .link-btn {
    padding: 10px 0;
    max-width: 300px;
    font-size: 17px;
  }
}
.top .sec05 .link-btn:hover {
  background: #fff;
  color: #ed8c50;
  opacity: 1 !important;
}
.top .sec05 .text-color--gray {
  margin-bottom: 60px;
  color: #e1dcc2;
  text-align: center;
  font-size: 24px;
}
.top .sec05 .text-color--white {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 2.4;
}
.top .sec06 {
  padding: 60px 0;
  padding-top: 200px;
  padding-bottom: 120px;
  background: #6f6052;
}
@media (max-width: 768px) {
  .top .sec06 {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
.top .sec06 .fixed__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
  max-width: 1100px;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .top .sec06 .fixed__wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
.top .sec06 .sec-heading {
  margin-bottom: 40px;
  font-size: 32px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .top .sec06 .sec-heading {
    font-size: 22px;
  }
}
.top .sec06 .rule--box {
  position: relative;
  overflow: scroll;
  box-sizing: border-box;
  /* color: #000; */
  padding: 4px 80px;
  height: 360px;
  border-radius: 32px;
  background: #fff;
  text-align: left;
  font-family: "noto-sans-cjk-jp", sans-serif;
}
@media (max-width: 768px) {
  .top .sec06 .rule--box {
    padding: 16px 16px;
    height: 260px;
  }
}
.top .sec06 .rule--box p, .top .sec06 .rule--box ul, .top .sec06 .rule--box li {
  color: #000;
  font-size: 15px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .top .sec06 .rule--box p, .top .sec06 .rule--box ul, .top .sec06 .rule--box li {
    font-size: 15px;
  }
}
.top .sec06 .rule--box .sec01-desc-heading {
  margin-top: 20px;
  margin-bottom: 4px;
  margin-left: 1em;
  text-indent: -1em;
  font-size: 18px;
}
.top .sec06 .rule--box .sec01-desc {
  margin-top: 4px;
}
.top .sec06 .rule--box ul, .top .sec06 .rule--box li {
  margin-left: 0.6em;
  list-style-type: decimal;
}
.top .sec07 {
  padding: 60px 0;
  padding-top: 200px;
  padding-bottom: 120px;
  background: #6f6052;
}
@media (max-width: 768px) {
  .top .sec07 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.top .sec07 .fixed__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
  max-width: 1100px;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .top .sec07 .fixed__wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
.top .sec07 .heading__wrapper {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .top .sec07 .heading__wrapper {
    margin-bottom: 50px;
  }
}
.top .sec07 .sec-heading {
  color: #e1dcc2;
  text-align: left;
  font-size: 32px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .top .sec07 .sec-heading {
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
  }
}
.top .sec07 .heading--bg {
  position: absolute;
  top: -90px;
  left: -48px;
  color: rgba(225, 220, 194, 0.12);
  font-weight: 800;
  font-style: normal;
  font-size: 72px;
  font-family: "avenir-lt-pro", sans-serif;
}
@media (max-width: 768px) {
  .top .sec07 .heading--bg {
    top: -66px;
    /* position: relative; */
    left: 50%;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 54px;
    transform: translateX(-50%);
  }
}
.top .sec07 .sec-heading--desc.color--white {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .top .sec07 .sec-heading--desc.color--white {
    font-size: 15px;
  }
}
.top .sec07 .map__wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .top .sec07 .map__wrapper {
    margin-bottom: 40px;
  }
}
.top .sec07 .text__wrapper {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}
.top .sec07 h3 {
  margin-bottom: 0;
  color: #e1dcc2;
  font-size: 24px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .top .sec07 h3 {
    font-size: 20px;
  }
}
.top .sec07 .color--white {
  margin: 0;
  font-size: 17px;
}
@media (max-width: 768px) {
  .top .sec07 .color--white {
    font-size: 15px;
  }
}
.top .sec08 {
  padding: 60px 0;
  padding-top: 120px;
  padding-bottom: 120px;
  background: #5a4c3e;
}
@media (max-width: 768px) {
  .top .sec08 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.top .sec08 .fixed__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
  max-width: 1100px;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .top .sec08 .fixed__wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
.top .sec08 .sec-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 32px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
@media (max-width: 768px) {
  .top .sec08 .sec-heading {
    font-size: 26px;
  }
}
.top .sec08 .sec-heading .icon {
  margin-right: 0.6em;
  width: 1.2em;
  height: 1.2em;
}
.top .sec08 .flex {
  justify-content: space-between;
  margin: 0 auto;
  max-width: 640px;
}
.top .sec08 .flex .box {
  width: calc(33.3333% - 12px);
}
.top .sec09 .box--img {
  display: block;
  padding: 90px 0;
  background: url(../img/top/sec09--bg.jpg);
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .top .sec09 .box--img {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .top .sec09 .box--img h2 {
    font-size: 22px;
  }
}

svg {
  width: 100%;
  opacity: 0;
}

svg.view {
  opacity: 1;
}

/***************************************************
 * Generated by SVG Artista on 4/8/2025, 6:33:06 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
svg.view .svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both;
  animation: animate-svg-fill-1 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both;
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
svg.view .svg-elem-2 {
  -webkit-animation: animate-svg-fill-2 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.75s both;
  animation: animate-svg-fill-2 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.75s both;
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
svg.view .svg-elem-3 {
  -webkit-animation: animate-svg-fill-3 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
  animation: animate-svg-fill-3 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
svg.view .svg-elem-4 {
  -webkit-animation: animate-svg-fill-4 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.85s both;
  animation: animate-svg-fill-4 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.85s both;
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
svg.view .svg-elem-5 {
  -webkit-animation: animate-svg-fill-5 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
  animation: animate-svg-fill-5 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
svg.view .svg-elem-6 {
  -webkit-animation: animate-svg-fill-6 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.95s both;
  animation: animate-svg-fill-6 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.95s both;
}

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
svg.view .svg-elem-7 {
  -webkit-animation: animate-svg-fill-7 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
  animation: animate-svg-fill-7 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
svg.view .svg-elem-8 {
  -webkit-animation: animate-svg-fill-8 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.05s both;
  animation: animate-svg-fill-8 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.05s both;
}

@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
svg.view .svg-elem-9 {
  -webkit-animation: animate-svg-fill-9 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
  animation: animate-svg-fill-9 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
svg.view .svg-elem-10 {
  -webkit-animation: animate-svg-fill-10 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.15s both;
  animation: animate-svg-fill-10 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.15s both;
}

.grand-open {
  position: fixed;
  bottom: -160px;
  left: 40px;
  z-index: 11;
  width: 160px;
}
@media (max-width: 768px) {
  .grand-open {
    left: 10px;
    width: 110px;
  }
}