@charset "UTF-8";
/* CSS Document */

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,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 1 solid #999;
}

body {
    line-height:1;
}

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

nav 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;
}

input,
textarea,
select {
    font-size: 16px;
}

img { 
	max-width: 100%; 
	height:auto;
}

/* clearfix
-----------------------------------------------------------------*/
.cf:before,
.cf:after{
	content: "";
	display: table;
}
.cf:after{
	clear: both;
}
.cf{
	zoom: 1;
}

/* -----------------------------------------------------------------*/
body{
	line-height: 1.5;
	font-family:MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino kaku Gothic ProN", Meiryo, sans-serif;
	color:#222222;
	font-size:14px;
	background-color:#fff;
}
.border_radius {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
/*--------------------------------------------------------------------------
   mv
---------------------------------------------------------------------------*/
.slide01{
		width:100%;
		height:250px;
		background: url(img/mv01_sp.jpg) center right / cover no-repeat;
	}
.slide02{
		width:100%;
		height:250px;
		background: url(img/mv02_sp.jpg) center right / cover no-repeat;
	}
.slide03{
		width:100%;
		height:250px;
		background: url(img/mv03_sp.jpg) center right / cover no-repeat;
	}
.slide04{
		width:100%;
		height:250px;
		background: url(img/mv04_sp.jpg) center right / cover no-repeat;
	}
.slide05{
		width:100%;
		height:250px;
		background: url(img/mv05_sp.jpg) center right / cover no-repeat;
	}
/*--------------------------------------------------------------------------
   header
---------------------------------------------------------------------------*/
.nav_pc{
	display:none;
}
h1{
	position:absolute;
	top:20px;
	left:20px;
	z-index:999999;
	width:68px;
}
.mv_leads{
	position:absolute;
	top:185px;
	left:20px;
	z-index:99;
	width:258px;
	height:47px;
}
.mv_nav{
	display:none;
}
header{
	font-family: 'Playfair Display', serif;
	font-size:16px;
}

/*.inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
}*/
 
/*.inner:after {
  content:"";
  clear: both;
  display: block;
}*/
 
/*--------header-----------*/
 
#top-head {
  top: 0px;
  position: absolute;
  /*width: 100%;*/
  /*margin: 100px auto 0;*/
  z-index: 99999;
}
 
/*#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
 
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    position: relative;
    font-size: 36px;
    height: 50px;
}
 
#top-head .logo a {
  position: absolute;
  width: 100%;
  height: 50px;
}
 
#global-nav ul {
    list-style: none;
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
    padding:0 30px;
    border-left: 1px solid #000;
}
#global-nav ul li a {
    padding: 5px 5px;
    position: relative;
    display: inline-block;
}
 
#global-nav ul li a::after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 2px;
   -webkit-transform: scaleX(0);
   -ms-transform: scaleX(0);
   transform: scaleX(0);
   background-color: #fff;
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
}
 
#global-nav ul li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
 
nav span{
    background:#666;
    height:2px;
    display:block;
    position:relative;
    width:50px;
    left:0;
}*/
 
 
/*--------固定化されたときのCSS-----------*/
 
/*#top-head.fixed {
    margin-top: 0;
    top: 0;
  	position:absolute;
    padding-top: 10px;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}*/
 
/*#top-head.fixed .logo {
  position: relative;
    font-size: 24px;
    color: #333;
}*/
 
/*#top-head.fixed .logo a {
  position: absolute;
  width: 100%;
  height: 30px;
 
}*/
/*#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
    padding-bottom: 10px;
}*/
 
 
 
/*-----------スマホのトグルボタンのCSS-------------*/
 
#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: #fff;
    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: 10px;
}
#nav-toggle span:nth-child(3) {
    top: 20px;
}
 
 
/*---------gnav sp--------------*/
/*-----------スマホ-------------*/
    .head-inner {
      display: none;
    }
 
    .slick-next {
      right: 0;
    }
 
 #top-head{
	 width:100%;
 }
    .inner {
        width: 85%;
        padding: 0;
    }
    /*#top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }*/
    /* 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;
        height: 50px;
        top: 15px;
        color: #333;
        font-size: 26px;
    }*/
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #000;
        width: 60%;
		margin-left:30%;
        padding: 4px 0;
		padding-right:10%;
        text-align: center;
        -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;
        padding: 18px 0;
        color: #fff;
    }*/
    #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(490px);
        -webkit-transform: translateY(490px);
        transform: translateY(490px);
    }
	
