@charset "utf-8";


/* =====================
　　共通、既存カスタマイズ
===================== */

.titlebar_list > .accordion {
	display: none;
}
#cate_wrap p, #cate_wrap h3 {
	margin: 0;
	padding: 0;
}
#cate_wrap .navi_top_title {
	display: none;
}

/*  a
------------------------*/

#cate_wrap a {
	color: #333;
	text-decoration: none;
}
#cate_wrap a:active {
	color: #333;
	text-decoration: none;
}
#cate_wrap a:active p {
	opacity: 1;
}

/*  a.a_tx2 テキスト（インライン）
------------------------*/

#cate_wrap a.a_tx2 {
	display: inline!important;
}
#cate_wrap a.a_tx2:active {
	opacity: 0.6!important;
}

/*  img
------------------------*/

#cate_wrap img {
	width: 100%;
	transition: 0.2s;
	backface-visibility: hidden;
}
#cate_wrap a:active img {
	opacity: 0.6;
}

/*  section
------------------------*/

#cate_wrap section {
	padding-top: 20px!important;
	margin-top: -20px!important;
	margin-bottom: 40px!important;
}

/*  h2.bar 見出し
------------------------*/

#cate_wrap h2.bar {
	margin-top: 0px!important;
	line-height: 1.4;
	font-size: 15px;
}
#cate_wrap h2.bar + p { /* h2.bar直下のpの余白調整 */
	margin-bottom: 20px!important;
	font-size: 12px;
}
#cate_wrap h2.bar.bar_smp_multiline { /* 複数行用 */
	line-height: 1.5!important;
	/* padding: 6px 4%!important;*/
}

/* プレゼント */
#cate_wrap h2 .ico_present {
	background-image: url(../ico_present.png);
	    background-repeat: no-repeat;
	    background-size: 16px 21px;
	    width: 16px;
			height: 21px;
	    margin: -4px 8px -4px -20px;
	    display: inline-block;
}
/* 初心者アイコン */
#cate_wrap h2 .ico_beginner {
	background-image: url(../ico_beginner.png);
	    background-repeat: no-repeat;
	    background-size: 22px 16px;
	    width: 22px;
	    height: 16px;
	    margin: -4px 8px -3px -20px;
	    display: inline-block;
}

/*  後日発売商品
------------------------*/

/* 第2弾発売 */
#cate_wrap .diary_release_02 a { /* 発売時にコメントアウト */
	/*
	pointer-events: none!important;
	opacity: .5!important;
	*/
}
#cate_wrap.diary_format .diary_release_02 p,
#cate_wrap.diary_size .diary_release_02 a p,
#cate_wrap.diary_filter .diary_release_02 p.release {
	display: none;  /* 発売後コメントアウト外す（発売予定表記を非表示にする）*/
	font-size: 10px;
	font-weight: normal;
}

/* 第3弾発売 */
#cate_wrap .diary_release_03 a { /* 発売時にコメントアウト */
	/*
	pointer-events: none!important;
	opacity: .5!important;
	*/
}
#cate_wrap.diary_format .diary_release_03 p,
#cate_wrap.diary_size .diary_release_03 a p,
#cate_wrap.diary_filter .diary_release_03 p.release {
	display: none; /* 発売後コメントアウト外す（発売予定表記を非表示にする）*/
	font-size: 10px;
	font-weight: normal;
}


/*  section h3 span
------------------------*/

#cate_wrap section a:active h3 span { /* h3マウスオーバーで色下線*/
	background: linear-gradient(transparent 70%, #fff474 30%);
}

/*  ul
------------------------*/

#cate_wrap section ul {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
}
#cate_wrap section ul li a {
	display: block;
}


/*  カテゴリ上部 既存スタイル調整
------------------------*/

/* 最上部ナビ */
#cate_wrap #navi_top {
	display: none;
}
/* リード */
#cate_wrap .cate_lead.cate_lead_high { /* 下余白調整 */
	margin-bottom: 40px;
}
/* h3 */ 
#cate_wrap .cate_lead h3 {
	margin-bottom: 10px;
	font-size: 12px;
}
/*  既存3カラム */
#cate_wrap ul.navi_img3_top li:nth-child(-n+3) {/* 既存3カラム余白調整 */
	margin-bottom: 0!important;

}

