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

/* =========================================================
KEY
========================================================= */
.lower.cate-product.page-dog #heroWrap .hero {
	background: url("../../images/pet/product/dog/key.jpg") no-repeat top center;
	background-size: cover;
}
.lower.cate-product.page-cat #heroWrap .hero {
	background: url("../../images/pet/product/cat/key.jpg") no-repeat top center;
	background-size: cover;
}


/* =========================================================
商品紹介
========================================================= */
.pet .sqTit {
	width: 200px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(224,105,0);
	background: linear-gradient(90deg, rgba(224,105,0,1) 0%, rgba(164,29,33,1) 100%);
	position: absolute;
	top: -100px;
	left: calc(50% - 100px);
	margin: 0 auto;
}
.pet .sqTit:before {
	content: "";
	background: #e06900;
	width: 1px;
	height: calc(100% + 5px);
	position: absolute;
	top: 0;
	right: -5px;
}
.pet .sqTit:after {
	content: "";
	background: #e06900;
	width: calc(100% + 5px);
	height: 1px;
	position: absolute;
	bottom: -5px;
	left: 0;
}

.pet .sqTit .cateName {
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
}

.pet #proList .cateArea {
	position: relative;
	padding: 100px 0 100px;
	margin: 0 0 60px;
}
.pet #proList .cateArea:last-child {
	margin: 0;
}
.pet #proList .ezo {
    padding: 30px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.04);
	margin: 0 0 40px;
}
.pet #proList .ezo .subTit {
    width: 510px;
	float: left;
	font-size: 20px;
	color: #333;
}
.pet #proList .ezo .picBox {
	float: right;
	display: flex;
}
.pet #proList .ezo .picBox p {
	font-size: 13px;
	letter-spacing: normal;
	line-height: 1.6;
	margin: 8px 0 0;
}
.pet #proList .ezo .picBox .pic01 {
	width: 220px;
}
.pet #proList .ezo .picBox .pic02 {
	width: 200px;
	margin: 30px 10px 0 0;
}
.pet #proList .ezo .txt {
	width: 510px;
	float: left;
	font-size: 15px;
	letter-spacing: 0.05em;
}


.pet #proList .itemBox {
	display: flex;
	padding: 75px 50px 0 190px;
	min-height: 500px;
	position: relative;
	margin: 0 0 30px;
	box-sizing: border-box;
}
.pet #proList .itemBox:last-child {
	margin: 0;
}
.pet #proList .itemBox .start {
	background: #fb7676;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #fff;
	line-height: 1.3;
	text-align: center;
	padding: 8px 0 0 1px;
	box-sizing: border-box;
	position: relative;
	position: absolute;
	z-index: 2;
	top: -56px;
	left: -70px;
}
.pet #proList .itemBox .start:before {
	content: "";
	border-radius: 50%;
	border: solid 2px #fff;
	width: 54px;
    height: 54px;
    position: absolute;
    top: 1px;
    left: 1px;
}
.pet #proList .itemBox .start span {
	font-size: 18px;
	font-weight: bold;
}
.pet #proList .itemBox .picWrap {
	width: 218px;
	margin: 0 40px 0 0;
	position: relative;
	z-index: 1;
}
.pet #proList .itemBox .pic:before {
	content: "";
	background: #fff;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	position: absolute;
	top: -75px;
	left: -140px;
	z-index: -1;
}
.pet #proList .itemBox .txtBox {
	width: 500px;
	position: relative;
	z-index: 1;
	flex: 1;
}
.pet #proList .tagList {
	margin: 0 0 10px;
}
.pet #proList .tagList li {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	padding: 7px 14px 7px 16px;
	letter-spacing: 0.025em;
	margin: 0 10px 0 0;
}
.pet #proList .tagList .grnLabel {
	background: #008c23;
}
.pet #proList .tagList .bluLabel {
	background: #0070bf;
}
.pet #proList .tagList .gryLabel {
	background: #7f7f7f;
}
.pet #proList .proName {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-bottom: solid 1px #333;
	line-height: 1.3;
	padding: 0 0 16px;
	margin: 0 0 20px;
}
.pet #proList .proName .small {
	font-size: 18px;
}
.pet #proList .itemBox .txt {
    letter-spacing: 0.02em;
}
.pet #proList .itemBox .twoCol {
	margin: 20px 0 0;
	justify-content: space-between;
}
.pet #proList .itemBox .priceBox {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.pet #proList .itemBox .limit {
	color: #a41d21;
	text-align: center;
	font-size: 16px;
	background: #fff;
	border: solid 2px #a41d21;
	width: 132px;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	padding: 1px;
	margin: 0 0 12px;
}
.pet #proList .itemBox .price {
	color: #a41d21;
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
	margin: 0 0 15px;
}
.pet #proList .itemBox .price span {
	font-size: 34px;
}
.pet #proList .btnRed {
    width: 230px;
	margin: 0 auto;
}
.pet #proList .btnRed a {
	background: #a41d21 url("../../images/pet/shared/arr_white.png") no-repeat right 15px center;
	background-size: 8px auto;
    font-size: 15px;
    border-radius: 10px;
    padding: 14px 40px;
}
.pet .btnWeb {
    width: 480px;
}
.pet .btnWeb a {
    font-size: 20px;
}


