@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');
@import url('https://fonts.cdnfonts.com/css/old-english-five');
@import url('https://fonts.googleapis.com/css2?family=UnifrakturMaguntia&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;
}

.blog_inner a:not([class]){
	text-decoration: none;
	font-weight: normal;
}

 #sale .container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100vh;
      text-align: center;
     animation: fadeOut 1s ease-in-out 3s forwards;
    }

 #sale h4.intro {
    font-family: "futura-pt", sans-serif;
	text-align: center;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 180%;
	letter-spacing: 0.5px;
    }

 #sale h4.intro span {
      font-size:0.8em;
    }


 @keyframes fadeOut {
      to {
        opacity: 0;
        pointer-events: none;
      }
    }


#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: left;
	background: #FFF;
	color: #000;
}
#sale img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}
#sale p {
	font-size: 0.95em!important;
	margin-top: 0!important;
	line-height: 180%;
}
 #sale h4, #sale h5 {
	color: #000;
	text-align: center;
	font-weight: bold;
	background: none;
	border: none;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

 #sale h2 {
	color: #000;
	text-align: center;
	font-weight: normal;
	background: none;
	border: none;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

#sale h1 {
	color: #000;
	font-family: "futura-pt", sans-serif;
	text-align: center;
	font-weight: normal;
	font-size: 2.5em;
	line-height: 160%;
	letter-spacing: 0.5px;
	font-style: normal;
	margin: 40px auto 0;
}

#sale h3{
	color: black;
	text-align: center;
	font-weight: bold;
	background: none;
	border: none;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	margin: 30px auto;
}



#sale h1 img{
	max-width: 90%;
	height: auto;
	border: none;
	vertical-align: bottom;
	margin: 0 auto;
}


#sale h2.headline {
  padding: 0.3em;/*文字周りの余白*/
  color: #000;/*文字色*/
  background: #fff;/*背景色*/
line-height: 125%;
font-family: serif;
letter-spacing: 0.65rem;
}

#sale h1 span{
	font-size: 0.8em;
}
#sale h2 {
	font-size: 2em;
	line-height: 150%;
	margin: 10px auto 0px;
	text-align: center;
	font-weight: bold;
}

#sale .flex {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	justify-content:center; 
}


#sale .categorylist{
	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;
	/*border: solid 2px #177245;*/
	border-radius: 10px;
}
#sale section.category {
  margin: 20px auto;
  width: 100%;
}
#sale .categorylist div {
  flex-basis: calc(100% / 3 );
}

#sale p.main_text, 
#sale p.stylingtext {
	width: 90%!important;
	margin: 20px auto!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
}

 
#sale .slide {
	margin: 20px auto 50px;
}
#sale .slide ul {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
#sale .slide ul li img {
	width: 100%;
}

#sale section {
	width: 100%;
	max-width: 800px;
}
#sale section.main,
#sale section.member{
	width: 100%;
	position: relative;
	text-align: center;
	margin: 30px auto 0;
}

#sale section.main img{
	margin: 0px auto 20px;
}

#sale section.style {
	margin:0 auto 65px;
}

#sale p.itemname {
	width: 100%;
	line-height: 200%;
}
#sale p.price {
	width: 100%;
	display: block;
	font-size: 1.5em!important;
	text-align: center!important;
	margin-bottom: 10px;
}
#sale p.price span {
	color: #C52F32;
	font-size: 1.3em!important;
	font-weight: bold;
}

#sale .itemlist p.price {
  margin: 0 auto !important;
  font-size: 1.3em !important;
  display: block;
	text-align: left!important;
}
#sale p.price span {
  color: #C52F32;
  font-size: 1.2em !important;
  font-weight: bold;
}

#sale section.main .itembox {
	width: 80%;
	max-width: 800px;
	margin: 10px auto 25px;
}
#sale section.main.itembox p {
	text-align: center;
}
#sale section.main p.itemtext {
	margin: 20px auto 20px!important;
	font-size: 0.85em!important;
}
#sale section.main p.itemname {
	font-size: 1.3em!important;
	margin:20px auto 0!important;
}


@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;
	}
	#sale h1 {
		font-size: 5vw;
		line-height: 130%;
		margin: 5vw auto 0;
	}
			
	#sale h1 span {
		font-size: 4vw;
	}
	#sale h2 {
		font-size: 5vw;
		text-align: center;
	}
	#sale h3 {
		font-size: 3.8vw;
		color: black;
	}
	#sale p, #sale div {
		font-size: 2.8vw!important;
		line-height: 180%;
	}
	#sale p.main_text2 span.bigdate03{
		font-size: 3.5vw!important;
	}
	
	#sale p.main_text {
		display: block!important;
		margin: 2.5vw auto 2.5vw!important;
		text-align: left;
	}
	
	
	
	
	
	
	/* 100%表示用 */
	#news_detail .detail {
		margin: 0 auto;
	}
	/* 回遊リンク */
	#sale .Banner4 {
		text-align: center;
		width: 100%;
	}
	#sale .Banner4 ul {
		margin: 0 auto;
		width: 95%;
	}
	#sale .Banner4 ul li {
		width: 95% !important;
		margin: 0 0 5% 0 !important;
	}
	
	
	
}