/* 3列ナビ（PCの4列ナビ） */
#cate_wrap ul.navi_tx4 {
	margin: 10px 0 0 0;
}
#cate_wrap .navi_tx4 li {
	margin: 0 3% 7px 0;
	float: left;
	background-color: #eee;
	height: 26px;
	width: 31%;
	font-size: 11px;
	line-height: 26px;
	text-align: center;
	transition: 0.2s;
	backface-visibility: hidden;
}
#cate_wrap.diary_size .navi_tx4 li { /* サイズカテゴリナビ 文字フォント小さく*/
	font-size: 10px;
}
#cate_wrap .navi_tx4 li:nth-child(3n) {
	margin-right: 0;
}
#cate_wrap .navi_tx4 li a {
	color: #333;
	width: 100%;
	display: block;
}
#cate_wrap .navi_tx4 li a:active {
	background-color: #999;
	color: #fff;
}
#cate_wrap .navi_tx4 li.act {
	background-color: #333;
}
#cate_wrap .navi_tx4 li.act a {
	color: #fff;
}
#cate_wrap .navi_tx4 li.act a:active {
	color: #fff;
}


/*  1カラムバナー
------------------------*/

#cate_wrap ul.bnr li { /* 既存マージン調整 */
	margin: 20px 0 0;
}
#cate_wrap ul.bnr li:last-child {
	margin: 0;
}

/*  1カラムバナー + テキスト
------------------------*/

#cate_wrap ul.bnr li h3 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
}
#cate_wrap ul.bnr li p {
	padding-top: 0;
	margin-top: 10px;
	line-height: 1.6;
}

/* TOP調整用 */
#cate_wrap.diary_top ul.bnr li h3 {
	font-size: 12px;
	margin-top: 8px;
}
#cate_wrap.diary_top ul.bnr li p {
	margin-top: 5px;
}

/*  1カラム
------------------------*/

#cate_wrap ul.column1 li {
	margin-top: 35px;
}
#cate_wrap ul.column1 li:first-child {
	margin-top: 0;
}

#cate_wrap ul.column1 h3 {
	font-size: 13px;
	margin-top: 10px;
}

#cate_wrap ul.column1 p {
	margin-top: 8px;
}

/*  2カラム
------------------------*/

#cate_wrap section ul.column2 li{
	width: 48%;
	margin: 20px 4% 0 0;
}
#cate_wrap section ul.column2 li:nth-child(2n) {
	margin-right: 0;
}
#cate_wrap section ul.column2 li:nth-child(-n+2) { /* 最上段のカラムのみ上マージン外す */
	margin-top: 0;
}

/*  3カラム
------------------------*/

#cate_wrap ul.column3 li {
	width: 31%;
	margin:20px 3.5% 0 0;
}
#cate_wrap ul.column3 li:nth-child(-n+3) {
	margin-top: 0;
}
#cate_wrap ul.column3 li:nth-child(3n) {
	margin-right: 0;
}

/*  リスト横幅強制100%
------------------------*/
#cate_wrap ul li.width100 {
	width: 100%!important;
	margin-right: 0!important;
}

/*  カラム テキスト（h3 p.catch）
------------------------*/


#cate_wrap section ul img + h3 {
	display: inline-block;
	margin-top: 8px;
	font-size: 12px;
	line-height: 1.5;
}
#cate_wrap section ul h3 + p {
	margin-top: 3px;
}
#cate_wrap section ul h3 + p.catch {
	margin-top: 3px;
	font-weight: normal;
	font-size: 11px;
	color: #333;
}


/*  カラム テキスト（p h3）
------------------------*/
#cate_wrap section ul img + p {
	margin-top: 3px;
	font-size: 12px;
}

#cate_wrap section ul p + h3 {
	display: inline-block;
	font-size: 12px;
	margin-top: 8px;
}

/*  カラム テキスト（p.catch h3）
------------------------*/

#cate_wrap section ul img + p.catch {
	margin-top: 8px;
	font-weight: normal;
	font-size: 11px;
	color: #333;
}
#cate_wrap section ul p.catch + h3 {
	display: inline-block;
	margin-top: 2px;
	font-size: 12px;
	line-height: 1.5;
}

/*  PC：2カラム、スマホ：1カラム
------------------------*/

#cate_wrap ul.column_pc2_smp1 li {
	margin-top: 20px;
}
#cate_wrap ul.column_pc2_smp1 li:first-child {
	margin-top: 0;
}
/* テキストサイズ調整 */
#cate_wrap section ul.column_pc2_smp1 img + p.catch {
	font-weight: bold;
	font-size: 12px;
}
#cate_wrap section ul.column_pc2_smp1 p.catch + h3 {
	font-size: 13px;
	margin-top: 4px;
}


/*  PC：3カラム（210px）、スマホ：2カラム
------------------------*/

