@charset "UTF-8";

/* responsive
--------------------------------*/
@media screen and (min-width: 769px) {
	.slider.sp{
		display: none!important;
	}
}
@media screen and (max-width: 768px) {
	.slider.pc{
		display: none!important;
	}
}

/* hover
--------------------------------*/
a:hover img,
.fade:hover{
	opacity: .7;
}
a img,
.fade{
	cursor: pointer;
	outline: 1px solid transparent;
	transition: opacity .3s;
}



/* reason
--------------------------------*/
#reason .point{
	margin-left: -31px;
}
#reason .point > *+*{
	margin-top: 20px;
}

#reason .wallet .ttl{
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #0868aa;
	border: 2px solid #fff;
	max-width: 835px;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
}
#reason .wallet .flex{
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
#reason .wallet .txt_box{
	margin-right: 20px;
	padding: 10px 0 0 40px;
}
#reason .wallet .txt01{
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}
#reason .wallet .txt01 .txt{
	font-size: 2.8rem;
	color: #fff;
}
#reason .wallet .txt02{
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-start;
	margin-top: 30px;
}
#reason .wallet .can{
	display: flex;
	justify-content: center;
	margin-top: -95px;
}
#reason .wallet .can li{
	width: 150px;
	border-left: 1px solid #fff;
}
#reason .wallet .can li:last-child{
	border-right: 1px solid #fff;
}
#reason .wallet .can li .icon{
	text-align: center;
	min-height: 48px;
}
#reason .wallet .can li .txt{
	font-size: 1.8rem;
	text-align: center;
	color: #fff;
}
#reason .wallet .btn{
	text-align: center;
	margin-top: 20px;
}
#reason .wallet .offer{
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
	margin-top: 30px;
}
#reason .dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 25px;
}
#reason .dl .ios_android{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#reason .dl .ios_android .qr{
	margin-left: 15px;
}
#reason .dl .android {
	margin-left: 15px;
}
#reason .dl .ios p,
#reason .dl .android p{
	text-align: center;
}
#reason .dl .bnr{
	margin-top: 20px;
}
#reason .dl .bnr a{
	pointer-events: none;
}
#reason .wallet_btn{
	text-align: center;
	
	margin-bottom: 25px;
}
#reason .wallet_btn+.wallet_btn{
	margin-top: 15px;
}
.wallet_slider{
	display: none;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.mfp-container .wallet_slider{
	display: block;
}
.mfp-content .slider div{
	line-height: 1;
}
.mfp-content .slider .slick-arrow{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
	width: 56px;
	height: 56px;
	border: 3px solid #009be4;
	border-radius: 50%;
	text-indent: 101%;
	overflow: hidden;
	transition: opacity .3s;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.mfp-content .slider .slick-disabled{
	opacity: 0!important;
	cursor: default;
	pointer-events: none;
}
.mfp-content .slider .slick-next{
	right: 30px;
}
.mfp-content .slider .slick-prev{
	left: 30px;
}
.mfp-content .slider .slick-arrow::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
	width: 20px;
	height: 20px;
	border-color: #009be4;
	border-style: solid;
	border-width: 0;
}
.mfp-content .slider .slick-next::before{
	border-top-width: 3px;
	border-right-width: 3px;
	margin-left: -4px;
}
.mfp-content .slider .slick-prev::before{
	border-left-width: 3px;
	border-bottom-width: 3px;
	margin-left: 4px;
}
.mfp-content .slider .slick-arrow:hover{
	opacity: .7;
}
@media screen and (max-width: 768px) {
	#reason .point{
		width: 110%;
		margin-left: -5%;
	}
	#reason .point > *+*{
		margin-top: 20px;
	}
	#reason .wallet .ttl{
		font-size: 5vw;
		max-width: 100%;
		width: 90%;
		padding: 2%;
	}
	#reason .wallet .flex{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	#reason .wallet .flex .img{
		width: 32%;
	}
	#reason .wallet .txt_box{
		margin-right: 0;
		width: 65%;
		padding: 4% 0 0 4%;
	}
	#reason .wallet .txt01{
		align-items: center;
		justify-content: flex-start;
	}
	#reason .wallet .logo{
		width: 33%;
		margin-right: 8%;
	}
	#reason .wallet .txt01 .txt{
		font-size: 3.1vw;
		line-height: 1.5;
	}
	#reason .wallet .txt02{
		display: block;
		margin-top: 3%;
	}
	#reason .wallet .txt02 .name{
		width: 106%;
		margin-left: -7%;
	}
	#reason .wallet .txt02 .icon{
		width: 27%;
		margin: 0 auto;
	}
	#reason .wallet .can{
		width: 88%;
		margin: 4% auto 0;
	}
	#reason .wallet .can li{
		width: 33.33%;
	}
	#reason .wallet .can li .icon{
		width: 23%;
		margin: 0 auto;
		text-align: center;
		min-height: 9vw;
	}
	#reason .wallet .can li .txt{
		font-size: 2.8vw;
	}
	#reason .wallet .offer{
		font-size: 1.8vw;
		margin-top: 4%;
	}
	#reason .wallet_btn+.wallet_btn{
		margin-top: 3%;
	}
	#reason .dl{
		display: block;
		margin-top: 4%;
	}
	#reason .dl .txt{
		width: 80%;
		margin: 0 auto;
	}
	#reason .dl .ios_android{
		display: flex;
		justify-content: center;
		margin-top: 2%;
	}
	#reason .dl .ios_android .qr{
		display: none;
	}
	#reason .dl .android{
		margin-left: 0;
	}
	#reason .dl .ios,
	#reason .dl .android{
		width: 46%;
		margin: 0 2%;
	}
	#reason .dl .ios p:first-child,
	#reason .dl .android p:first-child{
		width: 60%;
		margin: 0 auto 5%;
	}
	.android #reason .dl .ios{
		display: none;
	}
	.iphone #reason .dl .android{
		display: none;
	}
	#reason .dl .bnr{
		margin-top: 0;
	}
	#reason .dl .bnr a{
		pointer-events: auto;
	}
	#reason .dl .search{
		display: none;
	}
	#reason .wallet_btn{
		margin: 3% 0 0 0;
	}
	.mfp-content .slider .slick-arrow{
		width: 8vw;
		height: 8vw;
		border-width: 2px;
	}
	.mfp-content .slider .slick-next{
		right: 3%;
	}
	.mfp-content .slider .slick-prev{
		left: 3%;
	}
	.mfp-content .slider .slick-arrow::before{
		width: 2.5vw;
		height: 2.5vw;
	}
	.mfp-content .slider .slick-next::before{
		border-top-width: 2px;
		border-right-width: 2px;
		margin-left: -2px;
	}
	.mfp-content .slider .slick-prev::before{
		border-left-width: 2px;
		border-bottom-width: 2px;
		margin-left: 2px;
	}
	.mfp-content .slider .normal{
		display: block;
	}
	.mfp-content .slider .ios,
	.mfp-content .slider .android,
	.android .mfp-content .slider .normal,
	.iphone .mfp-content .slider .normal{
		display: none;
	}
	.android .mfp-content .slider .android{
		display: block;
	}
	.iphone .mfp-content .slider .ios{
		display: block;
	}
}

