@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Noto+Sans+JP:wght@100..900&display=swap");
html, body {
  background-color: #1A1A1A;
  color: #fff;
  font-size: 1.1713030747vw;
  min-height: 100vh;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 640px) {
  html, body {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
    margin: 0 !important;
  }
}

body:after {
  content: "";
  position: absolute;
  transform: translate3d(0, 0, 0);
  z-index: -1;
}

a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
a:hover {
  opacity: 0.6;
}
a path {
  transition: opacity 0.2s ease, fill 0.2s ease;
}

p,
li,
dl,
table {
  line-height: 1.625;
}
@media screen and (max-width: 640px) {
  p,
  li,
  dl,
  table {
    line-height: 1.7142857143;
  }
}

h2, h3, h4 {
  line-height: 1.75;
}

p + p {
  padding-top: 2em;
}
@media screen and (max-width: 640px) {
  p + p {
    padding-top: 1.5em;
  }
}

li {
  list-style-type: none;
}

img,
svg {
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
  width: 100%;
}

:focus-visible {
  outline: 2px solid #ccc !important;
  opacity: 0.8;
}

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

/* override */
/* components */
.c-inner {
  margin: 0 auto;
  width: 81.9912152269vw;
}
@media screen and (max-width: 640px) {
  .c-inner {
    width: calc(100vw - 6.1538461538vw * 2);
  }
}

.c-ttl-1 {
  color: #fff;
  font-size: 3.3674963397vw;
  font-weight: 700;
  letter-spacing: 0.2196193265vw;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .c-ttl-1 {
    font-size: 9.2307692308vw;
    letter-spacing: 0.7692307692vw;
  }
}

.c-btn-1, .c-btn-3 {
  align-items: center;
  background: #1A1A1A;
  border: 0.1464128843vw solid #1A1A1A;
  border-radius: 0.7320644217vw;
  box-shadow: 0 0 0.7320644217vw #1A1A1A;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 5.5636896047vw;
  justify-content: center;
  transition: background-color 0.2s ease;
}
@media screen and (max-width: 640px) {
  .c-btn-1, .c-btn-3 {
    border-radius: 2.5641025641vw;
    height: 19.4871794872vw;
  }
}
.c-btn-1 span, .c-btn-3 span {
  font-weight: 600;
  margin-bottom: 0.2196193265vw;
  margin-top: -0.7320644217vw;
}
@media screen and (max-width: 640px) {
  .c-btn-1 span, .c-btn-3 span {
    font-size: 4.1025641026vw;
  }
}
.c-btn-1 strong, .c-btn-3 strong {
  font-size: 2.0497803807vw;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .c-btn-1 strong, .c-btn-3 strong {
    font-size: 7.1794871795vw;
  }
}
.c-btn-1 .c-icon-tel, .c-btn-3 .c-icon-tel,
.c-btn-1 .c-icon-web,
.c-btn-3 .c-icon-web {
  background-color: #fff;
}
.c-btn-1 .c-icon-tel, .c-btn-3 .c-icon-tel {
  margin-right: 0.7320644217vw;
  width: 1.5373352855vw;
}
@media screen and (max-width: 640px) {
  .c-btn-1 .c-icon-tel, .c-btn-3 .c-icon-tel {
    margin-right: 2.5641025641vw;
    width: 5.4461538462vw;
  }
}
.c-btn-1 .c-icon-web, .c-btn-3 .c-icon-web {
  margin-right: 0.7320644217vw;
  width: 2.1500732064vw;
}
@media screen and (max-width: 640px) {
  .c-btn-1 .c-icon-web, .c-btn-3 .c-icon-web {
    margin-right: 2.5641025641vw;
    width: 7.5307692308vw;
  }
}
.c-btn-1:hover, .c-btn-3:hover {
  background-color: #fff;
  color: #1A1A1A;
  opacity: 1;
}
.c-btn-1:hover .c-icon-tel, .c-btn-3:hover .c-icon-tel,
.c-btn-1:hover .c-icon-web,
.c-btn-3:hover .c-icon-web {
  background-color: #1A1A1A;
}
.c-btn-1.is-gold, .is-gold.c-btn-3 {
  background-color: #B8A271;
  border-color: #B8A271;
  color: #1A1A1A !important;
}
.c-btn-1.is-gold .c-icon-tel, .is-gold.c-btn-3 .c-icon-tel,
.c-btn-1.is-gold .c-icon-web,
.is-gold.c-btn-3 .c-icon-web {
  background-color: #1A1A1A;
}
.c-btn-1.is-gold:hover, .is-gold.c-btn-3:hover {
  background-color: #1A1A1A;
  border-color: #1A1A1A;
  color: #fff !important;
}
.c-btn-1.is-gold:hover .c-icon-tel, .is-gold.c-btn-3:hover .c-icon-tel,
.c-btn-1.is-gold:hover .c-icon-web,
.is-gold.c-btn-3:hover .c-icon-web {
  background-color: #fff !important;
}

.c-btn-2 {
  align-items: center;
  background: #fff;
  border: 0.1464128843vw solid #fff;
  border-radius: 0.7320644217vw;
  box-shadow: 0 0 0.7320644217vw rgba(0, 0, 0, 0.3);
  color: #1A1A1A;
  display: flex;
  font-size: 1.4641288433vw;
  font-weight: 700;
  height: 5.5636896047vw;
  justify-content: center;
  position: relative;
  transition: background-color 0.2s ease;
}
@media screen and (max-width: 640px) {
  .c-btn-2 {
    border-radius: 2.5641025641vw;
    font-size: 4.1025641026vw;
    height: 19.4871794872vw;
  }
}
.c-btn-2:after {
  aspect-ratio: 1/1;
  background-color: #1A1A1A;
  content: " ";
  display: inline-block;
  height: auto;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15.957" height="16.372" viewBox="0 0 15.957 16.372"><path d="M15.286,9.211l.811.811a.873.873,0,0,1,0,1.239L9,18.365a.873.873,0,0,1-1.239,0l-7.1-7.1a.873.873,0,0,1,0-1.239l.811-.811a.878.878,0,0,1,1.253.015l4.195,4.4V3.127a.875.875,0,0,1,.877-.877H8.961a.875.875,0,0,1,.877.877v10.5l4.195-4.4A.872.872,0,0,1,15.286,9.211Z" transform="translate(-0.397 -2.25)" fill="%23000"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15.957" height="16.372" viewBox="0 0 15.957 16.372"><path d="M15.286,9.211l.811.811a.873.873,0,0,1,0,1.239L9,18.365a.873.873,0,0,1-1.239,0l-7.1-7.1a.873.873,0,0,1,0-1.239l.811-.811a.878.878,0,0,1,1.253.015l4.195,4.4V3.127a.875.875,0,0,1,.877-.877H8.961a.875.875,0,0,1,.877.877v10.5l4.195-4.4A.872.872,0,0,1,15.286,9.211Z" transform="translate(-0.397 -2.25)" fill="%23000"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  right: 1.5373352855vw;
  width: 1.1713030747vw;
}
@media screen and (max-width: 640px) {
  .c-btn-2:after {
    right: 3.3333333333vw;
    width: 4.1025641026vw;
  }
}
.c-btn-2:hover {
  opacity: 1;
  background-color: #1A1A1A;
  color: #fff;
}
.c-btn-2:hover:after {
  background-color: #fff;
}

.c-btn-3 {
  border: unset;
  border-radius: 0.5856515373vw;
  height: 4.39238653vw;
}
@media screen and (max-width: 640px) {
  .c-btn-3 {
    border-radius: 2.0512820513vw;
    height: 15.3846153846vw;
  }
}
.c-btn-3 span {
  font-size: 1.1713030747vw;
  margin-bottom: 0;
  padding-top: 0.3660322108vw;
}
@media screen and (max-width: 640px) {
  .c-btn-3 span {
    font-size: 4.1025641026vw;
  }
}
.c-btn-3 strong {
  font-size: 1.4641288433vw;
  padding-top: 0.1464128843vw;
}
@media screen and (max-width: 640px) {
  .c-btn-3 strong {
    font-size: 5.1282051282vw;
  }
}
.c-btn-3 .c-icon-web {
  margin-right: 0.3660322108vw;
  width: 1.5973645681vw;
}
@media screen and (max-width: 640px) {
  .c-btn-3 .c-icon-web {
    margin-right: 1.2820512821vw;
    width: 5.5948717949vw;
  }
}
.c-btn-3 .c-icon-tel {
  margin-right: 0.3660322108vw;
  width: 1.1551976574vw;
}
@media screen and (max-width: 640px) {
  .c-btn-3 .c-icon-tel {
    margin-right: 1.2820512821vw;
    width: 4.0461538462vw;
  }
}
.c-btn-3:hover {
  background-color: #B8A271;
  color: #fff;
}
.c-btn-3:hover .c-icon-web,
.c-btn-3:hover .c-icon-tel {
  background-color: #fff;
}

