@charset "UTF-8";

body{
	background: #000;
}

/* wrapper */
#wrapper{
	width: 100%;
	height: 100%;
	position:relative;
}

/* #contents */


#contents{
    position: relative;
	letter-spacing: 0.05em;
	font-weight: 300;
	line-height:2;
}

#main{
}



#modal-content{
width:80%;
margin:0;
padding:0;
background:#fff;
position:fixed;
display:none ;
z-index:99999;
}

#modal-content .inner{
position:relative;
}

#modal-content .inner{
position:relative;
width:100%;
padding-top:56.25%;
overflow:hidden;
}

#modal-content .inner #player{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}

#modal-overlay{
z-index:9999;
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:120%;
background-color:rgba( 0,0,0, 0.75 );
}


/*add*/

.movie-content-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	border:4px solid #fff;
	box-sizing:border-box;
	background:#fff;
}
.movie-content-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mfp-content {
	max-width: 800px;
	padding-top: 44px;
}
.mfp-fade01.mfp-bg {
	opacity: 0;
	transition: all 0.2s ease-out;
}
.mfp-fade01.mfp-bg.mfp-ready {
	opacity: 0.7;
}
.mfp-fade01.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade01.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 0.2s ease-out;
}
.mfp-fade01.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade01.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.mfp-close{
	position:absolute;
	bottom:0;
	right:-20px;
}


/*----------------------
top
----------------------*/

.is-hide {
    display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
    transition-property: opacity;
    transition-delay: .9s;
    transition-duration: .8s;
    opacity: 0;
    pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
    transition-property: opacity;
    transition-delay: .9s;
    transition-duration: .3s;
    opacity: 0;
    pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
    background: #000;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
	display:none;
}
#loader {
    position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translateY(-50%) translateX(-50%);
  	-webkit- transform: translateY(-50%) translateX(-50%);
	display:none;
}
#loader p.logo {
	width: 600px;
}
#loader p.logo img {
	width: 100%;
}

#loader p.logo {
  animation: blinkAnime 1s infinite alternate;
}
@keyframes blinkAnime{
   0% { opacity: 0; }
 100% { opacity: 1; }
}


#contents{
	padding: 0;
}


#main{
	margin-top:0;
	padding: 0;
	max-width: 100%;
}


#kimg {
    width: 100%;
    height: 100vh;
	min-height: 640px;
    background-position: center center;
    background-size: cover;
	background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

#kimg_sp {
	display: none;
}

.kimg_cnt {
	position: relative;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	box-sizing: border-box;
}

.kimg_layout{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
	height: 100%;
	position: relative;
	box-sizing:border-box;
}

.kimg_title{
	width: 100%;
	height: 90%;
	box-sizing: border-box;
	position: relative;
}

.kimg_title .text{
	position: absolute;
  	top: 54%;
  	left: 0;
  	transform: translateY(-50%) translateX(0%);
	box-sizing: border-box;
	padding: 60px;
}

.kimg_title .text h1.logo{
	width: 500px;
	height: 0px;
	line-height: 2;
	padding-top: 55px;
	display: block;
	overflow: hidden;
	background-image:url("../images/logo.png");
	background-size: 500px auto;
	background-repeat: no-repeat;
	background-position: center center;

}

.kimg_title .text p.date{
	font-size: 100px;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 20px;
	letter-spacing: -0.04em;
}

.kimg_title .text h2{
	font-size: 28px;
	font-weight: bold;
	margin-top: 2vh;
}

.kimg_title .text p.lead{
	font-size: 18px;
	margin-top: 4px;
}


.kimg_title .sns{
	padding-top: 30px;
	box-sizing: border-box;
}

.kimg_title .sns ul{
	position: relative;
	/*padding-left: 40px;*/
}

/*
.kimg_title .sns ul:before{
	content: "";
	width: 34px;
	height: 0px;
	padding-top: 34px;
	display: block;
	overflow: hidden;
	background-image:url("../images/icon_sns.png");
	background-size: 34px auto;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
}
*/

.kimg_title .sns ul li{
	display: inline-block;
	margin-left: 10px;
}

.kimg_title .sns ul li:first-child{
	margin-left: 0px;
}

.kimg_title .sns ul li.twitter a{
	width: 34px;
	height: 0px;
	line-height: 2;
	padding-top: 34px;
	display: block;
	overflow: hidden;
	background-image:url("../images/icon_twitter.png");
	background-size: 34px auto;
	background-repeat: no-repeat;
	background-position: center center;
}

.kimg_title .sns ul li.facebook a{
	width: 34px;
	height: 0px;
	line-height: 2;
	padding-top: 34px;
	display: block;
	overflow: hidden;
	background-image:url("../images/icon_facebook.png");
	background-size: 34px auto;
	background-repeat: no-repeat;
	background-position: center center;
}

.kimg_title .sns ul li.line a{
	width: 34px;
	height: 0px;
	line-height: 2;
	padding-top: 34px;
	display: block;
	overflow: hidden;
	background-image:url("../images/icon_line.png");
	background-size: 34px auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.kimg_title .sns ul li.instagram a{
	width: 34px;
	height: 0px;
	line-height: 2;
	padding-top: 34px;
	display: block;
	overflow: hidden;
	background-image:url("../images/icon_instagram.png");
	background-size: 34px auto;
	background-repeat: no-repeat;
	background-position: center center;
}

.kimg_title .sns p.notice{
	font-size:12px;
	margin-bottom:12px;
}

.kimg_headline{
	background-color:rgba( 0,0,0, 0.4 );
	padding: 18px 20px;
	box-sizing: border-box;
	width: 100%;
	position:relative;
}

.kimg_headline::after{
	content: "";
	display: block;
	height: 17px;
	width: 0px;
	border-left:2px solid #ccc; 
	position: absolute;
	bottom: 20px;
	right: 20px;
	transition:0.2s;
	animation:move1 2s ease-in-out infinite alternate;
}
@keyframes move1{
    0% {bottom: 20px;}
	70% {bottom: 20px;}
	85% {bottom: 16px;}
    100% {bottom: 20px;}
}

.kimg_headline::before{
	content: "";
	display: block;
	height: 6px;
	width: 0px;
	border-left:2px solid #ccc; 
	position: absolute;
	bottom: 20px;
	right: 17px;
	transform: rotate(45deg);
	transition:0.2s;
	animation:move2 2s ease-in-out infinite alternate;
}
@keyframes move2{
    0% {bottom: 20px;}
	70% {bottom: 20px;}
	85% {bottom: 16px;}
    100% {bottom: 20px;}
}

.kimg_headline p.text{
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	position: relative;
	padding-right: 10px;
}

.kimg_headline p.text span{
	background: #fff;
	padding: 0px 10px;
	font-size: 12px;
	display: inline-block;
	color: #333;
	margin-right: 10px;
	font-weight: 600;
    animation:blink 1.4s ease-in-out infinite alternate;
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


.kimg_headline a{
	color: #fff;
}


.kimg_movie{
	text-align: right;
	box-sizing: border-box;
}

.kimg_movie a{
	color: #fff;
	display: block;
	box-sizing: border-box;
}

.kimg_movie .thumb{
	width: 300px;
	display: block;
	margin-bottom: 15px;
	box-sizing: border-box;
	position: relative;
}

.kimg_movie .thumb::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 3px solid #fff;
  width: 60px;
  height: 60px;
	transition:0.2s;
}
 
.kimg_movie .thumb::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 10px 0 10px 15px;
transition:0.2s;
}



.kimg_movie .thumb img{
	width: 100%;
	display: block;
	border: 4px solid #fff;
	transition:0.2s;
}

.kimg_movie .title{
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 10px;
	letter-spacing: 0.2em;
	border-bottom: 2px solid #fff;
	box-sizing: border-box;
	transition:0.2s;
}

.kimg_movie a:hover{
	color: #2A94FF;
}

.kimg_movie a:hover .thumb img{
	border: 4px solid #2A94FF;
}

.kimg_movie a:hover .title{
	border-bottom: 2px solid #2A94FF;
}

.kimg_movie a:hover .thumb::before {
  border: 3px solid #2A94FF;
	width: 50px;
  height: 50px;
}
 
.kimg_movie a:hover .thumb::after {
  border-color: transparent transparent transparent #2A94FF;
}





/*
.scroll_down{
	position: absolute;
	bottom: 0;
	right: 0;
}
.scroll_down::before{
	content:"";
	position: absolute;
	bottom:0;
	right: 0;
  	border-bottom: 200px solid #fff;
  	border-left: 200px solid transparent;
	transition:0.2s;
}

.scroll_down:hover::before{
  	border-bottom: 180px solid #2A94FF;
	opacity:0.8;
}

.scroll_down a{
	display: block;
	position: relative;
	padding: 120px 50px 30px 80px;
	line-height: 1.5;
	text-align: right;
	font-weight: 600;
	font-size: 14px;
}

.scroll_down a:hover{
	color:#fff;
}

.scroll_down a::after{
	content: "";
	display: block;
	height: 90px;
	width: 0px;
	border-left:2px solid #333; 
	position: absolute;
	bottom: 32px;
	right: 34px;
	transition:0.2s;
}

.scroll_down a::before{
	content: "";
	display: block;
	height: 10px;
	width: 0px;
	border-left:2px solid #333; 
	position: absolute;
	bottom: 32px;
	right: 30px;
	transform: rotate(45deg);
	transition:0.2s;
}

.scroll_down a:hover::after{
	height: 80px;
	border-left:2px solid #fff;
	opacity:0.8;
}

.scroll_down a:hover::before{
	border-left:2px solid #fff;
	opacity:0.8;
}
*/

.store_link{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 2;
}
.store_link::before{
	content:"";
	position: absolute;
	top:0;
	right: 0;
  	border-top: 190px solid #fff;
  	border-left: 190px solid transparent;
	transition:0.2s;
}

.store_link a{
	display: block;
	position: relative;
	padding: 40px 30px 120px 100px;
	line-height: 1.5;
	text-align: right;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.1em;
}

.store_link a::after{
	content: "";
	display: block;
	height: 0px;
	width: 60px;
	border-top:2px solid #333; 
	position: absolute;
	top: 28px;
	right: 30px;
	transition:0.2s;
}

.store_link a::before{
	content: "";
	display: block;
	height: 0px;
	width: 10px;
	border-top:2px solid #333; 
	position: absolute;
	top: 24px;
	right: 30px;
	transform: rotate(45deg);
	transition:0.2s;
}


.store_link:hover::before{
  	border-top: 190px solid #2A94FF;
	border-left: 170px solid transparent;
	opacity:0.8;
}


.store_link a:hover{
	color:#fff;
}


.store_link a:hover::after{
	border-top:2px solid #fff;
	opacity:0.8;
	width: 50px;
}

.store_link a:hover::before{
	border-top:2px solid #fff;
	opacity:0.8;
}


#video_sp{
	display: none;
}

#video_pc{
	overflow: hidden;
}

#video_pc video{
	width: 100%;
	max-width: 700px;
}


#video_pc .close_btn{
	cursor: pointer;
	display: block;
	margin: 40px auto 0 auto;
	text-align: center;
}

#video_pc .close_btn span{
	position: relative;
	font-size: 18px;
	color: #fff;
	display: inline-block;
	margin: 0 auto 0 auto;
	letter-spacing: 0.1em;
	padding-left: 20px;
}

#video_pc .close_btn span::before,
#video_pc .close_btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px; /* 棒の幅（太さ） */
  height: 20px; /* 棒の高さ */
  background: #fff;
}
 
#video_pc .close_btn span::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
#video_pc .close_btn span::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}


#information{
	box-sizing: border-box;
	padding: 80px 60px;
	text-align: center;
	background-image:url("../images/bg_02.png");
    background-position: right center;
    background-size: cover;
}

#information ul{
	display: block;
	margin: 60px auto 0 auto;
	width: 100%;
	max-width: 800px;
	text-align: left;
}

#information ul li{
	color:#fff;
	border-bottom: 2px solid #ccc;
	margin-top: 18px;
	padding-bottom: 18px;
	font-size: 14px;
	line-height: 1.8;
}

#information ul li a{
	color:#fff;
}

#information ul li dl{
	vertical-align: top;
	display: flex;
}

#information ul li dt{
	display: inline-block;
	font-weight: 600;
	margin-right: 20px;
}

#information ul li dd{
	display: inline-block;
}


#about_lamy{
	width: 100%;
    height: 100vh;
	min-height: 760px;
    background-position: left center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-around;
	position: relative;
	box-sizing: border-box;
	padding: 60px;
	overflow: hidden;
}

.about_lamy_cnt{
	color: #fff;
	width: 45%;
	max-width: 560px;
}

.about_lamy_cnt p{
	font-size: 14px;
	margin-top: 15px;
}

.about_lamy_cnt p.logo_2{
	width: 400px;
	margin-top: 50px;
	margin-bottom: 30px;
}

.about_lamy_cnt p.logo_2 img{
	width: 100%;
}

.about_lamy_img{
	width: 45%;
}



#collaboration{
	width: 100%;
    height: 100vh;
	min-height: 760px;
	background-image:url("../images/bg_01.png");
    background-position: right center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-around;
	position: relative;
	box-sizing: border-box;
	padding: 60px;
	overflow: hidden;
}

.collaboration_cnt{
	color: #fff;
	width: 45%;
	box-sizing: border-box;
	padding-right: 30px;
	max-width: 560px;
}

.collaboration_cnt p{
	font-size: 14px;
	margin-top: 15px;
}

.collaboration_img{
	width: 45%;
}




#about_neosmartpen{
	width: 100%;
    height: 100vh;
	min-height: 760px;
	background-image:url("../images/bg_02.png");
    background-position: right center;
    background-size: cover;
    display: flex;
    align-items: center;
	flex-direction: row-reverse;
    justify-content: space-around;
	position: relative;
	box-sizing: border-box;
	padding: 60px;
	overflow: hidden;
}

.about_neosmartpen_cnt{
	color: #fff;
	width: 45%;
	box-sizing: border-box;
	padding-left: 30px;
	max-width: 560px;
}

.about_neosmartpen_cnt p{
	font-size: 14px;
	margin-top: 15px;
}

.about_neosmartpen_img{
	width: 45%;
}


#product_detail{
	width: 100%;
    /*height: 100vh;
	min-height: 760px;*/
	background-image:url("../images/bg_01.png");
    background-position: right center;
    background-size: cover;
	position: relative;
	box-sizing: border-box;
	padding: 80px 60px 120px 60px;
	text-align: center;
}


.product_detail_cnt{
	display: flex;
    align-items: center;
    justify-content: space-around;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	text-align: left;
	margin-top: 100px;
	color: #fff;
}

.product_detail_cnt .img{
	width: 33%;
}

.product_detail_cnt .img img{
	width: 100%;
}


.product_detail_cnt .text{
	width: 50%;
}

.product_detail_cnt .text h4{
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
}

.product_detail_cnt .text p{
	font-size: 14px;
	margin-top: 30px;
	line-height: 1.8;
}

.product_detail_cnt .text h5{
	font-size: 14px;
	font-weight: 600;
	margin-top: 30px;
}

.product_detail_cnt .text p.spec{
	font-size: 12px;
	margin-top: 5px;
}

.product_lineup{
	color: #fff;
	margin-top: 100px;
	position: relative;
}

.lineup_table{
    display: flex;
    justify-content: space-between;
	margin-top: 50px;
	position: relative;
	
}

.lineup_table .col{
	width: 33%;
	position: relative;
	display:flex;
	flex-direction: column;
	flex: 1 0 auto; /* fix IE11 */
	text-align: left;
	position: relative;
	box-sizing: border-box;
	padding: 0 30px;
	
}

.lineup_table .col .cnt{
	padding-bottom: 40px;
}

.lineup_table .col .cnt  > *{
   flex-shrink: 0; /* fix IE11 */
}

.lineup_table .col .cnt img{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 250px;
}


.lineup_table .col .cnt .title{
	font-size: 14px;
	margin-top: 50px;
	line-height: 1.8;
}

.lineup_table .col .cnt p{
	font-size: 12px;
	margin-top: 16px;
	line-height: 1.6;
}

.lineup_table .col .cnt p span{
	font-size: 14px;
	font-weight: 600;
	display: block;
	margin-top: 10px;
}

.lineup_table .col .link{
	display: block;
	margin-top: auto;
	margin: auto auto 0 auto;
	text-align:center;
}

.lineup_table .col .link a{
	background: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 40px;
	margin:0 auto;
}

.lineup_table .col .link a:hover{
	background: #2A94FF;
	color: #fff;
}


#application{
	width: 100%;
	background-image:url("../images/bg_02.png");
    background-position: right center;
    background-size: cover;
	position: relative;
	box-sizing: border-box;
	padding: 80px 60px 60px 60px;
	text-align: center;
}

.application_slider{
	text-align: left;
	position: relative;
}

.application_cnt .bx-wrapper{
	margin-top:60px;
}

.application_cnt .bx-wrapper:before{
	content:"";
	display: block;
	padding-top:50%;
}


.application_slider .article{
	width: 100%;
	display: flex;
    align-items: center;
	flex-direction: row;
    justify-content: space-around;
	color: #fff;
}

.application_slider .article .img{
	width: 45%;
}

.application_slider .article .img img{
	width: 100%;
}

.application_slider .article .text{
	width: 45%;
}

.application_slider .article .text h3{
	font-size:18px;
	line-height: 1.6;
}

.application_slider .article .text p{
	font-size:14px;
	margin-top: 20px;
}


.next_btn{
	position: absolute;
	bottom: 0;
	right: 0;
}
.next_btn::before{
	content:"";
	position: absolute;
	bottom:0;
	right: 0;
  	border-bottom: 100px solid #fff;
  	border-left: 100px solid transparent;
	transition:0.2s;
}

.next_btn a{
	display: block;
	position: relative;
	height: 0;
	width: 100px;
	padding-top: 100px;
	overflow: hidden;
	line-height: 2;
}

.next_btn a::after{
	content: "";
	display: block;
	height: 0px;
	width: 30px;
	border-top:2px solid #333; 
	position: absolute;
	bottom: 24px;
	right: 20px;
	transition:0.2s;
}

.next_btn a::before{
	content: "";
	display: block;
	height: 0px;
	width: 10px;
	border-top:2px solid #333; 
	position: absolute;
	bottom: 28px;
	right: 20px;
	transform: rotate(45deg);
	transition:0.2s;
}

.next_btn:hover::before{
  	border-bottom: 80px solid #2A94FF;
	opacity:0.8;
}

.next_btn a:hover{
	color:#fff;
}

.next_btn a:hover::after{
	border-top:2px solid #fff;
	opacity:0.8;
	width: 20px;
}

.next_btn a:hover::before{
	border-top:2px solid #fff;
	opacity:0.8;
}


.prev_btn{
	position: absolute;
	bottom: 0;
	left: 0;
}
.prev_btn::before{
	content:"";
	position: absolute;
	bottom:0;
	right: 0;
  	border-bottom: 100px solid #fff;
  	border-right: 100px solid transparent;
	transition:0.2s;
}

.prev_btn a{
	display: block;
	position: relative;
	height: 0;
	width: 100px;
	padding-top: 100px;
	overflow: hidden;
	line-height: 2;
}

.prev_btn a::after{
	content: "";
	display: block;
	height: 0px;
	width: 30px;
	border-top:2px solid #333; 
	position: absolute;
	bottom: 24px;
	left: 20px;
	transition:0.2s;
}

.prev_btn a::before{
	content: "";
	display: block;
	height: 0px;
	width: 10px;
	border-top:2px solid #333; 
	position: absolute;
	bottom: 28px;
	left: 20px;
	transform: rotate(-45deg);
	transition:0.2s;
}

.prev_btn:hover::before{
  	border-bottom: 80px solid #2A94FF;
	opacity:0.8;
}

.prev_btn a:hover{
	color:#fff;
}

.prev_btn a:hover::after{
	border-top:2px solid #fff;
	opacity:0.8;
	width: 20px;
}

.prev_btn a:hover::before{
	border-top:2px solid #fff;
	opacity:0.8;
}


#movie{
	padding: 100px;
	background-image:url("../images/bg_01.png");
    background-position: right center;
    background-size: cover;
	position: relative;
	box-sizing: border-box;
}

#movie .frame {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

#movie .frame iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#shoplist{
	padding: 100px 60px;
	text-align: center;
	box-sizing: border-box;
	background-image:url("../images/bg_02.png");
    background-position: right center;
    background-size: cover;
}

