@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  min-width: 1200px;
  background: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, Verdana, Sans-Serif;
  min-height: calc(100vh - 80px);
}

#wrapper a, #wrapper button {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  color: inherit;
}

input[type="submit"],
label {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

input[type="text"] {
  font-size: 16px;
  padding: 5px;
  width: 400px;
  box-sizing: border-box;
  border: none;
  color: black;
}

:focus {
  outline: none;
}

small {
  font-size: 90%;
}

#header #logo_wrap {
  background: #000;
}
#header #logo_wrap #logo_cont {
  max-width: 1200px;
  margin: auto;
  padding: 10px 0;
}
#header #logo_wrap #logo_cont .logo {
  display: block;
  width: 320px;
  height: 60px;
  background: url(../../img/logo_pc.png) no-repeat 0 0;
  text-indent: -9999em;
  overflow: hidden;
  background-size: cover;
}
#header .main_img {
  background: url(../../img/main_img.jpg) no-repeat center top;
  height: 610px;
  min-width: 1200px;
  text-indent: -9999em;
  overflow: hidden;
}
#header .main_img.gc {
  background-image: url(../../img/main_img_gc.jpg);
}

.t_tit {
  position: relative;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;
}
.t_tit span {
  display: block;
  background-color: #fff100;
}
.t_tit::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 100%;
  width: 0;
  padding-left: 88px;
  background: url(../../img/tit_l.png) no-repeat 0 0;
  top: 0;
  left: 0;
}
.t_tit::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 100%;
  width: 0;
  padding-right: 91px;
  background: url(../../img/tit_r.png) no-repeat 0 0;
  top: 0;
  right: 0;
}

.red {
  color: #d40000;
}

/*-----------------------------
	 #top_cont_wrap
------------------------------*/
#top_cont_wrap {
  padding: 10px 0 65px;
}
#top_cont_wrap #top_cont #about p {
  font-weight: bold;
}
#top_cont_wrap #top_cont #method li {
  background: #000;
  border: solid 5px #fff100;
  color: #fff;
  border-radius: 15px;
  padding: 20px 15px 25px;
}
#top_cont_wrap #top_cont #method li:first-of-type {
  position: relative;
  margin-bottom: 65px;
}
#top_cont_wrap #top_cont #method li:first-of-type::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
  border-top: 37px solid #fff100;
  bottom: -58px;
  left: 0;
  right: 0;
  margin: auto;
}
#top_cont_wrap #top_cont #method li h4 {
  color: #fff100;
  text-align: center;
  font-size: 22px;
}
#top_cont_wrap #top_cont #method li p {
  padding-top: 10px;
}

/*-----------------------------
	 #participant_wrap
------------------------------*/
#participant_wrap {
  background: url(../../img/cont_bg.gif) repeat center top;
}
#participant_wrap #participant_cont .caution {
  background: #ffbaba;
  border: solid 3px #d70000;
  margin: 30px 50px 0;
  padding: 20px;
  font-weight: bold;
}
#participant_wrap #participant_cont .p_tit {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
}
#participant_wrap #participant_cont .m_tit {
  background: #fff100;
  border-top: solid 4px #000;
  border-bottom: solid 4px #000;
  padding: 6px 10px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
#participant_wrap #participant_cont .m_tit + .s_tit {
  margin-top: 20px;
}
#participant_wrap #participant_cont .s_tit {
  background: #000;
  padding: 6px 10px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
