@charset "UTF-8";
/*-- 2023-2024 --*/
body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic";
  line-height: 1.7;
  color: #222;
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  overflow: hidden;
  letter-spacing: 0.1rem;
}

.award_wrap,
.secwrap,
.secinner {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.award_wrap header {
  display: block;
  position: fixed;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px;
  top: 0;
  left: 0;
  z-index: 100;
}

.award_steam_logo {
  display: block;
  height: 50px;
  width: auto;
}

/*
landing
*/
.landing_back_wrap {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0;
  top: 0;
  left: 0;
  z-index: -1;
}

.landing_slide {
  height: 100%;
  min-height: 100vh;
  /* iOSでの100vh問題に対応 */
  min-height: calc(var(--vh, 1vh) * 100);
}
.landing_slide > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  /* iOSでの背景画像表示を確実にする */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: scroll;
}

.slide-animation {
  animation: larger 8s linear 0s forwards;
}

@keyframes larger {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.landing_slide_wrap {
  display: block;
  padding: 50px 0 0 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}

.header_logo_wrap {
  display: flex;
  position: absolute;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 20px;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}
.header_logo_wrap > a {
  display: block;
  position: relative;
  width: 150px;
  height: auto;
  margin: 0;
  padding: 0;
}
.header_logo_wrap > a > img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.koen {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px;
  background: #fff;
}
.koen > p {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
}
.koen > img {
  display: inline-block;
  position: relative;
  width: 100px;
  height: auto;
  vertical-align: middle;
}

.landing_inner {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 280px 8% 0;
  min-height: 100vh;
  flex-direction: row;
  flex-direction: nowrap;
  justify-content: center;
  align-items: center;
}

.main_logo_wrap {
  display: flex;
  position: relative;
  width: 30%;
  height: auto;
  margin: 0 auto 20px;
  padding: 0;
  align-items: baseline;
  justify-content: center;
  max-width: 600px;
}

.main_logo {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.main_logo > img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.landing_ttl_wrap {
  display: block;
  position: relative;
  width: 65%;
  height: auto;
  margin: 0 auto 10px;
  padding: 0;
}
.landing_ttl_wrap > img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.landing_guest_wrap {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.landing_guest_wrap > img {
  display: block;
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0;
  padding: 0;
  margin-right: 20px;
}
.landing_guest_wrap > p {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  background: #ff376a;
  padding-left: 5px;
}

.award_live_info {
  margin-top: 30px;
  padding: 20px 30px;
  background: #fff;
  border: solid 8px #ff376a;
  height: auto;
  width: 80%;
  max-width: 880px;
  overflow-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 900px) {
  .award_live_info {
    width: auto;
  }
}
.award_live_info h2 {
  color: #ff376a;
  line-height: 1.4;
  margin-bottom: 15px;
}
.live_info {
  margin-top: 0;
  padding: 30px;
  background: #fff;
  height: auto;
  width: 80%;
  max-width: 880px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 900px) {
  .live_info {
    flex-direction: column;
    justify-content: center;
    width: auto;
  }
}
.live_info .live_img {
  display: block;
  height: auto;
  width: 30%;
  text-align: center;
}
@media (max-width: 900px) {
  .live_info .live_img {
    width: 70%;
  }
}
.live_info .live_img img {
  width: 100%;
}
.live_info .live_link {
  display: block;
  height: auto;
  text-align: center;
  width: 70%;
}
@media (max-width: 900px) {
  .live_info .live_link {
    width: 100%;
  }
}

.landing_mask {
  /*     display: block; */
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0;
  top: 0;
  left: 0;
}
.landing_mask:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0;
  top: 0;
  background: #eee2fc;
  opacity: 0.7;
}
.landing_mask:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0;
  top: 0;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
  background-image: repeating-linear-gradient(-51.5deg, transparent, transparent 10px, rgb(243, 234, 253) 10px, rgb(243, 234, 253) 20px);
  opacity: 0.3;
}

.landing_slide_wrap {
  /* iOSでのスライド表示を確実にする */
}
.landing_slide_wrap .slick-list,
.landing_slide_wrap .slick-track {
  height: 100%;
  /* iOSでの高さ問題に対応 */
  min-height: calc(var(--vh, 1vh) * 100);
}
.landing_slide_wrap .slick-slide {
  height: 100%;
  min-height: calc(var(--vh, 1vh) * 100);
}
.landing_slide_wrap .slick-slide > div {
  height: 100%;
  min-height: calc(var(--vh, 1vh) * 100);
}

br.sp {
  display: none;
}

@media (max-width: 600px) {
  .header_logo_wrap {
    flex-direction: column;
    padding: 10px 20px 0;
    align-items: center;
  }
  .header_logo_wrap > a {
    width: 100px;
  }
  .landing_inner {
    padding: 100px 20px 40px;
    flex-direction: column;
    align-items: center;
    justify-content: end;
  }
  .landing_guest_wrap {
    display: block;
  }
  .landing_guest_wrap > img {
    width: 120px;
    height: 120px;
    margin: 0 auto 10px;
  }
  .landing_guest_wrap > p {
    font-size: 24px;
    text-align: center;
    padding: 10px;
  }
  .landing_ttl_wrap {
    margin-bottom: 0;
    width: 100%;
  }
  .koen > img {
    width: 70px;
  }
  br.sp {
    display: block;
  }
  .main_logo_wrap {
    justify-content: center;
    width: 50%;
  }
  .landing_back_wrap {
    height: 100%;
  }
  #landing {
    background: #e61d6d;
    background-image: radial-gradient(rgb(255, 240, 250) 0.6px, #e61d6d 0.6px);
    background-size: 8px 8px;
  }
  .landing_back_wrap {
    z-index: 1;
  }
  .secinner {
    z-index: 2;
  }
}
/*
what
*/
#what {
  background: #fff;
  /*background-color: #d8fbef;*/
  opacity: 1;
  /*background-image: radial-gradient(rgba(95, 23, 56, 1) 0.4px, #181c33 0.4px);
  background-size: 8px 8px;*/
  /*color: #fff;*/
  color: #333;
}

