@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{border:0;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;word-wrap: break-word;}
:focus{outline:0;}

a:link { color: #666666; text-decoration: underline;}
a:visited { color: #666666; }
a:hover { color: #666666; }
a:active { color: #666666; }

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
	

/* 便利なもの */

.w90p{width:90%;}
.w100p{width:100%;}
hr.style0 {
	border-top: 1px solid #f6ab00;
	width: 100%;
margin: 0 0 0 0;
padding: 0;}
hr.style1{
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
	width: 100%;
	margin-bottom: 10px;}
hr.style2 {
	border-top: 1px dashed #8c8b8b;
	width: 100%;
	margin: 15 0px;}
hr.style3 {background-color: #fff;
	border-top: 1px dashed #8c8b8b;
	width: 100%;
	margin:5 0 10 0px;}
hr.style4 {background-color: #fff;
	border-top: 1px dashed #8c8b8b;
	width: 100%;
	margin:5 0 10 0px;}
.center{text-align: center;}

h3{font-size: 200%;text-align: center;}
h4{font-size: 150%;display:inline;}
h5{font-size: 130%;}
.tx80{font-size: 80%;}
.tx90{font-size: 90%;}
.tx100{font-size: 100%;}
.tx110{font-size: 110%;}
.tx120{font-size: 120%;}
.tx130{font-size: 130%;}
.tx150{font-size: 150%;}
.tx180{font-size: 180%;}
.tx200{font-size: 200%;}

.mt10{margin-top: 10px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.ml20{margin-left: 20px;}
.p20{padding: 20px;}

.title_m {
  position: relative;
  text-align: center;
}
.title_m span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
	font-size: 130%;
}
.title_m::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

/* news部分 */
.news01{background-image: url(https://www.a-1.co.jp/images/top/icon_news.png); background-repeat:no-repeat; padding-left: 100px; margin-bottom: 10px; height: 25px;}
.news02{background-image: url(https://www.a-1.co.jp/images/top/icon_update.png); background-repeat:no-repeat; padding-left: 100px; margin-bottom: 10px; height: 25px;}

ol, ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption, th, td{font-weight:normal;text-align:left;}
blockquote:before, blockquote:after,q:before, q:after{content:"";}
blockquote, q{quotes:"" "";}
a img{border:0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
/* -------------------------------------------------------------- */

body{
color:#555;
font:12px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
background:#fff;
-webkit-text-size-adjust:100%;
	overflow-x:hidden;
}



/* 分割部分
------------------------------------------------------------*/
/* PC用　960px以上
------------------------------------------------------------*/
@media screen and (min-width:960px) {
*, *:before, *:after {
	box-sizing: border-box;
}
	.box1 {
    padding: 20px!important;
    font-weight: normal;
    border: solid 1px #cccccc;
	margin: 0 auto 20px!important;
}
		.box2 {
    padding: 10px!important;
    font-weight: normal;
    border: solid 1px #cccccc;
	margin: 0 auto 20px!important;
}
		.box3 {
    font-weight: normal;
    border: solid 1px #888888;
	background-color: #888888;
	color: #fff;
}
		.box4 {
    font-weight: normal;
    border: solid 1px #cccccc;
			
}
	
	.kakomi-box1 {
 margin: 0 auto;
 padding: 1em;
 width: 98%;
 background-color: #fff; /* 背景色 */
 border: 1px solid #ccc; /* 枠線 */
}
	
}
/* タブ用 768px-959pxまで
------------------------------------------------------------*/
@media screen and (min-width:768px) and ( max-width:959px) {
	
	.tx01{font-size: 130%;}
	.box1 {
    font-weight: normal;
    border: solid 1px #cccccc;
	margin: 0 auto 20px!important;
}
		.box2 {
    font-weight: normal;
    border: solid 1px #cccccc;
	margin: 0 auto 20px!important;
}
		.box3 {
    padding: 10px!important;
    font-weight: normal;
    border: solid 1px #888888;
	background-color: #888888;
		color: #fff;
			margin: 5px auto;
}
	
		.box3 a {
		color: #fff;
}
	
			.box4 {
				padding: 10px!important;
    font-weight: normal;
    border: solid 1px #cccccc;
}
	.kakomi-box1 {
 margin: 0 auto;
 padding: 1em;
 width: 98%;
 background-color: #fff; /* 背景色 */
 border: 1px solid #ccc; /* 枠線 */
}
	
.btn-animation-seisanka {
  display: inline-block;
  text-align: center;
  background-color: #ebe5e5;
  border: 2px solid #ebe5e5;
  font-size: 15px;
  color: #fffffff!important;
  text-decoration: none;
  font-weight: normal;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
}			
.btn-animation-seisanka span {
  position: relative;
  z-index: 1;
}

.btn-animation-seisanka:hover {
  color: #555;
}			

.btn-animation-seisanka a {
  color: #555;
}	
}

/* スマホ用 100px～767pxの場合
------------------------------------------------------------*/
@media screen and (min-width:100px) and ( max-width:767px) { 
	.box1 {
    padding: 20px!important;
    font-weight: normal;
    border: solid 1px #cccccc;
	margin: 0 auto 20px!important;
}
	.box2 {
    padding: 10px!important;
    font-weight: normal;
    border: solid 1px #cccccc;
	margin: 0 auto 20px!important;
}
	
	.box3 {
    padding: 10px!important;
    font-weight: normal;
    border: solid 1px #888888;
	background-color: #888888;
		color: #fff;
		margin: 5px auto;
}
			.box4 {
				padding: 10px!important;
    font-weight: normal;
    border: solid 1px #cccccc;
				margin: 5px auto;
}
	.box3 a {
		color: #fff;
}
	.kakomi-box1 {
 margin: 0 auto;
 padding: 1em;
 width: 98%;
 background-color: #fff; /* 背景色 */
 border: 1px solid #ccc; /* 枠線 */
}
	
}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:20px auto 0;
padding:0 1%;
width:98%;
position:relative;
}


/* PC用　960px以上
------------------------------------------------------------*/
@media screen and (min-width:960px) {
		.bulkorder_box_in {
		width: 80%;
		margin: 20px auto!important;
    padding: 20px 80px 20px 80px;!important;
background-color: #fee3d4;
}
	.bulkorder_left{width: 20%; float: left; margin-right: 30px;}
	.bulkorder_right{width: 75%; float: right;}
	.bulkorder_f03{
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	color: #666666;
	padding: 10px 0;
	font-size: 18px;
}
	.bulkorder_f04{
	font-size: 25px;
	vertical-align: middle;
		padding:0% 2% 0 2%;}
	.bulkorder_f05{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	text-align: center;
	vertical-align: middle;
	background-color: #bcecfc;
	color: #666666;
	padding: 10px;
	font-size: 18px;
}
	
	
	span.product_badge{
	background-color: #363763!important; 
	border-radius: 5px; 
	padding: 5px!important; 
			margin-top: 5px!important;
	font-size: 16px; 
	color: #ffffff;
	margin-right: 5px;
		}
	h2.fu_bag_ttl{
	background-color: #f7f7f7;
	padding: 15px 10px;
	border-left:15px solid #ec6941;
	color: #615f5f;
	font-weight: 400;
	font-size: 140%;
	margin-bottom: 20px;

}
		h2.ttl_pink{
	background-color: #f7f7f7;
	padding: 15px 10px;
	border-left:15px solid #f35f7f;
	color: #615f5f;
	font-weight: 400;
	font-size: 140%;
	margin-bottom: 20px;

}
	
			h2.ttl_red{
	background-color: #f7f7f7;
	padding: 15px 10px;
	border-left:15px solid #da0000;
	color: #615f5f;
	font-weight: 400;
	font-size: 140%;
	margin-bottom: 20px;

}
	
	
	.w_nav{background-color: #ec6941;
	text-decoration: none;
	text-align: center;
	color: #ffffff!important;
	font-size: 140%;
	margin: 5px;
	display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;}
	
.w_nav a{text-decoration: none;
	text-align: center;
	color: #ffffff!important;}
	
.w_nav2{background-color: #FF687F;
	text-decoration: none;
	text-align: center;
	color: #ffffff!important;
	font-size: 140%;
	margin: 5px;
	display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;}
	.w_nav2 a{text-decoration: none;
	text-align: center;
	color: #ffffff!important;}
	
.w_nav3{background-color: #f2eded!important;
	text-decoration: none;
	text-align: center;
	color: #000000!important;
	font-size: 140%;
	margin: 5px;
	display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;}
.w_nav3 a{text-decoration: none;
	text-align: center;
	color: #000000!important;}
	
.w_nav4{background-color: #888888;
	text-decoration: none;
	text-align: center;
	color: #fff!important;
	font-size: 140%;
	margin: 5px;
	display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;}
.w_nav4 a{text-decoration: none;
	text-align: center;
	color: #fff!important;}	
	
.outlet_nav a{text-decoration: none;
	text-align: center;
	color: #ffffff!important;}
	
		
	.outlet_nav{background-color: #9c9898;
	text-decoration: none;
	text-align: center;
	color: #ffffff!important;
	font-size: 140%;
	margin: 5px;
	display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;}
	

#wrapper,.inner{
width:100%;
padding:0;
}


#contents {
	overflow: hidden;
	width: 100%;
	max-width:1140px;
	margin: 0 auto;
}

#contents_1400 {
	overflow: hidden;
	width: 100%;
	max-width:1400px;
	margin: 0 auto;
}
	


#contents #main {
	float: left;
	width: 760px;
	overflow: hidden;
	background: #9fb7d4;
}

	#contents #main article {
		overflow: hidden;
		padding: 10px;
	}

#contents aside {
	float: left;
	width: 300px;
	overflow: hidden;
	background: #ccc;
}

	#contents aside p {
		padding: 10px;
	}

	#header{postion: -webkit-sticky;
    /* position: sticky; */
    top: 0;
	z-index: 999;}	

#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #efaf00;
  opacity: 0.8;
  border-radius: 50%;
	z-index: 999;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a:hover{
  background: #fac73c;
  border-radius: 50%;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: url(https://www.a-1.co.jp/img/pagetop_arrow.png);
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -20px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

	#link01 {
   margin-top:-80px;
  padding-top:130px;
}
			#link02 {
   margin-top:-150px;
  padding-top:150px;
}
			#link03 {
   margin-top:-150px;
  padding-top:150px;
}
			#link04 {
   margin-top:-150px;
  padding-top:150px;
}
				#link05 {
   margin-top:-150px;
  padding-top:150px;
}
				#link06 {
   margin-top:-150px;
  padding-top:150px;
}
	#link07 {
   margin-top:-150px;
  padding-top:150px;
}
		#link08 {
   margin-top:-150px;
  padding-top:150px;
}
	#link09 {
   margin-top:-150px;
  padding-top:150px;
}
		#link10 {
   margin-top:-150px;
  padding-top:150px;
}
			#season {
   margin-top:-100px;
  padding-top:100px;
}
	
	#bradal_link01 {
   margin-top:-80px;
  padding-top:130px;
}
			#bradal_link02 {
   margin-top:-150px;
  padding-top:150px;
}
			#bradal_link03 {
   margin-top:-150px;
  padding-top:150px;
}
	
