
/*WEBフォント ------------------*/
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=BIZ+UDPGothic:wght@400;700&display=swap');
html {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.biz-udpgothic-bold {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

a{ color: #000; text-decoration: none; overflow-wrap:anywhere;}
a:visited{ color: #000;}

/*==========================================
 フォーカス
===========================================*/
/* リセット対策 */
:focus { outline: none;}

/* キーボード操作だけ可視化 */
:focus-visible {
  display: block;
  outline: 4px solid #000;
  outline-offset: 2px;
}

/*==========================================
 スキップリンク
===========================================*/
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.skip-link:focus {
  position: unset;
  width: auto;
  max-width: 300px;
  height: auto;
  border-width: 0;
  padding: 0.8em;
  margin: 0.5rem 0 0 0.5rem;
  z-index: 4;
  background: #fff;
  border: #dcdcdc 2px solid;
}

/*==========================================
 パンくず
===========================================*/
.breadcrumb {
    display: inline-flex;
    width: 100%;
    font-size: 0.8rem;
    background: #f5f5f5;
    padding: 0.6rem;
}
.breadcrumb li {
    margin: 0 0.4rem;
}
.breadcrumb a{
  text-decoration: underline;
  transition: 0.6s;
 }

.breadcrumb a:hover{ text-decoration: none;}

/*==========================================
 ヘッダー
===========================================*/
/* リセット */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.header {
  border-bottom: 1px solid #ddd;
  background: #fff;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.6rem 1rem;
  position: relative;
}

/* ロゴ */
.header-inner .logo{ 
    width: 6%;
    min-width: 64px;
    max-width: 74px;
    top: 0.5rem;
    position: absolute; 
    z-index: 1;
}

.header-inner .logo img {width: 100%; max-width: 130px;}

/* タイトル（中央固定） */
.site-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5rem;
  line-height: 1.2;
}

/* ハンバーガー */
.menu-toggle {
  width: 46px;
  height: 46px;
  font-size: 60%;
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 1rem;
}
.menu-toggle:visited{ color: #000;}

/* 線 */
.menu-toggle .bar {
  display: block;
  width: 46px;
  height: 2px;
  background: #333;
  transition: 0.3s;
}

/* 縦並び */
.menu-toggle {
  flex-direction: column;
}

/* × に変形 */
.menu-toggle.open .bar:nth-child(1) {
  transform: translateY(13px) rotate(45deg);
}

.menu-toggle.open .bar:nth-child(2) {
  opacity: 0;
}

.menu-toggle.open .bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* 初期 */
.nav {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  border-top: 1px solid #ddd;
  transition: max-height 0.6s ease;
}

/* 開いたとき */
.nav.open {
  max-height: 1300px;
}

/* 中身 */
.nav ul {
  list-style: none;
}

.nav li a {
  display: block;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #333;
}

/*menu内表紙非表示*/
.is_menu .feature-image { display: none;}
.is_menu{display: block!important; max-width: 900px!important;}

/* デスクトップ */
@media (max-width: 640px) {
  #main-visual01{ padding: 0!important;}
  .nav.open {
      max-height: 235vh;
  }
.slider{ margin: 1rem auto 2rem!important;}
}

/*==========================================
スライダー
==========================================*/
#main-visual01{
    position: relative;
    padding: 1rem 0 0;
}

.slider {
  width: 100%;
  margin: 2rem auto;
}

.slide {
  background: #ddd;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: 0.3s;
  margin: 0 10px;
}
.slick-slide img {
    display: block;
    width: 100%;
    border:#dcdcdc 1px solid
}
/*ドット*/
.slick-dots{
  text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    bottom: -50px;
}
.slick-dots li{ margin: 0 1px!important;}
.slick-dots li button:before {
    font-size: 3rem!important;
}
.slick-dotted.slick-slider {
    margin-bottom: 50px!important;
}
/*再生制御ボタン*/
.row_btns {
    position: absolute;
    left: 1%;
    bottom: -40px;
    z-index: 2;
}
.row_btns button {
    width: 2rem;
    padding: 0.5rem;
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #000;
}
.row_btns button.active {
    background: #000;
    color: #fff;
    border-radius: 2px;
}
/*アロー*/
.slick-prev:before,
.slick-next:before {
  content: "";
}
.slick-prev,
.slick-next {
  z-index: 10;
}
#main-visual01 .slick-arrow {
    right: 1%!important;
    width: 75px;
    height: 75px;
    background: url(../img/controls_new.png) -75px 0 no-repeat;
    text-indent: -9999px;
}
.slick-prev {
    left: 1%!important;
    bottom: -40px!important;
    top: auto!important;
    background: url(../img/controls_new.png) 0 0 no-repeat!important;
}
.slick-next {
    right: 1%!important;
    bottom: -40px!important;
    top: auto!important;
}

/*スラーダーフォーカス ---------------------*/



/*==========================================
コンテンツリスト
==========================================*/
.contListBox{
    width: 100%;
    background: #f5f5f5;
    padding: 4rem 0;
}
.feature {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  grid-template-areas:
    "image links"
    "text  text";
  gap: 0 20px;
  align-items: start;
   width: 90%;
  max-width:1100px ;
  margin: 0 auto;
}

/*インタービュー装飾*/
.atherColor{
    background: #995e94;
    padding: 0.2rem;
    font-size: 1rem;
    color: #fff;
  }
  
/* 各エリア */
.feature-image {
  grid-area: image;
  width: 100%;
  max-width: 400px;
}
.photograph{
    margin: 0.6rem 0 2rem;
    font-size: 0.8rem;
    line-height: 1.6;
}
.feature-links {
  grid-area: links;
}
.feature-links ul li{ 
  font-size: 1.5rem;
  margin: 1rem 0px;
  line-height: 2rem;
}
.feature-links .number{ font-size: 1.5rem; line-height: 1.2;}
.sabtitle{
    font-size: 1.2rem;
    margin: 1rem 0;
}
.cornerTitle{ font-size:1rem; vertical-align:top; background: #000; padding: 0.2rem; margin: 0 0.3rem 0 0; color: #fff;}
.feature-links a span{text-decoration: none!important;}
.feature-text {
  grid-area: text;
}
.green{ background:#0e752b!important;}
.greenText{ color: #0e752b !important;}
.small{ font-size: 0.8rem;}
.release{ color: #d90000; font-size: 1rem; margin: 0 0 0 0.5rem;}

/* 画像 */
.feature-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* リスト */
.feature-links ul {
  list-style: none;
  padding: 0;
}

.feature-links li {
  margin-bottom: 10px;
}

.feature-links a p {
  display: inline-block;
  text-decoration: underline;
  color: #000;
  transition-duration:0.6s;
}
.feature-links a p:hover{ text-decoration: none;}
.border{ border: 2px solid #000; padding: 0.2rem;}

/*WEB限定コンテンツ*/
.webLtitle{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}
.webLtitle span{
  color: #fff;
  text-align: center;
    width: 70%;
    max-width: 400px;
    background: #0e752b;
    padding: 0.5rem;
}
.webLtitle::before,
.webLtitle::after {
  content: '';
  display: block;
  width:37%;
  height: 2px;
  background: #0e752b;
}
.Tb {
    font-size: 1.5rem;
    margin: 1rem 0px;
    line-height: 2rem;
}

/*What's TR-mag? ----------------------------*/
.feature-text span{
  text-align: center;
    display: block;
    margin: 0 0 1rem 0;
}
.feature-text{
      width: 90%;
    max-width: 1000px;
    background: #fff;
    padding: 1rem;
    line-height: 1.5;
    margin: 0 auto;
}
/* レスポンシブ */
@media (max-width: 640px) {
  .feature {
    grid-template-columns: 1fr;
    grid-template-areas:
      "image"
      "links"
      "text";
  }
}

/*==========================================
記事バナー
==========================================*/
.pickupList{ padding: 4rem 0 1rem;}

.pickup {
  background: #eee;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 3rem;
  position: relative;
  transition-duration: 0.6s;
}
/* ホバー時の演出（任意） */
.pickup:hover {
  opacity: 0.9;
}

/* 全体リンクを透明で被せる */
.pickup-link {
  inset: 0;
  z-index: 3;
}
.pickup-link:<section class="pickup" aria-labelledby="pickup-title"> {
  outline: 3px solid #14a83b;
  outline-offset: 4px;
}

.pickup-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  border-bottom:10px solid #000;
  position: relative;
}

/* 左画像 */
.pickup-image { overflow: hidden;}
.pickup-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.pickup-link:hover .pickup-image img {
  transform: scale(1.05);
}

/* 右コンテンツ */
.pickup-content {
  padding: 0 0.8rem;
  position: relative;
  border-right: 10px solid #000;
  z-index: 2;
  user-select: text;
}

.present{ border-right: 10px solid #14a83b!important;}
.presentT{ color:#14a83b;}
.presentB{ border-bottom: 10px solid #14a83b;}
.presentBtn{ background: #14a83b!important;}

/* ★ここがコア：全体クリック領域 */
.presentBtn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

/*リリース前コンテンツ*/
.comincsoon{border-right: 10px solid #dedede;}
.comincsoonB{border-bottom: 10px solid #dedede;}
.comincsoonBtn{ color: #000!important; background: #dedede!important;}

/* ラベル */
.label {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 1rem;
  padding: 4px 8px;
  margin: 0 0 0.4rem;
}

/* タイトル */
.title {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.2;
}
.title .Tsmall{ font-size: 1.6rem;}

/* サブタイトル */
.subtitle {
  font-size: 1.6rem;
  line-height: 1.2;
}

/* 本文 */
.text {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0.5rem 0 0 0;
}

/* PC：ボタンは右下にはみ出し */
.btn {
  position: absolute;
  right: -10px;
  bottom: -10px;
  background: #000;
  color: #fff;
  padding:1.2rem 3rem;
  text-decoration: none;

  /* ★追加：疑似要素の基準 */
  z-index: 3;
}


/*==========================================
フッター
===========================================*/
/*目次*/
#contListBox {
    background: #f5f5f5;
    padding: 4rem 0;
    margin: 0 0 4rem 0;
}

.footer {
}

/* 上部ボタン */
.footer-top {
  text-align: center;
}

.btn-banner {
  display: block;
  width:auto;
  max-width: 238px;
  color: #fff;
  margin: 0 auto 4rem;
  text-decoration: none;
}

.btn-top {
    display: inline-block;
    background: #f5f5f5;
    padding: 0.8rem;
    text-decoration: none;
    border-radius: 6px 6px 0 0;
    width: 56%;
    max-width: 220px;
    color: #000;
    transition-duration: 0.6s;
}
.btn-top:hover{ scale: 1.1;}

/*#footerBacknumber select{
    appearance: none;
    display: block;
    min-width: 230px;
    height: 2.8em;
    padding: .4em calc(.8em + 8px) .4em .8em;
    border-radius: 3px;
    background-color: #000000;
    color: #fff;
    font-size: 1em;
    cursor: pointer;
    margin: 0 auto;
}
#footerBacknumber select:focus-visible {
    outline: 4px solid #14a83b!important;
    outline-offset: 2px!important;
}*/
/*バックナンバー ---------------*/
  /* エリア */
#footerBacknumber {
  position: relative;
  width: 100%;
  max-width: 238px;
}

/* ボタン */
.select-btn {
  width: 100%;
  max-width: 238px;
  color: #fff;
  padding: 12px 16px;
  background: #000;
  border: 1px solid #000;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}

/* リスト */
.select-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ccc;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
}

/* 開いた状態 */
.select-list.active {
  display: block;
}

/* リンク */
.select-list a {
  display: block;
  padding: 10px 16px;
  background: #000;
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
}

.select-list a:hover {
  background: #f2f2f2;
  color: #000;
}


/* メイン */
.footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 40px 20px;
  background: #f5f5f5;
}

/* 左 */
.footer-left .logo img {
  height: 50px;
  margin-bottom: 10px;
}

.address {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* SNS・リンク */
.footer-links {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer-links a {
  display: inline-block;
  color: #000;
  background: #fff;
  padding: 11px 12px;
  border-radius: 30px;
  font-size: 12px;
  text-decoration: none;
  border: #fff 3px solid;
  transition: 0.6s;
}
.footer-links a:hover{
  border: #0e752b 3px solid;
}
.corp{
    padding: 14px 22px!important;
    font-size: 1rem!important;
}
/* 右 */
.footer-right {
  text-align: center;
}

.next-box {
  display: inline-block;
  border: 2px solid #000;
  padding: 15px 20px;
  text-align: center;
  position: relative;
}

.next-title {
  font-size: 1rem;
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    background: #f5f5f5;
    width: 61px;
    margin: 0 auto;
}

.next-date {
  font-size: 1rem;
  font-weight: bold;
}

/* コピーライト */
.copyright {
  text-align: center;
  font-size: 12px;
  padding: 20px;
}

/*==========================================
フローティングバナー
===========================================*/
.floating-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  max-width: 300px;
}

.floating-banner a img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  transition-duration: 0.6s;
}
.floating-banner a img:hover{ scale: 1.1;}

/* フォーカス対応 */
.floating-close:focus-visible {
  outline: 3px solid #007aff;
}

@media (max-width:640px) {
    .floating-banner img{ max-width: 100px;}
}

/* ======================
   レスポンシブ（SP）
====================== */
@media (max-width:640px) {

  #main-visual01 .slick-arrow{ display: none!important;}

  .header-inner .logo {
      width: 14%;
  }

  .pickup-inner {
    grid-template-columns: 1fr;
  }

  .pickup-image {
    order: 1;
    border-right: 10px solid #000;
  }

  .pickup-content {
    order: 2;
    padding: 1rem 0 0 0;
  }
  .pickup-imagecoming{order: 1; border-right: 10px solid #dedede;}

  .presentR{ border-right: 10px solid #14a83b!important;}

  /* ボタンも自然な流れに戻す */
  .btn {
    position: static;
    display: block;
    margin-top: 20px;
    text-align: center;
  }

  .footer-main {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 30px;
  }
  .footer-left{ order: 2;}
  .footer-right {
    order: 1;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
    flex-wrap: wrap;
    width: 228px;
    margin: 0 auto;
  }

  .footer-left .logo img {
    width: 100%;
    margin: 0 auto 10px;
  }
}


/*==========================================
 画像切替
===========================================*/
/* PC、スマートフォン表示分岐 */
.pcView {
  display: block;
}
.spView {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pcView {
    display: none;
  }
  .spView {
    display: block;
  }
}