@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap&subset=japanese");
/*このcssはscssにより書き出されています*/
/*font-family: 'Oswald', sans-serif;


/* ---------------- common ---------------- */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}

*:focus {
  outline: none;
}

html {
  font-size: 62.5%;
  height: 100%;
  line-height: 1.5;
}

body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #130a58;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6em;
  background-color: #fff;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 500px) {
  body {
    font-size: 1.4rem;
  }
}

a, button {
  text-decoration: none;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: none;
  outline: none;
  opacity: 1;
}
a:hover, button:hover {
  opacity: .7;
}

img {
  vertical-align: top;
  max-width: 100%;
}

input[type="text"]:focus {
  outline: 0;
}

@media screen and (max-width: 768px) {
  .only_pc {
    display: none;
  }
}

.only_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .only_sp {
    display: block;
  }
}

.only_sp_s {
  display: none;
}
@media screen and (max-width: 500px) {
  .only_sp_s {
    display: block;
  }
}

.fade_off {
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.fade_on {
  opacity: 1;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

main {
  padding-top: 60px;
}

.h2_ttl {
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 500px) {
  .h2_ttl {
    font-size: 1.2rem;
    margin-bottom: 50px;
  }
}
.h2_ttl span {
  display: block;
  margin-bottom: 10px;
}
.h2_ttl img {
  height: 22px;
}
.h2_ttl.sub {
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .h2_ttl.sub {
    margin-bottom: 10px;
  }
}
.h2_ttl.sub:before {
  content: "";
  width: 40px;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 11px;
  left: -50px;
}
.h2_ttl.sub:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 11px;
  right: -50px;
}

.inner {
  position: relative;
  max-width: 950px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 0;
}

.follow_btn {
  width: 174px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 320px) {
  .follow_btn {
    width: 160px;
  }
}
.follow_btn:before {
  content: "";
  background: url(../img/ico_twitter.svg) center center no-repeat;
  background-size: 20px 18px;
  width: 20px;
  height: 18px;
  position: absolute;
  left: 9%;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
}
.follow_btn a {
  display: block;
  color: #fff;
  background: #1dbdf2;
  border-radius: 50px;
  border: 1px solid #f4ffc1;
  padding: 4px 10px 6px 40px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 320px) {
  .follow_btn a {
    font-size: 1.0rem;
  }
}

.mb16 {
  margin-bottom: 16px;
}

/*-------------------header-------------------------*/
#header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 999;
  height: 60px;
}
#header .header_inner {
  padding: 0 3%;
}
#header .header_inner .drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  height: 60px;
}
#header .header_inner .drawer h1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 26%;
  max-width: 91px;
}
#header .header_inner .drawer h1 a {
  display: block;
}
#header .header_inner .drawer h1 a img {
  max-height: 40px;
}
#header .header_inner .drawer .follow_btn {
  margin-right: 24px;
}
@media screen and (max-width: 500px) {
  #header .header_inner .drawer .follow_btn {
    margin-right: 4%;
  }
}
#header .header_inner .drawer .toggle {
  display: block;
  z-index: 1000;
}
#header .header_inner .drawer .toggle .toggle_bdr {
  position: relative;
  display: block;
  height: 2px;
  width: 31px;
  background: #1c95e6;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}
#header .header_inner .drawer .toggle .toggle_bdr:nth-child(1) {
  top: 0;
}
#header .header_inner .drawer .toggle .toggle_bdr:nth-child(2) {
  margin: 8px 0 0 0;
  width: 24px;
}
#header .header_inner .drawer .toggle.open .toggle_bdr:nth-child(1) {
  top: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header .header_inner .drawer .toggle.open .toggle_bdr:nth-child(2) {
  top: -4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 31px;
}
#header .menu {
  width: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: ease .5s;
  transition: ease .5s;
  z-index: 1000;
  height: 100vh;
}
#header .menu.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #5865b9;
  background: linear-gradient(70deg, #5865b9 0%, #1c91e2 25%, #22a8fd 50%, #1c91e2 75%, #5865b9 100%);
}
#header .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  display: block;
  padding: 5%;
}
#header .menu ul li {
  font-size: 1.8rem;
  margin: 0 auto;
  max-width: 800px;
  border-bottom: 1px solid #fff;
  text-align: left;
  position: relative;
}
#header .menu ul li span {
  font-size: 1.3rem;
  margin-left: 10px;
}
@media screen and (max-width: 500px) {
  #header .menu ul li span {
    font-size: 1.2rem;
  }
}
#header .menu ul li:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f054';
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  right: 3%;
  margin: auto;
  text-align: center;
  color: #fff;
  transform: translate(0, -50%);
}
@media screen and (max-width: 500px) {
  #header .menu ul li:after {
    font-size: 1.4rem;
  }
}
#header .menu ul li a {
  color: #fff;
  display: block;
  padding: 4% 5%;
}
@media screen and (max-width: 500px) {
  #header .menu ul li a {
    font-size: 1.4rem;
  }
}

