@charset "UTF-8";
/* CSS Document */

img{
	max-width: 100%;
}
*:focus {
  outline: none;
}
a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}

a.disabled{
	pointer-events: none;
}
.dpc{
	display: block;
}
.dsp{
	display: none;
}
.flex{
	display: flex;
	justify-content: space-between;
}

#Container{
	width: 100%;
}
#Container .WrapTop {
	margin: 0 auto; 
	width: 980px;
}

#mainvisual{
	max-width: 1920px;
	margin: 0 auto;
}

nav.top_nav{
	width: 980px;
	margin: 0 auto; 
}

nav.top_nav ul{
	align-items: center;
	height: 70px;
}
nav.top_nav ul>li{
	padding-right: 35px;
	height: 30px;
	border-right: solid 1px #eab2b4;
}
nav.top_nav ul>li:last-of-type{
	padding: 0;
	border: none;
}
.contents{
	max-width: 1920px;
	margin: 0 auto;
	background: url("../../image/bg_pattern01.jpg") repeat;
}

section .inner{
	width: 980px;
	margin: 0 auto; 
}


/*
section 01
*/
section.sec01{
	padding: 90px 0 0;
	background: url("../../image/sec01_bg01.png") no-repeat center top -10px;
}

section.sec01 .ttl{
	text-align: center;
	margin-bottom: 30px;
}
section.sec01 .txt{
	text-align: center;
	margin-bottom: 47px;
}

section.sec01 .point-area{
	position: relative;
	text-align: center;
	margin-bottom: 60px;
}
section.sec01 .point-area .product{
	padding: 22px 0 63px;
}
section.sec01 .point-area .pnt-item{
	position: absolute;
}

section.sec01 .point-area .pnt-item.pnt01{
	top: 0;
	left: 0;
}
section.sec01 .point-area .pnt-item.pnt02{
	top: 0;
	right: 0;
}
section.sec01 .point-area .pnt-item.pnt03{
	bottom: 0;
	left: 0;
}
section.sec01 .point-area .pnt-item.pnt04{
	bottom: 0;
	right: 0;
}

section.sec01 .point-area .pnt-item > div{
	position: relative;
	top: -30px;
}

section.sec01 .naming-area{
	text-align: left;
	height: 460px;
	background: url("../../image/sec01_naming_bg.png") no-repeat center;
}

section.sec01 .naming-area .naming-ttl{
	padding: 100px 0 35px;
}

