*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

ol,
ul {
	list-style: none;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

a {
	color: inherit;
	text-decoration: none;
}

button {
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	color: inherit;
	font: inherit;
	vertical-align: top;
}

body {
	background: #ffffff;
	color: #36342c;
	font-family: "Zen Maru Gothic", "sans-serif";
	font-size: 15px;
	font-weight: 400;
	line-height: 150%;
}

img {
	height: auto;
	max-width: 100%;
}

.l-inner {
	margin-inline: auto;
	max-width: 100%;
	overflow: hidden;
	padding-inline: 10px;
}

.l-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

.l-lineup {
	background: #f1efe9;
	overflow: hidden;
	padding-top: 60px;
	position: relative;
}

.l-lineup__inner {
	padding-bottom: 216px;
}

.l-mv {
	background-color: #F6D359;
	margin-inline: auto;
	max-width: 100%;
}

.l-mv__inner {
	padding-block: 65px 116px;
	padding-inline: 10px;
}

.l-qa {
	padding-top: 60px;
}

.l-qa__inner {
	padding-bottom: 39px;
}

.l-review {
	padding-block: 50px 49.81px;
}

.l-review__inner {
	padding-inline: 5.23vw;
}

.l-commit {
	overflow: hidden;
	padding-top: 47px;
	position: relative;
}

.l-commit__inner {
	padding-bottom: 569.82px;
	padding-inline: min(5.27vw, 19.74px);
	position: relative;
}

.l-cta {
	background: #F6D359;
	padding-top: 18px;
}

.l-cta__inner {
	padding-bottom: 58px;
}

.l-material {
	background: #F1EFE9;
	padding-bottom: 49px;
	padding-top: 58px;
}

.test {
	color: red;
}

.test-blue {
	color: blue;
}

.c-test {
	color: pink;
	font-size: 40px;
}

.c-section-title {
	color: #36342c;
	display: inline-block;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 48px */
	position: relative;
}

.c-section-title::after {
	background: #c3bfa1;
	bottom: 12px;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 106%;
}

.c-section-title--border-block {
	line-height: 168%;
}

.c-section-title--border-block::after {
	background: #36342c;
	bottom: 0;
}

.c-section-title span {
	color: #94c166;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 200%;
}

.c-section-title--green span {
	color: #94c166;
}

.c-section-title--yellow span {
	color: #f6d359;
}

.c-button {
	align-items: center;
	background: #94c166;
	border-radius: 999px;
	color: #fff;
	display: flex;
	gap: 10px;
	padding: 14.5px 37.5px;
	width: -moz-fit-content;
	width: fit-content;
}

.c-button::before {
	background: url(.././img/icon_cart.webp) no-repeat center center/contain;
	content: "";
	height: 35px;
	width: 35px;
}

.c-button:hover {
	background: #74a048;
}

.c-copyright {
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
}

.c-commit-card {
	background-color: #F1EFE9;
	box-shadow: 4.893px 4.893px 8.388px 0px rgba(0, 0, 0, 0.25);
	margin-inline: auto;
	max-width: 335.52px;
	padding-block: 22.37px 55.92px;
	width: 89.47vw;
}

.c-commit-card__inner {
	margin-inline: auto;
	max-width: 228px;
}

.c-commit-card__number {
	aspect-ratio: 42/41;
	height: auto;
	width: 42px;
}

.c-commit-card__number img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-commit-card__image {
	height: 83.181px;
	margin-inline: auto;
	margin-top: 11.18px;
	max-width: 128.616px;
}

.c-commit-card__image img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.c-commit-card__contents {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 11.18px;
	margin-top: 27.96px;
}

.c-commit-card__heading {
	color: #94c166;
	font-size: 16px;
	font-weight: 700;
	line-height: 25.164px;
	white-space: nowrap;
}

.c-review-card {
	display: flex;
	flex-direction: column;
	gap: 9.95px;
	max-width: 335.79px;
}

.c-review-card__image {
	aspect-ratio: 244.387/244.387;
	height: auto;
	margin-inline: auto;
	position: relative;
	width: 244.387px;
}

.c-review-card__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-review-card__contents {
	position: relative;
}

.c-review-card__deco-image {
	display: block;
}

.c-review-card__voice {
	left: 50%;
	max-width: 205.21px;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 54.72vw;
}

.c-review-card__text {
	font-size: clamp(0.938rem, 0.574rem + 1.82vw, 1rem);
	line-height: 190%;
}

.c-review-card__name {
	display: block;
	font-size: 12px;
	line-height: 190%;
	margin-top: 4.97px;
	text-align: center;
	white-space: nowrap;
}

.c-lineup-card {
	background: #E2DED5;
	box-shadow: 4.199px 8.398px 17.495px 0px rgba(196, 196, 196, 0.25);
	max-width: 356px;
	padding: 27.99px;
	position: relative;
	width: 94.93vw;
}

.c-lineup-card__inner {
	position: relative;
}

.c-lineup-card__deco-image {
	aspect-ratio: 258/69;
	height: auto;
	left: 7px;
	max-width: 258.229px;
	position: absolute;
	top: 7px;
	width: 68.86vw;
}

.c-lineup-card__wrapper {
	margin-inline: auto;
	max-width: 280px;
	width: 74.67vw;
}

.c-lineup-card__image {
	aspect-ratio: 280/280;
	height: auto;
	margin-inline: auto;
}

.c-lineup-card__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-lineup-card__contents {
	margin-inline: auto;
	margin-top: 27.99px;
	text-align: center;
}

.c-lineup-card__title {
	border-bottom: 1px solid #36342c;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	padding-bottom: 6.09px;
}

.c-lineup-card__description {
	line-height: 20px;
	margin-top: 21.9px;
	text-align: left;
}

.c-lineup-card__button {
	display: flex;
	justify-content: center;
	margin-top: 27.99px;
}

.c-qa-card {
	align-items: center;
	background: #ffffff;
	border-radius: 30px;
	box-shadow: 6px 12px 10px 0px rgba(196, 196, 196, 0.25);
	display: flex;
	flex-direction: column;
	padding-block: 32px 27px;
	padding-inline: clamp(1.5rem, -0.885rem + 10.18vw, 4rem);
	width: 94.67vw;
}

.c-qa-card.is-qa-open .c-qa-card__switch::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.c-qa-card.is-qa-open .c-qa-card__head {
	padding-bottom: 16px;
}

.c-qa-card__head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.c-qa-card__head-wrapper,
.c-qa-card__a {
	align-items: center;
	display: flex;
	gap: 26px;
	width: 66.67vw;
}

.c-qa-card__head-icon,
.c-qa-card__a-icon {
	color: #94c166;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
}

.c-qa-card__head-text,
.c-qa-card__a-text {
	color: #36342c;
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	text-align: left;
}

.c-qa-card__switch {
	background: #94c166;
	border-radius: 50%;
	flex-shrink: 0;
	height: 41px;
	position: relative;
	width: 41px;
}

.c-qa-card__switch::before {
	background: #ffffff;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 24px;
}

.c-qa-card__switch::after {
	background: #ffffff;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
	transition: all 0.3s;
	width: 24px;
}

.c-qa-card__body {
	display: none;
	width: 100%;
}

.c-qa-card__a-text {
	border-top: 1px solid #C3BFA1;
	font-size: 15px;
	font-weight: 500;
	line-height: 28px;
	padding-top: 16px;
}

.c-commit-deco::before,
.c-commit-deco::after {
	content: "";
	position: absolute;
}

.c-commit-deco__purebowl::before {
	aspect-ratio: 1716/831;
	background: url(../img/img_purebowl.webp) no-repeat center center/cover;
	height: 180px;
	left: 50%;
	top: 1674px;
	transform: translateX(-50%);
}

.c-commit-deco__purebowl::after {
	aspect-ratio: 1964/311;
	background: url(../img/deco_commit-bar.webp) no-repeat right center/cover;
	height: 60.7px;
	right: calc(50% - 187.5px);
	top: 1780px;
	z-index: -1;
}

.c-commit-deco__food::before {
	aspect-ratio: 398/398;
	background: url(../img/deco_bg-food.webp) no-repeat center center/cover;
	flex-shrink: 0;
	height: auto;
	left: calc(50% - 51.5px);
	opacity: 0.15;
	top: 1826px;
	width: 398px;
}

.c-commit-deco__pawpads {
	position: absolute;
}

.c-commit-deco__pawpads1 {
	left: calc(50% - 146.5px);
	top: 2078px;
}

.c-commit-deco__pawpads2 {
	left: calc(50% - 146.5px);
	top: 1956px;
}

.c-commit-deco__pawpads3 {
	left: 50%;
	top: 1998px;
	transform: translateX(-50%);
}

.c-commit-deco__pawpads4 {
	left: 50%;
	top: 1876px;
	transform: translateX(-50%);
}

.c-commit-deco__pawpads5 {
	left: calc(50% + 65.5px);
	top: 1914px;
}

.c-commit-deco__pawpads6 {
	left: calc(50% + 65.5px);
	top: 1792px;
}

.c-deco-pawpads {
	aspect-ratio: 82/84;
	background: url(../img/deco_bg-pawpads.webp) no-repeat center center/cover;
	height: 84px;
	width: 82px;
}

.c-review-deco {
	display: none;
}

.c-review-deco__pawpads {
	position: absolute;
}

.c-lineup-deco {
	position: absolute;
}

.c-lineup-deco__dog {
	aspect-ratio: 186/161;
	background: url(../img/deco_bg-dog.webp) no-repeat center center/contain;
	bottom: 12px;
	height: 161px;
	left: calc(50% - 191px);
	width: 186px;
}

.js-fadein-pawpads {
	perspective: 1000;
}

.c-lineup-deco__pawpads {
	aspect-ratio: 60/52;
	height: auto;
	transform: rotate(180deg);
	width: 62px;
}

.c-lineup-deco__pawpads7 {
	bottom: 164px;
	left: calc(50% + 89.5px);
}

.c-lineup-deco__pawpads8 {
	bottom: 84px;
	left: calc(50% + 89.5px);
}

.p-material-card {
	padding: 0 27px;
}

.p-material-card__img {
	aspect-ratio: 600/450;
	overflow: hidden;
}

.p-material-card__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-material-card__content {
	margin-top: 34px;
}

.p-material-card__title {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px; /* 145% */
}

.p-material-card__text {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px; /* 153.333% */
	margin-top: 16px;
}

.p-material-card__text span {
	font-weight: 700;
}

.p-material {
	overflow: hidden;
	position: relative;
	z-index: 100;
}

.p-material::before {
	aspect-ratio: 612/612;
	background: url(../img/deco_mv-food.webp) no-repeat center center/cover;
	content: "";
	flex-shrink: 0;
	height: auto;
	opacity: 0.15;
	position: absolute;
	right: 15px;
	top: 150px;
	transform: rotate(-180deg);
	width: 350px;
	z-index: 0;
}

.p-material__title {
	text-align: center;
}

.p-material__lead {
	font-size: 20px;
	font-weight: 500;
	line-height: 130%; /* 26px */
	margin-top: 32px;
	text-align: center;
}

.p-material__description {
	font-size: 16px;
	font-weight: 400;
	line-height: 150%; /* 24px */
	text-align: center;
}

.p-material__items {
	background: var(--white, #fff);
	border-radius: 40px;
	margin-inline: auto;
	margin-top: 48px;
	max-width: 600px;
	padding-bottom: 40px;
	padding-top: 40px;
	position: relative;
	z-index: 200;
}

.p-material__item + .p-material__item {
	margin-top: 32px;
}

.p-header {
	background: #f1efe9;
	height: 65px;
}

.p-header.is-scroll {
	background: rgba(241, 239, 233, 0.5);
}

.p-header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding: 0 5px 0 10px;
}

.p-header__logo {
	height: inherit;
	max-width: 114px;
}

.p-header__logo a {
	align-items: center;
	display: flex;
	height: inherit;
}

.p-header__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-header__nav {
	display: none;
	height: inherit;
}

.p-header__nav-list {
	display: flex;
	height: inherit;
}

.p-header__nav-item {
	height: inherit;
	text-transform: uppercase;
}

.p-header__nav-item a {
	align-items: center;
	display: flex;
	font-size: 18px;
	font-weight: 700;
	height: inherit;
	padding: 0 13px;
	transition: 0.3s;
}

.p-header__nav-item:hover a {
	color: #c3bfa1;
}

.p-header__button {
	display: none;
	height: inherit;
	padding: 8px 0;
}

.p-header__sp-buttons {
	display: flex;
	height: inherit;
}

.p-header__cart-button {
	height: inherit;
	padding: 10px 10px;
}

.p-header__cart-button a {
	display: block;
}

.p-header__cart-button img {
	max-width: 45px;
}

.p-header__hamburger-box {
	padding: 10px 15px 10px 12px;
}

.p-header__hamburger {
	background-color: #94c166;
	border: none;
	border-radius: 15px;
	cursor: pointer;
	height: 45px;
	outline: none;
	position: relative;
	right: 0;
	transition: 0.3s;
	width: 45px;
	z-index: 999;
}

.p-header__hamburger span {
	background-color: #f1efe9;
	border-radius: 2px;
	display: block;
	height: 2px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 20px;
}

.p-header__hamburger span:nth-of-type(1) {
	top: -4px;
}

.p-header__hamburger span:nth-of-type(2) {
	top: 0;
}

.p-header__hamburger span:nth-of-type(3) {
	top: 4px;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
	top: 0;
	transform: translate(-50%) rotate(-135deg);
}

.p-header__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
}

