@charset "UTF-8";
@font-face {
  font-weight: 400;
  /* 標準のフォント */
  font-family: "line-seed";
  src: url("../fonts/LINESeedJP_OTF_Rg.woff") format("woff"), url("../fonts/LINESeedJP_OTF_Rg.woff2") format("woff2");
}
@font-face {
  font-weight: 100;
  /* 細目のフォント */
  font-family: "line-seed";
  src: url("../fonts/LINESeedJP_OTF_Th.woff") format("woff"), url("../fonts/LINESeedJP_OTF_Th.woff2") format("woff2");
}
@font-face {
  font-weight: 700;
  /* 太めのフォント */
  font-family: "line-seed";
  src: url("../fonts/LINESeedJP_OTF_Bd.woff") format("woff"), url("../fonts/LINESeedJP_OTF_Bd.woff2") format("woff2");
}
@font-face {
  font-weight: 900;
  /* かなり太めのフォント */
  font-family: "line-seed";
  src: url("../fonts/LINESeedJP_OTF_Eb.woff") format("woff"), url("../fonts/LINESeedJP_OTF_Eb.woff2") format("woff2");
}
.loadBg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
  transition-duration: 0.1s;
  will-change: transform, opacity, background-color;
}
.loadBg.loaded {
  background-color: rgba(255, 255, 255, 0.01);
  transition-delay: 2.7s;
  pointer-events: none;
}
.loadBg.loaded::before {
  transform: translateY(-100%);
}
.loadBg::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffe457;
  content: "";
  transition-delay: 2.5s;
  transition-duration: 0.6s;
  transform: translateY(100%);
  will-change: transform, opacity;
}
.loadBg .load-img {
  z-index: 999999999;
  max-width: 300px;
  width: 66.6666%;
}
.loadBg .load--text__wrapper {
  max-width: 180px;
  width: 100%;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .loadBg .load--text__wrapper {
    max-width: 180px;
  }
}
.loadBg .load--text__wrapper.loaded {
  display: none;
}
.loadBg .load--text01 {
  margin-bottom: 7px;
  width: 160px;
  font-family: "A1ゴシック M", "A1 Gothic M";
  opacity: 0;
  transition: 0.8s;
  transform: translateX(0%) translateY(4px);
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .loadBg .load--text01 {
    max-width: 220px;
    transform: translateX(0%) translateY(4px);
  }
}
.loadBg .load--text01.view {
  opacity: 1;
  transform: translateX(0%) translateY(0px);
}
@media (max-width: 768px) {
  .loadBg .load--text01.view {
    transform: translateX(0%) translateY(0px);
  }
}
.loadBg .load--text02 {
  margin-bottom: -7px;
  width: 180px;
  font-family: "A1ゴシック M", "A1 Gothic M";
  opacity: 0;
  transition: 0.8s;
  transition-delay: 0.25s;
  transform: translateX(0%) translateY(4px);
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .loadBg .load--text02 {
    margin-bottom: 0;
    max-width: 220px;
    transform: translateX(0%) translateY(4px);
  }
}
.loadBg .load--text02.view {
  opacity: 1;
  transform: translateX(0%) translateY(0px);
}
@media (max-width: 768px) {
  .loadBg .load--text02.view {
    transform: translateX(0%) translateY(0px);
  }
}
.loadBg .load--text03 {
  width: 100px;
  opacity: 0;
  transition: 0.8s;
  transition-delay: 0.4s;
  transform: translateX(-2%) translateY(4px);
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .loadBg .load--text03 {
    transform: translateX(0%) translateY(4px);
  }
}
.loadBg .load--text03.view {
  opacity: 1;
  transform: translateX(0%) translateY(0px);
}
@media (max-width: 768px) {
  .loadBg .load--text03.view {
    transform: translateX(0%) translateY(0px);
  }
}
.loadBg #loadProgressive {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  display: none;
  margin: 0px;
  width: 100vw;
  height: 100vh;
  transform-origin: bottom;
}
.loadBg .mask {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 600px;
  max-height: 340px;
  width: 80%;
  background-color: #eaf7ff;
  background-image: url(../img/common/loading-wave02.png), url(../img/common/loading-wave01.png);
  background-position: -100% -150%, 100% -150%;
  background-size: 150%;
  background-repeat: repeat-x;
  transition: 6s;
  transform: translate(-50%, -50%);
  -webkit-mask-image: url(../img/common/path.svg);
  mask-image: url(../img/common/path.svg);
  -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) {
  .loadBg .mask {
    max-width: 300px;
    max-height: 180px;
  }
}

.grecaptcha-badge {
  display: none !important;
}

.fixed__wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
@media (min-width: 980px) {
  .fixed__wrapper {
    width: 800px;
  }
}

@media (max-width: 979px) {
  .fixed__wrapper {
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .fixed__wrapper {
    box-sizing: border-box;
    padding: 0 16px;
    width: 100%;
  }
}
.circle {
  display: inline-block;
  padding: 0px 10px;
  border: 1px solid var(--sub-bg-color);
  border-radius: 20px;
}

.circle--black {
  border: 1px solid #000;
  background-color: #000;
  color: var(--main-bg-color);
}

@media (max-width: 768px) {
  .spView {
    display: block;
  }

  .spView.flex {
    display: flex;
  }
}
@media (min-width: 769px) {
  .spView {
    display: none;
  }

  .spView.flex {
    display: none;
  }
}
@media (max-width: 768px) {
  .pcView {
    display: none;
  }

  .pcView.flex {
    display: none;
  }
}
.tabletView {
  display: none;
}

@media (min-width: 980px) {
  .pcView {
    display: block;
  }

  .pcView.flex {
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .tabletView {
    display: block;
  }

  .tabletNotView {
    display: none;
  }
}
.none {
  display: none !important;
}

.noneOp {
  opacity: 0 !important;
  pointer-events: none;
}

.instagram {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 120px;
  padding: 40px;
  padding-top: 120px;
  border-radius: 20px;
  background-color: #fff;
}
.instagram div {
  position: relative;
  overflow: hidden;
  margin-right: 25px;
  margin-bottom: 25px;
  padding-bottom: calc(25% - 18.8px);
  width: calc(25% - 18.8px);
  height: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.instagram div a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  content: "♡" attr(data-likes);
  text-align: center;
  transition: 0.3s;
  transform: translateX(-100%);
}
.instagram div a:hover::before {
  transform: translateX(0%);
}
.instagram div:nth-child(4n) {
  margin-right: 0;
}
.instagram div:nth-child(n+5) {
  margin-bottom: 0;
}

@media (max-width: 979px) {
  .instagram {
    margin-bottom: 80px;
    padding: 60px;
    padding-top: 15%;
  }
  .instagram div {
    position: relative;
    overflow: hidden;
    margin-right: 30px;
    margin-bottom: 30px;
    padding-bottom: calc(50% - 30px);
    width: calc(50% - 15px);
    height: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .instagram div:nth-child(2n) {
    margin-right: 0;
  }
  .instagram div:nth-child(n+5) {
    margin-bottom: 30px;
  }
  .instagram div:nth-child(n+7) {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .instagram {
    margin-bottom: 80px;
    padding: 16px;
    padding-top: 18%;
  }
  .instagram div {
    position: relative;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-bottom: calc(50% - 10px);
    width: calc(50% - 10px);
    height: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .instagram div:nth-child(2n) {
    margin-right: 0;
  }
  .instagram div:nth-child(n+5) {
    margin-bottom: 20px;
  }
  .instagram div:nth-child(n+7) {
    margin-bottom: 0;
  }
}
.footer {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  background-color: #ac9e8d;
  color: #fff;
  text-align: center;
  font-size: 0.85rem;
  line-height: 1.4;
}
.footer .fixed__wrapper {
  padding: 0px;
  width: 700px;
}
@media (max-width: 979px) {
  .footer .fixed__wrapper {
    margin: 0 auto;
    padding: 60px 0px;
    width: 80%;
    font-size: 0.7rem;
  }
}
@media (max-width: 768px) {
  .footer .fixed__wrapper {
    padding: 30px 0;
    width: 90%;
    font-size: 0.8rem;
  }
}
.footer .flex01 {
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 30px;
}
.footer .flex01 img {
  width: 260px;
}
.footer .flex01 p {
  margin-top: 0;
  text-align: left;
}
@media (max-width: 768px) {
  .footer .flex01 {
    display: block;
  }
  .footer .flex01 img {
    margin-bottom: 20px;
    max-width: 300px;
    width: 70%;
  }
  .footer .flex01 p {
    text-align: center;
  }
}
.footer .flex02 {
  margin: 20px auto;
  width: 100%;
}
@media (max-width: 768px) {
  .footer .flex02 {
    display: block;
  }
}
.footer .flex02 a {
  display: block;
}
@media (max-width: 768px) {
  .footer .flex02 a {
    width: 100%;
  }
}
.footer .flex02 a::after {
  display: none;
  width: 1px;
  height: 100%;
  border-right: 1px solid rgba(144, 66, 7, 0.3);
  content: "";
  vertical-align: bottom;
  transform: translateX(20px);
}
@media (min-width: 980px) {
  .footer .flex02 a::after {
    transform: translateX(8px);
  }
}
.footer .flex02 a:last-child::after {
  border: none;
}
@media (min-width: 980px) {
  .footer .box-right .column {
    margin-bottom: 20px;
  }
}
.footer small {
  margin-bottom: 0;
}

.open,
.close {
  position: relative;
  top: 0%;
  margin-bottom: 16px;
  line-height: 0;
  cursor: pointer;
}

.modaal-close {
  top: 120px !important;
  right: 120px !important;
}

@media (max-width: 768px) {
  .modaal-close {
    top: 60px !important;
    right: 16px !important;
  }
}
.mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: 0 auto;
  padding: 5%;
  width: 540px;
  border-radius: 4px;
  background: #fff;
  color: #555;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .modal {
    width: calc(90% - 32px);
  }
}
.modal p {
  margin: 0 0 20px;
}

.mask.hidden {
  display: none;
}

.modal.hidden {
  display: none;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #63c4f0 !important;
}

.modaal-overlay {
  background: rgba(0, 0, 0, 0.6) !important;
}

/*----------------------------
* メニュー開閉ボタン
*----------------------------*/
.menu-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 72px;
  border-radius: 0 0 0 24px;
  color: #fff;
  transform: translate(2.5px, 0);
}
@media (max-width: 768px) {
  .menu-btn {
    top: 20px;
    right: 20px;
    left: auto;
    width: 60px;
    transform: none;
  }
}
.menu-btn img {
  width: 72px;
}
@media (max-width: 768px) {
  .menu-btn img {
    width: 55px;
  }
}
.menu-btn .menu-btn-img01 {
  position: relative;
}
.menu-btn .menu-btn-img02 {
  display: none;
  width: 72px;
}
@media (max-width: 768px) {
  .menu-btn .menu-btn-img02 {
    width: 60px;
  }
}
.menu-btn.is-active .menu-btn-img {
  display: none;
}
.menu-btn.is-active .menu-btn-img02 {
  display: block;
}
.menu-btn svg {
  transition: 0.3s;
}

.menu-btn.is-active svg {
  fill: #fff;
}

.menu-btn-pc {
  position: absolute;
  right: 220px;
  bottom: 60px;
  display: inline-block;
  width: 150px;
  height: auto;
  border: none;
  background: none;
}

/*----------------------------
* メニュー本体
*----------------------------*/
.menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  max-width: 320px;
  width: 100%;
  height: 100%;
  border-radius: 0 0 0 56px;
}
@media (max-width: 768px) {
  .menu {
    justify-content: space-around;
    box-sizing: border-box;
    max-width: 100%;
    width: 85%;
  }
}
@media (min-width: 769px) {
  .menu {
    max-width: 370px;
  }
}
.menu .menu__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  border-radius: 0 0 0 56px;
  background: #f00028;
}
@media (max-width: 768px) {
  .menu .menu__inner {
    justify-content: center;
    align-items: center;
  }
}
.menu .box01 {
  margin-top: 0px;
}
.menu .box01 a {
  display: block;
  /* margin-top: 10px; */
  margin: 0 auto;
  width: 66%;
}
.menu .box01 p {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  font-family: "line-seed";
}
.menu .box02 {
  margin-top: 60px;
  width: calc(100% - 150px);
  text-align: center;
}
@media (max-width: 768px) {
  .menu .box02 {
    margin-top: 20px;
  }
}
@media (max-width: 979px) {
  .menu .box02 img {
    margin-left: 0.5em;
  }
}
.menu .box02 a {
  display: flex;
  display: block;
  justify-content: space-between;
  margin-top: 6px;
  padding-left: 0;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  line-height: 3.3;
  cursor: pointer;
}
@media (max-width: 768px) {
  .menu .box02 a {
    font-weight: 500;
  }
}
@media (min-width: 1600px) {
  .menu .box02 a {
    line-height: 4;
  }
}
.menu .box02 .icon {
  display: none;
  margin-right: 1em;
  width: 2em;
  height: 2em;
}
.menu .box02 .menu__item__menu {
  position: relative;
  padding: 0;
  border-bottom: dotted #fff 4px;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 1600px) {
  .menu .box02 .menu__item__menu {
    border-bottom: dotted #fff 3.6px;
  }
}
@media (max-width: 768px) {
  .menu .box02 .menu__item__menu {
    border-bottom: none;
  }
  .menu .box02 .menu__item__menu::after {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 4px;
    background: radial-gradient(circle farthest-side, #fff, #fff 60%, transparent 60%, transparent);
    background-size: 7px;
    content: "";
  }
}
.menu .box02 .i_box {
  margin-right: 1em;
  width: calc(2em + 2px);
  height: calc(2em + 2px);
  transition: 0.3s;
  transform: rotate(0deg);
}
.menu .box02 .i_box img {
  margin-left: 0;
}
.menu .box02 .accordion_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  padding: 8px 0;
  padding-left: 2em;
  text-align: left;
  font-size: 15px;
  line-height: 2.6;
}
.menu .box02 .accordion_header.open {
  margin: 0;
  /* line-height: 1.6; */
  line-height: 1.9;
}
.menu .box02 .accordion_header.open .i_box {
  transform: rotate(-180deg);
}
.menu .box02 .accordion_header .accordion_heading {
  font-size: 15px;
}
.menu .box02 .accordion_header .accordion_heading span {
  font-size: 15px;
}
.menu .box02 .accordion_inner {
  display: none;
  padding-bottom: 24px;
  background: none;
}
.menu .box02 .accordion_inner a {
  font-size: 15px;
}
.menu .box02 .accordion__box {
  box-sizing: border-box;
  width: 100%;
}
.menu .box02 .accordion__box.last-child {
  margin-bottom: 20px;
}
.menu .box02 .accordion__box p {
  margin: 0;
  padding: 4px 0;
}
.menu .box03 {
  display: block;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding: 16px 0;
  width: 100%;
}
@media (max-width: 979px) {
  .menu .box03 {
    box-sizing: border-box;
    margin-top: 12px;
  }
}
.menu .box03 .link-btn {
  margin: 0px 20px;
  width: 60px;
  border-radius: 32px;
  color: #3e3a39;
}
@media (max-width: 768px) {
  .menu .box03 .link-btn img {
    vertical-align: bottom;
  }
}
.menu .box03 .link-btn.link-btn--bg--white {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 12px 16px;
  width: 200px;
  background: #fff;
  color: #0064d1;
  text-align: center;
  font-weight: 700;
  font-family: "line-seed";
}
.menu .box03 .link-btn.color--white {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-family: "line-seed";
}
.menu .box03 .abema-icon {
  width: 110px;
  vertical-align: middle;
}
.menu .box03 .line-icon {
  width: 150px;
  vertical-align: middle;
}
.menu .box03 .insta-icon {
  width: 130px;
  vertical-align: middle;
}
.menu .box03 .insta-icon-link {
  display: inline-block;
  margin: 0 auto;
  margin-top: 16px;
  width: 100%;
  text-align: center;
}
.menu .box03 .insta-icon-link img {
  width: 32px;
}
.menu .sns--logos {
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .menu .sns--logos {
    top: 50%;
  }
}
.menu .sns--logos .logo--wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  width: 50px;
  height: 50px;
  border-radius: 16px 0 0 16px;
  background: #fff;
  -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
}
.menu .sns--logos .logo--wrapper img {
  margin-right: -4px;
  width: 30px;
}
.menu .sns--logos .logo--wrapper.ameba--logo--wrapper {
  padding: 16px 0;
  height: auto;
}
.menu .sns--logos .logo--wrapper.ameba--logo--wrapper img {
  width: 15px;
}

.menu__item {
  z-index: 10000;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border-bottom: 0.2px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
}
.menu__item .link-icon {
  width: 1em;
}
.menu__item a {
  display: block;
  padding: 0;
  color: #fff;
}
.menu-btn.is-active {
  color: #fff;
}

.menu-btn {
  z-index: 10100;
  border: none;
  background: transparent;
  color: #444;
  cursor: pointer;
  transition: 0.3s;
}
.menu-btn i::before {
  font-size: 3rem;
}

.menu-btn.isView {
  display: flex;
}

