@charset "UTF-8";
body, *, :before, :after {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.fadeUp {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fadeUp.is-active {
  opacity: 1;
  transform: translateX(0);
}

@media (min-width: 769px) {
  .bl_archive_interview {
    padding-bottom: 6.25rem;
  }
  .bl_event_interview_wrapper {
    padding: 9.375rem 0 1.25rem;
    /* ===== 背景ベース + ノイズ ===== */
    background-color: #e6e6e6;
    padding-top: 6.25rem;
    background-image: linear-gradient(rgba(230, 230, 230, 0.8117647059), rgba(230, 230, 230, 0.8117647059)), url(../images/new_top/noise.png);
    background-repeat: repeat;
    background-size: 100px auto;
    position: relative;
    /* 格子背景 */
  }
  .bl_event_interview_wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background-image: linear-gradient(to right, rgba(170, 170, 170, 0.25) 1px, transparent 1px), linear-gradient(to bottom, rgba(170, 170, 170, 0.25) 1px, transparent 1px);
    background-size: 16px 16px;
    opacity: 0.8;
  }
  .bl_event_interview_wrapper > * {
    position: relative;
    z-index: 2;
  }
  .bl_archive_interview_ttl {
    font-size: clamp(60px, 12vw, 142px);
    font-weight: bold;
    margin: 4.375rem 0 0.625rem 2.5rem;
    display: inline-block;
    color: #030303;
  }
  .bl_archive_interview_ttl span {
    font-weight: bold;
    font-size: clamp(14px, 2vw, 20px);
    display: inline-block;
    margin-left: clamp(4px, 1vw, 10px);
  }
  .bl_archive_interview_flexBox {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    width: clamp(50rem, 97.3vw, 87.5rem);
    margin: 160px auto;
    gap: 1rem;
  }
  .bl_archive_interview_flexItem {
    max-width: clamp(280px, 32vw, 450px);
    height: clamp(360px, 45vw, 540px);
    flex: 1 1 calc(33.333% - 1rem);
  }
  .bl_archive_interview_flexItem h3 {
    font-size: clamp(12px, 1.3vw, 18px);
    font-weight: bold;
    color: #030303;
  }
  .bl_interview_btn {
    margin-left: auto;
  }
  .el_more_btn {
    display: block;
    color: #030303;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-size: clamp(10px, 1.5vw, 12px);
    font-weight: bold;
    padding: clamp(4px, 1vw, 6px) 0;
    width: clamp(60px, 12vw, 90px);
    border: solid 1px;
    border-radius: clamp(20px, 4vw, 30px);
    overflow: hidden;
    transition: color 0.6s ease;
    z-index: 2;
    margin-top: clamp(18px, 4vw, 30px);
  }
  .el_more_btn:visited {
    color: #030303;
  }
  .el_more_btn::after {
    content: "→";
    font-weight: bold;
    position: absolute;
    top: 25%;
    right: clamp(4px, 1.5vw, 8px);
  }
  .el_more_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: left 0.3s ease;
    z-index: -1;
  }
  .el_btn_hover_area {
    color: #030303;
    text-decoration: none;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .el_btn_hover_area:hover:hover .el_more_btn {
    color: #fff;
  }
  .el_btn_hover_area:hover:hover .el_more_btn::before {
    left: 0;
  }
  .el_btn_hover_area:hover:hover .el_hover_border::after {
    transform: scaleX(1);
  }
  .el_btn_hover_area:hover:hover .el_hover_image {
    position: relative;
  }
  .el_btn_hover_area:hover:hover .el_hover_image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    pointer-events: none;
  }
}
@media (min-width: 769px) {
  .bl_interview_text {
    margin-top: clamp(15px, 1.5vw, 25px);
    padding: 0 clamp(3px, 1vw, 5px);
  }
  .bl_interview_text span {
    position: relative;
    font-size: clamp(14px, 1.8vw, 26px);
    color: #030303;
    line-height: 1.2;
    font-weight: 800;
    display: inline-block;
    overflow: hidden;
    line-height: 1.5;
  }
  .bl_interview_text span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: currentColor;
    transition: width 0.4s ease;
  }
  .el_btn_hover_area:hover .bl_interview_text span::after {
    width: 100%;
  }
  .el_btn_hover_area:hover .bl_interview_text span:nth-of-type(2)::after {
    transition-delay: 0.1s;
  }
  .el_btn_hover_area:hover .bl_interview_text span:nth-of-type(3)::after {
    transition-delay: 0.2s;
  }
}
@media (max-width: 768px) {
  .bl_event_interview_wrapper {
    padding: 18.0722891566vw 0 2.4096385542vw 4.8192771084vw;
    /* ===== 背景ベース + ノイズ ===== */
    background-color: #e6e6e6;
    padding-top: 6.25rem;
    background-image: linear-gradient(rgba(230, 230, 230, 0.8117647059), rgba(230, 230, 230, 0.8117647059)), url(../images/new_top/noise.png);
    background-repeat: repeat;
    background-size: 100px auto;
    position: relative;
    /* 格子背景 */
  }
  .bl_event_interview_wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background-image: linear-gradient(to right, rgba(170, 170, 170, 0.25) 1px, transparent 1px), linear-gradient(to bottom, rgba(170, 170, 170, 0.25) 1px, transparent 1px);
    background-size: 16px 16px;
    opacity: 0.8;
  }
  .bl_event_interview_wrapper > * {
    position: relative;
    z-index: 2;
  }
  .bl_archive_interview_ttl {
    margin: 8.4337349398vw 0 1.2048192771vw 0;
    font-size: 12.0481927711vw;
    font-weight: bold;
    color: #030303;
  }
  .bl_archive_interview_ttl span {
    font-size: 3.8554216867vw;
    margin-left: 3.6144578313vw;
    font-weight: 700;
  }
  .bl_archive_interview_flexBox {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 2rem;
  }
  .bl_archive_interview_flexItem {
    flex: 1 1 calc(50% - 1rem); /* タブレット：2列 */
  }
  .bl_archive_interview_flexItem h3 {
    font-size: 3.8554216867vw;
    font-weight: bold;
    padding-left: 4.2168674699vw;
    color: #030303;
  }
  .bl_interview_text {
    margin-top: 2.4096385542vw;
    line-height: 1.2;
    padding-left: 4.2168674699vw;
    width: 91.5662650602vw;
  }
  .bl_interview_text span {
    font-weight: 800;
    font-size: 5.0602409639vw;
    color: #030303;
    position: relative;
    display: inline-block;
    overflow: hidden;
  }
  .bl_interview_text span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background: currentColor;
    transition: width 0.6s ease;
  }
  /* ▼ fadeUpでis-activeがついたら各spanの線を伸ばす */
  .fadeUp.is-active.bl_interview_text span::after {
    width: 100%;
  }
  .fadeUp.is-active.bl_interview_text span:nth-of-type(2)::after {
    transition-delay: 0.15s;
  }
  .fadeUp.is-active.bl_interview_text span:nth-of-type(3)::after {
    transition-delay: 0.3s;
  }
  .fadeUp.is-active.bl_interview_text span:nth-of-type(4)::after {
    transition-delay: 0.45s;
  }
  .bl_interview_btn {
    margin-left: auto;
  }
  .el_more_btn {
    display: block;
    color: #030303;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-size: 3.0120481928vw;
    font-weight: bold;
    padding: 1.2048192771vw 0;
    width: 21.686746988vw;
    border: solid 1px;
    border-radius: 3.6144578313vw;
    overflow: hidden;
    transition: color 0.6s ease;
    z-index: 2;
    margin: 7.2289156627vw 3.6144578313vw 0 auto;
  }
  .el_more_btn:visited {
    color: #030303;
  }
  .el_more_btn::after {
    content: "→";
    font-weight: bold;
    position: absolute;
    top: 20%;
    right: 0.9638554217vw;
  }
  .el_more_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: left 0.3s ease;
    z-index: -1;
  }
  .el_btn_hover_area {
    color: #030303;
    text-decoration: none;
  }
}
@media (max-width: 768px) and (hover: hover) and (pointer: fine) {
  .el_btn_hover_area:hover:hover .el_more_btn {
    color: #fff;
  }
  .el_btn_hover_area:hover:hover .el_more_btn::before {
    left: 0;
  }
  .el_btn_hover_area:hover:hover .el_hover_border::after {
    transform: scaleX(1);
  }
  .el_btn_hover_area:hover:hover .el_hover_image {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .bl_pagination {
    margin-bottom: 12.0481927711vw;
  }
}
@media (max-width: 480px) {
  .bl_archive_interview_flexItem {
    flex: 1 1 100%;
  }
}
@media (min-width: 831px) and (max-width: 1024px) {
  /* footer */
  .bl_footer {
    font-size: 0.8125rem;
  }
  .bl_footer_contentBottom ul:nth-last-of-type(1) {
    padding-right: 0;
  }
  .el_border.__bigBorder::before {
    height: 4.375rem;
  }
  .el_border::before {
    content: "";
    position: absolute;
    text-align: center;
    display: block;
    border-left: 1px solid #fff;
    height: 2.4375rem;
    left: 0.3125rem;
    top: 2.1875rem;
    text-align: center;
  }
}
@media (max-width: 830px) {
  .wp-pagenavi a.nextpostslink,
  .wp-pagenavi a.previouspostslink {
    background: #fff;
  }
  .wp-pagenavi {
    display: flex;
    justify-content: center;
    margin-top: 9.6385542169vw;
  }
  .wp-pagenavi .pages {
    display: none;
  }
  .wp-pagenavi span.current {
    background: #030303;
    color: #fff;
  }
  .wp-pagenavi span,
  .wp-pagenavi a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 6.0240963855vw;
    width: 6.0240963855vw;
    background: #f0f0f0;
    color: #030303;
  }
}
@media (min-width: 831px) {
  .wp-pagenavi a.nextpostslink,
  .wp-pagenavi a.previouspostslink {
    background: #fff;
  }
  .wp-pagenavi {
    display: flex;
    justify-content: center;
    margin-top: 6.25rem;
  }
  .wp-pagenavi .pages {
    display: none;
  }
  .wp-pagenavi span.current {
    background: #030303;
    color: #fff;
  }
  .wp-pagenavi span,
  .wp-pagenavi a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 2.5rem;
    width: 2.5rem;
    background: #f0f0f0;
    color: #030303;
  }
}
