@charset "utf-8";

/*共通*/

.button--arrowRight {
  box-sizing: border-box;
}

#monthly {
  width: 900px;
  margin: 0px auto 0 auto;
  padding: 0px;
  font-size:16px;
}
#monthly p {
  line-height: 1.6;
  letter-spacing:0.05em;
  text-indent:1em;
  margin-bottom:0.6em;
}
#monthly p.ketujyo {
  margin-bottom:10px;
  text-align:left;
  text-indent:0;
}
#monthly .midashi{
  width:900px;
}

#monthly table {
  border-collapse:collapse;
}

#monthly br.clear {
  clear: both;}

#monthly .cf:before,
.cf:after {
    content: " ";
    display: table;
}

#monthly .cf:after {
    clear: both;
}

#monthly a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}


/*各ページ*/

#monthly .champions{
width: 900px;
}

/* .champions__ */

.champions__innner{

  margin-top: 20px;
  font-weight: bold;
  border-top: 15px solid ;

  border-image: linear-gradient(to right, #B67B03 0%, #DAAF08 15%, #FEE9A0 30%, #DAAF08 45%,#B67B03 60%, #DAAF08 75%,#B67B03 90% 100%) 1;
}

/* .champions__heading */

.champions__heading{
  position: relative;
  font-size: 25px;
  color: black;
  width: 880px;
}

.champions__heading--ttl{
  height: 65px;
  display: flex;
}


.champions__heading h3{
  position: absolute;
    top: -12px;
  width: 600px;
  height: 65px;
  font-size: 28px;
  font-family: serif;
  z-index: 3;
  text-shadow    : 
1px  1px 1px #ffffff,
 -2px  1px 1px #ffffff,
  3px -1px 1px #ffffff,
 -2px -1px 1px #ffffff,
  4px  0px 1px #ffffff,
  0px  1px 1px #ffffff,
 -2px  0px 1px #ffffff,
  1px -1px 1px #ffffff
}


.champions__heading--secondary{
  position: absolute;
  top: 40px;
  right: 5px;
  width: 210px;
  height: 35px;
  padding-right: 3px;
  padding-left: 5px;
  background-color: black;
  color: white;
  border: 1px solid;
  border-radius: 20px;
}

.champions__heading--line{
  position: absolute;
  top: 8px;
  z-index: 1;
  content: "";
  width: 900px;
  height: 6px;
  background: linear-gradient(to right, #B67B03 0%, #DAAF08 15%, #FEE9A0 30%, #DAAF08 45%,#B67B03 60%, #DAAF08 75%,#B67B03 90% 100%);}

.champions__heading--color-1{
  position: absolute;
  top: -30px;
  right: 0px;
  display: inline-block;
  width: 275px;
  height: 65px;
  background-image: url(img/champion_series_01.png);
  z-index: 3;
}

.champions__heading--color-2{
  color: gold;
  background: linear-gradient(135deg, rgba(182,123,3,1) 0%, rgba(200,156,45,1) , rgba(255,254,172,0.9921218487394958) 25%, rgba(182,123,3,1) 50%, rgba(255,254,172,1) 75%, rgba(182,123,3,1) 100%, rgba(255,254,172,1) 100%);
  background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* .champions__body */

.champions__body{
  margin-top: 50px;
}

/* .champions__main */
.champions__main{
  display: flex;
  justify-content: space-between;
  
}
/* .champions__main--box */



.champions__main--box{
  display: flex;
      width: 440px;
      height: 45px;
      font-size: 18px;
      line-height: 45px;
      justify-content: center;
      margin-bottom: 15px;
  position: relative;
}

.champions__main--number{
  width: 90px;
  text-align: center;
  margin-right: -15px;
  padding: 0 8px;
  z-index: 2;
  color: white;
  background: linear-gradient(180deg, #881875 0%, #881875 50%, #610054 50%, #610054 100%);
  border-radius: 20px;
}

.champions__main--number span{
  font-size: 25px;
  margin: 0 5px;
}

.champions__main--time{
  width: 175px;
  z-index: 1;
  text-align: right;
  color: black;
  background-color: #e6e6e7;
  border-radius: 0 10px 10px 0;
}

.champions__main--name{
  color: #881875;
  font-family: serif;
  font-size: 24px;
  margin-left: 8px;
  font-weight: bold;
}

/* 月みたいなやつ */
.crescent-moon-1{
  width: 45px;
  height: 45px;/* 空のdivを用意 */
  border-radius: 50%;/* 円にする */
  box-shadow: 3px 2px 0px 0px #b5b5b6;/* 円に影を付ける */
  transform: rotate(-35deg);  /*向きをずらして調整 */
}