/*--------------------------------------------------------------------------
   section1
---------------------------------------------------------------------------*/
#top .section01{
	width:95%;
	margin:0 auto;
	padding-top:70px;
}
#top .section01 h2{
	text-align:cnter;
	padding-bottom:30px;
}	
#top .cookie{
	text-align:center;
	width:172.5px;
	height:auto;
	margin:0 auto;
	padding-bottom:25px;
}
#top p.section01_txt01,
#top p.section01_txt02,
#top p.section01_txt03,
#top p.section01_txt04,
#top p.section01_txt05{
	padding-bottom:15px;
}
#top p.section01_txt05{
	padding-bottom:25px;
}
#top div.section01_photo01{
	width:50%;
	padding-bottom:1%;
	margin:0 auto;
}
#top div.section01_photo02{
	width:49%;
	float:left;
}
#top div.section01_photo03{
	width:49%;
	float:right;
}
#top div.section01_photo03{
}
#top .section01_btn01 img{
	display:none;
	text-align:center;
}
#top .section01_btn01{
	text-align:center;
}
#top .section01_btn01 .btn01_sp{
   	display: inline-block;
    padding: 0.6em 5em;
    text-decoration: none;
    background: #a24b42;/*ボタン色*/
    color: #FFF;
	border-bottom: solid 3px #862c23;
	margin-top:30px;
	margin-bottom:70px;
	/*font-family: "Sawarabi Mincho";*/
}
/*--------------------------------------------------------------------------
   section2 取引先実績
---------------------------------------------------------------------------*/
#top h3 img{
	display:none;
}
#top h3{
	text-align:center;
	padding-bottom:15px;
}
#top h3 .h3_sp{
	font-family: "Sawarabi Mincho";
	font-size:20px;
}
#top div.h3_border{
	border-bottom:1px solid #a24b42;
	width:70px;
	margin:0 auto;
	margin-bottom:40px;
}
#top section.section02{
	background-color:#211315;
	color:#fff;
}
#top .section02_inner{
	width:95%;
	margin:0 auto;
	padding-top:70px;
	position:relative;
	padding-bottom:190px;
}
#top .section02_txt01{
	line-height:30px;
}
#top .ownerphoto{
	position:absolute;
	bottom:0px;
	right:0px;
	width:131px;
	height:190px;
}
#top .ownername{
	position:absolute;
	bottom:45px;
	right:150px;
}
/*--------------------------------------------------------------------------
   section3 ノベルティー実績
---------------------------------------------------------------------------*/
section.section03{
	background:url(img/bg_section03.png) no-repeat top right;
}
div.section03_inner{
	width:95%;
	margin:0 auto;
	padding-top:70px;
	padding-bottom:67px;
}
.section03_txt div.li{
	padding-left:15px;
}
.section03_txt01,
.section03_txt02{
	padding-bottom:13px;
}
/*--------------------------------------------------------------------------
   section4 会社概要
---------------------------------------------------------------------------*/
section.section04{
	background-color:#f2f2f3;
}
.section04_inner{
	width:95%;
	margin:0 auto;
	padding-top:70px;
	padding-bottom:70px;
}
.companytitle{
	font-size:15px;
	font-weight:bold;
	padding-bottom:15px;
}
.section04_txt div.article,
.section04_txt div.li{
	float:left;
}
.section04_txt div.article{
	width:100px;
	font-size:15px;
	font-weight:bold;
}
.section04_txt04{
	overflow:hidden;
}
.section04_txt04 .li{
 float: right;
  width: 100%;
  margin-right: -100px;
  padding-right: 100px;
  box-sizing: border-box;
}
.section04_txt04 .article{
	float:left;
	width:100px;
}
.section04_txt01,
.section04_txt02,
.section04_txt03,
.section04_txt04,
.section04_txt05,
.section04_txt06,
.section04_txt07{
	padding:10px 15px;
	border-bottom:1px solid #c5c5c6;
	width:95%;
}
.section04_txt01{
	padding-top:5px;
}
.companyphoto{
	padding-top:20px;
	width:322px;
	height:215px;
	margin:0 auto;
}
.section04 a{
	color: #222;
 	text-decoration: none;
}
/*--------------------------------------------------------------------------
   footer
---------------------------------------------------------------------------*/
footer{
	text-align:center;
	padding:13px 0;
	font-size:12px;
}
/*--------------------------------------------------------------------------
   subpage products
---------------------------------------------------------------------------*/
#products header{
	width:100%;
	height:180px;
	background:url(img/mv_products.jpg) center center / cover no-repeat;
}
#products .section01{
	padding-top:70px;
	padding-bottom:70px;
	width:95%;
	margin:0 auto;
}
#products h2 img,
#contact h2 img{
	display:none;
}
#products h2 .h2_sp,
#contact h2 .h2_sp{
	font-family: "Sawarabi Mincho";
	font-size:23px;
}
#products h2,
#contact h2{
	text-align:center;
	padding-bottom:10px;
	margin:0 auto;
}
#products .h2_border,
#contact .h2_border{
	width:155px;
	margin:0 auto;
	border-bottom:1px solid #bd413e;
}
#products h3,
#contact h3{
	font-family: 'Italianno', cursive;
	font-size:16px;
	padding-top:8px;
	padding-bottom:40px;
	text-align:center;
}
#products h4{
	padding: .07em 0 .07em .45em;
  	border-left: 6px solid #bd413e;
	font-size:15px;
	font-weight:normal;
	margin-bottom:8px;
}
#products p.section01_txt01{
	text-align:left;
	padding-bottom:20px;
}
#products .section01_txt02,
#products .section01_txt03,
#products .section01_txt04{
	padding-bottom:30px;
}
#products .section01_txt04 ul li{
	overflow:hidden;
}
#products .section01_txt04 ul li .dot{
	width:17px;
	float:left;
}
#products .section01_txt04 ul li .txt{
	float:left;
	width:100%;
	margin-left:-17px;
	padding-left:17px;
	box-sizing:border-box;
}

