@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

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

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

[hidden], template {
  display: none;
}

html {
  color: #000;
  background: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

caption, th {
  text-align: left;
}

fieldset, img {
  border: 0;
}

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

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

legend {
  color: #000;
}

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

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
}

pre {
  white-space: pre-wrap;
}

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

b, strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

ol, ul {
  list-style: none;
}

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

abbr, acronym {
  font-variant: normal;
  border: 0;
}

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

sup {
  vertical-align: super;
}

sub {
  bottom: -.25em;
  vertical-align: text-bottom;
}

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

a:focus {
  outline: none;
}

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

optgroup {
  font-weight: bold;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-size: 100%;
  font-weight: inherit;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

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

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

input[type='checkbox'], input[type='radio'] {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

html,
body {
  width: 100%;
  height: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  font-size: 10px;
  background-color: #ffd325;
}

body {
  opacity: 0;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

.cf:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

/* --------------------------------------------------------------------------------
*
*   body
*
-------------------------------------------------------------------------------- */
.body__bg {
  background: url(/assets/img/common/body__bg.gif);
  background-size: 50%;
  background-position: left top;
  background-attachment: fixed;
}

.body__inner {
  overflow: hidden;
  max-width: 375px;
  margin: 0 auto;
  background-color: #ffd325;
}

/* --------------------------------------------------------------------------------
*
*   row
*
-------------------------------------------------------------------------------- */
.row {
  font-size: 0;
  text-align: center;
}

.row .item {
  display: inline-block;
  margin-right: 2px;
  box-sizing: border-box;
}

.row .item:last-child {
  margin-right: 0;
  padding-right: 0;
}

/* --------------------------------------------------------------------------------
*
*   loading
*
-------------------------------------------------------------------------------- */
.loading {
  background-color: #ffd325;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  left: 0;
  top: 0;
  opacity: 0;
}

.loading #text {
  width: 20px;
  margin-left: -10px;
}

.loading #text img.text {
  display: block;
  margin-bottom: 18px;
  z-index: 2;
  position: relative;
}

.loading #text img.text:last-child {
  margin-bottom: 0;
}

.loading #text img.text:nth-child(2) {
  margin-bottom: 14px;
}

.loading #text img.text:nth-child(3) {
  margin-bottom: 8px;
  margin-left: -1px;
}

.loading #text img.text:nth-child(4) {
  margin-bottom: 15px;
}

.loading #text img.text:nth-child(5) {
  margin-bottom: 14px;
}

.loading #text img.text:nth-child(6) {
  margin-bottom: 15px;
}

.loading #text img.text:nth-child(7) {
  margin-left: -2px;
}

.loading .koro_o {
  position: absolute;
  display: block;
}

.loading .koro_o_top {
  z-index: 3;
}

.loading .koro_o_btm {
  z-index: 1;
  margin-top: 33px;
}

.loading .koro_c {
  position: absolute;
  display: block;
}

.loading .koro_c_top {
  z-index: 3;
}

.loading .koro_c_btm {
  z-index: 1;
  margin-top: 37px;
}

.loading .bgBox {
  z-index: 2;
}

.loading .bg {
  background-color: #ffd325;
  position: absolute;
  bottom: 0;
}

/* --------------------------------------------------------------------------------
*
*  onomatope
*
-------------------------------------------------------------------------------- */
#onomatope {
  position: absolute;
  left: -50px;
  top: -30px;
}

#onomatope img {
  position: absolute;
  opacity: 0;
}

#onomatope .text01 {
  opacity: 0.8;
}

#onomatope .text02 {
  opacity: 0.6;
}

#onomatope .text03 {
  opacity: 0.5;
}

#onomatope .text04 {
  opacity: 0.4;
}

#onomatope .text05 {
  opacity: 0.2;
}

/* --------------------------------------------------------------------------------
*
*   pagetop
*
-------------------------------------------------------------------------------- */
#pagetopWrap {
  -webkit-transition: background-color 0.5s linear 0s;
  -moz-transition: background-color 0.5s linear 0s;
  -ms-transition: background-color 0.5s linear 0s;
  -o-transition: background-color 0.5s linear 0s;
  transition: background-color 0.5s linear 0s;
}

#pagetopWrap.bg {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
}

#pagetop {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9999;
}

#pagetop img {
  position: absolute;
  left: 50%;
}

#pagetop .text01 {
  opacity: 0.8;
}

#pagetop .pagetop__img02 {
  opacity: 0.6;
}

#pagetop .pagetop__img03 {
  opacity: 0.5;
}

#pagetop .pagetop__img04 {
  opacity: 0.4;
}

#pagetop .pagetop__img05 {
  opacity: 0.2;
}

/* --------------------------------------------------------------------------------
*
*   clip
*
-------------------------------------------------------------------------------- */
.contentsWrap {
  position: relative;
  background-color: #ffd325;
  z-index: 100;
}

.contentsInner {
  overflow: hidden;
}

.c__clip {
  position: absolute;
  bottom: -20px;
  z-index: 100;
}

/* --------------------------------------------------------------------------------
*
*   other
*
-------------------------------------------------------------------------------- */
.ex {
  transform: rotate(20deg);
  display: inline-block;
  text-indent: 0;
}

#footer .ex {
  transform: rotate(20deg);
  display: inline-block;
  padding-left: 6px;
  position: relative;
  top: 0px;
  padding-right: 5px;
}

#campaign .indent .ex {
  width: 13px;
  position: relative;
  left: -11px;
  top: -4px;
}

#campaign .adjust {
  padding: 0 1px;
}

#about .adjust01 {
  width: 5px;
  position: relative;
  top: -1px;
  left: -2px;
}

#about .adjust02 {
  position: relative;
  transform: rotate(23deg);
  top: 1px;
}

body {
  opacity: 1;
}

#content {
  position: relative;
  overflow: hidden;
}

#knifeWrapper {
  position: relative;
  margin: 0 auto;
  width: 1062px;
  height: 216px;
  background-image: url("/assets/img/test/opening/scene3/btn_knife.png");
  background-size: 1062px 216px;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-align: center;
  padding: 82px 0 0;
}

#knifeWrapper.active {
  opacity: 1 !important;
}

#knifeWrapper img {
  display: inline-block;
  margin: 0 0 0 -3px;
  width: 328px;
  height: 78px;
}
