@charset "UTF-8";
/* CSS Document */


body {
	font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 180%;
	color: #000000;
	-webkit-text-size-adjust: 100%;
	
	-webkit-print-color-adjust: exact;
	}

header,
.footer-area,
section,
.category-title,
.brand-logo,
.logo-title,
.refill-nav {
	width: 1118px;
	margin: auto;
	}
	
img {
    max-width: 100%;
    display: block;
    }

	
aside {
	border: solid 1px #ddd;
	padding: 20px;
	margin-bottom: 20px;
	}

a {color: #000000;}
a:hover {
	text-decoration: none;
	color: #000000;
	}
.active a:hover {background-image:none ;}

a,
a:hover,
a:focus {color: #000000; text-decoration: none;}


.patent {
	font-size: 12px;
	color: rgba(0,0,0,0.8);
	line-height: 100%;
	text-align: right;
	margin: 15px 0 6px !important;
	}
.patent span {
	border: solid 1px #aaa;
	border: solid 1px rgba(0,0,0,0.3);
	padding: 5px 15px;
	border-radius: 20px;
	}
.patent.out {
    position: relative;
    top: -100px;
    }

p.caution-mini {
    font-size: 12px;
	color: #666;
	margin: 10px 0;
	}
p.small {font-size: 13px;}


/*****　レイメイストアからコピー　*****/

/*　グリッド　*/

.cat-grid2,
.cat-grid3,
.cat-grid4,
.cat-grid6,
.cat-grid8 {
	float: left;
	text-align: center;
	padding-bottom: 0;
	margin-right: 2.5%;
	margin-bottom: 20px;
	}
	
.cat-grid2 {width: 48.75%;}
.cat-grid3 {width: 31.666%;}
.cat-grid4 {width: 23.125%;}
.cat-grid6 {width: 14.583%;}
.cat-grid8 {width: 10.312%;}

.cat-grid2:nth-child(even),
.cat-grid3:nth-child(3n),
.cat-grid4:nth-child(4n),
.cat-grid6:nth-of-type(6n),
.cat-grid8:nth-of-type(8n) {margin-right: 0; }

.cat-menu-photo {margin-bottom: 10px;}



/********************/
/*****　ヘッダー　*****/
/********************/


.header-cover {
	background-color: rgba(255,255,255,1);
	padding-top: 20px;
	}
header  {
    margin: 0px auto;
	border-bottom: solid 1px #fff;
	}
.header-title { margin: 0 auto 15px; }

.site-title {
	float: left;
	width: 50%;
	text-align: left;
	margin-bottom: 0;
	/*background-color: #eeeeee;*/
	}
.site-title img {
	width: 350px;
	float: left;
	margin: 0;
	}
.site-title h1 {
	font-size: 12px;
	font-weight: normal;
	color: #888;
	letter-spacing: 2px;
	line-height: 100%;
	padding: 0;
	margin: 10px 0 0;
	}

.link-icon {
    float: right;
	margin-left: 10px;
	}
.link-icon img {
	height: 38px;
	display: block;
	border-radius: 4px;
	}
.link-icon.rf-store img {
    height: 36px;
    border: solid 1px #6fa0de;
    margin: 0 5px;
    }

.nav-home img {
    width: 80px;
	padding: 0;
	margin: 15px 0 0;
	}


/*************************/
/*****　グローバルナビ　*****/
/*************************/

.header-fixed {
    position: fixed;
    top: 0;
	width: 1118px;
	border-bottom: solid 1px #fff;
	z-index: 1000;
	}

header nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}

header nav li,
header nav li.home{
	display: block;
	float: left;
	text-align: center;
	background-repeat: repeat-y;
	}
	
header nav li.home {
	width: 47px;
	background-color: #0071c3;
	background-image: url(../contents/images/nav_partition_home.gif);
	}
header nav li {width: 357px;}

header nav li:first-child a,
.refill-nav li:first-child,
.refill-nav.diary-nofes li:first-child,
.item-nav li:first-child {border-left: none;}
header nav li a {
	display: block;
   /* border-left: solid 1px #fff;*/
	padding: 8px 0 8px;
	}
header nav li.home img,
header nav li img {
    display: block;
	height: 18px;
	margin: auto;
	/*background-color: #666;*/
	}

.dropdown-menu {z-index: 10000;}

nav li.systembinder,
.category-title-base.systembinder,
nav li.systembinder .dropdown-menu li.menu,
.menu-title.systembinder {background-color: #91a2b5;}
nav li.systembinder .dropdown-menu li {background-color: #d8dee5;}
.category-title.systembinder {background-color: #768ba2;}

nav li.refill,
.category-title-base.refill,
nav li.refill .dropdown-menu li.menu,
.menu-title.refill {background-color: #e6dabc;}
nav li.refill .dropdown-menu li {background-color: #edebe3;}
.category-title.refill {background-color: #d7caa1;}

nav li.diary,
.category-title-base.diary,
nav li.diary .dropdown-menu li.menu,
.menu-title.diary {background-color: #73cbb8/*#6dcdff*/;}
nav li.diary .dropdown-menu li {background-color: #e3f5f2;}
.category-title.diary {background-color: #1aad94/*68c7ee*//*#4bc2f5*/;}



/*　詳細　*/

header ul.dropdown-menu,
header ul.dropdown-menu li,
footer ul.dropdown-menu,
footer ul.dropdown-menu li {width: 100%;}

header ul.dropdown-menu,
footer ul.dropdown-menu  {
	border: 0;
	box-shadow: none;
	background-color: rgba(0,0,0,0);
	padding: 0;
	margin: 0 0 0 0;
	border-radius: 0px;
	}
header ul.dropdown-menu li,
footer ul.dropdown-menu li {
	float: none;
	border: none;
	text-align: left;
	border-top: dotted 1px rgba(0,0,0,0.25);
	padding: 6px 0;
	margin: 0;
	}
header ul.dropdown-menu li span,
footer ul.dropdown-menu li a {
	display: block;
	/*color: #fff;*/
	line-height: 20px;
	padding: 7px 10px 7px 15px;
	margin:0;
	}
header ul.dropdown-menu li a:hover,
footer ul.dropdown-menu li a:hover {
	background-color: rgba(0,0,0,0);
	background-image: none;
	display: block;
	color: #000;
	}
header ul.dropdown-menu li.menu {
	text-align: center;
	padding: 10px 0;
	}


header ul .systembinder .dropdown-menu li.menu a,
header ul .diary .dropdown-menu li.menu a {color: #fff;}

/*　ページトップ　*/

#pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 0px;
	padding: 5px;
	cursor: pointer;
	background: #aaa;
	background-color: rgba(150,150,150,0.85);
	width: 50px;
	color: #fff;
    z-index: 1000;
	border-radius: 4px 0px 0px 4px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.1)
	}


/************************/
/*****　トップページ　*****/
/***********************/

.cover {
	background-image: url("../contents/home/images/bg.jpg");
	background-size: 100%;
	padding: 48% 0 0;
	margin-bottom: 60px;
	}

.summary {
    background-image: url("../contents/home/images/summary_bg_pc.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 88%;
    width: 840px;
    padding: 40px 0;
    margin: 0 auto 40px;
   /* border: solid 1px #eee;*/
    }

.summary h2{ 
	color: #6b604e;
	text-align: center;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 6px;
	margin: 0 0 30px;
	}
.summary p{ 
	color: #6b604e;
	text-align: center;
	font-size: 16px;
	letter-spacing: 2px;
    line-height: 180%;
	margin: 0 0 0px;
	}

.video-area {
    margin-top: 450px;
    border-top: solid 1px #fff;
    margin-bottom: 0px;
    }
.video-area h2 {
    line-height: 100%;
    padding: 0;
    margin: 60px 0 40px;
    }
.video-area h2 img {
    line-height: 100%;
    display: block;
    height: 34px;
    margin: 0 auto;
    }
.video-area p {
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;
    }

.home-menu {margin:0 auto 60px;}

.home-menu-area {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    }
.home-menu-area .menu-item {width: calc(100% / 3 - 40px / 3);}

.menu-title {
    background-color: #ccc;
    padding: 7px 0;
    }
.menu-title img {
    display: block;
    height: 23px;
    margin: auto;
    }

ul.home-banner {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0 auto 40px;
    }

.campaign-banner {margin:0 auto 40px;}

.home-banner.sonakatsu li {width: 100%;}
.home-banner.sonakatsu img {
    width: 50%;
    margin: auto;
    }


/*************************/
/*****　メニューページ　*****/
/*************************/

section.menu {margin-top: 60px;}

.diary-menu,
.systembinder-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin: 60px auto;
    /*border: solid 1px;*/
    }

.menu-grid {
    width: calc(100% / 2 - 60px / 2);
	/*width: 46%;
	float: left;
	margin-right: 8%;
	margin-bottom: 80px;*/
	}
/*.menu-grid:nth-child(even){margin-right: 0;}*/

/*.menu-grid.wide {
    width: 100%;
    margin-right: 0;
    }*/

.menu-grid h3,
.menu-grid p,
.menu.refill h3 {
	padding: 0 20px;
	}
.menu-grid h3,
.menu.refill h3 {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 140%;
	padding-top: 20px;
	margin: 0 0 10px;
	}
.menu-grid p {
	font-size: 15px;
	padding-bottom: 20px;
	margin: 0;
	}

.menu-grid .each {background-color: #f5f5f5;}


.menu article {
	border-bottom: dotted 1px #ccc;
	padding-bottom: 40px;
	margin-bottom: 40px;
	}
.menu article:last-child {
	border-bottom: none;
	padding-bottom: 0;
	}

p.brand-name-jp {
    font-size: 13px;
	text-align: left;
	line-height: 140%;
	letter-spacing: 1px;
	color: #777;
	margin: 15px 0 0;
	}
	

/*****　システム手帳　*****/

/*.systembinder-menu { padding-top: 80px; }*/
.systembinder-menu + .systembinder-menu { padding-top: 0px; }

.systembinder-menu .each .logo {
   background-color: #ccc;
   padding: 5px 20px;
   }
.systembinder-menu .each .logo img {
   width: 160px;
   }

.systembinder-menu .each.davinci .logo { background-color: #1b5000;}
.systembinder-menu .each.keyword .logo { background-color: #333399;}
.systembinder-menu .each.lacee .logo { background-color: #ff6689;}


/*****　リフィル　*****/

.menu.refill .brand-logo {
	line-height: 90px;
	margin-bottom: 20px;
	}
.menu.refill .brand-logo img {height: 50px;}
.menu.refill .brand-title {
	width: 100%;
	margin: 20px 0;
	}
.menu.refill .brand-title img {width: 840px;}
.menu.refill aside h4 {
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 20px;
	}
.menu.refill aside p:last-child,
.menu.refill aside .cat-grid2 {margin-bottom: 0;}

aside.point-refill { margin-bottom: 0; border: none;}
aside.point-refill h4 { margin-top: 0}
.point-refill.davinci { background-color: #fbf8ee;}
.point-refill.keyword { background-color: #eef2f4;}
.point-refill.lacee { background-color: #fbf3f3;}

/*　メニュー　*/

.item-nav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0;
	}
.item-nav li {
	display: block;
	float: left;
	width: 33.333%;
	text-align: center;
	margin: 0 auto 20px;
	}
.item-nav li a {
	display: block;
	border-left: solid 1px #ccc;
	padding: 20px 0;
	}
.item-nav li:last-child a {border-right: solid 1px #ccc;}

.item-nav .menu-size {
	width: 200px;
    height: 36px;
    display: flex;
    align-items: center;
	background-image: url("../contents/images/arrow.png");
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: right 5px center;
	margin: auto;
	}
.item-nav li:first-child .menu-size { border: none;}
.item-nav .menu-size img {
	height: 14px;
	margin: auto;
	}
.item-nav img.menu-photo {
	width: 60%;
	margin: 0 auto 10px;
	}

.item-nav.nav-4 li {width: 25%;}
.item-nav.nav-4 img.menu-photo {width: 80%;}

.banner-item {margin-top: 20px;}

/*****　ダイアリー　*****/

ul.diary-line {
    list-style: none;
	padding: 0;
	margin: 60px 0 0;
	}
ul.diary-line li {
    display: block;
	float: left;
	width: 50%;
	text-align: center;
	}
ul.diary-line li img {
    opacity: 0.4;
	height: 24px;
	}
ul.diary-line li.active img { opacity: 1;}

ul.diary-line li a {
    display: block;
	padding: 10px 0 12px;
	}
	
li.active a {background-size: 12px;}
li#tab-december.active a {background-image: url(../contents/diary/images/line_december_bg.gif)}
li#tab-october.active a {background-image: url(../contents/diary/images/line_december_bg.gif)}
 
/*.diary-menu { padding-top: 60px; }*/

.diary-menu .each img {width: 452px;}

/*　動画アイコン　*/

.area-mark{
    position: relative;
    background-image: none;
    }
img.mark-movie {
    position: absolute;
    bottom: 10px;
    left: 20px;
    display:block;
    height: 18px;
    background-color: #ff0000;
    padding: 5px 5px;
    }
img.mark-movie.off{display:none}


/**********************/
/*****　商品ページ　*****/
/**********************/


/*****　カテゴリー　*****/

.category-title-base img {margin: auto;}

.category-title {
	 height: 150px;
     display: flex;
     align-items: center;
	 }
.category-title img {
    height: 34px;
	margin-left: 20px;
	}
	
.logo-title {
    height: 150px;
    display: flex;
    align-items: center;
    }
.logo-title img {
	width: 300px;
	margin-left: 20px;
	}

/*　タイトル内サイズ表示　*/

.logo-title img.binder-size {
    display: block;
	position: absolute;
	right: 20px;
	top: 55px;
	height: 40px;
	width: auto;
	}


.category-title .sell-start {
    font-size: 13px;
	color: #fff;
	color: rgba(0,0,0,0.7);
	line-height: 180px;
	letter-spacing: 1px;
	text-align: right;
	float: right;
	margin: 0 20px 0 0;
	}


/*　ブランド　タイトル　*/

.brand-logo {
	height: 100px;
	display: flex;
    align-items: center;
	background-color: #ccc;
	}
.brand-logo  img {
    height: 60px;
    margin: 0 20px;}	
.brand-logo a { display: block;}

.brand-summary { margin-bottom: 100px;}


/*　セレクト　ナビ　*/

.brand-logo ul {
	list-style: none;
	padding: 0;
	margin:0;
	}
.brand-logo ul li {
	display: block;
	float: left;
	width: 25%;
	border-left: solid 1px #fff;
	text-align: center;
	padding: 0;
	margin: 0;
	}
.brand-logo ul li:first-child {
	width: 50%;
	border-left: none;
	text-align: left;
	}
.brand-logo ul li a {display: block;}
.brand-logo ul li.active { background-color: #426abc;}


.lineup.davinci .item-title,
.lineup.keyword .item-title,
.lineup.lacee .item-title,
.lineup.decona .item-title,
.lineup.decona-grid .item-title,
.lineup.dyd .item-title,
.lineup-diary .item-title {border-bottom: solid 2px #ccc;}

.lineup.davinci article,
.lineup.keyword article,
.lineup.lacee article,
.lineup.decona article,
.lineup.decona-grid article,
.lineup.dyd article,
.lineup-diary article {border-bottom: solid 10px #ccc;}

.brand-logo.davinci,
.logo-title.davinci {background-color:#1b5000;}
.refill-nav.davinci li,
.item-nav.davinci .menu-size {background-color:#397932;}
.refill-nav.davinci li.active {background-color: #50a83a;}
.lineup.davinci .item-title,
.lineup.davinci article {border-color: #1b5000;}

.brand-logo.keyword,
.logo-title.keyword {background-color:#333399;}
.refill-nav.keyword li,
.item-nav.keyword .menu-size {background-color:#8097d7;}
.refill-nav.keyword li.active {background-color: #3c5cb7;}
.lineup.keyword .item-title,
.lineup.keyword article {border-color: #333399;}

.brand-logo.lacee,
.logo-title.lacee {background-color:#ff6689;}
.item-nav.lacee .menu-size {background-color:#ff6689;}
.lineup.lacee .item-title,
.lineup.lacee article {border-color: #ff6689;}

.brand-logo.decona,
.logo-title.decona {background-color:#d28ebb;}
.item-nav.decona .menu-size {background-color:#d28ebb;}
.lineup.decona .item-title,
.lineup.decona article {border-color: #d28ebb;}
.refill-nav.decona li {background-color:#e3bfd7;}
.refill-nav.decona li.active {background-color: #feadd1;}
.lineup.decona-grid .item-title,
.lineup.decona-grid article {border-color: #d28ebb;}

.lineup-diary .item-title,
.lineup-diary article {border-color: #1aad94;}

.refill-nav.diary li {background-color:#d8f3fe;}
.refill-nav.diary li.active {background-color: #a0e0ff;}

.brand-logo.gloire {background-color:#333;}
.refill-nav.gloire-refill li {background-color:#999;}
.refill-nav.gloire-refill li.active {background-color: #444;}

.category-title-base.davinci {background-color:#1b5000;}
.category-title.davinci {background-color:#1b5000;}

.lineup.dyd .item-title,
.lineup.dyd article {border-color: #007794;}


/*****　商品タイトル　共通　*****/

.brand-title { margin: 60px 0 30px;}
.brand-title .brand-name { text-align: left;}
.brand-title .brand-name img {
	height: 34px;
    display: inline-block;
    /*border-bottom: solid 5px #ccc;*/
	}
.brand-title .brand-name img {margin-right: 15px;}
.brand-title .about {margin-top: 30px;}

.brand-title .about p,
.brand-title .about ul {
    font-size: 20px;
    text-align: left;
	line-height: 160%;
	letter-spacing: 2px;
	padding: 0;
	margin-bottom: 20px;
	}
.brand-title .about ul {
    font-size: 16px;
    /*background-image: url("../contents/diary/images/icon_point.gif");
    background-repeat: no-repeat;
    background-size: 70px;*/
    padding-top: 0px;
    }
.brand-title .about p.normal {
	font-size: 15px;
	letter-spacing: 0;
	}

/*.brand-name:before{
    content:"８月下旬発売予定";
    font-size: 16px;
    color: #f00;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
    }*/

/*　種類ラベル　*/

.brand-title ul.label-type {
	border: none;
	padding: 0;
    margin: 0 0 20px;
    }
.brand-title ul.label-type li {
    font-size: 15px;
    color: #fff;
	list-style: none;
    letter-spacing: 2px;
    line-height: 100%;
	background-color: #000;
	display: inline-block;
    padding: 8px 20px 8px;
    margin: 0 -1px 2px 0;
    }

.davinci .brand-title ul.label-type li.format {background-color: #1b5000;}
.keyword .brand-title ul.label-type li.format {background-color: #333399;}
.diary .brand-title ul.label-type li.format {background-color: #1aad94;}
	
.cat-grid2.wide {width: 74.375%;}
.cat-grid2.wide + .cat-grid4 {margin-right: 0;}


/*****　ダイアリー　*****/

.diary .about ul,
.refill .about ul {margin: 0;}
.diary .about li,
.refill .about li {
    float: left;
	width: 45%;
	list-style: none;
	color: #555;
    background-image: url(../contents/diary/images/icon_point.gif);
	background-repeat: no-repeat;
	background-position: left top 4px ;
	background-size: 14px;
	line-height: 140%;
	padding-left: 20px;
	margin-bottom: 10px;
	margin-right: 4%;
	/*background-color: #eee;*/
	}
.diary .about li:nth-child(even) {margin-right: 0}
.diary .about ul.wide li,
.refill .about ul.wide li {
    float: none;
    width: 97%;
    }

.diary .about li.new {color:#0099d9;}

/*　リフィルナビ　*/

.refill-nav ul {
	list-style: none;
	padding: 0;
	margin: 20px auto 0;
    /*background-color: #ddd;*/
	}
.refill-nav li {
	display: block;
	float: left;
	height: 44px;
	display: flex;
    align-items: center;
    background-image: url("../contents/images/arrow.png");
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 24px;
	margin: 0;
	}
.refill-nav.arrow-black li {background-image: url("../contents/images/arrow_black.png");}

/*.refill-nav li:first-child {background-image: url(../contents/images/nav_partition_home.gif);}*/
.refill-nav.nav-2 ul {width: 60.0%;}
.refill-nav.nav-2 li {width: 48.75%; margin-right: 2.5%;}

.refill-nav.nav-3 ul {width: 85.0%;}
.refill-nav.nav-3 li {width: 32.133%; margin-right: 1.8%;}

.refill-nav.nav-4 ul {width: 100%;}
.refill-nav.nav-4 li {width: 23.875%; margin-right: 1.5%;}

.refill-nav.nav-5 li {width: 18.8%; margin-right: 1.5%;}

.refill-nav.nav-2 li:nth-child(even),
.refill-nav.nav-3 li:nth-child(3n),
.refill-nav.nav-4 li:nth-child(4n),
.refill-nav.nav-4 li:nth-child(5n) {margin-right: 0;}
	
.refill-nav li a,
.refill-nav li a:hover {
	display: block;
	height: 44px;
    width: 100%;
    display: flex;
    align-items: center;
    margin: auto;
	}
.refill-nav img {
    height: 14px;
    margin: auto;
    }

.refill-nav.namecard img {margin: 0 3px;}


.refill-nav.diary li img {opacity: 0.4;}
.refill-nav.diary li.active img {opacity: 1;}


/*　各商品　*/

.lineup article {
	padding-bottom: 30px;
	margin-bottom: 120px;
	}

.lineup.lineup-diary article {padding-bottom: 20px;}
.lineup.lineup-diary.gloire-refill article {padding-bottom: 0;}

.item-img {
	text-align: center;
	margin-bottom: 30px;
	}
.lineup-refill .item-img,
.lineup-diary.gloire-refill .item-img {margin-bottom: 20px;}


/*****　商品画像　各個　*****/

ul.item-row {
    list-style: none;
	padding: 0;
	margin: 0 auto;
	/*background-color: #eee;*/
	}
.item-row li {
    display: block;
	float: left;
	margin: 20px 0;
	/*border-bottom: solid 10px;*/
	}
.item-row li:nth-child(even){border-color: #ccc;}

ul.item-row.row-1 {width: 26%;}
ul.item-row.row-2 {width: 74%;}
ul.item-row.row-2 li {width: 34%;margin: 20px 8%;}
ul.item-row.row-3 {width: 86%;}
ul.item-row.row-3 li {width: 29.333%;margin: 20px 2%;}
ul.item-row.row-4 li {width: 25%;}

.item-row li span {
    display: block;
	text-align: center;
	font-size: 14px;
	color: #999;
	margin: 10px 0 0;
	}
/*.item-row li:first-child {margin-left: 0!important;}*/


/*****　商品名・品番・価格　*****/

.item-title {
	line-height: 25px;
	padding: 15px 10px 10px;
	background-color: #f3f3f3;
	margin-bottom: 20px;
	}

.lineup .item-title h3 {
	font-size: 19px; 
	font-weight: bold;
	line-height: 160%;
	padding: 0;
	margin: 0 0 10px;
	/*background-color: #ddd;*/
	}
.lineup .item-title h3 img {
	height: 25px;
    margin: -3px 0 0 10px;
	}

.lineup-systembinder .item-title h3,
.lineup-diary .item-title h3 {
	float:left;
	width: 100%;
	/*background-color: #ccc;*/
	}
.lineup.gloire-refill .item-title h3,
.lineup-diary .item-data .item-title h3 {
    width: 100%;
	/*background-color: #ddd;*/
	}

.lineup-refill .item-title h3,
.lineup-diary.gloire-refill .item-title h3 {font-size: 17px; }

.lineup img.size-title {
	display: block;
	height: 30px;
	margin: 0 0 60px;
	}

.date-start {
	width: 60%;
	float: left;
	/*background-color: #ddd;*/
	}
.date-start span{
	display: inline-block;
	line-height: 100%;
	color: #fff;
	background-color: #999;
	letter-spacing: 1px;
	font-size: 13px;
	padding: 6px 12px 5px;
	margin: 0 2px 0 0;
	border-radius: 2px;
	}
.date-start span.start-sunday {background-color: #ff9900;}
.date-start span.total-page {background-color: #555;}

span.start-sunday{color: #ff6600;}

.noterefill .date-start {width: 100%;}

.lineup.gloire-refill .date-start {
    float:none;
	width: 100%;
    margin-bottom: 5px;
	}
.lineup.gloire-refill .date-start span{
	letter-spacing: 0px;
	font-size: 12px;
	padding: 5px 10px 6px;
	}

.lineup .price,
.lineup-diary .price {
	float: right;
	/*width: 50%;*/
	display: block;
	font-size: 13px;
	text-align: right;
	padding-top: 3px;
	/*background-color: #aaa;*/
	}
.lineup .code {
	float: left;
	/*width: 50%;*/
	display: block;
	font-size: 13px;
	text-align: left;
	color: #777;
	padding-top: 3px;
	/*background-color: #ddd;*/
	}
.lineup-refill .item-title,
.lineup-diary.gloire-refill .item-title,
.item-spec .item-title {margin: 0;}

/*　カゴ表示　*/

.cart {
	display:none; /*　<--表示切り替え　*/
	width: 22px;
	float: right;
	margin: 0 0 0 5px;
	/*background-color: #ff3;*/
	}
.cart img,
.item-data .cart img {
	display: block; /*　<--表示切り替え　*/
	width: 22px;
	margin: 0;
	}


p.creator {
   font-size: 16px;
   font-weight: bold;
   margin-bottom: 5px;
   }

.item-detail {
	text-align: center; 
	border-bottom: dotted 1px #aaa;
	padding: 0px 0 10px;
	}

.item-detail {position: relative;}
.item-detail .detail-photo {
	float: left;
	width: 48.75%;
	margin: 0 2.5% 0 0;
	}
.item-detail .detail-photo img {
    width: 380px;
    margin: auto;
    }
.item-detail .detail-photo:nth-child(2n) {margin: 0}

.item-detail .detail-photo.photo-4 {
	width: 25%;
	margin: 0;
	/*background-color: #eee;*/
	}
.item-detail .detail-photo.photo-4 img {width: 279px;}

.detail-photo p {
	padding: 0;
	margin: 5px 0 0;
	}

/*　ダイアリー　解説　*/

.diary .cat-grid2.wide + .cat-grid4 .pack {
	margin: 0 0 20px;
    /*background-color: #eee;*/
	}
.diary .cat-grid2.wide + .cat-grid4 .pack img {
    display: block;
    width: 60%;
    margin: 0 auto;
	}
    
.diary-use {
	padding: 40px 0;
    /*border: solid 1px;*/
	}
.diary-use.item-in {
	border: none;
	padding: 20px 0;
	}
.diary-use.spec-in {
    border-bottom: dotted 1px #aaa;
    padding: 20px 0 40px;
    margin-bottom: 40px
    }
.diary-use img.appear510 + img.appear510  {
	margin-top: 40px;
	}
.diary-use img {
    float: left;
	width: 48.75%;
	display: block;
	}
.diary-use img:nth-child(even) {margin-left: 2.5%;}

.diary-use.only img {
    float: none;
	margin: auto;
	}

.diary-use h4 {margin-bottom: 15px;}
.diary-use h4 span {
    background-color: #1aad94;
    font-size: 18px;
    color: #fff;
    padding: 8px 20px 7px;
    }
.diary-use p {margin-bottom: 40px;}

.diary-use.choilog {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 2.5%;
    border-bottom: dotted 1px #aaa;
    padding: 20px 0 40px;
    margin-bottom: 40px
    }
.diary-use.choilog div{
    width: calc( 100% / 2 - 2.5% / 2);
    }
.diary-use.choilog img {
    float: none;
    width: 100%;
    }
.diary-use.choilog span {
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 15px 0 0;
    }

/*　ダイアリー　ページ内訳　*/

ul.diary-page {
    list-style: none;
    display: flex;
    border-bottom: solid 1px #73cbb8;
    padding-bottom: 5px;
    margin: 0 auto 20px;
    }
ul.diary-page li {
    width: 50%;
    text-align: center;
    font-weight: bold;
    margin: 0 0 15px
    }
ul.diary-page li span {
    width: 50%;
    background-color: #1aad94;
    color: #fff;
    padding: 7px 20px;
    margin-left: 10px
    }
ul.diary-page li span.no-page {background-color: #bbb;}

ul.diary-page.wide {flex-wrap: wrap;}
ul.diary-page.wide li {
    width: 100%;
    }
    
/*　ダイアリー　スペック　*/

.item-spec {
    display: flex;
    gap: 40px;
    margin: 0px 0 0px;
    }
ul.diary-format,
.item-data,
.set-refill {
    width: calc(100% / 2);
    /*background-color: #eee;*/
    }
.item-data.wide{ width: 100%;}

ul.diary-format {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    }
/*ul.diary-format li {border: solid 1px #aaa;}*/
ul.diary-format li.left {z-index:100;}
ul.diary-format li.right { margin-top: 5%;}

ul.diary-format span {
    display: block;
    text-align: center;
    font-size: 12px;
    margin: 5px 0 0;
    }

/*　フォーマット　カード　*/
ul.diary-format.card li {
    width: 38%;
    margin: 0 auto;
    }
/*　フォーマット　A6　*/
ul.diary-format.A6 li {
    width: 46%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 0;
    }
ul.diary-format.A6 li.right {margin-left: calc( 50% - 46% - 10%);}
ul.diary-format.A6 li.left.only {width: 38%;}

/*　フォーマット　B6　*/
ul.diary-format.B6 li {
    width: 52%;
    margin-left: 8%;
    margin-right: 8%;
    }
ul.diary-format.B6 li.right {margin-left: calc( 50% - 52% - 8%);}
ul.diary-format.B6 li.left.only {width: 43%;}

/*　フォーマット　A5　*/
ul.diary-format.A5 li {
    width: 62%;
    margin-left: 5%;
    margin-right: 5%;
    }
ul.diary-format.A5 li.right {margin-left: calc( 50% - 62% - 5%);}
ul.diary-format.A5 li.left.only {width: 55%;}

/*　フォーマット　B5　*/
ul.diary-format.B5 li {
    width: 68%;
    margin-left: 0%;
    margin-right: 0%;
    }
ul.diary-format.B5 li.right {margin-left: calc( 50% - 68% - 0%);}


ul.diary-format.A6 li.left.only,
ul.diary-format.B6 li.left.only,
ul.diary-format.A5 li.left.only,
ul.diary-format.B5 li.left.only {margin: 0 auto;}


.diary-data {
	background-size: 12px;
	padding: 0 ;
	margin-bottom: 60px;
	}
.diary-data.item-in {margin-bottom: 0;}
.diary-data img {
	display: block;
	float: left;
	width: 549px;
	}
.diary-data img:first-child {margin-right: 20px;}

/*　ダイアリー　ノートリフィル　スペック　*/

.lineup.noterefill .item-row a {
    background-image: url("../contents/diary/note/images/icon_loupe.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 24px;
    display: block;
    }

.lineup.noterefill .item-data .item-title {
	background-color: #fff;
	border-bottom: solid 2px #aaa;
	}


/*　ノートリフィル　スペック　*/


.lineup.noterefill .item-detail .detail-photo {margin-bottom: 20px;}
.lineup.noterefill .item-detail .detail-photo:first-child {margin-left: 0;}
.lineup.noterefill .item-detail .detail-photo img {
	width: 100%;
	margin-bottom: 10px;
	}

.lineup.noterefill .item-detail .detail-photo.only {
    float: none;
	width: 100%;
	margin: 0 auto 20px;
	}
.lineup.noterefill .item-detail .detail-photo.only img { width: 500px;}

.lineup.noterefill .item-detail .detail-photo.double {width: 100%;}
.lineup.noterefill .item-detail .detail-photo .area-double {
    float: left;
	width: 50%!important;
	margin: 0 auto 20px;
	}
.lineup.noterefill .item-detail .detail-photo.double img { width: 500px;}
	
.detail-photo .month,
.detail-photo .week,
.detail-photo .week2 {
	color: #fff;
	padding: 5px 10px;
	}

.detail-photo .month {background-color: #009ce0;}
.detail-photo .week {background-color: #25b6a0;}
.detail-photo .week2 {background-color: #f3992b;}
.detail-photo .amount {
	display: block;
	}

.noterefill .item-detail {padding-bottom: 0;}

/*　フォーチュンダイアリー　*/

.fortune {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
    }
.fortune p.illust-title {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
    }
.fortune div {
    width: calc(100% / 2 - 10px);
    }
.fortune div img {
    width: 70%;
    margin: 0 auto 10px;
    }
.fortune div span {
    display: block;
    font-size: 16px;
    text-align: center;
    margin: 0 0 5px;
    }

/*　システム手帳　スペック　*/

.lineup-systembinder .set-refill,
.lineup-systembinder .item-data {margin-top: 20px ;}

.lineup-systembinder .set-refill img,
.lineup-systembinder .item-data img {
	width: 420px;
	margin: 0 auto;
	}

/*.item-data.wide {
	float: none;
	width: 100%;
	}
.item-data.wide .table-spec th {width: 15%;}

.item-data.wide .table-spec li {
    width: 50%;
	float: left;
	}*/


/*　アイコン　*/

.item-icon {
    padding: 0 10px;
	margin-bottom: 10px;
	}
.item-icon img {
    display: block;
	float: left;
	margin-right: 10px;
	}
.item-icon img,
.detail-icon img {
    height: 35px;
	width: auto ;
	}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: auto;
  *margin-right: auto;
  line-height: auto;
  vertical-align: text-top;
  background-position: auto;
  background-repeat: no-repeat;
  margin: 0 10px 0 0 !important;
}


.icon_size {
	border: solid  1px #666;
	border-radius: 20px;
	}
.icon-just {background-color: #666;}
.icon-other {float: right;}
.icon-other img { margin-left: 10px;}

.detail-icon img {
	display: block;
	margin: 0 auto 20px;
	}

.lineup-refill .item-icon,
.lineup.gloire-refill .item-icon,
.lineup.noterefill .item-icon { text-align: center;}
.lineup-refill .item-icon  img,
.lineup.gloire-refill .item-icon img  { margin: 0 5px;}

.detail-icon {
    position: absolute;
	top: 20px;
	right: 10px;
	margin: 0;
	width: auto !important;
	}

/*　リフィル用　*/

.lineup-refill .item-icon,
.lineup-diary.gloire-refill .item-icon {
    padding: 0;
	margin-bottom: 10px;
	}
.lineup-refill .item-icon img,
.lineup-diary.gloire-refill .item-icon img {
    display: inline-block;
	float: none;
	margin: 0 5px;
	}


/*　アイコン説明　*/

.about-icon { margin-bottom: 50px;}

.about-icon div {
	width: 517px;
	margin: 0;
	margin-left: 20px;
	float: left;
	background-color: #eee;
	/*border: solid 1px #e6e6e6;*/
	padding: 7px 10px 7px 20px;
	margin-bottom: 10px;
	}

.about-icon div:nth-child(odd) {
	margin-left: 0;
	}

.about-icon img {
	height: 35px;
	float: left;
	margin: 0 10px 0 0;
	}
.about-icon p {
    display: table-cell;
	height: 35px;
	font-size: 13px;
	vertical-align: middle;
	line-height: 150%;
	margin: 0;
	}

 p a {
	display: block;
	font-weight: bold;
	line-height: 100%;
	padding: 3px 0;
	}
 p a span {
	background-image: url(../contents/images/arrow_black.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 22px;
	padding-right: 24px;
	}

.about-icon:before,
.about-icon:after {display:table;line-height:0;content:""}
.about-icon:before {clear: both;}


/*　リフィル　グリッド　*/


.lineup-refill article,
.gloire-refill article,
.decona-grid article {
	float: left;
	width: 31.666%;
	padding: 0;
	margin-right: 2.5%;
	}
.lineup-refill article:nth-child(3n),
.gloire-refill article:nth-child(3n),
.decona-grid article:nth-child(3n){margin-right: 0;}

/*　リフィル　グリッド　decona　*/

.lineup-refill.decona article {
	display: flex;
	width: 100%;
    border-bottom: none;
	}
.lineup-refill.decona article .item-detail {
	width: 65%;
    border: none;
    padding: 0;
    margin: 0;
    /*background-color: #ccc;*/
	}
.lineup-refill.decona article .item-detail img {
    width: 85%;
    margin: auto;
    }
.lineup-refill.decona article .item-spec {
	display: block;
	width: 35%;
    border-bottom: solid 10px #d28ebb;
	}


/*****　動画　*****/

/*.video-area-item {display: none;}*/

.video-area-item {margin: 35px 0 60px; }
p.video-message {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0;
    }
    
/*　リフィルメニュー　*/

.menu.refill .video-area-item {margin: 0 0 20px;}


/****************************/
/*****　テーブル　スペック　*****/
/****************************/


.table-spec {
	color: #000000;
	border-top: dotted 1px #aaa;
	width: 100%;
	}
.table-spec caption {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	margin: 10px 0;
	}
.table-spec th,
.table-spec td {
	border-bottom: dotted 1px #aaa;
	text-align: left;
	font-weight: normal;
	line-height: 140%;
	padding: 9px 5px 7px 10px;
	}
.table-spec th { padding-right: 0;}

.item_comment .table-spec th,
.item_comment .table-spec td { padding-top: 5px; padding-bottom: 5px}

.table-spec tr:nth-child(odd) {
	background-color: #fafafa;
	}
.table-spec th {
	width: 25%;
	line-height: 140%;
	}
.table-spec td {
	width: 75%;
	}

.table-spec ul {
	padding: 0;
	margin: 0;
	}
.table-spec li {
	list-style: none;
	line-height: 140%;
	margin: 3px 0 3px 0;
	}

.table-spec ol {
	padding: 0 0 0 0;
	margin: 0;
	}
.table-spec ol li {
	list-style: decimal;
	list-style: none;
	line-height: 140%;
	margin: 3px 0 3px 0;
	}
	
.noterefill .table-spec {
	border-top: none;
	}

/*　リフィル用　*/

.lineup-refill .table-spec,
.gloire-refill .table-spec {
	border-top: none;
	font-size: 13px;
	}

.gloire-refill .table-spec tr:last-child th,
.gloire-refill .table-spec tr:last-child td {border-bottom: none;}

.lineup-refill article ul {
    padding: 0;
	margin: 10px 0;
	}
.lineup-refill article li {
	list-style: none;
	line-height: 140%;
	margin: 5px 0 5px 10px;
	}

/*　セットリフィル用　*/

.set-refill .table-spec th {width: 85%;}
.set-refill .table-spec td {width: 15%;}


/*　ブランドサイトバナー　*/

.brandsite {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
    display: none;
	}
.brandsite:before,
.brandsite:after {display:table;line-height:0;content:""}
.brandsite:before {clear: both;}
	
.brandsite {
	float: none;
	width: 100%;
	}

.brandsite.double img {
    float: left;
	width: 49%;
	}
.brandsite.double a:nth-child(even) img {margin-left: 2%;}


/********************/
/*****　フッター　*****/
/********************/

#store-induction {text-align:center;}
#store-induction a {display: block;}

footer {
	text-align: center;
	background-color: #0071c3;
	color: #fff;
	font-size: 12px;
	padding-bottom: 10px;
	}
.footer-nav {
	background-color: #f4f4f4;
    padding: 15px 0 20px;
	margin-bottom: 30px;
	}
.footer-nav ul {
	width: 100%;
    display: flex;
    gap: 10px 20px;
	list-style: none;
	font-size: 12px;
	padding: 0;
	margin: 0 0 10px;
	}
.footer-nav li {
    width: calc(100% / 4 - 15px);
    border-bottom: dotted 1px rgba(0,0,0,0.4) ;
    }
.footer-nav li a {
    display: block;
    background-image: url("../contents/images/arrow_black.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    padding: 10px 0;
    }

footer p.copyright{font-size: 10px}



/*****　動画　*****/


.video {
	height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
	margin-bottom: 0px;
	border: none;
	}
.video iframe,  
.video object,  
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	}

.video-frame {
	border: none;
	}
.video-frame p {
	text-align: right;
	font-size: 10px;
	letter-spacing: 1px;
	margin: 0;
	}
.video-frame p a {
	text-align: center;
	color: #000;
	color: rgba(0,0,0,0.5);
	background-image: url("../contents/images/arrow_black.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px;
	padding-right: 22px;
	}

.bgm-credit {
	text-align: right !important;
	font-size: 10px !important;
	line-height: 14px;
	font-weight: normal !important;
	margin: 0px !important;
	color: #666;
	}
    
/*****　NEWアイコン　*****/

.new-area {position: relative;}

img.mark-new {
    position: absolute;
    top: 10px;
    right: 10px;
   /* display: none!important;*/
    width: 44px!important;
    }
img.mark-new.color {
    bottom: 0px;
    right: 0px;
    width: 38px!important;
    margin: 0;
    }
.brand-name img.mark-new {
    top: 0;
    right: 0;
    }
.item-nav img.mark-new {width: 36px!important;}

/*.new-area p,
.brand-name.new-area,
.brand-name .new-area {padding-right: 40px;}*/

/*****　表示・非表示　*****/

.appear992,
.appear840,
.appear600,
.appear510,
.appear380 { display: none !important;}



/******************************************************************************/


@media only screen and (min-width: 1800px) {

/************************/
/*****　トップページ　*****/
/************************/

.cover {
	height: 860px;
	padding: 0;
	}

}

/******************************************************************************/


@media only screen and (max-width: 1118px) {


header,
.footer-area,
.category-title,
.brand-logo,
.logo-title,
.refill-nav {width: 100%;}

.header-title,
section,
section.brand-summary {width: 96%; }

.diary-menu-title img {padding: 0 2%;}	



/********************/
/*****　ヘッダー　*****/
/********************/



/*************************/
/*****　グローバルナビ　*****/
/*************************/

.header-fixed {width: 100%;}

header nav li.home {width: 5%;}
header nav li {width: 31.666%;}


/************************/
/*****　トップページ　*****/
/***********************/



/*************************/
/*****　メニューページ　*****/
/*************************/

/*****　システム手帳　*****/


/*　キーワード　*/


/*****　ダイアリー　*****/

ul.diary-line li img {height: 22px;}

.diary-menu .each img {width: 100%;}



/**********************/
/*****　商品ページ　*****/
/**********************/

/*****　カテゴリー　*****/


/*　ブランドタイトル　*/

.brand-title img.brand-name,
.menu.refill .brand-title img { width: 80%; }


/*****　商品名・品番・価格　*****/

/*　システム手帳・ダイアリー　スペック　*/

.item-spec {gap: 20px;}


/*　リフィルナビ　*/

.refill-nav ul {margin: 15px auto 0;}
.refill-nav li {
    background-position: center right 5px;
    background-size: 22px;
	}

.refill-nav.nav-4 ul {width: 96%;}




/*　アイコン説明　*/

.about-icon div {
	width: 46.75%;
	margin-left: 1.5%;
	padding: 7px 1% 7px 1.5%;
	}


/*　各商品　*/


/*　メニュー　*/

.item-nav .menu-size {width: 67.5%;}
.item-nav.nav-4 .menu-size {width: 90%;}


.item-detail .detail-photo img {width: 65%;}

/*.set-refill img,
.item-data img {width: 85%;}*/
	
.lineup.lacee .item-detail .detail-photo:first-child,
.lineup.lacee .item-detail .detail-photo:nth-child(2) {width: 25%;}

.lineup.noterefill .item-detail .detail-photo.only img { width: 45%;}
.lineup.noterefill .item-detail .detail-photo.double img { width: 90%;}

.item-detail .detail-photo.photo-4 img {width: 96%;}


/*　ダイアリー　スペック　*/

.diary-data img {
	width: 49%;
	}
.diary-data img:first-child {
    margin-right: 2%;
	}



}




/******************************************************************************/


@media only screen and (max-width: 992px) {



/********************/
/*****　ヘッダー　*****/
/********************/


.link-icon.rf-store img {
    border: none;
    height: 38px;
    margin: 0;
    }
	

/*****　表示・非表示　*****/

.away992 { display: none!important;}
.appear992 { display: block !important;}


}




/******************************************************************************/


@media only screen and (max-width: 840px) {

body {padding: 0;}

/*.wrapper { background-size: 284px; }*/
	
/********************/
/*****　ヘッダー　*****/
/********************/

.header-cover {padding-top: 14px;}
.header-title {margin-bottom: 12px;}

.site-title {
	width: 60%;
	padding-top: 0px;
	/*background-color: #eee;*/
	}
.site-title img {width: 310px;}
.site-title h1 {
    font-size: 12px;
    letter-spacing: 2px;
    }

.nav-home img {
    width: 80px;
	padding: 0;
	margin: 15px 0 0;
	}
	
	

/*************************/
/*****　グローバルナビ　*****/
/*************************/

header nav li.home {width: 8%;}
header nav li {width: 30.666%;}


/************************/
/*****　トップページ　*****/
/***********************/

.cover {
	/*height: 400px;*/
	padding-top: 48%;
	margin-bottom: 40px;
	}

.summary {
    background-image: url("../contents/home/images/summary_bg_sp.jpg");
    background-size: 62%;
    width: 600px;
    }
    
.summary h2{ 
	font-size: 25px;
	margin: 0 0 20px;
	}

.video-area {margin-bottom: 40px;}
.video-area h2 {margin: 40px 0 20px;}
.video-area h2 img {height: 24px;}

.video-area p {font-size: 16px;}

.home-menu-area .menu-item {width: calc(100% / 2 - 20px / 2);}

.menu-title img {height: 21px;}

.home-banner.sonakatsu img {width: 60%;}
    

/*************************/
/*****　メニューページ　*****/
/*************************/

section.menu {margin-top: 40px;}

.diary-menu,
.systembinder-menu {
    gap: 40px 20px;
    margin: 40px auto;
    }
.menu-grid {width: calc(100% / 2 - 20px / 2);}

.menu-grid h3,
.menu.refill h3 {font-size: 17px;}
.menu-grid h3 span {display: block;}

.menu article {
	padding-bottom: 30px;
	margin-bottom: 30px;
	}


/*****　システム手帳　*****/

/*.systembinder-menu { padding-top: 40px; }*/
/*.systembinder-menu .each {padding: 0 0 20px;}*/
.systembinder-menu .each .logo {padding: 3px 20px;}
.systembinder-menu .each .logo img {width: 130px;}


/*　キーワード　*/

.keyword-menu img.brand-name {width: 100%;}


/*****　リフィル　*****/

.menu.refill .brand-title img {width: 90%;}
.menu.refill article {
	padding-bottom: 30px;
	margin-bottom: 30px;
	}
.menu.refill img.menu-photo { width: 80%;}

/*　メニュー　*/

.menu.refill .brand-logo {height: 80px;}
.menu.refill .brand-logo img {height: 40px;}

.item-nav .menu-size {
	background-size: 16px;
	background-position: right 2px center;
	}
.item-nav .menu-size img {height: 12px;}


/*****　ダイアリー　*****/

ul.diary-line {margin: 40px 0 0;}
ul.diary-line li img {height: 18px;}
 

/*.diary-menu { padding-top: 40px; }*/
/*.menu-grid {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 40px;
	}*/
    
/*　動画アイコン　*/

img.mark-movie {
    height: 16px;
    padding: 5px 5px;
    }


/**********************/
/*****　商品ページ　*****/
/**********************/

/*****　カテゴリー　*****/

.category-title,
.logo-title {height: 100px;}
.category-title img {height: 28px;}
.logo-title img {width: 220px;}

.category-title .sell-start {
	line-height: 140px;
	margin: 0 15px 0 0;
	}


/*　ブランド　タイトル　*/

.brand-logo {height: 80px;}
.brand-logo  img {height: 50px;}


.lineup.davinci article,
.lineup.keyword article,
.lineup.lacee article,
.lineup.decona article,
.lineup.decona-grid article,
.lineup.dyd article,
.lineup-diary article {border-width: 7px;}



/*****　商品タイトル　共通　*****/

.brand-title { margin: 40px 0 30px;}

.brand-title .brand-name img {height: 30px;}
.brand-title .brand-name img.name-type{
    height: 24px;
    margin-top: 6px;
    }

.brand-title .about p {font-size: 18px;}
.brand-title .about ul {
    font-size: 16px;
    background-size: 60px;
    padding-top: 25px;
    }

/*　種類ラベル　*/

.brand-title ul.label-type li {font-size: 14px;}


/*****　ダイアリー　*****/

.diary .about li,
.diary .about ul.wide li,
.refill .about li,
.refill .about ul.wide li {
    float: none;
	width: auto;
	margin-right: 0;
	}


/*　各商品　*/


/*****　商品名・品番・価格　*****/

.item-detail .detail-photo img {width: 85%;}
.item-detail .detail-photo:first-child {margin-left: 0%;}

.item-detail .detail-photo {
    width: 45%;
	margin: 0;
	}

.lineup img.size-title {
	height: 28px;
	margin: 0 0 40px;
	}

/*　ダイアリー　ノートリフィル　スペック　*/

.lineup.noterefill .item-row a {background-size: 22px;}

.lineup.noterefill .item-data {width: 48.75%;}
.lineup.noterefill .item-data:nth-child(odd) {margin-right: 2.5%;}
.lineup.noterefill .item-data:nth-child(even) {margin-right: 0;}


/*　リフィルナビ　*/

.refill-nav img {height: 12px;}

/*　ダイアリー　解説　*/

.diary .cat-grid2.wide + .cat-grid4 .pack img {width: 80%;}

.diary-use h4 span {font-size: 17px;}
.diary-use p {margin-bottom: 20px;}

/*　ダイアリー　ページ内訳　*/

ul.diary-page {flex-wrap: wrap;}
ul.diary-page li {width: 100%;}
ul.diary-page li span {padding: 6px 15px;}

/*　システム手帳・ダイアリー　スペック　*/


/*****　ダイアリー　*****/



/*　リフィル　グリッド　*/

.lineup-refill article,
.gloire-refill article {width: 48.75%;}
.lineup-refill article:nth-child(3n),
.gloire-refill article:nth-child(3n) {margin-right: 2.5%;}
.lineup-refill article:nth-child(2n),
.lineup-refill article:nth-child(6n),
.gloire-refill article:nth-child(2n),
.gloire-refill article:nth-child(6n) {margin-right: 0;}

/*　リフィル　グリッド　decona　*/

.lineup-refill.decona article {flex-wrap: wrap;}
    
.lineup-refill.decona article .item-detail {
	width: 100%;
    margin-bottom: 30px
	}
.lineup-refill.decona article .item-detail img {width: 80%;}

.lineup-refill.decona article .item-spec {width: 100%;}
.lineup-refill.decona article .item-spec .item-img img {
    width:50%;
    margin: auto;
    }

/*　ブランドサイトバナー　*/

.brandsite.double img {
    float: none;
	width: auto;
	}
.brandsite.double a:nth-child(even) img {margin: 20px 0 0;}

/*****　動画　*****/

.video-area-item {margin: 30px 0 40px; }
p.video-message {font-size: 17px; }

/*　リフィルメニュー　*/

.menu.refill .video-area-item {margin: 0 0 10px!important;}


/********************/
/*****　フッター　*****/
/********************/

.footer-nav ul {
    width: 96%;
    flex-wrap: wrap;
    margin: 0 auto 10px;
    }
.footer-nav li {width: calc(100% / 2 - 10px)}


/*****　NEWアイコン　*****/

img.mark-new {width: 38px!important; }
img.mark-new.color {width: 32px!important;}
.new-area p {padding-right: 25px;}

.item-nav img.mark-new {width: 32px!important;}

/*****　表示・非表示　*****/

.away840 { display: none!important;}
.appear840 { display: block!important; }


}


/******************************************************************************/

@media only screen and (max-width: 600px) {


/*.wrapper { background-size: 270px; }*/


/********************/
/*****　ヘッダー　*****/
/********************/

.site-title {width: 66%;}

.site-title img {width: 290px;}


.header-title {margin-bottom: 8px;}


/*　パネル　*/

.icon-menu-area {
    position: absolute;
	right: 10px;
	top: 19px;
	display: block;
	height: 26px;
	width: 30px;
	float: right;
	background-image: url("../contents/images/icon_menu.png");
	background-position: center;
	background-size: 30px;
	background-repeat: no-repeat;
	transition-duration: 0.3s;
	margin: 12px 0 0;
	/*background-color: #ddd;*/
 	}
.icon-menu-area.active {background-image: url(../contents/images/icon_menu_close.png);}

.panel {
	box-shadow: none;
	background-color: transparent;
	width: 100%;
    padding: 0;
	margin-top: 45px;
	}
ul.panel-body {
	list-style: none;
	width: 100%!important;
    padding-bottom: 0px;
	margin: 0;
	}
ul.panel-body li {
    display: block;
	float: left;
    padding: 0;
	margin: 0;
	}
ul.panel-body li:first-child,
ul.panel-body li:nth-child(2){width: 20%;}
ul.panel-body li:nth-child(3),
ul.panel-body li:nth-child(4){width: 30%;}

ul.panel-body img {
	height: 40px;
	width: auto;
	display: block;
	background-color: #fff;
	border-radius: 4px;
	}
ul.panel-body img.rf-store {
    height: 38px;
    border: solid 1px #6fa0de;
    }
ul.panel-body img.bg-color {border: solid 1px #b3ccec;}
	

/*************************/
/*****　グローバルナビ　*****/
/*************************/

header nav li img {height: 17px;}

/*　詳細　*/

header ul.dropdown-menu {
	padding: 0;
	margin: 0;
	width: 90%;
	}
header ul.dropdown-menu,
header ul.dropdown-menu li {width: 140%;}

header ul.dropdown-menu.dropdown-refill,
header ul.dropdown-menu.dropdown-diary {margin-left: -50%;}


/*　詳細　*/

header ul.dropdown-menu  { margin-top: 6px; margin-left: -35px; }


/************************/
/*****　トップページ　*****/
/************************/

.summary {
    background-size: 72%;
    width: 510px;
    }

.summary h2{ 
	font-size: 22px;
	letter-spacing: 4px;
	margin: 0 0 15px;
	}
.summary h2 img{ width: 200px }
.summary p{ 
	font-size: 15px;
	letter-spacing: 2px;
	}

.video-area {margin-bottom: 30px;}

.video-area h2 {margin: 30px 0 20px;}
.video-area h2 img {height: 22px;}

.campaign-banner {width: 80%;}

ul.home-banner {flex-wrap: wrap;}
ul.home-banner li {
    width: 80%;
    margin: auto;
    }

.home-banner.sonakatsu li {width: 80%;}
.home-banner.sonakatsu img {width: 100%;}
    

/*************************/
/*****　メニューページ　*****/
/*************************/

/*****　システム手帳　*****/

/*****　リフィル　*****/

.menu.refill .brand-title img {
	width: 100%;
	}
.menu.refill aside.point-refill {padding: 15px 15px;} 
.menu.refill aside p:last-child { margin-bottom: 0; }
.menu.refill aside img { margin-top: 20px; }
.menu.refill article {
	padding-bottom: 30px;
	margin-bottom: 30px;
	}
.menu.refill img.menu-photo { width: 80%;}

/*　メニュー　*/


/*****　ダイアリー　*****/

	
/**********************/
/*****　商品ページ　*****/
/**********************/

/*****　カテゴリー　*****/

.category-title,
.logo-title {height: 80px;}
.category-title img {height: 24px;}
.logo-title img {width: 200px;}

.category-title .sell-start{
    line-height: 140%;
	margin-top: 30px;
	}


.brand-title img.brand-name { float: none; width: 100%; text-align: center;}

/*****　商品タイトル　共通　*****/

.brand-title .brand-name img {height: 28px;}
.brand-title .brand-name img.name-type{
    display: block;
    margin: 10px 0 0;
    }

.brand-title .brand-name img.name-year.break600{
    display: block;
    margin: 0 0 10px;
    }


/*　種類ラベル　*/

.brand-title ul.label-type li {font-size: 13px;}

/*　各商品　*/

/*****　商品名・品番・価格　*****/

.lineup .item-title h3 {
    font-size: 16px;
	width: 100%;
	}
.lineup .item-title h3 img {height: 20px;}

.lineup img.size-title {height: 27px;}

.item-detail .detail-photo img {width: 95%;}

.item-data.wide .table-spec li {
    width: 100%;
	float: none;
	}

.item-detail .detail-photo.photo-4 {
	width: 48.75%;
	margin: 0 2.5% 0 0;
	/*background-color: #eee;*/
	}
.item-detail .detail-photo.photo-4:nth-child(even) {margin-right: 0;}
.item-detail .detail-photo.photo-4:first-child {margin-bottom: 20px;}
.item-detail .detail-photo.photo-4 img {width: 100%;}

.date-start {width: 48%;}
.date-start.wide {width: 60%;}

.lineup-refill .code {width: 100%;}

/*　リフィルナビ　*/

.refill-nav.nav-2 ul {width: 85.0%;}
.refill-nav.nav-3 ul {width: 96.0%;}

.refill-nav.namecard li a {height: 44px;}


/*　ダイアリー　解説　*/

.diary-use img {
    float: none;
	width: 80%;
	margin: auto;
	}
.diary-use img:nth-child(even) {margin: 40px auto 0;}

.diary-use.choilog {
    display: block;
    width: 80%;
    margin: 0 auto 40px
    }
.diary-use.choilog div{width: 100%;}
.diary-use.choilog div + div{margin-top: 40px}

/*　ダイアリー　ページ内訳　*/

ul.diary-page {
    width: 80%;
    margin: 10px auto 20px;
    }
ul.diary-page li,
ul.diary-page.wide li {text-align: center;}

/*　システム手帳・ダイアリー　スペック　*/

.item-spec {flex-wrap: wrap;}
ul.diary-format,
.item-data,
.set-refill {width: 100%!important;}	

/*　ノートリフィル　スペック　*/

.lineup.noterefill .item-detail .detail-photo.only img { width: 50%;}
.lineup.noterefill .item-detail .detail-photo.double img { width: 100%;}


/*　リフィル　グリッド　decona　*/

.lineup-refill.decona article .item-detail img {width: 90%;}
.lineup-refill.decona article .item-spec .item-img img {width: 80%;}



/*****　グリッド　独自　*****/

.cat-grid2.wide {
    float: none;
    width: 100%;
	}
.cat-grid2.wide + .cat-grid4,
.refill .cat-grid2.wide + .cat-grid3 {
    float: none;
	margin: auto;
	}
.cat-grid2.wide + .cat-grid4 .pack,
.refill .cat-grid2.wide + .cat-grid3 .pack {
    width: 100%;
	margin-bottom: 20px;
	}


/****************************/
/*****　テーブル　スペック　*****/
/****************************/

.table-spec th,
.item-data.wide.wide .table-spec th {width: 30%;}
.table-spec td {width: 70%;}

/*　セットリフィル用　*/

.set-refill .table-spec th {width: 75%;}
.set-refill .table-spec td {width: 25%;}


/*****　表示・非表示　*****/

.appear600 { display: block!important;}
.away600 { display: none!important;}


/*****　レイメイストアからコピー　*****/

/*　グリッド　*/

.cat-grid2 {width: 100%;}

.keep .cat-grid2,
.cat-grid3,
.cat-grid4 {width: 48.75%;}
.cat-grid8 {width: 14.583%;}

.cat-grid3:nth-child(odd),
.cat-grid4:nth-child(odd),
.cat-grid8:nth-of-type(8n){margin-right: 2.5%;}

.cat-grid3:nth-child(even),
.cat-grid4:nth-child(even),
.cat-grid8:nth-of-type(6n) {margin-right: 0;}



}


/******************************************************************************/

@media only screen and (max-width:510px) {


/*.wrapper { background-size: 285px; }*/

.header-title,
section,
section.brand-summary   {width: 96%; }


/********************/
/*****　ヘッダー　*****/
/********************/


.header-cover {padding-top: 5px;}
.header-title {margin-bottom: 5px;}
	
.site-title {
	width: 60%;
	padding-top: 0px;
	}
.site-title img {
	width: 100%;
	margin: 12px 0 0 0;
	}
.site-title h1 { display: none;}


/*　パネル　*/

.icon-menu-area {
	right: 5px;
	top: 10px;
    }

.panel {
	margin-top: 36px;
	/*border: solid 1px*/
	}
	
ul.panel-body li {
	width: 50%!important;
	margin: 0 auto 10px;
	}
ul.panel-body img {height: 40px;}




/*************************/
/*****　グローバルナビ　*****/
/*************************/

header nav li.home {width: 10%;}
header nav li {width: 30%;}

header nav li.home img {
    height: 16px;
    margin-top: 7px;
    }
header nav li img {height: 28px;}

header nav li a {padding: 8px 0 7px;}


/************************/
/*****　トップページ　*****/
/************************/

.cover {
	background-image: url("../contents/home/images/bg_768.jpg");
    padding-top: 85%;
    }

.summary {
    background-size: 88%;
    width: 370px;
    padding: 20px 0;
    }
    
.summary h2{ 
	font-size: 20px;
	letter-spacing: 3px;
	margin: 0 0 10px;
	}
.summary p{ letter-spacing: 2px;}
 
.video-area h2 {margin: 20px 0 20px;}
.video-area h2 img {height: 52px;}

.home-menu-area {gap: 40px 0;}
.home-menu-area .menu-item {
    width: 80%;
    margin: auto;
    }

.menu-title img {height: 18px;}

ul.home-banner li {width: 94%;}

.home-banner.sonakatsu li {width: 94%;}

.campaign-banner {width: 94%;}


/*************************/
/*****　メニューページ　*****/
/*************************/

section.menu {margin-top: 20px;}

.diary-menu,
.systembinder-menu {
    gap: 20px 0px;
    margin: 20px auto;
    }
.menu-grid {width: 100%;}

.menu-grid h3,
.menu-grid p,
.menu.refill h3 {padding: 0 10px;}

.menu-grid h3,
.menu.refill h3 {padding-top: 15px;}
.menu-grid h3 span {
    display: inline;
	font-size: 16px;
	}
.menu-grid p {padding-bottom: 15px;}

p.brand-name-jp {font-size: 12px;}
	

/*****　システム手帳　*****/

/*.systembinder-menu { padding-top: 20px; }*/
/*.systembinder-menu .menu-grid {
    float: none;
	width: 100%;
	margin-left: 0;
	}*/
.systembinder-menu .each .logo {padding: 3px 15px;}
/*.systembinder-menu .each img.brand-name {width: 60%;}*/


/*****　リフィル　*****/

.menu.refill .brand-logo {height: 60px;}
.menu.refill .brand-logo img {height: 30px;}
.menu.refill .brand-title img {width: 100%;}

/*　メニュー　*/

.item-nav li,
.item-nav.nav-4 li{width: 50%;}

.item-nav li a,
.item-nav.nav-4 li a {border:none;}
.item-nav li:nth-child(odd) a,
.item-nav.nav-4 li:nth-child(odd) a {
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	}
.item-nav li:nth-child(even) a,
.item-nav.nav-4 li:nth-child(even) a {border-right: solid 1px #ccc;}

.item-nav img.menu-photo,
.item-nav.nav-4 img.menu-photo {width: 80%;}

.item-nav .menu-size,
.item-nav.nav-4 .menu-size {width: 70%;}

.item-nav .menu-size {
	background-size: 16px;
	background-position: right 2px center;
	}
.item-nav .menu-size img {height: 12px;}


/*****　ダイアリー　*****/

/*.diary-menu { padding-top: 20px; }*/
/*.diary-menu .menu-grid {
    float: none;
	width: 100%;
	margin-left: 0;
	}*/

ul.diary-line {
	padding: 0;
	margin: 20px 0 0;
	}
ul.diary-line li img {height: 15px;}
ul.diary-line li a {padding: 15px 0 18px;}

/*　動画アイコン　*/

img.mark-movie {
    left: 10px;
    padding: 4px 8px;
    }
	
	
/**********************/
/*****　商品ページ　*****/
/**********************/

/*****　カテゴリー　*****/

.category-title,
.logo-title {
    height: auto;
    padding: 15px 0;
	}

.category-title img.appear510,
.logo-title img {
    width: auto;
	height: 46px;
	}

.category-title .sell-start{ margin-top: 22px;}

.brand-summary .cat-grid3 p,
.brand-summary .cat-grid4 p {
	padding: 0 5px;
	}


/*　リフィルナビ　*/

.refill-nav ul {margin: 10px auto 0;}
.refill-nav li {
    background-position: center right 3px;
    background-size: 20px;
	}
.refill-nav.nav-2 ul {width: 96.0%;}

.refill-nav.nav-4 ul {margin-top: 0;}
.refill-nav.nav-4 li {
    width: 48.75%;
    margin-top: 10px;
    }
.refill-nav.nav-4 li:nth-child(odd){margin-right: 2.5%;}
.refill-nav.nav-4 li:nth-child(even){margin-right: 0;}

.refill-nav img {height: 11px;}

/*.refill-nav.namecard li a {height: 40px;}*/


.brand-title { margin: 20px 0;}


/*****　商品タイトル　共通　*****/

.brand-title .brand-name img {
    height: 29px;
    margin-left: 0!important;
    }
.brand-title .brand-name img.name-year{
    display: block;
    margin: 0 0 10px;
    }

.brand-title .about p {
    font-size: 17px;
    margin-bottom: 0px;
    }
.brand-title .about ul {
    font-size: 15px;
    margin-bottom: 10px;
    }

.about .pack p { text-align: center;}

/*　種類ラベル　*/

.brand-title ul.label-type {
    width: 100%;
    font-size: 12px;
    line-height: 220%;
    letter-spacing: 0px;
    margin-top: 10px;
    }
.brand-title ul.label-type li {padding: 7px 15px 7px}
.brand-title ul.label-type li.stat {letter-spacing: 1px;}


/*****　ダイアリー　*****/


/*****　商品画像　各個　*****/


/*　スライド　*/

.slides {
    width: 100%;
	position: relative;
	padding: 0!important;
	margin: 0 auto 60px!important;
	/*background-color: #eee;*/
	}

.slideItem {
	text-align: center;
	margin: 0!important;
	}
.slideItem img {
    display: block;
	width: 85%;
	margin: auto;
	/*border-bottom: solid;*/
	}
.slideItem span {
    display: block;
	color: #999;
	margin: 10px 0 0;
	}

ul.slick-dots {
	height: 25px;
	bottom: -30px;;
	padding: 0;
	margin: 0;
	/*border: solid 1px;*/
	}
.slick-dots li {
    width: 25px;
    height: 25px;
	padding-bottom: 0px;
	margin: 0 10px;
	/*border: solid 1px;*/
	}
.slick-dots li button:before {
    width: 25px;
    height: 25px;
    opacity: 1;
	}
.slick-dots li.slick-active button:before {opacity: 1;}

.dots-small .slick-dots li {
    width: 8px;
    height: 8px;
	padding-bottom: 0px;
	margin: 0 12px;
	/*border: solid 1px;*/
	}
.dots-small .slick-dots li button:before {
    width: 8px;
    height: 8px;
    opacity: 0.25;
	}
.dots-small .slick-dots li.slick-active button:before {opacity: 1;}

.dots-narrow  .slick-dots li {margin: 0 5px;}


ul.item-row.row-1 {width: 65%;}


/*****　商品名・品番・価格　*****/

/*.item-title {margin-bottom: 0px;}*/

.lineup-refill .item-title h3 { text-align: center;}
.lineup-refill .price { text-align: left; padding-left: 0px}
.lineup-refill .code {
    float: left;
    width: auto;
    }

.lineup img.size-title {height: 27px;}

.date-start {width: 40%;}
.date-start span{
	letter-spacing: 0px;
	font-size: 12px;
	padding: 6px 5px 6px;
	margin-top: 3px;
	}
.date-start.wide {
    width: 100%;
    margin-bottom: 5px;
    }
.item-data.wide {margin-top: 10px;}

/*****　ダイアリー　*****/
	

/*　各商品　*/

.lineup article {
	padding-bottom: 10px;
	margin-bottom: 60px;
	}

.item-detail {padding: 0px 0 0px;}
.item-detail .detail-photo {
	float: left;
	width: 50%;
	margin-bottom: 10px;
	}
.item-detail .detail-photo img {width: 100%;}

.item-detail .detail-photo {width: 50%;}

/*　ダイアリー　解説　*/

.diary .cat-grid2.wide + .cat-grid4 .pack img {width: 85%;}

.diary-use img {width: 90%;}

.diary-use h4 span {font-size: 16px;}

.diary-use.choilog {
    width: 90%;
    padding: 0px 0 20px;
    margin: 0 auto 20px;
    }
.diary-use.choilog div + div{margin-top: 30px}

/*　ダイアリー　ページ内訳　*/

ul.diary-page {width: 86%;}

/*　ノートリフィル　*/

.lineup.noterefill .comment p {text-align: left;}

.lineup.noterefill .slides img { width: 70%;}


/*　ダイアリー　ノートリフィル　スペック　*/

.lineup.noterefill .slides a {
    background-image: url("../contents/diary/note/images/icon_loupe.png");
    background-repeat: no-repeat;
    background-position: bottom right 25%;
    background-size: 24px;
    display: block;
    }

.lineup.noterefill .item-detail .detail-photo.only img,
.lineup.noterefill .item-detail .detail-photo.double img { width: 90%;}

.lineup.noterefill .item-detail .detail-photo .area-double {
    float: none;
	width: 100%!important;
	}

/*　カラーインデックス日曜　*/

.cat-grid.flower-illust {
    width: 90%;
    margin: auto;
    }

/*　アイコン　*/

.item-icon {
	text-align: center;
	}
.detail-icon:before,
.detail-icon:after{display:table;line-height:0;content:""}
.detail-icon:before {clear: both;}
	
.detail-icon {
	float: none;
	width: 100%;
	position: relative;
	right: 0px;
	bottom: 0px;
	margin: 0 0 40px;
	/*border: solid 1px;*/
	}
.detail-icon img {
	display: inline;
	margin:  0 10px ;
	}

/*.basic .detail-icon {
    position: relative;
	right: 0px;
	}*/


/*　アイコン説明　*/

.about-icon div {
	width: 95%;
	float: none;
	margin-left: 0;
	padding: 7px 2.5%;
	margin-bottom: 5px;
	}

.about-icon img {
    width: 35px;
	margin-bottom: 0;
	}
.about-icon p {height: 40px;}
	

/*　ダイアリー　スペック　*/

/*　フォーマット　A6　*/
ul.diary-format.A6 li {
    width: 48%;
    margin-left: 8%;
    margin-right: 8%;
    }
ul.diary-format.A6 li.right {margin-left: calc( 50% - 48% - 8%);}

/*　フォーマット　B6　*/
ul.diary-format.B6 li {
    margin-left: 6%;
    margin-right: 6%;
    }
ul.diary-format.B6 li.right {margin-left: calc( 50% - 52% - 6%);}
ul.diary-format.B6 li.left.only {width: 48%;}

/*　フォーマット　A5　*/
ul.diary-format.A5 li {
    margin-left: 3.5%;
    margin-right: 3.5%;
    }
ul.diary-format.A5 li.right {margin-left: calc( 50% - 62% - 3.5%);}


ul.btn-spec {
	list-style: none;
	padding: 0;
	margin: 10px 0 0;
	}
ul.btn-spec li {
	display: block;
	float: left;
	width: 48.75%;
	text-align: center;
	line-height: 100%;
	font-size: 13px;
	letter-spacing: 1px;
	background-color: #eee;
	padding: 5px 0;
	margin-left: 2.5%;
	border-radius: 4px;
	}
ul.btn-spec li:first-child {
	margin-left: 0;
	}
ul.btn-spec li a {
	display: block;
	padding: 5px 0 4px;
	}
.lineup.davinci ul.btn-spec li { background-color: #e0e7d5; }
.lineup.keyword ul.btn-spec li { background-color: #dfeaf3;}

.lineup.noterefill ul.btn-spec li {
    float: none;
    margin: auto;
    }

.menu-close span {display: none;}
.menu-close a,
.menu-close a:hover {
	display: block;
	height: 35px;
	background-image: url(../contents/images/icon_close.png) !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	}


/*　ダイアリー　スペック　*/

/*.lineup-diary .item-spec {margin-bottom: 10px;}*/

.diary-data {margin-bottom: 40px;}
.diary-data img {
	float: none;
	width: 100%;
	}
.diary-data img:first-child {margin: 0 0 20px;}	


/*　リフィル　グリッド　*/

.lineup-refill article,
.gloire-refill article { float: none; width:100%;}
.lineup-refill article:nth-child(2n),
.gloire-refill article:nth-child(2n) {margin-right: 0;}
.lineup-refill article:nth-child(3n),
.gloire-refill article:nth-child(3n) {margin-right: 2.5%;}


/*　リフィル　グリッド　decona　*/

.lineup-refill.decona article .item-detail img {width: 100%;}
.lineup-refill.decona article .item-spec .item-img img {width:100%}
.lineup-refill.decona article .item-spec { border-bottom: solid 7px #d28ebb;}

/*　ノートリフィル　スペック　*/

.noterefill .item-data {margin:0 0 0px;}
.noterefill .item-spec {margin:0 0 0px;}



/*****　動画　*****/

.video-area-item {margin: 20px 0 40px; }
p.video-message {
    font-size: 15px; 
    margin-top: 0px;
    }

/*　リフィルメニュー　*/

.menu.refill .video-area-item {margin: 0 0 0px!important;}


/****************************/
/*****　テーブル　スペック　*****/
/****************************/

/*　セットリフィル用　*/

.set-refill .table-spec th {width: 80%;}
.set-refill .table-spec td {width: 20%;}

/*　リフィル用　*/

.lineup-refill .table-spec th {width: 20%;}
.lineup-refill .table-spec td {width: 80%;}

/*　ダイアリー用　*/

.lineup-diary .table-spec.table-patent tr:last-child,
.lineup-diary .table-spec.table-patent tr:last-child {border-bottom: dotted 1px #ccc;}


/*　ダイアリー　ノートリフィリル用　*/

.lineup.noterefill .item-data {
    width: 100%;
    margin-right: 0;
    }

.lineup-diary.noterefill .table-spec tr:last-child th,
.lineup-diary.noterefill .table-spec tr:last-child td {border-bottom: dotted 1px #ccc;}


/********************/
/*****　フッター　*****/
/********************/

.footer-nav ul {gap: 10px 10px;}
.footer-nav li {width: calc(100% / 2 - 5px)}
.footer-nav li a {
    background-position: right 5px center;
    background-size: 16px;
    padding-left: 5px;
    text-align: left;
    }


/*****　NEWアイコン　*****/

img.mark-new {width: 34px!important; }
img.mark-new.color {right: 40px;}


.patent.out {
    position: relative;
    top: -45px;
    }


/*****　レイメイストアからコピー　*****/

/*　グリッド　*/

.cat-grid6 {width: 31.666%;}
.cat-grid6:nth-of-type(3n){margin-right: 0;}



/*****　表示・非表示　*****/

.away510 { display: none!important;}
.appear510 { display: block!important; }


}


/******************************************************************************/

@media only screen and (max-width: 380px) {


/*.wrapper { background-size: 260px; }*/


/********************/
/*****　ヘッダー　*****/
/********************/

.site-title {width: 70%;}


.nav-home img {
    width: 65px;
	margin-bottom: 0;
	}

/*　パネル　*/

.icon-menu-area {right: 0px; }


/*************************/
/*****　グローバルナビ　*****/
/*************************/

header nav li.home {width: 12%;}
header nav li {width: 29.333%;}


/************************/
/*****　トップページ　*****/
/************************/

.summary {
    background-size: 92%;
    background-position: center center;
    width: 100%;
    }

.video-area h2 {margin: 20px 0 20px;}
.video-area h2 img {height: 46px;}

.video-area p {font-size: 15px;}

.home-menu .menu-grid:last-child {margin-top: 10px!important;}
.menu-title img {height: 17px;}



/*************************/
/*****　メニューページ　*****/
/*************************/


/*****　システム手帳　*****/

.systembinder-menu .each .logo img {width: 110px;}


/*****　リフィル　*****/



/*　メニュー　*/


/*****　ダイアリー　*****/
	
	
/**********************/
/*****　商品ページ　*****/
/**********************/

.category-title img { margin-left: 15px;}


/*　ブランド　タイトル　*/

.brand-logo {height: 64px;}
.brand-logo  img {height: 40px;}	


/*****　商品タイトル　共通　*****/

.brand-title .brand-name img {height: 27px;}
.brand-title .brand-name img.name-type{height: 22px; }

/*　種類ラベル　*/



/*****　商品画像　各個　*****/


/*　スライド　*/

.slideItem img {width: 90%;}

ul.item-row.row-1 {width: 80%;}

/*****　商品名・品番・価格　*****/

.date-start {
    float: none;
    width: 950%;
    margin-bottom: 5px;
    }

.lineup img.size-title {height: 25px;}

/*****　ダイアリー　*****/

/*　フォーマット　*/

.lineup-diary .set-refill .plus.b6 {top: 8%;}

/*　ダイアリー　解説　*/

.diary .cat-grid2.wide + .cat-grid4 .pack img {width: 100%;}

.diary-use img {width: 100%;}

.diary-use.choilog {width: 100%;}

/*****　動画　*****/

.video-area-item {margin: 20px 0 30px; }


/*****　レイメイストアからコピー　*****/

/*　グリッド　*/

.cat-grid8 {width: 23.125%;}

.cat-grid8:nth-of-type(6n){margin-right: 2.5%;}

.cat-grid8:nth-of-type(4n){margin-right: 0;}


/*****　表示・非表示　*****/

.away380 { display: none!important;}
.appear380 { display: block!important; }


	
}


/******************************************************************************/

@media only screen and (max-width: 320px) {


/*.wrapper { background-size: 245px; }*/


/********************/
/*****　ヘッダー　*****/
/********************/


/*　パネル　*/

ul.panel-body img {height: 36px;}


/*************************/
/*****　グローバルナビ　*****/
/*************************/


header nav li.home img {width: 50%; margin-top: 5px;}


/************************/
/*****　トップページ　*****/
/************************/

.menu-title img {height: 14px;}


/*************************/
/*****　メニューページ　*****/
/*************************/

/*****　システム手帳　*****/


/*****　リフィル　*****/


/*　メニュー　*/


/*****　ダイアリー　*****/

.diary-menu-area {
	/*background-size: 320px;*/
	height: 200px;
	}
.diary-menu-title img {
	width: 300px;
	padding-top: 150px;
	}


/**********************/
/*****　商品ページ　*****/
/**********************/

.category-title .sell-start {
    font-size: 11px;
	margin-top: 25px;
	}


/*****　商品名・品番・価格　*****/

.lineup img.size-title {height: 23px;}


/*　ブランド　タイトル　*/

.brand-logo {height: 64px;}
.brand-logo  img {height: 40px;}

/*****　商品タイトル　共通　*****/

.brand-title .brand-name img {height: 25px;}
.brand-title .brand-name img.name-type{height: 21px; }


/*　種類ラベル　*/

.brand-title ul.label-type li {
	font-size: 11px;
    letter-spacing: 0;
	padding: 5px 5px 5px
	}



/*****　ダイアリー　*****/

/*　フォーマット　*/

.lineup-diary .item-data.a6 { margin-top: 40%;}
.lineup-diary .item-data.b6-flat { margin-top: 45%;}
.lineup-diary .item-data.b6 { margin-top: 55%;}
.lineup-diary .item-data.a5 { margin-top: 60%;}
.lineup-diary .item-data.b5 { margin-top: 65%;}


	
}


@media print {

	a[href]:after {
  		content: "" !important;
	}
	abbr[title]:after {
  		content: "" !important;
	}
}


