@charset "UTF-8";
/* CSS Document */

*{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: bold;
}
body{
	color: #333;
	padding-top: 35px;
}
p,h1,h2,h3,h4,h5,h6{ line-height: 1.6em; }
.clearfix:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.center-block{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.text-center{
	text-align: center;
}
@keyframes rotate01 {
	0%   {
		transform: rotate(0deg);
		transform-origin: center center;
	}
	100% {
		transform: rotate(360deg);
		transform-origin: center center;
	}
}
@keyframes jump01 {
	0% { transform: translateY(0); }
	100% { transform: translateY(-10px); }
}
@keyframes jump02 {
	0% { transform: translateY(0); }
	100% { transform: translateY(-100%); }
}

.flex{
	display:-webkit-box;
  	display:-ms-flexbox;
	  display:flex;
}
.f-jc-sb{
	-webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.f-jc-c{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.f-wrap{
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.f-ai-c{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.base{
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}
.kinpaku{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}
.kinpaku.scrollAnim{
    transition: all 1s;
	transition-delay: 0.3s;
    opacity: 0;
    transform: translateY(-10px);
}
.kinpaku.scrollAnim.active{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.kinpaku .img-ttl{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

header{
	width: 100%;
	height: 84px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header:before{
	content: "";
	background: url(../img/bg_header.png) no-repeat center bottom;
	background-size: cover;
	width: 100%;
	height: 84px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
header a{
	color: #fff;
font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight: bold;
}
header .nav-wrap .nav-toggle{
	width: 80px;
	height: 80px;
	background: none;
	position: absolute;
	top:0;
	right:20px;
	display:block;
	z-index:9999;
	cursor: pointer;
	}
	header .nav-wrap .nav-toggle span{
	display:block;
	background:#F7DE88;
	height:2px;
	width:22px;
	margin-left: -11px;
	transition: all 0.3s;
	position:absolute;
	left: 50%;
	}
	header .nav-wrap .nav-toggle span:nth-child(1){
	top:39%;
	}
	header .nav-wrap .nav-toggle span:nth-child(2){
	top:50%;
	margin-top:-1px;
	}
	header .nav-wrap .nav-toggle span:nth-child(3){
	bottom:39%;
	}
	header .nav-wrap .nav-toggle.opened{
	top:0;
	right:20px;
	z-index:99999;
	}
	header .nav-wrap .nav-toggle.opened span:nth-child(1){
	top:50%;
	margin-top: -1px;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	}
	header .nav-wrap .nav-toggle.opened span:nth-child(2){
	background:none;
	}
	header .nav-wrap .nav-toggle.opened span:nth-child(3){
	bottom:50%;
	margin-bottom: -1px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	}
header .nav-wrap .logo{
float: left;
width: 247px;
margin: 20px 0 0 40px;
}
header .nav-wrap .btn{
	display: block;
	float: right;
	width: 230px;
	margin: 21px 120px 0 0;
	font-size: 18px;
	color: #6C0000;
	background: #F7DE88;
	padding: 10px 0;
	text-align: center;
}
header .nav-wrap #gnav{
position: fixed;
width:340px;
top: 0;
right: -100%;
z-index: -99;
background: #760000;
transition: all 0.7s;
padding: 100px 0 30px;
}
header .nav-wrap #gnav.active{
right: 0;
}
header .nav-wrap #gnav ul.navi li a{
display: block;
font-size: 14px;
letter-spacing: 1px;
text-decoration: none;
padding: 20px;
border-bottom: 1px solid #8B2727;
position: relative;
cursor: pointer;
}
header .nav-wrap #gnav ul.navi li.parent a:after{
	content: "";
	border: 7px solid transparent;
	border-top: 10px solid #fff;
	position: absolute;
	right: 15px;
	top: 23px;
}
header .nav-wrap #gnav ul.navi li ul{
	display: none;
	background: #5F0000;
}
header .nav-wrap #gnav ul.navi li ul a{
padding: 17px 20px;
}
header .nav-wrap #gnav ul.navi li.parent ul a:after{
	display: none;
}
header .nav-wrap #gnav .btn{
	float: none;
	width: 100%;
	max-width: 256px;
	margin: 30px auto 0;
}

@media only screen and (min-width: 1000px) {
	.sp-nav{
		display:none !important;
	}
}
@media only screen and (max-width: 999px) {
	.pc-nav{
		display:none !important;
	}

body{
	padding-top: 38px;
}

header{
	height: 62px;
}
header:before{
	background: url(../img/bg_header_sp.png) no-repeat center bottom;
	background-size: cover;
	height: 62px;
}
header .nav-wrap .nav-toggle{
	width: 60px;
	height: 60px;
	right:0;
	}
	header .nav-wrap .nav-toggle.opened{
	right:0;
	}
header .nav-wrap .logo{
float: none;
width: 180px;
margin: 14px 0 0 15px;
}
header .nav-wrap #gnav{
width:90%;
padding: 70px 0 20px;
height: 100%;
overflow-y: scroll;
}
header .nav-wrap #gnav ul.navi li a{
padding: 15px;
}
header .nav-wrap #gnav ul.navi li ul a{
padding: 15px;
}
header .nav-wrap #gnav .btn{
	max-width: 230px;
	margin: 20px auto 0;
}

}