#cate_wrap section ul.column_pc3_smp2 li{
	width: 48%;
	margin: 20px 4% 0 0;
}
#cate_wrap section ul.column_pc3_smp2 li:nth-child(2n) {
	margin-right: 0;
}
#cate_wrap section ul.column_pc3_smp2 li:nth-child(-n+2) { /* 最上段のカラムのみ上マージン外す */
	margin-top: 0;
}

/*  PC：4カラム、スマホ：2カラム
------------------------*/

ul.column_pc4_smp2 li {
	width: 48%;
	margin: 20px 4% 0 0;
}
ul.column_pc4_smp2 li:nth-child(2n) {
	margin-right: 0;
}
ul.column_pc4_smp2 li:nth-child(-n+2) { /* 最上段のカラムのみ上マージン外す */
	margin-top: 0;
}
#cate_wrap ul.column_pc4_smp2 li p:nth-of-type(1) {
	font-size: 13px;
	font-weight: bold;
	margin-top: 8px;
	text-align: center;
}
#cate_wrap .column_pc4_smp2 li p:nth-of-type(2) {
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
}

/*  PC：4カラム、スマホ：3カラム
------------------------*/

ul.column_pc4_smp3 li {
	width: 30%;
	margin: 20px 5% 0 0;
}
ul.column_pc4_smp3 li:nth-child(3n) {
	margin-right: 0;
}
ul.column_pc4_smp3 li:nth-child(-n+3) { /* 最上段のカラムのみ上マージン外す */
	margin-top: 0;
}
#cate_wrap ul.column_pc4_smp3 li p:nth-of-type(1) {
	font-size: 13px;
	font-weight: bold;
	margin-top: 8px;
	text-align: center;
}
#cate_wrap .column_pc4_smp3 li p:nth-of-type(2) {
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
}

/*  PC：4カラム、スマホ：4カラム
------------------------*/

ul.column4 li {
	width: 22%;
	margin: 20px 4% 0 0;
}
ul.column4 li:nth-child(4n) {
	margin-right: 0;
}
ul.column4 li:nth-child(-n+4) { /* 最上段のカラムのみ上マージン外す */
	margin-top: 0;
}
#cate_wrap ul.column4 li p:nth-of-type(1) {
	font-size: 13px;
	font-weight: bold;
	margin-top: 8px;
	text-align: center;
}
#cate_wrap .column4 li p:nth-of-type(2) {
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
}

/*  特徴01 横並び
------------------------*/
.feature01 {

}

/*  特長02 縦並び
------------------------*/
.feature02 li {
	margin-top: 30px;
}
.feature02 li:first-child {
	margin-top: 0;
}
.feature02 li h3 {
	font-size: 14px!important;
	margin: 0 0 10px!important;
}
.feature02 li h3.ico_pen {
	content: "";
	padding-left: 25px!important;
	background: transparent url(../ico_pen.png) no-repeat left center;
	background-size: 18px 18px;
}
.feature02 li p {
	font-size: 12px;
	line-height: 1.6;
	margin-top: 10px!important;
}


/*  ラインアップ
------------------------*/

ul.cate_lineup .ico_format { /* フォーマットアイコン調整 */
	margin-top: 3px;
}

/* マウスオーバーで色下線を打ち消し
#cate_wrap ul.cate_lineup a:active h3 span {
	background: transparent;
}
*/

/*  チェックリスト（こんな人におすすめ）
------------------------*/

.checklist {
	margin-bottom: 30px;
}
.checklist h3 {
	font-size: 12.5px;
}
.checklist ul{
	flex-flow: column nowrap;
	margin-top: 10px!important;
}
.checklist li { /* チェックマークアイコン付きテキスト */
	display: inline-block;
	content: "";
	padding-left: 20px;
	background: transparent url(../ico_check_gray.png) no-repeat;
	margin: .6em 0 0 2px;
	background-size: 13px 10px;
	background-position: left top 4px;
	font-size: 12px;
}
.checklist li:first-child {
	margin-top: 0;
}

/*  チェックリスト（ここが新しくなりました！）
------------------------*/

.checklist_new {
	margin-bottom: 40px;
	margin-top: -15px;
	border: solid 2px #333;
	padding: 10px 12px 12px;
	border-radius: 10px;
}
.checklist_new h3 {
	font-size: 13px;

}
.checklist_new ul{
	flex-flow: column nowrap;
	margin-top: 7px!important;
}
.checklist_new li { /* チェックマークアイコン付きテキスト */
	/*display: inline-block;*/
	content: "";
	padding-left: 20px;
	background: transparent url(../ico_check_blue.png) no-repeat;
	margin: .6em 0 0 2px;
	background-size: 13px 10px;
	background-position: left top 4px;
	font-size: 12px;
}
.checklist_new li:first-child {
	margin-top: 0;
}

