@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;700&family=Sorts+Mill+Goudy&display=swap');


body.biewer-terrier .main {
	color: #554B32;
}

body.biewer-terrier .main * {
	box-sizing: border-box;
}

body.biewer-terrier .main .mincho {
	font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", 'Noto Serif JP', serif;
}


/* common
--------------------------------*/
.secttl {
	position: relative;
	font-family: 'Sorts Mill Goudy', serif;
	font-weight: 400;
	font-size: 48px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.secttl::before {
	content: "";
	width: 20px;
	height: 1px;
	background-color: #554b32;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}

.secttl + .lead {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 40px;
}

@media screen and (max-width:768px) {
	.secttl {
		font-size: 24px;
		padding-bottom: 10px;
	}

	.secttl + .lead {
		font-size: 13px;
		margin-bottom: 20px;
	}

}

/* mv
--------------------------------*/
#mv {
	margin-top: 140px;
	height: 550px;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(90deg, transparent, transparent 5px, rgba(250, 248, 238, 1) 5px, rgba(250, 248, 238, 1) 15px);
}

#mv .container {
	position: relative;
	height: 100%;
	padding-top: 100px;
}

#mv .ttlwrap {
	display: inline-block;
	margin: 0;
}

#mv .ttl {
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 56px;
	letter-spacing: 0;
	padding-left: 50px;
}

#mv .ttl::before {
	content: "";
	width: 59px;
	height: 58px;
	background: url(/images/biewer-terrier/mv_ttl_deco.svg) no-repeat center / 100% auto;
	display: inline-block;
	position: absolute;
	left: -4px;
	top: -6px;
}

#mv .ttl strong {
	font-size: 75px;
	line-height: .9;
	letter-spacing: -0.05em;
}

#mv .ttl small {
	font-size: 43px;
}

#mv .ttl span {
	display: inline-block;
	position: relative;
	font-size: 95px;
	line-height: 1;
	transform: rotate(20deg);
	transform-origin: left center;
	margin-left: -.2em;
	top: -.1em;
}

#mv .ttl_s {
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.1em;
	margin-top: 1em;
	margin-bottom: 0;
}

#mv .imgwrap {
	width: 561px;
	position: absolute;
	right: 0;
	bottom: -40px;
}

#mv .imgwrap .img {
	width: 551px;
	position: relative;
	z-index: 1;
}

#mv .imgwrap .profile {
	width: 290px;
	height: 290px;
	background-color: #fff;
	border-radius: 50%;
	padding: 52px 28px;
	position: absolute;
	top: 0;
	right: 0;
}

#mv .imgwrap .profile .name {
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: -0.04em;
	padding-bottom: .5em;
	margin-bottom: .9em;
}

#mv .imgwrap .profile .name::before {
	content: "";
	width: 1em;
	height: 1px;
	background-color: #707070;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}

#mv .imgwrap .profile dl {
	display: flex;
	flex-wrap: wrap;
}

#mv .imgwrap .profile dl dt,
#mv .imgwrap .profile dl dd {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5625;
}

#mv .imgwrap .profile dl dt {
	width: 5em;
	text-align: right;
}

#mv .imgwrap .profile dl dd {
	width: calc(100% - 5em);
	padding-left: .2em;
}

@media screen and (max-width:768px) {
	#mv {
		margin-top: 0;
		height: 105.87vw;
	}

	#mv .container {
		padding-top: 5vw;
	}

	#mv .ttl {
		font-size: 7.6vw;
		letter-spacing: 0;
		padding-left: 9vw;
	}

	#mv .ttl::before {
		width: 9.2vw;
		height: 9.2vw;
		left: 0;
		top: -1vw;
	}

	#mv .ttl strong {
		font-size: 9.7vw;
	}

	#mv .ttl small {
		font-size: 5.7vw;
	}

	#mv .ttl span {
		font-size: 14vw;
		transform: rotate(18deg);
		margin-left: -.15em;
		top: .3em;
	}

	#mv .ttl_s {
		font-size: 2.67vw;
		margin-top: 0;
	}

	#mv .imgwrap {
		width: 100%;
		position: relative;
		bottom: -1.6vw;
	}

	#mv .imgwrap .img {
		width: 86.67vw;
		margin-left: -11vw;
	}

	#mv .imgwrap .profile {
		width: 61.33vw;
		height: 61.33vw;
		padding: 10vw 11.5vw;
	}

	#mv .imgwrap .profile .name {
		font-size: 4.8vw;
		padding-bottom: .3em;
		margin-bottom: .5em;
	}

	#mv .imgwrap .profile dl dt,
	#mv .imgwrap .profile dl dd {
		font-size: 3.2vw;
	}
}



