@charset "utf-8";
/* ▼PC▼ */

/* -- .mint-news-article ------------------------- */

.mint-news-article .mint-news-article-head {
	font-size: 50px;
	font-family: "Kosugi", sans-serif;
	font-weight: bold;
	color: #71c7c8;
	padding: 48px 60px 24px;
	position: relative;
	border-bottom: solid 1px #2db5b4;
	background-color: #fff;
	/* text-shadow: #003283 2px 0px, #003283 -2px 0px, #003283 0px -2px,
		#003283 0px 2px, #003283 2px 2px, #003283 -2px 2px, #003283 2px -2px,
		#003283 -2px -2px, #003283 1px 2px, #003283 -1px 2px, #003283 1px -2px,
		#003283 -1px -2px, #003283 2px 1px, #003283 -2px 1px, #003283 2px -1px,
		#003283 -2px -1px; */
}

.mint-news-article .mint-news-article-head::first-letter {
	color: #aee081;
}

.mint-news-article .mint-news-article-head::after {
	display: block;
	width: 160px;
	margin-top: -0.5px;
	background-color: #003283;
	position: absolute;
	content: "";
	height: 2px;
	left: 0;
	bottom: 0;
}

.mint-news-article .mint-news-article-head-text {
	font-size: 18px;
	padding: 24px 60px;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1280px;
	background-color: #71c7c8;
	color: #fff;
	font-weight: bold;
}

/* -- .mint-news-article-body ------------------------- */

.mint-news-article-body {
	font-size: 16px;
	padding: 24px 24px;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1280px;
}

.mint-news-article-body .title {
	font-size: 34px;
	font-family: "Kosugi", sans-serif;
	color: #fff;
	padding: 14px;
	position: relative;
	line-height: 1.6;
	background-color: #ED7825;
	background-image: url(../images/base/texture.png);
	background-position: 50px 50px;
	border-radius: 30px 6px 0 0;
}

.mint-news-article-body .date {
	display: block;
	color: #fff;
	background-color: #333;
	padding: 7px 14px;
}

.mint-news-article-body .movie {
	padding: 28px 12px;
	background-color: rgba(255, 255, 255, 0.4);;
}

.mint-news-article-body .overview {
	padding: 14px;
	font-size: 18px;
	background-color: #fff;
}

.mint-news-article-body .main-img {
	padding: 14px 0;
	text-align: center;
	background-color: #fff;
}

.mint-news-article-body .main-img img {
	width: 100%;
	max-width: 740px;
}

.mint-news-article-body .main-body {
	padding: 0 14px;
	background-color: #fff;
}
.mint-news-article-body .main-body .paragraph {
	padding: 14px 14px;
}

.mint-news-article-body .main-body p {
	padding: 14px 0;
	font-size: 16px;
	line-height: 2;
}

.mint-news-article-body .main-body p img {
    max-width: 100%;
}

.mint-news-article-body .main-body h5 {
	padding: 14px 0;
	font-size: 20px;
	font-weight: bold;
}

.mint-news-article-body .main-body p.img {
	text-align: center;
}
.mint-news-article-body .main-body p.img img {
	width: 100%;
	max-width: 640px;
}

/* -- .mint-news-article-new ------------------------- */

.mint-news-article-new {
	font-size: 16px;
	padding: 48px 24px;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1280px;
	border-top: solid 1px #2db5b4;
}

.mint-news-article-new > .title {
	position: relative;
	text-align: center;
	padding: 0 0 0.5em;
	overflow: hidden;
}

.mint-news-article-new .title span {
	position: relative;
	color: #003283;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
}

.mint-news-article-new .title span::before {
	content: "";
	position: absolute;
	left: -130px;
	top: 50%;
	height: 1px;
	width: 100px;
	background: #232323;
}

.mint-news-article-new .title span::after {
	content: "";
	position: absolute;
	right: -130px;
	top: 50%;
	height: 1px;
	width: 100px;
	background: #232323;
}

