@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", sans-serif;
  color: #191919;
  overflow-x: hidden;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.6vw;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}

body br.sbr {
  display: inline;
}
@media screen and (min-width: 768px) {
  body br.sbr {
    display: none;
  }
}
body br.pbr {
  display: none;
}
@media screen and (min-width: 768px) {
  body br.pbr {
    display: inline;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.body {
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
.body::-webkit-scrollbar {
  display: none;
}
.body__fixed {
  -ms-touch-action: none;
      touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}
.body__fixed .p-header__logo {
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .body__fixed .p-header__logo {
    visibility: visible;
  }
}

.l-footer {
  position: relative;
  z-index: 5;
  background: #fff;
}
.l-footer .l-inner {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 8.6046511628%;
}
@media screen and (min-width: 768px) {
  .l-footer .l-inner {
    width: 100%;
    max-width: 100%;
    padding-top: 4.0625rem;
    padding-bottom: 4.6875rem;
    padding-inline: 6.875rem 6.5rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__block {
    display: grid;
    grid-template-columns: 21.875rem 1fr;
    grid-template-rows: 1fr;
    gap: 1.5rem;
  }
}
.l-footer__logo {
  width: 47.6744186047%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    width: 18.2291666667vw;
    max-width: 21.875rem;
    margin-left: 0;
  }
}
.l-footer__logo img {
  height: auto;
}
.l-footer__btn-area {
  margin-top: 55px;
  margin-top: 3.4375rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  gap: 0.5rem;
  height: 120px;
  height: 7.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer__btn-area {
    margin-top: 0;
    width: 100%;
    gap: 0.5rem;
    margin-left: auto;
  }
}
@media (max-width: 1240px) {
  .l-footer__btn-area {
    grid-template-columns: 1fr;
  }
}
.l-footer__btn-area .c-button {
  display: inline-block;
  border-radius: 999px;
  padding: 18px 16px;
  padding: 1.125rem 1rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .l-footer__btn-area .c-button {
    font-size: 1rem;
    margin-left: auto;
  }
}
.l-footer__line {
  width: 100%;
  max-width: 343px;
  max-width: 21.4375rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .l-footer__line {
    margin-right: 0;
    margin-left: auto;
    max-width: 25rem;
  }
}
.l-footer__instagram {
  width: 100%;
  max-width: 343px;
  max-width: 21.4375rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .l-footer__instagram {
    margin-right: 0;
    margin-left: auto;
    max-width: 25rem;
  }
}
.l-footer__bottom {
  margin-top: 58px;
  margin-top: 3.625rem;
}
@media screen and (min-width: 768px) {
  .l-footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 7.375rem;
  }
}
.l-footer__privacy-policy {
  text-align: center;
}
.l-footer__privacy-policy a {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .l-footer__privacy-policy a {
    font-size: 0.875rem;
  }
}
.l-footer__privacy-policy a:hover {
  text-decoration: none;
}
.l-footer p {
  display: block;
  text-align: center;
  color: #000;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .l-footer p {
    font-size: 1rem;
    margin-top: 0;
  }
}

.l-header {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-header {
    left: auto;
    right: auto;
    margin-right: 0;
  }
}
.l-header.bg {
  background: rgba(255, 255, 255, .3764705882);
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  padding: 0.75rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-inner {
  width: 100%;
  padding-inline: 5.8139534884%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1050px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (min-width: 768px) {
  .l-inner__wide {
    max-width: 1411px;
  }
}

@media screen and (min-width: 768px) {
  .l-inner__middle {
    max-width: 1192px;
  }
}

.c-button__submit {
  background: #4699c6;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 30px;
  display: block;
  width: 100%;
  text-align: center;
  height: 44px;
  height: 2.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .c-button__submit {
    width: 25rem;
    height: 6.25rem;
    height: 3.5rem;
    border-radius: 60px;
    font-size: 1.125rem;
  }
}

.c-button__submit:disabled {
  cursor: not-allowed;
}

.c-button {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  width: 100%;
  padding: 16px;
  padding: 1rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button {
    font-size: 2.5rem;
    padding: 2.5rem;
    max-width: 100%;
  }
}
.c-button__primary {
  display: inline-block;
  color: #fff;
  background-color: #4699c6;
  padding: 12px 48px;
  padding: 0.75rem 3rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 999px;
}
@media screen and (min-width: 768px) {
  .c-button__primary {
    padding: 0.875rem 4rem;
    font-size: 1rem;
  }
}
.c-button--line {
  background-color: #03c555;
}
.c-button--instagram {
  background: -webkit-gradient(linear, left top, right top, from(#f9bd15), color-stop(30.05%, #fa510e), color-stop(70.94%, #d9004b), to(#c0039d));
  background: linear-gradient(90deg, #f9bd15 0%, #fa510e 30.05%, #d9004b 70.94%, #c0039d 100%);
}
.c-button:hover {
  opacity: 0.6;
}

.c-fnav {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-fnav {
    margin-bottom: 2rem;
  }
}
.c-fnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-fnav__list {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}
@media screen and (min-width: 768px) {
  .c-fnav__list > * + * {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .c-fnav__item {
    padding: 0.375rem 0.5rem;
  }
}
@media screen and (min-width: 767px) and (max-width: 1280px) {
  .c-fnav__item {
    padding: 0.5rem 0.25rem;
  }
}
.c-fnav__item a {
  font-weight: 700;
}

.c-hamburger__btn {
  position: fixed;
  top: 12px;
  top: 0.75rem;
  right: 25px;
  right: 1.5625rem;
  z-index: 9999;
  width: 56px;
  width: 3.5rem;
  height: 56px;
  height: 3.5rem;
}
.c-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 36px;
  width: 2.25rem;
  height: 3px;
  height: 0.1875rem;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .c-hamburger__line {
    width: 2.625rem;
  }
}
.c-hamburger__line.is-active:before {
  background-color: #333;
}
.c-hamburger__line.is-active:after {
  background-color: #333;
}
.c-hamburger__line:before {
  visibility: visible;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  top: -6px;
  top: -0.375rem;
  border-radius: 1.25rem;
}
.c-hamburger__line:after {
  visibility: visible;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  bottom: -6px;
  bottom: -0.375rem;
  border-radius: 1.25rem;
}
.c-hamburger__menu {
  margin-top: 100px;
  margin-top: 6.25rem;
  margin-bottom: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-hamburger__menu {
    height: 100vh;
    margin-top: 0;
    padding-bottom: 0;
  }
}
.c-hamburger__wrapper {
  max-width: 358px;
  max-width: 22.375rem;
  margin-left: 45px;
  margin-left: 2.8125rem;
  margin-right: 45px;
  margin-right: 2.8125rem;
}
.c-hamburger__logo {
  display: block;
  width: 85px;
  width: 5.3125rem;
  height: 51px;
  height: 3.1875rem;
  margin: 0 auto 50px;
  margin: 0 auto 3.125rem;
  position: absolute;
  top: -80px;
  top: -5rem;
  left: 28px;
  left: 1.75rem;
}
.c-hamburger__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-hamburger__logo svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .c-hamburger__list {
    padding-left: 1rem;
  }
}
.c-hamburger__item {
  color: #333;
}
.c-hamburger__item a {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
  line-height: 1;
  padding: 16px 8px 16px 25px;
  padding: 1rem 0.5rem 1rem 1.5625rem;
  display: inline-block;
}
.c-hamburger__item a:before {
  content: "";
  position: absolute;
  width: 13px;
  width: 0.8125rem;
  height: 2px;
  background: #333;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-hamburger__link {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
.c-hamburger__link > * + * {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.c-hamburger__link-item {
  width: 100%;
  height: 100%;
}
.c-hamburger__link-item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.c-hamburger__sns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  gap: 0.5rem;
}

.c-hamburger__btn[aria-expanded=true] .c-hamburger__line {
  background-color: transparent;
}
.c-hamburger__btn[aria-expanded=true] .c-hamburger__line:before {
  top: 0;
  background-color: #333;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.c-hamburger__btn[aria-expanded=true] .c-hamburger__line:after {
  top: 0;
  background-color: #333;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.c-section-heading {
  text-align: center;
}
.c-section-heading__title {
  text-align: center;
  display: inline;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .c-section-heading__title {
    font-size: 2rem;
  }
}
.c-section-heading__title:before {
  position: absolute;
  content: "";
  width: 17px;
  width: 1.0625rem;
  height: 22px;
  height: 1.375rem;
  background-image: url(../images/common/left-accent.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: -28px;
  left: -1.75rem;
  top: 6px;
  top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-section-heading__title:before {
    width: 1.5625rem;
    height: 2.0625rem;
    left: -2.625rem;
    top: 0.625rem;
  }
}
.c-section-heading__title:after {
  position: absolute;
  content: "";
  width: 17px;
  width: 1.0625rem;
  height: 22px;
  height: 1.375rem;
  background-image: url(../images/common/right-accent.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: -28px;
  right: -1.75rem;
  top: 6px;
  top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-section-heading__title:after {
    width: 1.5625rem;
    height: 2.0625rem;
    right: -2.625rem;
    top: 0.625rem;
  }
}

.c-slider__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.c-slider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-slider__list img {
  border-radius: 50%;
}

.scroll-left {
  -webkit-animation: scroll-left 50s infinite linear 0.5s both;
          animation: scroll-left 50s infinite linear 0.5s both;
}

.scroll-right {
  -webkit-animation: scroll-right 50s infinite linear 0.5s both;
          animation: scroll-right 50s infinite linear 0.5s both;
}

/*
左から右へ
----------------------------*/
@-webkit-keyframes scroll-left {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scroll-left {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*
右から左へ
----------------------------*/
@-webkit-keyframes scroll-right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scroll-right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.c-table {
  position: relative;
  z-index: 5;
}
.c-table__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2222222222;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-table__title {
    font-size: 2rem;
  }
}
.c-table__table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-table__table {
    margin-top: 1.25rem;
  }
}
.c-table__table--white {
  background: #fff;
}
.c-table__table--blue {
  background: #f3fdfe;
}
.c-table__table--blue td {
  background: #f3fdfe !important;
}
.c-table__table th,
.c-table__table td {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  border: 1px solid #cccccc;
}
@media screen and (min-width: 768px) {
  .c-table__table th,
  .c-table__table td {
    font-size: 1rem;
  }
}
.c-table__table th {
  background-color: #cff6f8;
  padding-block: 15px;
  padding-block: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-table__table th {
    padding-block: 1.4375rem;
  }
}
.c-table__table td {
  padding-block: 10px;
  padding-block: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-table__table td {
    padding-block: 1rem;
  }
}
.c-table__table tr:nth-child(odd) td {
  background-color: #fff;
}
.c-table__anotation {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  text-align: right;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-table__anotation {
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
}

.p-error__inner {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-error__inner {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.p-error__head {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-error__head {
    margin-bottom: 2.5rem;
  }
}
.p-error__body {
  text-align: left;
}
@media screen and (min-width: 600px) {
  .p-error__body {
    text-align: center;
  }
}
.p-error__foot {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  text-align: center;
}
.p-error__title {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #4899ee;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-error__title {
    font-size: 1.5rem;
  }
}
.p-error__text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-error__text {
    font-size: 1rem;
  }
}

.p-bbq-park-feature {
  position: relative;
  z-index: 5;
  background: #fff;
  padding-top: 115px;
  padding-top: 7.1875rem;
}

.p-bbq-park-feature__body {
  margin-top: 71px;
  margin-top: 4.4375rem;
}
.p-bbq-park-feature__body > * + * {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-bbq-park-feature__body > * + * {
    margin-top: 5.875rem;
  }
}

.p-bbq-park-feature__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-bbq-park-feature__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-bbq-park-feature__content--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-bbq-park-feature__img {
  width: 100%;
}
.p-bbq-park-feature__img img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-bbq-park-feature__img {
    width: 52%;
  }
  .p-bbq-park-feature__img img {
    width: 100%;
    height: auto;
    aspect-ratio: 815/502;
  }
}

.p-bbq-park-feature__desc {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-bbq-park-feature__desc {
    margin-top: 0;
    width: 45%;
  }
}

.p-bbq-park-feature__title {
  font-size: 22px;
  font-size: 1.375rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-bbq-park-feature__title {
    font-size: 2rem;
    letter-spacing: 250%;
  }
}

.p-bbq-park-feature__text {
  margin-top: 12px;
  margin-top: 0.75rem;
  line-height: 2;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .p-bbq-park-feature__text {
    line-height: 2.25;
  }
}

.p-bbq-park-feature__text.center {
  text-align: center;
}

.bbq_menu_img {
  max-width: 450px;
  width: 100%;
  height: auto;
}

.bbq_menu_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto;
}

.menu_text {
  display: block;
  width: 80%;
  max-width: 560px;
  font-size: 16px;
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  .menu_text {
    font-size: 20px;
  }
}

.text_note {
  display: block;
  width: 80%;
  max-width: 560px;
  font-size: 12px;
  margin: 0px auto;
}
@media screen and (min-width: 768px) {
  .text_note {
    font-size: 14px;
  }
}

.p-bbq-park-message {
  position: relative;
  z-index: 5;
  background: #fff;
  padding-top: 55px;
  padding-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-bbq-park-message {
    padding-top: 5.75rem;
  }
}

.p-bbq-park-message__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-bbq-park-message__title {
    font-size: 2.25rem;
    letter-spacing: 0.25rem;
  }
}

.p-bbq-park-message__text {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-bbq-park-message__text {
    font-size: 1.875rem;
  }
}

.p-bbq-park-message__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
}
.p-bbq-park-message__img img {
  max-width: 650px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-bbq-park-message__img {
    margin-top: 3.125rem;
  }
}

.p-bbq-park-message__menu {
  padding-top: 54px;
  padding-top: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-bbq-park-message__menu {
    padding-top: 6.25rem;
  }
}

.p-bbq-park-message__btn {
  margin-top: 17px;
  margin-top: 1.0625rem;
  text-align: center;
}

.p-bbq-park-message__menu-link {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 3px;
  letter-spacing: 0.1875rem;
  font-weight: 700;
  width: 100%;
  height: 60px;
  height: 3.75rem;
  line-height: 60px;
  line-height: 3.75rem;
  border: 1px solid #b4b4b4;
  border: 0.0625rem solid #b4b4b4;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-bbq-park-message__menu-link {
    margin-top: 1.875rem;
    font-size: 1.75rem;
    width: 45.25rem;
    height: 7.25rem;
    line-height: 7.25rem;
  }
}
.p-bbq-park-message__menu-link::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  right: 0.75rem;
  width: 60px;
  width: 3.75rem;
  height: auto;
  aspect-ratio: 77/29;
  background: url(../images/common/icon-pdf.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-bbq-park-message__menu-link::before {
    right: 1.25rem;
    right: 4.25rem;
    width: 4.8125rem;
  }
}

.p-bbq-park-message__banner {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-bbq-park-message__banner {
    margin-top: 7.05rem;
  }
}

.p-buggy-park-banner {
  position: relative;
  z-index: 5;
  background: #fff;
  margin-top: 76px;
  margin-top: 4.75rem;
}
@media screen and (min-width: 768px) {
  .p-buggy-park-banner {
    margin-top: 11.25rem;
  }
}

.p-buggy-park-feature {
  position: relative;
  z-index: 5;
  background: #fff;
  padding-top: 115px;
  padding-top: 7.1875rem;
}

.p-buggy-park-feature__body {
  margin-top: 71px;
  margin-top: 4.4375rem;
}
.p-buggy-park-feature__body > * + * {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-buggy-park-feature__body > * + * {
    margin-top: 5.875rem;
  }
}

.p-buggy-park-feature__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-buggy-park-feature__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-buggy-park-feature__content--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-buggy-park-feature__img {
  width: 100%;
}
.p-buggy-park-feature__img img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-buggy-park-feature__img {
    width: 59.8824393828%;
  }
  .p-buggy-park-feature__img img {
    width: 100%;
    height: auto;
    aspect-ratio: 815/502;
  }
}

.p-buggy-park-feature__desc {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-buggy-park-feature__desc {
    margin-top: 0;
    width: 34.5334313005%;
  }
}

.p-buggy-park-feature__title {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-buggy-park-feature__title {
    font-size: 2rem;
    letter-spacing: 250%;
  }
}

.p-buggy-park-feature__text {
  margin-top: 12px;
  margin-top: 0.75rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-buggy-park-feature__text {
    line-height: 2.25;
  }
}

.p-buggy-park-info {
  position: relative;
  z-index: 5;
  background: #fff;
  padding-top: 110px;
  padding-top: 6.875rem;
}
@media screen and (min-width: 768px) {
  .p-buggy-park-info {
    padding-top: 15.3625rem;
  }
}

.p-buggy-park-info__title {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 3px;
  letter-spacing: 0.1875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-buggy-park-info__title {
    font-size: 2rem;
  }
}

.p-buggy-park-info__table {
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 3px;
  letter-spacing: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-buggy-park-info__table {
    margin-top: 4.5rem;
    font-size: 3.5rem;
  }
}

.p-buggy-park-info__table-title {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 3px;
  letter-spacing: 0.1875rem;
  font-weight: 700;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  background: #cff6f8;
  border: 1px solid #cccccc;
  border: 0.0625rem solid #cccccc;
  width: 292px;
  width: 18.25rem;
}
@media screen and (min-width: 768px) {
  .p-buggy-park-info__table-title {
    font-size: 1.5rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.p-buggy-park-info__table-time {
  width: 395px;
  width: 24.6875rem;
  border: 1px solid #cccccc;
  border: 0.0625rem solid #cccccc;
  border-left: none;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 3px;
  letter-spacing: 0.1875rem;
  font-weight: 700;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-buggy-park-info__table-time {
    font-size: 1.5rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.p-buggy-park-info__list {
  margin: 28px auto 0;
  margin: 1.75rem auto 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-buggy-park-info__list {
    margin-top: 2rem;
    width: 45rem;
  }
}

.p-buggy-park-info__list-item {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  border-bottom: 0.0625rem solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-buggy-park-info__list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.p-buggy-park-info__term {
  width: 100%;
  vertical-align: top;
  -moz-text-align-last: left;
       text-align-last: left;
  line-height: 2.25;
}
@media screen and (min-width: 768px) {
  .p-buggy-park-info__term {
    width: 17.4375rem;
    padding-left: 0.5rem;
  }
}

.p-buggy-park-info__description {
  width: 100%;
  line-height: 2.25;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-buggy-park-info__description {
    margin-top: 0;
    width: calc(100% - 17.4375rem);
  }
}

.p-buggy-park-info__table-area {
  margin-top: 60px;
  margin-top: 3.75rem;
  position: relative;
  z-index: 10;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-buggy-park-info__table-area {
    margin-top: 5.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.875rem;
  }
}

.p-buggy-park-plan {
  position: relative;
  z-index: 5;
  background: #fff;
  padding-top: 90px;
  padding-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-buggy-park-plan {
    padding-top: 14.125rem;
  }
}

.p-buggy-park-plan__content {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 20px;
  padding: 1.25rem;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
  border-radius: 0.875rem;
  background: #ffe98e;
}
@media screen and (min-width: 768px) {
  .p-buggy-park-plan__content {
    padding: 2.6875rem 4.4375rem;
    border-radius: 1.875rem;
    margin-top: 2.325rem;
  }
}

.p-buggy-park-plan__title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.17;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .p-buggy-park-plan__title {
    font-size: 2.5rem;
    letter-spacing: 0.25rem;
  }
}

.p-buggy-park-plan__text {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 4px;
  margin-top: 0.25rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-buggy-park-plan__text {
    font-size: 0.875rem;
  }
}

.p-buggy-park-plan__row {
  margin-top: 15px;
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  gap: 0.25rem;
  position: relative;
}
.p-buggy-park-plan__row::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 41px;
  width: 2.5625rem;
  height: auto;
  aspect-ratio: 1;
  background: url(../images/common/plus.png) no-repeat center center/contain;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-buggy-park-plan__row::after {
    width: 3.3125rem;
  }
}
.p-buggy-park-plan__row--02 {
  position: relative;
}
.p-buggy-park-plan__row--02::after {
  background: url(../images/common/or.png) no-repeat center center/contain;
}

.p-buggy-park-plan__img img {
  width: 100%;
  height: 100%;
}

.p-buggy-park-plan__img {
  position: relative;
}

.p-buggy-park-plan__course {
  background: #000;
  color: #fff;
  height: 26px;
  height: 1.625rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-buggy-park-plan__course {
    font-size: 0.875rem;
    height: 2.125rem;
    line-height: 2.125rem;
    top: 0;
    right: auto;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
}

.p-buggy-park-plan__price {
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
.p-buggy-park-plan__price img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-buggy-park-plan__price {
    width: 29.5625rem;
    margin: 1.25rem auto;
  }
}
.p-buggy-park-plan__price-image {
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-buggy-park-plan__price-image {
    margin-top: 4rem;
  }
}
.p-buggy-park-plan__price-image img {
  width: 100%;
  height: 100%;
}

.p-buggy-park {
  position: relative;
  z-index: 5;
  background: #fff;
}
.p-buggy-park__inner {
  padding-top: 90px;
  padding-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-buggy-park__inner {
    padding-top: 8.3125rem;
  }
}
.p-buggy-park__image {
  width: 100%;
  max-width: 280px;
  max-width: 17.5rem;
  height: auto;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-buggy-park__image {
    max-width: 28.375rem;
  }
}
.p-buggy-park__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-buggy-park__title {
  margin-top: 80px;
  margin-top: 5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-buggy-park__title {
    font-size: 2.5rem;
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
}

.c-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-top: 58.3px;
  padding-top: 3.64375rem;
}
@media screen and (min-width: 768px) {
  .c-about {
    overflow: hidden;
    padding-top: 5.875rem;
  }
}
.c-about__content {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(25%, rgb(226, 250, 251)), color-stop(75%, rgb(206, 246, 248)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(226, 250, 251) 25%, rgb(206, 246, 248) 75%, rgb(255, 255, 255) 100%);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 5;
  overflow: hidden;
  padding-bottom: 150px;
  padding-bottom: 9.375rem;
}
@media screen and (min-width: 768px) {
  .c-about__content {
    padding-bottom: 21.0625rem;
  }
}
.c-about__content:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(25%, rgb(226, 250, 251)), color-stop(75%, rgb(206, 246, 248)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(226, 250, 251) 25%, rgb(206, 246, 248) 75%, rgb(255, 255, 255) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-about__block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  z-index: -1;
  width: 100%;
}
.c-about__img {
  width: 299px;
  width: 18.6875rem;
  margin: 0 auto;
}
.c-about__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 299/163;
}
@media screen and (min-width: 768px) {
  .c-about__img {
    width: 28.375rem;
  }
}
.c-about__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2.3571428571;
  letter-spacing: 0.03em;
  margin-top: 92.7px;
  margin-top: 5.79375rem;
}
@media screen and (min-width: 768px) {
  .c-about__text {
    font-size: 1.5rem;
    line-height: 3.3333333333;
    letter-spacing: 0.1em;
    margin-top: 7.33125rem;
  }
}

.p-sub-header {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.p-sub-header img {
  width: 100%;
  height: 100%;
}

.p-tos {
  position: relative;
  z-index: 10;
  padding-top: 115px;
  padding-top: 7.1875rem;
}
@media screen and (min-width: 768px) {
  .p-tos {
    padding-top: 15.1875rem;
  }
}
.p-tos::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(60%, rgb(206, 246, 248)), color-stop(95%, rgb(206, 246, 248)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(206, 246, 248) 60%, rgb(206, 246, 248) 95%, rgb(255, 255, 255) 100%);
  left: 0;
  bottom: 0;
  z-index: 3;
}

.p-tos__title {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 3px;
  letter-spacing: 0.1875rem;
  font-weight: 700;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-tos__title {
    font-size: 2rem;
  }
}

.p-tos__content {
  position: relative;
  z-index: 5;
  border: 1px solid #cccccc;
  border: 0.0625rem solid #cccccc;
  padding: 24px;
  padding: 1.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.1666666667;
  background: #fff;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-tos__content {
    margin-top: 2.6875rem;
    font-size: 1rem;
    line-height: 2;
    padding: 3rem 3.75rem;
  }
}

.p-tos__banner {
  position: relative;
  z-index: 5;
  margin-top: 63px;
  margin-top: 3.9375rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-tos__banner {
    margin-top: 10rem;
    padding-bottom: 24rem;
  }
}
.p-tos__banner p {
  margin-top: 13px;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-tos__banner p {
    margin-top: 1.625rem;
  }
}

.p-footer__fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__fixed {
    display: none;
  }
}
.p-footer__fixed > div {
  display: grid;
  grid-template-columns: 30% 70%;
  grid-template-rows: 3rem;
}
.p-footer__fixed > div.p-footer__reserve {
  display: block;
  height: 48px;
  height: 3rem;
}
.p-footer__fixed > div.p-footer__reserve .p-footer__reserve-btn {
  width: 100%;
  height: 100%;
}
.p-footer__sound-btn {
  background: #1995d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: solid 2px #fff;
}
.p-footer__sound-off {
  width: 81px;
  width: 5.0625rem;
  height: 36px;
  height: 2.25rem;
}
.p-footer__sound-off img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__sound-off.is-hidden {
  display: none;
}
.p-footer__sound-on {
  width: 72px;
  width: 4.5rem;
  height: 36px;
  height: 2.25rem;
}
.p-footer__sound-on img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__sound-on.is-hidden {
  display: none;
}
.p-footer__reserve-btn {
  background: #1995d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-footer__reserve-btn a {
  width: 245px;
  width: 15.3125rem;
  height: 20px;
  height: 1.25rem;
  display: block;
}
.p-footer__reserve-btn a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-glamping-park-banner {
  margin-top: 54px;
  margin-top: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-glamping-park-banner {
    margin-top: 10.5625rem;
  }
}

.p-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-header__logo {
  width: 80px;
  width: 5rem;
  height: auto;
  margin-left: 25px;
  margin-left: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 6.875rem;
    margin-left: 4.125rem;
    margin-top: 0.75rem;
  }
}
.p-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-header__fixed {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5.1875rem;
  }
}
.p-header__mute-btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__mute-btn {
    display: block;
    margin-top: 0.5rem;
    width: 5.125rem;
    height: 5.375rem;
  }
}
.p-header__mute-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-header__mute-btn .on,
.p-header__mute-btn .off {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="6" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.4)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, .4));
          filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, .4));
}
.p-header__mute-btn .on.is-hidden,
.p-header__mute-btn .off.is-hidden {
  display: none;
}
.p-header__reserve-btn {
  width: 82px;
  width: 5.125rem;
  height: 328px;
  height: 20.5rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
.p-header__reserve-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="6" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.4)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, .4));
          filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, .4));
}
.p-header__reserve-btn.is-active {
  visibility: visible;
  opacity: 1;
}
.p-header__reserve-btn.is-active:hover {
  opacity: 0.9;
}
.p-header__reserve-btn.is-active:hover a {
  -webkit-filter: none;
          filter: none;
}
.p-header__nav {
  width: 100%;
  margin-right: 177px;
  margin-right: 11.0625rem;
}
@media (max-width: 1100px) {
  .p-header__nav {
    margin-right: 5rem;
  }
}
.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.p-header__list > * + * {
  margin-left: 30px;
  margin-left: 1.875rem;
}
.p-header__item {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-header__item a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #fff;
  font-weight: 700;
}
.p-header__item.is-active a {
  color: #333;
}
.p-header__mobile-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  right: -100%;
  visibility: hidden;
  display: block;
  overflow-y: scroll;
  background: #fff;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  z-index: 999;
}
.p-header__mobile-menu.visible {
  visibility: visible;
  right: 0;
  -webkit-animation: fade-in cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
          animation: fade-in cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.p-header__mobile-menu.fade-out {
  -webkit-animation: fade-out cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
          animation: fade-out cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
  visibility: visible;
}

@-webkit-keyframes fade-in {
  0% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fade-in {
  0% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fade-out {
  0% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes fade-out {
  0% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.p-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
  z-index: 3;
  margin-top: -10px;
  margin-top: -0.625rem;
}
@media screen and (min-width: 768px) {
  .p-about {
    overflow: hidden;
  }
}
.p-about__content {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(25%, rgb(226, 250, 251)), color-stop(75%, rgb(206, 246, 248)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(226, 250, 251) 25%, rgb(206, 246, 248) 75%, rgb(255, 255, 255) 100%);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 384px;
  height: 24rem;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-about__content {
    height: 60.25rem;
  }
}
.p-about__content:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(25%, rgb(226, 250, 251)), color-stop(75%, rgb(206, 246, 248)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(226, 250, 251) 25%, rgb(206, 246, 248) 75%, rgb(255, 255, 255) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-about__block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  z-index: -1;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 320px;
  width: 20rem;
}
@media screen and (min-width: 768px) {
  .p-about__block {
    width: 37.875rem;
  }
}
.p-about__title {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.2083333333;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-about__title {
    font-size: 2.625rem;
    line-height: 1.1904761905;
    letter-spacing: 0.1em;
  }
}
.p-about__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2.1428571429;
  letter-spacing: 0.03em;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    font-size: 1.5rem;
    line-height: 3.3333333333;
    letter-spacing: 0.1em;
    margin-top: 2.375rem;
  }
}
.p-about__slider-area {
  position: relative;
  z-index: 5;
  padding-top: 25px;
  padding-top: 1.5625rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-about__slider-area {
    padding-top: 2.5rem;
  }
}

.p-about-top {
  position: relative;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .p-about-top {
    z-index: auto;
  }
}
.p-about-top__list {
  gap: 53px;
  gap: 3.3125rem;
}
.p-about-top__list + .p-about-top__list {
  margin-left: 53px;
  margin-left: 3.3125rem;
}
.p-about-top__item--01 {
  width: 45.3488372093vw;
}
@media screen and (min-width: 768px) {
  .p-about-top__item--01 {
    width: 20.375rem;
    margin-top: 7.875rem;
  }
}
.p-about-top__item--02 {
  width: 74.8837209302vw;
}
@media screen and (min-width: 768px) {
  .p-about-top__item--02 {
    width: 33.75rem;
  }
}
.p-about-top__item--03 {
  width: 48.3720930233vw;
}
@media screen and (min-width: 768px) {
  .p-about-top__item--03 {
    width: 21.6875rem;
    margin-top: 11.375rem;
  }
}
.p-about-top__item--04 {
  width: 63.7209302326vw;
}
@media screen and (min-width: 768px) {
  .p-about-top__item--04 {
    width: 28.5rem;
    margin-top: 1.9375rem;
  }
}

.p-about-midle {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-about-midle {
    margin-bottom: 0;
    margin-top: 2.0625rem;
  }
}
.p-about-midle__wrap {
  width: calc(100% - 50px);
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-about-midle__wrap {
    height: auto;
    min-height: auto;
    width: 100vw;
  }
}
.p-about-midle__text {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-about-midle__text {
    max-width: 54.9375rem;
  }
}
.p-about-midle__text img {
  width: 100%;
  height: 100%;
}
.p-about-midle__text.scroll-animate {
  opacity: 0; /* 初期表示で要素を透明にする */
}

.p-about-bottom {
  margin-top: -50px;
  margin-top: -3.125rem;
  position: relative;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .p-about-bottom {
    z-index: auto;
    margin-top: 4.1875rem;
  }
}
.p-about-bottom__list {
  gap: 79px;
  gap: 4.9375rem;
  margin-left: 80px;
  margin-left: 5rem;
}
.p-about-bottom__list + .p-about-bottom__list {
  margin-left: 79px;
  margin-left: 4.9375rem;
}
.p-about-bottom__item--01 {
  width: 57.9069767442vw;
}
@media screen and (min-width: 768px) {
  .p-about-bottom__item--01 {
    width: 25.9375rem;
    margin-top: 7.1875rem;
  }
}
.p-about-bottom__item--02 {
  width: 31.6279069767vw;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .p-about-bottom__item--02 {
    width: 14.25rem;
    margin-top: 0;
    margin-bottom: auto;
  }
}
.p-about-bottom__item--03 {
  width: 64.1860465116vw;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .p-about-bottom__item--03 {
    width: 28.75rem;
    margin-top: 14.375rem;
  }
}
.p-about-bottom__item--04 {
  width: 57.2093023256vw;
}
@media screen and (min-width: 768px) {
  .p-about-bottom__item--04 {
    width: 25.6875rem;
  }
}
.p-about-bottom__item--05 {
  width: 41.3953488372vw;
}
@media screen and (min-width: 768px) {
  .p-about-bottom__item--05 {
    width: 18.5625rem;
    margin-top: 11.5625rem;
  }
}

.p-access {
  padding-top: 60px;
  padding-top: 3.75rem;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-access {
    padding-top: 6.75rem;
  }
}
.p-access__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-access__title {
    font-size: 2rem;
  }
}
.p-access .bg {
  background-color: #fff;
  position: relative;
}
.p-access .bg:after {
  position: absolute;
  width: 100vw;
  height: 80px;
  height: 5rem;
  content: "";
  background: #fff;
  z-index: 4;
  left: 0;
  bottom: -50px;
  bottom: -3.125rem;
  margin: auto calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-access .bg:after {
    height: 8.125rem;
    bottom: -5rem;
  }
}
.p-access__subtitle {
  text-align: center;
  margin-top: 14px;
  margin-top: 0.875rem;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-access__subtitle {
    margin-top: 1.6875rem;
    font-size: 1.125rem;
  }
}
.p-access__list {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-access__list {
    margin-top: 4.8125rem;
  }
}
.p-access__item {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-access__item {
    font-size: 1.875rem;
  }
}
.p-access__item::before {
  content: "";
  display: block;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  margin-right: 6px;
  margin-right: 0.375rem;
  border-radius: 50%;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .p-access__item::before {
    width: 2rem;
    height: 2rem;
    margin-right: 1.125rem;
  }
}
.p-access__item span {
  margin-left: auto;
}
.p-access__map {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-access__map {
    margin-top: 2.375rem;
    max-width: 31.25rem;
    margin-inline: auto;
  }
}
.p-access__map img {
  height: auto;
}
.p-access__step {
  margin-top: 80px;
  margin-top: 5rem;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-access__step {
    margin-top: 5rem;
    max-width: 31.25rem;
    margin-inline: auto;
  }
}
.p-access__step img {
  height: auto;
}
.p-access__table-area {
  margin-top: 40px;
  margin-top: 2.5rem;
  position: relative;
  z-index: 6;
}
@media screen and (min-width: 768px) {
  .p-access__table-area {
    margin-top: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-access-timetable {
    width: 53%;
  }
}
@media screen and (min-width: 768px) {
  .p-access-timetable .c-table__title {
    text-align: left;
  }
}

.p-access-price {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-access-price {
    width: 44%;
    margin-top: 0;
  }
}
.p-access-price__table th {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-access-price__table th {
    font-size: 1.25rem;
    padding-block: 1.3125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-access-price__table td {
    padding-block: 0.6875rem;
  }
}
.p-access-price__table + .p-access-price__table {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-access-price__table + .p-access-price__table {
    margin-top: 2.75rem;
  }
}

.p-banner {
  background: #fff;
  z-index: 5;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-banner {
    margin-top: -0.625rem;
  }
}
.p-banner .l-inner {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-banner .l-inner {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.p-banner__image {
  margin-top: 64px;
  margin-top: 4rem;
  margin-bottom: 64px;
  margin-bottom: 4rem;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-banner__image {
    max-width: 48rem;
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
}
.p-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-buggy {
  position: relative;
  z-index: 5;
  background: #fff;
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-buggy {
    padding-top: 5rem;
  }
}
.p-buggy .l-inner {
  position: relative;
}
.p-buggy .l-inner:after {
  position: absolute;
  width: 100vw;
  height: 50px;
  height: 3.125rem;
  content: "";
  background: #fff;
  z-index: 4;
  left: 0;
  bottom: -66px;
  bottom: -4.125rem;
  margin: auto calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-buggy .l-inner:after {
    height: 8.125rem;
    bottom: -6.875rem;
  }
}
.p-buggy__bus {
  margin-top: 64px;
  margin-top: 4rem;
  max-width: 800px;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-buggy__bus {
    margin-top: 8.75rem;
  }
}
.p-buggy .c-section-heading.bottom {
  margin-bottom: 0;
}
.p-buggy .c-section-heading__title.bottom {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media (max-width: 767px) {
  .p-buggy .c-section-heading__title.bottom:before {
    top: 1rem;
    left: -1.75rem;
  }
}
@media (max-width: 767px) {
  .p-buggy .c-section-heading__title.bottom:after {
    top: 1rem;
    right: -5.5rem;
  }
}
.p-buggy .c-section-heading__title span {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-buggy .c-section-heading__title span {
    display: inline;
  }
}
.p-buggy__bus-image {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-buggy__bus-image {
    margin-bottom: 1.25rem;
  }
}
.p-buggy__bus-image img {
  width: 100%;
  height: 100%;
}
.p-buggy__time-link a {
  display: inline-block;
  border: solid 1px #b4b4b4;
  padding: 18px 40px;
  padding: 1.125rem 2.5rem;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-buggy__time-link a {
    font-size: 1.75rem;
    padding: 2.375rem 7.5rem;
  }
}
.p-buggy__time-link a:hover {
  background: #4699c6;
  border-color: #4699c6;
  color: #fff;
}
.p-buggy__time-link a:after {
  position: absolute;
  content: "PDF";
  padding: 4px 14px;
  padding: 0.25rem 0.875rem;
  background: #db0100;
  border-radius: 9999pc;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Montserrat", "Helvetica Neue", Arial, serif;
  right: 5%;
  top: 40%;
}
@media screen and (min-width: 768px) {
  .p-buggy__time-link a:after {
    top: 2.5rem;
    font-size: 1.625rem;
    padding: 0.375rem 1.3125rem;
  }
}
.p-buggy__time-image {
  width: 100%;
  height: 100%;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-buggy__time-image {
    margin-bottom: 2.5rem;
  }
}
.p-buggy__time-image img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-buggy__line a {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p-buggy__line a:after {
    position: absolute;
    content: "";
    width: 3.0625rem;
    height: 1.375rem;
    right: 1.25rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../images/common/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
  }
}
.p-buggy__btn-area {
  text-align: center;
  margin-top: 17px;
  margin-top: 1.0625rem;
  max-width: 1000px;
  max-width: 62.5rem;
}
.p-buggy__instagram {
  margin-top: 11px;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-buggy__instagram {
    margin-top: 1.3125rem;
    margin-bottom: 9.125rem;
  }
}
.p-buggy__line a {
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 999px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-buggy__line a {
    font-size: 1.375rem;
    border-radius: 0;
  }
}
.p-buggy__instagram a {
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 999px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-buggy__instagram a {
    font-size: 1.375rem;
    position: relative;
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-buggy__instagram a:after {
    position: absolute;
    content: "";
    width: 3.0625rem;
    height: 1.375rem;
    right: 1.25rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../images/common/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
  }
}
.p-buggy__banner-area {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-buggy__banner-area {
    margin-bottom: 7.5rem;
  }
}
.p-buggy__banner-area .c-section-heading {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-buggy__banner-area .c-section-heading {
    margin-bottom: 1.625rem;
  }
}
.p-buggy__banner > * + * {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-buggy__banner > * + * {
    margin-top: 1rem;
  }
}
.p-buggy__banner a img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
}
.p-buggy__wrap > * + * {
  margin-top: 54px;
  margin-top: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-buggy__wrap > * + * {
    margin-top: 4.25rem;
  }
}
.p-buggy__info {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-buggy__info {
    margin-top: 4.4375rem;
  }
}
.p-buggy__title--sm {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-buggy__title--sm {
    font-size: 1.75rem;
    margin-bottom: 1.125rem;
    line-height: 1;
  }
}
.p-buggy__info-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-buggy__info-text {
    font-size: 1.125rem;
    line-height: 1.75;
  }
}
.p-buggy__images {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 5px;
  gap: 0.3125rem;
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-buggy__images {
    grid-template-columns: 1fr 1fr;
  }
}
.p-buggy__image {
  width: 100%;
  height: 100%;
}
.p-buggy__image img {
  width: 100%;
  height: 100%;
}
.p-buggy__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
  max-width: 1000px;
  max-width: 62.5rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-buggy__media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-buggy__title {
  width: 259px;
  width: 16.1875rem;
  margin: auto auto 50px;
  margin: auto auto 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-buggy__title {
    width: 100%;
    max-width: 28.375rem;
    margin-inline: auto;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-buggy__title img {
  height: 100%;
  width: 100%;
}
.p-buggy__block {
  padding-top: 67px;
  padding-top: 4.1875rem;
}
@media screen and (min-width: 768px) {
  .p-buggy__block {
    width: 100%;
    max-width: 62.5rem;
    padding-inline: 1.25rem;
    padding-top: 0;
  }
}
.p-buggy__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.1428571429;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-buggy__text {
    font-size: 1rem;
    line-height: 2.5;
    margin-top: 1.3125rem;
    text-align: center;
  }
}
.p-buggy__text--right {
  text-align: right;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-buggy__text--right {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-buggy__img {
    width: 63.8541666667%;
    max-width: 102.125rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-buggy__img::before {
    content: "";
    display: block;
    width: 59.4802694899%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(-90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    right: -0.8125rem;
  }
}
.p-buggy__img img {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-buggy__img img {
    height: 64.9375rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-buggy-price {
  margin-top: 52px;
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .p-buggy-price {
    margin-top: 4.875rem;
  }
}
.p-buggy-price__image {
  width: 100%;
  height: 100%;
}
.p-buggy-price__image img {
  width: 100%;
  height: 100%;
}

.p-buggy-glamping {
  background: #fff;
  margin-top: 110px;
  margin-top: 6.875rem;
}
@media screen and (min-width: 768px) {
  .p-buggy-glamping {
    margin-top: 12.6875rem;
  }
}
.p-buggy-glamping__head {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 30px;
  gap: 1.875rem;
  margin-bottom: 43px;
  margin-bottom: 2.6875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-buggy-glamping__head {
    grid-template-columns: 15.8125rem 1fr;
    gap: 0.75rem;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5.4375rem;
  }
}
.p-buggy-glamping__image {
  width: 160px;
  width: 10rem;
  height: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-buggy-glamping__image {
    width: 100%;
  }
}
.p-buggy-glamping__image img {
  width: 100%;
  height: 100%;
}
.p-buggy-glamping__heading {
  text-align: center;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-buggy-glamping__heading {
    margin-top: 2.8125rem;
    text-align: left;
    margin-bottom: 1.375rem;
  }
}
.p-buggy-glamping__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Montserrat", "Helvetica Neue", Arial, serif;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-buggy-glamping__title {
    font-size: 2.625rem;
  }
}
.p-buggy-glamping__sub-title {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-buggy-glamping__sub-title {
    font-size: 1.5rem;
  }
}
.p-buggy-glamping__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-buggy-glamping__text {
    font-size: 1.125rem;
    line-height: 2;
  }
}
.p-buggy-glamping__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-buggy-glamping__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-buggy-glamping__content:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-buggy-glamping__content:nth-child(even) .p-buggy-glamping__desc {
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-buggy-glamping__content:nth-child(1) .p-buggy-glamping__link a {
    max-width: 17.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-buggy-glamping__content:nth-child(2) .p-buggy-glamping__link a {
    max-width: 20.625rem;
  }
}
.p-buggy-glamping__content:nth-child(3) {
  position: relative;
}
.p-buggy-glamping__content:nth-child(3):after {
  content: "";
  position: absolute;
  left: -10px;
  left: -0.625rem;
  top: 120px;
  top: 7.5rem;
  width: 75px;
  width: 4.6875rem;
  height: 75px;
  height: 4.6875rem;
  background-image: url(../images/glamping-park/mark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-buggy-glamping__content:nth-child(3):after {
    left: -0.625rem;
    top: -2.5rem;
    width: 9.6875rem;
    height: 9.6875rem;
  }
}
@media (min-width: 1100px) {
  .p-buggy-glamping__content:nth-child(3):after {
    left: -2.5rem;
    top: -2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-buggy-glamping__content:nth-child(3) .p-buggy-glamping__link a {
    max-width: 20.625rem;
  }
}
.p-buggy-glamping__content-image {
  width: 100%;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-buggy-glamping__content-image {
    width: 52%;
    margin-bottom: 0;
  }
}
.p-buggy-glamping__content-image img {
  width: 100%;
  height: 100%;
}
.p-buggy-glamping__body > * + * {
  margin-top: 84px;
  margin-top: 5.25rem;
}
@media screen and (min-width: 768px) {
  .p-buggy-glamping__body > * + * {
    margin-top: 5.625rem;
  }
}
.p-buggy-glamping__link {
  margin-top: 36px;
  margin-top: 2.25rem;
}
.p-buggy-glamping__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  height: 3.125rem;
  max-width: 400px;
  max-width: 25rem;
  padding: 0px 12px;
  padding: 0rem 0.75rem;
  margin-inline: auto;
  color: #fff;
  background: #4699c6;
  border-radius: 9999px;
}
@media screen and (min-width: 768px) {
  .p-buggy-glamping__link a {
    max-width: 15.625rem;
    margin-left: 0;
  }
}
.p-buggy-glamping__logo {
  width: 166px;
  width: 10.375rem;
  height: 117px;
  height: 7.3125rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-buggy-glamping__logo {
    margin-bottom: 1.4375rem;
    margin-left: 0;
    width: 18.0625rem;
    height: 9.875rem;
  }
}
.p-buggy-glamping__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-buggy-glamping__desc {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-buggy-glamping__desc {
    width: calc(48% - 5.25rem);
    margin-left: auto;
  }
}
.p-buggy-glamping__foot {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-buggy-glamping__foot {
    margin-top: 7.3125rem;
  }
}
.p-buggy-glamping__link-image {
  width: 100%;
  height: 100%;
}
.p-buggy-glamping__link-image img {
  width: 100%;
  height: 100%;
}
.p-buggy-glamping__btn {
  display: inline-block;
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
  color: #fff;
  background: #4699c6;
  font-size: 10px;
  font-size: 0.625rem;
  border-radius: 999px;
}
@media screen and (min-width: 768px) {
  .p-buggy-glamping__btn {
    padding: 0.9375rem 2.5rem;
    font-size: 1.25rem;
    line-height: 1;
  }
}
.p-buggy-glamping__btns {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  gap: 4px;
  gap: 0.25rem;
  margin-top: -40px;
  margin-top: -2.5rem;
  max-width: 95%;
}
@media screen and (min-width: 768px) {
  .p-buggy-glamping__btns {
    max-width: 55.625rem;
    gap: 4.5rem;
    margin-top: -5.625rem;
  }
}

.p-faq {
  background: #fff;
  position: relative;
  z-index: 5;
}
.p-faq .l-inner {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-faq .l-inner {
    padding-top: 8.75rem;
    padding-bottom: 5rem;
  }
}
.p-faq .l-inner .c-section-heading {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-faq .l-inner .c-section-heading {
    margin-bottom: 1.625rem;
  }
}
.p-faq__wrapper > * + * {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-faq__wrapper > * + * {
    margin-top: 2.5rem;
  }
}
.p-faq__question {
  background: #4699c6;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
  padding: 10px 13px;
  padding: 0.625rem 0.8125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-faq__question {
    padding: 0.5rem 1.625rem;
  }
}
.p-faq__question span {
  font-family: "Montserrat", "Helvetica Neue", Arial, serif;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-faq__question span {
    font-size: 2.25rem;
  }
}
.p-faq__question h2 {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-faq__question h2 {
    font-size: 1.25rem;
  }
}
.p-faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
  padding: 10px 13px;
  padding: 0.625rem 0.8125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
  margin-top: 0.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-faq__answer {
    margin-top: 1.5rem;
    padding: 0.5rem 1.625rem;
  }
}
.p-faq__answer span {
  font-family: "Montserrat", "Helvetica Neue", Arial, serif;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  color: #4699c6;
}
@media screen and (min-width: 768px) {
  .p-faq__answer span {
    font-size: 2.25rem;
    line-height: 1;
  }
}
.p-faq__answer p {
  font-weight: 500;
}

.p-form {
  position: relative;
  z-index: 4;
}
.p-form:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(60%, rgb(206, 246, 248)), color-stop(95%, rgb(206, 246, 248)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(206, 246, 248) 60%, rgb(206, 246, 248) 95%, rgb(255, 255, 255) 100%);
  left: 0;
  bottom: 0;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-form:before {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-form {
    padding-top: 9.4375rem;
  }
}
.p-form__inner {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .p-form__inner {
    padding-top: 7.5rem;
    padding-bottom: 16.5rem;
  }
}
.p-form__heading {
  text-align: center;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-form__heading {
    margin-bottom: 7.6875rem;
  }
}
.p-form__sub-title {
  color: #4899ee;
  font-family: "Montserrat", "Helvetica Neue", Arial, serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-form__sub-title {
    font-size: 1rem;
  }
}
.p-form__title {
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-form__title {
    font-size: 2.875rem;
  }
}
.p-form__lead {
  text-align: center;
  display: block;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-form__lead {
    margin-bottom: 2.5rem;
    font-size: 1rem;
  }
}
.p-form form {
  border-radius: 0.9375rem;
  padding: 40px 12px;
  padding: 2.5rem 0.75rem;
  max-width: 767px;
  max-width: 47.9375rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-form form {
    padding: 0;
  }
}
.p-form__form__title {
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-form__form__title {
    font-size: 1.5rem;
  }
}
.p-form__head {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-form__head {
    font-size: 1.25rem;
    padding: 1.5rem;
  }
}
.p-form__text--normal {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-form__text--normal {
    font-size: 1rem;
  }
}
.p-form__text--bold {
  font-weight: 700;
}
.p-form__text--lg {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-form__text--lg {
    font-size: 1.125rem;
  }
}
.p-form__text--xl {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-form__text--xl {
    font-size: 1.75rem;
  }
}
.p-form__text--small {
  font-size: 10px;
  font-size: 0.625rem;
}
.p-form__text-block {
  display: block;
  text-align: left;
  margin-left: 8px;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-form__text-block {
    display: inline;
  }
}
.p-form__br-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-form__br-pc {
    display: inline;
  }
}
.p-form__body {
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  border-top: solid 2px #ededed;
  border-top: solid 0.125rem #ededed;
}
@media screen and (min-width: 768px) {
  .p-form__body {
    margin-top: 4rem;
    padding-top: 4rem;
  }
}
.p-form__heading {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-form__heading {
    margin-bottom: 4rem;
  }
}
.p-form__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-form__table-row {
    max-width: 100%;
    margin-bottom: 2.3125rem;
  }
}
.p-form__table-row > * + * {
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-form__table-row > * + * {
    margin-top: 1.5rem;
  }
}
.p-form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form__checkbox .p-form__table-item {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-form__checkbox .p-form__table-item {
    font-size: 1rem;
  }
}
.p-form__checkbox--margin {
  margin-top: 4px;
  margin-top: 0.25rem;
}
.p-form__table-label--margin {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-form__table-label--margin {
    margin-top: 0.75rem;
  }
}
.p-form__table-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-form__table-label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-form__table-label--textarea {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-form__table-label--textarea .p-form__table-title {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
.p-form__table-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-form__table-title {
    width: 22.7%;
    margin-bottom: 0;
    font-size: 1.125rem;
  }
}
.p-form__table-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-form__table-bottom {
    margin-left: auto;
    margin-bottom: 2.5rem;
    font-size: 1.25rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-form__table-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form__table-check {
    margin-top: 2.1875rem;
  }
}
.p-form__table-check p {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-form__table-check p {
    font-size: 1.125rem;
  }
}
.p-form__table-link {
  text-decoration: underline;
  font-weight: 500;
  color: #001dff;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-form__table-link {
    font-size: 1rem;
  }
}
.p-form__table-link:hover {
  text-decoration: none;
}
.p-form__table-row--full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-form__table-row--full {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-form__table-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-form__table-input {
  border: solid 1px #dedede !important;
  border: solid 0.0625rem #dedede !important;
  background: #fff;
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
  width: 100%;
  margin-top: 0;
  background: #fff;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-form__table-input {
    padding: 0.75rem 1rem;
    font-size: 1rem;
  }
}
.p-form__table-input::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #a4a4a4;
}
.p-form__table-input::-moz-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #a4a4a4;
}
.p-form__table-input::-ms-input-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #a4a4a4;
}
.p-form__table-input::placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #a4a4a4;
}
.p-form__table-input:focus {
  background: #f8f8f8;
}
.p-form__table-checkbox:checked + label {
  background: #4899ee;
}
.p-form__table-checkbox:checked + label:after {
  content: "";
  display: block;
  width: 17px;
  width: 1.0625rem;
  height: 9px;
  height: 0.5625rem;
  border: 3px solid rgb(255, 255, 255);
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 4px;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-form__table-checkbox:checked + label:after {
    content: "";
    display: block;
    width: 1.125rem;
    height: 0.625rem;
    border: 3px solid rgb(255, 255, 255);
    border-width: 0 0 3px 3px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-left: 2px;
    margin-top: 0.1875rem;
  }
}
.p-form__table-checkbox + label {
  display: inline-block;
  width: 26px;
  width: 1.625rem;
  height: 26px;
  height: 1.625rem;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-right: 10px;
  margin-right: 0.625rem;
  border-radius: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-form__table-checkbox + label {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.8125rem;
  }
}
.p-form__table-head {
  text-align: left;
}
.p-form__table-item {
  display: inline-block;
  margin-right: 16px;
  margin-right: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-form__table-item {
    display: block;
    margin-right: 0;
    width: auto;
    padding-right: 1rem;
  }
}
.p-form__teble-item--red {
  font-size: 12px;
  font-size: 0.75rem;
  color: #212a7f;
  font-weight: 700;
}
.p-form__table-text--red {
  color: #fff;
  background: #f94b4b;
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  width: 40px;
  width: 2.5rem;
  height: 22px;
  height: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.125rem;
}
.p-form__table-text--gray {
  color: #fff;
  background: #c3c3c3;
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  width: 100px;
  width: 6.25rem;
  height: 22px;
  height: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.125rem;
}
.p-form__table-btn {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-form__table-description {
    width: 77.3%;
  }
}
.p-form__table-textarea {
  width: 100%;
  height: 310px;
  height: 19.375rem;
  border: solid 1px #dedede !important;
  border: solid 0.0625rem #dedede !important;
  background: #fff !important;
  padding: 12px 16px;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-form__table-textarea {
    height: 18.75rem;
  }
}
.p-form__table-textarea:focus {
  background: #f8f8f8;
}
.p-form__table-privacy-policy {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  display: block;
  width: 100%;
}
.p-form__table-description--select {
  position: relative;
  display: inline-block;
}
.p-form__table-description--select:after {
  border-left: 5px solid transparent;
  border-left: 0.3125rem solid transparent;
  border-right: 5px solid transparent;
  border-right: 0.3125rem solid transparent;
  border-top: 5px solid #868686;
  border-top: 0.3125rem solid #868686;
  content: "";
  position: absolute;
  right: 9px;
  top: 18px;
  top: 1.125rem;
  width: 0;
}
.p-form select {
  color: #959595;
  padding: 8px 32px 8px 10px;
  padding: 0.5rem 2rem 0.5rem 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  background: #f5f5f5;
}
.p-form option {
  color: #959595;
}

.p-gramping {
  margin-top: 90px;
  margin-top: 5.625rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-gramping {
    margin-top: 14.5rem;
  }
}
.p-gramping__title {
  width: 40.9302325581%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-gramping__title {
    width: 100%;
    max-width: 18.625rem;
    margin-inline: 0 auto;
    position: relative;
    z-index: 1;
  }
}
.p-gramping__title img {
  height: auto;
}
.p-gramping__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1875;
  text-align: center;
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-gramping__text {
    font-size: 1.75rem;
    line-height: 1.2142857143;
    text-align: left;
    margin-top: 3.6875rem;
    position: relative;
    z-index: 1;
  }
}

.p-gramping-slider {
  position: relative;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-gramping-slider {
    margin-top: -10.1875rem;
  }
}
.p-gramping-slider::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(25%, rgb(226, 250, 251)), color-stop(85%, rgb(206, 246, 248)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(226, 250, 251) 25%, rgb(206, 246, 248) 85%, rgb(255, 255, 255) 100%);
  padding-block: 110px 130px;
  padding-block: 6.875rem 8.125rem;
}
@media screen and (min-width: 768px) {
  .p-gramping-slider::before {
    padding-block: 3.375rem 5.25rem;
  }
}
.p-gramping-slider__item--01 {
  width: 62.0930232558vw !important;
  margin-right: -154px;
  margin-right: -9.625rem;
}
@media screen and (min-width: 768px) {
  .p-gramping-slider__item--01 {
    width: 30.1875rem !important;
    margin-right: 0;
    margin-top: 14.375rem;
  }
}
.p-gramping-slider__item--02 {
  width: 44.1860465116vw !important;
  margin-top: 330px;
  margin-top: 20.625rem;
}
@media screen and (min-width: 768px) {
  .p-gramping-slider__item--02 {
    width: 26.75rem !important;
    margin-top: 39.375rem;
  }
}
.p-gramping-slider__item--03 {
  width: 76.2790697674vw !important;
  margin-top: 58px;
  margin-top: 3.625rem;
}
@media screen and (min-width: 768px) {
  .p-gramping-slider__item--03 {
    width: 41rem !important;
    margin-top: 0;
  }
}
.p-gramping-slider__item--04 {
  width: 55.8139534884vw !important;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .p-gramping-slider__item--04 {
    width: 31.3125rem !important;
    margin-top: 30.875rem;
  }
}
.p-gramping-slider__scroll-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-gramping-slider__scroll-text {
    top: 50%;
  }
}
.p-gramping-slider__scroll-text span {
  display: block;
  width: 3024px;
  width: 189rem;
  height: 96px;
  height: 6rem;
  background: url(../images/gramping/gramping-scroll-text.png) repeat-x left top;
  background-size: 3024px 96px;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .p-gramping-slider__scroll-text span {
    width: 346.25rem;
    height: 11rem;
    background: url(../images/gramping/gramping-scroll-text.png) repeat-x left top;
    background-size: 5540px 176px;
  }
}

.scroll-left {
  -webkit-animation: scroll-left 50s infinite linear 0.5s both;
          animation: scroll-left 50s infinite linear 0.5s both;
}

.scroll-right {
  -webkit-animation: scroll-right 50s infinite linear 0.5s both;
          animation: scroll-right 50s infinite linear 0.5s both;
}

/*
左から右へ
----------------------------*/
@keyframes scroll-left {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*
右から左へ
----------------------------*/
@keyframes scroll-right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-mainview {
  width: 100%;
  height: 100vh;
  aspect-ratio: 19.5/9;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-mainview {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
  }
}
.p-mainview__video {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-mainview__video {
    width: 100%;
    height: auto;
  }
}
.p-mainview__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-mainview__video video {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-map {
  background: #fff;
  position: relative;
  z-index: 5;
}
.p-map .l-inner {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-map .l-inner {
    padding-top: 8.75rem;
    padding-bottom: 5rem;
  }
}
.p-map .l-inner .c-section-heading {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-map .l-inner .c-section-heading {
    margin-bottom: 1.625rem;
  }
}
.p-map__image {
  width: 100%;
  height: 100%;
}
.p-map__image img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
}
@media screen and (min-width: 768px) {
  .p-map__image img {
    border-radius: 24px;
  }
}

.p-time .l-inner {
  margin-top: 64px;
  margin-top: 4rem;
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-time .l-inner {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.p-time__wrapper {
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-time__wrapper {
    margin-top: 1.5rem;
  }
}
.p-time .c-table__table {
  max-width: 750px;
  max-width: 46.875rem;
  margin-left: auto;
  margin-right: auto;
}
.p-time .c-table__table td:nth-child(1) {
  background-color: #cff6f8;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  padding: 10px;
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-time .c-table__table td:nth-child(1) {
    font-size: 1.25rem;
    padding: 0.9375rem 0.625rem;
  }
}
.p-time .c-table__table td:nth-child(2) {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: left;
  padding: 10px;
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-time .c-table__table td:nth-child(2) {
    font-size: 1.25rem;
    padding: 0.9375rem 0.625rem;
  }
}
.p-time__textarea {
  margin-top: 5px;
  margin-top: 0.3125rem;
  text-align: right;
  max-width: 750px;
  max-width: 46.875rem;
  margin-left: auto;
  margin-right: auto;
}
.p-time__text {
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-time__text {
    font-size: 0.875rem;
  }
}

.p-privacy-policy {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#adf0f3));
  background: linear-gradient(#fff 0%, #adf0f3 100%);
  padding-block: 180px 85px;
  padding-block: 11.25rem 5.3125rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy {
    padding-block: 22.5rem 10.8125rem;
  }
}
.p-privacy-policy__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}
.p-privacy-policy__text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
  margin-block: 82px 28px;
  margin-block: 5.125rem 1.75rem;
}
.p-privacy-policy__unit:not(:first-child) {
  margin-top: 50px;
  margin-top: 3.125rem;
}
.p-privacy-policy__unit-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.p-privacy-policy__unit-body {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625;
}
.p-privacy-policy__unit-body + .p-privacy-policy__unit-body {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-thanks {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#adf0f3));
  background: linear-gradient(#fff 0%, #adf0f3 100%);
  height: 500px;
}
@media screen and (min-width: 768px) {
  .p-thanks {
    height: 100vh;
  }
}
.p-thanks__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}

.u-delay-time1 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.u-delay-time2 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.u-delay-time3 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.u-delay-time4 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.u-delay-time5 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.u-delay-time6 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.u-delay-time7 {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.u-delay-time8 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.u-delay-time9 {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

.u-delay-time10 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.u-block {
  display: block;
}

@media screen and (max-width: 767px) {
  .u-mobile-block {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-block {
    display: block;
  }
}

.u-inline-block {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .u-mobile-inline-block {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-inline-block {
    display: inline-block;
  }
}

.u-inline {
  display: inline;
}

@media screen and (max-width: 767px) {
  .u-mobile-inline {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-inline {
    display: inline;
  }
}

.u-scroll-fade {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.u-scroll-fade.done {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.u-scroll-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.u-scroll-up.done {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.u-load-fade {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.u-load-fade.done {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.u-load-fadeup {
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.u-load-fadeup.done {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .u-desktop-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .u-desktop-flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.u-flex-center-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-flex-center-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-text-xs {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.u-text-sm {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.u-text-base {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.u-text-lg {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.u-text-xl {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.u-text-2xl {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.u-text-3xl {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.u-text-4xl {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 40px;
  line-height: 2.5rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.u-text-5xl {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

.u-text-6xl {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.u-text-7xl {
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

.u-text-8xl {
  font-size: 96px;
  font-size: 6rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}

.u-text-9xl {
  font-size: 128px;
  font-size: 8rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-9xl {
    font-size: 8rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-9xl {
    font-size: 8rem;
    line-height: 1;
  }
}

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

@media screen and (min-width: 768px) {
  .u-desktop-text-bold {
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-bold {
    font-weight: 700;
  }
}

.u-text-normal {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .u-desktop-text-normal {
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-text-normal {
    font-weight: 400;
  }
}

.u-text-light {
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .u-desktop-text-light {
    font-weight: 300;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-text-light {
    font-weight: 300;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-hidden {
  display: none;
}

.u-lineheight-s {
  line-height: 1.2;
}

.u-lineheight-m {
  line-height: 1.5;
}

.u-lineheight-l {
  line-height: 1.8;
}

.u-lineheight-xl {
  line-height: 2;
}

.u-pt0 {
  padding-top: 0px;
}

.u-pt4 {
  padding-top: 4px;
}

.u-pt5 {
  padding-top: 5px;
}

.u-pt8 {
  padding-top: 8px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt12 {
  padding-top: 12px;
}

.u-pt15 {
  padding-top: 15px;
}

.u-pt16 {
  padding-top: 16px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt24 {
  padding-top: 24px;
}

.u-pt25 {
  padding-top: 25px;
}

.u-pt28 {
  padding-top: 28px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt32 {
  padding-top: 32px;
}

.u-pt35 {
  padding-top: 35px;
}

.u-pt36 {
  padding-top: 36px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt44 {
  padding-top: 44px;
}

.u-pt45 {
  padding-top: 45px;
}

.u-pt48 {
  padding-top: 48px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt52 {
  padding-top: 52px;
}

.u-pt55 {
  padding-top: 55px;
}

.u-pt56 {
  padding-top: 56px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pt64 {
  padding-top: 64px;
}

.u-pt65 {
  padding-top: 65px;
}

.u-pt68 {
  padding-top: 68px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pt72 {
  padding-top: 72px;
}

.u-pt75 {
  padding-top: 75px;
}

.u-pt76 {
  padding-top: 76px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pt84 {
  padding-top: 84px;
}

.u-pt85 {
  padding-top: 85px;
}

.u-pt88 {
  padding-top: 88px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-pt92 {
  padding-top: 92px;
}

.u-pt95 {
  padding-top: 95px;
}

.u-pt96 {
  padding-top: 96px;
}

.u-pt100 {
  padding-top: 100px;
}

.u-pb0 {
  padding-bottom: 0px;
}

.u-pb4 {
  padding-bottom: 4px;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pb8 {
  padding-bottom: 8px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb12 {
  padding-bottom: 12px;
}

.u-pb15 {
  padding-bottom: 15px;
}

.u-pb16 {
  padding-bottom: 16px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb24 {
  padding-bottom: 24px;
}

.u-pb25 {
  padding-bottom: 25px;
}

.u-pb28 {
  padding-bottom: 28px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pb32 {
  padding-bottom: 32px;
}

.u-pb35 {
  padding-bottom: 35px;
}

.u-pb36 {
  padding-bottom: 36px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb44 {
  padding-bottom: 44px;
}

.u-pb45 {
  padding-bottom: 45px;
}

.u-pb48 {
  padding-bottom: 48px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pb52 {
  padding-bottom: 52px;
}

.u-pb55 {
  padding-bottom: 55px;
}

.u-pb56 {
  padding-bottom: 56px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pb64 {
  padding-bottom: 64px;
}

.u-pb65 {
  padding-bottom: 65px;
}

.u-pb68 {
  padding-bottom: 68px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pb72 {
  padding-bottom: 72px;
}

.u-pb75 {
  padding-bottom: 75px;
}

.u-pb76 {
  padding-bottom: 76px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pb84 {
  padding-bottom: 84px;
}

.u-pb85 {
  padding-bottom: 85px;
}

.u-pb88 {
  padding-bottom: 88px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-pb92 {
  padding-bottom: 92px;
}

.u-pb95 {
  padding-bottom: 95px;
}

.u-pb96 {
  padding-bottom: 96px;
}

.u-pb100 {
  padding-bottom: 100px;
}

.u-pl0 {
  padding-left: 0px;
}

.u-pl4 {
  padding-left: 4px;
}

.u-pl5 {
  padding-left: 5px;
}

.u-pl8 {
  padding-left: 8px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-pl12 {
  padding-left: 12px;
}

.u-pl15 {
  padding-left: 15px;
}

.u-pl16 {
  padding-left: 16px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pl24 {
  padding-left: 24px;
}

.u-pl25 {
  padding-left: 25px;
}

.u-pl28 {
  padding-left: 28px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-pl32 {
  padding-left: 32px;
}

.u-pl35 {
  padding-left: 35px;
}

.u-pl36 {
  padding-left: 36px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pl44 {
  padding-left: 44px;
}

.u-pl45 {
  padding-left: 45px;
}

.u-pl48 {
  padding-left: 48px;
}

.u-pl50 {
  padding-left: 50px;
}

.u-pl52 {
  padding-left: 52px;
}

.u-pl55 {
  padding-left: 55px;
}

.u-pl56 {
  padding-left: 56px;
}

.u-pl60 {
  padding-left: 60px;
}

.u-pl64 {
  padding-left: 64px;
}

.u-pl65 {
  padding-left: 65px;
}

.u-pl68 {
  padding-left: 68px;
}

.u-pl70 {
  padding-left: 70px;
}

.u-pl72 {
  padding-left: 72px;
}

.u-pl75 {
  padding-left: 75px;
}

.u-pl76 {
  padding-left: 76px;
}

.u-pl80 {
  padding-left: 80px;
}

.u-pl84 {
  padding-left: 84px;
}

.u-pl85 {
  padding-left: 85px;
}

.u-pl88 {
  padding-left: 88px;
}

.u-pl90 {
  padding-left: 90px;
}

.u-pl92 {
  padding-left: 92px;
}

.u-pl95 {
  padding-left: 95px;
}

.u-pl96 {
  padding-left: 96px;
}

.u-pl100 {
  padding-left: 100px;
}

.u-pr0 {
  padding-right: 0px;
}

.u-pr4 {
  padding-right: 4px;
}

.u-pr5 {
  padding-right: 5px;
}

.u-pr8 {
  padding-right: 8px;
}

.u-pr10 {
  padding-right: 10px;
}

.u-pr12 {
  padding-right: 12px;
}

.u-pr15 {
  padding-right: 15px;
}

.u-pr16 {
  padding-right: 16px;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pr24 {
  padding-right: 24px;
}

.u-pr25 {
  padding-right: 25px;
}

.u-pr28 {
  padding-right: 28px;
}

.u-pr30 {
  padding-right: 30px;
}

.u-pr32 {
  padding-right: 32px;
}

.u-pr35 {
  padding-right: 35px;
}

.u-pr36 {
  padding-right: 36px;
}

.u-pr40 {
  padding-right: 40px;
}

.u-pr44 {
  padding-right: 44px;
}

.u-pr45 {
  padding-right: 45px;
}

.u-pr48 {
  padding-right: 48px;
}

.u-pr50 {
  padding-right: 50px;
}

.u-pr52 {
  padding-right: 52px;
}

.u-pr55 {
  padding-right: 55px;
}

.u-pr56 {
  padding-right: 56px;
}

.u-pr60 {
  padding-right: 60px;
}

.u-pr64 {
  padding-right: 64px;
}

.u-pr65 {
  padding-right: 65px;
}

.u-pr68 {
  padding-right: 68px;
}

.u-pr70 {
  padding-right: 70px;
}

.u-pr72 {
  padding-right: 72px;
}

.u-pr75 {
  padding-right: 75px;
}

.u-pr76 {
  padding-right: 76px;
}

.u-pr80 {
  padding-right: 80px;
}

.u-pr84 {
  padding-right: 84px;
}

.u-pr85 {
  padding-right: 85px;
}

.u-pr88 {
  padding-right: 88px;
}

.u-pr90 {
  padding-right: 90px;
}

.u-pr92 {
  padding-right: 92px;
}

.u-pr95 {
  padding-right: 95px;
}

.u-pr96 {
  padding-right: 96px;
}

.u-pr100 {
  padding-right: 100px;
}

.u-mt0 {
  margin-top: 0px;
}

.u-mt4 {
  margin-top: 4px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt8 {
  margin-top: 8px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt12 {
  margin-top: 12px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt16 {
  margin-top: 16px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt24 {
  margin-top: 24px;
}

.u-mt25 {
  margin-top: 25px;
}

.u-mt28 {
  margin-top: 28px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt32 {
  margin-top: 32px;
}

.u-mt35 {
  margin-top: 35px;
}

.u-mt36 {
  margin-top: 36px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt44 {
  margin-top: 44px;
}

.u-mt45 {
  margin-top: 45px;
}

.u-mt48 {
  margin-top: 48px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt52 {
  margin-top: 52px;
}

.u-mt55 {
  margin-top: 55px;
}

.u-mt56 {
  margin-top: 56px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt64 {
  margin-top: 64px;
}

.u-mt65 {
  margin-top: 65px;
}

.u-mt68 {
  margin-top: 68px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt72 {
  margin-top: 72px;
}

.u-mt75 {
  margin-top: 75px;
}

.u-mt76 {
  margin-top: 76px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt84 {
  margin-top: 84px;
}

.u-mt85 {
  margin-top: 85px;
}

.u-mt88 {
  margin-top: 88px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt92 {
  margin-top: 92px;
}

.u-mt95 {
  margin-top: 95px;
}

.u-mt96 {
  margin-top: 96px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-mb4 {
  margin-bottom: 4px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb8 {
  margin-bottom: 8px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb12 {
  margin-bottom: 12px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb24 {
  margin-bottom: 24px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb28 {
  margin-bottom: 28px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb32 {
  margin-bottom: 32px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb36 {
  margin-bottom: 36px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb44 {
  margin-bottom: 44px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb48 {
  margin-bottom: 48px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb52 {
  margin-bottom: 52px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb56 {
  margin-bottom: 56px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb64 {
  margin-bottom: 64px;
}

.u-mb65 {
  margin-bottom: 65px;
}

.u-mb68 {
  margin-bottom: 68px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb72 {
  margin-bottom: 72px;
}

.u-mb75 {
  margin-bottom: 75px;
}

.u-mb76 {
  margin-bottom: 76px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb84 {
  margin-bottom: 84px;
}

.u-mb85 {
  margin-bottom: 85px;
}

.u-mb88 {
  margin-bottom: 88px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb92 {
  margin-bottom: 92px;
}

.u-mb95 {
  margin-bottom: 95px;
}

.u-mb96 {
  margin-bottom: 96px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-ml0 {
  margin-left: 0px;
}

.u-ml4 {
  margin-left: 4px;
}

.u-ml5 {
  margin-left: 5px;
}

.u-ml8 {
  margin-left: 8px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml12 {
  margin-left: 12px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-ml16 {
  margin-left: 16px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml24 {
  margin-left: 24px;
}

.u-ml25 {
  margin-left: 25px;
}

.u-ml28 {
  margin-left: 28px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml32 {
  margin-left: 32px;
}

.u-ml35 {
  margin-left: 35px;
}

.u-ml36 {
  margin-left: 36px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml44 {
  margin-left: 44px;
}

.u-ml45 {
  margin-left: 45px;
}

.u-ml48 {
  margin-left: 48px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-ml52 {
  margin-left: 52px;
}

.u-ml55 {
  margin-left: 55px;
}

.u-ml56 {
  margin-left: 56px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-ml64 {
  margin-left: 64px;
}

.u-ml65 {
  margin-left: 65px;
}

.u-ml68 {
  margin-left: 68px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-ml72 {
  margin-left: 72px;
}

.u-ml75 {
  margin-left: 75px;
}

.u-ml76 {
  margin-left: 76px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-ml84 {
  margin-left: 84px;
}

.u-ml85 {
  margin-left: 85px;
}

.u-ml88 {
  margin-left: 88px;
}

.u-ml90 {
  margin-left: 90px;
}

.u-ml92 {
  margin-left: 92px;
}

.u-ml95 {
  margin-left: 95px;
}

.u-ml96 {
  margin-left: 96px;
}

.u-ml100 {
  margin-left: 100px;
}

.u-mr0 {
  margin-right: 0px;
}

.u-mr4 {
  margin-right: 4px;
}

.u-mr5 {
  margin-right: 5px;
}

.u-mr8 {
  margin-right: 8px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr12 {
  margin-right: 12px;
}

.u-mr15 {
  margin-right: 15px;
}

.u-mr16 {
  margin-right: 16px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr24 {
  margin-right: 24px;
}

.u-mr25 {
  margin-right: 25px;
}

.u-mr28 {
  margin-right: 28px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr32 {
  margin-right: 32px;
}

.u-mr35 {
  margin-right: 35px;
}

.u-mr36 {
  margin-right: 36px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr44 {
  margin-right: 44px;
}

.u-mr45 {
  margin-right: 45px;
}

.u-mr48 {
  margin-right: 48px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-mr52 {
  margin-right: 52px;
}

.u-mr55 {
  margin-right: 55px;
}

.u-mr56 {
  margin-right: 56px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-mr64 {
  margin-right: 64px;
}

.u-mr65 {
  margin-right: 65px;
}

.u-mr68 {
  margin-right: 68px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-mr72 {
  margin-right: 72px;
}

.u-mr75 {
  margin-right: 75px;
}

.u-mr76 {
  margin-right: 76px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-mr84 {
  margin-right: 84px;
}

.u-mr85 {
  margin-right: 85px;
}

.u-mr88 {
  margin-right: 88px;
}

.u-mr90 {
  margin-right: 90px;
}

.u-mr92 {
  margin-right: 92px;
}

.u-mr95 {
  margin-right: 95px;
}

.u-mr96 {
  margin-right: 96px;
}

.u-mr100 {
  margin-right: 100px;
}

@media screen and (max-width: 767px) {
  .u-mobile-m-auto {
    margin: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-m0 {
    margin: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-mt-auto {
    margin-top: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-mt0 {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-mb-auto {
    margin-bottom: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-mb0 {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-ml-auto {
    margin-left: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-ml0 {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-mr-auto {
    margin-right: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-mr0 {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-p0 {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-pt0 {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-pb0 {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-pl0 {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-pr0 {
    padding-right: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-m-auto {
    margin: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-m0 {
    margin: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-mt-auto {
    margin-top: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-mt0 {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-mb-auto {
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-mb0 {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-ml-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-ml0 {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-mr-auto {
    margin-right: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-mr0 {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-p0 {
    padding: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-pt0 {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-pb0 {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-pl0 {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-pr0 {
    padding-right: 0 !important;
  }
}

.u-fixed {
  position: fixed;
}

.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-text-bottom {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-center {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-text-left {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-text-right {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-text-bottom {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-center {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile-text-left {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile-text-right {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile-text-bottom {
    text-align: right;
  }
}
/*# sourceMappingURL=styles.css.map */
