@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** PCスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
canvas {
  left: 0;
}

img {
  display: inline-block !important;
  width: auto !important;
  max-width: 100%;
  height: auto;
}

a {
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  -o-text-decoration: none;
  text-decoration: none;
}

.robot {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.scratch_wrapper {
  background: url("../scratch_images/bg.jpg");
}

.fv {
  width: 100%;
  padding: 20px 1.3% 0 1.3%;
  -webkit-text-align: center;
  -moz-text-align: center;
  -ms-text-align: center;
  -o-text-align: center;
  text-align: center;
}

.scratch_area {
  width: 100%;
  margin-top: 15px;
  padding: 0 2.5%;
}
.scratch_area p {
  width: 100%;
  -webkit-text-align: center;
  -moz-text-align: center;
  -ms-text-align: center;
  -o-text-align: center;
  text-align: center;
}
.scratch_area #regist_img {
  width: 100%;
  -webkit-text-align: center;
  -moz-text-align: center;
  -ms-text-align: center;
  -o-text-align: center;
  text-align: center;
}

#main_lottery {
  width: 100%;
  margin-top: 10px;
}
#main_lottery #login_block {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: center;
}
#main_lottery #login_block > div {
  width: 31%;
  aspect-ratio: 1/0.75;
  border: solid 3px #fdd100;
  background-color: #fff;
  display: inline-block;
  margin-left: 20px;
}
#main_lottery #login_block > div:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  #main_lottery #login_block > div {
    width: 42%;
  }
}
#main_lottery #login_block > div img {
  height: auto !important;
}

.scratch_result_area {
  width: 100%;
  margin-top: 15px;
  padding: 0 2.5%;
}
.scratch_result_area p {
  width: 100%;
  -webkit-text-align: center;
  -moz-text-align: center;
  -ms-text-align: center;
  -o-text-align: center;
  text-align: center;
}

.flow_area_bg {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 5% 35px;
}
.flow_area_bg .flow_area {
  width: 100%;
  border: solid 2px #ec6706;
  background-color: #fff;
}
.flow_area_bg .flow_area h2 {
  width: 100%;
  font-size: 15px;
  color: #fff;
  background-color: #ec6706;
  padding: 10px;
  -webkit-text-align: center;
  -moz-text-align: center;
  -ms-text-align: center;
  -o-text-align: center;
  text-align: center;
}
.flow_area_bg .flow_area .flow_area_block {
  padding: 20px 6% 30px;
}
.flow_area_bg .flow_area .flow_area_block h3 {
  font-size: 20px;
  color: #ec4800;
  -webkit-text-align: center;
  -moz-text-align: center;
  -ms-text-align: center;
  -o-text-align: center;
  text-align: center;
}
.flow_area_bg .flow_area .flow_area_block figure {
  width: 60%;
  -webkit-text-align: center;
  -moz-text-align: center;
  -ms-text-align: center;
  -o-text-align: center;
  text-align: center;
  margin: 10px auto 0;
}
.flow_area_bg .flow_area .flow_area_block h4 {
  font-size: 16px;
  margin-top: 10px;
  -webkit-text-align: center;
  -moz-text-align: center;
  -ms-text-align: center;
  -o-text-align: center;
  text-align: center;
}
.flow_area_bg .flow_area .flow_area_block .note {
  margin-top: 20px;
}
.flow_area_bg .flow_area .flow_area_block > p {
  margin-top: 15px;
  -webkit-text-align: center;
  -moz-text-align: center;
  -ms-text-align: center;
  -o-text-align: center;
  text-align: center;
}

.btn_bg {
  width: 100%;
  -webkit-text-align: center;
  -moz-text-align: center;
  -ms-text-align: center;
  -o-text-align: center;
  text-align: center;
  margin-top: 15px;
}
.btn_bg a {
  width: 100%;
  max-width: 300px;
  -webkit-display: inline-block;
  -moz-display: inline-block;
  -ms-display: inline-block;
  -o-display: inline-block;
  display: inline-block;
  width: 100%;
  padding: 15px;
  background-color: #000;
  border-radius: 50px;
  -webkit-text-align: center;
  -moz-text-align: center;
  -ms-text-align: center;
  -o-text-align: center;
  text-align: center;
  position: relative;
}
.btn_bg a.c_01 {
  background-color: #ec6706;
}
.btn_bg a.c_02 {
  background-color: #3eb49c;
}
.btn_bg a.c_03 {
  background-color: #fff;
}
.btn_bg a.c_03 span {
  color: #000;
}
.btn_bg a.c_03 span::before {
  content: "";
  background: url("../scratch_images/arrow_b.png") no-repeat center center;
  width: 8px;
  height: 14px;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.btn_bg a span {
  color: #fff;
  font-size: 16px;
  -webkit-font-weight: bold;
  -moz-font-weight: bold;
  -ms-font-weight: bold;
  -o-font-weight: bold;
  font-weight: bold;
}
.btn_bg a span::before {
  content: "";
  background: url("../scratch_images/arrow_w.png") no-repeat center center;
  width: 8px;
  height: 14px;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.btn1 {
  width: 100%;
  max-width: 300px;
  -webkit-display: inline-block;
  -moz-display: inline-block;
  -ms-display: inline-block;
  -o-display: inline-block;
  display: inline-block;
  width: 100%;
  padding: 15px;
  background-color: #000;
  border-radius: 50px;
  -webkit-text-align: center;
  -moz-text-align: center;
  -ms-text-align: center;
  -o-text-align: center;
  text-align: center;
  position: relative;
  background-color: #ec6706;
  margin: 20px auto;
  display: block;
  color: #fff;
}
.btn1::before {
  content: "";
  background: url("../scratch_images/arrow_w.png") no-repeat center center;
  width: 8px;
  height: 14px;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.note {
  width: 100%;
  margin-top: 20px;
}
.note li {
  font-size: 14px;
}/*# sourceMappingURL=scratch.css.map */