@charset "utf-8";
.fs-l-header {
	padding-top: 6px;
}
#h_menu {
	position: fixed;
	z-index: 2147483647;
	width: 100%;
	height: 70px;
}
#h_menu .contents02 {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#navi_shop {
	position: absolute;
	z-index: 2147483647;
	top: 18px;
	right: 80px;
	width: 175px;
	height: 24px;
}
#navi_logo_box {
	position: absolute;
	z-index: 2147483647;
	top: 10px;
	left: 0;
	width: 11vw;
	height: auto;
}
#navi_logo img {
	width: 20vw;
	height: auto;
}
/* -------------------------------------------------------------------
fix-header
------------------------------------------------------------------- */
/* メニュー ---------------------------------------- */
#sp-top-menu {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	float: right;
	z-index: 2147483646;
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 0;
	;
	border-bottom: 1px solid #cccccc;
	background-color: #fff
}
/* メニュー ---------------------------------------- */
/* 開くボタン */
label[for="menu_box"] {
	position: absolute;
	z-index: 2147483647;
	top: 21px;
	right: 0;
	width: 40px;
	height: 25px;
	background: url("https://spopia.itembox.design/item/images/open.png") no-repeat;/* 開く画像 */
	background-size: cover;
}
/* 疑似要素で背景 */
input[type="checkbox"]#menu_box {
	visibility: hidden;
}
input[type="checkbox"]#menu_box:checked:before {
	visibility: visible;
	position: fixed;
	z-index: 2147483645;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.70);
	content: ' ';
}
/* 疑似要素で閉じるボタン */
input[type="checkbox"]#menu_box:checked:after {
	display: block;
	visibility: visible;
	position: absolute;
	z-index: 2147483647;
	top: 16px;
	right: 0;
	width: 45px;
	height: 45px;
	background: #fff;
	content: "\00d7";
	color: #000;
	font-size: 35px;
	line-height: 35px;
	text-align: center;
}
#cover {
	position: fixed;
	top: 70px;
	background: #fff;
}
/* iframeを格納 */
input[type="checkbox"]#menu_box + #cover {
	position: fixed;
	top: 70px;
	left: -85%;
	width: 85%;
	height: 100%;
	background: rgba(245, 245, 245, 0.1);
	transition: 0.3s ease-in-out;
	z-index: 2147483645;
}
/* iframeを格納(オープン時) */
input[type="checkbox"]#menu_box:checked + #cover {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	top: 70px;
	left: 0;
	z-index: 2147483645;
}
/* iframe */
input[type="checkbox"]#menu_box + #cover > iframe {
	z-index: 2147483645;
	width: 100%;
	height: 100%;
	border: none;
	background: #fff;
}

@media screen and (max-width: 1000px) {
#h_menu .contents02 {
	width: 98%;
	margin: 22px 1%;
	}
.top_word {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	border-bottom: 1px solid #bbb;
	text-align: center;
	z-index: 2147483649;
	position: fixed;
	width: 100%;
	margin-top: -5px;
	}
}

@media screen and (max-width: 800px) {
/* スペース調整 ---------------------------------------- */
/* 商品ページ */
#ipnsh-header {
	position: relative;
	background: #fff;
	z-index: 2147483647;
}
#rstTopSearch {
	position: relative;
	z-index: 2147483647;
	width: 100%;
	background: #fff;
}
.topFuncShop {
	margin-bottom: 0!important;
	z-index: 2147483647;
}
#navi_txt {
	display: block;
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 2147483647;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #fff;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	letter-spacing: 1px;
}
#navi_txt span {
	font-weight: bold;
	color: #FFB1B1;
}
#navi_shop {
	top: 2.5vw;
	right: 48vw;
	width: 45vw;
	height: auto;
}
.header_wrapper {
	width: 85%;
	display: flex;
	justify-content: space-between;
	padding-top: 0.8vw;
	padding-left: 1vw;
	position: fixed;
	z-index: 2147483647;
}
.header_logo {
	width: 80%;
	padding-right: 15px;
}
.header_logo img {
	width: 80%;
	padding-top: 1.2vw;
}
.header_icon_l, .header_icon_m, .header_icon_r {
	width:12%;
}
.header_icon_l img, .header_icon_m img, .header_icon_r img {
	width: 100%;
}