/* 2022/10/16 追加
--------------------------------*/
.hirogin-app-img {
	position: relative;
	/* width: 756px;
	height: 302px; */
	max-width: 721px;
	margin: 30px auto 45px;
}
/* .hirogin-app-img picture {
	position: absolute;
	right: -75px;
} */
.hirogin-app-btns{
	
	display: flex;
    justify-content: center;
    align-items: center;
}
.hirogin-app-btn{
	width: 420px;
	padding: 0 10px;
}
.hirogin-app-btn a.btn.big,
.hirogin-app-btn button.big {
	width: 100%;
	height: 100px;
	
	
}
.hirogin-app-btn a.btn.big .label{
	font-size: 20px;
	text-align: center;
	line-height: 1.5;
	color: #2ca6e0;
	
}
.hirogin-app-btn a.btn.dlBtn,
.hirogin-app-btn button.dlBtn {
	width: 340px;
	height: 68px;
	
}

.hirogin-app-btns .hirogin-app-btn a.btn.big .base,
.hirogin-app-btns .hirogin-app-btn button.big .base{
	background-color: #dee2ef;
	max-width: 100%;
	box-shadow: none;
	border-radius: 10px;
}
.hirogin-app-btns .hirogin-app-btn a.btn.big .base::before{
	display: none;
}
.hirogin-app-btns .hirogin-app-btn a.btn.big .base::after{
	background: url(../img/arrow_blue.png);
	background-size: contain;
}
.hirogin-app-btn a.btn.big:before,
.hirogin-app-btn button.big:before {
	background-color: #257da8;
}
.hirogin-app-btn a.btn.big .base::after{
	width: 28px;
	height: 28px;
	background-size: contain;
}
.hirogin-app-btn a.btn.dlBtn,
.hirogin-app-btn button.dlBtn {
	width: 400px;
	height: 68px;
}
.hirogin-app-btn a.btn.dlBtn .label{
	color: #fff;
}
.hirogin-app-btn a.btn.dlBtn .base,
.hirogin-app-btn button.dlBtn .base{
	background-color: #009be4;
	color: #fff;
}

