body {
	letter-spacing: 0.03em;
}

.krkr-button-img {
	display: none;
}

.container.footer .spaced_row {
	padding-top: 100px;
}

.nowrap {
	white-space: nowrap;
}

@media (max-width: 767px){
	.is-pc {
		display: none;
	}
}

@media (min-width: 768px){
	.is-sp {
		display: none;
	}
}



/* header */

#top-menu_holder {
	position: absolute;
	width: 100%;
	z-index: 1100;
	background-color: #1450ac;
}
  
@keyframes bg-fadein-color {
	100% {
		background-color: #1450ac;
	}
}
   
#top-menu_holder .top-menu {
	position: relative;
	z-index: 3;
	height: 70px;
}

#top-menu_holder .top-menu .logo a.logo_link {
	position: absolute;
	left: 10px;
	top: 19px;
}

#top-menu_holder .top-menu .logo a.logo_link img {
	width: 140px;
	height: 32px;
}

#top-menu_holder .top-menu .logo .color_logo {
	display: none;
}

#top-menu_holder .top-menu .logo a::after {
	background: transparent;
}


#top-menu_holder .top-menu .signup_button {
	background: #FA2F4E;
	border: 2px solid #fff;
	border-radius: 6px;
	overflow: hidden;
	width: 100px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

#top-menu_holder .top-menu .signup_button a {
	color: #fff;
	text-decoration: none;
}

@media (min-width: 768px){
	#top-menu_holder .top-menu .logo a.logo_link {
		left: 20px;
	}

	#top-menu_holder .top-menu .signup_button {
		right: 20px;
	}

}

