@charset "utf-8";
@-ms-viewport {
	width: device-width;
}

/*---------------------------------------
テンプレートページ（基本形）
---------------------------------------*/
.common_content_wrapper.pa_top_0{
    padding-top: 0;
}
.btn_common {
	width: 75%;
	margin: 2em auto;
}
.common_content_inner_visual img{
	width: 100%;
	margin-top: 1em;
}
/* 長文モーダル */
.modal_mymenu_float_box_scroll {
  width: calc(100% - 40px);
  max-width: 500px;
  height: 60dvh;
  display: flex;
  flex-direction: column;
}
.modal_mymenu_float_body {
  flex: 1;
  overflow-y: auto;
  padding-right: 6px;
}

.btn_common button {
	width: 100%;
	border: 1px solid #b99e66;
	background: #b99e66;
	color: #ffffff;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 999px;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	padding: 0.7em 0.5em;
	display: block;
}
.btn_common button p {
	margin: 0;
	text-align: center;
}
.modal_mymenu_btn{
	width: 80%;
	margin: 1.5em auto 0 auto;
}
.modal_mymenu_btn a{
	display: inline-block;
	width: 100%;
	appearance: none;
    -webkit-appearance: none;
    border-radius: 999px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
	text-align: center;
	padding: 0.7em 0.5em;
}
.modal_mymenu_float_btns a{
	appearance: none;
    -webkit-appearance: none;
    flex: 1;
    border-radius: 999px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
	text-align: center;
	padding: 0.5em;
}
a.common_modal_btn_border{
	border: 1px solid #b99e66;
    background: transparent;
    color: #b99e66;
	text-align: center;
}
a.common_modal_btn_fill{
	border: 1px solid #b99e66;
    background: #b99e66;
    color: #ffffff;
	text-align: center;
}

/*---------------------------------------
ログイン前TOP
---------------------------------------*/
/*ログイン前TOP ローディング*/
.before_top_loading {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fffcf6;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.8s ease, visibility 0.8s ease;
}
.before_top_loading.is_hide {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.before_top_loading_inner {
	width: 60%;
	max-width: 280px;
	text-align: center;
}
.before_top_loading_inner img {
	display: block;
	width: 100%;
	margin: 0 auto;
	opacity: 0;
	filter: blur(18px);
	animation: beforeTopLoadingLogo 1s ease-out forwards;
}
@keyframes beforeTopLoadingLogo {
	0% {
		opacity: 0;
		filter: blur(18px);
	}

	100% {
		opacity: 1;
		filter: blur(0);
	}
}

/*ログイン前TOP 背景など全体*/
.layout_center.before_top{
	background: #9574AD;
	background: url("../../images/common/bg/bg_rectangle_deco.png") no-repeat top 15px left 15px / 40px,url("../../images/common/bg/bg_rectangle_deco.png") no-repeat top 15px right 15px / 40px,url("../../images/common/bg/bg_rectangle_deco.png") no-repeat bottom 15px left 15px / 40px,url("../../images/common/bg/bg_rectangle_deco.png") no-repeat bottom 15px right 15px / 40px,url("../../images/common/bg/bg_wave_big_left.png") no-repeat top left / 25%,url("../../images/common/bg/bg_wave_big_right.png") no-repeat bottom right / 30%,linear-gradient(129deg,rgba(138, 94, 173, 1) 0%, rgba(149, 116, 173, 1) 50%, rgba(83, 65, 150, 1) 100%);
}
.left_bg.before_top_left_bg,
.right_bg.before_top_right_bg{
	background: none;
	position: relative;
}

/*ログイン前TOP 左エリア*/
.before_top_left_content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	max-width: 70%;
}
.before_top_left_content img{
	width: 70%;
	margin: 0 auto;
}
.before_top_left_content a img{
	width: 90%;
	display: inline;
	margin: 1.5em auto;
}
.btn_app_dl p{
	color: #edc56b;
	margin-bottom: 1em;
	font-size: 0.7em;
}
.btn_app_dl_side{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:1em;
	width: 100%;
	margin: 0 auto;
}
.btn_app_dl_side a img{
	width: 100%;
	margin: 0;
}

/*ログイン前TOP 中央エリア*/
.before_top_center_area {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: none;
}
.before_top_mockup {
	width: 95%;
	max-width: 100%;
	height: 100dvh;
	max-height: 90dvh;
	border: 2px solid #e45959;
	border-radius: 36px;
	background: #ffffff;
	overflow: hidden;
	box-sizing: border-box;
}
.before_top_scroll {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
}
.before_top_scroll::-webkit-scrollbar {
	display: none;
}
.before_top_section {
	width: 100%;
	min-height: 100%;
	box-sizing: border-box;
}
.before_top_kv img {
	display: block;
	width: 100%;
	height: auto;
}
.before_top_copyright {
	margin-top: 1.5em;
	text-align: center;
}
.before_top_copyright img {
	width: 65%;
	margin: 0 auto;
}

/*ログイン前TOP 右ナビ*/
.before_top_nav_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	justify-content: center;
	gap: 1em;
	width: clamp(190px, 18vw, 260px);
	max-width: none;
	pointer-events: auto;
}
.before_top_nav_title img {
	width: 60px;
	display: block;
	margin-top: -20px;
}
.before_top_nav {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5em 1.2em;
}
.before_top_nav_item {
	display: block;
}
.before_top_nav_item img {
	display: block;
	width: 100%;
	max-width: 100%!important;
}

/*ログイン前TOP 固定CTA*/
.before_kv_fixed_cta {
	position: absolute;
	right: 25px;
	bottom: 100px;
	z-index: 50;
	width: 95px;
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px);
	transition:
		opacity 0.3s ease,
		transform 0.3s ease;
}

.before_kv_fixed_cta img {
	display: block;
	width: 100%;
}
.before_kv_fixed_cta.is_show {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}
.before_kv_fixed_cta.is_hide {
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px);
}

/*ログイン前TOP KV*/
#before_kv{
	position: relative;
	height: 100%;
	background: url(../../images/common/bg/login_bg_02.jpg) no-repeat center center;
    background-size: cover;
	overflow: hidden;
}
img.before_kv_logo{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 40%;
	z-index: 6;
	animation-delay: 4.5s;
}
img.before_kv_catch{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70px;
	z-index: 6;
	animation-delay: 4s;
}
img.before_kv_scroll{
	position: absolute;
	bottom: 15px;
	right: 20px;
	width: 35px;
	z-index: 6;
	animation-delay: 4.5s;
}
img.before_kv_oda{
	position: absolute;
	bottom: -0.5%;
	left: 0;
	width: 70%;
	z-index: 5;
	animation-delay: 0.7s;
}
img.before_kv_naoe{
	position: absolute;
	bottom: -0.5%;
	right: 0;
	width: 65%;
	z-index: 4;
	animation-delay: 1.2s;
}
img.before_kv_maeda{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 60%;
	z-index: 3;
	animation-delay: 1.7s;
}
img.before_kv_tokugawa{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 65%;
	z-index: 2;
	animation-delay: 2.2s;
}
img.before_kv_sanada{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	z-index: 1;
	animation-delay: 2.7s;
}

/*ログイン前TOP about*/
#before_about{
	position: relative;
	background: #31084E;
	background: url("../../images/content/bg_txt_hana.png") no-repeat top 20px right 60px / 45%,url("../../images/content/bg_txt_ran.png") no-repeat center left -20px / 50%,url("../../images/common/bg/bg_wave_big_left.png") no-repeat top left / 50%,url("../../images/common/bg/bg_wave_big_right.png") no-repeat bottom right / 65%,linear-gradient(129deg,rgba(49, 8, 78, 1) 0%, rgba(94, 43, 130, 1) 50%, rgba(46, 11, 72, 1) 100%);
	padding-top: 8em;
}
.before_about_intro{
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	gap:1em;
}
.before_about_intro h2{
	width: 20%;
	margin-top: -30px;
}
.before_about_intro h2 img{
	width: 100%;
}
.before_about_intro img{
	width: 60%;
}
.before_about_txt p img{
	width: 100%;
	margin-top: 1.5em;
}

/*ログイン前TOP ボイス*/
#before_voice{
	background: #fffdef;
	background: url("../../images/common/pat/pat_02.png") repeat center / 450px,#fffdef;
	padding: 3em 0;
}
#before_voice img{
	width: 100%;
}
#before_voice h2{
	margin-bottom: 1em;
}
.before_voice_mock_up{
	background: url("../../images/content/bg_txt_renka.png") no-repeat top left -20px / 40%,url("../../images/content/bg_txt_touitu.png") no-repeat bottom right -20px / 40%;
}

/*ログイン前TOP 投票*/
#before_vote{
	position: relative;
	background: url(../../images/common/bg/login_bg_04.jpg) no-repeat center center;
    background-size: cover;
	overflow: hidden;
	padding: 3em 0;
}
#before_vote::before{
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}
#before_vote img{
	position: relative;
	z-index: 2;
	width: 100%;
}
#before_vote h2{
	margin-bottom: 1em;
}

/*ログイン前TOP 知識度クイズ*/
#before_quiz{
	background: #f7cad2;
	background: url("../../images/common/pat/pat_02.png") repeat center / 450px,#f7cad2;
	padding: 3em 0;
}
#before_quiz img{
	position: relative;
	z-index: 2;
	width: 100%;
}
#before_quiz h2{
	margin-bottom: 1em;
}
.before_quiz_mock_up{
	background: url("../../images/content/bg_txt_renka.png") no-repeat top left -20px / 40%,url("../../images/content/bg_txt_touitu.png") no-repeat bottom right -20px / 40%;
}

