@charset "utf-8";
/* CSS Document */

.disable {
    pointer-events: none;
}
body {
	background-color: #000;
	color: #CCC;
}
h1 {
	display: none;
}
.sp-only {
	display: none;
}
@media screen and (max-width: 767px) {
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
}

.l-content-head span {
	color: #CCC !important;
}

/* ↓Step List */
.m-chance-step-list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 40px -20px;
}
.m-chance-step-list > li {
  width: 33.3%;
  padding-left: 20px;
}
.m-chance-step-list .m-chance-step-list-inner {
  margin: 0;
  width: 100%;
  height: 100%;
  /* border: 1px solid #1e1e1e; */
  padding: 20px;
}
.m-chance-step-list .m-chance-step-list-inner > *:first-child {
  margin-top: 0;
}
.m-chance-step-list .m-chance-step-list-inner h3 {
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 2px;
  text-align: center;
}
.m-chance-step-list .m-chance-step-list-inner img {
  max-width: 100%;
}
.m-chance-step-list .m-chance-step-list-inner img.m-icn-blank {
  display: none;
}
.m-chance-step-list .m-chance-step-list-inner .follow {
  text-align: center;
  padding: 8px 0;
}
.m-chance-step-list .m-chance-step-list-inner .follow > a {
  background-color: #fff;
  color: #333;
  border-radius: 4px;
  padding: 8px 14px;
  font-weight: 600;
  font-size: 1.6rem;
}
.m-chance-step-list .m-chance-step-list-inner .follow > a:hover {
  text-decoration: none;
}
.m-footer-social {
	margin: 10px auto;
}
.m-footer-social li:last-child {
	padding-left: 20px;
}
/* ↑Step List */

.m-img-hdg1 {
	display: flex;
	flex-direction: column;
	background: #a1a1a1;
	min-height: 330px;
}
.m-img-hdg2 {
	display: flex;
	flex-direction: column;
	background: #666666;
	min-height: 330px;
}
.m-img-hdg3 {
	display: flex;
	flex-direction: column;
	background: #d1d1d1;
	min-height: 330px;
}
.m-img-hdg__list_ttl {
	color: #333;
	line-height: 1;
}
.m-img-hdg__list_body {
	padding: 16px 20px 15px;
	color: #fff;
	text-align: center;
	order: 1;
}
.m-txt-blank {
	padding: 0px 5px;
}

.m-hdg-doubleline {
	font-family: kozuka-mincho-pro, serif;
	font-style: normal;
	font-weight: 200;
	color: #ccc;
	font-size: 24px;
	display: flex;
	align-items: center;
  margin-top: 60px;
  margin-bottom: 20px;
}
.m-hdg-doubleline:before, .m-hdg-doubleline:after {
	content: "";
	flex-grow: 1;
	height: 3px;
	background: #ccc;
	display: block;
}
.m-hdg-doubleline:before {
	margin-right: 10em;
}
.m-hdg-doubleline:after {
	margin-left: 10em;
}
.m-hdg-lv2 .m-hdg {
	font-family: kozuka-mincho-pro, serif;
	font-style: normal;
	font-weight: 200;
  border-left: 3px solid #ccc;
}
.main-lead-title {
	font-family: kozuka-mincho-pro, serif;
	font-style: normal;
	font-weight: 800;
	font-size: 5rem;
	padding : 5px;
	border-bottom: 3px solid #ccc;
	text-align: center;
	letter-spacing: 0.5rem;
}
.main-lead-txt {
	text-align: center;
	line-height: 25px;
}
.m-hdg-lv2 .m-hdg2 {
	font-family: kozuka-mincho-pro, serif;
	font-style: normal;
  width: 100%;
  font-size: 2.2rem;
	font-weight: normal;
	line-height: 1.2;
}
.m-media-l__img {
    margin-right: 0px;
}
.m-list-btn > li > a {
	color: #333;
}
.m-accordion-content {
	color: #333;
}
#topfontcolor {
  color: #ccc;
}

@media screen and (max-width: 767px) {
  .m-chance-step-list {
    flex-direction: column;
    margin: 25px 0 30px;
  }
  .m-chance-step-list > li {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .m-chance-step-list .m-chance-step-list-inner {
    padding: 15px 10px;
  }
  .m-chance-step-list > li:first-child {
    margin-top: 0;
  }
	.main-lead-title {
    font-size: 2.5rem;
    letter-spacing: 0.3rem;
	}
}

/* Back Button */
.m-event-btn {
  margin: 70px auto 50px;;
  max-width: 450px;
}
.m-event-btn a, .m-event-btn a::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.m-event-btn a {
  background: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #ccc;
  display: block;
  font-size: 1.2em;
  letter-spacing: 0.1rem;
  padding: 14px 5px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.m-event-btn a::before, .m-event-btn a::after {
  background: #fff;
  content: '';
  position: absolute;
  z-index: -1;
}
.m-event-btn a:hover {
  color: #333;
  text-decoration: none;
}
.m-event-btn a::after {
  height: 100%;
  right: -35%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}
.m-event-btn a:hover::after {
  height: 100%;
  width: 155%;
}
@media screen and (max-width: 767px) {
  .m-event-btn a {
    border: 1px solid #fff;
    font-size: 1.1em;
    padding: 9px 5px 8px;
  }
}
/* 結果発表 */
.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%;
}
.prize__comment p:nth-last-of-type(2) {
	font-size: 1.5rem;
	border-bottom: 1px dotted;
	padding-bottom: .5em;
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.prize__item {
		flex-wrap: wrap;
	}
	.prize__image {
		width: 100%;
	}
	.prize__comment {
		width: 100%;
		margin-bottom: 10px;
	}
	.prize__comment .m-hdg-lv2 {
		margin-top:10px;
	}
}