@charset "utf-8";
/* Normalize CSS */
* {
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body,
figure {
	margin: 0;
}
article, footer, header, nav, section {
	display: block;
}
a {
	text-decoration: none;
	background-color: transparent;
	outline: none;
}
a:active, a:hover {
	outline: 0;
}
h1, h2, h3, h4, p, dl, dt, dd, td, th {
	margin: 0;
	padding: 0;
	font-weight: 400;
}
b, strong {
	font-weight: bold;
}
ol, ul {
	margin: 0;
	padding:0;
	list-style: none;
}
img {
	display: block;
	border: 0;
	vertical-align: bottom;
}
/* Adjust common CSS */
.gnavi {
	background: #fff;
}
.gnavi-logo {
	display: inline-block;
}
.gnavi-item img {
	display: inline-block;
}
.side-sns a img {
	opacity: 0.2;
}
.l-footer {
	background: #fff;
}

/*-------------------------
	PC
--------------------------*/
/* Common */
html {
	font-size: 10px;
}
body {
	min-width: 1040px;
	padding-top: 116px;
	font-family: -apple-system, 'Noto Sans', YuGothic, 'Yu Gothic Medium', sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	color: #333;
	background: #f5f5f5;
}
.choice-baseline {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto 80px auto;
	padding: 80px 70px;
	background: #fff;
}
.choice-btn {
	display: block;
	width: 360px;
	height: 60px;
	line-height: 60px;
	margin: 80px auto 0 auto;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	background: #fff;
	border: 2px solid #000;
	border-radius: 6px;
}
.sp-br {
	display: none;
}
.choice-explanation {
	margin-bottom: 80px;
}
.choice-explanation p {
	margin-bottom: 20px;
}
/* Heading */
.choice-heading {
	margin-bottom: 50px;
	padding-bottom: 79px;
	background: url(../img/common/icon-cat.png) center bottom/28px 29px no-repeat;
}
.choice-heading img {
	display: block;
	margin: 0 auto;
	padding: 0 5px 6px 5px;
	box-shadow: 0 -10px 0 #f0f0f0 inset;
}
.choice-heading1 {
	width: 350px;
}
.choice-heading2,
.choice-heading3 {
	height: 82px;
	max-width: 100%;
}
.choice-heading4 {
	width: 230px;
}
.choice-heading-little {
	width: 100%;
	margin-bottom: 26px;
	text-align: center;
	font-size: 2.4rem;
}
.choice-heading-little span {
	display: inline-block;
	padding-left: 46px;
}
.choice-heading-little-food span {
	background: url(../img/common/icon-food.png) no-repeat left center/30px 30px;
}
.choice-heading-little-water span {
	background: url(../img/common/icon-water.png) no-repeat left center/30px 30px;
}
/* KV */
.choice-kv {
	position: relative;
	height: 638px;
	padding-top: 516px;
	background: #fff url(../img/common/kv-img-pc.jpg) no-repeat center 25%/auto;
	border: 5px solid #ccc;
}
.choice-kv-supervisor {
	display: block;
	position: absolute;
	top: 20px;
	right: calc(50% - 480px);
	width: 100px;
}
.choice-kv-title {
	display: block;
	position: absolute;
	top: 62px;
	right: calc(50% - 480px);
	width: 407px;
	height: 39px;
}
.choice-kv-copy {
	display: block;
	position: absolute;
	top: 130px;
	right: calc(50% - 480px);
	width: 321px;
	height: 78px;
}
.choice-kv-link {
	display: flex;
	width: 640px;
	margin: 0 auto;
	justify-content: space-between;
}
.choice-kv-link a {
	display: block;
	position: relative;
	width: 300px;
	line-height: 24px;
	padding: 8px 0 6px 0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: #222;
	border: 5px solid #ccc;
	border-radius: 8px;
}
.choice-kv-link a::before {
	display: block;
	position: absolute;
	top: -21px;
	left: -11px;
	width: 28px;
	height: 29px;
	padding-top: 6px;
	font-size: 1.4rem;
	font-weight: 400;
	color: #fff;
	background: url(../img/common/icon-cat.png) center/28px 29px no-repeat;
}
.choice-kv-link li:nth-child(1) a::before {
	content: '1';
}
.choice-kv-link li:nth-child(2) a::before {
	content: '2';
}
.choice-kv-link span {
	display: block;
	font-size: 1.2rem;
}
.choice-kv-btn {
	margin: -30px 0 50px 0;
}
.choice-kv-btn .choice-btn {
	color: #fff;
	background: #dec44d;
	border: 2px solid #dec44d;
}
/* About */
.choice-about {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -40px;
}
.choice-about-item {
	width: calc((100% - 80px)/3);
	margin-bottom: 40px;
	padding: 20px;
	border: 1px solid #ccc;
}
.choice-about-item:nth-child(3n-1) {
	margin: 0 40px 40px 40px;
}
.choice-about-item-title {
	display: flex;
	align-items: center;
}
.choice-about-item-title h3 {
	font-size: 1.7rem;
}
.choice-about-item-title div {
	width: 40px;
	line-height: 11px;
	margin-right: 14px;
	text-align: center;
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 1.1rem;
}
.choice-about-item-title div span {
	display: block;
	line-height: 30px;
	margin-top: 5px;
	font-size: 3rem;
	font-weight: bold;
}
.choice-about-item img {
	display: block;
	width: 100%;
	margin: 18px 0;
}
.choice-about-item p {
	font-size: 1.4rem;
}
/* How to choose - Height & Age */
.choice-table {
	border-top: 1px solid #ccc;
}
.choice-table-item {
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.choice-table1-title {
	display: flex;
	width: 18%;
	height: 110px;
	line-height: 22px;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.4rem;
	background: #f5f5f5;
}
.choice-table1-goods {
	display: flex;
	position: relative;
	width: calc(82% - 590px);
	height: 110px;
	justify-content: center;
	align-items: flex-end;
	text-align: center;
	font-family: -apple-system, 'Noto Sans', YuGothic, 'Yu Gothic Medium', sans-serif;
}
.choice-table1-goods img {
	display: block;
	position: absolute;
	top: 0;
	left: calc(50% - 37px);
	width: 74px;
	height: 74px;
}
.choice-table1-goods div {
	line-height: 16px;
	font-size: 1.2rem;
}
.choice-table1-goods div span {
	display: block;
	font-size: 1rem;
	color: #999;
}
.choice-table1-goods div small {
	font-size: 1.2rem;
}
.choice-table1-photo {
	display: flex;
	width: 590px;
}
.choice-table1-photo-item {
	position: relative;
	width: 110px;
	height: 110px;
}
.choice-table1-photo-item:not(:last-child) {
	margin-right: 10px;
}
.choice-table1-photo-item img {
	display: block;
	width: 110px;
	height: 110px;
}
.choice-table1-photo-item div {
	position: absolute;
	bottom: 0;
	width: 110px;
	height: 60px;
	line-height: 12px;
	padding-top: 32px;
	text-align: center;
	font-size: 1rem;
	color: #fff;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4));
}
.choice-height {
	max-width: 100%;
	margin: 80px auto;
}
/* How to choose - Purpose */
.choice-table2-title {
	display: flex;
	position: relative;
	width: 200px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 40px;
	font-size: 1.4rem;
	background: #f5f5f5;
}
.choice-table2-title::before {
	display: block;
	position: absolute;
	top: calc(50% - 30px);
	left: auto;
	right: auto;
	width: 30px;
	height: 30px;
	content: '';
}
.choice-table2-title-food::before {
	background: url(../img/common/icon-food.png) no-repeat center/30px 30px;
}
.choice-table2-title-water::before {
	background: url(../img/common/icon-water.png) no-repeat center/30px 30px;
}
.choice-table2-goods-cont {
	display: flex;
	width: calc(100% - 200px);
	flex-wrap: wrap;
	padding: 20px 40px;
}
.choice-table2-goods-item {
	width: calc(82%/4);
}
.choice-table2-goods-item:not(:nth-child(4n)) {
	margin-right: 6%;
}
.choice-table2-goods-item:nth-child(n+5) {
	margin-top: 30px;
}
.choice-table2-goods-item img {
	display: block;
	width: 90px;
	height: 90px;
	margin: 0 auto;
}
.choice-table2-goods-item-text div {
	line-height: 20px;
	margin: 24px 0 12px 0;
	text-align: center;
	font-size: 1.4rem;
}
.choice-table2-goods-item-text p {
	line-height: 18px;
	font-size: 1.2rem;
	color: #999;
}
/* FAQ */
.choice-faq dl {
	padding: 40px 0;
	border-top: 1px solid #ccc;
}
.choice-faq dl:last-child {
	padding-bottom: 0;
}
.choice-faq dt {
	position: relative;
	line-height: 30px;
	margin-bottom: 40px;
	padding-left: 50px;
	font-size: 1.8rem;
}
.choice-faq dd {
	position: relative;
	padding-left: 50px;
}
.choice-faq dt::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 3.6rem;
	font-family: YuMincho, 'Yu Mincho', serif;
	content: 'Q';
}
.choice-faq dd::before {
	display: block;
	position: absolute;
	top: -14px;
	left: 4px;
	font-size: 3.6rem;
	font-family: YuMincho, 'Yu Mincho', serif;
	color: #bbb;
	content: 'A';
}
/* Dog */
.choice-heading-dog {
	background: url(../img/common/icon-dog.png) center bottom/33px 25px no-repeat;
}
.choice-heading1-dog {
	width: 435px;
}
.choice-kv-dog {
	background: #fff url(../img/common/kv-img-pc-dog.jpg) no-repeat center 25%/auto;
}
.choice-kv-copy-dog {
	width: auto;
	height: 48px;
}
.choice-kv-link-dog a::before {
	top: -18px;
	left: -15px;
	width: 33px;
	height: 25px;
	padding-top: 2px;
	background: url(../img/common/icon-dog.png) center/33px 25px no-repeat;
}

/*-------------------------
	SP
--------------------------*/
@media screen and (max-width: 767px) {
/* Common */
body {
	min-width: 100%;
	padding-top: 70px;
	font-size: 1.4rem;
}
.choice-baseline {
	margin: 0 auto 50px auto;
	padding: 50px 4%;
}
.choice-btn {
	width: 355px;
	max-width: 90%;
	margin-top: 50px;
}
.sp-br {
	display: block;
}
.choice-explanation {
	margin-bottom: 1px;
}
/* Heading */
.choice-heading {
	margin-bottom: 40px;
	padding-bottom: 69px;
}
.choice-heading1 {
	width: 250px;
}
.choice-heading2,
.choice-heading3 {
	height: 65px;
}
.choice-heading4 {
	width: 177px;
}
.choice-heading-little {
	margin: 50px 0 20px 0;
	font-size: 1.7rem;
}
.choice-heading-little span {
	padding-left: 40px;
}
/* KV */
.choice-kv {
	padding-top: 516px;
	background: #fff url(../img/common/kv-img-sp.jpg) no-repeat center 84px/362px 425px;
}
.choice-kv-supervisor {
	top: 20px;
	right: 20px;
	width: 84px;
	height: 24px;
}
.choice-kv-title {
	top: 52px;
	right: 20px;
	width: 265px;
	height: 26px;
}
.choice-kv-copy {
	top: 98px;
	right: 20px;
	width: 215px;
	height: 52px;
}
.choice-kv-link {
	width: 325px;
}
.choice-kv-link a {
	width: 150px;
	line-height: 22px;
	font-size: 1.6rem;
	letter-spacing: -1px;
}
.choice-kv-link a span {
	letter-spacing: 0;
}
/* About */
.choice-about-item {
	width: 100%;
	margin-bottom: 30px;
}
.choice-about-item:nth-child(3n-1) {
	margin: 0 0 30px 0;
}
/* How to choose - Height & Age */
.choice-table-item {
	padding: 5px 0;
}
.choice-table1-title {
	width: 100px;
	height: 110px;
	line-height: 20px;
	font-size: 1.15rem;
	letter-spacing: -0.5px;
}
.choice-table1-goods {
	width: calc(100% - 220px);
}
.choice-table1-goods div small {
	font-size: 1.1rem;
	letter-spacing: -1px;
}
.choice-table1-photo {
	width: 120px;
	overflow-x: auto;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}
.choice-table1-photo-item:not(:last-child) {
	margin-right: 5px;
}
.choice-height {
	max-width: 100%;
	margin: 50px auto;
}
/* How to choose - Purpose */
.choice-table2 {
	margin-top: 40px;
}
.choice-table2-title {
	width: 80px;
}
.choice-table2-goods-cont {
	width: calc(100% - 80px);
	padding: 10px 0 0 20px;
}
.choice-table2-goods-item {
	display: flex;
	position: relative;
	width: 100%;
	min-height: 90px;
	align-items: center;
	margin: 0 0 15px 0;
}
.choice-table2-goods-item:not(:nth-child(4n)),
.choice-table2-goods-item:nth-child(n+5) {
	margin: 0 0 15px 0;
}
.choice-table2-goods-item img {
	margin-right: 12px;
}
.choice-table2-goods-item-text div {
	margin: 0 0 6px 0;
	text-align: left;
}
.choice-table2-goods-item-text p {
	line-height: 16px;
	font-size: 1rem;
}
/* FAQ */
.choice-faq dt {
	line-height: 28px;
	margin-bottom: 28px;
	font-size: 1.7rem;
}
/* Dog */
.choice-kv-dog {
	background: #fff url(../img/common/kv-img-sp-dog.jpg) no-repeat right 84px/362px 425px;
}
.choice-kv-copy-dog {
	height: 32px;
}
.choice-heading1-dog {
	width: 315px;
}
}