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

   #/feature/archive
   過去の特集 詳細ページ

 */
.pg-mv__title {
  z-index: 5;
}
.pg-mv__title img.is-dropshadow {
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.8));
  position: absolute;
}
.pg-mv__title .title-btn {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.pg-mv__title .title-btn .btn-inner {
  display: block;
  border-top: 1px solid #4d3417;
  border-bottom: 1px solid #4d3417;
  padding: 20px 10px;
  text-align: center;
  white-space: nowrap;
}
.pg-mv__title .title-btn .btn-icon {
  display: inline-block;
  padding: 2px 0 2px 26px;
  background: url(../../assets/img/icon_arrow_a.png) no-repeat left center/17px auto;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-mv__title {
    width: 12.8vw;
    margin-bottom: 11.1vw;
    margin-left: auto;
    margin-right: auto;
  }
  .pg-mv__title .title-btn {
    display: none;
  }
}
@media print, screen and (min-width:769px) {
  .pg-mv__title {
    position: absolute;
    width: calc((100% - 940px) / 2);
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 0;
    justify-content: center;
    top: 208px;
  }
  .pg-mv__title .title-btn {
    margin-top: 40px;
    font-size: 16px;
  }
  .pg-mv__title img {
    width: 120px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1360px) {
  .pg-mv__title {
    top: 200px;
    width: calc((100% - 700px) / 2);
  }
  .pg-mv__title img {
    width: 90px;
  }
}

.pg-archive-header {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-archive-header {
    padding-bottom: 5vw;
  }
  .pg-archive-header::after {
    content: "";
    display: block;
    position: absolute;
    top: 72vw;
    left: 0;
    width: 100%;
    height: 13.3vw;
    z-index: 0;
  }
}
@media print, screen and (min-width:769px) {
  .pg-archive-header {
    /*height: 38.6vw;*/
    padding-top: 720px;
    display: block;
  }
  .pg-archive-header::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 75vw;
    height: 780px;
    z-index: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1360px) {
  .pg-archive-header {
    padding-top: 630px;
  }
  .pg-archive-header::after {
    height: 670px;
  }
}

.pg-header__pict {
  position: relative;
  z-index: 3;
  height: 67.3vw;
  width: 100%;
  /*background-color: #efefef;*/
}
.pg-header__pict img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: contain;"; /*IE対策*/
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-header__pict {
    margin-top: -15px;
  }
}
@media print, screen and (min-width:769px) {
  .pg-header__pict {
    position: absolute;
    top: 60px;
    left: calc((100% - 940px) / 2);
    width: 940px;
    height: 600px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1360px) {
  .pg-header__pict {
    width: 800px;
    height: 510px;
    left: calc((100% - 700px) / 2);
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-archive-feature .glb-feature-head,
  .pg-archive-feature .glb-feature20-head {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width:769px) {
  .pg-archive-feature .glb-feature20-head {
    /*margin-top: -10vw;
    padding-top: 20vw;*/
  }
}

.pg-archive-feature .glb-feature-head-container,
.pg-archive-feature .glb-feature20-head-container {
  /*margin-top: 5.1vw;*/
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .pg-archive-feature .glb-feature-head__pict,
  .pg-archive-feature .glb-feature20-head__pict {
    margin-top: -10px;
  }
}

/**
  23年バージョンのmv
 */
/**
  mv 23年版の背景
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .is-ver23 .pg-mv__title {
    margin-bottom: 20px;
  }
}

.is-ver23 .pg-header__pict img {
  object-fit: contain;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .is-ver23 .pg-header__pict {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

body:not(.is-ver23) .pg-mv {
  background: none !important;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .is-ver23 .pg-mv {
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
@media print, screen and (min-width:769px) {
  .is-ver23 .pg-mv {
    background: none !important;
  }
  .is-ver23 .pg-mv::before, .is-ver23 .pg-mv::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 50%;
    height: 900px;
    top: 0;
    background-size: auto 900px;
    background-repeat: no-repeat;
  }
  .is-ver23 .pg-mv::before {
    left: 0;
    background-position: left top;
  }
  .is-ver23 .pg-mv::after {
    right: 0;
    background-position: right top;
  }
}
