@charset "UTF-8";

/* Reset Style
------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
	display: block;
}
ul, ol {
	list-style: none;
}
img {
	vertical-align: bottom;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	outline: none;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ddd;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}



/* General Setting
------------------------------------------------------------*/
html {
	overflow-y: scroll;
}
body {
	background-color: #b2b2b2;
	border-bottom: 3px solid #000;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
#global-header a:hover,
#fnav .fb:hover,
#pagetop a:hover img,
a.over:hover {
	filter: alpha(opacity=70);
	opacity: .7;
}
.left-area {
	float: left;
}
.right-area {
	float: right;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="button"], input[type="submit"], input[type="reset"], textarea {
	border-radius: 0;
	outline: none;
	font-family: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@font-face {
	font-family: 'title';
	src: url('../font/title-font.eot?') format('eot'),
		url('../font/title-font.woff') format('woff');
}
@font-face {
	font-family: 'menu';
	src: url('../font/menu-font.eot?') format('eot'),
		url('../font/menu-font.woff') format('woff');
}
@font-face {
	font-family: 'head';
	src: url('../font/head-font.eot?') format('eot'),
		url('../font/head-font.woff') format('woff');
}
.column-block:after,
.clearfix:after {
	display: block;
	clear: both;
	content: '';
}



/* Layout Style
------------------------------------------------------------*/
#global-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 70px;
	background-color: #000;
	overflow: hidden;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
}
#logo a {
	display: block;
	width: 338px;
	height: 70px;
	background: #4d4d4d url(../img/common/logo.png) no-repeat center center;
	font-size: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#gnav {
	width: 100%;
	padding: 20px 220px 0 350px;
}
#gnav ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#gnav ul li {
	display: table-cell;
	width: 25%;
	padding-top: 10px;
	text-align: center;
	line-height: 1;
}
#gnav ul li:first-child {
	margin-left: 0;
}
#gnav ul li a {
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	font-family: 'menu', Helvetica, Arial, sans-serif;
}
#global-header .lang-btn {
	position: absolute;
	top: 20px;
	right: 75px;
}
#hnav-trigger,
.hnav {
	display: none;
}
#nav-mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.3);
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}
main {
	padding-top: 70px;
	background-color: #000;
}
main .pagetitle01 {
	position: relative;
	height: 270px;
	font-family: 'title', Helvetica, Arial, sans-serif;
}
main .pagetitle01 span {
	display: block;
	position: absolute;
	left :0;
	bottom: 0;
	width: 100%;
	padding: 24px 65px 20px;
	background: url(../img/common/bg_mask.png);
	font-size: 30px;
	font-weight: normal;
	line-height: 1;
}
main .pagetitle02 {
	position: relative;
	background-color: #4d4d4d;
	border-top: 1px solid #7a7a7a;
	color: #fff;
	line-height: 1;
	font-family: 'title', Helvetica, Arial, sans-serif;
}
main .pagetitle02 h1 {
	padding: 20px 65px;
	font-size: 30px;
	font-weight: normal;
}
main .pagetitle02 p {
	position: absolute;
	top: 22px;
	right: 65px;
	font-size: 26px;
}
main .prologue {
	padding: 95px 30px;
	color: #fff;
	font-size: 28px;
	text-align: center;
}
main .prologue br {
	display: none;
}
#global-footer {
	position: relative;
	min-height: 165px;
	padding-bottom: 15px;
	text-align: center;
}
#footer-logo {
	padding: 25px 0 0;
}
#global-footer small {
	display: inline-block;
	margin: 10px 0 0;
	color: #fff;
	font-size: 10px;
}
#single-pagetop {
	display: none;
	position: fixed;
	right: 25px;
	bottom: 40px;
	z-index: 101;
}
.ie #fixed-area {
	display: none !important;
}



