html{
  scroll-behavior: smooth;
}

body {
  color: #003851;
  font-size: 16px !important;
}

.only-pc {
  display: block;
}

@media screen and (max-width: 1000px) {
  .only-pc {
    display: none;
  }
}

.only-sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .only-sp {
    display: block;
  }
}

.header__inner {
  width: 1000px;
  margin: auto;
  padding: 12px;
}

@media screen and (max-width: 1000px) {
  .header__inner {
    width: 100%;
    margin: 0;
    padding: 12px 20px 8px;
  }
}

.header__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #003851;
  text-decoration: none;
}

.header__link span {
  font-size: 10px;
  line-height: 1.5;
  margin-left: 15px;
}

@media screen and (max-width: 1000px) {
  .header__link img {
    width: 105px;
  }
}

.awards-section {
  position: relative;
}

.awards-section:not(:first-of-type) .awards-section__inner {
  padding: 100px 0 50px;
}

@media screen and (max-width: 1000px) {
  .awards-section:not(:first-of-type) .awards-section__inner {
    padding: 60px 20px 30px;
  }
}

.awards-section:nth-of-type(odd) {
  background-image: url(../img/bg.png);
  background-size: contain;
}

.awards-section__inner {
  position: relative;
  width: 800px;
  margin: auto;
}

@media screen and (max-width: 1000px) {
  .awards-section__inner {
    width: 100%;
    padding: 0 20px;
  }
}

.awards-section__title {
  position: relative;
  margin-bottom: 30px;
  color: #D1B04B;
  font-weight: bold;
  font-size: 30px;
}

@media screen and (max-width: 1000px) {
  .awards-section__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.awards-section__title::after {
  display: inline-block;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 30px;
  height: 4px;
  background-color: #D1B04B;
  content: "";
}

@media screen and (max-width: 1000px) {
  .awards-section__title::after {
    bottom: -20px;
  }
}

.awards-section__confetti {
  position: absolute;
  top: 56px;
  right: -40px;
}

@media screen and (max-width: 1000px) {
  .awards-section__confetti {
    top: 29px;
    right: 10px;
    width: 91px;
    height: auto;
  }
}

.awards-section__title-sub {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .awards-section__title-sub {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.awards-section__backnumber {
  position: relative;
  width: 800px;
  margin: auto;
  padding: 50px 0;
}

@media screen and (max-width: 1000px) {
  .awards-section__backnumber {
    width: 100%;
    padding: 50px 20px;
  }
}

.awards-description {
  position: relative;
  padding: 50px 0 110px;
}

@media screen and (max-width: 1000px) {
  .awards-description {
    padding: 30px 0;
  }
}

.awards-description__title {
  position: relative;
  z-index: 1;
  color: #D1B04B;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .awards-description__title {
    margin-bottom: 30px;
  }
}

.awards-description__title::after {
  display: inline-block;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 30px;
  height: 4px;
  background-color: #D1B04B;
  content: "";
}

.awards-description__title img {
  display: block;
  margin-bottom: 12px;
}

@media screen and (max-width: 1000px) {
  .awards-description__title img {
    width: 203px;
    height: auto;
  }
}

.awards-description__text {
  font-size: 16px;
  line-height: 1.8;
  padding-top: 30px;
}

@media screen and (min-width: 1000px) {
  .awards-description__text {
    position: absolute;
    top: 170px;
    right: 0;
    z-index: 0;
    width: 595px;
    padding: 50px 50px 50px 105px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffffff;
  }
}

@media screen and (max-width: 1000px) {
  .awards-description__text {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 1000px) {
  .awards-description__text br {
    display: none;
  }
}

.awards-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 60px 0 10px;
}

@media screen and (max-width: 1000px) {
  .awards-detail {
    font-size: 14px;
    line-height: 1.6;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px 0;
  }
}

.awards-detail__label {
  -ms-flex-preferred-size: 11%;
      flex-basis: 11%;
  padding: 2px 0;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(225,203,136,1) 0%, rgba(209,176,75,1) 100%);
  color: #ffffff;
  font-weight: normal;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .awards-detail__label {
    display: inline-block;
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    padding: 4px 10px;
  }
}

.awards-detail__label:not(:first-of-type) {
  margin-top: 15px;
}

.awards-detail__text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 89%;
  padding-left: 10px;
}

@media screen and (max-width: 1000px) {
  .awards-detail__text {
    width: 76%;
  }
}

.awards-detail__text:not(:first-of-type) {
  margin-top: 15px;
}

