@charset "UTF-8";

.page-title .en-title {
	color: var(--green);
}

.month-title-area {
	margin: 0;
	padding: 24px 0;
	background-color: rgba(86, 174, 83, 0.2);
	position: relative;
	text-align: center;
}

.survey {
	padding: 40px 0 0;
	background: #faf8ed;
}

/* =========================
  Survey Base
========================= */
.title-area__sub-title {
	font-size: 16px;
	font-weight: 700;
	color: var(--green);
	text-align: center;
}

.title-area__title {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
}

.section-wrap .section-title-en {
	font-family: var(--text-en);
	font-weight: 800;
	line-height: 1;
	color: var(--yellow);
	text-align: center;
}

.section-wrap .section-title {
	margin-top: 2px;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
}

.section-wrap .section-title span {
	position: relative;
}

.section-wrap .section-title span:before {
	width: 100%;
	height: 3px;
	background-color: var(--yellow);
	position: absolute;
	content: "";
	bottom: -8px;
	left: 0;
}

.page-title--survey .title span {
	background-color: var(--black);
}

/* =========================
  Anchor (existing .anchor base is in common css)
  - SP前提で 2列想定
========================= */
.anchor .anchor__list {
	width: calc(100% / 2 - 16px);
}

.anchor .anchor__list:nth-child(n + 3) {
	margin-top: 16px;
}

.survey-anchor {
	margin: 32px 0 0;
}

.survey-anchor .anchor__ul {
	margin-left: -16px;
}

.survey-anchor .anchor__list {
	width: calc(100% / 2 - 16px);
}

.survey-anchor .anchor__link {
	padding: 14px;
	border: 3px solid #eadbc2;
	font-size: 15px;
}

/* =========================
  Meta (if used)
========================= */
.survey-meta__item {
	padding: 6px 12px;
	border: 2px solid #e9dcc4;
	border-radius: 9999px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

/* =========================
  Month Nav (horizontal scroll)
========================= */
.survey-month-nav {
	margin: 0 0 40px;
	padding: 40px 0 0;
}

.survey-month-nav__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 4px;
}

.survey-month-nav__item {
	flex: 0 0 auto;
}

.survey-month-nav__item--year {
	width: 100%;
}

.survey-month-nav__item span,
.survey-month-nav__item a {
	min-width: 52px;
	height: 38px;
	padding: 0 14px;
	border-radius: 9999px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: var(--text-en);
	font-size: 14px;
	font-weight: 600;
	color: #555;
	letter-spacing: 0;
	transition: 0.3s;
}

.survey-month-nav__item--year span {
	background: #e8e2d0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.survey-month-nav__item a {
	border: 1px solid #e8e2d0;
	background-color: #fff;
}

.survey-month-nav__item.is-current a {
	border-color: var(--black);
	background: var(--black);
	color: #fff;
}

/* =========================
  Cards (shared)
========================= */
.survey-card__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	color: var(--black);
	text-align: center;
}

.survey-card__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	gap: 12px;
}

.survey-card__badge {
	padding: 6px 14px;
	border-bottom: 1px solid #cfdbc4;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: var(--text-en);
	font-size: 13px;
	font-weight: 800;
	color: var(--green);
	letter-spacing: 0.08em;
}

/* =========================
  Dashboard (SP: stacked)
========================= */
.survey-dashboard {
	margin: 0;
	padding: 40px 0 0;
	display: flex;
	align-items: stretch;
	flex-direction: column;
	gap: 16px;
}

.survey-card--overall {
	width: 100%;
	padding: 20px;
	border-radius: 24px;
	background-color: #fff;
	text-align: center;
}

.survey-card--highlight {
	width: 100%;
	margin: 40px 0 0;
}

.survey-overall {
	margin-top: 16px;
}

.survey-score {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 10px;
}

.survey-score__value {
	font-family: var(--text-en);
	font-size: 64px;
	font-weight: 800;
	line-height: 1;
	color: var(--black);
	letter-spacing: 0;
}

.survey-score__denom {
	padding-bottom: 10px;
	font-family: var(--text-en);
	font-size: 14px;
	font-weight: 700;
	color: var(--gray);
}

.survey-overall__count,
.survey-card__count {
	margin: 8px 0 0;
	font-size: 12px;
	font-weight: 700;
	color: var(--gray);
}

/* stars */
.survey-stars {
	--star-size: 28px;
	--star-color: #e6e1d6;
	--star-fill: var(--yellow);
	--rating-percent: calc(var(--rating) / 5 * 100%);
	position: relative;
	display: inline-block;
	font-size: var(--star-size);
	line-height: 1;
	letter-spacing: 2px;
}

.survey-stars--small {
	--star-size: 24px;
	letter-spacing: 2px;
}

.survey-stars--tiny {
	--star-size: 18px;
	margin-top: 0;
	vertical-align: middle;
	letter-spacing: 1px;
}

.survey-stars__base,
.survey-stars__fill {
	font-family: "Arial", sans-serif;
}

.survey-stars__base {
	color: var(--star-color);
}

.survey-stars__fill {
	width: var(--rating-percent);
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	color: var(--star-fill);
	white-space: nowrap;
}

