@charset "UTF-8";
/* mainImgArea
--------------------------- */
.mainImgArea{
	background:url("../images/mainVisual_bg_pc.png")no-repeat center center/auto 100% #E8EAEC;
	margin: 0 auto;	
	position: relative;
	overflow: hidden;
}
.mainImgAreaInner{
	height:100vh;
	max-width: 1040px;
	margin: 0 auto ;
	position:relative;
	min-height: 800px;
}
.mainImgAreaInner:before{
	content: "";
	display: block;
	width: 190px;
	height: 169px;
	background: url("../images/mainVisual_img02.svg")no-repeat;
	position: absolute;
	top: 352px;
	left: -13%;
}
.mainImgAreaInner:after {
	content: "";
	display: block;
	width: 172px;
	height: 249px;
	background: url("../images/mainVisual_img03.svg")no-repeat;
	position: absolute;
	bottom: 0;
	right: -12.5%;
}
.block_01{
	display: flex;
	justify-content: space-between;
	padding: 20px 0 0 0;
}
h1 {
	width: 522px;
	height: 247px;
	padding: 25px 0 0 0;
}
.mainlistOut ul {
	height: 34px;
	font-size: 1.2rem;
	font-weight: bold;
	display: flex;
	justify-content: flex-end;
}
.mainlistOut li {
	margin: 5px 0 0 30px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.13rem;
}
.contactBtn a {
	background:#bc0000;
	color: white;
	padding: 8px 17px;
	font-family:  "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, "sans-serif";
	font-weight: lighter;
	letter-spacing: 0rem;
}
.mainlist li:nth-child(-n+3):after {
	content: "";
	display: block;
	border: 0.8px solid;
	width: 9px;
	height: 9px;
	border-color:  transparent transparent #565656 #565656;
	transform: rotate(-45deg);
	margin: 0 auto;
}

.mainLead {
	width: 241px;
	height: 194px;
	position: absolute;
	top: 45.5%;
	left: 17.8%;
}
.mainCtach{
	position:absolute;
	bottom: 98px;
	left: 0;
	font-size: 2.4rem;
	line-height: 6.5rem;
	font-family: "Hiragino Mincho ProN",YuMincho, "Yu Mincho", "serif";
	font-weight: 600;
}
.mainCtach mark{
	background-color: white;
	padding: 11px 0 11px 10px;
	z-index: 10;
}

button.menuClose.menuTrigger {
    display: none;
}
.mainlistOut img {
	display: none;
}
/*iPad背景切れ対策*/
@media screen and (min-width:767px){
	body{
		min-width:1100px;
		overflow-x: hidden; 
	}
	main{
		overflow-x: hidden;
	}
}

