html {
	scroll-behavior: smooth;
}

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	overflow-x:hidden; /*横スクロール防止*/
	position: relative; /*横スクロール防止*/
}

img {
	max-width: 100%;
	height: auto;
}

section {
	max-width: 100%; /*横スクロール防止*/
}

.wrapper { 
	width: 1050px; 
	max-width:100%; 
	margin: 0 auto; 
}

h2 {
	font-size: 30px;
	letter-spacing: 5px;
	font-weight: 400;
}

h3 {
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 400;
}

p {
	line-height: 1.7;
	letter-spacing: .5px;
	text-align: justify;
}

/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊fv＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/

header img {
	margin: 0 auto 70px;
}

.navelpierse {
	width: 50%;
}

header h1 picture img {
	width: 100%;
}


/*＊＊＊＊＊＊＊＊＊＊＊＊＊メニュー＊＊＊＊＊＊＊＊＊＊＊＊＊*/

.info {
	margin: 50px 0 200px;
}

ul.info {
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin-bottom: 100px;
}
ul.info li {
	width: 31%;
	border: 1px solid #B9B9B9;
	transition: transform 0.3s ease;
}

ul.info li:hover {
	transform: translateY(3px);
}


.info_button {
	width: 500px;
	height: 83px;
	background-image: url("../img/dec03.png");
	background-repeat: no-repeat;
	background-size: contain;
	color: #fff;
	margin: 50px auto;
	transition: transform 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 1px;
	font-size: 20px;
}

.info_button:hover {
	transform: translateY(3px);
}





/*＊＊＊＊＊＊＊＊＊＊タイトル部分/背景画像＊＊＊＊＊＊＊＊＊＊*/

.kira,.cute,.cool {
	background-repeat: no-repeat;
	background-position: center top;
	z-index: -1;
	margin-bottom: 400px;
}

.kira {
	background-image: url("../img/kira_bg01.png");
}

.cute {
	background-image: url("../img/cute_bg01.png");
}

.cool {
	background-image: url("../img/cool_bg01.png");
}


/*＊＊＊＊＊＊＊＊ボタン(イチオシ商品/ピアッサー)＊＊＊＊＊＊＊＊*/


.item_button {
	position: relative;
	border: solid 1px #333;
	padding: 16px 70px 16px 50px;
	letter-spacing: 1px;
	transition: all .3s;
}

.item_button::after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	transform: rotate(45deg);
	position: absolute;
	margin-top: -5px;
	top: 50%;
	right: 20px;
}

.item_button:hover {
    color: #fff;
	border:1px solid #333;
	background-color: #333;
}


/*＊＊＊＊＊＊＊＊＊＊＊イチオシアイテム＊＊＊＊＊＊＊＊＊＊＊*/

.toppick {
	margin: 0 auto;
	padding: 100px 0;
}

.toppick img {
	margin: 0 auto 40px;
}

.toppick_content_01 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.toppick_content_02 {
	padding-left: 20px;
}

.toppick_text {
	text-align: left;
	height: 300px;
}

.toppick_text p {
	margin: 30px 0 50px;
}


/*＊＊＊＊＊＊＊＊＊＊＊＊オススメ商品＊＊＊＊＊＊＊＊＊＊＊＊*/

/*背景色*/
.pickup_kira {
	background-color: #fdfaef;
}

.pickup_cute {
	background-color: #fef6f9;
}

.pickup_cool {
	background-color: #f8f6fe;
}

.pickup_kira,.pickup_cute,.pickup_cool {
	width: 100%;
	height: 100%;
	padding: 50px 0;
	position: relative;
}


/*共通指示*/
.pickup_kira h2 img,.pickup_cute h2 img,.pickup_cool h2 img {
	margin: 50px auto 40px;
}

.pickup_content {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}

.pickup_item {
	width: 40%;
	margin: 20px;
	text-align: left;
}

.pickup_item a img {
	transition: transform 0.3s ease;
}

.pickup_item a img:hover {
	transform: translateY(3px);
}

.pickup_item span {
	font-size: 13px;
	margin: -10px 0;
}