/*  フォーマットアイコン
------------------------*/
#cate_wrap span.ico_format {
	font-size: 9px;
	display: inline-block;
	font-weight: normal;
	border: 1px solid #ccc;
	padding: 0 4px;
	margin-right: 4px;
	box-sizing: border-box;
	line-height: 1.8;
}
/* フォーマット・サイズで選ぶ */
#cate_wrap.diary_format span.ico_format,
#cate_wrap.diary_size span.ico_format {
	margin-top: 5px;
	margin-right: 2px;
	padding: 0 6px;
}

/*  NEW 色
------------------------*/
#cate_wrap .color_new {
	color: #f4510c;
}

/*  画像に枠線
------------------------*/
#cate_wrap img.img_border {
	border: 1px solid #eee;
	box-sizing: border-box;
}

/*  その他
------------------------*/

/*サブカテ非表示*/
.titlebar_list > .accordion {
	display: none;
}


/* =====================
　　ダイアリーTOP
===================== */

/* 通常のh2部分をh1に */
#cate_wrap.diary_top .cate_lead h1 {
    font-size: 120%;
    padding: 0 0 5px 0;
}
/* リード調整 */
#cate_wrap.diary_top .cate_lead {
	margin-bottom: 30px;
}
#cate_wrap.diary_top .cate_lead a:active {
	text-decoration: underline;
}

/*  送料無料表記
------------------------*/

#cate_wrap .diary_cp_text{
	text-align: center;
	margin: 15px auto 10px;
	font-size: 4.5vw;
	font-weight: bold;
	line-height: 1.5;
}
/*
#cate_wrap .diary_cp_text span {
	font-size: 13px;
}
*/

/*  キャンペーン注意事項
------------------------*/

.campaign_guide {
	/*background-color: #fffbcd;*/
	background-color: #f2f2f2;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 30px;
}
.campaign_guide h3 {
	font-size: 13px;
}
.campaign_guide p {
	margin-top: 10px!important;
	font-size: 12px;
}

/* ボタン */
.campaign_guide .btn_wrap {
	text-align: center;
}
.campaign_guide a.btn {
	display: inline-block;
	padding: 10px 10px 10px 20px;
	border: 2px solid #fff;
	margin: 15px auto 0;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	transition: 0.2s;
	background-color: #ffe674;
}
.campaign_guide a.btn:after {
	display: inline-block;
	content: "";
	background: url(../ico_arrow_right_black.png) no-repeat;
	background-size: contain;
	width: 7px;
	height: 11px;
	margin-left: 10px;
}
.campaign_guide a:active.btn {
	background-color: rgba(254,240,84,0.5);
}


#campaign_info h2 {
	font-size: 120%;
  text-align: center;
	margin-top: 0;
}




/*  ページ内リンクボタン
------------------------*/

.top_page_link li {
	width: 49%;
	margin:0 2% 2vw 0;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	border: 3px solid #eeeeee;
}
.top_page_link li:nth-child(2n){
	margin-right: 0;
}

.top_page_link li a {
	padding: 8px 10px;
	display: block;
	color: #333;
	font-weight: bold;
	font-size: 10.5px;
	transition: 0.2s;
}
.top_page_link li a:after {
	content: "";
	background: url(../ico_arrow_down.png) no-repeat;
	background-size: contain;
	width: 9px;
	height: 6px;
	position: absolute;
	right: 1.7vw;
	top: 40%;
}
.top_page_link li a:active {
	background-color: #eee;
}

/* 別ページへのリンク */
/*
.top_page_link li.other_page {
border-color: #f7ecd1;
}
.top_page_link li.other_page a:hover {
	background-color: #f6f0e2;
}
*/
.top_page_link li.other_page a:after {
	content: "";
	background: url(../ico_arrow_right.png) no-repeat;
	background-size: contain;
	width: 6px;
	height: 9px;
	top: 35%;
}

/* キャンペーン詳細へのリンク */
.top_page_link li.campaign {
border-color: #ffe674;
}
.top_page_link li.campaign  a:active {
	background-color: #fffae1;
}



/* 絞り込み検索ページへのボタン */
.second_btn {
	position: relative;
}
.second_btn a {
	display: block;
  width: 60%;
  margin: 25px 20% 0;
  text-align: center;
  background-color: #eee;
  padding: 9px 0;
  font-size: 13px;
}
.second_btn a:after {
	content: "";
	background: url(../ico_arrow_right.png) no-repeat;
	background-size: contain;
	position: absolute;
	width: 7px;
	height: 11px;
	top: 33%;
  margin-left: 10px;
  opacity: .8;
}

