@import url("./fonts.css");
body {
  line-height: 1;
  height: 100%;
  min-width: 320px;
  overflow-x: hidden;
  word-wrap: break-word;
}

body:before {
  content: "";
  display: block;
  background-attachment: scroll;
  height: var(--background-height);
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform: scale(1);
  width: 100vw;
  z-index: 0;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20height%3D%22512%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cfilter%20id%3D%22noise%22%3E%20%3CfeTurbulence%20type%3D%22fractalNoise%22%20baseFrequency%3D%220.875%22%20result%3D%22noise%22%20%2F%3E%20%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220.96484375%200%200%200%200%200%200.52734375%200%200%200%200%200%200.38671875%200%200%200%200%200%200.66796875%200%22%20%2F%3E%20%3C%2Ffilter%3E%20%3Crect%20filter%3D%22url%28%23noise%29%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20fill%3D%22transparent%22%20opacity%3D%221%22%20%2F%3E%3C%2Fsvg%3E), linear-gradient(135deg, rgba(3, 78, 175, 0.81) 39%, rgba(191, 127, 127, 0.78) 88%), url(../assets/images/bg.svg);
  background-size: 512px, cover, 26rem;
  background-position: center, 0% 0%, top;
  background-repeat: repeat, repeat, repeat-y;
  background-color: #c76773;
  -webkit-animation-duration: 160s;
          animation-duration: 160s;
  -webkit-animation-name: changeBackgroundSize;
          animation-name: changeBackgroundSize;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

body.is-loading:after {
  opacity: 1;
  visibility: visible;
}

:root {
  --background-height: 100vh;
  --site-language-alignment: left;
  --site-language-direction: ltr;
  --site-language-flex-alignment: flex-start;
  --site-language-indent-left: 1;
  --site-language-indent-right: 0;
  --viewport-height: 100vh;
}

html {
  font-size: 18pt;
}

u {
  text-decoration: underline;
}

strong {
  color: inherit;
  font-weight: bolder;
}

em {
  font-style: italic;
}

code {
  background-color: rgba(144, 144, 144, 0.25);
  border-radius: 0.25em;
  font-family: "Lucida Console", "Courier New", monospace;
  font-size: 0.9em;
  font-weight: normal;
  letter-spacing: 0;
  margin: 0 0.25em;
  padding: 0.25em 0.5em;
  text-indent: 0;
}

mark {
  background-color: rgba(144, 144, 144, 0.25);
}

s {
  text-decoration: line-through;
}

sub {
  font-size: smaller;
  vertical-align: sub;
}

sup {
  font-size: smaller;
  vertical-align: super;
}

a {
  color: inherit;
  text-decoration: underline;
  transition: color 0.25s ease;
}

#wrapper {
  -webkit-overflow-scrolling: touch;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}

#main {
  --alignment: center;
  --flex-alignment: center;
  --indent-left: 1;
  --indent-right: 1;
  --border-radius-tl: 0.5rem;
  --border-radius-tr: 0.5rem;
  --border-radius-br: 0.5rem;
  --border-radius-bl: 0.5rem;
  align-items: center;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  max-width: 100%;
  position: relative;
  text-align: var(--alignment);
  z-index: 1;
  background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.522) 15%, #ffffff 59%);
  background-position: 0% 0%;
  background-repeat: repeat;
  background-size: cover;
  box-shadow: 0rem 1.25rem 2.625rem 0.375rem rgba(0, 0, 0, 0.18);
  border-radius: var(--border-radius-tl) var(--border-radius-tr) var(--border-radius-br) var(--border-radius-bl);
  transition: opacity 1.125s ease 0.5s, transform 1.125s ease 0.5s, border-radius 0.3s ease-in-out;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-name: changeBorderRadius;
          animation-name: changeBorderRadius;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

