@charset "utf-8";

body .sp-item {
	display: none;
}
body .pc-item {
  display: block;
}

@media screen and (max-width: 640px) {
	body {
		min-width: inherit;
		height:100%;
	}
	body .sp-item {
		display: block;
	}
	body .pc-item {
		display: none;
	}
	body .sp-item img {
		width:100%;
	}
}

/* ----------------------------------------------------
    共通
---------------------------------------------------- */
body {
	max-width: inherit;
	height: 100%;
	background-attachment: fixed;
}
.main {
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Meiryo UI',sans-serif;
	font-weight: 400;
	line-height: 1.7;
	font-size: 20px;
	color:#333;
	background-color: #fff;
	text-align: justify;
	font-feature-settings: "palt";
	overflow-x: hidden;
	max-width: 1024px; /*横幅調整*/
	margin: 0 auto;
	box-shadow: 0 0 8px #ccc;
}
img {
	margin: 0 auto;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 640px) {
	img {
		max-width: 100%;
		height: auto;
	}
	body {
		width: 100%;
	}
}

/* ----------------------------------------------------
    CTA
---------------------------------------------------- */
.btn {
	transition: all .2s;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.4));
	position: absolute;
	width: 724px; /*要調整*/
	height: 115px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 100px; /*要調整*/
}
.btn02 {
	height: 159.399px;
}
.btn:hover {
	opacity: 0.8;
}
.cta {
	position: relative;
}

@media screen and (max-width: 640px) {
	.btn {
		width: 92%; /*要調整*/
		height: auto;
		bottom: 9.8%; /*要調整*/
	}
	.btn01 {
		bottom: 4.5%; /*要調整*/
	}
	.btn02 {
		bottom: 5%; /*要調整*/
	}
}

/* ----------------------------------------------------
    main
---------------------------------------------------- */


/* ----------------------------------------------------
    footer
---------------------------------------------------- */
.footer {
	background-color: #3566da;
	color: #fff;
	padding: 30px 0;
	font-size: 14px;
	font-weight: 200;
	text-align: center;
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Meiryo UI',sans-serif;
}
.copy-right {
	text-align: center;
}
.copy-right p {
	margin-top: 16px;
}

@media screen and (max-width: 640px) {
	.footer {
		font-size: 3vw;
	}
}