@charset "UTF-8";
/* --------------------------------
	MENU CURRENT
   -------------------------------- */
.menu li.navi_products a{
	text-decoration: underline!important;
	text-underline-position: under;
	color: #54bce8;
}

/*
	PC 最大幅	: 970px (現状サイトより)	: 1200px
	Tablet T	: 1024px
	SP T		: 480px
*/

/* --------------------------
	body
 -------------------------- */
body{
	/*background: url("../img/bg_pink.png")!important;*/
	/*background:  url("../img/bg_yellow.png")!important;*/



	font-size: 16px;
	font-size: 1.6rem;
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro", "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	background-color: #fffafa!important;
	/*background: #fff; 通常時 */

}
.txt_col{ color: #333!important;}		/* 背景に合わせて色調整 */
a.a_txt_col{ color: #333!important;}
/* --------------------------
	装飾
 -------------------------- */
.under_y{
	/*
	background: -webkit-repeating-linear-gradient(-45deg, yellow, yellow 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, yellow, yellow 2px, #fff 2px, #fff 4px);
	*/
	background: linear-gradient(transparent 40%, #ffffb5 40%);
}
/* --------------------------
	title_area
 -------------------------- */
#title_area{
	padding: 180px 0 20px 0;
	/*padding: 150px 0 20px 0;*/
	margin: auto;
	position: relative;
	height: 490px;
} 
#title_box{
	position: relative;
}
#title_area .hakadori{
	float: left;
	max-width: 300px;
	width: 30%;
}
#title_area .title{
	float: right;
	/*max-width: 800px;*/
	width: 70%;
}
#title_area .title p{
	text-align: center;
	font-weight: bold;
	/*background-color: #fefefe;*/
	margin:0; 
	color: #fff;
}
.marquee{
	/* 流れる文字 */
	margin:0; 
	padding-left:724px; 
	display:inline-block; 
	white-space:nowrap;
	animation-name:marquee; 
	animation-timing-function:linear;
	animation-duration:10s; 
	animation-iteration-count:infinite;
}
@keyframes marquee {
  from   { transform: translate(0%);} 
  99%,to { transform: translate(-100%);}
}




.content{
	clear: left;
}
#title_area .logo{
	position: absolute;
	top: -28px;
	right: 5px;
}
#title_area .logo img.bungu_logo{
	height: 26px;
}
@media (max-width: 480px){	/*480*/
	#title_area{
		padding: 50px 0 20px 0!important;
		height: 260px;
	}
}
@media (max-width: 640px){	/*480*/
	#title_area{
		padding: 100px 0 20px 0!important;
		height: 230px;
	}
	#title_area .title{
		max-width: 70%;
	}
	#title_area .hakadori{
		width: 30%;
	}

}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
	#title_box{
		width: 1200px;
		margin: 0 auto;
	}
}

/* ================================
			599px以下
   ================================ */
@media (max-width: 599px) {
	/* サイト名 長い場合調整*/
	.site im{
		height: 38px!important;
		width: auto;
	}
}
/* --------------------------
	ProductsCategory
 -------------------------- */
.category_area{
	margin: 10px 0;
}
.category_area ul {
	float: left;
	width: 96.8%;
	margin: 10px 1.6% auto;
	border: solid 2px skyblue;
	border-radius: 5px;
	position: relative;

	background: #dbebf8;
	border-radius :8px;
	box-shadow :0px 0px 5px silver;
	padding: 0.5em 0.5em 0.5em 2em;
}
.category_area ul li {
	float: left;
	width: 220px;
	line-height: 1.5;
	padding: 0.5em 0;
	list-style-type: none!important;
	color: skyblue;		/*アイコン色*/
	font-weight: bold;
}
.category_area ul li a{ text-decoration: none; color: inherite;}
.category_area ul li a:hover{ text-decoration: underline; }

