:root {
	--white: #fffffa;
	--base__color: #F9F9E0;
	--base__color2: #ebeae4;
	--light__base: #FFFFF6;
	--light__base2: #fefeeb;
	--heavy__base: #CCCCA0;
	--heavy__base2: #ADA07E;
	--red: #dc4848;
	--deep__red: #BE191E;
	--logo__font: #585757;
	--font__color: #212121;
	--light__gray: #f2f2f2;
	--orange: #f9a354;
	--heavy__orange: #EF7212;
	--pink: #EEB8B8;
	--heavy__pink: #e47786;
	--blue: #9CC0D1;
	--heavy__blue: #3f6b7f;
	--green: #ADD2A4;
	--heavy__green: #6BA25E;
	--box__shadow: rgba(135, 135, 135, 0.5);
	--yellow: #fce57b;
	--heavy__yellow: #e1c342;
	--purple: #c475f1;
}

/* ページタイトルの色 */
.page__title h1 {
	border-bottom: 5px solid var(--heavy__pink);
}

/* アナウンス */

.service__announce__wrap {
	width: 100%;
	padding: 2em 0;
}

.service__announce__inner {
	width: 100%;
	max-width: 1200px;
	display: flex;
	flex-direction: column;
	gap: 2em;
	margin: 0 auto;
	padding: 0 1em;
}

.service__announce__inner h2 {
	font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
	width: fit-content;
	margin: 0 auto;
	background: var(--white);
	border-radius: 2em;
	padding: 0.2em 1em;
	letter-spacing: 0.1em;
}