#sec-mv{
	position: relative;
	overflow: hidden;
}
#sec-mv .img{
	position: absolute;
}
#sec-mv .img.rotate{
	animation: rotate01 10s linear infinite;
	transform-origin: ce;
}
#sec-mv .img01{
	width: 18%;
	left: 14%;
	top: 1%;
}
#sec-mv .img02{
	width: 16%;
	right: 4%;
	top: 37%;
}
#sec-mv .img03{
	width: 13%;
	left: 18%;
	bottom: 10%;
}
#sec-mv .img04{
	width: 10%;
	right: 12%;
	top: 18%;
	transform: rotate(35deg);
}
#sec-mv .img05{
	width: 14%;
	left: 7%;
	top: 40%;
}
#sec-mv .img06{
	width: 10%;
	right: 18%;
	bottom: 6%;
}
#sec-mv .fork{
	width: 15%;
	left: 14%;
	bottom: 21%;
	animation: jump01 1s ease-in-out infinite alternate;
}
#sec-mv .knife{
	width: 16.6%;
	right: 12%;
	bottom: 18%;
	animation: jump01 0.8s ease-in-out infinite alternate;
}
#sec-mv .hand{
	width: 35%;
	right: 1%;
	top: -3%;
	animation: jump02 2s ease-in-out infinite alternate;
}
#sec-mv .btn{
	width: 36%;
	left: 0;
	right: 0;
	bottom: 4%;
	margin-left: auto;
	margin-right: auto;
	animation: jump01 .5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite alternate;
}

.bar{
	padding: 15px 0;
	background: url(../img/bg_bar.jpg) no-repeat center center;
	background-size: cover;
}

#sec-about{
	background: url(../img/bg_about.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
#sec-about .box-slider{
	position: absolute;
	left: 0;
	top: 580px;
	width: 100%;
	z-index: 9;
}
#sec-about .box-slider .slider{
	margin-bottom: 20px;
	height: 110px;
}
#sec-about .box-slider .slider li{
	padding: 0 10px;
}
#sec-about .box-slider .slider01 li{
	width: 2893px;
}
#sec-about .box-slider .slider02 li{
	width: 2511px;
}
#sec-about .inner{
	max-width: 1005px;
	background: #760000;
	margin: 0 auto;
	padding: 120px 15px;
}
#sec-about .inner .trophy:after{
	content: "";
	background: url(../img/img_trophy.png) no-repeat left top;
	background-size: 100%;
	width: 273px;
	height: 766px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
#sec-about .inner .ttl{
	margin-bottom: 50px;
	position: relative;
	z-index: 2;
}
#sec-about .inner .ttl.trophy:after{
	top: 25px;
	z-index: -1;
}
#sec-about .inner .lead{
	font-size: 22px;
	color: #ffffff;
	line-height: 1.8em;
	margin-bottom: 440px;
}
#sec-about .inner .zindex{
	position: relative;
	z-index: 2;
}
#sec-about .inner .box-sponsorship{
	margin-bottom: 100px;
}
#sec-about .inner .label{
	margin-bottom: 40px;
}
#sec-about .inner .label span{
	font-size: 24px;
	color: #ffffff;
	position: relative;
}
#sec-about .inner .label span small{
	font-size: 16px;
}
#sec-about .inner .label span:before{
	content: "";
	background: url(../img/ico_biscuit01.png) no-repeat left top;
	background-size: 100%;
	width: 34px;
	height: 33px;
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
}
#sec-about .inner .label span:after{
	content: "";
	background: url(../img/ico_biscuit01.png) no-repeat left top;
	background-size: 100%;
	width: 34px;
	height: 33px;
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
}
#sec-about .inner .box-award{
	position: relative;
}
#sec-about .inner .box-award.trophy:after{
	top: -40px;
}
#sec-about .inner .box-award .list{
	max-width: 730px;
	margin: 0 auto 60px;
}
#sec-about .inner .box-award .list .col{
	width: 45%;
	margin-bottom: 25px;
}
#sec-about .inner .box-award .list .col:first-child{
	width: 58%;
	margin-left: auto;
	margin-right: auto;
}
#sec-about .inner .box-award .list .col .txt01{
	font-size: 18px;
	color: #760000;
	padding: 2px 0;
	background: #EFC85E;
	border-radius: 30px;
	margin-bottom: 7px;
}
#sec-about .inner .box-award .list .col .txt02{
	font-size: 13px;
	color: #fff;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
}
#sec-about .inner .box-award .list .col:first-child .txt01{
	font-size: 24px;
}
#sec-about .inner .box-award .list .col:first-child .txt02{
	text-align: center;
}
#sec-about .inner .box-award .btn{
	display: block;
	animation: jump01 .5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite alternate;
}
#sec-about .inner .box-award .note{
	font-size: 14px;
	color: #ffffff;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#sec-pocket{
	padding: 80px 0;
	background: #E0CDB6;
	position: relative;
}
#sec-pocket #img-pocket{
	width: 330px;
	height: 265px;
	position: absolute;
	left: 100px;
	bottom: -100px;
	z-index: 5;
}

