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

html {
  font-size: 90%;
  scroll-behavior: smooth;
}

@media (max-width: 480px) {
  html {
    font-size: 80.3%;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 87.5%;
  }
}

@media (max-width: 960px) {
  html {
    font-size: 93.8%;
  }
}

/*///// Common /////*/

/* PC */
@media (min-width:1191px) {
  .sp-lapel {
    display: none;
  }

  .change-disp-sp {
    display: none;
  }

  h3 {
    height: 60px;
    margin: 0 auto 40px !important;
    width: 612px;
  }

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

  .ttl-caption {
    color: #6d0d15;
    font-size: 1.375rem;
    font-weight: normal;
    margin-bottom: 40px;
    text-align: center;
  }

  .gift-caption {
    font-size: 1.375rem;
    font-weight: normal;
  }


  .caption-notes {
    font-size: 1.125rem;
    font-weight: normal;
  }

  .img-caption-vote {
    height: auto;
    width: 353px;
  }

  .cts-wrap {
    min-width: 1200px;
  }
}

/* media max641px END */


/* mid */
@media (min-width:641px) and (max-width:1190px) {

  /* lapel */
  .sp-lapel {
    display: none;
  }


  /* change */
  .change-disp-sp {
    display: none;
  }

  /* cmn title */
  h3 {
    height: 44px;
    margin: 0 auto 40px !important;
    width: 580px;
  }

  h3 span {
    font-size: 1.6rem;
    padding-top: 5px;
  }

  .ttl-caption {
    color: #6d0d15;
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0 1rem;
    text-align: center;
  }

  .gift-caption {
    font-size: 1.375rem;
    font-weight: normal;
    padding: 0 1rem;
  }

  .caption-notes {
    font-size: 1rem;
    font-weight: normal;
  }

  .img-caption-vote {
    height: auto;
    width: 353px;
  }

  .cts-wrap {
    width: 100%;
  }


  #menu-nominated .cts-nominated-detail-wrap {
    padding: 0 !important;
  }

  .cts-vote-wrap {
    margin: 0 auto !important;
    padding: 50px 20px;
    width: 100%;
  }
}

/* media max641px - 1190px END */


/* SP */
@media (max-width:640px) {
  .pc-lapel {
    display: none;
  }

  .change-disp-pc {
    display: none;
  }

  /* cmn title */
  h3 {
    margin: 0 auto 30px !important;
    padding-bottom: 3px !important;
    padding-top: 3px !important;
  }

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

  .ttl-caption {
    color: #6d0d15;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 26px;
    padding: 0 1rem;
    text-align: center;
  }

  .gift-caption {
    font-size: 1.4rem;
    font-weight: normal;
    padding: 0 1rem;
  }

  .about .ttl-caption {
    margin-bottom: 0;
  }

  .caption-notes {
    font-size: 1.3rem;
    font-weight: normal;
  }

  .img-caption-vote {
    height: auto;
    max-width: 216px;
    width: 100%;
  }

  .cts-wrap {
    width: 100%;
  }

  .author-comment,
  .impression-comment {
    font-size: 1.4rem !important;
  }

  a.calendar-btn,
  .bravoed {
    font-size: 1.6rem !important;
    padding-top: 10px !important;
  }

  .vote-step-caption {
    font-size: 1.6rem !important;
  }

  .work-ttl {
    font-size: 1.6rem !important;
    margin-bottom: 3px !important;
  }

  .detail-head {
    padding: 24px 0 6px !important;
  }

  .detail-head-ttl {
    font-size: 1.7rem !important;
  }

  .author-name {
    font-size: 1.4rem !important;
  }

  .author-comment-ttl,
  .impression-comment-ttl {
    font-size: 1.3rem !important;
  }

  .author-comment-ttl {
    margin: 8px auto;
  }

  .vote-step-label-last {
    font-size: 1.8rem !important;
    padding-bottom: 5px !important;
  }
}

/* media max640px END */



.cts-wrap {
  font-family: "メイリオ",
    Meiryo,
    "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3",
    Osaka,
    "ＭＳ Ｐゴシック",
    sans-serif;
  margin: 0;
}

img {
  vertical-align: bottom;
}

