/* CSS Document */
/*
	ご当地ソフトをたずねて
-----------------------------------------------------------------------------------------------*/

/* 表示切替 
.switch{
	visibility:hidden;
}*/

#gotochi {
	margin: 2% 0 0 0;
	font-size: 15px;
	font-family:
		"Yu Gothic",
		"YuGothic",
		"Hiragino Kaku Gothic ProN",
		"MS PGothic",
		sans-serif;
	font-weight: 500;
	overflow: hidden;
}
@media screen\0 {
	#gotochi {
		font-family: 'Segoe UI', Meiryo, sans-serif;
	}
}
#gotochi img{
	width: 100%;
}

@media screen and (max-width: 640px)  {
	#gotochi{
		margin: 8% 0 0 0;
	}
}


.tablet { 
	display: none;
	}
@media screen and (max-width: 640px)  {
	.tablet { 
	display:block;
	}
}


.topArea{
	position: relative;
}

.txtTop{
	position: absolute;
	top: 43%;
	left: 7%;
	font-size: 20px;
	font-weight: bold;
	line-height: 150%;
}
@media screen and (max-width: 768px)  {
	.txtTop{
	font-size: 2.5vw;
	}
}

.newmark{
	position: absolute;
	top: 67.5%;
	left: 33.5%;
	width: 8.25%;
	animation: A 0.8s linear 0s infinite alternate;
	-webkit-animation: A 0.8s linear 0s infinite alternate;
}

@media screen and (max-width: 640px)  {
	.txtTop{
		position: absolute;
		top: 30%;
		left: 7%;
		font-size: 35px;
	}
	.newmark{
		position: absolute;
		top: 70%;
		left: 28%;
		width: 10%;
	}
}

/* NEWマークアニメーション */
@-webkit-keyframes A {
	100% {
		 margin-top: -10px;
	}
}
@keyframes A {
	100% {
		 margin-top: -10px;
	}
}
.nikkunseichan{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 33%;	
	animation: A 0.8s linear 0s infinite alternate;
	-webkit-animation: B 1s linear 0s infinite alternate;
}
.nikkunseichan img{
	width: 100%;	
}

@media screen and (max-width: 640px)  {
	.nikkunseichan{
		width: 36%;
	} 
}

/* ニックンセイチャンアニメーション */
@-webkit-keyframes B {
	0% {
		 transform:rotate(5deg);
	}
	100% {
		 transform:rotate(-8deg);
	}
}


@media screen and (max-width: 640px)  {
	.txtTop{
		font-size: 20px;
	}
}
@media screen and (max-width: 400px)  {
	.txtTop{
		font-size: 15px;
	}
}

/* SNSボタン */
.share {
	display: flex;
	float: right;
	padding: 10px 0 0;
	}
.share p {
    position: relative;
	float:left;
	margin:0px;
	color:#666666;
	font-size:100%;
	font-weight:bold;
	line-height:280%;
}
.txtShare::after{
    content: ' ';
    width: 6px;
    height: 6px;
    border-top: 2px solid #666666;
    border-right: 2px solid #666666;
    transform: rotate(45deg);
    transform-origin: 0 0;
    position: absolute;
    top: 16px;
    left: 50px;
    transition: border-color 0.15s;
}
.share ul{
	margin:0px 0px 0px 25px;
	float:left;
	list-style:none;
}
.share li{
	float:left;
	margin:0px;
}
/* SNS */
#snsArea a.snsBtn{
	display:inline-block;
	width:40px;
	height:40px;
	margin:0 1.5px 0 0;
	font-size:1.8rem;
	border-radius:100%;
	position:relative;
}
#snsArea a i{
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	font-size: 25px;
}
#snsArea a.snsBtn:last-of-type{
	margin:0 0 0 0;
}
#snsArea a.snsBtn.facebook{
	color:#FFFFFF;
	background-color:#3B5999;
}
#snsArea a.snsBtn.twitter{
	color:#FFFFFF;
	background-color:#1B95E0;
}

#snsArea a.snsBtn.youtube{
	color:#FFFFFF;
	background-color:#E83023;
}
#snsArea a.snsBtn.facebook:hover{
	color:#3B5999;
	background-color:#FFFFFF;
}
#snsArea a.snsBtn.twitter:hover{
	color:#1B95E0;
	background-color:#FFFFFF;
}