#sec-vote{
	padding: 240px 0 120px;
	background: #760000;
	position: relative;
	overflow: hidden;
}
#sec-vote .img-biscuit{
	position: absolute;
	z-index: 2;
}
#sec-vote .img-biscuit.hand{
	width: 410px;
	right: 0;
	top: 545px;
}
#sec-vote .img-biscuit.biscuit01{
	width: 333px;
	top: 670px;
	left: 50px;
}
#sec-vote .img-biscuit.biscuit02{
	width: 327px;
	top: 1580px;
	left: 0;
}
#sec-vote .img-biscuit.biscuit03{
	width: 324px;
	top: 1900px;
	right: 0;
}
#sec-vote .inner{
	max-width: 1005px;
	background: #5F0000;
	margin: 0 auto;
	padding: 140px 15px 80px;
	border-radius: 20px;
}
#sec-vote .inner .lead{
	font-size: 23px;
	color: #ffffff;
	line-height: 1.8em;
	margin-bottom: 50px;
}
#sec-vote .inner .ico{
	display: block;
	animation: jump01 .5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite alternate;
	margin-bottom: 50px;
	position: relative;
	z-index: 2;
}
#sec-vote .inner .sche{
	font-size: 24px;
	color: #ffffff;
	line-height: 1.6em;
	max-width: 582px;
	margin: 0 auto 40px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	position: relative;
	z-index: 2;
	text-align: left;
	padding-left: 40px;
}
#sec-vote .inner .sche strong{
	color: #F7DE88;
}
#sec-vote .inner .notebox{
	font-size: 16px;
	color: #760000;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8em;
	max-width: 582px;
	margin: 0 auto 50px;
	text-align: left;
	background: #ffffff;
	padding: 25px;
	border-radius: 10px;
}
#sec-vote .inner .list{
	max-width: 810px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#sec-vote .inner .list .box{
	margin-bottom: 30px;
}
#sec-vote .inner .list .box:last-child{
	margin-bottom: 0;
}
#sec-vote .inner .list .box .kikan{
	font-size: 19px;
	color: #ffffff;
	margin-bottom: 10px;
}
#sec-vote .inner .list .box ul li{
	margin-bottom: 10px;
}
#sec-vote .inner .list .box ul li .btn{
	font-size: 30px;
	color: #8A0000;
	display: block;
	background: #F7DE88;
	border-radius: 12px;
	padding: 28px 0;
	position: relative;
	cursor: pointer;
	transition: all 0.4s;
}
#sec-vote .inner .list .box ul li .btn.opened{
	border-radius: 12px 12px 0 0;
}
#sec-vote .inner .list .box ul li .btn:after{
	content: "";
	background: url(../img/ico_arrow01.png) no-repeat left top;
	background-size: 100%;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.4s;
}
#sec-vote .inner .list .box ul li .btn.opened:after{
	transform: translateY(-50%) rotate(90deg);
}
#sec-vote .inner .list .box ul li .btn .overlay{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 30px;
	color: #ffffff;
	background: rgba(0,0,0,0.8);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	padding-top: 30px;
	border-radius: 12px;
}
#sec-vote .inner .list .box ul li .in{
	background: #ffffff;
	border: 4px solid #F7DE88;
	padding: 60px 80px 80px;
	display: none;
}
#sec-vote .inner .list .box ul li .in .stl{
	font-size: 18px;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 2px;
	position: relative;
	margin-bottom: 60px;
}
#sec-vote .inner .list .box ul li .in .stl:after{
	content: "";
	background: url(../img/ico_arrow02.png) no-repeat left top;
	background-size: 100%;
	width: 15px;
	height: 25px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -40px;
	margin-left: auto;
	margin-right: auto;
}
#sec-vote .inner .list .box ul li .in .entry{
	margin-bottom: 50px;
	text-align: left;
	overflow: hidden;
}
#sec-vote .inner .list .box ul li .in .entry .label-entry{
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
}
#sec-vote .inner .list .box ul li .in .entry .label-entry span{
	font-size: 13px;
	color: #ffffff;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #000000;
	letter-spacing: 1px;
	padding: 5px 0;
	border-radius: 7px 7px 0 0;
	max-width: 143px;
	display: block;
	text-align: center;
}
#sec-vote .inner .list .box ul li .in .entry .name{
	font-size: 19px;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 20px;
	padding-left: 15px;
}
#sec-vote .inner .list .box ul li .in .entry .img{
	width: 54%;
	float: left;
}
#sec-vote .inner .list .box ul li .in .entry .img.mt{
	margin-top: 30px;
}
#sec-vote .inner .list .box ul li .in .entry .block{
	width: 46%;
	float: right;
}
#sec-vote .inner .list .box ul li .in .entry .block .txt-ttl{
	font-size: 17px;
	color: #760000;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 10px;
}
#sec-vote .inner .list .box ul li .in .entry .block .txt01{
	font-size: 14px;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	margin-bottom: 20px;
}
#sec-vote .inner .list .box ul li .in .entry .block dl dt{
	font-size: 14px;
	color: #BD9413;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