/* cmn title */
h3 {
  align-items: center;
  background-image: url("../images/ttl-ribbon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
}

h3 span {
  color: #fff;
  font-weight: bold;
}

#menu-nominated {
  background: #c2edfe;
  margin-bottom: 50px;
  padding: 20px 0 20px;
}

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

/* PC */
@media (min-width:1191px) {
  .cts-header-wrap {
    max-width: 1200px;
    text-align: center;
  }

  /* menu */
  .main-menu {
    max-width: 1200px;
  }

  .main-menu li {
    height: 50px;
    padding-top: 4px;
  }

  .main-menu li a {
    font-size: 1.6rem;
    padding-top: 4px;
  }

  /* content nominated  */
  .cts-nominated-wrap {
    max-width: 1200px;
    padding: 0 0 20px;
  }

  .present-pic-sp {
    height: auto;
    margin: 0 auto;
    width: 100%;
  }

  .present-pic-pc {
    height: auto;
    margin: 0 auto;
    max-width: 800px !important;
    width: 100%;
  }

  .area-hover:hover {
    cursor: pointer;
    opacity: .5;
    transition: .3s;
  }

  /* works list */
  .workslist {
    margin: 0 auto;
    width: 1184px;
  }

  ul.workslist li {
    margin: 0 8px 34px;
    width: 378.6px;
  }

  a.works-link {
    padding: 20px;
  }

  .workslist-ttl {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }

  /* caption */
  .workslist-caption {
    justify-content: space-around;
    margin: 0 auto 34px;
    padding: 14px 230px;
    width: 1168px;
  }

  .bravo-img-1 {
    height: auto;
    width: 246px;
  }

  .bravo-cap-1 {
    font-size: 1.1875rem;
    font-weight: bold;
    text-align: left;
  }

  .bravo-img-2 {
    height: auto;
    width: 188px;
  }

  .bravo-cap-2 {
    align-items: center;
    background: #fff;
    display: flex;
    font-size: 18px;
    gap: 4%;
    justify-content: space-around;
    line-height: 1.8;
    margin: 18px auto;
    padding: 10px 0;
  }

  .vote-reward {
    /* match */
    margin: 0 auto;
    width: 1168px;
  }

  .cts-nominated-detail-wrap {
    max-width: 1200px;
    /* padding: 80px 0; */
  }

  /* works list detail */
  .workslist-detail {
    /* list margin 1+1 */
    margin: 0 auto 30px;
    width: 1188px;
  }

  /* text box height size */
  .comment-box1 {
    min-height: 88px;
  }

  .comment-box2 {
    background-color: #f2fbff;
    border-radius: 4px;
    height: 110px;
    margin-bottom: 8px;
  }

  .comment-box3 {
    border-radius: 4px;
    min-height: 96px;
  }

  .thumbsup {
    height: 36px !important;
    margin: .3rem .5rem 0 0;
    width: 36px !important;
  }

  .third-wrap {
    max-width: 1200px;
    padding: 0 0 40px;
  }

  .vote-step-box {
    margin-bottom: 50px;
    width: 100%;
  }

  .vote-step-box-last {
    width: 1166px;
  }

  .cts-vote-wrap {
    padding: 60px 0;
    width: 1188px;
  }

  .vote-step-label img {
    width: 126px;
  }

  .vote-step-label-last {
    font-size: 2.0rem;
    line-height: 2.0;
  }


  .cts-overview-wrap h4 {
    font-size: 1.8rem;
    font-weight: normal;
  }

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

  .cts-overview-wrap {
    padding: 60px 0;
    width: 1200px;
  }

  .overview-text-box {
    max-width: 640px;
    padding: 44px 0;
  }

  .detail-box {
    margin: 0 6px 18px;
    width: 32%;
  }

  .detail-works img {
    width: 340px;
  }

  /* cts-vote */
  .vote-step-caption {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 12px;
  }

  .fig-instance1 img {
    margin: 80px auto;
    width: 310px;
  }

  .fig-instance2 {
    padding: 0 20px 0 !important;
  }

  .d-flex {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  aside {
    padding-bottom: 10px;
  }
}

/* media max1191px END */


/* mid */
@media (min-width:641px) and (max-width:1190px) {
  .cts-header-wrap {
    width: 100%;
  }

  /* menu */
  .main-menu {
    width: 100%;
  }

  .main-menu li {
    height: 48px;
  }

  .main-menu li a {
    font-size: 1.2rem;
    padding-top: 3px;
  }

  /* content nominated  */
  .cts-nominated-wrap {
    width: 100%;
  }

  /* works list */
  .workslist {
    margin: 0 auto 2.6%;
    padding: 0 1rem;
    width: 100%;
  }

  ul.workslist li {
    margin: 0 auto 1rem;
    width: calc(100% / 3 - 1rem);
  }

  a.works-link {
    padding: 4%;
  }

  .workslist-ttl {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }

  /* caption */
  .workslist-caption {
    gap: 4%;
    justify-content: center;
    /* match */
    margin: 0 auto 18px;
    padding: 14px;
    width: 100%;
  }

  .bravo-img-1 {
    height: auto;
    width: 19vw;
  }

  .bravo-cap-1 {
    font-size: 1.1875rem;
    font-weight: bold;
    text-align: left;
  }

  .bravo-img-2 {
    height: auto;
    width: 25%;
  }

  .bravo-cap-2 {
    font-size: 13px;
    text-align: center;
  }

  .notice {
    font-size: 13px !important;
    margin-bottom: 24px;
    padding-top: 24px;
  }

  .vote-reward {
    /* match */
    margin: 0 auto;
    width: 100%;
  }

  .cts-nominated-detail-wrap {
    padding: 50px 0 !important;
    width: 100%;
  }

  .d-flex {
    padding-bottom: 24px;
  }

  /* works list detail */
  .workslist-detail {
    margin: 0 auto 30px;
    width: 100%;
  }

  /* text box height size */
  .comment-box1 {
    min-height: 60px;
  }

  .comment-box2 {
    background-color: #f2fbff;
    border-radius: 4px;
    height: 80px;
    margin-bottom: 8px;
  }

  .comment-box3 {
    border-radius: 4px;
    height: 80px;
  }

  .thumbsup {
    height: 9%;
    margin: .3rem .5rem 0 0;
    width: 9%;
  }

  .third-wrap {
    padding: 0 20px;
    width: 100%;
  }

  .vote-step-box {
    margin-bottom: 2.5vw;
  }

  .vote-step-box-last {
    width: 100%;
  }


  .vote-step-label img {
    width: 32%;
  }

  .vote-step-label-last {
    font-size: 1.8rem;
    padding-bottom: 3px;
  }


  .cts-overview-wrap h4 {
    font-size: 1.8rem;
    font-weight: normal;
  }

  .lines-margin {
    margin-bottom: 3vw;
  }

  .cts-overview-wrap {
    padding: 50px 0 10px !important;
  }

  /* 
  .overview-text-box {
    max-width: 640px;
    padding: 44px 0;
    width: 80%;
  } */

  .detail-box {
    border: 3.5px solid #0096d5 !important;
    margin: 1% auto 0;
    width: 49% !important;
  }

  .detail-works img {
    width: 100%;
  }

  /* cts-vote */
  .vote-step-caption {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 0;
    padding: 10px;
  }

  .fig-instance1 img {
    margin: 80px auto;
    max-width: 310px;
    width: calc(100% / 3);
  }

  .fig-instance2 {
    padding: 0 20px 0 !important;
  }

  a.calendar-btn {
    height: 50px !important;
    width: 100%;
  }

  .bravoed {
    height: 50px;
  }

  .workslist-detail {
    margin: 0 auto;
    padding: 0 1rem;
  }

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

  .period {
    height: 40px !important;
    padding-bottom: 6px !important;
  }

  section#menu-gift {
    margin: 0 auto 0;
    padding: 60px 1rem !important;
  }

  #menu-nominated {
    margin-bottom: 0;
    padding: 50px 0 44px;
  }

  aside {
    padding: 0;
  }
}

