<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/*===================================================
    ページ個別設定レイアウト用CSS
    ページ独自のCSSはここに記述
===================================================*/

/*------------------------------------------------------------
	
------------------------------------------------------------*/


@media only screen and (max-width: 767.98px){
	.mv img {
		width: 86%;
	}
}
/*------------------------------------------------------------
	TOPページ　FV
------------------------------------------------------------*/
.fv {
	background: url("../img/top/fv_bg.jpg")no-repeat center;
	background-size: cover;
	height: 100vh;
	text-align: center;
	overflow: hidden;
	/*position: sticky;*/
	top: 0;
	z-index: 1;
	width: 100%;
	
}
.fv img {
	    padding-top: 400px;
}
.fv2 {
	background: url("../img/top/fv_bg2.jpg")no-repeat center;
	background-size: cover;
	height: 30vh;
	text-align: center;
	overflow: hidden;
	position: sticky;
	top: 0;
	z-index: 1;
	width: 100%;
}
.fv2 img {
	    padding-top: 300px;
}
@media only screen and (max-width: 767.98px){
.fv img {
	width: 80%;
}
	.fv {
	background: url("../img/top/fv_SP.jpg")no-repeat center;
	background-size: cover;
	}
}

/*------------------------------------------------------------
	.topConcept
------------------------------------------------------------*/
.topConcept {
	/*background: #d0b7c6;*/
	position: sticky;
    z-index: 4;
  margin-bottom: -80px;
}

.topConcept::before {
  content:"";
  position:absolute;
  top:0;bottom:0;
  left:0;right:0;
  z-index: -2;
  background-color:#d0b7c6;
  /*transform:skewY(354deg);*/
}

.topConceptIn {
	max-width: 800px;
	margin: 0 auto;
    padding: 8% 0;
	color: #fff;
}
.topConceptIn h2 {
    padding: 10% 0 3% 0;
	text-align: center;
  font-weight: normal;
}
.topConceptIn h3 {
        padding: 20px 0 0 0;
}

.topConceptIn p{
	margin: 25px auto;
}
.topConceptIn a{
	color: #fff;
}

.concept {
      display: flex;
    margin-top: 10vh;
  flex-wrap: wrap;
    margin-bottom: 10%;
    padding-bottom: 10vh;
  align-items: center;
}
.concept img.concept1 {
  width: 55%;
}
.concept img.concept2 {
      width: 23%;
    position: absolute;
    right: 10%;
    top: 74vh;
    margin-top: 10%;
}

.conceptBox {
     position: relative;
    left: -90px;
    width: 44%;
    margin-top: 20vh;
    z-index: 1000;
}

.conceptBox p {
  line-height: 2.0;
}

.cassaBg img {
  width: 100%;
  
  z-index: 2;
  position: relative;
  display: block;
}
.brushBg img {
  width: 100%;
  z-index: 2;
  position: relative;
  display: block;
}

.btn03 {
      position: relative;
    display: block;
    z-index: 4;
    margin-top: -110px;
  top: -80px;
}

.btn03 a {
	position: relative;
  	width: 20%;
	color:#000;
	text-decoration: none;
    text-align: center;
    padding: 20px 17px;
    display: block;
    border-radius: 3px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0.1em;
    transition: all 0.3s ease 0s;
	margin: 0 auto;
	background: #fff;
	text-decoration: none;
}

.btn03 a:hover {
  color: #000;
	background: #ddd;
	transition: all 0.3s ease 0s;
	
  transform: translateY(0.1875em);
}
@media only screen and (min-width: 767.98px) {
	.btn03 a:hover {
  background: #fff;
	color:#b773ff;
	border-bottom-color: transparent;
  transform: translateY(0.1875em);
}
}


@media only screen and (max-width: 767.98px){
	.topConcept {padding: 0;}
	.topConceptIn {
		width: auto;
		padding: 20% 3% 0 3%;
	}
	.topConcept h2 {
		font-weight: normal;
    font-size: 1.3rem;
	}
  .concept {
      display: block;
    width: 100%;
}
.concept img.concept1 {
  width: 80%;
}
.concept img.concept2 {
      width: 41%;
    top: 57%;
  right: 2%;
}

.conceptBox {
     position: relative;
    left: 0;
    width: 100%;
    margin-top: 0;
}
  .cassaBg {
  width: 100%;
  
}
  .brushBg {
  width: 100%;
}
  .btn03 {
    margin-top: -50px;
    top: -40px;
  }
  .btn03 a {
    width: 40%;
    padding: 10px 17px;
  }
}






























/*------------------------------------------------------------
	下層ページ　
------------------------------------------------------------*/


.howto {
	background: #f5f5f5;
	padding: 4% 0;
	position: sticky;
    z-index: 1;
}


.howto_title {
	text-align: center;
    margin: 0 0 60px 0;
}
.howto_title h2 {
	text-align: center;
    margin: 22px 0 0px 0;
    font-size: 1.6rem;
    font-weight: bold;
}
.howto_title h3 {
	text-align: center;
    margin: 22px 0 0px 0;
    font-size: 1.8rem;
    font-weight: bold;
  background-color:#ca8599;
  color: #fff;
  padding: 40px 0;
}
.howto_title p {
	text-align: center;
    margin: 22px 0 10px 0;
  background: #fff;
    display: inline-block;
    padding: 0.5% 1.5%;
}

.howtoIn {
	display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    max-width: 70%;
    margin: 0 auto;
  padding: 2% 0;
}
.howtoIn .howtoBox {
	width: 30%;
    padding: 0 2%;
}
.howtoIn .howtoBox img{
	margin: 0 auto;
  display: block;
  width: 100%;
}

.howtoBox {
	position: relative;
    z-index: 1;
}
.howtoBox h4{
	font-size:1.2rem;
  padding: 10px 0 0 0;
}
.howtoBox .btn01 a {
	width:80%;
}

.howtoBox a.allLink {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;
}

.howto_movie {
  text-align: center;
}
.howto_movie h2 {
      margin: 100px 0 0 0;
  text-align: center;
}
.howto_movie iframe {
  width: 900px;
    height: 507px;
    max-width: 100%;
  margin: 50px auto;
    display: block;
}



@media only screen and (max-width: 767.98px){
	
  .howto {
		padding:10% 0 2% 0;
	}
  .howto_title h3 {
    font-size: 1.4rem;
  }
  .howto1 {
  padding-top: 30%!important;
}
	.howtoIn {
	display: block;
		width: auto;
		margin: 0 5%;
    max-width: 100%;
	}
	.howtoIn .howtoBox {
	width: auto;
    padding: 0;
	margin-bottom: 60px;
}
  .howtoIn .howtoBox img {
	width: 80%;
}
.howto_movie iframe {
		    width: 90%;
    	height: 253px;
	}
}
/*------------------------------------------------------------
	TOPページ　ブースジャンル
------------------------------------------------------------*/

.genre {
	background: #f5f5f5;
	padding: 40px 0;
	position: sticky;
    z-index: 2;
}

.genreIn img {
	margin: 0 auto;
  display:block;
}
.genreIn h2 {
	text-align: center;
    margin: 60px 0 70px 0;
    font-size: 2rem;
    font-weight: normal;
}
.genreIn2 {
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
  padding: 0 4%;
}
.genreIn2 h3 {
	padding: 40px 0 0 0;
  font-weight: normal;
}
.genreIn2 p {
	margin: 20px auto;
}
.genreIn2 h4 {
	padding: 20px 0 0 0;
  
}
.genreIn2 ul li span {
	background-color: #ff9
}

.blockType1 {
  display: flex;
}
.blockType1 h4 {
  padding: 10px 0 10px 0;
  font-size: 20px;
}
.blockType1 p {
  margin: 0;
}
.blockType1 .block_left {
  padding: 0 10px 10px 0;
}
.blockType1 .block_right img{
  width: 80%;
}
@media only screen and (max-width: 767.98px){
	.genreIn,.genreIn2 {
		margin: 0 5%;
	}
  .genreIn h2 {
    font-size: 1.7rem;
  }
	.genreIn2 p {
	width: auto;
}
  .blockType1 {
  display: block;
}
  .blockType1 .block_right{
  text-align: center;
}
  .blockType1 .block_right img{
  width: 80%;
}
}

/*------------------------------------------------------------
	TOPページ　お知らせ
------------------------------------------------------------*/

.news {
	background: #f5f5f5;
	padding: 90px 0;
	position: sticky;
    z-index: 2;
}
.newsIn {
	
	margin: 0 auto;
    text-align: left;
}
.newsIn p.entitle {
	text-align: center;
    margin: 22px 0 0px 0;
    font-size: 1rem;
    font-weight: normal;
	width: auto;
}
.newsIn h2 {
	text-align: center;
    margin: 5px 0 70px 0;
    font-size: 2rem;
    font-weight: normal;
}
.newsIn h3 {
	color: #0082cc;
	    font-size: 1.2rem;
    font-weight: normal;
}
.newsIn p {
	font-size: 1.0rem;
}
.newsArea {
	padding: 0 50px 50px 50px;
	background: #fff;
}
.newsBox {
	/*border-bottom: 1px solid #333;*/
	padding: 50px 0 20px 0;
	
}
@media only screen and (max-width: 767.98px){
.newsIn {
	width: auto;
	padding: 0 5%;
	}
	.newsArea {
		padding: 0 5% 5% 5%;
	}
}

/*------------------------------------------------------------
	TOPページ　感染症対策
------------------------------------------------------------*/

