@charset "UTF-8";
/* reset */
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;
}

/* fonts */
/* color */
a:link, a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #737373;
  text-decoration: underline;
}

a:hover img {
  text-decoration: none;
}

.page #main a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

img {
  vertical-align: top;
}

@-webkit-keyframes btnanime {
  30% {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  50% {
    -moz-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
  100% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes btnanime {
  30% {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  50% {
    -moz-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
  100% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-o-keyframes btnanime {
  30% {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  50% {
    -moz-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
  100% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes btnanime {
  30% {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  50% {
    -moz-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
  100% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
/****************************************
          utility
*****************************************/
.flt_L {
  float: left;
}

.flt_R {
  float: right;
}

.ta_C {
  text-align: center;
}

.ta_L {
  text-align: left;
}

.ta_R {
  text-align: right;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt15 {
  margin-top: 15px !important;
}

/****************************************
          Layout
*****************************************/
body {
  min-width: 1020px;
  font-size: 14px;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  line-height: 1.75;
  background: #fff;
}

body.home {
  opacity: 0;
}

body.home.move {
  opacity: 1;
}

body #preload {
  display: none;
}

body #wrapper #container {
  margin: 0 auto;
}

#drawer {
  position: relative;
}

#drawer #drawer_inner {
  height: 0;
  overflow: hidden;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#drawer .section {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -490px;
  padding: 30px 0;
  opacity: 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #fff;
}

#drawer .section .section_inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
  padding-top: 40px;
}

#drawer .section .section_inner .tit {
  float: left;
  width: 55px;
  padding-left: 70px;
  padding-right: 49px;
  border-right: #2a2a2a solid 2px;
}

#drawer .section .section_inner .body {
  width: 700px;
  float: left;
}

#drawer .section .section_inner .close {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#drawer .section#concept .tit {
  padding-top: 40px;
  padding-bottom: 41px;
}

#drawer .section#concept .body {
  padding: 18px 0 0 45px;
}

#drawer .section#howto .tit {
  padding-top: 60px;
  padding-bottom: 61px;
  display: block;
}

#drawer .section#howto .body {
  padding: 0 0 0 45px;
}

#drawer .section#howto .body img {
  margin-bottom: 15px;
}

#drawer .section#howto .body .arrow {
  margin: 85px 8px 0 8px;
}

#drawer .section#howto .body a {
  color: #e4007f;
}

#drawer .section#howto .body .en {
  font-size: 12px;
}

#drawer .section#usage .tit {
  padding-top: 4px;
  padding-bottom: 5px;
}

#drawer .section#usage .body {
  padding: 0 0 0 0px;
  width: 760px;
  text-align: center;
}

#drawer .section#usage .body .txt {
  margin-bottom: 35px;
}

#drawer .section#usage .body h4 {
  margin-bottom: 20px;
  line-height: 1;
}

#drawer .section#usage .body .up_to {
  width: 680px;
}

#drawer .section#usage .body a {
  display: inline-block;
  margin: 0 13px;
}

#drawer .section#usage .body .up {
  margin: 0;
}

#drawer .horncase {
  width: 980px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -490px;
  z-index: 210;
}

#drawer .horncase .horn {
  position: absolute;
  top: -20px;
  left: 40px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#drawer.concept #drawer_inner {
  height: 465px;
  z-index: 200;
  display: block;
}

#drawer.concept #concept {
  opacity: 1;
  z-index: 100;
}

#drawer.concept .horn {
  top: 0;
  left: 230px;
}

#drawer.howto #drawer_inner {
  height: 465px;
  z-index: 200;
  display: block;
}

#drawer.howto #howto {
  opacity: 1;
  z-index: 100;
}

#drawer.howto .horn {
  top: 0;
  left: 365px;
}

#drawer.usage #drawer_inner {
  height: 465px;
  z-index: 200;
  display: block;
}

#drawer.usage #usage {
  opacity: 1;
  z-index: 100;
}

#drawer.usage .horn {
  top: 0;
  left: 500px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-loading .slick-list {
  background: white url("./ajax-loader.gif") center center no-repeat;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Icons */
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

.slick-prev:before {
  content: "\2190";
}

.slick-next {
  right: -25px;
}

.slick-next:before {
  content: "\2192";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  top: 20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

[dir="rtl"] .slick-next:before {
  content: "\2190";
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

[dir="rtl"] .slick-slide {
  float: right;
}

#header {
  width: 100%;
  position: relative;
  height: 595px;
  margin: 0 auto;
  z-index: 200;
}

#header a {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#header a:hover {
  opacity: .7;
}

#header #keyvisual {
  -moz-transition: all 0.5s ease-in-out 0.5s;
  -o-transition: all 0.5s ease-in-out 0.5s;
  -webkit-transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.5s;
  transition: all 0.5s ease-in-out 0.5s;
  opacity: 0;
  width: 100%;
  height: 595px;
  overflow: hidden;
}

