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

/*  1_共通                    */
/*  2_ヘッダー                */
/*  3_大賞作品                */
/*  4_2023年各月のベストCHOICE作品          */
/*  5_年間大賞とは          */
/*  6_特典・発表              */


/*  1_共通                     */


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



h3 {
  align-items: center;
  background-image: url(../images/ttl-ribbon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  /* background-size: 100% auto; */
  display: flex;
  /* height: auto !important; */
  height: 41px !important;
  justify-content: center;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0 auto 30px !important;
  /* padding-top: 4px !important; */
  width: 100% !important;
}

.h3-medium {
  padding-bottom: 10px !important;
}

.h3-small {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  padding-top: 2px;
  text-align: center;
}

h3 span {
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  padding-bottom: 4px;
  padding-top: 6px;
  text-align: center;
}


.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: #800000 !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: #290000;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-feature-settings: "palt";
  width: 100vw;
}

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

.display-pc {
  display: none;
}

.display-sp {
  display: block;
}

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

.bg-green {
  background: #800000;
}

.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;
  }

  h3 {
    height: 50px !important;
  }

  .h3-medium {
    padding-bottom: 0 !important;
  }

  .h3-small {
  }

  h3 span {
    font-size: 1.8rem;
    padding: 0;
  }
}

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

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

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

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

.cp-header-wrap {
  background: url(../images/kv_bg.png) center center/cover no-repeat;
  display: flex;
  justify-content: center;
  width: 100%;
}

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

.cp-period {
  background: #800000;
  display: grid;
  height: 80px;
  place-content: center;
}

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

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

.cp-nav-wrap {
  background-color: #800000;
  width: 100%;
}

.cp-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
  padding-inline-start: 0;
  width: 100%;
}

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

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

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

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

.cp-nav li:hover {
  background-color: #fff;
  border: 3px solid #800000;
  padding: 11px 2px 6px;
}

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

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

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

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

  .cp-nav li a {
    font-size: 1.2rem;
  }

  .cp-period {
    height: 50px;
  }

  .cp-period-text {
    font-size: 24px;
    letter-spacing: 1.5px;
  }
}

@media (min-width: 1191px) {
  .cp-period-text {
    font-size: 24px;
    letter-spacing: 1.5px;
  }

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

  .cp-header-wrap img {
    padding: 24px 0;
  }
}


/*  3_大賞作品          */
#grand-prize {
  background: #fcf8ee;
  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: #290000;
  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: #290000;
  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: 18px;
  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-prize-head-vote::after {
    content: url("../images/ico_bravo.svg");
    margin-left: 5px;
    margin-top: 2px;
  }

  .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_2023年各月のベストCHOICE作品          */
.nominated-work-box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto 0;
  width: 100%;
}

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

.nominated-work-box:last-child {
  margin: 0;
}

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

.nominated-head-ttl {
  color: #290000;
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 4px !important;
  text-align: center;
}

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

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

.nominated-work-ttl {
  font-size: 20px;
  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: #290000;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
}

.nominated-comment-wrap {
  background-color: #ffebeb;
  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-work-box:last-child {
    margin: 0 0 20px;
  }

  .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: #fcf8ee;
  text-align: center;
}

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

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

/* .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%;
}

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

.about-triangle {
  background: #ddb136;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  height: calc(50px / 2);
  margin: 0 auto;
  width: 50px;
}

.about-btn {
  background: #ddb136;
  border-radius: 4px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
  color: #fff;
  display: grid;
  font-size: 22px;
  font-weight: bold;
  height: 50px;
  letter-spacing: 1px;
  margin: 10px auto 0;
  place-content: center;
  width: 100%;
}

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

  .about-btn {
    font-size: 18px;
  }

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

  .about-pic-wrap {
    align-items: center;
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0 1em;
  }

  .about-pic-box {
    margin: 0 auto;
    padding: 20px 1em 30px;
  }

  .about-triangle {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    margin: 0 1em;
  }
}

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

  .about-btn {
    font-size: 20px;
  }
}

/*  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: #800000 !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;
  }
}
