@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input, select, button, textarea {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

html,
body {
  width: 100%;
  height: 100%;
  color: #382A16;
  background: transparent;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-family: YakuHanRP, "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
body.is-open {
  overflow: hidden;
  height: 100%;
}

button {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
button:focus-visible {
  outline: solid 2px -webkit-focus-ring-color;
}

a {
  overflow-wrap: break-word;
  color: #382A16;
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
a:hover, a:active, a:visited {
  color: #382A16;
}
a:focus-visible {
  outline: solid 2px -webkit-focus-ring-color;
}
a[href*="tel:"] {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 960px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img:not(.no-fit) {
  width: 100%;
}

@media screen and (min-width: 1281px) {
  .view-xl {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .none-xl {
    display: none !important;
  }
}
@media screen and (min-width: 1041px) {
  .view-l {
    display: none !important;
  }
}
@media screen and (max-width: 1040px) {
  .none-l {
    display: none !important;
  }
}
@media screen and (min-width: 961px) {
  .view-m {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .none-m {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .view-s {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .none-s {
    display: none !important;
  }
}
@media screen and (min-width: 521px) {
  .view-xs {
    display: none !important;
  }
}
@media screen and (max-width: 520px) {
  .none-xs {
    display: none !important;
  }
}
.wrap {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1280px) {
  .wrap {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 960px) {
  .wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 520px) {
  .wrap {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.wrap-s {
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1280px) {
  .wrap-s {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 960px) {
  .wrap-s {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 520px) {
  .wrap-s {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1280px) {
  .inner {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 960px) {
  .inner {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 520px) {
  .inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.mb-sect {
  margin-bottom: calc(8px * 10);
}
@media screen and (max-width: 960px) {
  .mb-sect {
    margin-bottom: calc(8px * 10 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .mb-sect {
    margin-bottom: calc(8px * 10 * 0.5);
  }
}

.mr-x1 {
  margin-right: 8px;
}
@media screen and (max-width: 960px) {
  .mr-x1 {
    margin-right: 6px;
  }
}
@media screen and (max-width: 520px) {
  .mr-x1 {
    margin-right: 4px;
  }
}

.mb-x1 {
  margin-bottom: 8px;
}
@media screen and (max-width: 960px) {
  .mb-x1 {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 520px) {
  .mb-x1 {
    margin-bottom: 4px;
  }
}

.ml-x1 {
  margin-left: 8px;
}
@media screen and (max-width: 960px) {
  .ml-x1 {
    margin-left: 6px;
  }
}
@media screen and (max-width: 520px) {
  .ml-x1 {
    margin-left: 4px;
  }
}

.mr-x2 {
  margin-right: 16px;
}
@media screen and (max-width: 960px) {
  .mr-x2 {
    margin-right: 12px;
  }
}
@media screen and (max-width: 520px) {
  .mr-x2 {
    margin-right: 8px;
  }
}

.mb-x2 {
  margin-bottom: 16px;
}
@media screen and (max-width: 960px) {
  .mb-x2 {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 520px) {
  .mb-x2 {
    margin-bottom: 8px;
  }
}

.ml-x2 {
  margin-left: 16px;
}
@media screen and (max-width: 960px) {
  .ml-x2 {
    margin-left: 12px;
  }
}
@media screen and (max-width: 520px) {
  .ml-x2 {
    margin-left: 8px;
  }
}

.mr-x3 {
  margin-right: 24px;
}
@media screen and (max-width: 960px) {
  .mr-x3 {
    margin-right: 18px;
  }
}
@media screen and (max-width: 520px) {
  .mr-x3 {
    margin-right: 12px;
  }
}

.mb-x3 {
  margin-bottom: 24px;
}
@media screen and (max-width: 960px) {
  .mb-x3 {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 520px) {
  .mb-x3 {
    margin-bottom: 12px;
  }
}

.ml-x3 {
  margin-left: 24px;
}
@media screen and (max-width: 960px) {
  .ml-x3 {
    margin-left: 18px;
  }
}
@media screen and (max-width: 520px) {
  .ml-x3 {
    margin-left: 12px;
  }
}

.mr-x4 {
  margin-right: 32px;
}
@media screen and (max-width: 960px) {
  .mr-x4 {
    margin-right: 24px;
  }
}
@media screen and (max-width: 520px) {
  .mr-x4 {
    margin-right: 16px;
  }
}

.mb-x4 {
  margin-bottom: 32px;
}
@media screen and (max-width: 960px) {
  .mb-x4 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 520px) {
  .mb-x4 {
    margin-bottom: 16px;
  }
}

.ml-x4 {
  margin-left: 32px;
}
@media screen and (max-width: 960px) {
  .ml-x4 {
    margin-left: 24px;
  }
}
@media screen and (max-width: 520px) {
  .ml-x4 {
    margin-left: 16px;
  }
}

.mr-x5 {
  margin-right: 40px;
}
@media screen and (max-width: 960px) {
  .mr-x5 {
    margin-right: 30px;
  }
}
@media screen and (max-width: 520px) {
  .mr-x5 {
    margin-right: 20px;
  }
}

.mb-x5 {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .mb-x5 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 520px) {
  .mb-x5 {
    margin-bottom: 20px;
  }
}

.ml-x5 {
  margin-left: 40px;
}
@media screen and (max-width: 960px) {
  .ml-x5 {
    margin-left: 30px;
  }
}
@media screen and (max-width: 520px) {
  .ml-x5 {
    margin-left: 20px;
  }
}

.mr-x6 {
  margin-right: 48px;
}
@media screen and (max-width: 960px) {
  .mr-x6 {
    margin-right: 36px;
  }
}
@media screen and (max-width: 520px) {
  .mr-x6 {
    margin-right: 24px;
  }
}

.mb-x6 {
  margin-bottom: 48px;
}
@media screen and (max-width: 960px) {
  .mb-x6 {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 520px) {
  .mb-x6 {
    margin-bottom: 24px;
  }
}

.ml-x6 {
  margin-left: 48px;
}
@media screen and (max-width: 960px) {
  .ml-x6 {
    margin-left: 36px;
  }
}
@media screen and (max-width: 520px) {
  .ml-x6 {
    margin-left: 24px;
  }
}

.mr-x7 {
  margin-right: 56px;
}
@media screen and (max-width: 960px) {
  .mr-x7 {
    margin-right: 42px;
  }
}
@media screen and (max-width: 520px) {
  .mr-x7 {
    margin-right: 28px;
  }
}

.mb-x7 {
  margin-bottom: 56px;
}
@media screen and (max-width: 960px) {
  .mb-x7 {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 520px) {
  .mb-x7 {
    margin-bottom: 28px;
  }
}

.ml-x7 {
  margin-left: 56px;
}
@media screen and (max-width: 960px) {
  .ml-x7 {
    margin-left: 42px;
  }
}
@media screen and (max-width: 520px) {
  .ml-x7 {
    margin-left: 28px;
  }
}

.mr-x8 {
  margin-right: 64px;
}
@media screen and (max-width: 960px) {
  .mr-x8 {
    margin-right: 48px;
  }
}
@media screen and (max-width: 520px) {
  .mr-x8 {
    margin-right: 32px;
  }
}

.mb-x8 {
  margin-bottom: 64px;
}
@media screen and (max-width: 960px) {
  .mb-x8 {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 520px) {
  .mb-x8 {
    margin-bottom: 32px;
  }
}

.ml-x8 {
  margin-left: 64px;
}
@media screen and (max-width: 960px) {
  .ml-x8 {
    margin-left: 48px;
  }
}
@media screen and (max-width: 520px) {
  .ml-x8 {
    margin-left: 32px;
  }
}

.mr-x9 {
  margin-right: 72px;
}
@media screen and (max-width: 960px) {
  .mr-x9 {
    margin-right: 54px;
  }
}
@media screen and (max-width: 520px) {
  .mr-x9 {
    margin-right: 36px;
  }
}

.mb-x9 {
  margin-bottom: 72px;
}
@media screen and (max-width: 960px) {
  .mb-x9 {
    margin-bottom: 54px;
  }
}
@media screen and (max-width: 520px) {
  .mb-x9 {
    margin-bottom: 36px;
  }
}

.ml-x9 {
  margin-left: 72px;
}
@media screen and (max-width: 960px) {
  .ml-x9 {
    margin-left: 54px;
  }
}
@media screen and (max-width: 520px) {
  .ml-x9 {
    margin-left: 36px;
  }
}

.mr-x10 {
  margin-right: 80px;
}
@media screen and (max-width: 960px) {
  .mr-x10 {
    margin-right: 60px;
  }
}
@media screen and (max-width: 520px) {
  .mr-x10 {
    margin-right: 40px;
  }
}

.mb-x10 {
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .mb-x10 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 520px) {
  .mb-x10 {
    margin-bottom: 40px;
  }
}

.ml-x10 {
  margin-left: 80px;
}
@media screen and (max-width: 960px) {
  .ml-x10 {
    margin-left: 60px;
  }
}
@media screen and (max-width: 520px) {
  .ml-x10 {
    margin-left: 40px;
  }
}

.mr-x11 {
  margin-right: 88px;
}
@media screen and (max-width: 960px) {
  .mr-x11 {
    margin-right: 66px;
  }
}
@media screen and (max-width: 520px) {
  .mr-x11 {
    margin-right: 44px;
  }
}

.mb-x11 {
  margin-bottom: 88px;
}
@media screen and (max-width: 960px) {
  .mb-x11 {
    margin-bottom: 66px;
  }
}
@media screen and (max-width: 520px) {
  .mb-x11 {
    margin-bottom: 44px;
  }
}

.ml-x11 {
  margin-left: 88px;
}
@media screen and (max-width: 960px) {
  .ml-x11 {
    margin-left: 66px;
  }
}
@media screen and (max-width: 520px) {
  .ml-x11 {
    margin-left: 44px;
  }
}

.mr-x12 {
  margin-right: 96px;
}
@media screen and (max-width: 960px) {
  .mr-x12 {
    margin-right: 72px;
  }
}
@media screen and (max-width: 520px) {
  .mr-x12 {
    margin-right: 48px;
  }
}

.mb-x12 {
  margin-bottom: 96px;
}
@media screen and (max-width: 960px) {
  .mb-x12 {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 520px) {
  .mb-x12 {
    margin-bottom: 48px;
  }
}

.ml-x12 {
  margin-left: 96px;
}
@media screen and (max-width: 960px) {
  .ml-x12 {
    margin-left: 72px;
  }
}
@media screen and (max-width: 520px) {
  .ml-x12 {
    margin-left: 48px;
  }
}

.mr-x13 {
  margin-right: 104px;
}
@media screen and (max-width: 960px) {
  .mr-x13 {
    margin-right: 78px;
  }
}
@media screen and (max-width: 520px) {
  .mr-x13 {
    margin-right: 52px;
  }
}

.mb-x13 {
  margin-bottom: 104px;
}
@media screen and (max-width: 960px) {
  .mb-x13 {
    margin-bottom: 78px;
  }
}
@media screen and (max-width: 520px) {
  .mb-x13 {
    margin-bottom: 52px;
  }
}

.ml-x13 {
  margin-left: 104px;
}
@media screen and (max-width: 960px) {
  .ml-x13 {
    margin-left: 78px;
  }
}
@media screen and (max-width: 520px) {
  .ml-x13 {
    margin-left: 52px;
  }
}

.mr-x14 {
  margin-right: 112px;
}
@media screen and (max-width: 960px) {
  .mr-x14 {
    margin-right: 84px;
  }
}
@media screen and (max-width: 520px) {
  .mr-x14 {
    margin-right: 56px;
  }
}

.mb-x14 {
  margin-bottom: 112px;
}
@media screen and (max-width: 960px) {
  .mb-x14 {
    margin-bottom: 84px;
  }
}
@media screen and (max-width: 520px) {
  .mb-x14 {
    margin-bottom: 56px;
  }
}

.ml-x14 {
  margin-left: 112px;
}
@media screen and (max-width: 960px) {
  .ml-x14 {
    margin-left: 84px;
  }
}
@media screen and (max-width: 520px) {
  .ml-x14 {
    margin-left: 56px;
  }
}

.mr-x15 {
  margin-right: 120px;
}
@media screen and (max-width: 960px) {
  .mr-x15 {
    margin-right: 90px;
  }
}
@media screen and (max-width: 520px) {
  .mr-x15 {
    margin-right: 60px;
  }
}

.mb-x15 {
  margin-bottom: 120px;
}
@media screen and (max-width: 960px) {
  .mb-x15 {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 520px) {
  .mb-x15 {
    margin-bottom: 60px;
  }
}

.ml-x15 {
  margin-left: 120px;
}
@media screen and (max-width: 960px) {
  .ml-x15 {
    margin-left: 90px;
  }
}
@media screen and (max-width: 520px) {
  .ml-x15 {
    margin-left: 60px;
  }
}

.mr-x16 {
  margin-right: 128px;
}
@media screen and (max-width: 960px) {
  .mr-x16 {
    margin-right: 96px;
  }
}
@media screen and (max-width: 520px) {
  .mr-x16 {
    margin-right: 64px;
  }
}

.mb-x16 {
  margin-bottom: 128px;
}
@media screen and (max-width: 960px) {
  .mb-x16 {
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 520px) {
  .mb-x16 {
    margin-bottom: 64px;
  }
}

.ml-x16 {
  margin-left: 128px;
}
@media screen and (max-width: 960px) {
  .ml-x16 {
    margin-left: 96px;
  }
}
@media screen and (max-width: 520px) {
  .ml-x16 {
    margin-left: 64px;
  }
}

.mr-x17 {
  margin-right: 136px;
}
@media screen and (max-width: 960px) {
  .mr-x17 {
    margin-right: 102px;
  }
}
@media screen and (max-width: 520px) {
  .mr-x17 {
    margin-right: 68px;
  }
}

.mb-x17 {
  margin-bottom: 136px;
}
@media screen and (max-width: 960px) {
  .mb-x17 {
    margin-bottom: 102px;
  }
}
@media screen and (max-width: 520px) {
  .mb-x17 {
    margin-bottom: 68px;
  }
}

.ml-x17 {
  margin-left: 136px;
}
@media screen and (max-width: 960px) {
  .ml-x17 {
    margin-left: 102px;
  }
}
@media screen and (max-width: 520px) {
  .ml-x17 {
    margin-left: 68px;
  }
}

.mr-x18 {
  margin-right: 144px;
}
@media screen and (max-width: 960px) {
  .mr-x18 {
    margin-right: 108px;
  }
}
@media screen and (max-width: 520px) {
  .mr-x18 {
    margin-right: 72px;
  }
}

.mb-x18 {
  margin-bottom: 144px;
}
@media screen and (max-width: 960px) {
  .mb-x18 {
    margin-bottom: 108px;
  }
}
@media screen and (max-width: 520px) {
  .mb-x18 {
    margin-bottom: 72px;
  }
}

.ml-x18 {
  margin-left: 144px;
}
@media screen and (max-width: 960px) {
  .ml-x18 {
    margin-left: 108px;
  }
}
@media screen and (max-width: 520px) {
  .ml-x18 {
    margin-left: 72px;
  }
}

.mr-x19 {
  margin-right: 152px;
}
@media screen and (max-width: 960px) {
  .mr-x19 {
    margin-right: 114px;
  }
}
@media screen and (max-width: 520px) {
  .mr-x19 {
    margin-right: 76px;
  }
}

.mb-x19 {
  margin-bottom: 152px;
}
@media screen and (max-width: 960px) {
  .mb-x19 {
    margin-bottom: 114px;
  }
}
@media screen and (max-width: 520px) {
  .mb-x19 {
    margin-bottom: 76px;
  }
}

.ml-x19 {
  margin-left: 152px;
}
@media screen and (max-width: 960px) {
  .ml-x19 {
    margin-left: 114px;
  }
}
@media screen and (max-width: 520px) {
  .ml-x19 {
    margin-left: 76px;
  }
}

.mr-x20 {
  margin-right: 160px;
}
@media screen and (max-width: 960px) {
  .mr-x20 {
    margin-right: 120px;
  }
}
@media screen and (max-width: 520px) {
  .mr-x20 {
    margin-right: 80px;
  }
}

.mb-x20 {
  margin-bottom: 160px;
}
@media screen and (max-width: 960px) {
  .mb-x20 {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 520px) {
  .mb-x20 {
    margin-bottom: 80px;
  }
}

.ml-x20 {
  margin-left: 160px;
}
@media screen and (max-width: 960px) {
  .ml-x20 {
    margin-left: 120px;
  }
}
@media screen and (max-width: 520px) {
  .ml-x20 {
    margin-left: 80px;
  }
}

.pt-x1 {
  padding-top: 8px;
}
@media screen and (max-width: 960px) {
  .pt-x1 {
    padding-top: 6px;
  }
}
@media screen and (max-width: 520px) {
  .pt-x1 {
    padding-top: 4px;
  }
}

.pr-x1 {
  padding-right: 8px;
}
@media screen and (max-width: 960px) {
  .pr-x1 {
    padding-right: 6px;
  }
}
@media screen and (max-width: 520px) {
  .pr-x1 {
    padding-right: 4px;
  }
}

.pb-x1 {
  padding-bottom: 8px;
}
@media screen and (max-width: 960px) {
  .pb-x1 {
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 520px) {
  .pb-x1 {
    padding-bottom: 4px;
  }
}

.pl-x1 {
  padding-left: 8px;
}
@media screen and (max-width: 960px) {
  .pl-x1 {
    padding-left: 6px;
  }
}
@media screen and (max-width: 520px) {
  .pl-x1 {
    padding-left: 4px;
  }
}

.pt-x2 {
  padding-top: 16px;
}
@media screen and (max-width: 960px) {
  .pt-x2 {
    padding-top: 12px;
  }
}
@media screen and (max-width: 520px) {
  .pt-x2 {
    padding-top: 8px;
  }
}

.pr-x2 {
  padding-right: 16px;
}
@media screen and (max-width: 960px) {
  .pr-x2 {
    padding-right: 12px;
  }
}
@media screen and (max-width: 520px) {
  .pr-x2 {
    padding-right: 8px;
  }
}

.pb-x2 {
  padding-bottom: 16px;
}
@media screen and (max-width: 960px) {
  .pb-x2 {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 520px) {
  .pb-x2 {
    padding-bottom: 8px;
  }
}

.pl-x2 {
  padding-left: 16px;
}
@media screen and (max-width: 960px) {
  .pl-x2 {
    padding-left: 12px;
  }
}
@media screen and (max-width: 520px) {
  .pl-x2 {
    padding-left: 8px;
  }
}

.pt-x3 {
  padding-top: 24px;
}
@media screen and (max-width: 960px) {
  .pt-x3 {
    padding-top: 18px;
  }
}
@media screen and (max-width: 520px) {
  .pt-x3 {
    padding-top: 12px;
  }
}

.pr-x3 {
  padding-right: 24px;
}
@media screen and (max-width: 960px) {
  .pr-x3 {
    padding-right: 18px;
  }
}
@media screen and (max-width: 520px) {
  .pr-x3 {
    padding-right: 12px;
  }
}

.pb-x3 {
  padding-bottom: 24px;
}
@media screen and (max-width: 960px) {
  .pb-x3 {
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 520px) {
  .pb-x3 {
    padding-bottom: 12px;
  }
}

.pl-x3 {
  padding-left: 24px;
}
@media screen and (max-width: 960px) {
  .pl-x3 {
    padding-left: 18px;
  }
}
@media screen and (max-width: 520px) {
  .pl-x3 {
    padding-left: 12px;
  }
}

.pt-x4 {
  padding-top: 32px;
}
@media screen and (max-width: 960px) {
  .pt-x4 {
    padding-top: 24px;
  }
}
@media screen and (max-width: 520px) {
  .pt-x4 {
    padding-top: 16px;
  }
}

.pr-x4 {
  padding-right: 32px;
}
@media screen and (max-width: 960px) {
  .pr-x4 {
    padding-right: 24px;
  }
}
@media screen and (max-width: 520px) {
  .pr-x4 {
    padding-right: 16px;
  }
}

.pb-x4 {
  padding-bottom: 32px;
}
@media screen and (max-width: 960px) {
  .pb-x4 {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 520px) {
  .pb-x4 {
    padding-bottom: 16px;
  }
}

.pl-x4 {
  padding-left: 32px;
}
@media screen and (max-width: 960px) {
  .pl-x4 {
    padding-left: 24px;
  }
}
@media screen and (max-width: 520px) {
  .pl-x4 {
    padding-left: 16px;
  }
}

.pt-x5 {
  padding-top: 40px;
}
@media screen and (max-width: 960px) {
  .pt-x5 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 520px) {
  .pt-x5 {
    padding-top: 20px;
  }
}

.pr-x5 {
  padding-right: 40px;
}
@media screen and (max-width: 960px) {
  .pr-x5 {
    padding-right: 30px;
  }
}
@media screen and (max-width: 520px) {
  .pr-x5 {
    padding-right: 20px;
  }
}

.pb-x5 {
  padding-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .pb-x5 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 520px) {
  .pb-x5 {
    padding-bottom: 20px;
  }
}

.pl-x5 {
  padding-left: 40px;
}
@media screen and (max-width: 960px) {
  .pl-x5 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 520px) {
  .pl-x5 {
    padding-left: 20px;
  }
}

.pt-x6 {
  padding-top: 48px;
}
@media screen and (max-width: 960px) {
  .pt-x6 {
    padding-top: 36px;
  }
}
@media screen and (max-width: 520px) {
  .pt-x6 {
    padding-top: 24px;
  }
}

.pr-x6 {
  padding-right: 48px;
}
@media screen and (max-width: 960px) {
  .pr-x6 {
    padding-right: 36px;
  }
}
@media screen and (max-width: 520px) {
  .pr-x6 {
    padding-right: 24px;
  }
}

.pb-x6 {
  padding-bottom: 48px;
}
@media screen and (max-width: 960px) {
  .pb-x6 {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 520px) {
  .pb-x6 {
    padding-bottom: 24px;
  }
}

.pl-x6 {
  padding-left: 48px;
}
@media screen and (max-width: 960px) {
  .pl-x6 {
    padding-left: 36px;
  }
}
@media screen and (max-width: 520px) {
  .pl-x6 {
    padding-left: 24px;
  }
}

.pt-x7 {
  padding-top: 56px;
}
@media screen and (max-width: 960px) {
  .pt-x7 {
    padding-top: 42px;
  }
}
@media screen and (max-width: 520px) {
  .pt-x7 {
    padding-top: 28px;
  }
}

.pr-x7 {
  padding-right: 56px;
}
@media screen and (max-width: 960px) {
  .pr-x7 {
    padding-right: 42px;
  }
}
@media screen and (max-width: 520px) {
  .pr-x7 {
    padding-right: 28px;
  }
}

.pb-x7 {
  padding-bottom: 56px;
}
@media screen and (max-width: 960px) {
  .pb-x7 {
    padding-bottom: 42px;
  }
}
@media screen and (max-width: 520px) {
  .pb-x7 {
    padding-bottom: 28px;
  }
}

.pl-x7 {
  padding-left: 56px;
}
@media screen and (max-width: 960px) {
  .pl-x7 {
    padding-left: 42px;
  }
}
@media screen and (max-width: 520px) {
  .pl-x7 {
    padding-left: 28px;
  }
}

.pt-x8 {
  padding-top: 64px;
}
@media screen and (max-width: 960px) {
  .pt-x8 {
    padding-top: 48px;
  }
}
@media screen and (max-width: 520px) {
  .pt-x8 {
    padding-top: 32px;
  }
}

.pr-x8 {
  padding-right: 64px;
}
@media screen and (max-width: 960px) {
  .pr-x8 {
    padding-right: 48px;
  }
}
@media screen and (max-width: 520px) {
  .pr-x8 {
    padding-right: 32px;
  }
}

.pb-x8 {
  padding-bottom: 64px;
}
@media screen and (max-width: 960px) {
  .pb-x8 {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 520px) {
  .pb-x8 {
    padding-bottom: 32px;
  }
}

.pl-x8 {
  padding-left: 64px;
}
@media screen and (max-width: 960px) {
  .pl-x8 {
    padding-left: 48px;
  }
}
@media screen and (max-width: 520px) {
  .pl-x8 {
    padding-left: 32px;
  }
}

.pt-x9 {
  padding-top: 72px;
}
@media screen and (max-width: 960px) {
  .pt-x9 {
    padding-top: 54px;
  }
}
@media screen and (max-width: 520px) {
  .pt-x9 {
    padding-top: 36px;
  }
}

.pr-x9 {
  padding-right: 72px;
}
@media screen and (max-width: 960px) {
  .pr-x9 {
    padding-right: 54px;
  }
}
@media screen and (max-width: 520px) {
  .pr-x9 {
    padding-right: 36px;
  }
}

.pb-x9 {
  padding-bottom: 72px;
}
@media screen and (max-width: 960px) {
  .pb-x9 {
    padding-bottom: 54px;
  }
}
@media screen and (max-width: 520px) {
  .pb-x9 {
    padding-bottom: 36px;
  }
}

.pl-x9 {
  padding-left: 72px;
}
@media screen and (max-width: 960px) {
  .pl-x9 {
    padding-left: 54px;
  }
}
@media screen and (max-width: 520px) {
  .pl-x9 {
    padding-left: 36px;
  }
}

.pt-x10 {
  padding-top: 80px;
}
@media screen and (max-width: 960px) {
  .pt-x10 {
    padding-top: 60px;
  }
}
@media screen and (max-width: 520px) {
  .pt-x10 {
    padding-top: 40px;
  }
}

.pr-x10 {
  padding-right: 80px;
}
@media screen and (max-width: 960px) {
  .pr-x10 {
    padding-right: 60px;
  }
}
@media screen and (max-width: 520px) {
  .pr-x10 {
    padding-right: 40px;
  }
}

.pb-x10 {
  padding-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .pb-x10 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 520px) {
  .pb-x10 {
    padding-bottom: 40px;
  }
}

.pl-x10 {
  padding-left: 80px;
}
@media screen and (max-width: 960px) {
  .pl-x10 {
    padding-left: 60px;
  }
}
@media screen and (max-width: 520px) {
  .pl-x10 {
    padding-left: 40px;
  }
}

.pt-x11 {
  padding-top: 88px;
}
@media screen and (max-width: 960px) {
  .pt-x11 {
    padding-top: 66px;
  }
}
@media screen and (max-width: 520px) {
  .pt-x11 {
    padding-top: 44px;
  }
}

.pr-x11 {
  padding-right: 88px;
}
@media screen and (max-width: 960px) {
  .pr-x11 {
    padding-right: 66px;
  }
}
@media screen and (max-width: 520px) {
  .pr-x11 {
    padding-right: 44px;
  }
}

.pb-x11 {
  padding-bottom: 88px;
}
@media screen and (max-width: 960px) {
  .pb-x11 {
    padding-bottom: 66px;
  }
}
@media screen and (max-width: 520px) {
  .pb-x11 {
    padding-bottom: 44px;
  }
}

.pl-x11 {
  padding-left: 88px;
}
@media screen and (max-width: 960px) {
  .pl-x11 {
    padding-left: 66px;
  }
}
@media screen and (max-width: 520px) {
  .pl-x11 {
    padding-left: 44px;
  }
}

.pt-x12 {
  padding-top: 96px;
}
@media screen and (max-width: 960px) {
  .pt-x12 {
    padding-top: 72px;
  }
}
@media screen and (max-width: 520px) {
  .pt-x12 {
    padding-top: 48px;
  }
}

.pr-x12 {
  padding-right: 96px;
}
@media screen and (max-width: 960px) {
  .pr-x12 {
    padding-right: 72px;
  }
}
@media screen and (max-width: 520px) {
  .pr-x12 {
    padding-right: 48px;
  }
}

.pb-x12 {
  padding-bottom: 96px;
}
@media screen and (max-width: 960px) {
  .pb-x12 {
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 520px) {
  .pb-x12 {
    padding-bottom: 48px;
  }
}

.pl-x12 {
  padding-left: 96px;
}
@media screen and (max-width: 960px) {
  .pl-x12 {
    padding-left: 72px;
  }
}
@media screen and (max-width: 520px) {
  .pl-x12 {
    padding-left: 48px;
  }
}

.pt-x13 {
  padding-top: 104px;
}
@media screen and (max-width: 960px) {
  .pt-x13 {
    padding-top: 78px;
  }
}
@media screen and (max-width: 520px) {
  .pt-x13 {
    padding-top: 52px;
  }
}

.pr-x13 {
  padding-right: 104px;
}
@media screen and (max-width: 960px) {
  .pr-x13 {
    padding-right: 78px;
  }
}
@media screen and (max-width: 520px) {
  .pr-x13 {
    padding-right: 52px;
  }
}

.pb-x13 {
  padding-bottom: 104px;
}
@media screen and (max-width: 960px) {
  .pb-x13 {
    padding-bottom: 78px;
  }
}
@media screen and (max-width: 520px) {
  .pb-x13 {
    padding-bottom: 52px;
  }
}

.pl-x13 {
  padding-left: 104px;
}
@media screen and (max-width: 960px) {
  .pl-x13 {
    padding-left: 78px;
  }
}
@media screen and (max-width: 520px) {
  .pl-x13 {
    padding-left: 52px;
  }
}

.pt-x14 {
  padding-top: 112px;
}
@media screen and (max-width: 960px) {
  .pt-x14 {
    padding-top: 84px;
  }
}
@media screen and (max-width: 520px) {
  .pt-x14 {
    padding-top: 56px;
  }
}

.pr-x14 {
  padding-right: 112px;
}
@media screen and (max-width: 960px) {
  .pr-x14 {
    padding-right: 84px;
  }
}
@media screen and (max-width: 520px) {
  .pr-x14 {
    padding-right: 56px;
  }
}

.pb-x14 {
  padding-bottom: 112px;
}
@media screen and (max-width: 960px) {
  .pb-x14 {
    padding-bottom: 84px;
  }
}
@media screen and (max-width: 520px) {
  .pb-x14 {
    padding-bottom: 56px;
  }
}

.pl-x14 {
  padding-left: 112px;
}
@media screen and (max-width: 960px) {
  .pl-x14 {
    padding-left: 84px;
  }
}
@media screen and (max-width: 520px) {
  .pl-x14 {
    padding-left: 56px;
  }
}

.pt-x15 {
  padding-top: 120px;
}
@media screen and (max-width: 960px) {
  .pt-x15 {
    padding-top: 90px;
  }
}
@media screen and (max-width: 520px) {
  .pt-x15 {
    padding-top: 60px;
  }
}

.pr-x15 {
  padding-right: 120px;
}
@media screen and (max-width: 960px) {
  .pr-x15 {
    padding-right: 90px;
  }
}
@media screen and (max-width: 520px) {
  .pr-x15 {
    padding-right: 60px;
  }
}

.pb-x15 {
  padding-bottom: 120px;
}
@media screen and (max-width: 960px) {
  .pb-x15 {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 520px) {
  .pb-x15 {
    padding-bottom: 60px;
  }
}

.pl-x15 {
  padding-left: 120px;
}
@media screen and (max-width: 960px) {
  .pl-x15 {
    padding-left: 90px;
  }
}
@media screen and (max-width: 520px) {
  .pl-x15 {
    padding-left: 60px;
  }
}

.pt-x16 {
  padding-top: 128px;
}
@media screen and (max-width: 960px) {
  .pt-x16 {
    padding-top: 96px;
  }
}
@media screen and (max-width: 520px) {
  .pt-x16 {
    padding-top: 64px;
  }
}

.pr-x16 {
  padding-right: 128px;
}
@media screen and (max-width: 960px) {
  .pr-x16 {
    padding-right: 96px;
  }
}
@media screen and (max-width: 520px) {
  .pr-x16 {
    padding-right: 64px;
  }
}

.pb-x16 {
  padding-bottom: 128px;
}
@media screen and (max-width: 960px) {
  .pb-x16 {
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 520px) {
  .pb-x16 {
    padding-bottom: 64px;
  }
}

.pl-x16 {
  padding-left: 128px;
}
@media screen and (max-width: 960px) {
  .pl-x16 {
    padding-left: 96px;
  }
}
@media screen and (max-width: 520px) {
  .pl-x16 {
    padding-left: 64px;
  }
}

.pt-x17 {
  padding-top: 136px;
}
@media screen and (max-width: 960px) {
  .pt-x17 {
    padding-top: 102px;
  }
}
@media screen and (max-width: 520px) {
  .pt-x17 {
    padding-top: 68px;
  }
}

.pr-x17 {
  padding-right: 136px;
}
@media screen and (max-width: 960px) {
  .pr-x17 {
    padding-right: 102px;
  }
}
@media screen and (max-width: 520px) {
  .pr-x17 {
    padding-right: 68px;
  }
}

.pb-x17 {
  padding-bottom: 136px;
}
@media screen and (max-width: 960px) {
  .pb-x17 {
    padding-bottom: 102px;
  }
}
@media screen and (max-width: 520px) {
  .pb-x17 {
    padding-bottom: 68px;
  }
}

.pl-x17 {
  padding-left: 136px;
}
@media screen and (max-width: 960px) {
  .pl-x17 {
    padding-left: 102px;
  }
}
@media screen and (max-width: 520px) {
  .pl-x17 {
    padding-left: 68px;
  }
}

.pt-x18 {
  padding-top: 144px;
}
@media screen and (max-width: 960px) {
  .pt-x18 {
    padding-top: 108px;
  }
}
@media screen and (max-width: 520px) {
  .pt-x18 {
    padding-top: 72px;
  }
}

.pr-x18 {
  padding-right: 144px;
}
@media screen and (max-width: 960px) {
  .pr-x18 {
    padding-right: 108px;
  }
}
@media screen and (max-width: 520px) {
  .pr-x18 {
    padding-right: 72px;
  }
}

.pb-x18 {
  padding-bottom: 144px;
}
@media screen and (max-width: 960px) {
  .pb-x18 {
    padding-bottom: 108px;
  }
}
@media screen and (max-width: 520px) {
  .pb-x18 {
    padding-bottom: 72px;
  }
}

.pl-x18 {
  padding-left: 144px;
}
@media screen and (max-width: 960px) {
  .pl-x18 {
    padding-left: 108px;
  }
}
@media screen and (max-width: 520px) {
  .pl-x18 {
    padding-left: 72px;
  }
}

.pt-x19 {
  padding-top: 152px;
}
@media screen and (max-width: 960px) {
  .pt-x19 {
    padding-top: 114px;
  }
}
@media screen and (max-width: 520px) {
  .pt-x19 {
    padding-top: 76px;
  }
}

.pr-x19 {
  padding-right: 152px;
}
@media screen and (max-width: 960px) {
  .pr-x19 {
    padding-right: 114px;
  }
}
@media screen and (max-width: 520px) {
  .pr-x19 {
    padding-right: 76px;
  }
}

.pb-x19 {
  padding-bottom: 152px;
}
@media screen and (max-width: 960px) {
  .pb-x19 {
    padding-bottom: 114px;
  }
}
@media screen and (max-width: 520px) {
  .pb-x19 {
    padding-bottom: 76px;
  }
}

.pl-x19 {
  padding-left: 152px;
}
@media screen and (max-width: 960px) {
  .pl-x19 {
    padding-left: 114px;
  }
}
@media screen and (max-width: 520px) {
  .pl-x19 {
    padding-left: 76px;
  }
}

.pt-x20 {
  padding-top: 160px;
}
@media screen and (max-width: 960px) {
  .pt-x20 {
    padding-top: 120px;
  }
}
@media screen and (max-width: 520px) {
  .pt-x20 {
    padding-top: 80px;
  }
}

.pr-x20 {
  padding-right: 160px;
}
@media screen and (max-width: 960px) {
  .pr-x20 {
    padding-right: 120px;
  }
}
@media screen and (max-width: 520px) {
  .pr-x20 {
    padding-right: 80px;
  }
}

.pb-x20 {
  padding-bottom: 160px;
}
@media screen and (max-width: 960px) {
  .pb-x20 {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 520px) {
  .pb-x20 {
    padding-bottom: 80px;
  }
}

.pl-x20 {
  padding-left: 160px;
}
@media screen and (max-width: 960px) {
  .pl-x20 {
    padding-left: 120px;
  }
}
@media screen and (max-width: 520px) {
  .pl-x20 {
    padding-left: 80px;
  }
}

[anime] {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}
[anime].is-animated {
  opacity: 1;
}

[anime*=scale].is-animated {
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

[anime*=scale-top].is-animated {
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

[anime*=scale-right].is-animated {
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

[anime*=scale-bottom].is-animated {
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

[anime*=scale-left].is-animated {
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0.72);
    transform: scale(0.72);
    opacity: 0;
  }
  56% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  72% {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0.72);
    transform: scale(0.72);
    opacity: 0;
  }
  56% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  72% {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
[anime*=fade-front].is-animated {
  -webkit-animation-name: fade-front;
  animation-name: fade-front;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-front {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes fade-front {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
[anime*=fade-back].is-animated {
  -webkit-animation-name: fade-back;
  animation-name: fade-back;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-back {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes fade-back {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
[anime*=slide-top].is-animated {
  -webkit-animation-name: slide-top;
  animation-name: slide-top;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
[anime*=slide-right].is-animated {
  -webkit-animation-name: slide-right;
  animation-name: slide-right;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-right {
  0% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
[anime*=slide-bottom].is-animated {
  -webkit-animation-name: slide-bottom;
  animation-name: slide-bottom;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(64px);
    transform: translateY(64px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(64px);
    transform: translateY(64px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
[anime*=slide-left].is-animated {
  -webkit-animation-name: slide-left;
  animation-name: slide-left;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-left {
  0% {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
[anime*=flip-top].is-animated {
  -webkit-animation-name: flip-top;
  animation-name: flip-top;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes flip-top {
  0% {
    -webkit-transform: perspective(1000px) rotateX(80deg);
    transform: perspective(1000px) rotateX(80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
}

@keyframes flip-top {
  0% {
    -webkit-transform: perspective(1000px) rotateX(80deg);
    transform: perspective(1000px) rotateX(80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
}
[anime*=flip-right].is-animated {
  -webkit-animation-name: flip-right;
  animation-name: flip-right;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes flip-right {
  0% {
    -webkit-transform: perspective(1000px) rotateY(80deg);
    transform: perspective(1000px) rotateY(80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
}

@keyframes flip-right {
  0% {
    -webkit-transform: perspective(1000px) rotateY(80deg);
    transform: perspective(1000px) rotateY(80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
}
[anime*=flip-bottom].is-animated {
  -webkit-animation-name: flip-bottom;
  animation-name: flip-bottom;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes flip-bottom {
  0% {
    -webkit-transform: perspective(1000px) rotateX(-80deg);
    transform: perspective(1000px) rotateX(-80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
}

@keyframes flip-bottom {
  0% {
    -webkit-transform: perspective(1000px) rotateX(-80deg);
    transform: perspective(1000px) rotateX(-80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
}
[anime*=flip-left].is-animated {
  -webkit-animation-name: flip-left;
  animation-name: flip-left;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes flip-left {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-80deg);
    transform: perspective(1000px) rotateY(-80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
}

@keyframes flip-left {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-80deg);
    transform: perspective(1000px) rotateY(-80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
}
[anime*=bound-top].is-animated {
  -webkit-animation-name: bound-top;
  animation-name: bound-top;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bound-top {
  0% {
    -webkit-transform: translateY(-48px);
    transform: translateY(-48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 56%, 74%, 88%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bound-top {
  0% {
    -webkit-transform: translateY(-48px);
    transform: translateY(-48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 56%, 74%, 88%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
[anime*=bound-right].is-animated {
  -webkit-animation-name: bound-right;
  animation-name: bound-right;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bound-right {
  0% {
    -webkit-transform: translateX(48px);
    transform: translateX(48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateX(12px);
    transform: translateX(12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 56%, 74%, 88%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bound-right {
  0% {
    -webkit-transform: translateX(48px);
    transform: translateX(48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateX(12px);
    transform: translateX(12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 56%, 74%, 88%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
[anime*=bound-bottom].is-animated {
  -webkit-animation-name: bound-bottom;
  animation-name: bound-bottom;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bound-bottom {
  0% {
    -webkit-transform: translateY(48px);
    transform: translateY(48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 56%, 74%, 88%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bound-bottom {
  0% {
    -webkit-transform: translateY(48px);
    transform: translateY(48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 56%, 74%, 88%, 100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
[anime*=bound-left].is-animated {
  -webkit-animation-name: bound-left;
  animation-name: bound-left;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bound-left {
  0% {
    -webkit-transform: translateX(-48px);
    transform: translateX(-48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateX(-24px);
    transform: translateX(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 56%, 74%, 88%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bound-left {
  0% {
    -webkit-transform: translateX(-48px);
    transform: translateX(-48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateX(-24px);
    transform: translateX(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 56%, 74%, 88%, 100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
[anime*=focus].is-animated {
  -webkit-animation-name: focus;
  animation-name: focus;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes focus {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}

@keyframes focus {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
[anime*=txt-grow].is-animated {
  -webkit-animation-name: txt-grow;
  animation-name: txt-grow;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes txt-grow {
  0% {
    letter-spacing: -0.8em;
  }
  100% {
    letter-spacing: normal;
  }
}

@keyframes txt-grow {
  0% {
    letter-spacing: -0.8em;
  }
  100% {
    letter-spacing: normal;
  }
}
[anime*=txt-shrink].is-animated {
  -webkit-animation-name: txt-shrink;
  animation-name: txt-shrink;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes txt-shrink {
  0% {
    letter-spacing: 0.8em;
  }
  100% {
    letter-spacing: normal;
  }
}

@keyframes txt-shrink {
  0% {
    letter-spacing: 0.8em;
  }
  100% {
    letter-spacing: normal;
  }
}
[anime*=roll] {
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
[anime*=roll].is-animated {
  -webkit-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 18px;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 1280px) {
  .header {
    padding-top: 10px;
  }
}
@media screen and (max-width: 960px) {
  .header {
    padding-top: 8px;
  }
}
@media screen and (max-width: 520px) {
  .header {
    padding-top: 10px;
  }
}
.header .header-wrap {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1280px) {
  .header .header-wrap {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 960px) {
  .header .header-wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 520px) {
  .header .header-wrap {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .header .header-wrap {
    padding: 0 16px;
  }
}
.header .header-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 340px;
}
@media screen and (max-width: 1280px) {
  .header .header-unit {
    padding-right: 290px;
  }
}
@media screen and (max-width: 768px) {
  .header .header-unit {
    padding-right: 248px;
  }
}
@media screen and (max-width: 520px) {
  .header .header-unit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0;
  }
}
.header .header-unit__info .header-logo {
  max-width: 348px;
}
@media screen and (max-width: 1280px) {
  .header .header-unit__info .header-logo {
    max-width: 280px;
  }
}
@media screen and (max-width: 960px) {
  .header .header-unit__info .header-logo {
    max-width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .header .header-unit__info .header-logo {
    max-width: 240px;
  }
}
@media screen and (max-width: 520px) {
  .header .header-unit__info .header-logo {
    max-width: 320px;
  }
}

@media screen and (max-width: 960px) {
  .header-hotline.--normal-hotline {
    display: none;
  }
}
.header-hotline__tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  font-family: "Montserrat Alternates", "Inter", sans-serif;
  color: #F59E69;
  line-height: 1;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1280px) {
  .header-hotline__tel a {
    margin-bottom: 6px;
    font-size: 2.6rem;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 768px) {
  .header-hotline__tel a {
    margin-bottom: 4px;
    gap: 2px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 520px) {
  .header-hotline__tel a {
    font-size: 2.8rem;
  }
}
.header-hotline__tel a .ico-tel {
  position: relative;
  display: inline-block;
  width: 18px;
  aspect-ratio: 18/24;
}
@media screen and (max-width: 768px) {
  .header-hotline__tel a .ico-tel {
    width: 16px;
  }
}
.header-hotline__tel a .ico-tel::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("../../img/icon/tel.svg");
  mask-image: url("../../img/icon/tel.svg");
  -webkit-mask-position: center top;
  mask-position: center top;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #F59E69;
}
.header-hotline__tel-time {
  padding-top: 8px;
  border-top: solid 2px #F59E69;
}
@media screen and (max-width: 1280px) {
  .header-hotline__tel-time {
    padding-top: 4px;
  }
}
@media screen and (max-width: 768px) {
  .header-hotline__tel-time {
    padding-top: 2px;
  }
}
@media screen and (max-width: 520px) {
  .header-hotline__tel-time {
    text-align: center;
  }
}
.header-hotline__tel-time p {
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1280px) {
  .header-hotline__tel-time p {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .header-hotline__tel-time p {
    font-size: 1.1rem;
  }
}
.header-hotline__tel-time p span {
  font-size: 1.45rem;
}
@media screen and (max-width: 1280px) {
  .header-hotline__tel-time p span {
    font-size: 1.35rem;
  }
}

.header-float {
  position: fixed;
  top: 26px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1280px) {
  .header-float {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 960px) {
  .header-float {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 520px) {
  .header-float {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.header-float {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  height: 86px;
  z-index: 9999;
}
@media screen and (max-width: 1280px) {
  .header-float {
    top: 14px;
    gap: 12px;
    height: 78px;
  }
}
@media screen and (max-width: 960px) {
  .header-float {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    right: 0;
    left: auto;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .header-float {
    padding: 0 16px;
    gap: 8px;
    height: 62px;
  }
}
@media screen and (max-width: 520px) {
  .header-float {
    top: auto;
    bottom: calc(0px + env(safe-area-inset-bottom));
    gap: 8px;
    width: 100%;
    padding: 8px;
    height: 72px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 8px rgba(56, 42, 22, 0.08);
    box-shadow: 0 0 8px rgba(56, 42, 22, 0.08);
  }
}

.header-reserve {
  position: relative;
  width: 220px;
  height: 100%;
  z-index: 9999;
}
@media screen and (max-width: 1280px) {
  .header-reserve {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .header-reserve {
    width: 160px;
  }
}
@media screen and (max-width: 520px) {
  .header-reserve {
    width: calc(100% - 64px);
  }
}
.header-reserve a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 960px) {
  .header-reserve a {
    border-radius: calc(8px * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .header-reserve a {
    border-radius: calc(8px * 0.5);
  }
}
.header-reserve a {
  border: solid 2px #F06E70;
  background: #F06E70;
  color: #ffffff;
}
@media screen and (max-width: 1280px) {
  .header-reserve a {
    gap: 10px;
  }
}
@media screen and (max-width: 520px) {
  .header-reserve a {
    padding: 3px;
  }
}
.header-reserve a .ico-reserve {
  position: relative;
  width: 40px;
  aspect-ratio: 52/58;
}
@media screen and (max-width: 1280px) {
  .header-reserve a .ico-reserve {
    width: 32px;
  }
}
@media screen and (max-width: 520px) {
  .header-reserve a .ico-reserve {
    width: 26px;
  }
}
.header-reserve a .ico-reserve::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("../../img/icon/calendar.svg");
  mask-image: url("../../img/icon/calendar.svg");
  -webkit-mask-position: center top;
  mask-position: center top;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #ffffff;
}
.header-reserve a .reserve-txt {
  padding-left: 14px;
  border-left: solid 2px #ffffff;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  .header-reserve a .reserve-txt {
    padding-left: 8px;
    font-size: 2rem;
  }
}
.header-reserve a .reserve-txt span {
  font-family: "Montserrat Alternates", "Inter", sans-serif;
}
.header-reserve a:hover {
  background: #ffffff;
  color: #F06E70;
}
.header-reserve a:hover .ico-reserve::before {
  background: #F06E70;
}
.header-reserve a:hover .reserve-txt {
  border-color: #F06E70;
}

.drawer {
  position: relative;
  aspect-ratio: 1/1;
  height: 100%;
}
.drawer .drawer-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #4BABD6;
  border-radius: 8px;
}
@media screen and (max-width: 960px) {
  .drawer .drawer-btn {
    border-radius: calc(8px * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .drawer .drawer-btn {
    border-radius: calc(8px * 0.5);
  }
}
.drawer .drawer-btn {
  cursor: pointer;
  z-index: 9999;
}
.drawer .drawer-btn .drawer-btn-inner {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.drawer .drawer-btn__line {
  position: relative;
  width: 32px;
  height: 2px;
  background: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .drawer .drawer-btn__line {
    width: 28px;
  }
}
.drawer .drawer-btn__line::before, .drawer .drawer-btn__line::after {
  content: "";
  position: absolute;
  translate: -50% -50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.drawer .drawer-btn__line::before {
  top: calc(50% - 8px);
}
.drawer .drawer-btn__line::after {
  top: calc(50% + 8px);
}
.drawer .drawer-btn__txt {
  padding-top: 16px;
  font-weight: bold;
  font-size: 1.6rem;
  color: #ffffff;
  font-family: "Montserrat Alternates", "Inter", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .drawer .drawer-btn__txt {
    font-size: 1.3rem;
  }
}
.drawer .drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255, 251, 227, 0.96);
  z-index: 9990;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.drawer .drawer-overlay::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 80%;
  translate: -50% 0;
  width: 80%;
  max-width: 520px;
  aspect-ratio: 62/20;
  background: url("../../img/common/balloon-chara.png") no-repeat center/contain;
}
@media screen and (max-width: 1280px) {
  .drawer .drawer-overlay::after {
    max-width: 440px;
  }
}
@media screen and (max-width: 960px) {
  .drawer .drawer-overlay::after {
    left: 50%;
    max-width: 400px;
  }
}
@media screen and (max-width: 520px) {
  .drawer .drawer-overlay::after {
    bottom: calc(74px + env(safe-area-inset-bottom));
  }
}
.drawer .--drawer-hotline {
  position: fixed;
  top: 24px;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1280px) {
  .drawer .--drawer-hotline {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 960px) {
  .drawer .--drawer-hotline {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 520px) {
  .drawer .--drawer-hotline {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.drawer .--drawer-hotline {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: 9998;
}
@media screen and (max-width: 960px) {
  .drawer .--drawer-hotline {
    top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .drawer .--drawer-hotline {
    top: 12px;
  }
}
@media screen and (max-width: 520px) {
  .drawer .--drawer-hotline {
    display: none;
  }
}
.drawer .--drawer-hotline .header-hotline__tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.drawer .--drawer-menu-hotline {
  display: none;
}
@media screen and (max-width: 520px) {
  .drawer .--drawer-menu-hotline {
    display: block;
    padding-top: 28px;
  }
}
.drawer .drawer-panel {
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 80px);
  max-width: 560px;
  height: auto;
  background: #ffffff;
  border-radius: 16px;
}
@media screen and (max-width: 960px) {
  .drawer .drawer-panel {
    border-radius: calc(16px * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .drawer .drawer-panel {
    border-radius: calc(16px * 0.5);
  }
}
.drawer .drawer-panel {
  padding: 56px 48px;
  -webkit-box-shadow: 0 0 8px rgba(56, 42, 22, 0.08);
  box-shadow: 0 0 8px rgba(56, 42, 22, 0.08);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: 9999;
}
@media screen and (max-width: 1280px) {
  .drawer .drawer-panel {
    padding: 48px 40px;
  }
}
@media screen and (max-width: 520px) {
  .drawer .drawer-panel {
    top: 32px;
    translate: -50% 0;
    width: calc(100% - 48px);
    padding: 32px 24px;
  }
}
.drawer .drawer-panel::before {
  position: absolute;
  content: "";
  top: -16px;
  left: -24px;
  width: 120px;
  aspect-ratio: 12/8;
  background: url("../../img/common/deco-birds.png") no-repeat center/contain;
}
@media screen and (max-width: 1280px) {
  .drawer .drawer-panel::before {
    width: 104px;
  }
}
@media screen and (max-width: 768px) {
  .drawer .drawer-panel::before {
    width: 88px;
  }
}
@media screen and (max-width: 520px) {
  .drawer .drawer-panel::before {
    left: -18px;
    width: 72px;
  }
}
.drawer .drawer-panel::after {
  position: absolute;
  content: "";
  bottom: -16px;
  right: -16px;
  width: 80px;
  aspect-ratio: 80/72;
  background: url("../../img/common/deco-leaf.png") no-repeat center/contain;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 1280px) {
  .drawer .drawer-panel::after {
    width: 72px;
  }
}
@media screen and (max-width: 768px) {
  .drawer .drawer-panel::after {
    width: 56px;
  }
}
@media screen and (max-width: 520px) {
  .drawer .drawer-panel::after {
    width: 48px;
  }
}
.drawer.is-open .drawer-btn__line {
  background: transparent;
}
.drawer.is-open .drawer-btn__line::before {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.drawer.is-open .drawer-btn__line::after {
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.drawer.is-open .--drawer-hotline {
  visibility: visible;
  opacity: 1;
}
.drawer.is-open .drawer-panel {
  visibility: visible;
  opacity: 1;
}
.drawer .drawer-menu {
  border-top: dashed 1px #cccccc;
}
.drawer .drawer-menu__item {
  border-bottom: dashed 1px #cccccc;
}
.drawer .drawer-menu__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0 16px 20px;
  line-height: 1.4;
}
@media screen and (max-width: 1280px) {
  .drawer .drawer-menu__item a {
    padding: 14px 0 14px 16px;
  }
}
.drawer .drawer-menu__item a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  translate: 0 -50%;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #EF858C;
}
.drawer .drawer-menu__item a:hover {
  translate: 3px 0;
  opacity: 0.64;
}
.drawer .drawer-menu__item:nth-child(2n) a::before {
  border-color: transparent transparent transparent #F59E69;
}
.drawer .focus-trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.footer {
  padding-top: calc(8px * 6);
}
@media screen and (max-width: 960px) {
  .footer {
    padding-top: calc(8px * 6 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .footer {
    padding-top: calc(8px * 6 * 0.5);
  }
}
.footer {
  background: #ffffff;
}
.footer .footer-wrap {
  max-width: 1440px;
}
.footer .footer-logo {
  margin-bottom: calc(8px * 6);
}
@media screen and (max-width: 960px) {
  .footer .footer-logo {
    margin-bottom: calc(8px * 6 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .footer .footer-logo {
    margin-bottom: calc(8px * 6 * 0.5);
  }
}
.footer .footer-logo {
  margin-inline: auto;
  max-width: 320px;
}
.footer .copy {
  padding: 8px 16px;
  font-size: 1.4rem;
  text-align: center;
  color: #999999;
}
.footer .copy .copy-poweredby {
  display: inline-block;
  width: 45px;
  height: 10px;
  margin-left: 4px;
  vertical-align: baseline;
}

.pagetop-wrap {
  padding: 40px 0;
}
.pagetop-wrap .pagetop {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  cursor: pointer;
}
.pagetop-wrap .pagetop span {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  font-size: 1.6rem;
  font-family: "Montserrat Alternates", "Inter", sans-serif;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.pagetop-wrap .pagetop span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  translate: 0 -50%;
  border-style: solid;
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #382A16 transparent;
}
.pagetop-wrap .pagetop span:hover {
  text-decoration: underline;
}

#not-found {
  padding-top: 180px;
}
@media screen and (max-width: 1280px) {
  #not-found {
    padding-top: 140px;
  }
}
@media screen and (max-width: 960px) {
  #not-found {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #not-found {
    padding-top: 120px;
  }
}
@media screen and (max-width: 520px) {
  #not-found {
    padding-top: 140px;
  }
}
#not-found .notfound-txt {
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 960px) {
  #not-found .notfound-txt {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  #not-found .notfound-txt {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
#not-found .notfound-txt {
  text-align: center;
}
#not-found .notfound-message {
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 960px) {
  #not-found .notfound-message {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  #not-found .notfound-message {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}
#not-found .notfound-message {
  padding: calc(8px * 4);
}
@media screen and (max-width: 960px) {
  #not-found .notfound-message {
    padding: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  #not-found .notfound-message {
    padding: calc(8px * 4 * 0.5);
  }
}
#not-found .notfound-message {
  border: solid 1px #cccccc;
}

.front-page {
  padding-top: 24px;
  overflow: clip;
  z-index: 9900;
}

.anchor-link {
  scroll-margin-top: 160px;
}
@media screen and (max-width: 1280px) {
  .anchor-link {
    scroll-margin-top: 80px;
  }
}
@media screen and (max-width: 520px) {
  .anchor-link {
    scroll-margin-top: 48px;
  }
}

@-webkit-keyframes sway {
  0% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
}

@keyframes sway {
  0% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
}
@-webkit-keyframes sway2 {
  0% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
@keyframes sway2 {
  0% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
@-webkit-keyframes doubleBounce {
  /* 通常 */
  0%, 80%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  /* 1回目 */
  85% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  88% {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
  }
  /* 2回目 */
  92% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  96% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
}
@keyframes doubleBounce {
  /* 通常 */
  0%, 80%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  /* 1回目 */
  85% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  88% {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
  }
  /* 2回目 */
  92% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  96% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
}
.cv-contents {
  position: relative;
  padding-top: calc(8px * 10);
}
@media screen and (max-width: 960px) {
  .cv-contents {
    padding-top: calc(8px * 10 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .cv-contents {
    padding-top: calc(8px * 10 * 0.5);
  }
}
.cv-contents {
  padding-bottom: calc(8px * 10);
}
@media screen and (max-width: 960px) {
  .cv-contents {
    padding-bottom: calc(8px * 10 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .cv-contents {
    padding-bottom: calc(8px * 10 * 0.5);
  }
}
.cv-contents {
  z-index: 10;
}
.cv-contents .cv-contents-wrap {
  position: relative;
  max-width: 960px;
  margin-inline: auto;
}
.cv-contents .cv-contents-wrap::before, .cv-contents .cv-contents-wrap::after {
  position: absolute;
  content: "";
  top: 24px;
  width: 210px;
  aspect-ratio: 21/22;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .cv-contents .cv-contents-wrap::before, .cv-contents .cv-contents-wrap::after {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .cv-contents .cv-contents-wrap::before, .cv-contents .cv-contents-wrap::after {
    width: 22dvw;
  }
}
@media screen and (max-width: 520px) {
  .cv-contents .cv-contents-wrap::before, .cv-contents .cv-contents-wrap::after {
    top: 8px;
    width: 104px;
  }
}
.cv-contents .cv-contents-wrap::before {
  left: -32px;
  background: url("../../img/common/cv-deco1.png") no-repeat center/contain;
  -webkit-animation: sway 1.5s steps(1, end) infinite;
  animation: sway 1.5s steps(1, end) infinite;
}
@media screen and (max-width: 1280px) {
  .cv-contents .cv-contents-wrap::before {
    left: 20px;
  }
}
@media screen and (max-width: 520px) {
  .cv-contents .cv-contents-wrap::before {
    left: 8px;
  }
}
.cv-contents .cv-contents-wrap::after {
  right: -40px;
  background: url("../../img/common/cv-deco2.png") no-repeat center/contain;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: sway2 1.5s steps(1, end) infinite;
  animation: sway2 1.5s steps(1, end) infinite;
}
@media screen and (max-width: 1280px) {
  .cv-contents .cv-contents-wrap::after {
    right: 0;
  }
}
@media screen and (max-width: 520px) {
  .cv-contents .cv-contents-wrap::after {
    right: -4px;
  }
}
.cv-contents .cv-container {
  position: relative;
  padding: 48px;
  overflow: clip;
}
@media screen and (max-width: 520px) {
  .cv-contents .cv-container {
    padding: 80px 24px 36px;
  }
}
.cv-contents .cv-container::before, .cv-contents .cv-container::after {
  position: absolute;
  content: "";
  left: 50%;
  translate: -50% 0;
  width: 100%;
}
.cv-contents .cv-container::before {
  top: 0;
  aspect-ratio: 96/30;
  -webkit-mask-image: url("../../img/common/cv-bg-cloud.svg");
  mask-image: url("../../img/common/cv-bg-cloud.svg");
  -webkit-mask-position: center top;
  mask-position: center top;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #FFEDD3;
  z-index: -2;
}
@media screen and (max-width: 960px) {
  .cv-contents .cv-container::before {
    aspect-ratio: initial;
    -webkit-mask-size: cover;
    mask-size: cover;
    height: 300px;
  }
}
@media screen and (max-width: 520px) {
  .cv-contents .cv-container::before {
    height: 180px;
  }
}
.cv-contents .cv-container::after {
  bottom: 0;
  height: 50%;
  background: #FFEDD3;
  border-radius: 0 0 20px 20px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .cv-contents .cv-container::after {
    height: calc(100% - 300px);
  }
}
@media screen and (max-width: 520px) {
  .cv-contents .cv-container::after {
    height: calc(100% - 180px);
  }
}
.cv-contents .cv-container .cv-headline {
  margin-bottom: calc(8px * 4);
}
@media screen and (max-width: 960px) {
  .cv-contents .cv-container .cv-headline {
    margin-bottom: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .cv-contents .cv-container .cv-headline {
    margin-bottom: calc(8px * 4 * 0.5);
  }
}
.cv-contents .cv-container .cv-headline {
  padding-bottom: 4px;
  max-width: 320px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .cv-contents .cv-container .cv-headline {
    max-width: 280px;
  }
}
@media screen and (max-width: 520px) {
  .cv-contents .cv-container .cv-headline {
    max-width: 260px;
  }
}
.cv-contents .cv-container .cv-txt {
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 960px) {
  .cv-contents .cv-container .cv-txt {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .cv-contents .cv-container .cv-txt {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
.cv-contents .cv-container .cv-txt {
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .cv-contents .cv-container .cv-txt {
    line-height: 1.7;
  }
}
.cv-contents .cv-container .cv-txt span {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .cv-contents .cv-container .cv-txt span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 520px) {
  .cv-contents .cv-container .cv-txt span {
    font-size: 1.8rem;
  }
}
.cv-contents .cv-container .cv-btn {
  -webkit-animation: doubleBounce 3s infinite;
  animation: doubleBounce 3s infinite;
}
.cv-contents .cv-container .cv-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 580px;
  height: 98px;
  margin-inline: auto;
  border-radius: 98px;
  padding: 16px;
  border: solid 3px #F06E70;
  background: #F06E70;
  color: #ffffff;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .cv-contents .cv-container .cv-btn a {
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .cv-contents .cv-container .cv-btn a {
    height: 82px;
  }
}
@media screen and (max-width: 520px) {
  .cv-contents .cv-container .cv-btn a {
    gap: 8px;
    padding: 8px;
    height: 72px;
  }
}
.cv-contents .cv-container .cv-btn a .btn-ico {
  position: relative;
}
.cv-contents .cv-container .cv-btn a .btn-ico::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  translate: 0 -50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.cv-contents .cv-container .cv-btn a .btn-ico.ico-calendar {
  width: 52px;
  aspect-ratio: 52/58;
}
@media screen and (max-width: 960px) {
  .cv-contents .cv-container .cv-btn a .btn-ico.ico-calendar {
    width: 48px;
  }
}
@media screen and (max-width: 768px) {
  .cv-contents .cv-container .cv-btn a .btn-ico.ico-calendar {
    width: 40px;
  }
}
@media screen and (max-width: 520px) {
  .cv-contents .cv-container .cv-btn a .btn-ico.ico-calendar {
    width: 30px;
  }
}
.cv-contents .cv-container .cv-btn a .btn-ico.ico-calendar::before {
  -webkit-mask-image: url("../../img/icon/calendar.svg");
  mask-image: url("../../img/icon/calendar.svg");
}
.cv-contents .cv-container .cv-btn a .btn-ico.ico-arrow {
  width: 32px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .cv-contents .cv-container .cv-btn a .btn-ico.ico-arrow {
    width: 30px;
  }
}
@media screen and (max-width: 520px) {
  .cv-contents .cv-container .cv-btn a .btn-ico.ico-arrow {
    width: 24px;
  }
}
.cv-contents .cv-container .cv-btn a .btn-ico.ico-arrow::before {
  -webkit-mask-image: url("../../img/icon/arrow.svg");
  mask-image: url("../../img/icon/arrow.svg");
}
.cv-contents .cv-container .cv-btn a .btn-txt {
  position: relative;
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .cv-contents .cv-container .cv-btn a .btn-txt {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .cv-contents .cv-container .cv-btn a .btn-txt {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 520px) {
  .cv-contents .cv-container .cv-btn a .btn-txt {
    font-size: 2.2rem;
  }
}
.cv-contents .cv-container .cv-btn a .btn-txt em {
  font-family: "Montserrat Alternates", "Inter", sans-serif;
}
.cv-contents .cv-container .cv-btn a:hover {
  background: #ffffff;
  color: #F06E70;
  translate: 0 4px;
}
.cv-contents .cv-container .cv-btn a:hover .btn-ico::before {
  background: #F06E70;
}
.cv-contents.--red .cv-container::before, .cv-contents.--red .cv-container::after {
  background-color: #F06E70;
}
.cv-contents.--blu .cv-container::before, .cv-contents.--blu .cv-container::after {
  background-color: #4BABD6;
}
.cv-contents.--l-blu .cv-container::before, .cv-contents.--l-blu .cv-container::after {
  background-color: #EDF8FF;
}
.cv-contents.--d-grn .cv-container::before, .cv-contents.--d-grn .cv-container::after {
  background-color: #5D9F46;
}
.cv-contents.--grn .cv-container::before, .cv-contents.--grn .cv-container::after {
  background-color: #68AE50;
}
.cv-contents.--l-grn .cv-container::before, .cv-contents.--l-grn .cv-container::after {
  background-color: #E5FFCA;
}
.cv-contents.--orn .cv-container::before, .cv-contents.--orn .cv-container::after {
  background-color: #F59E69;
}
.cv-contents.--l-orn .cv-container::before, .cv-contents.--l-orn .cv-container::after {
  background-color: #FFEDD3;
}
.cv-contents.--p-orn .cv-container::before, .cv-contents.--p-orn .cv-container::after {
  background-color: #FBF0E1;
}
.cv-contents.--yel .cv-container::before, .cv-contents.--yel .cv-container::after {
  background-color: #FFE390;
}
.cv-contents.--l-yel .cv-container::before, .cv-contents.--l-yel .cv-container::after {
  background-color: #FFFBE3;
}
.cv-contents.--pnk .cv-container::before, .cv-contents.--pnk .cv-container::after {
  background-color: #EF858C;
}
.cv-contents.--l-pnk .cv-container::before, .cv-contents.--l-pnk .cv-container::after {
  background-color: #FFEFF0;
}
.cv-contents.--blk .cv-container::before, .cv-contents.--blk .cv-container::after {
  background-color: #382A16;
}
.cv-contents.--wht .cv-container::before, .cv-contents.--wht .cv-container::after {
  background-color: #ffffff;
}
.cv-contents.--l-gry .cv-container::before, .cv-contents.--l-gry .cv-container::after {
  background-color: #eeeeee;
}
.cv-contents.--gry .cv-container::before, .cv-contents.--gry .cv-container::after {
  background-color: #cccccc;
}
.cv-contents.--d-gry .cv-container::before, .cv-contents.--d-gry .cv-container::after {
  background-color: #999999;
}

.balloon-contents {
  position: relative;
}
.balloon-contents::before, .balloon-contents::after {
  position: absolute;
  content: "";
  width: 170px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 960px) {
  .balloon-contents::before, .balloon-contents::after {
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .balloon-contents::before, .balloon-contents::after {
    width: 16dvw;
  }
}
.balloon-contents::before {
  top: 64px;
  right: calc(100% - 96px);
  background: url("../../img/common/balloon-contents-deco1.png") center/contain no-repeat;
}
@media screen and (max-width: 1280px) {
  .balloon-contents::before {
    right: calc(100% - 120px);
    top: 140px;
  }
}
@media screen and (max-width: 960px) {
  .balloon-contents::before {
    right: calc(100% - 120px);
    top: 180px;
  }
}
@media screen and (max-width: 768px) {
  .balloon-contents::before {
    right: calc(100% - 11dvw);
    top: auto;
    bottom: 24px;
  }
}
.balloon-contents::after {
  top: -32px;
  left: calc(100% - 96px);
  background: url("../../img/common/balloon-contents-deco2.png") center/contain no-repeat;
}
@media screen and (max-width: 1280px) {
  .balloon-contents::after {
    left: calc(100% - 130px);
    top: 120px;
  }
}
@media screen and (max-width: 960px) {
  .balloon-contents::after {
    left: calc(100% - 120px);
    top: 200px;
  }
}
@media screen and (max-width: 768px) {
  .balloon-contents::after {
    top: auto;
    left: calc(100% - 11dvw);
    bottom: 24px;
  }
}
.balloon-contents .balloon-contents-inner {
  position: relative;
  padding: 0 120px;
}
@media screen and (max-width: 960px) {
  .balloon-contents .balloon-contents-inner {
    padding: 0 80px;
  }
}
@media screen and (max-width: 520px) {
  .balloon-contents .balloon-contents-inner {
    padding: 0 32px;
  }
}
.balloon-contents .balloon-contents-inner::before {
  position: absolute;
  content: "";
  bottom: 80px;
  left: 50%;
  translate: -50% 0;
  width: 960px;
  aspect-ratio: 96/35;
  background: url("../../img/common/balloon-frame.png") center/contain no-repeat;
}
@media screen and (max-width: 960px) {
  .balloon-contents .balloon-contents-inner::before {
    bottom: 120px;
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .balloon-contents .balloon-contents-inner::before {
    bottom: 13dvw;
    width: 120%;
  }
}
.balloon-contents .balloon-contents-inner .balloon-ttl {
  margin-bottom: 32px;
}
@media screen and (max-width: 960px) {
  .balloon-contents .balloon-contents-inner .balloon-ttl {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 520px) {
  .balloon-contents .balloon-contents-inner .balloon-ttl {
    margin-bottom: 16px;
  }
}
.balloon-contents .balloon-contents-inner .balloon-txt {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.9;
}
@media screen and (max-width: 960px) {
  .balloon-contents .balloon-contents-inner .balloon-txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .balloon-contents .balloon-contents-inner .balloon-txt {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
}
.balloon-contents .balloon-contents-inner .balloon-chara {
  position: relative;
  width: 96%;
  max-width: 620px;
  margin-inline: auto;
  margin-top: 40px;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .balloon-contents .balloon-contents-inner .balloon-chara {
    max-width: 560px;
  }
}
@media screen and (max-width: 768px) {
  .balloon-contents .balloon-contents-inner .balloon-chara {
    margin-top: 16px;
  }
}

@-webkit-keyframes chara-sway {
  0% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
}

@keyframes chara-sway {
  0% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
}
.baby-vsl {
  position: relative;
  margin-bottom: -104px;
  width: 100%;
  max-width: 150px;
  margin-inline: auto;
  z-index: 3;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: chara-sway 1.5s steps(1, end) infinite;
  animation: chara-sway 1.5s steps(1, end) infinite;
}
@media screen and (max-width: 960px) {
  .baby-vsl {
    max-width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .baby-vsl {
    max-width: 104px;
    margin-bottom: -80px;
  }
}
@media screen and (max-width: 520px) {
  .baby-vsl {
    max-width: 88px;
    margin-bottom: -78px;
  }
}

.bg {
  padding-bottom: 140px;
}
@media screen and (max-width: 960px) {
  .bg {
    padding-bottom: 128px;
  }
}
@media screen and (max-width: 768px) {
  .bg {
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 520px) {
  .bg {
    padding-bottom: 64px;
  }
}
.bg.--red {
  background-color: #F06E70;
}
.bg.--blu {
  background-color: #4BABD6;
}
.bg.--l-blu {
  background-color: #EDF8FF;
}
.bg.--d-grn {
  background-color: #5D9F46;
}
.bg.--grn {
  background-color: #68AE50;
}
.bg.--l-grn {
  background-color: #E5FFCA;
}
.bg.--orn {
  background-color: #F59E69;
}
.bg.--l-orn {
  background-color: #FFEDD3;
}
.bg.--p-orn {
  background-color: #FBF0E1;
}
.bg.--yel {
  background-color: #FFE390;
}
.bg.--l-yel {
  background-color: #FFFBE3;
}
.bg.--pnk {
  background-color: #EF858C;
}
.bg.--l-pnk {
  background-color: #FFEFF0;
}
.bg.--blk {
  background-color: #382A16;
}
.bg.--wht {
  background-color: #ffffff;
}
.bg.--l-gry {
  background-color: #eeeeee;
}
.bg.--gry {
  background-color: #cccccc;
}
.bg.--d-gry {
  background-color: #999999;
}

.upper-cloud {
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 960px) {
  .upper-cloud {
    padding-top: 64px;
  }
}
@media screen and (max-width: 768px) {
  .upper-cloud {
    padding-top: 48px;
  }
}
@media screen and (max-width: 520px) {
  .upper-cloud {
    padding-top: 40px;
  }
}
.upper-cloud::before {
  position: absolute;
  content: "";
  top: -24px;
  left: 0;
  width: 100%;
  height: 24px;
  -webkit-mask-image: url("../../img/common/cloud-mask.svg");
  mask-image: url("../../img/common/cloud-mask.svg");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: auto 24px;
  mask-size: auto 24px;
  -webkit-mask-position: center top;
  mask-position: center top;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .upper-cloud::before {
    top: -20px;
    height: 20px;
    -webkit-mask-size: auto 20px;
    mask-size: auto 20px;
  }
}
@media screen and (max-width: 520px) {
  .upper-cloud::before {
    top: -14px;
    height: 14px;
    -webkit-mask-size: auto 14px;
    mask-size: auto 14px;
  }
}
.upper-cloud.--red::before {
  background-color: #F06E70;
}
.upper-cloud.--blu::before {
  background-color: #4BABD6;
}
.upper-cloud.--l-blu::before {
  background-color: #EDF8FF;
}
.upper-cloud.--d-grn::before {
  background-color: #5D9F46;
}
.upper-cloud.--grn::before {
  background-color: #68AE50;
}
.upper-cloud.--l-grn::before {
  background-color: #E5FFCA;
}
.upper-cloud.--orn::before {
  background-color: #F59E69;
}
.upper-cloud.--l-orn::before {
  background-color: #FFEDD3;
}
.upper-cloud.--p-orn::before {
  background-color: #FBF0E1;
}
.upper-cloud.--yel::before {
  background-color: #FFE390;
}
.upper-cloud.--l-yel::before {
  background-color: #FFFBE3;
}
.upper-cloud.--pnk::before {
  background-color: #EF858C;
}
.upper-cloud.--l-pnk::before {
  background-color: #FFEFF0;
}
.upper-cloud.--blk::before {
  background-color: #382A16;
}
.upper-cloud.--wht::before {
  background-color: #ffffff;
}
.upper-cloud.--l-gry::before {
  background-color: #eeeeee;
}
.upper-cloud.--gry::before {
  background-color: #cccccc;
}
.upper-cloud.--d-gry::before {
  background-color: #999999;
}

.upper-arch {
  position: relative;
  z-index: 1;
}
.upper-arch::before {
  position: absolute;
  content: "";
  top: -80px;
  left: 50%;
  translate: -50% 0;
  width: 120%;
  height: 220px;
  border-radius: 100% 100% 0 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .upper-arch::before {
    top: -60px;
    height: 160px;
  }
}
@media screen and (max-width: 520px) {
  .upper-arch::before {
    top: -40px;
    height: 80px;
  }
}
.upper-arch.--red::before {
  background-color: #F06E70;
}
.upper-arch.--blu::before {
  background-color: #4BABD6;
}
.upper-arch.--l-blu::before {
  background-color: #EDF8FF;
}
.upper-arch.--d-grn::before {
  background-color: #5D9F46;
}
.upper-arch.--grn::before {
  background-color: #68AE50;
}
.upper-arch.--l-grn::before {
  background-color: #E5FFCA;
}
.upper-arch.--orn::before {
  background-color: #F59E69;
}
.upper-arch.--l-orn::before {
  background-color: #FFEDD3;
}
.upper-arch.--p-orn::before {
  background-color: #FBF0E1;
}
.upper-arch.--yel::before {
  background-color: #FFE390;
}
.upper-arch.--l-yel::before {
  background-color: #FFFBE3;
}
.upper-arch.--pnk::before {
  background-color: #EF858C;
}
.upper-arch.--l-pnk::before {
  background-color: #FFEFF0;
}
.upper-arch.--blk::before {
  background-color: #382A16;
}
.upper-arch.--wht::before {
  background-color: #ffffff;
}
.upper-arch.--l-gry::before {
  background-color: #eeeeee;
}
.upper-arch.--gry::before {
  background-color: #cccccc;
}
.upper-arch.--d-gry::before {
  background-color: #999999;
}

.bottom-arch {
  position: relative;
  margin-bottom: 104px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .bottom-arch {
    margin-bottom: 88px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 520px) {
  .bottom-arch {
    margin-bottom: 64px;
  }
}
.bottom-arch::after {
  position: absolute;
  content: "";
  bottom: -104px;
  left: 50%;
  translate: -50% 0;
  width: 120%;
  height: 160px;
  border-radius: 0 0 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .bottom-arch::after {
    bottom: -88px;
    height: 120px;
  }
}
@media screen and (max-width: 520px) {
  .bottom-arch::after {
    bottom: -64px;
    height: 88px;
  }
}
.bottom-arch.--red::after {
  background-color: #F06E70;
}
.bottom-arch.--blu::after {
  background-color: #4BABD6;
}
.bottom-arch.--l-blu::after {
  background-color: #EDF8FF;
}
.bottom-arch.--d-grn::after {
  background-color: #5D9F46;
}
.bottom-arch.--grn::after {
  background-color: #68AE50;
}
.bottom-arch.--l-grn::after {
  background-color: #E5FFCA;
}
.bottom-arch.--orn::after {
  background-color: #F59E69;
}
.bottom-arch.--l-orn::after {
  background-color: #FFEDD3;
}
.bottom-arch.--p-orn::after {
  background-color: #FBF0E1;
}
.bottom-arch.--yel::after {
  background-color: #FFE390;
}
.bottom-arch.--l-yel::after {
  background-color: #FFFBE3;
}
.bottom-arch.--pnk::after {
  background-color: #EF858C;
}
.bottom-arch.--l-pnk::after {
  background-color: #FFEFF0;
}
.bottom-arch.--blk::after {
  background-color: #382A16;
}
.bottom-arch.--wht::after {
  background-color: #ffffff;
}
.bottom-arch.--l-gry::after {
  background-color: #eeeeee;
}
.bottom-arch.--gry::after {
  background-color: #cccccc;
}
.bottom-arch.--d-gry::after {
  background-color: #999999;
}

.headline {
  position: relative;
  margin-bottom: calc(8px * 5);
}
@media screen and (max-width: 960px) {
  .headline {
    margin-bottom: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .headline {
    margin-bottom: calc(8px * 5 * 0.5);
  }
}
.headline {
  padding-top: 48px;
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .headline {
    font-size: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .headline {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .headline {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 520px) {
  .headline {
    padding-top: 38px;
    font-size: 2.2rem;
  }
}
.headline::before, .headline::after {
  position: absolute;
  content: "";
  top: 0;
  width: 240px;
  aspect-ratio: 24/7;
  background: url("../../img/common/deco-flag.png") center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .headline::before, .headline::after {
    top: -8px;
    width: 170px;
  }
}
@media screen and (max-width: 520px) {
  .headline::before, .headline::after {
    width: 140px;
  }
}
.headline::before {
  right: calc(100% - 120px);
}
@media screen and (max-width: 960px) {
  .headline::before {
    right: calc(100% - 160px);
  }
}
@media screen and (max-width: 520px) {
  .headline::before {
    right: calc(100% - 96px);
  }
}
.headline::after {
  left: calc(100% - 120px);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
@media screen and (max-width: 960px) {
  .headline::after {
    left: calc(100% - 160px);
  }
}
@media screen and (max-width: 520px) {
  .headline::after {
    left: calc(100% - 96px);
  }
}
.headline.--mb-none {
  margin-bottom: 0;
}
@media screen and (max-width: 520px) {
  .headline.--mb-none {
    margin-bottom: 32px;
  }
}

.ttl-l {
  position: relative;
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 960px) {
  .ttl-l {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .ttl-l {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
.ttl-l {
  padding-bottom: calc(8px * 3);
}
@media screen and (max-width: 960px) {
  .ttl-l {
    padding-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .ttl-l {
    padding-bottom: calc(8px * 3 * 0.5);
  }
}
.ttl-l {
  max-width: 720px;
  margin-inline: auto;
  border-bottom: solid 2px #EF858C;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .ttl-l {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .ttl-l {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 520px) {
  .ttl-l {
    font-size: 2.2rem;
  }
}
.ttl-l::before, .ttl-l::after {
  position: absolute;
  content: "";
  bottom: -4px;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #EF858C;
}
.ttl-l::before {
  right: 100%;
}
.ttl-l::after {
  left: 100%;
}
.ttl-l.--medium {
  font-size: 3.2rem;
}
@media screen and (max-width: 960px) {
  .ttl-l.--medium {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .ttl-l.--medium {
    font-size: 2.4rem;
  }
}
.ttl-l.--small {
  font-size: 2.8rem;
}
@media screen and (max-width: 960px) {
  .ttl-l.--small {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .ttl-l.--small {
    font-size: 1.8rem;
  }
}
.ttl-l.--red {
  border-color: #F06E70;
}
.ttl-l.--red::before, .ttl-l.--red::after {
  background: #F06E70;
}
.ttl-l.--blu {
  border-color: #4BABD6;
}
.ttl-l.--blu::before, .ttl-l.--blu::after {
  background: #4BABD6;
}
.ttl-l.--l-blu {
  border-color: #EDF8FF;
}
.ttl-l.--l-blu::before, .ttl-l.--l-blu::after {
  background: #EDF8FF;
}
.ttl-l.--d-grn {
  border-color: #5D9F46;
}
.ttl-l.--d-grn::before, .ttl-l.--d-grn::after {
  background: #5D9F46;
}
.ttl-l.--grn {
  border-color: #68AE50;
}
.ttl-l.--grn::before, .ttl-l.--grn::after {
  background: #68AE50;
}
.ttl-l.--l-grn {
  border-color: #E5FFCA;
}
.ttl-l.--l-grn::before, .ttl-l.--l-grn::after {
  background: #E5FFCA;
}
.ttl-l.--orn {
  border-color: #F59E69;
}
.ttl-l.--orn::before, .ttl-l.--orn::after {
  background: #F59E69;
}
.ttl-l.--l-orn {
  border-color: #FFEDD3;
}
.ttl-l.--l-orn::before, .ttl-l.--l-orn::after {
  background: #FFEDD3;
}
.ttl-l.--p-orn {
  border-color: #FBF0E1;
}
.ttl-l.--p-orn::before, .ttl-l.--p-orn::after {
  background: #FBF0E1;
}
.ttl-l.--yel {
  border-color: #FFE390;
}
.ttl-l.--yel::before, .ttl-l.--yel::after {
  background: #FFE390;
}
.ttl-l.--l-yel {
  border-color: #FFFBE3;
}
.ttl-l.--l-yel::before, .ttl-l.--l-yel::after {
  background: #FFFBE3;
}
.ttl-l.--pnk {
  border-color: #EF858C;
}
.ttl-l.--pnk::before, .ttl-l.--pnk::after {
  background: #EF858C;
}
.ttl-l.--l-pnk {
  border-color: #FFEFF0;
}
.ttl-l.--l-pnk::before, .ttl-l.--l-pnk::after {
  background: #FFEFF0;
}
.ttl-l.--blk {
  border-color: #382A16;
}
.ttl-l.--blk::before, .ttl-l.--blk::after {
  background: #382A16;
}
.ttl-l.--wht {
  border-color: #ffffff;
}
.ttl-l.--wht::before, .ttl-l.--wht::after {
  background: #ffffff;
}
.ttl-l.--l-gry {
  border-color: #eeeeee;
}
.ttl-l.--l-gry::before, .ttl-l.--l-gry::after {
  background: #eeeeee;
}
.ttl-l.--gry {
  border-color: #cccccc;
}
.ttl-l.--gry::before, .ttl-l.--gry::after {
  background: #cccccc;
}
.ttl-l.--d-gry {
  border-color: #999999;
}
.ttl-l.--d-gry::before, .ttl-l.--d-gry::after {
  background: #999999;
}

.ttl-m {
  margin-bottom: calc(8px * 2);
}
@media screen and (max-width: 960px) {
  .ttl-m {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .ttl-m {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
.ttl-m {
  font-size: 2.8rem;
}

.ttl-s {
  margin-bottom: calc(8px * 1);
}
@media screen and (max-width: 960px) {
  .ttl-s {
    margin-bottom: calc(8px * 1 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .ttl-s {
    margin-bottom: calc(8px * 1 * 0.5);
  }
}
.ttl-s {
  font-size: 2.4rem;
}

.txt.--center {
  text-align: center;
}
.txt.--right {
  text-align: right;
}

.lead-txt {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .lead-txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .lead-txt {
    line-height: 1.7;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 520px) {
  .lead-txt {
    text-align: justify;
  }
}

.link-txt {
  text-decoration: underline;
}
.link-txt:hover {
  text-decoration: none;
}

.note-txt {
  margin-left: 1em;
  text-indent: -1em;
}
.note-txt::before {
  content: "※";
  color: #F06E70;
}

.fc-red {
  color: #F06E70;
}

.fc-blu {
  color: #4BABD6;
}

.fc-l-blu {
  color: #EDF8FF;
}

.fc-d-grn {
  color: #5D9F46;
}

.fc-grn {
  color: #68AE50;
}

.fc-l-grn {
  color: #E5FFCA;
}

.fc-orn {
  color: #F59E69;
}

.fc-l-orn {
  color: #FFEDD3;
}

.fc-p-orn {
  color: #FBF0E1;
}

.fc-yel {
  color: #FFE390;
}

.fc-l-yel {
  color: #FFFBE3;
}

.fc-pnk {
  color: #EF858C;
}

.fc-l-pnk {
  color: #FFEFF0;
}

.fc-blk {
  color: #382A16;
}

.fc-wht {
  color: #ffffff;
}

.fc-l-gry {
  color: #eeeeee;
}

.fc-gry {
  color: #cccccc;
}

.fc-d-gry {
  color: #999999;
}

.list__item {
  position: relative;
  padding-left: 16px;
}
.list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 4px;
}
.list__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #F59E69;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .list__item::before {
    top: 9px;
  }
}

.num-list {
  counter-reset: list-num;
}
.num-list__item {
  margin-left: 1em;
  text-indent: -1em;
}
.num-list__item::before {
  counter-increment: list-num;
  content: counter(list-num) ".";
}

.note-list__item {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.2;
}
.note-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 4px;
}
.note-list__item::before {
  content: "※";
  content: #EF858C;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}
.btn.--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn.--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  min-height: 56px;
  background: #382A16;
  border: solid 1px #382A16;
  border-radius: 8px;
}
@media screen and (max-width: 960px) {
  .btn a {
    border-radius: calc(8px * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .btn a {
    border-radius: calc(8px * 0.5);
  }
}
.btn a {
  color: #ffffff;
  line-height: 1.4;
}
.btn a:hover {
  background: #ffffff;
  color: #382A16;
}
.btn a.bc-red {
  background: #F06E70;
}
.btn a.bc-red:hover {
  background: #ffffff;
  color: #F06E70;
}
.btn a.bc-blu {
  background: #4BABD6;
}
.btn a.bc-blu:hover {
  background: #ffffff;
  color: #4BABD6;
}
.btn a.bc-l-blu {
  background: #EDF8FF;
}
.btn a.bc-l-blu:hover {
  background: #ffffff;
  color: #EDF8FF;
}
.btn a.bc-d-grn {
  background: #5D9F46;
}
.btn a.bc-d-grn:hover {
  background: #ffffff;
  color: #5D9F46;
}
.btn a.bc-grn {
  background: #68AE50;
}
.btn a.bc-grn:hover {
  background: #ffffff;
  color: #68AE50;
}
.btn a.bc-l-grn {
  background: #E5FFCA;
}
.btn a.bc-l-grn:hover {
  background: #ffffff;
  color: #E5FFCA;
}
.btn a.bc-orn {
  background: #F59E69;
}
.btn a.bc-orn:hover {
  background: #ffffff;
  color: #F59E69;
}
.btn a.bc-l-orn {
  background: #FFEDD3;
}
.btn a.bc-l-orn:hover {
  background: #ffffff;
  color: #FFEDD3;
}
.btn a.bc-p-orn {
  background: #FBF0E1;
}
.btn a.bc-p-orn:hover {
  background: #ffffff;
  color: #FBF0E1;
}
.btn a.bc-yel {
  background: #FFE390;
}
.btn a.bc-yel:hover {
  background: #ffffff;
  color: #FFE390;
}
.btn a.bc-l-yel {
  background: #FFFBE3;
}
.btn a.bc-l-yel:hover {
  background: #ffffff;
  color: #FFFBE3;
}
.btn a.bc-pnk {
  background: #EF858C;
}
.btn a.bc-pnk:hover {
  background: #ffffff;
  color: #EF858C;
}
.btn a.bc-l-pnk {
  background: #FFEFF0;
}
.btn a.bc-l-pnk:hover {
  background: #ffffff;
  color: #FFEFF0;
}
.btn a.bc-blk {
  background: #382A16;
}
.btn a.bc-blk:hover {
  background: #ffffff;
  color: #382A16;
}
.btn a.bc-wht {
  background: #ffffff;
}
.btn a.bc-wht:hover {
  background: #ffffff;
  color: #ffffff;
}
.btn a.bc-l-gry {
  background: #eeeeee;
}
.btn a.bc-l-gry:hover {
  background: #ffffff;
  color: #eeeeee;
}
.btn a.bc-gry {
  background: #cccccc;
}
.btn a.bc-gry:hover {
  background: #ffffff;
  color: #cccccc;
}
.btn a.bc-d-gry {
  background: #999999;
}
.btn a.bc-d-gry:hover {
  background: #ffffff;
  color: #999999;
}

.tbl table {
  width: 100%;
  border-top: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
}
.tbl table thead tr th {
  padding: 16px;
  background: rgb(190.6923076923, 149.7692307692, 91.3076923077);
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  color: #382A16;
}
@media screen and (max-width: 960px) {
  .tbl table thead {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .tbl table tbody {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .tbl table tbody tr {
    display: block;
  }
}
.tbl table tbody tr th,
.tbl table tbody tr td {
  padding: 16px;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
@media screen and (max-width: 960px) {
  .tbl table tbody tr th,
  .tbl table tbody tr td {
    display: block;
  }
}
.tbl table tbody tr th {
  background: #eeeeee;
}
@media screen and (max-width: 960px) {
  .tbl table tbody tr td::before {
    content: attr(tbl-data);
    display: block;
    color: #382A16;
  }
}

.scroll-tbl {
  overflow-x: auto;
}
.scroll-tbl table {
  width: 100%;
  border-top: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
}
.scroll-tbl table thead tr th {
  padding: 16px;
  background: rgb(190.6923076923, 149.7692307692, 91.3076923077);
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  color: #382A16;
  white-space: nowrap;
}
.scroll-tbl table tbody tr th,
.scroll-tbl table tbody tr td {
  padding: 16px;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
.scroll-tbl table tbody tr th {
  background: #eeeeee;
}
.hours-tbl table {
  width: 100%;
  border-top: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
}
.hours-tbl table thead tr th {
  padding: 16px;
  background: rgb(190.6923076923, 149.7692307692, 91.3076923077);
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  color: #382A16;
}
@media screen and (max-width: 960px) {
  .hours-tbl table thead {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .hours-tbl table tbody {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .hours-tbl table tbody tr {
    display: block;
  }
}
.hours-tbl table tbody tr th,
.hours-tbl table tbody tr td {
  padding: 16px;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
@media screen and (max-width: 960px) {
  .hours-tbl table tbody tr th,
  .hours-tbl table tbody tr td {
    display: block;
  }
}
.hours-tbl table tbody tr th {
  background: #eeeeee;
}
@media screen and (max-width: 960px) {
  .hours-tbl table tbody tr td::before {
    content: attr(tbl-data);
    display: block;
    color: #382A16;
  }
}

.frame {
  padding: calc(8px * 6);
}
@media screen and (max-width: 960px) {
  .frame {
    padding: calc(8px * 6 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .frame {
    padding: calc(8px * 6 * 0.5);
  }
}
.frame {
  border: dotted 4px #EF858C;
  border-radius: 24px;
}
@media screen and (max-width: 960px) {
  .frame {
    border-radius: calc(24px * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .frame {
    border-radius: calc(24px * 0.5);
  }
}
.frame {
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .frame {
    border-width: 3px;
  }
}

.acd summary {
  position: relative;
  padding: calc(8px * 3);
}
@media screen and (max-width: 960px) {
  .acd summary {
    padding: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .acd summary {
    padding: calc(8px * 3 * 0.5);
  }
}
.acd summary {
  list-style: none;
  cursor: pointer;
}
.acd summary::-webkit-details-marker {
  display: none;
}
.acd summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 4rem;
  line-height: 32px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.acd .acd-content {
  padding: calc(8px * 3);
}
@media screen and (max-width: 960px) {
  .acd .acd-content {
    padding: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 520px) {
  .acd .acd-content {
    padding: calc(8px * 3 * 0.5);
  }
}
.acd .acd-content {
  background: #eeeeee;
}
.acd[open] summary::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.acd[open] .acd-content {
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/*# sourceMappingURL=../../maps/common/main.css.map */
