/* CSS Document */
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, botton, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline; }

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

html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased; }

blockquote, q {
  quotes: none; }

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

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul, li {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

a {
  text-decoration: none;
  color: #000; }

a:focus {
  outline: none; }

a:hover {
  opacity: 0.7;
  transition: 1.0s; }

html {
  background: #acacac;
  width: 768px;
  margin: 0 auto;
  overflow-x: hidden; }
  html body {
    width: 768px;
    height: auto;
    min-height: 1600px;
    background: #fff;
    margin: 0 auto;
    font-family: "harenosora", Arial, Helvetica, "sans-serif", sans-serif;
    position: relative; }
    html body section {
      min-width: 768px;
      width: 768px; }
    html body .start {
      animation: fuwa 1s linear; }
@keyframes fuwa {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    html body .select, html body .answer, html body .introduntion, html body .answerInner {
      opacity: 0;
      height: 0px;
      pointer-events: none; }
    html body .menuItem, html body .select, html body .count {
      background: url("../../imgHtml/shindan/kaicho0.png");
      background-size: cover;
      background-position: top center;
      height: 0px;
      width: 768px; }
    html body .introduntion {
      background: url("../../imgHtml/shindan/kaicho1.png");
      background-size: cover;
      background-position: top center;
      height: 0px;
      width: 768px; }
    html body .select.on, html body .answer.on, html body .introduntion.on, html body .answerInner.on {
      opacity: 1;
      pointer-events: all;
      height: 1050px; }
    html body .answerInner.on, html body .answer.on {
      height: 1550px; }
    html body .answerInner.on.count {
      height: 1050px; }
    html body .menuttl {
      width: 768px;
      text-align: center;
      font-size: 1.8rem;
      justify-content: center;
      align-items: center;
      padding: 30px;
      background: url("../../imgHtml/shindan/fukidashi.png");
      background-repeat: no-repeat;
      box-sizing: border-box;
      height: 300px;
      position: absolute;
      top: 680px;
      z-index: 222;
      background-size: 100%; }
      html body .menuttl .sankaku {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 15px 0 15px;
        border-color: #8a8a8a transparent transparent transparent;
        position: absolute;
        right: 30px;
        bottom: 30px;
        animation: flash 2s linear infinite; }
@keyframes flash {
  0%,100% {
    opacity: 1; }
  50% {
    opacity: 0; } }
    html body .menuttl .txt {
      display: inline-block;
      font-size: 1.5em;
      margin-left: 2rem; }
    html body .menuItem {
      min-width: 100%;
      transition: all 1.5s;
      padding: 10px 0;
      display: flex;
      justify-content: start;
      align-items: center;
      flex-wrap: wrap;
      width: 750px; }
      html body .menuItem label {
        padding: 10px;
        cursor: pointer;
        position: relative;
        display: block;
        margin-left: 350px;
        height: 110px;
        margin-right: 50px; }
    html body .girlsSelect {
      animation: fuwa 1s linear; }
      html body .girlsSelect .menuttl {
        top: 750px;
        background: url("../../imgHtml/shindan/fukidashi0.png");
        height: 800px;
        background-size: 100%; }
        html body .girlsSelect .menuttl .txt {
          margin-bottom: 10px; }
        html body .girlsSelect .menuttl span.red {
          color: #fff;
          background: #ff4984; }
      html body .girlsSelect .detail {
        font-size: 1em;
        padding-top: 10px;
        text-align: justify;
        text-align-last: left;
        font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
        width: 90%;
        margin: 0 auto; }
      html body .girlsSelect .tsubuyaki {
        background: url("../../imgHtml/shindan/tsubuyaki.png");
        width: 442px;
        height: 111px;
        display: block;
        color: #fff;
        box-sizing: border-box;
        font-size: 36px;
        margin: 30px auto;
        padding-top: 27px;
        padding-left: 55px; }
      html body .girlsSelect .tryAgain {
        width: 442px;
        height: 111px;
        background: #333333;
        color: #fff;
        box-sizing: border-box;
        font-size: 36px;
        display: block;
        margin: 0 auto;
        border-radius: 90px;
        padding-top: 27px; }
@keyframes fuwa {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    html body .count.on .openNext {
      animation: fuwa 2s linear; }
@keyframes fuwa {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    html body .kosumi {
      background: url("../../imgHtml/shindan/kosumi0.png");
      background-size: cover;
      background-position: top center;
      height: 1400px;
      width: 768px; }
    html body .yakuin {
      background: url("../../imgHtml/shindan/yakuin0.png");
      background-size: cover;
      background-position: top center;
      height: 1400px;
      width: 768px; }
    html body .meinohama {
      background: url("../../imgHtml/shindan/meinohama0.png");
      background-size: cover;
      background-position: top center;
      height: 1400px;
      width: 768px; }
    html body .parutaru {
      background: url("../../imgHtml/shindan/parutaru0.png");
      background-size: cover;
      background-position: top center;
      height: 1400px;
      width: 768px; }
    html body .paruhata {
      background: url("../../imgHtml/shindan/paruhata0.png");
      background-size: cover;
      background-position: top center;
      height: 1400px;
      width: 768px; }
    html body .kawabata {
      background: url("../../imgHtml/shindan/kawabata0.png");
      background-size: cover;
      background-position: top center;
      height: 1400px;
      width: 768px; }
    html body .tenjin {
      background: url("../../imgHtml/shindan/tenjin0.png");
      background-size: cover;
      background-position: top center;
      height: 1400px;
      width: 768px; }
    html body .oonojo {
      background: url("../../imgHtml/shindan/kaicho1.png");
      background-size: cover;
      background-position: top center;
      height: 1400px;
      width: 768px; }
    html body h2 {
      position: absolute;
      top: 110px;
      left: 300px;
      width: 410px;
      height: 136px;
      padding: 20px;
      box-sizing: border-box;
      background: rgba(0, 0, 0, 0.7);
      color: #fff;
      font-size: 2.2em;
      text-align: center; }

header .logo {
  display: block;
  margin: 0 auto;
  padding: 50px 0 30px; }

.btn {
  content: "";
  display: block;
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  border-radius: 8px;
  transition: .8;
  width: 350px;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 100px;
  text-align: center;
  font-size: 2em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  cursor: pointer;
  border: none; }

.select.on .btn {
  animation: fuwafuwa 1s linear; }
@keyframes fuwafuwa {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.btn + .btn {
  margin-top: 30px; }

.btn:first-of-type {
  background: #ff4984;
  top: 280px;
  left: 360px;
  display: block;
  border: none; }

.btn:nth-of-type(2) {
  background: #007aff;
  top: 410px;
  left: 360px;
  display: block;
  border: none; }

@font-face {
  font-family: "harenosora";
  src: local("harenosora"), url("../../font/harenosora.otf") format("opentype"), url("../../font/harenosora.woff") format("woff"), url("../../font/harenosora.woff2") format("woff2"); }
