@charset "utf-8";
/*==================================================

Single post
==================================================*/

#single-post .header-block p {
  display: flex;
  align-items: center;
  line-height: 1.6;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #52d3b4;
}
#single-post .header-block p i {
  display: inline-block;
  margin-right: 8px;
  font-family: "Dosis", sans-serif;
  text-align: center;
  font-size: 18px;
  font-style: normal;
}
#single-post .header-block h1 {
  margin: 20px 0;
  font-size: 32px;
  line-height: 1.3;
}
#single-post .header-block time {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
#single-post .header-block ul {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
#single-post .header-block .tag-list {
  margin-left: -5px;
  margin-top: 20px;
}
#single-post .header-block .tag-list a {
  display: inline-block;
  border-radius: 1000px;
  border: 1px solid #52d3b4;
  font-size: 12px;
  padding: 2px 10px;
  margin: 5px;
  transition: color 0.3s;
}
#single-post .header-block .tag-list a:hover {
  color: #52d3b4;
}
#single-post .header-block ul:before {
  content: "SHARE";
  font-family: "Dosis", sans-serif;
  color: #52d3b4;
  font-size: 14px;
  font-weight: 500;
  order: 0;
}
#single-post .header-block ul:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  margin: 0 10px;
  background: #707070;
  order: 1;
}
#single-post .header-block ul li {
  order: 2;
  width: 15px;
  height: 15px;
  overflow: hidden;
}
#single-post .header-block ul li img {
  vertical-align: baseline;
}
#single-post .header-block ul li + li {
  margin-left: 25px;
}
#single-post .header-block ul li.line {
  background: url(/img/posts/ico-line.svg) no-repeat center center/contain;
}
#single-post .header-block ul li iframe,
#single-post .header-block ul li > span {
  width: inherit !important;
  height: inherit !important;
  display: block !important;
  opacity: 0 !important;
}
#single-post .header-block .tag-list {
  margin-top: 30px;
}
#single-post .intro {
  padding-top: 0;
}
#single-post .intro:before {
  content: "";
  display: block;
  height: 1px;
  visibility: hidden;
}
#single-post .intro > figure {
  display: none;
}
#single-post .intro .header-block {
  margin: 200px 0 50px;
}
#single-post .intro h3 {
  max-width: 446px;
  line-height: 2;
  font-weight: 500;
}
#single-post .detail .standard-header {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
}
#single-post .detail > .standard-header:not(:first-of-type) {
  margin-top: 100px;
}
#single-post .detail h3 {
  margin: 40px 0 30px;
  color: #747474;
  line-height: 2;
}
#single-post .detail h3:before {
  content: "ー";
}
#single-post .detail .answer {
  margin: 30px 0;
  color: #313131;
}
#single-post .detail p + figure {
  margin-top: 40px;
}
#single-post .detail figure + figure {
  margin-top: 40px;
}
#single-post .detail > figure {
  margin: 30px auto;
}
#single-post .detail figure img {
  width: 100%;
  border-radius: 12px;
}
#single-post .detail .iframe {
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
#single-post .detail .iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 12px;
  overflow: hidden;
}
#single-post .detail figcaption {
  margin-top: 14px;
  color: #7e7e7e;
  font-size: 12px;
  line-height: 1.67;
}
#single-post .detail .split-grid {
  display: flex;
  margin: 30px auto;
}
#single-post .detail .split-grid > div {
  flex: 1 1 auto;
  padding-right: 4%;
}
#single-post .detail .split-grid p {
  margin-top: 0;
}
#single-post .detail .split-grid figure {
  flex: 1 1 50%;
  min-width: 50%;
  margin: 0;
}
#single-post .detail a {
  color: #52d3b4;
  text-decoration: underline;
  word-break: break-word;
}
#single-post .detail .green {
  color: #7de0c8;
}
#single-post .detail .pink {
  color: #e862aa;
}
#single-post .detail .greybox {
  padding: 20px;
  margin: 40px auto;
  background: #f5f5f5;
  border-radius: 10px;
}
#single-post .detail .greybox p {
  margin: 0;
}
#single-post .detail .greybox a[target="_blank"]:after {
  content: "";
  display: inline-block;
  margin-left: 2px;
  width: 12px;
  height: 9px;
  background: url(/img/common/ico-newtab.svg) no-repeat center center/contain;
}
#single-post .detail .detail-footer {
  min-height: 170px;
  margin-top: 55px;
  padding: 25px 0 0;
  border-top: 1px solid #707070;
  color: #747474;
  position: relative;
}
#single-post .detail .detail-footer p {
  margin: 0;
  color: #747474;
}
#single-post .detail .detail-footer .tag-list > p {
  font-size: 14px;
}

