@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
/* font-awesome */
.con_concept .box_item .list_item, .con_world .box_world, .con_cosmetic .box_cosmetic {
  max-width: 1200px;
  margin: auto;
}

.con_salon .box_salon, .con_salon .box_oth .list_oth {
  max-width: 1200px;
  margin: auto;
}

@media only screen and (max-width: 1199px) {
  .con_concept .box_item .list_item, .con_world .box_world, .con_cosmetic .box_cosmetic {
    width: 96.25%;
  }

  .con_salon .box_salon, .con_salon .box_oth .list_oth {
    width: 96.25%;
  }
}
/* font-awesome */
#header .con_header {
  height: 100%;
}
#header .con_header .box_header {
  position: relative;
}
#header .con_header .box_header h1 {
  position: absolute;
  z-index: 1;
}

@media only screen and (min-width: 1200px) {
  #header .con_header .box_header h1 {
    width: 450px;
    height: 140px;
    margin: auto;
    top: 0;
    bottom: 0;
    /*left: 22%;
    right: 50%;
    margin-left: 270px;*/
  }
}
@media print {
  #header .con_header .box_header h1 {
    width: 172px;
    height: 164px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: 270px;
  }
}
.ie8 #header .con_header .box_header h1 {
  width: 172px;
  height: 164px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: 270px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .box_header h1 {
    width: 38.34529%;
    height: 18.202%;
    top: 0;
    right: 30%;
    bottom: 0;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header h1 {
    width: 56.91667%;
    height: 20.99872%;
    top: 0;
    right: 20%;
    bottom: 0;
    margin: auto;
  }
}
#header .con_header .box_header .box_txt {
  position: absolute;
  z-index: 2;
  overflow: hidden;
}
#header .con_header .box_header .box_txt li {
  float: right;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  margin-right: -4px;
}
#header .con_header .box_header .box_txt li:first-child {
  margin-right: 0;
}
#header .con_header .box_header .box_txt li.line06 {
  margin-right: 32px;
}
#header .con_header .box_header .box_txt li:nth-child(1) {
  -moz-animation: Active-list 2s ease 1s 1 forwards;
  -webkit-animation: Active-list 2s ease 1s 1 forwards;
  animation: Active-list 2s ease 1s 1 forwards;
}
#header .con_header .box_header .box_txt li:nth-child(2) {
  -moz-animation: Active-list 2s ease 2s 1 forwards;
  -webkit-animation: Active-list 2s ease 2s 1 forwards;
  animation: Active-list 2s ease 2s 1 forwards;
}
#header .con_header .box_header .box_txt li:nth-child(3) {
  -moz-animation: Active-list 2s ease 3s 1 forwards;
  -webkit-animation: Active-list 2s ease 3s 1 forwards;
  animation: Active-list 2s ease 3s 1 forwards;
}
#header .con_header .box_header .box_txt li:nth-child(4) {
  -moz-animation: Active-list 2s ease 4s 1 forwards;
  -webkit-animation: Active-list 2s ease 4s 1 forwards;
  animation: Active-list 2s ease 4s 1 forwards;
}
#header .con_header .box_header .box_txt li:nth-child(5) {
  -moz-animation: Active-list 2s ease 5s 1 forwards;
  -webkit-animation: Active-list 2s ease 5s 1 forwards;
  animation: Active-list 2s ease 5s 1 forwards;
}
#header .con_header .box_header .box_txt li:nth-child(6) {
  -moz-animation: Active-list 2s ease 6s 1 forwards;
  -webkit-animation: Active-list 2s ease 6s 1 forwards;
  animation: Active-list 2s ease 6s 1 forwards;
}
#header .con_header .box_header .box_txt li:nth-child(7) {
  -moz-animation: Active-list 2s ease 7s 1 forwards;
  -webkit-animation: Active-list 2s ease 7s 1 forwards;
  animation: Active-list 2s ease 7s 1 forwards;
}
#header .con_header .box_header .box_txt li:nth-child(8) {
  -moz-animation: Active-list 2s ease 8s 1 forwards;
  -webkit-animation: Active-list 2s ease 8s 1 forwards;
  animation: Active-list 2s ease 8s 1 forwards;
}
#header .con_header .box_header .box_txt li:nth-child(9) {
  -moz-animation: Active-list 2s ease 9s 1 forwards;
  -webkit-animation: Active-list 2s ease 9s 1 forwards;
  animation: Active-list 2s ease 9s 1 forwards;
}
#header .con_header .box_header .box_txt li:nth-child(10) {
  -moz-animation: Active-list 2s ease 10s 1 forwards;
  -webkit-animation: Active-list 2s ease 10s 1 forwards;
  animation: Active-list 2s ease 10s 1 forwards;
}

