.menu-trigger,
.sp_cart,
.nav_search,
.sp_nav{
	display: none;
}


@media only screen and (max-width:1000px){
/*ここから====================*/

body{
	width:100%;
	min-width: 100%;
}
/*見出しサイズ
====================*/
h1 {
	font-size: 20px;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	font-weight: normal;
}
h4 {
	font-size: 12px;
	font-weight: normal;
}
h5 {
	font-size: 10px;
	font-weight: normal;
}
h6 {
	font-size: 8px;
	font-weight: normal;
}
p {
	font-size: 14px;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ページトップ
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#scroll-to-top {
	bottom: 70px;
	right:0px;
	width: 40px;
	height: 60px;
	background:url(img/sp_pt.png) center center no-repeat rgba(68,0,98,0.8);
	background-size: 70%;
}

/*共通*/
.inner{
	width: 100% !important;
    padding:0;
}
.L_box,
.R_box{
	width:100% !important;
}
.fix_btn{
	display: none;
}
.sns_box{
	position:static;
	width:100%;
	height:auto;
	padding:10px ;
	text-align: center;
	background:url(img/ic_bg.png);
}
.sns_box a{
	display: inline-block;
	margin:0 10px;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ヘッダー
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#upper{
	position: fixed;
	width:100%;
	height: auto;
	padding-top: 20px;
	z-index: 9999;
}
#upper h1 {
	margin-bottom: 19px;
}
#upper h1 img{
	width:70%;
	height:auto;
}
#upper .add_box{
    display: none;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ハンバーガー
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: absolute;
  top:-5px;
  left:5px;
  width: 40px;
  height: 40px;
  padding:3px 5px;
  text-align: center;
  background:#440062;
  z-index:2000;
}
.menu-trigger p{
	color:#fff;
	font-size: 10px;
	position: absolute;
	bottom:4px;
	left:0;
	width: 100%;
	text-align: center;
}
.trigger_wrap{
	position: relative;
	width: 100%;
 	height: 100%;
	overflow:hidden;
}
.trigger_wrap span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 2px;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  top: 18px;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-315deg);
  transform: translateY(9px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(315deg);
  transform: translateY(-7px) rotate(315deg);
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ナビ
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.g_nav{
	display:none;
	top:100%;
	width:100%;
	height:calc(100vh - 52px);
	overflow: auto;
	padding:0;
	z-index:5000;
}
/*親のul*/
.g_nav .g_nav_menu{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding:0;
	text-align: left;
}
/*親のli*/
.g_nav > .g_nav_menu > li{
	position: relative;
	display: block;
	width:100%;
	padding:15px;
	margin: 0px;
	letter-spacing: normal;
	text-align: left;
	border-bottom:1px dotted #666;
	background:none;
}
.g_nav > .g_nav_menu > li:last-child {
    margin-right: 0px;
    padding: 15px;
}
/*親のliのa設定*/
.g_nav .g_nav_menu li a.nav_parent{
	position: relative;
	color:#440062;
	display: block;
	font-family:"Italianno", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", sans-serif;
	font-size:3rem;
	letter-spacing: 2px;
	padding-bottom:5px;
}
.g_nav .g_nav_menu > li > a.nav_parent span{
	display: inline;
	font-size: 14px;
}
.g_nav .g_nav_menu > li > a.nav_parent span::before{
	display: inline;
	content:'/';
	font-size: 18px;
	margin:0 8px;
}

/*ボタン*/
.g_nav .g_nav_menu .has-child > .btn-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 58px;
    height: 58px;
}
.g_nav .g_nav_menu .has-child > .btn-icon::before {
    content: '\f48a';
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -10px;
    cursor: pointer;
    font-family: ionicons;
    font-size: 20px;
    z-index: 10;
}
/*子のul*/
.g_nav .g_nav_menu > li > .sub-menu {
	position: static;
	display: none;
	width: 90%;
	height: 100%;
	overflow: hidden;
	padding: 0;
	margin-left:10%;
	-webkit-transition:auto;
	transition:auto;
}
/*子のli*/
.g_nav .g_nav_menu > li > .sub-menu > li{
	padding:0 10px;
	margin:0 0 10px;
	text-align: left;
	overflow:hidden;
}

/*孫のul設定*/
.g_nav .g_nav_menu > li > .sub-menu > li > .sub-menu{
	display: none;
	width: 90%;
	height:100%;
	padding:0 0 10px 10px;
	margin-left:10%;
	z-index:1500;
}
/*子と孫のa設定*/
.g_nav .g_nav_menu li .sub-menu li a {
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.4;
	text-align: left;
	border-bottom:1px solid #999;
	padding:10px ;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ヘッダー検索
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#jet_searchform_on{
	display: none;
}
.g_nav #btn-search{
	display: block;
}
.nav_search {
    display: block;
    padding: 10px 0 20px;
    border-bottom: 1px dotted #666;
  }
  .nav_search #jet_searchform {
    width: 90%;
  }
  .header-search {
    background: rgba(255, 255, 255, 0.9);
    top: 100%;
  }