/* ---------------- MV ---------------- */
#MV {
  background: url(../img/MV_pc.png) center center no-repeat;
  background-size: cover;
  padding-top: 41.666%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #MV {
    background: url(../img/MV_sp.png) center center no-repeat;
    background-size: cover;
    padding-top: 128%;
  }
}

/* ---------------- about ---------------- */
#about {
  background: url(../img/bg_white_pc.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #about {
    background: url(../img/bg_white_sp.png) center center no-repeat;
    background-size: cover;
  }
}
#about .intro {
  margin: 0 auto 40px;
  width: 80%;
  max-width: 464px;
}
#about .intro_sub {
  color: #1c95e6;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.2rem;
  margin-bottom: 60px;
}
#about .discription {
  font-size: 1.4rem;
}

/* ---------------- schedule ---------------- */
#schedule {
  background: #f2f8fd;
  position: relative;
}
#schedule:before {
  position: absolute;
  content: "";
  clip-path: polygon(26% 0, 100% 0%, 100% 100%, 0% 100%);
  background: #f2f8fd;
  width: 200px;
  height: 40px;
  top: -40px;
  right: 0;
}
@media screen and (max-width: 500px) {
  #schedule:before {
    width: 160px;
  }
}
#schedule:after {
  content: "";
  position: absolute;
  clip-path: polygon(0 1%, 100% 0%, 74% 100%, 0% 100%);
  width: 200px;
  height: 40px;
  bottom: -40px;
  left: 0;
  background: #f2f8fd;
}
@media screen and (max-width: 500px) {
  #schedule:after {
    width: 160px;
  }
}
#schedule .schedule_list {
  margin-bottom: 20px;
}
#schedule .schedule_list li {
  background: #39c2ff;
  background: linear-gradient(140deg, #39c2ff 0%, #7771ff 25%, #835aff 50%, #7771ff 75%, #39c2ff 100%);
  width: 32%;
  color: #fff;
  position: relative;
}
#schedule .schedule_list li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#schedule .schedule_list li:after {
  content: "";
  border: 4px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#schedule .schedule_list li:not(:last-child) {
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  #schedule .schedule_list li {
    width: 48%;
  }
  #schedule .schedule_list li:nth-child(2n) {
    margin-right: 0;
  }
  #schedule .schedule_list li:not(:last-child) {
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 500px) {
  #schedule .schedule_list li {
    width: 78%;
    max-width: 260px;
  }
  #schedule .schedule_list li:not(:last-child) {
    margin-right: 0;
  }
}
#schedule .schedule_list li .box_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#schedule .schedule_list li .box_wrap:before {
  content: "";
  background: url(../img/tag_recep.png) top left no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  width: 100%;
  max-width: 137px;
  padding-top: 34%;
}
#schedule .schedule_list li .list_cnt {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 1.8em;
}
#schedule .schedule_list li .list_cnt .day {
  font-weight: bold;
  font-size: 1.8rem;
}
#schedule .schedule_list li .list_cnt .day span {
  font-size: 1.2rem;
  font-weight: normal;
  margin-left: 4px;
}
#schedule .schedule_list li .list_cnt .time {
  font-weight: bold;
  margin-bottom: 14px;
  font-size: 2rem;
}
#schedule .schedule_list li .list_cnt .match_ttl {
  font-size: 1.4rem;
  line-height: 1.8em;
}
#schedule .schedule_list li a {
  z-index: 1;
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80%;
  display: block;
}
#schedule .schedule_list li.comingsoon {
  background: #c7ced8;
  background: linear-gradient(140deg, #c7ced8 0%, #9faab7 100%);
}
#schedule .schedule_list li.comingsoon .box_wrap:before {
  content: "";
  background: url(../img/tag_coming.png) top left no-repeat;
  background-size: contain;
}
#schedule .schedule_list li.comingsoon a:hover {
  opacity: 1;
  cursor: default;
}

