@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,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;
  -webkit-backface-visibility: hidden;
}
select {
  margin: 0;
}
html {
  overflow: auto;
}

/* =============== アワードの他ページと共通 =============== */

body {
  background-color: #fff;
  font-size: 100%;
  color: #000;
  text-align: center;
  font-family: "Open Sans", "YakuHanJP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.04em;
}
a:link {
  color: #8b9bce;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #8b9bce;
  text-decoration: none;
}
a:hover {
  color: #8b9bce;
  text-decoration: underline;
}
a:active {
  color: #8b9bce;
  text-decoration: underline;
}
#contentAll {
  text-align: left;
  min-width: 1240px;
  position: relative;
}
#contentAll h1 {
  position: absolute;
  left: -999px;
  top: -999px;
}
.mediaPC {
  display: block;
}
.mediaPC_ib {
  display: inline-block;
}
.mediaSP {
  display: none;
}
/*--- ヘッダー ---*/
#header_lp {
  width: 100%;
  min-width: 1240px;
  background: #000;
  height: 40px;
  position: relative;
}
.header_lp_logo {
  display: inline-block;
  width: 63px;
  margin-left: 50px;
}
.header_lp_menu {
  display: none;
}
.logo {
  display: block;
  width: 63px;
  height: 40px;
  background: url(/trend/images2021/logo_beauty.png?20200301) no-repeat center left;
  background-size: 63px 20px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
}
.header_navi {
  display: block;
  position: absolute;
  width: 100%;
  height: 69px;
  top: 188px;
  border-bottom: 2px solid #ddd;
}
.header_navi_logo {
  display: none;
}

.header_navi_list {
  display: flex;
  width: 760px;
  height: 69px;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
.header_navi_list li {
  width: 380px;
  height: 69px;
}
.header_navi_list li a {
  display: block;
  width: 380px;
  height: 69px;
  text-indent: -9999px;
  background-image: url(/trend/images2021/navi_sprite.png?20200301);
  background-size: 760px 138px;
  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_current a {
  opacity: 1 !important;
}
/*--- ぱんくず ---*/
#breadcrumbs {
  padding: 15px 0;
  margin: 0 auto 0;
  width: 1240px;
  text-align: center;
  border-top: 1px solid #ccc;
}
#breadcrumbs p {
  max-width: 1240px;
  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;
}
/* --- フッター --- */

