.cast_modal{
	display: none;
}
#seiyu-danshi .inner{
	padding-top: 0;
	padding-bottom: 0;
}

/* ************************************************************************
*
*	Base
*
************************************************************************ */
#seiyu-danshi #logo_sec{
	margin-bottom: 15px;
}
#seiyu-danshi #main .inner{
	overflow: hidden;
    zoom: 1;
    padding: 15px 0;
}
#main{
	background: url(../../images/pc/dot_bg.jpg) repeat-x top;
}

#main h3{
	display: inline-block;
	color: #e60f81;
	font-size: 17px;
	margin-bottom: 10px;
	background:linear-gradient(transparent 65%, #fff100 70%);
}

#main .photo{
	width: 100%;
	margin: 0 auto 20px;
}
#main .photo img{
	width: 100%;
	height: auto;
}
#main .text_sec{
	font-size: 14px;
	margin: 10px 14px 0;
	padding-bottom: 30px;
}
#main .text_sec p{
	margin-bottom: 20px;
}
#main .text_sec p.data{
	margin-bottom: 30px;
	color: #e60f81;
	font-weight: bold;
}
#main .text_sec p.end{
	display: inline-block;
	border: solid 1px #333;
	background: #808080;
	color: #FFF;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	font-size: 18px;
	line-height: 13px;
	padding: 13px 23px;
	font-weight: bold;
	float: right;
}

#main .text_sec .btnsec{
	margin: 0 auto;
	text-align: center;
}
.sd_btn{
	display: inline-block;
	border: solid 2px #333;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	font-size: 12px;
	line-height: 12px;
	padding: 8px 15px;
	font-weight: bold;
}
.sd_btn img{
	height: 12px;
	width: auto;
}

/*Twitterキャンペーン*/
#tw_cp{
	margin-top: -56px;
	padding-top: 56px;
}
#tw_cp .s_inner{
	border: 4px #ffa29d solid;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #fff;
	margin: 0 auto 20px;
	overflow: hidden;
	width: 83%;
	padding: 15px 20px 10px 20px;
	color: #e60f81;
}
#tw_cp img {
	width: 100%;
	height: auto;
}
#tw_cp .clearfix:after {
	content: "";
	display: block;
	clear: both;
}
#tw_cp h3{
	margin-bottom: 15px;
}
#tw_cp h3 img{
	max-width: 360px;
	margin: 0 auto;
}
#tw_cp .catch{
	text-align: center;
	margin-bottom: 15px;
}
#tw_cp .catch span{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	background: linear-gradient(transparent 65%, #fff100 70%);
}
#tw_cp .catch span:before{
	content: "";
	display: inline-block;
	width: 24px;
	height: 20px;
	background: url(../images/tw_cp/rt_icon_01.png) no-repeat;
	background-size: auto 16px;
	vertical-align: middle;
}
#tw_cp .period{
	text-align: center;
	margin-bottom: 10px;
	line-height: 30px;
}
#tw_cp .period span{
	font-size: 12px;
	font-weight: bold;
	border: 2px solid #e60f81;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 5px 10px;
	margin: 0 auto 40px;
}
#tw_cp h4{
font-size: 20px;
	margin-bottom: 10px;
	padding: 0 5px 10px;
	color: #e60f81;
	letter-spacing: 3px;
	font-weight: bold;
	border-bottom: 2px solid #e60f81;
	line-height: 1;
}
#tw_cp .prize{
	margin-bottom: 30px;
}
#tw_cp .prize_txt01{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #e60f81 url(../images/tw_cp/rt_icon_02.png) no-repeat 10px 7px;
	background-size: auto 16px;
	padding: 5px 15px 5px 40px;
}
#tw_cp .prize_txt01 span{
	font-size: 15px;
	margin-left: 10px;
}
#tw_cp .prize_txt02{
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0;
}
#tw_cp .prize_txt03{
	font-size: 13px;
	color: #505050;
	margin: 15px 0;
}
#tw_cp .prize_img_wrap{
	margin: 0 auto;
	position: relative;
	max-width: 320px;
}
#tw_cp .prize:first-of-type .prize_img_wrap{
	max-width: 100%;
	margin: 0;
}
#tw_cp .prize_img_wrap ul{
	display: flex;
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	-ms-flex-wrap: wrap; /*IE10*/
	-webkit-flex-wrap: wrap; /* Safari6.1以降 */
	flex-wrap: wrap;
	-webkit-box-align: start; /*Android4.3*/
	-moz-box-align: start;    /*Firefox21*/
	-ms-flex-align: start; /*IE10*/
	-webkit-align-items: flex-start; /*PC-Safari,iOS8.4*/
	align-items: flex-start;
	-webkit-box-pack: center; /*Android4.3*/
	-moz-box-pack: center;    /*Firefox21*/
	-ms-flex-pack: center;    /*IE10*/
	-webkit-justify-content: center; /*PC-Safari,iOS8.4*/
	justify-content: center;
}
#tw_cp .prize_img_wrap ul li{
	width: 56px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin: 0 5px 10px;
	position: relative;
}
#tw_cp .prize_img_wrap ul li img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
#tw_cp .prize_img_wrap img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
#tw_cp .prize_img_wrap ul li .achieved {
	width: 56px;
	height: 56px;
	position: absolute;
	top: 0;
	left: 0;
}
#tw_cp .prize:not(:first-of-type) .prize_img_wrap .achieved{
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
}
#tw_cp .howtobox_wrap{
	margin-bottom: 30px;
}
#tw_cp .howtobox_wrap .end{
	color: #e60f81;
    font-size: 20px;
    font-weight: bold;
	line-height: 1.4;
}
#tw_cp .howtobox_wrap .end span{
	background: linear-gradient(transparent 65%, #fff100 70%);
}
#tw_cp .howtobox_wrap .arrow{
	width: 44px;
	height: 34px;
	transform: rotate(90deg);
	margin: 15px auto;
}
#tw_cp .howtobox{
	background: #e60f81;
  padding: 10px;
}
#tw_cp .howtobox p{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	padding-left: 15%;
}
#tw_cp .howtobox p.note{
	font-size: 14px;
	font-weight: normal;
}
#tw_cp .howtobox p.note span{
	color: #fff000;
	font-weight: bold;
}
#tw_cp .tw_cp_btn{
	width: 70%;
	max-width: 260px;
	box-sizing: border-box;
	background-color: #fff;
	color: #1da1f2 !important;
	font-size: 15px;
	font-weight: bold;
	padding: 9px 10px 5px;
	text-decoration: none;
	display: block;
	cursor: pointer;
	text-align: center;
	margin: 10px auto;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
}
#tw_cp .tw_cp_btn span:before{
	content: "";
	display: inline-block;
	width: 32px;
	height: 27px;
	background: url(../images/tw_cp/tw_icon.png) no-repeat;
	background-size: 100% auto;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -2px;
}
#tw_cp .btnbox1{
	background-image: url(../images/tw_cp/tw_cp_step1.png);
	background-position: 3vw 3vw;
	background-repeat: no-repeat;
	background-size: 10%;
}
#tw_cp .btnbox2{
	background-image: url(../images/tw_cp/tw_cp_step2.png);
	background-position: 3vw 3vw;
	background-repeat: no-repeat;
	background-size: 10%;
}
#tw_cp .notice h5{
	font-size: 16px;
	font-weight: bold;
}
#tw_cp .notice p{
	color: #505050;
	font-size: 14px;
	margin-bottom: 15px;
}
#tw_cp .notice p:last-of-type{
	margin-bottom: 0;
}

