@charset "UTF-8";

/*
 common
----------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

body {
line-height:1;
}

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

nav ul,ul{
list-style:none;
}

blockquote, q {
quotes:none;
}

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

a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
text-decoration:none;
color:inherit
}
/*change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}

/*change colours to suit your needs*/
mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}

del {
text-decoration: line-through;
}

abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}

table {
border-collapse:collapse;
border-spacing:0;
}
button{
	  margin: 0;
    padding: 0;
	border: none;
}
/* change border colour to suit your needs 
*/
hr {
display:block;
height:1px;
border:0; 
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}

input, select {
vertical-align:middle;
}

.middle{
	display:table-cell;
	vertical-align:middle
}

#main * {
  box-sizing: border-box;
}
img{
	vertical-align:bottom!important;
	-webkit-backface-visibility: hidden;
}
/*
 font-style
----------------------------*/
html,body{
	height:100%;
  margin:0;
  padding:0
}
body {
       font-family: "秀英明朝 L","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #393332;
	-webkit-text-size-adjust: 100%;
	-webkit-font-feature-settings: 'palt' 1;
font-feature-settings: 'palt' 1;
   letter-spacing:0.5px;
    overflow-x: hidden;
}
#main {
  overflow: hidden;

}

#main a {
  outline: none;
}
p{
	font-size:16px;
	line-height:1.5
}

/* --------------------------------------------------
 * blog-parts
 * ----------------------------------------------- */
.only-sp{
	display:none
}
 #mol{
	display:none
 }
 .br_768{
	 display:none
 }
 .btn a{
	 transition:0.2s all
 }
 #menu-btn {
    display:none;
}
 .red{
	color:#e1002a
}
 .sec-cont{
	 max-width:1000px;
	 margin:0 auto
 }
 p{
	 font-size:16px;
	 line-height:1.5
 }
.sec-ttl{
	font-weight:700;
	letter-spacing:2px;
	line-height:1.3;
	font-size:21px;
	text-align:center;
}
.sttl{
	font-weight:700;
	letter-spacing:2px;
	line-height:1.3;
	font-size:18px;
	text-align:center;
}
.ttl_dsc{
	letter-spacing:2px;
	line-height:1.9;
	font-size:15px;
	text-align:center
}


/* --------------------------------------------------
 * header
 * ----------------------------------------------- */

.header{
	position:fixed;
	z-index:1000;
	width: 100%;
	background:#fff;
		transition:0.2s all
}
.header-inner{
	height:80px;
	max-width:1085px;
	margin:0 auto;
	position:relative;
	    background: #FFFFFF;
		border-bottom:1px solid #efefef;
		box-sizing:border-box
}

.logo{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0
	}