/*ログイン前TOP 4コマ漫画*/
#before_comic{
	position: relative;
	background: url(../../images/common/bg/login_bg_07.jpg) no-repeat center center;
    background-size: cover;
	overflow: hidden;
	padding: 3em 0;
}
#before_comic::before{
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}
#before_comic img{
	position: relative;
	z-index: 2;
	width: 100%;
}
#before_comic h2{
	margin-bottom: 1em;
}

/*ログイン前TOP 質問コーナー*/
#before_question{
	background: #fffdef;
	background: url("../../images/common/pat/pat_02.png") repeat center / 450px,#fffdef;
	padding: 3em 0;
}
#before_question img{
	width: 100%;
}
#before_question h2{
	margin-bottom: 1em;
}
.before_question_flow{
	background: url("../../images/content/bg_txt_renka.png") no-repeat top left -20px / 40%,url("../../images/content/bg_txt_touitu.png") no-repeat bottom right -20px / 40%;
}
/*ログイン前TOP 贈答品*/
#before_gift{
	position: relative;
	background: url(../../images/common/bg/login_bg_06.jpg) no-repeat center center;
    background-size: cover;
	overflow: hidden;
	padding: 3em 0;
}
#before_gift::before{
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}
#before_gift img{
	position: relative;
	z-index: 2;
	width: 100%;
}
#before_gift h2{
	margin-bottom: 1em;
}
.before_gift_lineup{
	width: 90%;
	margin: 0 auto;
}
.before_gift_lineup p{
	background: rgba(0,0,0,0.7);
	border-radius: 6px;
	padding: 0.5em 1em;
	font-size: 0.8em;
	color: #fffcf6;
	line-height: 1.7em;
	margin-bottom: 1em;
}

/*ログイン前TOP アプリDL*/
.before_top_app_dl{
	background: #fffdef;
	background: url("../../images/common/pat/pat_02.png") repeat center / 450px,#fffdef;
	padding: 1em 0 2em 0;
}
.before_top_app_dl h2 img{
	width: 100%;
	margin-bottom: 0.5em;
}
.before_top_app_dl .btn_app_dl p{
	text-align: center;
	color: #cc38a8;
	font-weight: bold;
}

/*---------------------------------------
共通 公的footer
---------------------------------------*/
.public_footer {
	padding: 1.3em 0 1em 0;
	background: #1d0b2b;
}
.public_footer ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1em;
	margin: 0 0 1.3em 0;
	padding: 0;
	list-style: none;
}
.public_footer li {
	text-align: center;
}
.public_footer a,
.public_footer button {
	display: block;
	width: 100%;
	color: #d3bcdb;
	font-size: 0.7em;
	text-decoration: none;
	cursor: pointer;
}
.public_footer p img {
	margin: 0 auto;
	width: 40%;
}

/*---------------------------------------
ログイン後TOP footer配置
---------------------------------------*/
.login_top .center_scroll > .site_main {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}
.login_top .top_menu_section {
	margin-bottom: 3em;
}
.login_top .public_footer {
	margin-top: auto;
	margin-left: -3.2%;
	margin-right: -3.2%;
	margin-bottom: -15.5%;
	padding-left: 3.2%;
	padding-right: 3.2%;
}

/*ログイン前TOP レスポンシブ*/
@media (max-width: 940px) {
	.before_top_left_content,
	.before_top_nav_wrap {
		display: none;
	}
}

@media (max-width: 480px) {
	.side_deco,
	.before_top_copyright,
	.left_bg,
	.right_bg{
		display: none;
	}
	.center_area {
		width: 100%;
	}
	.before_top_mockup {
    width: 100%;
    height: 100dvh;
		max-height: 100%;
    border: none;
    border-radius: 0;
}
	.page_frame {
    display: block!important;
}
	.before_kv_fixed_cta {
	right: 15px;
	bottom: 15px;
	z-index: 50;
	width: 110px;
}
	img.before_kv_catch{
	width: 65px;
}
img.before_kv_oda{
	bottom: -20%;
}
img.before_kv_naoe{
	bottom: -10%;
}
img.before_kv_maeda{
	top: 55%;
}
img.before_kv_tokugawa{
	top: 60%;
}
img.before_kv_sanada{
	left: 45%;
}
}

/*---------------------------------------
登録後　コース選択
---------------------------------------*/
/*コース選択 全体*/
.center_bg.plan_select_bg {
    background: url(../../images/content/plan_select_header.png) no-repeat center top / 100%,#1a1c22;
}
.center_bg.plan_select_bg::before {
    content: none;
    background: none;
}
img.plan_select_page_logo{
	width: 25%;
	margin-top: 1em;
}
.plan_select_page_title{
	text-align: center;
	margin: 2em auto;
	color: #fdfaf2;
}
.plan_select_page_title h1{
	font-size: 3em;
	margin-bottom: 0.3em;
	line-height: 1.3em;
}
.plan_select_page_title p{
	font-size: 0.8em;
	line-height: 1.7em;
}

/* コース選択 タブ */
.plan_select_tab_wrap {
  width: 100%;
  margin: 0 auto 1em;
  display: flex;
  justify-content: space-between;
  gap: 1em;
}
.plan_select_tab {
  width: 50%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.plan_select_tab img {
  display: block;
  width: 100%;
}

/* コース選択 内容 */
.plan_select_content_wrap {
  width: 100%;
  margin: 0 auto 4em;
  padding: 1.5em 1.2em;
  border: 1px solid rgba(255,255,255,0.45);
  box-sizing: border-box;
}
.plan_select_content {
  display: none;
}
.plan_select_content.is_active {
  display: block;
}
.plan_select_lead {
  text-align: center;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.6em;
  padding-bottom: 1.2em;
  border-bottom: 1px solid rgba(255,255,255,0.25);
	color: #fdfaf2;
}
.plan_select_table {
  margin: 0;
}
.plan_select_row {
  display: grid;
  grid-template-columns: 1fr 45%;
  align-items: center;
  min-height: 4.8em;
  border-bottom: 1px solid rgba(255,255,255,0.22);
}
.plan_select_row dt {
  display: flex;
  align-items: center;
  gap: 0.4em;
  color: rgba(255,255,255,0.6);
  font-weight: bold;
  font-size: 0.85em;
}
.plan_select_row dd {
  margin: 0;
  color: #fdfaf2;
  font-weight: bold;
  font-size: 0.9em;
  text-align: center;
}
.plan_question_btn {
  width: 1.2em;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.plan_question_btn img {
  display: block;
  width: 100%;
}
dd.plan_highlight{
	color: var(--renka_pink);
}

/* コース選択 推しカレ設定 */
.plan_select_form {
  margin-top: 1.6em;
}
.plan_select_favorite {
  text-align: center;
}
.plan_select_favorite_title {
  color: rgba(255,255,255,0.7);
  font-weight: bold;
  font-size: 0.85em;
  line-height: 1.6em;
  margin-bottom: 1.5em;
}
.plan_select_favorite_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8em 0.9em;
}

.plan_select_favorite_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em;
  cursor: pointer;
  color: rgba(255,255,255,0.45);
  font-weight: bold;
  font-size: 0.9em;
}
.plan_select_favorite_item input {
  display: none;
}
.plan_select_radio {
  width: 1.1em;
  height: 1.1em;
  border: 1px solid rgba(255,255,255,0.45);
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  flex-shrink: 0;
}
.plan_select_radio::after {
  content: "";
  width: 0.55em;
  height: 0.55em;
  border-radius: 50%;
  background: #b99e66;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(0);
  transition: transform 0.2s ease;
}
.plan_select_favorite_item input:checked + .plan_select_radio {
  border-color: #b99e66;
}
.plan_select_favorite_item input:checked + .plan_select_radio::after {
  transform: translate(-50%,-50%) scale(1);
}
.plan_select_favorite_item input:checked ~ .plan_select_favorite_name {
  color: #fdfaf2;
}
.plan_select_favorite_item img {
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  flex-shrink: 0;
}
.plan_select_favorite_name {
  color: rgba(255,255,255,0.45);
}

/* コース選択 申込みボタン */
.plan_select_submit_btn {
  display: block;
  width: 78%;
  margin: 2em auto 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.plan_select_submit_btn img {
  display: block;
  width: 100%;
}
.plan_select_submit_btn img:hover {
  opacity: 0.9;
}

/* コース選択 無料プラン */
.plan_select_free_area {
  text-align: center;
  margin: -1em 0 4em;
}
.plan_select_free_area p{
	font-size: 0.75em;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 1.5em;
	line-height: 1.7em;
}
.plan_select_free_btn {
  width: 42%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}
.plan_select_free_btn img {
  display: block;
  width: 100%;
}

/*---------------------------------------
登録後 コース説明モーダル
---------------------------------------*/
.plan_info_modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 10000;
	align-items: center;
	justify-content: center;
	padding: 1.5em;
	box-sizing: border-box;
}
.plan_info_modal.is_show {
	display: flex;
}

/* マスク */
.plan_info_modal_mask {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.7);
}

/* 閉じる */
.plan_info_modal_close {
	position: absolute;
	top: 0.2em;
	right: 0.5em;
	z-index: 10002;
	color: #b99e66;
	font-size: 2em;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
}

