
/* =========================================================
 「2016年 ご自宅使用好適品」　（2016.5.7）
========================================================= */


/* 初期化用
--------------------------------------------------------- */

.section-category-index {
	overflow:hidden;
}

div.section-category-index div.aside {
	border-bottom: none;
}

#add-main div {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

#add-main {
	padding:0 0 30px;
	width:765px;
	text-align:left;/*←変更可能*/
}

#add-main h1, #add-main h2, #add-main h3, #add-main h4, #add-main h5, #add-main h6, #add-main p {
	/*display:block;*/
  margin-bottom:0;
	box-sizing: content-box;
}

#add-main img {
	vertical-align:top;
	border:0;
}

#add-main ul {
	/*margin:0;
  padding:0;*/
  list-style:none;
	box-sizing: content-box;
}

#add-main li {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.content #add-main strong {
	font-weight:bold;
	color:#3e3e3e;
}

/* USEFUL CLASS
--------------------------------------------------------- */

/* MARGIN SETTING */
.mt-non {
	margin-top:0 !important;
}

.mt3 {
	margin-top:3px !important;
}

.mt5 {
	margin-top:5px !important;
}

.mt7 {
	margin-top:7px !important;
}

.mt10 {
	margin-top:10px !important;
}

.mt15 {
	margin-top:15px !important;
}

.mt20 {
	margin-top:20px !important;
}

.mt25 {
	margin-top:25px !important;
}

.mt30 {
	margin-top:30px !important;
}

.mt35 {
	margin-top:35px !important;
}

.mt40 {
	margin-top:40px !important;
}

.mt45 {
	margin-top:45px !important;
}

.mt50 {
	margin-top:50px !important;
}

.mt55 {
	margin-top:55px !important;
}

.mt60 {
	margin-top:60px !important;
}

/* ALIGN SETTING */
#add-main .tx-l {
	text-align:left;
}

#add-main .tx-c {
	text-align:center;
}

#add-main .tx-r {
	text-align:right;
}

/* 赤字 */
#add-main .tx-red {
	color:#F00;
}

.ch-clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.ch-clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .ch-clearfix {
	height: 1%;
}

.ch-clearfix {
	display: block;
}

.boxSizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.section-category-index a img:hover {
	opacity:0.7;
}

/* =========================================================
 ★★
========================================================= */

.ttl-box {
	width:765px;
	height:277px;
	background:url(../images/ttl_bg.jpg) no-repeat top right;
	border-bottom: solid 8px #ba2e33;
	text-align:left;
}