/* media max641px - 1190px END */


/* SP */
@media (max-width:640px) {
  .cts-header-wrap {
    width: 100%;
  }

  /* menu */
  .main-menu {
    width: 100%;
  }

  .main-menu li {
    background-color: #e95532;
    height: 40px;
    padding: 8px 2px;
  }

  .main-menu li a {
    font-size: 1.0rem;
  }

  /* content nominated  */
  .cts-nominated-wrap {
    padding: 10px 0 0;
    width: 100%;
  }

  /* works list */
  .workslist {
    /* list margin 3+3 */
    margin: 0 auto 2.6%;
    width: 100%;
  }

  ul.workslist li {
    margin: 0 auto 5.2%;
    width: 32%;
  }

  a.works-link {
    padding: 4%;
  }

  .workslist-ttl {
    font-size: .625rem;
    margin-bottom: 10px;
  }

  /* caption */
  .workslist-caption {
    gap: 4%;
    justify-content: space-around;
    /* match */
    margin: 0 auto 5%;
    padding: 14px 4%;
    width: 100%;
  }

  .bravo-img-1 {
    height: auto;
    width: 19vw;
  }

  .bravo-cap-1 {
    font-size: 2.8vw;
    font-weight: bold;
    text-align: left;
  }

  .bravo-img-2 {
    height: auto;
    width: 25%;
  }

  .bravo-cap-2 {
    font-size: 1.4rem;
    text-align: left;
  }

  .vote-reward {
    /* match */
    margin: 0 auto;
    width: 100%;
  }

  .cts-nominated-detail-wrap {
    padding: 10vw 1rem 0;
    width: 100%;
  }

  /* works list detail */
  .workslist-detail {
    /* list margin 1+1 */
    margin: 0 auto 0;
    width: 100%;
  }

  .comment-box2 {
    /*height: 88px;*/
    background-color: #f2fbff;
    border-radius: 4px;
    margin-bottom: 8px;
  }

  .comment-box3 {
    /*min-height: 96px;*/
    border-radius: 4px;
  }

  .thumbsup {
    height: 9%;
    margin: .3rem .5rem 0 0;
    width: 9%;
  }

  .third-wrap {
    padding: 5vw 20px;
    width: 100%;
  }

  .vote-step-box {
    margin-bottom: 2.5vw;
    width: 100%;
  }

  .vote-step-box-last {
    width: 100%;
  }

  .cts-vote-wrap {
    margin: 30px auto 0 !important;
    padding: 50px 1rem;
    width: 100%;
  }
}

