@charset "UTF-8";
@media screen and (max-width: 979px) {
  #breadcrumb {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
.inner {
  max-width: 1080px;
  margin: 0px auto;
  padding: 0px 15px;
}

.pc_page_only {
  display: block;
}
@media (max-width: 768px) {
  .pc_page_only {
    display: none;
  }
}

.sp_page_only {
  display: none;
}
@media (max-width: 768px) {
  .sp_page_only {
    display: block;
  }
}

.hero .mv_bg {
  background: url("/sustainability/society/contribution/collabo/archive/images/hero_mv_bg.png") no-repeat top center/cover;
  min-height: 273px;
  position: relative;
  padding: 35px 15px 0;
  -webkit-box-sizing: unset;
          box-sizing: unset;
}
.hero .mv_bg .hero-content {
  max-width: 810px;
  width: 100%;
  min-height: 238px;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 auto 10px;
  padding: 0 15px;
}
.hero .mv_bg .hero-content .hero_ttl {
  border: 0;
  padding-top: 42px;
}
.hero .mv_bg .hero-content .hero_ttl img {
  margin: 0 auto;
}
.hero .mv_bg .hero-content .hero_subttl {
  font-size: 36px;
  font-weight: 600;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .hero .mv_bg {
    background: url("/sustainability/society/contribution/collabo/archive/images/hero_mv_bg_sp.png") no-repeat top center/cover;
    padding: 47px 30px 0;
    min-height: 288px;
  }
  .hero .mv_bg .hero-content {
    padding: 0 20px;
    margin: 0 auto;
    min-height: 242px;
  }
  .hero .mv_bg .hero-content .hero_ttl {
    padding-top: 30px;
    max-width: 290px;
    margin: 0 auto;
  }
  .hero .mv_bg .hero-content .hero_subttl {
    font-size: 22px;
    margin-top: 20px;
  }
}
.hero .mv_content_bottom {
  margin-top: 60px;
}
.hero .mv_content_bottom .content_bottom {
  font-size: 15px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .hero .mv_content_bottom {
    margin-top: 62px;
  }
  .hero .mv_content_bottom .content_bottom {
    font-size: 16px;
    line-height: 1.5;
  }
}

.arrow_txt_link {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin-top: 14px;
}
.arrow_txt_link:after {
  content: "";
  position: relative;
  display: inline-block;
  background: url("/sustainability/society/contribution/collabo/archive/images/arrow_red.png") no-repeat 0 0/contain;
  width: 6px;
  height: 10px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .arrow_txt_link {
    font-size: 15px;
    margin-top: 21px;
  }
}

.gallery {
  padding-top: 17px;
  padding-bottom: 68px;
}
.gallery button,
.gallery select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

button[type="button"] {
  color: inherit !important;
  text-decoration: none !important;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (max-width: 768px) {
  .gallery {
    padding-top: 29px;
  }
  .gallery .inner {
    padding: 0 20px;
  }
}
.gallery .gallery_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.gallery .gallery_top .gallery_top_left {
  text-align: left;
}
.gallery .gallery_top .gallery_top_left .ttl {
  font-size: 16px;
}
.gallery .gallery_top .gallery_top_left .select-wrapper {
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
.gallery .gallery_top .gallery_top_left .select-wrapper .year-select {
  position: relative;
  display: inline-block;
}
.gallery .gallery_top .gallery_top_left .select-wrapper .year-select__trigger {
  position: relative;
  font-size: 40px;
  font-weight: 600;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0 20px 0 0;
}
.gallery .gallery_top .gallery_top_left .select-wrapper .year-select__trigger::after {
  content: "";
  width: 10px;
  height: 6px;
  background: url("/sustainability/society/contribution/collabo/archive/images/arrow_down_black.png") no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.gallery .gallery_top .gallery_top_left .select-wrapper .year-select__value {
  display: inline-block;
  color: #000;
}
.gallery .gallery_top .gallery_top_left .select-wrapper .year-select__dropdown {
  position: absolute;
  top: 168%;
  width: 194px;
  left: 0;
  background: #fff;
  max-height: 30vh;
  overflow-y: scroll;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  pointer-events: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  z-index: 100;
}
.gallery .gallery_top .gallery_top_left .select-wrapper .year-select__dropdown li {
  padding: 1.1111111111em;
  cursor: pointer;
  font-size: 18px;
  background: #eee;
  line-height: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  border-top: 1px solid #ddd;
}
.gallery .gallery_top .gallery_top_left .select-wrapper .year-select__dropdown li:hover {
  opacity: 0.5;
}
.gallery .gallery_top .gallery_top_left .select-wrapper .year-select.is-open .year-select__trigger::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.gallery .gallery_top .gallery_top_left .select-wrapper .year-select.is-open .year-select__dropdown {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 768px) {
  .gallery .gallery_top .gallery_top_left .ttl {
    font-size: 18px;
  }
  .gallery .gallery_top .gallery_top_left .select-wrapper {
    margin-top: 3px;
  }
  .gallery .gallery_top .gallery_top_left .select-wrapper .year-select__trigger {
    padding-right: 26px;
  }
  .gallery .gallery_top .gallery_top_left .select-wrapper .year-select__dropdown {
    top: 197%;
    width: 140px;
  }
}
.gallery .gallery__award-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
.gallery .gallery__award-list li {
  width: 14.2857142857%;
}
.gallery .gallery__award-list li .gallery__award-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #FF6665;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 113px;
  padding: 0 10px;
  row-gap: 20px;
  cursor: pointer;
}
.gallery .gallery__award-list li .gallery__award-btn.is-active {
  background: #FF6665;
  border: 1px solid #FF6665;
}
.gallery .gallery__award-list li .gallery__award-btn.is-active .gallery__award-label {
  color: #fff;
}
.gallery .gallery__award-list li .gallery__award-btn.is-active .gallery__award-count {
  background-color: #fff;
  color: #000;
}
.gallery .gallery__award-list li .gallery__award-btn.line_2 {
  row-gap: 5px;
}
.gallery .gallery__award-list li .gallery__award-btn:hover {
  opacity: 0.8;
}
.gallery .gallery__award-list li .gallery__award-btn .gallery__award-label {
  font-size: 16px;
  line-height: 1;
}
.gallery .gallery__award-list li .gallery__award-btn .gallery__award-count {
  display: inline-block;
  background-color: #FF6665;
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
  padding: 3px 0;
  width: 36px;
}
.gallery .gallery__award-list li:not(:nth-child(7n+1)) .gallery__award-btn {
  border-left: 0;
}
.gallery .gallery__award-list li:nth-child(n+8) .gallery__award-btn {
  border-top: 0;
}
@media (max-width: 768px) {
  .gallery .gallery__award-list {
    display: none;
    margin-top: 0;
  }
  .gallery .gallery__award-list li {
    width: 100%;
  }
  .gallery .gallery__award-list li .gallery__award-btn {
    border: 1px solid #FFD8D8;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 13px 13px 9px;
  }
  .gallery .gallery__award-list li .gallery__award-btn .gallery__award-label {
    font-size: 16px;
    color: #000;
  }
  .gallery .gallery__award-list li .gallery__award-btn .gallery__award-count {
    background-color: #FFD8D8;
    color: #000;
  }
  .gallery .gallery__award-list li:not(:nth-child(7n+1)) .gallery__award-btn {
    border-left: 1px solid #FFD8D8;
  }
  .gallery .gallery__award-list li:not(:nth-child(7n+1)) .gallery__award-btn.is-active {
    border-left: 1px solid #FF6665;
  }
  .gallery .gallery__award-list li:nth-child(n+8) .gallery__award-btn {
    border-top: 0;
  }
  .gallery .gallery__award-list li:nth-child(n+2) .gallery__award-btn {
    border-top: 0;
  }
}
.gallery .gallery__award-toggle {
  display: none;
}
@media (max-width: 768px) {
  .gallery .gallery__award {
    margin-top: 44px;
  }
  .gallery .gallery__award .gallery__award-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 8px 15px 9px;
    font-size: 16px;
    background: #FFD8D8;
    position: relative;
    color: #000;
  }
  .gallery .gallery__award .gallery__award-toggle:before {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 22px;
    height: 2px;
    background: #000;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .gallery .gallery__award .gallery__award-toggle:after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 2px;
    height: 22px;
    background: #000;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .gallery .gallery__award.is-open .gallery__award-toggle:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .gallery .gallery__award.is-open .gallery__award-list {
    display: block;
  }
}
.gallery .gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 40px;
  row-gap: 40px;
  -webkit-column-gap: 2.77%;
     -moz-column-gap: 2.77%;
          column-gap: 2.77%;
}
.gallery .gallery__list .gallery__item {
  width: 31.4814814815%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gallery .gallery__list .gallery__item .gallery__card {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.gallery .gallery__list .gallery__item .gallery__card:hover {
  opacity: 0.8;
}
.gallery .gallery__list .gallery__item .gallery__meta {
  font-size: 16px;
  margin-top: 12px;
  color: #000;
}
.gallery .gallery__list .gallery__item .gallery__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gallery .gallery__list .gallery__item .gallery__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .gallery .gallery__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px;
  }
  .gallery .gallery__list .gallery__item {
    width: 47.4285714286%;
  }
  .gallery .gallery__list .gallery__item .gallery__card {
    padding: 0;
  }
}
.gallery .gallery__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 46px;
}
.gallery .gallery__search .gallery__search-input {
  border: 1px solid #C2C2C2;
  border-radius: 6px;
  padding: 6px 10px 3px;
  font-size: 16px;
  width: 171px;
  outline: 0;
}
.gallery .gallery__search .gallery__search-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin-left: 15px;
  cursor: pointer;
}
.gallery .gallery__search .gallery__search-button .gallery__search-text {
  font-size: 10px;
  font-weight: bold;
  margin-top: 4px;
  color: #000;
}
@media (max-width: 768px) {
  .gallery .gallery__search {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 35px;
  }
  .gallery .gallery__search .gallery__search-input {
    width: 100%;
    max-width: 147px;
    font-size: 18px;
  }
  .gallery .gallery__search .gallery__search-button {
    margin-left: 12px;
  }
}
@media (max-width: 374px) {
  .gallery .gallery__search .gallery__search-input {
    max-width: 97px;
  }
}
.gallery .search-result-info {
  margin: 46px 0 0 0;
  font-size: 16px;
  display: none;
}
.gallery .search-result-info .txt_red {
  font-size: 20px;
  font-weight: 500;
  color: #FF6665;
}
@media (max-width: 768px) {
  .gallery .search-result-info {
    margin: 96px 0 0 0;
  }
}
.gallery #search-clear {
  border: 1px solid #E6000F;
  font-size: 18px;
  font-weight: 500;
  border-radius: 100px;
  padding: 9px 30px;
  cursor: pointer;
  margin-left: 29px;
  color: #000;
}
.gallery #search-clear:hover {
  opacity: 0.7;
}
.gallery #search-clear img {
  width: 15px;
  height: 15px;
  margin-right: 13px;
}
.gallery .no-result {
  margin: 20px 0;
  font-size: 16px;
  display: none;
}
.gallery .no-result .txt_notify .icon {
  display: inline-block;
  border-radius: 50%;
  background-color: #FFF3F3;
  padding: 14px 14px 10px;
  line-height: 1;
}
.gallery .no-result .txt_notify .icon img {
  width: 25px;
}
.gallery .no-result .txt_notify .txt {
  font-size: 16px;
  font-weight: 500;
  margin-top: 21px;
}
.gallery .no-result .btn_clear_search {
  margin-top: 36px;
  border: 1px solid #E6000F;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 10px 13px;
  min-width: 215px;
  cursor: pointer;
  color: #000;
}
.gallery .no-result .btn_clear_search:hover {
  opacity: 0.8;
}

