/*
#####################
	common
#####################
*/
body {
	font-size: 15px;
	line-height: 2;
	color: #1E1E1E;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	letter-spacing: 0.05em;
}
a {
	transition: .3s;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	opacity: 0.8;
}
.poppins {
	font-family: 'Poppins', sans-serif;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.d_block {
	display:block!important;
}
.inner, .archive .p-breadcrumbs-wrapper,
.archive.category-news .c-entry__content {
	width: 94%;
	max-width: 1280px;
	margin: 0 auto;
}
:where(.btn_more, .btn_more_white) a {
	padding-right: 35px;
	display: inline-block;
	position: relative;
}
:where(.btn_more, .btn_more_white) a:hover::after {
	right: 0px;
}
:where(.btn_more, .btn_more_white) a::after {
	content: url(/wp-content/uploads/2025/11/arrow.svg);
	position: absolute;
	right: 5px;
	transition: .3s;
}
.btn_more_white a::after {
	content: url(/wp-content/uploads/2025/11/arrow_white.svg);
}
:where(.btn01, .btn02) a {
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	color: #fff !important;
	padding: 17px;
	min-width: 230px;
	text-align: center;
	background: #B3D335;
	border-radius: 40px;
	border: 1px solid #B3D335;
}
.btn01 a:hover {
	background: #fff;
	color: #B3D335 !important;
	border: 1px solid #B3D335;
}
.btn02 a {
	color: #B3D335 !important;
	background: #fff;
	border: none;
}


/*
#####################
	header
#####################
*/
.l-header--sticky-lg {
	box-shadow: none;
}
.c-site-branding__title {
	font-size: clamp(18px, 1.94vw, 28px);
}
.c-site-branding__title a {
	z-index: 9999;
}
.c-site-branding__title a::after {
	content: '日本維新の会　前幹事長•前衆議院議員';
	padding-left: 15px;
	font-size: 12px;
	font-weight: normal;
	vertical-align: 5px;
}
.p-global-nav .c-navbar__item>a {
	padding-top: 7px;
	padding-bottom: 7px;
}
.p-global-nav li a span {
	font-size: 13px;
	font-weight: normal;
}
:where(.p-global-nav li:nth-child(5), .kenkin) a {
	padding: 7px 20px;
    border: 1px solid #92B600;
    margin: 0 25px 0 10px;
    line-height: 1;
    transition: .3s;
	color: #92B600 !important;
}
:where(.p-global-nav li:nth-child(5), .kenkin) a:hover {
	background-color: #92B600;
    color: white !important;
}
.p-global-nav li:nth-child(n+6) a {
	padding-right: 10px;
}
.p-global-nav li:last-child a {
	padding-right: 0;
}



/*
#####################
	top
#####################
*/
/*　MV　*/
.mv {
	width: 100vw;
	height: calc(100vh - 70px);
	min-height: 700px;
}
.mv_img {
	position: relative;
}
.mv_img, .mv_img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.inner {
	width: 94%;
	max-width: 1280px;
	margin: 0 auto !important;
}
.mv_img_inner {
	height: 100%;
	position: absolute;
	width: 94%;
	max-width: 1280px;
	top: 0;
	left: 3%;
}
.mv_text01_inner {
	letter-spacing: 0;
	line-height: 1;
	padding: 10px;
	color: white;
}
.mv_txt_wrapper01 h2 {
	font-size: clamp(30px, 4.5vw, 45px);
	padding: 0 10px;
	color: white;
}
.mv_text01 h3 {
	font-size: 15px;
	padding: 6px 10px;
	color: white;
}
.mv_img_txt03 p {
	font-size: 14px;
}
.mv_img_txt03 h2 {
	font-size: clamp(42px, 4.5vw, 52px);
	margin-top: 10px !important;
	line-height: inherit;
}
.text_cover {
	position: relative;
	z-index: 10;
	display: inline-block;
}
.text_cover::before, .text_cover::after {
	content: '';
	display: block;
	background: #B3D334;
	width: 0%;
	height: 100%;
	position: absolute;
	transition: .3s;
}
.text_cover::before {
	z-index: -1;
	top: 0;
	left: 0;
}
.text_cover::after {
	z-index: 10;
	top: 0;
	right: 0;
}
.active .text_cover::before {
	width: 100%;
}
@keyframes text_cover {
	0% { width: 100%; }
	100% { width: 0%; }
}
.open.text_cover::after {
	animation-name: text_cover;
	animation-duration: .5s;
	animation-timing-function: cubic-bezier(.82, .01, .8, 1.05);
	animation-fill-mode: forwards;
}
.text_cover_inner {
	opacity: 0;
}
.open .text_cover_inner {
	opacity: 1;
}
.mv_txt_wrapper01 {
	position: absolute;
	top: 80px;
}
.mv_txt_wrapper02 {
	max-width: 500px;
	position: absolute;
	bottom: 70px;
}
.mv_txt_wrapper03 {
	margin-top: 15px;
}
.mv_twitter {
	padding: 42px 30px 60px;
}
.mv_twitter_inner iframe {
	height: 70vh !important;
	border-radius: 12px;
}
.twitter-timeline {
	width: 100% !important;
}

.top-pickup_block {
	padding: 70px 0 0;
}

.c-Ttl06 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
}
.section_msg {
	font-weight: 700;
}
.section_msg_ttl {
	font-size: clamp(30px, 4vw, 40px);
	line-height: 1.5;
	margin-bottom: 50px;
}
.section_msg_txt {
	font-size: clamp(14px, 3vw, 18px);
	line-height: 2.5;
}
.c-Ttl05 {
    font-size: 32px;
    line-height: 1.5;
	margin-bottom: 0 !important;
}
.c-Ttl05_en {
    font-size: 14px;
    letter-spacing: 0.15em;
}
.profile_txt_en {
	font-size: 14px;
	line-height: 1;
}
.profile_txt {
	padding: 60px 60px 45px 70px;
}
.profile_txt_name {
	font-size: 42px;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0 !important;
	margin-bottom: 10vw !important;
}
.profile_sns_wrap {
	padding-bottom: 25px;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}
