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

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;600;700&display=swap');

html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}

body{
	overflow-x: unset;
}

.clearfix:before, .clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}

#renewal_sale {
	width: unset;
	margin:0 auto;
	padding:0;
	font-size:16px;
	font-weight:normal;
	font-family: 'Roboto' , 'Noto Sans JP', sans-serif;
	overflow: hidden;
	text-align: center;
	background: white;
	color: black;
}

#renewal_sale img {
	max-width:100%;
	height:auto;
	border: none;
	vertical-align: bottom;
	margin:0px auto;
}

#renewal_sale img.banner {
	max-width:100%;
	height:auto;
	border: none;
	vertical-align: bottom;
	margin:30px auto 0;
}

#renewal_sale p{
	font-size: 0.95em!important;
	margin-top: 0!important;
}

#renewal_sale h1,
#renewal_sale h2,
#renewal_sale h3,
#renewal_sale h4,
#renewal_sale h5{
	color: #000;
	text-align:center;
	background: none;
	border: none;
    font-weight: normal;
}

#renewal_sale h1{
	/*font-size: 3em;*/
	font-size: 3em;
	line-height: 140%;
	margin: 50px auto 10px;
    font-weight: bold;
	color:black;
}

#renewal_sale h1 span{
	font-size: 0.6em;
    letter-spacing: 0;
	line-height: 140%;
}

#renewal_sale h1 span.subtitle{
	font-size: 0.5em;
	line-height: 140%;
}

#renewal_sale h2{
	font-size: 2em;
	line-height: 180%;
	margin: 70px auto 0px;
	font-weight: bold;
}

#renewal_sale h2.title{
	font-size: 2em;
	line-height: 180%;
	margin: 0px auto 20px;
	font-weight: bold;
	border-radius: 8px;
	color: #a40000;
}

#renewal_sale h2 span{
	display: block;
	font-size: 0.4em;
    line-height: 150%;
}

#renewal_sale h3{
	font-size: 1.8em;
	line-height: 180%;
	margin: 0 auto;
	font-weight: bold;
	color:#b22222;
}

#renewal_sale h4{
	font-size: 1.2em;
	line-height: 180%;
	margin: 0px auto 10px;
	font-weight: bold;
	background: linear-gradient(transparent 70%, #ffe4e1 100%);
	width:20%;
	color:#a40000;
}


#renewal_sale .renewal_sale_wrap{
	width:100%;
	max-width:800px;
	margin:0 auto 40px;
	padding:0;
	text-align: center;
}


#renewal_sale section.item_2 .flex div {
	flex-basis: 50%;
	margin-bottom: 25px;
	padding: 1%;
}


#renewal_sale div.brand_logo {
	width:30%;
	margin:15px auto;
	background: white;
}

#renewal_sale .flex{
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
 position: relative;
}

#renewal_sale .brandlist {
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	justify-content: center;
	background: white;
}


#renewal_sale .brandlist div{
	flex-basis: calc(100% / 4 - 1%);
    padding:2% 2%;
	margin: auto 0;
}

#renewal_sale p.main_text{
	margin: 0 auto 35px!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
	font-size:1em!important;
}

#renewal_sale p.main_text2{
	margin: 0 auto 20px!important;
	text-align:center;
	width:95%;
	line-height: 180%;
	display: block!important;
	font-size:1em!important;
}

#renewal_sale p.main_text span.bigdate {
font-size: 1.5em;
font-weight: bold;
color: #b22222;
/*background: linear-gradient(transparent 70%, black 100%);*/
line-height:150%;
}

#renewal_sale p.main_text span.bigdate02 {
font-size: 1.5em;
font-weight: bold;
color:#000;
background: linear-gradient(transparent 70%, #fffacd 100%);
line-height:150%;
}


#renewal_sale section{
	width: 100%;
	margin: 10px auto;
}

#renewal_sale section.style{
	margin: 0px auto 50px;
}


#renewal_sale p.itemname{
	width: 100%;
	margin: 15px auto 0!important;
    text-align: center;
	font-family: 'Roboto' , 'Noto Sans JP', sans-serif;
	font-size: 1em;
	line-height: 180%;
}

#renewal_sale p.percentage{
	width: 100%;
    text-align: center;
	font-family: 'Roboto' , 'Noto Sans JP', sans-serif;
	font-size: 2em!important;
	line-height: 180%;
	color:#b31b1b;
	font-weight: bold;
}


#renewal_sale p.price{
	width: 100%;
	margin: 0 auto!important;
}

#renewal_sale p.price span{
	color: #C52F32;
	font-size: 1.4em!important;
	font-weight: bold;
}

