@charset "UTF-8";
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #477f11;
  --clP: #54a00b;
  --clPW: #7bb83f;
  --clSD: #ddba0a;
  --clS: #efcd22;
  --clSW: #f6da4c;
  --clAD: #ca3900;
  --clA: #e64809;
  --clAW: #f36932;
  --clW: #ffffff;
  --clBGG: #eeeeee;
  --clBGP: #f2fde7;
  --clBGS: #fffbe7;
  --clBGCV: #fff6f2;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #3f3c3b;
  --clTextW: #8e8683;
  --clTextR: #d44c00;
  --clHL: #fff8b7;
  --clLink: #2992dd;
  --clLinkH: #7994ca;
  --clSelect: #CCCCCC;
}

.lower.column .search-form {
  display: flex;
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width:639px) {
  .lower.column .search-form {
    margin-top: 60px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .search-form {
    margin-top: 66.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .search-form {
    margin-top: 73.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .search-form {
    margin-top: 80px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .search-form {
    margin-bottom: 41px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .search-form {
    margin-bottom: 43.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .search-form {
    margin-bottom: 45.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .search-form {
    margin-bottom: 48px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .search-form {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .search-form {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.lower.column .search-form__input {
  flex: 1;
  height: 3.5rem;
  padding: 0 1rem;
  outline: none;
  border-radius: 8px 0 0 8px;
  border: 1px solid var(--clBD);
  border-right: none;
  line-height: 1;
}
@media screen and (max-width:639px) {
  .lower.column .search-form__input {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .search-form__input {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .search-form__input {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .search-form__input {
    font-size: 16px;
  }
}
.lower.column .search-form__input::-moz-placeholder {
  color: var(--clTextW);
}
.lower.column .search-form__input::placeholder {
  color: var(--clTextW);
}
.lower.column .search-form__input:focus {
  border-color: #54a00b;
}
.lower.column .search-form__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  padding: 0 1.5rem;
  border-radius: 0 8px 8px 0;
  color: #fff;
  border: 1px solid #54a00b;
  background-color: #54a00b;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
}
@media screen and (max-width:639px) {
  .lower.column .search-form__button {
    font-size: 12.5px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .search-form__button {
    font-size: 13px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .search-form__button {
    font-size: 13.5px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .search-form__button {
    font-size: 14px;
  }
}
.lower.column .search-form__button:hover, .lower.column .search-form__button:focus {
  border-color: #478809;
  background-color: #478809;
}
.lower.column .section-latest-list .info,
.lower.column .section-pickup-list .info {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width:639px) {
  .lower.column .section-latest-list .info,
  .lower.column .section-pickup-list .info {
    margin-bottom: 10px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-latest-list .info,
  .lower.column .section-pickup-list .info {
    margin-bottom: 10.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-latest-list .info,
  .lower.column .section-pickup-list .info {
    margin-bottom: 11.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .section-latest-list .info,
  .lower.column .section-pickup-list .info {
    margin-bottom: 12px;
  }
}
.lower.column .section-latest-list .info .cat,
.lower.column .section-pickup-list .info .cat {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 50px;
  color: #54a00b;
  border: 1px solid #54a00b;
  line-height: 1;
}
@media screen and (max-width:639px) {
  .lower.column .section-latest-list .info .cat,
  .lower.column .section-pickup-list .info .cat {
    font-size: 10px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-latest-list .info .cat,
  .lower.column .section-pickup-list .info .cat {
    font-size: 10.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-latest-list .info .cat,
  .lower.column .section-pickup-list .info .cat {
    font-size: 10.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .section-latest-list .info .cat,
  .lower.column .section-pickup-list .info .cat {
    font-size: 11px;
  }
}
.lower.column .section-latest-list .info .cat::before,
.lower.column .section-pickup-list .info .cat::before {
  display: inline-block;
  width: 12.25px;
  height: 12.25px;
  margin-right: 4px;
  content: "";
  background: url("../../assets/img/column/ico_hashtag.svg") no-repeat center center;
  background-size: contain;
}
.lower.column .section-latest-list .info .cat .category-name,
.lower.column .section-pickup-list .info .cat .category-name {
  font-weight: bold;
}
.lower.column .section-latest-list .info .date,
.lower.column .section-pickup-list .info .date {
  display: inline-flex;
  align-items: center;
  color: var(--clTextW);
  font-family: "Albert Sans", sans-serif;
  line-height: 1.2;
}
@media screen and (max-width:639px) {
  .lower.column .section-latest-list .info .date,
  .lower.column .section-pickup-list .info .date {
    font-size: 10px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-latest-list .info .date,
  .lower.column .section-pickup-list .info .date {
    font-size: 10.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-latest-list .info .date,
  .lower.column .section-pickup-list .info .date {
    font-size: 11.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .section-latest-list .info .date,
  .lower.column .section-pickup-list .info .date {
    font-size: 12px;
  }
}
.lower.column .section-latest-list .info .date::before,
.lower.column .section-pickup-list .info .date::before {
  display: inline-block;
  width: 12.25px;
  height: 12.25px;
  margin-right: 4px;
  content: "";
  background: url("../../assets/img/column/ico_clock.svg") no-repeat center center;
  background-size: contain;
}
.lower.column .section-latest-list .info .date.update:before,
.lower.column .section-pickup-list .info .date.update:before {
  background: url("../../assets/img/column/ico_update.svg") no-repeat center center;
}
.lower.column .section-latest-list .info .date span,
.lower.column .section-pickup-list .info .date span {
  color: var(--clTextW);
  font-family: "Albert Sans", sans-serif;
  font-weight: bold;
}
@media screen and (max-width:639px) {
  .lower.column .section-latest-list .info .date span,
  .lower.column .section-pickup-list .info .date span {
    font-size: 10px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-latest-list .info .date span,
  .lower.column .section-pickup-list .info .date span {
    font-size: 10.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-latest-list .info .date span,
  .lower.column .section-pickup-list .info .date span {
    font-size: 11.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .section-latest-list .info .date span,
  .lower.column .section-pickup-list .info .date span {
    font-size: 12px;
  }
}
.lower.column .section-pickup-list .heading01,
.lower.column .section-column-about .heading01,
.lower.column .section-latest-list .heading01 {
  align-items: center;
}
.lower.column .section-pickup-list .heading01::before,
.lower.column .section-column-about .heading01::before,
.lower.column .section-latest-list .heading01::before {
  text-align: center;
}
.lower.column .section-pickup-list {
  margin-top: 0;
}
.lower.column .section-pickup-list .heading01::before {
  content: url(../img/cmn/ico_h2.svg) "\aPICK UP";
}
.lower.column .section-pickup-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 40px 32px;
}
@media screen and (max-width:639px) {
  .lower.column .section-pickup-list ul {
    gap: 32px 28px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .lower.column .section-pickup-list ul {
    gap: 36px 32px;
  }
}
.lower.column .section-pickup-list ul li {
  flex: 1 1 100%;
}
@media screen and (min-width:1025px) {
  .lower.column .section-pickup-list ul li:first-child a {
    display: flex;
    flex-direction: row;
  }
}
@media screen and (min-width:1025px) and (max-width:639px) {
  .lower.column .section-pickup-list ul li:first-child a {
    gap: 21px;
  }
}
@media screen and (min-width:1025px) and (min-width:640px) {
  .lower.column .section-pickup-list ul li:first-child a {
    gap: 22px;
  }
}
@media screen and (min-width:1025px) and (min-width:1025px) {
  .lower.column .section-pickup-list ul li:first-child a {
    gap: 23px;
  }
}
@media screen and (min-width:1025px) and (min-width:1300px) {
  .lower.column .section-pickup-list ul li:first-child a {
    gap: 24px;
  }
}
.lower.column .section-pickup-list ul li:first-child a .img {
  flex-basis: 47%;
  padding-top: 0;
}
@media screen and (max-width:1024px) {
  .lower.column .section-pickup-list ul li:first-child a .img {
    flex: 1;
  }
}
.lower.column .section-pickup-list ul li:first-child a .txt {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width:640px) {
  .lower.column .section-pickup-list ul li:not(:first-child) {
    flex: 1;
  }
}
.lower.column .section-pickup-list ul li article {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.lower.column .section-pickup-list ul li article a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width:639px) {
  .lower.column .section-pickup-list ul li article a {
    gap: 14px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-pickup-list ul li article a {
    gap: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-pickup-list ul li article a {
    gap: 15.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .section-pickup-list ul li article a {
    gap: 16px;
  }
}
.lower.column .section-pickup-list ul li article a:hover {
  text-decoration: none;
}
.lower.column .section-pickup-list ul li article a .img {
  width: 100%;
}
.lower.column .section-pickup-list ul li article a .img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.lower.column .section-pickup-list ul li article a .txt {
  flex: 1;
}
.lower.column .section-pickup-list ul li article a .txt h1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0;
  overflow: hidden;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.4;
  -webkit-line-clamp: 2;
}
.lower.column .section-column-about {
  background-color: var(--clBGP);
}
@media screen and (max-width:639px) {
  .lower.column .section-column-about {
    padding-top: 49px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-column-about {
    padding-top: 51.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-column-about {
    padding-top: 53.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .section-column-about {
    padding-top: 56px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .section-column-about {
    padding-bottom: 49px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-column-about {
    padding-bottom: 51.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-column-about {
    padding-bottom: 53.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .section-column-about {
    padding-bottom: 56px;
  }
}
.lower.column .section-column-about .heading01 {
  margin-top: 0;
}
.lower.column .section-column-about .heading01::before {
  content: url(../img/cmn/ico_h2.svg) "\a COLUMN";
}
.lower.column .section-latest-list .heading01::before {
  content: url(../img/cmn/ico_h2.svg) "\aLatest";
}
.lower.column .section-latest-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 40px 32px;
  /* モバイルでは 1 列カードにする */
  /* ---------------- 1番目だけ横長カード ---------------- */
  /* ---------------- 2番目以降：縦カードを 3 列 ---------------- */
}
@media screen and (max-width:639px) {
  .lower.column .section-latest-list ul {
    gap: 32px 28px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .lower.column .section-latest-list ul {
    gap: 36px 32px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .section-latest-list ul li,
  .lower.column .section-latest-list ul li:not(:first-child) {
    flex: 1 1 100%;
  }
}
.lower.column .section-latest-list ul li a:hover {
  text-decoration: none;
}
.lower.column .section-latest-list ul li a:hover .txt .description {
  color: #0056b3;
}
.lower.column .section-latest-list ul li a .img {
  width: 100%;
}
.lower.column .section-latest-list ul li a .img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.lower.column .section-latest-list ul li a .txt h1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  -webkit-line-clamp: 2;
}
@media screen and (max-width:639px) {
  .lower.column .section-latest-list ul li a .txt h1 {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-latest-list ul li a .txt h1 {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-latest-list ul li a .txt h1 {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .section-latest-list ul li a .txt h1 {
    font-size: 16px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .section-latest-list ul li a .txt h1 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-latest-list ul li a .txt h1 {
    margin-bottom: 10.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-latest-list ul li a .txt h1 {
    margin-bottom: 11.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .section-latest-list ul li a .txt h1 {
    margin-bottom: 12px;
  }
}
.lower.column .section-latest-list ul li a .txt .description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--clTextW);
  line-height: 1.6;
  -webkit-line-clamp: 3;
}
@media screen and (max-width:639px) {
  .lower.column .section-latest-list ul li a .txt .description {
    font-size: 12.5px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-latest-list ul li a .txt .description {
    font-size: 13px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-latest-list ul li a .txt .description {
    font-size: 13.5px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .section-latest-list ul li a .txt .description {
    font-size: 14px;
  }
}
.lower.column .section-latest-list ul li:first-child {
  flex: 1 1 100%;
  /* 左 : サムネイル */
  /* 右 : テキスト */
}
@media screen and (min-width:1025px) {
  .lower.column .section-latest-list ul li:first-child {
    margin-bottom: 8px;
  }
}
.lower.column .section-latest-list ul li:first-child a {
  display: flex;
  flex-direction: row;
}
@media screen and (min-width:1025px) and (max-width:639px) {
  .lower.column .section-latest-list ul li:first-child a {
    gap: 21px;
  }
}
@media screen and (min-width:1025px) and (min-width:640px) {
  .lower.column .section-latest-list ul li:first-child a {
    gap: 22px;
  }
}
@media screen and (min-width:1025px) and (min-width:1025px) {
  .lower.column .section-latest-list ul li:first-child a {
    gap: 23px;
  }
}
@media screen and (min-width:1025px) and (min-width:1300px) {
  .lower.column .section-latest-list ul li:first-child a {
    gap: 24px;
  }
}
@media screen and (max-width:1024px) {
  .lower.column .section-latest-list ul li:first-child a {
    flex-direction: column;
  }
}
.lower.column .section-latest-list ul li:first-child a:hover {
  text-decoration: none;
}
.lower.column .section-latest-list ul li:first-child .img {
  flex-basis: 47%;
  padding-top: 0;
}
@media screen and (max-width:1024px) {
  .lower.column .section-latest-list ul li:first-child .img {
    flex: 1;
  }
}
@media screen and (max-width:1024px) and (max-width:639px) {
  .lower.column .section-latest-list ul li:first-child .img {
    margin-bottom: 14px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .lower.column .section-latest-list ul li:first-child .img {
    margin-bottom: 14.6666666667px;
  }
}
@media screen and (max-width:1024px) and (min-width:1025px) {
  .lower.column .section-latest-list ul li:first-child .img {
    margin-bottom: 15.3333333333px;
  }
}
@media screen and (max-width:1024px) and (min-width:1300px) {
  .lower.column .section-latest-list ul li:first-child .img {
    margin-bottom: 16px;
  }
}
.lower.column .section-latest-list ul li:first-child .txt {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}
.lower.column .section-latest-list ul li:first-child .txt h2 {
  /* 2行まで */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
@media screen and (max-width:639px) {
  .lower.column .section-latest-list ul li:first-child .txt h2 {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-latest-list ul li:first-child .txt h2 {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-latest-list ul li:first-child .txt h2 {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .section-latest-list ul li:first-child .txt h2 {
    font-size: 16px;
  }
}
.lower.column .section-latest-list ul li:not(:first-child) {
  flex: 1 1 calc((100% - 4rem) / 3);
  /* 16:9 サムネイル */
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .lower.column .section-latest-list ul li:not(:first-child) {
    flex: 1 1 calc((100% - 4rem) / 3);
  }
}
.lower.column .section-latest-list ul li:not(:first-child) a {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width:639px) {
  .lower.column .section-latest-list ul li:not(:first-child) a {
    gap: 14px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-latest-list ul li:not(:first-child) a {
    gap: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-latest-list ul li:not(:first-child) a {
    gap: 15.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .section-latest-list ul li:not(:first-child) a {
    gap: 16px;
  }
}
.lower.column .section-latest-list ul li:not(:first-child) .img {
  width: 100%;
}
.lower.column .section-latest-list ul li:not(:first-child) .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
@media screen and (max-width:639px) {
  .lower.column .section-latest-list ul li:not(:first-child) h2 {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-latest-list ul li:not(:first-child) h2 {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-latest-list ul li:not(:first-child) h2 {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .section-latest-list ul li:not(:first-child) h2 {
    font-size: 16px;
  }
}
.lower.column .section-latest-list .pager {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  gap: 1rem;
}
@media screen and (max-width:639px) {
  .lower.column .section-latest-list .pager {
    margin-top: 72px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-latest-list .pager {
    margin-top: 74.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-latest-list .pager {
    margin-top: 77.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .section-latest-list .pager {
    margin-top: 80px;
  }
}
.lower.column .section-latest-list .pager .pager__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #54a00b;
  text-decoration: none;
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  background: var(--clBGG);
  transition: background 0.2s;
}
@media screen and (max-width:639px) {
  .lower.column .section-latest-list .pager .pager__link {
    font-size: 12.5px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-latest-list .pager .pager__link {
    font-size: 13px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-latest-list .pager .pager__link {
    font-size: 13.5px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .section-latest-list .pager .pager__link {
    font-size: 14px;
  }
}
.lower.column .section-latest-list .pager .pager__link:hover {
  background: rgba(84, 160, 11, 0.1);
}
.lower.column .section-latest-list .pager .pager__link.is-active {
  color: #fff;
  background: #54a00b;
}
.lower.column .section-latest-list .pager .pager__ellipsis {
  display: flex;
  align-items: center;
}
.lower.column .section-latest-list .pager .pager__ellipsis span {
  color: var(--clTextW);
}
@media screen and (max-width:639px) {
  .lower.column .section-latest-list .pager .pager__ellipsis span {
    font-size: 11px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-latest-list .pager .pager__ellipsis span {
    font-size: 11.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-latest-list .pager .pager__ellipsis span {
    font-size: 12.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .section-latest-list .pager .pager__ellipsis span {
    font-size: 13px;
  }
}
.lower.column .section-latest-list .pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  gap: 1rem;
}
@media screen and (max-width:639px) {
  .lower.column .section-latest-list .pagination {
    margin-top: 72px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-latest-list .pagination {
    margin-top: 74.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-latest-list .pagination {
    margin-top: 77.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .section-latest-list .pagination {
    margin-top: 80px;
  }
}
.lower.column .section-latest-list .pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #54a00b;
  text-decoration: none;
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  background: var(--clBGG);
  transition: background 0.2s;
}
@media screen and (max-width:639px) {
  .lower.column .section-latest-list .pagination .page-numbers {
    font-size: 12.5px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-latest-list .pagination .page-numbers {
    font-size: 13px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-latest-list .pagination .page-numbers {
    font-size: 13.5px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .section-latest-list .pagination .page-numbers {
    font-size: 14px;
  }
}
.lower.column .section-latest-list .pagination .page-numbers:hover {
  background: rgba(84, 160, 11, 0.1);
}
.lower.column .section-latest-list .pagination .page-numbers.current {
  color: #fff;
  background: #54a00b;
}
.lower.column .section-latest-list .pagination .pager__ellipsis {
  display: flex;
  align-items: center;
}
.lower.column .section-latest-list .pagination .pager__ellipsis span {
  color: var(--clTextW);
}
@media screen and (max-width:639px) {
  .lower.column .section-latest-list .pagination .pager__ellipsis span {
    font-size: 11px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .section-latest-list .pagination .pager__ellipsis span {
    font-size: 11.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .section-latest-list .pagination .pager__ellipsis span {
    font-size: 12.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .section-latest-list .pagination .pager__ellipsis span {
    font-size: 13px;
  }
}
.lower.column .breadcrumb-nav {
  padding-top: 8px;
  padding-bottom: 8px;
  overflow-x: scroll;
  letter-spacing: 0.03em;
  border-bottom: 1px solid var(--clBDW);
  line-height: 1.2;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width:639px) {
  .lower.column .breadcrumb-nav {
    font-size: 11px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .breadcrumb-nav {
    font-size: 12px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .breadcrumb-nav {
    font-size: 13px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .breadcrumb-nav {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .breadcrumb-nav {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .breadcrumb-nav {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width:1024px) {
  .lower.column .breadcrumb-nav {
    border-top: 1px solid var(--clBDW);
  }
}
.lower.column .breadcrumb-nav .breadcrumb-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: -moz-max-content;
  min-width: max-content;
  max-width: 1120px;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding: 0;
  list-style: none;
}
.lower.column .breadcrumb-nav .breadcrumb-item + .breadcrumb-item {
  margin-left: 0.5em;
}
.lower.column .breadcrumb-nav .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  margin-right: 0.5em;
  content: url("../../assets/img/column/arrow_right_clp.svg");
}
.lower.column .breadcrumb-nav .breadcrumb-item a {
  color: #54a00b;
  text-decoration: underline;
  font-weight: 400;
}
.lower.column .breadcrumb-nav .breadcrumb-item[aria-current=page] {
  color: var(--clText);
}
.lower.column .breadcrumb-nav .breadcrumb-item[aria-current=page] a {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
  cursor: default;
}
.lower.column .page-article h1.post-title {
  margin-bottom: 16px;
  color: var(--clP);
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width:639px) {
  .lower.column .page-article h1.post-title {
    font-size: 24px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .page-article h1.post-title {
    font-size: 25.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .page-article h1.post-title {
    font-size: 26.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .page-article h1.post-title {
    font-size: 28px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .popular {
    margin-bottom: 56px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .popular {
    margin-bottom: 58.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .popular {
    margin-bottom: 61.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .popular {
    margin-bottom: 64px;
  }
}
.lower.column .popular .popular-ttl {
  display: flex;
  align-items: center;
}
@media screen and (max-width:639px) {
  .lower.column .popular .popular-ttl {
    margin-bottom: 28px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .popular .popular-ttl {
    margin-bottom: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .popular .popular-ttl {
    margin-bottom: 30.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .popular .popular-ttl {
    margin-bottom: 32px;
  }
}
.lower.column .popular .popular-ttl i {
  width: 28px;
  height: 16px;
  margin-right: 0.5rem;
  background: url("../../assets/img/column/ico_symbol.svg") no-repeat center/contain;
}
.lower.column .popular .popular-ttl span {
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width:639px) {
  .lower.column .popular .popular-ttl span {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .popular .popular-ttl span {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .popular .popular-ttl span {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .popular .popular-ttl span {
    font-size: 16px;
  }
}
.lower.column .popular .popular-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lower.column .popular .popular-list .popular-item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.lower.column .popular .popular-list .popular-item .popular-link {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  gap: 8px;
}
.lower.column .popular .popular-list .popular-item .popular-link .popular-thumb {
  flex: 0 0 96px;
}
.lower.column .popular .popular-list .popular-item .popular-link .popular-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.lower.column .popular .popular-list .popular-item .popular-link .popular-content {
  flex: 1;
}
.lower.column .popular .popular-list .popular-item .popular-link .popular-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0;
  overflow: hidden;
  line-height: 1.6;
  -webkit-line-clamp: 4;
}
@media screen and (max-width:639px) {
  .lower.column .popular .popular-list .popular-item .popular-link .popular-content p {
    font-size: 11px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .popular .popular-list .popular-item .popular-link .popular-content p {
    font-size: 11.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .popular .popular-list .popular-item .popular-link .popular-content p {
    font-size: 12.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .popular .popular-list .popular-item .popular-link .popular-content p {
    font-size: 13px;
  }
}
.lower.column .category .category-ttl {
  display: flex;
  align-items: center;
}
@media screen and (max-width:639px) {
  .lower.column .category .category-ttl {
    margin-bottom: 28px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .category .category-ttl {
    margin-bottom: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .category .category-ttl {
    margin-bottom: 30.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .category .category-ttl {
    margin-bottom: 32px;
  }
}
.lower.column .category .category-ttl i {
  width: 28px;
  height: 16px;
  margin-right: 0.5rem;
  background: url("../../assets/img/column/ico_symbol.svg") no-repeat center/contain;
}
.lower.column .category .category-ttl span {
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width:639px) {
  .lower.column .category .category-ttl span {
    font-size: 14px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .category .category-ttl span {
    font-size: 14.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .category .category-ttl span {
    font-size: 15.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .category .category-ttl span {
    font-size: 16px;
  }
}
.lower.column .category .category-list .category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 500px;
  font-weight: 700;
  border: 1px solid #54a00b;
  line-height: 1;
}
@media screen and (max-width:639px) {
  .lower.column .category .category-list .category-item {
    font-size: 10px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .category .category-list .category-item {
    font-size: 10.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .category .category-list .category-item {
    font-size: 10.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .category .category-list .category-item {
    font-size: 11px;
  }
}
.lower.column .category .category-list .category-item:not(:last-child) {
  margin-bottom: 8px;
}
.lower.column .category .category-list .category-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border-radius: 500px;
}
@media screen and (max-width:639px) {
  .lower.column .category .category-list .category-item a {
    padding: 28px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .category .category-list .category-item a {
    padding: 29.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .category .category-list .category-item a {
    padding: 30.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .category .category-list .category-item a {
    padding: 32px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .category .category-list .category-item a {
    padding-top: 13px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .category .category-list .category-item a {
    padding-top: 13.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .category .category-list .category-item a {
    padding-top: 14.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .category .category-list .category-item a {
    padding-top: 15px;
  }
}
@media screen and (max-width:639px) {
  .lower.column .category .category-list .category-item a {
    padding-bottom: 13px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .category .category-list .category-item a {
    padding-bottom: 13.6666666667px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .category .category-list .category-item a {
    padding-bottom: 14.3333333333px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .category .category-list .category-item a {
    padding-bottom: 15px;
  }
}
.lower.column .category .category-list .category-item a:hover {
  text-decoration: none;
  background-color: var(--clP);
}
.lower.column .category .category-list .category-item a:hover .name {
  color: #fff;
}
.lower.column .category .category-list .category-item a:hover .name:before {
  display: inline-block;
  margin-right: 4px;
  content: url("../../assets/img/column/ico_hashtag.svg");
  filter: contrast(0%) brightness(1000%);
}
.lower.column .category .category-list .category-item a:hover .quantity {
  color: var(--clP);
  background-color: #fff;
}
.lower.column .category .category-list .category-item .name {
  display: inline-flex;
  align-items: center;
  color: #54a00b;
  font-weight: 700;
}
.lower.column .category .category-list .category-item .name::before {
  display: inline-block;
  margin-right: 4px;
  content: url("../../assets/img/column/ico_hashtag.svg");
}
.lower.column .category .category-list .category-item .name::before:hover {
  filter: contrast(0%) brightness(1000%);
}
.lower.column .category .category-list .category-item .quantity {
  display: inline-block;
  min-width: 2.5em;
  padding: 4px 8px;
  border-radius: 500px;
  color: #54a00b;
  text-align: center;
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
  background: var(--clBGP);
  line-height: 1;
}
.lower.column .layout-2col {
  display: flex;
  justify-content: space-between;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  gap: 80px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width:639px) {
  .lower.column .layout-2col {
    padding-top: 40px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .layout-2col {
    padding-top: 45.3333333333px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .layout-2col {
    padding-top: 50.6666666667px;
  }
}
@media screen and (min-width:1300px) {
  .lower.column .layout-2col {
    padding-top: 56px;
  }
}
@media screen and (min-width:640px) {
  .lower.column .layout-2col {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  .lower.column .layout-2col {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width:1024px) {
  .lower.column .layout-2col {
    flex-direction: column;
  }
}
.lower.column .layout-2col .content {
  /* flex‐grow:9, flex‐shrink:1, flex‐basis:0% */
  flex: 9 1 0%;
}
.lower.column .layout-2col .sidebar {
  /* flex‐grow:4, flex‐shrink:1, flex‐basis:0% */
  flex: 4 1 0%;
}
.lower.column .colors {
  display: flex;
  gap: 4px;
}
.lower.column .colors li {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: white;
  font-size: 10px;
  aspect-ratio: 1/1;
}
.lower.column .colors li.clText {
  background-color: #3f3c3b;
}
.lower.column .colors li.clTextW {
  background-color: #8e8683;
}
.lower.column .colors li.clWhite {
  color: #3f3c3b;
  background-color: #ffffff;
}
.lower.column .colors li.clP {
  background-color: #54a00b;
}
.lower.column .colors li.clP-bg {
  color: #3f3c3b;
  background-color: #f2fde7;
}
.lower.column .colors li.clS {
  background-color: #efcd22;
}
.lower.column .colors li.clS-bg {
  color: #3f3c3b;
  background-color: #fffbe7;
}
.lower.column .colors li.clA {
  background-color: #e64809;
}
.lower.column .colors li.clA-bg {
  color: #3f3c3b;
  background-color: #fff6f2;
}
.lower.column .colors li.clBG {
  color: #3f3c3b;
  background-color: #eeeeee;
}
.lower.column .colors li.clBD {
  color: #3f3c3b;
  background-color: #e0e0e0;
}
.lower.column .colors li.clHL {
  color: #3f3c3b;
  background-color: #fff492;
}/*# sourceMappingURL=column.css.map */