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

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

/*--------------------------------------------------------------------------
   base
---------------------------------------------------------------------------*/
body {
	font-family:MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 28px;
	color:#222;
	mini-width:1000px;
	background-color:#fff;
}
.border_radius {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
/*--------------------------------------------------------------------------
   mv
---------------------------------------------------------------------------*/
.slide01{
		width:100%;
		height:550px;
		background: url(img/mv01.jpg) center center / cover no-repeat;
	}
.slide02{
		width:100%;
		height:550px;
		background: url(img/mv02.jpg) center center / cover no-repeat;
	}
.slide03{
		width:100%;
		height:550px;
		background: url(img/mv03.jpg) center center / cover no-repeat;
	}
.slide04{
		width:100%;
		height:550px;
		background: url(img/mv04.jpg) center center / cover no-repeat;
	}
.slide05{
		width:100%;
		height:550px;
		background: url(img/mv05.jpg) center center / cover no-repeat;
	}
/*--------------------------------------------------------------------------
   header
---------------------------------------------------------------------------*/
#top-head{
	display:none;
}
h1{
	position:absolute;
	top:30px;
	left:100px;
	z-index:999;
	width:170px;
	height:210px;
}
.mv_leads{
	position:absolute;
	top:400px;
	left:100px;
	z-index:999;
	width:516px;
	height:94px;
}
.mv_nav{
	position:absolute;
	top:30px;
	right:70px;
	z-index:999;
	color:#fff;
}
header{
	font-family: 'Playfair Display', serif;
	font-size:18px;
}
.mv_nav ul li{
	float:left;
	padding-right:30px;
	text-shadow:1px 2px 3px #040000;
}

/*nav animation*/
nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color:#fff;
  padding-bottom:8px;
}
nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  margin-left:20%;
  margin-right:20%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
nav a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

/*--------------------------------------------------------------------------
   section1
---------------------------------------------------------------------------*/
#top .section01{
	width:1000px;
	margin:0 auto;
	padding-top:100px;
}
#top .section01 h2{
	text-align:right;
	padding-bottom:50px;
}
#top .cookie{
	float:left;
}
#top p.section01_txt01,
#top p.section01_txt02,
#top p.section01_txt03,
#top p.section01_txt04,
#top p.section01_txt05{
	float:right;
	width:608px;
	padding-bottom:18px;
}
#top p.section01_txt05{
	padding-bottom:50px;
}


#top div.section01_photo01,
#top div.section01_photo02{
	float:left;
	padding-right:50px;
}
#top div.section01_photo03{
	float:right;
}
#top .section01_btn01{
	text-align:center;
	padding-top:70px;
	padding-bottom:100px;
}
#top .section01_btn01 .btn01_sp{
	display:none;
}
/*--------------------------------------------------------------------------
   section2 取引先実績
---------------------------------------------------------------------------*/
#top h3 .h3_sp{
	display:none;
}
#top h3{
	text-align:center;
	padding-bottom:20px;
}
#top div.h3_border{
	border-bottom:1px solid #a24b42;
	width:80px;
	margin:0 auto;
	margin-bottom:50px;
}
#top section.section02{
	background-color:#211315;
	color:#fff;
}
#top .section02_inner{
	width:1000px;
	margin:0 auto;
	padding-top:100px;
	position:relative;
	padding-bottom:100px;
}
#top .section02_txt01{
	float:left;
	width:710px;
	line-height:38px;
}
#top .ownerphoto{
	position:absolute;
	bottom:-8px;
	right:0px;
}
#top .ownername{
	position:absolute;
	bottom:45px;
	right:265px;
}
#top .section01 a:hover{
	opacity:0.7;
}
/*--------------------------------------------------------------------------
   section3 ノベルティー実績
---------------------------------------------------------------------------*/
section.section03{
	background:url(img/bg_section03.png) no-repeat top right;
}
div.section03_inner{
	width:1000px;
	margin:0 auto;
	padding-top:100px;
	padding-bottom:100px;
}
.section03_txt div.ul,
.section03_txt div.li{
	float:left;
}
.section03_txt div.ul{
	width:250px;
}
.section03_txt01,
.section03_txt02{
	padding-bottom:5px;
}
/*--------------------------------------------------------------------------
   section4 会社概要
---------------------------------------------------------------------------*/
section.section04{
	background-color:#f2f2f3;
}
.section04_inner{
	width:1000px;
	margin:0 auto;
	padding-top:100px;
	padding-bottom:100px;
}
.companytitle{
	font-size:18px;
	font-weight:bold;
	padding-bottom:30px;
}
.section04_txt{
	float:left;
}
.section04_txt div.article,
.section04_txt div.li{
	float:left;
}
.section04_txt div.article{
	width:105px;
	font-size:17px;
	font-weight:bold;
}
.section04_txt01,
.section04_txt02,
.section04_txt03,
.section04_txt04,
.section04_txt05,
.section04_txt06,
.section04_txt07{
	padding:10px 15px;
	border-bottom:1px solid #c5c5c6;
}
.section04_txt01{
	padding-top:5px;
}
.companyphoto{
	float:right;
	padding-top:10px;
}
/*--------------------------------------------------------------------------
   footer
---------------------------------------------------------------------------*/
footer{
	text-align:center;
	padding:15px 0;
	font-size:14px;
}