/*--- ページトップボタン ---*/
.pageTop {
  display: none;
  position: fixed;
  z-index: 100;
  right: 16px;
  bottom: 16px;
}
.pageTop a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #000;
  padding: 14px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.16em;;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  transition: .3s;
}
.pageTop a:hover {
  background-color: #d3b679;
}
.pageTop a::before, .pageTop a::after {
  display: block;
  content: '';
  position: absolute;
  top: 15px;
}
.pageTop a::before {
  left: 36px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: transparent;
  transform: rotate(45deg);
}
.pageTop a::after {
  left: 39px;
  width: 1px;
  height: 13px;
  background-color: #fff;
}
#btmName {
  color: #666;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  width: 1240px;
  margin: 0 auto;
}
#footer_lp {
  position: relative;
  max-width: 1240px;
  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_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;
}
/*--- リンクコンテンツ ---*/
.other_contents {
  width: 100%;
  padding: 64px 48px 50px;
  background: #7d8787;
  color: #fff;
  text-align: center;
}
.other_contents_title .title_jp {
  display: block;
  margin: 14px 0 32px;
  font-size: 14px;
  letter-spacing: 0.12em;
}
.other_contents_list {
  max-width: 780px;
  margin: 0 auto -16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.other_contents_list li {
  width: 244px;
  height: auto;
  margin: 0 8px 16px;
}
.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%;
}
.h_main {
  width: 100%;
  text-align: center;
  margin: 45px 0 123px;
}
.h_main img {
  width: 570px;
  height: auto;
}
/* --- backnumber --- */
.backnum {
  position: relative;
  width: 1240px;
  margin: 60px auto;
}
.backnum_title {
  margin-bottom: 42px;
  text-align: center;
}
.backnum_title img  {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.backnum_list {
  display: flex;
  justify-content: space-between;
}
.backnum_list li {
  text-align: center;
  width: 284px;
  height: 46px;
}
.backnum_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 14px;
  width: 100%;
  height: 100%;
  background-color: #8b9bce;
  color: #fff;
  text-align: center;
  transition: 0.3s;
}
.backnum_list li a::before {
  display: block;
  content: '';
  position: absolute;
  top: 20px;
  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_outer_top {
  width: 100%;
  background: url("/trend/images2021/back_pc.png?20210301") repeat;
  background-position: top center;
}
.main_outer_top .main_header_title {
  width: 1240px;
  margin: 0 auto 28px;
  padding-top: 50px;
  text-align: center;
}
.main_outer_top .main_header_title img {
  width: 752px;
  height: auto;
  margin: 0 auto;
}
/* --- TOP メインリード --- */
.lead_area {
  text-align: center;
  margin: 0 auto 60px;
}
.top_main_lead {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 12px;
}
.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 {
  color: #777;
}
.credit_work::after,
.credit_work::after {
  content: "";
  display: inline-block;
  position: relative;
  bottom: 4px;
  width: 12px;
  height: 1px;
  margin: 0 3px 0 2px;
  background-color: #777;
  transform: rotate(-45deg);
}

/* --- トレンドヘア一覧 --- */
.trend_list_wrapper {
  position: relative;
}
.trend_list {
  width: 1240px;
  margin: 0 auto;
}
.trend_list ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -64px;
}
.trend_list ul li {
  vertical-align: top;
  width: 360px;
  margin: 0 0 64px 80px;
  text-align: left;
}
.trend_list ul li:nth-child(5n+1) {
  margin: 0 0 64px 0;
}
.trend_list ul li:nth-child(5n+4) {
  margin: 0 0 64px 220px;
}
.trend_list_photo {
  margin-bottom: 16px;
  background-color: #fff;
}
.trend_list_photo a {
  display: block;
  position: relative;
}
.trend_list_photo a img {
  width: 100%;
}
.trend_list_photo a,
.trend_list_photo a img,
.trend_list_info_img a,
.trend_list_info_img a img {
  transition: 0.3s linear;
}
.trend_list_photo a:hover,
.trend_list_info_img a:hover {
  background-color: #8b9bce;
}
.trend_list_photo a:hover img,
.trend_list_info_img a:hover img {
  opacity: 0.7;
}
.trend_list_info {
  display: flex;
}
.trend_list_info_img {
  width: 68px;
  height: 68px;
  margin-right: 16px;
}
.trend_list_info_img a {
  display: block;
  border-radius: 50%;
}
.trend_list_info_img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
.trend_list_info_text {
  flex: 1;
  margin-top: 5px;
}
.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: 3px;
}
.trend_list_salon_position,
.trend_list_stylist_position {
  min-width: 50px;
  font-size: 13px;
  letter-spacing: 0.12em;
  line-height: 27px;
}
.trend_list_salon_name,
.trend_list_stylist_name {
  font-size: 18px;
  line-height: 27px;
  text-indent: -1em;
  padding-left: 1em;
}
.trend_list_salon_name::before,
.trend_list_stylist_name::before {
  content: "";
  display: inline-block;
  position: relative;
  bottom: 4px;
  width: 12px;
  height: 1px;
  margin-right: 8px;
  background-color: #666;
  transform: rotate(-45deg);
}
.trend_list_salon a:hover,
.trend_list_stylist a:hover {
  text-decoration: underline;
}

/* =============== アッパーサロン 詳細ページ =============== */

.main_outer_under {
  width: 100%;
}
.main_outer_under::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 480px;
  background-color: #dde1f1;
  z-index: -1;
}
.main_outer_under .main_header_title {
  display: none;
}
.main_detail {
  width: 1240px;
  margin: 0 auto 60px;
  padding-top: 20px;
}

/* --- メイン写真 --- */
.detail_img {
  width: 1240px;
  height: 600px;
  position: relative;
}