.p-header__hamburger.is-open span:nth-of-type(3) {
	top: -4px;
	transform: translate(-50%) rotate(135deg);
}

.p-sns-list__item {
	position: relative;
}

.p-sns-list__item a::before {
	background-color: rgba(0, 0, 0, 0.2);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s;
}

.p-sns-list__item a:hover::before {
	opacity: 1;
}

.p-slider-pc__side-scroll--1 {
	background: url(../img/sp/img_mv-swiper1-sp.webp) no-repeat center center/cover;
}

.p-slider-pc__side-scroll--2 {
	background: url(../img/sp/img_mv-swiper2-sp.webp) no-repeat center center/cover;
}

.p-slider-pc__side-scroll--3 {
	background: url(../img/sp/img_mv-swiper3-sp.webp) no-repeat center center/cover;
}

.p-slider-sp__card-wrapper {
	align-items: center;
	display: flex;
	justify-content: center;
}

.p-slider-sp__card-contents {
	height: 100vh;
	position: relative;
	width: 100%;
}

.p-slider-sp__card-contents img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.p-slider-sp__description {
	color: #fff;
	color: #ffffff;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 95%;
	z-index: 100;
}

.p-slider-sp__title {
	border-bottom: 1px solid #ffffff;
	font-size: clamp(1.25rem, -1.135rem + 10.18vw, 2.5rem);
	font-weight: 700;
	line-height: 100%; /* 20px */
	padding-bottom: 8px;
	text-align: center;
}

