@charset "UTF-8";
body {
  font-family: Century Gothic, 'メイリオ', 'Meiryo', sans-serif;
  background: url(../img/back.gif);
}

p, li {
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  p, li {
    font-size: 3.2vw;
  }
}

a {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  cursor: pointer;
}

a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

@media screen and (max-width: 1024px) {
  a:hover {
    -webkit-filter: initial;
            filter: initial;
  }
}

@media screen and (max-width: 640px) {
  a:hover {
    -webkit-filter: initial;
            filter: initial;
  }
}

b {
  font-weight: bold;
}

.red {
  color: #ed1c24 !important;
  font-weight: bold !important;
  font-size: 100% !important;
  display: inline-block !important;
  margin: 0 !important;
}

img {
  display: block;
}

#tempBack {
  padding: 0;
}

.wrapper-cw-vertical-auto {
  max-width: initial;
}

.wrapper-cw-vertical-auto .common-back-button {
  position: absolute;
  margin: 0;
  z-index: 10;
  margin: 10px 0 0 10px;
}

.main {
  max-width: initial;
  position: relative;
}

.container {
  margin: -1vw auto 0;
  padding: 60px 0 60px 0;
  border-left: solid 10px #00a0e9;
  border-right: solid 10px #009e3b;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .container {
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .container {
    padding: 10vw 0 10vw 0;
  }
}

.inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .inner {
    width: 95%;
  }
}

.pc {
  display: block;
}

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

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

.tab {
  display: none;
}

@media screen and (max-width: 1024px) {
  .tab {
    display: block;
  }
}

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

.sp {
  display: none;
}

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

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

.movie-btn, .tab-bar li, .o-btn, .award-part-box .opus-img, .open-btn, .next, .prev, .close, #fullscreenBtn, .menu-btn, .scroll-btn, .to-interview-btn, .a-thumb {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  cursor: pointer;
}

.movie-btn:hover, .tab-bar li:hover, .o-btn:hover, .award-part-box .opus-img:hover, .open-btn:hover, .next:hover, .prev:hover, .close:hover, #fullscreenBtn:hover, .menu-btn:hover, .scroll-btn:hover, .to-interview-btn:hover, .a-thumb:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

@media screen and (max-width: 640px) {
  .movie-btn:hover, .tab-bar li:hover, .o-btn:hover, .award-part-box .opus-img:hover, .open-btn:hover, .next:hover, .prev:hover, .close:hover, #fullscreenBtn:hover, .menu-btn:hover, .scroll-btn:hover, .to-interview-btn:hover, .a-thumb:hover {
    -webkit-filter: initial;
            filter: initial;
  }
}

.movie-btn {
  position: relative;
}

.movie-btn::after {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  content: "";
  display: block;
  width: 25%;
  height: 100%;
  background: url(../img/award/play.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
  opacity: 0.6;
}

.movie-btn:hover::after {
  opacity: 1;
}

@media screen and (max-width: 640px) {
  .movie-btn:hover::after {
    opacity: 0.6;
  }
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background: #00aaf2;
  color: #fff;
  border: solid 3px #fff;
  border-radius: 50%;
  z-index: 2;
  display: none;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 640px) {
  .pagetop {
    right: 4%;
    bottom: 2%;
    width: 12vw;
    height: 12vw;
  }
}

.pagetop span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.pagetop::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 640px) {
  .pagetop::before {
    width: 3.4vw;
    height: 3.4vw;
    border-top: 1vw solid #fff;
    border-right: 1vw solid #fff;
  }
}

.mv {
  height: 52vw;
  max-height: 960px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
  .mv {
    height: 56vw;
  }
}

@media screen and (max-width: 640px) {
  .mv {
    height: 110vw;
  }
}

.mv .mv_back {
  height: 48vw;
  max-height: 900px;
  background: url(../img/award/mv_back.png);
  background-size: cover;
}

@media screen and (max-width: 1280px) {
  .mv .mv_back {
    height: 56vw;
  }
}

@media screen and (max-width: 640px) {
  .mv .mv_back {
    height: 110vw;
  }
}

.mv .curtain {
  position: absolute;
  top: 0;
  width: 30vw;
  height: 52vw;
  max-width: 400px;
  max-height: 960px;
  background: url(../img/award/curtain_1.png);
  background-position: top right;
  z-index: 2;
}

@media screen and (max-width: 1920px) {
  .mv .curtain {
    width: 22vw;
  }
}

@media screen and (max-width: 1280px) {
  .mv .curtain {
    width: 22vw;
    height: 60vw;
  }
}

.mv .curtain.curtain-1 {
  left: 0;
  background: url(../img/award/curtain_1.png);
  background-position: bottom right;
  z-index: 2;
}

.mv .curtain.curtain-2 {
  position: absolute;
  right: 0;
  background: url(../img/award/curtain_2.png);
  background-position: bottom left;
  z-index: 2;
}

@media screen and (max-width: 960px) {
  .mv .curtain {
    display: none;
  }
}

.mv .curtain-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12vw;
  max-height: 180px;
  background: url(../img/award/curtain_3.png);
  background-position: bottom center;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .mv .curtain-3 {
    background: url(../img/award/curtain_3_sp.png) no-repeat;
    background-size: cover;
    height: 31vw;
    max-height: 348px;
  }
}

