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


#container #visual{
	background-image: url(../images/visual.jpg);
	margin: 0 auto 100px auto;
	position: relative;
}
#container #visual div.title{
	width: 271px;
	margin: 0 0 0 -136px;
	position: absolute;
	left: 50%;
	top: 40px;
}
#container #visual div.title h2{
	background-image: url(../../01/images/title1.png);
	background-size: contain;
	width: 160px;
	height: 55px;
	margin: 0 auto 15px auto;
	transition: all 0.3s ease-out 2s;
	opacity: 0;
}
.loaded #container #visual div.title h2{ opacity: 1; }
#container #visual div.title h3{
	width: 271px;
	height: 54px;
	background-image: url(../../01/images/title2.png);
	background-size: contain;
	margin: 0 auto;
	transition: all 0.3s ease-out 2.5s;
	opacity: 0;
}
.loaded #container #visual div.title h3{ opacity: 1; }
#container #visual div.body{
	width: 539px;
	margin: 0 0 0 -270px;
	position: absolute;
	left: 50%;
	top: 50%;
	transition: all 0.3s ease-out 3.5s;
	opacity: 0;
}
.loaded #container #visual div.body{
	opacity: 1;
}
#container #visual div.body h3{
	width: 539px;
	height: 112px;
	background-image: url(../images/body.png);
	background-size: contain;
}
#visual .scroll{
	width: 2px;
	height: 50px;
	padding: 0px;
	margin: 0 0 0 -1px;
	position: absolute;
	left: 50%;
	bottom: 30px;
	z-index: 3;
	overflow: hidden;
	box-sizing: border-box;
}
#visual .scroll span{
	width: 2px;
	height: 80px;
	margin: 0 0 0 -1px;
	background-color: #FFF;
	position: absolute;
	left: 50%;
	top: -40px;
	display: block;
	animation: bar-anime 1.5s ease-out 0s infinite normal;
}
@keyframes bar-anime{
  0% { height:1px; top: -80px; }
  80% { height:80px; top: 50px; }
  100% { height:1px; top: 50px; }
}

/* credit */
#container dl.credit{
	text-align: left;
}
#container dl.credit dt{
	font-weight: 600;
	line-height: 1rem;
	margin-bottom: 10px;
	border-bottom: solid 1px #a477b2;
	display: inline-block;
}
#container dl.credit dd i{
	font-style: normal;
	text-decoration: underline;
}
/* lead */
#container #lead{
	width: auto;
	padding: 3px;
	margin: 0 auto 135px auto;
	border: solid 2px #999;
	box-sizing: border-box;
	display: inline-block;
}
#container #lead .inlead{
	width: 100%;
	padding: 50px 10px;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	box-sizing: border-box;
}
#container #lead p{
	font-size: 0.9rem;
	line-height: 1.8rem;
	margin: 0 auto 40px auto;
}
#container #lead p:last-child{
	font-size: 1rem;
	text-align: right;
	padding: 0 30px;
	margin: 0 auto;
}
/* item */
#container #item{
	width: 100%;
	background-color: #fdfaf7;
	padding: 60px 0;
	margin: 0 auto 100px auto;
}
#item .inner{
	width: 840px;
	margin: 0 auto;
}
#item .inner .items{
	width: 100%;
	height: 730px;
	margin-bottom: 40px;
	position: relative;
}
 #item .inner .items h4{
	text-indent: 100%;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	overflow: hidden;
	position: absolute;
}
#item .inner .items .color01{
	width: 445px;
	height: 607px;
	position: absolute;
	top: 0px;
	left: 80px;
	opacity: 0;
	transition: all 0.5s ease-out 0s;
}
#item.active .inner .items .color01{ opacity: 1; }
#item .inner .items .color01 p{
	width: 398px;
	margin-top: 40px;
	transition: all 0.8s ease-out;
}
#item.active .inner .items .color01 p{ margin-top: 0px; }

#item .inner .items .color01 h4{
	width: 174px;
	height: 22px;
	background-image: url(../images/color01.png);
	top: 60px;
	right: 0px;
}
#item .inner .items .color02{
	width: 322px;
	height: 322px;
	position: absolute;
	top: 400px;
	left: -65px;
	opacity: 0;
	transition: all 0.8s ease-out 0.4s;
}
#item.active .inner .items .color02{ opacity: 1; }
#item .inner .items .color02 p{
	width: 257px;
	margin-top: 40px;
	float: right;
	transition: all 0.8s ease-out 0.4s;
}
#item.active .inner .items .color02 p{ margin-top: 0px; }
#item .inner .items .color02 h4{
	width: 168px;
	height: 23px;
	background-image: url(../images/color02.png);
	top: 225px;
	left: 0px;
}
#item .inner .items .color03{
	width: 393px;
	height: 587px;
	position: absolute;
	right: -70px;
	bottom: 0px;
	opacity: 0;
	transition: all 0.8s ease-out 0.8s;
}
#item.active .inner .items .color03{ opacity: 1; }
#item .inner .items .color03 p{
	width: 386px;
	margin-top: 40px;
	transition: all 0.8s ease-out 0.8s;
}
#item.active .inner .items .color03 p{ margin-top: 0px; }
#item .inner .items .color03 h4{
	width: 150px;
	height: 22px;
	background-image: url(../images/color03.png);
	top: 380px;
	right: 0px;
}
#item .inner p.text{
	text-align: left;
	margin-bottom: 40px;
}


