@charset "UTF-8";
:root {
  --red: #c5004a;
  --darkred: #7f0036;
  --ultralightgray: #ededed;
  --lightgray: #e0e0e0;
  --gray: #c0c0c0;
  --middlegray: #4e4e4e;
  --darkgray: #333;
  --navy: #17050f;
  --blue: #082840;
  --white: #fff;
  --yellow: #ffea00;
  --lightyellow: #fff04a;
  --lightgreen: #87edeb;
}

* {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: system-ui, sans-serif;
  color: var(--darkgray);
  background-color: var(--white);
  position: relative;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

body.scrolllock {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

p {
  font-size: 1em;
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

p,
.tmpl-post li {
  line-height: 1.65;
}

.tmpl-post p,
.tmpl-post li,
.tmpl-post img {
  max-width: 100%;
}

.tmpl-post p {
  text-align: justify;
}

a[href] {
  color: var(--blue);
  word-break: break-all;
}

a[href]:visited {
  color: var(--navy);
}

main {
  padding: 1rem;
  min-height: 100vh;
}

main:first-child {
  margin-top: 0;
}

main h1:first-child {
  margin: 0 0 1.6em;
  font-size: 1.5em;
  text-align: center;
}

table {
  margin: 1em 0;
}

table td,
table th {
  padding-right: 1em;
  word-break: break-all;
}

table tr td:first-child {
  text-align: center;
}

.tabletitle {
  text-align: center;
  vertical-align: middle;
}

pre,
code {
  font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace;
  line-height: 1.5;
}

pre {
  font-size: 14px;
  line-height: 1.375;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  -webkit-hyphens: none;
  hyphens: none;
  padding: 1em;
  margin: 0.5em 0;
  background-color: #f6f6f6;
}

/* Header */
header {
  background-color: var(--lightgreen);
  margin-bottom: 1em;
}

header .leadsentence {
  font-weight: bold;
  line-height: 1.5;
}

header .header-inner {
  padding: 1.6em 1em 0;
}

.home {
  font-size: 2em;
  line-height: 1.5;
  width: 100%;
}

.home.media-mobile {
  margin: 0;
}

.home.media-pc {
  display: none;
}

.home span {
  font-size: 0.8em;
}

.home :link:not(:hover) {
  text-decoration: none;
}

/* Nav */
.nav {
  padding-top: 0.6em;
  line-height: 1.48;
  position: absolute;
  text-align: left;
  left: -100%;
  height: 100vh;
  width: 100%;
  background: var(--lightgreen);
  top: 0;
  transition: left 0.3s ease-out;
  z-index: 2;
}

.nav.active {
  display: block;
  text-align: right;
  position: fixed;
  left: 0;
  transition: left 0.3s ease-out;
  height: 100vh;
}

.nav-item .pure-menu-link {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

.nav-item a[href]:not(:hover) {
  text-decoration: none;
}

.iteminitem .pure-menu-link {
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-item-active > a {
  font-weight: 700;
}

.navlist-home > a::before {
  content: "\f108";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5em;
  margin-left: -0.5em;
  text-decoration: none;
}

.navlist-archive a::before {
  content: "\f1b3";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5em;
  margin-left: -0.5em;
  text-decoration: none;
}

.navlist-about a::before {
  content: "\f1ad";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5em;
  margin-left: -0.5em;
  text-decoration: none;
}

/* hamburger */
.openbtn1 {
  left: 6%;
  bottom: 2%;
}

/* Posts list */
.postlist {
  list-style: none;
  padding: 0;
}

.postlist h2 {
  margin: 0 0 0.5em;
}

.postlist-item {
  border-bottom: 1px solid #dedede;
  padding-bottom: 1.6em;
  margin-bottom: 2.4rem;
}

.postlist-item img {
  border: 1px solid #dedede;
  padding: 1px;
}

.postlist-item .postlist-profile a {
  text-decoration: none;
  display: block;
  transition: all 300ms 0s ease;
}

.postlist-item .postlist-profile a:hover {
  filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.3));
}

.postlist-item ul {
  padding-left: 1em;
  list-style-type: none;
  padding: 0;
  text-align: justify;
}

.postlist-item ul li {
  margin-bottom: 0.6em;
  line-height: 1.4;
  padding-left: 1.4em;
  text-indent: -0.4em;
}

.postlist-profile li svg {
  margin-left: -1em;
  margin-right: 0.6em;
}

.postlist-date,
.postlist-item:before {
  font-size: 0.8125em;
  /* 13px /16 */
  color: var(--darkgray);
}

.postlist-date {
  word-spacing: -0.5px;
}

.postlist-link {
  display: inline-block;
  padding: 0;
  /* 4px 3px /16 */
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.postlist-item-active .postlist-link {
  font-weight: bold;
}

.tmpl-home .postlist-link {
  font-weight: 700;
}

.page_title {
  font-size: 1.5em;
}

/* Tags */
.tagpage-title {
  color: var(--darkgray);
  margin-bottom: 2em;
}

.tmpl-tag a.post-tag,
.tmpl-home a.post-tag {
  display: inline-block;
  vertical-align: text-top;
  font-size: 0.8em;
  font-weight: bold;
  padding: 4px 6px;
  margin-right: 0.4em;
  margin-bottom: 0.4em;
  background-color: var(--lightgreen);
  color: var(--darkgray);
  border-radius: 0.25em;
  text-decoration: none;
}

.tmpl-home a.post-tag:hover {
  color: var(--gray);
}

/*
a[href].post-tag,
a[href].post-tag:visited {
   color: #fff; 
}*/
.home_taglist {
  margin-top: 1rem;
  margin-bottom: 3rem;
}

/* Warning */
.warning {
  background-color: #ffc;
  padding: 1em 0.625em;
}

.warning ol:only-child {
  margin: 0;
}

/* Direct Links / Markdown Headers */
.direct-link {
  font-family: sans-serif;
  text-decoration: none;
  font-style: normal;
  margin-left: 0.1em;
}

a[href].direct-link,
a[href].direct-link:visited {
  color: transparent;
}

a[href].direct-link:focus,
a[href].direct-link:focus:visited,
:hover > a[href].direct-link,
:hover > a[href].direct-link:visited {
  color: #aaa;
}

.pagenation {
  list-style-type: none;
  padding-left: 0;
}

footer {
  text-align: center;
  padding: 0.8em 1em 2.4em;
  background-color: var(--darkgray);
  position: relative;
  bottom: 0;
  width: 100%;
  font-size: 14px;
}

footer p {
  max-width: 100%;
}

footer p .copyright a[href] {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  color: var(--ultralightgray);
}

/* template post */
h1,
h2,
h3,
h4 {
  font-family: "I-OTFゴシックオールドPro B", "IwaOGoPro-Bd", sans-serif;
  line-height: 1.4;
}

main .postheader {
  margin-bottom: 1.6rem;
}

main .postheader h1 {
  margin-bottom: 0;
}

main .postheader a {
  display: block;
  text-align: center;
}

/*slider*/
.swiper-slide img {
  border: 1px solid var(--gray);
}

.tmpl-post h2 {
  font-size: 1.4em;
  margin-bottom: 1em;
}

.tmpl-post h2::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f11e";
  margin-right: 0.4em;
}

.tmpl-post .pure-g .wrapper {
  margin-bottom: 3.2em;
}

.works-image p {
  margin-top: 0;
  margin-bottom: 0;
}

.works-image img {
  border: 1px solid var(--lightgray);
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.works-image a {
  transition: all 300ms 0s ease;
}

.works-image a:hover {
  filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.3));
}

.presen-movie-wrapper,
.presen-slide-wrapper,
.comment-form {
  margin: 0 auto;
}

.presen-movie-wrapper p {
  margin-bottom: 3.2em;
}

.presen-slide p {
  border: 1px solid #ededed;
  border-radius: 10px;
  padding: 1em;
}

.presen-slide,
.presen-movie {
  aspect-ratio: 16/9;
  margin: 0 auto 2em;
  display: block;
  width: 100%;
}

.presen-slide.fourTothree,
.presen-movie.fourTothree {
  aspect-ratio: 4/3;
}

.presen-slide iframe,
.presen-movie iframe {
  width: 100%;
  height: 100%;
}

.comment-form iframe {
  height: 2120px;
}

.profile ul {
  list-style-type: none;
  padding-left: 1.5em;
  margin-bottom: 2em;
  text-indent: -1.5em;
}

.profile ul:last-child {
  margin-bottom: 0;
}

.profile ul li span {
  font-size: 1.4em;
  vertical-align: middle;
}

.profile h3 {
  margin-bottom: 0;
}

.profile .sns-link {
  margin-top: 0;
}

.profile .sns-link li {
  display: inline;
  font-size: 2.4rem;
  margin-right: 0.3em;
}

.profile .sns-link li a {
  transition: all 300ms 0s ease;
}

.profile .sns-link li a.twitter-icon {
  color: #1da1f2;
}

.profile .sns-link li a.blog-icon {
  color: #303030;
}

.profile .sns-link li a.github-icon {
  color: #6cc644;
}

.profile .sns-link li a.facebook-icon {
  color: #4267b2;
}

.profile .sns-link li a.instagram-icon {
  color: #833ab4;
}

.profile .sns-link li a:hover {
  /* opacity: 0.4; */
  filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.3));
}