.p-slider-sp__text {
	font-size: clamp(0.875rem, -0.079rem + 4.07vw, 1.875rem);
	font-weight: 700;
	line-height: 200%; /* 28px */
	text-align: center;
}

.p-slider-sp__spacer {
	height: 100vh;
	width: 100%;
}

.p-footer {
	background: #94c166;
	padding-bottom: 13px;
}

.p-footer__inner {
	margin-inline: auto;
	max-width: 315px;
	padding: 0 10px;
	width: 100%;
}

.p-footer__drawer-logo {
	margin-inline: auto;
	max-width: 315px;
	width: 100%;
}

.p-footer__drawer-logo a {
	display: block;
	padding: 10px 0;
}

.p-footer__drawer-logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-footer__item a {
	color: #ffffff;
	display: block;
	font-weight: 700;
	padding: 16px 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: 0.3s;
}

.p-footer__item:hover a {
	color: #74a048;
}

.p-footer__sns {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 47px;
}

.p-footer__copyright {
	display: block;
	margin-top: 30px;
	text-align: center;
}

.p-drawer {
	background: #f6d359;
	border-radius: 0px 0px 999px 999px;
	height: 100vh;
	left: 0;
	overflow-y: scroll;
	position: fixed;
	scrollbar-width: none;
	top: 0;
	top: -120%;
	transition: 0.6s;
	width: 100%;
	z-index: 800;
}

