@charset "UTF-8";

body {
	/* font-family:'UD Shin Go DemiBold JIS2004' !important; */
	font-family:'Shin Go Medium JIS2004','tofu' !important;
}

.c-header__body {
	padding-right: 40px;
}
.c-header__links > li a {
		padding: 10px 5px;
}
@media (min-width: 768px) and (max-width: 1199px){
	.c-header__body {
		padding-right: 30px;
	}
	.c-header__site-name {
		margin-right: 20px;
	}
	.c-header__links {
		flex-wrap: wrap;
	}
	.c-header__links > li {
		width: 22%;
		margin-right: 3%;
		text-align: center;
	}
	.c-header__links > li a {
		padding: 5px 0 7px;
	}
}
@media (min-width: 768px) and (max-width: 1000px){
	.c-header__links > li a {
		font-size: .775em;
	}
	.c-header__site-name {
		margin-right: 15px;
	}
}
@media (max-width: 767px){
	body{
		background-color: #f7f7f7 !important;
	}
	.c-header__sp .c-header__links {
		margin: 20px auto 0;
		display: flex;
		width: 94%;
		flex-wrap: wrap;
		background: none;
		border-bottom: 1px solid #C9C9C9;
		border-right: 1px solid #C9C9C9;
	}
	.c-header__sp .c-header__links > li {
		background: #FFFFFF;
		width: 20%;
		/* margin: 0 0.5% 5px; */
		border-left: 1px solid #C9C9C9;
		border-top: 1px solid #C9C9C9;
	}
	.c-header__sp .c-header__links > li a {
		font-size: .875em;
		color: #393939;
		border-bottom: none;
		font-weight: bolder;
		display: block;
		padding: 5px;
	}
	.c-header__sp .c-header__links > li a:hover {
		background: #68DADE;
		color: #FFF;
	}
}

/* logo */
.c-header h1 img + img, .c-header__logo img + img {
	width: 200px;
}
@media (max-width: 1260px){
	.c-header h1 img + img, .c-header__logo img + img {
		margin-left: 30px;
	}
	.c-header h1 img, .c-header__logo img {
		width: 190px;
	}
}
@media (min-width: 768px) and (max-width: 1000px){
	.c-header h1 img + img, .c-header__logo img + img {
		margin-left: 6%;
		width: 48%;
	}
	.c-header h1 img, .c-header__logo img {
		width: 48%;
	}
}
@media (max-width: 767px){
	.c-header h1 img + img, .c-header__logo img + img {
		max-width: 160px;
	}
}
@media (max-width: 376px){
	.c-header h1 img + img, .c-header__logo img + img {
		margin-left: 3%;
		max-width: 140px;
	}
}
@media (max-width: 321px){
	.c-header h1 img + img, .c-header__logo img + img {
		margin-left: 3%;
		max-width: 120px;
	}
}


/* top */
.c-page-sub__content.mt-top {
	margin-top: 5px !important;
}

.c-content-index__article-main {
	margin-bottom: 32px;
}
.c-content-index__article-sub li {
	margin-bottom: 32px;
}
.c-content-index__article .c-content-index__article-btn {
	margin-bottom: 30px;
}
@media (max-width: 1199px){
	.c-content-index__article-sub li {
		width: 23vw;
	}
}
@media (max-width: 767px){
	/* top */
	.c-content-index__article-main {
		margin-bottom: 15px;
	}
	.c-content-index__article-main li {
		margin-bottom: 15px;
	}
	.c-content-index__article-sub li {
		margin-bottom: 15px;
		width: 100%;
	}
	.c-page-sub__pagination {
		margin-top: 30px;
	}
}

/* emergency-search */
.c-page-sub__emergency-search {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 96%;
	max-width: 1100px;
	margin: 10px auto 0;
	align-items: center;
	flex-direction: row-reverse;
}

/* emergency */
.c-page-sub__emergency {
	width: 56%;
	max-width: 1100px;
	margin-bottom: 5px;
}
.c-page-sub__emergency a {
	display: block;
	text-decoration: none;
	background: #666;
	color: #FFF;
	padding: 5px 20px 5px 2.4em;
	border-radius: 10px;
	position: relative;
	/* border: 2px solid #FF0; */
}
.c-page-sub__emergency a::before {
	content: "";
	display: inline-block;
	border-bottom: 2px solid #FFF;
	border-right: 2px solid #FFF;
	transform: rotate(-45deg);
	transform-origin: 50% 50%;
	position: absolute;
	height: 0.7em;
	width: 0.7em;
	left: 0.8em;
	top: calc( 50% - 0.35em );
}