.c-vio {
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.c-formen {
  aspect-ratio: 1/0.27;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="160.866" height="42.803" viewBox="0 0 160.866 42.803"><path d="M10895.625,15128.274a3.632,3.632,0,0,0-.228-.9,4.18,4.18,0,0,1-.224-1.3,3.748,3.748,0,0,1,.338-1.583,53.417,53.417,0,0,1,3.391-6.61q2.312-3.954,5.931-9.265a2.015,2.015,0,0,1-1.3-.733c-.527-.527-.79-.922-.79-1.187,0-.148.11-.225.338-.225l1.922-.171a6.539,6.539,0,0,1,.816-.057,5.443,5.443,0,0,0,.763-.057,52.138,52.138,0,0,1,4.124-5.138,36.507,36.507,0,0,1,4.013-3.785q4.573-3.56,9.037-3.562a7.958,7.958,0,0,1,3.39.793c.19.076.281.19.281.339,0,.413-.642.979-1.917,1.693a5.1,5.1,0,0,0-3.448-1.413q-2.26,0-5.706,2.6a37.513,37.513,0,0,0-7.624,8.418h2.088a39.128,39.128,0,0,1,5.988.338c.527.076.789.247.789.509a.373.373,0,0,1-.088.249,19.8,19.8,0,0,0,2.461-.477c.228-.148.464-.3.706-.452s.5-.3.764-.451a2.3,2.3,0,0,1,1.241-.4,1.933,1.933,0,0,1,.706.141,8.932,8.932,0,0,1,.82.368c.414.225.782.422,1.1.593s.573.292.763.368l5.988-.057c.642,0,.96.147.96.451s-.318.49-.96.565a15.656,15.656,0,0,1-2.146.168,4,4,0,0,1,.083.425,2.3,2.3,0,0,1,.03.312q0,1.8-2.148,4.632a20.827,20.827,0,0,1-3.953,4.01,27.193,27.193,0,0,1-8.926,4.859,6.494,6.494,0,0,1-1.921.339q-2.033,0-2.032-2.146,0-3.338,3.22-7.062.621-.791,1.5-1.895t2-2.4a4.515,4.515,0,0,0-1.018-.395c-.489-.152-.732-.414-.732-.79a.6.6,0,0,1,.168-.451c-1.024,0-2.077.021-3.164.056-1.2.038-2.449.092-3.729.168a3.189,3.189,0,0,0-2.653,1.583q-2.826,4.236-4.944,7.825t-3.588,6.58a9.527,9.527,0,0,0-.96,3.952,1.231,1.231,0,0,1-.365.847,1.016,1.016,0,0,1-.706.4C10895.773,15128.9,10895.625,15128.688,10895.625,15128.274Zm27.145-19.744a8.02,8.02,0,0,0-1.5.479,38.277,38.277,0,0,0-4.86,4.974,25.724,25.724,0,0,0-2.2,3.106,8.254,8.254,0,0,0-1.412,3.105v.114c0,.642.281.96.847.96a1.034,1.034,0,0,0,.254-.03c.1-.015.217-.045.368-.083a26.793,26.793,0,0,0,8.414-4.632,13.326,13.326,0,0,0,1.671-1.47c.543-.565,1.078-1.166,1.609-1.808q1.863-2.369,1.861-3.842a1.434,1.434,0,0,0-.4-1.071h-2.54A9.711,9.711,0,0,0,10922.77,15108.53Zm83.238,17.144a3.674,3.674,0,0,1-1.413-2.312q.057-3.788,4.917-11.922,1.978-3.39,4.488-6.948t5.566-7.457a1.823,1.823,0,0,0,.224-.9q0-1.355-1.128-1.355a9.547,9.547,0,0,0-3.926,1.074,34.443,34.443,0,0,0-5.225,3.163q-8.139,5.764-14.295,11.129a107.134,107.134,0,0,0-10.562,10.449,1.546,1.546,0,0,1-1.3.509q-1.355,0-1.355-.79l.114-.338q2.312-3.845,4.628-8.251t4.633-9.321a9.574,9.574,0,0,0,1.245-3.839c0-.679-.323-.979-.961-.9q-3.731.564-9.378,4.86a96.975,96.975,0,0,1-6.383,10,84.7,84.7,0,0,1-7.176,8.585q-2.426,2.544-4.4,2.543-1.583,0-1.584-1.412a2.375,2.375,0,0,1,.339-1.241,46.522,46.522,0,0,1,2.574-3.956q1.491-2.09,3.47-4.348a44.345,44.345,0,0,1,6.1-5.991l3.729-3.049q.792-1.3,1.443-2.628c.433-.885.835-1.8,1.215-2.741l1.579-3.614a11.361,11.361,0,0,0,1.074-4.181q0-2.313-2.938-2.316-2.54,0-7.457,2.149c-1.241.562-2.418,1.158-3.531,1.776s-2.156,1.253-3.132,1.895a29.381,29.381,0,0,0-2.544,2q-1.469,1.27-3.277,3.079-4.351,4.238-4.347,5.65,0,1.635,3.33,1.466h.284c.338,0,.5.113.5.341,0,.414-.429.619-1.3.619a6.9,6.9,0,0,1-3.642-.873,2.576,2.576,0,0,1-1.442-2.232,2.278,2.278,0,0,1,.17-.9q.621-1.583,4.405-5.2,1.811-1.635,3.363-2.908a33.4,33.4,0,0,1,2.852-2.119q9.038-5.814,15.139-5.816a6.213,6.213,0,0,1,3.842,1.07,4.335,4.335,0,0,1,1.412,3.672,18.148,18.148,0,0,1-1.974,7.514l-.4.79a34.614,34.614,0,0,1,4.944-2.936,9.231,9.231,0,0,1,3.812-1.017q2.546,0,2.544,2.768a13.253,13.253,0,0,1-1.018,4.408q-.621,1.635-1.891,4.32t-3.25,6.467q5.421-4.973,10.479-9.124t9.97-7.6q5.48-3.952,9.379-3.953a3.076,3.076,0,0,1,2.4,1.242,4.119,4.119,0,0,1,1.044,2.711,3.091,3.091,0,0,1-.5,1.7l-8.308,11.353a46.553,46.553,0,0,0-3.922,6.975,30.6,30.6,0,0,0-2.119,6.527.917.917,0,0,1-.03.228.9.9,0,0,0-.026.224c0,.642.3.961.9.961q1.414,0,4.348-2.031a25.825,25.825,0,0,0,3.956-3.224,1.27,1.27,0,0,1,.449-.317.144.144,0,0,1,0-.021,5.618,5.618,0,0,1,.285-1.412q1.635-4.687,8.585-10.958l2.824-1.018a16.063,16.063,0,0,1,2.938-.847q2.09.335,2.089,1.75,0,2.711-4.348,5.365a13.639,13.639,0,0,1-6.834,2.373c-.19,0-.38-.008-.566-.026s-.375-.046-.565-.084c-.376.528-.718,1.014-1.018,1.466a9.243,9.243,0,0,0-.732,1.3,4.816,4.816,0,0,0-.456,1.808c0,1.242.513,1.864,1.526,1.864a15.425,15.425,0,0,0,4.917-1.355,17.654,17.654,0,0,0,4.462-2.206,1.583,1.583,0,0,1,.793-.28c.224,0,.338.095.338.28a1.342,1.342,0,0,1-.565.736q-.848.621-1.948,1.272c-.736.433-1.553.893-2.456,1.382a13.779,13.779,0,0,1-4.974,1.641,5.1,5.1,0,0,1-3.022-.9,3.183,3.183,0,0,1-1.026-1.122,2.15,2.15,0,0,1-.413.557q-5.307,5.644-7.795,5.646A4.227,4.227,0,0,1,11006.008,15125.674Zm-31.609-16.468q-1.777,1.613-4.207,4.04-1.469,1.755-2.711,3.447a31.1,31.1,0,0,0-2.2,3.444,1.41,1.41,0,0,0-.171.623c0,.3.134.451.4.451.376,0,.847-.3,1.412-.9a66.788,66.788,0,0,0,5.536-6.413,77.756,77.756,0,0,0,4.859-7.2Q10976.178,15107.6,10974.4,15109.206Zm48.046,4.04a2.141,2.141,0,0,0,1.583.566,6.415,6.415,0,0,0,4.291-2.2q2.146-2.146,2.148-3.561a.737.737,0,0,0-.732-.847,1.747,1.747,0,0,0-.288-.023Q11027.022,15107.179,11022.444,15113.246Zm8.7,9.379c-.451,0-.676-.171-.676-.509a2.732,2.732,0,0,1,.676-1.413q.45-.507,5.255-7.966a.278.278,0,0,0,0-.338.323.323,0,0,1-.113-.342l2.034-2.088a2.862,2.862,0,0,1,2.541-1.074c.3,0,.451.075.451.228l-.167.281c-.489.531-1.01,1.112-1.557,1.754s-1.12,1.355-1.72,2.146q-2.432,3.108-2.43,4.18a.313.313,0,0,0,.057.225l10.958-7.963a4.79,4.79,0,0,1,2.938-1.017c.6,0,.9.224.9.676a4.337,4.337,0,0,1-1.185,2.205,6.9,6.9,0,0,0-1.188,2.6,11.045,11.045,0,0,0-.565,3.391c0,1.394.452,1.975,1.359,1.75a24.573,24.573,0,0,0,2.737-.9,10.623,10.623,0,0,0,2.289-1.242,1.807,1.807,0,0,1,1.015-.341c.189,0,.284.075.284.228a2.163,2.163,0,0,1-.509.79,10.164,10.164,0,0,1-3.729,2.092,14.84,14.84,0,0,1-4.351,1.128c-1.466,0-2.2-.771-2.2-2.316q0-1.862,1.922-5.931a1.611,1.611,0,0,0,.224-.794.347.347,0,0,0-.395-.391,2.244,2.244,0,0,0-1.3.562q-2.26,1.583-4.04,3t-3.021,2.6l-4.01,3.9a4.491,4.491,0,0,1-1.864.847,1.054,1.054,0,0,1-.338.058Zm-102.188-.566.114-.395a4.082,4.082,0,0,1,.312-.509c.129-.19.273-.376.421-.565l.9-1.355c.113-.148.266-.346.451-.593a9.323,9.323,0,0,0,.623-.934l1.75-2.825a20.224,20.224,0,0,0,2.035-3.725q.057-.341.114-.82c.034-.319.072-.687.11-1.1a5.991,5.991,0,0,1,2.034-1.131,7.005,7.005,0,0,1,2.544-.9c.187,0,.281.057.281.17a.981.981,0,0,1-.171.4c-.642.865-1.306,1.834-2,2.908s-1.42,2.232-2.175,3.475l3.729-3.11q.677-.558,1.1-.873a4.926,4.926,0,0,0,.531-.425q4.187-2.883,7.347-2.878c.263,0,.4.262.4.789a4.708,4.708,0,0,1-.368,1.724c-.243.619-.517.931-.816.931a.314.314,0,0,1-.229-.114v-.109a.768.768,0,0,1,.031-.229,1.818,1.818,0,0,0,.026-.338v-.171c0-.262-.076-.395-.228-.395q-4.8,0-11.523,6.216a16.41,16.41,0,0,0-1.466,1.75q-.85,1.134-1.922,2.711l-.565,1.241-1.526.851a4.2,4.2,0,0,1-1.526.619C10929.068,15122.34,10928.954,15122.249,10928.954,15122.059Z" transform="translate(-10894.674 -15086.594)" fill="%23fff" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/></svg>') no-repeat 0 0/contain;
  height: auto;
  display: block;
  overflow: hidden;
  transform: rotate(-10deg);
  text-indent: -9999px;
  width: 11.7862371889vw;
}
@media screen and (max-width: 640px) {
  .c-formen {
    width: 31.2820512821vw;
  }
}

.c-en {
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.c-icon-tel {
  aspect-ratio: 1/1;
  background-color: #1A1A1A;
  content: " ";
  display: inline-block;
  height: auto;
  position: relative;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22.067" height="22.067" viewBox="0 0 22.067 22.067"><path d="M7.107,1.06a1.719,1.719,0,0,0-2.043-1L1.271,1.094A1.729,1.729,0,0,0,0,2.758,19.309,19.309,0,0,0,19.308,22.066a1.729,1.729,0,0,0,1.664-1.271L22.006,17a1.719,1.719,0,0,0-1-2.043l-4.137-1.724a1.718,1.718,0,0,0-2,.5L13.132,15.86A14.566,14.566,0,0,1,6.206,8.934L8.331,7.2a1.72,1.72,0,0,0,.5-2L7.107,1.064Z" transform="translate(0 0.002)" fill="%23000"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22.067" height="22.067" viewBox="0 0 22.067 22.067"><path d="M7.107,1.06a1.719,1.719,0,0,0-2.043-1L1.271,1.094A1.729,1.729,0,0,0,0,2.758,19.309,19.309,0,0,0,19.308,22.066a1.729,1.729,0,0,0,1.664-1.271L22.006,17a1.719,1.719,0,0,0-1-2.043l-4.137-1.724a1.718,1.718,0,0,0-2,.5L13.132,15.86A14.566,14.566,0,0,1,6.206,8.934L8.331,7.2a1.72,1.72,0,0,0,.5-2L7.107,1.064Z" transform="translate(0 0.002)" fill="%23000"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 1.6105417277vw;
}
.c-icon-web {
  aspect-ratio: 1/0.7232603093;
  background-color: #1A1A1A;
  content: " ";
  display: inline-block;
  height: auto;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32.045" height="23.45" viewBox="0 0 32.045 23.45"><path d="M10282.574,16306.4h-5.438c-.2,0-.29-.63.078-.77a2.074,2.074,0,0,0,1.158-.867,5.143,5.143,0,0,0,.486-2.562h-3.609v3.023a1.174,1.174,0,0,1-1.179,1.171h-7.894a1.174,1.174,0,0,1-1.175-1.171v-14.061a1.178,1.178,0,0,1,1.175-1.175h7.894a1.178,1.178,0,0,1,1.179,1.175v9h18.76v-14.181h-22.864v4.007h-2.038v-5.443a.591.591,0,0,1,.59-.6h25.761a.591.591,0,0,1,.59.6v17.058a.592.592,0,0,1-.59.6h-9.162a5.143,5.143,0,0,0,.486,2.562,2.071,2.071,0,0,0,1.158.867c.364.14.274.77.078.77Zm-16.046-1.526h7.19v-13.357h-1.54a.956.956,0,0,1-.887.986h-2.337a.959.959,0,0,1-.887-.986h-1.54Z" transform="translate(-10264.502 -16283.451)" fill="%23000" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32.045" height="23.45" viewBox="0 0 32.045 23.45"><path d="M10282.574,16306.4h-5.438c-.2,0-.29-.63.078-.77a2.074,2.074,0,0,0,1.158-.867,5.143,5.143,0,0,0,.486-2.562h-3.609v3.023a1.174,1.174,0,0,1-1.179,1.171h-7.894a1.174,1.174,0,0,1-1.175-1.171v-14.061a1.178,1.178,0,0,1,1.175-1.175h7.894a1.178,1.178,0,0,1,1.179,1.175v9h18.76v-14.181h-22.864v4.007h-2.038v-5.443a.591.591,0,0,1,.59-.6h25.761a.591.591,0,0,1,.59.6v17.058a.592.592,0,0,1-.59.6h-9.162a5.143,5.143,0,0,0,.486,2.562,2.071,2.071,0,0,0,1.158.867c.364.14.274.77.078.77Zm-16.046-1.526h7.19v-13.357h-1.54a.956.956,0,0,1-.887.986h-2.337a.959.959,0,0,1-.887-.986h-1.54Z" transform="translate(-10264.502 -16283.451)" fill="%23000" stroke="rgba(0,0,0,0)" stroke-miterlimit="10" stroke-width="1"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 2.3426061493vw;
}
.c-icon-wcircle {
  aspect-ratio: 1/1;
  background-color: #BE2424;
  display: inline-block;
  height: auto;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="46" height="46" viewBox="0 0 46 46"><path d="M11315,16261a23,23,0,1,1,23,23A23,23,0,0,1,11315,16261Zm10.273-12.73A18,18,0,1,0,11338,16243,17.887,17.887,0,0,0,11325.273,16248.271ZM11324,16261a14,14,0,1,1,14,14A14,14,0,0,1,11324,16261Zm5,0a9,9,0,1,0,9-9A9.01,9.01,0,0,0,11329,16261Z" transform="translate(-11315 -16238.001)" fill="%23000"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="46" height="46" viewBox="0 0 46 46"><path d="M11315,16261a23,23,0,1,1,23,23A23,23,0,0,1,11315,16261Zm10.273-12.73A18,18,0,1,0,11338,16243,17.887,17.887,0,0,0,11325.273,16248.271ZM11324,16261a14,14,0,1,1,14,14A14,14,0,0,1,11324,16261Zm5,0a9,9,0,1,0,9-9A9.01,9.01,0,0,0,11329,16261Z" transform="translate(-11315 -16238.001)" fill="%23000"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 3.3674963397vw;
}
@media screen and (max-width: 640px) {
  .c-icon-wcircle {
    width: 7.4813186815vw;
  }
}
.c-icon-triangle {
  aspect-ratio: 1/0.880952381;
  background-color: #EBA31A;
  display: inline-block;
  height: auto;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="42" height="37" viewBox="0 0 42 37"><path d="M21,10.13,8.587,32H33.413L21,10.13M21,0,42,37H0Z" fill="%23000"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="42" height="37" viewBox="0 0 42 37"><path d="M21,10.13,8.587,32H33.413L21,10.13M21,0,42,37H0Z" fill="%23000"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 3.074670571vw;
}
@media screen and (max-width: 640px) {
  .c-icon-triangle {
    width: 6.8307692309vw;
  }
}
.c-icon-circle {
  aspect-ratio: 1/1;
  background-color: #BE2424;
  display: inline-block;
  height: auto;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="46" height="46" viewBox="0 0 46 46"><path d="M23,5A18,18,0,0,0,10.272,35.728,18,18,0,1,0,35.728,10.272,17.882,17.882,0,0,0,23,5m0-5A23,23,0,1,1,0,23,23,23,0,0,1,23,0Z" fill="%23000"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="46" height="46" viewBox="0 0 46 46"><path d="M23,5A18,18,0,0,0,10.272,35.728,18,18,0,1,0,35.728,10.272,17.882,17.882,0,0,0,23,5m0-5A23,23,0,1,1,0,23,23,23,0,0,1,23,0Z" fill="%23000"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 3.3674963397vw;
}
@media screen and (max-width: 640px) {
  .c-icon-circle {
    width: 7.4813186815vw;
  }
}
.c-icon-cross {
  aspect-ratio: 1/1.0191046479;
  background-color: #075DB2;
  display: inline-block;
  height: auto;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="35.072" height="35.74" viewBox="0 0 35.072 35.74"><path d="M11330.319,16374.358l-13.247-13.542-13.247,13.542a2.5,2.5,0,1,1-3.575-3.5l13.324-13.621-13.324-13.621a2.5,2.5,0,1,1,3.575-3.5l13.247,13.542,13.247-13.542a2.5,2.5,0,1,1,3.575,3.5l-13.324,13.621,13.324,13.621a2.5,2.5,0,1,1-3.575,3.5Z" transform="translate(-11299.536 -16339.371)" fill="%23000"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="35.072" height="35.74" viewBox="0 0 35.072 35.74"><path d="M11330.319,16374.358l-13.247-13.542-13.247,13.542a2.5,2.5,0,1,1-3.575-3.5l13.324-13.621-13.324-13.621a2.5,2.5,0,1,1,3.575-3.5l13.247,13.542,13.247-13.542a2.5,2.5,0,1,1,3.575,3.5l-13.324,13.621,13.324,13.621a2.5,2.5,0,1,1-3.575,3.5Z" transform="translate(-11299.536 -16339.371)" fill="%23000"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 2.5673499268vw;
}
@media screen and (max-width: 640px) {
  .c-icon-cross {
    width: 5.7036923078vw;
  }
}

.c-tax {
  aspect-ratio: 1/0.3634683683;
  background: url(../img/tax.webp) no-repeat 0 0/contain;
  height: auto;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  width: 2.5351390922vw;
}
@media screen and (max-width: 640px) {
  .c-tax {
    width: 6.1538461538vw;
  }
}

.c-price-m, .c-price-s, .c-price-ss {
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 6.149341142vw;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 640px) {
  .c-price-m, .c-price-s, .c-price-ss {
    font-size: 15.641025641vw;
  }
}
.c-price-m:first-letter, .c-price-s:first-letter, .c-price-ss:first-letter {
  font-size: 4.1727672035vw;
  padding-right: 0.7320644217vw;
}
@media screen and (max-width: 640px) {
  .c-price-m:first-letter, .c-price-s:first-letter, .c-price-ss:first-letter {
    font-size: 10.5128205128vw;
    padding-right: 1.2820512821vw;
  }
}
.c-price-m .c-tax, .c-price-s .c-tax, .c-price-ss .c-tax {
  height: auto;
  left: -0.2196193265vw;
  position: absolute;
  top: 0.7320644217vw;
  width: 2.1127379209vw;
}
@media screen and (max-width: 640px) {
  .c-price-m .c-tax, .c-price-s .c-tax, .c-price-ss .c-tax {
    left: -0.7692307692vw;
    top: 2.0512820513vw;
    width: 6.1538461538vw;
  }
}
.c-price-m .c-price-num, .c-price-s .c-price-num, .c-price-ss .c-price-num {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 1.4641288433vw;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .c-price-m .c-price-num, .c-price-s .c-price-num, .c-price-ss .c-price-num {
    bottom: -4.6153846154vw;
    font-size: 4.1025641026vw;
    position: absolute;
    right: 0;
  }
}
.c-price-s, .c-price-ss {
  font-size: 5.4172767204vw;
}
@media screen and (max-width: 640px) {
  .c-price-s, .c-price-ss {
    font-size: 15.641025641vw;
  }
}
.c-price-s:first-letter, .c-price-ss:first-letter {
  font-size: 3.6603221083vw;
}
@media screen and (max-width: 640px) {
  .c-price-s:first-letter, .c-price-ss:first-letter {
    font-size: 10.5128205128vw;
  }
}
@media screen and (max-width: 640px) {
  .c-price-s .c-tax, .c-price-ss .c-tax {
    width: 5.9205128205vw;
  }
}
.c-price-s .c-price-num, .c-price-ss .c-price-num {
  font-size: 1.317715959vw;
  padding-left: 0.1464128843vw;
}
@media screen and (max-width: 640px) {
  .c-price-s .c-price-num, .c-price-ss .c-price-num {
    font-size: 4.1025641026vw;
  }
}
.c-price-ss {
  font-size: 3.7335285505vw;
}
@media screen and (max-width: 640px) {
  .c-price-ss {
    display: inline-block;
    font-size: 9.2307692308vw;
    line-height: 1.5;
  }
}
.c-price-ss::first-letter {
  font-size: 2.5622254758vw;
}
@media screen and (max-width: 640px) {
  .c-price-ss::first-letter {
    font-size: 7.4358974359vw;
    padding-right: 1.2820512821vw;
    position: relative;
    vertical-align: bottom;
  }
}
.c-price-ss .c-tax {
  left: -0.3660322108vw;
  top: 0.3660322108vw;
  width: 2.1127379209vw;
}
@media screen and (max-width: 640px) {
  .c-price-ss .c-tax {
    left: -1.2820512821vw;
    top: 2.3076923077vw;
    width: 5.9205128205vw;
  }
}
.c-price-ss .c-price-num {
  font-size: 1.0248901903vw;
  left: 0.1464128843vw;
  position: relative;
  top: -0.1464128843vw;
}
@media screen and (max-width: 640px) {
  .c-price-ss .c-price-num {
    bottom: -1.4641288433vw;
    font-size: 2.8205128205vw;
    line-height: 1;
    position: absolute;
    left: unset;
    right: 0;
    top: unset;
  }
}
.c-price-circle-m, .c-price-circle-s {
  aspect-ratio: 1/1;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  font-style: normal;
  font-size: 1.4641288433vw;
  font-weight: 700;
  display: flex;
  height: auto;
  justify-content: center;
  line-height: 1.2;
  overflow: hidden;
  position: relative;
  width: 6.0761346999vw;
}
@media screen and (max-width: 640px) {
  .c-price-circle-m, .c-price-circle-s {
    font-size: 3.8461538462vw;
    line-height: 1.1333333333;
    width: 15.641025641vw;
  }
}
.c-price-circle-s {
  font-size: 1.2445095168vw;
  width: 5.4172767204vw;
}
@media screen and (max-width: 640px) {
  .c-price-circle-s {
    font-size: 3.8461538462vw;
    line-height: 1.1333333333;
    width: 15.641025641vw;
  }
}

.u-overflow-hidden {
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .s\:u-overflow-hidden {
    overflow: hidden;
  }
}
.u-absolute {
  position: absolute;
}

.u-static {
  position: static;
}

.u-relative {
  position: relative;
}

.u-fixed {
  position: fixed;
}

@media screen and (max-width: 640px) {
  .s\:u-absolute {
    position: absolute;
  }
  .s\:u-static {
    position: static;
  }
  .s\:u-relative {
    position: relative;
  }
}
.u-bg-black {
  background-color: #1A1A1A !important;
}
.u-bg-white {
  background-color: #fff !important;
}
.u-bg-grn {
  background-color: #00C9B8 !important;
}
.u-bg-yellow {
  background-color: #FEDD42 !important;
}
.u-bg-light-gray {
  background-color: #F3F2F3 !important;
}
.u-bg-light-blue {
  background-color: #EBEDF5 !important;
}
.u-bg-red {
  background-color: #E23223 !important;
}

@media screen and (max-width: 640px) {
  .s\:u-bg-white {
    background: #fff;
  }
  .s\:u-bg-light-gray {
    background: #F3F2F3;
  }
}
.u-border-box {
  border: 1px solid #1A1A1A;
}
.u-border-green {
  border-color: #00C9B8;
}
.u-border-0 {
  border: none !important;
}

@media screen and (max-width: 640px) {
  .s\:u-border-0 {
    border: none;
  }
}
.u-cursor-default {
  cursor: default;
}
.u-cursor-pointer {
  cursor: pointer;
}

.u-noevent {
  pointer-events: none;
}

.u-flex {
  display: flex;
}
.u-flex-space-between {
  justify-content: space-between;
}
.u-flex-reverse {
  flex-direction: row-reverse;
}
.u-flex-column-reverse {
  flex-direction: column-reverse;
}
.u-flex-center {
  justify-content: center;
}
.u-flex-middle {
  align-items: center;
}
.u-flex-right {
  justify-content: end;
}
.u-flex-left {
  justify-content: start;
}
.u-flex-start {
  align-items: start;
}
.u-flex-end {
  align-items: end;
}
.u-flex-wrap {
  flex-wrap: wrap;
}
.u-flex-unset {
  flex: unset !important;
}
.u-flex-1 {
  flex: 1 !important;
}
.u-flex-column {
  display: flex;
  flex-direction: column;
}
.u-flex-order-1 {
  order: 1;
}
.u-flex-order-2 {
  order: 2;
}
.u-flex-order-3 {
  order: 3;
}

@media screen and (max-width: 640px) {
  .s\:u-flex {
    display: flex;
  }
  .s\:u-flex-column {
    display: flex;
    flex-direction: column;
  }
  .s\:u-flex-column-reverse {
    flex-direction: column-reverse;
  }
  .s\:u-flex-space-between {
    justify-content: space-between;
  }
  .s\:u-flex-reverse {
    flex-direction: row-reverse;
  }
  .s\:u-flex-center {
    justify-content: center;
  }
  .s\:u-flex-left {
    justify-content: start;
  }
  .s\:u-flex-middle {
    align-items: center;
  }
  .s\:u-flex-end {
    align-items: flex-end;
  }
  .s\:u-flex-wrap {
    flex-wrap: wrap;
  }
  .s\:u-flex-nowrap {
    flex-wrap: nowrap;
  }
  .s\:u-flex-order-1 {
    order: 1;
  }
  .s\:u-flex-order-2 {
    order: 2;
  }
  .s\:u-flex-order-3 {
    order: 3;
  }
}
.u-gap-0 {
  gap: 0vw !important;
}

.u-gap-5 {
  gap: 0.3660322108vw !important;
}

.u-gap-10 {
  gap: 0.7320644217vw !important;
}

.u-gap-15 {
  gap: 1.0980966325vw !important;
}

.u-gap-20 {
  gap: 1.4641288433vw !important;
}

.u-gap-25 {
  gap: 1.8301610542vw !important;
}

.u-gap-30 {
  gap: 2.196193265vw !important;
}

.u-gap-35 {
  gap: 2.5622254758vw !important;
}

.u-gap-40 {
  gap: 2.9282576867vw !important;
}

.u-gap-45 {
  gap: 3.2942898975vw !important;
}

.u-gap-50 {
  gap: 3.6603221083vw !important;
}

.u-gap-55 {
  gap: 4.0263543192vw !important;
}

.u-gap-60 {
  gap: 4.39238653vw !important;
}

.u-gap-65 {
  gap: 4.7584187408vw !important;
}

.u-gap-70 {
  gap: 5.1244509517vw !important;
}

.u-gap-75 {
  gap: 5.4904831625vw !important;
}

.u-gap-80 {
  gap: 5.8565153734vw !important;
}

@media screen and (max-width: 640px) {
  .s\:u-gap-0 {
    gap: 0vw !important;
  }
  .s\:u-gap-5 {
    gap: 1.2820512821vw !important;
  }
  .s\:u-gap-10 {
    gap: 2.5641025641vw !important;
  }
  .s\:u-gap-15 {
    gap: 3.8461538462vw !important;
  }
  .s\:u-gap-20 {
    gap: 5.1282051282vw !important;
  }
  .s\:u-gap-25 {
    gap: 6.4102564103vw !important;
  }
  .s\:u-gap-30 {
    gap: 7.6923076923vw !important;
  }
  .s\:u-gap-35 {
    gap: 8.9743589744vw !important;
  }
  .s\:u-gap-40 {
    gap: 10.2564102564vw !important;
  }
  .s\:u-gap-45 {
    gap: 11.5384615385vw !important;
  }
  .s\:u-gap-50 {
    gap: 12.8205128205vw !important;
  }
}
.u-grid {
  display: grid;
}

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

@media screen and (max-width: 640px) {
  .s\:u-align-center {
    text-align: center;
  }
  .s\:u-align-right {
    text-align: right;
  }
  .s\:u-align-left {
    text-align: left;
  }
}
.u-lh-12 {
  line-height: 1.2;
}
.u-lh-14 {
  line-height: 1.4;
}
.u-lh-17 {
  line-height: 1.7;
}
.u-lh-20 {
  line-height: 2;
}
.u-lh-25 {
  line-height: 2.5;
}

@media screen and (max-width: 640px) {
  .s\:u-lh-10 {
    line-height: 1;
  }
  .s\:u-lh-13 {
    line-height: 1.3;
  }
  .s\:u-lh-14 {
    line-height: 1.4;
  }
  .s\:u-lh-17 {
    line-height: 1.7;
  }
  .s\:u-lh-18 {
    line-height: 1.8;
  }
  .s\:u-lh-20 {
    line-height: 2;
  }
  .s\:u-lh-22 {
    line-height: 2.2;
  }
}
.u-ls-10 {
  letter-spacing: 1px;
}
.u-ls-15 {
  letter-spacing: 1.5px;
}
.u-ls-20 {
  letter-spacing: 2px;
}
.u-ls-25 {
  letter-spacing: 2.5px;
}

@media screen and (max-width: 640px) {
  .s\:u-ls-0 {
    letter-spacing: 0;
  }
  .s\:u-ls-10 {
    letter-spacing: 0.2564102564vw;
  }
  .s\:u-ls-15 {
    letter-spacing: 0.3846153846vw;
  }
  .s\:u-ls-18 {
    letter-spacing: 0.4615384615vw;
  }
  .s\:u-ls-20 {
    letter-spacing: 0.5128205128vw;
  }
  .s\:u-ls-25 {
    letter-spacing: 0.641025641vw;
  }
}
.u-font-0 {
  font-size: 0;
}
.u-font-14 {
  font-size: 1.0248901903vw;
}
.u-font-16 {
  font-size: 1.1713030747vw;
}
.u-font-20 {
  font-size: 1.4641288433vw;
}
.u-font-21 {
  font-size: 1.5373352855vw;
}
.u-font-22 {
  font-size: 1.6105417277vw;
}
.u-font-24 {
  font-size: 1.756954612vw;
}
.u-font-25 {
  font-size: 1.8301610542vw;
}
.u-font-28 {
  font-size: 2.0497803807vw;
}
.u-font-30 {
  font-size: 2.196193265vw;
}
.u-font-34 {
  font-size: 2.4890190337vw;
}
.u-font-35 {
  font-size: 2.5622254758vw;
}
.u-font-36 {
  font-size: 2.635431918vw;
}
.u-font-40 {
  font-size: 2.9282576867vw;
}
.u-font-47 {
  font-size: 3.4407027818vw;
}
.u-font-50 {
  font-size: 3.6603221083vw;
}
.u-font-69 {
  font-size: 5.0512445095vw;
}
.u-font-192 {
  font-size: 14.055636896vw;
}
.u-font-black {
  color: #1A1A1A;
}
.u-font-gold {
  color: #B8A271;
}
.u-font-light-gray {
  color: #F3F2F3;
}
.u-font-red {
  color: #E23223;
}
.u-font-blue {
  color: #5081E8;
}
.u-font-white {
  color: #fff !important;
}
.u-font-green {
  color: #00C9B8 !important;
}
.u-font-yellow {
  color: #FEDD42 !important;
}
.u-font-normal {
  font-weight: 400 !important;
}
.u-font-medium {
  font-weight: 500 !important;
}
.u-font-semibold {
  font-weight: 600 !important;
}
.u-font-bold {
  font-weight: 700 !important;
}
.u-font-super-bold {
  font-weight: 900 !important;
}
.u-font-underline {
  text-decoration: underline;
}
.u-font-family-1 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif !important;
}
.u-font-family-2 {
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif !important;
}
.u-font-family-3 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif !important;
}

