@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 800px) {
	/* pc */
	.sp_only{
		display: none !important;
	}
	/* footer area css */
	#footer_box{
		width: 100%;
		background-color: #000000;
		position: relative;
	}
	#footer_logo_box{
		width: 100%;
		background-color: #323232;
		position: absolute;
		top: 60px;
		left: 50%;
		overflow: hidden;
		transform: translate(-50%,0);
	}
	#footer_logo_box img{
		max-width: 2000px;
		margin: 0 auto;
		display: block;
	}
	#footer_content_box{
		position: relative;
		color: #FFFFFF;
		width: 100%;
		height: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 100px 0;
	}
	#footer_shop_logo_box{
		width: 300px;
		margin: 80px auto 50px;
		text-align: center;
	}
	.content_title{
		font-family: "Oswald", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		text-align: center;
		font-size: 40px;
		letter-spacing: 1px;
		margin: 0 0 50px 0;
	}
	.footer_title{
		color: #FFFFFF;
	}
	.sns_icon_box{
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}
	.sns_icon_box a{
		width: 80px;
		margin: 5px;						
	}
	.sns_icon_box a img{
		width: 100%
	}
	#footer_menu_box{
		display: flex;
		justify-content: center;
	}
	.footer_menu{
		padding: 5px 10px;
	}
	.footer_menu a{
		color: #FFFFFF;
	}
	#copy_right_box{
		color: #FFFFFF;
		font-size: 12px;
		font-weight: inherit;
		position: absolute;
		left: 50%;
		bottom: 10px;
		transform: translate(-50%,0);
	}
	#emblem_box{
		text-align: center;
		margin: 0 0 50px 0;
	}

}



@media screen and (max-width: 799px) {
	/* sp */
	.pc_only{
		display: none !important;
	}
	/* footer area css */
	#footer_box{
		width: 100%;
		background-color: #000000;
		position: relative;
		padding: 0 0 80px 0;
	}
	#footer_logo_box{
		width: 100%;
		background-color: #323232;
		position: absolute;
		top: 20px;
		left: 50%;
		overflow: hidden;
		transform: translate(-50%,0);
	}
	#footer_logo_box img{
		width: 250%;
		max-width: 2000px;
		margin: 0 auto;
		display: block;
	}
	#footer_content_box{
		position: relative;
		color: #FFFFFF;
		width: 100%;
		height: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 30px 0;
	}
	#footer_shop_logo_box{
		width: 50%;
		margin: 40px auto 20px;
		text-align: center;
	}
	#footer_shop_logo_box img{
		width: 100%;
		max-width: 200px;
		display: block;
		margin: 0 auto;
	}
	.content_title{
		font-family: "Oswald", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		text-align: center;
		font-size: 25px;
		letter-spacing: 0;
		margin: 0 0 30px 0;
	}
	.footer_title{
		color: #FFFFFF;
		margin: 0 !important;
	}
	.sns_icon_box{
		width: 70%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}
	.sns_icon_box a{
		width: 100%;
		margin: 5px 0;						
	}
	.sns_icon_box img{
		width: 100%;
		max-width: 100px;
		display: block;
		margin: 0 auto;
	}
	#footer_menu_box{
		width: 100%;
	}
	.footer_menu{
		text-align: center;
		font-size: 13px;
		margin: 20px 0;
	}
	.footer_menu a{
		color: #FFFFFF;
	}
	#copy_right_box{
		color: #FFFFFF;
		font-size: 12px;
		font-weight: inherit;
		position: absolute;
		left: 50%;
		bottom: 60px;
		transform: translate(-50%,0);
	}
	#emblem_box{
		text-align: center;
		margin: 0 0 50px 0;
	}
	#emblem_box img{
		width: 57px !important;
		height: 64px !important;
	}

}