.logo-pc img{
	width:calc(340px/2);
	height:calc(94px/2);
	display:block
}
.logo-sp{
	display:none
}
.menu{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:230px	
}
.menu-itm{
	float:left;
	display:inline-block
}
.menu-itm+.menu-itm{
	margin-left:40px
}
.menu-itm a{
	padding:6px 10px;
	font-size:16px
}
.sub-menu{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:0	
}
.smenu-itm{
	float:left;
	display:inline-block
}
.smenu-itm+.smenu-itm{
	margin-left:20px
}
.smenu-itm a{
	border:1px solid #393332;
	padding:6px 10px;
	font-size:16px;
	transition:0.2s all;
}
.smenu-itm a:hover{
	
	border:1px solid #e1002a;
	color:#e1002a
}
 .has-hmenu #document{
	padding:80px 0 0;
}
/*hover*/
.menu * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.menu a {
  padding: 0.4em 0;
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.menu a:before {
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  top: 25%;
  bottom: 25%;
  left: 0;
  right: 0;
  border-bottom: 1px solid #e1002a;
}
.menu a:hover,
.menu .current a {
}
.menu a:hover:before,
.menu .current a:before {
  opacity: 1;
  top: 0;
  bottom: 0;
}
/* --------------------------------------------------
 * footer
 * ----------------------------------------------- */

.footer-top{
	padding:45px 0;
	background-color:#f7f7f8
}
.footer-menu{
	display:table;
	margin:0 auto
}
.footer-menu ul{
	overflow:hidden;
	text-align:center
}
 .fm-itm{
	 display:inline-block;
	 line-height:2
 }
  .fm-itm a{
	  font-size:14px
  }
    .fm-itm a:hover{
		text-decoration:underline
	}
  .fm-itm+  .fm-itm{
	  margin-left:15px
  }
  .fm-itm a:before{
	  content:"\f105";
	margin-right:6px;
	font-family:fontawesome
  }
  .footer-bottom{
	  padding:30px 0;
  }
  .caution{
 		font-size:12px;
		line-height:1.5;
		text-align:center;
		margin-bottom:30px
  }
    .copyright{
		font-size:12px;
		line-height:1.5;
		text-align:center;
	}
	

/*
 .Home
----------------------------*/
#kv{
	height:100%;
	position:relative
}
#kv-bg{
	    height: 100vh;
	background:url("../images/kv.jpg")no-repeat center center/cover;
	width:100%;
	background-size:2560px 1440px;
	position:relative
}
.view-page{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	bottom:50px;
	    text-align: center;
    display: block;
    width: 100%;
}
@media screen and (min-height:960px){
.view-page{
	top:50%;
	transform:translateY(40%);
}
}
.view-page a{
	width:47px;
	height:52px;
	background:url(../images/under.png)no-repeat center/cover;
	    display: inline-block;
		text-align:center

	
}
#topnav{
	overflow:hidden
}
.kv-box{
	background:#383231;
	width:500px;
	height:500px;
	padding:20px;
	position:absolute;
	top:10%;
	left:0;
	right:0;
	display:block;
	    margin:0  auto;	
}
.kv-box-inner{
	border:1px solid #ffffff;
	display:block;
	height:100%;
	width:100%
}
.kv-box h1 img{
	display:block;
	margin:0 auto
}
.kv-box h1{
	margin:110px 0 60px
}
.kv-dsc{
	line-height:1.9;
	color:#fff;
	text-align:center;
	letter-spacing: 0;
}

.nav .btn {
	    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	width:380px;
}
.nav .btn a{
	width:380px;
	height:380px;
	position:relative;	
	display: table-cell;
	vertical-align:middle;
	text-align:center;
	margin:0 auto;
	transition:0.2s all
}
.nav .btn a:hover{
	    box-shadow: 0px 0px 10px 1px #ccc;
}

.nav .btn a:before{
	content:"";
	width:360px;
	height:360px;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	transition:0.2s all
}
.smartphone .btn a{
	background-color:#f7f7f8;
}
.smartphone .btn a:before{
	border:2px solid #FFFFFF;
}
.audio .btn a{
	background-color:#fff;
}
.audio .btn a:before{
	border:2px solid #f7f7f8;
}
.nav{
	height:607px;
	position:relative
}
.nav .btn p{
	font-size:18px;
	transition:0.2s all
}

.nav h2{
	font-size:36px;
	line-height:1.4;
	margin-bottom:10px
}
.nav .sdsk:before{
	content:"\f105";
	margin-right:10px;
	font-family:fontawesome
	
}
.smartphone:before{
	    content: "";
    background: url(../images/home_nav_img_01.jpg)no-repeat center/cover;
    width: 658px;
    height: 658px;
    display: block;
    position: absolute;
    left: 0px;
    z-index: 1;
    right: 0;
    margin: auto;
    left: -890px;
    bottom: 0;
}
.audio{
	background-color:#f7f7f8
}
.audio:before{
	content:"";
	background:url(../images/home_nav_img_02.jpg)no-repeat center/cover;
	width:1436px;
	    height: 607px;
	display:block;
	position:absolute;
	    right: 0;
        left: 0;
    margin: auto;
    right: -1700px;
}
.stxt{
	font-size:100px;
	text-align:center;
	position:absolute;
	display:inline;
	bottom:0;
	    width: 100%;
		z-index:2;
		    bottom: -40px;
}

#mail .section-inner{
	padding:85px 0;
	position:relative
}
#mail .btn a{
	text-align:center;
    display: block;
	font-size:21px
}
#mail .btn a:before{
	content:"\f003";
	font-family:fontawesome;
	position:relative;
	font-size:45px;
	display:inline-block;
	width:100%;
	margin-bottom:10px
}
#mail .btn a:hover{
	color:#e1002a
}

/*
 company
----------------------------*/
.company #main{
	background:url(../images/company_bg.jpg)no-repeat center bottom/cover;
	padding-bottom:300px
}
#company{
	 padding-top: 80px;
}

