@charset "UTF-8";
/* CSS Document */
/*↓横スクロールバーバグ回避*/
body{overflow-x:hidden;}

@font-face {
	font-family: 'centuryGothicB';
	src: url('font/GOTHICB.eot?#iefix') format('embedded-opentype'),/* IE */
	url('font/GOTHICB.woff') format('woff'),
	url('font/GOTHICB.ttf') format('truetype');/* Firefox, Opera, Safari */
}
@font-face {
	font-family: 'centuryGothic';
	src: url('font/GOTHIC.eot?#iefix') format('embedded-opentype'),/* IE */
	url('font/GOTHIC.woff') format('woff'),
	url('font/GOTHIC.ttf') format('truetype');/* Firefox, Opera, Safari */
}

body, th,td,input {
	font-family: "Sawarabi Mincho","游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-decoration: none;
	margin: 0;
	color: rgba(30,30,30,1.00);
	/*transform: rotate(.03deg);*/
	
	/* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
	/*-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;*/
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	body, th,td,input {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}
html, th,td,input{font-size: 14px;}
@media (min-width:768px)  {	html,th,td,input{font-size: 1.82vw;}}
@media (min-width:1025px) {	html,th,td,input{font-size: 1.3vw;}}
@media (min-width:1281px) {	html,th,td,input{font-size: 1.1vw;}}
@media (min-width:1441px) {	html,th,td,input{font-size: 1vw;}}
body, th,td,input{line-height: 1.5em;}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	margin:0;
}
p, ul, ol{
	margin:0;
}
ul, ol{
	padding-left:0;
}
h1{
	font-size: 185%;
	line-height: 1.2em;
	text-align:center;

	padding-top:1rem;
	margin-bottom:1rem;
}

h2 {
	font-size: 145%;
	line-height: 1.2em;
	text-align: center;

	padding-top:1rem;
	margin-bottom:0.75rem;
}
h3{
	font-size: 125%;
	line-height: 1.2em;
	
	padding-top:1rem;
	margin-bottom:0.5rem;
}
h4{
	font-size:115%;
	line-height: 1.2em;
	padding-top:1rem;
	margin-bottom:0.25rem;
}
p,li{
	text-align: justify;
	text-justify: inter-ideograph;	
}
.blk{
	margin-bottom:1rem;
}
.blk2{
	margin-bottom:2rem;
}
.blk3{
	margin-bottom:3rem;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;	
}
.sm{font-size:70%;}
.ind1{text-indent:-1em;margin-left:1em;}
table{
	border-collapse:collapse;
	box-sizing:border-box;
}
th, td{
	border:solid #ddd 1px;
	padding:0.25em;
	box-sizing:border-box;
}
.cmm{margin-right:-0.5em;}
.valign{
	position:relative;
	vertical-align:middle;
	width:0px;
	height:100%;
	line-height:100%;
	display:inline-block;
}
a{
	text-decoration: none;
	transition: color 0.3s linear;
}
a:link {	color: rgba(120,120,120,1);}
a:visited {	color: rgba(120,120,120,1);}
a:hover {	color: rgba(0,0,0,1);}
a:active {	color: rgba(255,255,255,1);}

/*strong{
	font-size:110%;
	line-height:1.5em;
}*/
.bura100{
	display:block;
	margin-left:1em;
	text-indent:-1em;
}
.bura150{
	display:block;
	margin-left:1.5em;
	text-indent:-1.5em;
}
.bura200{
	display:block;
	margin-left:2em;
	text-indent:-2em;
}

/*ボタンデザイン*/
.buttonGray {
	text-align: center;
	background:none;
	background-color: #ddd;
	color: rgba(120,120,120,1);
	transition: all 0.3s linear;
	cursor:pointer;
}
.buttonGray:link {		background-color: #ddd;	color: rgba(120,120,120,1);}
.buttonGray:visited {	background-color: #ddd; color: rgba(120,120,120,1);}
.buttonGray:hover {
	color:#fff;
	background-color: #999;
	background-image: -webkit-linear-gradient(270deg #bbb, 0%,#777 100%);
	background-image: -moz-linear-gradient(270deg,#bbb 0%,#777 100%);
	background-image: -o-linear-gradient(270deg,#bbb 0%,#777 100%);
	background-image: linear-gradient(180deg,#bbb 0%,#777 100%);
}
.buttonGray:active {
	color:#fff;
	background-color: #eee;
	background-image: -webkit-linear-gradient(270deg,rgba(203,203,203,1.00) 0%,rgba(227,227,227,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(203,203,203,1.00) 0%,rgba(227,227,227,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(203,203,203,1.00) 0%,rgba(227,227,227,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(203,203,203,1.00) 0%,rgba(227,227,227,1.00) 100%);
}
@media (max-width:767px){
	.buttonGray, .buttonGray:link, .buttonGray:visited {
		color:#fff;
		background-color: #999;
		background-image: -webkit-linear-gradient(270deg #bbb, 0%,#777 100%);
		background-image: -moz-linear-gradient(270deg,#bbb 0%,#777 100%);
		background-image: -o-linear-gradient(270deg,#bbb 0%,#777 100%);
		background-image: linear-gradient(180deg,#bbb 0%,#777 100%);
	}
}


/*開くボタンデザイン*/
#navOpen, .navClose {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 55px;
	width: 55px;
	cursor:pointer;
}
.open #navOpen{
	display:none;
}	
#navOpen .line {
	background: #bbbbbb;
	display: block;
	height: 4px;
	margin-left: 12px;
	margin-top: 7.5px;
	width: 31px;
	border-radius: 2px;
}
#navOpen .line:first-child {
	margin-top:14px;
}


/*閉じるボタンデザイン*/
.navClose .close {
	position: absolute;

	width: 32px;
	height: 32px;
}
.navClose .close:before, .navClose .close:after {
	background: #bbbbbb;
	position: absolute;
	left: 25px;
	top:11px;
	content: ' ';
	height: 33px;
	width: 4px;
	border-radius: 2px;
}
.navClose .close:before {	transform: rotate(45deg);	}
.navClose .close:after {	transform: rotate(-45deg);	}


/*カートアイコン*/
#cartIcon {
	position: fixed;
	top:0px;
	right: 0px;
	cursor:pointer;
	z-index:6;
	transition: background-color 0.3s linear;
	background-color: rgba(255,255,255,0.8);
}
#cartIcon.bgNone{
	background-color:transparent;
}
#cartIcon:hover, #cartIcon:active, #cartIcon.bgNone:hover, #cartIcon.bgNone:active {
	background-color:rgba(0,0,0,0.4);
}

#cartIcon img{
	height:100%;
}
#cartIcon img.g{
	display:block;
}
#cartIcon img.w{
	display:none;
}
@media (min-width:768px){
	#cartIcon {
		width:7.7vw;
		height:7.7vw;
	}
	#cartIcon:hover img.g, #cartIcon:active img.g, #cartIcon.bgNone:hover img.g, #cartIcon.bgNone:active img.g {
		display:none;
	}
	#cartIcon:hover img.w, #cartIcon:active img.w, #cartIcon.bgNone:hover img.w, #cartIcon.bgNone:active img.w {
		display:block;
	}
}
@media (min-width:1025px){
	#cartIcon {
		width:5.5rem;
		height:5.5rem;
	}
}
@media (max-width:767px){
	#cartIcon {
		width: 55px;
		height: 55px;
	}
	#cartIcon:hover, #cartIcon:active, #cartIcon.bgNone:hover, #cartIcon.bgNone:active {
		background-color:transparent;
	}
}