.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
	
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);	
}

#renewal_sale section.style .otheritem{
	display: block;
	width: 100%;
	max-width: 150px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #b22222;
	background: #b22222;
	color: #FFF;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
	border-radius: 8px;
}


#renewal_sale section.style .otheritem{
   /* font-family: 'DIN-Condensed', sans-serif;*/
    font-size: 1em;
    text-align: center;
    max-width: 500px;
    width: 65%;
    padding: 10px 3px;
	margin:10px auto;
}

#renewal_sale section.style .otheritem:hover{
	background: #FFF;
	text-align: center;
	border: 1px solid #b22222;
	color: #b22222;
}


/* 回遊リンク */

#renewal_sale .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#renewal_sale .Banner4 h3 {
	font-size: 30px !important;
	margin: 50px auto;
	padding: 20px 0;
	border-top: double #000;
	border-bottom: 1px solid #000;
	color: #000;
	letter-spacing: 3px;
}

#renewal_sale .Banner4 ul {
	display:inline;
}

#renewal_sale .Banner4 ul li {
	display:inline-block;
	width: 47% !important;
	margin: 1% 1% 2% 1%;
}

@media only screen and (min-width:749px){

.pc_none{
	display: none!important;
}



/* ヘッダー・フッターの崩れを直す */

#news_detail .detail{
	width:100%!important;
}

#news_detail .detail .head{
	width: 1000px!important;
	margin: 0 auto 50px!important;
}

#news_detail .detail .content p:first-child{
	margin: 0 auto;
	max-width: 1000px!important;
}

#topicpath{
	width: 1168px;
	margin: 0 auto;
}

.paging{
	width: 1000px;
	margin: 0 auto;
}
.item_category_links{
	width: 1168px;
	margin: 100px auto 0;
}

}

@media screen and (max-width:748px) {

.sp_none {
	display:none;
}

#renewal_sale h1{
	/*font-size: 5.5vw;*/
	font-size: 7vw;
    margin: 4vw auto 1.5vw;
}

#renewal_sale h1 span{
	font-size: 3.5vw;
}
	
#renewal_sale h1 span.subtitle{
	font-size: 2.5vw;
}	

#renewal_sale h2{
	font-size: 4.5vw;
	margin: 10vw auto 0;
}
	
#renewal_sale h2.title{
	font-size: 4.5vw;
	margin: 0 auto;
}
	
#renewal_sale p.main_text span.bigdate{
	font-size: 3vw;
}		
	
#renewal_sale h2 span{
	font-size: 3.5vw;
}

#renewal_sale h3{
	font-size: 5vw;
}	
	
#renewal_sale h4{
	
	width:30%;
}	
	
#renewal_sale img.banner {
	margin:20px auto 0;
}	
	
#renewal_sale section.style .otheritem{
   /* font-family: 'DIN-Condensed', sans-serif;*/
    font-size: 1em;
}	
	
	
#renewal_sale p,
#renewal_sale div{
	font-size: 3.5vw!important;
	line-height: 180%;
}

#renewal_sale p.main_text{
	margin: 0 auto 10px!important;
	font-size:2.5vw!important;
	width:95%;
}

#renewal_sale p.main_text2{
	margin: 0 auto 10px!important;
	font-size:2.5vw!important;
	width:95%;
	text-align: left;
}	
	
		
#renewal_sale section.category {
	margin: 0px auto;
	width: 95%;
}	
	
#renewal_sale section{
	margin: 0vw auto 5vw;
}

#renewal_sale section.style{
	margin: 0vw auto 8vw;
}
	
#renewal_sale p.itemname{
	margin: 3vw auto 0vw!important;
	font-size: 3vw!important;
}
	
#renewal_sale p.percentage{
	font-size: 5vw!important;
}
	
#renewal_sale .renewal_sale_wrap{
	margin:0 auto 25px!important;
}	

/* 100%表示用 */

#news_detail .detail{
	margin: 0 auto;
}

/* 回遊リンク */

#renewal_sale .Banner4 {
	text-align: center;
	width: 100%;
}

#renewal_sale .Banner4 ul{
	margin: 0 auto;
	width: 95%;
}

#renewal_sale .Banner4 ul li {
	width: 95% !important;
	margin: 0 0 5% 0 !important;
}

#renewal_sale section.instagram{
    margin: 12.125vw auto;
}

/* ヘッダー */

#news_detail .detail .content p:first-child img{
	display: none;
}

#renewal_sale .header{
	position: relative;
	/*height: 109vw;*/
}

#renewal_sale .header .title{
	position: absolute;
	top: 1vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
}

}