@charset "UTF-8";
/* CSS Document */
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
html,
body {
	padding: 0;
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
}
#loading {
  width: 100vw;
  height: 100vh;
	transition: 1s all 1s ease;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
	max-width: 400px;
	width: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
#lp_wrap {
	width: 100%;
	min-width: 1000px;
	/*max-width: 1300px;*/
	box-sizing: border-box;
	margin: 0 auto;
	font-size: 12px;
	padding: 20px;
	line-height: 1.8;
		background: #fff;
	background:url("../img/bg2.jpg") no-repeat;
	background-size: cover;
}

#lp_wrap img,#lp_wrap video {
	width: 100%;
	border: none;
}
#lp_wrap a {
	text-decoration: underline;
	color: #000;
}
#lp_wrap ul,#lp_wrap li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#lp_wrap h1,#lp_wrap h2,#lp_wrap h3,#lp_wrap p {
	padding: 0;
	margin: 0;
}
#lp_wrap .spv {
	display: none;
}
#lp_wrap .pcv {
	display: block;
}
@media only screen and (max-width: 768px)  {
	#lp_wrap {
		width: 100%;
		min-width: 100%;
		font-size: 11px;
		line-height: 1.8;
		padding: 5px;
	}
	#lp_wrap .spv {
		display: block;
	}
	#lp_wrap .pcv {
		display: none;
	}
}

#header {
	box-sizing: border-box;
	padding: 2% 5%;
	max-width: 1300px;
	margin: 0 auto;
	background: #FFF;
}
@media only screen and (max-width: 768px)  {
	#header {
		box-sizing: border-box;
		padding: 5% 2% 10%;
	}
	
}

#main_contents {
	position: relative;
	box-sizing: border-box;
	padding: 5%;
	max-width: 1300px;
	margin: 0 auto;
	background:url("../img/bg.jpg") repeat;
	background-size: 100%;
	overflow: hidden;
}

#main_contents .thema {
	position: absolute;
	top: 2%;
	right: -2%;
	width: 50%;
	line-height: 0;
}
#main_contents .section {
	position: relative;
	width: 70%;
}
#main_contents .section .main_box {
	position: relative;
	line-height: 0;
	width: 70%;
}
#main_contents .section .main_box .img {
	width: 100%;
	box-sizing: border-box;
	padding: 5% 20% 0 0
}
#main_contents .section .main_box .no {
	position: absolute;
	top: 0;
	right: 5%;
	width: 25%;
	line-height: 0;
	z-index: 10
}
#main_contents .section .main_box .no span:nth-of-type(1) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	animation: rotate-z 10s linear infinite;
}
#main_contents .section .main_box .no span:nth-of-type(2) {
	position: relative;
	z-index: 10
}
@keyframes rotate-z {
  from { transform: rotateZ(0deg); }
  to { transform: rotateZ(360deg); }
}
#main_contents .section .main_box .before {
	position: absolute;
	bottom: 0;
	right: 5%;
	width: 25%;
	z-index: 10
}
#main_contents .section .data {
	background: #ab958d;
	width: 89.8%;
	margin: 0 5% 0 5.2%;
	box-sizing:border-box;
	padding: 15px 25px;
	line-height: 2;
	color: #FFF;
}
#main_contents .section .data .salon {
	font-weight: 500;
	font-size: 22px;
}
#main_contents .section .data .name,#main_contents .section .data .ig {
	font-size: 12px;
}
#main_contents .section .data .ig a {
	color: #FFF;
}
#main_contents .section .recipe {
	position: absolute;
	top:25%;
	right: 5%;
	width: 35%;
}
#main_contents .section .recipe li {
	margin-bottom: 25px;
}
#main_contents .section .recipe .tit {
	margin-bottom: 12px;
}
#main_contents .section .recipe .tit span {
	display: inline-block;
	background: #ab958d;
	margin: 0 5px 0 0;
	padding: 0 5px;
	color: #FFF;
}

