:root {
  --main: #2488c3;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: 0;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:where(:any-link, button, [type=button], [type=reset], [type=submit], label[for], select, summary, [role=tab], [role=button]) {
  cursor: pointer;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  field-sizing: content;
}

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

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

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

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

[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

:focus:not(:focus-visible) {
  outline: none;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

body {
  position: relative;
}

html {
  height: 100%;
  width: 100%;
  font-family: "Noto Sans JP", system-ui;
  font-size: 100%;
  color: var(--black);
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.8;
  letter-spacing: 0.05em;
}

* {
  -webkit-print-color-adjust: exact;
}

img {
  max-width: 100%;
  line-height: 0;
  vertical-align: bottom;
  border-style: none;
}

a {
  color: #000;
}

p,
dd,
li {
  font-size: 16px;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  p,
  dd,
  li {
    font-size: 15px;
  }
}
header .logo {
  position: fixed;
  top: 20px;
  left: 50%;
  translate: -50% 0;
  width: 300px;
}
@media screen and (max-width: 767px) {
  header .logo {
    top: 10px;
  }
}

main {
  width: 100%;
  height: 100svh;
  border-bottom: 7px solid #4bb7d6;
}
@media screen and (max-width: 767px) {
  main {
    padding: 20px 5%;
  }
}
main .coming-soon {
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  background-color: var(--main);
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .coming-soon hgroup {
  padding: 50px;
}
@media screen and (max-width: 767px) {
  main .coming-soon hgroup {
    padding: 20px;
  }
}
main .coming-soon hgroup h1 {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  main .coming-soon hgroup h1 {
    font-size: 36px;
  }
}
main .coming-soon hgroup p {
  font-size: 26px;
  margin-top: 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  main .coming-soon hgroup p {
    font-size: 20px;
    margin-top: 15px;
  }
}
main .copyright {
  width: 100%;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 40px;
}
@media screen and (max-width: 767px) {
  main .copyright {
    bottom: 30px;
  }
}
main .copyright small {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  main .copyright small {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .pcImg {
    display: inline-block !important;
  }
  .sp {
    display: none !important;
  }
  .spImg {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .spImg {
    display: inline-block !important;
  }
  .pc {
    display: none !important;
  }
  .pcImg {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */