/*
Theme Name: hamano_jewelry_theme
Description: JEWELRY HAMANO
Theme URI: https://jewelry-hamano.com
Author: Kouzou Saika | ZOCOZO DESIGN Inc.
Author URI: https://zocozo.com
Version: 
License: 
License URI: 
*/

/* ----  dispay --- */
.sPhone{
	display: none !important;
}
.tablet{
	display: none !important;
}
.tabPhone{
	display: none !important;
}
/*----  dispay end ---*/

body,
html{
	width: 100%;
	height: 100%;
  font-family: "Sawarabi Mincho";
}

#container {
	width: 100%;
	height: 100vh;
	margin: 0px auto;
	position: relative;
}

/* --- header --- */
header{
	width: 25vw;
	height: 100vh;
	margin: 0px auto;
	background-color: rgba(0,0,0,0.0);
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 37.5vw;
}
h1{
	width: 100%;
	height: auto;
	margin: 10vh auto 0px;
}
/* comment */
section.comment{
	width: 95%;
	height: auto;
	margin: 80px auto;
  font-family: "Sawarabi Mincho";
}

section.comment h2{
	color: #93730e;/*golden beige*/
	line-height: 2em;
	font-size: 116%;
	letter-spacing: 0.1em;
	text-align: justify;
	font-weight: normal;
}
/* comment end */

/* --- header end --- */

/* --- mainImg --- */
#mainImg{
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	z-index: 10;
	background: url(../img/index/main_img/main_01_w2800.png) no-repeat;
	background-size: cover;
}

/*seo用*/
#mainImg h2{
	width: 100%;
	height: auto;
	margin: 10px auto 0px;
	text-align: center;
	font-size: 72%;
	letter-spacing: 0.1em;
  font-family: 'Cinzel', serif;
	font-weight: normal;
	
	position: absolute;
	z-index: 1100;
	bottom: 15px;
}

/* --- mainImg end --- */


img.logoDeco{
	display: block;
	width: 18px;
	height: auto;
	margin: 0px auto 8px;
	
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}