@charset "UTF-8";
/* CSS Document */
body{
	display: none;
}
.menu_logo h1{
	font-size: 12px!important;
	font-weight: 400!important;
}
.pc-none{
	display: none;
}
.sp-none{
	display: block;
}
.secTitleEn {
  font-size: 24px;
}
.itemImg a{
	transition: 1s all;
}
.itemThumbImg img,
.blogThumb img,
.relatedItems ul li a img,
.main .blogListMain>.blog_inner  .blog_head_image a img{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.itemThumbImg:hover img,
.blogThumb:hover img,
.relatedItems ul li a:hover img,
.main .blogListMain>.blog_inner  .blog_head_image a:hover img{
  -webkit-transform: scale(1);
  transform: scale(1);
}
.fadein,
.fadeinup {
    opacity : 0;
    transition : 1s;
}

.btn {
    text-align: left;
}
.btn a{
  cursor:pointer;
    font-size: 12px;
    font-weight: 400;
    transition:all .5s ease;
    z-index:2;
    position:relative;
	color: #000 !important;
	border: none!important;
    border-bottom: 1px solid rgba(0,0,0,0.5) !important;
    background: #ffffff !important;
	display: inline-block;
	padding: 0 2em 1em 0;
	width: auto;
	height: auto;
}
.purchaseButton__btn{
    font-size: 12px;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    width: 100%;
    letter-spacing: 0.06em;
    border: 0px;
    opacity: 1;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
	background-color: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.5)!important;
}
.purchaseButton__btn:hover{
	background-color: #EFEFEF;
	color: #000;
}
#contact .inquirySection form input[type=submit]{
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    width: 100%;
	max-width: 300px;
	height: auto;
    letter-spacing: 0.06em;
    opacity: 1;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
	background-color: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.5)!important;
}
#contact .inquirySection form input[type=submit]:hover {
	background-color: #EFEFEF;
	color: #000;
}
.item-detail .salesPeriod--term,
.item-detail .salesPeriod--willStart,
.item-detail .salesPeriod--willEnd,
.item-detail .salesPeriod--finish,
.item-detail .salesPeriod--available,
.item-detail .preOrder,
.item-detail .lottery,
.item-detail .takeout {
  color: #5a544b;
}
.itemPrice .sale {
   color: #5a544b;
}
.itemPrice .discount {
   color: #5a544b;
}
.soldout_cover,
.waitingForSale,
.endOfSale,
.preOrderItem {
  color: #5a544b;
}
.item-detail .purchase #itemSelect .itemOption__caption--error,
.item-detail .purchase #itemSelect .itemOption__count--error{
  color: #5a544b;
}
/*==============================================
オリジナルメニュー
===============================================*/
.openbtn{
	position: relative;
	cursor: pointer;
	z-index: 99999;
}
nav {
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	z-index: 999999;
}
nav a:hover{
	cursor: pointer;
}
nav ul li{
	width: 130px;
	background: rgba(240,240,240,0)
}
nav ul li.menu_logo img{
	width: 60%;
	height: auto;
	max-width: 40px;
}
header nav ul li.menu_logo img.white{
	display: block;
	margin: 0 auto;
}
header nav ul li.menu_logo img.black{
	display: none;
	margin: 0 auto;
}
header.active nav ul li.menu_logo img.white{
	display: none;
	margin: 0 auto;
}
header.active nav ul li.menu_logo img.black{
	display: block;
	margin: 0 auto;
}
header nav ul li.menu_logo a{
	padding-top: 30px;
}
nav ul li a{
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	display: block;
	padding: 15px 0 15px;
	color: #fff;
}
header.active nav ul li a{
	border-bottom: 1px solid rgba(230,230,230,0.5);
	color: #222;
	background: rgba(255,255,255,0.28)
}

