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



.clearfix:after {
  	content: ".";  
  	display: block; 
  	clear: both;
  	height: 0;
  	visibility: hidden;
}

.clearfix {
  	min-height: 1px;
}

* html .clearfix {
  	height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
ul,ol {
	margin-left: 0;
	 padding: 0;
}
ul li{
	list-style:none;
}
img {
    outline: none;
    border: none;
    max-width: 100%;
    height: auto;
}
figure img {
	width: auto;
    max-width: 100%;
    height: auto;
}
/* =Typography
-----------------------------------------------------------------------------*/
body {
	color: #222;
	font-family: メイリオ, Meiryo,"Noto Sans Japanese";
	font-size: 14px; font-size: 1.4rem;
	font-weight: 300;
	line-height: 2;
	margin: 0;
	letter-spacing: .1em;
	overflow-x: hidden;
}
h1 {
	margin-top: 0;
}
.en {
	font-family: 'Poiret One', cursive;
}
h2.border {
	border-bottom: 2px solid #eee;
	margin-top: 0;
	font-weight: 300;
	position: relative;
	margin-bottom: 3em;
}
h2.border small {
	position: absolute;
	right: 0;
	bottom: -36px;
	font-size: 14px;
}
h2.border2 {
	position: relative;
	text-align: center;
}
h2.border2 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
	font-weight: normal;
	text-align: center;
}
h2.border2::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ddd;
}
h2.mincho {
	font-size: 2em;
	line-height: 1.65;
}

h3 {
	font-weight: 300;
}
h3.en,h4.en {
	font-size: 1.4em;
	font-weight: 700;
}
p {
	margin: 0 0 1.65em;
}
.mincho {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", 游明朝, YuMincho, serif;
}

/* =Tables
-----------------------------------------------------------------------------*/
table {
	margin: 0;
	padding: 0;
	width:100%;
}
table th {
	padding: 1em 1em 1em 0px !important;
}
table td {
	padding: 1em 1em !important;
}
table.table {
	 border-bottom: 1px solid #ddd;
}
table.table-simple th {
	border-right: 2px solid #ddd;
	vertical-align: top;
}
/* =Lists
-----------------------------------------------------------------------------*/
ul {
	margin: 0;
}
ul.style {
	padding-left: 20px;
}
ul.style li {
	list-style: disc;
	list-style-position: outside;
}
/* =Links
-----------------------------------------------------------------------------*/
a {
	color: #222;
	text-decoration:none;
	outline: none;
	-webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -ms-transition: 0.25s;
    transition: 0.25s;
}
a:visited {
}
a:hover,
a:focus {
	text-decoration: none;
	color: #777;
}
/* =Layout
-----------------------------------------------------------------------------*/
.container {
	max-width: 1100px;
    margin: 0 auto;
}
/* =Header
-----------------------------------------------------------------------------*/
#header {
	padding: 20px 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}
#header .logo {
	padding: 0 20px;
	position: relative;
	width: 240px;
}
#header .logo a {
	display: block;
	position: relative;
	z-index: 99999;
}
#global-nav {
	position: relative;
	z-index: 99998;
}
/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	background: #f7f7f7;
	padding-top: 30px;
	border-top: 4px solid #222;
	line-height: 1.65;
}
#footer p,#footer p a {
	color: #222;
}
#footer p a:hover {
	color: #777;
}
#footer ul {
	text-align: center;
	margin-bottom: 30px;
}
#footer ul li {
	display: inline-block;
	margin: 0 10px;
}
#footer ul li a {
	color: #222;
	font-size: 3rem;
	line-height: 1;
}
#footer ul li a:hover {
	color: #777;
}
#footer .copyright {
	color: #fff;
	text-align: center;
	padding: 20px 10px 20px;
	font-size: 12px;font-size: 1.2rem;
	background-color: #222;
}
/* トップへ戻るボタン */
#page-top {
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 24px;
    margin: 0;
    text-align: center;
}
#page-top a {
	display: block;
    background: #222;
    text-decoration: none;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    display: block;
    line-height: 60px;
}
#page-top a:hover {
    text-decoration: none;
    background: #333;
}