.header-search.slide {
	height: 80px;
}
  #jet_searchform-header {
    box-sizing: border-box;
    width: calc(100% - 20px);
    height: 100%;
    /* padding:0 10px; */
    position:  relative;
  }
.header-search.slide #jet_searchform-header #jet_keywords_header {
	font-size:16px;
}
#jet_searchBtn_header {
	opacity: 0;
	text-align: left;
	padding: 0;
	top: 1px;
	left: 7px;
}
#btn-search {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 25px;
	height: 25px;
	box-sizing: border-box;
	z-index: 10;
	cursor: pointer;
	font-family: ionicons;
	font-size: 30px;
	margin: 0 auto;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
フッター
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#under {
	width: 100%;
}
#under .inner{
	width:96%;
	text-align: center;
	padding:52px 0 0;
}
#under h3 img {
    width: 70%;
    height: auto;
}
#under .L_box {
	height: auto;
	margin-bottom:20px;
}
#under .R_box {
	margin-bottom:1px;
}
#under address ul{
	position:static;
	width:100%;
	text-align: center;
	padding-top:30px;
}
#under address li{
	display: inline-block;
    float: none;
    margin-left: 14px;
}
#under .sole {
	line-height: 1.8;
}
#under .sole span{
	padding:0 5px;
}
#under .sole span.pc_sp{
	display: none;
}
#under .sole small {
	display:inline-block;
	float: none;
	
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
サイドバー
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#side_bar{
	float:none;
	width:100%;
	padding:20px 0 0;
	border-top:1px solid #f1f1f1;
}
#secondary aside.widget_media_image{
	width:calc(100% - 40px);
	height:auto;
	margin: 0 auto 20px;
}
#secondary aside.widget_media_image img {
	width:100%;
	height:auto;
}
#secondary aside#search-2 {
	padding:0 20px 20px;
	margin-bottom: 0px;
	background: none;
}
#secondary ul {
	width: 100%;
	padding: 0 20px 0;
	margin: 0 auto;
}
#secondary li a {
	display: block;
	padding: 20px 0;
	font-size:16px;
	letter-spacing: 1px;
}
#secondary li.has-child::before{
	content:'\f2c7';
	position: absolute;
	top: 17px;
	right: 20px;
	cursor: pointer;
	font-family: ionicons;
	font-size: 24px;
}
#secondary li.active::before{
	content:'\f2f4';
}
/*#secondary .cat-item a:after{
	content: "\f3d3";
	font-family: ionicons;
	position: relative;
	top: 0px;
	font-size: 18px;
	float: right;
}*/

/*ランキング
=====================*/
#secondary #side_rank ul{
	overflow:hidden;
	border-bottom:1px solid;
}
#secondary #side_rank li{
	float:left;
	position: relative;
	width:31%;
	height:auto;
	overflow:hidden;
	padding:0;
	margin-right:3.5%;
	margin-bottom:4%;
	border-bottom:none;
}
#secondary #side_rank li:last-child{
	margin-right:0%;
}
#secondary #side_rank li.rank_box1,
#secondary #side_rank li.rank_box2{
	width:48%;
	margin-right:4%;
}
#secondary #side_rank li.rank_box2{
	margin-right:0%;
}

#secondary #side_rank li .img_box{
	position: relative;
	float:none;
	width:100%;
	height:auto;
	overflow:hidden;
	margin-right:0px;
}
#secondary #side_rank li h3{
    display: block;
	height:64px;
	line-height: 1.4;
}
#secondary #side_rank li.rank_box3 h3,
#secondary #side_rank li.rank_box4 h3,
#secondary #side_rank li.rank_box5 h3{
	height:90px;
}
#secondary #side_rank li .no{
	position: absolute;
	top:-39px;
	left:-39px;
	width:80px;
	height:80px;
	transform: rotate(45deg);
	background:#900;
}
#secondary #side_rank li .no span{
	position: absolute;
	top:28px;
	left:55px;
	color:#fff;
	transform: rotate(-45deg);
}
#secondary #side_rank li.rank_box3 .no,
#secondary #side_rank li.rank_box4 .no,
#secondary #side_rank li.rank_box5 .no{
	position: absolute;
	top: -20px;
	left: -20px;
	width: 40px;
	height: 40px;
	font-size: 12px;
	transform: rotate(45deg);
}
#secondary #side_rank li.rank_box3 .no span,
#secondary #side_rank li.rank_box4 .no span,
#secondary #side_rank li.rank_box5 .no span{
	position: absolute;
	top: 14px;
	left: 28px;
	transform: rotate(-45deg);
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ページ毎
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.page-template-default .inner,
.error404 .inner,
#page_area .inner{
	position:relative;
	float:none;
	width:100%;
	margin:0 auto;
}

#page_area,
#blog_area,
#woo_area{
	width:100%;
	max-width: 100%;
	min-width: 100%;
	padding: 52px 0 0px;
	overflow:hidden;
}
.single #blog_area {
	padding-top: 72px;
}

