@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
body {
  background: url("../img/bg_osb.webp") center fixed;
  margin: 0px;
  padding: 0px 0px 30px;
  font-family: "zen-maru-gothic", sans-serif;
  font-size: 18px;
  color: #202942;
}
@media screen and (max-width: 544px) {
  body {
    font-size: 16px;
  }
}

* {
  box-sizing: border-box;
  margin: 0px;
}

img {
  max-width: 100%;
  border-radius: 2px;
}

a {
  color: #202942;
}

p {
  line-height: 2em;
}
@media screen and (max-width: 544px) {
  p {
    line-height: 1.8em;
  }
}

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

#headerbox {
  width: 100%;
  position: relative;
  margin: 0px auto;
  padding-top: 150px;
}
@media screen and (max-width: 544px) {
  #headerbox {
    padding-top: 20vw;
  }
}
#headerbox > .inner {
  width: 100%;
  max-width: 960px;
  height: 200px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 544px) {
  #headerbox > .inner {
    height: 30vw;
  }
}
#headerbox .kanban {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(../img/metal.png);
  background-position: center;
}
#headerbox .kanban:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.4);
}
#headerbox .kanban {
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center 50px;
  border-radius: 2px;
}
#headerbox .kanban img {
  display: block;
  position: relative;
  left: 50%;
  top: -140px;
  z-index: 2;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 544px) {
  #headerbox .kanban img {
    top: -18.5vw;
  }
}

#footerbox {
  background-color: rgba(207, 191, 168, 0.9);
  width: 100%;
  max-width: 960px;
  border-radius: 0px 0px 2px 2px;
  margin: 0px auto;
  padding: 0px 0px 30px;
  text-align: center;
}
#footerbox a {
  font-size: 16px;
  color: #202942;
  text-decoration: none;
}
#footerbox a:hover {
  text-decoration: underline;
}

main {
  background-color: rgba(207, 191, 168, 0.9);
  width: 100%;
  max-width: 960px;
  margin: 0px auto;
  padding: 0px 0px 45px;
  border-radius: 2px 2px 0px 0px;
}
main > .blockbox:last-child {
  margin-bottom: 0px;
}

.blockbox {
  width: 100%;
  margin: 0px auto 45px;
}
body.top .blockbox > .inner {
  padding: 0px 90px;
}
@media screen and (max-width: 544px) {
  body.top .blockbox > .inner {
    padding: 0px 4%;
  }
}

#content-entry-list .title {
  margin: 0px auto 30px;
  text-align: center;
}
#content-entry-list .itemlist > li {
  margin-bottom: 15px;
}
#content-entry-list .itemlist > li:last-child {
  margin-bottom: 0px;
}
#content-entry-list .itemlist > li > a {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 12px;
  padding: 15px 30px;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  transition: transform 0.2s ease;
}
@media screen and (max-width: 544px) {
  #content-entry-list .itemlist > li > a {
    flex-direction: column;
  }
}
#content-entry-list .itemlist > li .num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 80px;
  height: 60px;
  position: relative;
}
#content-entry-list .itemlist > li .num img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
#content-entry-list .itemlist > li .num span {
  position: relative;
  z-index: 1;
  font-family: "fot-udkakugoc80-pro", sans-serif;
  font-size: 21px;
  color: #fff;
  font-weight: 700;
}
#content-entry-list .itemlist > li .item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#content-entry-list .itemlist > li .item time {
  display: block;
  padding: 0px 10px;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  color: #202942;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 544px) {
  #content-entry-list .itemlist > li .item time {
    text-align: center;
  }
}
#content-entry-list .itemlist > li .item h3 {
  font-size: 21px;
  color: #202942;
  font-weight: 700;
  text-decoration: underline;
  line-height: 1.25em;
}
@media screen and (max-width: 544px) {
  #content-entry-list .itemlist > li .item h3 {
    font-size: 18px;
  }
}
#content-entry-list .itemlist > li .item h3:before {
  content: "「";
  display: inline-block;
}
#content-entry-list .itemlist > li .item h3:after {
  content: "」";
  display: inline-block;
}

#content-blog {
  margin-bottom: 45px;
}
body.top #content-blog > .inner {
  padding-left: 0px;
  padding-right: 0px;
}

