@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese);
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css);

/* ====================================================================================
アッパーサロン 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;
}
*, *::before, *::after {
  box-sizing: border-box;
}
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;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* image-rendering: -webkit-optimize-contrast; */
}
select {
  margin: 0;
}
html {
  overflow: auto;
}

/* =============== アワードの他ページと共通 =============== */

body {
  background-color: #fff;
  font-size: 100%;
  font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #000;
  text-align: center;
}
a:link {
  color: #eb8e7e;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #eb8e7e;
  text-decoration: none;
}
a:hover {
  color: #eb8e7e;
  text-decoration: underline;
}
a:active {
  color: #eb8e7e;
  text-decoration: underline;
}
#contentAll {
  position: relative;
  width: 100%;
  text-align: left;
  overflow: hidden;
}
#contentAll h1 {
  position: absolute;
  left: -999px;
  top: -999px;
}
.mediaPC {
  display: block;
  margin: 0 auto;
}
.mediaSP {
  display: none;
}
/*--- ヘッダー ---*/
#header_lp {
  position: relative;
  width: 100%;
  background: #000;
  height: 70px;
  padding-top: 10px;
}
.header_lp_logo {
  display: inline-block;
  margin-left: 50px;
}
.header_lp_menu {
  display: none;
}
.logo {
  display: block;
  width: 127px;
  height: 50px;
  background: url(/trend/images2022/logo_beauty.png?20220407) no-repeat center left;
  background-size: 127px 50px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
}
.header_navi {
  display: block;
  position: absolute;
  top: 278px;
  width: 100%;
  background-color: #feefef;
  padding: 20px 0;
  z-index: 100;
}
.header_navi_logo {
  display: none;
}
.header_navi_list {
  display: flex;
  width: 800px;
  margin: 0 auto;
}
.header_navi_list li {
  width: 390px;
  height: 90px;
}
.header_navi_list li:first-child {
  margin-right: 20px;
}
.header_navi_list li a {
  display: block;
  position: relative;
  width: 390px;
  height: 90px;
  text-indent: -9999px;
  background-image: url(/trend/images2022/navi_sprite.jpg?20220407);
  background-size: 780px 180px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.header_navi_list li.header_navi01 a {
  background-position: 0 100%;
}
.header_navi_list li.header_navi01 a:hover,
.header_navi_list li.header_navi01.header_navi_current a {
  background-position: 0 0;
}
.header_navi_list li.header_navi02 a {
  background-position: 100% 0;
}
.header_navi_list li.header_navi02 a:hover,
.header_navi_list li.header_navi02.header_navi_current a {
  background-position: 100% 100%;
}
.header_navi_list li.header_navi01.header_navi_current a::after,
.header_navi_list li.header_navi02.header_navi_current a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 11px 0 11px;
}
.header_navi_list li.header_navi01.header_navi_current a::after {
  border-color: #eb8f7e transparent transparent transparent;  
}
.header_navi_list li.header_navi02.header_navi_current a::after {
  border-color: #eb9561 transparent transparent transparent;  
}
.header_navi_current a {
  opacity: 1 !important;
}
/*--- ぱんくず ---*/
#breadcrumbs {
  padding: 15px 0;
  margin: 0 auto 0;
  max-width: 1150px;
  text-align: center;
  border-top: 1px solid #ccc;
}
#breadcrumbs p {
  max-width: 1150px;
  margin: 0 auto;
  color: #666;
  font-size: 10px;
  line-height: 120%;
  text-align: left;
}
#breadcrumbs a {
  font-weight: normal;
}
#breadcrumbs a:link {
  color: #999;
  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;
}
/* --- フッター --- */
#btmName {
  max-width: 1150px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  color: #666;
  text-align: right;  
}
#footer_lp {
  position: relative;
  max-width: 1150px;
  margin: 0 auto;
  padding: 10px 0 20px;
  border-top: 1px solid #ddd;
}
#copyright_lp a {
  font-size: 10px;
  color: #435B67;
  font-weight: bold;
}
#footer_lp a:link {
  color: #999;
  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: #999;
  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;
}
.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_fb a img:hover, .snsArea .inner .snsArea_tw a img:hover, .snsArea .inner .snsArea_line a img:hover {
  opacity: 0.7;
}
.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;
}