/* search */
.c-page-sub__search {
	width: 40%;
	max-width: 1100px;
	margin: 0;
	display: flex;
	justify-content: flex-end;
}
.c-page-sub__search #___gcse_0 {
	width: 100%;
	max-width: 300px;
}
@media (max-width: 767px){
	.c-page-sub__emergency-search {
		justify-content: center;
	}
	/* emergency */
	.c-page-sub__emergency {
		width: 96%;
		margin-bottom: 10px;
	}
	/* search */
	.c-page-sub__search {
		width: 100%;
	}
	.c-page-sub__search #___gcse_0 {
		max-width: none;
	}
}

/* common */
.c-content-index__title span {
	color: #FFF;
	font-family:'UD Shin Go Medium JIS2004' !important;
}
.c-content-index__categories-writer {
	border-radius: 10px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	padding: 20px 20px;
	display: flex;
	background: #FFF;
	align-items: flex-start;
}
.c-content-index__writer-image-area {
	display: flex;
	justify-content: center;
	overflow: hidden;
	width: 10%;
	max-width: 100px; 
	margin-right: 2%;
}
.c-content-index__writer-image-area img {
	width: 100%;
	max-width: none;
	border-radius: 10px;
}
.c-content-index__writer-text-area {
	width: 88%;
}
.c-content-index__writer-name {
	margin-top: 0;
	font-size: 2.0rem;
	margin-bottom: 1.0rem;
}
.c-content-index__writer-text {
	margin-top: 0;
	margin-bottom: 0;
}
.c-content-index__article-btn.c-content-index__writer-btn {
	margin-top: 10px;
	margin-bottom: 40px;
}
.bge-contents .bge-ckeditor > p, .c-content-main .bge-ckeditor > p {
	text-indent: 0;
	overflow-wrap:break-word;
}
/* WEB広告 */
.c-content-index__ydn,
.c-content-index__gam {
	margin-bottom: 40px;
}
.c-content-index__gam-top {
	margin-bottom: 0px;
	margin-top: 26px;
}
.c-content-index__gam-320-50 {
	margin-bottom: 20px;
}
.c-content-index__gam-top.c-content-index__gam-320-50 {
	margin-bottom: 0;
	margin-top: 20px;
}
.c-content-index__ydn-type01 ul,
.c-content-index__gam-300-250 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.c-content-index__ydn-type01 ul li,
.c-content-index__gam-300-250 ul li {
	margin: 10px;
}
@media (max-width: 767px){
	.c-content-index__writer-image-area {
		width: 18%;
		margin-right: 4%;
	}
	.c-content-index__writer-text-area {
		width: 78%;
	}
	.c-content-index__categories-writerblock {
		margin-bottom: 0px;
	}
	.c-content-index__archive.c-content-index__related-container {
		margin-top: 28px;
	}
	.c-content-index__article-btn.c-content-index__writer-btn {
		margin-bottom: 54px;
	}
}
@media (max-width: 576px) {
	.bge-contents, .c-content-main {
		font-size: inherit !important;
	}
}


/* home */
body[data-type=home] .c-header__sp .c-header__links>li.c-header__home a,
.c-header__sp .c-header__links > li.c-header__home a:hover {
	background: #68DADE;
	color: #FFF;
}

