/*!
	Theme Name: 
	Theme URI: .com
	Author: .com
	Author URI: .com
	Description: .com
	Version: 1.0.0
*/
html {
	scroll-behavior: smooth;
	scroll-padding-top: 64px;
}
html.wf-active {
	visibility: visible;
}
html {
	/*background: url("common/img/top13-01.jpg") no-repeat 0 0;	*/
	font-size: 62.5%;
}
body {
	color: #231815;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0.08em;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
body.imghidden {
	overflow: hidden; /* メニューが開かれている間のスクロールを無効にする */
}
.disable {
	cursor: auto;
	opacity: 1;
}
.disable:hover {
	cursor: auto;
	opacity: 1;
	color: #fff !important;
}
.imghidden {
	overflow: hidden;
	height: 100%;
}
.imghidden header {
	background: transparent;
	z-index: 10;
}
/* font */
@font-face {
	font-family: 'Didot';
	font-style: normal;
	font-weight: normal;
	src: local('Didot'), url('Didot.woff') format('woff');
}
.font-didot {
	font-family: 'Didot';
}
small {
	font-size: 1rem;
	letter-spacing: 0px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #231815;
}
/* container */
.container {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	margin-left: 15px;
	margin-right: 15px;
}
/* flex */
.d-flex {
	display: flex;
}
.d-content-column {
	flex-direction: column;
}
/* img responsiv*/
main img, img.img_responsive {
	max-width: 100%;
	width: 100%;
	display: inherit;
}
/* --------------
	pagetop
	----------------*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.pagetop a::before {
	content: '';
	width: 20px;
	height: 20px;
	border: 0px;
	border-top: solid 1px #a2a2a2;
	border-right: solid 1px #a2a2a2;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(-45deg);
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 11px;
	bottom: 0px;
	opacity: 1;
}
.pagetop a {
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	zoom: 1;
	width: 68px;
	height: 68px;
	text-align: center;
	/* font-size: 24px; */
	text-decoration: none;
	line-height: 50px;
	/* border: 1px solid #fbfbfb; */
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	opacity: 0.8;
	color: #1d1d1c;
}
.pagetop a span {
	top: 22px;
	position: relative;
	font-size: 0.1rem;
}
.pagetop a:hover {
	opacity: 0.6;
}
header {
	padding-top: 10px;
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
}
header h4 {
	font-size: 2rem;
	line-height: 1.18;
	letter-spacing: 1.2px;
	margin-bottom: 15px;
}
header p {
	line-height: 1.5;
}
.logo {
	margin-top: 20px;
}
/* nav */
/*menu*/
.menu {
	height: 20px;
	position: absolute;
	right: 15px;
	top: 30px;
	width: 33px;
	z-index: 99;
	cursor: pointer;
}
.menu__line {
	background: #000000;
	display: block;
	height: 2px;
	position: absolute;
	transition: transform .3s;
	width: 100%;
}
.menu__line--center {
	top: 9px;
}
.menu__line--bottom {
	bottom: 0;
}
.menu__line--top.active {
	top: 8px;
	transform: rotate(45deg);
	background: #fff;
}
.menu__line--center.active {
	transform: scaleX(0);
	transform: rotate(135deg);
	background: #fff;
}
.menu span:nth-child(2) {
	width: 24px;
}
.menu span.active:nth-child(2) {
	width: 33px;
}
.menu__line--center.active {
	top: 8px;
}
.menu__line--bottom.active {
	bottom: 10px;
	transform: rotate(135deg);
	background: #fff;
}
/*gnav*/
.gnav {
	background: rgba(0, 0, 0, 0.8);
	height: 100%;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden; /* 非表示時には要素がクリックされないようにする */
	transition: opacity 0.3s ease, visibility 0.3s ease; /* 0.3秒のトランジション */
}
.gnav.show {
	opacity: 1;
	visibility: visible; /* 表示時には要素が見えるようにする */
}
.gnav__wrap {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	position: absolute;
	width: 100%;
}
.gnav__menu__item {
	margin: 20px 0;
}
.gnav__menu li {
	list-style: none;
	text-align: center;
}
.gnav__menu__item a {
	color: #fff;
	font-size: clamp(1.5em, 1.7vw, 1.8em);
	font-weight: bold;
	margin: 40px;
	text-decoration: none;
	transition: .5s;
	text-transform: uppercase;
	text-align: center;
}
.gnav__menu__item a:hover {
	color: #666;
}
/*footer*/
footer ul, footer li {
	list-style: none;
}
footer li {
	line-height: 2.2;
}
footer ul li {
	display: flex;
}
footer li span {
	margin-right: 10px;
	letter-spacing: 0;
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
}
_::-webkit-full-page-media, _:future, :root .f01 {
	margin-left: -2px;
}
.copy {
	background: #231815;
	display: block;
}
.copy p {
	padding: 40px 0px 40px;
	margin-top: 80px;
	text-align: center;
	color: #fff;
}
footer .d-flex div:first-child {
	margin-right: 0;
}
footer h2 {
	font-size: 2.9rem;
	line-height: 1.5;
	margin-bottom: 18px;
	margin-top: 30px;
	letter-spacing: 1.2px;
}
footer h2 span {
	font-size: 1.4rem;
	display: block;
	font-weight: bold;
}
footer p {
	line-height: 1.81;
	margin-bottom: 20px;
	letter-spacing: 0.02em;
	font-feature-settings: "palt";
}
footer .btn_contact {
	text-align: center;
	margin: 0 15px;
	color: #fff;
}
footer .btn_contact a {
	background: #231815;
	padding: 9px 10px;
	display: inline-block;
	min-width: 100%;
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.7rem;
}
footer a:link {
	color: #231815;
}
.footergird {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 0px;
}
.footergird .fleft article {
	margin-bottom: 50px;
}
.footergird .fleft article:first-child h2 {
	margin-bottom: 50px;
}
.footergird .fleft {
	margin-right: 50px;
}
.profimg {
	margin-bottom: 30px;
}
/* main */
main h3 {
	line-height: 1;
	margin-top: 12px;
	letter-spacing: 0.5px;
}
.works {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 3px;
}
.works > div {
	margin-bottom: 0px;
	width: 100%;
	line-height: 1;
}
.works div > p {
	color: #4D4D4D;
	font-size: 10px;
	line-height: 2;
	letter-spacing: 0.4px;
}
.arrowblock {
	width: 100%;
	position: fixed;
}
.galleryblock a:link, .galleryblock a:visited {
	color: #000
}
.arrowblock .arrow {
	display: inline-block;
	width: 15px;
	height: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	position: fixed;
	height: 100dvh;
}
.arrowblock .arrow::before, .arrowblock .arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 0.5px);
	right: 0;
	width: 100%;
	height: 1px;
	border-radius: 9999px;
	background-color: #000000;
	transform-origin: calc(100% - 0.5px) 50%;
}
.arrowblock .arrow::before {
	transform: rotate(45deg);
}
.arrowblock .arrow::after {
	transform: rotate(-45deg);
}
.arrowblock .arrow.left {
	left: calc((100% - 96%) *0.5);
	transform: rotate(180deg);
}
.arrowblock .arrow.right {
	right: calc((100% - 96%) *0.5);
}
.container480 {
	padding: 0 30px;
}
.first, .last {
	opacity: 0.3;
	pointer-events: none;
	cursor: none;
}
.galleryblock p {
	margin-bottom: clamp(10px, 1vw, 20px);
}
.galleryblock p span {
	display: block;
	text-align: center;
}
/* header */
.headnavcontent {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 3px;
}
.headnavcontent > div {
	position: relative;
}
header {
	margin-right: 0;
	margin-left: 0;
	top: 0;
	position: sticky;
	background: #fff;
	transition: background-color 0.1s ease; /* スムーズなトランジション */
	z-index: 2;
}
header.header-transparent {
	background-color: transparent;
	transition: background-color 0.1s ease; /* スムーズなトランジション */
}
/*page add 20250512*/
.gallelgrid {
	margin: 70px 0;
}
.gallelgrid h3 span {
	display: block;
	margin-top: 10px;
	font-weight: normal;
	font-size: 10px;
}
.gallelgrid h3 {
	letter-spacing: 0.06em;
	font-size: clamp(1.2rem, 1.3vw, 1.4rem);
	margin-bottom: 2em;
}
.gallelgrid .gallelgridinner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 30px;
	;
}
.gallelgrid .gallelgridinner article:last-child h4:not(:first-child) {
	margin-top: 30px;
}
.gallelgrid .gallelgridinner h4 {
	letter-spacing: 0.02em;
}
.sp-visible {
	display: none;
}
.sp-hidden {
	display: inherit;
}
/* -----------------------------------
--------------------------------------

Media query--------------------

--------------------------------------
--------------------------------------*/
@media(max-width:768px) {
	.sp-visible {
		display: inherit;
	}
	.sp-hidden {
		display: none;
	}
	.navprof {
		display: none;
	}
	.menu {
		display: flex;
		justify-content: flex-end;
	}
	.logo {
		margin-top: 0;
	}
	.logo h1 img {
		width: 34px;
	}
	.headnavcontent div:nth-child(1) {
		grid-row: 2 / 2;
		grid-column: 1 / 3;
	}
	.headnavcontent div:nth-child(2) {
		grid-row: 2 / 2;
		grid-column: 2 / 3;
	}
	.headnavcontent div:nth-child(4) {
		grid-row: 1 / 2;
		grid-column: 3 / 3;
	}
	header {
		padding: 10px 0;
		margin-bottom: 0;
		position: relative;
		width: 100%;
		top: 0;
		background: #fff;
	}
	header.scroll {
		position: fixed;
		width: 100%;
	}
	main {
		/*		margin-top: 150px;*/
		display: block;
		height: 100%;
	}
	.scroll .headnavcontent {
		/*		grid-template-rows: 0 1fr;*/
		transition: grid-template-rows 0.3s ease; /* スムーズなアニメーションを適用 */
	}
	.headnavcontent {
		display: grid;
		grid-template-columns: calc(100% / 3) 1fr 1fr;
		grid-gap: 3px;
		grid-template-rows: 40px 1fr;
		transition: grid-template-rows 0.1s ease; /* スムーズなアニメーションを適用 */
	}
	.works {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 3px;
		/*		margin-top: 20px;*/
	}
	.menu {
		height: 20px;
		position: absolute;
		right: -6px;
		top: 4px;
		width: 33px;
		z-index: 99;
		cursor: pointer;
	}
	/*footer*/
	.footergird {
		display: grid;
		grid-template-columns: 1fr;
		column-gap: 3px;
		grid-row-gap: 30px;
	}
	.footergird .fleft {
		grid-row: 2 / 2;
		grid-column: 1 / 1;
	}
	.footergird .frigth {
		grid-row: 1 / 2;
		grid-column: 1 / 1;
	}
	.footergird .fleft {
		margin-right: 0px;
	}
	footer p {
		line-height: 1.8;
		font-size: 1rem;
		font-feature-settings: "palt";
	}
	footer li {
		line-height: 2.2;
		font-size: .8rem;
		font-feature-settings: "palt";
	}
	footer h2 {
		font-size: 1rem;
		line-height: 1;
		margin-bottom: 10px;
		margin-top: 35px;
		letter-spacing: 1.2px;
	}
	.awardhead {
		margin: 15px 0 10px;
	}
	.profimg {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 3px;
	}
	.profimg img {
		max-width: 100%;
		grid-column: span 2;
	}
	.footcont {
		display: flex;
		column-gap: 10px;
		align-items: baseline;
		flex-direction: column;
	}
	.footcont h2 {
		margin-top: 0;
	}
	.footcont p {
		margin: 0;
		font-size: 10px;
		text-align: justify;
	}
	.copy p {
		padding: 17px 0px;
		margin-top: 50px;
	}
	.footergird .fleft article {
		margin-bottom: 30px;
	}
	.contacttext {
		margin-top: 10px !important;
	}
	/*page add 20250512*/
	.gallelgrid {
		margin: 30px 0;
	}
	.gallelgrid h3 span {
		display: block;
		margin-top: 10px;
		font-weight: normal;
		font-size: 10px;
	}
	.gallelgrid .gallelgridinner {
		grid-template-columns: 1fr;
	}
	.gallelgrid .gallelgridinner article:first-child {
		margin-bottom: 20px;
	}
	.gallelgrid .gallelgridinner article:last-child h4:not(:first-child) {
		margin-top: 15px;
	}
	.gallelgrid .gallelgridinner h4 {
		margin-bottom: 0;
	}
}
@media (min-width: 769px) {
	.container {
		width: 1048px;
		margin: auto;
		padding: 0;
	}
	.container480 {
		max-width: 768px;
		margin: auto;
	}
	.arrowblock .arrow.left {
		left: calc((100% - 768px) * 0.5);
		transform: rotate(180deg);
	}
	.arrowblock .arrow.right {
		right: calc((100% - 768px) * 0.5);
	}
	.arrowblock .arrow {
		display: inline-block;
		width: 20px;
		height: 20px;
		top: 0;
		bottom: 0;
		margin: auto;
		position: fixed;
	}
	header {
		margin-top: 130px;
		margin-bottom: 70px;
		margin-right: 0;
		margin-left: 0;
		top: 0;
		position: sticky;
		background: #fff;
		padding: 20px 0;
		transition: background-color 0.1s ease; /* スムーズなトランジション */
		z-index: 2;
	}
	header .d-flex div:first-child {
		margin-right: 114px;
	}
	header .d-flex div:nth-child(2) {}
	header .d-flex div:nth-child(4) {
		position: relative;
		margin-left: auto;
	}
	.menu {
		height: 20px;
		position: absolute;
		right: 0;
		top: 0;
		width: 33px;
		z-index: 99;
		cursor: pointer;
		display: flex;
		justify-content: end;
	}
	.logo {
		margin-top: 0;
	}
	/* footer */
	footer .d-flex div:first-child {
		margin-right: 106px;
	}
	/* menu */
	/* flex */
	.d-flex {
		display: flex;
	}
	.d-content-column {
		flex-direction: row;
	}
	/* main */
	.works > div {
		margin-bottom: 0px;
	}
	/* footer */
	footer .btn_contact a {
		background: #231815;
		padding: 4px 10px;
		display: inline-block;
		min-width: 305px;
		color: #fff;
		text-decoration: none;
	}
	footer h2 {
		margin-top: 0;
		line-height: 0;
		margin-bottom: 10px;
		padding: 0;
	}
	.footmailad {
		margin-bottom: 8px;
	}
	.copy p {
		padding: 40px 0px 40px;
		margin-top: 210px;
		text-align: center;
		color: #fff;
	}
	/* works */
	.works {
		margin-bottom: 155px;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (min-width: 999px) {}
/*--------------------------------------------------------------
	# wp Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}