/*「ハローページ」*/
.t-hello-2001 .key-visual-wrap {
	position: relative;
	height: 470px;
}
.t-hello-2001 .bg-blue {
	background: #0F0A64;
}
.t-hello-2001 .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;
}
/* ハローページのグラデーションbg削除（必要に応じて切り替え） */
/* .t-hello-2001 .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;
} */
/* .t-hello-2001 .key-visual .inner {
  -webkit-transform: none;
          transform: none;
  top: 0;
  left: 0;
  position: relative;
  width: 100%;
} */
.t-hello-2001 .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;
}
.t-hello-2001 .key-visual .catch h1 span {
	color: #0F0A64;
	font-size: 5rem;
	line-height: 1;
	letter-spacing: 1px;
	font-weight: bold;
}
.t-hello-2001 .key-visual .catch h1 img {
	max-width: 100%;
	width: 218px;
	height: auto;
}
/* .t-hello-2001 .key-visual .catch h1 img:first-child {
  max-width: 160px;
  margin-bottom: 32px;
} */
.t-hello-2001 .key-visual .catch .border-red {
	border: 1px solid #FF503E;
	width: 40px;
	margin: 8px auto 16px auto;
}
.t-hello-2001 .key-visual .catch div {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
/* .t-hello-2001 .key-visual .catch div p:first-child {
  font-size: 1.8rem;
  margin: 0 auto;
  text-shadow: none;
} */
.t-hello-2001 .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;
}
.t-hello-2001 .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);
}
.t-hello-2001 .key-visual .catch div br {
	display: none;
}
.t-hello-2001 .key-visual .catch span {
	color: #757575;
	display: inline-block;
	font-size: 1.4rem;
	margin-top: 8px;
}
.t-hello-2001 .key-visual .catch .sns {
	width: 100%;
	position: absolute;
	bottom: 16px;
	left: 0px;
	text-align: right;
	line-height: 1;
}
.t-hello-2001 .key-visual .kv-coupon {
	position: relative;
}
.t-hello-2001 .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;
}
.t-hello-2001 .key-visual .kv-relux-logo img {
	margin: auto;
}
.t-hello-2001 .key-visual .wave {
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.t-hello-2001 .introduction,
.t-hello-2001 .feature {
	font-weight: 300;
}
.t-hello-2001 .introduction h1,
.t-hello-2001 .feature h1 {
	font-weight: 300;
	color: #0F0A64;
}
.t-hello-2001 .introduction .border-red,
.t-hello-2001 .feature .border-red {
	border: 1px solid #FF503E;
	width: 40px;
	margin: 0 auto 40px;
}
.t-hello-2001 .introduction .text,
.t-hello-2001 .feature .text {
	width: 52%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.t-hello-2001 .introduction .text p,
.t-hello-2001 .feature .text p {
	line-height: 3.2rem;
}
.t-hello-2001 .introduction .text img,
.t-hello-2001 .feature .text img {
	width: 55px;
	height: 48px;
	margin-right: 24px;
}
.t-hello-2001 .feature {
	margin-top: 160px;
}
.t-hello-2001 .feature h3 {
	font-weight: 300;
}
.t-hello-2001 .feature img {
	width: 37%;
	height: 37%;
}
.t-hello-2001 .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;
}
.t-hello-2001 .feature .content:last-child {
	margin-bottom: 0;
}
.t-hello-2001 .ranking {
	background-color: #f5f5f5;
}
@media (max-width: 767px) {
	.t-hello-2001 .key-visual-wrap {
		height: 504px;
	}
	.t-hello-2001 .key-visual {
		background: url(/stcontents/img/sub-page/t/kv-hello-sp.jpg) no-repeat center center;
		padding: 16px;
	}
	.t-hello-2001 .key-visual .catch .border-red {
		width: 40px;
	}
	.t-hello-2001 .key-visual .catch .btn-default {
		width: 100%;
		margin-top: 30px;
	}
	.t-hello-2001 .key-visual .catch div p {
		font-size: 1.6rem;
	}
	/* .t-hello-2001 .key-visual .catch div p:first-child {
    font-size: 1.2rem;
  } */
	.t-hello-2001 .key-visual .catch div p .coupon {
		font-size: 1.6rem;
		display: inline-block;
	}
	.t-hello-2001 .key-visual .catch div br {
		display: block;
	}
	.t-hello-2001 .key-visual .catch span {
		font-size: 1.2rem;
		display: block;
	}
	.t-hello-2001 .key-visual .catch h1 {
		font-size: 2rem;
		line-height: 0.7;
	}
	.t-hello-2001 .key-visual .catch h1 span {
		color: #0F0A64;
		font-size: 3.2rem;
		line-height: 1;
		letter-spacing: 1px;
		font-weight: bold;
	}
	.t-hello-2001 .key-visual .kv-coupon img {
		width: 375px;
		height: auto;
		transform: translate(-53%, -17%);
	}
	.t-hello-2001 .key-visual .btn-sp-wide {
		max-width: 343px;
		width: 261px;
		height: 40px;
	}
	.t-hello-2001 .key-visual .catch .kv-relux-logo img {
		width: 148px;
		height: auto;
	}
	.t-hello-2001 .key-visual .wave {
		height: 133px;
		width: auto;
	}
	.t-hello-2001 .kv-botto {
		padding: 16px 16px 24px;
	}
	.t-hello-2001 .kv-bottom .btn-default {
		width: 100%;
		margin-bottom: 24px;
	}
	.t-hello-2001 .kv-bottom .sns {
		text-align: right;
	}
	.t-hello-2001 .p-80 {
		padding: 40px 16px !important;
	}
	.t-hello-2001 .introduction {
		margin-bottom: 100px;
	}
	.t-hello-2001 .introduction-content p {
		line-height: 3.2rem;
	}
	.t-hello-2001 .bg-white {
		overflow: hidden;
	}
	.t-hello-2001 .feature {
		margin-top: 0;
	}
	.t-hello-2001 .feature .content {
		display: block;
		margin-bottom: 40px;
	}
	.t-hello-2001 .feature .content .text {
		width: 100%;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.t-hello-2001 .feature .content .text h3 {
		font-size: 2rem;
	}
	.t-hello-2001 .feature .content .feature-img01 {
		position: relative;
		margin: 24px 0;
		background-image: none;
		width: 100%;
		height: 334px;
	}
	.t-hello-2001 .feature .content .feature-img01 img {
		position: absolute;
		top: 0;
		right: -64px;
		width: 344px;
		height: 334px;
	}
	.t-hello-2001 .feature .content .feature-img02,
	.t-hello-2001 .feature .content .feature-img03 {
		width: 100%;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		margin: 24px 0;
	}
	.t-hello-2001 .feature .content .feature-img02 img,
	.t-hello-2001 .feature .content .feature-img03 img {
		width: 100%;
		height: auto;
	}
	.t-hello-2001 .introduction-content {
		text-align: left;
		line-height: 3.2rem;
	}
}
.t-hello-2001 .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;
}
.t-hello-2001 .float-bar .float-btns a {
	width: 224px;
}
.t-hello-2001 .float-bar .float-btns .floatbtn-wide {
	max-width: 343px;
	width: 300px;
	height: 56px;
}
.t-hello-2001 .float-bar.active2 {
	-webkit-transform: none;
	transform: none;
	padding: 8px 16px;
	padding: 16px;
	-webkit-transition: none;
	transition: none;
}
@media (max-width: 767px) {
	.t-hello-2001 .float-bar {
		padding: 8px 16px;
	}
	.t-hello-2001 .float-bar .float-btns a {
		width: 166px;
		height: 40px;
		font-size: 1.4rem;
	}
	.t-hello-2001 .float-bar .float-btns .floatbtn-sp-wide {
		width: 100%;
		height: 48px;
	}
	.t-hello-2001 .float-bar.active2 {
		padding: 8px 16px 24px;
	}
}
@media (max-width: 374px) {
	.t-hello-2001 .key-visual .catch h1 {
		font-size: 1.6rem;
	}
	.t-hello-2001 .key-visual .catch h1 span {
		font-size: 2.4rem;
	}
	.t-hello-2001 .key-visual .kv-coupon img {
		width: 328px;
		transform: translate(-53%, -13%);
	}
	.t-hello-2001 .key-visual .btn-sp-wide {
		width: 237px;
	}
}
@media (min-width: 768px) {
	.t-hello-2001 .login.loginsignin-modal {
		height: 477px;
	}
}
.t-hello-2001 .login.loginsignin-modal .pontaBoost__banner {
	display: none;
}
.t-hello-2001 .introduction-content {
	max-width: 718px;
	margin: 0 auto;
}