/*  シリーズで選ぶ
------------------------*/

.diary_top #series ul.bnr li { /* 上部1カラムバナー用 */
	margin-bottom: 20px;
}
.diary_top #series ul:last-child {
	margin: 20px 0 0;
}
.diary_top #series ul.bnr:last-child li {
	margin-bottom: 0;
}

.diary_top #series .btn_filter_page {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.diary_top #series div.btn_filter_page a img {
	width: 90%;

}

/*  サイズで選ぶ
------------------------*/
.diary_top #size ul {
	margin: 0 4vw
}
.diary_top #size ul li {
	text-align: center;
	margin-right: 5vw;
}
.diary_top #size ul li span.size_img {
	display: flex;
	align-items: flex-end;
}
.diary_top #size ul li:nth-of-type(n+1):nth-of-type(-n+6) span.size_img  {
	height: 18.4vw;
}
.diary_top #size ul li:nth-of-type(n+7):nth-of-type(-n+9) span.size_img  {
	height: 30vw;
}
.diary_top #size ul li span.size_img img {
	height: auto;
	margin: auto auto 0;
}
.diary_top #size ul li h3 {
	font-size: 9px;
	margin-top: 6px;
	font-weight: bold;
	white-space: nowrap
}
.diary_top #size a:active h3 span {
	background: linear-gradient(transparent 0%, #fff474 30%);
}
.diary_top #size ul li:nth-of-type(n+1):nth-of-type(-n+6) {
	margin-bottom: 15px;
}
.diary_top #size ul li:nth-child(1) {
	width: 1.8vw;
} 
.diary_top #size ul li:nth-child(2) {
	width: 9.3vw;
} 
.diary_top #size ul li:nth-child(3) {
	width: 10.6vw;
} 
.diary_top #size ul li:nth-child(4) {
	width: 10.7vw;
} 
.diary_top #size ul li:nth-child(5) {
	width: 10.6vw;
} 
.diary_top #size ul li:nth-child(6) {
	width: 13vw;
	margin-right: 0;
} 
.diary_top #size ul li:nth-child(7) {
	width: 15vw;
	margin-left: 10vw;
} 
.diary_top #size ul li:nth-child(8) {
	width: 18.4vw;
} 
.diary_top #size ul li:nth-child(9) {
	width: 21.2vw;
	margin-right: 0;
} 

/*  特典付きダイアリー
------------------------*/

#present h3 + p {
	font-size: 10px!important;
}



/* =====================
　　2019 新登場ダイアリー
===================== */

/* 見出し帯 */
#cate_wrap.new_diary2019 h2.bar { /* 既存スタイル調整 */
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #333;
	padding: .7em;
	margin: 0 0 20px;
	line-height: 1;
	text-align: center;
}

/* メニュー h3センター揃え */
#cate_wrap .nav {
	text-align: center;
}
#cate_wrap .nav h3 {
	font-size: 11px;
	margin-top: 5px;
}
#cate_wrap ul.nav li {
	margin-top: 15px;
}

/* section unit スタイル（シリーズ枠） */
#cate_wrap p.unit_tx {
	font-size: 13px;
	line-height: 1.8;
	margin: 10px 0 30px;
}
#cate_wrap .unit h3 {
	font-size: 14px;
	margin-top: 15px;
}
#cate_wrap p.unit_item_name {
	font-weight: bold;
	margin-bottom: 8px;
}
#cate_wrap ul.unit_item_var + p.unit_item_name { /* 1段目以降 上マージン */
	margin-top: 25px;
}

/* バリエーション一覧 */

ul.unit_item_var li {
	text-align: center;
	width: 23.5%;
	margin:20px 2% 0 0;
}
ul.unit_item_var li:nth-child(4n) {
	margin-right: 0;
}
ul.unit_item_var li img {
	margin-bottom: 5px;
	display: block;
}
.link_btn {
	margin-top: 30px;
}
.link_btn a {
	font-size: 12px;
}



/* =====================
　　ビジネスダイアリー
===================== */


/*  サイズで選ぶ
------------------------*/
.business_diary #size ul {
	margin-left: 4%;
	/*align-items: flex-end*/
}
.business_diary #size ul li {
	margin: 0 4vw;
}

.business_diary #size ul li:nth-child(1) {
	width: 2.23%;
}
.business_diary #size ul li:nth-child(2) {
	width: 11.94%;
}
.business_diary #size ul li:nth-child(3) {
	width: 19.7%;
}
.business_diary #size ul li:nth-child(4) {
	width: 23.88%;
}

