@charset "utf-8";




/* ----------------------------------------------------------------------
 * RESET
 * ---------------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
input,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	vertical-align: top;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block;
}

html {
	font-size: 62.5%;
	background: #fff;
	overflow-y: scroll;
}

.g-body {
	color: #000;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: 'Roboto', 'Yu Gothic', YuGothic, sans-serif;
	font-weight: 500;
	-webkit-font-feature-settings: 'pkna';
	-moz-font-feature-settings: 'pkna';
	font-feature-settings: 'pkna';
	line-height: 1;
	letter-spacing: .1em;
	width: 100%;
	min-width: 1000px;
	height: 100%;
	/*background: #fff;*/
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	cursor: default;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

input,
textarea,
select,
option {
	font-family: 'Roboto', 'Yu Gothic', YuGothic, sans-serif;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
}

a,
a:before,
a:after,
a img,
input[type="image"] {
	color: #000;
	text-decoration: none;
	transition: all .2s;
}

.no-touch a:hover,
.no-touch a:visited:hover,
.no-touch a:hover img,
.no-touch a:visited:hover img,
.no-touch input[type="image"]:hover {
	text-decoration: none;
	opacity: 0.8;
}

a:focus {
	outline: none;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
/*	-ms-interpolation-mode: bicubic;
	-webkit-interpolation-mode: bicubic;
	interpolation-mode: bicubic;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;*/
}

button {
	margin:0;
	padding:0;
	border:0;
	background:transparent;
}

::selection {
	color: #000;
	/*background: #ddd;*/
}

::-moz-selection {
	color: #000;
	/*background: #ddd;*/
}

.js-anim {
	opacity: 0;
	transform: translateY(30px);
}

.js-anim.is-on {
	opacity: 1;
	transform: none;
	transition: all 1.5s;
}




/* ----------------------------------------------------------------------
 * GLOBAL - UTILITY
 * ---------------------------------------------------------------------- */
.u-inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}

.u-show-media {
	display: none;
}

.u-hide-media {
	display: inline-block;
}

.u-content {
	margin: 0 0 60px;
	padding: 60px 0 0;
	background-color: transparent;
}




/* ----------------------------------------------------------------------
 * GLOBAL - Font
 * ---------------------------------------------------------------------- */
.u-font-bold {
	font-weight: 700;
	vertical-align: bottom;
}

.u-font-serif {
	font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
}

.u-font-normal {
	font-family: 'ＭＳ Ｐゴシック', sans-serif;
}

.u-font-colorNormal {
	color: #000;
}

.u-font-colorRed {
	color: #df2d32;
}

.u-font-colorGold {
	color: #b3923a;
}




/* ----------------------------------------------------------------------
 * GLOBAL - Link
 * ---------------------------------------------------------------------- */
.u-link-under {
	text-decoration: underline;
}




/* ----------------------------------------------------------------------
 * GLOBAL - Table
 * ---------------------------------------------------------------------- */
.u-table {
	width: 100%;
	margin: 0 0 30px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	position: relative;
}

.u-table-title {
	color: #000;
	line-height: 1.75;
	font-weight: 700;
	width: 200px;
	padding: 15px 0 15px 40px;
	background: #f3f3f3;
	border-top: 1px solid #ddd;
}

.u-table-item {
	line-height: 1.75;
	padding: 15px 0 15px 40px;
	border-top: 1px solid #ddd;
	position: relative;
}




/* ----------------------------------------------------------------------
 * GLOBAL - Icon
 * ---------------------------------------------------------------------- */




/* ----------------------------------------------------------------------
 * GLOBAL - List
 * ---------------------------------------------------------------------- */
.u-list-number {
	margin: 10px 0 20px;
	padding-left: 1.25em;
}

.u-list-number-item {
	line-height: 1.5;
	list-style: decimal;
	margin-bottom: 5px;
}

.u-list-disc {
	margin: 10px 0 20px;
	padding-left: 1.5em;
}

.u-list-disc-item {
	line-height: 1.5;
	list-style: disc;
	margin-bottom: 5px;
}




/* ----------------------------------------------------------------------
 * Global Title
 * ---------------------------------------------------------------------- */
