﻿@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      top.css
 Update:         2017.2.10
 Style Info:     トップCSSファイル
----------------------------------------------------------- */
/********************************************
モバイルファースト
*********************************************/
/***スライダー***/
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}
.main_slider {
	width:100%;
	height:300px;
	background:#FFF;
	overflow:hidden;
	text-align:center;
}
.main_slider li #main_img {
	width:100%;
	height:300px;
	text-align:center;
	position:relative;
}
.main_slider li #main_img img {
	max-height:100%;
	margin:0 auto;
}
.main_slider li .store_name img {
	max-width:80%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	z-index:55;
}
.main_slider li .arrow img {
	max-width:80%;
	position:absolute;
	right:10px;
	bottom:15px;
	z-index:55;
}

.main_slider li .focal_point {
    width: 100%;
    height: 300px;
    overflow: hidden;
}  
.main_slider li .focal_point img {
    width: 100%;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
} 
.main_slider li .focal_point div {
    position: relative;
    max-width: none;
    height: auto;
	margin:0 -8em;
}
.main_slider li a {
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:56;
	text-indent:-9999px;
}

/***STORE***/
#store {
	margin-top:35px;
	background:url(/wp-content/themes/kemari87/common/img/top/bg_store.png) no-repeat;
	background-position:right -20px bottom 30px;
	background-size:60% auto;
}
#store ul {
	margin-top:15px;
	padding:0 5px;
}
#store ul li {
	float:left;
	width:50%;
	padding:5px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	position:relative;
}
#store #store_stage {
	display:none;
}
#store ul li .focal_point {
    width: 100%;
    height: 150px;
    overflow: hidden;
	background:#FFF;
}
#store ul li .focal_point p {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:55%;
	height:35px;
	font-size:16px;
	z-index:5;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#store ul li .focal_point p.wide {
	font-size:14px;
	width:85%;
	line-height:1.6;
}

/*LINEアニメーション*/
#store ul li .button {
	/*display: inline-block; */
	position: relative;
	padding: 5px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color:rgba(0,0,0,0.65);
}

#store ul li .change-border::after,
#store ul li .change-border::before,
#store ul li .change-border_inner::after,
#store ul li .change-border_inner::before {
    background-color: #000;
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

#store ul li .change-border::after {
    height: 1px;
    right: -1px;
    top: -1px;
    width: 0px;
}

#store ul li .change-border::before {
    bottom: -1px;
    height: 1px;
    left: -1px;
    width: 0px;
}

#store ul li .change-border_inner::after {
    height: 0px;
    left: -1px;
    top: -1px;
    width: 1px;
}

#store ul li .change-border_inner::before {
    bottom: -1px;
    height: 0px;
    right: -1px;
    width: 1px;
}

/* hover */
#store ul li:hover .change-border::after,
#store ul li:hover .change-border::before {
    width: 100%;
    width: calc(100% + 1px);
}

#store ul li:hover .change-border .change-border_inner::after,
#store ul li:hover .change-border .change-border_inner::before {
    height: 100%;
    height: calc(100% + 1px);
}
/*LINEアニメーション end*/


#store ul li .focal_point div {
    position: relative;
    max-width: none;
    height: auto;
	margin:-2em -4em;
}
#store ul li .focal_point img {
    width: 100%;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
#store ul li a {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-indent:-9999px;
	/*z-index:10 !important;*/
}

/***adidas originals***/
#adidas_originals {
	padding: 0 10px;
}
#adidas_originals img {
	max-width: 100%;
}
#bnr_sp {
	text-align: center;
}
#bnr_pc {
	text-align: center;
	display: none;
}

/***on***/
#on {
	padding: 0 10px;
}
#on img {
	max-width: 100%;
}

/***ONLINE STORE***/
#online ul {
	margin-top:15px;
	padding:0 10px;
}
#online ul li {
	display:table;
	width:100%;
	height:100px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	position:relative;
}

