* {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	height: 100%
}

body {
	font-family: YakuHanJPs, 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 10px;
	height: 100%;
	color: #000
}

body.home {
	background-color: #000;
}

h1, h2, h3, h4, h5, ul, dl {
	font-weight: normal;
	margin: 0;
	padding: 0
}

ul, ol {
	padding: 0;
	margin: 0;
	list-style-type: none
}

a {
	font-size: 14px;
	color: #000;
	outline: 0;
	text-decoration: none
}

a img {
	-webkit-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out
}

p, dt, dd, li {
	font-size: 14px;
	margin: 0;
	padding: 0
}

p a, p span, dt a, dt span, dd a, dd span, li a, li span {
	font-size: inherit
}

table {
	width: 100%;
	border-collapse: collapse
}

table th, table td {
	font-size: 14px;
	padding: 0.5em 1em
}

table th dt, table th dd, table th li, table th a, table th span, table td dt, table td dd, table td li, table td a, table td span {
	font-size: inherit
}

figure {
	margin: 0
}

@media screen and (max-width: 736px) {
	html {
		font-size: 13px
	}
	a {
		font-size: 13px
	}
	p, dt, dd, li {
		font-size: 13px
	}
}

/* ---------------------- */
/* カラー */
/* ---------------------- */

.bg-black {
	background-color: #000
}

.bg-white {
	background-color: #fff
}

.color-black {
	color: #000
}

.color-white {
	color: #fff
}

/* ---------------------- */
/* フォント */
/* ---------------------- */


@font-face {
	font-family: 'MyYuGothicM';
	font-weight: normal;
	src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular")
}
@font-face {
	font-family: 'MyYuGothicM';
	font-weight: bold;
	src: local("YuGothic-Bold"), local("Yu Gothic")
}

/* ---------------------- */
/* headding */
/* ---------------------- */


.headding-primary > h2 {
	font-family: "din-2014", sans-serif;
	font-size: 30px;
	line-height: 1;
	letter-spacing: 0.3em;
	margin-bottom: 20px;
}

.headding-primary > .element {
	font-family: "din-2014", sans-serif;
	font-size: 16px;
	letter-spacing: 0.2em;
}

div.headding-primary > .element {
	opacity: 0.5;
}

a.headding-primary:hover {
	opacity: 0.7;
}

