@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : articles.css
Description : 記事
===================================================================== */
.mv_ttl::before {
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

/* =====================================================================
    category
======================================================================*/
.btn_category {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3rem 2rem;
  color: #fff;
  background: #000;
  border-bottom-left-radius: 2.4rem;
  z-index: 1;
}
.btn_category span {
  position: relative;
  padding-top: 2em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}
.btn_category span::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.3em;
  height: 1.3em;
  background: url(../images/common/icon_search.png) no-repeat center/contain;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn_category.open span::before {
  background-image: url(../images/common/icon_close.png);
}

.category {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -10rem;
  width: 100%;
  z-index: 999;
}
.category.fixed {
  position: fixed;
  margin-top: 0;
}
.category.open .category_inner {
  right: 0;
}
.category_inner {
  position: absolute;
  top: 0;
  right: -101%;
  padding: 8rem;
  width: 100%;
  background: #f5f1ea;
  outline: 0.15em solid #000;
  outline-offset: -2rem;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.category_ttl {
  position: relative;
  text-align: center;
  margin-bottom: 8rem;
  padding-bottom: 1em;
  font-size: 3.2rem;
  font-weight: 700;
}
.category_ttl::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 0.24em;
  background: url(../images/common/img_dots_sdgs_h.png) no-repeat center/auto 100%;
}
.category_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.category_list li {
  margin: 0 2rem 2rem 0;
}
.category_list li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3em 1em;
  font-weight: 700;
  line-height: 1.3;
  background-color: #fff;
  border: 0.15em solid #000;
  border-radius: 3em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.category_list li input {
  display: none;
}
.category_list li input:checked + label {
  color: #fff;
  background: #000;
}
.category_list li.all label {
  height: 100%;
  line-height: 1;
  background-color: #fff;
  border-radius: 3em;
}
.category_list li.all input:checked + label {
  color: #fff;
  background: #000;
}
.category_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
.category_btn li {
  width: 24rem;
  margin: 0 2rem;
  border-radius: 1.6rem;
}
.category_btn li button {
  display: block;
  padding: 1em;
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.category_btn_submit {
  background-color: #fa3412;
}
.category_btn_clear {
  background-color: #00599e;
}

@media screen and (min-width: 768px) {
  .btn_category {
    padding: 3rem;
  }
  .btn_category span {
    padding-top: 2em;
  }
  .category {
    margin-top: -9rem;
  }
  .category_inner {
    width: 90%;
    max-width: 800px;
    padding: 8rem 12rem;
  }
  .category_ttl {
    margin-bottom: 4rem;
    font-size: 3.2rem;
    font-size: max(2.4rem, 19px);
  }
  .category_btn {
    margin-top: 4rem;
  }
  .category_btn li {
    width: 18rem;
    min-width: 150px;
  }
  .category_btn li button {
    padding: 0.8em;
    font-size: 113%;
  }
}
/* =====================================================================
    一覧
======================================================================*/
.articles_list_wrap {
  position: relative;
  top: -10rem;
  padding-bottom: 10rem;
}
.articles_list_wrap::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 80%;
  background-color: #fff;
  border-radius: 20rem;
  z-index: -1;
}
.articles_list_wrap + .pager {
  margin-top: 0;
}

.articles_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.articles_list li {
  position: relative;
  margin: 0 calc(16 / 680 * 100%) 8rem 0;
  width: calc(330 / 680 * 100%);
}
.articles_list li.is-hidden {
  display: none;
}
.articles_list li.is-pagerhidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .articles_list li:nth-child(2n) {
    margin-right: 0;
  }
  .articles_list li:nth-child(2)::before {
    content: "";
    position: absolute;
    display: block;
    top: -13.8rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 16.8rem;
    height: 13.8rem;
    background: url(../images/common/img_shinoby1.png) no-repeat center/contain;
  }
}
.articles_list li a {
  padding-left: 2em;
}