/* fix cta */
.signup-fix {
	display: none;
	position: fixed;
	left: calc(50% - 132px);
	bottom: 16px;
	width: 264px;
	height: 72px;
	border-radius: 36px;
	background-image: url(../images/btn-cta-fix.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 11;
}
.signup-fix:hover {
	opacity: .8;
}
.signup-fix > div {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.signup-fix span:first-child {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	transform: translateY(-1.5px);
	margin-right: 12px;
}

.signup-fix span:last-child img {
	display: block;
	width: 33px;
	height: 33px;
}

/* g-mv  */
.g-mv{
	position: relative;
	z-index: 2;
	width: 100%;
	aspect-ratio: 390 / 638;
	display: block;
	padding: 0;
	margin-bottom: 60px;
	margin-top: 70px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

/* .g-mv-form */
.g-mv-form {
	z-index: 11;
	width: 94.9%;
	margin-top: 0;
	position: relative;
}
.g-mv-form__cta {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 17.43vw;
	margin: 0 auto;
	border-radius: 10px;
	background: #FA2F4E;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	font-size: 5.64vw;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0;
}
.g-mv-form__cta span {
	color: #FFCE00;
}
.g-mv-form-txt {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	padding: 12px 14px;
	line-height: 1;
	background: #1450AC;
	position: absolute;
	left: 0;
	top: -14px;
	transform: translateY(-100%);
	border-radius: 22px;
}
.g-mv-form-txt:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 7.8%;
	border-style: solid;
	border-width: 14px 8px 0 8px;
	border-color: #1450AC transparent transparent;
}
.color-white .g-mv__text .lp-mv-txt-01, .color-white .g-mv__text .lp-mv-txt-02 {
	color: #fff;
}
.color-black .g-mv__text .lp-mv-txt-01, .color-black .g-mv__text .lp-mv-txt-02 {
	color: #333333;
}
.lp-mv-txt-01 {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
.lp-mv-txt-02 {
	font-weight: 500;
}
.lp-mv-txt-01__01 {
	letter-spacing: -0.1em;
}
.lp-mv-txt-01__01 span {
	letter-spacing: 0;
}

@media (min-width: 768px){
	.g-mv{
		aspect-ratio: 1280 / 542;
		margin-bottom: 100px;
	}
	.g-mv__inner {
		width: 100%;
		height: 100%;
		padding: 0 7%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.g-mv.bg-01 {
		background-image: url(../images/mv_bg_01_pc.jpg);
	}
	.g-mv.bg-02 {
		background-image: url(../images/mv_bg_02_pc.jpg);
	}
	.g-mv.bg-03 {
		background-image: url(../images/mv_bg_03_pc.jpg);
	}
	.g-mv.bg-04 {
		background-image: url(../images/mv_bg_04_pc.jpg);
	}
	.g-mv.bg-05 {
		background-image: url(../images/mv_bg_05_pc.jpg);
	}
	.lp-mv-txt-01 {
		width: 54.92vw;
	}
	.bg-03 .lp-mv-txt-01 {
		margin-left: -3vw;
		margin-top: -3vw;
	}
	.lp-mv-txt-02 {
		font-size: 2.5vw;
		line-height: 1.25;
		color: #fff;
		margin-bottom: 7.5vw;
	}
	.g-mv-form{
		width: 35.47vw;
	}
	.g-mv-form-txt {
		font-size: 1.58vw;
	}
	.g-mv-form__cta {
		height: 5.31vw;
		font-size: 2.03vw;
		margin-left: 0;
	}

}

@media (max-width: 767px){
	.g-mv {
		width: 100%;
		height: auto;
	}
	.g-mv__inner {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}
	.g-mv.bg-01 {
		background-image: url(../images/mv_bg_01_sp.jpg);
	}
	.g-mv.bg-02 {
		background-image: url(../images/mv_bg_02_sp.jpg);
	}
	.g-mv.bg-03 {
		background-image: url(../images/mv_bg_03_sp.jpg);
	}
	.g-mv.bg-04 {
		background-image: url(../images/mv_bg_04_sp.jpg);
	}
	.g-mv.bg-05 {
		background-image: url(../images/mv_bg_05_sp.jpg);
	}
	.lp-mv-txt-01, .lp-mv-txt-02 {
		text-align: center;
	}
	.lp-mv-txt-01 {
		width: 92vw;
	}
	.g-mv-form {
		margin: 0 auto 20px;
	}
	.g-mv__button {
		width: 100%;
	}
	.lp-mv-txt-02 {
		font-size: 5.1vw;
		line-height: 1.25;
		color: #fff;
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}
}

/* g-mv-01 */
.g-mv-01 {
	position: relative;
	z-index: 2;
	width: 100%;
	display: block;
	padding: 0;
	margin-bottom: 60px;
	margin-top: 70px;
}

/* .g-mv-form */

@media (min-width: 768px){
	.g-mv-01 {
		margin-bottom: 100px;
	}
	.g-mv-01 .lp-mv-img {
		width: 55.55%;
		height: auto;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.g-mv-01 .lp-mv-txt-01 {
		width: 57.89%;
		height: auto;
		position: absolute;
		left: 6.20%;
		top: 15.01%;
		margin: 0;
	}
	.g-mv-01 .lp-mv-txt-02 {
		font-size: 2.5vw;
		font-weight: 500;
		line-height: 1.25;
		color: #fff;
		text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
		position: absolute;
		left: 6.95%;
		top: 41.00%;
	}
	.g-mv-01 .lp-mv-txt-01 img {
		width: 100%;
		height: auto;
	}
	.g-mv-01 .g-mv-form {
		position: absolute;
		top: 70.03%;
		left: 6.95%;
		padding: 0;
		transform: translate(0,50%);
	}

}

@media (max-width: 767px){
	.g-mv-01 {
		width: 100%;
		height: auto;
		position: relative;
		padding-bottom: 42px;
	}
	.g-mv-01 .lp-mv-bg {
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.g-mv-01 .lp-mv-img {
		width: 100%;
	}
	.g-mv-01 .lp-mv-img img, .g-mv-01 .lp-mv-txt-01 img {
		width: 100%;
		height: auto;
	}
	.g-mv-01 .lp-mv-txt-01 {
		width: 100%;
		margin: 0;
		padding: 42px 0 22px;
		font-size: 1em;
	}
	.g-mv-01 .g-mv-form {
		position: relative;
		margin: 0 auto 32px;
		width: 94.9%;
	}
	.g-mv-01 .lp-mv-txt-02 {
		font-size: 6.15vw;
		font-weight: 500;
		line-height: 1.25;
		color: #fff;
		text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}
}

/* lp-banner */

.main_body .main_body_wrapper .home_banners {
	padding: 42px 0 90px;
	background: rgb(255, 255, 255);
	position: relative;
	z-index: 2;
}

.lp-banner_wrapper {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
}

.lp-banner{
	overflow: hidden;
	margin: -10px auto 0;
}

.lp-banner__item {
	padding: 0 12px;
}

.lp-banner__item a{
	overflow: hidden;
	position: relative;
	display: block;
	background: #f2f3f4;
}
.lp-banner__item a::before{
	content: '';
	display: block;
	padding-top: 52.3%;
}
.lp-banner__item a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.lp-banner .swiper-pagination{
	bottom: -40px;
}
.lp-banner .swiper-pagination-bullet{
	opacity: 1;
	width: 10px;
	height: 10px;
	background: #dedee0;
	margin: 0 8px !important;
}
.lp-banner .swiper-pagination-bullet-active{
	background: #0d3fb9;
}

@media (min-width: 768px) {
	.lp-banner{
		margin: 0 auto;
	}

	.main_body .main_body_wrapper .home_banners {
		padding: 65px 0 100px;
	}

}

/* container */
.container_homepage {
	position: relative;
	z-index: 1;
}

/* g-faq */
.main_body .main_body_wrapper .g-faq{
	padding-top: 55px;
	padding-bottom: 100px;
}
@media (min-width: 690px){
	.main_body .main_body_wrapper .g-faq{
		padding-top: 111px;
		padding-bottom: 150px;
	}
}

.row.main_body.g-faq.g-faq--meigara{
	padding: 103px 10px 37px;
}
@media (min-width: 690px) {
	.row.main_body.g-faq.g-faq--meigara {
		padding: 132px 10px 37px;
	}
}
@media (min-width: 690px){
	.g-faq--meigara-wrapper{
		width: 74%;
		margin-left: auto;
		margin-right: auto;
	}
}


.g-faq__block:not(:last-of-type){
	margin-bottom: 20px;
}
@media (max-width: 690px) {
	.g-sp-width-sm {
		flex: 0 0 89%;
	}
}
@media (min-width: 690px) {
	.g-pc-width-sm {
		-ms-flex: 0 0 74%;
		flex: 0 0 74%;
		max-width: 74%;
	}
}

.g-faq--meigara .g-faq__block:not(:last-of-type) {
	margin-bottom: 27px;
}

.g-faq__question{
	position: relative;
	padding: 17px 0 15px 26px;
	margin: 0 auto;
	width: calc(100% - 30px);
	color: #0052AA;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .03em;
	line-height: 1.5;
	text-indent: -21px;
	border-bottom: 1px dashed #0052AA;
}
.g-faq__question::before{
	content: "Q";
	padding-right: 9px;
}

@media (min-width: 690px){
	.g-faq__question{
		padding: 19px 0 15px 21px;
		font-size: 24px;
	}
	.g-faq__question:after{
		right: 45px;
	}
	.g-faq__question.ui-state-active:after{
		right: 45px;
	}
}
.g-faq__answer{
	padding: 14px 0 18px 6px;
	margin: 0 auto;
	width: calc(100% - 30px);
	color: #25282E;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .03em;
	line-height: 1.75;
	display: flex;
	text-indent: 0;
}
.g-faq__answer::before{
	content: "A";
	font-size: 18px;
	font-weight: 700;
	padding-right: 9px;
	color: #0052AA;
}
.g-faq__answer a {
	display: inline;
}
.g-faq p{
	margin-bottom: 0;
}
p.g-crypto__note {
	width: 100%;
	margin: 80px auto 0;
}
@media (min-width: 690px) {
	.g-faq__answer {
		padding: 14px 0 18px 0;
	}

	.g-faq__answer::before{
		font-size: 24px;
		padding-right: 12px;
	}

	p.g-crypto__note {
		width: 93%;
		margin: 100px auto 0;
	}
}

.home-chart-head {
	position: relative;
	z-index: 100;
	margin-top: 70px;
}
.home-banner-head {
	margin-bottom: 30px;
}
.home-banner-head .title_composit ,
.home-chart-head .title_composit {
	margin-bottom: 0;
	margin-left: 20px;
}
.row .home-banner-head h3.block_title ,
.row .home-chart-head h3.block_title {
	margin-bottom: 0;
}
@media (min-width: 690px) {
	.home-chart-head {
		margin-top: 100px;
	}
	.home-banner-head {
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.home-banner-head .title_composit br,
	.home-chart-head .title_composit br {
		display: none;
	}

}


/*
lp contents
*/

.container_homepage img {
	display: block;
}

.lp-head-1 {
	position: relative;
	margin: 0 0 60px 0;
	text-align: center;
	font-size: 32px;
	line-height: 1.3;
	font-weight: bold;
	letter-spacing: 0;
}

.lp-head-1.has-sm {
	line-height: 1.25;
}

.lp-head-1.has-sm span {
	font-size: 19px;
}

.lp-head-1.sm {
	line-height: 1;
}

.lp-head-1.sm span {
	list-style: 1.3;
	font-size: 22px;
}

.bg-block {
	background: url(../images/bg_lp_block.jpg) top/100% auto repeat-y ;
}

/* anxiety */

.lp-anxiety-wrap {
	background: #fff;;
}

.lp-anxiety-wrap .lp-head-1 {
	font-size: 28px;
	margin-bottom: 20px;
}

.lp-ranxiety__iamge {
	max-width: 778px;
	margin: 0 auto;
}

.lp-ranxiety__iamge img {
	width: 100%;
}

.lp-anxiety .lp-head-1 {
	margin-bottom: 20px;
}

.lp-anxiety-after .lp-head-1 {
	color: #fff;
	padding: 32px 0 36px 0;
	margin-bottom: 0;
}

/* reason */

.lp-reason-wrap {
	background: #F5F6F8;
	padding: 60px 0 12px;
}

.lp-reason {
	padding: 0 5px;
}

.lp-reason__section {
	position: relative;
	margin-bottom: 48px;

}

.lp-reason__label {
	position: absolute;
	top: -17.5px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.lp-reason__label span {
	height: 35px;
}

.lp-reason__label span img {
	width: auto;
	height: 100%;
}

.lp-reason__content-wrap {
	border-radius: 10px;
	overflow: hidden;
	padding: 35px 30px 30px;
	background: #fff;
	height: 100%;
}

.lp-reason__head {
	margin-bottom: 18px;
	font-size: 24px;
	line-height: 1.3;
	color: #0052AA;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0;
	height: 2.6em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lp-reason__text {
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 0;
}

.lp-reason__image {
	margin-bottom: 28px;
}

.lp-reason__image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

/* style */

.lp-style-wrap {
	padding: 60px 0 60px;
}

.lp-style-wrap .container {
	max-width: none;
}

.lp-style-wrap .lp-head-1 {
	color: #fff;
}

.lp-style {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.lp-content {
	border-radius: 10px;
	overflow: hidden;
	padding-top: 32px;
	padding-bottom: 32px;
}

.lp-style .lp-content {
	width: 100%;
	min-height: 150px;
	display: flex;
	align-items: center;
	background: #fff;
	padding-left: 30px;
	padding-right: 30px;
}

.lp-content__head {
	margin-bottom: 12px;
	font-size: 24px;
	line-height: 1.3;
	color: #0052AA;
	font-weight: 700;
	letter-spacing: 0;
}

.lp-content__text {
	margin: 0;
}

.lp-attempt-wrap {
	padding: 60px 0 60px;
}

.lp-attempt {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.lp-attempt .lp-content {
	width: 100%;
	display: flex;
	align-items: center;
	padding-left: 20px;
	padding-right: 20px;
	background: #F5F6F8;
}

.lp-tool-wrap {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding-top: 50px;
	background: #F5F6F8;
}

.lp-tool-wrap__inner {
	position: relative;
}

.lp-tool-wrap__inner::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 40px);
	background: url(../images/bg_lp_block.jpg) top/100% auto repeat-y ;
}

.lp-tool {
	position: relative;
	z-index: 1;
	padding: 72px 13px 360px;
}

.lp-tool__head {
	margin: 0 0 22px;
	font-size: 32px;
	line-height: 1.3;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: .06em;
}

.lp-tool__text {
	padding: 0 6px;
	font-size: 16px;
	line-height: 1.75;
	color: #FFFFFF;
	letter-spacing: .06em;
}

.lp-tool__image {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 363px;
}

.lp-tool__image img {
	display: block;
	max-width: 66%;
	margin: 0 auto;
}

.lp-tool-dl-wrap {
	position: relative;
	z-index: 1;
	padding: 22px 0 105px;
	background: #F5F6F8;
}

.lp-tool-dl__items {
	display: flex;
	align-items: center;
	gap: 20px;
}

.lp-tool-dl__head {
	margin-bottom: 17px;
	font-size: 16px;
	line-height: 1.75;
	text-align: center;
	font-weight: bold;
	letter-spacing: .06em;
}

.lp-tool-dl__button {
	display: inline-block;
	width: auto;
	margin: 0;
}

.lp-tool-dl__button img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* step */

.lp-step-wrap {
	background: #F5F6F8;
	padding: 60px 0;
}

.lp-step > .container {
	padding: 0;
}

.lp-step__content {
	width: 57.2%;
	height: 100%;
}

.lp-step__lead {
	margin-bottom: 40px;
	color: #1A63D9;
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
	letter-spacing: .06em;
}

.lp-step__item {
	position: relative;
	background: #fff;
	padding: 0 6px 0 0;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
}

.lp-step__item:not(:last-child) {
	margin-bottom: 40px;
}

.lp-step__item:not(:last-child)::before {
	content: "";
	position: absolute;
	top: calc(100% + 5px);
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(90deg);
	-ms-transform: translateX(-50%) rotate(90deg);
	transform: translateX(-50%) rotate(90deg);
	width: 16px;
	height: 32px;
	background: url(../images/icon_arrow_step.svg) no-repeat center center/contain;
}

.lp-step__label {
	display: block;
	margin-bottom: 10px;
	text-align: center;
	height: 27px;
}

.lp-step__label img {
	width: auto;
	height: 100%;
	margin: 0 auto;
}


.lp-step__head {
	height: auto;
	text-align: center;
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 0;
}

.lp-step__head span {
	font-weight: bold;
	color: #0052AA;
}

.lp-step__image {
	width: 42.8%;
	margin: 0;
}

.lp-step__image img {
	display: block;
	width: 100%;
}

.lp-step__button {
	margin-top: 44px;
}

.signup-cta {
	background-color: #FA2F4E;
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	font-weight: 700;
	width: 100%;
	max-width: 426px;
	height: 66px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 0;
	border-radius: 10px;
	position: relative;
	transition: opacity .3s ease-in;
}

.signup-cta:hover {
	opacity: .75;
	color: #fff;
}

.signup-cta + .att {
	text-align: center;
	font-size: 10px;
	margin-top: 18px;
}

.signup-label {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin-bottom: 16px;
}

.signup-label p {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.3;
}

.signup-label:before, .signup-label:after {
	content: '';
	width: 1px;
	height: 1.5em;
	background-color: #2D3138;
}

.signup-label:before {
	transform: rotate(-30deg);
}

.signup-label:after {
	transform: rotate(30deg);
}

/* coin */

.lp-coin-wrap {
	padding: 60px 0 60px;
}

.lp-coin-wrap .lp-head-1 {
	color: #fff;
}

.lp-coin {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	display: flex;
	flex-wrap: wrap;
}

.g-coin-item {
	width: calc(50% - 7px);
	display: flex;
	align-items: center;
	padding: 6px 14px;
	min-height: 66px;
	background: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
}

.g-coin-head {
	text-align: left;
	display: flex;
	align-items: center;
}

.g-coin-head__icon {
	width: 40px;
	margin: 0 auto;
}

.g-coin-head__icon img {
	display: block;
	width: 100%;
}

.g-coin-head__main {
	margin-left: 10px;
}

.g-coin-head__code {
	font-size: 20px;
	line-height: 1.15;
	margin-bottom: 4px;
}

.g-coin-head__name {
	font-size: 10px;
	line-height: 1.15;
	letter-spacing: 0;
	color: #a2a2a3;
}

@media (max-width: 767px){
	
}

/* about */

.lp-about-wrap {
	background: #F5F6F8;
}

.lp-about-wrap-01 {
	padding: 60px 0 60px;
}

.lp-about__image {
	width: 73%;
	margin-right: auto;
	margin-left: auto;
	transform: translateX(3.2%);
	margin-bottom: 50px;
}

.lp-about__image img {
	width: 100%;
}

.lp-about__content__inner {
	margin: 0 16px;
}

.lp-about-wrap-01 .lp-head-1 {
	color: #0052AA;
	text-align: left;
	margin-bottom: 8px;
}

.lp-about-wrap-01 .lp-head-1 + p {
	color: #0052AA;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: 0;
}

.lp-about__text {
	line-height: 2;
}

p span.sup {
	font-size: 70%;
	vertical-align: top;
}

p span.att {
	font-size: 12px;
	color: #999;
	display: block;
	margin-top: 12px;
	line-height: 1.7;
}

.lp-about-wrap {
	padding-bottom: 60px;
}

.lp-about-wrap-01 .signup-label {
	color: #FA2F4E;
	gap: 20px;
}

.lp-about-wrap-01 .signup-label:before, .lp-about-wrap-01 .signup-label:after {
    content: '';
    width: 1.5px;
    height: 3em;
    background-color: #2D3138;
}

.lp-about-wrap-02 {
	margin-bottom: 30px;
}

.lp-about-wrap-02__inner {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 50px 19px;
}

.lp-about-wrap-02__inner h3 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 58px;
	font-weight: 700;
}

.lp-about-wrap-02__content {
	display: flex;
	flex-wrap: wrap;
	gap: 38px;
}

.lp-about__section {
	position: relative;
	width: 100%;
}

.lp-about__label {
	position: absolute;
	top: -17.5px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.lp-about__label span {
	height: 35px;
}

.lp-about__content-wrap {
	border-radius: 10px;
	overflow: hidden;
	padding: 30px 18px;
	background: #F5F6F8;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 154px;
}

.lp-about__head {
	margin-bottom: 0;
	font-size: 23px;
	line-height: 1.3;
	color: #0052AA;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0;
}

.lp-about-wrap-03__inner {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 50px 20px 24px;
	margin-bottom: 40px;
}

.lp-about-wrap-03__inner h3 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 24px;
	font-weight: 700;
}

.lp-about-wrap-03__content {
	display: flex;
	flex-wrap: wrap;
	gap: 38px;
}

.lp-about-wrap-03 .lp-about-wrap-03__p {
	font-weight: 700;
	color: #0052AA;
	line-height: 1;
	text-align: center;
	margin: 0 auto 40px;
	display: block;
}

.lp-about-wrap-03__p .jp {
	font-size: 48px;
}

.lp-about-wrap-03__p .num {
	font-size: 95px;
	font-weight: 500;
}

.lp-about-wrap-03_image {
	background: #F5F6F8;
	padding: 40px 8%;
	border-radius: 10px;
	overflow: hidden;
}

.lp-about-wrap-03_image img {
	width: 100%;
}

.lp-about-wrap-03_image + p {
	padding-top: 12px;
	margin-bottom: 0;
}


.lp-chara-wrap {
	position: relative;
	z-index: 1;
	padding: 75px 0 108px;
	background: #1C4EA7;
}

.lp-chara-wrap__inner {
	position: relative;
}

.lp-chara {
	position: relative;
	padding: 0 20px;
}

.lp-chara__main {
	margin-bottom: 53px;
}

.lp-chara__label {
	display: block;
	margin-bottom: 6px;
	color: #4CA7EA;
	font-size: 14px;
	letter-spacing: .06em;
}

.lp-chara__name {
	margin-bottom: 7px;
	font-size: 16px;
	line-height: 1.5;
	color: #FFFFFF;
	letter-spacing: .06em;
}

.lp-chara__name span {
	margin-right: 5px;
	font-size: 42px;
	font-weight: bold;
}

.lp-chara__image {
	width: 245px;
	margin: 0 auto;
}

.lp-chara__image img {
	display: block;
	width: 100%;
}

.lp-chara__text {
	font-size: 16px;
	line-height: 1.75;
	color: #FFFFFF;
	letter-spacing: .06em;
}

.lp-chara__en {
	display: none;
}

.lp-about-wrap-03__p {
	display: inline-block;
}

@media (min-width: 768px) {

	.lp-head-1 {
		font-size: 48px;
		margin-bottom: 60px;
	}

	.lp-head-1.has-sm span {
		font-size: 32px;
	}

	.lp-head-1.sm span {
		font-size: 32px;
	}

	/* anxiety */

	.lp-anxiety-wrap .lp-head-1 {
		font-size: 48px;
		margin-bottom: 30px;
	}

	.lp-anxiety-after .lp-head-1 {
		padding: 40px 0 44px 0;
	}

	/* reason */

	.lp-reason-wrap {
		padding: 100px 0 100px;
	}

	.lp-reason {
		padding: 20px 0 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 60px 25px;
	}

	.lp-reason__section {
		width: 330px;
		margin-bottom: 0;
	}

	.lp-reason__label {
		position: absolute;
		top: -17.5px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2;
	}

	.lp-reason__label span {
		height: 35px;
		display: block;
	}

	.lp-reason__label span img {
		width: auto;
		height: 100%;
	}

	.lp-reason__content-wrap {
		position: relative;
		border-radius: 10px;
		background: #FFFFFF;
		overflow: hidden;
		padding: 35px 30px 30px;
	}

	.lp-reason__head {
		margin-bottom: 18px;
		font-size: 24px;
		line-height: 1.3;
		color: #0052AA;
		text-align: center;
		font-weight: 700;
		letter-spacing: 0;
	}

	.lp-reason__text {
		font-size: 16px;
		line-height: 1.75;
		margin-bottom: 0;
	}

	.lp-reason__image {
		margin-bottom: 28px;
	}

	.lp-reason__image img {
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	/* style */

	.lp-style-wrap {
		padding: 100px 5px;
	}

	.lp-style {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}
	
	.lp-style .lp-content {
		width: calc(100% / 3 - (40px / 3));
		min-height: 150px;
	}

	.lp-style .lp-content__head {
		font-size: 30px;
	}
	
	/* attempt */

	.lp-attempt-wrap {
		padding: 100px 0 100px;
	}
	
	.lp-attempt .lp-content {
		padding-left: 40px;
		padding-right: 40px;
	}

	.lp-attempt .lp-content__head {
		font-size: 30px;
	}

	/* step */

	.lp-step-wrap {
		padding: 84px 0 78px;
	}

	.lp-step > .container {
		padding: 0 15px;
	}

	.lp-step__content {
		width: 100%;
	}	

	.lp-step__lead {
		margin-bottom: 58px;
	}

	.lp-step__items {
		display: flex;
		max-width: 800px;
		margin: 0 auto;
	}

	.lp-step__item {
		max-width: 230px;
		width: calc(100% / 3 - 30px);
		flex-direction: column;
		flex-wrap: inherit;
		padding: 30px 5px 0 5px;
	}	

	.lp-step__item:not(:nth-of-type(3n)) {
		margin-right: 60px;
	}

	.lp-step__item:not(:last-child) {
		margin-bottom: 0;
	}

	.lp-step__item:not(:last-child)::before {
		top: 50%;
		left: calc(100% + 24px);
		transform: translateY(-50%);
	}

	.lp-step__image {
		width: 180px;
		margin: 0 auto;
	}

	.lp-step__button {
		margin-top: 66px;
	}

	.lp-coin-wrap {
		padding: 60px 0 60px;
	}
	
	.lp-coin-wrap .lp-head-1 {
		color: #fff;
	}

	.signup-cta + .att {
		font-size: 12px;
		margin-top: 24px;
	}
	
	/* coin */

	.lp-coin-wrap {
		padding: 100px 0;
	}

	.lp-coin {
		display: flex;
		flex-wrap: wrap;
		gap: 27px;
		display: flex;
		flex-wrap: wrap;
	}
	
	.g-coin-item {
		width: calc(25% - 20.25px);
		display: flex;
		align-items: center;
		padding: 8px 20px;
		min-height: 110px;
	}
	
	.g-coin-head__icon {
		width: 64px;
		margin: 0 auto;
	}
	
	.g-coin-head__icon img {
		display: block;
		width: 100%;
	}
	
	.g-coin-head__main {
		margin-left: 10px;
	}
	
	.g-coin-head__code {
		font-size: 34px;
	}
	
	.g-coin-head__name {
		font-size: 14px;
	}
	
	/* about */

	.lp-about-wrap {
		padding-bottom: 124px;
	}

	.lp-about-wrap-01 {
		padding: 90px 0 0;
		margin-bottom: 85px;
		max-width: 1070px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	
	.lp-about__image {
		position: absolute;
		right: 0;
		bottom: 0;
		transform: translate(0, 84px);
		margin-bottom: 0;
		width: 36.55%;
		z-index: 1;
	}

	.lp-about__content {
		position: relative;
		z-index: 2;
		width: 60%;
	}
	
	.lp-about__image img {
		width: 100%;
	}
	
	.lp-about__content__inner {
		margin: 0;
	}
	
	.lp-about-wrap-01 .lp-head-1 {
		color: #0052AA;
		text-align: left;
		margin-bottom: 8px;
	}
	
	.lp-about-wrap-01 .lp-head-1 + p {
		color: #0052AA;
		font-size: 24px;
		line-height: 1.4;
		font-weight: 500;
		letter-spacing: 0;
	}
	
	.lp-about__text {
		line-height: 2;
	}
	
	p span.sup {
		font-size: 70%;
		vertical-align: top;
	}
	
	p span.att {
		font-size: 12px;
		color: #999;
		display: block;
		margin-top: 12px;
		line-height: 1.7;
	}
	
	.lp-about-wrap-01 .signup-label {
		color: #FA2F4E;
		gap: 20px;
	}
	
	.lp-about-wrap-01 .signup-label:before, .lp-about-wrap-01 .signup-label:after {
		content: '';
		width: 1.5px;
		height: 3em;
		background-color: #2D3138;
	}

	.lp-about-wrap-02__inner {
		background: #fff;
		border-radius: 10px;
		overflow: hidden;
		padding: 50px 30px;
	}
	
	.lp-about-wrap-02__inner h3 {
		font-size: 38px;
		margin-bottom: 46px;
	}
	
	.lp-about-wrap-02__content {
		display: flex;
		flex-wrap: wrap;
		gap: 22px;
	}
	
	.lp-about__section {
		width: calc(33.333% - 14.67px);
	}
	
	.lp-about__content-wrap {
		border-radius: 10px;
		overflow: hidden;
		padding: 30px 18px;
		background: #F5F6F8;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 154px;
	}
	
	.lp-about__head {
		margin-bottom: 0;
		font-size: 23px;
		line-height: 1.3;
		color: #0052AA;
		text-align: center;
		font-weight: 700;
		letter-spacing: 0;
	}
	

	.lp-about__content-wrap {
		border-radius: 10px;
		overflow: hidden;
		padding: 30px 18px;
		background: #F5F6F8;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 154px;
	}

	.lp-about__head {
		margin-bottom: 0;
		font-size: 23px;
		line-height: 1.3;
		color: #0052AA;
		text-align: center;
		font-weight: 700;
		letter-spacing: 0;
	}

	.lp-about-wrap-03__inner {
		padding: 50px 30px 50px 54px;
		margin-bottom: 40px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		position: relative;
	}

	.lp-about-wrap-03__inner h3 {
		font-size: 32px;
		margin-bottom: 14px;
	}

	.lp-about-wrap-03__content {
		gap: 30px;	
	}

	.lp-about-wrap-03__text {
		width: 478px;
		margin-bottom: 32px;
	}

	.lp-about-wrap-03 .lp-about-wrap-03__p {
		margin: 0;
	}

	.lp-about-wrap-03__p .jp {
		font-size: 58px;
	}

	.lp-about-wrap-03__p .num {
		font-size: 110px;
	}

	.lp-about-wrap-03_image img {
		width: 100%;
	}

	.lp-about-wrap-03_image {
		max-width: 500px;
		padding: 40px;
	}

	.lp-about-wrap-03_image + p {
		padding-top: 12px;
		margin-bottom: 0;
	}

	.lp-tool-dl__button img {
		height: 100%;
	}
	
}


@media (min-width:768px) and (max-width:1024px) {
	.g-coin-item {
        width: calc(33.333% - 18px);
	}
}

@media (max-width: 767px) {
	.lp-coin {
		gap: 25px 13px;
	}
	.g-coin-item {
        width: calc(33.333% - 8.67px);
		align-items: flex-start;
		padding: 0 3px 11px;
		min-height: 85px;
		overflow: visible;
	}
	.g-coin-head {
		width: 100%;
		flex-direction: column;
		align-items: center;
	}
	.g-coin-head__main {
		margin: 0;
		text-align: center;
	}

	.g-coin-head__icon {
		margin: -20px 0 4px;
	}
}

@media (min-width: 1024px) {

	.lp-about-wrap-03__inner {
		flex-direction: row;
		justify-content: space-between;
	}

	.lp-about-wrap-03__text {
		margin-bottom: 0;
	}

	.lp-about-wrap-03__inner h3 {
		text-align: left;
	}

	.lp-about-wrap-03 .lp-about-wrap-03__p {
		text-align: left;
	}

	.lp-about-wrap-03_image {
		width: calc(100% - 508px);
	}

	.lp-about-wrap-03_image + p {
		position: absolute;
		right: 16px;
		bottom: 8px;
	}

	.lp-tool {
		width: 912px;
		margin: 0 auto;
		padding: 120px 0 96px;
	}

	.lp-tool__main {
		width: 52%;
	}

	.lp-tool__head {
		margin-bottom: 16px;
		font-size: 48px;
	}

	.lp-tool__text {
		padding: 0;
	}

	.lp-tool__image {
		width: 568px;
		margin-left: 356px;
	}

	.lp-tool__image img {
		margin: 0;
	}

	.lp-tool-dl-wrap {
		padding: 0px 0 60px;
	}

	.lp-tool-dl__head {
		margin-bottom: 20px;
		margin-top: -7px;
	}

	.lp-tool-dl__item:not(:last-child) {
		margin-bottom: 0;
	}

	.lp-tool-dl__button {
		height: 48px;
	}

	.lp-tool-dl__qr {
		display: block;
		width: 80px;
		margin-left: 20px;
	}
}