@charset "UTF-8";
@media (max-width: 786px) {
  .inner__wrap {
    width: 89.6%;
  }
}

/* -----------------------------------------------
kv__wrap  second__layer
----------------------------------------------- */

@media (max-width: 786px) {
  .second__layer .kv__wrap {
    margin-bottom: 27.4%;
  }
  .second__layer .kv__fx h2 {
    letter-spacing: 0.62em;
  }
  .second__layer .kv__fx strong {
    right: 1%;
    bottom: -10.5%;
    text-indent: -0.35em;
    letter-spacing: 11.9px;
  }
}

@media (min-width: 787px) {
  .second__layer .kv__fx h2 {
    margin-top: 12.2%;
    margin-right: 8.4%;
  }
  .second__layer .kv__fx strong {
    right: -0.5%;
    bottom: -71%;
    letter-spacing: 28.5px;
  }
}

/* -----------------------------------------------
news__wrap
----------------------------------------------- */
.news__wrap {
  background: rgba(241, 234, 219, 0.5);
  position: relative;
}

@media (max-width: 786px) {
  .news__wrap {
    padding-block: 24px 72px;
    margin-block: 30px 46px;
  }
}
@media (min-width: 787px) {
  .news__wrap {
    padding-block: 24px 72px;
    margin-block: 30px 46px;
  }
  .news__wrap .fluff__box {
    background: rgba(255, 255, 255, 0.35);
    position: absolute;
    width: 242px;
    height: 1007px;
    top: 156px;
    left: 16.4%;
  }
}

