@charset "UTF-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* 基本設定
-------------------------------------------------------------------------------------------------------------------------------*/
body {
	font-size: 15px;
	color: #000000;
	line-height: 1.75;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック Medium', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
	background: #FFF;
	/*text-align: justify;
	text-justify: inter-ideograph;*/
	-webkit-text-size-adjust: 100%;
}
a{
	opacity: 1;
	transition: all 0.2s;
}
a:hover{
	opacity: 0.6;
}
.show-PC{
	display: block;
}
.show-SP{
	display: none;
}
img{
	-webkit-backface-visibility: hidden;
}

@media screen and (max-width:767px) {
	body{
		font-size: 13px;
	}
	img{
		width: 100%;
	}
	.show-PC{
		display: none;
	}
	.show-SP{
		display: block;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------
* index
-------------------------------------------------------------------------------------------------------------------------------*/
#container{
	width: 100%;
	min-width: 1200px;
	max-width: 1380px;
	margin: 0 auto;
}
@media screen and (max-width:767px) {
	#container{
		min-width: inherit;
		max-width: inherit;
	}
}

/* header
=================================================================== */
#header{
	width: 100%;
	min-width: 1200px;
	height: 50px;
	padding: 12px 35px 0;
	margin: 0 0 25px;
}
#header .logo{
	float: left;
	margin-right: 50px;
	font-size: 0;
}
#header .h_nav{
	float: left;
}
#header .h_nav li{
	float: left;
	font-size: 0;
	padding: 8px 0 0 0;
	margin-right: 30px;
}
#header .h_nav li.current{
	background: url(/base/store/special/casestudy/img/nav_current.png) no-repeat center top;
	/*pointer-events: none;*/
}
#header .h_nav li.current a{
	opacity: 1.0;
}
#header .h_nav li.archives{
	position: relative;
}
#header .h_nav li.archives ul{
	display: none;
	position: absolute;
	z-index: 5000;
	background: #FFF;
	padding: 5px 10px 15px 10px;
}
#header .h_nav li.archives ul li{
	margin: 0 0 0 20px;
}
#header .h_nav li.insta{
	padding-top: 3px;
}
@media screen and (max-width:767px) {
	#header{
		min-width: inherit;
		padding: 12px 20px 12px 12px;
		margin: 0 0 12px;
	}
	#header .logo{
		width: 150px;
	}
	#header .h_nav{
		display: none;
	}
	#header .btn_menu_sp{
		float: right;
		width: 34px;
	}
}


/* menu_sp
=================================================================== */
#menu_sp{
	display: none;
	position: fixed;
	z-index: 10000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: auto;
	background: #000;
	padding: 12px 12px 12px 12px;
}
#menu_sp .menu_sp_close{
	position: absolute;
	top: 10px;
	right:20px;
	width: 35px;
}
#menu_sp .logo{
	width: 150px;
}
#menu_sp ul{
	padding: 40px 0 30px 35px;
}
#menu_sp ul li{
	margin-bottom: 30px;
}
#menu_sp ul li img{
	width: auto;
	height: 20px;
}
#menu_sp ul li.insta img{
	width: auto;
	height: 30px;
}
#menu_sp ul li ul{
	padding: 20px 0 0 35px;
}
#menu_sp ul li ul li{
	margin: 0 0 15px;
}


/* contents
=================================================================== */
#contents > h2{
	background: #000;
	text-align: center;
}
@media screen and (max-width:767px) {
	#contents > h2 img{
		height: 30px;
	}
}
	

/* btn_top
=================================================================== */
#btn_top{
	width: 1130px;
	margin: 100px auto;
	overflow: hidden;
}
#btn_top p{
	float: right;
}
#btn_top .btn_top01{
	margin-left: 20px;
}
#btn_top .btn_top02 a{
	display: block;
	background: url(/base/store/special/casestudy/img/arrow01.svg) no-repeat left 10px center;
	width: 310px;
	height: 45px;
	padding: 11px 20px 12px;
	text-align: right;
	border: 1px solid #000;
	font-size: 0;
}
@media screen and (max-width:767px) {
	#btn_top{
		width: 100%;
		margin: 70px auto;
	}
	#btn_top p{
		float: none;
	}
	#btn_top .btn_top02 a{
		display: block;
		background: url(/base/store/special/casestudy/img/arrow01.svg) no-repeat left 5px center;
		background-size: 25px;
		width: 225px;
		height: auto;
		margin: 0 auto;
		padding: 10px;
	}
	#btn_top .btn_top02 a img{
		width: auto;
		height: 15px;
	}
}


