@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&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: #193FCB;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #193FCB;
  text-decoration: none;
}
a:hover {
  color: #193FCB;
  text-decoration: underline;
}
a:active {
  color: #193FCB;
  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?20220501);
  background-position: -580px -4px;
  text-indent: -9999px;
  overflow: hidden;
}
#breadcrumbs {
  margin: 15px 0;
  text-align: center;
}
#breadcrumbs p {
  font-weight: 700;
  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: 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: 700;
  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;
  max-width: 900px;
  margin: 0 auto;
}
#pagetop {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 10px;
}
#pagetop p {
  background: url("../images2022/22_sum_icon_pagetop.png?20220501") 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: 700;
}
#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: #333;
}
.mediaSp {
  display: none;
}
/* Backnumber */
.backnum_area {
  background: url(../images2022/22_sum_footer_bg_pc.png) repeat-x top center;
  text-align: center;
  margin-top: 70px;
  padding: 60px 32px 100px;
}
.backnum_area_under {
  background: #f7eee3;
  padding: 60px 0 80px;
  text-align: center;
}
.backnum_ttl {
  margin-bottom: 45px;
  text-align: center;
}
.backnum_list {
  width: 1062px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.backnum_list li {
  width: 250px;
  text-align: center;
}
.backnum_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  width: 100%;
  padding: 7px 0;
  line-height: 24px;
  background: #193FCB;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #193FCB;
  transition-property: all;
  transition: 0.3s linear;
}
.backnum_list li a:hover {
  background-color: #fff;
  color: #193FCB;
  text-decoration: none;
}
/* アニメーション */
.index_photo a,
.photo_switch li a,
.other_list li a,
.stylist_img a {
  display: block;
  background-color: #fff;
}
.index_photo a img,
.index_info_list dt a img,
.photo_switch li a img,
.salon_img a img,
.other_list li a img,
.stylist_img a img {
  transition: 0.3s linear;
}
.index_photo a:hover img,
.index_info_list dt a:hover img,
.photo_switch li a:hover img,
.salon_img a:hover img,
.other_list li a:hover img,
.stylist_img a:hover img,
.other_list li.other_list_current img {
  opacity: 0.6;
}

