
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&family=Noto+Sans+JP:wght@100..900&display=swap");
body, html {
	font-family: "Noto Sans JP", sans-serif !important;
}

.main {
	overflow: clip;
}

[class^=cp-my-fit] img {
	width: 100%;
}

h2 {
	font-size: inherit;
}

/* section */
.cp-my-fit-section {
	width: 100%;
	max-width: 1152px;
	margin: 0 auto;
	padding-inline: 15px;
}
@media (min-width: 768px) {
	.cp-my-fit-section {
		padding-inline: 30px;
	}
}

/* h2 */
.cp-my-fit-subtitle {
	padding-top: 30px;
	position: relative;
	text-align: center;
	background: url("/my-fit/img/subtitle_bg.svg") no-repeat center top/70px auto;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.3;
}
@media (min-width: 768px) {
	.cp-my-fit-subtitle {
		padding-top: 44px;
		font-size: 34px;
		background-size: 84px auto;
	}
}

/* caption */
.cp-my-fit-caption {
	font-size: 14px;
	color: #777;
	font-weight: normal;
}

/* --------------
	KV
-------------- */
.cp-my-fit-kv {
	width: 100%;
	aspect-ratio: 375/565;
	position: relative;
	background: #fff url("/my-fit/img/kv_sp.jpg") no-repeat center top/100% auto;
}
.cp-my-fit-kv__copy {
	width: 80%;
	position: absolute;
	top: 9.7345132743%;
	left: 4%;
}
.cp-my-fit-kv__product {
	width: 83.2%;
	position: absolute;
	bottom: 0;
	left: 4%;
}
@media (min-width: 768px) {
	.cp-my-fit-kv {
		aspect-ratio: 1440/710;
		background-image: url("/my-fit/img/kv_pc.jpg");
	}
	.cp-my-fit-kv__copy {
		width: 38.0555555556%;
		top: 12.3943661972%;
		left: 10.9027777778%;
	}
	.cp-my-fit-kv__product {
		width: 36.25%;
		left: 10.0694444444%;
	}
}

/* --------------
	アンカー
-------------- */
.cp-my-fit-anchor {
	margin-top: 10px;
}
.cp-my-fit-anchor ul {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px 35px;
	margin-top: 20px;
}
.cp-my-fit-anchor ul > li > a {
	display: block;
	padding: 18px 20px 22px;
	border: 2px solid #F5A200;
	border-radius: 16px;
	background: #fff url(/my-fit/img/icon_arrow_ajipon.svg) no-repeat center bottom 4px/16px auto;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #F5A200;
}
.cp-my-fit-anchor ul > li:nth-child(2) > a {
	border-color: #599612;
	background-image: url(/my-fit/img/icon_arrow_kaori.svg);
	color: #599612;
}
.cp-my-fit-anchor ul > li:nth-child(3) > a {
	border-color: #A8912D;
	background-image: url(/my-fit/img/icon_arrow_kantan.svg);
	color: #A8912D;
}
@media (min-width: 768px) {
	.cp-my-fit-anchor ul {
		grid-template-columns: repeat(3, 1fr);
		margin-top: 30px;
	}
	.cp-my-fit-anchor ul > li > a {
		padding-block: 20px 35px;
		background-position: center bottom 10px;
		font-size: 20px;
	}
}
@media (hover: hover) {
	.cp-my-fit-anchor ul > li > a {
		transition: opacity 0.2s;
	}
	.cp-my-fit-anchor ul > li > a:hover {
		opacity: 0.7;
	}
}

/* --------------
	気軽に楽しめる
-------------- */
.cp-my-fit-point-wrap {
	padding-bottom: 72px;
	background: url("/my-fit/img/point_bg_sp.jpg") no-repeat center bottom/100% auto;
}
@media (min-width: 768px) {
	.cp-my-fit-point-wrap {
		background-image: url("/my-fit/img/point_bg_pc.jpg");
	}
}

