@charset "utf-8";


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

.diary p, .diary h3 {
	margin: 0;
	padding: 0;
}

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

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

/*  a.a_tx2（ホバーでアンダーライン）
------------------------*/

#cate_wrap a.a_tx2 {
	display: inline-block!important;
}
#cate_wrap a.a_tx2:hover {
	text-decoration: underline!important;
}


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

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

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

#cate_wrap section {
	padding-top: 20px;
	margin-top: -20px;
	margin-bottom: 70px;
}

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

#cate_wrap h2.bar {
	margin-top: 0px!important;
}
#cate_wrap h2.bar + p { /* h2.bar直下のpの余白調整 */
	margin-bottom: 25px!important;
	font-size: 13px;
}
/* プレゼントアイコン */
#cate_wrap h2 .ico_present {
	background-image: url(../ico_present.png);
	    background-repeat: no-repeat;
	    background-size: 16px 21px;
	    width: 16px;
	    height: 21px;
			margin: -5px 10px -4px -30px;
	    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: -5px 10px -3px -30px;
	    display: inline-block;
}

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

/* 第2弾発売 */
#cate_wrap .diary_release_02 a,
#cate_wrap .diary_release_02 img,
#cate_wrap .diary_release_02 p { /* 発売時にコメントアウト */
	/*
	pointer-events: none!important;
	opacity: .7!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;
	opacity: 1;
}

/* 第3弾発売 */
#cate_wrap .diary_release_03 a,
#cate_wrap .diary_release_03 img,
#cate_wrap .diary_release_03 p  { /* 発売時にコメントアウト */
	/*
	pointer-events: none!important;
	opacity: .7!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;
	opacity: 1;
}

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

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

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

#cate_wrap ul {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
}

/*  カテゴリ上部調整
------------------------*/

/* 最上部ナビ */
#cate_wrap #navi_top .navi_top_link a:hover { /* diary.cssで全体にかけたa:hover下線消しを他カテゴリに合わせて打ち消し */
	text-decoration: underline;
}
/* リード */
#cate_wrap .cate_lead.cate_lead_high { /* 下余白調整 */
	margin-bottom: 60px;
}
/* h3 */ 
#cate_wrap .cate_lead h3 {
	margin-bottom: 10px;
}
/* 4列ナビ */
#cate_wrap .navi_tx4 li a:hover {
	text-decoration: underline;
}

/*  既存3カラム */
#cate_wrap ul.navi_img3_top li:nth-child(-n+3) {/* 既存3カラム余白調整 */
	margin-bottom: 0!important;

}

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

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

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

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

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


/*  1カラム（左画像・右テキスト）
------------------------*/

#cate_wrap ul.column1 li {
	margin-top: 30px;
}
#cate_wrap ul.column1 li:first-child {
	margin-top: 0;
}
#cate_wrap ul.column1 li img, #cate_wrap ul.column1 li a img {
	width: 325px;
	margin-right: 20px;
	float: left;
}
#cate_wrap ul.column1 li img + div, #cate_wrap ul.column1 li a + div {
	width: 325px;
	float: right;
}
#cate_wrap ul.column1 h3 {
	font-size: 14px;
	line-height: 1.7;
}
#cate_wrap ul.column1 p {
	margin-top: 15px;
	line-height: 1.6;
}


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

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

/*  3カラム （210px）
------------------------*/

#cate_wrap ul.column3 li {
	width: 210px;
	margin:30px 20px 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;
}


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

#cate_wrap section ul img + p.catch {
	margin-top: 8px;
	font-size: 12.5px;
	font-weight: bold;
}
#cate_wrap section ul p.catch + h3 {
	margin-top: 5px;
	font-size: 15px;
}

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

#cate_wrap section ul img + h3 {
	display: inline-block;
	font-size: 14.5px;
	margin-top: 10px;
}
#cate_wrap section ul h3 + p {
	margin-top: 5px;
	font-size: 12.5px;
}


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

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


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

#cate_wrap ul.column_pc3_smp2 li {
	width: 210px;
	margin:30px 20px 0 0;
}
#cate_wrap ul.column_pc3_smp2 li:nth-child(-n+3) {
	margin-top: 0;
}
#cate_wrap ul.column_pc3_smp2 li:nth-child(3n) {
	margin-right: 0;
}

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

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

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

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

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

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

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

}

