@charset "UTF-8";
/* 変数
------------------------------------*/
/* 外部CSS
------------------------------------*/
/* 共通パーツ
------------------------------------*/
html {
  font-size: 62.5%;
  height: 100%;
  width: 100%;
}

/* safari css hack */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 1px) {
  html {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
body {
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", Meiryo, "Noto Sans", sans-serif;
  font-feature-settings: “palt” 1;
  -webkit-font-smoothing: antialiased;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  letter-spacing: 0.075em;
  line-height: 1.2857142857;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-wrap: break-word;
  padding: 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  body {
    min-width: 320px;
    overflow-x: hidden;
  }
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

p {
  letter-spacing: 0em;
  margin: 0;
  padding: 0;
}

input {
  border-radius: 0;
}

ul, ol {
  margin: 0;
  padding: 0 0 0 1.3em;
}

a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 650px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.c-btn-menu span,
.c-footer-backToTop,
button,
input[type=submit],
a {
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
button,
input[type=button] {
  border-radius: 0;
  appearance: none;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
button::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
button::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.c-preload * {
  transition: none !important;
}

.c-header {
  padding: 0 86px 0 10px;
  z-index: 500;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header {
    padding: 0 0 0 19px;
  }
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header.is-toppage .c-header__logo {
    width: 92px;
  }
}
.c-header .c-header__inner {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 980px;
  padding: 24px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__inner {
    padding-top: 12px;
  }
}
.c-header .c-header__logo {
  display: block;
  width: 121px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__logo {
    width: 60px;
  }
}
.c-header .c-header__logo .c-header__logo-link {
  line-height: 0;
}
.c-header .c-header__logo .c-header__logo-link:hover {
  opacity: 1;
}
.c-header .c-header__menu {
  display: flex;
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__menu {
    display: none;
  }
}
.c-header .c-header__menu .c-header__menu-items {
  position: relative;
}
.c-header .c-header__menu .c-header__menu-link {
  color: #000000;
  display: block;
  font-size: 1.4rem;
  font-weight: 200;
  letter-spacing: 0;
  line-height: 1.9rem;
  pointer-events: visible;
  position: relative;
  white-space: nowrap;
}
.c-header .c-header__menu .c-header__menu-link:hover {
  opacity: 1;
}
.c-header .c-header__menu .c-header__menu-link:hover .c-header__menu-link-en {
  opacity: 1;
  pointer-events: visible;
  transition: opacity 0.3s ease-out;
}
.c-header .c-header__menu .c-header__menu-link .c-header__menu-link-ja {
  color: #000;
  display: block;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1;
  padding: 19px 16px;
  position: relative;
}
.c-header .c-header__menu .c-header__menu-link .c-header__menu-link-en {
  align-items: center;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-family: "Prompt", sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 700;
  height: 51px;
  justify-content: center;
  letter-spacing: 0.05em;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: calc(50% - 42px);
  top: 44px;
  transition: opacity 0.3s ease-out;
  width: 84px;
}
.c-header .c-header__menu .c-header__menu-link .c-header__menu-link-en::before {
  border-top: solid 0 transparent;
  border-right: solid 17px transparent;
  border-bottom: solid 22px #000;
  border-left: solid 17px transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  left: calc(50% - 17px);
  top: -7px;
  width: 0;
}
.c-header .c-header__side {
  position: fixed;
  right: 0;
  top: 95px;
  z-index: 500;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__side {
    top: 70px;
  }
}
.c-header .c-header__sns {
  list-style: none;
  padding: 25px 42px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__sns {
    padding-right: 11px;
  }
}
.c-header .c-header__sns::after {
  background-color: #000;
  content: "";
  display: block;
  height: 1px;
  margin: 4px auto 0;
  width: 25px;
}
.c-header .c-header__sns:last-of-type::after {
  display: none;
}
.c-header .c-header__sns li {
  padding: 0 0 15px;
}
.c-header .c-header__sns a {
  display: block;
  line-height: 0;
  transition: background-color 0.3s ease;
  padding: 4px;
  pointer-events: visible;
  width: 28px;
}
.c-header .c-header__sns a:hover {
  background-color: #D9D508;
}
.c-header .c-header__reservation {
  display: block;
  position: absolute;
  right: -20px;
  top: 255px;
  transition: transform 0.6s ease;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__reservation {
    right: -15px;
  }
}
.c-header .c-header__reservation.is-hide {
  transform: translate3d(100%, 0, 0);
}
.c-header .c-header__reservation a {
  position: relative;
  transition: transform 0.3s ease;
}
.c-header .c-header__reservation a:hover {
  transform: translate3d(-4px, 0, 0);
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__reservation svg {
    width: 132px;
  }
}
.c-header .c-header__hamburger {
  display: block;
  font-family: "Prompt", sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 700;
  height: 60px;
  letter-spacing: 0.1em;
  line-height: 1;
  outline: none;
  padding: 13px 5px;
  position: fixed;
  top: 0;
  right: 32px;
  transition: color 0.3s ease;
  width: 49px;
  z-index: 1500;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__hamburger {
    font-size: 1rem;
    right: 2px;
  }
}
.c-header .c-header__hamburger:hover {
  color: #D9D508;
}
.c-header .c-header__hamburger:hover svg path {
  fill: #D9D508;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__hamburger:hover.is-active {
    color: #fff;
  }
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__hamburger:hover.is-active svg path {
    fill: #fff;
  }
}
.c-header .c-header__hamburger::after {
  content: "MENU";
  white-space: nowrap;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__hamburger::after {
    margin-left: -0.4em;
  }
}
.c-header .c-header__hamburger.is-active::after {
  content: "CLOSE";
  display: inline-block;
  margin-left: -0.15em;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__hamburger.is-active::after {
    margin-left: -0.4em;
  }
}
.c-header .c-header__hamburger svg {
  display: inline-block;
  height: 24px;
  margin: 0 0 5px;
  width: 39px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__hamburger svg {
    height: auto;
    margin: 0 0 2px;
    width: 32px;
  }
}
.c-header .c-header__hamburger svg path {
  transition: fill 0.3s ease;
}

.c-footer {
  background: #fff;
  position: relative;
  width: 100%;
}
.c-footer.is-beginner {
  overflow-x: hidden;
  padding: 150px 0 0;
  position: relative;
}
.c-footer.is-beginner::before {
  background: url("images/beginners-summary-decoration01@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 184px;
  position: absolute;
  left: calc(50% - 569px);
  top: 44px;
  width: 278px;
  z-index: 100;
}
@media screen and (max-width: 650px) {
  .c-footer.is-beginner::before {
    height: 100px;
    left: calc(50% - 173px);
    top: 99px;
    width: 151px;
  }
}
.c-footer.is-beginner::after {
  background: url("images/beginners-summary-decoration02@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 183px;
  position: absolute;
  left: calc(50% + 276px);
  top: 50px;
  width: 268px;
}
@media screen and (max-width: 650px) {
  .c-footer.is-beginner::after {
    height: 99px;
    left: calc(50% + 22px);
    top: 105px;
    width: 146px;
  }
}

.c-footer-upper {
  height: 440px;
  line-height: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer-upper {
    height: 280px;
  }
}
@media screen and (max-width: 650px) {
  .c-footer-upper {
    height: 194px;
  }
}
.c-footer-upper img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.c-footer-lower {
  margin: 0 auto;
  max-width: 980px;
  padding: 78px 0 37px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer-lower {
    padding: 73px 20px 92px;
  }
}
.c-footer-lower .c-footer__logo {
  display: block;
  height: auto;
  width: 94px;
}
.c-footer-lower .c-footer__navi {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  padding: 0 130px 86px 0;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer-lower .c-footer__navi {
    padding-right: 60px;
  }
}
@media screen and (max-width: 650px) {
  .c-footer-lower .c-footer__navi {
    flex-direction: column;
    padding: 0;
  }
}
.c-footer-lower .c-footer__navi .c-footer__navi-items {
  width: 33.3333333333%;
}
@media screen and (max-width: 650px) {
  .c-footer-lower .c-footer__navi .c-footer__navi-items {
    width: 100%;
  }
}
.c-footer-lower .c-footer__menu {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  list-style: none;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer-lower .c-footer__menu {
    padding-top: 30px;
  }
}
.c-footer-lower .c-footer__menu a,
.c-footer-lower .c-footer__menu span {
  display: inline-block;
  line-height: 1.375;
  padding: 0 0 0 8px;
  position: relative;
}
.c-footer-lower .c-footer__menu a:hover,
.c-footer-lower .c-footer__menu span:hover {
  transform: translate3d(3px, 0, 0);
}
.c-footer-lower .c-footer__menu a::before,
.c-footer-lower .c-footer__menu span::before {
  border-top: solid 2px transparent;
  border-right: solid 0 transparent;
  border-bottom: solid 2px transparent;
  border-left: solid 4px #000;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  left: 0;
  top: calc(0.5em - 1px);
  width: 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer-lower .c-footer__menu a::before,
  .c-footer-lower .c-footer__menu span::before {
    top: 0.6em;
  }
}
.c-footer-lower .c-footer__menu span:hover {
  transform: translate3d(0, 0, 0);
}
.c-footer-lower .c-footer__menu > li {
  padding: 50px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer-lower .c-footer__menu > li {
    padding-top: 10px;
  }
}
.c-footer-lower .c-footer__menu > li > ul {
  font-size: 1.2rem;
  font-weight: 400;
  list-style: none;
  padding: 8px 0 0 30px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer-lower .c-footer__menu > li > ul {
    padding: 8px 0 0 12px;
  }
}
.c-footer-lower .c-footer__menu > li > ul > li {
  padding: 0 0 4px;
}
.c-footer-lower .c-footer__tel {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  line-height: 1;
  margin: 20px 0 15px;
  padding: 20px 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer-lower .c-footer__tel {
    max-width: 190px;
  }
}
.c-footer-lower .c-footer__tel .c-footer__tel-title {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
}
.c-footer-lower .c-footer__tel .c-footer__tel-number {
  display: block;
  font-family: "Prompt", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.c-footer-lower .c-footer__address {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.4166666667;
}
.c-footer-lower .c-footer__sns {
  line-height: 0;
  list-style: none;
  margin: 65px 0 0;
  padding: 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer-lower .c-footer__sns {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 67px;
  }
}
.c-footer-lower .c-footer__sns li {
  padding: 0 0 9px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer-lower .c-footer__sns li {
    padding: 0 19px 0 0;
  }
}
.c-footer-lower .c-footer__sns a {
  display: inline-block;
  padding: 3px;
  transition: background-color 0.3s ease;
}
.c-footer-lower .c-footer__sns a:hover {
  background-color: #D9D508;
}
.c-footer-lower .c-footer__reservation {
  align-items: flex-start;
  border-radius: 47px;
  color: #fff;
  display: inline-flex;
  height: 94px;
  justify-content: flex-start;
  padding: 32px 54px 28px;
  position: relative;
  width: 490px;
  z-index: 2;
}
@media screen and (max-width: 650px) {
  .c-footer-lower .c-footer__reservation {
    flex-direction: column;
    height: 87px;
    max-width: 100%;
    padding: 16px 34px 17px;
    width: 313px;
  }
}
.c-footer-lower .c-footer__reservation::before {
  background-color: #000;
  border-radius: 47px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.3s ease;
  width: 100%;
  z-index: -1;
}
.c-footer-lower .c-footer__reservation:hover::before {
  transform: scale(1.08);
}
.c-footer-lower .c-footer__reservation .c-footer__reservation-en {
  display: block;
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 650px) {
  .c-footer-lower .c-footer__reservation .c-footer__reservation-en {
    font-size: 1.7rem;
    padding-bottom: 7px;
  }
}
.c-footer-lower .c-footer__reservation .c-footer__reservation-ja {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0 0 0 18px;
}
@media screen and (max-width: 650px) {
  .c-footer-lower .c-footer__reservation .c-footer__reservation-ja {
    font-size: 1.4rem;
    padding: 0 0 7px;
  }
}
.c-footer-lower .c-footer__reservation .c-footer__reservation-arrow {
  display: inline-block;
  margin: 0 0 0 12px;
}
@media screen and (max-width: 650px) {
  .c-footer-lower .c-footer__reservation .c-footer__reservation-arrow {
    height: auto;
    margin: 0 0 2px 25px;
    vertical-align: middle;
    width: 56px;
  }
}
.c-footer-lower .c-footer__reservation .c-footer__reservation-notes {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.c-footer__copyright {
  align-items: center;
  border-top: solid 1px #000;
  color: #000;
  display: flex;
  font-family: "Prompt", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  justify-content: flex-start;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 10px calc(50vw - 490px);
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer__copyright {
    flex-direction: column;
    padding: 20px;
  }
}
@media screen and (max-width: 365px) {
  .c-footer__copyright {
    letter-spacing: 0.05em;
  }
}
.c-footer__copyright img {
  display: block;
  height: auto;
  margin: 0 17px 0 0;
  width: 188px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer__copyright img {
    margin: 0 0 17px;
  }
}

.c-scrolltop {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
  max-width: 980px;
  padding: 10px;
  pointer-events: auto;
  position: absolute;
  right: -10px;
  top: -41px;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-scrolltop {
    right: 32px;
    top: -48px;
  }
}
.c-scrolltop .c-scrolltop__picture {
  display: inline-block;
  margin: 0 0 5px;
}
.c-scrolltop:hover {
  opacity: 1;
  transform: translate3d(0, -4px, 0);
}

.c-headline__page-small, .c-headline__page-middle {
  display: block;
  position: relative;
  text-align: center;
}
.c-headline__page-small.is-no-decoration::before, .is-no-decoration.c-headline__page-middle::before {
  display: none;
}
.c-headline__page-small.is-no-decoration::after, .is-no-decoration.c-headline__page-middle::after {
  display: none;
}
@media screen and (max-width: 650px) {
  .c-headline__page-small.is-no-decoration-sp::before, .is-no-decoration-sp.c-headline__page-middle::before {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .c-headline__page-small.is-no-decoration-sp::after, .is-no-decoration-sp.c-headline__page-middle::after {
    display: none;
  }
}
.c-headline__page-small::before, .c-headline__page-middle::before {
  background: url("images/headline-image01@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 42px;
  position: absolute;
  left: calc(50% - 160px);
  top: 13px;
  width: 51px;
}
@media screen and (max-width: 650px) {
  .c-headline__page-small::before, .c-headline__page-middle::before {
    height: 28px;
    left: calc(50% - 124px);
    top: 18px;
    width: 34px;
  }
}
.c-headline__page-small::after, .c-headline__page-middle::after {
  background: url("images/headline-image02@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 56px;
  position: absolute;
  left: calc(50% + 92px);
  top: 5px;
  width: 56px;
}
@media screen and (max-width: 650px) {
  .c-headline__page-small::after, .c-headline__page-middle::after {
    height: 38px;
    left: calc(50% + 86px);
    top: 12px;
    width: 38px;
  }
}
.c-headline__page-small .c-headline__page-comment, .c-headline__page-middle .c-headline__page-comment {
  display: block;
  font-family: "Lucida Bright", serif;
  font-size: 1.6rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 17px;
  position: relative;
}
.c-headline__page-small .c-headline__page-comment::before, .c-headline__page-middle .c-headline__page-comment::before {
  background: url("images/headline-slash.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 31px;
  position: absolute;
  left: calc(50% - 78px);
  top: -8px;
  width: 20px;
}
.c-headline__page-small .c-headline__page-comment::after, .c-headline__page-middle .c-headline__page-comment::after {
  background: url("images/headline-slash.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 31px;
  position: absolute;
  left: calc(50% + 56px);
  top: -8px;
  transform: scale(-1, 1);
  width: 20px;
}
.c-headline__page-small .c-headline__page-en, .c-headline__page-middle .c-headline__page-en {
  padding: 0 0 3px;
}
.c-headline__page-small .c-headline__page-ja, .c-headline__page-middle .c-headline__page-ja {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}

.c-headline__page-middle::before {
  left: calc(50% - 200px);
  top: 26px;
}
@media screen and (max-width: 650px) {
  .c-headline__page-middle::before {
    left: calc(50% - 150px);
  }
}
.c-headline__page-middle::after {
  left: calc(50% + 150px);
  top: 20px;
}
@media screen and (max-width: 650px) {
  .c-headline__page-middle::after {
    left: calc(50% + 115px);
  }
}
.c-headline__page-middle.is-beginner::before {
  background: url("images/beginners-headline-image01@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 194px;
  position: absolute;
  left: calc(50% - 360px);
  top: 43px;
  width: 208px;
}
@media screen and (max-width: 650px) {
  .c-headline__page-middle.is-beginner::before {
    height: 99px;
    left: calc(50% - 224px);
    top: 58px;
    width: 106px;
  }
}
.c-headline__page-middle.is-beginner::after {
  background: url("images/beginners-headline-image02@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 212px;
  position: absolute;
  left: calc(50% + 152px);
  top: 45px;
  width: 179px;
}
@media screen and (max-width: 650px) {
  .c-headline__page-middle.is-beginner::after {
    height: 120px;
    left: calc(50% + 66px);
    top: 52px;
    width: 100px;
  }
}
.c-headline__page-middle.is-beginner .c-headline__page-ja {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5714285714;
}
@media screen and (max-width: 650px) {
  .c-headline__page-middle.is-beginner .c-headline__page-ja {
    font-size: 1.8rem;
    line-height: 1;
  }
}
.c-headline__page-middle.is-white {
  color: #fff;
}
.c-headline__page-middle.is-white .c-headline__page-comment::before {
  background-image: url("images/headline-slash-white.svg");
}
.c-headline__page-middle.is-white .c-headline__page-comment::after {
  background-image: url("images/headline-slash-white.svg");
}
.c-headline__page-middle.is-small {
  margin: 0 auto;
  width: 172px;
}
.c-headline__page-middle.is-small .c-headline__page-comment {
  font-size: 1.8rem;
  padding: 0 0 10px;
}
.c-headline__page-middle.is-small .c-headline__page-comment::before {
  height: 34px;
  left: calc(50% - 80px);
  top: -9px;
  width: 22px;
}
.c-headline__page-middle.is-small .c-headline__page-comment::after {
  height: 34px;
  left: calc(50% + 57px);
  top: -9px;
  width: 22px;
}
.c-headline__page-middle .c-headline__page-comment {
  font-size: 2.4rem;
  padding: 0 0 22px;
}
@media screen and (max-width: 650px) {
  .c-headline__page-middle .c-headline__page-comment {
    font-size: 1.9rem;
    padding: 0 0 16px;
  }
}
.c-headline__page-middle .c-headline__page-comment::before {
  height: 47px;
  left: calc(50% - 114px);
  top: -14px;
  width: 31px;
}
@media screen and (max-width: 650px) {
  .c-headline__page-middle .c-headline__page-comment::before {
    height: 38px;
    left: calc(50% - 94px);
    top: -12px;
    width: 25px;
  }
}
.c-headline__page-middle .c-headline__page-comment::after {
  height: 47px;
  left: calc(50% + 86px);
  top: -14px;
  width: 31px;
}
@media screen and (max-width: 650px) {
  .c-headline__page-middle .c-headline__page-comment::after {
    height: 38px;
    left: calc(50% + 69px);
    top: -12px;
    width: 25px;
  }
}
.c-headline__page-middle .c-headline__page-en {
  padding: 0;
}
@media screen and (max-width: 650px) {
  .c-headline__page-middle .c-headline__page-en {
    padding: 0 0 2px;
    width: 204px;
  }
}
.c-headline__page-middle .c-headline__page-ja {
  font-size: 1.8rem;
  margin: -12px 0 0;
}
@media screen and (max-width: 650px) {
  .c-headline__page-middle .c-headline__page-ja {
    font-size: 1.4rem;
  }
}

.c-contents__slider {
  height: 372px;
  margin: 0 19px 0 0;
  min-height: 372px;
  overflow: visible;
  width: 58.125%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-contents__slider {
    height: 53.6vw;
    margin: 0 calc(50% - 50vw) 70px;
    max-width: 744px;
    min-height: 0;
    width: 88.8vw;
  }
}
.c-contents__slider img {
  border-radius: 0 241px 241px 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.c-contents__slider .c-contents__slider-dots {
  bottom: -38px;
}
.c-contents__slider .c-contents__slider-dots .swiper-pagination-bullet {
  background-color: #D9D508;
  height: 9px;
  opacity: 0.5;
  width: 9px;
}
.c-contents__slider .c-contents__slider-dots .swiper-pagination-bullet-active {
  background-color: #D9D508;
  opacity: 1;
}

.c-wrap {
  display: block;
  margin: -146px 0 0;
  overflow: hidden;
  width: 100vw;
}

.c-contents {
  margin: 185px auto 0;
  max-width: 980px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-contents {
    padding: 0 20px;
  }
}
.c-contents .c-contents__header {
  position: relative;
}
.c-contents .c-contents__kv {
  align-items: flex-start;
  display: flex;
  margin: 0 calc(50% - 50vw);
  padding: 0 0 58px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-contents .c-contents__kv {
    flex-direction: column;
    margin: 0;
    padding: 0 0 53px;
  }
}
.c-contents .c-contents__kv.is-bg {
  position: relative;
}
.c-contents .c-contents__kv.is-bg::before {
  background: url("images/bg-wall@2x.jpg") no-repeat center center/cover;
  content: "";
  display: block;
  height: calc(100% + 182px);
  position: absolute;
  left: 0;
  top: -182px;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-contents .c-contents__kv.is-bg::before {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.c-contents .c-contents__kv.is-pc-align-center {
  align-items: center;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-contents .c-contents__kv.is-pc-align-center {
    align-items: flex-start;
  }
}
.c-contents .c-contents__kv .c-contents__body {
  padding: 60px 0 0;
  width: 335px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-contents .c-contents__kv .c-contents__body {
    padding: 0 60px 0 0;
    width: 100%;
  }
}
.c-contents .c-contents__kv .c-contents__headline {
  padding: 0 0 24px;
}
@media screen and (max-width: 650px) {
  .c-contents .c-contents__kv .c-contents__headline {
    padding: 0 0 30px;
  }
}
.c-contents .c-contents__kv .c-contents__headline .c-contents__headline-sub {
  border-bottom: solid 5px #000;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 0 18px;
  padding: 0 0 10px;
}
@media screen and (max-width: 650px) {
  .c-contents .c-contents__kv .c-contents__headline .c-contents__headline-sub {
    font-size: 1.6rem;
    margin: 0 0 9px;
    padding: 0 0 5px;
  }
}
.c-contents .c-contents__kv .c-contents__headline .c-contents__headline-main {
  border-bottom: solid 5px #000;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding: 0 0 2px;
}
@media screen and (max-width: 650px) {
  .c-contents .c-contents__kv .c-contents__headline .c-contents__headline-main {
    font-size: 2.2rem;
  }
}
.c-contents .c-contents__kv .c-contents__text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5555555556;
}
@media screen and (max-width: 650px) {
  .c-contents .c-contents__kv .c-contents__text {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.c-contents .c-contents__kv .c-contents__text a {
  text-decoration: underline;
}
.c-contents .c-contents__kv .c-contents__text a:hover {
  text-decoration: none;
}

.c-bg-gray {
  background: #F2F0F0;
}

.c-bg-white {
  background: #fff;
}

.wp-block-group {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .wp-block-group {
    padding: 0 20px;
  }
}
.wp-block-group .wp-block-group__inner-container {
  margin: 0 auto;
  max-width: 980px;
}

.c-breadcrumb {
  display: flex;
  font-size: 1.2rem;
  line-height: 1.5rem;
  list-style: none;
  padding: 0 0 13px;
}
.c-breadcrumb li {
  padding: 0 0.5em 0 0;
}
.c-breadcrumb li::after {
  content: " >";
}
.c-breadcrumb li:last-child::after {
  display: none;
}

.c-hr__default {
  border: none;
  border-bottom: solid 1px #000;
  width: 100%;
}

.c-pager {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 0 0 auto;
  max-width: 980px;
  padding: 0 0 50px;
  text-align: center;
}
.c-pager .page-numbers {
  align-items: center;
  background: #000;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 1.1rem;
  font-family: "Nuito Sans", sans-serif;
  font-weight: 400;
  height: 28px;
  justify-content: center;
  letter-spacing: -0.075em;
  margin: 0 6px;
  width: 29px;
}
@media screen and (max-width: 365px) {
  .c-pager .page-numbers {
    height: 24px;
  }
}
.c-pager .page-numbers:hover {
  background: #D9D508;
  color: #fff;
  opacity: 1;
}
.c-pager .page-numbers.current {
  background: #D9D508;
  color: #fff;
}
.c-pager .page-numbers.prev, .c-pager .page-numbers.next {
  background: transparent;
  border-radius: 0;
  border-right: solid 6px #000;
  border-top: solid 6px #000;
  height: 18px;
  margin: 5px 5px 0 0;
  transform: rotate(-135deg);
  width: 18px;
}
.c-pager .page-numbers.next {
  margin: 5px 0 0 5px;
  transform: rotate(45deg);
}
.c-pager .page-numbers.next:hover {
  background: none;
  color: #000;
}
.c-pager .page-numbers.dots {
  background: transparent;
  color: #000;
  font-weight: 700;
  width: auto;
}
.c-pager .page-numbers.dots:hover {
  background: none;
  color: #000;
}

.c-loader {
  align-items: center;
  background-color: #fff;
  display: block;
  height: 100%;
  justify-content: center;
  opacity: 1;
  pointer-events: visible;
  position: fixed;
  left: 0;
  top: 0;
  transition: opacity 0.6s ease-out 1.6s;
  width: 100%;
  z-index: 2000;
}
.c-loader.is-hide {
  display: none;
}
.c-loader.is-fadeout {
  opacity: 0;
  pointer-events: none;
}
.c-loader.is-play .c-loader__mask {
  opacity: 0;
}
.c-loader.is-play .c-loader__small {
  animation: loaderSmall 1.2s linear 0s forwards;
}
.c-loader.is-play .c-loader__medium {
  animation: loaderMedium 1.2s linear 1.25s forwards;
}
.c-loader.is-play .c-loader__large {
  animation: loaderLarge 1.2s linear 2.5s forwards;
}
.c-loader.is-play .c-loader__logo {
  animation: loaderLogo 0.6s linear 3.7s forwards;
}
.c-loader .c-loader__mask {
  background-color: #fff;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.c-loader .c-loader__small {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.c-loader .c-loader__small svg {
  height: 130vh;
  width: auto;
}
.c-loader .c-loader__medium {
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.c-loader .c-loader__medium svg {
  height: 130vh;
  width: auto;
}
.c-loader .c-loader__large {
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.c-loader .c-loader__large svg {
  height: 130vh;
  width: auto;
}
.c-loader .c-loader__logo {
  align-items: center;
  display: flex;
  height: 100%;
  opacity: 0;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.c-loader .c-loader__logo svg {
  height: auto;
  width: 280px;
}
@media screen and (max-width: 650px) {
  .c-loader .c-loader__logo svg {
    width: 170px;
  }
}

@keyframes loaderSmall {
  0% {
    opacity: 1;
    transform: translate3d(-5vh, 5vh, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(5vh, -5vh, 0);
  }
}
@keyframes loaderMedium {
  0% {
    opacity: 1;
    transform: translate3d(5vh, 5vh, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-5vh, -5vh, 0);
  }
}
@keyframes loaderLarge {
  0% {
    opacity: 1;
    transform: translate3d(-5vh, -5vh, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(5vh, 5vh, 0);
  }
}
@keyframes loaderLogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scaleOut {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.95);
  }
}
.c-contents-slider {
  height: auto;
  width: 46.797vw;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-contents-slider {
    margin-bottom: 50px;
    height: 74vw;
    max-height: 597px;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .c-contents-slider {
    height: 81vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-contents-slider.is-no-slider {
    height: auto;
  }
}
@media screen and (max-width: 650px) {
  .c-contents-slider.is-no-slider {
    height: auto;
  }
}
.c-contents-slider .c-contents-slider__photo {
  border-radius: 241px 0 0 241px;
  display: block;
  height: 35.313vw;
  max-height: 452px;
  line-height: 0;
  margin: 0 0 35px;
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
  width: 46.797vw;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-contents-slider .c-contents-slider__photo {
    height: 53.333vw;
    margin: 0 0 20px;
    width: 100%;
  }
}
.c-contents-slider .c-contents-slider__photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.c-contents-slider .c-contents-slider__sub .slick-list {
  padding: 0 !important;
}
.c-contents-slider .c-contents-slider__sub .slick-list .slick-track {
  left: 0 !important;
  margin: 0 auto;
  max-width: 495px;
}
@media screen and (max-width: 650px) {
  .c-contents-slider .c-contents-slider__sub .slick-list .slick-track {
    width: 100% !important;
  }
}
.c-contents-slider .c-contents-slider__sub .slick-list .slick-track .slick-slide {
  margin: 0 7px 0 0;
  max-width: 157px;
}
@media screen and (max-width: 650px) {
  .c-contents-slider .c-contents-slider__sub .slick-list .slick-track .slick-slide {
    margin: 0 5px 0 0;
    width: 31.9402985075%;
  }
  .c-contents-slider .c-contents-slider__sub .slick-list .slick-track .slick-slide:last-of-type {
    margin: 0;
  }
}
.c-contents-slider .c-contents-slider__sub .slick-list .slick-track .slick-slide .c-contents-slider__thumbnails {
  border-radius: 122px;
  height: 124px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-contents-slider .c-contents-slider__sub .slick-list .slick-track .slick-slide .c-contents-slider__thumbnails {
    height: 22.667vw;
    max-height: 124px;
  }
}
.c-contents-slider .c-contents-slider__sub .slick-list .slick-track .slick-slide .c-contents-slider__thumbnails img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.c-button__reservation {
  display: block;
  margin: 0 auto;
  padding: 19px 0;
  position: relative;
  text-align: center;
  width: 405px;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .c-button__reservation {
    padding: 19px 0;
    width: 247px;
  }
}
.c-button__reservation::before {
  background-color: #000;
  border-radius: 47px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.3s ease;
  width: 100%;
  z-index: -1;
}
.c-button__reservation:hover::before {
  transform: scale(1.08);
}
.c-button__reservation .c-button__reservation-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0 0 5px;
}
@media screen and (max-width: 650px) {
  .c-button__reservation .c-button__reservation-title {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 0 0 5px;
  }
}
.c-button__reservation .c-button__reservation-text {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 650px) {
  .c-button__reservation .c-button__reservation-text {
    font-size: 1rem;
  }
}

.c-button__link {
  color: #1E87B9;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  display: block;
  padding: 7px 0;
  text-align: center;
  text-decoration: underline;
}
@media screen and (max-width: 650px) {
  .c-button__link {
    padding: 0 0 25px;
  }
}
.c-button__link:hover {
  text-decoration: none;
}

.c-button__toggle {
  background-color: #D9D508;
  border-radius: 16px;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  height: 57px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 auto;
  padding: 22px 0;
  position: relative;
  text-align: center;
  width: 296px;
  z-index: 2;
}
.c-button__toggle::after {
  background: url("images/icon-plus.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 13px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transition: background-image 0s linear 0.4s;
  width: 13px;
}
.c-button__toggle:hover {
  opacity: 0.6;
}
.c-button__toggle.is-clicked::after {
  background-image: url("images/icon-minus.svg");
}

.c-button__ghost {
  border: solid 3px #777777;
  border-radius: 58px;
  color: #777777 !important;
  display: inline-block;
  font-size: 1.8rem;
  margin: 10px;
  padding: 15px 38px;
  text-decoration: none !important;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-button__ghost {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 650px) {
  .c-button__ghost {
    padding: 12px 28px;
  }
}
.c-button__ghost:hover {
  opacity: 0.6;
}

/* デフォルトtable */
.c-table__default {
  border-collapse: collapse;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 15px;
}
@media screen and (max-width: 650px) {
  .c-table__default {
    display: none;
  }
}
.c-table__default.is-th-many tbody tr:first-child th:first-child {
  border-bottom: solid 1px #D1D1D1;
  border-radius: 23px 0 0 0;
}
.c-table__default.is-th-many tbody tr:last-child th:first-child {
  border-bottom: none;
  border-radius: 0 0 0 23px;
}
.c-table__default.is-th-many tbody tr th:first-child {
  padding: 15px 0;
}
.c-table__default thead tr th {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-table__default thead tr th {
    font-size: 1rem;
  }
}
.c-table__default thead tr th.is-value {
  background: #CDE6A1;
  border-radius: 23px 0 0 0;
}
.c-table__default thead tr th.is-regular {
  background: #F2E393;
}
.c-table__default thead tr th.is-high {
  background: #E5AE96;
  border-radius: 0 23px 0 0;
}
.c-table__default tbody tr:first-child th:first-child {
  border-bottom: 0;
  border-radius: 23px 0 0 23px;
  padding: 15px 0;
}
.c-table__default tbody tr:last-child td {
  border-bottom: none;
}
.c-table__default tbody tr:last-child td:last-child {
  border-radius: 0 0 23px 0;
}
.c-table__default tbody tr th {
  background-color: #fff;
  border-bottom: solid 1px #D1D1D1;
  border-right: solid 1px #D1D1D1;
  line-height: 1.8333333333;
}
.c-table__default tbody tr th.is-no-border {
  border-bottom: none;
}
.c-table__default tbody tr th img {
  margin: 0 0 8px;
}
.c-table__default tbody tr td {
  border-bottom: solid 1px #D1D1D1;
  text-align: center;
}
.c-table__default tbody tr td.is-no-border {
  border-bottom: none;
}
.c-table__default tbody tr td.is-value {
  background: #F2FAE4;
  border-right: solid 1px #D1D1D1;
}
.c-table__default tbody tr td.is-regular {
  background: #FCF9DA;
  border-right: solid 1px #D1D1D1;
}
.c-table__default tbody tr td.is-high {
  background: #FCEBDA;
  border-radius: 0;
}

.c-table__calendar {
  border-spacing: 4px 7px;
  margin: 0 auto;
  table-layout: fixed;
  text-align: center;
}
.c-table__calendar thead tr th {
  font-size: 1.4rem;
  font-weight: 700;
  height: 29px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 650px) {
  .c-table__calendar thead tr th {
    font-size: 1.6rem;
    height: 38px;
    width: 38px;
  }
}
.c-table__calendar thead tr th:first-child {
  color: #E36B38;
}
.c-table__calendar thead tr th:last-child {
  color: #6BC3EC;
}
.c-table__calendar tbody tr td {
  font-family: "Noto Sans", sans-serif;
  background: #CDE6A1;
  border-radius: 50%;
  empty-cells: hide;
  font-size: 1.7rem;
  font-weight: 700;
  height: 34px;
  line-height: 0;
  position: relative;
  width: 34px;
}
@media screen and (max-width: 650px) {
  .c-table__calendar tbody tr td {
    height: 38px;
    width: 38px;
  }
}
.c-table__calendar tbody tr td:first-child {
  color: #E36B38;
}
.c-table__calendar tbody tr td.is-regular {
  background: #F2E393;
}
.c-table__calendar tbody tr td.is-high {
  background: #E5AE96;
}
.c-table__calendar tbody tr td.is-closed {
  background: #D6D6D6;
}

.c-drawer {
  background: #fff;
  border-radius: 30px 0 0 30px;
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 810px;
  overflow-y: scroll;
  padding: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.3s ease-out;
  width: 100%;
  z-index: 1100;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-drawer {
    max-width: 335px;
  }
}
@media screen and (max-width: 365px) {
  .c-drawer {
    max-width: none;
  }
}
.c-drawer.is-active {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.5);
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-pc-menu {
    display: none;
  }
}

.c-pc-menu__header {
  position: absolute;
  left: 32px;
  top: 26px;
}

.c-pc-menu__main {
  padding: 46px 0 30px 130px;
}

.c-pc-menu__navi {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  padding: 0 20px 86px 0;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-pc-menu__navi {
    padding-right: 60px;
  }
}
@media screen and (max-width: 650px) {
  .c-pc-menu__navi {
    flex-direction: column;
    padding: 0;
  }
}
.c-pc-menu__navi .c-pc-menu__navi-items {
  width: 33.3333333333%;
}

.c-pc-menu__menu {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  list-style: none;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-pc-menu__menu {
    padding-top: 30px;
  }
}
.c-pc-menu__menu a {
  display: inline-block;
  line-height: 1.375;
  padding: 0 0 0 8px;
  position: relative;
}
.c-pc-menu__menu a:hover {
  transform: translate3d(3px, 0, 0);
}
.c-pc-menu__menu a::before {
  border-top: solid 2px transparent;
  border-right: solid 0 transparent;
  border-bottom: solid 2px transparent;
  border-left: solid 4px #000;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  left: 0;
  top: calc(0.5em + 3px);
  width: 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-pc-menu__menu a::before {
    top: 0.6em;
  }
}
.c-pc-menu__menu > li {
  padding: 40px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-pc-menu__menu > li {
    padding-top: 10px;
  }
}
.c-pc-menu__menu > li > ul {
  font-size: 1.2rem;
  font-weight: 400;
  list-style: none;
  padding: 8px 0 0 30px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-pc-menu__menu > li > ul {
    padding: 8px 0 0 12px;
  }
}
.c-pc-menu__menu > li > ul > li {
  padding: 0 0 4px;
}

.c-pc-menu__tel {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  line-height: 1;
  margin: 20px 0;
  padding: 20px 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-pc-menu__tel {
    max-width: 190px;
  }
}
.c-pc-menu__tel .c-pc-menu__tel-title {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
}
.c-pc-menu__tel .c-pc-menu__tel-number {
  display: block;
  font-family: "Prompt", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.c-pc-menu__sns {
  line-height: 0;
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-pc-menu__sns {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 67px;
  }
}
.c-pc-menu__sns li {
  padding: 0 0 9px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-pc-menu__sns li {
    padding: 0 9px 0 0;
  }
}
.c-pc-menu__sns a {
  display: inline-block;
  padding: 3px;
  transition: background-color 0.3s ease;
}
.c-pc-menu__sns a:hover {
  background-color: #D9D508;
}

.c-pc-menu__reservation {
  align-items: flex-start;
  background-color: #D9D508;
  display: flex;
  justify-content: flex-start;
  padding: 14px 0 17px 95px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.c-pc-menu__reservation:hover .c-pc-menu__reservation-en,
.c-pc-menu__reservation:hover .c-pc-menu__reservation-ja {
  transform: translate3d(6px, 0, 0);
}
.c-pc-menu__reservation .c-pc-menu__reservation-en {
  display: block;
  font-family: "Prompt", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 0 13px 0 0;
  transition: transform 0.3s ease;
}
.c-pc-menu__reservation .c-pc-menu__reservation-ja {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 4px 0 0;
  text-indent: 1rem;
  transition: transform 0.3s ease;
}
.c-pc-menu__reservation .c-pc-menu__reservation-arrow {
  display: inline-block;
  margin: 0 0 0 15px;
}
.c-pc-menu__reservation .c-pc-menu__reservation-arrow path {
  fill: #000;
}
.c-pc-menu__reservation .c-pc-menu__reservation-notes {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}

.c-sp-menu {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-sp-menu {
    display: block;
  }
}

.c-sp-menu__header {
  background-color: #D9D508;
}

.c-sp-menu__reservation {
  background-color: #D9D508;
  display: block;
  padding: 10px 0 7px 23px;
  width: 240px;
}
.c-sp-menu__reservation:hover .c-sp-menu__reservation-en,
.c-sp-menu__reservation:hover .c-sp-menu__reservation-ja {
  transform: translate3d(6px, 0, 0);
}
.c-sp-menu__reservation .c-sp-menu__reservation-en {
  display: block;
  font-family: "Prompt", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 0 13px 0 0;
  transition: transform 0.3s ease;
}
.c-sp-menu__reservation .c-sp-menu__reservation-ja {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  transition: transform 0.3s ease;
}
.c-sp-menu__reservation .c-sp-menu__reservation-arrow {
  display: inline-block;
  margin: 0 0 0 15px;
}
.c-sp-menu__reservation .c-sp-menu__reservation-arrow path {
  fill: #000;
}
.c-sp-menu__reservation .c-sp-menu__reservation-notes {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}

.c-sp-menu__main {
  padding: 15px 0 35px;
}

.c-sp-menu__menu {
  display: block;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  list-style: none;
  padding: 0 40px 30px;
  width: 100%;
}
.c-sp-menu__menu a {
  display: inline-block;
  line-height: 1.375;
  padding: 6px 0 6px 10px;
  position: relative;
}
.c-sp-menu__menu a:hover {
  transform: translate3d(3px, 0, 0);
}
.c-sp-menu__menu a::before {
  border-top: solid 3px transparent;
  border-right: solid 0 transparent;
  border-bottom: solid 3px transparent;
  border-left: solid 5px #000;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 0;
}
.c-sp-menu__menu .c-sp-menu__sub-menu {
  font-size: 1.2rem;
  font-weight: 400;
  list-style: none;
  padding: 0 0 0 40px;
}
.c-sp-menu__menu .c-sp-menu__sub-menu li {
  padding: 0 0 4px;
}
.c-sp-menu__menu .c-sp-menu__mega-menu {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  font-weight: 400;
  justify-content: space-between;
  list-style: none;
  margin: 0 -20px;
  padding: 10px 0 20px;
}
.c-sp-menu__menu .c-sp-menu__mega-menu li {
  padding: 0 0 20px;
}
.c-sp-menu__menu .c-sp-menu__mega-menu a {
  display: block;
  padding: 0;
  text-align: center;
  width: 145px;
}
.c-sp-menu__menu .c-sp-menu__mega-menu a:hover {
  transform: translate3d(0, -3px, 0);
}
.c-sp-menu__menu .c-sp-menu__mega-menu a::before {
  display: none;
}
.c-sp-menu__menu .c-sp-menu__mega-menu img {
  border-radius: 122px;
  display: inline-block;
  margin: 0 0 5px;
}

.c-sp-menu__tel {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  line-height: 1;
  margin: 0;
  padding: 20px 0 20px 40px;
  width: 100%;
}
.c-sp-menu__tel .c-sp-menu__tel-title {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0 0 3px;
}
.c-sp-menu__tel .c-sp-menu__tel-number {
  display: block;
  font-family: "Prompt", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.375;
}

.c-sp-menu__sns {
  align-items: center;
  display: flex;
  line-height: 0;
  list-style: none;
  padding: 30px 0 0 37px;
}
.c-sp-menu__sns li {
  margin: 0 27px 0 0;
}
.c-sp-menu__sns a {
  display: inline-block;
  padding: 3px;
  transition: background-color 0.3s ease;
}
.c-sp-menu__sns a:hover {
  background-color: #D9D508;
}
.c-sp-menu__sns img {
  height: auto;
  width: 40px;
}
.c-sp-menu__sns img.is-youtube {
  width: 45px;
}

/* ユーティリティー
------------------------------------*/
/*
    .u-mb-0{
        margin-bottom:0 !important;
    }

    .u-mr-5{
        margin-right:5rem !important;
    }

    .u-mt-15{
        margin-right:15rem !important;
    }
*/
.u-mt-0 {
  margin-top: 0rem !important;
}

.u-mt-1 {
  margin-top: 1rem !important;
}

.u-mt-2 {
  margin-top: 2rem !important;
}

.u-mt-3 {
  margin-top: 3rem !important;
}

.u-mt-4 {
  margin-top: 4rem !important;
}

.u-mt-5 {
  margin-top: 5rem !important;
}

.u-mt-6 {
  margin-top: 6rem !important;
}

.u-mt-7 {
  margin-top: 7rem !important;
}

.u-mt-8 {
  margin-top: 8rem !important;
}

.u-mt-9 {
  margin-top: 9rem !important;
}

.u-mt-10 {
  margin-top: 10rem !important;
}

.u-mt-11 {
  margin-top: 11rem !important;
}

.u-mt-12 {
  margin-top: 12rem !important;
}

.u-mt-13 {
  margin-top: 13rem !important;
}

.u-mt-14 {
  margin-top: 14rem !important;
}

.u-mt-15 {
  margin-top: 15rem !important;
}

.u-mt-16 {
  margin-top: 16rem !important;
}

.u-mt-17 {
  margin-top: 17rem !important;
}

.u-mt-18 {
  margin-top: 18rem !important;
}

.u-mt-19 {
  margin-top: 19rem !important;
}

.u-mt-20 {
  margin-top: 20rem !important;
}

.u-mt-21 {
  margin-top: 21rem !important;
}

.u-mt-22 {
  margin-top: 22rem !important;
}

.u-mt-23 {
  margin-top: 23rem !important;
}

.u-mt-24 {
  margin-top: 24rem !important;
}

.u-mt-25 {
  margin-top: 25rem !important;
}

.u-mt-26 {
  margin-top: 26rem !important;
}

.u-mt-27 {
  margin-top: 27rem !important;
}

.u-mt-28 {
  margin-top: 28rem !important;
}

.u-mt-29 {
  margin-top: 29rem !important;
}

.u-mt-30 {
  margin-top: 30rem !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-mt-0 {
    margin-top: 0rem !important;
  }
  .u-tab-mt-1 {
    margin-top: 1rem !important;
  }
  .u-tab-mt-2 {
    margin-top: 2rem !important;
  }
  .u-tab-mt-3 {
    margin-top: 3rem !important;
  }
  .u-tab-mt-4 {
    margin-top: 4rem !important;
  }
  .u-tab-mt-5 {
    margin-top: 5rem !important;
  }
  .u-tab-mt-6 {
    margin-top: 6rem !important;
  }
  .u-tab-mt-7 {
    margin-top: 7rem !important;
  }
  .u-tab-mt-8 {
    margin-top: 8rem !important;
  }
  .u-tab-mt-9 {
    margin-top: 9rem !important;
  }
  .u-tab-mt-10 {
    margin-top: 10rem !important;
  }
  .u-tab-mt-11 {
    margin-top: 11rem !important;
  }
  .u-tab-mt-12 {
    margin-top: 12rem !important;
  }
  .u-tab-mt-13 {
    margin-top: 13rem !important;
  }
  .u-tab-mt-14 {
    margin-top: 14rem !important;
  }
  .u-tab-mt-15 {
    margin-top: 15rem !important;
  }
  .u-tab-mt-16 {
    margin-top: 16rem !important;
  }
  .u-tab-mt-17 {
    margin-top: 17rem !important;
  }
  .u-tab-mt-18 {
    margin-top: 18rem !important;
  }
  .u-tab-mt-19 {
    margin-top: 19rem !important;
  }
  .u-tab-mt-20 {
    margin-top: 20rem !important;
  }
  .u-tab-mt-21 {
    margin-top: 21rem !important;
  }
  .u-tab-mt-22 {
    margin-top: 22rem !important;
  }
  .u-tab-mt-23 {
    margin-top: 23rem !important;
  }
  .u-tab-mt-24 {
    margin-top: 24rem !important;
  }
  .u-tab-mt-25 {
    margin-top: 25rem !important;
  }
  .u-tab-mt-26 {
    margin-top: 26rem !important;
  }
  .u-tab-mt-27 {
    margin-top: 27rem !important;
  }
  .u-tab-mt-28 {
    margin-top: 28rem !important;
  }
  .u-tab-mt-29 {
    margin-top: 29rem !important;
  }
  .u-tab-mt-30 {
    margin-top: 30rem !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mt-0 {
    margin-top: 0rem !important;
  }
  .u-sp-mt-1 {
    margin-top: 1rem !important;
  }
  .u-sp-mt-2 {
    margin-top: 2rem !important;
  }
  .u-sp-mt-3 {
    margin-top: 3rem !important;
  }
  .u-sp-mt-4 {
    margin-top: 4rem !important;
  }
  .u-sp-mt-5 {
    margin-top: 5rem !important;
  }
  .u-sp-mt-6 {
    margin-top: 6rem !important;
  }
  .u-sp-mt-7 {
    margin-top: 7rem !important;
  }
  .u-sp-mt-8 {
    margin-top: 8rem !important;
  }
  .u-sp-mt-9 {
    margin-top: 9rem !important;
  }
  .u-sp-mt-10 {
    margin-top: 10rem !important;
  }
  .u-sp-mt-11 {
    margin-top: 11rem !important;
  }
  .u-sp-mt-12 {
    margin-top: 12rem !important;
  }
  .u-sp-mt-13 {
    margin-top: 13rem !important;
  }
  .u-sp-mt-14 {
    margin-top: 14rem !important;
  }
  .u-sp-mt-15 {
    margin-top: 15rem !important;
  }
  .u-sp-mt-16 {
    margin-top: 16rem !important;
  }
  .u-sp-mt-17 {
    margin-top: 17rem !important;
  }
  .u-sp-mt-18 {
    margin-top: 18rem !important;
  }
  .u-sp-mt-19 {
    margin-top: 19rem !important;
  }
  .u-sp-mt-20 {
    margin-top: 20rem !important;
  }
  .u-sp-mt-21 {
    margin-top: 21rem !important;
  }
  .u-sp-mt-22 {
    margin-top: 22rem !important;
  }
  .u-sp-mt-23 {
    margin-top: 23rem !important;
  }
  .u-sp-mt-24 {
    margin-top: 24rem !important;
  }
  .u-sp-mt-25 {
    margin-top: 25rem !important;
  }
  .u-sp-mt-26 {
    margin-top: 26rem !important;
  }
  .u-sp-mt-27 {
    margin-top: 27rem !important;
  }
  .u-sp-mt-28 {
    margin-top: 28rem !important;
  }
  .u-sp-mt-29 {
    margin-top: 29rem !important;
  }
  .u-sp-mt-30 {
    margin-top: 30rem !important;
  }
}
.u-mr-0 {
  margin-right: 0rem !important;
}

.u-mr-1 {
  margin-right: 1rem !important;
}

.u-mr-2 {
  margin-right: 2rem !important;
}

.u-mr-3 {
  margin-right: 3rem !important;
}

.u-mr-4 {
  margin-right: 4rem !important;
}

.u-mr-5 {
  margin-right: 5rem !important;
}

.u-mr-6 {
  margin-right: 6rem !important;
}

.u-mr-7 {
  margin-right: 7rem !important;
}

.u-mr-8 {
  margin-right: 8rem !important;
}

.u-mr-9 {
  margin-right: 9rem !important;
}

.u-mr-10 {
  margin-right: 10rem !important;
}

.u-mr-11 {
  margin-right: 11rem !important;
}

.u-mr-12 {
  margin-right: 12rem !important;
}

.u-mr-13 {
  margin-right: 13rem !important;
}

.u-mr-14 {
  margin-right: 14rem !important;
}

.u-mr-15 {
  margin-right: 15rem !important;
}

.u-mr-16 {
  margin-right: 16rem !important;
}

.u-mr-17 {
  margin-right: 17rem !important;
}

.u-mr-18 {
  margin-right: 18rem !important;
}

.u-mr-19 {
  margin-right: 19rem !important;
}

.u-mr-20 {
  margin-right: 20rem !important;
}

.u-mr-21 {
  margin-right: 21rem !important;
}

.u-mr-22 {
  margin-right: 22rem !important;
}

.u-mr-23 {
  margin-right: 23rem !important;
}

.u-mr-24 {
  margin-right: 24rem !important;
}

.u-mr-25 {
  margin-right: 25rem !important;
}

.u-mr-26 {
  margin-right: 26rem !important;
}

.u-mr-27 {
  margin-right: 27rem !important;
}

.u-mr-28 {
  margin-right: 28rem !important;
}

.u-mr-29 {
  margin-right: 29rem !important;
}

.u-mr-30 {
  margin-right: 30rem !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-mr-0 {
    margin-right: 0rem !important;
  }
  .u-tab-mr-1 {
    margin-right: 1rem !important;
  }
  .u-tab-mr-2 {
    margin-right: 2rem !important;
  }
  .u-tab-mr-3 {
    margin-right: 3rem !important;
  }
  .u-tab-mr-4 {
    margin-right: 4rem !important;
  }
  .u-tab-mr-5 {
    margin-right: 5rem !important;
  }
  .u-tab-mr-6 {
    margin-right: 6rem !important;
  }
  .u-tab-mr-7 {
    margin-right: 7rem !important;
  }
  .u-tab-mr-8 {
    margin-right: 8rem !important;
  }
  .u-tab-mr-9 {
    margin-right: 9rem !important;
  }
  .u-tab-mr-10 {
    margin-right: 10rem !important;
  }
  .u-tab-mr-11 {
    margin-right: 11rem !important;
  }
  .u-tab-mr-12 {
    margin-right: 12rem !important;
  }
  .u-tab-mr-13 {
    margin-right: 13rem !important;
  }
  .u-tab-mr-14 {
    margin-right: 14rem !important;
  }
  .u-tab-mr-15 {
    margin-right: 15rem !important;
  }
  .u-tab-mr-16 {
    margin-right: 16rem !important;
  }
  .u-tab-mr-17 {
    margin-right: 17rem !important;
  }
  .u-tab-mr-18 {
    margin-right: 18rem !important;
  }
  .u-tab-mr-19 {
    margin-right: 19rem !important;
  }
  .u-tab-mr-20 {
    margin-right: 20rem !important;
  }
  .u-tab-mr-21 {
    margin-right: 21rem !important;
  }
  .u-tab-mr-22 {
    margin-right: 22rem !important;
  }
  .u-tab-mr-23 {
    margin-right: 23rem !important;
  }
  .u-tab-mr-24 {
    margin-right: 24rem !important;
  }
  .u-tab-mr-25 {
    margin-right: 25rem !important;
  }
  .u-tab-mr-26 {
    margin-right: 26rem !important;
  }
  .u-tab-mr-27 {
    margin-right: 27rem !important;
  }
  .u-tab-mr-28 {
    margin-right: 28rem !important;
  }
  .u-tab-mr-29 {
    margin-right: 29rem !important;
  }
  .u-tab-mr-30 {
    margin-right: 30rem !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mr-0 {
    margin-right: 0rem !important;
  }
  .u-sp-mr-1 {
    margin-right: 1rem !important;
  }
  .u-sp-mr-2 {
    margin-right: 2rem !important;
  }
  .u-sp-mr-3 {
    margin-right: 3rem !important;
  }
  .u-sp-mr-4 {
    margin-right: 4rem !important;
  }
  .u-sp-mr-5 {
    margin-right: 5rem !important;
  }
  .u-sp-mr-6 {
    margin-right: 6rem !important;
  }
  .u-sp-mr-7 {
    margin-right: 7rem !important;
  }
  .u-sp-mr-8 {
    margin-right: 8rem !important;
  }
  .u-sp-mr-9 {
    margin-right: 9rem !important;
  }
  .u-sp-mr-10 {
    margin-right: 10rem !important;
  }
  .u-sp-mr-11 {
    margin-right: 11rem !important;
  }
  .u-sp-mr-12 {
    margin-right: 12rem !important;
  }
  .u-sp-mr-13 {
    margin-right: 13rem !important;
  }
  .u-sp-mr-14 {
    margin-right: 14rem !important;
  }
  .u-sp-mr-15 {
    margin-right: 15rem !important;
  }
  .u-sp-mr-16 {
    margin-right: 16rem !important;
  }
  .u-sp-mr-17 {
    margin-right: 17rem !important;
  }
  .u-sp-mr-18 {
    margin-right: 18rem !important;
  }
  .u-sp-mr-19 {
    margin-right: 19rem !important;
  }
  .u-sp-mr-20 {
    margin-right: 20rem !important;
  }
  .u-sp-mr-21 {
    margin-right: 21rem !important;
  }
  .u-sp-mr-22 {
    margin-right: 22rem !important;
  }
  .u-sp-mr-23 {
    margin-right: 23rem !important;
  }
  .u-sp-mr-24 {
    margin-right: 24rem !important;
  }
  .u-sp-mr-25 {
    margin-right: 25rem !important;
  }
  .u-sp-mr-26 {
    margin-right: 26rem !important;
  }
  .u-sp-mr-27 {
    margin-right: 27rem !important;
  }
  .u-sp-mr-28 {
    margin-right: 28rem !important;
  }
  .u-sp-mr-29 {
    margin-right: 29rem !important;
  }
  .u-sp-mr-30 {
    margin-right: 30rem !important;
  }
}
.u-mb-0 {
  margin-bottom: 0rem !important;
}

.u-mb-1 {
  margin-bottom: 1rem !important;
}

.u-mb-2 {
  margin-bottom: 2rem !important;
}

.u-mb-3 {
  margin-bottom: 3rem !important;
}

.u-mb-4 {
  margin-bottom: 4rem !important;
}

.u-mb-5 {
  margin-bottom: 5rem !important;
}

.u-mb-6 {
  margin-bottom: 6rem !important;
}

.u-mb-7 {
  margin-bottom: 7rem !important;
}

.u-mb-8 {
  margin-bottom: 8rem !important;
}

.u-mb-9 {
  margin-bottom: 9rem !important;
}

.u-mb-10 {
  margin-bottom: 10rem !important;
}

.u-mb-11 {
  margin-bottom: 11rem !important;
}

.u-mb-12 {
  margin-bottom: 12rem !important;
}

.u-mb-13 {
  margin-bottom: 13rem !important;
}

.u-mb-14 {
  margin-bottom: 14rem !important;
}

.u-mb-15 {
  margin-bottom: 15rem !important;
}

.u-mb-16 {
  margin-bottom: 16rem !important;
}

.u-mb-17 {
  margin-bottom: 17rem !important;
}

.u-mb-18 {
  margin-bottom: 18rem !important;
}

.u-mb-19 {
  margin-bottom: 19rem !important;
}

.u-mb-20 {
  margin-bottom: 20rem !important;
}

.u-mb-21 {
  margin-bottom: 21rem !important;
}

.u-mb-22 {
  margin-bottom: 22rem !important;
}

.u-mb-23 {
  margin-bottom: 23rem !important;
}

.u-mb-24 {
  margin-bottom: 24rem !important;
}

.u-mb-25 {
  margin-bottom: 25rem !important;
}

.u-mb-26 {
  margin-bottom: 26rem !important;
}

.u-mb-27 {
  margin-bottom: 27rem !important;
}

.u-mb-28 {
  margin-bottom: 28rem !important;
}

.u-mb-29 {
  margin-bottom: 29rem !important;
}

.u-mb-30 {
  margin-bottom: 30rem !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-mb-0 {
    margin-bottom: 0rem !important;
  }
  .u-tab-mb-1 {
    margin-bottom: 1rem !important;
  }
  .u-tab-mb-2 {
    margin-bottom: 2rem !important;
  }
  .u-tab-mb-3 {
    margin-bottom: 3rem !important;
  }
  .u-tab-mb-4 {
    margin-bottom: 4rem !important;
  }
  .u-tab-mb-5 {
    margin-bottom: 5rem !important;
  }
  .u-tab-mb-6 {
    margin-bottom: 6rem !important;
  }
  .u-tab-mb-7 {
    margin-bottom: 7rem !important;
  }
  .u-tab-mb-8 {
    margin-bottom: 8rem !important;
  }
  .u-tab-mb-9 {
    margin-bottom: 9rem !important;
  }
  .u-tab-mb-10 {
    margin-bottom: 10rem !important;
  }
  .u-tab-mb-11 {
    margin-bottom: 11rem !important;
  }
  .u-tab-mb-12 {
    margin-bottom: 12rem !important;
  }
  .u-tab-mb-13 {
    margin-bottom: 13rem !important;
  }
  .u-tab-mb-14 {
    margin-bottom: 14rem !important;
  }
  .u-tab-mb-15 {
    margin-bottom: 15rem !important;
  }
  .u-tab-mb-16 {
    margin-bottom: 16rem !important;
  }
  .u-tab-mb-17 {
    margin-bottom: 17rem !important;
  }
  .u-tab-mb-18 {
    margin-bottom: 18rem !important;
  }
  .u-tab-mb-19 {
    margin-bottom: 19rem !important;
  }
  .u-tab-mb-20 {
    margin-bottom: 20rem !important;
  }
  .u-tab-mb-21 {
    margin-bottom: 21rem !important;
  }
  .u-tab-mb-22 {
    margin-bottom: 22rem !important;
  }
  .u-tab-mb-23 {
    margin-bottom: 23rem !important;
  }
  .u-tab-mb-24 {
    margin-bottom: 24rem !important;
  }
  .u-tab-mb-25 {
    margin-bottom: 25rem !important;
  }
  .u-tab-mb-26 {
    margin-bottom: 26rem !important;
  }
  .u-tab-mb-27 {
    margin-bottom: 27rem !important;
  }
  .u-tab-mb-28 {
    margin-bottom: 28rem !important;
  }
  .u-tab-mb-29 {
    margin-bottom: 29rem !important;
  }
  .u-tab-mb-30 {
    margin-bottom: 30rem !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mb-0 {
    margin-bottom: 0rem !important;
  }
  .u-sp-mb-1 {
    margin-bottom: 1rem !important;
  }
  .u-sp-mb-2 {
    margin-bottom: 2rem !important;
  }
  .u-sp-mb-3 {
    margin-bottom: 3rem !important;
  }
  .u-sp-mb-4 {
    margin-bottom: 4rem !important;
  }
  .u-sp-mb-5 {
    margin-bottom: 5rem !important;
  }
  .u-sp-mb-6 {
    margin-bottom: 6rem !important;
  }
  .u-sp-mb-7 {
    margin-bottom: 7rem !important;
  }
  .u-sp-mb-8 {
    margin-bottom: 8rem !important;
  }
  .u-sp-mb-9 {
    margin-bottom: 9rem !important;
  }
  .u-sp-mb-10 {
    margin-bottom: 10rem !important;
  }
  .u-sp-mb-11 {
    margin-bottom: 11rem !important;
  }
  .u-sp-mb-12 {
    margin-bottom: 12rem !important;
  }
  .u-sp-mb-13 {
    margin-bottom: 13rem !important;
  }
  .u-sp-mb-14 {
    margin-bottom: 14rem !important;
  }
  .u-sp-mb-15 {
    margin-bottom: 15rem !important;
  }
  .u-sp-mb-16 {
    margin-bottom: 16rem !important;
  }
  .u-sp-mb-17 {
    margin-bottom: 17rem !important;
  }
  .u-sp-mb-18 {
    margin-bottom: 18rem !important;
  }
  .u-sp-mb-19 {
    margin-bottom: 19rem !important;
  }
  .u-sp-mb-20 {
    margin-bottom: 20rem !important;
  }
  .u-sp-mb-21 {
    margin-bottom: 21rem !important;
  }
  .u-sp-mb-22 {
    margin-bottom: 22rem !important;
  }
  .u-sp-mb-23 {
    margin-bottom: 23rem !important;
  }
  .u-sp-mb-24 {
    margin-bottom: 24rem !important;
  }
  .u-sp-mb-25 {
    margin-bottom: 25rem !important;
  }
  .u-sp-mb-26 {
    margin-bottom: 26rem !important;
  }
  .u-sp-mb-27 {
    margin-bottom: 27rem !important;
  }
  .u-sp-mb-28 {
    margin-bottom: 28rem !important;
  }
  .u-sp-mb-29 {
    margin-bottom: 29rem !important;
  }
  .u-sp-mb-30 {
    margin-bottom: 30rem !important;
  }
}
.u-ml-0 {
  margin-left: 0rem !important;
}

.u-ml-1 {
  margin-left: 1rem !important;
}

.u-ml-2 {
  margin-left: 2rem !important;
}

.u-ml-3 {
  margin-left: 3rem !important;
}

.u-ml-4 {
  margin-left: 4rem !important;
}

.u-ml-5 {
  margin-left: 5rem !important;
}

.u-ml-6 {
  margin-left: 6rem !important;
}

.u-ml-7 {
  margin-left: 7rem !important;
}

.u-ml-8 {
  margin-left: 8rem !important;
}

.u-ml-9 {
  margin-left: 9rem !important;
}

.u-ml-10 {
  margin-left: 10rem !important;
}

.u-ml-11 {
  margin-left: 11rem !important;
}

.u-ml-12 {
  margin-left: 12rem !important;
}

.u-ml-13 {
  margin-left: 13rem !important;
}

.u-ml-14 {
  margin-left: 14rem !important;
}

.u-ml-15 {
  margin-left: 15rem !important;
}

.u-ml-16 {
  margin-left: 16rem !important;
}

.u-ml-17 {
  margin-left: 17rem !important;
}

.u-ml-18 {
  margin-left: 18rem !important;
}

.u-ml-19 {
  margin-left: 19rem !important;
}

.u-ml-20 {
  margin-left: 20rem !important;
}

.u-ml-21 {
  margin-left: 21rem !important;
}

.u-ml-22 {
  margin-left: 22rem !important;
}

.u-ml-23 {
  margin-left: 23rem !important;
}

.u-ml-24 {
  margin-left: 24rem !important;
}

.u-ml-25 {
  margin-left: 25rem !important;
}

.u-ml-26 {
  margin-left: 26rem !important;
}

.u-ml-27 {
  margin-left: 27rem !important;
}

.u-ml-28 {
  margin-left: 28rem !important;
}

.u-ml-29 {
  margin-left: 29rem !important;
}

.u-ml-30 {
  margin-left: 30rem !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-ml-0 {
    margin-left: 0rem !important;
  }
  .u-tab-ml-1 {
    margin-left: 1rem !important;
  }
  .u-tab-ml-2 {
    margin-left: 2rem !important;
  }
  .u-tab-ml-3 {
    margin-left: 3rem !important;
  }
  .u-tab-ml-4 {
    margin-left: 4rem !important;
  }
  .u-tab-ml-5 {
    margin-left: 5rem !important;
  }
  .u-tab-ml-6 {
    margin-left: 6rem !important;
  }
  .u-tab-ml-7 {
    margin-left: 7rem !important;
  }
  .u-tab-ml-8 {
    margin-left: 8rem !important;
  }
  .u-tab-ml-9 {
    margin-left: 9rem !important;
  }
  .u-tab-ml-10 {
    margin-left: 10rem !important;
  }
  .u-tab-ml-11 {
    margin-left: 11rem !important;
  }
  .u-tab-ml-12 {
    margin-left: 12rem !important;
  }
  .u-tab-ml-13 {
    margin-left: 13rem !important;
  }
  .u-tab-ml-14 {
    margin-left: 14rem !important;
  }
  .u-tab-ml-15 {
    margin-left: 15rem !important;
  }
  .u-tab-ml-16 {
    margin-left: 16rem !important;
  }
  .u-tab-ml-17 {
    margin-left: 17rem !important;
  }
  .u-tab-ml-18 {
    margin-left: 18rem !important;
  }
  .u-tab-ml-19 {
    margin-left: 19rem !important;
  }
  .u-tab-ml-20 {
    margin-left: 20rem !important;
  }
  .u-tab-ml-21 {
    margin-left: 21rem !important;
  }
  .u-tab-ml-22 {
    margin-left: 22rem !important;
  }
  .u-tab-ml-23 {
    margin-left: 23rem !important;
  }
  .u-tab-ml-24 {
    margin-left: 24rem !important;
  }
  .u-tab-ml-25 {
    margin-left: 25rem !important;
  }
  .u-tab-ml-26 {
    margin-left: 26rem !important;
  }
  .u-tab-ml-27 {
    margin-left: 27rem !important;
  }
  .u-tab-ml-28 {
    margin-left: 28rem !important;
  }
  .u-tab-ml-29 {
    margin-left: 29rem !important;
  }
  .u-tab-ml-30 {
    margin-left: 30rem !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-ml-0 {
    margin-left: 0rem !important;
  }
  .u-sp-ml-1 {
    margin-left: 1rem !important;
  }
  .u-sp-ml-2 {
    margin-left: 2rem !important;
  }
  .u-sp-ml-3 {
    margin-left: 3rem !important;
  }
  .u-sp-ml-4 {
    margin-left: 4rem !important;
  }
  .u-sp-ml-5 {
    margin-left: 5rem !important;
  }
  .u-sp-ml-6 {
    margin-left: 6rem !important;
  }
  .u-sp-ml-7 {
    margin-left: 7rem !important;
  }
  .u-sp-ml-8 {
    margin-left: 8rem !important;
  }
  .u-sp-ml-9 {
    margin-left: 9rem !important;
  }
  .u-sp-ml-10 {
    margin-left: 10rem !important;
  }
  .u-sp-ml-11 {
    margin-left: 11rem !important;
  }
  .u-sp-ml-12 {
    margin-left: 12rem !important;
  }
  .u-sp-ml-13 {
    margin-left: 13rem !important;
  }
  .u-sp-ml-14 {
    margin-left: 14rem !important;
  }
  .u-sp-ml-15 {
    margin-left: 15rem !important;
  }
  .u-sp-ml-16 {
    margin-left: 16rem !important;
  }
  .u-sp-ml-17 {
    margin-left: 17rem !important;
  }
  .u-sp-ml-18 {
    margin-left: 18rem !important;
  }
  .u-sp-ml-19 {
    margin-left: 19rem !important;
  }
  .u-sp-ml-20 {
    margin-left: 20rem !important;
  }
  .u-sp-ml-21 {
    margin-left: 21rem !important;
  }
  .u-sp-ml-22 {
    margin-left: 22rem !important;
  }
  .u-sp-ml-23 {
    margin-left: 23rem !important;
  }
  .u-sp-ml-24 {
    margin-left: 24rem !important;
  }
  .u-sp-ml-25 {
    margin-left: 25rem !important;
  }
  .u-sp-ml-26 {
    margin-left: 26rem !important;
  }
  .u-sp-ml-27 {
    margin-left: 27rem !important;
  }
  .u-sp-ml-28 {
    margin-left: 28rem !important;
  }
  .u-sp-ml-29 {
    margin-left: 29rem !important;
  }
  .u-sp-ml-30 {
    margin-left: 30rem !important;
  }
}
.u-m-laft2 {
  margin-left: 2px;
}

/* 文字を操作する系ユーティリティ */
.u-minchou {
  font-family: serif;
}

.u-gothic {
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.u-fontS {
  font-size: 1.1rem;
}

.u-fontM {
  font-size: 2.2rem;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-fontM {
    font-size: 1.5rem;
  }
}

.u-fontL {
  font-size: 3rem;
}
@media screen and (max-width: 365px) {
  .u-fontL {
    font-size: 2.6rem;
  }
}

.u-fontN {
  font-size: 1.6rem;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-fontN {
    font-size: 1.4rem;
  }
}

.u-font10 {
  font-size: 1 rem !important;
}

.u-font11 {
  font-size: 1.1 rem !important;
}

.u-font12 {
  font-size: 1.2 rem !important;
}

.u-font13 {
  font-size: 1.3 rem !important;
}

.u-font14 {
  font-size: 1.4 rem !important;
}

.u-font15 {
  font-size: 1.5 rem !important;
}

.u-font16 {
  font-size: 1.6 rem !important;
}

.u-font17 {
  font-size: 1.7 rem !important;
}

.u-font18 {
  font-size: 1.8 rem !important;
}

.u-font19 {
  font-size: 1.9 rem !important;
}

.u-font20 {
  font-size: 2 rem !important;
}

.u-font21 {
  font-size: 2.1 rem !important;
}

.u-font22 {
  font-size: 2.2 rem !important;
}

.u-font23 {
  font-size: 2.3 rem !important;
}

.u-font24 {
  font-size: 2.4 rem !important;
}

.u-font25 {
  font-size: 2.5 rem !important;
}

.u-font26 {
  font-size: 2.6 rem !important;
}

.u-font27 {
  font-size: 2.7 rem !important;
}

.u-font28 {
  font-size: 2.8 rem !important;
}

.u-font29 {
  font-size: 2.9 rem !important;
}

.u-font30 {
  font-size: 3 rem !important;
}

.u-font31 {
  font-size: 3.1 rem !important;
}

.u-font32 {
  font-size: 3.2 rem !important;
}

.u-font33 {
  font-size: 3.3 rem !important;
}

.u-font34 {
  font-size: 3.4 rem !important;
}

.u-font35 {
  font-size: 3.5 rem !important;
}

.u-font36 {
  font-size: 3.6 rem !important;
}

.u-font37 {
  font-size: 3.7 rem !important;
}

.u-font38 {
  font-size: 3.8 rem !important;
}

.u-font39 {
  font-size: 3.9 rem !important;
}

.u-font40 {
  font-size: 4 rem !important;
}

.u-font41 {
  font-size: 4.1 rem !important;
}

.u-font42 {
  font-size: 4.2 rem !important;
}

.u-font43 {
  font-size: 4.3 rem !important;
}

.u-font44 {
  font-size: 4.4 rem !important;
}

.u-font45 {
  font-size: 4.5 rem !important;
}

.u-font46 {
  font-size: 4.6 rem !important;
}

.u-font47 {
  font-size: 4.7 rem !important;
}

.u-font48 {
  font-size: 4.8 rem !important;
}

.u-font49 {
  font-size: 4.9 rem !important;
}

.u-font50 {
  font-size: 5 rem !important;
}

.u-font51 {
  font-size: 5.1 rem !important;
}

.u-font52 {
  font-size: 5.2 rem !important;
}

.u-font53 {
  font-size: 5.3 rem !important;
}

.u-font54 {
  font-size: 5.4 rem !important;
}

.u-font55 {
  font-size: 5.5 rem !important;
}

@media screen and (max-width: 650px) {
  .u-sp-font0 {
    font-size: 0 rem !important;
  }
  .u-sp-font1 {
    font-size: 0.1 rem !important;
  }
  .u-sp-font2 {
    font-size: 0.2 rem !important;
  }
  .u-sp-font3 {
    font-size: 0.3 rem !important;
  }
  .u-sp-font4 {
    font-size: 0.4 rem !important;
  }
  .u-sp-font5 {
    font-size: 0.5 rem !important;
  }
  .u-sp-font6 {
    font-size: 0.6 rem !important;
  }
  .u-sp-font7 {
    font-size: 0.7 rem !important;
  }
  .u-sp-font8 {
    font-size: 0.8 rem !important;
  }
  .u-sp-font9 {
    font-size: 0.9 rem !important;
  }
  .u-sp-font10 {
    font-size: 1 rem !important;
  }
  .u-sp-font11 {
    font-size: 1.1 rem !important;
  }
  .u-sp-font12 {
    font-size: 1.2 rem !important;
  }
  .u-sp-font13 {
    font-size: 1.3 rem !important;
  }
  .u-sp-font14 {
    font-size: 1.4 rem !important;
  }
  .u-sp-font15 {
    font-size: 1.5 rem !important;
  }
  .u-sp-font16 {
    font-size: 1.6 rem !important;
  }
  .u-sp-font17 {
    font-size: 1.7 rem !important;
  }
  .u-sp-font18 {
    font-size: 1.8 rem !important;
  }
  .u-sp-font19 {
    font-size: 1.9 rem !important;
  }
  .u-sp-font20 {
    font-size: 2 rem !important;
  }
  .u-sp-font21 {
    font-size: 2.1 rem !important;
  }
  .u-sp-font22 {
    font-size: 2.2 rem !important;
  }
  .u-sp-font23 {
    font-size: 2.3 rem !important;
  }
  .u-sp-font24 {
    font-size: 2.4 rem !important;
  }
  .u-sp-font25 {
    font-size: 2.5 rem !important;
  }
  .u-sp-font26 {
    font-size: 2.6 rem !important;
  }
  .u-sp-font27 {
    font-size: 2.7 rem !important;
  }
  .u-sp-font28 {
    font-size: 2.8 rem !important;
  }
  .u-sp-font29 {
    font-size: 2.9 rem !important;
  }
  .u-sp-font30 {
    font-size: 3 rem !important;
  }
  .u-sp-font31 {
    font-size: 3.1 rem !important;
  }
  .u-sp-font32 {
    font-size: 3.2 rem !important;
  }
  .u-sp-font33 {
    font-size: 3.3 rem !important;
  }
  .u-sp-font34 {
    font-size: 3.4 rem !important;
  }
  .u-sp-font35 {
    font-size: 3.5 rem !important;
  }
  .u-sp-font36 {
    font-size: 3.6 rem !important;
  }
  .u-sp-font37 {
    font-size: 3.7 rem !important;
  }
  .u-sp-font38 {
    font-size: 3.8 rem !important;
  }
  .u-sp-font39 {
    font-size: 3.9 rem !important;
  }
  .u-sp-font40 {
    font-size: 4 rem !important;
  }
}
.u-fontWhite {
  color: #fff;
}

.u-fontRed {
  color: #E36B38;
}

.u-fontGreen {
  color: #6FB86A;
}

.u-fontYellow {
  color: #E8CA25;
}

.u-kakko {
  text-indent: -0.5em;
}

.u-normal {
  font-weight: 300;
}

.u-bold {
  font-weight: 700;
}

.u-ls__thin {
  letter-spacing: -0.05em;
}

.u-ls__wide {
  letter-spacing: 0.1em;
}

.u-lh1 {
  line-height: 1 !important;
}

.u-lh2 {
  line-height: 2 !important;
}

.u-lh3 {
  line-height: 3 !important;
}

.u-lh4 {
  line-height: 4 !important;
}

.u-textleft, .textleft, .alignleft {
  text-align: left !important;
}

.u-textcenter, .textcenter, .aligncenter {
  text-align: center !important;
}

.u-textright, .textright, .alignright {
  text-align: right !important;
}

.u-textjustify, .textjustify, .alignjustify {
  text-align: justify !important;
}

@media screen and (max-width: 650px) {
  .u-textcenter-sp {
    text-align: center !important;
  }
}

@media screen and (max-width: 650px) {
  .u-textleft-sp {
    text-align: left !important;
  }
}

@media screen and (max-width: 650px) {
  .u-textright-sp {
    text-align: right !important;
  }
}

.u-marker-green {
  background: linear-gradient(transparent 45%, #CCEAE2 45%);
}

/* 表示&非表示を操作する系ユーティリティ */
.u-hide {
  display: none;
}

@media screen and (max-width: 650px) {
  .u-pc {
    display: none;
  }
}

.u-tab {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab {
    display: inline-block;
  }
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-none {
    display: none !important;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 650px) {
  .u-sp {
    display: inline-block;
  }
}

.u-small {
  display: none;
}
@media screen and (max-width: 365px) {
  .u-small {
    display: inline-block;
  }
}

@media screen and (max-width: 365px) {
  .u-small-none {
    display: none !important;
  }
}

/* 居場所がなかったのでここに */
.u-inlineblock {
  display: inline-block;
}

.u-padding0 {
  padding: 0 !important;
}

.u-no-wrap {
  white-space: nowrap;
}

.u-link {
  text-decoration: underline !important;
}
.u-link:hover {
  text-decoration: none !important;
}

/* サブページ
------------------------------------*/
.top-kv-slider {
  border-radius: 0 241px 241px 0;
  height: 482px;
  margin: 0 0 0 calc(50% - 50vw);
  overflow: hidden;
  position: relative;
  width: 66.09375vw;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-kv-slider {
    height: 53.3333333333vw;
    max-height: 482px;
    width: 100%;
  }
}
.top-kv-slider .swiper-slide img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.top-kv {
  position: relative;
}
.top-kv::before {
  background: url("images/bg-wall@2x.jpg") no-repeat center center/cover;
  content: "";
  display: block;
  height: calc(100% + 182px);
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: -182px;
  width: 100vw;
  z-index: -1;
}
.top-kv .top-kv__top {
  align-items: flex-start;
  display: flex;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-kv .top-kv__top {
    flex-direction: column;
  }
}
.top-kv .top-kv__body {
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-kv .top-kv__body {
    padding: 0 0 0 17px;
    width: 100%;
  }
}
@media screen and (max-width: 365px) {
  .top-kv .top-kv__body {
    padding: 0;
  }
}
.top-kv .top-kv__body::before {
  background: url("images/top-kv-decoration01@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 67px;
  position: absolute;
  right: -30px;
  top: -12px;
  width: 90px;
  z-index: 2;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-kv .top-kv__body::before {
    height: 13.0666666667vw;
    bottom: 82px;
    top: auto;
    right: 0;
    width: 17.6vw;
    z-index: 6;
  }
}
@media screen and (max-width: 650px) {
  .top-kv .top-kv__body::before {
    bottom: 97px;
    top: auto;
    right: 36px;
  }
}
.top-kv .top-kv__text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.8888888889;
  padding: 74px 0 0 40px;
  white-space: nowrap;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-kv .top-kv__text {
    font-size: 1.6rem;
    line-height: 2;
    padding: 0 0 99px;
    width: 100%;
  }
}
.top-kv .top-kv__scroll {
  align-items: center;
  display: flex;
  font-family: "Prompt", sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 200;
  justify-content: flex-start;
  letter-spacing: 0.1em;
  line-height: 1;
  height: 25px;
  position: absolute;
  bottom: -195px;
  left: 50%;
  transform: rotate(-90deg);
  transform-origin: center left;
  width: 120px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-kv .top-kv__scroll {
    display: none;
  }
}
.top-kv .top-kv__scroll:hover {
  transform: translate3d(0, 12px, 0) rotate(-90deg);
  transition: transform 0.9s ease;
}
.top-kv .top-kv__scroll::after {
  background: #000;
  content: "";
  display: block;
  height: 1px;
  margin: 0 0 0 16px;
  width: 49px;
}

.top-kv__information {
  position: relative;
}
.top-kv__information::before {
  background: url("images/bg-wall@2x.jpg") no-repeat center center/cover;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
}
.top-kv__information::after {
  background: url("images/top-kv-decoration02@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 132px;
  position: absolute;
  bottom: 0;
  right: 44px;
  width: 574px;
  z-index: 5;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-kv__information::after {
    background-position: center right -35px;
    height: 17.3333333333vw;
    top: -17.3333333333vw;
    right: -20px;
    width: 75.7333333333vw;
  }
}

.top-kv__news {
  position: relative;
  z-index: 2;
}
.top-kv__news .top-kv__news-title {
  font-family: "Prompt", sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -20px;
}
@media screen and (max-width: 650px) {
  .top-kv__news .top-kv__news-title {
    padding: 0 0 8px;
  }
}
.top-kv__news .top-kv__news-body {
  align-items: center;
  display: flex;
  max-width: 360px;
  min-height: 51px;
  padding: 0 0 0 8px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-kv__news .top-kv__news-body {
    max-width: none;
  }
}
.top-kv__news .top-kv__news-body:hover::after {
  opacity: 0.6;
}
.top-kv__news .top-kv__news-body::before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.top-kv__news .top-kv__news-body::after {
  background: #D9D508;
  content: "";
  display: block;
  height: 100%;
  min-height: 51px;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 8px;
}
.top-kv__news .top-kv__news-body .top-kv__news-image {
  display: block;
  height: 51px;
  object-fit: cover;
  width: 90px;
}
.top-kv__news .top-kv__news-body .top-kv__news-text-block {
  margin: 0 0 0 10px;
  max-width: 260px;
  padding: 8px 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-kv__news .top-kv__news-body .top-kv__news-text-block {
    max-width: none;
  }
}
.top-kv__news .top-kv__news-body .top-kv__news-date, .top-kv__news .top-kv__news-body .top-kv__news-text, .top-kv__news .top-kv__news-body .top-kv__pick-text {
  font-family: "Prompt", sans-serif;
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.top-kv__news .top-kv__news-body .top-kv__news-text, .top-kv__news .top-kv__news-body .top-kv__pick-text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.top-kv__news .top-kv__news-body .top-kv__pick-text {
  -webkit-line-clamp: 2;
}

.top-kv__attention {
  margin: 0 auto;
  position: relative;
}
.top-kv__attention::before {
  background: #D9D508;
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 1;
}
.top-kv__attention .top-kv__attention-title {
  align-items: center;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-family: "Prompt", sans-serif;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 700;
  height: 74px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  left: 5px;
  top: -28px;
  text-transform: uppercase;
  width: 74px;
  z-index: 2;
}
.top-kv__attention .top-kv__attention-body {
  align-items: center;
  display: flex;
  max-width: 360px;
  min-height: 51px;
  padding: 0 0 0 100px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-kv__attention .top-kv__attention-body {
    max-width: none;
  }
}
.top-kv__attention .top-kv__attention-body:hover::after {
  opacity: 0.6;
}
.top-kv__attention .top-kv__attention-body .top-kv__attention-text {
  font-family: "Prompt", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  max-width: 260px;
  padding: 8px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-kv__attention .top-kv__attention-body .top-kv__attention-text {
    max-width: none;
  }
}

.top-concept .top-concept__top {
  align-items: flex-start;
  display: flex;
  padding: 0 0 83px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-concept .top-concept__top {
    flex-direction: column;
    padding: 0 0 74px;
  }
}
.top-concept .top-concept__top .top-concept__top-body {
  position: relative;
}
.top-concept .top-concept__top .top-concept__top-body::before {
  background: url("images/top-concept-decoration01@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 186px;
  position: absolute;
  bottom: -230px;
  left: 64px;
  width: 121px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-concept .top-concept__top .top-concept__top-body::before {
    background: url("images/top-concept-decoration-sp01@2x.png") no-repeat center center/contain;
    height: 14.4vw;
    bottom: -64px;
    left: 62.9333333333vw;
    width: 9.3333333333vw;
  }
}
.top-concept .top-concept__top .top-concept__top-body::after {
  background: url("images/top-concept-decoration02@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 93px;
  position: absolute;
  bottom: -256px;
  left: 238px;
  width: 104px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-concept .top-concept__top .top-concept__top-body::after {
    background: url("images/top-concept-decoration-sp02@2x.png") no-repeat center center/contain;
    height: 7.2vw;
    bottom: -71px;
    left: 76.2666666667vw;
    width: 8vw;
  }
}
.top-concept .top-concept__top .top-concept__top-title {
  color: #6FB86A;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.875;
  padding: 0 0 18px;
}
@media screen and (max-width: 650px) {
  .top-concept .top-concept__top .top-concept__top-title {
    font-size: 2.2rem;
    line-height: 1.8181818182;
    padding: 0 0 50px;
  }
}
.top-concept .top-concept__top .top-concept__top-text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 2.2222222222;
  white-space: nowrap;
}
@media screen and (max-width: 650px) {
  .top-concept .top-concept__top .top-concept__top-text {
    font-size: 1.4rem;
    line-height: 2;
    white-space: unset;
  }
}
.top-concept .top-concept__top .top-concept__top-photo {
  border-radius: 241px 0 0 241px;
  height: 482px;
  margin: 40px calc(50% - 50vw) 0 auto;
  overflow: hidden;
  width: 639px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-concept .top-concept__top .top-concept__top-photo {
    margin: 119px calc(50% - 50vw) 0 auto;
    width: 88.8vw;
  }
}
@media screen and (max-width: 650px) {
  .top-concept .top-concept__top .top-concept__top-photo {
    height: 201px;
  }
}
.top-concept .top-concept__top .top-concept__top-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.top-concept .top-concept__bottom {
  padding: 0 0 48px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .top-concept .top-concept__bottom {
    padding: 0 0 56px;
  }
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-concept .top-concept__bottom::before {
    background: url("images/top-concept-decoration-sp03@2x.png") no-repeat center center/contain;
    content: "";
    display: block;
    height: 15.4666666667vw;
    position: absolute;
    left: 0;
    top: -85px;
    width: 10.1333333333vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-concept .top-concept__bottom::after {
    background: url("images/top-concept-decoration-sp04@2x.png") no-repeat center center/contain;
    content: "";
    display: block;
    height: 20vw;
    position: absolute;
    right: 0;
    top: -104px;
    width: 29.0666666667vw;
  }
}
.top-concept .top-concept__bottom .top-concept__bottom-title {
  color: rgba(111, 184, 106, 0.8);
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.875;
  padding: 0 0 20px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .top-concept .top-concept__bottom .top-concept__bottom-title {
    font-size: 2.2rem;
    line-height: 1.8181818182;
    padding: 0 0 25px;
  }
}
.top-concept .top-concept__bottom .top-concept__bottom-title::before {
  background: url("images/top-concept-decoration03@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 104px;
  position: absolute;
  top: -80px;
  left: calc(50% - 454px);
  width: 91px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-concept .top-concept__bottom .top-concept__bottom-title::before {
    display: none;
  }
}
.top-concept .top-concept__bottom .top-concept__bottom-title::after {
  background: url("images/top-concept-decoration04@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 166px;
  position: absolute;
  top: -47px;
  left: calc(50% + 288px);
  width: 156px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-concept .top-concept__bottom .top-concept__bottom-title::after {
    display: none;
  }
}
.top-concept .top-concept__bottom .top-concept__bottom-text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 2.2222222222;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .top-concept .top-concept__bottom .top-concept__bottom-text {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.top-concept .top-concept__bottom .top-concept__bottom-text::after {
  background: url("images/top-concept-decoration05@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 101px;
  position: absolute;
  top: 34px;
  left: calc(50% - 500px);
  width: 104px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-concept .top-concept__bottom .top-concept__bottom-text::after {
    display: none;
  }
}
.top-concept .top-concept__slider {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.top-concept .top-concept__slider .top-concept__slider-items {
  height: 246px;
  overflow: hidden;
  padding: 0 9px;
  width: 330px !important;
}
@media screen and (max-width: 650px) {
  .top-concept .top-concept__slider .top-concept__slider-items {
    height: 180px;
    width: 246px !important;
  }
}
.top-concept .top-concept__slider .top-concept__slider-items img {
  border-radius: 122px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.top-news {
  padding: 0 0 60px;
  position: relative;
}
.top-news::before {
  background: url("images/bg-wall@2x.jpg") no-repeat center center/cover;
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 10px;
  width: 100vw;
  z-index: -1;
}
.top-news .c-headline__page-middle {
  position: relative;
}
.top-news .c-headline__page-middle::before {
  background: url("images/top-news-decoration01@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 175px;
  position: absolute;
  left: calc(50% - 530px);
  top: -90px;
  width: 234px;
}
@media screen and (max-width: 650px) {
  .top-news .c-headline__page-middle::before {
    height: 66px;
    left: calc(50% - 186px);
    top: -30px;
    width: 88px;
  }
}
.top-news .c-headline__page-middle::after {
  background: url("images/top-news-decoration02@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 106px;
  position: absolute;
  left: calc(50% + 285px);
  top: -40px;
  width: 187px;
}
@media screen and (max-width: 650px) {
  .top-news .c-headline__page-middle::after {
    height: 45px;
    left: calc(50% + 94px);
    top: -18px;
    width: 80px;
  }
}

.top-link__more {
  text-align: center;
}
.top-link__more .top-link__more-link {
  border-bottom: solid 3px #000;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 5px;
}
.top-link__more .top-link__more-link::before {
  background: url("images/icon-triangle.svg") no-repeat center center/100%;
  content: "";
  display: inline-block;
  height: 7px;
  margin: 0 0 2px;
  width: 7px;
}
.top-link__more .top-link__more-link:hover {
  border-bottom: solid 3px transparent;
}

.top-facility {
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  padding: 60px 0 0;
  position: relative;
}
.top-facility::before {
  background: url("images/bg-wall@2x.jpg") no-repeat center center/cover;
  content: "";
  display: block;
  height: 300px;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.top-facility .top-facility__photo {
  border-top-right-radius: 1800px 220px;
  border-top-left-radius: 1800px 220px;
  display: block;
  height: 341px;
  line-height: 0;
  margin: 0 calc(50% - 70vw);
  overflow: hidden;
  width: 140vw;
}
@media screen and (max-width: 650px) {
  .top-facility .top-facility__photo {
    border-top-right-radius: 1200px 220px;
    border-top-left-radius: 1200px 220px;
    height: 188px;
    margin: 0 calc(50% - 60vw);
    width: 120vw;
  }
}
.top-facility .top-facility__photo img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.top-facility .top-facility__text {
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5555555556;
  padding: 34px 0;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-facility .top-facility__text {
    font-size: 1.4rem;
    line-height: 2;
    padding: 34px 0 56px;
  }
}

.top-button__more .top-button__more-link {
  background: #D9D508;
  border-radius: 58px;
  display: block;
  font-family: "Prompt", sans-serif;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 200;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 auto 10px;
  padding: 19px 0;
  position: relative;
  text-align: center;
  transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  width: 296px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-button__more .top-button__more-link {
    padding: 17px 0;
    width: 198px;
  }
}
.top-button__more .top-button__more-link:hover {
  background: #000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.top-button__more .top-button__more-link:hover::after {
  opacity: 1;
}
.top-button__more .top-button__more-link::after {
  background: #fff;
  content: "";
  display: block;
  height: 3px;
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translate3d(-51%, 0, 0);
  transition: opacity 0.3s ease;
  width: 50px;
}

.top-beginners {
  padding: 83px 0 90px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-beginners {
    padding: 122px 0 40px;
  }
}
.top-beginners::before {
  background: url("images/bg-wall@2x.jpg") no-repeat center center/cover;
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.top-beginners .top-beginners__image {
  display: block;
  line-height: 0;
  margin: 0 0 18px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-beginners .top-beginners__image {
    height: 87px;
    margin: 0 auto 28px;
    width: 56px;
  }
}
.top-beginners .top-beginners__image::before {
  background: url("images/top-beginners-decoration01@2x.png") no-repeat center center/100%;
  content: "";
  display: block;
  height: 175px;
  position: absolute;
  left: calc(50% - 376px);
  top: -138px;
  width: 234px;
}
@media screen and (max-width: 650px) {
  .top-beginners .top-beginners__image::before {
    height: 99px;
    left: calc(50% - 170px);
    top: -178px;
    width: 149px;
  }
}
.top-beginners .top-beginners__image::after {
  background: url("images/top-beginners-decoration02@2x.png") no-repeat center center/100%;
  content: "";
  display: block;
  height: 175px;
  position: absolute;
  left: calc(50% + 145px);
  top: -114px;
  transform: rotate(22deg);
  width: 215px;
}
@media screen and (max-width: 650px) {
  .top-beginners .top-beginners__image::after {
    height: 66px;
    left: calc(50% + 28px);
    top: -162px;
    width: 125px;
  }
}
.top-beginners .top-beginners__text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 32px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-beginners .top-beginners__text {
    font-size: 1.4rem;
    padding: 0 0 90px;
  }
}
.top-beginners .top-beginners__text::before {
  background: url("images/top-beginners-decoration03@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 164px;
  position: absolute;
  left: calc(50% - 352px);
  top: -118px;
  transform: rotate(17deg);
  width: 193px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-beginners .top-beginners__text::before {
    top: -90px;
  }
}
@media screen and (max-width: 650px) {
  .top-beginners .top-beginners__text::before {
    height: 105px;
    left: calc(50% - 194px);
    top: 20px;
    width: 120px;
  }
}
.top-beginners .top-beginners__text::after {
  background: url("images/top-beginners-decoration04@2x.png") no-repeat center center/100%;
  content: "";
  display: block;
  height: 116px;
  position: absolute;
  left: calc(50% + 205px);
  top: -70px;
  width: 175px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-beginners .top-beginners__text::after {
    top: -40px;
  }
}
@media screen and (max-width: 650px) {
  .top-beginners .top-beginners__text::after {
    height: 78px;
    left: calc(50% + 52px);
    top: 28px;
    width: 117px;
  }
}

.top-events .top-events__headline {
  display: inline-block;
  border-bottom: solid 7px #000;
  margin: 0 calc(50% - 50vw);
  padding: 0 20px 8px 176px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-events .top-events__headline {
    padding: 0 65px 8px 20px;
  }
}
.top-events .top-events__headline .top-events__headline-en {
  font-family: "Prompt", sans-serif;
  font-size: 3rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-events .top-events__headline .top-events__headline-en {
    font-size: 2.4rem;
    padding: 0 8px 0 0;
  }
}
.top-events .top-events__headline .top-events__headline-ja {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  transform: translate3d(0, -3px, 0);
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-events .top-events__headline .top-events__headline-ja {
    font-size: 1.4rem;
  }
}

.top-others {
  padding: 49px 0 52px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-others {
    padding: 59px 0 52px;
  }
}
.top-others::before {
  background: url("images/bg-wall@2x.jpg") no-repeat center center/cover;
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.top-others .top-others__list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 710px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-others .top-others__list {
    width: 335px;
  }
}
@media screen and (max-width: 365px) {
  .top-others .top-others__list {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-others .top-others__items .top-others__link img {
    width: 48px;
  }
}
.top-others .top-others__link {
  background: #000;
  border-radius: 106px;
  display: block;
  height: 256px;
  padding: 53px 0 0;
  position: relative;
  text-align: center;
  width: 212px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-others .top-others__link {
    height: 132px;
    padding: 21px 0 0;
    width: 106px;
  }
}
@media screen and (max-width: 365px) {
  .top-others .top-others__link {
    width: 100px;
  }
}
.top-others .top-others__link::before {
  background-color: #000;
  border-radius: 106px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.3s ease;
  width: 100%;
  z-index: -1;
}
.top-others .top-others__link:hover::before {
  transform: scale(1.08);
}
.top-others .top-others__link img {
  margin: 0 0 5px;
}
.top-others .top-others__link .top-others__headline {
  color: #fff;
}
.top-others .top-others__link .top-others__headline::after {
  background: url("images/icon-triangle-large.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 20px;
  margin: 0 auto;
  width: 23px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-others .top-others__link .top-others__headline::after {
    height: 16px;
    width: 16px;
  }
}
.top-others .top-others__link .top-others__headline .top-others__headline-en {
  display: block;
  font-family: "Prompt", sans-serif;
  font-size: 2.2rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 9px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-others .top-others__link .top-others__headline .top-others__headline-en {
    font-size: 1.5rem;
    padding: 0 0 7px;
  }
}
.top-others .top-others__link .top-others__headline .top-others__headline-ja {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  padding: 0 0 17px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .top-others .top-others__link .top-others__headline .top-others__headline-ja {
    font-size: 1rem;
    padding: 0 0 8px;
  }
}

.contact-header {
  text-align: center;
}
.contact-header .contact-header__text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5555555556;
  margin: 0 auto 44px;
  width: 634px;
}
@media screen and (max-width: 650px) {
  .contact-header .contact-header__text {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5714285714;
    margin: 0;
    padding: 0 0 38px;
    text-align: left;
    width: 232px;
  }
}
.contact-header .contact-header__button {
  height: 65px;
  padding: 0 0 174px;
}
@media screen and (max-width: 650px) {
  .contact-header .contact-header__button {
    padding: 0 0 135px;
  }
}
.contact-header .contact-header__button .contact-header__button-link {
  background: #D9D508;
  border-radius: 58px;
  display: block;
  font-family: "Prompt", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 auto;
  padding: 22px 0 20px;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 296px;
}
.contact-header .contact-header__button .contact-header__button-link:hover {
  background: #000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  color: #fff;
  position: relative;
}
.contact-header .contact-header__button .contact-header__button-link:hover::after {
  opacity: 1;
}
.contact-header .contact-header__button .contact-header__button-link::after {
  background: #fff;
  content: "";
  display: block;
  height: 3px;
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translate3d(-51%, 0, 0);
  transition: opacity 0.3s ease;
  width: 150px;
}
.contact-header .contact-header__title .contact-header__title-large {
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 17px;
}
@media screen and (max-width: 650px) {
  .contact-header .contact-header__title .contact-header__title-large {
    font-size: 2.2rem;
    padding: 0 0 20px;
  }
}
.contact-header .contact-header__title .contact-header__title-small {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 1.2857142857;
  margin: 0 auto;
  width: 332px;
}
@media screen and (max-width: 650px) {
  .contact-header .contact-header__title .contact-header__title-small {
    font-size: 1.4rem;
    letter-spacing: 0.075em;
    width: 100%;
  }
}

.contact-footer {
  border: solid 5px #F2F0F0;
  border-radius: 20px;
  margin: 0 auto;
  padding: 26px 30px 30px;
  text-align: center;
  width: 543px;
}
@media screen and (max-width: 650px) {
  .contact-footer {
    padding: 24px 16px;
    width: 100%;
  }
}
.contact-footer .contact-footer__headline {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 37px;
}
@media screen and (max-width: 650px) {
  .contact-footer .contact-footer__headline {
    font-size: 2rem;
    padding: 0 0 28px;
  }
}
.contact-footer .contact-footer__headline::before {
  background: url("images/icon-tel-black.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 79px;
  margin: 0 auto 12px;
  width: 58px;
}
@media screen and (max-width: 650px) {
  .contact-footer .contact-footer__headline::before {
    margin: 0 auto 24px;
  }
}
.contact-footer .contact-footer__office {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 16px;
}
@media screen and (max-width: 650px) {
  .contact-footer .contact-footer__office {
    padding: 0 0 8px;
  }
}
.contact-footer .contact-footer__tel {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 22px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .contact-footer .contact-footer__tel {
    font-size: 2.3rem;
    padding: 0 0 16px;
  }
}
.contact-footer .contact-footer__address {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.7142857143;
  padding: 0 0 15px;
  text-align: center;
}
.contact-footer .contact-footer__closed {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 1.2857142857;
}

.c-contents .contact-form {
  margin: 0 auto;
  max-width: 680px;
}
.c-contents .wpforms-container {
  padding: 0;
}
@media screen and (max-width: 650px) {
  .c-contents .wpforms-container {
    padding-bottom: 24px;
  }
}
.c-contents .wpforms-container .wpforms-form .wpforms-field {
  padding: 0 0 34px;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field.agree-checkbox .wpforms-field-label-inline {
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  top: -2px;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field.agree-checkbox .wpforms-required-label {
  display: none;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .wpforms-field-label {
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 0 10px;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .wpforms-field-label .wpforms-required-label {
  color: #fff;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .wpforms-field-label .wpforms-required-label::before {
  color: #E36B38;
  content: " （必須）";
  font-size: 1.2rem;
  font-weight: 700;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field textarea,
.c-contents .wpforms-container .wpforms-form .wpforms-field input {
  -webkit-appearance: none;
  background-color: #F2F0F0;
  border: solid 2px transparent;
  border-radius: 20px;
  font-size: 1.4rem;
  padding: 11px;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field textarea:focus,
.c-contents .wpforms-container .wpforms-form .wpforms-field input:focus {
  border-color: #D9D508;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field input[type=checkbox] {
  display: none !important;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field input[type=checkbox] + label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  margin: 0 auto 0;
  padding: 4px 0 0 30px;
  position: relative;
  text-align: left;
  width: auto;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field input[type=checkbox] + label::before {
  background: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: calc(50% - 9px);
  width: 20px;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field input[type=checkbox] + label::after {
  border-right: solid 3px #000;
  border-bottom: solid 3px #000;
  content: "";
  display: block;
  height: 12px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 7px);
  left: 5px;
  transform: rotate(45deg);
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
  width: 8px;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field {
  /* selectbox */
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .selectbox {
  background-color: #F2F0F0;
  background-image: url("../images/platform/icon-select-arrow.svg");
  background-position: calc(100% - 26px) center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  border: solid 2px transparent;
  border-radius: 20px;
  box-sizing: border-box;
  display: inline-block;
  height: 47px;
  margin: 15px auto 0;
  max-width: 245px;
  outline: none;
  width: 100%;
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .selectbox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: #000;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  height: 64px;
  line-height: 1.3;
  margin: 0 0 10px;
  outline: none;
  padding: 0 25px;
  width: 95%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-contents .wpforms-container .wpforms-form .wpforms-field .selectbox select {
    font-size: 1.4rem;
    height: 48px;
    padding: 7px 14px;
  }
}
.c-contents .wpforms-container .wpforms-form .wpforms-field .wpforms-field-description {
  margin: 5px auto 0;
  text-align: left;
}
.c-contents .wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit {
  align-items: center;
  background-color: #000000;
  border: none;
  border-radius: 58px;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  height: 57px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 auto;
  max-width: 296px;
  position: relative;
  text-align: center;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
  width: 100%;
}
.c-contents .wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit::before {
  background-color: #000;
  border-radius: 58px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.3s ease;
  width: 100%;
  z-index: -1;
}
.c-contents .wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit:hover::before {
  transform: scale(1.08);
}

.faq {
  padding: 80px 150px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .faq {
    padding: 80px 0;
  }
}
.faq:nth-of-type(odd) {
  padding: 80px 150px 80px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .faq:nth-of-type(odd) {
    padding: 80px 10px;
  }
}
.faq:nth-of-type(odd)::before {
  background: url("images/bg-wall@2x.jpg") no-repeat center left/cover;
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.faq:nth-of-type(odd) .faq-list {
  border: none;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.04);
}
.faq .faq-headline {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 53px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .faq .faq-headline {
    font-size: 2.2rem;
    padding: 0 0 40px;
  }
}
.faq .faq-list {
  background-color: #fff;
  border: solid 1px #F0F0F0;
  border-radius: 20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  margin: 0 0 30px;
  padding: 30px 30px 30px 103px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .faq .faq-list {
    padding: 20px 20px 20px 58px;
  }
}
.faq .faq-list dt {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  padding: 0 0 15px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .faq .faq-list dt {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    padding: 0 0 22px;
  }
}
.faq .faq-list dt::before {
  align-items: center;
  background-color: #D9D508;
  border-radius: 50%;
  content: "Q";
  display: flex;
  font-family: "Noto sans", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  position: absolute;
  left: -71px;
  top: -7px;
  width: 44px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .faq .faq-list dt::before {
    font-size: 1.5rem;
    height: 25px;
    left: -36px;
    top: 0;
    width: 25px;
  }
}
.faq .faq-list dd {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.875;
  position: relative;
}
.faq .faq-list dd::before {
  align-items: center;
  background-color: #F2F0F0;
  border-radius: 50%;
  content: "A";
  display: flex;
  font-family: "Noto sans", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  position: absolute;
  left: -71px;
  top: -3px;
  width: 44px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .faq .faq-list dd::before {
    font-size: 1.5rem;
    height: 25px;
    left: -36px;
    top: 3px;
    width: 25px;
  }
}
.faq .faq-list .faq-photo {
  margin: 40px 0 0 -71px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .faq .faq-list .faq-photo {
    margin-left: -38px;
  }
}

.faq-buttons {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 680px;
}
@media screen and (max-width: 650px) {
  .faq-buttons {
    align-items: center;
    flex-direction: column;
  }
}
.faq-buttons .faq-buttons__link {
  align-items: center;
  background-color: #D9D508;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  padding: 25px 0;
  width: 330px;
}
@media screen and (max-width: 650px) {
  .faq-buttons .faq-buttons__link {
    margin: 0 0 20px;
    max-width: 334px;
    width: 100%;
  }
}
.faq-buttons .faq-buttons__link.is-black {
  background-color: #000;
  color: #fff;
}
.faq-buttons .faq-buttons__link:hover {
  opacity: 0.6;
}
.faq-buttons .faq-buttons__link:hover .faq-buttons__text .faq-buttons__text-underline {
  text-decoration: none;
}
.faq-buttons .faq-buttons__link .faq-buttons__icon {
  margin: 0 15px 0 0;
}
.faq-buttons .faq-buttons__link .faq-buttons__text {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
.faq-buttons .faq-buttons__link .faq-buttons__text .faq-buttons__text-underline {
  display: block;
  padding: 10px 0 0;
  text-decoration: underline;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -8px;
  max-width: 996px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .news-list {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 365px) {
  .news-list {
    margin: 0 -6px;
  }
}
.news-list .news-list__items {
  display: block;
  height: 388px;
  margin: 0 8px 40px;
  padding: 15px 12px 13px;
  position: relative;
  text-align: center;
  transition: opacity 0.3s ease;
  width: 230px;
}
@media screen and (max-width: 650px) {
  .news-list .news-list__items {
    height: 306px;
    margin: 0 6px 28px;
    padding: 10px 9px 17px;
    max-width: 161px;
  }
}
@media screen and (max-width: 365px) {
  .news-list .news-list__items {
    max-width: 134px;
  }
}
.news-list .news-list__items:hover {
  opacity: 0.7;
}
.news-list .news-list__items::before {
  background-color: #fff;
  border: 2px solid #E8E5E5;
  border-radius: 23px;
  content: "";
  display: block;
  height: 100%;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: -1;
}
.news-list .news-list__items.is-dammy {
  height: 0;
  min-height: 0;
  padding: 0;
}
.news-list .news-list__items.is-dammy::before {
  display: none;
}
.news-list .news-list__items .news-list__image {
  border-radius: 23px;
  line-height: 0;
  margin: 0 0 10px;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .news-list .news-list__items .news-list__image {
    border-radius: 18px;
    margin-bottom: 5px;
  }
}
.news-list .news-list__items .news-list__image img {
  height: 133px;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .news-list .news-list__items .news-list__image img {
    height: 92px;
  }
}
@media screen and (max-width: 365px) {
  .news-list .news-list__items .news-list__image img {
    height: 75px;
  }
}
.news-list .news-list__items .news-list__date {
  padding: 0 0 16px;
}
@media screen and (max-width: 650px) {
  .news-list .news-list__items .news-list__date {
    padding: 0 0 7px;
  }
}
.news-list .news-list__items .news-list__date .news-list__date-small, .news-list .news-list__items .news-list__date .news-list__date-large {
  display: block;
  font-family: "Prompt", sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 650px) {
  .news-list .news-list__items .news-list__date .news-list__date-small, .news-list .news-list__items .news-list__date .news-list__date-large {
    font-size: 1rem;
  }
}
.news-list .news-list__items .news-list__date .news-list__date-large {
  border-bottom: solid 5px #000;
  display: inline-block;
  font-size: 2.8rem;
  padding: 0 0 8px;
}
@media screen and (max-width: 650px) {
  .news-list .news-list__items .news-list__date .news-list__date-large {
    border-bottom: solid 3px #000;
    font-size: 2rem;
    padding: 0 0 5px;
  }
}
.news-list .news-list__items .news-list__category {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  margin: 0 0 17px;
  padding: 4px 22px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .news-list .news-list__items .news-list__category {
    font-size: 1rem;
    margin: 0 0 10px;
    padding: 3px 15px;
  }
}
.news-list .news-list__items .news-list__text {
  display: -webkit-box;
  font-size: 1.2rem;
  letter-spacing: 0.075em;
  line-height: 1.5;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  width: 168px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 650px) {
  .news-list .news-list__items .news-list__text {
    width: 81.8181818182%;
  }
}
.news-list .news-list__items .news-list__more {
  background-color: #D9D508;
  border-radius: 58px;
  font-family: "Prompt", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  font-style: italic;
  height: 27px;
  letter-spacing: 0.1em;
  line-height: 27px;
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 141px;
}
@media screen and (max-width: 650px) {
  .news-list .news-list__items .news-list__more {
    font-size: 1rem;
    height: 19px;
    line-height: 19px;
    bottom: 18px;
    width: 98px;
  }
}

.news-body {
  padding: 0 150px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .news-body {
    padding: 0;
  }
}
.news-body .news-body__headline {
  text-align: center;
}
@media screen and (max-width: 650px) {
  .news-body .news-body__headline {
    text-align: left;
  }
}
.news-body .news-body__headline .news-body__headline-title {
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3846153846;
  padding: 0 0 6px;
}
@media screen and (max-width: 650px) {
  .news-body .news-body__headline .news-body__headline-title {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.3636363636;
    padding: 0 0 18px;
  }
}
.news-body .news-body__headline .news-body__headline-date {
  border-bottom: solid 5px #000;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 15px 0 0;
  padding: 0 0 2px;
}
@media screen and (max-width: 650px) {
  .news-body .news-body__headline .news-body__headline-date {
    border-bottom: solid 3px #000;
    font-size: 2rem;
    font-style: italic;
    margin: 0 24px 0 0;
  }
}
.news-body .news-body__headline .news-body__headline-category {
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  padding: 1px 25px;
}
@media screen and (max-width: 650px) {
  .news-body .news-body__headline .news-body__headline-category {
    padding: 1px 23px;
  }
}
.news-body p {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.5;
}
.news-body a {
  color: #D9D508;
  text-decoration: underline;
}
.news-body a:hover {
  text-decoration: none;
}
.news-body h2,
.news-body h3,
.news-body h4 {
  margin: 40px auto 20px;
}

.news-footer .news-footer__nav {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  justify-content: center;
  line-height: 2;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .news-footer .news-footer__nav {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 650px) {
  .news-footer .news-footer__nav li:first-child {
    order: 2;
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  .news-footer .news-footer__nav li:nth-child(2) {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .news-footer .news-footer__nav li:last-child {
    order: 3;
    width: 50%;
  }
}
.news-footer .news-footer__nav .news-footer__nav-link {
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: underline;
  white-space: nowrap;
}
@media screen and (max-width: 650px) {
  .news-footer .news-footer__nav .news-footer__nav-link {
    margin: 0 5px;
  }
}
.news-footer .news-footer__nav .news-footer__nav-link.is-dammy {
  opacity: 0;
  pointer-events: none;
}
.news-footer .news-footer__nav .news-footer__nav-link.is-prev {
  margin: 0 120px 0 0;
}
@media screen and (max-width: 650px) {
  .news-footer .news-footer__nav .news-footer__nav-link.is-prev {
    margin: 0;
  }
}
.news-footer .news-footer__nav .news-footer__nav-link.is-prev::before {
  border-right: solid 3px #000;
  border-top: solid 3px #000;
  content: "";
  display: inline-block;
  height: 13px;
  margin: 0 10px -1px 0;
  transform: rotate(-135deg);
  width: 13px;
}
.news-footer .news-footer__nav .news-footer__nav-link.is-prev:hover {
  text-decoration: none;
  transform: translate3d(-3px, 0, 0);
}
.news-footer .news-footer__nav .news-footer__nav-link.is-prev:active {
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 650px) {
  .news-footer .news-footer__nav .news-footer__nav-link.is-prev img {
    display: inline-block;
    margin: 0;
    width: 26px;
  }
}
.news-footer .news-footer__nav .news-footer__nav-link.is-list {
  margin: 0 120px 0 0;
}
@media screen and (max-width: 650px) {
  .news-footer .news-footer__nav .news-footer__nav-link.is-list {
    margin: 0;
  }
}
.news-footer .news-footer__nav .news-footer__nav-link.is-list:hover {
  text-decoration: none;
  transform: translate3d(0, -3px, 0);
}
.news-footer .news-footer__nav .news-footer__nav-link.is-list:active {
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 650px) {
  .news-footer .news-footer__nav .news-footer__nav-link.is-list img {
    width: 19px;
  }
}
.news-footer .news-footer__nav .news-footer__nav-link.is-next::after {
  border-right: solid 3px #000;
  border-top: solid 3px #000;
  content: "";
  display: inline-block;
  height: 13px;
  margin: 0 0 -1px 10px;
  transform: rotate(45deg);
  width: 13px;
}
.news-footer .news-footer__nav .news-footer__nav-link.is-next:hover {
  text-decoration: none;
  transform: translate3d(3px, 0, 0);
}
.news-footer .news-footer__nav .news-footer__nav-link.is-next:active {
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 650px) {
  .news-footer .news-footer__nav .news-footer__nav-link.is-next img {
    display: inline-block;
    margin: 0;
    width: 26px;
  }
}

.news-archive__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 472px;
}
@media screen and (max-width: 650px) {
  .news-archive__list {
    width: 226px;
  }
}
.news-archive__list li {
  padding: 0 20px 20px 0;
}
.news-archive__list li:first-child a {
  background-color: #D9D508;
}
.news-archive__list li:nth-child(6n) {
  padding: 0;
}
@media screen and (max-width: 650px) {
  .news-archive__list li:nth-child(6n) {
    padding: 0 20px 20px 0;
  }
}
@media screen and (max-width: 650px) {
  .news-archive__list li:nth-child(3n) {
    padding: 0;
  }
}
.news-archive__list li a {
  background-color: #D6D6D6;
  border-radius: 23px;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  width: 62px;
}
.news-archive__list li a:hover {
  background-color: #D9D508;
  transition: background-color 0.5s ease;
}

.events-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -4px;
  padding: 80px 0 0;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .events-list {
    justify-content: center;
  }
}
@media screen and (max-width: 650px) {
  .events-list {
    padding: 100px 0 37px;
  }
}
.events-list.is-top::before {
  display: none;
}
.events-list::before {
  background: url("images/bg-wall@2x.jpg") no-repeat center center/cover;
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.events-list .events-list__noresults {
  text-align: center;
  width: 100%;
}
.events-list .events-list__headline {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 50px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .events-list .events-list__headline {
    font-size: 2.2rem;
    padding: 0 0 43px;
  }
}
.events-list .events-list__headline:first-of-type::before {
  background: url("images/events-list-decoration01@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 222px;
  position: absolute;
  left: -90px;
  top: -160px;
  width: 287px;
}
@media screen and (max-width: 650px) {
  .events-list .events-list__headline:first-of-type::before {
    display: none;
  }
}
.events-list .events-list__headline:first-of-type::after {
  background: url("images/events-list-decoration02@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 165px;
  position: absolute;
  right: -70px;
  top: -130px;
  width: 256px;
}
@media screen and (max-width: 650px) {
  .events-list .events-list__headline:first-of-type::after {
    display: none;
  }
}
.events-list .events-list__items {
  display: flex;
  flex-direction: column;
  margin: 0 18px;
  min-height: 210px;
  padding: 0 0 80px;
  position: relative;
  width: 210px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .events-list .events-list__items {
    margin: 0 10px;
  }
}
@media screen and (max-width: 650px) {
  .events-list .events-list__items {
    margin: 0 4px;
    padding: 0 0 43px;
    width: 151px;
  }
}
.events-list .events-list__items.is-dammy {
  height: 0;
  min-height: 0;
  padding: 0;
}
.events-list .events-list__date {
  padding: 0 0 25px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .events-list .events-list__date {
    padding: 0 0 12px;
  }
}
.events-list .events-list__date .events-list__date-small, .events-list .events-list__date .events-list__date-large {
  display: block;
  font-family: "Prompt", sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 650px) {
  .events-list .events-list__date .events-list__date-small, .events-list .events-list__date .events-list__date-large {
    font-size: 1rem;
  }
}
.events-list .events-list__date .events-list__date-large {
  border-bottom: solid 5px #000;
  display: inline-block;
  font-size: 3rem;
  padding: 0 0 8px;
}
@media screen and (max-width: 650px) {
  .events-list .events-list__date .events-list__date-large {
    border-bottom: solid 3px #000;
    font-size: 2rem;
    padding: 0 0 6px;
  }
}
.events-list .events-list__photo {
  border-radius: 23px;
  display: block;
  line-height: 0;
  margin: 0 0 30px;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .events-list .events-list__photo {
    margin: 0 0 18px;
  }
}
.events-list .events-list__photo img {
  width: 100%;
}
.events-list .events-list__title {
  border-bottom: solid 1px #000;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  margin: 0 0 3px;
  padding: 0 20px 7px;
}
@media screen and (max-width: 650px) {
  .events-list .events-list__title {
    font-size: 1.2rem;
    margin: 0 10px 3px;
    padding: 0 0 5px;
  }
}
.events-list .events-list__text {
  font-size: 1.2rem;
  letter-spacing: 0.075em;
  line-height: 1.5;
  padding: 0 20px 25px;
}
@media screen and (max-width: 650px) {
  .events-list .events-list__text {
    margin: 0 10px;
    padding: 0 0 36px;
  }
}
.events-list .events-list__more {
  background-color: #D9D508;
  border-radius: 58px;
  display: block;
  font-family: "Prompt", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: auto auto 0;
  padding: 9px 0 5px;
  text-align: center;
  width: 144px;
}
@media screen and (max-width: 650px) {
  .events-list .events-list__more {
    padding: 5px 0;
    width: 125px;
  }
}
.events-list .events-list__more:hover {
  opacity: 0.6;
}

.events-body {
  padding: 0 150px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .events-body {
    padding: 0;
  }
}
.events-body .events-body__headline {
  text-align: center;
}
@media screen and (max-width: 650px) {
  .events-body .events-body__headline {
    text-align: left;
  }
}
.events-body .events-body__headline .events-body__headline-title {
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3846153846;
  padding: 0 0 3px;
}
@media screen and (max-width: 650px) {
  .events-body .events-body__headline .events-body__headline-title {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.3636363636;
    padding: 0 0 8px;
  }
}
.events-body .events-body__headline .events-body__headline-date {
  border-bottom: solid 5px #000;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 15px 0 0;
  padding: 0 10px 4px;
}
@media screen and (max-width: 650px) {
  .events-body .events-body__headline .events-body__headline-date {
    border-bottom: solid 3px #000;
    font-size: 2rem;
    font-style: italic;
    margin: 0 24px 0 0;
    padding: 0 0 2px;
  }
}
.events-body .events-body__photo {
  border-radius: 23px;
  display: block;
  line-height: 0;
  overflow: hidden;
  margin: 0 0 54px;
}
@media screen and (max-width: 650px) {
  .events-body .events-body__photo {
    margin: 0 0 30px;
  }
}
.events-body .events-body__photo img {
  width: 100%;
}
.events-body p {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.5;
}
.events-body a {
  color: #D9D508;
  text-decoration: underline;
}
.events-body a:hover {
  text-decoration: none;
}
.events-body h2,
.events-body h3,
.events-body h4 {
  margin: 40px auto 20px;
}

.events-reservaition {
  margin: 0 auto;
  max-width: 680px;
}
.events-reservaition .events-reservation__headline {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 15px;
  position: relative;
  text-align: center;
}
.events-reservaition .events-reservation__headline::before {
  background: url("images/events-reservation-headline01@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 61px;
  position: absolute;
  left: calc(50% - 230px);
  top: 0;
  width: 64px;
}
@media screen and (max-width: 650px) {
  .events-reservaition .events-reservation__headline::before {
    background: url("images/events-reservation-headline-sp01@2x.png") no-repeat center center/contain;
    height: 142px;
    left: calc(50% - 210px);
    top: -80px;
    width: 84px;
  }
}
.events-reservaition .events-reservation__headline::after {
  background: url("images/events-reservation-headline02@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 61px;
  position: absolute;
  left: calc(50% + 180px);
  top: 0;
  width: 64px;
}
@media screen and (max-width: 650px) {
  .events-reservaition .events-reservation__headline::after {
    background: url("images/events-reservation-headline-sp02@2x.png") no-repeat center center/contain;
    left: calc(50% + 120px);
    top: -80px;
    height: 128px;
    width: 90px;
  }
}
.events-reservaition .events-reservation__comment {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 1.2857142857;
  opacity: 0.8;
  text-align: center;
}

.price-top .price-top__text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5555555556;
  padding: 0 0 70px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .price-top .price-top__text {
    font-size: 1.4rem;
    padding: 0 0 40px;
    text-align: left;
    width: 232px;
  }
}
.price-top .price-top__list {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  max-width: 756px;
  padding: 0 0 68px;
}
@media screen and (max-width: 650px) {
  .price-top .price-top__list {
    flex-direction: column;
    padding: 0 0 50px;
    width: 100%;
  }
}
.price-top .price-top__items {
  width: calc(33.33333% - 27px);
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .price-top .price-top__items {
    width: calc(33.33333% - 17px);
  }
}
@media screen and (max-width: 650px) {
  .price-top .price-top__items {
    padding: 0 0 20px;
    width: 100%;
  }
}
.price-top .price-top__items .price-top__link {
  display: block;
  position: relative;
}
@media screen and (max-width: 650px) {
  .price-top .price-top__items .price-top__link::after {
    content: "";
    display: block;
    border-bottom: solid 3px #fff;
    border-left: solid 3px #fff;
    height: 10px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate3d(0, -50%, 0) rotate(-45deg);
    width: 10px;
  }
}
.price-top .price-top__items .price-top__link:hover {
  opacity: 0.6;
}
.price-top .price-top__items .price-top__photo {
  border-radius: 23px;
  display: block;
  height: 137px;
  line-height: 0;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 650px) {
  .price-top .price-top__items .price-top__photo {
    height: 80px;
  }
}
.price-top .price-top__items .price-top__photo::after {
  background-color: rgba(72, 72, 72, 0.6);
  border-radius: 23px;
  content: "";
  display: block;
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .price-top .price-top__items .price-top__photo::after {
    mix-blend-mode: normal;
  }
}
.price-top .price-top__items .price-top__photo img {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .price-top .price-top__items .price-top__photo img {
    transform: translate3d(0, -33%, 0);
  }
}
.price-top .price-top__items .price-top__title {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 48%;
  text-align: center;
  transform: translate3d(-50%, -50%, 0);
  white-space: nowrap;
}
@media screen and (max-width: 650px) {
  .price-top .price-top__items .price-top__title {
    left: 30px;
    top: 48%;
    text-align: left;
    transform: translate3d(0, -50%, 0);
  }
}
.price-top .price-top__items .price-top__title .price-top__title-ja {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.1666666667;
  padding: 0 0 7px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .price-top .price-top__items .price-top__title .price-top__title-ja {
    font-size: 1.8rem;
    line-height: 1;
    padding: 0 0 2px;
  }
}
.price-top .price-top__items .price-top__title .price-top__title-en {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 20px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .price-top .price-top__items .price-top__title .price-top__title-en {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 650px) {
  .price-top .price-top__items .price-top__title .price-top__title-en {
    font-size: 1.6rem;
    padding: 0;
  }
}
.price-top .price-top__items .price-top__title::after {
  border-bottom: solid 6px #fff;
  border-left: solid 6px #fff;
  content: "";
  display: block;
  height: 20px;
  transform: rotate(-45deg);
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(-45deg);
  width: 20px;
}
@media screen and (max-width: 650px) {
  .price-top .price-top__items .price-top__title::after {
    display: none;
  }
}
.price-top .price-top__items.is-other-facilities .price-top__title {
  top: 45%;
}
.price-top .price-top__items.is-other-facilities .price-top__title::after {
  bottom: -5px;
}
.price-top .price-top__calendar {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .price-top .price-top__calendar {
    flex-direction: column;
  }
}
.price-top .price-top__calendar .price-top__calendar-photo {
  margin: 0 21px 0 0;
}
@media screen and (max-width: 650px) {
  .price-top .price-top__calendar .price-top__calendar-photo {
    margin: 0 0 13px;
    width: 55px;
  }
}
.price-top .price-top__calendar .price-top__calendar-photo img {
  width: 100%;
}
.price-top .price-top__calendar .price-top__calendar-link {
  border-bottom: solid 3px #000;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 5px;
}
.price-top .price-top__calendar .price-top__calendar-link::before {
  background: url("images/icon-triangle.svg") no-repeat center center/100%;
  content: "";
  display: inline-block;
  height: 7px;
  margin: 0 0 2px;
  width: 7px;
}
.price-top .price-top__calendar .price-top__calendar-link:hover {
  border-bottom: solid 3px transparent;
}

.price-list {
  margin: 0 auto;
  max-width: 835px;
}
.price-list:nth-child(odd) {
  padding: 75px 0 100px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .price-list:nth-child(odd) {
    padding: 94px 0 124px;
  }
}
.price-list:nth-child(odd)::before {
  background: url("images/bg-wall@2x.jpg") no-repeat center center/cover;
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.price-list:nth-child(even) table tbody tr th {
  background-color: #F7F7F7;
}
.price-list:nth-child(even) .price-list__sp {
  background-color: #F7F7F7;
}
.price-list.is-accomodation .price-list__headline {
  position: relative;
}
.price-list.is-accomodation .price-list__headline::before {
  background: url("images/price-list-decoration01@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 147px;
  position: absolute;
  left: -152px;
  top: -145px;
  width: 147px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .price-list.is-accomodation .price-list__headline::before {
    left: 0;
    width: 120px;
  }
}
@media screen and (max-width: 650px) {
  .price-list.is-accomodation .price-list__headline::before {
    height: 101px;
    left: -8px;
    top: -157px;
    width: 101px;
  }
}
.price-list.is-accomodation .price-list__headline::after {
  background: url("images/price-list-decoration02@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 135px;
  position: absolute;
  right: -168px;
  top: -146px;
  width: 249px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .price-list.is-accomodation .price-list__headline::after {
    right: 0;
    width: 200px;
  }
}
@media screen and (max-width: 650px) {
  .price-list.is-accomodation .price-list__headline::after {
    height: 82px;
    right: -10px;
    top: -156px;
    width: 151px;
  }
}
.price-list.is-consumables .price-list__headline {
  position: relative;
}
.price-list.is-consumables .price-list__headline::before {
  background: url("images/price-list-decoration03@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 148px;
  position: absolute;
  left: -152px;
  top: -145px;
  width: 192px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .price-list.is-consumables .price-list__headline::before {
    left: 0;
    width: 150px;
  }
}
@media screen and (max-width: 650px) {
  .price-list.is-consumables .price-list__headline::before {
    height: 101px;
    left: -8px;
    top: -157px;
    width: 101px;
  }
}
.price-list.is-consumables .price-list__headline::after {
  background: url("images/price-list-decoration04@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 117px;
  position: absolute;
  right: -168px;
  top: -146px;
  width: 182px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .price-list.is-consumables .price-list__headline::after {
    right: 0;
    width: 160px;
  }
}
@media screen and (max-width: 650px) {
  .price-list.is-consumables .price-list__headline::after {
    height: 82px;
    right: -10px;
    top: -156px;
    width: 151px;
  }
}
.price-list .price-list__headline {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 60px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .price-list .price-list__headline {
    line-height: 1.8181818182;
    padding: 0 0 44px;
  }
}
.price-list .price-list__text {
  font-size: 1.2rem;
  letter-spacing: 0.075em;
  line-height: 1.5;
  opacity: 0.8;
}
@media screen and (max-width: 650px) {
  .price-list .price-list__text {
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
}

.price-list__sp {
  background-color: #fff;
  border-radius: 23px;
  padding: 0 0 40px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .price-list__sp.is-bangalow .price-list__title img {
    width: 125px;
  }
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .price-list__sp.is-tentsite .price-list__title img {
    width: 120px;
  }
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .price-list__sp.is-autocampsite .price-list__title img {
    width: 148px;
  }
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .price-list__sp.is-bbqhouse .price-list__title img {
    width: 108px;
  }
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .price-list__sp.is-sichirinnagaya .price-list__title img {
    width: 104px;
  }
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .price-list__sp.is-woodwork .price-list__title img {
    width: 79px;
  }
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .price-list__sp.is-consumables .price-list__title img {
    width: 107px;
  }
}
.price-list__sp .price-list__title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 24px 0 20px;
}
.price-list__sp .price-list__title.is-no-image {
  padding: 36px 0 35px;
}
.price-list__sp .price-list__title img {
  margin: 0 0 8px;
}
@media screen and (max-width: 650px) {
  .price-list__sp .price-list__title img {
    margin: 0 0 12px;
  }
}
.price-list__sp .price-list__sub-title {
  border-top: solid 1px #D1D1D1;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 31px 0;
}
.price-list__sp .price-list__sub-title.is-no-border {
  border: none;
}
.price-list__sp .price-list__season {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 295px;
}
@media screen and (max-width: 365px) {
  .price-list__sp .price-list__season {
    width: 260px;
  }
}
.price-list__sp .price-list__season .price-list__season-title {
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 26px 0 25px;
  width: 100%;
}
.price-list__sp .price-list__season .price-list__season-price {
  align-items: center;
  border-right: solid 1px #D1D1D1;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 2;
  padding: 30px 0;
  width: 50%;
}
.price-list__sp .price-list__season .price-list__season-price.is-single {
  width: 100%;
}
.price-list__sp .price-list__season .price-list__season-price.is-border-bottom {
  border-bottom: solid 1px #D1D1D1;
}
.price-list__sp .price-list__season .price-list__season-price:last-child {
  border: none;
}
.price-list__sp .price-list__season.is-value .price-list__season-title {
  background-color: #CDE6A1;
  border-radius: 23px 23px 0 0;
}
.price-list__sp .price-list__season.is-value .price-list__season-price {
  background-color: #F2FAE4;
}
.price-list__sp .price-list__season.is-regular .price-list__season-title {
  background-color: #F2E393;
}
.price-list__sp .price-list__season.is-regular .price-list__season-price {
  background-color: #FCF9DA;
}
.price-list__sp .price-list__season.is-high {
  border-radius: 0 0 23px 23px;
  overflow: hidden;
}
.price-list__sp .price-list__season.is-high .price-list__season-title {
  background-color: #E5AE96;
}
.price-list__sp .price-list__season.is-high .price-list__season-price {
  background-color: #FCEBDA;
}

.price-list__facility {
  align-items: center;
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .price-list__facility {
    flex-direction: row;
    justify-content: center;
  }
}
.price-list__facility li {
  align-items: center;
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 2px 0;
  padding: 1px 3px 1px 4px;
  width: 57px;
}
@media screen and (max-width: 650px) {
  .price-list__facility li {
    font-size: 1.2rem;
    line-height: 1.4166666667;
    margin: 0 5px;
    padding: 2px 4px 3px 5px;
    width: 78px;
  }
}
.price-list__facility li.is-ok::after {
  background: url("images/icon-maru-white.svg") no-repeat center center/contain;
  content: "";
  height: 12px;
  width: 12px;
}
@media screen and (max-width: 650px) {
  .price-list__facility li.is-ok::after {
    height: 16px;
    width: 16px;
  }
}
.price-list__facility li.is-ng::after {
  background: url("images/icon-batsu-white.svg") no-repeat center center/contain;
  content: "";
  height: 12px;
  width: 12px;
}
@media screen and (max-width: 650px) {
  .price-list__facility li.is-ng::after {
    height: 16px;
    width: 16px;
  }
}
.price-list__facility .price-list__facility-wifi {
  background-color: #81C2E8;
}
.price-list__facility .price-list__facility-power {
  background-color: #6FB86A;
}
.price-list__facility .price-list__facility-fire {
  background-color: #E36B38;
}

.calendar-top__headline {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 27px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .calendar-top__headline {
    padding: 0 0 45px;
  }
}

.calendar-top .calendar-top__list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 618px;
}
@media screen and (max-width: 650px) {
  .calendar-top .calendar-top__list {
    flex-direction: column;
    padding: 0 0 0 20px;
    width: 100%;
  }
}
.calendar-top .calendar-top__list .calendar-top__items {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
}
@media screen and (max-width: 650px) {
  .calendar-top .calendar-top__list .calendar-top__items {
    padding: 0 0 26px;
  }
}
.calendar-top .calendar-top__list .calendar-top__items::before {
  border-radius: 23px;
  content: "";
  display: inline-block;
  height: 24px;
  margin: 0 5px -8px 0;
  width: 38px;
}
.calendar-top .calendar-top__list .calendar-top__items.is-high::before {
  background: #E5AE96;
}
.calendar-top .calendar-top__list .calendar-top__items.is-regular::before {
  background: #F2E393;
}
.calendar-top .calendar-top__list .calendar-top__items.is-value::before {
  background: #CDE6A1;
}
.calendar-top .calendar-top__list .calendar-top__items.is-closed::before {
  background: #D6D6D6;
}

.calendar__wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 0 0 -20px;
  padding: 0 20px 0 40px;
  position: relative;
  width: calc(100% + 40px);
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .calendar__wrapper {
    margin-left: -10px;
    padding: 0;
    width: calc(100% + 20px);
  }
}
@media screen and (max-width: 365px) {
  .calendar__wrapper {
    margin-left: -5px;
    width: calc(100% + 10px);
  }
}
.calendar__wrapper::before {
  background: url("images/bg-wall@2x.jpg") no-repeat center center/cover;
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.calendar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 80px 0 40px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .calendar {
    justify-content: center;
    padding: 60px 0 40px;
    max-width: 640px;
  }
}
.calendar .calendar-items {
  background: #fff;
  border-radius: 23px;
  height: 330px;
  margin: 0 20px 40px;
  padding: 15px 16px;
  width: 45%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .calendar .calendar-items {
    margin: 0 10px 40px;
    min-width: 288px;
  }
}
@media screen and (max-width: 650px) {
  .calendar .calendar-items {
    height: 368px;
    padding: 16px 14px;
    max-width: 335px;
    width: 100%;
  }
}
@media screen and (max-width: 365px) {
  .calendar .calendar-items {
    margin: 0 0 40px;
    min-width: auto;
    padding: 16px 0;
  }
}
.calendar .calendar-items.is-dummy {
  background-color: transparent;
  height: 0;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}
.calendar .calendar-items .calendar-items__month {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .calendar .calendar-items .calendar-items__month {
    font-size: 2.2rem;
  }
}

.facilities-top {
  padding: 0 0 40px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .facilities-top {
    padding: 0 0 36px;
  }
}
.facilities-top::before {
  background: url("images/bg-wall@2x.jpg") no-repeat center center/cover;
  content: "";
  display: block;
  height: calc(100% + 346px);
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: -346px;
  width: 100vw;
  z-index: -1;
}
.facilities-top .facilities-top__photo {
  border-radius: 241px;
  display: block;
  height: 325px;
  line-height: 0;
  margin: 0 0 45px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .facilities-top .facilities-top__photo {
    border-radius: 0 241px 241px 0;
    height: 202px;
    margin: 0 0 16px calc(50% - 50vw);
  }
}
.facilities-top .facilities-top__photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.facilities-top .facilities-top__text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5555555556;
  margin: 0 auto;
  text-align: center;
  width: 594px;
}
@media screen and (max-width: 650px) {
  .facilities-top .facilities-top__text {
    font-size: 1.6rem;
    line-height: 1.75;
    margin: 0;
    text-align: left;
    width: 237px;
  }
}
.facilities-top .facilities-top__pets {
  margin: 0 auto;
  max-width: 840px;
  padding: 0 100px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .facilities-top .facilities-top__pets {
    padding: 0;
  }
}
.facilities-top .facilities-top__pets .facilities-top__pets-text {
  background-color: #E5AE96;
  border-radius: 33px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 13px 55px;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-top .facilities-top__pets .facilities-top__pets-text {
    padding: 13px;
  }
}
@media screen and (max-width: 650px) {
  .facilities-top .facilities-top__pets .facilities-top__pets-text {
    line-height: 1.7142857143;
    padding: 14px 98px 14px 20px;
    text-align: left;
  }
}
.facilities-top .facilities-top__pets .facilities-top__pets-picture {
  display: block;
  height: auto;
  position: absolute;
  right: 0;
  top: -6px;
  width: 104px;
}
@media screen and (max-width: 650px) {
  .facilities-top .facilities-top__pets .facilities-top__pets-picture {
    right: 12px;
    top: auto;
    bottom: 5px;
  }
}

.facilities-footer {
  padding: 66px 0 160px;
  position: relative;
}
.facilities-footer::before {
  background: url("images/bg-wall@2x.jpg") no-repeat center top/cover;
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.facilities-footer .facilities-footer__navigation {
  margin: 0 auto;
  position: relative;
  width: 296px;
}
.facilities-footer .facilities-footer__list {
  background-color: #fff;
  border-radius: 16px;
  list-style: none;
  margin: -57px auto 0;
  max-height: 600px;
  overflow: hidden;
  padding: 57px 0 0;
  text-align: center;
  transition: max-height 0.9s ease;
  width: 296px;
  z-index: 1;
}
.facilities-footer .facilities-footer__list li {
  border-bottom: solid 1px #000;
}
.facilities-footer .facilities-footer__list li a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 14px 0;
}
.facilities-footer .facilities-footer__list li:last-child {
  border-bottom: none;
}
.facilities-footer .facilities-footer__list li:hover {
  background-color: #D9D508;
}
.facilities-footer .facilities-footer__list.is-hide {
  max-height: 0;
}

.facilities-map {
  padding: 0 0 136px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .facilities-map {
    margin: 0 calc(50% - 50vw);
    padding: 0 0 60px;
  }
}
.facilities-map::before {
  background: url("images/bg-wall@2x.jpg") no-repeat center center/cover;
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.facilities-map .facilities-map__image {
  display: block;
  line-height: 0;
  margin: 0 0 40px;
}
.facilities-map .facilities-map__button .facilities-map__button-link {
  background: #fff;
  border: solid 3px #777777;
  border-radius: 58px;
  color: #777777;
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 0.075em;
  line-height: 1;
  padding: 15px 38px;
}
@media screen and (max-width: 650px) {
  .facilities-map .facilities-map__button .facilities-map__button-link {
    font-size: 1.4rem;
    padding: 12px 28px;
  }
}
.facilities-map .facilities-map__button .facilities-map__button-link:hover {
  opacity: 0.6;
}

.facilities-about {
  padding: 98px 0 30px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .facilities-about {
    padding: 68px 0 30px;
  }
}
.facilities-about::before {
  background: url("images/bg-wall@2x.jpg") no-repeat center center/cover;
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -2;
}
.facilities-about::after {
  background: rgba(217, 213, 8, 0.5);
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.facilities-about .c-contents__header {
  position: relative;
}
.facilities-about .c-contents__header::before {
  background: url("images/facilities-about-decoration01@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 285px;
  position: absolute;
  left: calc(50% - 614px);
  top: -226px;
  width: 398px;
  z-index: 2;
}
@media screen and (max-width: 650px) {
  .facilities-about .c-contents__header::before {
    height: 23.2vw;
    left: -14px;
    top: -112px;
    width: 32.5333333333vw;
  }
}
.facilities-about .c-contents__header::after {
  background: url("images/facilities-about-decoration02@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 253px;
  position: absolute;
  left: calc(50% + 276px);
  top: -202px;
  width: 287px;
  z-index: 2;
}
@media screen and (max-width: 650px) {
  .facilities-about .c-contents__header::after {
    height: 23.7333333333vw;
    left: auto;
    right: -10px;
    top: -114px;
    width: 26.9333333333vw;
  }
}
.facilities-about .facilities-about__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-about .facilities-about__list {
    margin: 0 auto;
    width: 484px;
  }
}
@media screen and (max-width: 650px) {
  .facilities-about .facilities-about__list {
    flex-direction: column;
    margin: 0;
    width: 100%;
  }
}
.facilities-about .facilites-about__items {
  background: #fff;
  border-radius: 60px;
  margin: 0 0 57px;
  padding: 24px 13px 19px;
  width: 236px;
}
@media screen and (max-width: 650px) {
  .facilities-about .facilites-about__items {
    margin: 0 0 40px;
    padding: 52px 18px;
    width: 100%;
  }
}
.facilities-about .facilites-about__items .facilities-about__headline {
  align-items: center;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.2;
  min-height: 60px;
  padding: 0 0 12px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .facilities-about .facilites-about__items .facilities-about__headline {
    font-size: 2.2rem;
    min-height: unset;
    padding: 0 0 22px;
  }
}
.facilities-about .facilites-about__items .facilities-about__photo {
  border-radius: 23px;
  display: block;
  line-height: 0;
  margin: 0 0 14px;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .facilities-about .facilites-about__items .facilities-about__photo {
    margin: 0 auto 20px;
    width: 100%;
  }
}
.facilities-about .facilites-about__items .facilities-about__photo img {
  width: 100%;
}
.facilities-about .facilites-about__items .facilities-about__others {
  border-bottom: solid 1px #000;
  font-size: 1.4rem;
  font-weight: 700;
  height: 65px;
  line-height: 1.2857142857;
  margin: 0 0 2px;
}
@media screen and (max-width: 650px) {
  .facilities-about .facilites-about__items .facilities-about__others {
    height: auto;
    padding: 0 0 40px;
  }
}
.facilities-about .facilites-about__items .facilities-about__others .facilities-about__others-small {
  font-size: 1rem;
}
@media screen and (max-width: 650px) {
  .facilities-about .facilites-about__items .facilities-about__others .facilities-about__others-small {
    font-size: 1.4rem;
  }
}
.facilities-about .facilites-about__items .facilities-about__text {
  font-size: 1.2rem;
  min-height: 158px;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
@media screen and (max-width: 650px) {
  .facilities-about .facilites-about__items .facilities-about__text {
    font-size: 1.4rem;
    line-height: 1.6428571429;
    height: auto;
    padding: 0 0 36px;
  }
}
.facilities-about .facilites-about__items .facilities-about__more {
  background-color: #000;
  color: #fff;
  border-radius: 58px;
  display: block;
  font-family: "Prompt", sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 auto;
  padding: 14px 0 10px;
  position: relative;
  text-align: center;
  width: 140px;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .facilities-about .facilites-about__items .facilities-about__more {
    font-size: 1.9rem;
    padding: 18px 0 18px;
    width: 199px;
  }
}
.facilities-about .facilites-about__items .facilities-about__more::before {
  background-color: #000;
  border-radius: 58px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.3s ease;
  width: 100%;
  z-index: -1;
}
.facilities-about .facilites-about__items .facilities-about__more:hover::before {
  transform: scale(1.08);
}
.facilities-about .facilities-about__link {
  text-decoration: underline;
}
.facilities-about .facilities-about__link:hover {
  text-decoration: none;
}

.facilities-detail {
  box-sizing: border-box;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0 calc(50% - 50vw) 0 0;
  position: relative;
}
.facilities-detail.is-bg-colour {
  padding: 90px 0;
}
.facilities-detail.is-bg-colour::before {
  background: url("images/bg-wall@2x.jpg") repeat center center/cover;
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  z-index: -1;
}
.facilities-detail.is-pc-align-center {
  align-items: center;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-detail.is-pc-align-center {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-detail {
    flex-direction: column;
  }
}
.facilities-detail .facilities-detail__photo {
  border-radius: 241px 0 0 241px;
  display: block;
  height: 35.313vw;
  line-height: 0;
  max-height: 452px;
  overflow: hidden;
  width: 46.797vw;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-detail .facilities-detail__photo {
    height: 53.333vw;
    margin: 0 0 75px;
    width: 100%;
  }
}
.facilities-detail .facilities-detail__photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.facilities-detail .facilities-detail__body {
  padding: 0 20px 0 0;
  width: 510px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-detail .facilities-detail__body {
    padding: 0 20px 0 0;
    width: 100%;
  }
}
.facilities-detail .facilities-detail__body a {
  color: #BFBC05;
  font-weight: 700;
  text-decoration: underline;
}
.facilities-detail .facilities-detail__body a:hover {
  text-decoration: none;
}
.facilities-detail .facilities-detail__headline {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.5384615385;
  padding: 0 0 18px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-detail .facilities-detail__headline {
    font-size: 2.2rem;
    line-height: 1.8181818182;
    letter-spacing: 0.075em;
    padding: 0 0 16px;
  }
}
.facilities-detail .facilities-detail__headline.is-pc-mt11 {
  margin-top: 110px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-detail .facilities-detail__headline.is-pc-mt11 {
    margin-top: 0;
  }
}
.facilities-detail .facilities-detail__headline-small {
  font-size: 1.8rem;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-detail .facilities-detail__headline-small {
    display: block;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 365px) {
  .facilities-detail .facilities-detail__headline-small {
    display: inline;
  }
}
.facilities-detail .facilities-detail__others {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 1.2857142857;
}
.facilities-detail .facilities-detail__certified {
  align-items: center;
  display: flex;
  padding: 0 0 53px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-detail .facilities-detail__certified {
    align-items: flex-start;
    padding: 0 0 30px;
  }
}
.facilities-detail .facilities-detail__certified img {
  margin: 0 15px 0 0;
}
.facilities-detail .facilities-detail__certified .facilities-detail__certified-text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.facilities-detail .facilities-detail__text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5555555556;
  padding: 0 0 45px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-detail .facilities-detail__text {
    font-size: 1.4rem;
    padding: 0 0 48px;
  }
}
.facilities-detail .facilities-detail__room {
  padding: 0 0 38px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-detail .facilities-detail__room {
    padding: 0 0 46px;
    text-align: center;
  }
}
.facilities-detail .facilities-detail__room:last-of-type {
  padding: 0 0 64px;
}
.facilities-detail .facilities-detail__room dt {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-detail .facilities-detail__room dt {
    font-size: 2.6rem;
    padding: 0 0 12px;
  }
}
.facilities-detail .facilities-detail__room dd {
  font-size: 1.4rem;
  display: inline-block;
  letter-spacing: 0.075em;
  line-height: 1;
  padding: 0 11px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-detail .facilities-detail__room dd {
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0 5px 0 0;
  }
}
.facilities-detail .facilities-detail__room dd.is-price {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 650px) {
  .facilities-detail .facilities-detail__room dd.is-price {
    display: block;
    font-size: 2.6rem;
    padding: 8px 0 0;
  }
}
.facilities-detail .facilities-detail__room dd.is-price::after {
  content: "（税込）";
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 650px) {
  .facilities-detail .facilities-detail__room dd.is-price::after {
    font-size: 1.6rem;
    font-weight: 700;
  }
}
.facilities-detail .facilities-detail__ohters {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 1.2857142857;
}
.facilities-detail .facilities-detail__small-title {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  margin: 0 0 15px;
}
@media screen and (max-width: 650px) {
  .facilities-detail .facilities-detail__small-title {
    font-size: 1.8rem;
  }
}
.facilities-detail .facilities-detail__list {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 1.2857142857;
  list-style: none;
  padding: 0;
}
.facilities-detail .facilities-detail__list .facilities-detail__item {
  margin: 0 0 20px;
}
@media screen and (max-width: 650px) {
  .facilities-detail .facilities-detail__list .facilities-detail__item {
    margin: 0 0 17px;
  }
}
.facilities-detail .facilities-detail__underline {
  margin-bottom: 60px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-detail .facilities-detail__underline {
    margin-bottom: 71px;
  }
}
.facilities-detail .facilities-detail__underline::after {
  background: #000;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -35px;
  height: 1px;
  width: 108%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-detail .facilities-detail__underline::after {
    bottom: -51px;
    width: 100%;
  }
}
.facilities-detail .facilities-detail__flex {
  align-items: center;
  display: flex;
  line-height: 1.2857142857;
  max-width: 470px;
}
@media screen and (max-width: 650px) {
  .facilities-detail .facilities-detail__flex {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    line-height: 1.5714285714;
  }
}
.facilities-detail .facilities-detail__flex .facilities-detail__flex-photo {
  border-radius: 122px;
  display: block;
  height: 124px;
  line-height: 0;
  margin: 0 28px 0 0;
  overflow: hidden;
  width: 158px;
}
@media screen and (max-width: 650px) {
  .facilities-detail .facilities-detail__flex .facilities-detail__flex-photo {
    height: 150px;
    margin: 0 0 28px 0;
    width: 250px;
  }
}
.facilities-detail .facilities-detail__flex .facilities-detail__flex-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.facilities-detail .facilities-detail__tent-decoration01 {
  height: auto;
  position: absolute;
  bottom: -137px;
  left: -66px;
  width: 232px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-detail .facilities-detail__tent-decoration01 {
    bottom: -150px;
    left: 0;
    width: 166px;
  }
}
@media screen and (max-width: 650px) {
  .facilities-detail .facilities-detail__tent-decoration01 {
    bottom: -138px;
  }
}
.facilities-detail .facilities-detail__tent-decoration02 {
  height: auto;
  position: absolute;
  bottom: -66px;
  left: -95px;
  width: 244px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-detail .facilities-detail__tent-decoration02 {
    bottom: -65px;
    left: 0;
    width: 121px;
  }
}
@media screen and (max-width: 650px) {
  .facilities-detail .facilities-detail__tent-decoration02 {
    bottom: -68px;
  }
}
.facilities-detail .facilities-detail__tent-decoration03 {
  height: auto;
  position: absolute;
  bottom: -175px;
  left: -89px;
  width: 308px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-detail .facilities-detail__tent-decoration03 {
    bottom: -108px;
    left: 0;
    width: 104px;
  }
}
@media screen and (max-width: 650px) {
  .facilities-detail .facilities-detail__tent-decoration03 {
    bottom: -98px;
  }
}
.facilities-detail .facilities-detail__tent-decoration04 {
  height: auto;
  position: absolute;
  bottom: -55px;
  left: -66px;
  width: 232px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-detail .facilities-detail__tent-decoration04 {
    bottom: -50px;
    left: 0;
    width: 166px;
  }
}
.facilities-detail .facilities-detail__tent-decoration05 {
  height: auto;
  position: absolute;
  bottom: -110px;
  left: -95px;
  width: 220px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-detail .facilities-detail__tent-decoration05 {
    bottom: -110px;
    left: 0;
    width: 121px;
  }
}
.facilities-detail .facilities-detail__tent-decoration06 {
  height: auto;
  position: absolute;
  bottom: -59px;
  left: -89px;
  width: 308px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-detail .facilities-detail__tent-decoration06 {
    bottom: -38px;
    left: 0;
    width: 104px;
  }
}
@media screen and (max-width: 650px) {
  .facilities-detail .facilities-detail__tent-decoration06 {
    bottom: -28px;
  }
}

.facilities-bbq-sets {
  padding: 96px 0 28px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .facilities-bbq-sets {
    padding: 59px 0 46px;
  }
}
.facilities-bbq-sets::before {
  background: url("images/bg-wall@2x.jpg") no-repeat center center/cover;
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.facilities-bbq-sets .facilities-bbq-sets__headline {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 70px;
}
@media screen and (max-width: 650px) {
  .facilities-bbq-sets .facilities-bbq-sets__headline {
    font-size: 2.2rem;
    padding: 0 0 64px;
    text-align: center;
  }
}
.facilities-bbq-sets .facilities-bbq-sets__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-bbq-sets .facilities-bbq-sets__list {
    justify-content: space-between;
  }
}
@media screen and (max-width: 650px) {
  .facilities-bbq-sets .facilities-bbq-sets__list {
    flex-direction: column;
  }
}
.facilities-bbq-sets .facilities-bbq-sets__items {
  padding: 0 0 82px;
  width: 50%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-bbq-sets .facilities-bbq-sets__items {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 650px) {
  .facilities-bbq-sets .facilities-bbq-sets__items {
    padding: 0 0 46px;
    width: 100%;
  }
}
.facilities-bbq-sets .facilities-bbq-sets__items .facilities-bbq-sets__photo {
  border-radius: 122px;
  display: block;
  height: 260px;
  line-height: 0;
  margin: 0 80px 30px 0;
  overflow: hidden;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-bbq-sets .facilities-bbq-sets__items .facilities-bbq-sets__photo {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 650px) {
  .facilities-bbq-sets .facilities-bbq-sets__items .facilities-bbq-sets__photo {
    margin: 0 0 18px;
  }
}
.facilities-bbq-sets .facilities-bbq-sets__items .facilities-bbq-sets__photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.facilities-bbq-sets .facilities-bbq-sets__items .facilities-bbq-sets__title {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 650px) {
  .facilities-bbq-sets .facilities-bbq-sets__items .facilities-bbq-sets__title {
    padding: 0;
    text-align: center;
  }
}
.facilities-bbq-sets .facilities-bbq-sets__items .facilities-bbq-sets__title .facilities-bbq-sets__title-large {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6363636364;
  padding: 0 0 4px;
}
@media screen and (max-width: 650px) {
  .facilities-bbq-sets .facilities-bbq-sets__items .facilities-bbq-sets__title .facilities-bbq-sets__title-large {
    line-height: 1.2727272727;
    padding: 0 0 10px;
  }
}
.facilities-bbq-sets .facilities-bbq-sets__items .facilities-bbq-sets__title .facilities-bbq-sets__title-small {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5555555556;
  padding: 0 0 14px;
}
.facilities-bbq-sets .facilities-bbq-sets__items .facilities-bbq-sets__text {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 1.2857142857;
  padding: 0 20px;
}
@media screen and (max-width: 650px) {
  .facilities-bbq-sets .facilities-bbq-sets__items .facilities-bbq-sets__text {
    text-align: center;
  }
}

.facilities-split {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-split {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.facilities-split .facilities-split__photo {
  border-radius: 122px;
  display: block;
  line-height: 0;
  margin: 18px 0 0;
  overflow: hidden;
  width: 410px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-split .facilities-split__photo {
    margin: 0 0 26px;
    width: 100%;
  }
}
.facilities-split .facilities-split__photo img {
  width: 100%;
}
.facilities-split .facilities-split__body {
  margin: 0 63px 0 0;
  width: 51%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-split .facilities-split__body {
    margin: 0;
    width: 100%;
  }
}
.facilities-split .facilities-split__headline {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 22px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-split .facilities-split__headline {
    font-size: 2.2rem;
    padding: 0 0 18px;
  }
}
.facilities-split .facilities-split__text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5555555556;
  padding: 0 0 31px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-split .facilities-split__text {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.facilities-split .facilities-split__others {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 1.2857142857;
}

.facilities-hanaokoshi-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .facilities-hanaokoshi-menu {
    flex-direction: column;
  }
}
.facilities-hanaokoshi-menu .facilities-hanaokoshi-menu__headline {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding: 0 0 60px;
  text-align: center;
  width: 100%;
}
.facilities-hanaokoshi-menu .facilities-hanaokoshi-menu__headline .facilities-hanaokoshi-menu__headline-sub {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.075em;
  padding: 20px 0 0;
}
@media screen and (max-width: 650px) {
  .facilities-hanaokoshi-menu .facilities-hanaokoshi-menu__headline .facilities-hanaokoshi-menu__headline-sub {
    font-size: 1.6rem;
  }
}
.facilities-hanaokoshi-menu .facilities-hanaokoshi-menu__headline .facilities-hanaokoshi-menu__headline-small {
  font-size: 2rem;
  letter-spacing: 0.075em;
  line-height: 1;
}
@media screen and (max-width: 650px) {
  .facilities-hanaokoshi-menu .facilities-hanaokoshi-menu__headline .facilities-hanaokoshi-menu__headline-small {
    font-size: 1.4rem;
    display: block;
    padding: 0 0 5px;
  }
}
.facilities-hanaokoshi-menu .facilities-hanaokoshi-menu__list {
  list-style: none;
  padding: 0;
  width: calc(50% - 67px);
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-hanaokoshi-menu .facilities-hanaokoshi-menu__list {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 650px) {
  .facilities-hanaokoshi-menu .facilities-hanaokoshi-menu__list {
    width: 100%;
  }
}
.facilities-hanaokoshi-menu .facilities-hanaokoshi-menu__items {
  border-bottom: solid 1px #000;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 0 36px;
  min-height: 45px;
  position: relative;
}
.facilities-hanaokoshi-menu .facilities-hanaokoshi-menu__items.is-comment {
  border: none;
}
.facilities-hanaokoshi-menu .facilities-hanaokoshi-menu__items.is-comment .facilities-hanaokoshi-menu__text {
  width: 100%;
}
.facilities-hanaokoshi-menu .facilities-hanaokoshi-menu__items .facilities-hanaokoshi-menu__title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.3636363636;
  padding: 0 0 10px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-hanaokoshi-menu .facilities-hanaokoshi-menu__items .facilities-hanaokoshi-menu__title {
    font-size: 1.7rem;
  }
}
.facilities-hanaokoshi-menu .facilities-hanaokoshi-menu__items .facilities-hanaokoshi-menu__text {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 1.2857142857;
  padding: 0 0 12px;
  width: 315px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-hanaokoshi-menu .facilities-hanaokoshi-menu__items .facilities-hanaokoshi-menu__text {
    width: 230px;
  }
}
@media screen and (max-width: 650px) {
  .facilities-hanaokoshi-menu .facilities-hanaokoshi-menu__items .facilities-hanaokoshi-menu__text {
    width: 71.8309859155%;
  }
}
.facilities-hanaokoshi-menu .facilities-hanaokoshi-menu__items .facilities-hanaokoshi-menu__price {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  position: absolute;
  right: 5px;
  bottom: 12px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-hanaokoshi-menu .facilities-hanaokoshi-menu__items .facilities-hanaokoshi-menu__price {
    font-size: 1.9rem;
  }
}
.facilities-hanaokoshi-menu .facilities-hanaokoshi-menu__button {
  text-align: center;
  width: 100%;
}
.facilities-hanaokoshi-menu .facilities-hanaokoshi-menu__button .facilities-hanaokoshi-menu__button-link {
  border: solid 3px #777777;
  border-radius: 58px;
  color: #777777;
  display: inline-block;
  font-size: 1.8rem;
  margin: 10px;
  padding: 15px 38px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .facilities-hanaokoshi-menu .facilities-hanaokoshi-menu__button .facilities-hanaokoshi-menu__button-link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 650px) {
  .facilities-hanaokoshi-menu .facilities-hanaokoshi-menu__button .facilities-hanaokoshi-menu__button-link {
    padding: 12px 28px;
  }
}
.facilities-hanaokoshi-menu .facilities-hanaokoshi-menu__button .facilities-hanaokoshi-menu__button-link:hover {
  opacity: 0.6;
}

.rental-index {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 755px;
}
@media screen and (max-width: 650px) {
  .rental-index {
    flex-direction: column;
    width: 100%;
  }
}

.rental-index__items {
  width: calc(33.33333% - 27px);
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .rental-index__items {
    width: calc(33.33333% - 17px);
  }
}
@media screen and (max-width: 650px) {
  .rental-index__items {
    padding: 0 0 20px;
    width: 100%;
  }
}
.rental-index__items .rental-index__link {
  display: block;
  position: relative;
}
@media screen and (max-width: 650px) {
  .rental-index__items .rental-index__link::after {
    content: "";
    display: block;
    border-bottom: solid 3px #fff;
    border-left: solid 3px #fff;
    height: 10px;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translate3d(0, -50%, 0) rotate(-45deg);
    width: 10px;
  }
}
.rental-index__items .rental-index__link:hover {
  opacity: 0.6;
}
.rental-index__items .rental-index__photo {
  border-radius: 23px;
  display: block;
  height: 270px;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 650px) {
  .rental-index__items .rental-index__photo {
    height: 80px;
  }
}
.rental-index__items .rental-index__photo img {
  height: 100%;
  object-fit: cover;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .rental-index__items .rental-index__photo img {
    object-position: center -130px;
  }
}
.rental-index__items .rental-index__photo::after {
  background-color: rgba(72, 72, 72, 0.6);
  border-radius: 23px;
  content: "";
  display: block;
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .rental-index__items .rental-index__photo::after {
    mix-blend-mode: normal;
  }
}
.rental-index__items .rental-index__title {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 48%;
  text-align: center;
  transform: translate3d(-50%, -30%, 0);
  white-space: nowrap;
}
@media screen and (max-width: 650px) {
  .rental-index__items .rental-index__title {
    left: 30px;
    top: 53%;
    text-align: left;
    transform: translate3d(0, -50%, 0);
  }
}
.rental-index__items .rental-index__title .rental-index__title-ja {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.1666666667;
  padding: 0 0 7px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .rental-index__items .rental-index__title .rental-index__title-ja {
    font-size: 1.8rem;
    line-height: 1;
    padding: 0 0 2px;
  }
}
.rental-index__items .rental-index__title .rental-index__title-en {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5555555556;
  padding: 0 0 20px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .rental-index__items .rental-index__title .rental-index__title-en {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 650px) {
  .rental-index__items .rental-index__title .rental-index__title-en {
    font-size: 1.6rem;
    padding: 0;
  }
}
.rental-index__items .rental-index__title::after {
  border-bottom: solid 6px #fff;
  border-left: solid 6px #fff;
  content: "";
  display: block;
  height: 20px;
  transform: rotate(-45deg);
  position: absolute;
  bottom: -57px;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(-45deg);
  width: 20px;
}
@media screen and (max-width: 650px) {
  .rental-index__items .rental-index__title::after {
    display: none;
  }
}

.rental {
  padding: 0 0 170px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .rental {
    padding: 0 0 100px;
  }
}
.rental::before {
  background: url("images/bg-wall@2x.jpg") no-repeat center center/cover;
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 76px;
  width: 100vw;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .rental::before {
    height: 100%;
    top: 10px;
  }
}
.rental .c-headline__page-middle {
  position: relative;
}
.rental .c-headline__page-middle::before {
  background: url("images/rental-headline-decoration01@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 222px;
  position: absolute;
  left: calc(50% - 580px);
  top: -54px;
  width: 287px;
  z-index: 2;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .rental .c-headline__page-middle::before {
    background: url("images/rental-headline-decoration-sp01@2x.png") no-repeat center center/contain;
    height: 37.8666666667vw;
    left: -26px;
    top: -40px;
    width: 22.4vw;
  }
}
.rental .c-headline__page-middle::after {
  background: url("images/rental-headline-decoration02@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 165px;
  position: absolute;
  left: calc(50% + 308px);
  top: -22px;
  width: 256px;
  z-index: 2;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .rental .c-headline__page-middle::after {
    background: url("images/rental-headline-decoration-sp02@2x.png") no-repeat center center/contain;
    height: 34.1333333333vw;
    left: auto;
    right: -46px;
    top: -44px;
    width: 24vw;
  }
}
.rental .rental-items {
  margin: 0 -5px;
}
.rental .rental-items__headline {
  position: relative;
  text-align: center;
}
.rental .rental-items__headline::before {
  background-image: linear-gradient(to right, #707070, #707070 5px, transparent 5px, transparent 10px);
  background-size: 10px 1px;
  background-repeat: repeat;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 337px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .rental .rental-items__headline::before {
    display: none;
  }
}
.rental .rental-items__headline::after {
  background-image: linear-gradient(to right, #707070, #707070 5px, transparent 5px, transparent 10px);
  background-size: 10px 1px;
  background-repeat: repeat;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 337px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .rental .rental-items__headline::after {
    display: none;
  }
}
.rental .rental-items__headline .rental-items__headline-image {
  display: block;
  margin: 0 auto 18px;
  position: relative;
}
.rental .rental-items__headline .rental-items__headline-main {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}

.rental-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  max-width: 660px;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .rental-list {
    max-width: 345px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 365px) {
  .rental-list {
    justify-content: center;
  }
}
.rental-list .rental-list__items {
  margin: 0 5px 40px;
  min-height: 215px;
  width: 154px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .rental-list .rental-list__items {
    width: 162px;
  }
}
.rental-list .rental-list__items-photo {
  border-radius: 23px;
  display: block;
  height: 133px;
  line-height: 0;
  margin: 0 0 15px;
  overflow: hidden;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .rental-list .rental-list__items-photo {
    height: 140px;
  }
}
.rental-list .rental-list__items-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.rental-list .rental-list__items-headline {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3571428571;
  padding: 0 0 10px;
  text-align: center;
}
.rental-list .rental-list__items-price {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.375;
  text-align: center;
}

.access-traffic {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 680px;
}
@media screen and (max-width: 650px) {
  .access-traffic {
    flex-direction: column;
  }
}
.access-traffic .access-traffic__headline {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 47px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .access-traffic .access-traffic__headline {
    padding: 0 0 98px;
  }
}
.access-traffic .access-traffic__items {
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 650px) {
  .access-traffic .access-traffic__items {
    width: 100%;
  }
}
.access-traffic .access-traffic__items:first-of-type {
  border-right: solid 1px #000;
  padding: 12px 20px 26px 0;
}
@media screen and (max-width: 650px) {
  .access-traffic .access-traffic__items:first-of-type {
    border: none;
    padding: 0 0 128px;
  }
}
.access-traffic .access-traffic__items:last-of-type {
  padding: 30px 0 26px;
}
@media screen and (max-width: 650px) {
  .access-traffic .access-traffic__items:last-of-type {
    padding: 0;
  }
}
.access-traffic .access-traffic__items .access-traffic__items-photo {
  display: block;
  line-height: 0;
  margin: 0 0 39px;
}
@media screen and (max-width: 650px) {
  .access-traffic .access-traffic__items .access-traffic__items-photo {
    margin: 0 0 12px;
  }
}
.access-traffic .access-traffic__items .access-traffic__items-headline {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  padding: 0 0 26px;
}
.access-traffic .access-traffic__items .access-traffic__items-text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 2;
}

.access-map {
  padding: 60px 0 57px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .access-map {
    padding: 50px 0 20px;
  }
}
.access-map::before {
  background: url("images/bg-wall@2x.jpg") no-repeat center center/cover;
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.access-map .access-map__headline {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 56px;
}
.access-map .access-map__photo {
  display: block;
  line-height: 0;
}
@media screen and (max-width: 650px) {
  .access-map .access-map__photo {
    overflow: hidden;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .access-map .access-map__photo img {
    max-width: none;
    width: 117%;
  }
}
.access-map .access-map__address {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.125;
}
.access-map .access-map__address span {
  display: block;
  margin: 0 0 2px;
}

.access-parking {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 680px;
}
@media screen and (max-width: 650px) {
  .access-parking {
    flex-direction: column;
  }
}
.access-parking .access-parking__headline {
  padding: 0 0 49px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .access-parking .access-parking__headline {
    padding: 0 0 43px;
  }
}
.access-parking .access-parking__headline .access-parking__headline-main {
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 5px;
}
@media screen and (max-width: 650px) {
  .access-parking .access-parking__headline .access-parking__headline-main {
    font-size: 2.2rem;
    padding: 0 0 9px;
  }
}
.access-parking .access-parking__headline .access-parking__headline-sub {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1;
}
.access-parking .access-parking__items {
  width: 48.6764705882%;
}
@media screen and (max-width: 650px) {
  .access-parking .access-parking__items {
    margin: 0 auto;
    width: 280px;
  }
}
@media screen and (max-width: 650px) {
  .access-parking .access-parking__items:first-of-type {
    margin: 0 auto 40px;
  }
}
.access-parking .access-parking__items .access-parking__items-photo {
  border-radius: 23px;
  display: block;
  height: 196px;
  line-height: 0;
  margin: 0 0 18px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .access-parking .access-parking__items .access-parking__items-photo {
    height: 170px;
    margin: 0 0 10px;
  }
}
.access-parking .access-parking__items .access-parking__items-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.access-parking .access-parking__items .access-parking__items-headline {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .access-parking .access-parking__items .access-parking__items-headline {
    font-size: 1.8rem;
  }
}

.beginners-button {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  height: 57px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 auto;
  position: relative;
  width: 296px;
  white-space: nowrap;
}
@media screen and (max-width: 650px) {
  .beginners-button {
    width: 100%;
  }
}
.beginners-button.is-dark::before {
  background: #E8CA25;
}
.beginners-button::before {
  background: #D9D508;
  border-radius: 58px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.3s ease;
  width: 100%;
  z-index: -1;
}
.beginners-button:hover::before {
  transform: scale(1.08);
}

.beginners-headline {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .beginners-headline {
    height: 87px;
    margin: 0 auto 25px;
  }
}
.beginners-headline::before {
  background: url("images/beginners-headline-image01@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 194px;
  position: absolute;
  left: calc(50% - 368px);
  top: -80px;
  width: 208px;
}
@media screen and (max-width: 650px) {
  .beginners-headline::before {
    height: 99px;
    left: calc(50% - 192px);
    top: -22px;
    width: 106px;
  }
}
.beginners-headline::after {
  background: url("images/beginners-headline-image02@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 212px;
  position: absolute;
  left: calc(50% + 188px);
  top: -80px;
  width: 179px;
}
@media screen and (max-width: 650px) {
  .beginners-headline::after {
    height: 120px;
    left: calc(50% + 54px);
    top: -30px;
    width: 100px;
  }
}
.beginners-headline .beginners-headline__image {
  display: block;
  margin: 0 auto 9px;
}
@media screen and (max-width: 650px) {
  .beginners-headline .beginners-headline__image {
    height: 87px;
    margin: 0 auto 18px;
    width: 56px;
  }
}
.beginners-headline .beginners-headline__text .beginners-headline__text-large {
  font-size: 4.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 650px) {
  .beginners-headline .beginners-headline__text .beginners-headline__text-large {
    font-size: 1.8rem;
  }
}
.beginners-headline .beginners-headline__text .beginners-headline__text-small {
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.35;
}
@media screen and (max-width: 650px) {
  .beginners-headline .beginners-headline__text .beginners-headline__text-small {
    font-size: 1.8rem;
  }
}

.beginners-section__headline {
  font-size: 4.2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.3333333333;
}
@media screen and (max-width: 650px) {
  .beginners-section__headline {
    font-size: 2.5rem;
  }
}

.beginners-choice {
  padding: 0 0 100px;
  position: relative;
}
.beginners-choice::before {
  background: url("images/bg-wall@2x.jpg") no-repeat center center/cover;
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
@media screen and (max-width: 650px) {
  .beginners-choice::before {
    top: 10px;
  }
}
.beginners-choice .beginners-choice__body {
  background: #fff;
  border-radius: 20px;
  padding: 30px 28px 23px;
  margin: 0 auto;
  max-width: 680px;
}
.beginners-choice .beginners-choice__body.is-access {
  position: relative;
}
.beginners-choice .beginners-choice__body.is-access::before {
  background: url("images/beginners-play-decoration01@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 153px;
  position: absolute;
  left: -75px;
  top: -70px;
  width: 120px;
}
@media screen and (max-width: 650px) {
  .beginners-choice .beginners-choice__body.is-access::before {
    height: 73px;
    left: -10px;
    top: -10px;
    width: 57px;
  }
}
.beginners-choice .beginners-choice__body.is-access::after {
  background: url("images/beginners-play-decoration02@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 117px;
  position: absolute;
  right: -95px;
  top: -60px;
  transform: rotate(29deg);
  width: 173px;
}
@media screen and (max-width: 650px) {
  .beginners-choice .beginners-choice__body.is-access::after {
    height: 71px;
    right: -10px;
    top: -10px;
    width: 45px;
  }
}
.beginners-choice .beginners-choice__body.is-family {
  position: relative;
}
.beginners-choice .beginners-choice__body.is-family::before {
  background: url("images/beginners-play-decoration03@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 152px;
  position: absolute;
  left: -90px;
  top: 70px;
  width: 116px;
}
@media screen and (max-width: 650px) {
  .beginners-choice .beginners-choice__body.is-family::before {
    height: 62px;
    left: -10px;
    top: -10px;
    width: 47px;
  }
}
.beginners-choice .beginners-choice__body.is-family::after {
  background: url("images/beginners-play-decoration04@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 151px;
  position: absolute;
  right: -110px;
  top: -25px;
  width: 161px;
}
@media screen and (max-width: 650px) {
  .beginners-choice .beginners-choice__body.is-family::after {
    height: 69px;
    right: -20px;
    top: -20px;
    width: 74px;
  }
}
.beginners-choice .beginners-choice__headline {
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 28px;
  text-align: center;
}
.beginners-choice .beginners-choice__text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.0625;
}

.beginners-goods {
  margin: -50px calc(50% - 50vw) 0;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-goods {
    padding: 0 20px;
  }
}
.beginners-goods::before {
  background: url("images/bg-wall@2x.jpg") no-repeat center center/cover;
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 100px;
  width: 100vw;
  z-index: -1;
}
.beginners-goods .beginners-goods__header-photo {
  border-top-right-radius: 1800px 220px;
  border-top-left-radius: 1800px 220px;
  display: block;
  height: 341px;
  line-height: 0;
  margin: 0 calc(50% - 70vw) 34px;
  overflow: hidden;
  width: 140vw;
}
@media screen and (max-width: 650px) {
  .beginners-goods .beginners-goods__header-photo {
    border-top-right-radius: 1200px 220px;
    border-top-left-radius: 1200px 220px;
    height: 188px;
    margin: 0 calc(50% - 60vw) 34px;
    width: 120vw;
  }
}
.beginners-goods .beginners-goods__header-photo img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.beginners-goods .c-headline__page-middle {
  margin: -50px 0 0;
}
.beginners-goods .beginners-goods__summary {
  margin: 0 auto;
  max-width: 680px;
}
.beginners-goods .beginners-goods__summary .beginners-goods__title {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 25px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .beginners-goods .beginners-goods__summary .beginners-goods__title {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    text-align: center;
  }
}
.beginners-goods .beginners-goods__summary .beginners-goods__text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.0625;
}
@media screen and (max-width: 650px) {
  .beginners-goods .beginners-goods__summary .beginners-goods__text {
    font-size: 1.4rem;
    line-height: 2.3571428571;
  }
}
.beginners-goods .beginners-goods__items {
  align-items: flex-start;
  display: flex;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-goods .beginners-goods__items {
    flex-direction: column;
  }
}
.beginners-goods .beginners-goods__items.is-reverse {
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-goods .beginners-goods__items.is-reverse {
    align-items: flex-end;
    flex-direction: column;
  }
}
.beginners-goods .beginners-goods__items.is-reverse::before {
  background: url("images/beginners-goods-decoration03@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 178px;
  position: absolute;
  right: 429px;
  top: 371px;
  width: 176px;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-goods .beginners-goods__items.is-reverse::before {
    display: none;
  }
}
.beginners-goods .beginners-goods__items.is-reverse::after {
  background: url("images/beginners-goods-decoration04@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 320px;
  position: absolute;
  bottom: -50px;
  right: 88px;
  width: 340px;
  z-index: 1;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-goods .beginners-goods__items.is-reverse::after {
    display: none;
  }
}
.beginners-goods .beginners-goods__items.is-reverse .beginners-goods__photo {
  border-radius: 241px 0 0 241px;
  margin: 0 0 0 70px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-goods .beginners-goods__items.is-reverse .beginners-goods__photo {
    margin: 0 -20px 40px 0;
  }
}
@media screen and (max-width: 650px) {
  .beginners-goods .beginners-goods__items.is-reverse .beginners-goods__photo {
    width: calc(100% + 20px);
  }
}
.beginners-goods .beginners-goods__items.is-reverse .beginners-goods__body {
  margin: 66px 0 0;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-goods .beginners-goods__items.is-reverse .beginners-goods__body {
    margin: 0 auto;
  }
}
.beginners-goods .beginners-goods__items.is-reverse .beginners-goods__body::before {
  background: url("images/beginners-goods-decoration02@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 178px;
  position: absolute;
  right: -33px;
  top: -101px;
  width: 176px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-goods .beginners-goods__items.is-reverse .beginners-goods__body::before {
    height: 96px;
    left: 10px;
    right: auto;
    top: -40px;
    width: 95px;
  }
}
.beginners-goods .beginners-goods__items .beginners-goods__photo {
  border-radius: 0 241px 241px 0;
  display: block;
  line-height: 0;
  margin: 0 42px 0 0;
  overflow: hidden;
  width: 570px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-goods .beginners-goods__items .beginners-goods__photo {
    margin: 0 0 40px -20px;
  }
}
@media screen and (max-width: 650px) {
  .beginners-goods .beginners-goods__items .beginners-goods__photo {
    width: calc(100% + 20px);
  }
}
.beginners-goods .beginners-goods__items .beginners-goods__body {
  background: #fff;
  border-radius: 60px;
  max-width: 518px;
  padding: 40px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-goods .beginners-goods__items .beginners-goods__body {
    margin: 0 auto;
    padding: 58px 30px 21px;
  }
}
.beginners-goods .beginners-goods__items .beginners-goods__body::before {
  background: url("images/beginners-goods-decoration01@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 188px;
  position: absolute;
  right: -75px;
  top: -61px;
  width: 165px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-goods .beginners-goods__items .beginners-goods__body::before {
    height: 96px;
    right: 0;
    top: -40px;
    width: 95px;
  }
}
.beginners-goods .beginners-goods__items .beginners-goods__headline {
  color: #6FB86A;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 34px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-goods .beginners-goods__items .beginners-goods__headline {
    font-size: 2rem;
    padding: 0 0 24px;
    text-align: center;
  }
}
.beginners-goods .beginners-goods__items .beginners-goods__text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.0625;
}
.beginners-goods .beginners-goods__box {
  background: #fff;
  border-radius: 60px;
  display: flex;
  margin: 0 auto;
  max-width: 979px;
  padding: 40px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-goods .beginners-goods__box {
    flex-direction: column;
    margin: 0 auto;
    max-width: 518px;
    padding: 30px 27px;
  }
}
.beginners-goods .beginners-goods__box:nth-of-type(5)::before {
  background: url("images/beginners-goods-decoration05@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 140px;
  position: absolute;
  bottom: -35px;
  left: -23px;
  transform: rotate(22deg);
  width: 88px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-goods .beginners-goods__box:nth-of-type(5)::before {
    height: 102px;
    bottom: auto;
    top: -40px;
    left: -5px;
    width: 64px;
  }
}
.beginners-goods .beginners-goods__box:nth-of-type(6)::before {
  background: url("images/beginners-goods-decoration06@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 138px;
  position: absolute;
  right: -13px;
  top: -21px;
  width: 106px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-goods .beginners-goods__box:nth-of-type(6)::before {
    height: 89px;
    bottom: -40px;
    right: 0;
    top: auto;
    width: 69px;
  }
}
.beginners-goods .beginners-goods__box .beginners-goods__photo {
  border-radius: 50px;
  display: block;
  height: auto;
  line-height: 0;
  margin: 0 40px 0 0;
  overflow: hidden;
  width: 282px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-goods .beginners-goods__box .beginners-goods__photo {
    margin: 0 auto 30px;
    width: 100%;
  }
}
.beginners-goods .beginners-goods__box .beginners-goods__photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.beginners-goods .beginners-goods__box .beginners-goods__body {
  width: calc(100% - 322px);
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-goods .beginners-goods__box .beginners-goods__body {
    width: auto;
  }
}
.beginners-goods .beginners-goods__box .beginners-goods__headline {
  color: #6FB86A;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  padding: 0 0 14px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-goods .beginners-goods__box .beginners-goods__headline {
    font-size: 2rem;
    text-align: center;
  }
}
.beginners-goods .beginners-goods__box .beginners-goods__text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.0625;
}
.beginners-goods .beginners-goods__bottom {
  position: relative;
}
.beginners-goods .beginners-goods__bottom::before {
  background: url("images/beginners-goods-decoration07@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 139px;
  position: absolute;
  left: calc(50% - 422px);
  top: -36px;
  width: 155px;
}
@media screen and (max-width: 650px) {
  .beginners-goods .beginners-goods__bottom::before {
    height: 120px;
    left: calc(50% - 135px);
    top: -149px;
    width: 133px;
  }
}
.beginners-goods .beginners-goods__bottom::after {
  background: url("images/beginners-goods-decoration08@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 136px;
  position: absolute;
  left: calc(50% + 274px);
  top: -26px;
  width: 103px;
}
@media screen and (max-width: 650px) {
  .beginners-goods .beginners-goods__bottom::after {
    height: 117px;
    left: calc(50% + 17px);
    top: -149px;
    width: 88px;
  }
}
.beginners-goods .beginners-goods__bottom .beginners-goods__headline {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 0 0 18px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .beginners-goods .beginners-goods__bottom .beginners-goods__headline {
    font-size: 2.2rem;
  }
}
.beginners-goods .beginners-goods__bottom .beginners-goods__text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.0625;
  margin: 0 auto;
  max-width: 680px;
  padding: 0 0 18px;
}
@media screen and (max-width: 650px) {
  .beginners-goods .beginners-goods__bottom .beginners-goods__text {
    padding: 0 0 60px;
  }
}

.beginners-fire {
  border-bottom: dashed 2px #fff;
  margin: -50px calc(50% - 50vw) 0;
  overflow: hidden;
  position: relative;
  padding: 0 0 65px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-fire {
    padding: 0 20px 65px;
  }
}
.beginners-fire::before {
  background: url("images/bg-wall@2x.jpg") no-repeat center center/cover;
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 60px;
  width: 100vw;
  z-index: -3;
}
@media screen and (max-width: 650px) {
  .beginners-fire::before {
    top: 10px;
  }
}
.beginners-fire::after {
  background: #7B6A48;
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 60px;
  width: 100vw;
  z-index: -2;
}
@media screen and (max-width: 650px) {
  .beginners-fire::after {
    top: 10px;
  }
}
.beginners-fire .beginners-fire__header-photo {
  border-top-right-radius: 1800px 220px;
  border-top-left-radius: 1800px 220px;
  display: block;
  height: 341px;
  line-height: 0;
  margin: 0 calc(50% - 70vw) 34px;
  overflow: hidden;
  width: 140vw;
}
@media screen and (max-width: 650px) {
  .beginners-fire .beginners-fire__header-photo {
    border-top-right-radius: 1200px 220px;
    border-top-left-radius: 1200px 220px;
    height: 188px;
    margin: 0 calc(50% - 60vw) 34px;
    width: 120vw;
  }
}
.beginners-fire .beginners-fire__header-photo img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.beginners-fire .c-headline__page-middle {
  margin: -50px 0 0;
}
.beginners-fire .beginners-fire__summary {
  border-bottom: dashed 2px #fff;
  padding: 0 0 55px;
}
@media screen and (max-width: 650px) {
  .beginners-fire .beginners-fire__summary {
    margin: 0 -20px;
    padding: 0;
  }
}
.beginners-fire .beginners-fire__summary .beginners-fire__text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.0625;
  margin: 0 auto;
  max-width: 680px;
  padding: 0 0 50px;
}
@media screen and (max-width: 650px) {
  .beginners-fire .beginners-fire__summary .beginners-fire__text {
    padding: 0 20px 50px;
  }
}
.beginners-fire .beginners-fire__body .beginners-fire__title {
  background: #272727;
  border-radius: 60px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.45;
  margin: 0 auto 22px;
  max-width: 513px;
  padding: 11px 0;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .beginners-fire .beginners-fire__body .beginners-fire__title {
    font-size: 1.6rem;
    line-height: 1.8125;
    margin: 0 auto 41px;
    padding: 11px 0 6px;
  }
}
.beginners-fire .beginners-fire__body .beginners-fire__headline {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding: 0 0 60px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .beginners-fire .beginners-fire__body .beginners-fire__headline {
    font-size: 2.5rem;
    line-height: 1.3;
    padding: 0 0 86px;
  }
}
.beginners-fire .beginners-fire__body .beginners-fire__headline::before {
  background: url("images/beginners-fire-decoration01@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 89px;
  position: absolute;
  left: calc(50% - 392px);
  top: 21px;
  width: 94px;
}
@media screen and (max-width: 650px) {
  .beginners-fire .beginners-fire__body .beginners-fire__headline::before {
    height: 89px;
    left: calc(50% - 216px);
    top: -90px;
    width: 94px;
  }
}
.beginners-fire .beginners-fire__body .beginners-fire__headline::after {
  background: url("images/beginners-fire-decoration02@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 83px;
  position: absolute;
  left: calc(50% + 315px);
  top: 25px;
  transform: rotate(25deg);
  width: 76px;
}
@media screen and (max-width: 650px) {
  .beginners-fire .beginners-fire__body .beginners-fire__headline::after {
    left: calc(50% + 114px);
    top: -108px;
  }
}
.beginners-fire .beginners-fire__body .beginners-fire__list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  max-width: 908px;
  padding: 0 0 93px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-fire .beginners-fire__body .beginners-fire__list {
    flex-wrap: wrap;
    max-width: 335px;
    padding: 0 0 66px;
  }
}
.beginners-fire .beginners-fire__body .beginners-fire__list::before {
  border: dashed 2px #fff;
  border-radius: 40px;
  content: "";
  display: block;
  height: 218px;
  position: absolute;
  left: -36px;
  top: 145px;
  width: 980px;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-fire .beginners-fire__body .beginners-fire__list::before {
    display: none;
  }
}
.beginners-fire .beginners-fire__body .beginners-fire__list .beginners-fire__items {
  width: 169px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-fire .beginners-fire__body .beginners-fire__list .beginners-fire__items {
    padding: 0 0 36px;
    width: 154px;
  }
}
@media screen and (max-width: 365px) {
  .beginners-fire .beginners-fire__body .beginners-fire__list .beginners-fire__items {
    width: 130px;
  }
}
.beginners-fire .beginners-fire__body .beginners-fire__list .beginners-fire__items .beginners-fire__items-photo {
  border-radius: 50px;
  display: block;
  line-height: 0;
  margin: 0 0 10px;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .beginners-fire .beginners-fire__body .beginners-fire__list .beginners-fire__items .beginners-fire__items-photo {
    height: 221px;
  }
}
.beginners-fire .beginners-fire__body .beginners-fire__list .beginners-fire__items .beginners-fire__items-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.beginners-fire .beginners-fire__body .beginners-fire__list .beginners-fire__items .beginners-fire__items-text {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8333333333;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .beginners-fire .beginners-fire__body .beginners-fire__list .beginners-fire__items .beginners-fire__items-text {
    font-size: 1.1rem;
    line-height: 1.6363636364;
  }
}
.beginners-fire .beginners-fire__body .beginners-fire__tripod {
  margin: 0 auto;
  max-width: 680px;
  position: relative;
}
.beginners-fire .beginners-fire__body .beginners-fire__tripod::before {
  background: url("images/beginners-fire-decoration03@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 198px;
  position: absolute;
  left: calc(50% - 486px);
  top: -36px;
  width: 149px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-fire .beginners-fire__body .beginners-fire__tripod::before {
    height: 125px;
    left: 0;
    top: -74px;
    width: 94px;
  }
}
.beginners-fire .beginners-fire__body .beginners-fire__tripod .beginners-fire__tripod-photo {
  border-radius: 270px;
  display: block;
  height: 273px;
  line-height: 0;
  margin: 0 0 24px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .beginners-fire .beginners-fire__body .beginners-fire__tripod .beginners-fire__tripod-photo {
    height: 212px;
    margin: 0 0 9px;
  }
}
.beginners-fire .beginners-fire__body .beginners-fire__tripod .beginners-fire__tripod-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.beginners-fire .beginners-fire__body .beginners-fire__tripod .beginners-fire__tripod-text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.0625;
  padding: 0 0 23px;
}
@media screen and (max-width: 650px) {
  .beginners-fire .beginners-fire__body .beginners-fire__tripod .beginners-fire__tripod-text {
    padding: 0 0 53px;
  }
}

.beginners-firewood {
  align-items: flex-start;
  display: flex;
  padding: 114px 0 170px;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-firewood {
    flex-direction: column;
    padding: 66px 0 107px;
  }
}
.beginners-firewood::before {
  background: url("images/bg-wall@2x.jpg") no-repeat center center/cover;
  content: "";
  display: block;
  height: 101%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: -2px;
  width: 100vw;
  z-index: -3;
}
.beginners-firewood::after {
  background: #7B6A48;
  content: "";
  display: block;
  height: 101%;
  margin: 0 calc(50% - 50vw);
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: -2px;
  width: 100vw;
  z-index: -2;
}
.beginners-firewood .beginners-firewood__photos {
  margin: 0 30px 0 calc(50% - 50vw);
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-firewood .beginners-firewood__photos {
    display: none;
  }
}
.beginners-firewood .beginners-firewood__photos::before {
  background: url("images/beginners-firewood-decoration01@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 116px;
  position: absolute;
  bottom: 10px;
  right: 37px;
  width: 143px;
}
.beginners-firewood .beginners-firewood__photos::after {
  background: url("images/beginners-firewood-decoration02@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 136px;
  position: absolute;
  bottom: -105px;
  right: 219px;
  width: 106px;
}
.beginners-firewood .beginners-firewood__photos .beginners-firewood__photo {
  border-radius: 0 241px 241px 0;
  display: block;
  height: 27.734375vw;
  line-height: 1;
  margin: 0 0 52px;
  overflow: hidden;
  width: 45vw;
}
.beginners-firewood .beginners-firewood__photos .beginners-firewood__photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.beginners-firewood .beginners-firewood__body {
  margin: -35px 0 0;
  padding: 0 43px 30px;
  position: relative;
  width: 40.9375vw;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-firewood .beginners-firewood__body {
    margin: 0 auto;
    padding: 0 34px;
    text-align: center;
    width: 524px;
  }
}
@media screen and (max-width: 650px) {
  .beginners-firewood .beginners-firewood__body {
    width: 335px;
  }
}
@media screen and (max-width: 365px) {
  .beginners-firewood .beginners-firewood__body {
    width: 100%;
  }
}
.beginners-firewood .beginners-firewood__body::before {
  border: dashed 2px #fff;
  border-radius: 40px;
  content: "";
  display: block;
  height: 86%;
  position: absolute;
  left: 0;
  top: 123px;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-firewood .beginners-firewood__body::before {
    height: 94%;
    top: 110px;
  }
}
.beginners-firewood .beginners-firewood__body .beginners-firewood__title {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4285714286;
  padding: 0 0 16px;
}
@media screen and (max-width: 650px) {
  .beginners-firewood .beginners-firewood__body .beginners-firewood__title {
    padding: 0 0 11px;
  }
}
.beginners-firewood .beginners-firewood__body .beginners-firewood__text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.0625;
  padding: 0 0 53px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-firewood .beginners-firewood__body .beginners-firewood__text {
    padding: 0 0 23px;
    text-align: left;
  }
}
.beginners-firewood .beginners-firewood__body .beginners-firewood__body-photo {
  border-radius: 60px;
  height: 203px;
  overflow: hidden;
  width: 264px;
}
@media screen and (max-width: 650px) {
  .beginners-firewood .beginners-firewood__body .beginners-firewood__body-photo {
    margin: 0 0 55px;
  }
}
@media screen and (max-width: 365px) {
  .beginners-firewood .beginners-firewood__body .beginners-firewood__body-photo {
    height: auto;
    width: 100%;
  }
}
.beginners-firewood .beginners-firewood__body .beginners-firewood__body-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.beginners-cooking {
  margin: -50px calc(50% - 50vw) 0;
  overflow: hidden;
  position: relative;
  padding: 0 0 65px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-cooking {
    padding: 0 20px 50px;
  }
}
.beginners-cooking::before {
  background: url("images/bg-wall@2x.jpg") no-repeat center center/cover;
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 60px;
  width: 100vw;
  z-index: -3;
}
@media screen and (max-width: 650px) {
  .beginners-cooking::before {
    top: 35px;
  }
}
.beginners-cooking::after {
  background: #7B6A48;
  content: "";
  display: block;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 60px;
  width: 100vw;
  z-index: -2;
}
@media screen and (max-width: 650px) {
  .beginners-cooking::after {
    top: 35px;
  }
}
.beginners-cooking .beginners-cooking__header-photo {
  border-top-right-radius: 1800px 220px;
  border-top-left-radius: 1800px 220px;
  display: block;
  height: 341px;
  line-height: 0;
  margin: 0 calc(50% - 70vw) 34px;
  overflow: hidden;
  width: 140vw;
}
@media screen and (max-width: 650px) {
  .beginners-cooking .beginners-cooking__header-photo {
    border-top-right-radius: 1200px 220px;
    border-top-left-radius: 1200px 220px;
    height: 188px;
    margin: 0 calc(50% - 60vw) 34px;
    width: 120vw;
  }
}
.beginners-cooking .beginners-cooking__header-photo img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.beginners-cooking .c-headline__page-middle {
  margin: -96px 0 0;
}
@media screen and (max-width: 650px) {
  .beginners-cooking .c-headline__page-middle {
    margin: -47px 0 0;
  }
}
.beginners-cooking .beginners-cooking__rental {
  border: dashed 2px #fff;
  border-radius: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 980px;
  padding: 0 30px 30px;
}
@media screen and (max-width: 650px) {
  .beginners-cooking .beginners-cooking__rental {
    padding: 0 18px;
  }
}
.beginners-cooking .beginners-cooking__rental .beginners-cooking__rental-headline {
  background: #272727;
  border-radius: 60px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.45;
  padding: 10px 0 13px;
  margin: -26px auto 20px;
  text-align: center;
  width: 597px;
}
@media screen and (max-width: 650px) {
  .beginners-cooking .beginners-cooking__rental .beginners-cooking__rental-headline {
    margin: -26px -30px 20px;
    padding: 19px 0;
  }
}
.beginners-cooking .beginners-cooking__rental .beginners-cooking__rental-title {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  padding: 0 0 35px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .beginners-cooking .beginners-cooking__rental .beginners-cooking__rental-title {
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
}
@media screen and (max-width: 365px) {
  .beginners-cooking .beginners-cooking__rental .beginners-cooking__rental-title {
    font-size: 1.4rem;
  }
}
.beginners-cooking .beginners-cooking__rental .beginners-cooking__rental-items {
  padding: 0 0 30px;
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 650px) {
  .beginners-cooking .beginners-cooking__rental .beginners-cooking__rental-items {
    padding: 0 0 60px;
    width: calc(50% - 10px);
  }
}
.beginners-cooking .beginners-cooking__rental .beginners-cooking__rental-items picture {
  border-radius: 50px;
  display: block;
  height: 190px;
  line-height: 0;
  margin: 0 0 9px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 365px) {
  .beginners-cooking .beginners-cooking__rental .beginners-cooking__rental-items picture {
    height: 150px;
  }
}
.beginners-cooking .beginners-cooking__rental .beginners-cooking__rental-items picture img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.beginners-cooking .beginners-cooking__rental .beginners-cooking__rental-items p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  text-align: center;
}
@media screen and (max-width: 365px) {
  .beginners-cooking .beginners-cooking__rental .beginners-cooking__rental-items p {
    font-size: 1rem;
  }
}
.beginners-cooking .beginners-cooking__middle .beginners-cooking__middle-photo {
  border-radius: 270px;
  display: block;
  height: 273px;
  line-height: 0;
  margin: 0 auto 45px;
  overflow: hidden;
  width: 680px;
}
@media screen and (max-width: 650px) {
  .beginners-cooking .beginners-cooking__middle .beginners-cooking__middle-photo {
    height: 212px;
    margin: 0 auto 61px;
    width: 100%;
  }
}
.beginners-cooking .beginners-cooking__middle .beginners-cooking__middle-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.beginners-cooking .beginners-cooking__middle .beginners-cooking__middle-headline {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 23px;
  text-align: center;
}
.beginners-cooking .beginners-cooking__middle .beginners-cooking__middle-text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.0625;
  margin: 0 auto;
  max-width: 684px;
}
.beginners-cooking .beginners-cooking__bottom {
  display: flex;
  margin: 0 auto;
  max-width: 680px;
}
@media screen and (max-width: 650px) {
  .beginners-cooking .beginners-cooking__bottom {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
}
.beginners-cooking .beginners-cooking__bottom .beginners-cooking__bottom-photos {
  margin: 0 30px 0 0;
  width: 233px;
}
@media screen and (max-width: 650px) {
  .beginners-cooking .beginners-cooking__bottom .beginners-cooking__bottom-photos {
    display: flex;
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .beginners-cooking .beginners-cooking__bottom .beginners-cooking__bottom-photos .beginners-cooking__bottom-photo:first-child {
    padding: 0 26px 0 0;
  }
}
.beginners-cooking .beginners-cooking__bottom .beginners-cooking__bottom-photos .beginners-cooking__bottom-photo img {
  border-radius: 50px;
  height: 111px;
  margin: 0 0 9px;
  width: 100%;
}
.beginners-cooking .beginners-cooking__bottom .beginners-cooking__bottom-photos .beginners-cooking__bottom-photo p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 20px;
  text-align: center;
}
.beginners-cooking .beginners-cooking__bottom .beginners-cooking__bottom-body {
  width: 417px;
}
@media screen and (max-width: 650px) {
  .beginners-cooking .beginners-cooking__bottom .beginners-cooking__bottom-body {
    padding: 0 0 50px;
    width: 100%;
  }
}
.beginners-cooking .beginners-cooking__bottom .beginners-cooking__bottom-body .beginners-cooking__bottom-headline {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  padding: 0 0 13px;
}
@media screen and (max-width: 650px) {
  .beginners-cooking .beginners-cooking__bottom .beginners-cooking__bottom-body .beginners-cooking__bottom-headline {
    font-size: 2.3rem;
  }
}
.beginners-cooking .beginners-cooking__bottom .beginners-cooking__bottom-body .beginners-cooking__bottom-text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.0625;
}

.beginners-rehearsal {
  margin: -50px calc(50% - 50vw) 0;
  overflow: hidden;
  position: relative;
  padding: 0 0 65px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-rehearsal {
    padding: 0 20px 90px;
  }
}
.beginners-rehearsal::before {
  background: url("images/bg-wall@2x.jpg") no-repeat center center/cover;
  content: "";
  display: block;
  height: 92%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 60px;
  width: 100vw;
  z-index: -3;
}
@media screen and (max-width: 650px) {
  .beginners-rehearsal::before {
    top: 10px;
  }
}
.beginners-rehearsal .beginners-rehearsal__header-photo {
  border-top-right-radius: 1800px 220px;
  border-top-left-radius: 1800px 220px;
  display: block;
  height: 341px;
  line-height: 0;
  margin: 0 calc(50% - 70vw) 34px;
  overflow: hidden;
  width: 140vw;
}
@media screen and (max-width: 650px) {
  .beginners-rehearsal .beginners-rehearsal__header-photo {
    border-top-right-radius: 1200px 220px;
    border-top-left-radius: 1200px 220px;
    height: 188px;
    margin: 0 calc(50% - 60vw) 34px;
    width: 120vw;
  }
}
.beginners-rehearsal .beginners-rehearsal__header-photo img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.beginners-rehearsal .c-headline__page-middle {
  margin: -56px 0 0;
}
@media screen and (max-width: 650px) {
  .beginners-rehearsal .c-headline__page-middle {
    margin: -46px 0 0;
  }
}
.beginners-rehearsal .beginners-section__headline {
  margin: -28px 0 0;
}
.beginners-rehearsal .beginners-rehearsal__photo {
  border-radius: 270px;
  display: block;
  height: 299px;
  line-height: 0;
  margin: 0 auto 40px;
  overflow: hidden;
  max-width: 830px;
}
@media screen and (max-width: 650px) {
  .beginners-rehearsal .beginners-rehearsal__photo {
    height: 212px;
    margin-bottom: 54px;
  }
}
.beginners-rehearsal .beginners-rehearsal__photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.beginners-rehearsal .beginners-rehearsal__headline {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 23px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .beginners-rehearsal .beginners-rehearsal__headline {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    padding: 0 0 7px;
  }
}
.beginners-rehearsal .beginners-rehearsal__text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.0625;
  margin: 0 auto;
  max-width: 680px;
}

.beginners-loading .c-headline__page-middle {
  margin: -77px 0 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .beginners-loading .c-headline__page-middle {
    margin: -116px 0 0;
  }
}
.beginners-loading .c-headline__page-middle::before {
  background: url("images/beginners-loading-decoration01@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 109px;
  position: absolute;
  left: calc(50% - 562px);
  top: -25px;
  transform: rotate(25deg);
  width: 84px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-loading .c-headline__page-middle::before {
    display: none;
  }
}
.beginners-loading .c-headline__page-middle::after {
  background: url("images/beginners-loading-decoration02@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 116px;
  position: absolute;
  left: calc(50% + 465px);
  top: -38px;
  width: 129px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-loading .c-headline__page-middle::after {
    display: none;
  }
}
.beginners-loading .beginners-section__headline {
  position: relative;
}
.beginners-loading .beginners-section__headline::before {
  background: url("images/beginners-loading-decoration03@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 122px;
  position: absolute;
  left: calc(50% - 488px);
  top: 10px;
  transform: rotate(-19deg);
  width: 93px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-loading .beginners-section__headline::before {
    display: none;
  }
}
.beginners-loading .beginners-section__headline::after {
  background: url("images/beginners-loading-decoration04@2x.png") no-repeat center center/contain;
  content: "";
  display: block;
  height: 128px;
  position: absolute;
  left: calc(50% + 403px);
  top: 12px;
  transform: rotate(23deg);
  width: 127px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-loading .beginners-section__headline::after {
    display: none;
  }
}
.beginners-loading .beginners-loading__top {
  padding: 0 0 50px;
}
.beginners-loading .beginners-loading__top .beginners-loading__top-headline {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 23px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .beginners-loading .beginners-loading__top .beginners-loading__top-headline {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    padding: 0 0 9px;
  }
}
.beginners-loading .beginners-loading__top .beginners-loading__top-text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.0625;
  margin: 0 auto;
  max-width: 680px;
}
.beginners-loading .beginners-loading__list {
  background: #F5F5F0;
  border-radius: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 40px;
  padding: 50px 24px 40px;
}
@media screen and (max-width: 650px) {
  .beginners-loading .beginners-loading__list {
    margin: 0 0 30px;
    padding: 25px 25px 0;
  }
}
.beginners-loading .beginners-loading__list li {
  width: calc(25% - 15px);
}
@media screen and (max-width: 650px) {
  .beginners-loading .beginners-loading__list li {
    padding: 0 0 55px;
    width: calc(50% - 14px);
  }
}
.beginners-loading .beginners-loading__list li picture {
  border-radius: 50px;
  display: block;
  height: 181px;
  line-height: 0;
  margin: 0 0 34px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .beginners-loading .beginners-loading__list li picture {
    height: 113px;
    margin: 0 0 18px;
  }
}
.beginners-loading .beginners-loading__list li picture img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.beginners-loading .beginners-loading__list li p {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-loading .beginners-loading__list li p {
    font-size: 1.2rem;
  }
}
.beginners-loading .beginners-loading__middle {
  background: #F5F5F0;
  border-radius: 60px;
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
  padding: 40px 40px 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-loading .beginners-loading__middle {
    flex-direction: column;
    margin: 0 0 30px;
    padding: 29px 29px 0;
  }
}
.beginners-loading .beginners-loading__middle .beginners-loading__middle-photo {
  border-radius: 50px;
  display: block;
  height: 414px;
  line-height: 0;
  margin: 0 40px 0 0;
  overflow: hidden;
  width: 258px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-loading .beginners-loading__middle .beginners-loading__middle-photo {
    height: 206px;
    margin: 0 0 20px;
    width: 100%;
  }
}
.beginners-loading .beginners-loading__middle .beginners-loading__middle-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.beginners-loading .beginners-loading__middle .beginners-loading__text {
  max-width: 602px;
  padding: 0 0 35px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-loading .beginners-loading__middle .beginners-loading__text {
    max-width: none;
  }
}
.beginners-loading .beginners-loading__headline {
  color: #6FB86A;
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4444444444;
  padding: 0 0 22px;
}
@media screen and (max-width: 650px) {
  .beginners-loading .beginners-loading__headline {
    font-size: 3.1rem;
    line-height: 1.4516129032;
    padding: 0 0 16px;
  }
}
.beginners-loading .beginners-loading__text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.0625;
}
.beginners-loading .beginners-loading__text.is-list {
  letter-spacing: 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.beginners-loading .beginners-loading__bottom {
  background: #F5F5F0;
  border-radius: 60px;
  display: flex;
  justify-content: space-between;
  padding: 40px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-loading .beginners-loading__bottom {
    flex-direction: column-reverse;
    padding: 29px;
  }
}
.beginners-loading .beginners-loading__bottom .beginners-loading__bottom-photo {
  border-radius: 50px;
  display: block;
  height: 251px;
  line-height: 0;
  overflow: hidden;
  width: 270px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-loading .beginners-loading__bottom .beginners-loading__bottom-photo {
    margin: 0 0 20px;
    width: 100%;
  }
}
.beginners-loading .beginners-loading__bottom .beginners-loading__bottom-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.beginners-loading .beginners-loading__bottom .beginners-loading__text {
  max-width: 586px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .beginners-loading .beginners-loading__bottom .beginners-loading__text {
    max-width: none;
  }
}

.beginners-summary .beginners-summary__photo {
  border-radius: 270px;
  display: block;
  height: 429px;
  line-height: 0;
  margin: 0 auto 60px;
  max-width: 830px;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .beginners-summary .beginners-summary__photo {
    height: 212px;
    margin-bottom: 23px;
  }
}
.beginners-summary .beginners-summary__photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.beginners-summary .beginners-summary__text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.0625;
  margin: 0 auto;
  max-width: 680px;
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  animation-duration: 0.75s;
}

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.tada {
  animation-name: tada;
}

@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  0%, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}/*# sourceMappingURL=style.css.map */