/* scroll-padding-topを設定してヘッダーとの重なりを防ぐ */
html {
  scroll-padding-top: 80px;
}

/* スマホでの追加調整 */
@media (max-width: 768px) {
  html {
    scroll-padding-top: 80px;
  }
}

.content_wrapper {
  padding-bottom: 0;
}


.selection_att {
  padding: 0;
}

.selection_award {
  padding-bottom: 40px;
}

.aw_entry_link {
  margin: 40px 0 0;
}

.aw_entry_link a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #c9171e;
  text-align: center;
  padding: 5px 0;
  border-radius: 22.5px;
  transition: ease-in-out 0.3s;
}

.aw_entry_link a:hover {
  background: #000;
}

/*受賞産品*/

.aw_selection .bg_connect02 {
  color: #000;
  font-size: 16px;
}

.award_content {
  padding: 0 !important;
}

.award_content_top {
  position: relative;
  padding: 30px 0;
}

.award_content_top:before {
  content: '';
  width: 300%;
  height: 2px;
  position: absolute;
  left: -100%;
  top: 0;
  background: #967e57;
  z-index: -1;
}

.award_content_top:after {
  content: '';
  width: 300%;
  height: 2px;
  position: absolute;
  left: -100%;
  bottom: 0;
  background: #967e57;
  z-index: -1;
}

.award_title {
  margin: 0 0 20px;
}

.award_content_top p {
  text-align: center;
}

.aw_selection .bg_connect02 .aw_entry_title {
  color: #c9171e;
}

.aw_selection .bg_connect02:before {
  background: none;
}

.award_tab_listbox .award_list .open_list {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 10px;
}

.award_tab_listbox .award_list .open_list li {
  font-size: 44px;
  width: 100%;
  text-align: center;
  padding: 5px 00;
  color: #fff;
  font-weight: bold;
  border-radius: 16px;
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
}


.award_tab_listbox .award_list .open_list li:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.award_tab_listbox .award_list .open_list li.active {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.award_tab_listbox .award_list .open_list li img {
  width: 60px;
}

.award_tab_listbox .award_list .open_list li:first-child {
  background: #b39652;
  border: 10px solid #c29c73;
}

.award_tab_listbox .award_list .open_list li:nth-child(2) {
  background: #a2a2a2;
  border: 10px solid #cdcece;
}

.award_tab_listbox .award_list .open_list li:last-child {
  background: #ba0006;
  border: 10px solid #d3000e;
}

.selection_att h4 {
  color: #c9171e;
  text-align: left;
}

.award_title02 {
  display: flex;
  align-items: center;
  gap: 20px;
}

.award_title02 img {
  width: 150px;
  margin: 0;
}

.award_title02 h4 {
  line-height: 1.2;
  padding-bottom: 0;
}

.award_title02 h4 span {
  /*font-size: 48px;*/
  font-size: 72px;
  color: #b39652;
}

.award_small {
  font-size: 36px !important;
}

.award_tab02 .award_title02 h4 span {
  color: #a2a2a2;
}

.award_tab02 .award_title02 img {
  position: relative;
  top: 1px;
  left: -1px;
}

.award_tab03 .award_title02 h4 span {
  color: #c9171e;
}

.award_tab03 .award_title02 img {
  position: relative;
  top: 0;
  left: -2px;
}

.filter_content {
  position: relative;
  padding: 30px 0;
}

.filter_content:before {
  content: '';
  width: 300%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  background: #e4e4e5;
}

#award_gold .filter_content:before {
  background: #b39652;
  opacity: 0.4;
}

.filter_list_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 30px 50px;
}