/* =Misc
-----------------------------------------------------------------------------*/
.mb20-40 {
	margin-bottom: 40px;
}
.mt-0 {
	margin-top: 0;
}
.mb-0 {
	margin-bottom: 0;
}
.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mt-30 {
	margin-top: 30px;
}
.ptb20-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.ptb40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.ptb50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.pt40 {
	padding-top: 40px;
}
.ptb30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.ptb50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.ptb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.pt30 {
	padding-top: 30px;
}
.f-left{
	float:left;
}
.f-right{
	float:right;
}
.box-link:hover {
	cursor: pointer;
}
.bg-gray {
	background: #f7f7f7;
}
.color-red {
	color: #c7025d;
}
.text-center {
	text-align: center;
}
a.button {
	display: inline-block;
	width: 260px;
	font-size: 18px;
	font-family: 'Poiret One', cursive;
    font-weight: normal;
    text-decoration:none;   
    text-align: center;
    color: #222;
    background: transparent;
    border:1px solid #222;
    padding: .65em 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.button.btn100,a.button2.btn100 {
	width: 100%;
}
a.button.ja,a.button2.ja {
	font-size: 15px;
	font-family: "Noto Sans Japanese";
}
a.button:hover {
	color: #fff;
	background: #222;
}
a.button2 {
	display: inline-block;
	width: 260px;
	font-size: 18px;
	font-family: 'Poiret One', cursive;
    font-weight: normal;
    text-decoration:none;   
    text-align: center;
    color: #fff;
    background: #222;
    border:1px solid #222;
    padding: .65em 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.button2:hover {
	color: #222;
	background: transparent;
}
a.button2.small-button {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    width: auto;
    padding: 5px 1.5em;
    position: relative;
    font-weight: 700;
}
.font-x2 {
	font-size: 2em;
}
.font-x1_2 {
	font-size: 1.2em;
}
.font-x1_25 {
	font-size: 1.25em;
}
.en {
	font-family: 'Poiret One', cursive;
}
.text-nowrap {
	white-space: nowrap;
}
.sp {
	display: none;
}
.pc {
	display: block;
}
.shadow {
	text-shadow: 0 0 10px rgba(0,0,0,.2);
}

/* =Top page
-----------------------------------------------------------------------------*/
#top-visual {
	height: 100vh;
	position: relative;
	z-index: 0;
}
#top-visual:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.15);
	z-index: 0;
}
#top-visual .visual-caption {
	margin: 20% auto 0;
	text-align: center;
	color: #fff;
	padding: 0 10px;
	position: relative;
	z-index: 2;
	font-size: 18px;
}
#top-visual .visual-caption p.en {
	font-size: 2.75em;
	margin-bottom: 30px;
	line-height: 1;
	font-weight: bold;
}
#top-visual .visual-caption p.sub-title {
	font-size: 1.65em;
	font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
	letter-spacing: 0;
}
#top-visual .arrow-down {
	position: absolute;
	width: 40px;
	bottom: 5px;
	left: calc(50% - 20px);
	transition:all .3s;
	z-index: 3;
}
#top-visual .arrow-down:hover {
	bottom: 0;
}
#top-visual .arrow-down a {
	color: #fff;
	font-size: 36px;
}
#top-visual a.button {
	margin-top: 60px;
    color: #fff;
    border:1px solid #fff;
}
#top-visual a.button:hover {
	color: #222;
	background: #fff;
}
/**************  トップページニュース **************/
h2.text-center small {
	display: block;
	font-size: 14px;font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
}
#top-sec1 .container > div {
	border-bottom: 1px solid #ddd;
}
#top-sec1 p {
	font-size: 1.65em;
	font-weight: 100;
	margin-bottom: 0;
}