/* HOME
------------------------------------------------------------*/
#home #slider img {
	width: 100%;
}
#home #slider img+img {
	display: none;
}
#home main .menu-block {
	background-color: #e6e6e6;
}
#home main .menu-block .block {
	display: block;
	float: left;
	width: 25%;
	min-height: 340px;
}
#home main a.block {
	text-decoration: none;
}
#home main .new-product {
	background: url(../img/home/img_new-product.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
#home main a.block.product01 {
	display: block;
}
#home main a.block.product02 {
	display: none;
}
#home main .refill {
	background: url(../img/home/img_refill.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
#home main .ending-note {
	background: url(../img/home/img_ending-note.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
#home main .menu-block h2 {
	height: 52px;
	padding: 20px 20px 5px;
	font-size: 17px;
	font-weight: normal;
	line-height: 1;
	font-family: 'title', Meiryo, メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS PGothic', 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif;
}
#home main .menu-title {
	background: url(../img/common/bg_mask.png);
}
#home main .new-product .menu-title {
	color: #8cc63f;
}
#home main .news {
	padding-bottom: 10px;
}
#home main .news article {
	margin: 20px 20px 0;
	font-size: 11px;
}
#home main .news h2+article {
	margin-top: 10px;
}
#home main .news article h3 {
	margin: 3px 0;
}
#home main .news article a {
	color: #3fa9f5;
}



/* ABOUT
------------------------------------------------------------*/
#about main .pagetitle01 {
	background: url(../img/about/img_pagetitle.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
#about main section {
	display: table;
	width: 1440px;
	margin: 0 auto;
	border-top: 1px solid #808080;
	color: #fff;
}
#about main section h2,
#about main section .text,
#about main section .image {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
#about main section h2 {
	width: 282px;
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	font-family: 'head', Helvetica, Arial, sans-serif;
}
#about main section .image {
	width: 382px;
}
#about main section .text {
	padding: 10px 25px 10px 0;
	vertical-align: middle;
}
#about main .section-concept .text {
	padding: 20px 25px 10px 0;
	vertical-align: top;
}
#about main .section-concept .text h3 {
	font-size: 28px;
	font-weight: normal;
	line-height: 1.3;
}
#about main section .text p {
	margin-top: 25px;
	line-height: 1.8;
}



/* PRODUCT
------------------------------------------------------------*/
#product main .pagetitle01 {
	background: url(../img/product/img_pagetitle.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	color :#fff;
}
#product main section {
	width: 1440px;
	margin: -70px auto 0;
	padding-top: 70px;
}
#product main .section-inner {
	position: relative;
}
#product main .section-head {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 70px;
	background: url(../img/common/bg_mask.png);
	line-height: 1;
}
#product main .section-head h2 {
	padding: 15px 0 0 22px;
	color: #8cc63f;
	font-size: 48px;
	font-family: 'head', Helvetica, Arial, sans-serif;
	font-weight: normal;
}
#product main .section-head p {
	position: absolute;
	top: 9px;
	right: 25px;
	min-height: 50px;
	padding: 19px 0 0 40px;
	background: url(../img/common/icn_arrow_02.png) no-repeat 0 0;
}
#product main .section-head p a {
	display: inline-block;
	padding-left: 23px;
	background: url(../img/common/icn_store_02.png) no-repeat 0 0;
	color: #fff;
	font-size: 17px;
}
#product main .section-inner {
	width: 100%;
	display: table;
	background-color: #1a1a1a;
}
#product main section .image,
#product main section .text {
	display: table-cell;
	color: #fff;
	vertical-align: top;
	text-align: left;
}
#product main section .image {
	width: 682px;
}
#product main section .text {
	padding: 90px 25px 5px 40px;
}
#product main section .text p {
	margin-top: 45px;
}
#product main section .text ul {
	padding-top: 30px;
}
#product main section .text ul li {
	position: relative;
	margin-top: 10px;
	padding-left: 15px;
}
#product main section .text ul li:after {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	background-color: #fff;
}
#product main #binder .text ul,
#product main #ending-note .text ul {
	padding-top: 0;
}
#product main #special-order .section-head p a {
	padding-left: 0;
	background: none;
}
#product main #refill .image {
	background: url(../img/product/img_refill.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
#product main #refill .image img {
	opacity: 0;
	filter: alpha(opacity=0);
}
#product main #refill .text {
	padding-bottom: 20px;
}



