@charset 'utf-8';


body:not(.expageheader):before,
body.expageheader:before {
	height: 60px;
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {

	body:not(.nosticky):not(.expageheader):before,
	body.expageheader:not(.nosticky):before {
		height: 60px;
	}
}

@media only screen and (min-width: 1001px) {

	body.nosticky:before {
		height: 0;
	}

	body:not(.nosticky):not(.expageheader):before,
	body.expageheader:not(.nosticky):before {
		height: 80px;
	}

	body.detach:not(.nosticky):not(.expageheader):before,
	body.detach.expageheader:not(.nosticky):before {
		height: 180px;
	}
}


body.fixed #upper {
}

#navi_header_thin {
	border-bottom-color: #fff;
}

.menuopen #navi_header_thin {
	border-bottom-color: #b0b8d0;
}

@media only screen and (min-width: 1001px) {

	#upper,
	body.fixed #upper {
		border-bottom-color: #fff;
	}

	body.nosticky #upper {
		box-shadow: none;
	}
}



#mainvisual {
	width: 100%;
/* 
	margin-bottom: 30px;
	padding-top: 60px;
 */
	overflow: hidden;
	position: relative;
}

/**/
.loadercover {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
}

#mainvisual:not(.ready) .loader {
	width: 50px;
	--b: 8px; 
	aspect-ratio: 1;
	border-radius: 50%;
	padding: 1px;
	background: conic-gradient(#0000 10%,#f03355) content-box;
	-webkit-mask:
	repeating-conic-gradient(#0000 0deg,#000 1deg 20deg,#0000 21deg 36deg),
	radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));
	-webkit-mask-composite: destination-in;
		  mask-composite: intersect;
	animation:l4 1s infinite steps(10);
}

@keyframes l4 {to{transform: rotate(1turn)}}


#mainvisual > .inner {
	width: 100%;
/* 
	max-width: 1600px;
	margin: 0 auto;
 */
	text-align: center;
	vertical-align: top;
	position: relative;
	opacity: 0;
	transition: .5s;
}

#mainvisual.ready > .inner {
	opacity: 1;
}

#promotion {
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	position: relative;
}

.pr_media {
	width: 100%;
	height: 100%;
	color: #fff;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.pr_media > .media {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.pr_media > .media::after {
	display: block;
	content: '';
	background: rgba(0, 0, 0, .2);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.pr_media > .media > span {
	display: block;
	width: 100%;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}

.pr_media img {
	width: 100%;
	height: auto;
}

.pr_media a,
.pr_media a:hover,
.pr_media a.hover {
	color: #fff;
}

@media only screen and (min-width: 481px) {

	#promotion {
		padding-top: 380px;
	}
}

@media only screen and (min-width: 769px) {

/* 
	#promotion {
		padding-top: 50%;
	}
 */
}

@media only screen and (min-width: 1201px) {

	#promotion {
		padding-top: 560px;
	}
}



#mainvisual-extra {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#mainvisual-extra > .inner {
	width: 100%;
	/*
	max-width: 1200px;
	*/
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
	position: relative;
}

#keyvisual-extra {
	width: 100%;
	padding-top: 100%;
	background-image: url(../image/portal/back-mainvisual.jpg);
	background-position: center 80%;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

#keyvisual-extra:after {
	content: '';
	width: 100%;
	height: 100%;
	opacity: .2;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/*
#keyvisual.sync {
	position: absolute;
	top: 0;
}
*/

#promotion-extra {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	z-index: 10;
}

#pr_media-extra {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	padding-top: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

#tagline-extra {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#tagline-extra .cover {
	padding: 2em 4em;
	background-color: rgba(255,255,255,0);
}

#tagline-extra h1 {
	color: #fff;
	font-size: 7vw;
	font-weight: 700;
	line-height: 1.4;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}

#tagline-extra h1 span {
	display: block;
