@charset "UTF-8";

@media screen and (max-width: 767px) {
/* --------------------------------------------------------------------------------
	header-sp
-------------------------------------------------------------------------------- */
#header-sp {
	position: relative;
}
/********** 内側 **********/
#header-sp .header-inner .h-contents1 {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
    gap: 2.2vw;
    height: 50px;
    padding: 2px 4vw 0;
    font-size: 2.3vw;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    background: #fff;
}
/********** 内側 **********/
#header-sp .header-inner .h-contents2_outer {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
#header-sp .header-inner .h-contents2_outer.on {
	opacity: 1;
	visibility: visible;
	transition: .3s;
}
#header-sp .header-inner .h-contents2_outer .h-contents2 {
	display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 2vw;
	padding: 12px 3vw 21px 3vw;
}
/********** ロゴ **********/
#header-sp div.h-logo {
	width: auto;
    margin: 0;
}
#header-sp div.h-logo img {
	width: auto;
    height: 16px;
}

/********** ヘッダーナビゲーション **********/

#header-sp .h-btn .txt,
#header-sp .h-btn-cart .txt,
#header-sp .h-btn-rank .txt,
#header-sp .h-btn-search .txt,
#header-sp .h-btn-mypage .txt {
	display: block;
	font-size: 10px;
	font-feature-settings: "palt";
	text-align: center;
    line-height: 1;
    white-space: nowrap;
    padding-top: 3px;
}
#header-sp .h-btn,
#header-sp .h-btn-cart,
#header-sp .h-btn-rank,
#header-sp .h-btn-search,
#header-sp .h-btn-mypage {
	text-align: center;
	margin: 0;
    width: 100%;
}
#header-sp .h-btn img,
#header-sp .h-btn-cart img,
#header-sp .h-btn-rank img,
#header-sp .h-btn-search img,
#header-sp .h-btn-mypage img {
	width: auto;
    height: 20px;
	margin: 0 auto;
}
#header-sp .h-menu {
	top: 50px;
    left: 0;
	right: auto;
	height: calc(100% - 50px);
}

/********** SPナビ　カテゴリー表示 **********/
#header-sp .h-menu .h-category .category-list {
	display: block;
}
#header-sp .h-menu .h-category .category-active-sp h2 .mark1::after {
	content: "";
	background: url("https://palaisflora.itembox.design/item/images/common/h-icon-under_arr.png") no-repeat;
	background-size: 100%;
	width: 3.8vw;
	height: 2vw;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -1vw;
}
#header-sp .h-menu .h-category h2 .mark1::after {
		background: url("https://palaisflora.itembox.design/item/images/common/h-icon-up_arr.png") no-repeat;
		background-size: 100%;
		width: 3.8vw;
		height: 2vw;
}
.main-visual {
        margin-top: 0!important;
}
/********** イベント部分 **********/
.sp_event {
	position: fixed;
	bottom: 58px;
	background:#da5358;
	padding: 9px 3vw;
	width: 100%;
	color: #fff;
	text-align: center;
	z-index: 100;
	line-height: 1;
	font-size: 11px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.sp_event.on {
	opacity: 1;
	visibility: visible;
	transition: .3s;
}
.sp_event a,.sp_event a:link,.sp_event a:hover,.sp_event a:active,.sp_event a:visited {
	color:#fff;
}
/********** ログイン/ログアウト切り替え **********/
.mypage.my-false { display: none; }
.login.my-true { display: none; }
}
/********** body **********/
body.menu-active-sp {
	overflow: hidden;
	height: 100%;
}