/* ---------------- supporters ---------------- */
#supporters {
  background: #fff;
}
#supporters .supporters_cnt {
  max-width: 750px;
  margin: 0 auto 60px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #supporters .supporters_cnt {
    flex-wrap: wrap;
  }
}
#supporters .figure {
  max-width: 320px;
  margin-right: 6%;
}
@media screen and (max-width: 768px) {
  #supporters .figure {
    margin-right: 0;
    margin-bottom: 40px;
    max-width: 260px;
  }
}
#supporters .figure_caption {
  width: 375px;
  text-align: left;
}
#supporters .figure_caption .position {
  font-size: 1.2rem;
}
#supporters .figure_caption h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
#supporters .figure_caption h3 span:first-child {
  color: #1c95e6;
  border-bottom: 1px solid #ccc;
  width: 52%;
  font-weight: bold;
  padding-bottom: 14px;
}
#supporters .figure_caption h3 span:nth-child(2) {
  width: 20%;
}
#supporters .figure_caption h3 span:nth-child(2) img {
  width: 100%;
  height: 40px;
}
#supporters .figure_caption h3 span:last-child {
  width: 56%;
  border-top: 1px solid #ccc;
}
#supporters .figure_caption p {
  font-size: 1.4rem;
}
#supporters ul {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #supporters ul {
    max-width: 520px;
    margin: 0 auto;
  }
}
#supporters ul li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #supporters ul li {
    width: 48%;
    margin-bottom: 6%;
  }
}
#supporters ul li p {
  color: #130a58;
  font-size: 1.4rem;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  #supporters ul li p {
    font-size: 1.2rem;
    margin-top: 4px;
  }
}

/* ---------------- movie（iframe） ---------------- */
#movie {
  background: url(../img/bg_grey2_pc.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #movie {
    background: url(../img/bg_grey2_sp.png) center center no-repeat;
    background-size: cover;
  }
}

.video_wrap {
  max-width: 600px;
  margin: 0 auto;
}
.video_wrap .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video_wrap .video.only_sp {
  padding-top: 177.77%;
}
.video_wrap .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ---------------- faq ---------------- */
#faq {
  background: url(../img/faq_bg_pc.png) top left no-repeat;
  background-size: cover;
}
@media screen and (max-width: 500px) {
  #faq {
    background: url(../img/faq_bg_sp.png) top left no-repeat;
    background-size: cover;
  }
}
#faq .h2_faq {
  max-width: 140px;
  margin: 0 auto 60px;
  position: relative;
  left: 30px;
}
@media screen and (max-width: 768px) {
  #faq .h2_faq {
    max-width: 110px;
    margin: 0 auto 30px;
    left: 20px;
  }
}
#faq .qa-list dl {
  position: relative;
  margin: 0 0 10px;
  cursor: pointer;
  border: 1px solid #f4ffc1;
  background: #fff;
}
#faq .qa-list dl:after {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1.8rem;
  display: block;
  content: '＋';
  color: #4367ff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #faq .qa-list dl:after {
    font-size: 1.6rem;
    top: 10px;
    right: 6px;
    width: 24px;
    height: 24px;
  }
}
#faq .qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 80px 20px 50px;
  font-weight: bold;
  color: #4367ff;
  text-align: left;
  background: #f4ffc1;
}
@media screen and (max-width: 768px) {
  #faq .qa-list dl dt {
    padding: 10px 40px 10px 40px;
    font-size: 1.3rem;
  }
}
#faq .qa-list dl dt:before {
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 22px;
  left: 20px;
  display: block;
  content: 'Q.';
  color: #4367ff;
}
@media screen and (max-width: 768px) {
  #faq .qa-list dl dt:before {
    font-size: 1.3rem;
    top: 13px;
    left: 16px;
  }
}
#faq .qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  padding: 20px 50px 20px 50px;
  color: #130a58;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #faq .qa-list dl dd {
    padding: 10px 40px 10px 40px;
    font-size: 1.3rem;
  }
}
#faq .qa-list dl dd:before {
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 22px;
  left: 20px;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #130a58;
}
@media screen and (max-width: 768px) {
  #faq .qa-list dl dd:before {
    font-size: 1.3rem;
    top: 13px;
    left: 16px;
  }
}
#faq .qa-list dl dd p {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  #faq .qa-list dl dd p {
    margin: 30px 0 0;
  }
}
#faq .qa-list dl dd p:first-child {
  margin-top: 0;
}
#faq .qa-list dl dd a {
  color: #4367ff;
}
#faq .qa-list .open:after {
  transform: rotate(-45deg);
  color: #ccc;
}

.caution {
  font-size: 1.2rem;
  padding-left: 16px;
  position: relative;
  display: inline-block;
}
.caution:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 500px) {
  .caution {
    font-size: 1.2rem;
    text-align: left;
  }
}