/* 	letter-spacing: .2em; */
}

#tagline-extra h1 span span {
	display: inline-block;
/* 	letter-spacing: .2em; */
}

#tagline-extra p {
	color: #00798b;
	font-size: 5vw;
	font-weight: 700;
	line-height: 1.5;
}

#tagline-extra p:not(:last-child) {
	margin-bottom: 1.5em;
}

#tagline-extra p span {
	display: block;
}

@media only screen and (min-width: 481px) {

	#keyvisual-extra {
		padding-top: 70%;
	}

	#pr_media-extra {
		padding-top: 70%;
	}

	#tagline-extra h1 {
		font-size: 6vw;
	}

	#tagline-extra p {
		font-size: 5vw;
	}
}

@media only screen and (min-width: 641px) {

	#keyvisual-extra {
		padding-top: 50%;
	}

	#pr_media-extra {
		padding-top: 50%;
	}

	#tagline-extra h1 {
		font-size: 5vw;
	}

	#tagline-extra h1 span {
		letter-spacing: .2em;
		text-indent: .2em;
	}

	#tagline-extra p {
		font-size: 20px;
	}
/*
	#tagline-extra p span {
		display: block;
	}
*/
}

@media only screen and (min-width: 769px) {

	#keyvisual-extra {
		padding-top: 40%;
	}

	#pr_media-extra {
		padding-top: 40%;
	}

	#tagline-extra h1 {
		font-size: 4vw;
	}
}

@media only screen and (min-width: 1001px) {

	#keyvisual-extra {
		padding-top: 40%;
	}

	#pr_media-extra {
		padding-top: 40%;
	}

	#tagline-extra h1 {
		font-size: 3.5vw;
	}
}

@media only screen and (min-width: 1201px) {

	#keyvisual-extra {
		padding-top: 560px;
	}

	#pr_media-extra {
		padding-top: 560px;
	}

	#tagline-extra h1 {
		font-size: 42px;
	}

	#tagline-extra p {
		font-size: 22px;
	}
}



.enclosure {
	width: 100%;
	max-width: 1600px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}


.mvprspace {
	padding: 2em;
	font-size: 1rem;
	text-align: left;
	position: absolute;
	left: 0;
	bottom: 10px;
}

.mvprspace h2 {
	margin-bottom: .1em;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.5;
}

.mvprspace p {
	margin-bottom: 1.5em;
	font-size: .85em;
	line-height: 1.6;
}

.mvprspace .btnarea {
	text-align: left;
}

.mvprspace .btnarea a {
	color: #fff;
}

@media only screen and (max-width: 1000px) {

	.mvprspace .btnarea a {
		min-width: 0;
		padding: 0;
		border: none;
		overflow: visible;
	}
	
	.mvprspace .btnarea a > span {
		display: none;
	}
}

@media only screen and (min-width: 1001px) {

	.mvprspace {
		bottom: 60px;
	}

	.mvprspace h2 {
		font-size: 2.4em;
	}
	
	.mvprspace p {
		margin-bottom: 2em;
		font-size: 1em;
	}
}


.fixbadge > .inner > span {
	max-width: 480px;
}



#promotion .flickity-viewport,
#promotion .flickity-slider {
	width: 100%;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


#promotionnavi .flickity-viewport,
#promotionnavi .flickity-slider {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#promotionnavi {
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 20px;
	z-index: 10;
}

#promotionnavi > .inner {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	font-size: 1rem;
	position: relative;
}

#promotionnavi > .inner > div {
	padding: 0 2em;
	text-align: center;
}

#promotionnavi ul {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	width: 100%;
	height: 3px;
/* 	max-width:  260px; */
	margin: 0;
	padding: 0;
	position: relative;
}

#promotionnavi li {
	width: 10px;
	height: 3px;
	padding: 0 1px;
}

#promotionnavi li > span {
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
	text-align: right;
}