.is-searching .gallery_top_left,
.is-searching .gallery__award {
  display: none;
}

/* ===== MODAL WRAPPER ===== */
.modal {
  position: fixed;
  inset: 0;
  z-index: 10100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-sizing: unset;
          box-sizing: unset;
}

/* Khi mở */
.modal.is-open {
  opacity: 1;
  visibility: visible;
}

/* ===== OVERLAY ===== */
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

/* ===== CONTENT BOX ===== */
body.is-locked {
  overflow: hidden;
}

.modal__content {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 1020px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 80px 30px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal.is-open .modal__content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 768px) {
  .modal__content {
    padding: 80px 30px 30px;
  }
}
/* ===== CLOSE BUTTON ===== */
.modal__close {
  position: fixed;
  top: 29px;
  right: 23px;
  background: url("/sustainability/society/contribution/collabo/archive/images/icon_close.png") no-repeat 0 0/contain;
  width: 33px;
  height: 33px;
  border: none;
  cursor: pointer;
  line-height: 1;
}
.modal__close.btn_close02 {
  position: relative;
  background: none;
  border: 1px solid #E6000F;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 500;
  top: 0;
  right: 0;
  padding: 19px 10px 12px;
  width: 184px;
  height: unset;
  margin-top: 40px;
  color: #000;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.modal__close:hover {
  opacity: 0.6;
}

/* ===== IMAGE ===== */
.modal__image {
  margin: 0 auto 20px;
  max-width: 800px;
  height: auto;
  display: block;
  border-radius: 8px;
}
@media (max-width: 960px) {
  .modal__image {
    width: 100%;
  }
}

/* ===== TEXT ===== */
.modal__author,
.modal__size {
  font-size: 16px;
  margin-bottom: 8px;
}

.instruction_txt {
  font-size: 12px;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .instruction_txt {
    margin-top: 25px;
    text-align: left;
    padding-left: 10px;
  }
}