.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

#sec1 {
	padding: 4px 0 10px;
	position: relative;
	z-index: 1;
}
#sec2 p {
	width: 50%;
	margin-top: 19px;
	float: left;
}
#sec2 p:nth-child(2n) {
	text-align: right;
}
.viewmore {
	max-width: 250px;
	margin: auto;
	line-height: 26px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.5px;
}
.viewmore a {
	background-color: #f3859b;
	display: block;
	color: #fff;
	transition: all ease .3s;
}
.viewmore a:hover {
	text-decoration: none;
	opacity: .8;
}

.h2-shared img, #sec5 h3 img {
	width: 403px;
	height: auto;
}
#sec3 {
	padding: 78px 0 0;
	text-align: center;
}
#sec3 .instafeed {
	margin: 28px 0 26px;
}
#sec3 .instafeed p, #sec3 .instafeed li {
	position: relative;
	border: 1px solid #e5e5e4 !important;
	box-sizing: border-box !important;;
	width: 33.33%;
	padding: 6px !important;;
	float: left !important;;
}
#sec3 .instafeed p:before {
	content: "";
	background: url('../images/index/sec4_deco.png') no-repeat center top;
	-webkit-background-size: 100%;
	background-size: 100%;
	position: absolute;
	top: 6px;
	right: 6px;
	width: 42px;
	height: 40px;
	z-index: 1;
}
#sec4 {
	padding: 82px 0 0;
}
#sec4 .feed {
	margin: 25px 0 12px 4px;
}
#sec4 .item {
	line-height: 20px;
	color: #939598;
}
#sec4 .item dl {
	padding: 5px 0;
}
#sec4 .item dl a:hover {
	text-decoration: none;
	opacity: .8;
}
#sec4 .item dl > * {
	display: inline-block;
}
#sec4 .item dl dt{
	border-radius: 4px;
	background-color: #2c2e56;
	text-align: center;
	margin-right: 4px;
	width: 100px;
	color: #fff;
}

#sec4 .item .img-rss{
	position: relative;
}

#sec4 .item .img-rss img{
	margin-right: 10px;
}

.rss-box{
	line-height: 18px;
	padding: 5px 0;
}

.rss-box a{
	margin-left: 10px;
	letter-spacing: 1px;
}
#sec4 .item:nth-child(2n) dl dt {
	background-color: #383b27;
}
#sec4 .item dl dd.post {
	margin-left: 6px;
	letter-spacing: 1px;
}
#sec5 {
	border-bottom: 1px solid #c5c6c8;
	padding: 70px 0 61px;
	text-align: center;
}
#sec5 .soicial {
	margin: 39px 0 59px;
}
#sec5 .soicial p {
	display: inline-block;
	margin: 0 12px;
}
#sec5 h3 {
	margin-bottom: 39px;
}
#sec5 .sec5_btn {
	max-width: 504px;
	margin: auto;
}
#sec5 .sec5_btn p {
	float: left;
	width: 50%;
}
#sec5 .sec5_btn p:nth-child(2n) {
	text-align: right;
}
#sec5 .other {
	margin-top: 84px;
}
#sec5 .btnFull {
	margin-top: 13px;
	width: 100%;
}
footer {
	color: #6D6E71;
}
footer ul li {
    padding: 0;
}
footer .copyright {
	padding-top: 4px;
	color: #6D6E71;
}
@media screen and (min-width: 950px) {
	#sec1 .wrap {
		height: 671px;
		overflow: hidden;
	}
}
@media screen and (max-width: 768px) {
	#sec2 p {
		float: none;
		width: 100%;
		text-align: center !important;
	}
	#sec3, #sec4, #sec5 {
		padding: 15px 0;
	}
	#sec3 .instafeed {
	    margin: 15px 0;
	}
	#sec3 .instafeed p:before {
		width: 30px;
	}
	#sec4 .feed {
		margin: 15px 0 10px;
	}
	#sec4 .item dl dd.post {
		margin-left: 0;
		margin-top: 2px;
	}
	#sec5 .soicial {
	    margin: 20px 0;
	}
	#sec5 .other {
		margin-top: 20px;
	}
	#sec5 h3 {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 400px) {
	h2.h2-shared {
		overflow: hidden;
	}
	h2.h2-shared img {
	    width: 100%;
	    max-width: inherit;
	    margin-left: 0%;
	}
}