#shoplist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	/*max-width: 900px;*/
	margin: 60px auto 0 auto;
}

#shoplist ul li{
	width: 50%;
	padding: 10px;
	display: block;
	line-height: 0;
	box-sizing: border-box;
}

#shoplist ul li a{
	display: block;
	border: 2px solid #fff;
}

#shoplist ul li a img{
	width: 100%;
}

#shoplist .notice{
	font-size: 14px;
	color:#fff;
	margin-top: 30px;
}


#profile{
	width: 100%;
	background:#1b1b1b;
    display: flex;
    align-items: center;
	flex-direction: row-reverse;
    justify-content: space-around;
	position: relative;
	box-sizing: border-box;
	padding: 60px 60px 80px 60px;
	overflow: hidden;
}

.profile_cnt{
	color: #fff;
	width: 70%;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 60px;
}

.profile_cnt p{
	font-size: 14px;
	margin-top: 15px;
}

.profile_img{
	width: 25%;
	box-sizing: border-box;
}

.profile_img img{
	width: 210px;
	display: block;
	margin: 0 auto;
}


.link_btn{
	position: absolute;
	bottom: 0;
	right: 0;
}
.link_btn::before{
	content:"";
	position: absolute;
	bottom:0;
	right: 0;
  	border-bottom: 200px solid #fff;
  	border-left: 200px solid transparent;
	transition:0.2s;
}

.link_btn a{
	display: block;
	position: relative;
	padding: 120px 30px 30px 100px;
	line-height: 1.5;
	text-align: right;
	font-weight: 600;
	font-size: 14px;
}

.link_btn a::after{
	content: "";
	display: block;
	height: 0px;
	width: 60px;
	border-top:2px solid #333; 
	position: absolute;
	bottom: 84px;
	right: 30px;
	transition:0.2s;
}

.link_btn a::before{
	content: "";
	display: block;
	height: 0px;
	width: 10px;
	border-top:2px solid #333; 
	position: absolute;
	bottom: 88px;
	right: 30px;
	transform: rotate(45deg);
	transition:0.2s;
}


.link_btn:hover::before{
  	border-bottom: 180px solid #2A94FF;
	opacity:0.8;
}


.link_btn a:hover{
	color:#fff;
}


.link_btn a:hover::after{
	border-top:2px solid #fff;
	opacity:0.8;
	width: 50px;
}

.link_btn a:hover::before{
	border-top:2px solid #fff;
	opacity:0.8;
}





h2.title{
	font-size: 22px;
	font-weight: 600;
	margin-top: 30px;
	line-height: 1.6;
	margin-bottom: 30px;
}



h3.sub_title{
	background: #fff;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	padding: 2px 40px;
	position: relative;
	display: inline-block;
	transform: skew(-40deg,0);
	margin-left: 15px;
	letter-spacing: 0.1em;
}

h3.sub_title span{
	display: block;
	transform: skew(40deg,0);
}

h3.sub_title_2{
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 10px;
	letter-spacing: 0.2em;
	border-bottom: 2px solid #fff;
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 20px;
}


.slider{
	width:100%;
	max-width: 100%;
	height: auto;
}

.bx-wrapper{
  border:none !important;
  box-shadow: none !important;
  margin-bottom:0 !important;
  overflow:hidden;
  position:relative;
}

.bx-wrapper:before{
	content:"";
	display: block;
	padding-top:100%;
}