#top-news article {
	font-size: 15px;font-size: 1.5rem;
	position: relative;
	border-bottom: 1px solid #eee;
	position: relative;
}
#top-news article a {
	padding: 10px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
}
#top-news article a:hover {
	background: #fff;
}
#top-news article .date {
	display: inline-block;
	width: 180px;
	font-weight: 400;
	padding-left: 1em;
}
#top-news article ion-icon {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: calc(50% - 7px);
}
#top-news article .news-title {
	padding-right: 20px;
}
#top-news article .pe-7s-angle-right-circle {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: calc(50% - .5em);
	font-size: 20px;font-size: 2rem;
}


#top-sec2 .col-sm-4 a {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	padding-top: 60%;
}
#top-sec2 .col-sm-4 a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	z-index: 2;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
#top-sec2 .col-sm-4 a:hover:before {
	background: rgba(0,0,0,.5);
}
#top-sec2 .col-sm-4 a figure {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: center center;
	transition: transform 1.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 1.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
#top-sec2 .col-sm-4 a:hover figure {
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
#top-sec2 .col-sm-4:first-child figure {
	background-image: url(images/ban_concept.jpg);
}
#top-sec2 .col-sm-4:nth-child(2) figure {
	background-image: url(images/ban_products.jpg);
}
#top-sec2 .col-sm-4:nth-child(3) figure {
	background-image: url(images/ban_contact.jpg);
}
#top-sec2 .col-sm-4 .ex-text-area {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    justify-content: center;
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    z-index: 6;
}
#top-sec2 .col-sm-4 .ex-text-area h4 {
	color: #fff;
	margin: 0 0 10px 0;
	font-size: 1.65em;
	width: 100%;
	line-height: 1;
}
#top-sec2 .col-sm-4 .ex-text-area p {
	color: #fff;
	margin: 0 1em;
	text-align: center;
}
/* =News
-----------------------------------------------------------------------------*/
.archive-news-block .clearfix {
	margin-bottom: 1em;
}
.archive-news-block figure {
	width: 140px;
	height: auto;
	margin: .5em 1.65em 0 0;
}
.archive-news-block p {
	margin-top: .5em;
}
.single-news .pageNav ion-icon {
	margin-bottom: -1px;
}
.single-post-area a {
	text-decoration: underline;
}
.single-post-area a:hover {
	text-decoration: none;
}
.single-post-areatable {
	max-width: 100% !important;
}
.single-post-area ul li {
	list-style: disc;
	list-style-position: inside;
}
.single-post-area ol li {
	list-style: decimal;
	list-style-position: inside;
}
.single-post-area blockquote {
	border-left: 1px solid #040000;
	margin-left: 0;
	padding-left: 2em;
	font-style: italic;
}
.single-post-area hr {
	height: 1px;
	background-color: #040000;
	border: none;
	margin: 30px 0;
}
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}
.single-post-area img {
	max-width: 100% !important;
}
.wp-caption ,.wp-caption-text {
	max-width: 100%!important;
}

/* =ページナビ
-----------------------------------------------------------------------------*/

.pagenavi .wp-pagenavi a, .pagenavi .wp-pagenavi span {
    color: #222;
    text-decoration: none;
    border: 1px solid #222;
    padding: 8px 10px;
    margin: 4px;
}
.pagenavi .wp-pagenavi a:hover, .pagenavi .wp-pagenavi span.current {
    background: #222;
    color: #fff;
    border: 1px solid #222;
}

