@charset "UTF-8";

/* Google Font
------------------------------------------------------------------ */
/* base */
@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');
/* ”&”用 */
@import url('https://fonts.googleapis.com/css2?family=Abel&family=Oswald:wght@300&display=swap');

/* 全体
------------------------------------------------------------------ */
body {
	margin: 0 auto;
}
.content-asset ul {
	padding-inline-start: 0px;
}
.body_wrapper {
	background-color: transparent !important;
}
@media (max-width: 768px) {	/* SP */
	footer {
		margin: 0 auto !important;
		padding: 40px 0px 10px !important;
		background-color: #fff !important;
	}
}

.content-asset {
	font: 13px/1.5em "Abel", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 auto;
}
.oswald {
	font: 13px/1.5em "Oswald", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

/* 画像切り替え表示 */
@media screen and (min-width: 769px) {	/* PC */
	.pc {
		display: inline-block;
	}
	.sp {
		display: none;
	}
}
@media (max-width: 768px) {	/* SP */
	.pc {
		display: none;
	}
	.sp {
		display: inline-block;
	}
}
/* hover */
@media screen and (min-width: 769px) {	/* PC */
	.linkbtn {
		opacity: 1.0;
		-webkit-transition: all .5s;
		transition: all .5s;
	}
	.linkbtn:hover {
		opacity: 0.7;
	}
}

/* Stacking Ring
------------------------------------------------------------------ */
@media screen and (min-width: 769px) {	/* PC */
	.content-asset
	{
		width: 100%;
		margin: 0px auto;
		padding: 0px 0px;
		text-align: center;
		position: relative;
		background-color: #fff;
	}
	#ring_simulate .area_inner {
		width: 100%;
		height: 768px;
		display: block;
		margin: 0px auto;
		padding: 0px;
		background: #eaeaec;
	}
	#cvswrapper1 {
		width: 640px;
		height: 768px;
		display: inline-block;
		position: relative;
	}
	#canvas
	{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.canvas-container
	{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.FinalData
	{
		width: 100%;
		padding: 0px;
		margin: 0px auto;
		display: block;
	}
	#FinalCanvas
	{
		width: 640px;
		height: 768px;
		padding: 0px;
		margin: 0px auto;
	}
}
@media (max-width: 768px) {	/* SP */
	.content-asset
	{
		width: 100%;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
		position: relative;
	}
	#cvswrapper1 {
		display: none;
	}
	#cvswrapper2 {
		width: 375px;
		height: 450px;
		display: block;
		margin: 0px auto;
		position: relative;
		text-align: center;
	}
	#canvas-sp
	{
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 100%;
	}
	.canvas-container
	{
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 100%;
	}
	.FinalData
	{
		width: 100%;
		padding: 30px 0px;
		margin: 0px auto;
		display: block;
	}
	#FinalCanvas
	{
		display: none;
	}
	#FinalCanvasSP
	{
		width: 375px;
		height: 450px;
		padding: 0px;
		margin: 0px auto;
	}
}

/* ボタン周り
------------------------------------------------------------------ */
@media screen and (min-width: 769px) {	/* PC */
	#cvswrapper1 button,
	#cvswrapper1 input[type="image"]
	{
		padding:0;
		margin:0;
		background:none;
		border:0;
		font-size:0;
		line-height:0;
		overflow:visible;
		cursor:pointer;
	}
	#cvswrapper1 button img,
	#cvswrapper1 input[type="image"]
	{
		padding:0;
		margin:0;
		background:none;
		border:0;
		font-size:0;
		line-height:0;
		overflow:visible;
		cursor:pointer;
	}
	#cvswrapper1 .btnreset
	{
		width: 75px;
		height: 35px;
		padding: 7px 0px 0px;
		margin: 0px auto;
		text-align: center;
		background: #a7a9b1;
		border-radius: 3px;
		display: block;
		position: absolute;
		bottom: 15px;
		left: 15px;
	}
	#cvswrapper1 .btns
	{
		width: 200px;
		height: auto;
		display: block;
		position: absolute;
		bottom: 3px;
		right: 10px;
	}
	.btns
	{
		width: 100%;
		height: auto;
		display: block;
		position: relative;
	}
	.btns ul
	{
		width: 100%;
		height: auto;
		display: block;
		font-size: 0;
		margin: 10px auto;
		padding: 0px;
		position: relative;
	}
	.btns ul li
	{
		width: 40px;
		height: 35px;
		text-align: left;
		margin: 0px auto;
		padding: 0px;
		display: inline-block;
	}
	.btns ul li.undo,
	.btns ul li.redo,
	.btns ul li.remove
	{
		width: 60px;
		height: 35px;
		padding: 7px 0px 0px;
		margin: 0px 1px 0px 0px;
		text-align: center;
		background: #a7a9b1;
		border-radius: 3px;
	}
	.save {
		width: 100vw;
		height: 60px;
		margin: 30px auto 20px;
		padding: 0px 0px 0px;
		text-align: center;
		display: block;
	}
	.save .savebtn
	{
		width: 262px;
		height: 34px;
		padding: 6px 100px 8px;
		margin: auto;
		text-align: center;
		background: #a7a9b1;
		border-radius: 3px;
	}
}
@media (max-width: 768px) {	/* SP */
	button {
		background-color: transparent;
		border: none;
	}
	#dl-sp
	{
		width: 100vw;
		height: auto;
	}
	.btns
	{
		width: 100vw;
		max-width: 375px;
		height: auto;
		display: block;
		position: relative;
		margin: 0px auto;
	}
	.btns ul
	{
		width: 100vw;
		max-width: 375px;
		height: auto;
		display: block;
		font-size: 0;
		margin: 10px auto;
		padding: 0px;
		position: relative;
	}
	.btns ul li
	{
		width: 40px;
		height: 35px;
		text-align: left;
		margin: 0px auto;
		padding: 0px;
		display: inline-block;
	}
	.btns ul li.clear
	{
		width: 75px;
		height: 35px;
		padding: 7px 0px 0px;
		margin: 0px 10px 0px 0px;
		text-align: center;
		background: #a7a9b1;
		border-radius: 3px;
	}
	.btns ul li.save
	{
		width: 75px;
		height: 35px;
		padding: 7px 0px 0px;
		margin: 0px 0px 0px 10px;
		text-align: center;
		background: #a7a9b1;
		border-radius: 3px;
	}
	.btns ul li.undo,
	.btns ul li.redo,
	.btns ul li.remove
	{
		width: 60px;
		height: 35px;
		padding: 7px 0px 0px;
		margin: 0px 1px 0px 0px;
		text-align: center;
		background: #a7a9b1;
		border-radius: 3px;
	}
}

/* 石セレクトエリア
------------------------------------------------------------------ */
@media screen and (min-width: 769px) {	/* PC */
	.selectArea
	{
		width: 35%;
		max-width: 360px;
		height: 768px;
		display: inline-block;
		vertical-align:top;
		background: #fff;
	}
}
@media (max-width: 768px) {	/* SP */
	.selectArea
	{
		width: 100vw;
		height: auto;
		overflow: hidden;
		display: block;
		vertical-align:top;
		margin: 0px auto 0px;
		padding: 0px;
		text-align: center;
		background: #fff;
	}
}

