@charset "UTF-8";
/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ BASE
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*====================================================================================
エリア
====================================================================================*/
html {
  font-size: 62.5%;
}

html, body {
  overflow-x: hidden;
  position: relative;
}

html:root {
  background-color: #f9f9f9;
}

html[data-html="topPage"]:root {
  background-color: #fff;
}

body {
  min-height: 100vh;
}

/*====================================================================================
テキスト
====================================================================================*/
/*------------------------------------------
基本
------------------------------------------*/
h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, dt, dd, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure {
  color: #333;
  font-family: "游ゴシック体", "YuGothic", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 300;
  letter-spacing: 0;
  list-style-type: none;
  word-wrap: break-word;
}

@media screen and (max-width: 750px) {
  .ad .pc, .ad.pc {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .ad .sp, .ad.sp {
    display: none;
  }
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ ヘッダー
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
#header {
  padding: 10px 0;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

#site-logo {
  width: 125px;
  margin-left: auto;
  margin-right: auto;
}

#site-logo img {
  width: 100%;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ コンテンツ
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
#contents {
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ トップページ
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*====================================================================================
コンテンツ
====================================================================================*/
html[data-html="topPage"] #contents {
  max-width: 1015px;
  margin-top: 50px;
}

@media screen and (max-width: 750px) {
  html[data-html="topPage"] #contents {
    margin-top: 30px;
  }
}

/*====================================================================================
ページタイトル
====================================================================================*/
#page-title {
  font-weight: 600;
  font-size: 2.4rem;
}

@media screen and (max-width: 750px) {
  #page-title {
    font-size: 1.8rem;
  }
}

/*====================================================================================
画像リスト
====================================================================================*/
.image-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.image-list__item {
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.image-list__item a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.image-list__thumb {
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}

.image-list__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.image-list__content {
  padding: 10px 0 10px 15px;
  width: 100%;
  background: -webkit-linear-gradient(left, black, rgba(0, 0, 0, 0.3));
  background: linear-gradient(to right, black, rgba(0, 0, 0, 0.3));
  position: absolute;
  left: 0;
  bottom: 0;
}

.image-list__content * {
  color: #fff;
  line-height: 1em;
}

.image-list__title {
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.image-list__day {
  font-size: 1.2rem;
}

.image-list__item.sp {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 3;
}

.image-list__item.ad {
  -ms-grid-column: 3;
      grid-column-start: 3;
  grid-column-end: 5;
  -ms-grid-row: 2;
      grid-row-start: 2;
  grid-row-end: 3;
}

.image-list__item.ad img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .image-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
  .image-list__content {
    padding: 10px 0 0;
    position: static;
    background: none;
  }
  .image-list__content * {
    color: #333;
  }
  .image-list__item.ad {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-row: auto;
        grid-row-start: auto;
    grid-row-end: auto;
  }
  .image-list__item.ad img {
    width: 100%;
  }
}

.image-list__item:hover {
  -webkit-transition: .25s;
  transition: .25s;
  opacity: .75;
  -webkit-filter: contrast(175%) brightness(90%);
          filter: contrast(175%) brightness(90%);
}

/*====================================================================================
もっと見る01
====================================================================================*/
.more-btn--type01 {
  width: 300px;
  background-color: #2E5EB2;
  border: 1px solid #eee;
  margin: 30px auto 20px;
}

.more-btn--type01 > * {
  color: #fff;
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1em;
  padding: 10px 0;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ リストページ
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
html[data-html="detailPage"] #contents {
  max-width: 1050px;
  margin: 40px auto 60px;
}

html[data-html="detailPage"] #contents > * {
  vertical-align: top;
  font-size: 0;
}

html[data-html="detailPage"] #contents #main {
  display: inline-block;
  width: calc(100% - 341px);
  padding-right: 15px;
}

html[data-html="detailPage"] #contents #sub {
  display: inline-block;
  width: 336px;
}

@media screen and (max-width: 750px) {
  html[data-html="detailPage"] #contents {
    margin-top: 0;
    padding: 0;
    display: block;
  }
  html[data-html="detailPage"] #contents > * {
    display: block;
  }
  html[data-html="detailPage"] #contents #main {
    width: 100%;
    display: block;
    padding-right: 0;
  }
  html[data-html="detailPage"] #contents #sub {
    width: 100%;
    padding: 0 10px;
    margin-top: 30px;
  }
}

/*====================================================================================
カード
====================================================================================*/
.card {
  background-color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}

