@charset "UTF-8";
#Journal {
  max-width: 1360px;
}

#Journal .c-ttl {
  display: block;
}

#Journal > article > h2 {
  display: none;
}

#JournalList .journal-cont,
#Journal .journal-cont {
  margin-bottom: 0;
}

.column-archive {
  padding: 90px 0 80px;
}
@media only screen and (max-width: 768px) {
  .column-archive {
    padding: 50px 0 60px;
  }
}
.column-archive .c-ttl {
  line-height: 1.4 !important;
  font-size: 44px !important;
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 768px) {
  .column-archive .c-ttl {
    font-size: 24px !important;
    margin-bottom: 25px !important;
  }
}
.column-archive__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .column-archive__cat {
    gap: 5px;
  }
}
.column-archive__cat li {
  width: calc(25% - 15px);
}
@media only screen and (max-width: 768px) {
  .column-archive__cat li {
    width: calc(50% - 2.5px);
  }
}
.column-archive__cat li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-base);
  width: 100%;
  border-radius: 9999px;
  background: #fff;
  font-size: 16px;
  height: 60px;
}
@media only screen and (max-width: 768px) {
  .column-archive__cat li a {
    font-size: 13px;
    height: 40px;
  }
}
.column-archive__cat li a.current {
  background: var(--color-primary);
  color: #fff;
}
.column-archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 55px;
}
@media only screen and (max-width: 768px) {
  .column-archive__list {
    margin-top: 25px;
  }
}
.column-archive__item {
  width: calc(25% - 15px);
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  overflow: hidden;
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .column-archive__item {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 768px) {
  .column-archive__item {
    width: 100%;
    border-radius: 10px;
  }
}
.column-archive__item .img {
  position: relative;
  padding-top: 74%;
}
.column-archive__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.column-archive__item .in {
  padding: 15px 18px 28px;
}
@media only screen and (max-width: 768px) {
  .column-archive__item .in {
    padding: 20px 18px 25px;
  }
}
.column-archive__item .date {
  font-size: 16px;
  color: #cfc4bc;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .column-archive__item .date {
    font-size: 15px;
  }
}
.column-archive__item .ttl {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  border-bottom: 1px solid #695546;
  padding-bottom: 13px;
  margin-bottom: 15px;
}
.column-archive__item .txt {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .column-archive__item .txt {
    font-size: 15px;
  }
}

#itemList_wrap #pager-bm {
  border-top: none;
  padding: 0;
  margin: 55px 0 60px;
}
@media only screen and (max-width: 768px) {
  #itemList_wrap #pager-bm {
    margin: 37px 0 50px;
  }
}
#itemList_wrap #pager-bm .quantity {
  display: none;
}
#itemList_wrap #pager-bm .pagerlist {
  float: none !important;
}
#itemList_wrap #pager-bm .pagerlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#itemList_wrap #pager-bm ul li {
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  margin: 0 5px;
}
@media only screen and (max-width: 768px) {
  #itemList_wrap #pager-bm ul li {
    font-size: 16px;
    margin: 0 4px;
  }
}
#itemList_wrap #pager-bm ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (max-width: 768px) {
  #itemList_wrap #pager-bm ul li a {
    width: 40px;
    height: 40px;
  }
}
#itemList_wrap #pager-bm ul li a:hover {
  opacity: 0.8;
}
#itemList_wrap #pager-bm ul li a[title=次へ], #itemList_wrap #pager-bm ul li a[title=前へ], #itemList_wrap #pager-bm ul li a[title=最後へ], #itemList_wrap #pager-bm ul li a[title=最初へ] {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  #itemList_wrap #pager-bm ul li a[title=次へ], #itemList_wrap #pager-bm ul li a[title=前へ], #itemList_wrap #pager-bm ul li a[title=最後へ], #itemList_wrap #pager-bm ul li a[title=最初へ] {
    font-size: 10px;
  }
}
#itemList_wrap #pager-bm ul li.selected {
  color: #fff;
  background: var(--color-primary);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  #itemList_wrap #pager-bm ul li.selected {
    width: 40px;
    height: 40px;
  }
}

.information__list ul {
  width: 100%;
  border-top: 1px solid #695546;
}
.information__list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #695546;
  padding: 25px 0;
}
@media only screen and (max-width: 768px) {
  .information__list ul li a {
    padding: 15px 0;
  }
}
.information__list ul li a .date {
  font-size: 16px;
  color: #cfc4bc;
  letter-spacing: 0.02em;
  width: 120px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .information__list ul li a .date {
    font-size: 15px;
    width: 100%;
    margin-bottom: 8px;
  }
}
.information__list ul li a .ttl {
  font-size: 16px;
  color: var(--color-base);
  letter-spacing: 0.02em;
  width: calc(100% - 120px);
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .information__list ul li a .ttl {
    width: 100%;
  }
}