/* mixItUp 並び替え エリア（jquery.mixitup.min.js）
------------------------------------------------------------*/
@media screen and (min-width: 769px) {	/* PC */
	#FilterArea {
		width: 100%;
		height: 70px;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
		display: block;
	}
	#FilterArea ul.group {
		width: 100%;
		display:flex;
		flex-wrap:wrap;
		margin: 0px auto 10px;
		padding: 0px 0px 0px;
		list-style-type: none;
		font-size: 0; /* 追加 */
		text-align: center;
		border-top: 1px solid #eee;
	}
	#FilterArea ul.group li {
		width: calc(100% / 3);
		height: 55px;
		margin: 0 auto 1px;
		padding: 0px;
		display: block;
		background: #fff;
		border-left: 1px solid #eee;
		border-bottom: 1px solid #eee;
		position: relative;
	}
/* Xmasのとき
	#FilterArea ul.group li.raw2 {
		width: calc(100% / 4);
	}
*/
	#FilterArea ul.group li.active {
		background: #5e318f;
	}
/* Xmasのとき
	#FilterArea ul.group li:nth-child(1).active {
		background: #a51c4b;
		background: linear-gradient(135deg, rgb(165,28,75), 80%, rgb(193,19,79));
	}
*/
	#FilterArea ul.group li a {
		width: 100%;
		height: auto;
		margin: 0px auto;
		padding: 7px 7px 22px;
		display:block;
		font: 11px/1.25em "Helvetica Neue", Arial , "Hiragino Kaku Gothic ProN" , "Hiragino Sans" ,Meiryo , sans-serif;
		font-weight: 600;
		letter-spacing: 0.0025em;
		color: #4d4442;
	}
	#FilterArea ul.group li.lim a,
	#FilterArea ul.group li.enh a,
	#FilterArea ul.group li.dia a,
	#FilterArea ul.group li.color a,
	#FilterArea ul.group li.nostone a,
	#FilterArea ul.group li.pinkie a {
		padding: 15px 7px 22px;
	}
	#FilterArea ul.group li a span {
		width: 10px;
		height: 10px;
		border: 1px solid;
		border-color:  transparent transparent #4d4442 #4d4442;
		transform: rotate(-45deg);
		position:absolute;
		bottom: 8px;
		left: 0;
		right: 0;
		margin: auto;
	}
	#FilterArea ul.group li.active a {
		color: #fff;
	}
	#FilterArea ul.group li.active a span {
		border-color:  transparent transparent #fff #fff;
	}
}
@media (max-width: 768px) {	/* SP */
	#FilterArea {
		width: 100%;
		height: auto;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
		display: block;
	}
	#FilterArea ul.group {
		width: 100%;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		margin: 0px auto;
		padding: 0px;
		list-style-type: none;
		font-size: 0; /* 追加 */
		text-align: center;
		border-top: 1px solid #eee;
	}
	#FilterArea ul.group li {
		width : 25% ; /* 未対応ブラウザ用フォールバック */
		width : -webkit-calc(100% / 3.02) ;
		width : calc(100% / 3.02) ;
		height: auto;
		margin: 0px auto 1px;
		padding: 0px;
		display:inline-block;
		background: #fff;
		border-left: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
/* Xmasのとき
	#FilterArea ul.group li.raw2 {
		width: calc(100% / 4);
	}
	#FilterArea ul.group li:nth-child(4n) {
		border-right: 1px solid #eee;
	}
*/
	#FilterArea ul.group li.active {
		background: #5e318f;
	}
/* Xmasのとき
	#FilterArea ul.group li:nth-child(1).active {
		background: #a51c4b;
		background: linear-gradient(135deg, rgb(165,28,75), 80%, rgb(193,19,79));
	}
*/
	#FilterArea ul.group li a {
		width: 100%;
		height: auto;
		margin: 0px auto;
		padding: 10px 7px 12px;
		display:block;
		font: 10px/1.25em "Helvetica Neue", Arial , "Hiragino Kaku Gothic ProN" , "Hiragino Sans" ,Meiryo , sans-serif;
		font-weight: 600;
		letter-spacing: -0.0025em;
		color: #4d4442;
		text-align: left;
		position: relative;
	}
	#FilterArea ul.group li a span {
		width: 6px;
		height: 6px;
		border: 1px solid;
		border-color:  transparent transparent #999 #999;
		transform: rotate(-45deg);
		position:absolute;
		bottom: 10px;
		right: 10px;
		margin: auto;
	}
	#FilterArea ul.group li.active a {
		color: #fff;
	}
	#FilterArea ul.group li.active a span {
		border-color:  transparent transparent #fff #fff;
	}
}
@media screen and (max-width:320px) {	/* SP SE用 */
	#FilterArea ul.group li.inenh a {
		padding: 4px 7px 6px;
	}
}

/* 画像部分
------------------------------------------------------------*/
@media screen and (min-width: 769px) {	/* PC */
	#FilterBody {
		width: 98%;
		max-width: 100%;
		height: 640px;
		margin: 0px auto;
		padding: 0px;
		font-size: 0; /* 追加 */
		position: relative;
		text-align: center;
		-webkit-appearance: none;
		-ms-overflow-style:none;
	}
	::-webkit-scrollbar {
		display: none;
	}
	
	#FilterBody ul {
		width: 100%;
		margin: 0px auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		padding: 0px 0px 100px;
		list-style-type: none;
		font-size: 0; /* 追加 */
		text-align: left;
	}
	
	#FilterBody ul li {
		width : 49% ; /* 未対応ブラウザ用フォールバック */
		width : -webkit-calc(100% / 3.1) ;
		width : calc(100% / 3.1) ;
		height: 112px;
		margin: 0px 1px;
		padding: 0px;
		display:inline-block;
		text-align: center;
		position: relative;
		overflow: hidden;
		background: linear-gradient(180deg, rgb(255,255,255), 90%, rgb(248,250,250));
	}
	#FilterBody ul li .xmaslimited {
		width : 93%;
		height: auto;
		margin: auto;
		padding: 3px 0px 3px 0px;
		display: inline-block;
/*
		font-family: "Helvetica Neue", Arial , "Hiragino Kaku Gothic ProN" , "Hiragino Sans" ,Meiryo , sans-serif;
*/
		font-size: 10px;
		line-height: 1em;
		font-weight: 400;
		letter-spacing: 0.025em;
		color: #fff;
		text-align: center;
		background: #a51c4b;
		background: linear-gradient(135deg, rgb(165,28,75), 10%, rgb(193,19,79));
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0;
		z-index: 5;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	#FilterBody ul li .xmaslimited span {
		width : 100%;
		height: auto;
		margin: auto;
		padding: 0px;
		display: inline-block;
/*
		animation: loop 10s linear infinite;
*/
	}