#online ul li div {
	display:table-cell;
	height:100px;
	text-align:center;
	vertical-align:middle;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	position:relative;
}
#online ul li .online_name {
	position:relative;
	padding-left:10%;
	z-index:2;
}
#online ul li .online_name img {
	max-width:35%;
}
#online ul li div .btn_go {
	position:absolute;
	width:40px;
	height:25px;
	font-size:16px;
	top:0;
	bottom:0;
	right:10px;
	margin:auto;
}

/*LINEアニメーション*/
.btn_go {
	display: inline-block;
    color: #FFF;
    text-decoration: none;
    border: 1px solid #FFF;
    position: relative;
}

.btn_go::after,
.btn_go::before,
.change-border_inner::after,
.change-border_inner::before {
    background-color: #e1cc19;
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.btn_go::after {
    height: 1px;
    right: -1px;
    top: -1px;
    width: 0px;
}

.btn_go::before {
    bottom: -1px;
    height: 1px;
    left: -1px;
    width: 0px;
}

.change-border_inner::after {
    height: 0px;
    left: -1px;
    top: -1px;
    width: 1px;
}

.change-border_inner::before {
    bottom: -1px;
    height: 0px;
    right: -1px;
    width: 1px;
}

/* hover */
#online ul li:hover .btn_go::after,
#online ul li:hover .btn_go::before {
    width: 100%;
    width: calc(100% + 1px);
}

#online ul li:hover .change-border_inner::after,
#online ul li:hover .change-border_inner::before {
    height: 100%;
    height: calc(100% + 1px);
}
/*LINEアニメーション end*/

#online ul li .online_site {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:hidden;
	z-index:1;
}
#online ul li .online_site img {
	display:block;
	max-width:80%;
	margin:10px 0 0 10px;
}
#online ul li a{
	display:block;
	position:absolute;
	background-color: rgba(51,51,51,0.01);
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-indent:-9999px;
	z-index:3;
}
#online ul li#online_official {
	background:#319f17;
}
#online ul li#online_rakuten {
	background:#179f9a;
}
#online ul li#online_yahoo {
	background:#5e31a1;
}
#online ul li#online_ponpale {
	background:#f66084;
}

/***NEWS***/
#news ul#news_filter {
	display:none;
}
#news ul#news_article {
	margin-top:15px;
	padding:0 10px;
}
#news ul#news_article li {
	width:100%;
	height:220px;
	text-align:center;
	margin-bottom:10px;
}

#news ul#news_article li:nth-child(n+5) {
	display:none;
}
#news>ul>li>div {
	background:#FFF;
	height:100%;
	position:relative;
}

#news ul#news_article li .tag {
	position:absolute;
	top:5px;
	left:5px;
	color:#FFF;
	width:20%;
	font-size:12px;
	padding:2px 0;
	z-index:2;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#news ul#news_article li .news_info {
	background:#eac435;
}
#news ul#news_article li .news_store {
	background:#03cea4;
}
#news ul#news_article li .news_product {
	background:#345995;
}
#news ul#news_article li .news_event {
	background:#ef6f6c;
}
#news ul#news_article li .news_thumb {
	width:100%;
	height:140px;
	text-align:center;
	overflow:hidden;
	border:1px solid #bbbbbb;
}
#news ul#news_article li .news_thumb img {
    width: 100%;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
/*画像を天地中央で表示したい時（デフォルト）*/
#news ul#news_article li .news_thumb p {
    position: relative;
    max-width: none;
    height: auto;
	margin:-2em 0;
}
/*画像の上部を表示したい時*/
#news ul#news_article li .news_thumb.p_top p {
    position: relative;
    max-width: none;
    height: auto;
	margin:0 0;
}
#news ul#news_article li .news_contents {
	padding:5px;
	text-align:left;
}
#news ul#news_article li .news_date {
	color:#124f02;
}
#news ul#news_article li .news_title {
	color:#3f3f3f;
	line-height:1.2;
}
#news ul#news_article li a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-9999px;
}
#news ul#news_article li a:hover {
	background-color:rgba(255,255,255,0.3);
}

