　/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License:none (public domain)*/
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, 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-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
} 
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
}
img {
	margin: 0;
	width: 100%;
	height: auto;
}

span.kr {
	display: inline-block;
	margin-right: -0.5em;
}
span.kl {
	display: inline-block;
	margin-left: -0.5em;
}
span.kc {
	display: inline-block;
	margin: 0 -0.3em;
}

/* Margin キャンセル */
.MT0 {
	margin-top: 0!important;
}
.ML0 {
	margin-left: 0!important;
}
.MB0 {
	margin-bottom: 0!important;
}
.MR0 {
	margin-right: 0!important;	
}

/* Padding キャンセル */
.PT0 { 
	padding-top: 0!important;
}
.PL0 {
	padding-left: 0!important;
}
.PB0 {
	padding-bottom: 0!important;
}
.PR0 {
	padding-right: 0!important;	
}


.kr {
	margin-right: -0.3em;
	display: inline;
}

.kl {
	margin-left: -0.3em;
	display: inline;
}


.BPMini {
	font-size: 10px;
}


.pc {
	display: none;
}






a {
	color: #2C9882;
}
body {
	font-family: 'Noto Serif JP', serif;
	overflow-x: hidden;
	width: 100%;
	letter-spacing: 0.05em;
	font-size: 12px;
	line-height: 1.6;
	color: #2C9882;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	font-feature-settings: 'palt';
}
body#LCN,body.CNindex {
	font-family: 'Noto Serif SC', serif;
}
#container {
	width: 100%;
	background-image: url(../img/commonimg/bg_virtual.png);
	background-repeat: repeat-y;
	background-size: 100%;
	overflow-x: hidden;
}
#Contents2023 {
	padding: 0 50px;
	text-align: center;
}
#header {
	position: fixed;
	background-image: url(../img/commonimg/bg_virtual.png);
	background-repeat: repeat-y;
	background-size: 100%;
	overflow-x: hidden;
	z-index: 1500;
}

#header,#HeadShadow {
	width: 100%;
	height: 90px;
	padding-bottom: 10px;
	overflow: hidden;
}

#SpHead {
	object-fit: cover;
	width: 100%;
	height: 100%;

}

#SPHomeLink {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	transform: translate(-50%,0);
}
.HeadImg,#Map {
	display: none;
}

#footer {
	display: none;
}

#SpFooter {
	height: 110px;
	position: relative;
}
#SpFooter img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#SpFooterLink {
	position: absolute;
	width: 100%;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 10px;
}
#SpFooterLink a {
	display: block;
	text-decoration: none;
	line-height: 16px;
	padding-bottom: 2px;
}

#LEN #SpFooterLink,
#LCN #SpFooterLink {
	letter-spacing: 0;
}
#LEN #SpFooterLink a,
#LCN #SpFooterLink a {
	font-size: 12px;
	padding-bottom: 3px;
}

#SpContact {
	text-align: right;
	padding-right: 7px;
}
#SpPrivacy {
	text-align: left;
	padding-left: 7px;
}
#LCN #SpContact,
#LEN #SpContact {
	padding-right: 10px;
}
#LCN #SpPrivacy,
#LEN #SpPrivacy {
	padding-left: 10px;
}

#SpCopyright {
	text-align: center;
	width: 100%;
	line-height: 14px;
	padding-bottom: 5px;
	letter-spacing: 0;
}



#PageBack23 {
	display: block;
	width: 45px;
	margin: 60px auto 30px;

}

#TopBody {
	background-color: #fff;
	background-image: url(../img/commonimg/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 55%;
	background-size: 100%;
}


#SpMenuOpen,#SpMenuClose {
	position: fixed;
	right: 0;
	top: 0;
	width: 80px;
	height: auto;
	z-index: 9999;
	cursor: pointer;
}
@media print , screen and (min-width:360px) {
	#SpMenuOpen, #SpMenuClose {
		right: 10px;
	}
}
@media print , screen and (min-width:500px) {
	#SpMenuOpen, #SpMenuClose {
		right: 34px;
	}
}
@media print , screen and (min-width:570px) {
	#SpMenuOpen, #SpMenuClose {
		right: 6%;
	}
}


#SpMenuClose {
	z-index: -9999;
	opacity: 0;
	transition: 1s;
}
.NavView #SpMenuClose {
	z-index: 9999;
	opacity: 1;
}



#SpHeadOuter {
	position: fixed;
	top: -150%;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1501;
	transition: .5s;
	background-color: #fff;
	background-image: url(../img/commonimg/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 55%;
	background-size: 100%;
}

#SpHeadOuter.NavView {
	top: 0;
}
#SpHeader {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	align-content: space-between;
	width: calc(100vmin - 80px);
	height: calc(100vmin - 80px);
	max-width: 320px;
	max-height: 320px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../img/mbimages/logo_proponere.png) center center / 47.5% no-repeat;
}