@keyframes loop {
	0%{
	transform: translateX(100%);
	}
	40%{
	transform: translateX(0%);
	}
	70%{
	transform: translateX(0%);
	}
	100%{
	transform: translateX(-100%);
	}
}
	#FilterBody ul li .pic {
		width: 100%;
		height: 83px;
		padding: 0px;
		margin: auto;
		display: block;
		text-align: center;
		position: relative;
		z-index: 1;
	}
	#FilterBody ul li .pic img {
		width: 100px;
		height: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	#FilterBody ul li .pic input {
		width: 100px;
		height: auto;
		position: absolute;
		top: 0px;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	#FilterBody ul li .piclong input {
		width: auto;
		height: 73px;
		position: absolute;
		top: 0px;
		bottom: 7px;
		left: 0;
		right: 0;
		margin: auto;
	}
	#FilterBody ul li .picxmas input {
		width: 100px;
		height: auto;
		position: absolute;
		top: 0px;
		bottom: -20px;
		left: 0;
		right: 0;
	}
	
	#FilterBody ul li .pic img.large {
		width: 73px;
		height: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	#FilterBody ul li .pic.large input {
		width: 73px;
		height: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	#FilterBody ul li .pic img.small {
		width: 85px;
		height: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	#FilterBody ul li .pic.small input {
		width: 85px;
		height: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	#FilterBody ul li .link {
		width: 45px;
		height: 23px;
		margin: 0px auto;
		padding: 4px 0px 0px;
		display:inline-block;
		vertical-align: top;
		text-align: center;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-top: 1px solid #c8cfcf;
		border-left: 1px solid #c8cfcf;
		border-bottom: 1px solid #c8cfcf;
		transition-property: all;
		transition: 0.2s linear;
	}
	#FilterBody ul li .link a {
		width: 100%;
		height: auto;
		display:block;
	}
	#FilterBody ul li .link a img {
		width: 10px;
		height: 13px;
	}

	#FilterBody ul li .layout {
		width: 45px;
		height: 23px;
		margin: 0px auto;
		padding: 0px;
		display:inline-block;
		vertical-align: top;
		text-align: center;
		-webkit-border-top-right-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
		-moz-border-radius-topright: 3px;
		-moz-border-radius-bottomright: 3px;
		border: 1px solid #c8cfcf;
		transition-property: all;
		transition: 0.2s linear;
	}
	#FilterBody ul li .layout input {
		width: 44px;
		height: 23px;
		margin: 0px auto;
		padding: 4px 16px 6px;
	}
	.okini {
		width : calc(100% / 2.1);
		height: 18px;
		margin: 0px auto 7px;
		padding: 0px;
		display: inline-block;
		text-align: center;
		vertical-align: bottom;
		position: relative;
		z-index: 3;
	}
	.cart {
		width : calc(100% / 2.1);
		height: 20px;
		margin: 0px auto 7px;
		padding: 0px;
		display: inline-block;
		text-align: center;
		vertical-align: bottom;
		position: relative;
		z-index: 3;
	}
	#FilterBody ul li.mix::after {
		content: "";
		width: 95%;
		height: auto;
		margin: 0px auto;
		padding: 0px;
		display: block;
		position: absolute;
		botom: 0;
		left: 0;
		right: 0;
		border-bottom: 1px solid #dcdcdc;
	}
	
	/* お気に入り */
	a.product-wishlist-add img.off {
		padding: 16px 0px 0px;
		overflow: hidden;
		height: 0px !important;
		height /**/:16px;
		background: url(../img/btn_wishlist_off.png) no-repeat center center;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		margin: 0px auto;
		width: 19px;
		display: block;
	}
	a.product-wishlist-add img.on {
		padding: 13px 0px 0px;
		overflow: hidden;
		height: 0px !important;
		height /**/:13px;
		background: url(../img/btn_wishlist_on.png) no-repeat center center;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		margin: 0px auto;
		width: 15px;
		display: block;
	}
	a.product-wishlist-add {
		font-size: 0;
	}
	#FilterBody ul li .link:hover,
	#FilterBody ul li .layout:hover {
		background: rgba(200,207,207,0.5);
	}
	#FilterBody .mix {
		display: none;
	}
}
@media (max-width: 768px) {	/* SP */
	#FilterBody {
		max-width: 100%;
		height: 220px;
		overflow: scroll;
		margin: 0px auto;
		padding: 0px;
		position: relative;
		text-align: center;
	}
	#FilterBody ul.modal_trigger {
		width : 100%;
		height: calc(100vh - 650px);
		min-height: 360px;
		display: block
		overflow-y: scroll;
		margin: 0px auto;
		padding: 10px 0px 7px;
		font-size: 0;
		text-align: left;
	}
	#FilterBody ul {
		width: 98%;
		margin: 0px auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	#FilterBody ul li {
		width: calc(100% / 4.1);
		height: auto;
		margin: 0px;
		padding: 0px 0px 10px;
		display: block;
		position: relative;
		vertical-align: top;
		overflow: hidden;
		background: linear-gradient(180deg, rgb(255,255,255), 90%, rgb(248,250,250));
	}
	#FilterBody ul li.mix::after {
		content: "";
		width: 95%;
		height: auto;
		margin: 0px auto;
		padding: 0px;
		display: block;
		position: absolute;
		botom: 0;
		left: 0;
		right: 0;
		border-bottom: 1px solid #dcdcdc;
	}
	#FilterBody ul li .pic {
		width: 100%;
		height: 75px;
		padding: 0px;
		margin: 0px auto;
		display:inline-block;
		text-align: center;
		position: relative;
		z-index: 1;
	}
	#FilterBody ul li .xmaslimited {
		width : 96%;
		height: auto;
		margin: auto;
		padding: 3px 0px 3px 0px;
		display: inline-block;
/*
		font-family: "Helvetica Neue", Arial , "Hiragino Kaku Gothic ProN" , "Hiragino Sans" ,Meiryo , sans-serif;
*/
		font-size: 10px;
		line-height: 1em;
		font-weight: 400;
		letter-spacing: 0.025em;
		color: #fff;
		text-align: center;
		background: #a51c4b;
		background: linear-gradient(135deg, rgb(165,28,75), 10%, rgb(193,19,79));
		position: absolute;
		top: 3px;
		left: 0px;
		right: 0;
		z-index: 5;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	#FilterBody ul li .xmaslimited span {
		width : 100%;
		height: auto;
		margin: auto;
		padding: 0px;
		display: inline-block;
/*
		animation: loop 10s linear infinite;
*/
	}
