@charset "utf-8";

/* reset */
html {
	min-width: 100%;
	overflow-y: scroll;
}
html.scroll-lock {
	overflow-y: hidden;
}
body, header, footer, nav, main, section, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, span, table, tr, th, td, a, :after, :before {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
	font: inherit;
	vertical-align: baseline;
}
object, embed {
	vertical-align: top;
}
img, abbr, acronym, fieldset {
	border: 0;
}
a img {
	outline: none;
	border: none;
}
img {
	vertical-align: top;
	border: none;
	outline: none;
}
ul, ol {
	list-style-type: none;
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
button, input, optgroup, select, textarea , label {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
	font-weight: inherit;
    line-height: inherit;
    color: inherit;
}
a:focus, *:focus {
	outline:none;
}
*, :after, :before {
	box-sizing: border-box;
}


/* default */
body {
	width: 100%;
	color: #000;
	font-family: Helvetica, "Helvetica Neue", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-feature-settings: "palt";
	line-height: 1;
	font-weight: 500;
	background: #FFF;
}
#wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
#wrap.is-locked {
	position: fixed;
    width: 100%;
}

:root {
	--color01: #aa8e53;
	--color02: #c3c3c3;
}

.imgwrap {
	margin: 0 auto;
}
.imgwrap img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}



/* heaeder
====================================================*/
.headerwrap {
	width: 100%;
}
header {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 120px;
	overflow: hidden;
	background: #040404;
	z-index: 100;
}
.header-inner {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
.header-inner > p {
	position: absolute;
	top: 0;
	left: 0;
	padding: .5rem 1rem;
	color: var(--color02);
	font-size: .8rem;
}



/* ---  logo  --- */
.header-logo {
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 70px;
	transition: .4s;
	z-index: 150;
	cursor: pointer;
}
.header-logo img {
	object-fit: contain;
	width: 200px;
	height: 70px;
}



/* ---  navbtn  --- */
.navbtn {
	display: none;
}
.navbtn-box {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background: #FFF;
	transition: .4s;
}
.navbtn-box span {
	display: block;
	width: 30px;
	height: 2px;
	background: #000;
	transition: .4s;
}



/* ---  gnavi  --- */
.gnav {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 0;
	width: 100%;
	height: 100%;
	letter-spacing: 1px;
}
.menu-item:not(:last-child) {
	position: relative;
	margin: 0 .6rem;
	padding: 0;
	height: auto;
	text-align: center;
	color: var(--color02);
	cursor: pointer;
}
.menu-item:not(:last-child):hover {
	color: var(--color01);
}
.menu-item:last-child {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 1rem;
	width: 120px;
	height: 100%;
	background: var(--color01);
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 1.2rem;
	cursor: pointer;
	transition: .2s;
}
.menu-item:last-child:hover {
	background: var(--color02);
}



/* footer
====================================================*/
.footerwrap {
	width: 100%;
}

footer {
	width: 100%;
}
.footer-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 2rem 0;
	width: 100%;
	background: #040404;
	color: #FFF;
}
.footer-copy {
	position: relative;
	width: 100%;
	text-align: center;
}
.footer-copy .imgwrap {
	width: 150px;
}
.footer-copy p {
	margin-top: 1rem;
	width: 100%;
	font-size: .8rem;
	color: var(--color02);
	line-height: 1.2;
}



.head {
	padding: 3rem 0;
	background-image: linear-gradient(to bottom, #040404 0%, #3B3B3D 100%);
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	color: var(--color02);
	text-align: center;
}
.head h1 {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	font-size: 3rem;
	writing-mode: vertical-rl;
	font-weight: 200;
	line-height: 1.4;
	letter-spacing: 1.5rem;
}
.head h1 span {
	position: absolute;
	top: -2rem;
	left: 50%;
	transform: translateX(2rem);
	font-size: 1.5rem;
	letter-spacing: .2rem;
}
.head p {
	position: relative;
	display: inline-block;
	margin-top: 1rem;
	padding: 0 .8rem;
	text-align: center;
	letter-spacing: .2rem;
}
.head p:before,
.head p:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 2rem;
    height: 1px;
    background-color: var(--color02);
}
.head p:before {
    left: -2rem;
}
.head p:after {
    right: -2rem;
}


.mv {
	width: 100%;
	height: 500px;
}
.mv img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 500px;
}


.body {
	margin: 0 auto;
	max-width: 900px;
}
.body h2 {
	padding: 5rem 0 7rem;
	text-align: center;
	line-height: 1.6;
}


.box01 .item {
	display: flex;
}
.box01 .item:nth-child(even) {
	flex-direction: row-reverse;
}
.box01 .item .imgwrap {
	width: 50%;
}
.box01 .item dl {
	padding: 2rem;
	width: 50%;
}
.box01 .item dt {
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	line-height: 1.2;
}
.box01 .item dd {
	padding-left: .5rem;
	line-height: 1.6;
}


.box02 {
	margin: 5rem 0;
}
.box02 h3 {
	display: inline-flex;
	margin-bottom: 1rem;
	padding: 1rem;
	border: 1px solid #666;
}
.box02 .canvas {
	margin-top: 1rem;
	width: 100%;
	height: 600px;
	background: #CCC;
}


.box03 {
	margin: 0 0 5rem;
}
.box03 h3 {
	display: inline-flex;
	margin-bottom: 2rem;
	padding: 1rem;
	border: 1px solid #666;
}
.box03 dl {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	padding: 0 1rem;
	line-height: 1.4;
}
.box03 dt {
	width: 6rem;
}
.box03 dd {
	width: calc(100% - 11rem);
}