.p-drawer.is-open {
	top: 0;
}

.p-drawer-scroll {
	-webkit-overflow-scrolling: touch;
	height: 80vh; /*表示する高さ*/
	left: 0;
	margin-bottom: 50px;
	overflow: auto;
	padding-bottom: 50px;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.p-drawer-content {
	margin-bottom: 60px;
	margin-inline: auto;
	margin-top: 120px;
	max-width: 315px;
	padding: 0 10px;
	width: 100%;
}

.p-drawer-logo {
	margin-inline: auto;
	max-width: 327px;
	width: 100%;
}

.p-drawer::-webkit-scrollbar {
	display: none;
}

.p-drawer-lists {
	margin-top: 53px;
}

.p-drawer-item a {
	display: block;
	font-size: 20px;
	font-weight: 700;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
	transition: 0.3s;
}

.p-drawer-item:hover a {
	color: #C3BFA1;
}

.p-drawer-sns {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, 1fr);
	margin-inline: auto;
	margin-top: 47px;
	max-width: 200px;
}

.p-drawer__copyright {
	display: block;
	margin-top: 35px;
	text-align: center;
}

.p-drawer__img-container {
	height: 100%;
	position: relative;
	width: 100%;
}

.p-drawer__img {
	aspect-ratio: 133/122;
	background: #f6d359;
	max-width: 133px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 700;
}

.p-drawer__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	opacity: 0.5;
	width: 100%;
}

.p-drawer__img--1 {
	right: calc(50% + 70px);
	top: 20%;
}

.p-drawer__img--2 {
	left: calc(50% + 70px);
	top: 45%;
}

.p-drawer__img--3 {
	right: calc(50% + 70px);
	top: 40%;
}

.p-drawer__img--4 {
	bottom: 20%;
	left: calc(50% + 70px);
}

.p-qa__title {
	text-align: center;
}

.p-qa__cards {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-top: 32px;
}

.p-mv__logo {
	aspect-ratio: 327/75.6;
	height: auto;
	margin-inline: auto;
	max-width: 326.931px;
	width: 87.18vw;
}

.p-mv__box {
	background: #ffffff;
	height: 270px;
	margin-inline: auto;
	margin-top: 43.43px;
	max-width: 355px;
	padding: 24px min(12.53vw, 47px);
	position: relative;
	width: 94.67vw;
}

.p-mv__box::before {
	background: url(.././img/deco_bg-pawpads.webp) no-repeat center center/contain;
	content: "";
	height: 45px;
	left: 20px;
	position: absolute;
	top: -23px;
	transform: rotate(-65deg);
	width: 49px;
}

.p-mv__box::after {
	background: url(.././img/deco_mv-food.webp) no-repeat center center/contain;
	bottom: -131px;
	content: "";
	height: 169px;
	position: absolute;
	right: 10px;
	width: 115px;
}

.p-mv__box-message {
	aspect-ratio: 261.6/123.7;
	height: auto;
	max-width: 261.663px;
	width: 69.87vw;
}

.p-mv__box-message img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-mv__box-issue {
	color: #555246;
	font-size: 12px;
	font-weight: 400;
	line-height: 23px;
	margin-top: 3.3px;
}

.p-mv__box-button {
	margin-top: 4px;
}

.c-button-mv {
	margin-inline: auto;
}

.p-mv__image {
	aspect-ratio: 194.7/270.1;
	height: auto;
	margin-inline: auto;
	max-width: 194.707px;
}

.p-mv__image img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-commit__title {
	text-align: center;
}

.p-commit-cards {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-top: 49px;
}

.p-lineup__title {
	text-align: center;
}

.p-lineup__cards {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 16.8px;
	margin-top: 50px;
}

.p-review__title {
	margin-inline: auto;
	max-width: 256px;
	text-align: left;
}

.p-review__title-heading::after {
	bottom: 0;
}

.p-review__cards {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 49.75px;
	margin-top: 79px;
}