/* -- .mint-news-news-items ------------------------- */

.mint-news-news-items {
	box-sizing: border-box;
	display: flex;
	position: relative;
	flex-wrap: wrap;
}

.mint-news-news-items .item {
	padding: 14px;
	box-sizing: border-box;
	display: flex;
	position: relative;
	width: 33%;
	flex-wrap: wrap;
}

.mint-news-news-items .item a {
	display: block;
	height: 100%;
	width: 100%;
	/* border: solid 2px #17b5ac; */
	background-color: #fff;
	position: relative;
	box-sizing: border-box;
	transition: all 0.5s;
	border-radius: 50px 3px;
	overflow: hidden;
	box-shadow: -1px 2px 40px -10px rgba(0, 0, 0, 0.2);
}

.mint-news-news-items .item a:hover {
	transform: scale(1.05);
}

.mint-news-news-items .item .img {
	position: relative;
	padding-top: 56.2%;
	width: 100%;
	overflow: hidden;
}

.mint-news-news-items .item .img img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.mint-news-news-items .item div.head {
	display: flex;
	padding: 14px 12px 7px;
	justify-content: space-between;
}
.mint-news-news-items .item div.head .date {
	font-size: 12px;
	color: #666;
	padding: 3px 6px 3px 0;
	line-height: 1.6;
	width: 7em;
}
.mint-news-news-items .item div.head .corner {
	font-size: 12px;
	line-height: 1.4;
	color: #fff;
	background-color: #ed7825;
	padding: 3px 6px;
}

.mint-news-news-items .item p.title {
	font-size: 16px;
	color: #000;
	padding: 0px 10px 14px;
	line-height: 1.4;
}

/* -- .mint-news-article-archive ------------------------- */

.mint-news-article-archive {
	padding: 48px 60px;
	box-sizing: border-box;
	border-top: solid 1px #2db5b4;
	background-color: rgba(255, 255, 255, 1);
}

.mint-news-article-archive .title {
	position: relative;
	text-align: center;
}

.mint-news-article-archive .title span {
	position: relative;
	color: #003283;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	overflow: hidden;
}

.mint-news-article-archive .title span::before {
	content: "";
	position: absolute;
	left: -130px;
	top: 50%;
	height: 1px;
	width: 100px;
	background: #232323;
}

.mint-news-article-archive .title span::after {
	content: "";
	position: absolute;
	right: -130px;
	top: 50%;
	height: 1px;
	width: 100px;
	background: #232323;
}

.mint-news-article-archive .items {
	display: flex;
	padding: 24px 0 0 0;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1280px;
}

.mint-news-article-archive .items .item {
	padding: 14px 7px;
	width: 33%;
	box-sizing: border-box;
}

.mint-news-article-archive .items .item a {
	padding: 28px 14px;
	text-align: center;
	background-color: #28b6b4;
	color: #fff;
	transition: background-color 0.3s;
	display: block;
	font-size: 18px;
	border-radius: 30px 3px;
}

.mint-news-article-archive .items .item a:hover {
	background-color: #2ddfd6;
}

/* -- .mint-news-month ------------------------- */

.mint-news-month {
	font-size: 16px;
	padding: 48px 60px;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1280px;
}

.mint-news-month .items {
	padding: 24px 0 0 0;
	display: flex;
	flex-wrap: wrap;
}

.mint-news-month .items li {
	width: 50%;
	padding: 0 12px 24px;
	box-sizing: border-box;
}

.mint-news-month .items li a {
	display: block;
	background-color: #fff;
	box-shadow: -1px 2px 40px -10px rgba(0, 0, 0, 0.2);
	position: relative;
	padding: 56.2% 0 0 0;
	overflow: hidden;
}

.mint-news-month .items li a:hover {
	opacity: 0.6;
}

