@charset "UTF-8";

/*---------------------------------------------
TOPICS一覧ページ
---------------------------------------------*/
.topic_otherlist > ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.topic_otherlist > ul > li + li {
  margin-left: 20px;
}
.topic_otherlist > ul > li:nth-child(3n+1) {
  margin-left: 0;
}
.topic_otherlist > ul > li {
  width: calc(33.33% - 14px);
  margin-bottom: 50px;
}
.topic_otherlist > ul > li img {
  width: 100%;
}
.topic_img {
  margin-bottom: 10px;
}
.topic_date {
  display: block;
  margin-bottom: 5px;
  color: #ff3971;
}
.topic_ttl > a {
  color: #223;
}
.topic_ttl > a:hover {
  opacity: .7;
}

@media only screen and (max-width: 767px) {
.topic_otherlist > ul > li {
  width: calc(50% - 5px);
  margin-bottom: 25px;
}
.topic_otherlist:last-child > ul > li {
  margin-bottom: 25px;
}
.topic_otherlist > ul > li + li {
  margin-left: 10px;
}
.topic_otherlist > ul > li + li:nth-child(odd) {
  margin-left: 0;
}
.topic_otherlist > ul > li:nth-child(3n+1) {
  margin-left: auto;
}
.topic_otherlist:last-child > ul > li:last-child {
  margin-bottom: 0;
}
.topic_ttl {
  font-size: 12px;
  font-size: 1.2rem;
}
.topic_img {
  margin-bottom: 0;
}
.topic_date {
  margin-bottom: 0;
}
}

/*---------------------------------------------
MVエリア
---------------------------------------------*/
.hd_area {
  width: 60%;
  max-width: 720px;
  margin-top: 30px;
}
.hd_date {
  color: #ff3971;
  font-size: 16px;
  font-size: 1.6rem;
}
.hd_head {
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 20px;
}
.mv_img {
  margin-top: -5px;
  margin-bottom: 20px;
}
.mv_img img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
.hd_area {
  margin-top: 15px;
}
}


/*---------------------------------------------
コンテンツエリア
---------------------------------------------*/
/* レイアウト */
.content_area {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.content_main {
  width: 60%;
  max-width: 720px;
}
.content_side {
  width: 33%;
  max-width: 400px;
}
.content_side img {
  width: 100%;
}
article > section + section {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
.content_area {
  display: block;
}
.hd_area,
.content_main,
.content_side {
  width: 100%;
  max-width: none;
}
.content_main {
  margin-bottom: 25px;
}
.content_side {
  margin-top: 50px;
}
article > section + section {
  margin-top: 25px;
}
}

/* ベース */
.content_area p {
  margin-bottom: 20px;
}
.content_area p img {
  width: 100%;
}
.content_area ul {
  margin-bottom: 20px;
}

/* 画像エリア */
.image_area {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
.image_area {
  margin-top: 20px;
}
}

/* 明朝エリア */
.sec-mincho {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.sec-mincho_ttl {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.sec-mincho_txt {
  padding: 20px;
  background: #f9f4f4;
  border-radius: 5px;
}
.sec-mincho_txt p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
.sec-mincho_ttl {
  margin-bottom: 10px;
}
}

/* 詳細エリア */
.sec-detail {
  border: 1px solid #223;
  padding: 15px;
}
.sec-detail_ttl {
  margin-bottom: 20px;
  margin-top: 40px;
  padding-bottom: 3px;
  border-bottom: 1px solid #223;
  display: inline-block;
}
.sec-detail_ttl:first-child {
  margin-top: 0;
}
.sec-detail_cont {
  font-size: 14px;
  font-size: 1.4rem;
}
.sec-detail_cont dt {
  font-weight: bold;
}
.sec-detail_cont dd {
  padding-left: 1em;
}
.sec-detail_cont dd + dt {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
.sec-detail_ttl {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.sec-detail_cont p {
  margin-bottom: 15px;
}
}

/* サイドエリア */
.content_side_hd {
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
  color: #666;
  margin-top: -47px;
}
.photo_desc {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
.content_side {
  margin: 50px -15px 0;
  background: #f9f4f4;
  padding: 30px 15px 15px;
}
.content_side_hd {
  margin-top: 0;
}
.photo_desc {
  font-size: 13px;
  font-size: 1.3rem;
}
}

/* ページネーション */
.pagination {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px dashed #223;
}
.pagination ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.pagination > ul > li > a {
  color: #223;
  position: relative;
}
.pagination > ul > li > a:hover {
  opacity: .7;
}
.pagination_prev > a {
  padding-left: 1em;
}
.pagination_next > a {
  padding-right: 1em;
}
.pagination_prev > a::before {
  position: absolute;
  top: .2em;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: 0;
  margin-bottom: auto;
  content: '';
  border: 5px solid transparent;
  border-right-color: #223;
}
.pagination_next > a::after {
  position: absolute;
  top: .2em;
  bottom: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: 0;
  margin-bottom: auto;
  content: '';
  border: 5px solid transparent;
  border-left-color: #223;
}
.pagination > ul > li > a > i {
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
.pagination {
  margin-top: 30px;
}
}

/*---------------------------------------------
フッターエリア
---------------------------------------------*/
/* フッターを最下部に固定 */
#topicsList .wrap {
  min-height: 100vh;
  position: relative;
  padding-bottom: 230px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#topicsList footer {
  width: 100%;
  position: absolute;
  bottom: 0;
}

@media only screen and (max-width: 1200px) {
#topicsList .wrap {
  padding-bottom: 150px;
}
}

/* コピーライト */
@media only screen and (max-width: 767px) {
#topics .copyright {
  padding-top: 30px;
  background: #f9f4f4;
}
#topicsList .copyright {
  padding-top: 30px;
}
}