/***OUR TEAM***/
#team ul {
	background:url(../img/top/bg_team.png) no-repeat;
	background-position:center 40%;
	background-size:100% auto;
}
#team ul.responsive_slider {
  display:none;
}
#team ul.responsive_slider.slick-initialized {
  display: block;
}
#team ul li {
	position:relative;
}
#team ul li .team_store {
	position:absolute;
	bottom:20px;
	left:5%;
	color:#fff;
	background:#CCC;
	width:60px;
	height:20px;
	text-align:center;
	transition:background 0.5s;
}
#team ul li:hover .team_store.izumisano {
	background:#0063CE;
}
#team ul li:hover .team_store.sakai {
	background:#EACE26;
}
#team ul li:hover .team_store.shisaibashi {
	background:#ED1C24;
}
#team ul li:hover .team_store.yawata {
	background:#9F14C1;
}
#team ul li:hover .team_store.wakayama {
	background:#FF3C00;
}
#team ul li:hover .team_store.amagasaki {
	background:#F94380;
}
#team ul li:hover .team_store.headquarters {
	background:#19C406;
}
#team ul li:hover .team_store.market {
	background:#825BD8;
}
#team ul li:hover .team_store.logistics {
	background:#F7AC08;
}
#team ul li:hover .team_store.itdept {
	background:#1ACDE5;
}
#team ul li a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-99999px;
}
#team ul li img {
	max-width:100%;
	margin:0 auto;
}
#team #team_deco {
	position:relative;
	z-index:50;
	text-align:center;
	margin-top:-30px;
	margin-bottom:10px;
}
#team #team_deco img {
	max-width:100%;
}

/***STYLE***/
#instafeed {
	margin-top:15px;
	margin-bottom:10px;
}
#instafeed>div {
	float:left;
	width:33.3%;
	overflow:hidden;
}
#instafeed>div:nth-child(n+10) {
	display:none;
}
#instafeed>div img {
	max-width:100%;
	-moz-transition: -moz-transform 3s linear;
    -webkit-transition: -webkit-transform 3s linear;
    -o-transition: -o-transform 3s linear;
    -ms-transition: -ms-transform 3s linear;
    transition: transform 3s linear;
}
#instafeed>div img:hover {
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/***SOCIAL NETWORK***/
.juicer-feed {
	margin-top:15px !important;
	margin-bottom:15px !important;
}
.juicer-feed.wall {
	display:none;
}
.juicer-feed ul.j-filters,.juicer-feed h1.referral {
	display:none;
}
.juicer-feed .j-stacker {
	margin-top:15px;
	padding:0 10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.juicer-feed li.feed-item {
	border-width:1px !important;
}
.juicer-feed li.feed-item.juicer {
	display:none !important;
}
.juicer-feed .j-paginate {
	display:none;
}
.juicer-feed li a.j-truncate {
	display:inline;
	color:#0C0 !important;
}


/*slideの設定*/
.juicer-feed.slide {
	height:320px;	
}
.juicer-feed.slide .slick-track {
	height:320px !important;
}
.juicer-feed.slide .j-facebook {
	background:#FFF !important;
}
.slider li a {
	height:150px;
	position:relative;
	text-indent:inherit;
}
.juicer-feed.slide .j-content-image {
	max-width:100% !important;
	height:150px !important;
	/*overflow:hidden;*/
}
.juicer-feed.slider .j-text {
	position:relative !important;
	height:170px !important;
	visibility:visible !important;
	opacity:1 !important;
	background:#FFF;
}
.juicer-feed.slider .j-poster {
	visibility:visible;
	opacity:1;
}
.juicer-feed.slider .j-poster h3 {
	margin: 4px 0 0 10px;
}
.juicer-feed.slider .j-text .j-message {
	margin-top:0px;
}
.juicer-feed.slider .j-text .j-message p {
	color:#3f3f3f;
	text-align:left;
	font-size:14px;
	line-height:18px;
}
.j-truncate {
	color:#333 !important;
}
.juicer-feed.slider .slick-prev, .juicer-feed.slider .slick-next {
	top:120px;
	bottom:auto;
	height:30px;
}
.juicer-feed.slider .slick-prev::before, .juicer-feed.slider .slick-next::before{
	color:#FFF;
	line-height:18px;
}

/*wallの設定*/
.juicer-feed.modern .j-poster{
	padding:5px;
	height:auto;
}
.juicer-feed.modern .j-text {
	padding:10px;
}
.juicer-feed.modern .j-message {
	line-height:18px;
}


/***SPONSORED***/
#sponsored {
	padding:20px 10px;
}
#sponsored #sponsor_title {
	font-size:16px;
	line-height:16px;
	overflow:hidden;
}
#sponsored #sponsor_title span{
	display:inline-block;
	position:relative;
	width:100%;
}
#sponsored #sponsor_title span:after{
	content: "";
	position: absolute;
	height: 1px;
	border-top: 1px solid #ececec;
	top: 8px;
	width: 100%;
	margin-left:10px;
}
#sponsored ul {
	margin-top:15px;
	text-align:right;
}
#sponsored ul li {
	width:25%;
	display:inline-block;
	padding-left:10px;
}
#sponsored ul li img{
	max-width:100%;
}

