@charset "utf-8";

/* --- 共通 --- */
body {
/*
	background-position: center;
	background-image: url(./bg.jpg);
	background-size: 100%;
	width: 100%;
*/
	min-width: 1136px;
}

#main{
	background: #fff;
}

.parallaxBox {
	position: relative;
	overflow: hidden;
}

.parallaxCon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

a:hover {
	opacity: .5;
}

#gHeader {
	min-width: 1136px;
}

#gFooter.teturnTopBg{
	background: none;
}

#gFooter .fadeInAnim{
	opacity: 1;
	transform: translateY(0px);
}

.imglazy,
.sliderLazy {
  opacity: 0;
  transition: opacity 1s;
}

.imglazy.fadeIn,
.sliderLazy.fadeIn {
  opacity: 1;
}

#container {
	width: 100%;
}

.ipad a:hover {
	opacity: 1;
}

.feather {
	width: 152px;
}

.featherBox {
	position: absolute;
	right: 72px;
	top: 252px;
	mix-blend-mode: multiply;
	z-index: 3;
}

.mainTop {
	position: relative;
	margin-bottom: 0;
}

.ipad .mainTop{
	height: 1024px;
}

.mainTop .mainText{
	display: flex;
    justify-content: flex-end;
}

.ipad .mainTop .mainText{
	position: absolute;
	top: 0;
	right: -3%;
}

.bg {
	background-position: center;
	background-repeat: repeat-y;
	background-image: url(./bg.jpg);
	background-size: 100%;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#gFooter {
	margin-top: -69px;
	position: relative;
	z-index: 1;
}

.ie .feather {
	display: none;
}

.sp-small{
	display: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: inherit;
	}

	#gHeader {
		min-width: auto;
	}

/*
	a:hover {
		opacity: 1;
	}
*/

	.featherBox {
		right: 3%;
		top: 378px;
	}

	.feather {
		width: 96px;
		height: 66px;
	}

	.featherBox::after {
		top: 2px;
		right: 3px;
		width: 87px;
		transform: rotate(-8deg);
		opacity: 0.08;
	}
}

@media all and (min-width: 0) and (max-width: 320px){
	.sp-small{
		display: block;
	}
}

/* page */

/* --- index --- */
.index img,
.normalitems img{
	width: 100%;
	display: block;
}

.firstView .fvPcScroll:before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	background:url(./img_index_banner.jpg) no-repeat center / cover;
	transition: background-color .4s;
}

.ipad .firstView .fvPcScroll:before{
	height:1024px;
	position: static;
}

.phiBanner .firstView {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	height: 100%;
	margin: 0;
}

.phiBanner a {
	width: 10px;
	height: 67px;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
    bottom: 0;
    float: left;
}

.phiBanner a::after {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	content: '';
	background-color: #fff;
	transform: translateX(-50%);
	animation: sl 3s  infinite;
}

@keyframes sl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.mainTitle span {
	display: block;
    width: 17%;
    margin: 0 auto 78px;
}

.mainTitle .norTitle img {
	width: 72%;
    margin: 0 auto;
}

.mainTitle {
    transition: opacity 0.5s ease 1s, background 1s;
	opacity: 0;
	width: 50%;
	padding: 208px 0 0;
	z-index: 1;
}

.mainTitle .norTitle{
    width: 65%;
    margin: 0 auto;
}

.mainTitle .conTitle{
	color: #fff;
	opacity: .8;
    text-align: center;
	margin: 116px 0 140px;
    font-size: 13px;
    line-height: 2.5;
    letter-spacing: 2.4px;
}

.mainTitle .conTitle span{
	width: auto;
    margin: 32px 0 0;
}

.ipad .mainTitle{
	width: 100%;
}

.loaded .mainTitle {
	opacity: 1;
}

.indexCon {
	height: 100%;
	background: #fff;
}

.index .featherBox {
	right: 26%;
	top: 27%;
}

.index .featherBox.featherBox2 {
	top: 53%;
	right: auto;
	left: 11.5%;
}

.index .featherBox.featherBox2 .feather {
	width: 192px;
}

.index .featherBox.featherBox3 {
	top: 68%;
	right: 14%;
}

.index .featherBox.featherBox3 img {
	transform: scale(-1, 1);
}

.index .featherBox.featherBox4 {
	top: 119.5%;
	right: 93px;
}

/* limited items */
.limitCon{
	position: relative;
	padding-top: 104px;
	z-index: 1;
}

.limitCon h3 {
	font-size: 54px;
	text-align: center;
	color: #222;
	line-height: 1;
	margin-bottom: 61px;
}

.limitCon h3 span {
	display: block;
	font-size: 14px;
	padding-top: 10px;
	letter-spacing: 0.2px;
}

.limitCon .limitCon__link{
	position: absolute;
    font-size: 18px;
    left: 50%;
    transform: translateX(-50%);
	border-bottom: solid 1px #333;
	z-index: 1;
	bottom: -62px;
}

.limitItemBox {
	display: flex;
}

.limitConItem {
	flex: 1;
}

.limitConItem:nth-child(1) {
	padding-right: 2px;
}

.limitConItem1 a:nth-child(1) {
	padding-bottom: 2px;
}

.limitConItem a,
.colleItem a,
.aoyaBtm a {
	position: relative;
	display: block;
	opacity: 1;
	overflow: hidden;
}

.limitConItem p {
	color: #fff;
	font-size: 32px;
	position: absolute;
	bottom: 25px;
	left: 42px;
	letter-spacing: 1.5px;
}

.limitConItem:nth-child(1) p {
	bottom: 33px;
}

.limitConItem a:hover .limitImg img {
	transform: scale(1.07);
}

.limitImg {
	overflow: hidden;
}

.limitConItem img {
	transition: .8s ease;
}

.ipad .limitConItem a:hover .limitImg img {
	transform: none;
}

/* collection */
.colleItem a img{
	transition: .8s;
}

.colleItem a:hover img:not(.logo){
	transform: scale(1.07);
}

.colleItem {
	padding-left: 6%;
	width: 56%;
	margin-bottom: 80px;
}

.colleItem p {
	font-size: 30px;
	color: #fff;
	position: absolute;
	bottom: 32px;
	right: 52px;
	letter-spacing: .9px;
}

.colleItem:nth-child(1){
	padding-left: 8%;
}

.colleItem:nth-child(2){
	padding-left: 12%;
}

.colleItem:nth-child(2) {
	padding-left: 29%;
}

.colleItem:nth-child(3) {
	padding-left: 3%;
}

.colleItem:nth-child(4) {
	margin: 0 auto;
}

.colleItem:nth-child(2)  p {
	left: 49px;
	right: auto;
}

.colleItem:nth-child(3) p {
	bottom: auto;
	top: 32px;
	right: 44px;
}

.colleItem:nth-child(4) .logo {
	position: absolute;
    bottom: 18px;
    width: 182px;
    left: 32px;
}

.colleItem:last-child {
	margin-bottom: 0;
}

.collection {
	position: relative;
	padding-top: 236px;
	margin: 0 0 180px;
}

.riWin {
	position: absolute;
	top: calc(50vh - 75px);
	right: 4.5%;
	height: 150px;
	width: 50px;
}

.riWin p {
	color: #775d2f;
	margin-left: 22px;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-lr;
	transform: rotate(180deg);
	transform-origin: center center;
	white-space: nowrap;
	font-size: 22px;
    letter-spacing: .5px;
    font-weight: 400;
}

.riWin span {
	width: 10px;
	height: 44px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -20%;
}

.riWin span:after {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 100%;
	background: #775d2f;

}

/* shop */
.aoyamaCon {
	display: flex;
}

.aoyaLeft,
.aoyaRight {
	flex: 1;
}

.aoyaLeft {
	background-color: #332914;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.aoyaLeft h4 {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 82px;
}

.aoyaLeft h4 span {
	font-size: 40px;
	font-weight: 400;
	display: block;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.aoyaLeft p {
	font-size: 13px;
	letter-spacing: 1.2px;
	line-height: 2.2;
	margin-bottom: 24px;
}

.aoyaLeft a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	display: inline-block;
	padding: 15px 0;
	letter-spacing: 0.5px;
}

.aoyaLeft a:after {
	position: absolute;
	bottom: 13px;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background-color: #fff;
}

.aoyaBtm {
	display: flex;
}

.aoyaBtm li {
	 flex: 1;
	 position: relative;
}

.aoyaBtm li.active{
	pointer-events: none;
}

.aoyaBtm a img{
	transition: .8s;
}

.aoyaBtm a:hover img{
	transform: scale(1.1);
}

.aoyaBtm p {
	font-size: 19px;
	letter-spacing: 1px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	display: inline-block;
    width: 100%;
    text-align: center;
}

.aoyama .active::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #332914;
	opacity: 0.65;
	cursor: pointer;
}

.aoyama .active a:hover img{
	transform: none;
}

/* news */
.newsBox {
	background-color: #fff;
	padding-top: 140px;
	padding-bottom: 182px;
}

.news {
	width: 59%;
	margin: 0 auto;
	display: flex;
}

.newsLeft {
	flex: 0 0 24%;
}

.newsTitle {
	font-size: 40px;
	color: #1C242C;
	line-height: 1;
	letter-spacing: 1.5px;
}

.newsRight {
	flex: 1;
}

.newsRight li {
	padding: 10px 0;
}

.newsRight p {
	letter-spacing: 1px;
	width: 600px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.newsRight p span {
	font-size: 12px;
	font-weight: 500;
	color: #1C242C;
	letter-spacing: 0.5px;
	margin-right: 10px;
}

.newsRight p .infoma {
	color: #775d2f;
	letter-spacing: .5px;
	margin-right: 30px;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
    width: 52px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.index .feather {
		width: 80px;
	}

	.index .featherBox {
		right: 23px;
		top: 27.5%;
	}

	.index .featherBox.featherBox2 {
		top: 48%;
		right: auto;
		left: 11px;
	}
	
	.index .featherBox.featherBox2 .feather {
		width: 86px;
	}

	.index .featherBox.featherBox3 {
		top: 68%;
		right: 5%;
	}

	.index .featherBox.featherBox4 {
		right: 8%;
		top: 127.5%;
	}

	.index .featherBox.featherBox5 {
		right: 18px;
		top: 30px;
		mix-blend-mode: color-burn;
	}

	.indexCon {
		position: relative;
		z-index: 2;
	}
	
	.limitCon{
		padding-top: 80px;
	}
	
	.mainTop .fvPcScroll:before{
		background:url(./img_index_banner_sp.jpg) no-repeat center / cover ;
		background-blend-mode:lighten;
		background-color:rgba(255,255,255,1);
	}
	
	.loaded .mainTop .fvPcScroll:before{
		background-color:rgba(255,255,255,0);
	}

	.mainTitle .norTitle {
		font-size: 28px;
		transform: none;
		width: 90%;
	}
	
	.mainTitle .norTitle img{
		width: 68%;
	}

	.phiBanner .firstView {
		top: 0;
		left: 0;
		width: 100%;
		overflow: hidden;
	}
	
	.index .phiBanner a{
		height: 38px;
	}

	.mainTitle {
		text-align: center;
		width: 100%;
    	padding: 54vh 0 0;
	}
	
	.mainTitle.navy{
		background: rgb(1, 7, 52, .6);
	}

	.mainTitle span {
		width: 24%;
		margin: 0 auto 42px;
	}
	
	.mainTitle .conTitle{
		font-size: 13px;
		letter-spacing: 1.8px;
		line-height: 2.4;
		margin: 168px 0 104px;
	}

	/* indexCon */
	.limitCon h3 {
		font-size: 34px;
		margin-bottom: 26px;
	}
	
	.limitCon h3 span {
		font-size: 10px;
		padding-top: 6px;
		line-height: 1.2;
	}
	
	.limitCon .limitCon__link{
		bottom: -52px;
	}

	/* limited */
	.limitItemBox {
		display: block;
	}

	.limitConItem:nth-child(1) {
		padding-right: 0;
		padding-bottom: 2px;
	}

	.limitConItem1 {
		display: flex;
	}

	.limitConItem p {
		font-size: 24px;
		left: 24px;
		bottom: 16px;
		letter-spacing: 0px;
	}

	.limitConItem:nth-child(1) p {
		bottom: 21px;
	}

	.limitConItem1 a:nth-child(1) {
		padding-bottom: 0;
		padding-right: 2px;
	}

	.limitConItem a:hover .limitImg img {
		transform: none;
	}

	/* collection */
	.colleItem {
		padding-left: 7.5%;
		width: 76.2%;
		margin-bottom: 40px;
	}

	.colleItem:nth-child(2n) {
		padding-left: 0;
		margin: 0 0 40px auto;
	}

	.colleItem p {
		font-size: 22px;
		color: #fff;
		position: absolute;
		bottom: 10px;
		right: 18px;
		top: auto;
		transform: none;
	}

	.colleItem:nth-child(2) p {
		left: 17px;
	}

	.colleItem:nth-child(3) {
		padding-left: 0;
	}

	.colleItem:nth-child(3) p {
		top: 10px;
		right: 18px;
	}

	.colleItem:nth-child(4) {
		padding-left: 6%;
		margin: 0 auto 40px;
	}

	.colleItem:nth-child(4) .logo {
		top: 9px;
		width: 47%;
		left: 12px;
	}

	.colleItem:last-child {
		margin-bottom: 0;
	}

	.collection {
		margin-bottom: 135px;
		padding-top: 174px;;
	}

	.aoyamaCon {
		flex-direction: column-reverse;
	}

	.aoyama {
		padding-top: 4px;
		margin-top: -4px;
	}

	.aoyaLeft {
		padding: 51px 0 53px;
	}
	
	.aoyaLeft.aoyaLeft-1{
		padding-top: 64px;
	}
	
	.aoyaLeft.aoyaLeft-2{
		padding: 112px 0;
	}
	
	.aoyaLeft.aoyaLeft-3{
		padding-top: 108px;
	}
	
	.aoyaLeft.aoyaLeft-4{
		padding-top: 132px;
	}
	
	.aoyaLeft > div{
		opacity: .9;
	}

	.aoyaLeft h4 span {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.aoyaLeft h4 {
		margin-bottom: 32px;
	}

	.aoyaLeft p {
		letter-spacing: 0.5px;
		line-height: 2.2;
		margin-bottom: 6px;
		font-size: 12px;
	}

	.aoyaBtm {
		flex-wrap: wrap;
	}

	.aoyaBtm li {
		flex: 0 0 50%;
	}

	.aoyaBtm p {
		font-size: 15px;
	}

	.news {
		width: auto;
		margin: 0 11%;
		display: block;
	}

	.newsLeft {
		margin-right: 0;
	}

	.newsTitle {
		font-size: 30px;
		margin-bottom: 28px;
		letter-spacing: .5px;
	}

	.newsRight li {
		padding: 9px 0 20px;
	}

	.newsRight p {
		letter-spacing: 0.65px;
		width: auto;
		line-height: 1.8;
	}

	.newsBox {
		padding-top: 88px;
		padding-bottom: 152px;
	}
}

/* --- limited items --- */
.limitedindex img {
	width: 100%;
	display: block;
}

.limitedindex .mainTop{
	height: 40vw;
	margin: 0 0 122px;
}

.limitedindex .norTitle {
	top: 43.8%;
	right: 14%;
	letter-spacing: .8px;
	color: #fff;
	font-size: 50px;
	text-align: center;
	position: absolute;
}

.limitedindex .norTitle h2{
	font-weight: normal;
}

.limitedindex .parallaxBox{
	height: 100%;
}

.limitedindex .featherBox {
	top: 25.5%;
}

.limitedindex .featherBox.featherBox1 {
	right: auto;
	left: 8%;
	top: 56.5%;
}

.limitedindex .featherBox1 .feather {
	width: 157px;
}

/* nav */
.nav {
	z-index: 1;
	line-height: .5;
	display: flex;
}

.nav li {
	display: inline-block;
	position: relative;
}

.nav li:after {
	position: absolute;
	content: '';
	background-color: #fff;
	opacity: 0.2;
	width: 1px;
	height: 86%;
	right: 0;
	top: 45%;
}

.nav li:last-child:after {
	display: none;
}

.nav li a {
	color: #fff;
	font-size: 16px;
	padding: 16px;
	opacity: .9;
	letter-spacing: 1px;
}

/* items */
.limitItem {
	display: flex;
	margin-bottom: 144px;
	padding-top: 112px;
    margin-top: -112px;
}

.limitItem .limitItem__img{
	width: 50%;
}

.limitItem:last-child {
	position: relative;
	margin-bottom: 0;
    padding: 112px 0 0;
    margin: -112px 0 0;
}

.itemLeft {
	flex: 0 0 50%;
	z-index: 2;
	align-self: flex-start;
	height: 100%;
}

.itemRight {
	flex: 1;
	position: relative;
	padding-right: 5%;
}

.itemRiInfo {
	background-color: #fff;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
    padding: 120px 16px;
	box-sizing: border-box;
	text-align: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 0 0 8px #fff inset, 0 0 0 9px rgba(221,207,168,0.5) inset;
}

.itemRiInfo .small{
	font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.3px;
    line-height: 2.2;
    margin: 0 0 32px;
    color: #5A5C98;
    opacity: .7;
}

.limitedBox {
	margin-bottom: 125px;
}

.limitedindex .norConBox {
	margin-bottom: 184px;
	position: relative;
}

.limitedindex .feather {
	width: 186px;
}

.limitedindex .featherBox1 {
	right: auto;
	left: 129px;
	top: 45.5%;
}

.limitedindex .featherBox1 .feather {
	width: 160px;
}

/* ring */
.ringTitle {
	color: #775d2f;
	font-size: 46px;
	letter-spacing: 2px;
	margin-bottom: 40px;
}

.ringInfo {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.5px;
	line-height: 2.4;
	margin-bottom: 96px;
}

.ringInfo span{
    font-size: .8em;
    margin: 18px 0 0;
    display: block;
}

.ringGoods {
	width: 100%;
}

.ie .ringGoods{
	height: 100%;
}

.ringGoods p {
	font-size: 19px;
	letter-spacing: 0.5px;
}

.ringGoods .price{
	display: block;
    font-size: .8em;
    margin: 0 0 12px;
}

.ringGoods .spec{
	display: block;
    font-size: .6em;
    color: #8e8e8e;
}

.ringGoods li {
    width: 60%;
    display: inline-block;
}

.ringGoods .ringPic {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.ringGoods a{
	width: 50%;
}

.ringGoods img{
	width: 100%;
}

::-webkit-full-page-media, :future, :root .ringGoods img {
  height: 100%;
}

/* earrings */
.limitItem:nth-child(2n) {
	flex-direction: row-reverse;
	padding: 112px 0 0;
    margin: -112px 0 144px;
}

.limitItem:nth-child(2n) .itemLeft img{
	height: 100%;
}

.limitItem:nth-child(2n) .itemRight {
	padding-left: 5%;
    padding-right: 0;
}

.limitItem:nth-child(2n) .itemRiInfo {
    padding: 120px 16px 72px;
}

.limitItem:nth-child(2n) .ringTitle {
	font-size: 40px;
}

/* Watches */
.stickTitle {
	position: absolute;
	left: 0;
	top: 112px;
	width: 50%;
	z-index: 2;
}

.ringGoods.watchGoods li {
	margin: 0 0 72px;
}

.ringGoods.watchGoods li:last-child{
	margin: 0;
}

.ringGoods.watchGoods .ringPic {
	margin-bottom: 18px;
}

.ringGoods.watchGoods a{
	width: 30%;
}

.ringGoods.watchGoods img{
	width: 100%;
}

.ringGoods.watchGoods a:nth-child(2n){
	margin: 0 28px;
}

.limitItem:nth-child(3) .itemRight {
	flex: 0 0 45.5%;
	margin-left: 50%;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.limitedindex .norTitle {
		top: 39%;
		right: 9.5%;
		left: auto;
		text-align: right;
		line-height: 1.3;
		font-size: 28px;
		letter-spacing: 1.3px;
		transform: none;
	}
	
	.limitedindex .featherBox.featherBox1 {
		left: 11%;
		top: 61%;
	}

	.nav {
		padding-top: 15px;
		margin-bottom: 63px;
		justify-content: center;
    	line-height: 1.5;
	}

	.nav li a {
		font-size: 11px;
		color: #3e3e3e;
		padding: 17px;
	}
	
	.nav li:after{
		background-color: #333;
		top: 16%;
	}

	.limitItem {
		display: block;
		padding-right: 0;
		margin: -24px 4% 96px;
    	padding: 24px 0 0;
		height: auto;
	}
	
	.limitItem .limitItem__img{
		width: 100%;
	}

	.itemRight {
		left: 0;
		width: 100%;
		padding: 0;
	}

	.itemRiInfo,
	.limitItem:nth-child(2n) .itemRiInfo{
		padding: 56px 28px 72px 28px;
		box-shadow: 0 0 0 3px #fff inset, 0 0 0 4px rgba(221,207,168,0.5) inset;
	}

	.ringTitle {
		font-size: 32px;
		margin-bottom: 20px;
		letter-spacing: 1px;
	}
	
	.limitItem:nth-child(2n) .ringTitle{
		font-size: 28px;
	}

	.ringInfo {
		font-size: 12px;
		letter-spacing: .5px;
		line-height: 2.1;
		margin-bottom: 32px;
	}
	
	.ringInfo span{
		margin: 16px 0 0;
	}

	.ringGoods {
		width: 100%;
		flex-wrap: wrap;
	}

	.itemRight .ringGoods li {
		flex: 0 0 100%;
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
		width: 90%;
		margin: 0 auto 64px;
	}
	
	.itemRight .ringGoods li:last-child{
		margin: 0 auto;
	}

	.ringGoods{
		z-index: 2;
		align-self: center;
		flex: 1;
		left: -3px;
		font-size: 19px;
		text-align: left;
	}
	
	.ringGoods a{
		width: 100%;
	}
	
	.ringGoods .price{
		margin: -2px 0 10px;
	}
	
	.ringGoods .spec,
	.goods .spec{
    	line-height: 1.2;
	}

	.ringPic {
		flex: 0 0 54%;
		flex-direction: column;
	}
	
	.ringPic img{
		width: 100%;
	}
	
	::-webkit-full-page-media, :future, :root .ringGoods img {
	    height: auto;
	}

	.ringGoods li:nth-child(2n) a {
		flex-direction: row-reverse;
	}

	.limitItem:nth-child(2n) {
		padding-left: 0;
		margin: -24px 4% 96px;
    	padding: 24px 0 0;
	}

	.limitItem:nth-child(2n) .itemRight {
		padding-left: 0;
	}

	.ringGoods.watchGoods .ringPic {
		flex: 0 0 34%;
		margin-bottom: 12px;
		margin-right: 0;
		position: relative;
		left: 0;
		display: flex;
		width: auto;
		flex-direction: row;
	}
	
	.ringGoods.watchGoods li{
		width: 100%;
		flex-direction: column;
	}
	
	.ringGoods.watchGoods .ringPic a:nth-child(2n){
	    margin: 0 10px;
	}

	.limitItem:nth-child(3) {
	    margin: -24px 4% 0;
    	padding: 24px 0 0;
	}
	
	.limitItem:nth-child(3) .ringInfo {
		margin-bottom: 57px;
	}

	.watchGoods .ringPic {
		flex: 0 0 34%;
		margin-right: 25px;
		position: relative;
		left: 12px;
		margin-bottom: 0;
	}

	.watchGoods li:nth-child(2n) .ringPic {
		left: auto;
	}

	.watchGoods li:nth-child(2n) {
		margin-bottom: 45px;
	}

	.limitItem:nth-child(3) .itemRiInfo {
		padding-bottom: 80px;
	}
	
	.limitItem:nth-child(3) .itemRiInfo .small {
	    margin-bottom: 23px;
    	line-height: 2;
		font-size: 11px;
	}
	
	.limitItem:nth-child(3) .ringGoods p {
	    text-align: center;
	}

	.limitedBox {
		margin-bottom: 97px;
		overflow: hidden;
	}

	.limitedindex .norConBox {
		margin-bottom: 29px;
	}

	.limitedindex {
		background: transparent;
		overflow: hidden;
	}
	
	.limitedindex .mainTop{
		height: 62vw;
		margin: 0 0 96px;
	}
	
	.limitedindex .featherBox{
		top: 27%;
		right: 3%;
	}
	
	.limitedindex .feather{
		width: 104px!important;
    	height: auto;
	}

	.stickTitle {
		position: static;
		width: auto;
	}

	.limitItem1.limitItemPos2 .itemLeft {
		width: auto;
		visibility: visible;
		position: relative;
	}

	.limitItem1 .itemRight,
	.limitItem1:nth-child(3) .itemRight{
		margin-left: 0;
	}

}

/* --- normalitems 共通 ---*/
.normalitems h2{
	letter-spacing: .8px;
	top: 50%;
    color: #fff;
    font-size: 38px;
    position: absolute;
    transform: translateY(-50%);
    right: 14%;
}

.normalitems .featherBox2{
	top: 64%;
    right: auto;
    left: 12%;
}

.normalitems .goods ul {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	flex-wrap: wrap;
}

.norCon {
	background-color: #fff;
	position: relative;
	width: 97%;
	margin: 0 auto 40px;
	padding: 78px 0 118px;
	box-sizing: border-box;
	top: 20px;
    box-shadow: 0 0 0 6px #fff inset, 0 0 0 7px rgba(221,207,168,0.5) inset;
}

.norCon.last{
	margin-bottom: 134px;
}

.norConTitle {
	text-align: center;
    margin: 48px 0 54px;
	font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 2.4;
}

.goodsUl1 li,
.goodsUl2 li{
	margin: 0 24px 80px 0;
}

.goodsUl1 li:last-child,
.goodsUl2 li:last-child{
	margin: 0;
}

.goodsUl1 li a,
.goodsUl2 li a{
	display: block;
}

.normalitems .goodsUl1{
	width: 43%;
}

.normalitems .goods .column03{
	width: 43%;
}

.normalitems .goods .column03 li{
	flex: 0 0 29%;
}

.normalitems .goods .column03 li:nth-child(3n){
	margin: 0;
}

.normalitems .goods .column02{
	width: 28%;
}

.normalitems .goods .column02 li{
	flex: 0 0 46%;
}

.normalitems .goods .column02 li:nth-child(2n){
	margin: 0;
}

.goods p {
	text-align: center;
	position: relative;
	z-index: 2;
	font-size: 19px;
	letter-spacing: 0.5px;
}

.goods p .price{
	display: block;
    font-size: .8em;
    margin: 0 0 12px;
}

.goods p .spec{
	display: block;
    font-size: .7em;
    color: #8e8e8e;
}

/* model */
.goodsInfo {
	margin: 0 auto;
    border-top: 1px solid rgba(221,207,168,0.4);
    padding-top: 84px;
    width: 76%;
}

.goodsInfo__top{
	text-align: center;
    font-size: 13px;
    line-height: 2;
    letter-spacing: .6px;
    display: block;
    margin: 0 0 72px;
}

.goodsInfo ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.goodsInfo li {
	flex: 0 0 48%;
}

.infoPic {
	margin-bottom: 20px;
}

.goodsInfo .goodsInfo__text{
	display: flex;
}

.goodsInfo .goodsInfo__text p {
	width: 50%;
	line-height: 2;
    font-size: 10px;
    color: #8e8e8e;
	padding: 0 15px 0 0;
	letter-spacing: .3px;
}

.goodsInfo .goodsInfo__text .text-1 {
	display: block;
    color: #333;
    font-size: 13px;
    margin: 0 0 7px;
	letter-spacing: .5px;
}

.goodsInfo .goodsInfo__text .text-2 {
	margin: 0 0 6px;
    display: block;
}

.goodsInfo .goodsInfo__text .text-3 {
    display: block;
	margin: 0 0 5px;
    line-height: 1.5;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.normalitems .mainTop,
	.normalitems02 .stone{
		transition: background-position 25s linear,background-color .4s linear;
		height: 100vh;
	}
	
	.loaded .normalitems .mainTop,
	.normalitems .stone.slide{
		background-color:rgba(255,255,255,0);
		animation: bg_slide 20s infinite linear;
		background-position: right center;
	}
	
	.norTitle {
		font-size: 38px;
		top: auto;
		right: auto;
		bottom: 13%;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		text-align: center;
	}

	.norCon {
		width: 90%;
		margin: 0 auto 115px;
		padding: 40px 0 90px;
	}

	.norConTitle {
	    font-size: 13px;
		line-height: 2.2;
		letter-spacing: .8px;
	    margin: 48px 0 54px;
	}
	
	.goods ul {
		width: auto;
	}

	.goods li,
	.goods li .flex {
		display: flex;
		align-items: center;
	}

	.goodsPic {
		width: auto;
		margin: 0 0 0 23px;
		flex: 0 0 44%;
	}

	.goodsUl1 li:nth-child(2n),
	.goodsUl1 li:nth-child(2n) .flex{
		flex-direction: row-reverse;
	}

	.goodsUl1 li:nth-child(2n) .goodsPic {
		margin: 0 24px 0 0;
	}

	.goodsUl1 li:nth-child(2n) p {
		text-align: right;
	}

	.goodsUl1 li:nth-child(5) {
		margin-top: 0;
	}

	.goodsUl1 li:nth-child(6) .goodsPic {
		flex: 0 0 41%;
	}
	
	.goods p{
		z-index: 2;
		align-self: left;
		flex: 1;
		left: -3px;
		font-size: 19px;
		text-align: left;
	}
	
	.goods p{
		font-size: 17px;
	}

	.goodsInfo {
		width: 80.4%;
		margin: 0 auto -34px;
		padding-top: 54px;
	}
	
	.goodsInfo p.goodsInfo__top{
		font-size: 12px;
    	line-height: 2;
		margin: 0 0 46px;
	}

	.goodsInfo ul {
		display: block;
	}
	
	.goodsInfo .goodsInfo__text{
		flex-direction: column;
	}

	.goodsInfo .goodsInfo__text p {
		width: 100%;
		text-align: left;
		margin: 0 0 25px;
	}
	
	.goodsInfo .goodsInfo__text .text-1{
		margin: 0 0 2px;
	}
	
	.goodsInfo .goodsInfo__text .text-2{
		margin: 0 0 4px;
	}

	.infoPic {
		margin-bottom: 20px;
	}

	.goodsInfo li {
		margin-bottom: 72px;
	}

	.goodsInfo li:last-child {
		margin-bottom: 24px;
	}
	
	.normalitems .norCon{
		padding: 28px 0 76px;
		margin: 0 auto 40px;
		box-shadow: 0 0 0 5px #fff inset, 0 0 0 6px rgba(221,207,168,0.5) inset;
		width: 90%;
	}
	
	.normalitems .norCon.last{
		margin-bottom: 116px;
	}
	
	.normalitems .goods .column02,
	.normalitems .goods .column03{
		width: 90%;
	}
	
	.normalitems .goods .column02 li,
	.normalitems .goods .column03 li{
		flex: 0 0 100%;
		margin: 0 0 24px;
	}
	
	.normalitems .goods .column03 li:nth-child(3n),
	.normalitems .goods .column02 li:nth-child(2n){
		margin: 0 0 24px;
	}
}

/* btm */
.norBtm {
	width: 60%;
	margin: 0 auto 256px;
	position: relative;
}

.norBtm-01 {
	margin-bottom: 82px;
}

.norBtm ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.norBtm p {
	color: #fff;
	font-weight: 500;
	font-size: 22px;
	position: absolute;
	bottom: 7px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	z-index: 2;
	letter-spacing: 1.2px;
}

.norBtm h4 {
	color: #775d2f;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	position: relative;
	margin-bottom: 15px;
}

.norBtm h4::after,
.norBtm h4::before {
	position: absolute;
	top: 50%;
	width: 40.5%;
	height: 1px;
	background-color: #775d2f;
	opacity: 0.2;
	content: '';
	transform: translateY(-50%);
}

.norBtm h4:after {
	left: 0;
}

.norBtm h4:before {
	right: 0;
}

.norBtm li {
	flex: 0 0 33.2%;
	position: relative;
}

.norBtm a{
	display: block;
	overflow: hidden;
}

.norBtm a:hover{
	opacity: 1;
}

.norBtm a:hover img{
	transform: scale(1.15);
}

.norBtm .on a:hover img{
	transform: none;
}

.norBtm .on a{
	pointer-events: none;
}

.norBtm .on a img {
	opacity: .6!important;
}

.norBtm img{
	width: 100%;
	transition: .8s;
}

.norBtm-02 h4::after,
.norBtm-02 h4::before {
	background-color: #a29766;
	width: 42.5%;
}

.norBtm-02 h4 {
	color: #a29766;
}

.norBtm-02 li {
	flex: 0 0 24.85%;
}

.norBtm .norBtm__link{
	font-size: 16px;
	border-bottom: solid 1px #333;
    margin: 71px auto 0;
    text-align: center;
    display: block;
    padding: 0 0 2px;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
	transition: .500s;
}

.norBtm li.on a:hover .collectionPic {
	opacity: 1;
}

.ipad .goods li a:hover .goodsPic,
.ipad .norBtm li a:hover .limitedPic,
.ipad .norBtm li a:hover .collectionPic,
.ipad .goodsInfo li a:hover .infoPic {
	opacity: 1;
}

@media all and (min-width: 0) and (max-width: 767px) {
	/* btm */
	.norBtm h4 {
		font-size: 18px;
		margin-bottom: 12px;
	}

	.norBtm h4::after, .norBtm h4::before {
		width: 32%;
	}

	.norBtm {
		width: 92%;
		margin: 0 auto 184px;
	}

	.norBtm-01 li {
	    flex: 0 0 49.66%;
	}

	.norBtm-01 li:nth-child(1) {
		flex: 0 0 100%;
		margin-bottom: 2px;
	}

	.norBtm p {
		font-size: 20px;
		bottom: 10px;
		line-height: 1.2;
	}

	.norBtm-01 {
		margin-bottom: 66px;
	}

	.norBtm-02 h4::before,
	.norBtm-02 h4::after {
		width: 36%;
	}

	.norBtm-02 li {
		flex: 0 0 100%;
		margin-bottom: 2px;
	}

	.norBtm-02 p {
		bottom: auto;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	
	.norBtm .norBtm__link{
		margin: 38px auto 0;
	}

	.norConBox {
		margin-bottom: 80px;
	}
}

@media all and (min-width: 0) and (max-width: 320px) {
	.norBtm h4::after, .norBtm h4::before {
		width: 25.5%;
	}

	.norBtm-02 h4::after, .norBtm-02 h4::before {
		width: 31.5%;
	}

	.norBtm-01 li:nth-child(1) {
		margin-bottom: 2px;
	}

}
	
/* --- normalitems01 --- */
.normalitems01 .mainTop{
	background: url(./img_item01_banner.jpg) no-repeat center center / cover;
}

.normalitems01 .goods{
	margin-bottom: 92px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.normalitems01 .mainTop{
		background: url(./img_item01_banner_sp.jpg) left center / cover;
		background-blend-mode:lighten;
		background-color:rgba(255,255,255,1);
	}
	
	.normalitems01 .goods ul{
		width: auto;
	}
	
	.normalitems01 .goodsUl1 li{
		flex: 0 0 100%;
		margin: 0 0 16px;
	}
	
	.normalitems01 .goods{
		margin-bottom: 48px;
	}
}

/* --- normalitems02 --- */
.normalitems02 .mainTop{
	background: url("./img_item02_banner.jpg") no-repeat center center / cover;
}

.normalitems02 .stone{
	background: url("./img_item02_banner2.jpg") no-repeat center center / cover;
}

.normalitems02 .featherBox2{
	top: 114%;
}

.normalitems02 .colorBtm .goods li:nth-child(2n){
	margin: 0 16px 20px;
}

.normalitems02 .stone {
	position: relative;
}

.normalitems02 .stone h2 {
	top: 50%;
	left: 14.3%;
}

.normalitems02 .goods .colGoods {
	width: 43%;
}

.normalitems02 .colGoods li {
	flex: 0 0 30%;
}

.normalitems02 .colorBtm .featherBox {
	top: 95%;
}

.normalitems02 .colorBtm{
	padding: 92px 0 100px;
}

.ipad .normalitems04 h2,
.ipad .normalitems02 h2,
.ipad .normalitems01 h2{
	font-size: 48px;
	bottom: 11%;
	top: auto;
	right: 50%;
	left: auto;
	transform: translateX(50%);
}

.ipad .normalitems02 .stone h2{
	top: 29%;
	bottom: auto;
}

.ipad .normalitems02 .stone{
	background: url("./img_item02_banner2_sp.jpg") center center / cover;
}

@media all and (min-width: 0) and (max-width: 767px) {	
	@keyframes bg_slide{
		0% {
			background-position: left center;
		}
		100% {
			background-position: right center;
		}
	}
	
	.normalitems02 .mainTop{
		background: url("./img_item02_banner_sp.jpg") no-repeat left center / cover;
		background-blend-mode:lighten;
		background-color:rgba(255,255,255,1);
	}
	
	.loaded .normalitems02 .mainTop{
		background-image: url("./img_item02_banner_sp.jpg");
	}
	
	.normalitems02 .stone{
		background: url("./img_item02_banner2_sp.jpg") no-repeat left center / cover;
	}
	
	.normalitems h2{
		width: 100%;
		text-align: center;
		top: auto;
		right: 50%;
		left: auto;
		transform: translateX(50%);
		bottom: 11%;
		font-size: 30px;
		letter-spacing: 1px;
	}

	.normalitems02 .goodsPic {
		margin: 0 0 0 23px;
		flex: 0 0 44%;
	}

	.normalitems02 .goodsUl1 li:nth-child(2n) .goodsPic {
		margin: 0 19px 0 0;
	}

	.normalitems02 .goodsUl1 li:nth-child(3) .goodsPic {
		flex: 0 0 37%;
		margin: 0 0 0 53px;
	}

	.normalitems02 .goods .goodsUl1 {
		margin-bottom: 0;
	}

	.normalitems02 .norCon {
		padding: 28px 0 44px;
	}

	.normalitems02 .stone h2 {
		top: 29%;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		text-align: center;
	}

	.normalitems02 .goods .colGoods {
		width: auto;
	}

	.normalitems02 .colorBtm h3 {
		margin-bottom: 27px;
	}

	.normalitems02 .colGoods li {
		flex: 0 0 100%;
	}

	.normalitems02 .colGoods p {
		margin-top: 0;
	}

	.normalitems02 .colGoods li:nth-child(2n) .flex {
		flex-direction: row-reverse;
	}

	.normalitems02 .colGoods li:nth-child(2) .goodsPic {
		margin: 0 15px 0 0;
		flex: 0 0 50%;
	}

	.normalitems02 .colGoods li:nth-child(2n) p {
		text-align: right;
		left: 13px;
	}

	.normalitems02 .colorBtm {
		margin-bottom: 116px;
		padding-bottom: 63px;
	}

	.normalitems02 .colorBtm .goods li:first-child {
		margin: 28px 0 32px;
	}
	.normalitems02 .colorBtm .goods li:nth-child(2n) {
    	margin: 0 0 32px;
	}
}

/* --- normalitems03 --- */
.normalitems03 .mainTop{
	background: url("./img_items03_banner.jpg") no-repeat center center / cover;
}

.normalitems03 h2{
	color: #775d2f;
	left: 17%;
}

.normalitems.normalitems03 .featherBox2{
	top: 104%;
}

.normalitems03 .goodsUl1 li:nth-child(3),
.normalitems03 .goodsUl2 li:last-child{
	margin: 0;
}

.ipad .normalitems03 h2{
	font-size: 48px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.normalitems03 .mainTop{
		background: url(./img_items03_banner_sp.jpg) no-repeat left center / cover;
		background-blend-mode:lighten;
		background-color:rgba(255,255,255,1);
	}
	
	.loaded .normalitems03 .mainTop{
		background: url(./img_items03_banner_sp.jpg) no-repeat right center / cover;
	}
	
	.normalitems03 .norCon{
		padding: 28px 0 86px;
	}
	
	.normalitems03 h2{
		color: #fff;
		left: auto;
	}
	
	.normalitems03 .goods .goodsUl1 li:last-child{
		margin: 0;
	}
}

/* --- normalitems04 --- */
.normalitems04 .mainTop{
	background: url("./img_items04_banner.jpg") no-repeat center center / cover;
}

.normalitems04 h2{
    left: 13%;
    width: 22%;
}

.ipad .normalitems04 h2{
	width: 32%;
}

.normalitems04 .featherBox2{
	top: 76%;
}

.normalitems04 .goods .goodsUl1{
	width: 14%;
}

.normalitems04 .goods .goodsUl1 li{
	flex: 0 0 100%;
}

.normalitems04 .goods .goodsUl2 li:nth-child(3n){
	margin: 0;
}

.normalitems04 .goodsInfo{
	border: none;
}

.normalitems04 .goodsInfo .goodsInfo__text p{
	width: 100%;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.normalitems04 .mainTop{
		background: url(./img_items04_banner_sp.jpg) no-repeat left center / cover;
		background-blend-mode:lighten;
		background-color:rgba(255,255,255,1);
	}
	
	.loaded .normalitems04 .mainTop{
		background: url(./img_items04_banner_sp.jpg) no-repeat right center / cover;
		background-color:rgba(255,255,255,0);
	}
	
	.normalitems04 .norCon{
		padding: 28px 0 86px;
	}
	
	.normalitems04 h2{
		left: auto;
		width: 55%;
    	bottom: 7%;
		opacity: 0;
		transition: all .5s;
	}
	
	.loaded .normalitems04 h2{
		opacity: 1;
	}
	
	.normalitems04 .goods .goodsUl1{
		width: 90%;
	}
	
	.normalitems04 .goods .goodsUl1 li{
		margin: 0 0 24px;
	}
	
	.normalitems04 .goods .goodsUl1 li:last-child{
		margin: 0;
	}
	
	.normalitems04 .goodsInfo{
		padding-top: 80px;
	}
	
	.normalitems04 .goodsInfo li:first-child{
		margin-bottom: 54px;
	}
}