/* BR */

@media screen and (min-width: 680px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){   
  .pc { display:none; }
  .sp { display:block; }
}

/* YouTube */
.youtube {
  position: relative;
  width: 100%;
  margin: 20px 0;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* Subbox */
.subbox {
  margin: 20px;
  padding: 20px;
  border: solid 1px #000;
}


/*　BUTTON */

div.button {
  background: #fece0d; /* 背景色 */
  color: #000; /* 文字色 */
  font-size: 17px; /* 文字サイズ */
  line-height: 1.5; /* 行の高さ */
  padding: 20px 65px; /* 余白（上下、左右） */
  border-radius: 32.5px; /* 角丸の半径 */
  text-decoration: none;
  display: inline-block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
div.button:hover {
  background: #000; /* 背景色（マウスオーバー時） */
  color: #fff; /* 文字色（マウスオーバー時） */
}


div.button p {
  padding: 20px auto;
  font-weight: bold;
  font-size: 14px;
}




/* base */
h5 {
  font-size:1.3em;
  font-weight: bold;
  padding: 20px 0;
  line-height: 1.3em;
}
main#topics a {
  text-decoration: underline;
  color: #0066ff;
}
.center {
 text-align: center;
}
.bold {font-weight: bold;}




/* submit1 */
div.submit1 {
  padding: 20px 0;
  text-align: center;
}

/* submit2 */
div.submit2 {
  padding: 0 0 100px;
  text-align: center;
}









/* Tシャツプロジェクト */
.buy {
  max-width: 300px;
  border-radius: 20px;
  margin: 30px auto;
  background: #ffcc33;
  text-align: center;
  padding: 20px;
}
div.buy h5 {
  font-size:1.4em;
  font-weight: bold;
  padding: 20px 0;
}
div.buy p {
  padding: 20px auto;
  font-weight: bold;
  font-size: 2em;
}
.gallery {
  max-width: 660px;
  margin: 0 20px;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.participant {
  max-width: 200px;
  margin: 0 10px 10px;
  display: block;
}
.participant dd {
  margin-top: 10px;
  text-align: center;
}
.participant span {
  display:block;
  margin-top: 5px;
  font-size: 0.8em;
}
div.bnr-area2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}


@media screen and (max-width: 650px){
    .gallery {
        max-width: 660px;
        margin: 0;
        }
    .participant {
        max-width: 140px;
	    }
}