.what_inner {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.what_ttl_wrap {
  display: flex;
  position: relative;
  width: 500px;
  height: auto;
  margin: 0;
  padding: 50px 0;
  background-size: auto auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*
  &:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 100%;
    margin: auto;
    padding: 0;
    top: 0;
    left: 0;
    transition: all 0.7s;
    background-color: #1e2030;
    opacity: 1;
    background-image: linear-gradient(#5e5817 0.6px, transparent 0.6px),
      linear-gradient(to right, #5e5817 0.6px, #1e2030 0.6px);
    background-size: 22px 22px;
  }
  */
}

#what.active .what_ttl_wrap:before {
  width: 100%;
}

.what_ttl_inner {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  padding: 20px 30px;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
}
.what_ttl_inner:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  margin: auto;
  padding: 0;
  top: 0;
  right: 0;
  transition: all 0.7s;
  background-color: hsl(30deg, 90%, 55%); /* オレンジ寄りのベース色 */
  background-image: radial-gradient(at 40% 20%, hsl(28deg, 100%, 72%) 0px, transparent 50%), radial-gradient(at 80% 0%, hsl(24deg, 95%, 60%) 0px, transparent 50%), radial-gradient(at 0% 50%, hsl(18deg, 90%, 78%) 0px, transparent 50%), radial-gradient(at 80% 50%, hsl(32deg, 85%, 58%) 0px, transparent 50%), radial-gradient(at 0% 100%, hsl(14deg, 90%, 50%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(40deg, 95%, 66%) 0px, transparent 50%);
}

#what.active .what_ttl_inner:before {
  width: 100%;
}

.what_ttl_inner > p {
  position: relative;
  font-size: 28px;
  transition: all 0.7s;
  opacity: 0;
}
.what_ttl_inner > h2 {
  position: relative;
  font-size: 64px;
  line-height: 1.2;
  transition: all 0.7s;
  opacity: 0;
}

#what.active .what_ttl_inner > p,
#what.active .what_ttl_inner > h2 {
  opacity: 1;
}

.what_txt_wrap {
  display: block;
  position: relative;
  width: calc(100% - 500px);
  height: auto;
  margin: 0;
  padding: 50px;
  opacity: 0;
  transition: all 0.7s;
}

#what.active .what_txt_wrap {
  opacity: 1;
}

.what_txt_wrap > p {
  font-size: 18px;
  line-height: 2;
}

.what_txt_wrap > h3 {
  font-size: 26px;
  line-height: 2;
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .what_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .what_ttl_wrap {
    width: 100%;
  }
  .what_txt_wrap {
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .what_ttl_inner > p {
    font-size: 24px;
  }
  .what_ttl_inner > h2 {
    font-size: 48px;
  }
}
/*
goal
*/
#goal {
  background: #e9ed80;
}