#snsArea a.snsBtn.youtube:hover{
	color:#E83023;
	background-color:#FFFFFF;
}

@media screen and (max-width: 640px)  {
	.share {
		float: right;
		text-align: right;
		padding: 10px 0 0 0;
		}
	.share p{
		line-height: 200%;
	}
	.share ul{
		margin: 0px 0px 0px 20px;
	}
	.txtShare::after{
		top: 10px;
	}
	#snsArea a.snsBtn{
		width:30px;
		height:30px;
	}
	#snsArea a i{
		font-size: 20px;
	}
}

/*
	base
-----------------------------------------------------------------------------------------------*/
/* 変数 */
:root{
	/* color */
	--c-white:#ffffff;
	--c-yello:#FFC800;
}

/* ボタン */
.btnArea {
	display: flex;
	justify-content: center;
}
a.btnBase {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 25px;
	padding:11px 33px 11px 13px;
	color: var(--c-white);
	background-color: var(--c-yello);
	margin-bottom: 15px;
}
a.btnBase::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    right: 11px;
}
a.btnBase::after {
	position: absolute;
    content: "";
    width: 8px;
	height: 8px;
	background: url(../images/img_triangleBtn.svg)no-repeat center center / cover;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

@media screen and (max-width: 640px)  {
	.btnArea {
		margin-bottom: 20px;
	}
	/* ボタン */
	a.btnBase {
		margin-bottom: 11px;
	}
}

/********************* NEWARTICLE ********************/
.newArticleOut{
	position: relative;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	margin-bottom: 50px;
	}

.articleBox{
	width: 50%;
}
.titnew{
	z-index: 100;
	margin-top: -2%;
	padding: 0% 1.5% 1% 1.5%;
	position: relative;
	position:absolute;
	-webkit-background-size: 10px 10px;
	-moz-background-size: 10px 10px;
	background-size: 10px 10px;
	background-color: #4ABFDF;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
				color-stop(.25, #7ED1E8), color-stop(.25, transparent),
				color-stop(.5, transparent), color-stop(.5, #7ED1E8),
				color-stop(.75, #7ED1E8), color-stop(.75, transparent),
				to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #7ED1E8 25%, transparent 25%,
			  transparent 50%, #7ED1E8 50%, #7ED1E8 75%,
			  transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #7ED1E8 25%, transparent 25%,
			  transparent 50%, #7ED1E8 50%, #7ED1E8 75%,
			  transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #7ED1E8 25%, transparent 25%,
			  transparent 50%, #7ED1E8 50%, #7ED1E8 75%,
			  transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #7ED1E8 25%, transparent 25%,
			  transparent 50%, #7ED1E8 50%, #7ED1E8 75%,
			  transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #7ED1E8 25%, transparent 25%,
			  transparent 50%, #7ED1E8 50%, #7ED1E8 75%,
			  transparent 75%, transparent);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.titnew::after {
	z-index: -100;
    content: "";
    position: absolute;
    right: 43%;
    top: 85%;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 14px solid #4ABFDF;
    border-bottom: 13px solid transparent;
	transform: rotate(-90deg);
	
}
.titnew p{
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	line-height: 90%;
	text-align: center;
	padding-top: 3%;
}
.txtSmall{
	display: block;
	font-size: 15px;
	font-weight: 100;
}
#boxSvg{
	margin-left: 10px;
	padding-right: 10px;
	background: url("../images/bk_articleBox.png");
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: 35% 75%;
}
path{
	box-shadow:0px 0px 0px 3px #dcdcdc;
}
.newArticleOut a{
	width: 100%;
	display: block;
}
.newArticleOut .articleBox #boxSvg img {
	display: block;
	width: 110%;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.newArticleOut .articleBox #boxSvg:hover {
	transform: scale(1.05);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.txtArea{
	position: absolute;
	top: 8%;
	right: 0;
	width: 70%;
	z-index: -100;
	padding: 3% 3% 3% 0%;
	border: 4px solid #4ABFDF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #FCF9F0;
}
@media screen and (max-width: 768px)   {
	.txtArea{
		padding: 3% 3% 3% 3%;
	}
}
@media screen and (max-width: 718px)   {
	.txtArea{
		padding: 3% 1% 3% 5%;
	}
}
@media screen and (max-width: 694px)   {
	.txtArea{
		padding: 3% 1% 3% 7%;
	}
}
@media screen and (max-width: 667px)   {
	.txtArea{
		padding: 3% 1% 3% 9%;
	}
}
.titNewArticle{
	width: 83%;
	float: right;
	color:#4ABFDF;
	font-size: 22px;
	font-weight: bold;
}
.subTitNewArticle{
	width: 83%;
	float: right;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
.txtArticle{
	width: 83%;
	float: right;
	font-size: 14px;	
}
@media screen and (max-width: 768px)   {
	.subTitNewArticle{
		font-size: 2.5vw;
		margin: 1% 0% 0% 0%;
	}
}
@media screen and (max-width: 640px)   {
	.newArticleOut{
		margin-bottom: 5%;
	}
	.txtArea{
		min-height: 120px;
		z-index: -100;
		padding-left: 18%;
		box-sizing: border-box;
	}
	.titNewArticle{
			width: 100%;
			float: right;
			clear: both;
			font-size: 25px;
	}
	.subTitNewArticle{
			margin: 1.5% 0% 0% 0%;
			width: 100%;
			float: right;
			clear: both;
			font-size: 22px;
	}
	.txtArticle{
			width: 100%;
			float: right;
			clear: both;
			margin-bottom: 3%;
			font-size: 18px;
	}
	#boxSvg:hover {
		z-index: 100;
	}
	.txtArea:hover{
		opacity:  0.5;
	}
	.newArticleOut a:hover{
		position: static;
		opacity:  0.5;
	}
}
@media screen and (max-width: 640px)  {
	.newArticleOut{
		display: block;
		margin: 10% auto 5%;
	}
	.titnew{
		padding: 5px 10px 10px 10px; 
		bottom: 85%;
		left: 0%;
	}
	.titnew p{
		font-size: 23px;
	}
	.titnew::after {
		top: 50px;
	}
	.articleBox{
		width: 100%;
		margin: 0;
	}
	@-moz-document url-prefix() {
	#boxSvg{
		height: auto;
		}
}
	@media screen and (-webkit-min-device-pixel-ratio:0) {
	#boxSvg{
		height: auto;
		}
}
	#boxSvg{
		position: static;
		width: 50%;
		background-size: 90%;
	}
	.titNewArticle{
			width: 95%;
			font-size: 19px;
			text-align:left;
			margin: 0 auto 0 auto;
	}
	.subTitNewArticle{
			width: 95%;
			font-size: 19px;
			margin: 0 auto;
			padding: 0;
	}
	.txtArticle{
		margin: 0 auto 5%;
		width: 100%;
		font-size: 15px;
		}
	
}
@media screen and (max-width: 450px)  {
	.newArticleOut{
		margin-top: 15%;
	}
	.txtArea{
		width: 70%;
		padding: 4% 4% 4% 19%;
		min-height: auto;	
		}	
	.titNewArticle{
			font-size: 14px;
	}
	.subTitNewArticle{
			width: 95%;
			font-size: 12px;
			margin: 0 auto;
			padding: 0;
	}
	.txtArticle{
		left: 0;
		width: 100%;
		font-size: 12px;
		}
}