/********************************************
ランドスケープ
*********************************************/
@media screen and (min-width:480px){
	/***STORE***/
	#store ul li .focal_point p.wide {
		font-size:16px;
		width:165px;
		line-height:1.4;
	}
	
	/***ONLINE STORE***/	
	#online ul li div {
		height:120px;
	}
	
	/***NEWS***/
	#news ul#news_article li {		
		width:50%;
		float:left;
		margin-bottom:15px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
	}
	#news ul#news_article li:nth-child(even){
		float:right;
	}	
	#news ul#news_article li:nth-child(n+5) {
		display:block;
	}
	#news>ul>li>div {
		width:98%;
		-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.2);
		-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.2);
		box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.2);
	}
	#news ul#news_article li:nth-child(even)>div{
		margin-left:auto;
	}	
	#news ul#news_article li .tag {		
		width:25%;
	}
	#news ul#news_article li .news_thumb {
		height:120px;
		border:none;
		border-bottom:1px solid #bbbbbb;
		
	}
	/*画像を天地中央で表示したい時（デフォルト）*/
	#news ul#news_article li .news_thumb p {
		margin:-1em 0;
	}
	#news ul#news_article li .news_contents {
		padding:5px 10px;
	}
	
	/***STYLE***/
	#instafeed>div img {
		max-width:none;
		width:100%;
	}
	
	/***SPONSORED***/
	#sponsored ul li {
		width:20%;
	}
}


/********************************************
ランドスケープ
*********************************************/
@media screen and (min-width:640px){
	/***スライダー***/
	.main_slider {
		height:400px;
	}
	.main_slider li #main_img {
		height:400px;
	}
	.main_slider li .focal_point {
		height: 400px;
	}  
	.main_slider li .focal_point div {
		position: relative;
		max-width: none;
		height: auto;
		margin:0 -6em;
	}
	
	/***STORE***/
	#store {
		margin-top:50px;
		background:url(../img/top/bg_store.png) no-repeat;
		background-position:right -20px bottom 20px;
		background-size:40% auto;
	}
	#store ul {
		margin-top:30px;
	}
	#store ul li {
		width:33.3%;
	}
	
	/***adidas originals***/
	#adidas_originals
	#on {
		padding: 0 10px;
	}
	#bnr_sp {
		display: none;
	}
	#bnr_pc {
		display: block;
	}

	/***ONLINE STORE***/
	#online ul {
		margin-top:20px;
	}
	#online ul li {
		width:49%;
		float:left;
		height:130px;
		margin-bottom:10px;
	}
	#online ul li:nth-child(even){
		float:right;
	}
	
	#online ul li div {
		height:130px;
	}
	
	/***NEWS***/
	#news ul#news_article {
		margin-top:20px;
	}
	/*画像を天地中央で表示したい時（デフォルト）*/
	#news ul#news_article li .focal_point p {
		margin:-2.5em 0;
	}
	#news ul#news_article li .news_contents {
		padding:10px 10px;
	}

	/***OUR TEAM***/
	#team ul li .team_store {
		bottom:40px;
	}
	#team #team_deco {
		margin-top:-50px;
	}
	
	/***STYLE***/
	#instafeed {
		margin-top:20px;
	}
	#instafeed>div {
		width:20%;
	}
	#instafeed>div:nth-child(10) {
		display:block;
	}
	
	/***SOCIAL NETWORK***/
	.juicer-feed.slide {
		display:none;	
	}
	.juicer-feed.wall {
		display:block;
	}
	
	/***SPONSORED***/
	#sponsored ul li {
		width:15%;
	}

}