@media screen and (max-width: 640px) {
  .s\:u-font-12 {
    font-size: 3.0769230769vw;
  }
  .s\:u-font-14 {
    font-size: 3.5897435897vw;
  }
  .s\:u-font-16 {
    font-size: 4.1025641026vw;
  }
  .s\:u-font-20 {
    font-size: 5.1282051282vw;
  }
  .s\:u-font-26 {
    font-size: 6.6666666667vw;
  }
  .s\:u-font-30 {
    font-size: 7.6923076923vw;
  }
  .s\:u-font-36 {
    font-size: 9.2307692308vw;
  }
  .s\:u-font-40 {
    font-size: 10.2564102564vw;
  }
  .s\:u-font-42 {
    font-size: 10.7692307692vw;
  }
  .s\:u-font-50 {
    font-size: 12.8205128205vw;
  }
  .s\:u-font-120 {
    font-size: 30.7692307692vw;
  }
}
@media screen and (max-width: 640px) {
  .u-only-pc {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  .u-only-sp {
    display: none !important;
  }
}

.u-hidden {
  display: none;
}

@media screen and (max-width: 640px) {
  .s\:u-hidden {
    display: none;
  }
}

.u-left-half {
  left: 50%;
}

.u-bottom-0 {
  bottom: 0vw !important;
}

.u-bottom-5 {
  bottom: 0.3660322108vw !important;
}

.u-bottom-10 {
  bottom: 0.7320644217vw !important;
}

.u-bottom-15 {
  bottom: 1.0980966325vw !important;
}

.u-bottom-20 {
  bottom: 1.4641288433vw !important;
}

.u-bottom-25 {
  bottom: 1.8301610542vw !important;
}

.u-bottom-30 {
  bottom: 2.196193265vw !important;
}

.u-bottom-35 {
  bottom: 2.5622254758vw !important;
}

.u-bottom-40 {
  bottom: 2.9282576867vw !important;
}

.u-bottom-45 {
  bottom: 3.2942898975vw !important;
}

.u-bottom-50 {
  bottom: 3.6603221083vw !important;
}

.u-bottom-55 {
  bottom: 4.0263543192vw !important;
}

.u-bottom-60 {
  bottom: 4.39238653vw !important;
}

.u-bottom-65 {
  bottom: 4.7584187408vw !important;
}

.u-bottom-70 {
  bottom: 5.1244509517vw !important;
}

.u-bottom-75 {
  bottom: 5.4904831625vw !important;
}

.u-bottom-80 {
  bottom: 5.8565153734vw !important;
}

.u-bottom-85 {
  bottom: 6.2225475842vw !important;
}

.u-bottom-90 {
  bottom: 6.588579795vw !important;
}

.u-bottom-95 {
  bottom: 6.9546120059vw !important;
}

.u-bottom-100 {
  bottom: 7.3206442167vw !important;
}

.u-bottom-105 {
  bottom: 7.6866764275vw !important;
}

.u-bottom-110 {
  bottom: 8.0527086384vw !important;
}

.u-bottom-115 {
  bottom: 8.4187408492vw !important;
}

.u-bottom-120 {
  bottom: 8.78477306vw !important;
}

.u-bottom-125 {
  bottom: 9.1508052709vw !important;
}

.u-bottom-130 {
  bottom: 9.5168374817vw !important;
}

.u-bottom-135 {
  bottom: 9.8828696925vw !important;
}

.u-bottom-140 {
  bottom: 10.2489019034vw !important;
}

.u-bottom-145 {
  bottom: 10.6149341142vw !important;
}

.u-bottom-150 {
  bottom: 10.980966325vw !important;
}

.u-bottom-155 {
  bottom: 11.3469985359vw !important;
}

.u-bottom-160 {
  bottom: 11.7130307467vw !important;
}

.u-bottom-165 {
  bottom: 12.0790629575vw !important;
}

.u-bottom-170 {
  bottom: 12.4450951684vw !important;
}

.u-bottom-175 {
  bottom: 12.8111273792vw !important;
}

.u-bottom-180 {
  bottom: 13.17715959vw !important;
}

.u-bottom-185 {
  bottom: 13.5431918009vw !important;
}

.u-bottom-190 {
  bottom: 13.9092240117vw !important;
}

.u-bottom-195 {
  bottom: 14.2752562225vw !important;
}

.u-bottom-200 {
  bottom: 14.6412884334vw !important;
}

.u-bottom-205 {
  bottom: 15.0073206442vw !important;
}

.u-bottom-210 {
  bottom: 15.3733528551vw !important;
}

.u-bottom-215 {
  bottom: 15.7393850659vw !important;
}

.u-bottom-220 {
  bottom: 16.1054172767vw !important;
}

.u-bottom-225 {
  bottom: 16.4714494876vw !important;
}

.u-bottom-230 {
  bottom: 16.8374816984vw !important;
}

.u-bottom-235 {
  bottom: 17.2035139092vw !important;
}

.u-bottom-240 {
  bottom: 17.5695461201vw !important;
}

.u-bottom-245 {
  bottom: 17.9355783309vw !important;
}

.u-bottom-250 {
  bottom: 18.3016105417vw !important;
}

.u-top-0 {
  top: 0vw !important;
}

.u-top-5 {
  top: 0.3660322108vw !important;
}

.u-top-10 {
  top: 0.7320644217vw !important;
}

.u-top-15 {
  top: 1.0980966325vw !important;
}

.u-top-20 {
  top: 1.4641288433vw !important;
}

.u-top-25 {
  top: 1.8301610542vw !important;
}

.u-top-30 {
  top: 2.196193265vw !important;
}

.u-top-35 {
  top: 2.5622254758vw !important;
}

.u-top-40 {
  top: 2.9282576867vw !important;
}

.u-top-45 {
  top: 3.2942898975vw !important;
}

.u-top-50 {
  top: 3.6603221083vw !important;
}

.u-top-55 {
  top: 4.0263543192vw !important;
}

.u-top-60 {
  top: 4.39238653vw !important;
}

.u-top-65 {
  top: 4.7584187408vw !important;
}

.u-top-70 {
  top: 5.1244509517vw !important;
}

.u-top-75 {
  top: 5.4904831625vw !important;
}

.u-top-80 {
  top: 5.8565153734vw !important;
}

.u-top-85 {
  top: 6.2225475842vw !important;
}

.u-top-90 {
  top: 6.588579795vw !important;
}

.u-top-95 {
  top: 6.9546120059vw !important;
}

.u-top-100 {
  top: 7.3206442167vw !important;
}

.u-top-105 {
  top: 7.6866764275vw !important;
}

.u-top-110 {
  top: 8.0527086384vw !important;
}

.u-top-115 {
  top: 8.4187408492vw !important;
}

.u-top-120 {
  top: 8.78477306vw !important;
}

.u-top-125 {
  top: 9.1508052709vw !important;
}

.u-top-130 {
  top: 9.5168374817vw !important;
}

.u-top-135 {
  top: 9.8828696925vw !important;
}

.u-top-140 {
  top: 10.2489019034vw !important;
}

.u-left-0 {
  left: 0vw !important;
}

.u-left-5 {
  left: 0.3660322108vw !important;
}

.u-left-10 {
  left: 0.7320644217vw !important;
}

.u-left-15 {
  left: 1.0980966325vw !important;
}

.u-left-20 {
  left: 1.4641288433vw !important;
}

.u-left-25 {
  left: 1.8301610542vw !important;
}

.u-left-30 {
  left: 2.196193265vw !important;
}

.u-left-35 {
  left: 2.5622254758vw !important;
}

.u-left-40 {
  left: 2.9282576867vw !important;
}

.u-left-45 {
  left: 3.2942898975vw !important;
}

.u-left-50 {
  left: 3.6603221083vw !important;
}

.u-left-55 {
  left: 4.0263543192vw !important;
}

.u-left-60 {
  left: 4.39238653vw !important;
}

.u-left-65 {
  left: 4.7584187408vw !important;
}

.u-left-70 {
  left: 5.1244509517vw !important;
}

.u-left-75 {
  left: 5.4904831625vw !important;
}

.u-left-80 {
  left: 5.8565153734vw !important;
}

.u-left-85 {
  left: 6.2225475842vw !important;
}

.u-left-90 {
  left: 6.588579795vw !important;
}

.u-left-95 {
  left: 6.9546120059vw !important;
}

.u-left-100 {
  left: 7.3206442167vw !important;
}

.u-left-105 {
  left: 7.6866764275vw !important;
}

.u-left-110 {
  left: 8.0527086384vw !important;
}

.u-left-115 {
  left: 8.4187408492vw !important;
}

.u-left-120 {
  left: 8.78477306vw !important;
}

.u-left-125 {
  left: 9.1508052709vw !important;
}

.u-left-130 {
  left: 9.5168374817vw !important;
}

.u-left-135 {
  left: 9.8828696925vw !important;
}

.u-left-140 {
  left: 10.2489019034vw !important;
}

.u-right-0 {
  right: 0vw !important;
}

.u-right-5 {
  right: 0.3660322108vw !important;
}

.u-right-10 {
  right: 0.7320644217vw !important;
}

.u-right-15 {
  right: 1.0980966325vw !important;
}

.u-right-20 {
  right: 1.4641288433vw !important;
}

.u-right-25 {
  right: 1.8301610542vw !important;
}

.u-right-30 {
  right: 2.196193265vw !important;
}

.u-right-35 {
  right: 2.5622254758vw !important;
}

.u-right-40 {
  right: 2.9282576867vw !important;
}

.u-right-45 {
  right: 3.2942898975vw !important;
}

.u-right-50 {
  right: 3.6603221083vw !important;
}

.u-right-55 {
  right: 4.0263543192vw !important;
}

.u-right-60 {
  right: 4.39238653vw !important;
}

.u-right-65 {
  right: 4.7584187408vw !important;
}

.u-right-70 {
  right: 5.1244509517vw !important;
}

.u-right-75 {
  right: 5.4904831625vw !important;
}

.u-right-80 {
  right: 5.8565153734vw !important;
}

.u-right-85 {
  right: 6.2225475842vw !important;
}

.u-right-90 {
  right: 6.588579795vw !important;
}

.u-right-95 {
  right: 6.9546120059vw !important;
}

.u-right-100 {
  right: 7.3206442167vw !important;
}

.u-right-105 {
  right: 7.6866764275vw !important;
}

.u-right-110 {
  right: 8.0527086384vw !important;
}

.u-right-115 {
  right: 8.4187408492vw !important;
}

.u-right-120 {
  right: 8.78477306vw !important;
}

.u-right-125 {
  right: 9.1508052709vw !important;
}

.u-right-130 {
  right: 9.5168374817vw !important;
}

.u-right-135 {
  right: 9.8828696925vw !important;
}

.u-right-140 {
  right: 10.2489019034vw !important;
}

@media screen and (max-width: 640px) {
  .s\:u-bottom-0 {
    bottom: 0vw !important;
  }
  .s\:u-bottom-5 {
    bottom: 1.2820512821vw !important;
  }
  .s\:u-bottom-10 {
    bottom: 2.5641025641vw !important;
  }
  .s\:u-bottom-15 {
    bottom: 3.8461538462vw !important;
  }
  .s\:u-bottom-20 {
    bottom: 5.1282051282vw !important;
  }
  .s\:u-bottom-25 {
    bottom: 6.4102564103vw !important;
  }
  .s\:u-bottom-30 {
    bottom: 7.6923076923vw !important;
  }
  .s\:u-bottom-35 {
    bottom: 8.9743589744vw !important;
  }
  .s\:u-bottom-40 {
    bottom: 10.2564102564vw !important;
  }
  .s\:u-bottom-45 {
    bottom: 11.5384615385vw !important;
  }
  .s\:u-bottom-50 {
    bottom: 12.8205128205vw !important;
  }
  .s\:u-bottom-55 {
    bottom: 14.1025641026vw !important;
  }
  .s\:u-bottom-60 {
    bottom: 15.3846153846vw !important;
  }
  .s\:u-bottom-65 {
    bottom: 16.6666666667vw !important;
  }
  .s\:u-bottom-70 {
    bottom: 17.9487179487vw !important;
  }
  .s\:u-bottom-75 {
    bottom: 19.2307692308vw !important;
  }
  .s\:u-bottom-80 {
    bottom: 20.5128205128vw !important;
  }
  .s\:u-bottom-85 {
    bottom: 21.7948717949vw !important;
  }
  .s\:u-bottom-90 {
    bottom: 23.0769230769vw !important;
  }
  .s\:u-bottom-95 {
    bottom: 24.358974359vw !important;
  }
  .s\:u-bottom-100 {
    bottom: 25.641025641vw !important;
  }
  .s\:u-top-0 {
    top: 0vw !important;
  }
  .s\:u-top-5 {
    top: 1.2820512821vw !important;
  }
  .s\:u-top-10 {
    top: 2.5641025641vw !important;
  }
  .s\:u-top-15 {
    top: 3.8461538462vw !important;
  }
  .s\:u-top-20 {
    top: 5.1282051282vw !important;
  }
  .s\:u-top-25 {
    top: 6.4102564103vw !important;
  }
  .s\:u-top-30 {
    top: 7.6923076923vw !important;
  }
  .s\:u-top-35 {
    top: 8.9743589744vw !important;
  }
  .s\:u-top-40 {
    top: 10.2564102564vw !important;
  }
  .s\:u-top-45 {
    top: 11.5384615385vw !important;
  }
  .s\:u-top-50 {
    top: 12.8205128205vw !important;
  }
  .s\:u-top-55 {
    top: 14.1025641026vw !important;
  }
  .s\:u-top-60 {
    top: 15.3846153846vw !important;
  }
  .s\:u-top-65 {
    top: 16.6666666667vw !important;
  }
  .s\:u-top-70 {
    top: 17.9487179487vw !important;
  }
  .s\:u-top-75 {
    top: 19.2307692308vw !important;
  }
  .s\:u-top-80 {
    top: 20.5128205128vw !important;
  }
  .s\:u-top-85 {
    top: 21.7948717949vw !important;
  }
  .s\:u-top-90 {
    top: 23.0769230769vw !important;
  }
  .s\:u-top-95 {
    top: 24.358974359vw !important;
  }
  .s\:u-top-100 {
    top: 25.641025641vw !important;
  }
  .s\:u-left-0 {
    left: 0vw !important;
  }
  .s\:u-left-5 {
    left: 1.2820512821vw !important;
  }
  .s\:u-left-10 {
    left: 2.5641025641vw !important;
  }
  .s\:u-left-15 {
    left: 3.8461538462vw !important;
  }
  .s\:u-left-20 {
    left: 5.1282051282vw !important;
  }
  .s\:u-left-25 {
    left: 6.4102564103vw !important;
  }
  .s\:u-left-30 {
    left: 7.6923076923vw !important;
  }
  .s\:u-left-35 {
    left: 8.9743589744vw !important;
  }
  .s\:u-left-40 {
    left: 10.2564102564vw !important;
  }
  .s\:u-left-45 {
    left: 11.5384615385vw !important;
  }
  .s\:u-left-50 {
    left: 12.8205128205vw !important;
  }
  .s\:u-left-55 {
    left: 14.1025641026vw !important;
  }
  .s\:u-left-60 {
    left: 15.3846153846vw !important;
  }
  .s\:u-left-65 {
    left: 16.6666666667vw !important;
  }
  .s\:u-left-70 {
    left: 17.9487179487vw !important;
  }
  .s\:u-left-75 {
    left: 19.2307692308vw !important;
  }
  .s\:u-left-80 {
    left: 20.5128205128vw !important;
  }
  .s\:u-left-85 {
    left: 21.7948717949vw !important;
  }
  .s\:u-left-90 {
    left: 23.0769230769vw !important;
  }
  .s\:u-left-95 {
    left: 24.358974359vw !important;
  }
  .s\:u-left-100 {
    left: 25.641025641vw !important;
  }
  .s\:u-right-0 {
    right: 0vw !important;
  }
  .s\:u-right-5 {
    right: 1.2820512821vw !important;
  }
  .s\:u-right-10 {
    right: 2.5641025641vw !important;
  }
  .s\:u-right-15 {
    right: 3.8461538462vw !important;
  }
  .s\:u-right-20 {
    right: 5.1282051282vw !important;
  }
  .s\:u-right-25 {
    right: 6.4102564103vw !important;
  }
  .s\:u-right-30 {
    right: 7.6923076923vw !important;
  }
  .s\:u-right-35 {
    right: 8.9743589744vw !important;
  }
  .s\:u-right-40 {
    right: 10.2564102564vw !important;
  }
  .s\:u-right-45 {
    right: 11.5384615385vw !important;
  }
  .s\:u-right-50 {
    right: 12.8205128205vw !important;
  }
  .s\:u-right-55 {
    right: 14.1025641026vw !important;
  }
  .s\:u-right-60 {
    right: 15.3846153846vw !important;
  }
  .s\:u-right-65 {
    right: 16.6666666667vw !important;
  }
  .s\:u-right-70 {
    right: 17.9487179487vw !important;
  }
  .s\:u-right-75 {
    right: 19.2307692308vw !important;
  }
  .s\:u-right-80 {
    right: 20.5128205128vw !important;
  }
  .s\:u-right-85 {
    right: 21.7948717949vw !important;
  }
  .s\:u-right-90 {
    right: 23.0769230769vw !important;
  }
  .s\:u-right-95 {
    right: 24.358974359vw !important;
  }
  .s\:u-right-100 {
    right: 25.641025641vw !important;
  }
}
.u-block {
  display: block;
}

@media screen and (max-width: 640px) {
  .s\:u-block {
    display: block;
  }
}
.u-rounded-10 {
  border-radius: 10px;
}

@media screen and (max-width: 640px) {
  .s\:u-rounded-0 {
    border-radius: 0;
  }
}

.u-rotate-90 {
  transform: rotate(90deg);
}

@media screen and (max-width: 640px) {
  .s\:u-rotate-90 {
    transform: rotate(90deg);
  }
}
/* text 2 image */
.u-t2i {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.u-t-0 {
  top: 0vw !important;
}

.u-t-5 {
  top: 0.3660322108vw !important;
}

.u-t-10 {
  top: 0.7320644217vw !important;
}

.u-t-15 {
  top: 1.0980966325vw !important;
}

.u-t-20 {
  top: 1.4641288433vw !important;
}

.u-t-25 {
  top: 1.8301610542vw !important;
}

.u-t-30 {
  top: 2.196193265vw !important;
}

.u-b-0 {
  bottom: 0vw !important;
}

.u-b-5 {
  bottom: 0.3660322108vw !important;
}

.u-b-10 {
  bottom: 0.7320644217vw !important;
}

.u-b-15 {
  bottom: 1.0980966325vw !important;
}

.u-b-20 {
  bottom: 1.4641288433vw !important;
}

.u-b-25 {
  bottom: 1.8301610542vw !important;
}

.u-b-30 {
  bottom: 2.196193265vw !important;
}

@media screen and (min-width: 481px) and (max-width: 640px) {
  .u-t-0 {
    top: 0vw !important;
  }
  .u-t-5 {
    top: 0.3660322108vw !important;
  }
  .u-t-10 {
    top: 0.7320644217vw !important;
  }
  .u-t-15 {
    top: 1.0980966325vw !important;
  }
  .u-t-20 {
    top: 1.4641288433vw !important;
  }
  .u-t-25 {
    top: 1.8301610542vw !important;
  }
  .u-t-30 {
    top: 2.196193265vw !important;
  }
  .u-b-0 {
    bottom: 0vw !important;
  }
  .u-b-5 {
    bottom: 0.3660322108vw !important;
  }
  .u-b-10 {
    bottom: 0.7320644217vw !important;
  }
  .u-b-15 {
    bottom: 1.0980966325vw !important;
  }
  .u-b-20 {
    bottom: 1.4641288433vw !important;
  }
  .u-b-25 {
    bottom: 1.8301610542vw !important;
  }
  .u-b-30 {
    bottom: 2.196193265vw !important;
  }
  .u-b-35 {
    bottom: 2.5622254758vw !important;
  }
  .u-b-40 {
    bottom: 2.9282576867vw !important;
  }
  .u-b-45 {
    bottom: 3.2942898975vw !important;
  }
  .u-b-50 {
    bottom: 3.6603221083vw !important;
  }
  .u-b-55 {
    bottom: 4.0263543192vw !important;
  }
  .u-b-60 {
    bottom: 4.39238653vw !important;
  }
  .u-b-65 {
    bottom: 4.7584187408vw !important;
  }
  .u-b-70 {
    bottom: 5.1244509517vw !important;
  }
  .u-b-75 {
    bottom: 5.4904831625vw !important;
  }
  .u-b-80 {
    bottom: 5.8565153734vw !important;
  }
  .u-b-85 {
    bottom: 6.2225475842vw !important;
  }
  .u-b-90 {
    bottom: 6.588579795vw !important;
  }
  .u-b-95 {
    bottom: 6.9546120059vw !important;
  }
  .u-b-100 {
    bottom: 7.3206442167vw !important;
  }
  .u-b-105 {
    bottom: 7.6866764275vw !important;
  }
  .u-b-110 {
    bottom: 8.0527086384vw !important;
  }
  .u-b-115 {
    bottom: 8.4187408492vw !important;
  }
  .u-b-120 {
    bottom: 8.78477306vw !important;
  }
  .u-b-125 {
    bottom: 9.1508052709vw !important;
  }
  .u-b-130 {
    bottom: 9.5168374817vw !important;
  }
  .u-b-135 {
    bottom: 9.8828696925vw !important;
  }
  .u-b-140 {
    bottom: 10.2489019034vw !important;
  }
  .u-b-145 {
    bottom: 10.6149341142vw !important;
  }
  .u-b-150 {
    bottom: 10.980966325vw !important;
  }
  .u-b-155 {
    bottom: 11.3469985359vw !important;
  }
  .u-b-160 {
    bottom: 11.7130307467vw !important;
  }
  .u-b-165 {
    bottom: 12.0790629575vw !important;
  }
  .u-b-170 {
    bottom: 12.4450951684vw !important;
  }
  .u-b-175 {
    bottom: 12.8111273792vw !important;
  }
  .u-b-180 {
    bottom: 13.17715959vw !important;
  }
  .u-b-185 {
    bottom: 13.5431918009vw !important;
  }
  .u-b-190 {
    bottom: 13.9092240117vw !important;
  }
  .u-b-195 {
    bottom: 14.2752562225vw !important;
  }
  .u-b-200 {
    bottom: 14.6412884334vw !important;
  }
  .u-b-205 {
    bottom: 15.0073206442vw !important;
  }
  .u-b-210 {
    bottom: 15.3733528551vw !important;
  }
  .u-b-215 {
    bottom: 15.7393850659vw !important;
  }
  .u-b-220 {
    bottom: 16.1054172767vw !important;
  }
}
@media screen and (max-width: 640px) {
  .s\:u-t-0 {
    top: 0vw !important;
  }
  .s\:u-t-5 {
    top: 1.2820512821vw !important;
  }
  .s\:u-t-10 {
    top: 2.5641025641vw !important;
  }
  .s\:u-t-15 {
    top: 3.8461538462vw !important;
  }
  .s\:u-t-20 {
    top: 5.1282051282vw !important;
  }
  .s\:u-b-0 {
    bottom: 0vw !important;
  }
  .s\:u-b-5 {
    bottom: 1.2820512821vw !important;
  }
  .s\:u-b-10 {
    bottom: 2.5641025641vw !important;
  }
  .s\:u-b-15 {
    bottom: 3.8461538462vw !important;
  }
  .s\:u-b-20 {
    bottom: 5.1282051282vw !important;
  }
  .s\:u-b-25 {
    bottom: 6.4102564103vw !important;
  }
  .s\:u-b-30 {
    bottom: 7.6923076923vw !important;
  }
  .s\:u-b-35 {
    bottom: 8.9743589744vw !important;
  }
  .s\:u-b-40 {
    bottom: 10.2564102564vw !important;
  }
  .s\:u-b-45 {
    bottom: 11.5384615385vw !important;
  }
  .s\:u-b-50 {
    bottom: 12.8205128205vw !important;
  }
  .s\:u-b-55 {
    bottom: 14.1025641026vw !important;
  }
  .s\:u-b-60 {
    bottom: 15.3846153846vw !important;
  }
  .s\:u-b-65 {
    bottom: 16.6666666667vw !important;
  }
  .s\:u-b-70 {
    bottom: 17.9487179487vw !important;
  }
  .s\:u-b-75 {
    bottom: 19.2307692308vw !important;
  }
  .s\:u-b-80 {
    bottom: 20.5128205128vw !important;
  }
}
.u-p-0 {
  padding: 0vw !important;
}

.u-p-5 {
  padding: 0.3660322108vw !important;
}

.u-p-10 {
  padding: 0.7320644217vw !important;
}

.u-p-15 {
  padding: 1.0980966325vw !important;
}

.u-p-20 {
  padding: 1.4641288433vw !important;
}

.u-p-25 {
  padding: 1.8301610542vw !important;
}

.u-p-30 {
  padding: 2.196193265vw !important;
}

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

.u-pb-5 {
  padding-bottom: 0.3660322108vw !important;
}

.u-pb-10 {
  padding-bottom: 0.7320644217vw !important;
}

.u-pb-15 {
  padding-bottom: 1.0980966325vw !important;
}

.u-pb-20 {
  padding-bottom: 1.4641288433vw !important;
}

.u-pb-25 {
  padding-bottom: 1.8301610542vw !important;
}

.u-pb-30 {
  padding-bottom: 2.196193265vw !important;
}

.u-pb-35 {
  padding-bottom: 2.5622254758vw !important;
}

.u-pb-40 {
  padding-bottom: 2.9282576867vw !important;
}

.u-pb-45 {
  padding-bottom: 3.2942898975vw !important;
}

.u-pb-50 {
  padding-bottom: 3.6603221083vw !important;
}

.u-pb-55 {
  padding-bottom: 4.0263543192vw !important;
}

.u-pb-60 {
  padding-bottom: 4.39238653vw !important;
}

.u-pb-65 {
  padding-bottom: 4.7584187408vw !important;
}

.u-pb-70 {
  padding-bottom: 5.1244509517vw !important;
}

.u-pb-75 {
  padding-bottom: 5.4904831625vw !important;
}

.u-pb-80 {
  padding-bottom: 5.8565153734vw !important;
}

.u-pb-85 {
  padding-bottom: 6.2225475842vw !important;
}

.u-pb-90 {
  padding-bottom: 6.588579795vw !important;
}

.u-pb-95 {
  padding-bottom: 6.9546120059vw !important;
}

.u-pb-100 {
  padding-bottom: 7.3206442167vw !important;
}

.u-pb-105 {
  padding-bottom: 7.6866764275vw !important;
}

.u-pb-110 {
  padding-bottom: 8.0527086384vw !important;
}

.u-pb-115 {
  padding-bottom: 8.4187408492vw !important;
}

.u-pb-120 {
  padding-bottom: 8.78477306vw !important;
}

.u-pb-125 {
  padding-bottom: 9.1508052709vw !important;
}

.u-pb-130 {
  padding-bottom: 9.5168374817vw !important;
}

.u-pb-135 {
  padding-bottom: 9.8828696925vw !important;
}

.u-pb-140 {
  padding-bottom: 10.2489019034vw !important;
}

.u-pb-145 {
  padding-bottom: 10.6149341142vw !important;
}

.u-pb-150 {
  padding-bottom: 10.980966325vw !important;
}

.u-pb-155 {
  padding-bottom: 11.3469985359vw !important;
}

.u-pb-160 {
  padding-bottom: 11.7130307467vw !important;
}

.u-pb-165 {
  padding-bottom: 12.0790629575vw !important;
}

.u-pb-170 {
  padding-bottom: 12.4450951684vw !important;
}

.u-pb-175 {
  padding-bottom: 12.8111273792vw !important;
}

.u-pb-180 {
  padding-bottom: 13.17715959vw !important;
}

.u-pb-185 {
  padding-bottom: 13.5431918009vw !important;
}

.u-pb-190 {
  padding-bottom: 13.9092240117vw !important;
}

.u-pb-195 {
  padding-bottom: 14.2752562225vw !important;
}

.u-pb-200 {
  padding-bottom: 14.6412884334vw !important;
}

.u-pb-205 {
  padding-bottom: 15.0073206442vw !important;
}

.u-pb-210 {
  padding-bottom: 15.3733528551vw !important;
}

.u-pb-215 {
  padding-bottom: 15.7393850659vw !important;
}

.u-pb-220 {
  padding-bottom: 16.1054172767vw !important;
}

.u-pb-225 {
  padding-bottom: 16.4714494876vw !important;
}

.u-pb-230 {
  padding-bottom: 16.8374816984vw !important;
}

.u-pb-235 {
  padding-bottom: 17.2035139092vw !important;
}

.u-pb-240 {
  padding-bottom: 17.5695461201vw !important;
}

.u-pb-245 {
  padding-bottom: 17.9355783309vw !important;
}

.u-pb-250 {
  padding-bottom: 18.3016105417vw !important;
}

.u-pb-255 {
  padding-bottom: 18.6676427526vw !important;
}

.u-pb-260 {
  padding-bottom: 19.0336749634vw !important;
}

.u-pb-265 {
  padding-bottom: 19.3997071742vw !important;
}

.u-pb-270 {
  padding-bottom: 19.7657393851vw !important;
}

.u-pb-275 {
  padding-bottom: 20.1317715959vw !important;
}

.u-pb-280 {
  padding-bottom: 20.4978038067vw !important;
}

.u-pb-285 {
  padding-bottom: 20.8638360176vw !important;
}

.u-pb-290 {
  padding-bottom: 21.2298682284vw !important;
}

.u-pb-295 {
  padding-bottom: 21.5959004392vw !important;
}

.u-pb-300 {
  padding-bottom: 21.9619326501vw !important;
}

.u-pt-0 {
  padding-top: 0vw !important;
}

.u-pt-5 {
  padding-top: 0.3660322108vw !important;
}

.u-pt-10 {
  padding-top: 0.7320644217vw !important;
}

.u-pt-15 {
  padding-top: 1.0980966325vw !important;
}

.u-pt-20 {
  padding-top: 1.4641288433vw !important;
}

.u-pt-25 {
  padding-top: 1.8301610542vw !important;
}

.u-pt-30 {
  padding-top: 2.196193265vw !important;
}

.u-pt-35 {
  padding-top: 2.5622254758vw !important;
}

.u-pt-40 {
  padding-top: 2.9282576867vw !important;
}

.u-pt-45 {
  padding-top: 3.2942898975vw !important;
}

.u-pt-50 {
  padding-top: 3.6603221083vw !important;
}

.u-pt-55 {
  padding-top: 4.0263543192vw !important;
}

.u-pt-60 {
  padding-top: 4.39238653vw !important;
}

.u-pt-65 {
  padding-top: 4.7584187408vw !important;
}

.u-pt-70 {
  padding-top: 5.1244509517vw !important;
}

.u-pt-75 {
  padding-top: 5.4904831625vw !important;
}

.u-pt-80 {
  padding-top: 5.8565153734vw !important;
}

.u-pt-85 {
  padding-top: 6.2225475842vw !important;
}

.u-pt-90 {
  padding-top: 6.588579795vw !important;
}

.u-pt-95 {
  padding-top: 6.9546120059vw !important;
}

.u-pt-100 {
  padding-top: 7.3206442167vw !important;
}

.u-pt-105 {
  padding-top: 7.6866764275vw !important;
}

.u-pt-110 {
  padding-top: 8.0527086384vw !important;
}

.u-pt-115 {
  padding-top: 8.4187408492vw !important;
}

.u-pt-120 {
  padding-top: 8.78477306vw !important;
}

.u-pt-125 {
  padding-top: 9.1508052709vw !important;
}

.u-pt-130 {
  padding-top: 9.5168374817vw !important;
}

.u-pt-135 {
  padding-top: 9.8828696925vw !important;
}

.u-pt-140 {
  padding-top: 10.2489019034vw !important;
}

.u-pt-145 {
  padding-top: 10.6149341142vw !important;
}

.u-pt-150 {
  padding-top: 10.980966325vw !important;
}

.u-pt-155 {
  padding-top: 11.3469985359vw !important;
}

.u-pt-160 {
  padding-top: 11.7130307467vw !important;
}

.u-pt-165 {
  padding-top: 12.0790629575vw !important;
}

.u-pt-170 {
  padding-top: 12.4450951684vw !important;
}

.u-pt-175 {
  padding-top: 12.8111273792vw !important;
}

.u-pt-180 {
  padding-top: 13.17715959vw !important;
}

.u-pt-185 {
  padding-top: 13.5431918009vw !important;
}

.u-pt-190 {
  padding-top: 13.9092240117vw !important;
}

.u-pt-195 {
  padding-top: 14.2752562225vw !important;
}

.u-pt-200 {
  padding-top: 14.6412884334vw !important;
}

.u-pt-205 {
  padding-top: 15.0073206442vw !important;
}

.u-pt-210 {
  padding-top: 15.3733528551vw !important;
}

.u-pt-215 {
  padding-top: 15.7393850659vw !important;
}

.u-pt-220 {
  padding-top: 16.1054172767vw !important;
}

.u-pt-225 {
  padding-top: 16.4714494876vw !important;
}

.u-pt-230 {
  padding-top: 16.8374816984vw !important;
}

.u-pt-235 {
  padding-top: 17.2035139092vw !important;
}

.u-pt-240 {
  padding-top: 17.5695461201vw !important;
}

.u-pt-245 {
  padding-top: 17.9355783309vw !important;
}

.u-pt-250 {
  padding-top: 18.3016105417vw !important;
}

.u-pt-255 {
  padding-top: 18.6676427526vw !important;
}

.u-pt-260 {
  padding-top: 19.0336749634vw !important;
}

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

.u-pl-5 {
  padding-left: 0.3660322108vw !important;
}

.u-pl-10 {
  padding-left: 0.7320644217vw !important;
}

.u-pl-15 {
  padding-left: 1.0980966325vw !important;
}

.u-pl-20 {
  padding-left: 1.4641288433vw !important;
}

.u-pl-25 {
  padding-left: 1.8301610542vw !important;
}

.u-pl-30 {
  padding-left: 2.196193265vw !important;
}

.u-pl-35 {
  padding-left: 2.5622254758vw !important;
}

.u-pl-40 {
  padding-left: 2.9282576867vw !important;
}

.u-pl-45 {
  padding-left: 3.2942898975vw !important;
}

.u-pl-50 {
  padding-left: 3.6603221083vw !important;
}

.u-pl-55 {
  padding-left: 4.0263543192vw !important;
}

.u-pl-60 {
  padding-left: 4.39238653vw !important;
}

.u-pl-65 {
  padding-left: 4.7584187408vw !important;
}

.u-pl-70 {
  padding-left: 5.1244509517vw !important;
}

.u-pl-75 {
  padding-left: 5.4904831625vw !important;
}

.u-pl-80 {
  padding-left: 5.8565153734vw !important;
}

.u-pl-85 {
  padding-left: 6.2225475842vw !important;
}

.u-pl-90 {
  padding-left: 6.588579795vw !important;
}

.u-pl-95 {
  padding-left: 6.9546120059vw !important;
}

.u-pl-100 {
  padding-left: 7.3206442167vw !important;
}

.u-pl-105 {
  padding-left: 7.6866764275vw !important;
}

.u-pl-110 {
  padding-left: 8.0527086384vw !important;
}

.u-pl-115 {
  padding-left: 8.4187408492vw !important;
}

.u-pl-120 {
  padding-left: 8.78477306vw !important;
}

.u-pl-125 {
  padding-left: 9.1508052709vw !important;
}

.u-pl-130 {
  padding-left: 9.5168374817vw !important;
}

.u-pl-135 {
  padding-left: 9.8828696925vw !important;
}

.u-pl-140 {
  padding-left: 10.2489019034vw !important;
}

.u-pl-145 {
  padding-left: 10.6149341142vw !important;
}

.u-pl-150 {
  padding-left: 10.980966325vw !important;
}

.u-pl-155 {
  padding-left: 11.3469985359vw !important;
}

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

.u-pr-5 {
  padding-right: 0.3660322108vw !important;
}

.u-pr-10 {
  padding-right: 0.7320644217vw !important;
}

.u-pr-15 {
  padding-right: 1.0980966325vw !important;
}

.u-pr-20 {
  padding-right: 1.4641288433vw !important;
}

.u-pr-25 {
  padding-right: 1.8301610542vw !important;
}

.u-pr-30 {
  padding-right: 2.196193265vw !important;
}

.u-pr-35 {
  padding-right: 2.5622254758vw !important;
}

.u-pr-40 {
  padding-right: 2.9282576867vw !important;
}

.u-pr-45 {
  padding-right: 3.2942898975vw !important;
}

.u-pr-50 {
  padding-right: 3.6603221083vw !important;
}

.u-pr-55 {
  padding-right: 4.0263543192vw !important;
}

.u-pr-60 {
  padding-right: 4.39238653vw !important;
}

.u-pr-65 {
  padding-right: 4.7584187408vw !important;
}

.u-pr-70 {
  padding-right: 5.1244509517vw !important;
}

.u-pr-75 {
  padding-right: 5.4904831625vw !important;
}

.u-pr-80 {
  padding-right: 5.8565153734vw !important;
}

.u-pr-85 {
  padding-right: 6.2225475842vw !important;
}

.u-pr-90 {
  padding-right: 6.588579795vw !important;
}

.u-pr-95 {
  padding-right: 6.9546120059vw !important;
}

.u-pr-100 {
  padding-right: 7.3206442167vw !important;
}

.u-pr-105 {
  padding-right: 7.6866764275vw !important;
}

.u-pr-110 {
  padding-right: 8.0527086384vw !important;
}

.u-pr-115 {
  padding-right: 8.4187408492vw !important;
}

.u-pr-120 {
  padding-right: 8.78477306vw !important;
}

.u-pr-125 {
  padding-right: 9.1508052709vw !important;
}

.u-pr-130 {
  padding-right: 9.5168374817vw !important;
}

.u-pr-135 {
  padding-right: 9.8828696925vw !important;
}

.u-pr-140 {
  padding-right: 10.2489019034vw !important;
}

.u-pr-145 {
  padding-right: 10.6149341142vw !important;
}

.u-pr-150 {
  padding-right: 10.980966325vw !important;
}

.u-pr-155 {
  padding-right: 11.3469985359vw !important;
}

.u-pt-63 {
  padding-top: 4.6120058565vw;
}

@media screen and (max-width: 640px) {
  .s\:u-pt-168vw {
    padding-top: 43.0769230769vw;
  }
  .s\:u-pb-120vw {
    padding-bottom: 30.7692307692vw;
  }
}
.u-pl-ip {
  padding-left: 9.0043923865vw;
}

.u-pr-ip {
  padding-right: 9.0043923865vw;
}

@media screen and (min-width: 481px) and (max-width: 640px) {
  .u-p-0 {
    padding: 0vw !important;
  }
  .u-p-5 {
    padding: 0.3660322108vw !important;
  }
  .u-p-10 {
    padding: 0.7320644217vw !important;
  }
  .u-p-15 {
    padding: 1.0980966325vw !important;
  }
  .u-p-20 {
    padding: 1.4641288433vw !important;
  }
  .u-p-25 {
    padding: 1.8301610542vw !important;
  }
  .u-p-30 {
    padding: 2.196193265vw !important;
  }
  .u-pb-0 {
    padding-bottom: 0vw !important;
  }
  .u-pb-5 {
    padding-bottom: 0.3660322108vw !important;
  }
  .u-pb-10 {
    padding-bottom: 0.7320644217vw !important;
  }
  .u-pb-15 {
    padding-bottom: 1.0980966325vw !important;
  }
  .u-pb-20 {
    padding-bottom: 1.4641288433vw !important;
  }
  .u-pb-25 {
    padding-bottom: 1.8301610542vw !important;
  }
  .u-pb-30 {
    padding-bottom: 2.196193265vw !important;
  }
  .u-pb-35 {
    padding-bottom: 2.5622254758vw !important;
  }
  .u-pb-40 {
    padding-bottom: 2.9282576867vw !important;
  }
  .u-pb-45 {
    padding-bottom: 3.2942898975vw !important;
  }
  .u-pb-50 {
    padding-bottom: 3.6603221083vw !important;
  }
  .u-pb-55 {
    padding-bottom: 4.0263543192vw !important;
  }
  .u-pb-60 {
    padding-bottom: 4.39238653vw !important;
  }
  .u-pb-65 {
    padding-bottom: 4.7584187408vw !important;
  }
  .u-pb-70 {
    padding-bottom: 5.1244509517vw !important;
  }
  .u-pb-75 {
    padding-bottom: 5.4904831625vw !important;
  }
  .u-pb-80 {
    padding-bottom: 5.8565153734vw !important;
  }
  .u-pb-85 {
    padding-bottom: 6.2225475842vw !important;
  }
  .u-pb-90 {
    padding-bottom: 6.588579795vw !important;
  }
  .u-pb-95 {
    padding-bottom: 6.9546120059vw !important;
  }
  .u-pb-100 {
    padding-bottom: 7.3206442167vw !important;
  }
  .u-pb-105 {
    padding-bottom: 7.6866764275vw !important;
  }
  .u-pb-110 {
    padding-bottom: 8.0527086384vw !important;
  }
  .u-pb-115 {
    padding-bottom: 8.4187408492vw !important;
  }
  .u-pb-120 {
    padding-bottom: 8.78477306vw !important;
  }
  .u-pb-125 {
    padding-bottom: 9.1508052709vw !important;
  }
  .u-pb-130 {
    padding-bottom: 9.5168374817vw !important;
  }
  .u-pb-135 {
    padding-bottom: 9.8828696925vw !important;
  }
  .u-pb-140 {
    padding-bottom: 10.2489019034vw !important;
  }
  .u-pb-145 {
    padding-bottom: 10.6149341142vw !important;
  }
  .u-pb-150 {
    padding-bottom: 10.980966325vw !important;
  }
  .u-pb-155 {
    padding-bottom: 11.3469985359vw !important;
  }
  .u-pb-160 {
    padding-bottom: 11.7130307467vw !important;
  }
  .u-pb-165 {
    padding-bottom: 12.0790629575vw !important;
  }
  .u-pb-170 {
    padding-bottom: 12.4450951684vw !important;
  }
  .u-pb-175 {
    padding-bottom: 12.8111273792vw !important;
  }
  .u-pb-180 {
    padding-bottom: 13.17715959vw !important;
  }
  .u-pb-185 {
    padding-bottom: 13.5431918009vw !important;
  }
  .u-pb-190 {
    padding-bottom: 13.9092240117vw !important;
  }
  .u-pb-195 {
    padding-bottom: 14.2752562225vw !important;
  }
  .u-pb-200 {
    padding-bottom: 14.6412884334vw !important;
  }
  .u-pb-205 {
    padding-bottom: 15.0073206442vw !important;
  }
  .u-pb-210 {
    padding-bottom: 15.3733528551vw !important;
  }
  .u-pb-215 {
    padding-bottom: 15.7393850659vw !important;
  }
  .u-pb-220 {
    padding-bottom: 16.1054172767vw !important;
  }
  .u-pb-225 {
    padding-bottom: 16.4714494876vw !important;
  }
  .u-pb-230 {
    padding-bottom: 16.8374816984vw !important;
  }
  .u-pt-0 {
    padding-top: 0vw !important;
  }
  .u-pt-5 {
    padding-top: 0.3660322108vw !important;
  }
  .u-pt-10 {
    padding-top: 0.7320644217vw !important;
  }
  .u-pt-15 {
    padding-top: 1.0980966325vw !important;
  }
  .u-pt-20 {
    padding-top: 1.4641288433vw !important;
  }
  .u-pt-25 {
    padding-top: 1.8301610542vw !important;
  }
  .u-pt-30 {
    padding-top: 2.196193265vw !important;
  }
  .u-pt-35 {
    padding-top: 2.5622254758vw !important;
  }
  .u-pt-40 {
    padding-top: 2.9282576867vw !important;
  }
  .u-pt-45 {
    padding-top: 3.2942898975vw !important;
  }
  .u-pt-50 {
    padding-top: 3.6603221083vw !important;
  }
  .u-pt-55 {
    padding-top: 4.0263543192vw !important;
  }
  .u-pt-60 {
    padding-top: 4.39238653vw !important;
  }
  .u-pt-65 {
    padding-top: 4.7584187408vw !important;
  }
  .u-pt-70 {
    padding-top: 5.1244509517vw !important;
  }
  .u-pt-75 {
    padding-top: 5.4904831625vw !important;
  }
  .u-pt-80 {
    padding-top: 5.8565153734vw !important;
  }
  .u-pt-85 {
    padding-top: 6.2225475842vw !important;
  }
  .u-pt-90 {
    padding-top: 6.588579795vw !important;
  }
  .u-pt-95 {
    padding-top: 6.9546120059vw !important;
  }
  .u-pt-100 {
    padding-top: 7.3206442167vw !important;
  }
  .u-pt-105 {
    padding-top: 7.6866764275vw !important;
  }
  .u-pt-110 {
    padding-top: 8.0527086384vw !important;
  }
  .u-pt-115 {
    padding-top: 8.4187408492vw !important;
  }
  .u-pt-120 {
    padding-top: 8.78477306vw !important;
  }
  .u-pt-125 {
    padding-top: 9.1508052709vw !important;
  }
  .u-pt-130 {
    padding-top: 9.5168374817vw !important;
  }
  .u-pt-135 {
    padding-top: 9.8828696925vw !important;
  }
  .u-pt-140 {
    padding-top: 10.2489019034vw !important;
  }
  .u-pt-145 {
    padding-top: 10.6149341142vw !important;
  }
  .u-pt-150 {
    padding-top: 10.980966325vw !important;
  }
  .u-pt-155 {
    padding-top: 11.3469985359vw !important;
  }
  .u-pt-160 {
    padding-top: 11.7130307467vw !important;
  }
  .u-pt-165 {
    padding-top: 12.0790629575vw !important;
  }
  .u-pt-170 {
    padding-top: 12.4450951684vw !important;
  }
  .u-pt-175 {
    padding-top: 12.8111273792vw !important;
  }
  .u-pt-180 {
    padding-top: 13.17715959vw !important;
  }
  .u-pt-185 {
    padding-top: 13.5431918009vw !important;
  }
  .u-pt-190 {
    padding-top: 13.9092240117vw !important;
  }
  .u-pt-195 {
    padding-top: 14.2752562225vw !important;
  }
  .u-pt-200 {
    padding-top: 14.6412884334vw !important;
  }
  .u-pt-205 {
    padding-top: 15.0073206442vw !important;
  }
  .u-pt-210 {
    padding-top: 15.3733528551vw !important;
  }
  .u-pt-215 {
    padding-top: 15.7393850659vw !important;
  }
  .u-pt-220 {
    padding-top: 16.1054172767vw !important;
  }
  .u-pl-0 {
    padding-left: 0vw !important;
  }
  .u-pl-5 {
    padding-left: 0.3660322108vw !important;
  }
  .u-pl-10 {
    padding-left: 0.7320644217vw !important;
  }
  .u-pl-15 {
    padding-left: 1.0980966325vw !important;
  }
  .u-pl-20 {
    padding-left: 1.4641288433vw !important;
  }
  .u-pl-25 {
    padding-left: 1.8301610542vw !important;
  }
  .u-pl-30 {
    padding-left: 2.196193265vw !important;
  }
  .u-pl-35 {
    padding-left: 2.5622254758vw !important;
  }
  .u-pl-40 {
    padding-left: 2.9282576867vw !important;
  }
  .u-pl-45 {
    padding-left: 3.2942898975vw !important;
  }
  .u-pl-50 {
    padding-left: 3.6603221083vw !important;
  }
  .u-pl-55 {
    padding-left: 4.0263543192vw !important;
  }
  .u-pl-60 {
    padding-left: 4.39238653vw !important;
  }
  .u-pl-65 {
    padding-left: 4.7584187408vw !important;
  }
  .u-pl-70 {
    padding-left: 5.1244509517vw !important;
  }
  .u-pl-75 {
    padding-left: 5.4904831625vw !important;
  }
  .u-pl-80 {
    padding-left: 5.8565153734vw !important;
  }
  .u-pl-85 {
    padding-left: 6.2225475842vw !important;
  }
  .u-pl-90 {
    padding-left: 6.588579795vw !important;
  }
  .u-pl-95 {
    padding-left: 6.9546120059vw !important;
  }
  .u-pl-100 {
    padding-left: 7.3206442167vw !important;
  }
  .u-pl-105 {
    padding-left: 7.6866764275vw !important;
  }
  .u-pl-110 {
    padding-left: 8.0527086384vw !important;
  }
  .u-pl-115 {
    padding-left: 8.4187408492vw !important;
  }
  .u-pl-120 {
    padding-left: 8.78477306vw !important;
  }
  .u-pl-125 {
    padding-left: 9.1508052709vw !important;
  }
  .u-pl-130 {
    padding-left: 9.5168374817vw !important;
  }
  .u-pl-135 {
    padding-left: 9.8828696925vw !important;
  }
  .u-pl-140 {
    padding-left: 10.2489019034vw !important;
  }
  .u-pl-145 {
    padding-left: 10.6149341142vw !important;
  }
  .u-pl-150 {
    padding-left: 10.980966325vw !important;
  }
  .u-pl-155 {
    padding-left: 11.3469985359vw !important;
  }
  .u-pr-0 {
    padding-right: 0vw !important;
  }
  .u-pr-5 {
    padding-right: 0.3660322108vw !important;
  }
  .u-pr-10 {
    padding-right: 0.7320644217vw !important;
  }
  .u-pr-15 {
    padding-right: 1.0980966325vw !important;
  }
  .u-pr-20 {
    padding-right: 1.4641288433vw !important;
  }
  .u-pr-25 {
    padding-right: 1.8301610542vw !important;
  }
  .u-pr-30 {
    padding-right: 2.196193265vw !important;
  }
  .u-pr-35 {
    padding-right: 2.5622254758vw !important;
  }
  .u-pr-40 {
    padding-right: 2.9282576867vw !important;
  }
  .u-pr-45 {
    padding-right: 3.2942898975vw !important;
  }
  .u-pr-50 {
    padding-right: 3.6603221083vw !important;
  }
  .u-pr-55 {
    padding-right: 4.0263543192vw !important;
  }
  .u-pr-60 {
    padding-right: 4.39238653vw !important;
  }
  .u-pr-65 {
    padding-right: 4.7584187408vw !important;
  }
  .u-pr-70 {
    padding-right: 5.1244509517vw !important;
  }
  .u-pr-75 {
    padding-right: 5.4904831625vw !important;
  }
  .u-pr-80 {
    padding-right: 5.8565153734vw !important;
  }
  .u-pr-85 {
    padding-right: 6.2225475842vw !important;
  }
  .u-pr-90 {
    padding-right: 6.588579795vw !important;
  }
  .u-pr-95 {
    padding-right: 6.9546120059vw !important;
  }
  .u-pr-100 {
    padding-right: 7.3206442167vw !important;
  }
  .u-pr-105 {
    padding-right: 7.6866764275vw !important;
  }
  .u-pr-110 {
    padding-right: 8.0527086384vw !important;
  }
  .u-pr-115 {
    padding-right: 8.4187408492vw !important;
  }
  .u-pr-120 {
    padding-right: 8.78477306vw !important;
  }
  .u-pr-125 {
    padding-right: 9.1508052709vw !important;
  }
  .u-pr-130 {
    padding-right: 9.5168374817vw !important;
  }
  .u-pr-135 {
    padding-right: 9.8828696925vw !important;
  }
  .u-pr-140 {
    padding-right: 10.2489019034vw !important;
  }
  .u-pr-145 {
    padding-right: 10.6149341142vw !important;
  }
  .u-pr-150 {
    padding-right: 10.980966325vw !important;
  }
  .u-pr-155 {
    padding-right: 11.3469985359vw !important;
  }
}
@media screen and (max-width: 640px) {
  .s\:u-p-0 {
    padding: 0vw !important;
  }
  .s\:u-p-5 {
    padding: 1.2820512821vw !important;
  }
  .s\:u-p-10 {
    padding: 2.5641025641vw !important;
  }
  .s\:u-p-15 {
    padding: 3.8461538462vw !important;
  }
  .s\:u-p-20 {
    padding: 5.1282051282vw !important;
  }
  .s\:u-pb-0 {
    padding-bottom: 0vw !important;
  }
  .s\:u-pb-5 {
    padding-bottom: 1.2820512821vw !important;
  }
  .s\:u-pb-10 {
    padding-bottom: 2.5641025641vw !important;
  }
  .s\:u-pb-15 {
    padding-bottom: 3.8461538462vw !important;
  }
  .s\:u-pb-20 {
    padding-bottom: 5.1282051282vw !important;
  }
  .s\:u-pb-25 {
    padding-bottom: 6.4102564103vw !important;
  }
  .s\:u-pb-30 {
    padding-bottom: 7.6923076923vw !important;
  }
  .s\:u-pb-35 {
    padding-bottom: 8.9743589744vw !important;
  }
  .s\:u-pb-40 {
    padding-bottom: 10.2564102564vw !important;
  }
  .s\:u-pb-45 {
    padding-bottom: 11.5384615385vw !important;
  }
  .s\:u-pb-50 {
    padding-bottom: 12.8205128205vw !important;
  }
  .s\:u-pb-55 {
    padding-bottom: 14.1025641026vw !important;
  }
  .s\:u-pb-60 {
    padding-bottom: 15.3846153846vw !important;
  }
  .s\:u-pb-65 {
    padding-bottom: 16.6666666667vw !important;
  }
  .s\:u-pb-70 {
    padding-bottom: 17.9487179487vw !important;
  }
  .s\:u-pb-75 {
    padding-bottom: 19.2307692308vw !important;
  }
  .s\:u-pb-80 {
    padding-bottom: 20.5128205128vw !important;
  }
  .s\:u-pb-85 {
    padding-bottom: 21.7948717949vw !important;
  }
  .s\:u-pb-90 {
    padding-bottom: 23.0769230769vw !important;
  }
  .s\:u-pb-95 {
    padding-bottom: 24.358974359vw !important;
  }
  .s\:u-pb-100 {
    padding-bottom: 25.641025641vw !important;
  }
  .s\:u-pb-105 {
    padding-bottom: 26.9230769231vw !important;
  }
  .s\:u-pb-110 {
    padding-bottom: 28.2051282051vw !important;
  }
  .s\:u-pb-115 {
    padding-bottom: 29.4871794872vw !important;
  }
  .s\:u-pb-120 {
    padding-bottom: 30.7692307692vw !important;
  }
  .s\:u-pb-125 {
    padding-bottom: 32.0512820513vw !important;
  }
  .s\:u-pb-130 {
    padding-bottom: 33.3333333333vw !important;
  }
  .s\:u-pb-135 {
    padding-bottom: 34.6153846154vw !important;
  }
  .s\:u-pb-140 {
    padding-bottom: 35.8974358974vw !important;
  }
  .s\:u-pb-145 {
    padding-bottom: 37.1794871795vw !important;
  }
  .s\:u-pb-150 {
    padding-bottom: 38.4615384615vw !important;
  }
  .s\:u-pt-0 {
    padding-top: 0vw !important;
  }
  .s\:u-pt-5 {
    padding-top: 1.2820512821vw !important;
  }
  .s\:u-pt-10 {
    padding-top: 2.5641025641vw !important;
  }
  .s\:u-pt-15 {
    padding-top: 3.8461538462vw !important;
  }
  .s\:u-pt-20 {
    padding-top: 5.1282051282vw !important;
  }
  .s\:u-pt-25 {
    padding-top: 6.4102564103vw !important;
  }
  .s\:u-pt-30 {
    padding-top: 7.6923076923vw !important;
  }
  .s\:u-pt-35 {
    padding-top: 8.9743589744vw !important;
  }
  .s\:u-pt-40 {
    padding-top: 10.2564102564vw !important;
  }
  .s\:u-pt-45 {
    padding-top: 11.5384615385vw !important;
  }
  .s\:u-pt-50 {
    padding-top: 12.8205128205vw !important;
  }
  .s\:u-pt-55 {
    padding-top: 14.1025641026vw !important;
  }
  .s\:u-pt-60 {
    padding-top: 15.3846153846vw !important;
  }
  .s\:u-pt-65 {
    padding-top: 16.6666666667vw !important;
  }
  .s\:u-pt-70 {
    padding-top: 17.9487179487vw !important;
  }
  .s\:u-pt-75 {
    padding-top: 19.2307692308vw !important;
  }
  .s\:u-pt-80 {
    padding-top: 20.5128205128vw !important;
  }
  .s\:u-pt-85 {
    padding-top: 21.7948717949vw !important;
  }
  .s\:u-pt-90 {
    padding-top: 23.0769230769vw !important;
  }
  .s\:u-pt-95 {
    padding-top: 24.358974359vw !important;
  }
  .s\:u-pt-100 {
    padding-top: 25.641025641vw !important;
  }
  .s\:u-pt-105 {
    padding-top: 26.9230769231vw !important;
  }
  .s\:u-pt-110 {
    padding-top: 28.2051282051vw !important;
  }
  .s\:u-pt-115 {
    padding-top: 29.4871794872vw !important;
  }
  .s\:u-pt-120 {
    padding-top: 30.7692307692vw !important;
  }
  .s\:u-pt-125 {
    padding-top: 32.0512820513vw !important;
  }
  .s\:u-pt-130 {
    padding-top: 33.3333333333vw !important;
  }
  .s\:u-pt-135 {
    padding-top: 34.6153846154vw !important;
  }
  .s\:u-pt-140 {
    padding-top: 35.8974358974vw !important;
  }
  .s\:u-pt-145 {
    padding-top: 37.1794871795vw !important;
  }
  .s\:u-pt-150 {
    padding-top: 38.4615384615vw !important;
  }
  .s\:u-pl-0 {
    padding-left: 0vw !important;
  }
  .s\:u-pl-5 {
    padding-left: 1.2820512821vw !important;
  }
  .s\:u-pl-10 {
    padding-left: 2.5641025641vw !important;
  }
  .s\:u-pl-15 {
    padding-left: 3.8461538462vw !important;
  }
  .s\:u-pl-20 {
    padding-left: 5.1282051282vw !important;
  }
  .s\:u-pl-25 {
    padding-left: 6.4102564103vw !important;
  }
  .s\:u-pl-30 {
    padding-left: 7.6923076923vw !important;
  }
  .s\:u-pl-35 {
    padding-left: 8.9743589744vw !important;
  }
  .s\:u-pl-40 {
    padding-left: 10.2564102564vw !important;
  }
  .s\:u-pl-45 {
    padding-left: 11.5384615385vw !important;
  }
  .s\:u-pl-50 {
    padding-left: 12.8205128205vw !important;
  }
  .s\:u-pl-55 {
    padding-left: 14.1025641026vw !important;
  }
  .s\:u-pl-60 {
    padding-left: 15.3846153846vw !important;
  }
  .s\:u-pl-65 {
    padding-left: 16.6666666667vw !important;
  }
  .s\:u-pl-70 {
    padding-left: 17.9487179487vw !important;
  }
  .s\:u-pl-75 {
    padding-left: 19.2307692308vw !important;
  }
  .s\:u-pl-80 {
    padding-left: 20.5128205128vw !important;
  }
  .s\:u-pr-0 {
    padding-right: 0vw !important;
  }
  .s\:u-pr-5 {
    padding-right: 1.2820512821vw !important;
  }
  .s\:u-pr-10 {
    padding-right: 2.5641025641vw !important;
  }
  .s\:u-pr-15 {
    padding-right: 3.8461538462vw !important;
  }
  .s\:u-pr-20 {
    padding-right: 5.1282051282vw !important;
  }
  .s\:u-pr-25 {
    padding-right: 6.4102564103vw !important;
  }
  .s\:u-pr-30 {
    padding-right: 7.6923076923vw !important;
  }
  .s\:u-pr-35 {
    padding-right: 8.9743589744vw !important;
  }
  .s\:u-pr-40 {
    padding-right: 10.2564102564vw !important;
  }
  .s\:u-pr-45 {
    padding-right: 11.5384615385vw !important;
  }
  .s\:u-pr-50 {
    padding-right: 12.8205128205vw !important;
  }
  .s\:u-pr-55 {
    padding-right: 14.1025641026vw !important;
  }
  .s\:u-pr-60 {
    padding-right: 15.3846153846vw !important;
  }
  .s\:u-pr-65 {
    padding-right: 16.6666666667vw !important;
  }
  .s\:u-pr-70 {
    padding-right: 17.9487179487vw !important;
  }
  .s\:u-pr-75 {
    padding-right: 19.2307692308vw !important;
  }
  .s\:u-pr-80 {
    padding-right: 20.5128205128vw !important;
  }
}
.u-m-auto {
  margin: 0 auto;
}

.u-mr-ip {
  margin-right: 9.0043923865vw;
}

.u-ml-ip {
  margin-left: 9.0043923865vw;
}

.u-mt-m3 {
  margin-top: -0.2196193265vw;
}

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

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

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

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

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

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

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

.u-mb-35 {
  margin-bottom: 2.5622254758vw !important;
}

.u-mb-40 {
  margin-bottom: 2.9282576867vw !important;
}

.u-mb-45 {
  margin-bottom: 3.2942898975vw !important;
}

.u-mb-50 {
  margin-bottom: 3.6603221083vw !important;
}

.u-mb-55 {
  margin-bottom: 4.0263543192vw !important;
}

.u-mb-60 {
  margin-bottom: 4.39238653vw !important;
}

.u-mb-65 {
  margin-bottom: 4.7584187408vw !important;
}

.u-mb-70 {
  margin-bottom: 5.1244509517vw !important;
}

.u-mb-75 {
  margin-bottom: 5.4904831625vw !important;
}

.u-mb-80 {
  margin-bottom: 5.8565153734vw !important;
}

.u-mb-85 {
  margin-bottom: 6.2225475842vw !important;
}

.u-mb-90 {
  margin-bottom: 6.588579795vw !important;
}

.u-mb-95 {
  margin-bottom: 6.9546120059vw !important;
}

.u-mb-100 {
  margin-bottom: 7.3206442167vw !important;
}

.u-mb-105 {
  margin-bottom: 7.6866764275vw !important;
}

.u-mb-110 {
  margin-bottom: 8.0527086384vw !important;
}

.u-mb-115 {
  margin-bottom: 8.4187408492vw !important;
}

.u-mb-120 {
  margin-bottom: 8.78477306vw !important;
}

.u-mb-125 {
  margin-bottom: 9.1508052709vw !important;
}

.u-mb-130 {
  margin-bottom: 9.5168374817vw !important;
}

.u-mb-135 {
  margin-bottom: 9.8828696925vw !important;
}

.u-mb-140 {
  margin-bottom: 10.2489019034vw !important;
}

.u-mb-145 {
  margin-bottom: 10.6149341142vw !important;
}

.u-mb-150 {
  margin-bottom: 10.980966325vw !important;
}

.u-mb-155 {
  margin-bottom: 11.3469985359vw !important;
}

.u-mb-160 {
  margin-bottom: 11.7130307467vw !important;
}

.u-mb-165 {
  margin-bottom: 12.0790629575vw !important;
}

.u-mb-170 {
  margin-bottom: 12.4450951684vw !important;
}

.u-mb-175 {
  margin-bottom: 12.8111273792vw !important;
}

.u-mb-180 {
  margin-bottom: 13.17715959vw !important;
}

.u-mb-185 {
  margin-bottom: 13.5431918009vw !important;
}

.u-mb-190 {
  margin-bottom: 13.9092240117vw !important;
}

.u-mb-195 {
  margin-bottom: 14.2752562225vw !important;
}

.u-mb-200 {
  margin-bottom: 14.6412884334vw !important;
}

.u-mb-205 {
  margin-bottom: 15.0073206442vw !important;
}

.u-mb-210 {
  margin-bottom: 15.3733528551vw !important;
}

.u-mb-215 {
  margin-bottom: 15.7393850659vw !important;
}

.u-mb-220 {
  margin-bottom: 16.1054172767vw !important;
}

.u-mb-225 {
  margin-bottom: 16.4714494876vw !important;
}

.u-mb-230 {
  margin-bottom: 16.8374816984vw !important;
}

.u-mb-235 {
  margin-bottom: 17.2035139092vw !important;
}

.u-mb-240 {
  margin-bottom: 17.5695461201vw !important;
}

.u-mb-245 {
  margin-bottom: 17.9355783309vw !important;
}

.u-mb-250 {
  margin-bottom: 18.3016105417vw !important;
}

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

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

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

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

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

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

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

.u-mt-35 {
  margin-top: 2.5622254758vw !important;
}

.u-mt-40 {
  margin-top: 2.9282576867vw !important;
}

.u-mt-45 {
  margin-top: 3.2942898975vw !important;
}

.u-mt-50 {
  margin-top: 3.6603221083vw !important;
}

.u-mt-55 {
  margin-top: 4.0263543192vw !important;
}

.u-mt-60 {
  margin-top: 4.39238653vw !important;
}

.u-mt-65 {
  margin-top: 4.7584187408vw !important;
}

.u-mt-70 {
  margin-top: 5.1244509517vw !important;
}

.u-mt-75 {
  margin-top: 5.4904831625vw !important;
}

.u-mt-80 {
  margin-top: 5.8565153734vw !important;
}

.u-mt-85 {
  margin-top: 6.2225475842vw !important;
}

.u-mt-90 {
  margin-top: 6.588579795vw !important;
}

.u-mt-95 {
  margin-top: 6.9546120059vw !important;
}

.u-mt-100 {
  margin-top: 7.3206442167vw !important;
}

.u-mt-105 {
  margin-top: 7.6866764275vw !important;
}

.u-mt-110 {
  margin-top: 8.0527086384vw !important;
}

.u-mt-115 {
  margin-top: 8.4187408492vw !important;
}

.u-mt-120 {
  margin-top: 8.78477306vw !important;
}

.u-mt-125 {
  margin-top: 9.1508052709vw !important;
}

.u-mt-130 {
  margin-top: 9.5168374817vw !important;
}

.u-mt-135 {
  margin-top: 9.8828696925vw !important;
}

.u-mt-140 {
  margin-top: 10.2489019034vw !important;
}

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

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

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

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

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

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

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

.u-ml-35 {
  margin-left: 2.5622254758vw !important;
}

.u-ml-40 {
  margin-left: 2.9282576867vw !important;
}

.u-ml-45 {
  margin-left: 3.2942898975vw !important;
}

.u-ml-50 {
  margin-left: 3.6603221083vw !important;
}

.u-ml-55 {
  margin-left: 4.0263543192vw !important;
}

.u-ml-60 {
  margin-left: 4.39238653vw !important;
}

.u-ml-65 {
  margin-left: 4.7584187408vw !important;
}

.u-ml-70 {
  margin-left: 5.1244509517vw !important;
}

.u-ml-75 {
  margin-left: 5.4904831625vw !important;
}

.u-ml-80 {
  margin-left: 5.8565153734vw !important;
}

.u-ml-85 {
  margin-left: 6.2225475842vw !important;
}

.u-ml-90 {
  margin-left: 6.588579795vw !important;
}

.u-ml-95 {
  margin-left: 6.9546120059vw !important;
}

.u-ml-100 {
  margin-left: 7.3206442167vw !important;
}

.u-ml-105 {
  margin-left: 7.6866764275vw !important;
}

.u-ml-110 {
  margin-left: 8.0527086384vw !important;
}

.u-ml-115 {
  margin-left: 8.4187408492vw !important;
}

.u-ml-120 {
  margin-left: 8.78477306vw !important;
}

.u-ml-125 {
  margin-left: 9.1508052709vw !important;
}

.u-ml-130 {
  margin-left: 9.5168374817vw !important;
}

.u-ml-135 {
  margin-left: 9.8828696925vw !important;
}

.u-ml-140 {
  margin-left: 10.2489019034vw !important;
}

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

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

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

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

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

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

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

.u-mr-35 {
  margin-right: 2.5622254758vw !important;
}

.u-mr-40 {
  margin-right: 2.9282576867vw !important;
}

.u-mr-45 {
  margin-right: 3.2942898975vw !important;
}

.u-mr-50 {
  margin-right: 3.6603221083vw !important;
}

.u-mr-55 {
  margin-right: 4.0263543192vw !important;
}

.u-mr-60 {
  margin-right: 4.39238653vw !important;
}

.u-mr-65 {
  margin-right: 4.7584187408vw !important;
}

.u-mr-70 {
  margin-right: 5.1244509517vw !important;
}

.u-mr-75 {
  margin-right: 5.4904831625vw !important;
}

.u-mr-80 {
  margin-right: 5.8565153734vw !important;
}

.u-mr-85 {
  margin-right: 6.2225475842vw !important;
}

.u-mr-90 {
  margin-right: 6.588579795vw !important;
}

.u-mr-95 {
  margin-right: 6.9546120059vw !important;
}

.u-mr-100 {
  margin-right: 7.3206442167vw !important;
}

.u-mr-105 {
  margin-right: 7.6866764275vw !important;
}

.u-mr-110 {
  margin-right: 8.0527086384vw !important;
}

.u-mr-115 {
  margin-right: 8.4187408492vw !important;
}

.u-mr-120 {
  margin-right: 8.78477306vw !important;
}

.u-mr-125 {
  margin-right: 9.1508052709vw !important;
}

.u-mr-130 {
  margin-right: 9.5168374817vw !important;
}

.u-mr-135 {
  margin-right: 9.8828696925vw !important;
}

.u-mr-140 {
  margin-right: 10.2489019034vw !important;
}

.u-mb-m-50 {
  margin-bottom: -3.6603221083vw !important;
}

.u-mb-m-45 {
  margin-bottom: -3.2942898975vw !important;
}

.u-mb-m-40 {
  margin-bottom: -2.9282576867vw !important;
}

.u-mb-m-35 {
  margin-bottom: -2.5622254758vw !important;
}

.u-mb-m-30 {
  margin-bottom: -2.196193265vw !important;
}

.u-mb-m-25 {
  margin-bottom: -1.8301610542vw !important;
}

.u-mb-m-20 {
  margin-bottom: -1.4641288433vw !important;
}

.u-mb-m-15 {
  margin-bottom: -1.0980966325vw !important;
}

.u-mb-m-10 {
  margin-bottom: -0.7320644217vw !important;
}

.u-mb-m-5 {
  margin-bottom: -0.3660322108vw !important;
}

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

.u-mt-m-50 {
  margin-top: -3.6603221083vw !important;
}

.u-mt-m-45 {
  margin-top: -3.2942898975vw !important;
}

.u-mt-m-40 {
  margin-top: -2.9282576867vw !important;
}

.u-mt-m-35 {
  margin-top: -2.5622254758vw !important;
}

.u-mt-m-30 {
  margin-top: -2.196193265vw !important;
}

.u-mt-m-25 {
  margin-top: -1.8301610542vw !important;
}

.u-mt-m-20 {
  margin-top: -1.4641288433vw !important;
}

.u-mt-m-15 {
  margin-top: -1.0980966325vw !important;
}

.u-mt-m-10 {
  margin-top: -0.7320644217vw !important;
}

.u-mt-m-5 {
  margin-top: -0.3660322108vw !important;
}

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

.u-ml-m-100 {
  margin-left: -7.3206442167vw !important;
}

.u-ml-m-95 {
  margin-left: -6.9546120059vw !important;
}

.u-ml-m-90 {
  margin-left: -6.588579795vw !important;
}

.u-ml-m-85 {
  margin-left: -6.2225475842vw !important;
}

.u-ml-m-80 {
  margin-left: -5.8565153734vw !important;
}

.u-ml-m-75 {
  margin-left: -5.4904831625vw !important;
}

.u-ml-m-70 {
  margin-left: -5.1244509517vw !important;
}

.u-ml-m-65 {
  margin-left: -4.7584187408vw !important;
}

.u-ml-m-60 {
  margin-left: -4.39238653vw !important;
}

.u-ml-m-55 {
  margin-left: -4.0263543192vw !important;
}

.u-ml-m-50 {
  margin-left: -3.6603221083vw !important;
}

.u-ml-m-45 {
  margin-left: -3.2942898975vw !important;
}

.u-ml-m-40 {
  margin-left: -2.9282576867vw !important;
}

.u-ml-m-35 {
  margin-left: -2.5622254758vw !important;
}

.u-ml-m-30 {
  margin-left: -2.196193265vw !important;
}

.u-ml-m-25 {
  margin-left: -1.8301610542vw !important;
}

.u-ml-m-20 {
  margin-left: -1.4641288433vw !important;
}

.u-ml-m-15 {
  margin-left: -1.0980966325vw !important;
}

.u-ml-m-10 {
  margin-left: -0.7320644217vw !important;
}

.u-ml-m-5 {
  margin-left: -0.3660322108vw !important;
}

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

.u-mr-m-50 {
  margin-right: -3.6603221083vw !important;
}

.u-mr-m-45 {
  margin-right: -3.2942898975vw !important;
}

.u-mr-m-40 {
  margin-right: -2.9282576867vw !important;
}

.u-mr-m-35 {
  margin-right: -2.5622254758vw !important;
}

.u-mr-m-30 {
  margin-right: -2.196193265vw !important;
}

.u-mr-m-25 {
  margin-right: -1.8301610542vw !important;
}

.u-mr-m-20 {
  margin-right: -1.4641288433vw !important;
}

.u-mr-m-15 {
  margin-right: -1.0980966325vw !important;
}

.u-mr-m-10 {
  margin-right: -0.7320644217vw !important;
}

.u-mr-m-5 {
  margin-right: -0.3660322108vw !important;
}

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

@media screen and (max-width: 640px) {
  .s\:u-m-auto {
    margin: 0 auto;
  }
  .s\:u-mb-0 {
    margin-bottom: 0vw !important;
  }
  .s\:u-mb-5 {
    margin-bottom: 1.2820512821vw !important;
  }
  .s\:u-mb-10 {
    margin-bottom: 2.5641025641vw !important;
  }
  .s\:u-mb-15 {
    margin-bottom: 3.8461538462vw !important;
  }
  .s\:u-mb-20 {
    margin-bottom: 5.1282051282vw !important;
  }
  .s\:u-mb-25 {
    margin-bottom: 6.4102564103vw !important;
  }
  .s\:u-mb-30 {
    margin-bottom: 7.6923076923vw !important;
  }
  .s\:u-mb-35 {
    margin-bottom: 8.9743589744vw !important;
  }
  .s\:u-mb-40 {
    margin-bottom: 10.2564102564vw !important;
  }
  .s\:u-mb-45 {
    margin-bottom: 11.5384615385vw !important;
  }
  .s\:u-mb-50 {
    margin-bottom: 12.8205128205vw !important;
  }
  .s\:u-mb-55 {
    margin-bottom: 14.1025641026vw !important;
  }
  .s\:u-mb-60 {
    margin-bottom: 15.3846153846vw !important;
  }
  .s\:u-mb-65 {
    margin-bottom: 16.6666666667vw !important;
  }
  .s\:u-mb-70 {
    margin-bottom: 17.9487179487vw !important;
  }
  .s\:u-mb-75 {
    margin-bottom: 19.2307692308vw !important;
  }
  .s\:u-mb-80 {
    margin-bottom: 20.5128205128vw !important;
  }
  .s\:u-mb-85 {
    margin-bottom: 21.7948717949vw !important;
  }
  .s\:u-mb-90 {
    margin-bottom: 23.0769230769vw !important;
  }
  .s\:u-mb-95 {
    margin-bottom: 24.358974359vw !important;
  }
  .s\:u-mb-100 {
    margin-bottom: 25.641025641vw !important;
  }
  .s\:u-mb-105 {
    margin-bottom: 26.9230769231vw !important;
  }
  .s\:u-mb-110 {
    margin-bottom: 28.2051282051vw !important;
  }
  .s\:u-mb-115 {
    margin-bottom: 29.4871794872vw !important;
  }
  .s\:u-mb-120 {
    margin-bottom: 30.7692307692vw !important;
  }
  .s\:u-mb-125 {
    margin-bottom: 32.0512820513vw !important;
  }
  .s\:u-mb-130 {
    margin-bottom: 33.3333333333vw !important;
  }
  .s\:u-mb-135 {
    margin-bottom: 34.6153846154vw !important;
  }
  .s\:u-mb-140 {
    margin-bottom: 35.8974358974vw !important;
  }
  .s\:u-mb-145 {
    margin-bottom: 37.1794871795vw !important;
  }
  .s\:u-mb-150 {
    margin-bottom: 38.4615384615vw !important;
  }
  .s\:u-mt-0 {
    margin-top: 0vw !important;
  }
  .s\:u-mt-5 {
    margin-top: 1.2820512821vw !important;
  }
  .s\:u-mt-10 {
    margin-top: 2.5641025641vw !important;
  }
  .s\:u-mt-15 {
    margin-top: 3.8461538462vw !important;
  }
  .s\:u-mt-20 {
    margin-top: 5.1282051282vw !important;
  }
  .s\:u-mt-25 {
    margin-top: 6.4102564103vw !important;
  }
  .s\:u-mt-30 {
    margin-top: 7.6923076923vw !important;
  }
  .s\:u-mt-35 {
    margin-top: 8.9743589744vw !important;
  }
  .s\:u-mt-40 {
    margin-top: 10.2564102564vw !important;
  }
  .s\:u-mt-45 {
    margin-top: 11.5384615385vw !important;
  }
  .s\:u-mt-50 {
    margin-top: 12.8205128205vw !important;
  }
  .s\:u-mt-55 {
    margin-top: 14.1025641026vw !important;
  }
  .s\:u-mt-60 {
    margin-top: 15.3846153846vw !important;
  }
  .s\:u-mt-65 {
    margin-top: 16.6666666667vw !important;
  }
  .s\:u-mt-70 {
    margin-top: 17.9487179487vw !important;
  }
  .s\:u-mt-75 {
    margin-top: 19.2307692308vw !important;
  }
  .s\:u-mt-80 {
    margin-top: 20.5128205128vw !important;
  }
  .s\:u-mt-85 {
    margin-top: 21.7948717949vw !important;
  }
  .s\:u-mt-90 {
    margin-top: 23.0769230769vw !important;
  }
  .s\:u-mt-95 {
    margin-top: 24.358974359vw !important;
  }
  .s\:u-mt-100 {
    margin-top: 25.641025641vw !important;
  }
  .s\:u-ml-10 {
    margin-left: -2.5641025641vw !important;
  }
  .s\:u-ml-5 {
    margin-left: -1.2820512821vw !important;
  }
  .s\:u-ml-0 {
    margin-left: 0vw !important;
  }
  .s\:u-ml-5 {
    margin-left: 1.2820512821vw !important;
  }
  .s\:u-ml-10 {
    margin-left: 2.5641025641vw !important;
  }
  .s\:u-ml-15 {
    margin-left: 3.8461538462vw !important;
  }
  .s\:u-ml-20 {
    margin-left: 5.1282051282vw !important;
  }
  .s\:u-ml-25 {
    margin-left: 6.4102564103vw !important;
  }
  .s\:u-ml-30 {
    margin-left: 7.6923076923vw !important;
  }
  .s\:u-ml-35 {
    margin-left: 8.9743589744vw !important;
  }
  .s\:u-ml-40 {
    margin-left: 10.2564102564vw !important;
  }
  .s\:u-ml-45 {
    margin-left: 11.5384615385vw !important;
  }
  .s\:u-ml-50 {
    margin-left: 12.8205128205vw !important;
  }
  .s\:u-ml-55 {
    margin-left: 14.1025641026vw !important;
  }
  .s\:u-ml-60 {
    margin-left: 15.3846153846vw !important;
  }
  .s\:u-ml-65 {
    margin-left: 16.6666666667vw !important;
  }
  .s\:u-ml-70 {
    margin-left: 17.9487179487vw !important;
  }
  .s\:u-ml-75 {
    margin-left: 19.2307692308vw !important;
  }
  .s\:u-ml-80 {
    margin-left: 20.5128205128vw !important;
  }
  .s\:u-mr-0 {
    margin-right: 0vw !important;
  }
  .s\:u-mr-5 {
    margin-right: 1.2820512821vw !important;
  }
  .s\:u-mr-10 {
    margin-right: 2.5641025641vw !important;
  }
  .s\:u-mr-15 {
    margin-right: 3.8461538462vw !important;
  }
  .s\:u-mr-20 {
    margin-right: 5.1282051282vw !important;
  }
  .s\:u-mr-25 {
    margin-right: 6.4102564103vw !important;
  }
  .s\:u-mr-30 {
    margin-right: 7.6923076923vw !important;
  }
  .s\:u-mr-35 {
    margin-right: 8.9743589744vw !important;
  }
  .s\:u-mr-40 {
    margin-right: 10.2564102564vw !important;
  }
  .s\:u-mr-45 {
    margin-right: 11.5384615385vw !important;
  }
  .s\:u-mr-50 {
    margin-right: 12.8205128205vw !important;
  }
  .s\:u-mr-55 {
    margin-right: 14.1025641026vw !important;
  }
  .s\:u-mr-60 {
    margin-right: 15.3846153846vw !important;
  }
  .s\:u-mr-65 {
    margin-right: 16.6666666667vw !important;
  }
  .s\:u-mr-70 {
    margin-right: 17.9487179487vw !important;
  }
  .s\:u-mr-75 {
    margin-right: 19.2307692308vw !important;
  }
  .s\:u-mr-80 {
    margin-right: 20.5128205128vw !important;
  }
  .s\:u-mb-m-50 {
    margin-bottom: -12.8205128205vw !important;
  }
  .s\:u-mb-m-45 {
    margin-bottom: -11.5384615385vw !important;
  }
  .s\:u-mb-m-40 {
    margin-bottom: -10.2564102564vw !important;
  }
  .s\:u-mb-m-35 {
    margin-bottom: -8.9743589744vw !important;
  }
  .s\:u-mb-m-30 {
    margin-bottom: -7.6923076923vw !important;
  }
  .s\:u-mb-m-25 {
    margin-bottom: -6.4102564103vw !important;
  }
  .s\:u-mb-m-20 {
    margin-bottom: -5.1282051282vw !important;
  }
  .s\:u-mb-m-15 {
    margin-bottom: -3.8461538462vw !important;
  }
  .s\:u-mb-m-10 {
    margin-bottom: -2.5641025641vw !important;
  }
  .s\:u-mb-m-5 {
    margin-bottom: -1.2820512821vw !important;
  }
  .s\:u-mb-m-0 {
    margin-bottom: 0vw !important;
  }
  .s\:u-mt-m-50 {
    margin-top: -12.8205128205vw !important;
  }
  .s\:u-mt-m-45 {
    margin-top: -11.5384615385vw !important;
  }
  .s\:u-mt-m-40 {
    margin-top: -10.2564102564vw !important;
  }
  .s\:u-mt-m-35 {
    margin-top: -8.9743589744vw !important;
  }
  .s\:u-mt-m-30 {
    margin-top: -7.6923076923vw !important;
  }
  .s\:u-mt-m-25 {
    margin-top: -6.4102564103vw !important;
  }
  .s\:u-mt-m-20 {
    margin-top: -5.1282051282vw !important;
  }
  .s\:u-mt-m-15 {
    margin-top: -3.8461538462vw !important;
  }
  .s\:u-mt-m-10 {
    margin-top: -2.5641025641vw !important;
  }
  .s\:u-mt-m-5 {
    margin-top: -1.2820512821vw !important;
  }
  .s\:u-mt-m-0 {
    margin-top: 0vw !important;
  }
  .s\:u-ml-m-50 {
    margin-left: -12.8205128205vw !important;
  }
  .s\:u-ml-m-45 {
    margin-left: -11.5384615385vw !important;
  }
  .s\:u-ml-m-40 {
    margin-left: -10.2564102564vw !important;
  }
  .s\:u-ml-m-35 {
    margin-left: -8.9743589744vw !important;
  }
  .s\:u-ml-m-30 {
    margin-left: -7.6923076923vw !important;
  }
  .s\:u-ml-m-25 {
    margin-left: -6.4102564103vw !important;
  }
  .s\:u-ml-m-20 {
    margin-left: -5.1282051282vw !important;
  }
  .s\:u-ml-m-15 {
    margin-left: -3.8461538462vw !important;
  }
  .s\:u-ml-m-10 {
    margin-left: -2.5641025641vw !important;
  }
  .s\:u-ml-m-5 {
    margin-left: -1.2820512821vw !important;
  }
  .s\:u-ml-m-0 {
    margin-left: 0vw !important;
  }
  .s\:u-mr-m-50 {
    margin-right: -12.8205128205vw !important;
  }
  .s\:u-mr-m-45 {
    margin-right: -11.5384615385vw !important;
  }
  .s\:u-mr-m-40 {
    margin-right: -10.2564102564vw !important;
  }
  .s\:u-mr-m-35 {
    margin-right: -8.9743589744vw !important;
  }
  .s\:u-mr-m-30 {
    margin-right: -7.6923076923vw !important;
  }
  .s\:u-mr-m-25 {
    margin-right: -6.4102564103vw !important;
  }
  .s\:u-mr-m-20 {
    margin-right: -5.1282051282vw !important;
  }
  .s\:u-mr-m-15 {
    margin-right: -3.8461538462vw !important;
  }
  .s\:u-mr-m-10 {
    margin-right: -2.5641025641vw !important;
  }
  .s\:u-mr-m-5 {
    margin-right: -1.2820512821vw !important;
  }
  .s\:u-mr-m-0 {
    margin-right: 0vw !important;
  }
}
.u-w-full-vw {
  width: 100vw;
}
.u-w-full {
  width: 100%;
}
.u-w-half {
  width: 50%;
}
.u-w-31 {
  width: 2.2693997072vw;
}
.u-w-158 {
  width: 11.5666178624vw;
}
.u-w-210 {
  width: 15.3733528551vw;
}
.u-w-395 {
  width: 28.9165446559vw;
}
.u-w-530 {
  width: 38.7994143485vw;
}
.u-w-535 {
  width: 39.1654465593vw;
}
.u-w-570 {
  width: 41.7276720351vw;
}

@media screen and (max-width: 640px) {
  .s\:u-w-full {
    width: 100%;
  }
  .s\:u-w-auto {
    width: auto;
  }
  .s\:u-w-30 {
    width: 7.6923076923vw;
  }
  .s\:u-w-127 {
    width: 32.5641025641vw;
  }
  .s\:u-w-163 {
    width: 41.7948717949vw;
  }
  .s\:u-w-277 {
    width: 71.0256410256vw;
  }
  .s\:u-w-310 {
    width: 79.4871794872vw;
  }
}
.u-h-full {
  height: 100%;
}
.u-h-half {
  height: 50%;
}
.u-h-63 {
  height: 4.6120058565vw;
}
.u-h-96 {
  height: 7.027818448vw;
}

@media screen and (max-width: 640px) {
  .s\:u-h-full {
    height: 100%;
  }
  .s\:u-h-auto {
    height: auto;
  }
  .s\:u-h-46 {
    height: 11.7948717949vw;
  }
  .s\:u-h-68 {
    height: 17.4358974359vw;
  }
  .s\:u-h-238 {
    height: 61.0256410256vw;
  }
  .s\:u-h-415 {
    height: 106.4102564103vw;
  }
  .s\:u-h-405 {
    height: 103.8461538462vw;
  }
}
.u-z-9999 {
  z-index: 9999;
}
.u-z-2 {
  z-index: 2;
}

.u-mix-blend-normal {
  mix-blend-mode: normal;
}
.u-mix-blend-multiply {
  mix-blend-mode: multiply;
}

.u-opacity-0 {
  opacity: 0;
}
.u-opacity-20 {
  opacity: 0.2;
}
.u-opacity-50 {
  opacity: 0.5;
}
.u-opacity-100 {
  opacity: 1;
}

.l-container {
  background: url("../img/bg_david.webp") no-repeat right -25.6222547584vw top 3.6603221083vw/77.7452415813vw auto, url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1821.317" height="3152.332" viewBox="0 0 1821.317 3152.332"><path d="M489.962.624H847.63L-616.02,3152.956H-973.687Z" transform="translate(973.688 -0.624)" fill="%232c2c2c"/></svg>') no-repeat 100% 0/133.3089311859vw auto, url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="3005.614" height="5734.219" viewBox="0 0 3005.614 5734.219"><path d="M489.962.624H847.63L-1800.316,5734.843h-357.668Z" transform="translate(2157.984 -0.624)" fill="%232c2c2c"/></svg>') no-repeat -83.6017569546vw 145.168374817vw/220.0300146413vw auto, url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="3005.614" height="5734.219" viewBox="0 0 3005.614 5734.219"><path d="M489.962.624H847.63L-1800.316,5734.843h-357.668Z" transform="translate(2157.984 -0.624)" fill="%232c2c2c"/></svg>') no-repeat -84.1727672035vw 605.9297218155vw/220.0300146413vw auto;
  padding-top: 5.8565153734vw;
  min-height: 100vh;
  overflow: clip;
}
@media screen and (max-width: 640px) {
  .l-container {
    background: url("../img/bg_david_sp.webp") no-repeat right 0 top 64.358974359vw/100vw auto, url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="582.68" height="1008.501" viewBox="0 0 582.68 1008.501"><path d="M-505.434.624h114.426l-468.254,1008.5H-973.687Z" transform="translate(973.688 -0.624)" fill="%232c2c2c"/></svg>') no-repeat top 0 right -11.2820512821vw/144.2769230769vw auto;
    padding-top: 15.3846153846vw;
  }
}

.l-header {
  align-items: center;
  background-color: #fff;
  color: #1A1A1A;
  display: flex;
  height: 5.8565153734vw;
  justify-content: space-between;
  padding: 0 5.8565153734vw 0 2.0497803807vw;
  position: fixed;
  transition: background-color 0.3s ease;
  top: 0;
  width: 100%;
  z-index: 9999;
}
@media screen and (max-width: 640px) {
  .l-header {
    height: 15.3846153846vw;
    padding-left: 3.3333333333vw;
  }
}
.l-header a {
  color: #1A1A1A;
}
.l-header-logo {
  margin-right: 2.196193265vw;
  width: 19.0336749634vw;
}
@media screen and (max-width: 640px) {
  .l-header-logo {
    position: relative;
    margin-right: 3.3333333333vw;
    top: -0.7692307692vw;
    width: 37.9487179487vw;
  }
}
.l-header-logo img {
  filter: invert(100%);
}
@media screen and (max-width: 640px) {
  .l-header-desc {
    font-size: 3.0769230769vw;
  }
}
.l-header-tel {
  padding-right: 1.2445095168vw;
}
@media screen and (max-width: 640px) {
  .l-header-tel {
    display: none;
  }
}
.l-header-tel dt {
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 2.1229868228vw;
  font-weight: 500;
  line-height: 1;
}
.l-header-tel dt .c-icon-tel {
  margin-right: 0.439238653vw;
  position: relative;
  top: 0.2196193265vw;
  transition: background-color 0.2s ease;
}
.l-header-tel dd {
  font-size: 1.0248901903vw;
  letter-spacing: 0.0732064422vw;
  padding-left: 2.196193265vw;
  padding-top: 0.3660322108vw;
}
.l-header-btn {
  align-items: center;
  background-color: #B8A271;
  border: 1px solid #B8A271;
  border-radius: 0.5856515373vw;
  box-shadow: 0 0 0.7320644217vw rgba(0, 0, 0, 0.3);
  color: #1A1A1A !important;
  display: flex;
  font-weight: 800;
  height: 3.5871156662vw;
  justify-content: center;
  margin-top: 0.2196193265vw;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  width: 19.4729136164vw;
}
.l-header-btn .c-icon-web {
  margin-right: 0.7320644217vw;
}
.l-header-btn:hover {
  background: #1A1A1A;
  border-color: #fff;
  color: #fff !important;
  opacity: 1;
}
.l-header-btn:hover .c-icon-web {
  background-color: #fff;
}
.l-header-hamburger-btn {
  position: absolute !important;
  right: 0;
  top: 0;
}
.l-header-hamburger-menu {
  box-sizing: contnet-box;
  padding: 0.7320644217vw;
  position: fixed;
  right: 1.0256410256vw;
  top: 6.0761346999vw;
}
@media screen and (max-width: 640px) {
  .l-header-hamburger-menu {
    border-radius: 2.5641025641vw;
    max-height: calc(100vh - 33.8461538462vw);
    left: 3.5897435897vw;
    padding: 2.5641025641vw;
    right: unset;
    top: 18.4615384615vw;
  }
}
.l-header.is-top {
  background-color: transparent;
  color: #fff;
}
.l-header.is-top a {
  color: #fff;
}
.l-header.is-top .l-header-logo img {
  filter: unset;
}
.l-header.is-top .l-header-hamburger-btn span,
.l-header.is-top .l-header-hamburger-btn span:before,
.l-header.is-top .l-header-hamburger-btn span:after {
  background-color: #fff;
}
.l-header.is-top .l-header-tel .c-icon-tel {
  background-color: #fff;
}

.l-gnavi {
  background-color: #fff;
  border-radius: 0.7320644217vw;
  box-shadow: 0 0 0.7320644217vw rgba(0, 0, 0, 0.16);
  padding: 1.4641288433vw 2.9282576867vw 3.2942898975vw;
  width: 24.3045387994vw;
}
@media screen and (max-width: 640px) {
  .l-gnavi {
    box-shadow: 0 0 2.5641025641vw rgba(0, 0, 0, 0.16);
    border-radius: 2.5641025641vw;
    height: 100%;
    overflow-y: scroll;
    padding: 8.2051282051vw 6.1538461538vw 11.5384615385vw;
    width: 87.6923076923vw;
  }
}
@media screen and (max-width: 640px) {
  .l-gnavi-items {
    margin-left: 2.5641025641vw;
    width: 65vw;
  }
}
.l-gnavi-items li {
  border-bottom: 1px solid #CECECE;
}
.l-gnavi-items li a {
  color: #1A1A1A !important;
  display: block;
  font-size: 1.317715959vw;
  font-weight: 500;
  line-height: 4.39238653vw;
}
@media screen and (max-width: 640px) {
  .l-gnavi-items li a {
    font-size: 4.6153846154vw;
    line-height: 15.641025641vw;
  }
}
.l-gnavi-items li a:before {
  content: "・";
}
.l-gnavi-items li a:hover {
  color: #B8A271 !important;
  opacity: 1;
}
.l-gnavi-btns {
  display: flex;
  flex-direction: column;
  gap: 2.5641025641vw;
  padding-bottom: 1.2820512821vw;
}

.l-fixed-btns {
  bottom: 0;
  display: flex;
  justify-content: space-between;
  left: 0;
  position: fixed;
  width: 100vw;
  z-index: 8888;
}

.l-fixed-btn {
  align-items: center;
  background-color: #B8A271;
  border-radius: 1.5384615385vw 1.5384615385vw 0 0;
  color: #1A1A1A;
  display: flex;
  flex-direction: column;
  height: 12.8205128205vw;
  justify-content: center;
  padding-left: 2.5641025641vw;
  position: relative;
  width: 49.4871794872vw;
}
@media screen and (max-width: 640px) {
  .l-fixed-btn {
    padding-left: 5.1282051282vw;
  }
}
.l-fixed-btn span {
  font-size: 2.5641025641vw;
  line-height: 1;
  padding-bottom: 1.2820512821vw;
}
.l-fixed-btn strong {
  font-size: 4.6153846154vw;
  font-weight: 700;
  line-height: 1;
}
.l-fixed-btn strong.is-en {
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 5.1282051282vw;
  font-weight: 600;
}
.l-fixed-btn i {
  background-color: #1A1A1A;
  position: absolute;
  left: 4.6153846154vw;
}
.l-fixed-btn .c-icon-tel {
  width: 5.3846153846vw;
}
.l-fixed-btn .c-icon-web {
  width: 6.8179487179vw;
}

.l-cv {
  background: url(../img/cv_bg.webp) no-repeat 0 0/85.1390922401vw auto;
  height: 24.3777452416vw;
  left: -1.0248901903vw;
  margin: 0 auto;
  padding-top: 7.027818448vw;
  position: relative;
  width: 84.0409956076vw;
}
@media screen and (max-width: 640px) {
  .l-cv {
    background: url(../img/cv_bg_sp.webp) no-repeat 0 0/100vw auto;
    height: 110.2564102564vw;
    left: 0;
    padding-top: 6.4102564103vw;
    width: 100vw;
  }
}
.l-cv-ttl {
  align-items: end;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="599" height="60" viewBox="0 0 599 60"><g transform="translate(-278.5 -99)"><line x2="599" transform="translate(278.5 158)" fill="none" stroke="%23fff" stroke-width="2"/><line x2="494" transform="translate(383.5 100)" fill="none" stroke="%23fff" stroke-width="2"/></g></svg>') no-repeat 0 0.9516837482vw/43.850658858vw auto;
  display: flex;
  color: #1A1A1A;
  font-size: 2.196193265vw;
  font-weight: 900;
  justify-content: center;
  left: 0.7320644217vw;
  margin: 0 auto;
  position: relative;
  padding-bottom: 0.3660322108vw;
  white-space: nowrap;
  width: 43.850658858vw;
}
@media screen and (max-width: 640px) {
  .l-cv-ttl {
    background: none;
    display: block;
    font-size: 7.9487179487vw;
    letter-spacing: -0.1282051282vw;
    text-align: center;
    width: 100%;
  }
}
.l-cv-ttl b {
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 5.0512445095vw;
  font-weight: 700;
  line-height: 1;
  margin-right: 0.5124450952vw;
  position: relative;
  top: -0.3660322108vw;
}
@media screen and (max-width: 640px) {
  .l-cv-ttl b {
    font-size: 17.6923076923vw;
    margin-right: 1.7948717949vw;
    top: 0.7692307692vw;
  }
}
.l-cv-ttl em {
  background: #1A1A1A;
  border-radius: 0.439238653vw;
  color: #fff;
  display: block;
  font-style: normal;
  height: 3.3674963397vw;
  line-height: 3.074670571vw;
  padding: 0 1.0248901903vw;
  position: relative;
  margin: 0 0.7320644217vw;
  top: -0.2196193265vw;
}
@media screen and (max-width: 640px) {
  .l-cv-ttl em {
    align-items: center;
    border-radius: 1.5384615385vw;
    display: flex;
    font-size: 7.1794871795vw;
    height: 10.7692307692vw;
    justify-content: center;
    margin: 0 auto;
    line-height: 1;
    width: 18.4615384615vw;
  }
}
@media screen and (max-width: 640px) {
  .l-cv-ttl span {
    display: inline-block;
    font-size: 7.1794871795vw;
    position: relative;
    top: -1.2820512821vw;
  }
}
.l-cv-btns {
  display: flex;
  gap: 4.39238653vw;
  justify-content: center;
  padding-left: 1.8301610542vw;
  padding-top: 2.4158125915vw;
}
@media screen and (max-width: 640px) {
  .l-cv-btns {
    flex-direction: column-reverse;
    gap: 2.5641025641vw;
    padding: 0 12.3076923077vw;
  }
}
.l-cv-btns li {
  width: 28.2576866764vw;
}
@media screen and (max-width: 640px) {
  .l-cv-btns li {
    width: 100%;
  }
}
.l-cv-btns li small {
  display: block;
  font-size: 1.0248901903vw;
  font-weight: 700;
  padding-top: 0.3660322108vw;
  text-align: center;
  text-shadow: 0 0 0.439238653vw rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  .l-cv-btns li small {
    font-size: 3.5897435897vw;
    padding-top: 1.2820512821vw;
    text-shadow: 0 0 1.5384615385vw rgba(0, 0, 0, 0.5);
  }
}

.l-footer {
  background: #313131;
  margin-top: 6.2225475842vw;
  padding-bottom: 4.0263543192vw;
  padding-top: 7.3206442167vw;
}
@media screen and (max-width: 640px) {
  .l-footer {
    margin-top: 11.0256410256vw;
    padding-top: 9.4871794872vw;
    padding-bottom: 25.641025641vw;
  }
}
.l-footer-logo {
  padding-top: 0.9516837482vw;
  width: 19.0336749634vw;
}
@media screen and (max-width: 640px) {
  .l-footer-logo {
    margin: 0 auto;
    padding-bottom: 11.5384615385vw;
    width: 66.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .l-footer-desc {
    font-size: 4.1025641026vw;
    margin-bottom: 2.5641025641vw;
    text-align: center;
  }
}
.l-footer-navi {
  column-gap: 5.8565153734vw;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 13.17715959vw;
  margin-bottom: 6.0761346999vw;
  row-gap: 1.756954612vw;
  width: 25.9150805271vw;
}
@media screen and (max-width: 640px) {
  .l-footer-navi {
    height: 46.1538461538vw;
    column-gap: 11.2820512821vw;
    margin-bottom: 10.2564102564vw;
    row-gap: 5.641025641vw;
    padding: 0 1.7948717949vw;
    width: unset;
  }
}
.l-footer-navi li {
  letter-spacing: 0.0366032211vw;
}
@media screen and (max-width: 640px) {
  .l-footer-navi li {
    font-size: 4.1025641026vw;
  }
}
.l-footer-navi li a:before {
  content: "・";
}
.l-footer-navi li a:hover {
  color: #B8A271;
  opacity: 1;
}
.l-footer-subnavi {
  display: flex;
}
@media screen and (max-width: 640px) {
  .l-footer-subnavi {
    padding-bottom: 11.5384615385vw;
    padding-left: 2.5641025641vw;
    width: 100%;
  }
}
.l-footer-subnavi li {
  font-size: 1.0248901903vw;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .l-footer-subnavi li {
    font-size: 3.5897435897vw;
  }
}
.l-footer-subnavi li:first-child:after {
  content: "｜";
  display: inline-block;
  padding: 0 1.1713030747vw;
}
@media screen and (max-width: 640px) {
  .l-footer-subnavi li:first-child:after {
    padding: 0 4.1025641026vw;
  }
}
.l-footer-subnavi li a:hover {
  color: #B8A271;
  opacity: 1;
}
.l-footer-copy {
  font-size: 1.0248901903vw;
  font-weight: 400;
  letter-spacing: 0.0366032211vw;
}
@media screen and (max-width: 640px) {
  .l-footer-copy {
    font-size: 3.5897435897vw;
  }
}

.l-pagetop {
  align-items: center;
  background: #585858;
  border-radius: 0.7320644217vw;
  bottom: 1.1713030747vw;
  display: flex;
  height: 4.39238653vw;
  justify-content: center;
  position: fixed;
  right: 1.1713030747vw;
  font-size: 0;
  text-indent: -9999px;
  width: 4.39238653vw;
}
.l-pagetop:before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21.127" height="22.297" viewBox="0 0 21.127 22.297"><path d="M15.942,25.3V6M7.5,14.442,15.942,6l8.442,8.442" transform="translate(-5.379 -4.5)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/></svg>') no-repeat 0 0/contain;
  content: " ";
  display: block;
  height: 1.4641288433vw;
  width: 1.2445095168vw;
}
.l-pagetop:hover {
  background-color: #bfbfbf;
  opacity: 1;
}

[data-js-hamburger-btn] {
  aspect-ratio: 1/1;
  display: block;
  height: auto;
  position: relative;
  min-width: 50px;
  width: 5.8565153734vw;
  top: 0;
  z-index: 9999;
}
@media screen and (max-width: 640px) {
  [data-js-hamburger-btn] {
    width: 15.3846153846vw;
  }
}
[data-js-hamburger-btn] span {
  background-color: #1A1A1A;
  bottom: 0;
  display: block;
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s ease;
  width: 2.8184480234vw;
}
@media screen and (max-width: 640px) {
  [data-js-hamburger-btn] span {
    right: 1.5384615385vw;
    width: 7.1794871795vw;
  }
}
[data-js-hamburger-btn] span:before, [data-js-hamburger-btn] span:after {
  background-color: #1A1A1A;
  border-radius: 9999px;
  content: "";
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  height: 100%;
  width: 100%;
  transition: all 0.4s ease;
}
[data-js-hamburger-btn] span:before {
  top: -0.5124450952vw;
  width: 100%;
}
@media screen and (max-width: 640px) {
  [data-js-hamburger-btn] span:before {
    top: -1.7948717949vw;
  }
}
[data-js-hamburger-btn] span::after {
  bottom: -0.5124450952vw;
  right: unset;
  width: 100%;
}
@media screen and (max-width: 640px) {
  [data-js-hamburger-btn] span::after {
    bottom: -1.7948717949vw;
  }
}
[data-js-hamburger-btn]:hover span,
[data-js-hamburger-btn]:hover span:before,
[data-js-hamburger-btn]:hover span:after {
  background: #1A1A1A;
}
[data-js-hamburger-btn].is-open span {
  background-color: transparent !important;
}
[data-js-hamburger-btn].is-open span:before, [data-js-hamburger-btn].is-open span:after {
  bottom: 0;
  margin: auto;
  top: 0;
}
[data-js-hamburger-btn].is-open span::before {
  transform: rotate(200deg);
}
[data-js-hamburger-btn].is-open span::after {
  top: 0;
  transform: rotate(-200deg);
}

[data-js-hamburger-menu] {
  height: 0;
  opacity: 0;
  overflow: hidden;
  z-index: 8888;
  transition: all 0.4s ease;
}
[data-js-hamburger-menu].is-open {
  height: 47.5841874085vw;
  opacity: 1;
}
@media screen and (max-width: 640px) {
  [data-js-hamburger-menu].is-open {
    height: calc(100vh - 15.3846153846vw);
  }
}

[data-js-fadeinup],
[data-js-fadeinup-wrapper] > * {
  backface-visibility: hidden;
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  transform: translateY(3.6603221083vw);
}
[data-js-fadeinup].is-inview,
[data-js-fadeinup-wrapper] > *.is-inview {
  opacity: 1;
  transform: translateY(0);
}

[data-js-fadeinup] [data-js-fadeinup],
[data-js-fadeinup-wrapper] [data-js-fadeinup],
[data-js-fadeinup] [data-js-fadeinup-wrapper] > * {
  transform: translateY(1.8301610542vw);
}
[data-js-fadeinup] [data-js-fadeinup].is-inview,
[data-js-fadeinup-wrapper] [data-js-fadeinup].is-inview,
[data-js-fadeinup] [data-js-fadeinup-wrapper] > *.is-inview {
  opacity: 1;
  transform: translateY(0);
}

[data-js-fadeinup="2"] {
  transition-delay: 0.2s;
}
@media screen and (max-width: 640px) {
  [data-js-fadeinup="2"] {
    transition-delay: unset;
  }
}

[data-js-fadeinup="3"] {
  transition-delay: 0.4s;
}
@media screen and (max-width: 640px) {
  [data-js-fadeinup="3"] {
    transition-delay: unset;
  }
}

[data-js-fadeinup="4"] {
  transition-delay: 0.6s;
}
@media screen and (max-width: 640px) {
  [data-js-fadeinup="4"] {
    transition-delay: unset;
  }
}

[data-js-fadeinup="5"] {
  transition-delay: 0.8s;
}
@media screen and (max-width: 640px) {
  [data-js-fadeinup="5"] {
    transition-delay: unset;
  }
}

[data-js-fadeinup="6"] {
  transition-delay: 1s;
}
@media screen and (max-width: 640px) {
  [data-js-fadeinup="6"] {
    transition-delay: unset;
  }
}

@media screen and (max-width: 640px) {
  [data-js-scroll-section] {
    padding-top: 15.3846153846vw;
    margin-top: -15.3846153846vw;
  }
}

[data-js-accordion] {
  cursor: pointer;
  position: relative;
}
[data-js-accordion]:after {
  aspect-ratio: 1/0.5643835616;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32.847" height="18.545" viewBox="0 0 32.847 18.545"><path d="M1.061,31.786l-2.121-2.121,14.3-14.3-14.3-14.3L1.061-1.061,17.484,15.363Z" transform="translate(31.786 1.061) rotate(90)" fill="%23303133"/></svg>') no-repeat 50% 50%/contain;
  background-size: contain;
  content: " ";
  display: inline-block;
  height: auto;
  right: 2.196193265vw;
  position: absolute;
  margin-top: -0.439238653vw;
  left: unset;
  top: 50%;
  transition: transform 0.5s ease;
  transform-origin: 50% 50%;
  width: 2.4048316252vw;
}
@media screen and (max-width: 640px) {
  [data-js-accordion]:after {
    background-size: 5.1282051282vw auto;
    background-position: 50% 50%;
    height: 12.8205128205vw;
    right: 0;
    top: 5.1282051282vw;
    width: 12.8205128205vw;
  }
}
[data-js-accordion] + div {
  display: none;
}
@media screen and (max-width: 640px) {
  [data-js-accordion].is-open {
    width: 100%;
  }
}
[data-js-accordion].is-open:after {
  transform: rotate(180deg) !important;
}

.p-mv {
  margin-bottom: 2.0497803807vw;
  padding-top: 2.4158125915vw;
}
@media screen and (max-width: 640px) {
  .p-mv {
    margin-bottom: 6.4102564103vw;
    padding-top: 5.1282051282vw;
  }
}
.p-mv-ttl {
  height: 31.2591508053vw;
  position: relative;
  width: 53.1478770132vw;
}
@media screen and (max-width: 640px) {
  .p-mv-ttl {
    height: 45.4538461538vw;
    width: 91.3461538462vw;
  }
}
.p-mv-ttl strong {
  display: block;
}
.p-mv-ttl span {
  font-size: 2.4890190337vw;
  left: -1.9033674963vw;
  letter-spacing: 0.2196193265vw;
  position: absolute;
  top: 8.78477306vw;
}
@media screen and (max-width: 640px) {
  .p-mv-ttl span {
    font-size: 5.1282051282vw;
    left: 0;
    letter-spacing: 0.5128205128vw;
    top: 7.6923076923vw;
  }
}
.p-mv-items {
  display: flex;
  gap: 2.7086383602vw;
  padding-top: 0.439238653vw;
}
@media screen and (max-width: 640px) {
  .p-mv-items {
    flex-direction: column;
    gap: 3.8461538462vw;
    padding-left: 55.1282051282vw;
    padding-top: 0;
    margin-top: -5.1282051282vw;
  }
}
.p-mv-item {
  background: url(../img/mv_item_deco.webp) no-repeat 0 100%/100% auto;
  font-weight: 500;
  padding-bottom: 2.5622254758vw;
  text-align: center;
  width: 14.2752562225vw;
}
@media screen and (max-width: 640px) {
  .p-mv-item {
    font-size: 3.0769230769vw;
    padding-bottom: 6.4102564103vw;
    width: 32.8205128205vw;
  }
}
.p-mv-item-gold {
  color: #B8A271;
  display: block;
  font-size: 1.756954612vw;
  padding-top: 0.2196193265vw;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .p-mv-item-gold {
    font-size: 3.5897435897vw;
    padding-top: 0;
    margin-top: -0.7692307692vw;
  }
}
.p-mv-item-gold b {
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 5.710102489vw;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .p-mv-item-gold b {
    font-size: 12.5641025641vw;
  }
}
.p-mv-item-gold b.is-ja {
  display: inline-block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 3.0014641288vw;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.1464128843vw;
  padding-top: 0.2196193265vw;
}
@media screen and (max-width: 640px) {
  .p-mv-item-gold b.is-ja {
    font-size: 6.1538461538vw;
    letter-spacing: -0.5128205128vw;
  }
}
.p-mv-item small {
  display: inline-block;
  font-size: 1.0248901903vw;
}
@media screen and (max-width: 640px) {
  .p-mv-item small {
    font-size: 3.0769230769vw;
    margin-top: -1.2820512821vw;
  }
}

.p-price {
  background-color: rgba(26, 26, 26, 0.7);
  border: 0.2196193265vw solid #B8A271;
  border-radius: 0.7320644217vw;
  margin-top: 4.39238653vw;
  padding: 2.5622254758vw 3.2942898975vw 3.6603221083vw 3.6603221083vw;
}
@media screen and (max-width: 640px) {
  .p-price {
    border: 0.7692307692vw solid #B8A271;
    border-radius: 2.5641025641vw;
    padding: 3.8461538462vw 5.1282051282vw 8.9743589744vw;
    margin-top: 11.5384615385vw;
  }
}
.p-price-ttl {
  color: #B8A271;
  font-size: 5.1244509517vw;
  font-weight: 900;
  line-height: 1;
  position: relative;
  padding-left: 1.4641288433vw;
}
@media screen and (max-width: 640px) {
  .p-price-ttl {
    font-size: 13.3333333333vw;
  }
}
.p-price-ttl .c-vio {
  font-size: 11.1273792094vw;
  padding-right: 0.7320644217vw;
  position: relative;
  top: 0.3660322108vw;
}
@media screen and (max-width: 640px) {
  .p-price-ttl .c-vio {
    font-size: 29.4871794872vw;
    padding-right: 2.5641025641vw;
    top: 1.2820512821vw;
  }
}
.p-price-ttl .c-formen {
  position: absolute;
  right: 2.5622254758vw;
  top: 2.9282576867vw;
}
@media screen and (max-width: 640px) {
  .p-price-ttl .c-formen {
    right: 0.2564102564vw;
    top: 7.6923076923vw;
  }
}
.p-price-desc {
  color: #B8A271;
  display: block;
  font-size: 1.756954612vw;
  font-weight: 700;
  letter-spacing: 0.0732064422vw;
  margin-left: -0.5128205128vw;
  position: relative;
  padding-top: 0.3660322108vw;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .p-price-desc {
    font-size: 4.6153846154vw;
    margin: 0 calc(50% - 50vw);
    padding-top: 0.7692307692vw;
    width: 100vw;
  }
}
.p-price-body {
  align-items: start;
  display: flex;
  margin-left: -1.0980966325vw;
  padding-top: 1.6837481698vw;
}
@media screen and (max-width: 640px) {
  .p-price-body {
    justify-content: space-between;
    padding-left: 0;
    padding-top: 5.1282051282vw;
  }
}
.p-price-circle {
  align-items: center;
  aspect-ratio: 1/1;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  font-size: 2.0497803807vw;
  font-style: normal;
  font-weight: 700;
  line-height: 2.3426061493vw;
  height: auto;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 1.0980966325vw;
  margin-top: 0.3660322108vw;
  width: 8.0527086384vw;
}
@media screen and (max-width: 640px) {
  .p-price-circle {
    font-size: 3.8461538462vw;
    line-height: 4.358974359vw;
    margin-top: 1.2820512821vw;
    width: 15.641025641vw;
  }
}
.p-price-value {
  font-size: 1.756954612vw;
  font-weight: 700;
  line-height: 1;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .p-price-value {
    font-size: 4.1025641026vw;
    margin: 0 auto;
    transform: translateX(0);
  }
}
.p-price-value strong {
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 8.1991215227vw;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 640px) {
  .p-price-value strong {
    font-size: 15.641025641vw;
  }
}
.p-price-value strong:first-letter {
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 5.5636896047vw;
  font-weight: 500;
  padding-right: 0.7320644217vw;
}
@media screen and (max-width: 640px) {
  .p-price-value strong:first-letter {
    font-size: 10.5128205128vw;
    padding-right: 2.0512820513vw;
  }
}
.p-price-value .c-tax {
  left: 0;
  position: absolute;
  top: 1.6837481698vw;
}
@media screen and (max-width: 640px) {
  .p-price-value .c-tax {
    left: -0.5128205128vw;
    top: 2.5641025641vw;
  }
}
@media screen and (max-width: 640px) {
  .p-price-value-num {
    bottom: -5.1282051282vw;
    position: absolute;
    right: 0;
  }
}
.p-price-foot {
  padding-top: 1.6105417277vw;
}
@media screen and (max-width: 640px) {
  .p-price-foot {
    padding-top: 9.4871794872vw;
  }
}
.p-price-foot .c-btn-2 {
  margin: 0 auto;
  width: 28.2576866764vw;
}
@media screen and (max-width: 640px) {
  .p-price-foot .c-btn-2 {
    width: 100%;
  }
}

.p-trouble {
  padding-top: 6.588579795vw;
  position: relative;
}
@media screen and (max-width: 640px) {
  .p-trouble {
    padding-top: 13.5897435897vw;
  }
}
.p-trouble > * {
  position: relative;
}
.p-trouble:before {
  background: url(../img/trouble_david.webp) no-repeat 50% 15.8125915081vw/24.8901903367vw auto;
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-trouble:before {
    background-size: 34.7025641026vw auto;
    background-position: right 0 top 5.1282051282vw;
    opacity: 0.5;
  }
}
.p-trouble:after {
  background: url(../img/trouble_arrow.webp) no-repeat 0 0/contain;
  content: " ";
  display: block;
  height: 10.9077598829vw;
  margin: 0 auto;
  width: 36.7496339678vw;
}
@media screen and (max-width: 640px) {
  .p-trouble:after {
    height: 15.7358974359vw;
    width: 52.9153846154vw;
  }
}
.p-trouble-ttl {
  font-size: 4.0995607613vw;
  margin-bottom: 6.588579795vw;
  letter-spacing: 0.3660322108vw;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-trouble-ttl {
    font-size: 9.2307692308vw;
    letter-spacing: 0.641025641vw;
    line-height: 1.3888888889;
    margin-bottom: 9.7435897436vw;
  }
}
.p-trouble-items {
  margin-bottom: 8.9311859444vw;
  min-height: 37.4816983895vw;
  position: relative;
}
@media screen and (max-width: 640px) {
  .p-trouble-items {
    align-items: center;
    display: flex;
    gap: 4.1025641026vw;
    flex-direction: column;
    margin-bottom: 15.3846153846vw;
    min-height: unset;
  }
}
.p-trouble-items li {
  border: 0.1464128843vw solid #fff;
  border-radius: 1.4641288433vw;
  font-size: 2.196193265vw;
  font-weight: 700;
  line-height: 1.4;
  padding: 1.8301610542vw 3.2942898975vw;
  position: absolute;
  text-align: center;
  width: fit-content;
}
.p-trouble-items li:nth-child(1) {
  left: 16.8374816984vw;
  top: 0;
}
.p-trouble-items li:nth-child(2) {
  left: 5.7833089312vw;
  top: 13.616398243vw;
}
.p-trouble-items li:nth-child(3) {
  left: 9.0043923865vw;
  top: 27.2327964861vw;
}
.p-trouble-items li:nth-child(4) {
  right: 6.8081991215vw;
  top: 11.5666178624vw;
}
.p-trouble-items li:nth-child(5) {
  right: 8.0527086384vw;
  top: 25.0366032211vw;
}
@media screen and (max-width: 640px) {
  .p-trouble-items li {
    border: 0.5128205128vw solid #fff;
    border-radius: 5.1282051282vw;
    font-size: 5.1282051282vw;
    padding: 5.1282051282vw 7.6923076923vw 4.6153846154vw;
    position: unset;
  }
}

.p-merit {
  padding-top: 6.2957540264vw;
  position: relative;
}
@media screen and (max-width: 640px) {
  .p-merit {
    padding-top: 12.8205128205vw;
  }
}
.p-merit:before {
  background: url(../img/merit_david.webp) no-repeat 0 0/contain;
  aspect-ratio: 1/1.3342618384;
  content: " ";
  height: auto;
  display: block;
  position: absolute;
  left: -7.3206442167vw;
  top: 1.0980966325vw;
  width: 30.3806734993vw;
}
@media screen and (max-width: 640px) {
  .p-merit:before {
    display: none;
  }
}
.p-merit > * {
  position: relative;
}
.p-merit-ttl {
  align-items: center;
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin-bottom: 3.8067349927vw;
}
@media screen and (max-width: 640px) {
  .p-merit-ttl {
    text-align: center;
  }
}
.p-merit-ttl span {
  align-items: end;
  color: #B8A271;
  display: flex;
  font-size: 4.0995607613vw;
  justify-content: center;
  letter-spacing: 0.1464128843vw;
  gap: 1.756954612vw;
  margin-bottom: 2.4158125915vw;
}
@media screen and (max-width: 640px) {
  .p-merit-ttl span {
    font-size: 9.2307692308vw;
    gap: 0;
    line-height: 1.2777777778;
    margin-bottom: 5.1282051282vw;
  }
}
.p-merit-ttl span:before, .p-merit-ttl span:after {
  aspect-ratio: 1/1.2962962963;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28.584" height="36.222" viewBox="0 0 28.584 36.222"><path d="M27,35,0,0" transform="translate(0.792 0.611)" fill="none" stroke="%23b8a271" stroke-width="2"/></svg>') no-repeat 0 0/contain;
  content: " ";
  display: inline-block;
  width: 1.9765739385vw;
}
@media screen and (max-width: 640px) {
  .p-merit-ttl span:before, .p-merit-ttl span:after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="43.963" height="83.258" viewBox="0 0 43.963 83.258"><path d="M41.294,82.8-.89.456.89-.456,43.074,81.89Z" transform="translate(0.89 0.456)" fill="%23b8a271"/></svg>') no-repeat 0 0/contain;
    height: 21.3487179487vw;
    width: 11.2717948718vw;
  }
}
.p-merit-ttl span:after {
  transform: scaleX(-1);
}
.p-merit-ttl strong {
  align-items: center;
  font-size: 3.6603221083vw;
  font-weight: 700;
  display: flex;
  line-height: 1;
  letter-spacing: 0.1464128843vw;
  padding-left: 0.7320644217vw;
}
@media screen and (max-width: 640px) {
  .p-merit-ttl strong {
    font-size: 7.1794871795vw;
  }
}
.p-merit-ttl strong .c-en {
  color: #B8A271;
  font-size: 10.2489019034vw;
  padding: 0 0.3660322108vw;
  position: relative;
  top: -0.878477306vw;
}
@media screen and (max-width: 640px) {
  .p-merit-ttl strong .c-en {
    font-size: 21.2820512821vw;
    top: -1.7948717949vw;
  }
}
.p-merit-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 4.6120058565vw;
}
@media screen and (max-width: 640px) {
  .p-merit-items {
    flex-direction: column;
    padding-top: 3.8461538462vw;
    row-gap: 15.3846153846vw;
  }
}
.p-merit-item {
  letter-spacing: 0.0732064422vw;
  position: relative;
  width: 39.5314787701vw;
}
@media screen and (max-width: 640px) {
  .p-merit-item {
    width: 100%;
  }
}
.p-merit-item .c-en {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #B8A271;
  border-radius: 50%;
  display: flex;
  font-size: 3.8067349927vw;
  height: auto;
  justify-content: center;
  left: -1.3909224012vw;
  position: absolute;
  top: -1.317715959vw;
  width: 6.7349926794vw;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .p-merit-item .c-en {
    font-size: 7.6923076923vw;
    left: -3.8461538462vw;
    top: -4.6153846154vw;
    width: 14.358974359vw;
  }
}
.p-merit-item-img {
  border-radius: 0.7320644217vw;
  height: 27.0863836018vw;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .p-merit-item-img {
    border-radius: 2.5641025641vw;
    height: auto;
  }
}
.p-merit-item-ttl {
  font-size: 1.756954612vw;
  padding-bottom: 0.2196193265vw;
  padding-top: 1.2445095168vw;
}
@media screen and (max-width: 640px) {
  .p-merit-item-ttl {
    font-size: 5.1282051282vw;
    padding-bottom: 1.2820512821vw;
    padding-top: 2.5641025641vw;
  }
}

