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


/*======================
mv
======================*/
.top_mv{
	background-image: url("images/mv_back.png");
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 815px;
	position: relative;
	padding-top: 112px;
	z-index: 0;
}
.top_mv::after{
	content: "";
	width: 100%;
	height: 82px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	z-index: -1;
}

@media only screen and (max-width: 1024px) {
.top_mv{
	height: 100%;
	padding-bottom: 60px;
}
}
@media only screen and (max-width: 767px) {
.top_mv{
	height: 100%;
	padding-top: 100px;
}
}


.mv_wrap{
	padding-left: 82px;
	padding-right: 82px;
	position: relative;
}
.mv_wrap .mv img{
	width: 100%;
	height: 470px;
	object-fit: cover;
	object-position: center;
	border-radius: 80px;
}
.mv_online{
	position: absolute;
	top: 20px;
	right:6%;
}
.mv_online img{
	width: 180px;
	height: auto;
}

.nikukyu_top{
	position: absolute;
	z-index: -1;
	top: -26px;
    left: -26px;
}
.nikukyu_top img{
	width: 163px;
	height: auto;
}

.nikukyu_btm{
	position: absolute;
	    bottom: -10px;
    right: 8px;
}
.nikukyu_btm img{
	width: 226px;
	height: auto;
}

@media only screen and (max-width: 1024px) {
	.mv_wrap{
	padding-left: 42px;
	padding-right: 42px;
}
.mv_wrap .mv img{
	height: 340px;
	border-radius: 60px;
}
	.mv_online img{
	width: 130px;
	height: auto;
}
	.nikukyu_top img{
	width: 115px;
	height: auto;
}
	.nikukyu_btm img{
	width: 160px;
	height: auto;
}
}
@media only screen and (max-width: 767px) {
	.mv_wrap{
	padding-left: 15px;
	padding-right: 15px;
}
	.mv_wrap .mv img{
	height: 320px;
	border-radius: 40px;
}
	.mv_online{
	top: 6px;
}
	.mv_online img{
	width: 136px;
	height: auto;
}
		.nikukyu_top img{
	width: 108px;
	height: auto;
}
	
	.nikukyu_btm{
	    bottom: -55px;
    right: 8px;
}
		.nikukyu_btm img{
	width: 112px;
	height: auto;
}
}


.mv_flex_area{
	display: flex;
	justify-content: space-between;
	position: relative;
}

.mv_catchcopy{
	padding-left: 83px;
	display: flex;
	align-items: flex-end;
	margin-top: -25px;
	position: relative;
	z-index: 1;
}
.mv_catchcopy h1{
	margin-right: 10px;
}
.mv_catchcopy h1 img{
	width: 412px;
	height: auto;
}
.mv_catchcopy .sub img{
	width: 236px;
	height: auto;
}

.mv_copy {
	position: absolute;
	left: 35px;
	bottom: 0;
}
.mv_copy p{
	font-size: 12px;
	letter-spacing: 1.5px;
}


@media only screen and (max-width: 1320px) {
.mv_catchcopy{
	display: block;
}
	.mv_catchcopy .sub{
	margin-top: 10px;
}
}
@media only screen and (max-width: 1024px) {
.mv_flex_area{
	display: block;
}
	.mv_catchcopy{
		display: flex;
	padding-left: 42px;
}
.mv_catchcopy h1{
	margin-right: 0;
}
.mv_catchcopy h1 img{
	width: 356px;
	height: auto;
}
}
@media only screen and (max-width: 767px) {
	.mv_catchcopy{
		display: block;
	padding-left: 15px;
		margin-top: 10px
}
	.mv_catchcopy h1 img{
	width: 340px;
	height: auto;
}
}


.mv_puppy{
	position: absolute;
	top: 48px;
	right: 35px;
	display: flex;
}
.mv_puppy .hukidasi{
	margin-top: -30px;
}
.mv_puppy .hukidasi img{
	width: 140px;
}


.mv_puppy .puppy_list{
	display: flex;
}
.mv_puppy .puppy_list li{
	margin-right: 6px;
}
.mv_puppy .puppy_list li:last-child{
	margin-right: 0;
}
.mv_puppy .puppy_list img{
	width: 122px;
	height: 122px;
	object-fit: cover;
	border-radius: 50%;
}



/*1600px以降*/
@media only screen and (min-width: 1600px) {
	.top_mv{
	height: 100vh;
}
	.mv_wrap .mv{
		height: 62vh;
	}
	.mv_wrap .mv img{
	width: 100%;
	height: 100%;
}
	.mv_online img{
	width:12vw;
	height: auto;
}
	.mv_catchcopy h1 img{
	width: 26vw;
	height: auto;
}
.mv_catchcopy .sub img{
	width: 22vw;
	height: auto;
}
	
}


