@charset "UTF-8";
@font-face {
  font-family: "serif-regular";
  src: url("./font/NotoSerifJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "serif-bold";
  src: url("./font/NotoSerifJP-Bold.otf") format("opentype");
}
@font-face {
  font-family: "sans-regular";
  src: url("./font/NotoSansJP-Regular.otf") format("opentype");
}
html {
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "serif-regular";
}

.container {
  max-width: calc(1000px + var(--bs-gutter-x, 1.5rem));
}

img {
  image-rendering: -webkit-optimize-contrast;
}

a {
  color: #000000;
  text-decoration: none;
}

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

h {
  margin: 0;
}

p {
  margin: 0;
}

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

/*ハンバーガー start*/
.toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1031;
  background-image: url("../images/bg_bk.jpg");
  height: 100%;
  width: 16%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 60px;
  display: none;
}
@media screen and (max-width: 1060px) {
  .toggle {
    display: flex;
  }
}
.toggle span {
  display: block;
  width: 24px;
  border-bottom: solid 2px #FFFFFF;
  transition: 0.35s ease-in-out;
  padding-top: 7px;
}
.toggle.active span:nth-child(1) {
  transform: rotate(-45deg);
  width: 32px;
  padding: 0;
}
.toggle.active span:nth-child(2) {
  transform: rotate(45deg);
  width: 32px;
  padding: 0;
  margin-top: -1px;
}
.toggle.active span:nth-child(3) {
  display: none;
}

