@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: #333333;
  background: transparent;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 959px) {
  body {
    letter-spacing: 0;
  }
}

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: #333333;
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

a:hover, a:active, a:visited {
  color: #333333;
}

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: 959px) {
  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: 1280px) {
  .view-xl {
    display: none !important;
  }
}

@media screen and (max-width: 1279px) {
  .none-xl {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .view-l {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .none-l {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {
  .view-m {
    display: none !important;
  }
}

@media screen and (max-width: 959px) {
  .none-m {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .view-s {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .none-s {
    display: none !important;
  }
}

@media screen and (min-width: 520px) {
  .view-xs {
    display: none !important;
  }
}

@media screen and (max-width: 519px) {
  .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: 1279px) {
  .wrap {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 959px) {
  .wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .wrap {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.wrap-s {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 1279px) {
  .wrap-s {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 959px) {
  .wrap-s {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .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: 1279px) {
  .inner {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 959px) {
  .inner {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.mb-sect {
  margin-bottom: calc(8px * 11);
}

@media screen and (max-width: 959px) {
  .mb-sect {
    margin-bottom: calc((8px * 11) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .mb-sect {
    margin-bottom: calc((8px * 11) * 0.5);
  }
}

.mr-x1 {
  margin-right: 8px;
}

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

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

.mb-x1 {
  margin-bottom: 8px;
}

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

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

.ml-x1 {
  margin-left: 8px;
}

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

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

.mr-x2 {
  margin-right: 16px;
}

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

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

.mb-x2 {
  margin-bottom: 16px;
}

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

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

.ml-x2 {
  margin-left: 16px;
}

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

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

.mr-x3 {
  margin-right: 24px;
}

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

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

.mb-x3 {
  margin-bottom: 24px;
}

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

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

.ml-x3 {
  margin-left: 24px;
}

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

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

.mr-x4 {
  margin-right: 32px;
}

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

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

.mb-x4 {
  margin-bottom: 32px;
}

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

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

.ml-x4 {
  margin-left: 32px;
}

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

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

.mr-x5 {
  margin-right: 40px;
}

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

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

.mb-x5 {
  margin-bottom: 40px;
}

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

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

.ml-x5 {
  margin-left: 40px;
}

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

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

.mr-x6 {
  margin-right: 48px;
}

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

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

.mb-x6 {
  margin-bottom: 48px;
}

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

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

.ml-x6 {
  margin-left: 48px;
}

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

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

.mr-x7 {
  margin-right: 56px;
}

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

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

.mb-x7 {
  margin-bottom: 56px;
}

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

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

.ml-x7 {
  margin-left: 56px;
}

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

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

.mr-x8 {
  margin-right: 64px;
}

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

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

.mb-x8 {
  margin-bottom: 64px;
}

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

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

.ml-x8 {
  margin-left: 64px;
}

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

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

.mr-x9 {
  margin-right: 72px;
}

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

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

.mb-x9 {
  margin-bottom: 72px;
}

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

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

.ml-x9 {
  margin-left: 72px;
}

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

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

.mr-x10 {
  margin-right: 80px;
}

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

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

.mb-x10 {
  margin-bottom: 80px;
}

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

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

.ml-x10 {
  margin-left: 80px;
}

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

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

.mr-x11 {
  margin-right: 88px;
}

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

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

.mb-x11 {
  margin-bottom: 88px;
}

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

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

.ml-x11 {
  margin-left: 88px;
}

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

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

.mr-x12 {
  margin-right: 96px;
}

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

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

.mb-x12 {
  margin-bottom: 96px;
}

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

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

.ml-x12 {
  margin-left: 96px;
}

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

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

.mr-x13 {
  margin-right: 104px;
}

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

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

.mb-x13 {
  margin-bottom: 104px;
}

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

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

.ml-x13 {
  margin-left: 104px;
}

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

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

.mr-x14 {
  margin-right: 112px;
}

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

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

.mb-x14 {
  margin-bottom: 112px;
}

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

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

.ml-x14 {
  margin-left: 112px;
}

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

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

.mr-x15 {
  margin-right: 120px;
}

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

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

.mb-x15 {
  margin-bottom: 120px;
}

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

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

.ml-x15 {
  margin-left: 120px;
}

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

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

.mr-x16 {
  margin-right: 128px;
}

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

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

.mb-x16 {
  margin-bottom: 128px;
}

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

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

.ml-x16 {
  margin-left: 128px;
}

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

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

.mr-x17 {
  margin-right: 136px;
}

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

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

.mb-x17 {
  margin-bottom: 136px;
}

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

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

.ml-x17 {
  margin-left: 136px;
}

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

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

.mr-x18 {
  margin-right: 144px;
}

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

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

.mb-x18 {
  margin-bottom: 144px;
}

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

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

.ml-x18 {
  margin-left: 144px;
}

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

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

.mr-x19 {
  margin-right: 152px;
}

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

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

.mb-x19 {
  margin-bottom: 152px;
}

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

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

.ml-x19 {
  margin-left: 152px;
}

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

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

.mr-x20 {
  margin-right: 160px;
}

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

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

.mb-x20 {
  margin-bottom: 160px;
}

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

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

.ml-x20 {
  margin-left: 160px;
}

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

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

.pt-x1 {
  padding-top: 8px;
}

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

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

.pr-x1 {
  padding-right: 8px;
}

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

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

.pb-x1 {
  padding-bottom: 8px;
}

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

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

.pl-x1 {
  padding-left: 8px;
}

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

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

.pt-x2 {
  padding-top: 16px;
}

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

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

.pr-x2 {
  padding-right: 16px;
}

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

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

.pb-x2 {
  padding-bottom: 16px;
}

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

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

.pl-x2 {
  padding-left: 16px;
}

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

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

.pt-x3 {
  padding-top: 24px;
}

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

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

.pr-x3 {
  padding-right: 24px;
}

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

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

.pb-x3 {
  padding-bottom: 24px;
}

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

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

.pl-x3 {
  padding-left: 24px;
}

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

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

.pt-x4 {
  padding-top: 32px;
}

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

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

.pr-x4 {
  padding-right: 32px;
}

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

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

.pb-x4 {
  padding-bottom: 32px;
}

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

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

.pl-x4 {
  padding-left: 32px;
}

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

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

.pt-x5 {
  padding-top: 40px;
}

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

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

.pr-x5 {
  padding-right: 40px;
}

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

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

.pb-x5 {
  padding-bottom: 40px;
}

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

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

.pl-x5 {
  padding-left: 40px;
}

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

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

.pt-x6 {
  padding-top: 48px;
}

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

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

.pr-x6 {
  padding-right: 48px;
}

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

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

.pb-x6 {
  padding-bottom: 48px;
}

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

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

.pl-x6 {
  padding-left: 48px;
}

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

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

.pt-x7 {
  padding-top: 56px;
}

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

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

.pr-x7 {
  padding-right: 56px;
}

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

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

.pb-x7 {
  padding-bottom: 56px;
}

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

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

.pl-x7 {
  padding-left: 56px;
}

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

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

.pt-x8 {
  padding-top: 64px;
}

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

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

.pr-x8 {
  padding-right: 64px;
}

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

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

.pb-x8 {
  padding-bottom: 64px;
}

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

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

.pl-x8 {
  padding-left: 64px;
}

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

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

.pt-x9 {
  padding-top: 72px;
}

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

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

.pr-x9 {
  padding-right: 72px;
}

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

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

.pb-x9 {
  padding-bottom: 72px;
}

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

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

.pl-x9 {
  padding-left: 72px;
}

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

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

.pt-x10 {
  padding-top: 80px;
}

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

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

.pr-x10 {
  padding-right: 80px;
}

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

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

.pb-x10 {
  padding-bottom: 80px;
}

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

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

.pl-x10 {
  padding-left: 80px;
}

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

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

.pt-x11 {
  padding-top: 88px;
}

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

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

.pr-x11 {
  padding-right: 88px;
}

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

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

.pb-x11 {
  padding-bottom: 88px;
}

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

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

.pl-x11 {
  padding-left: 88px;
}

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

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

.pt-x12 {
  padding-top: 96px;
}

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

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

.pr-x12 {
  padding-right: 96px;
}

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

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

.pb-x12 {
  padding-bottom: 96px;
}

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

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

.pl-x12 {
  padding-left: 96px;
}

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

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

.pt-x13 {
  padding-top: 104px;
}

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

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

.pr-x13 {
  padding-right: 104px;
}

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

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

.pb-x13 {
  padding-bottom: 104px;
}

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

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

.pl-x13 {
  padding-left: 104px;
}

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

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

.pt-x14 {
  padding-top: 112px;
}

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

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

.pr-x14 {
  padding-right: 112px;
}

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

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

.pb-x14 {
  padding-bottom: 112px;
}

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

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

.pl-x14 {
  padding-left: 112px;
}

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

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

.pt-x15 {
  padding-top: 120px;
}

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

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

.pr-x15 {
  padding-right: 120px;
}

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

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

.pb-x15 {
  padding-bottom: 120px;
}

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

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

.pl-x15 {
  padding-left: 120px;
}

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

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

.pt-x16 {
  padding-top: 128px;
}

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

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

.pr-x16 {
  padding-right: 128px;
}

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

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

.pb-x16 {
  padding-bottom: 128px;
}

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

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

.pl-x16 {
  padding-left: 128px;
}

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

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

.pt-x17 {
  padding-top: 136px;
}

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

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

.pr-x17 {
  padding-right: 136px;
}

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

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

.pb-x17 {
  padding-bottom: 136px;
}

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

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

.pl-x17 {
  padding-left: 136px;
}

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

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

.pt-x18 {
  padding-top: 144px;
}

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

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

.pr-x18 {
  padding-right: 144px;
}

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

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

.pb-x18 {
  padding-bottom: 144px;
}

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

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

.pl-x18 {
  padding-left: 144px;
}

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

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

.pt-x19 {
  padding-top: 152px;
}

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

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

.pr-x19 {
  padding-right: 152px;
}

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

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

.pb-x19 {
  padding-bottom: 152px;
}

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

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

.pl-x19 {
  padding-left: 152px;
}

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

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

.pt-x20 {
  padding-top: 160px;
}

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

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

.pr-x20 {
  padding-right: 160px;
}

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

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

.pb-x20 {
  padding-bottom: 160px;
}

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

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

.pl-x20 {
  padding-left: 160px;
}

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

@media screen and (max-width: 519px) {
  .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);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(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(-200px);
    transform: translateY(-200px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

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

[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(200px);
    transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

[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(200px);
    transform: translateY(200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

[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(-200px);
    transform: translateX(-200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

[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: relative;
  padding-left: 176px;
}

@media screen and (max-width: 1023px) {
  .header {
    padding-left: 136px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 80px;
    padding-left: 96px;
  }
}

@media screen and (max-width: 519px) {
  .header {
    height: 64px;
    padding-left: 80px;
  }
}

.header .header-logo {
  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;
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  aspect-ratio: 1/1;
  background: #2E3784;
  border-radius: 0 0 2px 0;
}

@media screen and (max-width: 1023px) {
  .header .header-logo {
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .header .header-logo {
    width: 80px;
  }
}

@media screen and (max-width: 519px) {
  .header .header-logo {
    width: 64px;
  }
}

.header .header-logo img {
  width: 110px;
}

@media screen and (max-width: 1023px) {
  .header .header-logo img {
    width: 88px;
  }
}

@media screen and (max-width: 767px) {
  .header .header-logo img {
    width: 56px;
  }
}

@media screen and (max-width: 519px) {
  .header .header-logo img {
    width: 40px;
  }
}

.header .header-menu {
  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: 24px;
  height: 64px;
  padding-right: 12px;
  border-bottom: solid 1px #2E3784;
}

@media screen and (max-width: 767px) {
  .header .header-menu {
    display: none;
  }
}

.header .header-menu .header-menu-list {
  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;
  gap: 32px;
}

@media screen and (max-width: 1023px) {
  .header .header-menu .header-menu-list {
    gap: 24px;
  }
}

.header .header-menu .header-menu-list__item {
  font-size: 1.4rem;
}

.header .header-menu .header-menu-list__item a {
  display: block;
}

.header .header-menu .header-menu-list__item a:hover {
  color: #2E3784;
}

.header .header-menu .header-menu-list__item span {
  display: block;
  color: #2E3784;
  font-size: 1.2rem;
  font-family: "Libre Baskerville", sans-serif;
}

.header .header-menu .header-menu-logout 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: 120px;
  height: 40px;
  background: #2E3784;
  border: solid 1px #2E3784;
  border-radius: 1px;
  color: #ffffff;
  font-size: 1.2rem;
}

@media screen and (max-width: 1023px) {
  .header .header-menu .header-menu-logout a {
    width: 104px;
  }
}

.header .header-menu .header-menu-logout a:hover {
  background: #ffffff;
  color: #2E3784;
}

.header.--guest {
  height: 80px;
  background: #2E3784;
}

@media screen and (max-width: 519px) {
  .header.--guest {
    height: 68px;
  }
}

.header.--guest .header-menu {
  gap: 12px;
  height: 80px;
  padding-right: 24px;
}

@media screen and (max-width: 767px) {
  .header.--guest .header-menu {
    display: none;
  }
}

.header.--guest .header-menu .header-menu-login a,
.header.--guest .header-menu .header-menu-register 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: 120px;
  height: 40px;
  background: #2E3784;
  border: solid 1px #ffffff;
  border-radius: 1px;
  color: #ffffff;
  font-size: 1.2rem;
}

@media screen and (max-width: 1023px) {
  .header.--guest .header-menu .header-menu-login a,
  .header.--guest .header-menu .header-menu-register a {
    width: 104px;
  }
}

.header.--guest .header-menu .header-menu-login a:hover,
.header.--guest .header-menu .header-menu-register a:hover {
  background: #ffffff;
  color: #2E3784;
}

.drawer {
  display: none;
}

@media screen and (max-width: 767px) {
  .drawer {
    display: block;
  }
}

.drawer .drawer-switch {
  display: none;
}

.drawer-hamburger {
  display: block;
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 9998;
  width: 48px;
  height: 48px;
  background: #ffffff;
  border: solid 1px #2E3784;
  border-radius: 1px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

@media screen and (max-width: 519px) {
  .drawer-hamburger {
    top: 12px;
    right: 12px;
    width: 44px;
    height: 44px;
  }
}

.drawer-hamburger::before {
  content: 'Menu';
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  color: #2E3784;
  font-size: 1rem;
  text-align: center;
}

.drawer-hamburger span {
  display: block;
  position: relative;
  top: 15px;
  width: 12px;
  height: 1px;
  margin: 0 auto;
  background: #2E3784;
}

.drawer-hamburger span::before, .drawer-hamburger span::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333333;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.drawer-hamburger span::before {
  top: -4px;
}

.drawer-hamburger span::after {
  top: 4px;
}

.drawer-switch:checked ~ .drawer-hamburger span {
  background: none;
}

.drawer-switch:checked ~ .drawer-hamburger span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-switch:checked ~ .drawer-hamburger span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.drawer-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
  width: 100%;
  height: 100%;
  background: #333333;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.drawer-switch:checked ~ .drawer-overlay {
  opacity: 0.6;
  visibility: visible;
}

.drawer-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: calc(100% - 80px);
  height: 100%;
  background: #ffffff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media screen and (max-width: 519px) {
  .drawer-content {
    width: calc(100% - 68px);
  }
}

.drawer-switch:checked ~ .drawer-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.drawer-content .drawer-menu {
  margin-bottom: 24px;
}

.drawer-content .drawer-menu__item {
  border-bottom: solid 1px #F5F5F5;
}

.drawer-content .drawer-menu__item 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: 12px;
  padding: 12px;
}

.drawer-content .drawer-menu__item a em {
  font-size: 1.4rem;
  font-family: "Libre Baskerville", sans-serif;
  letter-spacing: 0.05em;
}

.drawer-content .drawer-menu__item a span {
  color: #888888;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.drawer-content .drawer-logout {
  width: calc(100% - 48px);
  max-width: 200px;
  margin: 0 auto;
}

.drawer-content .drawer-logout 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%;
  height: 32px;
  border: solid 1px #888888;
  border-radius: 1px;
  color: #888888;
  font-size: 1.2rem;
}

.footer {
  position: sticky;
  top: 100vh;
  padding: 24px 16px 16px;
  background: #2E3784;
}

.footer .footer-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
}

.footer .footer-menu .footer-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

@media screen and (max-width: 959px) {
  .footer .footer-menu .footer-menu-list {
    gap: 16px;
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-menu .footer-menu-list__item {
    width: 100%;
  }
}

.footer .footer-menu .footer-menu-list__item a {
  color: #ffffff;
  font-size: 1.2rem;
}

@media screen and (max-width: 519px) {
  .footer .footer-menu .footer-menu-list__item a {
    display: block;
    padding: 4px 8px;
    border: solid 1px #ffffff;
    text-align: center;
  }
}

.footer .footer-menu .footer-menu-list__item a:hover {
  text-decoration: underline;
}

.footer .copy {
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
}

.footer .copy a {
  color: #ffffff;
}

.footer.--guest {
  padding-bottom: 96px;
}

@media screen and (max-width: 767px) {
  .footer.--guest {
    padding-bottom: 80px;
  }
}

.float-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 16px;
  background: rgba(51, 51, 51, 0.8);
}

@media screen and (max-width: 767px) {
  .float-menu {
    gap: 12px;
    padding: 12px 16px;
  }
}

.float-menu__item {
  width: calc((100% / 2) - (16px * 1 / 2));
  max-width: 600px;
}

@media screen and (max-width: 767px) {
  .float-menu__item {
    width: calc((100% / 2) - (12px * 1 / 2));
  }
}

.float-menu__item a {
  overflow: clip;
  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;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 48px;
  border-radius: 1px;
  background: #18a08c;
  color: #ffffff;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .float-menu__item a {
    height: 40px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 519px) {
  .float-menu__item a {
    font-size: 1.4rem;
  }
}

.float-menu__item a:hover {
  background: #5dbdaf;
}

.float-menu__item.--register a {
  background: #e6731b;
}

.float-menu__item.--register a:hover {
  background: #ee9d5f;
}

.notfound-txt {
  margin-bottom: calc(8px * 3);
  text-align: center;
}

@media screen and (max-width: 959px) {
  .notfound-txt {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .notfound-txt {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.notfound-message {
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: calc(8px * 4);
  padding: calc(8px * 4);
  border: solid 1px #D8D8D8;
}

@media screen and (max-width: 959px) {
  .notfound-message {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .notfound-message {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .notfound-message {
    padding: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .notfound-message {
    padding: calc((8px * 4) * 0.5);
  }
}

#area-all {
  height: 100%;
}

#guest-page {
  padding-top: calc(8px * 8);
  padding-bottom: calc(8px * 8);
}

@media screen and (max-width: 959px) {
  #guest-page {
    padding-top: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #guest-page {
    padding-top: calc((8px * 8) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  #guest-page {
    padding-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #guest-page {
    padding-bottom: calc((8px * 8) * 0.5);
  }
}

#guest-page .pagettl {
  margin-bottom: calc(8px * 5);
  text-align: center;
}

@media screen and (max-width: 959px) {
  #guest-page .pagettl {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #guest-page .pagettl {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

#guest-page .pagettl__main {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
  padding: 0 40px;
  color: #2E3784;
  font-size: 2.8rem;
  line-height: 1.4;
}

@media screen and (max-width: 1023px) {
  #guest-page .pagettl__main {
    padding: 0 32px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  #guest-page .pagettl__main {
    padding: 0 24px;
    font-size: 1.8rem;
  }
}

#guest-page .pagettl__main::before, #guest-page .pagettl__main::after {
  content: '';
  width: 1px;
  height: 40px;
  background: #2E3784;
  -webkit-transform: translateY(-50%) skewX(-20deg);
  transform: translateY(-50%) skewX(-20deg);
}

@media screen and (max-width: 1023px) {
  #guest-page .pagettl__main::before, #guest-page .pagettl__main::after {
    height: 32px;
  }
}

@media screen and (max-width: 767px) {
  #guest-page .pagettl__main::before, #guest-page .pagettl__main::after {
    height: 24px;
  }
}

#guest-page .pagettl__main::before {
  position: absolute;
  top: 50%;
  left: 0;
}

#guest-page .pagettl__main::after {
  position: absolute;
  top: 50%;
  right: 0;
}

#guest-page .pagettl__sub {
  color: #2E3784;
  font-family: "Libre Baskerville", sans-serif;
}

@media screen and (max-width: 767px) {
  #guest-page .pagettl__sub {
    font-size: 1.4rem;
  }
}

#guest-page .guest-wrap {
  width: 100%;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 1279px) {
  #guest-page .guest-wrap {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 959px) {
  #guest-page .guest-wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  #guest-page .guest-wrap {
    padding-right: 16px;
    padding-left: 16px;
  }
}

#lower-page {
  padding-bottom: calc(8px * 13);
}

@media screen and (max-width: 959px) {
  #lower-page {
    padding-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #lower-page {
    padding-bottom: calc((8px * 13) * 0.5);
  }
}

#lower-page .hero {
  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: 180px;
}

@media screen and (max-width: 1023px) {
  #lower-page .hero {
    height: 160px;
  }
}

@media screen and (max-width: 767px) {
  #lower-page .hero {
    height: 120px;
  }
}

#lower-page .hero .pagettl {
  text-align: center;
}

#lower-page .hero .pagettl__main {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
  padding: 0 40px;
  color: #2E3784;
  font-size: 5.6rem;
  font-family: "Libre Baskerville", sans-serif;
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  #lower-page .hero .pagettl__main {
    padding: 0 32px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  #lower-page .hero .pagettl__main {
    padding: 0 24px;
    font-size: 2.8rem;
  }
}

#lower-page .hero .pagettl__main::before, #lower-page .hero .pagettl__main::after {
  content: '';
  width: 1px;
  height: 40px;
  background: #2E3784;
  -webkit-transform: translateY(-50%) skewX(-20deg);
  transform: translateY(-50%) skewX(-20deg);
}

@media screen and (max-width: 1023px) {
  #lower-page .hero .pagettl__main::before, #lower-page .hero .pagettl__main::after {
    height: 32px;
  }
}

@media screen and (max-width: 767px) {
  #lower-page .hero .pagettl__main::before, #lower-page .hero .pagettl__main::after {
    height: 24px;
  }
}

