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, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: normal;
}

select {
  margin: 0 0 0 0;
}

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

p, address, blockquote, pre, div, abbr, acronym, dfn, cite, q, code, kbd, samp, var, dl, ol, ul, caption, th {
  font-weight: normal;
  font-style: normal;
}

ul, li, ol {
  list-style: none;
}

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

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6, li, ul, dl, dt, dd {
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, メイリオ, Meiryo, Lucida Grande, Verdana, ＭＳ Ｐゴシック, sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.8;
  background: url(../img/bg.png) repeat-y center top;
  background-size: 100%;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 1px;
}
.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 800px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.yellow {
  color: #fff81f;
}
.orange {
  color: #ff9f6f;
}
#kismybusaiku {
  background-image: url(../img/bg_l.png), url(../img/bg_r.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  background-size: 42.86vw, 42.86vw;
  padding-bottom: 100px;
}

.about-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 60px;
}

.about-logo {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}

.about-text {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  margin-top: 10px;
}
.about-attention {
  background-image: linear-gradient(to right, #fff81f 0%, #ff9f6f 100%);
  padding: 25px 40px;
  box-sizing: border-box;
  margin-top: 40px;
}
.about-attention dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.about-attention dt {
  width: 30%;
  padding-right: 20px;
}
.about-attention dd {
  font-size: 34px;
  font-weight: bold;
}
.about-attention p {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}
.vote-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 100px auto 0 auto;
  background: #FFF;
}
.vote-tab {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.vote-tab li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.3333333333333%;
  font-size: 20px;
  font-weight: bold;
  box-sizing: border-box;
  height: 160px;
  word-wrap: break-word;
  background-image: url(../img/icon.png), linear-gradient(to right, #8221ab 0%, #4f0692 100%);
  background-size: 30px, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: 20px center, left top;
  color: #FFF;
  cursor: pointer;
}
.vote-tab li.active {
  color: #591185;
  background-color: #FFF;
  background-image: url(../img/icon_active.png), none;
  background-size: 30px, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: 20px center, left top;
}
.copy {
  text-align: center;
  color: #FFF;
  margin-top: 80px;
}


@media screen and (max-width: 800px) {
  #kismybusaiku {
    padding-bottom: 50px;
  }
  .about-wrapper {
    padding-top: 40px;
    overflow: hidden;
  }
  .about-logo {
    width: 90%;
  }
  .about-title {
    width: 106%;
    margin-left: -3%;
  }
  .about-text {
    padding: 0 20px;
    font-size: 4.44vw;
    text-align: left;
    margin-top: 20px;
  }
  .about-attention {
    width: 90%;
    padding: 3.33vw ;
    margin: 30px auto 0 auto;
  }
  .about-attention dl {
    display: block;
  }
  .about-attention dt {
    width: 60%;
    padding-right: 0;
    margin: 0 auto;
  }
  .about-attention dd {
    font-size: 5.33vw;
    text-align: center;
    margin-top: 10px;
  }
  .about-attention p {
    font-size: 3.56vw;
    font-weight: normal;
    margin-top: 5px;
  }
   .vote-wrapper {
    margin: 50px auto 0 auto;
  }
  .vote-tab li {
    font-size: 4vw;
    padding: 0;
    line-height: 1.5;
    text-align: center;
    height: 35.56vw;
    background-size: 5vw, cover;
    background-position: center bottom 10px, left top;
  }
  .vote-tab li.active {
    background-size: 5vw, cover;
    background-position: center bottom 10px, left top;
  }
  .copy {
    text-align: center;
    font-size: 3.33vw;
    margin-top: 40px;
  }
}

.link-top {
  width: 500px;
  margin:  0 auto;
}
.link-top a {
  display: block;
  text-decoration: none;
  background-color:#fff81f;
  background-image: linear-gradient(to right, #fff81f 0%, #ff9f6f 100%);
  padding: 25px 0;
  font-size: 20px;
  color: #222;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: inset 1px 4px 1px #fafa8d;
  line-height: 1;
}
.link-top a:hover {
  opacity: .8;
}
@media screen and (max-width: 800px) {
 .link-top {
    width: 90%;
    margin:  0 auto;
  }
  .link-top a {
    padding:20px 0;
    font-size: 4.44vw;
  }
}

/* アコーディオンのスタイルを指定 */
.acd-label {
  position: relative;
  display: block; 
  padding: 10px;
  border: 1px solid #ddd;
  cursor: pointer;
  text-align: left;
  background: #ddd;
} 
.acd-label::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
 transform: translateY(50%) rotate(-47deg);
  width: 10px;
  height: 10px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transition: transform 0.3s ease;
}
.acd-check:checked + .acd-label::before {
  transform: translateY(-50%) rotate(133deg);
}

.acd-label .theme-text {
  white-space: pre-wrap;
  word-break: break-word;
  padding-right: 12px;
} 
.acd-content {
  border: 1px solid #ddd;
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  overflow: hidden;
}
.acd-check:checked + .acd-label {
  border-bottom: none;
}
.acd-check:checked + .acd-label + .acd-content {
  border-top: none;
  height: auto;
  opacity: 1;
  padding: 10px;
}
.acd-content input {
  display: none;
}
.acd-content label {
  text-align: center;
  border: 1px solid #ddd;
  padding: 5px 20px;
  margin-right: 5px;
  cursor: pointer;
}
.acd-content .member-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 5px;
}
.acd-content .toggle-label {
  display: block;
  padding: 10px;
  background-color: #fff;
  transition: background-color 0.3s ease;
}
.acd-content .toggle-label:hover {
  background-color: #eee;
}
.acd-content input:checked + .toggle-label {
  color: #000000;
  font-weight: bold;
}