.mv .photo-frame {
  width: 60vw;
  height: 43.2vw;
  max-width: 1140px;
  max-height: 820px;
  background: url(../img/award/frame.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

@media screen and (max-width: 1280px) {
  .mv .photo-frame {
    width: 69.3vw;
    height: 50vw;
    top: 54%;
  }
}

@media screen and (max-width: 640px) {
  .mv .photo-frame {
    width: 95vw;
    height: 69vw;
    top: 54%;
  }
}

.mv .photo-frame .photo {
  width: 84.6%;
  height: 78.5%;
  background: url(../img/award/photo.jpg) no-repeat;
  background-position: bottom center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

@media screen and (max-width: 1280px) {
  .mv .photo-frame .photo {
    height: 78.6%;
    top: 49.7%;
  }
}

.mv .logo {
  width: 60%;
  height: 22%;
  max-width: 628px;
  max-height: 160px;
  background: url(../img/award/logo.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1280px) {
  .mv .logo {
    top: 3%;
  }
}

@media screen and (max-width: 640px) {
  .mv .logo {
    top: -3%;
    width: 90%;
    height: 32%;
  }
}

.mv .logo a {
  display: block;
  width: 40%;
  height: 90%;
  background: url(../img/award/concour_logo.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -20%;
  left: -45%;
}

@media screen and (max-width: 640px) {
  .mv .logo a {
    width: 34%;
    height: 75%;
    top: -80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.mv .menu-btn {
  width: 60px;
  height: 60px;
  background: #00aaf2;
  border: solid 3px #fff;
  border-radius: 100px;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 3;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .mv .menu-btn {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 640px) {
  .mv .menu-btn {
    width: 12vw;
    height: 12vw;
    top: 4%;
    right: 4%;
  }
}

.mv .menu-btn span {
  width: 20px;
  height: 3px;
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 640px) {
  .mv .menu-btn span {
    width: 4vw;
    height: 0.5vw;
  }
}

.mv .menu-btn span::before, .mv .menu-btn span::after {
  content: "";
  width: 20px;
  height: 3px;
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
  .mv .menu-btn span::before, .mv .menu-btn span::after {
    width: 4vw;
    height: 0.5vw;
  }
}

.mv .menu-btn span::before {
  top: -10px;
}

@media screen and (max-width: 640px) {
  .mv .menu-btn span::before {
    top: -2vw;
  }
}

.mv .menu-btn span::after {
  top: 11px;
}

@media screen and (max-width: 640px) {
  .mv .menu-btn span::after {
    top: 2.1vw;
  }
}

.mv .menu-btn.on {
  z-index: 5;
}

.mv .menu-btn.on span {
  height: 0;
}

.mv .menu-btn.on span::before, .mv .menu-btn.on span::after {
  left: 45%;
}

.mv .menu-btn.on span::before {
  top: 50%;
  -webkit-transform: rotate(45deg) translate(-35%, 165%);
          transform: rotate(45deg) translate(-35%, 165%);
}

.mv .menu-btn.on span::after {
  top: 50%;
  -webkit-transform: rotate(-45deg) translate(-25%, -240%);
          transform: rotate(-45deg) translate(-25%, -240%);
}

@media screen and (max-width: 640px) {
  .mv .menu-btn.on span::after {
    -webkit-transform: rotate(-45deg) translate(-20%, -300%);
            transform: rotate(-45deg) translate(-20%, -300%);
  }
}

.mv .scroll-btn {
  width: 100px;
  height: 100px;
  display: block;
  background: #00aaf2;
  border: solid 3px #fff;
  border-radius: 100px;
  position: absolute;
  bottom: 5%;
  right: 14%;
  z-index: 3;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .mv .scroll-btn {
    width: 50%;
    height: 10%;
    bottom: 4%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.mv .scroll-btn::before {
  content: "";
  display: block;
  background: url(../img/award/scroll_btn.png) no-repeat;
  background-size: contain;
  width: 80%;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
  .mv .scroll-btn::before {
    background: url(../img/award/scroll_btn_sp.png) no-repeat;
    background-size: contain;
    background-position: center;
    top: 45%;
    left: 45%;
    height: 65%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.mv .scroll-btn .arrow {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 0;
  -webkit-animation: scroll 1.5s infinite;
          animation: scroll 1.5s infinite;
}

@-webkit-keyframes scroll {
  0% {
    top: 85%;
  }
  20% {
    top: 95%;
  }
  40% {
    top: 85%;
  }
  60% {
    top: 95%;
  }
  80% {
    top: 85%;
  }
  100% {
    top: 85%;
  }
}

@keyframes scroll {
  0% {
    top: 85%;
  }
  20% {
    top: 95%;
  }
  40% {
    top: 85%;
  }
  60% {
    top: 95%;
  }
  80% {
    top: 85%;
  }
  100% {
    top: 85%;
  }
}

@media screen and (max-width: 640px) {
  @-webkit-keyframes scroll {
    0% {
      top: 60%;
    }
    20% {
      top: 70%;
    }
    40% {
      top: 60%;
    }
    60% {
      top: 70%;
    }
    80% {
      top: 60%;
    }
    100% {
      top: 60%;
    }
  }
  @keyframes scroll {
    0% {
      top: 60%;
    }
    20% {
      top: 70%;
    }
    40% {
      top: 60%;
    }
    60% {
      top: 70%;
    }
    80% {
      top: 60%;
    }
    100% {
      top: 60%;
    }
  }
}

@media screen and (max-width: 640px) {
  .mv .scroll-btn .arrow {
    width: 10%;
    right: 6%;
  }
}

.mv .scroll-btn .arrow::before, .mv .scroll-btn .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1px);
  width: 3px;
  height: 16px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform-origin: 50% calc(100% - 1px);
          transform-origin: 50% calc(100% - 1px);
}

@media screen and (max-width: 640px) {
  .mv .scroll-btn .arrow::before, .mv .scroll-btn .arrow::after {
    width: 0.5vw;
    height: 3vw;
    -webkit-transform-origin: 50% calc(100% - 0.15vw);
            transform-origin: 50% calc(100% - 0.15vw);
  }
}

.mv .scroll-btn .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mv .scroll-btn .arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu {
  display: none;
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -30%;
  background: #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media screen and (max-width: 640px) {
  .menu {
    width: 60%;
  }
}

.menu.on {
  right: 0;
}

.menu ol {
  width: 80%;
  margin: 130px auto 0;
}

@media screen and (max-width: 640px) {
  .menu ol {
    margin: 30vw auto 0;
  }
}

.menu ol li {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .menu ol li {
    font-size: 3.6vw;
    margin-bottom: 4vw;
  }
}

.menu ol li a {
  color: #333333;
  text-decoration: none;
  display: inline-block;
  border-bottom: solid 2px #00aaf2;
  padding-bottom: 10px;
  text-indent: -30px;
  margin-left: 30px;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  .menu ol li a {
    padding-bottom: 2vw;
    text-indent: -6vw;
    margin-left: 6vw;
  }
}

.menu ol li a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.menu ol li a span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #00aaf2;
  border-radius: 100px;
  margin-right: 10px;
  vertical-align: text-bottom;
  position: relative;
}

@media screen and (max-width: 640px) {
  .menu ol li a span {
    width: 4vw;
    height: 4vw;
    margin-right: 2vw;
  }
}

.menu ol li a span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff;
  border-right: 0;
}

@media screen and (max-width: 640px) {
  .menu ol li a span::before {
    border-top: 1.2vw solid transparent;
    border-bottom: 1.2vw solid transparent;
    border-left: 1.2vw solid #ffffff;
  }
}

.message-outer {
  height: 150px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow: hidden;
  position: relative;
}

.message-outer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(white));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, white 100%);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  opacity: 1;
  pointer-events: initial;
  z-index: 1;
}

.message-outer.open {
  margin: 0;
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(0%, black));
  -webkit-mask-image: linear-gradient(to top, transparent 0%, black 0%);
          mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(0%, black));
          mask-image: linear-gradient(to top, transparent 0%, black 0%);
}

.message-outer.open::before {
  opacity: 0;
  pointer-events: none;
}

.message-outer.open .m-thumb {
  pointer-events: initial !important;
}

.message {
  border: solid 2px #00aaf2;
  border-radius: 10px;
  background: #fff;
  padding: 50px 50px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.message h3 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 30px 0;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .message h3 {
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .message h3 {
    font-size: 5vw;
  }
}

@media screen and (max-width: 960px) {
  .message {
    -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;
  }
}

@media screen and (max-width: 640px) {
  .message {
    padding: 7vw 5vw 8vw;
  }
}

.message .m-img {
  margin: 0 40px 0 0;
  width: 24%;
  max-width: 300px;
  position: relative;
}

.message .m-img .m-t-message {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/award/m-t-icon.png) no-repeat;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  top: -2%;
  right: -5%;
}

.message .m-img .m-t-message::after {
  display: none;
}

@media screen and (max-width: 960px) {
  .message .m-img .m-t-message {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 640px) {
  .message .m-img .m-t-message {
    width: 12vw;
    height: 12vw;
    top: -3%;
    right: 2%;
  }
}

@media screen and (max-width: 960px) {
  .message .m-img {
    margin: 0 0 20px 0;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .message .m-img {
    max-width: 400px;
    margin: 0 0 3vw 0;
  }
}

.message .m-img img {
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .message .m-img img {
    width: 70%;
    margin: 0 auto 2vw;
  }
}

.message .m-img p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}

.message .m-img p span {
  font-size: 80%;
}

@media screen and (max-width: 640px) {
  .message .m-img p {
    font-size: 4.5vw;
    text-align: center;
  }
}

.message .m-txt {
  width: 76%;
}

@media screen and (max-width: 960px) {
  .message .m-txt {
    width: 100%;
  }
}

.message .m-txt .m-txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media screen and (max-width: 1280px) {
  .message .m-txt .m-txt-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.message .m-txt .m-txt-box p {
  width: 60%;
  max-width: 480px;
  margin: 0 40px 0 0;
}

@media screen and (max-width: 1280px) {
  .message .m-txt .m-txt-box p {
    width: 100%;
    max-width: initial;
    margin: 0 0 30px 0;
  }
}

@media screen and (max-width: 640px) {
  .message .m-txt .m-txt-box p {
    margin: 0 0 5vw 0;
  }
}

.message .m-txt .m-txt-box .m-movie {
  width: calc(40% - 40px);
  padding: 16px 20px 20px;
  background: #f5f5f5;
  border-radius: 10px;
}

@media screen and (max-width: 1280px) {
  .message .m-txt .m-txt-box .m-movie {
    width: 50%;
  }
}

@media screen and (max-width: 960px) {
  .message .m-txt .m-txt-box .m-movie {
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .message .m-txt .m-txt-box .m-movie {
    width: 100%;
    padding: 3vw 4vw 4vw;
  }
}

.message .m-txt .m-txt-box .m-movie h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .message .m-txt .m-txt-box .m-movie h4 {
    font-size: 4.5vw;
    margin: 0 0 2vw;
  }
}

.message .m-txt .m-txt-box .m-movie .m-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #333333;
  pointer-events: none;
}

.message .m-txt .m-txt-box .m-movie .m-thumb img {
  width: 100%;
}

.open-btn {
  cursor: pointer;
  display: block;
  background: #00aaf2;
  font-size: 20px;
  font-weight: bold;
  margin: -20px auto 60px;
  width: 30%;
  text-align: center;
  padding: 16px 40px 12px 20px;
  color: #fff;
  border-radius: 6px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .open-btn {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .open-btn {
    width: 70%;
    font-size: 4.5vw;
    padding: 3.5vw 10vw 2.5vw 4.5vw;
    margin: -4vw auto 10vw;
  }
}

.open-btn::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .open-btn::before {
    width: 4vw;
    height: 0.5vw;
    right: 2.1vw;
  }
}

.open-btn::after {
  content: "";
  display: block;
  width: 3px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
}

@media screen and (max-width: 640px) {
  .open-btn::after {
    width: 0.5vw;
    height: 4vw;
    right: 4vw;
  }
}

.open-btn.on::after {
  opacity: 0;
}

.tab-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f2f2f2;
  padding: 6px;
  border-radius: 100px;
  margin: 0 0 60px 0;
  border-radius: 10px;
}

@media screen and (max-width: 1280px) {
  .tab-bar {
    overflow-x: scroll;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    border-radius: 0;
    margin: 0 0 60px 0;
    padding: 20px;
  }
  .tab-bar:not(.fixed) {
    width: calc(100vw - 20px);
    margin-left: calc(50% - 50vw + 10px);
    border-radius: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .tab-bar.fixed {
    border-radius: 0;
    position: fixed;
    top: 0;
    left: 10px;
    width: 100%;
    max-width: calc(100vw - 60px);
    z-index: 2;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    margin: 0;
  }
}

@media screen and (max-width: 1280px) and (max-width: 640px) {
  .tab-bar.fixed {
    max-width: calc(100vw - 20px - 4vw);
  }
}

@media screen and (max-width: 640px) {
  .tab-bar {
    padding: 2vw;
    margin: 0 0 10vw 0;
  }
}

.tab-bar li {
  font-weight: bold;
  font-size: 18px;
  width: calc(20% - 4px);
  height: 60px;
  border-radius: 100px;
  border: solid 2px;
  position: relative;
  background: #fff;
  margin: 0 1% 0 0;
  line-height: 1.4;
}

@media screen and (max-width: 1280px) {
  .tab-bar li {
    min-width: 200px;
  }
}

@media screen and (max-width: 640px) {
  .tab-bar li {
    min-width: 32vw;
    font-size: 3.4vw;
    height: 12vw;
  }
}

.tab-bar li.on {
  color: #fff;
  pointer-events: none;
}

.tab-bar li:last-child {
  margin: 0;
}

.tab-bar li:nth-child(1) {
  border: solid 2px #ef8200;
}

.tab-bar li:nth-child(1).on {
  background: #ef8200;
}

.tab-bar li:nth-child(2) {
  border: solid 2px #00a0e9;
}

.tab-bar li:nth-child(2).on {
  background: #00a0e9;
}

.tab-bar li:nth-child(3) {
  border: solid 2px #009e3b;
}

.tab-bar li:nth-child(3).on {
  background: #009e3b;
}

.tab-bar li:nth-child(4) {
  border: solid 2px #d72317;
}

.tab-bar li:nth-child(4).on {
  background: #d72317;
}

.tab-bar li:nth-child(5) {
  border: solid 2px #ff60ab;
}

.tab-bar li:nth-child(5).on {
  background: #ff60ab;
}

.tab-bar li span {
  width: 80%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.tab-body .tab-box {
  display: none;
}

.tab-body .tab-box.on {
  display: block;
}

.tab-body .tab-box.kaiga h2 {
  color: #ef8200;
}

.tab-body .tab-box.kaiga .tab-content {
  border: solid 2px #ef8200 !important;
}

.tab-body .tab-box.kaiga .prize-item {
  border: solid 2px #ef8200 !important;
}

.tab-body .tab-box.kaiga .award-box {
  background: #ffd199 !important;
}

.tab-body .tab-box.kaiga .award-part-box h5 {
  background: #ef8200 !important;
  border: solid 3px #ef8200 !important;
}

.tab-body .tab-box.kaiga .opus-img {
  border: solid 3px #ef8200 !important;
}

.tab-body .tab-box.kaiga .opus-img::before {
  background: #ef8200 url(../img/award/check_btn.png) no-repeat !important;
  background-size: contain !important;
}

.tab-body .tab-box.kaiga .opus-img .interview {
  background: #ef8200 !important;
}

.tab-body .tab-box.kaiga .ex-award-box {
  border: solid 2px #ef8200 !important;
}

.tab-body .tab-box.kaiga .ex-award-box h5 {
  background: #ef8200 !important;
}

.tab-body .tab-box.sakubun h2 {
  color: #00a0e9;
}

.tab-body .tab-box.sakubun .tab-content {
  border: solid 2px #00a0e9 !important;
}

.tab-body .tab-box.sakubun .prize-item {
  border: solid 2px #00a0e9 !important;
}

.tab-body .tab-box.sakubun .award-box {
  background: #bfebff !important;
}

.tab-body .tab-box.sakubun .award-part-box h5 {
  background: #00a0e9 !important;
  border: solid 3px #00a0e9 !important;
}

.tab-body .tab-box.sakubun .opus-img {
  border: solid 3px #00a0e9 !important;
}

.tab-body .tab-box.sakubun .opus-img::before {
  background: #00a0e9 url(../img/award/check_btn.png) no-repeat !important;
  background-size: contain !important;
}

.tab-body .tab-box.sakubun .opus-img .interview {
  background: #00a0e9 !important;
}

.tab-body .tab-box.sakubun .ex-award-box {
  border: solid 2px #00a0e9 !important;
}

.tab-body .tab-box.sakubun .ex-award-box h5 {
  background: #00a0e9 !important;
}

.tab-body .tab-box.jiyu h2 {
  color: #009e3b;
}

.tab-body .tab-box.jiyu .tab-content {
  border: solid 2px #009e3b !important;
}

.tab-body .tab-box.jiyu .prize-item {
  border: solid 2px #009e3b !important;
}

.tab-body .tab-box.jiyu .award-box {
  background: #addf80 !important;
}

.tab-body .tab-box.jiyu .award-part-box h5 {
  background: #009e3b !important;
  border: solid 3px #009e3b !important;
}

.tab-body .tab-box.jiyu .opus-img {
  border: solid 3px #009e3b !important;
}

.tab-body .tab-box.jiyu .opus-img::before {
  background: #009e3b url(../img/award/check_btn.png) no-repeat !important;
  background-size: contain !important;
}

.tab-body .tab-box.jiyu .opus-img .interview {
  background: #009e3b !important;
}

.tab-body .tab-box.jiyu .ex-award-box {
  border: solid 2px #009e3b !important;
}

.tab-body .tab-box.jiyu .ex-award-box h5 {
  background: #009e3b !important;
}

.tab-body .tab-box.kankyo h2 {
  color: #d72317;
}

.tab-body .tab-box.kankyo .tab-content {
  border: solid 2px #d72317 !important;
}

.tab-body .tab-box.kankyo .prize-item {
  border: solid 2px #d72317 !important;
}

.tab-body .tab-box.kankyo .award-box {
  background: #ffc4c0 !important;
}

.tab-body .tab-box.kankyo .award-part-box h5 {
  background: #d72317 !important;
  border: solid 3px #d72317 !important;
}

.tab-body .tab-box.kankyo .opus-img {
  border: solid 3px #d72317 !important;
}

.tab-body .tab-box.kankyo .opus-img::before {
  background: #d72317 url(../img/award/check_btn.png) no-repeat !important;
  background-size: contain !important;
}

.tab-body .tab-box.kankyo .opus-img .interview {
  background: #d72317 !important;
}

.tab-body .tab-box.kankyo .ex-award-box {
  border: solid 2px #d72317 !important;
}

.tab-body .tab-box.kankyo .ex-award-box h5 {
  background: #d72317 !important;
}

.tab-body .tab-box.eigo h2 {
  color: #ff60ab;
}

.tab-body .tab-box.eigo .tab-content {
  border: solid 2px #ff60ab !important;
}

.tab-body .tab-box.eigo .prize-item {
  border: solid 2px #ff60ab !important;
}

.tab-body .tab-box.eigo .award-box {
  background: #ffdded !important;
}

.tab-body .tab-box.eigo .award-part-box h5 {
  background: #ff60ab !important;
  border: solid 3px #ff60ab !important;
}

.tab-body .tab-box.eigo .opus-img {
  border: solid 3px #ff60ab !important;
}

.tab-body .tab-box.eigo .opus-img::before {
  background: #ff60ab url(../img/award/check_btn.png) no-repeat !important;
  background-size: contain !important;
}

.tab-body .tab-box.eigo .opus-img .interview {
  background: #ff60ab !important;
}

.tab-body .tab-box.eigo .ex-award-box {
  border: solid 2px #ff60ab !important;
}

.tab-body .tab-box.eigo .ex-award-box h5 {
  background: #ff60ab !important;
}

.tab-body .tab-box.eigo .ex-award-box ol {
  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;
}

.tab-body .tab-box.eigo .ex-award-box li {
  width: 48%;
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

@media screen and (max-width: 960px) {
  .tab-body .tab-box.eigo .ex-award-box li {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .tab-body .tab-box.eigo .ex-award-box li {
    -webkit-box-orient: initial !important;
    -webkit-box-direction: initial !important;
        -ms-flex-direction: initial !important;
            flex-direction: initial !important;
    margin-bottom: 20px !important;
  }
  .tab-body .tab-box.eigo .ex-award-box li:last-child {
    margin-bottom: 0 !important;
  }
}

.tab-body .tab-box.eigo .ex-award-box li span:nth-child(1) {
  width: auto !important;
  font-size: 90%;
}

@media screen and (max-width: 640px) {
  .tab-body .tab-box.eigo .ex-award-box li span:nth-child(1) {
    margin: 0 !important;
  }
}

.tab-body .tab-box.next-c h2 {
  color: #8900fa;
}

.tab-body .tab-box.next-c .tab-content {
  border: none !important;
  border-radius: initial !important;
  padding: 0 !important;
}

.tab-body .tab-box.next-c .prize-item {
  border: solid 2px #8900fa !important;
}

.tab-body .tab-box.next-c .award-box {
  background: #ffd199 !important;
}

.tab-body .tab-box.next-c .award-part-box h5 {
  background: #8900fa !important;
  border: solid 3px #8900fa !important;
}

.tab-body .tab-box.next-c .opus-img {
  border: solid 3px #8900fa !important;
}

.tab-body .tab-box.next-c .opus-img::before {
  background: #8900fa url(../img/award/check_btn.png) no-repeat !important;
  background-size: contain !important;
}

.tab-body .tab-box.next-c .opus-img .interview {
  background: #8900fa !important;
}

.tab-body .tab-box.next-c .ex-award-box {
  border: solid 2px #8900fa !important;
}

.tab-body .tab-box.next-c .ex-award-box h5 {
  background: #8900fa !important;
}

.tab-body .tab-box h2 {
  text-align: center;
  margin: 0 0 40px 0;
}

.tab-body .tab-box h2 .tab-title {
  position: relative;
  font-size: 54px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .tab-body .tab-box h2 .tab-title {
    font-size: 8vw;
  }
}

.tab-body .tab-box h2 .tab-title .o-btn {
  width: 200px;
  height: 36px;
  font-size: 13px;
  background: #00aaf2;
  color: #fff;
  border-radius: 100px;
  position: absolute;
  bottom: 10px;
  right: -230px;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .tab-body .tab-box h2 .tab-title .o-btn {
    position: relative;
    bottom: initial;
    right: initial;
    display: block;
    margin: 20px auto 0;
    height: 40px;
    font-size: 16px;
    width: 260px;
  }
}

@media screen and (max-width: 640px) {
  .tab-body .tab-box h2 .tab-title .o-btn {
    width: 50vw;
    height: 8vw;
    font-size: 3vw;
  }
}

.tab-body .tab-box h2 .tab-title .o-btn span {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.tab-body .tab-box .tab-content {
  border: solid 2px;
  border-radius: 10px;
  background: #fff;
  padding: 0 0 40px 0;
}

@media screen and (max-width: 640px) {
  .tab-body .tab-box .tab-content {
    padding: 0 0 6vw 0;
  }
}

.tab-body .tab-box .tab-content .content-inner {
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .tab-body .tab-box .tab-content .content-inner {
    width: 95%;
  }
}

.tab-body .tab-box .tab-content .content-inner .award-box {
  border-radius: 10px;
  background: #333;
  margin: 15% 0 0 0;
  padding: 0 0 10px 0;
}

@media screen and (max-width: 640px) {
  .tab-body .tab-box .tab-content .content-inner .award-box {
    margin: 15vw 0 0 0;
    padding: 0 0 2vw 0;
  }
}

.tab-body .tab-box .tab-content .content-inner .award-box:first-child {
  margin: 12% 0 0 0;
}

@media screen and (max-width: 640px) {
  .tab-body .tab-box .tab-content .content-inner .award-box:first-child {
    margin: 12vw 0 0 0;
  }
}

.tab-body .tab-box .tab-content .content-inner .award-box .prize-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 640px) {
  .tab-body .tab-box .tab-content .content-inner .award-box .prize-set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 10% 0;
  }
}

.tab-body .tab-box .tab-content .content-inner .award-box .prize-set h3 {
  margin: -7% 3% 0 -3%;
  width: 46%;
}

@media screen and (max-width: 640px) {
  .tab-body .tab-box .tab-content .content-inner .award-box .prize-set h3 {
    width: 90%;
    margin: -7% 0 6% 0;
  }
}

.tab-body .tab-box .tab-content .content-inner .award-box .prize-set h3 img {
  width: 100%;
}

.tab-body .tab-box .tab-content .content-inner .award-box .prize-set h3 img.pc-show {
  display: block;
}

@media screen and (max-width: 1024px) {
  .tab-body .tab-box .tab-content .content-inner .award-box .prize-set h3 img.pc-show {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .tab-body .tab-box .tab-content .content-inner .award-box .prize-set h3 img.pc-show {
    display: none;
  }
}

.tab-body .tab-box .tab-content .content-inner .award-box .prize-set .prize-box {
  width: 52%;
  margin: -7% 0 0 0;
}

@media screen and (max-width: 640px) {
  .tab-body .tab-box .tab-content .content-inner .award-box .prize-set .prize-box {
    display: none;
  }
}

.tab-body .tab-box .tab-content .content-inner .award-box .prize-set .prize-box .prize-item {
  border: solid 2px;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
  margin: 0 0 10px 0;
}

.tab-body .tab-box .tab-content .content-inner .award-box .prize-set .prize-box .prize-item ol {
  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;
}

.tab-body .tab-box .tab-content .content-inner .award-box .prize-set .prize-box .prize-item ol li {
  margin: 0 1%;
}

.tab-body .tab-box .tab-content .content-inner .award-box .prize-set .prize-box .prize-item ol li:first-child {
  margin-left: 0;
}

.tab-body .tab-box .tab-content .content-inner .award-box .prize-set .prize-box .prize-item ol li:last-child {
  margin-right: 0;
}

.tab-body .tab-box .tab-content .content-inner .award-box .prize-set .prize-box .prize-item ol li.prize-1 {
  width: 31%;
}

.tab-body .tab-box .tab-content .content-inner .award-box .prize-set .prize-box .prize-item ol li.prize-2 {
  width: 14%;
}

.tab-body .tab-box .tab-content .content-inner .award-box .prize-set .prize-box .prize-item ol li.prize-3 {
  width: 19%;
}

.tab-body .tab-box .tab-content .content-inner .award-box .prize-set .prize-box .prize-item ol li.prize-common {
  width: 29%;
}

.tab-body .tab-box .tab-content .content-inner .award-box .prize-set .prize-box .prize-item ol img {
  width: 100%;
}

.tab-body .tab-box .tab-content .content-inner .award-box .prize-set .prize-box .caption li {
  font-size: 9px;
  text-indent: -1em;
  margin-left: 1em;
}

.tab-body .tab-box .tab-content .content-inner .award-box .prize-set .prize-box-sp-btn {
  width: 70%;
  height: 8vw;
  font-size: 3.4vw;
  font-weight: bold;
  background: #00aaf2;
  color: #fff;
  border-radius: 100px;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.tab-body .tab-box .tab-content .content-inner .award-box .prize-set .prize-box-sp-btn span {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner {
  width: 90%;
  margin: 0 auto;
}

.tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner.ex-award {
  width: 85%;
}

@media screen and (max-width: 1280px) {
  .tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner.ex-award {
    width: 90%;
  }
}

.tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .award-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .award-part {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 640px) {
  .tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .award-part {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .award-part .award-part-box {
  width: 30%;
  margin: 0 5% 4% 0;
}

@media screen and (max-width: 1024px) {
  .tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .award-part .award-part-box {
    width: 47%;
    margin: 0 0 4% 0;
  }
}

@media screen and (max-width: 640px) {
  .tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .award-part .award-part-box {
    width: calc(100% - 6px);
    margin: 0 0 6% 0;
  }
}

.tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .award-part .award-part-box:nth-child(3n) {
  margin-right: 0;
}

.tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .award-part .award-part-box h5 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #000;
  border: solid 3px #000;
  border-radius: 8px 8px 0 0;
  width: 40%;
  text-align: center;
  padding: 6px;
}

@media screen and (max-width: 640px) {
  .tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .award-part .award-part-box h5 {
    font-size: 3.4vw;
    padding: 1vw;
  }
}

.tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .award-part .award-part-box h5 span {
  font-size: 180%;
  margin: 0 3px 0 0;
}

.tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .award-part .award-part-box .opus-img {
  width: 100%;
  border: solid 3px;
  position: relative;
}

.tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .award-part .award-part-box .opus-img img {
  width: 100%;
}

.tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .award-part .award-part-box .opus-img .interview {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  border-radius: 0 8px 0 0;
  padding: 4% 4% 3% 2%;
  width: 65%;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
  .tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .award-part .award-part-box .opus-img .interview {
    width: 78%;
  }
}

@media screen and (max-width: 1024px) {
  .tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .award-part .award-part-box .opus-img .interview {
    width: 65%;
  }
}

@media screen and (max-width: 960px) {
  .tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .award-part .award-part-box .opus-img .interview {
    width: 78%;
  }
}

@media screen and (max-width: 640px) {
  .tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .award-part .award-part-box .opus-img .interview {
    width: 60%;
    font-size: 3.4vw;
    padding: 4% 4% 3% 2%;
  }
}

.tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .award-part .award-part-box .opus-img .interview::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/award/mic_icon.png) no-repeat;
  background-size: contain;
  vertical-align: text-top;
  margin: 0 6px 0 0;
  -webkit-animation: jump 2s infinite;
          animation: jump 2s infinite;
}

@media screen and (max-width: 640px) {
  .tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .award-part .award-part-box .opus-img .interview::before {
    width: 3.8vw;
    height: 3.8vw;
    margin: 0 2vw 0 0;
  }
}

.tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .award-part .award-part-box .opus-img .interview::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-animation: shine 2s infinite;
          animation: shine 2s infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes jump {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  60% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}

@keyframes jump {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  60% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}

@-webkit-keyframes shine {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}

.tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .award-part .award-part-box .opus-img::before {
  content: "";
  display: block;
  width: 5vw;
  height: 5vw;
  max-width: 70px;
  max-height: 70px;
  background: #000 url(../img/award/check_btn.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -7%;
  right: -10%;
  border-radius: 100px;
}

@media screen and (max-width: 1024px) {
  .tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .award-part .award-part-box .opus-img::before {
    width: 7vw;
    height: 7vw;
  }
}

@media screen and (max-width: 640px) {
  .tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .award-part .award-part-box .opus-img::before {
    width: 14vw;
    height: 14vw;
    bottom: -8%;
    right: -4%;
  }
}

.tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .ex-award-box {
  background: #fff;
  border-radius: 10px;
  border: solid 2px;
  margin: 0 0 30px 0;
}

@media screen and (max-width: 640px) {
  .tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .ex-award-box {
    margin: 0 0 5vw 0;
  }
}

.tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .ex-award-box h5 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 10px 5%;
  color: #fff;
  background: #000;
  border-radius: 6px 6px 0 0;
  margin: 0 auto 30px;
}

@media screen and (max-width: 640px) {
  .tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .ex-award-box h5 {
    font-size: 4.8vw;
    margin: 0 auto 5vw;
  }
}

.tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .ex-award-box h5 span {
  font-size: 160%;
}

.tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .ex-award-box ol {
  width: 90%;
  margin: 0 auto 20px;
}

@media screen and (max-width: 640px) {
  .tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .ex-award-box ol {
    margin: 0 auto 4vw;
  }
}

.tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .ex-award-box ol li {
  font-size: 22px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px 0;
}

.tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .ex-award-box ol li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {
  .tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .ex-award-box ol li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 30px 0;
  }
}

@media screen and (max-width: 640px) {
  .tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .ex-award-box ol li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 4vw;
    margin: 0 0 6vw 0;
  }
}

.tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .ex-award-box ol li span:nth-child(1) {
  width: 65%;
  margin: 0 5% 0 0;
}

@media screen and (max-width: 960px) {
  .tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .ex-award-box ol li span:nth-child(1) {
    width: 100%;
    margin: 0 0 1% 0;
  }
}

@media screen and (max-width: 640px) {
  .tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .ex-award-box ol li span:nth-child(1) {
    width: 100%;
    margin: 0 0 2% 0;
  }
}

.tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .ex-award-box ol li span:nth-child(2) {
  width: 30%;
  font-size: 80%;
}

@media screen and (max-width: 960px) {
  .tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .ex-award-box ol li span:nth-child(2) {
    width: 100%;
    font-size: 100%;
    text-align: right;
  }
}

@media screen and (max-width: 640px) {
  .tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .ex-award-box ol li span:nth-child(2) {
    width: 100%;
    font-size: 100%;
    text-align: right;
  }
}

.tab-body .tab-box .tab-content .content-inner .award-box .award-box-inner .ex-award-box ol li span:nth-child(2) span {
  width: auto;
  margin: 0;
  font-size: 90%;
}

.tab-body .tab-box .tab-content .next-img img {
  width: 100%;
}

.tab-body .tab-box .tab-content .next-img img:nth-child(1) {
  display: block;
}

@media screen and (max-width: 640px) {
  .tab-body .tab-box .tab-content .next-img img:nth-child(1) {
    display: none;
  }
}

.tab-body .tab-box .tab-content .next-img img:nth-child(2) {
  display: none;
}

@media screen and (max-width: 640px) {
  .tab-body .tab-box .tab-content .next-img img:nth-child(2) {
    display: block;
  }
}

.modal-body {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  display: none;
}

@supports (height: 1dvh) {
  .modal-body {
    height: 100dvh;
  }
}

.modal-body.show {
  display: block;
}

.o-modal {
  background: #fff;
  border-radius: 10px;
  width: 90%;
  max-width: 964px;
  height: 80vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  overflow: visible;
}

@supports (height: 1dvh) {
  .o-modal {
    height: 80dvh;
  }
}

.o-modal h4 {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  width: 40%;
  text-align: center;
  padding: 20px;
  margin: -30px auto 30px;
  border-radius: 100px;
  background: #000;
}

@media screen and (max-width: 640px) {
  .o-modal h4 {
    font-size: 6vw;
    width: 60%;
    padding: 3vw;
    margin: -5vw auto 8vw;
  }
}

.o-modal .close {
  color: #999999;
  font-size: 50px;
  line-height: 0.6;
  display: inline-block;
  position: absolute;
  top: 2%;
  right: 2%;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .o-modal .close {
    font-size: 10vw;
  }
}

.o-modal.kaiga h4 {
  background: #ef8200;
}

.o-modal.sakubun h4 {
  background: #00a0e9;
}

.o-modal.jiyu h4 {
  background: #009e3b;
}

.o-modal.kankyo h4 {
  background: #d72317;
}

.o-modal.eigo h4 {
  background: #ff60ab;
}

.o-modal .o-modal-outer {
  overflow-y: auto;
  height: calc(100% - 82px);
  max-height: calc(100% - 82px);
  width: 98%;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 640px) {
  .o-modal .o-modal-outer {
    height: calc(100% - 15vw);
    max-height: calc(100% - 15vw);
  }
}

.o-modal .o-modal-box {
  height: auto;
}

.o-modal .o-modal-box .o-modal-part-outer {
  padding: 0 0 40px;
}

@media screen and (max-width: 640px) {
  .o-modal .o-modal-box .o-modal-part-outer {
    padding: 0 0 6vw;
  }
}

.o-modal .o-modal-box .o-modal-part {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .o-modal .o-modal-box .o-modal-part {
    margin-bottom: 8vw;
  }
}

.o-modal .o-modal-box .o-modal-part:last-child {
  margin-bottom: 0;
}

.o-modal .o-modal-box .o-modal-part h5 {
  font-size: 28px;
  font-weight: bold;
  color: #00aaf2;
  border-bottom: solid 2px;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .o-modal .o-modal-box .o-modal-part h5 {
    font-size: 4.8vw;
    padding-bottom: 2vw;
    margin-bottom: 6vw;
  }
}

.o-modal .o-modal-box .o-modal-part .t-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .o-modal .o-modal-box .o-modal-part .t-box {
    -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;
    margin-bottom: 6vw;
  }
}

.o-modal .o-modal-box .o-modal-part .t-box:last-child {
  margin-bottom: 0;
}

.o-modal .o-modal-box .o-modal-part .t-box .t-box-img {
  width: 20%;
}

@media screen and (max-width: 640px) {
  .o-modal .o-modal-box .o-modal-part .t-box .t-box-img {
    width: 50%;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 640px) and (max-width: 640px) {
  .o-modal .o-modal-box .o-modal-part .t-box .t-box-img {
    margin-bottom: 3vw;
  }
}

.o-modal .o-modal-box .o-modal-part .t-box .t-box-img img {
  width: 100%;
}

.o-modal .o-modal-box .o-modal-part .t-box .t-box-txt {
  width: 75%;
}

@media screen and (max-width: 640px) {
  .o-modal .o-modal-box .o-modal-part .t-box .t-box-txt {
    width: 100%;
  }
}

.o-modal .o-modal-box .o-modal-part .t-box .t-box-txt h6 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 1px;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

@media screen and (max-width: 640px) {
  .o-modal .o-modal-box .o-modal-part .t-box .t-box-txt h6 {
    font-size: 4vw;
    padding-bottom: 3vw;
    margin-bottom: 3vw;
  }
}

.o-modal .o-modal-box .o-modal-part .t-box .t-box-txt h6 span {
  font-size: 80%;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .o-modal .o-modal-box .o-modal-part .t-box .t-box-txt h6 span {
    margin-bottom: 2vw;
  }
}

.o-modal .o-modal-box .o-modal-part .theme {
  font-size: 20px;
  font-weight: bold;
  margin-top: -10px;
  margin-bottom: 30px;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .o-modal .o-modal-box .o-modal-part .theme {
    font-size: 4vw;
    margin-top: -2vw;
    margin-bottom: 5vw;
  }
}

.o-modal .o-modal-box .o-modal-part .theme span {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
  margin-left: -0.5em;
}

@media screen and (max-width: 640px) {
  .o-modal .o-modal-box .o-modal-part .theme span {
    font-size: 4.2vw;
    margin-bottom: 2vw;
  }
}

.o-modal .o-modal-box .o-modal-part .theme span.small {
  font-size: 80%;
  margin-bottom: 0;
  margin-left: 0;
  font-weight: initial;
}

.o-modal .o-modal-box .o-modal-part .ex-box {
  margin-bottom: 30px;
}

.o-modal .o-modal-box .o-modal-part .ex-box:last-child {
  margin-bottom: 0;
}

.o-modal .o-modal-box .o-modal-part .ex-box h6 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: -0.5em;
}

@media screen and (max-width: 640px) {
  .o-modal .o-modal-box .o-modal-part .ex-box h6 {
    font-size: 4.2vw;
    margin-bottom: 2vw;
  }
}

.o-modal .o-modal-box .o-modal-part .ex-box .lead {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .o-modal .o-modal-box .o-modal-part .ex-box .lead {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}

.o-modal .o-modal-box .o-modal-part .ex-box ol {
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .o-modal .o-modal-box .o-modal-part .ex-box ol {
    margin-bottom: 4vw;
  }
}

.o-modal .o-modal-box .o-modal-part .ex-box ol:last-child {
  margin-bottom: 0;
}

.o-modal .o-modal-box .o-modal-part .ex-box ol li {
  font-size: 20px;
  margin-bottom: 6px;
  text-indent: -1em;
  margin-left: 1em;
}

@media screen and (max-width: 640px) {
  .o-modal .o-modal-box .o-modal-part .ex-box ol li {
    font-size: 4vw;
    margin-bottom: 1vw;
  }
}

.a-modal {
  background: #fff;
  border-radius: 10px;
  width: 90%;
  max-width: 964px;
  height: 80vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
  overflow: visible;
  display: none;
}

@supports (height: 1dvh) {
  .a-modal {
    height: 80dvh;
  }
}

.a-modal .close {
  color: #999999;
  font-size: 50px;
  line-height: 0.6;
  display: inline-block;
  position: absolute;
  top: 2%;
  right: 2%;
  cursor: pointer;
  z-index: 5;
}

@media screen and (max-width: 640px) {
  .a-modal .close {
    font-size: 10vw;
  }
}

.a-modal.kaiga h4 {
  background: #ef8200;
}

.a-modal.sakubun h4 {
  background: #00a0e9;
}

.a-modal.jiyu h4 {
  background: #009e3b;
}

.a-modal.kankyo h4 {
  background: #d72317;
}

.a-modal.eigo h4 {
  background: #ff60ab;
}

.a-modal .a-modal-box {
  display: none;
  width: 90%;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .a-modal .a-modal-box {
    width: 85%;
  }
}

.a-modal .a-modal-box::before {
  content: "";
  display: block;
  width: 100%;
  height: 24vw;
  max-width: 520px;
  max-height: 160px;
  margin: -45px auto 25px;
}

@media screen and (max-width: 640px) {
  .a-modal .a-modal-box::before {
    width: 90%;
    height: 22vw;
    margin: -10vw auto 4vw;
  }
}

.a-modal .a-modal-box.award-1::before {
  background: url(../img/award/award_1_a-modal.png) no-repeat;
  background-size: contain;
}

.a-modal .a-modal-box.award-2::before {
  background: url(../img/award/award_2_a-modal.png) no-repeat;
  background-size: contain;
}

.a-modal .a-modal-box.award-4::before {
  background: url(../img/award/award_4_a-modal.png) no-repeat;
  background-size: contain;
}

.a-modal .a-modal-box .a-modal-part {
  height: calc(100% - 140px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .a-modal .a-modal-box .a-modal-part {
    height: calc(100% - 16vw);
    padding-bottom: 20px;
  }
}

.a-modal .a-modal-box .a-modal-part .opus-img {
  width: calc(100% - 4px);
  border: solid 2px #cccccc;
  cursor: initial;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .a-modal .a-modal-box .a-modal-part .opus-img {
    margin-bottom: 4vw;
  }
}

.a-modal .a-modal-box .a-modal-part .opus-img img {
  width: 100%;
}

.a-modal .a-modal-box .a-modal-part .to-interview-btn {
  width: 45%;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #00aaf2;
  padding: 30px;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .a-modal .a-modal-box .a-modal-part .to-interview-btn {
    width: 60%;
  }
}

@media screen and (max-width: 640px) {
  .a-modal .a-modal-box .a-modal-part .to-interview-btn {
    width: 90%;
    margin: 0 auto 4vw;
    padding: 6vw 0;
  }
}

.a-modal .a-modal-box .a-modal-part .to-interview-btn p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
}

@media screen and (max-width: 1024px) {
  .a-modal .a-modal-box .a-modal-part .to-interview-btn p {
    width: 65%;
  }
}

@media screen and (max-width: 960px) {
  .a-modal .a-modal-box .a-modal-part .to-interview-btn p {
    width: 70%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -5%;
  }
}

@media screen and (max-width: 640px) {
  .a-modal .a-modal-box .a-modal-part .to-interview-btn p {
    width: 85%;
    font-size: 4vw;
  }
}

.a-modal .a-modal-box .a-modal-part .to-interview-btn p::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/award/mic_icon.png) no-repeat;
  background-size: contain;
  margin-right: 10px;
}

@media screen and (max-width: 640px) {
  .a-modal .a-modal-box .a-modal-part .to-interview-btn p::before {
    width: 4vw;
    height: 4vw;
    margin-right: 2vw;
  }
}

.a-modal .a-modal-box .a-modal-part .to-interview-btn .arrow {
  position: absolute;
  display: inline-block;
  width: 38px;
  height: 20px;
  top: 45%;
  right: 6%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: interview 1.5s infinite;
          animation: interview 1.5s infinite;
}

@-webkit-keyframes interview {
  0% {
    top: 45%;
  }
  20% {
    top: 55%;
  }
  40% {
    top: 45%;
  }
  60% {
    top: 55%;
  }
  80% {
    top: 45%;
  }
  100% {
    top: 45%;
  }
}

@keyframes interview {
  0% {
    top: 45%;
  }
  20% {
    top: 55%;
  }
  40% {
    top: 45%;
  }
  60% {
    top: 55%;
  }
  80% {
    top: 45%;
  }
  100% {
    top: 45%;
  }
}

@media screen and (max-width: 640px) {
  .a-modal .a-modal-box .a-modal-part .to-interview-btn .arrow {
    width: 4vw;
    height: 3vw;
  }
}

.a-modal .a-modal-box .a-modal-part .to-interview-btn .arrow::before, .a-modal .a-modal-box .a-modal-part .to-interview-btn .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1.5px);
  width: 3px;
  height: 20px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform-origin: 50% calc(100% - 1px);
          transform-origin: 50% calc(100% - 1px);
}

@media screen and (max-width: 640px) {
  .a-modal .a-modal-box .a-modal-part .to-interview-btn .arrow::before, .a-modal .a-modal-box .a-modal-part .to-interview-btn .arrow::after {
    left: calc(50% - 0.25vw);
    width: 0.5vw;
    height: 3vw;
    -webkit-transform-origin: 50% calc(100% - 0.15vw);
    transform-origin: 50% calc(100% - 0.15vw);
  }
}

.a-modal .a-modal-box .a-modal-part .to-interview-btn .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.a-modal .a-modal-box .a-modal-part .to-interview-btn .arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.a-modal .a-modal-box .a-modal-part .interview-box h6 {
  font-size: 28px;
  font-weight: bold;
  color: #00aaf2;
  border-bottom: solid 2px;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .a-modal .a-modal-box .a-modal-part .interview-box h6 {
    font-size: 4.8vw;
    padding-bottom: 2vw;
    margin-bottom: 6vw;
  }
}

.a-modal .a-modal-box .a-modal-part .interview-box .a-thumb {
  cursor: pointer;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .a-modal .a-modal-box .a-modal-part .interview-box .a-thumb {
    margin-bottom: 5vw;
  }
}

.a-modal .a-modal-box .a-modal-part .interview-box .a-thumb img {
  width: 100%;
}

.a-modal .a-modal-box .a-modal-part .interview-box .a-thumb::after {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  content: "";
  display: block;
  width: 25%;
  height: 100%;
  background: url(../img/award/play.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
  opacity: 0.6;
}

.a-modal .a-modal-box .a-modal-part .interview-box .a-thumb:hover::after {
  opacity: 1;
}

@media screen and (max-width: 640px) {
  .a-modal .a-modal-box .a-modal-part .interview-box .a-thumb:hover::after {
    opacity: 0.6;
  }
}

.a-modal .prev, .a-modal .next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  color: #fff;
  background: #00aaf2;
  font-size: 2rem;
  padding: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 100px;
}

@media screen and (max-width: 640px) {
  .a-modal .prev, .a-modal .next {
    padding: 20px;
  }
}

.a-modal .prev {
  left: -30px;
}

@media screen and (max-width: 640px) {
  .a-modal .prev {
    left: -15px;
  }
}

.a-modal .next {
  right: -30px;
}

@media screen and (max-width: 640px) {
  .a-modal .next {
    right: -15px;
  }
}

.a-modal .arrow1 {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 640px) {
  .a-modal .arrow1 {
    left: 57%;
  }
}

.a-modal .arrow1::before, .a-modal .arrow1::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 20px;
  height: 4px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform-origin: 2px 50%;
          transform-origin: 2px 50%;
}