/* about
--------------------------------*/
#about {
	padding: 80px 0 95px;
	background: url(/images/biewer-terrier/about_bg.png) no-repeat center / cover;
}

#about .ttl {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-bottom: .5em;
}

#about .ttl small {
	display: block;
	font-size: 18px;
	letter-spacing: 0.05em;
	margin-bottom: 1em;
}

#about .ttl span {
	display: inline-block;
	position: relative;
	color: #F7CE68;
	font-size: 36px;
}

#about .ttl span::before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #F7CE68;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

#about .txt {
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 2.22;
	letter-spacing: 0.01em;
	margin: 0;
}

@media screen and (max-width:768px) {
	#about {
		padding: 33px 0 19px;
		background: url(/images/biewer-terrier/about_bg.png) no-repeat center / cover;
	}

	#about .container {
		padding: 0 8%;
	}

	#about .ttl {
		position: relative;
		font-size: 20px;
		letter-spacing: 0;
		padding-bottom: 10px;
	}

	#about .ttl::before {
		content: "";
		width: 30px;
		height: 1px;
		background-color: #fff;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0 auto;
	}

	#about .ttl span {
		font-size: 24px;
	}

	#about .txt {
		text-align: left;
		font-size: 14px;
		line-height: 2;
	}
}

/* parents
--------------------------------*/
#parents {
	padding: 80px 0 0;
	background-color: #FAF8EE;
	position: relative;
}

#parents::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 500px 0 500px;
	border-color: #faf8ee transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -100px;
	margin: 0 auto;
	z-index: -1;
}

#parents .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#parents .item {
	width: 490px;
}

#parents .item .img {
	width: 400px;
}

#parents .item:nth-child(odd) .img {
	margin-left: auto;
}

#parents .item .txtwrap {
	width: 320px;
	padding: 30px 10px 30px 28px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	margin-top: -80px;
	position: relative;
}

#parents .item:nth-child(even) .txtwrap {
	margin-left: auto;
}

#parents .item .txtwrap .ttl {
	position: relative;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: 0.04em;
	padding: 5px 0 5px 52px;
	margin-bottom: 15px;
}

#parents .item .txtwrap .ttl::before {
	content: "";
	width: 42px;
	height: 42px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top: 0;
}

#parents .item .txtwrap .ttl.female::before {
	background-image: url(/images/biewer-terrier/ico_female.png);
}

#parents .item .txtwrap .ttl.male::before {
	background-image: url(/images/biewer-terrier/ico_male.png);
}

#parents .item .txtwrap dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#parents .item .txtwrap dl dt,
#parents .item .txtwrap dl dd {
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0;
}

#parents .item .txtwrap dl dt:not(:first-of-type),
#parents .item .txtwrap dl dd:not(:first-of-type) {
	margin-top: 6px;
}

#parents .item .txtwrap dl dt {
	width: 5em;
}

#parents .item .txtwrap dl dd {
	width: calc(100% - 6em);
}