/*--------------------------------------------------------------------------
   subpage products
---------------------------------------------------------------------------*/
#products header{
	width:100%;
	height:270px;
	background:url(img/mv_products.jpg) center center / cover no-repeat;
}
#products .section01{
	padding-top:100px;
	padding-bottom:110px;
	width:1000px;
	margin:0 auto;
}
#products h2 .h2_sp{
	display:none;
}
#products h2{
	text-align:center;
	padding-bottom:13px;
}
#products .h2_border{
	width:260px;
	margin:0 auto;
	border-bottom:1px solid #bd413e;
}
#products h3{
	font-family: 'Italianno', cursive;
	font-size:25px;
	padding-top:10px;
	padding-bottom:70px;
	text-align:center;
}
#products h4{
	padding: .10em 0 .10em .55em;
  	border-left: 6px solid #bd413e;
	font-size:20px;
	font-weight:normal;
	margin-bottom:15px;
}
#products p.section01_txt01{
	text-align:left;
	padding-bottom:38px;
}
#products .section01_txt02,
#products .section01_txt03,
#products .section01_txt04{
	padding-bottom:50px;
}
#products .section01_txt04 ul li .dot{
	width:20px;
	float:left;
}
#products .section01_txt04 ul li .txt{
	width:980px;
	float:left;
}
#products .products_photo02 img,
#products .products_photo03 img,
#products .products_photo04 img,
#products .products_photo05 img{
	width:300px;
	height:200px;
}
#products .products_photo01{
	width:350px;
	height:433px;
	float:left;
}
#products .products_photo02{
	float:left;
	padding-left:24px;
	padding-bottom:25px;
}
#products .products_photo03{
	float:right;
	padding-bottom:25px;
}
#products .products_photo04{
	float:left;
	padding-left:24px;
}
#products .products_photo05{
	float:right;
}
#products .products_photo06{
	float:left;
	width:478px;
	height:auto;
	padding-top:25px;
}
#products .products_photo07{
	float:right;
	width:478px;
	height:auto;
	padding-top:25px;
}
#products .products_photo{
	padding-top:20px;
}
/*--------------------------------------------------------------------------
   subpage contact
---------------------------------------------------------------------------*/
#contact header{
	width:100%;
	height:270px;
	background:url(img/mv_contact.jpg) center center / cover no-repeat;
}
#contact .section01{
	padding-top:100px;
	padding-bottom:110px;
	width:1000px;
	margin:0 auto;
}
#contact h2 .h2_sp{
	display:none;
}
#contact h2{
	text-align:center;
	padding-bottom:13px;
}
#contact .h2_border{
	width:260px;
	margin:0 auto;
	border-bottom:1px solid #bd413e;
}
#contact h3{
	font-family: 'Italianno', cursive;
	font-size:25px;
	padding-top:10px;
	padding-bottom:70px;
	text-align:center;
}
#contact .section01_txt01{
	font-size:20px;
	padding-bottom:30px;
}
#contact .section01_txt02{
	padding-bottom:40px;
}
#contact div.form{
	background-color:#f2f2f3;
	padding-top:20px;
	padding-bottom:40px;
	margin-top:40px;
	margin-bottom:50px;
}
#contact .form .mailform_tit01{
	float:left;
	width:250px;
	font-size:17px;
	padding-left:50px;
	padding-top:30px;
}
#contact .form .mailform_tit01 span{
	font-size:12px;
}

#contact .form .mairform_space01{
	float:left;
	padding-top:29px;
}
#contact .note{
	border-top:1px solid #cecece;
	width:880px;
	margin-top:40px;
	margin-left:60px;
	margin-right:60px;
	padding-top:20px;
}
#contact .note_tit{
	font-size:14px;
	font-weight:bold;
	margin-left:10px;
}
#contact .note_txt{
	font-size:14px;
	margin-left:10px;
	margin-right:10px;
	line-height:22px;
	/*padding-bottom:25px;*/
	margin-bottom:10px;
}

	input[type="text"] {
    padding: 0.5em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
	width:410px;
}
#postcode{
	width:176px;
	margin-left:8px;
}
#address,#Email{
	width:592px;
}
#Inquiry{
	width:592px;
    padding: 0.5em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
}
#contact .form_b{
	text-align:center;
}
#contact .form_b_sp{
	display:none;
}
/*--------------------------------------------------------------------------
   thanks page
---------------------------------------------------------------------------*/
#contact .thanks_section_sp{
	display:none;
}
#contact .thanks_section p{
	text-align:center;
	padding-bottom:20px;
}
#contact p.thanks_txt01{
	font-size:25px;
	font-weight:bold;
}
#contact p.thanks_txt02{
	font-size:18px;
	padding-bottom:50px;
}
#contact p.thanks_txt03{
	font-size:15px;
	line-height:1.5;
}