/*
node-sass scssstyle.scss style.css
*/
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;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
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;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --c-primary: #444444;
  --bg-white: #f2f2f2;

  --font-ds-400: "Diplomata SC", serif;
  --font-sn-800: "Syne", sans-serif;
  --font-sm-400: "Space Mono", monospace;
  --font-sg-400: "Space Grotesk", sans-serif;
  --font-pp-900: "Poppins", sans-serif;
  --font-pm-400: "Permanent Marker", cursive;
  --font-lb-400: "Libre Baskerville", serif;
  --font-it-400: "Inter", sans-serif;
  --font-ia-400: "Inknut Antiqua", serif;
  --font-dm-400: "Damion", cursive;
}

html,
body {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif !important;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--c-primary);
  background-color: var(--bg-white);
}

a {
  text-decoration: none;
}

main {
  background-color: #f2f2f2;
  width: 100vw;
  height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem 0;
}

#logo {
  white-space: nowrap;
}

.logo_01 {
  font-family: var(--font-ds-400);
  font-weight: 400;
  font-style: normal;
}

.logo_02 {
  font-family: var(--font-sn-800);
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.logo_03 {
  font-family: var(--font-sm-400);
  font-weight: 400;
  font-style: normal;
}

.logo_04 {
  font-family: var(--font-sg-400);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.logo_05 {
  font-family: var(--font-pp-900);
  font-weight: 900;
  font-style: normal;
}

.logo_06 {
  font-family: var(--font-pm-400);
  font-weight: 400;
  font-style: normal;
}

.logo_07 {
  font-family: var(--font-lb-400);
  font-weight: 400;
  font-style: normal;
}

.logo_08 {
  font-family: var(--font-it-400);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.logo_09 {
  font-family: var(--font-ia-400);
  font-weight: 400;
  font-style: normal;
}

.logo_10 {
  font-family: var(--font-dm-400);
  font-weight: 400;
  font-style: normal;
}

a.contact {
  font-size: 1.2rem;
  color: var(--c-primary);
  font-family: var(--font-it-400);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}