.top_coronavirus {
	background: #f5f5f5;
	padding: 90px 0;
	position: sticky;
    z-index: 2;
}
.top_coronavirusIn {
	width: 1000px;
	margin: 0 auto;
    text-align: left;
}
.top_coronavirusIn p.entitle {
	text-align: center;
    margin: 22px 0 0px 0;
    font-size: 1rem;
    font-weight: normal;
	width: auto;
}
.top_coronavirusIn h2 {
	text-align: center;
    margin: 5px 0 70px 0;
    font-size: 2rem;
    font-weight: normal;
}
.top_coronavirusIn p {
    margin: 50px auto;
    width: 67%;
}

@media only screen and (max-width: 767.98px){
.top_coronavirusIn {
	width: auto;
	margin: 0 5%;
	}
	.top_coronavirusIn p {
    width: 100%;
}
}
/*------------------------------------------------------------
	下層のヘッダー
------------------------------------------------------------*/
.fv_secound {
	
	background-size: cover;
	height: 404px;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	width: 100%;
	
}
#howtouse {
  background: url("../img/howtouse/fv.jpg")no-repeat center;
}
.fv_secound .entitle {
    margin-top: 200px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 1.4rem;
}
.fv_secound h2 {
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 5px;
}

.secound_contents {
	
}


@media only screen and (max-width: 767.98px){
  .fv_secound .entitle {
    font-size: 1.0rem;
  }
.fv_secound h2 {
    font-size: 1.6rem;
    letter-spacing: 1px;
}

}
/*------------------------------------------------------------
	つや肌カッサの使い方
------------------------------------------------------------*/

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

ul.step_menu li {
  width: 33%;
  display:flex;
}

ul.step_menu li a {
  width: 80%;
  
}
.menu {
	background: #f5f5f5;
	padding: 10% 0 0 0;
	position: sticky;
    z-index: 1;
}
.menu h2{
	text-align: center;
}


@media only screen and (max-width: 767.98px){

  .menu {
    padding: 14% 0 0 0;
  }
  ul.step_menu {
  width: 100%;
    margin: 0 auto;
  display: block;
}
  ul.step_menu li {
  width: 100%;
  
}
ul.step_menu li a {
  width: 70%;
  
}
}






























/*------------------------------------------------------------
	テーブル
------------------------------------------------------------*/
.secound_contents .tableBox {
	margin-top: 50px;
}
.tableBox table {
	width: 90%;
	margin: 0 auto;
	border-collapse: collapse;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.tableBox table th {
	padding: 20px;
    text-align: left;
    vertical-align: middle;
    color: #666666;
    background: #eee;
    border-bottom: 1px dotted #999;
    border-left: 1px solid #ccc;
	width: 30%;
}
.tableBox table td {
	padding: 12px;
    border-bottom: 1px dotted #999;
    border-left: 1px solid #ccc;
	line-height: 1.4;
	vertical-align: middle;
}
.tableBox table td.time {
	line-height: 1.8;
}
.tableBox table span.senkou {
	background: #b58400;
	color: #fff;
	padding: 5px;
	margin-right: 7px;
}
.tableBox table span.normal {
	background: #000;
	color: #fff;
	padding: 5px;
	margin-right: 7px;
}

@media only screen and (max-width: 767.98px){
	.tableBox table {
		width: 100%;
	}
	
	.tableBox table th {
		display: block;
		width: 89%;
		padding: 8px 20px;
	}
	.tableBox table td {
		display: block;
		width: 93%;
	}
}














/*------------------------------------------------------------
	プライバシーポリシーページ
------------------------------------------------------------*/

.policy {
	background: rgb(247,247,247);
	overflow: hidden;
	padding-bottom: 100px;
}
.policyIn {
	width: 1000px;
	margin: 0 auto;
    text-align: left;
}
.policyIn .entitle {
	position: relative;
	z-index: 10;
}
.policyIn h3 {
	position: relative;
	z-index: 10;
	margin: 120px auto 40px auto;
}
.policyIn h4 {
	position: relative;
	z-index: 10;
	    margin: 10px auto 10px auto;
    padding: 0;
}
.policy p {
	margin: 0 auto;
	margin-bottom: 5%;
}


@media only screen and (max-width: 767.98px){
.policyIn {
	width: auto;
	margin: 0 5%;
	}
	.policy p {
	width: auto;
}
}

/*------------------------------------------------------------
	申し込みページ
------------------------------------------------------------*/

.entry {
	background: rgb(247,247,247);
	overflow: hidden;
	padding-bottom: 200px;
}
.entryIn {
	width: 800px;
	margin: 0 auto;
    text-align: left;
}
.entryIn .entitle {
	position: relative;
	z-index: 10;
}
.entryIn h3 {
	position: relative;
	z-index: 10;
	margin: 60px auto 40px auto;
}
.entryIn h4 {
	padding: 1% 0 0 0;
}
.entry p {
	margin: 0 auto;
	margin-top: 4%;
	font-size: 0.9em;
}
.entry p.kiyakuCheck {
	text-align: center;
    margin-bottom: 16px;
}

@media only screen and (max-width: 767.98px){
.entryIn {
	width: auto;
	margin: 0 5%;
	}
	.entry p {
	width: auto;
}
}




















</pre></body></html>