.u-content-title-high {
	color: #df2d32;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	letter-spacing: .1em;
	margin: 0 0 50px;
	padding: 30px 0;
	position: relative;
}

.u-content-title-high:before,
.u-content-title-high:after {
	content: '';
	width: 100%;
	height: 11px;
	background: url(/contents/nishikawa-chain/global/img/title-01.png) no-repeat center / auto 100%;
	position: absolute;
	left: 0;
}

.u-content-title-high:before {
	top: 0;
}

.u-content-title-high:after {
	bottom: 0;
}

.u-content-title-mid {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 20px;
	padding: 0 0 20px 35px;
	border-bottom: 1px solid #ef9698;
	background: url(/contents/nishikawa-chain/global/img/icon-tile-01.png) no-repeat left 3px top .3em;
	position: relative;
}

.u-content-title-sma {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 10px;
}

.u-content-title-sma.u-content-title-sma--arrow {
	padding-left: 20px;
	position: relative;
}

.u-content-title-sma.u-content-title-sma--arrow:before {
	border: 8px solid transparent;
	border-bottom: 8px solid #b3923a;
	border-right: 8px solid #b3923a;
	content:'';
	display: inline-block;
	left: -8px;
	position: absolute;
	top: 6px;
	transform: rotate(-45deg);
}

.u-content-title-sma.u-content-title-sma--arrow.u-font-colorRed:before {
	border: 8px solid transparent;
	border-bottom: 8px solid #df2d32;
	border-right: 8px solid #df2d32;
}

.u-content-title-sma.u-content-title-sma--bgGold {
 color: #fff;
 text-align: center;
 background: #b3923a;
 margin: 0 0 20px;
 padding: 10px;
}


.u-content-title-low {
}




/* ----------------------------------------------------------------------
 * Global rtRecommend
 * ---------------------------------------------------------------------- */
.u-rtRecommend {
}
.u-rtRecommend-title {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	margin: 0 0 40px;
}
.u-rtRecommend-title:before {
	content: '';
	vertical-align: -.25em;
	width: 24px;
	height: 32px;
	margin: 0 15px 0 0;
	display: inline-block;
	background: url(/contents/nishikawa-chain/global/img/icon-bed.png) no-repeat center / 100% auto;
}
.u-rtRecommend-items {
	display: flex;
	justify-content: center;
	margin: 0 -15px;
}
.u-rtRecommend-item {
	margin: 0 15px;
	width: 33.3%;
}
.u-rtRecommend-item .e-title {
	color: #df2d32;
	font-weight: 700;
	line-height: 1.5;
}
.u-rtRecommend-item .e-image {
	margin-bottom: 10px;
}



/* ----------------------------------------------------------------------
 * margin
 * ---------------------------------------------------------------------- */

.mgr10 { margin-right: 10px; }
.mgr20 { margin-right: 20px; }
.mgr30 { margin-right: 30px; }
.mgr40 { margin-right: 40px; }
.mgr50 { margin-right: 50px; }
.mgr60 { margin-right: 60px; }
.mgr70 { margin-right: 70px; }
.mgr80 { margin-right: 80px; }
.mgr90 { margin-right: 90px; }
.mgr100 { margin-right: 100px; }

.mgb10 { margin-bottom: 10px; }
.mgb20 { margin-bottom: 20px; }
.mgb30 { margin-bottom: 30px; }
.mgb40 { margin-bottom: 40px; }
.mgb50 { margin-bottom: 50px; }
.mgb60 { margin-bottom: 60px; }
.mgb70 { margin-bottom: 70px; }
.mgb80 { margin-bottom: 80px; }
.mgb90 { margin-bottom: 90px; }
.mgb100 { margin-bottom: 100px; }

.mgt10 { margin-top: 10px; }
.mgt20 { margin-top: 20px; }
.mgt30 { margin-top: 30px; }
.mgt40 { margin-top: 40px; }
.mgt50 { margin-top: 50px; }
.mgt60 { margin-top: 60px; }
.mgt70 { margin-top: 70px; }
.mgt80 { margin-top: 80px; }
.mgt90 { margin-top: 90px; }
.mgt100 { margin-top: 100px; }

