/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&family=Roboto:wght@400;500;700&family=Spline+Sans:wght@300;400;500;600;700&display=swap");
@media (max-width: 768px) {
  [hide-sp] {
    display: none;
  }
}

@media (max-width: 768px) {
  br[hide] {
    display: none;
  }
}
br[sp] {
  display: none;
}
@media (max-width: 768px) {
  br[sp] {
    display: block;
  }
}

br[pc] {
  display: block;
}
@media (max-width: 768px) {
  br[pc] {
    display: none;
  }
}

.smooth-scroll {
  height: 100vh;
  width: 100%;
}

.scrollbar-track {
  display: none !important;
}

.is-sp-flex {
  display: none;
}
@media (max-width: 768px) {
  .is-sp-flex {
    display: flex;
  }
}

/*! locomotive-scroll v3.5.4 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

[data-scroll-container] {
  overflow: hidden !important;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11rem;
  height: 100vh;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7rem;
  border-radius: 10rem;
  margin: 2rem;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing;
}

.cover-footer {
  z-index: 1;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  /* letter-spacing: 0.5px; */
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --color-active: #000E33;
  --color-deactive: #707070;
  --footer-font-size: 15px;
  --side-length: 110px;
}

::-moz-selection {
  color: #FFF;
  background-color: #332F30;
}

::selection {
  color: #FFF;
  background-color: #332F30;
}

html {
  font-family: "Yu Gothic";
  line-height: 1.54545455;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-size: 1px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  background-color: #fff;
  color: var(--color-active);
  overflow-x: hidden;
}

main.disable {
  position: relative !important;
  transform: unset !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5px;
}

p {
  margin-top: 0;
  margin-bottom: 1px;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1px;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin: unset;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5px;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1px;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  text-decoration: none;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 12px;
}

::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background: #6d6d6d;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1px;
  overflow: auto;
}

figure {
  margin: 0 0 1px;
}

