@charset "UTF-8";
/*
Theme Name: SANGO Child
Theme URI: https://saruwakakun.design
Author: SARUWAKA
Author URI: https://saruwakakun.com
Template: sango-theme
Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/


body{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, Segoe UI, Helvetica Neue, HelveticaNeue, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif !important;
	background:#fff;
	color:#000;
}

.c_linkto:hover, .c_linkto:link, .c_linkto:visited{
	color:#000;
}

a{
	transition:0.3s;
}

#inner-content{
	width:90% !important;
	justify-content: space-between;
}
#sidebar1 {
	flex: none;
	width: 22%;
	max-width: 400px;
}
#main{
	width: calc(100% - 100px - 22%);
	padding: 0;
	max-width: 1100px;
    margin: 0 auto;
}
h1{
	margin-top: 40px;
}


/*ヘッダー*/
#inner-header{
	align-items:center;
}

#logo a {
	font-size: 20px;
	font-weight: bold;
	position: relative;
}

#logo a::after {
	content:"マガジン";

}

#logo img {
	padding: 14px 0 ;
}

.desktop-nav ul li::after{
	display:none;
}
.wp-block-quote p{
	margin-bottom:0px!important;
}

.wp-block-sgb-header-navigation a{
	color:#fff;
	border-radius:10px;
	height: 42px;
	line-height: 42px;
	display: block;
	font-size: 18px;
	padding: 0 20px;
	transition:0.3s;
}

.header-blue a{
	background:#84B7F9;
}

.wp-block-sgb-header-navigation a:hover{
	opacity:0.8;
}

#menu-item-22 a:hover{
	background:#d6674c;
}

.desktop-nav ul{
	align-items:center;
	gap:1.5rem;
}

.header-top {
	padding-top:1rem;
}

.header-top a{
	padding:0;
	background:transparent;
	color:#000000 !important;
	cursor:pointer;
	font-weight: bold;
	font-size: 1rem;
}

.header-top a:hover{
	cursor:pointer;
	color:#e73e0c !important;
}

.sgb-header .wp-block-sgb-header-navigation {
	display: flex;
}

.header-search{
	display:none;
}


@media screen and (max-width: 768px) {
	.sgb-header .wp-block-sgb-header-navigation {
		display: none;
	}
}


.header-btn a:hover{
	background-color:#d6674c;
	cursor:pointer;
}

header + #sgb-css-id-1 .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1rem;
	min-width: 370px !important;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	padding: 1rem;
	font-size: 14px;
}

header + #sgb-css-id-1 .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container li{
	width: calc((100% - 1rem) / 2);
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container a::before{
	display:none;
}

.custom-logo-link:hover{
	opacity:0.7;
}

.custom-logo-link::after{
	content:"マガジン";
	color:#fff;
	font-size:20px;
	font-weight:bold;
	margin-left: 0.5rem;
}

#sgb-css-id-1{
	padding-bottom:14px !important;
}




/*フッター*/
.sgb-full-bg{
	margin:0 !important;
}
.sgb-full-bg .wp-block-buttons{
	justify-content:center;
}
.sgb-full-bg .wp-block-button{
	width: 100%;
	max-width: 320px;
}

.wp-block-sgb-full-bg.alignfull.footer-bg,
.sgb-full-bg > .sgb-full-bg__cover.alignfull,
footer.sgb-footer.alignfull{
	width:100% !important;
	margin:0 !important;
	max-width:none !important;
}

.sgb-footer__content{
	color: #fff;
	max-width: 1345px !important;
}

.sgb-footer__menu > div{
	display:none;
}



/*TOP*/
.top-title{
	color:#e73e0c !important;
	font-size:24px !important;
	margin-bottom:18px !important;
	position:relative;
	display:flex;
	align-items:center;
	gap:12px;
}

.top-title::before{
	content:"";
	width:2rem;
	height:2rem;
	background: url('https://magazine.flaspo.jp/wp-content/uploads/2025/09/top-title.png') no-repeat center / contain;
}

.top-btn{
	width:100%;
	max-width:670px;
	margin:2rem auto 4rem;
}

.top-btn a{
	box-shadow:0px 3px 6px rgba(0,0,0,0.16);
	border-radius:1rem;
	padding: 0.8rem 1rem;
	font-size: clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
}

.top-btn a:hover{
	opacity:0.8;
}

.sng-card-excerpt {
	font-size: 11px;
	line-height: 1.5em;
	margin:7px 0 0;
	font-weight:500;
	color:#000000 !important;
}

.c_linkto{
	box-shadow:none;
}

.c_linkto:hover  .c_linkto_text{
	color:#e73e0c;
}

#main .c_linkto_text{
	background:#efefef;
	padding:10px 1.5rem 1rem !important;
	font-size:16px;
	flex:1;
	position: relative;
	transition:0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#main .c_linkto_text h3{
	font-size:16px;
	margin: 0;
}

#main .c_linkto_text h3 a{
	color:#000;
}

#main .c_linkto_text h3 a:hover{
	color:#e73e0c;
}

#main .author-link{
	font-size:12px;
	font-weight:500;
	color:#000;
	transition:0.3s;
}

#main .card-bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#main .author-link:hover{
	color:#e73e0c;
	text-decoration:underline;
}

#main .sng-link-time{
	font-size:12px;
	color:#717171;
	margin: 0;
}

#main .sng-link-time::before{
	display:none;
}

#main .cat-name{
	font-size:12px;
	color:#000;
	background:transparent;
	padding:0;
	display: flex;
	align-items: center;
	gap: 4px;
	line-height: 1;
	font-weight: 500;
	transition:0.3s;
	position:relative;
	top:auto;
	left:auto;
}

#main .cat-name:hover{
	color:#e73e0c;
	text-decoration:underline;
	transition:0.3s;
}

#main .cat-name::before{
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	background: url('https://magazine.flaspo.jp/wp-content/uploads/2025/09/top-title.png') no-repeat center / contain;
}

.item-text{
	font-size: 11px;
	line-height: 1.5em;
	margin: 7px 0 0;
	font-weight: 500;
	color:#000000 !important;
}

.catpost-cards{
	align-items:stretch;
}
.catpost-cards .c_linkto_wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 350px;
}

.catpost-cards--flat .c_linkto_text{
	flex:1;
}

.longc_title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 3.2em;
}

.catpost-cards{
	grid-template-columns: repeat(3, 1fr);
}

#breadcrumb li:first-child a:before{
	display:none;
}


