
body {
  position: relative;

}

#sp_header{
	background: #ffffff;
	margin-bottom: 7%;
}
#timesale_info{
	font-size:16px;
	padding: 10px 0;
	line-height: 19px;
}
#timesale_info .one_box div span{
	font-size: 13px;
    padding: 0px 8px;
    color: #c20b09;
    background-color: #ffffff;
    line-height: 21px;
}
#sptop{
	z-index:99999999;
	width: 100%;
	padding:12.5px 0;
	position: sticky;
	top:0;
	left:0;
	font-size:0;
	background: #ffffff;
	border-bottom: 1px solid #f3f3f3;
}

#sptop .hum,
#sptop .logo,
#sptop .menu{
    display: inline-block;
	vertical-align: middle;
}
#sptop .hum{
	width:50px;
	position:relative;
}
#sptop .logo{
	width:calc(65% - 50px);
}
#sptop .menu{
	width:35%;
	text-align: right;
}


	 
#sptop .hum #navTgl {
	  display: none;
}
	 
#sptop .hum label.open{
	margin:0 auto;
    cursor: pointer;
    top: 72px;
    left: 0;
    width: 17px;
    display: block;
    z-index: 99999;
    background: #000000;
    margin-right: 20px;
    height: 2px;
}
#sptop .hum label.open:before {
    position: absolute;
    height: 2px;
    width: 24px;
    content: "";
    top: -7px;
    left: 0;
    right: 0;
    background: #000000;
    margin: auto;
}
#sptop .hum label.open:after {
    position: absolute;
    height: 2px;
    width: 24px;
    content: "";
    top: 7px;
    left: 0;
    right: 0;
    background: #000000;
    margin: auto;
}
	
#sptop .hum label.close {
	  cursor: pointer;
	  position: fixed;
	  top: 0;
	  left: 0;
}
	 
#sptop .hum .open {
	  z-index: 100;
	  height: 48px;
	  text-align: center;
}
	 
	 
#sptop .hum .close {
	  pointer-events: none;
	  z-index: 900001;
	  width: 100%;
	  height: 100%;
}
#sptop .hum #navTgl:checked ~ .close {
	pointer-events: auto;
    background-color: #000000;
    opacity: 0.8;
}

	 
	
#sptop .hum label.close2 {
	  cursor: pointer;
	  position: fixed;
}
	 
#sptop .hum .close2 {
	  pointer-events: none;
	  z-index: 900003;
	  top: 0;
	  left: 0px;
	  width:56px;
	  -webkit-transform: translateX(-316px);
	  transform: translateX(-316px);
	  
}
	
#sptop .hum .close2 img{
	  max-width:56px;
}
	
#sptop .hum #navTgl:checked ~ .close2 {
	/* 
    display: block;
    width: 240px;
    height: 46px;
        background: #656565;
    color: #ffffff;
    line-height: 46px;
    padding: 0px 10px;
*/

 pointer-events: auto;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: fixed;
    cursor: pointer;
    top: 96px;
    left: 11px;
    width: 24px;
    height: 2px;
    display: block;
    z-index: 9999999;
    background: #000000;
	
}
#sptop .hum .close2:before {
	display:inline-block;
	-webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    height: 2px;
    width: 24px;
    content: "";
    top: 0;
    left: 0;
	background: #000000;
    margin: auto;
}
	
#sptop .hum label.open-index{
	  cursor: pointer;
	  display: block;
}
	
#sptop .hum .open-index {
	  z-index: 100;
}
	
/* :::::: drawer menu :::::: */
	 
#sptop .hum .drawer-cotegory {
	  z-index: 900002;
	  position: fixed;
	  top: 19vw;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background-color: #fff;
	  -webkit-transform: translateX(-100%);
	  transform: translateX(-100%);
	  -webkit-transition: -webkit-transform .5s;
	  transition: all .5s;
}
	 
#sptop .hum #navTgl:checked ~ .drawer-cotegory {

	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	  -webkit-transition: -webkit-transform .5s;
	  transition: all .5s;

}
#sptop .hum .iframe-h-container {
      height:80%;
      overflow:auto;
      -webkit-overflow-scrolling:touch;
      overflow-scrolling: touch;
      display: inline-block;
      overflow-x: hidden;
      overflow-y: auto;
}

#sptop .hum .iframe-sp-h100 {
      height:100%;
      display:block;
      border:none;
      overflow:hidden;
    z-index: 9999999999999999;
}




#sptop .logo img {
    display: inline-block;
    vertical-align: middle;
	height:26px;
}
#sptop .logo span {
    font-size: 1vw;
    vertical-align: bottom;
}
#sptop .menu div {
    display: inline-block;
    vertical-align: middle;
	padding:0 6px;
}