/*
.business_diary #size ul li:nth-child(1) {
	width: 5.3%;
}
.business_diary #size ul li:nth-child(2) {
	width: 25.7%;
}
.business_diary #size ul li:nth-child(3) {
	width: 18.8%;
}
.business_diary #size ul li:nth-child(4) {
	width: 23.3%;
}
.business_diary #size ul li:nth-child(5) {
	width: 26.9%;
}
*/


/* =====================
　　ポケットダイアリー
===================== */

/* デザインで選ぶ */
#cate_wrap.pocket_diary #pocket_diary_design a {
	text-align: center;
}
#cate_wrap.pocket_diary #pocket_diary_design img {
	width: 80%;
	margin-bottom: 5px;
}
#pocket_diary_design ul p:nth-of-type(1) {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin:8px auto 6px;
}

/*  表
------------------------*/

/* サイズ別仕様 */

#cate_wrap.pocket_diary #pocket_diary_size h3 {
	font-size: 12px;
	margin: 20px 0;
}
#cate_wrap.pocket_diary #pocket_diary_size h3 + p {
	margin-top: -10px;
	margin-bottom: 20px;
}

/* オジサン以外の表 */
.pocket_table.table_1.pocket_table {
	margin-bottom: 40px;
	margin-top: 30px;
}
/*
.pocket_table.table_1 table td:last-child {
	border-color: #fff;
	display: none;
}
	*/
.pocket_table.table_1 table {
	width: 530px
}
/* */

.pocket_table {
	margin-top: -10px;
	margin-bottom: 5px;
	overflow: auto;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	}
.pocket_table::-webkit-scrollbar {
	 height: 5px;
	}
.pocket_table::-webkit-scrollbar-track {
	 background: #F1F1F1;
	}
.pocket_table::-webkit-scrollbar-thumb {
	 background: #BCBCBC;
	}
.pocket_table table {
	width: 642px;
	border-collapse: collapse;
	word-wrap: break-word;
	table-layout:fixed;
}
.pocket_table table th, .pocket_table table td {
	border: 1px solid #ccc;
	padding: 6px;
	font-size: 11px;
	box-sizing: border-box;
}

/* 1行目 */
.pocket_table table tr:first-child th {
	/*border: none;
	background-color: #fff!important;*/
	text-align: center;
}
.pocket_table table tr:first-child a {
	font-size: 11px;
	font-weight: bold;
	display: block;
	line-height: 1;
	margin-bottom: 5px;
}
.pocket_table table tr:first-child a:active {
	color: #999!important;
}
.pocket_table table tr:first-child th img {
	margin-bottom: 10px;
	width: 50%!important;
}
.pocket_table table tr:first-child th span {
	font-size: 9px;
	font-weight: normal;
	display: block;
}

/* 1列目 */
.pocket_table table tr th:first-child {
	background-color: #eee;
	font-weight: bold;
	text-align: left;
	width: 80px;
}

/* オジサンインスタバナー */
#cate_wrap .pocket_table + ul.bnr {
	margin-top: 30px;
}





/*  「デザインで選ぶ」ピックアップ部分
------------------------*/
#cate_wrap.pocket_diary ul.column_pc2_smp1 {
	margin-bottom: 20px;
}
#cate_wrap.pocket_diary ul.column_pc2_smp1 h3 {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	margin-top: 8px;
}
#cate_wrap.pocket_diary ul.column_pc2_smp1 p {
	font-size: 12px;
  font-weight: normal;
  margin-top: 5px;
}
#cate_wrap.pocket_diary ul.column_pc4_smp2 li p:nth-of-type(1) {
	text-align: left;
}


/* =====================
　　サイズで選ぶ
===================== */

/*  表
------------------------*/

.size_table {
	margin-top: -10px;
	margin-bottom: 5px;
	overflow: auto;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	}
.size_table::-webkit-scrollbar {
	 height: 5px;
	}
.size_table::-webkit-scrollbar-track {
	 background: #F1F1F1;
	}
.size_table::-webkit-scrollbar-thumb {
	 background: #BCBCBC;
	}
.size_table table {
	border-collapse: collapse;
	word-wrap: break-word;
	table-layout:fixed;
}
.size_table.handy_size table {
	width: 1600px
}
.size_table.bagin_size table {
	width: 800px
}
.size_table.desktop_size table {
	width: 2600px
}
.size_table table th, .size_table table td {
	border: 1px solid #ccc;
	padding: 6px;
	font-size: 11px;
	box-sizing: border-box;
	width: 100px;
}

/* 1行目 */
.size_table table tr:first-child th {
	border: none;
	background-color: unset!important;
	text-align: center;
}
.size_table table tr:first-child th img {
	margin-bottom: 5px;
}