/*サイドバー*/
#sidebar1 h2{
	background:transparent;
	text-align:center;
	color:#000;
	font-size:1.25rem;
	margin: 1rem 0;
	border-bottom:4px solid;
}

#sidebar1 #block-3  h2:first-child{
	margin-top:0;	
}

#sidebar1 .c_linkto .c_linkto_text{
	padding: 24px 13px 15px;
}

#sidebar1 .cat-name{
	left: 35%;
	font-size: 12px;
	background: transparent;
	color: #000;
	top: 8px;
	font-weight:500;
	display:flex;
	align-items:center;
	gap:4px;
	height: auto;
	line-height: 1;
	padding: 0;
}

#sidebar1 .cat-name::before{
	content:"";
	width:12px;
	height:12px;
	display: block;
	background: url('https://magazine.flaspo.jp/wp-content/uploads/2025/09/top-title.png') no-repeat center / contain;
}

#sidebar1 .cat-name:hover{
	color:#e73e0c;
	text-decoration:underline;
	transition:0.3s;
}

.widget{
	margin:0;
}

#sidebar1 .longc_title{
	font-size:12px;
	font-weight: bold;
}
#sidebar1 .c_linkto.longc_linkto{
	padding:0;
	box-shadow: none;
	margin:0;
	width: 35% !important;
}

#sidebar1 .longc_content{
	width: 63% !important;
}

.c_linkto_long{
	border-bottom:1px solid #EFEFEF;
	padding-bottom: 8px;
	margin:0 0 8px !important;
}

#sidebar1  #sgb-css-id-2 .wp-block-categories-list a{
	overflow: hidden;
	margin: 0 5px 5px 0;
	padding: 3px 14px !important;
	border-radius: 20px;
	background: #eaedf2;
	font-size: 0.9em !important;
	transition: 0.2s ease-in-out;
	display:flex;
	align-items:center;
	gap:2px;
	background: #fff;
	border: 1px solid #e73e0c;
	color:#e73e0c;
	line-height:1.5;
}


#sidebar1  #sgb-css-id-2 .wp-block-categories-list a::before{
	content:"#";
}

#sidebar1 #sgb-css-id-2{
	margin-bottom:0rem;
}

#sidebar1 .sns-p{
	margin: 0.5rem 0 1.5rem;
	font-size: 18px;
	font-weight: 500;
}

#sidebar1 .wp-container-core-group-is-layout-23441af8 .wp-block-image{
	margin:0;
}

#sidebar1 .wp-container-core-group-is-layout-23441af8 .wp-block-image a{
	margin: 0 auto;
	display: block;
	width: fit-content;
}

#sidebar1 .wp-container-core-group-is-layout-23441af8{
	gap:12px;
	width: 80%;
	margin: 0 auto;
}

#sidebar1 .wp-container-core-group-is-layout-23441af8 a:hover{
	opacity:0.7;
}

.home .home-none,
.home .home-none + .c_linkto_long{
	display:none;
}
.longc_img{
	width:28%;
	padding:0;
}
.longc_linkto img{
	padding:0;
	aspect-ratio: 16 / 9;
	object-fit: contain;
}

.widget_media_image a:hover{
	opacity:0.7;
}

.widget_media_image .wp-block-image,
.widget_media_image .wp-block-image a,
.widget_media_image .wp-block-image img{
	height:100%;
}

.widget_media_image:not(:last-child){
	margin-bottom:0.5rem;
	border-bottom:1px solid #EFEFEF;
}

#block-8{
	margin:0;
}

/*singleページ*/

.fab-btn{
	display:none;
}

.single .single-title{
	font-size:1.5rem;
}

.entry-content p{
	margin: 0;
}

.single .entry-content,
.single .article-header{
	padding:0;
}

.single .entry-content p{
	margin-bottom: 10px;
}

.single .post-thumbnail{
	width: 80%;
	margin: 4rem auto 5rem;
}

.single .entry-content h2{
	font-size:20px;
	margin:2rem 0 0.5rem;
}

.single .entry-content h3{
	font-size: 18px;
	margin: 1.5rem 0 0.5rem;
	border: none;
	text-decoration: underline;
	padding: 0;
}

.single .entry-content a{
	color:#E73E0C;
	text-decoration:underline;
}

.single .entry-content a:hover{
	opacity:0.7;
}

.wp-block-button{
	margin:auto!important;
	text-align: center;
}

.wp-block-button a{
	color:#fff!important;
	border-radius: 10px;
}

.single .entry-content .wp-block-image{
	width:100%;
	margin: 1rem auto 1rem;
}

.single .entry-content .wp-block-image img{
	width:100%;
}

.single .meta-tag{
	border-top:1px solid #C4C4C4;
	margin-top:5rem;
	padding-top:2rem;
	margin-bottom:7.5rem;
}

.single .meta-tag ul{
	display:flex;
	flex-wrap:wrap;
	gap:0.5rem;
}

.single .meta-tag ul li{
	line-height: 1;
}

.single .meta-tag ul li a{
	display: inline-block;
	overflow: hidden;
	margin: 0 ;
	padding: 3px 14px !important;
	border-radius: 20px;
	font-size: 0.9em !important;
	transition: 0.2s ease-in-out;
	background: #fff;
	color: #e73e0c;
	border: 1px solid #e73e0c;
	line-height:1.5;
}

.single .meta-tag ul li a:hover{
	opacity:0.7;
}

.author-info{
	background:transparent !important;
	max-width: 540px;
	margin: 0 auto 5rem;
	width: 35%;
	min-width:400px;
	padding: 0 !important;
}

.author-info__inner .tb{
	box-shadow:none;
	background:#EFEFEF;
	border-radius:0;
	padding:1rem;
}

.author-info__inner .tb-left{
	width:100%;
	padding:0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
}

.author_img {
	display: inline-block;
	width: 37%;
	height: auto;
	aspect-ratio: 1 / 1;
}

.author-info__inner .tb-left .aut{
	width:40%;
	padding:0;
	display: flex;
	flex-direction: column-reverse;
	gap: 0.5rem;
	align-items: center;
}

.author-info__inner .tb-left .aut a{
	color:#000;
}

.author-info__inner .tb-left .aut a:hover{
	opacity:0.7;
}

.author_label{
	display:none;
}

.author-info__inner .tb-right{
	display:none;
}

.prnx.pr, .prnx.nx {
	max-width: none;
}

.prnx.nx{
	margin-left: auto;
}

.prnx_tb figure {
	display: table-cell;
	width: 30%;
	margin:0;
}

