.g-coin{
}
.g-coin-tab{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}
.g-coin-tab__item{
	width: 49%;
}
.g-coin-tab__link{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #FFFFFF;
	color: #1A63D9;
	padding: 12px 10px 11px 5px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-radius: 10px 10px 0px 0px;
}
.g-coin-tab__link span{
	position: relative;
	padding-left: 30px;
}
.g-coin-tab__link span::before{
	content: '';
	position: absolute;
	top: 25%;
	left: 8px;
	width: 12px;
	height: 12px;
	border-right: 3px solid #1A63D9;
	border-top: 3px solid #1A63D9;
	transform:  rotate(135deg);
}
.ui-tabs-active .g-coin-tab__link{
	background: #6192E2;
	color: #FFFFFF;
	border: none;
	border-bottom: 1px solid #6192E2;
}
.ui-tabs-active .g-coin-tab__link span::before{
	border-right: 3px solid #FFFFFF;
	border-top: 3px solid #FFFFFF;
}

@media (min-width: 720px){
	.g-coin-tab__item{
		width: 49%;
	}
	.g-coin-tab__link{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background: #FFFFFF;
		color: #1A63D9;
		padding: 17px 19px 19px;
		font-size: 20px;
	}
	.g-coin-tab__link span{
		padding-left: 35px;
	}
}


/* g-coin-content */

.g-coin-content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.g-coin-item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: 3px;
	padding: 15px 10px;
	background: #FFFFFF;
}
.g-coin-head{
	width: 70px;
	flex-shrink: 0;
	text-align: center;
}
.g-coin-head__icon{
	width: 30px;
	margin: 0 auto;
}
.g-coin-head__icon img,
.g-coin-head__icon canvas{
	display: block;
	width: 100%;
}
.g-coin-head__main{

}
.g-coin-head__code{
	font-size: 20px;
	line-height: 1.4;
}
.g-coin-head__name{
	font-size: 10px;
	color: #a2a2a3;
}
.g-coin-main{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.g-coin-main__main{
	padding-right: 10px;
	text-align: right;
	min-width: 100px;
}
.g-coin-main__price{
	font-size: 18px;
	font-weight: bold;
}
.g-coin-main__rate{
	font-size: 18px;
	font-weight: bold;
}
.g-coin-main__rate.is-up{
	color: #2eabff;
}
.g-coin-main__rate.is-down{
	color: #fa2e4e;
}
.g-coin-main__fig{
	width: 80px;
}
.g-coin-main__fig img{
	display: block;
	width: 100%;
}
#g-coin .g-chart-rate__items {
	background-color: #6192E2;
	padding: 8px;
	width: 100%;
}
#g-coin .g-chart-rate__item {
	/* 親要素のgapで確保される分100%から引く */
	width: calc((100% - 20px) / 3);
}
#g-coin .g-chart-rate__items_inner {
	background-color: #FFFFFF;
	padding: 25px;
}
#g-coin .g-chart-rate__main__rate.is-up {
	color: #154EB0;
}
.notice_wrap {
	order: 1;
}

@media (min-width: 720px){
	.g-coin-item{
		-webkit-justify-content: space-around;
		-ms-justify-content: space-around;
		justify-content: space-around;
		padding: 32px 25px 34px 30px;
	}
	.g-coin-head{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 220px;
		text-align: left;
	}
	.g-coin-head__icon{
		width: 48px;
		margin: 0;
	}
	.g-coin-head__icon img{
		max-height: 48px;
	}
	.g-coin-head__main{
		padding-left: 24px;
		min-width: 170px;
	}
	.g-coin-head__code{
		font-size: 30px;
	}
	.g-coin-head__name{
		font-size: 12.5px;
	}
	.g-coin-main{
		margin-left: -100px;
	}
	.g-coin-main__main{
		padding-right: 25px;
		min-width: 130px;
	}
	.g-coin-main__price{
		font-size: 20px;
	}
	.g-coin-main__rate{
		font-size: 20px;
	}
	.g-coin-main__fig{
		width: 108px;
	}
	#g-coin .g-chart-rate__item {
		/* 親要素のgapで確保される分100%から引く */
		width: calc((100% - 30px) / 4);
	}
	#g-coin .g-chart-rate__items_inner {
		background-color: #6192E2;
		padding: 22px;
	}
	.notice_wrap {
		order: unset;
	}
	/* .updated_at-wrap {
		order: 2;
	} */
}

