@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:600&display=swap&subset=japanese);

/* ============================== アワードトンマナ共通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;
}
select {
  margin: 0;
}
html {
  overflow: auto;
}
/*--- 共通 ---*/
body {
  background-color: #fff;
  font-size: 100%;
  color: #2a2a2a;
  text-align: center;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", arial, sans-serif, verdana, Helvetica;
}
a:link {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: underline;
}
a:active {
  color: #333;
  text-decoration: underline;
}
#container {
  font-family: 'Noto Sans JP', sans-serif;
}
#contentAll {
  width: 100%;
  text-align: left;
  min-width: 1240px;
  overflow: hidden;
}
#contentAll h1 {
  position: absolute;
  left: -999px;
  top: -999px;
}
.mediaSP {
  display: none;
}
.mediaSP-inline {
  display: none;
}
.preload * {
  transition: none !important;
}
/*--- ヘッダー ---*/
#header_lp {
  width: 100%;
  min-width: 1240px;
  background: #000;
  height: 40px;
}
.logo {
  display: block;
  width: 63px;
  height: 40px;
  background: url(/award/2020/images2020/logo_beauty.png?20200301) no-repeat center left;
  background-size: 63px 20px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  margin-left: 50px;
}
/*--- ぱんくず ---*/
#breadcrumbs {
  padding: 15px 0;
  margin: 0 auto 0;
  width: 1240px;
  text-align: center;
  border-top: 1px solid #cccccc;
}
#breadcrumbs p {
  max-width: 1240px;
  margin: 0 auto;
  color: #666666;
  font-size: 10px;
  line-height: 120%;
  text-align: left;
}
#breadcrumbs a {
  font-weight: normal;
}
#breadcrumbs a:link {
  color: #999999;
  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;
}
/*--- アワードヘッダー ---*/
.award_header {
  background: url(/award/2020/images2020/header_bg_pc.png?20200301) repeat-x center bottom;
  min-width: 1240px;
  height: 250px;
  text-align: center;
}
.award_header_title {
  width: 1240px;
  margin: 0 auto;
  text-align: center;
}
.award_header_area-title {
  font-size: 22px;
  font-family: 'Noto Serif JP', serif;
  line-height: 22px;
  margin-top: 10px;
}
.award_header_sub-title {
  min-width: 1240px;
  min-height: 59px;
  background: #f7f7f7;
  text-align: center;
  padding: 18px 0 0;
  border-top: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
}
.award_header_sub-title_main {
  padding-bottom: 10px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 26px;
  line-height: 28px;
  font-weight: bold;
  color: #ad6103;
}
.award_header_sub-title_lead {
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  padding-bottom: 14px;
}
/*--- SNS ---*/
.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;
}
/*--- フッター ---*/
#footer_lp {
  position: relative;
  max-width: 1240px;
  margin: 0 auto 10px;
  padding: 10px 0 20px;
  border-top: 1px solid #DDDDDD;
}
#copyright_lp a {
  font-size: 10px;
  color: #435B67;
  font-weight: bold;
}
#footer_lp a:link {
  color: #999999;
  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: #999999;
  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;
}
.pageTop {
  display: none;
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
}
.pageTop a {
  display: block;
  position: relative;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #2a2a2a;
  opacity: 0.5;
  transition: all 0.3s ease;
  text-indent: -9999px;
  text-decoration: none;
}
.pageTop a:after {
  position: absolute;
  top: 34px;
  right: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(225deg);
  content: "";
}
.pageTop a:hover {
  opacity: 1;
}
/*--- ボタン ---*/
.common_link_btn a, .common_link_btn span {
  text-align: center;
  display: inline-block;
  min-width: 312px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  background-color: #2a2a2a;
  background-image: url(/award/2020/images2020/ico_right_arrow_white.png);
  background-size: 7px 12px;
  background-position: center right 10px;
  background-repeat: no-repeat;
  animation-duration: 0.5s;
  animation-name: fade-in;
  transition: all 0.3s ease;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}
