@charset "utf-8";
/* CSS Document */

body {
	color: #333;
	line-height: 1.8;
	font-size: 15px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "メイリオ", "Meiryo", sans-serif;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}
.inner,
#rules {
	max-width: 820px;
	margin: 0 auto;
	padding: 0 20px;
}

#mainContents {
	text-align: center;
	background-image: url("../images/bg-polygon.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 29%;
}

#subContents {
	color: #FFF;
	padding: 12% 0; 
	background-color: #000;
}

footer {
	text-align: center;
	padding: 24px 20px;
	background-color: #4D4D4D;
}

header {
	text-align: center;
	max-width: 820px;
	margin: 0 auto;
	padding: 20px 20px 0;
}

a {
	color: #333;
	transition: opacity 0.2s ease-in-out;
}
img {
	font-size: 0;
	line-height: 1;
	display: block;
}

header .insta img {
	width: 20.48%;
	max-width: 174px;
	margin: 0 auto 4%;
}
header h1 {
	margin-bottom: 4%;
}
header h1 img {
	width: 100%;
}
header .lead {
	font-weight: bold;
	margin-bottom: 4%;
}

#info {
	padding-bottom: 12%;
}
.info_box {
	text-align: left;
	max-width: 640px;
	margin: 0 auto;
	padding: 12px;
	border: solid 4px #EAA95F;
}
.info_box h3 {
	color: #808080;
	font-size: 11px;
	font-weight: bold;
}
.info_box p {
	font-size: 87.5%;
	font-weight: bold;
	margin: 0;
}
.info_box p.caution {
	font-size: 75%;
}
.info_box.period {
	margin-bottom: 3.6%;
	border-top: none;
}
.info_img {
	width: 100%;
	max-width: 670px;
	margin: 0 auto;
	display: block;
}

h2.border {
	color: #000;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 6%;
	padding: 5px;
	position: relative;
	background: #b32f9a; /* Old browsers */
	background: -moz-linear-gradient(left, #b32f9a 0%, #eb325f 50%, #ffd75f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #b32f9a 0%,#eb325f 50%,#ffd75f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #b32f9a 0%,#eb325f 50%,#ffd75f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b32f9a', endColorstr='#ffd75f',GradientType=1 ); /* IE6-9 */
}
h2.border span {
	line-height: 1.4;
	padding: 5px;
	display: block;
	background-color: #FFF;
}
.photoList ul {
	list-style: none;
	margin-bottom: 20px;
	-js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content:space-between;
  justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.photoList li {
	max-width: 48%;
	margin-bottom: 15px;
	-webkit-flex: 0 1 48%;
	-ms-flex: 0 1 48%;
	flex: 0 1 48%;
}
.photoList li a {
	text-decoration: none;
	display: block;
	background: #FFF;
}
.photoList li img {
	width: 100%;
	height: auto;
	display: block;
}
.photoList li p {
	color: #000;
	font-size: 12px;
	padding: 10px 0;
	background-color: #EA325F;
}
.smarthash_more_btn {
	width: auto;
	margin: 0 auto 12%;
	display: inline-block;
}

#prize h2.border span::before,
#prize h2.border span::after {
	content: "";
	width: 39px;
	height: 22px;
	margin: 0 20px;
	vertical-align: top;
	display: inline-block;
	background-image: url("../images/crown.svg");
	background-repeat: no-repeat;
	background-position: center bottom;
}
#prize .lead {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6%;
}
#prize .photoList {
	margin-bottom: 13%;
}
#prize .photoList ul {
	list-style: none;
	margin-bottom: 0;
}
#prize .photoList li {
	margin-bottom: 0;
}
#prize .photoList li p {
	background: #FFD900;
}