@media screen and (max-width: 736px) {
	.headding-primary > h2 {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.headding-primary > .element {
		font-size: 13px;
	}
}

.headding-secondary {
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-top: 40px;
}

@media screen and (max-width: 736px) {
	.headding-secondary {
		font-size: 12px;
		margin-top: 20px;
	}
}

.headding-tertiary {
	font-family: "din-2014", sans-serif;
	font-size: 20px;
	letter-spacing: 0.6em;
	text-indent: 0.6em;
	text-align: center;
	margin-bottom: 55px;
	padding-bottom: 55px;
	position: relative;
}

@media screen and (max-width: 736px) {
	.headding-tertiary {
		font-size: 13px;
		letter-spacing: 0.4em;
		margin-bottom: 50px;
		padding-bottom: 25px;
		text-indent: 0.4em
	}
}

.headding-tertiary::after {
	background-color: #a1a182;
	content: '';
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 200px;
}

@media screen and (max-width: 736px) {
	.headding-tertiary::after {
		width: 90px;
	}
}

.headding-tertiary::before {
	background-color: #a1a182;
	content: '';
	height: 20px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -9px;
	margin: 0 auto;
	width: 10px;
}

@media screen and (max-width: 736px) {
	.headding-tertiary::before {
		bottom: -5px;
		height: 11px;
		width: 5px;
	}
}

.headding-quaternary {
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 24px;
	line-height: 1.8;
	letter-spacing: 0.4em;
	margin-bottom: 50px;
	text-align: center;
	text-indent: 0.4em;
}

@media screen and (max-width: 736px) {
	.headding-quaternary {
		font-size: 16px;
		letter-spacing: 0.2em;
		margin-bottom: 30px;
		text-indent: 0.2em;
	}
}


/* ---------------------- */
/* text */
/* ---------------------- */

.text-center {
	text-align: center
}

.text-center img {
	margin-left: auto;
	margin-right: auto
}

.text-center-large {
	text-align: center
}

.text-right {
	text-align: right
}

.text-right img {
	margin-left: auto;
	margin-right: 0
}

.text-right-large {
	text-align: right
}

.text-justify {
	text-align: justify
}

.text-primary {
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2.5;
}

@media screen and (max-width: 1230px) {
	.text-primary {
		font-size: 15px;
	}
}

@media screen and (max-width: 736px) {
	.text-primary {
		font-size: 14px;
		line-height: 2;
	}
}

.text-primary.center {
	text-align: center;
	text-indent: 0.1em;
}

.text-primary.copy {
	letter-spacing: 0.08em;
	text-align: center;
	text-indent: 0.08em;
}

.text-secondary {
	color: #231815;
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2;
}

@media screen and (max-width: 736px) {
	.text-secondary {
		line-height: 1.8
	}
}

.text-tertiary {
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 18px;
	line-height: 2;
	text-align: justify;
}

@media screen and (max-width: 736px) {
	.text-tertiary {
		font-size: 13px;
		line-height: 1.8;
	}
}

.text-quaternary {
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}

@media screen and (max-width: 736px) {
	.text-quaternary {
		font-size: 13px;
		line-height: 1.8;
	}
}

/* ---------------------- */
/* button */
/* ---------------------- */

.button-more.center {
	text-align: center;
}

.button-more a {
	color: #cc9933;
	font-family: "EB Garamond", serif;
	font-size: 20px;
	letter-spacing: 0.2em;
	padding-right: 20px;
	position: relative;
	transition: all 0.3s ease;
}

@media screen and (max-width: 736px) {
	.button-more a {
		font-size: 14px;
		padding-right: 15px;
	}
}

.button-more a svg {
	fill: #cc9933;
	height: 9px;
	position: absolute;
	top: 60%;
	right: 0;
	transform: translateY(-50%);
	width: 9px;
}

.button-more a:hover {
	opacity: 0.6;
}

/* ---------------------- */
/* content */
/* ---------------------- */

.content-primary {
	margin-right: auto;
	margin-left: auto;
	max-width: 1100px;
	width: 83.5%
}

@media screen and (max-width: 1270px) {
	.content-primary {
		padding: 0 50px;
		width: 100%
	}
}

@media screen and (max-width: 736px) {
	.content-primary {
		margin: 0 20px;
		padding: 0;
		width: auto;
	}
}

.content-primary-pc {
	margin-right: auto;
	margin-left: auto;
	max-width: 1100px;
	width: 83.5%
}

@media screen and (max-width: 1270px) {
	.content-primary-pc {
		padding: 0 50px;
		width: 100%
	}
}

@media screen and (max-width: 736px) {
	.content-primary-pc {
		margin: 0;
		padding: 0;
		width: auto;
	}
}

.content-secondary {
	margin-right: auto;
	margin-left: auto;
	width: 800px
}

.content-grid {
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px
}

.content-gridline {
	margin-right: auto;
	margin-left: auto;
	max-width: 1040px
}

.content-gridsecondary {
	margin-right: auto;
	margin-left: auto;
	max-width: 840px
}

.content-gridmax {
	margin-right: auto;
	margin-left: auto;
	max-width: 1320px
}

.content-gridriquid {
	margin-right: auto;
	margin-left: auto;
	max-width: 100%
}

.content-gridriquid [class*="column"] {
	padding-right: 0;
	padding-left: 0
}

.for-small {
	display: none !important
}

.block {
	display: block
}
.block-all {
	display: block
}

@media screen and (max-width: 736px) {
	.text-center-large {
		text-align: left
	}
	.text-center-small {
		text-align: center
	}
	.text-right-large {
		text-align: left
	}
	.text-right-small {
		text-align: right
	}
	.content-primary {
		margin-right: 20px;
		margin-left: 20px;
		width: auto
	}
	.content-secondary {
		margin-right: 20px;
		margin-left: 20px;
		width: auto
	}
	.content-grid {
		margin-right: 10px;
		margin-left: 10px;
		width: auto
	}
	.content-gridline {
		margin-right: 40px;
		margin-left: 40px;
		max-width: initial;
		width: auto
	}
	.content-gridsecondary {
		margin-right: 10px;
		margin-left: 10px;
		width: auto
	}
	.content-gridmax {
		margin-right: 10px;
		margin-left: 10px;
		width: auto
	}
	.for-large {
		display: none !important
	}
	.for-small {
		display: block !important
	}
}

/* ---------------------- */
/* ハンバーガー */
/* ---------------------- */

.hamburger {
	height: 12px;
	position: relative;
	width: 25px;
	z-index: 100
}
.hamburger>.icon {
	background-color: #fff;
	display: block;
	height: 1px;
	position: absolute;
	left: 0;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	width: 25px
}
.hamburger>.icon:nth-child(1) {
	top: 0
}
.hamburger>.icon:nth-child(2) {
	top: 5px
}
.hamburger>.icon:nth-child(3) {
	top: 10px
}
.hamburger.-open>.icon:nth-child(1), .hamburger.-open>.icon:nth-child(3) {
	top: 5px
}
.hamburger.-open>.icon:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.hamburger.-open>.icon:nth-child(2) {
	display: none
}
.hamburger.-open>.icon:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

/* ---------------------- */
/* body */
/* ---------------------- */

html, body {
	height: 100%
}

@media screen and (max-width: 736px) {
	body.fixed {
		position: fixed;
		width: 100%;
		height: 100%
	}
}

@media screen and (min-width: 737px) {
	body {
		/* min-width: 1024px */
	}
}

/* ---------------------- */
/* anime */
/* ---------------------- */

.fade-in {
	transition: transform 1.5s cubic-bezier(0.1, 0.55, 0.2, 1), opacity 1s ease-out 0.1s;
    transform: translate(0, 35px);
    opacity: 0;
}

.fade-in.is-visible {
	transition: transform 1.5s cubic-bezier(0.1, 0.55, 0.2, 1), opacity 1s ease-out 0.1s;
	transform: translate(0, 0);
	opacity: 1;
}

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

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 15
}