/* モーダル本体 */
.plan_info_modal_panel {
	position: relative;
	z-index: 10001;
	width: 100%;
	max-width: 390px;
	min-height: 30dvh;
	max-height: 82dvh;
	background: #1a1c22;
	border: 1px solid rgba(185,158,102,0.7);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

/* スクロール領域 */
.plan_info_modal_scroll {
	max-height: 82dvh;
	overflow-y: auto;
	padding: 2em 1.5em;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}

/* 非表示コンテンツ */
.plan_info_sources {
	display: none;
}

/* タイトル */
.plan_info_title {
	color: #b99e66;
	font-size: 1.6em;
	text-align: center;
	margin-bottom: 1em;
}

/* 画像 */
.plan_info_img {
	margin-bottom: 1em;
}
.plan_info_img img {
	display: block;
	width: 100%;
}

/* 本文 */
.plan_info_text p {
	color: #fdfaf2;
	font-size: 0.85em;
	line-height: 1.7em;
	margin-bottom: 1.5em;
}
span.plan_info_text_caution{
	color: var(--renka_pink);
}

/*---------------------------------------
TOP 会員カード
---------------------------------------*/
.top_user_card{
  position: relative;
  margin-bottom: 1em;
  padding: 0.7em 0.6em;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.top_user_card.premiumu_card{
  background: url(../../images/common/bg/bg_wave_01.png) no-repeat right bottom / 200px, url(../../images/common/bg/bg_wafuu_01.png) no-repeat left top 5px / 140px, #485b69;
}
.top_user_card.gold_card{
  background: url(../../images/common/bg/bg_wave_01.png) no-repeat right bottom / 200px, url(../../images/common/bg/bg_wafuu_01.png) no-repeat left top 5px / 140px, #8d7646;
}
.top_user_card.normal_card{
  background: url(../../images/common/bg/bg_wave_01.png) no-repeat right bottom / 200px, url(../../images/common/bg/bg_wafuu_01.png) no-repeat left top 5px / 140px, #40774c;
}

/* カード全体マスク */
.top_user_card::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  z-index: 2;
  pointer-events: none;
  transition: background 0.35s ease;
}

.top_user_card.is_closed::after{
  background: rgba(0,0,0,0.22);
}

/*---------------------------------------
カード上部
---------------------------------------*/
.top_user_card_head{
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
  transition: margin-bottom 0.35s ease;
}

.top_user_card_logo{
  width: 80px;
}

.top_user_card_logo img{
  display: block;
  width: 100%;
  height: auto;
}

.top_user_card_stage{
  text-align: center;
  flex-shrink: 0;
}

.top_user_card_stage_en{
  margin: 0 0 0.1em;
  font-size: 18px;
  line-height: 1;
  color: #1b2b3a;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 0 rgba(255,255,255,0.15);
  font-family: var(--font-montserrat);
  font-weight: var(--fw-semibold);
}

.top_user_card_stage_en_sub{
  font-size: 13px;
  line-height: 1;
  color: #1b2b3a;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 0 rgba(255,255,255,0.15);
  font-family: var(--font-montserrat);
  font-weight: var(--fw-semibold);
  margin: 0;
}

/*---------------------------------------
開閉ボタン
---------------------------------------*/
.top_user_card_toggle{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 5;
  appearance: none;
  -webkit-appearance: none;
}

.top_user_card_toggle_icon{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  border: 2px solid #b5b5b5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b5b5b5;
  font-size: 15px;
  line-height: 1;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease, transform 0.25s ease;
  box-sizing: border-box;
  background: rgba(0,0,0,0.08);
}

.top_user_card_toggle:active .top_user_card_toggle_icon{
  transform: translate(-50%, -50%) scale(0.96);
}

.top_user_card_toggle_icon_close{
  opacity: 0;
  pointer-events: none;
}

.top_user_card:not(.is_closed) .top_user_card_toggle_icon_open{
  opacity: 0;
  pointer-events: none;
}

.top_user_card:not(.is_closed) .top_user_card_toggle_icon_close{
  opacity: 1;
  pointer-events: auto;
}

/*---------------------------------------
開閉本体
---------------------------------------*/
.top_user_card_body{
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  transition:
    max-height 0.4s ease,
    opacity 0.25s ease,
    visibility 0s linear 0s;
  will-change: max-height, opacity;
}

/*---------------------------------------
閉じた状態
---------------------------------------*/
.top_user_card.is_closed .top_user_card_head{
  margin-bottom: 0;
}

.top_user_card.is_closed .top_user_card_body{
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition:
    max-height 0.35s ease,
    opacity 0.18s ease,
    visibility 0s linear 0.35s;
}

/*---------------------------------------
上段ステータス
---------------------------------------*/
.top_user_card_status_row{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  padding-bottom: 0.7em;
  margin-bottom: 0.7em;
  border-bottom: 1px dotted #a4a4a4;
}

.top_user_card_status_item{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25em;
  flex: 0 1 auto;
  min-width: 0;
}

.top_user_card_status_main{
  display: flex;
  align-items: center;
  gap: 0.55em;
  min-width: 0;
}

.top_user_card_status_label{
  display: inline-block;
  margin: 0 0 0.2em;
  padding: 0.2em 0.5em;
  background: #929292;
  border-radius: 4px;
  color: #4c4c4c;
  font-size: 11px;
  line-height: 1.2;
  font-weight: bold;
  white-space: nowrap;
}

.top_user_card_status_value{
  margin: 0;
  color: #ffffff;
  line-height: 1.2;
  font-weight: bold;
  font-size: 13px;
}

.top_user_card_status_link{
  color: #cfcfcf;
  font-size: 11px;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
}

/*---------------------------------------
下段
---------------------------------------*/
.top_user_card_bottom{
  position: relative;
  z-index: 1;
  display: flex;
}

.top_user_card_bottom .top_user_card_status_label{
  margin-bottom: 0.5em;
}

.top_user_card_quiz,
.top_user_card_favorite{
  width: 50%;
  min-width: 0;
}

.top_user_card_quiz{
  padding-right: 0.5em;
}

.top_user_card_favorite{
  padding-left: 18px;
  border-left: 1px dotted #a4a4a4;
}

.top_user_card_sub_label{
  display: inline-block;
  margin: 0 0 12px;
  padding: 7px 14px 6px;
  background: #c6bcb6;
  border-radius: 4px;
  color: #3c3c3c;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

.top_user_card_quiz_inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.top_user_card_quiz_text{
  min-width: 0;
  flex: 1 1 auto;
}

.top_user_card_favorite_inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.top_user_card_favorite_text{
  min-width: 0;
  flex: 1 1 auto;
}

.top_user_card_favorite_name{
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}

.top_user_card_favorite_thumb{
  width: 40px;
  flex-shrink: 0;
}

.top_user_card_favorite_thumb img{
  display: block;
  width: 100%;
  height: auto;
}

/*---------------------------------------
TOP おすすめ情報
---------------------------------------*/
.recommend_section{
  margin-bottom: 2em;
}

.recommend_section_title{
  margin: 0 0 0.8em;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
}

.recommend_slider{
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
}

.recommend_slider::-webkit-scrollbar{
  display: none;
}

.recommend_card{
  display: flex;
  flex-direction: column;
  width: 160px;
  min-width: 160px;
  border-radius: 6px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.22);
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
}

.recommend_card_image{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  background: #000;
  overflow: hidden;
}

.recommend_card_image img{
  display: block;
  width: 100%;
  height: 100%;
	object-fit: cover;
	/*
  object-fit: contain;
	*/
  object-position: center center;
  background: #000;
}

.recommend_card_text{
  display: block;
  margin: 0;
  padding: 0.3em 0.4em;
  min-height: 40px;
  color: #121212;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  overflow: hidden;
  box-sizing: border-box;
}

/*---------------------------------------
TOP グローバルナビ
---------------------------------------*/
.top_menu_section{
  position: relative;
  width: 100%;
}
.top_menu_grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4em;
  width: 100%;
  margin: 0 auto;
}
.top_menu_item{
  display: block;
  text-decoration: none;
  color: inherit;
}
.top_menu_item_inner{
  position: relative;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

/* 押せる感 */
.top_menu_item:hover .top_menu_item_inner{
  transform: translateY(-4px);
}
.top_menu_item:active .top_menu_item_inner{
  transform: translateY(0);
}

.top_menu_thumb{
  position: relative;
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
  filter: drop-shadow(0 8px 12px rgba(0,0,0,0.25));
}
.top_menu_thumb img{
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.25s ease, filter 0.25s ease;
}
.top_menu_item:hover .top_menu_thumb img{
  transform: scale(1.03);
  filter: brightness(1.05);
}
.top_menu_item:active .top_menu_thumb img{
  transform: scale(0.98);
}

/* 新着バッジ */
.top_menu_badge{
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  background: #0da892;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow:
    0 0 0 2px rgba(13,168,146,0.35),
    0 0 10px rgba(13,168,146,0.55),
    0 4px 10px rgba(0,0,0,0.25);
  z-index: 2;
}

/* 新着が不要時 */
.top_menu_item:not(.is_new) .top_menu_badge{
  display: none;
}

/* メニュー名 */
.top_menu_name{
  margin: 0.65em 0 0;
  text-align: center;
  font-family: var(--font-shippori);
  font-weight: var(--shippori-bold);
  font-size: 13px;
  line-height: 1.5;
  color: #ffffff;
  text-shadow:
    0 0 2px rgba(0,0,0,0.95),
    0 0 4px rgba(0,0,0,0.95),
    0 0 8px rgba(0,0,0,0.75),
    0 2px 4px rgba(0,0,0,0.55);
}

/*---------------------------------------
マイメニューモーダル
---------------------------------------*/

/* 全体 */
.modal_mymenu {
  background:
    url("../../images/common/bg/bg_wave_big_left.png") no-repeat top left / 50%,
    url("../../images/common/bg/bg_wave_big_right.png") no-repeat bottom right / 60%,
    #fffee6;
  color: #b99e66;
}

.modal_mymenu .site_main {
  padding-top: 20px;
  padding-bottom: 30px;
}

.modal_mymenu_wrap {
  position: relative;
	width: 90%;
	margin: 0 auto;
}


/* タイトル */
.modal_mymenu_title {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: bold;
}


/* セクション */
.modal_mymenu_section {
  margin-bottom: 1em;
}


/* 見出し */
.modal_mymenu_heading {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin: 0;
  color: #b99e66;
  font-weight: bold;
}

.modal_mymenu_heading_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.modal_mymenu_heading_icon img {
  display: block;
  width: 25px;
  height: auto;
}

.modal_mymenu_heading_icon i {
  font-size: 20px;
  line-height: 1;
}
span.modal_mymenu_heading_text{
	font-size: 18px;
}

/*---------------------------------------
写真登録
---------------------------------------*/
.modal_mymenu_profile {
  margin-bottom: 36px;
}

.modal_mymenu_profile_box {
  text-align: center;
}

.modal_mymenu_profile_image_wrap {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  cursor: pointer;
}

.modal_mymenu_profile_frame {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.modal_mymenu_profile_frame img {
  display: block;
  width: 100%;
  height: auto;
}

.modal_mymenu_profile_image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 99%;
  height: 99%;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.modal_mymenu_profile_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal_mymenu_profile_file {
  display: none;
}


/* 写真編集アイコン */
.modal_mymenu_profile_icon_btn {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

.modal_mymenu_profile_icon_btn img {
  display: block;
  width: 100%;
  height: auto;
}


/*---------------------------------------
基本ステータス
---------------------------------------*/
.modal_mymenu_status_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #b99e66;
}

.modal_mymenu_status_head .modal_mymenu_heading {
  margin-bottom: 0;
}

.modal_mymenu_accordion_body {
  display: none;
  overflow: hidden;
  padding-top: 1em;
}

.modal_mymenu_status.is_open .modal_mymenu_accordion_body {
  display: block;
}

.modal_mymenu_status.is_open .modal_mymenu_accordion_btn_icon {
  transform: rotate(180deg);
}


/* アコーディオンボタン */
.modal_mymenu_accordion_btn {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  gap: 3px;
  border: none;
  background: none;
  padding: 0;
  color: #b99e66;
  font-size: 12px;
  white-space: nowrap;
  cursor: pointer;
}

.modal_mymenu_accordion_btn_icon {
  font-size: 10px;
  line-height: 1;
  transition: transform .3s;
}


/*---------------------------------------
共通レイアウト（一覧系）
---------------------------------------*/
.modal_mymenu_status_list,
.modal_mymenu_favorite_list,
.modal_mymenu_quiz_list {
  margin: 0;
  padding: 0;
}

.modal_mymenu_status_item,
.modal_mymenu_favorite_item,
.modal_mymenu_quiz_item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.modal_mymenu_status_item {
  align-items: flex-start;
  margin-bottom: 1em;
}

.modal_mymenu_status_item:last-child {
  margin-bottom: 0;
}

.modal_mymenu_favorite_item,
.modal_mymenu_quiz_item {
  align-items: flex-start;
	    margin-bottom: 0.5em;
}

.modal_mymenu_status_label,
.modal_mymenu_favorite_label,
.modal_mymenu_quiz_label {
  margin: 0;
  color: #b99e66;
  font-size: 16px;
  font-weight: 500;
}

.modal_mymenu_status_value,
.modal_mymenu_favorite_select,
.modal_mymenu_quiz_value {
  margin: 0;
  color: #b99e66;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}

.modal_mymenu_status_link,
.modal_mymenu_quiz_link {
  display: inline-block;
  margin-top: 0.5em;
  color: #b99e66;
  font-size: 11px;
  text-decoration: none;
}

.modal_mymenu_status_link:hover,
.modal_mymenu_quiz_link:hover {
  text-decoration: underline;
}


/*---------------------------------------
基本ステータス 個別
---------------------------------------*/
.modal_mymenu_status_label {
  width: 40%;
}

.modal_mymenu_status_value_wrap {
  width: 60%;
  text-align: right;
	margin: 0;
}

.modal_mymenu_status_value_stage,
.modal_mymenu_status_value_stamp {
  color: #ff308a;
  font-size: 16px;
}

.modal_mymenu_status_value_stamp .num,
.modal_mymenu_status_value_stamp .unit {
  display: inline-block;
}


/* 編集行 */
.modal_mymenu_status_edit_row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5em;
	/*
  padding-bottom: 6px;
  border-bottom: 2px dotted#b99e66;
	*/
}


/* 編集ボタン */
.modal_mymenu_status_edit_btn {
  width: 22px;
  height: 22px;
  border: none;
  background: none;
  padding: 0;
  color: #b99e66;
  cursor: pointer;
}

.modal_mymenu_status_edit_btn img {
  display: block;
  width: 100%;
  height: auto;
}


/* 会員ID */
.modal_mymenu_status_value_wrap_id {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0 20px;
}


/* ステータス編集UI */
.modal_mymenu_status_input {
  display: none;
  border: none;
  border-bottom: 2px solid #d8c28f;
  background: transparent;
  color: #b99e66;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
}

.modal_mymenu_status_edit_row.is_edit .js_edit_text {
  display: none;
}

.modal_mymenu_status_edit_row.is_edit .modal_mymenu_status_input {
  display: block;
}


/*---------------------------------------
推しカレ
---------------------------------------*/

.modal_mymenu_favorite_label {
  width: 40%;
}

.modal_mymenu_favorite_value_wrap {
  width: 60%;
  text-align: right;
}

.modal_mymenu_favorite_select_wrap {
  position: relative;
  width: 170px;
  margin-left: auto;
}

.modal_mymenu_favorite_select {
  width: 100%;
  border: none;
  background: transparent;
  padding: 0 24px 0 0;
  text-align: right;
  text-align-last: right;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.modal_mymenu_favorite_select_wrap::after {
  content: "▼";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #b99e66;
  font-size: 16px;
  line-height: 1;
  pointer-events: none;
}
.modal_mymenu_favorite_body {
    padding-top: 1em;
}


/*---------------------------------------
どっちでしょうクイズ
---------------------------------------*/
.modal_mymenu_quiz_label {
  width: 40%;
}

.modal_mymenu_quiz_value_wrap {
  width: 60%;
  text-align: right;
}

.modal_mymenu_quiz_value_rank {
  color: #ff2f92;
}
.modal_mymenu_quiz_body {
    padding-top: 1em;
}

/*---------------------------------------
浮遊モーダル
---------------------------------------*/
.modal_mymenu_float_overlay {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  background: rgba(0, 0, 0, 0.45);
}

.modal_mymenu_float_overlay.is_show {
  display: block;
}

.modal_mymenu_float_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  max-width: 320px;
  box-sizing: border-box;
  border-radius: 16px;
  background: url(../../images/common/bg/bg_wave_big_left.png) no-repeat top left / 50%, url(../../images/common/bg/bg_wave_big_right.png) no-repeat bottom right / 40%, #fffee6;
  color: #b99e66;
  padding: 22px 18px 18px;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
	border: 2px solid #b99e66;
}

.modal_mymenu_float_subject {
  margin: 0 0 10px!important;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.modal_mymenu_float_text {
  margin: 0 0 18px;
  font-size: 12px;
  line-height: 1.7;
	/*
  text-align: center;
	*/
}

.modal_mymenu_float_btns_top {
  margin-bottom: 12px;
}

.modal_mymenu_float_btns {
  display: flex;
  gap: 10px;
	margin-top: 1.5em;
}

.modal_mymenu_float_btn {
  appearance: none;
  -webkit-appearance: none;
  flex: 1;
  min-height: 42px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}

.modal_mymenu_float_btn_cancel {
  border: 1px solid #b99e66;
  background: transparent;
  color: #b99e66;
}

.modal_mymenu_float_btn_submit {
  border: 1px solid #b99e66;
  background: #b99e66;
  color: #ffffff;
}

.modal_mymenu_float_btn_delete {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border: none;
  background: transparent;
  color: #b99e66;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
	margin: 1em auto 0 auto;
}

.modal_mymenu_float_btn_delete.is_hidden {
  display: none;
}

/*---------------------------------------
マイメニュー 保存ボタン / 未保存警告
---------------------------------------*/
.modal_mymenu_save_area {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 40;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .25s, transform .25s, visibility .25s;
}

.modal_mymenu_save_area.is_show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.modal_mymenu_save_btn {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  min-width: 132px;
  min-height: 46px;
  border: 1px solid #b99e66;
  border-radius: 999px;
  background: #b99e66;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  cursor: pointer;
}

.modal_mymenu_save_btn:disabled {
  opacity: .6;
  cursor: default;
}

.modal_mymenu_save_complete {
  display: none;
  min-width: 132px;
  min-height: 46px;
  box-sizing: border-box;
  border: 1px solid #b99e66;
  border-radius: 999px;
  background: #fffee6;
  color: #b99e66;
  font-size: 14px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.modal_mymenu_save_area.is_complete .modal_mymenu_save_btn {
  display: none;
}

.modal_mymenu_save_area.is_complete .modal_mymenu_save_complete {
  display: block;
}

/*---------------------------------------
コンテンツのみスクロールレイアウト
---------------------------------------*/
.page_scroll_content_only .center_scroll > main.site_main {
  padding: 0 3% 0 3%;
}
.page_scroll_content_only .center_scroll {
  overflow: hidden;
}
.page_scroll_content_only .site_main,
.page_scroll_content_only .voice_list_section,
.page_scroll_content_only .content_page {
  height: 100%;
  min-height: 0;
}
.page_scroll_content_only .content_page {
  display: flex;
  flex-direction: column;
	position: relative;
}
.page_scroll_content_only .content_page::after {
  content: "";
  position: absolute;
  left: -3.5%;
  bottom: 0;
  width: calc(100% + 6.5%);
  height: 40px;
  background: linear-gradient(
    to bottom,
    rgba(20,16,24,0) 0%,
    rgba(20,16,24,0.6) 60%,
    rgba(20,16,24,0.9) 100%
  );
  pointer-events: none;
  z-index: 5;
}
.page_scroll_content_only .content_header {
  flex-shrink: 0;
}
.page_scroll_content_only .content_list {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
	padding-bottom: 15%;
}
.page_scroll_content_only .content_list::-webkit-scrollbar {
  display: none;
}

/*---------------------------------------
ボイス
---------------------------------------*/
.voice_list_section {
  padding: 0 0 0 0;
}
.voice_list_heading {
  padding: 0 2rem;
  margin-bottom: 2.4rem;
}
.voice_list_title {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
}
.voice_list_title_text {
  display: inline-block;
}
.voice_list_help_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  appearance: none;
}
.voice_list_help_btn img {
  display: block;
  width: 100%;
  height: auto;
}

/* 横スライド全体 */
.voice_character_nav_wrap {
  position: relative;
  padding-bottom: 0;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.45);
}
.voice_character_nav {
  display: flex;
  align-items: flex-start;
  gap: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
}
.voice_character_nav::-webkit-scrollbar {
  display: none;
}
.voice_character_nav.is_dragging {
  cursor: grabbing;
}

/* 各キャラ */
.voice_character_item {
  position: relative;
  flex: 0 0 27.5%;
  min-width: 6.5rem;
  padding: 0 0.8rem 1rem;
  border: none;
  background: transparent;
  text-align: center;
  cursor: pointer;
  appearance: none;
}
.voice_character_thumb {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 0.5em;
}
.voice_character_thumb img {
  display: block;
  width: 100%;
  max-width: 9.8rem;
  height: auto;
  pointer-events: none;
}
.voice_character_name {
  display: block;
  color: #a6a6a6;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

.voice_character_line {
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 100%;
  height: 0.3rem;
  background: transparent;
  transition: background 0.25s ease, opacity 0.25s ease;
  opacity: 0;
}

/* active */
.voice_character_item.is_active .voice_character_name {
  color: #ffffff;
}
.voice_character_item.is_active .voice_character_line {
  background: #ffffff;
	opacity: 1;
}

/* hover */
@media (hover: hover) {
  .voice_character_item:hover .voice_character_name {
    color: #ffffff;
  }
}

/* 件数と並び替え */
.function_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5em auto 1em auto;
}
.function_number {
  display: flex;
  align-items: center;
  gap: 0.2em;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.4;
}
.function_label,
.voice_number {
  margin: 0;
}
.function_sort {
  position: relative;
}
.function_sort_btn {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  padding: 0;
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 13px;
  cursor: pointer;
  appearance: none;
}
.function_sort_popup {
  position: absolute;
  top: 120%;
  right: 0;
  min-width: 140px;
  padding: 0.5em 0;
  background: #222222;
  border-radius: 6px;
  display: none;
  z-index: 10;
}
.function_sort.is_open .function_sort_popup {
  display: block;
}
.function_sort_option {
  display: flex;
  align-items: center;
  gap: 0.5em;
  width: 100%;
  padding: 0.5em 1em;
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
}
.function_sort_option i {
  opacity: 0;
}
.function_sort_option.is_active {
  color: #f3a242;
}
.function_sort_option.is_active i {
  opacity: 1;
}
.function_sort_option:hover {
  background: rgba(255,255,255,0.1);
}

/* ボイスリスト */
.voice_wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.7em;
}


/* ボイスアイテム */
.voice_item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #1B1B1B;
}
.voice_item_inner {
  display: flex;
  align-items: stretch;
}
.voice_item_thumb {
  flex: 0 0 108px;
  position: relative;
  overflow: hidden;
}
.voice_item_thumb::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
  background: linear-gradient(to right, rgba(27, 27, 27, 0), #1B1B1B);
}
.voice_item_thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice_item_text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.5em;
}
.voice_item_date {
  margin: 0 0 4px;
  color: #878685;
  font-size: 11px;
  line-height: 1.2;
}
.voice_item_title {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}