.goal_inner {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-image: radial-gradient(at 40% 20%, hsl(28deg, 100%, 74%) 0px, transparent 50%), radial-gradient(at 80% 0%, hsl(189deg, 100%, 56%) 0px, transparent 50%), radial-gradient(at 0% 50%, hsl(355deg, 100%, 93%) 0px, transparent 50%), radial-gradient(at 80% 50%, hsl(340deg, 100%, 76%) 0px, transparent 50%), radial-gradient(at 0% 100%, hsl(22deg, 100%, 77%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(343deg, 100%, 76%) 0px, transparent 50%);
}

.goal_ttl_wrap {
  display: flex;
  position: relative;
  width: 500px;
  height: auto;
  margin: 0;
  padding: 50px 0;
  background-size: auto auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.goal_ttl_wrap:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  margin: auto;
  padding: 0;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  opacity: 1;
  background-image: radial-gradient(rgb(30, 23, 46) 0.4px, rgba(255, 250, 253, 0) 0.4px);
  background-size: 2px 2px;
}

#goal.active .goal_ttl_wrap:before {
  height: 100%;
}

.goal_ttl_inner {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  padding: 30px 40px 20px;
  font-family: "Josefin Sans", sans-serif;
}
.goal_ttl_inner:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  margin: auto;
  padding: 0;
  bottom: 0;
  right: 0;
  transition: all 0.7s;
  background-color: #1e2030;
  opacity: 1;
  /* 明るめのブルーを基調にしたドット＋細線パターン */
  background-color: #4da6ff; /* 明るいベースブルー */
  background: radial-gradient(circle, transparent 20%, #0f5fa8 20%, #0f5fa8 80%, transparent 80%), radial-gradient(circle, transparent 20%, #0f5fa8 20%, #0f5fa8 80%, transparent 80%) 10px 10px, linear-gradient(rgba(255, 255, 255, 0.12) 0.8px, transparent 0.8px) 0 -0.4px, linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0.8px, #0f5fa8 0.8px) -0.4px 0;
  background-size: 20px 20px, 20px 20px, 10px 10px, 10px 10px;
}

#goal.active .goal_ttl_inner:before {
  height: 100%;
}

.goal_ttl_inner > h2 {
  position: relative;
  font-size: 36px;
  line-height: 1.2;
  transition: all 0.7s;
  opacity: 0;
  text-align: center;
  color: #fff;
}

#goal.active .goal_ttl_inner > h2 {
  opacity: 1;
}

.goal_txt_wrap {
  display: block;
  position: relative;
  width: calc(100% - 500px);
  height: auto;
  margin: 0;
  padding: 50px;
  opacity: 0;
  transition: all 0.7s;
  background-image: url(../img/goal.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
}
.goal_txt_wrap:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0;
  top: 0;
  left: 0;
  background-color: #f1705b;
  /*
  background-image: radial-gradient(#b0ab2e 0.55px, #d6cc11 0.55px);
  background-size: 11px 11px;*/
  opacity: 0.85;
}

#goal.active .goal_txt_wrap {
  opacity: 1;
}

.goal_txt_wrap > p {
  position: relative;
  font-size: 18px;
  line-height: 2;
}
.goal_txt_wrap > p > a {
  color: inherit;
  text-decoration: underline;
}

.goal_txt_wrap > h3 {
  font-size: 30px;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .goal_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .goal_ttl_wrap {
    width: 100%;
  }
  .goal_txt_wrap {
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  .goal_txt_wrap > p {
    width: 90%;
    margin: 0 auto;
  }
  .goal_txt_wrap > h3 {
    width: 90%;
    margin: 0 auto;
  }
}
/*
sample
*/
#sample {
  background: #44459a;
}
#sample:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  margin: auto;
  padding: 0;
  top: 0;
  right: 0;
  transition: all 0.7s;
  background-size: auto auto;
  background-color: rgb(68, 69, 154);
  background-image: repeating-linear-gradient(-51.5deg, transparent, transparent 10px, rgb(60, 61, 147) 10px, rgb(60, 61, 147) 20px);
}
#sample.active:before {
  width: 100%;
}

.sample_inner {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 100px 10px;
  color: #fff;
  transition: all 0.7s;
  opacity: 0;
}

#sample.active .sample_inner {
  opacity: 1;
}

