@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
*/

/* ======================================
   ランキングボタンデザイン（残す）
====================================== */
.rank_btn_wrap .rank_buy_link a {
  background-color: #007aff !important;
  background-image: linear-gradient(0deg, #0e4dcf 0%, #00f6ff 100%) !important;
  color: #fff !important;
  border: 1px solid #00a8ff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25) !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.rank_btn_wrap .rank_buy_link a::after {
  content: '';
  display: inline-block;
  margin-left: 8px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(-45deg);
  vertical-align: middle;
}
.rank_btn_wrap .rank_buy_link a:hover {
  background-color: #005ac1 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.3) !important;
  transform: translateY(-2px);
}

.rank_btn_wrap .rank_more_link a {
  background-color: #007aff !important;
  background-image: linear-gradient(0deg, #129c22 0%, #66ed76 100%) !important;
  color: #fff !important;
  border: 1px solid #25c638 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25) !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.rank_btn_wrap .rank_more_link a::after {
  content: '';
  display: inline-block;
  margin-left: 8px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(-45deg);
  vertical-align: middle;
}
.rank_btn_wrap .rank_more_link a:hover {
  background-color: #005ac1 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.3) !important;
  transform: translateY(-2px);
}

/* ======================================
   自動目次（DIVER共通）
====================================== */
.auto-toc {
  margin: 1.2em 0 1.6em;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 8px;
  background: #FFF;
  padding: 50px 30px;
}
.auto-toc__title {
  font-weight: 600;
  margin-bottom: 2em;
  text-align: center;
  font-size: 24px;
}
.auto-toc__list,
.auto-toc__sublist {
  margin: 0;
  padding-left: 1.5em;
  list-style: none;
}
.auto-toc__list > li {
  margin: .35em 0 1em;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 1em;
}
.auto-toc__sublist {
  margin-top: .3em;
}
.auto-toc a {
  text-decoration: none;
  color: #333;
}
.auto-toc a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* ======================================
   トップページ：縦3段カード補助
====================================== */
.genre-list {
  background: #f8f9fa;
  text-align: center;
  padding: 60px 0;
}
.genre-list h2 {
  background: #204e78;
  color: #fff;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 4px;
  font-size: 24px;
  margin-bottom: 30px;
}
.genre-list p {
  color: #555;
  font-size: 15px;
  margin-bottom: 40px;
}
.genre-list div > div {
  transition: all 0.3s ease;
}
.genre-list div > div:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}