#TopBody #SpHeader {
	top: 47%;
}
@media print , screen and (max-width:359px) {
	#SpHeader {
		width: calc(100vmin - 40px);
		height: calc(100vmin - 40px);
	}
}
@media print , screen and (max-height:430px) and (max-width:660px) {
	#SpHeader {
		top: calc(50% + 15px);
	}
}
#SpHeader a, #HeadBottomleaf {
	width: 30%;
	display: block;
}
#SpHeader img {
	width: 100%;
}
#HeadNewcollection {
	margin-right: 20%;
}
#HeadJewelry {
	margin-left: 20%;
}
#HeadNews {
	margin-right: 20%;
}
#HeadShoplist {
	margin-left: 20%;
}
#topnews {
	position: absolute;
	bottom: 51px;
	left: 0;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4;
	z-index: 10;
	color: #9c8830;
	padding: 20px;
	display: none;
	text-align: justify;
}
#otherview {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	color: #2c9882;
	text-align: right;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding-top: 5px;
}

#otherview.encn,
#otherview.encn {
	letter-spacing: 0;
}
#Mail, #Privacy {
	text-decoration: none;
	color: #2c9882;
	font-size: 10px;
	margin-bottom: 7px;
	display: block;
}
.encn #Mail,
.encn #Privacy {
	font-size: 11px;

}

#Mail, #Privacy, #copyright {
	line-height: 18px;
	line-height: 1;
}
#Privacy,#Mail {
	margin-right: 15px;
}

#copyright {
	font-size: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	width: 100%;
	letter-spacing: 0;
}
.encn #copyright {
	margin-right: -3px;
}
#Instagram {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 15px;
	bottom: 3px;
	display: block;
}
#Instagram img {
	width: 100%;
}















#contentTitle img {
	width: auto;
	height: 30px;
	margin: 20px auto 0;
}
.EntryBox {
	padding: 60px 0;
	border-bottom: 1px solid #B29F72;
}
.PostTitle {
	color: #b29f72;
	font-size: 1.3em;
	margin: -0.15em 0;
	padding-bottom: 10px;
	line-height: 1.3;
}

.PostTime {
	line-height: 1;
	margin: 0;
	letter-spacing: 0.08em;
}


.entry {
	padding-top: 55px;
}


.entry img {
	width: 80%;
	height: auto;
	display: block;
	margin: 0.4em auto;
	max-width: 265px;
}
.entry img.miniimg {
	width: 40%;
	height: auto;
	display: block;
	margin: 0.4em auto;
	max-width: 133px;
}

.entry a {
    color: #b29f72;
	text-decoration: none;
}



#NewsLink {
	display: flex;
	align-items: center;
	margin: 40px 0 20px;
}
.NewslinkRight,
.NewslinkLeft {
	width: 50%;
	line-height: 20px;
}
.NewslinkRight a,
.NewslinkLeft a {
	display: block;
	color: #b29f72;
	text-decoration: none;
	letter-spacing: 0;
}
.NewslinkRight a {
	text-align: right;
}
.NewslinkLeft a {
	text-align: left;
}




#NF404 {
	margin: auto;
	display: block;
	max-width: 350px;
	margin-top: 100px;
	margin-bottom: 400px;
}




#news404 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 300px;
	margin-top: 60px;
}



#languagechange {
	display: flex;
	justify-content: flex-start;
	position: absolute;
	align-items: center;
	top: 0;
	z-index: 9998;
	font-size: 12px;
	line-height: 1;
	color: #977D40;
	padding-left: 25px;
	left: -100%;
	transition: .5s;
}
.NavView + #languagechange {
	left: 0;
}
#Langtitle {
	margin-right: 14px;
}
#languagechange p {
	color: #977D40;
}
#languagechange a {
	color: #2C9882;
}
.Lslash {
	display: inline-block;
	width: 14px;
	text-align: center;
}
#languagechange p,
#languagechange a,
.Lslash {
	padding: 25px 0 10px;
}



@media print , screen and (min-width:410px) {
	.titleBrand {
		margin-right: auto;
		margin-left: auto;
	}

}

@media print , screen and (min-width:430px) {
	#leftButton,
	#rightButton {
		min-height: 320px;
	}
	.EntryBox {
		margin: 0 10px;
		padding: 60px 20px;
	}
}


@media print , screen and (min-width:520px) {
	#otherview {
		flex-wrap: nowrap;
	}
	#Privacy,#Mail {
		margin-right: 15px;
	}
	#copyright {
		width: auto;
	}
	.encn #copyright {
		margin-right: 0;
	}
	#SpCopyright {
		width: auto;
	}
	#SpContact {
		text-align: center;
		width: auto;
	}
	#SpPrivacy {
		text-align: center;
		width: auto;
	}
	#LEN #SpFooterLink,
	#LCN #SpFooterLink {
		align-items: flex-end;
	}
	#SpFooterLink a,#SpCopyright,#LEN #SpFooterLink a, #LCN #SpFooterLink a {
		padding: 0 10px;
		padding-bottom: 10px;
	}
}