.sample_inner > h2 {
  text-align: center;
  font-size: 36px;
  margin: 0 auto 10px;
}
.sample_inner > p {
  text-align: center;
  max-width: 500px;
  margin: 0 auto 50px;
}

.sample_btn_wrap {
  display: block;
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 50px 20px;
  background: #44459a;
  background-size: cover;
  background-position: center;
}
.sample_btn_wrap:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0;
  top: 0;
  left: 0;
  background: #44459a;
  opacity: 0.8;
}

.selection_block {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.selection_block img {
  width: 100%;
  height: auto;
}

.sample_btn_inner {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.sample_btn_inner > a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background: #b33023;
  font-weight: bold;
  padding: 30px 40px;
  margin: 0 auto;
  border-radius: 100px;
  text-decoration: none;
  min-width: 400px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.sample_img {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.sample_img > img {
  display: block;
  position: relative;
  width: calc(33% - 20px);
  height: auto;
  margin: 0 10px;
}

@media (max-width: 600px) {
  .sample_btn_inner {
    width: 90%;
  }
  .sample_btn_inner > a {
    min-width: auto;
    padding: 30px 30px;
  }
  .sample_btn_wrap {
    padding: 100px 10px;
  }
  .sample_img {
    display: block;
  }
  .sample_img > img {
    width: 100%;
    margin: 0 auto 10px;
  }
}
/* passed */
#passed {
  background-color: #e61d6d;
  /*#181c33*/
}
#passed > .secinner {
  padding-top: 50px;
  padding-bottom: 100px;
}
#passed:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  margin: auto;
  padding: 0;
  top: 0;
  left: 0;
  transition: all 0.7s;
  background-color: #e61d6d;
  opacity: 1;
  background-size: auto auto;
  /* ピンク → オレンジ のグラデーション（POP） */
  background-image: linear-gradient(120deg, #ff6fbf 0%, #ff8a5c 55%, #ffb347 100%);
}
#passed.active:before {
  width: 100%;
}

.passed_inner {
  display: block;
  position: relative;
  text-align: center;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
  transition: all 0.7s;
  opacity: 0;
  background-color: transparent;
  opacity: 0;
  color: #222;
}
.passed_inner .passed_ttl_wrap {
  border-bottom: 2px solid #fff;
  display: inline-block;
  margin: 0 auto 40px;
}

#passed.active .passed_inner {
  opacity: 1;
}

.passed_ttl_wrap > h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 10px;
  color: #fff;
}

.passed_ttl_wrap > h3 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 10px;
  color: #fff;
}

.prise_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 90%;
  height: auto;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 700px) {
  .prise_flex {
    flex-direction: column;
  }
}
.prise_flex .prise_block {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff;
  position: relative;
  width: 100%;
  opacity: 0;
  transition: all 0.7s;
}
@media (max-width: 700px) {
  .prise_flex .prise_block {
    width: 100%;
  }
}

.passed_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 90%;
  height: auto;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 700px) {
  .passed_flex {
    flex-direction: column;
  }
}
.passed_flex .passed_block {
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  width: 30%;
  max-width: 500px;
  margin: 0 1% 15px;
  padding: 15px 10px 15px 30px;
  opacity: 0;
  transition: all 0.7s;
}
.passed_flex .passed_block.past {
  opacity: 1 !important;
}
@media (max-width: 700px) {
  .passed_flex .passed_block {
    width: 100%;
  }
}
.passed_flex .passed_block::before {
  content: "";
  position: absolute;
  left: 10px;
  display: block;
  width: 6px;
  height: 70%;
  top: 15%;
  background-color: #ff0;
}
.passed_flex .passed_block p {
  font-size: 14px;
}
.passed_flex .passed_block p.team_name {
  color: #888;
}
.passed_flex .passed_block p.title_name {
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
  color: #111;
  letter-spacing: 0.2px;
}

#passed.active .passed_block {
  opacity: 1;
}

