@charset "utf-8";
/*
Theme Name: dsgn.k@
Theme URI: https://dsgn.jp/
Description: The original theme for Hasegawa Design Office
Version: 0.25
Author: Hasegawa Design Office
*/

/*********************************************************************/
:root {
	--my-primary-color: #D2D2D3;/*　メインカラー */
	--my-sub-color: #E0AA26;/*　サブカラー */
}
/*********************************************************************/
/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    clear: both;
}

/*********************************************************************/
/* Fonts */
@font-face {
    font-family: 'LigatureSymbols';
    src: url('fonts/LigatureSymbols-2.11.eot');
    src: url('fonts/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('fonts/LigatureSymbols-2.11.woff') format('woff'),
         url('fonts/LigatureSymbols-2.11.ttf') format('truetype'),
         url('fonts/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    src: url('fonts/LigatureSymbols-2.11.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Monika';
    src: url('fonts/Monika.eot');
    src: url('fonts/Monika.eot?#iefix') format('embedded-opentype'),
         url('fonts/Monika.woff') format('woff'),
         url('fonts/Monika.ttf') format('truetype'),
         url('fonts/Monika.svg#LigatureSymbols') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ampersandregular';
    src: url('fonts/ampersand-webfont.woff2') format('woff2'),
         url('fonts/ampersand-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.lsf, .lsf-icon:before {
    font-family: 'LigatureSymbols';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.lsf-icon:before {
    content: attr(title);
    margin-right: 0.3em;
    font-size: 130%;
}

/*********************************************************************/
/* Base CSS */
html, body {
    height: 100%;
    background-image: url("parts/background.jpg");
}
body, pre {
    font-family: 'EB Garamond', “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “メイリオ”, Meiryo, serif;
}
body {
    margin: 0px;
    padding: 0px;
    background-color: #FFF;
    font-size: 11pt;
    color: #333;
    line-height: 1.69em;
    word-wrap: break-word;
	text-align: justify;
	text-justify: inter-ideograph;
}
img {
    margin: 0px;
    padding: 0px;
    border-style: none;
}
/* -- a -- */
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #c1d3ed;
}
a span {
	display: none;
}

/* -- h -- */
H1, H2, H3 {
	font-feature-settings: "palt";
}

/**********************************************************************
 Layout 
***********************************************************************/
/*#wrapper,header,#wrapper,header #logo,header .wrapper, header nav  {
    border: 1px solid blue;
}*/

#wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

/* header ***********************************************************************/
header {
	margin: 0 auto;
	z-index: 1000;
}
header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


header #logo, #pagepiling #logo, footer #logo {
    display: block;
	background-image: url(parts/logo.svg);
	background-size: contain;
	background-repeat: no-repeat;
    mix-blend-mode: multiply;
}

header #logo {
	width: 200px;
	height: 20px;
	margin: 2em 0;
}

header nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
	font-weight: bold;
	font-size: .75em;
}

header nav UL {
    list-style: none;
    padding: 0;
    margin: 0;
}

header nav li {
	display: inline-block;
	margin-left: 1.5em;
}
header nav li a {
	color: #000;
}
header nav li a:hover {
	text-decoration: none;
}

li#logout {
}
li .lsf-icon.logout:before  {
	content: '\E087';
    font-size: .9em;
}

a.lsf-icon.home:before  {
	content: '\E00c';
    font-size: .9em;
}
/**pagepilling用**/
#pagepiling #logo {
	width: 250px;
	height: 25px;
}
#pagepiling NAV.nail {
	border: none;
	position: fixed;
	top: 3em;
	right: 0;
	z-index:900;
}
#section1 {
	z-index:1000;
}

#pagepiling NAV.nail UL {
} 

#pagepiling NAV.nail LI {
	list-style: none;
	mix-blend-mode: multiply;
	margin-bottom: .25em;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#pagepiling NAV.nail LI a,
#pagepiling NAV.nail LI a:visited,
#pagepiling NAV.nail LI.active {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	background: #333;
	width: 1.5em;
	height: 2.5em;
	margin-left: .5em;
}
#pagepiling NAV.nail LI a:hover{
	color: #FFF;
	background: #CCC;
}
#pagepiling NAV.nail LI.active {
	background: #CCC;
	color: #000;
	font-weight: bold;
	margin-left: 1.5em;
}
.contents {
    background-image: url("parts/background.jpg");
	background-size: 50%;
	box-shadow: 2px 0 25px 25px rgba(100, 100, 100, 0.1);
}

.contents .index {
    margin: auto;
}
.contents .index {
    margin-top: -5%;
}
.contents .index .titlebox {
	display: flex;
	justify-content: space-between;
}
.contents .index .titlebox .sign {
	font-size: .75em;
	font-weight: bold;
}