.pc_noview {display: none;border:0;}	
.pc_noview3 {display: none;border:0;}
.sticky_nav{
	position: -webkit-sticky;
position: fixed;
	z-index:99999999999999;
	}

.nav_on{
		border-right: 1px #ffffff solid;
		background-color: #f86084;
		width: 33.3%
	}
.nav_off{
		border-right: 1px #ffffff solid;
		background-color: #ed3460;
		width: 33.3%
	}
.nav_off a:hover{
	display: block;
	width: 100%;
	background-color: #f86084;
	opacity: 1
	

	}
.small_nav{
		border-right: 1px #ffffff solid;
		background-color: #f86084;
		width: 100%;
	padding: 10px 0 10px 50px;
	text-align: left;
	}
.small_nav a{
	color: #ffffff;
	text-decoration: underline;
	margin-right: 30px;
	font-size: 15px
	}	
	
	.pc_mt30{margin-top: 30px;}
	.pc_mt50{margin-top: 50px;}
	.pc_mt70{margin-top: 70px;}
	h3{font-size: 200%;text-align: center;}
h4{font-size: 150%;display:inline;}
h5{font-size: 130%;}
.tx80{font-size: 80%;}
.tx90{font-size: 90%;}
.tx100{font-size: 100%;}
.tx110{font-size: 110%;}
.tx120{font-size: 120%;}
.tx130{font-size: 130%;}
.tx140{font-size: 140%;}	
.tx150{font-size: 150%;}
.tx170{font-size: 170%;}	
.tx180{font-size: 180%;}
.tx200{font-size: 200%;}
.tx180_120{font-size: 180%;}
.tx160_120_90{font-size: 160%;}	
.tx150_90{font-size: 150%;}	
.tx150_120{font-size: 150%;}		
.tx140_120{font-size: 140%;}	
.tx140_90{font-size: 140%;}	
	.tx120_90{font-size: 120%;}