@media (min-width: 1200px){
	.g-coin-item{
		width: calc(50% - 3px);
	}
}


/* g-mv  */

.index_page .page_banner{
	display: none;
}

.g-mv{
	position: relative;
	z-index: 1;
	width: 100%;
	height: 178vw;
/*	max-height: 667px;*/
	margin-top: 70px;
/*	background: url(../../assets/images/bg_mv_sp.jpg) no-repeat center center / cover;*/
	display: block;
	padding: 0;
	margin-bottom: 0;
}
.g-mv__head{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	/*max-width: 486px;*/
	/*width: 100%;*/
	width: 100%;
/*	width: 129%;*/
	height: 100%;
	margin: 0;
}
.g-mv__head img {
/*	max-width: 77.5%;*/
	width: 100%;
}
@media (min-width: 992px) {
	.g-mv{
		height: 595px;
/*		background: url(../../assets/images/bg_mv_pc.jpg) no-repeat center center / cover;*/
	}
	.g-mv__head{
		width: 100%;
		max-width: 100%;
/*		max-width: 1140px;*/
/*		width: 1140px;*/
	}
	.g-mv__head img {
		max-width: 100%;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
/*@media (min-width: 768px) {
	.g-mv{
		height: 595px;
		background: url(../../assets/images/mv_md.jpg) no-repeat center center / cover;
	}
}*/
@media (min-width: 992px) {
	.g-mv{
		/*background: url(../../assets/images/mv_lg.jpg) no-repeat center center / cover;*/
	}
}
@media (min-width: 1200px) {
	.g-mv{
		/*background: url(../../assets/images/mv_xl.jpg) no-repeat center center / cover;*/
	}
}

/* .g-mv-slider */
.g-mv-slider{
	width: 100%;
	height: 100%;
}
.g-mv-slider__items{

}
.g-mv-slider__item{
	position: relative;

}
.g-mv-slider__item img{
	display: block;
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*.g-mv-slider__item video{
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
}*/
.g-mv-slider .swiper-pagination{
	bottom: 78px;
}
.g-mv-slider .swiper-pagination-bullets .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	margin: 0 9px;
	border: 1px solid #a8a8a8;
}
.swiper-pagination-bullet-active{
	background: #0d3fb9;
}

/* .g-ticker */
.g-ticker{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 75px;
/*	background: rgba(0,0,0,.4);*/
/*	background: rgba(255,255,255,.5);*/
	background: rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
.g-ticker__wrapper{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
/*	backdrop-filter: blur(20px);*/
}
.g-ticker__items{
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	list-style: none;
	margin-bottom: 0;
	padding-left: 30px;
	transform: translateX(30px);
	margin-right: -30px;
}
.g-ticker__item{
	margin-right: 15px;
}
.g-ticker__link{
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #FFFFFF;
	font-weight: bold;
	white-space: nowrap;
}
.g-ticker__link:hover{
	color: #FFFFFF;
}
.g-ticker__icon{
	width: 24px;
	margin-right: 12px;
}
.g-ticker__icon img{
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 24px;
}
.g-ticker__icon--size01 img{
	width: 30px;
}
.g-ticker__icon--size02 img{
	width: 17px;
}
.g-ticker__icon--size03 img{
	width: 26px;
}
.g-ticker__icon--size04 img{
	width: 31px;
}
.g-ticker__main{
	margin-right: 4px;
}
.g-ticker__name{
	font-size: 12px;
	line-height: 1.2;
}
.g-ticker__name--sm{
	font-size: 12px;
}
.g-ticker__price{
	font-size: 18px;
	letter-spacing: .06em;
	line-height: 1.2;
}
.g-ticker__price span{
	font-size: 14px;
}
.g-ticker__fig{
	width: 50px;
	height: 33px;
}
.g-ticker__fig canvas{
	display: block;
	width: 100%;
	height: 100%;
}
@media (min-width: 992px){
	.g-ticker{
		height: 83px;
	}
	.g-ticker__item{
		margin-right: 32px;
	}
	.g-ticker__icon{
		width: 27px;
	}
	.g-ticker__icon img{
		width: 27px;
		height: 27px;
	}
}


/* .g-mv-button */
.g-mv-button{
	position: absolute;
	top: 77.5%;
	left: 50%;
	padding: 0 14px;
	transform: translate(-50%,-50%);
	z-index: 11;
	width: 100%;
	max-width: 280px;
	margin-top: 0;
}
.usdc-button.g-mv-button{
	padding: 0px;
	top: 72%;
}
.g-mv-button a{
	display: block;
	background: linear-gradient(0deg,#78c2c6 0%,#acf8fb 100%);
	border: none;
	padding: 13px 5px;
	letter-spacing: .06em;
	font-size: 13.5px;
	color: #0f0f0f;
	text-align: center;
	flex-shrink: 0;
	border-radius: 8px;
	font-weight: bold;
}
.usdc-button.g-mv-button a{
	background: none;
}
.g-mv-button a:hover{
	color: #3c3c3c;
}
@media (min-width: 992px){
	.g-mv-button{
		top: 69%;
		left: 64%;
		margin-left: -265px;
		max-width: 310px;
	}
	.usdc-button.g-mv-button{
		top: 66%;
		left: 50%;
		margin-left: 0px;
	}
	.g-mv-button a{
		padding: 15px 5px;
		font-size: 15px;
	}
	.usdc-button.g-mv-button a{
		padding: 0px;
	}
}



/* .g-mv-form */
.g-mv-form{
	position: absolute;
	top: 75.2%;
	left: 50%;
	padding: 0 14px;
	transform: translate(-50%,-50%);
	z-index: 11;
	width: 100%;
	max-width: 400px;
	margin-top: 0;
	overflow: visible;
}
.g-mv-form.slide2{
	top: 73%;
	transform: translate(0);
	display: flex;
	justify-content: center;
	max-width: none;
	left: 0;
	margin-left: 0;
}
.g-mv-form.slide2 .g-mv-form__form{
	width: 390px;
	top: 10px;
	left: 0;
}
.g-mv-form__form{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 880px;
	margin: 0 auto;
/*background: rgba(255,255,255,.3);*/
/*	background: rgba(0,0,0,.3);*/
	border-radius: 8px;
	overflow: hidden;
	backdrop-filter: blur(4px);
}
.g-mv-form .g-mv-form-button {
	font-size: 22px;
	letter-spacing: -0.44px;
	line-height: 32px;
	border-radius: 5px;
	width: 100%;
	box-shadow: none;
}
.g-mv-form img {
	width: 100%;
	height: auto;
}
@media (min-width: 992px){
	.g-mv-slider .swiper-pagination{
		bottom: 95px;
	}
	.g-mv-form{
		/*top: 66.4%;*/
		/*top: 57%;*/
		top: 64%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 0;
		/*margin-left: 25.8%;*/
		/*margin-left: -215px;*/
		/*margin-left: 171px; */
	}
	.g-mv-form.slide2{
		top: 58%;
	}
	.g-mv-form.slide2 .g-mv-form__form{
		max-width: none;
		top: 0;
		left: -287px;
	}
	.g-mv-form__form{
		max-width: 400px;
	}
}

/* メールフォームアラート周り  */
.g-mv-form__error{
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	width: 100%;
	font-size: 13px;
	padding: 8px;
	color: #ff002c;
	background: #ffccd5;
	text-align: center;
}

@media (min-width: 690px){
	.g-mv-form__error{
		width: 437px;
		font-size: 15px;
		padding: 13px;
	}
}

.g-mv-form-modal{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #ffffff;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	z-index: 200;
	width: 80%;
	max-height: 80vh;
	z-index: 10001;
}
.g-mv-form-modal__inner{
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

}
.g-mv-form-modal__close{
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 28px;
	height: 28px;
	background: url(../../assets/images/icon_modal-close.png) no-repeat center center / contain;
}
.g-mv-form-modal__content{
	padding: 30px;
}
.g-mv-form-modal__icon{
	width: 100px;
	margin: 0 auto 30px;
}
.g-mv-form-modal__icon img{
	display: block;
	width: 100%;
}
.g-mv-form-modal__text{
	text-align: center;
}
.g-mv-form-modal__text p{
	margin-bottom: 0;
	font-size: 14px;
}
.g-mv-form-modal__bg{
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}

@media (min-width: 690px){
	.g-mv-form-modal{
		max-width: 580px;
		min-height: 326px;

	}
	.g-mv-form-modal__inner{
	}
	.g-mv-form-modal__content{
		padding: 60px 20px 20px;
	}
	.g-mv-form-modal__close{
	}
	.g-mv-form-modal__icon{
		width: 120px;
	}
	.g-mv-form-modal__text{
	}
	.g-mv-form-modal__text p{
		font-size: 15px;
	}
}

/* g-home-banner */
.g-home-banner_wrapper {
	width: 95%;
	margin: 0 auto;
}

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

/* g-home-footer-banner */
.g-home-footer-banner-wrap {
	overflow: hidden;
	max-width: 820px;
	margin: -10px auto 0;
}
.g-home-footer-banner-wrap .swiper-pagination{
	bottom: -40px;
}
.g-home-footer-banner-wrap .swiper-pagination-bullet{
	opacity: 1;
	width: 10px;
	height: 10px;
	background: #dedee0;
	margin: 0 8px !important;
}
.g-home-footer-banner-wrap .swiper-pagination-bullet-active{
	background: #0d3fb9;
}
.footer_banner_items_center {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

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

	.g-home-footer-banner-wrap{
		margin: -20px auto 0;
	}

	.footer_banner_item_custom{
		width: 400px !important;
	}
}




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

.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 {
		-ms-flex: 0 0 89%;
		flex: 0 0 89%;
		max-width: 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;
	background: #154EB0;
	border-radius: 10px;
	padding: 17px 40px 15px 50px;
	width: 100%;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .06em;
	line-height: 1.5;
	transition: .4s;
	text-indent: -31px;
	cursor: pointer;
}
.g-faq__question::before{
	content: "Q";
	padding-right: 15px;
}
.g-faq__question:after{
	content: "";
	position: absolute;
	top: 38%;
	right: 22px;
	display: block;
	width: 12px;
	height: 12px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	transition: .4s;
}
.g-faq__question.ui-state-active:after{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 45%;
	right: 22px;
}
.g-faq__question.ui-state-active{
	border-radius: 10px 10px 0 0;
}
@media (min-width: 690px){
	.g-faq__question{
		padding: 19px 40px 15px 69px;
	}
	.g-faq__question::before{
		padding-right: 17px;
	}
	.g-faq__question:after{
		right: 45px;
	}
	.g-faq__question.ui-state-active:after{
		right: 45px;
	}
}
.g-faq__answer{
	background: #FFFFFF;
	border-radius: 0 0 10px 10px;
	padding: 14px 25px 18px 50px;
	color: #25282E;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .06em;
	line-height: 1.75;
	text-indent: -31px;
}
.g-faq__answer::before{
	content: "A";
	font-size: 18px;
	font-weight: 700;
	padding-right: 20px;
}
.g-faq__answer a {
	display: inline;
}
.g-faq p{
	width: 100%;
	margin-bottom: 0;
}
p.g-crypto__note {
	width: 100%;
	margin: 80px auto 0;
}

/* home_faq */
.main_body .main_body_wrapper .home_faq.g-faq {
	padding-top: 100px;
	padding-bottom: 100px;
}

.home_faq .g-faq__block {
	margin-bottom: 0;
}

.home_faq .g-faq__wrapper {
	border-top: 1px solid #ccc;
}

.home_faq .g-faq__block:last-of-type .g-faq__wrapper {
	border-bottom: 1px solid #ccc;
}

.home_faq .g-faq__question {
	background: none;
	font-size: 14px;
	color: #2E3138;
	padding: 30px 30px 28px 40px;
	border-radius: 0;
	text-indent: -40px;
}

.home_faq .g-faq__question::before {
	color: #1A63D9;
	font-weight: normal;
	padding-right: 28px;
}

.home_faq .g-faq__question:after{
	right: 3px;
	border-top: solid 2px #707070;
	border-right: solid 2px #707070;
}

.home_faq .g-faq__answer {
	background: none;
	padding: 0 0 35px 40px;
	border-radius: 0;
	font-size: 14px;
	line-height: 26px;
	text-indent: -40px;
}

.home_faq .g-faq__answer::before {
	color: #FF2F30;
	font-weight: normal;
	padding-right: 28px;
}

.home_faq .g-faq__answer .g-faq__answer_link {
	display: block;
	line-height: 1.5em;
	margin-top: 23px;
	text-indent: 0;
}

.home_faq .g-faq__answer .g-faq__answer_link a {
	color: #1A63D9;
	text-decoration: underline;
}

@media (min-width: 690px) {
	.g-faq__answer {
		padding: 14px 40px 18px 70px;
	}

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

	.main_body .main_body_wrapper .home_faq.g-faq {
		padding-bottom: 120px;
	}

	.home_faq .g-faq__question {
		font-size: 16px;
	}
}

.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;
	}

}


/*
//2022/11/29 追加
*/


.g-home-head-1 {
	position: relative;
	margin-bottom: 98px;
	padding-bottom: 22px;
	text-align: center;
	font-size: 32px;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: .06em;
}

.g-home-head-2 {
	text-align: left;
	font-size: 52px;
	line-height: 75px;
	font-weight: bold;
	letter-spacing: 1.3px;
}


.g-home-head-2 .g-home-head--custom1 {
	font-size: 30px;
	line-height: 44px;
	letter-spacing: 0.75px;
}

.g-home-head-2 .g-home-head--custom2 {
	font-size: 68px;
	line-height: 89px;
	letter-spacing: 1.7px;
	color: #1A63D9;
	font-family: Roboto, sans-serif;
}

.g-home-head-1--mbsm {
	margin-bottom: 14px;
}

.g-home-head-1::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 40px;
	height: 4px;
	background: #1A63D9;
}

.g-home-reason-inner-wrap {
	width: 100%;
	padding: 0px;
	margin: 0 auto;
}

.g-home-reason-wrap {
	position: relative;
	z-index: 2;
	padding: 82px 0 0px;
	background: #F5F6F8;
}

#top-reason .over_title {
	margin-bottom: 20px;
}

