@charset "UTF-8";
* {
  box-sizing: border-box;
}

/* webkit specific styles */
input[type=color]::-webkit-color-swatch {
  border: none;
}

input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
  font-weight: inherit;
}

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;
}

input:focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
}

/* color */ /* container */
/* font */
/* hover */
/* icon */
/* line */
/* @media */
/* container */
/* font */
@font-face {
  font-family: "APJapanesefont";
  src: url("../assets/font/anzu.woff") format("woff"), url("../assets/font/anzu.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "Itim-Regular";
  src: url("../assets/font/Itim-Regular.woff") format("woff"), url("../assets/font/Itim-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "uzura";
  src: url("../assets/font/uzura.woff") format("woff"), url("../assets/font/uzura.eot") format("eot");
  font-display: swap;
}
/* hover */
/* icon */
/* line */
/* @media */
/* common */
body {
  color: #252525;
  font-family: Helvetica, "游ゴシック Medium";
  font-weight: 500;
}
body p {
  line-height: 2rem;
}

a {
  color: #0088cc;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: top;
}

/* header */
.header {
  padding-top: 5px;
  padding-bottom: 5px;
}
.header__inner {
  align-items: center;
  background-color: rgba(252, 250, 242, 0.1);
  max-width: 1000px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  display: block;
}
@media screen and (min-width: 1110px) {
  .header__inner {
    display: flex;
    justify-content: space-around;
  }
}
.header__logo {
  width: 200px;
}
.header__logo:focus, .header__logo:hover {
  opacity: 0.5;
  cursor: pointer;
}
.header__logo-ham__wrapper {
  display: flex;
  justify-content: space-between;
}

/* content */
.content {
  background-color: rgba(252, 250, 242, 0.1);
  max-width: 1000px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  margin-bottom: 100px;
}
.content-top {
  background-color: rgba(252, 250, 242, 0.1);
  max-width: 1000px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 50px;
}

/* text */
.text {
  text-align: left;
  width: 80%;
  margin: auto;
}

/* footer */
.footer {
  text-align: center;
  padding-bottom: 20px;
}
.footer-copyright {
  font-size: 14px;
}