/* PROFILE
------------------------------------------------------------*/
#profile main .pagetitle01 {
	background: url(../img/profile/img_pagetitle.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	color :#fff;
}
#profile main .profile-contents {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 120px;
}
#profile main section {
	margin-top: 70px;
	color: #fff;
}
#profile main section h2 {
	margin-bottom: 25px;
	font-size: 22px;
	font-family: 'head', Helvetica, Arial, sans-serif;
	font-weight: normal;
}
#profile main .message {
	padding: 30px 45px 15px;
	background-color: #4d4d4d;
}
#profile main .message .text {
	float: left;
	width: 675px;
	margin-left: 25px;
}
#profile main .message .text p {
	line-height: 2;
}
#profile main .message .text .name {
	margin-top: 30px;
	text-align: right;
}
#profile main .message .image {
	float: right;
	width: 154px;
}
#profile main .message .image p {
	display: none;
}
#profile main .message dl {
	margin: 20px 0 0 65px;
	padding: 15px;
	border: 1px solid #7a7a7a;
	font-size: 14px;
}
#profile main .message dl,
#profile main .message dl dd {
	overflow: hidden;
}
#profile main .message dl dt {
	float: left;
	margin-right: 12px;
	font-size: 20px;
	line-height: 1;
}
#profile main .support {
	position: relative;
	padding: 30px 30px 30px 45px;
	background-color: #4d4d4d;
}
#profile main .support h3 {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -.025em;
}
#profile main .support .image {
	float: left;
	width: 594px;
}
#profile main .support .image img {
	width: 100%;
}
#profile main .support .text {
	float: right;
	width: 305px;
}
#profile main .outline h2 {
	margin-left: 45px;
}
#profile main .outline table {
	width: 100%;
	border-top: 1px solid #fff;
}
#profile main .outline table th,
#profile main .outline table td {
	border-bottom: 1px solid #fff;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
#profile main .outline table th {
	width: 250px;
	padding: 10px 10px 10px 45px;
}
#profile main .outline table td {
	padding: 10px 40px 10px 0;
}
#profile main .outline table td .tel a {
	color: #2d67ee;
}
#profile main .outline .map {
	margin-top: 75px;
}



/* CONTACT
------------------------------------------------------------*/

#contact main {
	padding-bottom: 60px;
}
#contact main .section {
	width: 858px;
	margin: 0 auto;
	padding: 35px 45px;
	background-color: #fff;
}
#contact main .section dl {
	margin-top: 15px;
}
#contact main .section dl dd input,
#contact main .section dl dd textarea {
	padding: 7px 10px;
	background-color: #f2f2f2;
	border: 1px #b6b6b6 solid;
}
#contact main .section dl dd input {
	width: 55%;
}
#contact main .section dl dd textarea {
	width: 100%;
	height: 190px;
}
#contact main .section dl dd .error {
	color: #f00;
}
#contact main .section .btn {
	margin-top: 35px;
	text-align: center;
}
#contact main .section .btn input {
	width: 310px;
	padding: 12px 0;
	border: none;
	background-color: #1a1a1a;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
#contact main .section .btn input:hover {
	filter: alpha(opacity=70);
	opacity: .7;
}
#contact main .section .btn .error {
	color: #f00;
}



