/* ---------------------------------------------------------
   reset
   ---------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-size: 100%;
    vertical-align:middle;
}
 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
 
html{
    overflow-y: scroll;
}
 
blockquote, q {
    quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
input, textarea,{
    margin: 0;
    padding: 0;
}
 
ol, ul{
    list-style:none;
}
 
table{
    border-collapse: collapse;
    border-spacing:0;
}
 
caption, th{
    text-align: left;
}

p{
	margin-bottom: 1em;
	font-size: 12px;
}
 
/* Default link styling */
a:link { color:#000;text-decoration: none;  }
a:visited { color:#000; }
a:hover, a:focus { color:#000; text-decoration: none; }
a:active { color:#000; }


h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: bold;
	line-height: 1.75;
	padding-bottom: 0.25em;
}

img{
	margin:0;
	padding: 0;
	text-decoration: none;
	border: 0;
	line-height: 1;
	vertical-align: middle;
}
	
/* ---------------------------------------------------------
   Author's styles
   ---------------------------------------------------------*/
html{
}

body {
	margin: 0;
	padding: 0;
	
	font-family:'Noto Serif JP', sans-serif;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.12em;
}

p{
	line-height: 2;
	margin: 0 0 1em;
	padding: 0;
}
	
/* --structure--*/
.wrap{
	margin: 0;
	padding: 0;
	width: 100%;
}



#header{
	position: fixed;
	width: 100%;
	z-index: 1200;
}


#primary{
	width: 1209px;
	margin: 0 auto 0;
	z-index: 1000;
	background: #fff;
}



/*--section--*/

#primary h2{
	font-family:"Cormorant Garamond","Noto Serif JP", serif;
	width: 8px;
	border-top: solid 1px #000;
	margin: 0 0 3em 0;
	padding: 16px 0 0 0;
}

#primary h3{

	font-family:"Cormorant Garamond","Noto Serif JP", serif;
	font-size: 24px;
	margin: 0 0 40px;
	font-weight: 400;
	line-height: 100%; /* 24px */

}


#primary h2 , footer h2{
	font-family: "Cormorant Garamond","Noto Serif JP", serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.sectionBlock01{
	margin: 80px 0 128px;
	width: 1209px;
	padding: 0 auto;

}

.sectionBlock02{
	margin: 80px 0 0;
	padding: 80px auto;
	width: 100%;
	background: #F6F4F0;

}

.sectionBlock02 article{
	padding: 80px;
}



/*--FV--*/

#fv{
	display: block;
	width: 100%;
	height: 800px;
	z-index: 0;
	overflow-y: hidden;
}

#fv section{
	position: relative;
	margin: 0;
	padding: 0;
	height: 800px;
}

#logo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);

}


.kv{
	position: absolute;
	z-index: 0;
}

/*--sectionAbout--*/

#sectionAbout .multiColumn {
	margin-bottom: 80px;
}

#sectionAbout .multiColumn .left{
	display: block;
	width: 48%;
	float: left;
}

#sectionAbout .multiColumn .right{
	display: block;
	width: 48%;
	float: right;
}

/*--sectionHistory--*/

#sectionHistory{
	position: relative;
}

#sectionHistory dl{
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 64px;
}

#sectionHistory dl dt {
	display: block;
	width: 10%;
	margin: 0 0 10px 0;
	padding: 8px 5% 20px 0;
  }
  
  
#sectionHistory  dd {
	width: 85%;
	padding-bottom: 20px;
	line-height: 2;
}

#sectionHistory .phHistory{
	position: absolute;
	right: 0;
	top:128px;
}

#sectionHistory .phHistory article .ph_1{
	position: absolute;
	right: 0;
	top: 0;
}

#sectionHistory .phHistory article .ph_2{
	position: absolute;
	right: 80px;
	top: 260px;
}


/*--sectionBrands--*/
.brands {
	display:block;
	margin-bottom: 80px;
}


#sectionBrands .brands .imgLogoL{
	display: block;
	width:100%;
 	text-align: right;
	margin-bottom: 180px;
}

