/* - reset  */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
a,
picture,
figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	text-decoration: none;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
picture,
figure {
	display: block;
}

ul,
ol {
	list-style: none;
	list-style-position: inside;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	box-sizing: border-box;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	background-color: #D7DBE4;
	margin: 1em 0;
	padding: 0;
}

img,
input,
select {
	vertical-align: middle;
}

/* //////////////////////////////////////
- font size css
////////////////////////////////////// */

html {
	font-size: 62.5%;
}

/* //////////////////////////////////////
- loading css
////////////////////////////////////// */

/* //////////////////////////////////////
- common css
////////////////////////////////////// */

body {
	color: #111111;
	font-size: 1.6rem;
	font-family: "Zen Kaku Gothic New", serif;
	font-optical-sizing: auto;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 0em;
}

a {
	color: #111111;
	text-decoration: none;
	transition: all 0.3s;
}

a:hover {
	opacity: 0.9;
}

a:link,
a:active,
a:visited,
a:focus {
	color: #111111;
	text-decoration: none;
}

.wrap {
	max-width: 1020px;
	width: 100%;
	margin: auto;
}

.pc_none {
	display: none;
}

.sp_none {
	display: inline-block;
}

.fade {
	opacity: 0;
	transform: translate(0, 50px);
	transition: opacity 2s, transform 2s;
}

.fade.fade_on {
	opacity: 1;
	transform: translate(0, 0);
}

.link_btn a {
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 100px;
	width: auto;
	height: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 40px;
	transition: all 0.3s;
}

.link_btn a::before {
	content: "";
	display: inline-block;
	border-radius: 20px;
	border: 1px solid #707070;
	width: 12px;
	height: 12px;
	margin-right: 12px;
}

.link_btn a span {
	display: inline-block;
	font-size: 1.4rem;
	font-family: "Lato", serif;
	letter-spacing: 0.12em;
}

.link_btn a .arrow {
	background-image: url(../img/arrow_link.svg);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	width: 19px;
	height: 12px;
	margin-left: 20px;
	transition: all 0.3s;
}

.link_btn a:hover {
	background-color: rgba(255, 255, 255, 0.8);
}

.link_btn a:hover .arrow {
	background-position: 0% 50%;
}

/* //////////////////////////////////////
- header
////////////////////////////////////// */

header.header_art_installation {
	position: fixed;
	top: 20px;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 34px 0 20px;
	z-index: 100;
}

header.header_art_installation h1 {
	letter-spacing: 0.5rem;
	line-height: 1;
}

header.header_art_installation h1 a {
	padding: 15px 0 0;
	display: inline-block;
}

header.header_art_installation h1 img {
	max-width: 200px;
	width: 100%;
}

/* //////////////////////////////////////
- nav
////////////////////////////////////// */

#wallmuseum .g_nav_wm {
	pointer-events: none;
}

#wallmuseum .g_nav_wm::after {
	display: inline-block;
}

#floordesign .g_nav_fd {
	pointer-events: none;
}

#floordesign .g_nav_fd::after {
	display: inline-block;
}

#restspace .g_nav_rs {
	pointer-events: none;
}

#restspace .g_nav_rs::after {
	display: inline-block;
}

nav {
	z-index: 2;
}

nav ul {
	display: flex;
	padding: 17px 0 14px;
}

nav li {
	position: relative;
	font-size: 1.4rem;
	font-family: "Lato", serif;
	margin-left: 40px;
	letter-spacing: 0.2rem;
}

nav li a {
	color: #111111;
	transition: none;
}

nav li a:link,
nav li a:active,
nav li a:visited,
nav li a:focus {
	color: #111111;
	text-decoration: none;
}

nav li::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -12px;
	margin: 0 auto;
	display: none;
	background-color: #B4983B;
	border-radius: 5px;
	width: 5px;
	height: 5px;
}

nav li.active::after,
nav li:hover::after {
	display: inline-block;
}

nav .menu_in {
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 85px;
	left: 0;
	width: 100%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	margin: auto;
	padding: 50px 20px;
}

nav .menu_in.active {
	opacity: 1;
	pointer-events: all;
}