/* NEWS
------------------------------------------------------------*/
#news main .pagetitle01 {
	background: url(../img/news/img_pagetitle.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	color :#fff;
}
#news main .news-list-wrapper {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 60px;
}
#news main article {
	margin-top: -70px;
	padding-top: 70px;
}
#news main .article-inner {
	margin-top: 70px;
	padding: 35px 50px 30px;
	background-color: #404040;
	color: #fff;
}
#news main article h2 {
	margin-bottom: 30px;
	font-size: 24px;
	text-decoration: underline;
}
#news main article .news-contents p {
	margin-top: 30px;
}
#news main article .news-contents a {
	color: #fff;
	text-decoration: underline;
}
#news main article .news-contents a:hover {
	text-decoration: none;
}
#news main article .news-contents img {
	max-width: 100%;
}
#news main .wp-pagenavi {
	margin-top: 60px;
	text-align: center;
}
#news main .wp-pagenavi .pages,
#news main .wp-pagenavi .first,
#news main .wp-pagenavi .last {
	display: none;
}
#news main .wp-pagenavi .page,
#news main .wp-pagenavi .previouspostslink,
#news main .wp-pagenavi .nextpostslink,
#news main .wp-pagenavi .current {
	display: inline-block;
	margin: 0 4px;
	padding: 15px 20px 12px;
	background-color: #fff;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1;
}
#news main .wp-pagenavi .page:hover,
#news main .wp-pagenavi .previouspostslink:hover,
#news main .wp-pagenavi .nextpostslink:hover {
	filter: alpha(opacity=70);
	opacity: .7;
}



@media only screen and (max-width:1460px) {
	/* ABOUT */
	#about main section {
		width: 100%;
	}

	/* PRODUCT */
	#product main section {
		width: auto;
		margin: -70px 0 0;
	}
}

@media only screen and (max-width:1380px) {
	/* ABOUT */
	#about main section h2 {
		width: 220px;
	}
	#about main section .text h3 {
		font-size: 20px;
	}
	#about main section .text p {
		margin-top: 15px;
		font-size: 13px;
	}

	/* PRODUCT */
	#product main section .text {
		padding-bottom: 25px;
	}
	#product main section .text p {
		margin-top: 25px;
	}
	#product main section .text ul {
		padding-top: 20px;
	}
	#product main section .text ul li {
		margin-top: 5px;
	}
	#product main section .text ul li:after {
		top: 4px;
	}
	#product main section .image {
		width: 546px;
	}
	#product main section .image img {
		width: 100%;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	#product main #binder .image {
		background: url(../img/product/img_binder.jpg) no-repeat center center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	#product main #schedule .image {
		background: url(../img/product/img_schedule.jpg) no-repeat center center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	#product main #ending-note .image {
		background: url(../img/product/img_ending-note.jpg) no-repeat center center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	#product main #smart-system-diary .image {
		background: url(../img/product/img_smart-system-diary.jpg) no-repeat center center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	#product main #special-order .image {
		background: url(../img/product/img_special-order.jpg) no-repeat center center;
		-webkit-background-size: cover;
		background-size: cover;
	}
}

@media only screen and (max-width:1024px) {
	#product main section .image {
		width: 50%;
	}
	#gnav ul {
		table-layout: auto;
	}
	#gnav ul li {
		width: auto;
		padding: 10px 12px 0;
	}
}

@media only screen and (min-width:980px) {
	#fixed-area {
		display: none !important;
	}
}