#lower-page .hero .pagettl__main::before {
  position: absolute;
  top: 50%;
  left: 0;
}

#lower-page .hero .pagettl__main::after {
  position: absolute;
  top: 50%;
  right: 0;
}

#lower-page .hero .pagettl__main span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-reflect: below -18px linear-gradient(to bottom, transparent, transparent 40%, rgba(255, 255, 255, 0.2));
}

@media screen and (max-width: 1023px) {
  #lower-page .hero .pagettl__main span {
    -webkit-box-reflect: below -12px linear-gradient(to bottom, transparent, transparent 40%, rgba(255, 255, 255, 0.2));
  }
}

@media screen and (max-width: 767px) {
  #lower-page .hero .pagettl__main span {
    -webkit-box-reflect: below -9px linear-gradient(to bottom, transparent, transparent 40%, rgba(255, 255, 255, 0.2));
  }
}

#lower-page .hero .pagettl__sub {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  #lower-page .hero .pagettl__sub {
    font-size: 1.2rem;
  }
}

#lower-page .breadcrumb {
  margin-bottom: calc(8px * 8);
  padding: 12px 0;
  background: #F5F5F5;
}

@media screen and (max-width: 959px) {
  #lower-page .breadcrumb {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #lower-page .breadcrumb {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  #lower-page .breadcrumb {
    padding: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  #lower-page .breadcrumb {
    padding: 6px 0;
  }
}