#main_contents .section .recipe .btn_box a {
	text-align: center;
	display: block;
	width: 75%;
	padding: 15px 0;
	text-decoration: none;
	background: #ab958d;
	color: #FFF;
	border-radius: 100px;
	margin-top: 10%;
}
@media only screen and (max-width: 768px)  {
	#main_contents {
		padding: 5% 4%;
	}
	#main_contents .thema {
		position: relative;
		top: auto;
		right: auto;
		width: 110%;
		margin-left: 0;
		margin: 5% 0 10%
	}
	#main_contents .section {
		position: relative;
		width: 85%;
	}
	#main_contents .section .main_box {
		position: relative;
		line-height: 0;
		width:100%;
	}
	#main_contents .section .main_box .img {
		padding: 5% 5% 0 0
	}
	#main_contents .section .main_box .no {
		right: 0;
		width: 30%;
	}
	#main_contents .section .main_box .before {
		position: absolute;
		bottom: 10%;
		right: 0%;
		width: 35%;
	}
	#main_contents .section .data {
	width: 100%;
		margin: 0 auto;
	}
	#main_contents .section .recipe {
		position: relative;
		top:auto;
		right: auto;
		width: 100%;
		margin: 5% auto
	}
	#main_contents .section .recipe .btn_box a {
		width: 100%;
	}
}



#main_contents #no2 {
	margin-left: 30%;
	margin-top: -15%;
}
#main_contents #no2 .main_box {
	margin-left: 30%;
}
#main_contents #no2 .main_box .no {
	right: auto;
	left: 5%;
}
#main_contents #no2 .main_box .img {
	padding: 5% 0 0 20%
}
#main_contents #no2 .main_box .before {
	right: auto;
	left: 5%
}
#main_contents #no2 .data {
	background: #b4ad97;
	padding: 15px 0 15px 30%;
}
#main_contents #no2 .recipe {
	top: 35%;
	right: auto;
	left: 5%;
	text-align: right;
}
#main_contents #no2 .recipe .tit span {
	background: #b4ad97;
}
#main_contents #no2 .recipe .btn_box a {
	background: #b4ad97;
	margin-left: 25%;
}
@media only screen and (max-width: 768px)  {
	#main_contents #no2 {
		margin-left: 15%;
		margin-top: 15%;
	}
	#main_contents #no2 .main_box {
		margin-left: 0%;
	}
	#main_contents #no2 .main_box .img {
		padding: 5% 0 0 5%
	}
	#main_contents #no2 .main_box .no {
		left: 0;
	}
	#main_contents #no2 .main_box .before {
		left: 0
	}
	#main_contents #no2 .data {
		padding: 15px 25px;
		text-align: right;

	}
	#main_contents #no2 .recipe {
		top: 100%;
		left: auto;
		text-align: left;
	}
	#main_contents #no2 .recipe .btn_box a {
		margin-left: auto;
	}
}



#main_contents #no3 {
	margin-top: -15%;
}

#main_contents #no3 .main_box .no {
	right: auto;
	left: 0;
}
#main_contents #no3 .main_box .img {
	width: 100%;
	box-sizing: border-box;
	padding: 5% 7% 0 13%
}
#main_contents #no3 .main_box .before {

}
#main_contents #no3 .data {
	background: #a5a891;
	padding: 15px 25px;
	width: 80%;
	margin: 0 0 0 13%;
}
#main_contents #no3 .recipe {
	top: 35%;
	right: 0;
}
#main_contents #no3 .recipe .tit span {
	background: #a5a891;
}
#main_contents #no3 .recipe .btn_box a {
	background: #a5a891;
}
@media only screen and (max-width: 768px)  {
	#main_contents #no3 {
		margin-top: 15%;
	}
	#main_contents #no3 .main_box .img {
		width: 100%;
		box-sizing: border-box;
		padding: 5% 0 0 5%
	}
	#main_contents #no3 .data {
		width: 100%;
		margin: 0;
	}
}


#main_contents .all {
	position: absolute;
	bottom: 2%;
	right: 2%;
	width: 34%;
}
#main_contents .all .btn_box a {
	text-align: center;
	display: block;
	width: 50%;
	padding: 15px 0;
	text-decoration: none;
	background: #e5ecb4;
	color: #000;
	border-radius: 100px;
	margin: 5% auto;
	font-size: 14px;
}
@media only screen and (max-width: 768px)  {
	#main_contents .all {
		position: relative;
		bottom: auto;
		right: auto;
		width: 80%;
		margin: 25% auto;
	}	
	#main_contents .all .btn_box a {
		text-align: center;
		display: block;
		width: 100%;
	}
}


#footer .all {
	text-align: center;
	font-size: 14px;
	margin: 25px auto;
}
#footer .logo {
	max-width: 250px;
	width: 70%;
	margin: 5% auto;
}
#footer .copyright {
	font-size: 10px;
	text-align: center;
	padding-top: 25px;
}
@media only screen and (max-width: 768px)  {
	#footer {
		padding: 15% 0;
	}
	#footer .logo {
		margin: 15% auto;
	}
}



.anim {
	opacity: 0;
	transition: 1.5s all 0.1s ease;
}
.anim.ac {
	opacity: 1;
}