.ttl-box .ttl {
	width:391px;
	height:137px;
	background:url(../images/ttl_02.gif) no-repeat top left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.ttl-box.update191221 .ttl {
	width:391px;
	height:137px;
	background:url(../images/191221/ttl_02.gif) no-repeat top left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*お知らせ*/
.ji-secInfo {
	padding-top:20px;
}

.ji-txtList li {
	text-indent:-1em;
	padding-left:1em;
	margin-top:3px;
}

.popup {
	text-decoration:underline;
}

.popup:hover {
	color:#0000ff;
}

/*ボタン*/
.jitaku-btn-set {
	margin-top:30px;
	width:765px;
	overflow:hidden;
}

.jitaku-btn-set li {
	float: left;
	width:375px;
	height:48px;/*line-height:48px;*//*  background-color:#f5474e;
  background:#f5474e url(../images/btn_tri.gif) no-repeat right 20px center;
*/
}

.jitaku-btn-set li:first-child {
	margin-right:15px;
}

/*[商品コードからご注文]会期中（リンク・マウスオーバーあり）*/



.jitaku-btn-set li a {
	display:block;
	font-size:15px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

.jitaku-btn-set li a:hover {
	text-decoration:none;
	color:#FFF;
}

/*[商品コードからご注文]終了対応（リンク・マウスオーバーなし）*/

.jitaku-btn-set li span {
	display:block;
	width:375px;
	height:48px;
	line-height:48px;
	font-size:15px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	background-color:#f5474e;
	background:#f5474e url(../images/btn_tri.gif) no-repeat right 20px center;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}

.jitaku-btn-set li a span:hover {
	opacity: 0.7;
}

/*20191025ボタン変更/////////////////////*/
.jitaku-btn-set2 {
  margin-top:30px;
  width:765px;
  display: -webkit-box; /* before Android4.3 iOS6:Safari */
 display: -ms-flexbox; /* IE10 */
 display: -webkit-flex; /* Pc-safari */
 display: flex;
 -webkit-flex-wrap:wrap;
 -moz-flex-wrap:wrap;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 -webkit-justify-content: space-between;
 justify-content: space-between;
}

.jitaku-btn-set2 li p {
	display:block;
	width:375px;
	height:48px;
	line-height:48px;
	font-size:15px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	background-color:#f5474e;
	background:#f5474e url(../images/arrows_r2.png) no-repeat right 20px center;
	border-radius: 4px;
}

.jitaku-btn-set2 li p.btn-info {
	background-color:#7f7979;
}

.jitaku-btn-set2 li p.btn-order {
	background-color:#ccae6e;
}

.jitaku-btn-set2 li p span {
	padding-left:30px;
	display:inline-block;
}

.jitaku-btn-set2 li p.btn-info span {
	background:url(../images/icon_info.png) no-repeat left center;
	background-size:20px;
}

.jitaku-btn-set2 li p.btn-order span {
	background:url(../images/icon_glass.png) no-repeat left center;
	background-size:20px;
}

.jitaku-btn-set2 li a p:hover {
	opacity: 0.7;
}
/*/////////////////////////////*/

.cate-ttl {
	margin-top:45px;
	height:45px;
	line-height:45px;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	background-color:#ba2e33;
	text-align:center;
}

/*特殊から選ぶ*/
.sp-list {
	width:765px;
	overflow:hidden;
}

.sp-list li {
	float: left;
	margin-right:27px;
	margin-top:30px;
	/*padding:18px 0 162px 0;*/
  width:237px;
}
 .sp-list li:nth-child(3n) {
 margin-right:0;
}
 .sp-list li:nth-child(-n+3) {
/*margin-top:0;*/
}

/*マウスオーバー　終了時にコメントアウト*/

/*.sp-list li:hover {
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}*/

/********************************/
.sp-list li a {
	display:block;
}

.sp-list li a:hover {
	text-decoration:none;
}

.sp-list li div {
	width:237px;
	/*min-height:230px;*/
  min-height:220px;
	text-align:center;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}

.sp-list li:hover {
	text-decoration:none;
}

.sp-list li a div:hover {
	opacity:0.7;
}

.sp-list .ttl {
	padding-top:18px;
	font-size:15px;
	font-weight:bold;
	color:#b50108;
}

.sp-list .txt {
	margin-top:3px;
	font-size:11px;
	color:#333;
	line-height:1.6;
}

#sp01 {
	background:#f3efe2 url(../images/sp_01.jpg) no-repeat bottom 14px center;
}

#sp02 {
	background:#f3efe2 url(../images/sp_02.jpg) no-repeat bottom 14px center;
}

#sp03 {
	background:#f3efe2 url(../images/sp_03.jpg) no-repeat bottom 14px center;
}

#sp04 {
	background:#f3efe2 url(../images/sp_04.jpg) no-repeat bottom 14px center;
}

#sp05 {
	background:#f3efe2 url(../images/sp_05.jpg) no-repeat bottom 14px center;
}

#sp06 {
	background:#f3efe2 url(../images/sp_06.jpg) no-repeat bottom 14px center;
}

#sp07 {
	background:#f3efe2 url(../images/sp_07.jpg) no-repeat bottom 14px center;
}

#sp08 {
	background:#f3efe2 url(../images/sp_08.jpg) no-repeat bottom 14px center;
}