.prnx_tb figure img {
	aspect-ratio: 217 / 123;
	object-fit: cover;
}

.related-posts.type_a ul, .related-posts.type_a.no_slide ul, .related-posts.type_b ul, .related-posts.type_b.no_slide ul{
	grid-template-columns: repeat(3, 1fr);
}

.related-posts.type_b li:nth-child(4), .related-posts li:nth-child(4){
	display:none;
}

@media screen and (max-width: 1024px) {
	.related-posts.type_a ul, .related-posts.type_a.no_slide ul, .related-posts.type_b ul, .related-posts.type_b.no_slide ul{
		grid-template-columns: repeat(2, 1fr);
	}
	.related-posts.type_b li:nth-child(4), .related-posts li:nth-child(4){
		display:flex;
	}
}

.contest-column .wp-block-column {
	flex-grow: 0;
}

@media screen and (max-width: 1024px) {
	.sgb-content-block.post-122 > .wp-block-columns.contest-column {
		flex-direction: row;
	}
	.wp-block-columns.contest-column:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 47.5% !important;
	}
}

@media screen and (max-width: 1024px) and  (min-width: 782px) {
	.wp-block-columns.contest-column:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 0;
		flex-grow: 0;
	}
}

@media screen and (max-width: 767px) {
	.wp-block-columns.contest-column{
		display:none;
	}
}


.rep{
	background: #F0EFEF;
	padding: 10px 1.5rem 1rem !important;
	font-size: 18px;
	flex: 1;
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rep .related-title{
	font-size:16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	max-height: 4.2em;
}

.rep  p.related-excerpt{
	font-size: 11px;
	line-height: 1.5em;
	margin:7px 0 0;
	font-weight: 500;
}

.related-posts.type_b li,
.related-posts li{
	position:relative;
	background:transparent;
	box-shadow:none !important;
}

.related-title{
	transition:0.3s;
}

.related-posts.type_b li a:hover,
.related-posts li a:hover{
	cursor:pointer;
}

.related-posts.type_b li a:hover .related-title,
.related-posts li a:hover .related-title{
	color:rgb(231, 62, 12);
}

.related-posts li a:hover img {
	box-shadow:none;
	transform:none;
}

.related-cat{
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 4px 8px;
	margin: 8px 0 4px;
}

.related-cat a{
	padding: 0;
	display: flex !important;
	align-items: center;
	gap: 4px;
	line-height: 1;
	font-weight: 500;
}

.related-cat a::before {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	background: url('https://magazine.flaspo.jp/wp-content/uploads/2025/09/top-title.png') no-repeat center / contain;
}

.related-cat a:hover{
	color:#e73e0c !important;
	text-decoration:underline;
	transition:0.3s;
}

.related-meta-bottom{
	display:flex;
	justify-content:space-between;
	font-size: 12px;
}



@media screen and (max-width: 767px) {
	.prnx_box,
	#breadcrumb{
		display:none;
	}
}

.post-categories a{
	color:#000;
	display: flex !important;
	align-items: center;
	gap: 4px;
}

.post-categories a:hover{
	color:#e73e0c !important;
	text-decoration: underline;
}

.post-categories a::before {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	background: url('https://magazine.flaspo.jp/wp-content/uploads/2025/09/top-title.png') no-repeat center / contain;
}

.entry-content hr.wp-block-separator{
	max-width:none;
	margin: 5rem 0;
}

.footer-sns{
	margin:2.5rem 0 5rem;
	justify-content: flex-end !important;
	gap:8px;
}

.footer-sns .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,
.sgb-footer .footer-sns > .wp-block-column{
	flex-basis: auto !important;
	flex-grow: 0;
}

.footer-sns a{
	transition:0.3s;
}

.single .insidesp{
	padding: 0 !important;
}

.footer-sns a:hover{
	opacity:0.7;
}

.sgb-footer__content .footer-sns .wp-block-image{
	width: 2rem !important;
}

.footer-sns .wp-block-image {
	width: 3rem !important;
	margin: 0 !important;
}

.copyBtn{
	padding:8px 1rem;
	background:#EFEFEF;
	border-radius:6px;
	font-weight:bold;
	margin-right:1rem !important;
	transition:0.3s;
	cursor:pointer;
}

.copyBtn:hover{
	opacity:0.7;
	cursor:pointer;
}

.footer-contents{
	padding:0;
}

#main .footer-contents .h-undeline{
	text-align: left;
	background: transparent;
	padding: 2rem 0 0;
	border-top: 1px solid #C4C4C4;
	margin:4rem 0 2.5rem;
	font-size:1.5rem;
}

.sgb-content-block.post-122 h2{
	text-align: left;
	background: transparent;
	padding: 2rem 0 0;
	border-top: 1px solid #C4C4C4;
	margin:4rem 0 2.5rem;
	font-size:1.5rem;
}

.sgb-content-block.post-122 .wp-block-image{
	margin:0;
	width:100%;
}

.sgb-content-block.post-122 .wp-block-image a:hover{
	opacity:0.7;
}

.sgb-content-block.post-122 .wp-block-columns{
	flex-wrap:wrap !important;
}


.prnx_tb,
.prnx:hover .prnx_tb {
	box-shadow:none;
}

.prev-next__text{
	transition:0.3s;
	font-weight: bold;
}

.prnx:hover .prev-next__text{
	color:#e73e0c;
}

.footer-bg{
	position:relative;
}

.footer-bg::before{
	content:"";
	width:9%;
	position:absolute;
	right:5%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	aspect-ratio:1/1;
	z-index: 10;
	max-width: 160px;
	background:url('https://magazine.flaspo.jp/wp-content/uploads/2025/09/flaspo_logo_footer.png') no-repeat center/contain;
	border: 0.5px solid #efefef;
	border-radius: 999vh;
}

.footer-bg h2{
	font-size:20px;
}

.footer-bg h2 strong{
	display:inline-block;
}

.footer-bg p{
	font-size:1rem;
}

.footer-bg a{
	background:#fff;
	color:#E73D0C !important;
}

.footer-bg a:hover{
	opacity:0.7;
}

#inner-footer > .is-layout-flex{
	gap:0;
	flex-wrap: wrap !important;
}

.sgb-footer,
.sgb-footer a{
	color:#fff;
	font-size: 12px;
}

.sgb-footer a:hover{
	text-decoration:underline;
}

.sgb-footer__content {
	max-width: none !important;
	padding: 20px 5%;
}