.vote-step-label img {
  width: 32%;
}

.vote-step-label-last {
  /* height: 70px !important; */
  background-color: #0096d5;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  padding-top: 6px !important;
}

.cts-overview-wrap h4 {
  font-size: 2rem !important;
  font-weight: normal;
  padding-bottom: 4px !important;
}

.lines-margin {
  margin-bottom: 4vw;
}

.cts-overview-wrap {
  margin: 0 auto;
  padding: 60px 2rem 0;
  text-align: center;
  width: 100%;
}



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


.detail-box {
  background-color: #fff;
  border: 3px solid #0096d5;
  border-radius: 8px;
  margin: 0 0 1%;
  max-width: 384px;
  padding: 0 10px;
  text-align: left;
  width: 100%;
}

.detail-works img {
  width: 100%;
}

/* cts-vote */
.vote-step-caption {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0;
}

.fig-instance1 img {
  margin: 10vw auto;
  max-width: 310px;
  width: 100%;
}

.fig-instance2 {
  padding: 5vw 0;
}

.instance2-caption-wrap {
  margin: 8px auto 18px !important;
  padding: 10px 1rem !important;
}

a.calendar-btn,
.bravoed {
  height: 50px !important;
  width: 100%;
}

.vote-box {
  padding: 24px 0 36px !important;
}




/* media max640px END */


/* header */
/* mv */
.cts-header {
  margin: 0;
}

.cts-header-wrap {
  margin: 0 auto;
}


/* menu */
.main-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding-inline-start: 0;
}

.main-menu li {
  text-align: center;
}

.main-menu li a {
  align-items: center;
  background-color: #e95532;
  color: #fff !important;
  display: flex;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  text-decoration: none !important;
  width: 100%;
}

a img:hover {
  opacity: .8;
  transition: .3s;
}


