/*
Theme Name: motty
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap');
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	min-height: 100%;
	position: relative;
}
img{
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	transition: 0.8s;
	vertical-align: bottom;
	width:100%;
	height:100%;
}
a{
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	transition: 0.8s;
	text-decoration: none;
	cursor:pointer;
	outline: none;
	color:#141516;
}
button:focus{
  outline: none;
}

body {
	font-size:14px;
	font-family: 'Montserrat' , 'Noto Sans JP' , 'neue-haas-grotesk-display', 'IBM Plex Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	line-height: 1.42857143;
	font-weight:400;
	background: #fdfeff;
	color:#141516;
}
#allContentsWrapper{
	width:100%;
	margin:0;
	overflow:hidden;
}

li{
	list-style: none;
}
ul , p{
	margin:0;
	padding:0;
}
#motty__errors{
	display: flex;
	min-height:93vh;
}
#errors__txt{
	font-size:5vw;
	margin: auto;
}
.active{
	padding-bottom:2px;
	border-bottom:1px solid; 
}
/******************************* menu *******************************/
.menuWrapper{
	width:100%;
	padding:0 0 50px;
	margin:0 auto;
	position:fixed;
	z-index:999;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	transition: 0.8s;
	background: rgba(255, 255, 255, 0);
}
.menuWrapper.hide{
	transform: translateY(-100%);
}
h1{display:inline-block;}
.logos{
	animation-delay: calc(var(--delay-anim) + var(--time-anim) * 0.2);
	margin:0;
	padding:0;
	width:100%;
}
#motty__menu__m .logos a svg#motty_logo_header{
	width:auto;
	max-height:20px;
}
#motty__menu{
	width:87.5%;
	margin:0 auto;
}
#motty__menu a{
	font-size:0.9375vw;
}
@media only screen and (min-width: 1280px) {
	#motty__menu a{
		font-size:12px;
	}
}
#motty__menu__m{
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width:12%;
	z-index:999;
}
#motty__gnav{
	font-weight:400;
	letter-spacing: 0.02em;
	position:absolute;
	top:50px;
	left:6.25%;
	width:87.5%;
	z-index:99;
}
#motty__gnav__left{
	position:absolute;
	left:0;
}
#motty__gnav__right{
	position:absolute;
	right:0;
}
#motty__gnav__left li,
#motty__gnav__right li{
	float:left;
	padding:0;
	margin-left:40px;
}
#motty__gnav__left li:first-child,
#motty__gnav__right li:first-child{
	margin-left:0;
}
#motty__menu.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	background: rgba(0,0,0,.9);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#motty__nav__bar {
	display: none;
	position: absolute;
	right: 6.25%;
	top: 10px;
	width: 20px;
	height: 13px;
	cursor: pointer;
	z-index: 101;
}
#motty__nav__bar div {
	position: relative;
}
#motty__nav__bar span {
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background: #141516;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#motty__nav__bar span:nth-child(1) {
	top: 0;
}
#motty__nav__bar span:nth-child(2) {
	top: 6px;
}
#motty__menu__wrap{
	padding-top:50px;
}
/******************************* top/works *******************************/
#motty__worklist,
#motty__worklist__category{
	width:100%;
	margin:0 auto;
	padding:0;
}
#motty__worklist ul,
#motty__worklist__category ul{
	padding:0;
}
#motty__worklist ul li{
	width:50%;
	float:left;
}
#motty__worklist ul li.motty__worklist__big{
	width:100%;
	float:left;
}
#motty__worklist ul li a,
#motty__worklist__category ul li a{
	position:relative;
	display:block;
}
#motty__worklist ul li a img{
	width:100%;
	height:auto;
}
#motty__worklist ul li a p,
#motty__worklist__category ul li a p{
	font-size:0.781vw;
	font-weight:400;
	position:absolute;
	left:24px;
	bottom:24px;
}
@media only screen and (min-width: 1280px) {
	#motty__worklist ul li a p,
	#motty__worklist__category ul li a p{
		font-size:10px;
	}
}
#motty__worklist ul li a div.motty__works__thumbimg,
#motty__worklist__category ul li a div.motty__works__thumbimg{
	overflow:hidden;
	display:block;
	width:100%;
	height:auto;
}
#motty__worklist ul li a div.motty__works__thumbimg img:hover,
#motty__worklist__category ul li a div.motty__works__thumbimg img:hover{
	transform:scale(1.04,1.04);
}
/******************************* category *******************************/
#motty__worklist__category{
	min-height:90vh;
}
#motty__worklist__category ul li{
	width : 33.33333% ;
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
	float:left;
	overflow:hidden;
}
#motty__worklist__category ul li a img{
	width:100%;
	height:auto;
}
/******************************* works detail *******************************/
#motty__works__detail{
	width:80%;
	margin:0 auto;
	padding:100px 0 0;
}
#motty__works__detail h2{
	font-weight:300;
	text-align:center;
	padding:50px 0 80px;
	margin:0;
	font-size:2.343vw;
	letter-spacing: 0.01em;
}
#motty__works__detail li{
	margin:0;
	padding:0 0 60px;
}
@media only screen and (min-width: 1280px) {
	#motty__works__detail h2{
		font-size:30px;
	}
}
/******************************* about *******************************/
#motty__about{
	width:87.5%;
	margin:0 auto;
	padding:160px 0 80px;
}
#motty__about img{
	width:50%;
	float:left;
}
#motty__about__txtarea{
	width:50%;
	padding:0 0 0 5%;
	float:left;
}
#motty__about__txtarea h2,
#motty__about__txtarea h4{
	font-weight:300;
	font-size:1.4vw;
	margin:0;
	padding:0;
	width:100%;
}
#motty__about__txtarea h3,
#motty__about__txtarea h5{
	font-weight:400;
	font-size:0.78vw;
	margin:0;
	padding:25px 0 0;
	letter-spacing:0.04em;
	line-height:1.7;
	width:100%;
}
#motty__about__txtarea span{
	display:inline-block;
	width:18px;
	height:1px;
	background:#141516;
	margin:30px 0 25px;
}
#motty__about__txtarea a{
	font-weight:300;
	display:block;
	width:100%;
	font-size:1.4vw;
	margin:0;
	padding:0;
	letter-spacing:0.04em;
}
/******************************* contact form *******************************/
#motty__contact__form{
	width:50%;
	margin:0 auto;
	position: relative;
	z-index:3;
	letter-spacing:0.03em;
	text-align:left;
	padding:160px 0 80px;
}
#motty__contact__form .contact_title{
	font-size:1vw;
	padding:1% 0 0;
}
#motty__contact__form .osd__reserve__toptitle{
	padding:5% 0 1%;
}
#motty__contact__form .osd__reserve__consultationtitle{
	padding:0 0 1.5%;
}
#motty__contact__form .contact_title span{
	font-size:0.78vw;
	padding:0 1.5%;
	color:#828282;
}
#motty__contact__form input{
	width:100%;
	text-align:left;
	padding:0 2%;
	height:45px;
	border:1px solid #191919;
	background:#fdfeff;
	border-radius:3px;
	margin:1% 0 2.6%;
}
#motty__contact__form textarea{
	width:100%;
	border:1px solid #191919;
	background:#fdfeff;
	border-radius:3px;
	margin:1% 0 2.6%;
}
select::-ms-expand {
	display: none;
}
#motty__contact__form textarea#contacttext{
	padding:3%;
}
#contactfotm_send{
	text-align:center;
	width:100%;
	margin:0 auto;
	padding:3% 0;
}
#contactfotm_send input{
	border:1px solid #191919;
	border-radius:3px;
	background:#191919;
	color:#fdfeff;
	font-size:1.4vw;
	letter-spacing:0.03em;
	height:60px;
	text-align:center;
	width:100%;
	margin:0 auto;
	border-radius:3px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output{
	border:none;
	text-align:center;
}
/******************************* footer *******************************/
footer{
	width:87.5%;
	margin:0 auto;
	padding:24px 0 20px;
}
footer p{
	width:21%;
	float:left;
}
footer span{
	float:right;
}
footer span i{
	font-size:24px;
}
@media only screen and (min-width: 1280px) {
	footer p{
		font-size:11px;
	}
}