/*  特長02 縦並び
------------------------*/
.feature02 li {
	overflow: hidden;
	margin-top: 40px;
}
.feature02 li:first-child {
	margin-top: 0;
}
.feature02 li:after {
	clear: both;
}
.feature02 li .feature02_right {
	float: right;
	width: 335px;
	margin-left:20px;
}
.feature02 li h3 {
	width: 310px!important;
	font-size: 15px!important;
	margin: 0 0 15px!important;
}
.feature02 li h3.ico_pen {
	content: "";
	padding-left: 25px;
	background: transparent url(../ico_pen.png) no-repeat;
	background-size: 18px 18px;
}
.feature02 li img {
	float: left;
	width: 315px!important;
}
.feature02 li p {
	font-size: 12.5px;
	line-height: 1.6
}

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

ul.cate_lineup .ico_format { /* フォーマットアイコン調整 */
	margin-top: 7px;
}
/* マウスオーバーで色下線を打ち消し
#cate_wrap ul.cate_lineup a:hover h3 span {
	background: transparent;
}
*/

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

.checklist {
	margin-bottom: 50px;
}
.checklist h3 {
	font-size: 14px;
}
.checklist ul{
	flex-flow: column nowrap;
	margin-top: 13px!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: 12.5px;
}
.checklist li:first-child {
	margin-top: 0;
}

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

.checklist_new {
	margin-bottom: 70px;
	margin-top: -20px;
	padding: 15px;
	border: 2px solid #333;
	box-sizing: border-box;
	border-radius: 8px;
}
.checklist_new h3 {
	font-size: 13.5px;
}
.checklist_new ul{
	flex-flow: column nowrap;
	margin-top: 13px!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: 12.5px;
}
.checklist_new li:first-child {
	margin-top: 0;
}

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

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

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



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

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

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

#cate_wrap .diary_cp_text {
	text-align: center;
	margin: 20px auto;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

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

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

/* ボタン */
.campaign_guide .btn_wrap {
	text-align: center;
}
.campaign_guide a.btn {
	display: inline-block;
	padding: 10px 20px 10px 30px;
	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:hover.btn {
	background-color: rgba(254,240,84,0.5);
}

#campaign_info h2 {
	font-size: 130%;
  text-align: center;
	margin-bottom: 20px;
}

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

.top_page_link li {
	width: 32%;
	margin:15px 2% 0 0;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	border: 3px solid #eeeeee;
}
.top_page_link li:nth-child(3n) {
	margin-right: 0;
}
.top_page_link li a {
	padding: 8px 10px;
	display: block;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	transition: 0.2s;
}
.top_page_link li a:after {
	content: "";
	background: url(../ico_arrow_down.png) no-repeat;
	background-size: contain;
	width: 11px;
	height: 7px;
	position: absolute;
	right: 13px;
	top: 40%;
}
.top_page_link li a:hover {
	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: 7px;
	height: 11px;
	top: 35%;
}

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


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

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

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

.diary_top #series .btn_filter_page img {
		width: 440px;
		margin: 40px auto 0;
}

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

.diary_top #size ul {
	margin: 0 17px;
}
.diary_top #size ul li {
	text-align: center;
	margin-right: 11px;
}
.diary_top #size ul li:last-child {
	margin-right: 0;
}
.diary_top #size ul li span.size_img {
	height: 148px;
	display: flex;
	align-items: flex-end;
}
.diary_top #size ul li span.size_img img {
	height: auto;
	margin: auto auto 0;
}
.diary_top #size ul li h3 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}
.diary_top #size a:hover h3 span {
	background: linear-gradient(transparent 0%, #fff474 30%);
}
.diary_top #size ul li:nth-child(1) {
	width: 9px;
}
.diary_top #size ul li:nth-child(2) {
	width: 45px;
}
.diary_top #size ul li:nth-child(3) {
	width: 52px;
}
.diary_top #size ul li:nth-child(4) {
	width: 52px;
}
.diary_top #size ul li:nth-child(5) {
	width: 53px;
}
.diary_top #size ul li:nth-child(6) {
	width: 65px;
}
.diary_top #size ul li:nth-child(7) {
	width: 74px;
}
.diary_top #size ul li:nth-child(8) {
	width: 91px;
}
.diary_top #size ul li:nth-child(9) {
	width: 105px;
}



/*  ダイアリーにプラス
------------------------*/

.diary_top #diary_around h3 {
	font-size: 14px;
}


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

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