.main-menu a:hover {
  align-items: center;
  background-color: #fff;
  border: 3px solid #e95532;
  color: #e95532 !important;
  display: flex;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  text-decoration: none !important;
  transition: .3s;
  width: 100%;
}


a.main-menu-nav {
  color: #333;
}

.work-ttl {
  margin-bottom: 2px !important;
}

.cts-nominated-wrap {
  margin: 0 auto;
  text-align: center;
}

/* works list */
.workslist {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-inline-start: 0;
  /*width: 1184px; list margin 3+3 */
  text-align: center;
}

.workslist-ttl {
  /*margin-bottom: 15px;*/
  color: #363f47;
  /*font-size: 1.25rem;*/
  font-weight: bold;
}

ul.workslist li {
  /*width: 280px;*/
  background-color: #fff;
  /*margin: 0 8px 34px;*/
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .08);
}

a.works-link {
  /*padding: 20px;*/
  display: block;
  text-decoration: none;
}

img.works-thumbnail {
  height: auto;
  width: 100%;
}

a.works-link:hover img.works-thumbnail {
  opacity: .5;
  transition: .3s;
}

/* caption */
.workslist-caption {
  align-items: center;
  /*width: 1168px; match */
  background-color: #fff;
  display: flex;
}

.vote-reward img {
  height: auto;
  width: 100%;
}

.cts-nominated-detail-wrap {
  /*width: 1200px;*/
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}

/* works list detail */
.workslist-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
  margin: 0 auto;
  text-align: center;
}

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

.detail-head-ttl {
  color: #363f47;
  font-size: 1.3rem;
  font-weight: bold;
}

.detail-head-vote {
  align-items: center;
  background-color: #0096d5;
  color: #333;
  display: flex;
  font-size: 1rem;
  font-weight: bold;
  height: 32px;
  justify-content: center;
  width: 170px;
}

.detail-works {
  background-color: #fff;
  margin: 0;
  text-align: center;
}

.detail-works img {
  /*width: 340px;*/
  height: auto;
  margin: 0 auto 8px;
}

.work-ttl {
  color: #363f47;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 8px;
}

.author-name {
  font-size: 1.15rem;
  font-weight: normal;
}

/* a link */
a.author-name-link {
  color: #3b69dd;
  text-decoration: underline;
}

a.author-name-link:visited {
  color: #3b69dd;
  text-decoration: underline;
}

a.author-name-link:hover {
  color: #3b69dd;
  text-decoration: none;
}

.author-comment-ttl {
  color: #363f47;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.author-comment {
  border-radius: 4px;
  color: #363f47;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 24px;
  padding: 8px;
}

.impression-comment-ttl {
  color: #363f47;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.impression-comment-wrap {
  background-color: #f2fbff;
  border-radius: 4px;
  display: flex;
  padding: 8px;
}

.impression-comment {
  color: #333;
  font-size: 1rem;
  font-weight: normal;
}

.vote-box {
  margin-top: auto;
  padding: 36px 0;
  text-align: center;
}

a.calendar-btn {
  align-items: center;
  background: #e95532;
  border-radius: 4px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .16);
  color: #fff !important;
  display: flex;
  font-size: 1.125rem;
  font-weight: bold;
  height: 54px;
  justify-content: center;
  margin: 0 auto;
  padding-top: 12px;
  text-decoration: none !important;
  width: 100%;
}

a.calendar-btn:hover {
  opacity: .5;
  transform: scale(1.075);
  transition: .3s;
}

.bravoed {
  align-items: center;
  background: #f2fbff;
  border: 2px solid #0096d5;
  border-radius: 4px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .16);
  color: #0096d5;
  display: flex;
  font-size: 1.125rem;
  font-weight: bold;
  height: 54px;
  justify-content: center;
  margin: 0 auto;
  padding-top: 12px;
  text-decoration: none;
  width: 100%;
}

.third-wrap {
  /*width: 1200px;*/
  margin: 0 auto;
  text-align: center;
}


/* cts-vote */
.cts-vote {
  background-color: #f2fbff;
}

.cts-vote-wrap {
  background: #f2fbff;
  margin: 40px auto 0;
  text-align: center;
}

.vote-step {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}


.vote-step-label {
  margin-bottom: 20px;
  padding-top: 10px;
  position: relative;
  text-align: left;
}