.t120_90{font-size: 120%!important;}		
	
}



/* タブ用 768px-959pxまで
------------------------------------------------------------*/
@media screen and (min-width:768px) and ( max-width:959px) {
		.bulkorder_box_in {
		width: 80%;
		margin: 20px auto!important;
    padding: 30px;!important;
background-color: #fee3d4;
}
	.bulkorder_left{width: 20%; float: left; margin-right: 15px;}
	.bulkorder_right{width: 70%; float: right;}
	.bulkorder_f03{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	color: #666666;
	padding: 10px 0;
	font-size: 18px;
}
	.bulkorder_f04{
	font-size: 25px;
	vertical-align: middle;
		padding:0% 2% 0 2%;}
	
		.bulkorder_f05{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	text-align: center;
	vertical-align: middle;
	background-color: #bcecfc;
	color: #666666;
	padding: 10px;
	font-size: 18px;
}
	
	h2.fu_bag_ttl{
	background-color: #f7f7f7;
	padding: 20px 10px;
	border-left:15px solid #ec6941;
	color: #615f5f;
	font-weight: 400;
	font-size: 130%;
	margin-bottom: 20px;

}
	
		h2.ttl_pink{
	background-color: #f7f7f7;
	padding: 20px 10px;
	border-left:15px solid #f35f7f;
	color: #615f5f;
	font-weight: 400;
	font-size: 130%;
	margin-bottom: 20px;

}
	
		h2.ttl_red{
	background-color: #f7f7f7;
	padding: 20px 10px;
	border-left:15px solid #da0000;
	color: #615f5f;
	font-weight: 400;
	font-size: 130%;
	margin-bottom: 20px;

}
	
	.w_nav{background-color: #ec6941;
	text-decoration: none;
	text-align: center;
	color: #ffffff!important;
	font-size: 120%;
	margin: 5px;
	display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;}
	
.w_nav a{text-decoration: none;
	text-align: center;
	color: #ffffff!important;}
	
	.w_nav2{background-color: #FF687F;
	text-decoration: none;
	text-align: center;
	color: #ffffff!important;
	font-size: 120%;
	margin: 5px;
	display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;}
	
.w_nav2 a{text-decoration: none;
	text-align: center;
	color: #ffffff!important;}
	
	.w_nav3{background-color: #f2eded!important;
	text-decoration: none;
	text-align: center;
	color: #000000!important;
	font-size: 120%;
	margin: 5px;
	display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;}
.w_nav3 a{text-decoration: none;
	text-align: center;
	color: #000000!important;}
	
.w_nav4{background-color: #888888;
	text-decoration: none;
	text-align: center;
	color: #fff!important;
	font-size: 120%;
	margin: 5px;
	display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;}
.w_nav4 a{text-decoration: none;
	text-align: center;
	color: #fff!important;}	
	
	
	.outlet_nav{background-color: #9c9898;
	text-decoration: none;
	text-align: center;
	color: #ffffff!important;
	font-size: 120%;
	margin: 5px;
	display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;}
	
.outlet_nav a{text-decoration: none;
	text-align: center;
	color: #ffffff!important;}
		

#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #efaf00;
  opacity: 0.8;
  border-radius: 50%;
	z-index: 999;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a:hover{
  background: #fac73c;
  border-radius: 50%;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: url(https://www.a-1.co.jp/img/pagetop_arrow.png);
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -20px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}	
.pc_noview2 {height: 100px;border:0;}
.pc_noview3 {display: none;border:0;}	
	.tab_noview {display: none;border:0;}
		.sticky_nav{
		position: -webkit-sticky;
	position: fixed;
    top: 50;
	z-index:99999999999999;
	}

.nav_on{
		border-right: 1px #ffffff solid;
		background-color: #f86084;
		width: 33.3%
	}
.nav_off{
		border-right: 1px #ffffff solid;
		background-color: #ed3460;
		width: 33.3%
	}
.nav_off a:hover{
	display: block;
	width: 100%;
	background-color: #f86084;
	opacity: 1
	

	}
.small_nav{
		border-right: 1px #ffffff solid;
		background-color: #f86084;
		width: 100%;
	padding: 10px 0 10px 50px;
	text-align: left;
	}
.small_nav a{
	color: #ffffff;
	text-decoration: underline;
	margin-right: 30px;
	font-size: 15px
	}	
.pc_mt30{margin: 0;}	
	.pc_mt50{margin-top: 0px;}
	.pc_mt70{margin-top: 0px;}
	h3{font-size: 200%;text-align: center; font-weight: bold;}
h4{font-size: 150%;display:inline;}
h5{font-size: 130%;}
.tx80{font-size: 80%;}
.tx90{font-size: 90%;}
.tx100{font-size: 100%;}
.tx110{font-size: 110%;}
.tx120{font-size: 120%;}
.tx130{font-size: 130%;}
.tx140{font-size: 140%;}	
.tx150{font-size: 150%;}
.tx170{font-size: 170%;}	
.tx200{font-size: 200%;}
.tx180_120{font-size: 120%;}
.tx150_90{font-size: 90%;}
.tx150_120{font-size: 120%;}	
.tx160_120_90{font-size: 120%;}		
.tx140_120{font-size: 120%;}	
.tx140_90{font-size: 90%;}	
.tx120_90{font-size: 90%;}	
.t120_90{font-size: 90%!important;}			
		#link01 {
   margin-top:-40px;
  padding-top:40px;
}
			#link02 {
   margin-top:-80px;
  padding-top:80px;
}
			#link03 {
   margin-top:-80px;
  padding-top:80px;
}
			#link04 {
   margin-top:-80px;
  padding-top:80px;
}
				#link05 {
   margin-top:-80px;
  padding-top:80px;
}
				#link06 {
   margin-top:-80px;
  padding-top:80px;
}
	#link07 {
   margin-top:-80px;
  padding-top:80px;
}
		#link08 {
   margin-top:-80px;
  padding-top:80px;
}
		#link09 {
   margin-top:-80px;
  padding-top:80px;
}
		#link10 {
   margin-top:-80px;
  padding-top:80px;
}
		#season {
   margin-top:-40px;
  padding-top:40px;
}	
}