.logomark{
}

.brands .imgTxt{
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
}
.brands .imgLeft{
	display: block;
	width: 50%;
	padding-right: 10%;
}

.brands .text{
	width: 50%;
}



/*--sectionCompany--*/
#sectionCompany dl{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 64px;
}

#sectionCompany dl dt {
	display: block;
	width: 20%;
	margin: 0 0 10px 0;
	padding: 8px 5% 20px 0;
  }
  
#sectionCompany  dd {
	width: 75%;
	padding-bottom: 20px;
	line-height: 2;
}


.mainCopy{
	margin: 80px 0;
}

.mainCopy p{
	font-family:"Cormorant Garamond","Noto Serif JP", serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 2.56px;
	margin-bottom: 1em;
}

/*--footer--*/
footer h2{
	margin-bottom: 3em;
}

footer p{
	margin: 0 0 16px 0;
}

footer article{
	width: 1209px;
	margin: 0 auto;
}


.e-mail{
	font-family:"Cormorant Garamond","Noto Serif JP", serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 2.56px;
	margin: 80px 0;
}

.copyright{
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 18px */
	letter-spacing: 2px;
}

.note{
	font-size: 12px;
}

@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */

	
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	.wrap{
		width: 100%;
	}

	.wrap p{
		font-size: 12px;
	}

	#primary{
		width: 100%;
		margin: 0 auto 0;
		z-index: 1000;
		background: #fff;
	}


	#primary h3{

		font-family:"Cormorant Garamond","Noto Serif JP", serif;
		font-size: 24px;
		margin: 0 0 40px;
		font-weight: 400;
		line-height: 100%; /* 24px */

	}


	#primary h2 , footer h2{
		font-family: "Cormorant Garamond","Noto Serif JP", serif;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}


	/*--FV--*/

	#fv{
		display: block;
		width: 100%;
		height: 800px;
		z-index: 0;
		overflow-y: hidden;
	}

	#fv section{
		position: relative;
		margin: 0;
		padding: 0;
		height: 800px;
	}

	#logo{
		position: absolute;
		top: 45%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);

	}

	#logo svg {
		width: 100% !important;
	}


	.kv{
		position: absolute;
		z-index: 0;
		width: 100%;
		height: 80%;
		overflow: hidden;
	}

	.kv img{
		width: 100%;
		height: 100%;
	}

	.mainCopy p{
		font-family:"Cormorant Garamond","Noto Serif JP", serif;
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 2.56px;
		margin-bottom: 1em;
	}



	.sectionBlock01{
		margin: 80px 5% 128px;
		width: 90%;
		padding: 10% auto;
	
	}
	
	.sectionBlock02{
		margin: 80px 0 0;
		padding: 80px auto;
		width: 100%;
		background: #F6F4F0;
	
	}

	/*--sectionHistory--*/

	#sectionHistory{
	}

	#sectionHistory dl{
		width: 100%;
		margin-bottom: 24px;
	}

	#sectionHistory dl dt {
		display: block;
		width: 100%;
		margin: 0;
		padding: 8px 5% 20px 0;
		font-size: 12px;
	}
	
	
	#sectionHistory  dd {
		width: 100%;
		padding-bottom: 20px;
		line-height: 2;
		font-size: 12px;
	}

	#sectionHistory .phPC{
		display: none;
	}
	.brands{
	}
	.brands .imgTxt{
		display: block;
	}
	.brands .imgLeft{
		display: block;
		width: 100%;
	}

	.brands .text{
		width: 100%;
	}

	
	#sectionBrands .brands .imgLogoL{
		display: none;
	}

	.text{
		margin-top: 48px;
	}

	.logomark{
		padding-top: 40px;
		margin-bottom:24px;
	}
	
	#sectionHistory .phHistory{
		position: absolute;
		left: 0;
		top:64px;
	}
	
	#sectionHistory .phHistory article .ph_1{
		position: absolute;
		left: 0;
		top: 0;
		width: auto !important;
		height: 160px !important;
	}
	
	#sectionHistory .phHistory article .ph_2{
		position: absolute;
		right: 0;
		top: 0;
		width: auto;
		height: 160px;
	}

	.historyTxt{
		padding-top: 160px;
	}
	


	/*--sectionAbout--*/

	#sectionAbout .multiColumn {
		margin-bottom: 80px;
	}

	#sectionAbout .multiColumn .left{
		display: block;
		width: 100%;
	}

	#sectionAbout .multiColumn .right{

		width: 100%;
		display: block;
	}

	
	/*--sectionCompany--*/
	#sectionCompany dl{
		width: 100%;
		margin-bottom: 32px;
	}

	#sectionCompany dl dt {
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
		padding: 8px 0 20px 0;
	}
	
	#sectionCompany  dd {
		width: 100%;
		padding-bottom: 20px;
		line-height: 2;
	}

	footer article{
		width: 50%;
		margin: 0 auto;
	}
	
	.sectionBlock02 article{
		padding:80px 5%;
		width: 90%;
	}
	.e-mail{
		font-family:"Cormorant Garamond","Noto Serif JP", serif;
		font-size: 24px !important;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		letter-spacing: 2.56px;
		margin: 80px 0;
	}
	.copyright{
		font-size: 10px !important;
		font-style: normal;
		font-weight: 400;
		line-height: 180%; /* 18px */
		letter-spacing: 2px;
	}

}

