@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap");
/*$clr_white: #fff;
$clr_black: #000;
$clr_gray: #ccc;
$clr_blue: #006095;
$clr_orenge: #e33200;*/
p {
  line-height: 1.5;
}

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

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

/* --------------------------------------------------
-------------------------------------------------- kv */
#kv {
  position: relative;
  height: 100vh;
  background: url("../img/kv-bg.png");
  margin-bottom: 0;
  overflow: hidden;
}
#kv h1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 167px);
  width: 335px;
  height: 225px;
  margin: auto;
  z-index: 10;
}
#kv .catch {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 2.125rem;
  color: #fff;
  background: #000;
  padding: 22px 0;
}
#kv .catch .yellow {
  color: #ffff00;
}
#kv .illust {
  position: relative;
  height: 100vh;
}
#kv .cover {
  position: absolute;
  height: 100%;
}
#kv .cover01 {
  top: 0;
  left: calc(50% - 776px);
  width: 235px;
  background: url("../img/kv-img01.png") repeat-y center top/100%;
  -webkit-animation: infinity-scroll-01 150s infinite linear both;
          animation: infinity-scroll-01 150s infinite linear both;
}
#kv .cover02 {
  top: 0;
  left: calc(50% - 549px);
  width: 235px;
  background: url("../img/kv-img02.png") repeat-y center top/100%;
  -webkit-animation: infinity-scroll-02 150s infinite linear both;
          animation: infinity-scroll-02 150s infinite linear both;
}
#kv .cover03 {
  top: 0;
  left: calc(50% - 315px);
  width: 311px;
  background: url("../img/kv-img03.png") repeat-y center top/100%;
  -webkit-animation: infinity-scroll-01 150s infinite linear both;
          animation: infinity-scroll-01 150s infinite linear both;
}
#kv .cover04 {
  top: 0;
  right: calc(50% - 313px);
  width: 311px;
  background: url("../img/kv-img04.png") repeat-y center top/100%;
  -webkit-animation: infinity-scroll-02 150s infinite linear both;
          animation: infinity-scroll-02 150s infinite linear both;
}
#kv .cover05 {
  top: 0;
  right: calc(50% - 546px);
  width: 235px;
  background: url("../img/kv-img05.png") repeat-y center top/100%;
  -webkit-animation: infinity-scroll-01 150s infinite linear both;
          animation: infinity-scroll-01 150s infinite linear both;
}
#kv .cover06 {
  top: 0;
  right: calc(50% - 775px);
  width: 235px;
  background: url("../img/kv-img06.png") repeat-y center top/100%;
  -webkit-animation: infinity-scroll-02 150s infinite linear both;
          animation: infinity-scroll-02 150s infinite linear both;
}

@-webkit-keyframes infinity-scroll-01 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -4000px;
  }
}

@keyframes infinity-scroll-01 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -4000px;
  }
}
@-webkit-keyframes infinity-scroll-02 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 4000px;
  }
}
@keyframes infinity-scroll-02 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 4000px;
  }
}
@media screen and (min-width: 1569px) {
  #kv .cover01, #kv .cover02, #kv .cover05, #kv .cover06 {
    width: 15.6666666667vw;
  }
  #kv .cover03, #kv .cover04 {
    width: 20.7333333333vw;
  }
  #kv .cover01 {
    left: 0.1333333333vw;
  }
  #kv .cover02 {
    left: 14.5333333333vw;
  }
  #kv .cover03 {
    left: 29.2vw;
  }
  #kv .cover04 {
    right: 29.2vw;
  }
  #kv .cover05 {
    right: 14.5333333333vw;
  }
  #kv .cover06 {
    right: 0.1333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #kv h1 {
    width: 52.34375vw;
    height: 35.15625vw;
    left: calc(50% - 25.78vw);
  }
  #kv .catch {
    font-size: 4.375vw;
    padding: 3.90625vw 0;
  }
  #kv .illust {
    max-width: 100%;
    height: 100vh;
    overflow-x: hidden;
  }
  #kv .cover01 {
    top: 0;
    left: calc(50% - 54.69vw);
    width: 34.0625vw;
    background: url("../img/kv-img01-sp.png") repeat-y center top/100%;
    -webkit-animation: infinity-scroll-01 150s infinite linear both;
            animation: infinity-scroll-01 150s infinite linear both;
  }
  #kv .cover02 {
    top: 0;
    left: calc(50% - 22.34vw);
    width: 46.5625vw;
    background: url("../img/kv-img02-sp.png") repeat-y center top/100%;
    -webkit-animation: infinity-scroll-02 150s infinite linear both;
            animation: infinity-scroll-02 150s infinite linear both;
  }
  #kv .cover03 {
    top: 0;
    left: auto;
    right: calc(50% - 55.69vw);
    width: 34.0625vw;
    background: url("../img/kv-img03-sp.png") repeat-y center top/100%;
    -webkit-animation: infinity-scroll-01 150s infinite linear both;
            animation: infinity-scroll-01 150s infinite linear both;
  }
}
#header {
  position: relative;
  z-index: 6;
  height: 143px;
}
#header nav .gnav-pc {
  background-color: #000;
}
#header nav .gnav-pc ul {
  font-size: 0;
  width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 8px 0;
  text-align: center;
}
#header nav .gnav-pc ul li {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  border-left: 1px solid #fff;
  margin: 10px 0;
}
#header nav .gnav-pc ul li a {
  display: block;
  padding: 12px 30px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header nav .gnav-pc ul li a:hover {
  color: #f2fb0a;
}
#header nav .gnav-pc ul li span {
  display: block;
  padding: 10px 20px;
}
#header nav .gnav-pc ul li:nth-child(5), #header nav .gnav-pc ul li:last-child {
  border-right: 1px solid #fff;
}
#header nav .gnav-pc.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 143px;
  z-index: 999;
}
#header nav .gnav-sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  #header {
    position: relative;
    z-index: 99;
    height: auto;
  }
  #header img {
    width: 100%;
  }
  #header nav .gnav-pc {
    display: none;
  }
  #header nav .gnav-sp {
    display: block;
  }
  #header nav .gnav-sp .btn-nav {
    position: fixed;
    top: 3%;
    right: 3%;
    width: 11.4%;
    height: 11.4vw;
    background: url("../img/global-award/btn_nav_open.png") no-repeat top center;
    background-size: contain;
    z-index: 99;
  }
  #header nav .gnav-sp .btn-nav.active {
    background: url("../img/global-award/btn_nav_close.png") no-repeat top center;
    background-size: contain;
  }
  #header nav .gnav-sp .box {
    display: none;
    position: fixed;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100vh;
    background: url("../img/global-award/bg_nav.png") no-repeat bottom left #ea0000;
    background-size: 100%;
    text-align: center;
    padding: 5% 0 10%;
    overflow-y: scroll;
  }
  #header nav .gnav-sp .box .logo {
    width: 36.71875vw;
    margin: 0 auto 3%;
  }
  #header nav .gnav-sp .box ul {
    width: 88%;
    margin: 0 auto 10.9375vw;
  }
  #header nav .gnav-sp .box ul li {
    margin-bottom: 8.2%;
  }
  #header nav .gnav-sp .box .logo-kadokawa {
    width: 37.5vw;
    margin: 0 auto 2.1875vw;
  }
  #header nav .gnav-sp .box p.copy {
    font-size: 2.5vw;
    line-height: 1;
    color: #fff;
    margin-bottom: 9.375vw;
  }
}
.btn-next {
  padding: 70px 0;
  text-align: center;
  padding: 240px 0 180px;
  margin: -140px 0 0;
  z-index: 2;
  background: url("../img/global-award/bg_con02_bottom.png") no-repeat bottom center, url("../img/global-award/bg_con01.png") repeat top center;
}

@media only screen and (max-width: 768px) {
  .btn-next {
    padding: 9.375vw 0;
    padding: 13.4375vw 0 17.96875vw;
    margin: -3.125vw 0 0;
    background: url("../img/global-award/bg_con02_bottom-sp.png") no-repeat bottom center, url("../img/global-award/bg_con01-sp.png") repeat top center;
    background-size: 100%;
  }
  .btn-next img {
    width: 90.625vw;
    margin: 0 auto;
  }
}
.btn-winners {
  position: relative;
  background-color: #da091a;
  text-align: center;
  padding: 70px 0;
}
.btn-winners a {
  position: relative;
  display: block;
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  .btn-winners {
    padding: 9.375vw 0;
  }
  .btn-winners a {
    width: 90.625vw;
    margin: 0 auto;
  }
  .btn-winners a img {
    width: 100%;
  }
}
#content {
  background: url("../img/global-award/bg_bottom.png") no-repeat bottom center #fff;
  background-size: auto;
}
#content .btn-scroll {
  position: fixed;
  top: 90px;
  right: 0;
  z-index: 10;
}
#content section .inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  z-index: 2;
}
#content section h2 {
  text-align: center;
}
#content .coming-soon {
  padding: 120px 0 232px;
  text-align: center;
}
#content .btn-oubo {
  background: url("../img/global-award/bg_con03_top.png") no-repeat top center #da091a;
  padding: 300px 0 80px;
  margin: -200px 0 0;
  text-align: center;
}
#content .btn-oubo a, #content .btn-oubo span {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  #content {
    background: url("../img/global-award/bg_bottom-sp.png") no-repeat bottom center #fff;
    background-size: 100%;
  }
  #content .btn-scroll {
    width: 11.875vw;
    top: 22vw;
  }
  #content section .inner {
    width: auto;
  }
  #content img {
    width: 100%;
  }
  #content .coming-soon {
    width: 53.4375vw;
    margin: 0 auto;
    padding: 17.96875vw 0 16.40625vw;
  }
  #content .btn-oubo {
    background: url("../img/global-award/bg_con03_top.png") no-repeat top center #da091a;
    padding: 46.875vw 0 12.5vw;
    margin: -37.5vw 0 0;
  }
  #content .btn-oubo a {
    display: block;
    width: 84.375vw;
    margin: 0 auto;
  }
  #content .btn-oubo span {
    display: block;
    width: 84.375vw;
    margin: 0 auto;
  }
}
#content .intro {
  padding: 40px 0 20px;
  background-color: #da091a;
}

