@charset "utf-8";
/*===========================================
halfmodal_nk01.css
netkeirin ハーフモーダル
.HalfModal
============================================*/
.HalfModal {
	position: fixed;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%,100%);
	z-index: 8200;
	width: 100%;
	opacity: 0;
	max-width: 480px;
}
.HalfModal > div{
	position: relative;
	border-radius: 12px 12px 0 0;
	background: #fff;
	width: 100%;
	margin: 36px auto -10px;
	max-width: 480px;
	overflow: hidden;
}
.HalfModal.OpenDraw {
	animation: HalfModalIn 0.6s forwards;
}

.HalfModal iframe{
	width: 100%;
	height: 540px;
	border: none;

}
@keyframes HalfModalIn {
	0% {
		opacity: 0;
		transform: translate(-50%,100%);
	}
	60% {
		transform: translate(-50%,-10px);
	}
	100% {
		transform: translate(-50%,0%);
	}
	20%,100% {
		opacity: 1;
	}
}
.HalfModal.SlideOut {
	animation: HalfModalOut 0.4s forwards;
}
@keyframes HalfModalOut {
	0% {
		opacity: 1;
		transform: translate(-50%,0%);
	}
	100% {
		transform: translate(-50%,100%);
	}
	20%,100% {
		opacity: 0;
	}
}

.HalfModal > .HalfModal_CloseBtn,
.SpInfoModal .HalfModal_CloseBtn {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 10;
	display: inline-block;
	width: 34px;
	height: 34px;
	overflow: hidden;
	cursor: pointer;
	text-indent: 200%;
	white-space: nowrap;
	background: #fff;
	border-radius: 50%;
}
.HalfModal_CloseBtn::before,
.HalfModal_CloseBtn::after {
	content: '';
	height: 2px;
	width: 27px;
	display: block;
	background: #333;
	position: absolute;
	top: 16px;
	left: 4px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.HalfModal_CloseBtn::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.RaceChoiceArea.HalfModal > .HalfModal_CloseBtn{
	margin: 0;
	background:none;
	top: -5px;
	right: 8px;
}
.RaceChoiceArea.HalfModal .HalfModal_CloseBtn::before,
.RaceChoiceArea.HalfModal .HalfModal_CloseBtn::after{
	background:#fff;
	height: 3px;
	border-radius: 14px;
}


.Wrap.HalfModalViewOut{
	overflow: visible;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1005;
}
.Wrap.HalfModalViewOut .Main_Column{
	overflow: visible;
}
.ModalOverlay {
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 8100;
	transition: opacity 0.7s, transform 0s 0.5s;
}


/* Tipstar連携 .TipstarCoope */
.TipstarCoopeWrap {
	color: #444;
	padding: 30px
}
.TipstarCoopeWrap > .Title {
	font-size: 88.89%;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #e9eaef;
}
.TipstarCoopeWrap > .Title > img.Logo {
	display: inline-block;
	width: 116px;
	vertical-align: bottom;
	margin-top: -6px;
	margin-bottom: -8px;
}
.TipstarCoopeWrap .Introduction {
	padding: 20px 0 40px;
}
.TipstarCoopeWrap .Introduction p.Txt {
	font-size: 77.78%;
	line-height: 1.6;
	margin-bottom: 20px;
}
@media screen and (max-width:340px){
	.TipstarCoopeWrap .Introduction p.Txt{
		font-size:66.67%;
	}
}
.Introduction img.FlowImg {
	display: block;
	width: 100%;
	max-width: 600px;
	margin: auto;
}
.Dialog_Contents {
	text-align: center;
	padding-bottom: 50px;
}
.TipstarCoopeWrap .Dialog_Contents{
	padding-bottom:10px;
}
.Dialog_Contents .Title{
	font-size: 83.34%;
	color: #333;
	font-weight: bold;
	margin-bottom: 14px;
	text-align: center;
}
.Dialog_Contents p.Txt{
	font-size: 83.34%;
	text-align: left;
	margin-bottom: 10px;
	line-height: 1.3;
}

.Dialog_Contents .LinkBtn_04 a {
	display: block;
	width: 100%;
	color: #999;
	font-size: 88.89%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 15px 0;
	border-radius: 4px;
	border: 1px solid #dedede;
	margin-bottom: 10px;
}
.Dialog_Btn ul {
	text-align: center;
	margin-bottom: 12px;
}
.Dialog_Btn.Col2 .Agree {
	padding-left: 8px;
}
.Disagree .Btn{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	width: 100%;
	color: #fff;
	font-size: 88.89%;
	font-weight: bold;
	padding: 14px 0;
	border-radius: 4px;
}
.Disagree .Btn {
	background: #fff;
	color: #333;
	border: 1px solid #dedede;
}

.Dialog_Contents button.SubmitBtn{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	color: #fff;
	background: #ef5350;
	border-radius: 4px;
	font-size: 88.89%;
	font-weight: bold;
	padding: 15px 0;
	position: relative;
	width: 100%;
	max-width: 400px;
	margin: auto;
}


.TipstarCoopeWrap .Check {
	margin: 20px 0 20px;
	text-align: center;
}
.TipstarCoopeWrap .Check input[type="checkbox"] {
	display: none;
}
.TipstarCoopeWrap .Check label {
	font-size: 83%;
}
.TipstarCoopeWrap .Check input[type="checkbox"] + label {
	padding-left: 34px;
	line-height: 28px;
	display: inline-block;
	position: relative;
	text-align: center;
}
.TipstarCoopeWrap .Check input[type="checkbox"] + label:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background: #fff;
	border: 1px solid #adadad;
	border-radius: 4px;
}
.TipstarCoopeWrap .Check input[type="checkbox"] + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 9px;
	width: 7px;
	height: 12px;
	border-right: 2px solid #dadada;
	border-bottom: 2px solid #dadada;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.TipstarCoopeWrap .Check input[type="checkbox"]:checked + label:before {
	background: #ef5350;
	border: 1px solid #ef5350;
}
.TipstarCoopeWrap .Check input[type="checkbox"]:checked + label:after {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.TipstarCoopeWrap .Note_List{
	position: relative;
	margin-bottom:15px;
}
.TipstarCoopeWrap .Note_List li{
	position: relative;
	text-align: left;
	font-size:66.67%;
	font-weight: 400;
	color:#757575;
	line-height:1.58;
}
.TipstarCoopeWrap .Note_List li + li{
	margin-top:5px;
}
.TipstarCoopeWrap .Note_List li:before {
	content: "※";
	position: absolute;
	top: 4px;
	left: -11px;
	font-size: 77.78%;
	font-weight: 400;
}
.TipstarCoopeWrap #read_kiyaku{
	display: block;
	margin-bottom:25px;
	font-size:77.78%;
	font-weight: bold;
	text-decoration: underline;
	text-underline-position: under;
}
.TipstarCoopeWrap .Dialog_Contents button.SubmitBtn,
.TipstarCoopeWrap .Dialog_Contents .Disagree .Btn,
.TipstarCoopeWrap .Check input[type="checkbox"]+label{
	font-size:77.78%;
}