/*終了テキスト20181024*/
.e_txt{
	color: #e60f81;
    font-size: 22px;
    margin: 30px 0;
    text-align: center;
    font-weight: bold;
    line-height: 1.4em;
}
.e_txt span{
	background: linear-gradient(transparent 65%, #fff100 70%);
}

.whiteday_present_txt_cb{
	color: #505050;
	font-size: 14px;
	margin: 20px 0;
	text-align: center;
}
#tw_cp .whiteday_present_txt_ttl{
	font-size: 15px;
	font-weight: bold;
	margin: 0 5px 0;
	color: #e60f81;
}
#tw_cp .whiteday_present_txt_nm{
	margin:0 0 25px 0;
}
#tw_cp .whiteday_present_txt{
	font-size: 14px;
    color: #505050;
	margin: 20px 0 40px;
	text-align: left;
}
#tw_cp .whiteday_present_link{
	display: flex;
	justify-content: center;
	margin: 30px 0 50px 0;
}
#tw_cp .whiteday_present_link a{
	background-color:#e60f81;
	color:#fff;
	font-weight: bold;
	text-align: center;
	transition: .3s;
	width: 100%;
	padding:15px 0;
	font-size: 20px;
}
#tw_cp .whiteday_present_link a:hover{
	opacity: .7;
}
#tw_cp .whiteday_present_img{
	color: #505050;
}
#tw_cp .whiteday_present_img img{
	max-width: 100%;
	height: auto;
	display: block;
	margin:0 auto 20px;
}
#tw_cp .whiteday_present_img img:nth-child(2){
	margin:0 auto;
}
#tw_cp .copy{
	text-align: center;
	color: #505050;
	margin: 0 0 20px;
}
#tw_cp .whiteday_present_link.end{
	pointer-events: none;
}
#tw_cp .whiteday_present_link.end a{
	background-color: #B7B7B7;
}
.mb50{
	margin-bottom:50px;
}