@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* 共通
----------------------------------------------*/
body {
  width: 100%;
  min-width: 300px;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 2;
  font-family:
  "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",
  "メイリオ","Meiryo",
  "游ゴシック Medium","Yu Gothic Medium",
  "游明朝","Yu Mincho",
  "ＭＳ Ｐゴシック","MS PGothic",
  "Osaka";
  word-break: break-all;
  box-sizing: border-box;
  color: #000;
  background: linear-gradient(#ebdfae 0% 90%,#fff5dd 95% 100%);
}

h2 {
  font-size: 44px;
  font-weight: 800;
  margin-bottom: 40px;
  text-align: center;
}

a {
  margin: 0;
  padding: 0;
  background: 0;
  color: #245dc1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.internal-link-btn {
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
}

.internal-link-btn a {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 12px 2px;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
}

p {
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}

.article-margin-bottom {
  margin-bottom: 60px;
}

.vc-cp-logo {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.fc-red {
  color: #eb0d0d;
}

.fs-20 {
  font-size: 20px;
}

.fw-normal {
  font-weight: normal;
}

.text-align-center {
  text-align: center;
}

.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
  .article-margin-bottom {
    margin-bottom: 40px;
  }
}

/* ヘッダー
----------------------------------------------*/
.headerwrap {
	height: 40px;
	border-bottom: solid 1px #f0f0f0;
	background-color: #fff;
	padding: 0px 10px 0px 10px;
}

.header {
	position: relative;
	width: 100%;
	max-width: 1022px;
	margin: 0 auto;
	padding-top: 8px;
  overflow:hidden;
}

.header_2col {
	vertical-align: top;
	width: 48%;
}

.header_2col_left {
	float: left;
	text-align: left;
}

.header_2col_right {
	float: right;
	text-align: right;
}

.header .sns div {
	display: inline-block;
}

.header .sns .fb-like {
	right: 0;
}

.fb-like > span {
	width: 160px !important;
}
.fb-like iframe {
	width: 160px !important;
}

section {
  max-width: 1022px;
  padding: 0 16px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  section {
    margin-bottom: 50px;
  }
}

/* フッター
----------------------------------------------*/
.footer {
  margin: 20px 0 0 0;
  padding: 20px 0;
  font-size: 17px;
  text-align: center;
}

/* TOPに戻るボタン
----------------------------------------------*/
.backtotop {
  position: fixed;
  bottom: 40px;
  right: 100px;
  z-index: 10;
  display: none;
}

.backtotop a {
  display: inline-block;
  width: 56px;
  height: 56px;
  padding: 0;
  margin: 0;
  font-size: 98%;
  color: #fff;
  line-height: 62px;
  text-align: center;
  background-color: #8f783f;
  border-radius: 50%;
}

.backtotop a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .backtotop {
    right: 30px;
  }
  .backtotop a {
    width: 40px;
    height: 40px;
    line-height: 46px;
  }
}

/* メインビジュアル
----------------------------------------------*/
.main-visual {
  position: relative;
  padding-top: 55px;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 55px;
}
.main-visual img {
  display: block;
  width: 100%;
  max-width: 1022px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .main-visual {
    padding-top: 24px;
  }
}

/* 背景画像
----------------------------------------------*/
.bg-img::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  background-size: contain;
  background-position-x: center;
  z-index: -1;
}
.main-visual.bg-img::after {
  height: 816px;
  background-image: url(../img/main-visual-background.png);
  background-image: image-set(url(../img/main-visual-background.png) 1x, url(../img/main-visual-background@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/main-visual-background.png) 1x, url(../img/main-visual-background@2x.png) 2x);
  background-repeat: no-repeat;
}
.content-wrap {
  position: relative;
}
.content-wrap.bg-img::after {
  top: -600px;
  height: 100%;
  background-image: url(../img/content-background.png);
  background-repeat: space;
}

