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

	/campaign/2017/sns/

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

.pc-only {
	display: block;
}
.sp-only {
	display: none;
}

.l-content {
	background: #000;
	overflow: hidden;
}
.l-content-body {
	margin-top: 0;
}
.m-nav-breadcrumb {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-bottom: 17px;
}
.m-nav-breadcrumb a {
	color: #999;
}

/*--------------------------------------------------
		header
--------------------------------------------------*/

.header {
	position: relative;
	background: #202020;
	text-align: center;
	color: white;
	margin-bottom: 30px;
	overflow: hidden;
	padding-top: 10px;
}
.header__catch {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.4rem;
}
.header__catch img {
	margin-right: 10px;
}
.header__sub-catch {
	display: block;
	line-height: 1.4;
	text-align: center;
	font-size: 3.5rem;
	margin-bottom: .5em;
}
.header__sub-catch span {
	display: block;
	font-size: 2rem;
}
.header__title {
	font-size: 2.4rem;
	line-height: 1.2;
	margin-bottom: 1em;
}
.header__closed {
	background: #fff;
	font-size: 2.3rem;
	line-height: 1;
	padding-top: 1em;
	padding-bottom: 1em;
}


/*--------------------------------------------------
		internal-links
--------------------------------------------------*/
.internal-links {
	display: flex;
	justify-content: space-between;
	margin-bottom: 55px;
}
.internal-links > a {
	position: relative;
	display: block;
	width: 180px;
	text-align: center;
	color: white;
	line-height: 1.5;
	background: #202020;
	padding-bottom: 2em;
	text-decoration: none !important;
}
.internal-links > a:after {
	position: absolute;
	bottom: 15px;
	left: 50%;
	content: '';
	display: block;
	border: 2px solid white;
	border-top: none;
	border-left: none;
	width: 1.25em;
	height: 1.25em;
	transform: translateX(-50%) rotate(45deg);
}
.internal-link__title {
	background-image: linear-gradient( to right, rgb(96,72,198) 0%, rgb(158,55,185) 35%, rgb(219,46,123) 68%, rgb(253,181,80) 100%);
	padding: .4em 0;
	font-size: 1.7rem;
	margin-top: 0;
}
.internal-link__body {
	padding: 1em .5em;
	font-size: 1.6rem;
	font-feature-settings: 'palt';
}
.internal-link__body.is-closed {
	font-weight: bold;
	color: #af0006;
}



/*--------------------------------------------------
		instagram
--------------------------------------------------*/

.instagram {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/*
.instagram-media {
	width: 32.5% !important;
	height: 19.5vw;
	max-height: 279px;
	margin-bottom: 1.3%;
}
*/


/*	link
------------------------------*/

.instagram__link {
	padding-top: .5em;
	margin-bottom: 4em;
}
.instagram__link a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	text-decoration: underline;
	font-size: 2.4rem;
}
.instagram__link img {
	margin-right: 10px;
}

/*--------------------------------------------------
		requirements
--------------------------------------------------*/

.requirements {
	padding: 46px 50px;
	background: white;
	font-size: 1.6rem;
}
.requirements a {
	text-decoration: underline;
}
.requirements a:hover {
	text-decoration: none;
}

.requirements__title {
	background: #000000;
	padding: .4em .5em;
	color: white;
	text-align: center;
	font-size: 2rem;
}
.requirements__sub-title {
	background: #ededed;
	padding: .25em .5em;
	font-weight: bold;
	font-size: 1.8rem;
	margin-top: 1.5em;
}
.requirements .closed {
	position: relative;
}
.requirements .closed:before,
.requirements .closed:after {
	width: 100%;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	border-bottom: 1px solid;
}
.requirements .closed:before {
	top: .3em;
}
.requirements .closed:after {
	top: .6em;
}

.num-list {
	text-indent: -2.7em;
	padding-left: 2.7em;
}
.num-list li {
	margin-bottom: .5em;
}

.disc-list {
	margin-top: 1em;
	text-indent: -1em;
	padding-left: 1em;
	margin-left: -.25em;
}
.disc-list li {
	margin-bottom: .5em;
}

.mb30 {
	margin-bottom: 30px;
}

.caption {
	margin-top: 5px;
	margin-bottom: 1em;
}
.caption__indent-01 {
	margin-left: 8.6em;
}
.caption__indent-02 {
	margin-left: 12em;
}

/*--------------------------------------------------
		!important
--------------------------------------------------*/
.red {
	color: #af0006;
}


/*--------------------------------------------------
		result
--------------------------------------------------*/
.result {
	color: white;
}
.result__title {
	text-align: center;
	color: white;
	background-image: linear-gradient( to right, rgb(96,72,198) 0%, rgb(158,55,185) 35%, rgb(219,46,123) 68%, rgb(253,181,80) 100%);
	padding: .4em 0;
	font-size: 2rem;
	margin-bottom: 1.5em;
}

.prize__section {
	margin-bottom: 6em;
}
.prize__title {
	font-size: 2rem;
	padding-bottom: .5em;
	border-bottom: 1px solid;
	margin-bottom: 1.8em;
}
.prize__title span {
	font-size: 1.7rem;
	margin-left: .5em;
}

.prize__column {
	display: block;
}
.prize__item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3em;
}
.prize__image {
	width: 48%;
}
.prize__comment {
	width: 48%;
}

.prize__comment-title {
	font-size: 1.5rem;
	border-bottom: 1px dotted;
	padding-bottom: .5em;
	margin-top: 1em;
}

.prize__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -4em;
}
.prize__list .prize__item {
	width: 22.5%;
	margin-bottom: 3%;
	display: block;
}
.prize__photo {
	margin-bottom: -5px;
}

.instagram-media {
	/*width: 100% !important;*/
	/*height: 40vw;*/
	/*max-height: 500px;*/
	margin-bottom: 1.3%;
}

.evaluation {
	display: flex;
	justify-content: space-between;
}
.evaluation__body {
	padding-left: 4%;
}
.evaluation__title {
	font-weight: bold;
	font-size: 1.6rem;
}
.evaluation__title span {
	margin-right: .5em;
}
.evaluation__title span:last-child {
	font-size: 1.4rem;
	margin-left: .5em;
}
