@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* ===============リセット=============== */

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: #089d9a;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #089d9a;
  text-decoration: none;
}
a:hover {
  color: #089d9a;
  text-decoration: underline;
}
a:active {
  color: #089d9a;
  text-decoration: underline;
}
#contentAll {
  text-align: left;
  min-width: 1200px;
  overflow: hidden;
}
#contentAll h1 {
  position: absolute;
  left: -999px;
  top: -999px;
}
#contentAll * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* ヘッダー */
#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?20200101);
  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/20win_icon_pagetop.png?20200101) 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: 980px;
  margin: 60px auto 0;
  padding: 0 0 40px;
}
.backnum_ttl {
  width: 100%;
  height: 58px;
  margin-bottom: 40px;
  text-align: center;
}
.backnum_ttl img {
  width: auto;
  height: 100%;
}
.backnum_list {
  width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.backnum_list li {
  width: 236px;
  text-align: center;
}
.backnum_list li a {
  font-size: 14px;
  line-height: 40px;
  letter-spacing: normal;
  background: #089d9a;
  color: #fff;
  text-align: center;
  display: block;
  transition-property: all;
  transition: 0.3s linear;
}
.backnum_list li a:hover {
  background-color: #307f7d;
  color: #abb0b0;
  text-decoration: none;
}

/* =============== 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スライダー*/
.main_header_bg {
  height: 548px;
  width: 100%;
  margin-bottom: 96px;
  text-align: center;
  position: relative;
  background-image: url(../images/20win_top_slide_bg.png?20200101);
  background-repeat: no-repeat;
  background-position: top center;
}
#main_header {
  position: absolute;
  width: 709px;
  height: 510px;
  margin-left: -151px;
  left: 50%;
  top: 28px;
}
.top_main_ttl {
  position: absolute;
  top: 8px;
  left: -412px;
  background: url(../images/20win_top_main_logo.png?20200101) no-repeat 0 0;
  width: 1143px;
  height: 422px;
  text-indent: -9999px;
}
.vegas-slide-inner {
  background-size: auto 100% !important;
}
/* トレンドヘア一覧 */
.style_ttl {
  text-align: center;
  width: 100%;
  height: 68px;
  margin-bottom: 40px;
}
.style_ttl img {
  width: auto;
  height: 100%;
}
.main_index {
  width: 1062px;
  margin: 75px auto 0;
  padding-bottom: 20px;
}
.main_index_inner {
  width: 1062px;
  margin: 0 auto;
}
.main_index + .backnum_area {
  margin: 100px auto 0;
}
.index_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.index_list li {
  width: 332px;
  text-align: left;
}
.index_list li a {
  display: block;
}
.index_photo {
  background: url(../images/20win_ph_top_bg.png?20200101) no-repeat 0 0;
}
.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;
  padding-left: 16px;
  display: flex;
  justify-content: space-between;
}
.index_info_list dt {
  width: 90px;
  background: url(../images/20win_ph_top_stylist_bg.png?20200101) no-repeat 0 0;
}
.index_info_list dd {
  width: 210px;
}
.index_stylist {
  font-size: 14px;
  line-height: 18px;
  word-break: break-all;
}
.index_stylist_ttl {
  padding-bottom: 6px;
}
.index_salon {
  font-size: 14px;
  line-height: 18px;
  word-break: break-all;
  padding-top: 6px;
}
.index_salon_ttl {
  padding-bottom: 6px;
}
.index_catch {
  font-family: "Noto Sans Japanese", serif;
  font-weight: 500;
  color: #05267a;
  font-size: 22px;
  line-height: 24px;
  margin: 20px 0 28px;
  text-align: center;
  word-break: break-all;
}
.index_catch a:before {
  content: "#";
  display: inline;
}
.index_catch a {
  color: #05267a;
}
.index_catch br {
  display: none;
}

/* =============== 詳細ページ =============== */