.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.three-column{
	padding: 20px 5%;
	min-width: 300px;
	flex-basis: auto !important;
}

.three-column:nth-child(2){
	border-left:1px solid;
	border-right:1px solid;
}

.three-column p{
	margin:0;
}

.sgb-footer .footer-sns{
	width: 10rem;
	gap: 4px;
	justify-content: flex-start !important;
}

.sgb-footer .footer-sns .is-layout-flex{
	gap:4px;
}

.copyright{
	opacity:1;
}


/*archive*/
.filter-box-one,
.filter-box-two{
	display:none;
}


.header-top a{
	position:relative;
	line-height: 1;
}


.header-top a::before{
	position:absolute;
	content:"";
	width:100%;
	height:6px;
	background:#e73e0c;
	bottom: -22px;
	opacity:0;
	transition:0.3s;
}

.header-top a:hover::before{
	opacity:1;
}

.category-contest .head-top .contest-btn a,
body:has(article.category-contest) .head-top .contest-btn a{
	color:#e73e0c !important;
}

.category-contest .head-top .contest-btn ::after,
body:has(article.category-contest) .head-top .contest-btn a::after{
	opacity:1;
}

.category-local-experience .head-top .experience-btn a,
body:has(article.category-local-experience) .head-top .experience-btn a{
	color:#e73e0c !important;
}

.category-local-experience .head-top .experience-btn ::after,
body:has(article.category-local-experience) .head-top .experience-btn a::after{
	opacity:1;
}

.category:not(.category-local-experience):not(.category-contest) .head-top .special-btn > a,
body:has(article.category-feature) .head-top .special-btn > a{
	color:#e73e0c !important;
}

.category:not(.category-local-experience):not(.category-contest) .head-top .special-btn > a::after,
body:has(article.category-feature) .head-top .special-btn > a::after{
	opacity:1;
}

.category-contest .filter-box-one{
	display:block;
}

.category-local-experience .filter-box-two{
	display:block;
}

.vkfs__taxonomy:has(#vkfs_category){
	display:none;
}

.vkfs{
	display:flex;
	align-items:flex-end;
	gap:2.5rem;
	background:#EEEEEE;
	padding:20px;
	justify-content: center;
}

.vkfs .btn[type=submit]{
	background:#e73e0c;
	border: none;
	width: 100px;
	color: #fff;
	font-weight: bold;
	border-radius: 11px;
	height: 36px;
	margin:0 !important;
}

.vkfs__labels{
	max-width: 650px;
	width:100%;
	margin:0;
}

.vkfs:where(:not(.vkfs__layout--min)) .vkfs__outer-wrap{
	width:30%;
	flex-basis: auto;
	margin: 0;
	padding: 0 8px;
}

.vkfs:where(:not(.vkfs__layout--min)) .vkfs__outer-wrap:nth-child(3){
	width:40%;
}

.vkfs__label-name{
	margin-bottom:0 !important;
}

.filter-box-two .vkfs__labels{
	max-width: 840px;
	width:100%;
	gap: 1rem 0;
}


.filter-box-two .vkfs:where(:not(.vkfs__layout--min)) .vkfs__outer-wrap{
	width:20%;
}

.filter-box-two .vkfs:where(:not(.vkfs__layout--min)) .vkfs__outer-wrap:nth-child(3){
	width:20%;
}

.filter-box-two .vkfs:where(:not(.vkfs__layout--min)) .vkfs__outer-wrap:nth-child(4){
	width:40%;
}

.vkfs input[type=number], .vkfs input[type=text], .vkfs select:not(.does-not-exist){
	height:36px;
}

#archive_header{
	box-shadow:none;
}
.taxonomy-description{
	margin-bottom: 40px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.c_linkto:hover{
	box-shadow:none;
}

.c_linkto_wrap:hover {
	transform: none;
}

/*パンくず*/
.home #breadcrumb {
	width:100%;
	margin:0 auto 1.5rem;
}
.single #breadcrumb li:last-child{
	color: #000;
	font-size: 12px;
	font-weight:bold;
}
#breadcrumb{
	background:transparent;
	padding:0;
}
#breadcrumb li a,
#breadcrumb li{
	color: #000;
	font-size: 12px;
	font-weight:bold;
}

#breadcrumb li:first-child a{
	color: #e73e0c;
}

#breadcrumb li:last-child:after{
	display:none;
}

#breadcrumb li:after {
	padding: 0 6px;
	color: #000;
	content: ">";
	font-size: 12px;
	font-weight: 400 !important;
}

.sp{
	display:none !important;
}

.related-posts.type_b,
.sng-slider-item{
	background:transparent;
}
.splide__slide img{
	width:100%;
}

#archive_header .cat-item{
	background:#fff;
	border:1px solid #e73e0c;
}

#archive_header .cat-item a{
	color:#e73e0c;
}

.home .catpost-cards .c_linkto_wrap:nth-child(4){
	display:none;
}

#sidebar1 #sgb-css-id-2 .wp-block-categories-list a{
	margin:0;
}

#sgb-css-id-2 .wp-block-categories-list{
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
}

#drawer__open{
	left:auto;
	right:0;
	width: 52px;
	font-size: 27px;
	line-height: 52px;
}

#drawer__content{
	right:-100%;
	left:auto;
	transform:none;
	background:#EFEFEF;
	max-width:400px;
}

#drawer__input:checked ~ #drawer__content{
	right:0;
}

#drawer__content .is-layout-flex{
	flex-direction:column;
	align-items: flex-start;
	width: 100% !important;
	margin: 0 !important;
	background:transparent !important;
}

#sgb-css-id-1{
	margin:8px 0 0 !important;
	padding:0 !important;
}

#drawer__content #sgb-css-id-1{
	border:none;
	width: 260px;
	margin: 0 auto;
}

#drawer__content #sgb-css-id-1 .has-white-background-color{
	background-color: transparent !important;
	width: 100% !important;
	margin: 0 !important;
	justify-content: start;
}

#drawer__content .sgb-content-block.post-190{
	margin-top:100px;
}

#drawer__content .ham-btn{
	margin: 80px auto 0;
}

#drawer__content .ham-btn a{
	position: relative;
	padding: 0.5rem 1.5rem 0.5rem 5rem;
	text-align: right;
}

#drawer__content .ham-btn a::before{
	content: "";
	width: 2.5rem;
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	aspect-ratio: 1 / 1;
	z-index: 10;
	background: url('https://magazine.flaspo.jp/wp-content/uploads/2025/09/flaspo_logo_footer.png') no-repeat center / contain;
}