@media screen and (max-width: 640px) {
  .a-modal .arrow1::before, .a-modal .arrow1::after {
    width: 15px;
    height: 3px;
    -webkit-transform-origin: 1px 50%;
            transform-origin: 1px 50%;
  }
}

.a-modal .arrow1::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.a-modal .arrow1::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.a-modal .arrow2 {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 640px) {
  .a-modal .arrow2 {
    left: 43%;
  }
}

.a-modal .arrow2::before, .a-modal .arrow2::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 20px;
  height: 4px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform-origin: calc(100% - 2px) 50%;
          transform-origin: calc(100% - 2px) 50%;
}

@media screen and (max-width: 640px) {
  .a-modal .arrow2::before, .a-modal .arrow2::after {
    width: 15px;
    height: 3px;
    -webkit-transform-origin: calc(100% - 1px) 50%;
            transform-origin: calc(100% - 1px) 50%;
  }
}

.a-modal .arrow2::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.a-modal .arrow2::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.a-modal .audio_box {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .a-modal .audio_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.a-modal .audio_box img {
  width: 210px;
  margin-right: 10px;
}

@media screen and (max-width: 640px) {
  .a-modal .audio_box img {
    margin: 0 0 10px 0;
  }
}

.a-modal .audio_box audio {
  width: 100%;
}

.a-modal.kaiga .teacher_name {
  background: #ef8200 !important;
}

.a-modal.kaiga .comment {
  border: solid 2px #ef8200 !important;
}

.a-modal.sakubun .teacher_name {
  background: #00a0e9 !important;
}

.a-modal.sakubun .comment {
  border: solid 2px #00a0e9 !important;
}

.a-modal.jiyu .teacher_name {
  background: #009e3b !important;
}

.a-modal.jiyu .comment {
  border: solid 2px #009e3b !important;
}

.a-modal.kankyo .teacher_name {
  background: #d72317 !important;
}

.a-modal.kankyo .comment {
  border: solid 2px #d72317 !important;
}

.a-modal.eigo .teacher_name {
  background: #ff60ab !important;
}

.a-modal.eigo .comment {
  border: solid 2px #ff60ab !important;
}

.a-modal .a-modal-box .a-modal-part .comment_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .a-modal .a-modal-box .a-modal-part .comment_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 640px) {
  .a-modal .a-modal-box .a-modal-part .comment_box {
    margin-bottom: 5vw;
  }
}

