<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* FONT */


.crimson {
  font-family: 'Crimson Text', serif;
}

.o-sans {
  font-family: 'Open Sans', sans-serif;
}

.p-sans {
  font-family: 'Poppins', sans-serif;
}



/********************************
/********************************
/********************************

l_reset_reset

********************************/


/* コンタクトフォームのボタンをリセット（chromeのUA） */
input[type="button"i],
input[type="submit"i],
input[type="reset"i],
input[type="file"i]::-webkit-file-upload-button,
button {
  border-color: none;
  border-style: none;
  border-width: 0;
  padding: 0;
}

h2,
h3,
h4,
h5 {
  font-weight: normal;
  margin: 0;
  font-size: 100%;
}



/********************************
/********************************

m_reset_reset

********************************/
@media only screen and (max-width: 1024px) {}

/********************************
/********************************
/********************************

l_common

********************************/

/********** heading（見出し） **********/
.ej_heading {
  /* font-family: 'Poppins', sans-serif; */
  text-align: center;
  line-height: 1.5;
  letter-spacing: 5px;
  margin-bottom: 1em;
}

.ej_heading span {
  font-size: 12px;
  display: block;
}

.ej_heading .pic.logo {
  max-width: 150px;
  margin: 0 auto 5px;
}

.underpage .ej_heading {
  margin-bottom: 6%;
}

.underpage .border_wrap {
  position: relative;
  border-bottom: 5px solid #333;
  padding-top: 50px;
}

.underpage .border_wrap:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
  bottom: 3px;
}

/********** col **********/
.col_wrap {
  margin: -2% 0 0 -2%;
}

.col_wrap .col_4 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 2% 0 0 2%;
  word-wrap: break-word;
  width: 25%;
}

.col_wrap .col_3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  padding: 2% 0 0 2%;
  word-wrap: break-word;
  width: 33.33333%;
}

.col_wrap .col_2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 2% 0 0 2%;
  word-wrap: break-word;
  width: 50%;
}

/********** btn **********/
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #333;
  width: 180px;
  margin: auto;
  position: relative;
  padding: 1.5rem 0;
  letter-spacing: 3px;
  background: #ffffff;
  cursor: pointer;
}

.btn span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
  text-align: center;
  /* font-family: 'Open Sans', sans-serif; */
}

.btn p {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  /* font-family: 'Open Sans', sans-serif; */
}

.btn:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  right: 1rem;
  position: absolute;
}

.btn.-large {
  width: 250px;
}

.btn.-large span {
  width: 100%;
  padding: 0 20px;
  display: block;
  box-sizing: border-box;
}

.btn.-large:after {
  right: 5px;
}

.s_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  border-left: 2px solid #333;
  width: 100%;
  margin: auto;
  position: relative;
  padding: 1.5rem 0;
  letter-spacing: 3px;
}

.s_btn_wrap .s_btn:last-of-type {
  border-bottom: 2px solid #333;
}

.s_btn span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  font-size: 12px;
}

.btn.btn_big {
  width: 40%;
}

.btn.btn_big:after {
  content: none;
}

.btn.btn_middle {
  width: 30%;
}

.btn.btn_middle:after {
  content: none;
}

.btn.back {
  background: #f0f0f0;
  width: 250px;
  padding: 1.75rem 0;
}

.btn.back span {
  /* font-family: 'Poppins', sans-serif; */
  font-weight: bold;
}

.btn.back:after {
  content: none;
}

.btn.rev:after {
  content: none;
}

.btn.rev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  font-weight: 900;
  left: 1rem;
  position: absolute;
}


/*btn01*/
.btn01 a {
  display: block;
  padding-right: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

.btn01.-type01 {
  margin-top: 30px;
}
.btn01.-type01 a {
  width: 50px;
  margin-left: auto;
}
.btn01.-type01.-back a {
  text-align: right;
  padding-left: 20px;
  padding-right: 0;
}


/********** web予約 **********/
.reserve {
  width: 50%;
  margin: 10% auto 0;
  background: #f0f0f0;
  height: 40%;
}

.reserve .text_wrap {
  padding: 1rem;
  width: 60%;
}

.reserve .logo {
  max-width: 109px;
  margin-bottom: .5rem;
}

.reserve .cap {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.reserve .cap span {
  display: block;
  font-size: 11px;
  margin: .5rem 0 1rem;
}

.reserve .pic_wrap {
  width: 40%;
  max-width: 187px;
}

.reserve .btn {
  margin-left: 0;
  background: #ffffff;
  padding: 1rem;
}

.accent {
  background: #f0f0f0;
}

.text {
  font-size: 14px;
}


.box-lead {
  border: 3px solid #999;
  text-align: center;
  color: #999;
  padding: 2rem 0;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10%;
  position: relative;
  width: 40%;
  margin: 0 auto 6%;
  letter-spacing: 4px;
}

.box-lead .pic {
  position: absolute;
  width: 105px;
  right: 0.5rem;
  bottom: 0.5rem;
}

/********************************
/********************************

m_common

********************************/
@media only screen and (max-width: 1024px) {

  /********** web予約 **********/
  .reserve {
    width: 80%;
  }

  .reserve .btn {
    width: 80%;
  }


  .box-lead {
    width: 60%;
  }

  .box-lead .pic {
    width: 30%;
  }

}




/********************************

s_common

********************************/
@media only screen and (max-width: 599px) {
  .btn.btn_middle {
    width: 40%;
    margin: 5px auto;
  }


  .col_wrap .col_2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  /********** web予約 **********/
  .reserve {
    width: 100%;
  }

  .reserve .cap {
    font-size: 16px;
  }


  .box-lead {
    width: 80%;
  }

  .box-lead .pic {
    width: 25%;
  }

}

/********************************
/********************************
/********************************

l_header

********************************/
.sitettl {
  display: none;
}
[data-element-id].sitettl {
  display: block;
}

.mainimage {
  position: relative;
  z-index: 1;
}

.mainimage .logo {
  position: absolute;
  left: 5%;
  top: 30px;
}

.mainimage .img {
  position: relative;
  min-height: 400px;
  /*  max-height: 700px;*/
}
.mainimage .img:before {
  content: "";
  display: block;
  padding-top: 40%;
}
.mainimage .img img {
  position: absolute;
  top: 0;
  left: 0;
}

.mainimage .head {
  position: absolute;
  bottom: calc(50% - 100px);
  left: 50%;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  text-shadow: 1px 0 2px #fff, 0 1px 2px #fff, -1px 0 2px #fff, 0 -1px 2px #fff;
}
.mainimage .headin01 {
  font-size: 50px;
  display: block;
  margin-bottom: 20px;
  text-align: right;
}
.mainimage .headin02 {
  font-size: 30px;
  display: block;
  text-align: right;
  padding-right: 30px;
}

.global_m {
  position: relative;
}

.global_m.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgb(240, 240, 240, .9);
  width: 100%;
  border-bottom: 1px #333 #000;
}
[data-element-id].global_m.fixed {
  position: relative;
}

.global_m .nav_fixed_top,
.global_m.fixed .nav_top {
  display: none;
}

[data-element-id].global_m .nav_fixed_top {
  display: block;
}
[data-element-id].global_m .nav_fixed_top img {
  height: 20px !important;
  width: auto;
}


.global_m.fixed .nav_fixed_top,
.global_m .nav_top {
  display: block;
}

#gnav .nav_wrap {
  width: 1024px;
  margin: auto;
}

#gnav.global_m.fixed:after {
  display: none;
}

#gnav .nav_fixed_top:after {
  display: none;
}

#gnav.fixed ul {
  margin: .5rem auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#gnav.fixed li a {
  padding: 0 1rem;
}

#gnav.fixed .nav_fixed_top {
  width: 20%;
  padding-right: 2rem;
}

#gnav.fixed .nav_fixed_top a {
  padding: 0;
}

#gnav.fixed .nav_fixed_top .head_lead {
  text-align: center;
}

#gnav.fixed .nav_fixed_top .logo {
  margin-bottom: 0.5rem;
}

#gnav.fixed .nav_fixed_top .logo img {
  height: 40px !important;
  width: auto;
}

#gnav.fixed .nav_fixed_top a:hover .logo img,
#gnav.fixed .nav_fixed_top a:hover .head_lead {
  opacity: .6;
}