.contents .index NAV {
    margin-top: 10em;
    border-left: 1px solid #000;
    padding-lett: 1em;
}
.contents SECTION {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 90vh;
}
SECTION .livearea {
	margin: 0 auto;
    mix-blend-mode: multiply;
    color: #333;
}

SECTION.coverart {
	height: 100vh;
	mix-blend-mode: multiply;
	background-image: url(parts/coverart.jpg);
	background-size: cover;
	background-position: center center;
}

.nombre {
	text-align: right;
    font-size: .8em;
	height: auto;
	line-height: 1em;
	padding-right: 3em;
}
.nombre SPAN {
    display: inline-block;
    margin-left: 1.5em;
    font-size: 1.2em;
}

.contents .index,
.contents SECTION .livearea {
	margin: 0 auto;
}


.contents H1 {
    font-size: 2em;
    margin: 0 0 2em 0;
	padding-top: 10%;
}

.contents H2, .contents .livearea ul, .contents P {
    margin: 0 50px;
}

.contents H2 {
    line-height: 1.5em;
    margin-top: 3em;
    margin-bottom: 1em;
    font-size: 1em;
    border-left: 3px solid #000;
    padding-left: .5em;
}
.contents H2 span {
    font-size: .75em;
}

.contents UL {
    padding: 0;
}
.contents UL.companies {
	display: flex;
}
.contents UL.companies span {
	display: block;
	margin-right: 2em;
}
.contents LI {
    list-style: none;
    margin-left: 1em;
}

.contents ASIDE {
    margin: auto;
    width: 50%;
}
.contents ASIDE P {
    margin: 0;
    line-height: 1.75em;
    font-size: .9em;
}
.contents ASIDE .title, .contents ASIDE .name {
    display: block;
}
.contents ASIDE .title {
    font-size: .8em;
}
.contents ASIDE .name {
    font-size: 1.1em;
}
.contents ASIDE HR {
    border-top: 1px solid #000;
    border-bottom: none;
    margin: 0 0 .5em 0;
}
.contents ADDRESS {
    margin-top: 3em;
    text-align: center;
    font-style: normal;
}
.contents ADDRESS a, .contents ADDRESS .tel {
    display: block;
    margin: 1em 0;
}
.contents ADDRESS .tel {
    font-size: 1.2em;
}
.contents ADDRESS .form {
    font-size: 1em;
}
.lsf-icon.mail:before {
	content: '\E08a';
}

.lsf-icon.book:before  {
	content: '\E020';
    font-size: .9em;
}
HR.book {
	border: none;
	font-size: 2em;
}

/* Sign In 折りたたみ*/
#signinarea {
	position: relative;
	width: 200px;
}
.signin-check{
    display: none;
}
.signin-label{
	text-align: right;
    display: block;
	font-size: .75em;
	font-weight: bold;
}
.signin-box{
	position: absolute;
	top: 2em;
	right: 0;
	mix-blend-mode: multiply;
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}
.signin-check:checked + .signin-label + .signin-box{
    opacity: 1;
    visibility: visible;
}

#section5 .livearea .wrapper {
	display: flex;
	justify-content: space-between;
}
#section5 .livearea .description {
	width: 50%;
}

.signupform {
	margin: 0 auto;
	padding-left: 2em;
	width: 300px;
}
.signupform DIV .namebox {
	display: flex;
	justify-content: space-between;
}
.signupform DIV .namebox span {
	width: 48%;
}
.signupform DIV .namebox input[type="text"]{
	padding-bottom: .25em;
}


/* Contact */

.wpcf7 {
	margin: 2em auto 1em auto;
	width: 500px;
	mix-blend-mode: multiply;
}

/* for stickyheader.js */
.fixed{
position: fixed;
top: 0;
left: 0;
	height: 50px;
}
.fixed #emblem {
	height: 50px;
	width: 50px;
}


/* single ***********************************************************************/


main {
    margin: 0 auto;
}
main article {
    margin: 3em auto;
}
main .pillar {
	text-align: right;
	line-height: 1em;
	font-size: .8em;
	color: #000;
	margin-bottom: 1em;
}
main .pillar SPAN {
	line-height: 1em;
	padding: 0 .25em;
}
main TIME {
	margin-left: 1em;
}
main H1 {
	margin-bottom: 3em;
}
main NAV {
	margin-top: 3em;
	display: inline-block;
	border-top: 1px solid #333;
}
main UL {
    padding: 0;
}
main LI {
    list-style: none;
    font-size: .8em;
    margin-left: 0em;
}


main article#single figure img.vertical {
    width: 60%;
}
main article#single figure img.horizontal {
    width: 100%;
}

figcaption {
    color: #666;
    text-align: right;
    font-size: .75em;
    line-height: 1em;
}