#lower-page .breadcrumb .breadcrumb-list {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 1279px) {
  #lower-page .breadcrumb .breadcrumb-list {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 959px) {
  #lower-page .breadcrumb .breadcrumb-list {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  #lower-page .breadcrumb .breadcrumb-list {
    padding-right: 16px;
    padding-left: 16px;
  }
}

#lower-page .breadcrumb .breadcrumb-list__item {
  display: inline;
  font-size: 1.2rem;
}

#lower-page .breadcrumb .breadcrumb-list__item:not(:nth-last-of-type(1)) {
  position: relative;
  margin-right: 6px;
  padding-right: 16px;
}

#lower-page .breadcrumb .breadcrumb-list__item:not(:nth-last-of-type(1))::after {
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #2E3784;
}

#lower-page .breadcrumb .breadcrumb-list__item:nth-of-type(1) {
  padding-left: 20px;
}

#lower-page .breadcrumb .breadcrumb-list__item:nth-of-type(1)::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 12px;
  background: #2E3784;
  -webkit-mask-image: url("/img/frontend/icon/home.svg");
  mask-image: url("/img/frontend/icon/home.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

#lower-page .breadcrumb .breadcrumb-list__item a {
  text-decoration: underline;
}

#lower-page .breadcrumb .breadcrumb-list__item a:hover {
  text-decoration: none;
}