#privacy .section-inner{
	max-width:1080px;
	margin:0 auto;
		padding-top:100px
}
#privacy .acd-btn .sec-ttl{
	font-size:16px;
	font-weight:700;
	padding:10px 20px;
	color:#FFFFFF;
	background:#e1002a;
	max-width:450px;
	margin:0 auto;
	transition:0.2s all;
	cursor:pointer
}
#privacy .acd-btn .sec-ttl:hover{
	opacity:0.8
}
.pp{
	display:none;
	margin-top:30px;
	background:rgba(255,255,255,1);
	position:fixed;
	z-index:2200;
	top:50%;
	transform:translateY(-50%);
	max-width:1080px;
	margin:0 auto;
	padding-bottom:30px;
	padding-top:50px
}
.pp-ttl{
	font-size:22px;
	text-align:center;
	margin-bottom:20px
}
.pp-dsc{
	line-height:1.6;
	width:90%;
	margin:0 auto 40px
}
.pp-inner{
    overflow-y: scroll;
    height: 500px;
    padding: 35px 50px 50px 35px;
    box-sizing: border-box;
    border: 1px solid #efefef;
    width: 90%;
    margin: 0 auto;

}
.pp-inner::-webkit-scrollbar {
    width: 10px;
}
.pp-inner::-webkit-scrollbar-track {
  border-radius: 0px;
    background-color: #f5f5f5;
}
.pp-inner::-webkit-scrollbar-thumb {
  background-color: #e1002a;
  border-radius: 0px;
}
.pp-itm+.pp-itm{
	margin-top:50px
}
.pp-itm h3 {
    font-size: 18px;
    margin-bottom: 20px;
}
.pp-itm .indent {
    padding-left: 30px;
}
.pp-itm dl dt{
	    margin-bottom: 10px;
		margin-top:20px
}
.pp-itm dl dd li:first-child{
}
.pp-itm dl dd {
	line-height:1.6
}
.pp-itm dl dd li+li{
	    margin-top: 2px;
}
.pp-itm ul li+li{
	margin-top: 10px;
}
.pp-itm ul li{
	line-height:1.6
}

.pp-close{
	padding:20px 0;
	max-width:300px;
	text-align:center;
	background:#e1002a;
	margin:30px auto 0;
	color:#FFFFFF;
	display:block;
	transition:0.2s all
}
.pp-close:hover{
	opacity:0.8
}
#company .sec-ttl:before{
	content:"\f02d";
	font-family:fontawesome;
	display:inline-block;
	width:100%;
	font-size:45px;
	margin-bottom:5px
}

#company .sec-cont{
	margin:120px auto 0;
	width:450px;
}
.sec-cont h3{
	font-size:28px;
	margin-bottom:50px
}

#company td{
	    padding: 10px 0px;
}
 #modal-ol{
	 display:none;
	  height: 100%;
	  width:100%;
    position: fixed;
    top: 0;
    z-index: 1000;
	background: rgba(0,0,0,0.5);
 }
/*
GUIDE
----------------------------*/

#guide .section-inner{
	padding-bottom:100px;
}
#guide .sec-header{
	height:190px;
	background:url(../images/guide_header_bg.jpg)no-repeat center bottom/cover;
	position:relative;
	border-bottom:2px solid #f7f7f8;
    margin: 0 auto;
	background-size:980px 190px
}
#guide .sec-ttl{
	position:absolute;
	width:100%;
	top:50%;
	transform:translateY(-50%);
}
#guide .sec-ttl:before{
	content:"\f02d";
	font-family:fontawesome;
	display:inline-block;
	width:100%;
	font-size:45px;
	margin-bottom:15px
}
#guide  .sec-cont{
	margin-top:60px;
	
}
.guide-itm h3{
	font-size:21px;
	margin-bottom:45px;
	position:relative
}
.guide-itm_01 h3:before{
	content:"";
	display:block;
	position:absolute;
	width:71px;
	height:71px;
	left:-50px;
	top:-40px;
	background:url("../images/guide_head_bg_01.png")no-repeat center/cover;
	z-index:-1
}
.guide-itm_02 h3:before{
	content:"";
	display:block;
	position:absolute;
	width:73px;
	height:73px;
	left:-50px;
	top:-40px;
	background:url("../images/guide_head_bg_02.png")no-repeat center/cover;
	z-index:-1
}
.guide-itm_03 h3:before{
	content:"";
	display:block;
	position:absolute;
	width:73px;
	height:72px;
	left:-50px;
	top:-40px;
	background:url("../images/guide_head_bg_02.png")no-repeat center/cover;
	z-index:-1
}
.guide-li{
	font-size:16px
}
.guide-itm+.guide-itm{
	margin-top:80px
}
.guide-li-itm{
	line-height:1.8
}
.guide-li-itm>.guide-subli{
	line-height:1.6	
}
.guide-subli-itm +.guide-subli-itm{
		margin-top:5px

}
.guide-subli-itm{
       padding-left: 0.6em;
    text-indent: -0.6em;
}
.guide-li-itm+.guide-li-itm{
	margin-top:20px
	
}
.guide-dsc{
	margin-bottom:30px
}
.guide-ssli{
	    padding-left: 0.5em;
}
.guide-ssli-itm{
        padding-left: 0.5em;
    text-indent: -0.8em;
}
/* --------------------------------------------------
 * lineup
 * ----------------------------------------------- */
 #concept{
	 overflow-x:hidden
 }
