@charset "UTF-8";

/*
Theme Name: MOK
Author: ボーダー
Version: 3.0
*/

html,
body {
	height: 100%;
}

body {
	font-family: kozuka-gothic-pro, -apple-system, blinkMacSystemFont, "Hiragino Kaku Gothic ProN", YuGothic-M, YuGothic, Meiryo, sans-serif;
	color: #000;
	background-color: #fff;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: .1em;
	font-size: 1em;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
}

.font-helvetica {
	font-family: Helvetica Neue, sans-serif;
}

.font-ryumin {
	font-family: a-otf-ryumin-pr6n, serif;
}

.font-mincho {
	font-family: a-otf-futo-min-a101-pr6n, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

h1,
.h1 {
	font-size: 2.5em;
}

h2,
.h2 {
	font-size: 2em;
}

h3,
.h3 {
	font-size: 1.75em;
}

h4,
.h4,
.drawer-brand {
	font-size: 1.5em;
}

h5,
.h5,
.lead {
	font-size: 1.25em;
}

h6,
.h6,
.drawer-menu-item {
	font-size: 1em;
}

[class^="d-"]>img,
[class*=" d-"]>img,
.d-flex img,
.card img,
.row img {
	flex: none;
}

.row-eq-height>[class^=col] {
	display: flex;
	flex-direction: column;
}

a,
a img,
button {
	color: inherit;
	-webkit-transition-duration: .8s;
	-webkit-transition-property: color, border-color, background-color, opacity;
	-webkit-transition-delay: 0s;
	transition-duration: .8s;
	transition-property: color, border-color, background-color, opacity;
	transition-delay: 0s;
}

a:visited,
a:link,
a:active,
a:hover {
	text-decoration: none;
}

a:hover {
	color: inherit;
}

a:hover img {
	opacity: 0.7;
}

.fadein {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 0.8s;
}

.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

.ls-0 {
	letter-spacing: .1em;
}

.ls-wide {
	letter-spacing: .3em;
}

.lh-0 {
	line-height: 1.44;
}

.lh-2 {
	line-height: 2;
}

.underline {
	text-decoration: underline;
}


/* Hover bottom line */

.hover-bottom-line {
	position: relative;
	margin-bottom: 3px;
}

.hover-bottom-line::after {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 80%;
	height: 6px;
	background: #1a1a1a;
	content: '';
	margin: auto;
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.hover-bottom-line.active:after,
.hover-bottom-line:hover::after,
.hover-bottom-line:focus::after {
	height: 6px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.font-small {
	font-size: 10px;
}

.object-fit-img {
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;'
}

@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot?mclqtw');
	src: url('fonts/icomoon.eot?mclqtw#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?mclqtw') format('truetype'), url('fonts/icomoon.woff?mclqtw') format('woff'), url('fonts/icomoon.svg?mclqtw#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	letter-spacing: 0;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
	content: "\e903";
}

.icon-contact:before {
	content: "\e904";
}

.icon-facebook:before {
	content: "\ea90";
}

.icon-instagram1:before {
	content: "\ea92";
}

.sns-icon a {
	background: #333;
	color: #fff;
	width: 1.75em;
	height: 1.75em;
	display: inline-block;
	text-align: center;
	padding: 3px;
}

.drawer-toggle:focus {
	outline: none;
}

.icon-bar {
	display: block;
	width: 17px;
	height: 1px;
	border-radius: 1px;
	background-color: #000;
	border-color: transparent;
	cursor: pointer;
}

.icon-bar+.icon-bar {
	margin-top: 4px;
}

.drawer-toggle.drawer-hamburger {
	position: relative;
	padding: 0;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	width: auto;
}

.drawer--left.drawer-open .drawer-hamburger {
	display: none!important;
}

.navbar-custom {
	background-color: #efefef;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	min-height: 48px;
}

.navbar-custom.affix {
	position: fixed;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.navbar-brand {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: font-size .3s;
	transition: font-size .3s;
	padding: 0;
	display: inherit;
	margin-right: 0;
}

.navbar-brand img {
	width: 71px;
	height: 36px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.navbar-custom .navbar-nav .nav-link {
	padding: 1.5rem;
}

.navbar-custom.affix .navbar-nav .nav-link {
	padding: 1rem 1.5rem;
}

.headerContact {
	position: relative;
	padding: 1.65rem 3rem 1.65rem 4rem;
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	transition: padding .3s;
	background-color: #333;
	color: #fff;
	-webkit-transition-duration: .45s;
	-webkit-transition-property: color, border-color, background-color, opacity;
	-webkit-transition-delay: 0s;
	transition-duration: .45s;
	transition-property: color, border-color, background-color, opacity;
	transition-delay: 0s;
}

.text-gray {
	color: #b0b0b0;
}

.text-dark-gray {
	color: #e3e3e3;
}

.text-333 {
	color: #333;
}

.bg-gray,
.sns-icon a:hover,
.morelink:hover,
.headerContact:hover,
.headerContact.active,
.list-group a:hover {
	background-color: #b0b0b0!important;
}

.bg-perl-gray {
	background-color: #f6f6f6;
}

.bg-dark-gray {
	background-color: #e3e3e3;
}

.bg-black {
	background-color: #000;
	color: #fff;
}

.bg-footer-black {
	background-color: #242425;
	color: #fff;
}

.headerContact:before {
	font-family: 'icomoon' !important;
	content: "\e904";
	position: absolute;
	left: 2rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1rem;
}

#masthead {
	position: relative;
	overflow: hidden;
}

.slide-bg-inner {
	width: 100%;
	height: 800px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

#masthead .headerInner {
	position: absolute;
	top: 35%;
	left: 0;
	right: 10%;
	color: #fff;
	letter-spacing: .5em;
	line-height: 2em;
	z-index: 1001;
}

.scrollDown {
	position: absolute;
	bottom: 15%;
	left: 0;
	right: 0;
}

.scrollDown a {
	padding-top: 40px;
}

.scrollDown a span {
	position: absolute;
	top: -45px;
	left: 50%;
	width: 24px;
	height: 36px;
	margin-left: -15px;
	border: 1px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}

.scrollDown a span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 5px;
	height: 5px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes sdb {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes sdb {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.slick-dots {
	position: absolute;
	top: 35%;
	right: 3%;
	width: 1em;
}

.slick-dots li {
	list-style: none;
}

.slick-dots li button {
	border-radius: 50%;
	width: 1em;
	height: 1em;
	border: none;
	background-color: #fff;
	text-indent: -9999px;
	outline: 0;
	padding: 0;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
	background-color: #808080;
}

.font-weight-light {
	font-weight: 100!important;
}

.morelink {
	position: relative;
	padding: 1rem 6.25rem 1rem 1.5rem;
	border: 1px solid;
	font-weight: bold;
	color: #e3e3e3;
}

.morelink:after {
	content: "";
	width: 24px;
	height: 8px;
	padding: 0 0.75rem;
	border-right: 2px solid;
	border-bottom: 1px solid;
	transform: skewX(45deg);
	display: block;
	position: absolute;
	bottom: 0;
	right: 1em;
	top: 40%;
}

#concept {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(img/bg-concept.jpg)
}

.text-shadow {
	text-shadow: #0b0b0b 1px 1px 10px, #0b0b0b -1px 1px 10px, #0b0b0b 1px -1px 10px, #0b0b0b -1px -1px 10px;
}
.house {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 350px;
}
#house {
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: right bottom;
	background-image: url(img/bg-gallery.png)
}

.bg-light-gray,
#gallery .list-group a {
	background-color: #fbfbfb;
	border: none;
}

#gallery .list-group a.list-group-item:nth-child(2n) {
	background-color: #efefef;
}

.contentsItem {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000;
	transition: padding-top .3s ease-out, padding-bottom .3s ease-out;
	overflow: hidden;
	position: relative;
}

.contentsItem:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.75);
	content: '';
	opacity: 1;
	transition: opacity 0.35s, transform 0.35s;
	bottom: 0;
}