.header .nav {
	-webkit-box-align: center;
	align-items: center;
	background-color: #000;
	display: -webkit-box;
	display: flex;
	height: 100px;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 30px 25px 15px;
}

@media screen and (max-width: 736px) {
	.header .nav {
		background-color: #000;
		height: 60px;
		padding: 14px 20px 12px;
	}
}

.header .nav .logo {
	height: 54px;
	width: auto;
}

@media screen and (max-width: 736px) {
	.header .nav .logo {
		height: 35px;
	}
}

.header .nav .logo img {
	height: 100%;
	width: auto
}

.header .nav .wrap {
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
}

@media screen and (max-width: 736px) {
	.header .nav .wrap {
		display: none;
	}
}

.header .nav .wrap li:last-child {
	margin-right: 0 !important
}

.header .nav .wrap li a,
.header .nav .wrap li button {
	color: #fff;
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	transition: all 0.3s ease;
}

.header .nav .wrap li a:hover,
.header .nav .wrap li button:hover {
	opacity: 0.7;
}

.header .nav .wrap li.text {
	margin-right: 25px
}

@media screen and (max-width: 1230px) {
	.header .nav .wrap li.text {
		margin-right: 15px
	}
}

@media screen and (max-width: 1070px) {
	.header .nav .wrap li.text {
		margin-right: 10px
	}
}

.header .nav .wrap li.text button {
	appearance: none;
	background-color: transparent;
	box-shadow: none;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	padding: 0;
	white-space: nowrap;
}

.header .nav .wrap li.text button:disabled {
	cursor: auto;
	opacity: 0.5;
}

@media screen and (max-width: 1230px) {
	.header .nav .wrap li.text button {
		font-size: 14px;
	}
}

@media screen and (max-width: 1070px) {
	.header .nav .wrap li.text button {
		font-size: 13px;
	}
}

.header .nav .wrap li.button {
	margin-right: 5px;
}

.header .nav .wrap li.button a {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0;
	padding: 7px 0;
	text-align: center;
	width: 110px;
}

@media screen and (max-width: 1230px) {
	.header .nav .wrap li.button a {
		font-size: 13px;
		width: 113px;
	}
}

.header .nav .wrap li.button.request {
	margin-left: 5px
}

.header .nav .wrap li.button.request a {
	background-color: #ccb357;
}

.header .nav .wrap li.button.reservation a {
	background-color: #c68d80;
}

.header .nav .wrap li.button.consultation a {
	background-color: #7f9aa0;
}

@media screen and (max-width: 736px) {
	.header {
		height: 70px;
		position: fixed;
		text-align: left;
		top: 0;
		-webkit-transition: background-color 0.2s linear;
		transition: background-color 0.2s linear;
		z-index: 100
	}
}

.header.other {
	background-color: #000;
	border-bottom: 1px solid #fff;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: flex;
	height: 101px;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding-left: 25px;
	position: relative;
}