#top-reason .reasons-header, #top-reason .reasons__inner {
	padding: 0 10px;
}

#top-reason .reasons__title {
	font-size: 30px;
	line-height: 42px;
	letter-spacing: 0px;
}

#top-reason .reasons__text {
	letter-spacing: 0px;
	line-height: 24px;
}

#top-reason .trading-nav {
	gap: 40px;
}

#top-reason .trading-nav__badge {
	font-size: 18px;
}

#top-reason .reason05__content .reasons__title {
	font-size: 28px;
}

#top-reason .reason01__left {
	max-width: 690px;
}

#top-reason #reason05 .reasons__text {
	max-width: 560px;
}

#top-reason .reasons-title span.number {
	font-family: Roboto, sans-serif;
}

#top-reason .reasons-title span {
	margin-right: 5px;
}

#top-reason .reasons-title {
	font-size: 37px;
}

.g-home-case {
	margin-top: 38px;
	padding: 0 8px;
}

.g-home-case__item:not(:last-child) {
	margin-bottom: 41px;
}

.g-home-case__head {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	height: 156px;
	border-radius: 18px;
	overflow: hidden;
}

.g-home-case__head--01 {
	background: url(/assets/images/bg_case_01.jpg) no-repeat center center/cover;
}

.g-home-case__head--02 {
	background: url(/assets/images/bg_case_02.jpg) no-repeat center center/cover;
}

