@charset "utf-8";
/*

サイト全体共通スタイル

*/
/*body {
	min-width: 980px;
}*/
.container{
	min-width: 980px;
    width: 100%;
    position: relative;
	height: 100%;
	min-height: 583px;
	overflow: hidden;
}
/*======================================

	header

=======================================*/
header {
	position: fixed;
	width: 100%;
	height: 60px;
	z-index: 2;
	background: url(../img/bg_header.png) repeat-x 0 0;
	background-size: 5px 60px;
	display: none;
}
.ie8 header {
	background: url(../img/i/bg_header.png) repeat-x 0 0;
}
header h1 {
	display: none;
}
header ul {
	width: 645px;
	position: absolute;
	top: 8px;
	right: 3px;
}
header ul li {
	display: inline-block;
	vertical-align: middle;
}
header ul li span {
	background: url(../img/menu.png) no-repeat 0 0;
	background-size: 618px 12px;
	text-indent: -9999px;
	display: block;
	position: relative;
}
header ul li a {
	display: block;
    padding: 16px 10px 17px;
	width: 100%;
	height: 12px;
}
header ul li span:after {
    width: 0;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header ul li a:hover span:after,
header ul li.on a span:after {
	width: 100%;
}
header .nav_top a {
	width: 28px;
}
header .nav_design a{
	width: 43px;
}
header .nav_design span {
	background-position: -53px 0;
}
header .nav_material a {
	width: 24px;
}
header .nav_material span {
	background-position: -121px 0;
}
header .nav_color a {
	width: 33px;
}
header .nav_color span {
	background-position: -171px 0;
}
header .nav_lineup a {
	width: 24px;
}
header .nav_lineup span {
	background-position: -229px 0;
}
header .nav_product a {
	width: 66px;
}
header .nav_product span {
	background-position: -278px 0;
}
header .nav_series a {
	width: 87px;
}
header .nav_series span {
	background-position: -367px 0;
}
header .nav_bar span {
	width: 11px;
	padding: 0 10px;
	height: 12px;
	background-position: -469px 0;
}
header .nav_pv a {
	width: 103px;
}
header .nav_pv span {
	background-position: -515px 0;
}

/*======================================

	article#content

=======================================*/
/* loading */
#loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 10;
}
#loading .inner div {
	width: 91px;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 0;
	text-align: center;
}
#loading .inner .logo {
	height: 60px;
	margin: -91px 0 0 -45px;
	/*-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
}
#loading .inner .logo.done{
	margin: 0;
	top: 0;
	left: 0;
}
#loading .inner .img {
	width: 58px;
	height: 13px;
	margin: -10px 0 0 -29px;
}
/* video */
#videocontainer,
#staticcontainer{
    position: absolute;
    left: 50%;
    width: 2240px;
    height: 100%;
    margin: 0 -1120px;
	z-index: 0;
	display: block;
	text-align: center;
}
#videocontainer video,
#staticcontainer .static {
    height: 100%;
    margin: 0 auto;
    background: #fff;
}
/* staticimg */
#staticcontainer .static {
	display: none;
}
#staticcontainer .visible {
    display: block !important;
}
/* panel */
#panelcontainer {
    position: absolute;
    top: 0;
    left: 50%;
    width: 980px;
	height: 100%;
    min-height: 0;
    margin-left: -490px;
}
#panelcontainer .panel {
    display: none;
    height: 100%;
	z-index: 1;
    overflow: visible;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 0;
}
#panelcontainer .panel.front {
	display: block;
}
#panelcontainer .panel#top {
	width: 586px;
	height: 24px;
	margin: -12px 0 0 -293px;
}
#panelcontainer .panel#top div{
	float: left;
	display: none;
}
#panelcontainer .panel#top h2{
	float: right;
	display: none;
}
#panelcontainer .panel#design {
	width: 450px;
	height: 98px;
	margin: -49px 0 0 -195px;
}
#panelcontainer .panel#design div,
#panelcontainer .panel#design h2 {
	display: none;
}
#panelcontainer .panel#design div {
	margin-bottom: 17px;
}
#panelcontainer .panel#material {
	width: 424px;
	height: 137px;
	margin: -68px 0 0 -318px;
	text-align: right;
}
#panelcontainer .panel#material div,
#panelcontainer .panel#material h2 {
	display: none;
}
#panelcontainer .panel#material div {
	margin-bottom: 19px;
}
#panelcontainer .panel#color {
	width: 557px;
	height: 96px;
	margin: 150px 0 0 -278px;
	text-align: center;
}
#panelcontainer .panel#color div,
#panelcontainer .panel#color h2 {
	display: none;
}
#panelcontainer .panel#color div {
	margin-bottom: 21px;
}
#panelcontainer .panel#lineup {
	width: 562px;
	height: 53px;
	margin: -27px 0 0 -281px;
	text-align: center;
}
#panelcontainer .panel#lineup div,
#panelcontainer .panel#lineup h2 {
	display: none;
}
#panelcontainer .panel#lineup div {
	margin-bottom: 17px;
}
#panelcontainer .panel#lineup img {
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.minh #panelcontainer .panel#lineup div img {
	width: 470px;
	height: auto;
}
.minh #panelcontainer .panel#lineup h2 img {
	width: 490px;
	height: auto;
}