@media only screen and (max-width: 1024px) {
	.mv_puppy {
		position: inherit;
	    top: inherit;
		right: inherit;
		justify-content: flex-end;
		margin-top: 30px;
		padding-right: 15px;
}
	.mv_puppy .hukidasi{
	margin-top: 0;
		margin-right: 15px;
}
}

@media only screen and (max-width: 767px) {
	.mv_puppy {
		position: relative;
		display: block;
	}
	.mv_puppy .puppy_list{
		flex-wrap: wrap;
		justify-content: flex-end;
		position: relative;
	}
	.mv_puppy .puppy_list::before{
		content: "";
		background-image: url("images/mv_hukidasi_sp.png");
		background-repeat: no-repeat;
		background-size: contain;
		width: 140px;
		height: 85px;
		position: absolute;
		top: 0;
		left: 20px;
	}
	
	/* 子要素が2個 */
.mv_puppy .puppy_list li:first-of-type:first-child:nth-last-child(2),
.mv_puppy .puppy_list li:first-of-type:first-child:nth-last-child(2) ~ * {
	width: 122px;
	height: 122px;
	object-fit: cover;
	border-radius: 50%;
	padding-right: 0;
	margin-top: 80px;
}


	
	
.mv_puppy .puppy_list li:first-of-type{
width: 100%;
	text-align: right;
	padding-right: 55px;
}
	.mv_puppy .puppy_list img{
	width: 110px;
	height: 110px;
}
	.mv_puppy .hukidasi{
		display: none;
/*		position: absolute;
		top: 0;
		left: 32px;
		margin-right: 0;*/
	/*	margin-top: 0;
		margin-right: -28%;*/
	}
	
}
@media only screen and (max-width: 375px){
		.mv_puppy .puppy_list::before{
		left: 28px;
	}
}
@media only screen and (max-width: 320px){
		.mv_puppy .puppy_list::before{
			width: 102px;
		left: 16px;
	}
}


/*======================
main_head
======================*/
.main_head {
	margin-bottom: 42px;
}
.main_head .ttl{
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 3px;
	position: relative;
	padding-bottom: 20px;
}
.main_head .ttl::after{
	content: "";
	background-image: url("images/head_circle.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 38px;
	height: 6px;
}


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

}

@media only screen and (max-width: 767px) {
.main_head .ttl{
	font-size: 28px;
}
}


/*======================
section
======================*/
.section{
	padding-top: 72px;
	padding-bottom: 72px;
}


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

}

@media only screen and (max-width: 767px) {
.section{
	padding-top: 40px;
	padding-bottom: 50px;
}
}



/*======================
sec1 
======================*/
.top_concept{
	padding-top: 40px;
	padding-bottom: 72px;
}
.concept_wrap{
	display: flex;
	align-items: center;
	justify-content: center;
}

.concept_wrap .img_area img{
	width: 412px;
	height: auto;
}

