@charset "UTF-8";

/* ============================== LP：アワードTOP ============================== */

.mediaPC_ex {
  display: block;
}
.mediaTab {
  display: none;
}

/*=============== メインビジュアル ===============*/

.award_header {
  position: relative;
  width: 100%;
  height: 350px;
}
.award_header img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

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

.awardList {
  display: flex;
  width: 100%;
  border-top: 8px solid #fff;
  border-bottom: 8px solid #fff;
}
.awardList>li {
  position: relative;
  width: 50%;
  height: auto;
  overflow: hidden;
}

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

/*--- 見出し ---*/
.contents_title_top {
  display: inline-block;
  position: relative;
  padding: 48px 0 0 48px;
  text-align: left;
  z-index: 1000;
}
.title_jp_wht {
  color: #fff;
}
.title_jp_blk {
  color: #000;
}

/*--- MAP ---*/
.salon_map_area {
  width: 100%;
  height: 560px;
  background-image: url(/award/2021/images2021/index/map_all.png?20210301);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 599px 560px;
  background-color: #7d8787;
}
.awardList_salon_map_image {
  width: 599px;
  height: 560px;
  background-color: #7d8787;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition-duration: .5s;
}
.salon_map {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 418px;
  padding: 0 24px;
}
.awardList_salon_area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 474px;
  margin: 0 -16px -16px 0;
}
.awardList_salon_area::after {
  content: "";
  width: calc(142px + 16px);
  height: 0;
}
.awardList_salon_area li {
  width: 142px;
  height: 40px;
  margin: 0 16px 16px 0;
}
.awardList_salon_area li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  color: #000;
  background-color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  transition: .3s;
  z-index: 10;
}
.awardList_salon_area li a::before {
  display: block;
  content: '';
  position: absolute;
  top: 17px;
  right: 12px;
  transition: .3s;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  background-color: transparent;
  transform: rotate(135deg);
}
.awardList_salon_area li a:hover {
  background-color: #000;
  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_salon,
.lead_area_style {
  padding: 40px 48px 80px;
}
.lead_area_salon {
  background-color: #444;
}
.lead_area_style {
  background-color: #fff;
}
.lead {
  width: 100%;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
}
.lead_area_salon .lead {
  color: #fff;
}
.lead_area_style .lead {
  color: #000;
}

/*--- サロンマーク ---*/
.awardList_salon_mark_title {
  width: 100%;
  padding: 6px 0;
  margin: 40px 0 32px;
  border-top: 1px solid #d3b679;
  border-bottom: 1px solid #d3b679;
  font-size: 14px;
  color: #d3b679;
  text-align: center;
  letter-spacing: 0.12em;
}
.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;
  width: 240px;
  margin: 0 12px 28px 12px;
  height: 25px;
  font-size: 11px;
  line-height: 25px;
  font-weight: bold;
  position: relative;
  color: #fff;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", arial, sans-serif, verdana, Helvetica;
}
.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: 560px;
  height: auto;
  margin: 48px 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;
  opacity: 60%;
}
.awardList_salon_banner a img {
  width: 100%;
}

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

.style_pic_area {
  position: relative;
  width: 100%;
  height: 560px;
}

/*===== 男女画像部分 =====*/