.lineup .ttl{
	font-size:40px;
}
.lineup .ttl_wrap{
	max-width:1000px;
	margin:0 auto;
	padding:80px 0 200px	
}
.lineup .ttl{
	margin-bottom:20px
}
.lineup .ttl-dsc{
	line-height:1.8
}
#lineup{
	position:relative
}
#lineup .ttl{
	text-align:center;
	margin-bottom:45px
}
#lineup .section-inner{
	max-width:1630px;
	margin:0 auto
}
.ccpt-img{
	    background: url(../images/ccpt-img.jpg)no-repeat center/cover;
    height: 617px;
    width: 617px;
    position: absolute;
    right: 0px;
    left: 0;
    margin: auto;
    right: -640px;
    top: 0;
}
.lu-li{
	overflow:hidden;
	    margin-left: -1%;
}
.main_img{
	    overflow: hidden;
    display: block;
	height:365px;
	margin-bottom:20px
}
.mimg-L{
	max-width:360px;
	float:left;
	margin-right:2%
}
.mimg-R{
	position:relative;
    max-width: 86px;
    height: 100%;
    display: inline-block;
	width:100%
}
.mimg-L img{
	width:100%
}

.img-tags{
	position:absolute;
	top:0;
	right:0
}
.tag{
	position:relative;
	background:#393332;
	font-size:12px;
	text-align:center;
	width:100%;
	color:#FFFFFF;
	display:inline-block;
	padding:5px 0
}
.tag:before{
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
	border-top: 5px solid #fff;
	content:"";
	position:absolute;
	left:0;
	top:0;
}
.tag:after{
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	content:"";
	position:absolute;
	right:0;
	bottom:0;
}
.tag+.tag{
	margin-top:5px
}
.lu-itm{
	    width: 32.3%;
    float: left;
    padding: 20px;
    margin-left: 1%;
	background:#f7f7f8
}
.lu-itm:nth-child(n + 4){
	margin-top:20px
}
.lu-itm-inner{
	padding:18px;
	background:#fff
}
.img_caption{
	font-size:12px;
	line-height:1.6;
	position:absolute;
	bottom:0;
	right:0
}
 .photoThumb{
	 overflow:hidden;
	 clear:both
 }
  .photoThumb li{
 	width:19%;
	float:left;
	margin-right:1%;
	transition:0.2s all;
	box-sizing:border-box;
	border:2px solid rgba(255,255,255,0)
  }
.photoThumb li:hover{
	 cursor: pointer;
	 	border:2px solid #393332
 }
.photoThumb li.active{
	border:2px solid #393332
}
  .thumb-item-nav img{
	max-width:82px;
	max-height:82px;
	display:block;
	margin:0 auto
}
 .photoThumb p{
	 display:none
 }
 .lu-itmn{
	 font-size:18px;
	 font-weight:700;
	 line-height:1.5;
	 margin-bottom:10px
 }
