@charset "utf-8";
/* CSS Document */
html, body{
	font-size: 15px;
	line-height: 1.73;
	color: #333333;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 200;
	font-style: normal;
	margin: 0;
	background: #EFEFEF;
}
html{
	margin: 0;
}
h1, h2, h3, h4, h5{
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 200;
}
/*----------------------------
    共通
----------------------------*/
main{
	text-align: -webkit-center;
	position: relative;
	}
.top-wapper {
	display: flex;
	list-style: none;
	padding: 0;
    margin: 0;
	width: 100%;
	}
.main_sliderTxt span{
	font-size: 28px;
    color: red;
	}
h1{
	letter-spacing: 0.1em;
}
h2{
	text-align: center;
	margin-bottom: -25px;
  }
h3{
	margin-top: 40px;
}
h4{
	margin-bottom: 50px;
    margin-top: 30px;
    font-size: 13px;
}
#mensarea{
	margin-top: 60px;
	}
.category_{
	list-style: none;
	}
.goldBtn a{
	text-align: center;
    border: 1px rgb(182, 3, 0) solid;
    margin: 30px auto;
    border-radius: 33px;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    text-decoration: none;
    color: rgb(182, 3, 0);
}
.goldBtn a:hover{
	background: rgba(203, 0, 17, 0.6);
	color: #ffffff;
	border: 1px solid #CB0011;
	text-decoration: none;
	opacity: 1;
}
.goldBtn{
	margin-top: 20px;
}
a{
	text-decoration: none;
}
/***footer***/
footer {
  background: #EFEFEF;
  padding: 30px 0;
}
footer .fLogo {
  width: 78px;
  height: auto;
  margin: 0 auto 7px;
}
footer .fLogo img {
  width: 100%;
}
footer .fText {
  color: #838383;
  text-align: center;
  font-size: 0.86666666666667rem;
  line-height: 1.77;
  margin: 0 36px;
}	

/* 追加 */
.home-content{
	position: relative;
    display: inline-block;
}
h1{
	position: absolute; /* 親要素を基準に位置を絶対指定 */
    top: 40%; /* 縦の中心 */
    left: 50%; /* 横の中心 */
    transform: translate(-50%, -50%); /* 文字を中央に移動 */
	color: #fff;
	font-weight: 300;
	font-family: a-otf-ryumin-pr6n, serif;
	font-size: 4.0em;
	line-height: 1.2;
}

.item-ct{
	list-style: none;
    border: 1px solid #cccccc;
    border-right: none;
    border-bottom: none;
    box-sizing: border-box;
    display: -webkit-flex;
    /* -webkit-flex-wrap: wrap; */
    margin: 0 auto;
    width: 90%;
    padding: 0;
}
.item-ct li a{
	text-decoration: none;
    color: #7D7D7D;
}
.item-ct li a img{
	width: 100px;
    margin: auto;
    margin-top: 10px;
    display: block;
}
.off {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #fff;
	font-size: 16px;
	background: rgb(182,3, 0);
	border-radius: 6px;
}
.off:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid rgb(182,3, 0);
}
.off p{
	margin: 0;
	padding: 0;
}
/* Animation */
.off {
  animation: floating-y 1.2s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-15%);
  }
  100% {
    transform: translateY(15%);
  }
}


/*----------------------------
    PC表示　751px以上
----------------------------*/
@media screen and (min-width:769px) {
a:hover{
    opacity: 0.7;
}	
#headerLogo img{
	position: fixed;
    height: 55px;
    z-index: 99999;
	top:10px;
	left: 10px;
	}	
.nav-cart img{
	margin-left: 85px;	
	}
.main_sliderTxt{
	white-space: nowrap;
    position: absolute;
    top: 49.3%;
    font-family: var(--font-bernina-sans);
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 1;
    color: #000;
    pointer-events: none;
    font-optical-sizing: auto;
    margin-top: 27px;
    background: rgba(255,255,255,0.6);
    padding: 10px;
    }
