/* トップページ専用（シンプル構成） */

body.home .inbody,
body.home #main {
  padding: 0 !important;
}

body.home #main {
  max-width: 100% !important;
}

body.home .post-content {
  margin: 0;
}

body.home .inbody {
  max-width: 100% !important;
}

.yws-top {
  color: #333;
  line-height: 1.75;
}

.yws-top-section {
  padding: 6em 1.5em;
}

.yws-top-section:nth-child(even) {
  background: #f8fafc;
}

.yws-top-section-inner {
  max-width: 1200px;
	width:100%;
  margin: 0 auto;
  position: relative;
}

.yws-top-data-guide-action,
.yws-top-simulation-action,
.yws-top-rankings-action {
  margin: 2.5em 0 0;
  text-align: center;
}

.yws-top-section-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 2em;
  border-radius: 999px;
  border: 1px solid #556b2f;
  background: #556b2f;
  color: #fff;
  font-size: 0.95em;
  font-weight: 700;
  text-decoration: none;
}

.yws-top-section-link-btn:hover,
.yws-top-section-link-btn:focus {
  background: #465a27;
  border-color: #465a27;
  color: #fff;
  text-decoration: none;
}

.home h2{
	padding:0;
	font-size:2em;
	color:#1E293B;
}
.home h2:after{
	content:" ――";
	color:#556b2f;
}

.home h3{
	padding:0;
	margin:0;
}

/* Hero */
.yws-top-hero {
  background: #fff;
height: calc(100svh - 80px);
    display: flex;
    align-items: center;
    justify-content: start;
}
p.yws-top-hero-fv {
  position: absolute;
  top: -200px;
  right: -200px;
  max-width: 500px;
}
.yws-top-hero h1 {
  margin: 0 0 .5em;
  font-size: clamp(18px, 5.8vw, 60px);
  line-height: 1.45;
  font-weight: 800;
	color: #1E293B;
  text-shadow:3px 3px 0 #FFF, -3px -3px 0 #FFF,
  -3px 3px 0 #FFF, 3px -3px 0 #FFF,
  0px 3px 0 #FFF,  0-3px 0 #FFF,
  -3px 0 0 #FFF, 3px 0 0 #FFF;
}

/* 都道府県ナビ（jinkolab 座標流用） */
.yws-pref-index h2 + p {
  max-width: 36em;
}

.yws-pref-wrap {
  position: relative;
  aspect-ratio: 1 / 1.1;
  margin: -10% auto 0;
  background-repeat: no-repeat;
  background-position: 70% 2%;
  background-size: 100% auto;
}

.yws-pref-wrap dl {
  position: absolute;
  width: 230px;
  margin: 0;
  font-size: 1rem;
}

.yws-pref-wrap dt {
  margin: 0 0 0.5em;
  padding: 0.35em 0.5em;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.yws-pref-wrap dd {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.yws-pref-wrap dd a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(50% - 0.3em);
  padding: 0.45em 0.65em;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  color: inherit;
  text-decoration: none !important;
  font-size: 0.92em;
}

.yws-pref-wrap dd a::after {
  content: "";
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  transform: rotate(45deg);
}

.yws-pref-wrap dd a:hover {
  background: #fff;
}

.hokkaido { top: 10%; right: 25%; }
.tohoku { top: 30%; right: 10%; }
.kanto { top: 55%; right: 15%; }
.chubu { top: 27%; right: 42%; }
.kinki { right: 37%; bottom: 10%; }
.chugoku { top: 48%; left: 15%; }
.sikoku { right: 59%; bottom: 6%; }
.kyushu { bottom: 15%; left: 0; }

.yws-top-source-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.yws-top-source-item {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 1em;
  padding: 2.5em 0 2em;
}

.yws-top-source-item:not(:last-child) {
  border-bottom: 1px solid #e5e7eb;
}

.yws-top-source-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  border: 2px solid #cbd5e1;
  border-radius: 50%;
  background: #fff;
  font-size: 1.35em;
  font-weight: 800;
  color: #64748b;
  line-height: 1;
}

.yws-top-source-body h3 {
  margin: 0 0 0.45em;
}
section#top-prefecture-index {
  padding-bottom: 8em;
}

@media (max-width: 1300px) {
  .yws-pref-wrap dt {
    font-size: 1em;
  }

  .hokkaido { top: 10%; right: 25%; }
  .tohoku { top: 30%; right: 5%; }
  .kanto { top: 55%; right: 5%; }
  .chubu { top: 27%; right: 37%; }
  .kinki { right: 37%; bottom: 10%; }
  .chugoku { bottom: 43%; left: 5%; top: unset; }
  .sikoku { right: unset; bottom: 26%; left: 5%; }
  .kyushu { bottom: 0; left: 5%; }
}

@media (max-width: 960px) {
  p.yws-top-hero-fv {
    right: 20px;
    max-width: 300px;
  }
  .yws-pref-index h2 + p {
    max-width: 60%;
  }

  .yws-pref-wrap {
    aspect-ratio: 2 / 2.5;
    background-position: center;
  }

  .yws-pref-wrap dd {
    font-size: 0.95em;
  }
}

