@charset "utf-8";
/* ========== 基本設定 ========== */

html {
	font-size: 62.5%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 500;
	text-align: justify;
	font-feature-settings: "palt";
	letter-spacing: 0.1rem;
	overflow-x: hidden;
	scroll-padding-top: 60px;
}

@media print, screen and (max-width: 768px) {
	html {
		font-size: 50%;
	}
}

body {
	line-height: 1.5;
	/* overflow-x: hidden; */
	overflow-x: clip;
}

* {
	font-size: 1.6rem;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

span {
	font-size: inherit;
}

li {
	list-style: none;
}

a {
	display: block;
	text-decoration: none;
	transition: .5s;
}

a:hover {
	opacity: 0.7;
}

a[href*="tel:"] {
	pointer-events: none;
}

@media print, screen and (max-width: 600px) {
	a[href*="tel:"] {
		pointer-events: all;
	}
}

iframe, img, video {
	width: 100%;
	object-fit: cover;
	vertical-align: bottom;
}

br.under560 {
	display: none;
}

@media print, screen and (max-width: 560px) {
	br.under560 {
		display: block;
	}
}

br.upper950 {
	display: block;
}

@media print, screen and (max-width: 950px) {
	br.upper950 {
		display: none;
	}
}

.inner1000 {
	width: 95%;
	max-width: 1000px;
	margin: auto;
}

.inner1200 {
	width: 95%;
	max-width: 1200px;
	margin: auto;
}

/* ----- ボタン ----- */
.btn {
	width: 80%;
	max-width: 800px;
	margin: auto;
}

.btn a {
	width: 100%;
	padding: 20px 0;
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	background-color: #D5437B;
	border-radius: 9999px;
}
/* ----- ボタン ここまで ----- */

/* ========== 基本設定 ここまで ========== */

/* ----- main 背景 ----- */
main {
	background-image: url(./../img/contest05/main_bg.png);
	background-size: contain;
}

@media print, screen and (max-width: 1600px) {
	main {
		background-position: center 10%;
	}
}

@media print, screen and (max-width: 768px) {
	main {
		background-position: center 5%;
	}
}

/* --------------------------------- */
/* ----- section.key_visual ----- */
/* --------------------------------- */
.key_visual {
	background-image: url(./../img/contest05/top_kv_bg01.png);
	background-size: contain;
	padding-top: 140px;
}
@media print, screen and (max-width: 768px) {
	.key_visual {
		padding-top: 60px;
	}
}

.key_visual h1 {
	position: relative;
	width: 95%;
	max-width: 1400px;
	margin: auto;
}

.key_visual h1::before {
	content: "";
	display: block;
	width: 55%;
	aspect-ratio: 777 / 478;
	background-image: url(./../img/contest05/top_kv_bg02.png);
	background-size: contain;
	background-repeat: no-repeat;
	mix-blend-mode: soft-light;
	position: absolute;
	top: -30%;
	left: 42.5%;
}

.key_visual h1 figure {}

.insta_link {
	position: absolute;
	top: 50px;
	left: 50px;
}
@media print, screen and (max-width: 768px) {
	.insta_link {
		top: 20px;
		left: 20px;
	}
}

.insta_link a {}

.insta_link a figure {
	display: flex;
	justify-content: center;
	align-items: center;
}

.insta_link a figure img {
	width: 40px;
}
@media print, screen and (max-width: 768px) {
	.insta_link a figure img {
		width: 25px;
	}
}

.insta_link a figure figcaption {
	border-left: 2px solid white;
	padding-left: 20px;
	margin-left: 20px;
	color: #fff;
	font-size: 2.7rem;
	font-weight: bold;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
}
@media print, screen and (max-width: 768px) {
	.insta_link a figure figcaption {
		padding-left: 5px;
		margin-left: 5px;
		font-size: 2.3rem;
	}
}


/* ------------------------------------ */
/* ----- section.calling_area ----- */
/* ------------------------------------ */
.calling_area {
	margin-top: 120px;
}
@media print, screen and (max-width: 768px) {
	.calling_area {
		margin-top: 60px;
	}
}

.calling_area h2.calling_title {}

.calling_area h2.calling_title figure {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	width: 90%;
	max-width: 960px;
	margin: auto;
}

.calling_area h2.calling_title figure img:first-of-type {
	width: 52.5%;
	min-width: 250px;
}

.calling_desc {
	margin-top: 120px;
	position: relative;
	background-color: #D5437B;
	border-radius: 65px;
	padding:  70px 80px 40px;
}
@media print, screen and (max-width: 768px) {
	.calling_desc {
		margin-top: 60px;
		padding: 40px 5% 20px;
	}
}
@media print, screen and (max-width: 560px) {
	.calling_desc {
		padding: 20px 5% 10px;
	}
}

.calling_desc figure {
	width: 80%;
	max-width: 750px;
	position: absolute;
	top: -50px;
	left: 10%;
}
@media print, screen and (max-width: 768px) {
	.calling_desc figure {
		width: 60%;
		top: -40px;
	}
}
@media print, screen and (max-width: 560px) {
	.calling_desc figure {
		width: 70%;
	}
}
@media print, screen and (max-width: 450px) {
	.calling_desc figure {
		top: -30px;
	}
}

.calling_desc p {
	color: #fff;
	font-size: 2.8rem;
	text-align: center;
}
@media print, screen and (max-width: 768px) {
	.calling_desc p {
		font-size: 2.4rem;
	}
}
@media print, screen and (max-width: 560px) {
	.calling_desc p {
		font-size: 2.0rem;
	}
}

.calling_flow {
	margin: 150px 0 80px;
}
@media print, screen and (max-width: 768px) {
	.calling_flow {
		margin: 80px 0 30px;
	}
}
@media print, screen and (max-width: 560px) {
	.calling_flow {
		margin-top: 40px;
	}
}

.calling_flow h3 {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 500;
	text-align: center;
	background-color: #FE79A2;
	border: 2px solid #FE79A2;
	padding: 30px 2.5%;
}
@media print, screen and (max-width: 768px) {
	.calling_flow h3 {
		padding: 15px 2.5%;
	}
}

.calling_flow h3 span {
	position: relative;
}
@media print, screen and (max-width: 560px) {
	.calling_flow h3 span {
		margin-left: 10%;
	}
}

.calling_flow span::before {
	content: "";
	width: 165px;
	height: 105px;
	background-image: url(./../img/contest05/icon_megaphone.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -70%;
	right: 110%;
}
@media print, screen and (max-width: 768px) {
	.calling_flow h3 span::before {
		width: 100px;
		height: 75px;
		top: -30%;
	}
}
@media print, screen and (max-width: 560px) {
	.calling_flow h3 span::before {
		width: 60px;
		height: 40px;
		top: -0%;
	}
}

.calling_flow ul {
	padding: 60px 0 40px;
	display: flex;
	flex-wrap: wrap;
	border: 2px solid #FE79A2;
	background-color: #fff;
}
@media print, screen and (max-width: 768px) {
	.calling_flow ul {
		gap: 40px 0;
	}
}
@media print, screen and (max-width: 560px) {
	.calling_flow ul {
		padding: 30px 0 20px;
	}
}

.calling_flow ul li {
	width: 25%;
	padding:  0 40px;
}
@media print, screen and (max-width: 768px) {
	.calling_flow ul li {
		width: 50%;
	}
	.calling_flow ul li:nth-of-type(2) {
		border-right: none;
	}
}
@media print, screen and (max-width: 560px) {
	.calling_flow ul li {
		width: 100%;
		border-right: none !important;
		padding: 0 20px;
	}
}

.calling_flow ul li:not(:last-of-type) {
	border-right: 2px solid #FE79A2;
}

.calling_flow ul li dl {}
@media print, screen and (max-width: 560px) {
	.calling_flow ul li dl {
		display: flex;
		align-items: center;
		gap: 20px;
		position: relative;
	}
	.calling_flow ul li dl::after {
		content: "";
		width: 100%;
		height: 1px;
		background-color: #FE79A2;
		position: absolute;
		bottom: -20px;
	}
	.calling_flow ul li:last-of-type dl::after {
		content: none;
	}
}

.calling_flow ul li dl dt {}

.calling_flow ul li dl dt figure {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.calling_flow ul li dl dt figure figcaption {
	color: #FE79A2;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 25px;
}
@media print, screen and (max-width: 560px) {
	.calling_flow ul li dl dt figure figcaption {
		margin-bottom: 10px;
	}
}

.calling_flow ul li dl dt figure img {
	width: 130px;
}
@media print, screen and (max-width: 560px) {
	.calling_flow ul li dl dt figure img {
		width: 80px;
	}
}


.calling_flow ul li dl dd {
	margin-top: 25px;
}

.calling_flow > small {
	display: block;
	color: #231815;
	font-size: 1.8rem;
	text-align: right;
	margin-top: 20px;
}


/* ------------------------------------ */
/* ----- section.product_area ----- */
/* ------------------------------------ */
.product_area {
	margin: 120px 0 150px;
}
@media print, screen and (max-width: 650px) {
	.product_area {
		margin: 60px 0 80px;
	}
}

.product_area p.note {
	position: relative;
	color: #1A1A1A;
	/* font-size: 2.4rem; */
	font-size: min(1.9vw, 2.4rem);
	text-align: center;
	padding: 0 3%;
}
@media print, screen and (max-width: 768px) {
	.product_area p.note {
		font-size: 2.0rem;
		text-align: justify;
		padding: 0 6%;
	}
}
@media print, screen and (max-width: 460px) {
	.product_area p.note {
		font-size: 3.3vw;
	}
}

.product_area p.note::before,
.product_area p.note::after {
	content: "";
	height: 100%;
	aspect-ratio: 35 / 73;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
}

.product_area p.note::before {
	background-image: url(./../img/contest05/sideline01.png);
	left: 0;
}
@media print, screen and (max-width: 768px) {
	.product_area p.note::before {
		left: -2%;
	}
}

.product_area p.note::after {
	background-image: url(./../img/contest05/sideline02.png);
	right: 0;
}
@media print, screen and (max-width: 768px) {
	.product_area p.note::after {
		right: -2%;
	}
}

.product_box {
	position: relative;
	padding: 80px 100px;
	background-color: #FFE4EC;
}
@media print, screen and (max-width: 1024px) {
	.product_box {
		padding: 40px 50px;
	}
}
@media print, screen and (max-width: 950px) {
	.product_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
}
@media print, screen and (max-width: 650px) {
	.product_box {
		padding: 40px 10px;
	}
}

.product_box.product01 {
	margin-top: 60px;
}

.product_box.product01::before {
	content: "";
	width: 32%;
	min-width: 200px;
	aspect-ratio: 1 / 1;
	background-image: url(./../img/contest05/naomi.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 85%;
	bottom: 20px;
}
@media print, screen and (max-width: 950px)  {
	.product_box.product01::before {
		width: 32%;
		right: 80%;
		bottom: -6%;
	}
}
@media print, screen and (max-width: 650px) {
	.product_box.product01::before {
		bottom: -20px;
		right: auto;
		left: -100px;
	}
}

.product_box.product02 {
	margin: 80px 0 60px;
}
@media print, screen and (max-width: 650px) {
	.product_box.product02 {
		margin: 40px 0 30px;
	}
}

.product_box.product02::before {
	content: "";
	width: 22%;
	min-width: 180px;
	aspect-ratio: 1 / 1;
	background-image: url(./../img/contest05/obasama.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 85%;
	bottom: 20px;
}
@media print, screen and (max-width: 650px)  {
	.product_box.product02::before {
		bottom: auto;
		left: auto;
		top: 40%;
		right: -50px;
	}
}

.product_name {
	width: 60%;
}
@media print, screen and (max-width: 950px) {
	.product_name {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
	}
}
@media print, screen and (max-width: 650px) {
	.product_name {
		order: 1;
	}
}

.product_name p {
	color: #3E3A39;
	font-size: 3.7rem;
	font-weight: bold;
}
@media print, screen and (max-width: 1200px) {
	.product_name p {
		font-size: 3vw;
	}
}
@media print, screen and (max-width: 950px) {
	.product_name p {
		font-size: 3.7rem;
		text-align: center;
	}
}
@media print, screen and (max-width: 650px) {
	.product_name p {
		font-size: min(5vw, 3.7rem);
	}
}

.product_name h2 {
	position: relative;
	color: #D5437B;
	font-size: 4.2rem;
	font-weight: bold;
	width: fit-content;
	padding: 0 15px;
}
@media print, screen and (max-width: 1200px) {
	.product_name h2 {
		font-size: 3.5vw;
	}
}
@media print, screen and (max-width: 950px)  {
	.product_name h2 {
		margin: auto;
		font-size: 4.2rem;
		text-align: center;
	}
}
@media print, screen and (max-width: 650px) {
	.product_name h2 {
		font-size: min(6.5vw, 4.2rem);
	}
}

.product_name h2::before {
	content: "【";
	position: absolute;
	top: 0;
	left: -5px;
}
@media print, screen and (max-width: 650px) {
	.product_name h2::before {
    left: -10px;
	}
}

.product_name h2::after {
	content: "】";
	position: absolute;
	top: 0;
	right: -5px;
}
@media print, screen and (max-width: 650px) {
	.product_name h2::after {
    right: -10px;
	}
}

.product_name h2 span {
	display: block;
	color: #fff;
	font-size: 1.7rem;
	font-weight: normal;
	text-align: center;
	background-color: #D5437B;
	border-radius: 9999px;
	padding: 2px 10px;
}

.product_desc {
	width: 50%;
	margin: 40px 0 0 60px;
}
@media print, screen and (max-width: 950px)  {
	.product_desc {
		width: 60%;
		margin: 20px 0 0 0;
	}
}
@media print, screen and (max-width: 650px) {
	.product_desc {
		order: 3;
		width: 100%;
		margin: 0;
	}
}

.product_desc ul {}

.product_desc ul li {
	list-style: disc;
	color: #3E3A39;
	font-size: 1.8rem;
	line-height: 2;
}
@media print, screen and (max-width: 650px) {
	.product_desc ul li {
		margin-left: 1.5rem;
	}
}

.product_desc ul li + li {
	margin-top: 30px;
}
@media print, screen and (max-width: 650px) {
	.product_desc ul li + li {
		margin-top: 10px;
	}
}

.product_desc ul li span {
	color: #D5437B;
}

@media print, screen and (max-width: 650px) {
	.product_img {
		order: 2;
	}
}

.product01 .product_img {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 35%;
	transform: rotate(-8deg);
}
@media print, screen and (max-width: 950px) {
	.product01 .product_img {
		position: static;
		width: 35%;
		margin-top: 20px;
	}
}
@media print, screen and (max-width: 650px) {
	.product01 .product_img {
		width: 50%;
		min-width: 250px;
		margin: 20px auto 0;
	}
}
@media print, screen and (max-width: 460px) {
	.product01 .product_img {
		top: 20%;
	}
}

.product02 .product_img {
	position: absolute;
	top: -65px;
	right: 60px;
	width: 27%;
}
@media print, screen and (max-width: 950px) {
	.product02 .product_img {
		position: static;
		width: 30%;
		margin-top: 10px;
	}
}
@media print, screen and (max-width: 650px) {
	.product02 .product_img {
		width: 50%;
		min-width: 180px;
		margin: 20px auto 0;
	}
}
@media print, screen and (max-width: 460px) {
	.product02 .product_img {
		top: 18.5%;
	}
}

.product_sub_desc {
	margin-top: 80px;
	width: 100%;
}
@media print, screen and (max-width: 950px) {
	.product_sub_desc {
		margin-top: 40px;
	}
}
@media print, screen and (max-width: 650px) {
	.product_sub_desc {
		order: 4;
	}
}

.product_sub_desc p.recipe_link {
	color: #1A1A1A;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	padding: 35px 15%;
}

.product_sub_desc p.recipe_link a {
	display: inline;
	color: #D5437B;
	text-decoration: underline;
}

.product_sub_desc p.attention {
	display: block;
	margin: 0 0 0 10%;
	color: #3E3A39;
}
@media print, screen and (max-width: 650px) {
	.product_sub_desc p.attention {
		margin: 0px 0 0 0;
		text-align: left;
	}
}


/* ========== footer ========== */
footer {
	width: 100%;
	background-color: #4D4D4D;
	padding: 45px 2.5% 15px;
}
@media print, screen and (max-width: 950px) {
	footer {
		padding: 20px 2.5% 10px;
	}
}

.footer_nav {}

.footer_nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
@media print, screen and (max-width: 600px)  {
	.footer_nav ul {
		flex-direction: column;
		width: fit-content;
		margin: auto;
	}
}

.footer_nav ul li {
	align-self: stretch;
}
@media print, screen and (max-width: 600px) {
	.footer_nav ul li.instagram,
	.footer_nav ul li.company,
	.footer_nav ul li.privacy {
		width: auto;
	}
}

.footer_nav ul li a {
	height: 100%;
	display: grid;
	place-items: center;
	padding: 5px;
}
@media print, screen and (max-width: 600px) {
	.footer_nav ul li a {
		place-items: baseline;
	}
}

.footer_nav ul li a:hover {
	background-color: #00000030;
}

.footer_nav ul li a figure {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer_nav ul li a figure img {}

.footer_nav ul li a figure figcaption {
	color: #fff;
	font-size: 2.0rem;
}

.footer_nav ul li.instagram {}
@media print, screen and (max-width: 950px) {
	.footer_nav ul li.instagram {
		width: 100%;
	}
}

.footer_nav ul li.instagram a {}

.footer_nav ul li.instagram a figure img {
	width: 40px;
}
@media print, screen and (max-width: 950px) {
	.footer_nav ul li.instagram a figure img {
		width: 30px;
	}
}

.footer_nav ul li.instagram a figure figcaption {
	border-left: 2px solid white;
	padding-left: 20px;
	margin-left: 20px;
}
@media print, screen and (max-width: 950px) {
	.footer_nav ul li.instagram a figure figcaption {
		padding-left: 10px;
		margin-left: 10px;
	}
}

.footer_nav ul li.company {}
@media print, screen and (max-width: 950px) {
	.footer_nav ul li.company,
	.footer_nav ul li.privacy {
		width: 50%;
	}
}

.footer_nav ul li.company a figure img, 
.footer_nav ul li.privacy a figure img {
	width: 70px;
	margin-right: 30px;
}
@media print, screen and (max-width: 950px) {
	.footer_nav ul li.company a figure img,
	.footer_nav ul li.privacy a figure img {
		width: 40px;
		margin-right: 10px;
	}
}

.copyright {
	display: block;
	margin-top: 45px;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
}
@media print, screen and (max-width: 950px) {
	.copyright {
		margin-top: 20px;
	}
}
/* ========== footer ここまで ========== */