.card + .card {
  margin-top: 15px;
}

.card .card-inner {
  padding: 10px;
}

/*------------------------------------------
コメント
------------------------------------------*/
.card.comment {
  padding: 0 20px;
}

.card.comment .comment__title {
  color: #1f59ba;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.card.comment .content * {
  font-size: 1.4rem;
  font-weight: 600;
}

.card.comment .content *:not(:last-child) {
  margin-bottom: 1em;
}

.card.comment .time {
  color: #999999;
  text-align: right;
  padding: 10px 0;
}

/*------------------------------------------
投稿
------------------------------------------*/
.card.post a {
  color: #225cbb;
}

.card.post .card-top {
  width: 100%;
  padding: 10px;
  display: table;
  table-layout: fixed;
}

.card.post .card-top > * {
  display: table-cell;
  vertical-align: middle;
}

.card.post .user-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-color: #eee;
  margin-right: 5px;
  border-radius: 4px;
  overflow-y: hidden;
  position: relative;
}

.card.post .user-icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.card.post .time {
  color: #999999;
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-align: right;
}

.card.post .photo {
  padding-top: 100%;
  position: relative;
  background-color: #eee;
}

.card.post .photo img,
.card.post .photo video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.card.post .photo.movie > *:has(video:not([data-playing="1"])):after {
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  background-image: url("//smtgvs.weathernews.jp/s/curation/img/icon_play.png");
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.card.post .hidden-box {
  margin-bottom: 30px;
}

.card.post .hidden-box > *:not(:last-child) {
  margin-bottom: 20px;
}

.card.post .info-list {
  padding: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  .card.post .info-list {
    display: block;
  }
}

.card.post .info-list__item {
  width: 50%;
  display: table;
  table-layout: fixed;
}

@media screen and (max-width: 750px) {
  .card.post .info-list__item {
    width: 100%;
  }
}

.card.post .info-list__item:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.card.post .info-list__item > * {
  display: table-cell;
  padding: 5px 10px;
}

.card.post .info-list__item dt {
  width: 7em;
  text-align: center;
  background-color: #eee;
}

.card.post .info-list__item dd {
  font-size: 1.4rem;
  background-color: #F9F9F9;
}

.card.post .card-bottom {
  padding: 10px;
}

.card.post .card-bottom > .comment {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.card.post .card-button {
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.card.post .card-button > * {
  display: inline-block;
}

.card.post .card-button > *:not(:last-child) {
  margin-right: 20px;
}

.card.post .card-button .icon {
  height: 30px;
}

.card.post .card-button .icon img {
  height: 100%;
}

/*====================================================================================
サイド
====================================================================================*/
#main .ad {
  text-align: center;
  margin: 50px auto;
}

#main .ad .sp img {
  max-width: 375px;
}

#sub > *:not(:last-child) {
  margin-bottom: 20px;
}

#sub .ad {
  text-align: center;
}

#sub .ad img {
  max-width: 375px;
}

/*------------------------------------------
サイドメニュー・投稿リスト
------------------------------------------*/
.post-list {
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}

.post-list__title {
  padding: 10px;
  font-weight: 600;
  font-size: 1.6rem;
  border-bottom: 1px solid #ccc;
}

.post-list .inner {
  padding: 10px;
}

.post-list__item {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.post-list__item:not(:last-child) {
  margin-bottom: 10px;
}

.post-list__item * {
  color: #2E5EB2;
  font-size: 1.4rem;
  font-weight: 600;
}

.post-list__thumb {
  overflow: hidden;
  position: relative;
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.post-list__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.post-list .more-btn--type02 {
  margin-left: auto;
  margin-right: 10px;
}

/*------------------------------------------
もっと見る02
------------------------------------------*/
.more-btn--type02 {
  width: 160px;
  color: #2E5EB2;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 100px;
  margin: 30px auto 20px;
}

.more-btn--type02 > * {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1em;
  padding: 10px 0;
}

/*------------------------------------------
もっと見る03
------------------------------------------*/
.more-btn--type03 {
  width: 100px;
  background-color: #fff;
  border: 1px solid #2E5EB2;
  border-radius: 4px;
  margin-left: auto;
  margin-right: 10px;
}

.more-btn--type03 > * {
  display: block;
  color: #2E5EB2;
  text-align: center;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1em;
  padding: 8px 0;
}

/*====================================================================================
ad
====================================================================================*/
.ad {
  width: 100%;
}

.ad img {
  width: 100%;
}