.g-home-case__head--03 {
	background: url(/assets/images/bg_case_03.jpg) no-repeat center center/cover;
}

.g-home-case__head--04 {
	background: url(/assets/images/bg_case_04.jpg) no-repeat center center/cover;
}

.g-home-case__head::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(113, 229, 255, 0.08)), to(#1965dd));
	background: -o-linear-gradient(top, rgba(113, 229, 255, 0.08) 0%, #1965dd 100%);
	background: linear-gradient(180deg, rgba(113, 229, 255, 0.08) 0%, #1965dd 100%);
}

.g-home-case__head__label {
	position: relative;
	z-index: 1;
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: 700;
	color: #FFFFFF;
	letter-spacing: .06em;
	text-shadow: 0 0 6px rgba(0, 84, 114, 0.96);
}

.g-home-case__head__main {
	position: relative;
	z-index: 1;
	font-size: 22px;
	line-height: 1.3636;
	color: #FFFFFF;
	font-weight: 700;
	letter-spacing: .06em;
	text-shadow: 0 0 12px rgba(0, 86, 203, 0.96);
}

.g-home-case__main {
	margin-top: 20px;
	text-align: right;
}

.g-home-case__link {
	display: block;
	position: relative;
	padding-right: 34px;
	color: #000000;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: .06em;
	font-weight: 700;
}

.g-home-case__link:not(:last-child) {
	margin-bottom: 13px;
}

.g-home-case__link::after {
	content: "";
	position: absolute;
	right: 0;
	top: 10px;
	width: 23px;
	height: 8px;
	background: url(/assets/images/icon_arrow_case.svg) no-repeat center center/contain;
}

.g-home-case__link span {
	font-size: 16px;
	letter-spacing: .06em;
}

.g-home-case__link:hover::after {
	right: 0;
	width: 23px;
}

.g-home-tool-wrap {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding-top: 50px;
}

.g-home-tool-wrap__inner {
	position: relative;
	background-color: white;
}

.g-home-tool-wrap__inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(315deg, #002DFD 0%, #1B75BC 100%);
	background: linear-gradient(135deg, #002DFD 0%, #1B75BC 100%);
}

.g-home-tool {
	position: relative;
	z-index: 1;
	padding: 72px 13px 80px;
	display: flex;
	align-items: flex-start;
	gap: 50px;
	flex-direction: column;
}

.g-home-tool__head {
	margin: 0 0 22px;
	font-size: 34px;
	line-height: 1.4117;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: .06em;
}

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

.g-home-tool__btn {
	display: flex;
    align-items: center;
    padding: 13px 16px;
    text-decoration: none;
    color: black;
    font-weight: bold;
    border-radius: 12px;
    box-shadow: 0px 2px 5px #00000029;
    font-size: 14px;
    height: 46px;
	background-color: white;
	position: relative;
	width: 200px;
}

.g-home-tool__btn::after {
	content: "";
    position: absolute;
    right: -65px;
    top: 50%;
	transform: translateY(-50%);
    width: 100%;
    height: 8px;
    background: url(/assets/images/icon_arrow_case.svg) no-repeat center center / contain;
}

.g-home-tool__image {
}

.g-home-tool__image img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

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

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

.g-home-tool-dl__item {
	text-align: center;
}

.g-home-tool-dl__item:not(:last-child) {
	margin-bottom: 15px;
}

.g-home-tool-dl__button {
	display: inline-block;
	width: auto;
	height: 80px;
	margin: 0 auto;
}

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

.g-home-tool-dl__qr {
	display: none;
}

.g-home-tool-dl__qr img {
	display: block;
	width: 100%;
}

.g-home-step {
	position: relative;
	z-index: 1;
	padding: 114px 0 70px;
	background: #FFFFFF;
}

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

.g-home-step__item {
	position: relative;
}

.g-home-step__item:not(:last-child) {
	margin-bottom: 74px;
}

.g-home-step__item:not(:last-child)::before {
	content: "";
	position: absolute;
	top: calc(100% + 18px);
	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(/assets/images/icon_arrow_step.svg) no-repeat center center/contain;
}

.g-home-step__label {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}

.g-home-step__head {
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: .06em;
}

.g-home-step__head span {
	font-size: 22px;
	font-weight: bold;
}

.g-home-step__image {
	width: 180px;
	margin: 0 auto 10px;
}

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

.g-home-step__button {
	margin-top: 44px;
}

.g-home-step__button .button {
	background-color: #ff2f30;
	font-size: 20px;
	height: 66px;
	margin: 0 auto;
	padding: 0;
	border-radius: 10px;
}

.g-home-step__button p {
	font-size: 13px;
	margin-top: 20px;
}

.g-home-step__button .button div {
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1.8rem;
}

.g-home-step__button .button span {
	font-size: 18px;
	color: #FFCE00;
}

.g-home-step__sp-link {
	display: none;
}

.g-home-step__sp-link a {
	position: relative;
	padding-right: 30px;
	font-size: 14px;
	color: #000000;
}

.g-home-step__sp-link a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background: url(/assets/images/qr_ico.png) no-repeat center center/contain;
}

.g-home-step__sp-link a:hover::after {
	right: 0;
	width: 24px;
}

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

.g-home-chara-wrap__inner {
	position: relative;
}

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

.g-home-chara__main {
	margin-bottom: 53px;
}

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

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

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

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

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

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

.g-home-chara__en {
	display: none;
}

@media (min-width: 768px) {

.g-home-head-1 {
	margin-bottom: 115px;
	font-size: 30px;
	line-height: 42px;
	letter-spacing: 0px;
}

.g-home-head-1--mbsm {
	margin-bottom: 14px;
}

.g-home-reason-wrap {
	padding: 72px 0 130px;
}

.g-home-reason-inner-wrap {
	max-width: 1240px;
}

#top-reason .reasons__text {
	font-size: 18px;
}

#top-reason .reasons__title {
	min-height: 47px;
	font-size: 34px;
	letter-spacing: 0px;
	line-height: 42px;
}

#top-reason .reason05__content .reasons__title {
	font-size: 34px;
	letter-spacing: 0px;
	line-height: 42px;
}