/********************************************
タブレット
*********************************************/
@media screen and (min-width:768px){
	/***ONLINE STORE***/
	#online ul li {
		width:49%;
		float:left;
		height:150px;
		margin-bottom:15px;
	}
	#online ul li div {
		height:150px;
	}
	
	/***NEWS***/
	#news ul#news_article li {		
		width:33.3%;
	}
	#news ul#news_article li:nth-child(even){
		float:left;
	}	
	#news ul#news_article li:nth-child(even)>div{
		margin-right:auto;
		margin-left:0;
	}
	#news ul#news_article li:nth-child(3n-1)>div {
		margin-right:auto;
		margin-left:auto;
	}
	#news ul#news_article li:nth-child(3n)>div {
		margin-left:auto;
		margin-right:0;
	}
	#news ul#news_article li:nth-child(n+7) {
		display:none;
	}
	#news ul#news_article li .tag {		
		width:25%;
	}
	#news ul#news_article li .news_thumb {
		height:120px;
		border:none;
		border-bottom:1px solid #bbbbbb;
		
	}
	/*画像を天地中央で表示したい時（デフォルト）*/
	#news ul#news_article li .news_thumb p {
		margin:-1em 0;
	}
	#news ul#news_article li .news_contents {
		padding:5px 10px;
	}
	
	/***SPONSORED***/
	#sponsored ul li {
		width:12%;
	}
}

