<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&amp;family=Oswald:wght@400;700&amp;display=swap");


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



figure{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
figure img{
  max-width: 100%;
  margin: 0 auto;
}
h2{
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  z-index: 2;
  font-weight: 700;
}
h2::after{
  position: absolute;
  width: 100%;
  height: 1em;
  color: #535185;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto auto;
  z-index: -1;
  font-family: "adobe-jenson-pro", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 200%;
}
.MainColumn p, .MainColumn a, .MainColumn li{
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  text-align: left;
}
section{
  width: 100%;
  margin: 0 auto;
}
section *{
  box-sizing: border-box;
}

.inner{
  width: min(960px, 100vw - 12px);
  margin: 0 auto;
}
.f_box{
  display: flex;
  justify-content: space-between;
}
.sec_link{
  background-color: #fff;
  padding: 15px 0;
}
.sec_1{
  background: #171642 url(../img/bg_01.jpg) no-repeat center top;
  background-size: cover;
  padding: 0 0 100px;
}
.sec_1 .ttl{
  position: relative;
  margin-bottom: 14.5%;
}
.sec_1 .ttl img{
  margin-top: -7%;
  width: 50vw;
}
.sec_1 .box_1{
  border: #fff solid 4px;
  border-top: none;
  padding: 4% 3%;
  position: relative;
  margin: 0 auto 30px;
}
.sec_1 .box_1::before,
.sec_1 .box_1::after{
  position: absolute;
  content: '';
  display: block;
  width: 29%;
  height: 4px;
  background-color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sec_1 .box_1::before{
  margin: 0 0 auto auto;
}
.sec_1 .box_1::after{
  margin: 0 auto auto 0;
}
.sec_1 .box_1 h2{
  margin: -50px auto 1.25em;
}
.sec_1 .box_1 h2::after{
  content: "RULE";
  font-weight: 700;
  top: -.55em;
}
.sec_1 .box_1 p{
  font-size: 20px;
  line-height: 2em;
}
.sec_1 p.t_r{
  text-align: right;
  font-size: 16px;
}
.sec_2{
  background-color: #23173d;
  padding: 200px 0 130px;
}
.sec_2 h2{
  margin-bottom: 75px;
}
.sec_2 h2::after{
  content: "MEMBER";
  font-weight: 700;
  font-size: 130px;
  top: -.65em;
}
.sec_2 .f_box + .f_box{
  margin-top: 100px;
}
.sec_2 .f_box:nth-of-type(even){
  flex-flow: row-reverse;
}
.sec_2 .f_box .img{
  width: 51%;
}
.sec_2 .f_box .txt{
  width: 46%;
}
.sec_2 .f_box .txt h3{
  background: url(../img/ttl_bg_1.png) no-repeat center top;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  padding: .4em;
  margin-bottom: .8em;
  line-height: 1;
  text-align: left;
}
.sec_2 .f_box .txt p{
  font-size: 18px;
  line-height: 2em;
  margin-bottom: 2.5em;
}
.sec_2 .f_box .txt a{
  font-size: 20px;
  display: block;
  border: #fff solid 2px;
  background: url(../img/arw_1.png) no-repeat 95%;
  padding: 1em;
  text-align: center;
  color: #fff;
}
.sec_3{
  background: #23173d url(../img/bg_02.jpg) no-repeat center top;
  padding: 160px 0 150px;
}
.sec_3 h2{
  margin-bottom: 75px;
}
.sec_3 h2::after{
  content: "PRESENT";
  font-weight: 700;
  top: -.6em;
}
.sec_3 .box_2{
  border: #fff solid 4px;
  position: relative;
  padding: 5% 3% 10%;
}
.sec_3 .box_2::before,
.sec_3 .box_2::after{
  position: absolute;
  display: block;
  content: '';
  width: 196px;
  height: 189px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sec_3 .box_2::before{
  background: url(../img/ribn_a.png) no-repeat;
  top: -11px;
  left: -9px;
  margin: 0 auto auto 0;
}
.sec_3 .box_2::after{
  background: url(../img/ribn_b.png) no-repeat;
  bottom: -10px;
  right: -9px;
  margin: auto 0 0 auto;
}
.sec_3 .box_2 p.txt_1{
  font-size: 50px;
  text-align: center;
  font-weight: 700;
  margin-bottom: .5em;
}
.sec_3 .box_2 p.txt_1 span{
  font-size: 40px;
}
.sec_3 .box_2 figure{
  margin-bottom: 52px;
}
.sec_3 .box_2 p.txt_2{
  font-size: 24px;
  text-align: center;
  margin-bottom: 1em;
}
.sec_3 .box_2 p.txt_2 span{
  position: relative;
  display: inline-block;
  padding: 0 1em;
}
.sec_3 .box_2 p.txt_2 span::before,
.sec_3 .box_2 p.txt_2 span::after{
  position: absolute;
  content: '';
  display: block;
  width: 2px;
  height: 1.2em;
  background-color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sec_3 .box_2 p.txt_2 span::before{
  margin: auto auto auto 0;
  transform: rotate(-30deg);
}
.sec_3 .box_2 p.txt_2 span::after{
  margin: auto 0 auto auto;
  transform: rotate(30deg);
}
.sec_3 .box_2 .f_box{
  margin-bottom: 22px;
}
.sec_3 .box_2 .num_1{
  width: 165px;
  height: 165px;
  background-color: #e20808;
  border-radius: 100% 100%;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.sec_3 .box_2 .num_1 span{
  font-size: 48px;
}
.sec_3 .box_2 .txt{
  width: calc(100% - 185px);
}
.sec_3 .box_2 .txt p.txt_3{
  font-size: 36px;
  font-weight: 500;
}
.sec_3 .box_2 .txt p.txt_4{
  font-size: 48px;
  font-weight: 800;
}
.sec_3 .box_2 .txt p.txt_4 span{
  color: #e20808;
}
.sec_3 .box_2 .txt p.txt_4 span.t_1{
  font-size: 100px;
}
.sec_3 .box_2 p.txt_5{
  padding: .8em;
  width: 100%;
  font-size: 18px;
  text-align: center;
  background-color: #5f5c7a;
  letter-spacing: .05em;
  margin-bottom: 5.5%;
}
.sec_3 .box_2 .btn{

}
.sec_3 .box_2 .btn a{
  display: block;
  font-size: 24px;
  text-align: center;
  background-color: #e20808;
  padding: 2em;
  width: 68%;
  margin: 0 auto;
  font-weight: 700;
  color: #fff;
}
.sec_4{
  background-color: #080824;
  padding: 100px 0 90px;
}
.sec_4 h2{
  color: #e20808;
  font-size: 30px;
  padding-bottom: 1.1em;
  margin-bottom: 1.7em;
  width: 100%;
  letter-spacing: .025em;
}
.sec_4 h2::after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: rgb(8,8,36);
  background: linear-gradient(90deg, rgba(8,8,36,0) 0%, rgba(8,8,36,0) 20%, rgba(226,8,8,1) 30%, rgba(226,8,8,1) 70%, rgba(8,8,36,0) 80%, rgba(8,8,36,0) 100%);
  margin: auto auto 0;
}
.sec_4 ul{
  margin-left: 1em;
}
.sec_4 ul li{
  font-size: 16px;
  list-style: disc;
  line-height: 2em;
}
.sec_bnr{
  background-color: #171642;
  padding: 35px 0;
}
.bnr{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bnr a{
  display: inline-block;
  padding: 0 2em;
}
@media screen and (max-width:1024px) {
  h2{
    font-size: 3.6vw;
  }
  .sec_1{
    padding-bottom: 10vw;
  }
  .sec_1 .box_1 p{
    font-size: 2vw;
  }
  .sec_1 p.t_r{
    font-size: 1.6vw;
  }
  .sec_2{
    padding: 20vw 0 13vw;
  }
  .sec_2 h2::after{
    font-size: 360%;
  }
  .sec_2 .f_box + .f_box{
    margin-top: 10vw;
  }
  .sec_2 .f_box .txt h3{
    background-size: 100% auto;
    font-size: 3.4vw;
  }
  .sec_2 .f_box .txt p{
    font-size: 1.8vw;
  }
  .sec_2 .f_box .txt a{
    font-size: 2vw;
  }
  .sec_3 {
    padding: 16vw 0 15vw;
  }
  .sec_3 h2{
    margin-bottom: 7.5vw;
  }
  .sec_3 .box_2 figure{
    margin-bottom: 5.2vw;
  }
  .sec_3 .box_2 p.txt_1{
    font-size: 5vw;
  }
  .sec_3 .box_2 p.txt_1 span{
    font-size: 4vw;
  }
  .sec_3 .box_2 p.txt_2{
    font-size: 2.4vw;
  }
  .sec_3 .box_2 .num_1{
    width: 16.5vw;
    height: 16.5vw;
    font-size: 3vw;
  }
  .sec_3 .box_2 .num_1 span{
    font-size: 4.8vw;
  }
  .sec_3 .box_2 .txt{
    width: calc(100% - 18.5vw);
  }
  .sec_3 .box_2 .txt p.txt_3{
    font-size: 3.6vw;
  }
  .sec_3 .box_2 .txt p.txt_4{
    font-size: 4.8vw;
  }
  .sec_3 .box_2 .txt p.txt_4 span.t_1{
    font-size: 10vw;
  }
  .sec_3 .box_2 p.txt_5{
    font-size: 1.8vw;
  }
  .sec_3 .box_2 .btn a{
    font-size: 2.4vw;
  }
  .sec_4{
    padding: 10vw 0 9vw;
  }
  .sec_4 h2{
    font-size: 3vw;
  }
  .sec_4 ul li{
    font-size: 1.6vw;
  }
  .sec_5{
    padding: 3.5vw 0;
  }
}
@media screen and (max-width:767px) {
  h2 {
    font-size: 5.6vw;
  }
  .f_box{
    flex-flow: column;
  }
  .sec_link .bnr a{
    padding: 0 .3em;
  }
  .sec_link .bnr a img{
    width: 100%;
  }
  .sec_link .bnr a:nth-child(1){
    width: 15%;
  }
  .sec_link .bnr a:nth-child(2){
    width: 50%;
  }
  .sec_link .bnr a:nth-child(3){
    width: 30%;
  }
  .sec_1{
    background: #171642 url(../img/bg_01_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  .sec_1 .ttl img{
    margin-top: -9.8%;
    width: 93%;
  }
  .sec_1 .box_1{
    border-width: 3px;
    margin-bottom: 1.5em;
  }
  .sec_1 .box_1::before, .sec_1 .box_1::after{
    border-width: 3px;
  }
  .sec_1 .box_1 h2{
    margin: -5vw auto 1em;
  }
  .sec_1 .box_1 p{
    font-size: 3.7vw;
  }
  .sec_1 p.t_r{
    font-size: 3.4vw;
    text-align: center;
    line-height: 1.4em;
  }
  .sec_2 h2::after{
    font-size: 280%;
  }
  .sec_2 .f_box:nth-of-type(even){
    flex-flow: column;
  }
  .sec_2 .f_box .img, .sec_2 .f_box .txt{
    width: 90%;
    margin: 0 auto 5%;
  }
  .sec_2 .f_box .txt h3{
    font-size: 5.4vw;
  }
  .sec_2 .f_box .txt p{
    font-size: 3.7vw;
  }
  .sec_2 .f_box .txt a{
    font-size: 4.3vw;
  }
  .sec_3 .box_2::before, .sec_3 .box_2::after{
    width: 18vw;
    height: 18vw;
  }
  .sec_3 .box_2::before{
    background-size: cover;
    top: -1.5vw;
    left: -1.5vw;
  }
  .sec_3 .box_2::after{
    background-size: cover;
    bottom: -1.5vw;
    right: -1.5vw;
  }
  .sec_3 .box_2 p.txt_1{
    font-size: 7.3vw;
  }
  .sec_3 .box_2 p.txt_1 span{
    font-size: 6.3vw;
  }
  .sec_3 .box_2 p.txt_2{
    font-size: 4vw;
  }
  .sec_3 .box_2 p.txt_2 span{
    line-height: 1.4em;
  }
  .sec_3 .box_2 p.txt_2 span::before, .sec_3 .box_2 p.txt_2 span::after{
    height: 3.2em;
  }
  .sec_3 .box_2 .num_1{
    width: 26vw;
    height: 26vw;
    font-size: 4.3vw;
    margin: 0 auto 5vw;
  }
  .sec_3 .box_2 .num_1 span{
    font-size: 8.8vw;
  }
  .sec_3 .box_2 .txt{
    width: 100%;
  }
  .sec_3 .box_2 .txt p.txt_3{
    font-size: 5.6vw;
  }
  .sec_3 .box_2 .txt p.txt_4{
    font-size: 6.2vw;
  }
  .sec_3 .box_2 .txt p.txt_4 span.t_1{
    font-size: 13vw;
  }
  .sec_3 .box_2 p.txt_5{
    font-size: 3.7vw;
    line-height: 1.4em;
  }
  .sec_3 .box_2 .btn a{
    font-size: 4.7vw;
    padding: 1.5em;
    width: 80%;
  }
  .sec_4 h2 {
    font-size: 5.3vw;
  }
  .sec_4 ul{
    margin: 0 1em 0 2em;
  }
  .sec_4 ul li{
    font-size: 3.7vw;
  }
  .sec_bnr {
    padding: 5.5vw 0;
  }
  .sec_bnr .bnr{
    flex-flow: column;
  }
  .sec_bnr .bnr a{
    padding: .3em 2em;
    max-width: 100%;
  }
}</pre></body></html>