@media screen and (max-width: 1230px) {
	.header.other {
		height: 81px;
	}
}

@media screen and (max-width: 736px) {
	.header.other {
		height: 61px;
		padding-left: 20px;
	}
}

.header.other .logo img {
	height: 54px;
	width: auto;
}

@media screen and (max-width: 1230px) {
	.header.other .logo img {
		height: 45px;
	}
}

@media screen and (max-width: 736px) {
	.header.other .logo img {
		height: 35px;
	}
}

.header.other .close {
	appearance: none;
	background-color: #646464;
	box-shadow: none;
	border: none;
	height: 100px;
	outline: 0;
	position: relative;
	transition: all 0.3s ease;
	width: 100px;
}

.header.other .close:hover {
	cursor: pointer;
	opacity: 0.7;
}

@media screen and (max-width: 1230px) {
	.header.other .close {
		height: 80px;
		width: 80px
	}
}

@media screen and (max-width: 736px) {
	.header.other .close {
		height: 60px;
		width: 60px
	}
}

.header.other .close img {
	height: 51px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 51px;
}

@media screen and (max-width: 1230px) {
	.header.other .close img {
		height: 41px;
		width: 41px
	}
}

@media screen and (max-width: 736px) {
	.header.other .close img {
		height: 19px;
		width: 19px
	}
}

/* ---------------------- */
/* navi */
/* ---------------------- */

.global-nav {
	/* background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); */
	/* height: 108px; */
	/* padding: 15px 0 0; */
	width: 100%;
}

@media screen and (max-width: 736px) {
	.global-nav {
		height: 100%;
        left: 0;
        overflow: hidden;
		margin-top: 60px;
		padding: 55px 20px 30px;
        position: fixed;
        top: 0;
        visibility: hidden;
        width: 100%;
        z-index: 20;
	}

	.global-nav.-open {
		background-color: #000;
		visibility: visible
	}
}

.global-nav > ul.nav-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
}

@media screen and (max-width: 736px) {
	.global-nav > ul.nav-list {
		flex-wrap: wrap;
		-webkit-box-pack: center;
		justify-content: center;
		margin-bottom: 40px;
	}
}

.global-nav > ul.nav-list li {
	margin: 0 17px;
	text-align: center;
	width: 128px;
}

@media screen and (max-width: 1230px) {
	.global-nav > ul.nav-list li {
		margin: 0 10px;
		width: 115px;
	}
}

@media screen and (max-width: 736px) {
	.global-nav > ul.nav-list li {
		margin: 0 0 30px;
		width: 50%;
	}

	.global-nav > ul.nav-list li:nth-child(1) {
		width: 100%;
	}

	.global-nav > ul.nav-list li:nth-last-child(-n+2) {
		margin-bottom: 0
	}
}

.global-nav > ul.nav-list li.soon a {
	opacity: 0.5;
	pointer-events: none
}

.global-nav > ul.nav-list li.soon a::after {
	opacity: 0.5;
}

.global-nav > ul.nav-list li a {
	box-sizing: content-box;
	color: #666666;
	display: block;
	font-family: "din-2014", sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.1em;
	height: 17.25px;
	padding-bottom: 15px;
	position: relative;
	transition: opacity 0.3s ease;
}

