@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright©SAKURAYA All Rights Reserved.

HTML CSS Selectors Brand

$Revision: 1.0 $
--------------------------------------------------------------------------------- */
#contents-wrapper {
  padding-top: 0;
}

/*---------------------------------------------------------------------------------
MV
--------------------------------------------------------------------------------- */
.top-mv {
  width: 100%;
  height: 560px!important;
  overflow:hidden;
}
.top-mv div {
  height: 100%;
}
.slick-initialized {
  height: auto;
}
#slick-main .slick-slide{
	opacity: 1 !important;
}
#slick-main .slideobject{
	opacity: 0;
	transition: 0s;
}
#slick-main .slick-active .slideobject{
	opacity: 1;
	transition: ease 5.0s;
}
#slick-main .slick-continue .slideobject{
	opacity: 0;
	transition: ease 5.0s;
}
#slick-main img{
	transform: scale(1.0, 1.0);
	transition: 0s;
}
#slick-main .slick-active img{
	transform: scale(1.1, 1.1);
	transition: ease 10.0s; 
}
#slick-main .slick-continue img{
	transform: scale(1.2, 1.2);
	transition: ease 10.0s;
}

.slider-nav {
  width: 330px;
  position: absolute;
  top: 508px;
  left: 50%;
  margin-left: 180px;
}
.slider-nav .item {
  width: 100px!important;
  height: 100px;
  margin-right: 10px;
  background-color: #000;
  cursor: pointer;
}
.slider-nav .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 0.6;
}
.slider-nav .slick-current img {
  opacity: 1;
}

/*---------------------------------------------------------------------------------
コンセプト
--------------------------------------------------------------------------------- */
.brand-name {
  padding: 80px 0 55px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 3;
}
.brand-name span {
  display: inline-block;
  font-family: 'Poiret One', cursive;
  font-size: 42px;
}
.brand-name img {
  width: 32px;
  margin-right: 34px;
  position: relative;
  top: -10px;
}
.concept {
  min-height: 620px;
  margin-bottom: 85px;
  position: relative;
  z-index: 2;
  opacity: 1;
}
.concept::before {
  display: block;
  width: 0;
  height: 360px;
  background-color: #f5f5f5;
  position: absolute;
  top: 130px;
  left: 0;
  z-index: -1;
  content:"";
  transition : all 1000ms 0ms ease-out;
}
.brand-concept-en {
  width: 500px;
  transform: rotate(-9deg);
  position: absolute;
  top: 85px;
  right: 0;
  left: 50%;
  margin-left: 148px;
  font-family: 'Homemade Apple', cursive;
  font-size: 60px;
  line-height: 1;
  z-index: 20;
  transition-delay:800ms;
}
.effect-on.concept::before {
  width: 100%;
}

