@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul, li {
  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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* =====================================================================================
  common class

  update: 13/12/15
  
  memo  : 
        通常フォント：font-size: 13px -> line-height: 22px; 
        見出し：    font-size: 30px -> line-height: ---; margin: ---; padding: 40px 0 30px;
        中見出し： font-size: 16px -> line-height: inherit;

        ・line-heightは個別に指定（余白やマージンがズレるため）
				
				@include size(0,0);
				@include absolute(0,0,0);

====================================================================================== */
#logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

/* IE7pfloat */
.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

/* End hide from IE-mac */
html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  background-color: #000000;
}

a {
  outline: none;
}

#htmlContainer {
  font-size: 12px;
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Osaka","Osaka－等幅","Osaka-Mono","ＭＳ Ｐゴシック",sans-serif;
  background-color: #000;
  display: none;
  min-width: 980px;
  overflow: hidden;
}

.inner {
  margin: 0 auto;
  position: relative;
  width: 980px;
}

.sp {
  display: none;
}

/*================================================================================
	HEADER
================================================================================*/
/*================================================================================
	FOOTER
================================================================================*/
/*================================================================================
	CONTAINER
================================================================================*/
#container {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

/*================================================================================
	MODULE STYLE
================================================================================*/
.block {
  position: relative;
}

.snowfall-flakes {
  -webkit-animation-name: sakura;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: sakura;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: sakura;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
}

#flake-0,
#flake-1,
#flake-2,
#flake-3,
#flake-4 {
  -webkit-animation-duration: 2700ms;
  -moz-animation-duration: 2700ms;
  -ms-animation-duration: 2700ms;
}

#flake-5,
#flake-6,
#flake-7,
#flake-8,
#flake-9 {
  -webkit-animation-duration: 3200ms;
  -moz-animation-duration: 3200ms;
  -ms-animation-duration: 3200ms;
}

#flake-10,
#flake-11,
#flake-12,
#flake-13,
#flake-14 {
  -webkit-animation-duration: 3700ms;
  -moz-animation-duration: 3700ms;
  -ms-animation-duration: 3700ms;
}

#flake-15,
#flake-16,
#flake-17,
#flake-18,
#flake-19 {
  -webkit-animation-duration: 3000ms;
  -moz-animation-duration: 3000ms;
  -ms-animation-duration: 3000ms;
}

@-webkit-keyframes sakura {
  25% {
    -webkit-transform: rotate(20deg);
    -webkit-animation-timing-function: ease-in;
  }

  50% {
    -webkit-transform: rotate(0deg);
    -webkit-animation-timing-function: ease-out;
  }

  75% {
    -webkit-transform: rotate(-20deg);
    -webkit-animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: rotate(0deg);
    -webkit-animation-timing-function: ease-out;
  }
}

@-moz-keyframes sakura {
  25% {
    -moz-transform: rotate(20deg);
    -moz-animation-timing-function: ease-in;
  }

  50% {
    -moz-transform: rotate(0deg);
    -moz-animation-timing-function: ease-out;
  }

  75% {
    -moz-transform: rotate(-20deg);
    -moz-animation-timing-function: ease-in;
  }

  100% {
    -moz-transform: rotate(0deg);
    -moz-animation-timing-function: ease-out;
  }
}

@-ms-keyframes sakura {
  25% {
    -ms-transform: rotate(20deg);
    -ms-animation-timing-function: ease-in;
  }

  50% {
    -ms-transform: rotate(0deg);
    -ms-animation-timing-function: ease-out;
  }

  75% {
    -ms-transform: rotate(-20deg);
    -ms-animation-timing-function: ease-in;
  }

  100% {
    -ms-transform: rotate(0deg);
    -ms-animation-timing-function: ease-out;
  }
}