@media only screen and (max-width: 835px) {
	body{
		margin-bottom:0;
	}
	.menuWrapper{
		width:100%;
		padding:0 0 20px;
	}
	#contentWrapper{
		width:100%;
		margin:0 auto;
		float:none;
		padding:0;
	}
	#topcontrol{
		font-size:7vw;
		right:3%!important;
	}
/******************************* menu *******************************/
	#motty__menu__wrap{
		padding-top:0;
	}
	#motty__menu{
		width:100%;
		float:none;
		padding:20px 0 0;
	}
	#motty__menu__m{
		width:100%;
		position:relative;
		top:0;
	}
	#motty__menu__m .logos a svg#motty_logo_header{
		width:35%;
		max-height: 15px;
	}
	#motty__menu__m h1{
		width:100%;
		margin:0 auto;
		text-align:center;
	}
	#motty__menu__m h1 span{
		display:block;
	}
	#motty__gnav,
	.motty__gnav_inner {
		width: 100%;
		padding: 0;
		z-index:100;
	}
	#motty__gnav.fixed {
		padding-top: 0;
		background: transparent;
	}
	#motty__gnav {
		margin-top: 0;
		position: fixed;
		left: -960px;
		background: rgba(255, 255, 255, 0.95);
		height: 100%;
		text-align: center;
		padding: 50% 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		display:block;
		top:0;
		min-height:100vh;
	}
	#motty__gnav ul {
		list-style: none;
		width:100%;
		padding:0;
		float:none;
		position:static;
	}
	#motty__gnav ul li {
		text-align:center;
		width:100%;
		margin:0;
		padding:5% 0;
	}
	#motty__gnav ul li a{
		font-size:4.666vw;
	}
	#motty__gnav.fixed #motty__gnav ul li a {
		width: 100%;
		display: block;
		color: #000000;
	}
	#motty__nav__bar {
		display: block;
	}
	.open #motty__nav__bar span:nth-child(1) {
		top: 0;
		-webkit-transform: rotate(330deg);
		-moz-transform: rotate(330deg);
		transform: rotate(330deg);
	}
	.open #motty__nav__bar span:nth-child(2) {
		top: 0;
		-webkit-transform: rotate(-330deg);
		-moz-transform: rotate(-330deg);
		transform: rotate(-330deg);
	}
	.open #motty__gnav {
		-moz-transform: translateX(960px);
		-webkit-transform: translateX(960px);
		transform: translateX(960px);
	}
