@charset "UTF-8";

/* ===============リセット=============== */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
fieldset, img, a img {
  border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}
ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%
}
q:before, q:after {
  content: ''
}
abbr, acronym {
  border: 0;
}
img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}
select {
  margin: 0;
}
html {
  overflow: auto;
}


/* =============== LP共通 =============== */

body {
  background-color: #fff;
  font-size: 100%;
  color: #333;
  text-align: center;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", arial, sans-serif, verdana, Helvetica;
}
a:link {
  color: #fd4888;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #fd4888;
  text-decoration: none;
}
a:hover {
  color: #fd4888;
  text-decoration: underline;
}
a:active {
  color: #fd4888;
  text-decoration: underline;
}
#contentAll {
  text-align: left;
  min-width: 1090px;
  overflow: hidden;
}
#contentAll h1 {
  position: absolute;
  left: -999px;
  top: -999px;
}


/* ヘッダー */
#header_lp {
  width: 900px;
  margin: 0 auto;
  padding: 10px 0 13px;
  position: relative;
}
.logo {
  display: block;
  width: 120px;
  height: 45px;
  background-image: url(https://imgbp.hotp.jp/CSP/img/bt/sprites/c.png?20190501);
  background-position: -580px -4px;
  text-indent: -9999px;
  overflow: hidden;
}
#breadcrumbs {
  margin: 15px 0;
  text-align: center;
}
#breadcrumbs p {
  font-weight: bold;
  width: 900px;
  margin: 0 auto 5px;
  padding-top: 30px;
  font-size: 10px;
  line-height: 120%;
  font-weight: bold;
  color: #999;
  text-align: left;
  border-top: 1px solid #ddd;
}
#breadcrumbs a {
  font-weight: normal;
}
#breadcrumbs a:link {
  color: #7976a6;
  text-decoration: none;
  cursor: pointer;
}
#breadcrumbs a:visited {
  color: #7976a6;
  text-decoration: none;
}
#breadcrumbs a:hover {
  color: #7878CC;
  text-decoration: underline;
}
#breadcrumbs a:active {
  color: #7878CC;
  text-decoration: underline;
}


/* フッター */

.snsArea {
  position: relative;
  border-top: 1px solid #c1bcbc;
  border-bottom: 1px solid #c1bcbc;
  width: 400px;
  margin: 60px auto 30px;
  padding: 20px 0;
}
.snsArea p {
  width: 160px;
  display: block;
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
}
.snsArea p span {
  display: block;
  width: 160px;
  padding: 0;
  font-weight: bold;
  color: #ef507a;
  background-color: #fff;
}
.snsArea .inner {
  width: 180px;
  margin: 5px auto 0;
}
.snsArea .inner .snsArea_tw, .snsArea .inner .snsArea_fb {
  float: left;
  width: 40px;
  margin-right: 30px;
}
.snsArea .inner .snsArea_line {
  float: left;
  width: 40px;
  margin-right: 0;
}
.snsArea .snsArea_line img, .snsArea .snsArea_tw img, .snsArea .snsArea_fb img {
  width: 40px;
  height: 40px;
}
.snsArea .inner .snsArea_line a:hover, .snsArea .inner .snsArea_tw a:hover, .snsArea .inner .snsArea_fb a:hover {
  opacity: 0.6;
}
.snsArea .inner:after {
  content: "";
  display: block;
  clear: both;
}
.snsArea .snsArea_line .snsArea_line_sp, .snsArea .snsArea_tw .snsArea_tw_sp, .snsArea .snsArea_fb .snsArea_fb_sp {
  display: none;
}
.snsArea .snsArea_line .snsArea_line_pc, .snsArea .snsArea_tw .snsArea_tw_pc, .snsArea .snsArea_fb .snsArea_fb_pc {
  width: 40px;
  height: 40px;
}
#btmName {
  color: #666;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  width: 900px;
  margin: 0 auto;
}
#pagetop {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 10px;
}
#pagetop p {
  background: url(../images/icon_pagetop.png?20190501) no-repeat 0 3px;
  float: right;
  padding-left: 12px;
  font-size: 13px;
}
#pagetop p a:link {
  color: #7976a6;
  text-decoration: none;
  cursor: pointer
}
#pagetop p a:visited {
  color: #7976a6;
  text-decoration: none;
}
#pagetop p a:hover {
  color: #7878CC;
  text-decoration: underline;
}
#pagetop p a:active {
  color: #7878CC;
  text-decoration: underline;
}
#pagetop p:after {
  content: "";
  display: block;
  clear: both;
}
#footer_lp {
  height: 60px;
  border-top: 1px solid #DDDDDD;
  padding-top: 10px;
  position: relative;
  width: 900px;
  margin: 20px auto 10px auto;
}
#copyright_lp {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 0 10px;
}
#copyright_lp a {
  font-size: 10px;
  color: #435B67;
  font-weight: bold;
}
#footer_lp a:link {
  color: #7976a6;
  text-decoration: none;
  cursor: pointer;
}
#footer_lp a:visited {
  color: #7976a6;
  text-decoration: none;
}
#footer_lp a:hover {
  color: #7878CC;
  text-decoration: underline;
}
#footer_lp a:active {
  color: #7878CC;
  text-decoration: underline;
}
#copyright_lp a:link {
  color: #4C4C80;
  text-decoration: none;
}
#copyright_lp a:visited {
  color: #4C4C80;
  text-decoration: none;
}
#copyright_lp a:hover {
  color: #7878CC;
  text-decoration: underline;
}
#copyright_lp a:active {
  color: #7878CC;
  text-decoration: underline;
}
#footerLinks_lp {
  font-size: 80%;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: -15px;
}
#footerLinks_lp:after {
  content: "";
  display: block;
  clear: both;
}
#footerLinks_lp li {
  float: left;
  border-right: 1px solid #DDD;
  padding-right: 15px;
  margin-left: 15px;
  margin-right: -1px;
}