/* look */
#container #look{
	width: 1080px;
	margin: 0 auto;
}
#container #look:before, #container #look:after {
    content:"";
    display:table
}
#container #look:after { clear:both }
#container #look{ zoom:1 }

#look .look{ position: relative; }
#look .look:nth-child(odd){ float: left; }
#look .look:nth-child(even){ float: right; }
#look .look h4{
	text-indent: 100%;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	margin: 30px 0 0 0;
	position: absolute;
	overflow: hidden;
	transition: all 1s ease-out 1.5s;
	opacity: 0;
}
#look .look.active h4{
	margin: 0px;
	opacity: 1;
}
#look .look .item{
	margin: 10px 0 0 0;
	position: absolute;
	transition: all 1s ease-out 1.5s;
	opacity: 0;
}
#look .look.active .item{
	margin: 0px;
	opacity: 1;
}
#look .look .photo{
	margin-bottom: 30px;
	position: relative;
	transition: all 1s ease-out;
	opacity: 0;
}
#look .look.active .photo{ opacity: 1; }
#look .look .data{
	padding: 0 16px 0 8px;
	transition: all 1s ease-out 2s;
	opacity: 0;
}
#look .look.active .data{ opacity: 1; }
#look .look .data p{
	text-align: left;
	margin-bottom: 40px;
}
#look .look.look01{
	width: 480px;
	margin: 0 0 210px 0;
}
#look .look.look01 .photo h4{
	background-image: url("../images/look01_text.png");
	width: 413px;
	height: 60px;
	top: 475px;
	left: 125px;
}
#look .look.look01 .photo .item{
	width: 107px;
	top: 320px;
	right: 20px;
}
#look .look.look02{
	width: 480px;
	margin: 420px 0 210px 0;;
}
#look .look.look02 .photo h4{
	background-image: url("../images/look02_text.png");
	width: 385px;
	height: 67px;
	top: 460px;
	left: 150px;
}
#look .look.look02 .photo .item{
	width: 108px;
	top: 310px;
	right: -10px;
}
#look .look.look03{
	width: 480px;
	margin: 0 0 280px 0;;
}
#look .look.look03 .photo h4{
	background-image: url("../images/look03_text.png");
	width: 314px;
	height: 63px;
	top: 480px;
	left: 210px;
}
#look .look.look03 .photo .item{
	width: 66px;
	top: 385px;
	right: 50px;
}
#look .look.look04{
	width: 480px;
	margin: 0 0 295px 0;;
}
#look .look.look04 .photo h4{
	background-image: url("../images/look04_text.png");
	width: 414px;
	height: 59px;
	top: 475px;
	left: 125px;
}
#look .look.look04 .photo .item{
	width: 47px;
	top: 335px;
	right: 60px;
}
#look .look.look05{
	width: 480px;
	margin: 0 0 210px 0;;
}
#look .look.look05 .photo h4{
	background-image: url("../images/look05_text.png");
	width: 369px;
	height: 90px;
	top: 460px;
	left: 160px;
}
#look .look.look05 .photo .item{
	width: 68px;
	top: 370px;
	right: 50px;
}
#look .look.look06{
	width: 480px;
	margin: 0px;
}
#look .look.look06 .photo h4{
	background-image: url("../images/look06_text.png");
	width: 364px;
	height: 50px;
	top: 480px;
	left: 170px;
}
#look .look.look06 .photo .item{
	width: 48px;
	top: 330px;
	right: 50px;
}
#look .look.look07{
	width: 480px;
	margin: 0px;
}
#look .look.look07 .photo h4{
	background-image: url("../images/look07_text.png");
	width: 293px;
	height: 56px;
	top: 480px;
	left: 230px;
}
#look .look.look07 .photo .item{
	width: 107px;
	top: 320px;
	right: 0px;
}





/* stylists */
#stylist{
	text-align: left;
	width: 1000px;
	padding: 100px 0;
	margin: 0 auto 130px auto;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