#flow {
	padding-bottom: 24%;
	position: relative;
}
#flow::after {
	content: "";
	width: 100%;
	height: 22%;
	display: block;
	background-image: url("../images/kumaru.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	position: absolute;
	right: -18px;
	bottom: 0;
}
#flow img {
	width: 100%;
}
#flow h2 {
	width: 80%;
	max-width: 398px;
	margin: 0 auto 6%;
}
#flow ul {
	list-style: none;
	max-width: 617px;
	margin: 0 auto;
}
#flow li {
	margin-bottom: 2%;
	transition: opacity 0.2s ease-in-out;
}
#flow li:first-child {
	position: relative;
}
#flow li:first-child p {
	color: #FFF;
	font-size: 10px;
	text-align: center;
	width: 75%;
	margin-left: 20px;
	position: absolute;
	left: 50%;
	bottom: 15%;
	transform: translateX(-50%);
}
#flow li:first-child p::after {
	content: "";
	width: 20px;
	height: 10px;
	display: inline-block;
	background-image: url("../images/ico-download.svg");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
}
#flow li:first-child a {
	text-indent: -9999px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#rules h2.border {
	margin-bottom: 30px;
}
#rules h2.border span {
	color: #FFF;
	background-color: #000;
}
#rules .rulesWrap h3 {
	font-weight: bold;
	margin-bottom: 5px;
}
#rules .rulesWrap ul {
	list-style: none;
	margin-bottom: 12%;
	padding-left: 1em;
}
#rules .rulesWrap p {
	font-size: 12px;
}
#rules .rulesWrap li {
	font-size: 12px;
	list-style-type: disc;
}
#rules .rulesWrap li ul {
	list-style: none;
	padding-left: 0;
}
#rules .rulesWrap li li {
	list-style-type: none;
	position: relative;
}
#rules .rulesWrap li li::before {
	content: "";
	width: 7px;
	height: 7px;
	margin-right: 4px;
	display: inline-block;
	border: solid 1px #FFF;
	border-radius: 50%;
	vertical-align: baseline;
}
#rules .rulesWrap a {
	color: #FFF;
	display: inline;
}

footer .btn {
	display: inline-block;
}
footer .btn:hover {
	opacity: 0.7;
}
footer .btn img {
	width: 100%;
	max-width: 320px;
}





@media (min-width:480px){
	#subContents {
		padding: 50px 0;
	}
	h2.border {
		margin-bottom: 50px;
	}
	#prize h2.border {
		margin-bottom: 40px;
	}
	#prize .lead {
		margin-bottom: 50px;
	}
	#flow li:first-child p {
		font-size: 11px;
		bottom: 20%;
	}
	#rules .rulesWrap ul {
		margin-bottom: 50px;
	}
	
	
}




@media (min-width:640px){
	#flow li:first-child p {
		font-size: 14px;
		bottom: 20%;
	}
	#flow li:first-child p::after {
		width: 34px;
		height: 13px;
	}
}





@media (min-width:768px){
	#mainContents {
		background-size: auto auto;
	}
	header .insta img {
		margin-bottom: 30px;
	}
	header h1 {
		margin-bottom: 10px;
	}
	header .lead {
		font-size: 18px;
	}
	
	#info {
		padding-bottom: 100px;
	}
	.info_box {
		padding:18px;
	}
	.info_box {
		font-size: 14px;
	}
	
	h2.border {
		margin-bottom: 50px;
	}
	
	.photoList li {
		max-width: 23.17%;
		margin-bottom: 20px;
		-webkit-flex: 0 1 23.17%;
		-ms-flex: 0 1 23.17%;
		flex: 0 1 23.17%;
	}
	.smarthash_more_btn {
		margin-bottom: 100px;
	}
	
	#prize .photoList {
		width: 650px;
		margin: 0 auto 110px;
	}
	#prize .photoList li {
		max-width: 300px;
		-webkit-flex: 0 1 300px;
		-ms-flex: 0 1 300px;
		flex: 0 1 300px;
	}
	
	#flow {
		max-width: 860px;
		margin: 0 auto;
		padding-bottom: 105px;
	}
	#flow::after {
		height: 207px;
	}
	#flow h2 {
		margin-bottom: 25px;
	}
	#flow li {
		margin-bottom: 20px;
	}
	
	#rules h2.border,
	#rules .rulesWrap ul {
		margin-bottom: 50px;
	}
	#rules .rulesWrap p,
	#rules .rulesWrap li {
		font-size: 11px;
	}
}



@media (min-width:860px){
	.photoList li {
		max-width: 190px;
		transition: opacity 0.2s ease-in-out;
		-webkit-flex: 0 1 190px;
		-ms-flex: 0 1 190px;
		flex: 0 1 190px;
	}
	.photoList li:hover {
		opacity: 0.7;
		cursor: pointer;
	}
	.smarthash_more_btn:hover,
	#flow li:first-child:hover,
	#flow li:nth-child(3):hover {
		opacity: 0.7;
	}

	#rules .rulesWrap a {
		text-decoration: none;
	}
	#rules .rulesWrap a:hover {
		text-decoration: underline;
	}


}