/*□□□□　コンテナー　□□□□*/
#container {
	position: relative;
	background-color: #fff;
	width: 100%;
	margin:0 auto;
	border-bottom-width: 0;
	padding: 0;
	z-index: 2;
}


/*ロゴ*/
.logo {
	width: 100%;
	padding-top: 3rem;
	padding-bottom: 2rem;
	text-align: center;
}
.logo img{width:10rem;}


/*グローバルナビゲーション*/
nav.menu {
	width: 100%;
	margin-bottom:1rem;
}
nav.menu:after {
	content:' ';
	display:block;
	clear:both;
}
nav.menu ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align:center;
}
nav.menu ul li {
	list-style: none;
	display: inline-block;
	letter-spacing: 1px;
	text-align: center;
	margin:0 1%;
	padding:0;
	cursor: pointer;
	white-space:nowrap;
	/*border:solid 1px #ddd;*/
}

nav.menu ul li a, .newsbox a, .jewelrymenu ul li a {
	font-family: 'centuryGothic';
	display:block;
}
nav.menu ul li a{
	padding:0.75rem 2vw 0.75rem 2vw;
}
@media (max-width:767px){
	nav.menu ul li a{
		padding-left:12vw;
	}
}


/*新着情報*/
#update {
	text-align: center;
	width: 100%;

	margin-bottom: 2rem;
}
#update .box {
	background-color: #f5f5f5;
	width: 100%;
	overflow: hidden;
	height: 1.75em;
	padding-top: 0.75em;
}
#update .box p{
	height: 2em;
	line-height: 1em;
	margin: 0;
	text-align:center;
	padding-left:0.25em;
	box-sizing:content-box;
}
@media (max-width:767px){
	#update .box {
		height: 1em;
		padding-top: 0.5em;
	}
	#update .box p{
		white-space:nowrap;
		height: 1.5em;
		transform-origin :top left;
		font-size:80%;
	}
}


/*□□□□　メイン　□□□□*/
main{
	width:100%;
	margin:0 auto;
	padding: 0;
	box-sizing:border-box;
	margin-bottom:3rem;
	display:block;
}


/*フッター*/
footer {
	width: 100%;
	clear: left;
}
footer.btm {
	position:fixed;
	bottom:0;
}
.backTop {
	text-align:center;
}
#pagetop{
	width: 3.9rem;
	height: 3.9rem;
	position: relative;
	display: inline-block;
	border-radius: 50%;
	transition: all 0.3s linear;
	margin-bottom:1rem;
	background:none;
	background-color: #ddd;
}
#pagetop:hover{
	background-color: #999;
}
#pagetop:active{
	background-color: #eee;
}
#pagetop:after {
	position: absolute;
	content: ' ';
	height: 1.5rem;
	width: 1.5rem;
	border-top: 0.3rem solid #FFFFFF;
	border-left: 0.3rem solid #FFFFFF;
}
#pagetop:after {
	left:1rem;
	top:1.5rem;
}
#pagetop:after {	transform: rotate(45deg);	}


#foot{
	background-color: #f5f5f5;
	text-align: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
#foot p{
	margin-bottom:0.25rem;
	text-align:center;
}
.pri_tok{
	font-size: 80%;
}
.copyw {
	padding-top: 1%;
	color: rgba(70,70,70,0.30);
	font-size: 80%;
}


/*スマホナビゲーション*/
#pcHead{display:block;}
#spHead{display:none;}