@media print , screen and (min-width:768px) {
	body {
		background: #c2e0a4;
		-webkit-text-size-adjust: 100%;
		font-size: 14px;
		line-height: 1.8;
	}
	#Contents2023 {
		padding: 0;
	}
	#SpHead,#SpMenu,#SpMenuOpen,#SpMenuClose,.sp,#SPHomeLink,#SpHeadOuter {
		display: none;
	}
	
	.pc {
		display: block;
	}

	
	
	.HeadImg {
		display: block;
	}
	.HeadImg {
		width: auto;
		height: 100%;
		position: relative;
	}
	.HeadImgHover {
		position: absolute;
		opacity: 0;
		transition: 1s;

	}
	.HeadImg:hover .HeadImgHover {
		opacity: 1;
	}
	#header,#HeadShadow {
		display: flex;
		align-items: flex-start;
		width: 100%;
		max-width: 980px;
		height: 10vw;
		padding: 0;
	}
	#HeadShadow {
		height: calc(10.2vw + 95px);
	}
	
	#container {
		width: 100%;
		max-width: 980px;
		margin: auto;
	}
	#contentTitle {
		position: fixed;
		width: 100%;
		background-image: url(../img/commonimg/bg_virtual.png);
		background-repeat: repeat-y;
		background-size: 100%;
		overflow-x: hidden;
		left: 50%;
		transform: translate(-50%,0);
		top: 10vw;
		z-index: 999;
		max-width: 980px;
	}
	#contentTitle img {
		height: 35px;
		margin: 25px auto 10px;
	}
	
	
	
	
	#languagechange {
		position: fixed;
		justify-content: flex-end;
		left: auto;
		right: 0;
		top: calc(10vw + 30px);
		margin: 0;
		margin-bottom: -10px;
		margin-right: 10%;
		transition: none;
	}
	#Langtitle {
		display: none;
	}
	#languagechange p, #languagechange a, .Lslash {
		padding: 10px 0;
	}	
	
	
	
	
	#contentSubMenu.ShopListMenu {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		margin-top: 0;
	}
	.ShopListMenu .pageScrollTo {
		width: 200px;
		margin: 10px;
		max-width: none;
	}
	#SLTohoku {
		margin-left: 50px;
	}
	#SLKanto {
		margin-right: 50px;		
	}
	.areatitle {
		height: auto;
	}
	.areatitle img {
		object-fit: none;
		width: auto;

	}
	

	
	
	
	
	.EntryBox {
		margin: 0 10%;
		padding: 80px 30px;
	}
	.entry {
		padding-top: 75px;
	}
	.entry img {
		width: 60%;
		max-width: 370px;
		margin: 0.5em auto;
	}
	.entry img.miniimg {
		width: 30%;
		max-width: none;
		max-width: 185px;
		margin: 0.5em auto;
	}
	
	
	#NewsLink {
		padding: 0 10%;
	}
	
	
	
	
	#SpFooterLink {
		max-width: none;
		flex-wrap: nowrap;
		bottom: 15px;
		justify-content: center;
	}
	
	#SpFooterLink a, #SpCopyright {
		padding: 0;
	}
	#SpFooterLink a {
		font-size: 11px;
	}
	
	#LEN #SpFooterLink a,
	#LCN #SpFooterLink a {
		font-size: 12px;
		padding: 0;
	}

	a#SpContact {
		width: 100px;
	}
	
	a#SpPrivacy {
		width: 140px;
	}
	#SpCopyright {
		width: 240px;
		margin-left: 80px;
	}
	
	

	#LEN .BPMini {
		font-size: 12px;
	}	
}
@media print , screen and (min-width:980px) {
	#header {
		width: 980px;
		height: auto;
	}
	#HeadShadow {
		height: 212px;
	}
	.HeadImg {
		height: auto;
	}
	#contentTitle {
		top: 98px;
	}
	#contentTitle img {
		height: 44px;
		margin: 35px auto 15px;
	}
	
	.EntryBox {
		margin: 0 100px;
		padding: 80px 60px;
	}
	#NewsLink {
		padding: 0 100px;
	}
		
	#languagechange {
		right: calc(50vw - 490px);
		top: 145px;
		font-size: 13px;
		margin-right: 100px;
	}



	
}


@media print , screen and (min-width:1046px) {
	html, body {
		height: 100%;
	}
	#Map {
		display: block;
	}
	#SpHeader,#otherview {
		display: none;
	}
	#TopBody {
		background-image: url(../img/commonimg/index_h_bg.png);
		background-size: cover;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#IndexContainer {
		width: 1006px;
		height: 579px;
		border: 0;
		z-index: 1;
		position: relative;
	}
	#topnews {
		display: block;
		width: 740px;
		height: 20px;
		overflow: hidden;
		left: 19px;
		bottom: 17px;
		padding: 0;
		line-height: 20px;
		font-size: 10px;
		letter-spacing: 0;
	}
	
}