/**============================================================================================**/
/*ネオネット上書き*/
/**============================================================================================**/

/*PC非表示*/
/**========================================**/
@media screen and (min-width: 800px) {
	.smp{display:none;}
}


/*FlexBox*/
/**========================================**/
.f-container {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	max-width: 960px;
	margin: 0 auto 10px auto;
	}

.f-item {
	display:flex;
	box-sizing: border-box;
	width: 100%;
	max-width: 320px;
	padding: 5px;
	}



/*ネオネットTOP用の背景消し*/
/**========================================**/
body::after{display: none;}

/*ヘッダー中央寄せ*/
/**========================================**/
header .w600 {
    position: relative; right: auto;
    box-sizing: border-box;
    width: 100%; margin: 0 auto; padding: 0 10px 0 60px;}

/*パンくず*/
/**========================================**/
#sale-page #pankuzu {margin: 0 0 10px; padding: 10px 0;}

@media screen and (max-width:699px){
  #sale-page #pankuzu {
    overflow-x: scroll;
    white-space: nowrap;}
}


/**============================================================================================**/
/*初荷ページ*/
/**============================================================================================**/
#sale-page main {
  max-width: 1200px; margin: 0 auto; padding: 0 15px;}

#sale-page section {margin: 0 0 50px;}

#sale-page img {max-width: 100%; height: auto;}
#sale-page a:hover {opacity: 0.7; transition: 0.3s;}

@media screen and (max-width:699px){
  #sale-page main {padding: 0 10px;}
  #sale-page section {margin: 0 0 30px;}
}


/**============================================================================================**/
/*左右帯*/
/**============================================================================================**/
#sale-page article {
  position: relative;
  max-width: 960px; padding: 0 120px 15px;}

#sale-page article::before,
#sale-page article::after {
  content: '';
  display: block;
  position: absolute; top: 0;
  width: 100px; height: 100%;
  background-image: url(/info/create/25/hatsuuri/side-bar.gif);}

#sale-page article::before {left: 0;}
#sale-page article::after {right: 0;}

@media screen and (max-width:699px){
  #sale-page article {padding: 0 0 10px;}
  
  #sale-page article::before,
  #sale-page article::after {display: none;}
}


/**============================================================================================**/
/*インフォメーション*/
/**============================================================================================**/

/*説明欄*/
/**========================================**/
#sale01 p {
  margin: 30px 0;
	font-size: 2.5em; font-weight: 600; line-height: 2.2em;	text-align: center;}

@media screen and (max-width:999px){
  #sale01 p {font-size: 2em;}
}
@media screen and (max-width:699px){
  #sale01 p {margin: 20px 0 0; font-size: 1.5em; line-height: 2.0em;}
}

/*赤文字*/
/**========================================**/
#sale01 span {
  margin: 0 5px;
	color: #d00;
	font-size: 1.6em;
	text-decoration: underline #ff0;
	text-underline-offset: -0.2em;
	text-decoration-thickness: 0.4em;
	text-decoration-skip-ink: none;}

/*タブレットサイズから改行*/
/**========================================**/
#sale01 .smp {display: none;}

@media screen and (max-width:999px){
  #sale01 .smp {display: inline;}
}


/**============================================================================================**/
/*セール商品*/
/**============================================================================================**/

/*超目玉商品*/
/**========================================**/
h3 {
	box-sizing: border-box;
	background-image: url(/info/create/24/hatsuuri/special_bg.gif);
	background-position: 50% 70%;
	text-align: center;}
h3 img {max-width: 300px;}

@media screen and (max-width:699px){
  h3 img {max-width: 50%;}
}

/*フレックスボックス用*/
/**========================================**/
#sale-page .f-container {
  display:flex; flex-wrap:wrap;	justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;}

#sale-page .f-item {
  display:block;
  box-sizing: border-box;
  padding: 5px;}

#sale-page .f-2 {max-width: 470px; margin: 5px;}
#sale-page .f-4 {max-width: 250px;}

/*注釈*/
/**========================================**/
#sale02 p {
  margin: 15px 0 0;
  font-size: 1.5em; line-height: 2em; font-weight: 600; text-align: center;}

#sale02 span {color: #d00;}

@media screen and (max-width:699px){
  #sale02 p {margin: 15px 0 0; font-size: 1.2em; line-height: 1.7em;}
}


/**============================================================================================**/
/*セールカテゴリ一覧*/
/**============================================================================================**/
h4 {
  box-sizing: border-box;
	max-width: 960px;
	margin: 0 0 10px;
	padding: 18px 7px 15px;
	background: #000;
	color: #eadb47;
	font-size: 1.8em;
	font-weight: 600;
	text-align: center;
}

@media screen and (max-width:699px){
  h4 {font-size: 1.5em;}
}


/**============================================================================================**/
/*注意事項*/
/**============================================================================================**/
h5 {
  display: inline-block;
  margin: 0 0 15px; padding: 7px 10px 5px;
  background: #ffd600;
  color: #000; font-size: 1.3em; font-weight: 600;}

#sale04 li {list-style: disc; margin: 0 0 0.5em 1.2em; font-size: 1.2em;}

@media screen and (max-width:699px){
  h5 {font-size: 1.2em;}
  #sale04 li {margin: 0 0 1em 1em; font-size: 1em;}
}


/**============================================================================================**/
/*TOPへボタン*/
/**============================================================================================**/
#top-button {
  right: 0px; bottom: 10px;
  z-index: 1;
  padding: 15px 10px;
  border-radius: 8px 0 0 8px;
  background: #2e3071;
  color: #FFF; font-size: 12px;
  line-height: 1.3em; text-align: center;}

#top-button span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;}

#top-button span::before,
#top-button span::after {
  content: '';
  position: absolute; top: 50%; left: 0px;}

#top-button span::before {
  width: 0; height: 0; margin: -5px 0 0 5px;
  border-style: solid; border-width: 0 6px 9px 6px;
  border-color: transparent transparent #fff transparent;}

#top-button span::after {
  width: 20px; height: 20px; margin: -11px 0 0;
  border: solid #fff 1px; border-radius: 10px;}

@media screen and (max-width:699px){
  #top-button {display: none;}
}

.update{
  width: 90%;
  max-width: 630px;
  background-color: #ffe500;
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  padding: 7px 7px 4px 7px;
  margin: 20px auto;
}


/**============================================================================================**/
/*--LastUp2024.12.10_oda--*/