@keyframes loop {
	0%{
	transform: translateX(100%);
	}
	40%{
	transform: translateX(0%);
	}
	70%{
	transform: translateX(0%);
	}
	100%{
	transform: translateX(-100%);
	}
}
	
	#FilterBody ul li .pic input {
		width: 75px;
		height: auto;
		position: absolute;
		top: 0;
		bottom: -10px;
		left: 0;
		right: 0;
		margin: auto;
	}
	#FilterBody ul li .piclong input {
		width: auto;
		height: 70px;
		position: absolute;
		top: 0;
		bottom: -7px;
		left: 0;
		right: 0;
		margin: auto;
	}
	#FilterBody ul li .picxmas input {
		bottom: -30px;
	}
	
	#FilterBody ul li .pic img.large {
		width: 46px;
		height: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	#FilterBody ul li .pic.large input {
		width: 46px;
		height: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	#FilterBody ul li .pic img.small {
		width: 63px;
		height: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	#FilterBody ul li .pic.small input {
		width: 63px;
		height: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	#FilterBody ul li .link {
		width: 40px;
		height: 30px;
		margin: 0px auto;
		padding: 6px 0px 0px;
		display:inline-block;
		vertical-align: top;
		text-align: center;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-top: 1px solid #c8cfcf;
		border-left: 1px solid #c8cfcf;
		border-bottom: 1px solid #c8cfcf;
	}
	#FilterBody ul li .link a {
		width: 100%;
		height: auto;
		display:block;
	}
	#FilterBody ul li .link a img {
		width: 10px;
		height: 13px;
	}
	
	.okini {
		width : calc(100% / 2.2);
		height: 18px;
		margin: 0px auto 5px;
		padding: 0px;
		display: inline-block;
		text-align: center;
		vertical-align: bottom;
		position: relative;
		z-index: 3;
	}
	.cart {
		width : calc(100% / 2.2);
		height: 20px;
		margin: 0px auto 5px;
		padding: 0px;
		display: inline-block;
		text-align: center;
		vertical-align: bottom;
		position: relative;
		z-index: 3;
	}
	
	/* お気に入り */
	a.product-wishlist-add img.off {
		padding: 16px 0px 0px;
		overflow: hidden;
		height: 0px !important;
		height /**/:16px;
		background: url(../img/btn_wishlist_off.png) no-repeat center center;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		margin: 0px auto;
		width: 19px;
		display: block;
	}
	a.product-wishlist-add img.on {
		padding: 13px 0px 0px;
		overflow: hidden;
		height: 0px !important;
		height /**/:13px;
		background: url(../img/btn_wishlist_on.png) no-repeat center center;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		margin: 0px auto;
		width: 15px;
		display: block;
	}
	.add-wish-list {
		font-size: 0;
	}

	#FilterBody ul li .layout {
		width: 40px;
		height: 30px;
		margin: 0px auto;
		padding: 0px;
		display:inline-block;
		vertical-align: top;
		text-align: center;
		-webkit-border-top-right-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
		-moz-border-radius-topright: 3px;
		-moz-border-radius-bottomright: 3px;
		border: 1px solid #c8cfcf;
	}
	#FilterBody ul li .layout input {
		width: 40px;
		height: 30px;
		margin: 0px auto;
		padding: 7px 14px 10px;
	}

	#FilterBody　img {
		-webkit-backface-visibility: hidden;
	}

	#FilterBody .mix {
		display: none;
	}
}


