@charset "UTF-8";

/* ↓ 色とテキストの定義 ------------------------*/
html {
	scroll-behavior: smooth;
	font-size: 18px;
}


@media screen and (max-width: 540px) {
	html {
		font-size: 3.3vw;
		/*1L30文字*/
	}
}

body {
	width: 100%;
	color: #000;
	line-height: 1.7;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	/*bold700 regular400 light 300*/
	position: relative;
	overflow-x: hidden;

}

b,
strong,
.bold {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

a {
	color: #333333;
	text-decoration: none;
}

img {
	width: 100%;
}

/* ↓ ふんわり表示 ------------------------*/
/* 画面外 */
.fadein {
	opacity: 0;
	transform: translate(0, 30px);
	transition: all 500ms;
}

/* 画面内 */
.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}


@media screen and (max-width:540px) {
	.spfade {
		opacity: 0;
		transform: translate(0, 30px);
		transition: all 500ms;
	}

	/* 画面内 */
	.spfade.scrollin {
		opacity: 1;
		transform: translate(0, 0);
	}
}

/* ↓ 横幅 ------------------------*/
/*pcの横幅*/
.pcWidth-xl {
	max-width: 1400px;
	margin: 0 auto;
}

.pcWidth-l {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}

.pcWidth-m {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}

.pcWidth-s {
	max-width: 760px;
	width: 90%;
	margin: 0 auto;
}

@media screen and (min-width: 1400px) {
	.pcWidth-xl {
		max-width: 1920px;
		margin: 0 auto;
	}

	.pcWidth-l {
		width: 1200px;
	}

	.pcWidth-m {
		width: 1080px;
	}

	.pcWidth-s {
		width: 912px;
	}
}

@media screen and (max-width: 540px) {
	.pcWidth-l {
		padding: 0;
	}
}

/*spの横幅*/
@media screen and (max-width: 900px) {
	.spWidth-max {
		max-width: 100%;
	}

	.spWidth-l {
		max-width: 98%;
	}

	.spWidth-m {
		max-width: 88%;
		width: 100%;
	}

	.spWidth-s {
		max-width: 78%;
		width: 100%;
	}

}

/* ↓ ヘッダー ------------------------*/
.gnavOuter {
	width: 100%;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	padding: 0;
	/*box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);*/
	transition: all 0.5s ease;
	z-index: 10;
	background-color: #fff;
	color: #fff;
	height: 160px;
}


.gnavInner {
	position: relative;
	top: 61.5%;
	transform: translateY(-50%);
}

.gnavflex {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
}

.headerlogo {
	width: 15rem;
	margin: auto;
	margin-bottom: 2rem;
}


.gNavRight {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.84rem;
	line-height: 1.3;
	text-align: center;
	position: relative;
}


.gNavRight li {
	display: flex;
	align-items: center;
	transition: 0.3s ease;

}

.gNavRight .first-level {
	padding: 0 1.75rem;
	transition: 0.3s ease;
	padding-bottom: 1.7rem;
}



.gNavRight .single:hover {
	opacity: 1;
	transition: 0.3s ease;
	position: relative;
}

.linkname:hover+.hoverLine {
	display: block;
}

.gNavRight .single:hover::after {
	border-bottom: 3px solid;
	width: 3rem;
	position: absolute;
}


.gNavRight li {
	position: relative;
}

.gNavRight li:hover {
	cursor: pointer;
	transition: 0.3s ease;
}

.gNavRight li ul {
	position: absolute;
	top: 1.78rem;
	left: 50%;
	transform: translateX(-50%);
	width: 5rem;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	opacity: 0;
	pointer-events: none;
	width: max-content;
	transition: 0.3s ease;
}

.gNavRight li ul .greenline {
	width: 4rem;
	height: 3px;
	background-color: #000;
	position: absolute;
	top: -4%;
	left: 1.5px;
}


.gNavRight li:hover ul {
	top: 1.78rem;
	left: 50%;
	margin-left: 63px;
	width: max-content;
	transform: translateX(-50%);
	visibility: visible;
	opacity: 1;
	pointer-events: all;
	transition-duration: 0.3s;
}

.gNavRight>li::after {
	position: absolute;
	content: "";
	top: 49px;
	left: 50%;
	transform: translateX(-50%);
	width: 4rem;
	height: 3px;
	background-color: black;
	opacity: 0;
	transition: 0.3s ease;
}

.gNavRight>li:hover::after {
	position: absolute;
	content: "";
	top: 49px;
	left: 50%;
	transform: translateX(-50%);
	width: 4rem;
	height: 3px;
	background-color: black;
	opacity: 1;
	transition: 0.3s ease;
}

.gNavRight li ul {
	background-color: rgba(255, 255, 255, 0.9);
	margin: 20px 0 0 -2px;
	margin-left: 63px;
	padding-bottom: 1.5rem;
	/* 以下の１行でドロップシャドウが適用される */
}

