@charset "UTF-8";
/**
 * NSG50のこと用CSS
 */



.nsg50-container a img {
	opacity: 1;
	transition: opacity 0.3s ease-out;
}
.nsg50-container a img:hover {
	opacity: 0.8;
}

/* =============================
 * 一覧
 ===============================*/
.nsg50-container {
	/*background: url(../images/nsg50/bg-grad.png) center top no-repeat;*/
	/*background-size: cover;*/
	/*
	background-attachment: fixed;
	*/
	background: #DFE5F2;
	padding: 0 0 30px;
	margin-bottom: 30px;
}
.nsg50-container--top {
	height: 11400px;
}
.nsg50-container__star {
	background: url(../images/nsg50/bg-star.png) center top repeat-y;
	background-size: 94% auto;
	/*
	background-attachment: fixed;
	*/
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-ms-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	position: relative;
	right: 20px;
}
.nsg50-container__inner {
	width: 1340px;
	margin: auto;
}

.nsg50-mv {
	position: relative;;
	width: 1340px;
	height: 464px;
	margin-bottom: 15px;
	background: url(../images/nsg50/mv.png?ver=1.2) center top no-repeat;
}
.nsg50-mv__title {
	display: none;
}
.nsg50-mv__text {
	display: none;
	position: absolute;
	bottom: 50px;
	right: 30px;
	width: 880px;
	height: 104px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.8;
}

.nsg50-col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 3px 0 46px;
}
.nsg50-col__item {
	width: 636px;
}

.nsg50-frame {
	background-color: #fff;
	margin-bottom: 20px;
	padding: 20px;
	width: 636px;
	min-height: 636px;
	box-sizing: border-box;
}
.nsg50-frame--small {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	min-height: auto;
	padding: 20px 20px 22px;
}

.nsg50-noFrame {
}

.nsg50-box {
	position: relative;
}
.nsg50-box__num {
	position: absolute;
	right: -7px;
	top: -12px;
	width: 75px;
	height: 75px;
	padding: 0.7em 3px 0.7em 0;
	border-radius: 50%;
	background-color: #FF7C5C;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-family: sans-serif;
	letter-spacing: -1px;
	z-index: 1;
	letter-spacing: -2px;
}
.nsg50-box__num--one {
	padding: 0.7em 3px 0.7em 3px;
	letter-spacing: -1px;
}
.nsg50-box__img {
	position: relative;
	overflow: hidden;
	width: 596px;
	height: 596px;
}
.nsg50-box__img > img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}
.nsg50-box__text {
	position: absolute;
	bottom: 0;
	padding: 20px 70px 20px 25px;
	height: 114px;
	width: 100%;
	font-size: 2.5rem;
	background: url(../images/nsg50/icon-arrow.svg) right 20px center no-repeat;
	background-size: 0.9em auto;
	background-color: #FF518A;
	overflow: hidden;
}
.nsg50-box__text > span {
	display: table-cell;
	height: 3em;
	color: #fff;
	overflow: hidden;
	vertical-align: middle;
}
.nsg50-box--small {
	width: 288px;
	height: 288px;
}
.nsg50-box--small .nsg50-box__img {
	position: relative;
	overflow: hidden;
	width: 288px;
	height: 288px;
}
.nsg50-box--small .nsg50-box__text {
	height: 58px;
	padding: 9px 27px 9px 10px;
	font-size: 1.8rem;
	line-height: 1.2;
	background-position: right 10px center;
	background-size: 0.6em auto;
}
.nsg50-box--small .nsg50-box__text > span {
	height: 2.2em;
}

.nsg50-side14 {
	position: relative;
	left: 22px;
	width: 584px;
	margin: 20px 0 -170px;
}
.nsg50-side15 {
	position: relative;
	left: 100px;
	width: 520px;
	margin-bottom: -292px;
}
.nsg50-side3 {
	position: relative;
	left: 70px;
	width: 520px;
	margin-bottom: -65px;
}
.nsg50-side2 {
	position: relative;
	left: 100px;
	width: 520px;
	margin-bottom: -85px;
}
.nsg50-side1 {
	position: relative;
	left: 30px;
	width: 600px;
	margin-bottom: -210px;
}
.nsg50-side5 {
	position: relative;
	left: 100px;
	width: 420px;
	margin-bottom: -240px;
}
.nsg50-side16 {
	position: relative;
	left: 180px;
	margin-bottom: -327px;
	margin-top: 10px;
}
.nsg50-side9 {
	position: relative;
	left: 50px;
	width: 520px;
	margin-bottom: -312px;
	margin-top: 5px;
}
.nsg50-side12 {
	position: relative;
	left: 0;
	width: 575px;
	margin-bottom: -20px;
	margin-top: 10px;
}
.nsg50-side11 {
	position: relative;
	left: 0;
	width: 720px;
	margin-bottom: -50px;
}

/* =============================
 * 詳細
 ===============================*/
/* コンテンツ */
.nsg50-detail {
	margin: 0 3px 50px 46px;
	background-color: #fff;
}
.nsg50-detail__title {
	padding: 10px 75px;
	background-color: #FF5187;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.nsg50-detail__title > span {
	font-size: 45px;
}
.nsg50-detail__body {
	padding: 50px 75px;
}
.nsg50-detail__main {
	margin-bottom: 50px;
}
.nsg50-detail__main > img {
	width: 100%;
	height: auto;
}
.nsg50-detailCol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nsg50-detailCol__item:first-child {
	width: 60%;
	padding-right: 50px;
}
.nsg50-detailCol__item img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.nsg50-detailCol__item:last-child {
	width: 40%;
}
.nsg50-detailCol__text {
	padding-bottom: 50px;
	font-size: 25px;
	line-height: 1.6;
}

/* 詳しく見る */
.nsg50-more {
	margin: 0 3px 50px 46px;
}
.nsg50-more__label {
	text-align: center;
	margin-bottom: 40px;
}
.nsg50-more__oc {
	margin-bottom: 50px;
	text-align: center;
}
.nsg50-moreCol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.nsg50-moreCol__item {
	width: 50%;
}
.nsg50-moreCol__item:first-child {
	padding-right: 5px;
}
.nsg50-moreCol__item:last-child {
	padding-left: 5px;
}
.nsg50-moreCol__img--left {
	text-align: right;
	margin-right: 20px;
}
.nsg50-moreCol__img--right {
	text-align: left;
	margin-left: 20px;
}
.nsg50-moreCol__movie {
	margin-top: 10px;
}
.nsg50-moreCol__insta {
}
.nsg50-moreCol__btn {
	width: 420px;
}
.nsg50-detailTop {
	margin-top: 45px;
	text-align: center;
}
