/* ---------------------------------------------------------
   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: 16px;
	color: #555647;
}
 
/* 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;
	color: #555647;
}

::selection {
  color: #fff;
  background-color: #D6D181;
}

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: effra-cc, sans-serif;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.12em;
}

p{
	line-height: 2;
	margin: 0;
	padding: 0;
}
	
/* --structure--*/
.wrap{
	margin: 0;
	padding: 0;
}

#preload{
	display: table;
	position: fixed;
	height: 100%;
	width: 100%;
	background: #fff;
	z-index: 3000;
	}

#preloadInner{
	display:table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

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

#mainCnt{	
	width: 960px;
	margin: 0 auto 80px;
	z-index: 1;
	}

#primary{
	
}

#secondary{
}



#clientWorks{
}

#mainTitle{
	font-family: effra-cc, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 8em;
	color: #555647;
}

#secondTitle{
	font-family: effra-cc, sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 2.0em;
	color: #555647;
}

#infoTitle{
	font-family: effra-cc, sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 4.0em;
	color: #555647;
}

#clientWorks .worksArea{
	margin-top: 40px;
	margin-bottom: 4em;
}

#clientWorks .imgArea{
	margin-bottom: 1em;
}

#clientWorks{
	padding: 16em 0;
}

h1#secondTitle{
	padding-bottom: 8em;
}

#moreInfo{
	margin-bottom: 160px;
}
.subtitle{
	font-family: "azo-sans-web",sans-serif;
	font-size: 83%;
	font-weight: 300;
}

#clientWorks .worksArea h1,
.worksTitle{
	font-family: "azo-sans-web",sans-serif;
	font-weight: 200;
	font-size: 200%;
	font-style: italic;
}

#clientWorks .titleArea{
	margin-bottom: 4em;
}

#clientWorks .textArea{
	font-family: "azo-sans-web",sans-serif;
}

.detailArea{
	}

.detailArea .text{
	margin-bottom: 2em;
	margin-top: 1em;	
}

.detailArea .text p{
	font-family: effra-cc, sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 1.2em;
}

.detailArea h1{
	font-family: effra-cc, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.8em;
}

.detailArea h2{
	font-family: effra-cc, sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 1.5em;
}

#detailSection{
	position: fixed;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 2000;
}

.main{
	width: 850px;
	margin: 0 auto;
}

.wide{
	position: relative;
	width: 100%;
	background: #fafafa;
	margin-bottom: 80px;
}

.worksDetail{
	display: none;
}


.viewMore{
	cursor: pointer;
}

.closeBt{
	display: block;
	position: absolute;
	right:20px;
	top:20px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	
		
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
	
}

.closeBt:hover{
	cursor: pointer;
	-webkit-transform: rotate(180deg); 
    -moz-transform: rotate(180deg); 
    -o-transform: rotate(180deg); 
    -ms-transform: rotate(180deg); 
    transform: rotate(180deg); 
}

.detailArea{
	width: 850px;
	margin: 0 auto;
	padding: 60px 0 20px;
}


.imgArea{
	position: relative;
	width: 850px;
	height: 400px;
	overflow: hidden;
}

.imgArea img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* 切り抜かずに全体表示 */
}

.imgArea div{
	position: absolute;
}

.imgArea .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;    /* 親の幅にフィット */
  height: 100%;   /* 親の高さにフィット */
  background-color: rgba(0,0,0,0.6);
  display: none;
}

.imgArea .title p{
	font-family: effra-cc, sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 1.5em;
	padding: 185px 80px 0;
	color: #fff;
}


footer{
	padding-bottom: 60px;
}

.multiColumn{
	padding-top:2em;
}
.col01A{
	width: 650px;
	float: left;
}


.col01B{
	width: 200px;
	float: right;
}

.col01A p{
	margin-bottom: 60px;
}

#moreInfo p{
	margin-bottom: 1em;
}

/* ---------------------------------------------------------
   other
   ---------------------------------------------------------*/

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

.testFont{
	font-family: 'Noto Sans Japanese', serif;
	font-size: 28px;
}


/* メールアドレスのスタイル */
.copy-email-trigger {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-family: font-family: effra-cc, sans-serif;
  color: #333;
  transition: color 0.3s ease;
}

.copy-email-trigger span {
  display: inline-block;
  transition: opacity 0.3s ease;
}

.copy-email-trigger .hover-text,
.copy-email-trigger .copied-text {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.copy-email-trigger:hover .default-text {
  opacity: 0;
}

.copy-email-trigger:hover .hover-text {
  opacity: 1;
  color: #0078ff;
}

.copy-email-trigger.copied .hover-text,
.copy-email-trigger.copied .default-text {
  opacity: 0;
}

.copy-email-trigger.copied .copied-text {
  opacity: 1;
  color: #00b894;
}


	
/* ---------------------------------------------------------
   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; }
}