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

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

a {
  -webkit-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.png") top center no-repeat #fbe8c9;
}

.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;
  margin: 50px auto;
}
.scratch_area p.note {
  background-color: #e3c398;
  width: 90%;
  height: 80px;
  background: linear-gradient(135deg, transparent 15px, #e3c398 0) top left, linear-gradient(-135deg, transparent 15px, #e3c398 0) top right, linear-gradient(-45deg, transparent 15px, #e3c398 0) bottom right, linear-gradient(45deg, transparent 15px, #e3c398 0) bottom left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  line-height: 80px;
  text-align: left;
  padding-left: 30px;
}
.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/1.2737642586;
  border: solid 15px #fff;
  background-color: #fff;
  display: inline-block;
  margin-left: 20px;
}
#main_lottery #login_block > div:first-of-type {
  margin-left: 0;
}
#main_lottery #login_block > div img {
  height: auto !important;
}

@media screen and (max-width: 767px) {
  #main_lottery #login_block > div {
    width: 42%;
    border: solid 0.5rem #fff;
  }
  .scratch_area p.note {
    width: 100%;
    height: auto;
    line-height: 3;
    padding: 0 20px;
  }
  .flow_area_bg .flow_area h2::before {
    left: -45px;
  }
  .flow_area_bg .flow_area h2::after {
    right: -75px;
  }
}
.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%;
  padding: 25px 5% 35px;
}
.flow_area_bg .flow_area {
  max-width: 1220px;
  margin: 0 auto;
}
.flow_area_bg .flow_area h2 {
  width: 100%;
  font-size: 1.2rem;
  color: #a91f24;
  background-color: #ec6706;
  /* padding: 10px; */
  -webkit-text-align: center;
  -moz-text-align: center;
  -ms-text-align: center;
  -o-text-align: center;
  text-align: center;
  background: url(../scratch_images/ttl03_bg.png) center center no-repeat;
  position: relative;
  min-height: 60px;
  line-height: 60px;
  overflow: hidden;
}
.flow_area_bg .flow_area h2::before {
  content: url(../scratch_images/ttl03_l.png);
  position: absolute;
  left: -10px;
  top: 17%;
}
.flow_area_bg .flow_area h2::after {
  content: url(../scratch_images/ttl03_r.png);
  position: absolute;
  right: -30px;
  top: 17%;
}
.flow_area_bg .flow_area .flow_area_block {
  padding: 20px 6% 30px;
  background-color: #fff;
  margin-top: -10px;
}
.flow_area_bg .flow_area .flow_area_block h3 {
  font-size: 1.5em;
  color: #a91f24;
  -webkit-text-align: center;
  -moz-text-align: center;
  -ms-text-align: center;
  -o-text-align: center;
  text-align: center;
  font-weight: normal;
  color: #a91f24;
}
.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: 1.5em;
  margin-top: 10px;
  -webkit-text-align: center;
  -moz-text-align: center;
  -ms-text-align: center;
  -o-text-align: center;
  text-align: center;
  color: #a91f24;
  font-weight: normal;
}
.flow_area_bg .flow_area .flow_area_block .note {
  margin-top: 20px;
  text-align: left;
  font-size: 1.4em;
}
.flow_area_bg .flow_area .flow_area_block > p {
  margin: 60px auto;
  -webkit-text-align: center;
  -moz-text-align: center;
  -ms-text-align: center;
  -o-text-align: center;
  text-align: center;
}
.flow_area_bg ul.note {
  text-align: left;
  font-size: 1.5em;
  max-width: 1220px;
  margin: 20px auto;
}

.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: #333;
  border-radius: 50px;
  -webkit-text-align: center;
  -moz-text-align: center;
  -ms-text-align: center;
  -o-text-align: center;
  text-align: center;
  position: relative;
  font-size: 1.5em;
}
.btn_bg a.c_01 {
  background-color: #a91f24;
}
.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: 1em;
  -webkit-font-weight: bold;
  -moz-font-weight: bold;
  -ms-font-weight: bold;
  -o-font-weight: bold;
  font-weight: normal;
}
.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: 0.625em;
}/*# sourceMappingURL=scratch.css.map */