@media screen and (max-width: 1230px) {
	.global-nav > ul.nav-list li a {
		font-size: 14px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 736px) {
	.global-nav > ul.nav-list li a {
		font-size: 15px;
		width: 115px;
	}
}

.global-nav > ul.nav-list li a .ja {
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 14px;
	opacity: 0;
	overflow: hidden;
	line-height: 17.25px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transition: all 0.3s ease;
}

@media screen and (max-width: 1230px) {
	.global-nav > ul.nav-list li a .ja {
		font-size: 13px;
	}
}

.global-nav > ul.nav-list li a .en {
	transition: all 0.3s ease;
}

.global-nav > ul.nav-list li a:hover {
	opacity: 0.6;
}

.global-nav > ul.nav-list li a:hover .en {
	opacity: 0;
}

.global-nav > ul.nav-list li a:hover .ja {
	opacity: 1;
	overflow: visible;
}

@media screen and (max-width: 736px) {
	.global-nav > ul.nav-list li a .ja {
		display: none;
	}
	.global-nav > ul.nav-list li a:hover .ja {
		display: none;
	}
}

.global-nav > ul.nav-list li a::after {
	background-color: #666666;
	content: '';
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100%
}

.global-nav > ul.nav-list li a.current {
	color: #cc9933;
}

.global-nav > ul.nav-list li a.current::after {
	background-color: #cc9933;
}

.global-nav > ul.nav-list li a.current::before {
	background-color: #cc9933;
	content: '';
	height: 10px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -1px;
	width: 2px
}

@media screen and (max-width: 736px) {
	.global-nav .other-wrap {
		margin-bottom: 40px;
		text-align: center;
	}

	.global-nav .other-wrap .text {
		margin-bottom: 15px;
	}

	.global-nav .other-wrap .text:last-child {
		margin-bottom: 0;
	}

	.global-nav .other-wrap .text a {
		color: #fff;
		font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
		font-size: 12px;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}

	.global-nav .button-wrap {
		display: -webkit-box !important;
		display: flex !important;
		flex-wrap: wrap;
	}

	.global-nav .button-wrap .button {
		text-align: center;
		/* width: 50%; */
		width: 100%;
	}

	/* .global-nav .button-wrap .button:nth-child(1) {
		width: 100%;
	} */

	.global-nav .button-wrap .button > a {
		color: #fff;
		display: block;
		font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
		font-size: 16px;
		letter-spacing: 0.1em;
		padding: 18px 0;
		text-indent: 0.1em;
	}

	.global-nav .button-wrap .button.reservation {
		background-color: #cd9480;
		width: 100%;
	}

	.global-nav .button-wrap .button.request {
		background-color: #d3ba57;
	}

	.global-nav .button-wrap .button.consultation {
		background-color: #7f9aa0;
	}
}

/* ---------------------- */
/* chapter */
/* ---------------------- */

.chapter {
	background-color: #000;
	height: 110px;
	margin-bottom: 75px;
	position: relative;
	text-align: center;
}

@media screen and (max-width: 1230px) {
	.chapter {
		height: 90px;
	}
}

@media screen and (max-width: 736px) {
	.chapter {
		height: 60px;
		margin-bottom: 45px;
	}
}

.chapter .headding {
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 28px;
	letter-spacing: 0.4em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-indent: 0.4em;
	width: 100%;
}

@media screen and (max-width: 1230px) {
	.chapter .headding {
		font-size: 24px;
	}
}

@media screen and (max-width: 736px) {
	.chapter .headding {
		font-size: 18px;
	}
}

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

.page-concept {
	margin: 80px 0 85px;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.page-concept {
		margin: 50px 0 45px;
	}
}

.page-concept > .headding {
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 16px;
	letter-spacing: 0.4em;
	margin-bottom: 35px;
	text-indent: 0.4em;
}

@media screen and (max-width: 736px) {
	.page-concept > .headding {
		font-size: 14px;
		margin-bottom: 45px;
	}
}

.page-concept > .logo {
	height: auto;
	margin: 0 auto 95px;
	width: 187px;
}

@media screen and (max-width: 736px) {
	.page-concept > .logo {
		margin: 0 auto 30px;
		width: 165px;
	}
}

.page-concept > .copy {
	color: #231815;
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 19px;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
}

@media screen and (max-width: 736px) {
	.page-concept > .copy {
		font-size: 14px;
		line-height: 2;
		letter-spacing: 0.25em;
		text-indent: 0.25em;
	}
}

.footer {
	background-color: #fff;
	overflow: hidden;
	padding: 120px 0 0;
	position: relative;
	z-index: 2
}

@media screen and (max-width: 736px) {
	.footer {
		padding: 0;
	}
}

@media screen and (max-width: 736px) {
	.footer > .wrap {
		margin: 0;
	}
}

.footer > .wrap .name {
	margin-bottom: 100px;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.footer > .wrap .name {
		margin: 65px 0 60px;
	}
}

.footer > .wrap .name img {
	height: auto;
	margin: 0 auto;
	width: 575px
}

@media screen and (max-width: 736px) {
	.footer > .wrap .name img {
		width: 277px
	}
}

.footer > .wrap .form-wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	margin-bottom: 90px;
	width: 100%;
}

@media screen and (max-width: 736px) {
	.footer > .wrap .form-wrap {
		margin-bottom: 50px;
		width: 100%;
	}
}

.footer > .wrap .form-wrap > .list {
	width: 100%;
	/* width: 50%; */
	/* width: 33.2%; */
}

@media screen and (max-width: 736px) {
	.footer > .wrap .form-wrap > .list {
	}
}