/* 挨拶
----------------------------------------------*/
.greeting {
  padding-bottom: 40px;
}
.greeting-item {
  display: flex;
  margin-bottom: 56px;
}
.greeting-item:nth-child(2n) {
  display: flex;
  flex-direction: row-reverse;
}
.greeting-item:last-child {
  margin-bottom: 0;
}
.greeting-content-img {
  width: 180px;
  height: 180px;
  min-width: 180px;
  min-height: 180px;
  margin-top: 32px;
  margin-right: 40px;
}
.greeting-content-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.greeting-item:nth-child(2n) .greeting-content-img {
  margin-left: 40px;
  margin-right: 0;
}
.greeting-header {
  display: flex;
  align-items: baseline;
  font-weight: bold;
}
.greeting-name {
  margin-right: 20px;
  margin-left: 16px;
  font-size: 36px;
}
.greeting-division {
  margin-left: 20px;
}
.greeting-position {
  margin-right: 16px;
  font-size: 24px;
}
.greeting-body {
  position: relative;
  padding: 24px 24px;
  border-radius: 16px;
  background-color: #ffffff;
}
.greeting-body::before {
  content: "";
  position: absolute;
  top: 50px;
  left: -40px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 25px solid #ffffff;
}
.greeting-item:nth-child(2n) .greeting-body::before {
  left: unset;
  right: -20px;
  border-left: 25px solid #ffffff;
  border-right: 0;
}

@media screen and (max-width: 767px) {
  .greeting:last-child {
    padding-bottom: 0px;
  }
  .greeting-item {
    margin-bottom: 40px;
  }
  .greeting-item,
  .greeting-item:nth-child(2n) {
    flex-direction: column;
    align-items: center;
  }
  .greeting-content-img {
    width: 224px;
    height: 224px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .greeting-item:nth-child(2n) .greeting-content-img {
    margin-left: 0;
    margin-right: 0;
  }
  .greeting-header {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 16px;
  }
  .greeting-name {
    font-size: 18px;
  }
  .greeting-position {
    font-size: 14px;
    margin-right: 0;
  }
  .greeting-body {
    padding: 24px;
  }
  .greeting-body::before {
    content: none;
  }
}

/* 前説
----------------------------------------------*/
.preface-content {
  display: flex;
  align-items: start;
  margin-bottom: 80px;
}
.preface-img {
  position: relative;
  width: 50%;
  height: 250px;
  margin-right: 56px;
}
.preface-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 250px;
  border-radius: 20px;
  object-fit: cover;
}
.preface-text {
  width: 50%;
  margin-top: 50px;
}
.preface-text p:first-child {
  margin-top: -8px;
}
@media screen and (max-width: 767px) {
  .preface-content {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .preface-img {
    width: 100%;
    height: 100%;
    margin-right: 0;
  }
  .preface-img img {
    position: unset;
    max-height: fit-content;
    margin-bottom: 24px;
  }
  .preface-text {
    width: 100%;
    margin-top: 0;
  }
}

/* 誘導バナー
----------------------------------------------*/
.pc { 
  display: block !important; 
  border-radius: 8px;
}
.sp { display: none !important;}
 
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important;
      border-radius: 8px;
    }
}

/* トロフィー見出し
----------------------------------------------*/
.trophy-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 234px;
  padding-top: 10px;
  margin-bottom: 80px;
}
.trophy-header-bg {
  width: 100%;
  height: 100%;
}
.trophy-header-bg img {
  width: 100%;
  height: 100%;
}
.trophy-header-icon {
  position: absolute;
  top: 20px;
}
.trophy-header-icon.best-seller {
  top: 0
}
.trophy-header-year {
  position: absolute;
  top: calc(87px + 16px);
  font-size: 30px;
}
.trophy-header h2 {
  position: absolute;
  top: calc(87px + 32px + 44px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .trophy-header {
    height: 150px;
    margin-bottom: 40px;
  }
  .trophy-header-icon {
    height: 40px;
  }
  .trophy-header-icon img {
      height: 100%;
  }
  .trophy-header-year {
    font-size: 18px;
    top: calc(47px + 16px);
  }
  .trophy-header h2 {
    top: calc(47px + 24px + 32px);
  }
}


/* カテゴリーメニュー
----------------------------------------------*/
.category-nav {
  margin-bottom: 80px;
}
.category-nav-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  column-gap: 16px;
  list-style-type: none;
}
.category-nav-item {
  line-height: 1.5;
  border-right: 1px solid #707070;
  padding-right: 16px;
}
.category-nav-item:last-child {
  border-right: none;
}
.category-nav-item a {
  color: #245dc1;
}
@media screen and (max-width: 767px) {
  .category-nav {
    margin-bottom: 40px;
  }
  .category-nav-list {
    justify-content: center;
  }
}


