@charset "utf-8";

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

.marcellus-regular {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}

.playwrite-in {
  font-family: "Playwrite IN", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

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

:root {
	--color-scheme: #f9f9f9;
	--color-scheme-text: #333333;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-sans:"Helvetica Neue","Arial", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Meiryo", sans-serif;
	@supports (-webkit-touch-callout: none) and (font: -apple-system-body) {
		font: -apple-system-body;
	}
}

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

body {
	margin: 0;
	font-size: 1rem;
	font-family: var(--font-sans);
	background-color: var(---color-scheme);
	color: var(--color-scheme-text);
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
  margin-top: 0;
  margin-bottom: .5rem
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

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

em {
	font-weight: 600;
}

input[type="text"]:focus,
textarea:focus {
	outline: 0;
}

dl, ol, ul li {
  margin: 0;
  text-decoration: none;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

a {
  text-decoration: none;
}


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

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
	background: none;
	border: none;
	outline: none;
	border-radius: 0;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

/* // Usage
*/

header {
  position: relative;
}

header nav {
  display: flex;
  align-items: center;
  justify-content: right;
}

nav .n-link-area {
  display: flex;
}

nav .n-link-area li {
  margin-right: .65rem;
}

nav .n-link-area a {
  text-decoration: none;
  color: #333333;
}

.n-box {
  display: flex;
  justify-self: center;
  align-items: center;
  height: 100vh;
}

.logo {
  font-size: 2.25rem;
  letter-spacing: .25rem;
}

.logo small {
  display: block;
  font-size: 1rem;
  text-align: center;
  letter-spacing: .15rem;
  color: #8b8b8b;
}

.logo a {
  color: #000;
}

.bg {
  background: #f9f9f9;
}

#about {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
  display: flex;
}

.about-figure {
  width: 8%;
}

.about-figure img {
  max-width: 100%;
  border-radius: 70px;
}

.about-box {
  padding-left: 1rem;
}

.about-box p {
  margin-bottom: 0;
  line-height: 2;
}

.about-box p::first-line {
  font-size: 1rem;
}

.address {
  display: flex;
  margin: 0;
  padding: 0;
}

.address p {
  font-size: 12px;
}

#works {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 0 0 0;
}

.work {
  margin-bottom: 5rem;
}

.work:last-child {
  margin-bottom: 0;
}

.work img {
  max-width: 100%;
}

#concept {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 0;
}

#concept p {
  margin: 0;
  line-height: 2;
}

.copy {
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
  margin-bottom: .5rem
  ;
}

.forms {
  padding: 5rem 0;
}

.form-container {
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}
input, textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
button {
  display: block;
  width: 20%;
  margin: 0 auto;
  padding: 10px;
  background-color: #007BFF;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
}
button:hover {
  background-color: #0056b3;
}

.privacy {
  padding: 5rem 0;
}

.privacy dl {
  max-width: 980px;
  margin: 0 auto;
}

.privacy dl h2 {
  font-size: 1.2rem;
}

.privacy dd {
  margin-bottom: 2.5rem;
  font-size: .8rem;
}

.privacy dd ul {
  padding-left: 1rem;
}

.privacy dd li {
  list-style: inside;
}

.error {
  color: red;
  font-size: .8rem;
}

@media (max-width: 768px) {
  h1 {
    font-size: 1.8rem;
    letter-spacing: .05rem;
  }
  .logo small {
    font-size: .6rem;
  }
  header nav {
    justify-content: left;
    overflow-y: scroll;
  }
  nav .n-link-area li:nth-of-type(4) a {
    display: block;
    width: 148px
  }
  #works {
    padding: 2rem 1rem;
  }
  #concept {
    padding: 2rem 1rem;
  }
  #about {
    padding: 2rem 1rem;
    flex-direction: column;
  }
  .about-figure {
    width: 30%;
    margin: 0 auto;
  }
  .copy {
    text-align: center;
  }
  .privacy {
    padding: 2rem 1rem;
  }
  .privacy dl h2 {
    font-size: 1.15rem;
  }
  .forms {
    padding: 2rem 1rem;
  }
  .form-container label {
    font-size: 1.15rem;
  }
  button {
    width: 100%;
  }
}

@media (min-width: 1200px) {
}

@media (min-width: 992px) {
}

@media (min-width: 768px) {
}

@media (min-width: 576px) {
}
