@charset "utf-8";
/*------------------------------------------------

Copyright TSUTSUMI JEWELRY Co., Ltd.

base.css

------------------------------------------------*/

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, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-size: 14px;
	width: 100%;
	height: 100%;
	line-height: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ul, ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
	vertical-align: middle;
}



/*------------------------------------------------
common
------------------------------------------------*/
body {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	min-width: 1020px;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 14px;
	color: #404040;
	line-height: 1;
	background: #fff;
}
a:link,
a:visited {
	color: #404040;
	text-decoration: underline;
}
a:active,
a:hover {
	/*color: #09c;*/
	text-decoration: none;
}
.blank {
	padding: 3px 20px 3px 0;
	background: url(../img/icon_blank.png) right center no-repeat;
}
a, a img {
	-webkit-transition: .2s ease-out;
	-moz-transition: .2s ease-out;
	-ms-transition: .2s ease-out;
	transition: .2s ease-out;
}
/*
a:hover img {
	-moz-opacity: 0.6;
	-ms-filter: "alpha(opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
}
*/
#wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	width: 100%;
	font-size: 0.85em;
	overflow: hidden;
}
.fL {
	float: left;
}
.fR {
	float: right;
}
.pcOnly {
	display: block !important;
}
.spOnly {
	display: none !important;
}


/*------------------------------------------------
header
------------------------------------------------*/
#globalHeader {
	position: relative;
	width: 100%;
	height: 50px;
	background: #425668;
}
.globalHeader__wrap {
	position: relative;
	margin: 0 auto;
	width: 94%;
	max-width: 1020px;
}
.globalHeader__wrap .logo {
	position: absolute;
	top: 12.5px;
	left: 0;
	z-index: 11;
}
.globalHeader__wrap .logo a {
	width: 100px;
	height: 25px;
	font-size: 0;
	line-height: 0;
	background: url(../img/logo.png?240620) center top no-repeat;
	background-size: contain;
	display: block;
}
#globalHeader nav {
	position: relative;
}
#globalHeader ul {
	position: relative;
	margin: 0 auto;
	padding: 0 0 0 7%;
	width: 95%;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	text-align: center;
}
#globalHeader ul li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: auto;
	height: 50px;
	border-bottom: 3px solid #425668;
	display: inline-block;
}
#globalHeader ul li.home {
	display: none;
}
#globalHeader ul li:hover {
	border-bottom: 3px solid #fff;
}
#globalHeader ul li:hover a {
	color: #fff;
}
#globalHeader ul li a {
	padding: 20px 20px 0;
	width: auto;
	height: 30px;
	font-size: 0.9em;
	color: #e9e9e9;
	text-decoration: none;
	display: block;
}
#globalHeader nav>ul>li:last-child a {
	color: #999999;
}
#globalHeader nav>ul>li:last-child a:hover{
	color: #fff;
}

/* megamenu */
#globalHeader ul li .menu_second-level {
	position: absolute;
	top: 50px;
	left: 0;
	padding: 30px 0;
	width: 100%;
	max-height: 9999px;
	background: #fff;
	border-bottom: 1px solid #808080;
	display: none;
	z-index: 1000;
}
#globalHeader ul li .menu_second-level a {
	color: #404040;
	text-decoration: none;
}
#globalHeader ul li .menu_second-level a:hover {
	color: #000;
	text-decoration: underline;
}
#globalHeader ul li .menu_second-level h2 {
	padding: 17px 0 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight: normal;
	font-size: 1.6em;
	line-height: 1;
	float: left;
}
#globalHeader ul li .menu_second-level h2 a {
	padding: 0 40px 0 0;
	width: auto;
	height: auto;
	background: url(../img/arrow_s.png) right top no-repeat;
}
#globalHeader ul li .menu_second-level section {
	width: 75%;
	border-left: 1px solid #808080;
	display: table;
	float: right;
}
#globalHeader ul li .menu_second-level section ul {
	margin: 0;
	padding: 10px 3%;
	width: 94%;
	text-align: left;
	vertical-align: top;
	display: table-cell;
}
#globalHeader ul li .menu_second-level section ul li {
	width: 100%;
	height: auto;
	border: none;
}
#globalHeader ul li .menu_second-level section ul li a {
	padding: 0;
	height: auto;
	color: #404040;
	line-height: 2em;
	border: none;
	display: inherit;
}
#globalHeader ul li .menu_second-level section p {
	display: table-cell;
}