#gnav ul {
  width: 100%;
  margin: 2rem auto;
}

#gnav li {
  position: relative;
}

#gnav li:after {
  content: "/";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

#gnav li:last-child:after {
  content: none;
}

#gnav li a {
  /* font-family: 'Open Sans', sans-serif; */
  font-weight: bold;
  padding: 0 1.75rem;
}

#gnav li:first-child a {
  padding-left: 0;
}

#gnav li:last-child a {
  padding-right: 0;
}

#gnav .tab_sm_list {
  display: none;
}

/********************************
/********************************

m_header

********************************/
@media only screen and (max-width: 1024px) {
  .mainimage .logo {
    top: 20px;
  }
  .mainimage .logo img {
    height: 50px !important;
    width: auto;
  }
  .mainimage .head {
    left: 5%;
    transform: translate(0%, -50%);
  }
  #gnav.global_m:after {
    display: none;
  }

  #gnav .toggle {
    background: #333;
  }

  #gnav .tab_sm_list {
    display: block;
  }

  #gnav .accordion-body {
    width: 300px;
    right: 0;
    left: auto;
  }

  #gnav .nav_wrap {
    width: 100%;
  }

  #gnav ul {
    margin: 0 auto;
    max-width: none;
  }


  #gnav li:after {
    content: none;
  }

  #gnav.global_m .nav_top {
    display: none;
  }

  #gnav.global_m .nav_fixed_top {
    border-bottom: none;
    width: 100%;
    margin: 0 auto 2rem;
  }

  #gnav.global_m .nav_fixed_top .logo img {
    height: 50px !important;
    width: auto;
  }

  #gnav.global_m .nav_fixed_top .head_lead {
    text-align: center;
  }

}




/********************************

s_header

********************************/
@media only screen and (max-width: 599px) {
  .mainimage .logo {
    top: 10px;
  }
  .mainimage .logo img {
    height: 40px !important;
  }
  .mainimage .img {
    min-height: 250px;
  }
  .mainimage .head {
    bottom: calc(50% - 70px)
  }
  .mainimage .headin01 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .mainimage .headin02 {
    font-size: 20px;
  }

  #gnav.global_m .nav_fixed_top .logo img {
    height: 50px !important;
    width: auto;
  }

  #gnav .logo {
    width: 100%;
  }

}

/********************************
/********************************
/********************************

l_footer

********************************/
.f_fixed {
  position: fixed;
  bottom: 5%;
  right: 1%;
  z-index: 100;
}
.f_fixed a {
  background: #000;
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 18px;
}
.f_fixed a:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  border: 1px solid #fff;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}
.f_fixed .subtitle {
  color: #fff !important;
}
.f_fixed .itemin {
  display: block;
  font-size: 14px;
}
.f_wrap {
  border-bottom: 2px solid #333;
}

.f_logo,
.f_info {
  padding: 0 30px
}

.f_add_time,
.f_tel,
.f_sns {
  margin: 0 auto .5rem;
  text-align: center;
}

.f_contact {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.f_tel {
  font-weight: bold;
}

.f_sns li i {
  font-size: 30px;
}

.f_nav ul li a {
  /* font-family: 'Open Sans', sans-serif; */
  padding: 0 1rem;
}

footer .copyright {
  text-align: center;
  font-size: 12px;
  margin-bottom: 50px;
}

/********************************
/********************************

m_footer

********************************/
@media only screen and (max-width: 1024px) {
  footer {
    padding-bottom: 50px;
  }
  .f_fixed {
    bottom: 1%;
    right: 1%;
  }
}




/********************************

s_footer

********************************/
@media only screen and (max-width: 599px) {
  .f_fixed {}
  .f_fixed a {
    font-size: 14px;
    line-height: 1.2em;
  }
  .f_fixed a:before {}
  .f_fixed .itemin {
    font-size: 12px;
  }
  .f_logo {
    margin-bottom: 20px;
  }
}



/********************************
/********************************
/********************************

l_index（01_トップページ)

********************************/
.toppage .inner {
  padding: 80px 0;
}


/*ニュース（トップ）*/
.t_news-blog {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
}

.t_news-blog .ttl {
  margin-bottom: 0;
}

.t_news-blog .dl_wrap {
  padding: 0 50px;
  flex-grow: 10;
  width: 500px;
}

.t_news-blog .t_article_box {
  border-bottom: 2px dotted #333;
  padding: 1rem;
}

.t_news-blog dl {
  display: flex;
  margin-bottom: 20px;
}

.t_news-blog dt {
  display: flex;
  margin-right: 50px;
}

.t_news-blog dt:before {
  display: block;
  content: "";
  background: #333333;
  width: 1rem;
  height: 2px;
  margin-bottom: auto;
  margin-top: auto;
  margin-right: .5rem;
}

.t_news-blog dd {
  overflow: hidden;
}

.t_news-blog dd a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.t_news-blog .btn01 {
  align-self: flex-end;
}


/*撮影協賛実績（トップ）*/
.t_sponsor {
  border-top: 5px solid #333;
  border-bottom: 5px solid #333;
  position: relative;
  overflow: hidden;
}

.t_sponsor:before,
.t_sponsor::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #333;

}

.t_sponsor:before {
  top: 3px;
}

.t_sponsor:after {
  bottom: 3px;
}

.t_sponsor .t_sponsor_wrap {
  margin-bottom: 3rem;
}

.list_t_sponsor {
  margin-bottom: 30px;
  padding: 0 50px;
}

[data-element-id] .list_t_sponsor {
  max-height: 470px;
  overflow: hidden;
}

.list_t_sponsor .item {
  padding: 0 10px 10px;
}

.list_t_sponsor .itemin {
  display: block;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, .3);
}

.list_t_sponsor .category {
  display: flex;
  margin-bottom: 2px;
}

.list_t_sponsor .category li {
  margin-right: 2px;
  padding: 0 5px;
  line-height: 1.3em;
}

.list_t_sponsor .head {
  padding: 10px
}

.t_sponsor .btn_box .btn {
  margin: 10px 30px;
}


/*ヘアメイク・採用情報（トップ）*/
.t_concept {
  padding: 80px 0;
}

.t_concept .inner {
  position: relative;
  padding: 0 !important;
}

.t_concept .inner:after {
  position: absolute;
  display: block;
  content: "";
  border: 3px solid #f0f0f0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 26px);
  height: calc(100% - 26px);
  z-index: 5;
}

.t_concept_wrap {
  position: relative;
}

.t_concept_wrap .btn {
  z-index: 6;
}

.t_concept .text_area {
  background: #fff;
  padding: 3rem;
  width: 50%;
  order: 2;
}

.t_concept .text_area .t_concept_heading {
  text-align: center;
  width: 100%;
  margin-bottom: 0.5rem;
  line-height: 2;
  letter-spacing: 2px;
}

.t_concept .text_area .head {
  text-align: center;
  width: 100%;
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-size: 20px;
}

.t_concept .text_area .text {
  line-height: 2;
  margin-bottom: 3rem;
}

.t_concept .pic_area {
  width: 50%;
  order: 3;
}

.t_concept .t_concept_wrap:nth-child(even) .pic_area {
  order: 2;
}

.t_concept .t_concept_wrap:nth-child(even) .text_area {
  order: 3;
}