/*--- リンクコンテンツ ---*/
.other_contents {
  width: 100%;
  padding: 64px 38px;
  background: #979797;
  color: #fff;
  text-align: center;
}
.other_contents_title .title_jp {
  display: block;
  margin: 14px 0 32px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.other_contents_title img {
  height: 31px;
}
.other_contents_list {
  max-width: 850px;
  margin: 0 auto -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.other_contents_list li {
  width: 270px;
  height: auto;
  background-color: #000;
  margin: 0 5px 10px;
}
.other_contents_list li a {
  display: block;
  transition: .3s;
}
.other_contents_list li a:hover {
  opacity: 0.6;
}
.other_contents_list li img {
  width: 100%;
}

/* =============== アッパーサロン TOPページ、詳細ページ共通 =============== */

#container {
  position: relative;
  width: 100%;
  font-size: 100%;
  color: #333;
  text-align: center;
  font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.04em;
}
.h_main {
  width: 100%;
  margin: 40px auto 168px;
}
.h_main img {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
/* --- backnumber --- */
.backnum_area {
  width: 100%;
  padding: 0 48px 80px;
}
.backnum {
  max-width: 1150px;
  margin: 0 auto;
}
.backnum_title {
  display: flex;
  margin-bottom: 64px;
}
.backnum_title::before,
.backnum_title::after {
  content: "";
  display: flex;
  position: relative;
  flex-grow: 1;
  top: 17px;
  height: 1px;
  background-color: #000;
}
.backnum_title::before {
  margin-right: 2.8em;
}
.backnum_title::after {
  margin-left: 2.8em;
}
.backnum_title img  {
  height: 34px;
  margin: 0 auto;
}
.backnum_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -30px -30px 0;
}
.backnum_list::after {
  content: "";
  display: block;
  width: calc(265px * 2 + 30px);
  margin-right: 30px;
  height: 0;
}
.backnum_list li {
  text-align: center;
  width: 265px;
  height: 50px;
  margin: 0 30px 30px 0;
}
.backnum_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 14px;
  width: 100%;
  height: 100%;
  background-color: #eb8e7e;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
.backnum_list li a::before {
  display: block;
  content: '';
  position: absolute;
  top: 22px;
  right: 16px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: transparent;
  transform: rotate(135deg);
}
.backnum_list li a:hover {
  opacity: 0.6;
  text-decoration: none;
}

/* =============== アッパーサロン TOP =============== */

.main_header_outer {
  width: 100%;
  background-color: #feefef;
  padding-bottom: 20px;
}
.main_header_title {
  width: 800px;
  margin: 0 auto;
  padding-top: 5px;
  text-align: center;
}
/* --- TOP メインリード --- */
.lead_area {
  width: 800px;
  text-align: center;
  margin: 16px auto 0;
}
.top_main_lead {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 16px;
}
.credit {
  text-align: center;
  font-size: 12px;
}
.credit .credit_list {
  display: inline-block;
  margin: 0 4px;
}
.credit_work, .credit_name {
  display: inline-block;
}
.credit_work {
  font-weight: bold;
}
.credit_work::after,
.credit_work::after {
  content: "";
  display: inline-block;
  position: relative;
  bottom: 4px;
  width: 15px;
  height: 1px;
  background-color: #333;
  transform: rotate(-45deg);
}

/* --- トレンドヘア一覧 --- */
.trend_list_area {
  padding-top: 40px;
}
.trend_list_wrapper {
  width: 800px;
  margin: 0 auto 100px;
}
.trend_list_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 66px;
}
.content_cut .trend_list_ttl,
.content_cut .main_detail_ttl {
  background: rgb(206,196,219);
  background: linear-gradient(90deg, rgba(206,196,219,1) 0%, rgba(237,208,204,1) 100%);
}
.content_color .trend_list_ttl,
.content_color .main_detail_ttl {
  background: rgb(213,228,190);
  background: linear-gradient(90deg, rgba(213,228,190,1) 0%, rgba(200,219,234,1) 100%);
}
.content_perm .trend_list_ttl,
.content_perm .main_detail_ttl {
  background: rgb(252,236,224);
  background: linear-gradient(90deg, rgba(252,236,224,1) 0%, rgba(252,244,221,1) 100%);
}
.trend_list_ttl img {
  height: 48px;
}
.trend_list_lead {
  font-size: 14px;
  line-height: 2;
  margin: 20px 0 40px;
}
.trend_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -60px;
}
.trend_list ul li {
  width: 350px;
  margin-bottom: 60px;
}
.trend_list_photo {
  position: relative;
  margin-bottom: 20px;
}
.trend_list_photo a img,
.trend_list_info_img img {
  width: 100%;
}
.trend_list_photo a,
.trend_list_info_img a {
  display: block;
  position: relative;
}
.trend_list_info_img a::after {
  border-radius: 50%;
}
.trend_list_photo a::after,
.trend_list_info_img a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s linear;
}
.trend_list_photo a:hover::after,
.trend_list_info_img a:hover::after {
  background-color: rgba(235, 142, 126, 0.5);
  pointer-events: none;
}
.trend_list_info {
  display: flex;
}
.trend_list_info_img {
  width: 78px;
  margin-right: 14px;
}
.trend_list_info_text {
  flex: 1;
  margin-top: 9px;
}
.trend_list_salon br {
  display: none;
}
.trend_list_salon,
.trend_list_stylist {
  word-break: break-all;
  display: flex;
  align-items: baseline;
}
.trend_list_stylist:not(:first-child) {
  margin-top: 5px;
}
.trend_list_salon_position,
.trend_list_stylist_position {
  position: relative;
  bottom: 5px;
  margin-right: 16px;
}
.trend_list_salon_position img,
.trend_list_stylist_position img {
  height: 8px;
}
.trend_list_salon_name {
  font-size: 14px;
}
.trend_list_stylist_name {
  font-size: 20px;
  font-weight: 600;
}
.trend_list_salon_name,
.trend_list_stylist_name {
  color: #eb8e7e;
  letter-spacing: 0.1em;
}
.trend_list_salon a:hover,
.trend_list_stylist a:hover {
  text-decoration: underline;
}
/*--- ページトップボタン ---*/
.pageTop {
  display: none;
  position: fixed;
  width: 140px;
  height: 140px;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
}
.pageTop a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/award/2022/images2022/btn_pagetop_default.png?20220407);
  background-size: 100%;
  transition: .3s;
}
.pageTop a:hover {
  background: url(/award/2022/images2022/btn_pagetop_hover.png?20220407);
}

