@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'UniqloBold';
  src: url('../font/UniqloBold.woff') format('woff'), url('font/UniqloBold.ttf') format('truetype');
}
@font-face {
  font-family: 'UniqloRegular';
  src: url('../font/UniqloRegular.woff') format('woff'), url('/font/UniqloRegular.ttf') format('truetype');
}
* {
  padding: 0;
  margin: 0;
  /**/

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
* {
  font-size: 12px;
  line-height: 1.5em;
  font-family: 'UniqloRegular', "メイリオ", "Meiryo", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", sans-serif;
}
body {
  font: 12px "メイリオ", "Meiryo", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", sans-serif;
  background: #e6e6e6;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong {
  font-size: 16px;
  color: #ff0003;
  font-weight: 500;
  font-family: 'UniqloBold', "メイリオ", "Meiryo", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", sans-serif;
}
a {
  text-decoration: none;
}
html,
body,
#container {
  height: 100%;
  min-height: 100%;
}
html {
  overflow-y: scroll;
}
#container {
  min-width: 960px;
  max-width: 1440px;
  position: relative;
  background: #FFF;
  margin: 0 auto;
  padding: 0 !important;
}
body > #container {
  height: auto;
}
#header div.navArea ul.navUtility {
  float: left;
}
#header ul li.search {
  width: auto;
  height: auto;
  padding-bottom: 13px !important;
}
#headerContainer {
  position: fixed;
  width: 960px;
  top: 15px;
  left: 50%;
  margin-left: -480px;
  z-index: 9999;
}
#sns {
  position: absolute;
  top: 115px;
  right: 0px;
}
#sns ul {
  *zoom: 1;
}
#sns ul:before,
#sns ul:after {
  display: table;
  content: "";
}
#sns ul:after {
  clear: both;
}
#sns li {
  list-style: none;
  float: left;
  margin-left: 10px;
  width: 20px;
  height: 20px;
}
#sns img {
  display: block;
  width: 20px;
  height: 20px;
}
#sns #aboutBtn {
  width: auto !important;
}
#sns #aboutBtn a {
  font-family: "メイリオ", "Meiryo", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  width: auto !important;
  height: 20px;
  line-height: 20px;
  display: block;
  color: #000;
  text-decoration: none;
  padding: 0 20px 0 10px;
  background: #ffffff url("../img/common/arrow_about.png") no-repeat right 0;
}
#sns #aboutBtn a:hover {
  text-decoration: none;
  color: #FFF;
  background: #000000 url("../img/common/arrow_about.png") no-repeat right -20px;
}
#sns #aboutBtn a.selected {
  text-decoration: none !important;
  color: #FFF !important;
  background: #000000 url("../img/common/arrow_about.png") no-repeat right -20px !important;
}
#about {
  position: fixed;
  z-index: 60000;
  padding: 5px;
  width: 450px;
  top: 50%;
  left: 50%;
  background: #FFF;
}
#about p {
  font-size: 13px;
  line-height: 2em;
  font-family: "メイリオ", "Meiryo", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", sans-serif;
}
#about .inner {
  padding: 30px 15px;
  border: 2px solid #000;
}
#about img.close {
  position: absolute;
  left: 420px;
  top: 17px;
  cursor: pointer;
}
#footer {
  text-align: center;
  margin: 0 auto;
}
#navigations {
  position: fixed;
  width: 960px;
  height: 145px;
  left: 50%;
  margin-left: -480px;
  z-index: 10000;
}
#nav {
  margin-top: 15px;
}
#nav ul {
  display: block;
  width: 960px;
  *zoom: 1;
}
#nav ul:before,
#nav ul:after {
  display: table;
  content: "";
}
#nav ul:after {
  clear: both;
}
#nav #topBtn a {
  font-size: 13px;
  color: #000 !important;
  text-align: center !important;
  font-family: 'UniqloBold', "メイリオ", "Meiryo", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", sans-serif;
  line-height: 46px;
  padding: 0 0 0 46px;
  margin: 0;
  background: #ffffff url('../img/common/uniqlo.png') no-repeat;
}
#nav #topBtn a:hover {
  text-decoration: none;
  position: relative;
}
#nav #topBtn a:hover:after {
  content: " ";
  position: absolute;
  display: block;
  width: 165px;
  height: 58px;
  top: -10px;
  left: -2px;
  z-index: 50;
  background: url("../img/common/top_over.png");
}
#nav #topBtn a.selected {
  pointer-events: none;
  cursor: default;
  position: relative;
}
#nav #topBtn a.selected:after {
  content: " ";
  position: absolute;
  display: block;
  width: 165px;
  height: 58px;
  top: -10px;
  left: -2px;
  z-index: 50;
  background: url("../img/common/top_over.png");
}
#nav li {
  display: block;
  float: left;
}
#nav li a {
  display: block;
  height: 50px;
  border: 2px solid #000;
}
#nav li a:hover {
  border: 2px solid #ff0003 !important;
  position: relative;
}
#nav li a:hover:after {
  content: " ";
  position: absolute;
  display: block;
  width: 50px;
  height: 58px;
  top: -10px;
  left: -2px;
  z-index: 50;
  background: url("../img/common/thumb_over.png");
}
#nav li a.selected {
  cursor: default;
  position: relative;
}
#nav li a.selected:after {
  content: " ";
  position: absolute;
  display: block;
  width: 50px;
  height: 58px;
  top: -10px;
  left: -2px;
  z-index: 50;
  background: url("../img/common/thumb_over.png");
}
#nav li + li {
  margin-left: 3px;
}
.nav-box {
  width: 50px;
  height: 50px;
}
.nav-box-2 {
  width: 165px;
  height: 50px;
}
#control {
  z-index: 3000;
  height: 50px;
}
#wrap {
  position: relative;
  top: 0;
  min-width: 960px;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  background: url("../img/common/background.png");
  height: 100%;
}
#container > #wrap {
  height: auto;
}
#content {
  min-width: 960px;
  max-width: 1440px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  top: 0;
  z-index: 100;
  margin: 0 auto;
}
.page {
  height: 100%;
}
@-webkit-keyframes 'fadeLoop' {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
}
#pageTop {
  position: relative;
  text-align: center !important;
  top: 0;
  height: 100%;
}
#pageTop #logo {
  text-align: center !important;
  position: absolute;
  left: 50%;
  margin-left: -250px;
  margin-top: -150px;
  z-index: 5;
}
#pageTop #logo h1 {
  text-align: center !important;
  padding: 0;
  margin: 0;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
}
#pageTop #logo p {
  text-align: center !important;
  line-height: 1.8em;
  color: #000000;
  font-size: 12px;
  font-family: "メイリオ", "Meiryo", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", sans-serif;
}
#pageTop #scroll {
  text-align: center !important;
  z-index: 5;
  margin-top: 30px;
  -webkit-animation: fadeLoop .6s infinite alternate;
}
#pageTop #scroll p {
  text-align: center !important;
  font-family: 'UniqloBold', "メイリオ", "Meiryo", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", sans-serif;
  font-size: 13px;
  color: #000000;
}
#clouds {
  text-align: center !important;
  position: relative;
  z-index: 0;
}
.cloud {
  text-align: center !important;
  width: 100%;
  position: absolute;
  overflow: hidden;
}
#cloud-1 {
  top: 20%;
  left: 386px;
  z-index: 6;
}
#cloud-2 {
  top: 46%;
  left: -360px;
  z-index: 5;
}
#cloud-3 {
  top: 31%;
  left: 626px;
  z-index: 4;
}
#cloud-4 {
  top: 8%;
  left: -600px;
  z-index: 4;
}
#cloud-5 {
  top: 62%;
  left: 580px;
  z-index: 4;
}
#cloud-6 {
  top: 60%;
  left: -650px;
  z-index: 4;
}
#views,
#controller {
  overflow: hidden;
  position: fixed;
}
#views a.prev,
#views a.next {
  position: fixed;
  display: block;
  width: 110px;
  height: 110px;
  text-decoration: none;
  background-image: none;
  z-index: 6000;
}
#views a.prev:hover,
#views a.next:hover {
  background-position-y: -110px;
}
#views a.prev.disable,
#views a.next.disable {
  cursor: default;
  pointer-events: none;
}
#views a.prev.disable:hover,
#views a.next.disable:hover {
  background-position-y: 0px;
}
#ie7 a.prev,
#ie8 a.prev {
  width: 45px;
}
#background {
  position: relative;
  width: 1440px;
  height: 960px;
  left: 0;
  z-index: 30;
}
#background div {
  *zoom: 1;
  position: fixed;
  top: 0;
  width: 1440px;
  height: 960px;
}
#background div:before,
#background div:after {
  display: table;
  content: "";
}
#background div:after {
  clear: both;
}
#background div#bg0 {
  background: url("../img/background/p0.png") no-repeat;
}
#background div#bg1 {
  background: url("../img/background/p1.png") no-repeat;
}
#background div#bg2 {
  background: url("../img/background/p2.png") no-repeat;
}
#background div#bg3 {
  background: url("../img/background/p3.png") no-repeat;
}
#background div img {
  position: absolute;
}
.item {
  height: 960px;
  display: none;
}
.item img {
  position: absolute;
  z-index: 4500;
}
.item div.item-info {
  display: none;
  position: fixed;
  width: 200px;
  height: 120px;
  z-index: 4800;
}
.item div.item-info.single {
  left: 610px;
  top: 360px;
}
.item div.item-info.double-1 {
  left: 40px;
  top: 360px;
}
.item div.item-info.double-2 {
  left: 720px;
  top: 360px;
}
.item div.item-info .product {
  position: relative;
  padding: 20px 15px;
  color: #FFF;
  background: #000;
  height: 126px;
}
.item div.item-info .product h1,
.item div.item-info .product h2,
.item div.item-info .product h3,
.item div.item-info .product h4 {
  color: #FFF;
  font-family: "メイリオ", "Meiryo", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 100;
  font-size: 12px;
}
.item div.item-info .product p,
.item div.item-info .product span,
.item div.item-info .product a,
.item div.item-info .product li {
  font-family: "メイリオ", "Meiryo", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", sans-serif;
}
.item div.item-info .product span {
  display: block;
  position: absolute;
  color: #FFF;
  bottom: 20px;
}
.item div.item-info ul li {
  list-style: none;
  border-top: 1px dotted #808080;
  background: #3c3c3c;
}
.item div.item-info ul li a {
  display: block;
  height: 46px;
  color: #FFF;
  text-decoration: none;
  padding: 0 15px;
  line-height: 46px;
  background: url(../img/common/blank.png) 175px center no-repeat;
}
.item div.item-info ul li.list-1 {
  background: #3c3c3c;
}
.item div.item-info ul li.list-2 {
  background: #666666;
}
.item div.item-info ul li.comingSoon {
  display: block;
  height: 46px;
  color: #FFF;
  text-decoration: none;
  padding: 0 15px;
  line-height: 46px;
  background: #F00;
  font-family: "メイリオ", "Meiryo", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", sans-serif;
}
#ie7 .product,
#ie8 .product {
  height: 116px;
}
#ie7 #nav a,
#ie8 #nav a {
  height: 46px;
}
#loader {
  display: none;
}
#loading {
  padding: 20px 0 0 10px;
}
#printGirl {
  pointer-events: none;
  position: absolute;
  left: 0;
  z-index: 3500;
  width: 960px;
  height: 100%;
}
#label-1 {
  width: 201px;
  height: 36px;
}
#label-2 {
  width: 180px;
  height: 41px;
}
#label-3 {
  width: 207px;
  height: 33px;
}
#label-4 {
  width: 186px;
  height: 41px;
}
#label-5 {
  width: 188px;
  height: 35px;
}
#label-6 {
  width: 206px;
  height: 35px;
}
#label-7 {
  width: 181px;
  height: 28px;
}
#label-8 {
  width: 182px;
  height: 34px;
}
#label-9 {
  width: 190px;
  height: 40px;
}
#label-10 {
  width: 176px;
  height: 30px;
}
#label-11 {
  width: 259px;
  height: 40px;
}
#label-12 {
  width: 171px;
  height: 40px;
}
.tooltip {
  -ms-user-select: none;
  pointer-events: none;
  position: fixed;
  z-index: 40000;
  background: #000;
  color: #FFF;
  font-size: 11px;
  padding: 3px 5px;
}
#p {
  position: relative;
  z-index: 31;
}
#p div {
  display: inline;
}
#p img {
  left: 0px;
}
#p #p2 img.img1 {
  left: 33px;
}
#p #p2 img.img2 {
  left: 183px;
}
#p #p9 img.img1 {
  left: 15px;
}
#p #p9 img.img2 {
  left: 171px;
}
#p #p11 img.img2 {
  left: 170px;
}