.lu-itm-dsc{
	margin-top:30px;
	clear:both;
	
}
.stretch{
	letter-spacing:0;
	transform: scale(0.7, 1);
    transform-origin: top left;
    width: 145%;
}
.stretch2{
	letter-spacing:0;
	transform: scale(0.9, 1);
    transform-origin: top left;
    width: 115%;
}
.lu-itmt{
	height:70px
}
.lu-shop-btn a{
	    width: 100%;
    background: #fff;
    display: inline-block;
    text-align: center;
    padding: 25px 0;
    border-top: 2px solid #f7f7f8;
	font-size:18px;
	transition:color 0.2s
}
.lu-shop-btn a:before{
	content:"\f07a";
	font-family:fontawesome;
	display:inline-block;
	margin-right:8px;
	
	
}
.lu-shop-btn:hover a{
	color:#e1002a
}
#pr-guide .section-inner{
	padding:80px 0;	
	margin-top:30px;
	border-top:2px solid #f7f7f8
}
.guide-btn{
	font-size:21px;
	text-align:center;
	
}
.guide-btn a{
	display:inline-block;
	transition:0.2s all
}
.guide-btn a:hover{
	color:#e1002a
}
.guide-btn a:before{
	content:"\f02d";
	font-family:fontawesome;
	display:inline-block;
	width:100%;
	font-size:45px;
	margin-bottom:10px
}
/* --------------------------------------------------
 * SmartPhone
 * ----------------------------------------------- */
@media screen and (max-width:1700px){

#lineup .section-inner{
	max-width:1100px
}
.lu-itm {
    width: 49%;
}
.lu-itm:nth-child(n + 3) {
    margin-top: 20px;
}
#lineup .section-inner{
	max-width:1085px
}
.pp-inner {
    max-height: 350px;
}
}
@media screen and (max-width:1366px){
.pp-inner {
    max-height: 300px;
}
}
@media screen and (max-width:1300px){

	.stxt{
		font-size:90px
	}
}
@media screen and (max-width:1200px){
.stxt{
		font-size:80px;
		bottom: -37px;
	}
	.header-inner{
		    max-width: 92%;
	}
	#lineup .section-inner,.lineup .ttl_wrap{
	max-width:92%
}
	.sec-cont {
    max-width: 86%;
}
/*product*/
.main_img{
	height:auto
}
.mimg-R {
    position: relative;
    max-width:100%;
	height:auto;
	margin-bottom:20px
}
.mimg-L {
    margin-right:0;
    float: none;
	margin:0 auto
}
.thumb-item-nav img{
	max-width:100%
}
.tag {
    width: 86px;
	margin-bottom:5px
}
.tag+.tag {
    margin-top:0px;
}
.tag.stretch {
    width: 145%;
    width: 130px !important;
}
.img_caption {
    position: relative;
    margin-top: 10px;
}
#privacy .section-inner {
    max-width: 92%;
    margin: 0 auto;
	
}
.pp {
    max-width: 92%;
    }
.pp-inner {
}
}
@media screen and (max-width:1100px){
	.stxt{
		font-size:70px;
			bottom: -27px;
	}
}
@media screen and (max-width:1000px){
.stxt{
		display:none;
	}
	.smartphone:before {
    left: -110px;
    bottom: 0px;
	z-index:0
}
.audio:before {
    left: -110px;
	right:auto
}
	.smartphone .btn a{
    background: rgba(247,247,247,0.9);
}
.audio .btn a{
    background: rgba(255,255,255,0.85);
}
.guide-itm_01 h3:before,
.guide-itm_02 h3:before,
.guide-itm_03 h3:before{
	width:50px;
	height:50px;
	left:-30px
}


}