/* 試聴フラグ */
.voice_item_flag {
  position: absolute;
  top: 12px;
  right: 12px;
  margin: 0;
  color: #878685;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.4;
}
.voice_item.is_listened .voice_item_flag {
  color: #f3a242;
}
.voice_item_flag::before {
  content: "未試聴";
}
.voice_item.is_listened .voice_item_flag::before {
  content: "試聴済";
}

/* お気に入りボタン */
.voice_item_favorite {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  background: transparent;
  color: #575757;
  font-size: 20px;
  cursor: pointer;
  appearance: none;
}
.voice_item_favorite.is_active {
  color: #ff308a;
}
.voice_item_favorite i {
  pointer-events: none;
}

/* ボイスアイテム */
.voice_item {
  width: 100%;
  padding: 0;
  border: none;
  text-align: left;
  cursor: pointer;
  appearance: none;
}

/* ボイス　リアクション情報（スタンプ数、コメント数） */
.voice_item_reaction {
  display: flex;
  align-items: center;
  gap: 0.8em;
  margin-top: 0.45em;
  color: #878685;
}
.voice_item_reaction_item {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  margin: 0;
  font-size: 11px;
  line-height: 1.2;
  font-weight: bold;
}
.voice_item_reaction_item i {
  font-size: 12px;
  line-height: 1;
}
.voice_item_stamp_count i {
  color: #b99e66;
}
.voice_item_comment_count i {
  color: #b99e66;
}
.voice_item_reaction_item span {
  display: inline-block;
  min-width: 1.5em;
}