/* メニュー h3センター揃え */
#cate_wrap .nav {
	text-align: center;
}
#cate_wrap .nav h3 {
	font-size: 14px;
}

/* section unit スタイル（シリーズ枠） */
#cate_wrap p.unit_tx {
	font-size: 13px;
	line-height: 1.8;
	margin: 10px 0 50px;
}
#cate_wrap .unit h3 {
	font-size: 15px;
	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: 30px;
}

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

ul.unit_item_var li {
	text-align: center;
	width: 126px;
	margin: 20px 10px 0 0;
}
ul.unit_item_var li:nth-child(5n) {
	margin-right: 0;
}
ul.unit_item_var li img {
	margin-bottom: 5px;
	display: block;
}
.link_btn { /* 既存スタイル調整 */
	margin-top: 50px;
}



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

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

.business_diary #size ul {
	margin: 0 60px 0 60px;
}
.business_diary #size ul li {
	margin: 0 20px;
	height: 214px;
}
/*
.business_diary #size ul li:nth-child(1) {
	width: 36px;
}
.business_diary #size ul li:nth-child(2) {
	width: 80px;
}
.business_diary #size ul li:nth-child(3) {
	width: 132px;
}
.business_diary #size ul li:nth-child(4) {
	width: 162px;
}
*/

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

/* デザインで選ぶ */
#cate_wrap.pocket_diary #pocket_diary_design a {
	text-align: center;
}

#cate_wrap.pocket_diary #pocket_diary_design img {
	width: 86%;
	margin-bottom: 5px;
	margin-left: 7%;
}
#pocket_diary_design ul p:nth-of-type(1) {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin:10px auto 8px;
}

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

/* サイズ別仕様 */
#cate_wrap.pocket_diary #pocket_diary_size h3 {
	font-size: 13px;
	margin: 30px 0;
}
#cate_wrap.pocket_diary #pocket_diary_size h3 + p {
	margin-top: -20px;
	margin-bottom: 20px;
}


/* オジサン以外の表 */
.pocket_table.table_1{
	margin-bottom: 40px;
}
/*
.pocket_table.table_1 table td:last-child {
	border-color: #fff;
}
*/
.pocket_table table {
	width: 100%;
	border-collapse: collapse;
	table-layout:fixed;
	word-wrap: break-word;
}
.pocket_table table th, .pocket_table table td {
	border: 1px solid #ccc;
	padding: 8px;
	font-size: 11px;
	box-sizing: border-box;
}

/* 1行目 */
.pocket_table table tr:first-child th {
	/*border: none;
	background-color: #fff!important;
	*/
	text-align: center;
	word-break: break-word;
	white-space: normal;

}
.pocket_table table tr:first-child th {
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}
.pocket_table table tr:first-child a:hover {
	color: #999!important;
}
.pocket_table table tr:first-child td img {
	margin-bottom: 8px;
}
.pocket_table table tr:first-child th span {
	font-size: 9px;
	font-weight: normal;
	display: block;
}

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

/* オジサンインスタバナー */
#cate_wrap .pocket_table + ul.bnr {
	margin-top: 40px;
}
#cate_wrap .pocket_table + ul.bnr li {
	width: 580px;
	margin-left: 45px;
}




/*  「デザインで選ぶ」ピックアップ部分
------------------------*/
#cate_wrap.pocket_diary ul.column_pc2_smp1 {
	margin-bottom: 30px;
}
#cate_wrap.pocket_diary ul.column_pc2_smp1 h3 {
	display: inline-block;
	font-size: 14.5px;
	margin-top: 10px;
}
#cate_wrap.pocket_diary ul.column_pc2_smp1 p {
	margin-top: 5px;
	font-size: 12.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: 10px;
	}
.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: 2080px
}
.size_table.bagin_size table {
	width: 1040px
}
.size_table.desktop_size table {
	width: 3380px
}
.size_table table th, .size_table table td {
	border: 1px solid #ccc;
	padding: 6px;
	font-size: 11px;
	box-sizing: border-box;
	width: 130px;
}

/* 1行目 */
.size_table table tr:first-child th {
	border: none;
	background-color: #fff!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: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

#cate_wrap.diary_campaign {
	margin-bottom: 100px;
}

#cate_wrap.diary_campaign p {
	line-height: 1.7;
	font-size: 12.5px!important;
	margin-top: 20px;
}
.diary_campaign p span.p_gray {
	color: #666;
	font-size: 11.5px;
}

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