#content .intro p {
  text-align: center;
  color: #fff;
  font-size: 26px;
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  #content .intro {
    padding: 6.25vw 5.9375vw 4.6875vw;
    background-color: #da091a;
  }
  #content .intro p {
    font-size: 4.0625vw;
    line-height: 1.5;
  }
}
#result {
  position: relative;
  padding: 280px 0 160px;
  margin: -80px 0 0;
  background: url("../img/global-award/bg_con02_top.png") no-repeat center -0.1%, url("../img/global-award/bg_con02_bottom.png") no-repeat center 100.1%, url("../img/global-award/bg_con01.png") repeat top center;
}
#result h2 {
  margin-bottom: 20px;
}
#result .box {
  padding: 0 22px 32px;
  background-color: #fff;
  border: 5px solid #b8b8bb;
  text-align: center;
  border-radius: 30px;
}
#result .box dl dt {
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
  color: #f2fb0a;
  background-color: #000;
  border-radius: 50px;
  margin: 42px 0 20px;
}
#result .box dl dd {
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
  margin-left: 25px;
}
#result .box p {
  font-size: 24px;
  margin: 35px 0 10px;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  #result {
    padding: 13.4375vw 0 17.96875vw;
    margin: -0.15625vw 0 0;
    background: url("../img/global-award/bg_con02_top-sp.png") no-repeat top center, url("../img/global-award/bg_con02_bottom-sp.png") no-repeat bottom center, url("../img/global-award/bg_con01-sp.png") repeat top center;
    background-size: 100%;
  }
  #result h2 {
    margin-bottom: 3.4375vw;
  }
  #result .box {
    padding: 0 3.125vw 4.0625vw;
    margin: 0 3.125vw;
    border: 0.78125vw solid #b8b8bb;
    border-radius: 4.6875vw;
  }
  #result .box dl dt {
    font-size: 4.375vw;
    line-height: 1.2;
    padding: 0.78125vw 0;
    border-radius: 7.8125vw;
    margin: 6.25vw 0 3.125vw;
  }
  #result .box dl dd {
    font-size: 3.75vw;
    margin-left: 1.5625vw;
  }
}
.bnr-winner {
  text-align: center;
  background-color: #da091a;
  padding: 50px 0 30px;
}
.bnr-winner a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bnr-winner a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .bnr-winner {
    padding: 6.25vw 0 4.6875vw;
  }
  .bnr-winner a {
    display: block;
    width: 93.75vw;
    margin: 0 auto;
  }
}
#support {
  background-color: #da091a;
  padding: 144px 0 50px;
  margin-top: -110px;
}
#support h2 {
  margin-bottom: 20px;
}
#support .block {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 25px;
  border-radius: 30px;
  background-color: #fff;
}
#support h3 {
  font-size: 28px;
  color: #f2fb0a;
  line-height: 1.2;
  text-align: center;
  padding: 8px 0;
  border-radius: 30px;
  background-color: #000;
  margin-bottom: 18px;
}
#support p.text {
  font-size: 25px;
  line-height: 1.3;
  color: #f7081b;
  font-weight: bold;
  text-align: center;
  margin-bottom: 18px;
}
#support p.text span {
  font-size: 29px;
}
#support p.txt1 {
  font-size: 22px;
  line-height: 1.3;
  padding: 0 8px;
  margin-bottom: 82px;
}
#support .cmt-con {
  position: relative;
  padding: 0 30px 30px;
  background-color: #fcfdd3;
}
#support .cmt-con .ttl {
  text-align: center;
  margin-bottom: 45px;
}
#support .cmt-con .ttl img {
  margin-top: -30px;
}
#support .cmt-con .cmt-box:not(:last-of-type) {
  margin-bottom: 52px;
}
#support .cmt-con .cmt-box .wrap {
  width: 870px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#support .cmt-con .cmt-box .icon {
  width: 254px;
}
#support .cmt-con .cmt-box .txt-box {
  width: 600px;
}
#support .cmt-con .cmt-box .txt-box p {
  font-weight: bold;
}
#support .cmt-con .cmt-box .txt-box p.name {
  font-size: 50px;
  line-height: 1;
  margin: -4px 0 8px;
}
#support .cmt-con .cmt-box .txt-box p.name-en {
  font-size: 15px;
  color: #fff;
  padding-left: 8px;
  background-color: #000;
  margin-bottom: 8px;
}
#support .cmt-con .cmt-box .txt-box p.about {
  font-size: 16px;
}
#support .cmt-con .cmt-box .txt-box p.about span {
  font-style: italic;
}
#support .cmt-con .cmt-box .comment {
  margin-top: -80px;
  padding: 35px 70px 35px 294px;
  background-color: #fff;
  background: url("../img/global-award/bg_support_box-pc.png") no-repeat bottom left;
}
#support .cmt-con .cmt-box .comment p.midashi {
  margin-bottom: 15px;
}
#support .cmt-con .cmt-box .comment p.txt {
  font-size: 20px;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  #support {
    padding: 5.3125vw 0 7.8125vw;
    margin-top: 0;
  }
  #support h2 {
    margin-bottom: 3.125vw;
  }
  #support .block {
    width: 87.5vw;
    padding: 4.6875vw 3.125vw;
    border-radius: 4.6875vw;
  }
  #support h3 {
    font-size: 4.375vw;
    padding: 1.25vw 0;
    border-radius: 7.8125vw;
    margin-bottom: 3.125vw;
  }
  #support p.text {
    font-size: 4.21875vw;
    line-height: 1.5;
    margin-bottom: 4.375vw;
  }
  #support p.text span {
    font-size: 5.78125vw;
  }
  #support p.txt1 {
    font-size: 2calc 3.4375vw;
    line-height: 1.4;
    padding: 0 1.25vw;
    margin-bottom: 9.6875vw;
  }
  #support .cmt-con {
    padding: 0 2.5vw 3.125vw;
  }
  #support .cmt-con .ttl {
    text-align: center;
    margin-bottom: 4.375vw;
  }
  #support .cmt-con .ttl img {
    margin-top: -6.25vw;
  }
  #support .cmt-con .cmt-box:not(:last-of-type) {
    margin-bottom: 10.625vw;
  }
  #support .cmt-con .cmt-box .wrap {
    width: auto;
    display: block;
    margin-left: 0;
  }
  #support .cmt-con .cmt-box .icon {
    width: 57.5vw;
    margin: 0 auto 2.5vw;
  }
  #support .cmt-con .cmt-box .txt-box {
    position: relative;
    width: 75.9375vw;
    margin: 0 auto;
  }
  #support .cmt-con .cmt-box .txt-box p.name {
    font-size: 7.8125vw;
    margin: 0 0 1.5625vw;
    text-align: center;
  }
  #support .cmt-con .cmt-box .txt-box p.name-en {
    font-size: 2.34375vw;
    padding-left: 0;
    margin-bottom: 1.5625vw;
    text-align: center;
  }
  #support .cmt-con .cmt-box .txt-box p.about {
    font-size: 2.8125vw;
  }
  #support .cmt-con .cmt-box .comment {
    margin-top: -50vw;
    padding: 53.125vw 3.125vw 9.375vw 3.125vw;
    background: url("../img/top/bg_support_box-sp.png") no-repeat bottom left #fff;
    background-size: 100%;
  }
  #support .cmt-con .cmt-box .comment p.midashi {
    margin-bottom: 1.5625vw;
  }
  #support .cmt-con .cmt-box .comment p.txt {
    font-size: 3.125vw;
    padding: 0 0.625vw;
  }
}
#prize {
  margin-top: -120px;
  padding: 148px 0 40px;
  background: #da091a;
}
#prize .inner {
  z-index: 5 !important;
}
#prize h2 {
  margin-bottom: 55px;
}
#prize .note {
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
  padding: 0 20px;
}
#prize .block {
  padding: 0 50px 25px;
  border-radius: 30px;
  text-align: center;
  background: url("../img/global-award/bg_prize.png") repeat top center;
}
#prize .block.block1 {
  margin-bottom: 68px;
}
#prize .block h3 {
  display: inline-block;
  font-size: 50px;
  color: #fff;
  line-height: 1.1;
  margin: -28px 0 16px;
}
#prize .block ul {
  margin-bottom: 20px;
}
#prize .block ul li:not(:last-child) {
  margin-bottom: 15px;
}
#prize .block p.txt {
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  #prize {
    margin-top: 0;
    padding: 0.625vw 0 6.25vw;
  }
  #prize h2 {
    margin-bottom: 10.625vw;
  }
  #prize .note {
    font-size: 2.5vw;
    margin-top: 2.34375vw;
    padding: 0 6.25vw;
  }
  #prize .block {
    padding: 0 3.125vw 4.6875vw;
    margin: 0 3.125vw;
    border-radius: 4.6875vw;
    text-align: center;
    background: url("../img/global-award/bg_prize-sp.png") repeat top center;
  }
  #prize .block.block1 {
    margin-bottom: 10.9375vw;
  }
  #prize .block h3 {
    font-size: 7.8125vw;
    margin: -4.375vw 0 2.8125vw;
  }
  #prize .block ul {
    margin-bottom: 3.125vw;
  }
  #prize .block ul li:not(:last-child) {
    margin-bottom: 2.1875vw;
  }
  #prize .block p.txt {
    font-size: 3.75vw;
  }
}
#about {
  padding-top: 200px;
  margin-top: -200px;
  background-color: #da091a;
}
#about h2 {
  margin-bottom: 18px;
}
#about .box {
  position: relative;
  z-index: 3;
  border: 5px solid #b70d1a;
  border-radius: 30px;
  background-color: #fff;
  padding: 38px 32px 30px;
}
#about .box .txt {
  display: inline-block;
  vertical-align: top;
  margin: 8px 20px 0 0;
  width: 592px;
}
#about .box .txt h3 {
  position: relative;
  line-height: 1;
  margin-bottom: 50px;
}
#about .box .txt h3::after {
  content: "";
  background: url("../img/global-award/img_about01-pc.png") no-repeat top center;
  background-size: contain;
  position: absolute;
  top: -10px;
  right: 28px;
  width: 90px;
  height: 130px;
  -webkit-animation: hand 2.5s ease infinite;
          animation: hand 2.5s ease infinite;
}
@-webkit-keyframes hand {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(1vw);
            transform: translateY(1vw);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(1vw);
            transform: translateY(1vw);
  }
  80% {
    -webkit-transform: translateY(1vw);
            transform: translateY(1vw);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes hand {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(1vw);
            transform: translateY(1vw);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(1vw);
            transform: translateY(1vw);
  }
  80% {
    -webkit-transform: translateY(1vw);
            transform: translateY(1vw);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#about .box .txt p {
  font-size: 22px;
  margin-bottom: 98px;
}
#about .box .txt p span {
  color: #ff0000;
  font-weight: bold;
}
#about .box .image {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  padding-top: 22px;
}
#about .box .btn {
  border: 5px solid #ff0000;
  width: 590px;
}
#about .box .btn a {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  color: #ff0000;
  padding: 25px 0 25px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#about .box .btn a::before {
  content: "";
  display: block;
  background: url("../img/global-award/btn_about-off.png") no-repeat top center;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#about .box .btn:hover a {
  color: #fff;
  background-color: #ff0000;
}
#about .box .btn:hover a::before {
  background: url("../img/global-award/btn_about-on.png") no-repeat top center;
}