.filter_list_wrap li {
  position: relative;
  border-radius: 24.5px;
  padding: 5px 0;
  background: #fff;
  height: 52px;
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.filter_list_wrap li h5 {
  text-align: left;
  margin-left: 100px;
  font-size: 14px;
  line-height: 1.5;
  color: #727171;
}

.filter_list_wrap li .aw_badge {
  background-size: contain !important;
  padding: 24px 0 0;
  width: 65px;
  top: -30px;
  left: 20px;
}

.aw_badge_text {
  font-weight: bold;
}

.filter_list_wrap li:first-child {
  grid-row: 1 /3;
  grid-column: 1 /2;
  height: 52px;
  position: relative;
  left: calc(50% + 25px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter_list_wrap li:first-child h5 {
  font-size: 20px;
  margin-left: 0;
  text-align: center;
  line-height: 42px;
}

.filter_list_wrap li:nth-child(2) {
  grid-row: 2 /3;
  grid-column: 1 /2;
}

.filter_list_wrap li:nth-child(3) {
  grid-row: 2 /3;
  grid-column: 2 /2;
}

.filter_list_wrap li:nth-child(4) {
  grid-row: 3 /3;
  grid-column: 1 /2;
}

.filter_list_wrap li:nth-child(5) {
  grid-row: 3 /3;
  grid-column: 2 /2;
}

.filter_list_wrap li .aw_badge_text .badge_title {
  font-size: 10px;
  color: #fff;
}

.filter_list_wrap li .aw_badge_text .badge_num {
  font-size: 24px;
  color: #fff;
  line-height: 1;
}

.filter_list_wrap li {
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter_list_wrap li.active {
  background: #727171;
}

.filter_list_wrap li.active h5 {
  color: #fff;
}

#award_gold .filter_list_wrap li h5 {
  color: #b39652;
}

#award_gold .filter_list_wrap li.active h5 {
  color: #fff;
}

#award_gold .filter_list_wrap li.active {
  background: #b39652;
}

#award_gold .inner h5 {
  color: #b39652;
}

.filter_gold .filter_list_wrap li.active h5 {
  color: #fff;
}

.filter_red::before {
  background: #ba0006;
  opacity: 0.15;
}

.filter_red .filter_list_wrap li h5 {
  color: #ba0006;
}

.filter_red .filter_list_wrap li.active {
  background: #ba0006;
}

.filter_red .filter_list_wrap li.active h5 {
  color: #fff;
}

/* 受賞産品 */

.award_listbox_wrap {
  position: relative;
}

.award_listbox_wrap:before {
  content: '';
  width: 300%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  background: #f6f3e7;
  z-index: -1;
}

.award_listbox_wrap.award_silver:before {
  background: #f7f8f8;
}

.award_listbox_wrap.award_red:before {
  background: #ba0006;
  opacity: 0.04;
}

.award_listbox_wrap .inner {
  padding: 50px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.award_listbox_wrap .inner .aw_badge {
  position: static;
}

.award_listbox_wrap .inner .aw_badge_text .badge_title {
  font-size: 14px;
  color: #fff;
}

.award_listbox_wrap .inner .aw_badge_text .badge_num {
  font-size: 28px;
  color: #fff;
  line-height: 1;
}

.award_listbox_wrap .inner h5 {
  font-size: 20px;
  text-align: left;
}

.award_silver .inner h5 {
  color: #727171;
}

.award_listbox {
  display: grid;
  gap: 30px 50px;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1300px;
  padding: 50px 0 100px;
}

.award_listbox.award_3col {
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0;
  gap: 30px;
}

.award_listbox.award_3col .award_img {
  border-color: #b39652;
}

.award_listbox.award_3col .award_company,
.award_listbox.award_3col .award_product {
  color: #b39652;
}

.award_listbox.award_4col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0;
  gap: 30px;
}

.award_listbox.award_4col .award_img {
  border-color: #a2a2a2;
}

.award_listbox.award_4col .award_company,
.award_listbox.award_4col .award_product {
  color: #a2a2a2;
}

.award_listbox.award_2col {
  grid-template-columns: 1fr 1fr;
  margin: 0;
}

.award_listbox.award_2col .award_img {
  border-color: #c9171e;
}

.award_listbox.award_2col .award_company,
.award_listbox.award_2col .award_product {
  color: #c9171e;
}

.award_img {
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid #967e57;
  object-fit: cover;
}

.award_img img {
  transition: transform 0.3s ease;
}

.award_company {
  font-size: 14px;
  text-align: left;
  color: #b39652;
}

.award_product {
  font-size: 16px;
  text-align: left;
  color: #b39652;
}

.award_listbox.award_2col li {
  position: relative;
}

.award_list_mark {
  font-size: 12.5px;
  color: #c9171e;
  padding-right: 3px;
}

.award_listbox.award_2col .award_textbox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}

.award_listbox.award_2col .award_company {
  font-size: 12.5px;
  text-align: left;
  margin-left: 1em;
  text-indent: -1.2em;
}

/* Award item clickable styles */
.award_item_clickable {
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: rotate(-3deg);
  transform-origin: top right;
}

.award_item_clickable.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.award_item_clickable:hover {
  transform: translateY(-5px);
}

.award_item_clickable:hover .award_img img {
  transform: scale(1.05);
}

