@charset "UTF-8";
@-webkit-keyframes scale {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0.8) scaleY(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1) scaleY(1);
  }
}
@-moz-keyframes scale {
  0% {
    opacity: 0;
    -moz-transform: scaleX(0.8) scaleY(0.8);
  }
  100% {
    opacity: 1;
    -moz-transform: scaleX(1) scaleY(1);
  }
}
.page-awards {
  color: #B4A073;
}
.page-awards .body-inner {
  overflow: unset;
}
.page-awards a:hover, .page-awards button:hover {
  opacity: 0.8;
}
.page-awards .wrap-main-visual {
  position: relative;
  z-index: 2;
}
.page-awards .content-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
}
@media (max-width: 991px) {
  .page-awards .content-header {
    position: relative;
  }
}
.page-awards .content-logo {
  background-color: #B4A073;
  text-align: center;
  padding: 8px 12px 9px;
}
.page-awards .content-logo img {
  height: 44px;
  object-fit: contain;
}
.page-awards .nav {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 24px 24px 14px 24px;
}
@media (max-width: 991px) {
  .page-awards .nav {
    padding: 13px 12px 11px 12px;
    background: #000;
  }
}
.page-awards .nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-awards .nav ul li {
  padding: 0 40px;
  margin: 0 0 10px;
  border-right: 1px solid #B4A073;
}
@media (max-width: 991px) {
  .page-awards .nav ul li {
    padding: 0 14px;
    margin: 0 0 4px;
  }
}
@media (max-width: 374px) {
  .page-awards .nav ul li {
    padding: 0 10px;
  }
}
.page-awards .nav ul li a {
  font-size: 16px;
  line-height: 23.17px;
  color: #B4A073;
  display: inline-block;
  font-weight: 700;
  position: relative;
}
@media (max-width: 1199px) {
  .page-awards .nav ul li a {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .page-awards .nav ul li a {
    font-size: 12px;
  }
}
.page-awards .nav ul li a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  height: 1px;
  background: #B4A073;
  width: 0;
  transition: all ease-in-out 0.3s;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .page-awards .nav ul li a::after {
    bottom: 0;
  }
}
.page-awards .nav ul li a small {
  display: none;
}
.page-awards .nav ul li a:hover {
  opacity: 1;
}
.page-awards .nav ul li a:hover::after {
  width: 100%;
}
.page-awards .nav ul li:last-child {
  border: 0;
}
.page-awards .nav ul li.active a::after {
  width: 100%;
}
@media (max-width: 440px) {
  .page-awards .nav ul li:nth-child(3) {
    border-right: 0 none;
  }
}
.page-awards .main-visual {
  position: relative;
  padding-bottom: 39px;
}
.page-awards .main-visual img {
  width: 100%;
}
@media (max-width: 991px) {
  .page-awards .main-visual {
    padding-top: 0;
    padding-bottom: 112px;
  }
}
.page-awards .main-visual .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  text-align: center;
  z-index: 2;
}
@media (max-width: 991px) {
  .page-awards .main-visual .caption {
    bottom: 40px;
  }
}
.page-awards .main-visual .caption a {
  max-width: 560px;
  width: 100%;
  background-image: url(/assets-scalable/awards/img/expand_more.png);
  background-repeat: no-repeat;
  background-position: center right 36px;
  background-size: 12px auto;
  border-radius: 4px;
  background-color: #B4A073;
  display: inline-block;
  padding: 23px 16px 24px;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.6px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .page-awards .main-visual .caption a {
    background-position: center right 21px;
    background-size: 7px auto;
    font-size: 16px;
    letter-spacing: 0.64px;
    max-width: 351px;
    padding: 14px 5px;
  }
}
.page-awards .main-visual::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 215px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) -1.46%, rgba(0, 0, 0, 0.436585) 29.6%, #000000 83.44%);
}
@media (max-width: 991px) {
  .page-awards .main-visual::after {
    height: 112px;
    background: #000;
  }
}
.page-awards .main-content {
  padding: 72px 0 160px;
  background: url(/assets-scalable/awards/img/main-content-bg.jpg) center top no-repeat rgb(51, 51, 51);
  background-size: cover;
  background-position: right top;
  position: relative;
}
@media (max-width: 767px) {
  .page-awards .main-content {
    padding: 35px 0 60px;
  }
}
.page-awards .main-content::after {
  position: absolute;
  content: "";
  background-image: url(/assets-scalable/awards/img/person-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 490px;
  height: 1000px;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-awards .main-content::after {
    width: 133px;
    height: 273px;
    top: 0;
  }
}
.page-awards .main-content > .container {
  position: relative;
  z-index: 3;
}
.page-awards .title, .page-awards .title-content {
  text-align: center;
  color: #B4A073;
  font-size: 40px;
  line-height: normal;
  font-weight: 400;
  margin: 0 0 30px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page-awards .title, .page-awards .title-content {
    margin: 0 0 26px;
  }
}
.page-awards .title small, .page-awards .title-content small {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  display: block;
  margin-top: 8px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.64px;
}
@media (max-width: 767px) {
  .page-awards .title small, .page-awards .title-content small {
    margin-top: 10px;
  }
}
.page-awards .title-content {
  font-size: 32px;
  margin: 0 0 42px;
}
@media (max-width: 767px) {
  .page-awards .title-content {
    margin: 0 0 33px;
  }
}
.page-awards .title-content small {
  margin-top: 10px;
}
.page-awards .content-top {
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .page-awards .content-top {
    margin-bottom: 60px;
  }
}
.page-awards .content-top p {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.64px;
  color: #fff;
}
.page-awards .list-content .item {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .page-awards .list-content .item {
    margin: 0 0 20px;
  }
}
.page-awards .list-content .item:last-child {
  margin: 0;
}
.page-awards .list-content .item:first-child .ct-title {
  padding: 15px 10px 11px 40px;
  line-height: 33px;
}
@media (max-width: 767px) {
  .page-awards .list-content .item:first-child .ct-title {
    padding: 12px 10px 11px 20px;
    line-height: 28px;
  }
}
.page-awards .list-content .item:first-child .content-item {
  padding: 24px 40px 22px 40px;
}
@media (max-width: 767px) {
  .page-awards .list-content .item:first-child .content-item {
    padding: 20px 17px 19px 19px;
    gap: 16px;
  }
}
.page-awards .list-content .item.mb-special {
  margin: 0 0 27px;
}
@media (max-width: 767px) {
  .page-awards .list-content .item.mb-special {
    margin: 0 0 20px;
  }
}
.page-awards .list-content .ct-title {
  border-radius: 6px 6px 0px 0px;
  background: linear-gradient(90deg, #9B8A5F 0%, #9B8A5F 21.88%, #E4D4A9 68.23%, #9B8A5F 100%);
  padding: 15px 10px 16px 40px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.8px;
  line-break: strict;
  word-break: normal !important;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .page-awards .list-content .ct-title {
    padding: 12px 18px 12px 16px;
    font-size: 17px;
    letter-spacing: 0.68px;
  }
}
.page-awards .list-content .ct-title small {
  font-weight: 400;
  font-size: 20px;
}
.page-awards .list-content .content-item {
  border-radius: 0px 0px 6px 6px;
  border-right: 1px solid #B4A073;
  border-bottom: 1px solid #B4A073;
  border-left: 1px solid #B4A073;
  opacity: 0.9;
  background: #FFF;
  padding: 24px 43px 23px 40px;
  display: flex;
  align-items: center;
  gap: 38px;
  color: #333;
}
@media (max-width: 767px) {
  .page-awards .list-content .content-item {
    padding: 20px 16px 21px 20px;
    flex-wrap: wrap;
    gap: 18px;
  }
}
.page-awards .list-content .content-detail {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.64px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .page-awards .list-content .content-detail {
    width: 100%;
  }
}
.page-awards .list-content .group-btn {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 991px) {
  .page-awards .list-content .group-btn {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .page-awards .list-content .group-btn {
    width: 100%;
    gap: 16px;
  }
}
.page-awards .list-content .group-btn > a {
  border-radius: 4px;
  border: 1px solid #B4A073;
  display: block;
  padding: 9px 40px 9px 16px;
  font-size: 14px;
  color: #B4A073;
  font-weight: 700;
  letter-spacing: 0.56px;
  line-height: normal;
  position: relative;
  width: 249px;
  text-align: center;
  max-width: 100%;
}
.page-awards .list-content .group-btn > a::after {
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/assets-scalable/awards/svg/arrow-right-yellow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 12px;
  fill: #B4A073;
}
.page-awards .list-content .group-btn > a.external::after {
  background-image: url("/assets-scalable/awards/svg/icon-blank.svg");
  width: 15px;
  height: 15px;
  right: 19px;
}
@media (min-width: 551px) {
  .page-awards .list-content .group-btn.has-blank {
    gap: 17px;
  }
}
.page-awards .list-content .style-normal {
  font-weight: 400;
  display: block;
}
.page-awards .selecBox {
  margin: 0 0 36px;
}
@media (max-width: 767px) {
  .page-awards .selecBox {
    margin: 0 0 38px;
  }
}
.page-awards .selecBox label {
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.52px;
  margin: 0 0 7px;
  display: block;
}
.page-awards .selecBox select {
  border-radius: 4px;
  border: 1px solid #B4A073;
  opacity: 0.9;
  min-width: 333px;
  padding: 9px 14px 8px;
  background-color: #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/assets-scalable/awards/svg/arrow-down-yellow.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 13px auto;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.64px;
}
@media (max-width: 480px) {
  .page-awards .selecBox select {
    width: 100%;
    padding: 9px 40px 8px 14px;
    min-width: auto;
  }
}
.page-awards .box-content {
  position: relative;
}
@media (max-width: 767px) {
  .page-awards .box-content {
    display: flex;
    flex-direction: column-reverse;
  }
}
.page-awards .box-content * {
  box-sizing: border-box;
}
.page-awards .box-content::after {
  content: "";
  display: table;
  clear: both;
}
.page-awards .box-content > div {
  position: relative;
  float: left;
}
.page-awards .box-content .content-item {
  width: calc(100% - 413px);
}
@media (max-width: 767px) {
  .page-awards .box-content .content-item {
    width: 100%;
  }
}
.page-awards .box-content .content-list {
  width: 342px;
  margin-left: auto;
  float: right;
  margin-top: -20px;
}
@media (max-width: 767px) {
  .page-awards .box-content .content-list {
    width: 100%;
    margin: 0 0 38px;
  }
}
.page-awards .box-content .content-list .table-of-contents {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.page-awards .box-content .content-list .table-of-contents li {
  border-bottom: 1px solid #D9D9D9;
  padding: 19px 0 20px;
}
.page-awards .box-content .content-list .table-of-contents li a {
  color: #B4A073;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.64px;
  padding-left: 16px;
  position: relative;
  display: block;
  line-height: 22px;
}
@media (max-width: 767px) {
  .page-awards .box-content .content-list .table-of-contents li a {
    padding-left: 0;
    padding-right: 20px;
  }
}
.page-awards .box-content .content-list .table-of-contents li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #B4A073;
  opacity: 0;
  transition: opacity 0.3s;
}
.page-awards .box-content .content-list .table-of-contents li a::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: #B4A073 transparent transparent transparent;
  opacity: 0;
}
@media (max-width: 767px) {
  .page-awards .box-content .content-list .table-of-contents li a::after {
    opacity: 1;
  }
}
.page-awards .box-content .content-list .table-of-contents li a:hover::before {
  opacity: 1;
}
@media (max-width: 767px) {
  .page-awards .box-content .content-list .table-of-contents li a:hover::before {
    opacity: 0;
  }
}
.page-awards .box-content .content-list .table-of-contents li a span {
  display: block;
}
@media (min-width: 768px) {
  .page-awards .box-content .content-list .table-of-contents li:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-awards .box-content .content-list .table-of-contents li:first-child {
    padding: 10px 0;
  }
}
.page-awards .box-content .content-list .table-of-contents li.active {
  padding: 19px 0 25px;
}
.page-awards .box-content .content-list .table-of-contents li.active > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-awards .box-content .content-list .table-of-contents li.active > a::before {
  opacity: 1;
}
@media (max-width: 767px) {
  .page-awards .box-content .content-list .table-of-contents li.active > a::before {
    opacity: 0;
  }
}
.page-awards .modal {
  display: none;
  outline: none;
  position: fixed;
  background: #B4A073;
  left: 0;
  right: 0;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
  top: 4%;
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  -webkit-animation: scale 0.3s ease-out;
  -moz-animation: scale 0.3s ease-out;
}
@media (max-width: 767px) {
  .page-awards .modal {
    width: calc(100% - 24px);
  }
}
.page-awards .modal .modal-content {
  padding: 15px 24px;
  border-bottom: 1px solid #B4A073;
}
@media (max-width: 767px) {
  .page-awards .modal .modal-content {
    padding: 15px;
  }
}
.page-awards .modal .modal-title {
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.page-awards .modal .modal-close {
  color: #fff;
  position: absolute;
  right: 0px;
  left: auto;
  cursor: pointer;
  background-image: url("/assets-scalable/awards/svg/btn-close.svg");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  text-indent: -999999px;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
.page-awards .modal .modal-note {
  background: #fff;
  width: 96%;
  margin: 12px auto;
  padding: 10px;
  text-align: left;
  border-radius: 1px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 18px;
  font-weight: 400;
}
.page-awards .modal-overlay {
  position: fixed;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  will-change: opacity;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-awards .history-content .prize-year {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1.28px;
  margin: 0 0 0px;
  font-family: "JLPGA-Regular";
  color: #B4A073;
}
@media (max-width: 767px) {
  .page-awards .history-content .prize-year {
    display: none;
  }
}
.page-awards .history-content .scrollspy {
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
}
@media (max-width: 991px) {
  .page-awards .history-content .scrollspy {
    margin: 0 0 20px;
  }
}
.page-awards .history-content .scrollspy .card-image {
  width: 49.8%;
}
@media (max-width: 991px) {
  .page-awards .history-content .scrollspy .card-image {
    width: 100%;
  }
}
.page-awards .history-content .scrollspy .card-image > img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .page-awards .history-content .scrollspy .card-image > img {
    width: 100%;
    height: auto;
  }
}
.page-awards .history-content .scrollspy .card-content {
  width: 50.2%;
}
@media (max-width: 991px) {
  .page-awards .history-content .scrollspy .card-content {
    width: 100%;
  }
}
.page-awards .history-content .scrollspy .card-content.fullbox {
  width: 100%;
}
.page-awards .history-content .scrollspy:last-child {
  margin: 0;
}
.page-awards .history-content .card-content {
  padding: 24px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #B4A073;
}
@media (max-width: 991px) {
  .page-awards .history-content .card-content {
    padding: 20px 10px 24px;
  }
}
.page-awards .history-content .card-content h3 {
  font-size: 18px;
  color: #B4A073;
  font-weight: 700;
  letter-spacing: 0.72px;
  margin: 0 0 15px;
  text-align: center;
}
.page-awards .history-content .card-content h3 small {
  display: block;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.56px;
  margin-top: 4px;
}
.page-awards .history-content .card-content h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-align: center;
  margin: 0 0 25px;
}
.page-awards .history-content .card-content h4 small {
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.72px;
}
.page-awards .history-content .card-content ul {
  list-style: outside none none;
  margin: 0 0 14px;
}
.page-awards .history-content .card-content ul li {
  color: #B4A073;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.64px;
}
.page-awards .history-content .card-content ul li > span {
  margin-left: 16px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.56px;
}
.page-awards .history-content .card-content.fullbox h4 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.8px;
}
.page-awards .history-content .btn-award {
  display: block;
  max-width: 218px;
  width: 100%;
  margin: 0 auto;
  border-radius: 4px;
  background: #B4A073;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.56px;
  padding: 9px 5px 8px;
  color: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .page-awards .history-content .btn-award {
    padding: 11px 5px 10px;
  }
}
.page-awards .history-content .sticky-wrapper {
  position: sticky;
  position: -webkit-sticky;
  top: 110px;
}
@media (max-width: 767px) {
  .page-awards .history-content .sticky-wrapper {
    position: static;
  }
}
.page-awards table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
.page-awards table th, .page-awards table td {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
  padding: 14px 5px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.64px;
}
@media (max-width: 480px) {
  .page-awards table th, .page-awards table td {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .page-awards table th, .page-awards table td {
    font-size: 12px;
  }
}
.page-awards table tr {
  border-bottom: 1px solid #B4A073;
}
.page-awards table tr th {
  color: #B4A073;
  font-weight: 700;
  text-align: center;
  padding: 13px 5px 5px;
}
@media (max-width: 767px) {
  .page-awards table tr th {
    padding: 13px 5px 2px;
  }
}
.page-awards table tr td {
  text-align: center;
}
@media (max-width: 480px) {
  .page-awards table tr td:nth-child(2) {
    min-width: 100px;
  }
}
.page-awards table tr td:nth-child(3) {
  text-align: left;
}
.page-awards table tbody > tr:hover {
  background-color: rgba(180, 160, 115, 0.06);
}
.page-awards table ul {
  list-style: outside none none;
}
.page-awards table p {
  margin: 0 0 10px;
  font-size: 18px;
}
.page-awards table .btn-flat {
  text-decoration: underline;
  white-space: nowrap;
}
.page-awards table .btn-flat:hover {
  color: #B4A073;
}
.page-awards .category-content .content-title {
  border-radius: 6px 6px 0px 0px;
  background: linear-gradient(90deg, #9B8A5F 0%, #9B8A5F 21.88%, #E4D4A9 82.29%, #9B8A5F 100%);
  padding: 13px 10px 13px 40px;
  color: #fff;
  text-shadow: 0px 0px 4px #9C8B60;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.8px;
  line-break: strict;
  word-break: normal !important;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .page-awards .category-content .content-title {
    padding: 14px 16px;
    text-align: center;
    line-height: 26px;
  }
}
.page-awards .category-content .content-title > small {
  font-weight: 400;
}
@media (max-width: 767px) {
  .page-awards .category-content .content-title > small {
    font-size: 16px;
    display: block;
  }
}
.page-awards .category-content .content-box {
  border-radius: 0px 0px 6px 6px;
  border-right: 1px solid #B4A073;
  border-bottom: 1px solid #B4A073;
  border-left: 1px solid #B4A073;
  background: #FFF;
  padding: 10px 40px 40px 40px;
  color: #333;
  list-style: outside none none;
}
@media (max-width: 767px) {
  .page-awards .category-content .content-box {
    padding: 20px 20px 39px;
  }
}
.page-awards .category-content .content-box table th, .page-awards .category-content .content-box table td {
  border-right: 10px solid #fff;
}
@media (max-width: 767px) {
  .page-awards .category-content .content-box table th, .page-awards .category-content .content-box table td {
    border: 0 none;
  }
}
.page-awards .category-content .content-box table th:last-child, .page-awards .category-content .content-box table td:last-child {
  border-right: 0 none;
  border-left: 10px solid #fff;
}
@media (max-width: 767px) {
  .page-awards .category-content .content-box table th:last-child, .page-awards .category-content .content-box table td:last-child {
    border: 0 none;
  }
}
.page-awards .prize-content {
  margin: 0 0 30px;
}
.page-awards .prize-content:last-child {
  margin: 0;
}
.page-awards .photo-content {
  position: relative;
  z-index: 2;
}
.page-awards .photo-content .item img {
  width: 100%;
}
@media (max-width: 767px) {
  .page-awards .photo-content .item img {
    height: 234px;
    object-fit: cover;
  }
}
.page-awards .photo-content .slick-arrow {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70px auto;
  width: 72px;
  height: 116px;
  background-color: transparent;
  top: calc(50% + 34px);
}
@media (max-width: 1199px) {
  .page-awards .photo-content .slick-arrow {
    background-size: 40px auto;
    width: 50px;
    height: 85px;
  }
}
@media (max-width: 767px) {
  .page-awards .photo-content .slick-arrow {
    width: 37px;
    height: 37px;
    background-size: 37px auto;
    top: calc(50% - 50px);
  }
}
@media (max-width: 374px) {
  .page-awards .photo-content .slick-arrow {
    top: calc(50% - 60px);
  }
}
.page-awards .photo-content .slick-arrow.slick-prev {
  background-image: url("/assets-scalable/awards/svg/arrow-left.svg");
  left: -36px;
}
@media (max-width: 1199px) {
  .page-awards .photo-content .slick-arrow.slick-prev {
    left: -22px;
  }
}
@media (max-width: 767px) {
  .page-awards .photo-content .slick-arrow.slick-prev {
    background-image: url("/assets-scalable/awards/svg/arrow-left-border.svg");
    left: -7px;
  }
}
.page-awards .photo-content .slick-arrow.slick-next {
  background-image: url("/assets-scalable/awards/svg/arrow-right.svg");
  right: -36px;
}
@media (max-width: 1199px) {
  .page-awards .photo-content .slick-arrow.slick-next {
    right: -22px;
  }
}
@media (max-width: 767px) {
  .page-awards .photo-content .slick-arrow.slick-next {
    background-image: url("/assets-scalable/awards/svg/arrow-right-border.svg");
    right: -7px;
  }
}
.slick-prev:before,
.slick-next:before {
  display: none;
}
.page-awards .photo-content .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.page-awards .content-search {
  max-width: 806px;
  margin: 0 auto;
}
.page-awards .content-search .input-field {
  height: 78px;
  line-height: 78px;
  position: relative;
  margin: 0 0 39px;
}
@media (max-width: 767px) {
  .page-awards .content-search .input-field {
    height: 43px;
    line-height: 43px;
    margin: 0 0 16px;
  }
}
.page-awards .content-search input[type=search] {
  padding-left: 76px;
  width: 100%;
  box-shadow: none;
  transition: 0.3s background-color;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #B4A073;
  opacity: 0.9;
  background: #FFF;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.64px;
  line-height: 22px;
  color: #333;
}
@media (max-width: 767px) {
  .page-awards .content-search input[type=search] {
    letter-spacing: 0.56px;
    padding-left: 39px;
  }
}
.page-awards .content-search input[type=search]::-webkit-input-placeholder {
  color: #B4A073;
  opacity: 1;
}
.page-awards .content-search input[type=search]::-moz-placeholder {
  color: #B4A073;
  opacity: 1;
}
.page-awards .content-search input[type=search]:-ms-input-placeholder {
  color: #B4A073;
  opacity: 1;
}
.page-awards .content-search input[type=search]::-webkit-input-selection {
  color: #B4A073;
  opacity: 1;
}
.page-awards .content-search input[type=search]::-moz-selection {
  color: #B4A073;
  opacity: 1;
}
.page-awards .content-search input[type=search]:-moz-selection {
  color: #B4A073;
  opacity: 1;
}
.page-awards .content-search input[type=search] + .label-icon {
  position: absolute;
  content: "";
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease-out, color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
@media (max-width: 767px) {
  .page-awards .content-search input[type=search] + .label-icon {
    left: 10px;
  }
}
.page-awards .content-search .icon-search {
  color: #1C1B1F;
  position: absolute;
  left: 0px;
  left: auto;
  cursor: pointer;
  background-image: url("/assets-scalable/awards/svg/icon-search.svg");
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  text-indent: -999999px;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .page-awards .content-search .icon-search {
    width: 19px;
    height: 19px;
  }
}
.page-awards .content-search .icon-close {
  position: absolute;
  content: "";
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .page-awards .content-search .icon-close {
    right: 14px;
  }
}
.page-awards .content-search .icon-close svg {
  width: 23px;
}
@media (max-width: 767px) {
  .page-awards .content-search .icon-close svg {
    width: 15px;
  }
}
.page-awards .content-search .btn-submit {
  text-align: center;
}
.page-awards .content-search .btn-submit button {
  padding: 16px 60px;
  border-radius: 6px;
  background: #B4A073;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.64px;
}
@media (max-width: 767px) {
  .page-awards .content-search .btn-submit button {
    font-size: 14px;
    letter-spacing: 0.56px;
    padding: 9px 60px;
  }
}
.page-awards .content-search .btn-submit button:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.page-awards .slick-dots {
  position: static;
  margin: 2px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .page-awards .slick-dots {
    flex-wrap: wrap;
  }
}
.page-awards .slick-dots > li {
  width: auto;
  height: auto;
  margin: 0 5px 0 0;
  border: 2px solid transparent;
}
@media (max-width: 767px) {
  .page-awards .slick-dots > li {
    width: calc((100% - 12px) / 5);
    margin: 0 3px 2px 0;
  }
}
@media (max-width: 374px) {
  .page-awards .slick-dots > li {
    width: calc((100% - 9px) / 4);
  }
}
@media (max-width: 767px) {
  .page-awards .slick-dots > li:nth-child(5n) {
    margin-right: 0;
  }
}
@media (max-width: 374px) {
  .page-awards .slick-dots > li:nth-child(5n) {
    margin-right: 3px;
  }
}
@media (max-width: 374px) {
  .page-awards .slick-dots > li:nth-child(4n) {
    margin-right: 0px;
  }
}
.page-awards .slick-dots > li:last-child {
  margin: 0;
}
.page-awards .slick-dots > li > a {
  display: block;
}
@media (max-width: 550px) {
  .page-awards .slick-dots > li > a > img {
    object-fit: cover;
  }
}
.page-awards .slick-dots > li.slick-active {
  border: 2px solid #c7a674;
}
.page-awards.not-visual .main-content {
  padding: 94px 0 160px;
}
@media (max-width: 767px) {
  .page-awards.not-visual .main-content {
    padding: 40px 0 60px;
  }
}
.page-awards.not-visual .main-content::after {
  top: -4px;
}
.page-awards.not-visual .title-content {
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .page-awards.not-visual .title-content {
    margin: 0 0 33px;
  }
}
.page-awards.not-visual .content-header {
  position: static;
}
@media (max-width: 767px) {
  .page-awards.not-visual.child-about .list-content .item .content-item {
    border-radius: 0;
  }
}
.page-awards.not-visual.child-history-years .title, .page-awards.not-visual.child-category .title, .page-awards.not-visual.child-photo .title {
  margin: 0 0 39px;
}
@media (max-width: 767px) {
  .page-awards.not-visual.child-history-years .title, .page-awards.not-visual.child-category .title, .page-awards.not-visual.child-photo .title {
    margin: 0 0 29px;
  }
}
.page-awards.not-visual.child-history-years .main-content {
  padding: 71px 0 160px;
}
@media (max-width: 767px) {
  .page-awards.not-visual.child-history-years .main-content {
    padding: 33px 0 60px;
  }
}
@media (min-width: 768px) {
  .page-awards.not-visual.child-history-years .box-content .content-list {
    margin-top: -43px;
  }
}
.page-awards.not-visual.child-category .main-content {
  padding: 72px 0 139px;
}
@media (max-width: 767px) {
  .page-awards.not-visual.child-category .main-content {
    padding: 33px 0 60px;
  }
}
@media (min-width: 768px) {
  .page-awards.not-visual.child-category .box-content .content-list {
    margin: 0 0 37px;
  }
}
.page-awards.not-visual.child-photo .main-content {
  padding: 71px 0 121px;
}
@media (max-width: 767px) {
  .page-awards.not-visual.child-photo .main-content {
    padding: 34px 0 54px;
  }
}
.page-awards.not-visual.child-photo .selecBox {
  margin: 0 0 41px;
}
@media (max-width: 767px) {
  .page-awards.not-visual.child-photo .selecBox {
    margin: 0 0 38px;
  }
}
.page-awards.not-visual.child-search .title-content {
  margin: 0 0 41px;
}
@media (max-width: 767px) {
  .page-awards.not-visual.child-search .title-content {
    font-size: 40px;
    margin: 0 0 32px;
  }
}
@media (max-width: 767px) {
  .page-awards.not-visual.child-search .title-content small {
    margin-top: 6px;
  }
}
.page-awards.not-visual.child-search .main-content {
  padding: 78px 0 143px;
}
@media (max-width: 767px) {
  .page-awards.not-visual.child-search .main-content {
    padding: 35px 0 60px;
  }
}
.page-awards .content-result {
  border-radius: 6px;
  border-right: 1px solid #B4A073;
  border-bottom: 1px solid #B4A073;
  border-left: 1px solid #B4A073;
  background: #FFF;
  padding: 10px 40px 40px 40px;
  color: #333;
  list-style: outside none none;
  max-width: 878px;
  margin: 45px auto 0;
}
@media (max-width: 767px) {
  .page-awards .content-result {
    padding: 20px 20px 39px;
  }
}
.page-awards .content-result.notfound {
  padding: 10px 40px;
}
.page-awards .content-result.notfound table tr {
  border-bottom: 0;
}
.page-awards #modal-beauty {
  background-color: #fff;
  border-bottom: 1px solid #a97e3a;
}
.page-awards #modal-beauty .modal-title {
  text-align: center;
  color: #a97e3a;
  font-size: 23px;
  padding-bottom: 10px;
  padding-right: 15px;
  border-bottom: 5px solid #eee;
  margin: 0 0 18px;
  font-weight: 400;
  line-break: strict;
  word-break: normal !important;
  word-wrap: break-word;
}
.page-awards #modal-beauty .modal-title span {
  font-weight: bold;
}
.page-awards #modal-beauty .modal-title span::before {
  content: " ";
}
.page-awards #modal-beauty .modal-title small {
  display: block;
  color: #333;
  font-size: 13px;
  font-weight: bold;
}
.page-awards #modal-beauty .modal-note {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.page-awards #modal-beauty .modal-note > p {
  margin: 20px 0 10px;
  font-size: 14.5px;
}
.page-awards #modal-beauty .modal-close {
  background-image: url("/assets-scalable/awards/svg/btn-close-black.svg");
  top: 10px;
  transform: none;
}

/*------ hide-pc & hide-sp ------*/
@media (min-width: 768px) {
  .hide-pc {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hide-sp {
    display: none !important;
  }
}

/* 20231024 右下スクロールボタン*/
#to_top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  opacity: 0;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
#to_top.active {
  opacity: 1;
  z-index: 5;
}
#to_top i {
  background: rgba(0, 0, 0, 0.8);
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: inherit;
}
#to_top i:before {
  content: '\f106';
  font-size: 28px;
  font-family: FontAwesome;
  color: #fff;
}
.live_link_area ul li {
  list-style-type: none;
}