.header_menu_sp {
	margin-top: 27px;
	width: 98%;
	display: flex;
	position: fixed;
	justify-content: center;
	z-index: 2147483649;
	border-top: 1px solid #6b8ace;
}
.header_menu_item {
	font-size: 12px;
	width: 30%;
	color: #000;
	text-align: center;
	padding-top: 5px;
}
.header_menu_search {
	margin: 55px auto 0;
	width: 98%;
	position: fixed;
	z-index: 2147483649;
	padding: 0 18px;
}
/* -----
元
#navi_shop {
	top: 2.8vw;
	right: 12vw;
	width: 36vw;
	height: auto;
}

----- */
#navi_logo_box {
	position: fixed;
	top: 2vw;
	left: 2vw;
	z-index: 2147483648;
	width: 13vw;
	height: auto;
}
#navi_logo_box img {
	width: 13vw;
	height: auto;
}
/* -------------------------------------------------------------------
fix-header
------------------------------------------------------------------- */
/* メニュー ---------------------------------------- */
#sp-top-menu {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	float: right;
	z-index: 2147483646;
	width: 100%;
	height: 38vw;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
	background-color: #fff
}
/* メニュー ---------------------------------------- */
/* 開くボタン */
label[for="menu_box"] {
	top: 9.8vw;
	position: fixed;
	right: 2vw;
	z-index: 2147483647;
	width: 8vw;
	height: 5vw;
	background: url("https://spopia.itembox.design/item/images/open.png") no-repeat;/* 開く画像 */
	background-size: cover;
}
/* 疑似要素で背景 */
input[type="checkbox"]#menu_box {
	visibility: hidden;
}
input[type="checkbox"]#menu_box:checked:before {
	visibility: visible;
	position: fixed;
	top: 38vw;
	right: 0;
	/*z-index: 2147483647;*/
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.70);
	content: ' ';
}
/* 疑似要素で閉じるボタン */
input[type="checkbox"]#menu_box:checked:after {
	display: block;
	visibility: visible;
	position: fixed;
	top: 7.8vw;
	right: 0;
	z-index: 2147483648;
	width: 50px;
	height: 50px;
	content: "\00d7";
	color: #414da1;
	font-size: 50px;
	line-height: 30px;
	text-align: center;
}
#cover {
	position: fixed;
	top: 38vw;
	background: #fff;
}
/* iframeを格納 */
input[type="checkbox"]#menu_box + #cover {
	position: fixed;
	top: 38vw;
	left: -100%;
	width: 100%;
	height: 100%;
	background: rgba(245, 245, 245, 0.1);
	transition: 0.3s ease-in-out;
	z-index: 2147483647;
}
/* iframeを格納(オープン時) */
input[type="checkbox"]#menu_box:checked + #cover {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	top: 38vw;
	left: 0;
	/*z-index: 2147483647;*/
	width: 100%;
	overflow-y: auto;
	max-height: 75vh;
}
/* iframe */
input[type="checkbox"]#menu_box + #cover > iframe {
	z-index: 2147483647;
	width: 100%;
	height: 100%;
	border: none;
	background: #fff;
}
}

/* メニュー ---------------------------------------- */
ol, ul {
	list-style: none;
}

.menu_base {
	background: rgba(64,75,162,0.7);
	padding-top: 15px;
	/*url("https://spopia.itembox.design/item/images/search/kw_bg.png");-- */
	text-align: left;
	font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 30px;
	color: #fff;
	-webkit-text-size-adjust: none;
}

div#general {
    overflow: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    letter-spacing: 0.075em;
    margin: 0;
}

/* カテゴリ */
ul.category {
	margin-bottom: 20px;
}
ul.category li {
	margin-bottom: 3px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
    border-bottom: 1px solid #7580cc;
}
ul.category li:last-child {
	margin-bottom: 0px;
}
ul.category li a.ttl {
	display: block;
	padding: 5px 0px 5px 5px;
	color: #fff
}
ul.category li div a {
	font-color: #fff
	display: block;
	padding: 5px;
}
	div.sub{
		display: none;
	}
@media screen and (width: 300px) {
	div.sub{
		display: block;
	}
}
/* バナーなど */
.banne {
	padding: 0px 0px 5px 5px;
}

/*** 以下モーダル用CSS ***/
.modal{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2147483700;
}
.modal:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.modal:target{
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s;
}
.modal .overlay{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.7;
  top: 38vw;
  left: 0;
}
.modal-wrapper{
  width: 90%;
  max-width: 650px;
  min-width: 300px;
  height: 20%;
  max-height: 550px;
  background-color: #f4f3e9;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
.modal-contents{
  overflow: auto;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.modal-content{
  margin: 40px 25px 25px;
}
.modal-close{
	color: #414da1;
	font-size: 30px;
	position: absolute;
	top: 5px;
	right: 10px;
	text-decoration: none;
}
.modal-close a:visited {
	color: #414da1;
}
.search_area {
	text-align: center;
}
.bttm10 {
	margin-bottom: 10px;
}

/* カテゴリーメニュー ---------------------------------------- */
/*ベース*/
.sp_accordion { font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN',Meiryo, sans-serif; }
.sp_accordion a {
	text-decoration: none;
	color: #ffff;
	margin-bottom: 0.5rem;
}
.sp_accordion a:hover {
	opacity: 0.2;
}
.sp_accordion .toggle {
	display: none;
}
.sp_accordion .Label {		/*タイトル*/
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0 15px;
	display: block;
	color: #3c3c3c;
	background: none;
	border-bottom: 1px solid #7682ca;
}
.sp_accordion .Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.sp_accordion .Label,
.sp_accordion .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.5s;
}
.sp_accordion .content {		/*本文*/
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
	height: 0;
	/* margin-bottom:10px; */
	padding: 0 16px;
	overflow: hidden;
}
.sp_accordion .toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding: 8px 0 8px 16px;
	transition: all .5s;
}
.sp_accordion .toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
.sp_accordion hr.b-border {
	border: 1px dotted #7580cc;
}