@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  margin: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  position: relative;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif !important;
  -webkit-print-color-adjust: exact;
  word-break: break-word;
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
}
body.js-fade {
  opacity: 1;
}

header,
footer {
  line-height: 100%;
}

a {
  color: currentColor;
  text-decoration: none;
  /* FireFoxで無駄な枠線を表示しないよう追加 */
  outline: none !important;
  word-wrap: break-word;
}
a[onclick] {
  cursor: pointer;
}

figcaption {
  margin-top: 5px;
  line-height: 1.6;
}

button, input, textarea, select {
  background-color: transparent;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 16px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

section section {
  padding-left: 15px;
}

.header {
  background-color: #fff;
  padding: 16px 48px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
  position: sticky;
  top: 0;
  z-index: 100;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 16px;
}
.header__logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo-img {
  padding-right: 12px;
  max-width: 253px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.header__logo-img::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background-color: #E5E5E5;
  height: 24px;
  width: 1px;
}
.header__logo-sub {
  color: #2A2A2A;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 150%;
  padding-left: 12px;
  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;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
.header__nav-item {
  color: #2A2A2A;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}
.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.header__icon-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__cta-button {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  padding: 8px 16px;
  border-radius: 20px;
  background-color: #5E0B20;
}
.header__hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
.header__hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #5E0B20;
  border-radius: 2px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.header .btn-hamburger {
  width: 56px;
  height: 56px;
  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;
  background-color: #5E0B20;
  display: none;
}
.header .btn-hamburger .hamburger-lines {
  width: 22px;
  height: 20px;
  position: relative;
}
.header .btn-hamburger .hamburger-lines span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .btn-hamburger .hamburger-lines span:nth-child(1) {
  top: 0;
}
.header .btn-hamburger .hamburger-lines span:nth-child(2) {
  top: 9px;
}
.header .btn-hamburger .hamburger-lines span:nth-child(3) {
  top: 18px;
}
.header .btn-hamburger.is-open .hamburger-lines span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .btn-hamburger.is-open .hamburger-lines span:nth-child(2) {
  opacity: 0;
}
.header .btn-hamburger.is-open .hamburger-lines span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header .sp-menu {
  position: fixed;
  top: 56px;
  width: 100%;
  left: 0;
  height: 100vh;
  background: #fff;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
.header .sp-menu.is-open {
  opacity: 1;
  visibility: visible;
}
.header .sp-menu__head {
  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;
  padding: 12px 16px;
  border-bottom: 1px solid #ddd;
}
.header .sp-menu__logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.header .sp-menu__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.header .sp-menu__instagram {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #7a001f;
  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;
}
.header .sp-menu__close {
  width: 40px;
  height: 40px;
  background: #7a001f;
  border: none;
  position: relative;
}
.header .sp-menu__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #fff;
}
.header .sp-menu__close span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.header .sp-menu__close span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.header .sp-menu__list {
  border-top: 1px solid #ddd;
  padding: 24px 24px 40px;
}
.header .sp-menu__item {
  border-bottom: 1px solid #ddd;
}
.header .sp-menu__link {
  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;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #2A2A2A;
  text-decoration: none;
}
.header .sp-menu__link::after {
  content: "";
  font-weight: bold;
  background-image: url(../../assets/img/common/icon-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.header .sp-menu__bottom {
  text-align: center;
}
.header .sp-menu__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 260px;
  background: #7a001f;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  padding: 12px 0;
}

.is-fixed {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .header {
    padding: 0 0 0 20px;
  }
  .header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .header__logo-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .header__logo-img {
    max-width: 165px;
    padding-right: 8px;
  }
  .header__logo-img::after {
    height: 18px;
  }
  .header__logo-sub {
    font-size: 0.75rem;
    padding-left: 8px;
  }
  .header__nav {
    display: none;
  }
  .header__cta-button {
    display: none;
  }
  .header__actions {
    margin-left: auto;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  .header__icon-link img {
    width: 32px;
    height: 32px;
  }
  .header .sp-menu {
    display: block;
  }
  .header .btn-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 16px;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 20px 56px;
  background-color: #fff;
}
.footer__logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__logo-img {
  max-width: 253px;
  padding-right: 12px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.footer__logo-img::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background-color: #E5E5E5;
  height: 24px;
  width: 1px;
}
.footer__logo-sub {
  color: #2A2A2A;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 150%;
  padding-left: 12px;
  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;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: auto;
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 16px;
  max-width: 400px;
}
.footer__nav-item {
  color: #2A2A2A;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  width: 112px;
}
.footer__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.footer__icon-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__cta-button {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  padding: 8px 16px;
  border-radius: 20px;
  background-color: #5E0B20;
}
.footer__name {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  margin-top: 16px;
}
.footer .button--tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.footer .button__icon {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../../assets/img/common/icon-tel.svg);
}
.footer .button__number {
  color: #5E0B20;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
}
.footer__copyright {
  background-color: #5E0B20;
  padding: 19px 0;
}
.footer__copyright-inner {
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__copyright-text {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 150%;
}

@media screen and (max-width: 768px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 64px 24px 56px;
    row-gap: 40px;
  }
  .footer__left {
    width: 100%;
  }
  .footer__logo-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__logo-img {
    max-width: 216px;
  }
  .footer__name {
    font-size: 0.875rem;
    margin-top: 16px;
    text-align: center;
  }
  .footer__nav {
    margin-left: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__nav-list {
    max-width: 100%;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    row-gap: 16px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .footer__nav-item {
    width: 100%;
    font-size: 0.875rem;
  }
  .footer__nav-item a {
    display: block;
    font-size: 1rem;
  }
  .footer .button--tel {
    gap: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .button__number {
    font-size: 2rem;
  }
  .footer__copyright {
    padding: 16px 0;
  }
  .footer__copyright-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.section--bg-gray {
  background-color: #F7F7F7;
}

.section--bg-pink {
  background-color: #EDDCDC;
}

.t-main {
  color: #5E0B20;
}

section {
  padding-top: 96px;
  padding-bottom: 96px;
}

#concern {
  background-color: #fff;
}

.section__inner {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
}

.section__label {
  color: #5E0B20;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
}

.section__title {
  color: #2A2A2A;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.72px;
  margin-top: 8px;
  margin-bottom: 32px;
}

.section__desc {
  color: #2A2A2A;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}

.anim-box {
  opacity: 0;
}

.anim-box.is-animated {
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.mainvisual {
  background-image: url(../../assets/img/common/mv-bg-pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 137px;
  padding-top: 0;
}
.mainvisual__inner {
  max-width: 1024px;
  padding: 0 24px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 51px;
  position: relative;
}
.mainvisual__content {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-auto-columns: minmax(auto, 404px) minmax(auto, 544px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mainvisual__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 94px;
}
.mainvisual__badge {
  color: #5E0B20;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 150%;
  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: #fff;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 5px #5E0B20, 0 0 0 7px #fff;
          box-shadow: 0 0 0 5px #5E0B20, 0 0 0 7px #fff;
}
.mainvisual__badge span {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 40px;
  height: 40px;
}
.mainvisual__badge:first-child span {
  background-image: url(../../assets/img/common/icon-calendar.svg);
}
.mainvisual__badge:nth-child(2) span {
  background-image: url(../../assets/img/common/icon-search.svg);
}
.mainvisual__eyebrow {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 150%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  -ms-grid-column: 2;
  grid-column: 2;
  margin-top: -26px;
}
.mainvisual__eyebrow::before {
  content: "";
  position: absolute;
  left: -54px;
  top: 57%;
  -webkit-transform: rotate(60deg) translateY(-50%);
          transform: rotate(60deg) translateY(-50%);
  width: 48px;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
}
.mainvisual__eyebrow::after {
  content: "";
  position: absolute;
  right: -54px;
  top: 57%;
  -webkit-transform: rotate(-60deg) translateY(-50%);
          transform: rotate(-60deg) translateY(-50%);
  width: 48px;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
}
.mainvisual__title {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.92px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  -ms-grid-column: 2;
  grid-column: 2;
  margin-top: -45px;
}
.mainvisual__title-small {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.6px;
}
.mainvisual__title-accent {
  color: #FFD61E;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  font-size: 6rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 3.84px;
}
.mainvisual__sub-head {
  color: #fff;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 150%;
  -ms-grid-column: 2;
  grid-column: 2;
  position: relative;
  margin-top: 20px;
}
.mainvisual__sub-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transition: -50%;
  background-color: #fff;
  width: 116px;
  height: 1px;
}
.mainvisual__sub-head::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transition: -50%;
  background-color: #fff;
  width: 116px;
  height: 1px;
}
.mainvisual__sub-body {
  color: #fff;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 150%;
  -ms-grid-column: 2;
  grid-column: 2;
  margin-bottom: 40px;
}
.mainvisual__img {
  max-width: 364px;
  aspect-ratio: 27/29;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 5;
  -ms-grid-row-span: -3;
  grid-row: 5/2;
  margin-top: 14px;
  margin-left: 40px;
  margin-bottom: -30px;
}
.mainvisual__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 16px;
  -ms-grid-column: 3;
  -ms-grid-column-span: -2;
  grid-column: 3/1;
}
.mainvisual__buttons a {
  max-width: 480px;
  width: 100%;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
  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-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  padding: 6px 0 8px;
}
.mainvisual__buttons a .button__icon {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 56px;
  height: 56px;
}
.mainvisual__buttons a:first-child {
  color: #5E0B20;
  background-color: #fff;
}
.mainvisual__buttons a:first-child .button__icon {
  background-image: url(../../assets/img/common/icon-tel.svg);
}
.mainvisual__buttons a:nth-child(2) {
  color: #fff;
  background-color: #D7AB57;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mainvisual__buttons a:nth-child(2):hover {
  color: #D7AB57;
  background-color: #fff;
}
.mainvisual__buttons a:nth-child(2) .button__icon {
  background-image: url(../../assets/img/common/icon-mail.svg);
}
.mainvisual__buttons a .button__text-wrap {
  text-align: center;
}
.mainvisual__buttons a .button__text-wrap .button__label {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}
.mainvisual__buttons a .button__text-wrap .button__number {
  text-align: center;
  font-family: "din-2014", sans-serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.mainvisual__buttons a .button__text-wrap .button__text {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.48px;
}
.mainvisual__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 33px;
  position: absolute;
  padding-right: 20px;
}
.mainvisual__side .info-img {
  width: calc(50% + 10px);
}
.mainvisual__side .info-img img {
  border-radius: 8px 0 0 8px;
}
.mainvisual__side .info-card {
  width: calc(50% - 10px);
  background-color: #fff;
  border-radius: 0 8px 8px 0;
  padding: 32px 32px 32px 16px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
}
.mainvisual__side .info-card span {
  position: absolute;
  left: 0;
  top: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 32px;
  height: 32px;
}
.mainvisual__side .info-card__row {
  position: relative;
  padding-left: 40px;
}
.mainvisual__side .info-card__row:first-child span {
  background-image: url(../../assets/img/common/icon-time.svg);
}
.mainvisual__side .info-card__row:nth-child(2) span {
  background-image: url(../../assets/img/common/icon-pin.svg);
}
.mainvisual__side .info-card__row:nth-child(3) span {
  background-image: url(../../assets/img/common/icon-calendar.svg);
}
.mainvisual__side .info-card__row + .info-card__row {
  margin-top: 12px;
}
.mainvisual__side .info-card__term {
  color: #5E0B20;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}
.mainvisual__side .info-card__desc {
  color: #2A2A2A;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

#concern {
  padding-top: 296px;
}

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

.card-grid--3col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.concern-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.concern-card__icon {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 30px;
  height: 32px;
  background-image: url(../../assets/img/common/icon-worries.svg);
  margin-left: auto;
  margin-right: auto;
  max-height: 124px;
}
.concern-card__top {
  border-radius: 16px 16px 0 0;
  background-color: #5E0B20;
  padding: 16px 24px 10px;
  min-height: 124px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 6px;
  position: relative;
}
.concern-card__top::after {
  content: "";
  position: absolute;
  bottom: -39px;
  height: 40px;
  width: 100%;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-color: #5E0B20;
}
.concern-card__title {
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
}
.concern-card__bottom {
  border-radius: 0 0 16px 16px;
  background: #F7F7F7;
  padding: 56px 24px 24px 24px;
}
.concern-card__text {
  color: #2A2A2A;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.card-grid--recommendation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.recommendation-card {
  padding: 40px 24px;
  border-radius: 16px;
  border: 1px solid #E5E5E5;
  background: #fff;
}
.recommendation-card__icon {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 64px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
}
.recommendation-card:first-child .recommendation-card__icon {
  background-image: url(../../assets/img/common/icon-recommendation_01.svg);
}
.recommendation-card:nth-child(2) .recommendation-card__icon {
  background-image: url(../../assets/img/common/icon-recommendation_02.svg);
}
.recommendation-card:nth-child(3) .recommendation-card__icon {
  background-image: url(../../assets/img/common/icon-recommendation_03.svg);
}
.recommendation-card__title {
  color: #5E0B20;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%;
  margin-top: 24px;
}
.recommendation-card__text {
  color: #2A2A2A;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  margin-top: 16px;
}

#why {
  background-color: #fff;
}

.card-grid--why {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 48px;
  padding-top: 19px;
}

.why-card {
  background-color: #5E0B20;
  padding: 40px 24px;
  position: relative;
  width: calc((100% - 50px) / 3);
  border-radius: 16px;
}
.why-card__num {
  position: absolute;
  width: 87px;
  height: 55px;
  top: -20px;
  right: 12px;
  background-repeat: no-repeat;
  background-size: cover;
}
.why-card:nth-child(1) .why-card__num {
  background-image: url(../../assets/img/top/img-num-01.svg);
}
.why-card:nth-child(2) .why-card__num {
  background-image: url(../../assets/img/top/img-num-02.svg);
}
.why-card:nth-child(3) .why-card__num {
  background-image: url(../../assets/img/top/img-num-03.svg);
}
.why-card:nth-child(4) .why-card__num {
  background-image: url(../../assets/img/top/img-num-04.svg);
}
.why-card:nth-child(5) .why-card__num {
  background-image: url(../../assets/img/top/img-num-05.svg);
}
.why-card:nth-child(6) .why-card__num {
  background-image: url(../../assets/img/top/img-num-06.svg);
}
.why-card:nth-child(7) .why-card__num {
  background-image: url(../../assets/img/top/img-num-07.svg);
}
.why-card:nth-child(8) .why-card__num {
  background-image: url(../../assets/img/top/img-num-08.svg);
}
.why-card:nth-child(9) .why-card__num {
  background-image: url(../../assets/img/top/img-num-09.svg);
}
.why-card__title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%;
}
.why-card__text {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  margin-top: 16px;
}

.card-grid--have {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.have-card {
  border-radius: 8px;
  background-color: #fff;
  padding: 24px 8px;
  width: calc(20% - 8px);
}
.have-card__img {
  max-width: 200px;
}
.have-card__title {
  position: relative;
  color: #2A2A2A;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
  margin-top: 16px;
  padding-bottom: 8px;
}
.have-card__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
  height: 1px;
  background-color: #2A2A2A;
}
.have-card__text {
  color: #2A2A2A;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  margin-top: 8px;
}

.have__text {
  color: #2A2A2A;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 180%;
  margin-top: 48px;
}

.have__title {
  color: #5E0B20;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 180%;
}

#flow {
  background-color: #5E0B20;
  padding-bottom: 0;
}
#flow .section__label, #flow .section__title, #flow .section__desc {
  color: #fff;
}

.flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 41px;
}
.flow-list__item {
  width: calc(20% - 41px);
  position: relative;
}
.flow-list__item .flow-list__icon {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 96px;
  height: 96px;
  margin-left: auto;
  margin-right: auto;
}
.flow-list__item:first-child .flow-list__icon {
  background-image: url(../../assets/img/top/img-step-01.png);
}
.flow-list__item:nth-child(2) .flow-list__icon {
  background-image: url(../../assets/img/top/img-step-02.png);
}
.flow-list__item:nth-child(3) .flow-list__icon {
  background-image: url(../../assets/img/top/img-step-03.png);
}
.flow-list__item:nth-child(4) .flow-list__icon {
  background-image: url(../../assets/img/top/img-step-04.png);
}
.flow-list__item:nth-child(5) .flow-list__icon {
  background-image: url(../../assets/img/top/img-step-05.png);
}
.flow-list__item:nth-child(5)::after {
  display: none;
}
.flow-list__item::after {
  content: "";
  position: absolute;
  top: 22%;
  right: -34px;
  height: 16px;
  width: 32px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  -webkit-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
  background-color: #fff;
}
.flow-list__step {
  color: #5E0B20;
  text-align: center;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 150%;
}
.flow-list__badge {
  background-color: #fff;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  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;
}
.flow-list__title {
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%;
  margin-top: 24px;
}
.flow-list__text {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  margin-top: 8px;
}

.flow-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 64px;
}
.flow-bottom__img {
  max-width: 267px;
}
.flow-bottom__content {
  max-width: 412px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  padding: 36px 40px 47px;
  border-radius: 12px;
}
.flow-bottom__label {
  color: #2A2A2A;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.flow-bottom__label::before {
  content: "";
  position: absolute;
  left: -75px;
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../../assets/img/common/icon-sparkling.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.flow-bottom__title {
  color: #5E0B20;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 150%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.flow-bottom__title::before {
  content: "";
  background-color: #FFD61E;
  position: absolute;
  bottom: 3px;
  width: calc(100% - 6px);
  height: 14px;
  z-index: -1;
}
.flow-bottom__title::after {
  content: "";
  position: absolute;
  right: -43px;
  bottom: 0;
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../../assets/img/common/icon-sparkling.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.flow-bottom__desc {
  color: #2A2A2A;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  margin-top: 16px;
}

#voice .section__inner {
  max-width: 840px;
}

.card-grid--voice {
  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;
}

.voice-card {
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #E5E5E5;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
.voice-card__meta {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 72px auto;
  grid-template-columns: 72px auto;
  -ms-grid-rows: 72px auto;
  grid-template-rows: 72px auto;
  -ms-grid-column: 24;
  grid-column: 24px;
}
.voice-card__meta > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.voice-card__meta > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.voice-card__meta > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.voice-card__meta > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.voice-card__meta-img {
  width: 72px;
  height: 72px;
}
.voice-card__meta-content {
  -ms-grid-column: 2;
  grid-column: 2;
  margin-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.voice-card__meta-user {
  color: #2A2A2A;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
}
.voice-card__meta-evaluation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  margin-top: 4px;
}
.voice-card__meta-evaluation img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 20px;
  height: 20px;
}
.voice-card__meta-evaluation p {
  color: #2A2A2A;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  padding-left: 6px;
}
.voice-card__text {
  color: #2A2A2A;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  margin-top: 16px;
  -ms-grid-column: 3;
  -ms-grid-column-span: -2;
  grid-column: 3/1;
}
.voice-card__img {
  text-align: center;
  max-width: 190px;
  min-width: 190px;
}
.voice-card__img figcaption {
  color: #2A2A2A;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
}

.voice-review {
  margin-top: 56px;
}
.voice-review__title {
  color: #D7AB57;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%;
}
.voice-review__content {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.voice-review__content::before {
  content: "";
  position: absolute;
  left: -47px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 39px;
  height: 87px;
  background-image: url(../../assets/img/common/laurel-left.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.voice-review__content::after {
  content: "";
  position: absolute;
  right: -47px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 39px;
  height: 87px;
  background-image: url(../../assets/img/common/laurel-right.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.voice-review__content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-top: 8px;
  margin-bottom: -10px;
}
.voice-review__content-num {
  color: #D7AB57;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.5rem;
  line-height: 150%;
}
.voice-review__text {
  color: #2A2A2A;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 150%;
}
.voice-review .voice-card__meta-evaluation img {
  width: 24px;
  height: 24px;
}

.cp {
  background-image: url(../../assets/img/common/cp-bg-pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-left: 24px;
  padding-right: 24px;
}
.cp-content {
  max-width: 1151px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 20px;
  border-radius: 32px;
  background: #F7F7F7;
  position: relative;
  z-index: 1;
}
.cp-content__label {
  color: #5E0B20;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
.cp-content__label span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #fff;
}
.cp-content__label span::before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 100%;
  height: 100%;
  background-color: #5E0B20;
  z-index: -1;
}
.cp-content__title {
  color: #5E0B20;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.12px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
  padding-bottom: 4px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cp-content__title {
    margin: 0 auto 8px;
  }
}
.cp-content__title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#5E0B20), color-stop(40.38%, #D7AB57), color-stop(60.1%, #D7AB57), to(#5E0B20));
  background-image: linear-gradient(90deg, #5E0B20 0%, #D7AB57 40.38%, #D7AB57 60.1%, #5E0B20 100%);
}
.cp-content__title span {
  color: #D7AB57;
  font-size: 3rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.96px;
}
.cp-content__text {
  color: #2A2A2A;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.36px;
}
.cp-content__text span {
  color: #5E0B20;
  font-size: 2rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.64px;
}
.cp-content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px;
}
.cp-content__item {
  max-width: 128px;
}
.cp-content__item-img {
  max-width: 128px;
}
.cp-content__item-text {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  background-color: #2A2A2A;
  padding: 3px 0 5px;
  text-align: center;
}
.cp-content__box {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 8px;
}
@media screen and (max-width: 1024px) {
  .cp-content__box {
    -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;
  }
}
.cp-content__box-img figure {
  text-align: center;
}
.cp-content__box-img-small {
  color: #2A2A2A;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 4px;
  white-space: nowrap;
  display: none;
}
@media screen and (max-width: 1024px) {
  .cp-content__box-img-small {
    margin-top: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: block;
  }
}
.cp-content__box-text {
  text-align: left;
  max-width: 455px;
}
@media screen and (max-width: 1024px) {
  .cp-content__box-text {
    text-align: center;
  }
}
.cp-content__box-text-day {
  color: #2A2A2A;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.8px;
  margin-bottom: -5px;
}
@media screen and (max-width: 768px) {
  .cp-content__box-text-day {
    font-size: 32px;
    letter-spacing: 0.64px;
    margin-bottom: 0;
  }
}
.cp-content__box-text-day span {
  color: #2A2A2A;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 768px) {
  .cp-content__box-text-day span {
    font-size: 18px;
    letter-spacing: 0.36px;
  }
}
.cp-content__box-text-normal {
  color: #5E0B20;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.44px;
}
@media screen and (max-width: 768px) {
  .cp-content__box-text-normal {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
.cp-content__box-text-mark {
  color: #5E0B20;
  font-family: "Noto Sans JP";
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.54px;
  margin-top: 2px;
  position: relative;
  z-index: 1;
}
.cp-content__box-text-mark::before {
  content: attr(data-pc);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  stroke-linejoin: round;
  -webkit-text-linecap: round;
  -webkit-text-stroke-width: 7px;
  -webkit-text-stroke-color: #FFF;
  color: #FFF;
  -webkit-filter: drop-shadow(1px 1px 0px #5E0B20) drop-shadow(-1px -1px 0px #5E0B20) drop-shadow(1px -1px 0px #5E0B20) drop-shadow(-1px 1px 0px #5E0B20);
          filter: drop-shadow(1px 1px 0px #5E0B20) drop-shadow(-1px -1px 0px #5E0B20) drop-shadow(1px -1px 0px #5E0B20) drop-shadow(-1px 1px 0px #5E0B20);
}
@media screen and (max-width: 768px) {
  .cp-content__box-text-mark::before {
    content: attr(data-sp);
    white-space: pre-wrap;
  }
}
.cp-content__box-text-small {
  color: #2A2A2A;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 4px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .cp-content__box-text-small {
    display: none;
  }
}
.cp a {
  margin-top: 32px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
  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-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  padding: 6px 0 8px;
}
.cp a .button__icon {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 56px;
  height: 56px;
  background-image: url(../../assets/img/common/icon-tel.svg);
}
.cp a .button__text-wrap {
  text-align: center;
}
.cp a .button__text-wrap .button__label {
  color: #5E0B20;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}
.cp a .button__text-wrap .button__number {
  color: #5E0B20;
  text-align: center;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.25rem;
  line-height: 120%;
}
.cp a .button__text-wrap .button__text {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.48px;
}

.faq-accordion {
  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;
}
.faq-accordion__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  list-style: none;
  gap: 24px;
  border-radius: 8px;
  background: #F7F7F7;
  padding: 16px 40px;
}
.faq-accordion__question::-webkit-details-marker {
  display: none;
}
.faq-accordion__question::after {
  content: "";
  font-weight: bold;
  background-image: url(../../assets/img/common/icon-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.faq-accordion__item[open] .faq-accordion__question {
  border-radius: 8px 8px 0 0;
}
.faq-accordion__item[open] .faq-accordion__question::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-accordion__q-label {
  color: #fff;
  font-family: "din-2014", sans-serif;
  font-style: normal;
  font-size: 2rem;
  font-weight: 600;
  line-height: 150%;
  border-radius: 8px;
  width: 56px;
  height: 56px;
  background-color: #5E0B20;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.faq-accordion__q-text {
  color: #2A2A2A;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
  width: 100%;
}
.faq-accordion__answer {
  background: #F7F7F7;
  border-radius: 0 0 8px 8px;
  padding: 0 120px 24px;
}
.faq-accordion__answer p {
  color: #2A2A2A;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

#contact .section__inner {
  max-width: 840px;
}

.contact-area__tel {
  border-radius: 16px;
  border: 3px solid #5E0B20;
  background: #fff;
  padding: 40px 0;
}
.contact-area__tel-num {
  color: #5E0B20;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
.contact-area__tel-hours {
  color: #2A2A2A;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}
.contact-area__title {
  color: #2A2A2A;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
.contact-area .button--tel-large {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  border-radius: 32px;
  background-color: #5E0B20;
  display: block;
  max-width: 336px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0;
  margin-top: 24px;
  border: 1px solid #5E0B20;
}
.contact-area .contact-form {
  margin-top: 24px;
  border-radius: 16px;
  border: 1px solid #E5E5E5;
  background: #fff;
  padding: 40px 96px;
}
.contact-area .contact-form__title {
  color: #2A2A2A;
  text-align: center;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.contact-area .contact-form__text {
  color: #2A2A2A;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}
.contact-area .contact-form__label {
  color: #2A2A2A;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  display: block;
  margin-bottom: 8px;
}
.contact-area .contact-form__required {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
  border-radius: 3px;
  background: #E10000;
  padding: 0 8px;
}
.contact-area .contact-form__content {
  margin-top: 24px;
}
.contact-area .contact-form__input {
  border-radius: 4px;
  background: #F7F7F7;
  width: 100%;
  padding: 12px 24px;
}
.contact-area .contact-form__textarea {
  border-radius: 4px;
  background: #F7F7F7;
  width: 100%;
  padding: 12px 24px;
  height: 120px;
}
.contact-area .contact-form__privacy {
  color: #2A2A2A;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  margin-top: 24px;
}
.contact-area .contact-form__privacy .text-link {
  color: #5E0B20;
  text-decoration-line: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-area .contact-form__privacy .text-link:hover {
  text-decoration-line: none;
}
.contact-area .contact-form__privacy input {
  width: 18px;
  height: 18px;
  background-color: #F7F7F7;
}
.contact-area .contact-form__text + .contact-form__text {
  margin-top: 16px;
}
.contact-area .contact-form__row + .contact-form__row {
  margin-top: 24px;
}
.contact-area .wpcf7-spinner {
  display: none;
}

#store {
  padding-bottom: 0;
}

.store-info__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.store-info__address .data-table {
  width: calc((100% - 48px) / 2);
  max-width: 536px;
}
.store-info__address .data-table caption {
  color: #2A2A2A;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 150%;
  text-align: left;
  margin-bottom: 24px;
  font-style: normal;
}
.store-info__address .data-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 8px;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
  padding: 24px 0;
  border-top: 1px solid #E5E5E5;
}
.store-info__address .data-table tr:last-child {
  border-bottom: 1px solid #E5E5E5;
}
.store-info__address .data-table th {
  display: block;
  max-width: 64px;
  width: 100%;
  color: #2A2A2A;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  text-align: left;
  font-style: normal;
}
.store-info__address .data-table td {
  display: block;
  color: #2A2A2A;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  font-style: normal;
}
.store-info__address iframe {
  width: calc((100% - 48px) / 2);
  border-radius: 24px;
}

#instagram {
  padding-top: 104px;
}

.card-grid--instagram {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, 216px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

.instagram-card {
  width: 100%;
  height: 216px;
}
.instagram-card__img {
  width: 100%;
  height: 100%;
  background-color: #D9D9D9;
}

.button--instagram {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  border-radius: 32px;
  background-color: #5E0B20;
  display: block;
  max-width: 336px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0;
  margin-top: 40px;
  position: relative;
  border: 1px solid #5E0B20;
}
.button--instagram::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
  border-top-right-radius: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

#cta {
  padding-bottom: 64px;
}

.cta-content {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 40px 0;
}
.cta-content__label {
  color: #5E0B20;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  position: relative;
}
.cta-content__label::before {
  content: "";
  position: absolute;
  left: -27px;
  top: 50%;
  -webkit-transform: rotate(60deg) translateY(-50%);
          transform: rotate(60deg) translateY(-50%);
  width: 24px;
  height: 2px;
  background-color: #5E0B20;
  border-radius: 3px;
}
.cta-content__label::after {
  content: "";
  position: absolute;
  right: -27px;
  top: 50%;
  -webkit-transform: rotate(-60deg) translateY(-50%);
          transform: rotate(-60deg) translateY(-50%);
  width: 24px;
  height: 2px;
  background-color: #5E0B20;
  border-radius: 3px;
}
.cta-content__tel {
  border-radius: 12px;
  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-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 336px;
  width: 100%;
}
.cta-content__tel .button--tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  border-radius: 8px;
  background-color: #fff;
  padding: 3px 0;
  width: 100%;
  max-width: 336px;
  margin-top: 5px;
}
.cta-content__tel .button__icon {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../../assets/img/common/icon-tel.svg);
}
.cta-content__tel .button__text-wrap {
  text-align: center;
}
.cta-content__tel .button__text-wrap .button__number {
  color: #5E0B20;
  text-align: center;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.cta-content__mail {
  border-radius: 12px;
  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-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 336px;
  width: 100%;
}
.cta-content__mail .button--mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  border-radius: 8px;
  background: #D7AB57;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
  padding: 12px 0;
  width: 100%;
  max-width: 336px;
  margin-top: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cta-content__mail .button--mail:hover {
  background-color: #fff;
}
.cta-content__mail .button--mail:hover .button__text-wrap .button__text {
  color: #D7AB57;
}
.cta-content__mail .button__icon {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../../assets/img/common/icon-mail.svg);
}
.cta-content__mail .button__text-wrap {
  text-align: center;
}
.cta-content__mail .button__text-wrap .button__text {
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.48px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 24px;
}
.cta-list__item {
  color: #2A2A2A;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  padding-left: 28px;
  position: relative;
}
.cta-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../../assets/img/common/icon-check.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .display-pc-none {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section__label {
    font-size: 0.875rem;
  }
  .section__title {
    font-size: 1.5rem;
    letter-spacing: 0.48px;
  }
  .section__desc {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .mainvisual__content {
    grid-auto-columns: auto auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mainvisual__badges {
    margin-left: 50px;
  }
  .mainvisual__eyebrow {
    font-size: 1rem;
  }
  .mainvisual__title {
    font-size: 2rem;
  }
  .mainvisual__title-small {
    font-size: 1.5rem;
  }
  .mainvisual__title-accent {
    font-size: 4rem;
  }
  .mainvisual__img {
    max-width: 250px;
  }
  .mainvisual__sub-head {
    font-size: 1.5rem;
  }
  .mainvisual__sub-head::before, .mainvisual__sub-head::after {
    width: 70px;
  }
  .mainvisual__sub-body {
    font-size: 1rem;
  }
  .mainvisual__side .info-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mainvisual__side .info-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual {
    background-image: url(../../assets/img/common/mv-bg-sp.png);
    padding-bottom: 353px;
  }
  .mainvisual__inner {
    max-width: 100%;
    padding: 22px 24px 0;
  }
  .mainvisual__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-auto-columns: unset;
  }
  .mainvisual__badges {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .mainvisual__badge {
    width: 96px;
    height: 96px;
    font-size: 1.125rem;
    -webkit-box-shadow: 0 0 0 3px #5E0B20, 0 0 0 5px #fff;
            box-shadow: 0 0 0 3px #5E0B20, 0 0 0 5px #fff;
  }
  .mainvisual__badge span {
    width: 28px;
    height: 28px;
  }
  .mainvisual__eyebrow {
    grid-column: auto;
    font-size: 1.125rem;
    margin-top: 22px;
  }
  .mainvisual__eyebrow::before {
    left: -43px;
    width: 40px;
  }
  .mainvisual__eyebrow::after {
    right: -43px;
    width: 40px;
  }
  .mainvisual__title {
    grid-column: auto;
    font-size: 1.75rem;
    margin-top: 8px;
    letter-spacing: 0.56px;
  }
  .mainvisual__title-small {
    font-size: 1.5rem;
    letter-spacing: 0.48px;
  }
  .mainvisual__title-accent {
    font-size: 3rem;
    letter-spacing: 0.96px;
  }
  .mainvisual__sub-head {
    grid-column: auto;
    font-size: 1.25rem;
    margin-top: 12px;
  }
  .mainvisual__sub-head::before {
    left: -72px;
    width: 56px;
  }
  .mainvisual__sub-head::after {
    right: -72px;
    width: 56px;
  }
  .mainvisual__sub-body {
    grid-column: auto;
    font-size: 0.875rem;
    margin-bottom: 16px;
  }
  .mainvisual__img {
    grid-column: auto;
    grid-row: auto;
    max-width: 202px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .mainvisual__buttons {
    grid-column: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    width: 100%;
    margin-top: 9px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mainvisual__buttons a {
    width: 100%;
    border-radius: 10px;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  .mainvisual__buttons a .button__icon {
    width: 40px;
    height: 40px;
  }
  .mainvisual__buttons a .button__text-wrap .button__label {
    font-size: 0.875rem;
  }
  .mainvisual__buttons a .button__text-wrap .button__number {
    font-size: 2rem;
  }
  .mainvisual__buttons a .button__text-wrap .button__text {
    font-size: 1.125rem;
  }
  .mainvisual__buttons .button--tel {
    padding: 3px 0;
  }
  .mainvisual__buttons .button--mail {
    padding: 8px 0;
  }
  .mainvisual__side {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 24px;
    width: calc(100% - 48px);
    padding-right: 0;
  }
  .mainvisual__side .info-img {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .mainvisual__side .info-img img {
    border-radius: 8px 8px 0 0;
  }
  .mainvisual__side .info-card {
    width: 100%;
    border-radius: 0 0 8px 8px;
    padding: 24px 16px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .mainvisual__side .info-card__term {
    font-size: 1rem;
  }
  .mainvisual__side .info-card__desc {
    font-size: 1rem;
  }
  .mainvisual__side .info-card__row + .info-card__row {
    margin-top: 12px;
  }
  .mainvisual + section {
    padding-top: 56px;
  }
}
@media screen and (max-width: 768px) {
  #concern {
    padding-top: 258px;
  }
}
@media screen and (max-width: 768px) {
  .card-grid--3col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .concern-card__top {
    min-height: 72px;
    padding: 14px 20px 10px;
  }
  .concern-card__title {
    font-size: 1.125rem;
  }
  .concern-card__bottom {
    padding: 48px 24px 16px;
  }
  .concern-card__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .card-grid--recommendation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .recommendation-card {
    padding: 32px 24px;
  }
  .recommendation-card__title {
    font-size: 1.125rem;
    margin-top: 16px;
  }
  .recommendation-card__text {
    font-size: 1rem;
    margin-top: 12px;
  }
  .recommendation-card__icon {
    width: 56px;
    height: 56px;
  }
}
@media screen and (max-width: 768px) {
  .card-grid--why {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 40px;
    padding-top: 12px;
  }
  .why-card {
    width: 100%;
    padding: 32px 24px;
  }
  .why-card__num {
    top: -22px;
    right: 14px;
  }
  .why-card__title {
    font-size: 1.125rem;
  }
  .why-card__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #have .section__desc {
    text-align: center;
  }
  .have-card {
    width: calc(50% - 4px);
    padding: 16px 8px;
  }
  .have-card__img {
    max-width: 100%;
  }
  .have-card__title {
    font-size: 1rem;
    margin-top: 10px;
  }
  .have-card__text {
    font-size: 0.875rem;
    margin-top: 8px;
  }
  .have__text {
    font-size: 1rem;
    margin-top: 40px;
    text-align: center;
  }
  .have__title {
    margin-top: 2px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  #flow {
    padding-bottom: 80px;
  }
  .flow-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .flow-list__item {
    width: 100%;
    min-height: 128px;
    margin-bottom: 60px;
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 8px;
    -ms-grid-rows: 27px 8px auto;
    grid-template-rows: 27px auto;
    -ms-grid-columns: 128px 24px auto;
    grid-template-columns: 128px auto;
  }
  .flow-list__item > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .flow-list__item > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .flow-list__item > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .flow-list__item > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .flow-list__item::after {
    top: auto;
    right: auto;
    height: 12px;
    width: 24px;
    bottom: -36px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
  .flow-list__item:last-child {
    margin-bottom: 0;
  }
  .flow-list__badge {
    width: 128px;
    height: 128px;
    -ms-grid-column: 2;
    -ms-grid-column-span: -1;
    grid-column: 2/1;
  }
  .flow-list .flow-list__item .flow-list__icon {
    width: 72px;
    height: 72px;
  }
  .flow-list__step {
    font-size: 1rem;
  }
  .flow-list__title {
    text-align: left;
    font-size: 1.125rem;
    margin-top: 0;
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .flow-list__text {
    font-size: 0.875rem;
    margin-top: 0;
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .flow-bottom {
    -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;
    margin-top: 40px;
    gap: 0;
  }
  .flow-bottom__img {
    display: none;
  }
  .flow-bottom__content {
    max-width: 100%;
    width: 100%;
    border-radius: 12px;
    padding: 32px 24px;
  }
  .flow-bottom__label {
    font-size: 1.125rem;
  }
  .flow-bottom__title {
    font-size: 1.75rem;
  }
  .flow-bottom__desc {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #voice .section__inner {
    max-width: 100%;
  }
  .voice-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 24px;
    gap: 24px;
  }
  .voice-card__img {
    max-width: 100%;
    width: 100%;
  }
  .voice-card__img figcaption {
    margin-top: 8px;
    font-size: 0.875rem;
  }
  .voice-card__meta-user {
    font-size: 1rem;
  }
  .voice-card__text {
    font-size: 1rem;
  }
  .voice-card__meta-evaluation p {
    font-size: 0.75rem;
  }
  .voice-review {
    margin-top: 48px;
  }
  .voice-review__title {
    font-size: 1.125rem;
  }
  .voice-review__content::before {
    left: -47px;
    width: 39px;
    height: 87px;
  }
  .voice-review__content::after {
    right: -47px;
    width: 39px;
    height: 87px;
  }
  .voice-review__content-num {
    font-size: 3rem;
  }
  .voice-review__text {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .cp {
    padding: 48px 24px;
  }
  .cp-content {
    max-width: 840px;
    padding: 40px 14px;
    border-radius: 16px;
  }
  .cp-content__label {
    font-size: 1.5rem;
  }
  .cp-content__label span {
    width: 40px;
    height: 40px;
  }
  .cp-content__title {
    font-size: 1.75rem;
    letter-spacing: 0.56px;
    margin: 0 auto 8px;
    white-space: nowrap;
  }
  .cp-content__title span {
    font-size: 1.5rem;
    letter-spacing: 0.48px;
  }
  .cp-content__text {
    font-size: 1rem;
    letter-spacing: 0;
    margin-top: 5px;
  }
  .cp-content__text span {
    font-size: 1.55rem;
    letter-spacing: 0;
  }
  .cp-content__list {
    gap: 6px;
    margin-top: 19px;
  }
  .cp-content__item {
    max-width: 128px;
  }
  .cp-content__item-text {
    font-size: 0.875rem;
    padding: 4px 0;
  }
  .cp a {
    max-width: 100%;
    margin-top: 24px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .cp a .button__icon {
    width: 32px;
    height: 32px;
  }
  .cp a .button__text-wrap .button__label {
    font-size: 0.875rem;
  }
  .cp a .button__text-wrap .button__number {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .faq-accordion {
    gap: 16px;
  }
  .faq-accordion__question {
    padding: 16px;
    gap: 12px;
  }
  .faq-accordion__question::after {
    width: 16px;
    height: 16px;
  }
  .faq-accordion__q-label {
    width: 32px;
    height: 32px;
    font-size: 1.25rem;
    border-radius: 4px;
  }
  .faq-accordion__q-text {
    font-size: 1rem;
  }
  .faq-accordion__answer {
    padding: 4px 48px 16px 64px;
  }
  .faq-accordion__answer p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #contact .section__inner {
    max-width: 100%;
  }
  .contact-area__tel {
    padding: 40px 24px;
    border-radius: 16px;
  }
  .contact-area__tel-num {
    font-size: 2.5rem;
  }
  .contact-area__tel-hours {
    font-size: 0.875rem;
  }
  .contact-area__title {
    font-size: 1.25rem;
  }
  .contact-area .button--tel-large {
    max-width: 100%;
    padding: 20px 0;
  }
  .contact-area .contact-form {
    padding: 40px 24px;
    border-radius: 16px;
  }
  .contact-area .contact-form__title {
    font-size: 1.25rem;
  }
  .contact-area .contact-form__text {
    font-size: 1rem;
    margin-top: 16px;
  }
  .contact-area .contact-form__required {
    font-size: 0.875rem;
  }
  .contact-area .contact-form__label {
    font-size: 1rem;
  }
  .contact-area .contact-form__input, .contact-area .contact-form__textarea {
    padding: 10px 14px;
    font-size: 1rem;
  }
  .contact-area .contact-form .button--submit {
    max-width: 100%;
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  #store {
    padding-bottom: 0;
  }
  .store-info__address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .store-info__address .data-table {
    width: 100%;
    max-width: 100%;
  }
  .store-info__address .data-table caption {
    font-size: 1.125rem;
  }
  .store-info__address .data-table tr {
    gap: 8px;
    padding: 24px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .store-info__address .data-table th {
    font-size: 1rem;
    min-width: 48px;
  }
  .store-info__address .data-table td {
    font-size: 1rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .store-info__address iframe {
    width: 100% !important;
    height: 280px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 768px) {
  #instagram {
    padding-top: 104;
  }
  .card-grid--instagram {
    gap: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .instagram-card {
    width: calc(50% - 4.5px);
    height: auto;
    aspect-ratio: 1/1;
  }
  .instagram-card__img {
    height: 100%;
  }
  .button--instagram {
    max-width: 100%;
    margin-top: 32px;
    padding: 16px 0;
  }
}
@media screen and (max-width: 768px) {
  #cta {
    padding: 40px 20px 48px;
  }
  #cta .section__title {
    font-size: 1.375rem;
  }
  #cta .section__desc {
    font-size: 1rem;
    text-align: center;
  }
  .cta-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 32px 24px;
    gap: 20px;
  }
  .cta-content__label {
    font-size: 1rem;
  }
  .cta-content__tel {
    max-width: 100%;
    width: 100%;
  }
  .cta-content__tel .button--tel {
    max-width: 100%;
    border-radius: 8px;
    gap: 8px;
  }
  .cta-content__mail {
    max-width: 100%;
    width: 100%;
  }
  .cta-content__mail .button--mail {
    max-width: 100%;
    padding: 12px 0;
    gap: 8px;
  }
  .cta-content__mail .button__text {
    font-size: 1rem;
  }
  .cta-content__tel .button__text-wrap .button__number {
    font-size: 1.75rem;
  }
  .cta-content__mail .button__icon, .cta-content__tel .button__icon {
    width: 32px;
    height: 32px;
  }
  .cta-list {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 8px;
  }
  .cta-list__item {
    font-size: 1rem;
    width: 156px;
  }
}
#privacy section {
  padding-top: 56px;
  padding-bottom: 0;
}
#privacy h3 {
  color: #5E0B20;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 16px;
}
#privacy ul {
  padding-left: 1em;
}
#privacy li {
  list-style: disc;
  font-size: 1rem;
}
#privacy p {
  font-size: 1rem;
}

.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
  margin-left: auto;
}
.align-center {
  text-align: center !important;
}
.align-justify {
  text-align: justify !important;
}
.align-justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.align-justify-right {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
@media print, screen and (min-width: 769px) {
  .align-pc-left {
    text-align: left !important;
  }
  .align-pc-right {
    text-align: right !important;
    margin-left: auto;
  }
  .align-pc-center {
    text-align: center !important;
  }
  .align-pc-justify {
    text-align: justify !important;
  }
  .align-pc-justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
/* ▼▼▼　SP
/* =======================================- */
@media screen and (max-width: 768px) {
  .align-sp-left {
    text-align: left !important;
  }
  .align-sp-right {
    text-align: right !important;
    margin-left: auto;
  }
  .align-sp-center {
    text-align: center !important;
  }
  .align-sp-justify {
    text-align: justify !important;
  }
  .align-sp-justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.display-none {
  display: none !important;
}

.display-block {
  display: block;
}

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

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

@media print, screen and (min-width: 769px) {
  .display-pc-none {
    display: none !important;
  }
  .display-pc-block {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .display-sp-none {
    display: none !important;
  }
  .display-sp-block {
    display: block;
  }
}
.mt-0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-40 {
  margin-top: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

@media print, screen and (min-width: 769px) {
  .mt-s {
    margin-top: 30px;
  }
  .mb-s {
    margin-bottom: 30px;
  }
  .mt-m {
    margin-top: 40px;
  }
  .mb-m {
    margin-bottom: 40px;
  }
  .mt-l {
    margin-top: 60px;
  }
  .mb-l {
    margin-bottom: 60px;
  }
  .mt-section {
    margin-top: 100px;
  }
  .mb-section {
    margin-bottom: 100px;
  }
  .mt-pc-0 {
    margin-top: 0px !important;
  }
  .ml-pc-0 {
    margin-left: 0px !important;
  }
  .mr-pc-0 {
    margin-right: 0px !important;
  }
  .mb-pc-0 {
    margin-bottom: 0px !important;
  }
  .mt-pc-10 {
    margin-top: 10px !important;
  }
  .ml-pc-10 {
    margin-left: 10px !important;
  }
  .mr-pc-10 {
    margin-right: 10px !important;
  }
  .mb-pc-10 {
    margin-bottom: 10px !important;
  }
  .mt-pc-20 {
    margin-top: 20px !important;
  }
  .ml-pc-20 {
    margin-left: 20px !important;
  }
  .mr-pc-20 {
    margin-right: 20px !important;
  }
  .mb-pc-20 {
    margin-bottom: 20px !important;
  }
  .mt-pc-30 {
    margin-top: 30px !important;
  }
  .ml-pc-30 {
    margin-left: 30px !important;
  }
  .mr-pc-30 {
    margin-right: 30px !important;
  }
  .mb-pc-30 {
    margin-bottom: 30px !important;
  }
  .mt-pc-40 {
    margin-top: 40px !important;
  }
  .ml-pc-40 {
    margin-left: 40px !important;
  }
  .mr-pc-40 {
    margin-right: 40px !important;
  }
  .mb-pc-40 {
    margin-bottom: 40px !important;
  }
  .mt-pc-50 {
    margin-top: 50px !important;
  }
  .ml-pc-50 {
    margin-left: 50px !important;
  }
  .mr-pc-50 {
    margin-right: 50px !important;
  }
  .mb-pc-50 {
    margin-bottom: 50px !important;
  }
  .mt-pc-60 {
    margin-top: 60px !important;
  }
  .ml-pc-60 {
    margin-left: 60px !important;
  }
  .mr-pc-60 {
    margin-right: 60px !important;
  }
  .mb-pc-60 {
    margin-bottom: 60px !important;
  }
  .mt-pc-70 {
    margin-top: 70px !important;
  }
  .ml-pc-70 {
    margin-left: 70px !important;
  }
  .mr-pc-70 {
    margin-right: 70px !important;
  }
  .mb-pc-70 {
    margin-bottom: 70px !important;
  }
  .mt-pc-80 {
    margin-top: 80px !important;
  }
  .ml-pc-80 {
    margin-left: 80px !important;
  }
  .mr-pc-80 {
    margin-right: 80px !important;
  }
  .mb-pc-80 {
    margin-bottom: 80px !important;
  }
  .mt-pc-90 {
    margin-top: 90px !important;
  }
  .ml-pc-90 {
    margin-left: 90px !important;
  }
  .mr-pc-90 {
    margin-right: 90px !important;
  }
  .mb-pc-90 {
    margin-bottom: 90px !important;
  }
  .mt-pc-100 {
    margin-top: 100px !important;
  }
  .ml-pc-100 {
    margin-left: 100px !important;
  }
  .mr-pc-100 {
    margin-right: 100px !important;
  }
  .mb-pc-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .mt-s {
    margin-top: 20px;
  }
  .mb-s {
    margin-bottom: 20px;
  }
  .mt-m {
    margin-top: 20px;
  }
  .mb-m {
    margin-bottom: 20px;
  }
  .mt-l {
    margin-top: 40px;
  }
  .mb-l {
    margin-bottom: 40px;
  }
  .mt-section {
    margin-top: 70px;
  }
  .mb-section {
    margin-bottom: 70px;
  }
  .mt-sp-0 {
    margin-top: 0px !important;
  }
  .ml-sp-0 {
    margin-left: 0px !important;
  }
  .mr-sp-0 {
    margin-right: 0px !important;
  }
  .mb-sp-0 {
    margin-bottom: 0px !important;
  }
  .mt-sp-10 {
    margin-top: 10px !important;
  }
  .ml-sp-10 {
    margin-left: 10px !important;
  }
  .mr-sp-10 {
    margin-right: 10px !important;
  }
  .mb-sp-10 {
    margin-bottom: 10px !important;
  }
  .mt-sp-20 {
    margin-top: 20px !important;
  }
  .ml-sp-20 {
    margin-left: 20px !important;
  }
  .mr-sp-20 {
    margin-right: 20px !important;
  }
  .mb-sp-20 {
    margin-bottom: 20px !important;
  }
  .mt-sp-30 {
    margin-top: 30px !important;
  }
  .ml-sp-30 {
    margin-left: 30px !important;
  }
  .mr-sp-30 {
    margin-right: 30px !important;
  }
  .mb-sp-30 {
    margin-bottom: 30px !important;
  }
  .mt-sp-40 {
    margin-top: 40px !important;
  }
  .ml-sp-40 {
    margin-left: 40px !important;
  }
  .mr-sp-40 {
    margin-right: 40px !important;
  }
  .mb-sp-40 {
    margin-bottom: 40px !important;
  }
  .mt-sp-50 {
    margin-top: 50px !important;
  }
  .ml-sp-50 {
    margin-left: 50px !important;
  }
  .mr-sp-50 {
    margin-right: 50px !important;
  }
  .mb-sp-50 {
    margin-bottom: 50px !important;
  }
  .mt-sp-60 {
    margin-top: 60px !important;
  }
  .ml-sp-60 {
    margin-left: 60px !important;
  }
  .mr-sp-60 {
    margin-right: 60px !important;
  }
  .mb-sp-60 {
    margin-bottom: 60px !important;
  }
  .mt-sp-70 {
    margin-top: 70px !important;
  }
  .ml-sp-70 {
    margin-left: 70px !important;
  }
  .mr-sp-70 {
    margin-right: 70px !important;
  }
  .mb-sp-70 {
    margin-bottom: 70px !important;
  }
  .mt-sp-80 {
    margin-top: 80px !important;
  }
  .ml-sp-80 {
    margin-left: 80px !important;
  }
  .mr-sp-80 {
    margin-right: 80px !important;
  }
  .mb-sp-80 {
    margin-bottom: 80px !important;
  }
  .mt-sp-90 {
    margin-top: 90px !important;
  }
  .ml-sp-90 {
    margin-left: 90px !important;
  }
  .mr-sp-90 {
    margin-right: 90px !important;
  }
  .mb-sp-90 {
    margin-bottom: 90px !important;
  }
  .mt-sp-100 {
    margin-top: 100px !important;
  }
  .ml-sp-100 {
    margin-left: 100px !important;
  }
  .mr-sp-100 {
    margin-right: 100px !important;
  }
  .mb-sp-100 {
    margin-bottom: 100px !important;
  }
}
.pt-0 {
  padding-top: 0px !important;
}

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

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

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

.pt-10 {
  padding-top: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

@media print, screen and (min-width: 769px) {
  .pt-pc-0 {
    padding-top: 0px !important;
  }
  .pl-pc-0 {
    padding-left: 0px !important;
  }
  .pr-pc-0 {
    padding-right: 0px !important;
  }
  .pb-pc-0 {
    padding-bottom: 0px !important;
  }
  .pt-pc-10 {
    padding-top: 10px !important;
  }
  .pl-pc-10 {
    padding-left: 10px !important;
  }
  .pr-pc-10 {
    padding-right: 10px !important;
  }
  .pb-pc-10 {
    padding-bottom: 10px !important;
  }
  .pt-pc-20 {
    padding-top: 20px !important;
  }
  .pl-pc-20 {
    padding-left: 20px !important;
  }
  .pr-pc-20 {
    padding-right: 20px !important;
  }
  .pb-pc-20 {
    padding-bottom: 20px !important;
  }
  .pt-pc-30 {
    padding-top: 30px !important;
  }
  .pl-pc-30 {
    padding-left: 30px !important;
  }
  .pr-pc-30 {
    padding-right: 30px !important;
  }
  .pb-pc-30 {
    padding-bottom: 30px !important;
  }
  .pt-pc-40 {
    padding-top: 40px !important;
  }
  .pl-pc-40 {
    padding-left: 40px !important;
  }
  .pr-pc-40 {
    padding-right: 40px !important;
  }
  .pb-pc-40 {
    padding-bottom: 40px !important;
  }
  .pt-pc-50 {
    padding-top: 50px !important;
  }
  .pl-pc-50 {
    padding-left: 50px !important;
  }
  .pr-pc-50 {
    padding-right: 50px !important;
  }
  .pb-pc-50 {
    padding-bottom: 50px !important;
  }
  .pt-pc-60 {
    padding-top: 60px !important;
  }
  .pl-pc-60 {
    padding-left: 60px !important;
  }
  .pr-pc-60 {
    padding-right: 60px !important;
  }
  .pb-pc-60 {
    padding-bottom: 60px !important;
  }
  .pt-pc-70 {
    padding-top: 70px !important;
  }
  .pl-pc-70 {
    padding-left: 70px !important;
  }
  .pr-pc-70 {
    padding-right: 70px !important;
  }
  .pb-pc-70 {
    padding-bottom: 70px !important;
  }
  .pt-pc-80 {
    padding-top: 80px !important;
  }
  .pl-pc-80 {
    padding-left: 80px !important;
  }
  .pr-pc-80 {
    padding-right: 80px !important;
  }
  .pb-pc-80 {
    padding-bottom: 80px !important;
  }
  .pt-pc-90 {
    padding-top: 90px !important;
  }
  .pl-pc-90 {
    padding-left: 90px !important;
  }
  .pr-pc-90 {
    padding-right: 90px !important;
  }
  .pb-pc-90 {
    padding-bottom: 90px !important;
  }
  .pt-pc-100 {
    padding-top: 100px !important;
  }
  .pl-pc-100 {
    padding-left: 100px !important;
  }
  .pr-pc-100 {
    padding-right: 100px !important;
  }
  .pb-pc-100 {
    padding-bottom: 100px !important;
  }
  .pl-pc-15 {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .pt-sp-0 {
    padding-top: 0px !important;
  }
  .pl-sp-0 {
    padding-left: 0px !important;
  }
  .pr-sp-0 {
    padding-right: 0px !important;
  }
  .pb-sp-0 {
    padding-bottom: 0px !important;
  }
  .pt-sp-10 {
    padding-top: 10px !important;
  }
  .pl-sp-10 {
    padding-left: 10px !important;
  }
  .pr-sp-10 {
    padding-right: 10px !important;
  }
  .pb-sp-10 {
    padding-bottom: 10px !important;
  }
  .pt-sp-20 {
    padding-top: 20px !important;
  }
  .pl-sp-20 {
    padding-left: 20px !important;
  }
  .pr-sp-20 {
    padding-right: 20px !important;
  }
  .pb-sp-20 {
    padding-bottom: 20px !important;
  }
  .pt-sp-30 {
    padding-top: 30px !important;
  }
  .pl-sp-30 {
    padding-left: 30px !important;
  }
  .pr-sp-30 {
    padding-right: 30px !important;
  }
  .pb-sp-30 {
    padding-bottom: 30px !important;
  }
  .pt-sp-40 {
    padding-top: 40px !important;
  }
  .pl-sp-40 {
    padding-left: 40px !important;
  }
  .pr-sp-40 {
    padding-right: 40px !important;
  }
  .pb-sp-40 {
    padding-bottom: 40px !important;
  }
  .pt-sp-50 {
    padding-top: 50px !important;
  }
  .pl-sp-50 {
    padding-left: 50px !important;
  }
  .pr-sp-50 {
    padding-right: 50px !important;
  }
  .pb-sp-50 {
    padding-bottom: 50px !important;
  }
  .pt-sp-60 {
    padding-top: 60px !important;
  }
  .pl-sp-60 {
    padding-left: 60px !important;
  }
  .pr-sp-60 {
    padding-right: 60px !important;
  }
  .pb-sp-60 {
    padding-bottom: 60px !important;
  }
  .pt-sp-70 {
    padding-top: 70px !important;
  }
  .pl-sp-70 {
    padding-left: 70px !important;
  }
  .pr-sp-70 {
    padding-right: 70px !important;
  }
  .pb-sp-70 {
    padding-bottom: 70px !important;
  }
  .pt-sp-80 {
    padding-top: 80px !important;
  }
  .pl-sp-80 {
    padding-left: 80px !important;
  }
  .pr-sp-80 {
    padding-right: 80px !important;
  }
  .pb-sp-80 {
    padding-bottom: 80px !important;
  }
  .pt-sp-90 {
    padding-top: 90px !important;
  }
  .pl-sp-90 {
    padding-left: 90px !important;
  }
  .pr-sp-90 {
    padding-right: 90px !important;
  }
  .pb-sp-90 {
    padding-bottom: 90px !important;
  }
  .pt-sp-100 {
    padding-top: 100px !important;
  }
  .pl-sp-100 {
    padding-left: 100px !important;
  }
  .pr-sp-100 {
    padding-right: 100px !important;
  }
  .pb-sp-100 {
    padding-bottom: 100px !important;
  }
}
.width-1 {
  width: 1% !important;
}

.width-2 {
  width: 2% !important;
}

.width-3 {
  width: 3% !important;
}

.width-4 {
  width: 4% !important;
}

.width-5 {
  width: 5% !important;
}

.width-6 {
  width: 6% !important;
}

.width-7 {
  width: 7% !important;
}

.width-8 {
  width: 8% !important;
}

.width-9 {
  width: 9% !important;
}

.width-10 {
  width: 10% !important;
}

.width-11 {
  width: 11% !important;
}

.width-12 {
  width: 12% !important;
}

.width-13 {
  width: 13% !important;
}

.width-14 {
  width: 14% !important;
}

.width-15 {
  width: 15% !important;
}

.width-16 {
  width: 16% !important;
}

.width-17 {
  width: 17% !important;
}

.width-18 {
  width: 18% !important;
}

.width-19 {
  width: 19% !important;
}

.width-20 {
  width: 20% !important;
}

.width-21 {
  width: 21% !important;
}

.width-22 {
  width: 22% !important;
}

.width-23 {
  width: 23% !important;
}

.width-24 {
  width: 24% !important;
}

.width-25 {
  width: 25% !important;
}

.width-26 {
  width: 26% !important;
}

.width-27 {
  width: 27% !important;
}

.width-28 {
  width: 28% !important;
}

.width-29 {
  width: 29% !important;
}

.width-30 {
  width: 30% !important;
}

.width-31 {
  width: 31% !important;
}

.width-32 {
  width: 32% !important;
}

.width-33 {
  width: 33% !important;
}

.width-34 {
  width: 34% !important;
}

.width-35 {
  width: 35% !important;
}

.width-36 {
  width: 36% !important;
}

.width-37 {
  width: 37% !important;
}

.width-38 {
  width: 38% !important;
}

.width-39 {
  width: 39% !important;
}

.width-40 {
  width: 40% !important;
}

.width-41 {
  width: 41% !important;
}

.width-42 {
  width: 42% !important;
}

.width-43 {
  width: 43% !important;
}

.width-44 {
  width: 44% !important;
}

.width-45 {
  width: 45% !important;
}

.width-46 {
  width: 46% !important;
}

.width-47 {
  width: 47% !important;
}

.width-48 {
  width: 48% !important;
}

.width-49 {
  width: 49% !important;
}

.width-50 {
  width: 50% !important;
}

.width-51 {
  width: 51% !important;
}

.width-52 {
  width: 52% !important;
}

.width-53 {
  width: 53% !important;
}

.width-54 {
  width: 54% !important;
}

.width-55 {
  width: 55% !important;
}

.width-56 {
  width: 56% !important;
}

.width-57 {
  width: 57% !important;
}

.width-58 {
  width: 58% !important;
}

.width-59 {
  width: 59% !important;
}

.width-60 {
  width: 60% !important;
}

.width-61 {
  width: 61% !important;
}

.width-62 {
  width: 62% !important;
}

.width-63 {
  width: 63% !important;
}

.width-64 {
  width: 64% !important;
}

.width-65 {
  width: 65% !important;
}

.width-66 {
  width: 66% !important;
}

.width-67 {
  width: 67% !important;
}

.width-68 {
  width: 68% !important;
}

.width-69 {
  width: 69% !important;
}

.width-70 {
  width: 70% !important;
}

.width-71 {
  width: 71% !important;
}

.width-72 {
  width: 72% !important;
}

.width-73 {
  width: 73% !important;
}

.width-74 {
  width: 74% !important;
}

.width-75 {
  width: 75% !important;
}

.width-76 {
  width: 76% !important;
}

.width-77 {
  width: 77% !important;
}

.width-78 {
  width: 78% !important;
}

.width-79 {
  width: 79% !important;
}

.width-80 {
  width: 80% !important;
}

.width-81 {
  width: 81% !important;
}

.width-82 {
  width: 82% !important;
}

.width-83 {
  width: 83% !important;
}

.width-84 {
  width: 84% !important;
}

.width-85 {
  width: 85% !important;
}

.width-86 {
  width: 86% !important;
}

.width-87 {
  width: 87% !important;
}

.width-88 {
  width: 88% !important;
}

.width-89 {
  width: 89% !important;
}

.width-90 {
  width: 90% !important;
}

.width-91 {
  width: 91% !important;
}

.width-92 {
  width: 92% !important;
}

.width-93 {
  width: 93% !important;
}

.width-94 {
  width: 94% !important;
}

.width-95 {
  width: 95% !important;
}

.width-96 {
  width: 96% !important;
}

.width-97 {
  width: 97% !important;
}

.width-98 {
  width: 98% !important;
}

.width-99 {
  width: 99% !important;
}

.width-100 {
  width: 100% !important;
}

@media print, screen and (min-width: 769px) {
  .width-pc-0 {
    width: 0% !important;
  }
  .width-pc-1 {
    width: 1% !important;
  }
  .width-pc-2 {
    width: 2% !important;
  }
  .width-pc-3 {
    width: 3% !important;
  }
  .width-pc-4 {
    width: 4% !important;
  }
  .width-pc-5 {
    width: 5% !important;
  }
  .width-pc-6 {
    width: 6% !important;
  }
  .width-pc-7 {
    width: 7% !important;
  }
  .width-pc-8 {
    width: 8% !important;
  }
  .width-pc-9 {
    width: 9% !important;
  }
  .width-pc-10 {
    width: 10% !important;
  }
  .width-pc-11 {
    width: 11% !important;
  }
  .width-pc-12 {
    width: 12% !important;
  }
  .width-pc-13 {
    width: 13% !important;
  }
  .width-pc-14 {
    width: 14% !important;
  }
  .width-pc-15 {
    width: 15% !important;
  }
  .width-pc-16 {
    width: 16% !important;
  }
  .width-pc-17 {
    width: 17% !important;
  }
  .width-pc-18 {
    width: 18% !important;
  }
  .width-pc-19 {
    width: 19% !important;
  }
  .width-pc-20 {
    width: 20% !important;
  }
  .width-pc-21 {
    width: 21% !important;
  }
  .width-pc-22 {
    width: 22% !important;
  }
  .width-pc-23 {
    width: 23% !important;
  }
  .width-pc-24 {
    width: 24% !important;
  }
  .width-pc-25 {
    width: 25% !important;
  }
  .width-pc-26 {
    width: 26% !important;
  }
  .width-pc-27 {
    width: 27% !important;
  }
  .width-pc-28 {
    width: 28% !important;
  }
  .width-pc-29 {
    width: 29% !important;
  }
  .width-pc-30 {
    width: 30% !important;
  }
  .width-pc-31 {
    width: 31% !important;
  }
  .width-pc-32 {
    width: 32% !important;
  }
  .width-pc-33 {
    width: 33% !important;
  }
  .width-pc-34 {
    width: 34% !important;
  }
  .width-pc-35 {
    width: 35% !important;
  }
  .width-pc-36 {
    width: 36% !important;
  }
  .width-pc-37 {
    width: 37% !important;
  }
  .width-pc-38 {
    width: 38% !important;
  }
  .width-pc-39 {
    width: 39% !important;
  }
  .width-pc-40 {
    width: 40% !important;
  }
  .width-pc-41 {
    width: 41% !important;
  }
  .width-pc-42 {
    width: 42% !important;
  }
  .width-pc-43 {
    width: 43% !important;
  }
  .width-pc-44 {
    width: 44% !important;
  }
  .width-pc-45 {
    width: 45% !important;
  }
  .width-pc-46 {
    width: 46% !important;
  }
  .width-pc-47 {
    width: 47% !important;
  }
  .width-pc-48 {
    width: 48% !important;
  }
  .width-pc-49 {
    width: 49% !important;
  }
  .width-pc-50 {
    width: 50% !important;
  }
  .width-pc-51 {
    width: 51% !important;
  }
  .width-pc-52 {
    width: 52% !important;
  }
  .width-pc-53 {
    width: 53% !important;
  }
  .width-pc-54 {
    width: 54% !important;
  }
  .width-pc-55 {
    width: 55% !important;
  }
  .width-pc-56 {
    width: 56% !important;
  }
  .width-pc-57 {
    width: 57% !important;
  }
  .width-pc-58 {
    width: 58% !important;
  }
  .width-pc-59 {
    width: 59% !important;
  }
  .width-pc-60 {
    width: 60% !important;
  }
  .width-pc-61 {
    width: 61% !important;
  }
  .width-pc-62 {
    width: 62% !important;
  }
  .width-pc-63 {
    width: 63% !important;
  }
  .width-pc-64 {
    width: 64% !important;
  }
  .width-pc-65 {
    width: 65% !important;
  }
  .width-pc-66 {
    width: 66% !important;
  }
  .width-pc-67 {
    width: 67% !important;
  }
  .width-pc-68 {
    width: 68% !important;
  }
  .width-pc-69 {
    width: 69% !important;
  }
  .width-pc-70 {
    width: 70% !important;
  }
  .width-pc-71 {
    width: 71% !important;
  }
  .width-pc-72 {
    width: 72% !important;
  }
  .width-pc-73 {
    width: 73% !important;
  }
  .width-pc-74 {
    width: 74% !important;
  }
  .width-pc-75 {
    width: 75% !important;
  }
  .width-pc-76 {
    width: 76% !important;
  }
  .width-pc-77 {
    width: 77% !important;
  }
  .width-pc-78 {
    width: 78% !important;
  }
  .width-pc-79 {
    width: 79% !important;
  }
  .width-pc-80 {
    width: 80% !important;
  }
  .width-pc-81 {
    width: 81% !important;
  }
  .width-pc-82 {
    width: 82% !important;
  }
  .width-pc-83 {
    width: 83% !important;
  }
  .width-pc-84 {
    width: 84% !important;
  }
  .width-pc-85 {
    width: 85% !important;
  }
  .width-pc-86 {
    width: 86% !important;
  }
  .width-pc-87 {
    width: 87% !important;
  }
  .width-pc-88 {
    width: 88% !important;
  }
  .width-pc-89 {
    width: 89% !important;
  }
  .width-pc-90 {
    width: 90% !important;
  }
  .width-pc-91 {
    width: 91% !important;
  }
  .width-pc-92 {
    width: 92% !important;
  }
  .width-pc-93 {
    width: 93% !important;
  }
  .width-pc-94 {
    width: 94% !important;
  }
  .width-pc-95 {
    width: 95% !important;
  }
  .width-pc-96 {
    width: 96% !important;
  }
  .width-pc-97 {
    width: 97% !important;
  }
  .width-pc-98 {
    width: 98% !important;
  }
  .width-pc-99 {
    width: 99% !important;
  }
  .width-pc-100 {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .width-sp-0 {
    width: 0% !important;
  }
  .width-sp-1 {
    width: 1% !important;
  }
  .width-sp-2 {
    width: 2% !important;
  }
  .width-sp-3 {
    width: 3% !important;
  }
  .width-sp-4 {
    width: 4% !important;
  }
  .width-sp-5 {
    width: 5% !important;
  }
  .width-sp-6 {
    width: 6% !important;
  }
  .width-sp-7 {
    width: 7% !important;
  }
  .width-sp-8 {
    width: 8% !important;
  }
  .width-sp-9 {
    width: 9% !important;
  }
  .width-sp-10 {
    width: 10% !important;
  }
  .width-sp-11 {
    width: 11% !important;
  }
  .width-sp-12 {
    width: 12% !important;
  }
  .width-sp-13 {
    width: 13% !important;
  }
  .width-sp-14 {
    width: 14% !important;
  }
  .width-sp-15 {
    width: 15% !important;
  }
  .width-sp-16 {
    width: 16% !important;
  }
  .width-sp-17 {
    width: 17% !important;
  }
  .width-sp-18 {
    width: 18% !important;
  }
  .width-sp-19 {
    width: 19% !important;
  }
  .width-sp-20 {
    width: 20% !important;
  }
  .width-sp-21 {
    width: 21% !important;
  }
  .width-sp-22 {
    width: 22% !important;
  }
  .width-sp-23 {
    width: 23% !important;
  }
  .width-sp-24 {
    width: 24% !important;
  }
  .width-sp-25 {
    width: 25% !important;
  }
  .width-sp-26 {
    width: 26% !important;
  }
  .width-sp-27 {
    width: 27% !important;
  }
  .width-sp-28 {
    width: 28% !important;
  }
  .width-sp-29 {
    width: 29% !important;
  }
  .width-sp-30 {
    width: 30% !important;
  }
  .width-sp-31 {
    width: 31% !important;
  }
  .width-sp-32 {
    width: 32% !important;
  }
  .width-sp-33 {
    width: 33% !important;
  }
  .width-sp-34 {
    width: 34% !important;
  }
  .width-sp-35 {
    width: 35% !important;
  }
  .width-sp-36 {
    width: 36% !important;
  }
  .width-sp-37 {
    width: 37% !important;
  }
  .width-sp-38 {
    width: 38% !important;
  }
  .width-sp-39 {
    width: 39% !important;
  }
  .width-sp-40 {
    width: 40% !important;
  }
  .width-sp-41 {
    width: 41% !important;
  }
  .width-sp-42 {
    width: 42% !important;
  }
  .width-sp-43 {
    width: 43% !important;
  }
  .width-sp-44 {
    width: 44% !important;
  }
  .width-sp-45 {
    width: 45% !important;
  }
  .width-sp-46 {
    width: 46% !important;
  }
  .width-sp-47 {
    width: 47% !important;
  }
  .width-sp-48 {
    width: 48% !important;
  }
  .width-sp-49 {
    width: 49% !important;
  }
  .width-sp-50 {
    width: 50% !important;
  }
  .width-sp-51 {
    width: 51% !important;
  }
  .width-sp-52 {
    width: 52% !important;
  }
  .width-sp-53 {
    width: 53% !important;
  }
  .width-sp-54 {
    width: 54% !important;
  }
  .width-sp-55 {
    width: 55% !important;
  }
  .width-sp-56 {
    width: 56% !important;
  }
  .width-sp-57 {
    width: 57% !important;
  }
  .width-sp-58 {
    width: 58% !important;
  }
  .width-sp-59 {
    width: 59% !important;
  }
  .width-sp-60 {
    width: 60% !important;
  }
  .width-sp-61 {
    width: 61% !important;
  }
  .width-sp-62 {
    width: 62% !important;
  }
  .width-sp-63 {
    width: 63% !important;
  }
  .width-sp-64 {
    width: 64% !important;
  }
  .width-sp-65 {
    width: 65% !important;
  }
  .width-sp-66 {
    width: 66% !important;
  }
  .width-sp-67 {
    width: 67% !important;
  }
  .width-sp-68 {
    width: 68% !important;
  }
  .width-sp-69 {
    width: 69% !important;
  }
  .width-sp-70 {
    width: 70% !important;
  }
  .width-sp-71 {
    width: 71% !important;
  }
  .width-sp-72 {
    width: 72% !important;
  }
  .width-sp-73 {
    width: 73% !important;
  }
  .width-sp-74 {
    width: 74% !important;
  }
  .width-sp-75 {
    width: 75% !important;
  }
  .width-sp-76 {
    width: 76% !important;
  }
  .width-sp-77 {
    width: 77% !important;
  }
  .width-sp-78 {
    width: 78% !important;
  }
  .width-sp-79 {
    width: 79% !important;
  }
  .width-sp-80 {
    width: 80% !important;
  }
  .width-sp-81 {
    width: 81% !important;
  }
  .width-sp-82 {
    width: 82% !important;
  }
  .width-sp-83 {
    width: 83% !important;
  }
  .width-sp-84 {
    width: 84% !important;
  }
  .width-sp-85 {
    width: 85% !important;
  }
  .width-sp-86 {
    width: 86% !important;
  }
  .width-sp-87 {
    width: 87% !important;
  }
  .width-sp-88 {
    width: 88% !important;
  }
  .width-sp-89 {
    width: 89% !important;
  }
  .width-sp-90 {
    width: 90% !important;
  }
  .width-sp-91 {
    width: 91% !important;
  }
  .width-sp-92 {
    width: 92% !important;
  }
  .width-sp-93 {
    width: 93% !important;
  }
  .width-sp-94 {
    width: 94% !important;
  }
  .width-sp-95 {
    width: 95% !important;
  }
  .width-sp-96 {
    width: 96% !important;
  }
  .width-sp-97 {
    width: 97% !important;
  }
  .width-sp-98 {
    width: 98% !important;
  }
  .width-sp-99 {
    width: 99% !important;
  }
  .width-sp-100 {
    width: 100% !important;
  }
}
.color-main {
  color: #5E0B20;
}
.color-red {
  color: #D80915;
}
.color-red2 {
  color: #FF3E3E;
}

.text-vertical-super {
  vertical-align: super;
  font-size: 0.6em;
  position: relative;
}
.text-vertical-sub {
  vertical-align: sub;
  font-size: 0.6em;
  bottom: 0.4em;
  position: relative;
}
.text-wrap {
  position: relative;
  padding-left: 2.5em;
}
.text-wrap span {
  position: absolute;
  left: 0;
}

.font-weight-400 {
  font-weight: 400 !important;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.font-weight-600 {
  font-weight: 600 !important;
}

.font-size-12 {
  font-size: 12px !important;
}
.font-size-13 {
  font-size: 13px !important;
}
.font-size-14 {
  font-size: 14px !important;
}
.font-size-15 {
  font-size: 15px !important;
}
.font-size-16 {
  font-size: 16px !important;
}
.font-size-17 {
  font-size: 17px !important;
}
.font-size-18 {
  font-size: 18px !important;
}
.font-size-20 {
  font-size: 20px !important;
}
.font-size-22 {
  font-size: 22px !important;
}

@media screen and (max-width: 768px) {
  .font-size-sp-12 {
    font-size: 12px !important;
  }
  .font-size-sp-13 {
    font-size: 13px !important;
  }
  .font-size-sp-14 {
    font-size: 14px !important;
  }
  .font-size-sp-15 {
    font-size: 15px !important;
  }
  .font-size-sp-16 {
    font-size: 16px !important;
  }
  .font-size-sp-17 {
    font-size: 17px !important;
  }
  .font-size-sp-18 {
    font-size: 18px !important;
  }
}
.link {
  cursor: pointer;
}
.link-text {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.link-text:hover {
  color: #5E0B20;
}
.link-btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid #5E0B20;
}
.link-btn:hover {
  background-color: #fff;
  color: #5E0B20;
}

.button {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  border-radius: 32px;
  background-color: #5E0B20;
  display: block;
  max-width: 336px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0;
  margin-top: 24px;
  position: relative;
  border: 1px solid #5E0B20;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.button:hover {
  border: 1px solid #5E0B20;
  color: #5E0B20;
  background-color: #fff;
}
.button-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
  border-top-right-radius: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-arrow:hover::after {
  border-top: 2.5px solid #5E0B20;
  border-right: 2.5px solid #5E0B20;
}