/* =====================================================================================
  common class

  update: 13/12/15
  
  memo  : 
        通常フォント：font-size: 14px -> line-height: 24px; 
        見出し：    font-size: ---; -> line-height: ---; margin: ---; padding: ---;
        中見出し： font-size: ---; -> line-height: ---;
				
				@include size(0,0);
				@include absolute(0,0,0);
				@include fixed(0,0,0);

====================================================================================== */
#black {
  width: 100%;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10000;
  min-height: 1350px;
}

#intro-logoset {
  width: 394px;
  height: 96px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -197px;
  margin-top: -68px;
  z-index: 1000;
}
#intro-logoset .logo-wrapper {
  position: relative;
}
#intro-logoset .logo-wrapper .logo-fmt {
  position: absolute;
  z-index: 0;
  display: none;
}
#intro-logoset .logo-wrapper .l01 {
  left: 0px;
  top: 37px;
}
#intro-logoset .logo-wrapper .l02 {
  left: 35px;
  top: 32px;
}
#intro-logoset .logo-wrapper .l03 {
  left: 55px;
  top: 50px;
}
#intro-logoset .logo-wrapper .l04 {
  left: 82px;
  top: 50px;
}
#intro-logoset .logo-wrapper .l05 {
  left: 118px;
  top: 50px;
}
#intro-logoset .logo-wrapper .l06 {
  left: 146px;
  top: 44px;
}
#intro-logoset .logo-wrapper .l07 {
  left: 174px;
  top: 55px;
}
#intro-logoset .logo-wrapper .l08 {
  left: 180px;
  top: 37px;
}
#intro-logoset .logo-wrapper .l09 {
  left: 220px;
  top: 50px;
}
#intro-logoset .logo-wrapper .l10 {
  left: 248px;
  top: 32px;
}
#intro-logoset .logo-wrapper .l11 {
  left: 267px;
  top: 32px;
}
#intro-logoset .logo-wrapper .l12 {
  left: 297px;
  top: 51px;
}
#intro-logoset .logo-wrapper .l13 {
  left: 330px;
  top: 50px;
}
#intro-logoset .logo-wrapper .l14 {
  left: 354px;
  top: 40px;
}
#intro-logoset .logo-wrapper .l15 {
  left: 374px;
  top: 50px;
}
#intro-logoset .logo-wrapper .l16 {
  left: 125px;
  top: 87px;
}
#intro-logoset .logo-wrapper .lobj {
  left: 162px;
  top: 0px;
}

/* 背景 メインビジュアル */
#mainVslLayer {
  background: url("../../img/top/main_visual.jpg") no-repeat center top;
  position: relative;
  min-height: 1350px;
}
#mainVslLayer #frameLayer {
  position: relative;
  background: url("../img/bg_frame.png") repeat-y center top;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 90;
  width: 100%;
  min-height: 1350px;
}
#mainVslLayer #frameLayer .frameFeather01 {
  position: fixed;
  left: 50%;
  top: 170px;
  margin-left: 570px;
}
#mainVslLayer #frameLayer .frameFeather02 {
  position: fixed;
  left: 50%;
  top: 250px;
  margin-left: -700px;
}
#mainVslLayer #frameLayer .frameFeather03 {
  position: fixed;
  left: 50%;
  top: 430px;
  margin-left: 570px;
}
#mainVslLayer .frame-top {
  background: url("../img/bg_white.png") no-repeat center top;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 80;
  width: 100%;
  height: 49px;
}
#mainVslLayer .frame-btm {
  background: url("../img/bg_frame_ft.png") no-repeat center top;
  height: 359px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  /*
  .frameFeather04{
  	position:fixed;
  	left:50%;
  	bottom:0;
  	margin-left:-575px;
  }
  */
}
#mainVslLayer .frame-btm .logo-box {
  height: 81px;
  margin-top: 252px;
}
#mainVslLayer .frame-btm .logo-box h1 {
  position: absolute;
  left: 321px;
  top: 0;
}
#mainVslLayer .frame-btm .frameCoil01 {
  position: fixed;
  left: 50%;
  bottom: 50px;
  margin-left: -555px;
}
#mainVslLayer .frame-btm .frameCoil02 {
  position: fixed;
  left: 50%;
  bottom: 65px;
  margin-left: -325px;
}
#mainVslLayer .frame-btm .frameCoilBtn {
  position: fixed;
  left: 50%;
  bottom: -30px;
  margin-left: -515px;
  width: 193px;
  height: 193px;
  z-index: 1000;
  background: url("../../img/top/btn_sd01.png") no-repeat center top;
}
#mainVslLayer .frame-btm .frameCoilBtn p {
  margin: 42px 0 0 40px;
  width: 115px;
  height: 115px;
}
#mainVslLayer .frame-btm .frameFeather05 {
  position: fixed;
  left: 50%;
  bottom: 50px;
  margin-left: 360px;
}
#mainVslLayer .frame-btm .frameFeather06 {
  position: fixed;
  left: 50%;
  bottom: 90px;
  margin-left: 390px;
  display: none;
}

