@charset "utf-8";
/* CSS Document */

* a{
	color:#000000;
}
body{
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*================
sky-area
================*/
#sky-search{
	position:fixed;
	top:350px;
	right:0;
	opacity:0;
	z-index:9999;
	padding:25px 15px;
	box-sizing:border-box;
	background-color:#000000;
	color:#FFFFFF;
	max-width:160px;
	-webkit-transition-property: all;
	-webkit-transition: 0.3s linear;
	transition-property: all;
	transition: 0.3s linear;
}
.left-search{
	padding:25px 15px;
	box-sizing:border-box;
	background-color:#000000;
	color:#FFFFFF;
}
#sky-search.smaller{
	opacity:1;
	-webkit-transition-property: all;
	-webkit-transition: 0.3s linear;
	transition-property: all;
	transition: 0.3s linear;
}
#sky-search h2,
.left-search h2,
.left-product h2 {
	text-align:center;
	font-size:20px;
	font-weight:bold;
	line-height:20px;
}
.left-search h2,
.left-product h2 {
	margin-bottom:20px;
}
#sky-search h2 span,
.left-search h2 span,
.left-product h2 span {
	display:block;
	font-size:14px;
}
#sky-search form{
	text-align:center;
}
#sky-search form input{
	display:inline-block;
}
#sky-search form input:first-of-type{
	text-align:left;
	width:100%;
	margin:10px 0;
	font-size:14px;
	border:none;
	padding:10px;
	box-sizing:border-box;
	background-color: #F0F0F0;
}

/*================
header
================*/
header{
	background-color:#fff;
	padding-top:20px;
}

header *,
header * a,
#gnav > ul > li > a{
	color: #000 !important;
}

.header-wrap{
	position:relative;
	max-width:1100px;
	width:100%;
	height:auto;
	margin:0 auto;
}

.header-wrap:before{
	content:"";
	display:block;
	padding-top:7%;
}

.header-wrap h1,
.header-wrap .h-left,
.header-wrap .h-right{
	position:absolute;
	top:0;
	height:100%;
}

.header-wrap h1{
	left:0;
	right:0;
	margin:auto;
	max-width:192px;
	width:100%;
}

.header-wrap h1 img{
	width:100%;
}

.header-wrap .h-left{
	left:0;
	max-width:440px;
	width:100%;
}
.header-wrap .h-left ul{
	font-size:0;
}
.header-wrap .h-left ul li{
	display:inline-block;
	width:calc( 100% / 4 );
	text-align:center;
}
.header-wrap .h-left ul li:first-of-type{
	text-align:left;
}
.header-wrap .h-left ul li a{
	font-size:14px;
	font-weight:bold;
}
.header-wrap .h-left h3{
	margin-top:10px;
	font-size:14px;
	color:#E0DEC3;
}
.header-wrap .h-left h3 span{
	font-size:18px;
	margin-left:5px;
	color:#E0DEC3;
}

.header-wrap .h-right{
	right:0;
	max-width:410px;
	width:100%;
}
.header-wrap .h-right ul{
	font-size:0;
	text-align:right;
}
.header-wrap .h-right ul li{
	display:inline-block;
	vertical-align:middle;
	width:calc( 100% / 2 );
}
.header-wrap .h-right ul li:first-of-type{
	padding-right:25px;
	border-right:1px solid #C4C4C4;
	box-sizing:border-box;
}
.header-wrap .h-right ul li:last-of-type{
	padding-left:25px;
	box-sizing:border-box;
}
.header-wrap .h-right ul li h3{
	text-align:right;
	margin-bottom:10px;
}
.header-wrap .h-right ul li h3 a{
	background-image:url(../img/common/icon-cart-wh.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:25px;
	font-size:14px;
}
.header-wrap .h-right ul li h3 span a{
	margin-right: 10px;
	background-image: url(../img/common/icon-login.jpg);
}
.header-wrap .h-right h3 span.contact a {
	background-image: url(../img/common/icon-contact-wh.png);
}
.header-wrap .h-right ul li form{
}
.header-wrap .h-right ul li form input{
	display:inline-block;
	vertical-align:middle;
}
.header-wrap .h-right ul li form input:first-of-type{
	max-width:145px;
	width:100%;
	font-size:14px;
	border:none;
	padding:10px;
	box-sizing:border-box;
	background: #000;
	color: #fff !important;
}
.header-wrap .h-right ul li form input:last-of-type{
	padding-left:5px;
}
.header-wrap .h-right ul li:last-of-type img{
	max-width:180px;
	width:100%;
}

/*================
nav
================*/
nav{
	width:100%;
	z-index:9999;
	background-color:#fff;
}
/*nav.fixe{
	position:fixed;
	top:0;
}*/
nav .nav-logo{
	display:none;
}

/*.scroll-nav{
  transform: translateY(-200%);
}*/
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}
.is-show {
  transform: translateY(0);
}
.clone-nav .nav-logo{
	display:inline;
}
.clone-nav .nav-logo img{
	max-width:220px;
	width:100%;
}
.clone-nav .nav-logo a{
	padding-top:10px !important;
	padding-bottom:0 !important;
	background-image:none !important;
}
.clone-nav .nav-logo:hover{
	background-color:rgba(0,0,0,0) !important;
}
#gnav.clone-nav > ul,
#gnav.clone-nav > ul .menu .menu-frame{
	max-width:1500px;
}
#gnav.clone-nav > ul > li{
	width:calc( 100% / 7 );
}
#gnav.clone-nav > ul > li > a:after{
	display:none;
}