.awards-department {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
}

@media screen and (max-width: 1000px) {
  .awards-department {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 60px;
  }
}

.awards-department__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  color: #D1B04B;
  font-weight: 500;
}

.awards-department__heading::before, .awards-department__heading::after {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  height: 2px;
  background-color: #D1B04B;
  content: "";
}

.awards-department__heading::before {
  margin-right: 20px;
}

.awards-department__heading::after {
  margin-left: 20px;
}

.awards-department__item {
  position: relative;
  width: calc((100% - 60px) / 4);
  margin-top: 20px;
  padding: 15px 10px 35px;
  border-radius: 10px;
  background-color: #ffffff;
}

@media screen and (max-width: 1000px) {
  .awards-department__item {
    width: calc((100% - 10px) / 2);
    margin-top: 10px;
    padding: 15px 8px 35px;
  }
}

@media screen and (min-width: 1000px) {
  .awards-department__item:not(:first-of-type) {
    margin-left: 20px;
  }
}

.awards-department__link {
  color: #003851;
  text-decoration: none;
}

.awards-department__link::after {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  content: url(../img/chevron-down.svg);
  -webkit-transition: .2s ease;
  transition: .2s ease;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (max-width: 1000px) {
  .awards-department__link::after {
    bottom: 8px;
  }
}

.awards-department__link:hover {
  color: #D1B04B;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.awards-department__link:hover::after {
  bottom: 12px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.awards-department__title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .awards-department__title {
    font-size: 18px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 374px) {
  .awards-department__title {
    font-size: 14px;
    line-height: 1.3;
  }
}

.awards-department__title span {
  font-size: 16px;
}

@media screen and (max-width: 1000px) {
  .awards-department__title span {
    font-size: 14px;
  }
}

.awards-department__img {
  display: block;
  margin: 5px auto;
}

@media screen and (max-width: 1000px) {
  .awards-department__img {
    width: 80px;
    height: 80px;
  }
}

.awards-department__text {
  font-size: 13px;
  line-height: 1.6;
}

@media screen and (max-width: 1000px) {
  .awards-department__text {
    font-size: 12px;
    line-height: 1.6;
  }
}

.awards-item {
  padding: 80px 0 50px;
}

@media screen and (max-width: 1000px) {
  .awards-item {
    padding: 40px 0 30px;
  }
}

.awards-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .awards-item__wrapper {
    display: block;
  }
}

.awards-item__badge {
  position: absolute;
  top: -30px;
  left: -30px;
}

@media screen and (max-width: 1000px) {
  .awards-item__badge {
    top: -10px;
    left: -10px;
    width: 90px;
    height: 90px;
  }
}

.awards-item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 390px;
      flex-basis: 390px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-right: 20px;
}

@media screen and (max-width: 1000px) {
  .awards-item__img {
    margin-right: 0;
  }
}

@media screen and (min-width: 1000px) {
  .awards-item__img img {
    max-width: 390px;
  }
}

.awards-item__img img:first-of-type {
  margin-bottom: 2px;
}

@media screen and (max-width: 1000px) {
  .awards-item__img img:first-of-type {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: auto;
    border-radius: 20px 0 0 0;
  }
}

.awards-item__img img:nth-of-type(2) {
  margin-right: 2px;
}

@media screen and (max-width: 1000px) {
  .awards-item__img img:nth-of-type(2) {
    width: 60%;
  }
}

@media screen and (max-width: 1000px) {
  .awards-item__img img:nth-of-type(3) {
    width: calc(40% - 2px);
  }
}

.awards-item__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-preferred-size: calc(100% - 410px);
  flex-basis: calc(100% - 410px);
}

.awards-item__name {
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .awards-item__name {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 15px;
  }
}

.awards-item__shop {
  position: relative;
  margin: 8px 0 20px;
  color: #D1B04B;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 1000px) {
  .awards-item__shop {
    margin: 5px 0 20px;
    font-size: 14px;
  }
}

.awards-item__shop::after {
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 30px;
  height: 4px;
  background-color: #D1B04B;
  content: "";
}

@media screen and (max-width: 1000px) {
  .awards-item__shop::after {
    bottom: -20px;
  }
}

.awards-item__reason {
  font-size: 14px;
  line-height: 1.7;
  padding: 16px 0;
}

.awards-item__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  .awards-item__btn {
    display: block;
  }
}