#content-blog .title {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(../img/metal.png);
  background-position: center;
}
#content-blog .title:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.4);
}
#content-blog .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px 30px;
  position: relative;
  margin: -60px auto 30px;
  padding: 0px 4% 45px;
  text-align: center;
}
@media screen and (max-width: 544px) {
  #content-blog .title {
    gap: 15px 15px;
    margin-top: -15px;
  }
}
#content-blog .title .num {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}
#content-blog .title .num span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 6px;
  font-family: "fot-udkakugoc80-pro", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 544px) {
  #content-blog .title .num span {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}
#content-blog .title h1 {
  width: 100%;
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(54px, 11.2vw + 12px, 120px);
  color: transparent;
  font-weight: 400;
  text-stroke: 1px #FCF736;
  -webkit-text-stroke: 1px #FCF736;
  letter-spacing: -0.075em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 544px) {
  #content-blog .title h1 {
    text-align: left;
  }
}
#content-blog .title h1 span {
  display: table;
  margin: 0px auto;
}
#content-blog .title h1 br {
  display: none;
}
@media screen and (max-width: 544px) {
  #content-blog .title h1 br {
    display: inline-block;
  }
}
#content-blog .title img {
  position: relative;
  z-index: 1;
  line-height: 1;
}
#content-blog .title h2 {
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  color: #fff;
  line-height: 1.25em;
}
@media screen and (max-width: 544px) {
  #content-blog .title h2 {
    font-size: 24px;
  }
}
#content-blog .title time {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 544px) {
  #content-blog .title time {
    font-size: 14px;
  }
}
#content-blog .entry {
  margin-bottom: 60px;
  padding: 0px 90px;
}
@media screen and (max-width: 960px) {
  body.article #content-blog .entry {
    padding: 0px 4%;
  }
}

body.article #content-blog p {
  margin-bottom: 2em;
  letter-spacing: -0.001em;
  text-align: justify;
  text-justify: inter-ideograph;
}
body.article #content-blog .photo {
  margin-bottom: 2em;
}
body.article #content-blog .photo img {
  display: block;
  margin: 0px auto 12px;
}
body.article #content-blog .photo p {
  background-color: #fff;
  border-radius: 2px;
  margin: 0px;
  padding: 15px 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #8E3B13;
  line-height: 1.4em;
}
body.article #content-blog nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
}
@media screen and (max-width: 544px) {
  body.article #content-blog nav ul {
    flex-direction: column;
    align-items: center;
  }
}
body.article #content-blog nav ul li {
  width: calc((100% - 15px) / 2);
}
body.article #content-blog nav ul li.prev {
  text-align: right;
}
body.article #content-blog nav ul li.prev a.bttn:before {
  content: "\f0a8";
  margin-right: 3px;
}
body.article #content-blog nav ul li.next a.bttn:after {
  content: "\f0a9";
  margin-left: 3px;
}
body.article #content-blog nav ul li.top {
  width: 100%;
  text-align: center;
}
body.article #content-blog nav ul li a.bttn {
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
}
body.article #content-blog nav ul li a.bttn:before, body.article #content-blog nav ul li a.bttn:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
}
body.article #content-blog nav ul li a.capsule {
  background-color: #fff;
  border: 1px solid #202942;
  border-radius: 30px;
  padding: 6px 24px;
}

#content-profile:before, #content-profile:after {
  content: "";
  display: block;
  width: 100%;
  height: 14px;
  background: url(../img/line.svg) no-repeat center/contain;
}
#content-profile > .inner {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 180px auto;
  gap: 10px 30px;
  padding: 45px 90px;
  font-family: "Noto Sans JP", sans-serif;
  grid-template-areas: "photo title" "photo caption";
}
@media screen and (max-width: 544px) {
  #content-profile > .inner {
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    grid-template-areas: "photo" "title" "caption";
  }
}
@media screen and (max-width: 960px) {
  #content-profile > .inner {
    padding-left: 4%;
    padding-right: 4%;
  }
}
#content-profile > .inner img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: photo;
  width: 180px;
  flex-shrink: 0;
  object-fit: cover;
}
@media screen and (max-width: 544px) {
  #content-profile > .inner img {
    justify-self: center;
  }
}
#content-profile > .inner h4 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: title;
  align-self: end;
  display: flex;
  align-items: flex-end;
  gap: 15px;
  font-weight: 700;
}
@media screen and (max-width: 544px) {
  #content-profile > .inner h4 {
    justify-self: center;
  }
}
#content-profile > .inner p {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: caption;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 544px){
  #content-profile > .inner img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  #content-profile > .inner h4 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #content-profile > .inner p {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}