@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright © J-SURE

HTML CSS Selectors topics

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
一覧
--------------------------------------------------------------------------------- */
.list {
  margin-bottom: 150px;
}
.category-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 98px;
  font-family: 'Mukta', sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  transition-delay: 2200ms;
}
.category-nav__ttl {
  padding: 0 42px 0 30px;
  background: url("../img/gallery/icon_category.svg") no-repeat left 1px;
}
.category-nav a {
  padding: 0 13px;
  margin: 0 25px;
  position: relative;
}

.topics-list {
  display: flex;
  flex-wrap: wrap;
  width: 1236px;
  margin: 0 auto 70px;
}
.topics-list li {
  width: 275px;
  margin: 0 17px 46px;
}
.topics-list a {
  display: block;
  line-height: 1;
}
.topics-list .img-box-in {
  width: 275px;
  height: 275px;
}
.topics-list__ttl {
  padding: 16px 0 10px;
  font-size: 16px;
  line-height: 1.5;
}
.topics-list__category {
  display: inline-block;
  padding: 7px 10px 5px;
  background-color: #acacac;
  font-family: 'Mukta', sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
.topics-list li:nth-of-type(4n+2) .img-box-in::before {
  transition-delay: .5s
}
.topics-list li:nth-of-type(4n+3) .img-box-in::before {
  transition-delay: .7s
}
.topics-list li:nth-of-type(4n) .img-box-in::before {
  transition-delay: .9s
}


/*---------------------------------------------------------------------------------
詳細
--------------------------------------------------------------------------------- */
.detail {
  width: 1000px;
  margin: 0 auto 115px;
}

.detail-header {
  width: 900px;
  margin: 0 auto 80px;
  transition-delay:2000ms;
}
.detail-header__category {
  box-sizing: border-box;
  display: inline-block;
  height: 24px;
  padding: 5px 12px 0;
  background-color: #acacac;
  margin-bottom: 32px;
  font-family: 'Mukta', sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
.detail-header__ttl {
  padding-bottom: 25px;
}
.detail-header__txt {}

.post-mv {
  width: 500px;
  padding-bottom: 80px;
  margin: 0 auto 100px;
  position: relative;
  z-index: 2;
}
.post-mv::before {
  width: 0;
  height: calc(100% - 148px);
  background-color: #f4f4f4;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  z-index: -1;
  transition : all 500ms 1200ms ease-out;
  content:"";
}
.effect-on.post-mv::before {
  width: 100vw;
}

.post-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 1000px;
}
.post-wrap h3 {
  font-size: 22px;
  line-height: 1.8;
}
.post-wrap > p {
  width: 80%;
  padding-bottom: 1.5em;
  margin: 0 auto;
}
.justifyleft {
	width: 460px;
  padding-bottom: 72px;
}
.justifyright {
	width: 440px;
  padding-bottom: 72px;
}

.post-block {
  padding-bottom: 65px;
}
.post-block h3 {
  padding: 18px 20px 17px 50px;
  background-color: #f4f4f4;
  font-size: 22px;
  line-height: 1.8;
  font-weight: 700;
  position: relative;
}
.post-block h3::before {
  width: 5px;
  height: calc(100% - 32px);
  background-color: #00987f;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  content:"";
}
.post-block-inner {
  width: 575px;
  padding-top: 75px;
  margin: 0 auto;
}
.post-block-inner p {
  margin-bottom: 1.5em;
}







