@charset "UTF-8";
/*リセット
--------------------------------------------*/
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,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/*フォント
---------------------------------------------*/
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html,
body,
#wrapper {
  font-family: "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif !important;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  html,
body,
#wrapper {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  html,
body,
#wrapper {
    font-size: 12px;
  }
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

div.main {
  width: 100%;
  height: 100vh;
  background: #000;
  position: relative;
  background: #000;
}
div.main p.desc {
  line-height: 1.4;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
@media screen and (min-width: 769px) {
  div.main p.desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  div.main p.desc {
    font-size: 12px;
    width: 90%;
  }
}
div.main p.desc span.title {
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  div.main p.desc span.title {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  div.main p.desc span.title {
    font-size: 32px;
  }
}
div.main p.desc span.title::before {
  content: "";
  display: block;
}
@media screen and (min-width: 769px) {
  div.main p.desc span.title::before {
    width: 40px;
    height: 4px;
    background: #fff;
    top: 200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  div.main p.desc span.title::before {
    width: 40px;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 150%;
    left: 43%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  div.main p.desc span.date {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  div.main p.desc span.date {
    font-size: 24px;
  }
}

div.main02 {
  width: 1280px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  div.main02 {
    width: 100%;
    margin: 0 auto 0;
  }
}
div.main02 p {
  padding: 70px 0;
  text-align: center;
  line-height: 1.6em;
}
div.main02 p span {
  font-size: 42px;
}

@media screen and (min-width: 769px) {
  div.block {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  div.block div.side {
    width: 35%;
    height: 100vh;
    position: sticky;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #000;
  }
}
@media screen and (max-width: 768px) {
  div.block div.side {
    width: 100%;
    height: 200px;
    position: sticky;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #000;
    -webkit-transition: 1s;
    transition: 1s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
div.block div.side.color1 {
  background: #dfd985;
}
div.block div.side.color2 {
  background: #e4bbb7;
}
div.block div.side.color3 {
  background: #a69d97;
}
div.block div.side.color4 {
  background: #ecd9c5;
}
div.block div.side div.inner {
  width: 100%;
}
@media screen and (max-width: 768px) {
  div.block div.side.smaller {
    height: 130px;
  }
}
div.block div.side .keyword {
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  div.block div.side .keyword {
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  div.block div.side .keyword {
    line-height: 20px;
    border-right: 1px solid #000;
    padding-right: 25px;
  }
}
@media screen and (min-width: 769px) {
  div.block div.side .keyword span {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  div.block div.side .keyword span {
    font-size: 26px;
  }
}
div.block div.side .keyword::after {
  content: "";
  background-color: #000;
  display: block;
}
@media screen and (min-width: 769px) {
  div.block div.side .keyword::after {
    width: 20%;
    height: 1px;
    margin: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  div.block div.side .title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
div.block div.side h2 {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  div.block div.side h2 {
    font-size: 42px;
    width: 80%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 768px) {
  div.block div.side h2 {
    font-size: 25px;
    line-height: 26px;
    white-space: nowrap;
    width: 45%;
    margin: 0 auto 0px;
  }
}
div.block div.side h2 img {
  mix-blend-mode: multiply;
}
div.block div.side h2 span {
  display: block;
  color: #a5a5a5;
}
@media screen and (min-width: 769px) {
  div.block div.side h2 span {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  div.block div.side h2 span {
    font-size: 14px;
  }
}
div.block div.side p.explain {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 20px;
}
div.block div.side ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
div.block div.side ul li {
  width: 45%;
  border: 1px solid #000;
  margin: 0 auto;
}
div.block div.side ul li a {
  display: block;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  div.block div.side ul li a {
    padding: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  div.block div.side ul li a {
    padding: 10px 0;
  }
}
div.block div.item_list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  div.block div.item_list {
    width: 65%;
    padding: 0px 70px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  div.block div.item_list {
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  div.block div.item_list {
    width: 90%;
    margin: 0 auto 50px;
  }
}
div.block div.item_list ul.category,
div.block div.item_list div.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  div.block div.item_list ul.category li,
div.block div.item_list ul.category div,
div.block div.item_list div.category li,
div.block div.item_list div.category div {
    margin-bottom: 50px;
    width: 31%;
  }
}
@media screen and (max-width: 768px) {
  div.block div.item_list ul.category li,
div.block div.item_list ul.category div,
div.block div.item_list div.category li,
div.block div.item_list div.category div {
    margin-bottom: 50px;
    width: 48%;
  }
}
div.block div.item_list ul.category li a,
div.block div.item_list ul.category div a,
div.block div.item_list div.category li a,
div.block div.item_list div.category div a {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  div.block div.item_list ul.category li a img,
div.block div.item_list ul.category div a img,
div.block div.item_list div.category li a img,
div.block div.item_list div.category div a img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  div.block div.item_list ul.category li a img,
div.block div.item_list ul.category div a img,
div.block div.item_list div.category li a img,
div.block div.item_list div.category div a img {
    margin-bottom: 10px;
  }
}
div.block div.item_list ul.category li a div,
div.block div.item_list ul.category div a div,
div.block div.item_list div.category li a div,
div.block div.item_list div.category div a div {
  width: 100%;
  margin-bottom: 0;
}
div.block div.item_list ul.category li a::after,
div.block div.item_list ul.category div a::after,
div.block div.item_list div.category li a::after,
div.block div.item_list div.category div a::after {
  content: "BUY";
  display: inline-block;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  margin-top: 10px;
  background-color: #a5a5a5;
}
@media screen and (min-width: 769px) {
  div.block div.item_list ul.category li a::after,
div.block div.item_list ul.category div a::after,
div.block div.item_list div.category li a::after,
div.block div.item_list div.category div a::after {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  div.block div.item_list ul.category li a::after,
div.block div.item_list ul.category div a::after,
div.block div.item_list div.category li a::after,
div.block div.item_list div.category div a::after {
    width: 30%;
  }
}
div.block .all_btn {
  text-align: center;
}
@media screen and (min-width: 769px) {
  div.block .all_btn {
    margin: 100px auto 50px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  div.block .all_btn {
    width: 50%;
    margin: 0 auto 20%;
  }
}
div.block .all_btn li {
  border: 1px solid #333;
}
@media screen and (min-width: 769px) {
  div.block .all_btn li {
    width: 50%;
    padding: 15px 0;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 768px) {
  div.block .all_btn li {
    padding: 15px 0;
    margin-bottom: 30px;
  }
}
div.block .all_btn li a {
  width: 50%;
  color: #333;
  text-decoration: none;
}
div.block .all_btn li:first-child {
  background-color: #a5a5a5;
  border: 0;
}
div.block .all_btn li:first-child a {
  color: #fff;
}

@media screen and (min-width: 769px) {
  div.block02 {
    max-width: 1280px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  div.block02 div.side {
    width: 35%;
    height: 100vh;
    position: sticky;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #000;
  }
}
@media screen and (max-width: 768px) {
  div.block02 div.side {
    width: 100%;
    height: 200px;
    position: sticky;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #000;
    -webkit-transition: 1s;
    transition: 1s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
div.block02 div.side.color1 {
  background: #dfd985;
}
div.block02 div.side.color2 {
  background: #e4bbb7;
}
div.block02 div.side.color3 {
  background: #a69d97;
}
div.block02 div.side.color4 {
  background: #ecd9c5;
}
div.block02 div.side div.inner {
  width: 100%;
}
@media screen and (max-width: 768px) {
  div.block02 div.side.smaller {
    height: 130px;
  }
}
div.block02 div.side .keyword {
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  div.block02 div.side .keyword {
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  div.block02 div.side .keyword {
    line-height: 20px;
    border-right: 1px solid #000;
    padding-right: 25px;
  }
}
@media screen and (min-width: 769px) {
  div.block02 div.side .keyword span {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  div.block02 div.side .keyword span {
    font-size: 26px;
  }
}
div.block02 div.side .keyword::after {
  content: "";
  background-color: #000;
  display: block;
}
@media screen and (min-width: 769px) {
  div.block02 div.side .keyword::after {
    width: 20%;
    height: 1px;
    margin: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  div.block02 div.side .title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
div.block02 div.side h2 {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  div.block02 div.side h2 {
    font-size: 42px;
    width: 80%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 768px) {
  div.block02 div.side h2 {
    font-size: 25px;
    line-height: 26px;
    white-space: nowrap;
    width: 45%;
    margin: 0 auto 0px;
  }
}
div.block02 div.side h2 img {
  mix-blend-mode: multiply;
}
div.block02 div.side h2 span {
  display: block;
  color: #a5a5a5;
}
@media screen and (min-width: 769px) {
  div.block02 div.side h2 span {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  div.block02 div.side h2 span {
    font-size: 14px;
  }
}
div.block02 div.side p.explain {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 20px;
}
div.block02 div.side ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
div.block02 div.side ul li {
  width: 45%;
  border: 1px solid #000;
  margin: 0 auto;
}
div.block02 div.side ul li a {
  display: block;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  div.block02 div.side ul li a {
    padding: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  div.block02 div.side ul li a {
    padding: 10px 0;
  }
}
div.block02 div.item_list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  div.block02 div.item_list {
    width: 65%;
    padding: 0px 70px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  div.block02 div.item_list {
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  div.block02 div.item_list {
    width: 90%;
    margin: 0 auto 50px;
  }
}
div.block02 div.item_list ul.category,
div.block02 div.item_list div.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  div.block02 div.item_list ul.category li,
div.block02 div.item_list ul.category div,
div.block02 div.item_list div.category li,
div.block02 div.item_list div.category div {
    margin-bottom: 50px;
    width: 31%;
  }
}
@media screen and (max-width: 768px) {
  div.block02 div.item_list ul.category li,
div.block02 div.item_list ul.category div,
div.block02 div.item_list div.category li,
div.block02 div.item_list div.category div {
    margin-bottom: 50px;
    width: 48%;
  }
}
div.block02 div.item_list ul.category li a,
div.block02 div.item_list ul.category div a,
div.block02 div.item_list div.category li a,
div.block02 div.item_list div.category div a {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  div.block02 div.item_list ul.category li a img,
div.block02 div.item_list ul.category div a img,
div.block02 div.item_list div.category li a img,
div.block02 div.item_list div.category div a img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  div.block02 div.item_list ul.category li a img,
div.block02 div.item_list ul.category div a img,
div.block02 div.item_list div.category li a img,
div.block02 div.item_list div.category div a img {
    margin-bottom: 10px;
  }
}
div.block02 div.item_list ul.category li a div,
div.block02 div.item_list ul.category div a div,
div.block02 div.item_list div.category li a div,
div.block02 div.item_list div.category div a div {
  width: 100%;
  margin-bottom: 0;
}
div.block02 div.item_list ul.category li a::after,
div.block02 div.item_list ul.category div a::after,
div.block02 div.item_list div.category li a::after,
div.block02 div.item_list div.category div a::after {
  content: "BUY";
  display: inline-block;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  margin-top: 10px;
  background-color: #a5a5a5;
}
@media screen and (min-width: 769px) {
  div.block02 div.item_list ul.category li a::after,
div.block02 div.item_list ul.category div a::after,
div.block02 div.item_list div.category li a::after,
div.block02 div.item_list div.category div a::after {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  div.block02 div.item_list ul.category li a::after,
div.block02 div.item_list ul.category div a::after,
div.block02 div.item_list div.category li a::after,
div.block02 div.item_list div.category div a::after {
    width: 30%;
  }
}
div.block02 .all_btn {
  text-align: center;
}
@media screen and (min-width: 769px) {
  div.block02 .all_btn {
    margin: 100px auto 50px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  div.block02 .all_btn {
    width: 50%;
    margin: 0 auto 20%;
  }
}
div.block02 .all_btn li {
  border: 1px solid #333;
}
@media screen and (min-width: 769px) {
  div.block02 .all_btn li {
    width: 50%;
    padding: 15px 0;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 768px) {
  div.block02 .all_btn li {
    padding: 15px 0;
    margin-bottom: 30px;
  }
}
div.block02 .all_btn li a {
  width: 50%;
  color: #333;
  text-decoration: none;
}
div.block02 .all_btn li:first-child {
  background-color: #a5a5a5;
  border: 0;
}
div.block02 .all_btn li:first-child a {
  color: #fff;
}

.copy {
  text-align: center;
  font-size: 10px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #category_navigation_ciaopanic {
    margin-bottom: 30px;
  }

  #category_navigation_ciaopanic li {
    border-top: 1px solid #ccc;
  }

  #category_navigation_ciaopanic li span {
    position: relative;
    display: block;
    padding: 4% 5%;
    font-size: 12px;
  }

  #category_navigation_ciaopanic li a {
    position: relative;
    display: block;
    padding: 4% 5%;
    text-decoration: none;
    font-size: 12px;
  }

  #brand,
#category {
    display: none;
    padding: 0;
    background: #fff;
  }

  #brand_navigation li a,
#category_navigation li a {
    padding: 3% 5%;
    font-size: 10px;
    color: #000;
    text-decoration: none;
  }

  #category_navigation_ciaopanic li span::before,
#category_navigation_ciaopanic li a::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 1px #999999;
    border-right: solid 1px #999999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -5px;
  }

  #category_navigation_ciaopanic li span::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  #category_navigation_ciaopanic li span.action::before {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    margin-top: 0;
  }

  #category_navigation {
    border-bottom: 1px solid #ccc;
  }
}
/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* sass読み込み
--------------------------------------*/
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}