#participant_wrap #participant_cont .participant_list .detail dl {
  margin-top: 30px;
}
#participant_wrap #participant_cont .participant_list .detail dl.win dt, #participant_wrap #participant_cont .participant_list .detail dl.lose dt {
  position: relative;
}
#participant_wrap #participant_cont .participant_list .detail dl.win dt::before, #participant_wrap #participant_cont .participant_list .detail dl.lose dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
#participant_wrap #participant_cont .participant_list .detail dl.win dt::before {
  background: url(../../img/winner_cont.png) no-repeat 0 0;
  background-size: cover;
}
#participant_wrap #participant_cont .participant_list .detail dl.lose dt::before {
  background: rgba(0, 0, 0, 0.6);
}
#participant_wrap #participant_cont .participant_list .detail dt, #participant_wrap #participant_cont .participant_list .detail dd {
  text-align: center;
}
#participant_wrap #participant_cont .participant_list .detail dt .youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#participant_wrap #participant_cont .participant_list .detail dt .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#participant_wrap #participant_cont .participant_list .detail dt .movie video {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px transparent);
  outline: none;
  border: none;
}
#participant_wrap #participant_cont .participant_list .detail dd {
  font-weight: bold;
  font-size: 22px;
  padding-top: 15px;
}
#participant_wrap #participant_cont .participant_list .detail dd.m_notes {
  text-indent: -1em;
  padding-left: 1em;
  font-weight: normal;
  font-size: 16px;
  padding-top: 0;
  text-align: left;
}
#participant_wrap #participant_cont .participant_list .detail .vote_btn {
  display: block;
  margin: 50px auto 0;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.1;
  background: #d40000;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  border: solid 1px #fff100;
  box-shadow: 0px 0px 0px 4px #d40000;
}
#participant_wrap #participant_cont .participant_list .detail .vote_btn small {
  font-size: 18px;
}
#participant_wrap #participant_cont .participant_list .detail .notes {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.9em;
  margin-top: 45px;
}
#participant_wrap #participant_cont .participant_list .detail .notes + .vote_btn {
  margin-top: 30px;
}
#participant_wrap #participant_cont .participant_list .detail .cancel {
  font-weight: bold;
  margin-top: 35px;
  font-size: 22px;
  text-align: center;
  line-height: 1.8;
}
#participant_wrap #participant_cont .participant_list .detail.tournament_table dl dt {
  font-weight: bold;
}
#participant_wrap #participant_cont .participant_list .detail.tournament_table dl dd img {
  width: 100%;
  height: auto;
}
#participant_wrap #participant_cont .participant_list .detail.tournament_table .table_img {
  margin-top: 30px;
}
#participant_wrap #participant_cont .participant_list .detail.tournament_table .table_img img {
  width: 100%;
  height: auto;
}
#participant_wrap #participant_cont .participant_list + .participant_list {
  margin-top: 60px;
}
#participant_wrap #participant_cont .participant_list.input .detail input[type="radio"] {
  display: none;
}
#participant_wrap #participant_cont .participant_list.input .detail input[type="radio"] + label {
  margin-top: 50px;
  display: block;
}
#participant_wrap #participant_cont .participant_list.input .detail input[type="radio"] + label dl {
  margin-top: 0;
}
#participant_wrap #participant_cont .participant_list.input .detail input[type="radio"] + label dt {
  background: #000;
  margin: auto;
}
#participant_wrap #participant_cont .participant_list.input .detail input[type="radio"] + label dt img {
  opacity: 0.7;
  transition: all .3s;
}
#participant_wrap #participant_cont .participant_list.input .detail input[type="radio"] + label .s_btn {
  box-sizing: border-box;
  width: 300px;
  border-radius: 15px 15px;
  text-align: center;
  margin: 5px auto 0;
  padding: 15px 5px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #000;
  cursor: pointer;
  transition: all .3s;
  border: solid 3px #000;
}
#participant_wrap #participant_cont .participant_list.input .detail input[type="radio"] + label .s_btn .s_txt {
  display: none;
}
#participant_wrap #participant_cont .participant_list.input .detail input[type="radio"]:checked + label dt img {
  opacity: 1;
}
#participant_wrap #participant_cont .participant_list.input .detail input[type="radio"]:checked + label .s_btn {
  background: #fff100;
  color: #000;
}
#participant_wrap #participant_cont .participant_list.input .detail input[type="radio"]:checked + label .s_btn .s_txt {
  display: block;
}
#participant_wrap #participant_cont .participant_list.input .detail input[type="radio"]:checked + label .s_btn .d_txt {
  display: none;
}
#participant_wrap #winning_benefit .b_tit {
  font-size: 30px;
  color: #fff100;
  text-align: center;
  margin-bottom: 20px;
  padding: 8px 0;
  background: #000;
}
#participant_wrap #winning_benefit .benefit_cont {
  background: #fffce9;
  border: solid 5px #fff100;
}
#participant_wrap #winning_benefit .benefit_cont li {
  text-indent: -1em;
  padding-left: 1em;
}
#participant_wrap #winning_benefit .benefit_cont li span {
  color: #ffe100;
}
#participant_wrap #winning_benefit .benefit_cont li + li {
  margin-top: 5px;
}
#participant_wrap #winning_benefit .benefit_cont li a {
  text-decoration: underline;
}