/* =============== アッパーサロン 詳細ページ =============== */

.main_detail_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 66px;
  margin: 0 auto 16px;
}
.main_detail_ttl img {
  height: 48px;
}
.main_detail_lead {
  margin-bottom: 35px;
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
}
.main_detail {
  max-width: 1150px;
  margin: 0 auto;
  padding: 40px 0 120px;
}
/* --- メイン写真 --- */
.detail_img {
  position: relative;
  width: 100%;
  margin-bottom: 116px;
}
.detail_img_list li img {
  width: 100%;
}
.detail_img::after {
  content: "";
  display: block;
  position: absolute;
  left: -364px;
  bottom: -380px;
  z-index: -1;
}
.content_cut .detail_img::after {
  background: url(/trend/images2022/detail_img_bg_cut.png?20220407) no-repeat;
  width: 700px;
  height: 700px;
  background-size: 100%;
}
.content_color .detail_img::after {
  background: url(/trend/images2022/detail_img_bg_color.png?20220407) no-repeat;
  width: 700px;
  height: 700px;
  background-size: 100%;
}
.content_perm .detail_img::after {
  background: url(/trend/images2022/detail_img_bg_perm.png?20220407) no-repeat;
  width: 700px;
  height: 700px;
  background-size: 100%;
}

/* --- サブ写真 --- */
.detail_img_thumb {
  display: flex;
  width: 308px;
  margin: 20px auto 0;
}
.detail_img_thumb li {
  width: 96px;
}
.detail_img_thumb li:not(:last-child) {
  margin-right: 10px;
}
.detail_img_thumb li a {
  display: block;
  position: relative;
  width: 100%;
}
.detail_img_thumb li a img {
  width: 100%;
}
.detail_img_thumb li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s linear;
}
.detail_img_thumb li a:hover::after {
  background-color: rgba(235, 142, 126, 0.5);
  pointer-events: none;
}
.detail_img_thumb_ttl img {
  display: block;
  margin-top: 10px;
}

/* --- SP専用 写真切り替えボタン --- */
.sp_change_ph {
  display: none;
}

