@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;
	}
}

/* SJフッターのSNSリンク */
.footer-outer .sns-area {
	position: relative;
	z-index: 2;
}

.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 -5%;
		padding: 0px 0px 100px;
		text-align: center;
		position: relative;
		background-color: #fff;
	}
	#earring_simulate .area_inner {
		width: 100%;
		height: 768px;
		display: block;
		margin: 0px auto;
		padding: 0px;
		background: #d6d4e1;
	}
	#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;
	}
	#cvswrapper2::before {
		content: "";
		width: 375px;
		height: 450px;
		display: block;
		margin: 0px auto;
		background: rgba(255,255,255,0);
		position: absolute;
		top: 0;
		left: 0;
		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;
	}
	::-webkit-scrollbar {
		display: none;
	}
	.content {
		width : 98%;
		height: 670px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		align-content: flex-start;
		overflow-y: scroll;
		margin: 0px auto;
		padding: 0px 0px 7px;
		text-align: left;
		background: rgba(255,255,255,0.5);
		font-size: 0;
	}
	#panel6 .content {
		margin: 5px auto 0px;
	}
	.content input[type="image"].btn {
		width: auto;
		height: auto;
		max-height: 100px;
		margin: 0px auto 0px;
		padding: 0px;
		display: block;
	}
	#panel6 .content input[type="image"].btn,
	.xmaslimited + input[type="image"].btn {
		margin: 10px auto -10px;
	}
	.content .product {
		width: calc(100% / 3.04);
		height: auto;
		margin: 0px;
		padding: 0px 0px 2px;
		display: block;
		position: relative;
		text-align:center;
		overflow: hidden;
		background: linear-gradient(180deg, rgb(255,255,255), 90%, rgb(248,250,250));
	}
	.content .product::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;
	}
	.content .layout {
		display: none;
	}
	.content .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: 3px;
		left: 0px;
		right: 0;
		z-index: 5;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.content .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%);
	}
}
	.content .okini {
		width : calc(100% / 2.1);
		height: 18px;
		margin: 0px auto 5px;
		padding: 0px;
		display: inline-block;
		text-align: center;
		vertical-align: bottom;
	}
	.content .cart {
		width : calc(100% / 2.1);
		height: 20px;
		margin: 0px auto 5px;
		padding: 0px;
		display: inline-block;
		text-align: center;
		vertical-align: bottom;
	}
	
	/* お気に入り */
	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;
	}
}
@media (max-width: 768px) {	/* SP */
	.selectArea
	{
		width: 100%;
		height: auto;
		overflow: hidden;
		display: block;
		vertical-align:top;
		margin: 0 auto;
		text-align: center;
		-ms-overflow-style:none;
		-webkit-appearance: none;
	}
	::-webkit-scrollbar {
		display: none;
	}
	.content {
		width : 100%;
		height: calc(100vh - 650px);
		min-height: 360px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		align-content: flex-start;
		overflow-y: scroll;
		margin: 0px auto;
		padding: 0px 0px 7px;
		text-align: left;
		background: rgba(255,255,255,0.5);
		font-size: 0;
	}
	.content input[type="image"].btn {
		width: auto;
		height: auto;
		max-height: 100px;
		margin: 0px auto 0px;
		padding: 0px;
		display: block;
	}
	#panel6 .content input[type="image"].btn,
	.xmaslimited + input[type="image"].btn {
		margin: 10px auto -10px;
	}
	.content .product {
		width: calc(100% / 4.01);
		height: auto;
		margin: 0px;
		padding: 0px 0px 2px;
		display: block;
		position: relative;
		text-align: center;
		overflow: hidden;
		background: linear-gradient(180deg, rgb(255,255,255), 90%, rgb(248,250,250));
	}
	.content .product::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;
	}
	.content .layout {
		display: none;
	}
	.content .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;
	}
	.content .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%);
	}
}
	.content .okini {
		width : calc(100% / 2.1);
		height: 18px;
		margin: 0px auto 5px;
		padding: 0px;
		display: inline-block;
		text-align: center;
		vertical-align: bottom;
	}
	.content .cart {
		width : calc(100% / 2.1);
		height: 20px;
		margin: 0px auto 5px;
		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: 16px 0px 0px;
		overflow: hidden;
		height: 0px !important;
		height /**/:16px;
		background: url(../img/btn_wishlist_on.png) no-repeat center center;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		margin: 0px auto;
		width: 19px;
		display: block;
	}
}