header .mainHeaderNavColor{
	color: #fff;
}
header.active .mainHeaderNavColor{
	color: #222;
}
nav ul li ul#menu li:nth-last-child(1) a{
	border-bottom: none;
}
.openbtn{
	position: relative;
}
.openbtn ul#menu{
	opacity: 0;
	visibility: hidden;
	transition: 0.65s ease-in;
	position: absolute;
	top: 100%;
	left: 0;
}
.openbtn:hover ul#menu{
	opacity: 1;
	visibility:visible;
}
@media only screen and (max-width:1024px) {
/*header.active nav ul li a{
	background: rgba(255,255,255,0.9)
}
header.active nav ul li a:hover{
	opacity: 1;
}*/
nav {
	font-size: 11px;
}
nav ul li{
	width: 120px;
}	
.openbtn:hover ul#menu{
	opacity: 0;
}
	.openbtn ul#menu.sp_menu{
		opacity: 1;
		visibility:visible;
	}
}
/*===============================================
スライダー変更
===============================================*/
.item-detail-inner{
	display: flex;
	width: 80%;
	margin: 0 auto 10%;
	align-items: flex-start;
}
.item-detail .purchase{
	padding: 0;
	margin-top: 200px;
	width: 40%
}
.lump-item{
	width: 50%;
	padding: 0;
	box-sizing: border-box;
	margin-top: 200px;
}
.custom-slider img{
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
}
.custom-thumb{
	margin-bottom: 50px;
}
.custom-thumb .slick-track {
  transform: unset !important;
  width:100% !important;
	display: flex;
	flex-wrap: wrap;
}
.custom-thumb li{
	width: 19.6%!important;
	margin: 0 0.5% 0.5% 0;
	border: 1px solid transparent;
	transition: 0.25s;
}
.custom-thumb li:nth-child(5n){
	margin: 0 0 0.5% 0;
}
.custom-thumb li:hover{
	cursor: pointer;
}
.custom-thumb img{
	width: 100%;
	height: auto;
	line-height: 0;
}
.custom-thumb li.slick-current{
	border: 1px solid #D2D2D2;
}
.itemLeft {
  width: 100%;
  float: none;
  padding: 0;
}
.itemRight {
  width: 100%;
  float: none;
  padding: 0;
}
.purchaseButton {
  width: 100%;
	max-width: 300px;
  height: auto !important;
  text-decoration: none;
  background-color: #0063f0c !important;
}
.social{
	display: none;
}
.scrollDown{
	display: none;
}
/*===============================================
TOPページ
===============================================*/
.secArea{
  margin:0 auto 200px;
}
#mainvisual{
	background-color: #000;
}
.right #mainvisual{
	padding-left: 0;
}
.right .slideImage{
	width: 100%;
}
#mainHeader{
	background-color: rgba(255,255,255,0)!important;
}
.visualSlides .slideImage {
	margin-top: 0;
}
#baseMenu > ul > li a{
	background-color: transparent;
}
.slick-dots li button {
	width: 5px;
	height: 5px;
}
.vs-scale{
	transform: none;
	transition: none;
}
.slide-logo{
	width: 25%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 200px;
	min-width: 150px;
}
.slide-logo img{
	width: 100%;
	height: auto;
}
/*TOPページ_about---------------------------------*/
.conceptInner {
  padding: 0 0 0 10%;
}
.conceptInner .secTitle{
	margin-bottom: 0;
}
.conceptInner .contentBlock {
	margin-top: -60px;
}
.conceptInner .col-left{
	width: 40%;
}
.conceptInner .col-right {
	width: 60%;
}
.conceptInner .subHead{
  font-size: 14px;
}
#top-about h2{
	margin-top: 100px;
}
/*TOPページ_category---------------------------------*/
.category_index{
	width: 100%;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
#ring{
	background: url("https://basefile.akamaized.net/lumpjewelry/6675242d5464d/ring_top.jpg")no-repeat center center / cover;
}
#necklace{
	background: url("https://basefile.akamaized.net/lumpjewelry/6675246607b6b/necklace_top.jpg")no-repeat top 20% center / cover;
}
#earrings{
	background: url("https://basefile.akamaized.net/lumpjewelry/66752478bd171/earring_top.jpg")no-repeat center center / cover;
}
#bangle{
	background: url("https://basefile.akamaized.net/lumpjewelry/66752494bd443/bangle_top.jpg")no-repeat bottom 20% center / cover;
}
#couple{
	background: url("https://basefile.akamaized.net/lumpjewelry/667524a8768a3/couple_rings_top.jpg")no-repeat center center / cover;
}
#whisper{
	background: url("https://basefile.akamaized.net/lumpjewelry/667524c3676dc/awakeningbell_top.jpg")no-repeat bottom 12% center / cover;
}
#whisper2{
	background: url("https://basefile.akamaized.net/lumpjewelry/667524c3676dc/awakeningbell_top.jpg")no-repeat bottom 12% center / cover;
}
.category_index .product_text{
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 12px;
}
.category_index .product_text a{
	color: #fff;
	width: 200px;
}
.category_index .product_text .title{
	font-size: 24px;
	margin-bottom: 1em;
}
.category_index .product_text .comment{
	margin-bottom: 3em;
	line-height: 1.6;
}
.category_index .product_text .product_more{
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	display: inline-block;
	padding: 0 2em 1em 0.15em;
}
.whisper_box{
	display: flex;
	font-size: 12px;
	margin: 200px 0 0;
}
.whisper_box .whisper_box_text{
	width: 40%;
	position: relative;
}
.whisper_box .whisper_box_text a{
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	padding: 10% 10% 5% 10%;
	box-sizing: border-box;
}
.whisper_box .whisper_box_text .title{
	font-size: 24px;
	margin-bottom: 1em;
}
.whisper_box .whisper_box_text .comment{
	margin-bottom: 3em;
	line-height: 1.6;
}
.whisper_box .whisper_box_text .product_more{
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0,0,0,0.5);
	display: inline-block;
	padding: 0 2em 1em 0;
	font-size: 12px;
}
.whisper_box .category_index{
	width: 60%;
}