#lower-page .headline {
  position: relative;
  margin-bottom: calc(8px * 3);
  padding-left: 18px;
  color: #2E3784;
  font-size: 2.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  #lower-page .headline {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #lower-page .headline {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  #lower-page .headline {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  #lower-page .headline {
    font-size: 1.8rem;
  }
}

#lower-page .headline::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 20px;
  background: #2E3784;
  -webkit-mask-image: url("/img/frontend/common/headline-deco.svg");
  mask-image: url("/img/frontend/common/headline-deco.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  #lower-page .headline::before {
    top: 2px;
  }
}

#lower-page .ttl-l {
  margin-bottom: calc(8px * 3);
  font-size: 2rem;
}

@media screen and (max-width: 959px) {
  #lower-page .ttl-l {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #lower-page .ttl-l {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

#lower-page .ttl-m {
  margin-bottom: calc(8px * 2);
  font-size: 2rem;
}

@media screen and (max-width: 959px) {
  #lower-page .ttl-m {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #lower-page .ttl-m {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

#lower-page .ttl-s {
  margin-bottom: calc(8px * 1);
  font-size: 1.8rem;
}

@media screen and (max-width: 959px) {
  #lower-page .ttl-s {
    margin-bottom: calc((8px * 1) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #lower-page .ttl-s {
    margin-bottom: calc((8px * 1) * 0.5);
  }
}

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

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