.projectItem {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000;
	transition: padding-top .3s ease-out, padding-bottom .3s ease-out;
	overflow: hidden;
	position: relative;
	padding-top: 20%;
}

.projectItem:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.75);
	content: '';
	-webkit-transform: translate3d(0, 60%, 0);
	transform: translate3d(0, 60%, 0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	bottom: 0;
}

.projectItem:hover {
	transition: padding-top .3s ease-out, padding-bottom .3s ease-out;
}

.projectItem:hover:before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.projectDesc p {
	height: 68px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


.insta-list {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 100%;
}

.contact-link {
	background-color: #333;
}

/* Design */
.page-header {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}


#designHeader {
	background-image: url(img/header-design.jpg);
}

/* Flow */
.text-8080,
.step-wrap {
 color: #808080
}

/* COMPANY */
.company-table th {
	font-weight: 300;
}


#page-top {
	position: fixed;
	bottom: 4rem;
	right: .5rem;
	cursor: pointer;
	width: 1.8rem;
	z-index: 9999;
}

.arrowTop {
	width: 1em;
	height: 1em;
	border: 2px solid;
	border-color: #000 #000 transparent transparent;
	transform: rotate(-45deg);
}

.post-wrap img {
	max-width: 100%;
	height: auto;
}


footer .enTitle {
	width: 148px;
	display: inline-block;
	color: #e3e3e3;
}

.footer_nav .list-group-item {
	background-color: transparent;
	position: relative;
	padding: .5rem 1rem;
	transition: .3s;
	letter-spacing: 0;
}

