@charset "utf-8";

@media only screen and (min-width: 768px) {
	.scrollMarginTop {
		scroll-margin-top: 104px;
	}
}

/* mainBox
-------------------------------------------------------------------*/
.mainBox {
	height: 650px;
	background-color: #FFFAE6;
	background-image: url("../img/index/main_bg01_pc.png");
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}
.mainBox .box01 {
	width: 775px;
	height: 447px;
	position: absolute;
	top: 75px;
	left: calc(50% - 362px);
}
.mainBox .sliderBox {
	width: 312px;
	position: absolute;
	top: 64px;
	right: 52px;
}
.mainBox .slider {
	pointer-events: none;
}
.mainBox .slider li img {
	width: 100%;
}
.mainBox .btnBox {
	width: 179px;
	position: absolute;
	bottom: 100px;
	left: 30px;
	z-index: 10;
	transition: .3s;
}
.mainBox .btnBox:hover {
	opacity: 0.8;
}
.mainBox .btnBox a {
	display: flex;
	align-items: center;
	height: 179px;
	position: relative;
	z-index: 2;
}
.mainBox .btnBox .imgBox {
	flex-shrink: 0;
}
.mainBox .btnBox .imgBox.pre {
	width: 174px;
	margin: 0 0 0 18px;
}
.mainBox .btnBox .imgBox.end {
	width: 147px;
	margin: 0 0 0 15px;
}
.mainBox .btnBox::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/index/main_btn_bg01.png") center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	animation: 10s linear infinite rotation;
}
@keyframes rotation {
	0%{ transform:rotate(0);}
	100%{ transform:rotate(360deg); }
}
@media only screen and (max-width: 767px) {
	.mainBox {
		height: auto;
		background-color: #FFFAE6;
		background-image: none;
	}
	.mainBox .box01 {
		width: auto;
		height: auto;
		position: relative;
		top: auto;
		left: auto;
	}
	.mainBox .sliderBox {
		width: 72%;
		top: 33.5%;
		left: 14%;
		right: auto;
	}
	.mainBox .btnBox {
		width: 130px;
		bottom: 19%;
		left: 5%;
	}
	.mainBox .btnBox a {
		display: flex;
		align-items: center;
		height: 179px;
		position: relative;
		z-index: 2;
	}
	.mainBox .btnBox .imgBox {
		flex-shrink: 0;
	}
	.mainBox .btnBox .imgBox.pre {
		width: 113px;
		margin: 0 0 0 10px;
	}
	.mainBox .btnBox .imgBox.end {
		width: 109px;
		margin: 14px 0 0 11px;
	}
	.mainBox .btnBox::before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: url("../img/index/main_btn_bg01.png") center center no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		animation: 10s linear infinite rotation;
	}
}