.p-overview {
  border: 0.2196193265vw solid #B8A271;
  border-radius: 0.7320644217vw;
  margin-bottom: 1.6105417277vw;
  margin-top: 6.9546120059vw;
  padding-bottom: 6.8814055637vw;
  padding-top: 4.0263543192vw;
}
@media screen and (max-width: 640px) {
  .p-overview {
    border-width: 0.5128205128vw;
    border-radius: 2.5641025641vw;
    margin-bottom: 12.3076923077vw;
    margin-top: 15.3846153846vw;
    padding-bottom: 11.0256410256vw;
    padding-top: 3.8461538462vw;
  }
}
.p-overview-ttl {
  color: #B8A271;
  font-size: 5.1244509517vw;
  margin: 0 auto;
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  .p-overview-ttl {
    font-size: 13.3333333333vw;
    line-height: 1.2;
    text-align: center;
  }
}
.p-overview-ttl .c-vio {
  font-size: 11.1273792094vw;
  padding-right: 0.3660322108vw;
  position: relative;
  top: 0.7320644217vw;
}
@media screen and (max-width: 640px) {
  .p-overview-ttl .c-vio {
    font-size: 29.4871794872vw;
    padding-right: 1.2820512821vw;
    top: 1.2820512821vw;
  }
}
.p-overview-ttl .c-formen {
  position: absolute;
  right: 14.2752562225vw;
  top: 3.1478770132vw;
}
@media screen and (max-width: 640px) {
  .p-overview-ttl .c-formen {
    right: -2.5641025641vw;
    top: 8.9743589744vw;
  }
}
.p-overview-img {
  padding-top: 4.39238653vw;
  margin: 0 auto;
  width: 51.0248901903vw;
}
@media screen and (max-width: 640px) {
  .p-overview-img {
    padding-top: 10.2564102564vw;
    width: 75.1282051282vw;
  }
}
.p-overview-subttl {
  padding-top: 3.1478770132vw;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-overview-subttl {
    padding-top: 7.6923076923vw;
  }
}
.p-overview-subttl strong {
  display: block;
  font-size: 2.4890190337vw;
}
@media screen and (max-width: 640px) {
  .p-overview-subttl strong {
    font-size: 6.1538461538vw;
  }
}
.p-overview-subttl span {
  display: block;
  font-size: 1.756954612vw;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .p-overview-subttl span {
    font-size: 4.6153846154vw;
  }
}
.p-overview-price {
  display: flex;
  gap: 4.39238653vw;
  justify-content: center;
  padding: 3.6603221083vw 7.467057101vw 5.3440702782vw;
}
@media screen and (max-width: 640px) {
  .p-overview-price {
    flex-direction: column;
    gap: 8.2051282051vw;
    padding: 5.1282051282vw 6.1538461538vw;
  }
}
.p-overview-price li {
  align-items: start;
  display: flex;
  gap: 0.7320644217vw;
}
@media screen and (max-width: 640px) {
  .p-overview-price li {
    justify-content: space-between;
  }
}
.p-overview-price li .c-price-circle-m {
  gap: 1.2820512821vw;
  position: relative;
  top: 0.5124450952vw;
}
@media screen and (max-width: 640px) {
  .p-overview-btn {
    padding: 6.4102564103vw 6.1538461538vw 0;
  }
}
.p-overview-btn .c-btn-2 {
  margin: 0 auto;
  width: 28.2576866764vw;
}
@media screen and (max-width: 640px) {
  .p-overview-btn .c-btn-2 {
    width: 100%;
  }
}