.a-modal .a-modal-box .a-modal-part .comment_box .comment_img {
  width: 25%;
  max-width: 200px;
  height: 180px;
  margin: 0 2% 0 0;
  position: relative;
}

@media screen and (max-width: 960px) {
  .a-modal .a-modal-box .a-modal-part .comment_box .comment_img {
    width: 100%;
    max-width: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    height: auto;
    margin-bottom: 20px;
  }
}

.a-modal .a-modal-box .a-modal-part .comment_box .comment_img .teacher_img {
  width: 140px;
  height: 140px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.a-modal .a-modal-box .a-modal-part .comment_box .comment_img .teacher_img img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .a-modal .a-modal-box .a-modal-part .comment_box .comment_img .teacher_img {
    max-width: 180px;
    max-height: 180px;
    width: 20vw;
    height: 20vw;
    position: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}

.a-modal .a-modal-box .a-modal-part .comment_box .comment_img .teacher_name {
  width: 100%;
  padding: 15% 0 14%;
  background: #333333;
  border-radius: 100px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 960px) {
  .a-modal .a-modal-box .a-modal-part .comment_box .comment_img .teacher_name {
    padding: 6% 0;
    width: 70%;
    position: relative;
  }
}

@media screen and (max-width: 640px) {
  .a-modal .a-modal-box .a-modal-part .comment_box .comment_img .teacher_name {
    padding: 9% 0;
  }
}

.a-modal .a-modal-box .a-modal-part .comment_box .comment_img .teacher_name .name {
  width: 90%;
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .a-modal .a-modal-box .a-modal-part .comment_box .comment_img .teacher_name .name {
    font-size: 28px;
  }
}

@media screen and (max-width: 640px) {
  .a-modal .a-modal-box .a-modal-part .comment_box .comment_img .teacher_name .name {
    font-size: 4.8vw;
  }
}

.a-modal .a-modal-box .a-modal-part .comment_box .comment_img .teacher_name .name span {
  font-size: 80%;
  margin-left: 5%;
}

.a-modal .a-modal-box .a-modal-part .comment_box .comment_img.t_no_04 .teacher_name .name, .a-modal .a-modal-box .a-modal-part .comment_box .comment_img.t_no_35 .teacher_name .name {
  font-size: 17px;
}

@media screen and (max-width: 960px) {
  .a-modal .a-modal-box .a-modal-part .comment_box .comment_img.t_no_04 .teacher_name .name, .a-modal .a-modal-box .a-modal-part .comment_box .comment_img.t_no_35 .teacher_name .name {
    font-size: 26px;
  }
}

@media screen and (max-width: 640px) {
  .a-modal .a-modal-box .a-modal-part .comment_box .comment_img.t_no_04 .teacher_name .name, .a-modal .a-modal-box .a-modal-part .comment_box .comment_img.t_no_35 .teacher_name .name {
    font-size: 22px;
  }
}

@media screen and (max-width: 480px) {
  .a-modal .a-modal-box .a-modal-part .comment_box .comment_img.t_no_04 .teacher_name .name, .a-modal .a-modal-box .a-modal-part .comment_box .comment_img.t_no_35 .teacher_name .name {
    font-size: 18px;
  }
}

.a-modal .a-modal-box .a-modal-part .comment_box .comment_img.t_no_04 .teacher_name .name span, .a-modal .a-modal-box .a-modal-part .comment_box .comment_img.t_no_35 .teacher_name .name span {
  font-size: 90%;
}

.a-modal .a-modal-box .a-modal-part .comment_box .comment {
  width: 64%;
  background: #ffffff;
  border-radius: 10px;
  border: solid 2px;
  padding: 30px 30px 20px;
  line-height: 2;
  word-break: break-word;
}

@media screen and (max-width: 960px) {
  .a-modal .a-modal-box .a-modal-part .comment_box .comment {
    width: calc(100% - 64px);
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
  .a-modal .a-modal-box .a-modal-part .comment_box .comment {
    font-size: 3.4vw;
    padding: 5vw 5vw 4vw;
    width: calc(100% - 10vw - 4px);
  }
}

.m-modal, .m-modal-tvc {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 95vw;
  max-width: 1024px;
}

@media screen and (max-height: 724px), (orientation: landscape) {
  .m-modal, .m-modal-tvc {
    max-width: calc((85vh - 100px) * 1.777);
  }
}

@media screen and (max-height: 724px) and (min-height: 725px), screen and (orientation: landscape) and (min-height: 725px) {
  .m-modal, .m-modal-tvc {
    max-width: 1024px;
  }
}

.m-modal .close, .m-modal .tvc-close, .m-modal-tvc .close, .m-modal-tvc .tvc-close {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 5;
  background: #999999;
  border-radius: 50%;
  cursor: pointer;
  width: 35px;
  height: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  top: -45px;
  right: 0;
}

@media screen and (max-width: 640px) {
  .m-modal .close, .m-modal .tvc-close, .m-modal-tvc .close, .m-modal-tvc .tvc-close {
    top: -40px;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
}

@media screen and (orientation: landscape) {
  .m-modal .close, .m-modal .tvc-close, .m-modal-tvc .close, .m-modal-tvc .tvc-close {
    top: 0;
    right: -55px;
  }
}

@media screen and (orientation: landscape) and (max-width: 640px) {
  .m-modal .close, .m-modal .tvc-close, .m-modal-tvc .close, .m-modal-tvc .tvc-close {
    right: -45px;
  }
}

.m-modal .video-container, .m-modal-tvc .video-container {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  max-height: 85vh;
  overflow: hidden;
}

.m-modal .video-responsive, .m-modal-tvc .video-responsive {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: #000;
}

.m-modal .video-responsive iframe, .m-modal .video-responsive #player, .m-modal-tvc .video-responsive iframe, .m-modal-tvc .video-responsive #player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.m-modal .video-responsive iframe, .m-modal-tvc .video-responsive iframe {
  width: 100% !important;
  height: 100% !important;
}

.m-modal #controls, .m-modal-tvc #controls {
  width: 100%;
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

@media screen and (max-width: 640px) {
  .m-modal #controls, .m-modal-tvc #controls {
    gap: 5px;
  }
}

.m-modal #seekbar, .m-modal-tvc #seekbar {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.m-modal-tvc::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.p-modal {
  background: #fff;
  border-radius: 10px;
  width: 90%;
  max-width: 964px;
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 0 20px 0;
  display: none;
}