.cp-my-fit-point {
	margin-top: 60px;
}
.cp-my-fit-point__items {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px 0;
	margin-top: 20px;
}
@media (min-width: 768px) {
	.cp-my-fit-point {
		margin-top: 104px;
	}
	.cp-my-fit-point__items {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px 58px;
		margin-top: 30px;
	}
}

/* --------------
	手軽にできるごはん
-------------- */
.cp-my-fit-easy {
	padding-block: 42px 6px;
	background: url(/my-fit/img/easy_bg_sp.jpg) no-repeat center/cover;
}
.cp-my-fit-easy__lead {
	margin-top: 10px;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.8;
}
.cp-my-fit-easy__image {
	width: 170px;
	margin: 25px auto 0;
}
@media (min-width: 768px) {
	.cp-my-fit-easy {
		min-height: 350px;
		padding-block: 74px 28px;
		background-image: url("/my-fit/img/easy_bg_pc.jpg");
	}
	.cp-my-fit-easy > .cp-my-fit-section {
		position: relative;
	}
	.cp-my-fit-easy .cp-my-fit-subtitle {
		max-width: calc(50% + 28px);
		text-align: left;
		background-position: left top;
	}
	.cp-my-fit-easy__lead {
		max-width: calc(50% + 28px);
		margin-top: 24px;
		text-align: left;
	}
	.cp-my-fit-easy__image {
		width: 370px;
		margin: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		translate: 58px -50%;
	}
}

/* --------------
	おすすめ例
-------------- */
.cp-my-fit-recommend {
	margin-top: 60px;
}
.cp-my-fit-recommend__items {
	margin-top: 20px;
}
.cp-my-fit-recommend__items > li + li {
	margin-top: 30px;
}
@media (min-width: 768px) {
	.cp-my-fit-recommend {
		margin-top: 80px;
	}
	.cp-my-fit-recommend__items {
		margin-top: 30px;
	}
}

/* --------------
	おすすめレシピ
-------------- */
.cp-my-fit-recipe-wrap {
	margin-top: 60px;
}
.cp-my-fit-recipe-wrap .cp-my-fit-subtitle {
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.cp-my-fit-recipe-wrap {
		margin-top: 100px;
	}
	.cp-my-fit-recipe-wrap .cp-my-fit-subtitle {
		margin-bottom: 30px;
	}
}

