h1 .title {
  border-bottom: solid 1px #666666;
  padding: 0 40px;
  padding-bottom: 20px;
  display: inline-block;
}
h1 .title-jp {
  margin-top: 0px;
}

.block {
  margin: 50px 0 50px 0;
}

.time {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h2 {
  font-size: 60px;
  text-align: center;
  padding-top: 30px 0 20px 0;
  font-family: "STKaiti";
  color: #523c3c;
  margin-bottom: 20px;
}
h2 .title {
  border-bottom: solid 1px #666666;
  padding: 0 40px;
  padding-bottom: 20px;
  display: inline-block;
  color: #523c3c;
}
h2 .title-jp {
  font-size: 23px;
  font-weight: 600;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 200%;
}

.single-flex {
  margin-bottom: 100px;
}

.section1 .time {
  color: #b2b2b2;
  padding: 0 5%;
}
.section1 .title {
  font-size: 25px;
  border-bottom: dashed 1px #8e8e8e;
  padding: 0 5%;
  padding-bottom: 20px;
  width: 600px;
  max-width: 70%;
}
.section1 .content {
  padding: 30px 5%;
}
.section1 .right .thumb {
  margin-top: 0px;
  margin-bottom: 20px;
}

.section2 .block-box,
.section3 .block-box {
  border-radius: 0;
}

.section2 li {
  border-bottom: solid 1px #b6b6b6;
  padding: 20px 0 10px 0;
}
.section2 li span {
  display: block;
}
.section2 li .time {
  line-height: 100%;
}
.section2 li .title {
  color: #666666;
}
.section2 ul {
  margin-bottom: 30px;
}

.more-btn {
  margin-top: 50px;
  text-align: center;
}
.more-btn a {
  border: solid 1px #b6b6b6;
  display: inline;
  padding: 15px 50px;
  color: #666666;
  white-space: nowrap;
  position: relative;
}
.more-btn a::before {
  content: "";
  width: 60px;
  height: 1px;
  background: #b6b6b6;
  position: absolute;
  top: 50%;
  left: 120px;
  transform: translate(0, -50%);
}
.more-btn a:hover::before {
  animation: btn-anim 0.5s ease-out forwards;
}

@keyframes btn-anim {
  0% {
    width: 0;
  }
  100% {
    width: 60px;
  }
}
.section3 .blog-box {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.section3 img {
  width: 90%;
}
.section3 .time {
  line-height: 100%;
}
.section3 .left {
  min-width: 100px;
  width: 30%;
}
.section3 .right {
  width: 70%;
}/*# sourceMappingURL=single.css.map */