@media only screen and (max-width:980px) {
	#global-header {
		height: 140px;
		background-color: #4d4d4d;
	}
	#logo {
		position: static;
		padding: 20px 0 14px;
	}
	#logo a {
		width: 232px;
		height: 36px;
		margin: 0 auto;
	}
	#gnav {
		width: 100%;
		height: 100%;
		padding: 17px 0 0;
		background-color: #000;
	}
	#gnav ul {
		table-layout: fixed;
	}
	#gnav ul li {
		width: 25%;
		padding: 10px 0 0;
	}
	#gnav ul li a {
		padding: 10px;
	}
	#global-header .lang-btn {
		right: 30px;
	}
	.hnav-open #nav-mask,
	.fnav-open #nav-mask {
		z-index: 150;
		filter: alpha(opacity=100);
		opacity: 1;
	}
	.nav-trigger {
		position: relative;
		display: block;
		width: 40px;
		height: 40px;
		cursor: pointer;
	}
	.nav-trigger span {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 40px;
		height: 10px;
		background-color: #b3b3b3;
	}
	.nav-trigger span:nth-of-type(1) {
		top: 0;
	}
	.nav-trigger span:nth-of-type(2) {
		top: 15px;
	}
	.nav-trigger span:nth-of-type(3) {
		top: 30px;
	}
	.nav-trigger.open:after {
		position: absolute;
		z-index: 151;
		content: '';
		width: 0px;
		height: 0px;
	}
	#fixed-area {
		display: none;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 200;
		width: 100%;
		padding-bottom: 15px;
		background: transparent;
	}
	#fixed-area.static {
		position: relative;
		bottom: 0;
		right: 0;
		margin-top: -55px;
	}
	#fnav-trigger {
		margin-left: 36px;
	}
	#fnav-trigger.open:after {
		top: -24px;
		left: 8px;
		border-top: solid 20px #b3b3b3;
		border-right: solid 12px transparent;
		border-bottom: solid 20px transparent;
		border-left: solid 12px transparent;
	}
	.hnav,
	.fixed-nav {
		display: none;
		position: absolute;
		z-index: 150;
		border-top: 1px solid #fff;
	}
	.hnav ul li,
	.fixed-nav ul li {
		border-bottom: 1px solid #fff;
	}
	.hnav ul li a,
	.fixed-nav ul li a {
		display: block;
		padding: 13px 44px;
		background-color: #b3b3b3;
		color: #fff;
		font-size: 13px;
		text-decoration: none;
		font-family: 'menu', Helvetica, Arial, sans-serif;
	}
	.fixed-nav {
		bottom: 78px;
		left: 0;
		width: 374px;
	}
	#pagetop {
		position: absolute;
		bottom: 10px;
		right: 14px;
	}
	main {
		padding-top: 140px;
	}
	main .pagetitle01 {
		height: 152px;
	}
	main .pagetitle01 span {
		padding: 10px 60px 8px;
	}
	main .pagetitle02 {
		border-top: none;
	}
	main .pagetitle02 h2 {
		padding: 30px 60px 28px;
	}
	main .pagetitle02 p {
		display: none;
	}
	main .prologue {
		padding: 30px;
	}
	main .prologue br {
		display: block;
	}
	#global-footer {
		min-height: inherit;
		padding-bottom: 20px;
	}
	#footer-logo {
		width: 190px;
		padding: 25px 0 75px;
		margin: 0 auto;
	}
	#footer-logo img {
		width: 100%;
	}
	#global-footer small {
		margin: 0;
	}
	#single-pagetop {
		display: none !important;
	}

	/* HOME. */
	#home #slider img {
		display: none;
	}
	#home #slider img+img {
		display: block;
	}
	#home main .menu-block .block {
		width: 50%;
		min-height: 384px;
	}
	#home main .refill {
		clear: left;
	}
	#home main .menu-block h2 {
		height: 58px;
		padding: 22px 24px 5px;
		font-size: 18px;
	}
	#home main .news article {
		font-size: 13px;
	}
	#home main .news h2+article {
		margin-top: 5px;
	}

	/* ABOUT. */
	#about main section,
	#about main section h2,
	#about main section .text,
	#about main section .image {
		display: block;
		width: 100%;
		vertical-align: top;
	}
	#about main section h2 {
		padding: 20px 5px 0;
	}
	#about main section .text,
	#about main .section-concept .text {
		padding: 10px 50px 0;
		vertical-align: top;
	}
	#about main .section-concept .text h3 {
		margin-bottom: 15px;
		font-size: 20px;
	}
	#about main section .text p {
		margin-top: 0;
		font-size: 15px;
	}
	#about main section .image {
		padding: 25px 0;
		text-align: center;
	}
	#about main .section-vision {
		padding-bottom: 35px;
	}

	/* PRODUCT */
	#product main section {
		margin: -140px 55px 0;
		padding-top: 140px;
	}
	#product main .section-head h2 {
		font-size: 44px;
	}
	#product main .section-inner,
	#product main section .image,
	#product main section .text {
		display: block;
		width: 100%;
		background-color: transparent;
	}
	#product main #refill .image img,
	#product main section .image img {
		opacity: 1;
	}
	#product main #binder .image,
	#product main #schedule .image,
	#product main #refill .image,
	#product main #ending-note .image,
	#product main #smart-system-diary .image,
	#product main #special-order .image {
		background: none;
	}
	#product main #refill .text,
	#product main section .text {
		padding: 25px 0 35px;
	}
	#product main section .text ul li:after {
		top: 6px;
	}
	#product main #special-order .text {
		padding-bottom: 60px;
	}

	/* PROFILE */
	#profile main .profile-contents {
		width: auto;
		margin: 0;
		padding-bottom: 70px;
	}
	#profile main section {
		margin-top: 0;
	}
	#profile main section h2 {
		margin-bottom: 15px;
	}
	#profile main .message {
		padding: 25px 60px 30px;
		border-bottom: 1px solid #fff;
	}
	#profile main .message .text {
		float: none;
		width: auto;
		margin-left: 0;
	}
	#profile main .message .text .name {
		display: none;
	}
	#profile main .message .image {
		float: none;
		width: 154px;
		margin: 20px auto 0;
		text-align: center;
	}
	#profile main .message .image p {
		display: block;
		margin-top: 7px;
	}
	#profile main .message dl {
		margin: 10px 0 0;
		padding: 0;
		border: none;
	}
	#profile main .message dl dt {
		float: none;
		margin-right: 0;
	}
	#profile main .message dl dd {
		margin-top: 10px;
		font-size: 13px;
	}
	#profile main .support {
		padding: 30px 60px 20px;
	}
	#profile main .support h3 {
		position: static;
		margin: -5px 0 20px;
		font-size: 22px;
		text-align: center;
	}
	#profile main .support .image,
	#profile main .support .text {
		float: none;
		width: auto;
	}
	#profile main .support .image {
		margin-bottom: 25px;
	}
	#profile main .outline h2 {
		margin-left: 60px;
		padding-top: 15px;
	}
	#profile main .outline table th {
		padding: 10px 10px 10px 60px;
	}
	#profile main .outline table tr:last-child td br:nth-of-type(1),
	#profile main .outline table tr:last-child td br:nth-of-type(2) {
		display: none;
	}
	#profile main .outline .map {
		display: none;
	}

	/* contact */
	#contact main .pagetitle02 {
		background-color: #fff;
		color: #333;
	}
	#contact main {
		background-color: #fff;
		padding-bottom: 60px;
	}
	#contact main .prologue {
		display: none;
	}
	#contact main .section {
		width: 100%;
		padding: 0;
	}
	#contact main .section dl {
		padding: 0 23px;
	}
	#contact main .section dl dd input {
		width: 60%;
	}
	#contact main .section .btn {
		margin-top: 45px;
	}
	#contact main .section .btn #back,
	#contact main .section .btn #submit {
		width: 40%;
	}

	/* NEWS */
	#news main .news-list-wrapper {
		width: auto;
		margin: 0;
		padding-bottom: 35px;
		background-color: #404040;
	}
	#news main article {
		margin-top: -140px;
		padding-top: 140px;
	}
	#news main .article-inner {
		margin-top: 0;
		padding: 30px 40px;
		border-bottom: 1px dashed #a0a0a0;
	}
	#news main article h2 {
		margin-bottom: 15px;
	}
	#news main .wp-pagenavi {
		margin-top: 30px;
	}
	#news main .wp-pagenavi .page,
	#news main .wp-pagenavi .previouspostslink,
	#news main .wp-pagenavi .nextpostslink,
	#news main .wp-pagenavi .current {
		position: relative;
		z-index: 210;
		padding: 12px 15px 10px;
		font-size: 20px;
	}
	#news.fnav-open main .wp-pagenavi .page,
	#news.fnav-open main .wp-pagenavi .previouspostslink,
	#news.fnav-open main .wp-pagenavi .nextpostslink,
	#news.fnav-open main .wp-pagenavi .current {
		z-index: 1;
	}
}