/******************* BACKNUMBER **********************/
.backNumberOut{
	vertical-align: middle;
}
.bkTopImg {
	margin-bottom: 35px;
}
.bnTitArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.titBackNumber {
	font-family: "Montserrat","Yu Gothic","YuGothic","Hiragino Kaku Gothic ProN","MS PGothic",sans-serif;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 3px;
	margin-top: 5px;
}
.titBackNumber::before{
	content: '';
	display: inline-block;
	width: 33px;
	height: 33px;
	margin-right: 20px;
	background-image: url(../images/ico_top01.png) ;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.titBackNumberJ {
	font-size: 14px;
	font-family:
		"Yu Gothic",
		"YuGothic",
		"Hiragino Kaku Gothic ProN",
		"MS PGothic",
		sans-serif;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.5;
}
.titBackNumberJ::before {
    content: ' ';
	display: inline-block;
    width: 2px;
	height: 18px;
	margin: -5px 23px 0;
    background: #999;
	vertical-align: middle;
}
.yearBox{
	padding: 20px 20px 0 20px;
	margin-bottom: 20px;
}
.titYear{
	margin-bottom: 10px;
	padding: 8px;
	color: #FFF;
	font-size: 18px;
}
/*******::::::::::::Color:::::::::::::*******/
[class*="bgcolor"] {
	border-radius: 12px;
}
[class*="titcolor"] {
	border-radius: 6px;
}
.titcolorBl{
	background: #78D0DA;
}
.bgcolorBl{
	background: rgba( 120, 208, 218, 0.2 );
}
.titcolorPk{
	background: #FDA0A0;
}
.bgcolorPk{
	background: rgba( 253, 160, 160, 0.2 );
}
.titcolorOr{
	background: #F0A50F;
}
.bgcolorOr{
	background: rgba( 240, 165, 15, 0.2 );
}
.titcolorGr{
	background: #8EDA8A;
}
.bgcolorGr{
	background: rgba( 142, 218, 138, 0.2 );
}

/*******::::::::::::Color:::::::::::::*******/
.backNumberList{
	display: flex;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -2.8%;
}
.backNumberList li{
	position: relative;
	display: flex;
	width: 30.5%;
	margin-right: 2.8%;
	margin-bottom: 20px;
	padding-bottom: 33px;
	background: #FFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 10px;
}
.titNember{
	z-index: 100;
	position: absolute;
	top: 15px;
	left: -5px;
	padding: 6px;
	color: #fff;
	font-size: 14px;
	background: #F89301
}
.titNember::before{
	content: ' ';
	display: inline-block;
    position:absolute;
	top: -6px;
	left: -5px;
	width: 5px;
	border-top: 6px solid transparent;
	border-right: 5px solid #C46D05;
	vertical-align: middle;
	
}

/*バックナンバー 一覧*/
.backNumberList figure{
	overflow: hidden;
	width: 100%;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.backNumberList figure img {
	display: block;
	width: 100%;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.backNumberList figure img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.titBNarticle{
	padding: 10px 9px 5px;
	font-size: 15px;
	font-weight: bold;
	color: #EE6E02;
	box-sizing: border-box;
}
.txtBNarticle{
	padding: 0px 9px;
	font-size: 14px;
	box-sizing: border-box;
}
@media all and (-ms-high-contrast: none)  /* IE10以上 */
{
  .txtBNarticle{
	width: 92%;
		}
}
@media screen and (max-width: 640px)  {
	.bkTopImg {
		margin-bottom: 25px;
	}
	.titBNarticle{
		padding: 10px 0px 5px;
	}
	.titBackNumber{
		font-size: 25px;
		letter-spacing: 2px;
	}
	h3.titBackNumber.sp{
		white-space: nowrap;
		margin-top: 4px;
	}
	.titBackNumber::before{
		margin-right: 2%;
	}
	.titBackNumberJ{
		font-size: 18px;
	}
	.titBackNumberJ::before{
		margin: -5px 3% 0;
		display: none;
	}
	.yearBox{
		padding: 10px;
	}
	.titYear{
		margin: 2% auto 10px;
	}
	.backNumberList{
		display: block;
		margin-right: 0%;
	}
	.titNember{
		top: 10%;
		left: -7px;
		font-size: 20px;
	}
	.titNember:before{
		top: -4px;
		border-top: 4px solid transparent;
		border-right: 8px solid #C46D05;
	}
	.backNumberList li{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 3%;
		padding: 0;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.backNumberList li a{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		height: auto;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.backNumberList figure{
		width: 40%;
		height: auto;
		position: relative;
		overflow: hidden;
		-moz-border-radius: 10px 0 0 10px;
		-webkit-border-radius: 10px 0 0 10px;
		border-radius: 10px 0 0 10px;
	}
	.backNumberList figure img{
		height: 100%;
		 object-fit: cover; 
	}
	.txtBnArea{
		width: 60%;
		padding: 3%;
	}
	.titBNarticle{
		padding: 0 0px 1%;
		font-size: 25px;
	}
	.txtBNarticle{
		font-size: 20px;
		padding: 0px;
	}
	
}
@media screen and (max-width: 640px)  {
	.titBackNumber{
		font-size: 17px;
	}
	.titBackNumberJ{
        font-size: 16px;
        margin-left: 10px;	
	}
	.titBNarticle{
		font-size: 14px;
	}
	.txtBNarticle{
		font-size: 12px;
	}
	.titNember{
		font-size: 10px;
	}
}

.bnrObo {
		margin-top: -40px;
		margin-bottom: 68px;
	}