#sec-vote .inner .list .box ul li .in .entry .block dl dd{
	font-size: 14px;
	color: #fff;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	background: #BD9413;
	line-height: 1.6em;
	padding: 15px 20px;
	border-radius: 7px;
}
#sec-vote .inner .list .box ul li .in .entry .block .note{
	font-size: 13px;
	color: #760000;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	margin-top: 10px;
}
#sec-vote .inner .list .box ul li .in hr{
	border: none;
	border-top: 2px solid #000;
	padding: 0 0 60px;
	margin: 0;
}
#sec-vote .inner .list .box ul li .in .btn-entry{
	display: block;
	font-size: 20px;
	color: #ffffff;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 1px;
	max-width: 350px;
	margin: 0 auto;
	background: #8A0000;
	padding: 20px 0;
}
#sec-vote .inner .list .box ul li .in .entry.recipie .clear{
	overflow: hidden;
	margin-bottom: 20px;
}
#sec-vote .inner .list .box ul li .in .entry.recipie .img{
	float: left;
	width: 51%;
}
#sec-vote .inner .list .box ul li .in .entry.recipie .name{
	float: right;
	width: 48%;
	margin-top: 30px;
}
#sec-vote .inner .list .box ul li .in .entry.recipie .name .txt01{
	font-size: 16px;
	color: #ffffff;
	font-family: fot-tsukuardgothic-std, sans-serif;
	background: #8A0000;
	display: inline-block;
	padding: 1px 22px;
	margin-bottom: 20px;
}
#sec-vote .inner .list .box ul li .in .entry.recipie .name .txt02{
	font-size: 15px;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#sec-vote .inner .list .box ul li .in .entry.recipie .name .txt02 strong{
	font-size: 22px;
}
#sec-vote .inner .list .box ul li .in .entry.recipie .sub{
	float: left;
}
#sec-vote .inner .list .box ul li .in .entry.recipie .zairyo{
	float: right;
}
#sec-vote .inner .list .box ul li .in .entry.recipie .zairyo table{
	width: 300px;
}
#sec-vote .inner .list .box ul li .in .entry.recipie .zairyo table th{
	font-size: 14px;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6em;
}
#sec-vote .inner .list .box ul li .in .entry.recipie .zairyo table td{
	font-size: 14px;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6em;
	text-align: right;
}
#sec-vote .inner .list .box ul li .in .entry.recipie .tsukurikata{
	float: left;
	width: 47%;
	font-size: 14px;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#sec-vote .inner .list .box ul li .in .entry.recipie .block{
	float: right;
	width: 49%;
}
#sec-vote .inner .list .box ul li .in .entry.recipie .block .note{
	text-align: right;
}
#sec-vote .inner .list .box ul li .in .entry.recipie .block .note a{
	display: inline-block;
	font-size: 12px;
	color: #760000;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 22px;
}
#sec-vote .inner .list .box ul li .in .entry.recipie .block .note.site a{
	background: url(../img/ico_document.png) no-repeat left top;
	background-size: 16px;
}
#sec-vote .inner .list .box ul li .in .entry.recipie .block .note.tw a{
	background: url(../img/ico_tw02.png) no-repeat left top;
	background-size: 22px;
}
#sec-vote .inner .list .box ul li .in .entry.recipie .block .note.insta a{
	background: url(../img/ico_insta02.png) no-repeat left top;
	background-size: 18px;
}
#sec-vote .inner .list .box ul li .in .entry.movie{
	overflow: hidden;
}
#sec-vote .inner .list .box ul li .in .entry.movie .text-center{
	margin-bottom: 25px;
}
#sec-vote .inner .list .box ul li .in .entry.movie .text-center iframe{
	width: 355px;
	height: 200px;
}
#sec-vote .inner .list .box ul li .in .entry.movie .img{
	width: 29%;
}
#sec-vote .inner .list .box ul li .in .entry.movie .block{
	width: 70%;
}
#sec-vote .inner .list .box ul li .in .entry.movie .txt-ttl{
	color: #000;
}

