@charset "UTF-8";
/**
  2025注 カラー管理はcss変数へ以降するが
  下記３カラーはアーカイブで使用するためsassへ残す
 */
/*$col_hover: #FFFF8E;
$col_hover2: #808080;*/
/**
	リンク下線のエフェクト
 */
/**
	リンク下線のエフェクト インラインリンク用
 */
/* ==========================================================================

   #/feature/index
   過去の特集ページ

 */
.pg-second-header::after {
  content: "";
  display: block;
  width: calc(50% - 180px);
  height: 200px;
  position: absolute;
  background: #f8f0dc;
  top: 0;
  left: calc(50% + 180px);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-second-header::after {
    display: none;
  }
}

.pg-feature {
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-feature {
    margin: 0 5.1vw;
  }
}
@media print, screen and (min-width:769px) {
  .pg-feature {
    margin-top: 50px;
    padding-bottom: 140px;
  }
}

.pg-heading__year {
  font-weight: bold;
  letter-spacing: 0.075em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-heading__year {
    text-align: center;
    font-size: 15px;
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width:769px) {
  .pg-heading__year {
    position: absolute;
    top: 0;
    left: 35px;
    font-size: 22px;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #ccc;
    border-radius: 50%;
  }
}

.pg-list__heading {
  font-weight: 500;
  line-height: 1.52;
  position: absolute;
  z-index: 3;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-list__heading {
    margin-bottom: 3vw;
    font-size: 15px;
    width: 15.1vw;
    display: flex;
    line-height: 1.3;
    align-items: center;
    font-feature-settings: "pkna";
    writing-mode: vertical-rl;
    text-orientation: mixed;
    -ms-text-combine-horizontal: all;
    left: -15.1vw;
  }
}
@media print, screen and (min-width:769px) {
  .pg-list__heading {
    font-size: 21px;
    background: #fff;
    border: 1px solid #ccc;
    letter-spacing: 0.075em;
    width: 100px;
    top: -25px;
    right: 8px;
    border-radius: 10px;
    min-height: 330px;
    padding: 25px 0;
    font-feature-settings: "pkna";
    writing-mode: vertical-rl;
    text-orientation: mixed;
    -ms-text-combine-horizontal: all;
    display: flex;
    align-items: center;
  }
  .pg-list__heading::after {
    content: "";
    display: block;
    background: url(../../assets/img/balloon_tail.png) no-repeat left top/13px auto;
    width: 13px;
    height: 9px;
    position: absolute;
    left: -13px;
    top: 82px;
  }
}

.pg-list {
  position: relative;
}
.pg-list > li {
  position: relative;
}
.pg-list > li::after {
  position: absolute;
  left: 0;
  bottom: -30px;
  content: "";
  display: block;
  width: 53.3vw;
  height: 34.9vw;
  background: #efefef;
}
.pg-list > li > a {
  position: relative;
  z-index: 2;
  color: #000;
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-list > li {
    padding: 0 15.2vw;
    margin-bottom: 80px;
  }
  .pg-list > li::after {
    left: auto;
    right: 0;
  }
}
@media print, screen and (min-width:769px) {
  .pg-list > li {
    width: 50%;
    margin-top: 40px;
  }
  .pg-list > li::after {
    width: 320px;
    height: 210px;
    bottom: -50px;
  }
  .pg-list > li > a {
    padding-right: 90px;
    padding-left: 50px;
    transition-duration: 0.35s;
  }
  .pg-list > li > a:hover {
    opacity: 0.7;
  }
  .pg-list > li:nth-child(2n) {
    margin-top: -200px;
  }
  .pg-list > li:nth-child(2n) > a {
    padding-left: 40px;
    padding-right: 100px;
  }
  .pg-list > li:nth-child(2n-1) {
    margin-left: 50%;
  }
  .pg-list > li:nth-child(2n-1)::after {
    right: 0;
    left: auto;
  }
  .pg-list > li:nth-child(2n-1) .pg-list__heading {
    right: 17px;
  }
}

.pg-list__pict {
  position: relative;
  z-index: 2;
}

.pg-list__no {
  position: relative;
  font-weight: bold;
  z-index: 2;
  font-size: 11px;
  margin-top: 15px;
}
@media print, screen and (min-width:769px) {
  .pg-list__no {
    margin-top: 16px;
    font-size: 16px;
  }
}