@media only screen and (max-width: 768px) {
  #about {
    margin-top: 0;
    padding: 0 0 6.25vw;
  }
  #about h2 {
    margin-bottom: 4.375vw;
  }
  #about h2 img {
    margin-top: -4.6875vw;
  }
  #about h2 {
    margin-bottom: 4.0625vw;
  }
  #about .box {
    border: 0.78125vw solid #b70d1a;
    border-radius: 4.6875vw;
    padding: 7.5vw 4.6875vw 5.9375vw;
    margin: 0 3.125vw;
  }
  #about .box .txt {
    margin: 0;
    width: auto;
  }
  #about .box .txt h3 {
    width: 73.4375vw;
    margin-bottom: 4.375vw;
    margin-left: 0;
  }
  #about .box .txt h3::after {
    content: "";
    background: url("../img/global-award/img_about01-sp.png") no-repeat top center;
    background-size: contain;
    position: absolute;
    top: inherit;
    bottom: -15.625vw;
    right: -1.5625vw;
    width: 14.0625vw;
    height: 20.3125vw;
  }
  #about .box .image {
    width: 84.0625vw;
    display: block;
    margin-bottom: 5vw;
    padding-top: 0;
  }
  #about .box .btn {
    border: 0.78125vw solid #ff0000;
    width: 81.25vw;
  }
  #about .box .btn a {
    font-size: 4.375vw;
    line-height: 1;
    font-weight: bold;
    color: #ff0000;
    padding: 4.0625vw 0 4.0625vw 14.0625vw;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-align: left;
  }
  #about .box .btn a::before {
    content: "";
    display: block;
    background: url("../img/global-award/btn_about-off.png") no-repeat top center;
    width: 7.5vw;
    height: 7.5vw;
    left: 2.1875vw;
  }
  #about .box .btn:hover a {
    color: #ff0000;
    background-color: #fff;
  }
  #about .box .btn:hover a::before {
    background: unset;
  }
}
#important {
  margin-bottom: 80px;
}
#important dl dt {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 32px;
}
#important dl dd {
  font-size: 18px;
  line-height: 1.8;
}
#important dl dd a {
  color: #f7081b;
}

@media only screen and (max-width: 768px) {
  #important {
    padding-top: 0.78125vw;
    margin-bottom: 12.5vw;
  }
  #important dl {
    margin: 0 3.125vw;
  }
  #important dl dt {
    font-size: 3.4375vw;
    margin-top: 5.46875vw;
  }
  #important dl dd {
    font-size: 2.8125vw;
  }
}
#prize-about {
  position: relative;
  padding: 280px 0 160px;
  margin: -80px 0 0;
  background: url("../img/global-award/bg_con02_top.png") no-repeat center -0.1%, url("../img/global-award/bg_con02_bottom.png") no-repeat center 100.1%, url("../img/global-award/bg_con01.png") repeat top center;
}
#prize-about h2 {
  margin-bottom: 22px;
}
#prize-about .box {
  padding: 30px 36px;
  border: 5px solid #b8b8bb;
  background-color: #fff;
  border-radius: 30px;
}
#prize-about .box p {
  font-size: 20px;
  line-height: 1.8;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  #prize-about {
    padding: 13.4375vw 0 17.96875vw;
    margin: -0.15625vw 0 0;
    background: url("../img/global-award/bg_con02_top-sp.png") no-repeat top center, url("../img/global-award/bg_con02_bottom-sp.png") no-repeat bottom center, url("../img/global-award/bg_con01-sp.png") repeat top center;
    background-size: 100%;
  }
  #prize-about h2 {
    margin-bottom: 3.125vw;
  }
  #prize-about .box {
    padding: 3.125vw 4.375vw;
    border-radius: 4.6875vw;
    margin: 0 3.125vw;
    border: 0.78125vw solid #b8b8bb;
  }
  #prize-about .box p {
    font-size: 3.125vw;
  }
}
#about {
  padding-top: 200px;
  margin-top: -200px;
  background-color: #da091a;
}
#about h2 {
  margin-bottom: 18px;
}
#about .box {
  position: relative;
  z-index: 3;
  border: 5px solid #b70d1a;
  border-radius: 30px;
  background-color: #fff;
  padding: 38px 32px 30px;
}
#about .box .txt {
  display: inline-block;
  vertical-align: top;
  margin: 8px 20px 0 0;
  width: 592px;
}
#about .box .txt h3 {
  position: relative;
  line-height: 1;
  margin-bottom: 50px;
}
#about .box .txt h3::after {
  content: "";
  background: url("../img/global-award/img_about01-pc.png") no-repeat top center;
  background-size: contain;
  position: absolute;
  top: -10px;
  right: 28px;
  width: 90px;
  height: 130px;
  -webkit-animation: hand 2.5s ease infinite;
          animation: hand 2.5s ease infinite;
}
@keyframes hand {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(1vw);
            transform: translateY(1vw);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(1vw);
            transform: translateY(1vw);
  }
  80% {
    -webkit-transform: translateY(1vw);
            transform: translateY(1vw);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#about .box .txt p {
  font-size: 22px;
  margin-bottom: 98px;
}
#about .box .txt p span {
  color: #ff0000;
  font-weight: bold;
}
#about .box .image {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  padding-top: 22px;
}
#about .box .btn {
  border: 5px solid #ff0000;
  width: 590px;
}
#about .box .btn a {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  color: #ff0000;
  padding: 25px 0 25px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#about .box .btn a::before {
  content: "";
  display: block;
  background: url("../img/global-award/btn_about-off.png") no-repeat top center;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#about .box .btn:hover a {
  color: #fff;
  background-color: #ff0000;
}
#about .box .btn:hover a::before {
  background: url("../img/global-award/btn_about-on.png") no-repeat top center;
}

@media only screen and (max-width: 768px) {
  #about {
    margin-top: 0;
    padding: 0 0 6.25vw;
  }
  #about h2 {
    margin-bottom: 4.375vw;
  }
  #about h2 img {
    margin-top: -4.6875vw;
  }
  #about h2 {
    margin-bottom: 4.0625vw;
  }
  #about .box {
    border: 0.78125vw solid #b70d1a;
    border-radius: 4.6875vw;
    padding: 7.5vw 4.6875vw 5.9375vw;
    margin: 0 3.125vw;
  }
  #about .box .txt {
    margin: 0;
    width: auto;
  }
  #about .box .txt h3 {
    width: 73.4375vw;
    margin-bottom: 4.375vw;
    margin-left: 0;
  }
  #about .box .txt h3::after {
    content: "";
    background: url("../img/global-award/img_about01-sp.png") no-repeat top center;
    background-size: contain;
    position: absolute;
    top: inherit;
    bottom: -15.625vw;
    right: -1.5625vw;
    width: 14.0625vw;
    height: 20.3125vw;
  }
  #about .box .image {
    width: 84.0625vw;
    display: block;
    margin-bottom: 5vw;
    padding-top: 0;
  }
  #about .box .btn {
    border: 0.78125vw solid #ff0000;
    width: 81.25vw;
  }
  #about .box .btn a {
    font-size: 4.375vw;
    line-height: 1;
    font-weight: bold;
    color: #ff0000;
    padding: 4.0625vw 0 4.0625vw 14.0625vw;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-align: left;
  }
  #about .box .btn a::before {
    content: "";
    display: block;
    background: url("../img/global-award/btn_about-off.png") no-repeat top center;
    width: 7.5vw;
    height: 7.5vw;
    left: 2.1875vw;
  }
  #about .box .btn:hover a {
    color: #ff0000;
    background-color: #fff;
  }
  #about .box .btn:hover a::before {
    background: unset;
  }
}
#merit {
  position: relative;
  padding: 280px 0 160px;
  margin: -80px 0 0;
  background: url("../img/global-award/bg_con02_top.png") no-repeat center -0.1%, url("../img/global-award/bg_con02_bottom.png") no-repeat center 100.1%, url("../img/global-award/bg_con01.png") repeat top center;
}
#merit h2 {
  margin-bottom: 30px;
}
#merit ul {
  padding: 42px 40px;
  border-radius: 30px;
  border: 5px solid #b8b8bb;
  background-color: #fff;
}
#merit ul li {
  position: relative;
  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;
  height: 110px;
  padding-left: 138px;
  background: url("../img/global-award/bg_merit.png") repeat top left;
}
#merit ul li:not(:last-child) {
  margin-bottom: 25px;
}
#merit ul li::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -12px;
  width: 127px;
  height: 112px;
  background: url("../img/global-award/img_merit01.png") no-repeat top center;
  background-size: contain;
}
#merit ul li:nth-child(1)::after {
  background: url("../img/global-award/img_merit01.png") no-repeat top center;
  background-size: contain;
}
#merit ul li:nth-child(2)::after {
  background: url("../img/global-award/img_merit02.png") no-repeat top center;
  background-size: contain;
}
#merit ul li:nth-child(3)::after {
  background: url("../img/global-award/img_merit03.png") no-repeat top center;
  background-size: contain;
}
#merit ul li:nth-child(4)::after {
  background: url("../img/global-award/img_merit04.png") no-repeat top center;
  background-size: contain;
}
#merit ul li:nth-child(5)::after {
  background: url("../img/global-award/img_merit05.png") no-repeat top center;
  background-size: contain;
}
#merit ul li p {
  font-size: 24px;
  line-height: 1.3;
  color: #f7081b;
}
#merit ul li p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: linear-gradient(transparent 60%, #ff6 60%);
}

@media only screen and (max-width: 768px) {
  #merit {
    padding: 13.4375vw 0 17.96875vw;
    margin: -0.15625vw 0 0;
    background: url("../img/global-award/bg_con02_top-sp.png") no-repeat top center, url("../img/global-award/bg_con02_bottom-sp.png") no-repeat bottom center, url("../img/global-award/bg_con01-sp.png") repeat top center;
    background-size: 100%;
  }
  #merit h2 {
    margin-bottom: 3.4375vw;
  }
  #merit ul {
    padding: 6.875vw 4.0625vw;
    border-radius: 4.6875vw;
    margin: 0 3.125vw;
    border: 0.78125vw solid #b8b8bb;
  }
  #merit ul li {
    height: 31.25vw;
    padding: 0 3.4375vw 0 20vw;
    background: url("../img/global-award/bg_merit.png") repeat top left;
  }
  #merit ul li:not(:last-child) {
    margin-bottom: 3.90625vw;
  }
  #merit ul li::after {
    top: -1.5625vw;
    left: -1.875vw;
    width: 19.84375vw;
    height: 17.5vw;
  }
  #merit ul li p {
    font-size: 3.75vw;
  }
}
#period {
  padding-top: 200px;
  margin-top: -200px;
  background-color: #da091a;
}
#period h2 {
  margin-bottom: 22px;
}
#period .box {
  padding: 48px 0;
  background-color: #fff;
  border: 5px solid #b70d1a;
  text-align: center;
  border-radius: 30px;
}