/*散らし柄の背景画像位置*/
.bg02_l,.bg02_r {
	position: absolute;
	z-index: -1;
	overflow: hidden;
	top: -50px;
}

.bg02_l {
	left: -430px;
}

.bg02_r {
	right: -430px;
}




/*＊＊＊＊＊＊＊＊＊＊＊＊＊アレンジ＊＊＊＊＊＊＊＊＊＊＊＊＊*/

.arrange h2 img {
	margin: 80px auto 20px;
}

.arrange_content {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto;
}

.arrange_item {
	width: 32%;
	position: relative;
}

.arrange_item a img {
	position: relative;
	transition: transform 0.3s ease;
	border: solid .3px #F0F0F0;
}

.arrange_item a img:hover {
	transform: translateY(3px);
}


.kira_use,.cute_use,.cool_use {
	position: absolute;
	width: 100px;
	height: 22px;
	top: 10px;
	right: -1px;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	font-size: 13px;
}

/*背景色*/
.kira_use {
	background-color: #f9c64b;
}

.cute_use {
	background-color: #e59191;
}

.cool_use {
	background-color: #8699d5;
}



/*＊＊＊＊＊＊＊＊＊＊＊＊＊ピアッサー＊＊＊＊＊＊＊＊＊＊＊＊＊*/

/*タイトル*/
.piercer_title h2 {
	margin: 20px auto;
	line-height: 25px;
}

.piercer_title {
	height: 100px;
	padding-top: 100px;
}
.sp {
	display: none;
}


.piercer_content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 100px;
}

.piercer_content img {
	width: 45%;
}

.piercer_text {
	width: 52%;
	text-align: left;
	text-align: justify;
}

.piercer_text h3 {
	margin-bottom: 10px;
}


/*ポイント部分*/
.piercer_point {
	height: 180px;
}
.piercer_point li {
	font-size: 20px;
	letter-spacing: 2px;
	margin: 30px 0;
}

.checkmark {
	display: inline-block;
	vertical-align: middle;
	color: #75BFDF;
	line-height: 1;
	position: relative;
	width: 1em;
	height: 1em;
	border: 0.1em solid currentColor;
	border-radius: 50%;
	box-sizing: content-box;
	margin-right: 5px;
}

.checkmark > span {
	width: 0.58em;
	height: 0.261em;
	border: 0.1em solid currentColor;
	border-top: 0;
	border-right: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(-45deg);
	position: absolute;
	top: -0.5px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

/*背景画像*/
.piercer {
	position: relative;
	margin: 200px 0;
	height: auto;
	background-color: #f1f9fa;
}

.piercer:before {
	position: absolute;
	height: 50px;
	width: 100%;
	content: "";
	background: url("../img/piercer_bg_top.png"); 
	background-repeat: repeat-x;
	background-size: contain;
	left: 0;
	right: 0;
	top: -40px;
	z-index: -1;
}

.piercer:after {
	position: absolute;
	height: 50px;
	width: 100%;
	content: "";
	background: url("../img/piercer_bg_bottom.png"); 
	background-repeat: repeat-x;
	background-size: contain;
	left: 0;
	right: 0;
	bottom: -40px;
	z-index: -1;
}



/*＊＊＊＊＊＊＊＊＊＊＊＊＊その他ピアスはこちら＊＊＊＊＊＊＊＊＊＊＊＊＊*/

.other_button {
	width: 500px;
	margin: 0 auto;
	transition: transform 0.3s ease;
}

.other_button:hover {
	transform: scale(1.02);
}

.other {
	width: 600px;
	position: relative;
	margin: 0 auto;
}

.deco02 {
	position: absolute;
	top: -60px;
	right: -20px;
	width: 70px;
}




/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊フッター＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/

.footer {
	width: 100%;
	background-color: #4a5560;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding: 25px 0 15px;
	margin-top: 100px;
}

.footer img {
	margin: 0 auto;
	width: 150px;
	margin-bottom: -5px;
}

/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊TOPへ戻る＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/

#page_top {
	width: 70px;
	height: 70px;
	background-image: url("../img/pagetop.png");
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	position: fixed;
	right: 50px;
	bottom: 30px;
	z-index: 2;	
}