/*---------------------------------------
ボイス再生 上部ビジュアル
---------------------------------------*/
/* 共通余白リセット */
.modal_voice_player .site_main {
  padding: 0;
}

/* 上部全体 */
.voice_player_head {
  position: relative;
	margin-bottom: 1.5em;
}

/* サムネをKV化 */
.voice_player_visual .voice_item_thumb {
  flex: none;
  width: 100%;
  height: auto;
}

.voice_player_thumb img {
  width: 100%;
  height: auto;
  display: block;
}

/* グラデーション */
.voice_player_head .voice_item_thumb::after{
	display: none;
}
.voice_player_visual::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.3) 40%,
    rgba(0,0,0,0.65) 70%,
    rgba(0,0,0,0.85) 100%
  );
  z-index: 2;
  pointer-events: none;
}

/* 日付 + 名前 */
.voice_player_meta {
  position: absolute;
  left: 0.5em;
  bottom: 0.6em;
  z-index: 5;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.95), 0 0 4px rgba(0, 0, 0, 0.95), 0 0 8px rgba(0, 0, 0, 0.75), 0 2px 4px rgba(0, 0, 0, 0.55);
}

.voice_player_date {
  margin: 0 0 0.3em;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
}

.voice_player_character_name {
  margin: 0;
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
	letter-spacing: 0.1em;
}

/* ボイス再生 残り時間 */
.voice_player_time {
  position: absolute;
  right: 0.5em;
  bottom: 0.6em;
  z-index: 5;
  text-align: right;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.95), 0 0 4px rgba(0, 0, 0, 0.95), 0 0 8px rgba(0, 0, 0, 0.75), 0 2px 4px rgba(0, 0, 0, 0.55);
}

.voice_player_time_text {
  margin: 0;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.05em;
}

/* 波形 */
.voice_player_wave_area {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  width: 100%;
  pointer-events: none;
}

.voice_player_wave {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3px;
  width: 100%;
  height: 32px;
}

.voice_player_wave_bar {
  display: block;
  flex: 1 1 0;
  min-width: 2px;
  height: 2px;
  background: #f3a242;
  border-radius: 999px;
  transition: height 0.18s ease;
}

/*---------------------------------------
ボイス再生 操作エリア
---------------------------------------*/
.voice_player_body {
  position: relative;
  padding: 0 1em 0 1em;
	    overflow: hidden;
}

.voice_player_action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  margin-bottom: 1.2em;
}

.voice_player_chara_thumb {
  width: 72px;
  flex-shrink: 0;
}

.voice_player_chara_thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.voice_player_control_buttons {
  display: flex;
  align-items: center;
  gap: 1em;
}

/* お気に入り */
.voice_player_favorite {
  position: static;
  width: 44px;
  height: 44px;
  font-size: 42px;
  color: #575757; /* ←ここ変更 */
}
.voice_player_favorite.is_active {
  color: #ff308a;
}

/* 頭出し */
.voice_player_rewind {
  width: 44px;
  padding: 0;
  border: none;
  background: transparent;
  appearance: none;
  cursor: pointer;
}

.voice_player_rewind img {
  display: block;
  width: 100%;
  height: auto;
}

/* 再生 / 停止 */
.voice_player_play_btn {
  position: relative;
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  background: transparent;
  appearance: none;
  cursor: pointer;
}

.voice_player_play_btn img {
  display: none;
  width: 100%;
  height: auto;
}

.voice_player_play_btn .voice_player_play_icon {
  display: block;
}