.mgl10 { margin-left: 10px; }
.mgl20 { margin-left: 20px; }
.mgl30 { margin-left: 30px; }
.mgl40 { margin-left: 40px; }
.mgl50 { margin-left: 50px; }
.mgl60 { margin-left: 60px; }
.mgl70 { margin-left: 70px; }
.mgl80 { margin-left: 80px; }
.mgl90 { margin-left: 90px; }
.mgl100 { margin-left: 100px; }

.pd10 { padding: 10px; }
.pd20 { padding: 20px; }
.pd30 { padding: 30px; }
.pd40 { padding: 40px; }
.pd50 { padding: 50px; }
.pd60 { padding: 60px; }
.pd70 { padding: 70px; }
.pd80 { padding: 80px; }
.pd90 { padding: 90px; }
.pd100 { padding: 100px; }

.pdt10 { padding-top: 10px; }
.pdt20 { padding-top: 20px; }
.pdt30 { padding-top: 30px; }
.pdt40 { padding-top: 40px; }
.pdt50 { padding-top: 50px; }
.pdt60 { padding-top: 60px; }
.pdt70 { padding-top: 70px; }
.pdt80 { padding-top: 80px; }
.pdt90 { padding-top: 90px; }
.pdt100 { padding-top: 100px; }

.pdr10 { padding-right: 10px; }
.pdr20 { padding-right: 20px; }
.pdr30 { padding-right: 30px; }
.pdr40 { padding-right: 40px; }
.pdr50 { padding-right: 50px; }
.pdr60 { padding-right: 60px; }
.pdr70 { padding-right: 70px; }
.pdr80 { padding-right: 80px; }
.pdr90 { padding-right: 90px; }
.pdr100 { padding-right: 100px; }

.pdb10 { padding-bottom: 10px; }
.pdb20 { padding-bottom: 20px; }
.pdb30 { padding-bottom: 30px; }
.pdb40 { padding-bottom: 40px; }
.pdb50 { padding-bottom: 50px; }
.pdb60 { padding-bottom: 60px; }
.pdb70 { padding-bottom: 70px; }
.pdb80 { padding-bottom: 80px; }
.pdb90 { padding-bottom: 90px; }
.pdb100 { padding-bottom: 100px; }

.pdl10 { padding-left: 10px; }
.pdl20 { padding-left: 20px; }
.pdl30 { padding-left: 30px; }
.pdl40 { padding-left: 40px; }
.pdl50 { padding-left: 50px; }
.pdl60 { padding-left: 60px; }
.pdl70 { padding-left: 70px; }
.pdl80 { padding-left: 80px; }
.pdl90 { padding-left: 90px; }
.pdl100 { padding-left: 100px; }




/* ----------------------------------------------------------------------
 * LAYOUT
 * ---------------------------------------------------------------------- */
.g-container {
	position: relative;
}
.is-top .g-container {
	background-color: #fffdf8;
	padding-bottom: 124px;
	top: 124px;
}
.l-content {
	width:100%;
	height:100%;
}




/* ----------------------------------------------------------------------
 * Shop Search
 * ---------------------------------------------------------------------- */
.g-search-shop .u-inner {
	max-width: calc(1000px - 30px);
	padding: 50px 0;
	background: #f7f5f5;
	position: relative;
}

.g-search-shop-title {
	color: #000;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	letter-spacing: .1em;
	margin: 0 0 20px;
}

.g-search-shop-button {
	text-align: center;
}

.g-search-shop-button .e-link {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	min-width: 530px;
	padding: 15px 10px;
	border-radius: 12px;
	display: inline-block;
	background: #df2d32
}

.g-search-shop-button .e-link:before {
	content: '';
	vertical-align: -.35em;
	width: 25px;
	height: 30px;
	margin: 0 20px 0 0;
	display: inline-block;
	background: url(/contents/nishikawa-chain/global/img/icon-search-02.png) no-repeat center / 100% auto;
}

.g-search-shop-button .e-link br {
	display: none;
}




/* ----------------------------------------------------------------------
 * Content last line
 * ---------------------------------------------------------------------- */
.is-content-last {
	padding-top: 120px;
}

.is-content-last .u-inner:after {
	content: '';
	width: calc(100% - 30px);
	height: 1px;
	display: inline-block;
	background: #dfdfdf;
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
}




/* ----------------------------------------------------------------------
 * page menu
 * ---------------------------------------------------------------------- */