.top-wapper li{
	width: 50%;
    position: relative;	
	}
.full {
    background: #ffffff;
    padding: 13px 8px;
}
.full p{
	font-size: 1.2rem;
    font-weight: 800;
    color: #e4e4e4;
	letter-spacing: 0.2rem;
	}	
.blackBtn{
	display: inline-flex;
	margin: 30px 0 -30px 0;
	}	
.blackBtn a{
	background: #eee;
    font-size: 1.3rem;
    color: rgb(182, 3, 0);
    width: 300px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-weight: 500;
    padding: 5px;
	display: inline-block;
	margin: 16px;
	border-radius: 3rem;
	border: 1px solid rgb(182, 3, 0);
	letter-spacing: 0.1em;
}
.blackBtn a:hover{
  /*opacity: 0.7;*/
        background: rgba(203, 0, 17, 0.6);
        color: #ffffff;
        border: 1px solid #CB0011;
        text-decoration: none;
        opacity: 1;
    }
#mensarea{
	max-width: 1216px;	
	}
#ladiesarea{
	max-width: 1216px;	
	}
.bestseller_1{
	justify-content: space-between;
	}	
.category_ img{
	width: 200px;
}	
.pickupItem_{
    display: inline-flex;	
	}	
.pickupItem img{
	width: 90%;	
	}
.slider .item-tex{
	font-size: 17px;
	font-weight: 550;
	}

/* 追加 */
.blackBtn p{
	margin: 20px 40px;
}
.category{
	margin: 0 auto;
    text-align: center;
    width: 800px;
}
.item-ct li{
	border: 1px solid #cccccc;
    display: inline-block;
    width: calc((100% - 4px) / 4);
    border-top: none;
    border-left: none;
    text-align: center;
}
.off-box{
	width: 800px;
}

	
}	

/*----------------------------
    SP表示　750px以下
----------------------------*/
@media screen and (max-width:768px) {
#headerLogo img{
	position: fixed;
    background: none;
    z-index: 99999;
	top:5px;
	left: 5px;
	}
.nav-rogo img{
	width: 18%;	
	}	
.nav-cart img{
	margin-left: 70px;
    width: 13%;	
	}	
.top-wapper{
	display: flex;
    flex-direction: column;	
	}
.top-wapper img{
	margin-top: -8px;	
	}	
.main_sliderTxt{
	white-space: nowrap;
    position: absolute;
    font-family: var(--font-bernina-sans);
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: 0.32rem;
    color: #000;
    pointer-events: none;
    font-optical-sizing: auto;
    margin-top: -181px;
    background: rgba(255,255,255,0.6);
    padding: 10px;
    }
.full {
    background: #fff;
    padding: 8px 8px;
	margin-top: 22px;
    margin-bottom: -44px;
}
.full p{
	font-size: 1rem;
    font-weight: 800;
    color: #e4e4e4;
	letter-spacing: 0.2rem;
	}	
.blackBtn a{
	background: rgb(182, 3, 0);
	color: #fff;
	text-align: center;
    margin: 30px auto;
    padding: 5px;
	width: 300px;
	font-weight: bold;
	font-size: 1.1rem;
	display: inline-block;
	border-radius: 6px;
}
.blackBtn p{
	margin: 36px 0 -73px 0;	
	}	
.bestseller_1 img{
	width: 49%;	
	}
.pricedown img{
	width: 90%;	
	}	
.category_ img{
	width: 150px;
	}
.pickupItem img{
	width: 100%;	
	}
.slider .item-tex{
	font-size: 14px;
	font-weight: 550;
	}	
 /*フッターバナー*/
.footerBnrArea {
    margin: 0 12px 20px;
  } 

/* 追加 */
.category{
	margin: 0 auto;
    text-align: center;
    width: 100%;
}
.item-ct li{
	border: 1px solid #cccccc;
    display: inline-block;
    width: calc((100% - 4px) / 2);
    border-top: none;
    border-left: none;
    text-align: center;
}
	
}