@media screen and (max-width:768px) {
	#parents {
		padding: 40px 0 0;
	}

	#parents::after {
		border-width: 60px 50vw 0 50vw;
		bottom: -60px;
	}

	#parents .item {
		width: 48.5%;
		margin-bottom: -34px;
	}

	#parents .item .img {
		width: 100%;
	}

	#parents .item .txtwrap {
		width: 90%;
		padding: 20px 10px 18px;
		margin: -20px auto 0;
	}

	#parents .item:nth-child(even) .txtwrap {
		margin-left: auto;
	}

	#parents .item .txtwrap .ttl {
		font-size: 15px;
		padding: 5px 0 5px 42px;
		margin-bottom: 10px;
	}

	#parents .item .txtwrap .ttl::before {
		width: 32px;
		height: 32px;
	}

	#parents .item .txtwrap dl {
		align-items: center;
	}

	#parents .item .txtwrap dl dt,
	#parents .item .txtwrap dl dd {
		font-size: 12px;
		line-height: 1.33;
	}

	#parents .item .txtwrap dl dt:not(:first-of-type),
	#parents .item .txtwrap dl dd:not(:first-of-type) {
		margin-top: 10px;
	}

	#parents .item .txtwrap dl dt {
		width: 2.5em;
	}

	#parents .item .txtwrap dl dd {
		width: calc(100% - 3.5em);
	}

}

/* baby
--------------------------------*/
#baby {
	padding: 150px 0 100px;
}

#baby .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#baby .item {
	width: 520px;
}

#baby .item .ttl {
	position: relative;
	color: #000;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
	padding: 5px 0 5px 52px;
	margin-bottom: 10px;
}

#baby .item .ttl::before {
	content: "";
	width: 42px;
	height: 42px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top: 0;
}

#baby .item .ttl.female::before {
	background-image: url(/images/biewer-terrier/ico_female.png);
}

#baby .item .ttl.male::before {
	background-image: url(/images/biewer-terrier/ico_male.png);
}

#baby .item .birthday {
	display: flex;
	justify-content: space-between;
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	padding: 4px 10px;
	background-color: #faf8ee;
	margin-bottom: 15px;
}

#baby .item .imgwrap .mainimg {
	width: 100%;
	height: 346px;
	border-radius: 10px;
	overflow: hidden;
}

#baby .item .imgwrap .thumb {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 14px;
}

#baby .item .imgwrap .thumb li {
	width: 164px;
	height: 111px;
	border-radius: 10px;
	overflow: hidden;
}

#baby .item .imgwrap .mainimg img,
#baby .item .imgwrap .thumb li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#baby .item .btn {
	margin-top: 31px;
}

#baby .item .btn a {
	width: 288px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	background: #f67832;
	border-radius: 24px;
	margin: 0 auto;
}

#baby .item .btn._b a {
	background-color: #554b32;
}

#baby .item .btn a:hover {
	opacity: 0.7;
}

.baby-slider {
	margin: 0 auto;
}

.baby-slider .item {
	width: 800px;
}

.baby-slider .item img {
	transform: scale(.6);
	transition: .5s ease;
}

.baby-slider .item.slick-current img,
.baby-slider .item.is-active-next img {
	transform: scale(1)
}

.baby-slider .slick-arrow {
	width: 60px;
	height: 60px;
	border-bottom: 2px solid #fff;
	position: absolute;
	margin: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 999999;
	transition: .3s ease;
}

.baby-slider .slick-arrow::before{
	content: none;
}

.baby-slider .slick-prev {
	left: calc(50% - 500px);
	border-left: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}

.baby-slider .slick-next {
	left: auto;
	right: calc(50% - 500px);
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(-45deg);
}

.mfp-container{
	padding: 0;
}

.mfp-close-btn-in .mfp-close {
	color: #fff;
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 100px;
	right: 20px;
	top: -100px;
	opacity: 1;
	transition: .3s ease;
}

.mfp-close-btn-in .mfp-close:hover {
	opacity: .7;
}

@media screen and (min-width:769px) {

	#baby .item .imgwrap .thumb li + li:not(:nth-child(3n + 1)) {
		margin-left: 14px;
	}

	#baby .item .imgwrap .thumb li:nth-child(n + 4) {
		margin-top: 14px;
	}

}