/* セレクト グルーピング タグ切り替え
------------------------------------------------------------------ */
@keyframes tabAnim{
	0%{opacity: 0;}
	100%{opacity: 1;}
}
@media screen and (min-width: 769px) {	/* PC */
	.tab_wrap {
		width:100%;
		margin:0px auto;
		position: relative;
	}
	input[type="radio"] {
		display:none;
	}
	.tab_area {
		letter-spacing: -.4em;	/* inline-block隙間 */
		margin:0px auto;
		height: 100px;
	}
	.tab_area label {
		width: calc(100% / 3);
		height: 50px;
		margin:0px auto;
		display:inline-block;
		vertical-align: top;
		padding: 8px 0px 15px;
		color:#4d4442;
		background:#fff;
		border-left: 1px solid #eee;
		border-top: 1px solid #eee;
		text-align:center;
		font: 12px/1.25em "Helvetica Neue", Arial , "Hiragino Kaku Gothic ProN" , "Hiragino Sans" ,Meiryo , sans-serif;
		font-weight: 600;
		letter-spacing: 0.0025em;
		cursor:pointer;
		transition:ease 0.2s all;
		position: relative;
	}
	.tab_area label.tab1_label {
		border-left: none;
	}
	.tab_area label.tab4_label,
	.tab_area label.tab5_label {
		width: calc(100% / 2);
		border-bottom: 1px solid #eee;
	}
	.tab_area .arrow {
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
		margin: auto;
		width: 10px;
		height: 10px;
		border: 1px solid;
		border-color:  transparent transparent #4d4442 #4d4442;
		transform: rotate(-45deg);
		opacity: 1;
	}
	.tab_area label:hover {
/*
		opacity: 0.5;
*/	}
	.tab_panel {
		width:100%;
		opacity: 0;
		padding: 0px;
		display:none;
	}
	.tab_panel p {
		font-size:14px;
		letter-spacing:1px;
		text-align:center;
	}
	.panel_area {
		background:#fff;
	}
	#tab1:checked ~ .tab_area label:not(.tab2_label,.tab3_label,.tab4_label,.tab5_label,.tab6_label),
	#tab2:checked ~ .tab_area label:not(.tab1_label,.tab3_label,.tab4_label,.tab5_label,.tab6_label),
	#tab3:checked ~ .tab_area label:not(.tab1_label,.tab2_label,.tab4_label,.tab5_label,.tab6_label),
	#tab4:checked ~ .tab_area label:not(.tab1_label,.tab2_label,.tab3_label,.tab5_label,.tab6_label),
	#tab5:checked ~ .tab_area label:not(.tab1_label,.tab2_label,.tab3_label,.tab4_label,.tab6_label),
	#tab6:checked ~ .tab_area label:not(.tab1_label,.tab2_label,.tab3_label,.tab4_label,.tab5_label)
	{
	}
	#tab1:checked ~ .tab_area .tab1_label,
	#tab2:checked ~ .tab_area .tab2_label,
	#tab3:checked ~ .tab_area .tab3_label,
	#tab4:checked ~ .tab_area .tab4_label,
	#tab5:checked ~ .tab_area .tab5_label,
	#tab6:checked ~ .tab_area .tab6_label
	{
		padding: 15px 0px 10px;
		font: 12px/1.25em "Helvetica Neue", Arial , "Hiragino Kaku Gothic ProN" , "Hiragino Sans" ,Meiryo , sans-serif;
		font-weight: 600;
		letter-spacing: 0.0025em;
		color:#fff;
		background:#5e318f;
	}
	#tab6:checked ~ .tab_area .tab6_label
	{
		background: #a51c4b;
		background: linear-gradient(135deg, rgb(165,28,75), 80%, rgb(193,19,79));
	}
	#tab1:checked ~ .tab_area .tab1_label .arrow,
	#tab2:checked ~ .tab_area .tab2_label .arrow,
	#tab3:checked ~ .tab_area .tab3_label .arrow,
	#tab4:checked ~ .tab_area .tab4_label .arrow,
	#tab5:checked ~ .tab_area .tab5_label .arrow,
	#tab6:checked ~ .tab_area .tab6_label .arrow
	{
		opacity: 0;
	}
	#tab1:checked ~ .panel_area #panel1,
	#tab2:checked ~ .panel_area #panel2,
	#tab3:checked ~ .panel_area #panel3,
	#tab4:checked ~ .panel_area #panel4,
	#tab5:checked ~ .panel_area #panel5,
	#tab6:checked ~ .panel_area #panel6
	{
		display:block;
		animation:tabAnim ease 0.6s forwards;
		-ms-animation:tabAnim ease 0.6s forwards;
	}
}
@media (max-width: 768px) {	/* SP */
	.tab_wrap {
		width:100%;
		margin:0px auto;
	}
	input[type="radio"] {
		display:none;
	}
	.tab_area {
		letter-spacing: -.4em;	/* inline-block隙間 */
		margin:0px auto;
	}
	.tab_area label {
		width: calc(100% / 3);
		height: 40px;
		margin:0px auto;
		display:inline-block;
		vertical-align: top;
		padding: 5px 0px 15px;
		color:#4d4442;
		background:#fff;
		border-left: 1px solid #eee;
		border-top: 1px solid #eee;
		text-align:center;
		font: 11px/1.25em "Helvetica Neue", Arial , "Hiragino Kaku Gothic ProN" , "Hiragino Sans" ,Meiryo , sans-serif;
		font-weight: 600;
		letter-spacing: -0.0025em;
		cursor:pointer;
		transition:ease 0.2s all;
		position: relative;
	}
	.tab_area label.tab1_label {
		border-left: none;
	}
	.tab_area label.tab4_label,
	.tab_area label.tab5_label {
		width: calc(100% / 2);
		border-bottom: 1px solid #eee;
	}
	.tab_area .arrow {
		position: absolute;
		bottom: 7px;
		left: 0;
		right: 0;
		margin: auto;
		width: 7px;
		height: 7px;
		border: 1px solid;
		border-color:  transparent transparent #4d4442 #4d4442;
		transform: rotate(-45deg);
		opacity: 1;
	}
	.tab_area label:hover {
/*
		opacity: 0.5;
*/	}
	.tab_panel {
		width:100%;
		opacity: 0;
		padding: 0px;
		display:none;
	}
	.tab_panel p {
		font-size:14px;
		letter-spacing:1px;
		text-align:center;
	}
	.panel_area {
		background:#fff;
	}
	#tab1:checked ~ .tab_area label:not(.tab2_label,.tab3_label,.tab4_label,.tab5_label,.tab6_label),
	#tab2:checked ~ .tab_area label:not(.tab1_label,.tab3_label,.tab4_label,.tab5_label,.tab6_label),
	#tab3:checked ~ .tab_area label:not(.tab1_label,.tab2_label,.tab4_label,.tab5_label,.tab6_label),
	#tab4:checked ~ .tab_area label:not(.tab1_label,.tab2_label,.tab3_label,.tab5_label,.tab6_label),
	#tab5:checked ~ .tab_area label:not(.tab1_label,.tab2_label,.tab3_label,.tab4_label,.tab6_label),
	#tab6:checked ~ .tab_area label:not(.tab1_label,.tab2_label,.tab3_label,.tab4_label,.tab5_label)
	{
	}
	#tab1:checked ~ .tab_area .tab1_label,
	#tab2:checked ~ .tab_area .tab2_label,
	#tab3:checked ~ .tab_area .tab3_label,
	#tab4:checked ~ .tab_area .tab4_label,
	#tab5:checked ~ .tab_area .tab5_label,
	#tab6:checked ~ .tab_area .tab6_label
	{
		padding: 12px 0px 10px;
		font: 11px/1.25em "Helvetica Neue", Arial , "Hiragino Kaku Gothic ProN" , "Hiragino Sans" ,Meiryo , sans-serif;
		font-weight: 600;
		letter-spacing: -0.0025em;
		color:#fff;
		background:#5e318f;
	}
	#tab6:checked ~ .tab_area .tab6_label
	{
		background: #a51c4b;
		background: linear-gradient(135deg, rgb(165,28,75), 80%, rgb(193,19,79));
	}
	#tab1:checked ~ .tab_area .tab1_label .arrow,
	#tab2:checked ~ .tab_area .tab2_label .arrow,
	#tab3:checked ~ .tab_area .tab3_label .arrow,
	#tab4:checked ~ .tab_area .tab4_label .arrow,
	#tab5:checked ~ .tab_area .tab5_label .arrow,
	#tab6:checked ~ .tab_area .tab6_label .arrow
	{
		opacity: 0;
	}
	#tab1:checked ~ .panel_area #panel1,
	#tab2:checked ~ .panel_area #panel2,
	#tab3:checked ~ .panel_area #panel3,
	#tab4:checked ~ .panel_area #panel4,
	#tab5:checked ~ .panel_area #panel5,
	#tab6:checked ~ .panel_area #panel6
	{
		display:block;
		animation:tabAnim ease 0.6s forwards;
		-ms-animation:tabAnim ease 0.6s forwards;
	}
}

/* スクロール時のフェードイン
------------------------------------------------------------------ */
.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 */
	#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;
	}
}

/* スタイリングエリア（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;
	}
}