#products .products_photo01{
	width:49%;
	height:auto;
	float:left;
	padding-bottom:2%;
}
#products .products_photo02{
	float:right;
	padding-bottom:2%;
	width:49%;
}
#products .products_photo03{
	float:right;
	padding-bottom:2%;
	width:49%;
}
#products .products_photo04{
	width:49%;
	float:left;
	padding-bottom:2%;
}
#products .products_photo05{
	width:49%;
	float:right;
	padding-bottom:2%;
}
#products .products_photo06{
	float:left;
	width:49%;
	padding-bottom:2%;
}
#products .products_photo07{
	float:right;
	width:49%;
}
#products .products_photo{
	padding-top:10px;
}
/*--------------------------------------------------------------------------
   subpage contact
---------------------------------------------------------------------------*/
#contact header{
	width:100%;
	height:180px;
	background:url(img/mv_contact.jpg) center center / cover no-repeat;
}
#contact .section01{
	padding-top:70px;
	padding-bottom:70px;
	width:95%;
	margin:0 auto;
}
#contact .section01_txt01{
	font-size:16px;
	padding-bottom:20px;
}
#contact .section01_txt02,
#contact .section01_txt03{
	padding-bottom:15px;
}
#contact div.form{
	background-color:#f2f2f3;
	padding-top:5px;
	margin-top:10px;
	padding-bottom:20px;
	margin-bottom:25px;
}
#contact .form .mailform_tit01{
	font-size:15px;
	padding-left:5%;
	padding-top:18px;
}
#contact .form .mailform_tit01 span{
	font-size:11px;
}
#contact .form .mairform_space01{
	padding-top:3px;
	padding-left:5%;
}
#contact .note{
	border-top:1px solid #cecece;
	width:90%;
	margin-top:18px;
	margin-left:5%;
	margin-right:5%;
	padding-top:18px;
}
#contact .note_tit{
	font-size:12px;
	font-weight:bold;
}
#contact .note_txt{
	font-size:12px;
	line-height:17px;
}
	input[type="text"] {
    padding: 0.3em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
	width:95%;
}
#postcode{
	width:50%;
	margin-left:8px;
}
#Inquiry{
	width:95%;
    padding: 0.3em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
}
#contact .form_b{
	display:none;
}
#contact div.form_b_sp{
	text-align:center;
}
input[type="submit"] {
  -webkit-appearance: none;
}
input[type="button"] {
  -webkit-appearance: none;
}

input.form_b_sp{
   	display: inline-block;
    padding: 0.6em 5em;
    text-decoration: none;
    background: #a24b42;/*ボタン色*/
    color: #FFF;
	border:0px;
	border-bottom: solid 3px #862c23;
	/*font-family: "Sawarabi Mincho";*/

}
/*--------------------------------------------------------------------------
   thanks page
---------------------------------------------------------------------------*/
#contact .thanks_section{
	display:none;
}
#contact .thanks_section_sp p{
	text-align:center;
	padding-bottom:20px;
}
#contact p.thanks_txt01_sp{
	font-size:19px;
	font-weight:bold;
}
#contact p.thanks_txt02_sp{
	font-size:16px;
	padding-bottom:50px;
}
#contact p.thanks_txt03_sp{
	width:85%;
	margin:0 auto;
	font-size:13px;
	line-height:1.5;
}