@media screen and (max-width:980px){


.tag{
	letter-spacing:0;
	width:auto;
	padding:5px 15px;
	font-size:11px
}
.lu-itmt {
    height: 100px;
}

}
@media screen and (max-width:768px){
.br_768{
	 display:block
 }
 .menu{
	 left:200px
 }
 .menu-itm+.menu-itm {
    margin-left: 20px;
}
.lu-itm {
    padding: 15px;
}
.tag{
	font-size:10px;
		margin-bottom:5px
}
.tag+.tag{
    margin-left: -1px;
	margin-top:0;

}
.lu-itm-inner{
	padding: 15px;
}
	.lu-itmn {
    word-break: keep-all;
}
	.lu-itmt {
    height: 120px;
}
.ccpt-img {
       right: -780px;
}
#lineup .ttl{
	margin-bottom:20px
}
.lu-li{
	    margin-left: 0;
	
}
.lu-itm:nth-child(n + 3){
	margin-top:0px
}
.lu-itm +.lu-itm{
	margin-top:20px
}
.mimg-R {
	margin-bottom:0px
}
.lu-itm {
    width:100%;
	margin-left:0
}
}
@media screen and (max-width:414px){
	html {
  height: 100%;
}

body {
  height: 100%;
}
	.only-sp{
		display:block!important
	}
	p{
		font-size:15px
	}
/*header**/
	.logo-sp{
		display:block
	}
	.logo-sp img{
	width:calc(66px/2);
	height:calc(66px/2);
	display:block
}
.logo-pc{
	display:none
}

.menu-wrap {
    position: relative;
    top: 50px;
	display:none;
	background:#fff;
		    padding: 10px 5% 20px;
    width: 110%;
    margin-left: -5%;
    box-sizing: border-box;
}
.menu {
     position: relative;
     top:0%;
     transform: translateY(0%);
 	left: 0px;
    float: none;
	
}
.menu-itm a {
    padding: 10px 0px;
    width: 100%;
    display: block;
	font-size:15px
}
.menu-itm a:after {
    content: "\f105";
    font-family: fontawesome;
	    position: absolute;
    right: 0;
	color:#ccc
}
.menu-itm {
    float: none;
    display: inline-block;
    width: 100%;
    text-align: left;
}
.menu-itm+.menu-itm {
    margin-left: 0px;
	margin-top: 20px;
}
.sub-menu{
	position:relative;
	margin-top:20px;
	    display: block;
    top: 0;
    transform: translateY(0%);
}
.smenu-itm {
    display: inline-block;
	float:none
}
.smenu-itm a {
    display: block;
}
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}
#menu-btn {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 14px;
    right: 0px;
    z-index: 101;
}
#menu-btn span:first-child {
    top: 12px;
}
#menu-btn span {
    display: block;
    background: #393332;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#menu-btn span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
#menu-btn span:last-child {
    bottom: 12px;
}
#menu-btn.open span:first-child {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -moz-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}
#menu-btn.open span:nth-child(2) {
    opacity: 0;
}
#menu-btn.open span:last-child {
    -webkit-transform: translateY(6px) rotate(-45deg);
    -moz-transform: translateY(6px) rotate(-45deg);
    -ms-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}
.smenu-itm+.smenu-itm{
	margin-left:0;
	margin-top:20px
}

 
 .header {
    padding: 0 4%;
    box-sizing: border-box;
    background: #FFFFFF;
	
}
	.header-inner{
		height:50px;
		max-width:100%
	}
	 #mol{
	  height: 100%;
	  width:100%;
    position: fixed;
    top: 0;
    z-index: 1;
	background: rgba(0,0,0,0.5);
 }
/*-header-*/
	.has-hmenu #document{
		padding-top:50px
	}
#kv-bg{
	background:url("../images/kv-sp.jpg")no-repeat center top/cover;
	height: 100vh!important;
	}
.kv-box h1 img{
	width:100px;
}
	.kv-box{
		width:350px;
		height:auto;
		top:50%;
		transform:translateY(-62%)
	}
	.kv-box h1{
		margin-top:0;
		margin-bottom:20px
	}
	.kv-box-inner{
		padding:35px 20px
	}
	.kv-dsc{
		line-height:1.9;	
	}
	.nav .btn {
    width: 350px;
}
	.nav .btn a {
    width: 350px;
    height: 350px;
	
	}
	.nav h2{
		font-size:25px
	}
	.nav .btn a:before{
    width: 320px;
    height: 320px;
	}
	.view-page {
    bottom: 50px;
}
#mail .section-inner {
    padding: 50px 0 60px;
}
	#mail .btn a:before {
    font-size: 35px;
	 margin-bottom: 0px;
}
#mail .btn a {
    font-size: 18px;
}



	.footer-top{
		padding:40px 5%
	}
	
	.fm-itm+ .fm-itm{
		margin:0
	}
	.footer-top .fm-itm{
		margin-right:10px
	}
	.footer-bottom{
		padding:40px 5%
	}
	.caution,.copyright{
		text-align:left
	}
	
/*company*/
	.company #document{
	    padding-top: 0px;
	
}
	
	#company .sec-cont {
    margin: 60px auto 0;
	}
	#company .sec-cont h3{
		font-size:18px;
		    margin-bottom: 20px;
	}
	#company td{
		line-height:1.5;
		font-size:15px
	}
	#company {
    height: auto;
}