.category_area ul li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f138";	/*アイコンの種類*/
	padding-right: 10px;
}
.category_area ul li.blue, .category_area ul li.blue a { color: #37bef0; }
.category_area ul li.pink, .category_area ul li.pink a { color: #eb6a9a; }
.category_area ul li.orange, .category_area ul li.orange a { color: #ea9a67; }
.category_area ul li.purple, .category_area ul li.purple a { color: #a8559d; }
.category_area ul li.uguisu, .category_area ul li.uguisu a { color: #b2b167; }
.category_area ul li.yellow, .category_area ul li.yellow a { color: #f3d938; }
.category_area ul li.dblue, .category_area ul li.dblue a { color: #5159a6; }
.category_area ul li.enji, .category_area ul li.enji a { color: #b32c23; }
.category_area ul li.green, .category_area ul li.green a { color: #639d32; }
.category_area ul li.brown, .category_area ul li.brown a { color: #754c24; }

.category_area ul li a.active { text-decoration: underline;  }
/* -- */
@media (max-width: 640px){	/*480*/
	.category_area ul {
		width: 98%;
		margin: 10px 1.6% auto;
		padding: 0.5em 0.5em 0.5em 1em;
	}
	.category_area ul li {
		width: auto!important;
		line-height: 1.3;
		padding-right: 1.5em;
	}
	.category_area ul li:before {
		padding-right: 3px;
	}
}

/* --------------------------
	ProductsList
 -------------------------- */
.products_area{
	clear: both;
	width: 100%;
	margin: 30px 0!important;
}


.products_box{
	float: left;
	width: 30%;
	height: 540px;
	border: 2px solid #ffc0cb;	/* fad3be fccb00 fad3be f5b293 f2a6c2 */
	margin: 10px 1.6%;
	background: #fff;		/* fffbf8 fffaed */
	border-radius :8px;
	padding: 1em;
}

.products_box img{
	/*border: 1px solid #fad3be;*/
}
.products_box p{
	font-family: Avenir , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro", "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;

	line-height: 140%;
	padding: 0.3em 0;
	margin: 0;
}
.products_box p.p_name{
	font-weight: bold;
	padding-top: 20px;
	border-bottom: 1px dotted #fad3be;
	height: 70px;
}

.products_box p.p_maker{ border-bottom: 1px dotted #fad3be; }
.products_box p.p_maker:before{ content: 'メーカー'; }
.products_box p.p_maker span{ padding-left: 1em; }

.products_box p.p_price{ border-bottom: 1px dotted #fad3be; }
.products_box p.p_price:before{ content: '価格';  }
.products_box p.p_price:after{ /*content: '円';*/ color: #036eb8; }
.products_box p.p_price span{ padding-left: 3em; color: #036eb8; }

.products_box p.p_copy{ font-weight: bold; padding-top: 20px; color: #036eb8;}
.products_box p.p_det{ padding-top: 5px; }


/* -- */
@media (max-width: 640px){	/*480*/

	/* 2行 */
	.products_box{
		width: 48%;
		margin: 10px 1%;
		height: 450px;
	}
	/**/
	/* 1行
	.products_box{
		width: 98%;
		margin: 10px 1%;
		height: 420px;
	}
	.products_box img{
		float: left;
		width: 50%;
	}
	*/
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
/* --------------------------
	ProductsList
 -------------------------- */
.flyer_area{
	clear: both;
	width: 90%;
	margin: 10px 5%!important;
}
.flyer_box{
	clear: both;
	width: 90%;
	margin: 30px 5%!important;
}

/* --------------------------
	テキストエリア
 -------------------------- */
.msg{
	text-align: right;
	width: 96%;
	margin: 0 2% auto;
	padding-top: 50px;
}

/* --------------------------
	注記
 -------------------------- */
.warning{
	text-align: left;
	width: 96%;
	margin: 0 2% auto;
}
.warning p{
	font-size: 12px;
	line-height: 130%;
}
/* --------------------------
	Common
 -------------------------- */
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
 
/* --------------------------------------------------------------------
 その他
 -------------------------------------------------------------------- */
.swing {
	/*margin:10px;*/
	-moz-animation: swing linear 5s infinite;
	-moz-transform-origin: center bottom 0;
	-webkit-animation: swing linear 5s infinite;
	-webkit-transform-origin: center bottom 0;
	-ms-animation: swing linear 5s infinite;
	-ms-transform-origin: center bottom 0;
	-o-animation: swing linear 5s infinite;
	-o-transform-origin:center bottom 0;
	animation: swing linear 5s infinite;
	transform-origin: center bottom 0;
	display: block;
	float:left;
}
 
@-moz-keyframes swing {
	0% { -moz-transform: rotate(0deg) }
	25% { -moz-transform: rotate(3deg); }
	50% { -moz-transform: rotate(0deg); }
	75% { -moz-transform: rotate(-3deg); }
	100% { -moz-transform: rotate(0deg); }
}
@-webkit-keyframes swing {
	0% { -webkit-transform: rotate(0deg); }
	25% { -webkit-transform: rotate(3deg); }
	50% { -webkit-transform: rotate(0deg); }
	75% { -webkit-transform: rotate(-3deg); }
	100% { -webkit-transform: rotate(0deg); }
}	
@-o-keyframes swing {
	0% { -o-transform: rotate(0deg); }
	25% { -o-transform: rotate(3deg); }
	50% { -o-transform: rotate(0deg); }
	75% { -o-transform: rotate(-3deg); }
	100% { -o-transform: rotate(0deg); }
}
@-ms-keyframes swing {
	0% { -ms-transform: rotate(0deg); }
	25% { -ms-transform: rotate(3deg); }
	50% { -ms-transform: rotate(0deg); }
	75% { -ms-transform: rotate(-3deg); }
	100% { -ms-transform: rotate(0deg); }
}
@keyframes swing {
	0% { transform: rotate(0deg); }
	25% { transform: rotate(3deg); }
	50% { transform: rotate(0deg); }
	75% { transform: rotate(-3deg); }
	100% { transform: rotate(0deg); }
}