/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊レスポンシブ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
@media(max-width:834px){　　/*タブレット*/
	h2 {
	font-size: 25px;
	letter-spacing: 3px;
	}
	h3 {
	font-size: 18px;
	}
	p {
	font-size: 13px;
	}
	.wrapper { 
	width: 95%; 
	}
	
/*＊＊＊＊＊＊＊＊＊メニュー＊＊＊＊＊＊＊＊＊＊＊*/
	.info_button {
	margin: 30px auto;
	}
	
/*＊＊＊＊＊＊＊タイトル部分/背景画像＊＊＊＊＊＊＊*/
	.kira,.cute,.cool {
	background-size: 130% auto;
	margin-bottom: 200px;
	}
	.toppick img:nth-child(1) {
	width: 80%;
	}

/*＊＊＊＊＊＊＊＊イチオシアイテム＊＊＊＊＊＊＊＊*/
	.toppick {
	padding: 40px 0;
	}	
	.toppick_content_02 {
	padding-left: 15px;
	}	
	.toppick_content_01 img:nth-child(1){
	width: 45%;
	}	
	.toppick_text a {
		font-size: 10px;
	}	
	.toppick_text p {
	margin: 10px 0 30px;
	}
	
	/*ボタン*/
	.item_button {
	padding: 10px 30px 10px 20px;
		letter-spacing: 0;
	}
	.item_button::after {
	width: 7px;
	height: 7px;
	right: 15px;
	}
	
/*＊＊＊＊＊＊＊＊＊オススメ商品＊＊＊＊＊＊＊＊＊*/
	.pickup_kira h2 img,.pickup_cute h2 img,.pickup_cool h2 img {
	margin: 10px auto 20px;
	width: 70%;
	height: auto;
	}
	.pickup_item {
	width: 45%;
	margin: 10px;
	}	
	.pickup_item span {
	font-size: 10px;
	line-height: 10px;
	}
	.pickup_item p {
	line-height: 13px;
	margin-top: 7px;
	}
	.bg02_l,.bg02_r {
	display: none;/*非表示*/
	visibility: hidden;/*非表示*/
	}
	
/*＊＊＊＊＊＊＊＊＊＊アレンジ＊＊＊＊＊＊＊＊＊＊*/
	.arrange h2 img {
	margin: 45px auto 15px;
	width: 60%;
	}
	.arrange_content {
	margin: 10px auto;
	}
	
/*＊＊＊＊＊＊＊＊＊＊ピアッサー＊＊＊＊＊＊＊＊＊＊*/
	.piercer_title h2 {
	line-height: 35px;
	}
	.piercer_content {
	align-items: flex-start;
	margin-top: 40px;
	}
	.piercer_content img {
	width: 45%;
	}
	.piercer_text {
	width: 53%;
	text-align: left;
	}
	.sp {
	display: block;
	}
	.piercer_text h3 {
	letter-spacing: 0;
	}
	
	/*ポイント部分*/
	.piercer_point {
	height: 150px;
	}
	.piercer_point li {
	font-size: 18px;
	letter-spacing: 2px;
	margin: 15px 0;
	}
	
	/*ボタン*/
	.piercer_text a {
	margin-left: -50px;
	}
}




