@charset "UTF-8";

/* CSS Document */

/*===================================================
    各画面作成用CSS
===================================================*/

/*//////////////////////////////////////////////////
    トップページ
///////////////////////////////////////////////////*/

/* --------------------------------------------------
    キービジュアル
-------------------------------------------------- */
#topKv {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}
	/*#topKv .ttlBox {
		margin: -60px auto 0;
		padding: 0 0 20px;
	}*/
	
/* pc----------------------------------------------*/
@media (min-width: 769px) {

	#top {
		height: 100%;
	}

	#kvBox {
		position: relative;
		width: 100%;
		height: 100%;
	}
	#topKv .kvWrap {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 999;
		background: url("../image/top/kv.jpg") center -70px no-repeat;
		background-size: cover;
	}

	#topKv .kvWrap > p {
		display: none;
	}
 	#topKv .ttlBox {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0 auto;
		padding-bottom: 20px;
		background: url("../image/top/pc/kv_ami.png") repeat-x;
	}
	#topKv h1 {
		width: 620px;
		margin: -30px auto 20px;
	}
	#topKv h1 + p {
		margin: 0 auto 30px;
		font-size: 18px;
		font-weight: bold;
		color: #755343;
	}
	#topKv .scroll {
		width: 40px;
		margin: 0 auto;
	}
		
}
/* /pc---------------------------------------------*/

/* --------------------------------------------------
    メイン
-------------------------------------------------- */
#top h2 {
    text-align: center;
}
	#top h2 em {
		display: block;
		margin-bottom: 10px;
		font-family: Meiryo,"メイリオ";
		font-weight: bold;
	}
	.setOs #top h2 em {
		font-family: 'Rounded Mplus 1c';
		font-weight: 700;
	}
	#top h2 span {
			display: block;
			font-weight: bold;
		}
/* pc----------------------------------------------*/
@media (min-width: 769px) {
	#top h2 {
		margin-bottom: 30px;
		font-size: 34px;
	}
		#top h2 span {
			font-size: 16px;
		}
	#top .sec01 h2 + div {
		overflow: hidden;
		max-width: 890px;
		margin: 0 auto;
	}
}
/* /pc---------------------------------------------*/


/*	ペットプラスの想い 
-------------------------------------------------- */
/* pc----------------------------------------------*/
@media (min-width: 769px) {
	#top .sec01 {
		padding: 70px 10px;
	}
		#top .sec01 h2 + div > img {
			float: left;
			width: 49%;
		}
		#top .sec01 h2 + div > p {
			float: right;
			width: 49%;
			padding-top: 25px;
		}
		
}
/* /pc---------------------------------------------*/

/*	はじめに
-------------------------------------------------- */
#top .sec02 {
	position: relative;
}
#top .sec02:before {
	content: '';
	position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 32px;
    background: url("../image/top/wave_pink.png") repeat-x;
    background-size: auto 32px;
}
#top .sec02:after {
	content: '';
	position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    height: 32px;
    background: url("../image/top/wave_pink.png") repeat-x;
    background-size: auto 32px;
}
#top .sec02 .introBox {
	position: relative;
	z-index: 1;
	background: #fee6e9;
}
#top .sec02 .introBox:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: -1;
	background: url("../image/common/pattern_pad.png");
	background-size: 97px auto;
}
#top .sec02 .introBox ul li {
	border-radius: 4px;
	background-color: #ffffff;
}
#top .sec02 .introBox ul li:first-child {
	background-image: url("../image/top/intro_about_01.svg");
	background-repeat: no-repeat;
}
#top .sec02 .introBox ul li:nth-child(2) {
	background-image: url("../image/top/intro_about_02.svg");
	background-repeat: no-repeat;
}
#top .sec02 .introBox ul li:nth-child(3) {
	background-image: url("../image/top/intro_about_03.svg");
	background-repeat: no-repeat;
}
	#top .sec02 .introBox ul li dl dt {
		font-family: Meiryo,"メイリオ";
		font-weight: bold;
		text-align: center;
	}
	.setOs #top .sec02 .introBox ul li dl dt {
		font-family: 'Rounded Mplus 1c';
		font-weight: 700;
	}