#header #keyvisual.move {
  opacity: 1;
}

#header #keyvisual .keyv {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 595px;
}

#header #keyvisual .slick-dots {
  top: auto;
  bottom: 15px;
  left: 50%;
  width: 980px;
  margin-left: -490px;
  text-align: right;
}

#header #keyvisual .slick-dots li {
  width: 16px;
  height: 16px;
  margin-right: 15px;
  margin-left: 0;
}

#header #keyvisual .slick-dots li button {
  border: #fff solid 2px;
  background: #fff;
  text-indent: -9999px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 12px;
  height: 12px;
}

#header #keyvisual .slick-dots li.slick-active button {
  background: none;
}

#header #header_inner {
  width: 980px;
  height: 540px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -490px;
  z-index: 1000;
}

#header h1#logo {
  position: absolute;
  left: 0px;
  top: 25px;
  width: 137px;
  height: 48px;
}

#header h2#title {
  position: absolute;
  left: 50%;
  top: 260px;
  margin-left: -180px;
  width: 360px;
  height: 195px;
  text-align: center;
  opacity: 0;
}

#header h2#title .tit {
  margin-bottom: 5px;
}

#header h2#title .wefree {
  margin-bottom: 40px;
}

#header #menu {
  position: absolute;
  top: 30px;
  left: 186px;
  width: 410px;
  height: 27px;
}

#header #menu li {
  display: inline;
  margin-left: 45px;
  top: 7px;
  position: relative;
}

#header #menu li:first-child {
  margin-left: 0;
}

#header #social {
  position: absolute;
  top: 25px;
  right: 0;
  width: 250px;
  height: 95px;
}

#header #social ul li {
  float: right;
  width: 121px;
}

#header #social ul li a {
  display: inline-block;
  margin-bottom: 10px;
}

#header #social ul li:first-child {
  float: left;
  padding-top: 7px;
}

#header #social ul li:first-child a {
  width: 24px;
  margin-left: 18px;
}

#header #social ul li:first-child a:first-child {
  margin-left: 0;
}

#header .upgrade {
  position: absolute;
  bottom: 20px;
  right: 40px;
  width: 148px;
  height: 148px;
}

#header .upgrade .post-data {
  display: none;
}

#header .special {
  position: absolute;
  bottom: 20px;
  right: 40px;
  width: 138px;
  height: 138px;
  overflow: hidden;
  -moz-border-radius: 74px;
  -webkit-border-radius: 74px;
  border-radius: 74px;
  background: #858585;
  background: rgba(234, 176, 15, 0.65);
}

#header .special:hover {
  background: #eab00f;
  opacity: 1;
  -webkit-animation: btnanime 0.25s;
  -moz-animation: btnanime 0.25s;
  -o-animation: btnanime 0.25s;
  animation: btnanime 0.25s;
}

#header .special .post-data {
  display: none;
}

#header .free {
  position: absolute;
  top: 190px;
  right: 0;
}

.move #header h2#title {
  opacity: 1;
}

#category {
  background: #fff;
  width: 980px;
  height: 115px;
  padding: 20px 0;
  margin: 0 auto;
}

#category .all {
  width: 64px;
  height: 96px;
  padding: 10px 0px 10px 0px;
  float: left;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#category .all:hover, #category .all.current {
  border-right: #e4007f solid 2px;
}

#category ul {
  width: 870px;
  height: 95px;
  padding-top: 10px;
  margin-left: 90px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#category ul:after {
  display: none;
}

#category ul li {
  width: 110px;
  height: 39px;
  margin: 0 5px 15px;
  text-align: center;
  float: left;
  line-height: 1;
}
#category ul li.cat_mikarika {
  width: 135px;
}

#category ul li a {
  padding: 0px 5px 5px;
  display: block;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: #fff solid 2px;
}

#category ul li a.mika, #category ul li a.rika, #category ul li a.mikarika {
  padding: 0px 5px 10px;
}

#category ul li a.outdoor:hover, #category ul li a.current.outdoor {
  border-color: #4d994c;
}

#category ul li a.life:hover, #category ul li a.current.life {
  border-color: #39bfa7;
}