@media(max-width:414px){　　/*スマホ*/
	h2 {
	font-size: 19px;
	letter-spacing: 3px;
	}
	h3 {
	font-size: 17px;
	}
	.wrapper { 
	width: 98%; 
	}
/*＊＊＊＊＊＊＊＊＊＊＊fv＊＊＊＊＊＊＊＊＊＊＊*/
	.navelpierse {
	width: 90%;
	}
	
/*＊＊＊＊＊＊＊＊＊メニュー＊＊＊＊＊＊＊＊＊*/
	.info {
	margin: 30px 0 100px;
	}
	ul.info {
	margin-bottom: 50px;
	}
	ul.info li {
	width: 32%;
	border: 1px solid #E8E8E8;
	}
	.info_text {
	font-size: 18px;
	letter-spacing: 3px;
	}
	.info_button {
	width: 320px;
	height: 53px;
	margin: 20px auto;
	font-size: 15px;
	}
	
/*＊＊＊＊＊＊＊タイトル部分/背景画像＊＊＊＊＊＊＊*/
	.kira,.cute,.cool {
	background-size: 150% auto;
	margin-bottom: 200px;
	}

/*＊＊＊＊＊＊＊＊イチオシアイテム＊＊＊＊＊＊＊＊*/
	.toppick {
	padding: 50px 0;
	}
	.toppick img:nth-child(1) {
	width: 90%;
	margin: 0 auto 25px;
	}
	.toppick img {
	margin: 0 auto 13px;
	}
	.toppick_content_01 img:nth-child(1){
	display: none;
	}
	.toppick_text {
		text-align: center;
		height: 250px;
	}
	.toppick_content_02 {
	padding: 0 3px;
	}
	
/*＊＊＊＊＊＊＊＊＊オススメ商品＊＊＊＊＊＊＊＊＊*/	
	.pickup_kira,.pickup_cute,.pickup_cool {
	padding: 30px 0;
	}
	.pickup_kira h2 img,.pickup_cute h2 img,.pickup_cool h2 img {
	margin: 0 auto 20px;
	width: 90%;
	height: auto;
	}
	.pickup_item {
	width: 45%;
	margin: 0 5px 15px;
	}
	.pickup_item p {
	display: none;
	}
	.pickup_item {
	line-height: 10px;
	}
	.pickup_item img {
	margin-bottom: 3px;
	}
	
/*＊＊＊＊＊＊＊＊＊＊アレンジ＊＊＊＊＊＊＊＊＊＊*/
	.arrange h2 img {
	width: 80%;
	}
	.kira_use,.cute_use,.cool_use {
	width: 50px;
	height: 15px;
	top: 5px;
	font-size: 8px;
	}
	
/*＊＊＊＊＊＊＊＊＊＊ピアッサー＊＊＊＊＊＊＊＊＊＊*/
	/*タイトル*/
	.piercer_title h2 {
	margin: 10px auto;
	line-height: 30px;
	font-size: 23px;
	letter-spacing: 2px;
	}
	.piercer_title {
	padding-top: 50px;
	}
	
	/*コンテンツ*/
	.piercer_content {
	flex-direction: column;
	width: 90%;
	margin: 10px auto 0;
	padding-bottom: 50px;
	}
	.piercer_content img,.piercer_text {
	width: 100%;
	}
	.piercer_text {
	margin-top: 20px;
	}
	.piercer_text h3 {
	text-align: center
	}
	
	/*ポイント部分*/
	.piercer_point {
	height: 130px;
	}
	.piercer_point li {
	font-size: 18px;
	letter-spacing: 1px;
	margin: 15px 0;
	}
	
	/*ボタン*/
	.piercer_text a {
	margin-left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	}
	
	/*背景画像*/
	.piercer {
	margin: 100px 0;
	}
	.piercer:before,.piercer:after {
	background-size: 30% auto;
	}
	.piercer:before {
	height: 40px;
	top: -20px;
	}
	.piercer:after {
	height: 40px;
	}
	
/*＊＊＊＊＊＊＊＊その他ピアスはこちら＊＊＊＊＊＊＊＊*/
	.other_button {
	width: 300px;
	}
	.other {
	width: 300px;
	margin: 0 auto;
	}
	.deco02 {
	top: -40px;
	right: -10px;
	width: 40px;
	}
	
/*＊＊＊＊＊＊＊＊＊＊TOPへ戻る＊＊＊＊＊＊＊＊＊＊*/
	#page_top {
	background-image: url("../img/pagetop_sp.png");
	width: 50px;
	height: 50px;
	right: 20px;
	bottom: 20px;
	}
	
/*＊＊＊＊＊＊＊＊＊＊フッター＊＊＊＊＊＊＊＊＊＊*/
	.footer {
	font-size: 8px;
	}
	.footer img {
	width: 100px;
	margin-bottom: -10px;
	}
}