#promotionnavi li > span > span {
	display: inline-block;
	width: 100%;
	height: 3px;
	vertical-align: top;
}

#promotionnavi li.is-nav-selected > span > span {
/* 
	animation-duration: 5s;
	animation-name: slidebar;
 */
	background: #003f73;
}

@keyframes slidebar {

	from {
/* 		margin-left: 100%; */
		width: 100%;
	}
	
	to {
/* 		margin-left: 0%; */
		width: 0%;
	}
}


@media only screen and (min-width: 769px) {

	#blogarticle {
/* 		order: 1; */
/* 		width: calc(100% / 3); */
	}

	#information {
/* 		order: 3; */
	}
}
/*
#information .articlelist .item {
	width: 100%;
}

#information .articlelist .item .enclosed {
	display: flex;
	flex-wrap: wrap;
}

#information .articlelist .item .enclosed .meta:nth-child(2) {
	margin-left: auto;
	margin-right: 0;
}

#information .articlelist .item .enclosed .meta:nth-child(2) .category {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

#information .articlelist .item .enclosed .title {
	width: 100%;
}

#information .articlelist .item .category span a {
	padding: .3em 1.2em;
	border: 2px solid #003f73;
	background: #fff;
	color: #000;
}

#information .articlelist .item .category span a:hover,
#information .articlelist .item .category span a.hover {
	background: #003f73;
	color: #fff;
}

#information .articlelist .item .arrow {
	display: none;
	z-index: -1;
}


@media only screen and (min-width: 541px) {

	#information .articlelist .item {
		width: calc(100% / 2);
	}
}

@media only screen and (min-width: 1001px) {

	#information .articlelist .item {
		width: calc(100% / 4);
		padding: 1% !important;
	}
}

@media only screen and (min-width: 1201px) {

	#information .articlelist .item {
		width: calc(100% / 5);
		padding: .8% !important;
	}
}
*/

#information .articlelistblock {
	max-width: 900px;
	margin: 0 auto;
}

.infocatlist .articlelist {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
/* 	margin-bottom: 30px; */
	padding: 0;
	position: relative;
}

.infocatlist .articlelist .item {
	display: flex;
	width: 100%;
	vertical-align: top;
	position: relative;
	cursor: pointer;
}

.infocatlist .articlelist .item > .inner {
	display: flex;
	width: 100%;
	position: relative;
	transition: .2s;
}

.infocatlist .articlelist .item article {
	display: flex;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.infocatlist .articlelist .item .enclosed {
	font-size: 1.2em;
}

.infocatlist .articlelist .item .title {
	width: 100%;
	margin: .3em 0;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.5;
	word-wrap: break-word;
	overflow: hidden;
}

.infocatlist .articlelist .item .title a {
	color: #1a1a1a;
	text-decoration: none;
}

.infocatlist .articlelist .item .title a:hover,
.infocatlist .articlelist .item .title a.hover {
	color: #1a1a1a;
	text-decoration: none;
}

.infocatlist .articlelist .meta {
	margin: .3em 0;
	margin-right: 1em;
	line-height: 1.4;
}

.infocatlist .articlelist .category span {
	display: inline-block;
}

.infocatlist .articlelist .category span {
	display: inline-block;
	margin: .1em;
}

.infocatlist .articlelist .category span a {
	display: inline-block;
	padding: .5em 1em;
	background: #666;
	color: #fff;
	text-decoration: none;
}

.infocatlist .articlelist .category span a:hover,
.infocatlist .articlelist .category span a.hover {
	background: #999;
}

.infocatlist .articlelist time {
	color: #808080;
}

.infocatlist .articlelist .item .desc {
	display: none;
	color: #666;
	font-size: 1.1em;
	line-height: 1.6;
	word-wrap: break-word;
}

.infocatlist .articlelist .item .arrow {
	display: block;
	height: 100%;
	font-size: 0;
	position: absolute;
	top: 0;
	right: 10px;
}

.infocatlist .articlelist .item .arrow:before {
	display: inline-block;
	content: '';
	height: 100%;
	vertical-align: middle;
}

.infocatlist .articlelist .item .icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	color: #808080;
	vertical-align: middle;
	transform: rotate(-90deg);
}