@media screen and (max-width:767px){
	
	.mainImgAreaInner .mainlistOut ul.mainlist {
		display: none;
	}
	.mainlistOut img {
		display: none;
	}
	.mainImgAreaInner .mainlistOut.active ul.mainlist {
		display:block;
	}
	.mainlistOut {
		right: -100%;
		transition: .4s ease-in-out;
	}
	.mainlistOut.active img {
		display: block;
		width: 60%;
		margin: 25px auto 0 30px;
	}
	.mainlistOut.active ul li.contactBtn {
		margin: 50px 0 0 0;
	}
	/*menuTrigger*/
	.menuTrigger,
	.menuTrigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menuTrigger {
		width: 60px;
		height: 60px;
		display: block;
		position: fixed;
		right: 0px;
		top: 2px;
		z-index: 10;
	}
	.menuTrigger span {
		position: absolute;
		z-index: 3;
		left: 17.5px;
		width: 32px;
		height:1.5px;
		background-color: #000;
		top:35px;
	}
	.menuTrigger span:nth-of-type(1) {
		top:11px;
	}
	
	.menuTrigger span:nth-of-type(2) {
		top: 23px;
	}
	.menuTrigger span:nth-of-type(3) {
		bottom: 0;
	}
	.mainlistOut.active {
		background: rgba(255,255,255,0.9);
		display: block;
		height: 100vh;
		width: 70%;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 11;
	}
	.mainlistOut.active ul {
		margin: 50px 0 0 40px;
		font-size: 2rem;
		
	}
	.mainlistOut.active ul li {
		margin: 0 0 25px 0;
	}
	.mainlistOut.active .mainlist li:nth-child(-n+3):after {
		content:none;
	}
	.mainlistOut.active .mainlist li:nth-child(-n+3):before {
		content: "";
		display: inline-block;
		border: 1.9px solid;
		width: 9px;
		height: 9px;
		border-color:  transparent transparent #565656 #565656;
		transform: rotate(-135deg);
		margin: 0 10px 3px 0;
	}
	.mainlistOut.active .contactBtn a {
		font-size: 1.5rem;
		padding: 13px 30px;
	}
	.menuClose {
		display: none;
	}
	.mainlistOut.active .menuClose {
		display: block;
		position: absolute;
		right: 0px;
		top: 16px;
		width: 60px;
		height: 60px;
		background: transparent;
		border: 0;
	 }
	.menuClose:before {
		content: "";
		display: block;
		position: absolute;
		top: 19px;
		left: 6px;
		width: 32px;
		height: 3px;
		transform: rotate(45deg);
		background: #000;
	}
	.menuClose:after {
		content: "";
		display: block;
		position: absolute;
		top: 19px;
		left: 6px;
		width: 32px;
		height: 3px;
		transform: rotate(-45deg);
		background: #000;
	}
	
	.mainImgArea{
		background:url("../images/mainVisual_bg_sp.png")no-repeat center center/cover #E8EAEC;
	}
	.mainImgAreaInner{
		height: 90vh;
		max-width: 620px;
		min-height:auto;
		padding: 0 15px 0;
	}
	.mainImgAreaInner:after {
		width: 95px;
		height: 146px;
		background: url("../images/mainVisual_img03.svg")no-repeat center/contain;
		bottom: 0;
		right: -12.5%;
	}
	.mainImgAreaInner:before {
		content: none;
	}
	.block_01 {
		padding: 45px 0 0 0;
		
	}
	h1 {
		width: 72%;
		height: auto;
		padding: 0;
		margin:  0 auto;
	}
	.mainLead {
		width: 30%;
		height: auto;
		top: 20%;
		left:2%;
	}
	.mainCtach{
		position:absolute;
		bottom: 12%;
		font-size: 1.8rem;
		line-height: 4rem;
		left: auto;
	}
	.mainCtach mark{
		padding: 5px 0 5px 4px;
	}
	.mainCtach mark .space{
		display: inline-block;
	}
}
/*IE*/
@media all and (-ms-high-contrast:none){
_:-ms-lang(x)::-ms-backdrop,
	.contactBtn a{
		padding: 8px 17px 5px 17px;
	}
	.mainCtach mark{
		padding: 11px 0 0px 10px;
	}
}
/*conceptArea
--------------------*/
.conceptArea:before {
	content: "";
	display: block;
	width: 100%;
	height: 40px;
	background-image: url("../images/mainVisual_btmBg.svg");
	z-index: 100;
}
.conceptArea {
	background: url("../images/concept_bg_pc.png")no-repeat top center/auto 1540px #e4e7ec;
}
.conceptAreaInner {
	margin: 0 auto;
	max-width: 1040px;
	padding-top: 70px;
}
.ttlArea{
	margin: 0 auto ;
	text-align: center;
}
.ttlArea:before {
	content: "";
	display: block;
	margin: 0 auto 10px;
    width: 1px;
    height: 29px;
    background-color:black;
}
h2{
	font-size: 2.4rem;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.1rem;
	font-weight: bold;
	display: inline-block;
	position: relative;
	z-index: 10;
}
h2:after {
	content: "";
	display: block;
	width: 100%;
	border: solid #ffef00;
	position: absolute;
	bottom: 4px;
	z-index: -1;
}
.ttlArea p{
	font-size: 1.2rem;
	font-family:  "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, "sans-serif";
	font-weight: 600;
	margin-top: 5px;
}
.conceptTxt{
	margin: 47px auto 250px 0;
}

