@charset "utf-8";
/* CSS Document */

/*-----ヘッダ－-----*/

header.bg-special {
	background: #000 !important;
}
header {
	background-color: #fff;
	width: 100%;
	margin: 0;
	padding: 15px;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	position: relative;
	z-index: 1;
}
header ul.head-menu-top {
	overflow: hidden;
	margin: 0 auto;
	display: inline-block;
}
header ul.head-menu-top li {
	display: inline-block;
}
header ul.head-menu-top li:after {
	content: '｜';
}
header ul.head-menu-top li:last-child:after {
	content: '';
	font-family: 'Fjalla One', sans-serif;
	padding: -10px 0 0 0;
}
header ul.head-menu-top li a {
	display: inline-block;
	color: #fff !important;
	font-family: 'Fjalla One', sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
}
header ul.head-menu-top li a:hover {
	color: #ff0 !important;
}
.ennowa-logo {
	position: absolute;
	left: 16px !important;
	top: 16px !important;
	z-index: 10;
}
.ennowa-logo img {
	width: 120px;
}
.ennowa-menu {
	position: absolute;
	right: 16px !important;
	top: 18px !important;
	z-index: 10;
}
.ennowa-menu img {
	width: 34px;
}

.title-basic {
	font-family: 'EB Garamond', serif;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 3rem;
	margin: 2% auto 4%;
	padding: 0% 0 0% 0;
	overflow: hidden;
	text-align: center;
	position: relative;
	display: table;
	white-space: nowrap;
}
.title-basic::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}
.title-basic span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	color: #010406;
	background-color: #fff;
	text-align: left;
}
.title-basic span.bg-catalog {
	background-color: #f0f0f0 !important;
}

hr.line01 {
	height: 0;
	margin: 3% auto;
	padding: 0;
	border-bottom: solid 1px #ccc;
	width: 960px;
	text-align: center;
}