/* スマホ用 100px～767pxの場合
------------------------------------------------------------*/
@media screen and (min-width:100px) and ( max-width:767px) { 
	
		.bulkorder_box_in {
		width: 80%;
		margin: 20px auto!important;
    padding: 20px;!important;
background-color: #fee3d4;
}
	.bulkorder_left{display: none;}
	.bulkorder_right{width: 100%;}
	.bulkorder_f03{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	color: #666666;
	padding: 10px 0;
	font-size: 16px;
}
	.bulkorder_f04{
	font-size: 25px;
	vertical-align: middle;
		padding:0% 2% 0 2%;}
	
		.bulkorder_f05{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	text-align: center;
	vertical-align: middle;
	background-color: #bcecfc;
	color: #666666;
	padding: 10px;
	font-size: 16px;
}
	
	.fr{float: right;}
	.fl{float: left;}
		span.product_badge{
	background-color: #363763!important; 
	border-radius: 5px; 
	padding: 5px!important; 
	margin-top: 5px!important;
	font-size: 12px; 
	color: #ffffff;
	margin-right: 5px;
		}
	h2.fu_bag_ttl{
	background-color: #f7f7f7;
	padding: 15px 10px;
	border-left:15px solid #ec6941;
	color: #615f5f;
	font-weight: 400;
	font-size: 130%;
	margin-bottom: 20px;

}
	
		h2.ttl_pink{
	background-color: #f7f7f7;
	padding: 15px 10px;
	border-left:15px solid #f35f7f;
	color: #615f5f;
	font-weight: 400;
	font-size: 130%;
	margin-bottom: 20px;

}

		h2.ttl_red{
	background-color: #f7f7f7;
	padding: 15px 10px;
	border-left:15px solid #da0000;
	color: #615f5f;
	font-weight: 400;
	font-size: 130%;
	margin-bottom: 20px;

}


.w_nav{background-color: #ec6941;
	text-decoration: none;
	text-align: center;
	color: #ffffff!important;
	font-size: 120%;
	margin: 5px;
	display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;}
	
.w_nav a{text-decoration: none;
	text-align: center;
	color: #ffffff!important;}
	
	.w_nav2{background-color: #FF687F;
	text-decoration: none;
	text-align: center;
	color: #ffffff!important;
	font-size: 120%;
	margin: 5px;
	display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;}
	
.w_nav2 a{text-decoration: none;
	text-align: center;
	color: #ffffff!important;}
	
	.w_nav3{background-color: #f2eded!important;
	text-decoration: none;
	text-align: center;
	color: #000000!important;
	font-size: 120%;
	margin: 5px;
	display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;}
.w_nav3 a{text-decoration: none;
	text-align: center;
	color: #000000!important;}
	
.w_nav4{background-color: #888888;
	text-decoration: none;
	text-align: center;
	color: #fff!important;
	font-size: 120%;
	margin: 5px;
	display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;}
.w_nav4 a{text-decoration: none;
	text-align: center;
	color: #fff!important;}	
	
		.outlet_nav{background-color: #9c9898;
	text-decoration: none;
	text-align: center;
	color: #ffffff!important;
	font-size: 120%;
	margin: 5px;
	display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;}
	
.outlet_nav a{text-decoration: none;
	text-align: center;
	color: #ffffff!important;}
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #efaf00;
  opacity: 0.8;
  border-radius: 50%;
	z-index: 999;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a:hover{
  background: #fac73c;
  border-radius: 50%;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: url(https://www.a-1.co.jp/img/pagetop_arrow.png);
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -20px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'TOP';
  font-size: 11px;
  color: #fff;
  position: absolute;
  top: 27px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
	
#contents #main {
	overflow: hidden;
	background: #d49fc2;
}

	#contents #main article {
		overflow: hidden;
		padding: 10px;
	}

#contents aside {
	overflow: hidden;
	background: #ccc;
}

	#contents aside p {
		padding: 10px;
	}
.pc_noview2 {height: 70px;border:0;}	
	.sp_noview {display: none;border:0;}
		.sticky_nav{
	position: fixed;

	}

.nav_on{
		border-right: 1px #ffffff solid;
		background-color: #f86084;
		width: 33.3%
	}
.nav_off{
		border-right: 1px #ffffff solid;
		background-color: #ed3460;
		width: 33.3%
	}
.nav_off a:hover{
	display: block;
	width: 100%;
	background-color: #f86084;
	opacity: 1
	

	}
.small_nav{
		border-right: 1px #ffffff solid;
		background-color: #f86084;
		width: 100%;
	padding: 10px 0 10px 50px;
	text-align: left;
	}
.small_nav a{
	color: #ffffff;
	text-decoration: underline;
	margin-right: 30px;
	font-size: 15px
	}	
	
	.spimg100 img{width: 100%;}
	.pc_mt30{margin: 0;}
	.pc_mt50{margin-top: 0px;}
	.pc_mt70{margin-top: 0px;}
	h3{font-size: 200%;text-align: center;}
h4{font-size: 150%;display:inline;}
h5{font-size: 130%;}
.tx80{font-size: 80%;}
.tx90{font-size: 90%;}
.tx100{font-size: 100%;}
.tx110{font-size: 110%;}
.tx120{font-size: 120%;}
.tx130{font-size: 130%;}
.tx150{font-size: 150%;}
.tx140{font-size: 140%;}	
.tx150{font-size: 150%;}
.tx170{font-size: 170%;}		
.tx180{font-size: 130%;}
.tx200{font-size: 200%;}
	.tx180_120{font-size: 120%;}
	.tx150_90{font-size: 90%;}
	.tx150_120{font-size: 120%;}
	.tx160_120_90{font-size: 90%;}	
	.tx140_120{font-size: 120%;}
	.tx140_90{font-size: 90%;}
	.tx120_90{font-size: 90%;}
	.t120_90{font-size: 90%!important;}	
		#link01 {
    margin-top:-30px;
  padding-top:30px;
}
			#link02 {
  margin-top:-50px;
  padding-top:50px;
}
			#link03 {
 margin-top:-50px;
  padding-top:50px;
}
			#link04 {
  margin-top:-50px;
  padding-top:50px;
}
				#link05 {
   margin-top:-150px;
  padding-top:150px;
}
				#link06 {
   margin-top:-150px;
  padding-top:150px;
}
	#link07 {
   margin-top:-150px;
  padding-top:150px;
}
	#link08 {
   margin-top:-150px;
  padding-top:150px;
}	
		#link09 {
   margin-top:-150px;
  padding-top:150px;
}
	#link10 {
   margin-top:-150px;
  padding-top:150px;
}	
		#season {
   margin-top:-100px;
  padding-top:100px;
}	
}