#page_cont,
#blog_cont,
#container{
	float:none;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:0 20px;
	margin:0 auto 50px;
}
#page_title {
	padding:40px 0;
}

.blog_box {
    overflow: hidden;
    padding: 0px 0 50px;
    margin-bottom: 0px;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ブログA　アーカイブ
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.blog_text .thum1{
    width:100px;
    height:100px;
    margin-right: 10px;
}
.blog_text .more{
	position: static;
	clear: both;
	width: 100%;
	display: block;
	padding:15px 0;
}
.blog_text .more a{
	display: block;
	width: 100%;
	padding: 7px 0 10px;
	border: 1px solid;
	text-align: center;
}




/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ブログB　アーカイブ
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.B_archive figure {
	float: left;
	width: 46.5%;
	margin:0 7% 8% 0;
}
.B_archive figure:nth-child(3n){
	margin:0 7% 8% 0;
}
.B_archive figure:nth-child(even){
	margin:0 0% 8% 0;
}
.B_archive figure .img_box {
    position: relative;
    display: block;
    width: 100%;
    height:auto;
    overflow: hidden;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #fff;
}
.B_archive figure .img_box::before{
	content:'';
	display: block;
	padding-top:100%;
}
.B_archive figure .img_box img{
	position: absolute;
	top:0;
}
.B_archive figure h3 {
	height: 45px;
	font-size:14px;
	line-height: 1.4;
	margin-bottom: 5px;
}
.B_archive figure p {
	font-size:14px;
	text-align: right;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ブログB　SINGLE
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.custom_entry,
#pg_cont,
.custom_info{
    width: 100%;
    height: auto;
}
.custom_info{
    margin-bottom:30px;
}
.custom_entry h1 {
	height: auto;
	line-height: 1.6;
	margin-bottom: 30px;
}
#pg_cont {
    max-height: 100%;
    min-height: auto;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
#pg_cont .pg_box {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}
#pg_cont li {
	float: left;
	position: relative;
	width: 22%;
	height: auto;
	overflow: hidden;
	margin: 0 4% 4% 0;
	cursor: pointer;
}
#pg_cont li:nth-child(4n) {
	margin: 0 0% 3% 0;
}
#pg_cont li:before{
    content:"";
    display:block;
    padding-top:100%;
}
#pg_cont li img{
    position: absolute;
    top:0;
}



.custom_entry .cat_entry a{
	font-weight: normal;
}
.custom_info .price {
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-align: right;
    border-bottom: 1px dotted;
}
.custom_info .buy {
	padding: 15px 0;
}

/*関連商品*/
.relation_area li {
	float: left;
	width: 46.5%;
	margin: 0 7% 8% 0;
}
.relation_area li:nth-child(even){
	margin: 0 0% 8% 0;
}
.relation_area h4{
	height:64px;
	line-height: 1.6;
}
.relation_area p.price{
	line-height: 1;
	text-align: right;
}





/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
記事Bottom_area
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.bottom_area{
	width:100%;
	margin:40px auto;
	text-align: center;
	border:2px solid;
}
.bottom_area h2{
	padding:15px 20px;
	margin-bottom:40px;
}
.bottom_area h3{
	line-height: 1;
	padding:0 20px;
	margin-bottom:30px;
}
.bottom_area p{
	padding:0 20px;
	margin-bottom:40px;
}
.bottom_area table{
	width:calc(100% - 40px);
	padding:0 20px;
	text-align: left;
	margin:0 auto 20px;
	border-collapse: collapse;
	border-spacing: 0;
}
.bottom_area th,
.bottom_area td{
	padding:10px;
	vertical-align: middle;
	border:1px solid;
}

.bottom_area th{
	width:30%;
	font-weight: normal;
}
.bottom_area td{
	width:70%;
}
.bottom_area td a{
	color:#fff;
}



/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
よくある質問
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.qa{
	width:90%;
	overflow:hidden;
	margin:0 auto;
}
.faq_boxs{
	width:100%;
	padding:15px 0px;
	margin:0px auto 30px;
	box-sizing: border-box;
	border:1px solid #e2c52b;
	border-radius:10px;
	text-align:center;
}





/*コメント
====================*/
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label{
display:block;
width:100%;
padding:10px 0px;
vertical-align:top;
}

.comment-form-author input[type="text"],
.comment-form-email input[type="email"],
.comment-form-url input[type="url"]{
width:100%;
height:25px;
}

.comment-form-comment textarea{
width:100%;
height:90px;
}

/*メールフォーム(#mailformで囲む)
====================*/
#mailform_box{
    width:100%;
    font-size:14px;
}
#mailform_box th,
#mailform_box td{
    display: block;
    width: 100%;
}
#mailform_box textarea {
    height: 200px;
    font-size:14px;
}

/*特定商取引法に基づく表記
=================================*/
#tablepress-1 td{
	display: block;
	width:100%;
}
#tablepress-1 td + td {
	width: 100%;
}


























/*ここまで====================*/
}/*END media*/