.MixiMCooperationWrap .Title{
	padding: 30px 0 25px;
}
.MixiMCooperationWrap .NetkeirinLogo01 {
	display: block;
	width: 160px;
	margin: auto;
}
.MixiMCooperationWrap .Introduction .Txt{
	text-align: center;
	font-size:111%;
	font-weight: bold;
	color:#E03D3D;
	line-height: 1.7;
}
@media screen and (max-width:340px){
	.MixiMCooperationWrap .Introduction .Txt{
		font-size: 88.89%;
	}
}
.MixiMCooperationWrap .button{
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #444444;
	border:2px solid #E03D3D;
	border-radius: 6px;
	font-size: 77.78%;
	font-weight: bold;
	padding: 14px 0;
	position: relative;
	max-width: 320px;
	margin: 25px auto 35px;
	text-align: center;
}
@media screen and (max-width:320px){
	.MixiMCooperationWrap .button{
		max-width: 300px;
		margin: 15px auto 25px;
	}
}
.MixiMCooperationWrap .button img{
	width: 90px;
	height: auto;
	margin-right: 9px;
}
.MixiMCooperationWrap .Attention_Contents{
	margin:0 20px 25px;
	text-align: center;
}
@media screen and (max-width:340px){
	.MixiMCooperationWrap .Attention_Contents{
		margin: 0 20px 20px;
	}
}
.MixiMCooperationWrap .Attention_Contents p{
	margin-bottom:45px;
	font-size:83.33%;
	color:#555555;
	line-height: 1.73;
}
@media screen and (max-width:340px){
	.MixiMCooperationWrap .Attention_Contents p{
		margin-bottom: 20px;
		font-size:66.67%;
	}
}
.MixiMCooperationWrap .Attention_Contents a{
	font-size:83.33%;
	font-weight: 400;
	text-decoration: underline;
	text-underline-position: under;
}
@media screen and (max-width:340px){
	.MixiMCooperationWrap .Attention_Contents a{
		font-size: 66.67%;
	}
}
.MixiMCooperationWrap .note_list{
	margin:0 10px;
	padding: 34px 0;
	position: relative;
}
@media screen and (max-width:340px){
	.MixiMCooperationWrap .note_list{
		padding:20px 0;
	}
}
.MixiMCooperationWrap .note_list::before{
	content:"";
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 1px;
	background:#999999;
}
.MixiMCooperationWrap .note_list li{
	margin:0 15px;
	font-size: 77.78%;
	font-weight: 400;
	line-height: 1.64;
	color:#757575;
	position: relative;
}
@media screen and (max-width:340px) {
	.MixiMCooperationWrap .note_list li{
		font-size: 66.67%;
	}
}
.MixiMCooperationWrap .note_list li:before{
	content:"※";
	position: absolute;
	top: 10%;
	left: -11px;
	font-size: 77.78%;
	font-weight: 400;
}
.MixiMCooperationWrap .note_list li + li{
	margin-top:15px;
}