/* spnav */
.buger {
	position: absolute;
	top: 5px;
	left: 3%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: none;
	z-index: 100;
}
.buger div {
	position: relative;
}
.buger span {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	position: absolute;
	left: 10px;
	width: 22px;
	height: 1px;
	background: #fff;
    display: block;
}
.buger span:nth-child(1) {
	top: 12px;
}
.buger span:nth-child(2) {
	top: 20px;
}
.buger span:nth-child(3) {
	top: 28px;
}
.back {
	display: none;
}


/*------------------------------------------------
footer
------------------------------------------------*/
#globalFooter {
	padding: 40px 0 30px;
	width: 100%;
	font-size: 0.8em;
	border-top: 5px solid #425668;
}
.globalFooter__wrap {
	position: relative;
	margin: 0 auto;
	width: 94%;
	max-width: 1020px;
}
.globalFooter__wrap .logo {
	position: absolute;
	top: 0;
	left: 50%;
	width: 120px;
}
.globalFooter__wrap .logo img {
	margin: 0 0 0 -50%;
	width: 120px;
	height: auto;
}
.globalFooter__wrap .mailmag a {
	padding: 10px 50px;
	color: #404040;
	text-decoration: none;
	background: #f0f0f0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
/*
	display: block;
*/
	display: none;
	float: left;
}
.globalFooter__wrap .mailmag a:hover {
	color: #fff;
	background: #333;
}
.globalFooter__wrap .sns {
	margin: 3px 0 0 0;
	float: right;
}
.globalFooter__wrap .sns li {
	margin: 0 5px;
	display: inline-block;
}
.globalFooter__wrap .sns li img {
	width: 26px;
	height: auto;
}

/* nav */
#globalFooter__nav {
	clear: both;
	padding: 60px 0 40px 0;
	width: 100%;
}
#globalFooter__nav section {
	margin: 0 1% 0 0;
	width: 24%;
	float: left;
}
#globalFooter__nav section:last-child {
	margin: 0;
	float: right;
}
#globalFooter__nav section.x {
	width: 50%;
}
#globalFooter__nav section h6 {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	font-size: 1.1em;
	border-bottom: 1px solid #333;
}
#globalFooter__nav section.x ul {
	width: 50%;
	float: left;
}
#globalFooter__nav section ul li a {
	line-height: 2.3em;
	text-decoration: none;
}
#globalFooter__nav section ul li a:hover {
	color: #000;
	text-decoration: underline;
}

/* copyright */
#globalFooter__bottom {
	position: relative;
	padding: 15px 0 0 0;
	text-align: center;
	border-top: 1px solid #808080;
}
#globalFooter__bottom ul {
	padding: 10px 0 0 0;
}
#globalFooter__bottom ul li {
	border-right: 1px solid #808080;
	display: inline-block;
}
#globalFooter__bottom ul li:last-child {
	border: none;
}
#globalFooter__bottom ul li a {
	padding: 0 15px;
	text-decoration: none;
}
#globalFooter__bottom ul li a:hover {
	color: #000;
	text-decoration: underline;
}
#globalFooter__bottom select {
	position: absolute;
	top: 0;
	right: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 5px 0 5px 10px;
	width: 85px;
	font-size: 0.9em;
	text-indent: .01px; /* for Firefox */
	text-overflow: ""; /* for Firefox */
	background: #fff url(../img/arrow_pulldown.png) 96% center no-repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #808080;
}
#globalFooter__bottom select:focus {
	outline: none;
}
#globalFooter__bottom p {
	position: absolute;
	top: 0;
	left: 0;
	padding: 12px 0 0;
	font-size: 0.85em;
	color: #999;
}


/*------------------------------------------------
contents
------------------------------------------------*/
article {
	margin: 0 auto;
	padding: 100px 0;
	width: 100%;
	height: 400px;
	text-align: center;
	background: #ffffff;
}

