@charset "UTF-8";
/*font size*/
/* mixinCSS Document */
/* animation */
/* keyframes */
/* partsCSS Document */
.hideText p, .hideText img, .hideText ul, .hideText ol, .hideText h1, .hideText h2, .hideText h3, .hideText h4, .hideText h5 {
  position: absolute;
  top: -999px;
  left: -999px;
}

/*colorbox*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background: #000;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #000;
  padding: 10px;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

#cboxClose {
  border: 0;
  position: absolute;
  top: -11px;
  right: -11px;
  display: block;
  height: 24px;
  width: 24px;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background: url("../images/close.png") 0 0;
  text-indent: 200%;
  -moz-transition: all 0.15s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -o-transition: all 0.15s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -webkit-transition: all 0.15s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: all 0.15s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

#cboxClose:before {
  border-radius: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}

#cboxClose:active {
  outline: none;
}

#cboxClose:hover {
  opacity: 0.75;
}

/*keyframes animation*/
@-webkit-keyframes slashMove {
  0% {
    background-position: 0px -46px;
  }
  100% {
    background-position: 70px -46px;
  }
}
@keyframes slashMove {
  0% {
    background-position: 0px -46px;
  }
  100% {
    background-position: 70px -46px;
  }
}
@-webkit-keyframes slashMove2 {
  0% {
    background-position: 0px 46px;
  }
  100% {
    background-position: 70px 46px;
  }
}
@keyframes slashMove2 {
  0% {
    background-position: 0px 46px;
  }
  100% {
    background-position: 70px 46px;
  }
}
/* topCSS Document */
/*---------------
□□□layout□□□
---------------*/
#top #loader {
  background-color: black;
  background-image: url(../images/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
}
#top #contents.preload #header {
  top: -150px;
}
#top #contents.preload #main .viewArea .titlebox {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#top #contents.preload #main .viewArea .catch {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#top #contents.preload #main .viewArea .roadshow {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#top #contents.preload #main .viewArea .special {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#top #contents.preload #main .viewArea .kinro {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#top #contents.preload #main .viewArea .side {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#top #header {
  -moz-transition: top 0.5s ease-out 2s;
  -o-transition: top 0.5s ease-out 2s;
  -webkit-transition: top 0.5s ease-out;
  -webkit-transition-delay: 2s;
  transition: top 0.5s ease-out 2s;
}
#top #main .viewArea .titlebox {
  -moz-transition: opacity 0.5s ease-out 2s;
  -o-transition: opacity 0.5s ease-out 2s;
  -webkit-transition: opacity 0.5s ease-out;
  -webkit-transition-delay: 2s;
  transition: opacity 0.5s ease-out 2s;
}
#top #main .viewArea .catch {
  -moz-transition: opacity 1s ease-out 0.5s;
  -o-transition: opacity 1s ease-out 0.5s;
  -webkit-transition: opacity 1s ease-out;
  -webkit-transition-delay: 0.5s;
  transition: opacity 1s ease-out 0.5s;
}
#top #main .viewArea .roadshow {
  -moz-transition: opacity 0.5s ease-out 2s;
  -o-transition: opacity 0.5s ease-out 2s;
  -webkit-transition: opacity 0.5s ease-out;
  -webkit-transition-delay: 2s;
  transition: opacity 0.5s ease-out 2s;
}
#top #main .viewArea .special {
  -moz-transition: opacity 0.5s ease-out 2s;
  -o-transition: opacity 0.5s ease-out 2s;
  -webkit-transition: opacity 0.5s ease-out;
  -webkit-transition-delay: 2s;
  transition: opacity 0.5s ease-out 2s;
}
#top #main .viewArea .kinro {
  -moz-transition: opacity 0.5s ease-out 2s;
  -o-transition: opacity 0.5s ease-out 2s;
  -webkit-transition: opacity 0.5s ease-out;
  -webkit-transition-delay: 2s;
  transition: opacity 0.5s ease-out 2s;
}
#top #main .viewArea .side {
  -moz-transition: opacity 0.5s ease-out 2s;
  -o-transition: opacity 0.5s ease-out 2s;
  -webkit-transition: opacity 0.5s ease-out;
  -webkit-transition-delay: 2s;
  transition: opacity 0.5s ease-out 2s;
}
#top #main .viewArea {
  height: 990px;
  position: relative;
  overflow: hidden;
}
#top #main .viewArea .bg {
  position: absolute;
  top: 0;
  left: 0;
}
#top #main .viewArea .bg.front {
  z-index: 5;
}
#top #main .viewArea .bg.back {
  z-index: 1;
}
#top #main .viewArea .titlebox {
  background-color: #fff;
  width: 100%;
  height: 130px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#top #main .viewArea .titlebox .box {
  margin: 0 auto;
  width: 1200px;
}
#top #main .viewArea .titlebox .title {
  padding-top: 10px;
  float: right;
}
#top #main .viewArea .titlebox .sub {
  padding-top: 16px;
  float: left;
}
#top #main .viewArea .catch {
  position: absolute;
  bottom: 130px;
  left: 30px;
  z-index: 15;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#top #main .viewArea .roadshow {
  position: absolute;
  top: 70px;
  left: 30px;
  z-index: 16;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#top #main .viewArea .special {
  width: 160px;
  height: 50px;
  position: absolute;
  top: 70px;
  left: 30px;
  z-index: 17;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#top #main .viewArea .special a {
  display: block;
  width: 160px;
  height: 50px;
  text-indent: -9999px;
  margin-top: 0;
  -moz-transition: margin-top 0.1s ease-in;
  -o-transition: margin-top 0.1s ease-in;
  -webkit-transition: margin-top 0.1s ease-in;
  transition: margin-top 0.1s ease-in;
  background: url(../images/top/btn_special.gif) no-repeat 0 0;
}
#top #main .viewArea .special a:hover {
  margin-top: -3px;
  background: url(../images/top/btn_special.gif) no-repeat 0 -50px;
}
#top #main .viewArea .kinro {
  position: absolute;
  top: 70px;
  left: 30px;
  z-index: 17;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#top #main .viewArea .side {
  position: absolute;
  top: 70px;
  right: 30px;
  z-index: 20;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#top #main .viewArea .side li {
  text-align: right;
}
#top #main .viewArea .side li.roadshow {
  height: 165px;
}
#top #main .viewArea .side li.ticket {
  height: 180px;
}
#top #main .viewArea .side li.greeting {
  height: 170px;
}
#top #main .viewArea .side li.twicam {
  height: 175px;
}
#top #main .viewArea .side li.linestamp {
  height: 175px;
}
#top #main .viewArea .side li.disc {
  height: 196px;
}
#top #main .viewArea .side li.summer {
  height: 190px;
}
#top #main .viewArea .side li a img {
  margin-top: 0;
  -moz-transition: margin-top 0.1s ease-in;
  -o-transition: margin-top 0.1s ease-in;
  -webkit-transition: margin-top 0.1s ease-in;
  transition: margin-top 0.1s ease-in;
}
#top #main .viewArea .side li a:hover img {
  margin-top: -3px;
}
#top #main .viewArea #visual {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
}
#top #main .viewArea #cover {
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  overflow: hidden;
}
#top #main .viewArea #visualCover {
  background: url(../images/space.gif) repeat 0 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  overflow: hidden;
}
#top #billing {
  height: 240px;
  border-bottom: 1px solid #d9cc00;
}
#top #billing .box {
  padding-top: 25px;
  text-align: center;
}
#top #bottom {
  height: 50px;
  border-bottom: 1px solid #d9cc00;
  position: relative;
}
#top #bottom #share {
  padding-left: 65px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 35px;
}
#top #bottom #share .h3_share {
  background: url(../images/top/share.gif) no-repeat 0 0;
  width: 60px;
  height: 30px;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  left: 0px;
}
#top #bottom #share ul li {
  padding: 10px 3px;
  float: left;
}
#top #bottom #share ul li a {
  background-image: url(../images/top/share.gif);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
#top #bottom #share ul li a.twitter {
  background-position: -60px 0;
}
#top #bottom #share ul li a.facebook {
  background-position: -90px 0;
}
#top #bottom #share ul li a.hatena {
  background-position: -120px 0;
}
#top #bottom #share ul li a.gplus {
  background-position: -150px 0;
}
#top #bottom #share ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
#top #bottom .qr {
  position: absolute;
  top: 0;
  left: 35px;
}
#top #bottom .qr_line {
  position: absolute;
  top: 0;
  left: 136px;
}
#top #footer {
  height: 60px;
}
#top #banner {
  padding-top: 10px;
  padding-right: 30px;
  padding-left: 230px;
  text-align: right;
}
#top #banner li {
  margin-left: 10px;
  display: inline;
}
#top #banner li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

@media print {
  #top #main .viewArea .bg {
    display: none;
  }
}
/*---------------
□□□font□□□
---------------*/