.conceptCtach {
	margin: 0  0 22px 0;
	font-size: 2.6rem;
	font-family: "Hiragino Mincho ProN", "serif YuMincho", "Yu Mincho";
	font-weight: 600;
	letter-spacing: 0.05rem;
	line-height: 1.8rem;
}
.leadTxt {
	font-size: 1.6rem;
	font-weight: lighter;
	font-family:  "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, "sans-serif";
}

/*conceptPoint
--------------------*/
.conceptList {
	display: flex;
	flex-wrap: wrap;
	max-width: 1028px;
	margin: 0 auto;
	padding: 0 0 50px 0;
}
.conceptPoint ul li:nth-child(1){
	width: 460px;
	height: 363px;
	background: url("../images/concept_listBg01_pc.png")no-repeat center/cover;
	margin: 25px 26px 25px 0;
	position: relative;
}
.conceptPoint ul li:nth-child(2){
	width: 415px;
	height: 292px;
	background: url("../images/concept_listBg02_pc.png")no-repeat center/cover;
	margin:0 0 0 0;
	position: relative;
}
.conceptPoint ul li:nth-child(3){
	width: 387px;
	height: 265px;
	background: url("../images/concept_listBg03_pc.png")no-repeat center/cover;
	margin: 0 0px 54px 170px;
	position: relative;
}
.conceptPoint ul li:nth-child(4){
	width: 431px;
	height: 296px;
	background: url("../images/concept_listBg04_pc.png")no-repeat center/cover;
	margin: -95px 0 90px 10px;
	position: relative;
}
.conceptPoint ul li:nth-child(1) img{
	width: 252px;
	height: 213px;
	position: absolute;
	bottom: -7px;
	right: -35px;
}
.conceptPoint ul li:nth-child(2) img{
	width: 245px;
	height: 184px;
	position: absolute;
	top: -15px;
	right: -126px;
}
.conceptPoint ul li:nth-child(3) img{
	width: 265px;
	height: 184px;
	position: absolute;
	bottom: -55px;
	left:-150px;
}
.conceptPoint ul li:nth-child(4) img{
	width: 198px;
	height: 150px;
	position: absolute;
	bottom: -95px;
	right:-31px;
}
.conceptPoint ul li:nth-child(1):before{
	content: "";
	display: block;
	width: 35px;
	height: 52px;
	background:url("../images/concept_listNumber01.svg")no-repeat left/contain;
	position: absolute;
	top: 55px;
	left: 30px;
}
.conceptPoint ul li:nth-child(2):before{
	content: "";
	display: block;
	width: 35px;
	height: 51px;
	background:url("../images/concept_listNumber02.svg")no-repeat left/contain;
	position: absolute;
	top: 32px;
	left: 28px;
}
.conceptPoint ul li:nth-child(3):before{
	content: "";
	display: block;
	width: 35px;
	height: 53px;
	background:url("../images/concept_listNumber03.svg")no-repeat left/contain;
	position: absolute;
	top: 50px;
	left: 50px;
}
.conceptPoint ul li:nth-child(4):before{
	content: "";
	display: block;
	width: 35px;
	height: 53px;
	background:url("../images/concept_listNumber04.svg")no-repeat left/contain;
	position: absolute;
	top: 47px;
	left: 40px;
}
.ttl {
	font-size: 2rem;
	font-family: "Hiragino Mincho ProN",YuMincho, "Yu Mincho", "serif";
	line-height: 3rem;
	font-weight: 600;
	margin: 0 0 12px 0;
}
.txt {
	font-size: 1.4rem;
	font-family:  "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, "sans-serif";
	line-height: 2.3rem;
	font-weight: lighter;
}
.txtArea {
	position: absolute;
	top: 50px;
	left: 60px;
}

