@charset "UTF-8";
:root {
  --header-height: 6.140278125rem;
}
@media (max-width: 767px) {
  :root {
    --header-height: 4.375rem;
  }
}

@font-face {
  font-family: "Hiragino Kaku Gothic Pro";
  src: url("../fonts/hiragino-kaku-gothic-pro-w3.otf") format("opentype");
}
@font-face {
  font-family: "Hiragino Maru Gothic Pro";
  src: url("../fonts/hiragino-maru-gothic-pro-w4.otf") format("opentype");
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body:not(.login) {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  width: 100%;
  line-height: 2.15;
  color: #000;
  margin: 0;
}
@media (max-width: 767px) {
  body:not(.login) {
    font-size: 0.75rem;
    overflow-x: hidden;
  }
}

h1,
h2,
h3,
h4 {
  line-height: inherit;
  margin: 0;
  font-weight: inherit;
}

p {
  margin: 0;
}

figure {
  margin: 0;
}

iframe,
video,
img,
svg {
  height: auto;
  max-width: 100%;
}

b, strong {
  font-weight: bold;
}

iframe,
img {
  vertical-align: bottom;
}

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

dd {
  margin: 0;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.5;
}

#autozip {
  display: none !important;
}

.l-header {
  z-index: 1000;
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 0.625rem 1.5rem;
  height: var(--header-height);
}
@media (max-width: 767px) {
  .l-header {
    padding: 0.9275rem 1.5rem;
  }
}
.l-header__logo {
  position: relative;
  z-index: 10;
  margin: 0;
}
.l-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16.25rem;
  height: 4.875rem;
  font-size: 0;
  background: url(../img/logo_genkai.png) center/contain no-repeat;
}
@media (max-width: 767px) {
  .l-header__logo a {
    width: 8.375rem;
    height: 2.520375rem;
  }
}
.l-header__list {
  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: 2rem;
}
.l-header__item a {
  color: #412200;
  font-size: 1rem;
  font-weight: 350;
  line-height: 1;
}
.l-header__hamburger {
  position: fixed;
  top: 0.625rem;
  right: 1.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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 3.125rem;
  height: 3.125rem;
  background: #fff;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  margin: auto;
  outline: none;
  -webkit-transition: transform 0.3s ease-in-out;
  -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;
  z-index: 1002;
}
.l-header__hamburger[aria-expanded=true] .l-header__hamburger-line {
  background: transparent;
}
.l-header__hamburger[aria-expanded=true] .l-header__hamburger-line:before, .l-header__hamburger[aria-expanded=true] .l-header__hamburger-line:after {
  top: 50%;
}
.l-header__hamburger[aria-expanded=true] .l-header__hamburger-line:before {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.l-header__hamburger[aria-expanded=true] .l-header__hamburger-line:after {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.l-header__hamburger[aria-expanded=true] .l-header__hamburger-text {
  display: none;
}
.l-header__hamburger-line {
  width: 1.875rem;
  height: 0.25rem;
  border-radius: 0.0625rem;
  display: block;
  -webkit-transition: inherit;
  transition: inherit;
  background: transparent;
  position: relative;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.l-header__hamburger-line:before, .l-header__hamburger-line:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 0.0625rem;
  border-radius: 0.0625rem;
  background-color: #B00005;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}
.l-header__hamburger-line:before {
  top: 0rem;
}
.l-header__hamburger-line:after {
  top: 0.25rem;
}
.l-header__hamburger-text {
  color: #B00005;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 0.83125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 0.83125rem;
  letter-spacing: 0.1rem;
}
.l-header__sp-menu {
  position: fixed;
  z-index: 1001;
  width: 100vw;
  height: 100vh;
  background: #F2F0ED;
  overflow-y: scroll;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-sp-menu {
  padding-bottom: 1.25rem;
}
.l-sp-menu__logo {
  padding-left: 1.5rem;
  padding-top: 0.9275rem;
}
.l-sp-menu__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16.25rem;
  height: 4.875rem;
  font-size: 0;
  background: url(../img/logo_genkai.png) center/contain no-repeat;
}
@media (max-width: 767px) {
  .l-sp-menu__logo a {
    width: 8.375rem;
    height: 2.520375rem;
  }
}
.l-sp-menu__list {
  margin-top: 2.8025rem;
}
.l-sp-menu__item {
  padding: 0.75rem 1.5625rem;
  border-top: 0.0625rem solid #e6e6e6;
}
.l-sp-menu__item:last-of-type {
  border-bottom: 0.0625rem solid #e6e6e6;
}
.l-sp-menu__item a {
  font-size: 1rem;
  font-weight: 350;
  line-height: 1;
  color: #412200;
}
.l-sp-menu__cta {
  margin-top: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.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;
}

.l-footer {
  background: #F7F6F2;
  padding-top: 3.0625rem;
  padding-bottom: 8.125rem;
}
@media (max-width: 767px) {
  .l-footer {
    padding-bottom: 3.0625rem;
  }
}
@media (max-width: 767px) {
  .l-footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__logo img {
  width: 16.25rem;
}
.l-footer__menu {
  margin-top: 1.7975rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .l-footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-footer__menu-item a {
  font-size: 1rem;
  font-weight: 350;
  line-height: 1;
  color: #412200;
}
.l-footer__copyright {
  margin-top: 1.8125rem;
  font-size: 0.75rem;
  font-weight: 350;
  line-height: 1;
  color: #b00005;
  text-align: right;
}
@media (max-width: 767px) {
  .l-footer__copyright {
    text-align: right;
  }
}

.l-container {
  margin: 0 auto;
  padding: 0 5%;
  width: 100%;
}
@media (min-width: 768px) {
  .l-container {
    max-width: calc(860px + 5% * 2);
  }
}
@media (max-width: 767px) {
  .l-container {
    padding: 0 1rem;
  }
}
@media (min-width: 768px) {
  .l-container--w1320 {
    max-width: calc(1320px + 5% * 2);
  }
}
@media (min-width: 768px) {
  .l-container--w1100 {
    max-width: calc(1100px + 5% * 2);
  }
}
@media (min-width: 768px) {
  .l-container--w900 {
    max-width: calc(900px + 5% * 2);
  }
}

.l-main__inner {
  overflow: hidden;
  padding-top: var(--header-height);
}

.l-cta {
  background: url(../img/cta_bg.jpg) center/cover no-repeat;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media (max-width: 767px) {
  .l-cta {
    background-image: url(../img/cta_bg-sp.jpg);
  }
}
.l-cta__box {
  max-width: 42.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: #fff;
  border-radius: 0.625rem;
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .l-cta__box {
    max-width: 21.4375rem;
  }
}
.l-cta__box::after {
  content: "";
  position: absolute;
  bottom: -3.75rem;
  right: calc(50% + 11.96875rem);
  width: 20.280625rem;
  height: 13.01625rem;
  background: url(../img/cta_image.png) center/cover no-repeat;
}
@media (max-width: 767px) {
  .l-cta__box::after {
    right: -1rem;
    width: 8.625rem;
    height: 5.5625rem;
    background-image: url(../img/cta_image-sp.png);
  }
}
.l-cta__box--2::after {
  display: none;
}
@media (min-width: 768px) {
  .l-cta__microcopy {
    font-size: 1.25rem;
  }
}
.l-cta__deco {
  position: absolute;
}
.l-cta__deco--1 {
  width: 6.25rem;
  top: -3.0625rem;
  left: -1.875rem;
}
@media (max-width: 767px) {
  .l-cta__deco--1 {
    width: 3.5625rem;
    left: 0;
    top: -2.3125rem;
  }
}
.l-cta__deco--2 {
  right: 0;
  top: -1.453125rem;
  width: 6.25rem;
}
@media (max-width: 767px) {
  .l-cta__deco--2 {
    display: none;
  }
}
.l-cta__deco--3 {
  width: 9.5rem;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .l-cta__deco--3 {
    display: none;
  }
}
.l-cta__deco--4 {
  width: 6.25rem;
  right: 4.5625rem;
  bottom: -2.625rem;
}
@media (max-width: 767px) {
  .l-cta__deco--4 {
    right: 0;
    bottom: -2.4375rem;
    width: 3.375rem;
  }
}

:root {
  --header-height: 6.140278125rem;
}

@media (max-width: 767px) {
  :root {
    --header-height: 4.375rem;
  }
}
.c-button {
  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: 0.5rem;
  width: 18.75rem;
  height: 4rem;
  background: #06c655;
  text-align: center;
  font-weight: 700;
  line-height: 2.5;
  font-size: 1rem;
  max-width: 100%;
  max-height: 100%;
  color: #fff;
  -webkit-box-shadow: 0px 0.1875rem 0.375rem 0px rgba(10, 10, 10, 0.16);
          box-shadow: 0px 0.1875rem 0.375rem 0px rgba(10, 10, 10, 0.16);
}

.c-button::before {
  content: "";
  display: block;
  width: 1.875rem;
  height: 1.777875rem;
  background: url(../img/icon_voice1.svg) center/contain no-repeat;
}

.c-button::after {
  content: "";
  display: block;
  width: 1.2109375rem;
  height: 1.210875rem;
  background: url(../img/icon_right1.svg) center/contain no-repeat;
}

.c-button__wrap {
  text-align: center;
  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;
}

.c-button__microcopy {
  color: #580016;
  font-size: 1rem;
  font-style: normal;
  font-weight: 350;
  line-height: 2.5;
}

.c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.c-title__en {
  font-family: "Homemade Apple";
  font-size: 3rem;
  font-weight: 400;
  line-height: 0.83;
  color: #000;
  position: relative;
  padding-bottom: 1.375rem;
}

@media (max-width: 767px) {
  .c-title__en {
    font-size: 2rem;
    line-height: 1.25;
  }
}
.c-title__en::after {
  content: "";
  width: 15rem;
  height: 1px;
  background-color: #B00005;
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-title__ja {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.66;
  color: #000;
}

@media (max-width: 767px) {
  .c-title__ja {
    font-size: 1.125rem;
    line-height: 2.22;
  }
}
:root {
  --header-height: 6.140278125rem;
}

@media (max-width: 767px) {
  :root {
    --header-height: 4.375rem;
  }
}
@media (min-width: 768px) {
  .p-fv {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.p-fv__contents {
  background: url(../img/fv_bg.jpg) center/cover no-repeat;
  padding-top: 7.5625rem;
  padding-bottom: 3.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;
}

@media (max-width: 767px) {
  .p-fv__contents {
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }
}
.p-fv__contents-inner {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 767px) {
  .p-fv__contents-inner {
    gap: 0.5rem;
  }
}
.p-fv__contents-inner::before, .p-fv__contents-inner::after {
  content: "";
  position: absolute;
}

.p-fv__contents-inner::before {
  width: 5.8125rem;
  height: 6.3125rem;
  background: url(../img/fv_deco_1.png) center/contain no-repeat;
  bottom: 100%;
  right: 3.125rem;
}

@media (max-width: 767px) {
  .p-fv__contents-inner::before {
    width: 3.4375rem;
    height: 3.875rem;
    right: -0.625rem;
    bottom: 95%;
  }
}
.p-fv__contents-inner::after {
  width: 3.9375rem;
  height: 7.625rem;
  background: url(../img/fv_deco_2.png) center/contain no-repeat;
  bottom: -0.625rem;
  left: -1.25rem;
  -webkit-transform: rotate(-20.772deg);
          transform: rotate(-20.772deg);
}

@media (max-width: 767px) {
  .p-fv__contents-inner::after {
    width: 2.2795rem;
    height: 4.616625rem;
    left: -0.9375rem;
    bottom: -3.125rem;
  }
}
.p-fv__title {
  color: #580016;
  font-family: "Hiragino Maru Gothic Pro";
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 767px) {
  .p-fv__title {
    font-size: 1.5rem;
  }
}
.p-fv__title strong {
  color: #b30005;
  font-size: 4.1875rem;
  font-weight: 400;
  line-height: 0.597;
}

@media (max-width: 767px) {
  .p-fv__title strong {
    line-height: 1.05;
    font-size: 2.375rem;
  }
}
.p-fv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  position: relative;
}

@media (max-width: 767px) {
  .p-about {
    padding-bottom: 3.984375rem;
  }
}
.p-about__inner {
  position: relative;
  z-index: 1;
}

.p-about__title {
  text-align: center;
  color: #580016;
}

.p-about__title img {
  width: 19.9375rem;
  margin-right: 0.5625rem;
}

@media (max-width: 767px) {
  .p-about__title img {
    width: 16.875rem;
  }
}
.p-about__title span {
  font-size: 1rem;
  line-height: 2.5;
  font-weight: 350;
  display: inline-block;
  padding-bottom: 0.25em;
}

@media (max-width: 767px) {
  .p-about__title span {
    font-size: 0.875rem;
  }
}
.p-about__text {
  margin-top: 0.8125rem;
  text-align: center;
  color: #580016;
  font-size: 1rem;
  font-weight: 350;
  line-height: 2.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
}

@media (max-width: 767px) {
  .p-about__text {
    font-size: 0.875rem;
    line-height: 2.85;
    gap: 0;
  }
}
.p-about__text span {
  display: inline-block;
}

.p-about__lgtext {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.66;
}

@media (max-width: 767px) {
  .p-about__lgtext {
    font-size: 1.125rem;
  }
}
.p-about__bg {
  position: absolute;
}

.p-about__bg--1 {
  top: 0;
  left: 0;
  width: 34.4444444444%;
}

@media (max-width: 767px) {
  .p-about__bg--1 {
    width: 61.6%;
  }
}
.p-about__bg--2 {
  bottom: 0;
  right: 0;
  height: 100%;
}

@media (max-width: 767px) {
  .p-about__bg--2 {
    height: auto;
    width: 48.5333333333%;
  }
}
.p-about__deco {
  position: absolute;
  width: 6.25rem;
}

.p-about__deco--1 {
  top: 1.0625rem;
  right: calc(50% + 30.5625rem);
}

@media (max-width: 767px) {
  .p-about__deco--1 {
    display: none;
  }
}
.p-about__deco--2 {
  top: 1.875rem;
  left: calc(50% + 23.75rem);
}

@media (max-width: 767px) {
  .p-about__deco--2 {
    top: 0.3125rem;
    left: calc(50% + 1.1875rem);
    width: 3.125rem;
  }
}
.p-about__deco--3 {
  top: 6.9375rem;
  left: calc(50% + 33.9375rem);
}

@media (max-width: 767px) {
  .p-about__deco--3 {
    top: 2.5625rem;
    width: 3.5625rem;
    left: calc(50% + 7rem);
  }
}
.p-about__deco--4 {
  width: 18.75rem;
  bottom: 2.25rem;
  right: calc(50% + 26.8125rem);
}

@media (max-width: 767px) {
  .p-about__deco--4 {
    width: 6.3125rem;
    bottom: 0.515625rem;
    right: calc(50% + 5.375rem);
  }
}
.p-about__deco--5 {
  bottom: 2.6875rem;
  left: calc(50% + 26.8125rem);
}

@media (max-width: 767px) {
  .p-about__deco--5 {
    top: auto;
    bottom: 0.515625rem;
    width: 3.5625rem;
    left: auto;
    right: calc(50% - 0.3125rem);
  }
}
.p-brand {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

@media (max-width: 767px) {
  .p-brand {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.p-brand__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.3125rem 1.5rem;
}

.p-brand__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.p-brand__logo img {
  width: 100%;
  height: auto;
}

.p-brand__logo-name {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 350;
  line-height: 1.4;
  color: #B00005;
}

.p-brand__logo-name span {
  display: inline-block;
}

.p-item {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  background: #F5E9E9;
}

@media (max-width: 767px) {
  .p-item {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.p-item__list {
  max-width: 41.25rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

@media (max-width: 767px) {
  .p-item__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-item__item {
  background: #fff;
  padding: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.p-item__image {
  width: 3.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-item__name {
  font-size: 1.125rem;
  color: #000;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}

.p-case {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  background: #F7F6F2;
}

@media (max-width: 767px) {
  .p-case {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.p-case__swiper {
  padding-bottom: 0.3125rem;
}

.p-case__swiper .swiper-slide {
  height: auto;
}

.p-case__swiper-button-prev, .p-case__swiper-button-next {
  width: 3.75rem;
  height: 3.75rem;
  background: #B00005;
  border-radius: 0.1875rem;
  color: #fff;
}

.p-case__swiper-button-prev::after, .p-case__swiper-button-next::after {
  font-weight: 700;
  font-size: 1.25rem;
}

.p-case__swiper-button-prev {
  left: 0;
}

.p-case__swiper-button-next {
  right: 0;
}

.p-case__item {
  background: #FFF;
  -webkit-box-shadow: 0.1875rem 0.1875rem 0.3125rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0.1875rem 0.1875rem 0.3125rem 0 rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem 1.0625rem;
  height: 100%;
}

.p-case__item-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 226/145;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-case__item-title {
  margin-top: 0.890625rem;
  font-size: 0.9375rem;
  color: #000;
  font-weight: 350;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-case__item-price {
  margin-top: 0.904375rem;
  font-size: 0.9375rem;
  color: #000;
  font-weight: 350;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  text-align: center;
}

.p-case__item-price strong {
  font-size: 1.875rem;
  font-weight: 700;
  font-family: "DIN Alternate";
  margin-right: 0.3125rem;
}

.p-case__item-link {
  text-align: center;
  margin-top: 1.25rem;
  font-size: 0.6875rem;
  color: #000;
  font-weight: 350;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}

.p-flow {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

@media (max-width: 767px) {
  .p-flow {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.p-flow__list {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.09375rem;
}

@media (max-width: 767px) {
  .p-flow__list {
    -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;
    gap: 1.5rem;
  }
}
.p-flow__item {
  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;
  gap: 1.25rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (min-width: 768px) {
  .p-flow__item:nth-of-type(even) {
    margin-top: 3.75rem;
  }
}
.p-flow__item-num {
  color: #fff;
  font-family: "DIN Alternate";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.7;
  letter-spacing: 0.05rem;
  border-radius: 6.25rem;
  background: #cc6161;
  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: 0.53125rem;
  width: 8.75rem;
}

.p-flow__item-text {
  color: #000;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05rem;
}

.p-flow__item-image {
  width: 6.25rem;
}

.p-voice {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

@media (max-width: 767px) {
  .p-voice {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media (max-width: 767px) {
  .p-voice__slider {
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  .p-voice__swiper {
    padding: 0 20%;
  }
}
.p-voice__card {
  border-radius: 1.875rem;
  border: 0.0625rem solid #580016;
  padding: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.1875rem;
}

@media (max-width: 767px) {
  .p-voice__card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.p-voice__card-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

@media (max-width: 767px) {
  .p-voice__card-heading {
    -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: 0;
  }
}
.p-voice__card-icon {
  width: 3.875rem;
  height: 3.875rem;
  border-radius: 50%;
  background-color: #580016;
  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;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 1.7;
  font-family: Inter;
}

.p-voice__card-name {
  color: #040001;
  font-family: Inter;
  font-size: 1.42825rem;
  font-weight: 500;
  line-height: 1.75;
}

.p-voice__card-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.275rem;
}

.p-voice__card-stars span::after {
  display: block;
  content: "";
  width: 2rem;
  height: 1.75rem;
  background-image: url(../img/icon_star.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-voice__card-text {
  color: #040001;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.2;
}

:root {
  --header-height: 6.140278125rem;
}

@media (max-width: 767px) {
  :root {
    --header-height: 4.375rem;
  }
}
/*=======================
display
=======================*/
.u-d-none {
  display: none !important;
}

@media (min-width: 768px) {
  .u-d-md-none {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .u-d-sm-none {
    display: none !important;
  }
}
.u-bg-main {
  background: #E0D3CA;
}

.u-bg-main-light {
  background: #F2F0ED;
}

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

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

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

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

.u-my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.u-mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

@media (max-width: 767px) {
  .u-mt-sm-0 {
    margin-top: 0rem !important;
  }
  .u-mr-sm-0 {
    margin-right: 0rem !important;
  }
  .u-mb-sm-0 {
    margin-bottom: 0rem !important;
  }
  .u-ml-sm-0 {
    margin-left: 0rem !important;
  }
  .u-my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .u-mx-sm-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}
.u-mt-1 {
  margin-top: 0.5rem !important;
}

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

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

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

.u-my-1 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.u-mx-1 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

@media (max-width: 767px) {
  .u-mt-sm-1 {
    margin-top: 0.5rem !important;
  }
  .u-mr-sm-1 {
    margin-right: 0.5rem !important;
  }
  .u-mb-sm-1 {
    margin-bottom: 0.5rem !important;
  }
  .u-ml-sm-1 {
    margin-left: 0.5rem !important;
  }
  .u-my-sm-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .u-mx-sm-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}
.u-mt-2 {
  margin-top: 1rem !important;
}

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

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

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

.u-my-2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.u-mx-2 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

@media (max-width: 767px) {
  .u-mt-sm-2 {
    margin-top: 1rem !important;
  }
  .u-mr-sm-2 {
    margin-right: 1rem !important;
  }
  .u-mb-sm-2 {
    margin-bottom: 1rem !important;
  }
  .u-ml-sm-2 {
    margin-left: 1rem !important;
  }
  .u-my-sm-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .u-mx-sm-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.u-mt-3 {
  margin-top: 1.5rem !important;
}

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

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

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

.u-my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.u-mx-3 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

@media (max-width: 767px) {
  .u-mt-sm-3 {
    margin-top: 1.5rem !important;
  }
  .u-mr-sm-3 {
    margin-right: 1.5rem !important;
  }
  .u-mb-sm-3 {
    margin-bottom: 1.5rem !important;
  }
  .u-ml-sm-3 {
    margin-left: 1.5rem !important;
  }
  .u-my-sm-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .u-mx-sm-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}
.u-mt-4 {
  margin-top: 2rem !important;
}

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

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

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

.u-my-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.u-mx-4 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

@media (max-width: 767px) {
  .u-mt-sm-4 {
    margin-top: 2rem !important;
  }
  .u-mr-sm-4 {
    margin-right: 2rem !important;
  }
  .u-mb-sm-4 {
    margin-bottom: 2rem !important;
  }
  .u-ml-sm-4 {
    margin-left: 2rem !important;
  }
  .u-my-sm-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .u-mx-sm-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
.u-mt-5 {
  margin-top: 2.5rem !important;
}

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

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

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

.u-my-5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.u-mx-5 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

@media (max-width: 767px) {
  .u-mt-sm-5 {
    margin-top: 2.5rem !important;
  }
  .u-mr-sm-5 {
    margin-right: 2.5rem !important;
  }
  .u-mb-sm-5 {
    margin-bottom: 2.5rem !important;
  }
  .u-ml-sm-5 {
    margin-left: 2.5rem !important;
  }
  .u-my-sm-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .u-mx-sm-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
}
.u-mt-6 {
  margin-top: 3rem !important;
}

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

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

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

.u-my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.u-mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

@media (max-width: 767px) {
  .u-mt-sm-6 {
    margin-top: 3rem !important;
  }
  .u-mr-sm-6 {
    margin-right: 3rem !important;
  }
  .u-mb-sm-6 {
    margin-bottom: 3rem !important;
  }
  .u-ml-sm-6 {
    margin-left: 3rem !important;
  }
  .u-my-sm-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .u-mx-sm-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
}
.u-mt-7 {
  margin-top: 3.5rem !important;
}

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

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

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

.u-my-7 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.u-mx-7 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

@media (max-width: 767px) {
  .u-mt-sm-7 {
    margin-top: 3.5rem !important;
  }
  .u-mr-sm-7 {
    margin-right: 3.5rem !important;
  }
  .u-mb-sm-7 {
    margin-bottom: 3.5rem !important;
  }
  .u-ml-sm-7 {
    margin-left: 3.5rem !important;
  }
  .u-my-sm-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .u-mx-sm-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
}
.u-mt-8 {
  margin-top: 4rem !important;
}

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

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

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

.u-my-8 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.u-mx-8 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

@media (max-width: 767px) {
  .u-mt-sm-8 {
    margin-top: 4rem !important;
  }
  .u-mr-sm-8 {
    margin-right: 4rem !important;
  }
  .u-mb-sm-8 {
    margin-bottom: 4rem !important;
  }
  .u-ml-sm-8 {
    margin-left: 4rem !important;
  }
  .u-my-sm-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .u-mx-sm-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
}
.u-mt-9 {
  margin-top: 4.5rem !important;
}

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

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

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

.u-my-9 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.u-mx-9 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

@media (max-width: 767px) {
  .u-mt-sm-9 {
    margin-top: 4.5rem !important;
  }
  .u-mr-sm-9 {
    margin-right: 4.5rem !important;
  }
  .u-mb-sm-9 {
    margin-bottom: 4.5rem !important;
  }
  .u-ml-sm-9 {
    margin-left: 4.5rem !important;
  }
  .u-my-sm-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .u-mx-sm-9 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
}
.u-mt-10 {
  margin-top: 5rem !important;
}

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

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

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

.u-my-10 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.u-mx-10 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

@media (max-width: 767px) {
  .u-mt-sm-10 {
    margin-top: 5rem !important;
  }
  .u-mr-sm-10 {
    margin-right: 5rem !important;
  }
  .u-mb-sm-10 {
    margin-bottom: 5rem !important;
  }
  .u-ml-sm-10 {
    margin-left: 5rem !important;
  }
  .u-my-sm-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .u-mx-sm-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
}
.u-py-default {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (max-width: 767px) {
  .u-py-default {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.u-pt-0 {
  padding-top: 0rem !important;
}

.u-pr-0 {
  padding-right: 0rem !important;
}

.u-pb-0 {
  padding-bottom: 0rem !important;
}

.u-pl-0 {
  padding-left: 0rem !important;
}

.u-py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.u-px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.u-pt-1 {
  padding-top: 0.5rem !important;
}

.u-pr-1 {
  padding-right: 0.5rem !important;
}

.u-pb-1 {
  padding-bottom: 0.5rem !important;
}

.u-pl-1 {
  padding-left: 0.5rem !important;
}

.u-py-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.u-px-1 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.u-pt-2 {
  padding-top: 1rem !important;
}

.u-pr-2 {
  padding-right: 1rem !important;
}

.u-pb-2 {
  padding-bottom: 1rem !important;
}

.u-pl-2 {
  padding-left: 1rem !important;
}

.u-py-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.u-px-2 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.u-pt-3 {
  padding-top: 1.5rem !important;
}

.u-pr-3 {
  padding-right: 1.5rem !important;
}

.u-pb-3 {
  padding-bottom: 1.5rem !important;
}

.u-pl-3 {
  padding-left: 1.5rem !important;
}

.u-py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.u-px-3 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.u-pt-4 {
  padding-top: 2rem !important;
}

.u-pr-4 {
  padding-right: 2rem !important;
}

.u-pb-4 {
  padding-bottom: 2rem !important;
}

.u-pl-4 {
  padding-left: 2rem !important;
}

.u-py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.u-px-4 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.u-pt-5 {
  padding-top: 2.5rem !important;
}

.u-pr-5 {
  padding-right: 2.5rem !important;
}

.u-pb-5 {
  padding-bottom: 2.5rem !important;
}

.u-pl-5 {
  padding-left: 2.5rem !important;
}

.u-py-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.u-px-5 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.u-pt-6 {
  padding-top: 3rem !important;
}

.u-pr-6 {
  padding-right: 3rem !important;
}

.u-pb-6 {
  padding-bottom: 3rem !important;
}

.u-pl-6 {
  padding-left: 3rem !important;
}

.u-py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.u-px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.u-pt-7 {
  padding-top: 3.5rem !important;
}

.u-pr-7 {
  padding-right: 3.5rem !important;
}

.u-pb-7 {
  padding-bottom: 3.5rem !important;
}

.u-pl-7 {
  padding-left: 3.5rem !important;
}

.u-py-7 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.u-px-7 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.u-pt-8 {
  padding-top: 4rem !important;
}

.u-pr-8 {
  padding-right: 4rem !important;
}

.u-pb-8 {
  padding-bottom: 4rem !important;
}

.u-pl-8 {
  padding-left: 4rem !important;
}

.u-py-8 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.u-px-8 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.u-pt-9 {
  padding-top: 4.5rem !important;
}

.u-pr-9 {
  padding-right: 4.5rem !important;
}

.u-pb-9 {
  padding-bottom: 4.5rem !important;
}

.u-pl-9 {
  padding-left: 4.5rem !important;
}

.u-py-9 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.u-px-9 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

.u-pt-10 {
  padding-top: 5rem !important;
}

.u-pr-10 {
  padding-right: 5rem !important;
}

.u-pb-10 {
  padding-bottom: 5rem !important;
}

.u-pl-10 {
  padding-left: 5rem !important;
}

.u-py-10 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.u-px-10 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.u-color-font {
  color: #000;
}

@media (min-width: 768px) {
  .u-text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text-md-left {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text-md-right {
    text-align: right !important;
  }
}
@media (max-width: 580px) {
  .u-text-sm-center {
    text-align: center !important;
  }
}
@media (max-width: 580px) {
  .u-text-sm-left {
    text-align: left !important;
  }
}
@media (max-width: 580px) {
  .u-text-sm-right {
    text-align: right !important;
  }
}