@charset "UTF-8";

/* --------------------------------------------------
▼campaign_box_wrap
-------------------------------------------------- */
.campaign_box_wrap {
	width: 90%;
	margin: 10px auto;
	padding: 14px;
	background: #ffffff;
	color: #1a1a1a;
	font-size: 15px;
	border: #ff7f50 solid 2px;
}

.campaign_box_wrap h1 {
	position: relative;
	color: #fff;
	font-size: 25px!important;
	text-align: center;
	background: #ff7f50;
	margin: 0 -26px;
	padding: 4px 24px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.campaign_box_wrap h1:before,
.campaign_box_wrap h1:after {
	position: absolute;
	top: 100%;
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 5px solid #c31c43;
	opacity: 0.8;
}

.campaign_box_wrap h1:before {
	left: 0;
	border-right: 5px solid #c31c43;
}

.campaign_box_wrap h1:after {
	right: 0;
	border-left: 5px solid #c31c43;
}

.campaign_box_wrap p span {
	color: #ff0000;
}

/* --------------------------------------------------
▼domain
-------------------------------------------------- */
h2.domain_title {
    color: #ffffff;
    text-align: center;
    font-size: 20px !important;
}

.domain_box_wrap {
	width: 90%;
	margin: 0 auto 10px;
	padding: 14px;
	background: #ffffff;
	border: #ff7f50 solid 2px;
	color: #1a1a1a;
	font-size: 15px;
}

.domain_box_wrap h2 {
	position: relative;
	color: #fff;
	font-size: 22px!important;
	text-align: center;
	background: #d70035;
	margin: 0 -26px;
	padding: 4px 24px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.domain_box_wrap h2:before,
.domain_box_wrap h2:after {
	position: absolute;
	top: 100%;
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 5px solid #942343;
	opacity: 0.8;
}

.domain_box_wrap h2:before {
	left: 0;
	border-right: 5px solid #942343;
}

.domain_box_wrap h2:after {
	right: 0;
	border-left: 5px solid #942343;
}

.out_domain {
	outline: none;
	border-radius: 3px;
	border: 1px solid #ccc;
	display: block;
	width: 100%;
	padding: 8px 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #ffffff;
	color: #1a1a1a;
	font-size: 20px;
	box-sizing: border-box;
}

.carrier_list {
	margin: 0;
	padding: 0;
}

.carrier_list li {
	margin: 0 0 8px;
	padding: 0;
	list-style: none outside;
}

.carrier_list li a {
	display: block;
}

.copy_btn {
	width: 60%;
	padding: 5px;
	border: none;
	display: block;
	color: #ffffff !important;
	background: #32b16c;
	font-size: 15px;
	font-weight: bold;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-decoration: none !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btn_do,
.btn_do:visited {
	width: 90%;
	margin: 0 auto;
	padding: 5px 15px;
	border: #cc0033 solid 2px;
	display: block;
	color: #cc0033 !important;
	background: #ffffff url("../../img/sp/arrow_docomo.png") no-repeat 95% 50%;
	background-size: 20px, 100%;
	font-size: 20px;
	font-weight: bold;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-decoration: none !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btn_au,
.btn_au:visited {
	width: 90%;
	margin: 0 auto;
	padding: 5px 15px;
	border: #eb5505 solid 2px;
	display: block;
	color: #eb5505 !important;
	background: #ffffff url("../../img/sp/arrow_au.png") no-repeat 95% 50%;
	background-size: 20px, 100%;
	font-size: 20px;
	font-weight: bold;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-decoration: none !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btn_so,
.btn_so:visited {
	width: 90%;
	margin: 0 auto;
	padding: 5px 15px;
	border: #737373 solid 2px;
	display: block;
	color: #737373 !important;
	background: #ffffff url("../../img/sp/arrow_softbank.png") no-repeat 95% 50%;
	background-size: 20px, 100%;
	font-size: 20px;
	font-weight: bold;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-decoration: none !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* --------------------------------------------------
▼ad_spot
-------------------------------------------------- */
.ad_spot_bg {
	background: #ffffff;
	padding: 10px;
}

.ad_list_wrap {
	width: 100%;
	margin: 0 auto 10px;
	padding: 5px;
	background: #fffde6;
	border: #ff7f50 solid 2px;
	border-radius: 10px;
}

.ad_list li {
	border-bottom: 1px dotted #ff7f50;
}

.ad_list li:last-child {
	border-bottom: none;
}

.ad_list li a {
	color: #1a1a1a;
	display: block;
	padding: 10px 5px;
	text-decoration: none;
}

.ad_img {
	float: left;
	margin-right: 10px;
	width: 80px;
}

.ad_img img {
	max-width: 80px;
	width: 100%;
	border-radius: 8px;
}

.ad_detail {
	margin-left: 90px;
	text-align: center;
}

.ad_title {
	font-size: 1rem;
	text-align: right;
}

.ad_text {
	font-size: 18px;
	text-align: left;
	margin-bottom: 5px;
}

.ad_provider {
	font-size: 1rem;
	margin-top: 5px;
}

.ad_btn_01 {
	width: 180px;
	margin: 0 auto;
	padding: 5px;
	border-bottom: 3px solid #f4b600;
	display: block;
	color: #6c2735 !important;
	background: #ffea00 url("../../img/sp/ad_btn_arrow_01.png") no-repeat 95% 50%;
	background-size: 18px, 100%;
	font-size: 15px;
	font-weight: bold;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-decoration: none !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.ad_btn_02 {
	width: 180px;
	margin: 0 auto;
	padding: 5px;
	border-bottom: 3px solid #30894d;
	display: block;
	color: #ffffff !important;
	background: #32b16c url("../../img/sp/ad_btn_arrow_02.png") no-repeat 95% 50%;
	background-size: 18px, 100%;
	font-size: 20px;
	font-weight: bold;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-decoration: none !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.ad_btn_anm {
	-webkit-animation-name: ad_btn_anm;
	animation-name: ad_btn_anm;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	animation-direction: normal;
}

@-webkit-keyframes ad_btn_anm {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	14% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	42% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes ad_btn_anm {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	14% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	42% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.announce_text {
	color: #1a1a1a;
	font-size: 15px;
}

/* --------------------------------------------------
▼retry
-------------------------------------------------- */
.retry_title {
	background-color: #ff8c00;
	color: #ffffff;
	padding: 5px;
	text-align: center;
	font-size: 1.6rem;
}

.btn_retry {
	width: 220px;
	margin: 0 auto 10px;
	padding: 10px 10px;
	border: 2px solid #007d00;
	display: block;
	color: #ffffff !important;
	background: url("../../img/sp/retry/arrow_retry.png") no-repeat 98% center/ 20px, -moz-linear-gradient(top, #38c24e 0%, #38c24e 50%, #30a643 51%, #30a643 100%);
	background: url("../../img/sp/retry/arrow_retry.png") no-repeat 98% center/ 20px, -webkit-linear-gradient(top, #38c24e 0%, #38c24e 50%, #30a643 51%, #30a643 100%);
	background: url("../../img/sp/retry/arrow_retry.png") no-repeat 98% center/ 20px, linear-gradient(to bottom, #38c24e 0%, #38c24e 50%, #30a643 51%, #30a643 100%);
	cursor: pointer;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	text-decoration: none !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.retry_btn_anm {
	-webkit-animation-name: retry_btn_anm;
	animation-name: retry_btn_anm;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
}

@-webkit-keyframes retry_btn_anm {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes retry_btn_anm {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.email_whitelist_bg_loader {
	display: none;
	background: rgba(0, 0, 0, 0.90);
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
}

.email_whitelist_loader {
	color: #ccc;
	font-size: 90px;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin: 72px auto;
	position: relative;
	top: 50%;
	margin-top: -0.5em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
	animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
	0% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}

	5%,
	95% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}

	10%,
	59% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
	}

	20% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
	}

	38% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
	}

	100% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
}

@keyframes load6 {
	0% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}

	5%,
	95% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}

	10%,
	59% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
	}

	20% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
	}

	38% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
	}

	100% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
}

@-webkit-keyframes round {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes round {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* --------------------------------------------------
▼footer
-------------------------------------------------- */
.main_footerBox {
	width: 100%;
	height: 40px;
	display: table;
	background-color: #592b19;
}

.main_footerBox li {
	display: table-cell;
	vertical-align: middle;
}

.footer_copyright {
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
}

.footer_top_btn {
	display: block;
	width: 65px;
	height: 30px;
	line-height: 30px;
	margin: 0 0 0 5px;
	border: none;
	color: #ffffff !important;
	background-color: #8a472c;
	font-size: 20px;
	text-align: center;
	border-radius: 8px;
	text-decoration: none;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}

.footer_help_btn {
	display: block;
	width: 65px;
	height: 30px;
	line-height: 30px;
	margin: 0 5px 0 0;
	border: none;
	color: #ffffff !important;
	background-color: #8a472c;
	font-size: 20px;
	text-align: center;
	border-radius: 8px;
	text-decoration: none;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}

/* --------------------------------------------------
modalCheckMailReceive
-------------------------------------------------- */
.modalCheckMailReceive_container {
	max-width: 90vh !important;
	padding: 15px !important;
	border-radius: 0px !important;
	line-height: 1.5;
}

.modalCheckMailReceive_header {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: #333;
	font-weight: bold;
}

.modalCheckMailReceive_title {
	font-size: 2rem;
}

.modalCheckMailReceive_header img.modalCheckMailReceive_loader {
	max-width: 30px;
}

/* --------------------------------------------------
mag_content
-------------------------------------------------- */
.btn_mag_rink {
	width: 220px;
	margin: 0 auto;
	padding: 10px 5px;
	border-bottom: 3px solid #30894d;
	display: block;
	color: #ffffff !important;
	background: #32b16c url("../../img/sp/btn_mag_arrow.png") no-repeat 95% 50%;
	background-size: 24px, 100%;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-decoration: none !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btn_mag_anm {
	-webkit-animation-name: btn_mag_anm;
	animation-name: btn_mag_anm;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	animation-direction: normal;
}

@-webkit-keyframes btn_mag_anm {

	0%,
	100% {
		top: 0;
		transform: scale(1);
	}

	30% {
		top: -25%;
	}

	50% {
		transform: scale(1);
	}

	90% {
		top: 0;
		transform: scale(1.1, 0.8);
	}
}

@keyframes btn_mag_anm {

	0%,
	100% {
		top: 0;
		transform: scale(1);
	}

	30% {
		top: -25%;
	}

	50% {
		transform: scale(1);
	}

	90% {
		top: 0;
		transform: scale(1.1, 0.8);
	}
}
/* --------------------------------------------------
  floating_banner
-------------------------------------------------- */
.floating_banner {
	position: fixed;
	z-index: 1000;
	bottom: 0;
	right: 0;
	width: 100vw;
}

.floating_banner_link {
	display: block;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.9);
}

.floating_banner_link img {
	width: 100%;
	max-width: 640px;
}