
@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-style:normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

html{
  overflow-y: auto;
  line-height: 0;
}

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul{
  list-style:none;
}

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

caption, th{
  text-align: left;
}

a:focus {
  outline:none;
}

.cf:before,
.cf:after{
  content: "";
  display: table;
}
.cf:after{
  clear: both;
}
.cf{
  zoom: 1;
}

.both{
  clear:both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}





html {
  min-width: 1200px;
}

body {
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

*::selection {
  background: rgba(0,0,0,0.25);
}
*::-moz-selection {
  background: rgba(0,0,0,0.25);
}

#wrapper  {
  overflow: hidden;
}

/*----------------------------------------------------
    #wrapper
----------------------------------------------------*/
#wrapper  {
  width: 100%;
}




/*----------------------------------------------------
    #header
----------------------------------------------------*/
#header  {
  background: #FFFFFF;
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  z-index: 10;
  border-bottom: solid 1px #dcdcdc;
  height: 59px;
}
#header .inner {
  background: #FFFFFF;
  width: 900px;
  height: 100%;
  margin: auto;
}
#header .logo {
  cursor: pointer;
  float: left;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-right: 28px;
}
#header .logo:hover {
  opacity: 0.7;
}
#header .navi {
  float: left;
  height: 100%;
}
#header .navi li {
  cursor: pointer;
}
/* .links */
#header .links {
  background: url(/client_info/JINSJINS/view/userweb/ext/paint/img/header_line.png) no-repeat;
  background-size: 1px 20px;
  background-position: 0 20px;
  height: 60px;
  float: right;
  padding-left: 40px;
}
#header .links li {
  float: left;
  line-height: 60px;
  margin-right: 35px;
}
#header .links li:hover {
  opacity: 0.7;
}
#header .links li:last-child {
  margin-right: 0;
}
/* .navi */
#header .navi li {
  float: left;
  line-height: 60px;
  margin-right: 30px;
}
#header .navi li:last-child {
  margin-right: 0;
}
#header .navi li:hover {
  opacity: 0.7;
}


/*----------------------------------------------------
    #main
----------------------------------------------------*/
#main {
  margin-top: 60px;
  display: block;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
#main .banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main .banner a:hover {
  opacity: 0.8;
}
#main .banner .bg {
  position: absolute;
  width:100%;
  height: 100%;
  overflow: hidden;
  background: repeat;
  background-size: auto 100%;
  background-position: center center;
}
#main .banner .bg video {
  position: absolute;
  opacity: 0.3;
}
#main .banner .container {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: auto;
}

#main .banner.movie .ttl {
  position: absolute;
  top: 110px;
  left: 150px;
}
#main .banner.movie .img {
  position: absolute;
  left: 676px;
}
#main .banner.movie .btn-list {
  position: absolute;
  top: 324px;
  left: 150px;
}
#main .banner.movie .btn-list li {
  float: left;
  margin-right: 10px;
}
#main .banner.movie .btn-list li:last-child {
  margin-right: 0;
}
#main .banner.movie .btn-list li a {
  display: block;
}
#main .banner.gintama .chara {
  position: absolute;
  top: 29px;
  left: 404px;
}
#main .banner.gintama .logo {
  position: absolute;
  top: 80px;
  left: 150px;
}
#main .banner.gintama .btn {
  position: absolute;
  top: 380px;
  left: 150px;
}
#main .banner.gintama .copyright {
  position: absolute;
  bottom: 18px;
  right: 14px;
}
#main #youtubeContainer {
  background: #000000;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width:  100%;
  height: 100%;
}
#main #youtubeCloseBtn {
  background: #000000;
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
#main #youtubeCloseBtn:hover {
  opacity: 0.7;
}

#main #youtubeContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mv-pager {
  width: 100%;
  text-align: center;
  padding-top: 19px;
  padding-bottom: 20px;
}
.mv-pager .btn {
  cursor: pointer;
  display: inline-block;
  padding: 10px;
}
.mv-pager .btn:hover {
  opacity: 0.5;
}
.mv-pager .btn.act:hover {
  opacity: 1;
  cursor: default;
}

.mv-pager .btn:last-child {
  margin-right: 0;
}
.mv-pager .btn .circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dcdcde;
}
.mv-pager .btn.act .circle {
  background: #da0024;
}

#howto {
  text-align: center;
}
#howto a:hover {
  opacity: 0.8;
}
#howto h2 {
  padding-top: 26px;
  padding-bottom: 59px;
  border-bottom: solid 1px #dcdcdc;
}

