@charset "UTF-8";
/* CSS Document */

/*////////// 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-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

/*////////// basic //////////*/
html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 16px;
}
body {
	font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, serif, -apple-system, BlinkMacSystemFont ;
	background: #f0f0f0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	color: #473e43;
	-webkit-font-smoothing: antialiased;
}
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}
h1 {
	font-size: 1.5rem;
	font-weight: bold;
	display: block;
}
h1 img {
	display: block;
	margin: 1rem 0;
	max-width: 330px;
}
h2 {
	font-size: 1.125rem;
	line-height: 2rem;
}
h3 {
	
}

img {
	vertical-align: top;
}
.eye1 {
	background: url("../img/eye-01.svg") no-repeat right;
	background-size: 45%;
	background-attachment: fixed;
	height: 350px; 
	margin: 0;
}
.eye2 {
	background: url("../img/eye-02.svg") no-repeat left;
	background-size: 45%;
	background-attachment: fixed; 
	height: 350px;
	margin: 0;
}
.eye1 img, .eye2 img {
	display: none;
}
section {
}
.header {	
	background: url("../img/img-header.jpg") no-repeat center;
	background-size: cover;
	width: 100%;
	/max-width: 1920px;
	height: 100vh;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
.header::after {
	background: url("../img/bg-wave.svg");
	background-size: cover;
	bottom: 0;
	content: '';
	height: 400px;
	position: absolute;
	width: 100%;
}
.message {
	color: #fff;
	position: absolute;
	/width: 400px;
	height: 400px;
	top: 10%;
	left: 10%;
}
.title {
	width: 100%;
	max-width: 1440px;	
	display: block;
	margin: 0 auto;
	padding: 0;
	z-index: 10;
}
.title h3 img {
	width: 60%;
	max-width: 280px;
	margin-left: 2em;
}
.container {
	width: 90%;
	max-width: 1440px;
	height: auto;
	margin: 8em auto 0 auto;
	column-count: 2;
	column-gap: 0;
	transform: skewY(20deg);
    padding-top: calc(20px * 0.364);
    background: none;
}
.menu-container {
	width: 100%;
	max-width: 590px;
	margin: 0 auto  6em auto;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	transform: skewY(-20deg);
}
.menu-item {
	width: 90%;
	max-width: 480px;
	margin: 0 auto;
	margin-top: -8rem;
	padding: 8rem 0;
	background: #fff;
	border-radius: 9999px;
	border: solid 2px #fff;
	&.perm {
		border-color: #aec3b1;
	}
	&.extention {
		border-color: #a69bb6;
	}
	&.eyeblow {
		border-color: #90c3d8;
	}
	&.set-option {
		border-color: #e5bbcd;
	}
}
.menu-container dl {
	width: 90%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
.menu-container dt {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 5rem 0 1rem 0;
}
.menu-container dd {
	font-size: 1.125rem;
	margin: 1rem 0 1rem 0;
}
.menu-container img {
	width: 100%;
	max-height: 200px;
}
.menu-container h4 img.option {
	margin-top: 5rem;
}
.salon {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #aa9681;
	color: #fff;
	text-align: center;
	padding-bottom: 2em;
	margin-bottom: 300px;
}
.salon img {
	margin: 1em auto 3em auto;
	width: 50%;
	max-width: 300px;
}
.salon span {
	font-size: 1.25rem;
	display: block;
}
.salon p {
	font-size: 1.5rem;
	line-height: 2.4rem;
}
.open {
	 background: #fff;
	 color: #473e43;
	 width: 30%;
	 margin: 2em auto;
	 padding: 2em;
	 border-radius: 9999px;
 }
 .open p {
	 font-size: 1.25rem;
	 line-height: 2.6rem;
 }
 .wave2{
	 width: 100%;
	 height: 370px;
	 background: url("../img/bg-wave2.svg") no-repeat;
	 background-position: center top;
	 background-size: cover;
	 margin: 0;
	 padding: 0;
 }
 .salon h5 {
	 font-size: 2rem;
 }
 .salon h5 span {
	 font-size: 1.25rem;
 }
.salon h4 {
	 font-size: 1.5rem;
	 margin-bottom: 230px;
 }
iframe {
	margin: 3em 0;
}
footer {
	background-color: #ffffff;
	box-shadow: 0px -10px 10px -6px rgba(71, 62, 67, 0.8);	
	width: 100%;
	margin: 0;
	position: fixed;
	bottom: 0;
}
.footer {
	display: flex;
	justify-content: space-between;
	width: 70%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 2em 10%;
}
.footer h6 {
	flex-grow: 2;
	margin: 1em;
}
.footer img.sns-icon {
	width: 65px;
	height: 80%;
}
.footer img {
	margin: .7em;
}
/*////////// フェードイン //////////*/
.fade-in {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 2s, transform 1.5s;
}.fade-in.active {
	opacity: 1;
	transform: translateY(0px);
}