@charset "UTF-8";
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* 基本的に単体ではUIとして意味をなさない */
/* これ以上分割できない要素 */
/* colors */
/* fonts */
/* animations */
/* headings */
/* paragraph */
/* blockquote */
/* inline elements */
/* labels */
/* input */
/* buttons */
/* table */
*, *::before, *::after {
  box-sizing: border-box; }

body {
  font-family: "Noto Sans CJK JP", Meiryo, sans-serif;
  background: #F3F2DB; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 13px; }

h6 {
  font-size: 10px; }

p {
  color: #100000; }

blockquote {
  color: #493F37;
  font-style: italic;
  border-left: 1px solid #493F37;
  padding-left: 20px; }

a {
  color: #100000; }

kbd {
  background-color: #ffffff;
  color: #C80000;
  padding: 0.1rem 0.2rem;
  border-radius: 4px; }

hr {
  border: 0;
  background-color: #493F37; }

small {
  font-size: 10px; }

.label {
  color: #100000;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  font-stretch: extra-condensed; }

.input {
  display: inline-block;
  background-color: #100000;
  color: #EEEEEE;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border: 0;
  font-stretch: extra-condensed; }
  .input:placeholder-shown {
    color: #EEEEEE; }
  .input::-webkit-input-placeholder {
    color: #EEEEEE; }
  .input:-moz-placeholder {
    color: #EEEEEE;
    opacity: 1; }
  .input::-moz-placeholder {
    color: #EEEEEE;
    opacity: 1; }
  .input:-ms-input-placeholder {
    color: #EEEEEE; }

.btn {
  display: inline-block;
  background-color: #C26102;
  color: #F3F2DB;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  padding: 1rem;
  border: 0;
  text-align: center;
  font-stretch: extra-condensed;
  text-decoration: none; }

.disabled {
  background-color: #EEEEEE;
  color: #493F37;
  cursor: not-allowed; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #493F37;
  width: 100%; }
  table th,
  table td {
    text-align: left;
    border: 1px solid #493F37;
    padding: 0.2rem; }

pre,
code {
  font-family: Ricty; }

* {
  color: #493F37; }

.title,
.thanks {
  font-size: 60px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: fixed;
  top: 40%;
  left: 50%;
  margin-top: -90px;
  margin-left: -233px; }
  .title small,
  .thanks small {
    font-size: 30px; }

.thanks {
  margin-top: -90px;
  margin-left: -414.5px; }

.name {
  font-size: 24px;
  font-weight: bold;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 50%;
  left: 54%; }
  .name:after {
    content: '';
    background: url("../images/doya-small.png");
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: contain;
    vertical-align: middle;
    margin: 0 0 10px 10px; }

.info {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  position: fixed;
  bottom: 10%;
  right: 10%; }
  .info .name {
    top: 70%;
    bottom: 10%;
    right: 10%; }

.heading {
  font-size: 50px;
  margin: 80px auto 30px;
  text-align: center; }
  .heading small {
    font-size: 30px; }

.subheading {
  border-bottom: 2px solid #493F37;
  padding-bottom: 8px;
  margin: 30px 0 16px; }

.lead {
  text-align: center;
  line-height: 2; }

.myself {
  margin: 0 auto;
  list-style: none;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -210px; }
  .myself li:before {
    content: '';
    background-image: url("../images/sushi.png");
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
    vertical-align: middle;
    margin-right: 20px; }

.full {
  height: 100%;
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto; }

.wrapper {
  margin: 40px; }

pre,
code {
  background-color: #493F37;
  color: #F3F2DB; }

pre {
  padding: 40px 40px 0 40px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.5; }

code {
  padding: 0.1rem 0.4rem;
  border-radius: 4px; }

.supple {
  font-size: 20px;
  line-height: 2;
  margin-left: 40px; }

#atom-top {
  border: 15px solid #493F37;
  border-radius: 50%;
  position: fixed;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  z-index: -1; }
  #atom-top:before {
    content: '';
    border: 1px solid #C26102;
    background-color: #C26102;
    border-radius: 50%;
    position: fixed;
    top: 113px;
    right: 113px;
    width: 70px;
    height: 70px; }
  #atom-top:after {
    content: '';
    border: 1px solid #C26102;
    background-color: #C26102;
    border-radius: 50%;
    position: fixed;
    top: -25px;
    right: -25px;
    width: 150px;
    height: 150px;
    z-index: -1; }

#atom {
  border: 15px solid #493F37;
  border-radius: 50%;
  position: fixed;
  bottom: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  z-index: -1; }
  #atom:before {
    content: '';
    border: 1px solid #C26102;
    background-color: #C26102;
    border-radius: 50%;
    position: fixed;
    bottom: 113px;
    left: 113px;
    width: 70px;
    height: 70px; }
  #atom:after {
    content: '';
    border: 1px solid #C26102;
    background-color: #C26102;
    border-radius: 50%;
    position: fixed;
    bottom: -25px;
    left: -25px;
    width: 150px;
    height: 150px;
    z-index: -1; }

/*# sourceMappingURL=style.css.map */