/* f_shop
=================================================================== */



/* footer
=================================================================== */
#footer{
	width: 100%;
}

/* f_shop */
#footer .f_shop{
	background: url(/base/store/special/casestudy/img/f_shop_bg.jpg) no-repeat center top;
	width: 100%;
	height: 250px;
	color: #FFF;
}
#footer .f_shop h2{
	position: relative;
	text-align: center;
	padding: 20px 0 70px;
}
#footer .f_shop h2::after{
	position: absolute;
	content:"";
	width: 3px;
	height: 40px;
	background: #FFF;
	top: 60px;
	left: 50%;
}
#footer .f_shop ul{
	display: table;
	margin: 0 auto;
}
#footer .f_shop ul li{
	display: table-cell;
	padding: 0 42px 0 34px;
	background: url(/base/store/special/casestudy/img/f_shop_slash.svg) no-repeat right center;	
}
#footer .f_shop ul li:last-child{
	background: none;
}
#footer .f_shop .f_shop_btn a{
	display: block;
	background: url(/base/store/special/casestudy/img/arrow02.svg) no-repeat right 10px center;
	width: 310px;
	height: 45px;
	margin: 25px auto 0;
	padding: 11px 20px 12px;
	border: 1px solid #FFF;
}
@media screen and (max-width:767px) {
	#footer .f_shop{
		background: url(/base/store/special/casestudy/img/f_shop_bg.jpg) no-repeat center top;
		background-size: cover;
		width: 100%;
		height: auto;
		padding: 0 10px 35px;
	}
	#footer .f_shop h2{
		position: relative;
		text-align: center;
		width: 70px;
		margin: 0 auto;
		padding: 20px 0 60px;
	}
	#footer .f_shop h2::after{
		position: absolute;
		content:"";
		width: 2px;
		height: 30px;
		background: #FFF;
		top: 60px;
		left: 50%;
	}
	#footer .f_shop ul{
		display: inherit;
		margin: 0;
		text-align: center;
		font-size: 0;
		overflow: hidden;
	}
	#footer .f_shop ul li{
		display: inline-block;
		padding: 0 20px 0 15px;
		background: url(/base/store/special/casestudy/img/f_shop_slash.svg) no-repeat right center;
		background-size: 5px;
		font-size: 0;
		margin-bottom: 15px;
		text-align: center;
	}
	#footer .f_shop ul li img{
		width: auto;
		height: 15px;
	}
	#footer .f_shop ul li:nth-child(1){
		padding-left: 0;
	}
	#footer .f_shop ul li:last-child{
		background: none;
		padding-right: 15px;
	}
	#footer .f_shop .f_shop_btn a{
		display: block;
		background: url(/base/store/special/casestudy/img/arrow02.svg) no-repeat right 5px center;
		background-size: 25px;
		width: 225px;
		height: auto;
		margin: 10px auto 0;
		padding: 10px;
	}
	#footer .f_shop .f_shop_btn a img{
		width: auto;
		height: 15px;
	}
}

/* f_notes */
#footer .f_notes{
	padding: 50px 50px 30px;
	font-size: 14px;
}
#footer .f_notes .f_notes01{
	display: inline-block;
	border: 1px solid #000;
	padding: 5px 10px;
	margin-bottom: 10px;
}
@media screen and (max-width:767px) {
	#footer .f_notes{
		padding: 30px 20px;
		font-size: 11px;
	}
}

/* copyright */
#footer .copyright{
	padding: 0 0 30px 50px;
}
#footer .copyright img{
	vertical-align: top;
	padding-right: 20px;
}
#footer .copyright span{
	display: inline-block;
	padding-top: 23px;
	font-size: 14px;
}
@media screen and (max-width:767px) {
	#footer .copyright{
		display: table;
		margin: 0 auto;
		padding: 0 20px 30px;
	}
	#footer .copyright img{
		vertical-align: top;
		padding-right: 10px;
		width: 155px;
	}
	#footer .copyright span{
		padding-top: 12px;
		font-size: 8px;
	}
}