#drawer__content nav.header-top > .wp-block-buttons>.wp-block-button{
	line-height:1;
}

#drawer__content nav.header-top a{
	color:#e73e0c !important;
}

#drawer__content .wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{
	stroke: #e73e0c !important;
}


#drawer__content .wp-block-navigation__submenu-container{
	position:relative;
	display: none;
}


#drawer__content .wp-block-navigation__submenu-container li:not(:last-child){
	margin-bottom:0.5rem;
}

#drawer__content .wp-block-navigation__submenu-container a::after{
	display:none;
}

#drawer__content .wp-block-navigation-submenu{
	flex-wrap:wrap;
	gap:0.5rem 0;
	width: 100%;
}

#drawer__content .header-top a::before{
	display:none;
}

#drawer__content .header-top a{
	position:relative;
}

#drawer__content .header-top a::after{
	content:"-";
	position:absolute;
	left:-1rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#drawer__content .wp-block-navigation-submenu.is-open  .wp-block-navigation__submenu-icon svg{
	transform: rotate(180deg);
}

#drawer__content .wp-block-navigation-submenu.is-open .wp-block-navigation__submenu-container{
	display: block;
	margin: 0.5rem 0 0 1rem;
}

.fa-bars:after{
	content:"Menu";
	position:absolute;
	font-size:10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom:0;
	font-family:-apple-system, BlinkMacSystemFont, Roboto, Segoe UI, Helvetica Neue, HelveticaNeue, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif;
}

.drawer__title__close{
	padding: 10px 5px 0 5px;
}

.drawer__title__close span {
	margin: 0 20px 0 20px;
}

.drawer__title__close::after{
	content:"Close";
	position:absolute;
	font-size:10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom:3px;
	letter-spacing: 0;
	font-family:-apple-system, BlinkMacSystemFont, Roboto, Segoe UI, Helvetica Neue, HelveticaNeue, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif;
	line-height: 1;
}

.single-title, .page-title{
	color:#000;
}

.prev-next__text{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	padding: 0 1rem;
	width:65%;
}

.prnx_tb{
	display:flex;
	align-items: center;
	justify-content: end;
}

.author_img img{
	border:none;
}

#sgb-css-id-5{
	margin-bottom:0 !important;
}

#sidebar1 #sgb-css-id-5 .wp-block-categories__list a, #sidebar1 #sgb-css-id-5 .wp-block-categories-list a,
#sidebar1 #sgb-css-id-1 .wp-block-categories__list a, #sidebar1 #sgb-css-id-1 .wp-block-categories-list a{
	overflow: hidden;
	margin: 0 5px 5px 0;
	padding: 3px 14px !important;
	border-radius: 20px;
	background: #eaedf2;
	font-size: 0.9em !important;
	transition: 0.2s ease-in-out;
	display:flex;
	align-items:center;
	gap:2px;
	background: #fff;
	border: 1px solid #e73e0c;
	color:#e73e0c;
	line-height: 1.5;
}

#sidebar1 #sgb-css-id-2 .wp-block-categories-list a::before,
#sidebar1 #sgb-css-id-1 .wp-block-categories__list a::before,
#sidebar1 #sgb-css-id-1 .wp-block-categories-list a::before{
    content: "#";
}

#content {
	margin-top: 10rem !important;
}

.hamburger-menu {
	display: none;
}

.hamburger-menu input {
	display: none;
}

.hamburger-menu .menu-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 28px;
	width: 32px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 30;
	position: relative;
}

.hamburger-menu .menu-btn span, .hamburger-menu .menu-btn span:before, .hamburger-menu .menu-btn span:after {
	content: "";
	display: block;
	height: 4px;
	width: 100%;
	background-color: #fff;
	position: absolute;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.hamburger-menu .menu-btn span:before {
	bottom: 10px;
}

.hamburger-menu .menu-btn span:after {
	top: 10px;
}

.hamburger-menu .gnavi__sp-style {
	position: fixed;
	z-index: -2;
	top: 0;
	background-color:#EFEFEF;
	width: 100%;
	height: calc(100% - 60px);
	right: -100%;
	top: 60px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 1.5rem;
	opacity: 0;
	display: flex;
	flex-direction: column;
    justify-content: flex-start;
    gap: 2rem;
    padding-top: 5rem;
}

.hamburger-menu .menu-content .hamburger-wrap {
	width: 80%;
	margin: 0 auto;
}

.hamburger-menu .menu-content .hamburger-wrap .footer-nav {
	margin-bottom: 3rem;
}

.hamburger-menu .menu-content ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.5rem;
	max-width: 250px;
	margin: 0 auto;
}

.hamburger-menu .menu-content ul li,
.head-top ul li{
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}

.hamburger-menu .menu-content ul li{
	width: 100%;
}

.hamburger-menu .menu-content ul li a {
	font-size: 1.5rem;
	font-weight: bold;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: block;
	color: #e73e0c;
}

.hamburger-menu .menu-content ul.footer-ul > li > a {
	position:relative;
}

.hamburger-menu .menu-content ul.footer-ul > li > a::before {
	position:absolute;
	content:"-";
	left:-1.5rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.hamburger-menu .menu-content ul.sub-menu {
    display: none;
    width: 100%;
    margin: 0 0 0 2rem;
}

.head-top ul.footer-ul > li {
	position:relative;
}
.footer-ul .submenu-toggle ,
.head-top .submenu-toggle {
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-bottom: 22px solid #e73e0c;
	border-top: 0;
	transform: rotate(180deg);
	transition:0s;
}
.footer-ul .menu-item-has-children.is-active .submenu-toggle ,
.head-top .menu-item-has-children.is-active .submenu-toggle {
	transform: rotate(0deg);
}

.hamburger-menu .menu-item-has-children > a{
	pointer-events:none;
}

ul.sub-menu {
	display: none;
	width: 100%;
	margin: 0 0 0 2rem;
}

.ham-btn{
	width:320px;
	margin:0 auto;
}

.related-posts.type_b li, .related-posts li{
	height: 100%;
    display: flex;
    flex-direction: column;
}

#sgb-splide-id4{
	display:none !important;
}

@media screen and (max-width: 1024px) {
	.hamburger-menu {
		display: block;
	}
}


@media screen and (max-width: 767px) {
	#header-content-right[_ngcontent-serverApp-c62] .btn{
		display:none;
	}
	.hamburger-menu .menu-content ul{
		gap:1rem;
	}
