@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------------------ */

/*  Reset

/* ------------------------------------------------------------------------ */

html {
	overflow-y	: scroll;
	height		: 100%;
	font-size	: 62.5%;
	-webkit-text-size-adjust: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote {
	margin 	: 0;
	padding : 0;
}

fieldset {
	display	: inline;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style : normal;
}

body/**/table {
	line-height	: 1.5;
}

q:before,
q:after {
	content : '';
}

object,embed {
	vertical-align : top;
}

hr,legend	{
	display : none;
}

h1,h2,h3,h4,h5,h6 {
	font-size : 100%;
}

img,abbr,acronym,fieldset {
	border : 0;
}

li {
	list-style-type : none;
}

img[usemap] {
	border		: none;
	height		: auto;
	max-width	: 100%;
	width		: auto;
}

img {
	border		: 0;
	max-width	: 100%;
}

i {
	padding	: 5px 5px 2px 0;
}

p {
	word-break	: break-all;
	font-size: 120%;
}

/* Flexible Images */
img{
    max-width	: 100%;
    height		: auto;
    width /***/	: auto;
}

submit	{ -webkit-appearance : none;}

/* ------------------------------------------------------------------------ */

/*  Basic Style

/* ------------------------------------------------------------------------ */

body {
	margin		: 0;
	padding		: 0;
	height		: 100%;
	font-family	: "Noto Sans Japanese", sans-serif,"Hiragino Kaku Gothic ProN",Sans-Serif;
	font-size	: 1.2rem;
	font-size	: 12px;
	line-height	: 1.5;
	text-align	: left;
	color		: #000;
	-webkit-text-size-adjust	: 100%;
}

#wrap{
	text-align	: center;
}

body > #wrap { height : auto;}

section{
	margin-top:150px;
}

/* Link
--------------------------------------------------------------------------- */

.opacity a:hover img{
	opacity: 0.85;
}

a:link	{
	text-decoration	: none;
	color:#000;
}

a:visited	{
	text-decoration	: none;
	color:#000;
}

a:hover	{
	opacity:0.8;
}


/* ------------------------------------------------------------------------ */

/* Hedaer

/* ------------------------------------------------------------------------ */

header {
	margin: 0px auto 40px;
	padding:10px;
	}

h1{
	text-align:left;
	float:left;
	padding:10px;
}

h1 img{
	width:80%;
}

/* ------------------------------------------------------------------------ */

/* Navigation

/* ------------------------------------------------------------------------ */

.inner {
    max-width: 1200px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
 
/* header */
#top-head {
    top: -100px;
    width: 100%;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.9);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

.sp_style{
	display:none;
}

#about,#products {
margin-top: -120px !important; /* 固定ナビの高さ分のネガティブマージン */
padding-top: 120px !important; /* 打ち消し用のパディング */
}


.btn{
    width:60%;
	margin:20px auto;
    display:block;
}
.btn a{
    width:100%;
    height:100%;
    text-decoration: none;
    background:#000;
	border:1px solid #000;
    text-align:center;
    color:#FFF;
	padding:10px 30px;
	
}

.btn a:hover{
    background:#fff;
    text-align:center;
    color:#000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 800px) {
 .sp_style{
	display:block;
}

   #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
 #top-head a,
#top-head {
    color: #fff;
}
   /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}

/* ------------------------------------------------------------------------ */

/* Contents

/* ------------------------------------------------------------------------ */


.mvBlock{
	position:relative;
	text-align:left;
	
}

.mvBlock img{
    max-width: 100%;
    height: auto;
	}

.logo_txt{
	position:absolute;
	top:80%;
	right:10%;
}


#contentsBlock {
	max-width:1200px;
	margin:100px auto;
}


#products{
	display:flex;
justify-content: space-around;
max-width:800px;
margin: 0 auto;
}

#products img{
	margin-bottom:10px;
}

h2{
	text-align:center;
	font-weight: 900;
	font-size:4em;
	margin-bottom:30px;
}

#about p{
	text-align:center;
	line-height:2.5;
	font-size:120%;
}

footer p{
	margin:10px auto;
	color:#979797;
}

@media screen and (max-width: 800px) {

h2{
	font-size:3em;
}

#products {
    display: block;
}

#products div{
	margin-top:30px;
}

#products div:nth-child(2){
	margin-top:60px;
}

section {
    margin-top: 100px;
}

.mvBlock img {
    margin-top: 54px;
}

#products img {
    max-width: 70%;
}

p.btn{
	margin-top:20px;
}

.btn a {
    padding: 10px 30px;
}

#products {
margin-top: -160px !important; /* 固定ナビの高さ分のネガティブマージン */
padding-top: 160px !important; /* 打ち消し用のパディング */
}
/* ------------------------------------------------------------------------ */

/* Footer

/* ------------------------------------------------------------------------ */

footer {
	background:#000;
	color:#fff;
	padding:20px 0;
}

}