.common_link_btn a, .common_link_btn span {
  animation-duration: 0.5s;
  animation-name: fade-in;
  transition: all 0.3s ease;
}
.common_link_btn a:hover, .common_link_btn span:hover {
  color: #fff;
  background-color: #b7a27e;
  color: #fff;
  text-decoration: none;
}
.common_link_btn a:hover:after, .common_link_btn span:hover:after {
  background: url(/award/2020/images2020/ico_right_arrow_white.png?20200301) no-repeat center center;
  background-size: 8px auto;
}
.common_link_btn {
  text-align: center;
  margin-bottom: 95px;
}
/*--- リンクコンテンツ ---*/
.other_contents {
  width: 100%;
  padding: 59px 0;
  background: #f7f7f7;
  text-align: center;
  border-top: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
}
.other_contents_title {
  text-align: center;
  margin-bottom: 10px;
}
.other_contents_title img {
  width: 410px;
  height: auto;
}
.other_contents_list {
  width: 1240px;
  margin: 48px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.other_contents_list li {
  width: 240px;
  margin-left: 10px;
  letter-spacing: normal;
}
.other_contents_list li:nth-child(5n+1) {
  margin-left: 0;
}
.other_contents_list li a {
  transition-duration: 0.3s;
}
.other_contents_list li a:hover {
  opacity: 0.7;
}
.other_contents_list li img {
  width: 100%;
}

/* ============================== SP対応 max-width: 767px ============================== */

@media screen and (max-width:767px) {
  /*--- 共通 ---*/
  body {
    line-height: 1.3;
    min-width: 320px;
    -webkit-text-size-adjust: none;
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", arial, sans-serif, verdana, Helvetica;
  }
  a:link {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  .mediaPC {
    display: none;
  }
  .mediaSP {
    display: block;
  }
  .mediaSP-inline {
    display: inline;
  }
  #contentAll {
    min-width: 100%;
  }
  #container {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", arial, sans-serif, verdana, Helvetica;
    margin-bottom: 20px;
    border: none;
  }
  /*--- ヘッダー ---*/
  #header_lp {
    width: auto;
    min-width: 100%;
    padding: 0 20px;
    height: 40px;
  }
  .logo {
    margin-left: 0;
  }
  .logo a {
    display: block;
  }
  /*--- ぱんくず ---*/
  #breadcrumbs {
    margin: 0 15px;
    width: auto;
  }
  #breadcrumbs a {
    color: #999999;
    line-height: 1.5;
  }
  #breadcrumbs a:visited {
    text-decoration: underline;
  }
  #breadcrumbs a:link {
    text-decoration: underline;
  }
  /*--- アワードヘッダー ---*/
  .award_header {
    background: url(/award/2020/images2020/header_bg_sp.png?20200301) repeat-x center bottom;
    background-size: 375px 133px;
    min-width: initial;
    min-width: auto;
    height: 125px;
    text-align: center;
  }
  .award_header_title {
    width: 100%;
  }
  .award_header_title img {
    width: auto;
    height: 125px;
  }
  .content_area .award_header {
    background-size: 375px 133px;
    height: 133px;
  }
  .content_area .award_header_title img {
    height: 101px;
  }
  .award_header_area-title {
    font-size: 16px;
    line-height: 16px;
    margin-top: 8px;
  }
  .award_header_sub-title {
    min-width: initial;
    min-width: auto;
    min-height: 50px;
    padding: 8px 0 0;
  }
  .award_header_sub-title_main {
    padding-bottom: 0;
    line-height: 35px;
  }
  .award_header_sub-title_lead {
    padding: 0 20px 14px;
  }
  /*--- SNS ---*/
  .snsArea {
    border-bottom: none;
    width: 80%;
    margin: 30px 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;
  }
  /*--- フッター ---*/
  #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;
  }
  .pageTop {
    right: 10px;
    bottom: 10px;
  }
  .pageTop a {
    width: 37px;
    height: 37px;
  }
  .pageTop a:after {
    top: 16px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }
  /*--- ボタン ---*/
  .common_link_btn {
    padding: 0 20px;
    margin-bottom: 70px;
  }
  .common_link_btn a, .common_link_btn span {
    width: 100%;
    min-height: 55px;
    min-width: initial;
    min-width: auto;
    height: auto;
    padding-right: 25px;
    padding-left: 5px;
    text-decoration: none;
    line-height: 28px;
    padding: 13px 25px 13px 10px;
  }
  .common_link_btn a:visited, .common_link_btn a:link, .common_link_btn a:hover {
    background-color: #2a2a2a;
  }
  /*--- リンクコンテンツ ---*/
  .other_contents {
    width: 100%;
    padding: 40px 20px;
  }
  .other_contents_title {
    margin-bottom: 30px;
  }
  .other_contents_title img {
    width: auto;
    height: 21px;
  }
  .other_contents_list {
    width: 100%;
  }
  .other_contents_list:after {
    content: none;
  }
  .other_contents_list li {
    width: auto;
    float: none;
    margin: 20px 0 0;
    text-align: center;
  }
  .other_contents_list li:first-child {
    margin: 0;
  }
  .other_contents_list li a:hover {
    opacity:1;
  }
  .other_contents_list li img {
    width: 100%;
  }
}

/* ============================== SP対応 max-width: 360px ============================== */

@media screen and (max-width:360px) {

  /*--- アワードヘッダー ---*/
  .award_header {
    height: 120px;
  }
  .award_header_title img {
    height: 120px;
  }

}

/* ============================== SP対応 max-width: 320px ============================== */

@media screen and (max-width:320px) {

  /*--- アワードヘッダー ---*/
  .award_header {
    height: 107px;
  }
  .award_header_title img {
    height: 107px;
  }
  .content_area .award_header {
    height: 122px;
  }
  .content_area .award_header_title img {
    height: 86px;
  }
  .award_header_area-title {
    margin-top: 11px;
  }

}