.p-features {
  background-color: #313131;
  margin-top: 6.3689604685vw;
  padding-bottom: 7.3206442167vw;
  padding-top: 7.5402635432vw;
}
@media screen and (max-width: 640px) {
  .p-features {
    margin-top: 11.5384615385vw;
    padding-bottom: 14.1025641026vw;
    padding-top: 14.8717948718vw;
  }
}
.p-features-ttl {
  text-align: center;
}
.p-features-ttl span {
  display: block;
  font-size: 2.4890190337vw;
  font-weight: 700;
  line-height: 1;
  margin-bottom: -0.3660322108vw;
}
@media screen and (max-width: 640px) {
  .p-features-ttl span {
    font-size: 7.6923076923vw;
    margin-bottom: 1.2820512821vw;
  }
}
.p-features-ttl strong {
  align-items: baseline;
  color: #B8A271;
  display: flex;
  font-size: 5.1244509517vw;
  font-weight: 900;
  margin: 0 auto;
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  .p-features-ttl strong {
    display: inline-block;
    font-size: 13.3333333333vw;
    line-height: 1.2;
  }
}
.p-features-ttl strong .c-vio {
  font-size: 11.1273792094vw;
  padding-right: 0.7320644217vw;
  position: relative;
  top: 0.7320644217vw;
}
@media screen and (max-width: 640px) {
  .p-features-ttl strong .c-vio {
    font-size: 29.4871794872vw;
    top: 1.5384615385vw;
  }
}
.p-features-ttl strong .c-formen {
  left: 15.7393850659vw;
  position: absolute;
  top: 3.1478770132vw;
}
@media screen and (max-width: 640px) {
  .p-features-ttl strong .c-formen {
    left: unset;
    right: 8.9743589744vw;
    top: 8.2051282051vw;
  }
}
.p-features-desc {
  font-size: 1.4641288433vw;
  letter-spacing: 0.0366032211vw;
  padding-top: 2.0497803807vw;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-features-desc {
    font-size: 4.1025641026vw;
    padding-top: 6.4102564103vw;
    text-align: left;
  }
}
.p-features-table {
  color: #1A1A1A;
  padding-top: 3.2942898975vw;
}
@media screen and (max-width: 640px) {
  .p-features-table {
    margin: 0 calc(50% - 50vw);
    padding: 8.4615384615vw 6.1538461538vw 5.1282051282vw;
    overflow-x: scroll;
    width: 100vw;
  }
  .p-features-table::-webkit-scrollbar {
    height: 2.5641025641vw;
    width: 2.5641025641vw;
  }
  .p-features-table::-webkit-scrollbar-track {
    border-radius: 9999px;
    background-color: #fff;
    margin: 0 6.1538461538vw;
  }
  .p-features-table::-webkit-scrollbar-thumb {
    background-color: #AFAFAF;
    border-radius: 9999px;
  }
}
.p-features-table table {
  border-collapse: collapse;
}
@media screen and (max-width: 640px) {
  .p-features-table table {
    width: 181.0256410256vw;
  }
}
.p-features-table table th, .p-features-table table td {
  border: 0.2928257687vw solid #313131;
}
.p-features-table thead th {
  font-size: 2.196193265vw;
  font-weight: 700;
  line-height: 1.3333333333;
  vertical-align: bottom;
}
@media screen and (max-width: 640px) {
  .p-features-table thead th {
    font-size: 4.8791208792vw;
  }
}
.p-features-table thead th > div {
  align-items: center;
  background-color: #fff;
  border-radius: 0.7320644217vw 0.7320644217vw 0 0;
  display: flex;
  justify-content: center;
  height: 6.0029282577vw;
}
@media screen and (max-width: 640px) {
  .p-features-table thead th > div {
    border-radius: 2.5641025641vw 2.5641025641vw 0 0;
    height: 13.3362637366vw;
  }
}
.p-features-table thead th.is-arca div {
  background: #B8A271 url(../img/features_gold_th.webp) no-repeat top center/cover;
  height: 9.5168374817vw;
}
@media screen and (max-width: 640px) {
  .p-features-table thead th.is-arca div {
    height: 21.1428571433vw;
  }
}
.p-features-table tbody th {
  background-color: #B9B9B9;
  color: #1A1A1A;
  font-size: 1.756954612vw;
  font-weight: 700;
  letter-spacing: 0.3660322108vw;
  min-height: 15.1537335286vw;
  width: 4.39238653vw;
}
@media screen and (max-width: 640px) {
  .p-features-table tbody th {
    font-size: 3.9032967034vw;
    min-height: 33.6659340667vw;
    width: 9.7582417585vw;
  }
}
.p-features-table tbody th span {
  writing-mode: vertical-rl;
}
.p-features-table tbody td {
  background-color: #fff;
  font-size: 1.4641288433vw;
  font-weight: 400;
  line-height: 1.5;
  padding: 6.0761346999vw 2.9282576867vw 2.0497803807vw;
  position: relative;
  vertical-align: top;
  width: 25.6222547584vw;
}
@media screen and (max-width: 640px) {
  .p-features-table tbody td {
    font-size: 3.2527472528vw;
    padding: 13.4989010992vw 6.5054945056vw 4.5538461539vw;
    width: 56.9230769231vw;
  }
}
.p-features-table tbody td *[class^=c-icon] {
  display: block;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  top: 1.8301610542vw;
}
@media screen and (max-width: 640px) {
  .p-features-table tbody td *[class^=c-icon] {
    top: 4.065934066vw;
  }
}
.p-features-table tbody td.is-arca {
  background: #B8A271 url(../img/features_gold_td.webp) no-repeat top center/cover;
  font-weight: 700;
}
.p-features-points {
  display: flex;
  justify-content: space-between;
  padding-top: 4.39238653vw;
}
@media screen and (max-width: 640px) {
  .p-features-points {
    flex-direction: column;
    gap: 12.8205128205vw;
    padding-top: 12.8205128205vw;
  }
}
.p-features-point {
  width: 38.9458272328vw;
}
@media screen and (max-width: 640px) {
  .p-features-point {
    width: 100%;
  }
}
.p-features-point-ttl {
  align-items: center;
  display: flex;
  gap: 1.8301610542vw;
  line-height: 1;
  padding-bottom: 1.0980966325vw;
}
@media screen and (max-width: 640px) {
  .p-features-point-ttl {
    gap: 5.3846153846vw;
    padding-bottom: 4.6153846154vw;
  }
}
.p-features-point-ttl span {
  align-items: center;
  color: #B8A271;
  display: flex;
  flex-direction: column;
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  letter-spacing: 0.0732064422vw;
}
@media screen and (max-width: 640px) {
  .p-features-point-ttl span {
    font-size: 4.358974359vw;
  }
}
.p-features-point-ttl span b {
  font-size: 4.4655929722vw;
  font-weight: 700;
  padding-top: 0.2196193265vw;
}
@media screen and (max-width: 640px) {
  .p-features-point-ttl span b {
    font-size: 11.5384615385vw;
  }
}
.p-features-point-ttl strong {
  font-size: 2.4890190337vw;
  font-weight: 700;
  line-height: 1.3529411765;
}
@media screen and (max-width: 640px) {
  .p-features-point-ttl strong {
    font-size: 6.1538461538vw;
  }
}
.p-features-point-img {
  border-radius: 0.7320644217vw;
  overflow: hidden;
}
.p-features-point p {
  font-weight: 400;
  line-height: 1.5;
  padding-top: 1.4641288433vw;
}
@media screen and (max-width: 640px) {
  .p-features-point p {
    line-height: 1.7142857143;
    padding-top: 4.1025641026vw;
  }
}