.voice_player_play_btn.is_playing .voice_player_play_icon {
  display: none;
}

.voice_player_play_btn.is_playing .voice_player_stop_icon {
  display: block;
}

/* タイトルと本文 */
.voice_player_title {
  margin: 0 0 0.2em!important;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 700;
}

.voice_player_description {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
}

/*---------------------------------------
ボイス再生 スタンプ機能
---------------------------------------*/
.voice_player_stamp_area{
  margin-top: 1em;
}
.voice_player_stamp_scroll{
  display: flex;
  gap: 0.8em;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.voice_player_stamp_scroll::-webkit-scrollbar{
  display: none;
}
.voice_player_stamp_item{
  flex: 0 0 auto;
  width: 40px;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  position: relative;
}
.voice_player_stamp_item img{
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  position: relative;
  z-index: 1;
}
.voice_player_stamp_count{
  position: absolute;
  right: 0;
  top: 0;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background: rgba(255,48,138,1);
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  line-height: 1;
  z-index: 20;
  pointer-events: none;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.voice_player_stamp_item.is_stamp_motion img{
  animation: voiceStampPop 0.28s ease;
}
@keyframes voiceStampPop{
  0%{
    transform: scale(1);
  }
  45%{
    transform: scale(1.16);
  }
  100%{
    transform: scale(1);
  }
}

/*---------------------------------------
ボイス再生 コメント機能
---------------------------------------*/
.voice_comment_area{
  background: #ffffff;
  margin-left: -6%;
  margin-right: -6%;
  padding-left: 4%;
  padding-right: 4%;
}
.voice_comment_list{
  display: flex;
  flex-direction: column;
	max-height: 260px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
	scrollbar-width: none;
  -ms-overflow-style: none;
}
.voice_comment_list::-webkit-scrollbar{
  display: none;
}
.voice_comment_item{
  display: flex;
  gap: 0.5em;
  padding: 1em 0;
  border-bottom: 1px solid #c8c8c8;
}
.voice_comment_item:last-child{
  border-bottom: none;
}
.voice_comment_user_thumb{
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.voice_comment_user_thumb img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}
.voice_comment_body{
  flex: 1;
  min-width: 0;
}
.voice_comment_meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6em;
  margin-bottom: 0.5em;
}
.voice_comment_user_name{
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  color: #7e7e7e;
}
.voice_comment_date{
  margin: 0;
  font-size: 11px;
  color: #7e7e7e;
}
.voice_comment_delete{
  margin-left: auto;
  background: none;
  border: none;
  padding: 0;
  color: #7e7e7e;
  font-size: 11px;
  cursor: pointer;
}
.voice_comment_text{
  margin: 0;
  color: #333333;
  font-size: 13px;
  line-height: 1.7em;
  word-break: break-word;
}

/*---------------------------------------
ボイス再生 コメント投稿
---------------------------------------*/
.voice_comment_form_area{
  position: sticky;
  bottom: 0;
  z-index: 10;
  background: #ffffff;
  border-top: 1px solid #d8d8d8;
  margin-left: -6%;
  margin-right: -6%;
  padding: 0.8em 4%;
}
.voice_comment_form_inner{
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.voice_comment_form_thumb{
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.voice_comment_form_thumb img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}
.voice_comment_form_input_wrap{
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.voice_comment_form_input{
  flex: 1;
  height: 36px;
  border: 1px solid #cfcfcf;
  border-radius: 999px;
  font-size: 13px;
  color: #333333;
  outline: none;
	min-height: 36px;
  max-height: 84px;
  padding: 0.6em 1em;
  line-height: 1.5;
  resize: none;
  overflow-y: auto;
	scrollbar-width: none;
  -ms-overflow-style: none;
}
.voice_comment_form_input::-webkit-scrollbar{
  display: none;
}
.voice_comment_form_submit{
  flex-shrink: 0;
  border: none;
  border-radius: 999px;
  background: #b99e66;
  color: #ffffff;
  padding: 0.6em 1em;
  font-size: 12px;
  cursor: pointer;
}

/*---------------------------------------
4コマ漫画一覧
---------------------------------------*/
.comic_list_section .function_label {
  white-space: nowrap;
}
.comic_wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.7em;
}
.comic_item {
  position: relative;
}
.comic_item .voice_item_inner {
  align-items: stretch;
}
.comic_item_thumb {
  width: 28%;
  min-width: 92px;
  max-width: 120px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  flex-shrink: 0;
}
.comic_item_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.comic_item_flag {
  color: #878685;
}
.comic_item_flag::before {
  content: "未読";
}
.comic_item.is_read .comic_item_flag::before {
  content: "既読";
  color: #f3a242;
}
.comic_item .voice_item_favorite {
  z-index: 2;
}
.comic_number {
  display: inline-block;
}

/*---------------------------------------
4コマ漫画ビューアー
---------------------------------------*/
.modal_comic_viewer {
  height: 100%;
}
.modal_comic_viewer .site_main {
  height: 100%;
  padding: 0;
}
.comic_viewer {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

/* 上部情報 */
.comic_viewer_header {
  flex-shrink: 0;
  padding: 1em 63px 0 1em;
}
.comic_viewer_date {
  font-size: 0.75rem;
  color: #aaa;
  margin-bottom: 6px;
}
.comic_viewer_heading {
  display: block;
}
.comic_viewer_title {
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 600;
  flex: 1;
}
.comic_viewer_favorite {
  position: absolute;
  right: 1em;
  bottom: 2em;
  z-index: 6;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255,255,255,0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  color: #575757;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
	border:  2px solid #575757;
}

.comic_viewer_favorite.is_active {
  color: #ff308a;
}

/*---------------------------------------
本文（スクロールエリア）
---------------------------------------*/
.comic_viewer_body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* スクロールバー非表示 */
  scrollbar-width: none;
  -ms-overflow-style: none;
	padding: 0 3% 15% 3%;
}

.comic_viewer_body::-webkit-scrollbar {
  display: none;
}

/*---------------------------------------
画像表示
---------------------------------------*/
.comic_viewer_image {
  width: 100%;
  box-sizing: border-box;
}
.comic_viewer_image img {
  width: 100%;
  height: auto;
  display: block;
}

/*---------------------------------------
下フェード（続き示唆）
---------------------------------------*/
.modal_comic_viewer::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(
    to bottom,
    rgba(20,16,24,0) 0%,
    rgba(20,16,24,0.6) 60%,
    rgba(20,16,24,0.9) 100%
  );
  pointer-events: none;
  z-index: 5;
}

/*---------------------------------------
4コマ漫画ビューアー UI表示/非表示
---------------------------------------*/
.comic_viewer {
  position: relative;
}

.comic_viewer_header,
.comic_viewer_favorite {
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.comic_viewer.is_ui_hidden .comic_viewer_header {
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
}

.comic_viewer.is_ui_hidden .comic_viewer_favorite {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}

/*---------------------------------------
知識度クイズ
---------------------------------------*/
/* 全体 */
.center_bg.quiz_bg {
  position: absolute;
  inset: 0;
  background: url("../../images/common/bg/login_bg_03.jpg") no-repeat center center;
  background-size: cover;
  z-index: 0;
}
.center_bg.quiz_bg::before {
  content: none;
}

/* タイトル周り */
.content_enter_title{
	width: 100%;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 2em;
	position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content_enter_title h3 img{
	width: 100%;
}
.content_info{
	margin: 1em auto;
}
.content_info.content_info_quiz{
	background: rgba(185,158,102,0.9);
	display: inline-block;
	padding: 0 1.3em;
	border-radius: 120px;
}
.content_enter_title dl{
	display: inline-flex;
	align-content: center;
	justify-content: center;
	background: rgba(0,0,0,0.8);
	line-height: 1.3em;
	padding: 0.2em 1em;
	gap:0.5em;
	margin-top: 1em;
}
.content_enter_title dl dt img{
	width: 20px;
}
.content_enter_title dl dd{
	margin: 0;
}

/* 開始ボタン */
.content_start_wrap{
	position: absolute;
  left: 50%;
	bottom: 5%;
  transform: translateX(-50%);
	width: 100%;
}
.content_start {
  position: relative;
  text-align: center;
  z-index: 2;
	font-weight: bold;
	font-size: 1.5em;
	font-style: normal;
	line-height: 1em;
	margin: 0 auto 2em auto;
}
.content_start span{
	font-weight: normal;
	font-size: 0.5em;
}
.content_start a {
  position: relative;
  display: block;
  padding: 0.5em 0;
  color: #fff;
  text-decoration: none;
  z-index: 2;
}
.content_start::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.4) 0%,
    rgba(0,0,0,0.6) 15%,
	rgba(0,0,0,0.8) 30%,
    rgba(0,0,0,0.9) 50%,
	rgba(0,0,0,0.8) 70%,
    rgba(0,0,0,0.6) 85%,
    rgba(0,0,0,0.4) 100%
  );
}

/* ルール確認ボタン */
.content_rule{
	text-align: center;
}
.content_rule a img{
	display: inline;
	width: 120px;
}

/*---------------------------------------
知識度クイズ（クイズ出題）
---------------------------------------*/
/* 全体 */
.center_bg.quiz_bg.quiz_question_bg{
	position: absolute;
	inset: 0;
	z-index: 0;
}
.center_bg.quiz_bg.quiz_question_bg::before{
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.6);
	z-index: 1;
	pointer-events: none;
}
.quiz_content_wrapper{
	width: 100%;
	padding: 5em 0 0 0;
	text-align: center;
}