/* ノミネート
----------------------------------------------*/
.nominate {
  padding: 32px;
  margin-top: 20px;
  margin-bottom: 50px;
  border-radius: 24px 24px 20px 20px;
  background-image: url(../img/nominate-body-bg.png);
  background-image: image-set(url(../img/nominate-body-bg.png) 1x, url(../img/nominate-body-bg@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/nominate-body-bg.png) 1x, url(../img/nominate-body-bg@2x.png) 2x);
  background-size: cover;
}

.nominate:last-child {
  margin-bottom: 0;
}

.nominate-header {
  position: relative;
  color: #fff;
  margin: -32px;
  margin-bottom: 32px;
}

.nominate-header-bg {
  width: 100%;
  max-width: 1022px;
  height: 180px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

.nominate-header-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#categoryTravel .nominate-header-bg img {
  width: 150%;
  object-position: -370px -480px;
}

.nominate-header-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, .2));
}

.bg-black .nominate-header-title {
  background-color: #000000;
}

.nominate-body {
  padding: 24px;
  background: #fff;
  border-radius: 8px;
}

.nominate-title {
  position: relative;
  height: 67px;
  margin-bottom: 16px;
}
.nominate-title-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 22px;
}
.nominate-title-bg {
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: auto;
}

.nominate-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 8px;
}

.nominate-category {
  width: 33%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.two-column .nominate-category {
  width: 50%;
}

.nominate-category-header {
  margin-bottom: 8px;
}

.nominate-category-list {
  flex: 1 0 auto;
  padding: 0 16px;
  list-style: none;
  border-right: 1px solid #ccc;
}

.nominate-category:last-child .nominate-category-list {
  border-right: none;
}
#categoryEntertainment .nominate-header-bg img {
  width: 104%;
}

.nominate-category-item {
  margin-bottom: 6px;
  font-size: 14px;
}

.nominate-category-item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .nominate {
    margin-bottom: 30px;
  }
  
  .nominate-header-title {
    font-size: 20px;
    word-break: keep-all;
  }
  .nominate-header-bg {
    height: 110px;
  }
  #categoryTravel .nominate-header-bg img {
    width: 200%;
    object-position: -200px -210px;
  }
  .nominate-title {
    position: relative;
    height: 44px;
    margin-bottom: 14px;
  }
  .nominate-title-text {
    font-size: 18px;
  }
  .nominate-title-bg {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .nominate-content {
    flex-wrap: wrap;
  }

  .nominate-category {
    width: 100%;
    margin-bottom: 16px;
  }

  .two-column .nominate-category {
    width: 100%;
  }

  .nominate-category:last-child {
    margin-bottom: 0;
  }

  .nominate-header {
    font-size: 20px;
  }

  .nominate-category-list {
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }

  .nominate-category:last-child .nominate-category-list {
    padding-bottom: 0;
    border-bottom: none;
  }

  #categoryEntertainment .nominate-header-bg img {
    width: 110%;
    object-position: 0px -103px;
  }
}

/* アコーディオン
----------------------------------------------*/
.accordion {
  position: relative;
  padding-bottom: 14px;
  margin-top: 10px;
}

.accordion-btn {
  display: inline-block;
  line-height: 2rem;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 260px;
  height: 34px;
  margin: auto;
  padding: 12px 24px;
  font-size: 22px;
  font-weight: bold;
  background-color: #cccccc;
  color: #ffffff;
  cursor: pointer;
  border-radius: 8px;
  text-align: center;
  transition: all .2s;
}

.accordion-btn::after {
  content: 'MVPはこちら';
}

#categorySpecialPrize .accordion-btn::after {
  content: '特別賞はこちら';
}

#categoryNewEntry .accordion-btn::after,
#categoryRapidGrowth .accordion-btn::after,
#categoryAdAgency .accordion-btn::after {
  content: '最優秀賞はこちら';
}