.profile_sns_wrap img {
	filter: brightness(0) saturate(100%);
}
.profile_img :is(figure, img) {
	height: 100% !important;
	object-fit: cover;
}

.policy_top {
	font-size: clamp(56px, 13.33vw, 192px);
	line-height: 0.7;
	font-weight: 700;
	opacity: 0.1;
	position: relative;
	z-index: -1;
}
.policy_img img {
	margin-top: -80px;
	margin-bottom: 80px;
}
.policy_txt {
	padding: 166px 0 180px;
}
.policy_txt_inner {
	width: 80%;
	margin: 0 auto;
	max-width: 395px;
}
.c-Ttl05 {
	font-size: 32px;
	line-height: 1.5;
}
.policy_txt .c-Ttl05_en {
	margin: 12px 0 38px;
}

.floating_wrap {
	position: relative;
	padding: 35px 0;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.floating_txt_wrap {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	pointer-events: none;
	z-index: 0;
}
.floating_txt {
	font-size: 54px;
	letter-spacing: 0.15em;
	line-height: 1;
	display: inline-block;
	animation-name: text-loop;
	animation-duration: 60s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes text-loop {
	0% { transform: translate3d(0, 0, 0); }
	100% { transform: translate3d(-50%, 0, 0); }
}
.support_txt {
	padding: 90px 0 100px;
}
.support_txt_ttl {
	font-size: clamp(24px, 3.125vw, 60px);
	line-height: 1;
	margin-bottom: 3rem !important;
}
.floating_img_wrap {
	position: relative;
	padding: 220px 0;
}
.floating_txt_wrap {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	pointer-events: none;
	z-index: 0;
}
.floating_img_wrap .floating_txt {
	width: 1000px;
}
.floating_img_wrap .floating_txt {
	animation-duration: 30s;
	margin: 0 0 0 -30px !important;
}
.support_floating_img img {
	margin: 0 0 0 -35px !important;
}
.floating_txt :is(figure, img) {
	display: inline;
}

.postList_wrap_bt {
	border-top: 1px solid #E6E6E6;
}
.c-entries--rich-media .c-entries__item {
	padding: 0;
	margin: 0;
	border-right: 1px solid #E6E6E6;
}
.c-entries--rich-media .c-entries__item:nth-child(3n) {
	border-right: none;
}
.c-entries--rich-media .c-entries__item a {
	display: block;
	padding: 60px 9% 70px;
}
.c-entries--rich-media .c-entry-summary__figure img {
	transition: .5s !important;
}
.c-entries--rich-media a:hover .c-entry-summary__figure img {
    transform: scale(1.05);
}
.c-entries--rich-media .c-entry-summary__figure:before {
	padding-top: 66.6%;
}
.c-entries--rich-media .c-entry-summary__figure .c-entry-summary__term,
.c-entry-summary__content, .single-post .c-entry__footer {
	display: none;
}
.c-entries--rich-media .c-entry-summary__body {
	display: flex;
	flex-direction: column-reverse;
}
.c-entries--rich-media .c-entry-summary__meta, .single-post .c-meta__item--published {
	justify-content: flex-start;
	margin: 0 0 22px !important;
    font-size: 13px;
	font-weight: normal;
    color: #9A9A9A;
    line-height: 1;
}
.c-entries--rich-media .c-entry-summary__title {
	font-size: 18px;
	line-height: 1.5;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.top-news_column {
	gap: 6vw !important;
}
:is(.news_list, .c-entries--text li) a {
	padding: 40px 20px 40px 5% !important;
}
:is(.news_list, .c-entries--text li) a:hover {
	background: #FAFFF8;
}
:is(.news_list, .c-entries--text li) time {
	font-size: 12px;
	color: #9A9A9A;
}



/*
#####################
	page
#####################
*/
.c-page-header {
	display: none;
}
.l-contents__inner {
	margin-top: 0 !important;
}
.p-breadcrumbs-wrapper {
	padding: 17px 0 !important;
	margin-top: 2rem !important;
}
.p-breadcrumbs-wrapper .c-breadcrumbs {
	font-size: clamp(12px, 1.2vw, 15px);
}
.c-breadcrumbs a {
	text-decoration: underline;
}
.subMv {
	min-height: 500px;
}
.subMvTtl_h2 {
	font-size: clamp(30px, 3.12vw, 45px);
	line-height: 1;
	margin-bottom: 10px !important;
}
.subMvTtl_en {
	letter-spacing: 0.15em;
}
.marker01 {
	background: linear-gradient(transparent 60%, #DDF03D 60%);
}
.inner_M {
	width: 94%;
	max-width: 1100px;
	margin: 0 auto;
}

/*　PROFILE
-------------------------------------*/
.profileList {
	padding: 40px 0;
	gap: 0 !important;
}
.profileList_wrap:nth-child(2n) {
    background: #F1F2F4;
}
.profileList_txt_wrap {
	width: calc(100% - 458px);
}
.profileList_ttl {
	font-size: clamp(26px, 2.22vw, 32px);
	line-height: 1.5;
	margin-top: 0 !important;
	margin-bottom: clamp(20px, 2.78vw, 40px) !important;
}
.profileList_txt {
	font-size: 13px;
}
.profileList_img {
	width: 100%;
	max-width: 383px;
	margin-left: 75px !important;
}

.profileList_txt_ttl {
	font-size: 18px;
	line-height: 1.5;
	display: inline;
	margin-bottom: 15px;
}
.profileList_txt_txt {
	margin-bottom: 45px !important;
	margin-top: 15px !important;
	font-size: 13px;
}
/*　POLICY
-------------------------------------*/
.c-Ttl01 {
	padding: clamp(30px, 4.17vw, 60px) 0;
}
.c-Ttl01_en {
	font-size: 18px;
	line-height: 1.5;
}
.c-Ttl01_h2 {
	font-size: clamp(26px, 4vw, 36px);
	line-height: 1.5;
	margin-top: 0 !important;
}
.inner_S {
	width: 94%;
	max-width: 750px;
	margin: 0 auto;
}
.policyContent {
	padding: 60px 0 70px;
}
.policyContent_img {
	max-width: 600px;
	margin: 0 auto 45px !important;
}
.c-Ttl04 a {
	color: #337ab7;
	font-size: clamp(16px, 1.25vw, 18px);
	font-weight: bold;
}
.c-Ttl04 a img {
	margin-left: 1rem !important;
}
.policyContent_point {
	font-size: 15px;
	font-weight: 700;
	padding: 0 20px;
	margin-right: 25px;
}
.policyContent h3 {
	font-size: clamp(23px, 1.94vw, 28px);
	line-height: 1.5;
	margin-top: 0 !important;
}
.c-Ttl03_sub {
	font-size: 18px;
}
.c-Ttl04 {
	font-size: 18px;
	margin: 20px 0 10px !important;
}
.policyContent_col2_txt {
    line-height: 1.5;
    margin-bottom: 0 !important;
}
.policyContent_col2_img {
	width: 100%;
	max-width: 250px;
	margin: 0 auto !important;
}
.smb-accordion>*+* {
    margin-top: 0 !important;
}
.smb-accordion__item {
	--smb-accordion-item--background-color: transparent;
	--smb-accordion-item--color: #92B600;
	border-bottom: 1px solid #F1F2F4;
}
.smb-accordion__item__title {
	flex-direction: row-reverse;
}
.smb-accordion__item__title__icon {
	margin-left: 0 !important;
	margin-right: var(--_margin-1);
}
.smb-accordion__item__title__label {
	font-size: clamp(16px, 1.25vw, 18px);
	line-height: 1.5;
}
.policyContent p a {
	color: #337ab7;
}
.none-acc :is(input.smb-accordion__item__control, .smb-accordion__item__title__icon) {
	display: none !important;
}

/*　SUPPORT
-------------------------------------*/
.formWrap {
	padding: 65px 0 140px;
}
.formWrap_inner {
	padding: 60px 0 120px;
}
.formInner {
	max-width: 1100px;
	width: 96%;
}
.formTtl {
	font-size: clamp(26px, 2.08vw, 30px);
	line-height: 1.5;
	padding-bottom: clamp(40px, 3.89vw, 56px) !important;
	border-bottom: 1px solid #F0F0F0;
	margin-bottom: clamp(20px, 3.47vw, 50px) !important;
}
.formWrap_inner h3 {
	font-size: clamp(20px, 1.74vw, 25px);
	margin-bottom: 10px !important;
}
.smf-item__col--label {
	display: flex;
	align-items: center;
}
.smf-item__description {
	margin-top: 0 !important;
	color: var(--_color-red);
}
.smf-form .smf-text-control__control,
.smf-form .smf-textarea-control__control {
	background: #F1F2F4;
	padding: 25px;
	border: none;
	border-radius: 0;
}
.smf-action .smf-button-control__control {
	width: 100%;
	max-width: 550px;
	background: #000;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 35px;
	margin: 0 auto 20px;
	border-radius: 0;
}
.smf-button-control__control[data-action="back"] {
	background: #626262;
}
.smf-action .smf-button-control+.smf-button-control {
	margin-left: 0 !important;
}



/*
#####################
	post
#####################
*/
.archive .c-fluid-container {
	padding: 0;
}
.archive .c-page-header, .c-meta svg, .c-meta__item--author, .c-meta__item--modified, .c-entry-tags {
	display: none;
}
.c-entry__header {
	display: flex;
}
.c-entry__header, .c-page-header__content {
	flex-direction: column-reverse;
}
.c-entry__title {
	font-size: clamp(26px, 2vw, 32px);
	line-height: 1.5;
}
.single-post .c-meta {
	align-items: flex-start;
	flex-direction: column;
}
.single-post .c-entry__meta a {
	color: #92B600;
	font-weight: 700;
}
.singlular-nav {
	display: flex;
	justify-content: space-between;
	padding: 0;
}
.singlular-nav li {
	list-style: none;
}
.go-previous a::before {
	content: url(/wp-content/uploads/2025/11/arrow.svg);
	display: inline-block;
	margin-right: 10px;
	transform: rotateY(180deg);
}
.go-next a::after {
    content: url(/wp-content/uploads/2025/11/arrow.svg);
	display: inline-block;
	margin-left: 10px;
}
.archive.category-news .c-entry__content {
	padding-top: 80px;
	padding-bottom: 100px;
}



/*
#####################
	footer
#####################
*/
footer {
	background-color: #F1F2F4;
	padding: 38px 0 43px;
	font-size: 13px;
}
.l-footer--default .l-footer-widget-area {
	padding: 0;
}
.footer_ttl {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 22px !important;
}
.footer_column {
	justify-content: space-between;
	font-size: 13px;
}
.footer_column div {
	flex: 0 0 auto !important;
}
.footerNavList_wrap ul {
	font-weight: 700;
	display: flex;
	width: 550px;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 30px;
}
.widget_nav_menu ul>li+li {
	margin-top: 0 !important;
}
.p-footer-sub-nav {
	display: none;
}
.c-copyright--inverse {
	background-color: inherit;
	color: inherit;
	font-size: 12px;
}



/*************************** レスポンシブ開始　***************************/

/*　drawer
-------------------------------------*/
[id=drawer-nav].c-drawer--overall .c-drawer__controls {
	top: 7px;
}
.c-drawer {
	background-color: white;
}
.c-drawer a, .c-hamburger-btn {
	color: black;
}
.c-drawer .c-hamburger-btn__bar {
	background-color: black;
}
[id=drawer-nav].c-drawer--overall .c-drawer__inner {
	margin: 0;
}
[id=drawer-nav].c-drawer--overall {
	align-items: flex-start;
}
.c-hsm-message-box {
	position: absolute;
	top: 9.5px;
}
.c-drawer__menu {
	text-align: center;
}
.c-drawer__menu li {
	font-size: 15px;
	padding: 25px 0 10px;
	border-bottom: 1px solid #E6E6E6;
}
.c-drawer__menu li:nth-child(n+5) {
	border-bottom: none;
}
.c-drawer__menu li:nth-child(5) a {
	display: block;
	background: #92B600;
	padding: 20px;
	margin-top: 20px;
	color: #fff;
	margin-bottom: 2rem !important;
}
.c-drawer__menu li:nth-child(n+6) {
	display: inline-block;
	padding: 0 10px;
	margin: 0 5px;
}
.c-hamburger-btn__bar {
	height: 2px;
	border-radius: 4px;
}
.c-hamburger-btn__bar:nth-of-type(2) {
	width: 80%;
}

@media screen and (max-width: 1350px) {
	.c-site-branding__title a::before {
		content: '日本維新の会　前幹事長•前衆議院議員';
		font-size: 12px;
		font-weight: normal;
		display: block;
		line-height: 1;
	}
	.c-site-branding__title a::after {
		content: none;
	}
	.mv_img.sme-hidden-lg-up {
		margin-top: 0 !important;
	}
}
@media screen and (max-width: 1000px) {
	.p-breadcrumbs-wrapper {
		margin-top: 0 !important;
	}
	.mv {
		flex-direction: column;
		height: auto;
		gap: 0 !important;
	}
	.mv_twitter_inner iframe {
		height: 20vh !important;
	}
	.policy_img img {
		height: 50vh;
		object-fit: cover;
	}
	.footer_column div {
		flex: auto !important;
	}
	.footerNavList_wrap ul {
		width: auto;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 768px) {
	.flex-item-1 { order: 1; }
	.flex-item-2 { order: 2; }
	
	.mv_twitter_inner iframe {
		height: 40vh !important;
	}
	.section_msg_txt {
		text-align: left;
		padding: 0 5%;
	}
	.top-news_column {
		grid-template-columns: 0 auto !important;
		gap: 0 !important;
	}
	.top-news_column figure {
		display: none;
	}
	.profile_img_wrap {
		gap: 0 !important;
	}
	.profile_sns_wrap a {
		display: flex;
		width: 42px;
		height: 42px;
		border-radius: 50%;
		position: relative;
		transition: .3s;
		background: #92B600;
		justify-content: center;
		align-items: center;
	}
	.profile_sns_wrap img {
		filter: brightness(0) saturate(100%) invert(98%) sepia(85%) saturate(179%) hue-rotate(203deg) brightness(117%) contrast(100%);
	}
	.policy_img img {
		margin: 0;
	}
	.policy_txt {
		padding: 80px 0;
	}
	.footerNavList_wrap ul {
		display: block;
		text-align: center;
	}
	.footerNavList_wrap li a {
		padding: 15px 0;
		display: block;
	}
	.footerNavList_wrap li:nth-child(n-5) {
		text-align: left;
		border-top: 1px solid #E4E4E4;
	}
	.footerNavList_wrap li:nth-child(5) {
		border-bottom: 1px solid #E4E4E4;
	}
	.footerNavList_wrap li:nth-child(n+6) {
		display: inline-block;
		padding: 0 10px;
		margin: 0 5px;
	}
	.subMv {
		min-height: 200px;
	}
	.profileList {
		flex-direction: column-reverse;
	}
	.profileList_txt_wrap {
		margin-top: 30px !important;
		width: 100%;
	}
	.profileList_img {
		width: 100%;
		margin: 0 auto !important;
	}
	.c-Ttl04, .pctac {
		text-align: left;
	}
	.policyContent_grid {
		grid-template-columns: 1fr !important;
	}
}

@media screen and (min-width: 601px){
	.c-entries--rich-media .c-entries__item {
		max-width: 33.333%;
	}
}

@media screen and (max-width: 600px) {
	.mv_img.sme-hidden-lg-up {
		height: 90vh;
	}
	.c-entries {
		flex-direction: column;
		margin: auto !important;
	}
	.c-entries__item {
		max-width: 100%;
	}
	.c-entries--rich-media .c-entries__item {
		border-right: none;
		border-bottom: 1px solid #E6E6E6;
	}
	.c-entries--rich-media .c-entries__item a {
		padding: 20px 3% 40px;
	}
	:is(.news_list, .c-entries--text li) a {
		padding: 20px 10px !important;
	}
	.profile_txt {
		padding: 30px 4% 60px;
	}
	.postList a {
		padding: 20px 3% 40px;
	}
	.policyContent, .archive.category-news .c-entry__content,
	.formWrap_inner {
		padding: 40px 0;
		margin-top: 0 !important;
	}
	.policyContent h3 {
		text-align: left;
	}
}

/* 2026015　堤修正追加*/
@media screen and (max-width: 420px){
	.support_txt_ttl{
		font-size.1.3rem;
	}
}