@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&family=Noto+Sans+JP:wght@300;700&display=swap');

/* CSS Document */


/* 
------------------------------------------------------------------------------------------------------------------------
Set out
------------------------------------------------------------------------------------------------------------------------
*/

*:not(select):not(input), *:before, *:after {
    margin: 0;
    padding: 0;
	border: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html, body {
	width:100%;
	margin:0;
	padding:0;
	overflow-x:hidden;
}
body {
	font-size:16px;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	line-height:1.8;
  background: #fff;
	color:#231815;
	-webkit-text-size-adjust: 100%;
}

.clearfix:after {
    content:"";
    display:block;
    clear:both;
}
.clear {
	clear:both;
}
p {
	text-align: justify;
  text-justify: inter-ideograph;
}

li {
	list-style-type:none;
}
img {
	max-width:100%;
	height: auto;
	margin:0;
	padding:0;
	vertical-align:bottom;
	transition:.3s;
}
a {
	text-decoration:none;
	color:#231815;
	transition:.3s;
}
a:hover {
	text-decoration:border;
	color:#ccc;
	transition:.3s;
}
a:hover img.noTrans{
	opacity:1.0!important;
}
a:hover img{
	opacity:0.8;
	transition:.3s;
}
h2,h3,h4,h5,h6 {
	font-weight:normal;
	letter-spacing:normal;
	line-height: 1.3;
}
h1 a:hover img {
	opacity:1;
}

.align {
	text-align:center;
}
.align_left {
	text-align:left;
}
.align_right {
	text-align:right;
}

.bold {
	font-weight:bold;
}
.font_s {
	font-size:12px;
}

.mb0 {margin-bottom:0px!important;}

.mb10 {margin-bottom:10px!important;}

.mb15 {margin-bottom:15px!important;}
.mb20 {margin-bottom:20px!important;}
.mb30 {margin-bottom:30px!important;}
.mb50 {margin-bottom:50px!important;}
.mb80 {margin-bottom:80px!important;}
.mb100 {margin-bottom:100px!important;}
.mb200 {margin-bottom:200px!important;}
.pb30 {padding-bottom:30px!important;}
.pt30 {padding-top:30px!important;}
.pt50 {padding-top:50px!important;}

.in {display:none;}

.fs20 {font-size:20px!important;}
.lineheight3 {line-height: 3.0!important;}

.w50 {width:50%!important;}
.w60 {width:60%!important;}
.w70 {width:70%!important;}
.w80 {width:80%!important;}
.w90 {width:90%!important;}

@media screen and (max-width:768px){
	.in {display:block;}
	.out {display:none;}
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
			pointer-events: none;
	}
}


/* 
------------------------------------------------------------------------------------------------------------------------
Layout 
------------------------------------------------------------------------------------------------------------------------
*/
.wrap {
	width:90%;
	max-width:1000px;
	margin:auto;
	box-sizing:content-box;
}
.first_wrap {
	width:90%;
	max-width:calc(((100vw - 1000px) /  2) + 333px);
	margin-left:0;
	margin-right:auto;
	text-align: right;
}
.right_wrap {
	width:90%;
	max-width:calc(((100vw - 1000px) /  2) + 1000px);
	margin-left:auto;
	margin-right:0;
	margin-bottom: 75px;
}

main {
	background:#fff;
	padding:0;
}

main h2{
	font-size:43px;
	font-weight: bold;
	margin-bottom:90px;
}

main h3{
	font-size:36px;
	font-weight: bold;
	margin-bottom:50px;
}

div.mainV {
	position: relative;
	height:100vh;
	background: #fff;
	margin-bottom:100px;
}

div.opening {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline;
	transform: translate(-50%, -50%);
	width:100%;
	margin: auto;
	text-align: center;
}

div.opening .wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

div.topLeft {
	width:40%;
	max-width:333px;
	text-align: left;
}

div.topLeft p {
	font-size:52px;
	font-weight: bold;
	line-height: 1.3;
}

div.topLeft p:first-child {
	text-align: justify;
  text-justify: inter-ideograph;
	text-align-last:justify;
}

div.topLeft p:last-child {
	text-align: right;
	letter-spacing: 0.3;
}

div.topRight {
	width:60%;
	max-width:557px;
	text-align: right;
}

div.topRight p{
	text-align: right;
}

div.topRight img{
	width:78%;
	height:auto;
}


.first_border{
	position: relative;
	font-size: 18px;
	border-top: solid 1px #000;
}

.right_border{
	position: relative;
	font-size: 18px;
	border-top: solid 1px #000;
}

div.content {
	padding-left:250px;
}

div.content img{
	width:100%;
	height:auto;
}

div.content dl{
	margin-bottom:90px;
}

div.content dl dt{
	margin-bottom:40px;
}

.right_wrap.photoArea {
	padding-left:250px;
	margin-bottom:50px;
}

.right_wrap.photoArea p.out,
.right_wrap.photoArea p.in {
	margin-bottom:50px;
}

.right_wrap.photoArea p.jig img {
	width:105px;
	height:auto;
}

#about {
	margin-bottom:100px;
}

#brands {
	margin-bottom:200px;
}

#prof {
	margin-bottom:200px;
}

#prof h3{
	font-size:24px;
}

#prof h3 span{
	display: inline-block;
	font-size:16px;
	padding-left:20px;
	font-weight: normal;
}

#prof dl dt{
	margin-bottom:0;
}

#prof dl dd{
	margin-bottom:50px;
	font-size:20px;
}

#contact {
	margin-bottom:200px;
}

#contact p {
	font-size:18px;
}

footer {
	background: #3e3a39;
	text-align: right;
	color:#fff;
}

footer .wrap{
	padding: 120px 0;
}

footer .footLogo{
	margin-bottom:50px;
}

footer .footLogo img{
	width:150px;
	height: auto;
}

footer .copyright{
	font-size:12px;
}

@media screen and (max-width:1000px){
	.first_wrap {
		width:95%;
		max-width:95%;
		margin-left:0;
		margin-right:auto;
		text-align: right;
	}
	.right_wrap {
		width:95%;
		max-width:95%;
		margin-left:auto;
		margin-right:0;
		margin-bottom: 75px;
	}

	.right_wrap.photoArea {
		padding-left:0;
	}

	div.opening {
		top: 30px;
		left: 0;
		transform: translate(0, 0);
	}

	div.opening .wrap {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		margin: auto;
		position: relative;
		height: 90vh;
	}

	div.topLeft {
		width:95%;
		max-width:95%;
	}

	div.topLeft h1 {
		font-size:32px;
		margin: 20px 0 140px 0;
	}

	div.topRight {
		width:95%;
		max-width:95%;
		text-align: right;
	}

	div.topRight img{
		position: absolute;
		top: 50%;
		right: 5%;
		display: inline;
		transform: translate(0, -50%);
		width:75%;
		height:auto;
	}


	div.content {
		padding-left:0;
	}

}