@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@200;300;400&family=Barlow:wght@400;600;700&family=Noto+Sans+JP:wght@300;400;500&display=swap");
.content-wrap {
  display: flex;
  flex-wrap: wrap;
}

.content-wrap > * {
  flex-shrink: 0;
  max-width: 100%;
}

.post-detail {
  color: #202020;
  border-top: solid 0.2666666667vw #ddd;
  margin-top: 25.0666666667vw;
}
.post-detail .post {
  margin-bottom: 0;
}
.post-detail a {
  text-decoration: underline;
}
.post-detail a:hover {
  text-decoration: none;
}
.post-detail p {
  line-height: 180%;
  margin-top: 5.8666666667vw;
}
.post-detail .page-header {
  padding-top: 9.6%;
}
.post-detail .page-header .page-title {
  font-size: 12.2666666667vw;
  position: relative;
  text-align: center;
}
.post-detail .page-header .page-title::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  width: 15.4666666667vw;
  height: 0.5333333333vw;
  margin-bottom: -3.2%;
  transform: translateX(-50%);
  background-color: #e60012;
}
.post-detail h3 {
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.7222222222;
  margin-top: 10.6666666667vw;
}
.post-detail b,
.post-detail strong {
  font-weight: 500;
}
.post-detail > .container {
  width: 92%;
  margin: 0 auto;
  border-left: solid 0.2666666667vw #ddd;
  border-right: solid 0.2666666667vw #ddd;
}
.post-detail > .container .entry-header {
  padding: 8.7463556851% 5.8309037901% 6.9970845481% 3.7900874636%;
}
.post-detail > .container .entry-header .entry-title {
  font-size: 5.3333333333vw;
  line-height: 146%;
  font-weight: 400;
  position: relative;
}
.post-detail > .container .entry-header .entry-title::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 18.2965299685%;
  height: 0;
  padding-top: 0.6309148265%;
  margin-bottom: -6.9400630915%;
  background-color: #e60012;
}
.post-detail > .container .breadcrumbs {
  margin-top: 17.6vw;
}
.post-detail > .container .breadcrumbs ul {
  list-style: none;
  font-size: 0;
}
.post-detail > .container .breadcrumbs ul li {
  display: inline-block;
  font-size: 3.4666666667vw;
  position: relative;
  line-height: 140%;
}
.post-detail > .container .breadcrumbs ul li:not(:first-of-type) {
  margin-left: 1.6vw;
  padding-left: 2.6666666667vw;
}
.post-detail > .container .breadcrumbs ul li:not(:first-of-type)::before {
  content: "/";
  display: inline-block;
  position: absolute;
  font-size: 3.4666666667vw;
  top: 0;
  left: 0;
}
.post-detail > .container .breadcrumbs ul li a {
  color: #202020;
  text-decoration: none;
}
.post-detail > .container .entry-content {
  border-top: solid 0.2666666667vw #ddd;
  margin-top: 0;
  padding: 8.7463556851% 3.7900874636% 19.8250728863% 3.7900874636%;
}
.post-detail > .container .entry-content .post-thumbnail {
  margin-bottom: 8.2018927445%;
}
.post-detail > .container .entry-content .post-thumbnail + h2,
.post-detail > .container .entry-content .post-thumbnail + h3,
.post-detail > .container .entry-content .post-thumbnail + p {
  margin-top: 0;
}
.post-detail > .container .entry-content p:last-of-type {
  margin-top: 6px;
}
.post-detail > .container .entry-footer {
  padding: 0% 3.7900874636% 11.6618075802% 3.7900874636%;
  padding-bottom: 0;
  border-bottom: solid 0.2666666667vw #ddd;
  border-top: solid 0.2666666667vw #ddd;
}
.post-detail > .container .entry-footer .inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 3.7333333333vw;
  padding-bottom: 3.7333333333vw;
}
.post-detail > .container .entry-footer .inner .tags-list {
  font-size: 4vw;
}
.post-detail > .container .entry-footer .inner .tags-list a {
  color: #555;
  text-decoration: none;
}
.post-detail > .container .entry-footer .inner .tags-list .fa {
  font-size: 5.3333333333vw;
  color: #e60012;
}
.post-detail > .container .entry-footer .inner .tags-list .tags-list-item {
  margin-left: 2.6666666667vw;
}
.post-detail .la-sharing-single-posts {
  position: relative;
  cursor: pointer;
  margin-left: auto;
}
.post-detail .la-sharing-single-posts > span {
  padding-left: 5px;
  display: inline-block;
}
.post-detail .la-sharing-single-posts > span .fa-share-alt {
  color: #e60012;
  font-size: 6.9333333333vw;
}
.post-detail .la-sharing-single-posts .sns__container {
  display: flex;
  width: 120px;
  height: 30px;
  position: absolute;
  bottom: 100%;
  right: 0;
  padding-bottom: 1.0666666667vw;
  visibility: hidden;
  opacity: 0;
}
.post-detail .la-sharing-single-posts .sns__container a {
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.post-detail .la-sharing-single-posts .sns__container a.sns__twitter {
  background: #55acee;
}
.post-detail .la-sharing-single-posts .sns__container a.sns__facebook {
  background: #3b5998;
}
.post-detail .la-sharing-single-posts .sns__container a.sns__pinterest {
  background: #c32026;
}
.post-detail .la-sharing-single-posts .sns__container a.sns__google-plus {
  background: #dd4b39;
}
.post-detail .la-sharing-single-posts:hover .sns__container, .post-detail .la-sharing-single-posts:active .sns__container {
  visibility: visible;
  opacity: 1;
}

.recent-posts {
  background-color: #f6f6f6;
  width: 92%;
  margin: 0 auto;
  padding-bottom: 20.8%;
  border-top: solid 0.2666666667vw #ddd;
  border-left: solid 0.2666666667vw #ddd;
  border-right: solid 0.2666666667vw #ddd;
}
.recent-posts h2 {
  font-size: 9.0666666667vw;
  padding: 11.6618075802% 4.3731778426% 2.0408163265%;
  border-bottom: solid 0.2666666667vw #ddd;
}

ul.slick-recent-posts .slick-list {
  padding: 0 23% 0 0 !important;
}
ul.slick-recent-posts .slick-list li {
  margin: 0 3.2vw;
}
ul.slick-recent-posts .slide-dots {
  display: flex;
  position: absolute;
  list-style: none;
  width: 71.2vw;
  height: 1.0666666667vw;
  margin-top: 9.8666666667vw;
  margin-left: 10.1333333333vw;
}
ul.slick-recent-posts .slide-dots li {
  width: 25%;
  height: 100%;
  overflow: visible;
  background-color: transparent;
}
ul.slick-recent-posts .slide-dots li button {
  text-indent: -9999px;
  border: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #fff;
}
ul.slick-recent-posts .slide-dots li.slick-active button {
  background-color: #e60012;
}
ul.recent-list {
  list-style: none;
  margin: 8.115942029% 0 0 4.347826087%;
  margin-left: 0;
  padding: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: 2.6666666667vw;
}
ul.recent-list li {
  width: 74.3902439024%;
  width: 65.0666666667vw;
  height: 93.3333333333vw;
  background-color: #fff;
  border-radius: 1.5243902439%;
  position: relative;
  overflow: hidden;
}
ul.recent-list li figure {
  padding: 4vw;
}
ul.recent-list li .txt-wrap {
  margin-top: 0;
}
ul.recent-list li .txt-wrap .date {
  font-size: 4.8vw;
  font-weight: 400;
  margin-top: 0;
  margin-left: 5.737704918%;
}
ul.recent-list li .txt-wrap p.txt {
  font-size: 4vw;
  margin: 1.2295081967% 5.737704918% 0 5.737704918%;
}
ul.recent-list li .txt-wrap .link-txt {
  position: absolute;
  bottom: 0;
  margin-bottom: 5.3278688525%;
  margin-left: 40.5737704918%;
}

.link-back {
  width: 92%;
  margin: 0 auto;
  padding-top: 13.8666666667%;
  padding-bottom: 13.8666666667%;
  background-color: #f6f6f6;
  border-top: solid 0.2666666667vw #ddd;
  border-left: solid 0.2666666667vw #ddd;
  border-right: solid 0.2666666667vw #ddd;
}
.link-back .link-btn {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .page-wrapper {
    border-top: 0.0694444444vw solid #ddd;
    margin-top: 8.8194444444vw;
  }
  .content-wrap {
    width: 81.9444444444vw;
    border-top: none;
    border-left: 0.0694444444vw solid #ddd;
    border-right: 0.0694444444vw solid #ddd;
    margin: 0 auto;
  }
  .post-detail {
    width: 55.1388888889vw;
    border-top: none;
    margin-top: 2.2222222222vw;
  }
  .post-detail p {
    font-size: 1.1111111111vw;
    margin-top: 2.0138888889vw;
    letter-spacing: 0.05vw;
  }
  .post-detail h3 {
    font-size: 1.3888888889vw;
    line-height: 1.55;
    margin-top: 4.4444444444vw;
  }
  .post-detail .container {
    width: 100%;
    border-left: none;
    border-right: none;
  }
  .post-detail .container .entry-header {
    padding-top: 0;
    padding: 0 3.5087719298% 1.5037593985%;
  }
  .post-detail .container .entry-header .entry-title {
    font-size: 1.8055555556vw;
    line-height: 144%;
  }
  .post-detail .container .entry-header .entry-title::after {
    width: 5.5555555556vw;
    padding-top: 0.1388888889vw;
    margin-bottom: -1.8055555556vw;
    background-color: #e60012;
  }
  .post-detail .container .breadcrumbs {
    margin-top: 6.25vw;
  }
  .post-detail .container .breadcrumbs ul {
    list-style: none;
  }
  .post-detail .container .breadcrumbs ul li {
    font-size: 0.9027777778vw;
    line-height: 2.3846153846;
  }
  .post-detail .container .breadcrumbs ul li:not(:first-of-type) {
    margin-left: 0.4166666667vw;
    padding-left: 0.6944444444vw;
  }
  .post-detail .container .breadcrumbs ul li:not(:first-of-type)::before {
    font-size: 0.9027777778vw;
  }
  .post-detail .container .entry-content {
    border-top-width: 0.0694444444vw;
    padding: 3.5264483627% 3.7783375315% 10.8312342569%;
  }
  .post-detail .container .entry-content .post-thumbnail {
    margin-bottom: 4.0871934605%;
  }
  .post-detail .container .entry-content .post-thumbnail + h2,
.post-detail .container .entry-content .post-thumbnail + h3,
.post-detail .container .entry-content .post-thumbnail + p {
    margin-top: 0;
  }
  .post-detail .container .entry-footer {
    padding: 0% 1.637279597% 5.0377833753% 1.637279597%;
    padding-bottom: 0;
    border-bottom: none;
    border-top-width: 0.0694444444vw;
  }
  .post-detail .container .entry-footer .inner {
    padding-top: 0.9722222222vw;
    padding-bottom: 0.9722222222vw;
  }
  .post-detail .container .entry-footer .inner .tags-list {
    font-size: 1.0416666667vw;
    margin-top: 0.2083333333vw;
    margin-left: 1.1111111111vw;
  }
  .post-detail .container .entry-footer .inner .tags-list .fa {
    font-size: 1.3888888889vw;
  }
  .post-detail .container .entry-footer .inner .tags-list .tags-list-item {
    margin-left: 1.6666666667vw;
  }
  .post-detail .la-sharing-single-posts {
    margin-right: 1.3888888889vw;
  }
  .post-detail .la-sharing-single-posts > span {
    padding-left: 0.3472222222vw;
  }
  .post-detail .la-sharing-single-posts > span .fa-share-alt {
    font-size: 1.8055555556vw;
  }
  .post-detail .la-sharing-single-posts .sns__container {
    width: 8.3333333333vw;
    height: 2.0833333333vw;
    padding-bottom: 0.2777777778vw;
  }
  .recent-posts {
    width: 100%;
    padding-bottom: 9.337860781%;
    border-top-width: 0.0694444444vw;
    border-left: none;
    border-right: none;
  }
  .recent-posts h2 {
    font-size: 2.5vw;
    padding: 6.1120543294% 2.376910017% 1.103565365%;
    letter-spacing: 0;
    border-bottom-width: 0.0694444444vw;
  }
  ul.slick-recent-posts .slick-list {
    padding: 0 !important;
  }
  ul.slick-recent-posts .slick-list li {
    margin: 0 1.1111111111vw;
  }
  ul.slick-recent-posts .slide-dots {
    width: 18.5416666667vw;
    height: 0.2777777778vw;
    margin-top: 4.0277777778vw;
    margin-left: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  ul.slick-recent-posts .slide-dots li {
    width: 25%;
    height: 100%;
    overflow: visible;
  }
  ul.slick-recent-posts .slide-dots li button {
    width: 100%;
    height: 100%;
  }
  ul.recent-list {
    margin: 2.5466893039% auto 0;
    width: 95.0764006791%;
    padding-left: 0;
  }
  ul.recent-list li {
    width: 24.3055555556vw;
    height: 31.9444444444vw;
    background-color: #fff;
    border-radius: 0.3472222222vw;
    position: relative;
    overflow: hidden;
  }
  ul.recent-list li figure {
    padding: 1.0416666667vw;
  }
  ul.recent-list li .txt-wrap .date {
    font-size: 1.25vw;
    margin-top: 1.7142857143%;
    margin-left: 4%;
  }
  ul.recent-list li .txt-wrap p.txt {
    font-size: 1.1111111111vw;
    margin: 4% 4% 0 4%;
  }
  ul.recent-list li .txt-wrap .link-txt {
    margin-bottom: 5.1428571429%;
    margin-left: 57.7142857143%;
  }
  .link-back {
    width: 100%;
    padding-top: 6.8644067797%;
    padding-bottom: 6.0169491525%;
    border-top-width: 0.0694444444vw;
    border-left: none;
    border-right: none;
  }
}
/*# sourceMappingURL=single.css.map */