@charset "shift_jis";

#contents {
	padding: 0;
}

.main-visual-area {
	position: relative;
	width: 100vw;
	min-width: 1300px;
	margin-left: calc(50% - 50vw);
	background-image:
		linear-gradient(to top, #015eea, #1596f3),
		url('/contents/sp/clm/app/img/main-visual-bg.png');
	background-size: 100% 100%, cover;
	background-position: 0 0, center;
	background-repeat: no-repeat, no-repeat;
}

.main-visual-area .main-ttl-box {
	position: relative;
	z-index: 1;
	width: 900px;
	margin: 0 auto;
}

.main-visual-area h1 {
	padding: 2em 0;
}

.main-visual-area h1 img {
	width: 900px;
	height: auto;
	display: block;
}

.main-visual-area .store-badges {
	position: absolute;
    bottom: 1.5em;
    left: 72%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 16px;
    width: 50%;
}

.main-visual-area .store-badges-banner img {
	height: auto;
    width: 135px;
    display: block;
}

.main-visual-area .store-badges-links {
	display: flex;
	flex-direction: column; /* ボタンを縦並び */
	gap: 8px;
}

.main-visual-area .store-badges-links img {
	height: 70px;           /* ボタンの高さはこれまでどおり */
	width: auto;
	display: block;
}
.fes-area-ctr {
	margin: 0 auto;
	padding: 2em 0;
}

.fes-area-ctr .fes-ttl {
	text-align: center;
	font-size: 2.5rem;
	margin: 1em 0 .5em;
	font-weight: 900;
}

.cam-area {
	background-color: #ffffff;
	margin-bottom: 1.5em;
}

.cam-area:last-child {
	margin-bottom: 0;
}

.cam-area:nth-of-type(1),
.cam-area:nth-of-type(3) {
	background-color: #ddf3fc;
}

.cam-area {
	width: 100vw;
	min-width: 1300px;
	margin-left: calc(50% - 50vw);
}

.cam-area-inner {
	width: 815px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2em;
	padding: 2em 0;
}

.cam-area--2 .cam-area-inner {
	flex-direction: row;
}

.cam-area--2 .feature-content {
	order: 1;
}

.cam-area--2 .feature-phone {
	order: 2;
}

.feature-phone {
	flex-shrink: 0;
}

.feature-phone img {
	width: 345px;
	height: auto;
	display: block;
}

.feature-content {
	flex: 1;
	min-width: 0;
	text-align: left;
}

.feature-content .feature-icon {
	width: 48px;
	height: auto;
	display: block;
	margin-bottom: 0.5em;
}

.feature-ttl {
	color: #004ea1;
	font-size: 1.5rem;
	margin: 0 0 0.5em 0;
	text-align: center;
	line-height: 1.5;
}

/* 7%OFFなどのアプリ限定特典の色設定 */
.feature-ttl-sub {
	font-size: 1.8em;
	color: #d80000; 
	font-family: Meiryo, "Hiragino Kaku Gothic ProN", Osaka, sans-serif, sans-serif;
	letter-spacing: 0;
}

.feature-txt {
	margin: 0;
	font-size: 1.1rem;
	line-height: 1.6;
	color: #333;
}

.icon-info::before {
	color: #004ea1;
	font-size: 3rem;
}

.download-area-wrap {
	width: 100vw;
	min-width: 1300px;
	margin-left: calc(50% - 50vw);
	background: linear-gradient(to top, #015eea, #1596f3);
	padding: 3em 0;
}

.download-area-inner {
	width: 900px;
	margin: 0 auto;
	background: #fff;
	padding: 2.5em 2em;
	border-radius: 8px;
}

.download-ttl {
	text-align: center;
	font-size: 2.3rem;
	font-weight: 900;
	margin: 0 0 1em 0;
}

.download-col-headers {
	display: flex;
	justify-content: center;
	gap: 4em;
	margin-bottom: 1em;
}

.download-col-header {
	background-color: #d4edf7;
	color: #004ea1;
	font-weight: bold;
	font-size: 1.1rem;
	padding: 0.5em 1.2em;
	text-align: center;
	flex: 1;
	max-width: 380px;
}

.download-columns {
	display: flex;
	justify-content: center;
	gap: 4em;
	align-items: flex-start;
}

.download-col {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: .5em;
	flex: 1;
	max-width: 380px;
}

.download-col-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.download-col .download-label {
	margin: 0 0 0.75em 0;
	font-size: 1rem;
	color: #333;
}

.download-label-device {
	color: #8b4513;
	font-weight: bold;
}

.download-col .download-btn {
	display: block;
	line-height: 0;
}

.download-col .download-btn img {
	height: 55px;
	width: auto;
	display: block;
	margin: 0 0 1em;
}

.download-qr {
	flex-shrink: 0;
}

.download-qr img {
	width: 120px;
	display: block;
}

.qa-item .icon-square-txt-q,
.qa-item .qa-toggle {
	color: #0176EE;
}

.qa-item .comment-box {
	font-size: 1.1rem;
    margin: 0;

}

@media screen and (max-width: 1080px) {
	.main-visual-area {
		min-width: 0;
	}

	.main-visual-area .main-ttl-box {
		width: 100%;
		max-width: 900px;
		padding: 0 1em;
	}

	.main-visual-area h1 img {
		width: 100%;
		max-width: 900px;
	}

	.main-visual-area .store-badges {
		left: 50%;
		bottom: 2em;
	}

	.fes-area-ctr {
		width: 100%;
		padding: 1.5em 1em;
	}

	.fes-area-ctr .fes-ttl {
		font-size: 1.75rem;
	}

	.cam-area {
		min-width: 0;
	}

	.cam-area-inner {
		width: 100%;
		max-width: 800px;
		padding: 1.5em 1em;
		flex-wrap: wrap;
		justify-content: center;
	}

	.cam-area--1 .cam-area-inner,
	.cam-area--3 .cam-area-inner {
		flex-direction: column;
	}

	.cam-area--2 .cam-area-inner {
		flex-direction: column-reverse;
	}

	.feature-phone img {
		width: 100%;
		max-width: 280px;
		margin: 0 auto;
	}

	.feature-content {
		text-align: center;
	}

	.feature-ttl {
		font-size: 1.25rem;
	}

	.download-area-wrap {
		min-width: 0;
		padding: 2em 0;
	}

	.download-area-inner {
		width: 100%;
		max-width: 900px;
		margin: 0 1em;
		padding: 1.5em 1em;
	}

	.download-ttl {
		font-size: 1.75rem;
	}

	.download-col-headers {
		flex-direction: column;
		gap: 0.5em;
		margin-bottom: 1em;
	}

	.download-col-header {
		max-width: none;
	}

	.download-columns {
		flex-direction: column;
		gap: 2em;
		align-items: center;
	}

	.download-col {
		max-width: none;
		width: 100%;
		flex-direction: column;
		align-items: center;
		gap: 0.75em;
	}
}

@media screen and (max-width: 580px) {
		.main-visual-area .store-badges-banner {
			display: none;
		}
	
		/* ボタン2つを横並びに戻す */
		.main-visual-area .store-badges-links {
			flex-direction: row;
			gap: 12px;
			align-items: center;
		}
	
		/* 位置は中央寄せ気味に調整（必要なら数値微調整） */
		.main-visual-area .store-badges {
			left: 50%;
			width: auto;
		}

	.main-visual-area h1 {
		padding: 1em 0;
	}

	.main-visual-area .store-badges {
		bottom: 1.5em;
		gap: 12px;
		width: 75%;
	}

	.main-visual-area .store-badges img {
		width: 155px;
		height: auto;
	}

	.fes-area-ctr .fes-ttl {
		font-size: 1.5rem;
		margin: 0.75em 0 0.5em;
	}

	.cam-area-inner {
		padding: 1em 1em;
		gap: 1em;
	}

	.feature-phone img {
		max-width: 220px;
	}

	.feature-ttl {
		font-size: 1.1rem;
	}

	.feature-ttl-sub {
		font-size: 1.5em;
	}

	.feature-txt {
		font-size: 0.95rem;
	}

	.feature-content .feature-icon {
		width: 40px;
	}

	.icon-info::before {
		font-size: 2.5rem;
	}

	.download-area-wrap {
		padding: 1.5em 0;
	}

	.download-area-inner {
		display: flex;
		flex-direction: column;
		margin: 0 auto;
		padding: 2.25em 2em 1em;
		width: 90%;
	}

	.download-col-headers {
		display: contents;
	}

	.download-columns {
		display: contents;
	}

	.download-col-header-ios {
		order: 1;
	}

	.download-col.download-col-ios {
		order: 2;
	}

	.download-col-header-android {
		order: 3;
	}

	.download-col.download-col-android {
		order: 4;
	}

	.download-ttl {
		font-size: 1.5rem;
		margin: 0 0 0.75em 0;
	}

	.download-col-header {
		font-size: 1rem;
		padding: 0.5em 1em;
	}

	.download-col {
		flex-direction: column;
		align-items: center;
		gap: 0.75em;
		box-sizing: border-box;
	}

	.download-col .download-btn {
		text-align: center;
	}

	.download-col .download-btn img {
		width: 180px;
		height: auto;
		max-width: 100%;
		margin: 1.5em 0 2em;
	}

	.download-qr {
		text-align: center;
	}

	.download-qr img {
		width: 100px;
		height: auto;
		max-width: 100%;
	}

	.spno {
		display: none !important;
	}
}