/* ページ内リンク */
#cate_wrap section.page_menu {
	margin-bottom: 40px;
	margin-top: -40px;
}
 #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: 0.5em 0 0.5em 1.1em;
	line-height: 1.7;
	color: #333;
	font-weight: normal!important;
	font-size: 12.5px;
}
.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 1em 1.1em;
	line-height: 1.7;
	color: #333;
	font-weight: normal;
	font-size: 12.5px;
}
#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;
	font-weight: bold;
}

/* h3 */
.diary_campaign h3 {
	font-size: 14px;
	margin-top: 30px;
}

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


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

/* フォーマット説明 */
section div.column1_detail {
	margin-top: 50px;
}
section div.column1_detail:first-child {
	margin-top: 0;
}
section div.column1_detail h2 {
	text-align: center;
	font-size: 14px;
}
section div.column1_detail img {
	margin-top: 12px;
}
section div.column1_detail p {
	margin: 12px 10px 0;
	line-height: 1.8;
}

/* シンプルデザイン h3調整 */
/*
#cate_wrap.prd h3.h3_lineup {
text-align: center;
font-size: 16px;
margin-bottom: 1em;
margin: 30px 0;
}
*/

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

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


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

/* フォーマット説明 */
section div.column1_detail_2 {
	margin-top: 50px;
}
section div.column1_detail_2:first-of-type {
	margin-top: 30px!important;
}
section div.column1_detail_2 h3 {
	text-align: center;
	font-size: 16px;
	margin-bottom: 1em;
}
section div.column1_detail_2 img {
	margin-top: 12px;
}
section div.column1_detail_2 p {
	margin: 12px 10px 0;
	line-height: 1.8;
}
section div.column1_detail_2 h4 {
	font-weight: bold;
	font-size: 13px;
	margin: 1.2em 10px 0;
}


/* =====================
　フォーマット、PRD 共通ナビ
===================== */

/* 複数行になるボタンあり。サイズを調整 */

#cate_wrap.diary_format ul.navi_tx4 li,
#cate_wrap.prd ul.navi_tx4 li  {
	height: 44px;
	line-height: 44px;
}
#cate_wrap.diary_format ul.navi_tx4 li.multiline,
#cate_wrap.prd ul.navi_tx4 li.multiline { /* 複数行用 */
	line-height: 16px;
}
#cate_wrap.diary_format ul.navi_tx4 li.multiline a,
#cate_wrap.prd ul.navi_tx4 li.multiline a {
	margin-top: 6px;
}

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

#cate_wrap.diary_filter section#filterWrap {
	margin-bottom: 20px;
}

#cate_wrap.diary_filter .link_btn {
	margin-top: 20px;
	margin-bottom: 50px;
}

#cate_wrap.diary_filter .none {
	display: none;
	text-align: center;
	margin-bottom: 40px;
}
#cate_wrap.diary_filter h1 {
	text-align: center;
	margin: 40px auto 30px;
	font-size: 20px;
}

#cate_wrap.diary_filter .filterBox {
	background-color: #f5f5f5;
	padding: 20px;
	margin-bottom: 40px;
}
.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: 14px 10px;
  display: inline-block;
	font-size: 12.5px;
}

/* チェックボックス */
.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: -3px;
  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: -3px;
  left: 0;
  width: 18px;
  height: 18px;
}

#cate_wrap.diary_filter .filterBox + p {
	margin: 10px 0 30px;
	font-size: 11px;
	color: #555;
}

/* リセットボタン */
#filter_reset {
	width: 30%;
	margin: 25px 35% 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:hover {
	background-color: #f9f9f9;
}
#filter_reset:active {
	background-color: #ddd;
}

/* 商品一覧 */
#cate_wrap ul.filterList {
	justify-content: flex-start;
}
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%;
}

#cate_wrap ul.filterList li {
	width: 21%;
	margin: 0 2% 30px;
}
#cate_wrap ul.filterList li p {
	font-size: 12px;
	margin-top: 5px;
	/*color: #555;*/
}
#cate_wrap ul.filterList p.name {
	font-weight: bold;
	margin: 6px 0;
}
#cate_wrap ul.filterList p.format {
	font-size: 11px;

}
#cate_wrap ul.filterList p.size {
	font-size: 10px;
}
#cate_wrap ul.filterList p.color {
	margin-top: 8px;
}

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

.smp_only {
	display: none!important;
}