/*↓スマホ型*/
@media (max-width:767px){
	#pcHead, footer nav.menu{display:none;}

	/*スマホナビ*/
	#spHead{
		display:block;

		box-sizing:border-box;
		position:fixed;
		top:0;left:0;z-index:5;/*overflow:hidden;*/

		height: 55px;
		width: 55px;
		background-color: rgba(255,255,255,0.8);
	}
	#spHead.open{
		width:100vw;
		height:100vh;
		/*overflow:visible;*/
	}

	#spHead .menuBG {
		background-color: rgba(166,166,166,0.70);
		position:absolute;
		top:0;left:0;
		width:100vw;
		height:100vh;

		transition:all 0.3s linear;
		opacity:0;
		pointer-events: none;
	}
	#spHead.open .menuBG{
		opacity:1;
		pointer-events: auto;
	}
	
	#spHead nav.menu {
		width:0;
		height:100vh;
		padding-top: 0px;
		position: absolute;
		left:0;top: 0;
		overflow:hidden;
		transition:all 0.3s ease-out;
	}
	#spHead.open nav.menu{
		width:70vw;
		height:100vh;
	}
	
	#spHead nav.menu ul {
		margin: 0;
		padding: 20vh 0 0 0;
		height: 80vh;
		width: 70vw;
		position: absolute;
		background-color: rgba(255,255,255,1);
		top:0;
		left:-60vw;
		transition:all 0.3s ease-out;
	}
	#spHead.open nav.menu ul{
		left:0;
	}
	
	#spHead nav.menu ul li {
		display:block;
		float: none;
		margin: 0.5rem 5% 0 5%;
		letter-spacing: 1px;
		text-align: left;
		font-size: 120%;
	}
	#spHead nav.menu .navClose{
		opacity:0;
		transition:opacity 0.5s linear;
	}
	#spHead.open nav.menu .navClose{
		opacity:1;
	}

	#spHead .navClose {
		display:none;
	}
	#spHead.open .navClose {
		display:block;
	}
}


/*JEWELRY ICONS*/
#home #menu2{
	float: left;
	width: 44vw;
}
/*スマホ*/
@media (max-width:767px){
	#home #menu2 {
		width: 90vw;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom:3rem;
	}
}

.jTop #menu2 {
	width: 90vw ;
	margin:0 auto;
}


.jGeneral #menu2{
	background-color: rgba(255,255,255,0.8);
	margin-bottom:1.5rem;
}
.jGeneral #menu2.min{
	position:sticky;
	top:0;
    z-index: 6;
}

#menu2 ul{
	list-style-type: none;
	padding: 0;
	width: 100%;
}
#home #menu2 ul, .jTop #menu2 ul {
	margin:0;
	overflow:hidden;
}
.jGeneral #menu2 ul{
	max-width:70rem;
	margin:0 auto;
	transition: all 0.2s ease-out;
}
@media (max-width:1280px){
	.jGeneral #menu2.min{
		height:5.5rem;
	}
	.jGeneral #menu2 ul{
		max-width:68.3rem;
	}
	.jGeneral #menu2.min ul{
		width: calc(100% - 11rem);
		left:5.5rem;
	}
}
@media (max-width:1024px){
	.jGeneral #menu2.min{
		height:7.7vw;
	}
	.jGeneral #menu2.min ul{
		width: calc(100% - 15.4vw);
		left:7.7vw;
	}
}
@media (max-width:767px){
	.jGeneral #menu2.min{
		height:55px;
	}
	.jGeneral #menu2.min ul{
		width: calc(100% - 110px);
		max-width:466px;
		left:55px;
	}
}



#menu2 ul li {
	float: left;
	text-align:center;
	box-sizing: border-box;
}
#home #menu2 ul li, .jTop #menu2 ul li {
	margin-right: 1vw;
	margin-bottom: 1vw;
}
#home #menu2 ul li{
	width: calc(50% - 0.5vw - 0.05px);
	height: calc((42vw / 3) - 0.03px);
	position:relative;
}
.jTop #menu2 ul li {
	width: calc(50% - 0.5vw - 0.05px);
}
#home #menu2 ul li:hover, .jTop #menu2 ul li:hover {
	background-color: rgba(255,255,255,0.8);
}

/*スマホ*/
@media (max-width:767px){
	#home #menu2 ul li{
		height:calc((86vw / 3) - 0.03px);
	}
	#home #menu2 ul li, .jTop #menu2 ul li {
		margin-right: 2vw;
		margin-bottom: 2vw;
		width: calc(50% - 1vw - 0.05px);
	}
}
#home #menu2 ul li:nth-child(2n), .jTop #menu2 ul li:nth-child(2n) {
	margin-right: 0;	
}
#home #menu2 ul li#NewNow, .jTop #menu2 ul li#NewNow{
	margin-bottom: 0;
	width: 100%;
}
@media (min-width:1281px){
	.jTop #menu2 ul li {
		width: calc(25% - 0.75vw - 0.05px);
	}
	.jTop #menu2 ul li:nth-child(2n) {
		margin-right: 1vw;	
	}
	.jTop #menu2 ul li:nth-child(4n) {
		margin-right: 0;	
	}
}

.jGeneral #menu2 ul li{
	width:calc(100% * 416 / 2648);
}
.jGeneral #menu2 ul li:nth-child(3){
	width:calc(100% * 536 / 2648);
}
.jGeneral #menu2 ul li:first-child, .jGeneral #menu2 ul li:last-child {
	width:calc(100% * 640 / 2648);
}

#menu2 ul li a{
	position:relative;
	display: block;
	margin:0;
	overflow:hidden;
	height:100%;
	min-height:55px;
	width: 100%;
	
	transition: background 0.3s linear;
	background-color:rgba(0,0,0,0.04);
	/*background-color:rgba(255,255,255,0.8);
	background-blend-mode:overlay;*/
}

#menu2 ul li a:hover, #menu2 ul li.now a{
	background-color:rgba(0,0,0,0);
}


/*スマホ*/
@media (max-width:767px){
	#menu2 ul li a{
		line-height:55px;
		verical-align:middle;
	}
}

#menu2 ul li a > div.bg{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
	opacity:0;
	transition: opacity 0.3s linear;
}
#menu2 ul li a:hover > div.bg, #menu2 ul li.now a > div.bg{
	opacity:1;
}