#top #htmlContainer {
  display: block;
  opacity: 1;
}
#top .social-box {
  display: none;
}
#top .social-box ul {
  position: absolute;
  right: 10px;
  top: 18px;
  width: 310px;
  z-index: 110;
}
#top .social-box li {
  float: left;
}
#top .sound-box {
  display: none;
}
#top .sound-box p {
  position: absolute;
  right: -30px;
  top: 18px;
  cursor: pointer;
  z-index: 110;
}
#top #visual-box {
  width: 810px;
  height: 818px;
  position: absolute;
  left: 0px;
  top: 288px;
  z-index: 10;
  left: 50%;
  margin-left: -405px;
  display: none;
  background: url("../../img/top/type-shadow.png") no-repeat center 100%;
}
#top #visual-box .visual-wrap {
  position: relative;
  width: 810px;
  height: 818px;
}
#top #visual-box .type-01 {
  width: 189px;
  height: 540px;
  position: absolute;
  left: 54px;
  top: 126px;
  z-index: 2;
  background: url("../../img/top/type-01_w.png") no-repeat 0 0;
}
#top #visual-box .type-02 {
  width: 130px;
  height: 575px;
  position: absolute;
  left: 354px;
  top: 0px;
  z-index: 0;
  background: url("../../img/top/type-02_w.png") no-repeat 0 0;
}
#top #visual-box .type-03 {
  width: 135px;
  height: 501px;
  position: absolute;
  left: 419px;
  top: 142px;
  z-index: 2;
  background: url("../../img/top/type-03_w.png") no-repeat 0 0;
}
#top #visual-box .type-04 {
  width: 129px;
  height: 489px;
  position: absolute;
  left: 461px;
  top: 85px;
  z-index: 0;
  background: url("../../img/top/type-04_w.png") no-repeat 0 0;
}
#top #visual-box .type-05 {
  width: 147px;
  height: 479px;
  position: absolute;
  left: 543px;
  top: 89px;
  z-index: 0;
  background: url("../../img/top/type-05_w.png") no-repeat 0 0;
}
#top #visual-box .type-06 {
  width: 140px;
  height: 515px;
  position: absolute;
  left: 166px;
  top: 55px;
  z-index: 0;
  background: url("../../img/top/type-06_w.png") no-repeat 0 0;
}
#top #visual-box .type-07 {
  width: 721px;
  height: 581px;
  position: absolute;
  left: 13px;
  top: 200px;
  z-index: 3;
  background: url("../../img/top/type-07_w.png") no-repeat 0 0;
}
#top #visual-box .type-mn {
  width: 128px;
  height: 576px;
  position: absolute;
  left: 244px;
  top: 74px;
  z-index: 2;
  background: url("../../img/top/type-mn_w.png") no-repeat 0 0;
}
#top #visual-box .type-09 {
  width: 125px;
  height: 514px;
  position: absolute;
  left: 588px;
  top: 170px;
  z-index: 2;
  background: url("../../img/top/type-09_w.png") no-repeat 0 0;
}
#top .visual-nums {
  width: 810px;
  height: 818px;
  position: absolute;
  left: 0px;
  top: 288px;
  z-index: 103;
  left: 50%;
  margin-left: -405px;
}
#top .visual-nums .nums-wrap {
  position: relative;
  width: 810px;
  height: 818px;
}
#top .visual-nums #type-01_num {
  width: 145px;
  height: 540px;
  position: absolute;
  left: 200px;
  top: 91px;
  z-index: 0;
}
#top .visual-nums #type-02_num {
  width: 85px;
  height: 200px;
  position: absolute;
  left: 111px;
  top: 42px;
  z-index: 0;
}
#top .visual-nums #type-03_num {
  width: 82px;
  height: 501px;
  position: absolute;
  left: 127px;
  top: 17px;
  z-index: 0;
}
#top .visual-nums #type-04_num {
  width: 82px;
  height: 338px;
  position: absolute;
  left: 230px;
  top: 220px;
  z-index: 0;
}
#top .visual-nums #type-05_num {
  width: 70px;
  height: 338px;
  position: absolute;
  left: 230px;
  top: 7px;
  z-index: 0;
}
#top .visual-nums #type-06_num {
  width: 82px;
  height: 540px;
  position: absolute;
  left: 258px;
  top: 162px;
  z-index: 0;
}
#top .visual-nums #type-07_num {
  width: 82px;
  height: 540px;
  position: absolute;
  left: 359px;
  top: 21px;
  z-index: 0;
}
#top .visual-nums #type-mn_num {
  width: 73px;
  height: 524px;
  position: absolute;
  left: 338px;
  top: 3px;
  z-index: 0;
}
#top .visual-nums #type-09_num {
  width: 81px;
  height: 483px;
  position: absolute;
  left: 268px;
  top: 139px;
  z-index: 0;
}
#top .visual-nums p {
  display: none;
}
#top .visual-buttons {
  width: 810px;
  height: 818px;
  position: absolute;
  left: 0px;
  top: 288px;
  z-index: 104;
  left: 50%;
  margin-left: -405px;
}
#top .visual-buttons .vbtn-wrap {
  position: relative;
  width: 810px;
  height: 818px;
}
#top .visual-buttons .vbtn-wrap p {
  cursor: pointer;
}
#top .visual-buttons #type-01 {
  width: 145px;
  height: 540px;
  position: absolute;
  left: 54px;
  top: 126px;
  z-index: 0;
}
#top .visual-buttons #type-02 {
  width: 85px;
  height: 200px;
  position: absolute;
  left: 376px;
  top: 0px;
  z-index: 0;
}
#top .visual-buttons #type-03 {
  width: 82px;
  height: 501px;
  position: absolute;
  left: 436px;
  top: 142px;
  z-index: 0;
}
#top .visual-buttons #type-04 {
  width: 82px;
  height: 338px;
  position: absolute;
  left: 499px;
  top: 83px;
  z-index: 0;
}
#top .visual-buttons #type-05 {
  width: 70px;
  height: 338px;
  position: absolute;
  left: 581px;
  top: 83px;
  z-index: 0;
}
#top .visual-buttons #type-06 {
  width: 82px;
  height: 540px;
  position: absolute;
  left: 199px;
  top: 43px;
  z-index: 0;
}
#top .visual-buttons #type-07 {
  width: 82px;
  height: 540px;
  position: absolute;
  left: 354px;
  top: 200px;
  z-index: 0;
}
#top .visual-buttons #type-mn {
  width: 73px;
  height: 524px;
  position: absolute;
  left: 281px;
  top: 126px;
  z-index: 0;
}
#top .visual-buttons #type-09 {
  width: 81px;
  height: 483px;
  position: absolute;
  left: 634px;
  top: 160px;
  z-index: 0;
}
#top .feather-box {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 230px;
  z-index: 9;
}
#top .feather-box .f01 {
  position: absolute;
  left: 571px;
  top: -88px;
  z-index: 0;
}
#top .feather-box .f02 {
  position: absolute;
  left: 155px;
  top: 164px;
  z-index: 0;
}
#top .feather-box .f03 {
  position: absolute;
  left: 231px;
  top: 810px;
  z-index: 0;
}
#top .feather-box .feather-fmt {
  display: none;
}
#top .copy-box {
  padding-top: 230px;
  position: relative;
}
#top .copy-box .t01 {
  position: absolute;
  left: 933px;
  top: 61px;
  z-index: 0;
}
#top .copy-box .t02 {
  position: absolute;
  left: 932px;
  top: 132px;
  z-index: 0;
}
#top .copy-box .t03 {
  position: absolute;
  left: 932px;
  top: 180px;
  z-index: 0;
}
#top .copy-box .t04 {
  position: absolute;
  left: 910px;
  top: 228px;
  z-index: 0;
}
#top .copy-box .t05 {
  position: absolute;
  left: 925px;
  top: 264px;
  z-index: 0;
}
#top .copy-box .t06 {
  position: absolute;
  left: 869px;
  top: 272px;
  z-index: 0;
}
#top .copy-box .t07 {
  position: absolute;
  left: 931px;
  top: 389px;
  z-index: 0;
}
#top .copy-box .t08 {
  position: absolute;
  left: 825px;
  top: 65px;
  z-index: 0;
}
#top .copy-box .t09 {
  position: absolute;
  left: 826px;
  top: 139px;
  z-index: 0;
}
#top .copy-box .t10 {
  position: absolute;
  left: 828px;
  top: 188px;
  z-index: 0;
}
#top .copy-box .t11 {
  position: absolute;
  left: 827px;
  top: 222px;
  z-index: 0;
}
#top .copy-box .t12 {
  position: absolute;
  left: 800px;
  top: 267px;
  z-index: 0;
}
#top .copy-box .t13 {
  position: absolute;
  left: 823px;
  top: 340px;
  z-index: 0;
}
#top .copy-box .t14 {
  position: absolute;
  left: 827px;
  top: 387px;
  z-index: 0;
}
#top .copy-box .t15 {
  position: absolute;
  left: 825px;
  top: 423px;
  z-index: 0;
}
#top .copy-box .t16 {
  position: absolute;
  left: 101px;
  top: 55px;
  z-index: 0;
}
#top .copy-box .t17 {
  position: absolute;
  left: 103px;
  top: 148px;
  z-index: 0;
}
#top .copy-box .t18 {
  position: absolute;
  left: 103px;
  top: 207px;
  z-index: 0;
}
#top .copy-box .t19 {
  position: absolute;
  left: 104px;
  top: 254px;
  z-index: 0;
}
#top .copy-box .t20 {
  position: absolute;
  left: 102px;
  top: 321px;
  z-index: 0;
}
#top .copy-box .t21 {
  position: absolute;
  left: 102px;
  top: 377px;
  z-index: 0;
}
#top .copy-box .t22 {
  position: absolute;
  left: 102px;
  top: 421px;
  z-index: 0;
}
#top .copy-box .t23 {
  position: absolute;
  left: -10px;
  top: 62px;
  z-index: 0;
}
#top .copy-box .t24-1 {
  position: absolute;
  left: -2px;
  top: 177px;
  z-index: 0;
}
#top .copy-box .t24-2 {
  position: absolute;
  left: 36px;
  top: 174px;
  z-index: 0;
}
#top .copy-box .t25 {
  position: absolute;
  left: -2px;
  top: 218px;
  z-index: 0;
}
#top .copy-box .t26 {
  position: absolute;
  left: -6px;
  top: 200px;
  z-index: 0;
}
#top .copy-box .t27 {
  position: absolute;
  left: -2px;
  top: 348px;
  z-index: 0;
}
#top .copy-box .t28 {
  position: absolute;
  left: -2px;
  top: 402px;
  z-index: 0;
}
#top .copy-box .copy-fmt {
  position: absolute;
  z-index: 9 !important;
  display: none;
}
#top .staff-box {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 795px;
  z-index: 10;
}
#top .staff-box .staff-fmt {
  padding-left: 13px;
  display: none;
}
#top .staff-box .staff-fmt img {
  vertical-align: top;
}
#top .mbtn-box {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 800px;
  z-index: 8;
}
#top .mbtn-box .btn-pos {
  position: absolute;
  left: 750px;
  top: 0px;
  z-index: 0;
}
#top .mbtn-box .btn-pos p {
  position: relative;
  width: 336px;
  height: 66px;
}
#top .mbtn-box .btn-pos p img {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}
#top .mbtn-box .btn-pos p .hover-img {
  display: none;
  z-index: 10;
}
#top .btn-wrap {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 105;
}
#top .btn-wrap .btn-movie {
  position: absolute;
  left: 776px;
  top: 800px;
  z-index: 0;
}
#top .btn-wrap .btn-snd {
  position: fixed;
  margin-left: 390px;
  left: 50%;
  bottom: 90px;
  z-index: 500;
  cursor: pointer;
  display: none;
}