.txt3{
	margin: -8px 0 0 28px;
}
.txt4{
	margin: -4px 0 0 20px;
}
.txtArea span {
	color: #e94746;
	font-size: 1.3rem;
}
@media screen and (max-width:767px){
	.conceptArea {
		background: none;
		position: relative;
	}
	.conceptArea:after {
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		background:url("../images/concept_bg_sp.png") no-repeat;
		background-size:contain;
		content:"";
	}
	.conceptList {
		display: flex;
		flex-direction: column;
	}
	.conceptPoint ul li:nth-child(n){
		background: url("../images/concept_bg_sp.svg");
		width: 92%;
		height: auto;
		margin: 0 auto 150px;
		position: relative;
		padding: 0 0 15px 15px;
	}
	.conceptPoint ul li:nth-child(n) img{
		width: 205px;
		height: 152px;
		position: absolute;
		bottom: -110px;
		right: 10px;
		top: auto;
		left: auto;
	}
	.txtArea {
		position:static;
		width: 100%;
		height: auto;
		background-color: white;
		display: block;
		padding: 30px 50px 50px 50px;
		margin: 0;
	}
	.ttl {
		font-size: 1.85rem;
		
		line-height: 2.8rem;
		margin: 0 0 20px 0;
	}
	.txt {
		font-size: 1.3rem;
		line-height: 2rem;
	}
	
	.conceptPoint ul li:nth-child(1):before{
		top: -9px;
		left: 15px;
	}
	.conceptPoint ul li:nth-child(2):before{
		top: -9px;
		left: 15px;
	}
	.conceptPoint ul li:nth-child(3):before{
		top: -9px;
		left: 15px;
	}
	.conceptPoint ul li:nth-child(4):before{
		top: -9px;
		left: 15px;
	}
	.conceptTxt{
		width: 92%;
		margin: 45px auto 75px;
		text-shadow:0 0 10px #fff;
	}

	.conceptCtach {
		margin: 0  0 40px 0;
		font-size: 1.9rem;
		letter-spacing: 0.04rem;
		line-height: 1.8rem;
	}
	.leadTxt {
		font-size: 1.5rem;
	}
}