#sp09 {
	background:#f3efe2 url(../images/sp_09.jpg) no-repeat bottom 14px center;
}

#sp10 {
	background:#f3efe2 url(../images/sp_10.jpg) no-repeat bottom 14px center;
}

#sp11 {
	background:#f3efe2 url(../images/sp_11.jpg) no-repeat bottom 14px center;
}

#sp12 {
	background:#f3efe2 url(../images/sp_12.jpg) no-repeat bottom 14px center;
}

#sp13 {
	background:#f3efe2 url(../images/sp_13.jpg) no-repeat bottom 14px center;
}

#sp14 {
	background:#f3efe2 url(../images/sp_14.jpg) no-repeat bottom 14px center;
}
#sp15 {
	background:#f3efe2 url(../images/sp_15.jpg) no-repeat bottom 14px center;
}
/*全商品一覧*/
.btn-allitem {
	margin-top:35px;
	width:765px;
	height:70px;
}

/*マウスオーバー・リンクあり(会期中）*/

/*.btn-allitem:hover {
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}*/

.btn-allitem a {
	display:block;
	width:765px;
	height:70px;
	line-height:70px;
	text-align: center;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
}

.btn-allitem a:hover {
	text-decoration:none;
	color:#FFF;
}

/*マウスオーバーなし*/

