@charset "UTF-8";

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

/*=============== メインビジュアル ===============*/
.award_header {
  position: relative;
  width: 100%;
  height: 350px;
}
.award_header img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/*=============== コンテンツ ===============*/
.awardList {
  display: flex;
  width: 100%;
  max-width: 1280px;
  padding: 20px 0;
  margin: 0 auto;
}
.awardList .awardList_salon,
.awardList .awardList_style {
  position: relative;
  width: 50%;
  height: auto;
  padding: 0 48px;
  text-align: center;
  overflow: hidden;
}
.awardList .awardList_salon {
  background: url("/award/2022/images2022/index/map_all.png?20220224") no-repeat;
  background-position: right 27px top 69px;
  background-size: 490px;
  border-right: 1px solid #d9d9d9;
}
.salon_main_area,
.style_main_area {
  height: 586px;
}
/*--- 見出し ---*/
.contents_title_top {
  display: inline-block;
  position: relative;
  margin: 40px 0 50px;
  z-index: 1000;
}

/*========== BEST SALON ==========*/

/*--- MAP ---*/
.awardList_salon_map_image {
  position: absolute;
  top: 69px;
  right: 27px;
  width: 490px;
  height: 490px;
  opacity: 0;
  transition: .3s;
}
.salon_map_nav {
  width: 274px;
}
.awardList_salon_area {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -10px 0;
}
.awardList_salon_area li {
  width: 132px;
  height: 40px;
  margin: 0 10px 10px 0;
}
.awardList_salon_area li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  color: #b99352;
  background-color: #fff;
  border: 1px solid #b99352;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  transition: .3s;
  z-index: 1000;
}
.awardList_salon_area li a::before {
  display: block;
  content: '';
  position: absolute;
  top: 17px;
  right: 10px;
  transition: .3s;
  width: 7px;
  height: 7px;
  border-top: 1px solid #b99352;
  border-left: 1px solid #b99352;
  background-color: transparent;
  transform: rotate(135deg);
}
.awardList_salon_area li a:hover {
  background-color: #b99352;
  color: #fff;
}
.awardList_salon_area li a:hover::before {
  border-color: #fff;
}
.awardList_salon_area li a:hover + .awardList_salon_map_image {
  display: block;
  opacity: 1;
}
/*--- lead ---*/
.lead_area {
  padding-bottom: 30px;
}
.lead {
  width: 100%;
  margin-bottom: 56px;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}
/*--- サロンマーク ---*/
.awardList_salon_mark_title {
  display: flex;
  width: 100%;
  margin-bottom: 32px;
  font-size: 16px;
  color: #b99352;
  text-align: center;
  letter-spacing: 0.08em;
}
.awardList_salon_mark_title:before,
.awardList_salon_mark_title:after {
  content: "";
  display: block;
  flex-grow: 1;
  position: relative;
  top: 13px;
  height: 1px;
  background-color: #b99352;
}
.awardList_salon_mark_title:before {
  margin-right: 0.9em;
}
.awardList_salon_mark_title:after {
  margin-left: 0.9em;
}
.awardList_salon_mark_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 528px;
  margin: 0 auto -28px;
}
.awardList_salon_mark_list li {
  display: inline-block;
  position: relative;
  width: 240px;
  margin: 0 12px 28px 12px;
  height: 25px;
  font-family: "メイリオ", Meiryo, "MS Pゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", arial, sans-serif, verdana, Helvetica;
  font-size: 11px;
  font-weight: bold;
  line-height: 25px;
  text-align: left;
  color: #fff;
}
.awardList_salon_mark_list::after,
.awardList_style_mark_list::after {
  content: "";
  width: 240px;
  height: 0;
  margin: 0 12px;
}
.awardList_salon_mark_list li span {
  display: inline-block;
  width: 59px;
  position: absolute;
  left: 0;
  top: -7px;
}
.awardList_salon_mark_list li span img {
  width: 100%;
}
.awardList_salon_mark_list_gold {
  background-color: #c5a300;
  padding-left: 59px;
}
.awardList_salon_mark_list_silver {
  background-color: #a5adb4;
  padding-left: 59px;
}
.awardList_salon_mark_list_attention {
  background-color: #fff;
  border-top: 2px solid #a0194a;
  border-bottom: 2px solid #a0194a;
}
.awardList_salon_mark_list li.awardList_salon_mark_list_attention span {
  left: 6px;
  top: -9px;
}
.awardList_salon_mark_list_attention img {
  width: 62px;
}
/*--- サロンバナー ---*/
.awardList_salon_banner {
  max-width: 544px;
  height: auto;
  margin: 32px auto 0;
}
.awardList_salon_banner a {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  transition: .3s;
}
.awardList_salon_banner a:hover {
  background-color: #000;
}
.awardList_salon_banner a img {
  width: 100%;
  transition: .3s;
}
.awardList_salon_banner a img:hover {
  opacity: 0.6;
}