/*.scroll-nav.is-show{
	display:block;
}*/

.ranking-10{
	margin:30px 0;
}
.ranking-10 div{
	max-width:1100px;
	width:100%;
	margin:0 auto;
}
.ranking-10 div > h2{
	margin-bottom:35px;
}

/*================
slider
================*/
#simple{
	padding: 40px 0 100px;
	background: #ececec;
}
#simple .slick-slider {
	max-width: none;
}
#simple .slick-slider img {
	width: 100%;
}

#simple .slick-dots li button:before {
    content: "";
    width: 50%;
    height: 50%;
    margin: calc(35% - 2px);
    border: 1px solid #331b07;
    border-radius: 50%;
    opacity: 1;
}

#simple .slick-dots li.slick-active button:before {
  background: #331b07;
}

.campaign-slider{
	background-color:#F5F5F5;
	padding:45px 0;
	box-sizing:border-box;
}
#campaign{
	/*max-width:1053px !important;*/
}
#campaign .sp-previous-arrow{
	left:-40px;
}
#campaign .sp-next-arrow{
	right:-40px;
}
#campaign .sp-arrow{
	margin-top:-10px;
}
#campaign .sp-arrow.sp-previous-arrow,
#campaign .sp-arrow.sp-next-arrow{
	background-color:rgba(0,0,0,0);
}

.slick-slider{
	max-width:750px;
	width:100%;
	margin:0 auto;
}
.slick-slide{
	margin:0 10px;
}
.slick-prev:before,
.slick-next:before{
	color:#000000 !important;
}

/*================
wrapper
================*/
#wrapper{
	max-width:1100px;
	width:100%;
	margin:0 auto;
}

#makebanner{
	margin-top:40px;
	font-size:0;
}

#makebanner #leftContents,
#makebanner .rightContents{
	display:inline-block;
	vertical-align:top;
	font-size:15px;
}

#makebanner #leftContents img,
#makebanner .rightContents img{
	width:100%;
}

/*================
#leftContents
================*/
#makebanner #leftContents{
	max-width:260px;
	width:100%;
	margin-right:40px;
}

#makebanner #leftContents > ul{
	margin-bottom:30px;
}

#makebanner #leftContents .left-bn{
}
#makebanner #leftContents .left-bn li{
	margin-bottom:20px;
}

#makebanner #leftContents .left-search{
}
#makebanner #leftContents .left-search form{
	max-width:215px;
	width:100%;
	margin:0 auto;
}
#makebanner #leftContents .left-search form input{
	display:inline-block;
	vertical-align:middle;
}
#makebanner #leftContents .left-search form input:first-of-type{
	max-width:185px;
	width:100%;
	font-size:14px;
	border:none;
	padding:10px;
	box-sizing:border-box;
	background-color:#F0F0F0;
}
#makebanner #leftContents .left-search form input:last-of-type{
	padding-left:5px;
}

#makebanner #leftContents .left-product{
}
#makebanner #leftContents .left-product .acd-check{
    display: none;
}
#makebanner #leftContents .left-product .acd-label{
    color: #000000;
    font-size:14px;
    font-weight:bold;
    display: block;
    padding: 10px;
    border-top:1px solid #CACACA;
    box-sizing:border-box;
    position: relative;
    background-image:url(../img/common/nav-arrow-br.png);
    background-repeat:no-repeat;
    background-position:center right 10px;
}
#makebanner #leftContents .left-product .acd-label:after{
    /*background: #00479d;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: 52px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;*/
}
#makebanner #leftContents .left-product .acd-content{
    display: block;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
#makebanner #leftContents .left-product .acd-check:checked + .acd-label:after{
    /*content: '\f068';*/
}
#makebanner #leftContents .left-product .acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    /*padding: 10px;*/
    visibility: visible;
}
#makebanner #leftContents .left-product .acd-check:checked + .acd-label + .acd-content p{
	margin-bottom:2px;
}
#makebanner #leftContents .left-product .acd-check:checked + .acd-label + .acd-content p a{
	display:block;
	background-color:#EEEEEE;
	padding:10px 20px;
	box-sizing:border-box;
	font-size:14px;
}