#company .sec-ttl:before {
    font-size: 40px;
}
#privacy{
		  margin-top:-200px;
    padding-top:200px;
}
#privacy .section-inner {
    max-width: 90%;
    margin: 0 auto;
    padding-top:50px;
	
}
.pp {
    margin-top: 0px;
    max-width: 90%;
    margin: 0 auto;
	    height: auto;
		padding-top:30px
}
.pp-inner {
    height: 250px;
    padding: 20px;
}
.pp-ttl{
	font-size:18px;
	    margin-bottom: 14px;
}
.pp-dsc{
	font-size:14px;
	    margin: 0 auto 14px;
}
.pp-itm h3{
	font-size:16px;
	line-height:1.4
}
.pp-itm dl dt,.pp-itm ul li,.pp-itm ul li{
	font-size:14px
}
.pp-itm .indent{
	padding-left:10px;
}
.pp-itm h3{
	margin-bottom:10px
}
.pp-itm+.pp-itm {
    margin-top: 30px;
}
.pp-close {
    margin: 25px auto 0;
}
/*guide*/
.sec-ttl{
	font-size:20px
}
#guide .sec-ttl:before {
    font-size: 40px;
	margin-bottom:5px
}
#guide .sec-cont {
    margin-top: 40px;
	max-width: 90%;
}
#guide .sec-cont h3{
		font-size:18px;
		    margin-bottom: 15px;
	}
#guide .sec-header {
    height: 150px;
}
#guide .sec-header{
	background:none
}
.guide-itm+.guide-itm {
    margin-top: 50px;
}
.guide-li-itm {
    font-size: 15px;
	line-height:1.6
}
.guide-li-itm+.guide-li-itm{
	margin-top:12px
}
.guide-itm h3:before{
	display:none
}
/*product*/
.br_none_414{
	display:none
}
.ccpt-img{
	display:none
}
.lineup .ttl_wrap {
    padding: 50px 0 50px;
	margin-bottom:50px;
	    border-bottom: 1px solid #efefef;
}
.lineup .ttl{
	font-size:25px;
	text-align:center
}

.tag{
	margin-bottom:5px
}
.lu-itmt{
	height:auto
}
.lu-itmn{
	font-size:16px;
	line-height:1.4;
	    margin-bottom: 5px;
}
.lu-shop-btn a{
	font-size:16px
}
.guide-btn a:before {
    font-size: 35px;
}
.guide-btn{
	font-size:18px
}
#pr-guide .section-inner {
    padding: 50px 0 60px;
}
.smartphone:before {
    left: -180px;
    bottom: 0px;
	    width: 608px;
    height: 577px;
}
.audio:before {
	    left: -90px;
    bottom: 30px;
    width: 1226px;
    height: 497px;
}

}
@media screen and (max-width: 375px){
		.kv-box{
		width:330px;
	}
	
.nav .btn,
	.nav .btn a {
    width: 330px;
    height: 330px;
	}
	.nav .btn a:before{
    width: 300px;
    height: 300px;
	}

}
@media screen and (max-width: 320px){
	.kv-box{
		width:280px;
	}
	.kv-dsc {
    line-height: 1.8;
	font-size:12px
}

.kv-box{
	 padding:16px;
}
.nav .btn,
	.nav .btn a {
    width: 280px;
    height: 280px;
	}
	.nav .btn a:before{
    width: 260px;
    height: 260px;
	}
	.kv-box-inner {
    padding: 30px 12px;
}
	.kv-box h1 img {
    width: 80px;
}
	.kv-box h1 {
    margin-bottom: 10px;
}
.view-page {
    bottom: 20px;
}
.pp-ttl {
    font-size: 16px;
    margin-bottom: 12px;
}
.pp-close {
    max-width: 260px;
}
   .pp-dsc {
    font-size: 13px;
   }
   .pp-close {
    margin: 20px auto 0;
   padding: 15px 0;
   }
   .pp-inner {
    height: 160px;
   }
   .pp {
    padding-top: 20px;
	padding-bottom: 20px;
}
.pp-itm h3{
	font-size:15px
}
.pp-itm dl dt,.pp-itm ul li,.pp-itm ul li{
	font-size:13px
}
}