/* =Contact
-----------------------------------------------------------------------------*/
table.table-contact {
	margin-bottom: 10px;
}
table.table-contact th {
	width: 240px;
    border-bottom: 1px solid #eee;
    padding: .825em;
}
table.table-contact td {
	border-bottom: 1px solid #eee;
    padding: .825em;
}
table.table-contact input {
	width: 50%;
	border: 1px solid #ddd;
	padding: 2px 10px;
}
table.table-contact textarea {
	width: 100%;
	border: 1px solid #ddd;
}
.wpcf7-submit {
    width: 240px;
    padding: 14px !important;
    background: #222;
    border: 1px solid #222;
    color: #fff;
    font-size: 15px;
    transition: all 0.25s ease;
    margin-top: 1em;
    margin-right: -16px;
}
.wpcf7-submit:hover {
	background: transparent;
	color: #222;
}
.tel-num {
	color: #aaa;
	font-size: 30px;font-size: 3rem;
}
.table-contact td input#zip {
    width: 100px;
    margin-left: 5px;
}
input[type="checkbox"] {
	margin-right: .5em;
}
.wpcf7-list-item-label {
	display: none;
}

/* =Sub page
-----------------------------------------------------------------------------*/
#visual {
	height: 400px;
	background: url(images/3.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
}
#visual::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
}
#visual h2 {
	color: #fff;
	font-size: 3.5em;
	text-align: center;
	font-family: 'Poiret One', cursive;
	line-height: 1.75;
	margin: 0;
	position: relative;
	z-index: 5;
	padding-top: 120px;
}
#visual .en-title {
	text-transform: uppercase;
}
#visual small {
	font-size: 1.5rem;
	display: block;
}
.container.white {
	max-width: 1160px;
	margin-top: -80px;
	background: #fff;
	padding: 60px 50px;
	position: relative;
	z-index: 10;
}
.post-type-archive-products #visual,.single-products #visual {
	background: url(images/bg_products.jpg) center center/cover no-repeat;
}
.post-type-archive-news #visual,.single-news #visual {
	background: url(images/bg_news.jpg) center bottom/cover no-repeat;
}
.page-id-11 #visual {
	background: url(images/bg_concept.jpg) center bottom/cover no-repeat;
}
.page-id-13 #visual {
	background: url(images/bg_contact.jpg) center center no-repeat;
	background-size: cover;
}
/* =プライバシーポリシー
-----------------------------------------------------------------------------*/
h2.border3 {
	border-bottom: 2px solid #eee;
	font-weight: normal;
}
h3.bg {
	background: #eee;
	padding: 2px 1em;
	font-weight: 600;
}
.text-right {
	text-align: right;
}
a.text-link {
	text-decoration: underline;
}
a.text-link:hover {
	text-decoration: none;
}
/* =Products
-----------------------------------------------------------------------------*/
#single-products h2 {
	margin: 0 0 20px;
	line-height: 1.5;
	letter-spacing: 0;
}
#single-products .kakaku {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 30px;
	color: #c80000;
	font-weight: 400;
}
#single-products .kakaku span {
	font-size: 2.4rem;
	display: inline-block;
	padding-right: .5em;
}
#single-products .hyou {
	margin-bottom: 20px;
	font-size: 1.2rem;
}
#single-products .hyou table {
	border-top: 1px solid #ccc;
}
#single-products .hyou table th,#single-products .hyou table td {
	border-bottom: 1px solid #ccc;
	line-height: 1.5;
	padding: .75em !important;
}
#single-products .detail figure {
	margin-bottom: 10px;
}
#single-products .detail p {
	line-height: 1.5;
	font-size: 1.3rem;
}
#single-products a.button2.w-100 {
	margin-top: 40px;
	width: 100%;
	padding: .45em;
}
#single-products .free-area {
	margin-top: 40px;
}

/* 一覧ページ */
#archive-products .archive-products-block {
	margin-bottom: 30px;
}
#archive-products .archive-products-block a {
	display: block;
}
#archive-products .archive-products-block a figure {
	overflow: hidden;
}
#archive-products .archive-products-block a figure img {
	transition: transform .5s ease-out;
}
#archive-products .archive-products-block a h4 {
	letter-spacing: 0;
	line-height: 1.5;
}
#archive-products .archive-products-block a:hover figure img {
	transform: scale(1.1);
}