/* --- コンテンツ枠 --- */
.detail_info {
  width: 800px;
  margin: 0 auto;
}
.detail_info:not(:last-of-type) {
  margin-bottom: 120px;
}
.detail_info_ttl_hairpoint,
.detail_info_ttl_stylist {
  margin-bottom: 38px;
}
.detail_info_ttl_hairpoint img {
  height: 38px;
}
.detail_info_ttl_stylist img {
  height: 46px;
}
.detail_info_salon_photo {
  margin-right: 30px;
}
.detail_info_salon_photo img {
  width: 300px;
}
.detail_info_salon_txt {
  flex: 1;
  text-align: left;
}
.detail_info_stylist_txt {
  flex: 1;
  margin-top: -10px;
  text-align: left;
}
/* --- ヘアポイント --- */
.detail_info_point_wrapper {
  display: flex;
  justify-content: space-between;
}
.detail_point {
  padding: 20px 0;
  margin-bottom: 30px;
}
.content_cut .detail_point {
  border-top: 1px solid #947bb8;
  border-bottom: 1px solid #947bb8;
}
.content_color .detail_point {
  border-top: 1px solid #a9c979;
  border-bottom: 1px solid #a9c979;
}
.content_perm .detail_point {
  border-top: 1px solid #eb9560;
  border-bottom: 1px solid #eb9560;
}
.detail_point_list li {
  display: flex;
}
.detail_point_list li:not(:last-child) {
  margin-bottom: 16px;
}
.detail_point_head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 20px;
  margin: 6px 20px 0 0;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-radius: 10px;
}
.content_cut .detail_point_head {
  background-color: #947bb8;
}
.content_color .detail_point_head {
  background-color: #a9c979;
}
.content_perm .detail_point_head {
  background-color: #eb9560;
}
.detail_point_txt {
  flex: 1;
}
.detail_point_txt,
.detail_sub_lead {
  font-size: 14px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 28px;
}
.detail_sub_lead {
  margin-top: 16px;
}
.detail_ttl_sub img {
  display: block;
  height: 14px;
}
.detail_credit {
  margin-top: 18px;
  text-align: left;
  font-size: 12px;
}
/* --- スタイリスト --- */

/* Grid */

.detail_info_stylist_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(116px + 40px) 1fr;
  grid-template-columns: calc(116px + 40px) 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  margin-bottom: 40px;
}
.detail_info_stylist_photo {
  -ms-grid-column: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/-1;
  margin-right: 40px;
}
.detail_info_stylist_txt {
  -ms-grid-column: 2;
  grid-column: 2/-1;
  -ms-grid-row: 1;
  grid-row: 1/2;
}
.detail_info_stylist_lead {
  -ms-grid-column: 2;
  grid-column: 2/-1;
  -ms-grid-row: 2;
  grid-row: 2/-1;
  margin-top: 16px;
  font-size: 14px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 28px;
}

.detail_info_salon,
.detail_info_stylist {
  word-break: break-all;
  display: flex;
  align-items: baseline;
}
.detail_info_salon {
  margin-bottom: 6px;
}
.detail_info_salon_position,
.detail_info_stylist_position {
  position: relative;
  bottom: 5px;
  margin-right: 16px;
}
.detail_info_salon_position img,
.detail_info_stylist_position img {
  height: 8px;
}
.detail_info_salon_name {
  font-size: 14px;
}
.detail_info_stylist_name {
  font-size: 20px;
  font-weight: 600;
}
.detail_info_salon_name,
.detail_info_stylist_name {
  color: #eb8e7e;
  letter-spacing: 0.1em;
}
.detail_info_salon a:hover,
.detail_info_stylist a:hover {
  text-decoration: underline;
}
.detail_info_stylist_photo a {
  position: relative;
  display: block;
  width: 100%;
}
.detail_info_stylist_photo img {
  width: 100%;
  display: block;
}
.detail_info_stylist_photo a::after {
  border-radius: 50%;
}
.detail_info_stylist_photo a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s linear;
}
.detail_info_stylist_photo a:hover::after {
  background-color: rgba(235, 142, 126, 0.5);
  pointer-events: none;
}
/* --- レコメンド --- */
.detail_info_recommend_wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  border-top: 1px solid #000;
}
.detail_info_recommend_photo {
  margin-right: 24px;
}
.detail_info_recommend_photo img {
  width: 280px;
}
.detail_info_recommend_txt {
  flex: 1;
}
.detail_recommend_name {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}
/* --- 予約ボタン --- */
.detail_btn {
  margin: 60px auto 0;
  width: 480px;
  height: 48px;
  text-align: center;
}
.detail_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #eb8e7e;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  transition: 0.3s;
}
.detail_btn a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.detail_btn a::after {
  display: block;
  content: '';
  position: absolute;
  top: 21px;
  right: 16px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: transparent;
  transform: rotate(135deg);
}
/* --- OTHER STYLE --- */
.detail_other {
  width: 100%;
  padding: 80px 24px;
  background: #feefef;
  text-align: center;
}
.other_style_title {
  margin-bottom: 40px;
}
.other_style_title img {
  height: 30px;
}
.detail_other_list_wrapper {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}
.detail_other_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -10px;
}
.detail_other_list::after {
  content: "";
  display: block;
  width: calc(100% / 7 - 60px / 7);
  height: 0;
}
.detail_other_list li {
  position: relative;
  width: calc(100% / 7 - 60px / 7);
  margin-bottom: 10px;
}
.detail_other_list li a {
  display: block;
}
.detail_other_list li a,
.detail_other_list li img {
  width: 100%;
}
.detail_other_list li a::after,
.detail_other_list li.img_current::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s linear;
}
.detail_other_list li a:hover::after,
.detail_other_list li.img_current::after {
  background-color: rgba(235, 142, 126, 0.5);
  pointer-events: none;
}