#sec-result{
	padding: 250px 0 120px;
	background: #E0CDB6;
	position: relative;
}
#sec-result .inner{
	max-width: 1005px;
	background: #fff;
	margin: 0 auto;
	padding: 170px 15px 80px;
	border-radius: 20px;
}
#sec-result .inner .ttl{
	margin-bottom: 30px;
}
#sec-result .inner .ttl span{
	font-size: 39px;
	letter-spacing: 2px;
	background:linear-gradient(transparent 60%, #FFFF4C 60%);
	padding: 0 20px;
}
#sec-result .inner .ttl span strong{
	font-size: 65px;
	color: #760000;
}
#sec-result .inner .lead{
	font-size: 23px;
	margin-bottom: 70px;
	position: relative;
}
#sec-result .inner .lead:before{
	content: "";
	background: url(../img/ico_cracker.png) no-repeat left top;
	background-size: 100%;
	width: 212px;
	height: 145px;
	position: absolute;
	top: -30px;
	left: 30px;
}
#sec-result .inner .lead:after{
	content: "";
	background: url(../img/ico_cracker.png) no-repeat left top;
	background-size: 100%;
	width: 212px;
	height: 145px;
	position: absolute;
	top: -30px;
	right: 30px;
	transform: scale(-1,1);
}
#sec-result .inner .list{
	max-width: 780px;
	margin: 0 auto;
}
#sec-result .inner .list .box{
	margin-bottom: 80px;
}
#sec-result .inner .list .box:last-child{
	margin-bottom: 0;
}
#sec-result .inner .list .box .label{
	font-size: 30px;
	color: #ffffff;
	letter-spacing: 1px;
	padding: 10px 0;
	background: #8A0000;
	border-radius: 15px;
	margin-bottom: 30px;
}
#sec-result .inner .list .box .in{
	width: 50%;
	text-align: left;
}
#sec-result .inner .list .box .in:nth-child(2){
	border-right: 1px dashed #000000;
	padding-right: 30px;
}
#sec-result .inner .list .box .in:nth-child(3){
	padding-left: 30px;
}
#sec-result .inner .list .box .in dl{
	margin-top: 20px;
}
#sec-result .inner .list .box .in dl dt{
	font-size: 16px;
	color: #ffffff;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #000000;
	display: inline-block;
	padding: 4px 22px;
	margin-bottom: 5px;
}
#sec-result .inner .list .box .in .img{
	position: relative;
}
#sec-result .inner .list .box .in .img .ico{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
#sec-result .inner .list .box .in.rank02 .img .ico{
	width: 68px;
}
#sec-result .inner .list .box .in.rank03 .img .ico{
	width: 57px;
}
#sec-result .inner .list .box .in .img img{
	width: 30%;
}
#sec-result .inner .list .box .in dl dd{
	font-size: 20px;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6em;
}
#sec-result .inner .list .box .in.main{
	width: 100%;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px dashed #000000;
	overflow: hidden;
}
#sec-result .inner .list .box .in.main dl dd{
	font-size: 28px;
}
#sec-result .inner .list .box .in.main .block{
	float: left;
	width: 49%;
}
#sec-result .inner .list .box .in.main .img{
	float: right;
	width: 48%;
}
#sec-result .inner .list .box .in.main .img img{
	width: 100%;
}
#sec-result .inner .list .box .in.main .img.mt{
	margin-top: 40px;
}
#sec-result .inner .list .box .in.main.yoko .img img{
	width: 100%;
}
#sec-result .inner .list .box .in.main.tate .img img{
	width: 50%;
}
#sec-result .inner .list .box.box02 .rank03 .img img{
	width: 37%;
}
#sec-result .inner .list .box.box03 .rank03 .img img{
	width: 25%;
}
#sec-result .inner .list .box.box04 .rank03 .img img{
	width: 27%;
}
#sec-result .inner .list .box.box05 .rank03 .img img{
	width: 44%;
}
#sec-result .inner .list .box.box06 .rank02 .img img{
	width: 39%;
}
#sec-result .inner .list .box.box07 .rank02 .img img,
#sec-result .inner .list .box.box07 .rank03 .img img{
	width: 74%;
	margin: 0 0 0 auto;
}
#sec-result .inner .list .box.box08 .rank03 .img{
	padding: 45px 0 17px;
}
#sec-result .inner .list .box.box08 .rank03 .img img{
	width: 74%;
	margin: 0 0 0 auto;
}
#sec-result .inner .list .box.box09 .rank03 .img{
	padding: 9px 0 17px;
}

#sec-sponsorship{
	padding: 100px 0;
	background: #760000;
}
#sec-sponsorship .ttl{
	font-size: 20px;
	color: #ffffff;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
#sec-sponsorship .ttl small{
	font-size: 16px;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#sec-sponsorship .lead{
	font-size: 22px;
	color: #ffffff;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 40px;
	letter-spacing: 1px;
}
#sec-sponsorship .list .box{
	width: 33%;
	margin-bottom: 5px;
	background: #ffffff;
	font-size: 0;
}
#sec-sponsorship .list .box .logo{
	height: 92px;
	width: auto;
	vertical-align: middle;
}
#sec-sponsorship .list .box .ico{
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
}
#sec-sponsorship .list .box .ico a{
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
	border-right: 1px solid #E3E3E3;
}
#sec-sponsorship .list .box .ico a:last-child{
	border-right: none;
}
#sec-sponsorship .list .box .ico a img{
	width: 32px;
}

#sec-foot{
	padding: 160px 0;
	background: #E0CDB6;
	position: relative;
}
#sec-foot .inner{
	position: relative;
	z-index: 2;
}
#sec-foot .inner:before{
	content: "";
	background: url(../img/logo02.png) no-repeat left top;
	background-size: 100%;
	width: 332px;
	height: 332px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
#sec-foot .ttl{
	font-size: 31px;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
#sec-foot .txt{
	font-size: 17px;
	letter-spacing: 3px;
	line-height: 2.2em;
}
#sec-foot .img{
	position: absolute;
	overflow: hidden;
}
#sec-foot .biscuit01{
	width: 190px;
	top: -50px;
	right: 50px;
	transform: rotate(35deg);
}
#sec-foot .biscuit02{
	width: 204px;
	top: 80px;
	left: 0;
}
#sec-foot .biscuit02 img{
	transform: translateX(-35px);
}
#sec-foot .biscuit03{
	width: 285px;
	bottom: 0;
	right: 0;
}
#sec-foot .biscuit03 img{
	transform: translate(70px,70px);
}

