@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=Open+Sans:300,400&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css2?family=Oswald&display=swap);
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css);

/* ============================== アワードトンマナ共通CSS ============================== */

/*--- リセット ---*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}
*, *::before, *::after {
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
fieldset, img, a img {
  border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}
ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%
}
q:before, q:after {
  content: ''
}
abbr, acronym {
  border: 0;
}
img {
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
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.08em;
}
a:link {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:active {
  color: #000;
  text-decoration: underline;
}
#contentAll {
  text-align: left;
  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%;
  background: #000;
  height: 40px;
}
.logo {
  display: block;
  width: 63px;
  height: 40px;
  background: url(/award/2021/images2021/logo_beauty.png?20210301) 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_under {
  position: relative;
  width: 100%;
  height: 250px;
}
.award_header_under a {
  display: block;
  width: 100%;
  height: 100%;
}
.award_header_under img {
  position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.header_img_pc {
  display: block;
}
.header_img_sp {
  display: none;
}

/*=============== コンテンツ ===============*/

.main_outer {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 64px 48px 80px;
  text-align: center;
}

/*--- 見出し ---*/
.contents_title,
.other_contents_title {
  display: inline-block;
  text-align: center;
}
.title_pc {
  display: inline-block;
}
.title_sp {
  display: none;
}
.contents_type {
  display: block;
  border-top: solid 1px #d3b679;
  border-bottom: solid 1px #d3b679;
  padding: 5px 0;
  margin: 0 auto 24px;
  font-size: 18px;
  font-weight: 300;
  color: #d3b679;
  letter-spacing: 0.32em;
  line-height: 1.6;
}
.title_jp {
  display: block;
  font-size: 14px;
  letter-spacing: 0.12em;
  margin-top: 18px;
}
.other_contents_title .title_jp,
.sub_contents_title .title_jp {
  margin-bottom: 32px;
}
.other_contents_title .title_jp,
.sub_contents_title .title_jp {
  margin-top: 14px;
}
.title_lead {
  max-width: 800px;
  margin: 24px auto 0;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}
.caution {
  display: block;
  margin-left: 1em;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.7;
}
.caution::before {
  content: "※";
  margin-left: -1em;
}

/*--- バナーリンク ---*/
.link_bn {
  max-width: 752px;
  height: auto;
  margin: 80px auto 0;
  text-align: center;
  background-color: #000;
}
.link_bn a {
  display: block;
  transition: .3s;
}
.link_bn a:hover {
  opacity: 0.6;
}
.link_bn a img {
  width: 100%;
}

/*--- その他のコンテンツ ---*/
.other_contents {
  width: 100%;
  padding: 64px 48px;
  background: #7d8787;
  color: #fff;
  text-align: center;
}
.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;
  background-color: #000;
}
.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%;
}

/*--- 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;
}

/*--- ボタン ---*/
.common_link_btn {
  margin: 64px 0;
}
.common_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;
}
.common_link_btn a::before, .common_link_btn a::after {
  display: block;
  content: '';
  position: absolute;
  right: 18px;
  transition: .3s;
}
.common_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);
}
.common_link_btn a::after {
  top: 22px;
  width: 16px;
  height: 1px;
  background-color: #fff;
}
.common_link_btn a:hover {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.common_link_btn a:hover::before {
  border-color: #000;
}
.common_link_btn a:hover::after {
  background-color: #000;
}

/*--- 右上追従ボタン ---*/
.nav_change_pc {
  display: block;
}
.nav_change_sp {
  display: none;
}
.nav_change.nav_change_fixed {
  position: fixed;
}
.nav_change {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
}
.nav_change a {
  display: block;
  width: 160px;
  height: 120px;
  background-color: #000;
  padding-top: 18px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-align: center;
  line-height: 1.7;
  animation-duration: 0.5s;
  animation-name: fade-in;
  transition: .3s;
}
.nav_change a:hover {
  background-color: #d3b679;
}
.nav_change a::before, .nav_change a::after {
  display: block;
  content: '';
}
.nav_change a::before {
  position: absolute;
  bottom: 27px;
  left: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: transparent;
  transform: rotate(135deg);
}
.nav_change a::after {
  position: absolute;
  left: calc(50% - 16px / 2);
  bottom: 30px;
  width: 16px;
  height: 1px;
  background-color: #fff;
}
.nav_change a:hover {
  background-color: #d3b679;
  transition: .3s;
}
.nav_change span {
  font-size: 14px;
}

/*--- ページトップボタン ---*/
.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;
  transition: .3s;
}
.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;
}

/* =============== iPad対応 min-width: 768px - max-width: 834px =============== */

