<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: "SourceHanSansJP-Bold";
  src: url("../font/SourceHanSansJP-Bold.otf") format("opentype"), url("../font/SourceHanSansJP-Bold.woff") format("woff");
}
/* ==========================================================================
   Reset
   ========================================================================== */
/* HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav,
section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

/* Resetting default margin and padding
   ========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML, Body, Anchor
   ========================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
}

a {
  outline: 0;
}

/* Paragraph
   ========================================================================== */
p {
  margin-bottom: 0;
}

/* List
   ========================================================================== */
ol, ul {
  list-style: none;
}

/* Table
   ========================================================================== */
table {
  font-size: inherit;
  font-family: inherit;
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  padding: 0;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

/* Form
   ========================================================================== */
fieldset {
  border: none;
}

input, textarea, select, label {
  vertical-align: middle;
}

textarea {
  overflow: auto;
}

legend {
  display: none;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
}

/* Embedded
   ========================================================================== */
img {
  vertical-align: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
}

a img {
  border: none;
}

object {
  vertical-align: middle;
  outline: none;
}

audio,
canvas,
video {
  vertical-align: middle;
}

/* Other
   ========================================================================== */
em {
  font-weight: bold;
  font-style: normal;
}

abbr {
  border: none;
  font-variant: normal;
}

q, blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal;
}

code, pre {
  font-family: monospace;
}

.container {
  max-width: 640px;
  margin: 0 auto;
}

/* clearfix */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

body {
  min-width: 0;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  line-height: 1.5;
}

a {
  color: #0072ff;
  text-decoration: none;
}
a:link, a:visited {
  outline: 0;
}
a:hover, a:active {
  color: #0072ff;
  text-decoration: underline;
}

.global-header h1 {
  font-size: 143%;
  margin: 20px 0;
}

.global-footer .copyright {
  margin: 20px 0;
}

.is-hidden {
  display: none;
}

.is-fixed {
  position: fixed;
  width: 100%;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
.contents__btn__again, .contents__btn__facebook, .contents__btn__twitter, .contents__ad a, .footer__slot-maker a, .footer__tajima a {
  cursor: pointer;
}
.contents__btn__again:hover, .contents__btn__facebook:hover, .contents__btn__twitter:hover, .contents__ad a:hover, .footer__slot-maker a:hover, .footer__tajima a:hover {
  opacity: 0.7;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes flash {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.contents {
  width: 640px;
  margin: 0 auto;
}
.contents:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background-color: #000;
  z-index: 2;
  content: "";
}

.contents__ttl {
  background-image: url(../img/index.png);
  background-position: -643px 0px;
  width: 488px;
  height: 183px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  margin: 60px auto 0;
}

.contents__slot {
  position: relative;
  background-image: url(../img/index.png);
  background-position: 0px 0px;
  width: 639px;
  height: 562px;
  padding: 1px 0;
}

.contents__slot__inner {
  position: relative;
  width: 380px;
  height: 80px;
  line-height: 65px;
  margin: 30px auto 0;
  text-align: center;
  border: 5px solid #000;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
  font-family: "SourceHanSansJP-Bold";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
}
.contents__slot__inner:first-child {
  margin-top: 65px;
}

.contents__slot__inner__txt,
.contents__slot__inner__click {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.contents__slot__inner__click {
  cursor: pointer;
}
.contents__slot__inner__click.is-stop {
  cursor: default;
}

.contents__btn {
  display: none;
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  width: 490px;
  margin: auto;
  opacity: 0;
}

.contents__btn__again {
  float: left;
  width: 186px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  font-family: "SourceHanSansJP-Bold";
  color: #fff;
  background-color: #000;
  border-radius: 3px;
}

.contents__btn__facebook {
  float: left;
  background-image: url(../img/index.png);
  background-position: -782px -379px;
  width: 111px;
  height: 36px;
  margin-left: 35px;
}

.contents__btn__twitter {
  float: right;
  background-image: url(../img/index.png);
  background-position: -643px -379px;
  width: 135px;
  height: 36px;
}

.contents__ad a {
  position: relative;
  display: block;
  background-image: url(../img/index.png);
  background-position: -643px -187px;
  width: 414px;
  height: 124px;
  margin: 15px auto 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
}
.contents__ad a:after {
  position: absolute;
  top: 40px;
  right: 0;
  width: 3px;
  height: 42px;
  background-color: #000;
  -webkit-animation: flash 1s linear 0s infinite;
          animation: flash 1s linear 0s infinite;
  content: "";
}

.footer {
  position: relative;
  width: 100%;
  padding: 1px 0;
  margin: 30px auto 0;
  background-color: #000;
}
.footer.is-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer__slot-maker a {
  position: relative;
  display: block;
  width: 220px;
  margin: 45px auto 0;
}
.footer__slot-maker img {
  width: 100%;
  height: auto;
}

.footer__member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 640px;
  margin: 30px auto 45px;
}

.footer__murayama {
  background-image: url(../img/index.png);
  background-position: -643px -355px;
  width: 300px;
  height: 20px;
  margin: 0 10px;
}

.footer__tajima a {
  display: block;
  background-image: url(../img/index.png);
  background-position: -833px -315px;
  width: 255px;
  height: 21px;
  margin: 0 10px;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }
}
</pre></body></html>