/*事業内容（トップ）*/
.t_about {
  position: relative;
  z-index: 1;
}
.t_about .img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.t_about .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  background: #fff;
  opacity: .3;
}
.list_t_about {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list_t_about .item {
  width: 300px;
     background: #ffffff73;
  color: #fff;
  margin: 20px;
}
.list_t_about .itemin {
  text-align: center;
  padding: 10px;
}


/*サロン（トップ）*/
.list_t_salon .img {
  margin-bottom: 10px;
}
.list_t_salon .img a {
  display: block;
}
.list_t_salon .txt {
  margin-bottom: 5px;
}
.list_t_salon .txtin {
  display: inline-block;
}


/********************************
/********************************

m_index（01_トップページ)

********************************/
@media only screen and (max-width: 1024px) {
  .t_news-blog {}
  .t_news-blog .dl_wrap {
    width: 100px;
  }
  .t_news-blog dl {
    flex-wrap: wrap;
  }
  .t_news-blog dt {
    width: 100%;
    margin-bottom: 5px;
  }
  .t_concept .text_area {
    position: absolute;
    z-index: 2;
    width: 60%;
    height: 100%;
    padding: 2rem;
    background: rgba(255, 255, 255, .8);
  }

  .t_concept .pic_area {
    width: 100%;
  }

  .t_concept .t_concept_wrap:nth-child(even) .text_area {
    right: 0;
  }

}


/********************************

s_index（01_トップページ)

********************************/
@media only screen and (max-width: 599px) {
  .toppage .inner {
    padding: 30px 0;
  }

  .t_news-blog {
    flex-wrap: wrap
  }
  .t_news-blog .dl_wrap {
    width: 100%;
    padding: 30px 0;
  }
  .t_news-blog .btn01 {
    margin-left: auto;
  }

  .t_concept .text_area {
    width: 100%;
    position: static;
    order: 3;
  }
  
  .list_t_salon .txt {
    line-height: 1;
  }
}

/********************************
/********************************
/********************************

l_underpage

********************************/
.underpage {
  margin-bottom: 6%;
}

.up_mainimage .head {
  text-align: center;
  width: 100%;
  z-index: 3;
  transform: translate(-50%, 50%);
  bottom: 50%;
  color: #ffffff;
  letter-spacing: 5px;
}

.up_mainimage .head:after {
  position: absolute;
  display: block;
  content: "";
  width: 80px;
  height: 4px;
  background: #ffffff;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.up_mainimage .mi_inner {
  overflow: hidden;
  min-height: 200px;
}

.up_mainimage .mi_inner:after {
  display: block;
  content: "";
  padding-top: 24.21875%;
}

.up_mainimage .mi_inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  /*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.up_mainimage .mi_inner .pic:before {
  display: block;
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, .3);
  width: 100%;
  height: 100%;
  z-index: 2;
}

.up_mainimage .mi_inner .img {
  min-height: 0;
}

.head_menu_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6% 0;
}

.head_menu li {
  width: 210px;
  padding: 1rem;
  border: 2px solid #333;
  line-height: 1;
  margin: 0 1% 2%;
}

.head_menu li a {
  font-size: 24px;
  text-align: center;
  display: block;
  /* font-family: 'Poppins', sans-serif; */
  font-weight: bold;
  letter-spacing: 5px;
}

.head_menu li a span {
  font-size: 12px;
  display: block;
  font-weight: normal;
  padding-top: 3px;
}

/********************************
/********************************

m_underpage

********************************/
@media only screen and (max-width: 1024px) {
  .up_mainimage .head {
    left: 50%;
    text-shadow: none;
  }

  .head_menu_wrap {
    max-width: none;
  }

  .head_menu li {
    width: 175px;
    padding: 0.5rem;
  }

  .head_menu li a {
    font-size: 20px;
  }
}




/********************************

s_underpage

********************************/
@media only screen and (max-width: 599px) {
  .up_mainimage .mi_inner .pic {
    width: 100%;
  }

  .up_mainimage .mi_inner:after {
    padding-top: 40%;
  }

  .up_mainimage .head:after {
    bottom: -.5rem;
    height: 3px;
  }

  .head_menu li {
    width: 48%;
  }

  .head_menu li a {
    font-size: 15px;
  }

}


/********************************
/********************************
/********************************

l_about（02_About)

********************************/
.about .no {
  text-align: center;
  padding-bottom: 3px;
  /* font-family: 'Poppins', sans-serif; */
  margin-bottom: 4%;
  letter-spacing: 3px;
}

.about .no span {
  border-bottom: 1px solid #333;
  font-size: 18px;
}

.about .lead {
  text-align: center;
  margin-bottom: 6%;
}

.about .explain_wrap {
  margin-bottom: 10%;
}

.about .explain_wrap .explain {
  margin-bottom: 6%;
}

.about .explain_heading {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 2rem;
}

.about .explain_wrap .text_wrap {
  width: 68%;
  padding: 2rem 4rem 0 4rem;
}

.about .explain_wrap .pic_wrap {
  width: 32%;
}

.about .explain_wrap .explain:nth-of-type(odd) .text_wrap {
  order: 1;
}

.about .explain_wrap .explain:nth-of-type(even) .text_wrap {
  order: 0;
}


/********************************
/********************************

m_about（02_About)

********************************/
@media only screen and (max-width: 1024px) {
  .about .explain_wrap .text_wrap {
    padding: 0 2rem;
  }

  .about .explain_wrap .explain:nth-of-type(odd) .text_wrap {
    padding-right: 0;
  }

  .about .explain_wrap .explain:nth-of-type(even) .text_wrap {
    padding-left: 0;
  }

}


/********************************

s_about（02_About)

********************************/
@media only screen and (max-width: 599px) {

  .about .explain_wrap .text_wrap,
  .about .explain_wrap .pic_wrap {
    width: 100%;
  }

  .about .explain_heading {
    text-align: center;
    margin-bottom: 1rem;
  }

  .about .explain_wrap .explain {
    margin-bottom: 16%;
    border-bottom: 1px solid #333;
    padding-bottom: 8%;
  }

  .about .explain_wrap .explain:nth-of-type(odd) .text_wrap,
  .about .explain_wrap .explain:nth-of-type(even) .text_wrap {
    order: 1;
    padding: 0;
  }
}



/********************************
/********************************
/********************************

l_concept（03_Concept)

********************************/
.concept .concept_wrap {
  position: relative;
}

.concept .bgi {
  position: absolute;
  z-index: -1;
  top: -130px;
  right: 0;
}

.concept .big_lead {
  line-height: 1.5;
  letter-spacing: 4px;
  margin-bottom: 6%;
}

.concept .concept_img_wrap {
  margin-bottom: 3%;
}

.concept .lead {
  line-height: 1.5;
  letter-spacing: 2px;
}

/********************************
/********************************

m_concept（03_Concept)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_concept（03_Concept)

********************************/
@media only screen and (max-width: 599px) {
  .col_wrap .col_3 {
    flex: 0 0 50%;
    width: 50%;
  }

  .col_wrap .col_3 .pic {
    width: 100%;
  }

  .concept .bgi {
    top: -65px;
  }
}



/********************************
/********************************
/********************************

l_price（04_Price)

********************************/
.price .dl_wrap {
  border-top: 3px solid #333;
  padding: 1rem;
}

.price .col_2 {
  margin-bottom: 6%;
}

.price dl {
  border-bottom: 1px solid #ccc;
  padding: 1rem 0;
  margin-bottom: 2rem;
}

.price dt {
  font-weight: bold;
  font-size: 12px;
  padding-bottom: 1rem;
}

.price dt span {
  text-align: right;
  font-feature-settings: "palt";
}

.price dd {
  font-size: 12px;
  text-indent: 1rem;
  min-height: 3em;
}

.price .members_wrap {
  background: #ffffff;
  padding: 3rem;
}

.price .mem_head {
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
}

.price .mem_head .logo {
  width: 150px;
  padding-right: 1rem;
}



.price .mem_body {
  margin-top: 1rem;
}

/********************************
/********************************

m_price（04_Price)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_price（04_Price)

********************************/
@media only screen and (max-width: 599px) {
  .price dl {
    padding-top: 0;
    margin-bottom: 1rem;
  }

  .price dd {
    max-height: none;
  }
}



/********************************
/********************************
/********************************

l_staff（05_Staff)

********************************/
.staff .stafflist li {
  margin-bottom: 6%;
}

.staff .stafflist .pic {
  margin-bottom: 1rem;
}

.staff .stafflist .posi {
  font-size: 11px;
  margin-bottom: .75rem;
}

.staff .stafflist .name {
  padding-left: 1rem;
}

/********** detail（個別ページ） **********/
.staff.detail .staff_detail {
  margin-bottom: 10%;
}

.staff.detail .posi {
  font-weight: bold;
  margin-bottom: 3rem;
}

.staff.detail .posi span {
  font-size: 11px;
  padding-right: 2rem;
}

.staff.detail .name_wrap {
  margin-bottom: 3rem;
  width: 50%;
}

.staff.detail .insta {
  width: 50%;
}

.staff.detail .name {
  font-weight: bold;
}

.staff.detail .eng_name {
  font-size: 11px;
}

