@charset "UTF-8";

/* ==========================================================================
   reset
========================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}



/* ==========================================================================
   base
========================================================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
htm {
	font-size: 62.5%;
}
img {
	width: 100%;
	height: auto;
	display: block;
}

@media (min-width: 768px) {
	body {
		width: 768px;
		margin: 0 auto;
	}
}



/* ==========================================================================
   fixed
========================================================================== */
.fixed_area {
	position: fixed;
	left: 0;
	bottom: -200px;
	transition: all .5s;
}
.fixed_area.fixed {
	bottom: 20px;
}
.fixed_area ul {
	display: flex;
	align-items: flex-start;
}
.fixed_area ul li {
	width: 50%;
}

@media (min-width: 768px) {
	.fixed_area {
		width: 550px;
		left: auto;
		right: 0;
	}
}



/* ==========================================================================
   style
========================================================================== */
.product .contents {
	background-image: url(../images/contents/product/product_bg.jpg);
	padding: 0 5.3333vw;
}
.product .contents ul {
	display: flex;
	flex-wrap: wrap;
	margin: -8px;
}
.product .contents ul li {
	width: 50%;
	padding: 8px;
}
.salon .contents {
	background-image: url(../images/contents/salon/salon_bg.jpg);
	padding: 0 5.3333vw;
}
.salon .contents .link.hp {
	margin-bottom: 10px;
}
.salon .contents .link.insta {
	margin-bottom: 30px;
}
.salon .contents .credit {
	margin-bottom: 30px;
}
.copy{
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.copy {
		margin-bottom: 0;
	}
	.salon .contents .link.insta {
		margin-bottom: 50px;
	}
	.product .contents,
	.salon .contents {
    	padding: 0 40px;
	}
	.salon .contents .credit {
		margin-bottom: 80px;
	}
}






