@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
/* ===============リセット=============== */
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;
  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: #00a99d;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #00a99d;
  text-decoration: none;
}
a:hover {
  color: #00a99d;
  text-decoration: underline;
}
a:active {
  color: #00a99d;
  text-decoration: underline;
}
#contentAll {
  text-align: left;
  overflow: hidden;
}
#contentAll h1 {
  position: absolute;
  left: -999px;
  top: -999px;
}
#contentAll * {
  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?20220101);
  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%;
  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: 94px 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;
}
.snsArea .inner .snsArea_fb a img:hover, .snsArea .inner .snsArea_tw a img:hover, .snsArea .inner .snsArea_line a img:hover {
  opacity: 0.7;
}
#btmName {
  color: #666;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  max-width: 900px;
  margin: 0 auto;
}
#pagetop {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 10px;
}
#pagetop p {
  background: url("../images2022/22win_icon_pagetop.png?20220101") 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;
  max-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: 12px;
  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;
  font-family: 'Noto Sans JP', sans-serif;
  color: #444;
}
.mediaSp {
  display: none;
}
/* Backnumber */
.backnum_area {
  background: url("../images2022/22win_t_bn_bg_pc.jpg?20220101") no-repeat;
  background-position: center;
  width: 100%;
  height: 300px;
  padding: 60px 30px 0;
}
.backnum_area_under {
  background: #f7eee3;
  padding: 60px 0 80px;
  text-align: center;
}
.backnum_ttl {
  text-align: center;
  margin-bottom: 50px;
}
.backnum_list {
  display: flex;
  justify-content: space-between;
  max-width: 1062px;
  margin: 0 auto;
}
.backnum_list li {
  position: relative;
  width: calc((100% - 30px) / 4);
  height: 44px;
  text-align: center;
  letter-spacing: 0.02em;
}
.backnum_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #00a99d;
  width: 100%;
  height: 100%;
  border: 1px solid #00a99d;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}
.backnum_list li a:hover {
  background: #fff;
  border: 1px solid #00a99d;
  color: #00a99d;
  text-decoration: none;
}
/* アニメーション */
.index_photo a,
.index_info_list dt a,
.photo_switch li a,
.salon_img a,
.other_list li a,
.stylist_img a,
.backnum_list li a {
  transition: 0.3s linear;
}
.index_photo a:hover,
.index_info_list dt a:hover,
.photo_switch li a:hover,
.salon_img a:hover,
.other_list li a:hover,
.stylist_img a:hover,
.other_list li.other_list_current img {
  opacity: 0.6;
}

/* =============== TOP =============== */
.main_header_bg {
  height: 485px;
  width: 100%;
  background: url("../images2022/22win_top_bg_pc.jpg?20220101") repeat-x;
  background-position: center;
}
.main_header {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 1194px;
  height: 485px;
}
.main_header::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images2022/22win_crystal_pc.png) no-repeat;
  z-index: 1000;
}
.top_main_ttl {
  position: absolute;
  top: 85px;
  left: 0;
  z-index: 100;
}
.top_main_ttl_sub {
  position: absolute;
  top: 326px;
  left: 228px;
  width: 213px;
  z-index: 100;
}
.top_main_ttl img,
.top_main_ttl_sub img {
  width: 100%;
}
.top_main_wrapper {
  position: absolute;
  top: 45px;
  right: 66px;
  width: 640px;
  height: 400px;
  z-index: 10;
}
.top_main_wrapper img {
  height: 100%;
}
.vegas-slide-inner {
  background-size: auto 100% !important;
}

/* トレンドヘア一覧 */