@media only screen and (max-width:600px) {
	#global-header {
		position: static;
		height: 60px;
		background-color: #000;
	}
	#logo {
		padding: 15px 0 0;
	}
	#logo a {
		width: 145px;
		height: 23px;
		margin: 0 auto;
		background-color: #000;
		-webkit-background-size: 145px 23px;
		background-size: 145px 23px;
	}
	#global-header .lang-btn {
		top: 20px;
		right: 16px;
	}
	#global-header .lang-btn img {
		width: 23px;
	}
	#gnav {
		display: none;
	}
	.nav-trigger {
		width: 25px;
		height: 25px;
	}
	.nav-trigger span {
		width: 25px;
		height: 5px;
	}
	.nav-trigger span:nth-of-type(1) {
		top: 0;
	}
	.nav-trigger span:nth-of-type(2) {
		top: 10px;
	}
	.nav-trigger span:nth-of-type(3) {
		top: 20px;
	}
	#hnav-trigger {
		position: absolute;
		top: 28px;
		left: 20px;
		z-index: 151;
		display: inline-block;
	}
	#hnav-trigger.open:after {
		top: 15px;
		left: 3px;
		z-index: 200;
		border-top: solid 14px transparent;
		border-right: solid 10px transparent;
		border-bottom: solid 14px #b3b3b3;
		border-left: solid 10px transparent;
	}
	.hnav {
		top: 68px;
		left: 0;
		z-index: 151;
		width: 100%;
	}
	.hnav,
	.fixed-nav {
		border-top: none;
	}
	.hnav ul li:last-child,
	.fixed-nav ul li:last-child {
		border-bottom: none;
	}
	.hnav ul li a,
	.fixed-nav ul li a {
		padding: 11px 26px;
		font-size: 10px;
	}
	#fixed-area.static {
		margin-top: -37px;
		margin-bottom: -2px;
	}
	.fixed-nav {
		bottom: 55px;
		width: 100%;
	}
	#fnav-trigger {
		margin-left: 20px;
	}
	#fnav-trigger.open:after {
		top: -21px;
		left: 0;
		border-top: solid 14px #b3b3b3;
		border-right: solid 10px transparent;
		border-bottom: solid 14px transparent;
		border-left: solid 10px transparent;
	}
	#pagetop {
		top: -6px;
		right: 7px;
	}
	#pagetop img {
		width: 38px;
	}
	main {
		padding-top: 0;
	}
	main .pagetitle01 {
		height: 64px;
	}
	main .pagetitle01 span {
		position: absolute;
		top: 23px;
		left: 23px;
		width: auto;
		padding: 0;
		background: none;
		color: #fff;
		font-size: 18px;
	}
	main .pagetitle02 {
		height: 44px;
		padding-top: 13px;
	}
	main .pagetitle02 h1 {
		padding: 0 23px;
		font-size: 18px;
	}
	main .prologue {
		padding: 13px 5px;
		font-size: 15px;
	}
	#global-footer {
		padding-bottom: 10px;
	}
	#footer-logo {
		width: 146px;
		padding: 10px 0 20px;
	}
	#global-footer small {
		font-size: 7px;
	}

	/* HOME. */
	#home main {
		padding-bottom: 50px;
	}
	#home main a.block.product01 {
		display: none;
	}
	#home main a.block.product02 {
		display: block;
	}
	#home main .menu-block .block {
		float: none;
		width: 100%;
		min-height: 160px;
	}
	#home main .menu-block h2 {
		height: 30px;
		padding: 7px 5px 0 20px;
		font-size: 17px;
	}
	#home main .new-product {
		background: url(../img/home/img_new-product_s.jpg) no-repeat center center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	#home main .refill {
		background: url(../img/home/img_refill_s.jpg) no-repeat center center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	#home main .ending-note {
		background: url(../img/home/img_ending-note_s.jpg) no-repeat center center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	#home main .news h2 {
		background: #f3f3f3;
	}
	#home main .news article,
	#home main .news h2+article {
		margin-top: 10px;
		font-size: 11px;
	}
	#home main .news article:nth-of-type(3) {
		display: none;
	}

	/* ABOUT */
	#about main .pagetitle01 span {
		color: #000;
	}
	#about main section h2 {
		padding: 7px 5px 0;
		font-size: 18px;
	}
	#about main section .text,
	#about main .section-concept .text {
		padding: 5px 23px 0;
	}
	#about main .section-concept .text h3 {
		margin-bottom: 10px;
		font-size: 12px;
	}
	#about main section .text p {
		font-size: 11px;
		line-height: 1.6;
	}
	#about main section .image {
		padding: 15px 0;
	}
	#about main section .image img {
		width: 200px;
	}
	#about main .section-vision {
		padding-bottom: 30px;
	}

	/* PRODUCT */
	#product main section {
		margin: 0 23px;
		padding-top: 0;
	}
	#product main .section-head {
		height: 30px;
	}
	#product main .section-head h2 {
		padding: 8px 0 0 8px;
		font-size: 18px;
	}
	#product main section .text {
		padding: 10px 0 15px;
		font-size: 12px;
	}
	#product main section .text p {
		margin-top: 10px;
	}
	#product main section .text ul {
		padding-top: 13px;
	}
	#product main section .text ul li {
		margin-top: 7px;
	}
	#product main section .text ul li:after {
		top: 3px;
	}
	#product main #special-order .text {
		padding-bottom: 45px;
	}

	/* PROFILE */
	#profile main .profile-contents {
		padding-bottom: 50px;
	}
	#profile main section h2 {
		margin-bottom: 10px;
		font-size: 14px;
	}
	#profile main .message {
		padding: 10px 23px;
	}
	#profile main .message .text p {
		font-size: 12px;
		line-height: 1.5;
	}
	#profile main .message .image,
	#profile main .message .image img {
		width: 120px;
	}
	#profile main .message .image p {
		font-size: 12px;
	}
	#profile main .message dl dt {
		font-size: 14px;
	}
	#profile main .message dl dd {
		font-size: 12px;
	}
	#profile main .support {
		padding: 10px 23px 15px;
	}
	#profile main .support h3 {
		margin: -5px 0 10px;
		font-size: 20px;
	}
	#profile main .support .text {
		font-size: 12px;
	}
	#profile main .support .image {
		margin-bottom: 10px;
	}
	#profile main .outline h2 {
		margin-left: 23px;
		padding-top: 10px;
	}
	#profile main .outline table {
		font-size: 12px;
	}
	#profile main .outline table th {
		width: 175px;
		padding: 5px 5px 5px 23px;
	}
	#profile main .outline table td {
		padding: 5px 5px 5px 0;
	}
	#profile main .outline table th,
	#profile main .outline table td {
		line-height: 1.7;
	}

	/*contact*/
	#contact main .section dl dt,
	#contact main .section dl dd input,
	#contact main .section dl dd textarea {
		font-size: 16px;
	}
	#contact main .section dl dd input {
		width: 100%;
	}
	#contact main .section .btn {
		margin: 35px 23px 0;
	}
	#contact main .section .btn input {
		width: 100%;
		font-size: 16px;
	}

	/* NEWS */
	#news main .news-list-wrapper {
		padding-bottom: 60px;
	}
	#news main article {
		margin-top: 0;
		padding-top: 0;
	}
	#news main .article-inner {
		padding: 15px 23px 23px;
	}
	#news main article h2 {
		margin-bottom: 10px;
		font-size: 18px;
	}
	#news main article .date,
	#news main article .news-contents p {
		font-size: 12px;
	}
	#news main article .news-contents p {
		margin-top: 20px;
	}
	#news main .wp-pagenavi {
		margin: 30px 23px 0;
		text-align: right;
	}
	#news main .wp-pagenavi .page,
	#news main .wp-pagenavi .previouspostslink,
	#news main .wp-pagenavi .nextpostslink,
	#news main .wp-pagenavi .current {
		margin: 0;
		padding: 6px 8px;
		font-size: 12px;
	}
}