  @charset "UTF-8";
  /* CSS Document */

  /*  1_共通                    */
  /*  2_ヘッダー                */
  /*  3_大賞作品                */
  /*  4_ノミネート作品          */
  /*  5_上半期大賞とは          */
  /*  6_特典・発表              */
  /*  7_おすすめコンテンツ       */


  /*  1_共通                     */


  /* フォント */
  html {
    scroll-behavior: smooth;
  }

  /* はみ出しチェック */
  /* * {
  outline: 2px solid blue;
} */
  #alpha_cafe {
    overflow: hidden;
  }

  h3 {
    align-items: center;
    background-image: url("../images/ttl-ribbon.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    height: 50px !important;
    justify-content: center;
    margin: 0 auto 30px !important;
    padding-bottom: 4px !important;
    padding-top: 4px !important;
    width: 100% !important;
  }

  h3 span {
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    padding-top: 2px;
  }

  .cp-notice {
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 24px;
    text-align: center;
  }

  .f-white {
    color: #fff;
  }

  /* リンク */
  .about-text a,
  .overview-text a,
  a.overview-text-link {
    color: #ca2627 !important;
    text-decoration: underline !important;
  }

  .about-text a:visited,
  .overview-text a:visited,
  a.overview-text-link:visited {
    color: #3b69dd !important;
    text-decoration: none;
  }

  .about-text a:hover,
  .overview-text a:hover,
  a.overview-text-link:hover {
    opacity: .7;
  }

  .cp-icon-window {
    color: inherit;
    height: 1em;
    margin: -.15em .4rem auto;
    transition: opacity .2s;
    vertical-align: middle;
    width: 1em;
  }

  /* その他 */


  .cp-wrap {
    color: #081203;
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
    width: 100vw;
  }

  .cp-section-inner {
    margin: 0 auto;
    max-width: 1000px;
    padding: 60px 1.5rem;
    width: 100%;
  }

  .display-pc {
    display: none;
  }

  .display-sp {
    display: block;
  }

  .bg-light-green {
    background: #FEF6E4;
  }

  .bg-green {
    background: #172C66;
  }

  .pagetop {
    bottom: 30px;
    position: fixed;
    right: 20px;
    z-index: 100;
  }

  .pt-20 {
    padding-top: 20px;
  }

  .mb-20 {
    margin-bottom: 20px;
  }

  @media (min-width: 641px) {
    .display-pc {
      display: block;
    }

    .display-sp {
      display: none;
    }

    .cp-period-text {
      font-size: 22px !important;
    }

    .cp-period {
      display: grid;
      height: 40px !important;
      place-content: center;
    }

    .cp-notice {
      font-size: 18px;
      line-height: 1.4;
      padding-bottom: 24px;
      text-align: center;
    }
  }

  @media (min-width: 1191px) {
    h3 {
      height: 60px;
      margin: 0 auto 40px !important;
      width: 612px;
    }

    h3 span {
      font-size: 2rem;
      padding-top: 8px;
    }

    .cp-section-inner {
      padding: 60px 0 20px;
    }
  }

  /*  2_ヘッダー                */
  .cp-header {
    margin: 0;
    text-align: center;

  }

  .cp-header-wrap {
    display: flex;
  }

  .cp-header-kv-inner {
    width: 100%;
    background-image: url(../images/dot.png);
    background-size: 480px;
  }


  .cp-header-wrap img {
    height: auto;
    margin: 0 auto;
    width: 100vw;
  }

  .cp-period {
    background: #172C66;
    height: 50px;
  }

  .cp-period-text {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-align: center;
  }

  .img-repeat {
    background-image: url(../images/bravo_arms.png);
    background-repeat: repeat-x;
    background-size: contain;
    height: 50px;
    margin-top: 10px;
  }

  .cp-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding-inline-start: 0;
    width: 100vw;
  }

  .cp-nav li {
    background-color: #172C66;
    display: grid;
    height: 40px;
    padding: 8px 2px 6px;
    place-content: center;
    transition: padding 0.3s;
    width: calc(100% / 3);
  }

  .cp-nav li:nth-child(-n + 2) {
    border-bottom: none;
  }

  .cp-nav li:nth-child(n + 2) {
    border-left: 2px solid #fff;
  }


  .cp-nav li a {
    align-items: center;
    color: #fff !important;
    display: flex;
    font-size: 1.2rem;
    font-weight: bold;
    justify-content: center;
    line-height: 1.3;
    text-align: center;
    text-decoration: none !important;
    transition: color 0.3s;
  }

  .cp-nav li:hover {
    background-color: #fff;
    outline: 3px solid #172C66;
    outline-offset: -3px;
    padding: 11px 2px 6px;
  }

  .cp-nav li:hover a {
    color: #172C66 !important;
  }

  @media (min-width: 641px) {
    .cp-header-wrap img {
      max-width: 1000px;
    }

    .cp-nav li {
      height: 40px;
    }
  }

  @media (min-width: 1191px) {
    .cp-header-wrap {
      display: flex;
      justify-content: center;
    }

    .cp-nav {
      max-width: 1000px;
      width: 100%;
    }

    .cp-nav li a {
      font-size: 22px;
    }

    .cp-nav li:nth-child(1) {
      border-left: 2px solid #fff;
    }

    .cp-nav li:nth-child(3) {
      border-right: 2px solid #fff;
    }
  }

  /*  3_大賞作品          */
  #grand-prize {
    /* background: #fcf8ee; */
    /* background: #FEF6E4; */
    background: #FEF6E4;
    padding-bottom: 0;
    width: 100%;
  }


  .grand-pic-wrap {
    padding-bottom: 24px;
  }

  .grand-prize-pic {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    max-width: 100vw;
    width: 100%;
  }

  .grand-prize-work-box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
  }

  .grand-prize-work-box {
    padding-bottom: 2rem;
  }

  .grand-prize-work-box-outer {
    background: linear-gradient(to right, #fbd69d, #fbd69d 30%, #cba972);
    border-radius: 11px;
    box-shadow: 0 0 10px 0 rgba(224, 224, 224, 1);
    max-width: 1000px;
    padding: 3.5px;
    width: 100%;
  }

  .grand-prize-work-box-inner {
    background: #fff;
    border-radius: 8px;
    max-width: 1000px;
    padding: 2rem 1rem;
    text-align: left;
    width: 100%;
  }

  .grand-prize-comment-ttl {
    color: #081203;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 2px;
  }

  .grand-prize-work {
    background-color: #fff;
    margin: 0;
    text-align: center;
  }

  .grand-prize-work-ttl {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 6px;
  }

  .grand-prize-work img {
    height: auto;
    margin: 0 auto 8px;
    width: 100%;
  }

  .grand-prize-author-name {
    font-size: 20px !important;
    padding-bottom: 20px;
  }

  .grand-prize-comment {
    color: #081203;
    font-size: 18px;
    font-weight: normal;
    height: auto;
    line-height: 1.3;
  }

  .grand-prize-comment-wrap {
    align-content: flex-start;
    background: #f9f1dc;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    padding: 14px 8px;
  }

  .grand-prize-comment-wrap-1 {
    min-height: 60px;
    width: 100%;
  }

  .grand-prize-comment-wrap-2 {
    border-radius: 4px;
    margin-bottom: 0;
    width: 83%;
  }

  .grand-prize-icon {
    border-radius: 50%;
    height: 12%;
    margin-right: .5rem;
    width: 12%;
  }

  .bravo_btn_wrap .hover {
    display: grid;
    margin: 0 auto;
    width: 100%;
  }

  .bravo_btn_wrap .hover:hover {
    opacity: .7;
  }

  .bravo_btn_wrap img {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
  }

  .grand-prize-comment-box {
    width: 100%;
  }

  .grand-prize-comment-box:first-child {
    margin-bottom: 1rem;
  }

  .grand-prize-head {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .grand-prize-head-vote {
    align-items: center;
    background-image: url(../images/bravo-ribbon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    height: 50px !important;
    justify-content: center;
    margin-bottom: 12px;
    padding-bottom: 4px !important;
    padding-top: 4px !important;
    width: 100%;
  }

  .grand-prize-head-vote::after {
    content: url("../images/ico_bravo.svg");
    margin-left: 5px;
    margin-top: 2px;
  }

  .grand-prize-detail {
    display: block;
  }

  @media (min-width: 641px) {
    .grand-pic-wrap {
      align-items: flex-start;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 20px;
    }

    .grand-prize-work-box-inner {
      border-radius: 8px;
      padding: 2.5rem;
    }

    .grand-prize-work img {
      margin-bottom: 16px;
    }

    .grand-prize-comment-wrap {
      align-items: flex-start;
      display: flex;
      flex-wrap: wrap;
    }

    .grand-prize-comment-wrap-2 {
      flex: 1;
    }

    .grand-prize-head-vote {
      font-size: 18px;
      padding-left: 2rem;
      padding-right: 2rem;
      width: auto;
    }

    .grand-pic {
      width: 49.5%;
    }


    .grand-pic:first-child {
      padding-bottom: 0;
    }

    .grand-prize-work-box {
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 0 10px 0 rgba(224, 224, 224, 1);
      margin: 0 0 36px;
      max-width: 1000px;
      padding: 40px;
      text-align: left;
      width: 100%;
    }

    .grand-prize-comment-ttl,
    .bravo_btn_wrap {
      /* Make them take equal vertical space */
      display: flex;
      flex: 1;
      flex-direction: column;
      justify-content: flex-end;
    }

    .grand-prize-work-ttl {
      padding-bottom: 0;
    }

    .grand-prize-comment {
      font-size: 16px;
      line-height: 1.5;
    }


    .grand-prize-icon {
      height: 32px;
      width: 32px;
    }
  }

  @media (min-width: 1191px) {
    #grand-prize {
      padding-bottom: 40px;
    }

    .grand-prize-work-box-inner {
      padding: 4rem;
    }

    .grand-prize-head-vote {
      font-size: 24px;
      height: 50px;
      padding-left: 3rem;
      padding-right: 3rem;
    }

    .grand-prize-work-box {
      margin-bottom: 60px;
      padding: 60px;
    }

    .grand-prize-detail {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .grand-prize-comment-box {
      margin-bottom: 0;
      width: 48%;
    }

    .grand-prize-comment {
      font-size: 1.0rem;
      height: 176px;
      line-height: 1.4;
    }

    .grand-prize-icon {
      height: 35px;
      width: 35px;
    }

    .grand-prize-author-name {
      padding-bottom: 36px;
    }

    .grand-prize-comment-box:first-child {
      margin-bottom: 0;
    }
  }

  /*  4_ノミネート作品          */
  .nominated-work-box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
  }

  .nominated-work-box {
    background-color: #fff;
    border: 3.5px solid #172C66 !important;
    border-radius: 8px;
    margin: 10px 0;
    padding: .2rem 1rem 1.2rem;
    text-align: left;
    width: 100%;
  }

  .nominated-head {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 14px 0 0;
  }

  .nominated-head-ttl {
    color: #081203;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
  }

  .nominated-comment-ttl {
    color: #081203;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 2px;
  }

  .nominated-work {
    background-color: #fff;
    margin: 0;
    text-align: center;
  }

  .nominated-work-ttl {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 6px;
  }

  .nominated-work img {
    height: auto;
    margin: 0 auto 8px;
    width: 100%;
  }

  .nominated-author-name {
    font-size: 20px !important;
    padding-bottom: 16px;
  }

  .nominated-comment {
    color: #081203;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
  }

  .nominated-comment-wrap {
    background-color: #FEF6E4;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    padding: 14px 8px;
  }

  .nominated-comment-wrap-1 {
    min-height: 60px;
    width: 100%;
  }

  .nominated-comment-wrap-2 {
    border-radius: 4px;
    width: 83%;
  }

  .nominated-icon {
    border-radius: 50%;
    height: 35px;
    margin-right: .5rem;
    width: 35px;
  }


  .bravo_btn_wrap .hover {
    display: grid;
    margin: 0 auto;
    width: 100%;
  }

  .bravo_btn_wrap .hover:hover {
    opacity: .7;
  }

  .bravo_btn_wrap img {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
  }

  @media (min-width: 641px) {
    .nominated-work-box {
      display: flex;
      flex-direction: column;
      width: 49%;
    }

    .nominated-comment-ttl,
    .bravo_btn_wrap {
      /* Make them take equal vertical space */
      display: flex;
      flex: 1;
      flex-direction: column;
      justify-content: flex-end;
    }

    .nominated-work-ttl {
      padding-bottom: 0;
    }

    .nominated-comment {
      font-size: 16px;
      line-height: 1.5;
    }


    .bravo_btn_wrap .hover {
      max-width: 250px;
    }

    .nominated-icon {
      height: 32px;
      width: 32px;
    }
  }

  @media (min-width: 1191px) {
    .nominated-comment {
      font-size: 1.0rem;
      line-height: 1.4;
    }

    .nominated-work-box {
      width: 33%;
    }

    .nominated-icon {
      height: 35px;
      width: 35px;
    }

    .nominated-work-box-wrap {
      padding-bottom: 40px;
    }
  }

  /*  5_上半期大賞とは          */

  .about {
    background: #FEF6E4;
    text-align: center;
  }

  .about-notes {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
    padding: 24px 0;
  }

  .about-text {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
  }

  .about-pic-wrap {
    background: #fff;
    border-radius: 4px;
    display: grid;
    margin: 0 auto;
    max-width: 1000px;
    padding: 1em;
    place-content: center;
    width: 100%;
  }

  .about-pic {
    width: 100%;
  }

  .nominated-head-vote {
    align-items: center;
    background-image: url(../images/bravo-ribbon_2.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: bold;
    height: 50px !important;
    justify-content: center;
    margin-bottom: 10px;
    /* padding-bottom: 4px !important;
  padding-top: 4px !important; */
    width: 100%;
  }


  .nominated-head-vote::after {
    content: url("../images/ico_bravo.svg");
    margin-left: 5px;
    margin-top: 2px;
  }

  @media (min-width: 641px) {
    .about-text {
      font-size: 1.3rem;
      line-height: 1.8;
    }

    .about-notes {
      padding: 12px 0 34px;
    }

    .about-pic-wrap {
      padding: 2em;
    }
  }

  @media (min-width: 1191px) {
    .about-pic-wrap {
      margin: 0 auto 40px;
    }
  }

  /*  6_特典・発表              */

  .cp-overview {
    width: 100%;
  }

  .overview-text-wrapper {
    border-top: 1px solid #c6c6c6;
    margin: 8px auto 0;
    max-width: 640px;
    padding: 3vw 0 0;
    text-align: left;
  }

  #nav-overview h5 {
    font-size: 1.6rem !important;
    font-weight: bold;
    margin-bottom: 10px;
  }

  #nav-overview h4 {
    font-size: 2rem !important;
    font-weight: normal;
    text-align: center;
  }

  .overview-text {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
    padding-bottom: 48px;
    text-align: left;
  }

  .overview-text-notice {
    color: #ca2627 !important;
    font-size: 1.6rem;
    font-weight: bold;
    padding-bottom: 30px;
    text-align: center;
  }

  ul.overview-ul-list {
    padding-inline-start: 1.3rem;
  }

  ul.overview-ul-list li {
    font-size: 1.125rem;
    font-weight: normal;
  }

  ol.overview-ol-list {
    padding: 0;
  }

  ol.overview-ol-list li {
    font-size: 1.125rem;
    list-style: none;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }

  @media (min-width: 641px) {
    .cp-overview- wrap {
      padding: 50px 0 0 !important;
    }

    .overview-text-wrapper {
      padding: 44px 0;
      width: 80%;
    }

    #nav-overview h4 {
      padding-bottom: 4px !important;
    }

    .overview-text {
      line-height: 1.7;
    }
  }

  @media (min-width: 1191px) {
    #nav-overview h5 {
      font-size: 1.375rem;
    }
  }

  /*  7_おすすめコンテンツ       */
  .cp-recommendation {
    background: #eeeeee;
    padding: 0 0 20px;
  }

  .banner_container {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
  }

  .cp-banner-li img {
    width: 100%;
    padding-bottom: 20px;
  }

  .banner_wrap {
    width: 100%;
    display: block;
  }


  @media (min-width: 641px) {

    .banner_wrap {
      display: flex;
      justify-content: space-between;
    }

    .cp-banner-li {
      width: calc(100% / 3 - 10px);
    }

    .cp-banner-li img {
      width: 100%;
      padding-bottom: 20px;
    }
  }

  @media (min-width: 1191px) {}