#stylist h3{
	width: 130px;
	height: 25px;
	background-image: url(../images/title_styling.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 25px;
}
#stylist .prof{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
#stylist .prof .photo{ width: 120px; }
#stylist .prof .photo img{ border-radius: 60px; }
#stylist .prof .text{
	width: 850px;
	margin: 0 0 0 30px;
}
#stylist .prof .text h5{
	font-size: 1.2em;
	line-height: 1.8em;
}
#stylist .prof .text a{ color: #7d0045; }
#stylist .prof .text a:hover{ color: #990066; }

footer .btn.pagetop a{ background-color: #7d0045; }
footer .btn.pagetop a:hover{ background-color: #990066; }

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media only screen and (max-width: 424px){

header p{ display: none; }
#container{ margin: 0 auto 60px auto; }
#container #visual{
	background-image: url(../images/visual_sp.jpg);
	margin: 0 auto 55px auto;
}
#container #visual div.title{
	width: 271px;
	margin: 0 0 0 -136px;
	position: absolute;
	left: 50%;
	top: 15px;
}
#container #visual div.title h2{
	background-size: contain;
	width: 160px;
	height: 55px;
	margin: 0 auto 15px auto;
}
#container #visual div.title h3{
	width: 271px;
	height: 54px;
	background-size: contain;
	margin: 0 auto;
}
#container #visual div.body{
	width: 290px;
	margin: 0 0 0 -145px;
}
#container #visual div.body h3{
	width: 290px;
	height: 60px;
}
#visual .scroll{
	width: 2px;
	height: 40px;
	padding: 0px;
	left: 50%;
	bottom: 25px;
}
/* credit */
#container dl.credit{
	text-align: left;
}
#container dl.credit dt{
	font-weight: 600;
	line-height: 1rem;
	margin-bottom: 10px;
	border-bottom: solid 1px #a477b2;
	display: inline-block;
}
#container dl.credit dd i{
	font-style: normal;
	text-decoration: underline;
}
/* lead */
#container #lead{
	width: calc(100% - 40px);
	padding: 3px;
	margin: 0 auto 40px auto;
	border: solid 1px #999;
	box-sizing: border-box;
	display: inline-block;
}
#container #lead .inlead{ padding: 20px 10px; }
#container #lead p{
	font-size: 0.9rem;
	line-height: 1.8rem;
	text-align: left;
	margin: 0 auto 20px auto;
}
#container #lead p:last-child{
	font-size: 1rem;
	text-align: right;
	padding: 40px 0 0 0;
	margin: 0 auto;
}
#container #lead p br{ display: none; }

/* item */
#container #item{
	padding: 30px 20px;
	margin: 0 auto 35px auto;
	box-sizing: border-box;
}
#item .inner{
	width: 100%;
	margin: 0 auto;
}
#item .inner .items{
	height: auto;
	margin-bottom: 40px;
	position: relative;
}
 #item .inner .items h4{
	text-indent: 100%;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	overflow: hidden;
	position: absolute;
}
#item .inner .items div p{
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	display: block;
}
#item .inner .items div p img{ display: none; }
#item .inner .items .color01{
	width: 100%;
	height: auto;
	padding: 15px 0 0 0;
	position: static;
}
#item .inner .items .color01 p{
	width: 278px;
	height: 355px;
	margin: 40px auto 0 auto;
	background-image: url(../images/item1_sp.png);
}
#item .inner .items .color01 h4{
	width: 111px;
	height: 14px;
	top: 0px;
	right: 0px;
}
#item .inner .items .color02{
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
	position: relative;
	top: 0px;
	left: 0px;
	transition: all 0.8s ease-out 1s;
}
#item .inner .items .color02 p{
	width: 171px;
	height: 214px;
	background-image: url(../images/item2_sp.png);
	float: none;
	transition: all 0.8s ease-out 1s;
}
#item .inner .items .color02 h4{
	width: 102px;
	height: 14px;
	margin: -7px 0 0 20px;
	top: 50%;
	left: 50%;
}
#item .inner .items .color03{
	width: 100%;
	height: auto;
	position: relative;
	right: 0px;
	bottom: 0px;
	transition: all 0.8s ease-out 2s;
}
#item .inner .items .color03 p{
	width: 284px;
	height: 370px;
	margin: 40px auto 0 auto;
	background-image: url(../images/item3_sp.png);
	transition: all 0.8s ease-out 2s;
}
#item .inner .items .color03 h4{
	width: 95px;
	height: 14px;
	top: 260px;
	right: 0px;
}
#item .inner p.text{
	text-align: left;
	margin-bottom: 30px;
}


/* look */
#container #look{
	width: 100%;
	padding: 0 10px;
	margin: 0 auto;
	box-sizing: border-box;
}