/* 1列目 */
.size_table table tr th:first-child {
	background-color: #eee;
	font-weight: bold;
	text-align: left;
}

/* =====================
　　キャンペーン注意事項
===================== */

.diary_campaign .ttl_attention {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

#cate_wrap.diary_campaign p {
	line-height: 1.6;
	margin-top: 15px;
}
.diary_campaign p span.p_gray {
	color: #666;
	font-size: 11px;
}

#cate_wrap.diary_campaign img {
	margin-top: 10px;
}

/* ページ内リンク */
 #cate_wrap section.page_menu ul li {
	 width: 100%;
 }
 #cate_wrap section.page_menu ul li a {
	 display: inline!important;
	 text-decoration: underline;

 }
 #cate_wrap section.page_menu ul.caution {
	 margin-top: 0;
 }

/* キャンペーン内容 */
.application .campaign_important span.ten,
.application .campaign_important span.kome {
	display: block;
	text-indent: -1.1em;
	margin: .7em 0 .7em 1.1em;
	line-height: 1.5;
	font-weight: normal!important;
}
.application .campaign_important span.ten:before {
	content: "・"!important;
}
.application .campaign_important span.kome:before {
	content: "※"!important;
}

/* インデントリスト */
#cate_wrap ul.caution {
	margin-top: 20px;
	padding: 0;
}
#cate_wrap ul.caution li {
	text-indent: -1.1em;
	margin: 0 0 .7em 1.1em;
	line-height: 1.5;
}
#cate_wrap ul.caution li.ten:before {
	content: "・"!important;
}
#cate_wrap ul.caution li.maru:before {
	content: "●"!important;
}
#cate_wrap ul.caution li.kome:before {
	content: "※"!important;
}

/* 矢印リンク */
#cate_wrap div.arrow_right {
	margin-top: 20px;
	margin-bottom: 25px;
}
#cate_wrap .arrow_right a {
	background: rgba(0, 0, 0, 0) url("../ico_arrow_right.png") no-repeat scroll right center;
	background-size: 5px auto;
	padding-right: 12px;
	text-decoration: underline!important;
}

/* h3 */
.diary_campaign h3 {
	font-size: 12.5px;
	margin-top: 20px!important;
}

/* 強調枠 */
.campaign_important {
	background-color: #fffbcd;
	border-radius: 10px;
	padding: 15px 10px;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
}

/* =====================
　PRD
===================== */

/* フォーマット説明 */
section div.column1_detail {
	margin-top: 30px;
}
section div.column1_detail:first-child {
	margin-top: 0!important;
}
section div.column1_detail h2 {
	text-align: center;
	font-size: 13px;
	margin: 0;
}
section div.column1_detail img {
	margin-top: 12px;
}
section div.column1_detail p {
	margin-top: 8px!important;
}

/* hibino */
/*
.hibino_diary section div.column1_detail {
	margin-bottom: 30px;
}
*/

/* シンプルデザイン p span調整 */
#cate_wrap.prd p span.p_small {
	font-size:10px;
	font-weight: normal;
}

/* シンプルデザイン ラインアップ1カラムバナー */
#cate_wrap.prd ul.bnr {
	margin-top: 30px;
}
#cate_wrap.prd ul.bnr p {
	font-weight: bold;
	font-size: 13px;
	margin-top: 10px;
}



/* =====================
　ダブル （2023追加）
===================== */

/* フォーマット説明 */
section div.column1_detail_2 {
	margin-top: 30px;
}
section div.column1_detail_2:first-of-type {
	margin-top: 20px!important;
}
section div.column1_detail_2 h3 {
	text-align: center;
	font-size: 15px;
}
section div.column1_detail_2 img {
	margin-top: 12px;
}
section div.column1_detail_2 p {
	margin-top: 8px!important;
}
section div.column1_detail_2 h4 {
	font-weight: bold;
	font-size: 13px;
	margin: 1em 0 .6em;
}

/* =====================
　フォーマット、ダブルスケジュール、PRD 共通ナビ
===================== */

/* 複数行になるボタンあり。サイズを調整 */
#cate_wrap.diary_format ul.navi_tx4 li,
#cate_wrap.double_diary ul.navi_tx4 li,
#cate_wrap.prd ul.navi_tx4 li {
	height: 34px;
	line-height: 34px;
}
#cate_wrap.diary_format ul.navi_tx4 li.multiline,
#cate_wrap.double_diary ul.navi_tx4 li.multiline,
#cate_wrap.prd ul.navi_tx4 li.multiline { /* 複数行用 */
	line-height: 13px;
	font-size: 10px;
}
#cate_wrap.diary_format ul.navi_tx4 li.multiline a,
#cate_wrap.double_diary ul.navi_tx4 li.multiline a,
#cate_wrap.prd ul.navi_tx4 li.multiline a {
	margin-top: 5px;
}
#cate_wrap ul.navi_tx4 li.multiline a span.tx_small {
	font-size: 9px;
}