/* .hirogin-app-btn a.btn.dlBtn:before,
.hirogin-app-btn button.dlBtn:before {
	background-color: #aa6513;
} */
.hirogin-app-btn a.btn.dlBtn{
	padding-right: 10px;
}

.hirogin-app-dl-img{
	margin-left: 50px;
}
@media only screen and (min-width: 769px){
	a.btn.dlBtn .base::after{
		font-size: 20px !important;
	}
}


.hirogin-app-DL{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}


.hirogin-app-dl {
	margin-bottom: 30px;
}
.hirogin-app-dl p {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.hirogin-app-dl ul {
	display: flex;
	justify-content: space-around;
	width: 340px;
	margin: auto;
}
.hirogin-app-dl ul li img {
	height: 48px;
}
.hirogin-app-btns .hirogin-app-btn a.btn.big .label{
	font-family: 'Zen Maru Gothic', serif;
}

@media screen and (max-width: 768px) {
	.hirogin-app-img {
		width: 100%;
		height: inherit;
		margin: 30px auto;
		/* padding-bottom: 59%; */
	}
	.hirogin-app-img picture {
		right: 0;
		left: 0;
	}
	#reason .wallet_btn{
		margin: 0;
	}
	#reason .wallet_btn img{
		width: calc(345 / 640 * 100vw);
	}
	.hirogin-app-btn{
		width: 100%;
	}
	.hirogin-app-btn a img {
		width: calc(397 / 640 * 100vw);
	}
	.hirogin-app-btn a {
		text-align: center;
	}
	.hirogin-app-btn a.btn.big,
	.hirogin-app-btn button.big {
		width: 100%;
		height: calc(90 / 640 * 100vw);
	}

	.hirogin-app-dl p {
		margin-top: 30px;
	}
	.hirogin-app-dl ul {
		width: 100%;
	}

	.hirogin-app-DL{
		display: block;
		margin-bottom: 15px;
	}
	
	/* .hirogin-app-btn a.btn.dlBtn img{
		width: 80%;
	} */
	.hirogin-app-btn a.btn.dlBtn,
	.hirogin-app-btn button.dlBtn {
		width: 90% ;
		height: calc(70 / 640 * 100vw) !important;
	}
	.hirogin-app-dl-img{
		display: none;
	}
	.hirogin-app-btn a.btn.big .label{
		font-size: calc(25 / 760 * 100vw);
	}
	.hirogin-app-btns{
		flex-direction: column;
	}
	.hirogin-app-btn a.btn.big, .hirogin-app-btn button.big{
		width: 90%;
		height: 70px;
		margin-top: 10px;
		height: calc(90 / 640 * 100vw);
	}
	.hirogin-app-btns .hirogin-app-btn a.btn.big .label{
		font-size: calc(28 / 760 * 100vw);
	}
	#reason .wallet .btn{
		margin-top: 10px;
	}
	.hirogin-app-reason{
		width: 100%;
	}
}