#howto hr {
  margin-top: 39px;
  border: none;
  width: 100px;
  height: 1px;
  background: #dcdcdc;
}
#howto .step1 {
  margin-top: 100px;
  border-bottom: solid 1px #dcdcdc;
}

#howto .img {
  margin-top: 58px;
  margin-right: 64px;
}

#howto .step2 {
  margin-top: 101px;
  border-bottom: solid 1px #dcdcdc;
}



#howto .template {
  background: #f5f5f5;
  padding-top: 61px;
  padding-bottom: 65px;
}
#howto .template .btn {
  margin-top: 40px;
}
#howto .template ul {
  width: 900px;
  margin: auto;
  margin-top: 40px;
}
#howto .template li {
  display: block;
  float: left;
  margin-right: 20px;
}
#howto .template li:last-child {
  margin-right:0;
}
#howto .template .text {
  margin-top: 20px;
  display: block;
}
#howto .template li img {
  display: block;
  margin: auto;
}



#howto .step3 {
  padding-bottom: 102px;
}
#howto .step3 h3 {
  margin-top: 100px;
}

#howto .step3 .glasses {
  margin-top: 59px;
  background: url(/client_info/JINSJINS/view/userweb/ext/paint/img/howto_step3_carousel_glasses.jpg) repeat-x;
  width: 100%;
  height: 101px;
  background-size: auto 101px;
  background-position: center center;
}
#howto .step3 .sunglasses {
  margin-top: 57px;
  background: url(/client_info/JINSJINS/view/userweb/ext/paint/img/howto_step3_carousel_sunglasses.jpg) repeat-x;
  width: 100%;
  height: 130px;
  background-size: auto 130px;
  background-position: center center;
}




#howto .site {
  background: #f5f5f5;
  padding-top: 61px;
  padding-bottom: 60px;
}
#howto .site .btn {
  position: relative;
  background: #f5f5f5;
  margin-top: 9px;
}



#grid {
  background: url(/client_info/JINSJINS/view/userweb/ext/paint/img/grid_bg.png) no-repeat;
  background-size: 1000px auto;
  background-position: center 184px;
}

#grid .grid-column {
  width: 1000px;
  height: 181px;
  margin: auto;
}
#grid .grid-item {
  position: relative;
  float: left;
  text-align: left;
  width: 50%;
  height: 100%;
}
#grid .icon {
  position: absolute;
  top: 61px;
  left: 0;
}

#grid .grid-item:last-child {
  width: 460px;
  margin-left: 40px;
}

#grid h3 {
  position: absolute;
  left: 100px;
  top: 60px;

  font-weight: bold;
  line-height: 22px;
  font-size: 22px;
}
#grid h3 .small {
  font-weight: bold;
  font-size: 14px;
}
#grid .text {
  position: absolute;
  left: 100px;
  top: 92px;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
#grid .text .red {
  color: #da0024;
}
#grid .text .gray {
  color: #a0a0a0;
}
#grid .plus {
  position: absolute;
  top: 80px;
  right: 10px;
}
#grid .madein h3 {
  top: 57px;
}
#grid .madein .text {
  top: 92px;
}
#grid .shipping h3 {
  top: 66px;
}
#grid .shipping .text {
  top: 104px;
}
#grid .period h3 {
  top: 47px;
}
#grid .period .text {
  top: 83px;
}



















/*----------------------------------------------------
    #footer
----------------------------------------------------*/
#footer {
  border-top: solid 1px #dcdcdc;
  position: relative;
  width: 100%;
  height: 60px;
  margin-top: 36px;
}
#footer .inner {
  position: relative;
  width: 900px;
  height: 60px;
  margin: auto;
  background: #FFFFFF;
}
#footer .inner .pagetop {
  cursor: pointer;
  position: absolute;
  right:0;
}
#footer .inner .pagetop:hover {
  opacity: 0.8;
}

/* .inner */
#footer .inner .copyright {
  padding-right: 30px;
  padding-top: 24px;
  float: left;
}
#footer .inner .guide {
  float: left;
}
#footer .inner .guide li {
  float: left;
  margin-right: 20px;
}
#footer .inner .guide li:last-child {
  margin-right: 0;
}
#footer .inner .guide li a {
  text-decoration: none;
  line-height: 60px;
  font-size: 10px;
  color: #3c3c3c;
  font-weight: bold;
}
#footer .inner .guide li a:hover {
  opacity: 0.6;
}