.bx-viewport{
	position:absolute !important;
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


.slider_box{
  width: 100%;
}

.slider div{
	width:100% !important;
	max-width: 100% !important;
	height: auto !important;
}

.slider div img{
	width:100% !important;
	max-width: 100% !important;
	height: auto !important;
	
}

.bxslider div {
  display: none;
}
.bx-viewport .bxslider div {
  display: block !important;
}


footer{
	text-align: center;
	background: #000;
	padding: 60px 30px 20px 30px;
	color: #fff;
}

footer .press_link{
	max-width: 480px;
	margin: 0 auto;
}

footer .press_link a{
	background: #333;
	color: #fff;
	position: relative;
	padding: 14px;
	display: block;
	font-size: 18px;
	font-weight: bold;
}

footer .press_link a:hover{
	background: #2A94FF;
}


footer .press_link a::after{
	content: "";
	display: block;
	height: 0px;
	width: 60px;
	border-top:2px solid #fff; 
	position: absolute;
	top: 50%;
	right: 20px;
	transition:0.2s;
}

footer .press_link a::before{
	content: "";
	display: block;
	height: 0px;
	width: 10px;
	border-top:2px solid #fff; 
	position: absolute;
	top: calc(50% - 4px);
	right: 20px;
	transform: rotate(45deg);
	transition:0.2s;
}


footer .press_link a:hover::after{
	width: 50px;
}

footer .press_link a:hover::before{
}



footer .sns{
	padding-top: 40px;
	box-sizing: border-box;
}

footer .sns p.title{
	font-size: 18px;
	padding-left: 30px;
	position: relative;
	display: inline-block;
	font-weight: 500;
	letter-spacing: 0.2em;
}

footer .sns p.title:before{
	content: "";
	width: 34px;
	height: 0px;
	padding-top: 34px;
	display: block;
	overflow: hidden;
	background-image:url("../images/icon_sns.png");
	background-size: 34px auto;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: -10px;
	top: 0;
}

footer .sns ul{
	position: relative;
	margin-top: 15px;
}

footer .sns ul li{
	display: inline-block;
	margin: 0 10px;
}

footer .sns ul li.twitter a{
	width: 40px;
	height: 0px;
	line-height: 2;
	padding-top: 40px;
	display: block;
	overflow: hidden;
	background-image:url("../images/icon_twitter.png");
	background-size: 40px auto;
	background-repeat: no-repeat;
	background-position: center center;
}

footer .sns ul li.facebook a{
	width: 40px;
	height: 0px;
	line-height: 2;
	padding-top: 40px;
	display: block;
	overflow: hidden;
	background-image:url("../images/icon_facebook.png");
	background-size: 40px auto;
	background-repeat: no-repeat;
	background-position: center center;
}

footer .sns ul li.line a{
	width: 40px;
	height: 0px;
	line-height: 2;
	padding-top: 40px;
	display: block;
	overflow: hidden;
	background-image:url("../images/icon_line.png");
	background-size: 40px auto;
	background-repeat: no-repeat;
	background-position: center center;
}

footer .sns ul li.instagram a{
	width: 40px;
	height: 0px;
	line-height: 2;
	padding-top: 40px;
	display: block;
	overflow: hidden;
	background-image:url("../images/icon_instagram.png");
	background-size: 40px auto;
	background-repeat: no-repeat;
	background-position: center center;
}

footer .footer_link{
	margin-top: 40px;
}

footer .footer_link li{
	display: inline-block;
	font-size: 14px;
	border-left: 1px solid #fff;
	line-height: 1.2;
	padding-left: 10px;
	margin-left: 10px;
}

footer .footer_link li:first-child{
	border-left: none;
	padding-left: 0px;
	margin-left: 0px;
}

footer .footer_link li a{
	color: #fff;
}

footer .pagetop{
	position: absolute;
	bottom: 0;
	right: 60px;
	
}

footer .pagetop a{
	display: block;
	width: 60px;
	height: 0px;
	padding-top: 60px;
	background: #333;
	overflow: hidden;
	line-height: 2;
	position: relative;
	font-weight: bold;
}

footer .pagetop a:hover{
	background: #2A94FF;
}

footer .pagetop a::after{
	content: "";
	display: block;
	height: 40px;
	width: 0px;
	border-left:2px solid #fff; 
	position: absolute;
	bottom: 0px;
	right: 50%;
	transition:0.2s;
}

footer .pagetop a::before{
	content: "";
	display: block;
	height: 10px;
	width: 0px;
	border-left:2px solid #fff; 
	position: absolute;
	bottom: 30px;
	right: calc(50% + 4px);
	transform: rotate(45deg);
	transition:0.2s;
}

footer .pagetop a:hover::after{
	height: 45px;
}

footer .pagetop a:hover::before{
	bottom: 35px;
}




footer .copyright{
	margin-top: 20px;
	font-size: 12px;
}







/* SP */


@media (max-width: 900px) {
	

	
#loader p.logo {
	width: 260px;
}
	
#kimg{
	min-height:inherit;
	height: 86vh;
}
	
#kimg_sp {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #111;
	background-position: center center;
	background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
}
	
.kimg_cnt {
	
}

.kimg_title {

}
	
.kimg_title .text{
	top: 50%;
	padding: 30px 30px 0px 30px;
}
	
	
.kimg_title .text h1.logo{
	width: 200px;
	padding-top: 20px;
	background-size: 200px auto;

}

.kimg_title .text p.date{
	font-size: 12vw;
	font-weight: 600;
	line-height: 1.2;
}

.kimg_title .text h2{
	font-size: 3.6vw;
	line-height: 1.5;
	margin-top: 15px;
}

.kimg_title .text p.lead{
	font-size: 3.2vw;
	line-height: 1.6;
	margin-top: 10px;
}
	
.kimg_title .sns{
	padding-top: 30px;
}
	

.kimg_headline p.text{
	font-size: 12px;
}

.kimg_headline p.text span{
	font-size: 10px;
}

.kimg_headline::after{
	border-left:1px solid #ccc; 
	bottom: 20px;
	right: 20px;
}

.kimg_headline::before{
	border-left:1px solid #ccc;
	bottom: 20px;
	right: 18px;
}


	
/*
.scroll_down::before{
  	border-bottom: 130px solid #fff;
  	border-left: 130px solid transparent;
}

.scroll_down:hover::before{
  	border-bottom: 110px solid #2A94FF;
}

.scroll_down a{
	padding: 85px 30px 15px 60px;
	font-size: 10px;
}

.scroll_down a:hover{
	color:#fff;
}

.scroll_down a::after{
	content: "";
	display: block;
	height: 70px;
	width: 0px;
	border-left:1px solid #333; 
	position: absolute;
	bottom: 15px;
	right: 19px;
	transition:0.2s;
}

.scroll_down a::before{
	content: "";
	display: block;
	height: 10px;
	width: 0px;
	border-left:1px solid #333; 
	position: absolute;
	bottom: 15px;
	right: 15px;
	transform: rotate(45deg);
	transition:0.2s;
}

.scroll_down a:hover::after{
	height: 60px;
	border-left:1px solid #fff;
}
	
.scroll_down a:hover::before{
	border-left:1px solid #fff;
}
	
*/
	