.p-cta__container {
	aspect-ratio: 355/457;
	background: url(.././img/sp/bg_cta-sp.webp) no-repeat center center/cover;
	height: auto;
	margin-inline: auto;
	max-width: 355px;
	position: relative;
	width: 100%;
}

.p-cta__contents {
	padding-inline: clamp(0.625rem, -5.502rem + 30.64vw, 1.678rem);
	padding-top: 37.41%;
}

.p-cta__message-box {
	padding-inline: 5px;
	text-align: center;
}

.p-cta__message-main {
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	white-space: nowrap;
}

.p-cta__message-sub {
	margin-top: 16px;
}

.p-cta__button {
	margin-top: 13.43px;
}

.c-button-cta {
	margin-inline: auto;
}

.p-cta__purebowl-image {
	aspect-ratio: 263/127.3;
	bottom: -14.206%;
	height: auto;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 263.001px;
}

.u-separate {
	margin-bottom: 24px;
	margin-top: 24px;
}

.u-text-bold,
.u-review-text-bold {
	font-size: 16px;
	font-weight: 700;
	line-height: 190%;
}

.u-text-highlight,
.u-review-text-highlight {
	background: linear-gradient(transparent 75%, rgba(148, 193, 102, 0.5) 25%);
}

.u-desktop {
	display: none;
}

.u-button-shake {
	animation: shake 2s infinite;
}

.u-bg-deco {
	position: relative;
	width: 100%;
}

.u-bg-deco--top-green {
	height: 24.8vw;
}

.u-bg-deco--top-yellow {
	height: 16vw;
}

.u-bg-deco--bottom-yellow {
	height: 16vw;
}

.u-bg-deco--bottom-glay {
	height: 24.8vw;
}

.u-bg-deco--top-glay {
	height: 24.8vw;
}

.u-bg-deco::before {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: inherit;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: inherit;
}

.u-bg-deco--top-green::before {
	background-image: url(../img/sp/bg_green-top-sp.webp);
}

.u-bg-deco--top-yellow::before {
	background-image: url(../img/sp/bg_yellow-top-sp.webp);
}

.u-bg-deco--bottom-glay::before {
	background-image: url(../img/sp/bg_glay-bottom-sp.webp);
}

.u-bg-deco--top-glay::before {
	background-image: url(../img/sp/bg_glay-top-sp.webp);
}

.u-bg-deco--bottom-yellow::before {
	background-image: url(../img/sp/bg_yellow-bottom-sp.webp);
}

.u-bg-glay::before {
	background-color: #f1efe9;
}