#top .sec02 .introBox .btnDetail {
	width: 260px;
	line-height: 50px;
	margin: 0 auto;
	font-family: Meiryo,"メイリオ";
	font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    border-radius: 40px;
    background:  url("../image/common/icon_arrow_right_white.png") 92% center no-repeat #f86984;
    background-size: 6px auto;
    transition:0.5s;
}
.setOs #top .sec02 .introBox .btnDetail {
	font-family: 'Rounded Mplus 1c';
	font-weight: 700;
}
	#top .sec02 .introBox .btnDetail a {
		display: block;
		font-size: 16px;
		color: #ffffff;
	}

/* pc----------------------------------------------*/
@media (min-width: 769px) {
	#top .sec02 .introBox {
		padding: 70px 0;
	}
		#top .sec02 .introBox h2 + p {
			margin-bottom: 40px;
		}
		#top .sec02 .introBox ul {
			overflow: hidden;
			margin-bottom: 60px;
		}
			#top .sec02 .introBox ul li {
				float: left;
				width: 32%;
				height: 270px;
				padding: 150px 22px 10px;
			}
			#top .sec02 .introBox ul li + li {
				margin-left: 2%;
			}
			#top .sec02 .introBox ul li:first-child {
				background-position: center 30px;
				background-size: 255px auto;
			}
			#top .sec02 .introBox ul li:nth-child(2) {
				background-position: center 30px;
				background-size: 250px auto;
			}
			#top .sec02 .introBox ul li:nth-child(3) {
				background-position: center 30px;
				background-size: 210px auto;
			}
				#top .sec02 .introBox ul li dl dt {
					margin-bottom: 5px;
					font-size: 18px;
				}
		#top .sec02 .introBox .btnDetail:hover {
			opacity: 0.6;
		}
}

/*	コンテンツメニュー
-------------------------------------------------- */
#top .topMenu {
	overflow-x: hidden;
	background: url("../image/common/pattern_ohplink.png") #ebf1f6;
	background-size: 6px auto;
}
#top .topMenu .introList {
	border-bottom-right-radius: 2000px 300px;
	border-bottom-left-radius: 2000px 300px;
	margin-left: -200px;
	margin-right: -200px;
	padding-left: 200px;
	padding-right: 200px;
}
	#top .topMenu .introList ul li {
		position: relative;
		background: #ffffff;
	}
	#top .topMenu .introList ul li:first-child {
		background-image: url("../image/top/intro_list_01.svg");
		background-repeat: no-repeat;
	}
	#top .topMenu .introList ul li:nth-child(2) {
		background-image: url("../image/top/intro_list_02.svg");
		background-repeat: no-repeat;
	}
	#top .topMenu .introList ul li:nth-child(3) {
		background-image: url("../image/top/intro_list_03.svg");
		background-repeat: no-repeat;
	}
	#top .topMenu .introList ul li:nth-child(4) {
		background-image: url("../image/top/intro_list_04.svg");
		background-repeat: no-repeat;
	}
	#top .topMenu .introList ul li:nth-child(5) {
		background-image: url("../image/top/intro_list_05.svg");
		background-repeat: no-repeat;
	}
		#top .topMenu .introList ul li dl dt {
			margin-bottom: 10px;
			font-family: Meiryo,"メイリオ";
			font-weight: bold;
		}
		.setOs #top .topMenu .introList ul li dl dt {
			font-family: 'Rounded Mplus 1c';
			font-weight: 700;
		}
		#top .topMenu .introList ul li dl dt + dd {

		}
		#top .topMenu .introList ul li dl dt + dd + dd {
			font-weight: bold;
			text-align: right;
		}
			#top .topMenu .introList ul li dl dt + dd + dd a {
				display: inline-block;
				color: #f86984;
				background: url("../image/common/icon_arrow_pink.png") right center no-repeat;
			}

