@charset "UTF-8";
/*---------------------------------------------------------------------
	peculiar mixin style
----------------------------------------------------------------------*/
/*---------------------------------------------------------------------
	fixed mixin style
----------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: 1;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ul, ol, a {
  list-style: none;
  text-decoration: none; }

.play {
  margin: 0 16px; }

.play__intro {
  width: 100%;
  position: relative;
  margin-top: 16px; }

.play__intro img {
  display: block;
  width: 100%;
  height: auto; }

.play__intro h2 {
  color: #480000;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  position: absolute;
  top: 32px;
  right: 32px; }

.play__intro h2 b {
  color: #A40000;
  font-size: 32px; }

.play__howto {
  margin: 16px 0;
  border: solid 1px #b29a9a;
  border-radius: 4px;
  background: #FFF; }

.play__howto .howto__lead,
.play__howto .howto__lead--grn {
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  padding: 14px;
  margin: 4px;
  border-radius: 4px;
  background: #480000;
  position: relative; }

.play__howto .howto__lead::after,
.play__howto .howto__lead--grn::after {
  content: " ";
  width: 0;
  height: 0;
  margin-left: -16px;
  border-style: solid;
  border-width: 10px 16px 0 16px;
  border-color: #480000 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -10px; }

.play__howto .howto__lead--grn {
  background: #3C741A; }

.play__howto .howto__lead--grn::after {
  border-color: #3C741A transparent transparent transparent; }

.play__howto .howto__enter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #480000;
  margin: 24px 24px 0; }

.howto__enter .enter__card {
  width: 47%; }

.howto__enter .enter__card > img {
  width: 100%;
  height: auto; }

.howto__enter dl {
  width: 51%; }

.howto__enter dl dt {
  color: #3C741A;
  font-size: 18px;
  font-weight: bold; }

.howto__enter dl dd {
  color: #242424;
  font-size: 14px;
  line-height: 20px; }

.howto__enter dl dt + dd {
  margin-top: 6px; }

.howto__enter dl dd + dt {
  margin-top: 16px; }

.appstore {
  padding: 12px 8px;
  margin-top: 8px;
  border: solid 1px #9eca82;
  border-radius: 4px;
  background: #f6fcee; }

.appstore__txt {
  color: #3C741A;
  text-align: center;
  font-size: 12px;
  font-weight: bold; }

.appstore__btn {
  display: block;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  text-shadow: -1px -1px #AC1212;
  display: block;
  margin: 8px 16px 0;
  padding: 8px;
  border-radius: 6px;
  border: solid 1px #AC1212;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ea2020;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ea2020 0%, #ac1212 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea2020), color-stop(100%, #ac1212));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ea2020 0%, #ac1212 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ea2020 0%, #ac1212 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ea2020 0%, #ac1212 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ea2020 0%, #ac1212 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea2020', endColorstr='#ac1212',GradientType=0 );
  /* IE6-9 */
  position: relative; }

.appstore__btn::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.howto__text {
  color: #242424;
  font-size: 12px;
  line-height: 18px;
  margin: 16px 24px 0; }

.howto__text a {
  color: #2660ca;
  font-weight: bold;
  margin: 0 4px; }

/* YOUTUBE VIDEO */
.link__video {
  width: 640px;
  max-width: 100%;
  margin: 16px auto; }

.link__video .video__container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.link__video .video__container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.howto__link,
.howto__rule {
  margin: 24px 16px 16px; }

.link__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.link__step li {
  text-align: center;
  width: 268px;
  padding: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  background: url("../images/bg_footer.jpg");
  position: relative; }

.link__step li img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 8px; }

.link__step li span {
  color: #480000;
  font-size: 14px;
  font-weight: bold; }

.link__step li:nth-of-type(1)::after,
.link__step li:nth-of-type(2)::after {
  content: " ";
  width: 0;
  height: 0;
  margin-top: -28px;
  border-style: solid;
  border-width: 28px 0 28px 10px;
  border-color: transparent transparent transparent #C7AB79;
  position: absolute;
  top: 50%;
  right: -10px; }

.howto__rule table {
  width: 100%;
  border: solid 1px #b29a9a;
  border-collapse: collapse; }

.howto__rule table tr th,
.howto__rule table tr td {
  font-size: 14px;
  line-height: 20px;
  padding: 8px;
  border: solid 1px #b29a9a; }

.howto__rule table tr th {
  width: 32px;
  color: #caae7a;
  font-weight: normal;
  text-align: center;
  background: #480000; }

.howto__rule table tr td {
  color: #480000;
  font-size: 14px;
  background: #FAF8F4; }

.howto__rule table ul li {
  margin-left: -8px; }

.howto__rule table ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.howto__rule table ul li span {
  display: block;
  font-size: 14px;
  line-height: 20px; }

.howto__rule table ul li span:first-child {
  width: 40px; }

.howto__rule table ul li span:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1; }

/*----------------------------------------------------------------------
    TABLET DEVICE CSS
----------------------------------------------------------------------*/
@media (max-width: 1023px) and (min-width: 768px) {
  .play__intro h2 {
    font-size: 24px;
    top: 28px; }

  .play__intro h2 b {
    font-size: 28px; }

  .link__step li {
    width: 226px; }

  .link__step li span {
    font-size: 12px; } }
/*----------------------------------------------------------------------
    SmartPhone Landscape CSS 767以下
----------------------------------------------------------------------*/
@media (max-width: 767px) {
  .play {
    margin: 8px; }

  .play__howto .howto__lead {
    font-size: 12px;
    line-height: 16px; }

  .play__intro {
    margin-top: 8px; }

  .play__intro h2 {
    font-size: 14px;
    top: 18px;
    right: 20px; }

  .play__intro h2 b {
    font-size: 16px; }

  .play__howto {
    margin: 8px 0; }

  .play__howto .howto__lead {
    padding: 8px 4px; }

  .play__howto .howto__enter {
    display: block;
    margin: 16px 16px 0; }

  .howto__enter .enter__card {
    width: 92%;
    margin: 0 auto 12px; }

  .howto__enter dl {
    width: 100%; }

  .howto__text {
    margin: 16px 16px 0; }

  /* YOUTUBE VIDEO */
  .link__video {
    margin: 8px auto; }

  .link__step {
    display: block; }

  .link__step li {
    width: 100%;
    margin: 0 auto; }

  .link__step li + li {
    margin: 12px auto 0; }

  .link__step li:nth-of-type(1)::after,
  .link__step li:nth-of-type(2)::after {
    content: " ";
    width: 0;
    height: 0;
    margin: 0 0 0 -28px;
    border-style: solid;
    border-width: 10px 28px 0 28px;
    border-color: #c7aa79 transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: 100%; } }
/*----------------------------------------------------------------------
    SmartPhone CSS 480以下
----------------------------------------------------------------------*/
@media (max-width: 479px) {
  .play__intro h2 {
    font-size: 12px;
    top: 12px;
    right: 14px; }

  .play__intro h2 b {
    font-size: 14px; }

  .howto__enter dl dt {
    font-size: 16px; } }

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