@charset "UTF-8";

/*
Theme Name: SCHIATTI
Author: OFFICE NAKANO INDIVIDUAL LLC
Version: 1.0.1
*/


html, body, main, div, section, article,
header, footer, nav, h1, h2, h3, h4, h5, h6,
ul, li, ol, table, tbody, tr, th, td,
a, button, p, span, b, strong, small, blockquote,
canvas, figure, picture, img, audio, video,
form, label, input, select, textarea {
margin: 0;
padding: 0;
border: 0;
box-sizing: border-box;
vertical-align: baseline;
}

html {
line-height: 1;
-webkit-text-size-adjust: 100%;
}

body {
margin: 0;
font-family: "LINE Seed JP", sans-serif;
font-weight: 400;
font-style: normal;
font-feature-settings: 'palt';
-webkit-font-smoothing: antialiased; 
-moz-osx-font-smoothing: grayscale;
}
.en {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:"wdth" 100;
}

/* header */
header.header {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: fixed;
  top: 0px;
  left: 0%;
  padding: 4% 4%;
  z-index: 1000;
}
.head-inner {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
nav ol {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.36rem;
  font-size: 0.96rem;
}

.main-visual {
  width: 100%;
  height: 100vh;
  padding: 0 4%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.main-visual_inner {
  width: 100%;
  max-width: 400px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.main-visual_title {
  width: 100%;
  height: auto;
}

footer.footer {
  width: 100%;
  padding: 2% 4%;
  position: fixed;
  bottom: 0px;
  left: 0%;
  display: block;
}
.foot-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot-inner p.barcode {
  max-width: 160px;
  width: 100%;
  height: auto;
}
.foot-inner p.copy {
  font-size: 0.8rem;
  font-weight: 500;
}