.accordion-text {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.accordion-text.is-hide {
  height: 50px;
}
#categorySpecialPrize .accordion-btn.is-show::after,
#categoryNewEntry .accordion-btn.is-show::after,
#categoryRapidGrowth .accordion-btn.is-show::after,
#categoryAdAgency .accordion-btn.is-show::after,
.accordion-btn.is-show::after {
	content: '閉じる';
}

.accordion-btn.is-show + .accordion-text {
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .accordion-btn {
    width: auto;
    font-size: 18px;
  }
}

/* アコーディオンボタンをカテゴリー別に配色
----------------------------------------------*/
#categoryShopping .accordion-btn {
  background-color: #5d61ae;
}
#categoryFinance .accordion-btn {
  background-color: #94865d;
}
#categoryPc .accordion-btn {
  background-color: #53b2c9;
}
#categoryBeauty .accordion-btn {
  background-color: #CA718A;
}
#categoryCommunication .accordion-btn {
  background-color: #7f7a6c;
}
#categoryTravel .accordion-btn {
  background-color: #5a9566;
}
#categoryEntertainment .accordion-btn {
  background-color: #3c7bb7;
}
#categoryGourmet .accordion-btn {
  background-color: #DE8554;
}
#categoryHometownTax .accordion-btn {
  background-color: #DAB63C;
}
#categorySpecialPrize .accordion-btn {
  background-color: #c1510a;
}
#categoryNewEntry .accordion-btn {
  background-color: #7AB410;
}
#categoryRapidGrowth .accordion-btn {
  background-color: #8A63AF;
}
#categoryAdAgency .accordion-btn {
  background-color: #309AAD;
}

/* ノミネート詳細
----------------------------------------------*/
.nominate-detail {
  padding: 32px;
  margin-bottom: 80px;
  border-radius: 8px;
  background-color: #ffffff;
}
.nominate-detail:first-child {
  margin-top: 56px;
}
.nominate-detail:last-child {
  margin-bottom: 0;
}
.nominate-detail-header {
  margin-top: -88px;
  margin-bottom: 24px;
  text-align: center;
}
.nominate-detail-header h3 {
  font-size: 26px;
  line-height: 1.5;
}
.nominate-detail-comment {
  margin-bottom: 32px;
}
.nominate-detail-comment,
.nominate-detail-reason {
  display: flex;
}
.nominate-detail-comment-title,
.nominate-detail-reason-title {
  min-width: 96px;
  margin-right: 32px;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .nominate-detail {
    padding: 32px 24px;
  }
  .nominate-detail-header h3 {
    font-size: 20px;
  }
  .nominate-detail-comment,
  .nominate-detail-reason {
    flex-wrap: wrap;
  }
  .nominate-detail-comment-title,
  .nominate-detail-reason-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }
}

/* 殿堂入り
----------------------------------------------*/
.box {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 3px 3px 10px rgba(51,51,51,0.2);
}
.box_halloffame {
  background-color: #fff5dd;
  padding: 40px 20px;
  padding-top: 60px;
  margin-bottom: 60px;
  background-image: url(../img/background_yellow.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}
.flex_container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.box_halloffame h4 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin: 60px 32px;
  margin-bottom: 32px;
  line-height: 1;
}
.item_halloffame {
  position: relative;
  width: 100%;
  margin: 0 20px;
  text-align: center;
}
.item_halloffame:last-child {
  margin-right: none;
}
.item_halloffame_top {
  width: 80%;
}
.item_halloffame_top img {
  width: 80%;
  display: block;
  margin: 0 auto;
  border: 1px solid #eee;
  margin-bottom: 20px;
}
.item_halloffame_top img.halloffame_medal {
  width: 131px;
  border: navajowhite;
  position: absolute;
  top: 20px;
  left: 26px;
}
.item_halloffame_top2 img.halloffame_medal {
  width: 131px;
  border: navajowhite;
  position: absolute;
  top: 20px;
  left: 26px;
}
.item_halloffame_top2 {
  width: 80%;
}
.item_halloffame_top2 img {
  width: 80%;
  display: block;
  margin: 0 auto;
  margin-bottom: 0px;
}
.item_halloffame_top2 img.halloffame_medal {
  width: 131px;
  border: navajowhite;
  position: absolute;
  top: 20px;
  left: 26px;
}
.halloffame_name {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.halloffame_name2 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin: 35px 0 0;
}