.store_link::before{
  	border-top: 120px solid #fff;
  	border-left: 120px solid transparent;
}

.store_link a{
	padding: 30px 10px 100px 80px;
	line-height: 1.5;
	font-size: 10px;
}

.store_link a::after{
	width: 50px;
	border-top:1px solid #333; 
	top: 20px;
	right: 10px;
}

.store_link a::before{
	width: 10px;
	border-top:1px solid #333;
	top: 16px;
	right: 10px;
}


.store_link:hover::before{
  	border-top: 120px solid #2A94FF;
	border-left: 110px solid transparent;
}

.store_link a:hover::after{
	border-top:1px solid #fff;
	width: 40px;
}

.store_link a:hover::before{
	border-top:1px solid #fff;
}

	
	
.link_btn::before{
  	border-bottom: 130px solid #fff;
  	border-left: 130px solid transparent;
}

.link_btn a{
	padding: 85px 15px 15px 60px;
	font-size: 10px;
}

.link_btn a::after{
	content: "";
	display: block;
	height: 0px;
	width: 40px;
	border-top:1px solid #333; 
	position: absolute;
	bottom: 59px;
	right: 15px;
	transition:0.2s;
}

.link_btn a::before{
	content: "";
	display: block;
	height: 0px;
	width: 10px;
	border-top:1px solid #333; 
	position: absolute;
	bottom: 63px;
	right: 15px;
	transform: rotate(45deg);
	transition:0.2s;
}


.link_btn:hover::before{
  	border-bottom: 110px solid #2A94FF;
}


.link_btn a:hover{
	color:#fff;
}


.link_btn a:hover::after{
	width: 30px;
	border-top:1px solid #fff;
}

.link_btn a:hover::before{
	border-top:1px solid #fff;
}
	
#information{
    height: auto;
	min-height:inherit;
    display: block;
	box-sizing: border-box;
	padding: 60px 30px 60px 30px;
	position: relative;
}
	
#information ul{
	margin: 30px auto 0 auto;
}

#information ul li{
border-bottom: 1px solid #ccc;
font-size:12px;
}

#information ul li dl{
	display: block;
}
	
#about_lamy{
    height: auto;
	min-height:inherit;
    display: block;
	box-sizing: border-box;
	padding: 0px 30px 60px 30px;
	position: relative;
}
	
#about_lamy::before{
	content:"";
	background-image:url("../images/bg_01.png");
    background-position: right center;
    background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
}

.about_lamy_cnt{
	width: 100%;
	max-width: inherit;
	box-sizing: border-box;
	padding: 0;
	text-align: center;
	margin-top: 60px;
}

.about_lamy_cnt p{
	font-size: 12px;
	margin-top: 15px;
	text-align: left;
}

.about_lamy_cnt p.logo_2{
	width: 100%;
	max-width: 400px;
	margin-top: 50px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.about_lamy_cnt p.logo_2 img{
	width: 100%;
}

.about_lamy_img{
	width: 100vw;
	box-sizing: border-box;
	margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
	
	
#collaboration{
    height: auto;
	min-height:inherit;
    display: block;
	box-sizing: border-box;
	padding: 60px 30px;
}

.collaboration_cnt{
	width: 100%;
	box-sizing: border-box;
	padding-right: 0px;
	max-width:inherit;
	text-align: center;
}
	
.collaboration_cnt p{
	font-size: 12px;
	margin-top: 15px;
	text-align: left;
}

.collaboration_img{
	width: 100%;
	box-sizing: border-box;
	margin-top: 40px;
}
	
	
#about_neosmartpen{
    height: auto;
	min-height:inherit;
    display: block;
	box-sizing: border-box;
	padding: 60px 30px;
}

.about_neosmartpen_cnt{
	width: 100%;
	box-sizing: border-box;
	padding-left: 0px;
	max-width:inherit;
	text-align: center;
}
	
.about_neosmartpen_cnt p{
	font-size: 12px;
	margin-top: 15px;
	text-align: left;
}


.about_neosmartpen_img{
	width: 100%;
	box-sizing: border-box;
	margin-top: 40px;
}



#product_detail{
	height: auto;
	min-height:inherit;
    display: block;
	box-sizing: border-box;
	padding: 60px 30px;
}


.product_detail_cnt{
	display: block;
	margin-top: 60px;
}

.product_detail_cnt .img{
	width: 70%;
	margin:0 auto;
}

.product_detail_cnt .img img{
	width: 100%;
}


.product_detail_cnt .text{
	width: 100%;
}

.product_detail_cnt .text h4{
	margin-top:30px;
	font-size: 18px;
	line-height:1.6;
}

.product_detail_cnt .text p{
	font-size: 12px;
	margin-top: 20px;
}

.product_detail_cnt .text h5{
	font-size: 12px;
	margin-top: 20px;
}

.product_detail_cnt .text p.spec{
	font-size: 10px;
	margin-top: 5px;
}

.product_lineup{
	margin-top: 80px;
}

.lineup_table{
    display: block;
	margin-top: 0px;
}