#menu2 ul li#Necklace a > div.bg {
	background-image: url('Picture/images/logos-01.png');
}
#menu2 ul li#Ring a > div.bg {
	background-image: url('Picture/images/logos-02.png');
}
#menu2 ul li#Earring a > div.bg {
	background-image: url('Picture/images/logos-03.png');
}
#menu2 ul li#Other a > div.bg {
	background-image: url('Picture/images/logos-04.png');
}
#menu2 ul li#NewNow a > div.bg {
	background-image: url('Picture/images/logos-05.png');
}
/*iPad以下*/
@media (max-width:1024px){
	#home #menu2 ul li a > div.bg, .jTop #menu2 ul li a > div.bg{
		opacity:1;
	}
}

#menu2 ul li a .icon{
	z-index:2;
	display: inline-block;
	margin:0 auto;
	height:auto;
	opacity: 1;
	transition: opacity 0.3s linear;
	vertical-align:middle;
	position:relative;
}
#menu2 ul li a:hover .icon, #menu2 ul li.now a .icon{
	opacity: 0;
}


#home #menu2 ul li a .icon.pcT, .jTop #menu2 ul li a .icon.pcT{	display:inline-block;}
#home #menu2 ul li a .icon.spT{	display:none;}

.jTop #menu2 ul li a .icon.tile, .jTop #menu2 ul li a .icon.bar{	display:none;}

.jGeneral #menu2 ul li a .icon.tile, .jGeneral #menu2 ul li a .icon.pcT{	display:none;}
.jGeneral #menu2 ul li a .icon.bar{	display:inline-block;}

/*スマホ*/
@media (max-width:767px){
	#home #menu2 ul li a .icon.pcT, .jTop #menu2 ul li a .icon.pcT{	display:none;}
	#home #menu2 ul li a .icon.spT, .jTop #menu2 ul li a .icon.tile{	display:inline-block;}
}


#home #menu2 ul li a .icon{
	width:100%;
}
#home #menu2 ul li#NewNow a .icon{
	width: calc(50% - 0.5vw - 0.05px);
}
.jTop #menu2 ul li a .icon{
	width:100%;
}
.jTop #menu2 ul li#NewNow a .icon{
	width: calc(25% - 0.75vw - 0.05px);
}


@media (max-width:1280px){
	.jTop #menu2 ul li a .icon{
		width:75%;
	}
	.jTop #menu2 ul li#NewNow a .icon{
		width: calc(37.5% - 0.5vw - 0.05px);
	}
}
/*iPad以下*/
@media (max-width:1024px){
	#home #menu2 ul li a .icon, .jTop #menu2 ul li a .icon {
		opacity: 0;
	}
}
/*スマホ*/
@media (max-width:767px){
	.jTop #menu2 ul li a .icon{
		width:100%;
	}
	#home #menu2 ul li#NewNow a .icon, .jTop #menu2 ul li#NewNow a .icon{
		width: calc(59.7% - 0.5vw - 0.05px);
	}
}


.jGeneral #menu2 ul li a .icon{
	width: 50%;
}
/*スマホ*/
@media (max-width:767px){
	.jGeneral #menu2 ul li a .icon{
		width: 75%;
	}
}




#menu2 ul li a > span{
	z-index:10;
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	display:block;
	text-align:center;
	font-family:'centuryGothic';
	transition: color 0.3s linear;
}
#home #menu2 ul li a > span, .jTop #menu2 ul li a > span{
	font-size:125%;
	line-height:1em;
	margin-top:-0.5em;
}
#menu2 ul li a:hover > span, #menu2 ul li.now a > span{
	color:#000;
}


@media (min-width:1025px) {
	#home #menu2 ul li a > span{
		font-size: 180%;
		line-height:1em;
		margin-top:-0.5em;
	}
}
@media (min-width:1281px) {
	#home #menu2 ul li a > span{
		font-size: 225%;
		line-height:1em;
		margin-top:-0.5em;
	}
}
@media (min-width:1441px) {
	#home #menu2 ul li a > span{
		font-size: 250%;
		line-height:1em;
		margin-top:-0.5em;
	}
}


@media (min-width:768px) {
	.jTop #menu2 ul li a > span{
		font-size: 225%;
		line-height:1em;
		margin-top:-0.5em;
	}
}
@media (min-width:1025px) {
	.jTop #menu2 ul li a > span{
		font-size: 250%;
		line-height:1em;
		margin-top:-0.5em;
	}
}


@media (min-width:768px) {
	.jGeneral #menu2 ul li a > span{
		font-size:150%;
		line-height:1em;
		margin-top:-0.5em;
	}
}
@media (min-width:1025px) {
	.jGeneral #menu2 ul li a > span{
		font-size: 180%;
		line-height:1em;
		margin-top:-0.5em;
	}
}


@media (max-width:1280px){
	#menu2 ul li a .valign{
		height:5.5rem;
	}
}
@media (max-width:1024px){
	#menu2 ul li a .valign{
		height:7.7vw;
	}
}
@media (max-width:767px){
	#menu2 ul li a .valign{
		height:55px;
	}
	/*#menu2 ul li a .icon, #menu2 ul li a > span{
		transition: none;
	}*/
	.jGeneral #menu2 ul li a > span{
		font-size:3.2vw;
		line-height:1em;
		margin-top:-0.5em;
	}
	.jGeneral #menu2 ul li.now a > span{
		font-size:4.2vw;
		line-height:1em;
		margin-top:-0.5em;
	}
	.jGeneral #menu2 ul li#NewNow a > span{
		letter-spacing:0;
	}
	.jGeneral #menu2 ul li#NewNow.now a > span{
		letter-spacing:-0.05em;
	}
	.jTop #menu2 ul li#NewNow a > span{
		letter-spacing:0;
	}
	.jTop #menu2 ul li#NewNow.now a > span{
		letter-spacing:0;
	}
	#home #menu2 ul li a > span, .jTop #menu2 ul li a > span{
		font-size:6.5vw;
		line-height:1em;
		margin-top:-0.5em;
	}
	/*文字消します*/
	.jGeneral #menu2.min ul li a > span{
		opacity:0.0;
	}
}


