@charset "utf-8";


@media screen and (min-width: 768px) {
	.sp-only {display: none !important;}
}
@media screen and (max-width: 767px) {
	.pc-only {display: none !important;}
}


.p-top {
	height: 100vh;
	display: flex;
	flex-direction: column;
}


.p-top__logo {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
}


.p-top__content {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 100%;
	justify-content: space-between;
}
.p-top__content .block1 {
	width: calc(50% - 2px);
	height: 100%;
	display: flex;
	position: relative;
}
.p-top__content .block1 a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	color: #fff;
	text-decoration: none;
	position: relative;
}
.p-top__content .block1 a:before {
	display: block;
	content: "";
	position: absolute;
	left: 5px;
	top: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px double rgba(255,255,255,.7);
	z-index: 2;
}
.p-top__content .block1 {}
.p-top__content .block1 .box1 {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	width: 100%;
	height: calc(100% - 130px);
	/*height: 100%;*/
	justify-content: center;
	align-items: center;
}
.p-top__content .block1 .box1 .txt1 {
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: rgba(255,255,255,.9);
	min-width: 320px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.p-top__content .block1 .box1 .txt1 ul {display: none;}
.p-top__content .block1 .box1 .btn {
	margin-top: 18px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: #000;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	width: 130px;
	padding: 5px 15px 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.p-top__content .block1 .box2 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 131px;
	align-items: center;
}
.p-top__content .block1 .box2 ul {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	list-style: none;
	padding: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.p-top__content .block1 .box2 li {
	font-size: 90%;
	line-height: 140%;
}
.p-top__content .block1 .box2 li strong {
	font-size: 120%;
	font-weight: bold;
}
.p-top__content .block1.design .box1 {background-image: url(img/2020/top/design_img1.jpg);}
.p-top__content .block1.design .box2 {background-color: #2bb1f2;}
.p-top__content .block1.pet .box1 {background-image: url(img/2020/top/pet_img1.jpg);}
.p-top__content .block1.pet .box2 {background-color: #ffc000;}
.p-top__content .block1 a:hover {opacity: 0.7;-ms-filter: "alpha(opacity=70)";filter: alpha(opacity=70);}


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

/*.p-top {height: 100%;}*/
.p-top__logo {padding: 0 15px;}
.p-top__logo img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.p-top__content {
	display: block;
	/*height: calc(100% - 48px);*/
	height: 100%;
	min-height: 480px;
}
.p-top__content .block1 {
	width: 100%;
	height: auto;
	/*height: calc(50% - 4px);*/
	/*margin-top: 4px;*/
}
.p-top__content .block1 a {height: auto;}
.p-top__content .block1 .box1 {
	height: auto;
	height: 100%;
	padding: 20vw 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.p-top__content .block1 .box1 .txt1 {
	min-width: initial;
	padding: 20px 30px;
	/*background-color: rgba(255,255,255,.95);*/
	background-color: transparent;
}
.p-top__content .block1 .box1 .txt1 ul {
	display: flex;
	list-style: none;
	padding-top: 5px;
	text-shadow: -2px -2px 6px #fff,
				 -2px 0 6px #fff,
				 -2px 2px 6px #fff,
				 0 -2px 6px #fff,
				 0 0 6px #fff,
				 0 -2px 6px #fff,
				 2px -2px 6px #fff,
				 2px 0 6px #fff,
				 2px 2px 6px #fff,
				 -4px -4px 20px #fff,
				 -4px 0 20px #fff,
				 -4px 4px 20px #fff,
				 0 -4px 20px #fff,
				 0 0 20px #fff,
				 0 -4px 20px #fff,
				 4px -4px 20px #fff,
				 4px 0 20px #fff,
				 4px 4px 20px #fff
				 ;
}
.p-top__content .block1 .box1 .txt1 li {
	/*width: 33.3333%;*/
	font-size: 55%;
	line-height: 120%;
	color: #333;
	text-align: left;
	margin-right: 10px;
}
.p-top__content .block1 .box1 .txt1 li:last-child {margin-right: 0;}
.p-top__content .block1 .box1 .txt1 li span,
.p-top__content .block1 .box1 .txt1 li strong {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}
.p-top__content .block1 .box1 .txt1 li strong {font-size: 110%;}
.p-top__content .block1 .box1 .txt1 li span {margin-top: 2px;color: #000;}
.p-top__content .block1 .box1 .txt1 li:last-child {margin-bottom: 0;}
.p-top__content .block1 .box1 .btn {
	margin-top: 8px;
	box-shadow: 0 0 12px 5px #fff;
	font-size: 108%;
	padding: 3px 10px 2px;
}
.p-top__content .block1.design {height: 55%;}
.p-top__content .block1.design .box1 {padding: 7vw 0 10vw;}
.p-top__content .block1.design .box1 h2 img {width: 190px;height: auto;}
.p-top__content .block1.design .box1 .txt1 {padding-top: 0;padding-bottom: 0;}
.p-top__content .block1.design .box1 .txt1 ul {position: relative;margin-left: -20px;margin-right: -20px;}
.p-top__content .block1.design .box1 .txt1 li strong {color: #2bb1f2;}
.p-top__content .block1.pet {height: calc(45% - 4px);margin-top: 4px;}
.p-top__content .block1.pet .box1 {padding: 7vw 0 10vw;background-image: url(img/2020/top/pet_img1_sp.jpg);}
.p-top__content .block1.pet .box1 h2 img {width: 75px;height: auto;}
.p-top__content .block1.pet .box1 .txt1 {padding-top: 0;padding-bottom: 20px;}
.p-top__content .block1.pet .box1 .txt1 li strong {color: #ffc000;}
.p-top__content .block1 .box2 {display: none;position: static;min-height: initial;}

}