@charset "UTF-8";
/* /////////////////////////////////////////
*
* Base
*
* /////////////////////////////////////////*/
/*===========================================
* reset
* ==========================================*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

/*================================
* 2016-01-25 add
* ===============================*/
object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, small, strong, b, u, i, dl, dt, dd, ol, ul, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, section, summary, time, mark, audio, video {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

body {
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
}

img {
  vertical-align: top;
  line-height: 1;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

em, dfn {
  font-style: normal;
}

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

/* html5doctor.com Reset Stylesheetv1.6.1Last Updated: 2010-09-17Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark*/
ins {
  background-color: #ff9;
  color: inherit;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: inherit;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

hr {
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

/*===========================================
* base
* ==========================================*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}
/*ここから*/
body {
  width: 100%;
  height: 100%;
  line-height: 1.5;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}

a:link, a:visited, a:hover, a:active, a:focus {
  color: #00f;
}

#wrapper {
  max-width: 640px;
  min-width: 320px;
  margin: 0 auto;
  overflow: hidden;
}

#wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* /////////////////////////////////////////
*
* Layout
*
* /////////////////////////////////////////*/
.container {
  padding-top: 8.75%;
}

/*================================================
* mv
* ==============================================*/
.mv {
  position: relative;
}
.mv-logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 35.9375%;
}
.mv-lead {
  margin-bottom: 9.6875%;
}

/*================================================
* cv
* ==============================================*/
.cv {
  padding-bottom: 4.0625%;
  border: 7px solid #a5031a;
}
.cv-present {
  margin-bottom: 5.22876%;
}
.cv-btns {
  padding: 0 4.24837%;
}
.cv-appBtn {
  margin-bottom: 5.22876%;
}

/*================================================
* feeling
* ==============================================*/
.feeling {
  margin-bottom: 10.625%;
}

/*================================================
* secret
* ==============================================*/

.secret-head {
  margin-bottom: 5%;
}

/*================================================
* trouble
* ==============================================*/
.trouble {
  margin: 6.5625% 0 4.6875%;
  border-top: 5px solid #404150;
}

/*================================================
* voice
* ==============================================*/
.voice {
  padding-bottom: 8.75%;
  background-color: #fed1de;
  background-image: url(../../../../images/bb/sp/sep_net/bg_voice_top.jpg), url(../../../../images/bb/sp/sep_net/bg_voice_bottom.png);
  background-position: left top, left bottom;
  background-repeat: no-repeat, repeat-x;
  -webkit-background-size: 100%, 0.3125%;
  background-size: 100%, 0.3125%;
}

.voiceUnit {
  position: relative;
  z-index: 10;
  margin-bottom: 10.9375%;
}
.voiceUnit > dd {
  position: relative;
  line-height: 1.9;
  padding: 0.5em 7.8125% 0;
  background: url(../../../../images/bb/sp/sep_net/bg_voice-unit_middle.png) repeat-y;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.voiceUnit > dd::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  height: 0;
  width: 100%;
  padding-top: 10%;
  background: url(../../../../images/bb/sp/sep_net/bg_voice-unit_bottom.png) left bottom no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.voiceUnit > dd em {
  background-color: #fcedb2;
}

.voiceUnit.voiceUnit-2 {
  z-index: 5;
}
.voiceUnit.voiceUnit-2::before {
  content: '';
  position: absolute;
  top: -30%;
  right: 0;
  z-index: -1;
  width: 141px;
  height: 211px;
  background: url(../../../../images/bb/sp/sep_net/bg_voice_flower.png) no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}

/*================================================
* off
* ==============================================*/
.off {
  padding-top: 7.5%;
}

.off-present {
  position: relative;
  margin-bottom: 3.4375%;
}
.off-present .off-btn {
  display: block;
  position: absolute;
  top: 0;
  left: 54.6875%;
  width: 42.1875%;
  margin-top: 49.6875%;
}

/*================================================
* desc
* ==============================================*/
.desc {
  margin-bottom: 7.8125%;
}

/*================================================
* try
* ==============================================*/
.try {
  margin-bottom: 9.375%;
}

/*================================================
* footer
* ==============================================*/
.footer {
  padding-top: 5.9375%;
  background-color: #a5031a;
}
.footer-logo {
  width: 37.65625%;
  margin: 0 auto 5.9375%;
}
.footer .copyright {
  padding: .8em .5em;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
.secret-realize {
    padding-bottom: 7.8%;
    background-color: #fff2f9;
}