/* pc----------------------------------------------*/
@media (min-width: 769px) {

	#top .topMenu .introList {
		padding: 100px 0 120px;
		background: url("../image/common/pattern_ami.png");
	}
		#top .topMenu .introList ul {
			overflow: hidden;
			margin: -20px 0 0 -20px;
		}
			#top .topMenu .introList ul li {
				float: left;
				width: 490px;
				height: 340px;
				margin: 20px 0 0 20px;
				padding: 160px 15px 15px;
				border-radius: 4px;
				border: 4px solid #fee6e9;
			}
			#top .topMenu .introList ul li:first-child {
				background-position: center 20px;
				background-size: 425px auto;
			}
			#top .topMenu .introList ul li:nth-child(2) {
				background-position: center 20px;
				background-size: 425px auto;
			}
			#top .topMenu .introList ul li:nth-child(3) {
				background-position: center 20px;
				background-size: 440px auto;
			}
			#top .topMenu .introList ul li:nth-child(4) {
				background-position: center 20px;
				background-size: 435px auto;
			}
			#top .topMenu .introList ul li:nth-child(5) {
				background-position: center 20px;
				background-size: 450px auto;
			}
				#top .topMenu .introList ul li dl dt {
					font-size: 22px;
				}
				#top .topMenu .introList ul li dl dt + dd {
					margin-bottom: 15px;
				}
				#top .topMenu .introList ul li dl dt + dd + dd {
					position: absolute;
					right: 15px;
					bottom: 15px;
					font-size: 16px;
				}
					#top .topMenu .introList ul li dl dt + dd + dd a {
						padding-right: 20px;
						background-size: 8px auto;
					}

}






/* --------------------------------------------------
    petplus公式サイトへ
-------------------------------------------------- */
#ohpLinkTop {
	/*background: url("../image/common/pattern_ohplink.png") #ebf1f6;
	background-size: 6px auto;*/
}
	#ohpLinkTop .ohpBox {
		max-width: 1020px;
		margin: 0 auto;
		background: #ffffff;
	}
		#ohpLinkTop .ohpBox dt {
			margin-bottom: 30px;
			font-size: 18px;
			font-weight: bold;
			color: #144794;
			text-align: center;
		}
		#ohpLinkTop .ohpBox dd > div {
			overflow: hidden;
		}
		#ohpLinkTop .ohpBox dd > div .checkTxt {
			width: 100px;
			margin-bottom: 10px;
		}
		#ohpLinkTop .ohpBox dd > div .checkTxt + p {
			margin-bottom: 1em;
			font-size: 16px;
		}
		#ohpLinkTop .ohpBox dd > div .checkTxt + p + p {
			margin-bottom: 2em;
		}
			#ohpLinkTop .ohpBox dd > div .checkTxt + p + p a {
				text-decoration: underline;
			}
		#ohpLinkTop .ohpBox dd > div .linkBtn {
			position: relative;
			width: 210px;
			line-height: 30px;
			margin: 0 auto;
			font-size: 14px;
			font-family: Meiryo,"メイリオ";
			font-weight: bold;
		    text-align: center;
		    letter-spacing: 0.1em;
		    transition: 0.5s;
		    -webkit-text-size-adjust: 100%;
		    -webkit-font-smoothing: subpixel-antialiased;
		}
		.setOs #ohpLinkTop .ohpBox dd > div .linkBtn {
			font-family: 'Rounded Mplus 1c';
			font-weight: 700;
		}
		#ohpLinkTop .ohpBox dd > div .linkBtn:after {
			content: '';
			position: absolute;
			top: 10px;
			right: 20px;
			width: 10px;
			height: 10px;
			background: url("../image/common/icon_target_white.png") center no-repeat #014793;
		    background-size: 10px auto;
		}
			#ohpLinkTop .ohpBox dd > div .linkBtn a {
				display: block;
				color: #FFFFFF;
				border-radius: 40px;
				background: #014793;
			}
/* pc----------------------------------------------*/
@media (min-width: 769px) {

	#ohpLinkTop {
		position: relative;
		padding: 70px 10px 90px;
	}
		#ohpLinkTop .ohpBox {
			padding: 50px 70px;
		}
		#ohpLinkTop .ohpBox dd {
			overflow: hidden;
		}
			#ohpLinkTop .ohpBox dd > p {
				float: left;
				width: 395px;
			}
			#ohpLinkTop .ohpBox dd > div {
				float: right;
				width: 425px;
			}
			#ohpLinkTop .ohpBox dd > div .linkBtn {
				float: right;
			}
			#ohpLinkTop .ohpBox dd > div .linkBtn:hover {
				opacity: 0.6;
			}
}
/* /pc----------------------------------------------*/
