.p-flow {
  padding-top: 6.8081991215vw;
}
@media screen and (max-width: 640px) {
  .p-flow {
    padding-top: 14.6153846154vw;
  }
}
.p-flow-items {
  display: flex;
  gap: 2.196193265vw;
  padding-top: 4.7584187408vw;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .p-flow-items {
    flex-direction: column;
    gap: 5.1282051282vw;
    padding-top: 8.2051282051vw;
  }
}
.p-flow-items:before {
  background-color: #fff;
  content: " ";
  display: block;
  height: 0.3660322108vw;
  position: absolute;
  top: 56%;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .p-flow-items:before {
    height: calc(100% - 12.8205128205vw);
    left: calc(50% - 0.641025641vw);
    top: 12.8205128205vw;
    width: 1.2820512821vw;
  }
}
.p-flow-item {
  background-color: #fff;
  border-radius: 0.7320644217vw;
  color: #1A1A1A;
  padding: 2.5622254758vw 1.756954612vw 2.196193265vw;
  position: relative;
  width: 18.8140556369vw;
}
@media screen and (max-width: 640px) {
  .p-flow-item {
    border-radius: 2.5641025641vw;
    padding: 5.1282051282vw 6.1538461538vw;
    width: 100%;
  }
}
.p-flow-item-ttl {
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-flow-item-ttl {
    align-items: center;
    display: flex;
    gap: 3.8461538462vw;
    margin-bottom: 3.8461538462vw;
  }
}
.p-flow-item-ttl span {
  color: #B8A271;
  display: block;
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 3.1478770132vw;
  font-weight: 600;
  padding-bottom: 1.5373352855vw;
}
@media screen and (max-width: 640px) {
  .p-flow-item-ttl span {
    font-size: 9.2307692308vw;
  }
}
.p-flow-item-ttl strong {
  display: block;
  font-size: 2.0497803807vw;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .p-flow-item-ttl strong {
    font-size: 5.1282051282vw;
  }
}
.p-flow-item-img {
  padding-bottom: 1.6105417277vw;
  padding-top: 1.0980966325vw;
  margin: 0 auto;
  width: 6.588579795vw;
}
@media screen and (max-width: 640px) {
  .p-flow-item-img {
    padding: 0;
    position: absolute;
    right: 6.1538461538vw;
    top: 1.7948717949vw;
    width: 15.3846153846vw;
  }
}
.p-flow-item p {
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .p-flow-item p {
    line-height: 1.7142857143;
  }
}
.p-flow-item-btns {
  display: flex;
  flex-direction: column;
  gap: 1.0980966325vw;
  margin-left: -0.2928257687vw;
  margin-top: 0.5124450952vw;
  width: 15.9590043924vw;
}
@media screen and (max-width: 640px) {
  .p-flow-item-btns {
    margin: 0;
    gap: 2.5641025641vw;
    padding-bottom: 1.7948717949vw;
    width: auto;
  }
}

