/*ヘッダー*/
.inc-rogo{
	float: left;
	}

.inc-rogo img{
	width: 180px;
	height: auto;
	}

.headsns{
	float: right;
	}

@media only screen and (max-width: 1300px){
	
.site-topheader{
	position: fixed;
	justify-content: space-between;
	width: 100%;
	z-index: 20;
	background-color: rgba(247,248,248,0.90);
	height: 60px;
	}
	
#pc-nav{
	max-width: 1400px;
	margin: 15px auto 0;
	}
}

@media only screen and (min-width: 1301px){
	
.site-topheader{
	position: fixed;
	justify-content: space-between;
	width: 100%;
	z-index: 20;
	background-color: rgba(247,248,248,0.90);
	height: 70px;
	}
	
#pc-nav{
	max-width: 1400px;
	margin: 20px auto 0;
	}
}

.headmenu{
	margin-top: 5px;
	}

ul.ddmenu {
	text-align: center;
	-webkit-font-smoothing: antialiased;
	font-family: "UD Shin Go Regular";
	}

/* ▼メインメニュー項目の装飾 */
ul.ddmenu li {
	display: inline-block;  /* ★1:横並びに配置する */
	list-style-type: none;  /* ★2:リストの先頭記号を消す */
	position: relative;     /* ★3:サブメニュー表示の基準位置にする */
	}

ul.ddmenu a {
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	text-decoration: none;
	outline: none;
	font-size: 0.9em;
	letter-spacing: 0.05em;
	color: #231815;
	}

ul.ddmenu a {
	display: inline-block;
	}

.headmenu a {
	position: relative;
	display: inline-block;
	transition: .3s;
	}

.headmenu a::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	width: 0;
	height: 2px;
	background-color: #231815;
	transition: .3s;
	}

.headmenu a:hover::after {
	width: 100%;
	}

.sns-rogo a:hover{
	opacity: 0.7;	
	}


.LogoMagin{
	margin-right: -30px;
	}

.sns-rogo img{
	width: auto;
	height: 28px;
	}

.store{
	margin-right: -25px;
	}

.store img{
	width: auto;
	height: 24px;
	}









/*　▼フッター*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 40px;
	}
	
#page-top a {
    width: 55px;
    padding: 0px 0;
    display: block;
	}
	
#page-top a:hover {
    text-decoration: none;
	}

.top-scroll img{
	width: 50px;
	height: auto;
	}
	
.footerRogo{
	text-align: center;
	}

.footerRogo img{
	width: 100px;
	height: auto;
	margin: 70px auto 20px;
	}

.copyright{
	text-align: center;
	font-size: 0.7em;
	margin-bottom: 7px;
	}	
