.reasons-mv {
	position: relative;
	background: url(/assets/images/reasons/fv_pc.png) center right / cover no-repeat;
	width: 100%;
	height: 500px;
	margin-top: 70px;
	padding: 0 15px;
	overflow: hidden;
}

.reasons-mv__wrapper {
	position: relative;
	height: 100%;
	margin: 0 auto;
}

.reasons-mv__head {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	max-width: 345px;
	margin: 0 auto;
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
	font-weight: 700;
	letter-spacing: .06em;
}


.reasons-mv__head span {
	display: block;
	color: #8EA8D6;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: normal;
}

.reasons__bg {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background-color: #f8f8f8;
	width: 100vw;
	padding: 30px 0 50px;
}

.reasons-section {
	width: 100%;
	margin: 0 auto;
}

.reasons-header {
	padding: 20px 0;
	margin-bottom: 40px;
}

.reasons-subtitle {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
}

.line {
	width: 30px;
	height: 2px;
	background-color: #1a63d9;
}

.en-text {
	color: #a2a2a3;
	font-size: 14px;
}

.reasons-title {
	color: #2e3138;
	font-size: 44px;
	font-weight: bold;
	vertical-align: text-bottom;
}

.reasons-title span {
	font-size: 24px;
}

.reasons__logo {
	height: 42px;
	width: auto;
	display: inline-block;
}

.reasons__logo img {
	height: 100%;
	vertical-align: inherit;
}

span.number {
	color: #1a63d9;
	font-size: 56px;
}

/* Reasonsセクション */
.reasons {
	background-color: #fff;
}

.reasons__inner {
	position: relative;
}

.point__wrap {
	min-height: 500px;
	margin-bottom: 60px;
}

.reason01__content {
	width: 60%;
	position: absolute;
	left: 0;
	z-index: 1;
}

/* ポイントバッジ */
.point-badge {
	display: inline-flex;
	align-items: center;
	background-color: #333;
	border-radius: 50px;
	padding: 8px 16px;
	margin-bottom: 24px;
}

.point-badge__label {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.point-badge__number {
	max-width: 90px;
	max-height: 106px;
	vertical-align: middle;
	margin-left: 13px;
	margin-top: -3px;
}

/* タイトルとテキスト */
.reasons__title {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 16px;
}

.reasons__text {
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 32px;
}

/* 暗号資産アイコン */
.crypto-icons {
	margin-top: 32px;
	width: 100%;
	height: 140px;
	object-fit: contain;
	max-width: 690px;
}

.crypto-icons img {
	width: 100%;
}

/* 画像セクション */
.reason01__image {
	top: 40px;
	right: 0;
	position: absolute;
	width: 50%;
	z-index: 0;
}

.reasons__img {
	width: 100%;
	height: auto;
}

/* 取引スタイル */
.trading-styles {
	margin-top: 30px;
}

.trading-styles__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.trading-style {
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	display: flex;
	align-items: center;
	gap: 15px;
	position: relative;
}

.trading-style__icon {
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.trading-style__text {
	font-size: 14px;
	color: #333;
	margin: 0;
	padding-right: 30px;
}

.point-badge {
	display: inline-flex;
	align-items: center;
	background: #333;
	border-radius: 30px;
	padding: 8px 19px;
	margin-bottom: 24px;
	width: 74px;
	height: 32px;
}

.point-badge__label {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.point-badge__number {
	color: #0066ff;
	font-size: 28px;
	font-weight: bold;
}

.reasons__title {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 16px;
}

.reasons__text {
	font-size: 16px;
	line-height: 1.7;
}

.trading-nav {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 33px;
}

.trading-nav__item {
	position: relative;
}

.trading-nav__badge {
	background: linear-gradient(to right, #2890f4, #0b35f5);
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
	border-radius: 8px;
	text-align: center;
	margin-bottom: 25px;
	position: relative;
	z-index: 2;
	height: 85px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}

.trading-nav__badge::before {
	content: "";
	border: 10px solid transparent;
	border-top: 10px solid #175EF4;
	margin-left: -10px;
	top: 100%;
	left: 50%;
	position: absolute;
}

.trading-nav__links {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.trading-nav__link {
	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;
}

.trading-nav__icon {
	width: 26px;
	height: auto;
	margin-right: 12px;
}

.trading-nav__text {
	font-size: 14px;
	padding-right: 24px;
	position: relative;
}

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

.reason03__image img {
	object-fit: cover;
}

.button {
	font-size: 20px;
}

.mitsui-p2 {
	margin-top: -80px;
}

.mitsui-p3 {
	min-height: inherit;
}

.lp-reasons.reasons__bg {
	background-color: #F5F6F8;
}

.lp-reasons.point__wrap {
	min-height: inherit;
}

.bpj-link {
	width: 90%;
	background-color: #ffffff00;
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
	padding: 20px 5px;
	margin: 0px auto 30px;
}

/* レスポンシブ対応 */
@media (max-width: 1364px) {
	.trading-nav {
		gap: 18px;
	}

	.trading-nav__badge {
		font-size: 14px;
	}

	.trading-nav__text {
		font-size: 12px;
	}

	.trading-nav__text::after {
		width: 21px;
		height: 6px;
	}
}

@media (max-width: 1191px) {
	.trading-nav {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 769px) {
	.reasons-mv {
		background: url(/assets/images/reasons/fv_sp.png) 0 0 / cover no-repeat;
		height: 145px;
	}

	.l-wrapper {
		width: 100%;
	}

	.reasons__inner,
	.reasons-header {
		width: 100%;
		padding: 0 20px;
	}

	.l-wrapper .reasons__inner,
	.l-wrapper .reasons-header {
		padding: 0;
	}

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

	.reasons-title span {
		font-size: 22px;
	}

	span.number {
		font-size: 50px;
	}

	.reasons__logo {
		height: 36px;
	}

	.point__wrap {
		display: flex;
		flex-direction: column;
	}

	.point-badge__wrap {
		flex-direction: row;
		align-items: center;
	}

	.reason01__content {
		width: 100%;
		position: inherit;
	}

	.reason01__image {
		width: 100%;
		position: relative;
		top: -10px;
	}

	.crypto-icons {
		height: auto;
	}

	.reason05__image {
		margin-top: -50px;
	}

	.button {
		font-size: 18px;
	}
}

@media (min-width: 768px) {
		.reasons-mv__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 1040px;
	}

	.reasons-mv__wrapper::before {
		width: 1000px;
		height: 553px;
		margin-left: 150px;
	}

	.reasons-mv__head {
		max-width: inherit;
		font-size: 38px;
		line-height: 1.4473;
		margin: 0;
	}
}

@media (max-width: 480px) {
	.main__inner {
		padding: 40px 0;
	}

	.reasons__title {
		font-size: 24px;
	}

	.mitsui-p2 {
		margin-top: 0;
	}

	.crypto-icons__list {
		grid-template-columns: repeat(auto-fit, minmax(32px, 1fr));
		gap: 12px;
	}

	.trading-nav {
		grid-template-columns: 1fr;
	}

	.reasons__title {
		font-size: 24px;
	}
}

.point__wrap.multi-coulmns {
	display: flex;
	gap: 60px;

	.left__area,
	.right__area {
		flex: 1;
	}
}