@media screen and (max-width:768px) {
	#baby {
		padding: 80px 0 60px;
	}

	#baby .inner {
		display: block;
	}

	#baby .item {
		width: 100%;
		position: relative;
		padding: 0 2.45%;
	}

	#baby .item + .item {
		padding-top: 30px;
		margin-top: 30px;
	}

	#baby .item + .item::before {
		content: "";
		width: 90%;
		height: 2px;
		background: url(../images/biewer-terrier/dot.png) repeat-x;
		position: absolute;
		left: 5%;
		top: 0;
	}

	#baby .item .ttl {
		font-size: 16px;
		line-height: 1.25;
		padding: 0 0 0 42px;
		margin-bottom: 20px;
	}

	#baby .item .ttl::before {
		width: 32px;
		height: 32px;
	}

	#baby .item .birthday {
		font-size: 12px;
		margin-bottom: 10px;
	}

	#baby .item .imgwrap {
		display: block;
	}

	#baby .item .imgwrap .mainimg {
		height: 60vw;
	}

	#baby .item .imgwrap .thumb li {
		width: 48.5%;
		height: 29vw;
		border-radius: 10px;
	}

	#baby .item .imgwrap .thumb li:nth-child(even) {
		margin-left: 3%;
	}

	#baby .item .imgwrap .thumb li:nth-child(n + 3) {
		margin-top: 3%;
	}

	#baby .item .btn {
		margin-top: 20px;
	}

	#baby .item .btn a {
		width: 100%;
		max-width: 288px;
		font-size: 14px;
	}

	.baby-slider .item {
		width: 60vw;
	}
	
	.baby-slider .slick-arrow {
		width: 8vw;
		height: 8vw;
	}

	.baby-slider .slick-prev {
		left: 12vw;
	}

	.baby-slider .slick-next {
		right: 12vw;
	}

	.mfp-close-btn-in .mfp-close {
		width: 12vw;
		height: 12vw;
		line-height: 12vw;
		font-size: 12vw;
		right: 2vw;
		top: -12vw;
	}
}


/* feature
--------------------------------*/
#feature {
	padding: 120px 0 100px;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(90deg, transparent, transparent 5px, rgba(250, 248, 238, 1) 5px, rgba(250, 248, 238, 1) 15px);
}

#feature .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#feature .item {
	width: 345px;
	padding: 25px 29px 30px;
	border-radius: 10px;
	background-color: #faf8ee;
	border: 1px solid #554b32;
}

#feature .item .ttl {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 25px;
}

#feature .item .img {
	width: 100%;
	min-height: 230px;
	display: flex;
	align-items: flex-end;
}

#feature .item:nth-child(1) .img {
	align-items: center;
}

#feature .item:nth-child(3) .img {}

#feature .item.w100 {
	width: 100%;
	margin-left: 0;
}

#feature .item .flex {
	display: flex;
	justify-content: space-between;
}

#feature .item .flex dl {
	width: 320px;
}

#feature .item .flex dl dt {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	padding: .25em 1em;
	background-color: #554b32;
	border-radius: 16px;
	margin-bottom: 22px;
}

#feature .item .flex dl dd {
	line-height: 1.8;
	margin-bottom: 20px;
}

@media screen and (min-width:769px) {
	#feature .item + .item:not(:nth-child(3n + 1)) {
		margin-left: calc(45px / 2);
	}

	#feature .item:nth-child(n + 4) {
		margin-top: 23px;
	}
}

@media screen and (max-width:768px) {
	#feature {
		padding: 60px 0;
	}

	#feature .inner {
		display: block;
	}

	#feature .item {
		width: 100%;
		padding: 25px 20px 30px;
	}

	#feature .item + .item {
		margin-top: 20px;
	}

	#feature .item .ttl {
		font-size: 20px;
		margin-bottom: 23px;
	}

	#feature .item .img {
		width: 100%;
		justify-content: center;
		min-height: inherit;
	}

	#feature .item:nth-child(2) .img {
		padding-right: 40px;
	}

	#feature .item.w100 {
		width: 100%;
		margin-left: 0;
	}

	#feature .item .flex {
		display: block;
	}

	#feature .item .flex dl {
		width: 100%;
	}

	#feature .item .flex dl dt {
		text-align: left;
		padding: 3px 1em;
		border-radius: 15px;
		margin-bottom: 10px;
	}

	#feature .item .flex dl dd {
		margin-bottom: 30px;
	}

}