/********************************
/********************************

m_staff（05_Staff)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_staff（05_Staff)

********************************/
@media only screen and (max-width: 599px) {
  .staff .col_wrap .col_4 {
    flex: 0 0 50%;
    width: 50%;
  }

  .staff .col_wrap .col_4 .pic {
    width: 100%;
  }

  /********** detail（個別ページ） **********/
  .staff.detail .posi,
  .staff.detail .name_wrap {
    margin-bottom: 1rem;
  }

}



/********************************
/********************************
/********************************

l_blog-news（07_Blog)

********************************/
.blog .main {
  width: 75%;
}

.blog .main .bloglist &gt; li {
  margin-bottom: 6%;
}

.blog .main .bloglist &gt; li:nth-child(10) {
  display: none;
}

.blog .main .bloglist .category {
  display: flex;
  margin-bottom: 2px;
}

.blog .main .bloglist .category li {
  margin-right: 2px;
  padding: 0 5px;
  line-height: 1.3em;
}

.category li.撮影協賛,
.category li.プレスリリース {
  background: #6dba4b;
}
.category li.ヘアメイク協力,
.category li.サロン事業 {
  background: #f8b551;
}
.category li.スタッフブログ,
.category li.お知らせ {
  background: #00e0d6;
}

.category li.インタビュー記事バックナンバー {
  background: #fab6fb;
}

.blog .text_wrap {
  padding-top: 1rem;
}

.blog .text_wrap .date {
  font-size: 11px;
}

.blog .text_wrap .title {
  font-weight: bold;
}

.blog .side {
  width: 25%;
  padding-left: 2rem;
}

.blog .side .cat_wrap {
  margin-bottom: 50px;
}

.blog .side .cat_wrap .cat_heading,
.blog .side .cat_wrap li {
  width: 100%;
  text-align: center;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  border-right: 2px solid #333;
}

.blog .side .cat_wrap li:last-child {
  border-bottom: 2px solid #333;
}

.blog .side .cat_wrap .cat_heading,
.blog .side .cat_wrap li a {
  font-size: 12px;
}

.blog .side .cat_wrap .cat_heading {
  padding: 1rem;
}


.blog .side .cat_wrap .cat_heading {
  /* font-family: 'Poppins', sans-serif; */
  font-weight: bold;
  background: #f0f0f0;
}

.blog .side .cat_wrap li a {
  display: block;
  padding: 1rem .5rem;
}

.blog .side .cat_wrap li a:hover {
  opacity: 1;
  background: #f0f0f0;
}

/********** l_pager **********/
.list-pager {
  width: 100%;
  margin: 6% auto 0;
}

.list-pager li {
  display: block;
  width: 50px;
  height: 50px;
  border: 2px solid #333;
  position: relative;
}

.list-pager li span,
.list-pager li a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 20px;
  font-size: 18px;
}

.list-pager li.current {
  background: #f0f0f0;
}

.list-pager li.next,
.list-pager li.prev {
  border: none;
}

.list-pager li.next a:after {
  content: "&gt;";
}
.list-pager li.prev a:after {
  content: "&lt;";
}

/********** detail（詳細ページ） **********/
.blog.detail .article_wrap {
  margin-bottom: 10%;
}

.blog.detail .head_wrap {
  margin-bottom: 3rem;
}

.blog.detail .thumbnail {
  width: 60%;
  margin: 0 auto 30px;
}

.blog.detail .date {
  text-align: center;
  font-size: 11px;
  margin-bottom: 2rem;
}

.blog.detail .title {
  font-weight: bold;
  text-align: center;
}

.blog.detail .btn.back {
  margin-left: 0;
}

.blog.detail .btn_wrap {
  margin-bottom: 40px;
}

/********** recommend（おすすめ記事） **********/

.blog.detail .recommend .ej_heading,
.style-gallery.detail .recommend .ej_heading {
  border-bottom: 5px solid #333;
  position: relative;
  padding-bottom: 3%;
  margin-bottom: 0;
}


.blog.detail .recommend .ej_heading:after,
.style-gallery.detail .recommend .ej_heading:after {
  bottom: calc(6% - 3px);
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
}

.blog.detail .recommend .pic:after {
  display: block;
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, .3);
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}

.blog.detail .recommend .text_area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 75%;
}

.blog.detail .recommend .text_area .t_bnr_heading {
  color: #ffffff;
  display: inline-block;
  border-bottom: 2px solid #fff;
  letter-spacing: 3px;
}

.posr {
  position: relative;
  display: block;
}

/********************************
/********************************

m_blog-news（07_Blog)

********************************/
@media only screen and (max-width: 1024px) {
  .blog .text_wrap {
    padding-top: 0.5rem;
  }

  .list-pager {
    width: 40%;
  }
}


/********************************

s_blog-news（07_Blog)

********************************/
@media only screen and (max-width: 599px) {

  .blog .main,
  .blog .side {
    width: 100%;
  }

  .blog .side {
    order: 3;
    padding-left: 0;
  }

  .blog .main .bloglist li:nth-child(10) {
    display: block;
  }

  /********** s_pager **********/
  .list-pager {
    width: 60%;
    margin-bottom: 10%;
  }

  .list-pager li span,
  .list-pager li a {
    font-size: 16px;
  }

  .list-pager li {
    width: 40px;
    height: 40px;
  }

  /********** detail（詳細ページ） **********/
  .blog.detail .thumbnail {
    width: 80%;
  }

  .blog.detail .btn.back {
    margin-left: auto;
    margin-bottom: 10%;
  }

  .blog.detail .recommend .col_wrap .col_3,
  .style-gallery.detail .recommend .col_wrap .col_3 {
    flex: 0 0 100%;
    width: 100%;
  }
}

/********************************
/********************************
/********************************

l_product（09_Product)

********************************/
.product .productlist .title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 1rem 0;
}

.product .productlist .spec {
  font-size: 11px;
  text-align: center;
  font-weight: bold;
}

.product .productlist .spec span {
  padding-left: 1rem;
  font-weight: normal;
}

.product .productlist li {
  margin-bottom: 6%;
}

.product .productlist li:nth-of-type(10) {
  display: none;
}

.product .cat_banner {
  margin-top: 6%;
}

.product .cat_banner li a {
  border: 2px solid #333;
}

.product .cat_banner li .pic_area {
  width: 40%;
  max-width: 152px;
}

.product .cat_banner li .text_area {
  width: 60%;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding-left: 2rem;
}

.product .cat_banner li .text_area.small {
  width: 30%;
  text-align: center;
  padding: 0;
}

.product .cat_banner li .text_area span {
  font-size: 11px;
  display: block;
  padding-top: 0.25rem;
}




/********************************
/********************************

m_product（09_Product)

********************************/
@media only screen and (max-width: 1024px) {
  .product .cat_banner li .pic_area {
    width: 30%;
  }

  .product .cat_banner li .text_area {
    font-size: 14px;
    padding-left: 1rem;
    width: 70%;
  }

}


/********************************

s_product（09_Product)

********************************/
@media only screen and (max-width: 599px) {
  .product .cat_banner li .text_area {
    font-size: 16px;
  }

  .product .cat_banner li .pic_area .pic {
    width: 100%;
  }

  .product .productlist li:nth-of-type(10) {
    display: block;
  }

}


/********************************
/********************************
/********************************

l_style-gallery（11_Style Gallery)

********************************/
.style-gallery .sglist li {
  position: relative;
}

.style-gallery .sglist li .text_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  width: 75%;
  z-index: 5;
}

.style-gallery .sglist li a:hover .text_wrap,
.style-gallery .sglist li a:hover .pic img {
  opacity: 1;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.style-gallery .sglist li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.style-gallery .sglist li a:hover {
  z-index: 5;
  opacity: 1;
}

.style-gallery .sglist li a:hover .pic:after {
  display: block;
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, .3);
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}

.style-gallery .sglist li .title {
  color: #ffffff;
  position: relative;
  font-size: 18px;
  margin-bottom: 2.5rem;
}

.style-gallery .sglist li .title:after {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  content: "";
  width: 30%;
  height: 2px;
  background: #ffffff;
}

.style-gallery .sglist li .category {
  text-align: center;
  font-size: 14px;
  color: #fff;
  /* font-family: 'Poppins', sans-serif; */
}