.lead-txt {
  font-size: 2rem;
}

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

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

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

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

.note-txt {
  margin-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}

.note-txt::before {
  content: '※';
  color: #CE2A2A;
}

.fc-red {
  color: #CE2A2A;
}

.fc-aqu {
  color: #00ffff;
}

.fc-blu {
  color: #2E3784;
}

.fc-nvy {
  color: #000080;
}

.fc-grn {
  color: #18a08c;
}

.fc-yel {
  color: #ffff00;
}

.fc-orn {
  color: #e6731b;
}

.fc-beg {
  color: #f5f5dc;
}

.fc-brn {
  color: #a52a2a;
}

.fc-pnk {
  color: #ffc0cb;
}

.fc-ppl {
  color: #c54ea0;
}

.fc-vio {
  color: #704cbc;
}

.fc-blk {
  color: #333333;
}

.fc-wht {
  color: #ffffff;
}

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

.fc-gry {
  color: #D8D8D8;
}

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

.list__item {
  position: relative;
  padding-left: 16px;
}

.list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}

.list__item::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border: solid 1px #2E3784;
  border-radius: 50%;
}

.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;
  font-size: 1.2rem;
  text-indent: -1em;
}

.note-list__item::before {
  content: '※';
}

.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: 16px 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 form {
  width: 100%;
  max-width: 300px;
}

.btn button,
.btn label,
.btn input,
.btn a {
  overflow: clip;
  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;
  position: relative;
  gap: 8px;
  width: 100%;
  max-width: 300px;
  min-height: 48px;
  padding: 8px 12px;
  border: solid 1px #2E3784;
  border-radius: 1px;
  color: #2E3784;
  font-size: 1.6rem;
  line-height: 1.4;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  .btn button,
  .btn label,
  .btn input,
  .btn a {
    min-height: 40px;
    font-size: 1.4rem;
  }
}

.btn button::after,
.btn label::after,
.btn input::after,
.btn a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #2E3784;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.btn button:hover,
.btn label:hover,
.btn input:hover,
.btn a:hover {
  color: #ffffff;
}

