@charset "UTF-8";
.loadBg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  opacity: 1;
  transition: 0.5s;
  transform-origin: right;
  pointer-events: none;
}
@media (max-width: 768px) {
  .loadBg {
    height: 100svh;
  }
}

.loadBg.inview {
  opacity: 0;
  transition-delay: 0.3s;
}

.loadBg .load-img {
  z-index: 999999999;
  max-width: 300px;
  width: 66.6666%;
}
.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: 979px) {
  .spView {
    display: block;
  }

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

  .spView.flex {
    display: none;
  }
}
@media (max-width: 979px) {
  .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: #221815;
  color: #fff;
  text-align: center;
  font-size: 0.85rem;
  line-height: 1.4;
}
.footer p,
.footer a,
.footer span,
.footer small {
  color: #fff;
}
.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;
  max-width: 400px;
  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: inline-block;
  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 {
  display: block;
  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: 16px;
  right: 16px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: #333;
  color: #fff;
}
.menu-btn img {
  width: 48px;
}
.menu-btn .menu-btn-img02 {
  display: none;
  width: 48px;
  transform: translate(16px, -16px);
}
@media (max-width: 768px) {
  .menu-btn .menu-btn-img02 {
    width: 32px;
  }
}
.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;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: scroll;
  min-height: 100svh;
  max-height: 100lvh;
  width: 280px;
  height: 100%;
  background: #ffef00;
}
@media (max-width: 768px) {
  .menu {
    justify-content: space-around;
    width: 253.3333333333px;
  }
}
.menu .menu-btn-img--pc {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  display: none;
  width: 40px;
  cursor: pointer;
}
@media (min-width: 769px) {
  .menu .menu-btn-img--pc {
    display: block;
  }
}
.menu .box01 {
  margin-bottom: 30px;
  width: 100%;
  background: #221815;
}
.menu .box01 a {
  display: block;
  padding: 26px 0;
  text-align: center;
}
.menu .box01 .logo {
  width: 180px;
  vertical-align: middle;
}
.menu .box01 p {
  margin-top: 0;
}
.menu .box02 {
  width: 180px;
  text-align: center;
}
@media (max-width: 979px) {
  .menu .box02 img {
    margin-left: 0.5em;
  }
}
@media (max-width: 979px) {
  .menu .box02 li.menu__item {
    color: #fff;
  }
}
.menu .box02 .menu__item__menu {
  padding: 0.5em 0em 0.5em 0.5em;
  color: #fff;
}
.menu .box02 .s_02 {
  margin-bottom: 20px;
  border-bottom: solid 2px #000;
}
.menu .box02 .s_02--link {
  margin-bottom: 20px;
  padding-bottom: 4px;
  border-bottom: solid 2px #000;
}
.menu .box02 .accordion_one {
  text-align: center;
}
.menu .box02 .accordion_one .box02--links--heading {
  color: #000;
  letter-spacing: 0.1em;
  font-size: 18px;
  line-height: 1;
}
.menu .box02 .accordion_one .accordion_header {
  background: #000;
  text-align: center;
}
.menu .box02 .accordion_one .accordion_header.open {
  margin-bottom: 0;
}
.menu .box02 .accordion_one .accordion_header.open .i_box {
  transform: rotate(-90deg);
}
.menu .box02 .accordion_one .accordion_header .i_box {
  /* color: #fff; */
  margin: 0 auto;
  width: 10px;
  height: 22px;
  transition: 0.15s;
  transform: rotate(90deg);
}
.menu .box02 .accordion_one .accordion_header .i_box svg,
.menu .box02 .accordion_one .accordion_header .i_box path {
  fill: #fff;
}
.menu .box02 .accordion_one .accordion_inner {
  display: none;
}
.menu .box02 .accordion_one .accordion_inner .menu__item {
  border-bottom: dotted 3px #000;
  line-height: 1.6;
}
.menu .box02 .accordion_one .accordion_inner .menu__item:last-child {
  border: none;
}
.menu .box02 .accordion_one .accordion_inner .menu__item a {
  display: block;
  padding: 0.5em 0;
  color: #000;
  font-size: 15px;
}
.menu .box02 .accordion_one .accordion_inner .menu__item .font-size--small {
  display: inline;
  font-size: 10px;
}
.menu .box03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 210px;
}
@media (min-width: 769px) {
  .menu .box03 {
    width: 180px;
  }
}
@media (max-width: 979px) {
  .menu .box03 {
    box-sizing: border-box;
    padding: 0 16px;
  }
}
.menu .box03 .box03--flex01 {
  margin-bottom: 16px;
}
.menu .box03 .box03--flex01 .box {
  width: calc(50% - 12px);
}
.menu .box03 .box03--flex02 {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
}
.menu .box03 .box03--flex02 .box {
  margin: 0;
  width: 54px;
}
@media (max-width: 979px) {
  .menu .box03 .link-btn {
    display: block;
    box-sizing: border-box;
    padding: 8px;
    width: 100%;
    width: 180px;
    border: solid 1.5px #fff;
    border-radius: 32px;
    background: #fff;
    color: #6cba5a;
    text-align: center;
  }
}
.menu .box03 .link-btn .link-icon {
  margin-right: 0.5em;
  width: 1em;
}
.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: 54px;
}

.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.5em 0em 0.5em 0.5em;
  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(380px);
}
@media (max-width: 768px) {
  .menu {
    color: #000;
    transform: translateX(380px)/2;
  }
}

/* アニメーション後のメニューの状態 */
.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: 27px;
  height: 27px;
  opacity: 1;
  cursor: pointer;
}
@media (max-width: 768px) {
  .burger-wrapper {
    width: 27px;
    height: 24px;
  }
}
.burger-wrapper .hamburger {
  position: relative;
  width: 27px;
  height: 2.5px;
  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: 27px;
    height: 2px;
  }
}
.burger-wrapper .hamburger:before, .burger-wrapper .hamburger:after {
  position: absolute;
  width: 27px;
  height: 2.5px;
  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: 27px;
    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 {
  height: 100px;
  border-radius: 0 0 28px 28px;
  background: #262626;
  color: #fff;
}
.globalNavPc .nav__wrapper {
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0 auto;
  max-width: 1380px;
  width: calc(100% - 40px);
  height: 100px;
  font-family: "ゴシックMB101 DB", "Gothic MB101 DemiBold";
}
.globalNavPc .nav__wrapper .nav-logo {
  margin-right: 0px;
  max-width: 350px;
  width: 33%;
  line-height: 1;
}
@media (max-width: 1080px) {
  .globalNavPc .nav__wrapper .nav-logo {
    width: 25%;
  }
}
@media (max-width: 979px) {
  .globalNavPc .nav__wrapper .nav-logo {
    width: 33%;
  }
}
.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-left {
  justify-content: flex-start;
  align-items: center;
  max-width: 320px;
  width: 100%;
}
@media (max-width: 1080px) {
  .globalNavPc .nav__wrapper .box-left {
    max-width: 260px;
  }
}
.globalNavPc .nav__wrapper .box-left .box-item img {
  vertical-align: bottom;
}
.globalNavPc .nav__wrapper .box-left .box-item01 {
  display: inline-block;
  /* height: auto; */
  margin-right: 20px;
  max-width: 60px;
  width: 100%;
  opacity: 1 !important;
}
.globalNavPc .nav__wrapper .box-left .box-item02 {
  max-width: 180px;
  width: 100%;
}
.globalNavPc .nav__wrapper .box-right {
  max-width: 660px;
  width: 100%;
  font-size: 17px;
}
.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 {
  align-items: center;
  margin-right: 0px;
}
.globalNavPc .nav__wrapper .nav-links .nav-link--menu {
  position: relative;
}
.globalNavPc .nav__wrapper .nav-links .nav-link--menu .burger-wrapper {
  position: absolute;
  top: 21%;
  right: 0;
  left: 50%;
  z-index: 99999999999999;
  transform: translateX(-50%);
}
.globalNavPc .nav__wrapper .nav-links .nav-link {
  display: inline-block;
  margin-right: 0.75em;
  margin-left: 0.75em;
  padding-bottom: 2px;
  border-bottom: dotted #262626 3px;
  text-align: center;
  line-height: 1.6;
  transition: 0.15s;
  transform: translateY(2px);
}
.globalNavPc .nav__wrapper .nav-links .nav-link.nav-link--menu {
  border-bottom: none !important;
}
.globalNavPc .nav__wrapper .nav-links .nav-link:hover {
  border-bottom: dotted #fff 3px;
}
.globalNavPc .nav__wrapper .nav-links .nav-link .text-box {
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 15px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
.globalNavPc .nav__wrapper .nav-links .nav-link .text-box--menu {
  font-size: 13px;
  font-family: "新ゴ B", "Shin Go Bold";
}
.globalNavPc .nav__wrapper .nav-links .nav-link .heading-box {
  display: inline-block;
  color: #fff;
  font-family: "A1ゴシック B", "A1 Gothic B";
  transition: 0.3s;
  transition-delay: 0.15s;
  transform: translateY(6px);
}
.globalNavPc .nav__wrapper .nav-links .nav-link .text-box-mozi {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
.globalNavPc .nav__wrapper .nav-links .nav-link .pentagon {
  max-width: 55px;
  width: 100%;
}
.globalNavPc .nav__wrapper .nav-links .nav-link:hover .heading-box {
  transition-delay: 0s;
}
.globalNavPc .nav__wrapper .nav-links .nav-link:hover .text-box-mozi {
  opacity: 1;
}
.globalNavPc .nav__wrapper .nav-links .nav-link:hover .link-box {
  box-sizing: border-box;
  border: none;
}
.globalNavPc .nav__wrapper .nav-links .nav-link:hover .link-box::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 40px;
  height: 20px;
  background: url(../img/common/nav-arrow.png);
  background-size: cover;
  content: "";
  transform: translate(-50%, -50%);
}
.globalNavPc .nav__wrapper .nav-links .nav-link a {
  display: block;
  padding: 0 4px;
  font-family: "A1ゴシック B", "A1 Gothic B";
}
.globalNavPc .nav__wrapper .nav-links .nav-link a:hover {
  opacity: 1;
}
.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: 10px 22px;
  width: 170px;
  border-radius: 8px;
  background: #6cba5a;
  transform: translate(-50%, 105%);
}
.globalNavPc .nav__wrapper .nav-links .nav-link .link-box a {
  display: inline-block;
  margin-bottom: 12px;
  padding: 0px;
  width: auto;
  border-top: none;
  border-bottom: 1px solid #fff;
  background: none;
  color: #fff;
  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: 980px) {
  .globalNavSp.spView {
    display: none;
  }
}
.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: 0px;
    width: 80px;
    transform: translateY(16px);
  }
}
.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;
  }
}

.contact-move-btn {
  position: fixed;
  top: auto;
  right: 0px;
  bottom: 80px;
  z-index: 2;
  display: block;
  width: 160px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  vertical-align: middle;
  opacity: 1 !important;
  transition: 0.15s;
  transform: translateX(50%);
}
@media (max-width: 768px) {
  .contact-move-btn {
    display: none;
  }
}
.contact-move-btn:hover {
  transform: translateX(calc(50% - 20px));
}

a:hover {
  opacity: 0.8;
}