/*menuArea
--------------------*/
.menuArea{
	padding-top: 57px;
	background-color: white;
}
.menuCat {
	max-width: 1040px;
	margin: 0 auto 78px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.menuCat:nth-child(3):before{
	content: "";
	display: block;
	width: 156px;
	height: 167px;
	background:url("../images/menuVisual_img01.svg")no-repeat center/contain;
	position: absolute;
	top: -110px;
	right: -100px;
}
.menuCat:nth-child(4):after{
	content: "";
	display: block;
	width: 104px;
	height: 88px;
	background:url("../images/menuVisual_img02.svg")no-repeat center/contain;
	position: absolute;
	bottom: -150px;
	right: -130px;
}
.menuCat:nth-child(5):before{
	content: "";
	display: block;
	width: 64px;
	height: 85px;
	background:url("../images/menuVisual_img03.svg")no-repeat center/contain;
	position: absolute;
	bottom: 300px;
	left: -130px;
}
.menuCat:nth-child(6):before{
	content: "";
	display: block;
	width: 67px;
	height: 61px;
	background:url("../images/menuVisual_img04.svg")no-repeat center/contain;
	position: absolute;
	top: 330px;
	left: -130px;
}
.menuCat:nth-child(6):before{
	content: "";
	display: block;
	width: 55px;
	height: 29px;
	background:url("../images/menuVisual_img05.svg")no-repeat center/contain;
	position: absolute;
	bottom: 230px;
	right: -130px;
}
.menuCat:nth-child(8):before{
	content: "";
	display: block;
	width: 67px;
	height: 61px;
	background:url("../images/menuVisual_img04.svg")no-repeat center/contain;
	transform: rotateZ(120deg);
	position: absolute;
	bottom: -100px;
	left: -130px;
}
.menuCat:nth-child(9):before{
	content: "";
	display: block;
	width: 104px;
	height: 88px;
	background:url("../images/menuVisual_img02.svg")no-repeat center/contain;
	position: absolute;
	top: -30px;
	right: -130px;
}
.menuCat:nth-child(10):before{
	content: "";
	display: block;
	width: 69px;
	height: 33px;
	background:url("../images/menuVisual_img06.svg")no-repeat center/contain;
	position: absolute;
	top: 450px;
	left: -130px;
}
.menuCat:nth-child(11):before{
	content: "";
	display: block;
	width: 64px;
	height: 85px;
	background:url("../images/menuVisual_img03.svg")no-repeat center/contain;
	position: absolute;
	top: 350px;
	right: -130px;
}
.menuCat:nth-child(12):before{
	content: "";
	display: block;
	width: 67px;
	height: 61px;
	background:url("../images/menuVisual_img04.svg")no-repeat center/contain;
	position: absolute;
	bottom: 200px;
	left: -100px;
}
.mrgT {
	margin-top: 30px;
}
.catTtl{
	height: 250px;
	text-align: center;
	font-size: 1.4rem;
	font-family: "Hiragino Mincho ProN",YuMincho, "Yu Mincho", "serif";
	font-weight: bold;
}
.catTtl img {
	width: 220px;
	height: 220px;
}
.catTtl p {
	margin: 8px 0 0 0;
	letter-spacing: 0.4rem;
}
.menuTtl.imgArea.recipeS{
	display: inline-block;
}

.imgArea {
	position: relative;
}
.imgRb {
	margin: 130px 0 0 auto;
}
.imgR {
	margin: 0 0 0 auto;
}
.sweetMenu {
	width: 670px;
	height: 500px;
}
.deliMenu {
	width: 670px;
	height: 540px;
}

.menuTtl {
	width:auto;
	position: absolute;
}
.menuCatch {
	position: absolute;
	font-size: 1.6rem;
	font-family: "Hiragino Mincho ProN",YuMincho, "Yu Mincho", "serif";
	font-weight: 600;
	line-height: 3rem;
}
.mT-1 {
	top: -45px;
	left: -45px;
}
.mT-2 {
	top: 57px;
	right: -245px;
}
.mT-3 {
	top: 31px;
	left: -203px;
}
.mT-4 {
	top: 2px;
	right: -282px;
}
.mT-5 {
	top: -35px;
	left: -151px;
}
.mT-6 {
	top: -65px;
	left: -73px;
}
.mT-7 {
	top: 15px;
	right: -190px;
}
.mT-8 {
	top: 10px;
	left: -225px;
}
.mT-9 {
	top: 45px;
	right: -310px;
}
.mT-10 {
	top: 40px;
	left: -240px;
}
.mC-1 {
	top: 123px;
	left: -70px;
}
.mC-2 {
	top: 220px;
	right: -270px;
}
.mC-3 {
	top: 181px;
	left: -203px
}
.mC-4 {
	top: 106px;
	right: -350px
}
.mC-5 {
	top: 120px;
	left: -230px
}
.mC-6 {
	top: 77px;
	left: -75px
}
.mC-7 {
	top: 110px;
	right: -260px
}
.mC-8 {
	top: 100px;
	left: -330px
}
.mC-9 {
	top: 120px;
	right: -290px
}
.mC-10 {
	top: 140px;
	left: -300px
}
.recipeArea {
	margin-top: 39px;
	display: flex;
}

.recipeTtl {
	display: inline-block;
	font-size: 1.6rem;
	font-family: "Hiragino Mincho ProN",YuMincho, "Yu Mincho", "serif";
	color: white;
	padding: 4px 15px;
	margin: 0 auto 11px -2px;
}
.pink {
	background-color: #ee869a;
}
.blue {
	background-color: #5dc2d0;
}
.recipedetail {
	margin: 16px 0 0 0;
}
.recipedetail li {
	font-size: 1.2rem;
	font-family:  "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, "sans-serif";
	font-weight: lighter;
	line-height: 1.8rem;
	letter-spacing: 0.05rem;
}
.bold {
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0  auto 6px -5px;
	display: block;
}
.red {
	color: red;
	font-weight: lighter;
	margin: 0;
}
.recipeS {
	position: absolute;
	bottom: 0px;
	left: 0;
}
.recipeSR {
	position: absolute;
	bottom: 0px;
	right: 0;
}
.recipeL {
	justify-content: flex-start;
}
.recipeLW {
	margin-right: 105px;
}
.recipeR {
	width: 1040px;
	justify-content: flex-end;
}
.recipeRW {
	margin-left: 105px;
}
.recipeT {
	width: 1040px;
	justify-content:space-around;
}

.sub {
	display: inline-block;
	font-size: 1.1rem;
	padding: 0 0 -10px 0;

}
@media screen and (max-width:767px){
	.catTtl {
		margin: 65px auto 95px;
		font-size: 1.1rem;
		height: auto;
	}
	.catTtl img {
		width: 145px;
		height: 145px;
	}
	.menuArea {
		padding-bottom: 91px;
	}
	.menuCat:last-child {
		margin: 0 auto;
	}

	.menuCat {
		max-width: 767px;
		display: flex;
		flex-direction: column;
		position: relative;
	}
	.menuCatch {
		display: inline-block;
		font-size:3.5vw;
		line-height:5vw;
		text-shadow: 0 0 10px white;
		background: linear-gradient(to right, #fff,rgba(255, 255, 255, 0), transparent);
		padding: 5px;
	}
	.sweetMenu,.deliMenu  {
		width: 100%;
		height: auto;
		margin: 0 0 0 auto;
	}
	.imgArea {
		z-index: 2;
		width: 90%;
	}
	.imgRb {
		margin: 0 0 0 auto;
	}
	.menuTtl {
		width:60%;
		height:auto;
	}
	.mT-1 {
		top: -42px;
		left: -28px;
	}
	.mT-2 {
		top: -6px;
		right: -20px;
	}
	.mT-3 {
		top: -42px;
		left: -28px;
	}
	.mT-4 {
		top: -28px;
		right: -29px;
		width: 75%;
	}
	.mT-5 {
		top: -61px;
    	left: -24px;
	}
	.mT-6 {
		top: -56px;
		left: -33px;
		width: 70%;
	}
	.mT-7 {
		top: -5px;
		right: -25px;
		width: 50%;
	}
	.mT-8 {
		top: -32px;
		left: -15px;
		width: 50%;
	}
	.mT-9 {
		top: -47px;
		right: -15px;
		width: 70%;
	}
	.mT-10 {
		top: -25px;
    	left: -24px;
	}
	.mC-1 {
		top: 20%;
		left: -15px;
	}
	.mC-2 {
		top: 68%;
		right: -15px;
	}
	.mC-3 {
		top: 16%;
		left: -15px;
	}
	.mC-4 {
		top: 66%;
		right: -15px;
	}
	.mC-5 {
		top: 15%;
    	left: -15px;
	}
	.mC-6 {
		top: 66%;
		left: -15px;
	}
	.mC-7 {
		top: 65%;
		right: -15px;
	}
	.mC-8 {
		top: 69%;
    	left: -15px;
	}
	.mC-9 {
		top: 2%;
		right: -15px;
	}
	.mC-10 {
		top: 63%;
		left: -15px;
	}
	
	.recipeArea {
		display: block;
		width: 92%;
		padding: 0 10px 30px;
		background-color: #f9f9f9;
		z-index: 1;
		margin-top: -15px;
		margin-left: 15px;
	}
	.menuRecipe {
		margin: 30px 0 0 0;
	}
	.recipeTtl {
		margin: 0 auto 0 -2px;
	}
	.recipeS,.recipeSR {
		position: static;
	}
	.recipeSR {
		margin: -15px 15px 0 auto;
	}
	.recipeL {
    	margin: -15px 15px 0 auto;
	}
	
	.recipedetail li {
		letter-spacing: normal;	
	}
	.menuCat:nth-child(3):before{
		width: 20%;
		top: -110px;
		right: 0px;
	}
	.menuCat:nth-child(4):after{
		width: 18%;
		top: -100px;
		right: 0px;
	}
	.menuCat:nth-child(8):before{
		width: 11%;
		bottom: -34px;
		left: 0px;
	}
	.menuCat:nth-child(9):before{
		width: 17%;
		top: -42px;
		right: 0px;
	}
	.menuCat:nth-child(10):before{
		width: 11%;
		top: 114px;
		left: 0px;
	}
	.menuCat:nth-child(11):before{
		width: 7%;
		top: -115px;
		right: 0;
	}
	.menuCat:nth-child(12):before{
		width: 11%;
		bottom: -34px;
		left: 0px;
	}
}
/*IE*/
@media all and (-ms-high-contrast:none){
_:-ms-lang(x)::-ms-backdrop,
	.recipeTtl {
		padding: 8px 15px 0 15px;
	}
}

/*specArea
--------------------*/
.specArea {
	height: 475px;
	background: url("../images/specVisual_bg_pc.png") no-repeat center center/cover;
	font-weight: lighter;
	overflow: hidden;
	margin: 91px 0 0 0;
	position: relative;
}
.specAreaInner {
	width: 700px;
	margin: 0 auto;
	padding: 60px 0 0 0;
	position: relative;
	
}
.specAreaInner img {
	width: 265px;
	height: 426px;
	position: absolute;
	top: 30px;
	left: 0px;
}
.specArea:before {
	content: "";
	display: block;
	width: 419px;
	height: 533px;
	background: url("../images/specVisual_img02.png")no-repeat;
	position: absolute;
	top: -210px;
	left: -5%;
}
.specTxt {
	position: absolute;
	top: 198px;
	right: 140px;
}
.specTtl {
	font-family: "Hiragino Mincho ProN",YuMincho, "Yu Mincho", "serif";
	font-size: 2.4rem;
	font-weight: 600;
}
.specdetail {
	font-family:  "Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, "sans-serif";
	font-size: 1.4rem;
	margin: 12px 20px 25px 0;
}
.inquiryArea {
	display: block;
	font-family: "Hiragino Mincho ProN",YuMincho, "Yu Mincho", "serif";
	text-align: center;
	background-color: #bc0000;
	padding: 5px 10px;
	letter-spacing: 0.1rem;
	box-shadow: 0 0 8px gray;
}
.inquiryArea p {
	color: white;
}
@media screen and (max-width:767px){
	.specArea {
		height: auto;
		background: url("../images/specVisual_bg_sp.png") no-repeat center center/cover;
		margin: 0;
	}
	.specArea:before {
		top: -180px;
		left: -65%;
	}
	.specAreaInner {
		width: auto;
		padding: 30px 0 0 0;

	}
	.specAreaInner img {
		width: 234px;
		height: 375px;
		display: block;
		position: static;
		margin: 0 auto;
	}
	.specTxt {
		position: static;
		max-width: 345px;
    	margin: -32px auto 65px;
	}
	.specTtl {
		font-size: 1.9rem;
	}
	.specdetail {
		font-size: 1.3rem;
		margin: 5px auto 0;
	}
	.inquiryArea {
		width: 270px;
		padding: 20px 25px;
		letter-spacing: normal;
		margin: 40px auto 0;
	}
	.inquiryArea a { 
		display: inline-block;
	}
}
@media all and (-ms-high-contrast:none){
_:-ms-lang(x)::-ms-backdrop,
	.inquiryArea {
		padding: 4px 10px 0px 10px;
	}
}
/*footer*/
footer {
	min-width: 1040px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: lighter;
	background-color: #333333;
	color: white;
	padding: 30px 0;
	position: relative;
}

.footInner {
	width: 1040px;
	margin: 0 auto;
	position: relative;
}
.footInner:before {
	content: "";
	display: block;
	width: 163px;
	height: 250px;
	background: url("../images/specVisual_img03.svg")no-repeat center/contain;
	position: absolute;
	top: -270px	;
	left: -122px;
}
.footB,.footT{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footT  {
	font-size: 1.4rem;
	margin: 0 0 15px 0;
}
.footLogo img {
	width:114px;
	height: 25px;
	margin: 0 10px 0 0;
}
.footB {
	font-size: 1.2rem;
	flex-direction: row-reverse;
}
.footHome {
	
}
.footList li a {
	color: white;
}
.footHome a {
	padding: 0 0 0 20px;
	color: white;
	position: relative;
}
.footHome a:before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: url("../images/footerList_img.png") no-repeat center/contain;
	position: absolute;
	top: 0px;
	left: 0px;
}

.footList {
	display: flex;
	flex-wrap: wrap;
}
.footList li {
	padding:0 10px;
	border-right: 1px solid #FFFFFF;
	line-height: 100%;
}

.footList li:first-of-type {
	text-decoration: underline;
}

.footList li:last-of-type {
	border-right:none;
}
@media screen and (max-width:767px){
	footer {
		min-width: auto;
		padding: 10px;
	}

	.footInner {
		width: auto;
	}
	.footInner:before {
		width: 82px;
		height: 132px;
		top: -141px;
		left: -29px;
		transform: rotateZ(20deg);
	}
	.footLogo {
		margin: 0 0 10px 0;
	}
	.footLogo span{
		display: block;
		width: 100%;
	}
	.footLogo img {
		margin: 0 10px 10px 0;
	}
	.footB,.footT{
		flex-direction: column;
		align-items: flex-start;
	}
	.footT  {
		font-size: 1.2rem;
	}
	.footB  {
		font-size: 1rem;
	}
	.footB p {
		font-size: 1.1rem;
	}
	.footList {
		display: block;
		margin: 0 0 15px 0;
	}
	.footList li {
		padding:0 0 8px;
		border-right:none;
		text-decoration: underline;
	}
	
}
@media all and (-ms-high-contrast:none){
_:-ms-lang(x)::-ms-backdrop,
	.footHome a:before {
		content: "";
		display: none;
	}
}


/*
	cmnSubNav
-----------------------------------------------------------------------------------------------*/
.cmnSubNav{
	display: flex;
	justify-content: end;
	gap: 10px;
}
[class^="cmnSubNav__area"]{
	width: 100%;
}
.cmnSubNav__areaBtm{
	padding-right: 10px;
	position: absolute;
	top: -37px;
}
a[class^="cmnSubNav__btn"]{
	display: inline-block;
	padding: 12px 25px 12px 12px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.0;
	border-radius: 0 0 5px 5px;
	position: relative;
}
.cmnSubNav__areaBtm a[class^="cmnSubNav__btn"]{
	border-radius: 5px 5px 0 0;
}
a[class^="cmnSubNav__btn"]::after{
	content:' ';
	display:block;
	width:8px;
	height:8px;
	margin-top: -2px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	transform:translateY(-50%) rotate(45deg);
	transform-origin:0 0;
	position:absolute;
	top:50%;
	right:8px;
}
.cmnSubNav__btn01{
	background-color: #00408f;
}
.cmnSubNav__btn02{
	background-color: #ff8b02;
}
@media screen and (max-width:812px){
	[class^="cmnSubNav__area"]{
		display: none;
	}
	.headerMenu a[class^="cmnSubNav__btn"]{
		border-radius: 5px;
	}
}

/*アレルゲン情報一覧リンク
------------------------------------------------------------------------------------------------------*/
a.allergyLink {
    padding: 0 0 0 20px;
    color: #000;
    position: relative;
	font-size: 1.4rem;
	text-decoration:underline;
}
.allergyLink::before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #7f491b;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
	margin: 1px 0 0 0;
}
.allergyLink::after {
    content: "";
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: 5px;
	margin: 1px 0 0 0;
}
@media screen and (max-width: 640px) {
	a.allergyLink {
		padding: 0 0 0 20px;
		color: #000;
		position: relative;
		font-size: 1.2rem;
	}
}