.brand-photo-01 {
  width: 600px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -500px;
}
.brand-photo-01 .slick-dots {
  position: absolute;
  right: 30px;
  bottom: 20px;
  text-align: right;
}
.brand-photo-01 .slick-dots li {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}
.brand-photo-01 .slick-dots li button {
  display: block;
  width: 22px;
  height: 22px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.brand-photo-01 .slick-dots li button:hover,
.brand-photo-01 .slick-dots li button:focus
{
    outline: none;
}
.brand-photo-01 .slick-dots li button:hover:before,
.brand-photo-01 .slick-dots li button:focus:before
{
    opacity: 1;
}
.brand-photo-01 .slick-dots li button:before
{
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  content: '';
  border: 2px solid #8ba3ce;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
}
.brand-photo-01 .slick-dots .slick-active button:before
{
  background-color: #8ba3ce;
}
.brand-photo-01 .count {
  box-sizing: border-box;
  width: 104px;
  height: 26px;
  padding-top: 0px;
  background-color: #fff;
  border-radius: 13px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 21px;
  left: 30px;
  z-index: 30;
}
.brand-photo-01 .count em {
  font-size: 24px;
}
.brand-photo-02 {
  width: 440px;
  position: absolute;
  top: 364px;
  left: 50%;
  margin-left: 260px;
}

.brand-catchphrase {
  position: absolute;
  top: 216px;
  left: 50%;
  margin-left: 148px;
  font-size: 28px;
  line-height: 1.428;
  text-align: center;
  transition-delay:1100ms;
}
.brand-read {
  width: 590px;
  padding: 400px 190px 0 0;
  margin: 0 auto;
  font-size: 14px;
  line-height: 2;
  transition-delay:1500ms;
}

.brand-illust-01 {
  width: 41px;
  height: 37px;
  background-image: url("../img/salon/icon_sakura_d_01.png");
  position: absolute;
  top: -75px;
  left: 50%;
  margin-left: 178px;
  z-index: 10;
  transition-delay:1000ms;
}
.brand-illust-02 {
  width: 53px;
  height: 68px;
  background-image: url("../img/salon/icon_sakura_d_02.png");
  position: absolute;
  top: -41px;
  left: 50%;
  margin-left: 270px;
  z-index: 10;
  transition-delay:1100ms;
}
.brand-illust-03 {
  width: 38px;
  height: 45px;
  background-image: url("../img/salon/icon_sakura_d_03.png");
  position: absolute;
  top: -117px;
  left: 50%;
  margin-left: 362px;
  z-index: 10;
  transition-delay:1200ms;
}
.brand-illust-04 {
  width: 76px;
  height: 81px;
  background-image: url("../img/salon/icon_sakura_d_04.png");
  position: absolute;
  top: 57px;
  left: 50%;
  margin-left: 354px;
  z-index: 10;
  transition-delay:1300ms;
}

/*---------------------------------------------------------------------------------
NEWS
--------------------------------------------------------------------------------- */
.top-news {
  width: 950px;
  padding-top: 30px;
  margin: 0 auto 40px;
}
.top-news-ttl {
  margin: 0 0 38px 64px;
  position: relative;
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0;
}
.top-news-ttl span {
  display: block;
  padding-bottom: 25px;
  font-size: 14px;
  color: #acaaa5;
}
.top-news-ttl::before {
  width: 45px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 3px;
  left: -64px;
  content:"";
}

.news-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 123px;
}
.news-list dt {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 175px;
  padding-top: 6px;
  font-size: 12px;
  line-height: 1;
}
.news-list dt .date {
  padding: 2px 10px 4px 5px;
  background-color: #efefef;
  margin-right: 15px;
}
.news-list dt .cate {
  padding-top: 2px;
}
.news-list dd {
  box-sizing: border-box;
  width: calc(100% - 175px);
  padding: 0 0 35px 12px;
  position: relative;
}
.news-list dd::before {
  width: 1px;
  height: 20px;
  background-color: #000;
  position: absolute;
  top: 3px;
  left: 0;
  content:"";
}
.news-list .more {
  font-size: 14px;
  line-height: 2;
  overflow:hidden;
}
.news-list dd a {
  box-sizing: border-box;
  display: block;
  width:  60px;
  height: 28px;
  padding-top: 10px;
  background-color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
.news-list dd a:hover {
  opacity: 1;
}

/*---------------------------------------------------------------------------------
Salon list
--------------------------------------------------------------------------------- */
.top-salon-list {
  width: 948px;
  padding-bottom: 135px;
  margin: 0 auto;
}
.top-salon-list-result {
  display: flex;
  flex-wrap: wrap;
  padding-top: 25px;
}
.top-salon-list-result li {
  width: 276px;
  padding: 45px 20px 45px; 
  position: relative;
  z-index: auto;
}
.top-salon-list-result li::before {
  width: 225px;
  height: 200px;
  background-color: #ecd2d5;
  position: absolute;
  top: 122px;
  right: 0;
  content:"";
  z-index: -1;
}
.top-salon-list-logo {
  width: 80px;
  position: absolute;
  top: 0px;
  left: -20px;
  z-index: 4;
}
.top-salon-list-logo img {
  border-radius: 50%;
  -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  -webkit-transition-property: opacity, transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform
}
.top-salon-list-result li:hover .top-salon-list-logo img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg)
}
.top-salon-list-result li .img {
  display: block;
  width: 250px;
  height: 250px;
  padding-bottom: 42px;
  position: relative;
  z-index: 3;
}
.top-salon-list-result li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.top-salon-list-station {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  font-size: 14px;
  line-height: 1.28;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0px;
  left: -20px;
  z-index: 4;
}
.top-salon-list-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.top-salon-list-icon img {
  display: block;
  width: 26px;
  margin: 0 5px 10px;
}
.top-salon-list-icon span {
  width: 26px;
  height: 26px;
  margin: 0 5px 10px;
}
.top-salon-list-icon .icon-hair {
  background-image: url("../img/salon/list_icon_01.png");
}
.top-salon-list-icon .icon-nail {
  background-image: url("../img/salon/list_icon_02.png");
}
.top-salon-list-icon .icon-eye {
  background-image: url("../img/salon/list_icon_03.png");
}
.top-salon-list-icon .icon-bf {
  background-image: url("../img/salon/list_icon_04.png");
}
.top-salon-list-icon .icon-wifi {
  background-image: url("../img/salon/list_icon_05.png");
}
.top-salon-list-icon span.icon-off {
  display: none;
}