/*========== BEST STYLE ==========*/

/*===== 男女画像部分 =====*/
.style_pic_area {
  position: relative;
  width: 100%;
}
.awardList_style_list {
  display: flex;
  justify-content: space-between;
}
.awardList_style_list li {
  width: calc(50% - 8px);
  height: auto;
}
.style_tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background-color: #b99352;
}
.awardList_style_ladies a img,
.awardList_style_mens a img {
  width: 264px;
}
.tag_ladies,
.tag_mens {
  display: block;
  width: 160px;
  height: 16px;
  text-indent: -9999px;
}
.tag_ladies {
  background: url("/award/2022/images2022/index/tag_ladies.png?20220224") no-repeat;
  background-size: 100%;
}
.tag_mens {
  background: url("/award/2022/images2022/index/tag_mens.png?20220224") no-repeat;
  background-size: 100%;
}
/*--- COMING SOON用 ---*/
.style_pic_area_cs {
  position: relative;
  width: 100%;
  height: 370px;
  background-color: #E5E5E5;
  text-indent: -9999px;
}
.style_pic_area_cs::before {
  content: "";
  display: block;
  position: absolute;
}
.style_pic_area_cs::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 261px;
  height: 24px;
  background: url("/award/2022/images2022/index/comingsoon_txt_pc.png?20220224") no-repeat;
  z-index: 1000;
}
/*--- 本番用 ---*/
.awardList_style_ladies a,
.awardList_style_mens a {
  display: block;
  width: 100%;
  overflow: hidden;
  transition: .3s;
}
.awardList_style_ladies a img,
.awardList_style_mens a img {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(1);
  transition: .3s;
}
.awardList_style_ladies a:hover,
.awardList_style_mens a:hover {
  background-color: #000;
}
.awardList_style_ladies a:hover img,
.awardList_style_mens a:hover img {
  opacity: 0.6;
  transform: translateX(-50%) scale(1.05);
}
/*--- スタイルマーク ---*/
.awardList_style_mark_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 528px;
  margin: 0 auto;
}
.awardList_style_mark_list li {
  display: inline-block;
  position: relative;
  width: 240px;
  height: 25px;
  font-family: "メイリオ", Meiryo, "MS Pゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", arial, sans-serif, verdana, Helvetica;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  line-height: 25px;
  color: #fff;
}
.awardList_style_mark_list li span {
  display: inline-block;
  width: 40px;
  position: absolute;
  left: 9px;
  top: -10px;
}
.awardList_style_mark_list li span img {
  width: 100%;
}
.awardList_style_mark_list_best {
  background-color: #a00f45;
  padding-left: 59px;
}

/*========== CEREMONY ==========*/
.awardList_ceremony {
  display: flex;
  width: 100%;
  height: 380px;
  margin: 0 auto;
  background-color: #f7f7f7;
}
.ceremony_main,
.ceremony_img {
  display: flex;
  align-items: center;
  width: 50%;
  height: 100%;
}
.ceremony_main {
  justify-content: flex-end;
  padding: 0 48px;
}
.ceremony_main_inner {
  width: 100%;
  max-width: 640px;
}
.ceremony_main .contents_title img {
  width: 100%;
}
.title_lead_top_ceremony {
  margin: 26px auto 32px;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}
.ceremony_img {
  padding: 0 48px;
}
.ceremony_img_inner {
  position: relative;
  max-width: 544px;
  width: 100%;
  height: 100%;
}
.ceremony_img_inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/*--- ボタン ---*/
.ceremony_link_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 280px;
  height: 48px;
  background-color: #fff;
  margin: 0 auto;
  border: 1px solid #b99352;
  font-size: 14px;
  color: #b99352;
  letter-spacing: 0.12em;
  text-decoration: none;
  transition: .3s;
}
.ceremony_link_btn a::after {
  display: block;
  content: '';
  position: absolute;
  top: 20px;
  right: 15px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #b99352;
  border-left: 1px solid #b99352;
  background-color: transparent;
  transform: rotate(135deg);
  transition: .3s;
}
.ceremony_link_btn a:hover {
  background-color: #b99352;
  color: #fff;
}
.ceremony_link_btn a:hover::after {
  border-color: #fff;
}

