/* 共通設定 */
body {
	box-sizing: border-box;
	color: #350f00;
}

image {
  display: block;
	max-width: 100%;
}

a {
	display: block;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

a:hover {
	opacity: 0.7;
}

.inner__1000 {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

/* fv */
.fv {
	position: relative;
	z-index: 1;
}
.fv_bg {
	background: url('../images/fv_pc.png')no-repeat;
	background-size: cover;
	aspect-ratio: 1670 / 1190;
	background-position: top center;
	position: relative;
}

.fv_linkBtnArea{
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 30px;
	row-gap: 30px;
	position: absolute;
	bottom: calc(7vw + 50px);
	left: 50%;
	transform: translate(-50%,-50%);
}

.fv_linkBtn {
	width: calc((100% - 50px) / 2);
	max-width: 350px;
}

/* main_cont */
.main_cont {
	background: url(../images/main_bg.jpg)no-repeat;
	background-size: cover;
	background-position: top center;
	position: relative;
	z-index: 0;
	margin-top: -360px;
	margin-bottom: 400px;
	padding-top: 360px;
}
.main_wrap {
	padding-bottom: 300px;
	position: relative;
}
.main_wrap::after {
	content: "";
	width: 1000px;
	height: 630px;
	position: absolute;
	bottom: -400px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/main_cont_btmImg.png)no-repeat;
	background-size: 100%;
	background-position: bottom center
}

@media screen and (min-width: 1920px) {
	.fv_linkBtnArea{
		max-width: 100%;
		bottom: calc(9vw + 100px);
	}
	
	.fv_linkBtn {
		max-width: 18vw;
	}

	.main_cont {
		margin-top: -20vw;
		padding-top: 20vw;
	}
}
/* limitedItem */
.limitedItem {
	margin-bottom: 150px;
	padding-top: 120px;
}

.limitedItem_wrap {
	background: url(../images/limitedItem_bg.png)no-repeat;
	background-size: 100%;
	background-position: top center;
	position: relative;
	padding: 110px 65px 90px;
	margin-top: -55px;
}

.limitedItem_ttl {
	position: relative;
	z-index: 1;
	max-width: 630px;
	margin: 0 auto;
}

.limitedItem_itemBox {
	display: flex;
	flex-wrap: wrap;
	gap: 120px;
	justify-content: center;
}

.limitedItem_item {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	justify-content: center;
}

.limitedItem_ttlArea {
	width: 100%;
}

.limitedItem_ttlArea h3 {
	max-width: 630px;
	margin: 0 auto 20px;
}

.limitedItem_ttlArea p {
	text-align: center;
	line-height: 2.0;
	font-weight: 600;
}

.limitedItem_imgArea {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	align-items: center;
}

.limitedItem_img_desc {
	flex: 1;
}

.limitedItem_img_prImg {
	display: block;
	height: 496px;
	width: auto;
	margin: 0 auto 20px;
}

.limitedItem_img_desc p {
	text-align: left;
	line-height: 2.0;
	width: fit-content;
	margin: 0 auto;
	font-weight: 600;
}

.limitedItem_moreBtn {
	max-width: 360px;
	margin: 40px auto 0;
}

.limitedItem_img_movie iframe {
	width: 405px;
	height: 720px;
}

.limitedItem_item:nth-child(2) .limitedItem_ttlArea h3 {
	max-width: 800px;
} 

/* sweets */
.sweets {
	margin-bottom: 150px;
}
.sweets_ttl {
	text-align: center;
	margin-bottom: 60px;
}
.sweets_ttl h2 {
	max-width: 410px;
	margin: 0 auto 30px; 
}

.sweets_ttl p {
	font-size: 24px;
	font-weight: 600;
}

.sweets_itemBox {
	display: flex;
	flex-wrap: wrap;
	gap: 35px;
	justify-content: center;
}

.sweets_item {
	width: calc((100% - 70px) / 3);
	background: url(../images/sweets_item_bg.png)no-repeat;
	background-size: 100%;
	background-position: top center;
	padding: 43px 0;
}

.sweets_item:last-child {
	padding: 20px 0 58px;
}

.sweets_item:last-child h3 {
	line-height: 1.3;
	margin-bottom: 5px;
}

.sweets_item h3 {
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 10px;
}

.sweets_item h3 span {
	font-size: 17px;
	display: block;
}

.sweets_item_img {
	display: block;
	max-width: 240px;
	aspect-ratio: 1 / 1;
	margin: 0 auto 20px;
}

.sweets_item_moreBtn {
	display: block;
	max-width: 210px;
	margin: 0 auto;
}
/* cooking */
.cooking {
	margin-bottom: 150px;
}
.cooking_ttl {
	text-align: center;
	margin-bottom: 60px;
}
.cooking_ttl h2 {
	max-width: 410px;
	margin: 0 auto 30px;
}

.cooking_ttl p {
	font-size: 24px;
	font-weight: 600;
}

.cooking_itemBox {
	display: flex;
	flex-wrap: wrap;
	gap: 35px;
	justify-content: center;
}

.cooking_item {
	width: calc((100% - 70px) / 3);
	background: url(../images/cooking_item_bg.png)no-repeat;
	background-size: 100%;
	background-position: top center;
	padding: 43px 0;
}

.cooking_item:nth-child(2) h3 {
	margin-bottom: 25px;
}

.cooking_item:nth-child(3) {
	padding: 35px 0 55px;
}

.cooking_item:nth-child(3) h3 {
	line-height: 1.3;
	margin-bottom: 5px;
}

.cooking_item:nth-child(4),
.cooking_item:nth-child(5) {
	padding: 63px 0;
}

.cooking_item h3 {
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 10px;
}

.cooking_item h3 span {
	font-size: 17px;
	display: block;
}

.cooking_item_img {
	display: block;
	max-width: 240px;
	aspect-ratio: 1 / 1;
	margin: 0 auto 20px;
}

.cooking_item_moreBtn {
	display: block;
	max-width: 210px;
	margin: 0 auto;
}
/* bread */
.bread {
	margin-bottom: 150px;
}
.bread_ttl {
	text-align: center;
	margin-bottom: 60px;
}
.bread_ttl h2 {
	max-width: 410px;
	margin: 0 auto 30px;
}

.bread_ttl p {
	font-size: 24px;
	font-weight: 600;
}

.bread_itemBox {
	display: flex;
	flex-wrap: wrap;
	gap: 35px;
	justify-content: center;
}

.bread_item {
	width: calc((100% - 35px) / 2);
	background: url(../images/bread_item_bg.png)no-repeat;
	background-size: 100%;
	background-position: top center;
	padding: 43px 0;
}

.bread_item:nth-child(2),
.bread_item:nth-child(3),
.bread_item:nth-child(4) {
	padding: 63px 0;
}

.bread_item h3 {
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 10px;
}

.bread_item:nth-child(2) h3 {
	margin-bottom: 30px;
}

.bread_item:nth-child(3) h3,
.bread_item:nth-child(4) h3 {
	margin-bottom: 20px;
}

.bread_item h3 span {
	font-size: 17px;
	display: block;
}

.bread_item_img {
	display: block;
	max-width: 412px;
	aspect-ratio: 1 / 1;
	margin: 0 auto 20px;
}

.bread_item_moreBtn {
	display: block;
	max-width: 340px;
	margin: 0 auto;
}
/* contest */

.contestLink a {
	max-width: 760px;
	margin: 0 auto 50px;
}

/* レスポンシブ */
@media screen and (max-width: 999px) {
	.main_cont {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 350px;
	}

	.main_wrap::after {
		width: 100%;
		height: 540px;
		bottom: -340px;
	}

	.limitedItem {
		margin-bottom: 80px;
		padding-top: 80px;
	}

	.limitedItem_wrap {
		padding: 110px 65px 140px;
	}

	.limitedItem_itemBox {
		gap: 80px;
	}

	.limitedItem_item {
		gap: 40px;
	}

	.limitedItem_img_prImg {
		height: 420px;
		margin: 0 auto;
	}

	.limitedItem_moreBtn {
		max-width: 300px;
		margin: 20px auto 0;
	}

	.limitedItem_img_movie iframe {
		width: 338px;
		height: 600px;
	}

	.sweets {
		margin-bottom: 80px;
	}

	.cooking_item:nth-child(3) {
		padding: 15px 0;
	}

	.sweets_item h3,.cooking_item h3 {
		font-size: 24px;
	}

	.sweets_item_img,.cooking_item_img {
		max-width: 220px;
	}

	.sweets_item_moreBtn,.cooking_item_moreBtn {
		max-width: 190px;
	}

	.sweets_item,.cooking_item {
		padding: 20px 0 50px;
	}

	.cooking_item:nth-child(4),
	.cooking_item:nth-child(5) {
		padding: 40px 0;
	}

	.bread_item {
		padding: 24px 0;
	}

	.bread_item h3 {
		font-size: 26px;
	}

	.bread_item_img {
		width: 350px;
	}

	.bread_item_moreBtn {
		max-width: 300px;
	}

	.bread_item:nth-child(2),
	.bread_item:nth-child(3),
	.bread_item:nth-child(4) {
		padding: 40px 0 50px;
	}

	.contestLink a {
		max-width: 650px;
	}
}

@media screen and (max-width: 859px) {
	.fv_linkBtnArea {
		column-gap: 20px;
		row-gap: 15px;
	}

	.limitedItem {
		padding-top: 60px;
	}

	.limitedItem_img_prImg {
		height: 360px;
	}

	.limitedItem_img_movie iframe {
		width: 315px;
		height: 560px;
	}

	.sweets_item h3, .cooking_item h3 {
		font-size: 20px;
	}

	.sweets_item_img, .cooking_item_img {
		max-width: 200px;
		margin: 0 auto 10px;
	}

	.sweets_item_moreBtn, .cooking_item_moreBtn {
		max-width: 170px;
	}

	.cooking_item:nth-child(4), .cooking_item:nth-child(5) {
		padding: 50px 0;
	}

	.bread_item h3 {
		font-size: 24px;
	}

	.bread_item_img {
		width: 330px;
	}

	.bread_item:nth-child(2), .bread_item:nth-child(3), .bread_item:nth-child(4) {
		padding: 40px 0 45px;
	}
}

/* スマートフォン */
@media screen and (max-width: 768px) {
	.main_cont {
		margin-bottom: 150px;
		background: url(../images/main_bg_sp.jpg)repeat-y;
		background-size: contain;
		padding-left: 15px;
		padding-right: 15px;
		margin-top: -120px;
		padding-top: 120px;
	}

	.main_wrap {
		padding-bottom: 120px;
	}

	.main_wrap::after {
		height: 31vh;
		min-height: 220px;
		bottom: -140px;
	}

	.fv_bg {
		background: url('../images/fv_sp.png')no-repeat;
		background-size: contain;
		aspect-ratio: 318 / 483;
	}

	.fv_linkBtnArea {
		width: 100%;
		padding: 0 50px;
		bottom: auto;
		top: 58%;
	}

	.fv_linkBtn {
		width: calc((100% - 20px) / 2);
	}

	.limitedItem {
		margin-bottom: 60px;
		padding-top: 30px;
	}

	.limitedItem_ttl::before {
		content: "";
		width: 50px;
		height: 80px;
		background: url(../images/obj_orMonster01_sp.png)no-repeat;
		background-size: contain;
		position: absolute;
		top: -130%;
		left: -5%;
	}

	.limitedItem_wrap {
		background: url(../images/limitedItem_bg_sp.png)no-repeat;
		background-size: 100%;
		margin-top: -25px;
		padding: 60px 15px 50px;
	}

	.limitedItem_ttl {
		padding: 0 15px;
	}

	.limitedItem_ttlArea h3 {
		margin: 0 auto 10px;
	}

	.limitedItem_ttlArea p {
		font-size: 12px;
	}

	.limitedItem_itemBox {
		gap: 60px;
	}

	.limitedItem_item {
		gap: 20px;
	}

	.limitedItem_imgArea {
		gap: 30px;
	}

	.limitedItem_img_prImg {
		height: 35vh;
		min-height: 220px;
		margin-bottom: 10px;
	}

	.limitedItem_img_desc {
		position: relative;
		flex: 100%;
	}

	.limitedItem_item:first-child .limitedItem_img_desc::before {
		content: "";
		width: 81px;
		height: 84px;
		background: url(../images/obj_blueInk01_sp.png)no-repeat;
		background-size: contain;
		position: absolute;
		top: 5px;
		right: -20%;
	}

	.limitedItem_item:first-child .limitedItem_img_desc::after {
		content: "";
		width: 75px;
		height: 65px;
		background: url(../images/obj_grMonster01_sp.png)no-repeat;
		background-size: contain;
		position: absolute;
		bottom: 27px;
		left: -4%;
	}

	.limitedItem_item:last-child .limitedItem_img_desc::before {
		content: "";
		width: 56px;
		height: 129px;
		background: url(../images/obj_pkMonster01_sp.png)no-repeat;
		background-size: contain;
		position: absolute;
		top: -30%;
		right: -6%;
	}

	.limitedItem_item:last-child .limitedItem_img_desc::after {
		content: "";
		width: 83px;
		height: 73px;
		background: url(../images/obj_yellowInk01_sp.png)no-repeat;
		background-size: contain;
		position: absolute;
		bottom: 110px;
		left: -10%;
	}

	.limitedItem_img_desc p {
		line-height: 1.7;
		font-size: 10px;
		font-weight: 600;
		text-align: left;
		width: fit-content;
		margin: 0 auto;
	}

	.limitedItem_img_desc p span {
		font-size: 8px;
	}

	.limitedItem_img_movie {
		position: relative;
	}

	.limitedItem_img_movie iframe {
		padding: 0 38px;
		width: 100%;
		min-height: 430px;
		height: 54vh;
	}

	.limitedItem_item:first-child .limitedItem_img_movie::before {
		content: "";
		width: 106px;
		height: 98px;
		background: url(../images/obj_pkInk01_sp.png)no-repeat;
		background-size: contain;
		position: absolute;
		bottom: 20px;
		left: -10%;
	}

	.limitedItem_moreBtn {
		max-width: 245px;
		margin: 0 auto;
	}

	.sweets {
		margin-bottom: 60px;
	}

	.sweets_ttl {
		margin-bottom: 40px;
	}

	.sweets_ttl h2 {
		max-width: 220px;
		margin: 0 auto 15px;
	}

	.sweets_ttl p {
		font-size: 14px;
	}

	.sweets_itemBox {
		gap: 20px;
	}

	.sweets_item {
		position: relative;
		width: 100%;
		background: url(../images/sweets_item_bg_sp.png)no-repeat;
		background-size: 100%;
		height: 58vh;
		min-height: 475px;
	}

	.sweets_item:nth-child(1)::before {
		content: "";
		width: 40px;
		height: 95px;
		background: url(../images/obj_blueInk02_sp.png)no-repeat;
		background-size: contain;
		position: absolute;
		bottom: 20px;
		right: -5%;
	}

	.sweets_item:nth-child(2)::before {
		content: "";
		width: 70px;
		height: 100px;
		background: url(../images/obj_orMonster02_sp.png)no-repeat;
		background-size: contain;
		position: absolute;
		top: -45px;
		left: -3%;
	}

	.sweets_item:nth-child(3)::before {
		content: "";
		width: 70px;
		height: 90px;
		background: url(../images/obj_yellowInk02_sp.png)no-repeat;
		background-size: contain;
		position: absolute;
		top: -50px;
		left: -5%;
	}

	.sweets_item:nth-child(4)::after {
		content: "";
		width: 80px;
		height: 120px;
		background: url(../images/obj_blueMonster01_sp.png)no-repeat;
		background-size: contain;
		position: absolute;
		bottom: -65px;
		right: -6%;
		z-index: 1;
	}

	.sweets_item:nth-child(5)::after {
		content: "";
		width: 65px;
		height: 110px;
		background: url(../images/obj_pkInk02_sp.png)no-repeat;
		background-size: contain;
		position: absolute;
		bottom: -60px;
		left: -5%;
		z-index: 1;
	}

	.sweets_item:nth-child(6)::after {
		content: "";
		width: 75px;
		height: 110px;
		background: url(../images/obj_yellowInk03_sp.png)no-repeat;
		background-size: contain;
		position: absolute;
		bottom: -60px;
		right: -5%;
		z-index: 1;
	}

	.sweets_item:nth-child(7)::before {
		content: "";
		width: 40px;
		height: 110px;
		background: url(../images/obj_blueInk03_sp.png)no-repeat;
		background-size: contain;
		position: absolute;
		top: 17%;
		left: -5%;
	}

	.sweets_item:nth-child(7)::after {
		content: "";
		width: 85px;
		height: 75px;
		background: url(../images/obj_yellowMonster01_sp.png)no-repeat;
		background-size: contain;
		position: absolute;
		bottom: -40px;
		left: -2%;
		z-index: 1;
	}

	.sweets_item:nth-child(8)::after {
		content: "";
		width: 55px;
		height: 85px;
		background: url(../images/obj_pkInk03_sp.png)no-repeat;
		background-size: contain;
		position: absolute;
		bottom: -10px;
		right: -5%;
	}


	.sweets_item, .cooking_item {
		padding: 40px 0;
	}

	.sweets_item_img, .cooking_item_img  {
		min-width: 290px;
		max-width: 80vw;
	}

	.sweets_item_moreBtn, .cooking_item_moreBtn {
		max-width: 210px;
	}

	.sweets_item:last-child {
		padding: 30px 0;
	}

	.cooking {
		margin-bottom: 80px;
	}

	.cooking_ttl {
		margin-bottom: 40px;
	}

	.cooking_ttl h2 {
		max-width: 220px;
		margin: 0 auto 15px;
	}

	.cooking_ttl p {
		font-size: 14px;
	}

	.cooking_item {
		position: relative;
		width: 100%;
		background: url(../images/cooking_item_bg_sp.png)no-repeat;
		background-size: 100%;
		padding: 40px 0;
		min-height: 475px;
		height: 58vh;
	}

	.cooking_item:nth-child(1)::after {
		content: "";
		width: 75px;
		height: 95px;
		background: url(../images/obj_blueInk04_sp.png)no-repeat;
		background-size: contain;
		position: absolute;
		bottom: -50px;
		right: -5%;
		z-index: 1;
	}

	.cooking_item:nth-child(3)::before {
		content: "";
		width: 65px;
		height: 100px;
		background: url(../images/obj_pkInk04_sp.png)no-repeat;
		background-size: contain;
		position: absolute;
		top: -55px;
		left: -5%;
	}

	.cooking_item:nth-child(4)::before {
		content: "";
		width: 95px;
		height: 100px;
		background: url(../images/obj_grMonster02_sp.png)no-repeat;
		background-size: contain;
		position: absolute;
		top: -47px;
		right: -3%;
	}

	.cooking_item:nth-child(5)::before {
		content: "";
		width: 80px;
		height: 110px;
		background: url(../images/obj_yellowInk03_sp.png)no-repeat;
		background-size: contain;
		position: absolute;
		top: -70px;
		right: -5%;
	}

	.cooking_item:nth-child(2), .cooking_item:nth-child(3) {
		padding: 30px 0;
	}

	.cooking_item:nth-child(4), .cooking_item:nth-child(5) {
		padding: 40px 0;
	}

	.cooking_item:nth-child(2) h3 {
		margin-bottom: 5px;
	}

	.bread {
		margin-bottom: 80px;
	}

	.bread_ttl {
		margin-bottom: 40px;
	}

	.bread_ttl h2 {
		max-width: 220px;
		margin: 0 auto 15px;
	}

	.bread_ttl p {
		font-size: 14px;
	}
	
	.bread_item {
		position: relative;
		width: 100%;
		background: url(../images/bread_item_bg_sp.png)no-repeat;
		background-size: 100%;
		padding: 25px 0;
		min-height: 475px;
		height: 58vh;
	}

	.bread_item:nth-child(1)::after {
		content: "";
		width: 65px;
		height: 80px;
		background: url(../images/obj_blueInk05_sp.png)no-repeat;
		background-size: contain;
		position: absolute;
		bottom: -2px;
		right: -5%;
	}

	.bread_item:nth-child(2)::after {
		content: "";
		width: 80px;
		height: 120px;
		background: url(../images/obj_pkInk05_sp.png)no-repeat;
		background-size: contain;
		position: absolute;
		bottom: -90px;
		left: -5%;
		z-index: 1;
	}

	.bread_item:nth-child(4)::before {
		content: "";
		width: 75px;
		height: 140px;
		background: url(../images/obj_grMonster03_sp.png)no-repeat;
		background-size: contain;
		position: absolute;
		top: -60px;
		right: -4%;
	}

	.bread_item:nth-child(4)::after{
		content: "";
		width: 60px;
		height: 95px;
		background: url(../images/obj_yellowInk05_sp.png)no-repeat;
		background-size: contain;
		position: absolute;
		bottom: 0;
		right: -5%;
	}

	.bread_item h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.bread_item h3:nth-child(1) {
		margin-bottom: 5px;
	}

	.bread_item_img {
		width: 80vw;
		min-width: 290px;
		margin: 0 auto 10px;
	}

	.bread_item_moreBtn {
		max-width: 210px;
	}

	.bread_item:nth-child(2), .bread_item:nth-child(3), .bread_item:nth-child(4) {
		padding: 40px 0;
	}

	.bread_item:nth-child(2) h3 {
		margin-bottom: 10px;
	}

	.contestLink a {
		margin: 0 auto 30px;
	}
}