@charset "UTF-8";
/* CSS Document */

#papa-page {
font-family: "メイリオ","Hiragino Kaku Gothic ProN", sans-serif;
}
#papa-top {
	display: block;
	height: auto;
	background: linear-gradient(180deg, #fff 0%, #fff 86.6%, #51BC33 86.6%, #51BC33 100%);
}
#papa-top #top-img {
	margin: 0 auto;
	padding: 20px 0 0;
	max-width: 1200px;
	margin-bottom: -5px;
}
#papa-top #top-img img {
	width: 100%;
	height: auto;
}
#papa-page .sec-content {
	min-height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 3.6rem 0 1.8rem;
}
#papa-page p {
	color: #fff;
}
#papa-page .copy-txt {
	font-weight: bold;
	font-size: 3.0rem;
	margin: 0 3.2rem;
	line-height: 1.4;
}
#papa-page .copy-txt span {
	display: inline-block;
	margin-left: -1.3em;
	font-weight: bold;
	font-size: 3.2rem;
	color: #fff;
}
#papa-page .note-txt {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 2rem 3.2rem;
}
#papa-page .note-txt a {
	padding: 0.5rem;
	color: #FFFFFF;
	text-decoration: none;
	transition: all .5s ease;
	position: relative;
	opacity: 0.8;
	overflow: hidden;
}
#papa-page .note-txt a:hover {
	background: #fff;
	color: #000;
	transition: all .5s ease;
	opacity: 1;
}
#papa-page .note-txt a::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffff;
    transform-origin: left top;
    transform: scale(0, 1);
    transition: transform .5s;
}
#papa-page .note-txt a:hover::before {
    transform: scale(1, 1);
}
#papa-page .flex {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
}
#qr-code {
	width: 180px;
	height: 180px;
	background: #fff;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#qr-code img {
	width: 140px;
	height: 140px;
}

@media screen and (max-width:767px) {
	#papa-page .flex {
		flex-flow: column wrap;
	}
	#qr-code {
		margin: 0 0 30px;
		align-self: center;
	}
}

#sp-papa-top {
	display: none;
}

@media screen and (max-width:767px) {
	#papa-top {
		display: none;
	}
	#sp-papa-top {
		display: block;
		background: url("/img/papa/main.jpg") 50% 50% no-repeat;
		background-size: cover;
	}
	#sp-papa-top h1 {
		margin: 0 auto;
		width: 95vw;
		padding: 2.0rem 1.0rem;
		text-shadow: -2px -2px 2px #fff, 2px -2px 2px #fff, -2px 2px 2px #fff, 2px 2px 2px #fff;
	}
	#sp-papa-top h1 span {
		display: block;
		font-size: 3.5vw;
	}
	#sp-papa-top h1 strong {
		font-size: 5.0vw;
	}
	#sp-papa-top #top-txt {
		width: 95vw;
		background-color: rgba(255,255,255,0.7);
		margin: 0 1.0rem;
		border-radius: 2.0rem;
	}
	#sp-papa-top  p {
		color: #000;
		font-size: 4.2vw;
		padding: 1.3rem;
	}
	#sp-papa-top #c-app img {
		width: 60%;
	}
}

.papa-green {
	background: #51BC33;
}
.papa-pink {
	background: #D61AA5;
}
.papa-blue {
	background: #1491EF;
}
.papa-purple {
	background: #B348FF;
}