.footer > .wrap .form-wrap > .list a {
	display: inline-block;
	text-align: center;
	padding: 35px 0 32px;
	transition: all 0.3s ease;
	width: 100%;
}

@media screen and (max-width: 736px) {
	.footer > .wrap .form-wrap > .list a {
		padding: 30px 0 28px;
	}
}

.footer > .wrap .form-wrap > .list a:hover {
	opacity: 0.7;
}

.footer > .wrap .form-wrap > .list a span {
	display: block;
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 16px;
	letter-spacing: 0.6em;
	line-height: 1;
	text-indent: 0.6em;
}

@media screen and (max-width: 736px) {
	.footer > .wrap .form-wrap > .list a span {
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}
}

.footer > .wrap .form-wrap > .list a span.en {
	font-size: 12px;
	margin-top: 10px;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}

@media screen and (max-width: 736px) {
	.footer > .wrap .form-wrap > .list a span.en {
		font-size: 10px;
		margin-top: 5px;
	}
}

.footer > .wrap .form-wrap > .list:nth-child(1) a {
	background-color: #d3ba57;
}

.footer > .wrap .form-wrap > .list:nth-child(2) a {
	background-color: #7f9aa0;
}

.footer > .wrap .form-wrap > .list:nth-child(3) a {
	background-color: #cd9480;
}

.footer > .wrap .infomation {
	color: #878787;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 12px;
	line-height: 1.8;
	margin-bottom: 75px;
}

@media screen and (max-width: 736px) {
	.footer > .wrap .infomation {
		font-size: 12px;
		margin: 0 20px 60px;
	}
}

.footer > .wrap .infomation span {
	display: block;
}

.footer > .wrap .company {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-bottom: 65px;
	/* padding: 0 15px 0 25px; */
	padding: 0 8.182%;
	position: relative;
}

@media screen and (max-width: 736px) {
	.footer > .wrap .company {
		display: block;
		margin: 0 20px 45px;
		padding: 0;
	}
}

/* .footer > .wrap .company::after {
	background-color: #999493;
	content: '';
	height: 105px;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

@media screen and (max-width: 736px) {
	.footer > .wrap .company::after {
		background-color: #000;
		height: 1px;
		top: 0;
		transform: none;
		width: 125px;
	}
} */

.footer > .wrap .company .box {
	width: 63.6%;
}

@media screen and (max-width: 736px) {
	.footer > .wrap .company .box {
		width: 100%;
	}
}

.footer > .wrap .company .box:last-child {
	width: 37.3%;
}

@media screen and (max-width: 736px) {
	.footer > .wrap .company .box:last-child {
		width: 100%;
	}
}

.footer > .wrap .company .box.bukken {
	border-right: 1px solid rgba(35,24,21,0.2);
	box-sizing: content-box;
	display: flex;
	margin-right: 60px;
}

@media screen and (max-width: 736px) {
	.footer > .wrap .company .box.bukken {
		border-right: 0;
		display: block;
		margin: 0 0 50px;
		padding-bottom: 50px;
		position: relative;
		padding-right: 0;
		text-align: center;
	}
	.footer > .wrap .company .box.bukken::after {
		background-color: #231815;
		content: '';
		height: 1px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0 auto;
		width: 125px;
	}
}

.footer > .wrap .company .box.bukken .logo {
	width: 19.2%;
}

@media screen and (max-width: 736px) {
	.footer > .wrap .company .box.bukken .logo {
		margin-bottom: 6.522%;
		width: 100%;
	}
}

.footer > .wrap .company .box.bukken .logo img {
	height: auto;
	width: 100%;
}

@media screen and (max-width: 736px) {
	.footer > .wrap .company .box.bukken .logo img {
		margin: 0 auto;
		width: 94px;
	}
}

.footer > .wrap .company .box.bukken .wrap {
	width: 100%;
}

@media screen and (max-width: 1060px) {
	.footer > .wrap .company .box.bukken .wrap {
		padding-left: 5%;
	}
}

@media screen and (max-width: 736px) {
	.footer > .wrap .company .box.bukken .wrap {
		padding-left: 0;
		width: 100%;
	}
}

.footer > .wrap .company .box .head {
	color: #231815;
	display: block;
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	text-indent: 0.1em;
}

@media screen and (max-width: 736px) {
	.footer > .wrap .company .box .head {
		text-align: left;
		margin-bottom: 25px;
	}
}

.footer > .wrap .company .box .name {
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	text-align: left;
}

