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;*/
  max-width: 900px;
  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;
  }
}

#res2023  #wrapper > p {
    margin-bottom: 1.6em;
    text-align: center;
    line-height: 2;
  }
#res2023 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 0;
  }


/* 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
}
#res2023 #top-ttl {
    font-size: 30px;
    margin-bottom: 36px;
    background: #EAE86B;
    margin-top: 48px;
    line-height: 58px;
}
#main-res1 {
    text-align: center;
    padding: 24px 8%;
}

@media screen and (max-width: 590px) { 
  .contest-ttl-2nd {
    font-size: 1.2em;
  }
  
}
/* お礼文 */
#top-ttl {
    max-width: 900px;
    margin: 0 auto;
    font-size: 30px;
    margin-bottom: 36px;
    background: #EAE86B;
    margin-top: 48px;
    line-height: 5.8rem;
}
.ttl1 {
    font-size: 2.1rem; /*2.1rem;*/
    text-align: center;
    border: solid 1px #000;
    padding: 0px 0;
    margin: 0 0 10px;
    letter-spacing: 0.05em;
    line-height:78px;
  }

@media screen and (max-width: 768px) {
    .ttl1 {
        padding: 12px 0;
        line-height: 28px;
        font-size: 19px;
        margin-bottom: 28px;
    }
}
  /* 動画ブロック */
#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: 1.6em;
  text-align: center;
  margin-bottom: 24px;
  padding: 0.4em;
}
.award {
  margin-bottom:24px ;
}
.bumon-ttl_w {
  font-size: 1.2em;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 16px;
  background-color: #f0f0f0;
  border:2px solid #333;
  padding: 0.4em 0;
}
.bumon-flex1 {
  display: flex;
  gap: 8px;
  padding-bottom: 16px;
}
.bumon-1 {
  flex:1;
  text-align: center;
}
.bumon-flex2 {
  display: flex;
  gap: 8px;
  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: 8px 0;
}
.bumon-ttl {
    font-size: 1em;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
    color: #fff;
    padding: 0.4em;
    font-weight: normal;
}
.bumon-ttl-blk {
  font-size: 1em;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  color: #333;
  padding: 0.4em;
  font-weight: normal;
  background-color: #88DBFF
}
@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 {
} */
.profile-ttl {
    font-size: 16pt;
    text-align: center;
    line-height: 78px;
    letter-spacing: 0.05em;
    font-weight: normal;
    background-color: #5C97BB;
    color: #fff;
    margin: 16px 0 16px 0;
}
.yanecon_panelist-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 0px;
    row-gap: 50px;
    padding: 10px 40px 0;
  }
  .yanecon_panelist-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: start;
    column-gap: 10px;
    width: 50%;
  }
  .yanecon_panelist_pic figure {
    width: 80px;
    height: 80px;
  }
  .yanecon_panelist_pic figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
  }
  .yanecon_panelist_name {
    margin-top: 1px;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
      sans-serif;
    font-size: 10px;
    zoom: 0.8;
    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: 20px;
    zoom: 0.5;
    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: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.6;
    color: #1a1311;
  }
  .yanecon_panelist_discography {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
      sans-serif;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 2;
    color: #1a1311;
  }
  .yanecon_panelist_pic {
    width: 20%;
  }

  /* フッター */
.contesttop {
padding-top: 24px;
}
#pagetop {
    text-align: center;
    font-size: 16px;
    border: solid 1px #000;
    padding: 8px 0;
    margin: 0 0 10px;
    letter-spacing: 0.05em;
}
#res2023 #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 20px;
        }
    }
    
    /* </ STRUCTURE> */