.lineup_table .col{
	width: 100%;
	position: relative;
	display:flex;
	flex-direction: column;
	flex: 1 0 auto; /* fix IE11 */
	text-align: left;
	position: relative;
	box-sizing: border-box;
	margin-top: 80px;
	padding:0;
}

.lineup_table .col:first-child{
	margin-top: 40px;
}

.lineup_table .col .cnt{
	padding-bottom: 30px;
}

.lineup_table .col .cnt  > *{
   flex-shrink: 0; /* fix IE11 */
}

.lineup_table .col .cnt img{
	display: block;
	margin: 0 auto;
	width: 50%;
	max-width: 250px;
}


.lineup_table .col .cnt .title{
	font-size: 16px;
	margin-top: 40px;
}

.lineup_table .col .cnt p{
	font-size: 12px;
	margin-top: 10px;
}


#application{
	height: auto;
	min-height:inherit;
    display: block;
	box-sizing: border-box;
	padding: 60px 30px;
}

.application_slider{
	margin-top: 60px;
	text-align: left;
	position: relative;
}

.application_cnt .bx-wrapper:before{
	content:"";
	display: block;
	padding-top:auto;
}


.application_slider .article{
	width: 100%;
	display: block;
	color: #fff;
	margin-bottom:60px;
}

.application_slider .article:last-child{
	margin-bottom:20px;
}


.application_slider .article .img{
	width: 100%;
	display: block;
}

.application_slider .article .img img{
	width: 100%;
}

.application_slider .article .text{
	width: 100%;
	display: block;
}

.application_slider .article .text h3{
	font-size:16px;
	line-height: 1.6;
	margin-top:25px;
}

.application_slider .article .text p{
	font-size:12px;
	margin-top: 15px;
}

.prev_btn{
	display:none;
}

.next_btn{
	display:none;
}


#movie{
	padding: 30px 30px;
}


#shoplist{
	height: auto;
	min-height:inherit;
    display: block;
	box-sizing: border-box;
	padding: 60px 30px;
}

#shoplist ul{
	display: block;
	margin: 30px auto 0 auto;
}

#shoplist ul li{
	width: 100%;
	padding: 0px;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	margin-top:20px;
}

#shoplist ul li a{
	border: 1px solid #ccc;
}

#shoplist ul li a img{
	width: 100%;
}
	
#shoplist .notice{
	font-size: 12px;
	margin-top: 30px;
}


#profile{
    height: auto;
	min-height:inherit;
    display: block;
	box-sizing: border-box;
	padding: 60px 30px;
}

.profile_cnt{
	width: 100%;
	box-sizing: border-box;
	padding: 0px;
	max-width:inherit;
	text-align: center;
}
	
.profile_cnt p{
	text-align: left;
	font-size:12px;
}

.profile_img{
	width: 100%;
	box-sizing: border-box;
	padding-top: 80px;
	padding-bottom: 80px;
}

.profile_img img{
	width: 160px;
}


	
	
#video_sp{
	display: block;
	padding: 40px 40px 60px 40px;
	text-align: center;
	box-sizing: border-box;
	/*background-image:url("../images/bg_02.png");
    background-position: right center;
    background-size: cover;*/
}
	
#video_sp .sub_title_2{
	color: #fff;
}
	
	
#video_sp a{
	color: #fff;
	display: block;
	position: relative;
	margin-top: 25px;
}
	
#video_sp a img{
	width: 100%;
	border: 4px solid #fff;
	box-sizing: border-box;
	transition:0.2s;
}

#video_sp a::before {
  position: absolute;
  content: "";
  display: block;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 3px solid #fff;
  width: 50px;
  height: 50px;
	transition:0.2s;
}
 
#video_sp a::after {
  position: absolute;
  content: "";
  display: block;
  top: 48%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 10px 0 10px 15px;
transition:0.2s;
}
	
#video_sp a:hover{
	color: #2A94FF;
}

#video_sp a:hover img{
	border: 4px solid #2A94FF;
}
	
#video_sp a:hover::before {
  border: 3px solid #2A94FF;
  width: 40px;
  height: 40px
}
 
#video_sp a:hover::after {
  border-color: transparent transparent transparent #2A94FF;
}


	
h3.sub_title{
	font-size: 14px;
	padding: 0px 20px;
	margin-left: 15px;
}

h2.title{
	font-size: 16px;
	font-weight: 600;
	margin-top: 30px;
	line-height: 1.6;
	margin-bottom: 30px;
	text-align: left;
}


.kimg_movie a{
	display: none;
}

	
footer{
	padding: 50px 30px 100px 30px;
}

	
footer .press_link{
	max-width:inherit;
	width: 100%;
	box-sizing: border-box;
}
	
footer .press_link a{
	font-size: 14px;
}

footer .press_link a::after{
	width: 40px;
}

footer .press_link a:hover::after{
	width: 30px;
}

footer .footer_link{
	margin-top: 40px;
}

footer .footer_link li{
	display: block;
	font-size: 14px;
	border-left: none;
	line-height: 1.2;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
}

footer .footer_link li a{
	color: #fff;
}

footer .pagetop{
	position: absolute;
	bottom: 0;
	right: 50%;
	width: 60px;
	display: block;
	transform: translate(50%, 0%);
}

footer .copyright{
	margin-top: 40px;
}


	
}