.navbarCollapse {
  width: 100%;
  transform: translateY(-300%);
  z-index: 2;
  transition: all 0.8s;
  position: fixed;
  background-image: url("../images/bg_wh.jpg");
  overflow-y: scroll;
  display: none;
}
@media screen and (max-width: 1060px) {
  .navbarCollapse {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .navbarCollapse {
    padding-bottom: 66px;
  }
}

.navbarCollapse.active {
  transform: translateY(0%);
  height: 100%;
}
.navbarCollapse.active > ul {
  max-width: 300px;
  width: 100%;
  margin: auto;
  padding: 38px 0;
  font-size: 16px;
}
.navbarCollapse.active > ul .subnav-content {
  font-size: 15px;
  padding: 18px;
}
.navbarCollapse.active > ul .subnav-content ul li {
  padding-bottom: 18px;
}
.navbarCollapse.active > ul .subnav-content ul li .material-icons {
  font-size: 15px;
}
.navbarCollapse.active > ul .subnav-content.lang {
  padding-top: 0;
}
.navbarCollapse.active > ul .subnav-content.lang ul {
  background-image: url("../images/bg_bk.jpg");
  display: flex;
  justify-content: center;
  padding: 0.5rem 0;
}
.navbarCollapse.active > ul .subnav-content.lang ul li {
  padding: 0 1.25rem;
  width: 33.3333333333%;
  text-align: center;
}
.navbarCollapse.active > ul .subnav-content.lang ul li a {
  color: #666666;
}
.navbarCollapse.active > ul .subnav-content.lang ul li a.active {
  color: #FFFFFF;
  text-decoration: underline;
}
.navbarCollapse.active > ul .subnav-content.lang ul li:nth-of-type(2) {
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
}

/*ハンバーガー　end*/
header .bg-header-top {
  background-color: transparent;
}
header .bg-header-top:before {
  content: "";
  background-color: #000000;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
header .bg-header-top .navbar-nav > li > a {
  color: #FFFFFF;
}
header nav {
  font-family: "serif-bold";
  background-color: #FFFFFF;
}
header nav.navbar {
  padding: 0;
  align-items: stretch;
}
header nav .header-logo {
  padding: 0.8125rem 0;
  padding-left: calc(1.29375rem + 0.525vw);
}
header nav .header-logo img {
  max-width: 185px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  header nav .header-logo img {
    max-width: 138px;
  }
}
@media (min-width: 1200px) {
  header nav .header-logo {
    padding-left: 1.6875rem;
  }
}
header nav .navbar-nav {
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1060px) {
  header nav .navbar-nav {
    display: none;
  }
}
header nav .navbar-nav li {
  height: 100%;
}
header nav .navbar-nav li a {
  padding: 0.8125rem 1.25rem;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
}
header nav .navbar-nav li.subnav:hover .subnav-content {
  display: block;
  animation: cssOpacity 0.3s linear 0s;
}
header nav .navbar-nav li .subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-image: url("../images/bg_wh.jpg");
  width: 100%;
  z-index: 1;
}
header nav .navbar-nav li .subnav-content ul {
  display: flex;
  justify-content: center;
}
header nav .navbar-nav li .subnav-content ul li a {
  padding-top: calc(1.3125rem + 0.75vw);
  padding-bottom: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  header nav .navbar-nav li .subnav-content ul li a {
    padding-top: 1.875rem;
  }
}
@media (min-width: 1200px) {
  header nav .navbar-nav li .subnav-content ul li a {
    padding-bottom: 1.875rem;
  }
}
header nav .navbar-nav li .subnav-content ul li a span {
  padding-right: 0.4375rem;
}
header nav .lang {
  background-image: url("../images/bg_bk.jpg");
  display: flex;
  align-items: center;
  padding: 0.8125rem 0;
  padding: 0.625rem;
}
@media screen and (max-width: 1060px) {
  header nav .lang {
    display: none;
  }
}
header nav .lang li {
  padding: 0 0.75rem;
}
header nav .lang li a {
  color: #666666;
}
header nav .lang li a.active {
  color: #FFFFFF;
  text-decoration: underline;
}
header nav .lang li:nth-of-type(2) {
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
}

footer {
  border-top: 1px solid #E2E2E2;
  overflow: hidden;
}
footer .sns ul {
  justify-content: center;
  --bs-gutter-x: 1rem;
  padding: calc(1.3125rem + 0.75vw) 0;
}
@media (min-width: 1200px) {
  footer .sns ul {
    padding: 1.875rem 0;
  }
}
footer .sns ul li a img {
  max-width: 38px;
  width: 100%;
}
footer .footer__wrap {
  background-image: url("../images/bg_bk.jpg");
  padding: calc(1.4375rem + 2.25vw) 0;
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  footer .footer__wrap {
    padding: 3.125rem 0;
  }
}
footer .footer__title, footer .footer__address {
  text-align: center;
}
footer .footer__title img {
  max-width: 171px;
}
footer .footer__address {
  font-size: 13px;
  line-height: 2;
  padding: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  footer .footer__address {
    padding: 2.5rem;
  }
}
footer .footer__address p a {
  color: #FFFFFF !important;
  text-decoration: none !important;
}
footer .footer__menu-list {
  --bs-gutter-x: 8rem;
}
@media screen and (max-width: 991px) {
  footer .footer__menu-list {
    display: block;
  }
}
footer .footer__menu-list li {
  border-left: 1px solid #FFFFFF;
}
@media screen and (max-width: 991px) {
  footer .footer__menu-list li {
    border: 0;
    border-top: 1px solid #FFFFFF;
    padding-top: calc(1.28125rem + 0.375vw);
    padding-bottom: calc(1.28125rem + 0.375vw);
  }
}
@media screen and (max-width: 991px) and (min-width: 1200px) {
  footer .footer__menu-list li {
    padding-top: 1.5625rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 1200px) {
  footer .footer__menu-list li {
    padding-bottom: 1.5625rem;
  }
}
footer .footer__menu-list li:last-of-type {
  border-right: 1px solid #FFFFFF;
}
@media screen and (max-width: 991px) {
  footer .footer__menu-list li:last-of-type {
    border: 0;
    border-top: 1px solid #FFFFFF;
  }
}
footer .footer__menu-list li:nth-child(3) .footer__menu-link {
  padding: 0.45rem 0;
}
footer .footer__menu-list li:nth-child(3) .footer__menu-link:nth-child(3) {
  width: 100%;
}
footer .footer__menu-list li:nth-child(3) .footer__menu-link:nth-child(4) {
  width: 100%;
}
footer .footer__menu-list li:nth-child(3) .footer__menu-link:nth-child(5) {
  width: 100%;
}
footer .footer__menu-title {
  text-align: center;
  font-size: 0.875rem;
  padding-bottom: 1.25rem;
}
footer .footer__menu-title a p {
  color: #FFFFFF;
}
footer .footer__menu-sub {
  font-size: 0.8125rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  footer .footer__menu-sub {
    max-width: 240px;
    width: 100%;
    margin: auto;
  }
}
footer .footer__menu-sub p {
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
footer .footer__menu-sub p .material-icons {
  font-size: 0.8125rem;
  padding: 0 0.9375rem;
}
footer .footer__menu-sub .pc--open {
  display: block;
}
@media screen and (max-width: 991px) {
  footer .footer__menu-sub .pc--open {
    display: none;
  }
}
footer .footer__menu-sub .pc--close {
  display: none;
}
@media screen and (max-width: 991px) {
  footer .footer__menu-sub .pc--close {
    display: block;
  }
}
footer .footer__menu-link {
  padding: 0.625rem 0;
  width: 50%;
}

.copyright {
  background-image: url(../images/bg_wh.jpg);
  padding: 0.9375rem 0;
  font-size: 0.75rem;
  text-align: center;
}

.back-to-top {
  position: fixed;
  right: 5%;
  bottom: 7%;
  width: 21px;
  height: 117px;
  z-index: 2;
  display: none;
}
@media screen and (max-width: 991px) {
  .back-to-top {
    display: block;
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }
}
.back-to-top:before {
  content: "";
  display: block;
  width: 21px;
  height: 117px;
  background-image: url(../images/page-top.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .back-to-top:before {
    margin: auto;
  }
}

#top {
  /*
  各種申し込みここから ==========================================================================*/
}
#top .main-visual {
  position: relative;
  opacity: 0;
  animation: cssOpacity 4s 1 ease-in-out forwards;
  height: 100vh;
}
@media screen and (max-width: 480px) {
  #top .main-visual {
    overflow: hidden;
  }
}
@keyframes cssOpacity {
  from {
    opacity: 0;
    filter: blur(10px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
#top .main-visual__logo {
  animation: mainLogoFadeIn 2s ease 1s both;
  animation-delay: 2s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@keyframes mainLogoFadeIn {
  0% {
    opacity: 0;
    filter: blur(60px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
#top .main-visual__scroll {
  position: absolute;
  writing-mode: vertical-rl;
  bottom: 0;
  z-index: 1;
  right: 0;
  padding-right: 6%;
  padding-bottom: 7%;
  font-family: "serif-bold";
  font-size: 0.6875rem;
  color: #FFFFFF;
}
@media screen and (max-width: 480px) {
  #top .main-visual__scroll {
    padding-bottom: 20%;
  }
}
#top .main-visual__scroll--inner span {
  background-image: url("../images/top/arrow-bottom.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  animation: sdb 2s infinite;
  width: 8px;
  display: block;
}
@keyframes sdb {
  0% {
    height: 0;
    opacity: 0;
  }
  50% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}
#top .main-visual .slideshow * {
  outline: none;
}
#top .main-visual .slideshow .item img {
  width: 100%;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.3);
  height: 100vh;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}
#top .main-visual .slideshow .item.slick-active img {
  transform: scale(1);
  animation: cssAnimation 8s 1 ease-in-out forwards;
}
@keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.3) translate(0px);
  }
}
#top .news {
  background-image: url("../images/bg_wh.jpg");
  padding: calc(1.75rem + 6vw) 0;
}
@media (min-width: 1200px) {
  #top .news {
    padding: 6.25rem 0;
  }
}
#top .news .container > ul > li {
  padding-right: calc(var(--bs-gutter-x));
  padding-left: calc(var(--bs-gutter-x));
}
@media screen and (max-width: 768px) {
  #top .news .container > ul > li {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
}
#top .news .container > ul > li:first-of-type {
  padding-left: 0;
}
#top .news .container > ul > li:last-of-type {
  padding-right: 0;
}
#top .news__title {
  text-align: center;
}
#top .news__title img {
  margin-bottom: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
  #top .news__title img {
    margin-bottom: 3.125rem;
  }
}
#top .news__title a {
  font-size: 0.875rem;
  padding: 0.625rem 1.25rem;
  background-image: url("../images/bg_bk.jpg");
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top .news__title a .material-icons {
  font-size: 0.875rem;
  padding-left: 0.3125rem;
}
#top .news__list .tab-wrap {
  display: flex;
  flex-wrap: wrap;
}
#top .news__list .tab-label {
  cursor: pointer;
  color: #000000;
  background: #FFFFFF;
  padding: 6px 12px;
  order: -1;
  max-width: 120px;
  width: 100%;
  text-align: center;
  font-family: "sans-regular";
  font-size: 0.875rem;
}
@media screen and (max-width: 480px) {
  #top .news__list .tab-label {
    max-width: 118px;
  }
}
#top .news__list .tab-content {
  width: 100%;
  display: none;
  border-top: 2px solid;
  border-bottom: 2px solid;
  height: 177.5px;
}
@media screen and (max-width: 480px) {
  #top .news__list .tab-content {
    height: auto;
  }
}
#top .news__list .tab-content ul li {
  border-bottom: 2px solid #FFFFFF;
}
#top .news__list .tab-content ul li:last-of-type {
  border-bottom: 0;
}
#top .news__list .tab-content__box {
  padding: 1rem 0;
}
#top .news__list .tab-content__box .date {
  font-family: "sans-regular";
  padding-right: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  #top .news__list .tab-content__box .date {
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  #top .news__list .tab-content__box .title {
    display: block;
    padding-top: 0.5rem;
  }
}
#top .news__list .tab-switch:checked + .tab-label {
  background: url("../images/bg_bk.jpg");
  color: #FFFFFF;
}
#top .news__list .tab-switch:checked + .tab-label + .tab-content {
  display: block;
}
#top .news__list .tab-switch {
  display: none;
}
#top .news .tab-news, #top .news .tab-event, #top .news .tab-blog {
  display: none;
}
#top .news .tab-active {
  display: block;
}
#top .news__link {
  padding-top: 28px;
  text-align: center;
}
#top .news__link--inner {
  display: inline-block;
}
#top .news__link--inner a {
  font-size: 0.875rem;
  padding: 0.625rem 1.25rem;
  background-image: url("../images/bg_bk.jpg");
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top .news__link--inner a .material-icons {
  font-size: 0.875rem;
  padding-left: 0.3125rem;
}
#top .news .bnr {
  max-width: calc(1000px + var(--bs-gutter-x, 1.5rem));
  margin: calc(1.75rem + 6vw) auto 0;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