/*-----------------------------
	 #vote_wrap
------------------------------*/
#vote_wrap {
  background: #fff url(../../img/vote_bg.jpg) no-repeat center top;
  padding: 40px 0;
  margin: 30px auto 50px;
}
#vote_wrap #vote_cont .add {
  text-align: center;
}
#vote_wrap #vote_cont .add span {
  display: inline-block;
  color: #fff;
  font-weight: bold;
}
#vote_wrap #vote_cont .add input[type="text"] {
  font-size: 16px;
  padding: 5px;
  width: 500px;
  box-sizing: border-box;
  transition: all .3s;
}
#vote_wrap #vote_cont .add input[type="text"]:focus {
  box-shadow: 0 0 10px 0 white;
}
#vote_wrap #vote_cont .vote_btn button {
  display: block;
  margin: 30px auto 0;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.1;
  background: #000;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  border: solid 1px #fff100;
  box-shadow: 0px 0px 0px 4px #000;
  cursor: pointer;
}
#vote_wrap #vote_cont .vote_btn button small {
  font-size: 18px;
}

/*-----------------------------
	 #err_wrap
------------------------------*/
#err_wrap #err_cont p {
  padding: 20px;
  margin: 30px auto 0;
  font-size: 18px;
  border: solid 2px #ff0000;
  background: #ffdbdb;
  color: #ff0000;
  text-align: center;
  line-height: 1.5;
}

/*-----------------------------
	 #bottom_wrap
------------------------------*/
#bottom_wrap {
  background: #000;
}
#bottom_wrap .b_tit {
  font-size: 30px;
  color: #fff100;
  text-align: center;
  margin-bottom: 20px;
}
#bottom_wrap #examination_method dl dt {
  background: #fff100;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
}
#bottom_wrap #examination_method dl dd {
  background: #fffce9;
}
#bottom_wrap #winning_benefit .benefit_cont {
  background: #fffce9;
  border: solid 5px #fff100;
}
#bottom_wrap #winning_benefit .benefit_cont li {
  text-indent: -1em;
  padding-left: 1em;
}
#bottom_wrap #winning_benefit .benefit_cont li span {
  color: #ffe100;
}
#bottom_wrap #winning_benefit .benefit_cont li + li {
  margin-top: 5px;
}