/* =====================
　絞り込み検索
===================== */

#cate_wrap.diary_filter .none {
	display: none;
	text-align: center;
}
#cate_wrap.diary_filter h1 {
	text-align: center;
	margin: 20px auto;
}

#cate_wrap.diary_filter .filterBox {
	background-color: #f5f5f5!important;
	margin: 0 -10px 35px!important;
	padding: 15px 10px!important;
}
.checkboxArea {
	margin-top: 20px;
}
.filterBox div.checkboxArea:first-child {
	margin-top:10px;
}
#cate_wrap .checkboxArea > p  {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#cate_wrap .checkboxArea > p > span {
	background: linear-gradient(transparent 60%, #fff474 30%);
}
.filterBox label{
	margin: 11px 5px;
  display: inline-block;
	font-size: 12.5px;
	/*line-height: 16px;*/
}

/* チェックボックス */
.filterBox input{
  display: none;
}
.filterBox input + span{
  padding-left: 22px;
  position:relative;
}
.filterBox input + span::before{
  content: "";
  background-image: url(../ico_check_off.png);
  background-size: contain;
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 18px;
  height: 18px;
}
.filterBox input:checked + span{
  font-weight: bold;
}
.filterBox input:checked + span::after{
  content: "";
  background-image: url(../ico_check_on.png);
  background-size: contain;
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 18px;
  height: 18px;
}
/*
#cate_wrap.diary_filter .filterBox + p {
	margin-bottom: 30px;
	font-size: 11px;
	color: #555;
}
*/

/* リセットボタン */
#filter_reset {
	width: 54%;
	margin: 25px 23% 0;
	text-align: center;
	color: #aaa;
	font-size: 12px;
	font-weight: bold;
	border-radius: 3px;
	border: 1px solid #eee;
	background-color: #fff;
	padding: 8px 0;
}
#filter_reset:active {
	background-color: #ddd;
}

/* 商品一覧 */
#cate_wrap ul.filterList {
	justify-content: flex-start;
}
ul.filterList li a {
	height: 100%;
}
ul.filterList li div:first-child {
	margin-bottom: 5px;
	border: 1px solid #eee;
	background-color: #fff;
	box-sizing: border-box;
}
#cate_wrap ul.filterList li div:first-child img {
	width: 90%;
	margin: 5%;
}
/* 2列 */
/*
#cate_wrap ul.filterList li {
	width: 45%;
	margin: 0 2.5% 20px;
}
#cate_wrap ul.filterList li p {
	font-size: 12px;
	margin-top: 3px;
	color: #555;
}
#cate_wrap ul.filterList p.name {
	font-weight: bold;
}
#cate_wrap ul.filterList p.size, #cate_wrap ul.filterList p.format {
	font-size: 11px;
}
#cate_wrap ul.filterList p.color {
	margin-top: 6px;
}
*/

/* 3列 */
/*
#cate_wrap ul.filterList li {
	width: 30%;
	margin: 0 1.6% 20px;
}
#cate_wrap ul.filterList li p {
	font-size: 11px;
	margin-top: 2px;
	color: #555;
}
#cate_wrap ul.filterList p.name {
	font-weight: bold;
}
#cate_wrap ul.filterList p.size, #cate_wrap ul.filterList p.format {
	font-size: 10px;
}
#cate_wrap ul.filterList p.color {
	margin-top: 3px;
}
*/
/* 1列 */

#cate_wrap ul.filterList li {
	margin: 0 2.5% 20px;
}
#cate_wrap ul.filterList li div:first-child {
	float: left;
	width: 40%;
}
#cate_wrap ul.filterList li div:nth-child(2) {
	float: right;
	width: 55%;
}
#cate_wrap ul.filterList li div:nth-child(2):after {
	clear: both;
}
#cate_wrap ul.filterList li p {
	font-size: 12px;
	margin-top: 3px;
	color: #555;
}
#cate_wrap ul.filterList p.name {
	font-weight: bold;
	margin-bottom: 8px;
}

#cate_wrap ul.filterList p.format {
	font-size: 11px;
	margin-top: 5px;
}
#cate_wrap ul.filterList p.size {
	font-size: 10px;
}
#cate_wrap ul.filterList p.color {
	margin-top: 12px;
}


/* =====================
　　その他
===================== */

.pc_only {
	display: none!important;
}