/********** detail（詳細ページ） **********/
.style-gallery.detail .sg_detail {
  margin-bottom: 10%;
}

.style-gallery.detail .text_wrap {
  align-content: space-between;
}

.style-gallery.detail .title {
  font-weight: bold;
  margin: 1rem 0 2rem;
}

.style-gallery.detail .comment {
  font-size: 11px;
}

.style-gallery.detail .staff_wrap {
  background: #f0f0f0;
  width: 100%;
  height: 35%;

}

.style-gallery.detail .s_text_wrap {
  width: 65%;
  padding: 1rem;

}

.style-gallery.detail .s_text_wrap .posi {
  font-size: 18px;
  /* font-family: 'Poppins', sans-serif; */
  letter-spacing: 2px;
}

.style-gallery.detail .s_text_wrap .name {
  font-weight: bold;
  line-height: 1;
}

.style-gallery.detail .s_text_wrap .eng_name {
  font-size: 11px;
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.style-gallery.detail .s_text_wrap .message {
  padding-left: 1rem;
}

.style-gallery.detail .s_pic_wrap {
  width: 35%;
}

/********************************
/********************************

m_style-gallery（11_Style Gallery)

********************************/
@media only screen and (max-width: 1024px) {
  .style-gallery.detail .staff_wrap {
    height: auto;
    padding-right: 1rem
  }

  .style-gallery.detail .s_text_wrap .message {
    padding: 0;
  }

}


/********************************

s_style-gallery（11_Style Gallery)

********************************/
@media only screen and (max-width: 599px) {
  .style-gallery.detail .comment {
    margin-bottom: 6%;
  }


  .style-gallery.detail .staff_wrap {
    padding: 0;
  }
}


/********************************
/********************************
/********************************

l_recruit_new（13_Recruit 新卒者の方へ)

********************************/
.recruit .yoko dl {
  padding: 2rem 0;
  border-bottom: 1px solid #666;
}

.recruit .yoko dt {
  font-size: 16px;
  width: 20%;
  font-weight: bold;
}

.recruit .yoko dd {
  width: 80%;
}

.recruit .one_day {
  border-bottom: 1px solid #666;
}

.recruit .staff_box {
  width: 55%;
  margin: 0 auto 3%;
}

.recruit .staff_box .pic {
  border: 5px solid #bfbfbf;
  padding: 20px;
  position: relative;
}

.recruit .staff_box .pic:before,
.recruit .staff_box .pic:after {
  position: absolute;
  display: block;
  content: "";
  background: #fff;
  height: 85%;
  width: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.recruit .staff_box .pic:before {
  left: -10px;
}

.recruit .staff_box .pic:after {
  right: -10px;
}

.recruit .staff_prof .posi,
.recruit .staff_prof .name {
  font-weight: bold;
  line-height: 1;
  margin-top: 2rem;
  text-align: center;
}

.recruit .staff_prof .posi span,
.recruit .staff_prof .name span {
  font-size: 11px;
}

.recruit .staff_prof .posi span {
  font-size: 11px;
  padding-right: 1rem;
}

.recruit .staff_prof .name span {
  display: block;
  margin-top: .5rem;
}

.recruit .qalist {
  margin-bottom: 6%;
}

.recruit .qalist .heading {
  margin-bottom: 2rem;
  font-weight: bold;
}

.recruit .qalist .body {
  position: relative;
  margin-top: 2rem;
  border: 4px solid #bfbfbf;
  padding: 1rem;
  font-size: 11px;
}

.recruit .qalist .body:before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11.5px 19.9px 11.5px;
  border-color: transparent transparent #bfbfbf transparent;
  top: -20px;
  left: 20px;
}

.recruit .od_flow {
  padding: 6% 0 16%;
}

.recruit .od_flowlist {
  margin-bottom: 5rem;

}

.recruit .od_flow .timeline {
  font-weight: bold;
  line-height: 2;
  width: 20%;
  position: relative;
  padding-top: 1rem;
}

.recruit .od_flow .timeline span {
  display: block;
}

.recruit .od_flow .timeline:after {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: calc(100% + 5rem);
  background: #bfbfbf;
  top: 0;
  right: 0;
}

.recruit .od_flow:last-of-type .timeline:after {
  height: calc(100% + 15rem);

}

.recruit .od_flow .pic {
  width: 35%;
  position: relative;
  margin-left: 25px;
}

.recruit .od_flow .pic:before {
  position: absolute;
  display: block;
  content: "";
  top: 2rem;
  left: -19px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.5px 19.9px 11.5px 0;
  border-color: transparent #bfbfbf transparent transparent;
}

.recruit .od_flow .text_wrap {
  width: 40%;
  padding: 2rem 0 2rem 2rem;
}

.recruit .od_flow .lead {
  font-weight: bold;
  margin-bottom: 3rem;
}

.recruit .od_flow .text {
  font-size: 11px;
}

.recruit .mensetsulist .text_wrap {
  width: 65%;
  padding: 2rem 2rem 2rem 0;
}

.recruit .mensetsulist {
  position: relative;
  margin-bottom: calc(4rem + 20px);
}

.recruit .mensetsulist:after {
  position: absolute;
  display: block;
  content: "";
  bottom: calc(-2rem - 20px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 38.5px 0 38.5px;
  border-color: #bfbfbf transparent transparent transparent;
}

.recruit .mensetsulist:last-of-type:after {
  content: none;
}

.recruit .mensetsulist .pic {
  width: 35%;
}

.recruit .mensetsulist .head_wrap {
  position: relative;
  margin-bottom: 2rem;
}

.recruit .mensetsulist .head_wrap .pic {
  width: 48px;
}

.recruit .mensetsulist .head_wrap .no {
  font-size: 28px;
  position: absolute;
  font-weight: bold;
  left: 16px;
  top: 20px;
  display: block;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

.recruit .mensetsulist h4 {
  font-weight: bold;
  padding-left: 2rem;
}

.recruit .mensetsulist .text {
  width: 90%;
  margin-left: 0;
  padding-left: 4rem;
}

/********************************
/********************************

m_recruit_new（13_Recruit 新卒者の方へ)

********************************/
@media only screen and (max-width: 1024px) {
  .recruit .yoko dt {
    width: 25%;
  }

  .recruit .yoko dd {
    width: 75%;
  }

  .recruit .od_flow {
    padding-bottom: 0;
  }

  .recruit .od_flowlist {
    margin-bottom: 6%;
  }

  .recruit .od_flow .timeline {
    width: 100%;
    border-bottom: 12px solid #bfbfbf;
    padding: 0 0 .5rem 0;
  }

  .recruit .od_flow .timeline span {
    display: inline-block;
    padding-right: 1rem;
  }

  .recruit .od_flow .timeline:after {
    content: none;
  }

  .recruit .od_flow .text_wrap {
    width: 65%;
  }

  .recruit .od_flow .pic {
    margin: 25px 0 0 0;
  }

  .recruit .od_flow .pic:before {
    top: -19px;
    left: 2rem;
    border-width: 0 11.5px 19.9px 11.5px;
    border-color: transparent transparent #bfbfbf transparent;
  }

  .recruit .mensetsulist .head_wrap .no {
    font-size: 24px;
    left: 13px;
    top: 15px;
  }

  .recruit .mensetsulist .head_wrap .pic {
    width: 40px;
  }

  .recruit .mensetsulist .text_wrap {
    padding: 1rem 1rem 1rem 0;
  }

  .recruit .mensetsulist .text {
    padding-left: 0;
    width: 100%;
  }

  .recruit .mensetsulist h4 {
    padding-left: 1rem;
    width: 80%;
  }

}


/********************************

s_recruit_new（13_Recruit 新卒者の方へ)

********************************/
@media only screen and (max-width: 599px) {

  .recruit .yoko dt,
  .recruit .yoko dd {
    width: 100%;
  }

  .recruit .yoko dt {
    margin-bottom: 0.5rem;
  }

  .recruit .staff_box {
    width: 100%;
    margin-bottom: 6%;
  }

  .recruit .one_day .col_3 {
    flex: 0 0 100%;
    width: 100%;
  }

  .recruit .od_flow .text_wrap {
    padding: 1rem 0 1rem 1rem;
  }

  .recruit .od_flow .lead {
    margin-bottom: 1rem;
  }

  .recruit .od_flow .pic:before {
    left: 1rem;
  }

  .recruit .mensetsulist .text_wrap {
    width: 100%;
    padding: 0 0 1rem;
  }

  .recruit .mensetsulist .pic {
    width: 80%;
  }

  .recruit .mensetsulist .head_wrap {
    margin-bottom: 1rem;
  }

  .recruit .mensetsulist h4 {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }

  .recruit .mensetsulist .head_wrap .pic {
    margin: 0 auto 2rem;
  }

  .recruit .mensetsulist .head_wrap .no {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

}

/********************************
/********************************
/********************************

l_voice（15_Customer Voice)

********************************/
.voice .heading_wrap {
  margin-top: 0.5rem;
}

.voice .customer {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.voice .title {
  font-weight: bold;
  margin-bottom: 1rem;
}

.voice .comment {
  font-size: 11px;
  line-height: 1.5;
}

.voice .from_salon {
  position: relative;
  margin-top: 2rem;
  border: 4px solid #bfbfbf;

}

.voice .from_salon span {
  position: absolute;
  display: block;
  font-weight: bold;
  font-size: 11px;
  top: -1.25rem;
  left: 50px;
}

.voice .from_salon:before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11.5px 19.9px 11.5px;
  border-color: transparent transparent #bfbfbf transparent;
  top: -20px;
  left: 20px;
}

.voice .from_salon .reply {
  padding: 1rem;
  font-size: 11px;
}

/********************************
/********************************

m_voice（15_Customer Voice)

********************************/
@media only screen and (max-width: 1024px) {
  .voice .col_2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 10%;
  }
}


/********************************

s_voice（15_Customer Voice)

********************************/
@media only screen and (max-width: 599px) {
  .voice .col_2 .pic {
    width: 100%;
  }
}



/********************************
/********************************
/********************************

l_contact（16_Contact)

********************************/
.contact .lead {
  border: 3px solid #999;
  text-align: center;
  color: #999;
  padding: 2rem;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5%;
}

.contact_form dl {
  width: 100%;
  margin-bottom: 2em;
}

.contact_form dt {
  width: 25%;
}

.contact_form dt .label {
  font-weight: bold;
}

.contact_form dt .require {
  font-size: 0.9em;
  background: #f0f0f0;
  padding: .15em 1em;
}

.contact_form dd {
  width: 70%;
  margin-left: 5%;
}

.contact_form dd .inputtext {
  border: 1px solid #666;
  padding: .5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact_form .btn_wrap li {
  padding: 0;
  margin: 0 auto;
  width: 50%;
}

.contact_form .contact-btn {
  width: 100%;
}

.contact_form .btn:hover {
  cursor: pointer;
  opacity: .6;
}


/********************************
/********************************

m_contact（16_Contact)

********************************/
@media only screen and (max-width: 1024px) {

  .contact_form dt,
  .contact_form dd {
    width: 100%;
  }

  .contact_form dt .label {
    margin-bottom: 1rem;
  }

  .contact_form dt .label {
    padding-right: 1rem;
  }

  .contact_form dt .require {
    margin-right: auto;
  }

  .contact_form dd {
    margin-left: 0;
  }

}


/********************************

s_contact（16_Contact)

********************************/
@media only screen and (max-width: 599px) {
  .contact_form .btn_wrap li {
    width: 100%;
    margin-bottom: 1rem;
  }

  .contact_form .btn {
    width: 80%;
    margin: auto;
  }

}



/********************************
/********************************
/********************************

l_salon-info（17_Salon info)

********************************/

.salon-info dl {
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
}

.salon-info dt,
.salon-info dd {
  font-size: 16px;
  line-height: 3em;
}

.salon-info dt {
  width: 25%;
  font-weight: bold;
}

.salon-info dd {
  width: 75%;
}

.salon-info .gmap {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}

.salon-info .gmap iframe,
.salon-info .gmap object,
.salon-info .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/********************************
/********************************

m_salon-info（17_Salon info)

********************************/
@media only screen and (max-width: 1024px) {

  .salon-info dt,
  .salon-info dd {
    font-size: 14px;
    width: 100%;
  }

  .salon-info .open dt {
    width: 30%;
  }

  .salon-info .open dd {
    width: 70%;
  }

}

/********************************

s_salon-info（17_Salon info)

********************************/
@media only screen and (max-width: 599px) {

  .salon-info .open dt,
  .salon-info .open dd {
    width: 50%;
  }

  .salon-info .gmap {
    padding-bottom: 0;
    height: 300px;
  }

}



/********************************
/********************************
/********************************

l_flow（18_Hair Design Flow)

********************************/
.flow .explain_wrap {
  margin-bottom: 10%;
}

.flow .explain_wrap .explain {
  margin-bottom: 6%;
}

.flow .explain_heading {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 2rem;
}

.flow .explain_wrap .text_wrap {
  width: 68%;
  padding: 2rem 4rem 0 4rem;
}

.flow .explain_wrap .pic_wrap {
  width: 32%;
}

.flow .explain_wrap .explain:nth-of-type(odd) .text_wrap {
  order: 1;
}

.flow .explain_wrap .explain:nth-of-type(even) .text_wrap {
  order: 0;
}

.flow .flowlist {
  margin-bottom: 3%;
}

.flow .flowlist .head_wrap {
  position: relative;
  border-bottom: 2px solid #7d7d7d;
  width: 100%;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}

.flow .flowlist .head_wrap:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12.1px;
  border-color: transparent transparent transparent #7d7d7d;
  right: -1px;
  bottom: -0.5rem;
}

.flow .flowlist:last-of-type .head_wrap:after {
  content: none;
}

.flow .flowlist .head_wrap .pic {
  width: 48px;
}

.flow .flowlist .head_wrap .no {
  font-size: 28px;
  position: absolute;
  font-weight: bold;
  left: 16px;
  top: 20px;
  display: block;
  text-shadow: #fff 2px 0px,
    #fff -2px 0px,
    #fff 0px -2px,
    #fff 0px 2px,
    #fff 2px 2px,
    #fff -2px 2px,
    #fff 2px -2px,
    #fff -2px -2px,
    #fff 1px 2px,
    #fff -1px 2px,
    #fff 1px -2px,
    #fff -1px -2px,
    #fff 2px 1px,
    #fff -2px 1px,
    #fff 2px -1px,
    #fff -2px -1px;
}

.flow .flowlist .head_wrap h4 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 1rem;
  letter-spacing: 3px;
}

.flow .flow_lead {
  margin-top: 1rem;
  font-weight: bold;
}

.flow .flow_text {
  margin-top: 1rem;
  font-size: 11px;
}

/********************************
/********************************

m_flow（18_Hair Design Flow)

********************************/
@media only screen and (max-width: 1024px) {
  .flow .explain_wrap .text_wrap {
    padding: 0 2rem;
  }

  .flow .explain_wrap .explain:nth-of-type(odd) .text_wrap {
    padding-right: 0;
  }

  .flow .explain_wrap .explain:nth-of-type(even) .text_wrap {
    padding-left: 0;
  }

  .flow .flowlist .head_wrap .pic {
    width: 40px;
  }

  .flow .flowlist .head_wrap .no {
    font-size: 20px;
    top: 14px;
    left: 14px;
  }

  .flow .flowlist .head_wrap h4 {
    padding-left: 0;
    width: 100%;
  }

}


/********************************

s_flow（18_Hair Design Flow)

********************************/
@media only screen and (max-width: 599px) {

  .flow .explain_wrap .text_wrap,
  .flow .explain_wrap .pic_wrap {
    width: 100%;
  }

  .flow .explain_heading {
    text-align: center;
    margin-bottom: 1rem;
  }

  .flow .explain_wrap .explain {
    margin-bottom: 16%;
    border-bottom: 1px solid #333;
    padding-bottom: 8%;
  }

  .flow .explain_wrap .explain:nth-of-type(odd) .text_wrap,
  .flow .explain_wrap .explain:nth-of-type(even) .text_wrap {
    order: 1;
    padding: 0;
  }

  .flow .flowlist {
    margin-bottom: 6%;
  }

  .flow .flowlist .head_wrap .pic {
    margin-left: 0;
  }

  .flow .flowlist .head_wrap h4 {
    font-size: 16px;
    letter-spacing: 0;
  }


}




.pic_trimming  {
  text-align: center;
  width: 100%;
  height: 420px;
}


/* 0810 追記 */
.midashi{
    font-size: 28px;
/*     margin-bottom: 1%; */
}

.midashi span {
    font-size: 48px;
    margin-left: 1%;
}

.explain:nth-of-type(odd){
  text-align: left;
}

.explain:nth-of-type(even){
  text-align: right;
}

.explain:nth-of-type(odd) .text_wrap{
  text-align: left;
  padding-right: 0px;
}

.explain:nth-of-type(even) .text_wrap{
  text-align: left;
  padding-left: 0px;
}

.explain:nth-of-type(odd) .name{
  text-align: left;
  padding-right: 0px;
}

.explain:nth-of-type(even) .name{
  text-align: left;
  padding-left: 0px;
}



.name{
  /*   font-weight: bold; */
    font-size: 32px;
/*     margin-bottom: 1%; */
}



/* 0907 追記 */

.shadow {
    box-shadow: 20px 20px 0 #f5f5f5;
}


.heading17 {
    padding-bottom: 20px;
    font-size: 26px;
    background-image: repeating-linear-gradient(
90deg
, #bbb3b3 0, #bbb3b3 2px, rgba(0,0,0,0) 2px, rgba(0,0,0,0) 4px);
    background-size: 4px 4px;
    background-repeat: repeat-x;
    background-position: center bottom;
}

/* .q-midashi{
  position: relative;
}

.q-midashi:before {
    position: absolute;
    top: 50%;
    left: 0%;
    content: "・";
    transform: translate(-50%, -50%);
    margin-right: 10%;
} */




  
  .explain-list .explain-item:nth-of-type(odd) .heading14 {
    position: relative;
    padding-left: 120px;
    font-size: 40px;
    font-weight: 100;
}

.explain-list .explain-item:nth-of-type(odd) .heading14::before {
    content: attr(data-number);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #bbb3b3;
    font-size: 100px;
}

.explain-list .explain-item:nth-of-type(odd) .heading14::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 500px;
	height: 1px;
}

  .explain-list .explain-item:nth-of-type(odd) .text_wrap {
    width: 68%;
    padding: 0rem 0rem 0rem 4rem;
}

  .explain-list .explain-item:nth-of-type(even) .heading14 {
    position: relative;
    padding-right: 120px;
    font-size: 40px;
    font-weight: 100;
    text-align: right;
}

  .explain-list .explain-item:nth-of-type(even) .text_wrap {
    width: 68%;
    padding: 0rem 4rem 0rem 0rem;
}

.explain-list .explain-item:nth-of-type(even) .heading14::before {
    content: attr(data-number);
    position: absolute;
    top: 50%;
    right :0;
    transform: translateY(-50%);
    color: #bbb3b3;
    font-size: 100px;
}

.explain-list .explain-item:nth-of-type(even) .heading14::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 500px;
	height: 1px;
}



  .explain-list .explain-item:nth-of-type(even) .flex {
    flex-direction: row-reverse;
}

.about .explain_wrap .explain {
    margin-bottom: 100px;
}

.explain-list .explain-item:last-of-type .explain{
  margin-bottom: 0px;
  
}



.heading01 {
    display: inline;
    font-size: 26px;
    background-image: linear-gradient(rgba(0,0,0,0) 97%, rgb(187 179 179) 70%);
    display: block;
    width: 100%;
}

body.interview div,h3,h4,h5,span{
  color: #333 !important;
}

body.interview .inner {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0 0px;
}


@media only screen and (max-width: 1024px){
 .about .explain_wrap .explain-item:nth-of-type(odd) .text_wrap {
    padding-right: 0rem;
    padding-left: 4rem;
}

.about .explain_wrap .explain-item:nth-of-type(even) .text_wrap {
    padding-right: 4rem;
    padding-left: 0rem;
}

.explain-list .explain-item:nth-of-type(odd) .heading14::before {
    content: attr(data-number);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #bbb3b3;
    font-size: 80px;
}


.explain-list .explain-item:nth-of-type(odd) .heading14 {
    position: relative;
    padding-left: 100px;
    font-size: 30px;
    font-weight: 100;
}


.heading17 {
    padding-bottom: 10px;
    font-size: 18px;
    background-image: repeating-linear-gradient( 
90deg
 , #bbb3b3 0, #bbb3b3 2px, rgba(0,0,0,0) 2px, rgba(0,0,0,0) 4px);
    background-size: 4px 4px;
    background-repeat: repeat-x;
    background-position: center bottom;
}


.heading01 {
    display: inline;
    font-size: 20px;
    background-image: linear-gradient(rgba(0,0,0,0) 98%, rgb(187 179 179) 70%);
    display: block;
    width: 100%;
}


.explain-list .explain-item:nth-of-type(even) .heading14::before {
    content: attr(data-number);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #bbb3b3;
    font-size: 80px;
}


.explain-list .explain-item:nth-of-type(even) .heading14 {
    position: relative;
    padding-right: 100px;
    font-size: 30px;
    font-weight: 100;
}




}


/* 0909 追記 */

@media only screen and (max-width: 599px){
.explain-list .explain-item:nth-of-type(odd) .heading14::before {
    content: attr(data-number);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #bbb3b3;
    font-size: 70px;
}

.explain-list .explain-item:nth-of-type(odd) .heading14 {
    position: relative;
    padding-left: 100px;
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 10%;
}

.interview .explain-list .explain-item:nth-of-type(odd) .pic  {
    width: 90%;
    margin: 0 auto;
    margin-left: 0;
}

.explain:nth-of-type(odd) .name {
    text-align: left;
    padding-right: 0px;
}


.about .explain_wrap .explain-item:nth-of-type(even) .text_wrap {
    padding-right: 0rem;
    padding-left: 0rem;
    width: 100%;
    margin-top: 10%;
}





.explain-list .explain-item:nth-of-type(even) .heading14::before {
    content: attr(data-number);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #bbb3b3;
    font-size: 70px;
}

.explain-list .explain-item:nth-of-type(even) .heading14 {
    position: relative;
    padding-right: 100px;
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 10%;
}

.interview .explain-list .explain-item:nth-of-type(even) .pic {
    width: 90%;
    margin: 0 auto;
    margin-right: 0;
}

.explain:nth-of-type(even) .name {
    text-align: right;
    padding-left: 0px;
}

.about .explain_wrap .explain-item:nth-of-type(odd) .text_wrap {
    padding-right: 0rem;
    padding-left: 0rem;
    width: 100%;
    margin-top: 10%;
}



.about .explain_wrap .explain-item:nth-of-type(odd) .name {
    text-align: left;
    padding-right: 0px;
}

.about .explain_wrap .explain-item:nth-of-type(odd) .heading01 {
    display: inline;
    font-size: 20px;
    background-image: linear-gradient(rgba(0,0,0,0) 98%, rgb(187 179 179) 70%);
    display: block;
    width: 100%;
    text-align: left;
}


.about .explain_wrap .explain-item:nth-of-type(odd) .text {
    font-size: 14px;
    text-align: left;
}


.about .explain_wrap .explain-item:nth-of-type(even) .name {
    text-align: right;
    padding-left: 0px;
}

.about .explain_wrap .explain-item:nth-of-type(even) .heading01 {
    display: inline;
    font-size: 20px;
    background-image: linear-gradient(rgba(0,0,0,0) 98%, rgb(187 179 179) 70%);
    display: block;
    width: 100%;
    text-align: right;
}


.about .explain_wrap .explain-item:nth-of-type(even) .text {
    font-size: 14px;
    text-align: right;
}

}
.interview{
  overflow-x: hidden;
}


.sp-none{
  display: block;
}

@media only screen and (max-width: 599px){
  .sp-none{
  display: none;
}
}

.ta-c{
  text-align: center;
}

.mb-10{
  margin-bottom: 10%;
}

.mx-auto{
  margin-right: auto;
  margin-left: auto;
}

.w-80{
  width: 80%;
}

.mb-5{
  margin-bottom: 5%;
}

.fz-18{
  font-size: 18px;
}

.fw-bold{
  font-weight: bold;
}

.flex{
  display: flex;
}

.flexwrap{
  flex-wrap: wrap;
}

.col_3{
  width: 29.333%;
}

.gapx-3{
  margin-right: 1.5%;
  margin-left: 1.5%;
}
.w100{
  width: 100%;
}

.p0{
  padding: 0 !important;
}

/* 10/12  */
.red-txt{
  color: red !important;
}

.mt-3{
  margin-top: 3%;
}

.d-block{
  display: block;
}

.fw-bold{
  font-weight: bold;
}

.fz18{
  font-size: 18px;
}

.my-5{
  margin-top: 5%;
  margin-bottom: 5%;
}

@media only screen and (max-width: 599px){
  .col-2sp{
  width: 45%;
}  
.my-5-sp{
  margin-top: 5%;
  margin-bottom: 5%;
}

  .media-list .media-item:not(:nth-child(n+2)){
  margin-bottom: 5% ;
}  
}

@media only screen and (min-width: 600px){
  .media-list .media-item:not(:nth-child(n+3)){
  margin-bottom: 5% ;
}  
}

.w-60{
 width: 60% !important; 
}


.mb-100{
  margin-bottom: 100px;
}


@media only screen and (max-width: 599px){
  .z-9999sp{
    z-index: 9999;
  }
  
  .t_concept_wrap .btn{
    z-index: 9999;
  }
  
  .t_concept .inner:after{
    z-index: 1;  
  }
  
  .w-60{
 width: 70% !important; 
}
}


a{
  pointer-events: auto !important;
}


@media only screen and (max-width: 599px){
  .zigyou-about .pic{
    width: 95% !important;
  }  
}

/*****2021/10/18*****/

.interview_link {
  margin-bottom: 100px;
}

/* .interview_link li {
  width: 24%;
  margin: auto;
} */

.interview_link li {
  width: 30%;
  margin: 0 auto 20px;
}

.interview_link li a {
  display: flex;
  border: 1px solid #000;
}

.interview_link .pic {
  width: 40%;
  margin-right: 2%;
}

.interview_link .pic img {
 width: 100%;
}

.interview_link .txt {
  width: 58%;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
}

.interview_link .txt .yakushoku {
  font-size: 12px;
  font-weight: bold;
}

.interview_link .txt .n {
  font-size: 18px;
  display: block;
}

.sp_only {
  display: none;
}

.syugo {
  margin-bottom: 50px;
}

/*****2021/11/04*****/

.sns {
  width: 50%;
}
.sns li {
  width: 23%;
  margin: 0 1%;
  font-size: 38px;
}

.t_bland {
  margin-top: 20px;
  /* border: 1px solid #b3b3b3; */
  padding: 10px;
  /* border-radius: 20px; */
}
.t_bland h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1024px){
  .interview_link li {
    width: 40%;
    margin: 10px 5%;
  }
  .interview_link .txt {
    font-size: 24px;
  }
  .interview_link .txt .n {
    font-size: 20px;
  }
  
  .sns {
    float: left;
  }
}

@media only screen and (max-width: 599px){
  .interview_link { 
    margin-bottom: 50px;
  }
  .interview_link li {
    width: 48%;
    margin: 5px 1%;
  }
  .interview_link .pic {
    width: 32%;
    margin-right: 1%;
  }
  .interview_link .txt {
    width: 67%;
    font-size: 14px;
    line-height: 1.1;
  }
  .interview_link .txt .yakushoku {
    font-size: 10px;
  }
  .interview_link .txt .n {
    display: inline-block;
    font-size: 12px;
  }
  .sp_only {
    display: inline-block;
  }
  
  .sns {
    width: 80%;
  }
}

/* 12/14 追記 */
.sns {
    width: 55%;
}

@media only screen and (max-width: 599px){
  .sns {
    width: 100%;
}
}

/*2022/08/16*/
.re-formbtn ul {
  display: flex;
  flex-wrap: wrap;
}

.re-formbtn ul li {
  width: 30%;
  margin: auto;
  display: block;
  text-align: center;
  background: #000;
}

.re-formbtn ul li a {
  background: #000;
  display: block;
  color: #fff;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  font-size: 18px;
  position: relative;
}

.re-formbtn ul li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  border: 1px solid #fff;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}

.re-formbtn ul li a span {
  color: #fff !important;
}

.douga {
  text-align: center;
}

.douga iframe {
  width: 800px;
  height: 450px;
}

@media only screen and (max-width: 1024px){
  .re-formbtn ul li a {
    padding: 10px;
    font-size: 16px;
  }
  
  .douga iframe {
    width: 600px;
    height: 338px;
  }
}

@media only screen and (max-width: 599px){
  .re-formbtn ul {
    display: block;
  }
  .re-formbtn ul li {
    width: 80%;
    margin: 0 auto 10px;
  }
  .douga iframe {
    width: 100%;
    height: 218px;
  }
}

.mt10 {
  margin-top: 10px;
}

.blog .main .pic_wrap {
  width: 30%;
}

@media only screen and (max-width: 599px){
  .blog .main .explain-list .explain-item .flex {
    display: block;
  }
  .blog .main .pic_wrap {
    width: 80%;
    margin: auto;
  }
  .explain-list .explain-item:nth-of-type(odd) .text_wrap , .explain-list .explain-item:nth-of-type(even) .text_wrap {
    width: 90%;
    margin: 30px auto;
    padding: 0;
  }
}
  
/*2023/02/07*/
/* .explain-list.back .explain-item:nth-of-type(2n) .flex {
  flex-direction: initial;
} */

/* .explain-list.back .explain-item:nth-of-type(3n) .flex {
  flex-direction: row-reverse;
} */

.lh1 {
  line-height: 1.3;
  padding-top: 10px;
}

@media only screen and (max-width: 599px){
  .lh1 {
    padding-top: 2px;
  }
}

/*2023/03/23*/
.m-txtbox h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0;
}
.m-txtbox .fwb1 {
  font-weight: bold;
}
.m-txtbox .fwb2 {
  font-weight: bold;
  border-bottom: 1px solid #000;
}
.m-img {
  width: 60%;
  margin: 20px auto;
}
.m-img img {
  width: 100%;
}