/********************************************
タブレット　ランドスケープ
*********************************************/
@media only screen and (min-width: 1024px) {
	/***OUR TEAM***/
	#team #team_deco {
		margin-top:-70px;
	}

}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1051px) {
	/***スライダー***/
	.main_slider {
	height:580px;
	}
	.main_slider li #main_img {
		height:580px;
	}
	.main_slider li .focal_point {
		height: 580px;
	}	  
	.main_slider li .focal_point div {
		margin:0 -5.5em;
	}
		
	/***STORE***/
	#store {
		margin:80px 35px 0 35px;
		background:none;
	}
	#store #store_wrap {
		margin-top:30px;
	}
	/*stage*/
	#store #store_stage {
		display:block;
		float:left;
		width:40%;
		height:470px;
		padding:0 5px 0 0;
		position:relative;
		margin:0 auto;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
	}
	#store #store_stage .focal_point {
		width: 100%;
		height: 470px;
		overflow: hidden;
		background:#FFF;
		position:relative
	}
	#store #store_stage .focal_point div {
		position: relative;
		max-width: none;
		height: auto;
		margin:0em -1.5em;
		/*margin:0em -10em;*/
	}
	#store #store_stage .focal_point img{
		width: 100%;
		max-width: 100%;
		height: 470px;
		-ms-interpolation-mode: bicubic;
	}
	/*thumb*/
	#store #store_thumb {
		width:60%;
		float:left;
		position:relative;
		padding:0 0;
		margin-top:0;
	}
	#store #store_thumb li {
		padding:0 5px;
		margin-bottom:10px;
        width: 25%;
	}
	#store #store_thumb li {
		padding:0 5px;
		margin-bottom:10px;
	}
	/*#store #store_thumb li:nth-child(n+7) {
		margin-bottom:0px;
	}*/
    #store #store_thumb li:last-child {
        margin-bottom: 0px;
    }
	#store ul li .focal_point {
		width: 100%;
		height: 150px;
		overflow: hidden;
		background:#FFF;
	}
	#store ul li:nth-last-child(2) .focal_point {
		margin-left:auto;
		margin-right:auto;
	}
	#store ul li:last-child .focal_point {
		margin-left:auto;
	}
	
	#store ul li .focal_point p {
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		margin:auto;
		width:55%;
		height:35px;
		font-size:16px;
		z-index:5;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
	}
	#store ul li .focal_point p.wide {
		font-size:15px;
		width:120px;
		line-height:1.5;
	}
	#store ul li .focal_point div {
		position: relative;
		max-width: none;
		height: auto;
		margin:0em -4em;
	}
	#store ul li .focal_point img {
		width: 100%;
		max-width: 100%;
		height: auto!important;
		-ms-interpolation-mode: bicubic;
	}
	#store ul li a {
		display:block;
		background-color: rgba(51,51,51,0.01);
		position:absolute;
		width:100%;
		height:100%;
		top:0;
		left:0;
		text-indent:-99999px;
		z-index:10 !important;
	}
	
	/***ONLINE STORE***/
	#online ul {
		display:table;
		table-layout:fixed;
		width:100%;
		margin:0;
		margin-top:30px;
		padding:0 0;
		border-collapse: separate;  /* セルの間隔を空ける */
	}
	#online ul li {
		display:table-cell;
		width:25%;
		height:200px;
		margin:0;
		padding:0;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		position:relative;
		float:none;
		vertical-align:middle;
		border-right:10px #FFF solid;
	}
	#online ul li:nth-child(even){
		float:none;
	}
	#online ul li:last-child{
		border-right:none;
	}
	#online ul li div {
		display:block;
		width:100% !important;
		height:200px;
		text-align:center;
		padding-top:70px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		position:relative;
		z-index:2;
	}
	#online ul li .online_name {
		position:relative;
		padding-left:35%;
		z-index:2;
	}
	#online ul li .online_name img {
		max-width:70%;
	}
	#online ul li div .btn_go {
		position:absolute;
		width:40px;
		height:25px;
		font-size:16px;
		top:auto;
		bottom:10px;
		right:25%;
		margin:auto;
	}	
	#online ul li .online_site {
		position:absolute;
		width:100%;
		height:100%;
		top:0;
		left:0;
		overflow:hidden;
		z-index:1;
	}
	#online ul li .online_site img {
		display:block;
		max-width:160%;
		margin:20px 0 0 -30px;
	}
	#online ul li a{
		display:block;
		background-color: rgba(51,51,51,0.01);
		position:absolute;
		width:100%;
		height:100%;
		top:0;
		left:0;
		text-indent:-9999px;
		z-index:3;
	}
	
	/***NEWS***/
	#news {
		margin-left:35px;
		margin-right:35px;
	}
	#news ul#news_filter {
		display:block;
		width:60%;
		border:2px solid #000;
		border-right:none;
		margin:0 auto;
		margin-top:30px;
	}
	#news ul#news_filter li {
		width:20%;
		float:left;
		padding:5px 0;
		border-right:2px solid #000;
		text-align:center;
		color:#000;
		background:#FFF;
		cursor:pointer;
		transition:all 0.5s;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
	}
	#news ul#news_filter li.news_all:hover,#news ul#news_filter li.news_all.selected {
		color:#FFF;
		background:#c7c7c7;
	}
	#news ul#news_filter li.news_store:hover,#news ul#news_filter li.news_store.selected {
		color:#FFF;
		background:#03cea4;
	}
	#news ul#news_filter li.news_product:hover,#news ul#news_filter li.news_product.selected {
		color:#FFF;
		background:#345995;
	}
	#news ul#news_filter li.news_event:hover,#news ul#news_filter li.news_event.selected {
		color:#FFF;
		background:#ef6f6c;
	}
	#news ul#news_filter li.news_info:hover,#news ul#news_filter li.news_info.selected {
		color:#FFF;
		background:#eac435;
	}
	
	#news ul#news_article#news_filter {
		display:none;
	}
	#news ul#news_article {
		width:100%;
		margin-top:30px;
		padding:0;
	}
	#news ul#news_article li {		
		width:25%;
		height:250px;
		padding:0 5px;
		margin-bottom:20px;
	}
	#news ul#news_article li:nth-child(even){
		float:left;
	}	
	#news ul#news_article li:nth-child(n+7) {
		display:block;
	}
	#news ul#news_article li:nth-child(n+9) {
		display:none;
	}
	#news>ul>li>div {
		width:100%;
	}
	#news ul#news_article li .tag {		
		width:28%;
	}
	#news ul#news_article li .news_thumb {
		height:140px;
		border:none;
		border-bottom:1px solid #bbbbbb;
		
	}
	/*画像を天地中央で表示したい時（デフォルト）*/
	#news ul#news_article li .news_thumb p {
		margin:0em -1em;
	}
	#news ul#news_article li .news_contents {
		padding:10px 10px;
	}
	
	/***OUR TEAM***/
	#team ul {
		margin-top:30px;
	}
	#team ul li .team_store {
		bottom:50px;
	}
	#team #team_deco {
		margin-top:-70px;
	}
	
	/***STYLE***/
	#style #instafeed {
		margin-top:30px;
	}	

	/***SPONSORED***/
	#sponsored {
		padding:10px 0px;
		margin-left:35px;
		margin-right:35px;
		border-top: 1px solid #ececec;
	}
	#sponsored #sponsor_title {
		font-size:16px;
		line-height:110px;
		overflow:hidden;
		float:left;
	}
	#sponsored #sponsor_title span{
		display:block;
		position:relative;
		width:200px;
		border-right: 1px solid #ececec;
	}
	#sponsored #sponsor_title span:after{
		content: "";
		position: relative;
		height: none;
		border-top: none;
		top: 0;
		width: none;
		margin-left:0;
	}
	#sponsored ul {
		float:left;
		margin-top:15px;
		margin-left:15px;
		text-align:left;
	}
	#sponsored ul li {
		width:91px;
	}

}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1280px) {
	
	/***STORE***/
	#store {
		/*width:1110px;*/
		/*margin:0 auto;*/
		padding-left:40px;
		padding-right:40px;
		margin-top:80px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
	}
	/*stage*/
	#store #store_stage {
		width:45%;
	}
	#store #store_stage .focal_point div {
		position: relative;
		max-width: none;
		height: auto;
		margin:0em 0em;
		/*margin:0em -8em;*/
	}
	/*thumb*/
	#store #store_thumb {
		width:55%;
	}
	
	/***ONLINE STORE***/
	/*#online {
		width:1110px;
		margin:0 auto;
		margin-top:130px;
	}*/
	
	/***NEWS***/
	#news {
		/*width:1110px;
		margin:0 auto;
		padding-left:30px;
		padding-right:30px;*/
		margin-top:130px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
	}
	#news ul#news_article li {
		padding:0 10px;
	}
	
	/***ONLINE***/
	#online ul li .online_name {
		padding-left:50%;
	}
	#online ul li .online_name img {
		max-width:80%;
	}
	#online ul li div .btn_go {
		right:20%;
	}
	
	/***OUR TEAM***/
	#team #team_deco {
		margin-top:-80px;
	}
	
	
	/***STYLE***/
	#instafeed {
		margin-top:20px;
	}
	#instafeed>div {
		width:12.5%;
	}
	#instafeed>div:nth-child(n+11) {
		display:block;
	}
	#instafeed>div:nth-child(n+17) {
		display:none;
	}
}

/********************************************
PC
*********************************************/
@media only screen and (min-width: 1370px) {
	/***STORE***/
	#store {
		width:1110px;
		margin:0 auto;
		padding-left:0;
		padding-right:0;
		margin-top:80px;
	}
	/*stage*/
	#store #store_stage {
		height:590px;
	}
	#store #store_stage .focal_point {
		height: 590px;
	}
	#store #store_stage .focal_point img{
		height: 590px;
	}
	/*thumb*/
	#store ul li .focal_point {
		width: 100%;
		height: 190px;
		overflow: hidden;
		background:#FFF;
	}

	
	/***NEWS***/
	#news {
		width:1110px;
		margin:0 auto;
		padding-left:0;
		padding-right:0;
		margin-top:130px;
	}
}


/********************************************
PC
*********************************************/
@media only screen and (min-width: 1680px) {
	/***ONLINE***/
	#online ul li .online_name img {
		margin-top: -15px;
	}
}