/*========== OVERVIEW ==========*/
.awardList_overview {
  width: 100%;
  background: url(/award/2022/images2022/index/overview_bg_pc.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 48px 76px;
  text-align: center;
}
.title_lead_top_overview {
  max-width: 784px;
  margin: 24px auto 0;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 16px #000;
}
.title_lead_top_overview sup {
  font-size: 10px;
}
/*--- OVERVIEW - 授賞式後 ---*/
.awardList_overview_cer {
  width: 100%;
  background-color: #b99352;
  background-size: cover;
  background-position: center;
  padding: 80px 48px 76px;
  text-align: center;
}
.awardList_overview_cer .title_lead_top_overview {
  max-width: 784px;
  margin: 24px auto 0;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  text-align: center;
  text-shadow: none;
}
.awardList_overview_cer .title_lead_top_overview sup {
  font-size: 10px;
}

/*========== PREVIOUS ==========*/
.sub_contents_wrapper {
  position: relative;
  padding: 64px 48px;
  background-color:#d9d9d9; 
  text-align: center;
  overflow: hidden;
}
.sub_contents_wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/award/2022/images2022/index/previous_flower_pc.png?20220224") no-repeat;
  background-size: 476px auto;
  background-position: center;
  z-index: 0;
}
.sub_contents_title {
  position: relative;
  display: inline-block;
}

/*--- PREVIOUSボタン ---*/
.previous_btn_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1024px;
  margin: 0 auto -14px;
}
.previous_btn_wrapper::after {
  content: "";
  display: block;
  margin: 0 14px;
  width: 480px;
  height: 0;
}
.previous_btn_wrapper li {
  text-align: center;
  margin: 0 7px 14px 7px;
  width: 240px;
  height: 48px;
}
.previous_btn_wrapper li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 240px;
  height: 48px;
  background-color: #fff;
  border: 1px solid #b99352;
  font-size: 16px;
  color: #b99352;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: .3s;
}
.previous_btn_wrapper li a::after {
  display: block;
  content: '';
  position: absolute;
  top: 20px;
  right: 15px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #b99352;
  border-left: 1px solid #b99352;
  background-color: transparent;
  transform: rotate(135deg);
  transition: .3s;
}
.previous_btn_wrapper li a:hover {
  background-color: #b99352;
  color: #fff;
}
.previous_btn_wrapper li a:hover::after {
  border-color: #fff;
}

/* =============== smallPC対応 min-width: 835px - max-width: 999px =============== */