.top-salon-list-name {
  padding-bottom: 17px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.top-salon-list-name a {
  display: inline-block;
  padding-bottom: 2px;
  text-decoration: underline;
}
.top-salon-list-tel {
  margin-bottom: 17px;
  font-family: 'Poiret One', cursive;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.top-salon-list-tel span {
  display: inline-block;
  padding-left: 20px;
  font-size: 20px;
  color: #c63fa9;
}
.top-salon-list-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
.top-salon-list-reserve {
  box-sizing: border-box;
  display: block;
  width: 128px;
  height: 30px;
  padding: 9px 0px 0px 42px;
  margin: 0 auto;
  border-radius: 15px;
  background: url("../img/salon/list_icon_reserve-trance.png") no-repeat 5px 4px;
  font-size: 12px;
  line-height: 1;
  color: #fff!important;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-decoration: underline;
}
.top-salon-list-line {
  width: 30px;
  margin: 0 8px;
}
.top-salon-list-hpb {
  width: 46px;
  margin: 0 8px;
}
.top-salon-map {
  display: block;
  font-size: 12px;
  text-align: center;
  text-decoration: underline!important;
}

/*---------------------------------------------------------------------------------
BANNER
--------------------------------------------------------------------------------- */
.banner {
  width: 950px;
  margin: 0 auto 220px;
}
.banner-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}
.banner-list li {
  width: 300px;
  margin-bottom: 15px;
}
.banner-list li.banner-b {
  width: 636px;
}
.banner-list a {
  display: block;
  background-color: #1b1b1b;
  position: relative;
}
.banner-list a div {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-list a div span {
  display: block;
  padding: 12px 15px 40px;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  text-align: center;
  font-weight: 500;
  position: relative;
}
.banner-list a div span::before {
  width: 68px;
  height: 2px;
  background-color: #fff;
  transform: rotate(-27deg);
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  margin: auto;
  content:"";
}
.banner-list a:hover {
  opacity: 1;
}
.banner-list a:hover img {
  opacity: 0.5;
  transition: 0.2s ease-in-out;
}

/*---------------------------------------------------------------------------------
Gallery
--------------------------------------------------------------------------------- */
.gallery {
  margin-bottom: 276px;
}

.style-list {
  display: flex;
  flex-wrap: wrap;
  width: 984px;
  padding-top: 46px;
  margin: 0 auto;
}
.style-list li {
  width: 220px;
  height: 300px;
  margin: 0 13px 30px;
  position: relative;
}
.style-list li:nth-of-type(2n+1) {
  top: 30px;
}
.style-list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.style-list li a:hover {
  opacity: 1;
}
.style-list li .data {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.60);
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #fff;
  opacity: 0;
  transition : all 700ms cubic-bezier(0.000, 0.000, 0.000, 1.000);
  position: absolute;
  top: 0;
  left: 0;
}
.style-list li .data span {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-family: 'Poiret One', cursive;
}
.style-list li a:hover .data {
  opacity: 1;
}

.and-more {
  box-sizing: border-box;
  display: block;
  width: 244px;
  height: 52px;
  padding-top: 10px;
  border: 1px solid #000;
  border-radius: 26px;
  margin: 85px auto 0;
  font-family: 'Poiret One', cursive;
  font-size: 30px;
  line-height: 1;
  text-align: center;
}


/*---------------------------------------------------------------------------------
Blog
--------------------------------------------------------------------------------- */
.blog-list {
  display: flex;
  flex-wrap: wrap;
  width: 960px;
  padding-top: 25px;
  margin: 0 auto;
}
.blog-list li {
  width: 250px;
  padding: 0 35px 40px;
}
.blog-list li a {
  display: block;
}
.blog-list__img {
  width: 100%;
  padding-top: 100%;
  margin-bottom: 15px;
  position: relative;
}
.blog-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 0;
}
.blog-list__date {
  padding-bottom: 10px;
  font-family: 'Poiret One', cursive;
  font-size: 20px;
  line-height: 1;
  color: #c63fa9;
}
.blog-list__salon {
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 1;  
  text-decoration: underline;
}
.blog-list__ttl {
  font-size: 14px;
  line-height: 1.85;
}

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

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