.p-plan {
  border: 3px solid #B8A271;
  border-radius: 0.7320644217vw;
  margin-bottom: 7.3206442167vw;
  margin-top: 7.3206442167vw;
  padding-bottom: 6.3689604685vw;
  padding-top: 6.9546120059vw;
}
@media screen and (max-width: 640px) {
  .p-plan {
    border-radius: 1.5384615385vw;
    padding-bottom: 11.5384615385vw;
    padding-top: 12.8205128205vw;
    margin-bottom: 15.3846153846vw;
    margin-top: 15.3846153846vw;
  }
}
.p-plan-ttl {
  align-items: center;
  border-bottom: 1px solid #fff;
  color: #B8A271;
  display: flex;
  flex-direction: column;
  font-size: 1.756954612vw;
  line-height: 1;
  min-height: 5.4904831625vw;
  justify-content: center;
  margin-bottom: 0.9516837482vw;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-plan-ttl {
    font-size: 5.1282051282vw;
    min-height: unset;
    padding: 6.4102564103vw 0 5.1282051282vw;
  }
}
.p-plan-ttl span {
  color: #fff;
  display: block;
  font-size: 1.1713030747vw;
  line-height: 1.625;
  padding-bottom: 0.3660322108vw;
  padding-top: 0.5856515373vw;
}
@media screen and (max-width: 640px) {
  .p-plan-ttl span {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
    padding-bottom: 0;
    padding-top: 1.2820512821vw;
  }
}
.p-plan-ttl.is-multiple {
  min-height: 9.1508052709vw;
  padding-top: 1.4641288433vw;
}
@media screen and (max-width: 640px) {
  .p-plan-ttl.is-multiple {
    min-height: unset;
    padding: 4.358974359vw 0 3.8461538462vw;
  }
}
.p-plan-prices {
  display: flex;
  flex-direction: column;
  gap: 0.7320644217vw;
  margin: 0 auto;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  .p-plan-prices {
    flex-direction: row;
    gap: 7.4358974359vw;
    justify-content: center;
  }
}
.p-plan-price-ttl {
  font-size: 1.1713030747vw;
}
@media screen and (max-width: 640px) {
  .p-plan-price-ttl {
    font-size: 3.5897435897vw;
    padding-top: 2.5641025641vw;
    padding-bottom: 0;
    margin-bottom: -1.2820512821vw;
    text-align: left;
  }
}
.p-plan-price-value {
  display: flex;
  gap: 0.7320644217vw;
  justify-content: center;
}
.p-plan-item-l {
  margin: 0 auto;
  padding-top: 6.9546120059vw;
  text-align: center;
  width: 67.0571010249vw;
}
@media screen and (max-width: 640px) {
  .p-plan-item-l {
    padding: 8.9743589744vw 5.8974358974vw 0;
    width: 100%;
  }
}
.p-plan-item-l img {
  width: 51.0248901903vw;
}
@media screen and (max-width: 640px) {
  .p-plan-item-l img {
    width: 100%;
  }
}
.p-plan-item-l .p-plan-ttl {
  padding: 0;
  margin-bottom: 1.9033674963vw;
  min-height: 10.7613469985vw;
}
@media screen and (max-width: 640px) {
  .p-plan-item-l .p-plan-ttl {
    margin: 0 0 3.0769230769vw;
    padding: 10.2564102564vw 0 6.4102564103vw;
  }
}
.p-plan-item-l .p-plan-ttl strong {
  font-size: 2.4890190337vw;
  display: block;
}
@media screen and (max-width: 640px) {
  .p-plan-item-l .p-plan-ttl strong {
    font-size: 6.1538461538vw;
    padding-bottom: 2.5641025641vw;
  }
}
.p-plan-item-l .p-plan-ttl span {
  font-size: 1.756954612vw;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .p-plan-item-l .p-plan-ttl span {
    font-size: 4.6153846154vw;
    white-space: nowrap;
  }
}
.p-plan-item-l .p-plan-prices {
  gap: 1.8301610542vw;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .p-plan-item-l .p-plan-prices {
    flex-direction: column;
    gap: 6.4102564103vw;
    width: 100%;
  }
}
.p-plan-item-l .p-plan-price-ttl {
  font-size: 1.756954612vw;
  margin-bottom: 0.439238653vw;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .p-plan-item-l .p-plan-price-ttl {
    font-size: 5.1282051282vw;
    margin-bottom: 0;
    padding: 0;
  }
}
.p-plan-item-l .p-plan-price-value {
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .p-plan-item-l .p-plan-price-value .c-price-circle-s {
    top: 1.2820512821vw;
  }
}
.p-plan-items {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8.4919472914vw;
  justify-content: space-between;
  padding: 9.7364568082vw 6.3689604685vw 7.467057101vw;
}
@media screen and (max-width: 640px) {
  .p-plan-items {
    flex-direction: column;
    row-gap: 13.5897435897vw;
    padding: 17.4358974359vw 0 15.3846153846vw;
  }
}
.p-plan-item {
  width: 19.0336749634vw;
}
@media screen and (max-width: 640px) {
  .p-plan-item {
    padding: 0 6.1538461538vw;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .p-plan-item img {
    width: 48.7179487179vw;
  }
}
@media screen and (max-width: 640px) {
  .p-plan-item:nth-child(4) img, .p-plan-item:nth-child(5) img, .p-plan-item:nth-child(6) img {
    width: 57.4358974359vw;
  }
}
.p-plan-aftercare {
  background: #B8A271 url(../img/plan_aftercare_bg.webp) no-repeat top center/100% auto;
  border: 0.2196193265vw solid #fff;
  border-radius: 0.7320644217vw;
  color: #1A1A1A;
  margin: 0 auto;
  text-align: center;
  width: 70.8638360176vw;
}
@media screen and (max-width: 640px) {
  .p-plan-aftercare {
    border: 0.7692307692vw solid #fff;
    border-radius: 1.5384615385vw;
    margin: 0 6.1538461538vw;
    width: unset;
  }
}
.p-plan-aftercare-ttl {
  font-size: 2.196193265vw;
  line-height: 1;
  padding-bottom: 1.6837481698vw;
  padding-top: 4.9780380673vw;
}
@media screen and (max-width: 640px) {
  .p-plan-aftercare-ttl {
    font-size: 5.1282051282vw;
    padding-bottom: 3.8461538462vw;
    padding-top: 9.4871794872vw;
  }
}
.p-plan-aftercare-ttl strong {
  display: block;
  font-size: 3.3674963397vw;
  font-weight: 900;
  margin: 0 auto;
  padding-top: 1.4641288433vw;
  position: relative;
  text-align: center;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  .p-plan-aftercare-ttl strong {
    font-size: 6.1538461538vw;
    line-height: 1.2916666667;
    padding-top: 2.5641025641vw;
  }
}
.p-plan-aftercare-ttl strong:before, .p-plan-aftercare-ttl strong:after {
  aspect-ratio: 1/1.2865168539;
  background: url(../img/plan_aftercare_deco.webp) no-repeat 0 0/contain;
  bottom: -2.4890190337vw;
  content: " ";
  display: inline-block;
  height: auto;
  left: -8.4187408492vw;
  margin: 0 0.6588579795vw;
  position: absolute;
  transform: scale(-1, 1);
  width: 6.5153733529vw;
}
@media screen and (max-width: 640px) {
  .p-plan-aftercare-ttl strong:before, .p-plan-aftercare-ttl strong:after {
    bottom: -2.8205128205vw;
    position: absolute;
    left: -11.0256410256vw;
    width: 14.1025641026vw;
  }
}
.p-plan-aftercare-ttl strong:after {
  left: unset;
  right: -8.4187408492vw;
  transform: unset;
}
@media screen and (max-width: 640px) {
  .p-plan-aftercare-ttl strong:after {
    left: unset;
    right: -11.0256410256vw;
  }
}
.p-plan-aftercare-desc {
  font-size: 1.756954612vw;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .p-plan-aftercare-desc {
    font-size: 4.1025641026vw;
    line-height: 1.3125;
  }
}
.p-plan-aftercare-txt {
  font-size: 2.9282576867vw;
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 5.1244509517vw;
  padding-left: 4.39238653vw;
}
@media screen and (max-width: 640px) {
  .p-plan-aftercare-txt {
    font-size: 6.1538461538vw;
    padding-bottom: 7.6923076923vw;
    padding-left: 0;
  }
}
.p-plan-aftercare-txt strong {
  display: inline-block;
  line-height: 1;
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 3.5871156662vw;
  font-weight: 500;
  padding-left: 0.7320644217vw;
  padding-top: 0.3660322108vw;
}
@media screen and (max-width: 640px) {
  .p-plan-aftercare-txt strong {
    font-size: 7.4358974359vw;
  }
}
.p-plan-aftercare-txt strong b {
  font-size: 10.2489019034vw;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .p-plan-aftercare-txt strong b {
    font-size: 21.7948717949vw;
  }
}
.p-plan-aftercare-txt span {
  display: block;
  font-size: 2.196193265vw;
  font-weight: 900;
  letter-spacing: 0.0732064422vw;
  padding-top: 0.5856515373vw;
  text-indent: -3.6603221083vw;
}
@media screen and (max-width: 640px) {
  .p-plan-aftercare-txt span {
    font-size: 5.1282051282vw;
    line-height: 1.4;
  }
}

.p-discount {
  background-color: #313131;
  margin-bottom: 3.6603221083vw;
  padding: 6.588579795vw 0 7.3206442167vw;
}
@media screen and (max-width: 640px) {
  .p-discount {
    margin-bottom: 12.8205128205vw;
    padding: 8.9743589744vw 0 15.8974358974vw;
  }
}
.p-discount-desc {
  font-size: 1.4641288433vw;
  padding-bottom: 3.2942898975vw;
  padding-top: 3.2942898975vw;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-discount-desc {
    font-size: 4.1025641026vw;
    padding-bottom: 6.4102564103vw;
    text-align: left;
  }
}
.p-discount-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2.9282576867vw;
}
@media screen and (max-width: 640px) {
  .p-discount-items {
    flex-direction: column;
    row-gap: 5.8974358974vw;
  }
}
.p-discount-item {
  background: #fff;
  border-radius: 0.7320644217vw;
  display: flex;
  flex-direction: column;
  color: #1A1A1A;
  overflow: hidden;
  min-height: 24.6705710102vw;
  width: 39.5314787701vw;
}
@media screen and (max-width: 640px) {
  .p-discount-item {
    border-radius: 2.5641025641vw;
    width: 100%;
  }
}
.p-discount-item-ttl {
  align-items: center;
  background-size: 6.7349926794vw auto;
  background-position: 1.4641288433vw 50%;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.9516837482vw;
  justify-content: center;
  height: 8.7115666179vw;
  line-height: 1;
  letter-spacing: 0.0732064422vw;
}
@media screen and (max-width: 640px) {
  .p-discount-item-ttl {
    background-position: 3.3333333333vw 1.2820512821vw;
    background-size: 15.3846153846vw;
    gap: 2.5641025641vw;
    height: 27.4358974359vw;
  }
}
.p-discount-item-ttl strong {
  font-size: 2.635431918vw;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .p-discount-item-ttl strong {
    font-size: 7.6923076923vw;
  }
}
.p-discount-item-ttl span {
  font-size: 1.756954612vw;
}
@media screen and (max-width: 640px) {
  .p-discount-item-ttl span {
    font-size: 5.1282051282vw;
  }
}
.p-discount-item-content {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: space-between;
  padding: 1.8301610542vw 2.0497803807vw;
}
@media screen and (max-width: 640px) {
  .p-discount-item-content {
    flex-direction: column;
    padding: 5.1282051282vw 6.1538461538vw 7.1794871795vw;
  }
}
.p-discount-item-content p {
  font-size: 1.4641288433vw;
  letter-spacing: 0.0732064422vw;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .p-discount-item-content p {
    font-size: 4.1025641026vw;
    line-height: 1.5;
  }
}
.p-discount-item-10per {
  display: block;
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 3.5871156662vw;
  font-weight: 500;
  line-height: 1;
  margin-top: -1.4641288433vw;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .p-discount-item-10per {
    font-size: 12.5641025641vw;
    margin-top: -2.5641025641vw;
  }
}
.p-discount-item-10per b {
  font-size: 10.2489019034vw;
  letter-spacing: -0.1464128843vw;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .p-discount-item-10per b {
    font-size: 35.8974358974vw;
  }
}
.p-discount-item-10per span {
  position: absolute;
  top: 2.9282576867vw;
}
@media screen and (max-width: 640px) {
  .p-discount-item-10per span {
    top: 9.2307692308vw;
  }
}
.p-discount-item.is-1 .p-discount-item-ttl {
  background-color: #4D5ABF;
  background-image: url(../img/discount_icon_1.webp);
}
.p-discount-item.is-1 .p-discount-item-10per {
  color: #4D5ABF;
}
.p-discount-item.is-2 .p-discount-item-ttl {
  background-color: #DDA35F;
  background-image: url(../img/discount_icon_2.webp);
}
.p-discount-item.is-2 .p-discount-item-10per {
  color: #DDA35F;
}
.p-discount-item.is-3 .p-discount-item-ttl {
  background-color: #52A36E;
  background-image: url(../img/discount_icon_3.webp);
}
.p-discount-item.is-3 .p-discount-item-10per {
  color: #52A36E;
}
.p-discount-item.is-4 .p-discount-item-ttl {
  background-color: #B54F96;
  background-image: url(../img/discount_icon_4.webp);
}
.p-discount-item.is-4 .p-discount-item-10per {
  color: #B54F96;
}

