@charset "UTF-8";
/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #000; }

body {
  background-color: #000;
  background-image: url("../img/body_bg.png");
  background-size: 100% 100%;
  background-repeat: repeat;
  font-family: "Noto Sans JP",-apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; }

#pcview {
  background-image: none; }
  #pcview header {
    background-image: url("../img/headerbg.jpg");
    background-position: center center;
    background-size: cover;
    width: 800px;
    margin: 0 auto; }
    #pcview header .logo {
      width: 50%;
      padding: 2% 0;
      margin: 0 auto; }
      #pcview header .logo img {
        width: 100%; }
  #pcview .contents {
    width: 800px;
    margin: 0 auto;
    background-size: 50% auto; }
    #pcview .contents p {
      text-align: center;
      color: #FFF; }

header {
  background-image: url("../img/headerbg.jpg");
  background-position: center top;
  background-size: 100% auto; }
  header .logo {
    width: 80%;
    padding: 5% 0;
    margin: 0 auto; }
    header .logo img {
      width: 100%; }

.contents_border {
  width: 100%;
  line-height: 0; }
  .contents_border img {
    width: 100%; }

.bingoentrybtn {
  display: block;
  width: 90%;
  height: auto;
  margin: 5% auto;
  margin-bottom: 2%; }
  .bingoentrybtn img {
    width: 100%; }

.uketuketime {
  width: 80%;
  height: auto;
  margin: 5% auto;
  margin-top: 2%; }
  .uketuketime img {
    width: 100%; }

.yokoku {
  width: 90%;
  height: auto;
  margin: 5% auto; }
  .yokoku img {
    width: 100%; }

.attentionarea {
  width: 90%;
  color: #ffd000;
  margin: 5% auto; }
  .attentionarea h2 {
    padding: 5px 0px;
    border-bottom: 1px solid #ffd000;
    text-align: center;
    font-size: 16px; }
  .attentionarea p {
    margin-bottom: 7%;
    font-size: 12px;
    letter-spacing: -0.5px; }