#panelcontainer .panel#series {
	width: 930px;
	height: 552px;
	margin: -215px 0 0 -465px;
}
#panelcontainer .panel#series li p,
#panelcontainer .panel#series h2 img {
	display: none;
}
#panelcontainer .panel#series h2 {
	width: 156px;
	height: 100px;
	margin: 0 auto 36px;
}
#panelcontainer .panel#series ul {
	letter-spacing: -0.4em;
	text-align: center;
}
#panelcontainer .panel#series li {
	width: 69px;
	height: 416px;
	display: inline-block;
	letter-spacing: normal;
	margin-right: 30px;
	position: relative;
}
#panelcontainer .panel#series li a {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#panelcontainer .panel#series li .pen {
	width: 100%;
	position: absolute;
	top: -100%;
	left: 0;
	filter: alpha(opacity=0);
  	-moz-opacity: 0;
  	opacity: 0;
}
#panelcontainer .panel#series li.l102 {
    margin-left: 40px;
}
#panelcontainer .panel#series li.last{
	margin-right: 0
}
#panelcontainer .panel#series li p {
	width: 100%;
	height: 78px;
	position: absolute;
	top: 337px;
	text-align: center;
}
#panelcontainer .panel#series li p img {
	vertical-align: top;
}
#panelcontainer .panel#lastscene {
	width: 294px;
	height: 65px;
	margin: 36px 0 0 -147px;
	text-align: center;
}
#panelcontainer .panel#lastscene div,
#panelcontainer .panel#lastscene h2,
#static-lastscene {
	display: none;
}
#panelcontainer .panel#lastscene div {
	margin-bottom: 18px;
}
#static-lastscene {
	height: 100%;
	margin: 0 auto;
}
.navigation {
	width: 100px;
	height: 102px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -51px;
	display: none;
	z-index: 2;
}
.navigation li {
	width: 100px;
	height: 6px;
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
}
.navigation li::after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #b2b2b2;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.navigation li a {
	display: block;
	width: 100%;
	height: 100%;
}
.navigation li span {
	position: absolute;
	top: -6px;
	right: 15px;
	color: #474747;
	width: 100px;
	text-align: right;
	font-size: 12px;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	display: none;
}
.navigation li.on::after,
.navigation li:hover::after {
	background: #474747;
}
.navigation li:hover span{
	display: block;
}

#trigger {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#panelcontainer .panel#product {
	width: 100%;
	height: 100%;
	margin: 0;
	top: 0;
	left: 0;
}

.productpanel .inner {
	width: 200px;
	height: 430px;
	position: absolute;
	top: 50%;
	margin: -215px 0 0 0;
	z-index: 2;
	display: none;
}
#product1 {
	left: 10%;
}
#product2 {
	right: 10%;
}
.productpanel h2 {
	margin-bottom: 18px;
}
.productpanel p {
	margin-bottom: 20px;
}
#product1 p {
    margin-bottom: 20px;
}
#product1 ul {
    margin-bottom: 25px;
}
#product2 p.spec{
	margin-bottom: 36px;
}
.productpanel li {
	cursor: pointer;
	width: 190px;
	height: 50px;
	text-indent: -9999px;
}
.productpanel li a{
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	box-sizing: border-box;
}
.productpanel li a:hover,
.productpanel li.on a {
	border: 1px solid #d9d9d9
}
#product1 li a {
	background: url(../img/colors_ballpen.jpg) no-repeat 0 0 #fff;
	background-size: 159px 280px;
}
.ie8 #product1 li a {
	background: url(../img/i/colors_ballpen.jpg) no-repeat 0 0;
}
#product2 li a {
	background: url(../img/colors_sharppen.jpg) no-repeat 0 0 #fff;
	background-size: 100px 130px;
}
.ie8 #product2 li a {
	background: url(../img/i/colors_sharppen.jpg) no-repeat 0 0;
}

.productpanel li.c1 a {
	background-position: 8px 8px !important;
}
.productpanel li.c2 a {
	background-position: 8px -41px !important;
}
.productpanel li.c3 a {
	background-position: 8px -91px !important;
}
.productpanel li.c4 a {
	background-position: 8px -141px !important;
}
.productpanel li.c5 a {
	background-position: 8px -191px !important;
}
.productpanel li.c6 a {
	background-position: 8px -241px !important;
}
#scroll, #scroll2 {
	position: absolute;
	display: none;
	left: 50%;
}
#scroll {
	width: 20px;
	height: 18px;
	bottom: 40px;
	margin-left: -10px;
}
#scroll2 {
	width: 159px;
	height: 24px;
	bottom: 72px;
	margin-left: -79px;
}
/*======================================

	footer

=======================================*/
footer {
	width: 100%;
	height: 39px;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 2;
	display: none;
}
footer .logo {
	width: 85px;
	float: left;
	margin-right: 20px;
	position: absolute;
	top: 0;
	left: 15px;
}
footer .copyright {
	width: 244px;
	height: 9px;
	background: url(../img/copyright.png) no-repeat 0 0;
	background-size: 244px 9px;
	position: absolute;
	bottom: 15px;
	left: 119px;
}
footer .copyright small {
	display: none;
}
.ie8 footer .copyright {
	background: url(../img/i/copyright.png) no-repeat 0 0;
}
/*======================================

	ipad

=======================================*/
@media screen and (orientation: portrait) {
	#videocontainer, #staticcontainer {
	    left: 0;
	    width: 100%;
	    height: auto;
	    margin: 0;
	}
	#videocontainer video, #staticcontainer .static {
	    width: 100%;
		height: auto;
	}
	#panelcontainer {
	    width: 100%;
		height: 60%;
	}
	#static-lastscene {
	    height: auto;
		width: 100%;
	    margin: 0 auto;
	}
}