.article_pager {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4rem;
  z-index: 2;
}
.article_pager li a {
  padding: 1em;
  font-family: "Concert One", cursive;
  font-size: 116%;
}
.article_pager li a img {
  width: 4rem;
}
.article_pager li.prev {
  margin-right: 1.5em;
}
.article_pager li.prev a {
  padding: 0;
}
.article_pager li.next {
  margin-left: 1.5em;
}
.article_pager li.next a {
  padding: 0;
}
.article_pager li.next a img {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.article_pager li.active a {
  font-size: 32px;
}

@media screen and (min-width: 768px) {
  .articles_list_wrap {
    top: -9rem;
  }
  .deco6 {
    bottom: -8rem;
    left: 0;
    margin: 0 calc(50% - 50vw);
    width: 44rem;
  }
  .deco6::after {
    bottom: 6rem;
    left: 10.6rem;
  }
  .articles_list {
    margin-left: calc(-258 / 1024 * 100%);
    width: calc(1540 / 1024 * 100%);
  }
  .articles_list li {
    margin-right: calc(45 / 1024 * 100%);
    width: 21.5584415584%;
  }
  .articles_list li:nth-child(4n) {
    margin-right: 0;
  }
  .articles_list li:nth-child(4)::before {
    content: "";
    position: absolute;
    display: block;
    top: -9.2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 11.2rem;
    height: 9.2rem;
    background: url(../images/common/img_shinoby1.png) no-repeat center/contain;
  }
  .articles_list li a {
    padding-left: 2.5em;
  }
  .article_pager li a {
    font-size: max(2.4rem, 18px);
  }
  .article_pager li a:hover {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  .article_pager li a img {
    width: 3.2rem;
    min-width: 22px;
  }
  .article_pager li.prev a:hover {
    -webkit-transform: translateX(-0.5em);
            transform: translateX(-0.5em);
  }
  .article_pager li.next a:hover {
    -webkit-transform: translateX(0.5em);
            transform: translateX(0.5em);
  }
}
/* =====================================================================
    詳細
======================================================================*/
@media screen and (max-width: 767px) {
  .articles_dec .mv_deco2 {
    display: none;
  }
}
.articles_dec .mv_ttl {
  z-index: 1;
}
.articles_dec .mv_ttl h1 {
  padding: 10rem 0 4rem;
}
.articles_dec .articles {
  padding-top: 12rem;
}

.deco7 {
  top: -20rem;
  left: 0;
  width: 27.9rem;
  z-index: 2;
}
.deco7::after {
  bottom: 6rem;
  left: 6rem;
}

.articles_wrap header {
  position: relative;
  margin-bottom: 4rem;
  padding-left: 8rem;
}
.articles_wrap header::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 3rem;
  width: 1.6rem;
  height: 100%;
  border-radius: 1em;
}
.articles_wrap header h3 {
  margin-bottom: 0.8em;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.625;
}
.articles_wrap header time {
  font-size: 2rem;
}

.articles_contents {
  position: relative;
  padding: 8rem 0 18rem;
}
.articles_contents::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-color: #fff;
  border-radius: 20rem;
}
.articles_contents > * {
  position: relative;
  z-index: 1;
}
.articles_contents > *:not(:last-child) {
  margin-bottom: 6rem;
}
.articles_contents p {
  line-height: 1.833;
}
.articles_contents h4,
.articles_contents h5 {
  position: relative;
  padding-left: 1.5em;
  font-weight: 700;
  line-height: 1.833;
}
.articles_contents h4::before,
.articles_contents h5::before {
  content: "●";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.articles_contents h4 + p,
.articles_contents h5 + p {
  margin-top: -2em;
  padding-left: 1.5em;
}
.articles_contents h5::before {
  content: "・";
}
.articles_contents .txt_link a {
  position: relative;
  display: inline-block;
  margin-right: 2em;
  padding-left: 1.2em;
  font-size: 120%;
  font-weight: 700;
}
.articles_contents .txt_link a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
  height: 0.8em;
  background: url(../images/common/icon_arrow.png) no-repeat center/contain;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.comment_yamakawa {
  position: relative;
  padding: 3rem 4rem 32rem;
  background: #f5f1ea;
  border-radius: 4rem;
  line-height: 1.625;
  overflow: hidden;
}
.comment_yamakawa::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 22.8rem;
  padding-top: 27.6rem;
  background: url(../images/articles/img_yamakawa.png) no-repeat right bottom/contain;
}
.comment_yamakawa dt,.comment_staff dt {
  margin-bottom: 3%;
  font-size: 125%;
}

.comment_staff {
  position: relative;
  padding: 3rem 4rem 3rem;
  background: #f5f1ea;
  border-radius: 4rem;
  line-height: 1.625;
  overflow: hidden;
}

.articles_movie_embed a {
  position: relative;
  border-radius: 6rem;
  overflow: hidden;
}
.articles_movie_embed a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12rem;
  height: 12rem;
  background: url(../images/common/btn_play.png) no-repeat center/contain;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2rem !important;
}
.img_list li {
  margin-bottom: 4rem;
  width: calc(320 / 680 * 100%);
}
.img_list li.wide {
  width: 100%;
}
.img_list li figure img {
  border-radius: 2.4rem;
  overflow: hidden;
}
.img_list li figure figcaption {
  margin-top: 0.3em;
  font-size: 2rem;
  line-height: 1.4;
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  .articles_dec .articles .inner {
    min-width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .articles_dec .mv_ttl h1 {
    padding: 8rem 0;
  }
  .articles_dec .articles {
    padding-top: 10rem;
  }
  .deco7 {
    display: none;
  }
  .articles_wrap {
    position: relative;
  }
  .articles_wrap header {
    margin-bottom: 8rem;
    padding-left: 5rem;
  }
  .articles_wrap header::before {
    left: 0;
  }
  .articles_wrap header h3 {
    font-size: 28px;
  }
  .articles_wrap header time {
    font-size: 16px;
  }
  .articles_contents {
    padding: 8rem 0 12rem;
    font-size: 16px;
  }
  .articles_contents p {
    line-height: 1.625;
  }
  .articles_contents p img {
    max-width: 50%;
    margin: 0 auto;
  }
  .articles_contents h4,
  .articles_contents h5 {
    line-height: 1.625;
  }
  .articles_contents h4 + p,
  .articles_contents h5 + p {
    margin-top: -10px;
  }
  .articles_contents .txt_link a {
    padding-left: 1.8em;
  }
  .articles_contents .txt_link a:hover::after {
    left: 0.5em;
  }
  .comment_yamakawa {
    min-height: 295px;
    padding: 3rem 250px 3rem 4rem;
  }
  .comment_staff {
    padding: 3rem 2em 3rem 4rem;
  }
  .comment_yamakawa::before {
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 228px;
    padding-top: 276px;
  }
  .articles_movie_embed a:hover::after {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
  .img_list {
    margin-bottom: 3rem !important;
  }
  .img_list li {
    margin-bottom: 3rem;
    width: 48.1818181818%;
  }
  .img_list li figure figcaption {
    font-size: 12px;
  }
}

/* =====================================================================
    イベント告知用追加
======================================================================*/

.biwako2023 {
  width: 100%;
  display:table;
}

.biwako2023 li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 2em;
}
.biwako2023 dl {
  padding: 1em;
}
.biwako2023 dt {
  padding-bottom: 2em;
}
/*# sourceMappingURL=articles.css.map */