/*
detail
*/
#detail {
  /* POP: オレンジ → スカイブルー、黄緑をアクセントに */
  background-color: hsl(24deg, 100%, 52%); /* ベース: 鮮やかなオレンジ */
  background-image: radial-gradient(circle at 12% 20%, hsla(74deg, 100%, 56%, 0.95) 0px, transparent 36%), radial-gradient(circle at 82% 75%, hsla(200deg, 95%, 65%, 0.92) 0px, transparent 44%), linear-gradient(120deg, hsl(24deg, 100%, 52%) 0%, hsl(197deg, 92%, 62%) 68%); /* オレンジ→スカイブルー */
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: screen;
}
#detail > .secinner {
  padding-top: 100px;
  padding-bottom: 100px;
}
#detail:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  margin: auto;
  padding: 0;
  top: 0;
  left: 0;
  transition: all 0.7s;
  opacity: 1;
  background-size: auto auto;
  background-image: repeating-linear-gradient(-60deg, transparent, transparent 33px, rgba(253, 255, 1, 0.5) 33px, rgba(253, 255, 1, 0.5) 34px);
}
#detail.active:before {
  width: 100%;
}

.detail_inner {
  display: block;
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 50px;
  max-width: 1200px;
  transition: all 0.7s;
  opacity: 0;
  background-color: #fff;
  opacity: 1;
  /*
  background-image: radial-gradient(rgba(95, 23, 56, 1) 0.4px, #00c7a6 0.4px);
  background-size: 8px 8px;
  */
  color: #222;
}

#detail.active .detail_inner {
  opacity: 1;
}

.detail_inner > h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 50px;
}

.prize_wrap {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 50px;
  padding: 30px;
  background: #fff;
  max-width: 1000px;
  color: #000;
}
.prize_wrap > h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}

.prize_inner {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
}