/* naviBox
-------------------------------------------------------------------*/
.naviBox {
	padding: 30px 0;
	background: #ffffff;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 500;
}
.naviBox .naviList {
	display: flex;
	justify-content: center;
}
.naviBox .naviList > li {
	width: 226px;
	border-left: 1px solid #472226;
}
.naviBox .naviList > li:last-child {
	border-right: 1px solid #472226;
}
.naviBox .naviList > li a {
	display: block;
	text-decoration: none;
	position: relative;
}
.naviBox .naviList > li a .menu {
	font-weight: 700;
	color: #472226;;
	text-align: center;
	padding: 0.5em 0;
}
.naviBox .naviList > li a .fukidashi {
	opacity: 0;
	position: absolute;
	top: 45px;
	left: 50%;
	padding: 0.5em 1em;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	background: #472226;
	border-radius: 100px;
	transform: translateX(-50%);
	transition: .3s;
}
.naviBox .naviList > li a .fukidashi::before {
	content: "";
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -6px;
	border: 6px solid transparent;
	border-bottom: 15px solid #472226;
}
.naviBox .naviList > li a:hover .fukidashi {
	opacity: 1;
}
.naviBox .snsList {
	display: none;
}
@media only screen and (max-width: 767px) {
	.naviBox {
		padding: 0;
		background: none;
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		z-index: inherit;
	}
	.naviBox .naviList {
		display: block;
		padding: 20px;
	}
	.naviBox .naviList > li {
		width: auto;
		border-left: none;
		position: relative;
	}
	.naviBox .naviList > li + li {
		border-top: 1px solid #472226;
	}
	.naviBox .naviList > li:last-child {
		border-right: none;
	}
	.naviBox .naviList > li:nth-of-type(2)::before ,
	.naviBox .naviList > li:nth-of-type(3)::before ,
	.naviBox .naviList > li:nth-of-type(4)::before {
		content: "";
		display: block;
		width: 40px;
		height: 16px;
		position: absolute;
		top: -8px;
		left: calc(50% - 20px);
	}
	.naviBox .naviList > li:nth-of-type(2)::before {
		background: #ffffff url("../img/index/common_menu_deco01.png") center center no-repeat;
		background-size: 20px auto;
	}
	.naviBox .naviList > li:nth-of-type(3)::before {
		background: #ffffff url("../img/index/common_menu_deco02.png") center center no-repeat;
		background-size: 20px auto;
	}
	.naviBox .naviList > li:nth-of-type(4)::before {
		background: #ffffff url("../img/index/common_menu_deco03.png") center center no-repeat;
		background-size: 20px auto;
	}
	.naviBox .naviList > li a {
		padding: 2em 0;
	}
	.naviBox .naviList > li a .menu {
		font-size: 2rem;
		padding: 0;
	}
	.naviBox .naviList > li a .fukidashi {
		opacity: 1;
		position: relative;
		top: auto;
		left: auto;
		padding: 0;
		color: #472226;
		font-size: 1.3rem;
		background: none;
		transform: translateX(0);
	}
	.naviBox .naviList > li a .fukidashi::before {
		display: none;
	}
	.naviBox .snsList {
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.naviBox .snsList > li {
		margin: 0;
		width: 44px;
	}
	.naviBox .snsList > li:nth-child(1) {
		width: 35px;
	}
	.naviBox .snsList > li + li {
		margin-left: 50px;
	}
}

/* aboutBox
-------------------------------------------------------------------*/
.aboutBox {
	margin: 130px 0 0 0;
	padding: 90px 0 0 0;
}
.aboutBox .aboutInBox01 {
	padding: 150px 0 0 0;
	color: #ffffff;
	background: #C92B34;
	position: relative;
}
.aboutBox .aboutInBox01::before {
	content: "";
	display: block;
	width: 516px;
	height: 288px;
	background: url("../img/index/common_bg01.png") 0 0 repeat;
	background-size: 14px auto;
	position: absolute;
	top: -240px;
	left: calc(50% - 380px);
	z-index: -1;
}
.aboutBox .aboutInBox01 .imgBox01 {
	margin: -240px 0 0 auto;
	width: calc((100vw - 1000px)/2 + 490px);
	border-bottom: 10px solid #ffffff;
}
.aboutBox .aboutInBox01 .imgBox01 img {
	width: 100%;
}
.aboutBox .aboutInBox01 .imgBox02 {
	display: none;
}
.aboutBox .aboutInBox01 .ttl01 {
	width: 358px;
	margin: -240px 0 0 0;
}
.aboutBox .aboutInBox01 .box01 {
	display: flex;
	justify-content: space-between;
	margin: 120px 0 0 0;
	padding: 0 0 90px 0;
	position: relative;
}
.aboutBox .aboutInBox01 .box01::before ,
.aboutBox .aboutInBox01 .box01::after {
	content: "";
	display: block;
}
.aboutBox .aboutInBox01 .box01::before {
	width: 95px;
	height: 102px;
	background: url("../img/index/about_bg01.png") 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 42px;
	left: 380px;
}
.aboutBox .aboutInBox01 .box01::after {
	width: 126px;
	height: 73px;
	background: url("../img/index/about_bg02.png") 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 30px;
	right: 40px;
}
.aboutBox .aboutInBox01 .box01 > .clm01 {
}
.aboutBox .aboutInBox01 .box01 .txt01 {
	line-height: 2.75;
}
.aboutBox .aboutSlideBox {
	padding: 0 0 80px 0;
	background: #C92B34;
}
.aboutBox .aboutSlideBox .sliderWrapper {
}
.aboutBox .aboutSlideBox .slider {
}
.aboutBox .aboutSlideBox .slider li {
	margin: 0 20px;
}
/*逆回り防止？*/
.aboutBox .slick-slider div {
	transition: none;
}
@media only screen and (max-width: 767px) {
	.aboutBox {
		margin-top: 150px;
		padding-top: 30px;
	}
	.aboutBox .aboutInBox01 {
		padding-top: 30px;
	}
	.aboutBox .aboutInBox01::before {
		width: 215px;
		height: 144px;
		background: url("../img/index/common_bg01.png") 0 0 repeat;
		background-size: 7px auto;
		top: -130px;
		left: 0;
	}
	.aboutBox .aboutInBox01 .imgBox01 {
		margin: -60px 0 0 auto;
		width: 76%;
		border-bottom: 3px solid #ffffff;
	}
	.aboutBox .aboutInBox01 .imgBox02 {
		display: block;
		width: 215px;
		margin: 30px 0 0 0;
	}
	.aboutBox .aboutInBox01 .ttl01 {
		width: 296px;
		margin: 30px 0 0 0;
	}
	.aboutBox .aboutInBox01 .box01 {
		display: block;
		margin-top: 60px;
		padding-bottom: 100px;
	}
	.aboutBox .aboutInBox01 .box01::before {
		width: 70px;
		height: 76px;
		top: -30px;
		left: 240px;
	}
	.aboutBox .aboutInBox01 .box01::after {
		width: 94px;
		height: 54px;
		bottom: 40px;
		right: 0px;
	}
	.aboutBox .aboutInBox01 .box01 > .clm02 {
		display: none;
	}
}


/* presentBox
-------------------------------------------------------------------*/
.presentBox {
	padding-top: 100px;
	background: #C92B34;
	overflow: hidden;
}
.presentBox .head {
	text-align: center;
	position: relative;
}
.presentBox .head::before {
	content: "";
	display: block;
	width: 230px;
	height: 288px;
	background: url("../img/index/common_bg02.png") 0 0 repeat;
	background-size: 14px auto;
	position: absolute;
	top: 210px;
	left: calc(50% - 50vw);
}
.presentBox .box01 {
	width: 1000px;
	margin: 40px 0 0 calc(50% - 50vw);
	padding: 30px;
	background: #FFFAE6;
	position: relative;
	box-sizing: border-box;
}
.presentBox .box01 .ttl {
	margin: -130px 0 0 0;
}
.presentBox .box01 .bodyBox {
	margin: -60px auto 0;
}
.presentBox .twitterLink {
	margin: 1em 0 2em;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}
.presentBox .twitterLink .icon {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	margin: 0 0 0 5px;
}
.presentBox .twitterLink a {
	color: #472226;
}
.presentBox .box01 .notionBox {
	margin: 20px auto 0;
	padding: 0 0 40px 0;
}
.presentBox .box01 .notionBox .ttl02 {
	color: #ffffff;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.26;
	padding: 0.2em;
	background: #472226;
	border-radius: 10px;
}
.presentBox .box01 .notionBox p {
	font-size: 1.4rem;
	line-height: 1.42;
	margin: 1em 0 0 0;
}
.presentBox .collaborationBox {
	width: 700px;
	margin: -40px calc(50% - 50vw) 0 auto;
	padding: 50px;
	background: #FFFFFF;
	position: relative;
	box-sizing: border-box;
}
.presentBox .collaborationBox::before {
	content: "";
	display: block;
	width: 362px;
	height: 138px;
	background: url("../img/index/present_bg01.png") 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 110px;
	left: -420px;
}
.presentBox .collaborationBox .ttl {
	width: 210px;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.presentBox .collaborationBox .bodyBox {
	display: flex;
	justify-content: space-between;
}
.presentBox .collaborationBox .bodyBox > .clm01 {
	width: 260px;
}
.presentBox .collaborationBox .bodyBox > .clm02 {
	width: calc(100% - 260px - 50px);
}
.presentBox .collaborationBox .catch01 {
	width: 232px;
}
.presentBox .collaborationBox .txt01 {
	line-height: 1.812;
	margin: 1.5em 0 0 0;
}
.presentBox .collaborationBox .btn01 {
	margin: 1.5em auto 0;
	max-width: 280px;
}
.presentBox .collaborationBox .btn01 a {
	color: #C92B34;
	letter-spacing: 0.12em;
	font-weight: 700;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em 15px;
	border: 1px solid #C92B34;
	background: #ffffff;
	border-radius: 2em;
	position: relative;
	overflow: hidden;
	transition: .3s;
}
/*.presentBox .collaborationBox .btn01 a::after {
	content: "";
	display: block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	background: #C92B34;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}*/
.presentBox .collaborationBox .btn01 a .name {
}
.presentBox .collaborationBox .btn01 a:hover {
	color: #ffffff;
	background: #C92B34;
}
/*.presentBox .collaborationBox .btn01 a:hover::after {
	background: #ffffff;
}*/
@media only screen and (max-width: 767px) {
	.presentBox {
		padding-top: 0;
		padding-bottom: 40px;
	}
	.presentBox .head::before {
		width: 62px;
		height: 129px;
		background: url("../img/index/common_bg02.png") 0 0 repeat;
		background-size: 7px auto;
		position: absolute;
		top: auto;
		bottom: -80px;
		left: 0;
	}
	.presentBox .box01 {
		width: auto;
		margin: 40px 0 0 0;
		padding: 30px 30px 100px;
	}
	.presentBox .box01.doing {
		padding-bottom: 30px;
	}
	.presentBox .box01 .ttl {
		max-width: 310px;
		margin: -50px 0 0 0;
	}
	.presentBox .box01 .bodyBox {
		margin-top: 30px;
		max-width: 312px;
	}
	.presentBox .twitterLink {
		font-size: 1.4rem;
	}
	.presentBox .twitterLink .icon {
		width: 26px;
		height: 26px;
	}
	.presentBox .box01 .notionBox {
		margin: 20px auto 0;
		padding-bottom: 0;
	}
	.presentBox .box01 .notionBox .ttl02 {
		font-size: 1.9rem;
		border-radius: 5px;
	}
	.presentBox .box01 .notionBox p {
		line-height: 1.07;
	}
	.presentBox .collaborationBox {
		width: auto;
		margin: 40px 0 0 0;
		padding: 30px 20px;
		background: #FFFFFF;
		position: relative;
		box-sizing: border-box;
	}
	.presentBox .collaborationBox::before {
		display: none;
	}
	.presentBox .collaborationBox .ttl {
		width: 160px;
		margin: 0 auto;
		position: relative;
		top: auto;
		left: auto;
		transform: translateX(0);
	}
	.presentBox .collaborationBox .bodyBox {
		display: block;
	}
	.presentBox .collaborationBox .bodyBox > .clm01 {
		width: auto;
		margin: 30px auto 0;
		text-align: center;
	}
	.presentBox .collaborationBox .bodyBox > .clm02 {
		width: auto;
		margin-top: 30px;
	}
	.presentBox .collaborationBox .catch01 {
		width: 184px;
	}
	.presentBox .collaborationBox .btn01 {
		max-width: 270px;
	}
	.presentBox .collaborationBox .btn01 a {
		font-size: 1.6rem;
		border: 2px solid #C92B34;
	}
}


/* downloadBox
-------------------------------------------------------------------*/
.downloadBox {
	padding: 50px 0 100px 0;
	background: #C92B34;
	position: relative;
	overflow: hidden;
}
.downloadBox::before {
	content: "";
	display: block;
	width: 334px;
	height: 490px;
	background: url("../img/index/common_bg02.png") 0 0 repeat;
	background-size: 14px auto;
	position: absolute;
	bottom: 0;
	left: calc(50% + 320px);
}
.downloadBox .head {
	width: 158px;
}
.downloadBox .box01 {
	margin: 30px 0 0 0;
	padding: 13px;
	background : linear-gradient(90deg, rgba(29, 122, 233, 1) 0%, rgba(0, 91, 230, 1) 100%);
	background : -webkit-linear-gradient(90deg, rgba(29, 122, 233, 1) 0%, rgba(0, 91, 230, 1) 100%);
	box-shadow: -6px 6px 0 #ffffff;
	position: relative;
}
.downloadBox .box01 .inBox01 {
	position: relative;
}
.downloadBox .box01 .inBox01::before ,
.downloadBox .box01 .inBox01::after {
	content: "";
	display: block;
	width: 100%;
	height: 20px;
}
.downloadBox .box01 .inBox01::before {
	background: url("../img/index/download_frame_top_pc.png") 0 0 no-repeat;
	background-size: 100% 100%;	
}
.downloadBox .box01 .inBox01::after {
	background: url("../img/index/download_frame_bottom_pc.png") 0 0 no-repeat;
	background-size: 100% 100%;	
}
.downloadBox .box01 .inBox01 > div {
	padding: 37px;
	background: url("../img/index/download_frame_body_pc.png") 0 0 repeat-y;
	background-size: 100% auto;	
}
.downloadBox .box01 .ttl01 {
	text-align: center;
}
.downloadBox .box01 .txt01 {
	color: #005BE6;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 3;
	text-align: center;
	margin: -210px 0 0 0;
}
.downloadBox .box01 .txt01 .marker {
	display: inline;
	/*background: linear-gradient(transparent 15%, #ffffff 15%, #ffffff 85%, transparent 85%);*/
	background: linear-gradient(transparent 0%, #ffffff 0%);
}
.downloadBox .box01 .btn01 {
	margin: 2em auto 0;
	max-width: 340px;
}
.downloadBox .box01 .btn01 a {
	color: #C92B34;
	letter-spacing: 0.12em;
	font-weight: 700;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.5em 15px;
	background: #E5C524;
	border-radius: 100px;
	position: relative;
	overflow: hidden;
	transition: .3s;
}
/*.downloadBox .box01 .btn01 a::after {
	content: "";
	display: block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	background: #C92B34;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}*/
.downloadBox .box01 .btn01 a .name {
}
.downloadBox .box01 .btn01 a:hover {
	color: #E5C524;
	background: #C92B34;
}
/*.downloadBox .box01 .btn01 a:hover::after {
	background: #E5C524;
}*/
.downloadBox .box01 .illustratorBox {
	color: #005BE6;
	background: #FFF7F7;
	margin: 40px 0 0 0;
	padding: 8px;
}
.downloadBox .box01 .illustratorBox > div {
	display: grid;
	grid-template-rows: auto 1fr;
	grid-template-columns: auto 144px;
	column-gap: 20px;
	padding: 20px;
	border: 1px solid #E5C524;
}
.downloadBox .box01 .illustratorBox .name {
	grid-column: 1;
	grid-row: 1;
	font-size: 1.4rem;
	letter-spacing: 0.16em;
}
.downloadBox .box01 .illustratorBox .name strong {
	font-size: 1.8rem;
	font-weight: 700;
}
.downloadBox .box01 .illustratorBox .imgBox {
	grid-column: 2;
	grid-row: 1/3;
}
.downloadBox .box01 .illustratorBox .txtBox {
	grid-column: 1;
	grid-row: 2;
	font-size: 1.4rem;
	margin: 0.5em 0 0 0;
}
@media only screen and (max-width: 767px) {
	.downloadBox {
		padding: 0 0 100px;
	}
	.downloadBox .innerBox {
		padding: 0;
	}
	.downloadBox::before {
		width: 227px;
		height: 110px;
		background: url("../img/index/common_bg02.png") 0 0 repeat;
		background-size: 7px auto;
		position: absolute;
		bottom: 0;
		right: 0;
		left: auto;
	}
	.downloadBox .head {
		display: none;
	}
	.downloadBox .box01 {
		margin: 0;
		padding: 4px;
		background: none;
		background : linear-gradient(0deg, rgba(29, 122, 233, 1) 0%, rgba(0, 91, 230, 1) 100%);
		background : -webkit-linear-gradient(0deg, rgba(29, 122, 233, 1) 0%, rgba(0, 91, 230, 1) 100%);
		box-shadow: 6px 6px 0 #ffffff;
	}
	.downloadBox .box01 .inBox01 {
	}
	.downloadBox .box01 .inBox01::before ,
	.downloadBox .box01 .inBox01::after {
		height: auto;
		aspect-ratio: 740 / 24;
	}
	.downloadBox .box01 .inBox01::before {
		background: url("../img/index/download_frame_top_sp.png") 0 0 no-repeat;
		background-size: 100% 100%;	
	}
	.downloadBox .box01 .inBox01::after {
		background: url("../img/index/download_frame_bottom_sp.png") 0 0 no-repeat;
		background-size: 100% 100%;	
	}
	.downloadBox .box01 .inBox01 > div {
		padding: 30px 20px;
		background: url("../img/index/download_frame_body_sp.png") 0 0 repeat-y;
		background-size: 100% auto;	
	}
	.downloadBox .box01 .ttl01 {
		text-align: center;
	}
	.downloadBox .box01 .txt01 {
		margin-top: 30px;
		line-height: 2;
	}
	.downloadBox .box01 .btn01 {
		max-width: 270px;
	}
	.downloadBox .box01 .btn01 a {
		font-size: 1.6rem;
	}
	.downloadBox .box01 .illustratorBox {
		margin: 40px 0 0 0;
		padding: 2px;
	}
	.downloadBox .box01 .illustratorBox > div {
		display: block;
	}
	.downloadBox .box01 .illustratorBox .name strong {
		font-size: 1.5rem;
	}
	.downloadBox .box01 .illustratorBox .imgBox {
		width: 134px;
		margin: 15px auto;
	}
}


/* recipeBox
-------------------------------------------------------------------*/
.recipeBox {
	padding: 100px 0 0 0;
	background: #C92B34;
	position: relative;
}
.recipeBox .head {
	text-align: center;
}
.recipeBox .list01 {
	display: flex;
	justify-content: space-between;
	margin: 50px 0 0 0;
}
.recipeBox .list01 > li {
	width: 316px;
	position: relative;
}
.recipeBox .list01 > li::before {
	content: "";
	display: block;
	width: 100%;
	aspect-ratio: 632 / 62;
	background: url("../img/index/recipe_frame_top.png") 0 0 no-repeat;
	background-size: 100% 100%;
}
.recipeBox .list01 > li::after {
	content: "";
	display: block;
	width: 100%;
	aspect-ratio: 632 / 80;
	background: url("../img/index/recipe_frame_bottom.png") 0 0 no-repeat;
	background-size: 100% 100%;
}
.recipeBox .list01 > li .bodyBox {
	padding: 25px;
	background: #ffffff;
}
.recipeBox .list01 > li .catch {
	text-align: center;
}
.recipeBox .list01 > li .imgBox {
	text-align: center;
	margin: 15px 0 0 0;
}
.recipeBox .list01 > li .list02 {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 0 0;
}
.recipeBox .list01 > li .list02 > li {
	width: 46.6%;
	text-align: center;
}
.recipeBox .list01 > li .list02 > li .ttl {
	color: #C92B34;
	font-size: 1.4rem;
	line-height: 1.28;
	min-height: 3.2em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.recipeBox .list01 > li .list02 > li .btn01 {
	margin: 0.2em auto 0;
	max-width: 280px;
}
.recipeBox .list01 > li .list02 > li .btn01 a {
	color: #C92B34;
	font-size: 1.4rem;
	letter-spacing: 0.12em;
	font-weight: 700;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.4em 5px;
	border: 1px solid #C92B34;
	background: #ffffff;
	border-radius: 100px;
	position: relative;
	overflow: hidden;
	transition: .3s;
}
/*.recipeBox .list01 > li .list02 > li .btn01 a::after {
	content: "";
	display: block;
	vertical-align: middle;
	width: 2px;
	height: 2px;
	background: #C92B34;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}*/
.recipeBox .list01 > li .list02 > li .btn01 a .name {
}
.recipeBox .list01 > li .list02 > li .btn01 a:hover {
	color: #ffffff;
	background: #C92B34;
}
/*.recipeBox .list01 > li .list02 > li .btn01 a:hover::after {
	background: #ffffff;
}*/
@media only screen and (max-width: 767px) {
	.recipeBox {
		padding: 30px 0 0 0;
	}
	.recipeBox .head {
		max-width: 320px;
		margin: 0 auto;
	}
	.recipeBox .list01 {
		display: block;
		margin: 0;
	}
	.recipeBox .list01 > li {
		width: auto;
		margin: 30px auto 0;
	}
	.recipeBox .list01 > li .catch {
		text-align: center;
		max-width: 260px;
		margin: 0 auto;
	}
	.recipeBox .list01 > li .list02 > li .btn01 {
		max-width: 110px;
	}
}


/* productsBox
-------------------------------------------------------------------*/
.productsBox {
	padding: 80px 0 140px 0;
	background: #C92B34;
	position: relative;
}
.productsBox .head {
	text-align: center;
}
.productsBox  .list01 {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 20px 0;
	border-bottom: 2px solid #6DABF5;
}
.productsBox  .list01 > li {
	width: 320px;
	margin: 20px 0 0 0;
	cursor: pointer;
	position: relative;
}
.productsBox  .list01 > li:nth-of-type(1) {
	margin-left: 170px;
}
.productsBox  .list01 > li:nth-of-type(2) ,
.productsBox  .list01 > li:nth-of-type(4) ,
.productsBox  .list01 > li:nth-of-type(5) {
	margin-left: 20px;
}
.productsBox  .list01 > li .front ,
.productsBox  .list01 > li .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-moz-transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-ms-transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.productsBox  .list01 > li .front {
	position: relative;
	z-index: 2;
}
.productsBox  .list01 > li .back {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
@media only screen and (min-width: 768px) {
	.productsBox  .list01 > li:hover .front {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		-o-transform: rotateY(180deg);
		transform: rotateY(180deg);
		z-index: 1;
	}
	.productsBox  .list01 > li:hover .back {
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
		z-index: 2;
	}
}
.productsBox  .list01 > li .front .imgBox {
}
.productsBox  .list01 > li .front .ttlBox {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	/*transform: translateX(-50%);*/
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
}
.productsBox  .list01 > li .front .ttlBox > span {
	display: inline-block;
	padding: 0.5em 1em;
	background: #ffffff;
}
/*.productsBox  .list01 > li .back a:hover img {
	opacity: 1;
}*/
.productsBox  .list01 > li .back .imgBox {
}
.productsBox  .list01 > li .back .txtBox {
	position: absolute;
	width: 80%;
	top: 15%;
	left: 10%;
	height: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 2;
	text-align: center;
}
.productsBox  .list01 > li .back .btn01 {
	position: absolute;
	width: 60%;
	bottom: 15%;
	left: 20%;
	z-index: 3;
}
.productsBox  .list01 > li .back .btn01 a {
	display: block;
	color: #472226;
	text-decoration: none;
	font-weight: 700;
	text-align: center;
	padding: 0.5em 20px;
	border: 1px solid #472226;
	background: #ffffff;
	box-sizing: border-box;
	position: relative;
	transition: .3s;
	pointer-events: auto;
}
/*.productsBox  .list01 > li .back .btn01 a::after {
	content: "";
	display: block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	background: #472226;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}*/
.productsBox  .list01 > li .back .btn01 a .name {
}
.productsBox  .list01 > li .back .btn01 a:hover {
	color: #ffffff;
	background: #472226;
}
/*.productsBox  .list01 > li .back .btn01 a:hover::after {
	background: #ffffff;
}*/
@media only screen and (max-width: 767px) {
	.productsBox {
		padding: 50px 0 70px 0;
	}
	.productsBox .head {
		max-width: 320px;
		margin: 0 auto;
	}
	.productsBox  .list01 {
		display: block;
		border-bottom: none;
	}
	.productsBox  .list01 > li {
		width: auto;
		max-width: 320px;
		margin: 20px auto 0!important;
	}
	.productsBox  .list01 > li .front .ttlBox {
		font-size: 1.5rem;
	}
	.productsBox  .list01 > li .back .txtBox {
		font-size: 1.3rem;
	}
	.productsBox  .list01 > li .back .btn01 {
		font-size: 1.4rem;
	}
	.productsBox  .list01 > li.active .front {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		-o-transform: rotateY(180deg);
		transform: rotateY(180deg);
		z-index: 1;
	}
	.productsBox  .list01 > li.active .back {
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
		z-index: 2;
	}
}


/* historyBox
-------------------------------------------------------------------*/
.historyBox {
	padding: 150px 0 0 0;
	background: url("../img/index/history_bg01.png") center 0 no-repeat;
}
@media only screen and (min-width: 2000px) {
	.historyBox {
		background-size: 100% auto;
	}
}
.historyBox .head {
	text-align: center;
}
.historyBox .historyBoxInner {
	padding: 0 0 50px 0;
	background : linear-gradient(90deg, rgba(255, 250, 230, 1) 0%, rgba(255, 245, 245, 1) 100%);
	background : -webkit-linear-gradient(90deg, rgba(255, 250, 230, 1) 0%, rgba(255, 245, 245, 1) 100%);
}
.historyBox .historyOneBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 100px 0 0 0;
}
.historyBox .historyOneBox > .clmTxt {
	width: 500px;
}
.historyBox .historyOneBox > .clmImg {
	width: 400px;
	text-align: center;
}
.historyBox .historyOneBox > .clmTxt .catch01 {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.545;
	margin: 0.8em 0 0 0;
}
.historyBox .historyOneBox > .clmTxt .txt01 {
	margin: 1em 0 0 0;
}
.historyBox .historyOneBox > .clmTxt .txt01 .notion01 {
	font-size: 1.4rem;
}
.historyBox .historyOneBox .urabanashiBox {
	font-size: 1.4rem;
	margin: 2em 0 0 0;
	padding: 2em;
	background: #ffffff;
	border-radius: 1em;
}
.historyBox .historyOneBox .ttlUrabanashi {
	width: 150px;
}
.historyBox .historyOneBox .urabanashiBox p {
	margin: 0.5em 0 0 0;
}
.historyBox .historyOneBox#y2019 {
	margin-top: 0px;
}
.historyBox .historyOneBox#y1966 .clmTxt ,
.historyBox .historyOneBox#y1990 .clmTxt ,
.historyBox .historyOneBox#y2019 .clmTxt {
	order: 2;
}
.historyBox .historyOneBox#y1966 .clmImg ,
.historyBox .historyOneBox#y1990 .clmImg ,
.historyBox .historyOneBox#y2019 .clmImg {
	order: 1;
}
.historyBox .historyOneBox#y2019 .clmImg {
	width: 451px;
}
.historyBox .historyOneBox#y1962 .catch01 {
	margin-top: -50px;
}
.historyBox .historyOneBox#y1962 > .clmImg {
	margin-top: -30px;
}
.historyBox .historyOneBox#y1966 .ttlYear {
	width: 117px;
}
.historyBox .historyOneBox#y1990 .ttlYear {
	width: 102px;
}
.historyBox .historyOneBox#y2019 .ttlYear {
	width: 101px;
}
.historyBox .historyOneBox#y2022 {
	display: block;
}
.historyBox .historyOneBox#y2022 .ttlYear {
	width: 109px;
	margin: 0 auto;
}
.historyBox .historyOneBox#y2022 > .clmTxt {
	width: auto;
	min-height: 474px;
	padding: 110px 0 0 0;
	background: url("../img/index/history_2022_img01_pc.png") center top no-repeat;
	box-sizing: border-box;
}
.historyBox .historyOneBox#y2022 > .clmImg {
	display: none;
}
.historyBox .historyOneBox#y2022 > .clmTxt .catch01 {
	text-align: center;
}
.historyBox .historyOneBox#y2022 > .clmTxt .txt01 {
	text-align: center;
}
.historyBox .historyOneBox#y2022 > .clmTxt .txt01::after {
	content: "";
	display: block;
	width: 4px;
	height: 42px;
	margin: 40px auto 0;
	background: url("../img/index/history_2022_line01.png") 0 0 no-repeat;
	background-size: contain;
}
.historyBox .historyOneBox#y2022 .pointList {
	margin: 40px 0 0 0;
	display: flex;
	justify-content: space-between;
}
.historyBox .historyOneBox#y2022 .pointList > li {
	width: 320px;
	height: 320px;
	text-align: center;
	padding: 30px 0 0 0;
	background: #ffffff;
	border-radius: 50%;
	box-sizing: border-box;
	position: relative;
}
.historyBox .historyOneBox#y2022 .pointList > li .num {
	margin: 0 auto;
}
.historyBox .historyOneBox#y2022 .pointList > li:nth-of-type(1) .num {
	width: 75px;
}
.historyBox .historyOneBox#y2022 .pointList > li:nth-of-type(2) .num {
	width: 79px;
}
.historyBox .historyOneBox#y2022 .pointList > li:nth-of-type(3) .num {
	width: 79px;
}
.historyBox .historyOneBox#y2022 .pointList > li .catch01 {
	margin: 0.5em 0 0 0;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}