.box_title {
  font-weight: 600;
  text-align: center;
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
ul.flex_container {
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  text-align: left;
  vertical-align: top;
  list-style-type: none;
}
ul.flex_container::after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.flex_container li {
    display: block;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
    text-align: center;
    list-style-type: none;
}
.flex_container li:nth-child(1) {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .box_halloffame {
    background-size: auto 120px;
    padding: 20px;
    margin-top: 40px;
  }
  .box_halloffame h4 {
    font-size: 20px;
    margin: 30px 0 20px;
  }
  .flex_container {
    flex-wrap: wrap;
  }
  .item_halloffame_top {
    width: 100%;
  }
  .item_halloffame_top2 {
    width: 100%;
  }
  .item_halloffame {
    margin: 10px 0;
  }
  .item_halloffame.item_halloffame_top {
    margin-top: -96px;
  }
  .item_halloffame.item_halloffame_top2 {
    margin-top: -96px;
  }
  .item_halloffame_top img.halloffame_medal {
    position: relative;
    top: 90px;
    left: 0;
    width: 117px;
    margin: 0 auto;
  }
  .item_halloffame_top2 img.halloffame_medal {
    position: relative;
    top: 90px;
    left: 0;
    width: 117px;
    margin: 0 auto;
  }
  .halloffame_name {
    font-size: 19px;
    display: inline-block;
    margin-top: 80px;
    line-height: 1.5;
  }
  .halloffame_name2 {
    font-size: 19px;
    display: inline-block;
    margin-top: 80px;
    line-height: 1.5;
  }
  .item_halloffame_top .box img {
    width: 100%;
    height: 100%;
  }
  .flex_container li {
    margin: 0;
    display: block;
    width: 100%;
  }
  .flex_container li:nth-child(1) {
    margin-right: 0;
  }
}
/* 記念訪問
----------------------------------------------*/
.commemorative_banner {
  margin-bottom: 30px;

}
#commemorative h4 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin: -50px 0 40px;
}
@media screen and (max-width: 767px) {
  #commemorative h4 {
    font-size: 18px;
  }
  .commemorative_banner img {
    width: 100%;
    margin-bottom: 20px;
  
  }
}

/* バリューコマースより
----------------------------------------------*/
.box_vcfame {
  background-color: #ffff;
  padding: 24px 24px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .box_vcfame {
    background-size: auto 120px;
    padding: 20px;
  }
}

/* 表彰一覧ページ
----------------------------------------------*/
.commendation-list .nominate-body {
  margin-bottom: 80px;
}
.commendation-list .nominate-detail:last-child {
  margin-bottom: 40px;
}
.commendation-list .content-wrap.bg-img::after {
  top: 1300px;
}
.commendation-list .bg-black.nominate-header {
  margin-bottom: 80px;
}

/* Commemorative photo of the MVP
----------------------------------------------*/
.mvp_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 24px;
  list-style-type: none;
  font-size: 14px;
}
.mvp_link li {
  text-align: center;
}
.mvp_link li a {
  display: block;
}
@media screen and (max-width: 767px) {
  .mvp_link {
    column-gap: 6px;
    row-gap:17px;
  }
}


/* 過去に開催した年間表彰
----------------------------------------------*/
.archive_link {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 24px;
  column-gap: 24px;
  list-style-type: none;
}
.archive_link li {
  width: 14%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 8px 14px;
  text-align: center;
  border-radius: 10px;
}
.archive_link li a {
  display: block;
}
@media screen and (max-width: 767px) {
  .archive_link {
    column-gap: 6px;
    row-gap:17px;
  }
  .archive_link li {
    width: 38%;
  }
}

/* メディアアワード応募ボタン
----------------------------------------------*/
.entry-btn {
  max-width: 280px;
}
.entry-btn a {
  color: #ffffff;
  background-color: #007071;
  font-weight: bold;
}