.mint-news-month .items li .thumb {
	position: absolute;
	top: 0;
	background-color: #000;
	padding-top: 56.2%;
	width: 100%;
	overflow: hidden;
}

.mint-news-month .items li .thumb img {
	width: 100%;
	opacity: 0.8;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.mint-news-month .items li .texts {
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
}

.mint-news-month .items li .category {
	padding: 3px 12px;
	color: #fff;
	box-sizing: border-box;
	display: inline-block;
	background-color: #000;
}

.mint-news-month .items li .date {
	padding: 3px 12px;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
}

.mint-news-month .items li .title {
	padding: 6px 12px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	text-align: left;
	width: 100%;
	color: #fff;
	box-sizing: border-box;
}

/* ▲PC▲ */

/* ------------------------------------------------------------------------------------------------------------ */

/* ▼Smartphone▼ */

@media screen and (max-width: 812px) {
	/* -- .mint-news-article ------------------------- */
	.mint-news-article .mint-news-article-head {
		font-size: 28px;
		padding: 24px 0 24px 14px;
	}
	.mint-news-article .mint-news-article-head-text {
		padding: 14px;
	}
	/* -- .mint-news-article-body ------------------------- */
	.mint-news-article-body {
		font-size: 16px;
		padding: 48px 10px;
		word-break: break-all;
	}
	.mint-news-article-body .title {
		font-size: 24px;
	}
	.mint-news-article-body .main-body .paragraph {
		padding: 28px 0px;
	}

	.mint-news-article-body .main-body p img {
		width: 100%;
	}
	/* -- .mint-news-article-new ------------------------- */
	.mint-news-article-new {
		padding: 48px 14px;
	}
	.mint-news-article-new .title span {
		font-size: 18px;
	}
	.mint-news-article-new .title span::before {
		left: -30px;
		width: 20px;
	}
	.mint-news-article-new .title span::after {
		right: -30px;
		width: 20px;
	}

	/* -- .mint-news-news-items ------------------------- */

	.mint-news-news-items .item {
		padding: 7px 0;
		box-sizing: border-box;
		display: block;
		position: relative;
		width: 100%;
	}

	.mint-news-news-items .item a {
		border-radius: 25px 3px;
		display: flex;
	}

	.mint-news-news-items .item .img {
		width: 32%;
		padding: 0;
	}
	.mint-news-news-items .item .texts {
		width: 68%;
	}
	.mint-news-news-items .item .img img {
		height: 100%;
		width: auto;
	}

	.mint-news-news-items .item div.head {
		display: flex;
		padding: 6px 7px 7px;
	}
	.mint-news-news-items .item div.head .date {
		font-size: 10px;
		color: #666;
		padding: 3px 0px;
		line-height: 1.6;
		width: 10em;
	}
	.mint-news-news-items .item div.head .corner {
		font-size: 12px;
		line-height: 1.4;
		color: #fff;
		padding: 3px 6px;
	}
	.mint-news-news-items .item p.title {
		font-size: 12px;
		padding: 0px 10px 14px;
	}

	/* -- .mint-news-article-archive ------------------------- */
	.mint-news-article-archive {
		padding: 48px 24px;
	}
	.mint-news-article-archive .title {
		position: relative;
		text-align: center;
	}
	.mint-news-article-archive .title span {
		font-size: 18px;
	}
	.mint-news-article-archive .title span::before {
		left: -30px;
		width: 20px;
	}
	.mint-news-article-archive .title span::after {
		right: -30px;
		width: 20px;
	}
	.mint-news-article-archive .items .item {
		width: 50%;
	}
	.mint-news-article-archive .items .item a {
		padding: 14px;
	}
	/* -- .mint-news-month ------------------------- */
	.mint-news-month {
		padding: 48px 14px;
	}
	.mint-news-month .items li {
		width: 100%;
	}
	/* ------------------------------------------------ */
}

/* ▲Smartphone▲ */