/* archive & about */
.archive {
  margin: auto;
  display: block;
}

.tmpl-home .archive .table-contents {
  margin-bottom: 3em;
}

h1.archive-title,
.about-me h1 {
  margin-bottom: 1em;
}

table .nameCell {
  width: 8rem;
}

.archive h2,
.about h2 {
  font-size: 1.4em;
  margin: 0 0 1.2em;
  line-height: 1.5;
}

.archive h3,
.about h3 {
  margin: 0 0 1em;
}

.about-me .about .pure-u-1 {
  margin-bottom: 6em;
  word-break: break-all;
}

.about-me h2 {
  text-align: center;
}

.about-me p {
  text-align: justify;
}

.about-me img {
  max-width: 100%;
}

/* ハンバーガーメニュー */
/*==================================================
　5-2-1 3本線が×に
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn1 {
  position: fixed; /*ボタン内側の基点となるためrelativeを指定*/
  background: rgba(78, 78, 78, 0.5);
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 3;
}

/*ボタン内側*/
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: var(--lightgreen);
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.openbtn1 span:nth-of-type(3) {
  top: 31px;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/* PCsize Media Queries */
@media screen and (min-width: 48em) {
  .allwrapper {
    display: flex;
  }
  /* header */
  header {
    margin-bottom: 0;
  }
  .header-inner {
    position: -webkit-sticky;
    position: sticky;
    top: -230px;
  }
  .header-inner p.leadsentence {
    max-width: 100%;
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 0em;
  }
  .nav {
    display: block;
    margin-left: -0.4em;
    position: relative;
    left: auto;
  }
  .iteminitem .pure-menu-link {
    padding: 2.4px 10px;
    font-size: 0.8em;
  }
  .openbtn1 {
    display: none;
  }
  /* home */
  .home {
    width: 100%;
    margin: 0 0 1rem;
  }
  .home.media-mobile {
    display: none;
  }
  .home.media-pc {
    display: block;
  }
  .tmpl-home .home-tag-text {
    margin: 0.4rem 1rem;
  }
  /* post */
  .postheader {
    margin-bottom: 2rem;
  }
  .tmpl-post {
    overflow: hidden;
  }
  .tmpl-post .pure-g .post-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: auto;
  }
  .home_taglist {
    padding: 0 1rem;
  }
  .pure-menu-horizontal {
    width: 100%;
    text-align: right;
  }
  .page_title {
    padding-left: 1.2rem;
  }
  .postlist h2 {
    margin: 0 0.1em 0.8em;
    height: 2.4em;
    font-size: 1.3em;
    line-height: 1.3;
  }
  .postlist-item {
    padding: 0em 1.3em 2em;
  }
  .postlist-item ul li {
    padding-left: 1.5em;
  }
  /* post page */
  main.tmpl-post h1:first-child {
    font-size: 1.8em;
  }
  .presen-slide,
  .presen-movie {
    margin-bottom: 3.2em;
  }
  .comment-form iframe {
    height: 2120px;
  }
  .pagenation {
    float: right;
  }
  /* archive */
  .about {
    display: block;
    margin: auto;
  }
  .about .pure-u-md-3-4,
  .archive .pure-u-md-3-4 {
    margin: 0 auto;
  }
  .archive table {
    width: 100%;
  }
  .about p {
    max-width: 100%;
  }
  .about-me .pure-flex {
    display: flex;
    justify-content: space-between;
  }
}
/*# sourceMappingURL=style.css.map */

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