/* =============== TOP =============== */
.main_header_bg {
  height: 493px;
  width: 100%;
  background: url("../images2022/22_sum_top_bg_pc.png?20220501") repeat-x;
  background-position: top center;
  padding: 60px 32px 0;
}
.main_header_inner {
  position: relative;
  margin: 0 auto;
}
.main_header {
  position: relative;
  max-width: 1062px;
  height: 430px;
  margin: 0 auto;
}
/* .main_header::after {
  content: "";
  display: block;
  position: absolute;
  right: -30px;
  bottom: -22px;
  width: 690px;
  height: 388px;
  background: #666;
  opacity: 0.3;
  filter: blur(2px);
  z-index: 10;
} */
.top_main_ttl {
  position: absolute;
  top: 30px;
  left: 20px;
  margin: 0;
  z-index: 1000;
}
.top_main_ttl_sub {
  position: absolute;
  top: 45px;
  right: 32px;
  z-index: 1000;
}
.top_main_wrapper {
  position: relative;
  width: 690px;
  height: 388px;
  margin-left: 315px;
  z-index: 100;
}
.top_main {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  background-color: #fff;
}
.top_main::after {
  content: "";
  display: block;
  position: absolute;
  right: -30px;
  bottom: -22px;
  width: 100%;
  height: 100%;
  background: #666;
  opacity: 0.3;
  filter: blur(2px);
  z-index: 10;
}
.top_main_wrapper img {
  height: 100%;
}
.vegas-slide {
  z-index: 100;
}
.vegas-slide-inner {
  background-size: auto 100% !important;
}
/* トレンドヘア一覧 */
.main_index_wrap {
  padding: 120px 75px 80px;
}
.main_index:not(:last-child) {
  margin-bottom: 120px;
}
.main_index_inner {
  width: 100%;
  max-width: 1062px;
  margin: 0 auto;
}
.style_ttl {
  margin-bottom: 30px;
  text-align: center;
}
.index_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_list.two_item {
  justify-content: center;
}
.index_list li {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc((100% - 54px * 2) / 3);
}
.index_list.two_item li {
  margin: 0 27px;
}
.index_catch {
  padding: 20px 0;
  text-align: center;
  z-index: 100;
}
.index_catch a {
  font-size: 22px;
  font-weight: 700;
  color: #193FCB;
  line-height: 1;
  cursor: pointer;
}
.balloon {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  border-right: 1px solid #de7720;
  border-bottom: 1px solid #de7720;
  border-left: 1px solid #de7720;
}
.balloon::before,
.balloon::after {
  content: "";
  display: block;
  position: absolute;
  left: 24px;
  width: 0;
  height: 0;
}
.balloon::before {
  bottom: -15px;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #de7720 transparent transparent;
}
.balloon::after {
  bottom: -13px;
  border-style: solid;
  border-width: 0 14px 14px 0;
  border-color: transparent #fff transparent transparent;
}
.index_photo {
  background: #fff;
  z-index: 10;
  min-height: 0%;
  position: relative;
}
.index_photo::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #666;
  opacity: .3;
  filter: blur(2px);
  position: absolute;
  top: 10px;
  right: -10px;
  z-index: 1;
}
.index_photo a {
  position: relative;
  z-index: 10;
}
.index_photo a img,
.index_stylist_img img  {
  vertical-align: bottom;
  width: 100%;
}
.index_info {
  flex: 1 0 auto;
  padding: 15px 12px;
  background: #f4f4f4;
  z-index: 10;
}
.index_stylist_img {
  width: 90px;
  margin-right: 12px;
}
.index_stylist_img a {
  display: block;
  overflow: hidden;
}
.index_info_list {
  display: flex;
  align-items: flex-start;
  height: 100%;
}
.index_stylist {
  margin-bottom: 8px;
}
.index_stylist, .index_salon {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 20px;
  word-break: break-all;
}
.index_stylist_ttl, .index_salon_ttl {
  display: flex;
  align-items: center;
  min-width: 40px;
  height: 22.5px;
  margin-right: 10px;
  padding-top: 2.25px;
}
.index_stylist_ttl img,
.index_salon_ttl img {
  display: block;
  width: auto;
  height: 18px;
}
.index_info_list dd {
  flex: 1;
}
.index_stylist a,
.index_salon a {
  font-size: 15px;
  color: #193FCB;
  line-height: 1.5;
}
.index_catch br {
  display: none;
}

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

/* ヘッダー */
.h_detail {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 100%;
  background: #5AD1F9;
  margin-bottom: 40px;
}
.h_detail a {
  display: flex;
  align-items: center;
}
.h_detail span {
  line-height: 1;
}
.h_detail_ttl {
  margin-right: 60px;
}
.h_detail_ttl img {
  height: 23px;
}
.h_detail_ttl_sub img {
  height: 18px;
}