.concept_wrap .txt_area{
	width: 510px;
	margin-right: 14px;
}
.concept_wrap .txt_area .head{
	margin-bottom: 24px;
	position: relative;
}
.concept_wrap .txt_area .head::before{
	content: "";
	background-image: url("images/concept_circle.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 176px;
	height: 160px;
	z-index: -1;
	position: absolute;
	    top: -48px;
    left: -20%;
}

.concept_wrap .txt_area .head .ttl{
	font-size: 18px;
}

.concept_wrap .txt_area .txt{
	font-size: 18px;
}


@media only screen and (max-width: 1024px) {
	.top_concept{
	padding-top: 90px;
}
.concept_wrap{
	display: block;
}
	.concept_wrap .txt_area{
	margin: 0 auto;
		margin-bottom: 30px;
}
	.concept_wrap .img_area{
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.top_concept{
		padding-bottom: 50px;
}
	.concept_wrap .txt_area .head::before{
	    top: -70px;
    left: -15%;
}
	.concept_wrap .txt_area{
	width: 100%;
}
	.concept_wrap .img_area img{
	width: 100%;
	height: auto;
}
}

/*======================
sec2 
======================*/
.sales_puppy_wrap{
	padding-top: 52px;
	padding-bottom: 52px;
	padding-right: 15px;
	border-radius: 30px;
	margin-bottom: 60px;
}

.sales_puppy_inner{
	overflow-y: scroll;
	max-height: 845px;
	padding-left: 68px;
	padding-right: 53px;
	padding-bottom: 15px;
}
.scrollbar_tate::-webkit-scrollbar{
	width: 5px;
	position: absolute;
	right: 5px;
}
.scrollbar_tate::-webkit-scrollbar-track{
	 border-radius: 5px;
}
.scrollbar_tate::-webkit-scrollbar-thumb {
    background: #CECECE; 
    border-radius: 5px;
}


.sales_puppy_flex{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
		gap:40px;
		row-gap:40px;
}

@media only screen and (max-width: 1280px) {
	.sec2 .container02{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.sales_puppy_wrap{
	padding-top: 36px;
	padding-bottom: 36px;
	margin-bottom: 40px;
}
	.sales_puppy_inner{
	padding-left: 36px;
	padding-right: 36px;
	padding-bottom: 15px;
}
.sales_puppy_flex{
	grid-template-columns: repeat(2, 1fr);
		gap:15px;
		row-gap:15px;
}
}

@media only screen and (max-width: 767px) {
		.sales_puppy_wrap{
	padding-top: 15px;
	padding-bottom: 26px;
}
	.sales_puppy_inner{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.sales_puppy_flex{
	display: block;
}
}


/*itemここから 代表犬と共通*/
.puppy_item{
	width: 328px;
	border: 1px solid #C2C2C2;
	border-radius: 15px;
	padding: 13px;
}
.puppy_item .img_area{
	width: 300px;
	position: relative;
	margin-bottom: 15px;
}
.puppy_item .img_area img{
	width: 100%;
	height: 210px;
	object-fit: cover;
	border-radius: 15px;
}
.puppy_item .img_area .video_btn{
	width: 104px;
	height: 36px;
	position: absolute;
	bottom: 10px;
	right: 12px;
}
.puppy_item .img_area .video_btn a{
	 font-family: "Quicksand", sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: 1px solid #C22525;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 700;
	color: #C22525;
	text-align: center;
}
.puppy_item .img_area .video_btn a .icon{
	width: 20px;
	height: auto;
	padding-left: 6px;
}

.modal_wrap video{
	width: 100%;
}
.modal_wrap iframe{
	width: 100%;
	height: 400px;
}

@media only screen and (max-width: 1280px) {
.puppy_item{
	width: 90%;
	margin: 0 auto;
}
	.puppy_item .img_area{
	width: 100%;
}
}
@media only screen and (max-width: 1020px) {
	.puppy_item{
	width: 328px;
	margin: 0 auto;
}
}
@media only screen and (max-width: 767px) {
.puppy_item{
	width: 100%;
	margin-bottom: 15px;
}
	.puppy_item:last-of-type{
	margin-bottom: 0;
}
	.puppy_item .img_area{
	width: 100%;
}
	.modal_wrap iframe{
	width: 100%;
	height: 200px;
}
}


/*成長記録*/
.rad_head h3{
	display: inline-block;
	padding: 4px 22px;
	border-radius: 50px;
	background-color: #F6F1ED;
}

.growth_wrap{
	border-radius: 6px;
		padding: 24px 12px 16px 12px;
	margin-top: -12px;
	margin-bottom: 16px;
}
.growth_imglist{
	    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
}
.growth_imglist ul{
	display: flex;
	padding-bottom: 8px;
}
.growth_imglist  li{
	margin-right: 10px;
}
.growth_imglist  li:last-child{
	margin-right: 0;
}
.growth_imglist img{
	width: 96px;
	max-width: 800px;
	height: 96px;
	object-fit: cover;
	border-radius: 6px;
}

.scrollbar::-webkit-scrollbar{
	height: 5px;
}
.scrollbar::-webkit-scrollbar-track{
	 border-radius: 5px;
}
.scrollbar::-webkit-scrollbar-thumb {
    background: #CECECE; /* スクロールバーの操作部分の背景色 */
    border-radius: 5px; /* 角丸にする */
}

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

}

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

}


/*子犬情報*/
.puppy_item .data_wrap{
	border-radius: 6px;
		padding: 24px 12px 16px 12px;
	margin-top: -12px;
	margin-bottom: 16px;
}
.puppy_item .data_wrap .name_wrap{
	display: flex;
	margin-bottom: 16px;
}
.puppy_item .data_wrap .name_wrap .name{
	font-size: 16px;
}
.puppy_item .data_wrap .name_wrap .sex{
	padding: 2px 20px;
	border-radius: 50px;
	margin-left: 14px;
}
.puppy_item .data_wrap .name_wrap .sex_boy{
	background-color: #3C60B6;
}
.puppy_item .data_wrap .name_wrap .sex_girl{
	background-color: #DA7D9F;
}

.data_wrap .price_wrap{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #C9B89C;
}
.data_wrap .price_wrap .price{
	font-size: 20px;
}
.data_wrap .price_wrap .price span:nth-child(1){
	font-size: 22px;
}


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

}

@media only screen and (max-width: 767px) {
.data_wrap .price_wrap .price{
	font-size: 18px;
}
.data_wrap .price_wrap .price span:nth-child(1){
	font-size: 19px;
}
}


/*ボタン*/
.sales_more_btn a{
	display: block;
	width: 100%;
	height: 46px;
	line-height: 46px;
	padding-left: 35px;
	font-size: 14px;
	color: #fff;
	border-radius: 50px;
	background-color: #A29367;
	border: 1px solid #A29367;
	position: relative;
	transition: .3s;
}
.sales_more_btn a::after{
	content: "";
	background-image: url("images/icon/arrow_right_w.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 8px;
	height: 12px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s;
}

.sales_more_btn a:hover{
	background-color: #fff;
	color: #A29367;
}
.sales_more_btn a:hover::after{
	background-image: url("images/icon/arrow_right_brown02.svg");
}

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

}

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

}