@media only screen and (max-width: 767px) {
  #header .con_header .box_header .box_txt li.line06 {
    margin-right: 5%;
  }
}
@-moz-keyframes Active-list {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes Active-list {
  100% {
    opacity: 1;
  }
}
@keyframes Active-list {
  100% {
    opacity: 1;
  }
}
@media only screen and (min-width: 1200px) {
  #header .con_header .box_header .box_txt {
    height: 476px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 50%;
    margin-right: -21px;
  }
}
@media print {
  #header .con_header .box_header .box_txt {
    height: 476px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 50%;
    margin-right: -21px;
  }
}
.ie8 #header .con_header .box_header .box_txt {
  height: 476px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 50%;
  margin-right: -21px;
}

@media only screen and (max-width: 1199px) {
  #header .con_header .box_header .box_txt {
    width: 55%;
    height: 87%;
    top: 0;
    left: 2%;
    bottom: 0;
    margin: auto;
  }
  #header .con_header .box_header .box_txt li {
    width: 9.09091%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .box_txt {
    width: 70%;
    height: 75%;
  }
}
#header .con_header .box_header #main_slider {
  height: 100%;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .box_header #main_slider .photo {
    overflow: hidden;
  }
  #header .con_header .box_header #main_slider .photo img {
    position: relative;
    width: 130%;
    max-width: none;
    margin-left: -15%;
  }
}
@media only screen and (min-width: 1200px) {
  #header .con_header .box_header #main_slider .slide {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: relative;
  }
  #header .con_header .box_header #main_slider .slide01 {
    background: url(../images/home/main01-pc.jpg) no-repeat center center;
    background-size: cover;
  }
  #header .con_header .box_header #main_slider .slide02 {
    background: url(../images/home/main02-pc.jpg) no-repeat center center;
    background-size: cover;
  }
  #header .con_header .box_header #main_slider .slide03 {
    background: url(../images/home/main03-pc.jpg) no-repeat center center;
    background-size: cover;
  }
  #header .con_header .box_header #main_slider .slick-list {
    display: block;
    height: 100%;
  }
  #header .con_header .box_header #main_slider .slick-list .slick-track {
    height: 100%;
  }
}
@media print {
  #header .con_header .box_header #main_slider .slide {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: relative;
  }
  #header .con_header .box_header #main_slider .slide01 {
    background: url(../images/home/main01-pc.jpg) no-repeat center center;
    background-size: cover;
  }
  #header .con_header .box_header #main_slider .slide02 {
    background: url(../images/home/main02-pc.jpg) no-repeat center center;
    background-size: cover;
  }
  #header .con_header .box_header #main_slider .slide03 {
    background: url(../images/home/main03-pc.jpg) no-repeat center center;
    background-size: cover;
  }
  #header .con_header .box_header #main_slider .slick-list {
    display: block;
    height: 100%;
  }
  #header .con_header .box_header #main_slider .slick-list .slick-track {
    height: 100%;
  }
}
.ie8 #header .con_header .box_header #main_slider .slide {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.ie8 #header .con_header .box_header #main_slider .slide01 {
  background: url(../images/home/main01-pc.jpg) no-repeat center center;
  background-size: cover;
}
.ie8 #header .con_header .box_header #main_slider .slide02 {
  background: url(../images/home/main02-pc.jpg) no-repeat center center;
  background-size: cover;
}
.ie8 #header .con_header .box_header #main_slider .slide03 {
  background: url(../images/home/main03-pc.jpg) no-repeat center center;
  background-size: cover;
}
.ie8 #header .con_header .box_header #main_slider .slick-list {
  display: block;
  height: 100%;
}
.ie8 #header .con_header .box_header #main_slider .slick-list .slick-track {
  height: 100%;
}