@media only screen and (max-width: 768px) {
  #period {
    margin-top: 0;
    padding: 1.5625vw 0 6.25vw;
  }
  #period h2 {
    margin-bottom: 2.5vw;
  }
  #period .box {
    padding: 3.125vw 0;
    margin: 0 3.125vw;
    border: 0.78125vw solid #b70d1a;
    border-radius: 4.6875vw;
  }
}
#judge {
  padding: 280px 0 160px;
  margin: -80px 0 0;
  background: url("../img/global-award/bg_con02_top.png") no-repeat center -0.1%, url("../img/global-award/bg_con02_bottom.png") no-repeat center 100.1%, url("../img/global-award/bg_con01.png") repeat top center;
}
#judge h2 {
  margin-bottom: 20px;
}
#judge .box {
  padding: 38px 20px;
  background-color: #fff;
  border: 5px solid #b8b8bb;
  text-align: center;
  border-radius: 30px;
}
#judge .box p {
  font-size: 24px;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  #judge {
    padding: 13.4375vw 0 17.96875vw;
    margin: -0.15625vw 0 0;
    background: url("../img/global-award/bg_con02_top-sp.png") no-repeat top center, url("../img/global-award/bg_con02_bottom-sp.png") no-repeat bottom center, url("../img/global-award/bg_con01-sp.png") repeat top center;
    background-size: 100%;
  }
  #judge h2 {
    margin-bottom: 3.125vw;
  }
  #judge .box {
    padding: 4.6875vw 2.5vw;
    margin: 0 3.125vw;
    border: 0.78125vw solid #b8b8bb;
    border-radius: 4.6875vw;
  }
  #judge .box p {
    font-size: 3.75vw;
    text-align: left;
  }
}
#select-method {
  background-color: #da091a;
}
#select-method h2 {
  margin-bottom: 20px;
}
#select-method .box {
  padding: 38px 34px;
  background-color: #fff;
  border: 5px solid #b70d1a;
  text-align: center;
  border-radius: 30px;
}
#select-method .box p {
  font-size: 24px;
  text-align: left;
}
#select-method .box p.note {
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  #select-method {
    padding: 1.5625vw 0 6.25vw;
  }
  #select-method h2 {
    margin-bottom: 3.4375vw;
  }
  #select-method .box {
    padding: 3.90625vw 2.5vw;
    margin: 0 3.125vw;
    border: 0.78125vw solid #b70d1a;
    border-radius: 4.6875vw;
  }
  #select-method .box p {
    font-size: 3.75vw;
    text-align: left;
  }
  #select-method .box p.note {
    font-size: 2.5vw;
  }
}
#qualification {
  padding-top: 200px;
  margin-top: -200px;
  background-color: #da091a;
}
#qualification h2 {
  margin-bottom: 18px;
}
#qualification .box {
  padding: 38px 34px;
  background-color: #fff;
  border: 5px solid #b70d1a;
  text-align: center;
  border-radius: 30px;
}
#qualification .box p {
  text-align: left;
}
#qualification .box p.txt {
  font-size: 22px;
  margin-bottom: 20px;
}
#qualification .box p.txt span {
  font-size: 25px;
  font-weight: bold;
  color: #b70d1a;
}
#qualification .box p.note {
  font-size: 16px;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  #qualification {
    margin-top: 0;
    padding: 0 0 6.25vw;
  }
  #qualification h2 {
    margin-bottom: 3.125vw;
  }
  #qualification .box {
    padding: 4.375vw 2.8125vw;
    margin: 0 3.125vw;
    border: 0.78125vw solid #b70d1a;
    border-radius: 4.6875vw;
  }
  #qualification .box p.txt {
    font-size: 3.4375vw;
    margin-bottom: 3.125vw;
  }
  #qualification .box p.txt span {
    font-size: 3.90625vw;
  }
  #qualification .box p.note {
    font-size: 2.5vw;
  }
}
#rule {
  padding: 280px 0 160px;
  margin: -80px 0 0;
  background: url("../img/global-award/bg_con02_top.png") no-repeat center -0.1%, url("../img/global-award/bg_con03_bottom.png") no-repeat center 100.1%, url("../img/global-award/bg_con01.png") repeat top center;
}
#rule h2 {
  margin-bottom: 22px;
}
#rule h3 {
  font-size: 28px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 25px;
  border-radius: 50px;
  background-color: #000;
}
#rule .box {
  position: relative;
  padding: 46px 22px 260px;
  background-color: #fff;
  border: 5px solid #b8b8bb;
  text-align: center;
  border-radius: 30px;
}
#rule .box .txt-box {
  width: 500px;
  position: absolute;
  bottom: 74px;
  left: 48px;
}
#rule .box .txt-box p {
  font-size: 20px;
  line-height: 1.8;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  #rule {
    padding: 13.4375vw 0 17.96875vw;
    margin: -0.15625vw 0 0;
    background: url("../img/global-award/bg_con02_top-sp.png") no-repeat top center, url("../img/global-award/bg_con03_bottom-sp.png") no-repeat bottom center, url("../img/global-award/bg_con01-sp.png") repeat top center;
    background-size: 100%;
  }
  #rule h2 {
    margin-bottom: 3.125vw;
  }
  #rule h3 {
    font-size: 4.375vw;
    margin: 0 1.5625vw 3.75vw;
    border-radius: 7.8125vw;
  }
  #rule .box {
    position: relative;
    padding: 5.625vw 1.875vw 3.75vw;
    margin: 0 3.125vw;
    border: 0.78125vw solid #b8b8bb;
    border-radius: 4.6875vw;
  }
  #rule .box .image {
    width: 86.875vw;
    margin-bottom: 2.5vw;
  }
  #rule .box .txt-box {
    width: auto;
    position: static;
  }
  #rule .box .txt-box p {
    font-size: 3.125vw;
  }
}
#past-results {
  position: relative;
  padding: 240px 0 60px;
  margin: -200px 0 0;
  background: url("../img/global-award/bg_con02_top.png") no-repeat center -0.1%, url("../img/global-award/bg_con01.png") repeat top center;
}
#past-results h2 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  #past-results {
    padding: 13.4375vw 0 14.0625vw;
    margin: -7.8125vw 0 0;
    background: url("../img/global-award/bg_con02_top-sp.png") no-repeat top center, url("../img/global-award/bg_con01-sp.png") repeat top center;
    background-size: 100%;
  }
  #past-results h2 {
    margin-bottom: 3.4375vw;
  }
  #past-results .btn {
    width: 93.75vw;
    margin: 0 auto;
  }
}
#copy-block {
  padding: 300px 0 80px;
  margin: -200px 0 0;
  background-color: #fff;
  background: url("../img/global-award/bg_con02_top.png") no-repeat center -0.1% #fff;
}
#copy-block h3 {
  width: 1000px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 20px;
}
#copy-block p {
  width: 1000px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  #copy-block {
    padding: 21.875vw 0 12.5vw;
    margin: -7.8125vw 0 0;
    background-color: #fff;
    background: url("../img/global-award/bg_con02_top-sp.png") no-repeat center -0.2% #fff;
  }
  #copy-block h3 {
    width: auto;
    font-size: 2.5vw;
    text-align: center;
    margin-bottom: 3.125vw;
  }
  #copy-block p {
    width: 90.625vw;
    margin: 0 auto;
    font-size: 2.1875vw;
    line-height: 1.8;
  }
}
#kr #header nav .gnav-pc ul li a {
  padding: 12px 60px;
}
#kr .intro p:nth-child(2) {
  font-size: 28px;
  margin-top: 30px;
  font-weight: 600;
  color: #f9f93b;
}
@media only screen and (max-width: 768px) {
  #kr .intro p {
    margin: 0 -5.9375vw;
  }
}
#kr #merit ul li p span {
  background: transparent;
}
#kr #rule .box .txt-box {
  bottom: 136px;
}
#kr #past-results {
  padding-bottom: 160px;
  background: url("../img/global-award/bg_con02_top.png") no-repeat center -0.1%, url("../img/global-award/bg_con03_bottom.png") no-repeat center bottom, url("../img/global-award/bg_con01.png") repeat top center;
}
#kr #past-results h2 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #kr #past-results h2 {
    margin-bottom: 7.03125vw;
  }
}
#kr #past-results .btn {
  margin-bottom: 92px;
}
@media only screen and (max-width: 768px) {
  #kr #past-results .btn {
    margin-bottom: 11.875vw;
  }
}
#kr #past-results .youtube {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 40px;
  background-color: #fafbb8;
  border-radius: 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #kr #past-results .youtube {
    width: auto;
    margin: 0 3.125vw;
    padding-bottom: 3.75vw;
  }
}
#kr #past-results .youtube p {
  position: relative;
  top: -30px;
  margin-bottom: -20px;
  font-size: 35px;
  text-align: center;
  color: #f7081b;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #kr #past-results .youtube p {
    top: -4.6875vw;
    font-size: 4.6875vw;
    margin-bottom: -3.125vw;
  }
}
#kr #past-results .youtube p span {
  position: relative;
  top: -5px;
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  #kr #past-results .youtube p span {
    display: inline-block;
    width: 8.75vw;
    top: -0.625vw;
    margin-left: 2.34375vw;
  }
}
#kr #past-results .youtube iframe {
  width: 747px;
  height: 419px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #kr #past-results .youtube iframe {
    width: 87.5vw;
    height: 49.0625vw;
  }
}
@media only screen and (max-width: 768px) {
  #kr #past-results {
    padding: 13.4375vw 0 17.1875vw;
    background: url("../img/global-award/bg_con02_top-sp.png") no-repeat center -0.1%, url("../img/global-award/bg_con03_bottom-sp.png") no-repeat center bottom, url("../img/global-award/bg_con01-sp.png") repeat top center;
  }
}
#kr #copy-block {
  padding: 240px 0 60px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #kr #copy-block {
    padding: 14.0625vw 0 9.375vw;
  }
  #kr #copy-block h3 {
    width: auto;
    padding: 0 4.6875vw;
  }
}
@media only screen and (max-width: 768px) {
  #kr #winners .top .wrap h1 {
    top: 13.28125vw;
  }
}
@media only screen and (max-width: 768px) {
  #kr #winners .top .wrap .text {
    top: 27.5vw;
  }
}