.survey-highlight {
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.survey-highlight__item {
	padding: 10px 6px;
	border-bottom: 2px solid #eadbc2;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
}

.survey-highlight__k {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	color: var(--black);
}

.survey-highlight__v {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 8px;
}

.survey-highlight__v b {
	display: inline-block;
	font-family: var(--text-en);
	font-size: 16px;
	font-weight: 800;
	text-align: right;
}

/* =========================
  Section Head (Scores/Detail)
========================= */
.title-area--survey {
	text-align: center;
}

.title-area--survey .sub-title {
	font-family: var(--text-en);
	font-size: 13px;
	font-weight: 800;
	color: var(--yellow);
	letter-spacing: 0.12em;
}

.title-area--survey .title {
	margin-top: 8px;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--black);
}

.title-area--survey .lead {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.8;
	color: #777;
}

/* =========================
  Scores Grid (SP: 1 column)
========================= */
.survey-block {
	margin: 48px 0 0;
}

.survey-grid {
	margin: 24px 0 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.survey-grid .survey-card {
	padding: 40px;
	border-radius: 20px;
	background-color: #fff;
}

.survey-title {
	text-align: center;
}

/* summary title margin */
.survey-card--summary .survey-card__title {
	margin: 12px 0 6px;
}

.survey-score-mini {
	margin: 0 0 2px;
	font-family: var(--text-en);
	font-size: 64px;
	font-weight: 800;
	line-height: 1;
	color: var(--pink);
	letter-spacing: 0;
}

.survey-score-mini span {
	margin-left: 4px;
	font-size: 14px;
	color: #555;
}

.survey-mini {
	margin: 14px 0 0;
	padding: 14px 0 0;
	list-style: none;
	border-top: 2px solid #efe4d4;
	display: grid;
	gap: 10px;
}

.survey-mini li {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 700;
	gap: 10px;
}

.survey-mini li span {
	font-size: 13px;
	font-weight: 600;
	color: var(--gray);
}

.survey-mini li b {
	font-family: var(--text-en);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--black);
}

/* =========================
  Detail List (SP)
========================= */
.section-wrap .survey-detail {
	position: relative;
}

.survey-detail-list {
	margin: 64px 0 0;
	display: grid;
	gap: 56px;
}

.survey-detail__grid {
	margin: 24px 0 0;
	padding: 40px;
	border-radius: 24px;
	background-color: #fff;
	display: grid;
	align-items: start;
	grid-template-columns: 1fr;
	gap: 16px;
}

.survey-detail__grid .survey-card {
	margin: 0;
}

.survey-detail__voices {
	margin: 24px 0 0;
}

.survey-detail__score-row {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 8px;
}

.survey-detail__score-row .survey-stars {
	margin: 0 0 4px;
}

.survey-score-lg {
	font-family: var(--text-en);
	font-size: 64px;
	font-weight: 800;
	line-height: 1;
	color: var(--pink);
	letter-spacing: 0;
}

.survey-score-lg span {
	margin-left: 4px;
	font-size: 16px;
	color: #555;
}

/* =========================
  Voices (Simple / No card look desired)
  ※あなたの最新希望に合わせて「カード感なし」の版
========================= */
.survey-voice__title {
	margin: 0;
	padding-bottom: 10px;
	position: relative;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--black);
}

.survey-voice__title::after {
	height: 2px;
	margin-top: 10px;
	background: #eadbc2;
	content: "";
	display: block;
}

.survey-voice {
	margin: 14px 0 0;
	padding-left: 0;
	list-style: none;
	display: grid;
	font-size: 14px;
	font-weight: 700;
	line-height: 2;
	color: #555;
	gap: 10px;
}

.survey-voice>li {
	padding-left: 16px;
	position: relative;
}

.survey-voice>li::before {
	width: 8px;
	height: 8px;
	border-radius: 9999px;
	background: var(--green);
	position: absolute;
	content: "";
	top: 0.85em;
	left: 0;
	transform: translateY(-50%);
}

/* =========================
  Notes
========================= */
.survey-notes {
	margin: 40px 0 0;
	padding: 0 0 28px;
}

.survey-notes__inner {
	margin: 0;
}

.survey-notes__title {
	font-size: 16px;
	font-weight: 700;
	color: var(--black);
}

.survey-notes__list {
	margin: 12px 0 0;
	padding-left: 18px;
	font-size: 13px;
	font-weight: 700;
	line-height: 2;
	color: #666;
}

/* =========================
  Bottom BG
========================= */
.section-wrap .intro_bg {
	background-color: #fff;
}

.section-wrap .intro_bg img {
	transform: scale(1, -1);
}

/* survey
------------------------------------------------------ */
.survey .survey-stars--rating40 {
	--rating: 4.0;
}

.survey .survey-stars--rating41 {
	--rating: 4.1;
}

.survey .survey-stars--rating42 {
	--rating: 4.2;
}

.survey .survey-stars--rating43 {
	--rating: 4.3;
}

.survey .survey-stars--rating44 {
	--rating: 4.4;
}

.survey .survey-stars--rating45 {
	--rating: 4.5;
}

.survey .survey-stars--rating46 {
	--rating: 4.6;
}

.survey .survey-stars--rating47 {
	--rating: 4.7;
}

.survey .survey-stars--rating48 {
	--rating: 4.8;
}

.survey .survey-stars--rating49 {
	--rating: 4.9;
}

.survey .survey-stars--rating50 {
	--rating: 5.0;
}