@charset "UTF-8";
/*================================================
このCSSファイルはSassから生成されています。
編集しないようにご注意ください。
================================================*/
/*================================================
統合一覧ページ（/contents/）専用
色は _setting.scss の変数を使う。変数に無い無彩色のみ直値。
カード／ページャ／検索窓のつくりは KADODE ブログ一覧
（kadode-salon/htdocs/common/css/blog_common.css）を流用し、
色だけ神社結婚式.jp の既存値に差し替えている。
================================================*/
.lib-pickup[hidden],
.lib-chips[hidden],
.lib-more[hidden],
.lib-no-result[hidden] {
  display: none;
}

.cont_wrap {
  margin-left: 5%;
  margin-right: 5%;
}

.main_title {
  color: #ae2424;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  padding-top: 26px;
}

.sub_titile {
  font-family: "Noto Serif JP", serif;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}

.lib-lead {
  color: #333;
  font-size: 14px;
  line-height: 1.9;
  text-align: center;
  padding-top: 24px;
}

.lib-pickup {
  padding-top: 48px;
}

.lib-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 18px;
  color: #333;
  text-align: center;
  padding-bottom: 24px;
  position: relative;
}
.lib-heading::after {
  content: "";
  display: block;
  width: 40px;
  height: 0;
  border-top: solid 1px #ae2424;
  margin: 12px auto 0;
}

.lib-filter {
  padding-top: 48px;
}

.lib-media__hint {
  display: none;
  font-family: sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #333;
  position: relative;
  padding-right: 36px;
  margin: 0 0 6px;
}
.lib-media__hint.is-visible {
  display: inline-block;
}
.lib-media__hint::after {
  position: absolute;
  content: "";
  background: url(../img/allow_contact@2x.svg) center no-repeat;
  background-size: contain;
  width: 30px;
  height: 100%;
  right: 0;
  animation-name: bounce;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

@keyframes bounce {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(0);
  }
}
.lib-media {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 6px;
}

.lib-media__btn {
  flex: 0 0 auto;
  font-family: sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #333;
  background-color: #fff;
  border: solid 1px #ddd;
  box-sizing: border-box;
  padding: 9px 18px;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}
.lib-media__btn.is-active {
  background-color: #ae2424;
  border-color: #ae2424;
  color: #fff;
}
.lib-media__btn.is-active .lib-media__count {
  color: #fff;
}

.lib-media__count {
  font-size: 11px;
  padding-left: 6px;
  color: #666;
}

.lib-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
  font-family: sans-serif;
  margin: 0;
  padding-top: 28px;
}
.lib-tags dt {
  flex: 0 0 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 15px;
  color: #333;
  padding-bottom: 2px;
}
.lib-tags dd {
  margin: 0;
}

.lib-tag-btn {
  font-family: sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #333;
  background-color: #f5f5f5;
  border: solid 1px #f5f5f5;
  box-sizing: border-box;
  padding: 7px 13px;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}
.lib-tag-btn.is-active {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.lib-search {
  padding-top: 24px;
}
.lib-search input {
  box-sizing: border-box;
  width: 100%;
  font-family: sans-serif;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 2px;
  padding: 12px 16px;
}
.lib-search input:focus {
  outline: none;
  border-color: #ae2424;
}
.lib-search input::-moz-placeholder {
  color: #999;
}
.lib-search input::placeholder {
  color: #999;
}

.lib-chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-family: sans-serif;
  padding-top: 20px;
}

.lib-chips__label {
  font-size: 12px;
  color: #666;
}

.lib-chips__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lib-chip {
  display: inline-flex;
  align-items: center;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #333;
  background-color: #fdfaf5;
  border: solid 1px #ddd;
  box-sizing: border-box;
  padding: 6px 10px;
  cursor: pointer;
}

.lib-chip__x {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 8px;
}
.lib-chip__x::before, .lib-chip__x::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 9px;
  height: 0;
  border-top: solid 1px #666;
}
.lib-chip__x::before {
  transform: rotate(45deg);
}
.lib-chip__x::after {
  transform: rotate(-45deg);
}

.lib-chip__hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.lib-chips__clear {
  font-family: sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #333;
  background-color: #fff;
  border: solid 1px #BCAA88;
  box-sizing: border-box;
  padding: 6px 14px;
  cursor: pointer;
}

.lib-count {
  font-family: sans-serif;
  font-size: 12px;
  color: #666;
  text-align: right;
  padding-top: 28px;
}

.lib-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 16px 0 0;
}

.lib-card {
  position: relative;
}
.lib-card .card-link {
  display: block;
  color: #333;
  text-decoration: none;
}
.lib-card .card-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