@media screen and (min-width: 835px) and (max-width: 999px) {

  /*--- MAP ---*/
  .awardList .awardList_salon {
    background-position: right 50% top 69px;
    border-left: none;
  }
  .awardList_salon_map_image {
    right: 50%;
    transform: translateX(50%);
  }
  .awardList_style_list li {
    width: calc(100% / 2 - 0.5px);
  }

}

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

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

  /*=============== コンテンツ ===============*/

  .awardList {
    display: block;
    padding: 0 0 80px;
  }
  .awardList .awardList_salon, 
  .awardList .awardList_style {
    width: 100%;
  }
  .salon_main_area, 
  .style_main_area {
    height: auto;
  }
  /*--- 見出し ---*/
  .contents_title_top {
    margin: 60px auto 40px;
  }

  /*========== BEST SALON ==========*/

  /*--- MAP ---*/
  .awardList .awardList_salon {
    background-position: right 50% top -80px;
    border-right: none;
  }
  .salon_map_nav {
    display: block;
    width: 100%;
  }
  .awardList_salon_area {
    justify-content: space-between;
    max-width: 100%;
  }
  .awardList_salon_area li {
    width: calc((100% - 20px) / 3);
    height: 44px;
    margin: 0 0 10px 0;
  }
  .awardList_salon_area li a::before {
    top: 18px;
  }
  /*--- hover打ち消し ---*/
  .awardList_salon_area li a,
  .awardList_salon_area li a::before {
    transition: none;
  }
  .awardList_salon_area li a:hover {
    background-color: #fff;
    color: #b99352;
  }
  .awardList_salon_area li a:hover::before {
    border-color: #b99352;
  }
  .awardList_salon_area li a:hover + .awardList_salon_map_image {
    display: none;
  }
  /*--- lead部分 ---*/
  .lead_area {
    padding-bottom: 0;
  }
  .lead_area_salon {
    padding: 90px 0 60px;
    border-bottom: 1px solid #d9d9d9;
  }
  .awardList_salon_banner a img {
    width: 100%;
    transition: none;
  }
  .awardList_salon_banner a img:hover {
    opacity: 1;
  }

  /*========== BEST STYLE ==========*/
  
  /*--- COMING SOON用 ---*/
  .style_pic_area_cs {
    height: 479px;
  }
  /*--- 本番用 ---*/
  .awardList_style_list li {
    width: calc(50% - 12px);
  }
  .awardList_style_ladies a img, 
  .awardList_style_mens a img {
    width: 100%;
  }
  .awardList_style_mark_list {
    display: block;
  }
  .awardList_style_ladies a:hover, 
  .awardList_style_mens a:hover {
    background-color: #fff;
  }
  /*--- lead部分 ---*/
  .lead_area_style {
    padding-top: 40px;
  }
  .awardList_style_ladies a:hover, 
  .awardList_style_mens a:hover {
    background-color: none;
  }
  .awardList_style_ladies a:hover img, 
  .awardList_style_mens a:hover img {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
  
  /*========== CEREMONY ==========*/
  .awardList_ceremony {
    display: block;
    height: auto;
    padding: 60px 48px;
  }
  .ceremony_main,
  .ceremony_img {
    width: 100%;
    padding: 0;
  }
  .ceremony_main {
    height: auto;
  }
  .ceremony_main {
    justify-content: center;
    text-align: center;
  }
  .ceremony_main_inner {
    max-width: 100%;
    padding: 0;
    margin-bottom: 48px;
  }
  .ceremony_img {
    align-items: flex-start;
    justify-content: center;
  }
  .ceremony_img_inner {
    height: 324px;
  }
  .title_lead_top_ceremony br {
    display: none;
  }
 
  /*--- ボタン ---*/
  .ceremony_link_btn a {
    width: 60%;
    height: 54px;
  }
  .ceremony_link_btn a::after {
    top: 23px;
  }

  /*--- hover打ち消し ---*/
  .ceremony_link_btn a:hover {
    background-color: #fff;
    color: #b99352;
  }
  .ceremony_link_btn a:hover::after {
    border-color: #b99352;
  }
  .ceremony_link_btn a,
  .ceremony_link_btn a::after {
    transition: none;
  }

  /*========== OVERVIEW ==========*/
  .awardList_overview {
    padding: 60px 48px 54px;
  }
  .title_lead_top_overview {
    text-align: justify;
  }
  /*--- OVERVIEW - 授賞式後 ---*/
  .awardList_overview_cer {
    padding: 60px 48px 54px;
  }
  .awardList_overview_cer .title_lead_top_overview {
    text-align: justify;
  }

  /*========== PREVIOUS ==========*/

  .sub_contents_wrapper {
    padding: 60px 48px;
  }

  /*--- PREVIOUSボタン ---*/
  .previous_btn_wrapper{
    justify-content: space-between;
    margin-bottom: -12px;
  }
  .previous_btn_wrapper li {
    margin: 0 0 12px 0;
    width: calc(100% / 2 - 6px);
    height: 54px;
  }
  .previous_btn_wrapper li a {
    width: 100%;
    height: 100%;
    transition: none;
  }
  .previous_btn_wrapper li a::before, .previous_btn_wrapper li a::after {
    transition: none;
  }
  .previous_btn_wrapper li a::after {
    top: 23px;
  }
  .previous_btn_wrapper li a:hover {
    background-color: #fff;
    color: #b99352;
  }
  .previous_btn_wrapper li a:hover::after {
    border-color: #b99352;
  }

}

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

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

  /*=============== メインビジュアル ===============*/
  .award_header {
    height: auto;
  }
  .award_header img {
    position: relative;
  }

  /*=============== コンテンツ ===============*/

  .awardList {
    padding: 0;
  }

  /*========== BEST SALON ==========*/

  .awardList .awardList_salon, 
  .awardList .awardList_style {
    padding: 0 20px;
  }
  /*--- MAP ---*/
  .awardList .awardList_salon {
    background-position: right 50% top 30px;
    background-size: 448px;
  }
  .awardList_salon_area li {
    width: calc(100% / 2 - 4px);
    margin: 0 0 8px 0;
  }
  .awardList_salon_area {
    justify-content: space-between;
    max-width: 100%;
    margin-bottom: -8px;
  }
  /*--- lead部分 ---*/
  .lead_area_salon{
    padding: 60px 0 80px;
  }
  .awardList_salon_mark_title {
    font-size: 14px;
  }
  .awardList_salon_mark_title:before, 
  .awardList_salon_mark_title:after {
    top: 10px;
  }
  /*--- サロンマーク ---*/
  .awardList_salon_mark {
    width: 100%;
  }
  .awardList_salon_mark_title {
    margin-top: 54px
  }
  .awardList_salon_mark_list {
    max-width: 100%;
  }
  .awardList_salon_mark_list li,
  .awardList_style_mark_list li {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .awardList_salon_mark_list li {
    margin-bottom: 32px;
  }
  .awardList_salon_mark_list_silver {
    margin-left: 0;
  }
  .awardList_salon_mark_list_attention {
    border-top: 2px solid #a0194a;
    border-bottom: 2px solid #a0194a;
  }
  .awardList_salon_mark_list li.awardList_salon_mark_list_attention span {
    left: 6px;
    top: -9px;
  }
  .awardList_salon_mark_list_attention img {
    width: 62px;
  }
  /*--- サロンバナー ---*/
  .awardList_salon_banner a {
    transition: none;
  }
  .awardList_salon_banner a:hover {
    background-color: transparent;
    opacity: 1;
  }

  /*========== BEST STYLE ==========*/

  /*--- COMING SOON用 ---*/
  .style_pic_area_cs {
    height: 229px;
  }
  .style_pic_area_cs::before {
    width: 181px;
    height: 15px;
    background: url("/award/2022/images2022/index/comingsoon_txt_sp.png?20220224") no-repeat;
    background-size: 100%;
  }
  /*--- 本番用 ---*/
  .awardList_style_list li {
    width: calc(50% - 5px);
  }
  .style_tag {
    height: 25px;
  }
  .tag_ladies, 
  .tag_mens {
    width: 128px;
    height: 13px;
  }
  /*--- lead部分 ---*/
  .lead_area_style {
    padding: 40px 0 80px;
  }

  /*========== CEREMONY ==========*/
  .awardList_ceremony {
    padding: 60px 20px;
  }
  .ceremony_main {
    padding: 0;
  }
  .ceremony_main_inner {
    margin-bottom: 40px;
  }
  .title_lead_top_ceremony {
    width: 100%;
    margin: 32px auto 35px;
    text-align: justify;
  }
  .ceremony_main .contents_title img {
    width: 230px; 
    height: auto;
  }
  .ceremony_img_inner {
    width: 335px;
    height: 200px;
  }
  /*--- ボタン ---*/
  .ceremony_link_btn a {
    width: 100%;
  }

  /*========== OVERVIEW ==========*/
  .awardList_overview {
    padding: 60px 0 56px;
    background: url(/award/2022/images2022/index/overview_bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .title_lead_top_overview {
    padding: 0 20px;
    margin-top: 32px;
  }
  /*--- OVERVIEW - 授賞式後 ---*/
  .awardList_overview_cer {
    padding: 60px 0 56px;
  }
  .awardList_overview_cer .title_lead_top_overview {
    padding: 0 20px;
    margin-top: 32px;
  }

  /*========== PREVIOUS ==========*/
  .sub_contents_wrapper {
    padding: 60px 20px;
    margin-bottom: 48px;
  }
  .sub_contents_wrapper::before {
    background: url("/award/2022/images2022/index/previous_flower_sp.png?20220224") no-repeat;
    background-size: 440px auto;
    background-position: top -17px center;
  }
  /*--- PREVIOUSボタン ---*/
  .previous_btn_wrapper{
    display: block;
    margin: 0 0 -12px 0;
  }
  .previous_btn_wrapper li {
    margin: 0 0 12px 0;
    width: 100%;
  }

}