#sec-insta{
	width: 100%;
	overflow: hidden;
}
#sec-insta a{
	display: block;
	float: left;
	width: 16.666%;
}

.btn-stalker{
	display: block;
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	padding: 15px 30px;
	z-index: 99;
}
.btn-stalker span{
	display: block;
	max-width: 450px;
	margin: 0 auto;
	background: #ffffff;
	padding: 25px 0;
	font-size: 22px;
	color: #2e2a26;
	text-align: center;
}

footer{
	background: #000000;
	padding: 50px 0;
	position: relative;
}
footer .pageTop{
	width: 78px;
	position: absolute;
	right: 40px;
	top: 30px;
	cursor: pointer;
	z-index: 99;
}
footer .base{
	position: relative;
}
footer .logo{
	margin-bottom: 15px;
}
footer .logo img{
	width: 178px;
}
footer .note{
	font-size: 12px;
	color: #8b8b8b;
	position: absolute;
	right: 0;
	bottom: 0;
}
footer .link{
	display: block;
	margin-top: 25px;
	text-align: center;
	color: #fff;
	font-size: 12px;
    text-decoration: underline;
    letter-spacing: .075em;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


@media only screen and (min-width: 768px) {
	.sp{
		display:none !important;
	}
}

@media only screen and (max-width: 767px) {
	.pc{
		display:none !important;
	}

.kinpaku .img-ttl{
	width: 292px;
}

	#sec-mv .img01{
		width: 33%;
		left: -4%;
		top: 0;
	}
	#sec-mv .img02{
		width: 21%;
		right: -4%;
		top: auto;
		bottom: 24%;
	}
	#sec-mv .img03{
		width: 22%;
		left: 7%;
		bottom: 8%;
	}
	#sec-mv .img04{
		width: 31%;
		right: -13%;
		top: 8%;
	}
	#sec-mv .img05{
		width: 18%;
		left: -6%;
		top: 50%;
	}
	#sec-mv .img06{
		width: 17%;
		right: 15%;
		bottom: 3%;
	}
	#sec-mv .fork{
		width: 19%;
		left: 4%;
		bottom: 4%;
	}
	#sec-mv .knife{
		width: 20%;
		right: 4%;
		bottom: 4%;
	}
	#sec-mv .hand{
		width: 45%;
		right: -1%;
		top: 0;
	}
	#sec-mv .btn{
		width: 79.2%;
		bottom: 0;
	}
	
	.bar{
		padding: 12px 0;
		background: url(../img/bg_bar_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	.bar img{
		width: 237px;
	}
	
	#sec-about{
		background: url(../img/bg_about_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	#sec-about .box-slider{
		top: 490px;
	}
	#sec-about .inner{
		padding: 50px 15px 60px;
	}
	#sec-about .inner .trophy:after{
		width: 176px;
		height: 500px;
	}
	#sec-about .inner .ttl{
		margin-bottom: 30px;
	}
	#sec-about .inner .ttl.trophy:after{
		top: 50px;
	}
	#sec-about .inner .lead{
		font-size: 16px;
		margin-bottom: 330px;
	}
	#sec-about .inner .box-sponsorship{
		margin-bottom: 60px;
	}
	#sec-about .inner .label{
		margin-bottom: 20px;
	}
	#sec-about .inner .label span{
		font-size: 18px;
	}
	#sec-about .inner .label span small{
		font-size: 12px;
	}
	#sec-about .inner .label span:before{
		width: 20px;
		height: 20px;
		left: -30px;
	}
	#sec-about .inner .label span:after{
		width: 20px;
		height: 20px;
		right: -30px;
	}
	#sec-about .inner .box-award.trophy:after{
		top: -20px;
	}
	#sec-about .inner .box-award .list{
		margin: 0 auto 50px;
	}
	#sec-about .inner .box-award .list .col{
		width: 100%;
		margin-bottom: 15px;
	}
	#sec-about .inner .box-award .list .col:first-child{
		width: 100%;
	}
	#sec-about .inner .box-award .list .col .txt01{
		font-size: 15px;
		margin-bottom: 5px;
	}
	#sec-about .inner .box-award .list .col:first-child .txt01{
		font-size: 15px;
	}
	#sec-about .inner .box-award .list .col:first-child .txt02{
		text-align: left;
	}
	#sec-about .inner .box-award .btn img{
		width: 310px;
	}
	
	#sec-pocket{
		padding: 30px 0;
	}
	#sec-pocket #img-pocket{
		width: 152px;
		height: 128px;
		left: auto;
		right: 15px;
		bottom: -40px;
	}
	
	#sec-vote{
		padding: 110px 0 30px;
	}
	#sec-vote .img-biscuit.hand{
		width: 126px;
		right: 0;
		top: 384px;
	}
	#sec-vote .img-biscuit.biscuit01{
		width: 120px;
		top:380px;
		left: -20px;
	}
	#sec-vote .img-biscuit.biscuit02{
		width: 327px;
		top: 1580px;
		left: 0;
	}
	#sec-vote .img-biscuit.biscuit03{
		width: 324px;
		top: 1900px;
		right: 0;
	}
	#sec-vote .inner{
		padding: 70px 15px 30px;
	}
	#sec-vote .inner .lead{
		font-size: 14px;
		margin-bottom: 40px;
	}
	#sec-vote .inner .ico img{
		width: 210px;
	}
	#sec-vote .inner .sche{
		font-size: 14px;
		max-width: 582px;
		margin: 0 auto 20px;
		padding-left: 15px;
	}
	#sec-vote .inner .notebox{
		font-size: 13px;
		margin: 0 auto 30px;
		padding: 15px;
	}
	#sec-vote .inner .list .box{
		margin-bottom: 20px;
	}
	#sec-vote .inner .list .box .kikan{
		font-size: 14px;
	}
	#sec-vote .inner .list .box ul li{
		margin-bottom: 10px;
	}
	#sec-vote .inner .list .box ul li .btn{
		font-size: 18px;
		padding: 15px 0;
	}
	#sec-vote .inner .list .box ul li .btn:after{
		width: 15px;
		height: 15px;
		right: 15px;
	}
	#sec-vote .inner .list .box ul li .btn .overlay{
		font-size: 15px;
		padding-top: 16px;
	}
	#sec-vote .inner .list .box ul li .in{
		padding: 30px 20px;
	}
	#sec-vote .inner .list .box ul li .in .stl{
		font-size: 14px;
		letter-spacing: 1px;
		margin-bottom: 40px;
	}
	#sec-vote .inner .list .box ul li .in .stl:after{
		width: 10px;
		height: 18px;
		bottom: -25px;
	}
	#sec-vote .inner .list .box ul li .in .entry{
		margin-bottom: 30px;
	}
	#sec-vote .inner .list .box ul li .in .entry .label-entry{
		margin-bottom: 10px;
	}
	#sec-vote .inner .list .box ul li .in .entry .label-entry span{
		font-size: 11px;
		max-width: 120px;
		padding: 0;
	}
	#sec-vote .inner .list .box ul li .in .entry .name{
		font-size: 14px;
		margin-bottom: 10px;
		padding-left: 0;
	}
	#sec-vote .inner .list .box ul li .in .entry .img{
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	#sec-vote .inner .list .box ul li .in .entry .img.mt{
		margin-top: 0;
	}
	#sec-vote .inner .list .box ul li .in .entry .block{
		width: 100%;
		float: none;
	}
	#sec-vote .inner .list .box ul li .in .entry .block .txt-ttl{
		font-size: 15px;
	}
	#sec-vote .inner .list .box ul li .in .entry .block .txt01{
		margin-bottom: 15px;
	}
	#sec-vote .inner .list .box ul li .in .entry .block dl dt{
		font-size: 12px;
	}
	#sec-vote .inner .list .box ul li .in .entry .block dl dd{
		padding: 12px 15px;
	}
	#sec-vote .inner .list .box ul li .in .entry .block .note{
		font-size: 12px;
	}
	#sec-vote .inner .list .box ul li .in hr{
		padding: 0 0 30px;
	}
	#sec-vote .inner .list .box ul li .in .btn-entry{
		font-size: 16px;
		max-width: 300px;
		padding: 17px 0;
	}
	#sec-vote .inner .list .box ul li .in .entry.recipie .clear{
		margin-bottom: 5px;
	}
	#sec-vote .inner .list .box ul li .in .entry.recipie .img{
		float: none;
		width: 100%;
	}
	#sec-vote .inner .list .box ul li .in .entry.recipie .name{
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	#sec-vote .inner .list .box ul li .in .entry.recipie .name .txt01{
		font-size: 14px;
		padding: 1px 17px;
		margin-bottom: 15px;
	}
	#sec-vote .inner .list .box ul li .in .entry.recipie .name .txt02{
		font-size: 14px;
	}
	#sec-vote .inner .list .box ul li .in .entry.recipie .name .txt02 strong{
		font-size: 18px;
	}
	#sec-vote .inner .list .box ul li .in .entry.recipie .sub{
		float: none;
		margin-bottom: 10px;
	}
	#sec-vote .inner .list .box ul li .in .entry.recipie .zairyo{
		float: none;
		margin-bottom: 10px;
	}
	#sec-vote .inner .list .box ul li .in .entry.recipie .zairyo table{
		width: 100%;
	}
	#sec-vote .inner .list .box ul li .in .entry.recipie .zairyo table th{
		font-size: 12px;
	}
	#sec-vote .inner .list .box ul li .in .entry.recipie .zairyo table td{
		font-size: 12px;
	}
	#sec-vote .inner .list .box ul li .in .entry.recipie .tsukurikata{
		float: none;
		width: 100%;
		font-size: 12px;
		margin-bottom: 15px;
	}
	#sec-vote .inner .list .box ul li .in .entry.recipie .block{
		float: none;
		width: 100%;
	}
	#sec-vote .inner .list .box ul li .in .entry.movie .text-center iframe{
		width: 100%;
		height: 180px;
	}
	#sec-vote .inner .list .box ul li .in .entry.movie .img{
		width: 100%;
	}
	#sec-vote .inner .list .box ul li .in .entry.movie .block{
		width: 100%;
	}
	
	#sec-result{
		padding: 110px 0 40px;
	}
	#sec-result .inner{
		padding: 80px 15px 30px;
	}
	#sec-result .inner .ttl{
		margin-bottom: 20px;
		line-height: 2em;
	}
	#sec-result .inner .ttl span{
		font-size: 21px;
		letter-spacing: 1px;
		padding: 0 10px;
	}
	#sec-result .inner .ttl span strong{
		font-size: 35px;
	}
	#sec-result .inner .lead{
		font-size: 14px;
		margin-bottom: 40px;
	}
	#sec-result .inner .lead:before{
		width: 68px;
		height: 47px;
		top: -70px;
		left: -10px;
	}
	#sec-result .inner .lead:after{
		width: 68px;
		height: 47px;
		top: -70px;
		right: -10px;
	}
	#sec-result .inner .list .box{
		margin-bottom: 40px;
	}
	#sec-result .inner .list .box .label{
		font-size: 18px;
		padding: 5px 0;
		margin-bottom: -10px;
	}
	#sec-result .inner .list .box .in:nth-child(2){
		padding: 20px 15px 0 0;
	}
	#sec-result .inner .list .box .in:nth-child(3){
		padding: 20px 0 0 15px;
	}
	#sec-result .inner .list .box .in dl dt{
		font-size: 12px;
		padding: 2px 15px;
	}
	#sec-result .inner .list .box .in.rank02 .img .ico{
		width: 36px;
		top: -20px;
	}
	#sec-result .inner .list .box .in.rank03 .img .ico{
		width: 33px;
		top: -20px;
	}
	#sec-result .inner .list .box .in .img img{
		width: 50%;
	}
	#sec-result .inner .list .box .in dl dd{
		font-size: 14px;
	}
	#sec-result .inner .list .box .in.main{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	#sec-result .inner .list .box .in.main dl dd{
		font-size: 17px;
	}
	#sec-result .inner .list .box .in.main .block{
		float: none;
		width: 100%;
		overflow: hidden;
	}
	#sec-result .inner .list .box .in.main .block img{
		float: left;
		width: 20%;
	}
	#sec-result .inner .list .box .in.main .block dl{
		float: left;
		width: 80%;
		padding-left: 20px;
		margin-top: 25px;
	}
	#sec-result .inner .list .box .in.main .img{
		float: none;
		width: 100%;
	}
	#sec-result .inner .list .box .in.main .img.mt{
		margin-top: 0;
	}
	#sec-result .inner .list .box .in.main .img{
		margin-top: 10px !important;
	}
	#sec-result .inner .list .box .in.main.yoko .img img{
		width: 75%;
	}
	#sec-result .inner .list .box .in.main.tate .img img{
		width: 35%;
	}
	#sec-result .inner .list .box.box02 .rank03 .img{
		padding: 9px 0 0;
	}
	#sec-result .inner .list .box.box02 .rank03 .img img{
		width: 57%;
	}
	#sec-result .inner .list .box.box03 .rank03 .img img{
		width: 42%;
	}
	#sec-result .inner .list .box.box04 .rank03 .img img{
		width: 44%;
	}
	#sec-result .inner .list .box.box05 .rank03 .img img{
		width: 74%;
	}
	#sec-result .inner .list .box.box06 .rank02 .img img{
		width: 64%;
	}
	#sec-result .inner .list .box.box08 .rank03 .img{
		padding: 45px 0 17px;
	}
	#sec-result .inner .list .box.box08 .rank03 .img img{
		width: 83%;
		margin: 0 auto;
	}
	#sec-result .inner .list .box.box09 .rank03 .img{
		padding: 9px 0 6px;
	}
	
	#sec-sponsorship{
		padding: 60px 0;
	}
	#sec-sponsorship .ttl{
		font-size: 14px;
		letter-spacing: 1px;
		margin-bottom: 10px;
	}
	#sec-sponsorship .ttl small{
		font-size: 12px;
	}
	#sec-sponsorship .lead{
		font-size: 14px;
		margin-bottom: 20px;
	}
	#sec-sponsorship .list .box{
		width: 100%;
	}
	#sec-sponsorship .list .box .logo{
		height: 60px;
		margin-left: 22px;
	}
	#sec-sponsorship .list .box .logo.center-block{
		margin: 0 auto;
	}
	#sec-sponsorship .list .box a img{
		width: 30px;
	}

#sec-foot{
	padding: 90px 0;
}
#sec-foot .inner:before{
	width: 243px;
	height: 243px;
}
#sec-foot .ttl{
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
#sec-foot .txt{
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 2em;
}
#sec-foot .biscuit01{
	width: 120px;
	top: -40px;
	right: 23px;
}
#sec-foot .biscuit02{
	width: 114px;
	top: 50px;
}
#sec-foot .biscuit02 img{
	transform: translateX(-50%);
}
#sec-foot .biscuit03{
	width: 124px;
}
#sec-foot .biscuit03 img{
	transform: translate(20px,20px);
}

#sec-insta a{
	width: 33.333%;
}

.btn-stalker span{
	padding: 17px 0;
	font-size: 18px;
}

footer{
	padding: 40px 0 15px;
}
footer .pageTop{
	width: 58px;
	right: 15px;
	top: auto;
	bottom: 20px;
}
footer .base{
	padding-bottom: 30px;
}
footer .logo img{
	width: 160px;
}
}