.prize_block {
  display: block;
  position: relative;
  width: 25%;
  height: auto;
  margin: 0 auto;
  padding: 0 10px;
}
.prize_block > img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
  padding: 0;
  max-width: 120px;
}
.prize_block > p {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.prize_txt_wrap {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  max-width: 800px;
  font-size: 16px;
  justify-content: center;
  align-items: flex-start;
}

.prize_add {
  display: block;
  position: relative;
  width: 48%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.prize_add > img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
}

.detail_sec {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 50px 0;
  max-width: 1000px;
  border-bottom: 1px solid #888;
}

.detail_ttl {
  display: block;
  position: relative;
  width: 35%;
  height: auto;
  margin: 0;
  padding: 0;
}
.detail_ttl > h3 {
  text-align: center;
  font-size: 24px;
}

.detail_txt {
  display: block;
  position: relative;
  width: 65%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
}
.detail_txt p {
  font-size: 16px;
}

.judge_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 40px;
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.judge_wrap:last-child {
  margin-bottom: 0;
}
.judge_wrap > img {
  display: block;
  position: relative;
  width: 120px;
  height: auto;
  margin: 0;
  padding: 0;
}

.judge_txt {
  display: block;
  position: relative;
  width: calc(100% - 140px);
  height: auto;
  margin: 0;
  padding: 0;
}
.judge_txt > dl {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  padding: 0;
}
.judge_txt > dl > dt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.judge_txt > dl > dd {
  font-size: 20px;
  line-height: 1.6;
}
.judge_txt > dl > dd .katagaki {
  font-size: 14px;
}
.judge_txt > p {
  font-size: 14px;
}

.detail_btn_wrap {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.detail_btn_wrap > a {
  display: inline-block;
  position: relative;
  padding: 10px 30px;
  font-weight: bold;
  font-size: 18px;
  background: #ff4865;
  color: #fff;
  transition: all 0.5s;
  border-radius: 100px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  margin: 20px auto 0;
  text-decoration: none;
}
.detail_btn_wrap > a:hover {
  opacity: 0.5;
}

.schedule_pc {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  /*     max-width:550px; */
}

.schedule_sp {
  display: none;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  padding: 0;
  max-width: 400px;
}

.sponcer_sec {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 50px 0;
}
.sponcer_sec > h3 {
  font-size: 24px;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 30px;
}
.sponcer_sec > h4 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.sponcer_wrap {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 900px;
}
.sponcer_wrap.silver {
  width: 70%;
  max-width: 650px;
}
.sponcer_wrap > img {
  display: block;
  position: relative;
  width: calc(33% - 60px);
  height: auto;
  margin: 0 10px;
}

.organizer_sec {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 30px auto 0;
  padding: 0;
  text-align: center;
}
.organizer_sec > h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.organizer_sec > p {
  font-weight: bold;
}
.organizer_sec > p a {
  color: #e4007f;
}

@media (max-width: 900px) {
  .detail_sec {
    display: block;
  }
  .detail_ttl {
    width: 100%;
    margin-bottom: 20px;
  }
  .detail_txt {
    width: 100%;
  }
  .detail_inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .detail_btn_wrap {
    text-align: center;
  }
  .prize_txt_wrap {
    display: block;
  }
  .prize_add {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
  }
}
@media (max-width: 600px) {
  .prize_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prize_block {
    width: 50%;
    margin: 0 auto 20px;
  }
  .prize_wrap {
    padding: 30px 15px;
  }
  .judge_wrap {
    display: block;
  }
  .judge_wrap > img {
    margin: 0 auto 20px;
  }
  .judge_txt {
    width: 100%;
  }
  .schedule_sp {
    display: block;
  }
  .schedule_pc {
    display: none;
  }
  .sponcer_wrap {
    display: block;
  }
  .sponcer_wrap > img {
    width: 50%;
    margin: 0 auto 10px;
  }
}
/*
footer
*/
footer {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  background-color: hsl(198deg, 100%, 50%);
  background-image: radial-gradient(at 100% 78%, hsl(168deg, 100%, 74%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(343deg, 100%, 76%) 0px, transparent 50%);
  color: #fff;
}

@media (max-width: 900px) {
  .link_btn_col {
    display: block;
  }
  .link_btn_wrap {
    width: 100%;
    margin-bottom: 20px;
  }
  .result_detail_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .img_wrap > img {
    width: 100%;
    margin-bottom: 20px;
  }
  .img_wrap.shearu > img {
    width: 50%;
  }
  .yt_wrap > iframe {
    width: 100%;
  }
}
/*
sticky
*/
.award_stick_btn_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: fixed;
  width: 300px;
  height: 80px;
  margin: auto;
  padding: 0;
  border-radius: 40px;
  background: #ff4865;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  bottom: 20px;
  right: 20px;
  z-index: 100;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.award_stick_btn_wrap.close {
  background: #aaa;
}
.award_stick_btn_wrap a {
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.5s;
  display: block;
  width: 100%;
  height: auto;
}
.award_stick_btn_wrap a > span {
  font-size: 14px;
}
.award_stick_btn_wrap a:hover {
  opacity: 0.5;
}

@media (max-width: 600px) {
  .award_stick_btn_wrap {
    left: 0;
    right: 0;
  }
}
.thanks_wrap {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.thanks_wrap > h2 {
  text-align: center;
  font-size: 24px;
}
.thanks_wrap > p {
  text-align: center;
}

.landing_announce {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #ec72a8;
  padding: 45px 20px;
  margin-top: 10px;
  width: 168px;
  max-width: 510px;
  text-align: center;
  position: absolute;
  right: calc(50% - 550px);
  bottom: 40%;
  display: block;
  border-radius: 100px;
}

@media (max-width: 1200px) {
  .landing_announce {
    right: 20px;
  }
}
@media (max-width: 900px) {
  .landing_announce {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    border-radius: 0;
    width: 100%;
    max-width: 500px;
    padding: 5px 20px;
  }
  .landing_announce .nosp {
    display: none;
  }
}
@media (max-width: 600px) {
  .landing_announce {
    font-size: 18px;
  }
}
/*
１次選考通過
*/
#award_q1 {
  /*background: #00a0e9;*/
}
#award_q1 > .secinner {
  text-align: center;
  padding-top: calc(5vh + 50px);
  padding-bottom: 20vh;
}
#award_q1 > .secinner > h2 {
  font-size: 36px;
  padding: 30px 60px;
  position: relative;
  display: inline-block;
  width: auto;
  margin-bottom: 50px;
  color: #fff;
  z-index: 2;
}
#award_q1 > .secinner > h2 > span {
  z-index: 2;
  position: relative;
}
#award_q1 > .secinner > h2:before {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 90%;
  margin: auto;
  padding: 0;
  top: 0;
  left: 0;
  background-image: url(../img/goal_title_left.png);
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
#award_q1 > .secinner > h2:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 70%;
  margin: auto;
  padding: 0;
  bottom: 0;
  right: 0;
  background-image: url(../img/goal_title_right.png);
  background-position: right top;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.qualify_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 auto 100px;
  padding: 30px;
  background: #44459a;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
}

.q1_block {
  display: block;
  position: relative;
  width: calc(33.3333% - 20px);
  height: auto;
  margin: 10px;
  padding: 20px;
  border-radius: 10px;
}