@media (max-width: 768px) {
  .yws-pref-index h2 + p {
    max-width: 100%;
  }

  .yws-pref-wrap {
    aspect-ratio: 2 / 3;
    background-position: center;
  }

  .yws-pref-wrap dt {
    margin-bottom: 6px;
  }

  .yws-pref-wrap dd {
    gap: 6px;
    font-size: 0.9em;
  }

  .yws-pref-wrap dd a {
    width: calc(50% - 3px);
    padding: 5px 10px;
  }

  .hokkaido { top: 15%; right: 5%; }
  .tohoku { top: 30%; right: 5%; }
  .kanto { top: 53%; right: 5%; }
  .chubu { top: 12%; right: unset; left: 5%; }
  .kinki { top: 81%; right: 5%; bottom: unset; }
  .chugoku { top: 44%; left: 5%; right: unset; bottom: unset; }
  .sikoku { top: 66%; right: unset; bottom: unset; left: 5%; }
  .kyushu { top: 84%; bottom: unset; left: 5%; }
}

@media (max-width: 600px) {
  .yws-top-section{
    padding: 3em 1.5em;
  }
  p.yws-top-hero-fv {
    position: unset;
    max-width: 300px;
    margin: 0 auto 10px;
  }
  .home h2 {
    padding: 0;
    font-size: 1.5em;
    color: #1E293B;
  }
  .yws-pref-wrap {
    width: 100vw;
    margin-top: 0 !important;
    margin-left: calc(50% - 50vw) !important;
  }

  .yws-pref-wrap dl {
    width: calc(50% - 9%);
  }

  .yws-pref-wrap dt {
    padding: 3px;
    font-size: 0.9em;
    line-height: 1;
  }

  .yws-pref-wrap dd a {
    width: calc(50% - 3px);
    padding: 3px 5px;
    font-size: 0.85em;
    letter-spacing: 0;
  }

  .hokkaido { top: 7%; right: 7%; }
  .tohoku { top: 21%; right: 7%; }
  .kanto { top: 48%; right: 7%; }
  .chubu { top: 0; right: unset; left: 7%; }
  .kinki { top: 81%; right: 7%; }
  .chugoku { top: 39%; right: unset; bottom: unset; left: 7%; }
  .sikoku { top: 65%; right: unset; bottom: unset; left: 7%; }
  .kyushu { top: 84%; bottom: unset; left: 7%; }
}

/* --- ランキング TOP10 スライダー --- */
.yws-top-rankings-slider {
  margin-top: .2em;
  --yws-slider-shadow-x: 8px;
  --yws-slider-shadow-y: 25px;
  --yws-slider-gap: 10px;
}

@media (min-width: 961px) {
  .yws-top-rankings-slider {
    --yws-slider-gap: 20px;
    --yws-slider-shadow-x: 20px;
  }
}

.yws-top-rankings-slider__frame {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 961px) {
.yws-top-rankings-slider__frame {
  width:100vw;
  margin:0 calc(50% - 50vw);
}
}

.yws-top-rankings-slider__viewport {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  box-sizing: border-box;
  padding: var(--yws-slider-shadow-y) var(--yws-slider-shadow-x);
}

.yws-top-rankings-slider__window {
  width: 100%;
  overflow: visible;
}

.yws-top-rankings-slider__track {
  display: flex;
  gap: var(--yws-slider-gap);
  will-change: transform;
  transition: transform 0.45s ease;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.yws-top-rankings-slider__track a {
  cursor: pointer;
  user-select: auto;
  -webkit-user-select: auto;
}

.yws-top-rankings-slider.is-dragging .yws-top-rankings-slider__track {
  transition: none;
  cursor: grabbing;
}

.yws-top-rankings-slider__slide {
  flex: 0 0 auto;
  min-width: 0;
  box-sizing: border-box;
}

.yws-top-rankings-slider__nav {
  flex: 0 0 36px;
  width: 36px;
  height: 48px;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.yws-top-rankings-slider__nav-icon {
  display: block;
  width: 26px;
  height: 34px;
  fill: #1e293b;
}

.yws-top-rankings-slider__nav:hover:not(.is-disabled),
.yws-top-rankings-slider__nav:focus:not(.is-disabled) {
  opacity: 0.7;
}

.yws-top-rankings-slider__nav.is-disabled {
  opacity: 0.1;
  cursor: default;
}

.yws-top-rankings__card {
  height: 100%;
  padding: 1.25em 1.35em;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.yws-top-rankings__card-title {
  margin: 0 0 0.35em;
  font-size: 1.05em;
  color: #1e293b;
}

.yws-top-rankings__card-desc {
  margin: 0 0 1em;
  font-size: 0.88em;
  color: #64748b;
}

.yws-top-rankings__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.yws-top-rankings__item {
  display: flex;
  align-items: center;
  gap: 0.65em;
  padding: 0.4em 0;
  border-bottom: 1px solid #f1f5f9;
}

.yws-top-rankings__item:last-child {
  border-bottom: none;
}

.yws-top-rankings__medal {
  flex: 0 0 auto;
  min-width: 2.4rem;
  justify-content: center;
  display: flex;
}

.yws-top-rankings__medal .yws-pref-hub__rank-medal--num {
  min-width: 2.1rem;
  font-size: 1rem;
}

.yws-top-rankings__name {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

a.yws-top-rankings__name:hover {
  text-decoration: underline;
}

.yws-top-rankings__more {
  margin: 1em 0 0;
  text-align: right;
  font-size: 1.1em;
}
p.yws-top-simulation-visual {
  position: absolute;
  right: 0;
  top: -20px;
}
.home h2, .yws-lp-catch-copy, .yws-lp-sub-copy, .yws-simulation-form-steps, .yws-top-simulation-action {
  z-index: 1;
  position: relative;
}
.yws-step,.yws-top-section-link-btn{
  text-shadow:none!important;
}
@media (max-width: 960px) {
  p.yws-top-simulation-visual {
    position: unset;
    text-align: center;
    margin: 10px auto 20px;
  }
}