@charset "utf-8";
body{
  font-family: Roboto, 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt" 1;
  letter-spacing: 0;
  overflow-x: hidden;
  background: #fff000;
}
#pagetop,
.float-bnr{
  display: none;
}

p>b {
    font-weight:bold;
    white-space: pre-wrap;
}
#wrapper{
  position: relative;
  top: -6vw;
}

#wrapper section{
    margin: 0 auto 6%;
    padding: 40px 3%;
    text-align: center;
    position: relative;
    background: #040000;
    color: #fff;

    background: linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%), linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%);
    background-color: #262626;
    background-color: #141414;
    background-size: 24px 24px;
    background-position: 0 0, 12px 12px;

}

#wrapper section:after,
#wrapper section:before{
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;

/*background: repeating-linear-gradient(white 0px, transparent 0px, transparent 5px, #fff000 5px, #fff000 10px);
background-color: #262626;*/

/*background: linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%), linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%);
    background-color: #262626;
    background-size: 24px 24px;
    background-position: 0 0, 12px 12px;
    width: 20px;*/
}

#wrapper section:before{
  left:0;
}

h3{
  position: relative;
  width: fit-content;
  margin: 2% auto 0;
  font-size: min(7vw,3rem);
}
.coming{
    display: inline-block;
    line-height: 1.6;
    border: solid 1px;
    margin: 0 10px;
    font-weight: bold;
    right: 10px;
    top: 20px;
    background: #fff000;
    color: #000;
    padding: 3%;
    max-width: 600px;
    border-radius: 10px;
    font-size: 15px;
}
.season{
  background: #fff000;
  border-radius: 100px;
  color: #000;
  height: 150px;
  width: 150px;
  display: flex;
  font-size: 40px;
  align-items: center;
  justify-content: center;
  transform: rotate(-15deg);
  position: absolute;
  left: -160px;
  top: -40px;
}

#tw757{
  /*margin-bottom: 0!important;*/
}

#tw757 h3{
  font-size: min(3vw, 44px);
  line-height: 1.6em;
  text-align: left;
}
#tw757 h3 .season{
  font-size: 22px;
  height: 0;
  left: -6px;
  top: -18px;
  color: #fff000;
  width: fit-content;
  background: transparent;
}
#tw757 h3 span{
    display: block;
    font-size: 22px;
    line-height: 1;
    border: solid 1px;
    padding: 10px;
}
.yellow-text,
.white-text{
    color: #fff000;
    font-weight: bold;
    border: solid;
    text-align: center;
    overflow:hidden; 
    line-height: 1.8em;
    font-size: 30px;
    font-size: min(6.2vw,30px);
}
.white-text{
  color:#fff;
}
.yellow-text span,
.white-text span{
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4rem;
  margin: 1%;
}
.date{
  font-weight: bold;
  border: #fff 1px solid;
  border-width: 1px 0 0;
  font-size: 30px;
  font-size: min(4.7vw,30px);
}
.round-date{
  font-weight: bold;
  font-size: min(3.7vw, 24px);
  line-height: 1;
  margin: 1%;
}
.round-detail{
  font-size: min(2.5vw,16px);
  line-height: 1.8em;
  display: block;
}
.wchance,
.twchance{
    background: #fff000;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    display: block;
}
.twchance{
  background: #fff;
}

.article-outer{
    display: flex;
}
.article-outer article{
  width: 50%;
}
.forall{
  position: absolute;
  left: 0;
  background: #000;
  font-weight: bold;
}

.anchor-link{
  font-weight: bold;
  font-size: 22px;
  background: #fff000;
  border-radius: 100px;
  padding: 10px;
  margin: 1% auto;
  display: block;
  max-width: 800px;
}


.sub-box{
    display: flex;
    align-items: stretch;
}
.sub-box-lead{
    font-weight: bold;
    font-size: 18px;
    border-radius: 10px;
    border: solid;
    min-width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-box .text{
  text-align: left;
  margin-left: 40px;
}

.sub-box .text .color{
  font-size: 110%;
  color: #ffb94f;
}

.sub-box p{
    font-size: 16px;
    line-height: 1.6rem;
}
.sub-box span{
    font-size: 90%;
    display: block;
}
.sub-box.first figure{
  position: relative;
  margin-top: -70px;
  max-width: 250px;
}
.sub-box.second figure{
  max-width: 250px;
  margin-top: 40px;
  position: relative;
  margin-bottom: -40px;
}

#date-757{
    font-weight: bold;
    border-bottom: solid 1px;
    padding: 10px;
    display: block;
    border-top: solid 1px;
    margin-top: 20px;
    background: #fff;
    color: #000;
    font-size: 110%;
    font-size: 22px;
    font-size: min(4vw,22px);
}

.btn{
    background: #ff8100;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3% auto;
    font-weight: bold;
    font-size: 30px;
    padding: 3%;
    max-width: 600px;
    border-radius: 10px;
    color: #fff;

    background-image: linear-gradient(180deg, #ff8100 0%, #FF2525 74%);
}
.btn.none{
  pointer-events: none;
  background: #999;
}
.min-btn{
    border-radius: 10px;
    font-weight: bold;
    padding: 10px;
    display: block;
    color: #fff;
    font-size: 20px;
    margin: 3% 0 1%;
    background: #ff8100;
    background-image: linear-gradient(180deg, #ff8100 0%, #FF2525 74%);
}

.notice{
  font-size: 12px;
  line-height: 1.2rem;
  display: block;
  color: #ccc;
  text-align: center;
  margin-top: 5px;
}
footer{
  background: #fff;
}
@media (max-width: 769px){
  #main-bg .pc{display: none;}
  #main-bg .sp{display: block;}
  #main-bg {padding: 0;}

#wrapper{
  top:0;
}

#tw757 h3 {
    font-size: min(5vw);
}

.sub-box {
    flex-direction: column;
}
.sub-box.first figure {
    margin: 0 auto;
}
.sub-box.second figure{
  display: none;
}
.sub-box-lead {
    padding: 3%;
    margin-top: 6%;
}
.sub-box .text{
  margin: 0;
}
.season {
  height: 15vw;
  width: 15vw;
  font-size: 5vw;
  left: -15vw;
  top: -5vw;
}
.sub-box p {
    font-size: 13px;
}
.btn {
    font-size: 20px;
    padding: 6%;
}

}
