html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.5;  /*line-height: 1;*/
  margin: auto;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: 'honokamarugo';
  src: url("../font/honokamarugo.ttf?uhb5i") format("truetype"), url("../font/honokamarugo.woff?uhb5i") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  font-family: "Noto Sans JP", sans-serif;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #333;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (min-width: 641px) {
  .wrap {
    min-width: 1200px;
  }
}

p {
  line-height: 1.2em;
}

li {
    list-style: none;
}

a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover {
  color: #008ad1;
}

@media only screen and (max-width: 640px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

#res2025 .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 20px 20px;
}
#main-res1 .inner {
  display: flex;
  align-items: flex-end;

}
#main-res1 .logo-container {
  width: 13%;
  height: auto;
  margin-right: 40px;
}

@media only screen and (max-width: 640px) {
  #main-res1 .logo-container {
    width: 16%;
    height: auto;
    margin-right: 20px;
  }
}
#main-res1 .title-container {
  flex: 1;
}
#res2025  #wrapper > p {
    margin-bottom: 1.6em;
    text-align: center;
    line-height: 2;
  }
#res2025 a {
    /* color: #333; */
    text-decoration: none;
    /* font-weight: bold; */
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}
.line {
  display: inline-block;
}
/* ロゴ */
#logo-res1{
    padding: 12px 20px;
  }


/* Topタイトル */
.center {
    text-align:center;
    padding: 16px 0 0;
    line-height: 1.8;
    font-weight: bold;
}
.contest-ttl {
    font-size: 1.6em;
}
.contest-ttl-2nd-width {
  width:auto
}
.contest-ttl-2nd {
    font-size: 1.4em;
    margin: 0 auto;
}
.contest-ttl-2nd-padding {
  padding-left: 0.8rem;
  text-align: justify
}
#main-res1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 50px;
  text-align: center;
  background: linear-gradient(264deg, rgba(182, 219, 252, 0.80) 17.18%, rgba(134, 215, 252, 0.80) 69.81%, rgba(114, 178, 238, 0.80) 101.98%);

}

.title-container img {
  width: 100%;
  height: auto;
  max-width: 869px;
}
#main-res1 dl {
  max-width: 540px;
  margin: 20px auto 0;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 590px) { 
  #main-res1 dl {
    gap: 10px;
    align-items: flex-start;
    margin: 10px auto 0;
  }
}
#main-res1 dl dt {
  width: 100px;
  border: 1px solid #333;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 4px 6px;
  text-align: center;
}
@media screen and (max-width: 590px) { 
  #main-res1 dl dt {
    width: 70px;
    font-size: 1em;
    margin-bottom: 0;
  }
}
#main-res1 dl dd.cat1 {
  font-size: 1.4em;
}
@media screen and (max-width: 590px) { 
  #main-res1 dl dd.cat1 {
    font-size: 1.2em;
  }
}
#main-res1 dl dd {
  font-size: 1.2em;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
  flex: 1;
}
@media screen and (max-width: 590px) { 
  #main-res1 dl dd {
    text-align: left;
  }
}
@media screen and (max-width: 590px) { 
  .contest-ttl-2nd {
    font-size: 1.2em;
  }
  
}
/* お礼文 */
#top-ttl {
}
.ttl1 {
    font-size: 2.6em;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(90deg, #005BAC 0%, #002546 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-block: 40px;
  }
.ttl1::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 90px;
  background-image: url("../images/c2025/top/top_award_ttl_l.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5em;
}
.ttl1::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 90px;
  background-image: url("../images/c2025/top/top_award_ttl_r.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  margin-left: 0.5em;
}

@media screen and (max-width: 768px) {
    .ttl1 {
        padding: 12px 0;
        line-height: 28px;
        font-size: 19px;
        margin-bottom: 28px;
    }
    .ttl1::before,
    .ttl1::after {
        width: 40px;
        height: 1.2em;
    }
}
  /* 動画ブロック */
#movie-block {
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    column-gap: 4%;
    text-align: center;

}
.movie-img {
    margin: 48px 0;
    width: 48%;
}

iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-width: 600px;
  display: block;
  margin: auto;
}

p.movie-text {
  text-align: center;
  font-size: 0.9rem;
}

@media screen and (max-width: 768px) {
  #movie-block {
    display: block;
  }
  .movie-img {
    margin: 16px 0;
    width: 100%;
}
}
/* 写真ブロック */
.picture{
    margin:32px 0 48px 0 ;
}

.picture p{
  text-align: center;
  font-size: 0.9rem;
}

.picture-img{
  max-width: 100%;
}

