/* 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; }
}

/* base */

html {
  scroll-behavior: smooth;
}
main#topics a {
  text-decoration: underline;
  color: #0066ff;
}
.center { text-align: center;}
.bold {font-weight: bold;}
.red {color: #da0000;}
.end {margin: 40px auto; text-align: center; color: #ff0000; font-weight: 900;}

h4 {
  font-size:1.3em;
  font-weight: bold;
  padding: 10px 0;
  line-height: 1.3em;
  text-align: center;
}

/* Subbox */
.subbox {
  width: 93.75%;
  max-width: 760px;
  margin: 20px auto 50px !important;
  padding: 20px;
  border: solid 1px #000;
}
.subbox p {
  text-align: center;
}

/* BUTTON */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none !important;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}
.btn--orange,
a.btn--orange {
  color: #fff !important;
  background-color: #0041bb;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #0041bb;
}
a.btn--radius {
   border-radius: 100vh;
}

.center-btn {
  margin: 20px auto;
  text-align: center;
}

.subtext {
  margin-top: 5px;
  font-size: 0.8em;
}


a.comingsoon {
  pointer-events: none;
  background: #707070;
}

/* MARKING LINE */
.linered{background:linear-gradient(transparent 65%, #ffadad 60%); font-weight: bold;}
.lineblue{background:linear-gradient(transparent 65%, #c1e0ff 60%);font-weight: bold;}
.lineyellow{background:linear-gradient(transparent 65%, #fff799 60%);font-weight: bold;}


/* div.attention */
div.attention {
  margin-bottom: 30px;
}
div.attention ul {}
div.attention ul li {
  margin-bottom: 5px;
  line-height: 1.6em;
}
div.attention ul li::before {
  content: "※";
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}

/***************** Custam *****************/


/* div.songinfo */

div.songinfo {}
div.songinfo dl {
  margin: 20px 0;
}
div.songinfo dl dt {}
div.songinfo dl dt ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
div.songinfo dl dt ul li {
  padding: 0 5px 20px;
  text-align: center;
}
div.songinfo dl dt ul li img {
  height: 260px;
}
div.songinfo dl dd {
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
}


/* div.project */

div.project {
  margin: 50px 0 0;
}

div.project h4 {
  margin: 0 auto;
}

div.project h5 {
  margin: 40px 0 15px;
  font-weight: bold;
  font-size: 1.2em;
}


.headttl {
  margin: 0 auto 30px !important;
  padding: 20px 0;
  background-image: linear-gradient(90deg, #ffffff, #fdedf8 50%, #ffffff);
}





div.project dl {
  margin-top: 2em;
  margin-bottom: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  letter-spacing: 0.05em;

}
div.project dl dt {
  font-weight: bold;
  border-bottom: solid 0.8px #000 ;
}
div.project dl dd {
  padding-top: 10px;
}



/* div.support */

div.support {
  width: 93.75%;
  max-width: 760px;
  margin: 0 auto 50px !important;
  padding: 20px;
  text-align: center;
}

div.support ul {
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
div.support li {
  max-width: 300px;
  margin: 0 auto 20px;
}

.poster {
  width: 300px;
}
.bnr {
  width: 400px;
}

.scdkv {
  max-width: 600px;
  margin: 0 auto 30px;
  text-align: center;
}


/******** SMART PHONE STYLE ********/

@media screen and (max-width: 680px){   

div.songinfo dl dt ul li img {
  height: auto;
}

}