#look .look{ position: relative; }
#look .look:nth-child(odd){ float: none; }
#look .look:nth-child(even){ float: none; }
#look .look h4{
	text-indent: 100%;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	position: absolute;
	overflow: hidden;
}
#look .look .item{ position: absolute; }
#look .look .photo{
	margin-bottom: 15px;
	position: relative;
}
#look .look .data{ padding: 0 16px 0 8px; }
#look .look .data p{
	text-align: left;
	margin-bottom: 20px;
}
#look .look.look01{
	width: 100%;
	padding: 0 50px 0 0;
	margin: 0 0 70px 0;
	box-sizing: border-box;
}
#look .look.look01 .photo h4{
	background-image: url("../images/look01_text.png");
	width: 248px;
	height: 36px;
	top: auto;
	right: -50px;
	bottom: 10px;
	left: auto;
}
#look .look.look01 .photo .item{
	width: 54px;
	top: auto;
	bottom: 40px;
	right: 20px;
}
#look .look.look02{
	width: 100%;
	padding: 0 20px 0 30px;
	margin: 0 0 70px 0;
	box-sizing: border-box;
}
#look .look.look02 .photo h4{
	background-image: url("../images/look02_text.png");
	width: 231px;
	height: 40px;
	top: auto;
	right: -10px;
	bottom: 10px;
	left: auto;
}
#look .look.look02 .photo .item{
	width: 54px;
	top: auto;
	bottom: 55px;
	right: -5px;
}
#look .look.look03{
	width: 100%;
	padding: 0 50px 0 0;
	margin: 0 0 70px 0;
	box-sizing: border-box;
}
#look .look.look03 .photo h4{
	background-image: url("../images/look03_text.png");
	width: 188px;
	height: 38px;
	top: auto;
	right: -25px;
	bottom: 10px;
	left: auto;
}
#look .look.look03 .photo .item{
	width: 33px;
	top: auto;
	bottom: 48px;
	right: 25px;
}
#look .look.look04{
	width: 100%;
	padding: 0 20px 0 30px;
	margin: 0 0 70px 0;
	box-sizing: border-box;
}
#look .look.look04 .photo h4{
	background-image: url("../images/look04_text.png");
	width: 248px;
	height: 35px;
	top: auto;
	right: -10px;
	bottom: 10px;
	left: auto;
}
#look .look.look04 .photo .item{
	width: 24px;
	top: auto;
	bottom: 45px;
	right: 30px;
}
#look .look.look05{
	width: 100%;
	padding: 0 50px 0 0;
	margin: 0 0 70px 0;
	box-sizing: border-box;
}
#look .look.look05 .photo h4{
	background-image: url("../images/look05_text.png");
	width: 221px;
	height: 54px;
	top: auto;
	right: -30px;
	bottom: 10px;
	left: auto;
}
#look .look.look05 .photo .item{
	width: 34px;
	top: auto;
	bottom: 74px;
	right: 25px;
}
#look .look.look06{
	width: 100%;
	padding: 0 20px 0 30px;
	margin: 0 0 70px 0;
	box-sizing: border-box;
}
#look .look.look06 .photo h4{
	background-image: url("../images/look06_text.png");
	width: 218px;
	height: 30px;
	top: auto;
	right: -20px;
	bottom: 10px;
	left: auto;
}
#look .look.look06 .photo .item{
	width: 24px;
	top: auto;
	bottom: 45px;
	right: 25px;
}
#look .look.look07{
	width: 100%;
	padding: 0 50px 0 0;
	margin: 0px;
	box-sizing: border-box;
}
#look .look.look07 .photo h4{
	background-image: url("../images/look07_text.png");
	width: 176px;
	height: 34px;
	top: auto;
	right: -20px;
	bottom: 10px;
	left: auto;
}
#look .look.look07 .photo .item{
	width: 54px;
	top: auto;
	bottom: 49px;
	right: 0px;
}

/* stylists */
#stylist{
	text-align: left;
	width: calc(100% - 40px);
	padding: 25px 0;
	margin: 0 auto 55px auto;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
#stylist h3{
	width: 108px;
	height: 21px;
	margin-bottom: 35px;
}
#stylist .prof{
	width: 100%;
	display: block;
}
#stylist .prof .photo{
	width: 140px;
	margin: 0 auto 25px auto;
}
#stylist .prof .text{
	width: 100%;
	margin: 0px;
}
#stylist .prof .text h5{
	font-size: 1.2rem;
	line-height: 1.8rem;
	text-align: center;
	margin-bottom: 10px;
}
#stylist .prof .text a{ color: #7d0045; }
#stylist .prof .text a:hover{ color: #7d0045; }

footer .btn.pagetop a:hover{ background-color: #7d0045; }


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


}