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

	/campaign/2017/sns/

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

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

.l-content-head {
	background: #242424;
	padding-top: 5px;
	padding-bottom: 5px;
}
.l-content-body {
	margin-top: 0;
	padding: 0;
}

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

.header {
	margin-bottom: 10px;
	padding-top: 0;
}
.header__logo {
	position: relative;
	top: auto;
	width: 82%;
	margin-bottom: 1.5em;
	left: 50%;
	transform: translateX(-50%);
}
.header__catch {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	margin-bottom: .2em;
}
.header__catch img {
	margin-right: 7px;
	width: 2.5rem;
}
.header__sub-catch {
	font-size: 2.5rem;
	margin-bottom: .5em;
}
.header__sub-catch span {
	font-size: 2rem;
}
.header__title {
	font-size: 3.4rem;
	line-height: 1.2;
	margin-bottom: .5em;
}
.header__image img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.header__closed {
	font-size: 1.8rem;
	line-height: 1.25;
}


/*--------------------------------------------------
		internal-links
--------------------------------------------------*/
.internal-links {
	padding: 10px;
	margin-bottom: 0;
	flex-wrap: wrap;
}
.internal-links > a {
	position: relative;
	display: block;
	width: 49.113233288%;
	text-align: center;
	color: white;
	line-height: 1.5;
	background: #202020;
	padding-bottom: 1.5em;
	margin-bottom: 15px;
}
.internal-links > a:last-child {
	width: 100%;
}
.internal-links > a:after {
	position: absolute;
	bottom: 10px;
	left: 50%;
	content: '';
	display: block;
	border: 2px solid white;
	border-top: none;
	border-left: none;
	width: .8em;
	height: .8em;
	transform: translateX(-50%) rotate(45deg);
}
.internal-link__title {
	padding: .15em 0;
	font-size: 1.4rem;
	margin-top: 0;
}
.internal-link__body {
	padding: 1em .5em .5em;
	font-size: 1.1rem;
	min-height: 7em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.internal-links > a:last-child .internal-link__body {
	min-height: 4em;
}



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

.instagram {
	padding: 5px;
}

/*.instagram-media {
	width: 100% !important;
	height: 84vw;
	max-height: none;
}*/


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

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

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

.requirements {
	padding: 30px 10px;
	background: white;
	font-size: 1.3rem;
}

.requirements__title {
	padding: .5em;
	font-size: 1.5rem;
}
.requirements__sub-title {
	padding: .25em .5em;
	font-size: 1.3rem;
	margin-bottom: -.5em;
}

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

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


/*--------------------------------------------------
		result
--------------------------------------------------*/
.result {
	padding: 10px;
}
.result__title {
	font-size: 1.5rem;
}

.prize__section {
	margin-bottom: 3em;
}
.prize__title {
	font-size: 1.5rem;
	margin-bottom: 1.8em;
}
.prize__title span {
	font-size: 1.2rem;
	margin-left: .5em;
}

.prize__column {
	display: block;
}
.prize__item {
	display: block;
	width: 100%;
	margin-bottom: 5em;
}
.prize__image {
	width: 100%;
}
.prize__comment {
	width: 100%;
}

.prize__comment-title {
	font-size: 1.25rem;
	margin-top: 1.5em;
}

.prize__list {
	margin-bottom: -5em;
}
.prize__list .prize__item {
	width: 100%;
	margin-bottom: 5%;
}



.evaluation {
	display: block;
	justify-content: space-between;
}
.evaluation__video {
	width: 100%;
	padding-bottom: 56.25%;
	height: 0px;
	position: relative;
}
.evaluation__video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.evaluation__body {
	padding-left: 0;
}
.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;
}