.historyBox .historyOneBox#y2022 .pointList > li .txt01 {
	margin: 0.4em 0 0 0;
}
.historyBox .historyOneBox#y2022 .pointList > li .notion01 {
	font-size: 1.4rem;
}
.historyBox .historyOneBox#y2022 .pointList > li:nth-of-type(3)::before {
	content: "";
	display: block;
	width: 96px;
	height: 76px;
	background: url("../img/index/history_2022_point03_deco.png") 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: -48px;
	right: 5px;
}
.historyBox .historyOneBox#y2022 .imgBox02 {
	width: 1063px;
	margin: 0 -13px 0 -50px;
}
@media only screen and (max-width: 767px) {
	.historyBox {
		padding: 50px 0 0 0;
		background-size: 1000px auto;
	}
	.historyBox .historyOneBox {
		display: block;
		margin-top: 50px;
	}
	.historyBox .historyOneBox > .clmTxt {
		width: auto;
	}
	.historyBox .historyOneBox > .clmImg {
		width: auto;
		max-width: 300px;
		margin: 30px auto 0;
	}
	.historyBox .historyOneBox > .clmTxt .catch01 {
		font-size: 2.1rem;
	}
	.historyBox .historyOneBox > .clmTxt .txt01 {
		font-size: 1.5rem;
	}
	.historyBox .historyOneBox > .clmTxt .txt01 .notion01 {
		font-size: 1.5rem;
	}
	.historyBox .historyOneBox#y1962 .ttlYear {
		width: auto;
		max-width: 296px;
	}
	.historyBox .historyOneBox#y1962 .catch01 {
		margin-top: 0.8em;
	}
	.historyBox .historyOneBox#y1962 > .clmImg {
		margin-top: 30px;
	}
	.historyBox .historyOneBox#y1966 .ttlYear {
		width: auto;
		max-width: 119px;
	}
	.historyBox .historyOneBox#y1984 .ttlYear {
		width: auto;
		max-width: 296px;
	}
	.historyBox .historyOneBox#y1990 .ttlYear {
		width: 118px;
	}
	.historyBox .historyOneBox#y1992 .ttlYear {
		width: auto;
		max-width: 296px;
	}
	.historyBox .historyOneBox#y2019 {
		margin-top: 50px;
	}
	.historyBox .historyOneBox#y2019 .ttlYear {
		width: 118px;
	}
	.historyBox .historyOneBox#y2019 .clmImg {
		width: auto;
	}
	.historyBox .historyOneBox#y2022 .ttlYear {
		width: 126px;
		margin: 0;
	}
	.historyBox .historyOneBox#y2022 > .clmTxt {
		min-height: inherit;
		padding: 0;background: none;
	}
	.historyBox .historyOneBox#y2022 > .clmTxt .catch01 {
		text-align: left;
	}
	.historyBox .historyOneBox#y2022 > .clmTxt .txt01 {
		text-align: left;
	}
	.historyBox .historyOneBox#y2022 > .clmTxt .txt01::after {
		display: none;
	}

	.historyBox .historyOneBox#y2022 > .clmImg {
		display: block;
	}
	.historyBox .historyOneBox#y2022 > .clmImg::after {
		content: "";
		display: block;
		width: 4px;
		height: 42px;
		margin: 20px auto 0;
		background: url("../img/index/history_2022_line01.png") 0 0 no-repeat;
		background-size: contain;
	}
	.historyBox .historyOneBox#y2022 .pointList {
		margin-top: 0;
		display: block;
	}
	.historyBox .historyOneBox#y2022 .pointList > li {
		width: auto;
		max-width: 320px;
		height: auto;
		aspect-ratio: 1 / 1;
		margin: 20px auto 0;
	}
	.historyBox .historyOneBox#y2022 .pointList > li .txt01 {
		font-size: 1.5rem;
	}
	.historyBox .historyOneBox#y2022 .pointList > li:nth-of-type(3)::before {
		content: "";
		display: block;
		width: 85px;
		height: 83px;
		background: url("../img/index/history_2022_point03_deco02.png") 0 0 no-repeat;
		background-size: contain;
		position: absolute;
		top: auto;
		right: 5px;
		bottom: -50px;
	}
	.historyBox .historyOneBox#y2022 .imgBox02 {
		width: auto;
		margin: 100px auto 0;
		text-align: center;
	}
}