.awardList_style_list {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.awardList_style_list li {
  position: relative;
  width: 50%;
  height: auto;
}
.awardList_style_ladies,
.awardList_style_mens {
  position: absolute;
  display: block;
  overflow: hidden;
  transition: .3s;
  transform: rotate(10deg);
}
.awardList_style_ladies {
  top: -10%;
  left: -23%;
  width: 123%;
  height: 117%;
}
.awardList_style_mens {
  top: -7%;
  right: -23%;
  width: 123%;
  height: 117%;
}
.awardList_style_ladies:hover,
.awardList_style_mens:hover {
  background-color: #000;
  transition: all .3s;
}
.style_img_ladies,
.style_img_mens {
  width: 120%;
  height: 100%;
}

/*--- COMING SOON用 ---*/

.style_img_ladies_dmy,
.style_img_mens_dmy {
  width: 120%;
  height: 100%;
}
.style_img_ladies_dmy {
  background: url("/award/2021/images2021/index/img_top_ladies_dummy.jpg?20210301") no-repeat;
  background-size: cover;
  background-position: center;
  transform: rotate(-10deg) translateX(-3%) translateY(-2%);
}
.style_img_mens_dmy {
  background: url("/award/2021/images2021/index/img_top_mens_dummy.jpg?20210301") no-repeat;
  background-size: cover;
  background-position: center;
  transform: rotate(-10deg) translateX(-18%) translateY(-2%);
}
.comingsoon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.comingsoon img {
  display: block;
  width: 300px;
  height: auto;
  padding-top: 300px;
  margin: 0 auto;
}
.lead_area_style_dmy {
  padding: 40px 48px 80px;
}

/*--- 本番用 ---*/

.style_img_ladies {
  background: url("/award/2021/images2021/index/img_top_ladies.jpg?20210301") no-repeat;
  background-size: cover;
  background-position: center;
  transition: .3s;
  transform: scale(1) rotate(-10deg) translateY(-2%);
}
.style_img_mens {
  background: url("/award/2021/images2021/index/img_top_mens.jpg?20210301") no-repeat;
  background-size: cover;
  background-position: center;
  transition: .3s;
  transform: scale(1) rotate(-10deg) translateX(-17%) translateY(-2%);
}
.awardList_style_list li a:hover .style_img_ladies,
.awardList_style_list li a:hover .style_img_mens {
  opacity: 0.6;
}
.awardList_style_list li a:hover .style_img_ladies {
  transform: scale(1.05) rotate(-10deg) translateY(-2%);
}
.awardList_style_list li a:hover .style_img_mens {
  transform: scale(1.05) rotate(-10deg) translateX(-16%) translateY(-2%);
}
.badge_ladies_wrapper,
.badge_mens_wrapper {
  position: absolute;
}
.badge_ladies_wrapper {
  left: 0;
  bottom: 20px;
}
.badge_mens_wrapper {
  right: 0;
  bottom: 435px;
}

/*--- スタイルマーク ---*/
.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;
  width: 240px;
  height: 25px;
  font-size: 11px;
  line-height: 25px;
  font-weight: bold;
  position: relative;
  color: #fff;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", arial, sans-serif, verdana, Helvetica;
}
.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 {
  background: url(/award/2021/images2021/cement_bg.jpg?20210301) repeat;
  padding: 80px 48px;
  text-align: center;
}
.title_lead_top_ceremony {
  max-width: 810px;
  margin: 24px auto 48px;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}

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

/*========== OVERVIEW ==========*/