.main_contents {
  width: 100%;
}
.main_contents:after {
  content: "";
  display: block;
  clear: both;
}
.main_detail {
  width: 100%;
  padding-top: 96px;
  word-break: break-all;
}
.h_detail {
  height: 64px;
  width: 100%;
  background: url(../images/20win_h_detail_bg.png?20200101) repeat-x center top;
}
.h_detail a {
  display: block;
  width: 980px;
  height: 64px;
  margin: 0 auto;
  background: url(../images/20win_h_detail.png?20200101) no-repeat 0 0;
  text-indent: -9999px;
}
.h_detail+.container {
  position: relative;
}
.h_detail+.container:before {
  content: '';
  display: block;
  width: 100%;
  height: 128px;
  background-image: url(../images/20win_header_top_bg.png?20200101);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.detail_cate_ttl {
  text-align: center;
  width: 100%;
  height: 68px;
  margin-bottom: 40px;
}
.detail_cate_ttl img {
  width: auto;
  height: 100%;
}
.main_detail_hightone .detail_cate_ttl {
  margin-top: 10px;
}
/* ボタン */
.btn {
  text-align: center;
}
.btn a {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  width: 480px;
  height: 65px;
  line-height: 65px;
  color: #fff;
  background: #089d9a url(../images/20win_btn_arrow.png) no-repeat right 20px center;
  transition-property: all;
  transition: 0.3s linear;
}
.btn.btn_l a {
  height: auto;
  line-height: 28px;
  padding: 12px 0;
}
.btn a:hover {
  background: #307f7d url(../images/20win_btn_arrow_on.png) no-repeat right 20px center;
  color: #abb0b0;
  text-decoration: none;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
}
/* 中見出し */
.detail_ttl {
  width: 100%;
  height: 64px;
  margin-bottom: 39px;
  text-align: center;
}
.detail_ttl img {
  width: auto;
  height: 100%;
}
/* トレンドヘア詳細画像 */
.photo {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
.photo_img {
  width: 980px;
}
.photo_img img {
  width: 100%;
  height: auto;
}
.photo_txt {
  width: 625px;
}
.photo_ttl {
  font-family: "Noto Sans Japanese", serif;
  font-weight: 500;
  color: #05267a;
  font-size: 30px;
  line-height: 40px;
  margin: 28px 0 10px;
}
.photo_ttl:before {
  content: "#";
  display: inline;
}
.photo_subttl {
  font-size: 16px;
  line-height: 21px;
  color: #05267a;
  margin-bottom: 18px;
}
.photo_lead {
  font-size: 15px;
  line-height: 30px;
}
.photo_credit {
  display: block;
  font-size: 13px;
  line-height: 22px;
  width: 316px;
  position: absolute;
  top: 620px;
  right: 0;
}
.photo_switch {
  width: 316px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 466px;
  right: 0;
}
.photo_switch li:first-child {
  margin-left: 0;
}
.photo_switch li {
  width: 100px;
  background-color: #586161;
}
.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;
}
.bg_gray {
  background: #ececec;
  padding: 140px 0;
  position: relative;
}
.bg_gray::before {
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  background-image: url(../images/20win_cover_white_top.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}
.bg_gray::after {
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  background-image: url(../images/20win_cover_white_btm.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1000;
}
/* STYLE POINT */
.point {
  font-size: 14px;
  line-height: 26px;
}
.point_list {
  width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 32px;
  background-image: url(../images/20win_flame_top.png), url(../images/20win_flame_btm.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
  background-color: #fff;
}
.point_list_photo {
  width: 360px;
}
.point_list_photo img {
  width: 100%;
  height: auto;
}
.point_list_txt {
  margin-top: 12px;
  width: 520px;
}
.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: 21px;
}
/* HAIR RECIPE */
.recipe {
  width: 100%;
  margin: 96px 0;
}
.recipe_list {
  width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.recipe_list li {
  width: 242px;
  background: #fff;
  padding: 26px 16px;
}
.recipe_ttl {
  height: 32px;
  margin-bottom: 15px;
  text-align: center;
}
.recipe_ttl img {
  width: auto;
  height: 32px;
}
.recipe_txt {
  font-size: 14px;
  line-height: 26px;
}
/* HAIR ARRANGE */
.arrange {
  font-size: 14px;
  line-height: 26px;
}
.arrange_list {
  width: 980px;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  background-image: url(../images/20win_flame_top.png), url(../images/20win_flame_btm.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
  background-color: #fff;
}
.arrange_list_photo {
  width: 604px;
}
.arrange_list_photo img {
  width: 100%;
  height: auto;
}
.arrange_list_txt {
  width: 277px;
}
/* STYLIST */
.stylist {
  font-size: 14px;
  line-height: 24px;
  width: 980px;
  margin: 60px auto 0;
}
.stylist_inner {
  display: flex;
  justify-content: space-between;
}
.stylist_info {
  width: 200px;
}
.stylist_img {
  width: 200px;
  height: 220px;
  background: url(../images/20win_ph_stylist_bg.png?20200101) no-repeat 0 0;
  background-size: 200px 220px;
}
.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_ttl {
  word-break: break-all;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  margin: 15px 0 5px;
}
.stylist_salon {
  word-break: break-all;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  margin-bottom: 10px;
}
.stylist_comment {
  font-size: 14px;
  line-height: 26px;
}
.stylist_profile {
  width: 730px;
}
.stylist_profile_inner {
  margin-bottom: 42px;
}
.stylist_profile_list {
  margin-top: 25px;
}
.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: 13px;
  line-height: 22px;
}
.stylist_profile_life_ttl {
  width: 100%;
  height: 18px;
  margin-bottom: 20px;
  text-align: center;
}
.stylist_profile_life_ttl img {
  width: auto;
  height: 18px;
  vertical-align: top;
}
.stylist_profile_life_inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
.stylist_profile_life_list {
  width: 354px;
  display: flex;
  justify-content: space-between;
}
.stylist_profile_life_list dt {
  width: 140px;
}
.stylist_profile_life_list dt img {
  width: 100%;
  height: auto;
}
.stylist_profile_life_list dd {
  width: 214px;
  padding: 24px 16px;
  font-size: 12px;
  line-height: 20px;
  background: #ececec;
}
.stylist_profile .btn {
  text-align: left;
}
/* SALON */
.salon {
  width: 100%;
  margin: 100px 0 60px;
}
.salon_inner {
  width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.salon_img {
  width: 200px;
  height: 152px;
  background: #586161;
}
.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 {
  width: 730px;
}
.salon_name {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 8px;
}
.salon_kana {
  word-break: break-all;
  font-size: 13px;
  line-height: 22px;
}
.salon_comment {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 26px;
}
.salon_link {
  margin-bottom: 40px;
}
.salon_link_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.salon_link_list {
  font-size: 0;
}
.salon_link_list li {
  font-size: 14px;
  line-height: 24px;
  display: inline;
  padding: 0 10px;
  word-wrap: break-word;
  word-break: break-all;
  background: url(../images/20win_link_line.png?20200101) 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: 980px;
  margin: 0 auto -18px;
}
.other .detail_ttl {
  height: 59px;
}
.other_list {
  margin-left: -18px;
}
.other_list:after {
  content: "";
  display: block;
  clear: both;
}
.other_list li {
  width: 105px;
  float: left;
  margin-left: 18px;
  margin-bottom: 18px;
  background: #586161;
}
.other_list li img {
  width: 100%;
  height: auto;
}
.other_list li.other_list_current {
  background-color: #586161;
}
.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: #586161;
  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?20200101) 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;
    margin: 0;
    padding: 30px 30px 0;
  }
  .backnum_ttl {
    height: 34px;
    margin-bottom: 20px;
  }
  .backnum_ttl img {
    width: auto;
    height: 34px;
  }
  .backnum_list {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 11px;
    display: block;
  }
  .backnum_list li {
    width: 100%;
    margin-bottom: 15px;
  }
  .backnum_list li a {
    text-align: center;
    font-size: 13px;
    height: 44px;
    line-height: 44px;
    width: 100%;
    text-decoration: none;
    transition: none;
  }
  .backnum_list li a:hover {
    background-color: #089d9a;
    color: #fff;
  }
  /* =============== TOP =============== */

  /* 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スライダー*/
  .main_header_bg {
    margin-bottom: 0;
    width: 100%;
    height: auto;
    padding-top: 109.8%;
    background-image: url(../images/20win_top_slide_bg_sp.png?20200101);
    background-size: contain;
  }
  #main_header {
    width: 345px;
    height: 247px;
    margin-left: -173px;
    top: 153px;
  }
  .top_main_ttl {
    position: absolute;
    top: -143px;
    left: 0;
    background: url(../images/20win_top_main_logo_sp.png?20200101) no-repeat 0 0;
    padding-top: 42.837%;
    width: 100%;
    height: 0;
    background-size: contain;
  }
  .top_main_slide p {
    visibility: hidden;
  }
  .vegas-slide-inner {
    background-size: auto 100% !important;
  }
  /* トレンドヘア一覧 */
  .style_ttl {
    height: 39px;
    margin-bottom: 20px;
  }
  .main_index {
    width: 100%;
    margin: 18px 0 0;
    padding-bottom: 0;
  }
  .main_index_inner {
    width: 100%;
    padding: 15px;
  }
  .main_index + .backnum_area {
    margin: 10px auto 0;
  }
  .index_list li {
    width: 31.6%;
  }
  .index_list li img {
    width: 100%;
    height: auto;
  }
  .index_photo {
    background: none;
  }
  .index_photo a, .index_info_list dt a {
    transition: none;
  }
  .index_photo a:hover, .index_info_list dt a:hover {
    opacity: 1.0;
    -ms-filter: "alpha(opacity=100)";
  }
  .index_info {
    padding: 5px 2px;
  }
  .index_info_list {
    padding: 0;
    display: block;
  }
  .index_info_list:after {
    content: none;
  }
  .index_info_list dt {
    width: 100%;
    background: none;
  }
  .index_info_list dt img {
    width: 45px;
  }
  .index_info_list dd {
    width: 100%;
    margin-left: 0;
    margin-top: 2px;
  }
  .index_stylist {
    line-height: 21px;
  }
  .index_stylist_ttl, .index_salon_ttl {
    display: none;
  }
  .index_salon {
    line-height: 18px;
    padding-top: 2px;
  }
  .index_catch {
    font-size: 17px;
    line-height: 23px;
    text-align: left;
    margin: 3px 0 10px;
    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: 48px;
  }
  .h_detail {
    height: auto;
    background: url(../images/20win_h_detail_bg_sp.png?20200101) repeat-x center top;
  }
  .h_detail a {
    width: 100%;
    height: 0;
    padding-top: 10.66%;
    background: url(../images/20win_h_detail_sp.png?20200101) 0 0 no-repeat;
    background-size: contain;
  }
  .h_detail+.container:before {
    width: 100%;
    height: 30px;
    background-image: url(../images/20win_header_top_bg_sp.png?20200101);
    background-repeat: no-repeat;
  }
  .detail_cate_ttl {
    height: 39px;
    margin-bottom: 20px;
  }
  .detail_cate_ttl img {
    width: auto;
    height: 39px;
  }
  .main_detail_hightone .detail_cate_ttl {
    margin-top: 0;
  }
  /* ボタン */
  .btn {
    margin: 0 15px;
  }
  .btn a {
    font-size: 16px;
    text-decoration: none;
    height: 52px;
    line-height: 52px;
    width: 100%;
    background: #089d9a url(../images/20win_btn_arrow.png) no-repeat right 15px center;
    background-size: 9px 16px;
    transition: none;
  }
  .btn a:hover {
    background: #089d9a url(../images/20win_btn_arrow.png) no-repeat right 15px center;
    background-size: 9px 16px;
    color: #fff;
    text-decoration: none;
    opacity: 1.0;
  }
  .btn.btn_l a {
    width: 100%;
    line-height: 21px;
    padding: 8px 0;
  }
  /* トレンドヘア詳細画像 */
  .photo {
    width: 100%;
  }
  .photo_img {
    width: 100%;
    height: 360px;
    overflow: hidden;
  }
  .photo_img img {
    position: relative;
    height: 360px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .photo_txt {
    width: 100%;
    position: static;
    margin: 0 auto;
    padding: 0 15px 10px;
  }
  .photo_ttl {
    font-size: 25px;
    line-height: 33px;
    margin: 20px 0 10px;
  }
  .photo_subttl {
    margin-bottom: 10px;
  }
  .photo_credit {
    position: static;
    margin-top: 10px;
  }
  .photo_switch {
    display: none;
  }
  .photo_switch_sp {
    width: 100%;
  }
  .photo_switch_sp_btn {
    background: #089d9a;
    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: 44px;
    border-left: 1px solid #fff;
  }
  .photo_switch_sp_btn li:first-child {
    border-left: none;
  }
  .photo_switch_sp_btn li a {
    display: block;
    height: 44px;
    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/20win_sp_switch_front.png?20200101);
    background-size: 70px 44px;
  }
  .photo_switch_sp_btn li.photo_switch_sp_side a {
    background-image: url(../images/20win_sp_switch_side.png?20200101);
    background-size: 70px 44px;
  }
  .photo_switch_sp_btn li.photo_switch_sp_back a {
    background-image: url(../images/20win_sp_switch_back.png?20200101);
    background-size: 70px 44px;
  }
  .photo_switch_sp_btn li.photo_switch_sp_front.photo_switch_sp_current a {
    background-image: url(../images/20win_sp_switch_front_on.png?20200101);
    background-size: 70px 44px;
    background-color: #307f7d;
  }
  .photo_switch_sp_btn li.photo_switch_sp_side.photo_switch_sp_current a {
    background-image: url(../images/20win_sp_switch_side_on.png?20200101);
    background-size: 70px 44px;
    background-color: #307f7d;
  }
  .photo_switch_sp_btn li.photo_switch_sp_back.photo_switch_sp_current a {
    background-image: url(../images/20win_sp_switch_back_on.png?20200101);
    background-size: 70px 44px;
    background-color: #307f7d;
  }
  /* トレンドヘア情報 */
  .detail_ttl {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .detail_ttl img {
    display: inline-block;
    width: auto;
    height: 37px;
  }
  .bg_gray {
    padding: 71px 0;
    position: relative;
  }
  .bg_gray::before {
    height: 38px;
    background-image: url(../images/20win_cover_white_top.png);
  }
  .bg_gray::after {
    height: 38px;
  }
  /* STYLE POINT */
  .point {
    font-size: 14px;
    line-height: 26px;
    margin: 0 auto;
    padding: 0 15px;
    width: auto;
  }
  .point_list {
    width: 100%;
    padding: 16px 16px 22px;
    background-size: 54px;
    display: block;
  }
  .point_list_photo {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .point_list_photo img {
    width: 100%;
    height: auto;
  }
  .point_list_txt {
    margin-top: 0;
    width: 100%;
  }
  .point_list_list li {
    width: 100%;
    padding: 0 0 10px;
  }
  .point_list_ttl {
    margin-bottom: 10px;
  }
  .point_list_ttl img {
    height: 18px;
  }
  /* HAIR RECIPE */
  .recipe {
    width: 100%;
    margin: 50px 0;
    padding: 0 15px;
  }
  .recipe_list {
    width: 100%;
    display: block;
  }
  .recipe_list li {
    width: 100%;
    background: #fff;
    padding: 20px 16px;
    margin-bottom: 8px;
  }
  .recipe_ttl {
    height: 26px;
    margin-bottom: 10px;
  }
  .recipe_ttl img {
    height: 26px;
  }
  .recipe_txt {
    font-size: 14px;
    line-height: 26px;
  }
  /* HAIR ARRANGE */
  .arrange {
    font-size: 14px;
    line-height: 26px;
    margin: 32px auto 0;
    padding: 0 15px;
    width: auto;
  }
  .arrange_list {
    width: 100%;
    margin: 0 auto 40px;
    padding: 16px 16px 30px;
    background-size: 54px;
    display: block;
  }
  .arrange_list_photo {
    width: 100%;
    height: 190px;
    overflow: hidden;
    margin-bottom: 18px;
  }
  .arrange_list_photo img {
    position: relative;
    height: 190px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .arrange_list_txt {
    margin-top: 0;
    width: 100%;
  }
  /* 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 */
  .stylist {
    width: 100%;
    margin: 0;
    padding: 32px 15px;
  }
  .stylist_inner {
    display: block;
  }
  .stylist_info {
    width: 100%;
  }
  .stylist_img {
    margin: 0 auto;
    background: none;
  }
  .stylist_img a {
    transition: none;
  }
  .stylist_img a:hover {
    opacity: 1;
  }
  .stylist_text {}
  .stylist_ttl {
    font-size: 20px;
    line-height: 26px;
    margin: 15px 0 5px;
  }
  .stylist_salon {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .stylist_comment {
    margin-bottom: 25px;
  }
  .stylist_profile {
    width: 100%;
  }
  .stylist_profile_inner {
    margin-bottom: 30px;
  }
  .stylist_profile_list {
    margin-top: 18px;
  }
  .stylist_profile_list dt {
    margin-bottom: 5px;
    line-height: 11px;
  }
  .stylist_profile_life_ttl {
    width: 100%;
    height: 15px;
    margin-bottom: 15px;
  }
  .stylist_profile_life_ttl img {
    height: 15px;
  }
  .stylist_profile_life_inner {
    display: block;
    margin-bottom: 30px;
  }
  .stylist_profile_life_list {
    width: 100%;
    margin-top: 15px;
  }
  .stylist_profile_life_list:first-child {
    margin-top: 0;
  }
  .stylist_profile_life_list dt {
    width: 45%;
  }
  .stylist_profile_life_list dd {
    width: 65%;
    padding: 16px;
  }
  /* SALON */
  .salon {
    width: 100%;
    padding: 0 15px;
    margin: 15px 0 0;
    padding-bottom: 40px;
  }
  .salon_inner {
    width: 100%;
    display: block;
  }
  .salon_img {
    margin: 0 auto 15px;
  }
  .salon_img a {
    transition: none;
  }
  .salon_img a:hover {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
  }
  .salon_text {
    width: 100%;
  }
  .salon_name {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
    text-align: center;
  }
  .salon_kana {
    text-align: center;
  }
  .salon_comment {
    margin-bottom: 22px;
  }
  .salon_link {
    margin-bottom: 30px;
  }
  .salon_link_ttl {
    margin-bottom: 7px;
  }
  .salon_link_list {
    font-size: 0;
  }
  .salon_link_list li {
    line-height: 26px;
    padding: 0 10px;
    background: url(../images/20win_link_line_sp.png?20200101) no-repeat right 50%;
    background-size: 1px auto;
  }
  /* OTHER STYLE */
  .other {
    width: auto;
    height: auto;
    margin: 0 auto -3%;
    padding: 0 15px;
  }
  .other .detail_ttl {
    height: auto;
  }
  .other .detail_ttl img {
    height: 32px;
  }
  .other_list {
    margin-left: 0;
  }
  .other_list li {
    width: 22.75%;
    float: left;
    margin-left: 0;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .other_list li:nth-of-type(4n) {
    margin-right: 0;
  }
  .other_list li a {
    transition: none;
  }
  .other_list li a:hover {
    opacity: 1;
  }
}

/*======================================== SP対応 max-width: 320px ========================================*/

@media screen and (max-width: 320px) {

  #main_header {
    width: 280px;
    height: 201px;
    margin-left: -140px;
    top: 137px;
  }

.top_main_ttl {
    top: -122px;
  }

}