/*□□□□　本体部　□□□□*/
.mainContent, #thanks #process, #thanksReturn #process {
	width:70%;
	max-width:70rem;
	margin:0 auto;
}
#cart #process, #thanks #process, #thanksReturn #process{
	margin:0 auto 1rem auto;
}
@media (max-width:767px){
	.mainContent, #thanks #process, #thanksReturn #process {
		width:90%;
	}
}
#process{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:relative;
}
#process .before{
	border-top:3px #eee solid;
	width:50%;
	display:block;
	position:absolute;
	top:0.75rem;
	left:calc(100% / 8);
}
#process .after{
	border-top:3px #eee solid;
	width:25%;
	display:block;
	position:absolute;
	top:0.75rem ;
	right:calc(100% / 8);
}
#process .step{
	display:inline-block;
	width:25%;
	text-align:center;
	position:relative;
	z-index:1;
	vertical-align:top;
}
@media (min-width:768px){
	#process .txt .spRtn{
		display:none;
	}
}
#process .txt{
	color:#ddd;
	width:100%;
	display:block;
	line-height:1.15em;
	margin-top:0.25em;
}
#process .circle{
	color:#ddd;
	border:3px #eee solid;
	display:inline-block;
	border-radius:50%;
	box-sizing:border-box;
	width:1.5rem;
	height:1.5rem;
	text-align:center;
	font-size:70%;
	background-color:#fff;
	font-weight:bold;
	line-height:calc(1.5rem - 6px);
	vertical-align:middle;
}
#process .now .txt{
	color:#aaa;
	font-weight:bold
}
#process .now .circle{
	color:#fff;
	background-color:#aaa;
	border:3px #aaa solid;
}
#process .standby .txt{
	color:#aaa;
	font-weight:bold
}
#process .standby .circle{
	color:#aaa;
	border:3px #aaa dotted;
}


/*□□□　Home　□□□*/
/*LOGO ACTION*/
#logoAction{
	width: 100vw;
	height: 100vh;
	position: fixed;
	opacity: 0;
	background-image: url("Picture/marulablogobig.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 80px;
	z-index:10;
}
@media (max-width:767px){
	#logoAction{
		background-position: center calc(50% - 40px);
	}
}
#home #topimg, #home #container{
	opacity:0;
}
#home main {
	width:90vw;
	margin-left:auto;
	margin-right:auto;
	padding-top: 2rem;
}
@media (max-width:767px){
	#home main {
		padding-top: 0;
	}
}

/*INSTAGRAM*/
#instagram {
	width: 44vw;
	/*margin-left:0.5rem;
	margin-right:5vw;*/
	float: right;
	text-align: right;
}
#instagram p{
	margin-top: 1rem;
	text-align:right;
}
#instagram p a, ul#instafeed li{
	width: calc((42vw / 3) - 0.03px);
}
#instagram p a {
	display:inline-block;
	font-size: 100%;
	box-sizing:border-box;
}
ul#instafeed {
	list-style-type:none;
	margin:0;
	overflow:hidden;
	line-height:0;
	padding-left:0;
}
ul#instafeed li{
	height: calc((42vw / 3) - 0.03px);
	overflow:hidden;
	border:solid #eee 1px;
	box-sizing:border-box;
	position:relative;

	margin-right:1vw;
	margin-bottom:1vw;
	display:inline-block;
}
ul#instafeed li:nth-child(3n){
	margin-right:0;
}
@media (max-width:767px){
	#instagram p a, ul#instafeed li{
		width:calc((86vw / 3) - 0.03px);
	}
	ul#instafeed li{
		height:calc((86vw / 3) - 0.03px);
		margin-right:2vw;
		margin-bottom:2vw;
	}
	ul#instafeed li:nth-child(3n){
		margin-right:0;
	}
}
ul#instafeed li:nth-child(3n){
	margin-right:0;
}
ul#instafeed li img{
	width: 100%;
	height: auto;
	position:absolute;
	letf:0;
	top:0;
}
a.ins{
	padding:0.5em;
}

/*TOP SLIDE*/
#topimg {
	position: relative;
	height:60vh;
	z-index: 0;
	overflow: hidden;
}
#topimg img {
	position: fixed;
}

@media (max-width:767px){
	#topimg {
		margin-bottom:-55px;
	}
	/*INSTAGRAM*/
	#instagram {
		width: 90vw;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}


/*□□□　Online Shop共通　□□□*/
.jTop main{
	padding-top:1rem;
}
.imgBox{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow:hidden;
}
.imgBox img{
	width:100%;
	height:auto;

	display:block;
}


/*□□□　商品リストページ　□□□*/
.products .imgBox{
	border-radius: 50%;
}

#jewelList {
	margin-top: 3rem;
	text-align:center;
}
.products {
	text-align: center;
	position: relative;
	display:inline-block;
	width: 20%;
	padding:0 2.5%;
	box-sizing:border-box;
}
.spBR{display:none;}
.pcBR{display:inline;}


@media (max-width:767px){
	.products{
		width: 30%;
		padding:0 1%;
	}
	.spBR{display:inline;}
	.pcBR{display:none;}
}

.products .pTxt {
	font-family: 'centuryGothic';
	height:3em;
	overflow:hidden;
	color: rgba(146,146,146,1.00);
	box-sizing:border-box;
	padding-top:0.1rem;
	margin:0 -5.5vw;
	transition: opacity 0.75s linear;
	
	opacity:0;
}
.products .pTxt.over {
	opacity:1;
}
.products .pTxt p{
	text-align:center;
}
.products .pName, .products .price{
	margin:0;
}
.products .pName {
	white-space: nowrap;
	font-size: 90%;
	line-height:1.1em;
	box-sizing:border-box;
	display:inline-block;
	margin:0 auto;
	transform-origin :top left;
}
.products .price {
	font-size: 90%;
	line-height:1.1em;
	height:1.1em;
	display:block;
	margin:0 auto;
	overflow:hidden;
}

.products div {cursor:pointer}


