@charset "utf-8";

@media screen and (max-width : 767px ){
	
	.pc {
		display: none;
	}
	
	#loading {
		display: table;
		width: 100%;
		height: 100%;
		background: #fff;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 2000;
	}

	#loading div {
		display: table-cell;
		vertical-align: middle;
	}

	#loading div img {
		animation: anime1 1.5s linear 0s infinite normal running;
	}

	.topPage header {
		width: 100%;
		height: 100vh;
		display: table;
		position: relative;
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}

	.topPage header h1 {
		width: 100%;
		text-align: center;
		font-size: 1.6rem;
		font-weight: normal;
		position: absolute;
		top: 20%;
		left: 0px;
		z-index: 10;
		color: #000;
	}

	.topPage header p.logo {
		padding: 9px 10px 0px 10px;
		box-sizing: border-box;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 350;
	}

	.topPage header p.logo img {
		width: 110px;
		height: auto;
	}

	.topPage header p.logoTop {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
		height: 50px;
		position: relative;
		z-index: 10;
	}

	.topPage header p.logoTop img {
		width: 200px;
		height: auto;
		margin: 100px 0px 0px 0px;
	}

	.topPage header ul {
		width: 100%;
		height: 100vh;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 5;
	}

	.topPage header ul li {
		width: 100%;
		height: 100vh;
		position: absolute;
		top: 0px;
		left: 0px;
	}

	.topPage header ul li.pic01 {
		background: url(../img/mv01.jpg) no-repeat center center;
		background-size: cover;
	}

	.topPage header ul li.pic02 {
		background: url(../img/mv02.jpg) no-repeat center center;
		background-size: cover;
	}

	.topPage header ul li.pic03 {
		background: url(../img/mv03.jpg) no-repeat center center;
		background-size: cover;
	}

	.topPage header ul li.pic04 {
		background: url(../img/mv04.jpg) no-repeat center center;
		background-size: cover;
	}
	.underPage header {
		width: 130px;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 350;
	}

	.underPage header p {
		padding: 9px 10px 0px 10px;
	}

	.underPage header p img {
		width: 110px;
		height: auto;
	}

	.underPage header h1 {
		display: none;
	}

	nav {
		width:100%;
		height: 51px;
		background: rgba(255,255,255,0.95);
		border-bottom: #bfbfbf 1px solid;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 300;
		text-align: left;
		box-sizing: border-box;
	}

	nav > div {
		width:100%;
		height: 50px;
		position: relative;
	}

	nav > div .mark {
		width: 30px;
		height: 23px;
		position: absolute;
		top: 13px;
		right: 10px;
		overflow: hidden;
		z-index: 100;
	}

	nav > div .mark > div {
		width: 30px;
		height: 3px;
		margin: 0px 0px 7px 0px;
		background: #343643;
		font-size: 0px;
	}

	nav > div ul {
		width: 100%;
		height: 100dvh;
		background: rgba(255,255,255,0.95);
		position: absolute;
		top: 51px;
		left: 100%;
		transition-duration: 0.8s;
		transition-timing-function: cubic-bezier(0.2, 0, 0.08, 1); 
	}

	nav.on > div ul {
		top: 51px;
		left: 0px;
		transition-duration: 0.8s;
		transition-timing-function: cubic-bezier(0.2, 0, 0.08, 1); 
	}

	nav > div ul li {
		width: 100%;
		border-bottom: #ddd 1px solid;
		font-size: 1.6rem;
		font-weight: bold;
	}

	nav > div ul li a {
		display: block;
		padding: 12px 20px;
		background: #fff;
		text-decoration: none;
	}

	nav > div p.insta {
		display: none;
	}

	footer {
		padding: 60px 0px 40px 0px;
		background: #fff;
		position: relative;
		z-index: 100;
	}
	
	.topPage footer {
		display: flex;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
		width: 100%;
		height: 100vh;
		box-sizing: border-box;
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}

	footer ul {
		width: 100%;
		padding: 0px 0px 20px 0px;
		font-size: 0px;
		line-height: 0;
	}

	footer ul li {
		display: inline-block;
		margin: 0px 10px;
	}

	footer p {
		width: 100%;
		padding: 0px 0px 20px 0px;
		font-size: 1.4rem;
	}

	footer .address {
		padding: 20px 0px 0px 0px;
	}
	
	footer > div {
		width: 100%;
	}
	
	footer p.copy {
		letter-spacing: 2px;
		font-family: 'EB Garamond', serif;
	}

	footer p span {
		display: block;
	}

	#top section {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100vh;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}

	#top section a {
		display: block;
		min-width: 300px;
		min-height: 140px;
		vertical-align: middle;
		background: rgba(0,0,0,0.4);
	}

	#top section.news {
		background-image: url(../img/pic03.jpg);
		background-size: cover;
	}

	#top section.salon {
		background-image: url(../img/pic04.jpg);
		background-size: cover;
	}

	#top section.hair {
		background-image: url(../img/pic05.jpg);
		background-size: cover;
	}
	
	#top section.kodawari {
		background-image: url(../img/pic08.jpg);
		background-size: cover;
	}

	#top section.price {
		background-image: url(../img/pic06.jpg);
		background-size: cover;
	}

	#top section.recruit {
		background-image: url(../img/pic07.jpg);
		background-size: cover;
	}

	#top section a h1 {
		padding: 30px 0px 0px 0px;
		letter-spacing: 6px;
		font-family: 'EB Garamond', serif;
		font-size: 3.0rem;
		font-weight: normal;
		color: #fff;
	}

	#top section a p {
		display: inline-block;
		padding: 0px 15px 0px 0px;
		background: url(../img/arrow_white.png) no-repeat 100% 55%;
		background-size: 10px 10px;
		letter-spacing: 2px;
		font-size: 1.4rem;
		color: #fff;
	}

	#top section.news a dl {
		width: 260px;
		margin: 0px auto;
		padding: 20px 0px 15px 0px;
		color: #fff;
		text-align: left;
		font-size: 1.4rem;
	}

	#top section.news a dl dd {
		padding: 0px 0px 5px 0px;
	}

	.underPage main {
		width: 100%;
		background: #2A7FBC;
	}

	.underPage main h1 {
		width: 100%;
		height: 250px;
		margin: 0px auto;
		background-position: center center;
		background-size: cover;
		line-height: 250px;
		letter-spacing: 6px;
		font-family: 'EB Garamond', serif;
		font-size: 4.0rem;
		font-weight: normal;
		color: #fff;
		text-align: center;
		position: fixed;
		top: 50px;
		left: 0px;
		z-index: 50;
	}

	.underPage main#newsCts h1 {
		background-image: url(../img/pic03.jpg);
	}

	.underPage main#salonCts h1 {
		background-image: url(../img/pic04.jpg);
	}

	.underPage main#hairCts h1 {
		background-image: url(../img/pic05.jpg);
	}
	
	.underPage main#kodawariCts h1 {
		background-image: url(../img/pic08.jpg);
	}

	.underPage main#priceCts h1 {
		background-image: url(../img/pic06.jpg);
	}

	.underPage main#recruitCts h1 {
		background-image: url(../img/pic07.jpg);
	}

	.underPage main h1::before {
		content: " ";
		width: 100%;
		height: 250px;
		background: rgba(0,0,0,0.2);
		position: fixed;
		top: 50px;
		left: 0px;
		z-index: -1;
	}

	.underPage main > div {
		width: 100%;
		margin: 300px 0px 0px 0px;
		background: #f7f7f7;
		box-sizing: border-box;
		text-align: left;
		position: relative;
		z-index: 200;
	}

	main#newsCts > div {
		padding: 60px 20px 0px 20px;
	}

	main#salonCts > div {
		padding: 60px 0px 0px 0px;
	}

	main#hairCts > div {
		padding: 60px 0px 50px 0px;
	}

	main#priceCts > div {
		padding: 60px 0px 0px 0px;
	}

	main#recruitCts > div {
		padding: 60px 0px 60px 0px;
	}

	main#newsCts > div > div article {
		 padding: 0px 0px 40px 0px;
	}

	main#newsCts > div > div h2 {
		padding: 0px 0px 5px 0px;
		border-bottom: #e5e5e5 1px solid;
		font-size: 1.8rem;
	}

	main#newsCts > div > div > div.post p.date {
		padding: 15px 0px 15px 0px;
		border-top: #fff 1px solid;
		font-size: 1.4rem;
		color: #bbb;
	}

	main#newsCts > div > div > div.post p {
		padding: 0px 0px 20px 0px;
		font-size: 1.4rem;
	}
	
	main#newsCts > div > div > div.post p img {
		width: 100%;
		height: auto;
	}

	main#newsCts > div > div #infscr-loading {
		text-align: center;
	}

	main#salonCts > div .consept {
		padding: 0px 20px 40px 20px;
	}

	main#salonCts > div .consept h2,
	main#salonCts > div .consept p {
		opacity: 0;
	}

	main#salonCts > div .info {
		padding: 60px 0px 40px 0px;
		background: #fff;
	}

	main#salonCts > div .access {
		padding: 60px 0px 40px 0px;
	}

	main#salonCts > div .stylist {
		padding: 60px 0px 30px 0px;
		background: #fff;
		border-bottom: #eee 1px solid;
	}

	main#salonCts > div .consept h2,
	main#salonCts > div .info h2,
	main#salonCts > div .access h2,
	main#salonCts > div .stylist h2 {
		padding: 0px 0px 30px 0px;
		letter-spacing: 4px;
		font-family: 'EB Garamond', serif;
		font-size: 2.8rem;
		font-weight: normal;
		text-align: center;
	}

	main#salonCts > div .consept p,
	main#salonCts > div .access p {
		padding: 0px 0px 20px 0px;
		font-size: 1.4rem;
		text-align: center;
	}

	main#salonCts > div .info p:not(.pic) {
		padding: 0px 20px 20px 20px;
		font-size: 1.4rem;
		text-align: center;
	}

	main#salonCts > div .info p.pic {
		padding: 0px 0px 40px 0px;
		font-size: 0px;
	}

	main#salonCts > div .info p.pic img {
		width: 100%;
		height: auto;
	}

	main#salonCts > div .info p span {
		display: inline-block;
		padding: 10px 0px;
		font-size: 2.8rem;
	}

	main#salonCts > div .access figure {
		width: 100%;
	}

	main#salonCts > div .access figure #gmap {
		width: 100%;
		height: 300px;
		margin: 0px 0px 20px 0px;
	}

	main#salonCts > div .access figure figcaption {
		padding: 0px 0px 20px 0px;
		font-size: 1.4rem;
		text-align: center;
	}

	main#salonCts > div .stylist ul {
		margin: 0px 20px;
		padding: 0px 0px 30px 0px;
	}
	
	main#salonCts > div .stylist ul li:not(:last-of-type) {
		padding: 0px 0px 60px 0px;
	}

	main#salonCts > div .stylist ul li figure {
		font-size: 0;
	}

	main#salonCts > div .stylist ul li figure img {
		width: 100%;
		height: auto;
	}

	main#salonCts > div .stylist ul li h3 {
		padding: 10px 0px;
		letter-spacing: 2px;
		font-family: 'EB Garamond', serif;
		font-size: 2.0rem;
		font-weight: normal;
		text-align: center;
	}
	
	main#salonCts > div .stylist ul li h3 span {
		display: block;
		font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, san-serif;
		color: #aaa;
		font-size: 1.2rem;
	}

	main#salonCts > div .stylist ul li p {
		padding: 0px 0px 30px 0px;
		font-size: 1.4rem;
	}
	
	main#salonCts > div .member {
		padding: 60px 0px 0px 0px;
		background: #fff;
		border-bottom: #eee 1px solid;
	}
	
	main#salonCts > div .member ul li {
		height: 400px;
		position: relative;
		color: #fff;
	}
	
	main#salonCts > div .member ul li:before {
		content: " ";
		display: block;
		width: 100%;
		height: 400px;
		background: #000;
		position: absolute;
		top: 0px;
		left: 0px;
		opacity: 0.6;
	}
	
	main#salonCts > div .member ul li:nth-of-type(1) {
		background: url(../img/salon_pic02l.jpg) no-repeat center center / cover;
	}
	
	main#salonCts > div .member ul li:nth-of-type(2) {
		background: url(../img/salon_pic03l.jpg) no-repeat center center / cover;
	}
	
	main#salonCts > div .member ul li:nth-of-type(3) {
		background: url(../img/salon_pic08l.jpg) no-repeat right center / cover;
	}
	
	main#salonCts > div .member ul li:nth-of-type(4) {
		background: url(../img/salon_pic05l.jpg) no-repeat center center / cover;
	}
	
	main#salonCts > div .member ul li h2 {
		letter-spacing: 3px;
		font-family: 'EB Garamond', serif;
		font-size: 1.4rem;
		font-weight: normal;
		position: absolute;
		top: 30px;
		left: 20px;
	}
	
	main#salonCts > div .member ul li h3 {
		width: 100%;
		letter-spacing: 6px;
		font-family: 'EB Garamond', serif;
		font-size: 2.4rem;
		font-weight: normal;
		text-align: center;
		position: absolute;
		top: 35%;
		left: 0%;
	}
	
	main#salonCts > div .member ul li h3 span {
		display: block;
		font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, san-serif;
		color: #ccc;
		font-size: 1.4rem;
	}
	
	main#salonCts > div .member ul li p {
		padding: 0px 0px 0px 20px;
		text-align: right;
		font-size: 1.2rem;
		position: absolute;
		bottom: 30px;
		right: 20px;
	}

	main#hairCts > div .style {
		margin: 0px auto;
		padding: 0px 20px 50px 20px;
	}

	main#hairCts > div .style ul {
		width: 100%;
	}

	main#hairCts > div .style ul li {
		width: 280px;
		margin: 0px auto 20px auto;
		font-size: 0px;
	}

	main#hairCts > div .style ul li img {
		width: 280px;
		height: auto;
	}

	main#hairCts > div .next {
		text-align: center;
	}
	
	main#kodawariCts > div h2 {
		padding: 60px 20px 0px 20px;
		font-size: 2.4rem;
		font-weight: normal;
		color: #999;
		text-align: center;
	}
	
	main#kodawariCts > div section {
		margin: 60px 0px 0px 0px;
		padding: 0px 20px;
	}
	
	main#kodawariCts > div section:last-of-type {
		padding: 0px 20px 50px 20px;
	}
	
	main#kodawariCts > div section h3 {
		font-size: 1.8rem;
		font-weight: normal;
		color: #ae2d5b;
	}
	
	main#kodawariCts > div section > p {
		margin: 20px 0px 0px 0px;
		font-size: 1.4rem;
	}
	
	main#kodawariCts > div section article {
		margin: 20px 0px 0px 0px;
		padding: 20px 20px;
		background: #fff;
		box-shadow: 5px, 5px, 10px, #ddd;
	}
	
	main#kodawariCts > div section article figure {
		text-align: center;
	}
	
	main#kodawariCts > div section article figure img {
		width: 160px;
		height: auto;
		margin: 0px auto;
	}
	
	main#kodawariCts > div section article > div {
		margin: 20px 0px 0px 0px;
	}
	
	main#kodawariCts > div section article > div h4 {
		font-family: 'EB Garamond', serif;
		font-weight: 400;
		line-height: 1.1;
	}
	
	main#kodawariCts > div section article > div h4 span:nth-of-type(1) {
		font-size: 1.2rem;
		color: #ccc;
	}
	
	main#kodawariCts > div section article > div h4 span:nth-of-type(2) {
		display: inline-block;
		margin: 0px 0px 0px 5px;
		font-size: 3.6rem;
		color: #999;
	}
	
	main#kodawariCts > div section article > div h5 {
		margin: 5px 0px 0px 0px;
		font-size: 1.6rem;
		font-weight: 400;
		color: #ae2d5b;
	}
	
	main#kodawariCts > div section article > div p {
		margin: 20px 0px 0px 0px;
		font-size: 1.4rem;
	}

	main#priceCts > div > div {
		margin: 0px auto;
		padding: 0px 20px 0px 20px;
	}

	main#priceCts > div > div section h2 {
		padding: 0px 0px 10px 0px;
		border-bottom: #e5e5e5 1px solid;
		letter-spacing: 2px;
		font-family: 'EB Garamond', serif;
		font-size: 2.4rem;
		font-weight: normal;
		text-align: center;
	}
	
	main#priceCts > div > div section h2 span {
		display: block;
		font-size: 1.2rem;
		color: #999;
	}

	main#priceCts > div > div section dl {
		display: flex;
		flex-wrap: wrap;
		padding: 10px 0px 25px 0px;
		border-top: #fff 1px solid;
	}

	main#priceCts > div > div section dl dt {
		width: 60%;
		padding: 0px 0px 10px 0px;
		font-size: 1.4rem;
	}

	main#priceCts > div > div section dl dd {
		width: 40%;
		padding: 0px 0px 10px 0px;
		text-align: right;
		font-size: 1.4rem;
	}
	
	main#priceCts > div p.hpb {
		padding: 0px 0px 50px 0px;
		text-align: center;
		font-size: 1.4rem;
	}
	
	main#priceCts > div p.hpb a {
		display: inline-block;
		padding: 10px 20px;
		background: #ae2d5b;
		border-radius: 5px;
		color: #fff;
	}
	
	main#recruitCts > div > div .concept > div {
		margin: 0px 20px;
		padding: 10px 20px 10px 20px;
		background: #fff;
	}
	
	main#recruitCts > div > div .concept > div h2 {
		font-family: 'Playfair Display', serif;
		font-size: 3.0rem;
		font-weight: normal;
		text-align: center;
	}
	
	main#recruitCts > div > div .concept > div p {
		margin: 10px 0px 0px 0px;
		font-size: 1.4rem;
	}
	
	main#recruitCts > div > div .message {
		padding: 20px 20px 0px 20px;
	}
	
	main#recruitCts > div > div .message p {
		margin: 20px 0px 0px 0px;
		font-size: 1.4rem;
	}
	
	main#recruitCts > div > div .trouble {
		margin: 40px auto 0px auto;
		padding: 40px 20px;
		border-top: #eee 1px solid;
		box-sizing: border-box;
	}
	
	main#recruitCts > div > div .trouble h2 {
		font-size: 1.8rem;
	}
	
	main#recruitCts > div > div .trouble ul {
		margin: 20px 0px 0px 24px;
	}
	
	main#recruitCts > div > div .trouble ul li {
		list-style-type: disc;
		box-sizing: border-box;
		font-size: 1.4rem;
	}
	
	main#recruitCts > div > div .curriculum {
		padding: 40px 20px;
		background: #fff;
	}
	
	main#recruitCts > div > div .curriculum h2 {
		font-size: 1.8rem;
	}
	
	main#recruitCts > div > div .curriculum > ul {
		margin: 0px auto;
		padding: 20px 0px 0px 0px;
	}
	
	main#recruitCts > div > div .curriculum > ul > li {
		margin: 40px 0px 0px 0px;
		padding: 1px 20px 20px 20px;
		background: #F3F3F3;
		box-sizing: border-box;
	}
	
	main#recruitCts > div > div .curriculum > ul > li .step {
		width: 60px;
		height: 60px;
		margin: -30px auto 0px auto;
		background: #444;
		border-radius: 30px;
		text-align: center;
		font-size: 1.2rem;
		line-height: 60px;
		color: #fff;
	}
	
	main#recruitCts > div > div .curriculum > ul > li .period {
		padding: 10px 0px 10px 0px;
		border-bottom: #fff 1px solid;
		font-size: 1.6rem;
		text-align: center;
	}
	
	main#recruitCts > div > div .curriculum > ul > li > ul {
		margin: 10px 0px 0px 25px;
	}
	
	main#recruitCts > div > div .curriculum > ul > li > ul > li {
		list-style-type: disc;
		font-size: 1.4rem;
	}

	main#recruitCts > div > div .point {
		padding: 40px 20px;
	}

	main#recruitCts > div > div .point h2 {
		padding: 0px 0px 10px 0px;
		border-bottom: #e5e5e5 1px solid;
		text-align: center;
		font-size: 1.8rem;
	}

	main#recruitCts > div > div .point > dl {
		border-bottom: #fff 1px solid;
	}

	main#recruitCts > div > div .point > dl > dt {
		padding: 1.5em 0px 1.0em 0px;
		border-top: #fff 1px solid;
		font-size: 1.4rem;
		color: #aaa;
	}

	main#recruitCts > div > div .point > dl > dd {
		padding: 0em 0px 1.5em 0px;
		border-bottom: #e5e5e5 1px solid;
		font-size: 1.4rem;
	}

	main#recruitCts > div > div .point > dl > dd dl dd:not(:last-child) {
		padding: 0px 0px 15px 0px;
	}

	main#recruitCts > div > div > p {
		padding: 30px 20px;
		background: #fff;
		text-align: center;
		font-size: 1.4rem;
	}

	main#recruitCts > div > div > p span {
		display: block;
		padding: 20px 0px 0px 0px;
		font-size: 2.0rem;
	}

}