/*==============================================
PC スマホ誘導 .SpInfoModal
==============================================*/
.SpInfoModal {

}

.SpInfoModal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 8200;
	width: 100%;
	max-width: 580px;
}
.SpInfoModal > div{
	position: relative;
	border-radius: 12px;
	background: #fff;
	width: 100%;
	margin: 0 auto;
	max-width: 580px;
}
.SpInfoModalWrap {
	padding: 52px 0;
}
.SpInfoModalWrap .Title {
	padding-bottom: 15px;
}
.SpInfoModalWrap .Title > img.NetkeirinLogo01 {
	display: block;
	width: 200px;
	margin: auto;
}
.SpInfoModalWrap .Introduction {
	margin-bottom: 10px;
	padding: 20px;
}
.SpInfoModalWrap .Introduction img.QrImg {
	display: block;
	width: 160px;
	margin: auto;
}
.SpInfoModalWrap .Dialog_Contents p {
	color: #444;
}
.SpInfoModalWrap .Dialog_Contents p.Txt01 {
	font-size: 88.89%;
	text-align: center;
	margin-bottom: 18px;
}
.SpInfoModalWrap .Dialog_Contents p.Txt02 {
	font-size: 111.12%;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 18px;
}
.SpInfoModalWrap .Dialog_Contents p.Txt03 {
	font-size: 72.23%;
	text-align: center;
}
.Column_detail .SpInfoModalWrap .Dialog_Contents p.Txt02{
	margin: 18px 0;
}

.SpInfoModalWrap.app_appeal{
	height: 100%;
	padding: 0 26px;
}
.SpInfoModalWrap.app_appeal .Title {
	margin: 0;
	padding: 26px 0 24px;
}
.SpInfoModalWrap.app_appeal .Dialog_Contents img{
	display: block;
	width: 100%;
	margin: 0 auto 18px;
}
.SpInfoModalWrap.app_appeal .Dialog_Contents p.Txt02{
	font-size:83.33%;
}
.SpInfoModalWrap.app_appeal .Dialog_Contents a + p.Txt02{
	font-size:77.78%;
}
.SpInfoModalWrap.app_appeal .RegistLinkBtn01 {
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	color: #fff;
	background: #ef5350;
	border-radius: 4px;
	font-size: 88.89%;
	font-weight: bold;
	padding: 15px 0;
	position: relative;
	max-width: 400px;
	margin: auto;
	margin-bottom:28px;
	text-indent: 0;
}
#tag-narabi_yoso .HalfModal .RaceChoiceWrap{
	max-height: 503px;
	min-height: 424px;
	/* max-height: 544px; */
}
.HalfModal.bet_appAppeal > div:nth-of-type(1),
#tag-ipat_sp .HalfModal iframe#regist_frame{
	min-height: 480px;
	/* min-height: 580px; */
}
@media screen and (max-width:360px){
	#tag-narabi_yoso .HalfModal .RaceChoiceWrap{
		min-height: 370px;
		max-height: 370px;
	}
	#tag-ipat_sp .HalfModal iframe#regist_frame,
	.HalfModal.bet_appAppeal > div:nth-of-type(1){
		min-height: 455px;
		/* min-height: 525px; */
	}
}
@media screen and (max-width:340px){
	#tag-narabi_yoso .HalfModal .RaceChoiceWrap{
		min-height: 340px;
		max-height: 340px;
	}
	#tag-ipat_sp .HalfModal iframe#regist_frame,
	.HalfModal.bet_appAppeal > div:nth-of-type(1){
		height: 435px;
		min-height: 435px;
		/* height: 495px;
		min-height: 495px; */
	}
}
@media screen and (orientation: landscape) and (max-width: 767px){
	#tag-narabi_yoso .HalfModal .RaceChoiceWrap {
		max-height: 80vh;
		min-height: inherit;
	}
	.HalfModal.bet_appAppeal > div:nth-of-type(1),
	#tag-ipat_sp .HalfModal iframe#regist_frame{
		max-height: 90vh;
		min-height: inherit;
		overflow: scroll;
	}
	.SpInfoModalWrap.app_appeal{
		overflow: scroll;
	}
	.HalfModal.bet_appAppeal > .HalfModal_CloseBtn{
		background:none;
	}
}