/* リング選択モーダルエリア
------------------------------------------------------------------ */
@media screen and (min-width: 769px) {	/* PC */
	.modal_trigger li {
		cursor: pointer;
		text-align: center;
		position: relative;
		overflow: hidden;
	}
	.modal_box {
		display: none;
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9999;
	}
	.modal_bg {
		background-color: rgba(30, 30, 30, 0.3);
		height: 100%;
		width: 100%;
	}
	.modal_inner {
		width: 640px;
		height: 190px;
		background-color: #fff;
		margin: auto;
		padding: 10px 30px;
		box-sizing: border-box;
		border-radius: 7px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.modal_inner.modal_middle {
		height: 210px;
		padding: 10px 30px;
	}
	.modal_inner.modal_high {
		height: 300px;
		padding: 30px 30px 30px;
	}
	.modal_close {
		cursor: pointer;
		position: absolute;
		right: 10px;
		top: 10px;
		font-size: 2rem;
		color: #64647d;
	}
}
@media (max-width: 768px) {	/* SP */
	.modal_trigger li {
		cursor: pointer;
		text-align: center;
		position: relative;
		overflow: hidden;
	}
	.modal_box {
		display: none;
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9999;
	}
	.modal_bg {
		background-color: rgba(30, 30, 30, 0.3);
		height: 100%;
		width: 100%;
	}
	.modal_inner {
		width: 90%;
		min-height: 180px;
		height: 20vh;
		background-color: #fff;
		margin: auto;
		padding: 10px 0px;
		box-sizing: border-box;
		border-radius: 7px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.modal_inner.modal_middle {
		height: 210px;
		padding: 10px 0px;
	}
	.modal_inner.modal_high {
		min-height: 180px;
		height: 50vh;
		padding: 30px 0px 30px;
	}
	.modal_close {
		cursor: pointer;
		position: absolute;
		right: 10px;
		top: 10px;
		font-size: 2rem;
		color: #64647d;
	}
}

/* ボタン周り
------------------------------------------------------------------ */
@media screen and (min-width: 769px) {	/* PC */
	.modal_trigger button,
	.modal_trigger input[type="image"]
	{
		padding:0;
		margin:0;
		background:none;
		border:0;
		font-size:0;
		line-height:0;
		overflow:visible;
		cursor:pointer;
	}
	.modal_trigger button img,
	.modal_trigger input[type="image"]
	{
		padding:0;
		margin:0;
		background:none;
		border:0;
		font-size:0;
		line-height:0;
		overflow:visible;
		cursor:pointer;
	}
}
@media (max-width: 768px) {	/* SP */
	.modal_trigger button,
	.modal_trigger input[type="image"]
	{
		padding:0;
		margin:0;
		background:none;
		border:0;
		font-size:0;
		line-height:0;
		overflow:visible;
		cursor:pointer;
		background-color: transparent;
	}
	.modal_trigger button img,
	.modal_trigger input[type="image"]
	{
		padding:0;
		margin:0;
		background:none;
		border:0;
		font-size:0;
		line-height:0;
		overflow:visible;
		cursor:pointer;
		background-color: transparent;
		height: auto;
	}
	.modal_trigger .inner li input[type="image"]
	{
		width: 13px;
		height: auto;
	}
}

/* 石セレクトエリア
------------------------------------------------------------------ */
@media screen and (min-width: 769px) {	/* PC */
	.selectArea
	{
		width: 350px;
		height: 100%;
		overflow: scroll;
		display: inline-block;
		vertical-align:top;
		-webkit-appearance: none;
		-ms-overflow-style:none;
		scrollbar-width: none;
	}
	::-webkit-scrollbar {
		display: none;
	}
	.modal_trigger {
		width: calc(100% + 17px);
		padding-right: 17px;
		overflow: auto;
		text-align: center;
	}
	ul.modal_trigger {
		width: 100%;
		padding: 0px;
		margin: 0px;
		display: block;
		font-size: 0;
		overflow: scroll;
		scrollbar-width: none;
	}
	.modal_trigger .inner {
		width: 100%;
		height: auto;
		padding: 2px;
		margin: 0px auto;
		font-size: 0;
	}
	.modal_trigger p{
		width: 100%;
		height: 110px;
		padding: 0px;
		margin: 0px auto;
		display: block;
		cursor: pointer;
		position: relative;
		background: rgba(255,255,255,1.0);
	}
	.modal_trigger p.modal_btn img {
		width: 100px;
		height: auto;
		position: absolute;
		top: 15px;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	/* タブ切り替え */
	.tab {
		overflow:hidden;
		font-size: 0;
		letter-spacing: -0.5em;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.tab li {
		width : 16.666% ; /* IE8以下とAndroid4.3以下用フォールバック */
		width : -webkit-calc(100% / 6) ;
		width: calc(100% / 6);
		display: inline-block;
		margin: 0px auto;
		padding: 15px 0px 5px;
		background: #eaf0f7;
		transition: all .4s;
	}
	.tab li img {
		width: 25px;
		height: auto;
	}
	.tab li .sname {
		width: 100%;
		height: auto;
		padding: 0px;
		margin: 0px auto 0px;
		display: block;
		font-size: 13px;
		line-height: 1.25em;
		color: #64647d;
		letter-spacing: 0.05em;
		text-align: center;
	}
	.tab li.select {
		background: rgba(255,255,255,0.5);
	}
	.content li {
		width : 100%;
		height: auto;
		margin: 0px auto;
		padding: 10px 0px 7px;
		background: rgba(255,255,255,0.5);
		font-size: 0;
	}
	.content li input[type="image"].btn {
		width : 100px;
		height: auto;
		margin: 30px auto 25px;
		padding: 0px;
		display: block;
	}
	.content li div[class*="ring"] {
		width : 33.333% ; /* IE8以下とAndroid4.3以下用フォールバック */
		width : -webkit-calc(100% / 3.1) ;
		width: calc(100% / 3.1);
		height: auto;
		margin: 0px auto;
		padding: 0px;
		display: inline-block;
		border-left: 1px solid #d9e3ef;
	}
	.content li div[class*="ring"]:first-child {
		border-left: none;
	}
	.content li .okini {
		width : 25%;
		height: 18px;
		margin: 0px auto;
		padding: 0px;
		display: inline-block;
		text-align: center;
		vertical-align: bottom;
	}
	.content li .cart {
		width : 25%;
		height: 20px;
		margin: 0px auto;
		padding: 0px;
		display: inline-block;
		text-align: center;
		vertical-align: bottom;
	}

	.hide {
		display:none;
	}
	
	/* お気に入り */
	a.product-wishlist-add img.off {
		padding: 16px 0px 0px;
		overflow: hidden;
		height: 0px !important;
		height /**/:16px;
		background: url(../img/btn_wishlist_off.png) no-repeat center center;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		margin: 0px auto;
		width: 19px;
		display: block;
	}
	a.product-wishlist-add img.on {
		padding: 13px 0px 0px;
		overflow: hidden;
		height: 0px !important;
		height /**/:13px;
		background: url(../img/btn_wishlist_on.png) no-repeat center center;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		margin: 0px auto;
		width: 15px;
		display: block;
	}
	
	/* アコーディオンの開閉アイコン */
	.accordion_icon {
		position: absolute;
		bottom: 9px;
		right: 0px;
		width: 10px;
		height: 10px;
		margin-right: 12px;
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.accordion_icon:hover {
	}
	p.modal_btn .accordion_icon::after{
		content: "";
		width: 7px;
		height: 7px;
		display: inline-block;
		border-top: 1px solid #afb1c2;
		border-right: 1px solid #afb1c2;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: 0.4s ease-in-out;
		transition: 0.4s ease-in-out;
	}
	/*下、上やじるし切り替え*/
	p.modal_btn:hover .accordion_icon::after{
		-webkit-transform: rotate(315deg);
		transform: rotate(315deg);
		-webkit-transition: 0.4s ease-in-out;
		transition: 0.4s ease-in-out;
	}
	.cstm {
		width: 100%;
		height: auto;
		padding: 0px 0px 0px 15px;
		margin: 0px;
		display: block;
		font-size: 12px;
		line-height: 2em;
		color: #666;
		letter-spacing: 0.125em;
		text-align: left;
		position: absolute;
		bottom: 2px;
	}
}
@media (max-width: 768px) {	/* SP */
	.modal_trigger {
		width: 100%;
		overflow: auto;
		text-align: center;
	}
	ul.modal_trigger {
		width: 100%;
		padding: 0px;
		margin: 0px;
		display: block;
		font-size: 0;
		overflow: scroll;
	}
	.modal_trigger .inner {
		width: 100%;
		height: auto;
		padding: 2px;
		margin: 0px auto;
		font-size: 0;
	}
	.modal_trigger p{
		width: 100%;
		height: 110px;
		padding: 0px;
		margin: 0px auto;
		display: block;
		cursor: pointer;
		position: relative;
		background: rgba(255,255,255,1.0);
	}
	.modal_trigger p.modal_btn img {
		width: 80px;
		height: auto;
		position: absolute;
		top: 15px;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	/* タブ切り替え */
	.tab {
		overflow:hidden;
		font-size: 0;
		letter-spacing: -0.5em;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.tab li {
		width : 16.666% ; /* IE8以下とAndroid4.3以下用フォールバック */
		width : -webkit-calc(100% / 6) ;
		width: calc(100% / 6);
		display: inline-block;
		margin: 0px auto;
		padding: 15px 0px 5px;
		background: #eaf0f7;
		transition: all .4s;
	}
	.tab li img {
		width: 25px;
		height: auto;
	}
	.tab li .sname {
		width: 100%;
		height: auto;
		padding: 0px;
		margin: 0px auto 0px;
		display: block;
		font-size: 13px;
		line-height: 1.25em;
		color: #64647d;
		letter-spacing: 0.05em;
		text-align: center;
	}
	.tab li.select {
		background: rgba(255,255,255,0.5);
	}
	.content li {
		width : 100%;
		height: auto;
		margin: 0px auto;
		padding: 10px 0px 7px;
		background: rgba(255,255,255,0.5);
		font-size: 0;
	}
	.content li input[type="image"].btn {
		width : 80px;
		height: auto;
		margin: 30px auto 25px;
		padding: 0px;
		display: block;
	}
	.content li div[class*="ring"] {
		width : 33.333% ; /* IE8以下とAndroid4.3以下用フォールバック */
		width : -webkit-calc(100% / 3.1) ;
		width: calc(100% / 3.1);
		height: auto;
		margin: 0px auto;
		padding: 0px;
		display: inline-block;
		border-left: 1px solid #d9e3ef;
	}
	.content li div[class*="ring"]:first-child {
		border-left: none;
	}
	.content li .okini {
		width : 35%;
		height: 18px;
		margin: 0px auto;
		padding: 0px;
		display: inline-block;
		text-align: center;
		vertical-align: bottom;
	}
	.content li .cart {
		width : 35%;
		height: 20px;
		margin: 0px auto;
		padding: 0px;
		display: inline-block;
		text-align: center;
		vertical-align: bottom;
	}

	.hide {
		display:none;
	}
	
	/* お気に入り */
	a.product-wishlist-add img.off {
		padding: 16px 0px 0px;
		overflow: hidden;
		height: 0px !important;
		height /**/:16px;
		background: url(../img/btn_wishlist_off.png) no-repeat center center;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		margin: 0px auto;
		width: 19px;
		display: block;
	}
	a.product-wishlist-add img.on {
		padding: 13px 0px 0px;
		overflow: hidden;
		height: 0px !important;
		height /**/:13px;
		background: url(../img/btn_wishlist_on.png) no-repeat center center;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		margin: 0px auto;
		width: 15px;
		display: block;
	}
	
	/* アコーディオンの開閉アイコン */
	.accordion_icon {
		position: absolute;
		bottom: 9px;
		right: 0px;
		width: 10px;
		height: 10px;
		margin-right: 12px;
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.accordion_icon:hover {
	}
	p.modal_btn .accordion_icon::after{
		content: "";
		width: 7px;
		height: 7px;
		display: inline-block;
		border-top: 1px solid #afb1c2;
		border-right: 1px solid #afb1c2;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: 0.4s ease-in-out;
		transition: 0.4s ease-in-out;
	}
	/*下、上やじるし切り替え*/
	p.modal_btn:hover .accordion_icon::after{
		-webkit-transform: rotate(315deg);
		transform: rotate(315deg);
		-webkit-transition: 0.4s ease-in-out;
		transition: 0.4s ease-in-out;
	}
	.cstm {
		width: 100%;
		height: auto;
		padding: 0px 0px 0px 15px;
		margin: 0px;
		display: block;
		font-size: 12px;
		line-height: 2em;
		color: #666;
		letter-spacing: 0.125em;
		text-align: left;
		position: absolute;
		bottom: 2px;
	}
}


/* 石セレクトエリア（ENHANCERのポップアップ）
------------------------------------------------------------------ */
@media screen and (min-width: 769px) {	/* PC */
	.popup_wrap input {
		display: none;
	}
	.popup_overlay {
		display: flex;
		justify-content: center;
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		width: 100%;
		height: 100%;
		background: rgba(99, 99, 99, 0.5);
		opacity: 0;
		transition: opacity 0.5s, transform 0s 0.5s;
		transform: scale(0);
	}
	.popup_trigger {
		position: absolute;
		width: 100%;
		height: 100%;
	}
	.popup_content {
		position: relative;
		align-self: center;
		width: 90%;
		max-width: 500px;
		padding: 30px 30px 10px;
		box-sizing: border-box;
		font-size: 14px;
		line-height: 2.5em;
		color: #808080;
		background: #fff;
		border-radius: 7px;
		transition: 0.5s;
	}
	.close_btn {
		position: absolute;
		top: 10px;
		right: 15px;
		font-size: 26px;
		color: #636363;
		cursor: pointer;
	}
	.popup_wrap input:checked ~ .popup_overlay {
		opacity: 1;
		transform: scale(1);
		transition: opacity 0.5s;
	}
	.open_btn {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		margin: auto;
		padding: 0px;
		cursor: pointer;
		transition: .3s ease;
	}
	/*=== 画像スライドアニメーション ================================= */
	.slide {
		position : relative;
		overflow : hidden;
		width : 200px;
		height : 160px;
		margin : auto;
	}
	.slide img {
		display : block;
		position : absolute;
		width : inherit;
		height : inherit;
		opacity : 0;
		animation : slideAnime 8s ease infinite;
	}
	.slide img:nth-of-type(1) { animation-delay: 0s }
	.slide img:nth-of-type(2) { animation-delay: 2s }
	.slide img:nth-of-type(3) { animation-delay: 4s }
	.slide img:nth-of-type(4) { animation-delay: 6s }
	@keyframes slideAnime{
		0% { opacity: 0 }
		2% { opacity: 1 }
		23% { opacity: 1 }
		25% { opacity: 0 }
		100% { opacity: 0 }
	}
}
@media (max-width: 768px) {	/* SP */
	.popup_wrap input {
		display: none;
	}
	.popup_overlay {
		display: flex;
		justify-content: center;
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		width: 100%;
		height: 100%;
		background: rgba(99, 99, 99, 0.5);
		opacity: 0;
		transition: opacity 0.5s, transform 0s 0.5s;
		transform: scale(0);
	}
	.popup_trigger {
		position: absolute;
		width: 100%;
		height: 100%;
	}
	.popup_content {
		position: relative;
		align-self: center;
		width: 90%;
		padding: 30px 20px 10px;
		box-sizing: border-box;
		font-size: 12px;
		line-height: 2.0em;
		color: #808080;
		background: #fff;
		border-radius: 7px;
		transition: 0.5s;
	}
	.close_btn {
		position: absolute;
		top: 10px;
		right: 15px;
		font-size: 20px;
		color: #636363;
		cursor: pointer;
	}
	.popup_wrap input:checked ~ .popup_overlay {
		opacity: 1;
		transform: scale(1);
		transition: opacity 0.5s;
	}
	.open_btn {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		margin: auto;
		padding: 0px;
		cursor: pointer;
		transition: .3s ease;
	}
	/*=== 画像スライドアニメーション ================================= */
	.slide {
		position : relative;
		overflow : hidden;
		width : 200px;
		height : 160px;
		margin : auto;
	}
	.slide img {
		display : block;
		position : absolute;
		width : inherit;
		height : inherit;
		opacity : 0;
		animation : slideAnime 8s ease infinite;
	}
	.slide img:nth-of-type(1) { animation-delay: 0s }
	.slide img:nth-of-type(2) { animation-delay: 2s }
	.slide img:nth-of-type(3) { animation-delay: 4s }
	.slide img:nth-of-type(4) { animation-delay: 6s }
	@keyframes slideAnime{
		0% { opacity: 0 }
		2% { opacity: 1 }
		23% { opacity: 1 }
		25% { opacity: 0 }
		100% { opacity: 0 }
	}
}
}

/* スクロール時のフェードイン
------------------------------------------------------------------ */
.effect-fade {
	opacity : 0;
	transform : translate(0, 45px);
	transition : all 1000ms;
	transition-delay: 300ms;
}
.effect-fade.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}

/* ムービーエリア
------------------------------------------------------------------ */
@media screen and (min-width: 769px) {	/* PC */
	.fixedarea {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		overflow: hidden;
		z-index: -1;
	}
}
@media (max-width: 768px) {	/* SP */
	.fixedarea {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		overflow: hidden;
		z-index: -1;
	}
}
/*================================

vimeo

================================*/
#vimeo{
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: auto;
	overflow: hidden;
	padding: 0 0;
	}
#vimeo:before{
	content:"";
	display: block;
	padding-top: 56.25%;
	}
@media screen and (max-width: 480px) {
	#vimeo{
		position: relative;
		overflow-x:hidden;
		width: 100%;
		min-width: 100%;
		height: auto;
		padding: 0 0;
		}
	#vimeo:before{
		content:"";
		display: block;
		padding-top: 177.77%;	/*0826*/
		}
}
#background{
	position: absolute;
	right: 0; 
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 1);
	}
