/*
Theme Name: Roots
Author: SunsetLive
*/

/*----------------------------------------
  reset css
  ----------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  font-family: "Lucida Grande", Meiryo, "メイリオ", sans-serif;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%; /* スマホ横向きでも文字サイズ同じ */
  word-wrap: break-word;
}
input,
select {
  border: 1px solid #ddd;
  padding: 10px;
}
textarea {
  border: 1px solid #ddd;
  padding: 10px;
}

ol,
ul {
  list-style: none;
}
p,
li,
th,
td {
  color: #603813;
  font-size: 18px;
  line-height: 1.6;
}
img {
  border:0px #fff solid;
  vertical-align: top;
  font-size:0;
  line-height: 0;
  max-width: 100%;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
a {
  transition: .3s;
}
a:hover {
  text-decoration: none;
}
main {
  display: block;
}

/*----------------------------------------
  clearfix
  ----------------------------------------*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/*----------------------------------------
  css
  ----------------------------------------*/
.wrap {
  background: #eddfd1;
}
.container {
  margin: 0 auto;
  width: 1080px;
}

/* header */
header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
}
.logo {
  width: 50%;
}
.sns {
  display: flex;
  align-items: center;
  width: 16%;
}
.sns ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sns li {
  width: 21%;
}
.sns a,
.top_btn a,
.about .campfire a,
.btn_area a {
  transition: .3s;
}
.sns a:hover,
.top_btn a:hover,
.about .campfire a:hover,
.btn_area a:hover {
  opacity: .8;
}

/* main */
h2 {
  color: #603813;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
section {
  margin: 0 auto 80px;
  max-width: 90%
}
.top_area {
  margin-bottom: 80px;
}
.top_txt {
  margin: 40px 80px;
}
.top_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.top_btn ul {
  width: 49%;
}
.top_btn iframe {
  margin-top: 20px;
  width: 100%;
}
.artist dl {
  margin-bottom: 20px;
}
.artist dt {
  text-align: center;
  margin-bottom: 10px;
}
.artist dd {
  color: #603813;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.artist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.live ul {
  justify-content: center;
}
.artist-list ul {
  justify-content: space-between;
}
.artist li {
  width: 30%;
}
.artist li img {
  border-radius: 50%;
}
.live dd span {
  display: block;
}
.live dd span:before {
  content: '／';
  display: inline-block;
  margin-right: 5px;
  transform: scaleX(-1);
}
.live dd span:after {
  content: '／';
}
.about {
  text-align: center;
}
.about_body {
  display: inline-block;
  margin-bottom: 40px;
  text-align: left;
}
.about_body p,
.about_body ul {
  margin-bottom: 20px;
}
.about_body li {
  font-weight: bold;
}
.about_bottom {
  text-align: center;
}
.about_bottom p {
  font-weight: bold;
  margin-bottom: 20px;
}
.about_bottom .txt_l {
  font-size: 32px;
}
.about_bottom .txt_s {
  font-size: 28px;
}
.about_bottom .red {
  color: #c30d23;
}
.overview table {
  border-top: 1px solid #603813;
  margin-bottom: 80px;
  width: 100%;
}
.overview tr {
  border-bottom: 1px solid #603813;
}
.overview th,
.overview td {
  padding: 10px;
  word-break: break-all;
}
.overview th {
  font-weight: bold;
  letter-spacing: 4px;
  width: 10%;
}
.overview .sml {
  font-size: 13px;
}
.btn_area {
  margin-bottom: 40px;
}
.btn_area ul,
.video_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.btn_area li,
.video_area li {
  width: 49%;
}
.video_area li iframe {
  width: 100%;
}
.supported p,
.specialthanks p {
  text-align: center;
}

/* footer */
footer {
  background: #603813;
  padding: 30px 0;
  text-align: center;
}
footer small {
  color: #fff;
  font-size: 16px;
}


@media (max-width: 1079px) {
  p, li, th, td {
    font-size: 16px;
    line-height: 1.4;
  }
  .container {
    width: 100%;
  }
  header {
    padding: 10px 4%;
  }
  .sns {
    width: 23%;
  }
  section {
    max-width: 100%
  }
  .top_btn {
    padding: 0 7%;
  }
  .artist {
    padding: 0 7%;
  }
  .artist dd {
    font-size: 18px;
    line-height: 1.2;
  }
  .about {
    padding: 0 7%;
  }
  .about_body {
    margin-bottom: 20px;
  }
  .overview table {
    margin-bottom: 40px;
  }
  .overview th {
    width: 15%;
  }
  .btn_area {
    padding: 0 7%;
  }
  .supported,
  .specialthanks {
    padding: 0 7%;
  }
}

@media (max-width: 567px) {
  p, li, th, td {
    font-size: 14px;
  }
  header {
    padding: 10px 8px;
  }
  .logo {
    display: flex;
    align-items: center;
    width: 53%;
  }
  .sns {
    width: 42%;
  }
  h2 {
    font-size: 20px;
  }
  section {
    margin-bottom: 40px;
  }
  .top_area {
    margin-bottom: 30px;
  }
  .top_txt {
    margin: 20px 7% 30px;
  }
  .top_btn {
    margin-bottom: 0;
  }
  .top_btn ul {
    width: 100%;
  }
  .top_btn li {
    text-align: center;
    margin: 0 auto 20px;
  }
  .artist li {
    width: 46%;
  }
  .artist dd {
    font-size: 16px;
    line-height: 1.1;
  }
  .about_bottom p {
    margin-bottom: 16px;
  }
  .about_bottom .txt_l {
    font-size: 18px;
  }
  .about_bottom .txt_s {
    font-size: 16px;
  }
  .btn_area {
    margin-bottom: 0;
  }
  .btn_area li {
    margin: 0 auto 20px;
    width: 100%;
  }
  .video_area li {
    margin: 20px auto 0;
    width: 100%;
  }
  footer small {
    font-size: 14px;
  }
}