#sp_header .bot{
	display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 12px 5%;
}

#sp_header .bot div{
}


#sp_header .bot img{
	display:inline;
}


#sp_header .cat{
	font-size: 0;
	background-color:#f3f3f3;
    text-align: center;
}

#sp_header .cat .menu{
	font-size:  3vw;
    margin: 8px 0;
    text-align: center;
    cursor: pointer;
	display:inline-block;
	padding: 0 3%;
}

#sp_header .cat .menu + .menu{
    border-left: 1px solid #ffffff;
}
#sp_header .cat .menu a{
	text-decoration:none;
	color:#303030;

}




#sp_footer{
	margin-top:60px;
	padding-top:60px;
	background-color:#f4f3f3;
}

#sp_footer .catchcopy{
	font-size:2.8vw;
	margin-left:1vw;
}


#sp_footer .logo{
	margin:2vw auto;
	margin: 3vw auto 4vw auto;
	text-align: center;
}

#sp_footer .logo a{
	text-decoration:none;
}
#sp_footer .logo a span{
	color:#000000;
    font-size: 3.2vw;
	margin-left:2vw;
}

#sp_footer .logo img{
	display:inline-block;
	max-width: 64vw;
}
#sp_footer .box {
	position: relative;
    margin-bottom: 13px;
    text-align: center;
    font-size: 16px;
    padding: 3.8vw;
    background-color: #ffffff;
    border-radius: 4px;
}
#sp_footer .title span, .title2{
	font-size:4vw;
}
#sp_footer .serch .serch_pick .title,
#sp_footer .acd-content li{
    position: relative;
}
#sp_footer .title3 div {
	margin-bottom:4vw;

}
#sp_footer .box a {
    text-decoration: none;
    color: #000000;
}
#sp_footer .box:after,
#sp_footer .serch .serch_pick .title:after,
#sp_footer .acd-content li:after{
		position: absolute;
		content: "";
		border: 1px solid #2a2a2a;
		border-width: 0 1px 1px 0;
		display: inline-block;
		padding: 1vw;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		right: 18px;
		top: 7vw;
		line-height: 50px;
}

#sp_footer .serch .serch_pick .title:after{
		border: 1px solid #ffffff;
		border-width: 0 1px 1px 0;
		top: 4vw;
}
#sp_footer .title3 span {
    background-color: #f4f3f3;
    font-size: 5.5vw;
    letter-spacing: 0;
}
#sp_footer > div.serch > div > div.serch_pick > div.title:after{
	display:none;
	
}
#sp_footer .serch .serch_pick .acd-check:checked + .acd-label .title:after{
		border: 1px solid #ffffff;
		border-width: 1px 1px 0 0 ;
		top: 4vw;
}
#sp_footer .acd-content li:after{
    top: 5vw;
    border: 1px solid #ffffff;
    border-width: 0 1px 1px 0;
}


#sp_footer .serch{
	background-color:#111111;
	color:#ffffff;
	padding-bottom: 9vw;
	margin-top: 8vw;
}
#sp_footer .serch .s_title{
	text-align: center;
    font-size: 6vw;
    padding: 2vw 0 0vw;
    letter-spacing: 2px;
}
#sp_footer .serch .serch_pick .title{
    text-align: left;
    font-size: 4.5vw;
    line-height: 4vw;
    padding: 4vw 0;
    margin: 0;
    border-bottom: 1px solid #ffffff;
}

#sp_footer .serch .serch_pick a{
	text-decoration:none;
	color:#ffffff;
}

#sp_footer .serch .search_box{
	position: relative;
    height: 13vw;
    margin-bottom: 1vw;
    margin-top: 0vw;
}

#sp_footer .serch .serch_pick .search_box .text{
	top: 0;
    position: absolute;
    line-height: 35px;
    padding: 1vw 0;
    padding-left: 2vw;
    width: 100%;
    font-size: 3vw;
}

#sp_footer .serch .serch_pick .search_box .submit {
    right: 0;
    position: absolute;
    margin: 5px;
    height: 8vw;
}
#sp_footer .serch .serch_pick .search_box input {
    border: none;
    outline: none;
}



#sp_footer .acd-check{
    display: none;
}
#sp_footer .acd-label{
}
#sp_footer .acd-content{
    border: 1px solid #333;
    height: 0;
    opacity: 0;
    visibility: hidden;
	background-color:#505050;
}
#sp_footer .acd-content li{
	font-size: 4vw;
    padding: 3.5vw 0px 3.5vw 7vw;
    list-style: none;
    position: relative;
}
#sp_footer .acd-content li:before {
    position: absolute;
    display: inline-block;
    content: "-";
	top: 3vw;
    left: 4vw;
}