#tc {
  font-family: "LiHei Pro", "Heiti TC", Microsoft JhengHei;
}
#tc #header nav .gnav-pc ul {
  width: 800px;
}
#tc #about {
  padding-bottom: 50px;
}
#tc #about .box .txt h3::after {
  top: 60px;
  right: 28px;
}
@media only screen and (max-width: 768px) {
  #tc #about .box .txt h3::after {
    top: 8.4375vw;
    right: -4.6875vw;
  }
}
#tc #past-results {
  margin-top: 0;
  padding-top: 320px;
  background: url("../img/global-award/bg_con02_top.png") no-repeat center -0.1% #fdfddc;
}
#tc #past-results .inner {
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  #tc #past-results {
    padding: 46.875vw 0 17.96875vw;
    margin: -28.125vw 0 0;
    background: url("../img/global-award/bg_con02_top.png") no-repeat center -0.1% #fdfddc;
  }
  #tc #past-results .inner {
    position: relative;
    z-index: 3;
  }
}
#tc #merit {
  position: relative;
  padding: 260px 0 160px;
  margin: -120px 0 0;
  background: url("../img/global-award/bg_con02_top.png") no-repeat center -0.1%, url("../img/global-award/bg_con02_bottom.png") no-repeat center 100.1%, url("../img/global-award/bg_con01.png") repeat top center;
}
@media only screen and (max-width: 768px) {
  #tc #merit {
    padding: 13.4375vw 0 17.96875vw;
    margin: -12.5vw 0 0;
    background: url("../img/global-award/bg_con04_top-sp.png") no-repeat top center, url("../img/global-award/bg_con02_bottom-sp.png") no-repeat bottom center, url("../img/global-award/bg_con01-sp.png") repeat top center;
    background-size: 100%;
  }
}
#tc #rule .box .txt-box {
  bottom: 340px;
}
#en #result {
  position: relative;
  background: #da091a;
  padding: 22px 0 0;
  margin: 0;
}
#en #result .btn {
  text-align: center;
  margin: 80px 0 30px;
}
#en #result h2 {
  margin-bottom: 20px;
}
#en #result h3 {
  font-size: 28px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 30px;
  border-radius: 50px;
  background-color: #000;
}
#en #result .box {
  padding: 38px 34px;
  background-color: #fff;
  border: 5px solid #b70d1a;
  text-align: center;
  border-radius: 30px;
}
#en #result .box p {
  font-size: 24px;
  margin-bottom: 38px;
  text-align: left;
}
#en #result .box .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 780px;
  margin: 0 auto;
}
#en #result .box .btns li {
  width: 370px;
  height: 80px;
  border: 5px solid #000;
  margin-bottom: 28px;
}
#en #result .box .btns li:first-child {
  width: 100%;
}
#en #result .box .btns li a {
  height: 100%;
  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;
  font-size: 28px;
  font-weight: bold;
  color: #f7081b;
  text-decoration: none;
  background-color: #f9f93b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#en #result .box .btns li a span {
  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;
  margin-right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50px;
  background-color: #f7081b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#en #result .box .btns li a:hover {
  color: #fff;
  background-color: #f7081b;
}
#en #result .box .btns li a:hover span {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  background-color: #f7081b;
}
@media only screen and (max-width: 768px) {
  #en #result {
    padding: 13.4375vw 0 3.125vw;
    padding-top: 3.125vw;
  }
  #en #result .btn {
    width: 93.75vw;
    margin: 7.8125vw auto 1.5625vw;
  }
  #en #result h2 {
    margin-bottom: 3.4375vw;
  }
  #en #result h3 {
    font-size: 4.0625vw;
    margin-bottom: 4.6875vw;
  }
  #en #result .box {
    padding: 4.375vw 2.8125vw;
    margin: 0 3.125vw;
    border: 0.78125vw solid #b70d1a;
    border-radius: 4.6875vw;
  }
  #en #result .box p {
    font-size: 3.4375vw;
    margin-bottom: 2.8125vw;
  }
  #en #result .box .btns {
    display: block;
    width: auto;
  }
  #en #result .box .btns li {
    width: auto;
    height: 12.5vw;
    margin-bottom: 2.5vw;
  }
  #en #result .box .btns li a {
    position: relative;
  }
  #en #result .box .btns li a span {
    position: absolute;
    top: 50%;
    left: 3.125vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 7.5vw;
    height: 7.5vw;
    border-radius: 7.8125vw;
  }
  #en #result .box .btns li a span img {
    width: 3.125vw;
  }
  #en #result .box .btns li a:hover {
    color: #f7081b;
    background-color: #f9f93b;
  }
  #en #result .box .btns li a:hover span {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#en #support .cmt-con .cmt-box .txt-box p.name-en {
  color: #000;
}
#en .btn-oubo {
  background: url("../img/global-award/bg_con03_bottom.png") no-repeat center bottom, url("../img/global-award/bg_con03_top.png") no-repeat top center #da091a;
  padding-bottom: 130px;
}
@media only screen and (max-width: 768px) {
  #en .btn-oubo {
    background: url("../img/global-award/bg_con03_bottom-sp.png") no-repeat center bottom, url("../img/global-award/bg_con03_top-sp.png") no-repeat top center #da091a;
    padding: 23.4375vw 0 17.1875vw;
    margin: -9.375vw 0 0;
  }
}
#en #past-results {
  padding-bottom: 160px;
  background: url("../img/global-award/bg_con02_top.png") no-repeat center -0.1%, url("../img/global-award/bg_con03_bottom.png") no-repeat center bottom, url("../img/global-award/bg_con01.png") repeat top center;
}
@media only screen and (max-width: 768px) {
  #en #past-results {
    padding: 13.4375vw 0 17.1875vw;
    background: url("../img/global-award/bg_con02_top-sp.png") no-repeat center -0.1%, url("../img/global-award/bg_con03_bottom-sp.png") no-repeat center bottom, url("../img/global-award/bg_con01-sp.png") repeat top center;
  }
}
#en #copy-block {
  padding: 50px 0 60px;
  margin: 0;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #en #copy-block {
    padding: 9.375vw 0 9.375vw;
  }
  #en #copy-block h3 {
    width: auto;
    padding: 0 4.6875vw;
  }
}

#ms #header nav .gnav-pc ul {
  width: 1100px;
}
#ms #keyvisual {
  height: 918px;
}
#ms #keyvisual .text.text01 {
  right: 112px;
}
#ms #support .cmt-con .cmt-box .txt-box p.name-en {
  color: #000;
}

#th #header nav .gnav-pc ul {
  width: 1000px;
}
#th #keyvisual {
  height: 918px;
}
#th #support .cmt-con .ttl {
  margin-left: -42px;
}
#th #support .cmt-con .cmt-box .txt-box p.name-en {
  color: #000;
}