#top-reason .reasons__title span {
	font-size: 46px;
	vertical-align: text-top;
}

#top-reason .reasons-title {
	font-size: 52px;
	letter-spacing: 1.3px;
	line-height: 75px;
}

#top-reason .reasons-title span {
	font-size: 26px;
	letter-spacing: 0.75px;
	line-height: 37px;
}

#top-reason .reasons-title span.number {
	font-size: 68px;
	letter-spacing: 1.7px;
	line-height: 89px;
}

#top-reason .reasons-title span.zero-space {
	font-size: 52px;
	letter-spacing: 0px;
	line-height: 75px;
}

.g-home-case {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 626px;
	padding: 0;
	margin: 50px auto 0;
}

.g-home-case__item {
	width: calc(100% / 2 - 10px);
}

.g-home-case__head__main {
	font-size: 24px;
}

.g-home-case__link {
	margin-right: 8px;
	padding-right: 38px;
}

.g-home-tool {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0 50px;
	flex-direction: row;
}

.g-home-tool__main {
	flex: 1;
}

.g-home-tool__head {
	margin-bottom: 16px;
	font-size: 42px;
}

.g-home-tool__text {
	padding: 0;
}

.g-home-tool__image {
	flex: 1;
}

.g-home-tool__image img {
	margin: 0;
}

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

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