/*□□□　単一商品ページ　□□□*/
@media (max-width:767px){
	#product .scrVloc{
		width:100vw;
		overflow-x:hidden;
	}
}
#product .mainContent{
	width:90%;
	max-width:70rem;
	text-align:center;
}

.orderbox {
	position: relative;
	margin: auto;
	vertical-align: middle;
	
	/*縦中央のリセット*/
	line-height: 1.5em;
	text-align: left;
}

.infobox{
	width:calc(50% - 1rem);
	float:left;
	box-sizing:border-box;
}

.picbox{
	margin:0 -0.5rem -0.5rem 0;
	padding: 0;
	
	box-sizing:border-box;
}

.picbox #picmain{
	margin-bottom:0.5rem;
	margin-right:0.5rem;
}
.picbox #picsub{
	box-sizing:border-box;
}
.picbox #picsub .imgBox{
	width:calc((100% - 1.5rem) / 3);
	margin-bottom:0.5rem;
	margin-right:0.5rem;
	border-radius: 50%;

	display: inline-block;
	cursor:pointer;
}
.picbox #extra .before, .picbox #extra .after{
	display:none;
}
#product h3{
	font-family:'centuryGothic';
}

#product h3 .guide, #cart .guide{
	font-family: "Sawarabi Mincho","游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	float:right;
}
#product h3 .guide{
	font-size:65%;
}

/*coming soon*/
#product #choice p.metal,
#product #choice p.finish,
#product #choice p.stone,
#product #choice p.ringSize,
#product #choice p.chainLength,
#product form.txtBox p.textArea,
#product form.txtBox p.price,
#product #choice p.partsType,
#product .txtBox .btn {
  position: relative;
}
#product #choice p.metal::after,
#product #choice p.finish::after,
#product #choice p.stone::after,
#product #choice p.ringSize::after,
#product #choice p.chainLength::after,
#product form.txtBox p.textArea::after,
#product form.txtBox p.price::after,
#product #choice p.partsType::after,
#product form.txtBox .btn::after {
  content: '';
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
#product form.txtBox .btn::after {
  content: 'Coming Soon';
  font-family: 'centuryGothic';
  color: #FF8C00;
  font-size: 150%;
}

@media (max-width:767px){
	.picbox #extra{
		position:relative;
	}
	.picbox #picsub{
		width:100vw;
		overflow:auto;
		margin:0 -5vw;
	}
	.picbox #picsub .slide{
		white-space:nowrap;
		display: inline-block;
	}
	.picbox #picsub .imgBox{
		width:calc((90vw - 1rem) / 3);
		margin-bottom:0;
	}
	.picbox #picsub .imgBox:first-child{
		margin-left:5vw;
	}
	.picbox #picsub .imgBox:last-child{
		margin-right:5vw;
	}
	.picbox #extra .before, .picbox #extra .after{
		font-size: 3.5vw;
		line-height: 1em;
		display: block;
		position: absolute;
		top: calc(50% - 0.5em);
		color: rgba(155,155,155,0.56);
		transition: all 0.25s linear;
	}
	.picbox #extra .before{
		opacity:0;
		transform:rotate(90deg);
		left:-5vw;
	}
	.picbox #extra .after{
		transform:rotate(-90deg);
		right:calc(0.5rem - 5vw);
	}
}

#product .imgBox img{
	opacity:0;
}


.titleBox p.price, .txtBox p.price {
	font-family: 'centuryGothic';
	font-size: 125%;
	margin-top:1rem;
	margin-bottom:0;
	text-align:center;
}
#product .btn{
	margin-top:2rem;
	text-align:center;
}
select{
	cursor:pointer;
}
select#ringSize, select#chainLength, select#partsType{
	font-size: 1rem;
	line-height: 1em;
    height: 3rem;
	border-radius: 0;
	border:none;
}
select.rot{
	font-size: 1.4rem;
	line-height: 1em;
	font-weight: normal;
	height: 3.4rem;
	margin: 0;
	vertical-align: middle;
	border-radius: 0;
	box-sizing:border-box;
	border:none;
}
select#ringSize, select#chainLength, select#partsType, select.rot{
	box-sizing:border-box;
	padding:0 0.5em;
	border-color:#dfdfdf;
	background-color:#dfdfdf;
}
@media (max-width:767px){
	select#ringSize, select#chainLength, select#partsType, select.rot{
		border-color:#bbb;
	}
}
#extraOrder{
	width:100%;
	min-height:5em;
	display:block;
	box-sizing:border-box;
	border-radius:0;
	font-size:1rem;
}
.rotation{
	transform:rotate(-90deg);
	display:inline-block;
	color:#999;
}
.suu{
	font-size: 1.2rem;
	line-height: 1em;
	
	width:0;
	display:inline-block;
	text-indent:-2.5em;
}
#product h1{
	font-family: 'centuryGothic';
}
#product #submit{
	font-family: 'centuryGothic';
	-webkit-appearance:none;
	font-size: 1.4rem;
	line-height:1em;
	padding: 1rem 1.25rem 1rem 1.2rem;
	height: 3.4rem;
	border:none;
	margin:0;
	border-radius: 0;
	box-sizing:border-box;
	vertical-align:middle;
	letter-spacing:-0.05em;
}
.info{
	margin-top: 0.5em;
	/*overflow:auto;*/
}
.titleBox{display:none;}
.txtBox{
	width:calc(50% - 1em);
	float:right;
	position:relative;
}
.txtBox p{
	margin:0;
}
.kake{
	font-family: 'centuryGothic', "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	margin: 0 0.15em;
	display:inline-block;
}
@media (max-width:767px) {
	.infobox{
		width:100%;
	}
	.titleBox{display:block;}

	.txtBox{
		width:100%;
	}
	.pcTitleBox {
		display:none;
	}
}


#choice{
	box-sizing:border-box;
}