.p-review {
  background: #E6E6E6 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1107.987" height="1616" viewBox="0 0 1107.987 1616"><path d="M12020.331,17929l750.32-1616h357.667L12378,17929Z" transform="translate(-12020.331 -16313)" fill="%23fff" opacity="0.4"/></svg>') no-repeat top right/81.1127379209vw auto;
  color: #1A1A1A;
  margin-top: 6.0761346999vw;
  padding: 7.2474377745vw 0 6.9546120059vw;
}
@media screen and (max-width: 640px) {
  .p-review {
    margin-top: 11.5384615385vw;
    padding: 14.1025641026vw 0 15.3846153846vw;
  }
}
.p-review-ttl {
  line-height: 1;
  margin-bottom: 6.0029282577vw;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-review-ttl {
    margin-bottom: 14.1025641026vw;
  }
}
.p-review-ttl span {
  color: #B8A271;
  display: inline-block;
  font-size: 2.196193265vw;
  padding-bottom: 2.9282576867vw;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .p-review-ttl span {
    font-size: 5.1282051282vw;
    line-height: 1.5;
  }
}
.p-review-ttl span:before, .p-review-ttl span:after {
  aspect-ratio: 1/1.2673198041;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28.584" height="36.221" viewBox="0 0 28.584 36.221"><path d="M26.208,35.611l-27-35L.792-.611l27,35Z" transform="translate(0.792 0.61)" fill="%23b8a271"/></svg>') no-repeat 0 0/contain;
  content: " ";
  display: inline-block;
  height: auto;
  margin: 0 1.8301610542vw;
  position: relative;
  top: 0.3660322108vw;
  width: 2.0922401171vw;
}
@media screen and (max-width: 640px) {
  .p-review-ttl span:before, .p-review-ttl span:after {
    aspect-ratio: 1/1.2673198041;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28.584" height="36.221" viewBox="0 0 28.584 36.221"><path d="M26.208,35.611l-27-35L.792-.611l27,35Z" transform="translate(0.792 0.61)" fill="%23b8a271"/></svg>') no-repeat 0 0/contain;
    bottom: 5.1282051282vw;
    margin: 0;
    position: absolute;
    top: unset;
    left: -11.5384615385vw;
    width: 7.3282051282vw;
  }
}
.p-review-ttl span:after {
  transform: scaleX(-1);
}
@media screen and (max-width: 640px) {
  .p-review-ttl span:after {
    left: unset;
    right: -11.5384615385vw;
  }
}
.p-review-ttl strong {
  display: block;
  font-size: 3.3674963397vw;
  font-weight: 700;
  letter-spacing: 0.2196193265vw;
}
@media screen and (max-width: 640px) {
  .p-review-ttl strong {
    font-size: 9.2307692308vw;
    letter-spacing: 0.7692307692vw;
  }
}
.p-review-items {
  display: flex;
  flex-direction: column;
  row-gap: 4.0995607613vw;
}
@media screen and (max-width: 640px) {
  .p-review-items {
    row-gap: 12.8205128205vw;
  }
}
.p-review-item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .p-review-item {
    flex-direction: column;
  }
}
.p-review-item-img {
  border-radius: 0.7320644217vw;
  overflow: hidden;
  width: 39.5314787701vw;
}
@media screen and (max-width: 640px) {
  .p-review-item-img {
    border-radius: 2.5641025641vw;
    margin-bottom: 2.5641025641vw;
    width: 100%;
  }
}
.p-review-item-content {
  width: 37.1156661786vw;
}
@media screen and (max-width: 640px) {
  .p-review-item-content {
    width: 100%;
  }
}
.p-review-item-content p {
  font-size: 1.4641288433vw;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .p-review-item-content p {
    font-size: 4.1025641026vw;
    line-height: 1.5;
    letter-spacing: 0.1282051282vw;
  }
}
.p-review-item-ttl {
  align-items: center;
  background: #1A1A1A;
  border-radius: 0.7320644217vw;
  color: #fff;
  display: flex;
  font-size: 1.756954612vw;
  font-weight: 700;
  line-height: 1.3333333333;
  height: 6.8814055637vw;
  margin-bottom: 1.317715959vw;
  padding: 0 2.635431918vw;
  position: relative;
}
@media screen and (max-width: 640px) {
  .p-review-item-ttl {
    border-radius: 2.5641025641vw;
    font-size: 4.6153846154vw;
    line-height: 1.4444444444;
    height: auto;
    margin-bottom: 3.0769230769vw;
    padding: 3.0769230769vw 5.8974358974vw;
  }
}
.p-review-item-ttl:before {
  aspect-ratio: 1/0.894468419;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25.493" height="22.801" viewBox="0 0 25.493 22.801"><path d="M-10564.352-1989.634h-25.493l25.493,22.8Z" transform="translate(10589.845 1989.634)" fill="%231a1a1a"/></svg>') no-repeat 0 0/contain;
  bottom: 0.6588579795vw;
  content: " ";
  display: inline-block;
  height: auto;
  position: absolute;
  left: -1.3909224012vw;
  width: 1.8001464129vw;
}
@media screen and (max-width: 640px) {
  .p-review-item-ttl:before {
    bottom: unset;
    left: unset;
    right: 9.4871794872vw;
    top: -5.1282051282vw;
    transform: scale(-1, -1);
    width: 6.4102564103vw;
  }
}
.p-review-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  .p-review-item:nth-child(even) {
    flex-direction: column;
  }
}
.p-review-item:nth-child(even) .p-review-item-ttl:before {
  left: unset;
  right: -1.3909224012vw;
  transform: scaleX(-1);
}
@media screen and (max-width: 640px) {
  .p-review-item:nth-child(even) .p-review-item-ttl:before {
    bottom: unset;
    left: unset;
    right: 9.4871794872vw;
    top: -5.1282051282vw;
    transform: scale(-1, -1);
    width: 6.4102564103vw;
  }
}

.p-salon {
  background: #fff;
  color: #1A1A1A;
  padding: 6.8814055637vw 0 7.3206442167vw;
}
@media screen and (max-width: 640px) {
  .p-salon {
    padding: 10.2564102564vw 0 15.3846153846vw;
  }
}
.p-salon-desc {
  font-size: 1.4641288433vw;
  letter-spacing: 0.0366032211vw;
  line-height: 1.6;
  padding-bottom: 4.6852122987vw;
  padding-top: 2.9282576867vw;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-salon-desc {
    font-size: 4.1025641026vw;
    line-height: 1.625;
    padding: 1.2820512821vw 6.1538461538vw 9.7435897436vw;
    text-align: left;
  }
}
.p-salon-slide {
  display: flex;
  width: 100vw;
}
.p-salon-slide li {
  width: 32.1376281113vw;
}
@media screen and (max-width: 640px) {
  .p-salon-slide li {
    height: 51.2820512821vw;
    object-fit: cover;
    object-position: 0 0;
    width: 63.3333333333vw;
  }
}
.p-salon-access {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 6.149341142vw;
}
@media screen and (max-width: 640px) {
  .p-salon-access {
    flex-direction: column-reverse;
    gap: 2.5641025641vw;
    padding-top: 6.4102564103vw;
  }
}
.p-salon-map {
  aspect-ratio: 1/0.6719056974;
  border-radius: 0.7320644217vw;
  height: auto;
  overflow: hidden;
  width: 37.262079063vw;
}
@media screen and (max-width: 640px) {
  .p-salon-map {
    border-radius: 2.5641025641vw;
    width: 100%;
  }
}
.p-salon-map iframe {
  height: 100% !important;
  width: 100% !important;
}
.p-salon-info {
  width: 39.6778916545vw;
}
@media screen and (max-width: 640px) {
  .p-salon-info {
    width: 100%;
  }
}
.p-salon-info-ttl {
  color: #B8A271;
  font-size: 2.635431918vw;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .p-salon-info-ttl {
    font-size: 6.1538461538vw;
  }
}
.p-salon-info dl {
  column-gap: 3.1478770132vw;
  display: flex;
  font-size: 1.4641288433vw;
  flex-wrap: wrap;
  line-height: 2;
  padding-top: 3.2942898975vw;
}
@media screen and (max-width: 640px) {
  .p-salon-info dl {
    flex-direction: column;
    font-size: 4.1025641026vw;
    line-height: 1.5;
  }
}
.p-salon-info dl dt {
  width: 6.0029282577vw;
}
@media screen and (max-width: 640px) {
  .p-salon-info dl dt {
    padding-bottom: 1.2820512821vw;
    width: 100%;
  }
}
.p-salon-info dl dd {
  font-weight: 400;
  width: 30.5270863836vw;
}
@media screen and (max-width: 640px) {
  .p-salon-info dl dd {
    border-bottom: 1px solid #CECECE;
    padding-bottom: 3.8461538462vw;
    margin-bottom: 3.8461538462vw;
    width: 100%;
  }
}

.p-faq {
  background-color: #E6E6E6;
  margin-bottom: 1.8301610542vw;
  padding: 6.588579795vw 0 7.6866764275vw;
}
@media screen and (max-width: 640px) {
  .p-faq {
    padding: 14.358974359vw 0 15.3846153846vw;
    margin-bottom: 12.8205128205vw;
  }
}
.p-faq-items {
  display: flex;
  flex-direction: column;
  gap: 1.4641288433vw;
  padding-top: 2.9282576867vw;
}
@media screen and (max-width: 640px) {
  .p-faq-items {
    gap: 3.0769230769vw;
    padding-top: 5.641025641vw;
  }
}
.p-faq-item {
  background: #fff;
  border-radius: 0.7320644217vw;
  color: #1A1A1A;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .p-faq-item {
    border-radius: 1.5384615385vw;
  }
}
.p-faq-item i {
  font-family: "Oswald", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 3.5871156662vw;
  font-style: normal;
  font-weight: 500;
  padding-right: 1.6837481698vw;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .p-faq-item i {
    font-size: 7.6923076923vw;
    padding-right: 3.0769230769vw;
  }
}
.p-faq-q {
  display: flex;
  font-size: 1.756954612vw;
  letter-spacing: 0.0366032211vw;
  padding: 1.8301610542vw 7.2474377745vw 0.9516837482vw 1.8301610542vw;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .p-faq-q {
    font-size: 5.1282051282vw;
    line-height: 1.3;
    padding: 6.4102564103vw 12.0512820513vw 6.1538461538vw 6.4102564103vw;
  }
}
.p-faq-q i {
  color: #B8A271;
  position: relative;
  top: -0.7320644217vw;
}
@media screen and (max-width: 640px) {
  .p-faq-q i {
    top: -0.5128205128vw;
  }
}
.p-faq-a-inner {
  align-items: start;
  display: flex;
  padding: 0 7.2474377745vw 2.9282576867vw 1.8301610542vw;
}
@media screen and (max-width: 640px) {
  .p-faq-a-inner {
    padding: 0 12.0512820513vw 4.6153846154vw 6.6666666667vw;
    margin-top: -1.0256410256vw;
  }
}
.p-faq-a-inner p {
  font-size: 1.4641288433vw;
  font-weight: 500;
  letter-spacing: 0.0366032211vw;
  line-height: 1.5;
  padding-top: 1.317715959vw;
}
@media screen and (max-width: 640px) {
  .p-faq-a-inner p {
    font-size: 4.1025641026vw;
    line-height: 1.5;
    padding-top: 0;
  }
}/*# sourceMappingURL=app.css.map */