@media only screen and (max-width: 768px) {
  #th #keyvisual {
    height: 229.6875vw;
  }
  #th #keyvisual .text.text01 {
    top: 52.34375vw;
    left: 3.125vw;
    width: 64.6875vw;
  }
  #th #keyvisual .pop {
    right: 2.1875vw;
  }
  #th #support .cmt-con .ttl {
    margin-left: 0;
  }
  #ms #keyvisual {
    height: 223.125vw;
  }
  #ms #keyvisual .text.text01 {
    top: 46.875vw;
    left: 4.6875vw;
    width: 60.625vw;
    right: inherit;
  }
  #ms #keyvisual .pop {
    top: 48.4375vw;
    right: 2.8125vw;
  }
  #sc #keyvisual {
    border-bottom: unset;
    height: 211.71875vw;
  }
  #sc #keyvisual .text.text01 {
    top: 49.21875vw;
    left: 4.6875vw;
    width: 61.5625vw;
  }
  #sc #keyvisual .pop {
    right: 2.1875vw;
  }
  #tc #keyvisual .text.text01 {
    top: 52.34375vw;
    left: 4.6875vw;
    width: 60.3125vw;
  }
  #tc #keyvisual .pop {
    right: 2.1875vw;
  }
}
#winners {
  background: url("../img/global-award/winners/bg_winners02.png") no-repeat top center, url("../img/global-award/winners/bg_winners01.png") no-repeat top center #f7081b;
  background-size: auto, 100%;
}
#winners .inner {
  width: 1000px;
  margin: 0 auto;
}
#winners .top {
  height: 388px;
}
#winners .top .inner {
  position: relative;
  height: 100%;
}
#winners .top .logo {
  position: absolute;
  top: 60px;
  left: -2px;
  width: 120px;
}
#winners .top .logo img {
  width: 100%;
}
#winners .top .wrap {
  position: absolute;
  top: 50px;
  left: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#winners .top .wrap .text {
  margin-bottom: 20px;
  margin-left: 6px;
}
#winners #content {
  background: #f7081b;
}
#winners #content .block {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  padding: 35px 25px;
  margin-bottom: 105px;
}
#winners #content .block:last-of-type {
  margin-bottom: 0;
}
#winners #content .block h3 {
  position: absolute;
  top: -25px;
  left: 25px;
}
#winners #content .block .ttl-box {
  margin-left: 246px;
  height: 205px;
  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;
  background: url("../img/global-award/winners/bg_gold.png") no-repeat center right #ddd;
  padding: 0 33px;
  margin-bottom: 26px;
}
#winners #content .block .ttl-box h4 {
  font-size: 48px;
  line-height: 1.3;
  margin: 0.2em 0 -0.5em;
}
#winners #content .block .ttl-box p {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
#winners #content .block .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}
#winners #content .block .wrap .summary {
  width: 528px;
}
#winners #content .block .wrap .summary p.ttl {
  font-size: 28px;
  padding-top: 2px;
  font-weight: bold;
  margin-bottom: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#fcf5ce), to(#fff));
  background: linear-gradient(to right, #fcf5ce 0%, #fff 100%);
}
#winners #content .block .wrap .summary p.ttl::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 25px;
  margin: 0 10px;
  background: url("../img/global-award/winners/crown01.png") no-repeat top center;
  background-size: contain;
}
#winners #content .block .wrap .summary p.txt {
  font-size: 22px;
  line-height: 1.8;
}
#winners #content .block .wrap .summary p.txt span.border {
  position: relative;
  bottom: 0.3em;
}
#winners #content .block .wrap .image {
  width: 400px;
}
#winners #content .block .comment {
  position: relative;
  padding: 35px 30px;
  border: 1px solid #f7081b;
  background: url("../img/global-award/winners/bg_comment.png");
}
#winners #content .block .comment p.ttl {
  position: absolute;
  top: -40px;
  left: -18px;
}
#winners #content .block .comment p.txt {
  line-height: 1.8;
  font-size: 18px;
}
#winners #content .block.gold .ttl-box {
  background: url("../img/global-award/winners/bg_gold.png") no-repeat center right #fcf5ce;
}
#winners #content .block.gold .wrap .summary p.ttl {
  background: -webkit-gradient(linear, left top, right top, from(#fcf5ce), to(#fff));
  background: linear-gradient(to right, #fcf5ce 0%, #fff 100%);
}
#winners #content .block.gold .wrap .summary p.ttl::before {
  background: url("../img/global-award/winners/crown01.png") no-repeat top center;
  background-size: contain;
}
#winners #content .block.silver .ttl-box {
  background: url("../img/global-award/winners/bg_silver.png") no-repeat center right #eeefef;
}
#winners #content .block.silver .wrap .summary p.ttl {
  background: -webkit-gradient(linear, left top, right top, from(#eeefef), to(#fff));
  background: linear-gradient(to right, #eeefef 0%, #fff 100%);
}
#winners #content .block.silver .wrap .summary p.ttl::before {
  background: url("../img/global-award/winners/crown02.png") no-repeat top center;
  background-size: contain;
}
#winners #content .block.bronze .ttl-box {
  background: url("../img/global-award/winners/bg_bronze.png") no-repeat center right #fbf2e7;
}
#winners #content .block.bronze .wrap .summary p.ttl {
  background: -webkit-gradient(linear, left top, right top, from(#fbf2e7), to(#fff));
  background: linear-gradient(to right, #fbf2e7 0%, #fff 100%);
}
#winners #content .block.bronze .wrap .summary p.ttl::before {
  background: url("../img/global-award/winners/crown03.png") no-repeat top center;
  background-size: contain;
}
#winners #content .block.gold-jp .ttl-box {
  background: url("../img/global-award/winners/bg_gold_jp.png") no-repeat center right #e2fdf3;
}
#winners #content .block.gold-jp .wrap .summary p.ttl {
  background: -webkit-gradient(linear, left top, right top, from(#e2fdf3), to(#fff));
  background: linear-gradient(to right, #e2fdf3 0%, #fff 100%);
}
#winners #content .block.gold-jp .wrap .summary p.ttl::before {
  background: url("../img/global-award/winners/crown04.png") no-repeat top center;
  background-size: contain;
}
#winners #content .block.silver-jp .ttl-box {
  background: url("../img/global-award/winners/bg_silver_jp.png") no-repeat center right #e2fdf3;
}
#winners #content .block.silver-jp .wrap .summary p.ttl {
  background: -webkit-gradient(linear, left top, right top, from(#e2fdf3), to(#fff));
  background: linear-gradient(to right, #e2fdf3 0%, #fff 100%);
}
#winners #content .block.silver-jp .wrap .summary p.ttl::before {
  background: url("../img/global-award/winners/crown04.png") no-repeat top center;
  background-size: contain;
}
#winners #content .main {
  padding-bottom: 62px;
}
#winners #content .main .text {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  padding-top: 18px;
}
#winners #content .btn-top {
  text-align: center;
}
#winners #content .other {
  padding: 65px 0 62px;
  background: url("../img/global-award/winners/bg_other.png") repeat-y top center #f76a76;
  background-size: 100%;
}
#winners #content .other h2 {
  text-align: center;
  margin-bottom: 26px;
}
#winners #content .other .txt1 {
  font-size: 22px;
  line-height: 1.8;
  font-weight: bold;
  color: #fff;
  margin-bottom: 60px;
}
#winners #content .other .block {
  margin-bottom: 45px;
}
#winners #content .other .block .comment {
  padding: 42px 30px;
}
#winners #content .other .block .comment:nth-of-type(3) {
  margin-bottom: 50px;
}
#winners #content .other .block .comment .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#winners #content .other .block .comment .wrap-box:not(:last-child) {
  margin-bottom: 30px;
}
#winners #content .other .block .comment .wrap-box .txt {
  width: 772px;
}
#winners #content .other .block .thoughts {
  position: relative;
  padding: 10px 32px 30px;
  margin-top: 42px;
  background-color: #e2fdf3;
}
#winners #content .other .block .thoughts p.ttl {
  position: absolute;
  top: -50px;
  left: 30px;
  font-size: 28px;
  font-weight: bold;
  color: #f7081b;
}
#winners #content .other .block .thoughts p.txt {
  font-size: 18px;
  line-height: 1.8;
}
#winners #content .other .incentive .txt-box {
  position: relative;
  margin: 0 0 58px;
}
#winners #content .other .incentive .txt-box .fukidashi {
  text-align: center;
}
#winners #content .other .incentive .txt-box .txt {
  font-size: 22px;
  color: #fff;
  line-height: 1.6;
  padding: 0 20px;
  font-weight: bold;
}
#winners #content .other .incentive .block .list {
  margin-left: 255px;
  margin-bottom: 20px;
}
#winners #content .other .incentive .block .list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
}
#winners #content .other .incentive .block .list ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 10px;
  margin-right: 0.4em;
  background-color: #5370a7;
}
#winners #content .other .incentive .block p {
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  #winners {
    background: url("../img/global-award/winners/bg_winners01-sp.png") no-repeat top center #f7081b;
    background-size: 100%;
  }
  #winners .inner {
    width: auto;
    margin: 0 3.125vw;
  }
  #winners img {
    width: 100%;
  }
  #winners .top {
    height: 68.125vw;
  }
  #winners .top .logo {
    top: 2.34375vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 13.75vw;
  }
  #winners .top .logo img {
    width: 100%;
  }
  #winners .top .wrap {
    position: static;
    display: block;
  }
  #winners .top .wrap h1 {
    position: absolute;
    top: 9.6875vw;
    left: 0;
    width: 53.125vw;
  }
  #winners .top .wrap .text {
    position: absolute;
    top: 21.25vw;
    left: 0;
  }
  #winners #content .block {
    position: relative;
    background-color: #fff;
    border-radius: 3.125vw;
    padding: 3.4375vw 2.34375vw 5vw;
    margin-bottom: 7.03125vw;
  }
  #winners #content .block:last-of-type {
    margin-bottom: 0;
  }
  #winners #content .block h3 {
    top: -2.8125vw;
    left: 2.5vw;
    width: 20.3125vw;
  }
  #winners #content .block .ttl-box {
    margin-left: 23.125vw;
    height: 19.375vw;
    padding: 0 0 0 3.125vw;
    margin-bottom: 4.0625vw;
  }
  #winners #content .block .ttl-box h4 {
    font-size: 4.6875vw;
    letter-spacing: -0.02em;
    margin: 0;
  }
  #winners #content .block .ttl-box p {
    font-size: 3.4375vw;
  }
  #winners #content .block .wrap {
    margin-bottom: 9.375vw;
  }
  #winners #content .block .wrap .summary {
    width: 50.3125vw;
  }
  #winners #content .block .wrap .summary p.ttl {
    font-size: 3.4375vw;
    padding-top: 0.3125vw;
    margin-bottom: 1.5625vw;
    background: -webkit-gradient(linear, left top, right top, from(#fcf5ce), to(#fff));
    background: linear-gradient(to right, #fcf5ce 0%, #fff 100%);
  }
  #winners #content .block .wrap .summary p.ttl::before {
    width: 3.125vw;
    height: 2.8125vw;
    margin: 0 1.25vw;
  }
  #winners #content .block .wrap .summary p.txt {
    font-size: 3.125vw;
  }
  #winners #content .block .wrap .image {
    width: 37.5vw;
  }
  #winners #content .block .comment {
    padding: 4.375vw 4.6875vw;
  }
  #winners #content .block .comment p.ttl {
    top: -5.46875vw;
    left: -1.5625vw;
    width: 19.375vw;
  }
  #winners #content .block .comment p.txt {
    font-size: 3.125vw;
  }
  #winners #content .block.gold .ttl-box {
    background: url("../img/global-award/winners/bg_gold.png") no-repeat center right #fcf5ce;
    background-size: 24.21875vw;
  }
  #winners #content .block.silver .ttl-box {
    background: url("../img/global-award/winners/bg_silver.png") no-repeat center right #eeefef;
    background-size: 24.21875vw;
  }
  #winners #content .block.bronze .ttl-box {
    background: url("../img/global-award/winners/bg_bronze.png") no-repeat center right #fbf2e7;
    background-size: 24.21875vw;
  }
  #winners #content .block.gold-jp .ttl-box {
    background: url("../img/global-award/winners/bg_gold_jp.png") no-repeat center right #e2fdf3;
    background-size: 24.21875vw;
  }
  #winners #content .block.silver-jp .ttl-box {
    background: url("../img/global-award/winners/bg_silver_jp.png") no-repeat center right #e2fdf3;
    background-size: 24.21875vw;
  }
  #winners #content .main {
    padding-bottom: 7.5vw;
  }
  #winners #content .main .text {
    font-size: 3.125vw;
    padding-top: 2.5vw;
  }
  #winners #content .btn-top {
    width: 13.125vw;
    margin: 0 auto 0;
  }
  #winners #content .other {
    padding: 6.875vw 0 8.75vw;
    background: url("../img/global-award/winners/bg_other-sp.png") repeat-y top center #f76a76;
    background-size: 100%;
  }
  #winners #content .other h2 {
    margin-bottom: 2.1875vw;
  }
  #winners #content .other .txt1 {
    font-size: 3.125vw;
    margin-bottom: 4.6875vw;
  }
  #winners #content .other .block {
    margin-bottom: 6.5625vw;
  }
  #winners #content .other .block .comment {
    padding: 5.9375vw 1.5625vw 3.90625vw;
  }
  #winners #content .other .block .comment p.ttl {
    width: 33.4375vw;
    top: -4.375vw;
  }
  #winners #content .other .block .comment:nth-of-type(3) {
    margin-bottom: 6.25vw;
  }
  #winners #content .other .block .comment .wrap-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #winners #content .other .block .comment .wrap-box:not(:last-child) {
    margin-bottom: 30px;
  }
  #winners #content .other .block .comment .wrap-box .image {
    width: 10vw;
  }
  #winners #content .other .block .comment .wrap-box .txt {
    width: 74.21875vw;
  }
  #winners #content .other .block .thoughts {
    padding: 0.15625vw 2.8125vw 3.90625vw;
    margin-top: 4.375vw;
  }
  #winners #content .other .block .thoughts p.ttl {
    top: -7.03125vw;
    left: 2.8125vw;
    font-size: 3.75vw;
    margin-bottom: -1.5625vw;
  }
  #winners #content .other .block .thoughts p.txt {
    font-size: 3.125vw;
    margin-bottom: 0;
  }
  #winners #content .other .incentive .txt-box {
    margin: 0 0 5.3125vw;
    padding: 0 1.5625vw;
  }
  #winners #content .other .incentive .txt-box .fukidashi {
    width: 100%;
    margin: 0 auto 1.5625vw;
  }
  #winners #content .other .incentive .txt-box .txt {
    font-size: 3.125vw;
  }
  #winners #content .other .incentive .block .list {
    margin-left: 25.9375vw;
    margin-bottom: 3.125vw;
  }
  #winners #content .other .incentive .block .list ul li {
    font-size: 3.4375vw;
  }
  #winners #content .other .incentive .block .list ul li::before {
    width: 0.9375vw;
    height: 0.9375vw;
    border-radius: 1.5625vw;
  }
  #winners #content .other .incentive .block p {
    font-size: 2.8125vw;
  }
}
#sc #winners #content .block .ttl-box h4 {
  font-size: 60px;
}

#th #winners #content .block .comment p.ttl {
  position: absolute;
  top: -75px;
  left: -18px;
}
#th #winners #content .other .block .wrap {
  margin-bottom: 55px;
}
#th #winners #content .other .block .comment:nth-of-type(3) {
  margin-bottom: 60px;
}
#th #winners #content .other .block .comment:nth-of-type(3) p.ttl {
  top: -60px;
}
#th #winners #content .other .block .comment:nth-of-type(4) p.ttl {
  top: -50px;
}

#ms #winners #content .block .ttl-box h4 {
  font-size: 42px;
}
#ms #winners #content .block .comment p.ttl {
  position: absolute;
  top: -50px;
  left: -18px;
}
#ms #winners #content .other .block .comment:nth-of-type(3) {
  margin-bottom: 80px;
}
#ms #winners #content .other .block .comment:nth-of-type(3) p.ttl {
  top: -60px;
}
#ms #winners #content .other .block .comment:nth-of-type(4) p.ttl {
  top: -70px;
}

#en #winners #content .block .ttl-box h4 {
  font-size: 50px;
}
#en #winners #content .block .comment p.ttl {
  position: absolute;
  top: -75px;
  left: -18px;
}
#en #winners #content .other .block .wrap {
  margin-bottom: 60px;
}
#en #winners #content .other .block .comment:nth-of-type(3) {
  margin-bottom: 100px;
}
#en #winners #content .other .block .comment:nth-of-type(3) p.ttl {
  top: -55px;
}
#en #winners #content .other .block .comment:nth-of-type(4) p.ttl {
  top: -90px;
}

#tc #winners #content .block .ttl-box h4 {
  font-size: 60px;
}
#tc #winners #content .other .block .comment:nth-of-type(3) p.ttl {
  top: -60px;
}
#tc #winners #content .other .block .comment:nth-of-type(4) p.ttl {
  top: -60px;
}