.q1_block_img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  background: #fafafa;
}
.q1_block_img > img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.q1_block > dl.name {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  padding: 0;
  text-align: center;
}
.q1_block > dl.category {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.q1_block > dl.name > dt {
  font-size: 18px;
  font-weight: bold;
}
.q1_block > dl.category > dt {
  color: #00a0e9;
  font-weight: bold;
  text-decoration: underline;
}

.award_entry_close.red {
  background: rgba(228, 0, 127, 0.7);
  color: #fff;
  text-align: center;
  display: block;
  position: relative;
  margin: 30px auto 0;
  text-decoration: none;
  padding: 15px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px;
  transition: all 0.3s;
}
.award_entry_close.red:hover {
  background: rgb(228, 0, 127);
}

.award_entry_close_sp.red {
  background: rgba(228, 0, 127, 0.7);
  color: #fff;
}

.q1_ttl {
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 900px) {
  .q1_block {
    width: calc(50% - 20px);
  }
  .q1_block_img {
    height: 30vw;
  }
}
@media (max-width: 600px) {
  .q1_block {
    width: 100%;
    margin: 0 auto 50px;
    padding: 0;
  }
  .q1_block_img {
    height: 60vw;
  }
  #award_q1 > .secinner {
    padding-top: 0;
  }
  #award_q1 > .secinner > h2 {
    font-size: 28px;
  }
}
/*
受賞者
*/
.result_wrap {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 100px;
  padding: 0;
}

.result_sec {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 auto 50px;
  padding: 0;
  background: #fff;
  border-radius: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1000px;
  color: #000;
  transition: all 0.7s;
  opacity: 0;
}
.result_sec.past {
  opacity: 1 !important;
}
.result_sec.gold {
  border: 10px solid #c1ab05;
}
.result_sec.silver {
  border: 10px solid #c9caca;
}
.result_sec.bronze {
  border: 10px solid #815a2b;
}
.result_sec.corp {
  border: 10px solid #555555;
}
.result_sec.idea {
  border: 10px solid #4baede;
}
.result_sec.nissan {
  border: 10px solid #fe7327;
}

#passed.active .result_sec {
  opacity: 1;
}

.result_badge {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.result_sec.gold .result_badge {
  background: #c1ab05;
}
.result_sec.silver .result_badge {
  background: #c9caca;
}
.result_sec.bronze .result_badge {
  background: #815a2b;
}
.result_sec.corp .result_badge {
  background: #555555;
}
.result_sec.idea .result_badge {
  background: #4baede;
}
.result_sec.nissan .result_badge {
  background: #fe7327;
}

.result_badge > p {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  padding: 20px;
}
.result_badge > p > span {
  font-size: 16px;
}

.result_top_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 40px;
  flex-wrap: wrap;
}

.result_top_bottom {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 30px;
  background-color: #f1f1f1;
  box-sizing: border-box;
  overflow: hidden;
}
.result_top_bottom .comment_img {
  display: block;
  width: 15%;
  float: left;
  height: auto;
}
.result_top_bottom .comment_info {
  display: block;
  height: auto;
  float: right;
  width: 80%;
}
.result_top_bottom .comment_info h4 {
  font-size: 18px;
  margin: 0 0 10px 0;
}
@media (max-width: 900px) {
  .result_top_bottom .comment_img {
    display: block;
    width: 100px;
    float: left;
    height: auto;
  }
  .result_top_bottom .comment_info {
    clear: left;
    float: left;
    width: 100%;
  }
  .result_top_bottom .comment_info h4 {
    font-size: 18px;
    margin: 20px 0 10px 0;
  }
}

