@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  color: #1E1A1A;
}

html {
  background-color: #F4F0EE;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3445378151vw;
  }
}
@media (min-width: 1190px) {
  html {
    font-size: 16px;
  }
}

/* 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;
  }
}

img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  br.pc-only {
    display: none;
  }
}

@media (min-width: 768px) {
  br.sp-only {
    display: none;
  }
}

*,
*::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 */
/* 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__fixed {
  -ms-touch-action: none;
      touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}

.l-footer {
  background: #21417f;
}

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

.l-main {
  -webkit-padding-before: 60px;
          padding-block-start: 60px;
  -webkit-padding-before: 3.75rem;
          padding-block-start: 3.75rem;
  max-width: calc(100% - 2.375rem);
  margin-left: 38px;
  margin-left: 2.375rem;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .l-main {
    -webkit-padding-before: 5.5rem;
            padding-block-start: 5.5rem;
    max-width: calc(100% - 5.5rem);
    margin-left: 5.5rem;
  }
}

.c-button__primary {
  background: #e13434;
  color: #fff;
  border-radius: 5px;
  padding: 8.5333333333vw 4vw;
  display: inline-block;
  line-height: 1;
  font-size: 4.8vw;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
@media screen and (min-width: 768px) {
  .c-button__primary {
    padding: 2.875rem;
    font-size: 1.4375rem;
  }
}
.c-button__primary.--thin {
  padding: 6.6666666667vw 4vw;
}
@media screen and (min-width: 768px) {
  .c-button__primary.--thin {
    padding: 2.5rem 1.25rem;
  }
}
.c-button__primary:hover {
  opacity: 1;
  color: #e13434;
  background: #fff;
  border: 2px solid #e13434;
}
.c-button__shop {
  display: inline-block;
  background: #e13434;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.c-button__shop:hover {
  opacity: 1;
  color: #e13434;
  background: #fff;
  border: 1px solid #e13434;
}
@media screen and (min-width: 768px) {
  .c-button__shop {
    font-size: 1.25rem;
  }
}
.c-button__outline {
  display: inline-block;
  background: #fff;
  color: #e13434;
  border: 1px solid #e13434;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
  line-height: 1.78;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-button__outline:hover {
  opacity: 1;
  background: #e13434;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-button__outline {
    font-size: 1.125rem;
  }
}

.c-hamburger__btn {
  position: relative;
  z-index: 9999;
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
  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;
}
.c-hamburger__btn:before {
  content: "MENU";
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: absolute;
  top: 50%;
  left: -40px;
  left: -2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000;
}
.c-hamburger__line {
  position: relative;
  width: 28px;
  width: 1.75rem;
  height: 1px;
  height: 0.0625rem;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .c-hamburger__line {
    width: 2rem;
  }
}
.c-hamburger__line:before {
  content: "";
  position: absolute;
  top: -5.5px;
  top: -0.34375rem;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  height: 2px;
  height: 0.125rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.c-hamburger__line:after {
  content: "";
  position: absolute;
  bottom: -5.5px;
  bottom: -0.34375rem;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  height: 2px;
  height: 0.125rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.c-hamburger__text {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  margin-top: 4px;
  margin-top: 0.25rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}
.c-hamburger__nav {
  padding-inline: 0;
}
.c-hamburger__list {
  text-align: center;
  color: #fff;
}
.c-hamburger__item {
  padding-block: 8vw;
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 1px solid rgba(169, 162, 158, .9019607843);
  text-align: left;
  padding-inline: 30px;
  padding-inline: 1.875rem;
}
.c-hamburger__item:last-child {
  margin-bottom: 0;
}
.c-hamburger__item--sns {
  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;
  gap: 24px;
  gap: 1.5rem;
  -webkit-margin-before: 46px;
          margin-block-start: 46px;
  -webkit-margin-before: 2.875rem;
          margin-block-start: 2.875rem;
}
.c-hamburger__item--sns a {
  width: 32px;
  width: 2rem;
  height: auto;
  display: inline-block;
}

.c-hamburger__btn[aria-expanded=true]:before {
  content: "CLOSE";
  left: -41px;
  left: -2.5625rem;
}
.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: #000;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.c-hamburger__btn[aria-expanded=true] .c-hamburger__line:after {
  top: 0;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.c-hamburger__btn[aria-expanded=true] .c-hamburger__text {
  color: #fff;
}

.c-heading__sub-title {
  font-size: 2.6666666667vw;
  line-height: 1.5;
  display: block;
  color: #E13434;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  -webkit-margin-after: 8px;
          margin-block-end: 8px;
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-heading__sub-title {
    font-size: 1.1875rem;
    -webkit-margin-after: 0.625rem;
            margin-block-end: 0.625rem;
  }
}
.c-heading__section-title {
  font-size: 6.4vw;
  line-height: 1.0416666667;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-heading__section-title {
    font-size: 2.75rem;
  }
}
.c-heading__section-title--sm {
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.7857142857;
  -webkit-margin-after: 5px;
          margin-block-end: 5px;
  -webkit-margin-after: 0.3125rem;
          margin-block-end: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-heading__section-title--sm {
    font-size: 1.5rem;
    -webkit-margin-after: 0.5rem;
            margin-block-end: 0.5rem;
  }
}

.c-scorll-text {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 38px;
  width: 2.375rem;
  height: 100vh;
  overflow: hidden;
  background-color: #f4f0ee;
  border-right: solid 1px #a9a29e;
  font-family: "Open Sans", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-scorll-text {
    width: 5.5rem;
  }
}
.c-scorll-text__track {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg) translateX(0);
          transform: rotate(-90deg) translateX(0);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-animation: scroll-text 30s linear infinite;
          animation: scroll-text 30s linear infinite;
  margin-left: 5px;
  margin-left: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-scorll-text__track {
    margin-left: 0.5rem;
  }
}
.c-scorll-text__item {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0;
  color: #2D2F31;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 4px;
  padding-right: 0.25rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-scorll-text__item {
    font-size: 1.25rem;
    padding-right: 1rem;
  }
}

@-webkit-keyframes scroll-text {
  0% {
    -webkit-transform: rotate(-90deg) translateX(0);
            transform: rotate(-90deg) translateX(0);
  }
  100% {
    -webkit-transform: rotate(-90deg) translateX(-50%);
            transform: rotate(-90deg) translateX(-50%);
  }
}

@keyframes scroll-text {
  0% {
    -webkit-transform: rotate(-90deg) translateX(0);
            transform: rotate(-90deg) translateX(0);
  }
  100% {
    -webkit-transform: rotate(-90deg) translateX(-50%);
            transform: rotate(-90deg) translateX(-50%);
  }
}
.p-cta {
  padding-block: 0px 200px;
  padding-block: 0rem 12.5rem;
}
@media screen and (min-width: 768px) {
  .p-cta {
    padding-block: 1.625rem 21.25rem;
  }
}
.p-cta__btn {
  text-align: center;
}
.p-cta__btn a {
  width: 100%;
  max-width: 494px;
  max-width: 30.875rem;
}

.p-faq-header {
  padding-block: 22px 40px;
  padding-block: 1.375rem 2.5rem;
  border-bottom: 1px solid #a9a29e;
}
@media screen and (min-width: 768px) {
  .p-faq-header {
    padding-block: 4.5rem;
  }
}

.p-faq-list {
  padding-block: 0px 100px;
  padding-block: 0rem 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-faq-list {
    padding-block: 0rem 10rem;
  }
}
.p-faq-list__item {
  padding-block: 28px;
  padding-block: 1.75rem;
  border-top: 1px solid #a9a29e;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .p-faq-list__item {
    padding-block: 3.4375rem;
    padding-inline: max(25px, (100% - 1190px) / 2);
  }
}
.p-faq-list__item:first-child {
  border-top: none;
}
.p-faq-list__question, .p-faq-list__answer {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-faq-list__question, .p-faq-list__answer {
    -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;
    gap: 0;
  }
}
.p-faq-list__answer {
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-faq-list__answer {
    margin-top: 2.125rem;
  }
}
.p-faq-list__label {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-faq-list__label {
    font-size: 2.5625rem;
    width: 4.125rem;
    line-height: 1;
  }
}
.p-faq-list__question .p-faq-list__label {
  color: #e13434;
}
.p-faq-list__answer .p-faq-list__label {
  color: #181515;
}
.p-faq-list__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #e13434;
}
@media screen and (min-width: 768px) {
  .p-faq-list__title {
    margin-top: 0.25rem;
    font-size: 1.875rem;
    line-height: 1.4;
  }
}
.p-faq-list__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 20px;
  line-height: 1.25rem;
  color: #000;
  text-align: justify;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-faq-list__text {
    margin-top: 0.3125rem;
    font-size: 1.375rem;
    line-height: 1.7272727273;
    letter-spacing: -0.02em;
  }
}

.p-footer {
  background: #1E1A1A;
  padding-block: 40px;
  padding-block: 2.5rem;
  max-width: calc(100% - 2.375rem);
  margin-left: 38px;
  margin-left: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    max-width: calc(100% - 5.5rem);
    margin-left: 5.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-block: 7.5rem;
  }
}
.p-footer__logo {
  width: 32vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 13.75rem;
  }
}
.p-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  gap: 1.5rem;
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}
@media screen and (min-width: 768px) {
  .p-footer__sns {
    gap: 2rem;
    -webkit-margin-before: 4.0625rem;
            margin-block-start: 4.0625rem;
  }
}
.p-footer__sns a {
  width: 32px;
  width: 2rem;
  height: auto;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-footer__sns a {
    width: 2.375rem;
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: calc(100% - 2.375rem);
  background-color: #f4f0ee;
  border-bottom: solid 1px #A9A29E;
  margin-left: 38px;
  margin-left: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-header {
    margin-left: 5.5rem;
    width: calc(100% - 5.5rem);
  }
}
.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-header__logo {
  width: 100%;
  max-width: 122px;
  max-width: 7.625rem;
  padding: 11px 12px 11px 24px;
  padding: 0.6875rem 0.75rem 0.6875rem 1.5rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: auto;
    max-width: inherit;
    padding: 1rem 5.5rem 1.0625rem 5.125rem;
    border-right: solid 1px #A9A29E;
    height: 5.5rem;
    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-header__logo img {
  width: 100%;
  height: auto;
}
.p-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  gap: 1.5rem;
  margin-left: auto;
  position: relative;
  margin-right: 18px;
  margin-right: 1.125rem;
  height: 62.22px;
  height: 3.88875rem;
}
@media screen and (min-width: 768px) {
  .p-header__right {
    margin-right: 0;
  }
}
.p-header__right:before {
  content: "";
  position: absolute;
  background: #A9A29E;
  width: 1px;
  height: 62.22px;
  height: 3.88875rem;
  left: -64px;
  left: -4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-header__right:before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-header__nav-item {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-right: 50px;
  margin-right: 3.125rem;
}
.p-header__nav-item a {
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3333333333;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-header__nav-item a:hover {
  opacity: 0.7;
}
.p-header__nav-item--cta {
  margin-right: 0;
  margin-left: 10px;
  margin-left: 0.625rem;
}
.p-header__nav-item--cta 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;
  padding: 12px 24px;
  padding: 0.75rem 1.5rem;
  background-color: #e13434;
  color: #fff;
  font-weight: 700;
  height: 88px;
  height: 5.5rem;
  width: 175px;
  width: 10.9375rem;
  text-align: center;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: solid 2px #e13434;
}
.p-header__nav-item--cta a:hover {
  opacity: 1;
  background: #FFFFFF;
  color: #e13434;
}
.p-header__nav-item:nth-child(2) {
  margin-right: 60px;
  margin-right: 3.75rem;
}
.p-header__mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: calc(100% - 2.375rem);
  margin-left: 38px;
  margin-left: 2.375rem;
  height: calc(100vh - 3.88875rem);
  -webkit-margin-before: 62.22px;
          margin-block-start: 62.22px;
  -webkit-margin-before: 3.88875rem;
          margin-block-start: 3.88875rem;
  display: block;
  background-color: rgb(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  overflow-y: scroll;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.p-header__mobile-menu.visible {
  visibility: visible;
  opacity: 1;
}
.p-header__scroll-text {
  width: 88px;
  width: 5.5rem;
  height: 100%;
  left: 0;
  top: 0;
}

.p-before-after {
  -webkit-padding-before: 60px;
          padding-block-start: 60px;
  -webkit-padding-before: 3.75rem;
          padding-block-start: 3.75rem;
  -webkit-padding-after: 64px;
          padding-block-end: 64px;
  -webkit-padding-after: 4rem;
          padding-block-end: 4rem;
  border-bottom: 1px solid #A9A29E;
}
@media screen and (min-width: 768px) {
  .p-before-after {
    -webkit-padding-before: 6.625rem;
            padding-block-start: 6.625rem;
    -webkit-padding-after: 6.25rem;
            padding-block-end: 6.25rem;
  }
}
@media (max-width: 767px) {
  .p-before-after .l-inner {
    padding-inline: 10.6666666667vw;
  }
}
.p-before-after__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  gap: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-before-after__container {
    grid-template-columns: clamp(30rem, 19.6429rem + 21.5774vw, 39.0625rem) 1fr;
    gap: 1.5625rem;
  }
}
.p-before-after__title {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-before-after__title {
    -webkit-margin-before: 2.3125rem;
            margin-block-start: 2.3125rem;
  }
}
.p-before-after__title--sm {
  font-size: 4.2666666667vw;
  line-height: 1.8125;
  display: block;
  font-weight: 700;
  color: #1E1A1A;
}
@media screen and (min-width: 768px) {
  .p-before-after__title--sm {
    font-size: 1.4375rem;
    line-height: 2.1739130435;
  }
}
.p-before-after__title--md {
  font-size: 6.4vw;
  line-height: 1.2083333333;
  display: block;
  font-weight: 700;
  color: #1E1A1A;
}
@media screen and (min-width: 768px) {
  .p-before-after__title--md {
    font-size: 2.1875rem;
    line-height: 1.4285714286;
  }
}
.p-before-after__btn {
  width: 100%;
  max-width: 607px;
  max-width: 37.9375rem;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-before-after__btn {
    -webkit-margin-before: 0.875rem;
            margin-block-start: 0.875rem;
  }
}
.p-before-after__btn a {
  width: 100%;
  text-align: center;
}
.p-before-after__images {
  position: relative;
  min-height: 89.8666666667vw;
  width: 67.2vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-before-after__images {
    max-width: 26.6875rem;
    min-height: 24.125rem;
    width: 100%;
    margin-left: auto;
  }
}
.p-before-after__image--01 {
  position: absolute;
  width: 32vw;
  height: auto;
  top: 0;
  right: 30px;
  right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-before-after__image--01 {
    width: 11.375rem;
    height: auto;
    top: 0;
    right: 4.625rem;
  }
}
.p-before-after__image--02 {
  position: absolute;
  width: 26.6666666667vw;
  height: auto;
  top: 19.4666666667vw;
  left: 2.4vw;
}
@media screen and (min-width: 768px) {
  .p-before-after__image--02 {
    width: 9.5rem;
    height: auto;
    top: 4rem;
    left: 1.875rem;
  }
}
.p-before-after__image--03 {
  position: absolute;
  width: 35.7333333333vw;
  height: auto;
  top: 44.5333333333vw;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-before-after__image--03 {
    width: 12.625rem;
    height: auto;
    top: 11.625rem;
    right: 0;
  }
}
.p-before-after__image--04 {
  position: absolute;
  width: 46.1333333333vw;
  height: auto;
  top: 58.9333333333vw;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-before-after__image--04 {
    width: 16.4375rem;
    height: auto;
    top: 14.5rem;
    left: 0;
  }
}

.p-benefit {
  -webkit-padding-before: 60px;
          padding-block-start: 60px;
  -webkit-padding-before: 3.75rem;
          padding-block-start: 3.75rem;
  -webkit-padding-after: 74px;
          padding-block-end: 74px;
  -webkit-padding-after: 4.625rem;
          padding-block-end: 4.625rem;
  border-bottom: 1px solid #A9A29E;
}
@media screen and (min-width: 768px) {
  .p-benefit {
    -webkit-padding-before: 6.75rem;
            padding-block-start: 6.75rem;
    -webkit-padding-after: 6.25rem;
            padding-block-end: 6.25rem;
  }
}
.p-benefit__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-benefit__container {
    grid-template-columns: 1fr 45.3125rem;
    gap: 1.5625rem;
  }
}
.p-benefit__title--xl {
  font-size: 12.8vw;
  line-height: 1.2;
  display: block;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-benefit__title--xl {
    font-size: 3.625rem;
    line-height: 1.0689655172;
  }
}
.p-benefit__title--md {
  font-size: 8.5333333333vw;
  line-height: 1.3125;
  display: block;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-benefit__title--md {
    font-size: 2.75rem;
    line-height: 1.4090909091;
  }
}
.p-benefit__table {
  width: calc(100vw - 2.375rem);
  margin-left: -20px;
  margin-left: -1.25rem;
}
@media screen and (min-width: 768px) {
  .p-benefit__table {
    width: 100%;
    margin-left: 0;
  }
}

.p-feature {
  -webkit-padding-before: 35px;
          padding-block-start: 35px;
  -webkit-padding-before: 2.1875rem;
          padding-block-start: 2.1875rem;
  -webkit-padding-after: 60px;
          padding-block-end: 60px;
  -webkit-padding-after: 3.75rem;
          padding-block-end: 3.75rem;
  border-bottom: 1px solid #A9A29E;
}
@media screen and (min-width: 768px) {
  .p-feature {
    -webkit-padding-before: 6.25rem;
            padding-block-start: 6.25rem;
    -webkit-padding-after: 5.75rem;
            padding-block-end: 5.75rem;
  }
}
.p-feature .l-inner {
  max-width: 1228px;
  max-width: 76.75rem;
}
@media (max-width: 767px) {
  .p-feature .l-inner {
    padding-inline: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-feature__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-feature__title {
  margin-left: 24px;
  margin-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-feature__title {
    margin-left: 0;
  }
}
.p-feature__title--sm {
  font-size: 6.4vw;
  line-height: 1.2;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-feature__title--sm {
    font-size: 2.75rem;
    line-height: 1.5;
  }
}
.p-feature__title--md {
  font-size: 8.5333333333vw;
  line-height: 1.5;
  display: block;
  -webkit-margin-after: 6px;
          margin-block-end: 6px;
  -webkit-margin-after: 0.375rem;
          margin-block-end: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-feature__title--md {
    font-size: 3.625rem;
    line-height: 1.3;
  }
}
.p-feature__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-padding-before: 50px;
          padding-block-start: 50px;
  -webkit-padding-before: 3.125rem;
          padding-block-start: 3.125rem;
  padding-inline: 5px;
  padding-inline: 0.3125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-feature__images {
    -webkit-padding-before: 0;
            padding-block-start: 0;
    margin-left: auto;
    margin-right: 7.5rem;
  }
}
@media (max-width: 767px) {
  .p-feature__images.--desktop {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .p-feature__images.--mobile {
    display: none !important;
  }
}
.p-feature__images img:nth-child(1) {
  width: 35.4666666667vw;
  height: 52vw;
}
@media screen and (min-width: 768px) {
  .p-feature__images img:nth-child(1) {
    width: 9.0625rem;
    height: 13.25rem;
  }
}
.p-feature__images img:nth-child(2) {
  width: 44vw;
  height: 64.2666666667vw;
  margin-left: -3.4666666667vw;
  margin-top: 13.0666666667vw;
}
@media screen and (min-width: 768px) {
  .p-feature__images img:nth-child(2) {
    width: 11.1875rem;
    height: 16.375rem;
    -webkit-margin-before: 2.125rem;
            margin-block-start: 2.125rem;
    margin-left: -0.9375rem;
  }
}
.p-feature__foot {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  -webkit-margin-before: 36px;
          margin-block-start: 36px;
  -webkit-margin-before: 2.25rem;
          margin-block-start: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-feature__foot {
    -webkit-margin-before: 3.4375rem;
            margin-block-start: 3.4375rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-feature__foot-item {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  gap: 0.25rem;
  padding-block: 8px;
  padding-block: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-feature__foot-item {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-block: 0;
  }
}
.p-feature__foot-item:nth-child(1) {
  position: relative;
}
.p-feature__foot-item:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw - 2.375rem);
  height: 1px;
  background: #A9A29E;
}
@media screen and (min-width: 768px) {
  .p-feature__foot-item:nth-child(1)::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-feature__foot-item:nth-child(1) {
    padding-right: 3.5rem;
  }
}
.p-feature__foot-item:nth-child(2) {
  position: relative;
}
.p-feature__foot-item:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw - 2.375rem);
  height: 1px;
  background: #A9A29E;
}
@media screen and (min-width: 768px) {
  .p-feature__foot-item:nth-child(2)::before {
    display: none;
  }
}
.p-feature__foot-item:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100vw - 2.375rem);
  height: 1px;
  background: #A9A29E;
}
@media screen and (min-width: 768px) {
  .p-feature__foot-item:nth-child(2)::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-feature__foot-item:nth-child(2) {
    padding-inline: 3.5rem;
    border-right: 1px solid #A9A29E;
    border-left: 1px solid #A9A29E;
  }
}
.p-feature__foot-item:nth-child(3) {
  position: relative;
}
.p-feature__foot-item:nth-child(3)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100vw - 2.375rem);
  height: 1px;
  background: #A9A29E;
}
@media screen and (min-width: 768px) {
  .p-feature__foot-item:nth-child(3)::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-feature__foot-item:nth-child(3) {
    padding-left: 3.5rem;
  }
}
.p-feature__num {
  color: #E13434;
  font-size: 12.8vw;
  font-weight: 600;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  margin-left: 4.5333333333vw;
  margin-right: 3.2vw;
}
@media screen and (min-width: 768px) {
  .p-feature__num {
    font-size: 5rem;
    margin-left: 0;
  }
}
.p-feature__text {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.5625;
  color: #1E1A1A;
  margin-right: 4px;
  margin-right: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-feature__text {
    margin-right: 0;
    font-size: 1.5rem;
    line-height: 1.875;
  }
}

.p-flow {
  -webkit-padding-before: 60px;
          padding-block-start: 60px;
  -webkit-padding-before: 3.75rem;
          padding-block-start: 3.75rem;
  -webkit-padding-after: 60px;
          padding-block-end: 60px;
  -webkit-padding-after: 3.75rem;
          padding-block-end: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-flow {
    -webkit-padding-before: 6.125rem;
            padding-block-start: 6.125rem;
    -webkit-padding-after: 6.25rem;
            padding-block-end: 6.25rem;
  }
}
.p-flow--border {
  border-bottom: 1px solid #a9a29e;
}
.p-flow__head {
  -webkit-margin-after: 32px;
          margin-block-end: 32px;
  -webkit-margin-after: 2rem;
          margin-block-end: 2rem;
}
@media screen and (min-width: 768px) {
  .p-flow__head {
    -webkit-margin-after: 4.0625rem;
            margin-block-end: 4.0625rem;
  }
}
.p-flow__title--sm {
  font-size: 6.4vw;
  line-height: 1.2;
  display: block;
  font-weight: 700;
  color: #1e1a1a;
}
@media screen and (min-width: 768px) {
  .p-flow__title--sm {
    font-size: 2.75rem;
    line-height: 1.6363636364;
  }
}
.p-flow__title--md {
  font-size: 8.5333333333vw;
  line-height: 1.2;
  display: block;
  font-weight: 700;
  color: #1e1a1a;
}
@media screen and (min-width: 768px) {
  .p-flow__title--md {
    font-size: 3.625rem;
    line-height: 1.2413793103;
  }
}
.p-flow__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .p-flow__body {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4rem 8rem;
  }
}
.p-flow__num {
  font-size: 6.6666666667vw;
  color: #e13434;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-flow__num {
    font-size: 2rem;
  }
}
.p-flow__desc {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-flow__desc {
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}
.p-flow__text {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.6666666667;
  color: #1e1a1a;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .p-flow__text {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}

.p-kv {
  -webkit-padding-before: 40px;
          padding-block-start: 40px;
  -webkit-padding-before: 2.5rem;
          padding-block-start: 2.5rem;
  -webkit-padding-after: 32px;
          padding-block-end: 32px;
  -webkit-padding-after: 2rem;
          padding-block-end: 2rem;
  min-height: 98.6666666667vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-kv {
    -webkit-padding-before: 4.0625rem;
            padding-block-start: 4.0625rem;
    -webkit-padding-after: 7.3125rem;
            padding-block-end: 7.3125rem;
    min-height: inherit;
    border-bottom: 1px solid #A9A29E;
  }
}
.p-kv .l-inner {
  display: grid;
  grid-template-columns: 1fr;
}
@media (max-width: 767px) {
  .p-kv .l-inner {
    margin-inline: 0;
    padding-inline: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-kv .l-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}
.p-kv__images {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-kv__images {
    max-width: 32.25rem;
    height: 23.8125rem;
  }
}
.p-kv__images img:nth-child(1) {
  position: absolute;
  top: 54px;
  top: 3.375rem;
  left: 0;
  width: 32vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-kv__images img:nth-child(1) {
    width: 11rem;
    left: 0;
    top: 3.375rem;
  }
}
.p-kv__images img:nth-child(2) {
  top: 0;
  left: 26.6666666667vw;
  position: absolute;
  width: 32vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-kv__images img:nth-child(2) {
    width: 11rem;
    top: 0;
    left: 9.1875rem;
  }
}
.p-kv__images img:nth-child(3) {
  top: 54px;
  top: 3.375rem;
  left: 49.3333333333vw;
  position: absolute;
  width: 42.1333333333vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-kv__images img:nth-child(3) {
    width: 14.4375rem;
    top: 3.375rem;
    left: 17.8125rem;
  }
}
.p-kv__title {
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 21.3333333333vw;
  line-height: 1;
  color: #1E1A1A;
  z-index: 2;
  -webkit-margin-after: 4.8vw;
          margin-block-end: 4.8vw;
}
@media screen and (min-width: 768px) {
  .p-kv__title {
    position: inherit;
    font-size: 6.25rem;
    line-height: 1.2;
    margin-left: 3.75rem;
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
}

.p-mainview {
  -webkit-padding-before: 40px;
          padding-block-start: 40px;
  -webkit-padding-before: 2.5rem;
          padding-block-start: 2.5rem;
  -webkit-padding-after: 32px;
          padding-block-end: 32px;
  -webkit-padding-after: 2rem;
          padding-block-end: 2rem;
}
@media screen and (min-width: 768px) {
  .p-mainview {
    -webkit-padding-before: 3.75rem;
            padding-block-start: 3.75rem;
    -webkit-padding-after: 4.0625rem;
            padding-block-end: 4.0625rem;
  }
}
.p-mainview__container {
  position: relative;
  display: grid;
  grid-template-rows: 1fr 93.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-mainview__container {
    grid-template-columns: 38.1875rem auto;
    grid-template-rows: 1fr;
  }
}
.p-mainview__title--sm {
  display: block;
  letter-spacing: 0.05em;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-mainview__title--sm {
    font-size: 1.875rem;
    line-height: 2;
  }
}
.p-mainview__title--lg {
  display: block;
  letter-spacing: 0.05em;
  font-size: 12.8vw;
  line-height: 1.2;
  -webkit-margin-after: 8px;
          margin-block-end: 8px;
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-mainview__title--lg {
    -webkit-margin-before: 0.75rem;
            margin-block-start: 0.75rem;
    font-size: 6.875rem;
    line-height: 1.3;
  }
}
.p-mainview__title--md {
  display: block;
  letter-spacing: 0.05em;
  font-size: 4.2666666667vw;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-mainview__title--md {
    -webkit-margin-before: 1.5625rem;
            margin-block-start: 1.5625rem;
    font-size: 1.875rem;
    line-height: 1.7666666667;
  }
}
.p-mainview__slider-wrapper {
  position: relative;
  padding-block: 20px;
  padding-block: 1.25rem;
  width: calc(100vw - 2.375rem);
  margin-left: -20px;
  margin-left: -1.25rem;
}
@media screen and (min-width: 768px) {
  .p-mainview__slider-wrapper {
    padding-block: 1.875rem;
    margin-left: 0;
    width: 100%;
  }
}
.p-mainview__slider {
  position: relative;
  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;
  -webkit-margin-before: 45.3333333333vw;
          margin-block-start: 45.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-mainview__slider {
    height: 29.875rem;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.p-mainview__slider-track {
  position: relative;
  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;
  height: 100%;
  width: 100%;
}
.p-mainview__slider-item {
  position: absolute;
  overflow: hidden;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}
.is-slider-ready .p-mainview__slider-item {
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-mainview__slider-item {
  width: calc(50% - 1.1875rem);
  aspect-ratio: 9/16;
}
@media screen and (min-width: 768px) {
  .p-mainview__slider-item {
    width: 14.3125rem;
    height: 25.4375rem;
    aspect-ratio: auto;
  }
}
.p-mainview__slider-item.is-prev {
  -webkit-transform: translateX(-65%);
          transform: translateX(-65%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-mainview__slider-item.is-prev {
    -webkit-transform: translateX(calc(-50% - 3.125rem));
            transform: translateX(calc(-50% - 3.125rem));
  }
}
.p-mainview__slider-item.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-mainview__slider-item.is-active {
    width: 16.8125rem;
    height: 29.875rem;
  }
}
.p-mainview__slider-item.is-next {
  -webkit-transform: translateX(65%);
          transform: translateX(65%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-mainview__slider-item.is-next {
    -webkit-transform: translateX(calc(50% + 3.125rem));
            transform: translateX(calc(50% + 3.125rem));
  }
}
@media screen and (min-width: 768px) {
  .p-mainview__slider-item.is-prev:hover, .p-mainview__slider-item.is-next:hover {
    cursor: pointer;
  }
}
.p-mainview__slider-item.is-hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(0) scale(0.8);
          transform: translateX(0) scale(0.8);
  z-index: 0;
}
.p-mainview__slider-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-mainview__slider-circle {
  -webkit-animation: rotate-clockwise 20s linear infinite;
          animation: rotate-clockwise 20s linear infinite;
  width: 98px;
  width: 6.125rem;
  height: auto;
  z-index: 99;
  position: absolute;
  right: 23px;
  right: 1.4375rem;
  top: 4px;
  top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-mainview__slider-circle {
    width: 8.875rem;
    height: auto;
    right: 3.375rem;
    top: -1.125rem;
  }
}
.p-mainview__slider-circle img {
  width: 100%;
  height: auto;
}
.p-mainview__appeal-image {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  margin-inline: auto;
  width: calc(100vw - 2.375rem);
  margin-left: -20px;
  margin-left: -1.25rem;
  padding-inline: 10px;
  padding-inline: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-mainview__appeal-image {
    padding-inline: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    -webkit-margin-before: 6.6875rem;
            margin-block-start: 6.6875rem;
    max-width: 46.875rem;
  }
}

@-webkit-keyframes rotate-clockwise {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-clockwise {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.p-possible {
  -webkit-padding-before: 60px;
          padding-block-start: 60px;
  -webkit-padding-before: 3.75rem;
          padding-block-start: 3.75rem;
  -webkit-padding-after: 60px;
          padding-block-end: 60px;
  -webkit-padding-after: 3.75rem;
          padding-block-end: 3.75rem;
  border-bottom: 1px solid #A9A29E;
}
@media screen and (min-width: 768px) {
  .p-possible {
    -webkit-padding-before: 6.25rem;
            padding-block-start: 6.25rem;
    -webkit-padding-after: 6.25rem;
            padding-block-end: 6.25rem;
  }
}
.p-possible__container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-possible__container {
    display: grid;
    grid-template-columns: 34.25rem 1fr;
    gap: 1.5625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-possible__title {
  font-size: 8.5333333333vw;
  line-height: 1.3125;
  color: #1E1A1A;
}
@media screen and (min-width: 768px) {
  .p-possible__title {
    font-size: 2.75rem;
    line-height: 1.4090909091;
  }
}
.p-possible__textarea {
  -webkit-margin-before: 36px;
          margin-block-start: 36px;
  -webkit-margin-before: 2.25rem;
          margin-block-start: 2.25rem;
  margin-right: 32px;
  margin-right: 2rem;
}
@media screen and (min-width: 768px) {
  .p-possible__textarea {
    margin-right: 0;
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}
.p-possible__textarea > * + * {
  -webkit-margin-before: 25px;
          margin-block-start: 25px;
  -webkit-margin-before: 1.5625rem;
          margin-block-start: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-possible__textarea > * + * {
    -webkit-margin-before: 2.375rem;
            margin-block-start: 2.375rem;
  }
}
.p-possible__text {
  font-size: 4.2666666667vw;
  line-height: 1.5625;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-possible__text {
    font-size: 1.4375rem;
    line-height: 1.652173913;
  }
}
.p-possible__image {
  position: absolute;
  top: -44px;
  top: -2.75rem;
  right: -10px;
  right: -0.625rem;
  width: 7.8746666667vw;
  height: auto;
  max-width: 32px;
  max-width: 2rem;
}
@media screen and (min-width: 768px) {
  .p-possible__image {
    position: static;
    width: 21.3125rem;
    max-width: inherit;
    height: auto;
    margin-inline: auto;
  }
}

.p-price {
  -webkit-padding-before: 52px;
          padding-block-start: 52px;
  -webkit-padding-before: 3.25rem;
          padding-block-start: 3.25rem;
  -webkit-padding-after: 32vw;
          padding-block-end: 32vw;
  border-bottom: 1px solid #A9A29E;
}
@media screen and (min-width: 768px) {
  .p-price {
    -webkit-padding-before: 6.25rem;
            padding-block-start: 6.25rem;
    -webkit-padding-after: 12.5rem;
            padding-block-end: 12.5rem;
  }
}
@media (max-width: 767px) {
  .p-price .l-inner {
    padding-inline: 1.5rem;
  }
}
.p-price__head {
  display: grid;
  gap: 56px;
  gap: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-price__head {
    grid-template-columns: 1.3fr 1fr;
    gap: 1.5625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-price__desc {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-price__desc {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-price__title--sm {
  font-size: 6.4vw;
  line-height: 1.5;
  display: block;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-price__title--sm {
    font-size: 2.75rem;
    line-height: 1.5;
  }
}
.p-price__title--md {
  font-size: 8.5333333333vw;
  line-height: 1.5;
  display: block;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-price__title--md {
    font-size: 3.625rem;
    line-height: 1.5;
  }
}
.p-price__textarea {
  -webkit-margin-before: 12px;
          margin-block-start: 12px;
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-price__textarea {
    -webkit-margin-before: 0.4375rem;
            margin-block-start: 0.4375rem;
  }
}
.p-price__text {
  font-size: 4.2666666667vw;
  line-height: 1.5625;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-price__text {
    font-size: 1.4375rem;
    line-height: 1.652173913;
  }
}
.p-price__image {
  width: 60.168vw;
  height: auto;
  margin-inline: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-price__image {
    width: 18.0625rem;
    height: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-price__body {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
  -webkit-margin-before: 3.125rem;
          margin-block-start: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-price__body {
    -webkit-margin-before: 6rem;
            margin-block-start: 6rem;
    -webkit-margin-after: 5.125rem;
            margin-block-end: 5.125rem;
    grid-template-columns: 1fr 1fr;
    max-width: 56.375rem;
    margin-inline: auto;
  }
}
.p-price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-block: 25px;
  padding-block: 1.5625rem;
  border-bottom: 1px solid rgba(169, 162, 158, .3137254902);
}
@media screen and (min-width: 768px) {
  .p-price__item {
    padding-block: 0;
    border-bottom: none;
  }
}
.p-price__item:nth-child(1) {
  -webkit-padding-before: 0;
          padding-block-start: 0;
}
@media screen and (min-width: 768px) {
  .p-price__item:nth-child(1) {
    padding-right: 7.5rem;
    padding-bottom: 2.8125rem;
    border-right: 1px solid rgba(169, 162, 158, .3137254902);
    border-bottom: 1px solid rgba(169, 162, 158, .3137254902);
  }
}
@media screen and (min-width: 768px) {
  .p-price__item:nth-child(2) {
    padding-left: 7.5rem;
    padding-bottom: 2.8125rem;
    border-bottom: 1px solid rgba(169, 162, 158, .3137254902);
  }
}
@media screen and (min-width: 768px) {
  .p-price__item:nth-child(3) {
    padding-right: 7.5rem;
    padding-top: 2.8125rem;
    border-right: 1px solid rgba(169, 162, 158, .3137254902);
  }
}
@media screen and (min-width: 768px) {
  .p-price__item:nth-child(4) {
    padding-left: 7.5rem;
    padding-top: 2.8125rem;
  }
}
.p-price__item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-price__item-title {
  font-size: 5.3333333333vw;
  line-height: 1.5;
  font-weight: 700;
  color: #1E1A1A;
  line-height: 1;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-price__item-title {
    font-size: 1.4375rem;
  }
}
.p-price__item-price {
  font-size: 18.6666666667vw;
  line-height: 1;
  font-weight: 700;
  color: #E13434;
  font-family: "Open Sans", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-price__item-price {
    font-size: 5.125rem;
  }
}
.p-price__item-unit {
  display: inline-block;
  font-size: 10.6666666667vw;
  line-height: 1;
  font-weight: 700;
  color: #E13434;
  margin-left: 5px;
  margin-left: 0.3125rem;
  font-family: "Open Sans", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-price__item-unit {
    margin-left: 0.4375rem;
    font-size: 2.8125rem;
  }
}
.p-price__item-text {
  display: inline-block;
  font-size: 3.7333333333vw;
  line-height: 1;
  font-weight: 700;
  color: #E13434;
}
@media screen and (min-width: 768px) {
  .p-price__item-text {
    font-size: 0.875rem;
  }
}
.p-price__foot {
  -webkit-margin-before: 48px;
          margin-block-start: 48px;
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
  width: calc(100vw - 2.3125rem);
  margin-left: -25px;
  margin-left: -1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-price__foot {
    margin-left: 0;
    width: 100%;
    max-width: 56.375rem;
    margin-inline: auto;
    -webkit-margin-before: 5.125rem;
            margin-block-start: 5.125rem;
  }
}
.p-price__foot-image {
  position: relative;
}
.p-price__foot-image::before {
  content: attr(data-title);
  position: absolute;
  bottom: -23.2vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 21.3333333333vw;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-price__foot-image::before {
    font-size: 8.125rem;
    line-height: 1;
    bottom: -6.875rem;
  }
}
.p-price__foot-image-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 4.2666666667vw;
  font-weight: 700;
  color: #fff;
  line-height: 1.5625;
  padding-inline: 20px;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-price__foot-image-text {
    font-size: 1.75rem;
    line-height: 1.7857142857;
  }
}

.p-problem {
  -webkit-padding-before: 60px;
          padding-block-start: 60px;
  -webkit-padding-before: 3.75rem;
          padding-block-start: 3.75rem;
  -webkit-padding-after: 60px;
          padding-block-end: 60px;
  -webkit-padding-after: 3.75rem;
          padding-block-end: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-problem {
    -webkit-padding-before: 6.25rem;
            padding-block-start: 6.25rem;
    -webkit-padding-after: 6.25rem;
            padding-block-end: 6.25rem;
  }
}
.p-problem__head {
  -webkit-margin-after: 38px;
          margin-block-end: 38px;
  -webkit-margin-after: 2.375rem;
          margin-block-end: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-problem__head {
    -webkit-margin-after: 2.5rem;
            margin-block-end: 2.5rem;
  }
}
.p-problem__title--lg {
  font-size: 8.5333333333vw;
  line-height: 1.2;
  display: block;
  color: #1E1A1A;
}
@media screen and (min-width: 768px) {
  .p-problem__title--lg {
    font-size: 3.625rem;
    line-height: 1.2413793103;
  }
}
.p-problem__title--md {
  font-size: 5.8666666667vw;
  line-height: 1.6363636364;
  display: block;
  color: #1E1A1A;
}
@media screen and (min-width: 768px) {
  .p-problem__title--md {
    font-size: 2.75rem;
    line-height: 1.6363636364;
  }
}
.p-problem__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .p-problem__body {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 6.25rem;
    max-width: 56.25rem;
    margin-inline: auto;
  }
}
.p-problem__desc {
  padding-inline: 20px;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-problem__desc {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
    padding-inline: 0;
  }
}
.p-problem__content {
  display: grid;
  grid-template-columns: 36.2666666667vw 1fr;
  width: calc(100vw - 2.375rem);
  margin-left: -20px;
  margin-left: -1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-problem__content {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .p-problem__content:nth-child(even) {
    grid-template-columns: 1fr 36.2666666667vw;
  }
  .p-problem__content:nth-child(even) .p-problem__content-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-problem__content:nth-child(even) .p-problem__desc {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 0;
  }
}
.p-problem__content-image {
  width: 100%;
  height: 40vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-problem__content-image {
    width: 100%;
    height: auto;
    overflow: inherit;
  }
}
.p-problem__content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-problem__content-image img {
    width: 100%;
    height: auto;
    -o-object-fit: inherit;
       object-fit: inherit;
  }
}
.p-problem__text {
  font-size: 4vw;
  line-height: 1.6666666667;
  font-weight: 500;
  color: #1E1A1A;
}
@media screen and (min-width: 768px) {
  .p-problem__text {
    font-size: 1.4375rem;
    line-height: 1.8695652174;
  }
}
.p-problem__text--lg {
  font-size: 4.8vw;
  line-height: 1.3888888889;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-problem__text--lg {
    font-size: 1.625rem;
    line-height: 1.4230769231;
  }
}
.p-problem__foot {
  -webkit-margin-before: 68px;
          margin-block-start: 68px;
  -webkit-margin-before: 4.25rem;
          margin-block-start: 4.25rem;
}
@media screen and (min-width: 768px) {
  .p-problem__foot {
    -webkit-margin-before: 8.3125rem;
            margin-block-start: 8.3125rem;
  }
}
.p-problem__foot-text {
  font-size: 5.3333333333vw;
  line-height: 1.5;
  text-align: center;
  color: #1E1A1A;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-problem__foot-text {
    font-size: 2.1875rem;
    line-height: 1.4285714286;
  }
}

.p-salon {
  -webkit-padding-before: 60px;
          padding-block-start: 60px;
  -webkit-padding-before: 3.75rem;
          padding-block-start: 3.75rem;
  -webkit-padding-after: 60px;
          padding-block-end: 60px;
  -webkit-padding-after: 3.75rem;
          padding-block-end: 3.75rem;
  border-bottom: 1px solid #A9A29E;
}
@media screen and (min-width: 768px) {
  .p-salon {
    -webkit-padding-before: 5rem;
            padding-block-start: 5rem;
    -webkit-padding-after: 6.25rem;
            padding-block-end: 6.25rem;
  }
}
.p-salon__head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 23px;
  gap: 1.4375rem;
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
  -webkit-margin-after: 1.5rem;
          margin-block-end: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-salon__head {
    grid-template-columns: 1.6fr 1fr;
    -webkit-margin-after: 2.9375rem;
            margin-block-end: 2.9375rem;
  }
}
.p-salon__title {
  font-size: 5.3333333333vw;
  line-height: 1.5;
  font-weight: 700;
  color: #1E1A1A;
}
@media screen and (min-width: 768px) {
  .p-salon__title {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-salon__image {
    -webkit-margin-before: 2.6875rem;
            margin-block-start: 2.6875rem;
  }
}
.p-salon__body > * + * {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-salon__body > * + * {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
  }
}
.p-salon__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6666666667;
  font-weight: 500;
  color: #1E1A1A;
}
@media screen and (min-width: 768px) {
  .p-salon__text {
    font-size: 1.4375rem;
    line-height: 1.7391304348;
  }
}

.p-style {
  -webkit-padding-before: 60px;
          padding-block-start: 60px;
  -webkit-padding-before: 3.75rem;
          padding-block-start: 3.75rem;
  -webkit-padding-after: 64px;
          padding-block-end: 64px;
  -webkit-padding-after: 4rem;
          padding-block-end: 4rem;
  border-bottom: 1px solid #a9a29e;
}
@media screen and (min-width: 768px) {
  .p-style {
    -webkit-padding-before: 6.25rem;
            padding-block-start: 6.25rem;
    -webkit-padding-after: 6.25rem;
            padding-block-end: 6.25rem;
  }
}
.p-style__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  gap: 3.125rem;
  width: calc(100vw - 2.375rem);
  margin-left: -20px;
  margin-left: -1.25rem;
}
@media screen and (min-width: 768px) {
  .p-style__container {
    width: 100%;
    margin-left: 0;
    grid-template-columns: 1fr 1fr 1fr;
    gap: clamp(1.875rem, -4.125rem + 12.5vw, 7.125rem);
  }
}
.p-style__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-style__header {
    -webkit-margin-after: 2.5rem;
            margin-block-end: 2.5rem;
  }
}
.p-style__number {
  font-size: 6.9333333333vw;
  line-height: 1;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #1e1a1a;
  margin-left: 15.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p-style__number {
    margin-left: clamp(2.5rem, 1.2143rem + 2.6786vw, 3.625rem);
    font-size: clamp(1.5625rem, 1.2054rem + 0.744vw, 1.875rem);
  }
}
.p-style__more {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin-left: 53.8666666667vw;
  display: table;
  -webkit-margin-before: 5px;
          margin-block-start: 5px;
  -webkit-margin-before: 0.3125rem;
          margin-block-start: 0.3125rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-style__more {
    font-size: 1.25rem;
    margin-left: clamp(2.5rem, 1.2143rem + 2.6786vw, 3.625rem);
    -webkit-margin-before: 0.625rem;
            margin-block-start: 0.625rem;
    text-align: end;
  }
}
.p-style__more:hover {
  opacity: 1;
  color: #e13434;
}
.p-style__image {
  width: 63.4666666667vw;
  height: auto;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-style__image {
    width: calc(100% - 3.375rem);
    margin-right: 0;
    margin-left: 3.375rem;
    height: auto;
  }
}
.p-style__desc {
  margin-top: -70px;
  margin-top: -4.375rem;
}
@media screen and (min-width: 768px) {
  .p-style__desc {
    margin-top: -5rem;
  }
}
.p-style__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-style__title--strong {
  font-size: 5.3333333333vw;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #e13434;
  padding: 2.6666666667vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-style__title--strong {
    font-size: 1.4375rem;
    padding: 0.625rem 0.9375rem;
  }
}
.p-style__title--normal {
  font-size: 4vw;
  color: #1e1a1a;
  font-weight: 700;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ffffff;
  padding: 2.6666666667vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-style__title--normal {
    font-size: 1.125rem;
    padding: 0.625rem 0.9375rem;
  }
}

.p-menu-kv {
  padding-block: 22px;
  padding-block: 1.375rem;
  border-bottom: 1px solid #a9a29e;
}
@media screen and (min-width: 768px) {
  .p-menu-kv {
    padding-block: 4.5rem 6.25rem;
  }
}
.p-menu-kv__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-menu-kv__container {
    display: grid;
    grid-template-columns: 1fr 38.625rem;
    grid-template-rows: auto auto;
    grid-template-areas: "titles image" "btn    image";
    gap: 0 4.3125rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-menu-kv__titles {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-menu-kv__titles {
    grid-area: titles;
  }
}
.p-menu-kv__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: calc((50% - 50vw + 3.75rem) * -1);
  margin-right: calc(50% - 50vw);
  width: calc(100vw - 2.375rem);
  aspect-ratio: 337/199;
}
@media screen and (min-width: 768px) {
  .p-menu-kv__image {
    grid-area: image;
    margin-inline: 0;
    width: 100%;
    max-width: 38.625rem;
    aspect-ratio: 618/307;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-menu-kv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-menu-kv__btn-wrapper {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .p-menu-kv__btn-wrapper {
    grid-area: btn;
    -webkit-margin-before: 5.75rem;
            margin-block-start: 5.75rem;
    max-width: 30.875rem;
  }
}
.p-menu-kv__btn-wrapper a {
  width: 100%;
  text-align: center;
}

.p-menu-treatment {
  padding-block: 60px;
  padding-block: 3.75rem;
  border-bottom: 1px solid #a9a29e;
}
@media screen and (min-width: 768px) {
  .p-menu-treatment {
    padding-block: 6.25rem;
  }
}
.p-menu-treatment .l-inner {
  padding-inline: 0px;
}
@media screen and (min-width: 768px) {
  .p-menu-treatment .l-inner {
    padding-inline: 1.25rem;
  }
}
.p-menu-treatment__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-menu-treatment__header {
    -webkit-margin-after: 3.125rem;
            margin-block-end: 3.125rem;
  }
}
.p-menu-treatment__title-wrapper {
  padding-inline: 20px;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-menu-treatment__title-wrapper {
    padding-inline: 0;
  }
}
.p-menu-treatment__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-menu-treatment__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}
.p-menu-treatment__item {
  background-color: #fff;
  padding: 15px 24px;
  padding: 0.9375rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-menu-treatment__item {
    gap: 0.9375rem;
  }
}
.p-menu-treatment__item-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.56;
}
@media screen and (min-width: 768px) {
  .p-menu-treatment__item-title {
    font-size: 1.25rem;
  }
}
.p-menu-treatment__price-wrapper {
  padding-block: 10px;
  padding-block: 0.625rem;
  border-top: 1px solid #a9a29e;
  border-bottom: 1px solid #a9a29e;
}
.p-menu-treatment__price {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.56;
}
@media screen and (min-width: 768px) {
  .p-menu-treatment__price {
    font-size: 1.25rem;
  }
}
.p-menu-treatment__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: -0.05em;
  padding-block: 10px;
  padding-block: 0.625rem;
  border-bottom: 1px solid #a9a29e;
}
@media screen and (min-width: 768px) {
  .p-menu-treatment__text {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    padding-block: 0rem 0.9375rem;
  }
}
.p-menu-treatment__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}
.p-menu-treatment__detail-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.78;
}
@media screen and (min-width: 768px) {
  .p-menu-treatment__detail-row {
    font-size: 1.125rem;
    gap: 2.1875rem;
    line-height: 1.6666666667;
  }
  .p-menu-treatment__detail-row:first-of-type {
    -webkit-margin-before: 0.4375rem;
            margin-block-start: 0.4375rem;
  }
}
.p-menu-treatment__detail-label {
  width: 74px;
  width: 4.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-menu-treatment__detail-label {
    width: 6.375rem;
  }
}
.p-menu-treatment__detail-value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .p-menu-treatment__detail-value .u-desktop {
    display: inline-block;
  }
}
.p-menu-treatment__btn-wrapper {
  margin-top: auto;
  padding-top: 5px;
  padding-top: 0.3125rem;
}
.p-menu-treatment__link {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding-inline: 20px;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-menu-treatment__link {
    -webkit-margin-before: 0rem;
            margin-block-start: 0rem;
    font-size: 1.125rem;
  }
}
@media (any-hover: hover) {
  .p-menu-treatment__link a:hover {
    opacity: 1;
    color: #e13434;
  }
}

.p-shop-detail-feature {
  -webkit-padding-before: 60px;
          padding-block-start: 60px;
  -webkit-padding-before: 3.75rem;
          padding-block-start: 3.75rem;
  -webkit-padding-after: 20px;
          padding-block-end: 20px;
  -webkit-padding-after: 1.25rem;
          padding-block-end: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-shop-detail-feature {
    -webkit-padding-before: 6.25rem;
            padding-block-start: 6.25rem;
    -webkit-padding-after: 8.75rem;
            padding-block-end: 8.75rem;
    border-bottom: 1px solid #a9a29e;
  }
}
.p-shop-detail-feature__head {
  text-align: center;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-shop-detail-feature__head {
    -webkit-margin-after: 4.6875rem;
            margin-block-end: 4.6875rem;
  }
}
.p-shop-detail-feature__head-title {
  font-weight: 700;
  line-height: 1.45;
  font-size: 20px;
  font-size: 1.25rem;
}
.p-shop-detail-feature__head-title span {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-shop-detail-feature__head-title span {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-shop-detail-feature__head-title {
    font-size: 1.875rem;
  }
}
.p-shop-detail-feature__container {
  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-shop-detail-feature__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-shop-detail-feature__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-block: 24px;
  padding-block: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.p-shop-detail-feature__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc((50% - 50vw + 3.75rem) * -1);
  width: calc(100vw - 2.375rem);
  height: 1px;
  background: #a9a29e;
}
@media screen and (min-width: 768px) {
  .p-shop-detail-feature__item::before {
    display: none;
  }
}
.p-shop-detail-feature__item:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc((50% - 50vw + 3.75rem) * -1);
  width: calc(100vw - 2.375rem);
  height: 1px;
  background: #a9a29e;
}
@media screen and (min-width: 768px) {
  .p-shop-detail-feature__item:last-child::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-shop-detail-feature__item {
    padding-block: 0;
    padding-inline: 3.5rem;
    border-right: 1px solid #a9a29e;
  }
  .p-shop-detail-feature__item:first-child {
    padding-left: 0;
  }
  .p-shop-detail-feature__item:last-child {
    border-right: none;
    padding-right: 0;
  }
}
.p-shop-detail-feature__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #e13434;
}
@media screen and (min-width: 768px) {
  .p-shop-detail-feature__title {
    font-size: 1.5rem;
  }
}
.p-shop-detail-feature__text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.66;
  text-align: justify;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .p-shop-detail-feature__text {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}

.p-shop-detail-kv {
  padding-block: 22px 0px;
  padding-block: 1.375rem 0rem;
}
@media screen and (min-width: 768px) {
  .p-shop-detail-kv {
    padding-block: 4.5rem 3.75rem;
  }
}
.p-shop-detail-kv__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-shop-detail-kv__container {
    display: grid;
    grid-template-columns: 1fr 28.625rem 7.5rem;
    grid-template-rows: auto auto auto;
    grid-template-areas: "titles image stats" "text   image stats" "btn    image stats";
    gap: 0 2.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-shop-detail-kv__titles {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-shop-detail-kv__titles {
    grid-area: titles;
  }
}
.p-shop-detail-kv__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: calc((50% - 50vw + 3.75rem) * -1);
  margin-right: calc(50% - 50vw);
  width: calc(100vw - 2.375rem);
  aspect-ratio: 337/199;
}
@media screen and (min-width: 768px) {
  .p-shop-detail-kv__image {
    grid-area: image;
    margin-inline: 0;
    width: 100%;
    max-width: 28.625rem;
    aspect-ratio: 458/382;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-shop-detail-kv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-shop-detail-kv__text-wrapper {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-inline: 0;
}
@media screen and (min-width: 768px) {
  .p-shop-detail-kv__text-wrapper {
    grid-area: text;
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}
.p-shop-detail-kv__desc {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  color: var(--color-black);
}
@media screen and (min-width: 768px) {
  .p-shop-detail-kv__desc {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.p-shop-detail-kv__stats {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-shop-detail-kv__stats {
    grid-area: stats;
    width: 7.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-margin-before: 0rem;
            margin-block-start: 0rem;
  }
}
.p-shop-detail-kv__stats img {
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-shop-detail-kv__stats img {
    width: 100%;
  }
}
.p-shop-detail-kv__btn-wrapper {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-shop-detail-kv__btn-wrapper {
    grid-area: btn;
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
    max-width: 30.875rem;
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
  }
}
.p-shop-detail-kv__btn-wrapper a {
  width: 100%;
  text-align: center;
}

.p-shop-detail-staff {
  padding-block: 60px;
  padding-block: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-shop-detail-staff {
    padding-block: 6.25rem;
  }
}
.p-shop-detail-staff__title-wrapper {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-shop-detail-staff__title-wrapper {
    -webkit-margin-after: 3.75rem;
            margin-block-end: 3.75rem;
  }
}
.p-shop-detail-staff__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-shop-detail-staff__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem 1.625rem;
  }
}
.p-shop-detail-staff__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}
.p-shop-detail-staff__image {
  width: 100%;
  aspect-ratio: 131/141;
  background-color: #eee;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-shop-detail-staff__image {
    aspect-ratio: 215/232;
  }
}
.p-shop-detail-staff__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-shop-detail-staff__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
}
.p-shop-detail-staff__role {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--color-black);
}
@media screen and (min-width: 768px) {
  .p-shop-detail-staff__role {
    font-size: 1.5rem;
  }
}
.p-shop-detail-staff__name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-black);
}
@media screen and (min-width: 768px) {
  .p-shop-detail-staff__name {
    font-size: 1.875rem;
  }
}
.p-shop-detail-staff__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 8px;
  gap: 0.25rem 0.5rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.7;
  color: var(--color-black);
}
@media screen and (min-width: 768px) {
  .p-shop-detail-staff__tags {
    font-size: 1.125rem;
  }
}

.p-shop-header {
  -webkit-padding-before: 22px;
          padding-block-start: 22px;
  -webkit-padding-before: 1.375rem;
          padding-block-start: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-shop-header {
    -webkit-padding-before: 4.5rem;
            padding-block-start: 4.5rem;
  }
}

.p-shop-info {
  -webkit-padding-after: 60px;
          padding-block-end: 60px;
  -webkit-padding-after: 3.75rem;
          padding-block-end: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-shop-info {
    -webkit-padding-after: 10rem;
            padding-block-end: 10rem;
  }
}
.p-shop-info__lower {
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-before: 0rem;
          margin-block-start: 0rem;
  -webkit-padding-before: 60px;
          padding-block-start: 60px;
  -webkit-padding-before: 3.75rem;
          padding-block-start: 3.75rem;
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
@media screen and (min-width: 768px) {
  .p-shop-info__lower {
    -webkit-padding-before: 6.125rem;
            padding-block-start: 6.125rem;
  }
}
.p-shop-info__lower .p-shop-info__item {
  -webkit-padding-before: 8px;
          padding-block-start: 8px;
  -webkit-padding-before: 0.5rem;
          padding-block-start: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-shop-info__lower .p-shop-info__item {
    -webkit-padding-before: 1.75rem;
            padding-block-start: 1.75rem;
  }
}
.p-shop-info__title-wrapper {
  padding-inline: 20px;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-shop-info__title-wrapper {
    padding-inline: max(25px, (100% - 1190px) / 2);
  }
}
.p-shop-info__item {
  border-top: 1px solid #a9a29e;
  -webkit-padding-before: 68px;
          padding-block-start: 68px;
  -webkit-padding-before: 4.25rem;
          padding-block-start: 4.25rem;
  -webkit-padding-after: 54px;
          padding-block-end: 54px;
  -webkit-padding-after: 3.375rem;
          padding-block-end: 3.375rem;
  padding-inline: 20px;
}
.p-shop-info__item:first-child {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .p-shop-info__item {
    -webkit-padding-before: 6.125rem;
            padding-block-start: 6.125rem;
    -webkit-padding-after: 6.25rem;
            padding-block-end: 6.25rem;
    padding-inline: max(25px, (100% - 1190px) / 2);
  }
}
.p-shop-info__item-inner {
  display: grid;
  grid-template-areas: "head" "btn" "map" "details";
  gap: 0;
}
@media screen and (min-width: 768px) {
  .p-shop-info__item-inner {
    grid-template-columns: 1fr 30.25rem;
    grid-template-areas: "head map" "btn map" "details map";
    -webkit-column-gap: 1.3125rem;
       -moz-column-gap: 1.3125rem;
            column-gap: 1.3125rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-shop-info__head {
  grid-area: head;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-shop-info__head {
    -webkit-margin-after: 3.75rem;
            margin-block-end: 3.75rem;
  }
}
.p-shop-info__btn {
  grid-area: btn;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-shop-info__btn {
    -webkit-margin-after: 2.5rem;
            margin-block-end: 2.5rem;
  }
}
.p-shop-info__map {
  grid-area: map;
  background: #d9d9d9;
  aspect-ratio: 289/200;
  -webkit-margin-after: 25px;
          margin-block-end: 25px;
  -webkit-margin-after: 1.5625rem;
          margin-block-end: 1.5625rem;
  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;
}
@media screen and (min-width: 768px) {
  .p-shop-info__map {
    -webkit-margin-after: 0;
            margin-block-end: 0;
    width: 30.25rem;
    height: 29.1875rem;
    aspect-ratio: auto;
  }
}
.p-shop-info__map-inner {
  width: 100%;
  height: 100%;
}
.p-shop-info__map-inner iframe {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.p-shop-info__details {
  grid-area: details;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-shop-info__details {
    gap: 1.25rem;
  }
}
.p-shop-info__detail-item {
  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-shop-info__detail-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.25rem;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.p-shop-info__detail-label {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7857142857;
  letter-spacing: -0.02em;
  color: #181515;
}
@media screen and (min-width: 768px) {
  .p-shop-info__detail-label {
    font-size: 1.125rem;
    width: 6.5625rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-shop-info__detail-value {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #181515;
}
@media screen and (min-width: 768px) {
  .p-shop-info__detail-value {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.p-shop-info__detail-value--tel {
  font-weight: 700;
}

.p-shop-list {
  padding-block: 40px 20px;
  padding-block: 2.5rem 1.25rem;
  border-bottom: 1px solid #a9a29e;
}
@media screen and (min-width: 768px) {
  .p-shop-list {
    padding-block: 3.375rem 6rem;
  }
}
.p-shop-list__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-shop-list__group {
    gap: 2rem;
    -webkit-margin-after: 2.125rem;
            margin-block-end: 2.125rem;
  }
}
.p-shop-list__area {
  border: 1px solid #181515;
  padding: 5px 5px;
  padding: 0.3125rem 0.3125rem;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.8;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 41px;
  min-width: 2.5625rem;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-shop-list__area {
    min-width: 6rem;
    height: 3.125rem;
    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;
    font-size: 1.25rem;
    border-width: 2px;
    padding: 0;
    letter-spacing: 0.05em;
  }
}
.p-shop-list__area:hover {
  opacity: 1;
  background: #e13434;
  color: #fff;
  border: 1px solid #e13434;
}
.p-shop-list__shop-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 13px;
  gap: 0.625rem 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-shop-list__shop-links {
    gap: 0.625rem 1.625rem;
  }
}
.p-shop-list__shop-btn {
  background: #fff;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  min-width: 113px;
  min-width: 7.0625rem;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-shop-list__shop-btn {
    min-width: 11.875rem;
    height: 3.125rem;
    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;
    font-size: 1.25rem;
    padding: 0;
    letter-spacing: 0.05em;
  }
}
.p-shop-list__shop-btn:hover {
  opacity: 1;
  background: #e13434;
  color: #fff;
}

.p-staff-header {
  padding-block: 22px 40px;
  padding-block: 1.375rem 2.5rem;
  border-bottom: 1px solid #a9a29e;
}
@media screen and (min-width: 768px) {
  .p-staff-header {
    padding-block: 4.5rem;
  }
}
.p-staff-header__btn-wrapper {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
.p-staff-header__btn-wrapper a {
  width: 100%;
  max-width: 494px;
  max-width: 30.875rem;
  text-align: center;
}

.p-staff-list {
  -webkit-padding-before: 60px;
          padding-block-start: 60px;
  -webkit-padding-before: 3.75rem;
          padding-block-start: 3.75rem;
  border-bottom: 1px solid #a9a29e;
}
@media screen and (min-width: 768px) {
  .p-staff-list {
    padding-block: 6.25rem 4.0625rem;
  }
}
.p-staff-list__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-staff-list__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-margin-after: 5rem;
            margin-block-end: 5rem;
  }
}
.p-staff-list__cta .c-button__primary {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-staff-list__cta .c-button__primary {
    width: 27.4375rem;
    padding-block: 2.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-staff-list__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 9.75rem;
       -moz-column-gap: 9.75rem;
            column-gap: 9.75rem;
    row-gap: 5.625rem;
  }
}
.p-staff-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-block: 40px;
  padding-block: 2.5rem;
  position: relative;
}
.p-staff-list__item:last-of-type {
  -webkit-padding-after: 63px;
          padding-block-end: 63px;
  -webkit-padding-after: 3.9375rem;
          padding-block-end: 3.9375rem;
}
.p-staff-list__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #a9a29e;
}
@media screen and (min-width: 768px) {
  .p-staff-list__item {
    padding-block: 0rem;
  }
  .p-staff-list__item::after {
    display: none;
  }
}
.p-staff-list__item-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 27px;
  gap: 1.6875rem;
  -webkit-margin-after: 21px;
          margin-block-end: 21px;
  -webkit-margin-after: 1.3125rem;
          margin-block-end: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-staff-list__item-upper {
    display: grid;
    grid-template-columns: 14.6875rem 1fr;
    -webkit-column-gap: 1.75rem;
       -moz-column-gap: 1.75rem;
            column-gap: 1.75rem;
    -webkit-margin-after: 1rem;
            margin-block-end: 1rem;
  }
}
.p-staff-list__item-img {
  width: 131px;
  width: 8.1875rem;
  height: 141px;
  height: 8.8125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #eee;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-staff-list__item-img {
    width: auto;
    height: auto;
    aspect-ratio: 235/253;
  }
}
.p-staff-list__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-staff-list__item-info {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-staff-list__item-role {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .p-staff-list__item-role {
    font-size: 1.5rem;
    line-height: 1.75;
  }
}
.p-staff-list__item-name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5625;
  -webkit-margin-after: 12px;
          margin-block-end: 12px;
  -webkit-margin-after: 0.75rem;
          margin-block-end: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-staff-list__item-name {
    font-size: 1.875rem;
    line-height: 1.4;
    -webkit-margin-after: 0.5rem;
            margin-block-end: 0.5rem;
  }
}
.p-staff-list__item-btn-wrapper {
  -webkit-margin-after: 12px;
          margin-block-end: 12px;
  -webkit-margin-after: 0.75rem;
          margin-block-end: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-staff-list__item-btn-wrapper {
    -webkit-margin-after: 0.75rem;
            margin-block-end: 0.75rem;
  }
}
.p-staff-list__item-btn-wrapper .c-button__outline {
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-staff-list__item-btn-wrapper .c-button__outline {
    font-size: 1.125rem;
  }
}
.p-staff-list__item-tags {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6923076923;
  color: #181515;
}
@media screen and (min-width: 768px) {
  .p-staff-list__item-tags {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}
.p-staff-list__item-tags span {
  display: block;
}
.p-staff-list__item-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
}
.p-staff-list__item-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: -0.05em;
  color: #000;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-staff-list__item-text {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    min-height: 5.625rem;
  }
}
.p-staff-list__item-fee {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5625;
  color: #181515;
}
@media screen and (min-width: 768px) {
  .p-staff-list__item-fee {
    font-size: 1.5rem;
    line-height: 1.3155833333;
  }
}

.p-staff {
  padding-block: 60px;
  padding-block: 3.75rem;
  border-bottom: 1px solid #a9a29e;
}
@media screen and (min-width: 768px) {
  .p-staff {
    -webkit-padding-before: 6.25rem;
            padding-block-start: 6.25rem;
    -webkit-padding-after: 8.75rem;
            padding-block-end: 8.75rem;
  }
}
.p-staff__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-staff__header {
    -webkit-margin-after: 3.125rem;
            margin-block-end: 3.125rem;
  }
}
.p-staff__title-wrapper {
  padding-inline: 0;
}
.p-staff__link {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-staff__link {
    font-size: 1.125rem;
  }
}
.p-staff__link a:hover {
  opacity: 0.7;
  color: #e13434;
}
.p-staff__link.u-mobile {
  -webkit-margin-before: 28px;
          margin-block-start: 28px;
  -webkit-margin-before: 1.75rem;
          margin-block-start: 1.75rem;
}
.p-staff__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  row-gap: 60px;
  row-gap: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-staff__list {
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 1.625rem;
       -moz-column-gap: 1.625rem;
            column-gap: 1.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-staff__list {
    grid-template-columns: repeat(5, 1fr);
  }
}
.p-staff__image {
  aspect-ratio: 131/141;
  overflow: hidden;
  background-color: #eee;
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}
@media screen and (min-width: 768px) {
  .p-staff__image {
    -webkit-margin-after: 1.625rem;
            margin-block-end: 1.625rem;
  }
}
.p-staff__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-staff__role {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .p-staff__role {
    font-size: 1.5rem;
  }
}
.p-staff__name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-staff__name {
    font-size: 1.625rem;
  }
}
.p-staff__tags {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.69;
}
@media screen and (min-width: 768px) {
  .p-staff__tags {
    -webkit-margin-before: 1.625rem;
            margin-block-start: 1.625rem;
    font-size: 1.125rem;
  }
}
.p-staff__tags span {
  display: block;
}

.p-style-detail {
  padding-block: 40px 0px;
  padding-block: 2.5rem 0rem;
}
@media screen and (min-width: 768px) {
  .p-style-detail {
    padding-block: 3.75rem 0rem;
  }
}
.p-style-detail__inner {
  display: grid;
  grid-template-areas: "title title" "tag back" "desc desc";
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-style-detail__inner {
    grid-template-areas: "title title" "tag tag" "desc back";
    grid-template-columns: 1fr auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.p-style-detail__title {
  grid-area: title;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.2173913043;
}
@media screen and (min-width: 768px) {
  .p-style-detail__title {
    font-size: 2.75rem;
    line-height: 0.9677272727;
  }
}
.p-style-detail__tag-wrapper {
  grid-area: tag;
  -webkit-margin-before: 12px;
          margin-block-start: 12px;
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-style-detail__tag-wrapper {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
  }
}
.p-style-detail__tag {
  display: inline-block;
  padding: 7px 14px;
  padding: 0.4375rem 0.875rem;
  background-color: #e13434;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-style-detail__tag {
    padding: 0.6625rem 1.33125rem;
    font-size: 1.375rem;
  }
}
.p-style-detail__desc {
  grid-area: desc;
  -webkit-margin-before: 26px;
          margin-block-start: 26px;
  -webkit-margin-before: 1.625rem;
          margin-block-start: 1.625rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6666666667;
  text-align: justify;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .p-style-detail__desc {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
    font-size: 1.375rem;
    line-height: 1.7272727273;
    max-width: 51.25rem;
  }
}
.p-style-detail__back {
  grid-area: back;
  display: inline-block;
  -webkit-margin-before: 12px;
          margin-block-start: 12px;
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #181515;
}
.p-style-detail__back:hover {
  opacity: 1;
  color: #e13434;
}
@media screen and (min-width: 768px) {
  .p-style-detail__back {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 1.25rem;
    line-height: 1.9;
  }
}

.p-style-header {
  padding-block: 28px 32px;
  padding-block: 1.75rem 2rem;
  border-bottom: 1px solid #a9a29e;
}
@media screen and (min-width: 768px) {
  .p-style-header {
    padding-block: 4.5rem;
  }
}
.p-style-header__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .p-style-header__title {
    font-size: 2.75rem;
  }
}

.p-style-list {
  padding-block: 40px 120px;
  padding-block: 2.5rem 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-style-list {
    padding-block: 5rem 12.5rem;
  }
}
.p-style-list__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-style-list__container {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 9.5625rem;
       -moz-column-gap: 9.5625rem;
            column-gap: 9.5625rem;
    row-gap: 6.25rem;
  }
}
.p-style-list__item {
  position: relative;
  width: 100%;
  max-width: 289px;
  max-width: 18.0625rem;
  margin-inline: auto;
  aspect-ratio: 289/283;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-style-list__item {
    max-width: none;
  }
}
.p-style-list__image {
  width: 100%;
  height: 100%;
}
.p-style-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-style-list__content {
  position: absolute;
  inset: 0;
  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;
  background-color: rgba(0, 0, 0, .1);
  color: #fff;
  text-align: center;
}
.p-style-list__tag {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 2.4353;
  letter-spacing: 0.05em;
}
.p-style-list__title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6666666667;
  margin-top: -4px;
  margin-top: -0.25rem;
}

.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-fade {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.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;
}

.js-fade-in {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.js-fade-in.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-fade-in--delay-1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media screen and (min-width: 768px) {
  .js-fade-in--delay-1 {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
}

.js-fade-in--delay-2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (min-width: 768px) {
  .js-fade-in--delay-2 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}

.js-fade-in--delay-3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (min-width: 768px) {
  .js-fade-in--delay-3 {
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
}

.js-fade-in--delay-4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media screen and (min-width: 768px) {
  .js-fade-in--delay-4 {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}

.js-fade-in--fast {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.js-fade-in--slow {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.js-fade-in--short {
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
.js-fade-in--short.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-fade-in--long {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.js-fade-in--long.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.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 */
