@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

body {
  font-size: 15px;
  line-height: 2;
}

img {
  max-width: 100%;
  height: auto;
}

.wrapper {
  position: relative;
}

a {
  padding: 0.25rem 0;
}

.trans3 {
  transition: 0.25s;
}

.trans4 {
  transition: 0.25s;
}

.trans5 {
  transition: 0.25s;
}

@media (max-width: 1059px) {
  #header {
    width: 88%;
    margin: 25px auto;
    display: flex;
    justify-content: space-between;
  }
  #header .header {
    width: 100%;
    min-width: 200px;
  }
  #header .header span {
    display: block;
    color: #999;
    letter-spacing: 1px;
  }
  #header .header a {
    color: #000;
    text-decoration: none;
  }
  #header .nav {
    width: 100%;
    letter-spacing: 1px;
    text-align: right;
  }
  #header .nav a {
    color: #999;
    text-decoration: none;
  }
  .top-content {
    width: 88%;
    margin: 25px auto;
  }
  .top-content article {
    margin: 50px 0;
  }
  .top-content article img {
    border: #efefef solid 1px;
  }
  .top-content article a {
    color: #000;
    text-decoration: none;
  }
  .single-content {
    width: 88%;
    margin: 50px auto;
  }
  .single-content .content_title {
    position: relative;
    display: flex;
    text-decoration: underline;
  }
  .single-content .content_title:before {
    content: "";
    position: absolute;
    top: 11px;
    left: -27px;
    width: 20px;
    height: 9px;
    background: #000;
  }
  .content_img {
    width: 100%;
    margin: 0 auto;
  }
  .leadcopy {
    margin: 25px auto;
  }
  .leadcopy .eng, .leadcopy .jpn {
    margin: 25px 0;
  }
  .entry-content figure {
    width: 88%;
    margin: 50px auto;
  }
  .entry-content figure img {
    width: 100%;
  }
  .nav-links {
    display: flex;
    margin-bottom: 100px;
  }
  .nav-links .nav-previous, .nav-links .nav-next {
    width: 50%;
    font-size: 1rem;
  }
  .nav-links .nav-previous a, .nav-links .nav-next a {
    color: #08e;
  }
  .nav-links .nav-next {
    text-align: right;
  }
  .page-content {
    width: 88%;
    margin: 50px auto;
  }
  .page-content img {
    width: 200px;
  }
  .page-content .entry-content {
    width: 100%;
  }
  .page-title {
    font-size: 1.75rem;
    letter-spacing: 5px;
    margin-bottom: 25px;
  }
  #footer {
    margin-bottom: 50px;
  }
  .footer {
    width: 88%;
    margin: 50px auto;
    font-size: 0.75rem;
  }
}
@media (min-width: 1060px) {
  #header {
    max-width: 1980px;
    width: 88%;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
  }
  #header .header {
    width: 500px;
  }
  #header .header span {
    padding-left: 15px;
    color: #999;
    letter-spacing: 1px;
  }
  #header .header a {
    color: #000;
    text-decoration: none;
  }
  #header .nav {
    width: 500px;
    letter-spacing: 1px;
    text-align: right;
  }
  #header .nav a {
    color: #999;
    text-decoration: none;
  }
  .top-content {
    max-width: 1980px;
    width: 88%;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .top-content article {
    width: 23.5294117647%;
    margin-bottom: 25px;
  }
  .top-content article img {
    border: #efefef solid 1px;
  }
  .top-content article a {
    color: #000;
    text-decoration: none;
  }
  .single-content {
    max-width: 1980px;
    width: 88%;
    margin: 0 auto 75px;
  }
  .single-content .content_title {
    position: relative;
    display: flex;
    text-decoration: underline;
  }
  .single-content .content_title:before {
    content: "";
    position: absolute;
    top: 11px;
    left: -22px;
    width: 15px;
    height: 9px;
    background: #000;
  }
  .content_img {
    width: 40%;
    margin: 0 auto;
  }
  .leadcopy {
    margin: 100px auto;
    display: flex;
    justify-content: space-between;
  }
  .leadcopy .eng, .leadcopy .jpn {
    width: 48.5%;
  }
  .entry-content figure {
    width: 88%;
    margin: 50px auto;
  }
  .entry-content figure img {
    width: 100%;
  }
  .nav-links {
    display: flex;
    margin-bottom: 100px;
  }
  .nav-links .nav-previous, .nav-links .nav-next {
    width: 50%;
    font-size: 1rem;
  }
  .nav-links .nav-previous a, .nav-links .nav-next a {
    color: #08e;
  }
  .nav-links .nav-next {
    text-align: right;
  }
  .page-content {
    width: 80%;
    margin: 50px 0 0 auto;
  }
  .page-content .page {
    width: 100% !important;
  }
  .page-content img {
    width: 280px;
  }
  .page-content .entry-content {
    width: 100%;
    display: flex;
  }
  .page-content .entry-content p {
    max-width: 700px;
    width: 100%;
    padding-left: 5%;
  }
  .page-title {
    font-size: 1.75rem;
    letter-spacing: 5px;
    margin-bottom: 25px;
  }
  #footer {
    margin-bottom: 50px;
  }
  .footer {
    max-width: 1980px;
    width: 88%;
    margin: 50px auto;
    font-size: 0.75rem;
  }
}/*# sourceMappingURL=takenorinakamoto.css.map */