/*
section 02
*/
section.sec02{
	padding: 110px 0 0;
	text-align: center;
}
section.sec02 .ttl{
	margin-bottom: 80px;
}
section.sec02 .arrange{
	position: relative;
	margin-bottom: 60px;
}
section.sec02 .arrange.a01 .img{
	text-align: left;
}
section.sec02 .arrange.a02 .img{
	text-align: right;
}
section.sec02 .arrange .txt{
	position: absolute;
	width: 480px;
	border: solid 4px #ba0006;
	padding: 4px;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 8px 8px 28px -7px rgba(0,0,0,0.2);
	-webkit-box-shadow: 8px 8px 28px -7px rgba(0,0,0,0.2);
	-ms-box-shadow: 8px 8px 28px -7px rgba(0,0,0,0.2);
}
section.sec02 .arrange.a01 .txt{
    top: 50%;
	right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
section.sec02 .arrange.a02 .txt{
    top: 50%;
	left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
section.sec02 .txt-inner{
	padding: 50px 0;
	border: solid 1px #ba0006;
}
section.sec02 .txt-inner .name{
	margin-bottom: 35px;
}

/*
section 03
*/
section.sec03{
	padding: 55px 0 0;
	text-align: center;
}
section.sec03 .bg{
	background: url("../../image/sec03_bg01.jpg") no-repeat top 90px center;
}
section.sec03 .ttl{
	margin-bottom: 75px;
}

section.sec03 .product-area{
	padding-bottom: 70px;
}

section.sec03 .product-area .img{
	margin-bottom: 5px;
}
section.sec03 .product-area .name{
	margin-bottom: 25px;
	padding-left: 10px;
}
section.sec03 .product-area .txt{
	margin-bottom: 20px;
}

/*
section 04
*/
section.sec04{
	padding: 90px 0 60px;
	text-align: center;
}
section.sec04 .ttl{
	margin-bottom: 30px;
}
section.sec04 .bnr{
	margin-bottom: 40px;
}
section.pagetop{
	text-align: right;
	border-bottom: solid 2px #41210f;
}






@media screen and (max-width: 750px){
	
.dpc{
	display: none;
}
.dsp{
	display: block;
}
	
#Container .WrapTop {
	width: 100%;
}
	
	nav.top_nav{
		position: relative;
		width: 100%;
	}
	nav.top_nav::after{
		position: absolute;
		content: '';
		display: inline-block;
		width: 100vw;
		height: 1px;
		background: #f8e5e6;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}
	nav.top_nav ul{
		padding: 0 2vw;
		justify-content: space-around;
		flex-wrap: wrap;
		height: auto;
	}
	nav.top_nav ul>li{
		height: 12vw;
		line-height: 8vw;
		border-right: none;
		padding: 0;
	}
	nav.top_nav ul>li:first-of-type{
		width: 34.66vw;
	}
	nav.top_nav ul>li:nth-of-type(2){
		width: 33.333vw;
	}
	nav.top_nav ul>li:nth-of-type(3){
		width: 30.133vw;
	}
	nav.top_nav ul>li:nth-of-type(4){
		width: 30.26vw;
	}
	section .inner{
		width: auto;
		padding: 0 6.66vw;
	}
	
	section.sec01{
		text-align: center;
		padding: 12vw 0 0;
		background: url(../../image/sec01_bg01_sp.png) no-repeat center top;
		background-size: contain;
}
	section.sec01 .ttl{
		width: 78.26vw;
		margin: 0 auto 6.33vw;
	}
	section.sec01 .txt{
		margin-bottom: 6vw;
	}
	section.sec01 .point-area{
		margin-bottom: 9vw;
	}
	section.sec01 .point-area .product{
		padding: 0;
		width: 42.26vw;
		margin: 0 auto 3.5vw;
	}
	
	section.sec01 .point-area .pnt-item{
		position: initial;
	}
	section.sec01 .point-area .pnt-item > picture{
		display: block;
		margin: 0 auto;
		width: 67.33vw;
	}
	section.sec01 .point-area .pnt-item > div{
		top: -8vw;
		margin: 0 auto;
	}
	
	section.sec01 .point-area .pnt-item.pnt01 > div{
		width: 65vw;
	}
	section.sec01 .point-area .pnt-item.pnt02 > div{
		width: 52vw;
	}
	section.sec01 .point-area .pnt-item.pnt03 > div{
		width: 66vw;
	}
	section.sec01 .point-area .pnt-item.pnt04 > div{
		width: 77.86vw;
	}
	section.sec01 .naming-area{
		width: 100%;
		height: 139.7333vw;
		background: url("../../image/sec01_naming_bg_sp.png") no-repeat center;
		background-size: contain;
	}
	section.sec01 .naming-area .naming-ttl{
		width: 79.33vw;
		margin: 0 auto;
		padding: 17.33vw 0 8vw;
	}
	section.sec02{
		padding: 14.66vw 0 0;
	}
	section.sec02 .ttl{
		width: 79.333vw;
		margin: 0 auto 13.3333vw;
	}
	section.sec02 .arrange{
		margin-bottom: 49vw;
	}
	section.sec02 .arrange .txt{
		width: 76.8vw;
		box-sizing: border-box;
		box-shadow: 6px 6px 18px -6px rgba(0,0,0,0.2);
		-webkit-box-shadow: 6px 6px 18px -6px rgba(0,0,0,0.2);
		-ms-box-shadow: 6px 6px 18px -6px rgba(0,0,0,0.2);
	}
	section.sec02 .arrange.a01 .txt,section.sec02 .arrange.a02 .txt{
		top: 48vw;
		right: 0;
		left: 0;
		margin: 0 auto;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
	}
	section.sec02 .txt-inner{
		padding: 5.33vw 0;
	}
	section.sec02 .txt-inner .name{
		width: 55vw;
		margin: 0 auto 5vw;
	}
	section.sec02 .txt-inner .recipe-btn{
		width: 62.66vw;
		margin: 0 auto;
	}
	
	section.sec03{
		padding: 2vw 0 0;
	}
	section.sec03 .bg {
    	background: url(../../image/sec03_bg01_sp.jpg) no-repeat top 17vw center;
		background-size: cover;
	}
	section.sec03 .ttl{
		margin-bottom: 13vw;
	}
	section.sec03 .product-area{
		display: block;
		padding-bottom: 15vw;
	}
	section.sec03 .product-area .img{
		width: 51.4vw;
		margin: 0 auto 3vw;
	}
	section.sec03 .product-area .name{
		width: 72.4vw;
		margin: 0 auto 5vw;
		padding-left: 3vw;
	}
	section.sec03 .product-area .txt{
		margin: 0 auto 10vw;
	}
	section.sec03 .product-area .item:first-of-type .txt{
		width: 72.8vw;
	}
	section.sec03 .product-area .item:nth-of-type(2) .txt{
		width: 69.3vw;
	}
	section.sec03 .product-area .item:nth-of-type(4) .txt{
		width: 69.7vw;
		margin-bottom: 0;
	}
	
	section.sec04{
		padding: 12vw 0 10vw;
	}
	section.sec04 .ttl{
		margin-bottom: 3.4vw;
	}
	section.sec04 .bnr{
		margin-bottom: 4vw;
	}
	section.pagetop{
		padding-bottom: 6vw;
		border: none;
	}

	section.pagetop a{
		width: 30vw;
		margin: 0 auto;
		display: block;
	}



	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
	