.u-page-menu-items {
	margin: 0 -10px;
	display: flex;
 -webkit-justify-content: center;
 justify-content: center;
 -webkit-align-items: center;
 align-items: center;
}

.u-page-menu-item {
	width: calc(100% / 3);
	padding: 0 10px;
}

.u-page-menu-item .e-link {
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	padding: 15px 0;
	display: block;
	border: 1px solid #666;
	position: relative;
}

.u-page-menu-item .e-link:before {
	content: '';
	width: 17px;
	height: 9px;
	display: inline-block;
	background: url(/contents/nishikawa-chain/global/img/arrow-down-01.png) no-repeat center / 100% auto;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
}

.u-page-menu-item.is-now .e-link {
	border: 1px solid #df2d32;
	color: #df2d32;
}

.u-page-menu-item.is-now .e-link:before {
	background: none;
}


/*__culum-5*/
.__item-culum-5 .u-page-menu-items {
	display: block;
	letter-spacing: -.5em;
	margin: 0 -10px;
}
.__item-culum-5 .u-page-menu-item {
	display: inline-block;
	letter-spacing: 0;
	width: calc(100% / 5);
	padding: 0 10px 15px;
}




/* ----------------------------------------------------------------------
 * KEY VISUAL
 * ---------------------------------------------------------------------- */