/* ========== メインコンテンツ ========== */
.photo {
  width: 100%;
}
.section {
  width: 100%;
  padding: 80px 32px;
}
.section_bg_color {
  background: #F0FBFF;
  padding: 60px 32px 80px;
}
.section_inner {
  max-width: 900px;
  margin: 0 auto;
}
/* 中見出し */
.detail_ttl {
  margin-bottom: 50px;
  text-align: center;
}
/* PHOTO */
.main_photo_area {
  position: relative;
  width: 100%;
  background: url("../images2022/22_sum_top_bg_pc.png") repeat-x;
  background-position: top 68px center;
  padding: 0 32px;
}
.detail_cate_ttl {
  margin: 0 auto 30px;
  text-align: center;
}
.detail_cate_ttl img {
  height: 71px;
}
.main_photo {
  position: relative;
  max-width: 900px;
  height: 506px;
  margin: 0 auto;
}
.main_photo::after {
  content: "";
  display: block;
  position: absolute;
  right: -30px;
  bottom: -22px;
  width: 100%;
  height: 100%;
  background: #666;
  opacity: 0.3;
  filter: blur(2px);
  z-index: 10;
}
.photo_img_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 100;
}
.photo_img {
  width: 100%;
  height: 100%;
}
.photo_img img {
  height: 100%;
}
.main_detail_wrapper {
  width: 100%;
  padding: 0 32px;
}
.main_detail {
  max-width: 900px;
  display: flex;
  margin: 0 auto;
  padding: 40px 0 72px;
}
.photo_txt_area {
  margin-right: 48px;
}
.photo_ttl {
  font-size: 30px;
  line-height: 44px;
  font-weight: 700;
  color: #3E3E3E;
  margin-bottom: 10px;
}
.photo_subttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #5AD1F9;
  margin-bottom: 20px;
}
.photo_lead {
  font-size: 15px;
  line-height: 30px;
  color: #3E3E3E;
}
.credit_name {
  margin-bottom: 10px;
  font-size: 15px;
  color: #3E3E3E;
  line-height: 1;
}
.credit_name span {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  margin-right: 8px;
}
.credit_name span img {
  display: block;
  width: 100%;
}
.photo_switch {
  width: 290px;
  margin-bottom: 24px;
  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: flex-start;
  padding-bottom: 10px;
}
.point_list_photo {
  position: relative;
  width: 320px;
  margin-right: 44px;
}
.point_list_photo img {
  width: 100%;
}
.photo_inner {
  position: relative;
}
.point_list_photo::after {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  background: #666;
  opacity: 0.3;
  filter: blur(2px);
  z-index: 10;
}
.photo_inner {
  width: 100%;
  overflow: hidden;
  z-index: 100;
}
.point_list_txt {
  flex: 1;
  padding-top: 8px;
}
.txt-unit_list:not(:last-child) {
  margin-bottom: 35px;
}
.baloon_sml img {
  position: absolute;
  bottom: 11px;
  left: 14px;
  height: 17px;
}
.txt-unit_ttl {
  width: 116px;
  margin-bottom: 5px;
}
.txt-unit_ttl img {
  display: block;
  width: 100%;
}
.baloon_sml {
  display: block;
  position: relative;
  top: 18px;
  left: -16px;
  width: 105px;
  height: 11px;
  border-right: 1px solid #de7720;
  border-bottom: 1px solid #de7720;
  border-left: 1px solid #de7720;
  box-sizing: border-box;
  text-align: center;
}
.baloon_sml::before,
.baloon_sml::after {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  width: 0;
  height: 0;
}
.baloon_sml::before {
  bottom: -11px;
  border-style: solid;
  border-width: 0 11px 11px 0;
  border-color: transparent #de7720 transparent transparent;
}
.baloon_sml::after {
  bottom: -9px;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #fff transparent transparent;
}
.txt-unit_list p {
  font-size: 15px;
  color: #3E3E3E;
  line-height: 30px;
}
/* HAIR RECIPE */
.recipe_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recipe_list li {
  position: relative;
  width: calc(100% / 2 - 15px);
  margin-bottom: 20px;
  padding: 25px 30px 20px;
  border: solid 1px #5AD1F9;
}
.recipe_list li:nth-child(3),
.recipe_list li:nth-child(4) {
  margin-bottom: 0;
}
.recipe_ttl {
  height: 22px;
  margin-bottom: 15px;
}
.recipe_ttl img {
  display: block;
  width: auto;
  height: 100%;
}
.recipe_txt {
  font-size: 15px;
  color: #3E3E3E;
  line-height: 30px;
}
/* HAIR ARRANGE */
.arrange_list_wrapper {
  margin-bottom: 50px;
}
.arrange_list {
  display: flex;
  position: relative;
}
.arrange_list_photo {
  width: 536px;
  position: relative;
}
.arrange_list_photo::after {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  background: #666;
  opacity: 0.3;
  filter: blur(2px);
  z-index: 10;
}
.arrange_list_photo img {
  width: 100%;
  z-index: 100;
  position: relative;
}
.arrange_list_txt {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  font-size: 15px;
  color: #3E3E3E;
  line-height: 30px;
}
/* STYLIST */
.stylist_list {
  margin-bottom: 40px;
}
.stylist_info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
.stylist_img {
  width: 200px;
  height: 200px;
  margin-right: 30px;
}
.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: 8px;
  font-size: 24px;
  color: #193FCB;
  font-weight: 700;
  line-height: 35px;
}
.stylist_salon {
  margin-bottom: 30px;
  font-size: 13px;
  font-weight: 700;
  color: #3E3E3E;
}
.stylist_comment {
  font-size: 15px;
  line-height: 30px;
  color: #3E3E3E;
}
.stylist_profile {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #5AD1F9;
  border-bottom: 1px solid #5AD1F9;
}
.stylist_profile > dt:not(:nth-last-child(2)),
.stylist_profile > dd:not(:last-child) {
  border-bottom: 1px solid #5AD1F9;
}
.stylist_profile > dt {
  width: 140px;
  padding: 16px 0 16px 20px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 700;
  color: #5AD1F9;
}
.stylist_profile > dd {
  width: calc(100% - 140px);
  font-size: 15px;
  color: #3E3E3E;
  line-height: 30px;
  padding: 16px 0 16px 40px;
}
.stylist_life {
  padding: 5px 0;
}
.stylist_life li {
  width: calc(100% / 2 - 20px);
}
.stylist_life li:not(:last-child) {
  margin-right: 35px;
}
.stylist_life,
.stylist_life li {
  display: flex;
}
.stylist_life_photo {
  width: 130px;
  margin-right: 15px;
}
.stylist_life_photo img {
  width: 100%;
}
.stylist_life_comment {
  flex: 1;
  font-size: 15px;
  color: #3E3E3E;
  line-height: 30px;
}
/* SALON */
.salon {
  margin-bottom: 40px;
}
.salon_info {
  display: flex;
  align-items: flex-start;
}
.salon_img {
  width: 200px;
  height: 200px;
  margin-right: 30px;
}
.salon_img a {
  display: block;
  width: 100%;
  height: 100%;
}
.salon_img a img {
  width: 100%;
  height: 100%;
}
.salon_text {
  flex: 1;
}
.salon_kana {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 19px;
  color: #3E3E3E;
}
.salon_name {
  margin-bottom: 30px;
}
.salon_name a {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
}
.salon_comment {
  margin-bottom: 23px;
  font-size: 15px;
  line-height: 30px;
  color: #3E3E3E;
}
.salon_link_ttl {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  color: #3E3E3E;
}
.salon_link_list {
  font-size: 15px;
  line-height: 21px;
}
.salon_link_list li:not(:first-child) {
  margin-top: 6px;
}
/* OTHER STYLE */
.other_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto -16px;
}
.other_list li {
  width: calc((100% - 80px) / 6);
  margin-bottom: 16px;
  margin-left: 16px;
}
.other_list li:nth-child(6n+1) {
  margin-left: 0;
}
.other_list li a {
  display: block;
}
.other_list li img {
  width: 100%;
}
/* ボタン */
.btn {
  position: relative;
  background: #193FCB;
  border-radius: 3px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: #fff;
  border: 1px solid #193FCB;
  border-radius: 3px;
  box-sizing: border-box;
}
.btn:hover::after {
  width: 100%;
}
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #193FCB;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  transition: .3s linear;
  z-index: 10;
}
.btn a::after {
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  transition: ease-in-out .3s;
}
.btn a::after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.btn a:hover {
  background-color: #fff;
  color: #193FCB;
  text-decoration: none;
}
.btn a:hover::after {
  border-top: 2px solid #193FCB;
  border-right: 2px solid #193FCB;
}
.btn_l {
  width: 480px;
  height: 80px;
}
.btn_l a::before {
  top: 40px;
}
.btn_l a::after {
  top: 35px;
}
.btn_s {
  width: 480px;
  height: 66px;
}
.btn_s a::before {
  top: 33px;
}
.btn_s a::after {
  top: 28px;
}

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

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

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

  /* =============== TOP =============== */
  .top_main_ttl {
    width: 350px;
  }
  .top_main_ttl img {
    width: 100%;
  }
  .top_main_wrapper {
    margin-left: 180px;
  }
  .index_list li {
    width: calc((100% - 9.108%) / 3);
  }
  .index_catch {
    width: 98%;
  }
  .index_catch a {
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
  }
  .index_catch.index_catch--s a {
    font-size: 13px;
  }
  .index_info {
    padding: 16px;
  }
  .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%;
  }
  .style_ttl img {
    max-width: 100%;
  }

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

  /* PHOTO */
  .photo_txt_area {
    margin-right: 32px;
  }
  /* STYLEPOINT */
  .point_list {
    display: block;
    width: 100%;
  }
  .point_list_photo {
    width: 356px;
    margin: 0 auto 56px;
  }
  .baloon_sml {
    left: 0;
  }
  /* HAIRARRANGE */
  .arrange_list {
    flex-direction: column;
  }
  .arrange_list_photo {
    width: 100%;
  }
  .arrange_list_txt {
    padding: 24px 32px;
  }
  /* STYLIST */
  .stylist_img {
    margin-right: 32px;
  }
  .stylist_profile > dd {
    padding-left: 32px;
  }
  .stylist_life {
    flex-direction: column;
  }
  .stylist_life li {
    width: 100%;
  }
  .stylist_life li:not(:last-child) {
    margin-bottom: 20px;
  }
  /* SALON */
  .salon_img {
    margin-right: 32px;
  }
  .salon_link_list {
    padding-left: 32px;
  }
  /* Backnumber */
  .backnum_list {
    flex-wrap: wrap;
    margin-bottom: -10px;
    width: 100%;
  }
  .backnum_list li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .backnum_list li a {
    padding: 12px 0;
    text-decoration: none;
  }
  .backnum_list li:active::after {
    width: 100%;
  }
  .backnum_list li a:active {
    color: #193FCB;
    text-decoration: none;
  }
  .backnum_list li:active::after {
    width: 100%;
  }
  /* ボタン */
  .btn a {
    text-decoration: none;
  }
  .btn:active::after {
    width: 100%;
  }
  .btn a:active {
    color: #193FCB;
    text-decoration: none;
  }
  .btn a:active::before {
    background: #193FCB;
  }
  .btn a:active::after {
    border-top: 1px solid #193FCB;
    border-right: 1px solid #193FCB;
  }
  /* アニメーション */
  .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?20220501) 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/22_sum_footer_bg_sp.png) no-repeat top center;
    background-size: 100% auto;
    margin-top: 30px;
    padding: 32px 24px;
  }
  .backnum_ttl {
    margin-bottom: 28px;
  }
  .backnum_ttl img {
    height: 36px;
    margin: 0 auto;
  }
  .backnum_list li {
    width: 100%;
    font-size: 14px;
  }

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

  /* KV */
  .main_header_bg {
    height: auto;
    width: 100%;
    background: url("../images2022/22_sum_top_bg_sp.png?20220501") no-repeat;
    background-position: top center;
    background-size: 100% auto;
    padding: 48px 20px 0;
  }
  .main_header {
    width: 100%;
    height: auto;
  }
  .main_header::after {
    right: -6px;
    bottom: -6px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .top_main_ttl {
    position: static;
    width: 100%;
    margin: 0 auto 30px;
  }
  .top_main_ttl img {
    width: 100%;
  }
  .top_main_ttl_sub {
    top: auto;
    right: auto;
    bottom: -17px;
    left: -10px;
  }
  .top_main_ttl_sub img {
    height: 78px;
  }
  .top_main_wrapper {
    width: 100%;
    height: calc((400 / 750) * 100vw);
    margin: 25px auto 0;
  }
  .top_main::after {
    right: -12px;
    bottom: -12px;
  }
  .vegas-slide-inner {
    background-size: auto 100% !important;
  }

  /* トレンドヘア一覧 */
  .main_index_wrap {
    padding: 75px 15px 60px;
  }
  .main_index:not(:last-child) {
    margin-bottom: 60px;
  }
  .style_ttl {
    margin-bottom: 20px;
  }
  .style_ttl img {
    margin: 0 auto;
    width: 91%;
  }
  .index_list li {
    width: calc((100% - 30px) / 3);
  }
  .index_list.two_item li {
    margin: 0 calc((15 / 750) * 100vw);
  }
  .index_list li::after {
    bottom: -4px;
    right: -4px;
  }
  .index_catch {
    padding: 10px 0 40px;
    text-align: left;
  }
  .index_catch a {
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    text-decoration: underline;
  }
  .balloon {
    height: 14px;
  }
  .balloon::before,
  .balloon::after {
    left: 16px;
  }
  .balloon::before {
    bottom: -10px;
    border-style: solid;
    border-width: 0 10px 10px 0;
  }
  .balloon::after {
    bottom: -8px;
    border-style: solid;
    border-width: 0 9px 9px 0;
  }
  .index_photo::after {
    top: 5px;
    right: -5px;
  }
  .index_info {
    padding: 12px 12px 10px;
    text-align: left;
  }
  .index_info_list {
    display: block;
  }
  .index_stylist_img {
    width: 60px;
    margin: -42px auto 6px;
  }
  .index_stylist {
    margin-bottom: 10px;
    text-align: left;
  }
  .index_stylist,
  .index_salon {
    display: block;
    font-size: 14px;
    line-height: 21px;
  }
  .index_stylist a,
  .index_salon a {
    display: inline-block;
    text-align: left;
    font-size: 13px;
  }
  .index_stylist_ttl,
  .index_salon_ttl {
    height: auto;
  }
  .index_stylist_ttl img,
  .index_salon_ttl img {
    height: 16px;
  }

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

  .h_detail {
    height: 60px;
    text-align: center;
    margin-bottom: 0;
  }
  .h_detail a {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 12px 0;
  }
  .h_detail span {
    display: block;
  }
  .h_detail_ttl {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .h_detail_ttl img {
    width: 295px;
    height: auto;
  }
  .h_detail_ttl_sub img {
    width: 205px;
    height: auto;
  }

  /* PHOTO */
  .main_photo_area {
    background: url("../images2022/22_sum_bg_sp.png?20220501") no-repeat;
    background-position: top center;
    background-size: 100% auto;
    padding: 30px 15px 0;
    margin-bottom: 30px;
  }
  .main_photo {
    max-width: initial;
    margin: 0 auto;
    height: 377px;
  }
  .main_photo::after {
    right: -10px;
    bottom: -10px;
  }
  .detail_cate_ttl {
    height: 50px;
    margin: 0 auto 15px;
  }
  .detail_cate_ttl .mediaSp {
    display: inline-block;
    height: 50px;
  }
  .photo_img {
    width: 100%;
    height: 377px;
    box-shadow: none;
    overflow: hidden;
    position: relative;
  }
  .photo_img img {
    position: absolute;
    height: 100%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .main_detail_wrapper {
    padding: 0 15px;
  }
  .main_detail {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 60px;
  }
  .photo_switch {
    display: none;
  }
  .photo_switch_sp {
    width: 100%;
    margin-top: 18px;
  }
  .photo_switch_sp_btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
  }
  .photo_switch_sp_btn li {
    width: calc((100% - 24px) / 3);
  }
  .photo_switch_sp_btn li a {
    display: block;
    height: 44px;
    text-indent: -9999px;
    background-color: #193FCB;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    border-radius: 3px;
  }
  .photo_switch_sp_btn li.photo_switch_sp_current a {
    background-color: #fff;
    border: 1px solid #193FCB;
  }
  .photo_switch_sp_btn li.photo_switch_sp_front a {
    background-image: url("../images2022/22_sum_sp_switch_front.png?20220501");
    background-size: auto 20px;
    background-position: center;
  }
  .photo_switch_sp_btn li.photo_switch_sp_side a {
    background-image: url("../images2022/22_sum_sp_switch_side.png?20220501");
    background-size: auto 20px;
    background-position: center;
  }
  .photo_switch_sp_btn li.photo_switch_sp_back a {
    background-image: url("../images2022/22_sum_sp_switch_back.png?20220501");
    background-size: auto 20px;
    background-position: center;
  }
  .photo_switch_sp_btn li.photo_switch_sp_front.photo_switch_sp_current a {
    background-image: url("../images2022/22_sum_sp_switch_front_on.png?20220501");
    background-size: auto 20px;
    background-position: center;
  }
  .photo_switch_sp_btn li.photo_switch_sp_side.photo_switch_sp_current a {
    background-image: url("../images2022/22_sum_sp_switch_side_on.png?20220501");
    background-size: auto 20px;
    background-position: center;
  }
  .photo_switch_sp_btn li.photo_switch_sp_back.photo_switch_sp_current a {
    background-image: url("../images2022/22_sum_sp_switch_back_on.png?20220501");
    background-size: auto 20px;
    background-position: center;
  }
  .photo_txt_area {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 35px;
  }
  .photo_ttl {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .photo_subttl {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .photo_credit {
    font-size: 14px;
    line-height: 26px;
  }
  .photo_credit span {
    display: inline-block;
  }
  .photo_credit span:first-child {
    margin-bottom: 0;
  }
  /* 中見出し */
  .detail_ttl {
    margin-bottom: 30px;
  }
  .detail_ttl img {
    height: 50px;
    margin: 0 auto;
  }
  /* STYLE POINT */
  .section {
    padding: 60px 15px;
  }
  .section_bg_color {
    padding: 40px 15px;
  }
  .detail_ttl {
    margin-bottom: 32px;
  }
  .detail_ttl img {
    height: 50px;
  }
  .point_list_photo {
    width: 288px;
    margin: 0 auto 33px;
  }
  .point_list_photo::after {
    right: -12px;
    bottom: -8px;
  }
  .txt-unit_list:not(:last-child) {
    margin-bottom: 25px;
  }
  .txt-unit_ttl {
    width: 106px;
  }
  .txt-unit_ttl img {
    width: 100%;
  }
  /* HAIR RECIPE */
  .recipe_list {
    display: block;
    width: 100%;
    margin: 40px 0 10px;
  }
  .recipe_list li {
    width: 100%;
    margin-bottom: 20px;
    padding: 25px 20px;
  }
  .recipe_list li:nth-child(3) {
    margin-bottom: 20px;
  }
  .recipe_ttl img {
    margin: 0 auto;
  }
  /* HAIR ARRANGE */
  .arrange_list_wrapper {
    margin-bottom: 30px;
  }
  .arrange_list,
  .arrange_list_txt {
    width: 100%;
  }
  .arrange_list::after {
    right: -12px;
    bottom: -8px;
  }
  .arrange_list_txt {
    margin: 0;
    padding: 28px 0 0;
  }
  /* STYLIST */
  .stylist_list {
    width: 100%;
    margin-bottom: 32px;
  }
  .stylist_info {
    display: block;
  }
  .stylist_img {
    margin: 0 auto 10px;
    width: 180px;
    height: auto;
  }
  .stylist_ttl {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .stylist_salon {
    line-height: 19px;
    text-align: center;
    margin-bottom: 30px;
  }
  .stylist_profile {
    display: block;
    padding: 0;
  }
  .stylist_profile > dt {
    width: 100%;
    padding: 15px 0 0;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 19px;
  }
  .stylist_profile > dt:not(:nth-last-child(2)) {
    border-bottom: none;
  }
  .stylist_profile > dd {
    width: 100%;
    padding: 0 0 20px;
  }
  .stylist_life {
    display: block;
    padding: 5px 0 0;
  }
  .stylist_life li {
    width: 100%;
  }
  .stylist_life li:not(:last-child) {
    margin-bottom: 16px;
    margin-right: 0;
  }
  .stylist_life_photo {
    width: calc((110 / 375) * 100vw);
  }
  /* SALON */
  .salon {
    width: 100%;
    margin-bottom: 30px;
  }
  .salon_img {
    margin: 0 auto 15px;
    width: 180px;
    height: auto;
  }
  .salon_info {
    display: block;
  }
  .salon_text {
    padding-top: 0;
  }
  .salon_name {
    text-align: center;
  }
  .salon_name a {
    font-size: 18px;
  }
  .salon_kana {
    font-size: 13px;
    line-height: 19px;
  }
  .salon_link_ttl {

  }
  .salon_link_list {
    width: 100%;
    display: block;
    padding: 0;
  }
  .salon_link_list li:not(:first-child) {
    margin-top: 10px;
  }
  .salon_link_list li:not(:last-child)::after {
    content: none;
  }
  /* OTHER STYLE */
  .other_list {
    width: 100%;
    margin-bottom: -12px;
  }
  .other_list li {
    width: calc((100% - 30px) / 4);
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .other_list li:nth-child(6n+1) {
    margin-left: 10px;
  }
  .other_list li:nth-child(4n+1) {
    margin-left: 0
  }
  /* ボタン */
  .btn {
    width: 100%;
  }
  .btn a {
    font-size: 15px;
    line-height: 26px;
    text-decoration: none;
  }
  .btn a::after {
    right: 20px;
    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;
  }

}
