@charset "utf-8";
/* CSS Document */

.disable{
   pointer-events: none;
}

.pc-only {
	display: block;
}

.sp-only {
	display: none;
}

@media screen and (max-width: 767px)  {
	.pc-only {
	    display: none !important;
  }
	.sp-only {
		display: block !important;
	}
}

.box01 {
	width: 100%;
	font-family: kozuka-mincho-pro, serif;
	font-style: normal;
	font-weight: 200;
}
.box01 p.box01_lead1 {
	font-size: 2.5rem;
}

.box01 span.box01_lead2 {
	font-size: 4rem !important;
	color: #CC0000;
	border-bottom: solid 3px #000;
}

@media screen and (max-width: 767px)  {
	.box01 p.box01_lead1 {
		font-size: 1.8rem;
	}
	
	.box01 span.box01_lead2 {
		font-size: 3rem !important;
		color: #CC0000;
		font-weight: bold;
		border-bottom: solid 1.5px #000;
	}
}

@media screen and (min-width: 768px)  {
	.box02 {
		width: 600px;
		margin: 0 auto;
		font-size: 1.5rem;
	}
	.box02 ul {
		text-align: left;
	}
}

@media screen and (max-width: 767px)  {
	.box02 {
		width: 320px;
		margin: 0 auto;
		font-size: 1.5rem;
	}
	.box02 ul {
		text-align: left;
	}
}

.box03 {
	margin-top: 50px;
}

h3 {
	text-align: center;
	font-size: 4rem;
	font-family: kozuka-mincho-pro, serif;
	font-style: normal;
	font-weight: 200 !important;
	margin-top: 50px;
}

h3.uchiwa_bk:before {
	content: '';
	display: inline-block;
	width: 40px;
    height: 40px;
    margin: 0 5px 5px 0;
	vertical-align: middle;
	background-image: url('/csr/antennashop/event/2019/black_summer_party/img/img_chochin_bk.svg');
	background-size: contain;
	background-repeat: no-repeat;/*画像を繰り返さない*/
}

h3.uchiwa_bk:after {
	content: '';
	display: inline-block;
	width: 40px;
    height: 40px;
    margin: 0 0 5px 10px;
	vertical-align: middle;
	background-image: url('/csr/antennashop/event/2019/black_summer_party/img/img_chochin_bk.svg');
	background-size: contain;
	background-repeat: no-repeat;/*画像を繰り返さない*/
}

h3.uchiwa_wh:before {
	content: '';
	display: inline-block;
	width: 40px;
    height: 40px;
    margin: 0 5px 5px 0;
	vertical-align: middle;
	background-image: url('/csr/antennashop/event/2019/black_summer_party/img/img_chochin_wh.svg');
	background-size: contain;
	background-repeat: no-repeat;/*画像を繰り返さない*/
}

h3.uchiwa_wh:after {
	content: '';
	display: inline-block;
	width: 40px;
    height: 40px;
    margin: 0 0 5px 10px;
	vertical-align: middle;
	background-image: url('/csr/antennashop/event/2019/black_summer_party/img/img_chochin_wh.svg');
	background-size: contain;
	background-repeat: no-repeat;/*画像を繰り返さない*/
}

@media screen and (max-width: 767px)  {
	h3 {
		text-align: center;
		font-size: 3rem;
	}

	h3.uchiwa_bk:before {
		content: '';
		display: inline-block;
		width: 30px;
		height: 30px;
		margin: 0 5px 5px 0;
		vertical-align: middle;
		background-image: url('/csr/antennashop/event/2019/black_summer_party/img/img_chochin_bk.svg');
		background-size: contain;
		background-repeat: no-repeat;/*画像を繰り返さない*/
	}

	h3.uchiwa_bk:after {
		content: '';
		display: inline-block;
		width: 30px;
		height: 30px;
		margin: 0 0 5px 10px;
		vertical-align: middle;
		background-image: url('/csr/antennashop/event/2019/black_summer_party/img/img_chochin_bk.svg');
		background-size: contain;
		background-repeat: no-repeat;/*画像を繰り返さない*/
	}
	
	h3.uchiwa_wh:before {
		content: '';
		display: inline-block;
		width: 30px;
		height: 30px;
		margin: 0 5px 5px 0;
		vertical-align: middle;
		background-image: url('/csr/antennashop/event/2019/black_summer_party/img/img_chochin_wh.svg');
		background-size: contain;
		background-repeat: no-repeat;/*画像を繰り返さない*/
	}

	h3.uchiwa_wh:after {
		content: '';
		display: inline-block;
		width: 30px;
		height: 30px;
		margin: 0 0 5px 10px;
		vertical-align: middle;
		background-image: url('/csr/antennashop/event/2019/black_summer_party/img/img_chochin_wh.svg');
		background-size: contain;
		background-repeat: no-repeat;/*画像を繰り返さない*/
	}
}

@media screen and (min-width: 768px)  {
	.ennichimenu {
		width: 700px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 768px)  {
	.m-media-l img, .m-media-r img {
		max-width: 300px;
	}
}

/* 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;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.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 {
  margin-top: 30px;
  text-align: center;
  padding: 8px 0;
}
.m-chance-step-list .m-chance-step-list-inner .follow > a {
  background-color: #3897f0;
  color: #fff;
  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;
}
@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;
  }
}

@media screen and (min-width: 768px)  {
	div.m-media-l__body p.text_ennichi, div.m-media-r__body p.text_ennichi {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
}

@media screen and (min-width: 768px)  {
	div.m-media-ennichi {
		display: block;
		position: absolute;
		top: 50%;
		left: 40% !important;
		-webkit-transform : translateY(-50%);
		transform: translateY(-50%);
	}
}

.text_bgblack {
	text-align: center;
	color: #FFF;
	background-color: #000;
	padding: 5px;
}