.column-detail {
  max-width: 900px;
  margin: 0 auto;
  padding: 90px 0 60px;
}
@media only screen and (max-width: 768px) {
  .column-detail {
    padding: 50px 0 40px;
  }
}
.column-detail .c-ttl {
  font-size: 32px !important;
  margin-bottom: 20px !important;
  line-height: 1.4 !important;
}
@media only screen and (max-width: 768px) {
  .column-detail .c-ttl {
    font-size: 20px !important;
    margin-bottom: 12px !important;
  }
}
.column-detail__parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .column-detail__parts {
    gap: 8px;
    margin-bottom: 30px;
  }
}
.column-detail__parts .date {
  font-size: 16px;
  color: #cfc4bc;
  letter-spacing: 0.02em;
  margin-top: 1px;
}
@media only screen and (max-width: 768px) {
  .column-detail__parts .date {
    font-size: 15px;
  }
}
.column-detail__parts .cat span {
  font-size: 14px;
  letter-spacing: 0.02em;
  background: var(--color-tertiary);
  border-radius: 5px;
  padding: 5px 7px 6px;
  display: inline-block;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .column-detail__parts .cat span {
    font-size: 13px;
  }
}
.column-detail__img {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .column-detail__img {
    margin-bottom: 30px;
  }
}
.column-detail__img img {
  border-radius: 10px;
}
.column-detail__post h2 {
  font-size: 20px !important;
  font-family: var(--font-gothicNoto) !important;
  border-left: 5px solid var(--color-base) !important;
  padding: 17px 12px !important;
  margin: 25px 0 !important;
}
.column-detail__post h2 {
  background: #fff;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .column-detail__post h2 {
    font-size: 18px !important;
    padding: 12px 10px !important;
    margin: 15px 0 !important;
  }
}
.column-detail__post h3 {
  font-size: 16px;
  background: #cfc4bc;
  padding: 13px 16px;
  margin: 25px 0;
}
@media only screen and (max-width: 768px) {
  .column-detail__post h3 {
    font-size: 15px;
    padding: 5px 10px;
    margin: 15px 0;
  }
}
.column-detail__post p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .column-detail__post p {
    font-size: 15px;
  }
}
.column-detail__post a {
  font-size: 16px;
  color: var(--color-primary);
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .column-detail__post a {
    font-size: 15px;
  }
}
.column-detail__post img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.column-detail__post blockquote {
  font-size: 15px;
  background-color: #fff;
  padding: 30px 50px;
  border-radius: 10px;
  margin: 15px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .column-detail__post blockquote {
    font-size: 14px;
    padding: 30px 40px;
  }
}
.column-detail__post blockquote:before {
  content: "“";
  font-size: 300%;
  line-height: 1em;
  position: absolute;
  left: 10px;
  top: 10px;
}
.column-detail__post blockquote::after {
  content: "”";
  font-size: 300%;
  line-height: 1em;
  position: absolute;
  right: 10px;
  bottom: -10px;
}
.column-detail__post blockquote p {
  margin-bottom: 0;
}
.column-detail__post blockquote cite {
  font-size: 13px;
  margin-top: 15px;
  display: block;
}
.column-detail__post ul {
  font-size: 16px;
  padding-left: 15px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .column-detail__post ul {
    font-size: 15px;
  }
}
.column-detail__post ul li {
  list-style: disc;
}
.column-detail__post ol {
  font-size: 16px;
  padding-left: 17px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .column-detail__post ol {
    font-size: 15px;
  }
}
.column-detail__post ol li {
  list-style: decimal;
}
.column-detail__post li {
  line-height: 1.6;
}

.related {
  padding: 0 0 80px;
}
@media only screen and (max-width: 768px) {
  .related {
    padding: 0 0 60px;
  }
}
@media only screen and (min-width: 769px) {
  .related .c-ttl {
    text-align: center;
  }
}
.related .column__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: 35px 0;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .related .column__list {
    gap: 10px;
    margin: 20px 0;
  }
}
.related .column__item {
  width: calc(25% - 15px);
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  overflow: hidden;
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .related .column__item {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 768px) {
  .related .column__item {
    width: calc(50% - 5px);
    border-radius: 10px;
  }
}
.related .column__item .img {
  position: relative;
  padding-top: 74%;
}
.related .column__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.related .column__item .in {
  padding: 15px 18px 28px;
}
@media only screen and (max-width: 768px) {
  .related .column__item .in {
    padding: 10px;
  }
}
.related .column__item .date {
  font-size: 16px;
  color: #cfc4bc;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .related .column__item .date {
    font-size: 10px;
  }
}
.related .column__item .ttl {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  border-bottom: 1px solid #695546;
  padding-bottom: 13px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .related .column__item .ttl {
    font-size: 15px;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
}
.related .column__item .txt {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .related .column__item .txt {
    font-size: 15px;
  }
}
.related__txt {
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 60px 0;
}
@media only screen and (max-width: 768px) {
  .related__txt {
    font-size: 15px;
  }
}
.related .c-btn {
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .related .c-btn {
    max-width: 360px;
  }
}
.related .c-btn:after {
  content: "";
  right: auto;
  left: 20px;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}

.pagerlist {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .pagerlist {
    margin-top: 40px;
  }
}
.pagerlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagerlist ul li {
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  margin: 0 5px;
}
@media only screen and (max-width: 768px) {
  .pagerlist ul li {
    font-size: 16px;
    margin: 0 4px;
  }
}
.pagerlist ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (max-width: 768px) {
  .pagerlist ul li a {
    width: 40px;
    height: 40px;
  }
}
.pagerlist ul li a:hover {
  opacity: 0.8;
}
.pagerlist ul li a[title=次へ], .pagerlist ul li a[title=前へ], .pagerlist ul li a[title=最後へ], .pagerlist ul li a[title=最初へ] {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .pagerlist ul li a[title=次へ], .pagerlist ul li a[title=前へ], .pagerlist ul li a[title=最後へ], .pagerlist ul li a[title=最初へ] {
    font-size: 10px;
  }
}
.pagerlist ul li.selected {
  color: #fff;
  background: var(--color-primary);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .pagerlist ul li.selected {
    width: 40px;
    height: 40px;
  }
}