/* main ***********************************************************************/


/* footer ***********************************************************************/
footer {
	background: #F9F9F9;
    mix-blend-mode: multiply;
	padding: 1em;
	margin-top: auto;
}

footer #logo {
	width: 170px;
	height: 17px;
	margin-top: .25em;
}
footer ADDRESS { 
	display: flex;
	justify-content: center;
	font-style: normal;
	font-size: .75em;
	margin: 1em auto;
	line-height: 1.5em;
}
footer ADDRESS DIV {
	border-left: 1px solid #333;
	margin-left: 1em;
	padding-left: 1em;
}

footer small{
    display: block;
    text-align: center;
	margin-top: 2em;
}

/**********************************************************************
フォーム
***********************************************************************/

 form label,
 form label {
	font-size: .75em;
}
 form input:focus{
	border: none;
	border-bottom: 1px solid #000;
	outline: 0;
}
 form input {
	border: none;
	border-bottom: 1px solid #CCC;
	width: 100%;
	margin-bottom: 1em;
	font-size: 1.2em;
}

 form textarea{
	width: 95%;
	border: none;
	background: #FFF;
	font-size: 1em;
}
 form textarea:focus {
	outline: 0;
	background: #F9F9F9;
}


 form.signupform label {
	text-align: left;
	display: inline-block;
}
 form input[type="text"], 
 form input[type="email"]{
	font-family: 'ampersandregular';
}
 form input[type="password"]{
	font-family: "Times New Roman", Times, "serif";
}

.wpcf7-submit,
.signinbutton {
	font-family: 'Monika';
	font-size: 1.5em;
	background: none;
	float: right;
	border: none;
}
.forgot_pass {
	clear: both;
	margin-top: 1em;
	width: 100%;
	font-size: .75em;
	text-align: right;
}

/**********************************************************************
Reponse
***********************************************************************/
/*PCサイズ*/
@media screen and (min-width: 1100px) {
	
	header {
		width: 1000px;
	}
	.contents .index, .livearea {
		width: 950px;
	}

	main {
		width: 500px;
	}	


}
@media screen and (max-width: 1100px) {

	header {
		width: 850px;
	}
	.contents .index, .livearea {
		width: 800px;
	}
	main {
		width: 500px;
	}

	.signupform input[type="text"],
	.signupform input[type="password"],
	.signupform input[type="email"],
	.signupform DIV{
		margin-bottom: .5em;
		line-height: 1em;
	}
}

/*タブレット*/
@media screen and (max-width: 896px) {
	
	header {
		width: 90%;
	}
	.contents {
		background-size: 100%;
	}
	.contents .index,
	.contents SECTION {
		height: 90vh;
	}
	SECTION.coverart {
		height: 100vh;
	}
	
	.contents .index,
	.contents SECTION .livearea {
		width: 90%;
		margin: 0 auto;
	}
	.nombre {
		text-align: right;
		padding-right: 5%;
	}
	.contents .index .titlebox {
		margin-top: 35%;
	}

	main {
		width: 80%;
	}
	.contents .livearea ul, .contents P {
		margin: 0 2em;
	}


	
}
/* スマホ */
@media screen and (max-width: 375px) {
	
	header {
		width: 95%;
	}
	.contents {
		background-size: 100%;
	}
	.contents .index {
		margin: auto;
	}
	.contents .index, .livearea {
		width: 95%;
	}
	main {
		width: 95%;
	}
	body {
		font-size: 10pt;
	}
	.contents SECTION {
		height: 80%;
	}
	SECTION.coverart {
		height: 100vh;
	}
	
	.contents .index .titlebox {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 50%;
	}
	.contents .index NAV {
		margin-top: 5em;
	}
	.contents .index .titlebox .sign {
		margin-top: 3em;
	}
	.contents H1 {
		font-size: 1.5em;
		margin-bottom: 1.5em;
	}
	.contents H2, .contents .livearea ul, .contents P {
		margin: 0 1em;
	}
	.contents H2 {
		margin-top: 2em;
	}
	.contents .livearea ul{
		display: block;
	}
	.contents .nombre {
		display: none;
	}
	.contents ASIDE {
		width: 80%;
	}
	#section5 .livearea .wrapper {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	#section5 .livearea .description,
	#section5 form {
		padding: 0;
		width: 90%;
		margin: 0 auto 2em auto;
	}
	#pagepiling #logo {
		width: 200px;
		height: 20px;
	}
	.wpcf7 {
		width: 90%;
	}
	header #logo {
		width: 200px;
		height: 20px;
		margin: 2em 0;
	}
	header .wrapper {
		display: block;
	}
	footer #logo {
		width: 170px;
		height: 17px;
		margin-top: .25em;
	}
}