.btn-allitem span {
	display:block;
	width:765px;
	height:70px;
	line-height:70px;
	text-align: center;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	background:#f5474e url(../images/btn_tri.gif) no-repeat right 41px center;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}

.btn-allitem a span:hover {
	opacity:0.7;
}

.btn-digital {
	margin:20px auto 0;
}

.btn-digital p {
	height:48px;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	background:#f5474e url(../images/btn_tri.gif) no-repeat right 20px center;
	border-radius:5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-digital a {
	display:block;
}

.btn-digital a:hover {
	opacity:0.7;
	text-decoration:none;
}

/*191025ボタン変更//////////////////////////*/
.btn-digital2 {
	margin:20px auto 0;
}

.btn-digital2 p {
	height:48px;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	background:#8a6f37 url(../images/arrows_r2.png) no-repeat right 20px center;
	border-radius:4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-digital2 p span {
	padding-left:35px;
	display:inline-block;
	background:url(../images/icon_book.png) no-repeat left center;
	background-size:25px;
}

.btn-digital2 a {
	display:block;
}

.btn-digital2 a:hover {
	opacity:0.7;
	text-decoration:none;
}

/* =========================================================
 サイドメニューカスタム（矢印を非表示）
========================================================= */

.aside .gi-sideBtn li {
	margin-top:15px;
}

.gi-sideBtn li:first-child {
	margin-top:0;
}

.gi-sideBtn li.noTri a {
	padding:0;
}

.gi-sideBtn li.noTri a:before {
	content:"";
	margin:0;
	padding:0;
	top:0;
}

.gi-sideBtn li.noTri a:hover, .gi-sideBtn li.noTri a:focus {
	background: none;
}

/*フリーダイヤル*/
.side-support {
	padding:0 5px;
}

/*サイドメニューの矢印調整*/
ul.link-aside1 a:before {
	content:">";
	font-size:9px/* 7px 相当 12px 継承*/ !important;
}

ul.link-aside1 a {
	padding:3px 0 3px 14px !important;
}

/* =========================================================
 20141215追加　終了文言
========================================================= */

div.endNotes {
	margin: 10px auto 0;
	width:757px;
	/*border: solid 3px #e3646b;*/
  border: solid 3px #e4e1e1;
	text-align:center;
	padding:1px;
}

/*サイドナビのリンクを削除したとき、リンクありのものと整合性をとる*/

ul.link-aside1 li.noLink {
	padding:3px 0 3px 14px;
	display:block;
}

ul.link-aside1 li.noLink:before {
	content:">";
	display:inline-block;
	/*!font-size:7px;*/
	font-size:9px !important;
	position:relative;
	top:-1px;
	margin:0 4px 0 0;
}

/* =========================================================
 20160801追加　終了文言
========================================================= */

.syuryouannai {
  /*background-color:#80cce6;*/
  background-color:#CCC;
  padding:10px;
  margin-bottom:10px;
  margin-top:5px;
  text-align:center;
}

/*
.syuryouannai a {
 text-decoration: none;
}
*/

.syuryouannai a:hover {
  opacity:0.5;
  filter: alpha(opacity=50);
 text-decoration: none;
}

.syuyouannai-midashi {
  color:#000;
  font-weight:bold;
  font-size:18px;
  letter-spacing:-0.001em;
  line-height: 180%
}

/* =========================================================
 20181205追加　終了文言
========================================================= */
.end-info {
	margin:5px auto 10px;
	background:#ccc;
}

.end-info a .in-box {
	padding:10px 0;
	text-align:center;
	line-height:1.8 !important;
}

.end-info .ttl {
	font-size:18px;
	font-weight:bold;
	color:#000;
	letter-spacing:0.5px;
}

.end-info .txt {
	color:#555;
	letter-spacing:0.5px;
}

.end-info .txt span {
	font-weight:bold;
	color:#000;
}

.end-info a {
	display:block;
}

.end-info a:hover {
	text-decoration:none;
}

.end-info a .in-box:hover {
	opacity:0.5;
}


/* =========================================================
 20200801追加　終了文言
========================================================= */

.syuryouannai {
	background-color: #ccc;
	padding: 10px 10px 10px;
	margin: 10px 0 10px;
	text-align: center;
	letter-spacing: 0px;
}
.syuyouannai-midashi {
	color: #000;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
}
.syuryouannai a {
	display:block;
}
.syuryouannai a:hover {
	text-decoration:none;
	opacity:.6;
}
@media only screen and (max-width: 764px) {
.syuryouannai {
	/*background-color:#fb6b6b;*/
  /*  background-color:#4eb894;*/
  background-color:#ccc;
  padding:10px 10px 10px;
  margin:10px 0 10px;
  text-align:left;
	letter-spacing:0px;
}

.syuryouannai a {
 text-decoration: none;
}

.syuryouannai a:hover {
  opacity:0.5;
  filter: alpha(opacity=50);
}

.syuyouannai-midashi {
  /*color:#fff;*/
  color:#000;
  font-weight:bold;
  font-size:18px;
  line-height: 150%;
}

.syuryo_txt_sp_c{
	text-align:center;
}

.syuryo_txt_sp1{
	font-size:81%;
}
.syuryo_txt_sp2{
	font-size:78%;
}
.syuryo_link_sp{
	font-size:90%;
	color:#000;
  	font-weight:bold;
 	line-height: 150%;
}



/* =========================================================
 20181205追加　冬の贈り物ボタン
========================================================= */
.btn-okurimono {
	margin-top:60px;
	width:765px;
	height:70px;
}

/*マウスオーバー・リンクあり(会期中）*/

/*.btn-allitem:hover {
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}*/

.btn-okurimono a {
	display:block;
	width:765px;
	/*  height:70px;
  line-height:70px;
  text-align: center;
  font-size:18px;
  font-weight:bold;
*/  color:#FFF;
}

.btn-okurimono a:hover {
	text-decoration:none;
	color:#FFF;
}

.btn-okurimono span {
	display:block;
	width:765px;
	height:70px;
	line-height:70px;
	text-align: center;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	background:#ba2e33 url(../images/arrows_r.png) no-repeat right 41px center;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}

.btn-okurimono a span:hover {
	opacity:0.7;
}



/* =========================================================
 プリントサイズ制御
========================================================= */

@media print {

body {
	zoom: 0.8;/*background:none;*//*background-image : none;*//*background: none;*/
}
}