.result_top_left {
  display: block;
  position: relative;
  width: 30%;
  height: auto;
  margin: 0;
  padding: 0;
}
.result_top_left > img {
  display: block;
  position: relative;
  width: 80%;
  height: auto;
  margin: 0 auto 20px;
  padding: 0;
}
.result_top_left > dl {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.result_top_left > dl > dt {
  font-weight: bold;
  font-size: 18px;
}

.result_col > dl > dt {
  font-weight: bold;
  font-size: 18px;
}

.result_top_right {
  display: block;
  position: relative;
  width: 70%;
  height: auto;
  margin: 0 0 40px 0;
  padding: 0;
  padding-left: 50px;
  text-align: left;
}
.result_top_right > h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.result_top_right > p.cate {
  font-weight: bold;
  margin-bottom: 30px;
}
.result_top_right > p.main_txt {
  font-size: 16px;
  line-height: 2;
}

.prize_movie_ttl {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}

.prize_movie_wrap {
  display: block;
  position: relative;
  width: 90%;
  height: 0;
  margin: 0 auto 100px;
  padding: 0;
  max-width: 700px;
  padding-top: 30%;
}
.prize_movie_wrap > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.result_top_comment {
  display: flex;
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 auto 40px;
  padding: 40px;
  background: #f5f5f5;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-start;
}
.result_top_comment > .result_top_txt > h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
.result_top_comment > .result_top_txt > p {
  line-height: 2;
}

.result_total_comment {
  display: block;
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 40px;
  max-width: 1000px;
  background: #fff;
  border-radius: 10px;
  color: #000;
}
.result_total_comment > h3 {
  text-align: center;
  color: #000;
  font-size: 28px;
  margin: 0 auto 30px;
}

.result_total_judge {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  max-width: 400px;
}

.result_total_judge_img {
  display: block;
  position: relative;
  width: 170px;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: 85px;
  overflow: hidden;
  border: 10px solid #f5f5f5;
}
.result_total_judge_img > img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.result_total_judge_txt {
  display: block;
  position: relative;
  width: calc(100% - 200px);
  height: auto;
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: bold;
}
.result_total_judge_txt > dt {
  font-size: 18px;
}

.result_total_comment_main {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  background: #f5f5f5;
  padding: 40px;
}
.result_total_comment_main > h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.result_total_comment_main > p {
  line-height: 2;
}

@media (max-width: 1200px) {
  .prize_movie_wrap {
    padding-top: 40%;
  }
}
@media (max-width: 900px) {
  .result_top_wrap {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
  .result_top_left {
    width: 100%;
    margin-bottom: 30px;
  }
  .result_top_right {
    width: 100%;
    padding-left: 0;
  }
  .prize_movie_wrap {
    padding-top: 50%;
  }
}
/* award 2022-2023 start */
#sample:before {
  width: 100%;
}
#sample .sample_inner {
  opacity: 1;
}

.sample_btn_inner.back {
  margin-top: 60px;
}

.result_top_wrap.col {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.result_col {
  display: block;
  position: relative;
  width: calc(50% - 30px);
  height: auto;
  margin: 0;
  padding: 15px 0 30px;
  border-top: #000 solid 1px;
}
.result_col.mb40 {
  margin-bottom: 40px;
}
.result_col > img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 150px;
  margin: 0 auto 20px;
}
.result_col > h3 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.result_col > p.cate {
  font-weight: bold;
  margin-bottom: 20px;
}
.result_col > p.main_txt {
  line-height: 2;
}
.result_col > dl {
  margin: 0 auto 30px;
}

.result_col_head {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  padding: 0;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
.result_col_head > img {
  display: block;
  position: relative;
  min-width: 80px;
  width: 30%;
  height: auto;
  margin: 0;
  padding: 0;
}
.result_col_head > dl {
  display: block;
  position: relative;
  width: calc(100% - 100px);
  height: auto;
  margin: 0;
  padding: 0;
}
.result_col_head > dl > dt {
  font-size: 16px;
  font-weight: bold;
}

.qualify_wrap .result_total_comment {
  width: 100%;
}

.result_top_right > ul {
  padding-left: 20px;
}
.result_top_right > ul > li {
  font-size: 16px;
  line-height: 2;
}

.result_top_img {
  display: block;
  position: relative;
  width: 100px;
  height: auto;
  margin: 0;
  padding: 0;
}
.result_top_img > img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.result_top_txt {
  display: block;
  position: relative;
  width: calc(100% - 120px);
  height: auto;
  margin: 0;
  padding: 0;
  color: #000;
}

@media (max-width: 900px) {
  .result_col {
    width: 100%;
    margin: 0 auto 40px;
  }
  .q1_block_img {
    height: auto;
  }
  .result_total_comment > h3 {
    font-size: 18px;
  }
  .qualify_wrap .result_total_comment {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 600px) {
  .result_top_comment {
    display: block;
  }
  .result_top_img {
    margin: 0 auto 10px;
  }
  .result_top_txt {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sample_btn_inner.back a {
    display: block;
    margin-right: 20px;
    margin-left: 20px;
  }
  .result_top_comment {
    padding: 20px 15px;
  }
  .result_total_comment_main {
    padding: 15px;
  }
  .qualify_wrap {
    padding: 30px 15px;
  }
  .qualify_wrap .result_total_comment {
    padding: 40px 10px;
  }
}
/* award 2022-2023 end */