.infocatlist .articlelist .item .icon span {
	display: inline-block;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .2s;
}

.infocatlist .articlelist .item.hover .icon span {
	opacity: 1;
	transform: translateY(10px);
}

.infocatlist .articlelist .item .icon svg {
	fill: currentColor;
}

.infocatlist .articlelist .item .btn {
	width: 100%;
	padding: 5%;
	font-size: 1.2em;
	line-height: 1;
	text-align: right;
}

.infocatlist .articlelist .item .btn a {
	display: inline-block;
	padding: .5em 1em;
	border: 1px solid;
	text-decoration: none;
}

.infocatlist .articlelist .item .btn a:hover,
.infocatlist .articlelist .item .btn a.hover {
	background: #f2f2f2;
}

.infocatlist .articlelist .item .thumb {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.infocatlist .articlelist .item figure {
	width: 100%;
	margin-top: 0;
	padding-top: 60%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.infocatlist .articlelist .item .enclosed figure {
	margin: .5em 0;
}

.infocatlist .articlelist .item figure span {
	display: block;
	width: 100%;
	transform: translateY(-50%);
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 0;
}

.infocatlist .articlelist .item figure img {
	width: 100%;
	height: auto;
	position: relative;
	transition: .2s;
}

/* override */
.infocatlist .articlelist .item {
	border-bottom: 1px solid #ccc;
}

.infocatlist .articlelist .item:first-child {
	border-top: 1px solid #ccc;
}

.infocatlist .articlelist .item article {
	padding: 15px 20px;
}

.infocatlist .articlelist.thumb .item .enclosed {
	width: 80%;
	padding-left: 7%;
}

.infocatlist .articlelist.arrowicon .item .enclosed {
	width: 100%;
	padding-right: 15px;
}

.infocatlist .articlelist.arrowicon .item .taglist {
	display: none;
}

.infocatlist .articlelist.card.thumb:not(.arrowicon) .item {
	padding: 3% 7%;
	border: none;
}

.infocatlist .articlelist.card.thumb:not(.arrowicon) .item article {
	padding: 2%;
	border-radius: 0;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	transition: .2s;
}

.infocatlist .articlelist.card.thumb:not(.arrowicon) .item .enclosed {
	width: 100%;
	padding: 5%;
}

.infocatlist .articlelist .category span a {
	border-radius: 0;
}

.infocatlist .articlelist .item .btn a {
	border-radius: 0;
}

.infocatlist .articlelist .item .thumb {
	width: 20%;
}

.infocatlist .articlelist .item .enclosed .thumb {
	width: 100%;
}

.infocatlist .articlelist .item figure {
	border-radius: 0;
	padding-top: 100%;
}

.infocatlist .articlelist .item .enclosed figure {
	padding-top: 60%;
}

.infocatlist .articlelist.card .item.hover figure img {
	transform: scale(1.3);
}

.infocatlist .articlelist .item .title {
	font-size: 1.2em;
	overflow: hidden;
}

.infocatlist .articlelist .item .title a {
	display: block;
}

@media only screen and (min-width: 541px) {

	.infocatlist .articlelist.card {
		padding: 1%;
	}

	.infocatlist .articlelist.card .item {
		padding: 1.5% !important;
		border: none;
	}

	.infocatlist .articlelist.card .item article {
		display: block;
		padding: 0 !important;
		border-radius: 0;
		background: #fff;
		box-shadow: 0 1px 3px rgba(0,0,0,.2);
		transition: .2s;
	}

	.infocatlist .articlelist.card .item.hover article {
		background: #f2f2f2;
	}

	.infocatlist .articlelist.card .item .enclosed {
		width: 100%;
		padding: 7% !important;
	}

	.infocatlist .articlelist .item .desc {
		display: block;
	}

	.infocatlist .articlelist .item .title {
		font-size: 1.2em;
	}

	.infocatlist .articlelist.card .item.hover .icon span {
		opacity: 0;
		transform: translateY(0);
	}

	.infocatlist .articlelist.card .item .btn {
		text-align: center;
	}

	.infocatlist .articlelist.card .item figure {
		padding-top: 60%;
	}

	.infocatlist .articlelist.card .item figure {
		border-radius: 0 !important;
	}

	.infocatlist .articlelist.card .item .thumb {
		width: 100%;
	}
}


.infocatlist .articlelist .viewport {
	width: 100%;
	overflow: hidden;
	position: relative;
}


.infocatlist .articlelist .item {
	border-bottom-color:  #bdc4d8;
}

.infocatlist .articlelist .item:first-child {
	border-top: none;
}

.infocatlist .articlelist .item article {
	font-size: .85em;
}

.infocatlist .articlelist .item .enclosed {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	font-size: 1.4em;
}

.infocatlist .articlelist .item .custommeta {
	margin: .3em 0;
	font-size: .85em;
}

.infocatlist .articlelist .item .meta .category {
	display: flex;
	flex-direction: column;
}

.infocatlist .articlelist .item .category span a {
	display: inline-block;
	padding: .3em 1.2em;
	border: 2px solid #003f73;
	background: #fff;
	color: #000;
	font-size: 1.2em;
	text-align: center;
	line-height: 1;
	white-space: nowrap;
}

.infocatlist .articlelist .item .category span a:hover,
.infocatlist .articlelist .item .category span a.hover {
	background: #003f73;
	color: #fff;
}

@media only screen and (min-width: 541px) {

}

@media only screen and (min-width: 769px) {

	.infocatlist .articlelist .item article {
		padding: 20px;
		font-size: 1.1em;
	}

	.infocatlist .articlelist .item .enclosed {
		flex-direction: row;
		font-size: 1.2em;
	}

	.infocatlist .articlelist .item .meta {
		width: 9em;
		margin: 0;
		white-space: nowrap;
	}

	.infocatlist .articlelist .item .meta:nth-child(2) {
		width: 11em;
	}

	.infocatlist .articlelist .item .meta .category {
	}

	.infocatlist .articlelist .item .custommeta {
		width: 15em;
		margin: 0;
		padding-right: 2em;
	}

	.infocatlist .articlelist .item  .articletag span {
		width: 100%;
	}

	.infocatlist .articlelist .item .category span,
	.infocatlist .articlelist .item .category span a {
		width: 100%;
	}

	.infocatlist .articlelist .item .title {
		flex-grow: 1;
		width: calc(100% - 20em) !important;
		margin: 0;
		margin-left: auto;
		margin-right: 0;
		padding-left: 1.2em;
	}

	.infocatlist .articlelist .item .title a {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

/* 
	#news-general .infocatlist .articlelist .item .title {
		width: calc(100% - (15em));
	}
 */
}


.pr_media:nth-child(1) > .media {
	background-image: url(../image/portal/slide1.jpg);
}


.categorynavi {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	padding: 1em;
	font-size: 1rem;
}

.categorynavi > div {
	width: 100%;
	padding: 3px;
	font-size: .85em;
	text-align: center;
}

.categorynavi > div a {
	display: inline-block;
	width: 100%;
	padding: .5em 1em;
	border: 2px solid #003f73;
	background: #fff;
	color: #000;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	white-space: nowrap;
}

.categorynavi > div a:hover,
.categorynavi > div a.hover {
	background: #003f73;
	color: #fff;
}

@media only screen and (min-width: 769px) {

	.categorynavi > div {
		width: 160px;
	}
}