@media screen and (max-width: 1295px) {
	.footer > .wrap .company .box .name {
		font-size: 15px;
	}
}

@media screen and (max-width: 736px) {
	.footer > .wrap .company .box .name {
		font-size: 13px;
		line-height: 1.8;
		margin: 0 0 25px;
	}
}

.footer > .wrap .company .box .name .for-midi {
	display: none;
}

@media screen and (max-width: 990px) {
	.footer > .wrap .company .box .name .for-midi {
		display: block;
	}
}

.footer > .wrap .company .box .tel {
	display: block;
	margin-bottom: 15px;
}

@media screen and (max-width: 736px) {
	.footer > .wrap .company .box .tel {
		margin-bottom: 20px;
	}
}

.footer > .wrap .company .box .tel img {
	height: auto;
	margin: 0 auto 10px;
	width: 89%;
}

@media screen and (max-width: 736px) {
	.footer > .wrap .company .box .tel img {
		margin: 0 auto;
		width: 97%;
	}
}

.footer > .wrap .company .box .time {
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.01em;
}

@media screen and (max-width: 1295px) {
	.footer > .wrap .company .box .time {
		font-size: 12px;
	}
}

@media screen and (max-width: 736px) {
	.footer > .wrap .company .box .time {
		font-size: 13px;
		letter-spacing: 0.1em;
		line-height: 1.8;
		text-align: left;
	}
}

.footer > .wrap .company .box .time .for-midi {
	display: none;
}

@media screen and (max-width: 990px) {
	.footer > .wrap .company .box .time .for-midi {
		display: block;
	}
}

.footer > .wrap .company .box.corp .head {
	display: flex;
}

.footer > .wrap .company .box.corp .head span {
	display: inline-block;
}

.footer > .wrap .company .box.corp .head img {
	width: calc(100% - 110px);
}

.footer > .wrap .company .box.corp img {
	height: auto;
	width: 100%;
}



.footer > .wrap .sub-nav {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	margin-bottom: 35px
}

@media screen and (max-width: 736px) {
	.footer > .wrap .sub-nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		text-align: center;
		margin-bottom: 60px
	}
}

.footer > .wrap .sub-nav > .list {
	margin: 0 30px;
	min-width: 160px;
}

@media screen and (max-width: 1230px) {
	.footer > .wrap .sub-nav > .list {
		margin: 0 20px;
	}
}

@media screen and (max-width: 736px) {
	.footer > .wrap .sub-nav > .list {
		margin: 0 0 20px;
	}

	.footer > .wrap .sub-nav > .list:last-child {
		margin: 0;
	}
}

.footer > .wrap .sub-nav > .list a {
	color: #231815;
	display: inline-block;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	transition: all 0.3s ease;
}

@media screen and (max-width: 1230px) {
	.footer > .wrap .sub-nav > .list a {
		font-size: 16px;
	}
}

@media screen and (max-width: 736px) {
	.footer > .wrap .sub-nav > .list a {
		border-bottom: 1px solid #000;
		padding: 0 5px 5px;
	}
}

.footer > .wrap .sub-nav > .list a:hover {
	opacity: 0.6;
}


.ftr-bottom {
	background-color: #000;
	padding: 60px 0 75px;
}

@media screen and (max-width: 736px) {
	.ftr-bottom {
		padding: 45px 0 50px;
	}
}

.ftr-bottom .wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 65px;
}

@media screen and (max-width: 736px) {
	.ftr-bottom .wrap {
		flex-direction: column;
		margin-bottom: 45px;
	}
}

.ftr-bottom .wrap .list {
	width: 29.8%;
}

@media screen and (max-width: 990px) {
	.ftr-bottom .wrap .list {
		width: 31.5%;
	}
}

@media screen and (max-width: 736px) {
	.ftr-bottom .wrap .list {
		margin-bottom: 25px;
		width: 100%;
	}
	.ftr-bottom .wrap .list:last-child {
		margin-bottom: 0;
	}
}

.ftr-bottom .wrap .list > a {
	display: block;
	transition: opacity 0.3s ease;
}

.ftr-bottom .wrap .list > a:hover {
	opacity: 0.7;
}

.ftr-bottom .wrap .list > a > img {
	height: auto;
	margin-bottom: 20px;
	width: 100%;
}

@media screen and (max-width: 736px) {
	.ftr-bottom .wrap .list > a > img {
		margin-bottom: 15px;
	}
}