#top .news .bnr img {
  width: 100%;
}
#top .news .bnr a {
  transition: all 0.2s;
}
#top .news .bnr a:hover {
  opacity: 0.8;
}
#top .about {
  padding: calc(1.75rem + 6vw) 0;
}
@media (min-width: 1200px) {
  #top .about {
    padding: 6.25rem 0;
  }
}
#top .about__title {
  text-align: center;
  padding-bottom: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
  #top .about__title {
    padding-bottom: 3.125rem;
  }
}
#top .about__description {
  height: 305px;
  margin: auto;
  writing-mode: vertical-rl;
  line-height: 2.5;
  padding-bottom: calc(1.4375rem + 2.25vw);
  text-align: justify;
}
@media (min-width: 1200px) {
  #top .about__description {
    padding-bottom: 3.125rem;
  }
}
@media screen and (max-width: 480px) {
  #top .about__description {
    height: 290px;
    line-height: 2;
  }
}
#top .about__slider--inner .item {
  padding: 0 calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  #top .about__slider--inner .item {
    padding: 0 1.875rem;
  }
}
@media screen and (max-width: 480px) {
  #top .about__slider--inner .item {
    padding: 0 10px;
  }
}
#top .about__link--inner {
  text-align: center;
  padding: calc(1.4375rem + 2.25vw) 0 calc(1.75rem + 6vw);
}
@media (min-width: 1200px) {
  #top .about__link--inner {
    padding: 3.125rem 0 6.25rem;
  }
}
#top .about__link--inner a {
  font-size: 0.875rem;
  padding: 0.625rem 1.25rem;
  background-image: url("../images/bg_bk.jpg");
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-block;
}
#top .about__link--inner a .material-icons {
  font-size: 0.875rem;
  padding-left: 0.3125rem;
}
#top .about__other-page {
  overflow: hidden;
}
#top .about__other-page ul {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 3rem;
}
@media screen and (max-width: 768px) {
  #top .about__other-page ul {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }
}
#top .about__other-page ul li a {
  position: relative;
  display: block;
}
#top .about__other-page ul li a .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFFFFF;
}
#top .about__other-page ul li a .text h3 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  #top .about__other-page ul li a .text h3 {
    font-size: 1.5rem;
  }
}
#top .about__other-page ul li a .text p {
  font-family: "sans-regular";
  font-size: 0.625rem;
}
#top .shinsengumi {
  padding-top: calc(1.75rem + 6vw);
  background-image: url("../images/bg_wh.jpg");
}
@media (min-width: 1200px) {
  #top .shinsengumi {
    padding-top: 6.25rem;
  }
}
#top .shinsengumi__title {
  text-align: center;
  padding-bottom: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
  #top .shinsengumi__title {
    padding-bottom: 3.125rem;
  }
}
#top .shinsengumi__image {
  padding: 0;
}
#top .shinsengumi__image ul {
  justify-content: center;
}
#top .shinsengumi__image ul li a img {
  height: 100%;
}
#top .shinsengumi__btn a {
  font-size: 0.875rem;
  padding: 0.625rem 1.25rem;
  background-image: url("../images/bg_bk.jpg");
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: calc(1.3375rem + 1.05vw);
  padding-bottom: calc(1.3375rem + 1.05vw);
}
#top .shinsengumi__btn a .material-icons {
  font-size: 0.875rem;
  padding-left: 0.3125rem;
}
@media (min-width: 1200px) {
  #top .shinsengumi__btn a {
    padding-top: 2.125rem;
  }
}
@media (min-width: 1200px) {
  #top .shinsengumi__btn a {
    padding-bottom: 2.125rem;
  }
}
#top .shinsengumi__banner {
  padding-top: calc(1.4375rem + 2.25vw);
  padding-bottom: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
  #top .shinsengumi__banner {
    padding-top: 3.125rem;
  }
}
@media (min-width: 1200px) {
  #top .shinsengumi__banner {
    padding-bottom: 3.125rem;
  }
}
#top .shinsengumi__banner img.d-block {
  max-width: 370px;
  width: 100%;
}
#top .contact--area {
  background-image: url(../images/bg_wh.jpg);
  padding: 55px 0;
}
#top .contact--area .contact--title {
  text-align: center;
  color: #212529;
  font-size: 21px;
  margin-bottom: 30px;
}
#top .contact--area ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  #top .contact--area ul {
    flex-direction: column;
  }
}
#top .contact--area ul li {
  width: calc((100% - 90px) / 3);
}
@media screen and (max-width: 991px) {
  #top .contact--area ul li {
    width: calc(100% - 10vw);
    margin-bottom: 30px;
  }
}
#top .contact--area ul li a {
  position: relative;
  display: block;
  text-align: center;
  padding: 25px 0;
  border: solid 1px #212529;
  color: #212529;
  font-size: 14px;
}
#top .contact--area ul li a .material-icons {
  position: absolute;
  font-family: "Material Icons";
  top: 37%;
  right: 1vw;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  #top .contact--area ul li a .material-icons {
    right: 3vw;
  }
}/*# sourceMappingURL=top.css.map */