@charset "UTF-8";
/* CSS Document */
body{
	margin: 0px !important;
	overscroll-behavior: none;
}
h1,h2,h3,h4,h5,h6{margin: 0;}
ul {
    display: block;
    list-stslideyle-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}
*{
    min-height: 0;
    min-width : 0;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
#bl{
    padding: 0;
	margin: 0 auto;
    font-family: yu-gothic-pr6n, sans-serif;
	font-style: normal;
	font-weight: 400;
    line-height: 2.0;
    font-size: 11px;
    letter-spacing: 1px;
	width: 100%;
    box-sizing: border-box;
    color: #111;
	background: #fff;
    -webkit-text-size-adjust: 100%;
	overflow: hidden;
}
#bl a {
	text-decoration: none;
	color: #2b2b2b;
}
#bl p {
    margin: 0;
}
#bl　a:hover {
	opacity: 1;
}
#bl .clear{
	clear: both;
}
#bl img{
    width: 100%;
    line-height: 0;
}
#bl ul,#bl li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#bl .f-en {
	font-family: aktiv-grotesk, sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}


#bl .main_visual{
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#bl .main_visual .ttl{
	position: absolute;
    top: 17%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 46%;
}

#bl .main_visual .sub{
	position: absolute;
    top: 39%;
    left: 80%;
    transform: translate(-50%, -50%);
    width: 27%;
}

#bl .read{
	padding: 20px;
}

#bl .read p{
	text-align: center;
}

@media only screen and (min-width: 768px) {
	#bl .main_visual{
	width: 1200px;
	margin: 0 auto; 
	}
	#bl .main_visual .ttl{
	left: 75%;
    width: 17%;
	top: 12%;
	}
	#bl .main_visual .sub {
    top: 39%;
    left: 80%;
    width: 15%;
	}
	#bl .read{
	padding: 20px;
    margin: 3% auto;
	}
	
}

#bl .btn{
    display: flex;
    width: 90%;
    justify-content: space-between;
    align-items: center;
	margin: 10% auto;
	flex-direction: row;
    flex-wrap: wrap;
}
#bl .btn .child{
    width: 45%;
    
}
@media only screen and (min-width: 768px) {
	#bl .btn{
    width: 900px;
	flex-wrap: nowrap;
    column-gap: 50px;
	margin: 5% auto;
	}
}

#bl .btn .button-1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 0 5% 0;
    padding: .9em 2em;
    border: 1px solid #000000;
    border-radius: 25px;
    background-color: #fff;
    color: #000000;
    font-size: 1em;
}

#bl .btn .button-1 img{
    width: 57%;
}
#bl .btn .button-1 .tri{
    width: 20%;
}
#bl .cate{
	width: 48%;
    margin: 15% auto;
}
@media only screen and (min-width: 768px) {
	#bl .cate{
	width: 14%;
    margin: 6% auto 8%;
	}
}
#bl .ranking .inner{
	width: 100%;
	position: relative;
	margin: 0 0 20% 0;
}

#bl .ranking .inner .no{
	position: absolute;
    top: -6%;
    left: 2%;
    width: 26%;	
}
#bl .ranking .inner .text{
	margin: 5% auto;
	text-align: center;
}
#bl .ranking .inner .name{
	font-weight: 600;
}
#bl .ranking .inner .price{
	font-weight: 600;
	margin: 2% auto 5%;
}
#bl .ranking .inner .price .red{
	color: #FF0004;
}
#bl .ranking .inner .buy{
	position: relative;
  	display: inline-block;
  	margin-bottom: 1em;
	font-size: 14px;
	font-family: Georgia, 'Times New Roman', Times, 'serif';
}

#bl .ranking .inner .buy:after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -8px;/*線の上下位置*/
	display: inline-block;
	width: 60px;/*線の長さ*/
	height: 2px;/*線の太さ*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: black;/*線の色*/
	border-radius: 2px;/*線の丸み*/
}

@media only screen and (min-width: 768px) {
	#bl .ranking{
	display: flex;
    width: 1200px;
    column-gap: 30px;
    justify-content: space-between;
    align-items: center;
	margin: 0 auto;
	}
	#bl .ranking .inner{
	width: 100%;
	position: relative;
	margin: 0 0 7% 0;
	}

	
}

#bl .button_all{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto 10%;
    padding: .9em 2em;
    border: 1px solid #000000;
    border-radius: 25px;
    background-color: #000;
    color: #fff;
	font-size: 14px;
	font-family: Georgia, 'Times New Roman', Times, 'serif';
	letter-spacing: 1.5px;
}


#bl .sale_cate{
	width: 90%; /* ボックスの横幅を指定 */
	height: auto; /* ボックスの高さを指定 */
	border: 1px solid #000; /* 境界線を実線で指定 */
	text-align: center; /* テキストを中央寄せに指定 */
	margin: 20% auto 10%;
	padding: 10px;
	position: relative;
	
}

#bl .sale_cate .ttl_cate{
	position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 81%;
	
}

#bl .sale_cate .img_cate{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    margin: 10% auto;
    justify-content: space-around;
	row-gap: 30px;
	
}
#bl .sale_cate .child_cate{
	width: 38%;
	
}
#bl .sale_cate .child_cate .name_cate{
	margin: 8% auto;
	font-size: 14px;
	font-family: Georgia, 'Times New Roman', Times, 'serif';
	
}

@media only screen and (min-width: 768px) {
	#bl .sale_cate {
    width: 900px;
	padding: 20px;
	margin: 0% auto 10%;
	}
	#bl .sale_cate .ttl_cate {
    width: 48%;
	}
	#bl .sale_cate .img_cate {
    flex-wrap: nowrap;
	column-gap: 20px;
	}
	#bl .sale_cate .child_cate{
	width: 20%;
	
	}
}

/*********************************************
                js
*********************************************/
#bl .anim {
	opacity: 0;
	transition: 1.5s all 0s;
}
#bl .anim.ac {
	opacity: 1;
	transform: translate(0);
}
/*********************************************
                view
*********************************************/
.spview {
	display: block;
}
.pcview {
	display: none;
}
@media only screen and (min-width: 768px)  {
    .spview {
		display: none;
	}	
	.pcview {
		display: block;
	}
}	