#choice p{
	line-height:0;
}
#choice label{
	font-family: 'centuryGothic', "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
}
#choice label.circ{
	display: inline-block;
	width: 4.75rem;
	height: 4.75rem;
	background-color: #dfdfdf;
	text-indent: -1em;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	border-radius: 50%;
	background-size: 125% 125%;
	background-position: center center;
	margin-right: 0.5rem;
}
#choice label.circ input{
	position: absolute;
	opacity:0;
}
#choice label.circ span{
	position:absolute;
	text-indent: 0;
	display:block;
	width:100%;
	text-align:center;
	line-height:1.1em;
	top:50%;
	margin-top:-0.55em;
}
#choice .finish label.circ span, #choice label.circ span.long, #choice label.yet span{
	margin-top:-1.1em;
}
#choice label.yet span{
	font-size:75%;
	line-height:1.1em;
}
#choice label.yet.checked{
	color:#ffffff;
	background-color: #cccccc;
}
#choice label.K10YG.checked{
	background-color: #E5DB5C;
}
#choice label.K18YG.checked{
	background-color:#DCD35D;
}

#choice label.K10WG.checked{
	background-color: #90918F;
}
#choice label.K18WG.checked{
	background-color:#90918F;
}

#choice label.hummer.checked{
	background-color:#8959D3;
}
#choice label.yasuri.checked{
	background-color:#81D14E;
}
#choice label.tsuya.checked{
	background-color:#4175C9;
}

#choice label.tate.checked{
	background-color:#49A0D6;
}
#choice label.yoko.checked{
	background-color:#CE5ADB;
}
#choice label.naname.checked{
	background-color:#E56948;
}
#choice label.sakasa.checked{
	background-color: #CAEB52;
}

#choice label.koime.checked{
	background-color:#94cef2;
}
#choice label.chuukan.checked{
	background-color:#bb95ef;
}
#choice label.usume.checked{
	background-color:#e2b48a;
}
#choice label.oome.checked{
	background-color:#d67689;
}
#choice label.koime.checked{
	background-color:#49A0D6;
}
#choice label.sukuname.checked{
	background-color:#76d395;
}
#choice label.futome.checked{
	background-color:#e5a551;
}
#choice label.komakame.checked{
	background-color:#f2b6b6;
}

/*#choice label.default{
	display:none;
}*/

.chk_product{
	display:inline-block;
	height: 4.75rem;
	line-height:1.25em;
	vertical-align:top;
	width:35%;
	opacity:0.2;
}
.chk_product.on{
	opacity:1;
}
.chk_product.on label, .chk_product.on input{
	cursor:pointer;
}
.chk_product *{
	display:inline-block;
	vertical-align:middle;
	box-sizing:border-box;
}
.chk_product label{
	max-width:calc(100% - 4.5em);
	font-size:86%;
	line-height:1.25em;
	margin-left:1em;
	text-indent:-1em;
}
.chk_product span{
	margin-left:0.5em;
	margin-right:0.5em;
}

@media (max-width:1024px) {
	#choice label.circ:nth-child(4){
		margin-right: 0;
	}
	.chk_product{
		margin-top:0.25rem;
		width:100%;
		height:auto;
	}
	.chk_product label{
		max-width:calc(100% - 5.5em);
		font-size:75%;
		line-height:1.25em;
	}
}


/*□□□　カートページ　□□□*/
#cart .mainContent{
	width:90%;
}
.oneItem{
	margin-bottom:2em;
}
.oneItem:after{
	content:'';
	width:100%;
	clear:both;
	display:block;
}
#cart #picmain{
	float:left;
	width:calc(25% - 1em);
	margin-right:1em;
	border-radius:50%
}
.oneProduct{
	float:left;
	width:75%;
}
.chk{
	display:inline-block;
	font-size:90%;
	margin-left:0.5rem;
}
@media (max-width:767px){
	#cart #picmain{
		float:none;
		width:80%;
		margin:0 auto 1em auto;
	}
	.oneProduct{
		float:none;
		width:100%;
	}
	.chk{
		display:block;
		margin-left:1rem;
		text-indent:-1rem;
	}
}
.control{text-align:right;}
#allPrice{
	margin-top:2em;
	text-align:center;
}
.money{
	font-size:150%;
}
.bridge{
	margin-top:2em;
	margin-bottom:2em;
}
.bridge:after{
	content:'';
	clear:both;
	display:block;
	width:100%;
}

.delete, .edit{
	/*font-size:85%;*/
	line-height:1em;
	border:none;
	padding:0.35em 1em;
}
.edit{
	margin-right:0.5rem;
}

br.sp{display:none;}
br.pc{display:inline;}

#goOrder{
	width:calc(50% - 0.5rem);
	float:left;
	border-radius:0.35em;
	box-sizing:border-box;
	border:solid 3px #dddddd;
	padding:0.5em;
	text-align:center;
	min-height:7.5em;
}
#goOrder .down{
	font-size:1rem;
	display:block;
	color:#999999;
}

#return{
	width:calc(50% - 0.5rem);
	float:right;
	border-radius:0.35em;
	box-sizing:border-box;
	border:solid 3px #dddddd;
	padding:0.5em;
	text-align:center;
	vertical-align:middle;
	min-height:7.5em;
}
.rtnBtn{
	display:block;
}
#return a{
	display:inline-block;
	cursor:pointer;
	vertical-align:middle;
	max-width:12em;
	box-sizing:border-box;
	padding:0.5em 1em;
	margin-top:0.4em;
	line-height:1em;
}
@media (max-width:413px){
	#return a{
		width:100%;
		padding:0.5em 0;
	}
}
.continue{
	line-height:1em;
	display:inline-block;
	vertical-align:middle;
	margin-right:0.25em;
}
.rot-90{
	line-height:1em;
	display:inline-block;
	transform:rotate(-90deg);
	vertical-align:middle;
}


#cart .btn{
	margin-top:2em;
	text-align:center;
}
#cart #submit{
	font-size:175%;
	line-height:1em;
	padding:0.5em 1.5em;
}