/* =Concept
-----------------------------------------------------------------------------*/
.kakko {
	display: inline-block;
    position: relative;
    text-align: center;
    font-size: 1.7rem;
    margin-bottom: 60px;
    padding: 1.25em 2em;
}
.kakko::before, .kakko::after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
}
.kakko::before {
    border-left: solid 1px #222;
    border-top: solid 1px #222;
    top: 0;
    left: 0;
}
.kakko::after {
    border-right: solid 1px #222;
    border-bottom: solid 1px #222;
    bottom: 0;
    right: 0;
}
#concept .row-10 p {
	margin-bottom: 10px;
}


@media (min-width: 992px) {
	#archive-products .archive-products-block:nth-child(4n + 1) {
		clear: both;
	}
}

@media (min-width: 768px) {
	#top-visual {
		height: 100vh !important;
	}
}

@media (max-width: 767px) {
	
	body {
		font-size: 12px; font-size: 1.2rem;
	}
	h2.mincho {
		font-size: 1.65em;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	.ptb20-40 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.mb20-40 {
		margin-bottom: 20px;
	}

	h2.border2 span {
		margin: 0 1.5em;
		padding: 0 .5em;
		line-height: 1.5;
	}
	#header .logo {
	    padding: 0 0;
	    position: relative;
	    width: 180px;
	}
	a.button,a.button2 {
	    font-size: 15px;
	    padding: .5em 0;
	}
/* =Top
-----------------------------------------------------------------------------*/
	#top-visual {
		position: relative;
		max-height: 500px;
	}
	#top-visual .visual-caption {
		margin-top: 150px;
	}
	#top-visual .visual-caption p {
		font-size: 15px;
	}
	#top-visual .visual-caption p.en {
		font-size: 1.5em;
		margin-bottom: 10px;
		line-height: 1.65;
		letter-spacing: 0;
	}
	#top-visual .arrow-down {
		bottom: 0;
	}
	#top-visual a.button {
		margin-top: 40px;
	}
	#top-visual .visual-caption p.sub-title {
		font-size: 1.15em;
	}
	#top-news article a {
		font-size: 1.3rem;
		display: block;
	}
	#top-news article .date {
	    display: block;
	    width: 100%;
	    padding-left: 0;
	}
	#top-news article .news-title {
	    display: block;
	    width: 100%;
	}
	#top-sec1 p {
	    font-size: 1.5em;
	}
/* =Sub page
-----------------------------------------------------------------------------*/
	.container.white {
		padding: 20px 15px;
		margin-top: 0;
	}
	#visual {
		height: 240px;
	}
	#visual h2 {
		line-height: 1.5;
		margin-top: -20px;
		padding-top: 110px;
	}
	
	#visual .en-title {
		font-size: 3rem;
	}

/* =Contact
-----------------------------------------------------------------------------*/
	table.table-contact th, table.table-contact td {
	    display: block;
	    width: 100%;
	}
	table.table-contact th {
	    border-bottom: none;
	    padding-bottom: 0 !important;
	}
	table.table-contact td {
		padding: .825em 0 !important;
	}
	table.table-contact input {
	    width: 100%;
	    border: 1px solid #ddd;
	}
	.tel-num {
		font-size: 2.4rem;
	}
	
	
/* =Products
-----------------------------------------------------------------------------*/	
	#archive-products .archive-products-block {
		margin-bottom: 20px;
	}
	#archive-products .archive-products-block:nth-child(2n + 1) {
		clear: both;
	}
	#archive-products .archive-products-block a h4 {
		font-size: 1.2rem;
	}
	#archive-products > .row {
	    margin-left:-10px;
	    margin-right:-10px;
	}
	#archive-products > .row  > div{
        padding-right:10px;
        padding-left:10px;
    }
/* =Concept
-----------------------------------------------------------------------------*/
	.kakko {
	    font-size: 1.4rem;
	    padding: 0;
	    text-align: left;
	}
	.kakko::before, .kakko::after {
		display: none;
	}
}