/*======================
sec3
======================*/
.about_wrap{
	margin-top: 86px;
}
.about_item{
	width: 100%;
	height: 315px;
	background-image: url("images/features_back.png");
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 60px;
	margin-bottom: 110px;
	position: relative;
}
.about_item:last-of-type{
	margin-bottom: 0;
}

.about_flex_area{
	display: flex;
	align-items: center;
	justify-content: center;
}
.about_item:nth-child(odd) .about_flex_area{
	flex-flow: row-reverse;
}

@media only screen and (max-width: 1024px) {
	.about_wrap{
	margin-top: 130px;
}
	.about_item{
	height: 100%;
		padding-bottom: 40px;
}
.about_flex_area{
	flex-flow: column;
}
	.about_item:nth-child(odd) .about_flex_area{
	flex-flow: column;
}
}

@media only screen and (max-width: 767px) {
		.about_wrap{
	margin-top: 100px;
}
.about_item{
	border-radius: 30px;
	background-image: url("images/features_back_sp.png");
}
}


.about_item .img_area{
	margin-top: -60px;
}
.about_item .img_area img{
	width: 372px;
	height: auto;
}

.about_item .content_area{
	width: 445px;
	margin-left: 50px;
	margin-top: 60px;
}
.about_item:nth-child(odd) .content_area{
	margin-right: 50px;
	margin-left: 0;
}

.about_item .content_area .head{
	margin-bottom: 22px;
}
.about_item .content_area .head p{
	font-size: 16px;
}
.about_item .content_area .head h3{
	font-size: 26px;
	letter-spacing: 2px;
}
.about_item .content_area .txt{
	font-size: 16px;
}


@media only screen and (max-width: 1024px) {
.about_item .content_area{
	width: 500px;
	margin: 0 auto;
	margin-top: 30px;
}
.about_item:nth-child(odd) .content_area{
	margin-right: 0;
}
}

@media only screen and (max-width: 767px) {
.about_item .img_area img{
	width: 293px;
	height: auto;
}
	.about_item .content_area{
	width: 100%;
		padding-left: 25px;
		padding-right: 25px;
		position: relative;
}
	.about_item:nth-child(odd) .content_area{
	padding-left: 25px;
		padding-right: 25px;
		position: relative;
}
	.about_item .content_area .head p{
	font-size: 14px;
		margin-bottom: 15px;
}
	.about_item .content_area .head h3{
	font-size: 22px;
}
}


/*about_nikukyu*/
.about_nikukyu img{
	width: 78px;
	height: auto;
}

.about_item01 .about_nikukyu{
	position: absolute;
	top: -20px;
	left: -20px;
}

.about_item02 .about_nikukyu{
	position: absolute;
	bottom: -8px;
	right: 6px;
}

.about_item03 .about_nikukyu{
	position: absolute;
	 bottom: -26px;
    left: -23px;
}

.about_item04 .about_nikukyu{
	position: absolute;
	bottom: -8px;
	right: 6px;
}


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

}

@media only screen and (max-width: 767px) {
.about_nikukyu img{
	width: 50px;
	height: auto;
}
	
	.about_item01 .about_nikukyu{
	position: absolute;
	top: -40px;
        left: inherit;
        right: 25px;
}
	.about_item02 .about_nikukyu{
	position: absolute;
	bottom:inherit;
	right: inherit;
	top: -40px;
		left: 20px;
}
	.about_item03 .about_nikukyu{
	position: absolute;
	 bottom: inherit;
        left: inherit;
		top: -40px;
        right: 25px;
}
	.about_item04 .about_nikukyu{
	position: absolute;
	bottom:inherit;
	right: inherit;
	top: -40px;
		left: 20px;
}

}


/*====================
sec4
=====================*/
.parent_wrap{
	padding-top: 52px;
	padding-bottom: 52px;
	padding-right: 15px;
	border-radius: 30px;
	margin-bottom: 60px;
}

.parent_inner{
	overflow-y: scroll;
	max-height: 845px;
	padding-left: 68px;
	padding-right: 53px;
	padding-bottom: 15px;
}


.parent_flex{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
		gap:40px;
		row-gap:40px;
}