#return a, #cart #submit, .delete, .edit{
	border:none;
	border-radius:0;
	cursor:pointer;
	font-family: 'centuryGothic',"Sawarabi Mincho","游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#cart .fixStone{
	width:calc(100% - 6em);
	max-width:400px;
}
.personal{
	width:100%;
}
.oneProduct th, .personal th{
	width:8em;
}
.personal input{box-sizing:border-box;}
.personal #name{min-width:10em;}
.personal #mail1, .personal #mail2{min-width:15em;}
.personal #zip11{min-width:10em;}
.personal #addr11{min-width:20em;}
.personal .att{
	margin-top:0.5em;
	font-size:85%;
	line-height:1.25em;
	text-indent:-1em;
	padding-left:1em;
}

@media (max-width:767px){
	br.sp{display:inline;}
	br.pc{display:none;}
	#cart .fixStone{
		width:40vw;
		max-width:none;
	}
	.personal #name, .personal #mail1, .personal #mail2, .personal #zip11, .personal #addr11{
		min-width:0;
	}
	.personal #name, .personal #addr11{
		width:100%;
	}
	.personal #mail1, .personal #mail2{
		width:calc(100% - 5em);
	}
	.personal #zip11{
		width:calc(100% - 8em);
	}
}


/*□□□　支払いページ　□□□*/
#thanks .mainContent, #thanksReturn .mainContent{
	width:62%;
}
#thanks #orderList, #thanksReturn #orderList{
	max-width:35rem;
	margin-left:auto;
	margin-right:auto;
	/*border:solid #f00 1px;*/
}
#thanks h2, #thanksReturn h2, #thanks h3, #thanksReturn h3{
	text-align:center;
	line-height:1.5em;
}
#thanks h2, #thanksReturn h2{
	padding-top:2em;
	padding-bottom:0.5em;
}
@media (max-width:767px){
#thanks .mainContent, #thanksReturn .mainContent{
	width:85%;
}
}
.payment > p{
	max-width:35rem;
	margin-left:auto;
	margin-right:auto;
}
#thanks table.bank{
	max-width:35rem;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
#thanks .bank th{
	width:11em;
}
#thanks .bank th, #thanks .bank td{
	padding-left:0.5em;
	padding-right:0.5em;
}
.payment > p span.atent{
	display:block;
	text-indent:-1em;
	margin-top:0.5em;
	margin-left:1em;
}


/*□□□　Stockists　□□□*/
#store main {
	padding-top: 3rem;
}
.place {
	margin-bottom: 2rem;
	text-align:center;
}
.place:last-child {
	margin-bottom: 0;
}
.place h2 {
	width: 48%;
	display:inline-block;
	line-height:1.15em;
	text-align:center;
	vertical-align:middle;
	
	padding-top:0;
	margin-bottom:0;
}
.place .box {
	width: 48%;
	display:inline-block;
	height: auto;
	text-align:left;
	vertical-align:middle;
}
.place .box p{
	margin:0
}
@media (max-width:767px){
	#store main {
		padding-top: 1rem;
	}
	.place:last-child {
		margin-bottom: 0;
	}
	.place h2 {
		width: 38%;
	}
	.place .box {
		width: 58%;
	}
}


/*□□□　news　□□□*/
#news main{
	padding-top: 1rem;
}
#news .mainContent {
	list-style-type:none;
}
#news .mainContent dt{
	float:left;
	clear:left;
	line-height:1.25em;
	width:70px;
	margin-bottom:15px;
}
#news .mainContent dd{
	margin-left:70px;
	margin-bottom:15px;
	line-height:1.25em;
}


/*□□□　about　□□□*/
#about .mainContent{
	text-align: left;
}


/*□□□　contact　□□□*/
#contact h3{
	text-align:left;
	margin-top:1em;
	margin-bottom:0.5em;
}
input.contactbox, textarea.contactbox2 {
	border: 1px solid rgba(210,210,210,1.00);
	font-size:115%;
	line-height:1.5em;
	border-radius: 0;
	box-sizing:border-box;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
}
input.contactbox {
	width: 100%;
}
textarea.contactbox2{
	width: 100%;
	height: 10em;
}
#contact .btn{
	margin-top:1em;text-align:center;
}
#contact .btn #submit{
	font-size:150%;
	line-height:1em;
	padding:0.5em 1.5em;
	border:none;
	border-radius:0;
}


/*□□□　プライバシー　特定取引　ショッピングガイド　□□□*/
@media (max-width:767px){
	#repair:before{
		content:' ';
		height: calc(55px - 1rem);
		display:block;
	}
}

#buyer.navClose{
	z-index:10;
	background-color: rgba(255,255,255,0.8);
}


th{
	font-weight:normal;
	background-color:#eee;
}
#ringGuide ~ article table{
	width:33.33333%;
	float:left;
}
#ringGuide ~ article table td{
	width:33.33333%;
	text-align:center;
}
.none{
	opacity:0;
}
@media (max-width:767px){
	#ringGuide ~ article table{
		width:100%;
		float:none;
	}
	.pcTH{
		display:none;
	}
}

#special table th{
	min-width:11em;
}
#special table td{
}

ul{
	list-style-type:none;
}
ul.ten > li{
	margin-left:1.5em;text-indent:-1.5em;
}
ul.ten > li > span:first-child {
	display:inline-block;text-indent:0;
	width:1.5em;
	text-align:center;
}
ol{
	padding-left:1.5em;
}
ol.kakko{
	padding-left:0;
	list-style-type:none;
}
ol.kakko > li{
	margin-left:1.5em;text-indent:-1.5em;
}
ol.kakko > li > span:first-child {
	display:inline-block;
	text-indent:0;
	width:1.5em;
	text-align:center;
}

.gold{
	display:inline-block;
	width:3.75em;
	text-indent:0;
}