#single-post .detail .detail-footer .tag-list {
  margin-top: 35px;
  margin-left: -5px;
  padding-right: 80px;
  /* display: none; */
}
#single-post .detail .detail-footer .tag-list > p {
  margin-left: 5px;
  margin-bottom: 15px;
  font-family: "Dosis", sans-serif;
  font-size: 18px;
  color: #313131;
  font-weight: bold;
  line-height: 1;
}
#single-post .detail .detail-footer .tag-list a {
  display: inline-block;
  padding: 2px 10px;
  margin: 5px;
  border-radius: 1000px;
  border: 1px solid #52d3b4;
  text-decoration: none;
  color: #313131;
  font-size: 12px;
  transition: color 0.3s;
}
#single-post .detail .detail-footer .tag-list a:hover {
  color: #52d3b4;
}
#single-post .detail .detail-footer i {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
#single-post .detail .detail-footer i:before {
  content: "";
  margin-top: 100px;
  height: 100px;
  width: 1px;
  background: #52d3b4;
  position: absolute;
  top: 0px;
  right: 3px;
  -webkit-animation: pagetop 2s infinite;
  animation: pagetop 2s infinite;
}
@-webkit-keyframes pagetop {
  80%,
  100% {
    margin-top: -100px;
  }
}
@keyframes pagetop {
  80%,
  100% {
    margin-top: -100px;
  }
}
#single-post .conclude {
  padding: 0;
  min-height: 0;
  overflow: hidden;
}
#single-post .conclude .header-block p {
  color: #fff;
  font-size: 12px;
}
#single-post .conclude .header-block h1 {
  font-size: 20px;
  margin: 13px 0;
}
#single-post .conclude .header-block time {
  font-size: 12px;
}
#single-post .conclude .header-block ul {
  margin-top: 20px;
}
#single-post .conclude .eng-txt {
  font-family: "Dosis", sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 1;
}
#single-post .conclude .header-block ul:before,
#single-post .conclude .header-block ul:after {
  display: none;
}
#single-post .conclude .header-block ul li {
  width: 21px;
  height: 21px;
}
#single-post .conclude .upper-block {
  background: #7de0c8;
  transform: skewY(-14deg);
  margin-top: -8.5vw;
  padding: 7vw 80px 0;
  position: relative;
  z-index: 1;
  border-bottom: 10px solid #fff;
}
#single-post .conclude .upper-block .inner {
  transform: skewY(14deg);
  padding-top: 60px;
  padding-right: 40px;
  max-width: 360px;
}
#single-post .conclude .lower-block {
  display: block;
  color: #fff;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 7vw 80px 40px 35%;
  margin-top: -7vw;
  position: relative;
  z-index: 0;
  opacity: 1 !important;
  visibility: visible !important;
}
#single-post .conclude .lower-block:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #747474;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#single-post .conclude .lower-block:before {
  content: "";
  width: 200%;
  height: 100%;

  background: linear-gradient(90deg, rgba(125, 224, 200, 1) 0%, rgba(125, 224, 200, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 1.5s;
}
#single-post .conclude .lower-block.is-visible:before {
  left: -200%;
}
#single-post .conclude .lower-block .inner {
  padding-top: 60px;
  padding-left: 60px;
  position: relative;
  z-index: 1;
  max-width: 360px;
}
@media only screen and (max-width: 1024px) {
  #single-post .conclude .upper-block {
    padding: 7vw 5% 0;
  }
  #single-post .conclude .lower-block {
    padding: 7vw 5% 40px 30%;
  }
  #single-post .conclude .upper-block .inner {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #single-post .header-block p {
    font-size: 12px;
  }
  #single-post .header-block h1 {
    font-size: 20px;
  }
  #single-post .header-block time {
    font-size: 12px;
    margin: 30px 0 15px;
  }
  #single-post .intro {
    min-height: 100vh;
    padding: 0 0 40px;
  }
  #single-post .intro > figure {
    display: block;
    width: 100%;
    height: 95vh;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
  }
  #single-post .intro > figure img {
    display: none;
  }
  #single-post .intro .header-block {
    width: 90%;
    padding: 5%;
    margin: 70vh 0 0;
    background: #fff;
    position: relative;
  }
  #single-post .intro h3 {
    padding: 5% 5% 0;
    background: #fff;
    max-width: 100%;
  }
  #single-post .detail .standard-header {
    font-size: 18px;
  }
  #single-post .detail > .standard-header:not(:first-of-type) {
    margin-top: 60px;
  }
  #single-post .detail figure img {
    width: 100%;
    border-radius: 4px;
  }
  #single-post .detail figcaption {
    margin-top: 20px;
  }
  #single-post .detail .split-grid {
    flex-wrap: wrap;
  }
  #single-post .detail .split-grid figure {
    margin: 30px 0 0;
  }
  #single-post .detail .greybox h4 {
    margin-bottom: 10px;
  }
  #single-post .detail .detail-footer {
    min-height: 0;
    margin: 40px 0 20px;
    padding: 25px 0 0;
    font-size: 12px;
  }
  #single-post .detail .detail-footer i {
    display: none;
  }
  #single-post .conclude .header-block time {
    margin: 16px 0 10px;
  }
  #single-post .conclude .header-block ul {
    justify-content: center;
    margin: 0;
  }
  #single-post .conclude .eng-txt {
    margin-bottom: 20px;
  }
  #single-post .conclude .upper-block {
    transform: skewY(-7deg);
    margin-top: -10vw;
    padding: 10vw 5% 30px;
    border-bottom: 6px solid #fff;
  }
  #single-post .conclude .lower-block {
    padding: 10vw 5% 40px;
  }
  #single-post .conclude .upper-block .inner {
    transform: skewY(7deg);
    padding-right: 0;
    max-width: 100%;
  }
  #single-post .conclude .lower-block .inner {
    padding: 46px 0 0;
    max-width: 100%;
  }
}