/* ---------------------------------------------------------
   other
   ---------------------------------------------------------*/
.multiColumn{
	display: block;
}

.snsSection,
.socialBt{
	padding-bottom:14px;
	width:500px;
	height:54px;

}

.snsSection ul{
	width:500px;
	display:block;
	height:20px;
	padding:0;
}

.socialBt ul {
	width:500px;
	display:block;
	height:20px;
	padding:17px 0 0 0;
}

.snsSection ul li,
.socialBt ul li{
	display:block;
	float:left;
	list-style-type:none;
	padding-right:10px;
}

.snsSection ul li.facebook,
.socialBt ul li.facebook{
	width:120px !important;
	height:20px;
	margin-left:0px;
}

.snsSection ul li.twitter,
.socialBt ul li.twitter{
	width:120px !important;
	height:20px;
	padding-right:10px;
}

.snsSection .twitter-share-button,
.socialBt .twitter-share-button {
	width:120px !important;
}

.detailArea:before,
.detailArea:after,
.snsSection ul:before,
.snsSection ul:after,
.socialBt ul:before,
.socialBt ul:after,
.clear:before,
.clear:after,
.multiColumn:before,
.multiColumn:after,
.thumbList01:before,
.thumbList01:after,
#footerNav ul:before,
#footerNav ul:after
{
    content: " ";
    display: table;
}


.detailArea:after,
.nextPrev:after,
.snsSection ul:after,
.socialBt ul:after,
.clear:after,
.multiColumn:after,
.thumbList01:after,
#footerNav ul:after {
    clear: both;
}

.detailArea,
.nextPrev,
.snsSection ul,
.socialBt ul,
.clear,
.multiColumn,
.thumbList01,
#footerNav ul{
    *zoom: 1;
}

	
/* ---------------------------------------------------------
   Print styles
   ---------------------------------------------------------*/
@media print {
    * {
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
		background:transparent !important;
    }
	html { background-color:#f8f8f8; }
	/* Hide navigation */
	nav { display:none; }

	/* Show link destinations in brackets after the link text */
	a[href]:after { content: " (" attr(href) ") "; }
	a[href] {
		font-weight:bold;
		text-decoration:underline;
		color:#06c;
		border:none;
	}
	/* Don't show link destinations for JavaScript or internal links */ 
	a[href^="javascript:"]:after, a[href^="#"]:after { content:""; }
	
	/* Show abbr title value in brackets after the text */
	abbr[title]:after { content: " (" attr(title) ")"; }

	figure { 
		margin-bottom:1em; 
		overflow:hidden;
	}

	figure img { border:1px solid #000; }
}