/* Award item simple (入賞作品) fade-in styles */
.award_item_simple {
  translate: none;
  rotate: none;
  scale: none;
  transform: translate(0px, 40px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.award_item_simple.fade-in {
  translate: none;
  rotate: none;
  scale: none;
  transform: translate(0px, 0px);
  opacity: 1;
  visibility: inherit;
}

.award_listbox .no-data {
  color: #a2a2a2;
  text-align: left;
  padding: 1em;
}

.award_2col .no-data {
  color: #c9171e;
}

/*ページネーション*/

.pagination-container {
  margin: 0 auto;
}

.pagination-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-bottom: 100px;
}

.pagination-btn {
  color: #c9171e;
}


.pagination-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pagination-number,
.pagination-btn {
  background-color: #fff;
  color: #c9171e;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #f1f1f1;
  font-weight: bold;
}

#award_silver_content .pagination-btn {
  color: #9fa0a0;
}

#award_silver_content .pagination-number {
  color: #9fa0a0;
}

.pagination-number.active {
  background-color: #c9171e;
  color: #fff;
}

#award_silver_content .pagination-number.active {
  background-color: #9fa0a0;
  color: #fff;
}

.pagination-ellipsis {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  border: 1px solid #f1f1f1;
  font-weight: bold;
  text-align: center;
  color: #c9171e;
  background-color: #fff;
}

#award_silver_content .pagination-ellipsis {
  color: #9fa0a0;
}

.pc_point_bnr {
  display: block;
  margin-bottom: 50px;
  transition: all 0.3s ease;
}

.pc_point_bnr:hover {
  opacity: 0.8;
}

.sp_point_bnr {
  display: none;
  margin-bottom: 50px;
  transition: all 0.3s ease;
}

.sp_point_bnr:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {

  .award_tab_listbox .award_list .open_list {
    gap: 15px;
  }

  .award_tab_listbox .award_list .open_list li img {
    width: 50px;
  }

  .award_tab_listbox .award_list .open_list li img .award_title02 {
    margin: 20px 0;
  }

  .award_title02 {
    padding: 10px 0;
  }

  .award_title02 img {
    width: 75px;
  }

  .award_listbox {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 40px 0;
  }


  .award_listbox.award_3col {
    grid-template-columns: 1fr 1fr;
  }

  .award_listbox.award_4col {
    grid-template-columns: 1fr 1fr;
  }

  .award_listbox.award_2col {
    grid-template-columns: 1fr;
  }

  .award_tab_listbox .award_list .open_list li {
    font-size: 5vw;
    display: block;
    width: 100%;
    text-decoration: none;
  }

  .award_title02 h4 span {
    /*font-size: 36px;*/
    font-size: 48px;
  }

  .award_small {
    font-size: 28px !important;
  }

  .filter_list_wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .filter_list_wrap li h5 {
    margin-left: 85px;
    padding-right: 15px;
    font-size: 13px;
  }

  .filter_list_wrap li .aw_badge {
    left: 10px;
  }

  .award_listbox_wrap .inner h5 {
    font-size: 18px;
    width: 100%;
  }

  .award_listbox_wrap .inner .aw_badge {
    width: 40%;
  }

  .filter_list_wrap li:first-child {
    left: 0;
  }

  .filter_list_wrap li {
    display: block;
    width: 100%;
    text-decoration: none;
    height: auto;
  }

  .filter_list_wrap li h5 {
    margin-left: 85px;
    padding-right: 15px;
    font-size: 13px;
  }

  .pagination-btn {
    display: none;
  }

  .pc_point_bnr {
    display: none;
  }

  .sp_point_bnr {
    display: block;
  }
}

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

  .aw_style h5 {
    font-size: 16px;
  }

  .filter_list_wrap {
    gap: 15px;
  }

  .filter_list_wrap li {
    height: auto;
  }

  .filter_list_wrap li h5 {
    margin-left: 90px;
    padding-right: 15px;
  }

  .filter_list_wrap li .aw_badge {
    left: 10px;
  }

  .award_listbox_wrap .inner {
    padding: 40px 0 0;
  }

  .award_listbox {
    padding: 40px 0 60px;
  }
}

@media screen and (max-width: 640.98px) {

  /* スクロール阻害を防ぐため、固定高さを打ち消し */
  .l-pagesMain>.wrapper {
    height: auto !important;
    min-height: 100vh !important;
    max-height: none !important;
    overflow: visible !important;
  }

  /* コンテンツの高さ制限も解除 */
  .l-pagesMain .content {
    min-height: auto !important;
    height: auto !important;
  }

  /* ページ全体のスクロールを有効化 */
  .l-pagesMain {
    overflow: visible !important;
    height: auto !important;
  }
}