/*----------------------------
* アニメーション部分
*----------------------------*/
/* アニメーション前のメニューの状態 */
.menu {
  transition: all 0.15s linear;
  transform: translateX(100%);
}
@media (max-width: 768px) {
  .menu {
    transform: translateX(100%);
  }
}

/* アニメーション後のメニューの状態 */
.menu.is-active {
  transform: translateX(0);
}

.menu__click__wrapper {
  position: fixed;
  top: 0;
  right: -100vw;
  z-index: 1111;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
}

.menu__click__wrapper.is-active {
  transform: translateX(-100vw);
}

.burger-wrapper {
  display: block;
  margin: auto;
  width: 36px;
  height: 27px;
  opacity: 1;
  cursor: pointer;
}
@media (max-width: 768px) {
  .burger-wrapper {
    width: 30px;
    height: 24px;
  }
}
.burger-wrapper .hamburger {
  position: relative;
  width: 36px;
  height: 3px;
  background: black;
  transition: background 10ms 300ms ease;
  transform: translateY(12px);
}
@media (max-width: 979px) {
  .burger-wrapper .hamburger {
    background: #fff;
  }
}
@media (max-width: 768px) {
  .burger-wrapper .hamburger {
    width: 30px;
    height: 2px;
  }
}
.burger-wrapper .hamburger:before, .burger-wrapper .hamburger:after {
  position: absolute;
  width: 36px;
  height: 3px;
  background: black;
  content: "";
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, background 300ms 350ms ease;
}
@media (max-width: 979px) {
  .burger-wrapper .hamburger:before, .burger-wrapper .hamburger:after {
    background: #fff;
  }
}
@media (max-width: 768px) {
  .burger-wrapper .hamburger:before, .burger-wrapper .hamburger:after {
    width: 30px;
    height: 2px;
  }
}
.burger-wrapper .hamburger:before {
  top: -9px;
  left: 0;
}
.burger-wrapper .hamburger:after {
  top: 9px;
  left: 0;
}

.menu-trigger:checked ~ .burger-wrapper .hamburger {
  background: transparent;
}
.menu-trigger:checked ~ .burger-wrapper .hamburger:after, .menu-trigger:checked ~ .burger-wrapper .hamburger:before {
  top: 0;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, background 300ms 350ms ease;
}
.menu-trigger:checked ~ .burger-wrapper .hamburger:before {
  background: #fff;
  transform: rotate(45deg);
}
.menu-trigger:checked ~ .burger-wrapper .hamburger:after {
  background: #fff;
  transform: rotate(-45deg);
}

.hidden {
  display: none;
}

.header--logo {
  position: fixed;
  top: 20px;
  left: 50%;
  z-index: 100;
  z-index: 999;
  width: 200px;
  opacity: 1;
  transform: translateX(calc(-50% - 10px));
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
}

.globalNavPc {
  display: none !important;
  margin-top: 0;
  background: none;
  color: #fff;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .globalNavPc {
    padding-bottom: 4px;
  }
}
.globalNavPc.scroll {
  background: rgba(78, 125, 55, 0.85);
}
@media (max-width: 768px) {
  .globalNavPc.scroll {
    background: #4e7d37;
  }
}
.globalNavPc .nav__wrapper {
  position: relative;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto 0 auto;
  max-width: 1580px;
  width: calc(100% - 60px);
  height: 108px;
  font-family: "ゴシックMB101 DB", "Gothic MB101 DemiBold";
}
@media (max-width: 768px) {
  .globalNavPc .nav__wrapper {
    margin: 0 16px;
    width: 160px;
    height: auto;
  }
}
@media (min-width: 1100px) {
  .globalNavPc .nav__wrapper {
    width: calc(100% - 120px);
  }
}
.globalNavPc .nav__wrapper .nav-logo {
  margin-right: 0;
  max-width: 260px;
  width: 60%;
  line-height: 1;
}
@media (max-width: 1080px) {
  .globalNavPc .nav__wrapper .nav-logo {
    width: 40%;
  }
}
@media (max-width: 979px) {
  .globalNavPc .nav__wrapper .nav-logo {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .globalNavPc .nav__wrapper .nav-logo {
    margin-top: 8px;
    width: 100%;
  }
}
.globalNavPc .nav__wrapper .nav-logo img {
  vertical-align: middle;
}
.globalNavPc .nav__wrapper .nav-logo p {
  text-align: center;
  font-size: 14px;
}
@media (max-width: 1080px) {
  .globalNavPc .nav__wrapper .nav-logo p {
    font-size: 10px;
  }
}
@media (max-width: 979px) {
  .globalNavPc .nav__wrapper .nav-logo p {
    font-size: 14px;
  }
}
.globalNavPc .nav__wrapper .box-right {
  position: fixed;
  position: relative;
  top: 0;
  right: 0;
  display: flex;
  box-sizing: border-box;
  margin-top: 0;
  padding: 16px 32px;
  padding-right: 0;
  max-width: none;
  width: 100%;
  background: none;
  font-size: 16px;
}
@media (max-width: 768px) {
  .globalNavPc .nav__wrapper .box-right {
    display: none;
  }
}
@media (min-width: 1400px) {
  .globalNavPc .nav__wrapper .box-right {
    background: none;
  }
}
.globalNavPc .nav__wrapper .box-right .link-btn__tel-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
  margin: 0 30px 10px auto;
  max-width: 400px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: solid #0c87ef 2px;
  border-radius: 32px;
  font-family: "ゴシックMB101 B", "Gothic MB101 Bold";
}
.globalNavPc .nav__wrapper .box-right .link-btn__tel-wrapper span {
  display: flex;
  align-items: center;
  padding: 0px 16px;
  max-width: 60px;
  background: #0c87ef;
  color: #fff;
  font-size: 18px;
  font-family: "ゴシックMB101 B", "Gothic MB101 Bold";
  line-height: 1;
}
.globalNavPc .nav__wrapper .box-right .link-btn__tel-wrapper .link-btn__tel {
  display: inline-block;
  padding: 0 12px;
  padding-right: 16px;
  width: 100%;
  color: #0c87ef;
  font-size: 19px;
  font-family: "ゴシックMB101 B", "Gothic MB101 Bold";
  line-height: 1.8;
}
.globalNavPc .nav__wrapper .box-right .box {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
}
.globalNavPc .nav__wrapper .box-right .box a.tel {
  margin-right: 20px;
  width: 36%;
  line-height: 0;
}
.globalNavPc .nav__wrapper .box-right .box a.tel img {
  line-height: 0;
}
.globalNavPc .nav__wrapper .box-right .box .btn-bg-blue {
  padding: 6px 32px;
  border-radius: 32px;
  font-size: 18px;
}
.globalNavPc .nav__wrapper .box-right .box .btn-contact {
  margin-left: 20px;
  padding-right: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
}
.globalNavPc .nav__wrapper .box-right .box .btn-contact img {
  margin-right: 0.3em;
  width: 1em;
}
.globalNavPc .nav__wrapper .btn {
  padding: 4px 16px;
  border-radius: 16px;
}
.globalNavPc .nav__wrapper .btn.btn-bg-blue {
  background: #3bbbff;
  color: #fff;
}
.globalNavPc .nav__wrapper .nav-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 0px;
  width: 100%;
}
.globalNavPc .nav__wrapper .nav-links .nav-link {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 8px;
  padding: 6px 0;
  width: auto;
  border-collapse: collapse;
  color: #fff;
  text-align: left;
}
@media (max-width: 1200px) {
  .globalNavPc .nav__wrapper .nav-links .nav-link {
    margin: 0 2px;
  }
}
.globalNavPc .nav__wrapper .nav-links .nav-link a {
  display: block;
  padding: 0 4px;
  color: #fff;
  font-size: 15px;
  font-family: "A1ゴシック M", "A1 Gothic M";
}
.globalNavPc .nav__wrapper .nav-links .nav-link ul {
  margin-left: 2em;
}
.globalNavPc .nav__wrapper .nav-links .nav-link .i_box {
  transition: 0.15s;
  transform: rotate(0deg) translateY(-8%);
}
.globalNavPc .nav__wrapper .nav-links .nav-link .accordion_header {
  cursor: pointer;
}
.globalNavPc .nav__wrapper .nav-links .nav-link .accordion_header.open .i_box {
  transform: rotate(-180deg) translateY(-8%);
}
.globalNavPc .nav__wrapper .nav-links .nav-link .accordion_inner {
  display: none;
}
.globalNavPc .nav__wrapper .nav-links .nav-link .accordion_inner p {
  margin: 4px 0;
}
.globalNavPc .nav__wrapper .nav-links .nav-link .icon {
  display: none;
  max-width: 32px;
  vertical-align: middle;
}
@media (min-width: 1100px) {
  .globalNavPc .nav__wrapper .nav-links .nav-link .icon {
    display: inline-block;
  }
}
.globalNavPc .nav__wrapper .nav-links .nav-link.nav-link--btn {
  display: none;
  padding: 4px 16px;
  /* color: #666666; */
  border-radius: 32px;
  background: #ffefa9;
}
@media (min-width: 1400px) {
  .globalNavPc .nav__wrapper .nav-links .nav-link.nav-link--btn {
    display: inline-block;
  }
}
.globalNavPc .nav__wrapper .nav-links .nav-link.nav-link--btn a {
  color: #666666;
}
.globalNavPc .nav__wrapper .nav-links .nav-link.nav-link--btn--yoyaku {
  display: none;
  padding: 4px 16px;
  border-radius: 32px;
  background: #4d7d37;
}
@media (min-width: 980px) {
  .globalNavPc .nav__wrapper .nav-links .nav-link.nav-link--btn--yoyaku {
    display: inline-block;
  }
}
.globalNavPc .nav__wrapper .nav-links .nav-link.nav-link--btn--yoyaku a {
  color: #fff;
}
.globalNavPc .nav__wrapper .nav-links .nav-link .btn-contact {
  padding: 8px 2.5em;
  border: 2px solid #6cba5a;
  border-radius: 32px;
  background: #fff;
  color: #6cba5a;
  transition: 0.3s;
}
.globalNavPc .nav__wrapper .nav-links .nav-link .btn-contact:hover {
  background: #6cba5a;
  color: #fff;
}
.globalNavPc .nav__wrapper .nav-links .nav-link .btn-contact .icon-mail {
  margin-right: 0.5em;
  width: 1.2em;
}
.globalNavPc .nav__wrapper .nav-links .nav-link .btn-contact .icon-mail-hover {
  display: none;
  margin-right: 0.5em;
  width: 1.2em;
}
.globalNavPc .nav__wrapper .nav-links .nav-link .btn-contact:hover .icon-mail {
  display: none;
}
.globalNavPc .nav__wrapper .nav-links .nav-link .btn-contact:hover .icon-mail-hover {
  display: inline-block;
}
.globalNavPc .nav__wrapper .nav-links .nav-link .link-box {
  box-sizing: border-box;
  padding: 0;
  width: 135px;
  border-radius: 8px;
  transform: translate(-50%, 100%);
}
.globalNavPc .nav__wrapper .nav-links .nav-link .link-box a {
  display: block;
  /* margin-bottom: 12px; */
  padding: 12px 0;
  width: auto;
  border-top: none;
  border-bottom: 1px solid #fff;
  border-bottom: solid #0084cf 1px;
  background: none;
  background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
  color: #0084cf;
  line-height: 1.4;
}

.globalNavSp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 85px;
  font-family: var(--font-main);
}
.globalNavSp h1 {
  margin-left: 16px;
  width: 160px;
  line-height: 0;
}
.globalNavSp h1 img {
  line-height: 85px;
}

@media (min-width: 769px) {
  .globalNavSp.spView {
    display: block;
  }
}
.top-move-btn {
  position: -webkit-sticky;
  position: sticky;
  right: 80px;
  bottom: 30px;
  z-index: 4;
  display: none;
  width: 65px;
  transition-timing-function: ease-in-out;
  transform-origin: bottom;
}
@media (max-width: 1280px) {
  .top-move-btn {
    right: 50px;
  }
}
@media (max-width: 768px) {
  .top-move-btn {
    right: 16px;
    bottom: 16px;
    width: 55px;
  }
}
.top-move-btn:hover {
  opacity: 1 !important;
}
@-webkit-keyframes mizutama {
  0% {
    transform: none;
  }
  50% {
    transform: rotateX(20deg);
  }
  100% {
    transform: none;
  }
}
@keyframes mizutama {
  0% {
    transform: none;
  }
  50% {
    transform: rotateX(20deg);
  }
  100% {
    transform: none;
  }
}

a:hover {
  opacity: 0.8 !important;
}

.img_wrap {
  position: relative;
  display: block;
  line-height: 0;
}
.img_wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  transition: 0.7s;
  transition-delay: 0.5s;
  transition-timing-function: cubic-bezier(0.3, 0.74, 0.75, 0.32);
  transform: scaleX(1);
  transform-origin: right;
}
.img_wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  transition: 0.7s;
  transition-delay: 1s;
  transition-timing-function: cubic-bezier(0.3, 0.74, 0.75, 0.32);
  transform: scaleX(1);
  transform-origin: right;
}

.img_wrap.scrollin::before, .img_wrap.scrollin::after {
  transform: scaleX(0);
}

.windows-Agothic {
  transform: translateY(4%);
}

.cp_arrows *,
.cp_arrows *:before,
.cp_arrows *:after {
  box-sizing: border-box;
}

.cp_arrows {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2em auto;
  height: 300px;
  /*画面いっぱいにする場合100vh*/
}

.cp_arrows .cp_arrow {
  position: absolute;
  top: 50%;
  /*着地点（サンプルは[class:cp_arrows]height300pxの50%）*/
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
}

.cp_arrows .cp_arrowfirst {
  -webkit-animation: arrow-move08 2s ease-in-out infinite;
  animation: arrow-move08 2s ease-in-out infinite;
}

.cp_arrows .cp_arrowsecond {
  -webkit-animation: arrow-move08 2s 1s ease-in-out infinite;
  animation: arrow-move08 2s 1s ease-in-out infinite;
}

.cp_arrows .cp_arrow:before,
.cp_arrows .cp_arrow:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 3px;
  background: #e91e63;
  content: "";
}

.cp_arrows .cp_arrow:before {
  transform: rotate(30deg) translateX(-39%);
  transform-origin: top left;
}

.cp_arrows .cp_arrow:after {
  transform: rotate(-30deg) translateX(39%);
  transform-origin: top right;
}