.cp-my-fit-recipe {
	padding: 0 15px 40px;
	position: relative;
	overflow: hidden;
	background: #F9CFB0 url("/my-fit/img/recipe1_bg.png") no-repeat center top/100% auto;
}
.cp-my-fit-recipe__title {
	min-height: 120px;
	display: grid;
	place-items: center;
	position: relative;
}
.cp-my-fit-recipe__title::after {
	content: "";
	display: block;
	position: absolute;
	width: 300px;
	height: 300px;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.8;
	background-color: #EF671F;
}
.cp-my-fit-recipe__title > h3 {
	position: relative;
	z-index: 1;
	text-align: center;
	font-weight: 900;
	font-size: 32px;
	line-height: 1.2;
	color: #fff;
	translate: 0 -0.2em;
}
.cp-my-fit-recipe__title > h3 > span {
	font-size: 24px;
}
.cp-my-fit-recipe__title > figure {
	width: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	translate: 95px -45px;
}
.cp-my-fit-recipe__content {
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
	background-color: #ffffff;
	border-radius: 20px;
	padding: 30px 35px;
	z-index: 2;
}
.cp-my-fit-recipe__content > p {
	font-weight: 500;
	font-size: 16px;
}
.cp-my-fit-recipe__content .cp-button {
	max-width: 312px;
	margin: 30px auto 0;
}
.cp-my-fit-recipe__items {
	display: grid;
	gap: 30px 40px;
	margin-top: 20px;
}
.cp-my-fit-recipe__items > li > a {
	display: block;
	text-align: center;
	text-decoration: underline;
	font-weight: 700;
	font-size: 18px;
	color: #333333;
	transition: opacity 0.2s;
}
.cp-my-fit-recipe__items > li > a > p {
	margin-top: 12px;
}
.cp-my-fit-recipe__items > li > a:hover {
	opacity: 0.7;
}
.cp-my-fit-recipe#kaori_recipe {
	background-color: #C3D72C;
	background-image: url("/my-fit/img/recipe2_bg.png");
}
.cp-my-fit-recipe#kaori_recipe .cp-my-fit-recipe__title::after {
	background-color: #106C02;
}
.cp-my-fit-recipe#kantan_recipe {
	background-color: #FFF154;
	background-image: url("/my-fit/img/recipe3_bg.png");
}
.cp-my-fit-recipe#kantan_recipe .cp-my-fit-recipe__title::after {
	background-color: #BC8900;
}
@media (min-width: 768px) {
	.cp-my-fit-recipe {
		padding: 0 70px 60px;
	}
	.cp-my-fit-recipe__title {
		min-height: 180px;
	}
	.cp-my-fit-recipe__title::after {
		width: 570px;
		height: 570px;
	}
	.cp-my-fit-recipe__title > h3 {
		font-size: 50px;
		translate: 0 -0.1em;
	}
	.cp-my-fit-recipe__title > figure {
		width: 45px;
		translate: 164px -50%;
	}
	.cp-my-fit-recipe__content {
		padding: 50px 74px 60px;
	}
	.cp-my-fit-recipe__content > p {
		text-align: center;
		font-size: 18px;
	}
	.cp-my-fit-recipe__content .cp-button {
		margin-top: 40px;
	}
	.cp-my-fit-recipe__items {
		grid-template-columns: repeat(3, 1fr);
		max-width: 1152px;
		margin: 40px auto 0;
	}
	.cp-my-fit-recipe__items > li > a > p {
		margin-top: 28px;
	}
	.cp-my-fit-recipe#ajipon_recipe .cp-my-fit-recipe__title > figure {
		translate: 110px -50%;
	}
}

/* --------------
	商品紹介
-------------- */
.cp-my-fit-products {
	margin-top: 60px;
	margin-bottom: 80px;
}
.cp-my-fit-products__items {
	margin-top: 20px;
}
.cp-my-fit-products__items > li {
	padding-block: 40px;
	border-top: 2px solid #F5A200;
}
.cp-my-fit-products__items > li:nth-child(2) {
	border-color: #A7D889;
}
.cp-my-fit-products__items > li:nth-child(3) {
	border-color: #F5E200;
}
.cp-my-fit-products__items > li > dl > dt {
	text-align: center;
	font-weight: 900;
	font-size: 28px;
	line-height: 1.2;
}
.cp-my-fit-products__items > li > dl > dd {
	margin-top: 8px;
}
.cp-my-fit-products .cp-button {
	max-width: 312px;
	margin: 20px auto 0;
}
@media (max-width: 767px) {
	.cp-my-fit-products__items > li > figure {
		width: 50px;
		margin-inline: auto;
	}
	.cp-my-fit-products__items > li > dl {
		margin-top: 20px;
	}
}
@media (min-width: 768px) {
	.cp-my-fit-products {
		margin-top: 100px;
		margin-bottom: 160px;
	}
	.cp-my-fit-products__items {
		margin-top: 30px;
	}
	.cp-my-fit-products__items > li {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-top: 58px;
	}
	.cp-my-fit-products__items > li > figure {
		flex: 0 0 80px;
		margin-inline: auto;
	}
	.cp-my-fit-products__items > li > dl {
		flex: 0 1 67%;
	}
	.cp-my-fit-products__items > li > dl > dt {
		text-align: left;
		font-size: 32px;
	}
	.cp-my-fit-products__items > li > dl > dd {
		margin-top: 12px;
	}
	.cp-my-fit-products .cp-button {
		margin: 30px auto 0 0;
	}
}
/*# sourceMappingURL=style.css.map */