#box-head {
	height: 900px;
	z-index: 1;
	position: relative;
	background: rgba(24, 59, 92, 1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(24, 59, 92, 1) 0%, rgba(1, 4, 6, 1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(24, 59, 92, 1)), color-stop(100%, rgba(1, 4, 6, 1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(24, 59, 92, 1) 0%, rgba(1, 4, 6, 1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(24, 59, 92, 1) 0%, rgba(1, 4, 6, 1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(24, 59, 92, 1) 0%, rgba(1, 4, 6, 1) 100%);
	background: radial-gradient(ellipse at center, rgba(24, 59, 92, 1) 0%, rgba(1, 4, 6, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#183b5c', endColorstr='#010406', GradientType=1 );
}
#box-head-sp {
	display: none;
}
.head-cont {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}
.head-cont ul {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.head-cont ul li img {
	width: 800px;
}
@media only screen and (max-width: 820px) {
	.head-cont ul li img {
		width: 90%;
	}
}
.diamond01 {
	position: absolute;
	z-index: 10;
	top: 820px;
	text-align: center;
	width: 100%;
}

#box-concept {
	padding: 6% 0;
	margin: 0 auto 60px;
	z-index: 1;
	position: relative;
	background-color: #ecf1f5;
}
.concept-cont:before {
	font-family: 'EB Garamond', serif;
	position: absolute;
	content: 'CONCEPT';
	font-size: 30px !important;
	top: 0px;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	background-color: #ecf1f5;
	padding: 0 20px;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
	color: #ffffff;
	z-index: 10;
}

.concept-cont {
	display: table;
	table-layout: fixed;
	width: 640px;
	padding: 5%;
	margin: 0 auto;
	border: solid 2px #fff;
	position: relative;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
.concept-cont ul {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.concept-txt01 {
	margin: 0 auto;
}
.concept-txt01 img {
	width: 70%;
	margin: 0 auto 40px;
}
.concept-txt02 {
	font-family: 'HanaMinA';
	font-size: 2rem;
	color: #010406;
	line-height: 4rem;
	letter-spacing: 0.4rem;
	margin: 0 auto 30px;
}
.concept-txt02:last-child {
	margin: 0 auto 0;
}

#box-feature {
	/*padding: 6% 0;*/
	z-index: 1;
	position: relative;
	margin: 0 auto 60px;
}
.feature-cont {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	color: #fff;
	font-family: 'HanaMinA';
}
.feature-cont01 {
	background-image: url(../img/bg-feature01.jpg);
	background-size: cover;
}
.feature-cont02 {
	background-image: url(../img/bg-feature02.jpg);
	background-size: cover;
}
.feature-cont03 {
	background-image: url(../img/bg-feature03.jpg);
	background-size: cover;
}
.feature-cont04 {
	background-image: url(../img/bg-feature04.jpg);
	background-size: cover;
}
.feature-cont05 {
	background-image: url(../img/bg-feature05.jpg);
	background-size: cover;
}
.feature-cont01-l {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.feature-cont01-r {
	display: table-cell;
	text-align: center;
	padding: 80px;
	vertical-align: middle;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
.feature-cont-main {
	text-align: left;
	width: 70%; /*padding:25px; border: solid 1px #ffffff38;*/
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
.feature-cont-title {
	font-size: 24px;
	position: relative;
	z-index: 1;
	padding: 0 0 24px 0;
	margin: 0 auto 24px;
	letter-spacing: 0.4rem;
}
.feature-cont-title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 160px;
	height: 1px;
	/*margin-left: -125px;*/
	background-color: #ccc;
}
.feature-cont-title span.br01 {
	display: block;
}
.feature-cont-title span.br02 {
	display: inline;
}
ul.feature-cont-txt {
	font-size: 14px;
	letter-spacing: 0.2rem;
	line-height: 160%;
}
ul.feature-cont-txt li {
	margin: 0 auto 24px;
}
ul.feature-cont-txt li:last-child {
	margin: 0 auto 0;
}
.feature-cont-number {
	margin: 0 auto 16px;
}
.feature-cont-number img {
	width: 120px;
}
.feature-cont-number-txt {
	font-size: 18px;
	letter-spacing: 0.8rem;
}

.feature-pc {
	display: table-cell;
}
.feature-sp {
	display: none;
}

#box-ringcollection {
	width: 1024px;
	margin: 0 auto;
}
#box-ringcollection ul {
	overflow: hidden;
	margin: 0 -2.5% 0 0;
}
#box-ringcollection ul li {
	float: left;
	width: 22.5%;
	margin: 0 2.5% 2.5% 0;
	text-align: center;
}

#box-shoplist {
	width: 1024px;
	margin: 0 auto 60px;
	color: #010406;
}
#box-shoplist ul {
	overflow: hidden;
	margin: 0 -3.3333% 0 0;
}
#box-shoplist ul li {
	/*font-family: 'HanaMinA';*/
	width: 30%;
	margin: 0 3.3333% 3.3333% 0;
	padding: 15px;
	float: left;
	border: solid 4px #f0f0f0;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	text-align: center;
}
.shoplist-photo img {
	width: 100%;
	height: 160px;
	object-fit: cover;
	margin: 0 auto 16px;
}
.shoplist-name {
	font-size: 18px;
	margin: 0 auto 16px;
	padding: 0 0 16px 0;
	position: relative;
}
.shoplist-name:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 60px;
	height: 1px;
	margin-left: -30px;
	background-color: #f0f0f0;
}
.shoplist-zip {
	font-size: 12px;
	margin: 0 auto 12px;
}
.shoplist-tel {
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto 16px;
}
#box-shoplist ul li a {
	display: block;
	border: solid 1px #ccc;
	padding: 5px;
	font-size: 12px;
	color: #333;
}
#box-shoplist ul li a:hover {
	background-color: #010406;
	color: #fff;
}
/*
#box-shoplist{ width:760px; margin:0 auto 6%; padding:0 20px 0 0;
height:600px;
overflow:auto;
overflow-y:scroll;
overflow-x:hidden; }
.shoplist-title{
	font-size:16px;
	font-weight:bold;
	border:solid 1px #ccc;
	padding:10px;
	margin:0 auto 24px;
	text-align:center;
	-webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;}
.shoplist-cont{ overflow:hidden; width:100%; margin:0 auto 16px;}
.shoplist-cont-l{ float:left;}
ul.shoplist-cont-l{ overflow:hidden;}
ul.shoplist-cont-l li{ float:left; font-size:14px; margin:0 16px 0 0;}
ul.shoplist-cont-l li.shoplist-tel{ font-weight:bold;}
ul.shoplist-cont-r{ float:right; text-align:right;}
ul.shoplist-cont-r li a{
	display: inline-block;
    padding: 3px 16px 1px;
    background-color: #010406;
    color: #fff;
    font-size: 10px;
    border-radius: 12px;}
ul.shoplist-cont-r li a:hover{ background-color:#082645;}
*/
.bg-catalog {
	background-color: #f0f0f0;
	/*background-image: url(../img/bg-contact.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;*/
	z-index: 1;
	position: relative;
	padding: 3% 0;
}
.catalog-txt {
	text-align: center;
	margin: 3% auto;
}

/*-----下層ページ用共通ヘッダー-----*/

