@charset "UTF-8";
/*-------------------------

	reset

-------------------------*/
/* line 5, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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;
}

/* line 22, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*-------------------------

	common

-------------------------*/
/* line 18, style.scss */
html {
  font-size: 62.5%;
}

/* line 21, style.scss */
body {
  font-size: 1.6rem;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* line 25, style.scss */
p {
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* line 28, style.scss */
img {
  max-width: 100%;
  height: auto;
}

/*-------------------------

	fadeout

-------------------------*/
/* line 37, style.scss */
body {
  transition: 1s;
}
/* line 40, style.scss */
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  pointer-events: none;
  opacity: 0;
  transition: 1s;
}
/* line 52, style.scss */
body.fadeout::after {
  opacity: 1;
}
/* line 56, style.scss */
body.fadeout .roulette {
  transform: scale(2);
}

/*-------------------------

	SP

-------------------------*/
/* line 67, style.scss */
.content {
  min-width: 100%;
  min-height: 100vh;
  margin: auto;
}

/* line 72, style.scss */
.wrap {
  overflow: hidden;
  position: relative;
  padding: 15px 7%;
  background: url("../image/bg.png") repeat-y top center;
  background-size: 100% auto;
}

/* line 79, style.scss */
.flame {
  position: relative;
}

/* line 83, style.scss */
.rice_shower {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
/* line 90, style.scss */
.rice_shower .rice_canvas {
  height: 100%;
  width: 100%;
}

/* line 96, style.scss */
.head {
  margin: 0px auto 10px;
  text-align: center;
}

/* line 101, style.scss */
.roulette {
  border: #ffffff solid 15px;
  margin: 30px auto;
}

/* line 106, style.scss */
.document {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 110, style.scss */
.kuji_name {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ce9c00;
  font-size: 2.4rem;
  text-align: center;
  color: #ef0000;
  font-weight: bold;
}

/* line 119, style.scss */
.kuji_comment {
  line-height: 1.5;
}

/* line 123, style.scss */
.btn_area {
  margin: 30px 0;
  text-align: center;
}

/* line 127, style.scss */
.btn,
.kuji {
  display: flex;
  align-items: center;
  padding: 20px;
  margin: 20px auto;
  box-sizing: border-box;
  border-radius: 10px;
}
/* line 135, style.scss */
.btn:hover,
.kuji:hover {
  cursor: pointer;
}
/* line 138, style.scss */
.btn .sns_img,
.kuji .sns_img {
  display: inline-block;
  width: 50px;
  flex: 0 0 20%;
}
/* line 143, style.scss */
.btn .share_img,
.kuji .share_img {
  flex: 0 0 80%;
  display: inline-block;
}

/* line 149, style.scss */
.twitter_btn {
  background-color: #1DA1F2;
}

/* line 152, style.scss */
.facebook_btn {
  background-color: #1877F2;
}

/* line 155, style.scss */
.line_btn {
  background-color: #00B900;
}

/* line 158, style.scss */
.submit,
.kuji {
  background-color: #ef0000;
  border: none;
}

/* line 164, style.scss */
.copyright {
  text-align: center;
  font-size: 1.2rem;
}

/*
	NEWS
-------------------------*/
/* line 171, style.scss */
.news {
  margin: 50px auto;
  padding: 20px 10px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
/* line 178, style.scss */
.news_open {
  display: none;
  margin: 20px 0;
}
/* line 182, style.scss */
.news_open:hover {
  cursor: pointer;
}
/* line 186, style.scss */
.news_list {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px dashed #ce9c00;
}
/* line 191, style.scss */
.news_date {
  display: inline-block;
  width: 11rem;
}

/*-------------------------

	PC

-------------------------*/
@media screen and (min-width: 769px) {
  /* line 202, style.scss */
  .content {
    max-width: 750px;
    min-width: auto;
    background-color: #000;
  }
}