.btn button:hover::after,
.btn label:hover::after,
.btn input:hover::after,
.btn a:hover::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.btn button.ico-archive::before,
.btn label.ico-archive::before,
.btn input.ico-archive::before,
.btn a.ico-archive::before {
  content: '';
  width: 12px;
  height: 9px;
  background: #2E3784;
  -webkit-mask-image: url("/img/frontend/icon/archive.svg");
  mask-image: url("/img/frontend/icon/archive.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.btn button.ico-archive:hover::before,
.btn label.ico-archive:hover::before,
.btn input.ico-archive:hover::before,
.btn a.ico-archive:hover::before {
  background: #ffffff;
}

.btn button:disabled,
.btn label:disabled,
.btn input:disabled,
.btn a:disabled {
  background: #F5F5F5;
  border-color: #F5F5F5;
  color: #D8D8D8;
  pointer-events: none;
}

.btn button.bc-red,
.btn label.bc-red,
.btn input.bc-red,
.btn a.bc-red {
  border-color: #CE2A2A;
  color: #CE2A2A;
}

.btn button.bc-red::after,
.btn label.bc-red::after,
.btn input.bc-red::after,
.btn a.bc-red::after {
  background: #CE2A2A;
}

.btn button.bc-red:hover,
.btn label.bc-red:hover,
.btn input.bc-red:hover,
.btn a.bc-red:hover {
  color: #ffffff;
}

.btn button.bc-aqu,
.btn label.bc-aqu,
.btn input.bc-aqu,
.btn a.bc-aqu {
  border-color: #00ffff;
  color: #00ffff;
}

.btn button.bc-aqu::after,
.btn label.bc-aqu::after,
.btn input.bc-aqu::after,
.btn a.bc-aqu::after {
  background: #00ffff;
}

.btn button.bc-aqu:hover,
.btn label.bc-aqu:hover,
.btn input.bc-aqu:hover,
.btn a.bc-aqu:hover {
  color: #ffffff;
}

.btn button.bc-blu,
.btn label.bc-blu,
.btn input.bc-blu,
.btn a.bc-blu {
  border-color: #2E3784;
  color: #2E3784;
}

.btn button.bc-blu::after,
.btn label.bc-blu::after,
.btn input.bc-blu::after,
.btn a.bc-blu::after {
  background: #2E3784;
}

.btn button.bc-blu:hover,
.btn label.bc-blu:hover,
.btn input.bc-blu:hover,
.btn a.bc-blu:hover {
  color: #ffffff;
}

.btn button.bc-nvy,
.btn label.bc-nvy,
.btn input.bc-nvy,
.btn a.bc-nvy {
  border-color: #000080;
  color: #000080;
}

.btn button.bc-nvy::after,
.btn label.bc-nvy::after,
.btn input.bc-nvy::after,
.btn a.bc-nvy::after {
  background: #000080;
}

.btn button.bc-nvy:hover,
.btn label.bc-nvy:hover,
.btn input.bc-nvy:hover,
.btn a.bc-nvy:hover {
  color: #ffffff;
}

.btn button.bc-grn,
.btn label.bc-grn,
.btn input.bc-grn,
.btn a.bc-grn {
  border-color: #18a08c;
  color: #18a08c;
}

.btn button.bc-grn::after,
.btn label.bc-grn::after,
.btn input.bc-grn::after,
.btn a.bc-grn::after {
  background: #18a08c;
}

.btn button.bc-grn:hover,
.btn label.bc-grn:hover,
.btn input.bc-grn:hover,
.btn a.bc-grn:hover {
  color: #ffffff;
}

.btn button.bc-yel,
.btn label.bc-yel,
.btn input.bc-yel,
.btn a.bc-yel {
  border-color: #ffff00;
  color: #ffff00;
}

.btn button.bc-yel::after,
.btn label.bc-yel::after,
.btn input.bc-yel::after,
.btn a.bc-yel::after {
  background: #ffff00;
}

.btn button.bc-yel:hover,
.btn label.bc-yel:hover,
.btn input.bc-yel:hover,
.btn a.bc-yel:hover {
  color: #ffffff;
}

.btn button.bc-orn,
.btn label.bc-orn,
.btn input.bc-orn,
.btn a.bc-orn {
  border-color: #e6731b;
  color: #e6731b;
}

.btn button.bc-orn::after,
.btn label.bc-orn::after,
.btn input.bc-orn::after,
.btn a.bc-orn::after {
  background: #e6731b;
}

.btn button.bc-orn:hover,
.btn label.bc-orn:hover,
.btn input.bc-orn:hover,
.btn a.bc-orn:hover {
  color: #ffffff;
}

.btn button.bc-beg,
.btn label.bc-beg,
.btn input.bc-beg,
.btn a.bc-beg {
  border-color: #f5f5dc;
  color: #f5f5dc;
}

.btn button.bc-beg::after,
.btn label.bc-beg::after,
.btn input.bc-beg::after,
.btn a.bc-beg::after {
  background: #f5f5dc;
}

.btn button.bc-beg:hover,
.btn label.bc-beg:hover,
.btn input.bc-beg:hover,
.btn a.bc-beg:hover {
  color: #ffffff;
}

.btn button.bc-brn,
.btn label.bc-brn,
.btn input.bc-brn,
.btn a.bc-brn {
  border-color: #a52a2a;
  color: #a52a2a;
}

.btn button.bc-brn::after,
.btn label.bc-brn::after,
.btn input.bc-brn::after,
.btn a.bc-brn::after {
  background: #a52a2a;
}

.btn button.bc-brn:hover,
.btn label.bc-brn:hover,
.btn input.bc-brn:hover,
.btn a.bc-brn:hover {
  color: #ffffff;
}

.btn button.bc-pnk,
.btn label.bc-pnk,
.btn input.bc-pnk,
.btn a.bc-pnk {
  border-color: #ffc0cb;
  color: #ffc0cb;
}

.btn button.bc-pnk::after,
.btn label.bc-pnk::after,
.btn input.bc-pnk::after,
.btn a.bc-pnk::after {
  background: #ffc0cb;
}

.btn button.bc-pnk:hover,
.btn label.bc-pnk:hover,
.btn input.bc-pnk:hover,
.btn a.bc-pnk:hover {
  color: #ffffff;
}

.btn button.bc-ppl,
.btn label.bc-ppl,
.btn input.bc-ppl,
.btn a.bc-ppl {
  border-color: #c54ea0;
  color: #c54ea0;
}

.btn button.bc-ppl::after,
.btn label.bc-ppl::after,
.btn input.bc-ppl::after,
.btn a.bc-ppl::after {
  background: #c54ea0;
}

.btn button.bc-ppl:hover,
.btn label.bc-ppl:hover,
.btn input.bc-ppl:hover,
.btn a.bc-ppl:hover {
  color: #ffffff;
}

.btn button.bc-vio,
.btn label.bc-vio,
.btn input.bc-vio,
.btn a.bc-vio {
  border-color: #704cbc;
  color: #704cbc;
}

.btn button.bc-vio::after,
.btn label.bc-vio::after,
.btn input.bc-vio::after,
.btn a.bc-vio::after {
  background: #704cbc;
}

.btn button.bc-vio:hover,
.btn label.bc-vio:hover,
.btn input.bc-vio:hover,
.btn a.bc-vio:hover {
  color: #ffffff;
}

.btn button.bc-blk,
.btn label.bc-blk,
.btn input.bc-blk,
.btn a.bc-blk {
  border-color: #333333;
  color: #333333;
}

.btn button.bc-blk::after,
.btn label.bc-blk::after,
.btn input.bc-blk::after,
.btn a.bc-blk::after {
  background: #333333;
}

.btn button.bc-blk:hover,
.btn label.bc-blk:hover,
.btn input.bc-blk:hover,
.btn a.bc-blk:hover {
  color: #ffffff;
}

.btn button.bc-wht,
.btn label.bc-wht,
.btn input.bc-wht,
.btn a.bc-wht {
  border-color: #ffffff;
  color: #ffffff;
}

.btn button.bc-wht::after,
.btn label.bc-wht::after,
.btn input.bc-wht::after,
.btn a.bc-wht::after {
  background: #ffffff;
}

.btn button.bc-wht:hover,
.btn label.bc-wht:hover,
.btn input.bc-wht:hover,
.btn a.bc-wht:hover {
  color: #ffffff;
}

.btn button.bc-l-gry,
.btn label.bc-l-gry,
.btn input.bc-l-gry,
.btn a.bc-l-gry {
  border-color: #F5F5F5;
  color: #F5F5F5;
}

.btn button.bc-l-gry::after,
.btn label.bc-l-gry::after,
.btn input.bc-l-gry::after,
.btn a.bc-l-gry::after {
  background: #F5F5F5;
}

.btn button.bc-l-gry:hover,
.btn label.bc-l-gry:hover,
.btn input.bc-l-gry:hover,
.btn a.bc-l-gry:hover {
  color: #ffffff;
}

.btn button.bc-gry,
.btn label.bc-gry,
.btn input.bc-gry,
.btn a.bc-gry {
  border-color: #D8D8D8;
  color: #D8D8D8;
}

.btn button.bc-gry::after,
.btn label.bc-gry::after,
.btn input.bc-gry::after,
.btn a.bc-gry::after {
  background: #D8D8D8;
}

.btn button.bc-gry:hover,
.btn label.bc-gry:hover,
.btn input.bc-gry:hover,
.btn a.bc-gry:hover {
  color: #ffffff;
}

.btn button.bc-d-gry,
.btn label.bc-d-gry,
.btn input.bc-d-gry,
.btn a.bc-d-gry {
  border-color: #888888;
  color: #888888;
}

.btn button.bc-d-gry::after,
.btn label.bc-d-gry::after,
.btn input.bc-d-gry::after,
.btn a.bc-d-gry::after {
  background: #888888;
}

.btn button.bc-d-gry:hover,
.btn label.bc-d-gry:hover,
.btn input.bc-d-gry:hover,
.btn a.bc-d-gry:hover {
  color: #ffffff;
}

.btn__prev, .btn__next {
  width: 120px;
}

.pagetop {
  right: 20px;
  bottom: calc( 0px + env(safe-area-inset-bottom));
  width: 64px;
  height: 64px;
  cursor: pointer;
}

.tbl table {
  width: 100%;
  border-top: solid 1px #2E3784;
}

.tbl table thead tr th {
  padding: 12px 16px;
  background: #2E3784;
  color: #ffffff;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .tbl table thead tr th {
    padding: 8px 12px;
    font-size: 1.4rem;
  }
}

.tbl table tbody tr {
  border-bottom: solid 1px #2E3784;
}

.tbl table tbody tr th,
.tbl table tbody tr td {
  padding: 16px;
}

@media screen and (max-width: 767px) {
  .tbl table tbody tr th,
  .tbl table tbody tr td {
    padding: 12px;
    font-size: 1.4rem;
  }
}

.tbl table tbody tr th {
  color: #2E3784;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .tbl:not([class*="--"]) table {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .tbl:not([class*="--"]) table tbody {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .tbl:not([class*="--"]) table tbody tr {
    display: block;
    padding: 12px;
  }
}