/* ---------------- footer ---------------- */
footer {
  background: #000;
  color: #fff;
}
footer .inner {
  padding: 60px 0;
}
footer p span {
  font-size: 1.2rem;
  margin-right: 30px;
}
footer .mail_btn {
  width: 240px;
  position: relative;
  margin: 30px auto 0;
}
footer .mail_btn:before {
  content: "";
  background: url(../img/ico_mail.svg) center center no-repeat;
  background-size: 20px 18px;
  width: 20px;
  height: 18px;
  position: absolute;
  left: 9%;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
}
footer .mail_btn a {
  display: block;
  color: #fff;
  background: #5865b9;
  background: linear-gradient(70deg, #5865b9 0%, #1c91e2 25%, #22a8fd 50%, #1c91e2 75%, #5865b9 100%);
  border: 1px solid #f4ffc1;
  padding: 6px 10px 8px 40px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 320px) {
  footer .mail_btn a {
    font-size: 1.3rem;
  }
}
footer .copyright {
  border-top: 1px solid #fff;
  padding: 10px 0;
  font-size: 1.2rem;
}

/* ---------------- matchページ ---------------- */
#match #MV {
  background: url(../img/MV_match_pc.png) center center no-repeat;
  background-size: cover;
  padding-top: 13.888%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #match #MV {
    background: url(../img/MV_match_sp.png) center center no-repeat;
    background-size: cover;
    padding-top: 37.333%;
  }
}
#match #MV .MV_cnt {
  background: rgba(19, 10, 88, 0.4);
  padding: 2%;
  max-width: 600px;
  margin: 0 auto;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#match #MV .MV_cnt p {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  #match #MV .MV_cnt p {
    font-size: 1.6rem;
  }
}
#match #MV .MV_cnt p span {
  font-weight: normal;
}
#match #MV .MV_cnt p span.week {
  font-size: 1.2rem;
  margin-right: 0.5em;
  margin-left: 0.2em;
}
@media screen and (max-width: 768px) {
  #match #MV .MV_cnt p span.week {
    margin-right: 0;
  }
}
#match #MV .MV_cnt p span.match_ttl {
  font-size: 1.4rem;
}
@media screen and (max-width: 500px) {
  #match #MV .MV_cnt p span.match_ttl {
    font-size: 1.2rem;
  }
}
#match #what {
  background: url(../img/bg_white_pc.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #match #what {
    background: url(../img/bg_white_sp.png) center center no-repeat;
    background-size: cover;
  }
}
#match #what .discription {
  font-size: 1.4rem;
  margin-top: 60px;
}
#match #prize {
  background: url(../img/faq_bg_pc.png) top left no-repeat;
  background-size: cover;
}
@media screen and (max-width: 500px) {
  #match #prize {
    background: url(../img/faq_bg_sp.png) top left no-repeat;
    background-size: cover;
  }
}
#match #prize .h2_ttl {
  font-size: 2.8rem;
  color: #fff;
  font-weight: bold;
}
#match #prize .prize_list .prize_cnt {
  max-width: 300px;
  width: 50%;
}
#match #prize .prize_list .prize_cnt:not(:first-child) {
  margin-left: 12%;
}
@media screen and (max-width: 768px) {
  #match #prize .prize_list .prize_cnt:not(:first-child) {
    margin-left: 0;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  #match #prize .prize_list .prize_cnt {
    width: 80%;
    max-width: 100%;
  }
  #match #prize .prize_list .prize_cnt img {
    max-width: 300px;
    width: 100%;
  }
}
#match #prize .prize_list .prize_cnt .crown {
  margin-bottom: 20px;
}
#match #prize .prize_list .prize_cnt .price_wrap {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  line-height: 4em;
  align-items: baseline;
}
#match #prize .prize_list .prize_cnt .price_wrap .price {
  font-family: 'Oswald', sans-serif;
  font-size: 7rem;
  font-weight: bold;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 500px) {
  #match #prize .prize_list .prize_cnt .price_wrap .price {
    font-size: 17vw;
  }
}
#match #prize .prize_list .prize_cnt .price_wrap .yen {
  font-size: 3.8rem;
  font-weight: bold;
  position: relative;
  width: 70px;
  line-height: 1.4em;
  padding-left: 6px;
  text-align: left;
}
@media screen and (max-width: 500px) {
  #match #prize .prize_list .prize_cnt .price_wrap .yen {
    font-size: 10.5vw;
  }
}
#match #prize .prize_list .prize_cnt .price_wrap .tax {
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 1.2rem;
  font-weight: normal;
  width: 100%;
  line-height: 1em;
}
#match #howto {
  background: url(../img/bg_grey_pc.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #match #howto {
    background: url(../img/bg_grey_sp.png) center center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 500px) {
  #match #howto .h2_ttl {
    margin-bottom: 70px;
  }
}
#match #howto .howto_list {
  max-width: 750px;
  margin: 0 auto;
}
#match #howto .howto_list li {
  padding: 6px;
  background: #5865b9;
  background: linear-gradient(45deg, rgba(88, 101, 185, 0.7) 0%, rgba(28, 145, 226, 0.7) 25%, rgba(34, 168, 253, 0.7) 50%, rgba(28, 145, 226, 0.7) 75%, rgba(88, 101, 185, 0.7) 100%);
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 500px) {
  #match #howto .howto_list li:not(:last-child) {
    margin-bottom: 80px;
  }
}
#match #howto .howto_list li:before {
  content: "";
  background: url(../img/step1.png) top left no-repeat;
  background-size: 56%;
  width: 256px;
  height: 60px;
  position: absolute;
  top: -34px;
  left: 0;
}
#match #howto .howto_list li:nth-child(2):before {
  background: url(../img/step2.png) top left no-repeat;
  background-size: 56%;
}
#match #howto .howto_list li:nth-child(3):before {
  background: url(../img/step3.png) top left no-repeat;
  background-size: 56%;
}
#match #howto .howto_list li:nth-child(4):before {
  background: url(../img/step4.png) top left no-repeat;
  background-size: 56%;
}
#match #howto .howto_list li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 24px 0 24px;
  border-color: #7376ff transparent transparent transparent;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, 0);
}
#match #howto .howto_list li .li_inner {
  background: #fff;
  text-align: left;
  padding: 4%;
  min-height: 130px;
}
@media screen and (max-width: 500px) {
  #match #howto .howto_list li .li_inner {
    padding: 8% 6%;
  }
}
#match #howto .howto_list li h3 {
  color: #4367ff;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 500px) {
  #match #howto .howto_list li h3 {
    font-size: 1.6rem;
  }
}
#match #howto .howto_list li .strong {
  background: #f4ffc1;
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
  padding: 10px;
  line-height: 1em;
  margin-bottom: 10px;
}
#match #howto .howto_list li .strong span {
  font-size: 1.2rem;
}
@media screen and (max-width: 500px) {
  #match #howto .howto_list li .strong {
    font-size: 1.2rem;
  }
}
#match #howto .howto_list li .caution {
  display: block;
  line-height: 1.8em;
}
#match #rules {
  background: #fff;
  position: relative;
}
#match #rules:before {
  position: absolute;
  content: "";
  clip-path: polygon(26% 0, 100% 0%, 100% 100%, 0% 100%);
  background: #fff;
  width: 200px;
  height: 40px;
  top: -40px;
  right: 0;
}
@media screen and (max-width: 500px) {
  #match #rules:before {
    width: 160px;
  }
}
#match #rules .rules_wrap {
  text-align: left;
  max-width: 750px;
  margin: 0 auto;
}
#match #rules .rules_wrap .item {
  margin-bottom: 60px;
}
#match #rules .rules_wrap .item h3 {
  color: #4367ff;
  background: #f2f8fd;
  font-weight: bold;
  padding: 8px 20px;
  margin-bottom: 20px;
}
#match #rules .rules_wrap .item .item_inner {
  padding-left: 20px;
}
#match #rules .rules_wrap .item .item_inner .caution {
  display: block;
}
#match #rules .rules_wrap .item .item_inner a {
  border-bottom: 1px solid #4367ff;
  padding-bottom: 4px;
  margin-left: 20px;
}
@media screen and (max-width: 500px) {
  #match #rules .rules_wrap .item .item_inner a {
    display: inline-block;
    margin-left: 0;
    margin-top: 10px;
  }
}
#match #rules .faq_btn {
  width: 90%;
  max-width: 220px;
  margin: 0 auto;
}
#match #rules .faq_btn a {
  display: block;
  color: #4367ff;
  background: #f4ffc1;
  border: 1px solid #4367ff;
  padding: 10px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 320px) {
  #match #rules .faq_btn a {
    font-size: 1.3rem;
  }
}
#match .schedule_btn a {
  color: #fff;
  padding: 20px 0;
  display: block;
  background: #4760ff;
  background: linear-gradient(140deg, #4760ff 0%, #0dccff 100%);
}