/* =============== TOPページ、詳細ページ共通 =============== */

.container {
  width: 100%;
  background: #fff;
}
/* Backnumber */
.backnum_area {
  width: 1060px;
  margin: 0 auto;
  padding: 30px 0 40px;
  border: 1px solid #000;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.backnum_ttl {
  width: 100%;
  height: 21px;
  margin-bottom: 25px;
  text-align: center;
}
.backnum_list {
  width: 990px;
  margin: 0 auto;
  letter-spacing: -0.4em;
}
.backnum_list li {
  display: inline-block;
  width: 240px;
  text-align: center;
  margin-left: 10px;
}
.backnum_list li:first-child {
  margin-left: 0;
}
.backnum_list li a {
  font-size: 14px;
  letter-spacing: normal;
  background: #202020;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  display: block;
  transition-property: all;
  transition: 0.3s linear;
}
.backnum_list li a:hover {
  background-color: #6b6b6b;
  text-decoration: none;
}


/* =============== TOP =============== */

#main_header {
  height: 420px;
  width: 100%;
  padding-bottom: 94px;
  margin-bottom: 120px;
  text-align: center;
}
/* TOPスライド画像 */
#loader {
  font-family: 'Marvel', sans-serif;
  margin: 300px auto 300px;
  width: 300px;
  text-align: center;
  font-size: 25px;
  color: #333;
}
#loader p {
  margin-bottom: 20px;
}
#bar {
  width: 300px;
  height: 2px;
  border: 1px solid #333;
  padding: 1px;
  margin-top: 10px;
  font-size: 1px;
}
#bar span {
  display: block;
  width: 0px;
  height: 2px;
  background: #333;
}
/*TOPスライダー*/
.top_main {
  width: 100%;
  height: 420px;
  z-index: 1;
  background-color: #fff;
}
.top_main_slide {
  width: 1060px;
  height: 420px;
  margin: 0 auto;
  text-indent: -9999px;
}
.top_main_ttl {
  position: absolute;
  top: 446px;
  left: 50%;
  margin-left: -494px;
  background: url(../images/top_main_logo.png?20190501) no-repeat 0 0;
  width: 987px;
  height: 69px;
}
.top_main_slide p {
  visibility: hidden;
}
.vegas-slide-inner {
  background-size: auto 100% !important;
}
.style_ttl {
  text-align: center;
  width: 100%;
  height: 35px;
  margin: 33px auto 15px;
}
.style_catch {
  font-size: 12px;
  color: #888;
  text-align: center;
  margin-bottom: 15px;
}
.main_index {
  width: 1090px;
  margin: 83px auto 0;
  padding-bottom: 20px;
}
.main_clear.main_index {
  background: linear-gradient(to bottom, #ffffff 0%,#d9f3f7 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#d9f3f7 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #d9f3f7 100%);
}
.main_smoky.main_index {
  background: linear-gradient(to bottom, #ffffff 0%,#fae2e2 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#fae2e2 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #fae2e2 100%);
}
.main_hightone.main_index {
  background: linear-gradient(to bottom, #ffffff 0%,#fff3b9 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#fff3b9 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #fff3b9 100%);
}
.main_design.main_index {
  background: linear-gradient(to bottom, #ffffff 0%,#d2d2d2 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#d2d2d2 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #d2d2d2 100%);
  margin-bottom: 60px;
}
.main_index_inner {
  width: 1060px;
  border: 1px solid #000;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
  padding-bottom: 25px;
}
.main_clear a {
  color: #0094d2;
}
.main_smoky a {
  color: #ff246c;
}
.main_hightone a {
  color: #d93d00;
}
.main_design a {
  color: #0094d2;
}
/* トレンドヘア一覧 */
.index_list {
  letter-spacing: -0.4em;
  text-align: center;
}
.index_list li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 330px;
  margin-left: 15px;
  text-align: left;
}
.index_list li:first-child {
  margin-left: 0;
}
.index_list li a {
  display: block;
}
.index_photo a,
.index_info_list dt a {
  transition-property: all;
  transition: 0.3s linear;
}
.index_photo a:hover,
.index_info_list dt a:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
}
.index_info {
  background: #fff;
}
.index_info_list {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 15px;
  border-top: 1px solid #a2afb1;
}
.index_info_list:after {
  content: "";
  display: block;
  clear: both;
}
.index_info_list dt {
  width: 80px;
  float: left;
}
.index_info_list dd {
  margin-left: 95px;
}
.index_stylist {
  font-size: 14px;
  line-height: 11px;
  word-break: break-all;
}
.index_stylist_ttl {
  padding-bottom: 8px;
}
.index_salon {
  font-size: 14px;
  line-height: 11px;
  word-break: break-all;
  padding-top: 14px;
}
.index_salon_ttl {
  padding-bottom: 8px;
}
.index_catch {
  font-size: 18px;
  line-height: 24px;
  color: #151515;
  font-weight: bold;
  padding: 9px 15px;
  word-break: break-all;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.index_catch a {
  color: #151515;
}
.index_catch br {
  display: none;
}

/* =============== 詳細ページ =============== */

.main_contents {
  width: 1090px;
  margin: 0 auto;
}
.main_contents:after {
  content: "";
  display: block;
  clear: both;
}
.main_detail {
  width: 1090px;
}
.h_detail {
  height: 62px;
  width: 1060px;
  text-align: center;
  border: 1px solid #000;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto 35px;
}
.h_detail a {
  display: inline-block;
  margin-top: 16px;
}
.detail_cate_ttl {
  text-align: center;
  width: auto;
  margin: 0 0 18px;
}
/* ボタン */
.btn {
  text-align: center;
}
.btn a{
  display: inline-block;
  text-align: center;
  font-size: 16px;
  width: 300px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  z-index:0;
  position: relative;
}
.btn.btn_l a{
  height: auto;
  line-height: 24px;
  padding: 10px 0;
}
.btn a:hover{
	text-decoration: none;
}
.btn a:hover:before{
	opacity:0;
}
.btn a:before {
  content:"";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition-property: all;
  transition: 0.3s linear;
}
.btn a:after {
  content:"";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
}
.main_clear .btn a:before {
  background: -moz-linear-gradient(top, #12b4f8 0%, #10aef2 23%, #0997dd 76%, #0790d6 100%);
  background: -webkit-linear-gradient(top, #12b4f8 0%,#10aef2 23%,#0997dd 76%,#0790d6 100%);
  background: linear-gradient(to bottom, #12b4f8 0%,#10aef2 23%,#0997dd 76%,#0790d6 100%);
}
.main_smoky .btn a:before {
  background: -moz-linear-gradient(top, #ff5283 0%, #fb4c7c 20%, #e72f5a 76%, #e12750 100%);
  background: -webkit-linear-gradient(top, #ff5283 0%,#fb4c7c 20%,#e72f5a 76%,#e12750 100%);
  background: linear-gradient(to bottom, #ff5283 0%,#fb4c7c 20%,#e72f5a 76%,#e12750 100%);
}
.main_hightone .btn a:before {
  background: -moz-linear-gradient(top, #ff7945 0%, #fd713f 20%, #f75227 68%, #f4431b 100%);
  background: -webkit-linear-gradient(top, #ff7945 0%,#fd713f 20%,#f75227 68%,#f4431b 100%);
  background: linear-gradient(to bottom, #ff7945 0%,#fd713f 20%,#f75227 68%,#f4431b 100%);
}
.main_design .btn a:before {
  background: -moz-linear-gradient(top, #12b4f8 0%, #10aef2 23%, #0997dd 76%, #0790d6 100%);
  background: -webkit-linear-gradient(top, #12b4f8 0%,#10aef2 23%,#0997dd 76%,#0790d6 100%);
  background: linear-gradient(to bottom, #12b4f8 0%,#10aef2 23%,#0997dd 76%,#0790d6 100%);
}
.main_clear .btn a:after {
  background: linear-gradient(to bottom, #ade7ff 0%,#9de0fa 20%,#5fc5e5 70%,#4cbddf 87%,#43b9dc 100%);
  background: -webkit-linear-gradient(top, #ade7ff 0%,#9de0fa 20%,#5fc5e5 70%,#4cbddf 87%,#43b9dc 100%);
  background: -moz-linear-gradient(top, #ade7ff 0%, #9de0fa 20%, #5fc5e5 70%, #4cbddf 87%, #43b9dc 100%);
}
.main_smoky .btn a:after {
  background: -moz-linear-gradient(top, #ffd9e5 0%, #fdd2df 10%, #f9c3d4 24%, #e8809f 72%, #e36b8f 91%, #e1658a 100%);
  background: -webkit-linear-gradient(top, #ffd9e5 0%,#fdd2df 10%,#f9c3d4 24%,#e8809f 72%,#e36b8f 91%,#e1658a 100%);
  background: linear-gradient(to bottom, #ffd9e5 0%,#fdd2df 10%,#f9c3d4 24%,#e8809f 72%,#e36b8f 91%,#e1658a 100%);
}
.main_hightone .btn a:after {
  background: -moz-linear-gradient(top, #fff3b9 0%, #feeab0 13%, #fddfa4 24%, #f69b5c 77%, #f59050 89%, #f48848 100%);
  background: -webkit-linear-gradient(top, #fff3b9 0%,#feeab0 13%,#fddfa4 24%,#f69b5c 77%,#f59050 89%,#f48848 100%);
  background: linear-gradient(to bottom, #fff3b9 0%,#feeab0 13%,#fddfa4 24%,#f69b5c 77%,#f59050 89%,#f48848 100%);
}
.main_design .btn a:after {
  background: linear-gradient(to bottom, #ade7ff 0%,#9de0fa 20%,#5fc5e5 70%,#4cbddf 87%,#43b9dc 100%);
  background: -webkit-linear-gradient(top, #ade7ff 0%,#9de0fa 20%,#5fc5e5 70%,#4cbddf 87%,#43b9dc 100%);
  background: -moz-linear-gradient(top, #ade7ff 0%, #9de0fa 20%, #5fc5e5 70%, #4cbddf 87%, #43b9dc 100%);
}
/* 中見出し */
.detail_ttl {
  width: 100%;
  height: 38px;
  padding-bottom: 24px;
  text-align: center;
}
/* トレンドヘア詳細画像 */
.photo {
  width: 100%;
  padding: 0 25px 30px 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}
.main_clear .photo {
  background: linear-gradient(to bottom, #ffffff 0%,#d9f3f7 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#d9f3f7 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #d9f3f7 100%);
}
.main_smoky .photo {
  background: linear-gradient(to bottom, #ffffff 0%,#fae2e2 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#fae2e2 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #fae2e2 100%);
}
.main_hightone .photo {
  background: linear-gradient(to bottom, #ffffff 0%,#fff3b9 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#fff3b9 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #fff3b9 100%);
}
.main_design .photo {
  background: linear-gradient(to bottom, #ffffff 0%,#d2d2d2 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#d2d2d2 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #d2d2d2 100%);
}
.photo:after {
  content: "";
  display: block;
  clear: both;
}
.photo_img {
  width: 531px;
  float: left;
}
.photo_img img {
  width: 100%;
  height: auto;
  border: 1px solid #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.photo_txt {
  width: 490px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.photo_ttl {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  margin: 30px 0 10px;
}
.main_clear .photo_ttl {
  color: #0094d2;
}
.main_smoky .photo_ttl {
  color: #ff246c;
}
.main_hightone .photo_ttl {
  color: #d93d00;
}
.main_design .photo_ttl {
  color: #0094d2;
}
.photo_subttl {
  font-size: 18px;
  line-height: 20px;
  color: #676767;
  margin-bottom: 15px;
}
.photo_lead {
  font-size: 15px;
  line-height: 30px;
}
.photo_credit {
  display: block;
  font-size: 14px;
  line-height: 23px;
  color: #777;
  margin-top: 12px;
}
.photo_switch {
  margin-top: 15px;
}
.photo_switch:after {
  content: "";
  display: block;
  clear: both;
}
.photo_switch li:first-child {
  margin-left: 0;
}
.photo_switch li {
  float: left;
  width: 114px;
  margin-left: 10px;
  background-color: #fff;
}
.photo_switch li a {
  display: block;
  transition-property: all;
  transition: 0.3s linear;
}
.photo_switch li a:hover {
  opacity: 0.5;
  -ms-filter: "alpha(opacity=70)";
}
.photo_switch_sp_btn {
  display: none;
}
/* STYLE POINT */
.point {
  font-size: 14px;
  line-height: 24px;
  width: 860px;
  margin: 100px auto 0;
}
.point_list:after {
  content: "";
  display: block;
  clear: both;
}
.point_list_photo {
  width: 330px;
  float: left;
}
.point_list_photo img {
  width: 100%;
  height: auto;
}
.point_list_txt {
  margin-top: 20px;
  width: 500px;
  float: right;
}
.point_list_list li {
  padding: 0 0 20px 0;
}
.point_list_list li span {
  font-weight: bold;
}
.point_list_ttl {
  margin-bottom: 13px;
}
.point_list_ttl img {
  height: 19px;
}
.point_list_list li:last-child .point_list_ttl img  {
  height: 23px;
}
/* HAIR RECIPE */
.recipe {
  width: 100%;
  margin-top: 100px;
  padding-bottom: 30px;
}
.main_clear .recipe {
  background: -moz-linear-gradient(top, #ffffff 0%, #feffff 43%, #dff5f8 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#feffff 43%,#dff5f8 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#feffff 43%,#dff5f8 100%);
}
.main_smoky .recipe {
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 40%, #fbe7e7 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 40%,#fbe7e7 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#ffffff 40%,#fbe7e7 100%);
}
.main_hightone .recipe {
  background: -moz-linear-gradient(top, #ffffff 0%, #fffffd 40%, #fff5c4 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#fffffd 40%,#fff5c4 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#fffffd 40%,#fff5c4 100%);
}
.main_design .recipe {
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 41%, #fafafa 58%, #e8e8e8 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 41%,#fafafa 58%,#e8e8e8 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#ffffff 41%,#fafafa 58%,#e8e8e8 100%);
}
.recipe_list {
  width: 860px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.recipe_list li {
  margin-bottom: 15px;
}
.recipe_list li:after {
  content: "";
  display: block;
  clear: both;
}
.recipe_ttl {
  width: 251px;
  float: left;
  padding: 4px 0 6px;
}
.recipe_ttl img {
  width: 100%;
  height: auto;
}
.recipe_txt {
  width: 580px;
  float: right;
  font-size: 14px;
  line-height: 25px;
}
/* STYLIST */
.stylist {
  font-size: 14px;
  line-height: 24px;
  width: 860px;
  margin: 100px auto 0;
}
.stylist_info {
  margin-bottom: 25px;
}
.stylist_info:after {
  content: "";
  display: block;
  clear: both;
}
.stylist_img {
  float: left;
  width: 240px;
}
.stylist_img a {
  display: block;
  transition-property: all;
  transition: 0.3s linear;
}
.stylist_img a:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
}
.stylist_img img {
  width: 100%;
  height: auto;
}
.stylist_text {
  float: right;
  width: 590px;
}
.stylist_ttl {
  word-break: break-all;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin: 15px 0 5px;
}
.stylist_salon {
  word-break: break-all;
  font-size: 16px;
  line-height: 20px;
  color: #151515;
  margin-bottom: 10px;
}
.stylist_comment {
  font-size: 14px;
  line-height: 25px;
}
.stylist_profile {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.stylist_profile_inner {
  width: 431px;
  border-right: 1px solid #a2afb1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.stylist_profile_list {
  width: 400px;
  margin-top: 17px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.stylist_profile_list:first-child {
  margin-top: 0;
}
.stylist_profile_list dt {
  margin-bottom: 5px;
  line-height: 11px;
}
.stylist_profile_list dt img {
  width: auto;
  height: 14px;
}
.stylist_profile_list dd {
  font-size: 12px;
  line-height: 20px;
}
.stylist_profile_life {
  width: 400px;
}
.stylist_profile_life_ttl {
  width: 100%;
  height: 15px;
  margin-bottom: 10px;
}
.stylist_profile_life_ttl img {
  width: auto;
  height: 15px;
  vertical-align: top;
}
.stylist_profile_life_list {
  float: left;
  width: 189px;
}
.stylist_profile_life_list:last-child {
  float: right;
}
.stylist_profile_life_list dt {
  background: #fff;
}
.stylist_profile_life_list dt img {
  width: 100%;
  height: auto;
}
.stylist_profile_life_list dd {
  padding-top: 8px;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}
.stylist .btn {
  clear: both;
}
/* SALON */
.salon {
  width: 100%;
  margin-top: 100px;
  padding-bottom: 30px;
}
.main_clear .salon {
  background: linear-gradient(to bottom, #ffffff 0%,#feffff 43%,#dff5f8 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#feffff 43%,#dff5f8 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #feffff 43%, #dff5f8 100%);
}
.main_smoky .salon {
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 40%, #fbe7e7 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 40%,#fbe7e7 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#ffffff 40%,#fbe7e7 100%);
}
.main_hightone .salon {
  background: -moz-linear-gradient(top, #ffffff 0%, #fffffd 40%, #fff5c4 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#fffffd 40%,#fff5c4 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#fffffd 40%,#fff5c4 100%);
}
.main_design .salon {
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 41%, #fafafa 58%, #e8e8e8 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 41%,#fafafa 58%,#e8e8e8 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#ffffff 41%,#fafafa 58%,#e8e8e8 100%);
}
.salon_inner {
  width: 860px;
  margin: 100px auto 0;
}
.salon_info:after {
  content: "";
  display: block;
  clear: both;
}
.salon_img {
  float: left;
  width: 210px;
}
.salon_img a {
  display: block;
  transition-property: all;
  transition: 0.3s linear;
}
.salon_img a:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
}
.salon_img img {
  width: 100%;
  height: auto;
}
.salon_text {
  float: right;
  width: 620px;
}
.salon_name {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}
.salon_kana {
  word-break: break-all;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
.salon_comment {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 30px;
}
.salon_link {
  width: 620px;
  margin: 20px 0 0 240px;
}
.salon_link:after {
  content: "";
  display: block;
  clear: both;
}
.salon_link_ttl {
  width: 75px;
  float: left;
  font-size: 14px;
}
.salon_link_list {
  width: 540px;
  float: right;
  border-left: 1px solid #a2afb1;
  padding-left: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 0;
}
.salon_link_list li {
  font-size: 14px;
  line-height: 20px;
  display: inline;
  padding: 0 16px 0 3px;
  word-wrap: break-word;
  word-break: break-all;
  background: url(../images/link_line.png?20190501) no-repeat right 50%;
}
.salon_link_list li:first-child {
  padding-left: 0;
}
.salon_link_list li:last-child {
  padding-right: 0;
  background: none;
}
/* OTHER STYLE */
.other {
  width: 860px;
  margin: 90px auto;
}
.other_list {
  margin-left: -10px;
}
.other_list:after {
  content: "";
  display: block;
  clear: both;
}
.other_list li {
  width: 86px;
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
.other_list li img {
  width: 100%;
  height: auto;
}
.other_list li.other_list_current {
  background-color: #fff;
}
.other_list li.other_list_current img{
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
}
.other_list li a {
  display: block;
  transition-property: all;
  transition: 0.3s linear;
}
.other_list li a:hover {
  background-color: #fff;
  opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
}


/*======================================== SP対応 max-width: 767px ========================================*/

@media screen and (max-width: 767px) {
  /* =============== LP共通 =============== */
  body {
    line-height: 1.3;
    min-width: 320px;
    -webkit-text-size-adjust: none;
  }
  a:link {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  #contentAll {
    min-width: 100%;
  }
  /* ヘッダー */
  #header_lp {
    width: auto;
    padding: 10px;
  }
  .logo {
    display: block;
    width: 88px;
    height: 34px;
    margin: 0;
    text-indent: -9999px;
    overflow: hidden;
    background: url(https://imgbp.hotp.jp/CSP/img/common/smb/logo_top_2x.png?20190501) no-repeat center center;
    background-size: 88px 34px;
  }
  .logo a {
    display: block;
  }
  #breadcrumbs {
    margin: 0;
    border-top: 1px solid #ddd;
  }
  #breadcrumbs p {
    width: auto;
    margin: 0 auto 15px auto;
    padding: 15px 10px 0;
    line-height: 15px;
    border: none;
  }
  /* フッター */
  .snsArea {
    border-bottom: none;
    width: 80%;
    margin: 30px auto 0;
    padding: 20px 0;
  }
  .snsArea p span {
    padding: 0 5px;
  }
  .snsArea .inner {
    width: 160px;
    margin: 0 auto;
  }
  .snsArea .inner .snsArea_tw, .snsArea .inner .snsArea_fb {
    margin-right: 20px;
  }
  .snsArea .snsArea_line .snsArea_line_sp, .snsArea .snsArea_tw .snsArea_tw_sp, .snsArea .snsArea_fb .snsArea_fb_sp {
    width: 40px;
    display: block;
  }
  .snsArea .snsArea_line .snsArea_line_pc, .snsArea .snsArea_tw .snsArea_tw_pc, .snsArea .snsArea_fb .snsArea_fb_pc {
    display: none;
  }
  #btmName, #pagetop {
    display: none;
  }
  #footer_lp {
    border-top: 1px solid #ddd;
    width: auto;
    height: auto;
    margin: 5px auto 10px auto;
    padding: 5px 10px 0;
  }
  #footer_lp a:link, #footer_lp a:visited, #copyright_lp a:link, #copyright_lp a:link {
    text-decoration: underline;
  }
  #copyright_lp {
    position: static;
    padding: 0;
    margin-top: 5px;
  }
  #footerLinks_lp {
    font-size: 10px;
    line-height: 14px;
    position: static;
  }
  #footerLinks_lp li {
    padding: 0 5px 0 0;
    margin: 0 5px 5px 0;
  }
  /* =============== TOPページ、詳細ページ共通 =============== */
  /* Backnumber */
  .backnum_area {
    width: auto;
    padding: 15px;
    border-top: 1px solid #000;
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
  .backnum_ttl {
    height: 13px;
    line-height: 13px;
    margin-bottom: 15px;
  }
  .backnum_ttl img {
    width: auto;
    height: 13px;
  }
  .backnum_list {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 11px;
  }
  .backnum_list li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .backnum_list li a {
    text-align: center;
    font-size: 12px;
    display: block;
    height: 33px;
    line-height: 33px;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration: none;
    transition: none;
  }
  .backnum_list li a:hover {
    background-color: #202020;
  }


  /* =============== TOP =============== */

  #main_header {
    height: auto;
    background: none;
    padding-bottom: 26%;
    margin-bottom: 0;
  }
  /* TOPスライド画像 */
  #loader {
    width: 100%;
    font-size: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
  }
  #loader p {
    margin-bottom: 5px;
  }
  #bar {
    margin: 10px auto;
  }
  #loader img {
    width: 75px;
    height: auto;
  }
  /*TOPスライダー*/
  body .vegas-container {
    padding-top: 39.62%;
  }
  .top_main {
    height: auto;
  }
  .top_main_slide {
    width: 100%;
    height: auto;
  }
  .top_main_ttl {
    top: 100%;
    margin-left: -37%;
    width: 74%;
    height: 0;
    background: url(../images/top_main_logo_sp.png?20190501) no-repeat 0 0;
    background-size: contain;
    padding-top: 22%;
    margin-top: 18px;
  }
  .vegas-slide-inner {
    background-size: contain !important;
    height: 0 !important;
    padding-top: 39.62% !important;
  }

  .style_ttl {
    height: 17px;
    margin: 0 auto 10px;
  }
  .style_ttl img {
    width: auto;
    height: 17px;
  }
  .style_catch {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .main_index {
    width: 100%;
    margin: 60px 0 0;
    padding-bottom: 0;
  }
  .main_clear.main_index {
    margin: 40px 0 0;
  }
  .main_index_inner {
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: none;
    border-left: none;
    border-right: none;
    padding: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  /* トレンドヘア一覧 */
  .index_list li {
    width: 31.6%;
    margin-left: 2.6%;
  }
  .index_list li img {
    width: 100%;
    height: auto;
  }
  .index_photo a:hover,
  .index_info_list dt a:hover {
    opacity: 1.0;
    -ms-filter: "alpha(opacity=100)";
  }
  .index_info {
    text-align: center;
    padding: 5px 2px;
  }
  .index_info_list {
    padding: 10px 0 0;
    border-top: none;
    text-align: center;
  }
  .index_info_list:after {
    content: none;
  }
  .index_info_list dt {
    width: 100%;
    float: none;
  }
  .index_info_list dt img {
    width: 35%;
  }
  .index_info_list dd {
    margin-left: 0;
    margin-top: 2px;
  }
  .index_stylist {
    font-size: 12px;
    line-height: 18px;
  }
  .index_stylist_ttl,
  .index_salon_ttl {
    display: none;
  }
  .index_salon {
    font-size: 12px;
    line-height: 18px;
    padding-top: 5px;
  }
  .index_catch {
    font-size: 12px;
    line-height: 18px;
    padding: 0;
  }
  .index_catch a {
    text-decoration: underline;
  }
  .index_catch br {
    display: block;
  }


  /* =============== 詳細ページ =============== */
  .main_contents {
    width: 100%;
    padding-bottom: 0;
  }
  .main_detail {
    width: 100%;
    padding-top: 0;
  }
  .h_detail {
    height: 48px;
    border-left: none;
    border-right: none;
    width: 100%;
    margin: 0 auto 20px;
  }
  .h_detail a {
    margin-top: 10px;
  }
  .h_detail img {
    width: auto;
    height: 15px;
  }
  .detail_cate_ttl {
    background: none;
    width: 280px;
    height: auto;
    margin: 0 auto 12px;
  }
  .detail_cate_ttl img {
    width: auto;
    height: 28px;
  }
  /* ボタン */
  .btn a {
    font-size: 13px;
    text-decoration: none;
    height: 45px;
    line-height: 45px;
    width: 100%;
  }
  .btn.btn_l a{
    width: 100%;
    padding: 10px 0;
  }
  .btn a:hover:before{
    opacity: 1;
  }
  .btn a:before {
    transition: none;
  }
  .btn a:visited {
    text-decoration: none;
  }
  /* トレンドヘア詳細画像 */
  .photo {
    padding: 0;
  }
  .main_clear .photo {
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 71%,#d9f3f7 87%,#d9f3f7 100%,#ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 71%,#d9f3f7 87%,#d9f3f7 100%,#ffffff 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 71%, #d9f3f7 87%, #d9f3f7 100%, #ffffff 100%);
  }
  .main_smoky .photo {
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 71%,#fae2e2 87%,#fae2e2 100%,#ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 71%,#fae2e2 87%,#fae2e2 100%,#ffffff 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 71%, #fae2e2 87%, #fae2e2 100%, #ffffff 100%);
  }
  .main_hightone .photo {
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 71%,#fff3b9 87%,#fff3b9 100%,#ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 71%,#fff3b9 87%,#fff3b9 100%,#ffffff 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 71%, #fff3b9 87%, #fff3b9 100%, #ffffff 100%);
  }
  .main_design .photo {
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 71%,#d2d2d2 87%,#d2d2d2 100%,#ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 71%,#d2d2d2 87%,#d2d2d2 100%,#ffffff 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 71%, #d2d2d2 87%, #d2d2d2 100%, #ffffff 100%);
  }
  .photo:after {
    content: none;
  }
  .photo_img {
    width: 100%;
  }
  .photo_img img {
    border: none;
  }
  .photo_txt {
    width: 100%;
    position: static;
    margin: 0 auto;
    padding: 0 15px 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .photo_ttl {
    font-size: 23px;
    line-height: 30px;
    font-weight: bold;
    margin: 25px 0 5px;
    padding: 9px 0 0 0;
  }
  .photo_subttl {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .photo_lead {
    font-size: 15px;
    line-height: 30px;
  }
  .photo_credit {
    font-size: 15px;
    line-height: 24px;
    margin-top: 7px;
  }
  .photo_switch {
    display: none;
  }
  .photo_switch_sp {
    width: 100%;
  }
  .photo_switch_sp_btn {
    background: #fff;
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    width: 100%;
  }
  .photo_switch_sp_btn li {
    width: 33.33%;
    height: 40px;
    border-left: 1px solid #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .main_clear .photo_switch_sp_btn li {
    background: -moz-linear-gradient(top, #12b4f8 0%, #10aef2 23%, #0997dd 76%, #0790d6 100%);
    background: -webkit-linear-gradient(top, #12b4f8 0%,#10aef2 23%,#0997dd 76%,#0790d6 100%);
    background: linear-gradient(to bottom, #12b4f8 0%,#10aef2 23%,#0997dd 76%,#0790d6 100%);
  }
  .main_smoky .photo_switch_sp_btn li {
    background: -moz-linear-gradient(top, #ff5283 0%, #fb4c7c 20%, #e72f5a 76%, #e12750 100%);
    background: -webkit-linear-gradient(top, #ff5283 0%,#fb4c7c 20%,#e72f5a 76%,#e12750 100%);
    background: linear-gradient(to bottom, #ff5283 0%,#fb4c7c 20%,#e72f5a 76%,#e12750 100%);
  }
  .main_hightone .photo_switch_sp_btn li {
    background: -moz-linear-gradient(top, #ff7945 0%, #fd713f 20%, #f75227 68%, #f4431b 100%);
    background: -webkit-linear-gradient(top, #ff7945 0%,#fd713f 20%,#f75227 68%,#f4431b 100%);
    background: linear-gradient(to bottom, #ff7945 0%,#fd713f 20%,#f75227 68%,#f4431b 100%);
  }
  .main_design .photo_switch_sp_btn li {
    background: -moz-linear-gradient(top, #12b4f8 0%, #10aef2 23%, #0997dd 76%, #0790d6 100%);
    background: -webkit-linear-gradient(top, #12b4f8 0%,#10aef2 23%,#0997dd 76%,#0790d6 100%);
    background: linear-gradient(to bottom, #12b4f8 0%,#10aef2 23%,#0997dd 76%,#0790d6 100%);
  }
  .photo_switch_sp_btn li:first-child {
    border-left: none;
  }
  .photo_switch_sp_btn li a {
    display: block;
    height: 40px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .photo_switch_sp_btn li.photo_switch_sp_front a {
    background-image: url(../images/sp_switch_front.png?20190501);
    background-size: 70px 30px;
  }
  .photo_switch_sp_btn li.photo_switch_sp_side a {
    background-image: url(../images/sp_switch_side.png?20190501);
    background-size: 70px 30px;
  }
  .photo_switch_sp_btn li.photo_switch_sp_back a {
    background-image: url(../images/sp_switch_back.png?20190501);
    background-size: 70px 30px;
  }
  .photo_switch_sp_btn li.photo_switch_sp_front.photo_switch_sp_current a {
    background-image: url(../images/sp_switch_front_on.png?20190501);
    background-size: 70px 30px;
  }
  .photo_switch_sp_btn li.photo_switch_sp_side.photo_switch_sp_current a {
    background-image: url(../images/sp_switch_side_on.png?20190501);
    background-size: 70px 30px;
  }
  .photo_switch_sp_btn li.photo_switch_sp_back.photo_switch_sp_current a {
    background-image: url(../images/sp_switch_back_on.png?20190501);
    background-size: 70px 30px;
  }
  .main_clear .photo_switch_sp_btn li.photo_switch_sp_current {
    background: -moz-linear-gradient(top, #ade7ff 0%, #9de0fa 20%, #5fc5e5 70%, #4cbddf 87%, #43b9dc 100%);
    background: -webkit-linear-gradient(top, #ade7ff 0%,#9de0fa 20%,#5fc5e5 70%,#4cbddf 87%,#43b9dc 100%);
    background: linear-gradient(to bottom, #ade7ff 0%,#9de0fa 20%,#5fc5e5 70%,#4cbddf 87%,#43b9dc 100%);
  }
  .main_smoky .photo_switch_sp_btn li.photo_switch_sp_current {
    background: -moz-linear-gradient(top, #ffd9e5 0%, #fdd2df 10%, #f9c3d4 24%, #e8809f 72%, #e36b8f 91%, #e1658a 100%);
    background: -webkit-linear-gradient(top, #ffd9e5 0%,#fdd2df 10%,#f9c3d4 24%,#e8809f 72%,#e36b8f 91%,#e1658a 100%);
    background: linear-gradient(to bottom, #ffd9e5 0%,#fdd2df 10%,#f9c3d4 24%,#e8809f 72%,#e36b8f 91%,#e1658a 100%);
  }
  .main_hightone .photo_switch_sp_btn li.photo_switch_sp_current {
    background: -moz-linear-gradient(top, #fff3b9 0%, #feeab0 13%, #fddfa4 24%, #f69b5c 77%, #f59050 89%, #f48848 100%);
    background: -webkit-linear-gradient(top, #fff3b9 0%,#feeab0 13%,#fddfa4 24%,#f69b5c 77%,#f59050 89%,#f48848 100%);
    background: linear-gradient(to bottom, #fff3b9 0%,#feeab0 13%,#fddfa4 24%,#f69b5c 77%,#f59050 89%,#f48848 100%);
  }
  .main_design .photo_switch_sp_btn li.photo_switch_sp_current {
    background: -moz-linear-gradient(top, #ade7ff 0%, #9de0fa 20%, #5fc5e5 70%, #4cbddf 87%, #43b9dc 100%);
    background: -webkit-linear-gradient(top, #ade7ff 0%,#9de0fa 20%,#5fc5e5 70%,#4cbddf 87%,#43b9dc 100%);
    background: linear-gradient(to bottom, #ade7ff 0%,#9de0fa 20%,#5fc5e5 70%,#4cbddf 87%,#43b9dc 100%);
  }
  /* トレンドヘア情報 */
  .detail_ttl {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    background: none !important;
  }
  .detail_ttl img {
    display: inline-block;
    width: auto;
    height: 28px;
  }
  /* STYLE POINT */
  .point {
    font-size: 13px;
    margin: 60px auto 0;
    padding: 0 30px;
    width: auto;
  }
  .point_list_photo {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
  .point_list_photo img {
    width: 100%;
    height: auto;
  }
  .point_list_txt {
    margin-top: 0;
    width: 100%;
    float: none;
  }
  .point_list_list li {
    width: 100%;
    padding: 0 0 10px;
  }
  .point_list_ttl {
    margin-bottom: 10px;
  }
  .point_list_ttl img {
    height: 17px;
  }
  .point_list_list li:last-child .point_list_ttl img  {
    height: 21px;
  }
  /* HAIR RECIPE */
  .recipe {
    margin: 55px auto 0;
    padding: 0 30px 30px;
    width: auto;
  }
  .recipe_list {
    width: 100%;
  }
  .recipe_list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .recipe_ttl {
    width: 100%;
    float: none;
    padding: 4px 0 10px;
    text-align: center;
  }
  .recipe_ttl img {
    width: 213px;
    height: auto;
  }
  .recipe_txt {
    width: 100%;
    float: none;
    font-size: 13px;
    line-height: 24px;
  }
  /* ABOUT */
  .about {
    font-size: 14px;
    line-height: 24px;
    width: auto;
    margin: 80px auto 20px;
    padding: 0 10px;
  }
  .about .detail_ttl {
    height: 119px;
    padding-bottom: 10px;
  }
  .about .detail_ttl img {
    height: 119px;
  }
  .stylist {
    width: auto;
    padding: 0 30px;
    margin: 60px 0 0;
  }
  .stylist_img {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .stylist_img a {
    transition: none;
  }
  .stylist_img a:hover {
    opacity: 1;
  }
  .stylist_text {
    float: none;
    width: 100%;
  }
  .stylist_ttl {
    font-size: 19px;
    line-height: 24px;
    margin: 10px 0 2px;
    text-align: center;
  }
  .stylist_salon {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
  .stylist_comment {
    margin-bottom: 32px;
  }
  .stylist_profile {
    display: block;
  }
  .stylist_profile_inner {
    width: 100%;
    border-right: none;
    padding-bottom: 30px;
  }
  .stylist_profile_list {
    width: 100%;
    margin-top: 30px;
  }
  .stylist_profile_list dt img {
    height: 12px;
  }
  .stylist_profile_life {
    width: 100%;
  }
  .stylist_profile_life_ttl {
    width: 100%;
    height: 15px;
    margin-bottom: 10px;
  }
  .stylist_profile_life_ttl img {
    height: 13px;
  }
  .stylist_profile_life_list {
    width: 48%;
    margin-bottom: 25px;
  }
  .salon {
    width: 100%;
    margin-top: 70px;
    padding-bottom: 30px;
  }
  .salon_inner {
    width: auto;
    padding: 0 30px;
    margin: 60px 0 0;
  }
  .salon_img {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .salon_img a {
    transition: none;
  }
  .salon_img a:hover {
    opacity: 1;
  }
  .salon_text {
    float: none;
    width: 100%;
  }
  .salon_name {
    font-size: 19px;
    line-height: 20px;
    text-align: center;
  }
  .salon_kana {
    font-size: 14px;
    text-align: center;
  }
  .salon_link {
    width: 100%;
    margin: 15px 0 0;
  }
  .salon_link:after {
    content: none;
  }
  .salon_link_ttl {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 5px;
  }
  .salon_link_list {
    width: 100%;
    float: none;
    border-left: none;
    padding-left: 0;
  }
  .salon_link_list li {
    line-height: 24px;
    padding: 0 16px 0 3px;
    background: url(../images/link_line_sp.png?20190501) no-repeat right 50%;
    background-size: 13px auto;
  }
  /* OTHER STYLE */
  .other {
    width: auto;
    height: auto;
    margin: 60px auto 50px;
    padding: 0 30px;
  }
  .other_list {
    margin-left: 0;
  }
  .other_list li {
    width: 17.6%;
    float: left;
    margin-left: 0;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .other_list li:nth-of-type(5n) {
    margin-right: 0;
  }
  .other_list li a {
    transition: none;
  }
  .other_list li a:hover {
    opacity: 1;
  }
}