.vote-step-label img {
  /*width: 126px;*/
  height: auto;
  left: -10px;
  position: relative;
}

.fig-instance1 {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0 20px;
}

.fig-instance1 img {
  /*width: 310px;*/
  height: auto;
}

.bravo-btn-img {
  height: auto;
  margin: auto;
  width: 25%;
}

.instance2-caption-wrap {
  align-items: center;
  background: #fff;
  display: flex;
  gap: 4%;
  justify-content: space-around;
  margin: 0 auto 18px;
  max-width: 1000px;
  padding: 10px 0;
  width: 100%;
}


/* cts-overview */
.cts-overview {
  background-color: #fff;
  color: #6d0d15;
  margin-bottom: 45px;
}

.cts-overview-wrap h5 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
}


.overview-text-box p {
  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;
}


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

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

/* a link overview text */
a.overview-text-link {
  color: #3b69dd;
  text-decoration: underline;
}

a.overview-text-link:visited {
  color: #3b69dd;
  text-decoration: underline;
}

a.overview-text-link:hover {
  color: #3b69dd;
  text-decoration: none;
}

a.overview-text-link {
  color: #3b69dd;
  text-decoration: underline;
}

a.overview-text-link:visited {
  color: #3b69dd;
  text-decoration: underline;
}

a.overview-text-link:hover {
  color: #3b69dd;
  text-decoration: none;
}

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

.bg-light-blue {
  background: #c2edfe;
}

.bg-blue {
  background: #0096d5;
}

.bg-beige {
  background: #fff1d6;
}

.f-white {
  color: #fff;
}


.period {
  background: #0096d5;
  display: grid;
  height: 50px;
  padding-bottom: 4px;
  place-content: center;
}


.period-text {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.5px;
  padding-top: 10px;
}

.change-disp-pc {
  max-width: 1200px;
  width: 100%;
}

.bg-light-blue img {
  width: 100%;
}

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

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


#menu-overview a,
.ttl-caption a,
.gift-caption a {
  color: red !important;
}


.workslist-detail li {
  flex-basis: calc(50% - 10px);
  /* Adjust this value as needed */
  margin-bottom: 20px;
  /* Other styling for each list item */
}

.about-pic {
  height: auto;
  width: 100%;
}

.gift-pic {
  height: auto;
  width: 48%;
}

aside img {
  display: flex;
  margin: 0 auto;
  padding: 0 1rem 20px;
}

section#menu-gift {
  background: #f2fbff;
  padding: 60px 1rem;
}

.notice {
  font-size: 18px;
  margin-bottom: 24px;
  padding-top: 18px;
}


@media (max-width: 640px) {
  .workslist-detail li {
    flex-basis: 100%;
  }

  img.change-disp-sp {
    height: auto;
    width: 100%;
  }

  .period {
    height: 40px;
    padding-bottom: 10px;
  }

  .period-text {
    font-size: 19px;
  }

  .gift-pic {
    padding: 0 2rem 20px;
    width: 100%;
  }

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


  #menu-nominated {
    padding: 0 1rem;
  }

  .bravo-btn-img {
    width: 75% !important;
  }

  .cts-overview {
    background-color: #fff;
    color: #6d0d15;
  }

  .cts-overview-wrap {
    line-height: 1.6;
    padding: 60px 2rem 40px;
  }

  .detail-box {
    margin-bottom: 20px;
  }

  .notice {
    font-size: 1.4rem;
  }

  div#date06 {
    margin-bottom: 0;
  }
}


/* 2023.12.20 発表フェーズ (SPファーストで記述)--------------------------*/
.greetings {
  display: grid;
  margin: 0 auto;
  max-width: 1200px;
  padding: 30px 1rem 60px;
  place-content: center;
}

.cta {
  display: flex;
  margin: 0 auto;
  width: 100%;
}

.cta-box {
  margin: 20px auto;
  max-width: 640px;
  padding: 20px;
  text-align: center;
  width: 100%;
}



.f-red {
  color: #f00;
}

.f-bold {
  font-weight: bold;
}

.p-btm20 {
  padding-bottom: 20px;
}

