@charset "UTF-8";
/*-----------------------------------------------------------
reset
------------------------------------------------------------*/
p {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
  resize: none;
}

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=url] {
  word-break: normal;
  white-space: nowrap;
  appearance: none;
  -webkit-appearance: none; /*Google Chrome/Safari対応*/
  -moz-appearance: none; /*Firefox対応*/
  -o-appearance: none; /*Opera対応*/
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

dl,
dt,
dd,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-size: 100%;*/
  font-weight: normal;
  margin: 0;
  padding: 0;
}

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,
dialog {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto;
}

table img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0;
}

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

nav ul {
  list-style: none;
}

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

*:focus {
  outline: none !important;
}

label,
select,
button {
  cursor: pointer;
}

input,
textarea,
select,
button {
  font-family: inherit;
}

/*-----------------------------------------------------------
Color
------------------------------------------------------------*/
/*-----------------------------------------------------------
Utility
------------------------------------------------------------*/
@media (min-width: 768px) {
  .sp,
  .SP {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc,
  .PC {
    display: none !important;
  }
}

/*-----------------------------------------------------------
Link
------------------------------------------------------------*/
a {
  outline: none;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.5;
}

a:link,
a:visited,
a:active {
  color: #FFFFFF;
  text-decoration: underline;
}

/*-----------------------------------------------------------
Main
------------------------------------------------------------*/
html {
  background-color: #313337;
  font-size: 21px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #FFFFFF;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

.inner {
  width: calc(100% - 80px);
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner {
    width: calc(100% - 40px);
  }
}

body {
  position: relative;
}

.navi {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: calc(100vw - 30px);
  z-index: 10;
  border-right: 1px solid #FFFFFF;
}
@media (max-width: 767px) {
  .navi {
    right: calc(100vw - 20px);
  }
}
.navi .box {
  display: flex;
}
.navi .box .left {
  width: calc(100% - 30px);
}
@media (max-width: 767px) {
  .navi .box .left {
    width: calc(100% - 20px);
  }
}
.navi .box .right {
  width: 30px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .navi .box .right {
    width: 20px;
  }
}
.navi .box .right .copy {
  writing-mode: vertical-rl;
  font-size: 14px;
  letter-spacing: 0.5em;
}
@media (max-width: 767px) {
  .navi .box .right .copy {
    font-size: 12px;
  }
}

main {
  padding-top: 60px;
  padding-left: 30px;
}
@media (max-width: 767px) {
  main {
    padding-top: 40px;
    padding-left: 20px;
  }
}
main .first .inner .title {
  font-size: 44px;
  text-align: center;
  letter-spacing: 0.3em;
  margin-bottom: 30px;
  margin-right: -0.3em;
}
@media (max-width: 767px) {
  main .first .inner .title {
    font-size: 36px;
  }
}
main .first .inner h1 {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 767px) {
  main .first .inner h1 {
    text-align: justify;
  }
}
main .first .inner .icon {
  margin-top: 30px;
  text-align: center;
}
main .diary {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  main .diary {
    padding-bottom: 60px;
  }
}
main .diary .inner .year_head {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  main .diary .inner .year_head {
    font-size: 40px;
  }
}
main .diary .inner .item {
  padding-top: 10px;
  margin-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #FFFFFF;
}
main .diary .inner .item .box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
main .diary .inner .item .box time {
  font-style: italic;
  font-size: 16px;
  opacity: 0.5;
}
@media (max-width: 767px) {
  main .diary .inner .item .box time {
    font-size: 14px;
  }
}
main .diary .inner .item .box .author {
  font-size: 14px;
  margin-left: 20px;
  opacity: 0.5;
}
@media (max-width: 767px) {
  main .diary .inner .item .box .author {
    font-size: 12px;
  }
}
main .diary .inner .item pre {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  width: 100%;
  white-space: pre-wrap;
  text-align: justify;
  line-height: 1.7em;
  margin-top: 10px;
}
main .diary .inner .item h2 {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  main .diary .inner .item h2 {
    font-size: 18px;
  }
}
main .diary .inner .item hr {
  height: 1px;
  background-color: #FFFFFF;
  opacity: 0.3;
  border: none;
  width: 70%;
  margin: 30px auto 20px;
}
main .diary .inner .item b, main .diary .inner .item strong {
  font-weight: bold;
}

footer {
  padding: 10px 0;
}
footer .inner p {
  text-align: center;
  font-size: 14px;
}

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