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

/*********************
        setting
*********************/
html{
	font-size: 16px;
}
body{
	margin: 0;
	padding: 0;
	font-size: 1rem;
	color: #44320c;
	background-color: #fff;
	font-family: "Avenir", Verdana, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	width:100%;
	background: url(..//img/bg.jpg) repeat-y;
	background-size: contain;
}
article{
	overflow: hidden;
}
img{
	width:100%;
}
p{
	line-height: 2;
	margin-bottom: 30px;
}
p:last-child{
	margin-bottom: 0;
}

.tsukushi{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.semplicita_m{
	font-family: semplicitapro, sans-serif;
	font-weight: 500;
	font-style: normal;
}
.yellow{
	color: #f9b82c;
}
.flex{
	display: flex;
	box-sizing: border-box;
	justify-content: space-between;
}
.item_center{
	align-items: center;
}
.sp_only,
.sp_tb_only{
	display: none;
}

.loading {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
}
.loading h1{
	text-shadow: none;
	text-align: center;
	color: #f9b82c;
	font-size: 3rem;
}
.fadein{
    animation-name: fadein;
    animation-duration: 1s;
	display: block !important;
}
@keyframes fadein {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #f9b82c;
  font-size: 10px;
  margin: 0 auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}



/*****************************
　　　　メインビジュアル
*****************************/
header{
	background: url(..//img/mv.png) no-repeat;
	background-size: cover;
	background-position: center bottom;
	width: 100%;
	height: 100vh;
	text-align: center;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
h1{
	font-family: semplicitapro, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 4.6rem;
    letter-spacing: 0.02em;
    text-shadow: 0px 0px 10px #000;
	margin-bottom: 20px;
}
h2{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
    font-size: 1.8rem;
    text-shadow: 0px 0px 10px #000;
	margin-bottom: 60px;
}
header ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
header li{
	width: 30%;
	background: url("..//img/illust_pot.png") no-repeat;
	background-size: contain;
	background-position: center;
    padding: 60px 0 30px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
	text-shadow: 0px 0px 10px #000;
}

/*****************************
　　　　　 　ページ
*****************************/
.box{
	padding-bottom: 100px;
}
.inner{
	width:1200px;
	min-width:1024px;
	max-width:94%; 
	margin: 0 auto;
}
.lead{
	margin-bottom: 60px;
}
h3{
	font-family: sheila, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #f9b82c;
	position: relative;
	font-size: 4.6rem;
	text-align: center;
	margin-bottom: 5px;
}
h3:after{
	content: '';
    width: 385px;
    height: 20px;
    background: url(..//img/h3_bg.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
}
h4{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #44320c;
    letter-spacing: 0.05em;
    font-size: 2.4rem;
    position: relative;
    margin-bottom: 30px;
	text-align: center;
}
h4 span{
	display: block;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
h5{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #f9b82c;
	font-size: 2rem;
	margin-bottom: 20px;
}
dl{
	border-radius: 50px;
	padding: 40px;
	border: 1px solid #f9b82c;
	box-sizing: border-box;
}
 dt{
	color: #f9b82c;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	font-size: 1.6rem;
	 margin-bottom: 10px;
}
dd{
	line-height: 1.8;
}

.sec1{
	padding-top: 100px;
	text-align: center;
	background-image: url("..//img/illust_bin.png") , url("..//img/illust_bee.png") , url("..//img/illust_flower01.png");
	background-repeat: no-repeat;
	background-position: 7% 60px, 77% 60px, 88% 130px;
	background-size: 13% auto, 6.5% auto, 10% auto;
}
.sec1_textbox
{
    width:700px;
    margin:0 auto;
}

.sec2{
	background: url("..//img/sec2_bg.png") no-repeat;
	background-position: right top;
	background-size: auto 100%;
}
.sec2 .inner_content{
	padding-top: 40px;
	width: 65%;
}
.sec2 .txt{
	width: 70%;
}
.sec2 figure{
	width: 24%;
    padding-top: 70px;
}

.sec3{
	padding-bottom: 50px;
}
.sec3 figure{
	width: 35%;
	margin-top: -100px;
}
.sec3 .txt{
	width: 65%;
}

.sec4{
	background: url("..//img/sec4_bg.png") no-repeat;
	background-size: auto 100%;
    background-position: center bottom;
    padding: 14% 0;
}
.sec4 h3{
	text-shadow: 0px 0px 10px #fff;
}
.sec4 dl{
	background: rgba(255,255,255,0.85);
	border: none;
}
.sec4 dl.top{
	align-items: center;
	margin-bottom: 3%;
}
.sec4 dl.top dt{
	width: 18%;
	margin-bottom: 0;
}
.sec4 dl.top dd{
	width: 80%;
}
.sec4 ul dt{
	margin-bottom: 10px;
}
.sec4 li{
	width: 23%;
}

.sec5{
	padding-top: 100px;
	background: url("..//img/sec5_illust.png") no-repeat;
	background-position: left 0%;
    background-size: 21% auto;
}
.sec5 .inner_content1{
	margin-bottom: 40px;
	background: url("..//img/sec5_pic.png") no-repeat;
	background-position: right top;
	background-size: 42% auto;
	padding-bottom: 13%;
}
.sec5 .inner_content1 .txt{
	width: 55%;
}
.sec5 dl:first-child{
	width: 30%;
}
.sec5 dl:last-child{
	width: 50%;
}
.sec5 dt{
	font-size: 1.5rem;
}
.sec5 dd span{
	display: block;
}
.sec5 dd span:before{
	content: '●';
	color: #f9b82c;
	margin-right: 3px;
    font-size: 1.5rem;
    line-height: 1;
}
.sec5 dl:first-child dd{
	text-align: center;
}
.sec5 dl:first-child dd span{
    width: 25%;
    margin: 0 auto;
    text-align: left;
}
.sec5 dl:first-child dd span:first-child{
	margin-top: 10px;
}
.sec5 .inner_content2 p{
	font-size: 1.5rem;
	text-align: center;
	font-weight: 700;
	
    background:
      linear-gradient(to bottom left, rgba(255,241,174,0) 50%, #fff1ae 50.5%) no-repeat top left/100% 50%,
      linear-gradient(to top left, rgba(255,241,174,0) 50%, #fff1ae 50.5%) no-repeat bottom right/100% 50%;
	padding: 60px 35px 60px 10px;
}

.sec6{
	padding-top: 100px;
}
.sec6 ul{
	flex-wrap: wrap;
}
.sec6 li{
	width: 48%;
	margin-bottom: 3%;
}
.sec6 dt{
	text-align: left;
}
.sec6 dd .pic{
	width: 30%;
	height: 100%;
	position: relative;
}
.sec6 dd .pic:before{
	content: '';
	display: block;
	padding-top: 100%;
}
.sec6 dd figure{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.sec6 dd p{
	width: 65%;
}
.sec6 dd img{
	border-radius: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sec7 figure{
	width: 70%;
	margin: 0 auto;
}
.sec7 figure img{
	border-radius: 50px;
}

.sec8{
	background-image: url("..//img/illust_yogurt.png") , url("..//img/illust_lemon.png") , url("..//img/illust_cheese.png") , url("..//img/illust_bee_pot.png");
	background-repeat: no-repeat;
	background-position: -5% 90%, 30% 17%, 67% 86%, 95% 11%;
	background-size: 24% auto, 14% auto, 11% auto, 14% auto;
}
.sec8 li{
	width: 24%;
}
.sec8 li:nth-child(even){
	padding-top: 130px;
}
.sec8 li p{
	line-height: 1.5;
	margin: 10px 18px 0;
}
.sec8 figure{
	width: 100%;
	height: auto;
}
.sec8 li img{
	border-radius: 50px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.parallax {
    position: relative;
    background-image: url("..//img/item_bg.jpg");
    height: 500px; 
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.item{
	background: #f5e9dc;
	position: relative;
	height: 900px;
}
.item .inner{
	position: absolute;
    top: 430px;
    left: 50%;
    transform: translateX(-50%);
}
.item .details{
	width: 70%;
	margin: 0 auto 40px;
}
.item figure{
	width: 35%;
}
.item dl{
	border: none;
	padding: 0;
	border-radius: 0;
	width: 55%;
	padding-top: 105px;
}
.item dt{
	color: #44320c;
	text-align: left;
	font-size: 2.6rem;
	margin-bottom: 40px;
}
.item dt span{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, sans-serif;
	font-size: 1.4rem;
	display: block;
}
.item dd.point{
	display: flex;
	margin-bottom: 20px;
}
.item dd.point p{
    width: 100px;
    height: 58px;
    display: block;
    position: relative;
    background: #f9b82c;
	font-weight: bold;
	font-size: 1.1rem;
	letter-spacing: 0.05rem;
	margin-right: 3%;
}
.item dd.point p span {
    width: 100%;
    height: 58px;
    line-height: 58px;
    color: #fff;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
}
.item dd.point p:before,
.item dd.point p:after{
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #f9b82c;
    z-index: 0;
}
.item dd.point p:before {
    transform: rotate(60deg);
}
.item dd.point p:after {
    transform: rotate(-60deg);
}
.item dd.price{
	font-size: 2rem;
}
.item dd.price span{
	font-size: 1.3rem;
	margin-right: 4%;
}
.item dd.price span.tax{
	font-size: 1.1rem;
}

.btn li{
	width: 31.5%;
}
.btn a{
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 1.1rem;
	padding: 20px 0;
	transition: .4s;
	box-sizing: border-box;
	background: #e66c20;
}
.btn a:after{
	content: '';
	width: 40px;
    height: 6px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: skew(45deg);
    position: absolute;
    top: 39%;
    right: 5%;
	transition: .4s;
}
.btn_hover li,
.title_area .btn_hover,
#btn_follow.btn_hover{
  overflow: hidden;
}
.btn_hover a{
	position: relative;
    z-index: 2;
}
.btn_hover a:before {
  content: '';
  position: absolute;
  top: 0;
  left: -101%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #fff;
  transition: all 0.4s;
}
.btn a:hover{
	color: #e66c20;
}
.btn a:hover:after{
	border-bottom: 1px solid #e66c20;
    border-right: 1px solid #e66c20;
	right: 2%;
}
.btn_hover a:hover:before {
  left: 0;
}
.title_area .btn{
	padding-top: 100px;
    width: 300px;
    margin: 0 auto;
}
#btn_follow {
	position: fixed !important;
	right: 0;
	top: 100px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 1;
	margin: 0;
	z-index: 10;
}
#btn_follow a {
	padding: 30px 18px;
    font-size: 1rem;
}
#btn_follow.btn a:after{
	content: none;
}
#btn_follow.btn_hover a:before {
  content: '';
  position: absolute;
  top: -101%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #fff;
  transition: all 0.4s;
}
#btn_follow.btn_hover a:hover:before {
  top: 0;
}

footer{
	background: #5a3520;
	font-size: 0.8rem;
	padding: 12px 0;
	color: #fff;
}
footer li:nth-child(1),
footer li:nth-child(2){
	width: 15%;
	font-size: 0.7rem;
}
footer li:nth-child(3){
	width: 70%;
	text-align: right;
}
footer a{
	transition: all 0.4s;
	color: #fff;
}
footer a:hover{
	opacity: 0.4;
}

#pagetop{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	background: #44320c;
	border-radius: 50%;
	z-index: 10;
}
#pagetop a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#pagetop a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#pagetop a:hover{
	opacity: 0.6;;
}


/*******************************************************************/
/*******************************************************************/
@media screen and (max-width: 896px) { 
	html{
		font-size: 15px;
	}
	.sp_tb_only{
		display: block;
	}
	.pc_only{
		display: none;
	}
	body{
		min-width: 100%;
	}
	h1{
		font-size: 3.8rem;
	}
	h2{
		font-size: 1.6rem;
		margin-bottom: 50px;
	}
	header li{
		padding: 55px 0 25px;
		font-size: 1rem;
	}
	h3{
		font-size: 4rem;
	}
	h4{
		font-size: 2rem;
		line-height: 1.2;
	}
	h5{
		font-size: 1.8rem;
		line-height: 1.2;
	}
	p{
		line-height: 1.8;
		margin-bottom: 20px;
	}
	dl {
		padding: 30px 35px;
	}
	.box{
		padding-bottom: 80px;
	}
	.inner{
		width: 90%;
		min-width: auto;
		max-width: 100%;
	}
	.lead{
		margin-bottom: 30px;
	}
	.sec1{
		background-position: -2% 6px, 84% 60px, 98% 110px;
    	background-size: 20% auto, 10% auto, 16% auto;
	}
    .sec1_textbox
{
    width:90%;
    margin:0 auto;
    text-align:left;
}
	.sec2{
		background-size: 45% auto;
	}
	.sec2 .inner_content{
		width: 90%;
		padding-top: 0px;
	}
	.sec2 figure{
		padding-top: 100px;
	}
	.sec3 figure{
		width: 50%;
		margin-left: -5%;
		margin-top: 0;
	}
	.sec3 .txt{
		width: 55%;
	}
	.sec4 dl.flex{
		display: block;
	}
	.sec4 dl.top dt{
		width: 100%;
		margin-bottom: 10px;
	}
	.sec4 dl.top dd{
		width: 100%;
	}
	.sec4 ul.flex{
		flex-wrap: wrap;
	}
	.sec4 li {
		width: 48%;
		margin-bottom: 3%;
	}
	.sec5{
		background-size: 30% auto;
	}
	.sec5 .inner_content1{
		padding-bottom: 0;
		margin-bottom: 30px;
	}
	.sec5 .flex{
		display: block;
	}
	.sec5 dl:first-child,
	.sec5 dl:last-child{
		width: 100%;
	}
	.sec5 .inner_content2 dl:first-child dd span{
		text-align: center;
		width: auto;
	}
	.sec5 .inner_content2 p {
		background:
			linear-gradient(to top right, rgba(255,241,174,0) 50%, #fff1ae 50.5%) no-repeat top left/50% 100%,
			linear-gradient(to top left, rgba(255,241,174,0) 50%, #fff1ae 50.5%) no-repeat top right/50% 100%;
		    padding: 20px 0 35px;
    	margin: 30px auto;
    	width: 48%;
	}
	.sec6{
		padding-top: 80px;
	}
	.sec6 ul.flex{
		display: block;
	}
	.sec6 li{
		width: 100%;
	}
	.sec6 dd .pic{
		width: 28%;
	}
	.sec6 dd p{
		width: 70%;
   		margin-top: 10px;
	}
	.sec7 figure{
		width: 100%;
	}
	.sec8{
		background-position: 109% 58%, -3% 49%, 31% 93%, 94% 12%;
    	background-size: 38% auto, 27% auto, 22% auto, 27% auto;
	}
	.sec8 .flex{
		flex-wrap: wrap;
	}
	.sec8 li{
		width: 48%;
	}
	.sec8 li:nth-child(even){
		padding-top: 100px;
	}
	.sec8 figure{
		width: 100%;
		height: 300px;
	}
	
	.parallax{
		height: 30vh;
	}
	.item{
		height: auto;
		padding-bottom: 40px;
	}
	.item .inner{
		position: unset;
		transform: unset;
		padding-top: 40px;
	}
	.item .details{
		width: 90%;
		margin-bottom: 20px;
	}
	.item figure{
		width: 30%;
	}
	.item dl{
		width: 62%;
		padding-top: 0;
	}
	.item dt{
		font-size: 2.4rem;
	}
	.item dt span{
		font-size: 1.2rem;
	}
	.item dd.point{
		margin-bottom: 10px;
	}
	.item dd.point p{
		width: 70px;
    	height: 40px;
		font-size: 0.8rem;
		font-weight: normal;
	}
	.item dd.point p span{
		height: 40px;
		line-height: 40px;
	}
	
	.btn li{
		width: 32.5%;
	}
	.btn a{
		font-size: 0.9rem;
		padding: 15px 0;
	}
	.btn a:after{
		width: 16px;
		height: 4px;
		top: 40%;
		right: 4%;
	}
	
	footer li:nth-child(1), footer li:nth-child(2){
		width: 25%;
	}
	footer li:nth-child(3){
		width: 50%;
	}
}


/*******************************************************************/
/*******************************************************************/
@media screen and (max-width: 480px) { 
	.sp_only{
		display: block;
	}
	.flex{
		flex-wrap: wrap;
	}
	html{
		font-size: 14px;
	}
	.loading h1{
		font-size: 2.6rem;
	}
	header{
		background-image: url(..//img/mv_sp.png);
	}
	header .title_area{
		width: 90%;
	}
	h1{
		font-size: 3.3rem;
    	line-height: 1.2;
		margin-bottom: 10px;
	}
	h2{
		line-height: 1.5;
		margin-bottom: 30px;
		font-weight: 700;
	}
	header li{
		padding: 40px 0 15px;
		font-weight: 700;
	}
	.box{
		padding-bottom: 60px;
	}
	h3 {
		font-size: 3.5rem;
		margin-bottom: 0;
	}
	h3:after{
		width: 60%;
		bottom: -3px;
	}
	h4{
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	h4 span{
		font-size: 1.3rem;
		margin-bottom: 5px;
	}
	h5{
		margin-bottom: 10px;
	}
	dl{
		padding: 20px 25px;
		border-radius: 40px;
	}
	dt{
		margin-bottom: 0;
	}
	.sec1 {
		background-position: -3% 30px, 84% 30px, 99% 80px;
		background-size: 25% auto, 13% auto, 21% auto;
		padding-top: 80px;
	}
	.sec2{
		background-position: right 95px;
    	background-size: 70% auto;
	}
	.sec2 .inner_content.flex{
		flex-direction: column-reverse;
		width: 100%;
	}
	.sec2 .txt{
		width: 100%;
	}
	.sec2 figure {
		padding-top: 0;
		margin-bottom: 15px;
		width: 35%;
		margin-left: 10%;
	}
	.sec3 .txt{
		width: 100%;
	}
	.sec3 figure{
		width: 70%;
    	margin: 0 auto;
	}
	.sec4{
		background-image: url("..//img/sec4_bg_sp.png");
		padding: 100px 0;
	}
	.sec4 li{
		width: 100%;
	}
	.sec4 dt{
		margin-bottom: 0 !important;
	}
	.sec5{
		background-size: 37% auto;
		padding-top: 80px;
	}
	.sec5 .inner_content1{
		background: none;
	}
	.sec5 .inner_content1 .txt{
		width: 100%;
		margin-bottom: 10px;
	}
	.sec5 .inner_content1 img{
		border-radius: 40px;
	}
	.sec5 .inner_content2 p{
		margin: 10px auto;
    	padding: 10px 0 30px;
	}
	.sec6{
		padding-top: 60px;
	}
	.sec6 dd p{
		width: 100%;
	}
	.sec6 dd .pic{
		width: 50%;
		height: 100%;
		position: relative;
	}
	.sec7 figure img{
		border-radius: 40px;
	}
	.sec8 {
		background-position: 109% 58%, -8% 49%, 31% 93%, 101% 14%;
		background-size: 41% auto, 32% auto, 26% auto, 34% auto;
	}
	.sec8 figure{
		height: 150px;
	}
	.sec8 li img{
		border-radius: 40px;
	}
	.sec8 li p{
		font-size: 0.9rem;
	}
	.sec8 li:nth-child(even){
		padding-top: 70px;
	}
	
	.parallax {
		background-attachment:inherit;
	}
	.item figure{
		width: 50%;
		margin: 0 auto 10px;
	}
	.item dl{
		width: 100%;
	}
	.item dd.price span{
		font-size: 1.1rem;
    	margin-right: 2%;
	}
	.btn li{
		width: 100%;
    	margin-bottom: 10px;
	}
	.btn li:last-child{
		margin-bottom: 0;
	}
	.btn a{
		font-size: 1.2rem;
	}
	.btn a:after{
		width: 30px;
	}
	.title_area .btn{
		width: 75%;
		padding-top: 70px;
	}
	.title_area .btn a,
	#btn_follow a{
		font-size: 1.1rem;
	}
	#btn_follow{
		top: unset;
		bottom: 0;
		right: unset;
		left: 0;
		writing-mode: unset;
		width: 100%;
	}
	#btn_follow a{
		padding: 20px 18px;
	}
	#btn_follow.btn a:after {
		content: '';
		width: 30px;
		height: 4px;
		top: 40%;
		right: 4%;
	}
	
	footer{
		padding: 20px 0 70px;
	}
	footer li{
		width: 100% !important;
		text-align: center !important;
		margin-bottom: 10px;
	}
	footer li:last-child{
		margin: 15px 0 0;
	}
	
	#pagetop{
		width: 50px;
		height: 50px;
		right: 10px;
		bottom: 60px;
		z-index: 10;
	}
	
}