@charset "UTF-8";

/* --------------------------------------------------
▼domain
-------------------------------------------------- */
.domain_box_title {
	width: 100%;
	padding: 10px;
	background: #ff4141;
}

.domain_box_title_inner {
	width: 100%;
	padding: 5px;
	background: #ffffff;
	color: #2c2b2b;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

.domain_box_wrap {
	width: 100%;
	padding: 5px 15px;
	background: #ffffff;
	color: #1a1a1a;
	font-size: 1.4rem;
}

.out_domain {
	outline: none;
	border-radius: 3px;
	border: 2px solid #b0b0b0;
	display: block;
	width: 70%;
	padding: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #ffffff;
	color: #1a1a1a;
	font-size: 1.6rem;
	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: #35ce63;
	font-size: 1.6rem;
	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: 8px 15px;
	border-top: #cc0033 solid 3px;
	border-right: #cc0033 solid 3px;
	border-bottom: #cc0033 solid 3px;
	border-left: #cc0033 solid 35px;
	display: block;
	color: #2c2b2b !important;
	background: #ffffff;
	font-size: 1.6rem;
	font-weight: bold;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	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: 8px 15px;
	border-top: #ea5504 solid 3px;
	border-right: #ea5504 solid 3px;
	border-bottom: #ea5504 solid 3px;
	border-left: #ea5504 solid 35px;
	display: block;
	color: #2c2b2b !important;
	background: #ffffff;
	font-size: 1.6rem;
	font-weight: bold;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	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: 8px 15px;
	border-top: #919191 solid 3px;
	border-right: #919191 solid 3px;
	border-bottom: #919191 solid 3px;
	border-left: #919191 solid 35px;
	display: block;
	color: #2c2b2b !important;
	background: #ffffff;
	font-size: 1.6rem;
	font-weight: bold;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	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: #ffffff;
}

.ad_list li {
	border-bottom: 1px solid #cdcdcd;
}

.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: 1.8rem;
	text-align: left;
	margin-bottom: 5px;
}

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

.ad_btn_01 {
	width: 220px;
	margin: 0 auto;
	padding: 8px;
	border-bottom: 3px solid #39b221;
	display: block;
	color: #ffffff !important;
	background: #5ad542 url("../../img/sp/ad_btn_arrow.png") no-repeat 98% 50%;
	background-size: 18px, 100%;
	font-size: 1.4rem;
	font-weight: bold;
	-webkit-border-radius: 10px;
	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
}

.ad_btn_02 {
	width: 220px;
	margin: 0 auto;
	padding: 8px;
	border-bottom: 3px solid #2488e5;
	display: block;
	color: #ffffff !important;
	background: #3abcff url("../../img/sp/ad_btn_arrow.png") no-repeat 98% 50%;
	background-size: 18px, 100%;
	font-size: 1.4rem;
	font-weight: bold;
	-webkit-border-radius: 10px;
	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
}

.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: 1.2rem;
}

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

.btn_retry {
	width: 240px;
	margin: 0 auto 10px;
	padding: 15px 10px;
	border: 2px solid #ffa500;
	display: block;
	color: #ffffff !important;
	background: #ff8c00 url("../../img/sp/retry/arrow_retry.png") no-repeat 96% center/ 26px;
	cursor: pointer;
	font-size: 1.8rem;
	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;
}

.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: whitelist_loader 1.7s infinite ease, round 1.7s infinite ease;
	animation: whitelist_loader 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes whitelist_loader {
	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 whitelist_loader {
	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: #ffffff;
}

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

.footer_copyright {
	width: 100%;
	text-align: center;
	color: #3e2226;
	font-size: 1.2rem;
}

.footer_top_btn {
	display: block;
	width: 65px;
	height: 30px;
	line-height: 30px;
	margin: 0 0 0 5px;
	border: none;
	color: #ffffff !important;
	background-color: #ffc514;
	font-size: 1.2rem;
	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: #ffc514;
	font-size: 1.2rem;
	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: 20px !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;
}

.ball-pulse>div {
	background-color: #a9a9a9;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: inline-block;
}

.ball-pulse>div:nth-child(1) {
	-webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse>div:nth-child(2) {
	-webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse>div:nth-child(3) {
	-webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

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

	45% {
		-webkit-transform: scale(0.1);
		transform: scale(0.1);
		opacity: 0.7;
	}

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

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

	45% {
		-webkit-transform: scale(0.1);
		transform: scale(0.1);
		opacity: 0.7;
	}

	80% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
/* --------------------------------------------------
  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;
}