.awards-item__link {
  position: relative;
  width: calc((100% - 20px) / 2);
  padding: 17px 18px 15px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(225,203,136,1) 0%, rgba(209,176,75,1) 100%);
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .awards-item__link {
    display: block;
    width: 100%;
  }
}

.awards-item__link::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: url(../img/chevron-right-white.svg);
  -webkit-transition: .2s ease;
  transition: .2s ease;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.awards-item__link:nth-of-type(2) {
  padding: 16px 18px;
  background: #ffffff;
  color: #D1B04B;
  border: 2px solid #D1B04B;
}

@media screen and (max-width: 1000px) {
  .awards-item__link:nth-of-type(2) {
    margin-top: 15px;
  }
}

.awards-item__link:nth-of-type(2)::after {
  content: url(../img/chevron-right.svg);
}

.awards-item__link:hover {
  opacity: .8;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.awards-item__link:hover::after {
  right: 17px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.awards-comment {
  position: relative;
  padding: 15px;
  flex: 1;
  border-radius: 10px;
  background-color: #FAF7EC;
}

@media screen and (max-width: 1000px) {
  .awards-comment {
    padding: 15px 20px;
  }
}

.awards-comment::before {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 20px;
  width: 45px;
  height: 39px;
  background-image: url("../img/apostrophe-gold.png");
  background-size: contain;
  content: "";
}

.awards-section:nth-of-type(odd) .awards-comment {
  background-color: #ffffff;
}

.awards-comment--review {
  position: relative;
  margin-top: 20px;
  padding: 15px 20px;
  border-radius: 10px;
  background-color: #F6EFD7;
}

.awards-comment--review::before {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 20px;
  width: 45px;
  height: 39px;
  background-image: url("../img/apostrophe-white.png");
  background-size: contain;
  content: "";
}

.awards-comment__heading {
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
}

.awards-comment__text, .awards-comment__name {
  font-size: 13px;
  line-height: 1.65;
}

.awards-comment__name {
  position: absolute;
  margin-top: 3px;
  text-align: right;
  right: 15px;
  bottom: 13px;
}

@media screen and (max-width: 1000px){
  .awards-comment__name {
    position: relative;
    right: auto;
    bottom: auto;
  }
}

.awards-comment__text {
  position: relative;
  z-index: 1;
  margin-top: 5px;
}

@media screen and (max-width: 1000px) {
  .awards-comment__text {
    margin-top: 8px;
  }
}

.awards-comment--review .awards-comment__text {
  font-size: 14px;
  line-height: 1.8;
}

.awards-comment__name {
  margin-top: 3px;
  text-align: right;
}

.awards-comment__title {
  margin-top: 5px;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 1000px) {
  .awards-comment__title {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
  }
}

.backnumber {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.backnumber__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.backnumber__title {
  margin-right: 24px;
  font-size: 40px;
  font-weight: bold;
  color: #F0E5C5;
}
.backnumber__link {
  display: flex;
}
.backnumber__link:first-of-type {
  width: 200px;
}

.backnumber__item {
  padding: 5px 10px;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  color: #D1B04B;
}
.backnumber__item:hover {
  opacity: 0.8;
}
.backnumber__item:nth-child(2) {
  margin-left: 30px;
  position: relative;
}
.backnumber__item:nth-child(2)::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #D1B04B;
  content: "";
}
@media screen and (max-width: 1000px) {
  .backnumber__title {
    font-size: 30px;
    margin-right: 20px;
  }
  .backnumber__item {
    font-size: 16px;
  }
  .backnumber__link:first-of-type {
    width: 166px;
  }
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1000px;
  margin: 30px auto 60px;
}

@media screen and (max-width: 1000px) {
  .footer__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 267px;
    margin: 30px auto;
  }
}

.footer {
  border-top: 1px solid #CCCCCC;
}

.footer__item {
  position: relative;
}

@media screen and (min-width: 1000px) {
  .footer__item:not(:first-of-type) {
    padding-left: 100px;
  }
  .footer__item:not(:first-of-type)::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background-color: #999999;
    content: "";
  }
}

@media screen and (max-width: 1000px) {
  .footer__item:not(:first-of-type) {
    margin-top: 20px;
  }
}

.footer__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #003851;
  text-decoration: none;
}

.footer__link:hover {
  opacity: 0.8;
}

.footer__link span {
  font-size: 10px;
  line-height: 1.6;
  margin-left: 15px;
}

.footer__copyright {
  margin-bottom: 10px;
  color: #999999;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .footer__copyright {
    font-size: 10px;
  }
}