#makebanner #leftContents .left-sns{
}
#makebanner #leftContents .left-sns > li:last-of-type{
	border-top:1px solid #C9C9C9;
	border-bottom:1px solid #C9C9C9;
}
#makebanner #leftContents .left-sns li ul{
	font-size:0;
	max-width:97px;
	margin:0 auto;
	padding:20px 0;
	box-sizing:border-box;
}
#makebanner #leftContents .left-sns li ul li{
	display:inline-block;
	width:calc( 100% / 2 - 15px );
	margin-right:30px;
}
#makebanner #leftContents .left-sns li ul li:last-of-type{
	margin-right:0;
}

/*================
.rightContents
================*/
#makebanner .rightContents{
	max-width:800px;
	width:100%;
}
#makebanner .rightContents h2 {
	text-align: center;
	font-size: 36px;
	color: #000;
	font-weight: 900;
}
#makebanner .rightContents h2 small {
	font-size: 18px;
	display: block;
	font-weight: 700;
}
.right-t_item,
.right-product,
.right-brand,
.right-v_item,
.right-store,
.right-info,
.right-ranking {
	margin-bottom:50px;
}
.right-t_item h2,
.right-product h2,
.right-brand h2,
.right-v_item h2,
.right-store h2,
.right-info h2,
.right-ranking h2 {
	margin-bottom:20px;
}

.right-product ul{
	font-size:0;
	background-image:url(../img/top/item-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	padding:15px;
	box-sizing:border-box;
}
.right-product ul li{
	display:inline-block;
	vertical-align:top;
	width:calc( 100% / 4 - 4px );
	text-align:center;
	margin-right:5px;
	margin-bottom:25px;
}
.right-product ul li:nth-of-type(4n){
	margin-right:0;
}
.right-product ul li a{
	display:block;
}
.right-product ul li p{
	font-weight:bold;
	font-size:14px;
	background-image:url(../img/top/product-arrow.png);
	background-repeat:no-repeat;
	background-position:right 5px center;
	background-size:auto;
	margin-top:10px;
	margin-right:30px;
	line-height:16px;
}
.right-ranking ul.M_rankingBox {
	display: flex;
	column-gap: 1.25%;
}
.right-ranking ul.M_rankingBox li {
	width: 19%;
}
.right-ranking ul.M_rankingBox li p {
	font-size: 14px;
	font-weight: 700;
}
.right-ranking ul.M_rankingBox li p a {
	font-size: 14px;
	font-weight: 400;
}
.right-brand table{
	width:100%;
	border-collapse:collapse;
}
.right-brand a.brand-more {
	display: block;
	margin: 50px auto 0;
	width: 260px;
	background: #7e7e7e;
	color: #fff !important;
	font-weight: 900;
	font-size: 18px;
	padding: 1em;
}

.right-brand table td{
	border:1px solid #C9C9C9;
}

.right-store ul{
	font-size:0;
}
.right-store ul li{
	display:inline-block;
	vertical-align:top;
	/*width:calc( 100% / 3 - 4px );*/
	margin-right:5px;
}
.right-store ul li:first-of-type{
	width:100%;
	margin-bottom:3px;
	margin-right:0;
}
.right-store ul li:last-of-type{
	margin-right:0;
}

/*================
footer
================*/
footer{
	color: #000;
}
footer p,
footer a,
footer small{
	font-size:14px;
}
footer h3{
	font-size:18px;
}
footer .f-content{
	background: #e8e8e8;
	padding:60px 0;
	box-sizing:border-box;
}
footer .f-content .f-wrap{
	font-size:0;
	max-width:1100px;
	width:100%;
	margin:0 auto;
}
footer .f-content .f-wrap > div{
	display:inline-block;
	vertical-align:top;
	width:calc( 100% / 2 - 30px );
	margin-right:60px;
}
footer .f-content .f-wrap > div:last-of-type{
	margin-right:0;
}
footer .f-content .f-wrap > div p{
	/*line-height:20px;*/
}
footer .f-content .f-wrap > div h3{
	padding:0 15px;
	padding-bottom:15px;
	box-sizing:border-box;
	margin-bottom:15px;
	border-bottom:1px solid #000;
}
footer .f-content .f-wrap > div img{
	max-width:501px;
	/*width:100%;*/
	margin:10px 0;
}
footer .f-content .f-wrap > div > div{
	padding:0 15px;
	margin-bottom:40px;
}
footer .f-content .f-wrap > div > div:last-of-type{
	margin-bottom:0;
}

footer .f-nav{
}
footer .f-nav ul{
	font-size:0;
	max-width:660px;
	width:100%;
	margin:0 auto;
}
footer .f-nav ul li{
	display:inline-block;
	width:calc( 100% / 3 );
	text-align:center;
	margin:30px 0;
}

footer small{
	text-align:center;
	color:#FFFFFF;
	background-color:#000000;
	display:block;
	padding:20px 0;
	box-sizing:border-box;
}