.footer_nav .list-group-flush:first-child .list-group-item:first-child {
	border-top: 1px solid #e3e3e3;
}

.footer_nav  .list-group-flush .list-group-item,
.footer_nav  .list-group-flush:last-child .list-group-item:last-child {
	border-bottom: 1px solid #e3e3e3;
}

.sideContactText {
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1.2;
}
a.sideContact {
    width: 50px;
    position: fixed;
    top: 50%;
    display: block;
    background-color: #333;
    border: 1px solid  #333;
    color: #fff!important;
    right: 0;
    z-index: 999;
    text-align: center;
    padding: 1em 0.75em;
    letter-spacing: 0.2rem;
}

a.sideContact:hover {
    background-color: #b0b0b0;
    color: #fff!important;
}

.bottomContact {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    color: #fff;
    background-color: #333;
    right: 0;
    z-index: 999;
    text-align: center;
    padding: 0.75em 0.5em;
}
@media (min-width: 1200px) {
	.drawer--left .drawer-nav {
		left: 0;
	}
	.drawer--left .drawer-hamburger {
		right: 0;
		left: auto;
	}
	.navbar-brand {
		z-index: 999;
		left: auto;
		right: auto;
	}
	.drawer-nav {
		position: relative;
		height: auto;
		background-color: transparent;
		overflow: visible;
	}
	.hover-bottom-line::after {
		left: 0;
		right: 0;
	}
	.navbar-nav li.nav-item {
		position: relative;
	}
	.affix .headerContact {
		padding: 1.1rem 3rem 1.1rem 4rem;
	}
	.navbar-custom .navbar-brand img {
		width: 130.25px;
		height: 66px;
	}
	.navbar-custom.affix .navbar-brand img {
		width: 71px;
		height: 47px;
	}
	.embed-responsive-4by3::before {
		padding-top: 35%;
	}
}

@media (min-width: 992px) {
	#design01 .lead-wrap {
		position: absolute;
		left: 0;
		right: 0;
		top: -3em;
	}
	#design02 .lead-wrap,
	#design05 .lead-wrap {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 1em;
	}
	#design03 {
		position: relative;
		background-image: url(img/design-image03.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: right center;
		height: 100%;
	}
	#design04 {
		position: relative;
		background-image: url(img/design-image04.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: right center;
		height: 100%;
	}
	#design06 {
		position: relative;
		background-image: url(img/design-image06.jpg);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: right center;
		height: 100%;
		background-color: #000;
		color: #fff;
	}
	.step-wrap {
		font-size: 3em;
		position: relative;
	}
	.step-wrap:after {
		position: absolute;
		display: inline-block;
		content: '';
		width: 1px;
		height: 100%;
		top: 0;
		right: 0;
		background: #808080;
		transform: rotate(20deg);
	}
	#step03 .flow-wrap {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		color: #fff;
	}
	#step03 .flow-wrap .text-333 {
		color: #fff;
	}
}
@media (min-width: 768px) {
	.area-info div {
		border-right: 1px solid;
	}
	.area-info div:last-child {
		border-right: none;
	}
}
@media (max-width: 1199px) {
	.drawer-nav {
		background-color: #efefef;
	}
	.drawer-nav .nav-item {
		width: 100%;
	}
	.drawer-nav .navbar-custom .navbar-nav .nav-link {
		padding: 1rem;
	}
	.drawer-nav .navbar-custom .followus {
		margin-top: 1.5rem;
	}
	.slick-dots {
    right: 8%;
	}
	.footer_logo img {
		width: 300px;
		height: 197px;
	}
	.hover-bottom-line::after {
		top: 75%;
	}
}

@media (max-width: 991px) {
	.sp-no-border-top {
		border-top: none!important;
	}
}

/* smartPhone
----------------------------------------------------------- */

@media (max-width: 540px) {
	.embed-responsive-4by3::before {
		padding-top: 100%;
	}
	.slide-bg-inner {
		height: 667px;
	}
	#masthead .headerInner .display-4 {
		font-size: 2rem;
	}
	.scrollDown {
		bottom: 20%;
	}
	.contact-link {
		font-size: 0.8em;
	}
	.footer_logo img {
		width: 200px;
		height: 131px;
	}
	.projectItem:before {
		-webkit-transform: translate3d(0, 55%, 0);
		transform: translate3d(0, 55%, 0);
	}
	.project-title {
		font-size: 1.5em;
	}
	.project-copy {
		font-size: 1.25em;
	}
	.slick-dots li button {
		width: 8px;
		height: 8px;
		display: inline-block;
		border-radius: 100%;
	}
}


/* iPhoneSE
----------------------------------------------------------- */

@media (max-width: 320px) {
	body {
		font-size: 0.75em;
	}

	.projectDesc p {
		height: 52px;
	}
}