/* -----------------------------------------------
以降、参照元より抜粋し改変
----------------------------------------------- */
.c-st1 {
  text-align: center;
  position: relative;
  padding-bottom: 57px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-st1 {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .c-st1 {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .c-st1:after {
    content: "";
    width: 100%;
    height: 17px;
    background: url(../images/common/bg_shadow.webp) no-repeat top center;
    background-size: 100% auto;
    display: block;
    margin-inline: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    max-width: 339px;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-st1:after {
    width: 200px;
  }
}

.c-st1 > span {
  font-size: 200%;
  letter-spacing: 0.06em;
  display: block;
  color: red;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-st1 > span {
    font-size: 165%;
  }
}

@media only screen and (max-width: 767px) {
  .c-st1 > span {
    font-size: 150%;
  }
}

.c-st1 > span > i {
  font-size: 79%;
  margin-right: 0.3em;
}

.c-st1 > i {
  font-size: 143%;
  letter-spacing: 0.06em;
  display: block;
  font-family:
    "EB Garamond", "Times New Roman", Times, Garamond, Georgia, serif;
  margin-top: 0.2em;
  color: #989898;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-st1 > i {
    font-size: 129%;
  }
}

@media only screen and (max-width: 767px) {
  .c-st1 > i {
    font-size: 100%;
  }
}

.p-news {
  margin-inline: auto;
  margin-top: 9.89583%;
  display: flex;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-news {
    margin-top: 15.83333%;
  }
}

@media only screen and (max-width: 767px) {
  .p-news {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .p-news {
    flex-direction: row;
    max-width: 1200px;
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .p-news {
    width: 86.9898%;
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 768px) {
  .p-side {
    width: 200px;
    margin-right: 130px;
    padding-top: 1.76%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-side {
    margin-right: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 983px) {
  .p-side {
    width: 180px;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .p-side {
    margin-top: 5.8em;
  }
}

.p-side .st {
  padding-bottom: 0;
}

.p-side .st span {
  font-size: 18px;
  line-height: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-side .st span {
    font-size: 122%;
  }
}

@media only screen and (max-width: 767px) {
  .p-side .st span {
    font-size: var(--fs-18);
  }
}

.p-side .st:after {
  display: none;
}

.p-side__block:not(:first-child) {
  margin-top: 40.6%;
}

@media only screen and (max-width: 767px) {
  .p-side__block:not(:first-child) {
    margin-top: 4.5em;
  }
}

.p-side__block .st {
  margin-bottom: 1em;
}

.p-side__block > ul {
  border-top: 1px solid #d9d9d9;
}

.p-side__block > ul > li {
  border-bottom: 1px solid #d9d9d9;
}

.p-side__block > ul > li > a {
  display: block;
  text-decoration: none;
  padding: 1.12em 1em 1.12em 2.5em;
  font-size: 108%;
  letter-spacing: 0.06em;
  position: relative;
  transition: background 400ms ease;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-side__block > ul > li > a {
    font-size: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .p-side__block > ul > li > a {
    font-size: 100%;
  }
}

.p-side__block > ul.u-cat li a:before {
  content: "";
  aspect-ratio: 6 / 10;
  margin-right: 0.5em;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1em;
  transition: left 400ms ease;
  background: url(../img/common/icon_category_arrow.svg) 50% / contain no-repeat;
  width: 6px;
  height: auto;
}

.p-side__block > ul.u-cat li a:hover {
  background: #e1ddd6;
}

.p-side__block > ul.u-cat li a:hover:before {
  left: 1.3em;
}

@media only screen and (min-width: 768px) {
  .p-side__block > ul.u-arc > li:first-child ul {
    /* display: block; */
  }
}

.p-side__block > ul.u-arc > li ul {
  display: none;
}

.p-side__block > ul.u-arc > li p {
  cursor: pointer;
  display: block;
  text-decoration: none;
  padding: 1.12em 1em 1.12em 3em;
  font-size: 108%;
  letter-spacing: 0.06em;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-side__block > ul.u-arc > li p {
    font-size: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .p-side__block > ul.u-arc > li p {
    font-size: 100%;
  }
}

.p-side__block > ul.u-arc > li p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1em;
  width: 1em;
  height: 1px;
  background: #414141;
  opacity: 0;
  transition: opacity 400ms ease;
}

.p-side__block > ul.u-arc > li p:after {
  content: "";
  aspect-ratio: 1 / 1;
  margin-left: 0.5em;
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  transform: rotate(0deg);
  left: 0.45em;
  transition: transform 400ms ease;
  background: url(../img/common/icon_acc_btn.svg) 50% / contain no-repeat;
  width: 17px;
  height: auto;
}

.p-side__block > ul.u-arc > li p.active:after {
  transform: rotate(45deg);
}

.p-side__block > ul.u-arc > li ul {
  /* padding: 1em 0 1.5em 3em; */
  padding: 1.39em 0 1.39em 3em;
  border-top: 1px solid #d9d9d9;
}

.p-side__block > ul.u-arc > li ul li {
  margin-top: 0.3em;
}

.p-side__block > ul.u-arc > li ul li a {
  font-size: 108%;
  letter-spacing: 0.06em;
  display: block;
  text-decoration: none;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-side__block > ul.u-arc > li ul li a {
    font-size: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .p-side__block > ul.u-arc > li ul li a {
    font-size: 93%;
  }
}

.p-side__block > ul.u-arc > li ul li a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .p-article {
    width: calc(100% - 330px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-article {
    width: calc(100% - 250px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 983px) {
  .p-article {
    width: calc(100% - 210px);
  }
}

@media only screen and (max-width: 767px) {
  .p-article {
    margin-top: 1.5em;
  }
}

.p-article__list {
  border-top: 1px solid #000;
}

.p-article__list li {
  border-bottom: 1px solid #d9d9d9;
}

.p-article__list li > div:first-child,
.p-article__list li > a:first-child {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  /* padding: 3.48837%; */
  padding: 3.48837% 3.48837% 5.99837%;
  transition: background 400ms ease;
  position: relative;
  background: #e1ddd6;
}

@media only screen and (max-width: 767px) {
  .p-article__list li > div:first-child,
  .p-article__list li > a:first-child {
    padding: 0.8em;
  }
}

.p-article__list li > div:first-child .img,
.p-article__list li > a:first-child .img {
  aspect-ratio: 170 / 120;
  width: 20.98765%;
}

@media only screen and (max-width: 767px) {
  .p-article__list li > div:first-child .img,
  .p-article__list li > a:first-child .img {
    width: 24.69136%;
  }
}

.p-article__list li > div:first-child .img img,
.p-article__list li > a:first-child .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-article__list li > div:first-child .text,
.p-article__list li > a:first-child .text {
  width: 75.30864%;
  margin-left: 3.7037%;
  margin-top: -0.59%;
}

@media only screen and (max-width: 767px) {
  .p-article__list li > div:first-child .text,
  .p-article__list li > a:first-child .text {
    width: 71.60494%;
  }
}

@media only screen and (max-width: 767px) {
  .p-article__list li > div:first-child .text,
  .p-article__list li > a:first-child .text {
    margin-top: 0;
    margin-left: 3.7037%;
  }
}

.p-article__list li > div:first-child .text time,
.p-article__list li > a:first-child .text time {
  font-size: 115%;
  font-family:
    "EB Garamond", "Times New Roman", Times, Garamond, Georgia, serif;
  letter-spacing: 0.14em;
  display: inline-block;
  margin-right: 1.5em;
  color: #989898;
  margin-right: 1.5em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-article__list li > div:first-child .text time,
  .p-article__list li > a:first-child .text time {
    font-size: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .p-article__list li > div:first-child .text time,
  .p-article__list li > a:first-child .text time {
    font-size: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-article__list li > div:first-child .text time,
  .p-article__list li > a:first-child .text time {
    margin-right: 0.5em;
  }
}

@media only screen and (max-width: 767px) {
  .p-article__list li > div:first-child .text time,
  .p-article__list li > a:first-child .text time {
    margin-right: 0.3em;
  }
}

.p-article__list li > div:first-child .text .cat,
.p-article__list li > a:first-child .text .cat {
  display: inline-block;
  font-size: 108%;
  color: red;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-article__list li > div:first-child .text .cat,
  .p-article__list li > a:first-child .text .cat {
    font-size: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .p-article__list li > div:first-child .text .cat,
  .p-article__list li > a:first-child .text .cat {
    font-size: 93%;
  }
}

.p-article__list li > div:first-child .text .tit,
.p-article__list li > a:first-child .text .tit {
  font-size: 108%;
  letter-spacing: 0.06em;
  display: block;
  margin-top: 0.6em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-article__list li > div:first-child .text .tit,
  .p-article__list li > a:first-child .text .tit {
    font-size: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .p-article__list li > div:first-child .text .tit,
  .p-article__list li > a:first-child .text .tit {
    font-size: 93%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 983px) {
  .p-article__list li > div:first-child .text .tit,
  .p-article__list li > a:first-child .text .tit {
    font-size: 93%;
  }
}

@media only screen and (max-width: 767px) {
  .p-article__list li > div:first-child .text .tit,
  .p-article__list li > a:first-child .text .tit {
    margin-top: 0.3em;
  }
}

.p-article__list li > div:first-child.accordion,
.p-article__list li > a:first-child.accordion {
  cursor: pointer;
  padding-block: 1.4em 1.3em;
  padding-right: 2em;
}

.p-article__list li > div:first-child.accordion.active:after,
.p-article__list li > a:first-child.accordion.active:after {
  transform: rotate(45deg);
}

.p-article__list li > div:first-child.accordion:after,
.p-article__list li > a:first-child.accordion:after {
  content: "";
  aspect-ratio: 1 / 1;
  margin-left: 0.5em;
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  transform: rotate(0deg);
  right: 1.5em;
  transition: transform 400ms ease;
  background: url(../img/common/icon_acc_btn.svg) 50% / contain no-repeat;
  width: 17px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .p-article__list li > div:first-child.accordion:after,
  .p-article__list li > a:first-child.accordion:after {
    right: 0.5em;
  }
}

.p-article__list li > div:first-child:hover,
.p-article__list li > div:first-child.active,
.p-article__list li > a:first-child:hover,
.p-article__list li > a:first-child.active {
  opacity: 1;
  background: #fff;
}

.p-article__list li > div:first-child:not(.accordion):hover {
  background: none !important;
}

.p-article__list li > div.detail {
  border-top: 1px dotted rgba(217, 217, 217, 0.5);
  display: none;
  background: rgba(255, 255, 255, 0.5);
  /* padding: 3.48837%; */
  padding: 2.88837% 3.48837% 4.58837%;
}

@media only screen and (max-width: 767px) {
  .p-article__list li > div.detail {
    padding: 1em 1em 2em;
  }
}

.p-article__list li > div.detail > div:not(:first-child) {
  margin-top: 2.32558%;
}

@media only screen and (max-width: 767px) {
  .p-article__list li > div.detail > div:not(:first-child) {
    margin-top: 1.5em;
  }
}

.p-article__list li > div.detail .text1 {
  font-size: 108%;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-article__list li > div.detail .text1 {
    font-size: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .p-article__list li > div.detail .text1 {
    font-size: 93%;
  }
}

.p-article__list li > div.detail .text1 a {
  text-decoration: underline;
}

.p-article__list li > div.detail .text1 a:hover {
  text-decoration: none;
}

.p-article__list li > div.detail .btns p {
  display: inline-block;
  vertical-align: top;
}

@media only screen and (min-width: 768px) {
  .p-article__list li > div.detail .btns p.c-btn1,
  .p-article__list li > div.detail .btns p.c-btn4 {
    width: 45%;
    max-width: 250px;
  }
}

@media only screen and (max-width: 767px) {
  .p-article__list li > div.detail .btns p:not(:last-child) {
    margin-bottom: 0.5em;
  }
}

@media only screen and (max-width: 767px) {
  .p-article__list li > div.detail .btns p {
    display: block;
  }
}

.p-article__arrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 5.81395%;
}

@media only screen and (max-width: 767px) {
  .p-article__arrow {
    margin-top: 1.5em;
  }
}

.p-article__arrow li {
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .p-article__arrow li:not(:last-child) {
    margin-right: 3.48837%;
  }
}

@media only screen and (max-width: 767px) {
  .p-article__arrow li:not(:last-child) {
    margin-right: 1.5em;
  }
}

.p-article__arrow li a {
  font-family:
    "EB Garamond", "Times New Roman", Times, Garamond, Georgia, serif;
  text-align: center;
  font-size: 143%;
  letter-spacing: 0.1em;
  transition: color 400ms ease;
  text-decoration: none;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-article__arrow li a {
    font-size: 129%;
  }
}

@media only screen and (max-width: 767px) {
  .p-article__arrow li a {
    font-size: 108%;
  }
}

.p-article__arrow li.prev a i:before {
  transform: scale(-1, -1);
  display: inline-block;
}

.p-article__arrow li.prev a,
.p-article__arrow li.next a {
  font-size: 56%;
  background: #fff;
  padding: 1.2em;
  border-radius: 999px;
  transition: transform 400ms ease;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .p-article__arrow li.prev a,
  .p-article__arrow li.next a {
    padding: 0.8em;
    font-size: 74%;
  }
}

.p-article__arrow li.prev a i,
.p-article__arrow li.next a i {
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .p-article__arrow li.prev a:hover,
  .p-article__arrow li.next a:hover {
    transform: scale(1.2);
  }
}

.p-article__detail .title .cat {
  display: inline-block;
  font-size: 108%;
  color: red;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-article__detail .title .cat {
    font-size: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .p-article__detail .title .cat {
    font-size: 93%;
  }
}

.p-article__detail .title .tit {
  font-size: 129%;
  letter-spacing: 0.06em;
  display: block;
  margin-top: 0.3em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-article__detail .title .tit {
    font-size: 122%;
  }
}

@media only screen and (max-width: 767px) {
  .p-article__detail .title .tit {
    font-size: 122%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 983px) {
  .p-article__detail .title .tit {
    font-size: 93%;
  }
}

@media only screen and (max-width: 767px) {
  .p-article__detail .title .tit {
    margin-top: 0.3em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
  }

  .firefox .p-article__detail .title .tit,
  .ie .p-article__detail .title .tit {
    max-height: 3em;
  }
}

.p-article__detail .detail .text1 {
  font-size: 108%;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-article__detail .detail .text1 {
    font-size: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .p-article__detail .detail .text1 {
    font-size: 100%;
  }
}

.p-news {
  margin-top: 4.16667%;
  padding-bottom: 7.8125%;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-news {
    margin-top: 6.66667%;
  }
}

@media only screen and (max-width: 767px) {
  .p-news {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-news {
    padding-bottom: 12.5%;
  }
}

@media only screen and (max-width: 767px) {
  .p-news {
    padding-bottom: 5em;
  }
}

.p-side__block .st span {
  color: #000;
}

.p-side__block > ul {
  border-top: 1px solid #000;
}

.p-side__block > ul > li {
  border-bottom: 1px solid #000;
}

.p-side__block > ul > li > p,
.p-side__block > ul > li > a {
  transition: background 400ms ease;
}

.p-side__block > ul > li > p:hover,
.p-side__block > ul > li > p.active,
.p-side__block > ul > li > a:hover,
.p-side__block > ul > li > a.active {
  opacity: 1;
  background: #e1ddd6;
  /* background: rgba(132, 100, 147, 0.1) !important; */
}

.p-side__block > ul.u-cat > li a {
  /* font-size: 115%; */
  font-size: 16px;
  line-height: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-side__block > ul.u-cat > li a {
    font-size: 115%;
  }
}

@media only screen and (max-width: 767px) {
  .p-side__block > ul.u-cat > li a {
    /* font-size: 93%; */
    font-size: var(--fs-16);
  }
}

.p-side__block > ul.u-arc > li p {
  margin-bottom: 0;
  /* font-size: 115%; */
  font-size: 16px;
  line-height: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-side__block > ul.u-arc > li p {
    font-size: 115%;
  }
}

@media only screen and (max-width: 767px) {
  .p-side__block > ul.u-arc > li p {
    font-size: 93%;
  }
}

.p-side__block > ul.u-arc > li ul li a {
  /* font-size: 115%; */
  font-size: 16px;
  line-height: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-side__block > ul.u-arc > li ul li a {
    font-size: 115%;
  }
}

@media only screen and (max-width: 767px) {
  .p-side__block > ul.u-arc > li ul li a {
    font-size: 93%;
  }
}

.p-article__list {
  border-top: 1px solid #000;
}

.p-article__list li {
  border-bottom: 1px solid #000;
}

.p-article__list li > div:first-child .text time,
.p-article__list li > a:first-child .text time {
  color: #000;
  font-size: 108%;
  font-family:
    "Crimson Text", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 15px;
  line-height: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-article__list li > div:first-child .text time,
  .p-article__list li > a:first-child .text time {
    font-size: 108%;
  }
}

@media only screen and (max-width: 767px) {
  .p-article__list li > div:first-child .text time,
  .p-article__list li > a:first-child .text time {
    /* font-size: 79%; */
    font-size: var(--fs-12);
  }
}

.p-article__list li > div:first-child .text .tit,
.p-article__list li > a:first-child .text .tit {
  /* font-size: 115%; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: 0.76em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-article__list li > div:first-child .text .tit,
  .p-article__list li > a:first-child .text .tit {
    font-size: 115%;
  }
}

@media only screen and (max-width: 767px) {
  .p-article__list li > div:first-child .text .tit,
  .p-article__list li > a:first-child .text .tit {
    /* font-size: 86%; */
    font-size: var(--fs-15);
    margin-top: 0.36em;
  }
}

.p-article__list li > div:first-child .text .cat,
.p-article__list li > a:first-child .text .cat {
  color: #755824;
  /* font-size: 108%; */
  font-size: 15px;
  line-height: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-article__list li > div:first-child .text .cat,
  .p-article__list li > a:first-child .text .cat {
    font-size: 108%;
  }
}

@media only screen and (max-width: 767px) {
  .p-article__list li > div:first-child .text .cat,
  .p-article__list li > a:first-child .text .cat {
    /* font-size: 79%; */
    font-size: var(--fs-14);
  }
}

.p-article__list li > div:first-child.active,
.p-article__list li > div:first-child:hover,
.p-article__list li > a:first-child.active,
.p-article__list li > a:first-child:hover {
  /* background: rgba(132, 100, 147, 0.1); */
  background: #e1ddd6;
}

.p-article__list li > div.detail .text1 {
  font-size: 108%;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.45px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-article__list li > div.detail .text1 {
    font-size: 108%;
  }
}

@media only screen and (max-width: 767px) {
  .p-article__list li > div.detail .text1 {
    /* font-size: 79%; */
    font-size: var(--fs-13);
    line-height: 20px;
    letter-spacing: 0.39px;
  }
}

.p-article__list li > div.detail .btns {
  letter-spacing: -0.4em;
}

.p-article__list li > div.detail .btns p {
  margin-right: 0.8em;
  vertical-align: middle;
}

.p-article__list li > div.detail .btns .c-btn1 a,
.p-article__list li > div.detail .btns .c-btn4 a {
  font-size: 108%;
  border-color: #846493;
  color: #846493;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-article__list li > div.detail .btns .c-btn1 a,
  .p-article__list li > div.detail .btns .c-btn4 a {
    font-size: 108%;
  }
}

@media only screen and (max-width: 767px) {
  .p-article__list li > div.detail .btns .c-btn1 a,
  .p-article__list li > div.detail .btns .c-btn4 a {
    font-size: 79%;
  }
}

.p-article__list li > div.detail .btns .c-btn1 a:hover,
.p-article__list li > div.detail .btns .c-btn4 a:hover {
  color: #fff;
  background: #846493;
}

.p-article__list li > div.detail .btns .c-lnk1 a {
  color: #846493;
}

.p-article__list li > div.detail .btns .c-lnk1 a:after {
  color: #846493;
}

.p-article__arrow li.current a {
  color: #846493;
}

.p-article__arrow li a {
  font-family:
    "Crimson Text", "Times New Roman", Times, Garamond, Georgia, serif;
}

.p-article__arrow li a:hover {
  color: #846493;
}