/* gallery
--------------------------------*/
#gallery {
	padding: 100px 0;
	background-color: #554b32;
}

#gallery .gallery-slider {
	width: 880px;
	margin: 0 auto;
}

#gallery .gallery-slider .item {
	width: 420px;
	padding: 30px;
	background-color: #fff;
	border-radius: 10px;
	margin: 0 10px;
}

#gallery .gallery-slider .item .img {
	width: 100%;
	height: 240px;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}

#gallery .gallery-slider .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#gallery .gallery-slider .item .ttl {
	position: relative;
	color: #000;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4;
	padding: 10px 0 0 52px;
	margin-bottom: 18px;
}

#gallery .gallery-slider .item .ttl::before {
	content: "";
	width: 42px;
	height: 42px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top: 0;
}

#gallery .gallery-slider .item .ttl.female::before {
	background-image: url(/images/biewer-terrier/ico_female.png);
}

#gallery .gallery-slider .item .ttl.male::before {
	background-image: url(/images/biewer-terrier/ico_male.png);
}

#gallery .gallery-slider .item .birthday {
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	padding: 4px 10px;
	background-color: #faf8ee;
	margin-bottom: 0;
}

#gallery .gallery-slider .slick-arrow::before {
	content: none;
}

#gallery .gallery-slider .slick-arrow {
	width: 56px;
	height: 56px;
	background: url(../images/biewer-terrier/slider_arw.svg) no-repeat center / 19px auto;
	background-color: #554B32;
	border-radius: 50%;
	margin-top: -20px;
}

#gallery .gallery-slider .slick-next {
	left: calc(50% + 540px);
	transform: scale(-1, 1);
	transform-origin: left;
}

@media screen and (max-width:768px) {
	#gallery {
		padding: 30px 0 60px;
		background-color: #554b32;
	}

	#gallery .gallery-slider {
		width: 100%;
	}

	#gallery .gallery-slider .slick-list {
		padding: 0 !important;
	}

	#gallery .gallery-slider .item {
		width: 100%;
		padding: 20px 15px;
		margin: 0 24px;
	}

	#gallery .gallery-slider .item .img {
		width: 100%;
		height: 49vw;
		border-radius: 10px;
		margin-bottom: 17px;
	}

	#gallery .gallery-slider .item .img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	#gallery .gallery-slider .item .ttl {
		font-size: 16px;
		line-height: 1.25;
		padding: 7px 0 0 42px;
		margin-bottom: 8px;
	}

	#gallery .gallery-slider .item .ttl::before {
		width: 32px;
		height: 32px;
	}


	#gallery .gallery-slider .item .birthday {
		font-size: 12px;
	}

	#gallery .gallery-slider .slick-arrow {
		width: 48px;
		height: 48px;
		background: url(../images/biewer-terrier/slider_arw.svg) no-repeat center / 16px auto;
		background-color: #554B32;
		margin-top: calc((24px - 4vw) * -1);
	}

	#gallery .gallery-slider .slick-prev {
		left: 0;
	}

	#gallery .gallery-slider .slick-next {
		left: 100%;
	}

}

.btn-popup {
	margin: 20px 10px;
	color: #fff;
	background-color: #333;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
}

.btn-popup:hover,
.btn-popup:focus {
	text-decoration: none;
	color: #fff;
}

.popup-wrapper {
	padding: 20px 0;
}

.popup-wrapper .popup-img.red img {
	border: 1px solid red;
}

.popup-wrapper .popup-img.green img {
	border: 1px solid green;
}

.popup-wrapper .popup-img.blue img {
	border: 1px solid blue;
}

.popup-wrapper img {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.modal {
	display: block;
	height: 0;
	overflow-y: hidden;
}

.modal.in {
	height: auto;
}