@media only screen and (max-width: 1280px) {
	.sec4 .container02{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.parent_wrap{
	padding-top: 36px;
	padding-bottom: 36px;
	margin-bottom: 40px;
}
	.parent_inner{
	padding-left: 36px;
	padding-right: 36px;
	padding-bottom: 15px;
}
.parent_flex{
	grid-template-columns: repeat(2, 1fr);
		gap:15px;
		row-gap:15px;
}
}

@media only screen and (max-width: 767px) {
		.parent_wrap{
	padding-top: 15px;
	padding-bottom: 26px;
}
	.parent_inner{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.parent_flex{
	display: block;
}
}


/*====================
sec5
=====================*/
.news_wrap{
	margin-bottom: 60px;
	position: relative;
}
.news_list{
	width: 920px;
	margin: 0 auto;
}
.news_list li{
	padding-top: 32px;
	padding-bottom: 32px;
	border-bottom: 1px solid #C2C2C2;
}
.news_list li:first-child{
	border-top:1px solid #C2C2C2;
}

.news_list  article a{
	display: flex;
	transition: all .3s;
		position: relative;
}
.news_list  article a::after{
	content: "";
	background-image: url("images/icon/arrow_right_brown.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 8px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translate(-50%,-50%);
}

.news_day p{
	font-size: 16px;
	padding-right: 70px;
	letter-spacing: 1.5px;
}
.news_ttl p{
	font-size: 16px;
}

.news_list a:hover .news_ttl{
	text-decoration: underline;
}


.news_nikukyu_wrap{
	position: relative;
}
.news_nikukyu{
	position: absolute;
	    top:0;
    left: -3%;
}
.news_nikukyu img{
	width: 98px;
	height: auto;
}

@media only screen and (max-width: 1024px) {
.news_list{
	width: 100%;
}

}

@media only screen and (max-width: 767px) {
	.news_wrap{
	margin-bottom: 40px;
}
	
	.news_list li{
	padding-top: 24px;
	padding-bottom: 24px;
}
.news_list  article a{
	display: block;
}
	.news_ttl{
		padding-right: 60px;
	}
	.news_list  article a::after{
		right: 15px;
	}
	
	.news_day p{
	font-size: 14px;
}
.news_ttl p{
	font-size: 14px;
}
	
	.news_nikukyu img{
	width: 76px;
	height: auto;
}
}


/*====================
sec6
=====================*/
.company_wrap{
	border-radius: 30px;
	padding: 60px 80px;
	margin-bottom: 40px;
}

.company_flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.table_wrap{
	width: 500px;
}
.map{
	width: 100%;
	height: 300px;
	border-radius: 15px;
	border: 1px solid #C2C2C2;
}
.map iframe{
	width: 100%;
	height: 100%;
}


@media only screen and (max-width: 1024px) {
.company_wrap{
	padding:40px;
}
	.company_flex{
	display: block;
}
	.table_wrap{
	width: 100%;
}
	.table_wrap:last-of-type{
		margin-bottom: 30px;
	}

}

@media only screen and (max-width: 767px) {
.company_wrap{
	padding:30px 20px;
}
	.map{
	width: 100%;
	height:230px;
}
}


/*協力犬舎情報*/
.dog_info_wrap {
	width: 725px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 50px;
	border-radius: 30px;
}
.dog_info_wrap .main_head h2{
	font-size: 23px;
}

.dog_info_wrap .table_wrap{
	width: 505px;
	margin: 0 auto;
}
.dog_info_wrap .table_wrap .table th{
	font-size: 14px;
}
.dog_info_wrap .table_wrap .table td{
	font-size: 14px;
}

@media only screen and (max-width: 1024px) {
	.dog_info_wrap{
		padding: 40px;
	}
.dog_info_wrap {
	width: 100%;
}
}

@media only screen and (max-width: 767px) {
	.dog_info_wrap{
			padding: 30px 20px;
	}
	.dog_info_wrap .main_head{
		margin-bottom: 26px;
	}
.dog_info_wrap .table_wrap{
	width: 100%;
}
}


/*======================
下層ページここから
======================*/
.under_top_back{
	width: 100%;
	height: 100%;
	padding-top: 112px;
	padding-bottom: 82px;
	position: relative;
	background-image: url( "images/under/under_back.png");
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}
.under_top_back::before{
	content: "";
	width: 100%;
	height: 82px;
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.under_top_back .img_area{
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
	margin-bottom: 16px;
	position: relative;
}
.under_top_back .img_area img{
	width: 100%;
	height: 340px;
	object-fit: cover;
	border-radius: 30px;
}

.under_top_back .img_area .under_top_ttl{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.under_top_back .img_area .under_top_ttl h1{
	font-size: 46px;
	letter-spacing: 4px;
	font-weight: 600;
}

@media only screen and (max-width: 1200px) {
	.under_top_back .img_area{
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
}
@media only screen and (max-width: 1024px) {
	.under_top_back{
		padding-bottom: 40px;
	}
	.under_top_back .img_area img{
	height: 270px;
}
	.under_top_back .img_area .under_top_ttl h1{
	font-size: 36px;
}
}

@media only screen and (max-width: 767px) {
	.under_top_back{
		padding-top: 100px;
	}
	.under_top_back::before{
		height: 60px;
	}
.under_top_back .img_area img{
	width: 100%;
	height: 186px;
}
		.under_top_back .img_area .under_top_ttl h1{
	font-size: 28px;
}
}


/*======================
子犬紹介一覧
======================*/
.section_archive{
	padding-top: 25px;
	padding-bottom: 72px;
}

.puppy_archive_flex{
	padding-bottom: 72px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    row-gap: 30px;
}

@media only screen and (max-width: 1024px) {
	.puppy_archive_flex .puppy_item{
		width: 100%;
	}
}
@media only screen and (max-width: 890px) {
	.puppy_archive_flex{
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    row-gap: 15px;
}
}
@media only screen and (max-width: 600px) {
	.section_archive{
	padding-bottom: 50px;
}
	.puppy_archive_flex{
		display: block;
		max-width: 328px;
		margin: 0 auto;
		padding-bottom: 50px;
}
}



/*======================
子犬紹介詳細
======================*/
.under_top_single{
	height: 180px;
	padding-top: 112px;
	padding-bottom: 0;
}
.section_single{
	width: 100%;
	background-image: url("images/under/single_back.png");
	background-repeat: repeat-y;
	background-size: contain;
	padding-top: 46px;
	padding-bottom: 76px;
}


 .single_head{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
 .single_head img{
	width: 50px;
	height: auto;
	margin-right: 15px;
}
.single_head h1{
	font-size: 26px;
	display: inline-block;
	padding-bottom: 12px;
	border-bottom: 1px solid #D8BB8B;
}

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

}

@media only screen and (max-width: 767px) {
	.section_single{
	padding-bottom: 50px;
}
.single_head img{
	width: 40px;
}
.single_head h1{
	font-size:20px;
}
}


/*共通*/
.rad_head h2{
	width: 190px;
	display: inline-block;
	padding: 8px 22px;
	border-radius: 50px;
	background-color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 700;
	position: relative;
	z-index: 2;
}
.single_inner_item{
	border-radius: 30px;
	margin-top: -24px!important;
	box-shadow: 3px 3px 12px -6px rgba(216,187,139,0.3);
}

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

}

@media only screen and (max-width: 767px) {
	.rad_head h2{
		font-size: 16px;
	}
	.single_inner_item{
	margin-top: -18px!important;
}
}


/*photo*/
.puppy_photo_wrap .main_img{
	margin-bottom: 30px;
}
.puppy_photo_wrap .main_img img{
	width: 520px;
	height: auto;
	border-radius: 15px;
}

.single_photo_area{
	width: 806px;
	margin: 0 auto;
	padding-top: 38px;
	padding-bottom: 30px;
	
	padding-right: 32px;
	padding-left: 65px;
	margin-bottom: 50px;
}

.single_photo_area .photo_list{
		display: grid;
	grid-template-columns: repeat(3, 1fr);
		gap:16px;
		row-gap:22px;
	padding-right: 32px;
	max-height: 410px;
	overflow: auto;
}
.single_photo_area .photo_list img{
	width: 215px;
	height: 160px;
	object-fit: cover;
	border-radius: 15px;
}

@media only screen and (max-width: 1024px) {
.single_photo_area{
	width: 100%;
}
	.single_photo_area .photo_list{
	max-height: 360px;
}
}

@media only screen and (max-width: 767px) {
	.single_photo_area{
	padding-right: 20px;
	padding-left: 17px;
}
.single_photo_area .photo_list{
	grid-template-columns: repeat(2, 1fr);
		gap:16px;
		row-gap:15px;
	padding-right: 0;
}
	.single_photo_area .photo_list img{
	width: 100%;
	height: 110px;
}
}


/*Video*/
.puppy_single_wrap .flex_wrap{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.single_video_area{
	width: 490px;
	padding: 48px 40px;
}
.single_video_area video{
	width: 405px;
	height: 230px;
	object-fit: contain;
}
.single_video_area iframe{
	width: 405px;
	height: 230px;
	object-fit: contain;
}

@media only screen and (max-width: 1024px) {
.puppy_single_wrap .flex_wrap{
	display: block;
}
	.single_video_area{
	margin: 0 auto;
		margin-bottom: 50px;
}
}

@media only screen and (max-width: 767px) {
.single_video_area{
	width: 100%;
	padding: 38px 20px;
	padding-bottom: 30px;
}
	.single_video_area video{
	width: 100%;
	height: 230px;
	object-fit: contain;
}
	.single_video_area iframe{
	width: 100%;
	height: 230px;
	object-fit: contain;
}
}

/*data*/
.single_data_area{
		width: 490px;
	padding: 48px 40px;
}

@media only screen and (max-width: 1024px) {
.single_data_area{
	margin: 0 auto;
}

}

@media only screen and (max-width: 767px) {
.single_data_area{
		width: 100%;
	padding: 38px 20px;
	padding-bottom: 30px;
}
}

/*成長記録*/
.single_growth_wrap{
	margin-bottom: 50px;
}
.single_growth_area{
	padding-top: 38px;
	padding-bottom: 30px;
	padding-right: 32px;
	padding-left: 65px;
}
.single_growth_area .growth_list{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
		gap:30px;
		row-gap:22px;
	padding-right: 32px;
	max-height: 430px;
	overflow: auto;
}
.single_growth_area .growth_list li {
	width: 100%;
	text-align: center;
}
.single_growth_area .growth_list li .comment{
	word-wrap: break-word;
	line-height: 1.3;
	margin-top: 5px;
}
.single_growth_area .growth_list img{
	width: 215px;
	height: 160px;
	object-fit: cover;
	border-radius: 15px;
}

@media only screen and (max-width: 1024px) {
.single_growth_area .growth_list{
	grid-template-columns: repeat(3, 1fr);
	row-gap: 22px;
    padding-right: 32px;
max-height: 360px;
}
}

@media only screen and (max-width: 767px) {
	.single_growth_area{
		padding-right: 17px;
		padding-left: 20px;
	}
.single_growth_area .growth_list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	        gap: 16px;
        row-gap: 15px;
        padding-right: 0;
}
	.single_growth_area .growth_list img{
	width: 100%;
	height: 110px;
}
}


/*お父さん・お母さん*/
.single_parent_wrap .rad_head h2{
	width: 296px;
}
.single_parent_area{
	width: 620px;
	margin: 0 auto;
	padding-top: 38px;
	padding-bottom: 26px;
}
.single_parent_area .parent_list{
	display: flex;
	justify-content: center;
}
.single_parent_area .parent_list li:first-child{
	margin-right: 30px;
}
.single_parent_area .parent_list li img{
	width: 215px;
	height: 160px;
	object-fit: cover;
	border-radius: 15px;
}
.single_parent_area .parent_list li p{
	font-size: 16px;
	margin-top: 10px;
}


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

}

@media only screen and (max-width: 767px) {
	.single_parent_wrap .rad_head h2{
	width: auto;
		padding-left: 20px;
		padding-right: 20px;
}
.single_parent_area{
	width: 100%;
}
	.single_parent_area .parent_list{
	display: block;
}
	.single_parent_area .parent_list li{
		text-align: center;
	}
	.single_parent_area .parent_list li:first-child{
	margin-right: 0;
		margin-bottom: 30px;
}
	.single_parent_area .parent_list li img{
	width: 160px;
	height: 110px;
}
}


/*にくきゅう*/
.single_nikukyu_top img{
	width: 103px;
	height: auto;
}

 .single_nikukyu_btm img{
	width: 96px;
	 height: auto;
}

.single_photo_area{
	position: relative;
}
.single_photo_area .single_nikukyu_top{
	position: absolute;
	    top: -5%;
    left: -8%;
}

.single_growth_wrap{
	position: relative;
}
.single_growth_wrap .single_nikukyu_btm{
	position: absolute;
	bottom: 0;
	right:-6%;
}

@media only screen and (max-width: 1024px) {
	.single_nikukyu_top img{
	width: 90px;
	height: auto;
}
	.single_photo_area .single_nikukyu_top{
	position: absolute;
	 top: -12%;
    left: -5%;
}
	
	 .single_nikukyu_btm img{
	width: 86px;
	 height: auto;
}
	.single_growth_wrap .single_nikukyu_btm{
	position: absolute;
	bottom: -22px;
	right:-3%;
}
}

@media only screen and (max-width: 767px) {
	.single_nikukyu_top img{
	width: 70px;
	height: auto;
}
	.single_photo_area .single_nikukyu_top{
	position: absolute;
	 top: -6%;
    left: -9%;
}
		 .single_nikukyu_btm img{
	width: 66px;
	 height: auto;
}
	.single_growth_wrap .single_nikukyu_btm{
	position: absolute;
	right:-7%;
}
}


/*======================
代表犬一覧
======================*/
.parent_archive_flex{
	padding-bottom: 72px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    row-gap: 30px;
}

.parent_archive_flex .parent_dog .data_wrap{
	padding: 16px 12px;
	margin-top: 0;
}
.parent_archive_flex .parent_dog .data_wrap .name_wrap{
	margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
	.parent_archive_flex .puppy_item{
		width: 100%;
	}
}
@media only screen and (max-width: 890px) {
	.parent_archive_flex{
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    row-gap: 15px;
}
}
@media only screen and (max-width: 600px) {
	.parent_archive_flex{
		display: block;
		max-width: 328px;
		margin: 0 auto;
		padding-bottom: 50px;
}
}


/*======================
代表犬詳細
======================*/
.parent_single_wrap{
	margin-bottom: 50px;
}

.parent_single_wrap .flex_wrap{
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.parent_single_wrap .flex_wrap .main_img img{
	width: 490px;
	height: auto;
	border-radius: 15px;
}

.parent_single_wrap .flex_wrap .video_wrap{
	margin-left: 60px;
}


.parent_data_wrap .single_data_area{
	width: 660px;
	margin: 0 auto;
}

.single_data_area{
	position: relative;
}
.single_data_area .single_nikukyu_btm{
	position: absolute;
	    bottom: -15%;
    right: -10%;
}

@media only screen and (max-width: 1024px) {
.parent_single_wrap .flex_wrap{
	display: block;
}
	.parent_single_wrap .flex_wrap .main_img{
		margin-bottom: 50px;
	}
		.parent_single_wrap .flex_wrap .video_wrap{
	margin-left: 0;
}
}

@media only screen and (max-width: 767px) {
.parent_single_wrap .flex_wrap .main_img img{
	width: 100%;
}
.parent_data_wrap .single_data_area{
	width: 100%;
	margin: 0 auto;
}
}


/*======================
お知らせ一覧
======================*/
.under_wrap{
	padding-top: 64px;
}

.under_news_archive .news_list{
	margin-bottom: 50px;
}

.single_article_area{
	margin-bottom: 60px;
}
.single_article_area .head{
	padding-bottom: 30px;
	border-bottom: 1px solid #C2C2C2;
}

.single_article_area .news_day p{
	font-size: 16px;
	letter-spacing: 1.5px;
}
.single_article_area .news_ttl p{
	font-size: 20px;
}

.single_article_area .content_area{
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #C2C2C2;
}
.single_article_area .content_area p{
	font-size: 15px;
	line-height: 2;
	font-weight: 400;
}

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

}

@media only screen and (max-width: 767px) {
	.single_article_area .news_day p{
	font-size: 16px;
}
.single_article_area .news_ttl p{
	font-size: 18px;
}

}


/*======================
policy
======================*/
.policy_wrap .policy_head{
	margin-bottom: 50px;
}
.policy_wrap .policy_head h3{
	font-size: 20px;
}
.policy_wrap .policy_head p{
	font-weight: 400;
	line-height: 2;
}

.policy_item{
	margin-bottom: 50px;
}
.policy_item:last-of-type{
	margin-bottom: 0;
}
.policy_item h4{
	font-size: 18px;
	margin-bottom: 10px;
}
.policy_item p{
	font-weight: 400;
	line-height: 2;
}

@media only screen and (max-width: 767px) {
	.policy_wrap .policy_head h3{
	font-size: 18px;
}
	.policy_item h4{
	font-size: 16px;
	margin-bottom: 10px;
}
}


/*======================
thanks
======================*/
.thanks_wrap{
	padding-bottom: 110px;
}

.thanks_wrap h2{
	font-size: 32px;
	margin-bottom: 50px;
}

.thanks_wrap .img_area{
	margin-top: 60px;
	text-align: center;
}
.thanks_wrap .img_area img{
	width: 520px;
	height: auto;
}

.thanks_wrap .more_btn{
	margin-top: 80px;
}


@media only screen and (max-width: 1024px) {
	.thanks_wrap{
	padding-bottom: 82px;
}
	.thanks_wrap .more_btn{
	margin-top: 60px;
}
}

@media only screen and (max-width: 767px) {
.thanks_wrap h2{
	font-size: 24px;
	margin-bottom: 30px;
}
	.thanks_wrap .img_area{
	margin-top: 30px;
}
	.thanks_wrap .img_area img{
	width: 100%;
	height: auto;
}
		.thanks_wrap .more_btn{
	margin-top: 40px;
}
}


/*======================
footer
======================*/
.footer{
	background-color: #C4AB97;
	padding-top: 60px;
	padding-bottom: 42px;
}

.footer_logo{
	margin-bottom: 30px;
}
.footer_logo img{
	width: 198px;
	height: auto;
}

.footer_nav{
	margin-bottom: 20px;
}
.footer_nav ul{
	display: flex;
	justify-content: center;
}
.footer_nav ul li{
	margin-right: 45px;
}
.footer_nav ul li a{
	 font-family: "Zen Maru Gothic", serif;
	display: block;
	font-size: 16px;
	color: #fff;
}

.footer_nav_btm ul li a{
	 font-family: "Zen Maru Gothic", serif;
	display: block;
	font-size: 16px;
	color: #fff;
}
.footer_nav_btm ul li:first-child{
	margin-bottom:16px;
}
.footer_nav_btm ul li img{
	width: 20px;
	height: auto;
}


/*copy*/
.copy{
background-color: #514523;
	padding-top: 6px;
	padding-bottom: 6px;
}

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

}

@media only screen and (max-width: 767px) {
.footer_nav ul{
	display: block;
}
	.footer_nav ul li{
	margin-right: 0;
		margin-bottom: 20px;
		text-align: center;
}
}