#main > .inner {
  --padding-horizontal: 2.375rem;
  --padding-vertical: 3rem;
  --spacing: 0.625rem;
  --width: 29rem;
  border-radius: var(--border-radius-tl) var(--border-radius-tr) var(--border-radius-br) var(--border-radius-bl);
  max-width: 100%;
  position: relative;
  width: var(--width);
  z-index: 1;
  padding: var(--padding-vertical) var(--padding-horizontal);
}

#main > .inner > * {
  margin-top: var(--spacing);
  margin-bottom: var(--spacing);
}

#main > .inner > :first-child {
  margin-top: 0 !important;
}

#main > .inner > :last-child {
  margin-bottom: 0 !important;
}

#main > .inner > .full {
  margin-left: calc(var(--padding-horizontal) * -1);
  max-width: calc(100% + var(--padding-horizontal) * 2 + 0.4725px);
  width: calc(100% + var(--padding-horizontal) * 2 + 0.4725px);
}

#main > .inner > .full:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  margin-top: calc(var(--padding-vertical) * -1) !important;
}

#main > .inner > .full:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  margin-bottom: calc(var(--padding-vertical) * -1) !important;
}

#main > .inner > .full.screen {
  border-radius: 0 !important;
  max-width: 100vw;
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  right: auto;
}

body.is-loading #main {
  opacity: 0;
  transform: scale(0.94375);
}

body.is-instant #main,
body.is-instant #main > .inner > *,
body.is-instant #main > .inner > section > * {
  transition: none !important;
}

body.is-instant:after {
  display: none !important;
  transition: none !important;
}

.image {
  display: block;
  line-height: 0;
  max-width: 100%;
  position: relative;
}

.image .frame {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  vertical-align: top;
  width: 100%;
}

.image .frame img {
  border-radius: 0 !important;
  max-width: 100%;
  vertical-align: top;
  width: inherit;
}

.image.full .frame {
  display: block;
}

.image.full:first-child .frame {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.image.full:last-child .frame {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

#image01:not(:first-child) {
  margin-top: 1rem !important;
}

#image01:not(:last-child) {
  margin-bottom: 1rem !important;
}

#image01 .frame {
  width: 7rem;
  border-radius: 100%;
  transition: none;
}

#image01 .frame img {
  transition: none;
}

h1,
h2,
h3,
p {
  direction: var(--site-language-direction);
  position: relative;
}

h1 span.p,
h2 span.p,
h3 span.p,
p span.p {
  display: block;
  position: relative;
}

h1 span[style],
h2 span[style],
h3 span[style],
p span[style],
h1 strong,
h2 strong,
h3 strong,
p strong,
h1 a,
h2 a,
h3 a,
p a,
h1 code,
h2 code,
h3 code,
p code,
h1 mark,
h2 mark,
h3 mark,
p mark {
  -webkit-text-fill-color: currentcolor;
}

#text02 {
  color: rgba(40, 40, 43, 0.6);
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: -0.075rem;
  width: 100%;
  font-size: 2.5em;
  line-height: 1.25;
  font-weight: 200;
}
#text02 a {
  text-decoration: underline;
}
#text02 aa:hover {
  text-decoration: none;
}
#text02 span.p:nth-child(n+2) {
  margin-top: 1rem;
}

#text01 {
  color: rgba(40, 40, 43, 0.4);
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: -0.025rem;
  width: 100%;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 200;
}

#text01 a {
  text-decoration: underline;
}

#text01 a:hover {
  text-decoration: none;
}

#text01 span.p:nth-child(n+2) {
  margin-top: 1rem;
}

hr {
  border: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

hr:before {
  content: "";
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

#divider01:not(:first-child) {
  margin-top: 1.125rem !important;
}

#divider01:not(:last-child) {
  margin-bottom: 1.125rem !important;
}

#divider01:before {
  width: 100%;
  border-top: solid 1px rgba(40, 40, 43, 0.149);
  height: 1px;
  margin-top: -0.5px;
}

.icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: var(--flex-alignment);
  letter-spacing: 0;
  padding: 0;
}

.icons li {
  position: relative;
  z-index: 1;
}

.icons li a {
  align-items: center;
  display: flex;
  justify-content: center;
}

.icons li a svg {
  display: block;
  position: relative;
}

.icons li a + svg {
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.icons li a .label {
  display: none;
}

#icons01 {
  font-size: 1.25em;
  gap: 0.75rem;
}

#icons01:not(:first-child) {
  margin-top: 1rem !important;
}

#icons01:not(:last-child) {
  margin-bottom: 1rem !important;
}

#icons01 li a {
  border-radius: 100%;
  height: 2em;
  width: 2em;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#icons01 li a svg {
  height: 60%;
  width: 60%;
  transition: fill 0.25s ease;
}

#icons01 a {
  background-color: rgba(40, 40, 43, 0.051);
}

#icons01 a svg {
  fill: rgba(40, 40, 43, 0.6);
}

#icons01 a:hover {
  background-color: rgba(40, 40, 43, 0.169) !important;
}

#icons01 li a + svg {
  transition: fill 0.25s ease, stroke 0.25s ease;
}

@media (max-width: 1680px) {
  html {
    font-size: 13pt;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 13pt;
  }
}
@media (max-width: 980px) {
  html {
    font-size: 11pt;
  }
}
@media (max-width: 736px) {
  html {
    font-size: 11pt;
  }
  #main > .inner {
    --padding-horizontal: 2rem;
    --padding-vertical: 3rem;
    --spacing: 0.625rem;
  }
  #image01:not(:first-child) {
    margin-top: 0.75rem !important;
  }
  #image01:not(:last-child) {
    margin-bottom: 0.75rem !important;
  }
  #image01 .frame {
    width: 7rem;
  }
  #text02 {
    letter-spacing: -0.065625rem;
    width: 100%;
    font-size: 2.5em;
    line-height: 1.25;
  }
  #text01 {
    letter-spacing: -0.021875rem;
    width: 100%;
    font-size: 1em;
    line-height: 1.5;
  }
  #divider01:not(:first-child) {
    margin-top: 1.125rem !important;
  }
  #divider01:not(:last-child) {
    margin-bottom: 1.125rem !important;
  }
  #divider01:before {
    width: 100rem;
  }
  #icons01 {
    font-size: 1.25em;
    gap: 0.75rem;
  }
  #icons01:not(:first-child) {
    margin-top: 0.75rem !important;
  }
  #icons01:not(:last-child) {
    margin-bottom: 0.75rem !important;
  }
}
@media (max-width: 480px) {
  #main > .inner {
    --spacing: 0.546875rem;
  }
}
@media (max-width: 360px) {
  #main > .inner {
    --padding-horizontal: 1.5rem;
    --padding-vertical: 2.25rem;
    --spacing: 0.46875rem;
  }
  #text02 {
    font-size: 2em;
  }
  #text01 {
    font-size: 1em;
  }
  #icons01 {
    gap: 0.5625rem;
  }
}
@-webkit-keyframes changeBorderRadius {
  from {
    border-radius: 0.5rem 3rem 0.5rem 3rem;
  }
  to {
    border-radius: 3rem 0.5rem 3rem 0.5rem;
  }
}
@keyframes changeBorderRadius {
  from {
    border-radius: 0.5rem 3rem 0.5rem 3rem;
  }
  to {
    border-radius: 3rem 0.5rem 3rem 0.5rem;
  }
}
@-webkit-keyframes changeBackgroundSize {
  from {
    background-size: 512px, cover, 20rem;
  }
  to {
    background-size: 512px, cover, 55rem;
  }
}
@keyframes changeBackgroundSize {
  from {
    background-size: 512px, cover, 20rem;
  }
  to {
    background-size: 512px, cover, 55rem;
  }
}/*# sourceMappingURL=styles.css.map */