.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);
  }
}
html {
  margin-top: 0 !important;
  padding-top: 100px;
  background: linear-gradient(to bottom, #ffef00 0%, #ffef00 50%, #262626 50.01%, #262626 100%);
}
@media (max-width: 768px) {
  html {
    padding-top: 0;
  }
}

body {
  background: #fff;
}

body.inview {
  background: #ffef00;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
}
span,
p,
a {
  color: #000;
  font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004";
}

h2,
h3,
h4 {
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}

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

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

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

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

.top {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  color: #000;
}
.top .loadBg {
  background-color: #ffef00;
}
.top .loadBg.loadedDomainSame {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}
.top .loadBg.loaded {
  opacity: 0;
  transition: 0.6s;
  transition-delay: 3s;
}
.top .loadBg .loadBg--fixed__wrapper {
  max-width: 300px;
  width: 70%;
  text-align: center;
}
.top .loadBg .loadBg--fixed__wrapper .loading-text01 {
  width: 100%;
  height: 55px;
  background-color: #221815;
  -webkit-animation: logo-color-chage 3s linear infinite;
  animation: logo-color-chage 3s linear infinite;
  -webkit-mask-image: url("../img/common/loading-text.svg");
  -webkit-mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  /*初期値はauto*/
}
@-webkit-keyframes logo-color-chage {
  0% {
    background-color: #221815;
  }
  20% {
    background-color: #a3ca0f;
  }
  40% {
    background-color: #00b5ed;
  }
  60% {
    background-color: #ea6097;
  }
  80% {
    background-color: #f9b900;
  }
  100% {
    background-color: #221815;
  }
}
@keyframes logo-color-chage {
  0% {
    background-color: #221815;
  }
  20% {
    background-color: #a3ca0f;
  }
  40% {
    background-color: #00b5ed;
  }
  60% {
    background-color: #ea6097;
  }
  80% {
    background-color: #f9b900;
  }
  100% {
    background-color: #221815;
  }
}
.top .loadBg .loadBg--fixed__wrapper .loading-text02 {
  color: #221815;
}
@media (max-width: 768px) {
  .top .loadBg .loadBg--fixed__wrapper .loading-text02 {
    margin-top: 6px;
  }
}
.top .main {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  background: #ffef00;
}
.top .sec__heading {
  margin: 0 auto;
  text-align: center;
}
.top .top-first-view {
  position: relative;
  width: 100%;
  height: auto;
  background: #ffef00;
}
.top .top-first-view .cloud {
  width: 120px;
  -webkit-animation: cloud-animation;
  animation: cloud-animation 15s infinite;
}
@-webkit-keyframes cloud-animation {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100vw);
  }
}
@keyframes cloud-animation {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100vw);
  }
}
.top .top-first-view .first-view--movie {
  position: absolute;
  top: 50%;
  right: 0;
  width: 60%;
  outline: 5px solid #ffef00;
  outline-offset: -4px;
  transform: translate(-50%, -50%);
}
.top .top-first-view .first-view--logo {
  position: absolute;
  top: 0%;
  left: 25%;
  max-width: 400px;
  width: 70%;
  transform: translate(-50%, -50%);
}
.top .top-first-view .first-view--model-company {
  position: absolute;
  top: 30%;
  left: 0;
  max-width: 150px;
  width: 20%;
  transform: translate(-50%, -50%);
}
.top .top-first-view .first-view--congratulations {
  position: absolute;
  bottom: 20%;
  left: 0;
  max-width: 350px;
  width: 25%;
  transform: translate(-50%, -50%);
}
.top .top-first-view .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 190px;
  max-width: 250px;
  width: 15%;
  transform: translate(-50%, -50%);
}
.top .top-first-view .first-view-bg-img {
  position: relative;
  left: 50%;
  min-width: 1360px;
  width: 100%;
  transform: translate(-50%, 0);
}
@media (max-width: 768px) {
  .top .top-first-view .first-view-bg-img {
    min-width: auto;
    width: auto;
    height: 100svh;
  }
}
.top section {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 768px) {
  .top section {
    margin-top: 0;
    margin-bottom: 0px;
    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;
  box-sizing: border-box;
  padding: 0;
  min-height: 800px;
  height: 100vh;
  background: #ffef00;
}
@media (max-width: 768px) {
  .top .sec01 {
    z-index: 5;
    overflow: visible;
    min-height: 500px;
    height: 100vh;
  }
}
.top .sec01 .fixed__wrapper {
  position: relative;
  max-width: 1000px;
  height: 100%;
}
@media (max-width: 768px) {
  .top .sec01 .fixed__wrapper {
    width: 100%;
  }
}
.top .sec01 video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 125%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .top .sec01 video {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@media (max-width: 979px) {
  .top .sec01 video {
    width: 100%;
  }
}
@media (min-width: 979px) {
  .top .sec01 video {
    top: 45%;
    left: 66%;
    width: 750px;
  }
}
@media (min-width: 1400px) {
  .top .sec01 video {
    width: 900px;
  }
}
.top .sec01 .video--border {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 125%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .top .sec01 .video--border {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@media (max-width: 979px) {
  .top .sec01 .video--border {
    width: 100%;
  }
}
@media (min-width: 979px) {
  .top .sec01 .video--border {
    top: 45%;
    left: 66%;
    width: 750px;
  }
}
@media (min-width: 1400px) {
  .top .sec01 .video--border {
    width: 900px;
  }
}
.top .sec01 .first-view--logo {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 9;
  max-width: 400px;
  width: 35%;
}
@media (max-width: 979px) {
  .top .sec01 .first-view--logo {
    top: 0%;
    width: 280px;
  }
}
@media (max-width: 768px) {
  .top .sec01 .first-view--logo {
    top: 20px;
    left: 20px;
    width: 180px;
  }
}
.top .sec01 .first-view--model-company {
  position: absolute;
  top: 180px;
  left: 0px;
  z-index: 9;
  max-width: 260px;
  width: 50%;
  opacity: 1 !important;
  transition: 0.18s;
}
@media (min-width: 1300px) {
  .top .sec01 .first-view--model-company {
    left: -8%;
  }
}
@media (min-width: 1600px) {
  .top .sec01 .first-view--model-company {
    left: -23%;
  }
}
@media (max-width: 979px) {
  .top .sec01 .first-view--model-company {
    top: 100px;
    left: 20px;
    width: 126px;
  }
}
@media (max-width: 768px) {
  .top .sec01 .first-view--model-company {
    top: 100px;
    left: 20px;
    width: 126px;
  }
}
.top .sec01 .first-view--model-company:hover {
  transform: scale(1.03);
}
.top .sec01 .first-view--congratulations {
  position: absolute;
  bottom: 10%;
  left: 0%;
  z-index: 9;
  z-index: 9;
  max-width: 440px;
  width: 40%;
  cursor: pointer;
  transition: 0.4s;
  transition-timing-function: ease-out;
  transform: translateX(-75%);
}
.top .sec01 .first-view--congratulations:hover {
  transform: translateX(0%);
}
.top .sec01 .bg--wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .top .sec01 .bg--wrapper .bg--cloud {
    display: none;
  }
}
.top .sec01 .bg--wrapper .bg--cloud01 {
  position: absolute;
  top: 16%;
  left: calc(100% - 60px);
  width: 120px;
  -webkit-animation: cloud-animation2 8s 0s ease-in-out infinite;
  animation: cloud-animation2 8s 0s ease-in-out infinite;
}
.top .sec01 .bg--wrapper .bg--cloud02 {
  position: absolute;
  top: 45%;
  left: calc(125% - 60px);
  width: 120px;
  -webkit-animation: cloud-animation2 8s 2.5s ease-in-out infinite;
  animation: cloud-animation2 8s 2.5s ease-in-out infinite;
}
.top .sec01 .bg--wrapper .bg--cloud03 {
  position: absolute;
  top: 39%;
  left: calc(25% - 60px);
  width: 120px;
  -webkit-animation: cloud-animation2 8s 5s ease-in-out infinite;
  animation: cloud-animation2 8s 5s ease-in-out infinite;
}
@-webkit-keyframes cloud-animation2 {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(10px);
  }
  75% {
    transform: translateY(-10px);
  }
  100% {
    transform: translate(0px);
  }
}
@keyframes cloud-animation2 {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(10px);
  }
  75% {
    transform: translateY(-10px);
  }
  100% {
    transform: translate(0px);
  }
}
.top .sec01 .foot--imgs {
  position: absolute;
  top: 2%;
  right: -7%;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .top .sec01 .foot--imgs {
    top: 6%;
    right: 50%;
    left: 50%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transform: translateX(-20px);
  }
}
.top .sec01 .foot {
  position: absolute;
  width: 14px;
}
.top .sec01 .foot--imgs01--foot01 {
  bottom: calc(0% + 90px);
  left: calc(60% + 30px);
  -webkit-animation: opacityFoot01 4s 0s infinite;
  animation: opacityFoot01 4s 0s infinite;
}
.top .sec01 .foot--imgs01--foot02 {
  bottom: calc(0% + 60px);
  left: calc(60% + 35px);
  -webkit-animation: opacityFoot02 4s 0s infinite;
  animation: opacityFoot02 4s 0s infinite;
}
.top .sec01 .foot--imgs01--foot03 {
  bottom: calc(0% + 55px);
  left: calc(60% + 2px);
  -webkit-animation: opacityFoot03 4s 0s infinite;
  animation: opacityFoot03 4s 0s infinite;
}
.top .sec01 .foot--imgs01--foot04 {
  bottom: calc(0% + 22px);
  left: calc(60% + 14px);
  -webkit-animation: opacityFoot04 4s 0s infinite;
  animation: opacityFoot04 4s 0s infinite;
}
@-webkit-keyframes opacityFoot01 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  17% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacityFoot01 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  17% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes opacityFoot02 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  32% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacityFoot02 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  32% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes opacityFoot03 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  47% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacityFoot03 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  47% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes opacityFoot04 {
  0% {
    opacity: 0;
  }
  54% {
    opacity: 0;
  }
  61% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacityFoot04 {
  0% {
    opacity: 0;
  }
  54% {
    opacity: 0;
  }
  61% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.top .sec01 .swiper {
  overflow: visible;
}
.top .sec01 .swiper-wrapper01 .swiper-slide .sec01-swiper-img {
  border-radius: 40px;
  vertical-align: bottom;
}
.top .sec01 .container01 .swiper-horizontal > .swiper-pagination-bullets,
.top .sec01 .container01 .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -60px;
}
.top .sec01 .container01 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 16px;
  width: 11px;
  height: 11px;
}
.top .sec01 .container01 .swiper-pagination-bullet-active {
  background: #fabe00;
}
.top .sec02 {
  /* transform: translateY(-10%); */
  position: relative;
  overflow: visible;
  margin-top: 0px;
  padding-top: 0;
  background: linear-gradient(to right, #f9b900 0%, #a3ca0f 30%, #00b5ed 61%, #ea6097 100%);
  background-position: center;
  background-size: contain;
}
@media (max-width: 768px) {
  .top .sec02 {
    z-index: 4;
    padding-top: 40px;
    padding-bottom: 90px;
  }
}
.top .sec02 .fixed__wrapper {
  position: relative;
  overflow: visible;
}
@media (max-width: 768px) {
  .top .sec02 .fixed__wrapper {
    width: 100%;
  }
}
.top .sec02 .flag--pickup {
  display: block;
  margin: 0 auto;
  max-width: 200px;
  width: 40%;
  transform: translateY(-55%);
}
@media (max-width: 768px) {
  .top .sec02 .flag--pickup {
    margin-bottom: 20px;
    transform: translateY(0%);
  }
}
.top .sec02 .swiper {
  overflow: visible;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .top .sec02 .swiper {
    margin-bottom: 160px;
  }
}
@media (max-width: 768px) {
  .top .sec02 .swiper-container--wrapper {
    margin-bottom: 20px;
  }
}
.top .sec02 .swiper-slide-duplicate {
  display: block;
  opacity: 1;
}
.top .sec02 .swiper-slide {
  width: auto;
  height: auto;
}
.top .sec02 .swiper-slide a {
  display: block;
  padding: 12px;
  border: solid #000 2.5px;
  border-radius: 16px;
  background: #fff;
}
.top .sec02 .swiper-slide a img {
  border-radius: 6px;
  vertical-align: middle;
}
.top .sec02 .swiper-pagination01 {
  text-align: center;
}
.top .sec02 .swiper-pagination01 .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
}
.top .sec02 .swiper-pagination01 .swiper-pagination-bullet:nth-child(6), .top .sec02 .swiper-pagination01 .swiper-pagination-bullet:nth-child(7), .top .sec02 .swiper-pagination01 .swiper-pagination-bullet:nth-child(8), .top .sec02 .swiper-pagination01 .swiper-pagination-bullet:nth-child(9), .top .sec02 .swiper-pagination01 .swiper-pagination-bullet:nth-child(10) {
  display: none;
}
.top .sec02 .swiper-pagination01 .swiper-pagination-bullet-active {
  background-color: #f9b900;
}
.top .sec02 .sec02__bg {
  position: absolute;
  top: -60px;
  left: 50%;
  min-width: 2200px;
  width: 100%;
  height: 80px;
  background: url(../img/top/sec02__bg.png);
  background-size: contain;
  background-repeat: repeat-x;
  transform: translateX(-50%);
}
.top .sec02 .sec02__heading {
  position: absolute;
  top: -20px;
  left: 0px;
  max-width: 180px;
  width: 30%;
}
.top .sec02 .sec02__dande {
  position: absolute;
  top: 60px;
  left: 20px;
  max-width: 150px;
  width: 30%;
}
.top .sec02 .news-box {
  position: relative;
  /* position: relative; */
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 360px;
  padding: 20px 0;
  padding-right: 20px;
  padding-bottom: 24px;
  padding-left: 20px;
  max-width: 1000px;
  width: 100%;
  border: solid 3px #231815;
  border-radius: 30px;
  background: #fff;
  font-size: 16px;
}
@media (max-width: 768px) {
  .top .sec02 .news-box {
    margin-bottom: 200px;
  }
}
.top .sec02 .news-box .flag--news {
  position: absolute;
  max-width: 200px;
  width: 40%;
  transform: translate(-20%, -55%);
}
@media (max-width: 768px) {
  .top .sec02 .news-box .flag--news {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.top .sec02 .news-box .rainbow-text--news {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 250px;
  width: 40%;
  transform: translate(40%, -40%);
}
@media (max-width: 768px) {
  .top .sec02 .news-box .rainbow-text--news {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    transform: translate(-20px, 20px);
  }
}
.top .sec02 .news-box .rainbow-text--pickup {
  position: absolute;
  top: 50%;
  left: -40%;
  max-width: 250px;
  width: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .top .sec02 .news-box .rainbow-text--pickup {
    top: -70px;
    left: 0px;
    width: 33%;
    transform: translate(0%, -50%);
  }
}
.top .sec02 .news-box .news-articles {
  padding-left: 160px;
}
@media (max-width: 768px) {
  .top .sec02 .news-box .news-articles {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
  }
}
.top .sec02 .news-box .link-btn-wrapper {
  margin-top: 0;
}
.top .sec02 .news-box .link-btn {
  position: absolute;
  bottom: 8px;
  left: -40px;
  box-sizing: border-box;
  padding: 6px 6px;
  border: none;
  border-right: solid 3px #231516;
  border-radius: 0;
  border-radius: 2px;
  /* border-top: solid 3px #231516; */
  /* border-bottom: solid 3px #231516; */
  background: #ffef00;
  color: #231516;
}
@media (max-width: 768px) {
  .top .sec02 .news-box .link-btn {
    right: 0;
    bottom: -44px;
    left: auto;
    padding: 8px 6px;
  }
}
.top .sec02 .news-box .link-btn::before, .top .sec02 .news-box .link-btn::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  border-radius: 4px 0 0 4px;
  content: "";
  transform: none;
}
.top .sec02 .news-box .link-btn::before {
  top: 0;
  border-top: solid 3px #231516;
}
.top .sec02 .news-box .link-btn::after {
  bottom: 0;
  border-bottom: solid 3px #231516;
}
.top .sec02 .news-box .link-btn span {
  color: #231516;
}
.top .sec02 .news-box__article {
  position: relative;
  line-height: 1.6;
}
.top .sec02 .news-box__article::after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 6.5px;
  background: url(../img/top/border-dotted.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.top .sec02 .news-box__article:first-child time {
  margin-top: 0;
}
.top .sec02 .news-box__article time {
  position: relative;
  display: inline-block;
  margin: 14px 0 0 0;
  margin-bottom: 0;
  font-family: "A1ゴシック M", "A1 Gothic M";
}
.top .sec02 .news-box__article time::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  display: none;
  width: 1.3em;
  height: 5px;
  background: #fabe00;
  content: "";
  transform: translate(0%, -50%);
}
.top .sec02 .news-box__article p,
.top .sec02 .news-box__article a {
  margin: 0;
  padding: 0 0 6px 0;
  font-family: "A1ゴシック M", "A1 Gothic M";
}
.top .sec02 .news-box__article a {
  display: block;
  padding: 0 0 6px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
}
.top .sec02 .link-btn-wrapper {
  margin: 0 auto;
  margin-top: 14px;
  max-width: 1000px;
  transform: translateX(-10px);
}
.top .sec02 .link-btn {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 0 0 auto;
  padding: 0 8px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 80%;
  border: solid 3px #231815;
  border-radius: 40px;
  background: #231815;
  color: #fff;
  text-align: center;
  font-family: "新ゴ B", "Shin Go Bold";
  line-height: 1.3;
}
.top .sec02 .link-btn:hover {
  opacity: 1;
}
.top .sec02 .link-btn::before, .top .sec02 .link-btn::after {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 80%;
  background: #ffe000;
  content: "";
  transition: 0.4s;
  transform: translateX(-70%) rotate(70deg);
}
.top .sec02 .link-btn::after {
  width: 150%;
  height: 550%;
  transform: translateX(-220%) rotate(70deg);
}
.top .sec02 .about--wrapper {
  position: relative;
}
.top .sec02 .about--wrapper .rainbow-text--logo {
  position: absolute;
  top: -240px;
  right: -400px;
  max-width: 360px;
  width: 40%;
}
.top .sec02 .about--wrapper .about--container {
  padding-bottom: 60px;
  border: solid 3px #231815;
  border-radius: 30px;
  background: #fff;
}
@media (max-width: 768px) {
  .top .sec02 .about--wrapper .about--container {
    padding-bottom: 30px;
  }
}
.top .sec02 .about--wrapper .three--text01 {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 200px;
  width: 30%;
  transform: translate(25%, -45%);
}
@media (max-width: 768px) {
  .top .sec02 .about--wrapper .three--text01 {
    position: static;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    width: 82px;
    transform: none;
  }
}
.top .sec02 .about--wrapper .three--text02 {
  position: absolute;
  top: 300px;
  left: 0;
  max-width: 200px;
  width: 30%;
  transform: translate(-25%, -50%);
}
@media (max-width: 768px) {
  .top .sec02 .about--wrapper .three--text02 {
    position: static;
    display: block;
    margin: 0 auto;
    width: 90px;
    transform: none;
  }
}
.top .sec02 .about--wrapper .three--text03 {
  position: absolute;
  right: 0%;
  bottom: 0;
  max-width: 200px;
  width: 30%;
  transform: translate(50%, 50%);
}
@media (max-width: 768px) {
  .top .sec02 .about--wrapper .three--text03 {
    position: static;
    display: block;
    margin: 0 auto;
    width: 90px;
    transform: none;
  }
}
.top .sec02 .about--wrapper .about--fukidashi h4 {
  margin: 0 auto;
  margin-top: -100px;
  max-width: 560px;
}
.top .sec02 .about--wrapper .desc {
  margin: 20px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  font-size: 28px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .top .sec02 .about--wrapper .desc {
    font-size: 16px;
  }
}
.top .sec02 .about--wrapper .desc .dot {
  letter-spacing: 1em;
}
.top .sec02 .about--wrapper h2 {
  color: #000;
  text-align: center;
  font-size: 56px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .top .sec02 .about--wrapper h2 {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
.top .sec02 .about--wrapper .desc02 {
  margin: 30px auto;
  max-width: 654px;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 768px) {
  .top .sec02 .about--wrapper .desc02 {
    margin-top: 20px;
    padding-right: 32px;
    padding-left: 32px;
    text-align: center;
    font-size: 15px;
  }
}
.top .sec02 .about--wrapper .heading-last {
  line-height: 1.3;
}
@media (max-width: 768px) {
  .top .sec02 .about--wrapper .heading-last {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.top .sec02 .bg--daigo-block--wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  min-width: 1650px;
  width: 100%;
  height: 1170px;
  background: url(../img/top/sec02--bg-five.png);
  background-position: center;
  background-size: 1650px auto;
  background-repeat: repeat-x;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .top .sec02 .bg--daigo-block--wrapper {
    min-width: 300px;
    width: 110%;
    height: 100vw;
    background: url(../img/top/sec02--bg-five--sp.png);
    background-position: center;
    background-size: 100%;
    background-repeat: repeat-x;
    transform: translateX(-50%) translateY(30%);
  }
}
.top .sec02 .bg--daigo-block--yellow-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 600px;
  background: #ffef00;
  content: "";
}
@media (max-width: 768px) {
  .top .sec02 .bg--daigo-block--yellow-bg {
    height: 70px;
  }
}
.top .sec02 span {
  position: relative;
  z-index: 3;
  color: #fff;
}
.top .sec02:hover span {
  color: #231815;
}
.top .sec02 .icon-arrow {
  position: relative;
  z-index: 3;
  margin-left: 0.5em;
  width: 0.6em;
  height: 0.8em;
  vertical-align: bottom;
}
.top .sec02 .icon-arrow {
  width: 0.6em;
  height: 0.8em;
  background: #fff;
  -webkit-clip-path: polygon(0 4%, 0% 100%, 100% 50%);
  clip-path: polygon(0 4%, 0% 100%, 100% 50%);
}
.top .sec02:hover .icon-arrow {
  background: #231815;
}
.top .sec03 {
  background: #ffef00;
}
@media (max-width: 768px) {
  .top .sec03 {
    margin-top: 90px;
    padding-top: 140px;
  }
}
.top .sec03 .foot--imgs02 {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .top .sec03 .foot--imgs02 {
    transform: translateX(-20px);
  }
}
.top .sec03 .foot {
  position: absolute;
  width: 14px;
}
.top .sec03 .foot--imgs02--foot01 {
  top: 90px;
  left: calc(51% - 0px + 10px);
  -webkit-animation: opacityFoot04 4s 0s infinite;
  animation: opacityFoot04 4s 0s infinite;
}
.top .sec03 .foot--imgs02--foot02 {
  top: 53px;
  left: calc(51% - 0px + 32px);
  -webkit-animation: opacityFoot02 4s 0s infinite;
  animation: opacityFoot02 4s 0s infinite;
}
.top .sec03 .foot--imgs02--foot03 {
  top: 58px;
  left: calc(51% - 0px + 0px);
  -webkit-animation: opacityFoot03 4s 0s infinite;
  animation: opacityFoot03 4s 0s infinite;
}
.top .sec03 .foot--imgs02--foot04 {
  top: 22px;
  left: calc(51% - 0px + 26px);
  -webkit-animation: opacityFoot01 4s 0s infinite;
  animation: opacityFoot01 4s 0s infinite;
}
.top .sec03 .fixed__wrapper {
  position: relative;
  z-index: 3;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .top .sec03 .fixed__wrapper {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .top .sec03 .sec03--title {
    margin: 0 auto;
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  .top .sec03 .heading--wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.top .sec03 .sec03__heading {
  color: #000;
  font-size: 48px;
}
@media (max-width: 768px) {
  .top .sec03 .sec03__heading {
    text-align: center;
    font-size: 28px;
    line-height: 1.6;
  }
}
.top .sec03 .sec03__heading span {
  margin-left: 0.8em;
  font-size: 25px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
@media (max-width: 768px) {
  .top .sec03 .sec03__heading span {
    display: block;
    margin-left: 0;
    font-size: 16px;
  }
}
.top .sec03 .sec03__description {
  margin-top: 10px;
  font-size: 24px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
@media (max-width: 768px) {
  .top .sec03 .sec03__description {
    text-align: center;
    font-size: 17px;
  }
}
@media (max-width: 979px) {
  .top .sec03 .sec03--title {
    margin: 0 auto;
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .top .sec03 .sec03--title {
    margin: 0 auto;
    max-width: 220px;
  }
}
.top .sec03 .content--wrapper {
  position: relative;
  min-height: 700px;
}
.top .sec03 .content--wrapper .sec03--title {
  position: absolute;
  top: -30px;
  right: 180px;
  max-width: 430px;
}
@media (max-width: 979px) {
  .top .sec03 .content--wrapper .sec03--title {
    margin: 0 auto;
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .top .sec03 .content--wrapper .sec03--title {
    margin: 0 auto;
    max-width: 220px;
  }
}
.top .sec03 .content--wrapper .sec03--fukidashi {
  position: absolute;
  top: 0;
  right: 60px;
  max-width: 260px;
}
.top .sec03 .object {
  position: absolute;
  display: block;
  height: auto;
  opacity: 1 !important;
  transition: 0s;
}
.top .sec03 .object .push {
  display: none;
}
.top .sec03 .object:hover {
  transform: translateY(2%);
}
.top .sec03 .object:hover img.push {
  display: block;
}
.top .sec03 .object:hover img.nopush {
  display: none;
}
.top .sec03 .object01:hover,
.top .sec03 .object02:hover,
.top .sec03 .object03:hover,
.top .sec03 .object04:hover,
.top .sec03 .object05:hover,
.top .sec03 .object06:hover {
  z-index: 2;
}
.top .sec03 .object01 {
  top: 150px;
  left: 240px;
  max-width: 320px;
}
.top .sec03 .object02 {
  top: 260px;
  left: 420px;
  max-width: 320px;
}
.top .sec03 .object03 {
  top: 370px;
  left: 600px;
  max-width: 320px;
}
.top .sec03 .object04 {
  top: 260px;
  left: 60px;
  max-width: 320px;
}
.top .sec03 .object05 {
  top: 370px;
  left: 240px;
  max-width: 320px;
}
.top .sec03 .object06 {
  top: 480px;
  left: 420px;
  max-width: 320px;
}
.top .sec03 .object11 {
  top: 75px;
  left: 50px;
  max-width: 280px;
}
.top .sec03 .object11 .item {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 176px;
  transform: translate(-60%, -76%);
}
.top .sec03 .object12 {
  top: 175px;
  left: -115px;
  max-width: 280px;
}
.top .sec03 .object12 .item {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 136px;
  transform: translate(-57%, -88%);
}
.top .sec03 .object13 {
  top: 275px;
  left: -285px;
  max-width: 280px;
}
.top .sec03 .object13 .item {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 156px;
  transform: translate(-45%, -84%);
}
.top .sec03 .object14 {
  top: 375px;
  left: -115px;
  z-index: 3;
  max-width: 280px;
}
.top .sec03 .object14 .item {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 156px;
  transform: translate(-45%, -84%);
}
.top .sec03 .object15 {
  top: 475px;
  left: 55px;
  max-width: 280px;
}
.top .sec03 .object15 .item {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 206px;
  transform: translate(-50%, -60%);
}
.top .sec03 .object16 {
  top: 290px;
  right: -105px;
  max-width: 280px;
}
.top .sec03 .object16 .item {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 96px;
  transform: translate(-50%, -90%);
}
.top .sec03 .object17 {
  top: 390px;
  right: -270px;
  max-width: 280px;
}
.top .sec03 .object17 .item {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 126px;
  transform: translate(-50%, -80%);
}
.top .sec03 .object18 {
  top: 490px;
  right: -100px;
  max-width: 280px;
}
.top .sec03 .object18 .item {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 136px;
  transform: translate(-60%, -85%);
}
.top .sec03 .object--sp {
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 350px;
}
.top .sec03 .object--sp .object--sp-img {
  margin-bottom: 20px;
}
.top .sec03 .object--sp p.link-btn {
  margin: 0 auto;
  padding: 4px 0;
  max-width: 200px;
  border-radius: 32px;
  background: #000;
  color: #fff;
  text-align: center;
  font-family: "新ゴ B", "Shin Go Bold";
}
.top .sec03 .foot--imgs03 {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .top .sec03 .foot--imgs03 {
    transform: translateX(-20px);
  }
}
.top .sec03 .foot {
  position: absolute;
  width: 14px;
}
.top .sec03 .foot--imgs03--foot01 {
  bottom: 90px;
  left: calc(51% - 0px + 10px);
  transform: rotate(-50deg);
  -webkit-animation: opacityFoot01 4s 0s infinite;
  animation: opacityFoot01 4s 0s infinite;
}
.top .sec03 .foot--imgs03--foot02 {
  bottom: 53px;
  left: calc(51% - 0px + 32px);
  transform: rotate(-50deg);
  -webkit-animation: opacityFoot03 4s 0s infinite;
  animation: opacityFoot03 4s 0s infinite;
}
.top .sec03 .foot--imgs03--foot03 {
  bottom: 58px;
  left: calc(51% - 0px + 0px);
  transform: rotate(-50deg);
  -webkit-animation: opacityFoot02 4s 0s infinite;
  animation: opacityFoot02 4s 0s infinite;
}
.top .sec03 .foot--imgs03--foot04 {
  bottom: 22px;
  left: calc(51% - 0px + 26px);
  transform: rotate(-50deg);
  -webkit-animation: opacityFoot04 4s 0s infinite;
  animation: opacityFoot04 4s 0s infinite;
}
.top .sec04 {
  position: relative;
  overflow: visible;
  padding-top: 90px;
  padding-right: 0;
  padding-bottom: 120px;
  padding-left: 0;
  background: #ffef00;
  will-change: transform;
}
@media (max-width: 768px) {
  .top .sec04 {
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 140px;
    padding-left: 0;
  }
}
.top .sec04 .fixed__wrapper {
  position: relative;
  z-index: -1;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .top .sec04 .fixed__wrapper {
    padding: 40px 16px;
    padding-top: 20px;
    padding-bottom: 0;
    width: 100%;
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .top .sec04 .heading--wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.top .sec04 .sec04__heading {
  color: #000;
  font-size: 48px;
}
@media (max-width: 768px) {
  .top .sec04 .sec04__heading {
    text-align: center;
    font-size: 28px;
    line-height: 1.6;
  }
}
.top .sec04 .sec04__heading span {
  margin-left: 0.8em;
  font-size: 25px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
@media (max-width: 768px) {
  .top .sec04 .sec04__heading span {
    display: block;
    margin-left: 0;
    font-size: 16px;
  }
}
.top .sec04 .sec04__description {
  margin-top: 10px;
  margin-bottom: 60px;
  font-size: 24px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
@media (max-width: 768px) {
  .top .sec04 .sec04__description {
    text-align: center;
    font-size: 17px;
  }
}
.top .sec04 .heading--img {
  position: absolute;
  top: -90px;
  right: 10%;
  max-width: 400px;
}
@media (max-width: 979px) {
  .top .sec04 .heading--img {
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  .top .sec04 .heading--img {
    position: static;
    display: block;
    margin: 0 auto;
    max-width: 180px;
  }
}
.top .sec04 .category {
  margin: 0 auto;
  max-width: 800px;
}
@media (max-width: 768px) {
  .top .sec04 .category {
    max-width: none;
    width: calc(100% + 32px);
    transform: translateX(-16px);
  }
}
.top .sec04 .category ul {
  display: flex;
}
.top .sec04 .category ul li {
  width: 20%;
  border-radius: 4px 4px 0 0;
  text-align: center;
}
.top .sec04 .category ul li a {
  display: block;
  color: #fff;
  font-family: "A1ゴシック M", "A1 Gothic M";
}
.top .sec04 .category ul li:first-child {
  background: #ffdc00;
}
.top .sec04 .category ul li:first-child a {
  color: #231815;
}
.top .sec04 .category ul li:nth-child(2) {
  background: #ca5151;
}
.top .sec04 .category ul li:nth-child(3) {
  background: #e28e2f;
}
.top .sec04 .category ul li:nth-child(4) {
  background: #3b4397;
}
.top .sec04 .category ul li:last-child {
  background: #42ad7f;
}
.top .sec04 .swiper06 {
  position: relative;
}
.top .sec04 .swiper06 .swiper-container--wrapper {
  position: absolute;
  top: 40px;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
  transform: translateY(12px);
}
.top .sec04 .swiper06 .swiper-container--wrapper.active {
  opacity: 1;
  transform: translateY(0px);
}
.top .sec04 .swiper06 .swiper-container--wrapper01 {
  position: relative;
  top: 0;
}
.top .sec04 .swiper06 .swiper-slide {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.top .sec04 .link-btn--more {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0px 16px;
  max-width: 220px;
  border: solid #231815 3px;
  border-radius: 32px;
  background: #231815;
  color: #fff;
  text-align: center;
  font-family: "新ゴ DB", "Shin Go DemiBold";
  transition: 0.3s;
}
.top .sec04 .link-btn--more:hover {
  background: #ffdc00;
  color: #231815;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .top .sec04 .link-btn--more {
    font-family: "新ゴ B", "Shin Go Bold";
  }
}
.top .sec04 .flex {
  justify-content: space-around;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .top .sec04 .flex {
    display: block;
  }
}
.top .sec04 .flex .box {
  position: relative;
  display: block;
  width: 33.3333%;
  border-radius: 4px;
}
.top .sec04 .foot--imgs04 {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .top .sec04 .foot--imgs04 {
    transform: translateX(-20px);
  }
}
.top .sec04 .foot {
  position: absolute;
  width: 14px;
}
.top .sec04 .foot--imgs04--foot01 {
  bottom: 90px;
  left: calc(51% - 0px + 10px);
  -webkit-animation: opacityFoot01 4s 0s infinite;
  animation: opacityFoot01 4s 0s infinite;
}
.top .sec04 .foot--imgs04--foot02 {
  bottom: 53px;
  left: calc(51% - 0px + 32px);
  -webkit-animation: opacityFoot02 4s 0s infinite;
  animation: opacityFoot02 4s 0s infinite;
}
.top .sec04 .foot--imgs04--foot03 {
  bottom: 58px;
  left: calc(51% - 0px + 0px);
  -webkit-animation: opacityFoot03 4s 0s infinite;
  animation: opacityFoot03 4s 0s infinite;
}
.top .sec04 .foot--imgs04--foot04 {
  bottom: 22px;
  left: calc(51% - 0px + 26px);
  -webkit-animation: opacityFoot04 4s 0s infinite;
  animation: opacityFoot04 4s 0s infinite;
}
.top .sec05 {
  position: relative;
  overflow: visible;
  padding-top: 120px;
  padding-bottom: 120px;
  border-radius: 80px;
  background: #fff;
  will-change: transform;
}
@media (max-width: 768px) {
  .top .sec05 {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
.top .sec05 .sec05__heading {
  color: #000;
  font-size: 48px;
}
@media (max-width: 768px) {
  .top .sec05 .sec05__heading {
    text-align: center;
    font-size: 28px;
    line-height: 1.6;
  }
}
.top .sec05 .sec05__heading span {
  margin-left: 0.8em;
  font-size: 25px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
@media (max-width: 768px) {
  .top .sec05 .sec05__heading span {
    display: block;
    margin-left: 0;
    font-size: 16px;
  }
}
.top .sec05 .sec05__description {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 24px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
@media (max-width: 768px) {
  .top .sec05 .sec05__description {
    text-align: center;
    font-size: 16px;
  }
}
.top .sec05 .bg--fukidahsi {
  position: absolute;
  top: -140px;
  left: -120px;
  max-width: 220px;
  width: 25%;
}
@media (max-width: 768px) {
  .top .sec05 .bg--fukidahsi {
    display: none;
  }
}
.top .sec05 .bg--3dvoice {
  position: absolute;
  top: -90px;
  right: 0px;
  max-width: 480px;
  width: 45%;
}
.top .sec05 .bg--voice {
  position: absolute;
  bottom: -20px;
  left: -40px;
  max-width: 360px;
  width: 40%;
}
@media (max-width: 768px) {
  .top .sec05 .bg--voice {
    display: none;
  }
}
.top .sec05 .swiper {
  position: relative;
  left: 50%;
  overflow: visible;
  padding-bottom: 30px;
  width: 100vw;
  transform: translateX(-50%);
}
.top .sec05 .swiper-slide-duplicate {
  display: block;
  opacity: 1;
}
.top .sec05 .swiper-wrapper {
  transition-timing-function: linear;
}
.top .sec05 .swiper-slide {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  opacity: 1 !important;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.top .sec05 .swiper-slide:hover .fukidashi {
  transform: translateY(-8px);
}
.top .sec05 .swiper-slide .fukidashi {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 12px;
  min-height: 100px;
  text-align: center;
  transition: 0.4s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.top .sec05 .swiper-slide .fukidashi p {
  position: absolute;
  text-rendering: optimizeLegibility;
  font-family: system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  transform: translateY(-5%);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 768px) {
  .top .sec05 .swiper-slide .fukidashi p {
    font-size: 16px;
  }
}
.top .sec05 .swiper-slide .fukidashi .fukidashi--bg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}
.top .sec05 .swiper-slide .fukidashi .star {
  position: absolute;
  top: 8px;
  right: 16px;
  max-width: 30px;
  width: 20%;
  height: auto;
}
@media (max-width: 768px) {
  .top .sec05 .swiper-slide .fukidashi .star {
    top: 12px;
  }
}
.top .sec05 .swiper-slide .img--wrapper {
  box-sizing: border-box;
  padding: 8px;
  border: solid 2px #231815;
  border-radius: 12px;
}
.top .sec05 .swiper-slide .img--wrapper img {
  border-radius: 12px;
  vertical-align: middle;
}
.top .sec05 .sec05-heading {
  position: absolute;
}
.top .sec05 .sec05-heading-service {
  width: 40%;
}
.top .sec05 .sec05-heading-bill {
  width: 8%;
}
.top .sec05 .sec-heading-desc {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .top .sec05 .sec-heading-desc {
    margin-bottom: 40px;
  }
}
.top .sec05 .text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 3;
}
.top .sec05 .link-btn {
  position: relative;
  z-index: 2;
  display: block;
  box-sizing: border-box;
  margin: 40px auto;
  margin-top: 44px;
  margin-bottom: 0;
  padding: 4px 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  border-right: solid 3px #231516;
  border-radius: 0;
  border-radius: 2px;
  /* border-top: solid 3px #231516; */
  /* border-bottom: solid 3px #231516; */
  background: #ffef00;
  color: #231516;
}
@media (max-width: 768px) {
  .top .sec05 .link-btn {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 3px 6px;
  }
}
.top .sec05 .link-btn::before, .top .sec05 .link-btn::after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  border-radius: 4px 0 0 4px;
  content: "";
  transform: none;
}
.top .sec05 .link-btn::before {
  top: 0;
  border-top: solid 3px #231516;
}
.top .sec05 .link-btn::after {
  bottom: 0;
  border-bottom: solid 3px #231516;
}
.top .sec05 .link-btn span {
  color: #231516;
}
.top .sec05 .foot--imgs05 {
  position: absolute;
  bottom: -62px;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .top .sec05 .foot--imgs05 {
    bottom: -60px;
    transform: translateX(-20px);
  }
}
.top .sec05 .foot {
  position: absolute;
  width: 14px;
}
.top .sec05 .foot--imgs05--foot01 {
  bottom: 90px;
  left: calc(51% - 0px + 10px);
  transform: rotate(-50deg);
  -webkit-animation: opacityFoot01 4s 0s infinite;
  animation: opacityFoot01 4s 0s infinite;
}
.top .sec05 .foot--imgs05--foot02 {
  bottom: 53px;
  left: calc(51% - 0px + 32px);
  transform: rotate(-50deg);
  -webkit-animation: opacityFoot03 4s 0s infinite;
  animation: opacityFoot03 4s 0s infinite;
}
.top .sec05 .foot--imgs05--foot03 {
  bottom: 58px;
  left: calc(51% - 0px + 0px);
  transform: rotate(-50deg);
  -webkit-animation: opacityFoot02 4s 0s infinite;
  animation: opacityFoot02 4s 0s infinite;
}
.top .sec05 .foot--imgs05--foot04 {
  bottom: 22px;
  left: calc(51% - 0px + 26px);
  transform: rotate(-50deg);
  -webkit-animation: opacityFoot04 4s 0s infinite;
  animation: opacityFoot04 4s 0s infinite;
}
.top .sec06 {
  position: relative;
  overflow: visible;
}
@media (max-width: 768px) {
  .top .sec06 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.top .sec06::before {
  position: absolute;
  top: 14%;
  left: 50%;
  z-index: -1;
  display: block;
  min-height: 90%;
  width: 100%;
  background: url(../img/top/sec06--bg.png);
  background-size: 12px;
  content: "";
  transform: translateX(-50%);
  -webkit-clip-path: polygon(0 200px, 100% 0, 100% calc(100% - 200px), 0% 100%);
  clip-path: polygon(0 200px, 100% 0, 100% calc(100% - 200px), 0% 100%);
}
@media (max-width: 768px) {
  .top .sec06::before {
    top: 11%;
    -webkit-clip-path: polygon(0 100px, 100% 0, 100% calc(100% - 100px), 0% 100%);
    clip-path: polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0% 100%);
  }
}
@media (max-width: 768px) {
  .top .sec06 .sec06__heading--wrapper {
    margin-bottom: 60px;
  }
}
.top .sec06 .sec06__heading {
  color: #000;
  font-size: 48px;
}
@media (max-width: 768px) {
  .top .sec06 .sec06__heading {
    text-align: center;
    font-size: 28px;
    line-height: 1.6;
  }
}
.top .sec06 .sec06__heading span {
  margin-left: 0.8em;
  font-size: 25px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
@media (max-width: 768px) {
  .top .sec06 .sec06__heading span {
    display: block;
    margin-left: 0;
    font-size: 16px;
  }
}
.top .sec06 .sec06__description {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 24px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
@media (max-width: 768px) {
  .top .sec06 .sec06__description {
    text-align: center;
    font-size: 16px;
  }
}
.top .sec06 .bg--3dflow--yellow {
  position: absolute;
  top: 80px;
  /* right: 0; */
  right: -280px;
  max-width: 480px;
  width: 45%;
}
@media (max-width: 768px) {
  .top .sec06 .bg--3dflow--yellow {
    top: auto;
    right: auto;
    bottom: -170px;
    left: -20px;
    width: 55%;
  }
}
.top .sec06 .bg--3dflow--white {
  position: absolute;
  bottom: 0;
  left: -120px;
  max-width: 480px;
  width: 45%;
}
@media (max-width: 768px) {
  .top .sec06 .bg--3dflow--white {
    top: 140px;
    right: 40px;
    left: auto;
    width: 180px;
  }
}
.top .sec06 .bg--dande-uttori {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 300px;
  width: 30%;
}
@media (max-width: 768px) {
  .top .sec06 .bg--dande-uttori {
    right: auto;
    left: 50%;
    width: 40%;
    transform: translateX(-50%);
  }
}
.top .sec06 .content--wrapper {
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .top .sec06 .content--wrapper {
    display: flex;
    flex-flow: column;
  }
}
.top .sec06 .content--wrapper .link {
  position: relative;
  margin: 30px 20px;
  padding-top: 20px;
  width: calc(33.3333% - 40px);
  text-align: center;
  pointer-events: none;
}
@media (max-width: 768px) {
  .top .sec06 .content--wrapper .link {
    margin: 30px 0;
    width: 100%;
  }
}
.top .sec06 .content--wrapper .link:nth-child(3) {
  margin: 20px 0;
}
@media (max-width: 768px) {
  .top .sec06 .content--wrapper .link:nth-child(3) {
    margin: 30px 0;
    margin-top: 20px;
  }
}
.top .sec06 .content--wrapper .link .icon {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 60px;
  width: 20%;
}
.top .sec06 .content--wrapper .link .object--item {
  width: 100%;
}
.top .sec06 .content--wrapper .link h3 {
  font-size: 24px;
  line-height: 1.4;
}
.top .sec06 .content--wrapper .link p {
  margin-top: 0;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .top .sec06 .content--wrapper .link01 .icon--step {
    left: 0;
  }
}
.top .sec06 .content--wrapper .link02 .object--item--text {
  position: absolute;
  top: -10%;
  left: 20%;
  width: 34px;
}
.top .sec06 .content--wrapper .link03 {
  margin: 0;
  margin-top: -40px;
  transform: scale(1.1);
  pointer-events: all;
}
@media (max-width: 768px) {
  .top .sec06 .content--wrapper .link03 .icon--step {
    left: 0;
  }
}
.top .sec06 .content--wrapper .link04 .icon--step {
  right: auto;
  left: 0;
}
.top .sec06 .content--wrapper .link05 {
  margin: 30px 0px;
}
.top .sec06 .content--wrapper .link05 .icon--step {
  right: auto;
  left: 0;
}
@media (max-width: 768px) {
  .top .sec06 .content--wrapper .link05 .icon--step {
    top: -36px;
    right: 0;
    left: auto;
  }
}
.top .sec06 .bg--dande-uttori {
  bottom: -90px;
  max-width: 110px;
  width: 15%;
}
@media (max-width: 768px) {
  .top .sec06 .bg--dande-uttori {
    right: auto;
    left: 50%;
    width: 40%;
    transform: translateX(-50%);
  }
}
.top .sec07 {
  margin-top: -40px;
  padding-top: 180px;
}
@media (max-width: 768px) {
  .top .sec07 {
    margin-top: -40px;
    padding-top: 80px;
  }
}
.top .sec07 .bg--3dlogo {
  position: absolute;
  top: -6%;
  right: -15%;
  z-index: -1;
  width: 33%;
}
.top .sec07 .bg--action {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 66%;
  transform: translate(-40%, -25%);
}
@media (max-width: 768px) {
  .top .sec07 .bg--action {
    transform: translate(-5%, -44%);
  }
}
.top .sec07 .bg--daigo {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 66%;
  transform: translate(40%, 25%);
}
@media (max-width: 768px) {
  .top .sec07 .bg--daigo {
    transform: translate(14%, 33%);
  }
}
@media (max-width: 768px) {
  .top .sec07 .sec07__heading--wrapper {
    margin-bottom: 60px;
  }
}
.top .sec07 .sec07__heading {
  color: #231815;
  font-size: 48px;
}
@media (max-width: 768px) {
  .top .sec07 .sec07__heading {
    text-align: center;
    font-size: 28px;
    line-height: 1.6;
  }
}
.top .sec07 .sec07__heading span {
  margin-left: 0.8em;
  font-size: 25px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
@media (max-width: 768px) {
  .top .sec07 .sec07__heading span {
    display: block;
    margin-left: 0;
    font-size: 16px;
  }
}
.top .sec07 .sec07__description {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 24px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
@media (max-width: 768px) {
  .top .sec07 .sec07__description {
    text-align: center;
    font-size: 16px;
  }
}
.top .sec07 .flex {
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .top .sec07 .flex {
    align-items: baseline;
  }
}
.top .sec07 .box {
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 10px;
  width: calc(33.3333% - 24px);
  border: solid #000 3px;
  border-radius: 8px;
  background: #fff;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .top .sec07 .box {
    margin-bottom: 24px;
    padding: 6px 5px;
    padding-bottom: 0;
    width: calc(50% - 12px);
  }
}
.top .sec07 .box:hover img {
  -webkit-filter: contrast(1.15);
  filter: contrast(1.15);
}
.top .sec07 .box img {
  border-radius: 8px;
  vertical-align: middle;
  transition: 0.4s;
}
.top .sec07 .box h4 {
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 2.2;
}
@media (max-width: 768px) {
  .top .sec07 .box h4 {
    letter-spacing: 0.001em;
    font-size: 14px;
    line-height: 2.2;
  }
}
.top .sec07 .foot--imgs05 {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .top .sec07 .foot--imgs05 {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(calc(-50% - 20px));
  }
}
.top .sec07 .foot {
  position: absolute;
  width: 14px;
}
.top .sec07 .foot--imgs05--foot01 {
  bottom: 90px;
  left: calc(51% - 0px + 10px);
  transform: rotate(-50deg);
  -webkit-animation: opacityFoot01 4s 0s infinite;
  animation: opacityFoot01 4s 0s infinite;
}
.top .sec07 .foot--imgs05--foot02 {
  bottom: 53px;
  left: calc(51% - 0px + 32px);
  transform: rotate(-50deg);
  -webkit-animation: opacityFoot03 4s 0s infinite;
  animation: opacityFoot03 4s 0s infinite;
}
.top .sec07 .foot--imgs05--foot03 {
  bottom: 58px;
  left: calc(51% - 0px + 0px);
  transform: rotate(-50deg);
  -webkit-animation: opacityFoot02 4s 0s infinite;
  animation: opacityFoot02 4s 0s infinite;
}
.top .sec07 .foot--imgs05--foot04 {
  bottom: 22px;
  left: calc(51% - 0px + 26px);
  transform: rotate(-50deg);
  -webkit-animation: opacityFoot04 4s 0s infinite;
  animation: opacityFoot04 4s 0s infinite;
}
.top .sec08 {
  position: relative;
  overflow: visible;
  margin-bottom: calc(2% + 120px);
  padding-bottom: 300px;
}
@media (max-width: 768px) {
  .top .sec08 {
    padding-top: 0;
    padding-bottom: 330px;
  }
}
.top .sec08 .fixed__wrapper {
  position: relative;
}
.top .sec08 .bg--members-fukidashi {
  position: absolute;
  right: 15%;
  bottom: calc(0% + 190px);
  z-index: -1;
  width: 20%;
}
@media (max-width: 768px) {
  .top .sec08 .bg--members-fukidashi {
    display: none;
  }
}
.top .sec08 .bg--members {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  min-width: 1950px;
  width: 100%;
  transform: translateY(35%) translateX(29%);
}
@media (max-width: 768px) {
  .top .sec08 .bg--members {
    min-width: 1200px;
    width: 100%;
    transform: translateY(60%) translateX(28.3%);
  }
}
.top .sec08 .bg--3dcreative-team {
  position: absolute;
  bottom: 0%;
  left: 2%;
  z-index: -1;
  max-width: 300px;
  width: 30%;
  transform: translateY(150%);
}
@media (max-width: 768px) {
  .top .sec08 .bg--3dcreative-team {
    top: 0;
    left: 50%;
    max-width: 240px;
    width: 60%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .top .sec08 .heading--wrapper {
    margin-bottom: 30px;
    padding-top: 180px;
  }
}
.top .sec08 .sec08__heading {
  color: #231815;
  font-size: 48px;
}
@media (max-width: 768px) {
  .top .sec08 .sec08__heading {
    text-align: center;
    font-size: 28px;
    line-height: 1.6;
  }
}
.top .sec08 .sec08__heading span {
  margin-left: 0.8em;
  font-size: 25px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
@media (max-width: 768px) {
  .top .sec08 .sec08__heading span {
    display: block;
    margin-left: 0;
    font-size: 16px;
  }
}
.top .sec08 .sec08__description {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 24px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
@media (max-width: 768px) {
  .top .sec08 .sec08__description {
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
  }
}
.top .sec08 .link-btn {
  display: block;
  margin-bottom: 20px;
  padding: 12px 0;
  width: 250px;
  border-top: solid #000 2px;
  border-right: solid #000 2px;
  border-bottom: solid #000 2px;
  background: #fff;
  box-shadow: black 3px 3px;
  text-align: center;
}
@media (max-width: 768px) {
  .top .sec08 .link-btn {
    margin: 20px auto;
  }
}
.top .sec08 .foot--imgs06 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .top .sec08 .foot--imgs06 {
    transform: translateX(-20px);
  }
}
.top .sec08 .foot {
  position: absolute;
  width: 14px;
}
.top .sec08 .foot--imgs06--foot01 {
  bottom: -90px;
  left: calc(51% - 0px + 10px);
  -webkit-animation: opacityFoot04 4s 0s infinite;
  animation: opacityFoot04 4s 0s infinite;
}
.top .sec08 .foot--imgs06--foot02 {
  bottom: -53px;
  left: calc(51% - 0px + 32px);
  -webkit-animation: opacityFoot02 4s 0s infinite;
  animation: opacityFoot02 4s 0s infinite;
}
.top .sec08 .foot--imgs06--foot03 {
  bottom: -58px;
  left: calc(51% - 0px + 0px);
  -webkit-animation: opacityFoot03 4s 0s infinite;
  animation: opacityFoot03 4s 0s infinite;
}
.top .sec08 .foot--imgs06--foot04 {
  bottom: -22px;
  left: calc(51% - 0px + 26px);
  -webkit-animation: opacityFoot01 4s 0s infinite;
  animation: opacityFoot01 4s 0s infinite;
}
.top .sec09 {
  position: relative;
  overflow: visible;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 0px;
  background: url(../img/top/sec06--bg.png);
  background-color: #fff;
  background-size: 12px;
}
.top .sec09 .fixed__wrapper {
  max-width: 600px;
}
.top .sec09::before, .top .sec09::after {
  position: absolute;
  top: 0;
  display: block;
  min-width: 1000px;
  width: 50%;
  height: 200px;
  background: #ffef00;
  content: "";
}
.top .sec09::before {
  left: 50%;
  transform: translate(-100%);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
}
.top .sec09::after {
  right: 50%;
  transform: translate(100%);
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media (max-width: 768px) {
  .top .sec09 .bg--wrapper {
    display: none;
  }
}
.top .sec09 .bg--wrapper .bg--dande--left01 {
  position: absolute;
  top: 23%;
  left: -200px;
  width: 240px;
}
.top .sec09 .bg--wrapper .bg--dande--left02 {
  position: absolute;
  top: calc(18% + 330px);
  left: -180px;
  width: 160px;
}
.top .sec09 .bg--wrapper .bg--dande--right01 {
  position: absolute;
  top: 32%;
  right: -200px;
  width: 240px;
}
.top .sec09 .bg--wrapper .bg--dande--right02 {
  position: absolute;
  top: calc(32% + 240px);
  right: -140px;
  width: 130px;
}
.top .sec09 .bg--dande--question {
  position: static;
  top: 2%;
  left: -10%;
  display: block;
  margin: 0 auto;
  margin-top: 70px;
  width: 100px;
}
@media (max-width: 768px) {
  .top .sec09 .bg--dande--question {
    margin-top: 40px;
    width: 70px;
  }
}
.top .sec09 .bg--dande--shy {
  position: absolute;
  top: 2%;
  left: -10%;
  width: 110px;
}
.top .sec09 .bg--fukidashi02 {
  position: absolute;
  top: 2%;
  left: -10%;
  width: 110px;
}
.top .sec09 .bg--fukidashi03 {
  position: absolute;
  top: 2%;
  left: -10%;
  width: 110px;
}
.top .sec09 .bg--pentagon01 {
  position: absolute;
  top: 2%;
  left: -10%;
  width: 110px;
}
.top .sec09 .bg--pentagon02 {
  position: absolute;
  top: 2%;
  left: -10%;
  width: 110px;
}
.top .sec09 .fukidashi01 {
  position: static;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 210px;
}
.top .sec09 .content--wrapper01 {
  margin-bottom: 60px;
}
.top .sec09 .content--wrapper02 {
  position: relative;
}
.top .sec09 .bg--dande--left03 {
  position: absolute;
  bottom: 5%;
  left: -300px;
  width: 300px;
}
.top .sec09 .bg--dande--right03 {
  position: absolute;
  top: 5%;
  right: -300px;
  width: 300px;
}
.top .sec09 .fusen {
  position: absolute;
  width: 150px;
}
.top .sec09 .bg--dande--left--fusen01 {
  top: 8%;
  left: -420px;
  transform: rotate(-7deg);
}
.top .sec09 .bg--dande--left--fusen02 {
  top: 16.5%;
  left: -480px;
  transform: rotate(10deg);
}
.top .sec09 .bg--dande--left--fusen03 {
  top: 30.5%;
  left: -470px;
  transform: rotate(5deg);
}
.top .sec09 .bg--dande--left--fusen04 {
  top: 40.5%;
  left: -460px;
  transform: rotate(-15deg);
}
.top .sec09 .bg--dande--right--fusen01 {
  top: 44.5%;
  right: -500px;
  transform: rotate(-7deg);
}
.top .sec09 .bg--dande--right--fusen02 {
  top: 53.5%;
  right: -460px;
  transform: rotate(7deg);
}
.top .sec09 .bg--dande--right--fusen03 {
  top: 70.5%;
  right: -460px;
  transform: rotate(-5deg);
}
.top .sec09 .bg--dande--right--fusen04 {
  top: 78.5%;
  right: -480px;
  transform: rotate(7deg);
}
.top .sec09 .content--wrapper .dande-content--wrapper {
  position: relative;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top .sec09 .content--wrapper .dande-content--wrapper .dande {
  position: static;
  display: block;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 768px) {
  .top .sec09 .content--wrapper .dande-content--wrapper .dande {
    max-width: 310px;
  }
}
.top .sec09 .content--wrapper .dande-content--wrapper .pentagon {
  position: absolute;
  top: 60px;
  left: 50%;
  z-index: -1;
  width: 380px;
  transform: translateX(-50%);
}
.top .sec09 .content--wrapper03 {
  display: none;
}
@media (max-width: 768px) {
  .top .sec09 .content--wrapper03 {
    display: block;
    margin-bottom: 40px;
  }
}
.top .sec09 .content--wrapper03 .flex01 {
  justify-content: space-around;
  align-items: end;
  margin-bottom: 40px;
}
.top .sec09 .content--wrapper03 .flex01 .box--text {
  width: 180px;
}
.top .sec09 .content--wrapper03 .flex01 .box--dande {
  margin-bottom: 30px;
  width: 120px;
}
.top .sec09 .content--wrapper03 .flex02 {
  flex-direction: row-reverse;
  /* justify-content: center; */
  justify-content: space-around;
  align-items: end;
  margin-bottom: 40px;
}
.top .sec09 .content--wrapper03 .flex02 .box--text {
  width: 180px;
}
.top .sec09 .content--wrapper03 .flex02 .box--dande {
  width: 100px;
}
.top .sec09 .content--wrapper03 .flex03 {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 90px;
}
.top .sec09 .content--wrapper03 .flex03 .box--text {
  width: 160px;
}
.top .sec09 .content--wrapper03 .flex03 .box--dande {
  width: 100px;
}
.top .sec09 .content--wrapper02 .bg--wrapper {
  display: block;
}
@media (max-width: 768px) {
  .top .sec09 .content--wrapper02 .bg--img--left {
    top: 10px;
    left: -50px;
    width: 140px;
  }
}
@media (max-width: 768px) {
  .top .sec09 .content--wrapper02 .bg--img--right {
    top: 16px;
    right: -60px;
    width: 150px;
  }
}
@media (max-width: 768px) {
  .top .sec09 .content--wrapper02 .bg--dande--shy,
.top .sec09 .content--wrapper02 .bg--memo {
    display: none;
  }
}
.top .sec09 h2 {
  margin-bottom: 20px;
  color: #000;
  text-align: center;
  font-size: 44px;
}
@media (max-width: 768px) {
  .top .sec09 h2 {
    font-size: 28px;
  }
}
.top .sec09 .name {
  text-align: center;
  font-size: 38px;
}
.top .sec09 .text {
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  line-height: 1.6;
}
.top .sec09 .sec09__heading {
  color: #231815;
  font-size: 48px;
}
.top .sec09 .sec09__heading span {
  margin-left: 0.8em;
  font-size: 25px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
.top .sec09 .sec09__description {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 24px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
.top .sec09 .bg--img--left {
  position: absolute;
  top: -10px;
  width: 200px;
}
.top .sec09 .bg--img--right {
  position: absolute;
  top: 10%;
  right: 8%;
  width: 180px;
}
.top .sec09 .bg--dande--shy {
  right: -150px;
  left: auto;
  width: 130px;
}
.top .sec09 .bg--memo {
  position: absolute;
  right: -160px;
  bottom: 60px;
  width: 200px;
}
.top .sec09 .goods-content--wrapper h4 {
  position: relative;
  margin: 0 auto;
  margin-bottom: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 768px) {
  .top .sec09 .goods-content--wrapper h4 {
    font-size: 17px;
  }
}
.top .sec09 .goods-content--wrapper h4 .heading--bg01 {
  position: absolute;
  left: -50px;
  width: 30px;
  transform: translateY(-60%);
}
.top .sec09 .goods-content--wrapper h4 .heading--bg02 {
  position: absolute;
  right: 0;
  width: 140px;
  transform: translate(100%, -50%);
}
@media (max-width: 768px) {
  .top .sec09 .goods-content--wrapper h4 .heading--bg02 {
    width: 120px;
  }
}
.top .sec09 .goods-content--wrapper h3 {
  margin-bottom: 30px;
  color: #000;
  text-align: center;
  font-size: 28px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .top .sec09 .goods-content--wrapper h3 {
    font-size: 24px;
  }
}
.top .sec09 .goods-content--wrapper .bg--black {
  display: block;
  margin: 0 auto;
  padding: 4px 0;
  max-width: 230px;
  border-radius: 32px;
  background: #000;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .top .sec09 .goods-content--wrapper .bg--black {
    font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
  }
}
.top .sec09 .foot--imgs07 {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.top .sec09 .foot {
  position: absolute;
  width: 14px;
}
.top .sec09 .foot--imgs07--foot01 {
  bottom: -90px;
  left: calc(51% - 0px + 10px);
  -webkit-animation: opacityFoot04 4s 0s infinite;
  animation: opacityFoot04 4s 0s infinite;
}
.top .sec09 .foot--imgs07--foot02 {
  bottom: -53px;
  left: calc(51% - 0px + 32px);
  -webkit-animation: opacityFoot02 4s 0s infinite;
  animation: opacityFoot02 4s 0s infinite;
}
.top .sec09 .foot--imgs07--foot03 {
  bottom: -58px;
  left: calc(51% - 0px + 0px);
  -webkit-animation: opacityFoot03 4s 0s infinite;
  animation: opacityFoot03 4s 0s infinite;
}
.top .sec09 .foot--imgs07--foot04 {
  bottom: -22px;
  left: calc(51% - 0px + 26px);
  -webkit-animation: opacityFoot01 4s 0s infinite;
  animation: opacityFoot01 4s 0s infinite;
}
.top .sec09 .foot--imgs08 {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.top .sec09 .foot {
  position: absolute;
  width: 14px;
}
.top .sec09 .foot--imgs08--foot01 {
  bottom: -90px;
  left: calc(51% - 0px + 10px);
  -webkit-animation: opacityFoot04 4s 0s infinite;
  animation: opacityFoot04 4s 0s infinite;
}
.top .sec09 .foot--imgs08--foot02 {
  bottom: -53px;
  left: calc(51% - 0px + 32px);
  -webkit-animation: opacityFoot02 4s 0s infinite;
  animation: opacityFoot02 4s 0s infinite;
}
.top .sec09 .foot--imgs08--foot03 {
  bottom: -58px;
  left: calc(51% - 0px + 0px);
  -webkit-animation: opacityFoot03 4s 0s infinite;
  animation: opacityFoot03 4s 0s infinite;
}
.top .sec09 .foot--imgs08--foot04 {
  bottom: -22px;
  left: calc(51% - 0px + 26px);
  -webkit-animation: opacityFoot01 4s 0s infinite;
  animation: opacityFoot01 4s 0s infinite;
}
.top .sec-contact {
  position: relative;
  overflow: visible;
}
@media (max-width: 768px) {
  .top .sec-contact {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.top .sec-contact .heading--wrapper {
  position: relative;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .top .sec-contact .heading--wrapper {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}
.top .sec-contact .heading--wrapper .icon--post {
  position: absolute;
  top: 50%;
  left: -80px;
  width: 80px;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .top .sec-contact .heading--wrapper .icon--post {
    position: static;
    margin-bottom: 20px;
    transform: translate(7%, 0%);
  }
}
.top .sec-contact h3 {
  margin: 0 auto;
  padding: 0 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: solid #000 1.5px;
  color: #000;
  font-size: 32px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .top .sec-contact h3 {
    font-size: 26px;
  }
}
.top .sec-contact .desc {
  margin: 30px auto;
  text-align: center;
}
@media (max-width: 768px) {
  .top .sec-contact .desc {
    margin: 20px auto;
    font-size: 17px;
    line-height: 1.6;
  }
}
.top .sec-contact .boxs--wrapper {
  align-items: stretch;
}
@media (max-width: 768px) {
  .top .sec-contact .boxs--wrapper {
    flex-direction: column;
  }
}
.top .sec-contact .boxs--wrapper a.box {
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  width: calc(50% - 32px);
  border: solid #231815 3.5px;
  border-radius: 24px;
  background: #fff;
  opacity: 1;
  transition: 0.15s;
}
@media (max-width: 768px) {
  .top .sec-contact .boxs--wrapper a.box {
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 20px 0;
    width: 100%;
    height: 92px;
  }
}
.top .sec-contact .boxs--wrapper a.box:hover, .top .sec-contact .boxs--wrapper a.box:active {
  transform: scale(1.06);
}
.top .sec-contact .boxs--wrapper a.box img {
  position: absolute;
  left: 0;
  margin-right: 30px;
  margin-left: 36px;
  width: 60px;
}
@media (max-width: 979px) {
  .top .sec-contact .boxs--wrapper a.box img {
    margin-left: 16px;
    width: 50px;
  }
}
@media (max-width: 768px) {
  .top .sec-contact .boxs--wrapper a.box img {
    margin-left: 24px;
    width: 50px;
  }
}
.top .sec-contact .boxs--wrapper a.box .text--wrapper {
  margin: 0 auto;
  padding-left: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.top .sec-contact .boxs--wrapper a.box .font-size--big {
  font-size: 36px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
  line-height: 1;
}
@media (max-width: 768px) {
  .top .sec-contact .boxs--wrapper a.box .font-size--big {
    font-size: 26px;
  }
}
.top .sec-contact .boxs--wrapper a.box p {
  margin: 0;
  line-height: 1;
}
.top .sec-contact .boxs--wrapper a.box.box--right .font-size--big {
  font-size: 28px;
}
@media (max-width: 979px) {
  .top .sec-contact .boxs--wrapper a.box.box--right .font-size--big {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .top .sec-contact .boxs--wrapper a.box.box--right .font-size--big {
    margin-left: 30px;
    font-size: 22px;
  }
}
.top .sec-contact .foot--imgs02 {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .top .sec-contact .foot--imgs02 {
    transform: translateX(-20px);
  }
}
.top .sec-contact .foot {
  position: absolute;
  width: 14px;
}
.top .sec-contact .foot--imgs02--foot01 {
  bottom: -90px;
  left: calc(51% - 0px + 10px);
  -webkit-animation: opacityFoot04 4s 0s infinite;
  animation: opacityFoot04 4s 0s infinite;
}
.top .sec-contact .foot--imgs02--foot02 {
  bottom: -53px;
  left: calc(51% - 0px + 32px);
  -webkit-animation: opacityFoot02 4s 0s infinite;
  animation: opacityFoot02 4s 0s infinite;
}
.top .sec-contact .foot--imgs02--foot03 {
  bottom: -58px;
  left: calc(51% - 0px + 0px);
  -webkit-animation: opacityFoot03 4s 0s infinite;
  animation: opacityFoot03 4s 0s infinite;
}
.top .sec-contact .foot--imgs02--foot04 {
  bottom: -22px;
  left: calc(51% - 0px + 26px);
  -webkit-animation: opacityFoot01 4s 0s infinite;
  animation: opacityFoot01 4s 0s infinite;
}
.top .sec10 {
  padding-bottom: 60px;
  background: #fff;
}
@media (max-width: 768px) {
  .top .sec10 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.top .sec10 .fixed__wrapper {
  position: relative;
}
.top .sec10 .bg--wrapper {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media (max-width: 768px) {
  .top .sec10 .bg--wrapper {
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
}
.top .sec10 .bg--wrapper .sec10--heading01 {
  position: absolute;
  top: 0;
  left: -60px;
  color: #000;
}
@media (max-width: 768px) {
  .top .sec10 .bg--wrapper .sec10--heading01 {
    position: static;
    margin-bottom: 8px;
    text-align: center;
    font-size: 24px;
  }
}
.top .sec10 .bg--wrapper .sec10--heading01::before, .top .sec10 .bg--wrapper .sec10--heading01::after {
  display: inline-block;
  margin: 6px 0;
  width: 2.3px;
  height: 0.5em;
  background: #000;
  content: "";
}
@media (max-width: 768px) {
  .top .sec10 .bg--wrapper .sec10--heading01::before, .top .sec10 .bg--wrapper .sec10--heading01::after {
    margin: 7px 8px;
    width: 0.5em;
    height: 2.3px;
  }
}
.top .sec10 .bg--wrapper .sec10--heading02 {
  position: absolute;
  right: -60px;
  bottom: 0;
  color: #000;
}
@media (max-width: 768px) {
  .top .sec10 .bg--wrapper .sec10--heading02 {
    display: none;
  }
}
.top .sec10 .bg--wrapper .sec10--heading02::before, .top .sec10 .bg--wrapper .sec10--heading02::after {
  display: inline-block;
  margin: 6px 0;
  width: 2.3px;
  height: 0.5em;
  background: #000;
  content: "";
}
@media (max-width: 768px) {
  .top .sec10 .bg--wrapper .sec10--heading02::before, .top .sec10 .bg--wrapper .sec10--heading02::after {
    margin: 7px 8px;
    width: 0.5em;
    height: 2.3px;
  }
}
.top .sec10 .flex {
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .top .sec10 .flex {
    justify-content: space-between;
  }
}
.top .sec10 .flex .link {
  margin-bottom: 18px;
  width: calc(33.3333% - 12px);
}
@media (max-width: 768px) {
  .top .sec10 .flex .link {
    margin-bottom: 12px;
    width: 100%;
  }
}
.top .sec10 .flex .link:nth-last-child(1), .top .sec10 .flex .link:nth-last-child(2), .top .sec10 .flex .link:nth-last-child(3) {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .top .sec10 .flex .link:nth-last-child(1), .top .sec10 .flex .link:nth-last-child(2), .top .sec10 .flex .link:nth-last-child(3) {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .top .sec10 .flex .link:nth-last-child(1) {
    margin: 0 auto;
    margin-bottom: 12px;
  }
}
.top .sec10 .flex .link img {
  outline: 1px solid #fff;
  outline-offset: -1px;
  border: solid #231815 2px;
  vertical-align: middle;
  vertical-align: middle;
}
.top .sec11 {
  padding-top: 60px;
  background: #fff;
}
@media (max-width: 768px) {
  .top .sec11 {
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 60px;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .top .sec11 .fixed__wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
.top .sec11 .bg--fukidashi {
  display: block;
  margin: 0 auto;
  margin-bottom: 16px;
  max-width: 200px;
  transform: translateX(-66%);
}
@media (max-width: 768px) {
  .top .sec11 .bg--fukidashi {
    max-width: 220px;
    transform: translate(0);
  }
}
.top .sec11 .heading--wrapper {
  text-align: center;
}
.top .sec11 .heading--wrapper .sec11__heading {
  margin-bottom: 20px;
  color: #000;
  font-size: 44px;
}
@media (max-width: 768px) {
  .top .sec11 .heading--wrapper .sec11__heading {
    margin-bottom: 10px;
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .top .sec11 .flex {
    display: none;
  }
}
.top .sec11 .flex .link {
  width: calc(33.3333% - 28px);
}
.top .sec11 .flex .link img {
  vertical-align: middle;
}
.top .sec11 .flex .link p {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
.top .sec11 .swiper07 {
  display: none;
}
@media (max-width: 768px) {
  .top .sec11 .swiper07 {
    display: block;
  }
}
.top .sec11 .swiper07 p {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
.top .sec11 .swiper-wrapper {
  overflow: visible;
}
.top .sec11 .swiper-wrapper .swiper-slide {
  box-sizing: border-box;
  padding-right: 30px;
  padding-left: 30px;
}
.top .sec11 .swiper-pagination07 {
  text-align: center;
}
.top .sec11 .swiper-pagination07 .swiper-pagination-bullet {
  background: #221815;
  opacity: 1;
}
.top .sec11 .swiper-pagination07 .swiper-pagination-bullet-active {
  background-color: #f9b900;
}
@media (max-width: 768px) {
  .top .sec-contact.sec-contact02 {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}

: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;
  margin-top: -40px;
  background-color: #221815;
  color: #fff;
  text-align: center;
  font-size: 0.85rem;
  line-height: 1.4;
}

.footer-wave-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 60px;
  pointer-events: none;
}

.footer-wave {
  position: absolute;
  top: -200px;
  left: 50%;
  min-width: 1920px;
  width: 100%;
  transform: translateX(-50%);
}
@media (min-width: 1361px) {
  .footer-wave {
    width: 105%;
  }
}

.footer {
  position: relative;
}
@media (max-width: 768px) {
  .footer {
    margin-top: -60px;
  }
}
@media (max-width: 768px) {
  .footer .fixed__wrapper {
    max-width: 500px;
  }
}
.footer .top-move-btn {
  position: fixed;
  top: auto;
  right: 80px;
  bottom: 0px;
  z-index: 2;
  display: block;
  width: 160px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  vertical-align: middle;
  transition: 0.15s;
  transform: translateY(30px);
}
@media (max-width: 768px) {
  .footer .top-move-btn {
    right: 16px;
    bottom: 0px;
    width: 80px;
    transform: translateY(16px);
  }
}
.footer .top-move-btn:hover, .footer .top-move-btn:active {
  transform: translateY(8px);
}
.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 .box--company {
  margin: 0 auto 0 0;
  width: 320px;
}
@media (max-width: 768px) {
  .footer .box--company {
    margin: 0 auto;
    width: calc(100% - 48px);
    text-align: left;
  }
}
.footer .box--company .logo--daigokikaku .logo--daigokikaku-text {
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: solid #fff 2px;
  text-align: left;
  letter-spacing: 0.12em;
  font-size: 22px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
.footer .box--company .logo--daigokikaku .logo--daigokikaku-text span {
  margin-left: 0.4em;
  font-size: 34px;
  font-family: inherit;
}
.footer .companys--wrapper {
  margin-bottom: 40px;
}
.footer .companys--wrapper .company {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.footer .companys--wrapper .company .box--img {
  margin-right: 16px;
  width: 70px;
}
@media (max-width: 768px) {
  .footer .companys--wrapper .company .box--text {
    text-align: left;
  }
}
.footer .companys--wrapper .company .box--text .font-size--big {
  display: flex;
  align-items: center;
  margin: 0;
  text-align: left;
  font-size: 17px;
  font-family: "こぶりなゴシック W9 JIS2004";
}
@media (max-width: 768px) {
  .footer .companys--wrapper .company .box--text .font-size--big {
    font-size: 20px;
  }
}
.footer .companys--wrapper .company .box--text .font-size--big .border {
  margin-left: 8px;
  padding: 3px;
  border: solid #fff 1px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .footer .companys--wrapper .company .box--text .font-size--big .border {
    display: none;
  }
}
.footer .companys--wrapper .company .box--text p {
  margin: 0;
  margin-top: 4px;
  text-align: left;
  font-size: 12px;
}
@media (max-width: 768px) {
  .footer .companys--wrapper .company .box--text p {
    display: none;
  }
}
@media (max-width: 768px) {
  .footer .companys--wrapper .company p.spView {
    margin: 0;
    margin-top: 10px;
    width: 100%;
    text-align: left;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .footer .companys--wrapper .company .border {
    display: inline-block;
    margin-top: 4px;
    /* margin-left: 0; */
    margin-left: 0px;
    padding: 2px 3px;
    border: solid #fff 1px;
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .footer .link-text--sitemap {
    display: inline;
    margin-right: 1em;
  }
}
.footer .link-text--privacy {
  display: block;
  /* text-align: left; */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .footer .link-text--privacy {
    display: inline;
  }
}
.footer .box--links.box--links02 {
  width: 220px;
}
.footer .box--links {
  width: 280px;
  text-align: left;
}
@media (max-width: 768px) {
  .footer .box--links {
    display: none;
  }
}
.footer .box--links a {
  display: block;
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9rem;
  font-family: "こぶりなゴシック W9 JIS2004";
}
.footer .box--links a.links {
  margin-bottom: 4px;
}
.footer .box--links .sns-logo {
  display: inline-block;
  margin-right: 20px;
  width: 40px;
}
.footer .fixed__wrapper {
  padding: 20px 0;
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (max-width: 979px) {
  .footer .fixed__wrapper {
    position: relative;
    max-width: none;
    width: 100%;
  }
}
.footer .fixed__wrapper .footer-links {
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 22px;
  max-width: 650px;
}
@media (max-width: 768px) {
  .footer .fixed__wrapper .footer-links {
    display: block;
  }
}
.footer .fixed__wrapper .footer-links li {
  padding: 0 0 0 1.5em;
  line-height: 1;
}
@media (max-width: 768px) {
  .footer .fixed__wrapper .footer-links li {
    margin-bottom: 0.5em;
    border-right: none;
  }
}
.footer .fixed__wrapper .footer-links li a {
  display: inline-block;
  margin-bottom: 2px;
  font-size: 0.85rem;
  font-family: "こぶりなゴシック W6 JIS2004";
  line-height: 1.6;
}
.footer .fixed__wrapper .font-big {
  border-bottom: solid 1px #7a5941;
  font-size: 18px;
}
@media (max-width: 768px) {
  .footer .fixed__wrapper .font-big {
    font-size: 14px;
  }
}
.footer .fixed__wrapper small {
  margin-top: 50px;
  text-align: left;
  letter-spacing: 0.01em;
  font-size: 12px;
}
@media (max-width: 768px) {
  .footer .fixed__wrapper small {
    margin-top: 20px;
    font-size: 10px;
  }
}
.footer .sns-logo {
  display: none;
}
@media (max-width: 768px) {
  .footer .sns-logo {
    display: inline-block;
    margin-top: 20px;
    margin-right: 1em;
    width: 30px;
  }
}

: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: "新丸ゴ M", "Shin Maru Go Medium";
  --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;
}

.swiper-wrapper {
  /* またはこちらを試す */
  /* ちらつき軽減の定番CSS */
  transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.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: 1000px;
  width: 100%;
}
.wrapper .heading__img__wrapper {
  z-index: 5;
  margin-top: 90px;
  margin-bottom: 120px;
  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: 60px;
  }
}
.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;
  text-align: center;
  font-family: "新丸ゴ B", "Shin Maru Go Bold";
  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;
}