/* --- サブ写真 --- */
.detail_img_thumb {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
}
.detail_img_thumb li {
  margin: 0 5px;
  width: 120px;
  height: 120px;
}
.detail_img_thumb li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.detail_img_thumb li a img {
  width: 100%;
  height: 100%;
}
.detail_img_thumb li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  transition: 0.3s linear;
}
.detail_img_thumb li a:hover::after {
  background-color: rgba(139, 155, 206, 0.3);
  border: 1px solid #8b9bce;
  pointer-events: none;
}

/* --- SP専用 写真切り替えボタン --- */
.sp_change_ph {
  display: none;
}
/* --- コンテンツ枠 --- */
.detail_text {
  width: 1240px;
  margin-top: 156px;
}
.detail_text_inner {
  width: 750px;
  margin: 0 auto;
}
.detail_another {
  margin-bottom: 5px;
}
.detail_another img {
  width: 100%;
  height: auto;
}
/* --- キャッチコピー --- */
.detail_text_tit {
  position: relative;
  width: 650px;
  margin: 0 auto 40px;
  font-size: 26px;
  font-weight: 500;
  line-height: 44px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.detail_text_tit::before,
.detail_text_tit::after {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 25px;
  background-color: transparent;
}
.detail_text_tit::before {
  top: -16px;
  left: -50px;
  border-top: 1px solid #8b9bce;
  border-left: 1px solid #8b9bce;
}
.detail_text_tit::after {
  bottom: -10px;
  right: -50px;
  border-right: 1px solid #8b9bce;
  border-bottom: 1px solid #8b9bce;
}
.detail_model {
  padding-bottom: 20px;
  font-size: 11px;
  text-align: right;
}

/* --- スタイリストについて --- */
.detail_stylist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.detail_stylist_img {
  width: 100px;
  height: 100px;
  margin-right: 16px;
}
.detail_stylist_img a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.detail_stylist_img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
.detail_stylist_img a:hover {
  background-color: #8b9bce;
}
.detail_stylist_img a:hover img {
  opacity: 0.7;
}
.detail_stylist_img a,
.detail_stylist_img a img {
  transition: 0.3s linear;
}
.detail_stylist_txt {
  flex: 1;
}
.detail_stylist_salon a {
  font-size: 18px;
  font-weight: 700;
  color: #8b9bce;
  line-height: 27px;
  word-break: break-all;
}
.detail_stylist_name {
  margin-top: 2px;
}
.detail_stylist_name_position {
  display: inline-block;
  margin-right: 2px;
  font-size: 13px;
  line-height: 27px;
  letter-spacing: 0.12em;
}
.detail_stylist_name_position::after {
  content: "";
  display: inline-block;
  position: relative;
  bottom: 4px;
  width: 12px;
  height: 1px;
  margin-left: 4px;
  background-color: #666;
  transform: rotate(-45deg);
}
.detail_stylist_name_name {
  display: inline-block;
}
.detail_stylist_name_name a {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  word-break: break-all;
  color: #8b9bce;
}
.detail_stylist_salon a:hover,
.detail_stylist_name a:hover {
  text-decoration: underline;
}
.detail_wrapper {
  display: flex;
  justify-content: space-between;
}

/* --- ヘアポイント --- */
.detail_point {
  width: 453px;
  border-top: 3px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  padding: 30px 30px 24px;
}
.detail_point_ttl {
  margin-bottom: 24px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 18px;
  letter-spacing: 0.12em;
}
.detail_point_ttl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #000 transparent transparent transparent;
  margin: 15px auto 0;
}
.detail_point_ttl img {
  display: block;
  width: 128px;
  height: auto;
  margin: 0 auto;
}
.detail_point_list li {
  display: flex;
}
.detail_point_list li:not(:last-child) {
  margin-bottom: 10px;
}
.detail_point_head {
  width: 68px;
  height: 16px;
  margin: 6px 15px 0 0;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  line-height: 16px;
  background-color: #8b9bce;
  text-align: center;
}
.detail_point_txt {
  flex: 1;
  font-size: 14px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 28px;
}