.section__announce__text {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	background: var(--white);
	padding: 1em;
	border-radius: 1em;
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.text__center {
	text-align: center;
}

.section__announce__text p {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.service__announce__inner .text__align__center {
	text-align: center;
}

.announce__title {
	font-size: clamp(1.2rem, 1.018rem + 0.91vw, 1.7rem);
	font-weight: 700;
	text-align: center;
}

.catch__copy {
	color: var(--heavy__pink);
	font-size: clamp(1.4rem, 1.291rem + 0.55vw, 1.7rem);
	text-align: center;
}

.service__announce__wrap .img__wrap {
	text-align: center;
}

.solution {
	width: 100%;
	max-width: 1000px;
	margin: 2em auto;
}

.tomonido {
	width: 200px;
	height: 200px;
	background: #fff;
	border-radius: 100px;
	padding: 1em;
	box-shadow: 0px 0px 10px var(--box__shadow);
	margin: 0 auto;
}

/* 商品紹介 */

.product__wrap {
	width: 100%;
	padding: 0 1em;
	display: flex;
	flex-direction: column;
	gap: 2em;
}

.product__wrap h2 {
	font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
	width: fit-content;
	margin: 0 auto;
	background: var(--white);
	border-radius: 2em;
	padding: 0.2em 1em;
	letter-spacing: 0.1em;
}

.product__top__img {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	border-radius: 1em;
}

.product {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	background: var(--base__color2);
	border-radius: 1em;
	display: flex;
	flex-direction: column;
	gap: 2em;
	overflow: hidden;
	padding-bottom: 2em;
}

.product__mv {
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
	background-image: url(../images/service1.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 2em;
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.tomonido__img {
	width: 20vw;
	border-radius: 1em;
	margin: 0 auto;
}

.product__left__inner img {
	width: auto;
	height: 15vw;
	border-radius: 1em;
}

.product__mv__left {
	margin: auto 0;
	padding: 1em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1em;
}

.product__left__inner {
	display: flex;
	gap: 1em;
	align-items: center;
}

.product__left__inner:nth-child(2) {
	padding: 0 0 0 100px;
}

.product__mv__text {
	text-align: center;
}

.product__mv__text h4 {
	font-size: clamp(1.4rem, 1.291rem + 0.55vw, 1.7rem);
}

.product__image__wrap {
	display: flex;
}

.product__introduction__wrap1 {
	display: flex;
	flex-direction: column;
	gap: 3em;
	width: 80%;
	align-items: center;
	padding: 0 1em;
}

.product__introduction__wrap1 p {
	width: 80%;
}

.product__introduction__title__wrap {
	width: fit-content;
	display: flex;
	align-items: end;
	gap: 1em;
}

.product__introduction__title__wrap img {
	width: 150px;
	aspect-ratio: 1/1;
	border-radius: 100%;
	margin-bottom: -2em;
}

.product__introduction__wrap2 {
	display: flex;
	gap: 2em;
	align-items: center;
	width: fit-content;
	margin-left: auto;
	padding: 0 1em;
}

.product__introduction2__title {
	width: 100%;
	max-width: 350px;
	display: flex;
	flex-direction: column;
	gap: 1em;
	text-align: center;
	padding: 1em;
	border-radius: 1em;
}

.product__introduction2__title img {
	width: 100%;
	border-radius: 1em;
}

.product__intro2__section {
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.product__intro2__section h4 {
	font-size: clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);
}

/* シュッとひと吹き */

.pet {
	width: fit-content;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 1em;
	align-items: center;
}

.pet h4 {
	font-size: clamp(1.2rem, 0.909rem + 1.45vw, 2rem);
	display: flex;
	gap: 0.5em;
	align-items: center;
	padding: 0 1rem;
}

.pet h4 i {
	font-size: 1.2em;
	transform: rotate(10deg);
	color: var(--heavy__orange);
}

.pet p {
	padding: 0 1em;
}

/* 使用方法 */

.product__info {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 0.5em;
	padding: 0 1em;
}

.product__info h4 {
	text-align: center;
	font-size: clamp(1.1rem, 0.955rem + 0.73vw, 1.5rem);
}

.product__info p {
	background: var(--white);
	padding: 1em;
	border-radius: 1em;
}

.partner__wrap {
	padding: 2em 1em;
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.partner__info {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 1em;
	align-items: center;
}

.partner__info h4 {
	text-align: center;
}

.partner__title {
	position: relative;
	padding-top: 5rem;
	text-align: center;
}

.partner__title img {
	width: 8rem;
	height: auto;
	position: absolute;
	top: -1.5rem;
	right: -8rem;
}

.partner__info .text__wrap {
	text-align: center;
}

.partner__info .left {
	background: var(--white);
	padding: 1em;
	text-align: left;
	margin: 0 auto;
	border-radius: 1em;
}

.partner__wrap h4 {
	font-size: clamp(1.1rem, 0.955rem + 0.73vw, 1.5rem);
	line-height: 1.8em;
	text-align: center;
}

.partner__img__wrap {
	overflow: hidden;
	width: 100%;
	position: relative;
	display: flex;
}

.partner__slider {
	display: flex;
	width: calc(300px * 10);
	/* 画像セットを2回繰り返す */
	animation: slideAnimation 30s linear infinite;
}

.partner__slide {
	display: flex;
	flex-shrink: 0;
}

.partner__slide img {
	width: 300px;
	/* 横幅を300pxに指定 */
	height: auto;
	flex-shrink: 0;
}

@keyframes slideAnimation {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
		/* 1セット分の幅だけ移動 */
	}
}

.product h3 {
	font-size: clamp(1.4rem, 1.291rem + 0.55vw, 1.7rem);
	text-align: center;
}

.product hr {
	border: 1px solid var(--heavy__pink);
}

.product__inner img {
	width: 100%;
	max-width: 400px;
	border-radius: 1em;
}

.product__text {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.product .text__wrap {
	display: flex;
	flex-direction: column;
	gap: 1em;
	align-items: center;
}

.product__point__wrap {
	display: flex;
	gap: 1em;
	flex-wrap: wrap;
}

.product__point {
	max-width: 368px;
	padding: 1em;
}

.product__point img {
	border-radius: 200px;
}

.product__text h4 {
	font-size: clamp(1.4rem, 1.291rem + 0.55vw, 1.7rem);
	text-align: center;
	background: var(--heavy__pink);
	padding: 0.2em 0.3em;
	border-radius: 2em;
	color: var(--base__color2);
	font-weight: 800;
	letter-spacing: 0.1em;
	display: grid;
	grid-template-columns: 1em 1fr 1em;
	align-items: center;
}

.product__text h5 {
	font-size: clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);
	text-align: center;
}

.product__text h5 i {
	margin: 0 0.5em;
}

.product__text h5 .back {
	transform: scale(-1, 1);
}

/* 画像 */

.family {
	width: 100%;
	max-width: 800px;
	padding: 0 1em;
	margin: 0 auto;
}

/* 商品のストーリー */

.topics__wrap {
	width: 100%;
	padding: 2em 1em;
	display: flex;
	flex-direction: column;
	gap: 2em;
}

.partner__info .text__wrap {
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.partner__info h3 {
	font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
}

.partner__info h4 {
	font-size: clamp(1.2rem, 1.055rem + 0.73vw, 1.6rem);
}

.topic__img {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	border-radius: 1em;
}

.topic {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background: var(--white);
	border-radius: 1em;
	padding: 2em 0 0 0;
}

.topic__inner {
	display: flex;
	flex-direction: column;
	gap: 1em;
	padding: 0 1em;
}

.topic__inner .text__wrap {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.topic__inner h2 {
	font-size: clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);
	color: var(--heavy__pink);
}

.topic__illust {
	width: 100%;
	height: 115px;
	margin: 1em 0;
	background: url(../images/people.svg) repeat-x;
	background-position: 0 0;
	background-size: cover;
	-webkit-animation: bgroop 60s linear infinite;
	animation: bgroop 60s linear infinite;
}

@-webkit-keyframes bgroop {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 100% 0;
	}
}

@keyframes bgroop {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 100% 0;
	}
}

/* お客様の声 */

.review__wrap {
	display: flex;
	flex-direction: column;
	gap: 3em;
	margin: 4em 0;
	padding: 0 1em;
}

.review__title {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.review__wrap h2 {
	font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
	width: fit-content;
	margin: 0 auto;
	background: var(--white);
	border-radius: 2em;
	padding: 0.2em 1em;
	letter-spacing: 0.1em;
}

.review {
	width: 100%;
	max-width: 1000px;
	display: flex;
	gap: 1em;
	align-items: center;
	margin: 0 auto;
}

.review img {
	width: 100%;
	max-width: 200px;
	height: 100%;
	max-height: 700px;
}

.review__inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1em;
	background: var(--white);
	border-radius: 1em;
	padding: 1em;
}

.review__inner h3 {
	font-size: 1.3rem;
}

.review__inner h4 {
	font-size: 1.2rem;
}

.review__wrap hr {
	border: none;
	text-align: center;
	margin-bottom: 16px;
}

.review__wrap hr:after {
	background: radial-gradient(circle farthest-side, var(--heavy__pink), var(--heavy__pink) 20%, transparent 50%, transparent);
	background-size: 16px 16px;
	content: '';
	display: inline-block;
	height: 16px;
	width: 100%;
	max-width: 620px;
	margin: 0 auto;
}

/* 主な販売場所 */

.rainbow__bridge {
	width: calc(100% + 2em);
	margin-left: -1em;
}

.place__wrap {
	display: flex;
	flex-direction: column;
	gap: 2em;
	margin: 4em 0;
	padding: 0 1em;
}

.place__wrap h2 {
	font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
	width: fit-content;
	margin: 0 auto;
	background: var(--white);
	border-radius: 2em;
	padding: 0.2em 1em;
	letter-spacing: 0.1em;
}

.shizuku__text {
	width: fit-content;
	margin: 0 auto;
	padding: 0.5em;
	font-size: clamp(1.1rem, 1.027rem + 0.36vw, 1.3rem);
	text-align: center;
	border-left: 0.8rem solid var(--yellow);
	border-right: 0.8rem solid var(--yellow);
	line-height: 1.6em;
}

.place__wrap h3 {
	width: fit-content;
	margin: 0 auto;
	font-size: clamp(1.1rem, 1.027rem + 0.36vw, 1.3rem);
	text-align: center;
}

.place__wrap .center {
	width: fit-content;
	margin: 0 auto;
}

.place__main__img__wrap {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.place__main__img__wrap img {
	width: 100%;
	max-width: 300px;
	border-radius: 1rem;
}

.cat__img {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.place {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	justify-content: center;
}

.place__event {
	display: flex;
	gap: 0.7em;
	align-items: center;
	font-size: clamp(1.1rem, 1.027rem + 0.36vw, 1.3rem);
	justify-content: center;
	text-align: center;
	line-height: 1.4em;
}

.place__event i {
	font-size: 1.4em;
	color: var(--heavy__pink);
}

.place__inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 1em;
	justify-content: center;
}

.place__img__wrap {
	width: 100%;
	max-width: 378px;
}

.place__img__wrap img {
	width: 100%;
	border-radius: 1rem;
}

.place__inner h3 {
	text-align: center;
	font-size: clamp(1.1rem, 1.064rem + 0.18vw, 1.2rem);
}

.place__main {
	width: fit-content;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 1em;
}

.place__main h4 {
	font-size: clamp(1.1rem, 0.991rem + 0.55vw, 1.4rem);
	line-height: 1.6em;
	text-align: center;
}

.place__main__text {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	align-items: center;
}

.place__main__text p {
	text-align: center;
}

.place__main img {
	width: 150px;
	border-radius: 100%;
}




/* footerのイラストの色 */
.footer__img {
	filter: brightness(0) saturate(100%) invert(62%) sepia(60%) saturate(1308%) hue-rotate(306deg) brightness(99%) contrast(81%);
}

.pc__hidden {
	display: none;
}

picture {
	text-align: right;
}

@media screen and (max-width:900px) {
	.pc__hidden {
		display: block;
	}

	.flex {
		display: flex;
	}

	.product__inner {
		display: flex;
		flex-direction: column;
	}

	.product__inner img {
		margin: 0 auto;
	}

	.review {
		display: flex;
		flex-direction: column;
	}

	.review:nth-child(4) {
		flex-direction: column-reverse;
	}

	.product {
		gap: 1em;
	}

	.product__mv {
		padding: 1em 0 0 0;
		background-image: none;
		aspect-ratio: auto;
		background-size: cover;
		background-position: right;
		gap: 0;
	}

	.product__mv h3 {
		margin: 1rem 0;
	}

	.tomonido__img {
		width: 100%;
		border-radius: 0;
	}

	.product__mv__left {
		padding: 2em 1em;
	}

	.product__left__inner {
		flex-direction: column;
	}

	.product__left__inner:nth-child(2) {
		padding: 0;
	}

	.product__left__inner img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.product__left__inner__images {
		display: grid;
		grid-template-columns: 1fr 40%;
		gap: 0.5em;
		height: auto;
	}

	.product__introduction__title__wrap {
		flex-direction: column-reverse;
	}

	.product__introduction__title__wrap img {
		margin: 0 auto;
	}

	.product__introduction__wrap1 {
		width: 100%;
		gap: 1em;
	}

	.product__introduction__wrap1 h3 {
		text-align: left;
	}

	.product__introduction__wrap1 p {
		width: 100%;
	}

	.product__introduction__wrap2 {
		flex-direction: column;
	}

	.product__left__inner__img__wrap img:nth-child(2) {
		margin-top: -2em;
	}

	.product__image__wrap img {
		width: 100%;
	}

	.product__image__wrap {
		display: grid;
		grid-template-columns: 1fr;
	}

	.partner__title {
		padding: 1rem;
		display: flex;
		flex-direction: column;
		gap: 0.5em;
	}

	.partner__title img {
		width: 8rem;
		height: auto;
		position: static;
		margin-left: auto;
	}

	.partner__slider {
		width: calc(150px * 10);
		/* 画像セットを2回繰り返す */
	}

	.partner__slide img {
		width: 150px;
		/* 横幅を300pxに指定 */
	}

	.place__main {
		flex-direction: column;
	}

	.place {
		flex-direction: column;
	}

	.place__inner {
		width: 100%;
	}

	.place__img__wrap {
		width: 100%;
		max-width: none;
	}
}