.l-kv {
	height: 365px;
	margin: 0;
	padding: 230px 0 0;
	background-color: #ddd;
	background-position: center top;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.l-kv-title {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.35;
	letter-spacing: .25em;
	text-shadow:
		0 0 10px #fff,
		0 0  5px #fff
	;
	padding: 0 40px 0 0;
}

.l-kv-title:before {
	content: '';
	vertical-align: -.25em;
	width: 32px;
	height: 32px;
	margin: 0 15px 0 0;
	display: inline-block;
	background-size: 100% auto;
}

.l-kv-title:after {
	content: attr(caption);
	font-size: 1.2rem;
	color: rgba(0,0,0,.5);
	letter-spacing: .1em;
	padding: 10px 0 0 40px;
	display: block;
}

/* 各ページの写真設定 */
.is-about .l-kv {
	background-color: #f1f2f4;
	background-image: url(/contents/nishikawa-chain/global/img/kv-01.jpg);
}

.is-about__movie .l-kv {
	background-image: url(/contents/nishikawa-chain/global/img/kv-06.jpg);
}

.is-voice .l-kv {
	background-color: #ecefe4;
	background-image: url(/contents/nishikawa-chain/global/img/kv-02.jpg);
}

.is-faq .l-kv {
	background-color: #f6e479;
	background-image: url(/contents/nishikawa-chain/global/img/kv-03.jpg);
}

.is-useful .l-kv {
	background-color: #ecefe4;
	background-image: url(/contents/nishikawa-chain/global/img/kv-04.jpg);
}

.is-shops .l-kv,
.is-privacypolicy .l-kv {
	background-color: #f3f7f9;
	background-image: url(/contents/nishikawa-chain/global/img/kv-05.jpg);
}

.is-sitemap .l-kv {
	background-color: #dce3e3;
	background-image: url(/contents/nishikawa-chain/global/img/kv-01.jpg);
}

.is-news .l-kv {
	background-color: #fff;
	background-image: url(/contents/nishikawa-chain/global/img/kv-07.jpg);
	/*background-size: contain;
	background-position: center bottom;*/
}

/* 各ページのアイコン設定 */
.is-about .l-kv-title:before,
.is-privacypolicy .l-kv-title:before {
	background-image: url(/contents/nishikawa-chain/global/img/icon-home-01.png);
}

.is-about__movie .l-kv-title:before {
	background-image: url(/contents/nishikawa-chain/global/img/icon-bed-01.png);
}

.is-voice .l-kv-title:before {
	background-image: url(/contents/nishikawa-chain/global/img/icon-voice-01.png);
}

.is-faq .l-kv-title:before {
	background-image: url(/contents/nishikawa-chain/global/img/icon-question-01.png);
}

.is-useful .l-kv-title:before {
	background-image: url(/contents/nishikawa-chain/global/img/icon-news-01.png);
}

.is-shops .l-kv-title:before {
	background-image: url(/contents/nishikawa-chain/global/img/icon-search-01.png);
}

.is-sitemap .l-kv-title:before {
	background-image: url(/contents/nishikawa-chain/global/img/icon-home-01.png);
}

.is-news .l-kv-title:before {
	background-image: url(/contents/nishikawa-chain/global/img/icon-home-01.png);
}




/* ----------------------------------------------------------------------
 * 関連商品
 * ---------------------------------------------------------------------- */
.l-relation {
	margin: 0;
}

.l-relation-title {
	font-size: 1.8rem;
	margin: 0 0 30px;
	padding: 0 0 10px;
	border-bottom: 1px solid #000;
}

.l-relation-items {
	margin: 0 -20px;
	display: flex;
}

.l-relation-item {
	width: 50%;
	padding: 0 20px;
}

.l-relation-item .e-image {
	margin: 0 0 20px;
}

.l-relation-item .e-name {
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0 0 15px;
	display: block;
}

.l-relation-item .e-text {
	line-height: 1.75;
}




/* 関連 */
.l-solution-entry-relation {
	min-height: 180px;
	padding: 30px 30px 30px 280px;
	display: block;
	border: 1px solid #e1d3b0;
	position: relative;
}

.l-solution-entry-relation .e-image {
	width: 210px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	left: 30px;
}

.l-solution-entry-relation .e-title {
	color: #b3923a;
	font-size: 2.4rem;
	margin: 0 0 15px;
}

.l-solution-entry-relation .e-text {
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0 0 15px;
}

.l-solution-entry-relation .e-button .e-link {
	background: url(/contents/nishikawa-chain/global/img/icon-blank-01.png) no-repeat left 10% center / 20px 20px;
	color: #b3923a;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	min-width: 330px;
	padding: 7px 0 5px;
	border: 2px solid #b3923a;
	border-radius: 10px;
	display: inline-block;
	position: relative;
}

/*.l-solution-entry-relation .e-button .e-link:before {
	content: '';
	width: 20px;
	height: 20px;
	margin: 0 0 0 -30px;
	display: inline-block;
	background: url(/contents/nishikawa-chain/global/img/icon-blank-01.png) no-repeat center / 100% auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}*/

.no-touch .l-solution-entry-relation .e-button .e-link:hover {
	background-color: #f1f1f1;
}




/* ------------------------------------------------------------------------------------------------
 * Breadcrumb
 * ------------------------------------------------------------------------------------------------ */
.g-breadcrumb {
	padding: 20px 0 0;
}

.g-breadcrumb-item {
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 5px;
	display: inline-block;
}

.g-breadcrumb-item .e-link {
	color: #df2d32;
	font-weight: 500;
}

.g-breadcrumb-item:after {
	content: '＞';
}

.g-breadcrumb-item:last-child:after {
	display: none;
}




/* ------------------------------------------------------------------------------------------------
 * Header
 * ------------------------------------------------------------------------------------------------ */
.g-header {
	width: 100%;
	min-width: 1000px;
	height: 124px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	transition: all .4s;
}

.is-scroll.g-header {
	height: 70px;
}

.is-scroll.g-header:after {
	display: none;
}

.g-header * {
	transition: all .4s;
}

.g-header .u-inner {
	max-width: none;
}

.g-header:after {
	content: '';
	width: 100%;
	height: 65px;
	display: inline-block;
	background: url(/contents/nishikawa-chain/global/img/header-bg-01.png) repeat-x left top;
	position: absolute;
	bottom: -65px;
	left: 0;
}

.g-header-logo {
	text-align: center;
	width: 240px;
	margin: 0 0 0 35px;
	padding: 30px 0 0;
	transform-origin: left top;
	position: relative;
	z-index: 10;
}

.is-scroll .g-header-logo {
	padding: 15px 0 0;
	transform: scale(.75);
}

.g-header-logo:before {
	content: 'いい眠りと共に65年';
	color: #71787c;
	font-weight: 700;
	margin: 0 0 10px;
	display: block;
}

.g-header-logo .e-link {
	display: block;
}

.no-touch .g-header-logo .e-link:hover,
.no-touch .g-header-logo .e-link:hover img {
	opacity: 1;
}

.g-header-nav {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.g-header-nav-main-items {
	text-align: right;
	letter-spacing: -.4em;
	width: 100%;
	padding: 0 25px 0 330px;
	position: absolute;
	top: 75px;
	right: 0;
}

.is-scroll .g-header-nav-main-items {
	top: 30px;
}

.g-header-nav-main-item {
	letter-spacing: 0;
	padding: 0 20px;
	display: inline-block;
	position: relative;
}

.g-header-nav-main-item:before {
	content: '';
	width: 1px;
	height: 1em;
	display: inline-block;
	background: #d5d5d5;
	position: absolute;
	left: 0;
}

.g-header-nav-main-item.is-top:before {
	display: none;
}

.g-header-nav-main-item .e-link {
	letter-spacing: .125em;
}

.is-top .is-top.g-header-nav-main-item .e-link,
.is-about .is-about.g-header-nav-main-item .e-link,
.is-voice .is-voice.g-header-nav-main-item .e-link,
.is-faq .is-faq.g-header-nav-main-item .e-link,
.is-useful .is-useful.g-header-nav-main-item .e-link,
.is-shops .is-shops.g-header-nav-main-item .e-link {
	color: #df2d32;
	font-weight: 700;
}

.no-touch .g-header-nav-main-item .e-link:hover {
	color: #df2d32;
	opacity: 1;
}

.g-header-nav-sub-items {
	letter-spacing: -.4em;
	position: absolute;
	top: 15px;
	right: 40px;
}

.is-scroll .g-header-nav-sub-items {
	transform: translateY(-50px);
}

.g-header-nav-sub-item {
	letter-spacing: 0;
	margin: 0 0 0 15px;
	display: inline-block;
}

.g-header-nav-sub-item .e-link {
	color: #333;
	font-size: 1.4rem;
	text-align: center;
	min-width: 125px;
	padding: 11px 0 9px 10px;
	display: block;
	background: #f7f5f5;
	border: 1px solid #f7f5f5;
	position: relative;
}

.no-touch .g-header-nav-sub-item .e-link:hover {
	color: #df2d33;
	border-color: #df2d33;
}

.g-header-nav-sub-item .e-link:before {
	content: '';
	display: inline-block;
	border-style: solid;
	border-width: 4.5px 0 4.5px 6px;
	border-color: transparent transparent transparent #df2d33;
	position: absolute;
	top: 50%;
	left: 12.5px;
	transform: translateY(-50%);
}

.g-header-nav-sub-item.is-specialty004 .e-link {
	color: #fff;
	background: #427abe;
	border: none;
 min-width: 160px;
}

.no-touch .g-header-nav-sub-item.is-specialty004 .e-link:hover {
	color: #fff;
	background: #295aa6;
	border-color: none;
}

.g-header-nav-sub-item.is-specialty004 .e-link:before {
	border-color: transparent transparent transparent #fff;
}




/* ------------------------------------------------------------------------------------------------
 * Footer
 * ------------------------------------------------------------------------------------------------ */
.g-footer {
	background: #fff;
	color: #fff;
	padding: 0 0 0;
	position: relative;
	/*z-index: 100;*/
}

.g-footer-logo {
	text-align: center;
	background: #f7f5f5;
}

.g-footer-logo .e-logo {
	width: 310px;
	margin: 0 auto;
	padding: 30px 0;
}

.no-touch .g-footer-logo .e-logo .e-link:hover,
.no-touch .g-footer-logo .e-logo .e-link:hover img {
	opacity: 1;
}

.g-footer-nav-main-items {
	text-align: center;
	padding: 40px 0 0;
}

.g-footer-nav-main-item {
	padding: 0 18px;
	display: inline-block;
	position: relative;
}

.g-footer-nav-main-item:before {
	content: '';
	width: 1px;
	height: 1em;
	display: inline-block;
	background: #d5d5d5;
	position: absolute;
	left: 0;
}

.g-footer-nav-main-item.is-top:before {
	display: none;
}

.g-footer-nav-main-item .e-link {
	font-size: 1.3rem;
	letter-spacing: .125em;
}

.no-touch .g-footer-nav-main-item .e-link:hover {
	color: #df2d32;
	opacity: 1;
}

.is-top .is-top.g-footer-nav-main-item .e-link,
.is-about .is-about.g-footer-nav-main-item .e-link,
.is-voice .is-voice.g-footer-nav-main-item .e-link,
.is-faq .is-faq.g-footer-nav-main-item .e-link,
.is-useful .is-useful.g-footer-nav-main-item .e-link,
.is-shops .is-shops.g-footer-nav-main-item .e-link {
	color: #df2d32;
	font-weight: 700;
}

.g-footer-nav-sub-items {
	text-align: center;
	padding: 20px 0 0;
}

.g-footer-nav-sub-item {
	padding: 0 18px;
	display: inline-block;
	position: relative;
}

.g-footer-nav-sub-item:before {
	content: '';
	width: 1px;
	height: 1em;
	display: inline-block;
	background: #d5d5d5;
	position: absolute;
	left: 0;
}

.g-footer-nav-sub-item .e-link {
	font-size: 1.3rem;
	letter-spacing: .125em;
}

.l-copyright {
	color: #71787c;
	font-size: 1.4rem;
	text-align: center;
	margin: 0;
	padding: 55px 0;
	display: block;
}

.g-footer-pagetop {
	border: 1px solid rgba(255,255,255,.35);
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 100;
	box-shadow: 0 0 20px 0 rgba(255,255,255,.5);
}

.g-footer-pagetop .e-link {
	width: 80px;
	height: 80px;
	display: block;
	background: rgba(223,45,50,.8);
	position: relative;
}

.no-touch .g-footer-pagetop .e-link:hover {
	background: rgba(223,45,50,1);
	opacity: 1;
}

.g-footer-pagetop .e-link:after {
	content: '';
	width: 12px;
	height: 21px;
	display: inline-block;
	background: url(/contents/nishikawa-chain/global/img/arrow-white-right-01.png) no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: rotate(-90deg) translate(-50%,-50%);
	transform-origin: left top;
}




/* ----------------------------------------------------------------------
 * Popup Window
 * ---------------------------------------------------------------------- */
.is-popup.g-body {
	min-width: 0;
}

.is-popup .g-header {
	min-width: 0;
	height: 70px;
}

.is-popup .g-header:after {
	height: 40px;
	background-size: auto 100%;
	bottom: -40px;
}

.is-popup .g-header-logo {
	margin: 0 auto;
	padding: 15px 0 0;
	transform: none !important;
}

.is-popup .g-header-logo img {
	width: 160px;
}

.is-popup .g-header-logo:before {
	font-size: 1rem;
	margin: 0 0 5px;
}

.is-popup .g-header-nav,
.is-popup .g-footer-nav,
.is-popup .g-header-button,
.is-popup .g-footer-pagetop {
	display: none !important;
}

.is-popup .g-footer-logo .e-logo {
	padding: 20px 0;
}

.is-popup .g-footer-logo .e-logo img {
	width: 200px;
}

.is-popup .l-copyright {
	font-size: 1.3rem;
	padding: 35px 0;
}

.is-popup .g-container {
	padding: 70px 0 0;
}

.is-popup .l-close-button {
	padding-bottom: 60px;
	text-align: center;
}

.is-popup .l-close-button .e-link {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	max-width: 25%;
	margin: 0 auto;
	padding: 15px 0;
	display: block;
	border-radius: 12px;
	background: #666;
	position: relative;
}




/* ------------------------------------------------------------------------------------------------
 * FloatBnr 
 * ------------------------------------------------------------------------------------------------ */
.g-floatBnr {
	background-color: rgba(0, 0, 0, 0.6);
	display: table;
	height: 100px;
	text-align: center;
	opacity: 0;
	width: 100%;
	z-index: 99;
}
.g-floatBnr .e-button {
	display: table-cell;
	vertical-align: middle;
}
.g-floatBnr .e-button .e-link {
	background: #7ec928;
	border-radius: 12px;
	color: #fff;
	display: block;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	margin: 0 auto;
	padding: 10px 10px;
	width: 500px;
}
.g-floatBnr .e-button .e-link:hover {
	opacity: 0.8;
}
.g-floatBnr .e-button .e-link span {
	background-image: url(/contents/nishikawa-chain/global/img/icon-search-02.png) ;
	background-position: left;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	min-height: 25px;
	padding-left: 40px;
}