.gNavRight li ul:before,
.gNavRight li ul:after {
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	right: 0px;
}

.gNavRight li ul:before {

	top: 0%;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	margin-top: -34px;
}

.gNavRight li ul:after {
	top: 0%;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	margin-top: -34px;
}



.second-level {
	padding: 0.4rem;
	font-size: 0.7rem;
	letter-spacing: 0;
}

.gNavRight .second-level li {
	margin-left: 0.5rem;
	margin-right: 1.2rem;
	padding: 0.8rem;
	padding-left: 0.4rem;
	padding-right: 2rem;
	padding-bottom: 0.2rem;
	transition: 0.3s ease;
	position: relative;
	text-align: left;
	line-height: 1.3;
}

.gNavRight .second-level li a {
	color: #000;
}


.gNavRight .second-level li:first-child {
	margin-left: 0.5rem;
	padding-bottom: 0.3rem;
}

.gNavRight .second-level li span {
	right: 0.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}


.gNavRight .second-level li:hover {
	opacity: 0.5;
}

.gNavRight div p {
	position: relative;
	top: 50%;
	width: auto;
	transform: translateY(-50%);
}

.gNavRight .header_contact {
	width: 15rem;
	margin: 0 3rem;
}

.next_prev_btnarea {
	display: flex;
	justify-content: space-between;
}

.next_prev_btnarea span {
	font-size: 1rem;
}


/* ↓ ドロワーメニューカスタマイズ ------------------------*/
.nav_wrapper {
	position: fixed;
	top: 0;
	width: 100%;
	height: 6rem;
	background: none;
	z-index: 10000;
	background-color: #fff;
}

#nav {
	position: absolute;
	height: 100vh;
	width: 100%;
	opacity: 0;
	top: 0;
	background: #222;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	transition: .7s;
	z-index: 100000;
	pointer-events: none;
}

@media screen and (max-width: 1010px) {
	#nav ul {
		padding: 0 2.5rem;
		padding-top: 6rem;
		transform: translateY(4rem);
		transition: 0.3s ease;
	}
}

@media screen and (max-width: 540px) {
	#nav ul {
		padding: 0 2.5rem;
		padding-top: 8rem;
		transform: translateY(4rem);
		transition: 0.3s ease;
	}
}

#nav ul li {
	list-style-type: none;
	font-size: 1rem;
}



#nav a {
	display: block;
	text-decoration: none;
	color: #fff;
	margin: 0rem;
	padding: 0.5rem 5px;
	padding-bottom: 1.2rem;
	transition: .5s;
	font-size: 1.5rem;
}

#nav.in ul {
	transform: translateY(2rem);
	transition: 0.5s ease;
}

#nav ul li div a {
	font-size: 1rem;
	padding: 0.5rem;
}

@media screen and (min-width: 540px) {
	#nav ul li {
		list-style-type: none;
		font-size: 0.4rem;
	}

	#nav a {
		display: block;
		text-decoration: none;
		color: #fff;
		margin: 0rem;
		padding: 0.5rem 5px;
		padding-bottom: 1rem;
		transition: .5s;
		font-size: 1.2rem;
	}
}

#nav .pb_none {
	padding-bottom: 0.5rem;
}

#nav li a:hover {
	border-bottom: none;
	opacity: 0.4;
}

@media screen and (max-width: 540px) {
	#nav li a:hover {
		background: none;
		border-bottom: none;
	}
}



.sp_logo {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 1rem;
	width: 12rem;
	cursor: pointer;
	transition: 1s;
	z-index: 10000;
}

.sp_logo.sp_logo_w {
	display: block;
	position: absolute;
	top: 4.4%;
	transform: translateY(-50%);
	left: 0.65rem;
	width: 12.8rem;
	cursor: pointer;
	transition: 1s;
	z-index: 1000000;
}

.sp_logo.sp_logo_w a {
	padding: 0;
}




#hamburger {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.5rem;
	width: 35px;
	height: 22px;
	cursor: pointer;
	transition: 1s;
	z-index: 100000;
}

.inner_line {
	display: block;
	position: absolute;
	left: 0;
	width: 35px;
	height: 2px;
	background-color: #000;
	transition: 1s;
	border-radius: 4px;
	z-index: 100000;
}

#line1 {
	top: 0;
}

#line2 {
	top: 10px;
}

#line3 {
	bottom: 0px;
}


#nav.in {
	opacity: 1;
	pointer-events: all;
	stroke: none;
}

.line_1,
.line_2,
.line_3 {
	background: #fff;
}

.line_1 {
	transform: translateY(10px) rotate(-45deg);
	top: 0;
}

.line_2 {
	opacity: 0;
}

.line_3 {
	transform: translateY(-10px) rotate(45deg);
	bottom: 0;
}

.navHome {
	margin-bottom: 2rem;
}

@media screen and (max-width: 1010px) {
	.menuArea {
		height: 6rem;
	}
}