/*-----------------------------
	 #footer_wrap
------------------------------*/
#footer_wrap {
  padding: 35px 0;
  background: #000;
}
#footer_wrap .copy {
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }

  .inner_cont {
    width: 980px;
    margin: auto;
  }

  .input_tit {
    margin: 45px auto 35px;
    width: 980px;
  }
  .input_tit .finish_txt {
    margin: 35px 0 60px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }

  .t_tit {
    padding: 0 91px 0 88px;
  }
  .t_tit span {
    line-height: 65px;
  }

  /*-----------------------------
  	 #top_cont_wrap
  ------------------------------*/
  #top_cont_wrap #top_cont #about {
    padding-bottom: 45px;
  }
  #top_cont_wrap #top_cont #about p {
    text-align: center;
    font-size: 22px;
  }
  #top_cont_wrap #top_cont #method li p {
    text-align: center;
  }

  /*-----------------------------
  	 #participant_wrap
  ------------------------------*/
  #participant_wrap {
    padding: 40px 0 60px;
  }
  #participant_wrap #participant_cont .participant_list .detail {
    width: 700px;
    margin: auto;
  }
  #participant_wrap #participant_cont .participant_list .detail dl dt.thumb {
    width: 400px;
    margin: auto;
  }
  #participant_wrap #participant_cont .participant_list .detail .vote_btn {
    width: 500px;
    padding: 15px 0;
  }
  #participant_wrap #participant_cont .participant_list .detail .vote_btn:hover {
    color: #000;
    background: #fff100;
    box-shadow: 0px 0px 0px 4px #000;
    transition: all .3s;
  }
  #participant_wrap #participant_cont .participant_list .detail.championship {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #participant_wrap #participant_cont .participant_list .detail.championship dl {
    width: 475px;
  }
  #participant_wrap #participant_cont .participant_list .detail.championship dl dt img {
    width: 100%;
    height: auto;
  }
  #participant_wrap #participant_cont .participant_list .detail.tournament_table {
    width: 100%;
  }
  #participant_wrap #participant_cont .participant_list .detail.tournament_table dl dt {
    font-size: 25px;
  }
  #participant_wrap #participant_cont .participant_list.input .detail input[type="radio"] + label dl .w400 {
    width: 400px;
  }
  #participant_wrap #winning_benefit {
    margin: 45px 0;
  }
  #participant_wrap #winning_benefit .benefit_cont {
    padding: 25px;
  }

  /*-----------------------------
  	 #err_wrap
  ------------------------------*/
  #err_wrap #err_cont p {
    width: 560px;
  }

  /*-----------------------------
  	 #vote_wrap
  ------------------------------*/
  #vote_wrap #vote_cont .add {
    display: flex;
    justify-content: center;
  }
  #vote_wrap #vote_cont .add span + span {
    margin-left: 10px;
    text-align: left;
  }
  #vote_wrap #vote_cont .vote_btn button {
    width: 500px;
    padding: 15px 0;
  }
  #vote_wrap #vote_cont .vote_btn button:hover {
    color: #000;
    background: #fff100;
    box-shadow: 0px 0px 0px 4px #000;
    transition: all .3s;
  }

  /*-----------------------------
  	 #bottom_wrap
  ------------------------------*/
  #bottom_wrap {
    padding-top: 45px;
  }
  #bottom_wrap #examination_method dl {
    display: table;
  }
  #bottom_wrap #examination_method dl dt, #bottom_wrap #examination_method dl dd {
    display: table-cell;
    vertical-align: middle;
    padding: 25px;
  }
  #bottom_wrap #examination_method dl dt {
    width: 300px;
  }
  #bottom_wrap #examination_method dl + dl {
    margin-top: 20px;
  }
  #bottom_wrap #winning_benefit {
    margin-top: 45px;
  }
  #bottom_wrap #winning_benefit .benefit_cont {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
  }

  #wrapper img {
    max-width: 100%;
    height: auto;
  }

  .input_tit {
    margin: 25px auto 20px;
  }
  .input_tit .finish_txt {
    margin: 25px 0 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }

  .t_tit {
    font-size: 18px;
    padding: 0 49px 0 47px;
    margin-bottom: 12px;
  }
  .t_tit span {
    line-height: 35px;
  }
  .t_tit::before {
    padding-left: 47px;
    background-size: 47px auto;
  }
  .t_tit::after {
    padding-right: 49px;
    background-size: 49px auto;
  }

  .inner_cont {
    padding: 0 3%;
  }

  .hide-sp {
    display: none;
  }

  #header #logo_wrap #logo_cont {
    max-width: auto;
    padding: 5px 0;
  }
  #header #logo_wrap #logo_cont .logo {
    margin: auto;
    width: 50px;
    height: 50px;
    background-image: url(../../img/logo_sp.png);
  }
  #header .main_img {
    height: 0;
    min-width: auto;
    padding-top: 50.83%;
    background-size: auto 100%;
  }

  /*-----------------------------
  	 #top_cont_wrap
  ------------------------------*/
  #top_cont_wrap {
    padding: 8px 0 35px;
  }
  #top_cont_wrap #top_cont #about {
    padding-bottom: 25px;
  }
  #top_cont_wrap #top_cont #about p {
    font-size: 15px;
  }
  #top_cont_wrap #top_cont #method li {
    padding: 12px 10px;
    border-width: 3px;
  }
  #top_cont_wrap #top_cont #method li:first-of-type {
    margin-bottom: 45px;
  }
  #top_cont_wrap #top_cont #method li:first-of-type::after {
    border-left-width: 25px;
    border-right-width: 25px;
    border-top-width: 25px;
    bottom: -42px;
  }
  #top_cont_wrap #top_cont #method li h4 {
    font-size: 16px;
  }
  #top_cont_wrap #top_cont #method li p {
    padding-top: 5px;
  }

  /*-----------------------------
  	 #participant_wrap
  ------------------------------*/
  #participant_wrap {
    padding: 20px 0 30px;
    background-size: 28px auto;
  }
  #participant_wrap #participant_cont .caution {
    margin: 20px 3% 0;
    padding: 15px;
  }
  #participant_wrap #participant_cont .p_tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #participant_wrap #participant_cont .m_tit {
    padding: 4px 5px;
    font-size: 15px;
    border-width: 2px;
  }
  #participant_wrap #participant_cont .m_tit + .s_tit {
    margin-top: 15px;
  }
  #participant_wrap #participant_cont .s_tit {
    padding: 4px 5px;
    font-size: 14px;
  }
  #participant_wrap #participant_cont .participant_list .detail {
    max-width: 480px;
    margin: auto;
  }
  #participant_wrap #participant_cont .participant_list .detail dl {
    margin-top: 20px;
  }
  #participant_wrap #participant_cont .participant_list .detail dl dt.thumb {
    box-sizing: border-box;
    width: 80%;
    max-width: 400px;
    margin: auto;
  }
  #participant_wrap #participant_cont .participant_list .detail dl dt img {
    width: 100%;
  }
  #participant_wrap #participant_cont .participant_list .detail dd {
    font-size: 15px;
    padding-top: 8px;
  }
  #participant_wrap #participant_cont .participant_list .detail dd.m_notes {
    font-size: 11px;
  }
  #participant_wrap #participant_cont .participant_list .detail .vote_btn {
    width: 90%;
    padding: 10px 0;
    box-shadow: 0px 0px 0px 2px #d40000;
    font-size: 18px;
    margin-top: 20px;
  }
  #participant_wrap #participant_cont .participant_list .detail .vote_btn small {
    font-size: 12px;
  }
  #participant_wrap #participant_cont .participant_list .detail .notes {
    font-size: 0.8em;
    margin-top: 20px;
  }
  #participant_wrap #participant_cont .participant_list .detail .notes + .vote_btn {
    margin-top: 15px;
  }
  #participant_wrap #participant_cont .participant_list .detail .cancel {
    font-size: 15px;
    margin-top: 20px;
    text-align: left;
  }
  #participant_wrap #participant_cont .participant_list .detail.tournament_table dl dt {
    font-size: 15px;
  }
  #participant_wrap #participant_cont .participant_list .detail.tournament_table .table_img {
    margin-top: 20px;
  }
  #participant_wrap #participant_cont .participant_list + .participant_list {
    margin-top: 35px;
  }
  #participant_wrap #participant_cont .participant_list.input .detail input[type="radio"] + label {
    margin-top: 30px;
  }
  #participant_wrap #participant_cont .participant_list.input .detail input[type="radio"] + label dl {
    margin-top: 0;
  }
  #participant_wrap #participant_cont .participant_list.input .detail input[type="radio"] + label dl dt {
    width: 80%;
    max-width: 400px;
  }
  #participant_wrap #participant_cont .participant_list.input .detail input[type="radio"] + label .s_btn {
    width: 70%;
    max-width: 340px;
    padding: 13px 5px;
    font-size: 16px;
  }
  #participant_wrap #winning_benefit {
    margin: 10px 0 15px;
  }
  #participant_wrap #winning_benefit .b_tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #participant_wrap #winning_benefit .benefit_cont {
    padding: 10px;
    border-width: 2px;
  }

  /*-----------------------------
  	 #err_wrap
  ------------------------------*/
  #err_wrap #err_cont p {
    padding: 10px 8px;
    margin-top: 20px;
    font-size: 14px;
    max-width: 400px;
  }

  /*-----------------------------
  	 #vote_wrap
  ------------------------------*/
  #vote_wrap {
    background-size: cover;
    padding: 20px 0;
    margin: 20px auto;
  }
  #vote_wrap #vote_cont .add span {
    display: block;
    margin: 0 0 5px 0;
  }
  #vote_wrap #vote_cont .add input[type="text"] {
    width: 90%;
    max-width: 340px;
  }
  #vote_wrap #vote_cont .vote_btn button {
    width: 90%;
    max-width: 380px;
    padding: 10px 0;
    box-shadow: 0px 0px 0px 2px #000;
    font-size: 18px;
    margin-top: 20px;
  }
  #vote_wrap #vote_cont .vote_btn button small {
    font-size: 12px;
  }

  /*-----------------------------
  	 #bottom_wrap
  ------------------------------*/
  #bottom_wrap {
    padding-top: 25px;
  }
  #bottom_wrap .b_tit {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 4px 0;
  }
  #bottom_wrap #examination_method dl dt, #bottom_wrap #examination_method dl dd {
    padding: 10px;
  }
  #bottom_wrap #examination_method dl + dl {
    margin-top: 20px;
  }
  #bottom_wrap #winning_benefit {
    margin-top: 25px;
  }
  #bottom_wrap #winning_benefit .benefit_cont {
    padding: 10px;
    border-width: 2px;
  }

  /*-----------------------------
   #footer_wrap
  ------------------------------*/
  #footer_wrap {
    padding: 15px 0;
  }
  #footer_wrap .copy {
    font-size: 12px;
  }
}

/*# sourceMappingURL=tora1_gp.css.map */