@-webkit-keyframes arrow-move08 {
  0% {
    top: 40%;
    /*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-move08 {
  0% {
    top: 40%;
    /*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
canvas {
  z-index: 2 !important;
  pointer-events: none;
}

.babble,
.babble2 {
  position: fixed;
  bottom: calc(0% - 40px);
  z-index: 1000000000000000000000000000000;
  opacity: 1;
  -webkit-animation: "babbleFloat" 3s linear 0s infinite;
  animation: "babbleFloat" 3s linear 0s infinite;
  pointer-events: none;
  will-change: transform;
}
@media (max-width: 768px) {
  .babble,
.babble2 {
    z-index: 9999;
    display: none;
  }
}

.babble2 {
  -webkit-animation: "babbleFloat2" 2.3s linear 0s infinite;
  animation: "babbleFloat2" 2.3s linear 0s infinite;
}

.babble3 {
  -webkit-animation: "babbleFloat" 1.5s linear 0s infinite;
  animation: "babbleFloat" 1.5s linear 0s infinite;
}

@-webkit-keyframes babbleFloat {
  0% {
    transform: translateY(0);
  }
  8% {
    transform: translateY(-8vh) scale(1);
  }
  9% {
    transform: translateY(-9vh) scale(0.9);
  }
  10% {
    transform: translateY(-10vh) scale(1.04);
  }
  11% {
    transform: translateY(-11vh) scale(1);
  }
  18% {
    transform: translateY(-18vh) scale(0.85);
  }
  20% {
    transform: translateY(-20vh) translateX(2px) scale(1.09);
  }
  22% {
    transform: translateY(-22vh) scale(1);
  }
  24% {
    transform: translateY(-24vh) scale(0.85);
  }
  26% {
    transform: translateY(-26vh) translateX(2px) scale(1.09);
  }
  28% {
    transform: translateY(-28vh) scale(1);
  }
  30% {
    opacity: 0.8;
  }
  40% {
    opacity: 0.9;
    transform: translate(-1px, -40vh);
  }
  70% {
    opacity: 0.7;
    transform: translate(1px, -70vh);
  }
  100% {
    opacity: 0;
    transform: translateY(-110vh);
  }
}
@keyframes babbleFloat {
  0% {
    transform: translateY(0);
  }
  8% {
    transform: translateY(-8vh) scale(1);
  }
  9% {
    transform: translateY(-9vh) scale(0.9);
  }
  10% {
    transform: translateY(-10vh) scale(1.04);
  }
  11% {
    transform: translateY(-11vh) scale(1);
  }
  18% {
    transform: translateY(-18vh) scale(0.85);
  }
  20% {
    transform: translateY(-20vh) translateX(2px) scale(1.09);
  }
  22% {
    transform: translateY(-22vh) scale(1);
  }
  24% {
    transform: translateY(-24vh) scale(0.85);
  }
  26% {
    transform: translateY(-26vh) translateX(2px) scale(1.09);
  }
  28% {
    transform: translateY(-28vh) scale(1);
  }
  30% {
    opacity: 0.8;
  }
  40% {
    opacity: 0.9;
    transform: translate(-1px, -40vh);
  }
  64% {
    transform: translateY(-64vh) scale(0.85);
  }
  66% {
    transform: translateY(-66vh) translateX(2px) scale(1.09);
  }
  68% {
    opacity: 0.5;
    transform: translateY(-68vh) scale(1);
  }
  84% {
    transform: translateY(-84vh) scale(0.85);
  }
  86% {
    opacity: 0;
    transform: translateY(-86vh) translateX(2px) scale(1.09);
  }
  88% {
    transform: translateY(-88vh) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-100vh);
  }
}
@-webkit-keyframes babbleFloat2 {
  0% {
    transform: translateY(0);
  }
  38% {
    transform: translateY(-38vh) scale(1);
  }
  39% {
    transform: translateY(-39vh) scale(0.9);
  }
  40% {
    transform: translateY(-40vh) scale(1.04);
  }
  41% {
    transform: translateY(-41vh) scale(1);
  }
  48% {
    transform: translateY(-48vh) scale(0.85);
  }
  50% {
    transform: translateY(-50vh) translateX(2px) scale(1.09);
  }
  52% {
    transform: translateY(-52vh) scale(1);
  }
  54% {
    transform: translateY(-54vh) scale(0.85);
  }
  56% {
    transform: translateY(-56vh) translateX(2px) scale(1.09);
  }
  58% {
    transform: translateY(-58vh) scale(1);
  }
  70% {
    opacity: 0.2;
    transform: translate(1px, -70vh);
  }
  100% {
    opacity: 0;
    transform: translateY(-110vh);
  }
}
@keyframes babbleFloat2 {
  0% {
    transform: translateY(0);
  }
  38% {
    transform: translateY(-38vh) scale(1);
  }
  39% {
    transform: translateY(-39vh) scale(0.9);
  }
  40% {
    transform: translateY(-40vh) scale(1.04);
  }
  41% {
    transform: translateY(-41vh) scale(1);
  }
  48% {
    transform: translateY(-48vh) scale(0.85);
  }
  50% {
    transform: translateY(-50vh) scale(1.09);
  }
  52% {
    transform: translateY(-52vh) scale(1);
  }
  54% {
    transform: translateY(-54vh) scale(0.85);
  }
  56% {
    transform: translateY(-56vh) scale(1.09);
  }
  58% {
    opacity: 0.6;
    transform: translateY(-58vh) scale(1);
  }
  70% {
    opacity: 0.2;
    transform: translateY(-70vh);
  }
  80% {
    opacity: 0;
    transform: translateY(-80vh);
  }
  100% {
    opacity: 0;
    transform: translateY(-100vh);
  }
}
.fixed__info-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
  width: 120px;
}
.fixed__info-btn img {
  vertical-align: middle;
}

.fixed__bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.fixed__bottom img {
  vertical-align: middle;
}

.wrapper {
  position: relative;
}
.wrapper .bg__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper {
    display: none;
  }
}
.wrapper .bg__wrapper .bg {
  position: absolute;
  z-index: -1;
}
.wrapper .bg__wrapper .bg__wrapper__left {
  position: absolute;
  width: 100%;
  height: 100%;
}
.wrapper .bg__wrapper .bg__wrapper__left .bg01 {
  top: 1260px;
  left: -200px;
  width: 170px;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper .bg__wrapper__left .bg01 {
    top: 550px;
    left: -80px;
    width: 180px;
  }
}
.wrapper .bg__wrapper .bg__wrapper__left .bg02 {
  top: 2260px;
  left: 170px;
  width: 120px;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper .bg__wrapper__left .bg02 {
    top: 860px;
    left: -70px;
    width: 150px;
  }
}
.wrapper .bg__wrapper .bg__wrapper__left .bg03 {
  top: 3100px;
  left: -90px;
  width: 80px;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper .bg__wrapper__left .bg03 {
    top: 1250px;
    left: -50px;
    width: 120px;
  }
}
.wrapper .bg__wrapper .bg__wrapper__left .bg04 {
  top: 4680px;
  left: -80px;
  width: 240px;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper .bg__wrapper__left .bg04 {
    top: 1700px;
    left: -90px;
    width: 170px;
  }
}
.wrapper .bg__wrapper .bg__wrapper__left .bg05 {
  top: 5400px;
  left: -110px;
  width: 170px;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper .bg__wrapper__left .bg05 {
    top: 2400px;
    left: -70px;
    width: 130px;
  }
}
.wrapper .bg__wrapper .bg__wrapper__left .bg06 {
  top: 5100px;
  left: -240px;
  width: 180px;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper .bg__wrapper__left .bg06 {
    top: 2900px;
    left: -80px;
    width: 160px;
  }
}
.wrapper .bg__wrapper .bg__wrapper__left .bg07 {
  top: 6400px;
  left: -140px;
  width: 140px;
}
.wrapper .bg__wrapper .bg__wrapper__left .bg08 {
  top: 8000px;
  left: -260px;
  width: 160px;
}
.wrapper .bg__wrapper .bg__wrapper__left .bg09 {
  top: 10600px;
  left: -60px;
  width: 160px;
}
.wrapper .bg__wrapper .bg__wrapper__right {
  position: absolute;
  width: 100%;
  height: 100%;
}
.wrapper .bg__wrapper .bg__wrapper__right .bg01 {
  top: 650px;
  right: -300px;
  width: 240px;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper .bg__wrapper__right .bg01 {
    top: 680px;
    right: -50px;
    width: 120px;
  }
}
.wrapper .bg__wrapper .bg__wrapper__right .bg02 {
  top: 850px;
  right: -220px;
  width: 140px;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper .bg__wrapper__right .bg02 {
    top: 1050px;
    right: -70px;
    width: 130px;
  }
}
.wrapper .bg__wrapper .bg__wrapper__right .bg03 {
  top: 1880px;
  right: -160px;
  width: 160px;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper .bg__wrapper__right .bg03 {
    top: 1550px;
    right: -60px;
    width: 160px;
  }
}
.wrapper .bg__wrapper .bg__wrapper__right .bg04 {
  top: 3400px;
  right: -240px;
  width: 150px;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper .bg__wrapper__right .bg04 {
    top: 2300px;
    right: -60px;
    width: 140px;
  }
}
.wrapper .bg__wrapper .bg__wrapper__right .bg05 {
  top: 4200px;
  right: -150px;
  width: 120px;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper .bg__wrapper__right .bg05 {
    top: 2650px;
    right: -60px;
    width: 190px;
  }
}
.wrapper .bg__wrapper .bg__wrapper__right .bg06 {
  top: 7100px;
  right: -40px;
  width: 120px;
}
.wrapper .bg__wrapper .bg__wrapper__right .bg07 {
  top: 8000px;
  right: -120px;
  width: 60px;
}
.wrapper .bg__wrapper .bg__wrapper__right .bg08 {
  top: 9000px;
  right: -180px;
  width: 100px;
}

th {
  color: #363636;
}

.top-btn {
  position: fixed;
  right: 100px;
  bottom: -80px;
  z-index: 11;
  width: 60px;
}
@media (max-width: 768px) {
  .top-btn {
    display: none;
  }
}

#btn--lounge {
  position: fixed;
  bottom: -160px;
  left: 40px;
  z-index: 11;
  width: 150px;
  transition: transform 0.2s;
}
#btn--lounge:hover {
  opacity: 1 !important;
  transform: translateY(-4px);
}
@media (max-width: 768px) {
  #btn--lounge {
    display: none;
  }
}

.fixed__btn {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
}
.fixed__btn img {
  vertical-align: bottom;
}

.top .fixed__btn,
.guide .fixed__btn {
  opacity: 1;
  pointer-events: all;
}

@font-face {
  font-weight: 400;
  /* 標準のフォント */
  font-family: "line-seed";
  src: url("../fonts/LINESeedJP_OTF_Rg.woff") format("woff"), url("../fonts/LINESeedJP_OTF_Rg.woff2") format("woff2");
}
@font-face {
  font-weight: 100;
  /* 細目のフォント */
  font-family: "line-seed";
  src: url("../fonts/LINESeedJP_OTF_Th.woff") format("woff"), url("../fonts/LINESeedJP_OTF_Th.woff2") format("woff2");
}
@font-face {
  font-weight: 700;
  /* 太めのフォント */
  font-family: "line-seed";
  src: url("../fonts/LINESeedJP_OTF_Bd.woff") format("woff"), url("../fonts/LINESeedJP_OTF_Bd.woff2") format("woff2");
}
@font-face {
  font-weight: 900;
  /* かなり太めのフォント */
  font-family: "line-seed";
  src: url("../fonts/LINESeedJP_OTF_Eb.woff") format("woff"), url("../fonts/LINESeedJP_OTF_Eb.woff2") format("woff2");
}
.top .menu-btn-img01 {
  right: -200px;
  display: none;
}
@media (max-width: 768px) {
  .top .menu-btn-img01 {
    display: block;
  }
}

body {
  background: #fff;
}

body.inview {
  background: #fff;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
}
h2,
h3,
h4,
span,
p,
a {
  color: #000;
  font-weight: 700;
  font-family: "line-seed";
  line-height: 1.8;
}

p, span, a {
  font-weight: 400;
  font-size: 16px;
  font-family: "line-seed";
}
@media (max-width: 768px) {
  p, span, a {
    font-size: 15px;
  }
}

.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: visible;
  box-sizing: border-box;
  width: 100%;
  background: #f7f7f7;
  color: #000000;
}
.top .main {
  position: relative;
  overflow: visible;
  background: #f7f7f7;
}
@media (max-width: 768px) {
  .top .main {
    overflow: hidden;
    margin: 0;
  }
}
.top .sec__heading {
  margin: 0 auto;
  text-align: center;
}
.top .top-first-view {
  position: relative;
  margin: 0 auto;
  margin-bottom: 32px;
  min-height: 666px;
  max-width: none;
  width: 100%;
}
@media (max-width: 768px) {
  .top .top-first-view {
    margin-bottom: 0px;
    padding-bottom: 80px;
    min-height: auto;
    width: 100%;
  }
}
.top .top-first-view .fixed__wrapper {
  display: flex;
  align-items: flex-start;
  max-width: 1100px;
  width: 90%;
}
@media (max-width: 768px) {
  .top .top-first-view .fixed__wrapper {
    position: static;
    display: block;
    padding: 0;
    padding-right: 30px;
    width: 100%;
  }
}
.top .top-first-view .fixed__wrapper .flex {
  align-items: center;
  margin-top: 6%;
}
@media (min-width: 1400px) {
  .top .top-first-view .fixed__wrapper .flex {
    margin-top: 0%;
  }
}
@media (max-width: 768px) {
  .top .top-first-view .fixed__wrapper .flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 6%;
    width: 100%;
    height: 90%;
  }
}
.top .top-first-view .fixed__wrapper .flex .logo {
  z-index: 2;
  margin-left: 5%;
  max-width: 256px;
  width: 30%;
}
@media (max-width: 768px) {
  .top .top-first-view .fixed__wrapper .flex .logo {
    margin-left: 0%;
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .top .top-first-view .fixed__wrapper .flex .logo {
    margin-left: 1%;
    max-width: 296px;
  }
}
.top .top-first-view .fixed__wrapper .flex .text {
  z-index: 2;
  max-width: 460px;
  width: 60%;
  transition: 0.3s;
  transition-timing-function: ease-out;
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .top .top-first-view .fixed__wrapper .flex .text {
    margin-bottom: 20px;
    width: 95%;
    transform: translateX(-5%);
  }
}
@media (min-width: 1600px) {
  .top .top-first-view .fixed__wrapper .flex .text {
    margin-right: -6%;
    mx-width: 540px;
  }
}
.top .top-first-view .fixed__wrapper .flex .text.loaded {
  transform: scale(1);
}
.top .top-first-view .flex {
  position: absolute;
  z-index: 6;
  box-sizing: border-box;
  margin-top: 28px;
  padding: 0 24px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .top .top-first-view .flex {
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
  }
}
.top .top-first-view .flex .name--romazi {
  width: 108px;
  opacity: 0;
  transition: 1s;
  transform: translateY(10%);
}
.top .top-first-view .flex .name--romazi.loaded {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .top .top-first-view .flex .name--romazi {
    position: absolute;
    right: 0;
    bottom: 56px;
    width: 300px;
  }
}
.top .top-first-view .flex .name--heading {
  width: 190px;
}
@media (max-width: 768px) {
  .top .top-first-view .flex .name--heading {
    position: absolute;
    top: -8px;
    right: 8px;
    width: 120px;
  }
}
.top .top-first-view .bg--wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.top .top-first-view .bg--wrapper .bg {
  position: absolute;
  z-index: 8;
}
.top .top-first-view .bg--wrapper .bg--block01 {
  top: 40px;
  left: 9%;
  width: 28px;
  height: 28px;
  background: #ff0000;
}
.top .top-first-view .bg--wrapper .bg--block02 {
  top: 80px;
  left: calc(9% + 30px);
  width: 16px;
  height: 16px;
  background: #ff0000;
}
.top .top-first-view .bg--wrapper .bg--block03 {
  bottom: -40px;
  left: 9%;
  width: 28px;
  height: 28px;
  background: #cccccc;
}
@media (max-width: 768px) {
  .top .top-first-view .bg--wrapper .bg--block03 {
    display: none;
  }
}
.top .top-first-view .bg--wrapper .bg--block04 {
  bottom: -70px;
  left: calc(9% - 20px);
  width: 16px;
  height: 16px;
  background: #cccccc;
}
@media (max-width: 768px) {
  .top .top-first-view .bg--wrapper .bg--block04 {
    display: none;
  }
}
.top .top-first-view .bg--wrapper .bg--block05 {
  right: calc(-5% + 20px);
  bottom: -20px;
  width: 24px;
  height: 24px;
  background: #ff0000;
}
@media (max-width: 768px) {
  .top .top-first-view .bg--wrapper .bg--block05 {
    display: none;
  }
}
.top .top-first-view .bg--wrapper .bg--block06 {
  right: calc(-5% + 50px);
  bottom: -44px;
  width: 14px;
  height: 14px;
  background: #ff0000;
}
@media (max-width: 768px) {
  .top .top-first-view .bg--wrapper .bg--block06 {
    display: none;
  }
}
.top .top-first-view .bg--wrapper .bg--block07 {
  right: calc(-5% - 4px);
  bottom: -66px;
  width: 28px;
  height: 28px;
  background: #ff0000;
}
@media (max-width: 768px) {
  .top .top-first-view .bg--wrapper .bg--block07 {
    display: none;
  }
}
.top .heading__img__wrapper {
  display: block;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
@media (max-width: 768px) {
  .top .heading__img__wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    max-height: 640px;
    height: auto;
  }
}
.top .heading__img__wrapper .heading__img {
  margin-top: 0;
  min-width: auto;
  border-radius: 0 0 80px 0;
}
@media (max-width: 768px) {
  .top .heading__img__wrapper .heading__img {
    margin-top: 0;
    min-width: auto;
  }
}
.top .heading__img__wrapper img {
  position: relative;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .top .heading__img__wrapper img {
    margin-top: 0;
    height: auto;
  }
}
.top .sticky--wrapper {
  overflow: visible;
}
@media (max-width: 768px) {
  .top .sticky--wrapper {
    display: block;
  }
}
.top .sticky--wrapper nav.flex {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  left: 0;
  z-index: 9999999;
  justify-content: space-evenly;
  margin: 0 auto;
  margin-bottom: 7vh;
  padding: 8px 0;
  max-width: 800px;
  border-radius: 32px;
  background: #f00028;
  color: #fff;
}
@media (max-width: 768px) {
  .top .sticky--wrapper nav.flex {
    display: none;
  }
}
.top .sticky--wrapper nav.flex a {
  border-bottom: dotted #fff 3px;
  color: #fff;
  font-weight: 700;
  font-family: "line-seed";
  cursor: pointer;
}
.top .fixed__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100%;
  text-align: right;
}
.top .fixed__wrapper .first-view-text {
  position: absolute;
  top: 100px;
  right: 0;
}
@media (min-width: 1400px) {
  .top .fixed__wrapper .first-view-text {
    top: 160px;
  }
}
@media (max-width: 768px) {
  .top .fixed__wrapper .first-view-text {
    top: 120px;
  }
}
.top .fixed__wrapper .first-view-text .first-view-text-bg {
  display: block;
  color: #fff;
  font-size: 44px;
  font-family: "A1ゴシック B JIS2004";
  line-height: 1.4;
}
@media (max-width: 768px) {
  .top .fixed__wrapper .first-view-text .first-view-text-bg {
    font-size: 36px;
  }
}
.top .grand-open--img {
  position: absolute;
  bottom: -74px;
  left: 0;
  width: 180px;
}
@media (max-width: 768px) {
  .top .grand-open--img {
    bottom: -36px;
    left: 8px;
    width: 130px;
  }
}
.top .scroll__wrapper {
  position: absolute;
  right: 0;
  bottom: 40px;
}
@media (min-width: 1400px) {
  .top .scroll__wrapper {
    bottom: 80px;
  }
}
.top .scroll__wrapper span {
  position: relative;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 14px;
}
.top .scroll__wrapper span::after {
  position: absolute;
  bottom: -128px;
  left: calc(50% - 1px);
  display: block;
  width: 1px;
  height: 120px;
  background: #4d7d37;
  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);
  mix-blend-mode: normal;
}
.top .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: none;
}
@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 {
  position: relative;
  padding: 60px 0;
  padding-top: 120px;
  padding-bottom: 120px;
  background: linear-gradient(to right bottom, #0040d1 0%, #0064d1 100%);
}
@media (max-width: 768px) {
  .top .sec01 {
    padding-top: -20px;
    padding-bottom: 40px;
  }
}
.top .sec01 .bg--wrapper01 {
  position: absolute;
  top: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .top .sec01 .bg--wrapper01 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.top .sec01 .bg--wrapper01 .bg--ball01 {
  position: absolute;
  top: -225px;
  right: 0;
  width: 450px;
}
@media (max-width: 768px) {
  .top .sec01 .bg--wrapper01 .bg--ball01 {
    top: auto;
    right: auto;
    bottom: -40px;
    left: -60px;
    width: 250px;
  }
}
.top .sec01 .bg--wrapper01 .bg--ball02 {
  position: absolute;
  bottom: -225px;
  left: 0;
  width: 450px;
}
@media (max-width: 768px) {
  .top .sec01 .bg--wrapper01 .bg--ball02 {
    top: -90px;
    right: -100px;
    bottom: auto;
    left: auto;
    width: 250px;
  }
}
.top .sec01 .bg--block {
  position: absolute;
  background: #ffffff;
  opacity: 0.45;
  mix-blend-mode: overlay;
}
.top .sec01 .bg--block.bg--block01 {
  right: 20px;
  bottom: 160px;
  width: 45px;
  height: 45px;
}
@media (max-width: 768px) {
  .top .sec01 .bg--block.bg--block01 {
    display: block;
  }
}
.top .sec01 .bg--block.bg--block02 {
  right: -30px;
  bottom: 100px;
  width: 25px;
  height: 25px;
}
@media (max-width: 768px) {
  .top .sec01 .bg--block.bg--block02 {
    display: block;
  }
}
.top .sec01 .fixed__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
  max-width: 860px;
  width: 90%;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .top .sec01 .fixed__wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
.top .sec01 .heading--wrapper {
  position: relative;
}
.top .sec01 .heading--wrapper .sec01-heading {
  margin-bottom: 60px;
  color: #fff;
  font-weight: 700;
  font-family: "line-seed";
}
@media (max-width: 768px) {
  .top .sec01 .heading--wrapper .sec01-heading {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.6;
  }
}
.top .sec01 .heading--wrapper .message {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
}
@media (max-width: 768px) {
  .top .sec01 .heading--wrapper .message {
    top: -70px;
    width: 200px;
  }
}
.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: 30px;
    font-size: 24px;
    line-height: 1.6;
  }
}
.top .sec01 .sec-heading-desc {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  font-family: "line-seed";
}
@media (max-width: 768px) {
  .top .sec01 .sec-heading-desc {
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
  }
}
.top .sec01 .text {
  color: #fff;
  text-align: right;
  font-weight: 400;
  font-family: "line-seed";
}
@media (max-width: 768px) {
  .top .sec01 .text {
    margin-top: 40px;
  }
}
.top .sec02 {
  padding: 60px 0;
  padding-top: 120px;
  padding-bottom: 340px;
  background: #f7f7f7;
  background: url(../img/top/sec02--hobby-bg.png);
  background-position: center 150%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (max-width: 768px) {
  .top .sec02 {
    padding-top: 30px;
    padding-bottom: 200px;
    background-position: center 100%;
  }
}
.top .sec02 .fixed__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
  max-width: 1000px;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .top .sec02 .fixed__wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
.top .sec02 .bg--wrapper01 {
  position: absolute;
  top: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .top .sec02 .bg--wrapper01 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.top .sec02 .bg--wrapper01 .bg--block {
  position: absolute;
}
@media (max-width: 768px) {
  .top .sec02 .bg--wrapper01 .bg--block {
    display: none;
  }
}
.top .sec02 .bg--wrapper01 .bg--block.bg--block01 {
  top: 220px;
  left: -150px;
  width: 45px;
  height: 45px;
  background: #0064d1;
}
.top .sec02 .bg--wrapper01 .bg--block.bg--block02 {
  top: 280px;
  left: -100px;
  width: 25px;
  height: 25px;
  background: #0064d1;
}
.top .sec02 .bg--wrapper01 .bg--block.bg--block03 {
  bottom: 200px;
  left: -80px;
  width: 40px;
  height: 40px;
  background: #0064d1;
}
.top .sec02 .bg--wrapper01 .bg--block.bg--block04 {
  bottom: 170px;
  left: -90px;
  width: 20px;
  height: 20px;
  background: #0064d1;
}
.top .sec02 .bg--wrapper01 .bg--block.bg--block05 {
  bottom: -90px;
  left: 30%;
  width: 36px;
  height: 36px;
  background: #0064d1;
}
.top .sec02 .bg--wrapper01 .bg--block.bg--block06 {
  top: 36%;
  right: -20px;
  width: 24px;
  height: 24px;
  background: #ff0000;
}
.top .sec02 .bg--wrapper01 .bg--block.bg--block07 {
  top: calc(36% + 28px);
  right: 6px;
  width: 16px;
  height: 16px;
  background: #ff0000;
}
.top .sec02 .bg--wrapper01 .bg--block.bg--block08 {
  top: calc(36% + 46px);
  right: -44px;
  width: 30px;
  height: 30px;
  background: #ff0000;
}
.top .sec02 .heading__wrapper {
  position: relative;
  margin-bottom: 140px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .top .sec02 .heading__wrapper {
    margin-bottom: 50px;
  }
}
.top .sec02 .heading__wrapper .bg {
  position: absolute;
}
.top .sec02 .heading__wrapper .bg--block01 {
  top: calc(0% - 24px);
  left: -6px;
  width: 40px;
  height: 40px;
  background: #e6e6e6;
}
.top .sec02 .heading__wrapper .bg--block02 {
  bottom: calc(0% - 16px);
  left: 44px;
  width: 24px;
  height: 24px;
  background: #e6e6e6;
}
.top .sec02 .heading__wrapper .bg--block03 {
  top: calc(0% - 10px);
  right: -16px;
  width: 28px;
  height: 28px;
  background: #e6e6e6;
}
.top .sec02 .heading__wrapper .sec-heading {
  position: relative;
  z-index: 2;
  color: #4d7d37;
  text-align: left;
  font-size: 32px;
}
@media (max-width: 768px) {
  .top .sec02 .heading__wrapper .sec-heading {
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
  }
}
.top .sec02 .heading__wrapper .heading--bg {
  position: absolute;
  top: -90px;
  left: -48px;
  color: #4d7d37;
  font-size: 72px;
  opacity: 0.15;
}
@media (max-width: 768px) {
  .top .sec02 .heading__wrapper .heading--bg {
    top: -42px;
    /* position: relative; */
    left: 50%;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 40px;
    line-height: 1.4;
    transform: translateX(-50%);
  }
}
.top .sec02 .swiper-wrapper {
  transition-timing-function: linear;
}
.top .sec02 .swiper-wrapper .swiper-slide-2n {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .top .sec02 .swiper-wrapper .swiper-slide-2n {
    margin-top: 20px;
  }
}
.top .sec02 .swiper-wrapper .swiper-slide img {
  border-radius: 24px;
}
.top .sec02 .flex01 {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .top .sec02 .flex01 {
    display: block;
    margin-bottom: 40px;
  }
}
.top .sec02 .flex01 .box {
  width: 47%;
}
@media (max-width: 768px) {
  .top .sec02 .flex01 .box {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .top .sec02 .flex01 .box--img {
    margin-bottom: 60px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .top .sec02 .flex01 .box--img img {
    width: 109%;
  }
}
.top .sec02 .flex01 .box--img .text--wrapper {
  position: relative;
  margin-top: 80px;
  padding: 30px 0;
  width: 91.5%;
  /* 画像の飛び出し計算　*/
  background: url(../img/top/sec02--text--wrapper-bg.png);
  background-position: center;
  background-size: 100% 100%;
  text-align: center;
}
@media (max-width: 979px) {
  .top .sec02 .flex01 .box--img .text--wrapper {
    box-sizing: border-box;
    padding: 30px 8px;
  }
}
@media (max-width: 768px) {
  .top .sec02 .flex01 .box--img .text--wrapper {
    margin-top: 30px;
    width: 100%;
  }
}
.top .sec02 .flex01 .box--img .text--wrapper::before, .top .sec02 .flex01 .box--img .text--wrapper::after {
  position: absolute;
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #f7f7f7;
}
.top .sec02 .flex01 .box--img .text--wrapper::before {
  top: -2px;
  left: 0;
  height: calc(100% + 5px);
}
.top .sec02 .flex01 .box--img .text--wrapper::after {
  top: 0px;
  left: -2px;
  width: calc(100% + 5px);
}
.top .sec02 .flex01 .box--img .text--wrapper p {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  text-align: left;
  font-weight: 900;
  font-size: 18px;
  font-family: "line-seed";
  line-height: 1.4;
}
@media (max-width: 979px) {
  .top .sec02 .flex01 .box--img .text--wrapper p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .top .sec02 .flex01 .box--img .text--wrapper p {
    font-size: 16px;
  }
}
.top .sec02 .flex01 .box--img .text--wrapper p .color--red {
  color: #f00028;
  font-weight: 900;
  font-size: 18px;
  font-family: "line-seed";
  line-height: 1.4;
}
@media (max-width: 979px) {
  .top .sec02 .flex01 .box--img .text--wrapper p .color--red {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .top .sec02 .flex01 .box--img .text--wrapper p .color--red {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .top .sec02 .flex01 .box--text {
    width: 100%;
  }
}
.top .sec02 .flex01 .box--text .heading__wrapper {
  margin-top: 30px;
  margin-bottom: 40px;
}
.top .sec02 .flex01 .box--text .heading__wrapper .sec-heading {
  color: #000;
  font-size: 22px;
}
.top .sec02 .flex01 .box--text .desc {
  margin-bottom: 50px;
  text-align: left;
}
@media (max-width: 768px) {
  .top .sec02 .flex01 .box--text .desc {
    word-break: keep-all;
  }
}
.top .sec02 .flex01 .box--text .desc .bg--yellow {
  padding: 0 0;
  background: #ffec54;
  line-height: 1;
}
.top .sec02 .flex01 .box--text .img--wrapper {
  position: relative;
}
.top .sec02 .flex01 .box--text .img--wrapper .img--text {
  position: absolute;
  bottom: 13%;
  left: 50%;
  margin: 0;
  padding: 2px 16px;
  min-width: 250px;
  border-radius: 8px;
  background: #0064d1;
  color: #fff;
  text-align: center;
  font-size: 18px;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .top .sec02 .flex01 .box--text .img--wrapper .img--text {
    min-width: 200px;
  }
}
.top .sec02 .flex01 .box--text .text {
  margin-top: 0;
  text-align: center;
  line-height: 1.5;
}
.top .sec02 .hobby--wrapper {
  padding: 16px 16px;
  border-radius: 16px;
  background: url(../img/top/sec02--hobby-bg--inner.jpg);
  background-size: cover;
}
@media (max-width: 768px) {
  .top .sec02 .hobby--wrapper {
    margin-left: -20px;
    padding: 30px 16px 0px 16px;
    width: calc(100% + 8px);
    background: url(../img/top/sec02--hobby-bg--inner--sp.jpg);
    background-size: cover;
  }
}
.top .sec02 .hobby--wrapper .flex {
  position: relative;
}
@media (max-width: 768px) {
  .top .sec02 .hobby--wrapper > .flex {
    display: block;
  }
}
@media (max-width: 768px) {
  .top .sec02 .hobby--wrapper .box--left {
    margin-bottom: 30px;
  }
}
.top .sec02 .hobby--wrapper .box--left h3 {
  margin-bottom: 16px;
  padding: 0px 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 32px;
  background: #0064d1;
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-family: "line-seed";
  line-height: 1.5;
}
@media (max-width: 768px) {
  .top .sec02 .hobby--wrapper .box--left h3 {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    margin: 15px auto 40px;
    padding: 0.1em 2.2em;
  }
}
.top .sec02 .hobby--wrapper .box--left .desc--flex {
  text-align: left;
}
@media (max-width: 768px) {
  .top .sec02 .hobby--wrapper .box--left .desc--flex {
    margin-bottom: 10px;
  }
}
.top .sec02 .hobby--wrapper .box--left .desc--flex .heading {
  width: 90px;
}
.top .sec02 .hobby--wrapper .box--left .desc--flex p {
  margin-top: 0;
  margin-bottom: 4px;
  width: calc(100% - 90px);
}
.top .sec02 .hobby--wrapper .box--right {
  position: relative;
  margin-right: -40px;
  margin-left: 30px;
  transform: translateY(-26%);
}
@media (max-width: 768px) {
  .top .sec02 .hobby--wrapper .box--right {
    position: static;
    margin-right: 0px;
    margin-left: 0px;
    transform: translateY(0%);
  }
}
.top .sec02 .hobby--wrapper .box--right .desc--flex {
  position: relative;
  box-sizing: border-box;
  padding: 12px 24px;
  background: #0064d1;
  background: linear-gradient(135deg, transparent 15px, #0064d1 0) top left, linear-gradient(-135deg, transparent 15px, #0064d1 0) top right, linear-gradient(-45deg, transparent 15px, #0064d1 0) bottom right, linear-gradient(45deg, transparent 15px, #0064d1 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}
.top .sec02 .hobby--wrapper .box--right .desc--flex::before {
  position: absolute;
  top: 24px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: calc(100% - 48px);
  background: #0064d1;
  content: "";
}
.top .sec02 .hobby--wrapper .box--right .desc--flex::after {
  position: absolute;
  top: 0;
  left: 24px;
  z-index: -1;
  display: block;
  width: calc(100% - 48px);
  height: 100%;
  background: #0064d1;
  content: "";
}
.top .sec02 .hobby--wrapper .box--right .desc--flex p {
  width: 57%;
  color: #fff;
  text-align: left;
}
@media (max-width: 768px) {
  .top .sec02 .hobby--wrapper .box--right .desc--flex p {
    margin: 8px 0;
    width: 66%;
    font-size: 14px;
  }
}
.top .sec02 .hobby--wrapper .box--right .desc--flex img {
  position: absolute;
  top: 0;
  right: 0;
  width: 33%;
  transform: scale(1.2) translateX(-20px);
}
@media (max-width: 768px) {
  .top .sec02 .hobby--wrapper .box--right .desc--flex img {
    width: 31%;
    transform: scale(1.2);
  }
}
.top .sec02 .hobby--wrapper .box--right .icons {
  position: absolute;
  right: 250px;
  bottom: -130px;
  width: 200px;
}
@media (max-width: 768px) {
  .top .sec02 .hobby--wrapper .box--right .icons {
    top: -326px;
    right: 0;
    bottom: auto;
    width: 130px;
  }
}
.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: none;
  }
}
.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;
  }
}
.top .sec03 {
  margin-top: -60px;
  padding: 60px 0;
  padding-top: 120px;
  padding-bottom: 120px;
  background: url(../img/top/sec03--bg.png);
  background-color: rgba(255, 255, 255, 0.01);
  background-position: center;
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .top .sec03 {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(../img/top/sec03--bg--sp.png);
    background-color: rgba(255, 255, 255, 0.01);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
.top .sec03 .fixed__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
  max-width: 1000px;
  width: 90%;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .top .sec03 .fixed__wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
.top .sec03 .bg--block {
  position: absolute;
}
.top .sec03 .bg--block.bg--block01 {
  top: 90px;
  left: -180px;
  width: 40px;
  height: 40px;
  background: #1a73d6;
}
.top .sec03 .bg--block.bg--block02 {
  top: 160px;
  left: -130px;
  width: 25px;
  height: 25px;
  background: #1a73d6;
}
.top .sec03 .bg--block.bg--block03 {
  right: -120px;
  bottom: 200px;
  width: 30px;
  height: 30px;
  background: #fff;
}
.top .sec03 .bg--block.bg--block04 {
  right: -80px;
  bottom: 176px;
  width: 18px;
  height: 18px;
  background: #fff;
}
.top .sec03 .bg--block.bg--block05 {
  right: -146px;
  bottom: 130px;
  width: 38px;
  height: 38px;
  background: #fff;
}
.top .sec03 .heading__wrapper {
  position: relative;
  margin: 0 auto;
  margin-bottom: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .top .sec03 .heading__wrapper {
    margin-bottom: 40px;
  }
}
.top .sec03 .heading__wrapper .sec-heading {
  color: #fff;
  text-align: left;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  font-family: "line-seed";
}
@media (max-width: 768px) {
  .top .sec03 .heading__wrapper .sec-heading {
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
  }
}
.top .sec03 .heading__wrapper .sec-heading .font-size--small {
  color: #4d7d37;
  letter-spacing: 0.15em;
  font-size: 20px;
}
.top .sec03 .heading__wrapper .bg--fukidashi {
  margin-top: -24px;
  width: 250px;
}
@media (max-width: 768px) {
  .top .sec03 .flex01,
.top .sec03 .flex02 {
    display: block;
  }
}
.top .sec03 .flex01 .box,
.top .sec03 .flex02 .box {
  position: relative;
  margin-bottom: 32px;
  width: calc(50% - 16px);
  border-radius: 20px;
  background: #fff;
  box-shadow: 3px 3px 13px #000;
}
@media (max-width: 768px) {
  .top .sec03 .flex01 .box,
.top .sec03 .flex02 .box {
    margin-bottom: 8px;
    width: 100%;
    box-shadow: none;
  }
}
.top .sec03 .flex01 .box .icon01,
.top .sec03 .flex02 .box .icon01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
}
.top .sec03 .flex01 .box .icon-bg,
.top .sec03 .flex02 .box .icon-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
}
.top .sec03 .flex01 .box .flex .number,
.top .sec03 .flex02 .box .flex .number {
  width: 60px;
}
.top .sec03 .flex01 .box .flex .box--heading,
.top .sec03 .flex02 .box .flex .box--heading {
  color: #0064d1;
  font-size: 32px;
}
@media (min-width: 980px) {
  .top .sec03 .flex01.flex01 .box--text,
.top .sec03 .flex02.flex01 .box--text {
    margin-left: 3%;
  }
}
@media (min-width: 980px) {
  .top .sec03 .flex01.flex01 .box--text h3, .top .sec03 .flex01.flex01 .box--text p,
.top .sec03 .flex02.flex01 .box--text h3,
.top .sec03 .flex02.flex01 .box--text p {
    margin-left: 8%;
  }
}
.top .sec03 .flex01.flex01 .box--img .bg,
.top .sec03 .flex02.flex01 .box--img .bg {
  position: absolute;
  top: 80px;
  right: -44px;
  width: 120px;
}
@media (max-width: 768px) {
  .top .sec03 .flex01.flex01 .box--img .bg,
.top .sec03 .flex02.flex01 .box--img .bg {
    display: none;
  }
}
@media (min-width: 980px) {
  .top .sec03 .flex01.flex03 .box--text,
.top .sec03 .flex02.flex03 .box--text {
    margin-left: 3%;
  }
}
@media (min-width: 980px) {
  .top .sec03 .flex01.flex03 .box--text h3, .top .sec03 .flex01.flex03 .box--text p,
.top .sec03 .flex02.flex03 .box--text h3,
.top .sec03 .flex02.flex03 .box--text p {
    margin-left: 8%;
  }
}
.top .sec03 .flex01.flex03 .box--img .bg,
.top .sec03 .flex02.flex03 .box--img .bg {
  position: absolute;
  top: 33px;
  right: 16px;
  width: 72px;
}
@media (max-width: 768px) {
  .top .sec03 .flex01.flex03 .box--img .bg,
.top .sec03 .flex02.flex03 .box--img .bg {
    display: none;
  }
}
@media (max-width: 768px) {
  .top .sec03 .flex01.flex04 .box--text,
.top .sec03 .flex02.flex04 .box--text {
    margin-bottom: 110px;
  }
}
.top .sec03 .box--text {
  position: relative;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 33%;
}
@media (max-width: 768px) {
  .top .sec03 .box--text {
    display: block;
    margin: 0 16px;
    margin-bottom: 90px;
    width: calc(100% - 32px);
  }
}
.top .sec03 .box--text .fukidashi {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.4) translateY(7%);
}
@media (max-width: 768px) {
  .top .sec03 .box--text .fukidashi {
    transform: scale(1.1) translateY(6%);
  }
}
.top .sec03 .box--text .box--heading {
  margin-bottom: 16px;
  text-align: left;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media (max-width: 768px) {
  .top .sec03 .box--text .box--heading {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .top .sec03 .box--text p {
    text-align: center;
  }
}
.top .sec03 .box--img {
  position: relative;
  width: 55%;
  transform: translateY(-15%);
}
@media (max-width: 768px) {
  .top .sec03 .box--img {
    display: block;
    margin: 0 auto;
    width: 95%;
    transform: none;
  }
}
.top .sec03 h3 {
  margin-top: 20px;
  margin-bottom: 0;
  color: #4e7d37;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 19px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media (max-width: 768px) {
  .top .sec03 h3 {
    text-align: left;
    font-size: 15px;
  }
}
.top .sec03 p {
  margin-top: 8px;
  margin-bottom: -12px;
  text-align: left;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  line-height: 2.2;
}
@media (max-width: 768px) {
  .top .sec03 p {
    margin-bottom: 14px;
    font-size: 14px;
  }
}
.top .sec03 .icon {
  margin-right: 12px;
  width: 60px;
  transition: 0.15s;
  transition-timing-function: ease-out;
}
@media (max-width: 768px) {
  .top .sec03 .icon {
    width: 44px;
  }
}
.top .sec04 {
  position: relative;
  padding: 60px 0;
  padding-top: 160px;
  padding-bottom: 160px;
  background: #f7f7f7;
}
@media (max-width: 768px) {
  .top .sec04 {
    padding-top: 60px;
    padding-bottom: 60px;
    height: auto;
  }
}
.top .sec04 .fixed__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .top .sec04 .fixed__wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
.top .sec04 .bg--block {
  position: absolute;
}
@media (max-width: 768px) {
  .top .sec04 .bg--block {
    display: none;
  }
}
.top .sec04 .bg--block.bg--block01 {
  bottom: 134px;
  left: -113px;
  width: 16px;
  height: 16px;
  background: #1b1464;
}
.top .sec04 .bg--block.bg--block02 {
  bottom: 96px;
  left: -80px;
  width: 36px;
  height: 36px;
  background: #1b1464;
}
.top .sec04 .bg--block.bg--block03 {
  bottom: 150px;
  left: -50px;
  width: 32px;
  height: 32px;
  background: #1b1464;
}
.top .sec04 .bg--block.bg--block04 {
  right: -110px;
  bottom: 200px;
  width: 20px;
  height: 20px;
  background: #1b1464;
}
.top .sec04 .bg--block.bg--block05 {
  right: -146px;
  bottom: 240px;
  width: 36px;
  height: 36px;
  background: #1b1464;
}
.top .sec04 .bg--block.bg--block06 {
  right: -166px;
  bottom: 180px;
  width: 36px;
  height: 36px;
  background: #1b1464;
}
.top .sec04 .sec-heading {
  text-align: left;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media (max-width: 768px) {
  .top .sec04 .sec-heading {
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
  }
}
.top .sec04 .flex01 {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .top .sec04 .flex01 {
    display: block;
    margin-bottom: 30px;
  }
}
.top .sec04 .flex01 .box--img {
  position: relative;
  width: calc(35% - 32px);
}
@media (max-width: 768px) {
  .top .sec04 .flex01 .box--img {
    margin: 0 auto;
    margin-bottom: 40px;
    width: 50%;
  }
}
.top .sec04 .flex01 .box--img .img--back {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: -1;
}
.top .sec04 .flex01 .box--text {
  width: calc(65% - 32px);
}
@media (max-width: 768px) {
  .top .sec04 .flex01 .box--text {
    justify-content: end;
    width: 100%;
  }
}
.top .sec04 .flex01 .box--text .heading__wrapper {
  margin-bottom: 40px;
}
.top .sec04 .flex01 .box--text p {
  text-align: left;
}
@media (max-width: 768px) {
  .top .sec04 .flex01 .box--text p {
    letter-spacing: -0.1px;
  }
}
.top .sec04 .flex02 {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .top .sec04 .flex02 {
    display: block;
    margin-bottom: 30px;
  }
}
.top .sec04 .flex02 img {
  max-width: 500px;
  vertical-align: bottom;
}
.top .sec04 .flex02 p {
  margin-bottom: 0;
  color: #4d4d4d;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 20px;
  font-family: "line-seed";
  line-height: 1;
}
@media (max-width: 768px) {
  .top .sec04 .flex02 p {
    text-align: center;
    line-height: 2;
  }
}
.top .sec04 .block--sp {
  display: block;
  margin: 0 0 0 auto;
  margin-bottom: 10px;
  max-width: 45px;
  text-align: right;
}
.top .sec04 .seisaku--wrapper {
  position: relative;
}
.top .sec04 .seisaku--wrapper .seisaku--img {
  position: relative;
  width: 100%;
  vertical-align: bottom;
}
.top .sec04 .seisaku--wrapper .seisaku--flex {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  height: 100%;
}
.top .sec04 .seisaku--wrapper .text--box {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -6px;
  width: 100%;
  width: 60%;
  height: 100%;
}
@media (max-width: 768px) {
  .top .sec04 .seisaku--wrapper .text--box {
    justify-content: end;
    width: 100%;
  }
}
.top .sec04 .seisaku--wrapper .text--box h3 {
  color: #fff;
  font-size: 28px;
}
@media (max-width: 768px) {
  .top .sec04 .seisaku--wrapper .text--box h3 {
    font-size: 20px;
  }
}
.top .sec04 .seisaku--wrapper .text--box a {
  display: block;
  padding: 4px 0;
  max-width: 340px;
  width: 100%;
  border-radius: 4px;
  background: #12c7b8;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 28px;
  font-family: "line-seed";
}
@media (max-width: 768px) {
  .top .sec04 .seisaku--wrapper .text--box a {
    margin-bottom: 9%;
    max-width: 246px;
  }
}
.top .sec04 .seisaku--wrapper .icon {
  position: absolute;
  top: calc(50% - 20px);
  right: 36px;
  width: 30px;
  height: 50px;
}
@media (max-width: 768px) {
  .top .sec04 .seisaku--wrapper .icon {
    display: none;
  }
}
.top .sec05 {
  z-index: 2;
  padding: 60px 0;
  padding-top: 60px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .top .sec05 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.top .sec05 .fixed__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
  max-width: 1000px;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .top .sec05 .fixed__wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
.top .sec05 .heading__wrapper {
  position: relative;
  margin: 0 auto;
  margin-bottom: 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .top .sec05 .heading__wrapper {
    margin-bottom: 60px;
  }
}
.top .sec05 .heading__wrapper .sec-heading {
  color: #0064d1;
  text-align: left;
  text-align: center;
  font-size: 32px;
}
@media (max-width: 768px) {
  .top .sec05 .heading__wrapper .sec-heading {
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
  }
}
.top .sec05 .heading__wrapper .sec-heading .font-size--small {
  color: #4d7d37;
  letter-spacing: 0.15em;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.top .sec05 .heading__wrapper .bg--fukidashi {
  margin-top: -24px;
  width: 250px;
}
.top .sec05 .sec-heading-desc {
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .top .sec05 .sec-heading-desc {
    margin-bottom: 40px;
    font-size: 14px;
  }
}
.top .sec05 .swiper-wrapper {
  margin-bottom: 120px;
  transition-timing-function: linear;
}
@media (max-width: 768px) {
  .top .sec05 .swiper-wrapper {
    margin-top: 0px;
    margin-bottom: 60px;
  }
}
.top .sec05 .swiper-wrapper .swiper-slide-2n {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .top .sec05 .swiper-wrapper .swiper-slide-2n {
    margin-top: 20px;
  }
}
.top .sec05 .swiper-wrapper .swiper-slide img {
  border-radius: 0;
}
.top .sec05 .bg--block {
  position: absolute;
}
.top .sec05 .bg--block.bg--block01 {
  top: 120px;
  left: -120px;
  width: 30px;
  height: 30px;
  background: #0064d1;
}
.top .sec05 .bg--block.bg--block02 {
  top: 140px;
  left: -70px;
  width: 18px;
  height: 18px;
  background: #0064d1;
}
.top .sec05 .bg--block.bg--block03 {
  right: -66px;
  bottom: 246px;
  width: 16px;
  height: 16px;
  background: #ff0000;
}
.top .sec05 .bg--block.bg--block04 {
  right: -100px;
  bottom: 270px;
  width: 28px;
  height: 28px;
  background: #ff0000;
}
.top .sec05 .bg--block.bg--block05 {
  right: -120px;
  bottom: 210px;
  width: 36px;
  height: 36px;
  background: #ff0000;
}
.top .sec05 .bg--block.bg--block06 {
  bottom: 80px;
  left: -240px;
  width: 36px;
  height: 36px;
  background: #cccccc;
}
.top .sec05 .bg--block.bg--block07 {
  bottom: 36px;
  left: -290px;
  width: 24px;
  height: 24px;
  background: #cccccc;
}
.top .sec05 .flex.flex01 {
  align-items: center;
}
@media (max-width: 768px) {
  .top .sec05 .flex.flex01 {
    display: block;
  }
}
.top .sec05 .flex.flex01 .box--img {
  width: calc(50% - 32px);
}
@media (max-width: 768px) {
  .top .sec05 .flex.flex01 .box--img {
    margin-bottom: 40px;
    width: 100%;
  }
}
.top .sec05 .flex.flex01 .box--img img {
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .top .sec05 .flex.flex01 .box--img img {
    margin-left: -9%;
    width: 108%;
  }
}
.top .sec05 .flex.flex01 .box--text {
  width: calc(50% - 32px);
}
@media (max-width: 768px) {
  .top .sec05 .flex.flex01 .box--text {
    width: 100%;
  }
}
.top .sec05 .flex.flex01 .box--text h3 {
  color: #0064d1;
  text-align: left;
  font-size: 32px;
}
@media (max-width: 768px) {
  .top .sec05 .flex.flex01 .box--text h3 {
    text-align: center;
    font-size: 28px;
  }
}
.top .sec05 .flex.flex01 .box--text p {
  margin-bottom: 60px;
  text-align: left;
  line-height: 2.2;
}
@media (max-width: 768px) {
  .top .sec05 .flex.flex01 .box--text p {
    margin-bottom: 30px;
    line-height: 2;
  }
}
.top .sec05 .flex.flex01 .box--text a {
  display: block;
  padding: 16px 16px;
  border-radius: 8px;
  background-color: #0064d1;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-family: "line-seed";
}
@media (max-width: 768px) {
  .top .sec05 .flex.flex01 .box--text a {
    padding: 10px 16px;
    font-size: 22px;
  }
}
.top .sec05 .kensei-report--wrapper {
  position: relative;
  display: none;
  margin-top: 220px;
  margin-bottom: 160px;
}
@media (max-width: 768px) {
  .top .sec05 .kensei-report--wrapper {
    box-sizing: border-box;
    padding: 0 0px;
  }
}
.top .sec05 .kensei-report--wrapper .report--wave01 {
  position: absolute;
  top: -200px;
  right: -200px;
  width: 100%;
}
@media (max-width: 768px) {
  .top .sec05 .kensei-report--wrapper .report--wave01 {
    top: -140px;
    right: -400px;
    min-width: 700px;
  }
}
.top .sec05 .kensei-report--wrapper .report--wave02 {
  position: absolute;
  bottom: -160px;
  left: -200px;
  width: 100%;
}
@media (max-width: 768px) {
  .top .sec05 .kensei-report--wrapper .report--wave02 {
    bottom: -140px;
    left: -400px;
    min-width: 700px;
  }
}
.top .sec05 .kensei-report--wrapper .flex {
  align-items: center;
}
@media (max-width: 768px) {
  .top .sec05 .kensei-report--wrapper .flex {
    display: block;
  }
}
.top .sec05 .kensei-report--wrapper .box--img {
  width: calc(53% - 32px);
}
@media (max-width: 768px) {
  .top .sec05 .kensei-report--wrapper .box--img {
    width: 100%;
  }
}
.top .sec05 .kensei-report--wrapper .box--text {
  margin-right: 5%;
  max-width: 370px;
  width: calc(40% - 32px);
}
@media (max-width: 768px) {
  .top .sec05 .kensei-report--wrapper .box--text {
    margin: 0;
    width: 100%;
  }
}
.top .sec05 .kensei-report--wrapper .box--text h3 {
  margin-bottom: 10px;
  color: #f00028;
  text-align: center;
  font-size: 30px;
}
.top .sec05 .kensei-report--wrapper .box--text .reports--wrapper {
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 32px;
  padding-bottom: 12px;
  border: solid #b3b3b3 2.5px;
  border-radius: 32px;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.top .sec05 .kensei-report--wrapper .box--text .reports--wrapper a {
  display: block;
  margin-bottom: 16px;
  padding-bottom: 4px;
  border-bottom: dotted 2px #0064d1;
  line-height: 1;
}
.top .sec05 .kensei-report--wrapper .box--text .reports--wrapper a time {
  display: block;
  margin-bottom: 6px;
  text-align: left;
  font-size: 15px;
}
.top .sec05 .kensei-report--wrapper .box--text .reports--wrapper a .color--blue {
  margin: 0;
  color: #0064d1;
  text-align: center;
  text-align: center;
  font-size: 15px;
}
.top .sec05 .kensei-report--wrapper .box--text .link-btn {
  display: block;
  padding: 8px 0;
  border-radius: 4px;
  background: #f00028;
  color: #fff;
  text-align: center;
}
.top .wave--wrapper {
  overflow: hidden;
  max-width: 100vw;
}
.top .bg--wave01,
.top .bg--wave02 {
  position: relative;
  left: 50%;
  min-width: 1400px;
  width: 100%;
  vertical-align: bottom;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .top .bg--wave01,
.top .bg--wave02 {
    min-width: auto;
  }
}
.top .sec06 {
  position: relative;
  z-index: 1;
  padding: 60px 0;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffee00;
}
@media (max-width: 768px) {
  .top .sec06 {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .top .sec06 {
    padding-top: 90px;
  }
}
.top .sec06 .fixed__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
  max-width: 940px;
  width: 90%;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .top .sec06 .fixed__wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
.top .sec06 .heading__wrapper {
  position: relative;
  margin: 0 auto;
  margin-bottom: 90px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .top .sec06 .heading__wrapper {
    margin-bottom: 40px;
  }
}
.top .sec06 .heading__wrapper .sec-heading {
  color: #f00028;
  text-align: center;
  font-size: 32px;
}
@media (max-width: 768px) {
  .top .sec06 .heading__wrapper .sec-heading {
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
  }
}
.top .sec06 .heading__wrapper .sec-heading .font-size--small {
  color: #4d7d37;
  letter-spacing: 0.15em;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.top .sec06 .heading__wrapper .bg--fukidashi {
  margin-top: -24px;
  width: 250px;
}
.top .sec06 .sec-heading {
  margin-bottom: 0px;
  font-size: 32px;
}
@media (max-width: 768px) {
  .top .sec06 .sec-heading {
    font-size: 22px;
  }
}
@media (max-width: 979px) {
  .top .sec06 .flex {
    display: block;
  }
}
.top .sec06 .flex .box--left {
  min-width: 400px;
}
@media (max-width: 979px) {
  .top .sec06 .flex .box--left {
    justify-content: center;
    margin-bottom: 40px;
    min-width: auto;
  }
}
.top .sec06 .flex .box--left h3 {
  margin-bottom: 10px;
  color: #0064d1;
  text-align: center;
  font-weight: 900;
  font-size: 24px;
}
.top .sec06 .flex .box--left iframe {
  margin-bottom: 32px;
  min-height: 590px;
  width: 100%;
  height: 100%;
}
@media (max-width: 979px) {
  .top .sec06 .flex .box--left iframe {
    min-width: 340px;
    min-height: 720px;
  }
}
.top .sec06 .flex .box--left .link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 16px 16px;
  padding: 12px 16px;
  border-radius: 32px;
  background: #0071bc;
  box-shadow: 0px 5px 0px #2e3192;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  transition: 0.25s;
}
.top .sec06 .flex .box--left .link-btn:hover {
  box-shadow: 0 0 0 #2e3192;
  opacity: 1 !important;
  transform: translateY(4px);
}
.top .sec06 .flex .box--left .link-btn .icon {
  margin-right: 40px;
  width: 40px;
}
.top .sec06 .flex .box--right {
  width: calc(50% - 20px);
}
@media (max-width: 979px) {
  .top .sec06 .flex .box--right {
    width: 100%;
  }
}
.top .sec06 .flex .box--right .instagram--wrapper img {
  vertical-align: bottom;
}
.top .sec06 .flex .box--right .text--wrapper {
  justify-content: space-evenly;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 32px;
  padding: 16px 16px;
  background: #000;
  transform: translateY(-1px);
}
@media (max-width: 979px) {
  .top .sec06 .flex .box--right .text--wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 16px 16px 16px;
  }
}
.top .sec06 .flex .box--right .text--wrapper .box--left {
  min-width: auto;
  width: 60px;
}
@media (max-width: 979px) {
  .top .sec06 .flex .box--right .text--wrapper .box--left {
    margin-right: 16px;
    margin-bottom: 0;
    margin-left: 8px;
  }
}
.top .sec06 .flex .box--right .text--wrapper .box--left img {
  width: 60px;
}
.top .sec06 .flex .box--right .text--wrapper .box--center {
  width: calc(100% - 190px);
}
@media (max-width: 979px) {
  .top .sec06 .flex .box--right .text--wrapper .box--center {
    margin-top: -4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.top .sec06 .flex .box--right .text--wrapper .box--center .color--white {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  font-family: "line-seed";
}
@media (max-width: 979px) {
  .top .sec06 .flex .box--right .text--wrapper .box--center .color--white {
    font-size: 18px;
  }
}
.top .sec06 .flex .box--right .text--wrapper .box--center .bg--blue {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 2px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 32px;
  background: #1188f0;
  color: #fff;
  text-align: center;
}
@media (max-width: 979px) {
  .top .sec06 .flex .box--right .text--wrapper .box--center .bg--blue {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.top .sec06 .flex .box--right .text--wrapper .box--right {
  width: 70px;
}
@media (max-width: 979px) {
  .top .sec06 .flex .box--right .text--wrapper .box--right {
    display: none;
  }
}
.top .sec06 .flex .box--right .text--wrapper .box--right img {
  width: 70px;
}
.top .sec06 .flex .box--right .ameba--wrapper {
  padding: 8px;
  border-radius: 32px;
  background: url(../img/top/sec06--ameba-bg.jpg);
  background-position: center;
  background-size: cover;
}
.top .sec06 .flex .box--right .ameba--wrapper .ameba--inner {
  box-sizing: border-box;
  padding: 16px 32px;
  border-radius: 32px;
  background: #39b54a;
}
.top .sec06 .flex .box--right .ameba--wrapper h3 {
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 24px;
}
@media (max-width: 979px) {
  .top .sec06 .flex .box--right .ameba--wrapper h3 {
    font-size: 20px;
  }
}
.top .sec06 .flex .box--right .ameba--wrapper .fukidashi {
  margin: 0 auto;
  margin-top: -40px;
  margin-bottom: 6px;
  width: 100%;
}
.top .sec06 .flex .box--right .ameba--wrapper .link-btn {
  display: block;
  margin-top: 4px;
  margin-bottom: 6px;
  padding: 8px;
  border: solid #006837 2px;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0px 3px 0 #006837;
  color: #39b543;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  font-family: "line-seed";
  transition: 0.25s;
}
@media (max-width: 979px) {
  .top .sec06 .flex .box--right .ameba--wrapper .link-btn {
    font-size: 20px;
  }
}
.top .sec06 .flex .box--right .ameba--wrapper .link-btn:hover {
  background: #39b543;
  color: #fff;
}
.top .sec06 .follow {
  display: block;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 20px;
  max-width: 400px;
}
.top .sec07 {
  padding: 60px 0;
  padding-top: 120px;
  padding-bottom: 120px;
  background: #f7f7f7;
}
@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: 1000px;
  width: 90%;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .top .sec07 .fixed__wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
.top .sec07 .bg--block {
  position: absolute;
}
@media (max-width: 768px) {
  .top .sec07 .bg--block {
    display: none;
  }
}
.top .sec07 .bg--block.bg--block01 {
  top: 34px;
  left: -180px;
  width: 24px;
  height: 24px;
  background: #ff0000;
}
.top .sec07 .bg--block.bg--block02 {
  top: 86px;
  left: -110px;
  width: 14px;
  height: 14px;
  background: #ff0000;
}
.top .sec07 .bg--block.bg--block03 {
  top: 40px;
  left: -90px;
  width: 26px;
  height: 26px;
  background: #ff0000;
}
.top .sec07 .bg--block.bg--block04 {
  top: 40px;
  right: -20px;
  width: 28px;
  height: 28px;
  background: #0064d1;
}
.top .sec07 .bg--block.bg--block05 {
  top: 16px;
  right: -60px;
  width: 36px;
  height: 36px;
  background: #0064d1;
}
.top .sec07 .bg--block.bg--block06 {
  top: 60px;
  right: -106px;
  width: 18px;
  height: 18px;
  background: #0064d1;
}
.top .sec07 .heading__wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 720px;
}
@media (max-width: 768px) {
  .top .sec07 .heading__wrapper {
    margin-bottom: 60px;
  }
}
.top .sec07 .heading__wrapper .icon {
  margin-right: 16px;
  margin-left: 23px;
  width: 34px;
}
@media (max-width: 768px) {
  .top .sec07 .heading__wrapper .icon {
    margin-right: 12px;
    margin-left: -21px;
    width: 30px;
  }
}
.top .sec07 .sec-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4c4948;
  text-align: left;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@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 .contact--wrapper {
  position: relative;
}
.top .sec07 .fukidashi--flex {
  margin-bottom: -20px;
}
.top .sec07 .fukidashi--flex .fukidashi {
  width: 18%;
}
.top .sec07 .fukidashi--flex .fukidashi01 {
  margin-top: 60px;
  width: 22%;
}
.top .sec07 .fukidashi--flex .fukdiashi02 {
  margin-bottom: 60px;
  margin-bottom: 60px;
}
.top .sec07 .fukidashi--flex .fukidashi03 {
  margin-bottom: 44px;
  width: 18%;
}
.top .sec07 .fukidashi--flex .fukidashi04 {
  margin-top: 60px;
  width: 18%;
}
@media (max-width: 768px) {
  .top .sec07 .fukidashi--flex01 {
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .top .sec07 .fukidashi--flex01 .fukidashi01 {
    margin-top: 0px;
    margin-right: 10%;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .top .sec07 .fukidashi--flex01 .fukidashi02 {
    width: 90%;
  }
}
.top .sec07 .fukidashi--flex02 {
  display: none;
}
@media (max-width: 768px) {
  .top .sec07 .fukidashi--flex02 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .top .sec07 .fukidashi--flex02 .fukidashi03 {
    margin-right: 10%;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .top .sec07 .fukidashi--flex02 .fukidashi04 {
    /* margin-right: 10%; */
    margin-top: 0;
    width: 90%;
  }
}
.top .sec07 .link-btn {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 16px;
  max-width: 300px;
  border-radius: 32px;
  background: #0064d1;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  font-family: "line-seed";
}
@media (max-width: 768px) {
  .top .sec07 .link-btn {
    margin-bottom: 30px;
  }
}
.top .sec07 .color--blue {
  color: #0064d1;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  font-family: "line-seed";
}
.top .sec07 .text__wrapper {
  margin: 0 auto;
  max-width: 600px;
}
.top .sec07 .directions {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .top .sec07 .directions {
    margin-bottom: 60px;
  }
}
.top .sec07 .directions .color--green {
  font-weight: 700;
  font-style: normal;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media (max-width: 768px) {
  .top .sec07 .directions.directions02 {
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .top .sec07 .directions.directions02 .color--green {
    text-align: left;
    font-size: 15px;
  }
}
.top .sec07 .directions .heading__wrapper {
  margin-bottom: 40px;
}
.top .sec07 .directions .heading__wrapper h2 img {
  margin: 0 auto;
  width: 260px;
}
@media (max-width: 768px) {
  .top .sec07 .directions .heading__wrapper h2 img {
    width: 200px;
  }
}
.top .sec07 .directions .directions--wrapper {
  width: 100%;
}
@media (max-width: 768px) {
  .top .sec07 .directions .directions--wrapper {
    overflow: scroll;
    margin-right: -20px;
    margin-bottom: 20px;
    padding-right: 20px;
    width: auto;
  }
  .top .sec07 .directions .directions--wrapper .directions--img {
    width: 900px;
  }
}
.top .sec07 .directions .directions--img {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .top .sec07 .directions .directions--img {
    margin-bottom: 20px;
  }
}
.top .sec07 .directions .color--green {
  color: #5a8844;
  text-align: center;
  font-size: 20px;
}
.top .sec07 .directions .desc {
  margin-bottom: 30px;
  text-align: left;
  font-weight: 300;
  font-style: normal;
  font-family: "noto-sans-cjk-jp", sans-serif;
}
@media (max-width: 768px) {
  .top .sec07 .directions .desc {
    line-height: 2;
  }
}
.top .sec07 .directions .link--btn {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  max-width: 300px;
  border: solid 2px #5a8844;
  border-radius: 32px;
  background: #fff;
  color: #5a8844;
  text-align: center;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .top .sec07 .directions .link--btn {
    margin: 0 auto;
    padding: 12px 0;
    max-width: 280px;
    font-weight: 500;
    font-size: 15px;
  }
}
.top .sec07 .directions .link--btn:hover {
  background: #5a8844;
  color: #fff;
}
.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: 60px;
  padding-bottom: 120px;
  background: #fff9dc;
}
@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-weight: 700;
  font-style: normal;
  font-size: 32px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@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;
}
@media (max-width: 768px) {
  .top .sec08 .flex {
    display: block;
  }
}
.top .sec08 .flex .box--text {
  width: 60%;
}
@media (max-width: 768px) {
  .top .sec08 .flex .box--text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.top .sec08 .flex .box--text .heading--wrapper {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .top .sec08 .flex .box--text .heading--wrapper {
    justify-content: center;
  }
}
.top .sec08 .flex .box--text .heading--wrapper .fukidashi {
  margin-left: 24px;
  width: 100px;
  transform: translateY(-30%);
}
@media (max-width: 768px) {
  .top .sec08 .flex .box--text .heading--wrapper .fukidashi {
    margin-left: 12px;
    width: 80px;
    transform: translateY(-40%);
  }
}
.top .sec08 .flex .box--text h3 {
  color: #5a8844;
  font-weight: 700;
  font-style: normal;
  font-size: 34px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media (max-width: 768px) {
  .top .sec08 .flex .box--text h3 {
    font-size: 22px;
  }
}
.top .sec08 .flex .box--text .desc {
  margin-bottom: 40px;
  text-align: left;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  font-family: "noto-sans-cjk-jp", sans-serif;
}
@media (max-width: 768px) {
  .top .sec08 .flex .box--text .desc {
    margin-bottom: 30px;
  }
}
.top .sec08 .flex .box--text .link--btn {
  display: block;
  margin: 0 auto 0 0;
  padding: 10px 0;
  max-width: 300px;
  border: solid 2px #5a8844;
  border-radius: 32px;
  background: #fff;
  color: #5a8844;
  text-align: center;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .top .sec08 .flex .box--text .link--btn {
    margin: 0 auto;
    padding: 12px 0;
    max-width: 280px;
    font-weight: 500;
    font-size: 15px;
  }
}
.top .sec08 .flex .box--text .link--btn:hover {
  background: #5a8844;
  color: #fff;
}
.top .sec08 .flex .box--img {
  margin-right: -10%;
  width: 50%;
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .top .sec08 .flex .box--img {
    margin-right: 0;
    width: 100%;
    transform: none;
  }
}
.top .sec09 {
  padding: 60px 0;
  padding-top: 60px;
  padding-bottom: 120px;
  background: #fff9dc;
}
@media (max-width: 768px) {
  .top .sec09 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.top .sec09 .fixed__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 0 32px;
  max-width: 1100px;
  will-change: transform, opacity;
}
@media (max-width: 768px) {
  .top .sec09 .fixed__wrapper {
    padding: 0 20px;
    width: 100%;
  }
}
.top .sec09 .heading__wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .top .sec09 .heading__wrapper {
    margin-bottom: 30px;
  }
}
.top .sec09 .heading__wrapper .icon {
  margin-right: 16px;
  margin-left: -30px;
  width: 44px;
}
.top .sec09 .sec-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4c4948;
  text-align: left;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media (max-width: 768px) {
  .top .sec09 .sec-heading {
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
  }
}
.top .sec09 .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 .sec09 .heading--bg {
    top: -66px;
    /* position: relative; */
    left: 50%;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 54px;
    transform: translateX(-50%);
  }
}
.top .sec09 .sec-heading--desc.color--white {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .top .sec09 .sec-heading--desc.color--white {
    font-size: 15px;
  }
}
.top .sec09 .box.bg--white {
  margin-bottom: 90px;
  padding: 20px 0;
  background: #fff;
}
@media (max-width: 768px) {
  .top .sec09 .box.bg--white {
    border-radius: 16px;
  }
}
.top .sec09 .box.bg--white .desc {
  text-align: center;
  font-weight: 300;
  font-style: normal;
  font-family: "noto-sans-cjk-jp", sans-serif;
  line-height: 2;
}
.top .sec09 .box.bg--white .desc .icon {
  margin-right: 8px;
  width: 20px;
  vertical-align: middle;
}
.top .sec09 .flex {
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .top .sec09 .flex {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .top .sec09 .flex .logo--chichibu-railway--wrapper {
    width: 100%;
    text-align: center;
  }
}
.top .sec09 .flex .logo--chichibu-railway {
  width: 160px;
}
.top .sec09 .flex .logo--x {
  margin: 0 20px 0 44px;
  width: 50px;
}
@media (max-width: 768px) {
  .top .sec09 .flex .logo--x {
    margin: 16px 10px;
    width: 50px;
  }
}
.top .sec09 .flex .logo--instagram {
  width: 50px;
}
@media (max-width: 768px) {
  .top .sec09 .flex .logo--instagram {
    margin: 16px 10px;
  }
}
.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;
  }
}

.wrapper {
  position: relative;
}
.wrapper .bg__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper {
    display: none;
  }
}
.wrapper .bg__wrapper .bg {
  position: absolute;
  z-index: -1;
}
.wrapper .bg__wrapper .bg__wrapper__left {
  position: absolute;
  width: 100%;
  height: 100%;
}
.wrapper .bg__wrapper .bg__wrapper__left .bg01 {
  top: 760px;
  left: -40px;
  width: 220px;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper .bg__wrapper__left .bg01 {
    top: 550px;
    left: -80px;
    width: 180px;
  }
}
@media (min-width: 1400px) {
  .wrapper .bg__wrapper .bg__wrapper__left .bg01 {
    top: 960px;
    left: -50px;
  }
}
.wrapper .bg__wrapper .bg__wrapper__left .bg02 {
  top: 960px;
  left: -200px;
  width: 280px;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper .bg__wrapper__left .bg02 {
    top: 860px;
    left: -70px;
    width: 150px;
  }
}
@media (min-width: 1400px) {
  .wrapper .bg__wrapper .bg__wrapper__left .bg02 {
    top: 1160px;
  }
}
.wrapper .bg__wrapper .bg__wrapper__left .bg03 {
  top: 3200px;
  left: -290px;
  width: 80px;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper .bg__wrapper__left .bg03 {
    top: 1250px;
    left: -50px;
    width: 120px;
  }
}
.wrapper .bg__wrapper .bg__wrapper__left .bg04 {
  top: 3580px;
  left: -80px;
  width: 140px;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper .bg__wrapper__left .bg04 {
    top: 1700px;
    left: -90px;
    width: 170px;
  }
}
.wrapper .bg__wrapper .bg__wrapper__left .bg05 {
  top: 5400px;
  left: -110px;
  width: 170px;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper .bg__wrapper__left .bg05 {
    top: 2400px;
    left: -70px;
    width: 130px;
  }
}
.wrapper .bg__wrapper .bg__wrapper__left .bg06 {
  top: 5100px;
  left: -240px;
  width: 180px;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper .bg__wrapper__left .bg06 {
    top: 2900px;
    left: -80px;
    width: 160px;
  }
}
.wrapper .bg__wrapper .bg__wrapper__left .bg07 {
  top: 6400px;
  left: -140px;
  width: 140px;
}
.wrapper .bg__wrapper .bg__wrapper__left .bg08 {
  top: 8000px;
  left: -260px;
  width: 160px;
}
.wrapper .bg__wrapper .bg__wrapper__left .bg09 {
  top: 10600px;
  left: -60px;
  width: 160px;
}
.wrapper .bg__wrapper .bg__wrapper__right {
  position: absolute;
  width: 100%;
  height: 100%;
}
.wrapper .bg__wrapper .bg__wrapper__right .bg01 {
  top: 2950px;
  right: 20px;
  width: 240px;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper .bg__wrapper__right .bg01 {
    top: 680px;
    right: -50px;
    width: 120px;
  }
}
.wrapper .bg__wrapper .bg__wrapper__right .bg02 {
  top: 5000px;
  right: -120px;
  width: 240px;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper .bg__wrapper__right .bg02 {
    top: 1050px;
    right: -70px;
    width: 130px;
  }
}
.wrapper .bg__wrapper .bg__wrapper__right .bg03 {
  top: 5280px;
  right: -20px;
  width: 160px;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper .bg__wrapper__right .bg03 {
    top: 1550px;
    right: -60px;
    width: 160px;
  }
}
.wrapper .bg__wrapper .bg__wrapper__right .bg04 {
  top: 5400px;
  right: -120px;
  width: 90px;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper .bg__wrapper__right .bg04 {
    top: 2300px;
    right: -60px;
    width: 140px;
  }
}
.wrapper .bg__wrapper .bg__wrapper__right .bg05 {
  top: 5500px;
  right: -70px;
  width: 150px;
}
@media (max-width: 768px) {
  .wrapper .bg__wrapper .bg__wrapper__right .bg05 {
    top: 2650px;
    right: -60px;
    width: 190px;
  }
}
.wrapper .bg__wrapper .bg__wrapper__right .bg06 {
  top: 7100px;
  right: -40px;
  width: 120px;
}
.wrapper .bg__wrapper .bg__wrapper__right .bg07 {
  top: 8000px;
  right: -120px;
  width: 60px;
}
.wrapper .bg__wrapper .bg__wrapper__right .bg08 {
  top: 9000px;
  right: -180px;
  width: 100px;
}

/*====================================================================
.s_02 .accordion_one アコーディオン
====================================================================*/
.s_02 {
  display: block;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .s_02 {
    display: block;
  }
}

.s_02 .accordion_one {
  margin: 0 auto;
  margin-bottom: 0;
  max-width: 600px;
  width: 100%;
}
@media (max-width: 768px) {
  .s_02 .accordion_one {
    width: 100%;
  }
}

.s_02 .accordion_one .accordion_header {
  position: relative;
  z-index: 100;
  margin-bottom: 0;
  padding: 12px 0%;
  padding-left: 1em;
  border-top: solid #cdd6dd 1px;
  border-radius: 0;
  background: #fff;
  color: #707070;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.4s;
}
@media (max-width: 1180px) {
  .s_02 .accordion_one .accordion_header {
    padding-right: 5%;
  }
}
@media (max-width: 768px) {
  .s_02 .accordion_one .accordion_header {
    padding: 15px 15% 15px 15px;
    font-size: 22px;
  }
}

.s_02 .accordion_one .accordion_header .accord_number {
  position: absolute;
  top: 0;
  left: calc(5% + 60px);
  width: 65px;
}
@media (max-width: 1180px) {
  .s_02 .accordion_one .accordion_header .accord_number {
    left: 85px;
    width: 45px;
  }
}
@media (max-width: 780px) {
  .s_02 .accordion_one .accordion_header .accord_number {
    left: 55px;
  }
}

.s_02 .accordion_one .accordion_header .i_box {
  position: absolute;
  top: 50%;
  right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  transition: transform 0.4s;
  transform-origin: center center;
}
@media (max-width: 768px) {
  .s_02 .accordion_one .accordion_header .i_box {
    right: 5%;
    width: 30px;
    height: 30px;
  }
}

.s_02 .accordion_one svg {
  width: 18px;
  height: 18px;
  /* background: #fff; */
  color: #98a6b5;
  transition: transform 0.3s;
  transform: rotate(90deg);
  fill: #98a6b5;
  stroke: #98a6b5;
  stroke-width: 20px;
}
@media (max-width: 768px) {
  .s_02 .accordion_one svg {
    width: 24px;
    height: 24px;
  }
}

.s_02 .accordion_one .accordion_header .i_box .one_i {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  transition: transform 0.4s;
}

.s_02 .accordion_one .accordion_header .i_box .one_i:before, .s_02 .accordion_one .accordion_header .i_box .one_i:after {
  position: absolute;
  top: -5px;
  left: 0;
  width: 18px;
  height: 18px;
  color: #fff;
  content: "\f0da";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  transition: transform 0.4s;
  transform-origin: center center;
}

.s_02 .accordion_one .accordion_header .i_box .one_i:before {
  content: none;
}

.s_02 .accordion_one .accordion_header.open svg {
  transform: rotate(-90deg);
}

.s_02 .accordion_one .accordion_inner {
  position: relative;
  z-index: 10;
  display: none;
  box-sizing: border-box;
  margin-top: 0;
  padding-top: 1px;
  padding-bottom: 1px;
  border-radius: 0px;
  background: #f0f3f5;
}
.s_02 .accordion_one .accordion_inner::before {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
}

.s_02 .accordion_one .accordion_inner .box_one {
  position: relative;
  z-index: 111;
  display: block;
  box-sizing: border-box;
  margin-right: 16px;
  margin-left: 16px;
  padding: 4px 0px;
  width: calc(100% - 32px);
  border: none;
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 1180px) {
  .s_02 .accordion_one .accordion_inner .box_one {
    padding: 4px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .s_02 .accordion_one .accordion_inner .box_one {
    padding: 0px;
  }
}

@media (max-width: 768px) {
  .s_02 .accordion_one .accordion_inner .accordion_inner_text,
.s_02 .accordion_one .accordion_inner .accordion_inner_text span {
    font-size: 15px;
  }
}

.s_02 .accordion_one .accordion_inner .box_one .flex {
  align-items: center;
}

.s_02 .accordion_one .accordion_inner .box_one img {
  width: 250px;
  height: 250px;
}
@media (max-width: 1180px) {
  .s_02 .accordion_one .accordion_inner .box_one img {
    width: 30%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .s_02 .accordion_one .accordion_inner .box_one img {
    width: 45%;
  }
}

@media (min-width: 781px) {
  .s_02 .accordion_one .accordion_inner .box_one .spView {
    display: none;
  }
}

.s_02 .accordion_one .accordion_inner .box_one .pcView {
  display: block;
}
@media (max-width: 781px) {
  .s_02 .accordion_one .accordion_inner .box_one .pcView {
    display: none !important;
  }
}

.s_02 .accordion_one .accordion_inner .box_one .widthAll {
  margin-bottom: 0;
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 1.6;
}

.s_02 .accordion_one .accordion_inner p.txt_a_heading {
  margin-right: 1.6em;
  margin-left: 1em;
}
@media (max-width: 768px) {
  .s_02 .accordion_one .accordion_inner p.txt_a_heading {
    width: 40px;
    white-space: pre;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .s_02 .accordion_one .accordion_inner p.txt_a_desc {
    font-size: 14px;
  }
}

.s_02 .accordion_one .accordion_inner p.txt_a_ac {
  margin-top: 30px;
  width: 440px;
  line-height: 1.8;
}
@media (max-width: 1180px) {
  .s_02 .accordion_one .accordion_inner p.txt_a_ac {
    margin-top: 0;
    width: 52%;
    /* text-align: justify; */
    letter-spacing: 0.004em;
    font-size: 14px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 1024px) {
  .s_02 .accordion_one .accordion_header {
    font-size: 18px;
  }

  .s_02 .accordion_one .accordion_header .i_box {
    margin-top: -15px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .s_02 .accordion_one .accordion_header {
    text-align: left;
    font-size: 16px;
  }
}
.popup-content {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.popup-content.active {
  display: block;
}
.popup-content .popup-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.popup-content .popup-wrapper img {
  max-width: 500px;
  width: 90%;
}

:root {
  --vw-100: -100vw;
  --vw-44: -44vw;
  --vw-50: -50vw;
  --vw-56: -56vw;
  --vw100: 100vw;
  --vw44: 44vw;
  --vw50: 50vw;
  --vw56: 56vw;
}

/* 星空の背景のスタイル */
.stars {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100vw;
  height: 70%;
}

/* 星のスタイル */
/* 星がキラキラ光るアニメーション */
@-webkit-keyframes twinkle {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes twinkle {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.stars2 {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100vw;
  height: 100%;
  mix-blend-mode: screen;
}

.star2 {
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: #ccc;
  /* 星の色 */
  opacity: 0;
  -webkit-animation: twinkle 3s infinite;
  animation: twinkle 3s infinite;
}

/***************************************************
 * Generated by svg.sec02_icon Artista on 5/13/2022, 2:48:40 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg.sec02_icon path {
  stroke-width: 1.6px !important;
}

svg.collection_icon path {
  stroke-width: 1.6px !important;
}

svg.sec02_icon,
svg.collection_icon {
  display: block;
  margin: 0 auto;
}

/***************************************************
 * Generated by svg.sec02_icon Artista on 5/16/2022, 1:55:21 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg.sec02_icon .svg-elem-1 {
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  stroke-dasharray: 75.6609649658px;
  stroke-dashoffset: 75.6609649658px;
}

svg.active.sec02_icon .svg-elem-1 {
  stroke-dashoffset: 0;
}

svg.sec02_icon .svg-elem-2 {
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.06s;
  stroke-dasharray: 22.9458904266px;
  stroke-dashoffset: 22.9458904266px;
}

svg.active.sec02_icon .svg-elem-2 {
  stroke-dashoffset: 0;
}

svg.sec02_icon .svg-elem-3 {
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
  stroke-dasharray: 57.7390899658px;
  stroke-dashoffset: 57.7390899658px;
}

svg.active.sec02_icon .svg-elem-3 {
  stroke-dashoffset: 0;
}

svg.sec02_icon .svg-elem-4 {
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.18s;
  stroke-dasharray: 26.6543312073px;
  stroke-dashoffset: 26.6543312073px;
}

svg.active.sec02_icon .svg-elem-4 {
  stroke-dashoffset: 0;
}

svg.sec02_icon .svg-elem-5 {
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
  stroke-dasharray: 19.2307796478px;
  stroke-dashoffset: 19.2307796478px;
}

svg.active.sec02_icon .svg-elem-5 {
  stroke-dashoffset: 0;
}

svg.sec02_icon .svg-elem-6 {
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
  stroke-dasharray: 16.352848053px;
  stroke-dashoffset: 16.352848053px;
}

svg.active.sec02_icon .svg-elem-6 {
  stroke-dashoffset: 0;
}

svg.sec02_icon .svg-elem-7 {
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
  stroke-dasharray: 23.1630210876px;
  stroke-dashoffset: 23.1630210876px;
}

svg.active.sec02_icon .svg-elem-7 {
  stroke-dashoffset: 0;
}

svg.sec02_icon .svg-elem-8 {
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.42s;
  stroke-dasharray: 17.9599781036px;
  stroke-dashoffset: 17.9599781036px;
}

svg.active.sec02_icon .svg-elem-8 {
  stroke-dashoffset: 0;
}

svg.sec02_icon .svg-elem-9 {
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s;
  stroke-dasharray: 15.2598896027px;
  stroke-dashoffset: 15.2598896027px;
}

svg.active.sec02_icon .svg-elem-9 {
  stroke-dashoffset: 0;
}

svg.sec02_icon .svg-elem-10 {
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.54s;
  stroke-dasharray: 13.5186862946px;
  stroke-dashoffset: 13.5186862946px;
}

svg.active.sec02_icon .svg-elem-10 {
  stroke-dashoffset: 0;
}

svg.sec02_icon .svg-elem-11 {
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
  stroke-dasharray: 14.0056848526px;
  stroke-dashoffset: 14.0056848526px;
}

svg.active.sec02_icon .svg-elem-11 {
  stroke-dashoffset: 0;
}

svg.sec02_icon .svg-elem-12 {
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.66s;
  stroke-dasharray: 13.845905304px;
  stroke-dashoffset: 13.845905304px;
}

svg.active.sec02_icon .svg-elem-12 {
  stroke-dashoffset: 0;
}

svg.sec02_icon .svg-elem-13 {
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s;
  stroke-dasharray: 22.6881752014px;
  stroke-dashoffset: 22.6881752014px;
}

svg.active.sec02_icon .svg-elem-13 {
  stroke-dashoffset: 0;
}

svg.sec02_icon .svg-elem-14 {
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.78s;
  stroke-dasharray: 59.7315406799px;
  stroke-dashoffset: 59.7315406799px;
}

svg.active.sec02_icon .svg-elem-14 {
  stroke-dashoffset: 0;
}

svg.sec02_icon .svg-elem-15 {
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s;
  stroke-dasharray: 30.5422515869px;
  stroke-dashoffset: 30.5422515869px;
}

svg.active.sec02_icon .svg-elem-15 {
  stroke-dashoffset: 0;
}

svg.sec02_icon .svg-elem-16 {
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  stroke-dasharray: 52.2519721985px;
  stroke-dashoffset: 52.2519721985px;
}

svg.active.sec02_icon .svg-elem-16 {
  stroke-dashoffset: 0;
}

svg.sec02_icon .svg-elem-17 {
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s;
  stroke-dasharray: 19.7097263336px;
  stroke-dashoffset: 19.7097263336px;
}

svg.active.sec02_icon .svg-elem-17 {
  stroke-dashoffset: 0;
}

svg.sec02_icon .svg-elem-18 {
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.02s;
  stroke-dasharray: 37.2023086548px;
  stroke-dashoffset: 37.2023086548px;
}

svg.active.sec02_icon .svg-elem-18 {
  stroke-dashoffset: 0;
}

svg.sec02_icon .svg-elem-19 {
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s;
  stroke-dasharray: 28.3203468323px;
  stroke-dashoffset: 28.3203468323px;
}

svg.active.sec02_icon .svg-elem-19 {
  stroke-dashoffset: 0;
}

svg.sec02_icon .svg-elem-20 {
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.14s;
  stroke-dasharray: 48.0027542114px;
  stroke-dashoffset: 48.0027542114px;
}

svg.active.sec02_icon .svg-elem-20 {
  stroke-dashoffset: 0;
}

svg.sec02_icon .svg-elem-21 {
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  stroke-dasharray: 17.1784009933px;
  stroke-dashoffset: 17.1784009933px;
}

svg.active.sec02_icon .svg-elem-21 {
  stroke-dashoffset: 0;
}

svg.sec02_icon .svg-elem-22 {
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.26s;
  stroke-dasharray: 17.7038993835px;
  stroke-dashoffset: 17.7038993835px;
}

svg.active.sec02_icon .svg-elem-22 {
  stroke-dashoffset: 0;
}

svg.sec02_icon .svg-elem-23 {
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s;
  stroke-dasharray: 17.4240570068px;
  stroke-dashoffset: 17.4240570068px;
}

svg.active.sec02_icon .svg-elem-23 {
  stroke-dashoffset: 0;
}

svg.sec02_icon .svg-elem-24 {
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.38s;
  stroke-dasharray: 16.9037866592px;
  stroke-dashoffset: 16.9037866592px;
}

svg.active.sec02_icon .svg-elem-24 {
  stroke-dashoffset: 0;
}

svg.sec02_icon .svg-elem-25 {
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s;
  stroke-dasharray: 14.9683513641px;
  stroke-dashoffset: 14.9683513641px;
}

svg.active.sec02_icon .svg-elem-25 {
  stroke-dashoffset: 0;
}

svg.sec02_icon .svg-elem-26 {
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  stroke-dasharray: 10.947180748px;
  stroke-dashoffset: 10.947180748px;
}

svg.active.sec02_icon .svg-elem-26 {
  stroke-dashoffset: 0;
}

svg.sec02_icon .svg-elem-27 {
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s;
  stroke-dasharray: 295.1651611328px;
  stroke-dashoffset: 295.1651611328px;
}

svg.active.sec02_icon .svg-elem-27 {
  stroke-dashoffset: 0;
}

/***************************************************
 * Generated by svg.sec02_icon Artista on 5/13/2022, 6:04:01 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg.collection_icon .svg-elem2-1 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-1 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-2 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.06s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-2 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-3 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-3 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-4 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.18s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-4 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-5 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-5 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-6 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-6 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-7 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-7 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-8 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.42s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-8 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-9 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-9 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-10 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.54s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-10 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-11 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-11 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-12 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.66s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-12 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-13 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-13 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-14 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.78s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-14 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-15 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-15 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-16 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-16 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-17 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-17 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-18 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.02s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-18 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-19 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-19 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-20 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.14s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-20 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-21 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-21 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-22 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.26s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-22 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-23 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-23 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-24 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.38s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-24 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-25 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-25 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-26 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-26 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-27 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-27 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-28 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.62s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-28 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-29 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-29 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-30 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.74s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-30 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-31 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-31 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-32 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.86s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-32 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-33 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-33 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-34 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 1.98s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-34 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-35 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-35 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-36 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-36 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-37 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-37 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-38 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 2.22s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-38 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-39 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-39 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-40 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 2.34s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-40 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-41 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-41 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-42 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 2.46s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-42 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-43 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 2.52s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-43 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-44 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 2.58s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-44 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-45 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 2.64s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-45 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-46 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-46 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-47 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 2.76s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-47 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-48 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 2.82s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-48 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-49 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 2.88s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-49 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-50 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 2.94s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-50 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-51 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 3s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-51 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-52 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 3.06s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-52 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-53 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 3.12s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-53 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-54 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 3.18s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-54 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-55 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 3.24s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-55 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-56 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-56 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-57 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 3.36s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-57 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-58 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 3.42s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-58 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-59 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 3.48s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-59 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-60 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 3.54s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-60 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-61 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-61 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-62 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 3.66s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-62 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-63 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 3.72s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-63 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-64 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 3.78s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-64 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-65 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 3.84s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-65 {
  fill: #914207;
}

svg.collection_icon .svg-elem2-66 {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 3.9s;
  fill: transparent;
}

svg.active.collection_icon .svg-elem2-66 {
  fill: #914207;
}

.footer {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  background: #0064d1;
  color: #fff;
  text-align: center;
  font-size: 0.85rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 30px;
  }
}

.footer {
  position: relative;
}
.footer .fixed__wrapper {
  position: relative !important;
  padding-top: 60px;
  width: 100% !important;
}
.footer .bg--slider01 {
  position: absolute;
  top: -22.5px;
  left: -180px;
  width: 45px;
  height: 45px;
  background: #f00028;
  -webkit-clip-path: polygon(0 0, 35% 0, 100% 100%, 65% 100%);
  clip-path: polygon(0 0, 35% 0, 100% 100%, 65% 100%);
}
@media (max-width: 768px) {
  .footer .bg--slider01 {
    left: 20px;
  }
}
.footer .bg--slider02 {
  position: absolute;
  top: 30px;
  left: -120px;
  width: 45px;
  height: 45px;
  background: #fff;
  -webkit-clip-path: polygon(65% 0, 100% 0, 35% 100%, 0 100%);
  clip-path: polygon(65% 0, 100% 0, 35% 100%, 0 100%);
}
@media (max-width: 768px) {
  .footer .bg--slider02 {
    top: 24px;
    left: 70px;
  }
}
.footer .top-move-btn {
  position: fixed;
  top: auto;
  right: 40px;
  bottom: 60px;
  z-index: 2;
  display: block;
  width: 120px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .footer .top-move-btn {
    right: 16px;
    bottom: 16px;
    width: 80px;
  }
}
.footer .top-move-btn .notActive {
  display: block;
}
.footer .top-move-btn .active {
  display: none;
}
.footer .top-move-btn:hover .notActive {
  display: none;
}
.footer .top-move-btn:hover .active {
  display: block;
}
.footer .footer-logo {
  position: absolute;
  top: -30px;
  left: 60px;
  width: 160px;
}
@media (max-width: 768px) {
  .footer .footer-logo {
    position: static;
    display: block;
    margin: 0 auto;
    width: 100px;
  }
}
.footer div.fixed__wrapper {
  padding: 40px 0;
  padding-top: 60px;
  padding-bottom: 16px;
  max-width: 1000px;
}
@media (max-width: 979px) {
  .footer div.fixed__wrapper {
    position: relative;
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer div.fixed__wrapper {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
.footer div.fixed__wrapper .flex01 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .footer div.fixed__wrapper .flex01 {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .footer div.fixed__wrapper .flex01 .box--left {
    margin-bottom: 30px;
  }
}
.footer div.fixed__wrapper .flex01 .box--left h3 {
  color: #fff;
  text-align: left;
  font-size: 24px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .footer div.fixed__wrapper .flex01 .box--left h3 {
    text-align: center;
    line-height: 1.4;
  }
}
.footer div.fixed__wrapper .flex01 .box--left .tume {
  font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .footer div.fixed__wrapper .flex01 .box--left .tume {
    padding-top: 0;
    border: none;
  }
}
.footer div.fixed__wrapper .flex01 .box--left p {
  color: #fff !important;
}
.footer div.fixed__wrapper .flex01 .box--left p a {
  color: #fff !important;
}
@media (max-width: 768px) {
  .footer div.fixed__wrapper .flex01 .box--right .links {
    justify-content: center;
  }
}
.footer div.fixed__wrapper .flex01 .box--right img {
  width: 40px;
}
.footer div.fixed__wrapper .flex01 .box--right .instagram--logo img {
  margin: 0 16px;
}
.footer div.fixed__wrapper .flex01 .box--right .ameba--logo {
  padding: 8px 12px;
  border-radius: 13px 13px 13px 0;
  background: #fff;
  color: #0064d1;
  font-weight: 900;
  font-size: 12px;
  font-family: "line-seed";
}
.footer div.fixed__wrapper .flex01 .box--right .link-btn {
  display: block;
  margin-top: 16px;
  padding: 12px 0;
  width: 100%;
  border-radius: 32px;
  background: #fff;
  color: #0064d1;
  text-align: center;
  font-weight: 900;
  font-family: "line-seed";
}
@media (max-width: 768px) {
  .footer div.fixed__wrapper .flex01 .box--right .link-btn {
    display: none;
  }
}
.footer .flex02 {
  display: block;
  margin: 0;
  padding: 0;
  padding: 20px 0;
  width: 100%;
  background: #7a9d69;
  line-height: 0;
}
@media (max-width: 768px) {
  .footer .flex02 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: none;
  }
}
.footer .flex02 .tel-box {
  max-width: 330px;
  width: 50%;
}
@media (max-width: 768px) {
  .footer .flex02 .tel-box {
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
  }
}
.footer .flex02 .tel-box .text {
  margin-top: 0;
  color: #fff;
}
.footer .flex02 .link-box {
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
@media (max-width: 768px) {
  .footer .flex02 .link-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    box-sizing: border-box;
    padding: 0 30px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer .flex02 .link-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 4px;
    width: 45%;
    border: solid #fff 1px;
  }
}
.footer .flex02 .link-box a img {
  vertical-align: middle;
}
.footer .flex02 .link-box a:first-child {
  max-width: 160px;
}
@media (max-width: 768px) {
  .footer .flex02 .link-box a:first-child img {
    width: 72%;
  }
}
.footer .flex02 .link-box a:nth-child(2) {
  max-width: 230px;
}
@media (max-width: 768px) {
  .footer .flex02 .link-box a:nth-child(2) img {
    width: 93%;
  }
}
.footer .flex02 .link-box a:nth-child(3) {
  max-width: 42px;
}
@media (max-width: 768px) {
  .footer .flex02 .link-box a:nth-child(3) {
    margin: 20px auto;
    padding: 4px;
    border: none;
  }
}
.footer .flex03 {
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 460px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .footer .flex03 {
    display: block;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .footer .flex03 a {
    display: block;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 3;
  }
}
.footer p {
  color: #fff;
}
@media (max-width: 768px) {
  .footer p {
    margin: 0 auto;
    /* padding-left: 24px; */
    padding: 8px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
  }
}
.footer .footer-links {
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 22px;
  max-width: 650px;
}
@media (max-width: 768px) {
  .footer .footer-links {
    display: block;
    margin-left: 8px;
  }
}
.footer .footer-links li {
  padding: 0;
  border-right: 1px solid #fff;
  line-height: 1;
}
@media (max-width: 768px) {
  .footer .footer-links li {
    margin-bottom: 0.5em;
    border-right: none;
  }
}
.footer .footer-links li:first-child {
  border-left: solid 1px #fff;
}
.footer .footer-links li a {
  display: inline-block;
  padding: 1em 1.5em;
}
.footer .font-big {
  border-bottom: solid 1px #7a5941;
  font-size: 18px;
}
@media (max-width: 768px) {
  .footer .font-big {
    font-size: 14px;
  }
}
.footer a.link {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-family: "line-seed";
}

small.copyright {
  display: block;
  padding: 20px 0;
  padding-top: 10px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  font-family: "noto-sans-cjk-jp", sans-serif;
}

@media (max-width: 768px) {
  .top small.copyright,
.guide small.copyright {
    padding-bottom: 0px;
  }
}

:root {
  --button-color-green: #96c121;
  --button-color-pink: #ed6464;
  --font-color: #914207;
  --font-gothic-L: "A1ゴシック L", "A1 Gothic L";
  --font-heading: "ゴシックMB101 B";
  --font-main: "noto-sans-cjk-jp", sans-serif;
  --font-tomato: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3";
  --h3-shadow: "#fff";
  --news-bg-color: #ff9a84;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.02em;
}

p, span, a, li {
  letter-spacing: 0.01em;
}

.menuPage .burger-wrapper {
  display: none;
}

.loading--wrapper.none {
  display: none;
}

.loading--wrapper {
  position: fixed;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 calc(50% - 110px);
  width: 100vw;
  height: 100vh;
  background: #304d8d;
}
.loading--wrapper img {
  max-width: 180px;
  width: 100%;
  transform: translateX(1%);
}
.loading--wrapper .loading span {
  display: inline-block;
  margin: 0 -0.05em;
  color: #fff;
  letter-spacing: 0.16em;
  font-size: 26px;
  -webkit-animation: loading 1.4s infinite alternate;
  animation: loading 1.4s infinite alternate;
}
.loading--wrapper .loading span {
  display: inline-block;
  margin: 0 -0.05em;
  color: #fff;
  letter-spacing: 0.21em;
  font-size: 28px;
  -webkit-animation: loading 1.4s infinite alternate;
  animation: loading 1.4s infinite alternate;
}
.loading--wrapper .loading span {
  letter-spacing: 0.16em;
  font-size: 26px;
}
.loading--wrapper .loading span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.loading--wrapper .loading span:nth-child(3) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.loading--wrapper .loading span:nth-child(4) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loading--wrapper .loading span:nth-child(5) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.loading--wrapper .loading span:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.loading--wrapper .loading span:nth-child(7) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  56% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  56% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}

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

*:focus {
  outline: none;
}

a {
  border: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  border: none;
}

label, a {
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  color: var(--font-color);
  letter-spacing: 0.03em;
  font-size: 18px;
  font-family: var(--font-main);
  line-height: 1.9;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

map, area {
  cursor: auto;
}

img {
  width: 100%;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE8+ */
  -webkit-image-rendering: -webkit-optimize-contrast;
  /* Safari (WebKit) */
  image-rendering: -moz-crisp-edges;
  /* Firefox (Gecko) */
  image-rendering: -o-crisp-edges;
  /* Opera 12.x */
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.url {
  text-decoration: underline;
  word-wrap: break-word;
  -webkit-text-decoration: underline;
}

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

.nav--bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 80px;
  background: #f08c00;
  opacity: 1;
}

.nav-link {
  position: relative;
}
.nav-link:hover .link-box {
  display: block;
  opacity: 1;
}
.nav-link .link-box {
  position: absolute;
  bottom: 0px;
  left: 50%;
  display: none;
  width: 150px;
  opacity: 0;
  transform: translate(-50%, 100%);
}
.nav-link .link-box .link-box-content {
  display: block;
  border-top: 1px solid #fff;
  background: #efefef;
  text-align: center;
}

.link-button {
  display: inline-block;
  padding: 8px 30px;
  border-radius: 20px;
  line-height: 1;
}

.link-button-black {
  background: #000;
  color: #f28e1e;
  font-size: 20px;
}
@media (max-width: 768px) {
  .link-button-black {
    font-size: 16px;
  }
}

.modaal-image .modaal-container {
  max-width: 900px !important;
}
.modaal-image .modaal-container img {
  max-height: 800px;
}

.wrapper {
  overflow: hidden;
  background-color: #fff;
  color: #000;
}
.wrapper .fixed__wrapper {
  max-width: 1100px;
  width: 80%;
}
@media (max-width: 768px) {
  .wrapper .fixed__wrapper {
    width: 100%;
  }
}
.wrapper .heading__img__wrapper {
  z-index: 5;
  margin-top: 90px;
  margin-bottom: 90px;
  line-height: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .wrapper .heading__img__wrapper {
    margin-top: 90px;
  }
}
@media (max-width: 768px) {
  .wrapper .heading__img__wrapper {
    margin-bottom: 40px;
  }
}
.wrapper .heading__img__wrapper .breadcrumbs {
  position: absolute;
  top: 60px;
  left: -60px;
  z-index: 3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  font-size: 16px;
  pointer-events: all;
}
@media (max-width: 768px) {
  .wrapper .heading__img__wrapper .breadcrumbs {
    display: none;
  }
}
.wrapper .heading__img__wrapper .breadcrumbs span {
  margin: 0 1em;
}
@-webkit-keyframes pukapuka {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes pukapuka {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes pukapukaOver {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes pukapukaOver {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.wrapper .heading__img__wrapper .heading__img__haikei {
  position: absolute;
  top: -12%;
  left: -10%;
  width: 75%;
  -webkit-animation: pukapuka 3.3s infinite alternate;
  animation: pukapuka 3.3s infinite alternate;
}
@media (max-width: 768px) {
  .wrapper .heading__img__wrapper .heading__img__haikei {
    left: 32px;
    width: 70%;
  }
}
.wrapper .heading__img__wrapper .heading__img__logo {
  position: absolute;
  top: 25%;
  right: -10%;
  width: 66%;
  -webkit-animation: pukapuka 3.3s 1.2s infinite alternate;
  animation: pukapuka 3.3s 1.2s infinite alternate;
}
@media (max-width: 768px) {
  .wrapper .heading__img__wrapper .heading__img__logo {
    top: 48%;
    right: 32px;
    width: 50%;
  }
}
.wrapper .heading__img__wrapper .heading__img {
  position: relative;
  left: 50%;
  max-width: 1050px;
  width: 100%;
  transform: translateX(-50%);
}
@media (max-width: 979px) {
  .wrapper .heading__img__wrapper .heading__img {
    position: relative;
    left: 50%;
    margin-top: 80px;
    min-width: 680px;
    transform: translateX(-50%);
  }
}
.wrapper section {
  box-sizing: border-box;
  padding: 0 16px;
  width: 100%;
}
@media (max-width: 768px) {
  .wrapper section {
    padding: 0 8px;
  }
}
.wrapper .pcflex.flex {
  align-items: flex-start;
}
.wrapper .pcflex.flex {
  margin: 40px auto;
  margin-top: 0;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .wrapper .pcflex.flex {
    display: block !important;
    margin-bottom: max(200px, 80vw);
  }
}
.wrapper h2.sec01-heading {
  position: relative;
  margin: 0 auto;
  margin-bottom: 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0c87ef;
  text-align: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  line-height: 1.2;
}
.wrapper h2.sec01-heading .heading-bg {
  position: absolute;
  top: 0;
  width: 40px;
}
@media (max-width: 979px) {
  .wrapper h2.sec01-heading .heading-bg {
    top: 10px;
  }
}
.wrapper h2.sec01-heading .heading-bg-left {
  left: -60px;
}
.wrapper h2.sec01-heading .heading-bg-right {
  right: -60px;
}