@media only screen and (max-width: 768px) {
  #sc #winners #content .block .ttl-box h4 {
    font-size: 6.25vw;
    letter-spacing: -0.02em;
  }
  #sc #winners #content .other .incentive .txt-box .fukidashi {
    width: 41.40625vw;
  }
  #th #winners .top {
    height: 71.875vw;
  }
  #th #winners .top .text {
    top: 25.78125vw;
    left: 1.5625vw;
  }
  #th #winners #content .block .ttl-box h4 {
    font-size: 4.6875vw;
    letter-spacing: -0.02em;
  }
  #th #winners #content .block .comment p.ttl {
    position: absolute;
    top: -8.125vw;
    left: -1.5625vw;
    width: 40.9375vw;
  }
  #th #winners #content .other .block .wrap {
    margin-bottom: 9.375vw;
  }
  #th #winners #content .other .block .comment:nth-child(4) {
    margin-bottom: 5.9375vw;
  }
  #th #winners #content .other .block .comment:nth-child(4) p.ttl {
    width: 61.40625vw;
    top: -5.9375vw;
  }
  #th #winners #content .other .block .comment:nth-child(5) p.ttl {
    width: 47.03125vw;
    top: -4.375vw;
  }
  #ms #winners .top {
    height: 71.875vw;
  }
  #ms #winners .top .text {
    top: 22.65625vw;
    left: 1.5625vw;
  }
  #ms #winners #content .block .ttl-box h4 {
    font-size: 42px;
  }
  #ms #winners #content .block .comment p.ttl {
    width: 50vw;
    top: -5vw;
    left: -1.5625vw;
  }
  #ms #winners #content .other .block .comment:nth-of-type(3) {
    margin-bottom: 10.9375vw;
  }
  #ms #winners #content .other .block .comment:nth-of-type(3) p.ttl {
    width: 63.4375vw;
    top: -6.5625vw;
  }
  #ms #winners #content .other .block .comment:nth-of-type(4) p.ttl {
    width: 77.8125vw;
    top: -9.375vw;
  }
  #en #winners .top {
    height: 71.875vw;
  }
  #en #winners .top .text {
    top: 22.65625vw;
  }
  #en #winners #content .block .ttl-box h4 {
    font-size: 42px;
  }
  #en #winners #content .block .comment p.ttl {
    width: 42.5vw;
    top: -8.125vw;
    left: -1.5625vw;
  }
  #en #winners #content .other .block .ttl-box h4 {
    padding-top: 1.5625vw;
    margin-bottom: -0.625vw;
  }
  #en #winners #content .other .block .wrap {
    margin-bottom: 10.9375vw;
  }
  #en #winners #content .other .block .comment:nth-of-type(3) {
    margin-bottom: 10.9375vw;
  }
  #en #winners #content .other .block .comment:nth-of-type(3) p.ttl {
    width: 47.1875vw;
    top: -5vw;
  }
  #en #winners #content .other .block .comment:nth-of-type(4) p.ttl {
    width: 71.09375vw;
    top: -9.375vw;
  }
  #tc #winners #content .block .ttl-box h4 {
    font-size: 42px;
  }
  #tc #winners #content .block .comment p.ttl {
    width: 19.375vw;
  }
  #tc #winners #content .other .block .ttl-box h4 {
    padding-top: 1.5625vw;
    margin-bottom: -3.125vw;
  }
  #tc #winners #content .other .block .comment:nth-of-type(3) p.ttl {
    width: 33.4375vw;
    top: -5vw;
  }
  #tc #winners #content .other .block .comment:nth-of-type(4) p.ttl {
    width: 33.4375vw;
    top: -4.6875vw;
  }
}
#pagetop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 50;
}
#pagetop:hover {
  -webkit-animation: hand 2.5s ease infinite;
          animation: hand 2.5s ease infinite;
}

#footer {
  background-color: #000;
  padding: 58px 0 68px;
  text-align: center;
}
#footer .cookie {
  margin-bottom: 40px;
}
#footer .cookie a {
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  cursor: pointer;
}
#footer .sns {
  font-size: 0;
  margin-bottom: 68px;
}
#footer .sns li {
  display: inline-block;
  margin: 0 10px;
}
#footer .logo {
  margin-bottom: 20px;
}
#footer small {
  color: #fff;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  #pagetop {
    position: fixed;
    bottom: 3%;
    right: 4%;
    width: 11.6%;
  }
  #footer {
    background-color: #000;
    padding: 6.2% 0 7%;
    text-align: center;
  }
  #footer .cookie {
    margin-bottom: 6.25vw;
  }
  #footer .cookie a {
    font-size: 2.1875vw;
    padding: 0 1.875vw;
  }
  #footer .sns {
    font-size: 0;
    margin-bottom: 6%;
  }
  #footer .sns li {
    width: 11.8%;
    margin: 0 1.6%;
  }
  #footer .logo {
    width: 37.5%;
    margin: 0 auto 3.8%;
  }
  #footer small {
    color: #fff;
    font-size: 2.5vw;
  }
}
/*=============================================================
    winners
    =============================================================*/
#winners-page {
  margin-top: 110px;
}

@media only screen and (max-width: 768px) {
  #winners-page {
    margin-top: 130px;
  }
}
#winners-page .inner {
  width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #winners-page .inner {
    width: 580px;
    margin: 0 auto;
  }
}
#winners-page .image img {
  border: 1px solid #000;
}

/* あらすじ・編集部講評・受賞者コメントの共通設定 */
#winners-page .desc {
  width: 800px;
  margin-inline: auto;
}
#winners-page .desc dl {
  margin-bottom: 12px;
  padding: 11px 27px 14px 27px;
  background: #fff;
  border-radius: 10px;
}
#winners-page .desc dl:last-child {
  margin-bottom: 0;
}
#winners-page .desc dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  font-size: 18px;
  margin-bottom: 10px;
}
#winners-page .desc dl dt img {
  width: 29px;
  margin-right: 8px;
}
#winners-page .desc dl dd {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  #winners-page .desc {
    width: 460px;
  }
  #winners-page .desc dl dt {
    font-size: 24px;
  }
  #winners-page .desc dl dd {
    font-size: 20px;
  }
}
/* 受賞作品を読むボタン設定 */
#winners-page .btn {
  display: block;
  background: #ffa155;
  color: #fff;
  padding: 10px 30px;
  border-radius: 0;
  text-decoration: none;
  width: 463px;
  font-size: 16px;
  -webkit-box-shadow: 4px 4px 0 0 #b6733d;
          box-shadow: 4px 4px 0 0 #b6733d;
  border: solid 2px #d98949;
  margin-inline: auto;
}

/* Xのボタン設定 */
#winners-page .btn.black {
  font-size: 2.125rem;
  margin-bottom: 50px;
  padding: 48px 0;
  border-radius: 75px;
  line-height: 1.3;
  width: 500px;
  font-size: 1.375rem;
  background: #000;
  padding: 22px 0;
  -webkit-box-shadow: 4px 4px 0 0 #b8b8b8;
          box-shadow: 4px 4px 0 0 #b8b8b8;
  border: solid 2px #b8b8b8;
  border-radius: 35px;
}

@media only screen and (max-width: 768px) {
  #winners-page .btn.black {
    width: 78.125vw;
    font-size: 3.4375vw;
    margin-bottom: 15.625vw;
    padding: 3.125vw 0;
    border-radius: 5.46875vw;
  }
}
/* 部門ごとの背景色の設定 */
#winners-page .award-main {
  /* 女性向け部門 */
  background-color: #fff0f0;
  /* 男性向け部門 */
  /* その他オールジャンル部門 */
}
#winners-page .award-main.male {
  background-color: #ecf9fa;
}
#winners-page .award-main.all {
  background-color: #f9f7e9;
}

/* カテゴリごとの個別設定 */
#winners-page .category {
  margin-bottom: 10px;
  background: #fff;
  font-size: 24px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: inherit;
}
#winners-page .category .female {
  color: #fb7070;
}
#winners-page .category .male {
  color: #4ad5de;
}
#winners-page .category .all {
  color: #beb04f;
}
#winners-page .category .small {
  font-size: 16px;
}

#winners-page #winners-kv {
  margin-bottom: 100px;
  margin-inline: auto;
}
#winners-page #winners-kv img {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#winners-page #winners-kv p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-top: 40px;
  text-align: center;
}

#winners-page #award-grand {
  background: #fb7070;
  position: relative;
  border: 4px solid #f55f5f;
  margin-bottom: 47px;
}
#winners-page #award-grand::before {
  content: "";
  background: url("../img/winners/bg-title-grand-pc.png") no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 331px;
  position: absolute;
  top: 0;
  z-index: 1;
}
#winners-page #award-grand .award-header {
  text-align: center;
  position: relative;
  top: -40px;
  z-index: 2;
}
#winners-page #award-grand .award-header h2 {
  margin-bottom: 21px;
}
#winners-page #award-grand .award-header h2 img {
  width: 337px;
}
#winners-page #award-grand .award-header .award-benefit img {
  width: 900px;
  margin: 0 auto;
}
#winners-page #award-grand .award-main {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 55px;
  width: 900px;
  background-color: #fff0f0;
  margin-inline: auto;
  -webkit-box-shadow: 0 0 24px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 24px 3px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  position: relative;
  background-image: url("../img/winners/bg-category-female-grand-pc.png");
  background-position: center top 50px;
  background-size: 800px 920px;
  background-repeat: no-repeat;
  padding: 50px 0 50px 0;
  z-index: 3;
}
#winners-page #award-grand .award-main .image {
  position: relative;
  width: 100%;
  max-width: 321px;
  margin: 0 auto;
  aspect-ratio: 321/457;
  margin: 40px 0 24px 0;
}
#winners-page #award-grand .award-main .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-animation: fade-soft 8s infinite ease-in-out;
          animation: fade-soft 8s infinite ease-in-out;
}
#winners-page #award-grand .award-main .image img:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#winners-page #award-grand .award-main .image img:nth-of-type(2) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
@-webkit-keyframes fade-soft {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-soft {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#winners-page #award-grand .info {
  text-align: center;
  margin-bottom: 45px;
}
#winners-page #award-grand .info .title {
  font-size: 46px;
  margin-bottom: 8px;
  line-height: 1.2;
}
#winners-page #award-grand .info .author {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 52px;
}