/* 結果ブロック */
.a-color a{
  color: #fff !important;
}
.a-color a:hover { 
  font-weight: bold;
} 
#result-block {
  margin-bottom: 48px;
}
.result-title {
  font-size: 2em;
  text-align: center;
  margin-bottom: 24px;
  margin-top: 80px;
  padding: 0.4em;
  font-weight: 500;
}
.award {
  margin-bottom: 40px ;
}
.bumon-ttl_w {
  font-size: 1.2em;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 32px;
  background-color: #f0f0f0;
  border-top: 2px solid #333;
  padding: 16px 0;
}
.bumon-ttl_w h2 {

  font-weight: 500;
}
.bumon-flex1 {
  display: flex;
  gap: 32px;
  padding-bottom: 24px;
}
.bumon-1 {
  flex:1;
  text-align: center;
}
.bumon-flex2 {
  display: flex;
  gap: 32px;
  justify-content: center;
  padding-bottom: 16px;
}
.bumon-2 {
  width: 33%;
  text-align: center;
}
.result-table{
    width: 100%;
    border:1px solid #333;
}
.result-table .result-table-td-ttl {
    padding: 8px 0px 8px 0.8em;
    text-align: left;
    font-size: 16px;
}
.result-table-td {
    width: 20%;
    text-align: center;
    vertical-align: middle;
}
.result-table td {
    padding: 16px 0;
}
.bumon-ttl {
    font-size: 1em;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
    color: #fff;
    font-weight: normal;
}

.bumon-ttl a {
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 8px;
}

.bumon-1:nth-child(1) .bumon-ttl a {
  background-color: #005BAC;
}
.bumon-1:nth-child(2) .bumon-ttl a {
  background-color: #FA8F2B;
}
.bumon-1:nth-child(3) .bumon-ttl a {
  background-color: #4F9841;
}

.result-table .bumon-ttl a:hover,
.result-table .bumon-ttl-blk a:hover {
  opacity: 0.8;
}
.bumon-ttl-blk {
  font-size: 1em;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  font-weight: normal;
}
.bumon-ttl-blk a {
  display: block;
  color: #333;
  background-color: #9DD9F7;
  padding: 0.4em;
  width: 100%;
  height: 100%;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .bumon-flex1 {
    display: block;
    padding-bottom: 0;
  }
  .bumon-flex2 {
    display: block;
  }
  .bumon-1 {
    padding-bottom: 8px;
  }
  .bumon-2 {
    width: 100%;
    padding-bottom: 8px;
  }
}

/* プロフィールブロック */
#profile-block {
  background-color: #fafafa;
  padding: 20px 0 30px;
}
.profile-ttl {
    font-size: 16pt;
    text-align: center;
    line-height: 78px;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin: 16px 0 16px 0;
}
@media screen and (max-width: 768px) {
  .profile-ttl {
    font-size: 1.2em;
  }
}
.profile-ttl::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  vertical-align: middle;
  background-color: #005BAC;
  margin-right: 32px;
}
.profile-ttl::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  vertical-align: middle;
  background-color: #005BAC;
  margin-left: 32px;
}

.yanecon_panelist-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px;
    padding: 10px 40px 0;
  }
  .yanecon_panelist-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: start;
    gap: 20px;
    width: calc(50% - 20px);
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
  }
  .yanecon_panelist_pic {
    display: flex;
    gap: 20px;
  }
  .yanecon_panelist_pic figure {
    width: 80px;
    height: 80px;
  }
  .yanecon_panelist_pic figure img {
    width: 100%;
    height: auto;
    object-fit: contain;
    overflow: hidden;
  }
  .yanecon_panelist_name {
    margin-top: 1px;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
      sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.625;
    color: #1a1311;
  }
  .yanecon_panelist_position {
    display: block;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
      sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.025em;
    line-height: 1.5;
    color: #1a1311;
  }
  .yanecon_panelist_timeline {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
      sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.6;
    color: #1a1311;
  }
  .yanecon_panelist_discography {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
      sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 2;
    color: #1a1311;
  }
.top-banner {
  width: 580px;
  max-width: calc(100% - 40px);
  height: auto;
  margin: 40px auto;
}
.top-banner a:hover {
  opacity: 0.8;
}
  /* フッター */
.contesttop {
  padding-top: 40px;
}
#pagetop {
    text-align: center;
    font-size: 16px;
    border: solid 1px #000;
    padding: 8px 0;
    margin: 0 0 10px;
    letter-spacing: 0.05em;
}
#res2025 #copy {
    border: none;
    text-align: center;
    font-size: 7.5pt;
    padding: 0 20px 10px;
    line-height: 70px;
}
.contesttop a{
  color: #333;
}
#pagetop a {
  color: #333;
  font-weight: bold;
}

/* @media */
@media screen and (max-width: 768px) {
    /* <STRUCTURE> */
    .pc{ display:none !important }
    #main ul.pc{ display: none !important }
    .smt{ display:inherit !important }
    img{ max-width:100%; }
    html{
        font-size: 87.5%;
    }
    body,input,textarea,button{
        font-size: 0.9rem;
        line-height:1;
    }
    #wrapper{
        width: auto;
        margin: 0;
        }
    #res2025  #wrapper > p {
      padding: 0 20px;
    }
    .yanecon_panelist-list {
      flex-direction: column;
      padding-inline: 0;
    }
    .yanecon_panelist-item {
      width: 100%;
    }
   }
    
    /* </ STRUCTURE> */