.hamburger-menu .menu-content .hamburger-wrap .footer-nav {
	margin-bottom: 0rem;
}
	.hamburger-menu .gnavi__sp-style{
		padding-top:3rem;
	}
}


@media screen and (max-width: 1600px) {
	.footer-bg::before{
		right:2.5%;
	}
	.sgb-full-bg__content>:last-child{
		margin-right: 5%;
	}
}


@media screen and (max-width: 1400px) {
	.sgb-full-bg__content>:last-child{
		margin-right: 10%;
	}
}

@media screen and (max-width: 1280px) {
	.catpost-cards {
		grid-template-columns: repeat(2, 1fr);
	}
	#sidebar1{
		width:30%;
	}
	#main {
		width: 65%;
	}
	.home .catpost-cards .c_linkto_wrap:nth-child(4){
		display:block;
	}
	.vkfs{
		flex-direction: column;
		gap: 1rem;
	}
}

@media screen and (max-width: 1200px) {
	.sgb-full-bg__content>:last-child{
		flex-direction: column;
	}
	.sgb-full-bg__content>:last-child{
		margin-right: 0%;
	}
	.footer-bg::before{
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		top: -55px;
		width: 100px;
	}
	.sgb-full-bg{
		padding-top:4rem !important;
		margin-top: 2rem !important;
	}
}

@media screen and (max-width: 1024px) {
	.single .post-thumbnail,
	.single .wp-block-image{
		width: 100%;
	}
	.sgb-content-block.post-122 > .wp-block-columns{
		flex-direction:column;
	}
	.sgb-content-block.post-122 > .wp-block-columns > .wp-block-column > .wp-block-columns{
		flex-wrap: nowrap !important;
	}
	.filter-box-two .vkfs:where(:not(.vkfs__layout--min)) .vkfs__outer-wrap,
	.filter-box-two .vkfs:where(:not(.vkfs__layout--min)) .vkfs__outer-wrap:nth-child(3),
	.filter-box-two .vkfs:where(:not(.vkfs__layout--min)) .vkfs__outer-wrap:nth-child(4),
	.vkfs:where(:not(.vkfs__layout--min)) .vkfs__outer-wrap{
		width: 50%;
	}
	.vkfs:where(:not(.vkfs__layout--min)) .vkfs__outer-wrap:nth-child(3){
		width: 100%;
	}
	.vkfs__labels{
		gap:1rem 0;
	}
	.vkfs{
		align-items:center;
	}
	.vkfs .btn[type=submit] {
		width: 220px;
	}
}

@media screen and (max-width: 1000px) {
	#inner-content{
		display:flex;
		flex-direction:column;
		gap:3rem;
		align-items: center;
	}
	#sidebar1{
		width:100%;
		margin-bottom: 2rem;
	}
	#main {
		width: 100%;
	}
	.widget_media_image{
		max-width:400px;
		margin:0 auto;
	}
	.top-btn a{
		padding: 0.5rem 1rem;
		width: 80% !important;
		margin: 0 auto;
		display: block;
	}
	.top-title{
		justify-content: center;
	}
}

@media screen and (max-width: 768px) {
	header + #sgb-css-id-2{
		display:none;
	}
	.sgb-header__inner{
		align-items: start;
	}
}