#category ul li a.business:hover, #category ul li a.current.business {
  border-color: #4d2f26;
}

#category ul li a.pose:hover, #category ul li a.current.pose {
  border-color: #e6432e;
}

#category ul li a.parts:hover, #category ul li a.current.parts {
  border-color: #f7b740;
}

#category ul li a.gravure:hover, #category ul li a.current.gravure {
  border-color: #a6cc33;
}

#category ul li a.smartphone:hover, #category ul li a.current.smartphone {
  border-color: #fff950;
}

#category ul li a.ad:hover, #category ul li a.current.ad {
  border-color: #a7a8a8;
}

#category ul li a.sound:hover, #category ul li a.current.sound {
  border-color: #3279bc;
}

#category ul li a.drawing:hover, #category ul li a.current.drawing {
  border-color: #8a4b98;
}

#category ul li a.mika:hover, #category ul li a.current.mika {
  border-color: #70c9f2;
}

#category ul li a.rika:hover, #category ul li a.current.rika {
  border-color: #ef98be;
}

#category ul li a.mikarika:hover, #category ul li a.current.mikarika {
  border-color: #d198ef;
}

#category ul li span {
  padding: 10px 5px;
  display: block;
  border-bottom: #fff solid 2px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

#subcategory {
  background: #898989;
  text-align: center;
  color: #ccc;
  font-size: 20px;
}

#subcategory .section {
  padding: 25px 0 5px;
  top: 0;
  width: 100%;
  display: none;
}

#subcategory .section ul {
  width: 980px;
  min-height: 55px;
  margin: 0 auto;
}

#subcategory .section ul li {
  display: inline-block;
  margin: 0 30px 15px;
  line-height: 1.3;
  padding-bottom: 5px;
  border-bottom: #898989 solid 2px;
}

#subcategory .section ul li a {
  color: #fff;
}

#subcategory .section ul li a:hover {
  text-decoration: none;
}

#subcategory .section ul li.current-cat {
  border-bottom: #a7a8a8 solid 2px;
}

#subcategory .section ul li:hover {
  border-bottom: #a7a8a8 solid 2px;
}

#subcategory .horncase {
  position: relative;
  width: 980px;
  margin: 0 auto;
  opacity: 0;
}

#subcategory .horncase .horn {
  position: absolute;
  top: -20px;
  left: 150px;
}

#subcategory.outdoor .horncase {
  opacity: 1;
}

#subcategory.outdoor #outdoor {
  position: static;
}

#subcategory.life .horncase {
  opacity: 1;
}

#subcategory.life #life {
  position: static;
}

#subcategory.business .horncase {
  opacity: 1;
}

#subcategory.business #business {
  position: static;
}

#subcategory.pose .horncase {
  opacity: 1;
}

#subcategory.pose #pose {
  position: static;
}

#subcategory.parts .horncase {
  opacity: 1;
}

#subcategory.parts #parts {
  position: static;
}

#subcategory.gravure .horncase {
  opacity: 1;
}

#subcategory.gravure #gravure {
  position: static;
}

#subcategory.ad .horncase {
  opacity: 1;
}

#subcategory.ad #ad {
  position: static;
}

#subcategory.sound .horncase {
  opacity: 1;
}

#subcategory.sound #sound {
  position: static;
}

#subcategory.drawing .horncase {
  opacity: 1;
}

#subcategory.drawing #drawing {
  position: static;
}

#subcategory.mika .horncase {
  opacity: 1;
}

#subcategory.mika #mika {
  position: static;
}

#subcategory.rika .horncase {
  opacity: 1;
}

#subcategory.rika #rika {
  position: static;
}

#subcategory.mikarika .horncase {
  opacity: 1;
}

#subcategory.mikarika #mikarika {
  position: static;
}

.itemroll {
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.itemroll.move {
  opacity: 1;
}

.itemroll.home {
  opacity: 1;
}

.fb_iframe_widget span {
  height: 20px;
  z-index: 0;
  overflow: hidden;
}

#content {
  width: 100%;
  margin: 0 auto;
  background: #e0e0e0;
  position: relative;
}

#content #breadcrumb {
  width: 980px;
  padding: 20px 0;
  margin: 0 auto;
  line-height: 1;
  position: relative;
}

#content #breadcrumb div {
  display: inline-block;
}

#content #breadcrumb .fb_iframe_widget {
  position: absolute;
  top: 20px;
  right: 0;
}

#content .itemroll {
  width: 100%;
  min-height: 300px;
  margin: 0 auto;
}