.p-modal .close {
  color: #999999;
  font-size: 50px;
  line-height: 0.6;
  display: inline-block;
  position: absolute;
  top: 2%;
  right: 2%;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .p-modal .close {
    font-size: 10vw;
  }
}

.p-modal .p-modal-box {
  display: none;
  width: 100%;
  height: calc(100% + 50px);
  margin: 0 auto;
}

.p-modal .p-modal-box::before {
  content: "";
  display: block;
  width: 80%;
  height: 22vw;
  max-width: 520px;
  max-height: 160px;
  margin: -10vw auto 4vw;
}

.p-modal .p-modal-box.award-1-prize::before {
  background: url(../img/award/award_1_a-modal.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.p-modal .p-modal-box.award-2-prize::before {
  background: url(../img/award/award_2_a-modal.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.p-modal .p-modal-box.award-3-prize::before {
  background: url(../img/award/award_3_a-modal.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.p-modal .p-modal-box.award-4-prize::before {
  background: url(../img/award/award_4_a-modal.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.p-modal .p-modal-box.award-2-prize ol, .p-modal .p-modal-box.award-3-prize ol, .p-modal .p-modal-box.award-4-prize ol {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.p-modal .p-modal-box.award-2-prize ol li, .p-modal .p-modal-box.award-3-prize ol li, .p-modal .p-modal-box.award-4-prize ol li {
  margin: 0 2% 4%;
}

.p-modal .p-modal-box.award-2-prize ol li.prize-2, .p-modal .p-modal-box.award-3-prize ol li.prize-2, .p-modal .p-modal-box.award-4-prize ol li.prize-2 {
  width: 40% !important;
}

.p-modal .p-modal-box.award-2-prize ol li.prize-3, .p-modal .p-modal-box.award-3-prize ol li.prize-3, .p-modal .p-modal-box.award-4-prize ol li.prize-3 {
  width: 48% !important;
}

.p-modal .p-modal-box.award-2-prize ol li.prize-common, .p-modal .p-modal-box.award-3-prize ol li.prize-common, .p-modal .p-modal-box.award-4-prize ol li.prize-common {
  width: 68% !important;
}

.p-modal .p-modal-box.award-2-prize ol img, .p-modal .p-modal-box.award-3-prize ol img, .p-modal .p-modal-box.award-4-prize ol img {
  width: 100%;
}

.p-modal .p-modal-box .p-modal-part {
  height: calc(100% - 30vw);
  overflow-y: scroll;
}

.p-modal .p-modal-box .p-modal-part ol {
  width: 90%;
  margin: 0 auto;
  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;
}

.p-modal .p-modal-box .p-modal-part ol li {
  margin-bottom: 4%;
}

.p-modal .p-modal-box .p-modal-part ol li.prize-1 {
  width: 66%;
}

.p-modal .p-modal-box .p-modal-part ol li.prize-2 {
  width: 30%;
}

.p-modal .p-modal-box .p-modal-part ol li.prize-3 {
  width: 38%;
}

.p-modal .p-modal-box .p-modal-part ol li.prize-common {
  width: 58%;
}

.p-modal .p-modal-box .p-modal-part ol img {
  width: 100%;
}

.p-modal .p-modal-box .p-modal-part ul {
  width: 90%;
  margin: 0 auto;
}

.p-modal .p-modal-box .p-modal-part ul li {
  font-size: 14px;
  text-indent: -1em;
  margin-left: 1em;
}

@media screen and (max-width: 640px) {
  .p-modal .p-modal-box .p-modal-part ul li {
    font-size: 3vw;
  }
}
/*# sourceMappingURL=award.css.map */