@font-face {
  font-family: "ppm";
  src: url("../fonts/PPMonumentExtended-Black.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "ppn";
  src: url("../fonts/PPNeueMontreal-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

*::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

html {
  scroll-behavior: auto;
}
html.is-scroll-locked {
  overflow: hidden;
  overscroll-behavior: none;
}

html.has-smooth-scroll,
body.has-smooth-scroll {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html.has-smooth-scroll.is-scroll-locked,
body.has-smooth-scroll.is-scroll-locked {
  overflow: hidden;
  overscroll-behavior: none;
}
html.has-smooth-scroll::-webkit-scrollbar,
body.has-smooth-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

body {
  margin: 0;
  min-height: 100vh;
  line-height: 1.6;
  font-family: "ppn";
}
body.is-scroll-locked {
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
}

p,
ul,
ol {
  margin: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
  line-height: 140%;
}

h2 {
  font-size: 48px;
  line-height: 58px;
  color: var(--black);
}

section {
  padding: 220px 44px;
}

#viewport,
#pageWrapper,
#pageContent,
#app,
.app-shell {
  min-height: 100vh;
}

html.has-smooth-scroll #pageContent {
  will-change: transform;
}

.app-shell {
  min-height: inherit;
  display: flex;
  flex-direction: column;
}

.app-shell__body {
  flex: 1 0 auto;
}

.buttons {
  display: flex;
  row-gap: 12px;
  column-gap: 16px;
  align-items: center;
  justify-content: flex-start;
}

.button {
  background: transparent;
  display: flex;
  width: fit-content;
  height: 54px;
  padding: 0 42px;
  border: 1px solid var(--black);
  border-radius: 15px;
  align-items: center;
  justify-content: center;
}
.button span {
  font-size: 20px;
  font-family: "ppn";
  line-height: 100%;
  color: var(--black);
}
.button.revert {
  border-color: var(--white);
}
.button.revert span {
  color: var(--white);
}
.button.full {
  background: var(--black);
}
.button.full span {
  color: var(--white);
}
.button.full.revert {
  background: var(--white);
  border-color: var(--white);
}
.button.full.revert span {
  color: var(--black);
}

.img-container {
  background: #ccc;
}

.contents {
  pointer-events: initial !important;
}
.contents .inner-contents .uptitle {
  display: table;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 10px;
  color: #929B97;
}
.contents .inner-contents .buttons {
  margin-top: 40px;
}

#app-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
#app-header .plywood {
  padding: 20px 44px;
}
#app-header .plywood .container {
  display: flex;
  column-gap: 35px;
  align-items: center;
  justify-content: space-between;
}
#app-header .plywood .container > a {
  display: inline-flex;
  width: fit-content;
}
#app-header .plywood .container > a svg {
  width: 140px;
  height: auto;
}
#app-header .plywood .container nav ul {
  display: flex;
  column-gap: 20px;
  align-items: center;
}
#app-header .plywood .container nav ul li a {
  font-size: 20px;
  line-height: 100%;
  color: var(--black);
}

footer {
  padding: 0 44px 50px;
}
footer .container .top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
footer .container .top .col h4 {
  display: table;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  font-family: "ppn";
  line-height: 100%;
  color: #929B97;
}
footer .container .top .col p {
  font-size: 30px;
  line-height: 36px;
  color: var(--black);
}
footer .container .top .col ul li a,
footer .container .top .col ul li span {
  font-size: 30px;
  line-height: 36px;
  color: var(--black);
}
footer .container .top .col ul li + li {
  margin-top: 4px;
}
footer .container .top .col ul + ul, footer .container .top .col ul + h4 {
  margin-top: 35px;
}
footer .container .top .col:nth-child(1) {
  width: 100%;
  max-width: 740px;
}
footer .container .top .col:nth-child(2), footer .container .top .col:nth-child(3) {
  width: calc((100% - 740px) / 2);
}
footer .container .top .col:nth-child(2) {
  margin-left: 196px;
}
footer .container .top .col:nth-child(3) {
  margin-left: 40px;
}
footer .container .bottom {
  display: flex;
  column-gap: 196px;
  margin-top: -32px;
  align-items: flex-end;
  justify-content: space-between;
}
footer .container .bottom .logo {
  width: 100%;
  max-width: 740px;
}
footer .container .bottom ul {
  display: flex;
  column-gap: 40px;
  width: calc(100% - 740px);
  align-items: center;
  justify-content: flex-start;
}
footer .container .bottom ul li a,
footer .container .bottom ul li span {
  font-size: 20px;
  line-height: 100%;
  color: #929B97;
}
footer .container .bottom ul li:nth-child(1), footer .container .bottom ul li:nth-child(2) {
  width: 50%;
}

/*# sourceMappingURL=hosting.min.css.map */