#content .itemroll .item {
  cursor: pointer;
  position: relative;
  float: left;
  margin: 3px;
  border-color: #e0e0e0;
  border-width: 2px;
  border-style: solid;
  width: 228px;
  height: 124px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

#content .itemroll .item img {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#content .itemroll .item.size2x2 {
  width: 466px;
  height: 258px;
}

#content .itemroll .item.size1x3 {
  width: 228px;
  height: 392px;
}

#content .itemroll .item .post-data {
  display: none;
}

#content .itemroll .item .thumb {
  width: 100%;
  position: relative;
}

#content .itemroll .item.size1x3 .thumb {
  height: 100%;
  width: auto;
  left: -15px;
}

#content .itemroll .item:hover {
  border-color: #ccc;
}

#content .itemroll .item:hover .thumb {
  width: 114%;
  margin: -7% 0 0 -7%;
}

#content .itemroll .item.size1x3:hover .thumb {
  height: 114%;
  width: auto;
  margin: -7% 0 0 -7%;
}

#content .itemroll .item .tag {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 20px;
  height: 100%;
}

#content .itemroll .item .tag i {
  display: block;
  width: 20px;
  height: 20px;
  background: #a7a8a8;
  vertical-align: top;
  line-height: 1;
}

#content .itemroll .item .tag span {
  display: block;
  width: 13px;
  height: 90px;
  margin: 6px 0 0 4px;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  line-height: 1;
}

#content .itemroll .item .mov {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

#content .itemroll .item.category-outdoor .tag i {
  background: #4d994c;
}

#content .itemroll .item.category-life .tag i {
  background: #39bfa7;
}

#content .itemroll .item.category-business .tag i {
  background: #4d2f26;
}

#content .itemroll .item.category-pose .tag i {
  background: #e6432e;
}

#content .itemroll .item.category-parts .tag i {
  background: #f7b740;
}

#content .itemroll .item.category-gravure .tag i {
  background: #a6cc33;
}

#content .itemroll .item.category-ad .tag i {
  background: #a7a8a8;
}

#content .itemroll .item.category-sound .tag i {
  background: #3279bc;
}

#content .itemroll .item.category-drawing .tag i {
  background: #8a4b98;
}

#content .itemroll .item.category-mika .tag span {
  background-image: url("../images/common/icon_mika.png");
}

#content .itemroll .item.category-rika .tag span {
  background-image: url("../images/common/icon_rika.png");
}

#content .itemroll .item.category-mikarika .tag span {
  background-image: url("../images/common/icon_mikarika.png");
}

#content .warehouse {
  display: none;
}

#content #more {
  padding: 30px 0;
  height: 50px;
  text-align: center;
}

#content #more a {
  display: inline-block;
  background: #fff;
  padding: 13px 80px;
}

#content #more a {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#content #more a:hover {
  opacity: .7;
}

#footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #333333;
  color: #898989;
}

#footer #footer_inner {
  width: 960px;
  margin: 0 auto 50px;
}

#footer #footer_inner a {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#footer #footer_inner a:hover {
  opacity: .7;
}

#footer #footer_inner .alignleft {
  width: 350px;
  height: 172px;
  padding-left: 10px;
  border-right: #898989 dotted 1px;
  float: left;
}

#footer #footer_inner .alignleft .logo {
  margin-bottom: 20px;
}

#footer #footer_inner .alignright {
  width: 515px;
  float: right;
}

#footer #footer_inner .alignright .tit {
  margin-bottom: 8px;
}

#footer #footer_inner .alignright .social {
  margin-bottom: 40px;
}

#footer #footer_inner .alignright .social .share {
  width: 200px;
  float: left;
}

#footer #footer_inner .alignright .social .share a {
  margin-right: 20px;
}

#footer #footer_inner .alignright .social .follow {
  width: 290px;
  float: right;
}

#footer #footer_inner .alignright .social .follow a {
  margin-right: 20px;
}

#footer #footer_inner .alignright .link a {
  margin-right: 10px;
}

#footer .copyright {
  text-align: center;
  line-height: 1;
}

#footer .copyright img {
  vertical-align: top;
}

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 113px;
  height: 31px;
  z-index: 9000;
  display: none;
}

#pagetop a {
  position: absolute;
  opacity: .7;
  background: #666;
  padding: 9px 10px 7px 9px;
  width: 95px;
  height: 14px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#pagetop a i.fa {
  margin-right: 0;
}

#pagetop a:hover {
  opacity: 1;
  padding: 7px 10px 9px 9px;
  background: #e4007f;
}