#sp_footer .acd-content li + li{
    border-top: 1px solid #ffffff;
}
#sp_footer .acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    visibility: visible;
	border-bottom:1px solid #ffffff;
}


.tbl{
	border:1px solid #7a7a7a;
	margin-top:25px;
}
.tbl div{
	padding-top: 3vw;
    padding-bottom: 3vw;
    padding-left: 3vw;
    font-size: 3vw;
}

.tbl div + div{
	border-top:1px solid #7a7a7a;
}


#sp_footer #foot_cat_menu{
	width:100%;
	font-size:0;
    margin: 5vw auto;
}
#sp_footer #foot_cat_menu .box{
	font-size:1rem;
	display:inline-block;
	width:calc(98% / 2);
	margin-right:2%;
}
#sp_footer #foot_cat_menu .box:nth-child(2n){
	margin-right:0;
}
#sp_footer #foot_cat_menu .box{
	border-bottom:1px solid #000000;
	position:relative;
    text-align: left;
	padding: 2vw 1vw;
}
#sp_footer #foot_cat_menu .box a{
	font-size:3vw;
	color:#000000;
	text-decoration:none;
}
#sp_footer #foot_cat_menu .box:after{
		position: absolute;
		content: "";
		border: 1px solid #737372;
		border-width: 0 1px 1px 0;
		display: inline-block;
		padding: 4px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		right: 6px;
		top: 3.8vw;
}
#sp_footer .cc{
	text-align:center;
	font-size:3vw;
	padding-bottom:10vw;
}


/**************************************************

	トップコンテンツ

**************************************************/

.title {
	margin-top:14vw;
    margin-bottom: 10vw;
}
.title span,
.title2{
    font-size: 20px;
}
.title2 span{
    font-size: 12.5px;
    line-height: 12.5px;
    display: block;
}
.title span:after {
    width: 45%;
}

.title3 span {
	font-size: 5.5vw;
    letter-spacing: 2px;
    padding: 0 4vw;
}
.title3 div {
    margin: 2vw 0;
}
#new_slider{
	padding-bottom:2vw;
}
.swiper-wrapper{
    width: 100%;
    height: 100%;
    padding-bottom: 2vw;
}
.thum{
	margin-bottom:1.7vw;
}
.text div:nth-child(1){
	font-size: 12.5px;;
}

.text div:nth-child(2){
	font-size:12.5px;
}


hr{
	margin:14vw 0;
}
#rnk_wrap{
    margin-top: -122px;
    padding-top: 122px;
}

.rank_box .three_con .box{
	font-size: 3vw;
    display: inline-block;
    width: calc(96% / 3);
    margin-right: 2%;
	margin-bottom:4%;
	
}
.rank_box .three_con .box:nth-child(3n) {
    margin-right: 0;
}
.rank_box .three_con .box .no {
	height:9vw;
	font-size:17px;
}
.rank_box .three_con .box .price span:nth-child(1),
.reco_box .three_con .box .item_box span:nth-child(1),
.rank_box .five_con .box .price span.font_urbanist,
.reco_box .four_con .box .item_box span:nth-child(1)
{
	font-size: 12.5px;
}

.rank_box .three_con .box .price span:nth-child(2),
.reco_box .three_con .box .item_box span:nth-child(2),
.rank_box .five_con .box .price,
.reco_box .four_con .box {
	font-size: 12.5px;
}


.more a span{
	font-size: 12px;
    letter-spacing: 1px;
    max-width: 143px;
    border-radius: 0;
    height: 30px;
    line-height: 30px;
    margin-top: 23px;
}
.more a span:after{
	top: 8vw;
}
.reco_box .box  {
    margin-bottom: 7vw;
}

.reco_box .box .text{
	font-size:12.5px;
}


.reco_box .box .souryou{
	font-size: 3vw;
    letter-spacing: 1px;
    padding: 0.3vw 1.5vw;
}
.sf_box .box {
    margin: 2vw 0 3vw;
}
.sf_box .box .text {
    width: 66%;
}

.sf_box .box .image {
    width: 33%;
}
.sf_box .box .text {
    width: 63%;
}
.sf_box .text span{
	font-size: 3.5vw;
}

.sf_box .text div:nth-child(2){
	font-size: 12.5px;
	font-weight: bold;
}
.sf_box .text div:nth-child(3){
	font-size: 12.5px;
}


.cat_box .box .image{
	height:inherit;
	width: 8.2vw;
    margin: 0 2vw;
}

#sp_footer #foot_cat_menu .box{
	background-color:inherit;
	border-radius:0;
}