.lib-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  border-bottom: solid 1px #ae2424;
  padding-bottom: 14px;
}

.lib-card__thumb {
  position: relative;
  margin: 0;
  padding-top: 56.25%;
  overflow: hidden;
  background-color: #f5f5f5;
}
.lib-card__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lib-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.25);
}
.lib-card__play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #fff;
}

.lib-card__media {
  display: flex;
  align-items: center;
  font-family: sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #666;
  padding-top: 14px;
}
.lib-card__media::before {
  content: "";
  display: block;
  box-sizing: border-box;
  margin-right: 7px;
}

.lib-card__media--column::before {
  width: 10px;
  height: 5px;
  border-top: solid 1px #ae2424;
  border-bottom: solid 1px #ae2424;
}

.lib-card__media--channel::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #ae2424;
}

.lib-card__media--blog::before {
  width: 8px;
  height: 8px;
  border: solid 1px #ae2424;
  border-radius: 50%;
}

.lib-card__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #ae2424;
  padding-top: 8px;
}

.lib-card__excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: sans-serif;
  font-size: 13px;
  line-height: 1.7;
  color: #333;
  padding-top: 10px;
}

.lib-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 14px;
}

.lib-card__author {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  font-family: sans-serif;
  font-size: 12px;
  color: #666;
}
.lib-card__author img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 6px;
}

.lib-card__date {
  font-family: sans-serif;
  font-size: 12px;
  color: #666;
}

.lib-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
}

.lib-card__tag {
  position: relative;
  z-index: 1;
  font-family: sans-serif;
  font-size: 11px;
  line-height: 1.4;
  color: #666;
  background-color: #f6f6f6;
  border: none;
  box-sizing: border-box;
  padding: 4px 9px;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.lib-card__tag:hover {
  background-color: #eee;
  color: #333;
}

.lib-no-result {
  font-family: sans-serif;
  font-size: 14px;
  color: #666;
  text-align: center;
  padding: 48px 0;
}

.lib-more_wrap {
  text-align: center;
  padding-top: 32px;
}

.lib-more {
  font-family: sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  min-width: 200px;
  padding: 11px 24px;
  border: solid 1px #BCAA88;
  cursor: pointer;
  transition: background-color 0.2s;
}
.lib-more:hover {
  background-color: #fdfaf5;
}

.lib-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding-top: 36px;
}
.lib-pager:empty {
  display: none;
}
.lib-pager button {
  border: none;
  background: none;
  min-width: 28px;
  height: 36px;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 16px;
  color: #333;
}
.lib-pager button.active {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ae2424;
  color: #fff;
}
.lib-pager button:disabled {
  opacity: 0.3;
  cursor: default;
}
.lib-pager .ellipsis {
  color: #999;
}

.lib-cta {
  padding-top: 56px;
}
.lib-cta .btn_list_link {
  padding: 10px 0;
  font-weight: bold;
}

.lib-grid--pickup {
  padding-top: 0;
}
.lib-grid--pickup .lib-card__thumb {
  float: left;
  width: 40%;
  margin-right: 16px;
  padding-top: 0;
  aspect-ratio: 16/9;
}
.lib-grid--pickup .lib-card__media {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .cont_wrap {
    width: 90%;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
  .lib-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 18px;
  }
  .lib-cta {
    display: flex;
    justify-content: center;
    gap: 88px;
  }
  .lib-cta .btn_list_link {
    margin-left: 0;
    margin-right: 0;
  }
  .lib-grid--pickup {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 18px;
  }
}
@media screen and (min-width: 1024px) {
  .main_title {
    font-size: 31px;
    padding-top: 66px;
  }
  .sub_titile {
    font-size: 21px;
    padding-top: 20px;
  }
  .lib-lead {
    font-size: 15px;
  }
  .lib-heading {
    font-size: 21px;
  }
  .lib-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 44px 18px;
  }
  .lib-card__title {
    font-size: 17px;
  }
  .lib-card__excerpt {
    font-size: 14px;
  }
  .lib-grid--pickup {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 24px;
  }
  .lib-grid--pickup .lib-card__title {
    font-size: 16px;
  }
  .lib-grid--pickup .lib-card__excerpt {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .lib-lead {
    text-align: left;
  }
  .lib-filter {
    padding-top: 32px;
  }
  .lib-media__btn {
    padding: 4px 18px;
  }
  .lib-tags {
    gap: 8px 6px;
    padding-top: 18px;
  }
  .lib-tag-btn {
    padding: 5px 11px;
  }
  .lib-card__meta {
    gap: 8px 10px;
  }
  .lib-card__tags {
    margin-left: 0;
    flex: 0 1 auto;
  }
}
/*# sourceMappingURL=../css/library.css.map */