.head-basic {
	/*background-color: #010406;*/
	color: #fff;
	padding: 5% 0 2.5%;
	text-align: center;
	background: rgba(24, 59, 92, 1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(24, 59, 92, 1) 0%, rgba(1, 4, 6, 1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(24, 59, 92, 1)), color-stop(100%, rgba(1, 4, 6, 1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(24, 59, 92, 1) 0%, rgba(1, 4, 6, 1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(24, 59, 92, 1) 0%, rgba(1, 4, 6, 1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(24, 59, 92, 1) 0%, rgba(1, 4, 6, 1) 100%);
	background: radial-gradient(ellipse at center, rgba(24, 59, 92, 1) 0%, rgba(1, 4, 6, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#183b5c', endColorstr='#010406', GradientType=1 );
}
.head-basic img {
	width: 30%;
}

/*-----認証エラー-----*/

.box-basic-404 {
	text-align: center;
	margin: 0 auto;
	font-size: 16px;
}
/*.box-basic-404 p br{ display:none;}*/
.box-basic-404 p {
	margin: 0 auto 5%;
}
.box-basic-404 p.btn-404 {
	display: block;
	text-align: center;
	margin: 0 auto 60px;
}
.box-basic-404 p.btn-404 a {
	display: inline-block;
}

@media only screen and (max-width: 1280px) {
	.feature-cont-main {
		width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	#box-ringcollection {
		width: 90%;
	}
	#box-ringcollection ul {
		margin: 0 -3.3333% 0 0;
	}
	#box-ringcollection ul li {
		width: 30%;
		margin: 0 3.3333% 3.3333% 0;
	}
}

@media only screen and (max-width: 768px) {
	#box-head {
		height: auto;
		padding: 100px 0;
	}
	header {
		height: 56px;
	}
	.dropmenu {
		display: none;
	}
	.diamond01 {
		/*bottom: -130px !important;
    top: auto;*/
		display: none;
	}

	.title-basic {
		margin: 7% auto 5%;
	}

	hr.line01 {
		margin: 6% auto;
		width: 60%;
	}

	#box-concept {
		height: auto;
		padding: 10% 0;
	}
	.concept-cont {
		width: 80%;
	}
	.concept-txt01 {
		width: 80%;
		margin: 0 auto;
		padding: 10%;
	}

	.feature-cont01-l {
		display: block;
		padding: 10% 0 0 0;
	}
	.feature-cont01-r {
		display: block;
		padding: 40px;
	}
	.feature-cont-main {
		width: 100%;
	}
	.feature-pc {
		display: none;
	}
	.feature-sp {
		display: block;
	}

	#box-shoplist {
		width: 90%;
		margin: 0 auto 40px;
	}
	#box-shoplist ul {
		margin: 0 -5% 0 0;
	}
	#box-shoplist ul li {
		/*font-family: 'HanaMinA';*/
		width: 45%;
		margin: 0 5% 5% 0;
	}
	#box-shoplist ul li {
		padding: 15px;
	}
	.shoplist-name {
		font-size: 15px;
	}

	.catalog-txt {
		width: 60%;
		margin: 5% auto 7%;
		text-align: center;
	}
	.catch-cont-voice {
		font-size: 2.6rem;
	}

	.concept-cont {
		width: 90%;
	}

	/*-----認証エラー-----*/

	.box-basic-404 {
		width: 90%;
	}
}

@media only screen and (max-width: 480px) {
	.title-basic {
		font-size: 2.8rem;
		margin: 10% auto 8%;
	}
	#box-head {
		padding: 60px 0;
	}
	.ennowa-logo {
		top: 20px !important;
	}
	#box-concept {
		padding: 13% 0;
	}
	.concept-txt01 img {
		width: 100%;
		margin: 0 auto 10px;
	}
	.concept-txt02 {
		line-height: 3rem;
	}
	.feature-cont-title span.br01 {
		display: inline;
	}
	.feature-cont-title span.br02 {
		display: block;
	}

	.feature-cont-number img {
		width: 100px;
	}
	.feature-cont-number-txt {
		font-size: 14px;
		letter-spacing: 0.8rem;
	}
	#box-ringcollection ul {
		margin: 0 -5% 0 0;
	}
	#box-ringcollection ul li {
		width: 45%;
		margin: 0 5% 5% 0;
	}

	#box-shoplist ul {
		margin: 0 0 0 0;
	}
	#box-shoplist ul li {
		/*font-family: 'HanaMinA';*/
		width: 100%;
		margin: 0 0 5% 0;
	}

	.modal-price {
		font-size: 12px;
	}

	.concept-cont:before {
		font-size: 24px !important;
	}

	.bg-catalog {
		padding: 6% 0 10%;
	}

	/*-----認証エラー-----*/

	.box-basic-404 {
		text-align: left;
		font-size: 14px;
	}
	.box-basic-404 p br {
		display: none;
	}
}

@media only screen and (max-width: 374px) {
	.diamond01 {
		bottom: 220px !important;
	}
}

/*-----デジタルカタログ-----*/

.digicatalog {
	margin: 0 auto 3%;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	text-align: center;
}
@media only screen and (max-width: 820px) {
	.digicatalog {
		margin: 0 auto 6%;
	}
}
.digicatalog .txt {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 600px) {
	.digicatalog .txt {
		font-size: 14px;
	}
}
.digicatalog .txt p br {
	display: none;
}
@media only screen and (max-width: 600px) {
	.digicatalog .txt p br {
		display: block;
	}
}

.btn-digicatalog a {
	display: inline-block;
	background-color: #000000;
	padding: 18px 0 16px 0;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 0.2em;
	width: 300px;
	position: relative;
	transition: all 0.5s ease;
}
.btn-digicatalog a:before {
	position: absolute;
	font-size: 12px !important;
	line-height: normal;
	top: 51%;
	transform: translate(0, -50%);
	left: 16px;
	font-family: 'Material Icons';
	content: 'keyboard_arrow_right';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
	color: #ffffff;
}
.btn-digicatalog a:hover {
	background-color: #cccccc;
	transition: all 0.5s ease;
}