/* 主題数プログレスバー */
.quiz_content_progress{
	width: 90%;
	margin: 0 auto 1em auto;
}
.quiz_content_progress_bar{
	width: 100%;
	height: 6px;
	background: rgba(255,255,255,0.2);
	overflow: hidden;
}
.quiz_content_progress_current{
	display: block;
	width: 0%;
	height: 100%;
	background: #ffff00;
}
.quiz_content_progress_text{
	margin: 0.3em 0 0;
	text-align: right;
	font-size: 12px;
	letter-spacing: 0.06em;
	font-weight: bold;
	color: #ffff00;
}

/* 出題タイトルなど */
.quiz_content_title{
	text-align: center;
	margin-bottom: 2em;
}
.quiz_content_title p.quiz_content_title_number{
	font-size: 40px;
	color: #ffff00;
	letter-spacing: 0.1em;
	font-family: var(--font-montserrat);
    font-weight: var(--fw-extrabold);
	font-style: normal;
}
.quiz_content_title p{
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	color: #ffff00;
	font-style: italic;
}

/* 回答の選択ボタン */
.quiz_content_answer{
	display: flex;
	flex-direction: column;
	gap: 1.5em;
	margin-bottom: 2em;
}
.quiz_content_answer_box{
	width: 100%;
}
.quiz_content_answer_btn{
	width: 100%;
	padding: 1.5em 1em;
	border: 1px solid #ffff00;
	background: rgba(0,0,0,0.6);
	color: #ffff00;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	transition: transform 0.2s ease, background 0.2s ease;
}
.quiz_content_answer_btn:active{
	transform: scale(0.97);
	background: rgba(0,0,0,0.8);
}