@media screen and (max-width: 768px) {
	
	
/* =========================================================
KEY
========================================================= */
.lower.cate-product.page-dog #heroWrap .hero {
	background: url("../../images/pet/product/dog/key_sp.jpg") no-repeat top center;
	background-size: cover;
	position: relative;
}
.lower.cate-product.page-dog #heroWrap .hero:before {
  content: "";
  background: rgba(255,255,255,0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lower.cate-product.page-dog #heroWrap .hero .txtBox {
  position: relative;
  z-index: 1;
}
.lower.cate-product.page-cat #heroWrap .hero {
  background: url("../../images/pet/product/cat/key_sp.jpg") no-repeat top center;
  background-size: cover;
  position: relative;
}
.lower.cate-product.page-cat #heroWrap .hero:before {
  content: "";
  background: rgba(255,255,255,0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lower.cate-product.page-cat #heroWrap .hero .txtBox {
  position: relative;
  z-index: 1;
}
	
	
/* =========================================================
商品紹介
========================================================= */
.pet .sqTit {
	width: 100px;
	height: 100px;
	position: absolute;
	top: -50px;
	left: calc(50% - 50px);
	margin: 0 auto;
}
.pet .sqTit .cateName {
	font-size: 18px;
}

.pet #proList .cateArea {
	position: relative;
	padding: 40px 4% 40px;
	margin: 0 0 30px;
}
.pet #proList .ezo {
    padding: 40px 4%;
	margin: 0 0 80px;
}
.pet #proList .ezo .subTit {
    width: 100%;
	float: none;
	font-size: 20px;
}
.pet #proList .ezo .picBox {
	float: none;
	display: flex;
	margin: 0 0 20px;
}
.pet #proList .ezo .picBox p {
	font-size: 11px;
	line-height: 1.5;
	margin: 6px 0 0;
}
.pet #proList .ezo .picBox .pic01 {
	width: 55%;
}
.pet #proList .ezo .picBox .pic02 {
	width: 44%;
	margin: 30px 1% 0 0;
}
.pet #proList .ezo .txt {
	width: 100%;
	float: none;
	font-size: 15px;
}

.pet #proList .itemBox {
	display: block;
	padding: 0;
	min-height: inherit;
	position: relative;
	margin: 0 0 80px;
}
.pet #proList .itemBox .start {
	width: 60px;
	height: 60px;
	padding: 8px 0 0 1px;
	top: -20px;
	left: -70px;
}
.pet #proList .itemBox .start span {
	font-size: 18px;
}
.pet #proList .itemBox .picWrap {
	width: 180px;
	margin: 0 auto 20px;
}
.pet #proList .itemBox .pic:before {
	width: 350px;
    height: 350px;
    top: -30px;
    left: calc(50% - 175px);
}
.pet #proList .itemBox .txtBox {
	width: 100%;
}
.pet #proList .tagList {
	margin: 0 0 10px;
}
.pet #proList .tagList li {
	font-size: 15px;
	padding: 7px 14px 7px 16px;
	margin: 0 8px 0 0;
}
.pet #proList .proName {
	font-size: 20px;
	padding: 0 0 16px;
	margin: 0 0 20px;
}
.pet #proList .proName .small {
	font-size: 16px;
}
.pet #proList .itemBox .twoCol {
	margin: 15px 0 0;
	display: block;
}
.pet #proList .itemBox .twoCol .ovBox ul {
	display: flex;
	flex-wrap: wrap;
}
.pet #proList .itemBox .twoCol .ovBox li {
	width: 50%;
}
.pet #proList .itemBox .priceBox {
	display: block;
	margin: 15px 0 0;
	text-align: center;
}
.pet #proList .itemBox .limit {
	font-size: 15px;
	width: 132px;
	margin: 0 auto 5px;
}
.pet #proList .itemBox .price {
	font-size: 18px;
	margin: 0 0 15px;
	line-height: 1;
}
.pet #proList .itemBox .price span {
	font-size: 30px;
}
.pet #proList .btnRed {
    width: 88%;
	margin: 0 auto;
}
.pet #proList .btnRed a {
	background: #a41d21 url("../../images/pet/shared/arr_white.png") no-repeat right 15px center;
	background-size: 8px auto;
    font-size: 15px;
    padding: 14px 40px;
	
	
}
.pet .btnWeb {
    width: 96%;
	margin: 0 auto;
}
.pet .btnWeb a {
    font-size: 18px;
}		
	
}