@media screen and (max-width: 767px) {
	#sgb-css-id-1{
		margin: 8px 5% 0 !important;
	}
	#sgb-splide-id1{
		margin: 0 5% !important;
	}
	.pc{
		display:none !important;
	}
	.sp{
		display:block !important;
	}
	.splide__arrow--prev {
		left: 2px !important;
	}
	.splide__arrow--next {
		right: 4px !important;
	}
	.splide__pagination {
		bottom: -2rem !important;
	}
	.wp-block-sgb-splide .splide__pagination .splide__pagination__page.is-active{
		background:#e73e0c !important;
		opacity: 1;
	}
	.author-info{
		max-width: 400px;
		margin: 0 auto 2.5rem;
		width: 90%;
		min-width: auto;
	}
	.three-column:nth-child(2){
		border:none;
	}
	.footer-sns {
		margin: 0.5rem 0 5rem;
	}
	.sgb-content-block.post-122 h2,
	#main .footer-contents .h-undeline,
	#sidebar1 h2{
		text-align:center;
		font-size:18px;
		color:#fff;
		background:#21272D;
		padding: 0.25rem 0;
		border: none;
		margin: 3rem 0 1.5rem;
		line-height:1.5;
	}
	#inner-content {
		width: 100% !important;
	}
	#sgb-splide-id2{
		width:90%;
		margin:0 auto;
	}
	.related-posts.type_a ul, .related-posts.type_a.no_slide ul, .related-posts.type_b ul, .related-posts.type_b.no_slide ul {
		grid-template-columns: repeat(1, 1fr);
		padding: 0 5%;
		gap: 1rem;
	}
	.rep p.related-excerpt,
	#main .author-link,
	.related-date,
	.sng-card-excerpt{
		display:none !important;
	}
	.rep {
		background: transparent;
		padding: 0 0 0 2% !important;
		width: 63% !important;
		flex-direction: column-reverse;
	}
	.related-posts.type_b li, .related-posts li{
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		position: relative;
	}
	.related-posts.type_b li::before, .related-posts li::before{
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		bottom: -8px;
		left: 0;
		background: #EFEFEF;
	}
	.related-posts li > a{
		width:35%;
	}
	.rep .related-title {
		font-size: 12px;
	}
	.footer-sns:has(.copyBtn){
		flex-wrap:wrap !important;
		gap: 1.5rem 1rem;
		margin-bottom:1.5rem;
		justify-content: center !important;
	}
	.entry-content hr.wp-block-separator {
		max-width: none;
		margin: 2.5rem 0;
	}
	.single .post-thumbnail,
	.single .wp-block-image{
		margin: 1rem auto 2rem;
	}
	.single .meta-tag {
		margin: 2.5rem 5%;
		padding-top: 1rem;
	}
	.copyBtn{
		margin: 0 auto !important;
		width: 90%;
		text-align: center;
	}
	.single .entry-content h2{
		margin: 1.5rem 0 0.5rem;
	}
	.single .entry-content h3{
		margin: 1rem 0 0.5rem;
	}
	.longc_img{
		aspect-ratio: 16 / 9;
		height: auto;
		width: 35%;
	}
	#sidebar1 .c_linkto.longc_linkto{
		display: flex;
		align-items: center;
	}
	#sidebar1 .c_linkto .c_linkto_text{
		width:65%;
		padding: 1rem 0 0 1rem !important;
	}
	#sidebar1 .cat-name{
		left:calc(35% + 1rem);
		top:0;
	}
	#sidebar1 .longc_title {
		-webkit-line-clamp: 3;
		max-height: 5.2em;
	}
	#sidebar1 .widget_media_image:has(.pc){
		display:none;
	}
	#sidebar1 .widget{
		margin-bottom:0;
	}
	#sidebar1 .widget:has(#sgb-splide-id3){
		padding:0 5% !important;
	}
	#sgb-splide-id3{
		padding-bottom:1rem;
		border-bottom:1px solid #EFEFEF;
		margin-bottom: 1rem;
	}
	.sidebar-ad{
		padding:0 5% !important;
	}
	body:not(.single) #main{
		padding: 0.5rem;
	}
	.catpost-cards{
		gap: 10px 0.5rem;
	}
	#main .c_linkto_text{
		padding: 1rem 0.5rem 1rem !important;
		font-size:12px;
	}
	#main .top-swiper .c_linkto_text{
		font-size: 1rem;
	}
	#main .cat-name {
		font-size: 10px;
		height: auto;
	}
	#main .sng-link-time{
		bottom: 0.4rem;
		font-size: 10px;
		right: 0.5rem;
	}
	#inner-content{
		gap: 0rem;
	}
	.home-news + .catpost-cards{
		grid-template-columns: repeat(1, 1fr);
		padding: 1rem;
	}
	.home-news + .catpost-cards .rep p.related-excerpt,
	#main .home-news + .catpost-cards  .author-link,
	.home-news + .catpost-cards .related-date,
	.home-news + .catpost-cards .sng-card-excerpt{
		display:block !important;
	}
	#main .home-news + .catpost-cards .c_linkto_text {
		padding: 1rem 0.5rem 4rem !important;
		font-size:14px;
	}
	.sng-card-excerpt{
		margin: 0.5rem 0 0;
	}
	#main .home-news + .catpost-cards .cat-name {
		bottom: 2.25rem;
		font-size: 12px;
	}
	#main .home-news + .catpost-cards  .author-link{
		bottom: 0.5rem;
		left:0.5rem;
	}
	#main .home-news + .catpost-cards .sng-link-time{
		font-size: 12px;
	}
	#content{
		margin-top:4rem !important;
	}
	.single #content{
		margin-top:5rem !important;
	}
	.c_linkto_text h2{
		font-size: 12px;
		margin:0;
	}
	.item-text{
		display:none;
	}
	.pagination ul{
		padding: 0em 0 0;
	}
	.pagination a, .pagination span, .post-page-numbers{
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
	}
	.single .single-title {
		font-size: 1.25rem;
	}
	#archive_header{
		padding:0;
	}
	.vkfs,
	.vkfs__labels{
		flex-direction: column;
		align-items: center;
		gap:1rem;
	}
	.filter-box-two .vkfs:where(:not(.vkfs__layout--min)) .vkfs__outer-wrap,
	.filter-box-two .vkfs:where(:not(.vkfs__layout--min)) .vkfs__outer-wrap:nth-child(3),
	.filter-box-two .vkfs:where(:not(.vkfs__layout--min)) .vkfs__outer-wrap:nth-child(4),
	.vkfs:where(:not(.vkfs__layout--min)) .vkfs__outer-wrap{
		width: 100%;
	}
	.filter-box-two .vkfs__labels{
		gap:0.5rem 0;
	}
	.vkfs .btn[type=submit]{
		width: 220px;
		margin:0;
	}
	#drawer__content {
		width: 100%;
		max-width: none;
	}
	#sgb-splide-id4{
		display:block !important;
		padding:0 5% !important;
	}
	#sgb-splide-id5{
		padding:0 5% !important;
	}
}


#container > header{
	position: fixed;
	top: 0;
	width: 100%;
	z-index:9999;
	background: #fff;
}


#header-container.transparent[_ngcontent-serverApp-c62] {
	transition: .4s;
}
#header-container[_ngcontent-serverApp-c62] {
	z-index: 1000;
	width: 100%;
	height: 60px;
	background-color:#e73e0c;
	padding: 0 25px;
	display: flex;
	color: #fff;
}

#header-content[_ngcontent-serverApp-c62] {
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
}

#header-content[_ngcontent-serverApp-c62], #header-content-left[_ngcontent-serverApp-c62] {
	display: flex;
	align-items: center;
}

#header-content-right[_ngcontent-serverApp-c62] {
	display: flex;
	align-items: center;
	gap: 1rem;
}

#header-content-right[_ngcontent-serverApp-c62] .btn {
	border: none;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	border-radius: 10px;
	padding: 10px 15px;
	-webkit-font-smoothing: subpixel-antialiased;
	transition: .05s linear;
	outline: none !important;
}

#header-content-right[_ngcontent-serverApp-c62] .btn-info {
	color: #fff;
	background-color: #74b9ff;
}

#header-content-right[_ngcontent-serverApp-c62] .btn-info {
	margin-right: 20px;
	padding: 8px 25px;
}


#header-content-right[_ngcontent-serverApp-c62] .transparent{
	background-color: initial;
	transition: .2s;
}

.btn-primary {
	color: #fff;
	background-color: #e73e0c;
}

#header-content-right[_ngcontent-serverApp-c62]  .transparent {
	background-color: initial;
	transition: .2s;
}

.header-logo__link{
	display:flex;
	align-items:center;
	gap:0.5rem;
	color:#fff;
	font-weight:bold;
	font-size: 20px;
	height:60px;
}

.header-logo__link img{
	width:250px;
}

.hamburger-menu #menu-btn-check:checked ~ .menu-btn span {
	background-color: rgba(255, 255, 255, 0);
}

.hamburger-menu #menu-btn-check:checked ~ .menu-btn span::before {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hamburger-menu #menu-btn-check:checked ~ .menu-btn span::after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.hamburger-menu .gnavi__sp-style.active {
	opacity: 1;
	z-index: 20;
	right:0;
}

#header-content-right[_ngcontent-serverApp-c62] .btn-info:hover {
    color: #fff;
    background-color: #5dade2;
    border-color: #5dade2;
}

#header-content-right[_ngcontent-serverApp-c62] .transparent:hover {
    background-color: hsla(0, 0%, 100%, .1);
}

.head-top{
	width:100%;
	background:#fff;
	border-bottom:1px solid #EFEFEF;
}

.head-top .footer-ul{
	display:flex;
	justify-content: center;
    gap: 2rem;
}