/* contactBox
-------------------------------------------------------------------*/
.contactBox {
	margin: 0;
	padding: 60px 0;
	color: #ffffff;
	background : #C92B34;
}
.contactBox .head {
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
	padding: 0 0 0.2em 0;
	border-bottom: 1px solid #ffffff;
}
.contactBox .ttl01 {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	line-height: 1;
	text-align: center;
	margin: 1em 0 0 0;
}
.contactBox .time {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0;
}
.contactBox .telList {
	margin: 10px 0 0 0;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contactBox .telList dt {
	width: 30px;
	margin: 0 15px 0 0;
}
.contactBox .telList dd {
	font-size: 4.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0;
}
.contactBox .btnMail {
	max-width: 332px;
	margin: 1em auto 0;
	font-size: 1.8rem;
}
.contactBox .btnMail a {
	display: block;
	color: #472226;
	text-decoration: none;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	padding: 1em 0;
	background: #ffffff;
	border-radius: 100px;
	transition: 0.3s;
}
.contactBox .btnMail a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: -5px 10px 0 0;
	width: 24px;
	height: 24px;
	background: url("../img/index/contact_icon_mail.svg") center center no-repeat;
	background-size: contain;
}
.contactBox .btnMail a:hover {
	opacity: 0.8;
}
@media only screen and (max-width: 767px) {
	.contactBox {
		padding: 40px 0;
	}
	.contactBox .head {
		font-size: 2.1rem;
	}
	.contactBox .ttl01 {
		font-size: 1.8rem;
		margin-top: 2em;
	}
	.contactBox .time {
		font-size: 1.2rem;
	}
	.contactBox .telList dt {
		width: 22px;
		margin: 0 10px 0 0;
	}
	.contactBox .telList dd {
		font-size: 3.4rem;
	}
	.contactBox .telList dd a {
		color: #ffffff;
		text-decoration: none;
	}
	.contactBox .btnMail {
		max-width: 250px;
		margin-top: 2em;
		font-size: 1.4rem;
	}
	.contactBox .btnMail a::before {
		margin: -5px 10px 0 0;
		width: 18px;
		height: 18px;
	}
}