nav .menu_in div {
	max-width: 550px;
	width: 50%;
}

nav .menu_in div a {
	display: flex;
	align-items: center;
}

nav .menu_in div a figure {
	background-color: #333;
	max-width: 250px;
	width: 100%;
}

nav .menu_in div a figure img {
	transition: opacity 0.3s;
	width: 100%;
	height: auto;
}

nav .menu_in div a span {
	padding-left: 46px;
}

nav .menu_in div a span small {
	display: block;
	font-family: "Zen Kaku Gothic New", serif;
	margin-bottom: 18px;
}

nav .menu_in div a span .logo_ahn {
	display: block;
	width: 138px;
	height: auto;
}

nav .menu_in div a span .logo_unique {
	display: block;
	width: 125px;
	height: auto;
}

nav .menu_in div a:hover figure {
	background-color: #000;
}

nav .menu_in div a:hover figure img {
	opacity: 0.4;
}

.nav_btn {
	background-color: #2E2E2E;
	border-radius: 40px;
	width: 80px;
	height: 40px;
	position: fixed;
	top: 10px;
	right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	display: none;
	z-index: 10;
	pointer-events: all;
}

.nav_btn span {
	position: fixed;
	right: 42px;
	background-color: #fff;
	width: 16px;
	height: 1px;
	margin: 2px 0;
	transition: opacity 0.3s;
	margin: auto;
	z-index: 100;
}

.nav_btn span:nth-child(1) {
	top: 24px;
}

.nav_btn span:nth-child(2) {
	top: 29px;
}

.nav_btn span:nth-child(3) {
	top: 34px;
}

.nav_btn.on {
	transition: all 0.3s 0s;
	z-index: 100;
}

.nav_btn.on span:nth-child(1) {
	top: 30px;
	transform: rotate(-45deg);
}

.nav_btn.on span:nth-child(2) {
	opacity: 0;
}

.nav_btn.on span:nth-child(3) {
	top: 30px;
	transform: rotate(45deg);
}

/* //////////////////////////////////////
- main
////////////////////////////////////// */

main {
	padding-top: 156px;
}

main h1 {
	display: flex;
	align-items: center;
	font-size: 4.8rem;
	letter-spacing: 0.1em;
	font-family: "Cormorant Garamond", serif;
	margin: 0 auto 50px;
	max-width: 1100px;
	width: 100%;
}

main h1::before {
	content: "";
	background-color: #111111;
	display: inline-block;
	width: 16px;
	height: 1px;
	margin-right: 20px;
}

main .profile_area div {
	display: flex;
}

main .profile_area div + div {
	margin-top: 50px;
}

main .profile_area picture,
main .profile_area figure {
	width: 145px;
	margin-right: 30px;
}

main .profile_area picture img,
main .profile_area figure img {
	width: 100%;
	height: auto;
}

main .profile_area dl {
	width: calc(100% - 175px);
	text-align: left;
}

main .profile_area dt {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 1em;
}

main .profile_area dt span {
	font-size: 1.4rem;
	font-weight: 500;
	display: inline-block;
	margin-left: 10px;
}

main .profile_area dd {
	line-height: 2;
}

main .profile_area dd a {
	text-decoration: underline;
	display: inline-block;
	margin-top: 8px;
}

main .profile_area dd a small {
	font-size: 1.2rem;
	letter-spacing: 0;
}