#background-front {
	position: absolute;
	right: 0; 
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
/*	pointer-events: none;	0826*/
	}
#background iframe {
	width: 100%;
	height: 100%;
	}


/* タイトルエリア
------------------------------------------------------------------ */
@media screen and (min-width: 769px) {	/* PC */
	#simTitle {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
	}
	#simTitle h1 {
		width: 100%;
		height: auto;
		display: block;
		margin: 20px auto 10px;
		padding: 0px;
		text-align: center;
		font-size: 32px;
		line-height: 2em;
		color: #808080;
	}
	#simTitle h1 span {
		font-size: 23px;
		line-height: 2em;
	}
	#simTitle p.txt {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto 0px;
		padding: 0px;
		text-align: center;
		font-size: 13px;
		line-height: 2em;
		color: #808080;
	}
	#simTitle ul {
		width: 100%;
		height: auto;
		margin: 0px auto 10px;
		padding: 0px;
		text-align: center;
		list-style: none;
		display: block;
		font-size: 0;
	}
	#simTitle ul li {
		width: 45%;
		max-width: 250px;
		list-style: none;
		display: inline-block;
		margin: 0px 5px 0px;
	}
	#simTitle ul li.current {
		height: auto;
		padding: 0px 0px 0px 0px;
		font-size: 16px;
		line-height: 1.55em;
		color: #fff;
		text-align: center;
		background: #5e318f;
		border: 1px solid #5e318f;
		border-radius: 15px;
	}
	#simTitle ul li a {
		width: 100%;
		height: auto;
		padding: 0px 10px 0px 0px;
		box-sizing: border-box;
		display: block;
		font-size: 16px;
		line-height: 1.55em;
		color: #5e318f;
		text-align: center;
		background: #fff;
		border: 1px solid #5e318f;
		border-radius: 15px;
		position: relative;
		-webkit-transition: all .5s;
		transition: all .5s;
	}
	#simTitle ul li a:hover {
		background: rgba(143,105,158,0.25);
	}
	#simTitle ul li a:after {
		content: "";
		width: 7px;
		height: 7px;
		border: 1px solid;
		border-color: #5e318f #5e318f transparent transparent;
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
	}
}
@media (max-width: 768px) {	/* SP */
	#simTitle {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
	}
	#simTitle h1 {
		width: 100%;
		height: auto;
		display: block;
		margin: 20px auto 10px;
		padding: 0px;
		text-align: center;
		font-size: 28px;
		line-height: 2em;
		color: #808080;
	}
	#simTitle h1 span {
		font-size: 23px;
		line-height: 2em;
	}
	#simTitle p.txt {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto 0px;
		padding: 0px;
		text-align: center;
		font-size: 11px;
		line-height: 2em;
		color: #808080;
	}
	#simTitle ul {
		width: 100%;
		height: auto;
		margin: 0px auto 10px;
		padding: 0px;
		text-align: center;
		list-style: none;
		display: block;
		font-size: 0;
	}
	#simTitle ul li {
		width: 45%;
		max-width: 150px;
		list-style: none;
		display: inline-block;
		margin: 0px 5px 0px;
	}
	#simTitle ul li.current {
		height: auto;
		padding: 0px 0px 0px 0px;
		font-size: 14px;
		line-height: 1.55em;
		color: #fff;
		text-align: center;
		background: #5e318f;
		border: 1px solid #5e318f;
		border-radius: 15px;
	}
	#simTitle ul li a {
		width: 100%;
		height: auto;
		padding: 0px 10px 0px 0px;
		box-sizing: border-box;
		display: block;
		font-size: 14px;
		line-height: 1.55em;
		color: #5e318f;
		text-align: center;
		background: #fff;
		border: 1px solid #5e318f;
		border-radius: 15px;
		position: relative;
		-webkit-transition: all .5s;
		transition: all .5s;
	}
	#simTitle ul li a:hover {
		background: rgba(143,105,158,0.30);
	}
	#simTitle ul li a:after {
		content: "";
		width: 7px;
		height: 7px;
		border: 1px solid;
		border-color: #5e318f #5e318f transparent transparent;
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
	}
}