.contents {
  background-image: url("../img/contents_bg.png");
  background-size: 100% 100%;
  background-repeat: repeat; }
  .contents .contents_inner {
    width: 92%;
    margin: 5% auto;
    box-sizing: border-box;
    border: 3px solid #FFF;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 20px;
    box-shadow: 0px 0px 15px -2px #000000; }
    .contents .contents_inner .kokuchi {
      width: 90%;
      margin: 5% auto; }
      .contents .contents_inner .kokuchi img {
        width: 100%; }
    .contents .contents_inner .kokuchi_para {
      color: #FFF;
      text-align: center;
      font-size: 14px; }

.howtoplaybtn {
  width: 60%;
  margin: 5% auto;
  display: block; }
  .howtoplaybtn img {
    width: 100%; }

/*---------追加*/
.smsninsho {
  width: 95%;
  margin: 0 auto; }
  .smsninsho .smstxt {
    width: 95%;
    color: #FFF;
    font-size: 14px;
    text-align: justify;
    margin: 0 auto; }
  .smsninsho .linebutton {
    display: block;
    width: 80%;
    margin: 5% auto; }
    .smsninsho .linebutton img {
      width: 100%; }
  .smsninsho .oricon {
    display: block;
    width: 10%;
    margin: 5% auto; }
  .smsninsho .formbox {
    overflow: hidden;
    width: 95%;
    margin: 5% auto;
    text-align: center; }
    .smsninsho .formbox label {
      color: #FFF;
      margin-bottom: 5%;
      display: block;
      font-size: 18px;
      font-weight: bold;
      text-align: center; }
      .smsninsho .formbox label span {
        font-weight: normal;
        font-size: 12px; }
    .smsninsho .formbox input {
      border: 1px solid #333;
      margin-bottom: 5px;
      padding: 2%;
      width: 100%; }
    .smsninsho .formbox .submitbtn {
      background-color: #008080;
      color: #FFF;
      clear: both;
      line-height: 2;
      padding: 10px 20px;
      border: none;
      width: 80%;
      border-radius: 10px;
      font-weight: bold;
      font-size: 18px; }
    .smsninsho .formbox .snsattention {
      width: 100%;
      background-color: #F00;
      color: #FFF;
      padding: 2%; }

footer {
  text-align: center;
  color: #FFF;
  font-size: 12px;
  padding: 5px 5px; }
  footer .footerlink {
    width: 100%;
    margin: 2% auto; }
    footer .footerlink a {
      color: #FFF; }
    footer .footerlink a:hover {
      color: #FFF; }
    footer .footerlink a:visited {
      color: #FFF; }

.cookieattention {
  width: 100%;
  padding: 2%;
  box-sizing: border-box;
  color: #FFF;
  background-color: #F00; }

/*-----------------------------*/
/*HOWTO*/
.howtowrapper {
  background-color: #017701; }
  .howtowrapper h2 {
    text-align: center;
    width: 55%;
    margin: 0 auto;
    padding: 20px 0px; }
    .howtowrapper h2 img {
      width: 100%; }
  .howtowrapper .howtoimage {
    width: 70%;
    margin: 10px auto;
    display: block; }
  .howtowrapper .howtobtn {
    width: 80%;
    height: auto;
    margin: 5px auto;
    display: block; }
    .howtowrapper .howtobtn img {
      width: 100%; }
  .howtowrapper .howtowaku {
    width: 90%;
    border: 2px solid #ff7f00;
    margin: 40px auto;
    background-color: #FFF; }
    .howtowrapper .howtowaku h3 {
      width: 80%;
      text-align: center;
      border: 3px solid #FFF;
      border-radius: 20px;
      margin: 0px auto;
      margin-top: -20px;
      color: #FFF;
      padding: 5px 0; }
    .howtowrapper .howtowaku h4 {
      color: #F00;
      text-align: center;
      font-weight: bold; }
    .howtowrapper .howtowaku p {
      width: 95%;
      text-align: center;
      margin: 5px auto;
      font-size: 12px; }
    .howtowrapper .howtowaku .attention {
      font-size: 12px; }
    .howtowrapper .howtowaku .cgreen {
      background: #71d327;
      /* Old browsers */
      background: -moz-linear-gradient(left, #71d327 0%, #35860a 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #71d327 0%, #35860a 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #71d327 0%, #35860a 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71d327', endColorstr='#35860a',GradientType=1 );
      /* IE6-9 */ }
    .howtowrapper .howtowaku .cpurple {
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#af2fcb+0,680094+100 */
      background: #af2fcb;
      /* Old browsers */
      background: -moz-linear-gradient(left, #af2fcb 0%, #680094 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #af2fcb 0%, #680094 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #af2fcb 0%, #680094 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af2fcb', endColorstr='#680094',GradientType=1 );
      /* IE6-9 */ }
    .howtowrapper .howtowaku .corange {
      background: #ffb000;
      /* Old browsers */
      background: -moz-linear-gradient(left, #ffb000 0%, #ff4600 46%, #ff1900 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #ffb000 0%, #ff4600 46%, #ff1900 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #ffb000 0%, #ff4600 46%, #ff1900 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb000', endColorstr='#ff1900',GradientType=1 );
      /* IE6-9 */ }
  .howtowrapper .howtodetailbtn {
    width: 80%;
    margin: 20px auto;
    display: block; }
    .howtowrapper .howtodetailbtn img {
      width: 100%; }
  .howtowrapper .howtobackbtn {
    width: 60%;
    margin: 20px auto;
    display: block; }
    .howtowrapper .howtobackbtn img {
      width: 100%; }
  .howtowrapper .howtopagetopbtn {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 20%; }
    .howtowrapper .howtopagetopbtn img {
      width: 100%; }

.topbackurl {
  text-align: center;
  padding: 10px; }
  .topbackurl a {
    color: #333333; }
  .topbackurl a:hover {
    color: #333333; }
  .topbackurl a:visited {
    color: #333333; }

/*商品詳細*/
.bingosyouwrapper {
  background-color: #1eaa39;
  border: 3px solid #ffff00; }
  .bingosyouwrapper .bingosyoucontents {
    width: 70%;
    height: auto;
    margin: 10px auto; }
    .bingosyouwrapper .bingosyoucontents img {
      width: 100%; }
  .bingosyouwrapper .howtobackbtn {
    width: 60%;
    margin: 20px auto;
    display: block; }
    .bingosyouwrapper .howtobackbtn img {
      width: 100%; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

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