.m-btm30 {
  margin-bottom: 30px;
}

.p-left1 {
  padding-left: 1rem;
}

.f-height {
  display: block;
  line-height: 1;
  margin-top: 1rem;
}

.f-small {
  font-size: 1.3rem;
}

.text-center {
  text-align: center;
}

a:hover {
  opacity: .5;
  transition: .3s;
}

.pc-only {
  display: none;
}

.sp-only {
  display: block;
}

/* 採用作品 */
#menu-selected {
  background: #fff1d6;
  padding: 60px 1rem 20px;
}

.work_container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 20px auto 30px;
  max-width: 960px;
  padding: 0;
  word-break: break-all;
}

.work_container_inner {
  align-items: start;
  background: #fff;
  border: 3px solid #e95532;
  border-radius: 8px;
  display: grid;
  padding-bottom: 1rem;
  text-align: center;
  width: 47%;
}

.month {
  background: #fad7ab;
  border-radius: 5px 5px 0 0;
  padding: 4px;
}

.month-number {
  color: #6d0d15;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.work_img-aspect {
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  max-width: 400px;
}

.work_img {
  background: #f2f2f2;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
  padding: 1rem;
  width: 100%;
}

.work_container_inner>.work_name {
  color: #6d0d15;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 5px 1rem 5px;
  text-align: center;
}


.work_container_inner>.work_name span {
  color: #6d0d15;
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.1;
}

.bravo_btn_wrapper {
  margin: 0 auto;
  width: 100%;
}

.hover {
  width: 75%;
}



.main-menu li {
  background-color: #e95532;
  border-top: 1.5px solid #fff;
  height: 45px;
  padding: 8px 2px;
  width: calc(100% / 3);
}

.main-menu li:nth-child(even) {
  border-left: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
}

/* 応募概要 */
.bordered-content {
  border: 1px solid #c6c6c6;
  margin: 30px auto;
  padding: 20px 1rem;
}

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

  .sp-only {
    display: none;
  }

  .main-menu li {
    border-top: 2px solid #fff;
    height: 36px;
  }

  .greetings {
    padding: 50px 1rem 60px;
  }

  .work_container {
    gap: 1rem;
  }

  .work_container_inner {
    width: 31%;
  }

  .month-number {
    color: #6d0d15;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
  }

  .work_name {
    font-size: 1.3rem;
    margin: 5px 20px 5px;
  }

  .work_name span {
    font-size: 1.0rem;
  }

  .bravo_btn_wrapper {
    width: 90%;
  }

  .cta {
    max-width: 360px;
    padding: 0 1rem;
  }

  /* 採用作品 */
  #menu-selected {
    background: #fff1d6;
    padding: 60px 1rem 30px;
  }

  /* ダブルチャンス */
  .present-pic-sp {
    height: auto;
    margin: 0 auto;
    width: 100%;
  }

  .present-pic-pc {
    height: auto;
    margin: 0 auto;
    max-width: 800px !important;
    width: 100%;
  }

  /* 応募概要 */
  .bordered-content {
    border: 2px solid #ddd;
    margin: 30px auto 60px;
    padding: 30px 30px 0;
  }
}

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

  .sp-only {
    display: none;
  }

  .main-menu li {
    border-top: 3px solid #fff;
    height: 50px;
  }

  .greetings {
    padding: 50px 1rem 60px;
  }

  .work_container {
    gap: 1.2rem;
    margin: 20px auto 60px;
  }

  .work_container_inner {
    width: 31%;
  }

  .month-number {
    color: #6d0d15;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
  }

  .hover {
    width: 65%;
  }

  .cta {
    max-width: 480px;
    padding: 0 1rem;
  }

  /* 採用作品 */
  #menu-selected {
    background: #fff1d6;
    padding: 60px 1rem 0;
  }

  .work_name {
    font-size: 1.3rem;
    margin: 5px 20px 5px;
  }

  /* 応募概要 */
  .bordered-content {
    border: 2px solid #ddd;
    margin: 30px auto 60px;
    padding: 30px 30px 0;
  }

  .cts-overview-wrap {
    padding: 50px 0 10px !important;
  }

  .overview-text-box p {
    font-size: 1.3rem;
  }
}