img {
  vertical-align: middle;
  border-style: none;
  width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

svg {
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75px;
  padding-bottom: 0.75px;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5px;
}

button {
  border-radius: 0;
}

button:focus {
  outline: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
  border: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5px;
  font-size: 1.5px;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: none;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}

i,
em {
  font-style: normal;
  display: block;
}

html {
  font-size: 0.0520833333vw;
}

@media (max-width: 768px) {
  [hide-sp] {
    display: none;
  }
}

@media (max-width: 768px) {
  br[hide] {
    display: none;
  }
}
br[sp] {
  display: none;
}
@media (max-width: 768px) {
  br[sp] {
    display: block;
  }
}

br[pc] {
  display: block;
}
@media (max-width: 768px) {
  br[pc] {
    display: none;
  }
}

.smooth-scroll {
  height: 100vh;
  width: 100%;
}

.scrollbar-track {
  display: none !important;
}

.is-sp-flex {
  display: none;
}
@media (max-width: 768px) {
  .is-sp-flex {
    display: flex;
  }
}

/*! locomotive-scroll v3.5.4 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

[data-scroll-container] {
  overflow: hidden !important;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11rem;
  height: 100vh;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7rem;
  border-radius: 10rem;
  margin: 2rem;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing;
}

.cover-footer {
  z-index: 1;
}

body {
  background-color: rgba(23, 33, 51, 0.1294117647);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
}
body .container {
  background-color: #ECECEC;
  width: 100%;
  max-width: 1024px;
  box-shadow: 3px 3px 3px rgba(23, 33, 51, 0.2941176471);
  position: relative;
  z-index: -100;
  overflow: hidden;
}
body header {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
body header .p-header__logo {
  padding-top: 50rem;
  padding-left: 50rem;
}
@media (min-width: 1024px) {
  body header .p-header__logo {
    padding-top: 26.67px;
    padding-left: 25.67px;
  }
}
@media (max-width: 768px) {
  body header .p-header__logo {
    padding-top: 100rem;
  }
}
body header .p-header__logo img {
  width: 350rem;
  height: auto;
}
@media (min-width: 1024px) {
  body header .p-header__logo img {
    width: 186.55px;
  }
}
@media (max-width: 768px) {
  body header .p-header__logo img {
    width: 650rem;
  }
}
body header .p-header__title {
  font-family: "Spline Sans", sans-serif;
  font-size: 150rem;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 50%;
  letter-spacing: 1.5rem;
  position: absolute;
  font-weight: 900;
  right: 90rem;
  top: -15rem;
  z-index: 10;
  -webkit-text-stroke-width: thin;
}
@media (min-width: 1024px) {
  body header .p-header__title {
    font-size: 79.95px;
    letter-spacing: 0.8px;
    right: 47.97px;
    top: -8px;
  }
}
@media (max-width: 768px) {
  body header .p-header__title {
    font-size: 180rem;
    top: 100rem;
  }
}
body header .p-header__triangle {
  width: 150rem;
  height: auto;
  position: absolute;
  right: 30rem;
  top: 10rem;
}
@media (min-width: 1024px) {
  body header .p-header__triangle {
    width: 79.95px;
    right: 16px;
    top: 5.33px;
  }
}
@media (max-width: 768px) {
  body header .p-header__triangle {
    width: 230rem;
    top: 85rem;
  }
}
body main {
  margin-top: -50rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media (min-width: 1024px) {
  body main {
    margin-top: -26.65px;
  }
}
body main .p-top__mv {
  width: 1700rem;
  height: 900rem;
  background-image: url("../img/mv.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: 60rem;
  border-bottom-left-radius: 60rem;
  position: relative;
  z-index: -1;
}
@media (min-width: 1024px) {
  body main .p-top__mv {
    width: 906.1px;
    height: 479.7px;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
  }
}
@media (max-width: 768px) {
  body main .p-top__mv {
    height: 2500rem;
    background-position-x: -1400rem;
    border-top-left-radius: 200rem;
    border-bottom-left-radius: 200rem;
  }
}
body main .p-top__mv_title-en {
  width: 1150rem;
  height: auto;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: -70rem;
}
@media (min-width: 1024px) {
  body main .p-top__mv_title-en {
    width: 600px;
    left: -37.31px;
  }
}
@media (max-width: 768px) {
  body main .p-top__mv_title-en {
    width: 1600rem;
    top: 60%;
  }
}
body main .p-top__mv_title-jp {
  width: 1300rem;
  height: auto;
  position: absolute;
  z-index: 10;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  body main .p-top__mv_title-jp {
    width: 693px;
  }
}
@media (max-width: 768px) {
  body main .p-top__mv_title-jp {
    width: 1700rem;
    top: 72%;
  }
}
body main .p-top__mv-desc {
  position: absolute;
  text-align: center;
  top: 85%;
  z-index: 20;
  left: 50%;
  transform: translateX(-50%);
  -o-object-fit: contain;
     object-fit: contain;
  width: 1218rem;
}
@media (min-width: 1024px) {
  body main .p-top__mv-desc {
    width: 650px;
  }
}
@media (max-width: 768px) {
  body main .p-top__mv-desc {
    display: none;
  }
}
body main .p-top__mv-desc_sp {
  position: absolute;
  text-align: center;
  top: 80%;
  z-index: 20;
  left: 50%;
  transform: translateX(-50%);
  -o-object-fit: contain;
     object-fit: contain;
  display: none;
}
@media (max-width: 768px) {
  body main .p-top__mv-desc_sp {
    display: block;
    width: 1200rem;
  }
}
body main .p-top__mv-back {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 282rem;
  font-weight: 900;
  -webkit-text-stroke: thin;
  letter-spacing: 1.5rem;
  color: #ffffff;
  opacity: 50%;
  text-transform: uppercase;
  position: absolute;
  top: 670rem;
  right: 70rem;
  line-height: 100%;
  z-index: 5;
}
@media (min-width: 1024px) {
  body main .p-top__mv-back {
    font-size: 150px;
    letter-spacing: 0.8px;
    top: 357.11px;
    right: 37.31px;
  }
}
@media (max-width: 768px) {
  body main .p-top__mv-back {
    top: 80%;
    font-size: 330rem;
  }
}
body main .p-top__banner {
  position: relative;
  background-color: #D9D9D9;
  width: 100%;
  height: 220rem;
  z-index: -5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  body main .p-top__banner {
    height: 117.26px;
  }
}
@media (max-width: 768px) {
  body main .p-top__banner {
    height: 500rem;
  }
}
body main .p-top__banner-scroll {
  background-image: url(../img/scroll_triangle.png);
  width: 700rem;
  background-size: contain;
  background-repeat: no-repeat;
  height: 700rem;
  position: absolute;
  top: -350rem;
  left: -50rem;
  z-index: -20;
}
@media (min-width: 1024px) {
  body main .p-top__banner-scroll {
    width: 373.1px;
    height: 373.1px;
    top: -186.55px;
    left: 0px;
  }
}
@media (max-width: 768px) {
  body main .p-top__banner-scroll {
    width: 1500rem;
    height: 1000rem;
    top: -600rem;
    left: 0rem;
  }
}
body main .p-top__banner-scroll p {
  font-family: "Spline Sans", sans-serif;
  font-size: 20rem;
  text-transform: uppercase;
  text-orientation: sideways;
  writing-mode: vertical-lr;
  margin-top: 100rem;
  margin-left: 120rem;
}
@media (min-width: 1024px) {
  body main .p-top__banner-scroll p {
    font-size: 10.66px;
    margin-top: 53.33px;
    margin-left: 40px;
  }
}
@media (max-width: 768px) {
  body main .p-top__banner-scroll p {
    font-size: 50rem;
    margin-left: 70rem;
  }
}
body main .p-top__banner-scroll-line {
  width: 0;
  height: 150rem;
  border-left: 1px solid #151e2f;
  margin-left: 135rem;
  margin-top: 20rem;
  position: relative;
}
@media (min-width: 1024px) {
  body main .p-top__banner-scroll-line {
    height: 79.95px;
    margin-left: 48px;
    margin-top: 10.66px;
  }
}
@media (max-width: 768px) {
  body main .p-top__banner-scroll-line {
    height: 400rem;
    margin-left: 110rem;
    margin-top: 50rem;
  }
}
body main .p-top__banner-scroll-line #scroll {
  content: " ";
  width: 10rem;
  height: 10rem;
  border-radius: 5rem;
  background-color: #151e2f;
  position: absolute;
  left: -6rem;
  top: 0;
  transition: all;
  transition-duration: 2s;
}
@media (min-width: 1024px) {
  body main .p-top__banner-scroll-line #scroll {
    width: 5.333px;
    height: 5.333px;
    border-radius: 6px;
    left: -3.2px;
  }
}
@media (max-width: 768px) {
  body main .p-top__banner-scroll-line #scroll {
    width: 20rem;
    height: 20rem;
    border-radius: 20rem;
    left: -11.5rem;
  }
}
body main .p-top__banner-scroll-line .changed {
  top: 150rem !important;
}
@media (min-width: 1024px) {
  body main .p-top__banner-scroll-line .changed {
    top: 78px !important;
  }
}
@media (max-width: 768px) {
  body main .p-top__banner-scroll-line .changed {
    top: 400rem !important;
  }
}
body main .p-top__banner-content {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 6rem;
  line-height: 100rem;
  text-shadow: 0rem 2rem 2rem rgba(0, 0, 0, 0.25);
  color: #151e2f;
  -webkit-text-stroke: thin;
  -webkit-text-stroke-color: #666666;
}
@media (min-width: 1024px) {
  body main .p-top__banner-content {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body main .p-top__banner-content {
    font-size: 70rem;
    width: 50%;
    text-align: center;
    text-shadow: 3rem 7rem 7rem rgba(0, 0, 0, 0.25);
  }
}
body main .p-top__banner-content img {
  width: 180rem;
  height: auto;
  margin-left: 50rem;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
}
@media (min-width: 1024px) {
  body main .p-top__banner-content img {
    width: 95.94px;
    margin-left: 26.65px;
  }
}
@media (max-width: 768px) {
  body main .p-top__banner-content img {
    width: 400rem;
    right: 50rem;
  }
}
body main .p-top__concept {
  background-color: #fff;
  width: 100%;
  height: 780rem;
  padding: 189rem 300rem 0;
  position: relative;
  z-index: -10;
}
@media (min-width: 1024px) {
  body main .p-top__concept {
    height: 415.74px;
    padding: 100.8px 159.9px 0;
  }
}
@media (max-width: 768px) {
  body main .p-top__concept {
    padding: 350rem 200rem 0;
    height: 4000rem;
  }
}
body main .p-top__concept h2::after {
  content: "ENGINEER";
  font-family: "Spline Sans", sans-serif;
  font-size: 190rem;
  font-weight: 900;
  letter-spacing: 4rem;
  position: absolute;
  color: #EBE7E7;
  opacity: 50%;
  -webkit-text-stroke-color: #EBE7E7;
  -webkit-text-stroke-width: 3%;
  top: 140rem;
  left: -100rem;
  z-index: -1;
  text-shadow: none;
}
@media (min-width: 1024px) {
  body main .p-top__concept h2::after {
    font-size: 101.27px;
    letter-spacing: 2.13px;
    top: 74.62px;
    left: -53.33px;
  }
}
@media (max-width: 768px) {
  body main .p-top__concept h2::after {
    font-size: 300rem;
    top: 280rem;
  }
}
body main .p-top__concept-up {
  font-size: 25rem;
  letter-spacing: 7.5rem;
  margin-top: 93.75rem;
  width: 71%;
  line-height: 60rem;
}
@media (min-width: 1024px) {
  body main .p-top__concept-up {
    font-size: 14px;
    margin-top: 50px;
    line-height: 31.98px;
    letter-spacing: 4px;
  }
}
@media (max-width: 768px) {
  body main .p-top__concept-up {
    width: 100%;
    font-size: 72rem;
    margin-top: 150rem;
    letter-spacing: 20rem;
    line-height: 90rem;
  }
}
body main .p-top__concept-down {
  font-size: 25rem;
  margin-top: 40rem;
  width: 50%;
  line-height: 60rem;
  letter-spacing: 7.5rem;
}
@media (min-width: 1024px) {
  body main .p-top__concept-down {
    font-size: 14px;
    margin-top: 21.32px;
    line-height: 31.98px;
    letter-spacing: 4px;
  }
}
@media (max-width: 768px) {
  body main .p-top__concept-down {
    font-size: 72rem;
    margin-top: 120rem;
    letter-spacing: 20rem;
    line-height: 90rem;
    width: 100%;
  }
}
body main .p-top__concept-benefit {
  position: absolute;
  width: 1150rem;
  right: 0rem;
  top: 200rem;
  z-index: -10;
}
@media (min-width: 1024px) {
  body main .p-top__concept-benefit {
    width: 612.95px;
    top: 106.6px;
  }
}
@media (max-width: 768px) {
  body main .p-top__concept-benefit {
    width: 2300rem;
    top: 2500rem;
  }
}
body main .p-top__concept-discuss {
  margin-top: 160rem;
  width: 740rem;
  height: 480rem;
  position: relative;
}
@media (min-width: 1024px) {
  body main .p-top__concept-discuss {
    margin-top: 85.28px;
    width: 394.42px;
    height: 255.84px;
  }
}
@media (max-width: 768px) {
  body main .p-top__concept-discuss {
    margin-top: 200rem;
    width: 1000rem;
    height: 700rem;
  }
}
body main .p-top__concept-discuss img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main .p-top__concept-discuss::after {
  content: " ";
  background-image: url(../img/triagnle-left.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 250rem;
  height: 250rem;
  position: absolute;
  bottom: -90rem;
  left: -100rem;
}
@media (min-width: 1024px) {
  body main .p-top__concept-discuss::after {
    width: 133.3px;
    height: 133.3px;
    bottom: -47.97px;
    left: -53.33px;
  }
}
@media (max-width: 768px) {
  body main .p-top__concept-discuss::after {
    width: 400rem;
    height: 400rem;
    bottom: -130rem;
    left: -150rem;
  }
}
body main h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 50rem;
  line-height: 80rem;
  text-align: center;
  letter-spacing: 1.2rem;
  color: #151e2f;
  text-shadow: 1px 1px 1px #151e2f;
  -webkit-text-stroke: thin;
  -webkit-text-stroke-color: #fff;
  position: relative;
}
@media (min-width: 1024px) {
  body main h2 {
    font-size: 26.65px;
    line-height: 42.62px;
    letter-spacing: 0.64px;
  }
}
@media (max-width: 768px) {
  body main h2 {
    font-size: 110rem;
    line-height: 150rem;
    letter-spacing: 10rem;
  }
}
body main .p-top__info {
  background-color: #fff;
  width: 100%;
  height: 975rem;
  position: relative;
  z-index: -11;
  margin-top: 550rem;
  padding: 300rem;
  padding-top: 375rem;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  body main .p-top__info {
    height: 520px;
    margin-top: 293.15px;
    padding: 159.9px;
    padding-top: 200px;
  }
}
@media (max-width: 768px) {
  body main .p-top__info {
    margin-top: 650rem;
    height: 2000rem;
    padding: 250rem;
    padding-top: 400rem;
  }
}
body main .p-top__info-content {
  width: 100%;
  display: flex;
}
@media (max-width: 768px) {
  body main .p-top__info-content {
    flex-direction: column;
  }
}
body main .p-top__info-left {
  width: 60%;
}
@media (max-width: 768px) {
  body main .p-top__info-left {
    width: 100%;
  }
}
body main .p-top__info-left p {
  font-size: 30rem;
  line-height: 50rem;
  color: #151e2f;
  margin-top: 100rem;
  letter-spacing: 7.5rem;
}
@media (min-width: 1024px) {
  body main .p-top__info-left p {
    font-size: 16px;
    line-height: 26.65px;
    margin-top: 53.33px;
    letter-spacing: 4px;
  }
}
@media (max-width: 768px) {
  body main .p-top__info-left p {
    font-size: 60rem;
    letter-spacing: 20rem;
    line-height: 80rem;
  }
}
body main .p-top__info-left-img {
  width: 90%;
  height: auto;
  margin-top: 50rem;
  position: relative;
}
@media (min-width: 1024px) {
  body main .p-top__info-left-img {
    margin-top: 26.65px;
  }
}
@media (max-width: 768px) {
  body main .p-top__info-left-img {
    margin-top: 100rem;
    width: 100%;
  }
}
body main .p-top__info-left-img::after {
  content: " ";
  background-image: url(../img/triagnle-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 600rem;
  height: 600rem;
  position: absolute;
  bottom: -300rem;
  left: -330rem;
  z-index: -10;
}
@media (min-width: 1024px) {
  body main .p-top__info-left-img::after {
    width: 319.8px;
    height: 319.8px;
    bottom: -159.9px;
    left: -175.9px;
  }
}
body main .p-top__info-right {
  width: 40%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  body main .p-top__info-right {
    width: 100%;
    justify-content: right;
    margin-left: 200rem;
    margin-top: 100rem;
  }
}
body main .p-top__info-right-img {
  width: 90%;
  height: 500rem;
  margin-top: 100rem;
  position: relative;
}
@media (min-width: 1024px) {
  body main .p-top__info-right-img {
    height: 266.5px;
    margin-top: 53.33px;
  }
}
@media (max-width: 768px) {
  body main .p-top__info-right-img {
    height: 750rem;
  }
}
body main .p-top__info-right-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body main .p-top__info-right-img::after {
  content: " ";
  background-image: url(../img/triangle.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 250rem;
  height: 250rem;
  position: absolute;
  bottom: -90rem;
  right: -120rem;
}
@media (min-width: 1024px) {
  body main .p-top__info-right-img::after {
    width: 133.25px;
    height: 133.25px;
    bottom: -48px;
    right: -63.96px;
  }
}
body main .p-top__party {
  width: 100%;
  margin-top: 200rem;
  padding-top: 300rem;
}
@media (min-width: 1024px) {
  body main .p-top__party {
    margin-top: 106.6px;
    padding-top: 159.9px;
  }
}
@media (max-width: 768px) {
  body main .p-top__party {
    margin-top: 1050rem;
  }
}
body main .p-top__party h2::after {
  content: "EVENT";
  font-family: "Spline Sans", sans-serif;
  font-size: 230rem;
  font-weight: 900;
  letter-spacing: 15rem;
  position: absolute;
  color: #ffffff;
  opacity: 50%;
  -webkit-text-stroke-color: #ffffff;
  -webkit-text-stroke-width: thin;
  top: -240rem;
  right: 170rem;
  z-index: -21;
  text-shadow: none;
}
@media (min-width: 1024px) {
  body main .p-top__party h2::after {
    font-size: 122.66px;
    letter-spacing: 8px;
    top: -127.9px;
    right: 90.66px;
  }
}
@media (max-width: 768px) {
  body main .p-top__party h2::after {
    font-size: 300rem;
    top: -270rem;
    right: 800rem;
  }
}
body main .p-top__party-list {
  width: 100%;
  margin-top: 470rem;
  height: 400rem;
  background-color: #09d910;
  display: flex;
  justify-content: space-between;
  padding: 0 300rem;
}
@media (min-width: 1024px) {
  body main .p-top__party-list {
    margin-top: 250.5px;
    height: 213.2px;
    padding: 0 160px;
  }
}
@media (max-width: 768px) {
  body main .p-top__party-list {
    margin-top: 700rem;
    height: 700rem;
    padding: 0 30rem;
  }
}
body main .p-top__party-list-item {
  margin-top: -250rem;
  width: 31%;
  height: auto;
}
@media (min-width: 1024px) {
  body main .p-top__party-list-item {
    margin-top: -133.25px;
  }
}
@media (max-width: 768px) {
  body main .p-top__party-list-item {
    width: 33%;
    margin-top: -500rem;
  }
}
body main .p-top__party-list-item:nth-child(2) {
  margin-top: -350rem;
}
@media (min-width: 1024px) {
  body main .p-top__party-list-item:nth-child(2) {
    margin-top: -186.65px;
  }
}
body main .p-top__company {
  width: 100%;
  background-color: #fff;
  padding: 150rem 0;
}
@media (min-width: 1024px) {
  body main .p-top__company {
    padding: 79.95px 0;
  }
}
@media (max-width: 768px) {
  body main .p-top__company {
    padding: 200rem 0;
  }
}
body main .p-top__company-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30rem 0;
  margin-top: 80rem;
}
@media (min-width: 1024px) {
  body main .p-top__company-content {
    gap: 16px 0;
    margin-top: 42.66px;
  }
}
@media (max-width: 768px) {
  body main .p-top__company-content {
    gap: 100rem 0;
    margin-top: 130rem;
  }
}
body main .p-top__company-content-item {
  display: flex;
  gap: 0 20rem;
  align-items: center;
  padding-bottom: 30rem;
  letter-spacing: 2rem;
  background-image: linear-gradient(to right, black 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
@media (min-width: 1024px) {
  body main .p-top__company-content-item {
    gap: 0 10.66px;
    padding-bottom: 16px;
    letter-spacing: 1.06px;
  }
}
@media (max-width: 768px) {
  body main .p-top__company-content-item {
    gap: 0 50rem;
    padding-bottom: 50rem;
    letter-spacing: 10rem;
  }
}
body main .p-top__company-content-item:last-child {
  background-image: none;
  padding-bottom: 0;
}
body main .p-top__company-content-item h3 {
  font-size: 30rem;
  font-weight: 700;
  color: #151e2f;
  width: 350rem;
  text-align: center;
}
@media (min-width: 1024px) {
  body main .p-top__company-content-item h3 {
    font-size: 16px;
    width: 186.55px;
  }
}
@media (max-width: 768px) {
  body main .p-top__company-content-item h3 {
    font-size: 60rem;
  }
}
body main .p-top__company-content-item p {
  font-size: 23rem;
  color: #151e2f;
  width: 650rem;
  text-align: left;
  font-weight: 400;
  line-height: 40rem;
}
@media (min-width: 1024px) {
  body main .p-top__company-content-item p {
    font-size: 12.27px;
    width: 346.64px;
    line-height: 21.333px;
  }
}
@media (max-width: 768px) {
  body main .p-top__company-content-item p {
    font-size: 55rem;
    width: 1200rem;
    line-height: 80rem;
  }
}
body footer .p-footer__contact {
  padding: 70rem 300rem 50rem;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  body footer .p-footer__contact {
    padding: 37.33px 160px 26.67px;
  }
}
@media (max-width: 768px) {
  body footer .p-footer__contact {
    padding: 150rem 30rem 80rem;
    flex-direction: column;
    align-items: center;
    gap: 80rem 0;
  }
}
body footer .p-footer__contact img {
  width: 45%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  body footer .p-footer__contact img {
    width: 80%;
  }
}
body footer .p-footer__contact-address h3 {
  font-size: 32rem;
  font-weight: 500;
  color: #151e2f;
}
@media (min-width: 1024px) {
  body footer .p-footer__contact-address h3 {
    font-size: 17.06px;
  }
}
@media (max-width: 768px) {
  body footer .p-footer__contact-address h3 {
    font-size: 75rem;
  }
}
body footer .p-footer__contact-address p {
  font-size: 20rem;
  font-weight: 400;
  margin-top: 15rem;
  line-height: 40rem;
  color: #151e2f;
}
@media (min-width: 1024px) {
  body footer .p-footer__contact-address p {
    font-size: 10.67px;
    margin-top: 8px;
    line-height: 21.33px;
  }
}
@media (max-width: 768px) {
  body footer .p-footer__contact-address p {
    font-size: 65rem;
    line-height: 80rem;
    margin-top: 20rem;
  }
}
body footer .p-footer__bottom {
  width: 100%;
  height: 100rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #09d910;
}
@media (min-width: 1024px) {
  body footer .p-footer__bottom {
    height: 53.33px;
  }
}
@media (max-width: 768px) {
  body footer .p-footer__bottom {
    height: 300rem;
  }
}
body footer .p-footer__bottom p {
  font-size: 17rem;
  color: #fff;
  letter-spacing: 2rem;
}
@media (min-width: 1024px) {
  body footer .p-footer__bottom p {
    font-size: 9px;
    letter-spacing: 1.1px;
  }
}
@media (max-width: 768px) {
  body footer .p-footer__bottom p {
    font-size: 65rem;
  }
}/*# sourceMappingURL=style.css.map */