.head-top .footer-ul a{
	color:#000;
	font-weight:bold;
}

@media screen and (max-width: 1024px) {
	.head-top{
		display:none;
	}
}


.head-top .menu-item-has-children:hover ul.sub-menu{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.head-top ul.sub-menu{
	position:absolute;
	width: 360px;
    top: 100%;
	left:0;
	margin: 0;
	padding:1rem;
	background:#fff;
	border-radius:1rem;
	box-shadow:0 3px 6px rgba(0,0,0,0.16);
}

.head-top ul.sub-menu li{
	width:calc((100% - 1rem)/2);
}

.head-top .submenu-toggle{
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 14px solid #e73e0c;
}

.head-top ul li{
	gap:0.5rem;
}

.head-top ul.footer-ul > li > a{
	position:relative;
	line-height: 1;
}

.head-top ul.footer-ul > li > a::before{
	content:"";
	position:absolute;
	width:1px;
	height:100%;
	background:#000;
	left:-1rem;
	top:0;
}

.head-top ul.footer-ul > li > a::after{
	content:"";
	position:absolute;
	width:100%;
	height:3px;
	background:#e73e0c;
	left:0;
	bottom:-17px;
	opacity:0;
	transition:0.3s;
}

.head-top ul.footer-ul > li:first-child > a::before{
	display:none;
}

.head-top .footer-ul a:hover{
	color:#e73e0c;
}

.head-top .footer-ul a:hover::after{
	opacity:1;
}

.archive .post-categories,
#sidebar1 .post-categories,
.c_linkto_wrap .post-categories,
.single #entry .footer-contents .post-categories,
.top-swiper .post-categories{
    display: flex;
    flex-wrap: wrap;
    gap: 0 1rem;
    font-size: 12px;
	margin: 4px 0;
}


.single #entry .post-categories{
    display: none;
    flex-wrap: wrap;
    gap: 1.5rem 1rem;
	font-size: 12px;
}

#sidebar1 .c_linkto_long .post-categories{
    gap: 4px 8px;
	font-size: 9px;
	margin: 0;
}

#sidebar1 .c_linkto_long .post-categories a{
	line-height: 1;
}

#sidebar1 .c_linkto_long .post-categories a::before{
	width: 10px;
	height: 10px;
}

.single #entry .post-categories .cat-name{
	position:relative;
	top:auto;
	left:auto;
	bottom:auto;
}


.catpost-cards--flat .c_linkto_img_wrap{
	border-radius:0;
}

.top-swiper{
	display:none !important;
	padding-bottom: 2.5rem !important;
}

.top-swiper .swiper-wrapper{
	align-items: stretch;
	gap:0 !important;
}

.top-swiper .swiper-wrapper .swiper-slide{
	height: auto;
}
.top-swiper .swiper-wrapper .swiper-slide .swiper-slide-item{
	height: 100%;
	display: flex;
    flex-direction: column;
}

.top-swiper .swiper-pagination-bullet{
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 8px;
}

.top-swiper .swiper-pagination-bullet-active{
        background: #e73e0c !important;
        opacity: 1;
		transform: scale(1.4);
}

.top-swiper .post-categories{
	margin: 10px 0 4px;
}

#main .top-swiper .card-bottom{
	justify-content: end;
}


.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    color: #000;
    font-size: 1.25rem !important;
    font-weight: bold;
	width:100% !important;
	height:100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next:after{
    padding-left: 2px;
}

.swiper-button-prev:after{
    padding-right: 2px;
}

.swiper-button-next, .swiper-button-prev{
	width:2rem !important;
	height:2rem !important;
	background:#ccc;
	border-radius:999vh;
}

@media screen and (max-width: 767px) {
	.top-swiper .swiper-wrapper .swiper-slide{
		padding:0 2px;
	}
	#sidebar1 .c_linkto_long .post-categories{
		left: calc(28% + 20px);
		font-size: 10px;
		top: 0;
	}
	.post-categories a::before{
		width: 14px;
		height: 14px;
	}
.single #entry .post-categories{
	display:flex;
	}
	.archive .post-categories, #sidebar1 .post-categories, .c_linkto_wrap .post-categories{
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    font-size: 10px;
	}
	.c_linkto_wrap .post-categories{
	gap: 4px 8px;
	}
	.single #entry .footer-contents .post-categories {
        gap: 4px 8px;
        font-size: 9px;
		padding: 0 !important;
		margin: 0 !important;
	}
	.single #entry .footer-contents .post-categories a::before{
		width: 10px;
		height: 10px;
	}
	#main .c_linkto_wrap .post-categories .cat-name{
		position:relative !important;
		top:auto !important;
		bottom:auto;
		left:auto;
	}
	.top-news-block{
		display:none !important;
	}
	.top-swiper{
		display:block !important;
	}
}

.tags_wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tags_wrap + p{
	display:none;
}

.tags_wrap a{
	display: inline-block;
    overflow: hidden;
    margin: 0 5px 5px 0;
    padding: 3px 14px !important;
    border-radius: 20px;
    font-size: 0.9em !important;
    transition: 0.2s ease-in-out;
    background: #fff;
    color: #e73e0c;
    border: 1px solid #e73e0c;
    line-height: 1.5;
}


.tags_wrap a:hover{
	opacity: 0.7;
}
.c_linkto_text .c_linkto:hover{
    color: #e73e0c !important;
}

@media screen and (max-width: 767px) {
.tags_wrap {
    width: 90%;
    margin: 0 auto;
	gap:0.5rem;
}
#sidebar1 .c_linkto_long{
	margin: 0 5% 8px !important;
}
#main .card-bottom{
	justify-content: end;
}
.single .entry-content,
.single #entry .post-categories{
	padding: 0 5%;
}
}

.author_page_img img{
	border: none;
}

.pagination a, .pagination span, .post-page-numbers{
	border: 1px solid #EFEFEF;
}

.pagination a:hover{
	background: #e73e0cd9;
	color: #fff;
}

@media screen and (max-width: 1730px) {
	#main{
		margin: 0;
	}
}

.c_linkto_long {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.c_linkto_long a{
	max-width:40%!important;
	margin: 20px 0;
}



.longc_title a,
.c_linkto_text h2 a{
	color: #000;
}

.c_linkto_text h2 a:hover,
.longc_title a:hover,
.related-title a:hover{
	color: #e73e0c !important;
}

.c_linkto:hover,
.related-posts li > a:hover {
	opacity: 0.7;
}
.wp-block-file a{
	display:none!important;
}