/*======================================== iPad対応 max-width: 834px ========================================*/

@media screen and (max-width: 834px) {

  a:link {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  .header_lp_logo {
    margin-left: 24px;
  }
  .main_header_title {
    width: 100%;
  }
  .lead_area {
    width: 100%;
    padding: 0 24px;
  }
  .h_main {
    margin-bottom: 154px;
    padding: 0 24px;
  }
  .header_navi {
    top: 258px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .header_navi_list {
    width: 720px;
  }
  .header_navi_list li {
    width: 350px;
    height: 81px;
  }
  .header_navi_list li a {
    width: 350px;
    height: 81px;
    background-image: url(/trend/images2022/navi_sprite.jpg?20220407);
    background-size: 700px 162px;
  }
  .trend_list_wrapper {
    width: 100%;
    padding: 0 24px;
  }
  .trend_list ul li {
    width: calc(100% / 2 - 48px / 2);
    margin-bottom: 60px;
  }
  .backnum_area {
    padding-right: 24px;
    padding-left: 24px;
  }

  /* =============== アッパーサロン 詳細ページ =============== */

  .main_detail {
    width: 100%;
    padding-bottom: 80px;
  } 
  .detail_img {
    margin-bottom: 80px;
  }
  .detail_img::after {
    bottom: -262px;
    left: -300px;
  }
  .content_cut .detail_img::after {
    background: url(/trend/images2022/detail_img_bg_cut.png?20220407) no-repeat;
    width: 500px;
    height: 500px;
    background-size: 100%;
  }
  .content_color .detail_img::after {
    background: url(/trend/images2022/detail_img_bg_color.png?20220407) no-repeat;
    width: 500px;
    height: 500px;
    background-size: 100%;
  }
  .content_perm .detail_img::after {
    background: url(/trend/images2022/detail_img_bg_perm.png?20220407) no-repeat;
    width: 500px;
    height: 500px;
    background-size: 100%;
  }

  .detail_info {
    width: 100%;
    padding: 0 24px;
  }
  .detail_info:not(:last-of-type) {
    margin-bottom: 80px;
  }
  .detail_info_point_wrapper,
  .detail_info_recommend_wrapper {
    flex-direction: column;
  }
  .detail_info_salon_photo,
  .detail_info_recommend_photo {
    margin: 0 0 40px 0;
  }
  .detail_point_list li:not(:last-child) {
    margin-bottom: 10px;
  }

  /* --- OTHER STYLE --- */
  .detail_other {
    padding: 60px 24px;
  }

  /*--- ページトップボタン ---*/
  .pageTop a,
  .pageTop a:hover {
    transition: none;
  }
  /* --- hover打ち消し --- */

  .trend_list_photo a::after,
  .trend_list_info_img a::after,
  .detail_info_stylist_photo a::after,
  .detail_img_thumb li a:hover::after,
  .detail_other_list li a::after {
    content: none;
  }
  .backnum_list li a,
  .detail_btn a {
    text-decoration: none;
  }
  .backnum_list li a,
  .other_contents_list li a,
  .detail_info_stylist_photo a,
  .detail_btn a {
    transition: none;
  }
  .backnum_list li a:hover,
  .other_contents_list li a:hover,
  .detail_btn a:hover {
    opacity: 1;
  }

}

/*======================================== SP対応 max-width: 767px ========================================*/

@media screen and (max-width: 767px) {
  /* =============== アワードの他ページと共通 =============== */

  html {
    height: 100%;
  }
  body {
    line-height: 1.3;
    min-width: 320px;
    -webkit-text-size-adjust: none;
    height: 100%;
  }
  body.content--fixed {
    overflow: hidden;
  }
  #contentAll {
    min-width: 100%;
  }
  .mediaPC {
    display: none;
  }
  .mediaSP {
    display: block;
  }
  /* --- ヘッダー --- */
  #header_lp {
    height: 54px;
    width: auto;
    min-width: 100%;
    padding: 10px 20px 0;
    top: 0;
    left: 0;
    z-index: 9999;
    position: fixed;
  }
  .header_inner {
    width: 100%;
    padding: 0 20px;
  }
  .logo {
    height: 34px;
    background-size: auto 34px;
  }
  .header_lp_logo {
    margin-left: 0;
    float: left;
  }
  .header_lp_menu {
    display: inline-block;
    float: right;
    margin-top: 5px;
  }
  .header_lp_menu a {
    display: block;
    width: 30px;
    height: 23px;
    text-indent: -9999px;
    background: url(/trend/images2022/menu.png?20220407) no-repeat center center;
    background-size: 30px 23px;
  }
  .header_lp_menu a.menu--on {
    background: url(/trend/images2022/menu_close.png?20220407) no-repeat;
    background-size: 30px 23px;
  }
  .header_navi {
    position: fixed;
    top: 54px;
    right: 0;
    height: 100%;
    background: #fff;
    padding-right: 20px;
    padding-left: 20px;
    border-top: none;
    border-bottom: none;
    transition: all 0.3s;
    transform: translate(1000px);
  }
  .header_navi_list li:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .header_navi_list li.header_navi01 a:hover::after, 
  .header_navi_list li.header_navi01.header_navi_current a::after {
    content: none;
  }
  .header_navi.navi--open {
    transform: translate(0);
  }
  .header_navi_logo {
    display: block;
    margin: 0 0 20px;
    text-align: center;
  }
  .header_navi_logo img {
    width: auto;
    height: 67px;
  }
  .header_navi_list {
    display: block;
    width: 100%;
    height: auto;
    font-size: 0;
    margin: 0;
    position: static;
    transform: translateX(0);
  }
  .header_navi_list li {
    width: 100%;
    height: auto;
  }
  .header_navi_list li a {
    display: block;
    width: 100%;
    height: auto;
    text-indent: 0;
    background-image: none;
    opacity: 1 !important;
  }
  .header_navi_list li a img {
    width: 100%;
    height: auto;
  }
  /*--- ぱんくず ---*/
  #breadcrumbs {
    margin: 0 15px;
    width: auto;
  }
  #breadcrumbs a {
    color: #999;
    line-height: 1.5;
  }
  #breadcrumbs a:visited {
    text-decoration: underline;
  }
  #breadcrumbs a:link {
    text-decoration: underline;
  }
  /* --- フッター --- */
  #btmName {
    display: none;
  }
  #footer_lp {
    border-top: 1px solid #ddd;
    padding-top: 5px;
    width: 94%;
    margin: 5px auto 10px auto;
    height: auto;
  }
  #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;
  }
  .snsArea {
    border-bottom: none;
    width: 80%;
    margin: 60px 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;
  }
  /*--- リンクコンテンツ ---*/
  .other_contents,
  .detail_other {
    padding: 60px 20px 40px;
  }
  .other_contents_title {
    max-width: 100%;
    text-align: center;
  }
  .other_contents_title img {
    height: 22px;
    margin: 0 auto;
  }
  .other_contents_title .title_jp {
    font-size: 12px;
  }
  .other_contents_list {
    width: 100%;
    margin-bottom: 0;
  }
  .other_contents_list li {
    width: 100%;
    margin: 20px 0 0;
  }
  .other_contents_list li:first-child {
    margin: 0;
  }

  /* =============== アッパーサロン TOPページ、詳細ページ共通 =============== */
  #container {
    width: auto;
  }
  .h_main {
    margin: 0;
    padding: 74px 20px 20px 20px;
  }
  .h_main img {
    width: auto;
    height: 67px;
  }

  /* --- Backnumber --- */
  .backnum_area {
    padding: 0 20px 60px;
  }
  .backnum {
    width: 100%;
  }
  .backnum_title {
    margin-bottom: 40px;
  }
  .backnum_title img {
    height: 24px;
  }
  .backnum_title::before, .backnum_title::after { 
    top: 12px;
  }
  .backnum_title::before {
    margin-right: 0.8em;
  }
  .backnum_title::after {
    margin-left: 0.8em;
  }
  .backnum_list {
    display: block;
    width: 100%;
    margin-bottom: -15px;
  }
  .backnum_list li {
    width: 100%;
    height: 54px;
    margin-bottom: 15px;
  }
  .backnum_list li a {
    font-size: 16px;
  }
  .backnum_list li a::before {
    top: 24px;
  }
  
  /* =============== アッパーサロン TOP =============== */
  .main_header_outer {
    padding: 16px 0 13px;
  }
  .main_header_title {
    width: 218px;
    margin: 0 auto;
    padding-top: 0;
  }
  .main_header_title img {
    width: 100%;
    height: auto;
  }
  /* --- TOP メインリード --- */
  .lead_area {
    padding: 0 20px;
    margin: 12px auto 0;
  }
  .top_main_lead {
    width: 100%;
    margin: 0 auto 6px;
    font-size: 14px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .credit {
    text-align: left;
    line-height: 25px;
  }

  /* --- トレンドヘア一覧 --- */
  .trend_list_area {
    padding-top: 20px;
  }
  .trend_list_wrapper {
    padding: 0 20px;
    margin-bottom: 60px;
  }
  .trend_list_lead {
    margin-bottom: 36px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .trend_list {
    width: 100%;
  }
  .trend_list img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .trend_list ul {
    width: 100%;
    margin-bottom: -40px;
  }
  .trend_list ul li {
    vertical-align: top;
    width: calc(100% / 2 - 10px);
    margin-bottom: 40px;
  }
  .trend_list_photo {
    margin-bottom: 14px;
  }
  .trend_list_info_img {
    width: 44px;
    height: auto;
  }
  .trend_list_info_img {
    padding-top: 5px;
    margin-right: 10px;
  }
  .trend_list_info_text {
    width: 100%;
    height: auto;
    float: none;
    margin-top: 0;
    text-align: left;
  }
  .trend_list_salon_name {
    font-size: 12px;
    line-height: 18px;
  }
  .trend_list_stylist_name {
    font-size: 14px;
    line-height: 21px;
  }
  .trend_list_salon_position,
  .trend_list_stylist_position {
    display: none;
  }

  /* =============== アッパーサロン 詳細ページ =============== */

  .main_detail {
    width: 100%;
    padding-top: 20px;
  }
  .main_detail_lead {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .main_detail_ttl {
    width: 150px;
    height: 50px;
  }
  .main_detail_ttl img {
    height: 36px;
  }

  /* --- メイン写真 --- */
  .detail_img {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  .detail_img_list {
    position: relative;
    height: 350px;
  }
  .detail_img_list li {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .detail_img_list li img {
    width: auto;
    height: 350px;
  }
  .detail_img::after {
    bottom: -286px;
    left: -136px;
  }
  .content_cut .detail_img::after {
    background: url(/trend/images2022/detail_img_bg_cut.png?20220407) no-repeat;
    width: 350px;
    height: 350px;
    background-size: 100%;
  }
  .content_color .detail_img::after {
    background: url(/trend/images2022/detail_img_bg_color.png?20220407) no-repeat;
    width: 350px;
    height: 350px;
    background-size: 100%;
  }
  .content_perm .detail_img::after {
    background: url(/trend/images2022/detail_img_bg_perm.png?20220407) no-repeat;
    width: 350px;
    height: 350px;
    background-size: 100%;
  }

  /* --- サブ写真 --- */
  .detail_img_thumb {
    display: none;
  }

  /* --- SP専用 写真切り替えボタン --- */
  .sp_change_ph {
    display: block;
    width: 100%;
  }
  .sp_change_ph_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
  }
  .sp_change_ph_btn li {
    display: inline-block;
    width: calc(100% / 3);
    height: 47px;
    text-indent: -9999px;
  }
  .sp_change_ph_btn li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-top: 1px solid #eb8e7e;
    border-bottom: 1px solid #eb8e7e;
    text-decoration: none;
  }
  .sp_change_ph_btn li:not(:last-child) a {
    border-right: 1px solid #eb8e7e;
  }

  /* a内テキスト配置 */
  .sp_change_ph_btn a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 57px;
    height: 13px;
    pointer-events: none;
  }
  .sp_change_ph_btn .nav_front a::after {
    background: url(/trend/images2022/sp_switch_front.png?20220407) no-repeat;
    background-size: 57px 13px;
  }
  .sp_change_ph_btn .nav_side a::after {
    background: url(/trend/images2022/sp_switch_side.png?20220407) no-repeat;
    background-size: 57px 13px;
  }
  .sp_change_ph_btn .nav_back a::after {
    background: url(/trend/images2022/sp_switch_back.png?20220407) no-repeat;
    background-size: 57px 13px;
  }

  /* current時の挙動 */
  .sp_change_ph_btn li a.nav_current {
    background-color: #eb8e7e;
  }
  .sp_change_ph_btn li a.nav_current::before {
    content: "";
    display: block;
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #eb8e7e transparent;
  }

  .sp_change_ph_btn .nav_front a.nav_current::after {
    background: url(/trend/images2022/sp_switch_front_on.png?20220407) no-repeat;
    background-size: 57px 13px;
  }
  .sp_change_ph_btn .nav_side a.nav_current::after {
    background: url(/trend/images2022/sp_switch_side_on.png?20220407) no-repeat;
    background-size: 57px 13px;
  }
  .sp_change_ph_btn .nav_back a.nav_current::after {
    background: url(/trend/images2022/sp_switch_back_on.png?20220407) no-repeat;
    background-size: 57px 13px;
  }

  /* --- コンテンツ枠 --- */
  .detail_info {
    padding: 0 20px;
  }

  /* --- ヘアポイント --- */
  .detail_info_ttl_hairpoint,
  .detail_info_ttl_stylist {
    margin-bottom: 28px;
  }
  .detail_info_ttl_hairpoint img {
    height: 33px;
  }
  .detail_info_salon_photo,
  .detail_info_recommend_photo {
    margin-bottom: 30px;
  }
  .detail_info_salon_photo img {
    width: 270px;
  }
  .detail_point {
    padding: 13px 0;
  }
  .detail_point_head {
    width: 70px;
    margin-right: 10px;
  }
  .detail_point_txt {
    line-height: 24px;
  }
  .detail_point_list li:not(:last-child) {
    margin-bottom: 15px;
  }
  .detail_sub_lead {
    margin-top: 12px;
  }

  /* --- スタイリストについて --- */
  .detail_info_ttl_stylist img {
    height: 39px;
  }

  /* Grid */
  
  .detail_info_stylist_wrapper {
    display: grid;
    grid-template-columns: calc(58px + 15px) 1fr;
    grid-template-rows: auto 1fr;
    margin: 0;
  }
  .detail_info_stylist_photo {
    grid-column: 1/2;
    grid-row: 1/2;
    margin-right: 15px;
  }
  .detail_info_stylist_txt {
    grid-column: 2/-1;
    grid-row: 1/2;
  }
  .detail_info_stylist_lead {
    grid-column: 1/-1;
    grid-row: 2/-1;
    margin-top: 12px;
  }

  
  .detail_info_stylist_txt {
    margin-top: 0;
  }
  .detail_info_stylist_name {
    font-size: 17px;
  }
  .detail_info_salon {
    margin-bottom: 10px;
  }
  .detail_info_salon_position,
  .detail_info_stylist_position {
    position: relative;
    bottom: 3px;
    margin-right: 10px;
  }
  /* --- RECOMMENDAION --- */
  .detail_info_recommend_wrapper {
    margin-top: 24px;
    padding-top: 30px;
  }
  .detail_info_recommend_photo img {
    width: 210px;
  }
  /* --- 予約ボタン --- */
  .detail_btn {
    width: 100%;
    height: auto;
    padding: 0 20px;
  }
  .detail_btn a {
    width: 100%;
    height: 54px;
  }
  .detail_btn a::after {
    top: 24px;
  }
  /* --- OTHER STYLES --- */
  .other_style_title img {
    height: 25px;
    margin: 0 auto;
  }
  .detail_other_list_wrapper {
    width: 100%;
    padding: 0;
  }
  .detail_other_list {
    width: 100%;
    margin-bottom: -15px;
  }
  .detail_other_list li {
    width: calc(100% / 3 - 30px / 3);
    margin-bottom: 15px;
  }
  /*--- ページトップボタン ---*/
  .pageTop {
    width: 70px;
    height: 70px;
    right: 10px;
    bottom: 10px;
  }
  .pageTop a {
    background: url(/trend/images2022/btn_pagetop_default.png?20220407) no-repeat;
    background-size: 100%;
  }
  .pageTop a:hover {
    background: url(/trend/images2022/btn_pagetop_default.png?20220407) no-repeat;
    background-size: 100%;
  }
  
}

/*======================================== SMALL SP対応 max-width: 360px ========================================*/

@media screen and (max-width: 360px) {

  .h_main img,
  .header_navi_logo img {
    width: 100%;
    height: auto;
  }

}

/*======================================== SP 横置き対応 landscape ========================================*/

@media (orientation: landscape) {

  .header_navi.navi--open {
    overflow-y: auto;
    padding-bottom: 150px;
    z-index: 100;
  }

}