/* カスタマイズバナーエリア
------------------------------------------------------------------ */
@media screen and (min-width: 769px) {	/* PC */
	#customize-banner {
		width: 100%;
		max-width: 1000px;
		height: auto;
		display: block;
		margin: 20px auto 30px;
		padding: 0;
		text-align: center;
		position: relative;
	}
	#customize-banner a {
		width: 189px;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0;
		position: relative;
		overflow: hidden;
		position: absolute;
		right: 140px;
		bottom: 140px;
	}
	#customize-banner img {
		width: 100%;
		height: auto;
	}
	#customize-banner a img {
		width: 189px;
		height: auto;
	}
	#customize-banner a:before {
		content: "";
		width: 100%;
		height: 189px;
		display: block;
		margin: auto;
		padding: 0;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(255,255,255,0.5);
		opacity: 0;
	}
	#customize-banner a:hover:before {
		-webkit-animation: bannerfade 1.7s forwards/* infinite */;
		animation: bannerfade 1.7s forwards/* infinite */;
	}
}
@-webkit-keyframes bannerfade {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes bannerfade {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@media (max-width: 768px) {	/* SP */
	#customize-banner {
		width: 100%;
		height: auto;
		display: block;
		margin: 20px auto 30px;
		padding: 0;
		text-align: center;
		position: relative;
	}
	#customize-banner a {
		width: 160px;
		height: auto;
		display: block;
		margin: auto;
		padding: 0;
		overflow: hidden;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 17px;
	}
	#customize-banner img {
		width: 100%;
		height: auto;
	}
	#customize-banner a img {
		width: 160px;
		height: auto;
	}
	#customize-banner a:before {
		content: "";
		width: 100%;
		max-width: 1000px;
		height: 1000px;
		display: block;
		margin: auto;
		padding: 0;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(255,255,255,0.5);
		opacity: 0;
	}
	#customize-banner a:hover:before {
		-webkit-animation: bannerfade 1.7s forwards/* infinite */;
		animation: bannerfade 1.7s forwards/* infinite */;
	}
}