.g-home-tool-dl__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.g-home-tool-dl__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.g-home-tool-dl__item:not(:last-child) {
	margin-bottom: 0;
	margin-right: 60px;
}

.g-home-tool-dl__button {
	height: 48px;
}

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

.g-home-step {
	padding: 84px 0 78px;
}

.g-home-step__lead {
	margin-bottom: 58px;
}

.g-home-step__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 800px;
	margin: 0 auto;
}

.g-home-step__item {
	width: 230px;
	width: calc(100% / 3 - 30px);
}

.g-home-step__item:not(:nth-of-type(3n)) {
	margin-right: 45px;
}

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

.g-home-step__item:not(:last-child)::before {
	top: 50%;
	left: calc(100% + 10px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 22px;
}

.g-home-step__button {
	margin-top: 66px;
}

.g-home-step__button p {
	font-size: 14px;
}

.g-home-step__button .button {
	font-size: 24px;
	width: 273px;
	height: 76px;
}

.g-home-step__button .button span {
	font-size: 20px;
}

.g-home-step__sp-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}

.g-home-chara-wrap {
	padding: 75px 0 66px;
}

.g-home-chara {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	max-width: 640px;
	width: 70%;
	margin: 0 auto;
}

.g-home-chara__main {
	width: 100%;
	padding-left: 30px;
	margin-bottom: 0;
}

.g-home-chara__label {
	margin-bottom: 10px;
}

.g-home-chara__image {
	width: 210px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.g-home-chara__en {
	display: block;
	position: absolute;
	top: 148px;
	left: 85px;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	color: #6883BF;
}

.g-home-chara__en::after {
	content: "";
	position: absolute;
	top: 13px;
	right: calc(100% + 24px);
	width: 74px;
	height: 1px;
	background: #6883BF;
}

}

@media (max-width: 767px)
{
	.g-home-head-1 {
		margin-bottom: 115px;
		font-size: 28px;
		line-height: 40px;
		letter-spacing: 0px;
	}

	#top-reason .reasons-title {
		font-size: 37px;
		letter-spacing: 0.95px;
		line-height: 55px;
	}

	#top-reason .reasons-title span {
		font-size: 12px;
		letter-spacing: 0px;
		line-height: 19px;
	}

	#top-reason .reasons-title span.number {
		font-size: 50px;
		letter-spacing: 1.27px;
		line-height: 67px;
		margin-right: 0px;
	}

	#top-reason .reasons-title span.zero-space {
		font-size: 37px;
		letter-spacing: 0px;
		line-height: 55px;
	}
}