@media screen and (min-width: 768px) and (max-width: 834px) {

  /*=============== コンテンツ ===============*/

  .title_lead {
    text-align: justify;
  }

  /*--- ボタン ---*/
  .common_link_btn {
    width: 100%;
    margin: 56px auto 0;
    padding: 0 48px;
  }
  .common_link_btn a {
    width: 60%;
    height: 54px;
    transition: none;
  }
  .common_link_btn a::before {
    top: 23px;
  }
  .common_link_btn a::after {
    top: 26px;
  }
  .common_link_btn a:hover {
    background-color: #000;
    color: #fff;
    transition: none;
  }
  .common_link_btn a::before, .common_link_btn a::after {
    transition: none;
  }
  .common_link_btn a:hover::before {
    border-color: #fff;
  }
  .common_link_btn a:hover::after {
    background-color: #fff;
  }

  /*--- 右上追従ボタン ---*/
  .nav_change a {
    transition: none;
  }
  .nav_change a:hover {
    background-color: #000;
  }
  /*--- バナーリンク ---*/
  .link_bn a img {
    width: 100%;
    height: auto;
  }
  .link_bn a:hover {
    opacity: 1;
  }
  /*--- その他のコンテンツ ---*/
  .other_contents_list li a:hover {
    opacity: 1;
  }

  /*--- ページトップボタン ---*/
  .pageTop a {
    transition: none;
  }
  .pageTop a:hover {
    background-color: #000;
    transition: none;
  }

}

/* ============================== SP対応 max-width: 767px ============================== */

@media screen and (max-width:767px) {

  /*--- 共通 ---*/
  body {
    line-height: 1.3;
    min-width: 320px;
    -webkit-text-size-adjust: none;
  }
  a:link {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  .mediaPC {
    display: none;
  }
  .mediaSP {
    display: block;
  }
  .mediaSP-inline {
    display: inline;
  }
  .mediaTab {
    display: block;
  }
  #contentAll {
    min-width: 100%;
  }

  /*--- ヘッダー ---*/
  #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_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;
  }

  /*--- 下層 ---*/
  .award_header_under {
    position: relative;
    width: 100%;
    height: auto;
  }
  .award_header_under img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .header_img_pc {
    display: none;
  }
  .header_img_sp {
    display: block;
    position: relative;
    width: 100%;
  }

  /*=============== コンテンツ ===============*/

  /*--- 見出し ---*/
  .contents_title,
  .other_contents_title {
    max-width: 335px;
    margin: 0 auto;
    text-align: center;
  }
  .title_pc {
    display: none;
  }
  .title_sp {
    display: block;
    width: 100%;
  }
  .contents_type {
    width: 188px;
    padding: 5px 0;
    margin: 0 auto 20px;
    font-size: 16px;
    text-indent: 0.3em;
    line-height: 1.5;
  }
  .title_jp {
    font-size: 12px;
    margin-top: 14px;
   }
  .contents_title .title_jp,
  .other_contents_title .title_jp {
    display: block;
    font-size: 12px;
  }
  .contents_title .title_jp {
    margin-top: 12px;
    line-height: 1.75;
    word-break: keep-all;
  }
  .other_contents_title .title_jp {
    margin-top: 14px;
  }
  .title_lead {
    font-size: 14px;
    line-height: 2;
    text-align: justify;
  }

 /*--- バナーリンク ---*/
  .link_bn {
    max-width: 100%;
    margin: 64px 20px 0;
  }
  .link_bn a img {
    width: 100%;
    height: auto;
  }
  .link_bn a:hover {
    opacity: 1;
  }

  /*--- その他のコンテンツ ---*/
  .other_contents {
    padding: 44px 20px 50px;
  }
  .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:hover {
    opacity: 1;
  }
  .other_contents_list li img {
    width: 100%;
  }

  /*--- 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;
  }

  /*--- ボタン ---*/
  .common_link_btn {
    margin: 48px 0;
    padding: 0 20px;
  }
  .common_link_btn a {
    width: 100%;
    height: 54px;
    text-decoration: none;
    transition: none;
  }
  .common_link_btn a:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    transition: none;
  }
  .common_link_btn a::before, .common_link_btn a::after {
    right: 18px;
    transition: none;
  }
  .common_link_btn a::before {
    top: 23px;
  }
  .common_link_btn a::after {
    top: 26px;
  }
  .common_link_btn a:hover::before {
    border-color: #fff;
  }
  .common_link_btn a:hover::after {
    background-color: #fff;
  }

  /*--- 右上追従ボタン ---*/
  .nav_change_pc {
    display: none;
  }
  .nav_change_sp {
    display: block;
  }
  .nav_change a {
    width: 60px;
    height: 60px;
    padding-top: 8px;
    font-size: 12px;
    line-height: 1.3;
    text-decoration: none;
    transition: none;
  }
  .nav_change a:hover {
    background-color: #000;
  }
  .nav_change a::before {
    bottom: 12px;
    width: 5px;
    height: 5px;
  }
  .nav_change a::after {
    left: calc(50% - 14px / 2);
    bottom: 14px;
    width: 13px;
  }
  .nav_change span {
    font-size: 12px;
  }

  /*--- ページトップボタン ---*/
  .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;
  }

}

/* ============================== 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;
  }

}