/* jstream */
.bgb-embed-jstream {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 56.25%;
}
.bgb-embed-jstream iframe {
	margin: 0 auto;
	display: block;
	border: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.bgb-image1-jstream-thumbnail {
	display: none;
}
.bgb-wysiwyg-jstream-text {
	display: none;
}


/* news */
li.c-content-index__news .c-content-index__article-category {
	background: #6BB8F5;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
li.c-content-index__national .c-content-index__article-head, li.c-content-index__news .c-content-index__article-head {
	border-bottom-color: #6BB8F5;
}
li.c-content-index__national .c-content-index__article-timeblock, li.c-content-index__news .c-content-index__article-timeblock {
	border-top-color: #6BB8F5;
}
.c-content-index__title.c-content-index__national span, .c-content-index__title.c-content-index__news span {
	background-color: #6BB8F5;
}
.c-header__links>li.c-header__news a:hover span:before,
body[data-type=news] .c-header__links>li.c-header__news a span:before {
	background-color:#6BB8F5;
}
body[data-type=news] .c-header__sp .c-header__links>li.c-header__news a,
.c-header__sp .c-header__links > li.c-header__news a:hover {
	background: #6BB8F5;
	color: #FFF;
}


/* sports */
li.c-content-index__sports .c-content-index__article-category {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.c-content-index__article.c-content-index__youtube {
	margin-bottom: 42px;
}
.c-content-index__title.c-content-index__sports_youtube span {
	background-color: #393939;
	color: #fff;
}
.c-content-index__title.c-content-index__sports_twitter span {
	background-color: #393939;
	color: #fff;
}
body[data-type=sports] .c-header__sp .c-header__links>li.c-header__sports a,
.c-header__sp .c-header__links > li.c-header__sports a:hover {
	background: #63e085;
	color: #FFF;
}


/* gourmet */
li.c-content-index__gourmet .c-content-index__article-category {
	background: #F29C6F;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

li.c-content-index__gourmet .c-content-index__article-head {
	border-bottom-color: #F29C6F;
}

li.c-content-index__gourmet .c-content-index__article-timeblock {
	border-top-color: #F29C6F;
}
.c-content-index__title.c-content-index__gourmet span {
	background-color: #F29C6F;
}
.c-header__links>li.c-header__gourmet a:hover span:before,
body[data-type=gourmet] .c-header__links>li.c-header__gourmet a span:before {
	background-color:#F29C6F;
}
body[data-type=gourmet] .c-header__sp .c-header__links>li.c-header__gourmet a,
.c-header__sp .c-header__links > li.c-header__gourmet a:hover {
	background: #F29C6F;
	color: #FFF;
}


/* goout */
li.c-content-index__goout .c-content-index__article-category {
	background: #F56B6F;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

li.c-content-index__goout .c-content-index__article-head {
	border-bottom-color: #F56B6F;
}

li.c-content-index__goout .c-content-index__article-timeblock {
	border-top-color: #F56B6F;
}
.c-content-index__title.c-content-index__goout span {
	background-color: #F56B6F;
}
.c-header__links>li.c-header__goout a:hover span:before,
body[data-type=goout] .c-header__links>li.c-header__goout a span:before {
	background-color:#F56B6F;
}
body[data-type=goout] .c-header__sp .c-header__links>li.c-header__goout a,
.c-header__sp .c-header__links > li.c-header__goout a:hover {
	background: #F56B6F;
	color: #FFF;
}


/* entertainment */
li.c-content-index__entertainment .c-content-index__article-category {
	background: #C16BF5;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

li.c-content-index__entertainment .c-content-index__article-head {
	border-bottom-color: #C16BF5;
}

li.c-content-index__entertainment .c-content-index__article-timeblock {
	border-top-color: #C16BF5;
}
.c-content-index__title.c-content-index__entertainment span {
	background-color: #C16BF5;
}
.c-header__links>li.c-header__entertainment a:hover span:before,
body[data-type=entertainment] .c-header__links>li.c-header__entertainment a span:before {
	background-color:#C16BF5;
}
body[data-type=entertainment] .c-header__sp .c-header__links>li.c-header__entertainment a,
.c-header__sp .c-header__links > li.c-header__entertainment a:hover {
	background: #C16BF5;
	color: #FFF;
}


/* economy */
li.c-content-index__economy .c-content-index__article-category {
	background: #6F6BF5;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

li.c-content-index__economy .c-content-index__article-head {
	border-bottom-color: #6F6BF5;
}

li.c-content-index__economy .c-content-index__article-timeblock {
	border-top-color: #6F6BF5;
}
.c-content-index__title.c-content-index__economy span {
	background-color: #6F6BF5;
}
.c-header__links>li.c-header__economy a:hover span:before,
body[data-type=economy] .c-header__links>li.c-header__economy a span:before {
	background-color:#6F6BF5;
}
body[data-type=economy] .c-header__sp .c-header__links>li.c-header__economy a,
.c-header__sp .c-header__links > li.c-header__economy a:hover {
	background: #6F6BF5;
	color: #FFF;
}


/* life */
li.c-content-index__life .c-content-index__article-category {
	background: #006633;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

li.c-content-index__life .c-content-index__article-head {
	border-bottom-color: #006633;
}

li.c-content-index__life .c-content-index__article-timeblock {
	border-top-color: #006633;
}
.c-content-index__title.c-content-index__life span {
	background-color: #006633;
}
.c-header__links>li.c-header__life a:hover span:before,
body[data-type=life] .c-header__links>li.c-header__life a span:before {
	background-color:#006633;
}
body[data-type=life] .c-header__sp .c-header__links>li.c-header__life a,
.c-header__sp .c-header__links > li.c-header__life a:hover {
	background: #006633;
	color: #FFF;
}


/* feature */
li.c-content-index__feature .c-content-index__article-category {
	background: #661A00;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

li.c-content-index__feature .c-content-index__article-head {
	border-bottom-color: #661A00;
}

li.c-content-index__feature .c-content-index__article-timeblock {
	border-top-color: #661A00;
}
.c-content-index__title.c-content-index__feature span {
	background-color: #661A00;
}
.c-header__links>li.c-header__feature a:hover span:before,
body[data-type=feature] .c-header__links>li.c-header__feature a span:before {
	background-color:#661A00;
}
body[data-type=feature] .c-header__sp .c-header__links>li.c-header__feature a,
.c-header__sp .c-header__links > li.c-header__feature a:hover {
	background: #661A00;
	color: #FFF;
}


/* writer */
.c-content-index__title.c-content-index__writer span {
	background-color: #68dade;
}


/* footer */
.c-footer__links ul {
	align-items: baseline;
	display: block;
}
.c-footer__links li {
	text-align: right;
	margin-right: 0;
	display: block;
	line-height: 1.4;
}
.c-footer__links li a {
	color: #FFF;
	text-decoration: none;
	font-size: .78125em;
	position: relative;
}
.c-footer__links li a::after {
	background: url(/img/icon-arrow-circle-white.png) 50%/contain no-repeat;
	content: "";
	height: 11px;
	position: absolute;
	right: -14px;
	top: 50%;
	transform: translateY(-50%);
	width: 11px;
}
.c-footer__sns {
	display: flex;
	justify-content: center;
	margin: 0 auto 20px;
	width: calc(100% - 40px);
}
.c-footer__sns h5 {
	color: #FFF;
	text-align: center;
	margin: 0 0 7px;
	padding-bottom: 2px;
	border-bottom: 1px solid #FFF;
	
}
.c-footer__sns ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.c-footer__sns ul li {
	margin: 0 5px;
}
.c-footer__sns-tnc {
	background: #68dade;
	padding: 5px 10px 10px;
	border-radius: 10px;
	margin: 0 5px;
}
.c-footer__sns-news {
	background: #6BB8F5;
	padding: 5px 10px 10px;
	border-radius: 10px;
	margin: 0 5px;
}
.c-footer__sns-sports {
	background: #63e085;
	padding: 5px 10px;
	border-radius: 10px;
	margin: 0 5px;
}
.c-footer__sns-store {
	background: #F29C6F;
	padding: 5px 10px;
	border-radius: 10px;
	margin: 0 5px;
}
.c-footer__sns-goripara {
	background: #555;
	padding: 5px 10px;
	border-radius: 10px;
	margin: 0 5px;
}
.c-footer__instagram {
	width: 28px;
}
.c-footer__tiktok {
	width: 24px;
}


@media (max-width: 1000px){
	.c-footer__sns {
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.c-footer__sns-tnc {
		padding: 5px 2% 10px;
		width: 100%;
		margin: 0 0 6px;
	}
	.c-footer__sns-news {
		padding: 5px 2% 10px;
		width: 49%;
		margin: 0 0 6px;
	}
	.c-footer__sns-sports {
		padding: 5px 2% 10px;
		width: 49%;
		margin: 0 0 6px;
	}
	.c-footer__sns-store {
		padding: 5px 2% 10px;
		width: 49%;
		margin: 0 0 6px;
	}
	.c-footer__sns-goripara {
		padding: 5px 2% 10px;
		width: 49%;
		margin: 0 0 6px;
	}
}
