/* fuwa start */

.fadeUp {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fadeUpAnime;
}

.fuwa {
	opacity: 0;
}

/* fuwa end */

.section-pc {
	display: block;
	background-color: #fff;
}

.section-sp {
	display: none;
}

body {
	background: white;
	max-width: 1400px;
	margin: 0 auto;
}

a {
	transition: 0.3s;
}

a:hover {
	opacity: 0.7;
}

img {
	height: auto;
	width: 100%;
}

header {
	background-color: #ffffff;
	margin: 0 auto;
	position: static;
}

header .inner {
	margin: 0 auto;
	max-width: 1200px;
	padding: 10px 0;
	position: relative;
	width: 95%;
}

header .shoulder-title {
	color: #666666;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 10px;
	margin: 0 0 5px;
}

header img {
	height: 22px;
	width: auto;
}

header .signin {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

header .signin a {
	border: 1px solid #ADB5D0;
	border-radius: 4px;
	color: #ADB5D0;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	min-height: 28px;
	padding: 6px 11px 6px 11px;
	text-decoration: none;
}

.pc-main img {
	vertical-align: middle;
}

.pc-img-2 {
	position: relative;
}


.pc-img-1-contents {
	height: auto;
	position: absolute;
	right: 2%;
	top: 6%;
	transform: translateY(-50%);
}

.pc-img-1-contents a{
	border: 1px solid #ADB5D0;
    border-radius: 4px;
    color: #ADB5D0;
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    min-height: 28px;
    padding: 6px 11px 6px 11px;
    text-decoration: none;
	/* color: inherit; */
	
}

.sp-img-1-contents{
	height: auto;
	position: absolute;
    right: 10px;
    top: 26px;
    transform: translateY(-50%);
}

.sp-img-1-contents a{
	border: 1px solid #ADB5D0;
    border-radius: 4px;
    color: #ADB5D0;
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    min-height: 28px;
    padding: 6px 11px 6px 11px;
    text-decoration: none;
	/* color: inherit; */
	
}


.pc-img-2-contents {
	width: 80%;
	height: auto;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: 16%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	gap: 15px 18px;
	flex-wrap: wrap;
}

.pc-img-2-text {
	color: #FFF;
	text-align: center;
	font-family: Noto Sans JP;
	font-size: clamp(1rem, 0.814rem + 0.76vw, 1.5rem);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.2px;

	/* height: 51px; */
	padding: 6px 63px;

	border-radius: 33.5px;
	background: linear-gradient(90deg, #A39FC9, #80A7C3);
}

@media screen and (max-width: 1280px) {
	.pc-img-2-contents {
		width: 86%;
	}
}
@media screen and (max-width: 1000px) {
	.pc-img-2-contents {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.pc-img-2-contents {
		width: 80%;
		bottom: 16%;
	}
}

.pc-img-5 {
	margin-top: 80px;
	position: relative;
}

.pc-img-5-btn {
	width: 100%;
	height: auto;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: 20%;
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	gap: 15px 18px;
	flex-wrap: wrap;
}


.sp-img-2 {
	position: relative;
}

.sp-img-2-contents {
	width: 100%;
	height: auto;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: 16%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.sp-img-2-text {
	color: #FFF;
	text-align: center;
	font-family: Noto Sans JP;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.8px;

	width: 30%;
	height: 33px;
	padding: 4px 0px;

	border-radius: 33.5px;
	background: linear-gradient(#A39FC9, #80A7C3);
}

.sp-img-2-text:nth-child(2) {
	font-size: 13px;
}

@media screen and (max-width: 768px) {
	.sp-img-2-text {
		width: 40%;

	}
	.sp-img-2-text:nth-child(2) {
		
	}
}

@media screen and (max-width: 375px) {
	.sp-img-2-text {
		font-size: 12px;
		padding: 8px 0px;

	}
	.sp-img-2-text:nth-child(2) {
		font-size: 10px;
	}
}

.sp-img-5 {
	margin-top: 80px;
	position: relative;
}

.sp-img-5-btn {
	width: 100%;
	height: auto;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: 12%;
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	gap: 15px 18px;
	flex-wrap: wrap;
}

.pc-button {
	display: block;
	margin: 0 auto;
	max-width: 890px;
	width: 30%;
	z-index: 10;
}

.pc-button img {
	position: relative;
	z-index: 10;
}

.section {
	background-color: #fff;
	height: auto;
	margin: 0 auto;
	max-width: 400px;
	width: 100%;
}

.section img {
	display: block;
}

.section-1 {
	position: relative;
}

.section-1-content {
	bottom: 8%;
	position: absolute;
}

.section-1-button-top {
	margin: 0 auto;
	width: 69%;
}

.section-1-button {
	display: block;
	margin: 0 auto;
	width: 85%;
}

.section-under {
	position: relative;
}

.section-under img {
	display: block;
}

#section-button {
	background: rgba(255, 255, 255, 0.5);
	bottom: 0;
	display: block;
	left: 50%;
	/*はじめは非表示*/
	opacity: 0;
	padding: 5px 0;
	position: fixed;
	transform: translate(-50%, 200px);
	width: 100%;
	max-width: 1400px;
	z-index: 10;
}

/*　上に上がる動き　*/

#section-button.UpMove {
	animation: UpAnime 0.5s forwards;
}

/*　下に下がる動き　*/

#section-button.DownMove {
	animation: DownAnime 0.5s forwards;
}

.button {
	display: none;
	margin: 0 auto;
	max-width: 663px;
	width: 85%;
	z-index: 10;
}

.button img {
	position: relative;
	z-index: 10;
}

.img-5 {
	margin-top: 20px;
}

/* FOOTER */

.footer-sp {
	background-color: #fff;
	margin: 0 auto;
	max-width: 1400px;
	padding: 0 0 90px 0;
	width: 100%;
}

.footer-sp ul {
	display: flex;
	justify-content: center;
	padding: 30px 4%;
}

.footer-sp ul li {
	font-size: 13px;
	margin: 0 4%;
}

.footer-sp ul li a {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	text-decoration: none;
}

.footer-logo {
	text-align: center;
}

.footer-logo img {
	height: auto;
	width: 200px;
}

.footer-copyright {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	padding: 20px 4%;
	text-align: center;
}

@media (max-width: 767px) {

	header {
		max-width: 400px;
	}

	.section-pc {
		display: none;
	}

	.section-sp {
		display: block;
	}

	body {
		background:  white;
		position: relative;
	}

	body::after {
		content: "";
		height: 44px;
		left: 40px;
		position: fixed;
		top: 40px;
		width: 106px;
		z-index: -1;
	}

	.pc-button {
		display: none;
	}

	#section-button {
		max-width: 400px;
	}

	.button {
		display: block;
	}

	.footer-sp {
		max-width: 400px;
	}



	.footer-sp {
		padding: 0 0 13% 0;
	}

	.footer-copyright {
		padding: 10% 4%;
	}

	.footer-sp ul {
		padding: 11% 4%;
	}

}

@media screen and (max-width: 320px) {

	.footer-sp ul li {
		font-size: 1rem;
	}

}

@keyframes fadeUpAnime {

	0% {
		opacity: 0;
		transform: translateY(100px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}

}

@keyframes UpAnime {

	from {
		opacity: 0;
		transform: translate(-50%, 200px);
	}

	to {
		opacity: 1;
		transform: translate(-50%, 0px);
	}

}

@keyframes DownAnime {

	from {
		opacity: 1;
		transform: translate(-50%, 0px);
	}

	to {
		opacity: 1;
		transform: translate(-50%, 200px);
	}

}