.main_index_wrap {
  padding: 98px 30px 140px;
}
.main_index:not(:last-child) {
  margin-bottom: 140px;
}
.main_index_inner {
  width: 100%;
  max-width: 1062px;
  margin: 0 auto;
}
.style_ttl {
  margin-bottom: 57px;
  text-align: center;
}
.index_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_list--column2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.index_list li,
.index_list--column2 li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 51px * 2) / 3);
}
.index_list--column2 li {
  margin: 0 25.5px;
}
.index_catch {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #bcaed0;
  width: 100%;
  height: 50px;
  border-radius: 25px 25px 0 0;
}
.index_catch a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}
.index_photo {
  background: #fff;
  min-height: 0%;
  border-radius: 0 0 25px 25px;
  overflow: hidden;
  z-index: 1;
}
.index_photo a img,
.index_stylist_img img {
  width: 100%;
}
.index_info {
  flex: 1 0 auto;
  padding-top: 15px;
}
.index_stylist_img {
  width: 75px;
  margin-right: 13px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.index_stylist_img a {
  display: block;
}
.index_info_list {
  display: flex;
  align-items: center;
  align-content: stretch;
  height: 100%;
}
.index_stylist {
  margin-bottom: 10px;
}
.index_stylist, .index_salon {
  display: flex;
  font-size: 16px;
  word-break: break-all;
}
.index_stylist_ttl, .index_salon_ttl {
  margin: 10px 13px 0 0;
}
.index_stylist_ttl img,
.index_salon_ttl img {
  display: block;
}
.index_info_list dd {
  flex: 1;
}
.index_stylist a,
.index_salon a {
  color: #00a99d;
  line-height: 1.5;
  font-weight: 500;
}
.index_catch br {
  display: none;
}

/* =============== 詳細ページ =============== */

/* ヘッダー */
.h_detail {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  width: 100%;
  border-top: 1px solid #ecebed;
}
.h_detail_ttl img {
  height: 32px;
}

/* ========== メインコンテンツ ========== */
.photo {
  width: 100%;
}
.section {
  width: 100%;
  padding: 60px 30px;
}
.section_bg_color {
  background:#f4f3f7;
}
.section_inner {
  max-width: 820px;
  margin: 0 auto;
}
.detail_cate_ttl {
  height: 43px;
  margin-bottom: 25px;
  text-align: center;
}
.detail_cate_ttl img {
  height: 100%;
}
/* 中見出し */
.detail_ttl {
  margin-bottom: 50px;
  text-align: center;
}
/* PHOTO */
.main_photo_area {
  position: relative;
  width: 100%;
  height: 478px;
  background: url("../images2022/22win_ph_main_bg_pc.jpg?20220101") repeat-x;
  background-position: center;
  padding-top: 20px;
}
.photo_img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 440px;
  border-radius: 220px;
  overflow: hidden;
}
.photo_img img {
  height: 100%;
}
.main_detail_wrapper {
  width: 100%;
  padding: 0 30px;
}
.main_detail {
  max-width: 820px;
  display: flex;
  margin: 0 auto;
  padding: 55px 0;
}
.photo_txt_area {
  margin-right: 40px;
}
.photo_ttl {
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 500;
  color: #00a99d;
  line-height: 1;
}
.photo_subttl {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 500;
  color: #695d5c;
  line-height: 1.5;
}
.photo_lead {
  font-size: 16px;
  line-height: 36px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.credit_name {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.credit_name span {
  margin-right: 3px;
}
.photo_switch {
  width: 280px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.photo_switch li a {
  display: block;
}
.photo_switch_sp_btn {
  display: none;
}

/* STYLE POINT */
.point_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.point_list_photo {
  position: relative;
  width: 410px;
  margin-right: 40px;
  border-radius: 25px;
  overflow: hidden;
}
.point_list_photo img {
  width: 100%;
}
.point_list_txt {
  flex: 1;
}
.txt-unit_list:not(:last-child) {
  margin-bottom: 24px;
}
.txt-unit_ttl {
  width: 41px;
  margin-bottom: 10px;
} 
.txt-unit_ttl img {
  width: 100%;
}
.txt-unit_list p {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
/* HAIR RECIPE */
.recipe_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -40px;
}
.recipe_list li {
  width: calc(100% / 2 - 20px);
  margin-bottom: 40px;
}
.recipe_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 51px;
  background: #bcaed0;
  border-radius: 25px 25px 0 0;
}
.recipe_ttl img {
  display: block;
  width: 104px;
}
.recipe_txt {
  height: calc(100% - 51px);
  padding: 12px 30px 16px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #bcaed0;
  border-radius: 0 0 25px 25px;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
/* HAIR ARRANGE */
.arrange_list_wrapper {
  margin-bottom: 50px;
}
.arrange_list {
  display: flex;
}
.arrange_list_photo {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 546px;
  border-top-left-radius: 12px;
  margin-right: 24px;
}
.arrange_list_photo img {
  width: 268px;
  border-radius: 25px;
}
.arrange_list_txt {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
/* STYLIST */
.stylist_list {
  margin-bottom: 77px;
}
.stylist_info {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
}
.stylist_img {
  width: 200px;
  height: 200px;
  border-radius: 25px;
  margin-right: 30px;
  overflow: hidden;
  z-index: 1;
}
.stylist_img a {
  display: block;
  width: 100%;
  height: 100%;
}
.stylist_img a img {
  width: 100%;
  height: 100%;
}
.stylist_text {
  flex: 1;
}
.stylist_ttl {
  margin-bottom: 6px;
}
.stylist_ttl a {
  font-size: 24px;
  color: #00a99d;
  font-weight: 500;
  line-height: 1;
}
.stylist_salon {
  margin-bottom: 14px;
  font-size: 13px;
}
.stylist_comment {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
.stylist_profile {
  display: flex;
  flex-wrap: wrap;
}
.stylist_profile > dt:not(:nth-last-child(2)),
.stylist_profile > dd:not(:last-child) {
  border-bottom: 1px solid #bcaed0;
}
.stylist_profile > dt {
  width: 200px;
  padding: 13px 0;
  font-size: 17px;
  color: #bcaed0;
  line-height: 2;
  font-weight: 700;
  letter-spacing: .1em;
}
.stylist_profile > dd {
  width: calc(100% - 200px);
  font-size: 16px;
  line-height: 2;
  padding: 13px 0;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.04em;
}
.stylist_life {
  padding: 10px 0;
}
.stylist_life li {
  width: calc(100% / 2 - 20px);
}
.stylist_life li:not(:last-child) {
  margin-right: 40px;
}
.stylist_life,
.stylist_life li {
  display: flex;
}
.stylist_life_photo {
  width: 130px;
  height: 130px;
  margin-right: 20px;
  border-radius: 15px;
  overflow: hidden;
}
.stylist_life_photo img {
  width: 100%;
}
.stylist_life_comment {
  flex: 1;
  margin-top: -8px;
  font-size: 16px;
  line-height: 2;
  word-break: break-all;
}
/* SALON */
.salon {
  margin-bottom: 50px;
}
.salon_info {
  display: flex;
}
.salon_img {
  width: 200px;
  height: 200px;
  border-radius: 25px;
  margin-right: 30px;
  overflow: hidden;
  z-index: 1;
}
.salon_img a {
  display: block;
  width: 100%;
  height: 100%;
}
.salon_img a img {
  width: 100%;
  height: 100%;
}
.salon_text {
  flex: 1;
  margin-top: -5px;
}
.salon_kana {
  display: block;
  font-size: 14px;
}
.salon_name {
  margin-bottom: 16px;
}
.salon_name a {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  color: #00a99d;
}
.salon_comment {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
.salon_link {
  margin-top: 26px;
}
.salon_link_ttl {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
}
.salon_link_list li {
  display: inline;
  word-break: break-all;
}
.salon_link_list li a {
  font-size: 16px;
  line-height: 2;
  color: #00a99d;
}
.salon_link_list li:not(:last-child) a::after {
  content: "|";
  color: #444;
  margin: 0 3px 0 6px;
}
/* OTHER STYLE */
.other_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 684px;
  margin: 0 auto -12px;
}
.other_list li {
  width: 102px;
  margin: 0 6px 12px;
}
.other_list li a {
  display: block;
}
.other_list li img {
  width: 100%;
}

/* ボタン */
.btn {
  position: relative;
  margin: 0 auto;
}
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #00a99d;
  border: 1px solid #00a99d;
  border-radius: 8px;
  overflow: hidden;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  transition: ease-in-out .3s;
}
.btn a::after {
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: ease-in-out .3s;
}
.btn a:hover {
  background: #fff;
  color: #00a99d;
}
.btn a:hover::before {
  background: #00a99d;
}
.btn a:hover::after {
  border-top: 2px solid #00a99d;
  border-right: 2px solid #00a99d;
}
.btn_l {
  width: 480px;
  height: 80px;
}
.btn_l a::after {
  top: 35px;
}
.btn_s {
  width: 480px;
  height: 66px;
}
.btn_s a::after {
  top: 28px;
}
.btn a,
.btn a:hover {
  text-decoration: none;
}

/*======================================== iPad対応 max-width: 834px========================================*/

@media screen and (max-width: 834px) {

  a:link {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }

  /* =============== TOP =============== */

  .main_header_bg {
    height: 485px;
    background: url("../images2022/22win_top_bg_tab.jpg?20220101") no-repeat;
    background-position: center;
    background-size: 834px 485px;
    padding: 0;
  }
  .main_header::after {
    content: none;
  }
  .top_main_wrapper {
    right: 83px;
  }
  .top_main_ttl {
    top: 103px;
    left: 136px;
    width: 466px;
  }
  .top_main_ttl_sub {
    left: 265px;
  }
  .main_index_wrap {
    padding: 60px 30px;
  }
  .main_index:not(:last-child) {
    margin-bottom: 80px;
  }
  .style_ttl {
    margin-bottom: 40px;
  }
  .index_list li,
  .index_list--column2 li {
    width: calc((100% - 30px * 2) / 3);
  }
  .index_list--column2 li {
    margin: 0 15px;
  }
  .index_catch a {
    text-decoration: underline;
  }
  /* .index_catch.index_catch--s a {
    font-size: 13px;
  } */
  .index_info_list {
    display: block;
  }
  .index_stylist {
    margin-bottom: 6px;
  }
  .index_stylist_img {
    margin: 0 auto 12px;
  }
  .index_photo a:hover,
  .index_stylist_img a:hover {
    opacity: 1;
  }
  .index_photo a:active,
  .index_stylist_img a:active {
    opacity: 0.6;
  }
  .section {
    width: 100%;
  }

  /* =============== 詳細ページ =============== */

  .h_detail {
    padding: 0 30px;
  }
  .h_detail img {
    width: 100%;
  }
  .main_photo_area {
    position: relative;
    width: 100%;
    height: 478px;
    background: url("../images2022/22win_ph_main_bg_tab.jpg?20220101") no-repeat;
    background-position: center;
    padding-top: 20px;
  }
  /* STYLEPOINT */
  .point_list {
    display: block;
    width: 100%;
  }
  .point_list_photo {
    width: 356px;
    margin: 0 auto 30px;
  }
  /* RECIPES */
  .recipe_list {
    margin-bottom: -30px;
  }
  .recipe_list li {
    width: calc(100% / 2 - 15px);
    margin-bottom: 30px;
  }
  /* HAIRARRANGE */
  .arrange_list {
    flex-direction: column;
  }
  .arrange_list_photo {
    margin: 0 auto;
  }
  .arrange_list_txt {
    margin-top: 30px;
  }
  /* STYLIST */
  .stylist_list {
    margin-bottom: 26px;
  }
  .stylist_life {
    flex-direction: column;
  }
  .stylist_life li {
    width: 100%;
  }
  .stylist_life li:not(:last-child) {
    margin-bottom: 20px;
  }
  /* OTHERSTYLE */
  .other_list {
    max-width: 100%;
  }
  /* Backnumber */
  .backnum_area {
    padding: 50px 30px 0;
    height: 305px;
    background: url("../images2022/22win_t_bn_bg_tab.jpg?20220101") repeat-x;
    background-position: center;
  }
  .backnum_ttl {
    margin-bottom: 30px;
  }
  .backnum_list {
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .backnum_list li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .backnum_list li a {
    text-decoration: none;
  }
  .backnum_list li a:hover {
    background: #00a99d;
    color: #fff;
    text-decoration: none;
  }
  .backnum_list li a:active {
    background: #fff;
    color: #00a99d;
    text-decoration: none;
  }
  /* ボタン */
  .btn a {
    text-decoration: none;
  }
  .btn a:hover {
    background: #00a99d;
    color: #fff;
  }
  .btn a:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .btn a:active {
    background: #fff;
    color: #00a99d;
  }
  .btn a:active::after {
    border-top: 2px solid #00a99d;
    border-right: 2px solid #00a99d;
  }
  
  /* アニメーション */
  .index_photo a:hover,
  .index_info_list dt a:hover,
  .photo_switch li a:hover,
  .stylist_img a:hover,
  .salon_img a:hover,
  .other_list li a:hover {
    opacity: 1;
  }
  .index_photo a:active,
  .index_info_list dt a:active,
  .photo_switch li a:active,
  .stylist_img a:active,
  .salon_img a:active,
  .other_list li a:active {
    opacity: 0.6;
  }

}

/*======================================== SP対応 max-width: 767px ========================================*/

@media screen and (max-width: 767px) {

  /* =============== LP共通 =============== */

  body {
    line-height: 1.3;
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
  }
  #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_s.png?20220101) no-repeat center center;
    background-size: 88px 34px;
  }
  #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: 40px 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ページ、詳細ページ共通 =============== */

  .mediaSp {
    display: block;
  }
  .mediaPc {
    display: none;
  }
  /* Backnumber */
  .backnum_area {
    background: url("../images2022/22win_t_bn_bg_sp.jpg?20220101") no-repeat;
    background-position: center;
    background-size: 787px 376px;
    height: 376px;
    padding: 40px 15px 0;
  }
  .backnum_ttl {
    max-width: 345px;
    margin: 0 auto 28px;
  }
  .backnum_ttl img {
    width: 100%;
    margin: 0 auto;
  }
  .backnum_list li {
    width: 100%;
    height: 44px;
    font-size: 14px;
  }

  /* =============== TOP =============== */

  /* KV */
  .main_header_bg {
    width: 100%;
    height: 415px;
    background: url("../images2022/22win_top_bg_sp.jpg?20220101") no-repeat;
    background-position: center;
    background-size: 767px 415px;
    padding: 0;
  }
  .main_header {
    width: 375px;
    height: 415px;
  }
  .main_header::after {
    content: "";
    width: 375px;
    height: 415px;
    background: url(../images2022/22win_crystal_sp.png) no-repeat;
    background-size: 100%;
  }
  .top_main_ttl {
    top: 207px;
    left: 0;
    width: 375px;
  }
  .top_main_ttl_sub {
    top: auto;
    bottom: 40px;
    left: 0;
  }
  .top_main_ttl_sub {
    width: 100%;
  }
  .top_main_wrapper {
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    width: 344px;
    height: 215px;
  }
  .vegas-slide-inner {
    background-size: auto 100% !important;
  }

  /* トレンドヘア一覧 */
  .main_index_wrap {
    padding: 50px 15px 60px;
  }
  .main_index:not(:last-child) {
    margin-bottom: 60px;
  }
  .style_ttl {
    max-width: 345px;
    margin: 0 auto 22px;
  }
  .style_ttl img {
    width: 100%;
  }
  .index_list li,
  .index_list--column2 li {
    width: calc((100% - 18px) / 3);
  }
  .index_list--column2 li {
    margin: 0 4.5px;
  }
  .index_catch {
    height: 56px;
    padding: 0 6px;
    border-radius: 12.5px 12.5px 0 0;
  }
  .index_catch a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.5;
    text-align: center;
  }
  .index_photo {
    border-radius: 0 0 12.5px 12.5px;
  }
  .index_info {
    padding-top: 10px;
    text-align: center;
  }
  .index_info_list {
    display: block;
  }
  .index_stylist_img {
    width: 58px;
    margin: 0 auto 6px;
  }
  .index_stylist_ttl,
  .index_salon_ttl {
    display: none;
  }
  .index_stylist {
    margin-bottom: 8px;
    text-align: center;
  }
  .index_stylist,
  .index_salon {
    display: block;
    font-size: 14px;
    line-height: 21px;
  }
  .index_stylist a,
  .index_salon a {
    display: flex;
    justify-content: center;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-align: left;
  }

  /* =============== 詳細ページ =============== */
 
  .h_detail {
    height: 82px;
    padding: 20px 0;
    text-align: center;
  }
  .h_detail img {
    width: auto;
    height: 43px;
  }
  .detail_cate_ttl {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
  }
  .detail_cate_ttl img {
    height: 28px;
  }

  /* PHOTO */
  .main_photo_area {
    height: 393px;
    background: url("../images2022/22win_top_bg_sp.jpg?20220101") no-repeat;
    background-position: center;
    background-size: 767px 393px;
    padding-top: 28px;
    margin-bottom: 20px;
  }
  .photo_img {
    width: 533px;
    height: 335px;
  }
  .main_detail_wrapper {
    padding: 0 15px;
  }
  .main_detail {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 50px;
  }
  .photo_switch {
    display: none;
  }
  
  /* SWITCH BUTTON */
  .photo_switch_sp {
    width: 100%;
  }
  .photo_switch_sp_btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px;
  }
  .photo_switch_sp_btn li {
    width: calc((100% - 12px) / 3);
  }
  .photo_switch_sp_btn li a {
    display: block;
    height: 54px;
    text-indent: -9999px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #00a99d;
    border-radius: 8px;
  }
  .photo_switch_sp_btn li.photo_switch_sp_current a {
    position: relative;
    background-color: #00a99d;
    border: 1px solid #fff;
  }
  .photo_switch_sp_btn li.photo_switch_sp_current a::before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-width: 0 4px 6px 4px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
  }
  .photo_switch_sp_btn li.photo_switch_sp_front a {
    background-image: url("../images2022/22win_sp_switch_front.png?20220101");
  }
  .photo_switch_sp_btn li.photo_switch_sp_side a {
    background-image: url("../images2022/22win_sp_switch_side.png?20220101");
  }
  .photo_switch_sp_btn li.photo_switch_sp_back a {
    background-image: url("../images2022/22win_sp_switch_back.png?20220101");
  }
  .photo_switch_sp_btn li.photo_switch_sp_front.photo_switch_sp_current a {
    background-image: url("../images2022/22win_sp_switch_front_on.png?20220101");
  }
  .photo_switch_sp_btn li.photo_switch_sp_side.photo_switch_sp_current a {
    background-image: url("../images2022/22win_sp_switch_side_on.png?20220101");
  }
  .photo_switch_sp_btn li.photo_switch_sp_back.photo_switch_sp_current a {
    background-image: url("../images2022/22win_sp_switch_back_on.png?20220101");
  }
  .photo_switch_sp_btn li.photo_switch_sp_front a,
  .photo_switch_sp_btn li.photo_switch_sp_side a,
  .photo_switch_sp_btn li.photo_switch_sp_back a,
  .photo_switch_sp_btn li.photo_switch_sp_front.photo_switch_sp_current a,
  .photo_switch_sp_btn li.photo_switch_sp_side.photo_switch_sp_current a,
  .photo_switch_sp_btn li.photo_switch_sp_back.photo_switch_sp_current a {
    background-size: auto 16px;
  }

  .photo_txt_area {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 0;
    margin-bottom: 24px;
  }
  .photo_lead {
    font-size: 15px;
    line-height: 27px;
  }
  .photo_ttl {
    font-size: 25px;
    margin-bottom: 14px;
  }
  .photo_credit {
    display: flex;
  }
  .credit_name:first-child {
    margin-right: 15px;
  }
  .credit_name {
    font-size: 14px;
    margin-bottom: 0;
  }
  /* 中見出し */
  .detail_ttl {
    max-width: 345px;
    margin: 0 auto 30px;
  }
  .detail_ttl img {
    width: 100%;
    margin: 0 auto;
  }
  /* STYLE POINT */
  .section {
    padding: 40px 15px 50px;
  }
  .point_list_photo {
    width: auto;
    max-width: 345px;
    margin: 0 auto 30px;
  }
  .txt-unit_list:not(:last-child) {
    margin-bottom: 28px;
  }
  .txt-unit_ttl {
    width: 33px;
    margin-bottom: 8px;
  }
  .txt-unit_list p {
    font-size: 15px;
    line-height: 27px;
  }
  /* HAIR RECIPE */
  .recipe_list {
    display: block;
    width: 100%;
  }
  .recipe_list li {
    width: 100%;
  }
  .recipe_ttl {
    height: 41px;
  }
  .recipe_ttl img {
    width: 71px;
  }
  .recipe_txt {
    height: auto;
    padding: 10px 15px 12px;
    font-size: 15px;
    line-height: 27px;
  }
  /* HAIR ARRANGE */
  .arrange_list_wrapper {
    margin-bottom: 30px;
  }
  .arrange_list,
  .arrange_list_txt,
  .arrange_list_photo {
    width: 100%;
  }
  .arrange_list_photo img {
    width: calc((100% - 7px) / 2);
  }
  .arrange_list_txt {
    font-size: 15px;
    line-height: 27px;
    padding: 0;
    margin-top: 28px;
  }
  /* STYLIST */
  .stylist_list {
    width: 100%;
    margin-bottom: 17px;
  }
  .stylist_info {
    display: block;
    margin-bottom: 30px;
  }
  .stylist_img {
    margin: 0 auto 20px;
    width: 175px;
    height: auto;
  }
  .stylist_ttl {
    text-align: center;
    margin-bottom: 10px;
  }
  .stylist_ttl a {
    text-align: center;
    font-size: 20px;
  }
  .stylist_salon {
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
  }
  .stylist_comment {
    padding: 0 15px;
    font-size: 15px;
    line-height: 27px;
  }
  .stylist_profile {
    display: block;
  }
  .stylist_profile > dt:not(:nth-last-child(2)),
  .stylist_profile > dd:not(:last-child) {
    border-bottom: none;
  }

  .stylist_profile > dt,
  .stylist_profile > dd {
    width: 100%;
    font-size: 15px;
    line-height: 27px;
  }
  .stylist_profile > dt {
    padding-bottom: 0;
    border-top: 1px solid #bcaed0;
    text-align: center;
    
  }
  .stylist_profile > dd {
    padding: 2px 15px 13px;
  }
  .stylist_profile > dd:nth-of-type(-n+2) {
    text-align: center;
  }
  .stylist_profile > dd:last-child {
    padding-top: 8px;
  }
  .stylist_life {
    display: block;
    padding: 0;
  }
  .stylist_life li {
    width: 100%;
  }
  .stylist_life li:not(:last-child) {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .stylist_life_photo {
    width: 100px;
    height: 100px;
  }
  .stylist_life_comment {
    margin-top: 0;
    font-size: 15px;
    line-height: 27px;
  }
  /* SALON */
  .salon {
    width: 100%;
    margin-bottom: 30px;
  }
  .salon_img {
    margin: 0 auto 20px;
    width: 160px;
    height: auto;
  }
  .salon_info {
    display: block;
  }
  .salon_name {
    text-align: center;
    margin-bottom: 18px;
  }
  .salon_name a {
    font-size: 20px;
  }
  .salon_kana {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 22px;
  }
  .salon_comment,
  .salon_link_ttl,
  .salon_link_list li a {
    font-size: 15px;
    line-height: 27px;
  }
  .salon_link {
    margin-top: 18px;
  }
  /* OTHER STYLE */
  .other_list {
    width: 100%;
    margin-bottom: -10px;
  }
  .other_list li {
    width: calc((100% - 30px) / 4);
    margin: 0 5px 10px;
  }
  .other_list li:nth-child(1),
  .other_list li:nth-child(5) {
    margin-left: 0;
  }
  .other_list li:nth-child(4),
  .other_list li:nth-child(8) {
    margin-right: 0;
  }
 
  /* ボタン */
  .btn {
    width: 100%;
  }
  .btn a {
    font-size: 15px;
    line-height: 26px;
    text-decoration: none;
  }
  .btn a::before {
    width: 18px;
    right: 14px;
  }
  .btn a::after {
    right: 16px;
    width: 8px;
    height: 8px;
  }
  .btn_l {
    height: 68px;
  }
  .btn_l a::before {
    top: 34px;
  }
  .btn_l a::after {
    top: 30px;
  }
  .btn_s {
    height: 56px;
  }
  .btn_s a::before {
    top: 27px;
  }
  .btn_s a::after {
    top: 23px;
  }

}

/*======================================== SP対応 max-width: 320px ========================================*/

@media screen and (max-width: 320px) {
  
  .index_catch a {
    font-size: 11px;
    line-height: 16px;
  }

  .detail_ttl img {
    height: 50px;
  }
  
}