/* --- RECOMMENDATION --- */
.detail_recommend {
  width: 232px;
}
.detail_recommend_ttl {
  margin: 24px 0 10px;
  font-size: 14px;
  color: #8b9bce;
  line-height: 14px;
  font-weight: bold;
}
.detail_recommend_ttl span {
  font-size: 16px;
}
.detail_recommend_img img {
  width: 100%;
  height: auto;
  border: 6px solid #fff;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.detail_recommend_txt {
  flex: 1;
}
.detail_recommend_name {
  margin-top: 5px;
}
.detail_recommend_name_position {
  display: inline;
  font-size: 14px;
  line-height: 25px;
  font-weight: bold;
  word-break: break-all;
  margin-right: 2px;
}
.detail_recommend_name_name {
  display: inline;
  font-size: 14px;
  line-height: 25px;
  font-weight: bold;
  word-break: break-all;
}
.detail_recommend_message {
  position: relative;
  margin-top: 3px;
  font-size: 14px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 28px;
}
/* --- 予約ボタン --- */
.detail_btn {
  margin: 64px 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: #8b9bce;
  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::before, .detail_btn a::after {
  display: block;
  content: '';
  position: absolute;
  right: 18px;
  transition: .3s;
}
.detail_btn a::before {
  top: 21px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: transparent;
  transform: rotate(135deg);
}
.detail_btn a::after {
  top: 24px;
  width: 16px;
  height: 1px;
  background-color: #fff;
}

/* --- OTHER STYLE --- */
.detail_other {
  width: 100%;
  padding: 64px 0 50px;
  background: #eef0f8;
  color: #000;
  text-align: center;
}
.detail_other_title {
  width: 1240px;
  height: 45px;
  position: absolute;
  top: 0;
  left: -1000px;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
  text-align: right;
}
.detail_other_title img  {
  width: auto;
  height: 33px;
}
.detail_other_list {
  display: flex;
  flex-wrap: wrap;
  width: 1240px;
  margin: 0 auto -16px;
}
.detail_other_list li {
  width: 141px;
  margin-right: 16px;
  margin-bottom: 16px;
}
.detail_other_list li:nth-child(8) {
  margin-right: 0;
}
.detail_other_list li img {
  width: 100%;
  height: auto;
}
.detail_other_list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.detail_other_list li.img_current,
.detail_other_list li a:hover {
  background-color: #8b9bce;
}
.detail_other_list li a:hover img,
.detail_other_list li.img_current img {
  opacity: 0.7;
}
.detail_other_list li a,
.detail_other_list li a img {
  transition: 0.3s linear;
}

/*======================================== 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;
  }
  a:link {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  #contentAll {
    min-width: 100%;
  }
  .mediaPC {
    display: none;
  }
  .mediaPC_ib {
    display: none;
  }
  .mediaSP {
    display: block;
  }
  /* --- ヘッダー --- */
  #header_lp {
    width: auto;
    min-width: 100%;
    padding: 0 20px;
    height: 40px;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .header_lp_logo {
    margin-left: 0;
    float: left;
  }
  .header_lp_menu {
    display: inline-block;
    float: right;
    margin-top: 8px;
  }
  .header_lp_menu a {
    display: block;
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    background: url(/trend/images2021/menu.png?20200301) no-repeat center center;
    background-size: 22px;
  }
  .header_lp_menu a.menu--on {
    background: url(/trend/images2021/menu_close.png?20200301) no-repeat;
    background-size: 22px;
  }
  .header_navi {
    transition: all 0.3s;
    transform: translate(1000px);
    position: fixed;
    height: 100%;
    top: 40px;
    right: 0;
    border-top: none;
    border-bottom: none;
    background: #fff;
  }
  .header_navi.navi--open {
    transform: translate(0);
  }
  .header_navi_logo {
    display: block;
    padding: 0 20px;
    margin: 20px 0;
    text-align: center;
  }
  .header_navi_logo img {
    width: 100%;
    height: auto;
  }
  .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;
    height: auto;
    text-indent: 0;
    background-image: none;
    opacity: 1 !important;
  }
  .header_navi_list li a img {
    width: 100%;
    height: auto;
  }
  .header_navi_list li.header_navi01 a {
    width: 100%;
    background-position: 0 0;
  }
  .header_navi_list li.header_navi01 a:hover,
  .header_navi_list li.header_navi01.header_navi_current a {
    background-position: 0 -88px;
  }
  .header_navi_list li.header_navi02 a {
    width: 100%;
    background-position: -359px 0;
  }
  .header_navi_list li.header_navi02 a:hover,
  .header_navi_list li.header_navi02.header_navi_current a {
    background-position: -359px -88px;
  }
  .header_navi_list li.header_navi03 a {
    width: 100%;
    background-position: -717px 0;
  }
  .header_navi_list li.header_navi03 a:hover,
  .header_navi_list li.header_navi03.header_navi_current a {
    background-position: -717px -88px;
  }
  .logo {
    margin-left: 0;
  }
  .logo a {
    display: block;
  }
  /*--- ぱんくず ---*/
  #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;
  }
  /* --- フッター --- */

  /*--- ページトップボタン ---*/
  .pageTop {
    right: 10px;
    bottom: 10px;
  }
  .pageTop a {
    width: 70px;
    height: 70px;
    padding: 9px;
    text-decoration: none;
    transition: none;
  }
  .pageTop a::before, .pageTop a::after {
    top: 11px;
  }
  .pageTop a::before {
    left: 32px;
    width: 5px;
    height: 5px;
  }
  .pageTop a::after {
    left: 34px;
  }
  .pageTop a:hover {
    background-color: #000;
    transition: none;
  }

  #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 45px;
  }
  .other_contents_title .title_jp {
    font-size: 12px;
  }
  .other_contents_title img {
    width: 100%;
  }
  .other_contents_list {
    width: 100%;
    margin-bottom: 0;
  }
  .other_contents_list:after {
    content: none;
  }
  .other_contents_list li {
    width: auto;
    margin: 20px 0 0;
    text-align: center;
  }
  .other_contents_list li:first-child {
    margin: 0;
  }
  .other_contents_list li a {
    transition: none;
  }
  .other_contents_list li a:hover {
    opacity: 1;
  }
  .other_contents_list li img {
    width: 100%;
  }
  /* =============== アッパーサロン TOPページ、詳細ページ共通 =============== */
  #container {
    width: auto;
  }
  .main_outer_top {
    width: 100%;
    background: url("/trend/images2021/back_sp.png?20210301") repeat;
    background-position: top center;
    background-size: 100%;
    padding-top: 40px;
  }
  .main_outer_under::before {
    height: 300px;
  }
  .h_main {
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 20px;
  }
  .h_main img {
    width: 100%;
    height: auto;
  }
  /* --- Backnumber --- */
  .backnum {
    width: 100%;
    padding: 0 20px;
    margin: 64px 0;
    box-sizing: border-box;
  }
  .backnum_title {
    width: auto;
    padding: 0;
    margin-bottom: 30px;
  }
  .backnum_list {
    display: block;
    width: auto;
  }
  .backnum_list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .backnum_list li a {
    width: 100%;
    transition: none;
    text-decoration: none;
  }
  .backnum_list li a:hover {
    opacity: 1;
  }

  /* =============== アッパーサロン TOP =============== */
  .main_outer_top .main_header_title {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  .main_outer_top .main_header_title img {
    width: 100%;
    height: auto;
  }
  /* --- TOP メインリード --- */
  .lead_area {
    padding: 0 20px;
    margin: 30px 0 40px;
  }
  .top_main_lead {
    width: 100%;
    margin: 0 auto 30px;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .credit {
    text-align: left;
    line-height: 25px;
  }
  .credit_list {
    margin-bottom: 10px;
  }

  /* --- トレンドヘア一覧 --- */
  .trend_list {
    margin: 10px auto 0;
    width: 100%;
  }
  .trend_list img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .trend_list ul {
    width: 100%;
    margin: 0 0 -40px;
    padding: 0 20px;
  }
  .trend_list ul li {
    vertical-align: top;
    width: calc(100% / 2 - 10px);
    margin: 0 0 40px 20px;
  }
  .trend_list ul li:nth-child(5n+1),
  .trend_list ul li:nth-child(5n+4) {
    margin: 0 0 40px 20px;
  }
  .trend_list ul li:nth-of-type(odd) {
    margin-left: 0;
  }
  .trend_list_photo {
    width: 100%;
    margin-bottom: 10px;
    background: transparent;
  }
  .trend_list_photo a,
  .trend_list_photo a img,
  .trend_list_info_img a,
  .trend_list_info_img a img {
    transition: none;
  }
  .trend_list_info_img a:hover {
    background-color: transparent;
  }
  .trend_list_info_img a img:hover,
  .trend_list_photo a img:hover {
    opacity: 1;
  }
  .trend_list_info:after {
    content: none;
  }
  .trend_list_info_img {
    width: 45px;
    height: auto;
  }
  .trend_list_info_img {
    padding-top: 5px;
    margin-right: 8px;
    background: none;
  }
  .trend_list_info_img img,
  .detail_stylist_img img {
    border: 1px solid #fff;
  }
  .trend_list_info_text {
    width: 100%;
    height: auto;
    float: none;
    margin-top: 0;
  }
  .trend_list_salon {
    font-size: 14px;
    line-height: 21px;
    padding-left: 0;
    padding-bottom: 4px;
    margin-top: 0px;
    background: none;
    border-bottom: none;
  }
  .trend_list_salon br {
    display: block;
  }
  .trend_list_stylist {
    font-size: 14px;
    line-height: 28px;
    padding-left: 0;
    margin-top: 0;
    background: none;
  }
  .trend_list_stylist:before {
    width: 10px;
    height: 10px;
    background-size: 10px auto;
  }
  .trend_list_stylist_position {
    display: none;
  }
  .trend_list_salon_name,
  .trend_list_stylist_name {
    font-size: 14px;
    line-height: 21px;
    text-indent: 0;
    padding-left: 0;
  }
  .trend_list_salon_position,
  .trend_list_stylist_position,
  .trend_list_salon_name::before,
  .trend_list_stylist_name::before {
    display: none;
  }

  /* =============== アッパーサロン 詳細ページ =============== */

  .main_outer_under .main_header_title {
    display: block;
  }
  .main_outer_under .main_header_title img {
    width: 100%;
  }
  .main_detail {
    width: 100%;
    margin-bottom: 45px;
    padding: 0;
  }
  /* --- メイン写真 --- */
  .detail_img {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 52px;
  }
  .detail_img_list li {
    position: relative;
    left: 50%;
    margin-left: -400px;
  }
  .detail_img_list li img {
    width: auto;
    height: 375px;
  }

  /* --- サブ写真 --- */
  .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%;
    border-top: 1px solid #8b9bce;
    border-right: 1px solid #8b9bce;
    border-bottom: 1px solid #8b9bce;
    text-decoration: none;
  }
  .sp_change_ph_btn li:first-child a {
    border-left: 1px solid #8b9bce;
  }

  /* a内テキスト配置 */
  .sp_change_ph_btn a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 13px;
    pointer-events: none;
  }
  .sp_change_ph_btn .nav_front a::after {
    background: url("/trend/images2021/sp_switch_front.png?20210301") no-repeat;
    background-size: 60px 13px;
  }
  .sp_change_ph_btn .nav_side a::after {
    background: url("/trend/images2021/sp_switch_side.png?20210301") no-repeat;
    background-size: 60px 13px;
  }
  .sp_change_ph_btn .nav_back a::after {
    background: url("/trend/images2021/sp_switch_back.png?20210301") no-repeat;
    background-size: 60px 13px;
  }

  /* current時の挙動 */
  .sp_change_ph_btn li a.nav_current {
    background-color: #8b9bce;
  }
  .sp_change_ph_btn .nav_front a.nav_current::after {
    background: url("/trend/images2021/sp_switch_front_on.png?20210301") no-repeat;
    background-size: 60px 13px;
  }
  .sp_change_ph_btn .nav_side a.nav_current::after {
    background: url("/trend/images2021/sp_switch_side_on.png?20210301") no-repeat;
    background-size: 60px 13px;
  }
  .sp_change_ph_btn .nav_back a.nav_current::after {
    background: url("/trend/images2021/sp_switch_back_on.png?20210301") no-repeat;
    background-size: 60px 13px;
  }

  /* --- コンテンツ枠 --- */
  .detail_text {
    display: block;
    width: 100%;
    padding: 0 20px;
    margin: 0;
  }
  .detail_text_inner {
    width: 100%;
  }
  .detail_another {
    width: 100%;
    margin-bottom: 5px;
  }
  /* --- キャッチコピー --- */
  .detail_text_tit {
    width: 100%;
    margin-bottom: 32px;
    padding: 0 30px 5px;
    font-size: 21px;
    line-height: 35px;
  }
  .detail_text_tit::before,
  .detail_text_tit::after {
    width: 75px;
    height: 19px;
  }
  .detail_text_tit::before {
    top: -14px;
    left: 0;
  }
  .detail_text_tit::after {
    bottom: -7px;
    right: 0;
  }
  .detail_text_tit br {
    display: none;
  }
  .detail_stylist_salon a,
  .detail_stylist_name_name a {
    font-weight: 400;
  }
  .detail_model {
    line-height: 18px;
    padding-bottom: 5px;
  }

  /* --- ヘアポイント --- */
  .detail_wrapper {
    display: block;
  }
  .detail_point {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    padding: 20px 20px 15px;
  }
  .detail_point_ttl {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .detail_point_ttl::after {
    margin-top: 8px;
  }
  .detail_point_head {
    width: 60px;
    height: 18px;
    margin: 4px 12px 0 0;
    font-size: 12px;
    line-height: 18px;
  }
  .detail_point_txt {
    font-size: 12px;
    line-height: 24px;
  }

  /* --- スタイリストについて --- */
  .detail_stylist{
    margin-bottom: 20px;
  }
  .detail_stylist_img {
    width: 60px;
    height: 60px;
  }
  .detail_stylist_img a,
  .detail_stylist_img a img {
    transition: none;
  }
  .detail_stylist_img a:hover {
    background-color: transparent;
  }
  .detail_stylist_img a img:hover {
    opacity: 1;
  }
  .detail_stylist_txt {
    width: 100%;
  }

  /* --- RECOMMENDAION --- */
  .detail_recommend{
    width: 100%;
    padding: 0 13%;
  }
  .detail_recommend_img {
    width: 100%;
  }
  .detail_recommend_ttl {
    margin-bottom: 12px;
  }
  .detail_recommend_txt {
    width: auto;
    flex: 1;
  }
  .detail_recommend_name {
    margin-top: 2px;
  }

  /* --- 予約ボタン --- */
  .detail_btn {
    width: 100%;
    height: auto;
    margin: 40px 0 0;
    padding: 0 20px;
  }
  .detail_btn a {
    width: 100%;
    height: 55px;
    transition: none;
    text-decoration: none;
  }
  .detail_btn a::before {
    top: 24px;
  }
  .detail_btn a::after {
    top: 27px;
  }
  .detail_btn a:hover {
    opacity: 1;
  }
  /* --- OTHER STYLES --- */
  .detail_other_title img {
    height: 22px;
  }
  .detail_other_title {
    width: auto;
    height: 36px;
    padding: 0 0 0 20px;
    left: 0;
  }
  .detail_other_list {
    width: 100%;
    margin-bottom: -20px;
  }
  .detail_other_list li {
    width: 30%;
    margin: 0 5% 20px 0;
  }
  .detail_other_list li img {
    vertical-align: top;
  }
  .detail_other_list li:nth-child(8) {
    margin-right: 5%;
  }
  .detail_other_list li:nth-child(3n) {
    margin-right: 0;
  }
  .detail_other_list li a {
    transition: none;
  }
  .detail_other_list li img {
    width: 100%;
  }
  .detail_other_list li a img:hover {
    opacity: 1;
  }

}

/*======================================== SP対応 max-width: 320px ========================================*/

@media screen and (max-width: 320px) {
  .trend_list_salon {
    font-size: 12px;
    line-height: 16px;
  }
}
