/*「au会員登録ページ」*/
.au-register .key-visual-wrap {
	position: relative;
	height: 470px;
}
.au-register .bg-blue {
	background: #0F0A64;
}
.au-register .key-visual {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(/stcontents/img/sub-page/t/kv-hello-pc.jpg) no-repeat center center;
	background-color: #0F0A64;
	background-size: cover;
	height: 470px;
}
/* au会員登録ページのグラデーションbg削除（必要に応じて切り替え） */
/* .au-register .key-visual::before {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5) 80%);
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5) 80%);
  content: "";
  width: 100%;
  height: 60%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
} */
/* .au-register .key-visual .inner {
  -webkit-transform: none;
          transform: none;
  top: 0;
  left: 0;
  position: relative;
  width: 100%;
} */
.au-register .key-visual .catch h1 {
	color: #0F0A64;
	font-size: 3.2rem;
	line-height: 1;
	text-shadow: none;
	letter-spacing: 1px;
	display: inline-block;
	font-weight: 900;
}
.au-register .key-visual .catch h1 span {
	color: #0F0A64;
	font-size: 5rem;
	line-height: 1;
	letter-spacing: 1px;
	font-weight: bold;
}
.au-register .key-visual .catch h1 img {
	max-width: 100%;
	width: 218px;
	height: auto;
}
/* .au-register .key-visual .catch h1 img:first-child {
  max-width: 160px;
  margin-bottom: 32px;
} */
.au-register .key-visual .catch .border-red {
	border: 1px solid #FF503E;
	width: 40px;
	margin: 8px auto 16px auto;
}
.au-register .key-visual .catch div {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
/* .au-register .key-visual .catch div p:first-child {
  font-size: 1.8rem;
  margin: 0 auto;
  text-shadow: none;
} */
.au-register .key-visual .catch div p {
	color: #757575;
	font-size: 2.4rem;
	display: inline-block;
	/* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); */
	font-weight: 400;
	margin: 8px auto;
}
.au-register .key-visual .catch div p .coupon {
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.au-register .key-visual .catch div br {
	display: none;
}
.au-register .key-visual .catch span {
	color: #757575;
	display: inline-block;
	font-size: 1.4rem;
	margin-top: 8px;
}
.au-register .key-visual .catch .sns {
	width: 100%;
	position: absolute;
	bottom: 16px;
	left: 0px;
	text-align: right;
	line-height: 1;
}
.au-register .key-visual .kv-coupon {
	position: relative;
}
.au-register .key-visual .kv-coupon img {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-52%, -16%);
	width: 664px;
	height: 366px;
	z-index: -1;
}
.au-register .key-visual .kv-relux-logo img {
	margin: auto;
}
.au-register .key-visual .wave {
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.au-register .introduction,
.au-register .feature {
	font-weight: 300;
}
.au-register .introduction h1,
.au-register .feature h1 {
	font-weight: 300;
	color: #0F0A64;
}
.au-register .introduction .border-red,
.au-register .feature .border-red {
	border: 1px solid #FF503E;
	width: 40px;
	margin: 0 auto 40px;
}
.au-register .introduction .text,
.au-register .feature .text {
	width: 52%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.au-register .introduction .text p,
.au-register .feature .text p {
	line-height: 3.2rem;
}
.au-register .introduction .text img,
.au-register .feature .text img {
	width: 55px;
	height: 48px;
	margin-right: 24px;
}
.au-register .feature {
	margin-top: 160px;
}
.au-register .feature h3 {
	font-weight: 300;
}
.au-register .feature img {
	width: 37%;
	height: 37%;
}
.au-register .feature .content {
	margin-bottom: 140px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.au-register .feature .content:last-child {
	margin-bottom: 0;
}
.au-register .ranking {
	background-color: #f5f5f5;
}
@media (max-width: 767px) {
	.au-register .key-visual-wrap {
		height: 504px;
	}
	.au-register .key-visual {
		background: url(/stcontents/img/sub-page/t/kv-hello-sp.jpg) no-repeat center center;
		padding: 16px;
	}
	.au-register .key-visual .catch .border-red {
		width: 40px;
	}
	.au-register .key-visual .catch .btn-default {
		width: 100%;
		margin-top: 30px;
	}
	.au-register .key-visual .catch div p {
		font-size: 1.6rem;
	}
    /* .au-register .key-visual .catch div p:first-child {
        font-size: 1.2rem;
    } */
	.au-register .key-visual .catch div p .coupon {
		font-size: 1.6rem;
		display: inline-block;
	}
	.au-register .key-visual .catch div br {
		display: block;
	}
	.au-register .key-visual .catch span {
		font-size: 1.2rem;
		display: block;
	}
	.au-register .key-visual .catch h1 {
		font-size: 2rem;
		line-height: 0.7;
	}
	.au-register .key-visual .catch h1 span {
		color: #0F0A64;
		font-size: 3.2rem;
		line-height: 1;
		letter-spacing: 1px;
		font-weight: bold;
	}
	.au-register .key-visual .kv-coupon img {
		width: 375px;
		height: auto;
		transform: translate(-53%, -17%);
	}
	.au-register .key-visual .btn-sp-wide {
		max-width: 343px;
		width: 261px;
		height: 40px;
	}
	.au-register .key-visual .catch .kv-relux-logo img {
		width: 148px;
		height: auto;
	}
	.au-register .key-visual .wave {
		height: 133px;
		width: auto;
	}
	.au-register .kv-bottom {
		padding: 16px 16px 24px;
	}
	.au-register .kv-bottom .btn-default {
		width: 100%;
		margin-bottom: 24px;
	}
	.au-register .kv-bottom .sns {
		text-align: right;
	}
	.au-register .p-80 {
		padding: 40px 16px !important;
	}
	.au-register .introduction {
		margin-bottom: 100px;
	}
	.au-register .introduction-content p {
		line-height: 3.2rem;
	}
	.au-register .bg-white {
		overflow: hidden;
	}
	.au-register .feature {
		margin-top: 0;
	}
	.au-register .feature .content {
		display: block;
		margin-bottom: 40px;
	}
	.au-register .feature .content .text {
		width: 100%;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.au-register .feature .content .text h3 {
		font-size: 2rem;
	}
	.au-register .feature .content .feature-img01 {
		position: relative;
		margin: 24px 0;
		background-image: none;
		width: 100%;
		height: 334px;
	}
	.au-register .feature .content .feature-img01 img {
		position: absolute;
		top: 0;
		right: -64px;
		width: 344px;
		height: 334px;
	}
	.au-register .feature .content .feature-img02,
	.au-register .feature .content .feature-img03 {
		width: 100%;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		margin: 24px 0;
	}
	.au-register .feature .content .feature-img02 img,
	.au-register .feature .content .feature-img03 img {
		width: 100%;
		height: auto;
	}
	.au-register .introduction-content {
		text-align: left;
		line-height: 3.2rem;
	}
}
.au-register .float-bar .float-btns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.au-register .float-bar .float-btns a {
	width: 224px;
}
.au-register .float-bar .float-btns .floatbtn-wide {
	max-width: 343px;
	width: 300px;
	height: 56px;
}
.au-register .float-bar.active2 {
	-webkit-transform: none;
	transform: none;
	padding: 8px 16px;
	padding: 16px;
	-webkit-transition: none;
	transition: none;
}
.au-register .float-bar .contents,
.au-register .float-bar.active2 .contents {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.au-register .float-bar .contents p,
.au-register .float-bar.active2 .contents p {
	display: inline-block;
	margin: 8px 16px 8px;
	white-space: nowrap;
}
.au-register .float-bar .float-btn-block a,
.au-register .float-bar.active2 .float-btn-block a {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	vertical-align: middle;
}
.au-register .float-bar .float-btn-block a span,
.au-register .float-bar.active2 .float-btn-block a span {
	width: 100%;
	display: block;
	margin-bottom: -12px;
	font-size: 10px;
	font-weight: normal;
}
@media (max-width: 767px) {
	.au-register .float-bar {
		padding: 8px 16px;
	}
	.au-register .float-bar .float-btns a {
		width: 166px;
		height: 40px;
		font-size: 1.4rem;
	}
	.au-register .float-bar .float-btns .floatbtn-sp-wide {
		width: 100%;
		height: 48px;
	}
	.au-register .float-bar.active2 {
		padding: 8px 16px 24px;
	}
	.au-register .float-bar .contents,
	.au-register .float-bar.active2 .contents {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		height: auto;
	}
	.au-register .float-bar .contents p,
	.au-register .float-bar.active2 .contents p {
		margin-top: 0;
	}
	.au-register .float-bar .float-btn-block,
	.au-register .float-bar.active2 .float-btn-block {
		width: 100%;
		height: auto;
	}
	.au-register .float-bar .float-btn-block a span,
	.au-register .float-bar.active2 .float-btn-block a span {
		font-size: 8px;
	}
}
@media (max-width: 374px) {
	.au-register .key-visual .catch h1 {
		font-size: 1.6rem;
	}
	.au-register .key-visual .catch h1 span {
		font-size: 2.4rem;
	}
	.au-register .key-visual .kv-coupon img {
		width: 328px;
		transform: translate(-53%, -13%);
	}
	.au-register .key-visual .btn-sp-wide {
		width: 237px;
	}
	.au-register .auPontapass .pontapass-logo {
		width: 100% !important;
		height: auto !important;
	}
}
@media (min-width: 768px) {
	.au-register .login.loginsignin-modal {
		height: 477px;
	}
}
.au-register .login.loginsignin-modal .pontaBoost__banner {
	display: none;
}
.au-register .auPontapass {
	padding-top: 80px;
}
.au-register .auPontapass .pontapass-logo {
	width: auto;
	height: 40px;
	margin: 0 auto 40px;
}
.au-register .auPontapass .general h2 {
	font-size: 3.6rem;
	font-weight: 300;
	color: #0f0a64;
}
.au-register .auPontapass .general .border-red {
	border: 1px solid #FF503E;
	width: 40px;
	margin: 16px auto;
}
.au-register .auPontapass .box-1 {
	max-width: 1120px;
	height: 576px;
	margin: 0 auto 80px;
	position: relative;
}
.au-register .auPontapass .box-1 .photo {
	position: relative;
	width: 100%;
	height: 500px;
	background: url(/stcontents/img/sub-page/au-register/au_hello_01.jpg) no-repeat center center;
	background-size: cover;
}
.au-register .auPontapass .box-1 .photo .wave-white {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.au-register .auPontapass .box-1 .text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	bottom: 0;
}
.au-register .auPontapass .box-1 .text .mincho {
	margin-right: 32px;
	font-size: 9.2rem;
	line-height: 9.2rem;
	color: #E1E9F8;
	font-family: "ヒラギノ明朝 W3", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.au-register .auPontapass .box-1 .text .font-large {
	margin-bottom: 0;
}
.au-register .auPontapass .benefits-info {
	max-width: 1120px;
	margin: 0 auto 80px;
	padding: 32px;
	background: url(/stcontents/img/sub-page/au-register/bg-benefits-top.png) no-repeat left top, url(/stcontents/img/sub-page/au-register/bg-benefits-bottom.png) no-repeat right bottom;
	background-color: #0f0a64;
	color: #fff;
}
.au-register .auPontapass .benefits-info h3 {
	font-size: 2.6rem;
	margin-bottom: 16px;
}
.au-register .auPontapass .benefits-info .info-text {
	font-size: 1.6rem;
}
.au-register .auPontapass .benefits-info .annotaton {
	color: #c6c6c6;
	font-size: 1.2rem;
}
.au-register .auPontapass .benefits-info .annotaton a {
	color: #c6c6c6;
}
.au-register .auPontapass .box-2 {
	max-width: 1120px;
	height: 656px;
	margin: 0 auto 160px;
	position: relative;
}
.au-register .auPontapass .box-2 .photo {
	position: relative;
	width: 100%;
	height: 500px;
	background: url(/stcontents/img/sub-page/au-register/au_hello_02.jpeg) no-repeat center center;
	background-size: cover;
}
.au-register .auPontapass .box-2 .photo .wave-white {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
}
.au-register .auPontapass .box-2 .text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	bottom: 40px;
}
.au-register .auPontapass .box-2 .text .mincho {
	margin-right: 32px;
	font-size: 9.2rem;
	line-height: 9.2rem;
	color: #E1E9F8;
	font-family: "YuMincho", "ヒラギノ明朝 W3", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.au-register .auPontapass .box-2 .text .font-large {
	margin-bottom: 0;
}
@media (max-width: 1120px) {
	.au-register .auPontapass {
		padding: 80px 16px 0;
	}
	.au-register .auPontapass .general h2 {
		font-size: 2.6rem;
	}
	.au-register .auPontapass .box-1 {
		height: 560px;
	}
	.au-register .auPontapass .box-1 .photo .wave-white {
		height: 140px;
		width: auto;
	}
	.au-register .auPontapass .box-1 .text .mincho {
		font-size: 4.8rem;
		line-height: 4.8rem;
		margin-right: 16px;
		width: 64px;
		color: #A6BCE9;
	}
	.au-register .auPontapass .box-1 .text .mincho .font-large {
		font-size: 2rem;
	}
	.au-register .auPontapass .box-1 .text div {
		width: calc(100% - 72px);
	}
	.au-register .auPontapass .benefits-info h3 {
		font-size: 2rem;
	}
	.au-register .auPontapass .benefits-info .info-text {
		font-size: 1.4rem;
	}
	.au-register .auPontapass .benefits-info .annotaton {
		font-size: 1rem;
	}
	.au-register .auPontapass .box-2 {
		height: 650px;
	}
	.au-register .auPontapass .box-2 .photo .wave-white {
		height: 100px;
		width: auto;
	}
	.au-register .auPontapass .box-2 .text .mincho {
		font-size: 4.8rem;
		line-height: 4.8rem;
		margin-right: 16px;
		width: 64px;
		color: #A6BCE9;
	}
	.au-register .auPontapass .box-2 .text .mincho .font-large {
		font-size: 2rem;
	}
	.au-register .auPontapass .box-2 .text div {
		width: calc(100% - 72px);
	}
}
@media (max-width: 767px) {
	.au-register .auPontapass {
		padding: 100px 0 0;
	}
	.au-register .auPontapass .box-1 {
		height: 600px;
	}
	.au-register .auPontapass .box-2 {
		height: 650px;
	}
	.au-register .auPontapass .box-2 .text {
		bottom: 0;
	}
	.au-register .auPontapass .text {
		padding: 0 16px;
	}
}
@media (min-width: 768px) and (max-width: 1120px){
	.au-register .auPontapass .box-1 .photo,
	.au-register .auPontapass .box-2 .photo{
		overflow-x: hidden;
	}
}