.ftr-bottom .wrap .list > a > span {
	color: #fff;
	font-family: YakuHanJPs, 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 12px;
}

.ftr-bottom .copyright {
	color: #fff;
	font-family: YakuHanJPs, 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 15px;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.ftr-bottom .copyright {
		font-size: 13px;
		line-height: 1.8
	}
}

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

/* .footer.home > .wrap > .underlayer-nav {
	display: none;
} */

.footer > .wrap > .underlayer-nav {
	margin-bottom: 85px;
}

@media screen and (max-width: 736px) {
	.footer > .wrap > .underlayer-nav {
		margin-bottom: 40px;
	}
}

.footer > .wrap > .underlayer-nav .logo {
	margin-bottom: 95px;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.footer > .wrap > .underlayer-nav .logo {
		margin-bottom: 30px;
	}
}

.footer > .wrap > .underlayer-nav .logo img {
	height: auto;
	margin: 0 auto;
	width: 187px
}

@media screen and (max-width: 736px) {
	.footer > .wrap > .underlayer-nav .logo img {
		width: 166px;
	}
}

.footer > .wrap > .underlayer-nav .copy {
	font-family: YakuHanJPs, 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 19px;
	letter-spacing: 0.5em;
	text-align: center;
	text-indent: 0.5em;
}

@media screen and (max-width: 736px) {
	.footer > .wrap > .underlayer-nav .copy {
		font-size: 13px;
		line-height: 2;
		letter-spacing: 0.2em;
		text-indent: 0.2em;
	}
}

.footer-nav {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
}

@media screen and (max-width: 736px) {
	.footer-nav {
		padding: 0 20px;
	}
}

.footer-nav > .list {
	margin: 0 3.1%;
	width: auto;
}

@media screen and (max-width: 1280px) {
	.footer-nav > .list {
		margin: 0 2.5%;
	}
}

@media screen and (max-width: 736px) {
	.footer-nav > .list {
		margin-right: 1.4%;
		margin-bottom: 1.4%;
		width: 49.3%
	}
}


.footer-nav > .list a {
	display: block;
	height: 100%;
	padding: 25px 0;
	position: relative;
	width: 100%;
}

@media screen and (max-width: 736px) {
	.footer-nav > .list a {
		padding-top: 36.2%;
	}
}

.footer-nav > .list a span {
	color: #666666;
	font-family: "din-2014", sans-serif;
	font-size: 15px;
	letter-spacing: 0.1em;
	text-align: center;
	text-indent: 0.1em;
	transition: color 0.3s ease;
}

.footer-nav > .list a::after {
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 15px;
	content: '＋';
	color: #666666;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	line-height: 1;
	margin: 0 auto;
	text-align: center;
	transition: color 0.3s ease;
}

.footer-nav > .list a::before {
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 15px;
	content: '＋';
	color: #666666;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 1;
	margin: 0 auto;
	text-align: center;
	transition: color 0.3s ease;
}

.footer-nav > .list.soon a {
	opacity: 0.5;
	pointer-events: none;
}

.footer-nav > .list.soon a:hover {
	opacity: 1;
}

.footer-nav > .list a:hover span,
.footer-nav > .list a.current span {
	color: #cc9933;
}

.footer-nav > .list a:hover::after,
.footer-nav > .list a.current::after,
.footer-nav > .list a:hover::before,
.footer-nav > .list a.current::before {
	color: #cc9933;
}


.footer.other {
	padding: 0;
	text-align: center;
}

.footer.other .copyright {
	background-color: #d7d7d8;
	display: block;
	font-family: YakuHanJPs, 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 14px;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	padding: 52px 0 40px;
}

@media screen and (max-width: 736px) {
	.footer.other .copyright {
		font-size: 11px;
		letter-spacing: 0.03em;
		padding: 20px 0 15px;
		text-indent: 0.03em;
	}
}

.footer.other .close {
	appearance: none;
	background-color: transparent;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #000;
	color: #000;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 18px;
	letter-spacing: 0.2em;
	margin-bottom: 110px;
	padding: 0 10px 10px;
	text-indent: 0.2em;
	transition: all 0.3s ease;
}

.footer.other .close:hover {
	cursor: pointer;
	opacity: 0.6;
}

@media screen and (max-width: 1230px) {
	.footer.other .close {
		font-size: 16px;
	}
}

@media screen and (max-width: 736px) {
	.footer.other .close {
		font-size: 15px;
		margin-bottom: 35px;
	}
}