/* -----------------------------------------------------------
	.con_concept
----------------------------------------------------------- */
.con_concept {
  background: #000;
  background: url(../images/home/bg_concept.jpg) repeat top left;
  position: relative;
}
.con_concept .box_concept {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
  /*background: url(../images/home/bg_concept.png) no-repeat 67% top;*/
  background-size: 25.08333% auto;
  padding: 105px 0 240px;
}
.con_concept .box_concept h3 {
  font-size: 320%;
  color: #c9a16a;
  margin-bottom: 80px;
  font-family: 'Times New Roman', "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", serif;
  font-weight: 100;
  letter-spacing: .2em;
}
.con_concept .box_concept .catch {
  font-size: 108%;
  line-height: 4;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_concept .box_concept {
    background-size: 26.42669% auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept {
    background-size: 38.24651% auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_concept .box_concept {
    padding: 80px 0 75px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept {
    padding: 10% 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_concept .box_concept h3 {
    font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept h3 {
    font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept h3 {
    margin-bottom: 7%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_concept .box_concept .catch {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept .catch {
    font-size: 93%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_concept .box_concept {
    max-width: 900px;
    margin: auto;
  }
}
@media print {
  .con_concept .box_concept {
    max-width: 900px;
    margin: auto;
  }
}
.ie8 .con_concept .box_concept {
  max-width: 900px;
  margin: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_concept .box_concept {
    width: 95%;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_concept {
    width: 82%;
    margin: auto;
  }
}
.con_concept .box_item {
  /*background: #000000;*/
  background-size: cover;
  padding: 135px 0 0;
}
.con_concept .box_item .list_item {
  padding: 40px 0 36px;
  overflow: hidden;
}
.con_concept .box_item .list_item li a {
  cursor: default;
  display: block;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .con_concept .box_item {
    padding: 7% 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_concept .box_item .list_item {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .box_item .list_item {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .con_concept .box_item .list_item li {
    float: left;
    width: 23.66667%;
    margin-right: 7.25%;
    margin-bottom: 80px;
  }
  .con_concept .box_item .list_item li:first-child {
    margin-left: 7.25%;
  }
  .con_concept .box_item .list_item li:first-child + * + * + * {
    margin-left: 7.25%;
    margin-bottom: 0;
  }
  .con_concept .box_item .list_item li a h4 span {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .con_concept .box_item .list_item li a h4 span.ic_no {
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
  .con_concept .box_item .list_item li a .photo {
    margin-bottom: 20px;
  }
  .con_concept .box_item .list_item li a .txt {
    line-height: 1.7;
    color: #fff;
  }
}
@media print {
  .con_concept .box_item .list_item li {
    float: left;
    width: 23.66667%;
    margin-right: 7.25%;
    margin-bottom: 80px;
  }
  .con_concept .box_item .list_item li:first-child {
    margin-left: 7.25%;
  }
  .con_concept .box_item .list_item li:first-child + * + * + * {
    margin-left: 7.25%;
    margin-bottom: 0;
  }
  .con_concept .box_item .list_item li a h4 span {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .con_concept .box_item .list_item li a h4 span.ic_no {
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
  .con_concept .box_item .list_item li a .photo {
    margin-bottom: 20px;
  }
  .con_concept .box_item .list_item li a .txt {
    line-height: 1.7;
    color: #fff;
  }
}
.ie8 .con_concept .box_item .list_item li {
  float: left;
  width: 23.66667%;
  margin-right: 7.25%;
  margin-bottom: 80px;
}
.ie8 .con_concept .box_item .list_item li:first-child {
  margin-left: 7.25%;
}
.ie8 .con_concept .box_item .list_item li:first-child + * + * + * {
  margin-left: 7.25%;
  margin-bottom: 0;
}
.ie8 .con_concept .box_item .list_item li a h4 span {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.ie8 .con_concept .box_item .list_item li a h4 span.ic_no {
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.ie8 .con_concept .box_item .list_item li a .photo {
  margin-bottom: 20px;
}
.ie8 .con_concept .box_item .list_item li a .txt {
  line-height: 1.7;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .con_concept .box_item .list_item {
    background: none;
  }
  .con_concept .box_item .list_item li {
    background: rgba(255, 255, 255, 0.7);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 2%;
    padding: 3.24324%;
  }
  .con_concept .box_item .list_item li:first-child {
    margin-top: 0;
  }
  .con_concept .box_item .list_item li a {
    overflow: hidden;
  }
  .con_concept .box_item .list_item li a .photo {
    float: left;
    width: 32.83237%;
  }
  .con_concept .box_item .list_item li a .box_txt {
    float: right;
    width: 63.58382%;
    margin-top: 1.5%;
  }
  .con_concept .box_item .list_item li a .box_txt h4 {
    width: 100%;
    overflow: hidden;
    padding-bottom: 2.5%;
    margin-bottom: 2.5%;
    border-bottom: 1px solid #000;
  }
  .con_concept .box_item .list_item li a .box_txt h4 span {
    float: left;
  }
  .con_concept .box_item .list_item li a .box_txt h4 span.ic_no {
    width: 15.45455%;
  }
  .con_concept .box_item .list_item li a .box_txt h4 span.img_st {
    width: 35.09091%;
    margin-left: 3.63636%;
  }
  .con_concept .box_item .list_item li a .box_txt h4.st-item02 span.img_st {
    width: 24%;
  }
  .con_concept .box_item .list_item li a .box_txt h4.st-item03 span.img_st {
    width: 17.81818%;
  }
  .con_concept .box_item .list_item li a .box_txt h4.st-item04 span.img_st {
    width: 12.90909%;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .con_concept .box_item .list_item li a .box_txt .txt {
    font-size: 72%;
  }
}
@media only screen and (max-width: 1199px) {
  .con_concept .box_item .list_item li a .box_txt .txt {
    color: #fff;
  }
}
@media only screen and (min-width: 1200px) {
  .con_new {
    padding: 0 0 35px 0;
  }
  .con_new h3 {
    font-size: 320%;
    color: #c9a16a;
    margin-bottom: 60px;
    font-family: 'Times New Roman', "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", serif;
    font-weight: 100;
    letter-spacing: .2em;
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  .con_new {
    padding: 0 0 35px 0;
  }
  .con_new h3 {
    font-size: 172%;
    color: #c9a16a;
    margin-bottom: 60px;
    font-family: 'Times New Roman', "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", serif;
    font-weight: 100;
    letter-spacing: .2em;
    text-align: center;
    margin-top: 150px;
  }
}
@media only screen and (max-width: 640px) {
  .con_new {
    padding: 0 0 35px 0;
  }
  .con_new h3 {
    font-size: 320%;
    color: #c9a16a;
    margin-bottom: 10%;
    font-family: 'Times New Roman', "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", serif;
    font-weight: 100;
    letter-spacing: .2em;
    text-align: center;
    margin-top: 10%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_new {
    padding: 137px 315px 40px;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .con_new {
    padding-bottom: 10%;
  }
}
.con_new h3 span {
  background: #fefef8;
}
.con_new dl {
  padding: 3.24324%;
}
.con_new dl dt:not(:first-child) {
  margin-top: 40px;
}
.con_new dl dt a {
  display: block;
  text-decoration: none;
}
.con_new dl dt a:hover .txt {
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .con_new dl {
    margin: 3.33333% 0;
  }
}
@media only screen and (max-width: 640px) {
  .con_new dl dt:not(:first-child) {
    margin-top: 1em;
  }
}
.touch #contents .wrap_sig_new .con_new dl dt a.touchstart .txt {
  text-decoration: none;
}

.con_new dl dt a {
  -webkit-tap-highdtght-color: transparent;
}
.con_new dl dt a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_new dl dt a .inf {
  display: block;
}
.con_new dl dt a .inf em {
  display: indtne-block;
  vertical-adtgn: middle;
  *vertical-adtgn: auto;
  *zoom: 1;
  *display: indtne;
  dtne-height: 1;
  color: #424242;
}
.con_new dl dt a .inf em.cate {
  color: #fff;
  padding: .2em .5em;
  background: #c9a167;
  margin-left: 2em;
}
.con_new dl dt a .txt {
  width: 60%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 1em;
}
.con_new .temp_btn1 a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 640px) {
  .con_new dl dt a .inf {
    font-size: 85%;
  }
}
/*.con_new dl dt a .inf em.cate.c1 {
  background: #35b1b6;
}
.con_new dl dt a .inf em.cate.c2 {
  background: #5a6cf0;
}
.con_new dl dt a .inf em.cate.c3 {
  background: #fd4b75;
}*/
@media only screen and (min-width: 641px) {
  .con_new .temp_btn1 a {
    width: 330px;
  }
}
/*@media print {
  .con_new .temp_btn1 a {
    width: 330px;
  }
}*/
.ie8 .con_new .temp_btn1 a {
  width: 330px;
}

.mouse .con_new .temp_btn1 a:not(:hover), .touch .con_new .temp_btn1 a:not(.touchstart) {
  background: #000;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .con_new dl li a .txt {
    width: 50%;
  }
  .con_new h3 {
    font-size: 172%;
  }
}
.con_concept .fix_img {
  position: absolute;
  z-index: 1;
}
.con_concept .fix_img-l {
  top: 0;
  left: 0;
  width: 32.55%;
  text-align: left;
}
.con_concept .fix_img-r {
  right: 0;
  top: 5%;
  width: 33.2%;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .con_concept .fix_img {
    position: static;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_concept .fix_img-l {
    width: 43.4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .fix_img-l {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_concept .fix_img-r {
    width: 44.26667%;
  }
}
@media only screen and (max-width: 767px) {
  .con_concept .fix_img-r {
    width: 100%;
  }
}
/* -----------------------------------------------------------
	.con_ite
----------------------------------------------------------- */
.con_item {
  margin-top: 85px;
}
.con_item h3 {
  text-align: center;
  font-size: 320%;
  color: #c9a16a;
  margin-bottom: 55px;
  font-family: 'Times New Roman', "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", serif;
  font-weight: 100;
  letter-spacing: .2em;
}
.con_item > .txt {
  text-align: center;
  line-height: 2.1;
}

@media only screen and (max-width: 767px) {
  .con_item {
    margin-top: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_item h3 {
    font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  .con_item h3 {
    font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  .con_item h3 {
    margin-bottom: 7%;
  }
}
/* -----------------------------------------------------------
	.con_world
----------------------------------------------------------- */
.con_world {
  margin-top: 137px;
}
.con_world h3 {
  text-align: center;
}
.con_world .box_world {
  margin-top: 117px;
  padding: 40px 0 135px;
  position: relative;
}
.con_world .box_world .box_txt {
  width: 50.25%;
  position: relative;
  z-index: 1;
}
.con_world .box_world .box_txt .catch {
  width: 100%;
}
.con_world .box_world .box_txt .txt {
  margin-top: 75px;
  line-height: 2.1;
}
.con_world .box_world .photo {
  z-index: 0;
  position: absolute;
  width: 76.25%;
  top: 0;
  right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_world {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_world {
    margin-top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_world h3 img {
    width: 58.64583%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_world .box_world {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .con_world .box_world {
    margin-top: 9%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_world .box_world {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_world .box_world {
    padding: 5% 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_world .box_world .box_txt .txt {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .con_world .box_world .box_txt .txt {
    margin-top: 7%;
  }
}
@media only screen and (max-width: 1199px) {
  .con_world .box_world .box_txt {
    text-align: center;
    margin: auto;
  }
  .con_world .box_world .box_txt .catch {
    width: 100%;
    margin: 5% auto 0;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .con_world .box_world .box_txt {
    width: 100%;
  }
  .con_world .box_world .box_txt .catch {
    width: 62.8125%;
  }
  .con_world .box_world .box_txt .txt {
    width: 95%;
  }
}
@media only screen and (min-width: 1283px) {
  .con_world .box_world .photo {
    right: -83px;
  }
}
@media print {
  .con_world .box_world .photo {
    right: -83px;
  }
}
.ie8 .con_world .box_world .photo {
  right: -83px;
}

@media only screen and (max-width: 1199px) {
  .con_world .box_world .photo {
    position: static;
    text-align: center;
    margin: auto;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .con_world .box_world .photo {
    width: 95.3125%;
  }
}
/* -----------------------------------------------------------
	.con_cosmetic
----------------------------------------------------------- */
.con_cosmetic {
  /*margin-top: 137px;*/
  padding: 105px 0 133px;
  background: url(../images/home/bg_cosmetic-pc.jpg) no-repeat center;
  background-size: cover;
}
.con_cosmetic .box_cosmetic h3 {
  font-size: 320%;
  color: #c9a16a;
  margin-bottom: 60px;
  font-family: 'Times New Roman', "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", serif;
  font-weight: 100;
  letter-spacing: .2em;
  text-align: center;
}
.con_cosmetic .box_cosmetic .catch {
  line-height: 2.1;
  text-align: center;
  color: #fff;
}
.con_cosmetic .box_cosmetic .list_cos {
  margin-top: 70px;
  padding: 40px 0 36px;
  letter-spacing: -.4em;
  text-align: center;
}
.con_cosmetic .box_cosmetic .list_cos li {
  letter-spacing: normal;
}
.con_cosmetic .box_cosmetic .list_cos li a {
  color: #fff;
  display: block;
  text-decoration: none;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_cosmetic {
    /*margin-top: 100px;*/
  }
}
@media only screen and (max-width: 767px) {
  .con_cosmetic {
    /*margin-top: 10%;*/
  }
}
@media only screen and (max-width: 767px) {
  .con_cosmetic {
    padding: 11% 0 7%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_cosmetic .box_cosmetic h3 {
    font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cosmetic .box_cosmetic h3 {
    font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cosmetic .box_cosmetic h3 {
    margin-bottom: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cosmetic .box_cosmetic .list_cos {
    margin-top: 7%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_cosmetic .box_cosmetic .list_cos {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_cosmetic .box_cosmetic .list_cos {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .con_cosmetic .box_cosmetic .list_cos li {
    display: inline-block;
    vertical-align: top;
    width: 65.66667%;
  }
  .con_cosmetic .box_cosmetic .list_cos li:first-child {
    /*margin-right: 7.25%;*/
  }
  .con_cosmetic .box_cosmetic .list_cos li a {
    text-align: left;
  }
  .con_cosmetic .box_cosmetic .list_cos li a h4 span {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .con_cosmetic .box_cosmetic .list_cos li a h4 span.ic_no {
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
  .con_cosmetic .box_cosmetic .list_cos li a .photo {
    margin-bottom: 20px;
  }
  .con_cosmetic .box_cosmetic .list_cos li a .txt {
    line-height: 1.7;
  }

  .txt2 {
    float: left;
    width: 790px;
    /*margin-left: 30px;*/
  }

  .photo2 {
    float: left;
  }
}
@media print {
  .con_cosmetic .box_cosmetic .list_cos li {
    display: inline-block;
    vertical-align: top;
    width: 23.66667%;
  }
  .con_cosmetic .box_cosmetic .list_cos li:first-child {
    margin-right: 7.25%;
  }
  .con_cosmetic .box_cosmetic .list_cos li a {
    text-align: left;
  }
  .con_cosmetic .box_cosmetic .list_cos li a h4 span {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .con_cosmetic .box_cosmetic .list_cos li a h4 span.ic_no {
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
  .con_cosmetic .box_cosmetic .list_cos li a .photo {
    margin-bottom: 20px;
  }
  .con_cosmetic .box_cosmetic .list_cos li a .txt {
    line-height: 1.7;
  }
}
.ie8 .con_cosmetic .box_cosmetic .list_cos li {
  display: inline-block;
  vertical-align: top;
  width: 23.66667%;
}
.ie8 .con_cosmetic .box_cosmetic .list_cos li:first-child {
  margin-right: 7.25%;
}
.ie8 .con_cosmetic .box_cosmetic .list_cos li a {
  text-align: left;
}
.ie8 .con_cosmetic .box_cosmetic .list_cos li a h4 span {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.ie8 .con_cosmetic .box_cosmetic .list_cos li a h4 span.ic_no {
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.ie8 .con_cosmetic .box_cosmetic .list_cos li a .photo {
  margin-bottom: 20px;
}
.ie8 .con_cosmetic .box_cosmetic .list_cos li a .txt {
  line-height: 1.7;
}

@media only screen and (max-width: 1199px) {
  .con_cosmetic .box_cosmetic .list_cos {
    background: none;
  }
  .con_cosmetic .box_cosmetic .list_cos li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 2%;
    padding: 3.24324%;
  }
  .con_cosmetic .box_cosmetic .list_cos li:first-child {
    margin-top: 0;
  }
  .con_cosmetic .box_cosmetic .list_cos li a {
    overflow: hidden;
  }
  .con_cosmetic .box_cosmetic .list_cos li a .photo {
    /*float: left;*/
    width: 65.83237%;
    margin: 0 auto 25px auto;
  }
  .con_cosmetic .box_cosmetic .list_cos li a .box_txt {
    /*float: right;*/
    width: 98.58382%;
    margin-top: 1.5%;
  }
  .con_cosmetic .box_cosmetic .list_cos li a .box_txt h4 {
    width: 100%;
    overflow: hidden;
    padding-bottom: 2.5%;
    margin-bottom: 2.5%;
    border-bottom: 1px solid #fff;
  }
  .con_cosmetic .box_cosmetic .list_cos li a .box_txt h4 span {
    float: left;
  }
  .con_cosmetic .box_cosmetic .list_cos li a .box_txt h4 span.ic_no {
    width: 15.45455%;
  }
  .con_cosmetic .box_cosmetic .list_cos li a .box_txt h4 span.img_st {
    width: 65.81818%;
    margin-left: 3.63636%;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .con_cosmetic .box_cosmetic .list_cos li a .box_txt .txt {
    font-size: 72%;
  }
}
.con_cosmetic .box_cosmetic .memo {
  color: #fff;
  text-align: right;
  font-size: 86%;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .con_cosmetic .box_cosmetic .memo {
    margin-top: 1%;
  }
}
/* -----------------------------------------------------------
	.con_salon
----------------------------------------------------------- */
.con_salon {
  margin-top: 137px;
}
.con_salon h3 {
  font-size: 320%;
  color: #c9a16a;
  margin-bottom: 60px;
  font-family: 'Times New Roman', "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", serif;
  font-weight: 100;
  letter-spacing: .2em;
  text-align: center;
}
.con_salon h5 {
  font-size: 186%;
  color: #FFFFFF;
  padding: 2.5em 0 1.5em;
  font-family: 'Times New Roman', "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", serif;
  font-weight: 100;
  letter-spacing: .2em;
  text-align: center;
}
.con_salon h5:nth-of-type(2) {
  padding: 1.5em 0;
}
@media only screen and (max-width: 767px) {
  .con_salon h5 {
    padding: 1.5em 0;
  }
  .con_salon h5:nth-of-type(2) {
    padding: 1em 0 1.5em;
  }
}
.con_salon .catch {
  font-size: 320%;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.con_salon .catch span {
  display: block;
  font-size: 146%;
}
.con_salon .box_salon_container {
  background: url(../images/home/bg_salon.jpg);
  padding-bottom: 50px;
  margin-top: 95px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_salon .box_salon_container {
    margin-top: 80px;
    padding: 10% 0 7%;
  }
}
@media only screen and (max-width: 767px) {
  .con_salon .box_salon_container {
    margin-top: 7%;
    padding: 10% 0 7%;
  }
}
.con_salon .box_salon ul {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .con_salon .box_salon ul {
    flex-direction: column;
    align-content: center;
  }
}
.con_salon .box_salon ul li {
  position: relative;
  width: 31%;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0  0 1.8em 1.8em;
  transition: all .4s;
  padding: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_salon .box_salon ul li {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .con_salon .box_salon ul li {
    width: 90%;
    margin: 0  auto 1.8em;
  }
}
.con_salon .box_salon ul li:hover {
  opacity: .7;
  transition: all .4s;
}
.con_salon .box_salon ul li:before, .con_salon .box_salon ul li:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  border-top: 12px solid #c9a16a;
  border-bottom: 12px solid transparent;
  border-left: 12px solid transparent;
}
.con_salon .box_salon ul li:before {
  top: 3px;
  right: 3px;
}
.con_salon .box_salon ul li:after {
  top: 5px;
  right: 5px;
  border-top: 12px solid #9c3437;
}
.con_salon .box_salon ul li a {
  display: block;
  text-decoration: none;
}
.con_salon .box_salon ul li .logo {
  display: inline-block;
  vertical-align: middle;
  width: 35%;
  text-align: center;
  border: 2px solid #fff;
}
.con_salon .box_salon ul li .logo img {
  height: 100px;
  width: 127px;
  object-fit: cover;
}
.con_salon .box_salon ul li .st {
  display: inline-block;
  vertical-align: middle;
  width: 58%;
  padding-left: .5em;
}
.con_salon .box_salon ul li .st p {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 108%;
  font-weight: bold;
  letter-spacing: .1em;
}
.con_salon .box_salon ul li .st p:not(:first-of-type) {
  padding-top: .2em;
}
.con_salon .box_salon ul li .st p.en {
  display: block;
  font-size: 90%;
  letter-spacing: .2em;
}
.con_salon .box_salon ul li .st p.name {
  display: block;
  color: #9e671b;
  line-height: 1.2;
}
.con_salon .box_oth {
  margin-top: 80px;
}
.con_salon .box_oth .list_oth {
  letter-spacing: -.4em;
  text-align: center;
}
.con_salon .box_oth .list_oth li {
  margin-top: 0;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 31.7%;
  margin-left: 2.45%;
}
.con_salon .box_oth .list_oth li:first-child {
  margin-left: 0;
}
.con_salon .box_oth .list_oth li a, .con_salon .box_oth .list_oth li span {
  display: block;
  text-align: center;
  text-decoration: none;
}
.con_salon .box_oth .list_oth li a .photo, .con_salon .box_oth .list_oth li span .photo {
  margin-bottom: 25px;
}
.con_salon .box_oth .list_oth li a .photo .caption, .con_salon .box_oth .list_oth li span .photo .caption {
  font-size: 79%;
  text-align: left;
  display: block;
}
.con_salon .box_oth .list_oth li a h4, .con_salon .box_oth .list_oth li span h4 {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 153%;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #4a373a;
  margin-bottom: 40px;
}
.con_salon .box_oth .list_oth li:first-child h4 span {
  letter-spacing: 0;
}
.con_salon .box_oth .list_oth li:last-child h4 span {
  letter-spacing: 0.2em;
}
.con_salon .box_oth .list_oth li:last-child h4 span em {
  letter-spacing: 0.04em;
}
.con_salon .box_oth .list_oth li a h4 span, .con_salon .box_oth .list_oth li span h4 span {
  display: block;
}
.con_salon .box_oth .list_oth li a h4 em {
  font-size: 69%;
  font-weight: 100;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_salon {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_salon {
    margin-top: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_salon h3 {
    font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  .con_salon h3 {
    font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  .con_salon h3 {
    margin-bottom: 6%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_salon .catch {
    font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  .con_salon .catch {
    font-size: 172%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_salon .box_oth {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_salon .box_oth {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_salon .box_oth .list_oth li {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_salon .box_oth .list_oth {
    margin-top: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .con_salon .box_oth .list_oth {
    margin: 10% auto 0;
  }
  .con_salon .box_oth .list_oth:last-child {
    margin-top: 0;
  }
  .con_salon .box_oth .list_oth li {
    width: 100%;
    margin: 0 auto;
  }
  .con_salon .box_oth .list_oth li .photo {
    width: 50%;
    float: left;
  }
  .con_salon .box_oth .list_oth li h4 {
    text-align: center;
  }
  .con_salon .box_oth .list_oth li h4 .st_oth {
    line-height: 2em;
    font-weight: bolder;
    font-size: 135%;
    padding-top: 5%;
  }
  .con_salon .box_oth .list_oth li h4 span {
    font-size: 125%;
  }
  .con_salon .box_oth .list_oth li h4 span em {
    display: block;
    font-size: 120%;
    margin-bottom: 0.05em;
  }
}
@media only screen and (max-width: 767px) {
  .con_salon .box_oth .list_oth li h4 {
    padding: 0 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_salon .box_oth .list_oth li a .photo, .con_salon .box_oth .list_oth li span .photo {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 1199px) {
  .con_salon .box_oth .list_oth li a .photo img, .con_salon .box_oth .list_oth li span .photo img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_salon .box_oth .list_oth li a h4, .con_salon .box_oth .list_oth li span h4 {
    font-size: 100%;
    color: #4a373a;
  }
}
@media only screen and (max-width: 767px) {
  .con_salon .box_oth .list_oth li a h4, .con_salon .box_oth .list_oth li span h4 {
    font-size: 79%;
    color: #4a373a;
  }
}
.st_oth {
  display: block;
  font-size: 69%;
  margin-bottom: 10px;
}

.con_salon .box_oth .list_oth li a .txt, .con_salon .box_oth .list_oth li span .txt {
  font-size: 108%;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_salon .box_oth .list_oth li a .txt, .con_salon .box_oth .list_oth li span .txt {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_salon .box_oth .list_oth li a .txt, .con_salon .box_oth .list_oth li span .txt {
    font-size: 72%;
  }
}
.box-news {
  border-top: 2px solid #e7e7e7;
  border-bottom: 2px solid #e7e7e7;
  padding: 25px 0;
}
.box-news dl {
  padding: 25px 0 22px;
  border-bottom: 1px dotted #c8c8c8;
}

/*
----
information
----
*/
@media only screen and (max-width: 767px) {
  .con_information {
    margin: 10% 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_information {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .con_infor {
    border: 1px solid #d2d2d2;
    padding: 50px 45px;
  }
}
.box_infor {
  overflow: auto;
  height: 250px;
}
.box_infor::-webkit-scrollbar {
  width: 10px;
}
.box_infor::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f6f6f2;
}
.box_infor::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #d2d2d2;
}

/*スクロールバーの横幅指定*/
/*スクロールバーの背景色・角丸指定*/
/*スクロールバーの色・角丸指定*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_information {
    padding-bottom: 40px;
  }
}
.con_information .wrap {
  width: 1200px;
  margin: 0 auto;
}
.con_information h3.temp_st1 {
  margin-bottom: 40px;
}
.con_information h3.temp_st1 span {
  color: #4a373a;
}
.con_information .box_infor .infor_item a {
  display: flex;
  padding: 1em 2em;
}
.con_information .box_infor .infor_item a .entry {
  margin-right: 2em;
  font-size: 100%;
}
.con_information .box_infor .infor_item a .entry .date {
  position: relative;
  padding-right: 1em;
  margin-right: 1em;
}
.con_information .box_infor .infor_item a .entry .date:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 80%;
  background: #4a373a;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.con_information .box_infor .infor_item a .txt {
  font-size: 93%;
}
.con_information .box_infor .infor_item a .txt span {
  padding-left: .5em;
  transition: all .4s;
}
.con_information .box_infor .infor_item a:hover {
  background: #f6f6f2;
}
.con_information .box_infor .infor_item a:hover .txt span {
  padding-left: 1.5em;
}
.con_information .box_infor .slick-dots {
  display: flex;
  justify-content: center;
}
.con_information .box_infor .slick-dots li {
  margin: 0 10px;
}
.con_information .box_infor .slick-dots li button {
  border: none;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #e7e7e7;
  text-indent: -999em;
}
.con_information .box_infor .slick-dots li.slick-active button {
  background: #615b54;
}
.con_information .btn {
  float: right;
  width: 220px;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_information .wrap {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .con_information .wrap {
    width: 95%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_information h3.temp_st1 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_information h3.temp_st1 {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_information .box_infor .infor_item a {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_information .box_infor .infor_item a {
    padding: 1em 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_information .box_infor .infor_item a {
    padding: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_information .box_infor .infor_item a .entry {
    width: 28%;
  }
}
@media only screen and (max-width: 767px) {
  .con_information .box_infor .infor_item a .entry {
    margin-bottom: .5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_information .box_infor .infor_item a .txt {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .con_information .btn {
    float: none;
    width: 80%;
    margin: 2em auto;
  }
}
/* -----------------------------------------------------------
	.con_omotenasi
----------------------------------------------------------- */
.con_omotenasi {
  margin-top: 137px;
  position: relative;
}
.con_omotenasi .catch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 49.5%;
  height: 5.01319%;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_omotenasi {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_omotenasi {
    margin-top: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_omotenasi .catch {
    width: 62.16667%;
    height: 6.1674%;
  }
}
@media only screen and (max-width: 767px) {
  .con_omotenasi .catch {
    width: 77.70833%;
    height: 5.6%;
  }
}
/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  position: relative;
  z-index: 2;
}
