@charset "UTF-8";
/* CSS Document */
a {
  color: #C00;
  text-decoration: none; }
  a:active, a:hover {
    outline: 0;
    color: #036; }
  a.wow {
    display: block;
    margin: auto; }

a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-table;
  min-height: 1%;
  overflow: hidden; }

/* IE8ハック */
html > body .clearfix {
  display: block\9; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-mac */
html {
  background-color: #000;
  font-size: 16px; }

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.0rem;
  text-align: center;
  color: #FFF;
  line-height: 1.5; }

header div.inner,
section div.inner {
  width: 90%;
  margin: 0 auto; }

header img {
  max-width: 80%; }

section.lead p, section.lead li,
section.cane p,
section.cane li,
section.merit p,
section.merit li,
section.message p,
section.message li,
section.point p,
section.point li,
section.promise p,
section.promise li,
section.buy p,
section.buy li {
  text-shadow: 1px 1px 0 black, -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 2px black, -1px -1px 2px black, 1px -1px 2px black, -1px 1px 2px black; }

section p {
  padding-bottom: 1rem; }
  section p span.txt_big {
    font-size: 1.5rem; }
  section p a[href="form.php"] {
    width: 70%;
    margin: 0 auto 4%;
    display: block;
    padding: 0.5em 1em;
    background: #c00504;
    background: -moz-linear-gradient(top, #c00504 0%, #db0606 50%, #c00504 50%, #740202 100%);
    background: -webkit-linear-gradient(top, #c00504 0%, #db0606 50%, #c00504 50%, #740202 100%);
    background: linear-gradient(to bottom, #c00504 0%, #db0606 50%, #c00504 50%, #740202 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c00504', endColorstr='#740202',GradientType=0 );
    text-shadow: 0px 2px 4px #740202;
    border: 3px solid #c00504;
    border-radius: 0.5em;
    color: #FFFFFF;
    font-size: 2.4rem;
    font-weight: bold;
    box-sizing: border-box; }
    section p a[href="form.php"] i {
      font-size: 200%;
      vertical-align: middle;
      position: relative;
      top: -0.1em;
      padding-right: 0.1em; }
    section p a[href="form.php"]:hover {
      opacity: 0.7; }
  section p a img:hover {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px); }
section span.under {
  text-decoration: underline; }
section span.blue_big {
  color: #4CD2FF; }
section span.red_big {
  color: #D90000; }
section span.green_big {
  color: #00B22D; }
section span.yel_big {
  color: #D8D800; }
section span.green_big,
section span.red_big,
section span.blue_big,
section span.yel_big {
  font-size: 1.25em; }
section span.mini {
  font-size: 0.75em; }
section div.mail {
  text-align: center;
  padding: 2rem 0 1rem 0; }
  section div.mail img {
    border: 10px solid #FFF;
    max-width: 95%;
    height: auto; }

div.header {
  background: url(../images/bg_header.jpg) no-repeat top center #000;
  background-size: cover;
  padding: 3rem 0; }

section.lead {
  background: url(../images/bg_satsu.jpg) no-repeat bottom center #000;
  padding: 3rem 0;
  font-size: 1.5rem; }
  section.lead p span {
    color: #D8D800;
    font-size: 2rem; }
  section.lead p.tilt {
    transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg); }
    section.lead p.tilt img {
      margin: 1rem 0; }

section.cane {
  background: url(../images/bg_cane.jpg) no-repeat top right #000;
  background-size: cover;
  padding: 6rem 0; }
  section.cane p {
    font-size: 1.5rem; }

section.normal_txt {
  padding: 3rem 0;
  text-align: left;
  background-color: #000; }
  section.normal_txt h1 {
    font-size: 2rem; }
    section.normal_txt h1.profit span {
      font-size: 1.5rem; }
    section.normal_txt h1.sp {
      padding: 0.5em 0 0.25em 0;
      margin-bottom: 0.5em;
      border-bottom: 1px dotted #FFF; }
      section.normal_txt h1.sp span {
        color: #FFBF00;
        display: inline-block;
        margin: 0 0.1em; }
      section.normal_txt h1.sp i {
        color: #C00;
        font-size: 4rem; }
    section.normal_txt h1.todo {
      color: #C00; }
      section.normal_txt h1.todo i {
        margin-right: 0.25em; }
  section.normal_txt p.todo_detail {
    text-align: center;
    font-size: 1.5rem;
    padding-top: 2rem; }
    section.normal_txt p.todo_detail img {
      margin-top: 1rem; }
  section.normal_txt ul {
    padding-bottom: 1rem; }
    section.normal_txt ul li {
      font-size: 1.25rem;
      padding: 0.5rem 0;
      border-top: 1px dotted #CCC; }
      section.normal_txt ul li:last-child {
        border-bottom: 1px dotted #CCC; }
      section.normal_txt ul li i {
        margin-right: 5px;
        color: #D90000; }
  section.normal_txt p.message_search {
    text-align: center;
    padding: 3rem 0; }
  section.normal_txt p.img_tbl {
    text-align: center; }
    section.normal_txt p.img_tbl img {
      box-shadow: 0px 0px 0px 5px white;
      -webkit-box-shadow: 0px 0px 0px 5px white;
      -moz-box-shadow: 0px 0px 0px 5px white; }
  section.normal_txt p.kome {
    font-size: 0.75rem;
    color: #DDD; }
  section.normal_txt p.answer {
    text-align: center;
    padding: 1rem 0; }
  section.normal_txt p.success {
    text-align: center; }
  section.normal_txt p.profit_tbl {
    text-align: center; }
    section.normal_txt p.profit_tbl img {
      margin-top: 1rem; }
  section.normal_txt p.sign {
    text-align: right; }

section.arr {
  border: 1px solid #D9A300;
  background-color: #403000; }
  section.arr h1 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #403000), color-stop(0, #D9A300));
    background: -webkit-linear-gradient(top, #D9A300 0%, #403000 100%);
    background: -moz-linear-gradient(top, #D9A300 0%, #403000 100%);
    background: -o-linear-gradient(top, #D9A300 0%, #403000 100%);
    background: -ms-linear-gradient(top, #D9A300 0%, #403000 100%);
    background: linear-gradient(top, #D9A300 0%, #403000 100%);
    padding: 1rem;
    margin: 1rem auto;
    font-size: 1.5rem;
    color: #403000;
    text-shadow: 1px 1px 0 white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white; }

section.arr,
section.arr h1 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-top: -1px; }

section.arr h1,
section.arr p {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

section.arr p span.mk {
  background-color: rgba(217, 0, 0, 0.5); }

section.vortex {
  background: url(../images/bg_vortex.jpg) no-repeat center center #000;
  background-size: cover;
  padding: 3rem 0; }

section.bisyu {
  background: url(../images/bg_bisyu.jpg) no-repeat center center #000;
  background-size: cover;
  padding: 6rem 0; }

section.merit {
  background: url(../images/bg_merit.jpg) no-repeat top center #000;
  background-size: cover;
  padding: 3rem 0; }

section.message {
  background: url(../images/dot_black_alpha.png) repeat, url(../images/bg_header.jpg) no-repeat top center;
  background-size: cover;
  padding: 3rem 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic; }

section.point {
  background: url(../images/bg_point.jpg) no-repeat right center;
  background-size: contain;
  padding: 3rem 0; }
  section.point h1 {
    text-align: center; }
  section.point p.p_txt {
    text-align: center; }
    section.point p.p_txt img {
      margin-top: 4rem 0 2rem 0 !important;
      border: 10px solid #FFF !important;
      max-width: 95%;
      height: auto; }

section.promise {
  background: url(../images/m_promise.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 3rem 0; }

section.fire {
  background: url(../images/bg_fire.jpg) no-repeat top center;
  background-size: cover;
  padding: 3rem 0; }
  section.fire p.note {
    text-align: center;
    font-size: 12px;
    font-weight: bold; }

section.magazine {
  background: #660000;
  background: -moz-linear-gradient(top, #660000 0%, #ff0000 100%);
  background: -webkit-linear-gradient(top, #660000 0%, #ff0000 100%);
  background: linear-gradient(to bottom, #660000 0%, #ff0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='#ff0000',GradientType=0 );
  padding: 3rem 0; }

section.buy {
  background: url(../images/dot_black_alpha.png) repeat, url(../images/bg_header.jpg) no-repeat top center;
  background-size: cover;
  padding: 3rem 0; }
  section.buy p.price_list img {
    margin: 3rem 0 1rem 0; }

section ol.bisyu,
section ul.merit,
section ul.mes_list {
  text-align: left;
  margin-top: 2rem; }
  section ol.bisyu li,
  section ul.merit li,
  section ul.mes_list li {
    padding-bottom: 0.25rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #C00;
    font-size: 1.5rem; }
    section ol.bisyu li i,
    section ul.merit li i,
    section ul.mes_list li i {
      font-size: 2rem;
      margin-right: 0.25rem; }
section ol.bisyu i,
section ul.mes_list i {
  color: #C00; }
section ul.merit i {
  color: #F06; }
section ol.todo_list {
  border: 1px solid #C00;
  padding: 0 1rem;
  margin-top: 1rem; }
  section ol.todo_list li {
    border-bottom: 1px dotted #999;
    padding: 1rem 0; }
    section ol.todo_list li:last-child {
      border-bottom: none; }
section ol.promise_list li {
  font-size: 1.25rem;
  padding: 0.5rem 0;
  border-top: 1px dotted rgba(255, 255, 255, 0.5);
  text-align: left; }
  section ol.promise_list li:last-child {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5); }
  section ol.promise_list li:before {
    font-family: "FontAwesome";
    content: "\f071";
    color: #D8D800;
    padding-right: 0.25em; }

section div.pro_A {
  background-color: #230000; }
section div.pro_B {
  background-color: #231D00; }
section div.pro_C {
  background-color: #002316; }
section div.pro_A h1, section div.pro_A i {
  color: #D90000; }
section div.pro_B h1, section div.pro_B i {
  color: #DDBD00; }
section div.pro_C h1, section div.pro_C i {
  color: #00DD9D; }
section div.pro_A_pro, section div.pro_A {
  border: 1px solid #D90000; }
section div.pro_B_pro, section div.pro_B {
  border: 1px solid #DDBD00; }
section div.pro_C_pro, section div.pro_C {
  border: 1px solid #00DD9D; }
section div.pro_A_pro, section div.pro_A, section div.pro_B_pro, section div.pro_B, section div.pro_C_pro, section div.pro_C {
  padding: 2rem;
  margin-bottom: 1rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }
section div.pro_A_pro, section div.pro_B_pro, section div.pro_C_pro {
  background-color: white !important;
  background-color: #FFF;
  margin-bottom: 4rem; }
  section div.pro_A_pro div, section div.pro_B_pro div, section div.pro_C_pro div {
    transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
    padding: 1rem;
    margin-top: -4rem;
    margin-bottom: 1rem; }
    section div.pro_A_pro div.p_titA, section div.pro_B_pro div.p_titA, section div.pro_C_pro div.p_titA {
      background-color: #D90000; }
    section div.pro_A_pro div.p_titB, section div.pro_B_pro div.p_titB, section div.pro_C_pro div.p_titB {
      background-color: #DDBD00; }
    section div.pro_A_pro div.p_titC, section div.pro_B_pro div.p_titC, section div.pro_C_pro div.p_titC {
      background-color: #00DD9D; }
  section div.pro_A_pro.pro_C_pro img, section div.pro_B_pro.pro_C_pro img, section div.pro_C_pro.pro_C_pro img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    /* IE */
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75; }
  section div.pro_A_pro h1, section div.pro_B_pro h1, section div.pro_C_pro h1 {
    font-size: 1.5rem;
    line-height: 1;
    color: #FFF;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5), -1px -1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5), -1px 1px 0 rgba(0, 0, 0, 0.5); }
  section div.pro_A_pro h2, section div.pro_B_pro h2, section div.pro_C_pro h2 {
    color: #000;
    font-weight: bold; }
  section div.pro_A_pro h3, section div.pro_B_pro h3, section div.pro_C_pro h3 {
    font-size: 1.5rem;
    color: #333;
    font-weight: bold; }
    section div.pro_A_pro h3 span, section div.pro_B_pro h3 span, section div.pro_C_pro h3 span {
      font-size: 2rem;
      color: #D90000 !important;
      margin-right: 1rem; }
section div.pro_A h1, section div.pro_B h1, section div.pro_C h1 {
  font-size: 2rem;
  padding-bottom: 0.25em; }
section div.pro_A h2, section div.pro_B h2, section div.pro_C h2 {
  color: #DDBD00;
  font-size: 1.5rem;
  padding-bottom: 0.5em; }
section div.pro_A p.average:before, section div.pro_B p.average:before, section div.pro_C p.average:before {
  content: "開催平均";
  color: #FFF;
  font-size: 0.75em; }
section div.pro_A p.average span, section div.pro_B p.average span, section div.pro_C p.average span {
  display: inline-block;
  font-size: 0.75rem;
  padding: 0.25rem;
  border: 1px solid #DDBD00;
  background-color: #000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-left: 5px; }
section div.pro_A ul li, section div.pro_B ul li, section div.pro_C ul li {
  text-align: left;
  padding: 0.5rem 0;
  border-top: 1px dotted rgba(255, 255, 255, 0.25); }
  section div.pro_A ul li:last-child, section div.pro_B ul li:last-child, section div.pro_C ul li:last-child {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.25); }
  section div.pro_A ul li i, section div.pro_B ul li i, section div.pro_C ul li i {
    margin-right: 0.25rem; }

section.faq h1 {
  margin: 1rem auto;
  font-size: 2rem;
  font-weight: bold;
  color: #C00;
  padding-bottom: 0.25em; }
  section.faq h1 span {
    border-bottom: 1px solid #C00; }

section.faq_inner {
  border: 1px solid #666;
  background-color: #FFF;
  padding: 3rem;
  margin-bottom: 1rem; }
  section.faq_inner h2 {
    font-size: 1.5rem;
    color: #333;
    font-weight: bold;
    text-align: left;
    padding-bottom: 2rem; }
  section.faq_inner h2:before {
    font-family: "FontAwesome";
    content: "\f21a  "; }
  section.faq_inner dl {
    margin: 0 auto; }
    section.faq_inner dl dt {
      font-size: 1.25rem; }
    section.faq_inner dl dd {
      border-bottom: 1px dotted #999;
      padding-bottom: 1rem;
      margin-bottom: 1rem; }
      section.faq_inner dl dd:last-child {
        border-bottom: none; }
    section.faq_inner dl dd, section.faq_inner dl dt {
      color: #333;
      text-align: left; }
    section.faq_inner dl dt:before {
      content: "Q. ";
      color: #C00; }
    section.faq_inner dl dd:before {
      content: "A. ";
      color: #4CD2FF; }
    section.faq_inner dl dt:before,
    section.faq_inner dl dd:before {
      font-size: 2rem;
      font-weight: bold; }

section.faq_inner,
section.faq_inner h1 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-top: -1px; }

section.faq_inner h1,
section.faq_inner p {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

section.other {
  background-color: inherit; }

section.form {
  background-color: #FFF; }

section.other h1 {
  margin: 2rem 0; }

section.form h1,
section.other h1 {
  color: #C00;
  border-bottom: 1px solid #C00;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 0.25em; }

section.form h1 {
  padding-top: 2rem; }

section.form h1,
section.form iframe {
  width: 100%;
  margin: 0 auto; }

section div#table {
  padding-bottom: 2em; }
  section div#table .privacy,
  section div#table .page_law,
  section div#table .flow {
    text-align: left; }
    section div#table .privacy p.caption,
    section div#table .page_law p.caption,
    section div#table .flow p.caption {
      font-weight: bold; }
  section div#table .flow h2 {
    color: #F60;
    border-bottom: 1px solid #F60;
    margin-bottom: 1em; }
  section div#table .flow h3 {
    color: #09C;
    border-bottom: 1px dotted #09C; }
  section div#table .flow h2,
  section div#table .flow h3 {
    font-size: 1.5em; }
  section div#table .flow h4 {
    color: #F90;
    font-size: 1.25em; }
  section div#table .flow h2,
  section div#table .flow h3,
  section div#table .flow h4 {
    padding: 1em 0 0.25em 0; }
  section div#table .page_law dt {
    font-weight: bold;
    padding-bottom: 0.25em; }
  section div#table .page_law dd {
    margin-bottom: 2em;
    border-bottom: 1px dotted #999;
    padding-bottom: 0.5em;
    padding-left: 1em; }
  section div#table .privacy section {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #FFF; }
    section div#table .privacy section h1 {
      font-weight: bold;
      padding-bottom: 0.25em;
      font-size: 1.25em;
      border-bottom: 1px solid #C00;
      margin-bottom: 0.5em;
      background: none; }

footer {
  margin-top: 0em; }
  footer nav {
    box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
    background-color: #111;
    color: #fff;
    text-align: left;
    font-size: 0.75em;
    border-top: 1px solid #333; }
    footer nav ul li {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #111), color-stop(0, #222));
      background: -webkit-linear-gradient(top, #222 0%, #111 100%);
      background: -moz-linear-gradient(top, #222 0%, #111 100%);
      background: -o-linear-gradient(top, #222 0%, #111 100%);
      background: -ms-linear-gradient(top, #222 0%, #111 100%);
      background: linear-gradient(top, #222 0%, #111 100%);
      background-color: #111; }
      footer nav ul li i {
        color: #F03;
        width: 1.5em;
        text-align: center; }
      footer nav ul li a {
        border-bottom: 1px solid #333;
        padding: 1em 8% 1em 2%;
        display: block;
        color: #FFF; }
      footer nav ul li a:hover {
        background-color: #333;
        color: #FFF; }
  footer p#copy {
    background-color: #000;
    padding: 0.25em 0; }
    footer p#copy small {
      font-size: 0.5em;
      color: #ccc; }

p#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 0.75em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  line-height: 1em; }
  p#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    padding: 1em;
    text-align: center;
    display: block;
    border: 1px solid #FFF;
    border-radius: 50%; }
  p#page-top a:hover {
    text-decoration: none;
    background: #999; }

@media screen and (min-width: 960px) {
  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

  .clearfix {
    display: inline-table;
    min-height: 1%;
    overflow: hidden; }

  /* IE8ハック */
  html > body .clearfix {
    display: block\9; }

  /* Hides from IE-mac \*/
  * html .clearfix {
    height: 1%; }

  .clearfix {
    display: block; }

  /* End hide from IE-mac */
  header div.inner,
  section div.inner {
    width: 960px;
    margin: 0 auto; }

  header img {
    max-width: 100%; }

  div.header,
  section.lead,
  section.cane,
  section.vortex,
  section.bisyu,
  section.merit,
  section.message,
  section.point,
  section.promise,
  section.fire,
  section.buy {
    background-attachment: fixed; }

  section div.pro_A_pro h3 br, section div.pro_B_pro h3 br, section div.pro_C_pro h3 br {
    display: none; }

  footer nav {
    color: #fff;
    text-align: left;
    font-size: 0.75em;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #111), color-stop(0, #222));
    background: -webkit-linear-gradient(top, #222 0%, #111 100%);
    background: -moz-linear-gradient(top, #222 0%, #111 100%);
    background: -o-linear-gradient(top, #222 0%, #111 100%);
    background: -ms-linear-gradient(top, #222 0%, #111 100%);
    background: linear-gradient(top, #222 0%, #111 100%);
    background-color: #111;
    padding: 1em 0; }
    footer nav ul {
      text-align: center; }
      footer nav ul li {
        display: inline;
        margin: 0 0.5em; }
        footer nav ul li a {
          border-bottom: none;
          padding: 0;
          background: none;
          display: inline;
          color: #fff; }
        footer nav ul li a:hover {
          background-color: transparent;
          text-decoration: underline; } }