.awardList_overview {
  width: 100%;
  background: url(/award/2021/images2021/index/overview_bg_pc.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 48px;
  text-align: center;
}
.title_lead_top_overview {
  max-width: 810px;
  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;
}

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

.sub_contents_wrapper {
  background: url(/award/2021/images2021/cement_bg.jpg?20210301) repeat;
  padding: 64px 48px;
  text-align: center;
}
.sub_contents_title {
  display: inline-block;
}

/*--- PREVIOUSボタン ---*/
.previous_btn_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1024px;
  margin: 0 auto -16px;
}
.previous_btn_wrapper::after {
  content: "";
  display: block;
  margin: 0 16px 0 16px;
  width: 480px;
  height: 0;
}
.previous_btn_wrapper li {
  text-align: center;
  margin: 0 8px 16px 8px;
  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: #000;
  border: 1px solid #000;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.12em;
  text-decoration: none;
  transition: .3s;
}
.previous_btn_wrapper li a::before, .previous_btn_wrapper li a::after {
  display: block;
  content: '';
  position: absolute;
  right: 18px;
  transition: .3s;
}
.previous_btn_wrapper li a::before {
  top: 20px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: transparent;
  transform: rotate(135deg);
}
.previous_btn_wrapper li a::after {
  top: 23px;
  width: 16px;
  height: 1px;
  background-color: #fff;
}
.previous_btn_wrapper li a:hover {
  background-color: transparent;
  color: #000;
}
.previous_btn_wrapper li a:hover::before {
  border-color: #000;
}
.previous_btn_wrapper li a:hover::after {
  background-color: #000;
}

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

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

  .mediaPC_ex {
    display: none;
  }
  .mediaTab {
    display: block;
  }

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

  .awardList {
    display: block;
    border-bottom: 0;
  }
  .awardList>li {
    position: relative;
    width: 100%;
  }

  /*--- 見出し ---*/
  .contents_title_top {
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }

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

  /*--- MAP ---*/
  .salon_map_area {
    width: 100%;
    height: 460px;
    background-image: url(/award/2021/images2021/index/map_bg_sp.png?20210301);
    background-size: 530px auto;
    padding: 80px 48px;
    text-align: center;
  }
  .salon_map {
    display: block;
    width: 100%;
    height:  auto;
    padding: 0;
  }
  .awardList_salon_area {
    justify-content: space-between;
    max-width: 100%;
    margin: 56px 0 -16px 0;
  }
  .awardList_salon_area li {
    width: calc(100% / 3 - 32px / 3);
    height: 44px;
    margin: 0 0 16px 0;
  }
  .awardList_salon_area li a::before {
    top: 19px;
  }
  .awardList_salon_area li a,
  .awardList_salon_area li a::before {
    transition: none;
  }
  .awardList_salon_area li a:hover {
    background-color: #fff;
    color: #000;
  }
  .awardList_salon_area li a:hover::before {
    border-color: #000;
  }
  .awardList_salon_area li a:hover + .awardList_salon_map_image {
    display: none;
  }
  /*--- lead部分 ---*/
  .lead_area_salon {
    padding-top: 32px;
  }

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

   /*--- COMING SOON用 ---*/

   .style_img_ladies_dmy,
   .style_img_mens_dmy {
     width: 100%;
     height: 100%;
     background-size: 135%;
     background-position: bottom center;
     transform: none;
   }
   .lead_area_style_dmy {
     padding-top: 32px;
   }

  /*--- 本番用 ---*/

  .style_pic_area {
    height: 510px;
    padding-top: 80px;
    text-align: center;
  }
  .awardList_style_list li {
    height: 510px;
  }
  .awardList_style_list {
    overflow: visible;
  }
  .awardList_style_ladies,
  .awardList_style_mens {
    position: static;
    width: 100%;
    height: 100%;
    transition: none;
    transform: none;
  }
  .awardList_style_ladies:hover,
  .awardList_style_mens:hover {
    background-color: transparent;
  }
  .style_img_ladies,
  .style_img_mens {
    width: 100%;
    height: 100%;
    background-size: 135%;
    background-position: bottom center;
    transform: none;
  }
  .awardList_style_list li a:hover .style_img_ladies,
  .awardList_style_list li a:hover .style_img_mens {
    opacity: 1;
    transform: none;
  }
  .badge_ladies_wrapper,
  .badge_mens_wrapper {
    left: 50%;
    bottom: -34px;
    width: 200px;
    height: auto;
    transform: translateX(-50%);
  }
  .badge_ladies img,
  .badge_mens img {
    width: 100%;
  }
  /*--- lead部分 ---*/
  .lead_area_style {
    padding-top: 66px;
  }

  /*========== CEREMONY ==========*/

  .title_lead_top_ceremony {
    text-align: justify;
  }

  /*--- ボタン ---*/

  .ceremony_link_btn a {
    width: 60%;
    height: 54px;
    transition: none;
  }
  .ceremony_link_btn a::before, .ceremony_link_btn a::after {
    transition: none;
  }
  .ceremony_link_btn a::before {
    top: 23px;
  }
  .ceremony_link_btn a::after {
    top: 26px;
  }
  .ceremony_link_btn a:hover {
    background-color: #000;
    color: #fff;
  }
  .ceremony_link_btn a:hover::before {
    border-color: #fff;
  }
  .ceremony_link_btn a:hover::after {
    background-color: #fff;
  }

  /*========== OVERVIEW ==========*/

  .awardList_overview {
    padding-right: 48px;
    padding-left: 48px;
    background: url(/award/2021/images2021/index/overview_bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .title_lead_top_overview {
    text-align: justify;
    text-shadow: 0 0 16px #000;
  }

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

  .sub_contents_wrapper {
    padding-right: 48px;
    padding-left: 48px;
  }

  /*--- PREVIOUSボタン ---*/
  .previous_btn_wrapper{
    display: block;
    width: 100%;
    margin-bottom: -16px;
  }
  .previous_btn_wrapper li {
    margin: 0 auto 16px;
    width: 60%;
    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::before {
    top: 23px;
  }
  .previous_btn_wrapper li a::after {
    top: 26px;
  }
  .previous_btn_wrapper li a:hover {
    background-color: #000;
    color: #fff;
  }
  .previous_btn_wrapper li a:hover::before {
    border-color: #fff;
  }
  .previous_btn_wrapper li a:hover::after {
    background-color: #fff;
  }

}

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

@media screen and (max-width: 767px) {
  /* ============================== LP：アワードTOP ============================== */

  .mediaPC_ex {
    display: none;
  }
  .mediaTab {
    display: block;
  }

  /*=============== メインビジュアル ===============*/

  .award_header {
    height: auto;
  }
  .award_header img {
    position: relative;
  }

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

  .awardList {
    display: block;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
  }
  .awardList>li {
    position: relative;
    width: 100%;
  }

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

  /*--- 見出し ---*/
  .contents_title_top {
    max-width: 335px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }

  /*--- MAP ---*/
  .salon_map_area {
    width: 100%;
    height: 430px;
    background-image: url(/award/2021/images2021/index/map_bg_sp.png?20210301);
    background-size: 530px auto;
    padding: 64px 0;
    text-align: center;
  }
  .salon_map {
    display: block;
    width: 100%;
    height:  auto;
    padding: 0;
  }
  .awardList_salon_area li {
    width: calc(100% / 3 - 32px / 3);
    height: 38px;
    margin: 0 0 16px 0;
  }
  .awardList_salon_area {
    justify-content: space-between;
    max-width: 100%;
    padding: 24px 20px 0;
    margin-bottom: -8px;
  }
  .awardList_salon_area li {
    width: calc(100%/ 2 - 4px);
    height: 38px;
    margin-bottom: 6px;
  }
  .awardList_salon_area li a::before {
    top: 15px;
  }
  .awardList_salon_area li a,
  .awardList_salon_area li a::before {
    transition: none;
  }
  .awardList_salon_area li a:hover {
    background-color: #fff;
    color: #000;
  }
  .awardList_salon_area li a:hover::before {
    border-color: #000;
  }
  .awardList_salon_area li a:hover + .awardList_salon_map_image {
    display: none;
  }

  /*--- lead部分 ---*/
  .lead_area_salon{
    padding: 32px 20px 64px;
  }
  .awardList_salon_mark_title {
    font-size: 15px;
    padding: 10px 0;
  }

  /*--- サロンマーク ---*/
  .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_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 {
    width: 100%;
    height: auto;
    margin-top: 60px;
  }
  .awardList_salon_banner a {
    transition: none;
  }
  .awardList_salon_banner a:hover {
    background-color: transparent;
    opacity: 1;
  }

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

  /*--- COMING SOON用 ---*/

  .style_img_ladies_dmy,
  .style_img_mens_dmy {
    position: static;
    width: 100%;
    height: 100%;
    transition: none;
    transform: none;
  }
  .lead_area_style_dmy {
    padding: 32px 20px 64px;
  }
  .comingsoon img {
    width: 216px;
    height: auto;
    padding-top: 270px;
  }

  /*--- 本番用 ---*/

  .style_pic_area {
    height: 450px;
    padding-top: 64px;
    text-align: center;
  }
  .awardList_style_list li {
    height: 450px;
  }
  .awardList_style_list {
    overflow: visible;
  }
  .awardList_style_ladies,
  .awardList_style_mens {
    position: static;
    width: 100%;
    height: 100%;
    transition: none;
    transform: none;
  }
  .awardList_style_ladies:hover,
  .awardList_style_mens:hover {
    background-color: transparent;
  }
  .style_img_ladies,
  .style_img_mens {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: none;
  }
  .awardList_style_list li a:hover .style_img_ladies,
  .awardList_style_list li a:hover .style_img_mens {
    opacity: 1;
    transform: none;
  }
  .badge_ladies_wrapper,
  .badge_mens_wrapper {
    left: 50%;
    bottom: -28px;
    width: 160px;
    height: auto;
    transform: translateX(-50%);
  }
  .badge_ladies img,
  .badge_mens img {
    width: 100%;
  }

  /*--- lead部分 ---*/
  .lead_area_style {
    padding: 52px 20px 64px;
  }

  /*========== CEREMONY ==========*/

  .awardList_ceremony {
    padding: 64px 20px;
  }
  .title_lead_top_ceremony {
    width: 100%;
    margin: 14px auto 48px;
    text-align: justify;
  }

  /*--- ボタン ---*/
  .ceremony_link_btn a {
    width: 100%;
    height: 54px;
    text-decoration: none;
    transition: none;
  }
  .ceremony_link_btn a:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    transition: none;
  }
  .ceremony_link_btn a::before, .ceremony_link_btn a::after {
    right: 18px;
    transition: none;
  }
  .ceremony_link_btn a::before {
    top: 23px;
  }
  .ceremony_link_btn a::after {
    top: 26px;
  }
  .ceremony_link_btn a:hover::before {
    border-color: #fff;
  }
  .ceremony_link_btn a:hover::after {
    background-color: #fff;
  }

  /*========== OVERVIEW ==========*/

  .awardList_overview {
    padding: 64px 0;
    background: url(/award/2021/images2021/index/overview_bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .title_lead_top_overview {
    width: 100%;
    padding: 0 20px;
    margin-top: 14px;
    text-align: justify;
    text-shadow: 0 0 16px #000;
  }

  /*========== PREVIOUS ==========*/
  .sub_contents_wrapper {
    padding: 44px 20px 50px;
    margin-bottom: 48px;
  }
  .sub_contents_title {
    max-width: 335px;
  }

  /*--- PREVIOUSボタン ---*/
  .previous_btn_wrapper{
    display: block;
    margin: 0 0 -16px 0;
  }
  .previous_btn_wrapper li {
    margin: 0 0 16px 0;
    width: 100%;
    height: 54px;
  }
  .previous_btn_wrapper li a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    transition: none;
  }
  .previous_btn_wrapper li a::before, .previous_btn_wrapper li a::after {
    transition: none;
  }
  .previous_btn_wrapper li a::before {
    top: 23px;
  }
  .previous_btn_wrapper li a::after {
    top: 26px;
  }
  .previous_btn_wrapper li a:hover {
    background-color: #000;
    color: #fff;
  }
  .previous_btn_wrapper li a:hover::before {
    border-color: #fff;
  }
  .previous_btn_wrapper li a:hover::after {
    background-color: #fff;
  }

}