@media screen and (min-width: 768px) {

body {
	font-size: 18px;
	line-height: 140%;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1060px;
	padding-inline: 30px;
}

.l-lineup {
	padding-block: 90px;
}

.l-lineup__inner {
	padding-bottom: 151px;
}

.l-mv__inner {
	align-items: start;
	display: flex;
	justify-content: center;
	padding-bottom: initial;
	padding-top: 80px;
}

.l-qa {
	padding-top: 80px;
}

.l-qa__inner {
	padding-bottom: 229px;
}

.l-review {
	overflow: hidden;
	padding-block: 122px 257px;
	position: relative;
}

.l-review::after {
	aspect-ratio: 172/172;
	background: url(../img/icon_speech.webp) no-repeat center center/contain;
	content: "";
	height: auto;
	left: calc(50% + 288px);
	position: absolute;
	top: 33px;
	width: 172px;
}

.l-commit {
	padding-top: 90px;
}

.l-commit__inner {
	padding-bottom: 511px;
}

.l-cta {
	padding-top: 85px;
}

.l-cta__inner {
	padding-block: 141px;
}

.l-material {
	padding-bottom: 136px;
	padding-top: 107px;
}

.c-section-title {
	font-size: 40px;
}

.c-section-title--border-block::after {
	bottom: -4px;
}

.c-section-title span {
	font-size: 80px;
}

.c-copyright {
	font-size: 20px;
}

.c-commit-card {
	box-shadow: 7px 7px 12px 0px rgba(0, 0, 0, 0.25);
	margin-inline: initial;
	min-width: 480px;
	padding-block: 32px 48px;
}

.c-commit-card__inner {
	max-width: 330px;
}

.c-commit-card__number {
	aspect-ratio: 60/59;
	height: 59px;
	width: 60px;
}

.c-commit-card__image {
	height: 119px;
	margin-top: 16px;
	max-width: 184px;
}

.c-commit-card__contents {
	gap: 16px;
	margin-top: 40px;
}

.c-commit-card__heading {
	font-size: 22px;
	font-weight: 500;
	line-height: 160%;
}

.c-commit-card__description {
	padding-inline: 5px;
}

.c-review-card {
	align-items: center;
	flex-direction: row;
	gap: 3.65vw;
	justify-content: space-between;
	max-width: 1000px;
	min-width: 590px;
	width: 52.08vw;
}

.c-review-card:nth-of-type(2n) {
	flex-direction: row-reverse;
}

.c-review-card__image {
	aspect-ratio: 390/390;
	margin-inline: initial;
	max-width: 390px;
	min-width: 244.387px;
	width: 20.31vw;
}

.c-review-card__deco-image {
	flex-shrink: 0;
	height: auto;
	max-width: 540px;
	min-width: 335.8px;
	width: 28.13vw;
}

.c-review-card__deco-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-review-card__voice {
	max-width: 384px;
	min-width: 223.21px;
	width: 20vw;
}

.c-review-card__text {
	font-size: clamp(0.938rem, 0.646rem + 0.61vw, 1.375rem);
	font-weight: 500;
	line-height: 160%;
}

.c-review-card__name {
	font-size: clamp(0.75rem, 0.5rem + 0.52vw, 1.125rem);
	font-weight: 400;
	line-height: 140%;
	margin-top: max(0.42vw, 4.97px);
	text-align: right;
}

.c-lineup-card {
	box-shadow: 6px 12px 25px 0px rgba(196, 196, 196, 0.25);
	display: flex;
	justify-content: center;
	min-width: 480px;
	padding: 40px;
	width: 25vw;
}

.c-lineup-card__inner {
	display: flex;
}

.c-lineup-card__deco-image {
	aspect-ratio: 369/99;
	left: -30px;
	max-width: initial;
	top: -30px;
	width: 369px;
}

.c-lineup-card__wrapper {
	display: flex;
	flex-direction: column;
	max-width: initial;
	width: initial;
}

.c-lineup-card__image {
	aspect-ratio: 400/400;
}

.c-lineup-card__contents {
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	gap: 40px;
	margin-top: 40px;
}

.c-lineup-card__title {
	font-size: 22px;
	font-weight: 500;
	line-height: 160%;
	padding-bottom: initial;
	width: -moz-fit-content;
	width: fit-content;
}

.c-lineup-card__description {
	flex-grow: 1;
	font-size: 18px;
	line-height: 140%;
	margin-top: initial;
	text-align: left;
}

.c-lineup-card__button {
	margin-top: 40px;
}

.c-button-lineup {
	flex-shrink: 0;
}

.c-qa-card {
	max-width: 1000px;
	padding-block: 32px;
	padding-inline: clamp(24px, 3.33vw, 64px);
}

.c-qa-card.is-qa-open .c-qa-card__head {
	padding-bottom: 15px;
}

.c-qa-card__head {
	gap: 31px;
	width: 100%;
}

.c-qa-card__head-wrapper,
.c-qa-card__a {
	max-width: initial;
	width: initial;
}

.c-qa-card__head-text,
.c-qa-card__a-text {
	font-size: 18px;
	line-height: 140%;
}

.c-qa-card__body {
	padding-bottom: initial;
	padding-left: initial;
}

.c-qa-card__a {
	border-top: 1px solid #C3BFA1;
	max-width: 818px;
	padding-top: 15px;
}

.c-qa-card__a-text {
	border-top: initial;
	font-size: 18px;
	font-weight: 400;
	line-height: 140%;
	padding-top: initial;
}

.c-commit-deco__purebowl::before {
	bottom: 125px;
	height: clamp(17.5rem, 11.875rem + 11.72vw, 25.938rem);
	left: initial;
	right: calc(50% - 155px);
	top: initial;
	transform: initial;
}

.c-commit-deco__purebowl::after {
	bottom: 148px;
	height: clamp(6.5rem, 4.375rem + 4.43vw, 9.688rem);
	right: calc(50% - 255px);
	top: initial;
}

.c-commit-deco__food::before {
	bottom: -158px;
	left: calc(50% + 335px);
	top: initial;
	width: 1250px;
}

.c-commit-deco__pawpads1 {
	bottom: 913px;
	left: calc(50% + 499px);
	top: initial;
}

.c-commit-deco__pawpads2 {
	bottom: 1035px;
	left: calc(50% + 499px);
	top: initial;
}

.c-commit-deco__pawpads3 {
	bottom: 1119px;
	left: calc(50% + 665px);
	top: initial;
}

.c-commit-deco__pawpads4 {
	bottom: 1241px;
	left: calc(50% + 665px);
	top: initial;
}

.c-commit-deco__pawpads5 {
	bottom: 1325px;
	left: calc(50% + 823px);
	top: initial;
}

.c-commit-deco__pawpads6 {
	bottom: 1447px;
	left: calc(50% + 823px);
	top: initial;
}

.c-review-deco {
	display: block;
}

.c-review-deco__pawpads1 {
	right: calc(50% + 849px);
	top: 1056px;
}

.c-review-deco__pawpads2 {
	right: calc(50% + 849px);
	top: 1178px;
}

.c-review-deco__pawpads3 {
	right: calc(50% + 677px);
	top: 850px;
}

.c-review-deco__pawpads4 {
	right: calc(50% + 677px);
	top: 972px;
}

.c-review-deco__pawpads5 {
	right: calc(50% + 519px);
	top: 644px;
}

.c-review-deco__pawpads6 {
	right: calc(50% + 519px);
	top: 766px;
}

.c-lineup-deco__dog {
	aspect-ratio: 241/209;
	height: 209px;
	left: initial;
	right: calc(50% + 604px);
	top: 1199px;
	width: 241px;
}

.c-lineup-deco__pawpads {
	aspect-ratio: 82/84;
	height: 84px;
	width: 82px;
}

.c-lineup-deco__pawpads1 {
	left: calc(50% + 878px);
	top: 0px;
}

.c-lineup-deco__pawpads2 {
	left: calc(50% + 878px);
	top: 122px;
}

.c-lineup-deco__pawpads3 {
	left: calc(50% + 724px);
	top: 103px;
}

.c-lineup-deco__pawpads4 {
	left: calc(50% + 724px);
	top: 225px;
}

.c-lineup-deco__pawpads5 {
	left: calc(50% + 570px);
	top: 206px;
}

.c-lineup-deco__pawpads6 {
	left: calc(50% + 570px);
	top: 328px;
}

.c-lineup-deco__pawpads7 {
	bottom: initial;
	left: initial;
	right: calc(50% + 541px);
	top: 1080px;
}

.c-lineup-deco__pawpads8 {
	bottom: initial;
	left: initial;
	right: calc(50% + 541px);
	top: 1202px;
}

.p-material-card {
	align-items: center;
	display: flex;
	gap: 34px;
	padding: 0 80px;
}

.p-material-card__img {
	width: 35%;
}

.p-material-card__content {
	margin-top: initial;
	width: 60%;
}

.p-material-card__title {
	font-size: 32px;
	line-height: 140%; /* 44.8px */
}

.p-material::before {
	right: calc(50% + 243px);
	top: 60px;
	width: 835px;
}

.p-material__lead {
	font-size: 22px;
	font-style: normal;
	line-height: 160%; /* 35.2px */
	margin-top: 8px;
}

.p-material__description {
	font-size: 22px;
	font-weight: 500;
	line-height: 160%; /* 35.2px */
	margin-top: 51px;
}

.p-material__items {
	margin-top: 133px;
	max-width: initial;
}

.p-material__item + .p-material__item {
	margin-top: 80px;
}

.p-header__cart-button {
	padding: 17.5px 12px;
}

.p-header__hamburger {
	display: none;
}

.p-slider-pc {
	height: 100vh;
	overflow: hidden;
	width: 100%;
}

.p-slider-pc__container {
	align-items: center;
	display: flex;
	height: 100vh;
	margin-inline: auto;
	overflow: hidden;
	width: 300%; /* 要素の数×100% */
}

.p-slider-pc__list {
	display: flex;
	height: inherit;
	width: 300%; /* 要素の数×100% */
}

.p-slider-pc__side-scroll {
	align-items: center;
	display: flex;
	height: 1000px;
	justify-content: center;
	width: 300%; /* 要素の数×100% */
}

.p-slider-pc__side-scroll::before {
	background-color: rgba(0, 0, 0, 0.3);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-slider-pc__side-scroll--1 {
	background: url(../img/img_mv-swiper1.webp) no-repeat center center/cover;
}

.p-slider-pc__side-scroll--2 {
	background: url(../img/img_mv-swiper2.webp) no-repeat center center/cover;
}

.p-slider-pc__side-scroll--3 {
	background: url(../img/img_mv-swiper3.webp) no-repeat center center/cover;
}

.p-slider-pc__text-wrap {
	color: #ffffff;
	position: relative;
	text-align: center;
	z-index: 2;
}

.p-slider-pc__title {
	border-bottom: 1px solid #ffffff;
	display: block;
	font-size: 80px;
	font-weight: 700;
	line-height: 112.751px; /* 140.939% */
	padding-bottom: 5px;
}

.p-slider-pc__text {
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%; /* 44.8px */
	margin-top: 58px;
}

.p-footer {
	padding-bottom: 33px;
}

.p-footer__inner {
	max-width: 695px;
	padding: 0 30px;
}

.p-footer__drawer-logo a {
	padding: 0 10px;
}

.p-footer__nav {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.p-footer__items {
	align-items: center;
	display: flex;
}

.p-footer__item a {
	padding: 0 20px;
}

.p-footer__sns {
	margin-top: 60px;
}

.p-footer__copyright {
	margin-top: 60px;
}

.p-qa__cards {
	margin-top: 59px;
}

.p-mv__wrapper {
	margin-top: min(47.5px, 2.47%);
}

.p-mv__logo {
	aspect-ratio: 709/150.7;
	max-width: 709.069px;
	width: 36.93vw;
}

.p-mv__box {
	height: 66.8%;
	margin-left: -4.17vw;
	margin-top: clamp(1.25rem, -1.355rem + 5.43vw, 5.157rem);
	max-width: 720px;
	min-width: 355px;
	padding-block: 5.55%;
	padding-inline: min(80px, 4.17vw) min(242.29px, 12.62vw);
	width: 37.5vw;
}

.p-mv__box::before {
	height: 111px;
	left: -2.94%;
	top: -15.42%;
	width: min(6.35vw, 122px);
}

.p-mv__box::after {
	aspect-ratio: 230/337;
	bottom: -14.58%;
	bottom: -9.7%;
	height: auto;
	left: initial;
	right: -3.61%;
	width: min(11.98vw, 230px);
}

.p-mv__box-inner {
	max-width: 397.71px;
	min-width: 261.663px;
	width: clamp(9.375rem, -0.946rem + 21.5vw, 24.857rem);
}

.p-mv__box-message {
	max-width: 397.71px;
	width: clamp(9.375rem, -0.946rem + 21.5vw, 24.857rem);
}

.p-mv__box-issue {
	font-size: clamp(0.75rem, 0.5rem + 0.52vw, 1.125rem);
	font-weight: 400;
	line-height: 140%;
	margin-top: clamp(0.206rem, -1.138rem + 2.8vw, 2.223rem);
}

.p-mv__box-button {
	margin-top: clamp(0.25rem, -1.75rem + 4.17vw, 3.25rem);
}

.c-button-mv {
	font-size: clamp(1rem, 0.714rem + 0.45vw, 1.25rem);
	margin-left: initial;
	margin-right: auto;
	padding: 5.83% 15.83%;
	white-space: nowrap;
}

.p-mv__image {
	aspect-ratio: 602/850;
	flex-shrink: 0;
	margin-left: -1.2vw;
	margin-right: initial;
	max-width: 569px;
	width: 29.64vw;
}

.p-commit-cards {
	-moz-column-gap: 40px;
	column-gap: 40px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 156px;
	row-gap: 80px;
}

.p-lineup__cards {
	align-items: initial;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 63px;
}

.p-review__title {
	max-width: initial;
	text-align: center;
}

.p-review__cards {
	margin-top: 139px;
}

.p-cta__container {
	aspect-ratio: 998/376;
	background: url(.././img/bg_cta.webp) no-repeat center center/contain;
	max-width: 998px;
}

.p-cta__contents {
	padding-top: clamp(1.875rem, 3.91vw, 4.688rem);
}

.p-cta__message-main {
	font-size: 40px;
	line-height: 64px;
}

.p-cta__message-sub {
	margin-top: 8px;
}

.p-cta__button {
	margin-top: 4%;
}

.p-cta__purebowl-image {
	bottom: clamp(-10.313rem, -12.354rem + 4.25vw, -7.25rem);
	width: 458px;
}

.u-text-bold,
.u-review-text-bold {
	font-size: 22px;
	font-weight: 500;
	line-height: 160%;
}

.u-review-text-bold {
	font-size: clamp(0.938rem, 0.646rem + 0.61vw, 1.375rem);
}

.u-text-highlight,
.u-review-text-highlight {
	background: linear-gradient(transparent 75%, rgba(148, 193, 102, 0.5) 25%);
}

.u-review-text-highlight {
	font-size: clamp(0.938rem, 0.646rem + 0.61vw, 1.375rem);
	font-weight: 500;
}

.u-mobile {
	display: none;
}

.u-desktop {
	display: block;
}

.u-bg-deco--top-green {
	height: 5.8608058608vw;
}

.u-bg-deco--top-yellow {
	height: 8.5416666667vw;
}

.u-bg-deco--bottom-yellow {
	height: 8.5416666667vw;
}

.u-bg-deco--bottom-glay {
	height: 8.5416666667vw;
}

.u-bg-deco--top-glay {
	height: 10.4166666667vw;
}

.u-bg-deco--top-green::before {
	background-image: url(../img/bg_green-top.webp);
}

.u-bg-deco--top-yellow::before {
	background-image: url(../img/bg_yellow-top.webp);
}

.u-bg-deco--bottom-glay::before {
	background-image: url(../img/bg_glay-bottom.webp);
}

.u-bg-deco--top-glay::before {
	background-image: url(../img/bg_glay-top.webp);
}

.u-bg-deco--bottom-yellow::before {
	background-image: url(../img/bg_yellow-bottom.webp);
}

}

@media (min-width: 768px) {

.p-header {
	background: #f1efe9;
	height: 80px;
}

.p-header__inner {
	margin-inline: auto;
	max-width: 1274px;
	padding: 0 20px;
}

.p-header__nav {
	display: block;
}

}

@media (min-width: 768px) and (max-width: 1000px) {

.p-header__logo {
	display: block;
	max-width: 145px;
	width: 100%;
}

.p-review__title-heading {
	font-size: clamp(2.375rem, 2.232rem + 0.22vw, 2.5rem);
}

.p-review__title-heading::after {
	bottom: 12px;
}

}

@media (min-width: 768px) and (max-width: 1100px) {

.p-header__nav-item a {
	font-size: 16px;
	padding: 0 10px;
}

}

@media (min-width: 1100px) {

.p-header__button {
	display: block;
}

.p-header__sp-buttons {
	display: none;
}

}

@media (min-width: 1101px) {

.p-header__logo {
	max-width: 145px;
}

.p-header__nav-item a {
	font-size: 18px;
	padding: 0 13px;
}

}

@keyframes shake {

0% {
	transform: translate(2px, 0px);
}

5% {
	transform: translate(-2px, 0px);
}

10% {
	transform: translate(2px, 0px);
}

15% {
	transform: translate(-2px, 0px);
}

20% {
	transform: translate(2px, 0px);
}

25% {
	transform: translate(-2px, 0px);
}

30% {
	transform: translate(0px, 0px);
}

}