@media screen and (max-width: 767px) {
  .tbl:not([class*="--"]) table tbody tr th,
  .tbl:not([class*="--"]) table tbody tr td {
    display: block;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .tbl:not([class*="--"]) table tbody tr th {
    margin-bottom: 8px;
  }
}

.tbl:not([class*="--"]) table tbody tr td {
  position: relative;
}

.tbl:not([class*="--"]) table tbody tr td:not(:first-child)::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: calc(100% - 32px);
  background: #2E3784;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .tbl:not([class*="--"]) table tbody tr td:not(:first-child)::before {
    display: none;
  }
}

.tbl.--form table {
  display: block;
}

.tbl.--form table tbody {
  display: block;
  width: 100%;
}

.tbl.--form table tbody tr {
  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;
  width: 100%;
  padding: 16px;
  border-bottom: solid 1px #2E3784;
}

@media screen and (max-width: 767px) {
  .tbl.--form table tbody tr {
    padding: 12px;
  }
}

.tbl.--form table tbody tr th,
.tbl.--form table tbody tr td {
  padding: 0;
  border-bottom: none;
}

.tbl.--form table tbody tr th {
  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: 8px;
  width: 300px;
}

@media screen and (max-width: 767px) {
  .tbl.--form table tbody tr th {
    width: 100%;
    margin-bottom: 8px;
  }
}

