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

#lp_{
	color: #333;
	letter-spacing: 0.2rem;
	margin: 0 auto 100px;
	width: 1100px;
}
#lp_ li{
  list-style: none;
}

.itemnon_{
  margin: 100px auto;
  text-align: center;
  font-family: 'Work Sans', "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
}


.menuframe_{
	display: flex;
	gap: 50px; 
	justify-content: center;
	margin: 0 auto -30px;
	padding: 50px 50px 0;
	text-align: center;
}
.menuframe_ p{
	font-size: 2.5rem;
	font-weight: bold;
	text-decoration: underline;
}



.mediatitle_{
	background-color:#EAEAEA;
	margin: 60px auto 30px;
	padding: 10px;
	width: 1000px;
}
.mediatitle_ p{
	font-size: 2rem;
	font-weight: bold;
	margin-left: 20px;
}
.mediatitle_ span{
	font-size: 1.5rem;
}

.btitle_{
	border-bottom: solid 3px #333;
	margin: 60px auto 10px;
	padding: 10px;
	width: 1050px;
}
.btitle_ p{
	font-size: 2.5rem;
	font-weight: bold;
	text-align: left;
}

.itemlist_{
	align-content: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 12.5px; 
	justify-content: flex-start;
	letter-spacing: 0;
	margin: 30px auto ;
	width: 950px;
}
.item_{
	width: 180px;
}
.brname_{
	color: #999;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 15px 0 5px;
}
.itemname_, .itemprice_{
	font-size: 1.3rem;
}
.itemprice_{
	margin-top: 5px;
}

.brandbtn_{
  margin: 30px auto 0;
  width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.brandbtn_ .btn, .brandbtn_  .btn_nolink_{
    margin-top: 5px;
    border: 1.5px solid #333;
    border-radius: 5px;
    font-family: 'Work Sans', "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0rem;
    padding: 0.8rem 0;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 15.8%;
}

.brandbtn_ .btn{
  background: #fff;
  color: #333;
  cursor: pointer;
}
.brandbtn_  .btn_nolink_{
  background: #333;
  color: #fff;
}

.brandbtn_ a:hover {
  color: #fff;
  background: #333;
  opacity: 1;
}

.nonitem_{
	background: #eee;
	border: 1.5px solid #333;
	border-radius: 5px;
	font-family: 'Work Sans', "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0rem;
	padding: 0.8rem 0;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	width: 15.8%;
	cursor: none;
}


.backnumber_{
  margin:  120px auto;
  text-align:  center;
}

.backnumber_ p{
  font-size: 2.2rem;
  font-weight: bold;
}

.backnumber_ ul{
  display: flex;
  font-size: 2rem;
  font-weight: 600;
  gap: 0 30px;
  justify-content: center;
  margin: 30px auto; 
}

.backnumber_ ul a{  
  border: solid 1.5px;
  border-radius: 5px;
  padding: 10px 25px;
}

.btn {
  border: 1px solid #333;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin-top: 10px;
  padding: 10px;
  border-radius:5px;
  background-color: #f8f8f8;}

.alert_txt{
padding-left: 39px;
}

.alert_txt p{
font-size: 11px;
}

.backnumber_ ul.content_a{
  display: flex;
  font-size: 2rem;
  font-weight: 600;
  gap: 0 30px;
  justify-content: center;
  margin: 30px auto; 
}

.backnumber_ ul.content_b{
  display: flex;
  font-size: 2rem;
  font-weight: 600;
  gap: 0 30px;
  justify-content: center;
  margin: 30px auto; 
}

.backnumber_ ul.content_c{
  display: flex;
  font-size: 2rem;
  font-weight: 600;
  gap: 0 30px;
  justify-content: center;
  margin: 30px auto; 
}

.backnumber_ ul.content_d{
  display: flex;
  font-size: 2rem;
  font-weight: 600;
  gap: 0 30px;
  justify-content: center;
  margin: 30px auto; 
}

.backnumber_ ul.content_e{
  display: flex;
  font-size: 2rem;
  font-weight: 600;
  gap: 0 30px;
  justify-content: center;
  margin: 30px auto; 
}

@media (max-width: 599px) {
	#lp_{
		letter-spacing: 0.13rem;
		margin: 20px auto 80px;
		max-width: 599px;
		min-width: 340px;
		width: 100%;
	}
	
  .itemnon_{
    font-size: 1rem;
  }

	.menuframe_{
		display: flex;
		gap: 0 30px; 
		justify-content: center;
    margin:  30px auto -10px;
		padding: 0;
		text-align: center;
	}
	.menuframe_ p{
		font-size: 1.3rem;
		font-weight: bold;
		text-decoration: underline;
	}
	
	.btitle_{
		border-bottom: solid 2px #333;
		margin: 40px auto 20px;
		text-align: center;
		width: 98%;
	}
	.btitle_ p{
		font-size: 1.3rem;
		text-align: center;
	}

	.mediatitle_{
		margin: 30px auto 12px;
		width: 95%;
	}
	.mediatitle_ p{
		font-size: 1rem;
		margin-left: 0px;
	}
	.mediatitle_ span{
		font-size: 0.7rem;
	}

	.itemlist_{
		gap: 20px 2%; 
		margin: auto ;
		width: 95%;
	}
	.item_{
		line-height: 1.45;
		width: 49%;
	}
	.brname_{
		font-size: 0.7rem;
		font-weight: normal;
		margin: 7px 0 5px;
	}
	.itemname_, .itemprice_{
		font-size: 0.8rem;
	}
	.itemprice_{
		margin-top: 5px;
	}
  
  .brandbtn_{
  margin: auto;
	justify-content: center;
  gap: 9px 7px;
  width: 100%;
}

.brandbtn_ .btn, .brandbtn_  .btn_nolink_{
  border: 1.5px solid #333;
  border-radius: 4px;
  letter-spacing: -0.01rem;
  font-size: 0.7rem;
  padding: 0.6rem 0;
  width: 29%;
  max-width: 147px;
}
	
.nonitem_{
  border: 1.5px solid #333;
  border-radius: 4px;
  letter-spacing: -0.01rem;
  font-size: 0.7rem;
  padding: 0.6rem 0;
  width: 29%;
  max-width: 147px;
}
  
.backnumber_{
  margin:  80px auto;
}

.backnumber_ p{
  font-size: 1.1rem;
}

.backnumber_ ul{
  font-size: 1.0rem;
  gap: 30px 20px;
  margin: 30px auto; 
	flex-wrap: wrap;
}

.backnumber_ ul a{  
  border-radius: 4px;
  padding: 10px 18px;
}

.btn {
  font-size: 13px;
}

.alert_txt{
padding-left: 10px;
}

.alert_txt p{
font-size: 10px;
}

.backnumber_ ul.content_a{
  font-size: 1rem;
  gap: 0 10px;
}

.backnumber_ ul.content_b{
  font-size: 1rem;
  gap: 0 10px;
}

.backnumber_ ul.content_c{
  font-size: 1rem;
  gap: 0 10px;
}

.backnumber_ ul.content_d{
  font-size: 1rem;
  gap: 0 10px;
}

.backnumber_ ul.content_e{
  font-size: 1rem;
  gap: 0 10px;
}
  
}