/******************************* footer *******************************/
	footer{
		padding:18px 0 14px;
	}
	footer p{
		width:42%;
		padding:5px 0 0;
	}
/******************************* top/works *******************************/
	#motty__worklist ul li a p,
	#motty__worklist__category ul li a p{
		font-size:2.4vw;
		left:8px;
		bottom:8px;
		width:90%;
	}
/******************************* category *******************************/
	#motty__worklist__category ul li{
		width : 50% ;
		width : -webkit-calc(100% / 2) ;
		width : calc(100% / 2) ;
	}
/******************************* works detail *******************************/
	#motty__works__detail{
		width:100%;
		padding:50px 0 0;
	}
	#motty__works__detail h2{
		padding:50px 0;
		font-size:4vw;
		letter-spacing: 0.02em;
	}
	#motty__works__detail li{
		padding:0 0 20px;
	}
/******************************* about *******************************/
	#motty__about{
		width:100%;
		padding:60px 0;
	}
	#motty__about img{
		width:100%;
		float:left;
	}
	#motty__about__txtarea{
		width:100%;
		padding:10% 6.25% 0;
		float:left;
	}
	#motty__about__txtarea h2,
	#motty__about__txtarea h4{
		font-size:4.53vw;
	}
	#motty__about__txtarea h3,
	#motty__about__txtarea h5{
		font-size:2.4vw;
		letter-spacing:0.03em;
	}
	#motty__about__txtarea a{
		font-size:4.53vw;
		letter-spacing:0.03em;
	}
/******************************* contact form *******************************/
	select, input, textarea, button { 
		vertical-align: middle; 
		position:relative; 
	}
	#motty__contact__form{
		width:87.5%;
		margin:0 auto;
		padding:90px 0 30px;
	}
	#motty__contact__form .contact_title{
		font-size:3.2vw;
		padding:3% 0 2%;
	}
	#motty__contact__form .contact_title span{
		font-size:2.6vw;
		padding:0 1.5%;
	}
	#motty__contact__form input{
		height:40px;
	}
	#motty__contact__form select{
		height:40px;
	}
	#motty__contact__form textarea{
		margin-bottom:3%;
	}
	#contactfotm_send input{
		font-size:3.73vw;
		height:55px;
		width:100%;
	}
	#osd__reservation__consultation .wpcf7-list-item-label{
		padding-right:5px;
		font-size:3.2vw;
	}
	#motty__contact__form span.wpcf7-not-valid-tip{
		font-size:2vw;
	}
}