.tbl.--form table tbody tr td {
  display: block;
  position: relative;
  width: calc(100% - 300px);
}

@media screen and (max-width: 767px) {
  .tbl.--form table tbody tr td {
    width: 100%;
  }
}

.tbl.--form table tbody tr td::before {
  display: none;
}

.tbl.--scroll {
  overflow-x: auto;
}

.tbl.--scroll table thead tr th {
  white-space: nowrap;
}

.tbl.--scroll table tbody tr td::before {
  display: none;
}

.frame {
  padding: 16px;
  border: solid 1px #D8D8D8;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  display: block;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before, .slick-track:after {
  content: '';
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 40px;
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 1023px) {
  .modal {
    padding: 32px;
  }
}

@media screen and (max-width: 767px) {
  .modal {
    padding: 24px;
  }
}

.modal.is-active {
  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;
}

.modal-overlay {
  opacity: 0.6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9996;
  width: 100vw;
  height: 100vh;
  background: #333333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

.modal-content {
  position: relative;
  z-index: 9997;
  width: 100%;
  max-width: 1000px;
  max-height: calc(100% - 80px);
  margin: 0 auto;
  padding: 48px;
  background: #ffffff;
  border-radius: 1px;
}

@media screen and (max-width: 1023px) {
  .modal-content {
    padding: 40px;
  }
}

@media screen and (max-width: 959px) {
  .modal-content {
    padding: 32px;
  }
}

@media screen and (max-width: 767px) {
  .modal-content {
    padding: 24px;
  }
}

.modal-content .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9998;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

.modal-content .modal-close::before, .modal-content .modal-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 16px;
  background: #2E3784;
}

.modal-content .modal-close::before {
  -webkit-transform: translateY(-50%) rotateZ(-45deg);
  transform: translateY(-50%) rotateZ(-45deg);
}

.modal-content .modal-close::after {
  -webkit-transform: translateY(-50%) rotateZ(45deg);
  transform: translateY(-50%) rotateZ(45deg);
}

.modal-content .modal-close:hover {
  opacity: 0.8;
}

.modal-content .modal-ttl {
  margin-bottom: 16px;
  color: #2E3784;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .modal-content .modal-ttl {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 519px) {
  .modal-content .modal-ttl {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
}

.modal-content .modal-form-field__item {
  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: 8px 16px;
  width: 100%;
}

.modal-content .modal-form-field__item:not(:nth-last-of-type(1)) {
  border-bottom: solid 1px #2E3784;
}

.modal-content .modal-form-field__item dt {
  width: 80px;
  color: #2E3784;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .modal-content .modal-form-field__item dt {
    width: 100%;
  }
}

.modal-content .modal-form-field__item dd {
  width: calc(100% - 96px);
}

@media screen and (max-width: 767px) {
  .modal-content .modal-form-field__item dd {
    width: 100%;
  }
}

.modal-content video {
  width: 100%;
  aspect-ratio: 16/9;
  vertical-align: bottom;
}

.modal-content.--movie {
  padding: 0;
}

.modal-content.--movie .modal-close {
  background: #2E3784;
}

.modal-content.--movie .modal-close::before, .modal-content.--movie .modal-close::after {
  background: #ffffff;
}

.acd summary {
  position: relative;
  padding: calc(8px * 3);
  list-style: none;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  .acd summary {
    padding: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .acd summary {
    padding: calc((8px * 3) * 0.5);
  }
}

.acd summary::-webkit-details-marker {
  display: none;
}

.acd summary::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 3.2rem;
  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);
  background: #F5F5F5;
}

@media screen and (max-width: 959px) {
  .acd .acd-content {
    padding: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .acd .acd-content {
    padding: calc((8px * 3) * 0.5);
  }
}

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

.writer {
  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;
  padding: 16px;
  border: solid 2px #F5F5F5;
}

.writer .writer-vsl {
  width: 96px;
}

@media screen and (max-width: 959px) {
  .writer .writer-vsl {
    width: 88px;
  }
}

@media screen and (max-width: 767px) {
  .writer .writer-vsl {
    width: 80px;
  }
}

@media screen and (max-width: 519px) {
  .writer .writer-vsl {
    width: 104px;
    margin: 0 auto 16px;
  }
}

.writer .writer-dtl {
  width: calc(100% - 112px);
}

@media screen and (max-width: 959px) {
  .writer .writer-dtl {
    width: calc(100% - 104px);
  }
}

@media screen and (max-width: 767px) {
  .writer .writer-dtl {
    width: calc(100% - 96px);
  }
}

@media screen and (max-width: 519px) {
  .writer .writer-dtl {
    width: 100%;
  }
}

.writer .writer-dtl__ttl {
  display: inline-block;
  margin-bottom: 4px;
  padding: 2px 8px;
  background: #333333;
  color: #ffffff;
}

@media screen and (max-width: 519px) {
  .writer .writer-dtl__ttl {
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
  }
}

.writer .writer-dtl__name {
  margin-bottom: 4px;
}

@media screen and (max-width: 519px) {
  .writer .writer-dtl__name {
    text-align: center;
  }
}

.writer .writer-dtl__name a {
  color: #333333;
}

.writer .writer-dtl__company {
  font-size: 1.4rem;
}

@media screen and (max-width: 519px) {
  .writer .writer-dtl__company {
    text-align: center;
  }
}

.writer .writer-dtl__post {
  margin-bottom: 8px;
  font-size: 1.4rem;
}

@media screen and (max-width: 519px) {
  .writer .writer-dtl__post {
    text-align: center;
  }
}

.writer .writer-dtl__txt {
  font-size: 1.4rem;
}

/*# sourceMappingURL=../../../maps/frontend/common/main.css.map */