.mailMagArea{
	display: none;
}
/*footer---------------------------------*/
#mainFooter .logo{
	display: none;
}
/*===============================================
Aboutページ
===============================================*/
#about .main{
	margin-top: 0;
}
.messageArea {
    margin: 0% auto 10%;
}
#about .subDesc {
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 2em;
}
#about .mb4em{
	margin-bottom: 4em;
}
#about .subDesc a{
	text-decoration: none;
	color: #666;
}
#about .subDesc.url a{
	margin-left: 2em;
}
.btnToContact{
	width: 256px;
}
.btnToContact a{
	text-decoration: none;
}
#about .messageArea{
	margin: 0 auto;
}
.messageArea .btnToContact{
	margin-top: 50px;
}
/*===============================================
商品一覧ページ
===============================================*/
.bread{
	display: none;
}
.categoryTitle01{
	font-size: 24px;
	margin: 0 0 5%;
}
.sidebar .category-list {
  width: 55%;
}
.sidebar {
  width: 20%;
  float: left;
  font-size: 12px;
  box-sizing: border-box;
  margin-bottom: 10%;
  margin-bottom: 5%;
}
.sidebar .category-list {
  width: 75%;
}
.searchResult #mainContent.col4,
.category #mainContent.col4{
	width: 80%;	
}
.productInner .item {
  width:50%;
  padding: 0; 
  margin: 0 0% 0% 0;
  float: left;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.productInner > div.item:nth-of-type(3n){
  margin: 0 0% 0% 0;
}
.productInner > div.item:nth-of-type(1n){
	border-right: 1px solid rgba(255,255,255,0.5);
}
.productInner > div.item:nth-of-type(2n){
  margin: 0 0% 0% 0;
}
.productInner > div.item:nth-of-type(3n+1){
  clear:inherit;
}
.productInner .itemImg{
	position: relative;
	margin-bottom: 0;
}
.productInner .itemTitle{
	background-color: rgba(255,255,255,0.35);
	padding: 0.75em 0;
	display: inline-block;
	box-sizing: border-box;
	width: 160px;
	text-align: center;
	position: absolute;
	bottom: 50px;
	left: 0;
}
.productInner .itemTitle h2{
	line-height: 1;
	margin-bottom: 0;
}
.itemDetail{
	display: none;
}
/*==============================================
BLOG
===============================================*/
.main #about.blogDetail .blog_title h2{
  font-family: 'Crimson Text',"Yu Mincho Medium", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 21px;
	font-weight: 400;
	letter-spacing: 0.12em;
}
#blog p{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif!important;
}
#blog p span{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif!important;
}
.main #about.blogDetail .blog_title h2{
	margin-bottom: 1.3333em!important;
}
.main #about .social{
	display: none;
}
.blog_publish{
	display: none!important;
}
.main .blog_body{
	padding-bottom: 4em;
}
.main .blog_body p{
	font-size: 14px!important;
}
/*==============================================
footer
===============================================*/
#mainFooter .fRight .fRightInner{
  display: none;
}
#mainFooter .copyright{
	margin-top: 0;
}
@media only screen and (max-width:1024px) {
.pc-none{
	display: block;
}
.sp-none{
	display: none;
}
.secTitleEn {
  font-size: 18px;
}
/*===============================================
TOPページ
===============================================*/
.secArea{
  margin:0 auto 100px;
}
.visualSlides {
  margin: 0 0 0 0;
}
	.category .main{
		margin-top: 150px;
	}
/*TOPページ_about---------------------------------*/
.conceptInner {
  padding: 0 5%;
}
.conceptInner .secTitle{
	margin-bottom: 30px;
}
.conceptInner .contentBlock {
	margin-top: 0;
}
.conceptInner .col-left{
	width: 100%;
	margin-top: 0;
}
.conceptInner .col-right {
	width: 100%;
}
#top-about h2{
	margin-top: 0;
}
/*TOPページ_category---------------------------------*/
#necklace{
	background: url("https://basefile.akamaized.net/lumpjewelry/6675246607b6b/necklace_top.jpg")no-repeat center center / cover;
}
#bangle{
	background: url("https://basefile.akamaized.net/lumpjewelry/66752494bd443/bangle_top.jpg")no-repeat center center / cover;
}
#whisper2{
	margin-top: 100px;
}
.category_index .product_text{
	left: 5%;
	font-size: 11px;
}
.category_index .product_text .title{
	font-size: 18px;
}
/*===============================================
スライダー変更
===============================================*/
.item-detail-inner{
	display: block;
	width: 90%;
	margin: 0 auto;
}
.item-detail .purchase{
	padding: 0;
	width: 100%;
	margin: 25px auto 0;
}
.lump-item{
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	margin-top: 150px;
}
.custom-slider{
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
	.custom-thumb {
		width: 100%;
		margin: 0 auto;
	}
.custom-thumb li{
	width: 24.625%!important;
	margin: 0 0.5% 0.05% 0;
}
.custom-thumb li:nth-child(5n){
	margin: 0 0.5% 0.5% 0;
}
.custom-thumb li:nth-child(4n){
	margin: 0 0 0.5% 0;
}
.purchaseButton {
	width: 100%;
	max-width: inherit;
}
	
/*===============================================
Aboutページ
===============================================*/
#about .subDesc.url a{
	margin-left: 0;
	display: block;
}
  #about .aboutInner {
    padding-top: 5%;
  }
.btnToContact{
	width: 100%;
}
#about .messageArea{
	margin: 0 auto 10%;
}
.messageArea .btnToContact{
	margin-top: 0;
}
/*===============================================
商品一覧ページ
===============================================*/
.categoryTitle01{
	font-size: 18px;
}
.sidebar .category-list {
  width: 100%;
}
.sidebar {
  width: 100%;
}
.sidebar .category-list {
  width: 100%;
}
	.sidebar{
		padding-left: 0;
	}
	.productInner > div.item:nth-of-type(2n){
		margin: 0!important;
	}
.searchResult #mainContent.col4,
.category #mainContent.col4{
	width: 100%;	
}
.productInner .itemTitle{
	font-size: 1.2rem;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 0.65em 0;
	background-color: rgba(255,255,255,0);
}
.soldout_cover,
.waitingForSale,
.endOfSale,
.preOrderItem {
  margin:15px 0 0 0;
}
/*==============================================
BLOG
===============================================*/
.main #about.blogDetail .blog_title h2{
	font-size: 16px;
	text-align: right;
}
}