#modalbg {
  background-image: url("../images/common/bg_modal.png");
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  z-index: 10000;
}

#modalclose {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
}

#modal {
  width: 640px;
  min-height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -350px;
  margin-left: -320px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  -moz-transform: scale(0.75, 0.75);
  -ms-transform: scale(0.75, 0.75);
  -webkit-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
  z-index: 10000;
}

#modal.fanfun {
  margin-top: -200px;
}

#modal .modal_inner {
  position: relative;
  padding: 30px 30px 30px 30px;
  background: #fff;
  text-align: center;
}

#modal .modal_inner .cat {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1;
}

#modal .modal_inner .tit {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1;
}

#modal .modal_inner .img {
  width: 580px;
  height: 330px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 10px;
}

#modal .modal_inner .txt {
  font-size: 12px;
  text-align: left;
  margin-bottom: 10px;
}

#modal .modal_inner .agree {
  width: 558px;
  height: 68px;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 1.8;
  overflow: auto;
  border: #e7e7e7 solid 1px;
}

#modal .modal_inner .agree h5 {
  text-align: center;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: bold;
}

#modal .modal_inner .check {
  margin-bottom: 10px;
  line-height: 1;
}

#modal .modal_inner .check input {
  display: inline-block;
  line-height: 1;
  width: 20px;
  height: 20px;
  border: #404040 solid 1px;
  margin: 0 5px 0 0;
  position: relative;
  top: 5px;
}

#modal .modal_inner .download {
  text-align: center;
  background: url("../images/modal/btn_download.jpg") top center no-repeat;
}

#modal .modal_inner .download a {
  display: inline-block;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #000;
}

#modal .modal_inner .download a img {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

#modal .modal_inner .download a:hover img {
  opacity: 0.8;
}

#modal .modal_inner .download a.disabled {
  cursor: default;
  background: #fff;
  opacity: 0.4;
}

#modal .modal_inner .download a.disabled img {
  opacity: 0;
}

#modal .modal_inner .download a.disabled:hover img {
  opacity: 0;
}

#modal .modal_inner .thanks {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 580px;
  padding: 45px 30px 50px 30px;
  text-align: center;
}

#modal .modal_inner .thanks .thanks_tit {
  margin-bottom: 30px;
}

#modal .modal_inner .thanks .thanks_txt {
  margin-bottom: 45px;
}

#modal .modal_inner .thanks .usage .usage_tit {
  margin-bottom: 10px;
}

#modal .modal_inner .thanks .usage .up {
  margin: 0 8px 10px;
}

#modal .modal_inner .thanks .usage .up:last-child {
  margin-bottom: 0;
}

#modal .modal_inner .fanfun {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 580px;
  padding: 45px 30px;
  text-align: center;
}

#modal .modal_inner .fanfun .fanfun_tit {
  margin-bottom: 55px;
}

#modal .modal_inner .fanfun .fanfun_txt {
  margin-bottom: 40px;
}

#modal .modal_inner .fanfun .link a {
  display: inline-block;
  margin: 0 6px;
}

#modal .modal_inner .close {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
}

#modal .modal_inner .close:hover {
  opacity: .7;
}

#modal.move {
  opacity: 1;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

#modal.fanfun .modal_content {
  display: none;
}

#modal.fanfun .fanfun {
  display: block;
}

.alert #header {
  background: url("../images/common/alert_bg.jpg") top center no-repeat;
}

.alert #header #header_inner {
  height: 585px;
}

.alert #header #header_inner #title {
  top: 250px;
  opacity: 1;
}

.alert #header #header_inner #title .wefree {
  margin-bottom: 27px;
}

.alert #header #header_inner #title a {
  color: #e4007f;
  text-decoration: underline;
}

.alert #header #header_inner #title a:hover {
  text-decoration: none;
}

.alert #header #header_inner #title span {
  font-size: 12px;
}

.alert #header #header_inner .copyright {
  position: relative;
  top: 565px;
  text-align: center;
}

.visualSoundContainer.relatedVisible .visualSoundContainer__related {
  display: none;
}

.noscript {
  color: #fff;
  font-size: 12px;
  padding: 2em;
  background: #000;
  -webkit-box-shadow: #444444 0 0 10px 0;
  -moz-box-shadow: #444444 0 0 10px 0;
  box-shadow: #444444 0 0 10px 0;
  position: relative;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -340px;
  z-index: 11101;
  text-align: center;
}

/****************************************
          Clearfix
*****************************************/
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0;
}

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

.clearfix {
  display: block;
}