/*================================================================================
	SMART DIVECE
================================================================================*/
.iPhone #intro-logoset,
.iPad #intro-logoset,
.Android #intro-logoset {
  position: relative !important;
  width: 100% !important;
  height: 500px !important;
  margin: 0 !important;
  left: inherit !important;
  top: inherit !important;
}
.iPhone #intro-logoset .logo-wrapper,
.iPad #intro-logoset .logo-wrapper,
.Android #intro-logoset .logo-wrapper {
  display: none !important;
}
.iPhone #intro-logoset #sp-intro,
.iPad #intro-logoset #sp-intro,
.Android #intro-logoset #sp-intro {
  width: 230px !important;
  margin: 180px auto 0 auto !important;
}
.iPhone #intro-logoset #sp-intro img,
.iPad #intro-logoset #sp-intro img,
.Android #intro-logoset #sp-intro img {
  width: 230px !important;
  height: auto !important;
}
.iPhone #black,
.iPad #black,
.Android #black {
  width: 980px !important;
}
.iPhone #htmlContainer,
.iPhone #mainVslLayer,
.iPhone .frame-btm,
.iPhone .frame-top,
.iPhone #frameLayer,
.iPhone #visual-box,
.iPhone .feather-box,
.iPhone .copy-box,
.iPhone .staff-box,
.iPhone .mbtn-box,
.iPhone .btn-wrap,
.iPhone .social-box,
.iPhone .sound-box,
.iPad #htmlContainer,
.iPad #mainVslLayer,
.iPad .frame-btm,
.iPad .frame-top,
.iPad #frameLayer,
.iPad #visual-box,
.iPad .feather-box,
.iPad .copy-box,
.iPad .staff-box,
.iPad .mbtn-box,
.iPad .btn-wrap,
.iPad .social-box,
.iPad .sound-box,
.Android #htmlContainer,
.Android #mainVslLayer,
.Android .frame-btm,
.Android .frame-top,
.Android #frameLayer,
.Android #visual-box,
.Android .feather-box,
.Android .copy-box,
.Android .staff-box,
.Android .mbtn-box,
.Android .btn-wrap,
.Android .social-box,
.Android .sound-box {
  width: 980px !important;
  min-width: 980px !important;
}
.iPhone .inner,
.iPad .inner,
.Android .inner {
  width: 980px !important;
  min-width: 980px !important;
}