@media screen and (max-width: 540px) {
	.menuArea {
		height: 6rem;
	}
}

/* ↓ セクション ｜ 共通 ------------------------*/

.top-fv .fvImg {
	height: 80vh;
}


.top-fv .fvImg img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

@media screen and (max-width: 540px) {
	.top-fv .fvImg {
		height: auto;
		width: 100%;
	}


	.top-fv .fvImg img {
		height: 100%;
		width: 100%;
	}
}


.top_works {
	margin: 5rem 0;
}

.top_works_head {
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 1rem;
	letter-spacing: 0.07rem;
}

.grid_wrap {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.grid_list {
	margin: 0 auto;
}

.grid_wrap .item {
	width: 264px;
	margin-top: 0.9rem;
	position: relative;
	padding: 0 0.45rem;
}

@media only screen and (max-width: 540px) {
	.grid_wrap .item {
		width: 48%;
		margin: 1%;
		float: left;
		padding: initial;
	}
}

.grid_wrap .item img {
	width: 100%;
	height: auto;
}

.grid_wrap .item .works_info {
	position: absolute;
	bottom: 0.3rem;
	left: 1.2rem;
	font-size: 0.75rem;
	line-height: 1.5;
}

.grid_wrap .item .works_info .day {
	font-size: 0.65rem;
	margin-bottom: 0.35rem;
	letter-spacing: 0.04rem;
	color: #FFF;
}

.grid_wrap .item .works_info .title {
	font-size: 0.8rem;
	letter-spacing: 0.06rem;
	color: #FFF;
}

.grid_wrap .item .works_info .model_name {
	font-size: 0.6rem;
	margin-bottom: 0.4rem;
	letter-spacing: 0.02rem;
	color: #FFF;
}



/* ↓ セクション ｜ フッター ------------------------*/

.copyright {
	text-align: center;
	font-size: 0.6rem;
	padding: 2rem 0;
}

/* ↓ トップへ戻る ------------------------*/

.to-top {
	position: fixed;
	z-index: 1000;
	width: 1.5rem;
	height: auto;
	right: 2rem;
	bottom: 2rem;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	text-align: center;
	transform: scale(0.8);
}

@media screen and (max-width: 540px) {
	.to-top {
		width: 1.3rem;
	}
}

.to-top img {
	width: 100%;
}

/* ↓ ページ共通 ------------------------*/
.pageheader {
	width: 100%;
	margin-bottom: 2rem;
}

.pagetitle {
	text-align: center;
	margin-bottom: 4rem;
	font-weight: bold;
	font-size: 1.5rem;
	letter-spacing: 0.07rem;
}

.pagetitle span {
	font-size: 0.95rem;
	font-weight: 400;
	display: block;
	line-height: 1.6;
}




/*----mettingroom----*/
.mr-pagetitle {
	text-align: left;
	margin-bottom: 3rem;
	font-weight: bold;
	font-size: 1rem;
	letter-spacing: 0.07rem;
}

.mr-pagetitle span {
	font-size: 0.8rem;
	margin-bottom: 1rem;
	font-weight: 400;
	display: block;
	line-height: 1.6;
}


.mr_bg {
	background-color: #fdfcd0;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}











@media screen and (max-width: 540px) {
	.pagetitle {
	text-align: center;
	margin-bottom: 4rem;
	font-weight: bold;
	font-size: 1.3rem;
	letter-spacing: 0.07rem;
}
	.pagetitle span {
	font-size: 1rem;
	font-weight: 400;
	display: block;
	line-height: 1.6;
}
}


.mt_05rem {
	margin-top: 0.5rem;
}

.mt_10rem {
	margin-top: 1rem;
}

.mt_15rem {
	margin-top: 1.5rem;
}

.mt_20rem {
	margin-top: 2.0rem;
}

.mt_30rem {
	margin-top: 3.0rem;
}


.mb_05rem {
	margin-bottom: 0.5rem;
}

.mb_10rem {
	margin-bottom: 1rem;
}

.mb_15rem {
	margin-bottom: 1.5rem;
}

.mb_20rem {
	margin-bottom: 2rem;
}

.mb_30rem {
	margin-bottom: 3rem;
}

.gNavRight-li.activepage::after {
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	width: 4rem;
	height: 3px;
	background-color: black;
	opacity: 1;
}

/* ↓ PCとSP表示切り替え（末尾に設置） ------------------------*/
.pcArea {
	display: block;
}

.spArea {
	display: none;
}

@media screen and (max-width: 540px) {
	.pcArea {
		display: none;
	}

	.spArea {
		display: block;
	}
}



@media screen and (min-width: 1011px) {
	.spNav {
		display: none
	}

}

@media screen and (max-width: 1010px) {
	.gnavOuter {
		display: none
	}

}

.sp-only {
  display: none;
}

@media screen and (max-width: 575px) {
  .sp-only {
    display: block;
  }
}