@media only screen and (max-width: 768px) {
  #winners-page #award-grand .award-main {
    background-image: url("../img/winners/bg-category-female-grand-sp.png");
    background-size: 460px 970px;
  }
  #winners-page #award-grand::before {
    background: url("../img/winners/bg-title-grand-sp.png") no-repeat top center;
    height: 598px;
    top: -1px;
  }
  #winners-page #award-grand .award-header .award-benefit img {
    width: 521px;
  }
  #winners-page #award-grand .award-main {
    width: 520px;
  }
}
#winners-page #award-gold {
  background: #dfb237;
  position: relative;
  border: 4px solid #d0a01d;
  overflow: hidden;
  margin-bottom: 43px;
}
#winners-page #award-gold::before {
  content: "";
  background: url("../img/winners/bg-title-gold-pc.png") no-repeat top -30px center;
  background-size: contain;
  width: 100%;
  height: 643px;
  position: absolute;
  top: 0;
  z-index: 1;
}
#winners-page #award-gold .award-header {
  margin-top: 21px;
  text-align: center;
  position: relative;
  z-index: 2;
}
#winners-page #award-gold .award-header h2 {
  margin-bottom: 21px;
}
#winners-page #award-gold .award-header h2 img {
  width: 410px;
}
#winners-page #award-gold .award-header .award-benefit {
  margin-bottom: 21px;
}
#winners-page #award-gold .award-header .award-benefit img {
  width: 527px;
  margin: 0 auto;
}
#winners-page #award-gold .award-main {
  margin-bottom: 40px;
  width: 900px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-inline: auto;
  border-radius: 10px;
  position: relative;
  background-repeat: no-repeat;
  padding: 31px 0 31px 0;
  z-index: 3;
}
#winners-page #award-gold .award-main p {
  font-size: 60px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #winners-page #award-gold::before {
    background: url("../img/winners/bg-title-gold-sp.png") no-repeat top center;
    height: 463px;
  }
  #winners-page #award-gold .award-benefit img {
    width: 463px;
  }
  #winners-page #award-gold .award-main {
    width: 520px;
    padding: 27px 0;
  }
  #winners-page #award-gold .award-main p {
    margin: 0;
  }
}
#winners-page #award-silver {
  background: #b3b3b3;
  position: relative;
  border: 4px solid #a0a0a0;
  overflow: hidden;
  margin-bottom: 47px;
}
#winners-page #award-silver .award-main:nth-of-type(7) .title {
  white-space: nowrap;
}
#winners-page #award-silver::before {
  content: "";
  background: url("../img/winners/bg-title-silver-pc.png") no-repeat top -30px center;
  background-size: contain;
  width: 100%;
  height: 643px;
  position: absolute;
  top: 0;
  z-index: 1;
}
#winners-page #award-silver .btn {
  margin-bottom: 40px;
}
#winners-page #award-silver .award-header {
  margin-top: 21px;
  text-align: center;
  position: relative;
  z-index: 2;
}
#winners-page #award-silver .award-header h2 {
  margin-bottom: 21px;
}
#winners-page #award-silver .award-header h2 img {
  width: 410px;
}
#winners-page #award-silver .award-header .award-benefit {
  margin-bottom: 21px;
}
#winners-page #award-silver .award-header .award-benefit img {
  width: 527px;
  margin: 0 auto;
}
#winners-page #award-silver .award-main {
  margin-bottom: 18px;
  width: 900px;
  -webkit-box-shadow: 0 0 24px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 24px 3px rgba(0, 0, 0, 0.25);
  margin-inline: auto;
  border-radius: 10px;
  position: relative;
  background-image: url("../img/winners/bg-category-female-pc.png");
  background-size: auto;
  background-position: right top;
  background-repeat: no-repeat;
  padding: 31px 0 31px 0;
  z-index: 3;
}
#winners-page #award-silver .award-main.male {
  background-image: url("../img/winners/bg-category-male-pc.png");
  background-size: auto;
  background-position: right top;
}
#winners-page #award-silver .award-main.all {
  background-image: url("../img/winners/bg-category-all-pc.png");
  background-size: auto;
  background-position: right top;
}
#winners-page #award-silver .award-main::before {
  content: "";
  display: table;
}
#winners-page #award-silver .award-main .top {
  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;
  max-width: 800px;
  gap: 50px;
  margin-bottom: 40px;
  margin-inline: auto;
}
#winners-page #award-silver .award-main .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 267px;
          flex: 0 0 267px;
  text-align: center;
}
#winners-page #award-silver .award-main .image img {
  width: 100%;
  height: auto;
  display: block;
}
#winners-page #award-silver .award-main .info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  text-align: center;
}
#winners-page #award-silver .award-main .info .title {
  font-size: 42px;
  line-height: 1.2;
}
#winners-page #award-silver .award-main .info .author {
  font-size: 28px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#winners-page #award-silver .award-main .info .author span {
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
  #winners-page #award-silver .award-main:nth-of-type(3) .title {
    font-size: 30px;
    white-space: nowrap;
  }
  #winners-page #award-silver .award-main:nth-of-type(4) .title {
    font-size: 39px;
    white-space: nowrap;
  }
  #winners-page #award-silver .award-main:nth-of-type(6) .title {
    font-size: 30px;
  }
  #winners-page #award-silver .award-main:nth-of-type(7) .title {
    font-size: 40px;
    white-space: normal;
  }
  #winners-page #award-silver::before {
    background: url("../img/winners/bg-title-silver-sp.png") no-repeat top -30px center;
    height: 193px;
  }
  #winners-page #award-silver .award-benefit img {
    width: 465px;
  }
  #winners-page #award-silver .award-main {
    background-image: url("../img/winners/bg-category-female-sp.png");
    background-size: auto 510px;
    margin-bottom: 11px;
    width: 520px;
    padding: 61px 0 31px 0;
  }
  #winners-page #award-silver .award-main.male {
    background-image: url("../img/winners/bg-category-male-sp.png");
  }
  #winners-page #award-silver .award-main.all {
    background-image: url("../img/winners/bg-category-all-sp.png");
  }
  #winners-page #award-silver .award-main .top {
    max-width: 460px;
    gap: 6px;
  }
  #winners-page #award-silver .award-main .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
            flex: 0 0 230px;
  }
  #winners-page #award-silver .award-main .info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #winners-page #award-silver .award-main .info .title {
    margin-bottom: 11px;
  }
  #winners-page #award-silver .award-main .info .author {
    -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;
  }
  #winners-page #award-silver .award-main .info .author span {
    margin-top: -10px;
  }
  #winners-page #award-silver .award-main.all .category {
    display: inline;
    line-height: 1.5;
  }
}
#winners-page #award-encourage {
  background: #d17a34;
  position: relative;
  border: 4px solid #b96928;
  margin-bottom: 47px;
  overflow: hidden;
}
#winners-page #award-encourage::before {
  content: "";
  background: url("../img/winners/bg-title-encourage-pc.png") no-repeat top -30px center;
  background-size: contain;
  width: 100%;
  height: 643px;
  position: absolute;
  top: 0;
  z-index: 1;
}
#winners-page #award-encourage .award-header {
  margin-top: 21px;
  text-align: center;
  position: relative;
  z-index: 2;
}
#winners-page #award-encourage .award-header h2 {
  margin-bottom: 21px;
}
#winners-page #award-encourage .award-header h2 img {
  width: 349px;
}
#winners-page #award-encourage .award-header .award-benefit {
  margin-bottom: 21px;
}
#winners-page #award-encourage .award-header .award-benefit img {
  width: 182px;
  margin: 0 auto;
}
#winners-page #award-encourage .award-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  justify-items: center;
  margin-inline: auto;
  width: 900px;
  margin-bottom: 40px;
}
#winners-page #award-encourage .award-list .award-main {
  width: 438px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 24px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 24px 3px rgba(0, 0, 0, 0.25);
  margin-inline: auto;
  border-radius: 10px;
  position: relative;
  background-image: url("../img/winners/bg-category-female-pc.png");
  background-size: 338px 220px;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 31px 0 31px 0;
  z-index: 3;
}
#winners-page #award-encourage .award-list .award-main.male {
  background-image: url("../img/winners/bg-category-male-pc.png");
  background-size: 338px 220px;
  background-position: center bottom;
}
#winners-page #award-encourage .award-list .award-main.all {
  background-image: url("../img/winners/bg-category-all-pc.png");
  background-size: 338px 220px;
  background-position: center bottom;
}
#winners-page #award-encourage .award-list .award-main .image {
  margin-inline: auto;
  margin-bottom: 20px;
  width: 239px;
}
#winners-page #award-encourage .award-list .award-main .image img {
  width: 100%;
  height: auto;
  display: block;
}
#winners-page #award-encourage .award-list .award-main .info {
  text-align: center;
}
#winners-page #award-encourage .award-list .award-main .info .category {
  font-size: 20px;
  margin-bottom: 7px;
  margin-top: 0;
}
#winners-page #award-encourage .award-list .award-main .info .category .small {
  font-size: 12px;
}
#winners-page #award-encourage .award-list .award-main .info .title {
  font-size: 30px;
  margin-bottom: 9px;
  margin-top: 0;
  line-height: 1.2;
}
#winners-page #award-encourage .award-list .award-main .info .author {
  font-size: 19px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  #winners-page #award-encourage::before {
    background: url("../img/winners/bg-title-encourage-sp.png") no-repeat top -30px center;
    height: 190px;
  }
  #winners-page #award-encourage .award-list {
    gap: 14px;
    width: 520px;
    margin-bottom: 30px;
  }
  #winners-page #award-encourage .award-list .award-main {
    width: 260px;
    background-image: url("../img/winners/bg-category-female-sp.png");
    background-size: 260px 275px;
  }
  #winners-page #award-encourage .award-list .award-main.male {
    background-image: url("../img/winners/bg-category-male-sp.png");
    background-size: 260px 275px;
  }
  #winners-page #award-encourage .award-list .award-main.all {
    background-image: url("../img/winners/bg-category-all-sp.png");
    background-size: 260px 275px;
  }
  #winners-page #award-encourage .award-list .award-main .image {
    width: 182px;
  }
  #winners-page #award-encourage .award-list .award-main .info .title {
    font-size: 25px;
    white-space: nowrap;
  }
}
#winners-page #award-finalist {
  background: #5fdae2;
  position: relative;
  border: 4px solid #3ecdd6;
  margin-bottom: 47px;
}
#winners-page #award-finalist::before {
  content: "";
  background: url("../img/winners/bg-title-finalist-pc.png") no-repeat top -30px center;
  background-size: contain;
  width: 100%;
  height: 643px;
  position: absolute;
  top: 0;
  z-index: 1;
}
#winners-page #award-finalist .award-header {
  margin-top: 21px;
  text-align: center;
  position: relative;
  z-index: 2;
}
#winners-page #award-finalist .award-header h2 {
  margin-bottom: 21px;
}
#winners-page #award-finalist .award-header h2 img {
  width: 412px;
}
#winners-page #award-finalist .award-header .award-benefit {
  margin-bottom: 21px;
}
#winners-page #award-finalist .award-header .award-benefit img {
  width: 147px;
  margin: 0 auto;
}
#winners-page #award-finalist .award-main {
  width: 900px;
  -webkit-box-shadow: 0 0 24px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 24px 3px rgba(0, 0, 0, 0.25);
  margin-inline: auto;
  border-radius: 10px;
  position: relative;
  background-repeat: no-repeat;
  padding: 31px 0 31px 0;
  z-index: 3;
  margin-bottom: 25px;
}
#winners-page #award-finalist .award-main .info {
  text-align: center;
}
#winners-page #award-finalist .award-main .info .category {
  font-size: 20px;
  margin-bottom: 20px;
}
#winners-page #award-finalist .award-main .info .category .small {
  font-size: 12px;
}
#winners-page #award-finalist .award-main .info .work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  margin-bottom: 6px;
}
#winners-page #award-finalist .award-main .info .work .title {
  font-size: 24px;
  margin-bottom: 9px;
  margin-top: 0;
}
#winners-page #award-finalist .award-main .info .work .author {
  font-size: 18px;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  #winners-page #award-finalist::before {
    background: url("../img/winners/bg-title-finalist-sp.png") no-repeat top -30px center;
    height: 189px;
  }
  #winners-page #award-finalist .award-header h2 img {
    width: 408px;
  }
  #winners-page #award-finalist .award-main {
    width: 520px;
    padding: 25px 0 25px 0;
  }
  #winners-page #award-finalist .award-main .info .work {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #winners-page #award-finalist .award-main .info .work .title {
    margin-bottom: 0px;
  }
}
#winners-page .award-note {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  #winners-page .award-note {
    text-align: left;
  }
}
/*# sourceMappingURL=style-winners.css.map */