@media only screen and (max-width: 599px){
  .m-img {
    width: 100%;
  }
}

/*2023/09/21　採用情報*/
.txt-link {
  margin-top: 50px;
}
.txt-link a {
  display: block;
  width: 80%;
  margin: auto;
  padding: 2%;
  background: #3d97bf;
  color: #fff;
  font-size: 20px;
  border-radius: 20px;
}
.qr {
  width: 400px;
  margin: 30px auto;
}
#sec03 .txt {
  text-align: center;
  font-size: 16px;
  margin-top: 50px;
}

@media only screen and (max-width: 1024px){
  .txt-link a {
    font-size: 18px;
  }
  .qr {
    width: 300px;
  }
}

@media only screen and (max-width: 599px){
  .txt-link {
    margin-bottom: 50px;
  }
  .txt-link a {
    width: 75%;
    font-size: 16px;
  }
  .qr {
    width: 80%;
  }
}

/**2024/08/09**/
.hairmake a {
  display: block;
  width: 250px;
  padding: 2%;
  text-align: center;
  border: 2px solid #000;
  margin: 0 auto 20px;
}

@media (max-width: 599px){
  .hairmake a {
    padding: 5%;
  }
}

/**2025/05/21**/
.f-snsbox {
  margin: 30px auto 0;
}
.f-snsbox ul {
  display: flex;
  flex-wrap: wrap;
}
.f-snsbox ul li {
  width: 30%;
  margin: auto auto 0;
  text-align: center;
}
.f-snsbox ul li a {
  display: block;
  padding: 15px;
  border: 2px solid #000;
}
.f-snsbox ul li a:hover {
  opacity: 0.6;
}
.f-snsbox ul li a[data-href*="."] {
  border: 2px solid #000 !important;
}

@media (max-width: 1024px){
  .f-snsbox ul li {
    width: 40%;
    margin: 10px auto 0;
  }
}

@media (max-width: 599px){
  .f-snsbox ul li {
    width: 80%;
  }
  .f-snsbox ul li.t-none {
    margin: 25px auto 0;
  }
}
</pre></body></html>