#main {
  color: #fff;
  padding-bottom: 60px;
}

@media screen and (max-width: 640px) {
  #main img {
    max-width: 100%;
  }
}

#main h2:first-of-type {
  margin-top:60px;
}

@media screen and (max-width: 640px) {
  #main h2:first-of-type {
    margin-top:30px;
  }
}

#main h2 {
  margin-bottom: 30px;
  margin-top:50px;
}

@media screen and (max-width: 640px) {
	#main h2 {
		margin-bottom: 15px;
		margin-top:25px;
	}
}

#main h3 {
  font-size:24px;
  border-bottom:1px solid #fff;
  margin-bottom: 35px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding:5px 0 20px 0;
  line-height:1.2em;
  vertical-align:bottom;
  height: 48px;
}

@media screen and (max-width: 640px) {
	#main h3 {
		height:auto;
		border-bottom:none;
		margin-bottom:0;
	}
	#main .fl_right h3 {
		border-top:1px solid #fff;
		padding-top:35px;
	}
	#main p {
		padding:0 10px;
		text-align:left;
	}
}

.wrapper {
  background: #000;
}

.present {
	display:block;
	background:url(../../img/181101_phantom_campaign/bg.png) no-repeat center top;
	padding: 50px 30px 30px 30px;
	line-height:2.2em;
}

@media screen and (max-width: 640px) {
	#main .present {
		padding: 25px 15px 15px 15px;
		line-height:2em;
		background:url(../../img/181101_phantom_campaign/bg_sp.png) no-repeat center top;
		background-size:100%;
	}
}

.present .cap{
	font-size:20px;
	font-weight:700;
	display:inline-block;
	margin-bottom:10px;
}

@media screen and (max-width: 640px) {
	.present .cap{
		font-size:16px;
	}
}

.present .name{
	font-size:18px;
	display:inline-block;
	padding:0 32px;
}

@media screen and (max-width: 640px) {
	.present .name{
		font-size:16px;
		padding:0;
	}
}

.present .small{
	font-size:14px;
	display:inline-block;
}

@media screen and (max-width: 640px) {
	.present .small{
		padding-right:0;
	}
}

.fl_left {
  width: 45.8%;
  margin-left:20px;
  float: left;
}

.fl_left .img{
  height:321px;
  vertical-align:middle;
  width:100%;
  position:relative;
}

@media screen and (max-width: 640px) {
	.fl_left .img{
		position:static;
		height:auto;
	}
}

.fl_left .img img{
  position:absolute;
  top: 50%;
  left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
}

@media screen and (max-width: 640px) {
	.fl_left .img img{
		position:static;
		height:auto;
		-ms-transform: none;
		-webkit-transform : none;
		transform : none;
	}
}

.fl_right {
  width: 45.8%;
  float: right;
  margin-right:20px;
}

@media screen and (max-width: 640px) {
  .fl_left,
  .fl_right {
    float: none;
    width: auto;
    margin: 0;
	padding:0 10px;
  }
  .fl_left {
    margin-bottom: 30px;
  }
}

.fl_left .small,
.fl_right .small {
	font-size:18px;
}

.blueray {
  padding-bottom: 60px;
}

@media screen and (max-width: 640px) {
	.blueray {
		padding-bottom: 30px;
	}
}

.blueray .box {
  width: 100%;
  display: inline-block;
  margin-right: 4%;
  text-align: left;
}
.blueray .box + .box {
  margin: 0;
}

@media screen and (max-width: 640px) {
  .blueray .box {
    width: 100%;
    vertical-align: top;
	margin-right:0;
  }
}

.blueray .box .img {
  text-align: center;
}

@media screen and (max-width: 640px) {
	.blueray .box .img {
		text-align: center;
		max-width: 80%;
		display: block;
		margin: 0 auto;
	}
}

.blueray .data {
  border: 1px solid #fff;
  padding: 5px;
  text-align: center;
  margin: 30px 0;
}

.buy {
  padding-top: 20px;
  margin-top: 20px;
  position: relative;
  height: 60px;
  width:45%;
  display:inline-block;
  margin-right:15px;
}

@media screen and (max-width: 640px) {
	.buy {
		margin-top:10px;
		padding-top:0;
	}
}

.btn {
  position: absolute;
  width: 80px;
  right: 0;
  top: 20px;
}

@media screen and (max-width: 640px) {
  .buy {
    position: static;
    height: auto;
	width:100%;
  }
  .btn {
    position: static;
    width: auto;
	margin-top:10px;
  }
}

.btn a {
  display: block;
  border: 1px solid #fff;
  padding: 1px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 5px;
}

.btn_purple {
  background: #36337d;
}

.pc.inc {
	width:50%;
	display:inline-block;
}

@media screen and (max-width: 640px) {
	.pc.inc {
		display:none;
	}
}

.txt {
	clear:both;
	padding-top:30px;
}

.att {
	margin-top:60px;
}

@media screen and (max-width: 640px) {
	.att {
		margin-top:30px;
	}
}

.big {
	font-size:20px;
}

@media screen and (max-width: 640px) {
	.detail {
		display:inline-block;
	}
	#main .sp.hagaki,
	#main .sp.seal{
		display:inline-block;
		max-width:60%;
		margin-left:2%;
	}
	#main .note {
		border-top:1px solid #fff;
		padding-top:30px;
	}
}

.fin {
	position:relative;
}

/*.overlay {
	text-align:center;
	position: absolute;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.7);
	z-index:100;
}*/

.fin-text {
	color:red;
	font-size:30px;
	margin-top:40px;
}

@media screen and (max-width: 640px) {
	#main p.fin-text{
		text-align:center;
		font-size:22px;
	}
}