main .profile_area dd a::after {
	content: "";
	display: inline-block;
	background-image: url(../img/ico_window.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 11px;
	height: 11px;
	margin-left: 10px;
}

/* //////////////////////////////////////
- aside
////////////////////////////////////// */

/* //////////////////////////////////////
- pagetop
////////////////////////////////////// */

/* //////////////////////////////////////
- footer
////////////////////////////////////// */

.foot_set {
	background: #f5f5f5;
	color: #333;
	font: 1.6rem/1.75 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-wrap: break-word;
	padding: 40px 20px;
}

.foot_set h2 {
	text-align: center;
	font-size: 2.8rem;
	line-height: 1.5;
	margin-bottom: 6px;
}

.foot_set p {
	text-align: center;
	font-size: 1.4rem;
}

@media screen and (max-width: 1360px) {

header.header_art_installation {
	pointer-events: none;
	top: 0;
	padding: 0;
}

header.header_art_installation h1 {
	pointer-events: all;
	position: fixed;
	top: 10px;
	left: 10px;
}

header.header_art_installation h1 a {
	padding: 10px 0 0;
}

header.header_art_installation h1 img {
	display: inline-block;
	width: 180px;
	height: auto;
}

header.header_art_installation::before {
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	margin: 10px 10px 0 0;
	background-color: #2E2E2E;
	z-index: 0;
	width: 80px;
	height: 40px;
	border-radius: 100px;
	transition: all 0.3s 0s;
	z-index: 1;
}

header.header_art_installation.on::before {
	border-radius: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

nav {
	position: fixed;
	display: block;
	opacity: 0;
	pointer-events: none;
	margin: 0 auto;
	width: 100%;
	max-height: 100%;
	height: 100%;
	overflow-y: auto;
	text-align: center;
	top: 0;
	right: 0;
	z-index: 0;
}

nav ul {
	display: inline-flex;
	flex-direction: column;
	margin: auto;
	width: 100%;
	padding: 100px 20px;
	position: relative;
	z-index: 10;
	opacity: 0;
	transition: opacity 0.3s 1s;
}

nav li {
	text-align: left;
	max-width: 400px;
	width: 100%;
	margin: 0 auto 32px;
}

nav li a {
	color: #fff;
}

nav li a:link,
nav li a:active,
nav li a:visited,
nav li a:focus {
	color: #fff;
	text-decoration: none;
}

nav li a,
nav li .menu_in_btn {
	color: #fff;
	padding-left: 20px;
}

nav li::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	right: auto;
	bottom: auto;
	margin: 0 auto;
	display: inline-block;
	background-color: #B4983B;
	border-radius: 5px;
	width: 5px;
	height: 5px;
}

nav .menu_in {
	background-color: transparent;
	opacity: 1;
	position: static;
	flex-direction: column;
	padding: 0;
	pointer-events: none;
}

nav .menu_in div {
	max-width: none;
	width: 100%;
	margin-top: 26px;
}

nav .menu_in div a figure {
	max-width: 136px;
}

nav .menu_in div a span {
	padding-left: 24px;
}

nav .menu_in div a span small {
	margin-bottom: 12px;
}

nav .menu_in div a span .logo_ahn {
	width: 107px;
}

nav .menu_in div a span .logo_unique {
	width: 86px;
}

nav.on {
	pointer-events: all;
	opacity: 1;
	display: block;
	z-index: 11;
}

nav.on ul {
	pointer-events: all;
	z-index: 10;
	opacity: 1;
	transition: opacity 0.3s 0s;
}

nav.on a {
	pointer-events: all;
}

nav.on .menu_in {
	pointer-events: all;
}

.nav_btn {
	display: flex;
}

}

@media screen and (max-width: 768px) {

.pc_none {
	display: inline-block;
}

.sp_none {
	display: none;
}

.link_btn a {
	padding: 0 32px;
}

main {
	padding-top: 126px;
}

main h1 {
	font-size: 3.2rem;
	padding: 0 18px;
	margin: 0 auto 12px;
}

main .profile_area div {
	flex-direction: column;
}

main .profile_area div + div {
	margin-top: 50px;
}

main .profile_area picture,
main .profile_area figure {
	width: auto;
	height: 100px;
	margin: 0 auto 16px;
	text-align: center;
}

main .profile_area picture img,
main .profile_area figure img {
	width: auto;
	height: 100%;
}

main .profile_area dl {
	width: 100%;
}

main .profile_area dt {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 1em;
}

main .profile_area dt span {
	font-size: 1.2rem;
	margin-left: 4px;
}

main .profile_area dd {
	font-size: 1.4rem;
	line-height: 2;
}

main .profile_area dd a small {
	font-size: 1rem;
	letter-spacing: 0;
}

.foot_set {
	padding: 20px;
}

.foot_set h2 {
	font-size: 1.8rem;
}

.foot_set p {
	font-size: 1.2rem;
}

}