/* 回答時間カウントダウン */
.quiz_content_cd{
	display: inline-flex;
	align-items: baseline;
	justify-content: center;
	margin-bottom: 3em;
	background: #ffff00;
	border-radius: 120px;
	padding: 0.1em 1em;
}
.quiz_content_cd img{
	width: 100px;
	margin-right: 0.5em;
}
.quiz_cd{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.quiz_content_stop{
	text-align: center;
}
.quiz_content_stop_btn{
	background: none;
	border: none;
	color: #bcbcbc;
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
}

/* 結果：中断画面 */
.quiz_result_wrapper,
.quiz_end_wrapper{
	width: 100%;
	min-height: 100%;
	padding: 3em 0 0 0;
	text-align: center;
	color: #ffffff;
}

.quiz_result_wrapper[hidden],
.quiz_end_wrapper[hidden]{
	display: none;
}

/* 結果：正解数 */
.quiz_result_number{
	color: #e1c17f;
	font-size: 120px;
	line-height: 1;
	font-family: var(--font-montserrat);
	font-weight: var(--fw-extrabold);
	font-style: normal;
}

/* 結果：ステータス */
.quiz_result_status{
	color: #e1c17f;
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 0.2em;
}
.quiz_result_message{
	margin: 0 0 0.5em;
	color: #e1c17f;
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
	font-style: italic;
}
.quiz_result_rank{
	margin: 0 0 1em;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.6;
	font-weight: bold;
}
span.rank_font_color{
	color: #e1c17f;
}
.quiz_result_badge{
	width: 110px;
	margin: 0 auto 1.5em;
}
.quiz_result_badge img{
	display: block;
	width: 100%;
	height: auto;
}

/* ランク表 */
.quiz_result_rank_table{
	width: 70%;
	margin: 0 auto 2em;
	padding: 0.8em 1em;
	background: rgba(0,0,0,0.65);
	box-sizing: border-box;
	text-align: center;
}
.quiz_result_rank_table p{
	margin: 0 0 0.6em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	font-size: 13px;
	font-weight: bold;
}
.quiz_result_rank_table dl{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.5em 1em;
	margin: 0;
	text-align: left;
}
.quiz_result_rank_table dt img{
	width: 15px;
	margin-right: 0.2em;
}
.quiz_result_rank_table dt,
.quiz_result_rank_table dd{
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
}
.quiz_result_rank_table dd{
	text-align: right;
}

/* 結果下部 */
.quiz_result_next{
	margin: 0 0 0.5em;
	color: #ffff00;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
}
.quiz_result_note{
	margin: 0 0 2em;
	color: #ffffff;
	font-size: 11px;
	line-height: 1.6;
}
.quiz_result_home a{
	color: #bcbcbc;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

/* 中断画面 */
.quiz_end_title{
	margin: 0 0 0.8em;
	color: #ffff00;
	font-size: 26px;
	line-height: 1.5;
	font-weight: bold;
}
.quiz_end_text{
	margin: 0 0 2em;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.8;
	font-weight: bold;
}

/* ルール確認 */
.quiz_rule_wrapper{
	width: 95%;
	margin: 0 auto;
	padding: 3em 0 4em;
	color: #ffffff;
}
.quiz_rule_title{
	width: 80%;
	margin: 0 auto 1.5em;
}
.quiz_rule_title img{
	display: block;
	width: 100%;
	height: auto;
}
.quiz_rule_text{
	margin-bottom: 1.5em;
}
.quiz_rule_text p{
	margin: 0 0 1em;
	font-size: 12px;
	line-height: 2em;
	font-weight: bold;
}
.quiz_rule_back{
	margin-top: 3em;
	text-align: center;
}
.quiz_rule_back a{
	color: #bcbcbc;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

/* 次回開催までお待ちください */
.quiz_wait_wrapper{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*---------------------------------------
スタンプ購入
---------------------------------------*/
/* 全体 */
.bottom_black_shadow::after {
    content: "";
    position: absolute;
    left: -3.5%;
    bottom: 0;
    width: calc(100% + 6.5%);
    height: 40px;
    background: linear-gradient(to bottom, rgba(20, 16, 24, 0) 0%, rgba(20, 16, 24, 0.6) 60%, rgba(20, 16, 24, 0.9) 100%);
    pointer-events: none;
    z-index: 10;
}
.center_bg.buy_stamp_bg {
  position: absolute;
  inset: 0;
  background: url("../../images/common/bg/login_bg_05.jpg") no-repeat center center;
  background-size: cover;
  z-index: 0;
}
.center_bg.buy_stamp_bg::before {
  content: none;
}
.buy_stamp_wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 4em;
    color: #ffffff;
	text-align: center;
}
h2.buy_stamp_title img{
	width: 100%;
}

/* スタンプ所持数 */
.stamp_number_wrapper{
	display: inline-flex;
	align-items: baseline;
	justify-content: center;
	margin: 1em auto 2em auto;
	background: rgba(14,54,19,0.8);
	border-radius: 120px;
	padding: 0.1em 1em;
}
.stamp_number_wrapper img{
	width: 100px;
	margin-right: 0.5em;
}
.stamp_number_wrapper p{
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
	font-style: italic;
}

/* 商品メニューセット */
.buy_stamp_menu_wrapper{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.7em;
}
.buy_stamp_menu_set{
	background: rgba(14,54,19,0.8);
	padding: 0.5em;
	width:100%;
	border-radius: 4px;
}
.buy_stamp_menu_set .buy_stamp_thumb img{
	width: 100%;
	margin-bottom: 0.5em;
}
.buy_stamp_detail p.buy_stamp_product_name{
	text-align: left;
	font-weight: bold;
	font-size: 0.9em;
}
.buy_stamp_detail p.buy_stamp_caption{
	text-align: center;
	background: #e60012;
	border-radius: 100px;
	padding: 0.1em 0;
	margin: 0.5em 0;
	font-size: 0.7em;
}
.buy_stamp_detail p.buy_stamp_price{
	text-align: right;
	font-weight: bold;
	font-size: 0.9em;
}
.buy_stamp_btn img{
	width: 100%;
	margin-top: 0.5em;
}

/* 確認画面 */
.common_content_wrapper {
    width: 95%;
    margin: 0 auto;
    padding: 3em 0 4em;
    color: #ffffff;
}
.center_bg.common_blackmask_bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    pointer-events: none;
}
.common_content_inner h2{
	font-size: 1.3em;
	margin-bottom: 0.7em;
	text-align: center;
}
.common_content_inner p{
	text-align: left;
	font-size: 0.8em;
	line-height: 1.7em;
}
.sign_up_details_table {
    width: 100%;
    margin: 2em auto;
    padding: 0.8em;
    background: rgba(0, 0, 0, 0.65);
    box-sizing: border-box;
}
.sign_up_details_table p {
    margin: 0 0 0.6em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 13px;
    font-weight: bold;
	text-align: center;
}
.sign_up_details_table dl {
    display: grid;
    grid-template-columns: 0.6fr 1.4fr;
    gap: 0.8em 1em;
    margin: 1.2em 0 0 0;
}
.sign_up_details_table dt, .sign_up_details_table dd {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
}
.sign_up_details_table dd {
    justify-content: flex-end;
	color: #cdcdcd;
}
dd.table_highright{
	color: #f23d6f;
}
button.btn_common_normal img{
	width: 80%;
	margin: 1em auto;
}

/*---------------------------------------
スタンプ交換所
---------------------------------------*/
/* 全体 */
.center_bg.change_stamp_bg {
  position: absolute;
  inset: 0;
  background: url("../../images/common/bg/login_bg_06.jpg") no-repeat center center;
  background-size: cover;
  z-index: 0;
}
.center_bg.change_stamp_bg.common_blackmask_bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    pointer-events: none;
}
.center_bg.change_stamp_bg::before {
  content: none;
}

/* 交換リスト */
.change_stamp_menu_wrapper{
  width: 100%;
  margin: 0 auto;
}
.change_stamp_menu_set{
  display: flex;
  align-items: center;
  background: rgba(14, 54, 19, 0.8);
  margin-bottom: 1em;
  border-radius: 4px;
	overflow: hidden;
	padding: 0.3em 0.5em;
	gap:0.5em;
}
.change_stamp_thumb{
  width: 25%;
}
.change_stamp_thumb img{
  width: 100%;
  display: block;
}
.change_stamp_detail{
  width: 75%;
	text-align: left;
}
.change_stamp_product_name{
  font-weight: bold;
	font-size: 15px;
}
.change_stamp_caption{
  font-size: 11px;
  margin-bottom: 0.5em;
}
.change_stamp_action{
  display: flex;
  align-items: center;
	justify-content: flex-end;
  width: 100%;
	gap:0.5em;
	margin-top: 0.7em;
}
.change_stamp_required{
  background: #1f7612;
  padding: 0.2em 0.6em;
  border-radius: 4px;
  font-size: 11px;
  white-space: nowrap;
}
.change_stamp_btn{
  background: none;
  border: none;
  padding: 0;
  width: 50%;
}
.change_stamp_btn img{
  width: 100%;
  display: block;
}

/*---------------------------------------
共通フォーム（お問い合わせ、質問、退会など）
---------------------------------------*/
.common_form {
	margin-top: 2em;
}
.common_form_group + .common_form_group {
	margin-top: 2em;
}
.common_form_label {
	display: block;
	color: #d3bcdb;
	font-size: 0.9em;
	margin-bottom: 0.8em;
}
.common_form_input,
.common_form_textarea {
	width: 100%;
	border: 1px solid rgba(255,255,255,0.15);
	background: rgba(255,255,255,0.05);
	color: #ffffff;
	padding: 1em;
	box-sizing: border-box;
	font-size: 16px;
	border-radius: 8px;
	appearance: none;
}
.common_form_input::placeholder,
.common_form_textarea::placeholder {
	color: rgba(255,255,255,0.35);
}
.common_form_textarea {
	min-height: 220px;
	resize: vertical;
	line-height: 1.8;
}
.common_form_error {
	color: #ff6b8b;
	font-size: 0.75em;
	margin-top: 0.8em;
	display: none;
}
.common_form_btn_wrap {
	margin-top: 3em;
}
.common_form_btn {
	width: 100%;
	border: none;
	background: linear-gradient(135deg,#ff308a 0%,#b3125d 100%);
	color: #ffffff;
	padding: 1.2em;
	font-size: 0.9em;
	cursor: pointer;
	border-radius: 999px;
	box-shadow: 0 10px 30px rgba(255,48,138,0.25);
}
.common_form_error.is_show {
	display: block;
}

.common_form_input.is_error,
.common_form_textarea.is_error,
.common_form_select.is_error {
	border-color: #ff6b8b;
}

/* 共通フォーム 確認画面 */
.common_form_confirm {
	/*
	border: 1px solid rgba(255,255,255,0.1);
	background: rgba(255,255,255,0.03);
	padding: 1.2em;
	border-radius: 8px;
	*/
	color: #ffffff;
	line-height: 1.8;
	word-break: break-word;
}

.common_form_btn_wrap_confirm {
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.common_form_btn_back {
	background: transparent;
	border: 1px solid rgba(255,255,255,0.15);
	box-shadow: none;
	color: #d3bcdb;
	margin-top: 1em;
}

/* 共通フォーム 完了画面 */
.common_form_btn_link {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

/* 退会フォーム　select */
.common_form_select {
	width: 100%;
	border: 1px solid rgba(255,255,255,0.15);
	background: rgba(255,255,255,0.05);
	color: #ffffff;
	padding: 1em;
	box-sizing: border-box;
	font-size: 16px;
	border-radius: 8px;
	appearance: none;
	-webkit-appearance: none;
}
.common_form_select option {
	color: #000000;
	background: #ffffff;
}
.common_form_btn_danger {
	background: #3a0d15;
	box-shadow: 0 10px 30px rgba(123,30,43,0.25);
}
.common_form_select optgroup {
	color: #777777;
	background: #ffffff;
	font-style: normal;
	font-weight: 700;
}

/*---------------------------------------
どっちでしょう
---------------------------------------*/
/* 全体 */
.center_bg.vote_bg {
  position: absolute;
  inset: 0;
  background: url("../../images/common/bg/login_bg_04.jpg") no-repeat center center;
  background-size: cover;
  z-index: 0;
}
.center_bg.vote_bg::before {
  content: none;
}

.center_bg.vote_bg.vote_question_bg{
	position: absolute;
	inset: 0;
	z-index: 0;
}
.center_bg.vote_bg.vote_question_bg::before{
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.6);
	z-index: 1;
	pointer-events: none;
}

/* 円グラフ */
.vote_graph_area{
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 3.5em auto 2em auto;
}
.vote_graph_wrap{
	position: relative;
	width: 260px;
	height: 260px;
}
img.vote_graph_flag{
	position: absolute;
	top:-1em;;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	width: 190px;
}

/* SVG */
.vote_pie{
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	filter:
	drop-shadow(0 8px 18px rgba(0,0,0,0.45));
}
/* A */
.vote_pie_a{
	fill: url(#voteGradientA);
}
/* B */
.vote_pie_b{
	fill: url(#voteGradientB);
}
/* テキスト */
.vote_pie_label{
	font-size: 22px;
	font-weight: bold;
	text-anchor: middle;
	dominant-baseline: middle;
	pointer-events: none;
}
/* A文字B文字 */
.vote_pie_label_a,
.vote_pie_label_b{
	fill: #f2c66b;
	filter:
	drop-shadow(0 0 8px rgba(120,180,255,0.55));
}

/* お題目 */
.vote_question_title_wrapper{
	position: relative;
	width: 100%;
	margin: 1em auto 1em auto;
	padding:1.3em 0.8em 1em 0.8em;
	background: rgba(0,0,0,0.6);
	box-sizing: border-box;
	border-radius: 6px;
}
.vote_question_title_inner img{
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 170px;
	height: auto;
	display: block;
}
.vote_question_title_inner p{
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	margin: 0;
}
.vote_question_title_inner ul{
	margin-top: 0.8em;
	font-size: 0.9em;
	text-align: center;
}
.vote_question_title_inner ul li.q_a{
	background: #55217f;
	padding:0.3em 0.2em;
	border-radius: 90px;
	margin-bottom: 0.8em;
}
.vote_question_title_inner ul li.q_b{
	background: #2570bd;
	padding:0.3em 0.2em;
	border-radius: 90px;
}


/* 投票期間 */
.content_enter_title.vote_period {
    width: 100%;
    font-style: italic;
    text-align: center;
    font-weight: bold;
    font-size: 0.9em;
    line-height: 2em;
    position: relative;
	top:0;
	left: 0;
	transform: none;
}
.content_enter_title.vote_period p{
	background: none;
}

/* 投票ボタン */
.vote_btn{
	display: flex;
	justify-content: center;
	gap: 15px;
	margin: 1.5em auto 0.5em auto;
}
.vote_btn_item{
	display: block;
	width: calc(50% - 8px);
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
	transition: transform 0.25s ease,
				opacity 0.25s ease;
}
.vote_btn_item img{
	display: block;
	width: 100%;
	height: auto;
}
.vote_btn_item:hover{
	transform: translateY(-3px);
}
.vote_btn_item:active{
	transform: scale(0.97);
}

/*---------------------------------------
投票 開催履歴
---------------------------------------*/
.vote_history_set{
	width: 100%;
	margin: 1em auto;
}
.vote_svg_defs{
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

/* 履歴アイテム */
.vote_history_item{
	display: flex;
	align-items: center;
	gap: 0.5em;
	padding: 0.5em;
	background: url("../../images/common/bg/bg_wave_big_left.png") no-repeat top left / 30%,url("../../images/common/bg/bg_wave_big_right.png") no-repeat bottom right / 40%,url("../../images/common/bg/bg_wave_big_left.png") no-repeat top left / 30%,url("../../images/common/bg/bg_wave_big_right.png") no-repeat bottom right / 40%,rgba(255,255,255,0.85);
	border-radius: 8px;
	box-sizing: border-box;
}

/* 円グラフ */
.vote_history_graph{
	width: 100px;
	min-width: 100px;
}
.vote_history_pie{
	display: block;
	width: 100%;
	height: auto;
}
.vote_history_pie_a{
	fill: url(#voteGradientA);
}
.vote_history_pie_b{
	fill: url(#voteGradientB);
}
.vote_history_pie_label{
	font-size: 20px;
	font-weight: bold;
	text-anchor: middle;
	dominant-baseline: middle;
	pointer-events: none;
}

.vote_history_pie_label_a,
.vote_history_pie_label_b{
	fill: #ffe76a;
	filter: drop-shadow(0 0 6px rgba(0,0,0,0.45));
}

/* 詳細 */
.vote_history_detail{
	flex: 1;
}
.vote_history_question{
	margin: 0 0 0.5em;
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.5em;
}
.vote_history_answer{
	margin: 0 0 0.5em;
	padding: 0.5em 0.8em;
	color: #fff;
	font-size: 0.8em;
	line-height: 1.4em;
	border-radius: 999px;
}

.vote_history_answer_a{
	background: #55217f;
}

.vote_history_answer_b{
	background: #2570bd;
}

.vote_history_result{
	margin: 0.5em 0 0;
	color: #e4520b;
	font-size: 0.9em;
	font-weight: bold;
	text-align: right;
}

/*---------------------------------------
無料会員ページ
---------------------------------------*/
.top_bn img{
	width: 100%;
}