/* スタイリングエリア（swiper）
------------------------------------------------------------------ */
@media screen and (min-width: 769px) {	/* PC */
	#simLook {
		width: 100%;
		max-width: 680px;
		height: auto;
		margin: 0px auto 0px;
		padding: 30px 0px 40px;
		text-align: center;
		display: block;
	}
	.swiper-slide img {
		width: 85%;
		height: auto;
	}
	.swiper-button-next {
		width: 20px;
		height: 20px;
		position: absolute;
		top: 42%;
		z-index: 10;
		cursor: pointer;
		border: 1px solid;
		border-color: #808080 #808080 transparent transparent;
		transform: rotate(45deg);
		background-image: none;　/* 既存の矢印を非表示 */
	}
	.swiper-button-prev {
		width: 20px;
		height: 20px;
		position: absolute;
		top: 42%;
		z-index: 10;
		cursor: pointer;
		border: 1px solid;
		border-color: #808080 #808080 transparent transparent;
		transform: rotate(-135deg);
		background-image: none;　/* 既存の矢印を非表示 */
	}
	.swiper-slide ul {
		width: 85%;
		height: auto;
		margin: 0px auto 0px;
		padding: 0px;
		text-align: center;
		list-style: none;
		display: block;
		font-size: 0;
	}
	.swiper-slide ul li {
		list-style: none;
		font-size: 14px;
		line-height: 2em;
		letter-spacing: 0.05em;
		color: #555;
		text-align: right;
	}
	.swiper-slide ul li a {
		height: auto;
		margin: 0px 0px 3px auto;
		padding: 0px 14px 0px 0px;
		list-style: none;
		font-size: 14px;
		line-height: 2em;
		letter-spacing: 0.05em;
		color: #555;
		text-align: right;
		background: url(../img/cartbtn.png) no-repeat right 1px bottom 3px;
		-webkit-background-size: 10px auto;
		border-bottom: 1px solid #fff;
		-webkit-transition: all .5s;
		transition: all .5s;
	}
	.swiper-slide ul li a:hover {
		border-bottom: 1px solid #808080;
	}
	.swiper-slide ul li:first-child {
		width: 100%;
		height: auto;
		margin: 0px auto -30px;
		padding: 0px;
		list-style: none;
		display: block;
		font-size: 16px;
		line-height: 2em;
		color: #808080;
		text-align: left;
	}
}
@media (max-width: 768px) {	/* SP */
	#simLook {
		width: 100%;
		height: auto;
		margin: 0px auto 0px;
		padding: 30px 0px 40px;
		text-align: center;
		display: block;
	}
	.swiper-slide img {
		width: 85%;
		height: auto;
	}
	.swiper-button-next {
		width: 20px;
		height: 20px;
		position: absolute;
		top: 35%;
		z-index: 10;
		cursor: pointer;
		border: 1px solid;
		border-color: #808080 #808080 transparent transparent;
		transform: rotate(45deg);
		background-image: none;　/* 既存の矢印を非表示 */
	}
	.swiper-button-prev {
		width: 20px;
		height: 20px;
		position: absolute;
		top: 35%;
		z-index: 10;
		cursor: pointer;
		border: 1px solid;
		border-color: #808080 #808080 transparent transparent;
		transform: rotate(-135deg);
		background-image: none;　/* 既存の矢印を非表示 */
	}
	.swiper-slide ul {
		width: 85%;
		height: auto;
		margin: 0px auto 0px;
		padding: 0px;
		text-align: center;
		list-style: none;
		display: block;
		font-size: 0;
	}
	.swiper-slide ul li {
		font-size: 11px;
		line-height: 2em;
		letter-spacing: 0.05em;
		color: #555;
		text-align: right;
	}
	.swiper-slide ul li a {
		height: auto;
		margin: 0px auto 3px;
		padding: 0px 14px 0px 0px;
		list-style: none;
		font-size: 12px;
		line-height: 2em;
		letter-spacing: 0.05em;
		color: #555;
		text-align: right;
		background: url(../img/cartbtn.png) no-repeat right 1px bottom 2px;
		-webkit-background-size: 10px auto;
	}
	.swiper-slide ul li:first-child {
		width: 100%;
		height: auto;
		margin: 0px auto -20px;
		padding: 0px;
		list-style: none;
		display: block;
		font-size: 15px;
		line-height: 2em;
		color: #808080;
		text-align: left;
	}
}

/* 使い方エリア
------------------------------------------------------------------ */
@media screen and (min-width: 769px) {	/* PC */
	#howtosim {
		width: 100%;
		max-width: 1000px;
		height: auto;
		margin: 0px auto 30px;
		padding: 20px 0px 30px;
		text-align: center;
		background: #f5f5f7;
		display: block;
	}
	#howtosim h3 {
		width: 100%;
		height: auto;
		padding: 0px 0px 0px;
		margin: 0px auto 10px;
		display: block;
		font-size: 23px;
		line-height: 2em;
		color: #68337b;
	}
	#howtosim ul {
		width: auto;
		height: auto;
		margin: 0px auto 0px;
		padding: 0px;
		text-align: center;
		list-style: none;
		display: block;
		font-size: 0;
	}
	#howtosim ul li.pic {
		width: 200px;
		height: auto;
		margin: 0px auto 10px;
		padding: 0px;
		text-align: center;
		list-style: none;
		display: inline-block;
	}
	#howtosim ul li.pic img {
		width: 185px;
		height: auto;
		vertical-align: top;
	}
	#howtosim ul li.txt {
		width: auto;
		height: auto;
		margin: 0px auto 0px;
		padding: 0px;
		text-align: left;
		list-style: none;
		display: inline-block;
		font-size: 13px;
		line-height: 2em;
		color: #707070;
		vertical-align: top;
	}
}
@media (max-width: 768px) {	/* SP */
	#howtosim {
		width: 100%;
		height: auto;
		margin: 0px auto 0px;
		padding: 20px 0px 40px;
		text-align: center;
		background: #f5f5f7;
		display: block;
	}
	#howtosim h3 {
		width: 100%;
		height: auto;
		padding: 0px 0px 0px;
		margin: 0px auto 10px;
		display: block;
		font-size: 17px;
		line-height: 2em;
		color: #68337b;
	}
	#howtosim ul {
		width: auto;
		height: auto;
		margin: 0px auto 0px;
		padding: 0px;
		text-align: center;
		list-style: none;
		display: block;
	}
	#howtosim ul li.pic {
		width: 185px;
		height: auto;
		margin: 0px auto 10px;
		padding: 0px;
		text-align: center;
		list-style: none;
		display:block;
	}
	#howtosim ul li.pic img {
		width: 100%;
		height: auto;
		vertical-align: middle;
	}
	#howtosim ul li.txt {
		width: auto;
		height: auto;
		margin: 0px auto 0px;
		padding: 0px;
		text-align: center;
		list-style: none;
		display: block;
		font-size: 11px;
		line-height: 2em;
		color: #808080;
	}
}

/* シェアボタンエリア
------------------------------------------------------------------ */
@media screen and (min-width: 769px) {	/* PC */
	#share
	{
		width: 100%;
		margin: 50px auto 0px;
		padding: 0px 0px 0px;
		overflow: hidden;
	}
	#share ul
	{
		margin: 0px auto 0px;
		padding: 0px;
		list-style: none;
		font-size: 0;
		text-align: center;
	}
	#share ul li
	{
		width: 40px;
		height: 40px;
		margin: 0px 10px 0px 0px;
		padding: 0px;
		display: inline-block;
	}
	#share ul li.mds {
		width: 100%;
		height: 30px;
		margin: 0px auto;
		padding: 0px;
		display: block;
		font-size: 14px;
		line-height: 1em;
		letter-spacing: 0.125em;
		color: #5d308d;
		text-align: center;
	}
	#share ul li a img
	{
		width: 30px;
		height: auto;
	}
	#share ul li:last-child a
	{
		padding: 30px 0px 0px;
		overflow: hidden;
		height: 0px !important;
		height /**/:30px;
		background: url(../img/icon_sns_line.png) no-repeat left top;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		margin: 0px auto;
		width: 30px;
		display: block;
	}
}
@media (max-width: 768px) {	/* SP */
	#share
	{
		width: 100%;
		margin: 40px auto 0px;
		padding: 0px 0px 0px;
		overflow: hidden;
	}
	#share ul
	{
		margin: 0px auto 0px;
		padding: 0px;
		list-style: none;
		font-size: 0;
		text-align: center;
	}
	#share ul li
	{
		width: 40px;
		height: 40px;
		margin: 0px 10px 0px 0px;
		padding: 0px;
		display: inline-block;
	}
	#share ul li.mds {
		width: 100%;
		height: 30px;
		margin: 0px auto;
		padding: 0px;
		display: block;
		font-size: 14px;
		line-height: 1em;
		letter-spacing: 0.125em;
		color: #5d308d;
		text-align: center;
	}
	#share ul li a img
	{
		width: 30px;
		height: auto;
	}
	#share ul li:last-child a
	{
		padding: 30px 0px 0px;
		overflow: hidden;
		height: 0px !important;
		height /**/:30px;
		background: url(../img/icon_sns_line.png) no-repeat left top;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		margin: 0px auto;
		width: 30px;
		display: block;
	}
}