.yakuhanjp {
	font-family: 'YakuHanJP_Noto', 'Noto Sans JP', sans-serif
}

@media (max-width: 767px) {
	.pc-only {
		display: none !important
	}
}

@media (min-width: 768px) {
	.sp-only {
		display: none !important
	}
}

html {
	height: 100%;
	min-height: 100%
}

body {
	font-family: 'YakuHanJP_Noto', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	color: #595757;
	background-color: #e5e4e3;
	margin: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: .1em;
	overflow-x: hidden;
}

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

*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

h1,
h2,
h3,
h4 {
	margin: 0;
	padding: 0;
	font-size: inherit;
	font-weight: 400
}

ol,
ul,
dl,
dt,
dd {
	list-style: none;
	margin: 0;
	padding: 0
}

p {
	margin: 0
}

a {
	text-decoration: none;
	color:inherit;
	outline: none
}

em,
i {
	font-style: normal;
	display: inline-block
}

.container {
	position: relative;
	overflow-x: hidden
}

.barba-container {
	position: relative;
	padding: 100px 0 0;
	display: block
}

@media (max-width: 767px) {
	.barba-container {
		padding: 17.33333vw 0vw 0vw 0vw
	}
}

.page-header {
	font-size: 28px;
	font-family: "twkeverett_ultralight", sans-serif;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.04em;
	padding: 40px 40px 0;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto 155px
}

@media (min-width: 768px) and (max-width: 1000px) {
	.page-header--with-nav {
		margin-bottom: 30px
	}
}

@media (max-width: 767px) {
	.page-header {
		width: 89.33333vw;
		padding: 6.66667vw 0vw 0vw 0vw;
		font-size: 3.73333vw;
		letter-spacing: 0.06em;
		margin-bottom: 3.33333vw
	}
}

.page-nav {
	position: relative
}

@media (min-width: 768px) and (max-width: 1000px) {
	.page-nav {
		width: 100%;
		margin-bottom: 165px
	}
}

@media (max-width: 767px) {
	.page-nav {
		width: 100%;
		margin-bottom: 21.86667vw
	}
}

.page-nav ul {
	font-size: 0
}

.page-nav li {
	display: block;
	line-height: 1;
	margin: 0 0 12px
}

@media (min-width: 768px) and (max-width: 1000px) {
	.page-nav li {
		display: inline-block;
		margin: 0 10px 0 0
	}
}

@media (max-width: 767px) {
	.page-nav li {
		display: inline-block;
		margin: 0vw 2.66667vw 0vw 0vw
	}
}

.page-nav a {
	line-height: 1;
	display: inline-block;
	padding-bottom: 5px;
	position: relative;
	font-size: 13px;
	letter-spacing: 0.22em
}

@media (max-width: 767px) {
	.page-nav a {
		font-size: 2.66667vw
	}
}

.page-nav a:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #6c7071;
	position: absolute;
	bottom: 0;
	left: 0
}

.page-nav a:hover:after {
	-webkit-animation: kf-nav-hover .7s linear forwards;
	animation: kf-nav-hover .7s linear forwards
}

.transition-cover {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	pointer-events: none;
	background-color: #000;
	will-change: opacity;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear
}

.transition-cover.motion {
	-webkit-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
	opacity: 0
}

.io.fade {
	-webkit-transition: opacity 1.5s ease-out;
	transition: opacity 1.5s ease-out;
	opacity: 0
}

.io.fade.active {
	opacity: 1
}

.io.img-cover {
	background-color: #e5e4e3;
	overflow: hidden;
	opacity: 0
}

@media (max-width: 767px) {
	.io.img-cover {
		-webkit-transform: translate3d(0, 26.66667vw, 0);
		transform: translate3d(0, 26.66667vw, 0)
	}
}

@media (min-width: 768px) {
	.io.img-cover {
		-webkit-transform: translate3d(0, 200px, 0);
		transform: translate3d(0, 200px, 0)
	}
}

.io.img-cover img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	will-change: transform, clip-path;
	-webkit-clip-path: inset(100% 0% 0% 0% round 0 30% 0 0);
	clip-path: inset(100% 0% 0% 0% round 0 30% 0 0)
}

.io.img-cover.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
	transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 1.5s cubic-bezier(0.16, 1, 0.3, 1)
}

.io.img-cover.active img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-clip-path: inset(-30% 0% 0% 0% round 0 30% 0 0);
	clip-path: inset(-30% 0% 0% 0% round 0 30% 0 0)
}

@media (max-width: 767px) {
	.io.img-cover.active img {
		-webkit-transition: -webkit-transform 2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-clip-path 1s cubic-bezier(0.77, 0, 0.175, 1);
		transition: -webkit-transform 2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-clip-path 1s cubic-bezier(0.77, 0, 0.175, 1);
		transition: transform 2s cubic-bezier(0.39, 0.575, 0.565, 1), clip-path 1s cubic-bezier(0.77, 0, 0.175, 1);
		transition: transform 2s cubic-bezier(0.39, 0.575, 0.565, 1), clip-path 1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-clip-path 1s cubic-bezier(0.77, 0, 0.175, 1)
	}
}

@media (min-width: 768px) {
	.io.img-cover.active img {
		-webkit-transition: -webkit-transform 2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-clip-path 1.1s cubic-bezier(0.77, 0, 0.175, 1);
		transition: -webkit-transform 2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-clip-path 1.1s cubic-bezier(0.77, 0, 0.175, 1);
		transition: transform 2s cubic-bezier(0.39, 0.575, 0.565, 1), clip-path 1.1s cubic-bezier(0.77, 0, 0.175, 1);
		transition: transform 2s cubic-bezier(0.39, 0.575, 0.565, 1), clip-path 1.1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-clip-path 1.1s cubic-bezier(0.77, 0, 0.175, 1)
	}
}

.io.img-cover2 {
	overflow: hidden;
	opacity: 0;
	background-color: #e5e4e3
}

.io.img-cover2 img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	will-change: transform, clip-path;
	-webkit-clip-path: inset(100% 0% 0% 0% round 0 30% 0 0);
	clip-path: inset(100% 0% 0% 0% round 0 30% 0 0)
}

.io.img-cover2.active {
	opacity: 1;
	-webkit-transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1)
}

.io.img-cover2.active img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-clip-path: inset(-20% 0% 0% 0% round 0 20% 0 0);
	clip-path: inset(-20% 0% 0% 0% round 0 20% 0 0)
}

@media (max-width: 767px) {
	.io.img-cover2.active img {
		-webkit-transition: -webkit-transform 2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-clip-path 1s cubic-bezier(0.77, 0, 0.175, 1);
		transition: -webkit-transform 2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-clip-path 1s cubic-bezier(0.77, 0, 0.175, 1);
		transition: transform 2s cubic-bezier(0.39, 0.575, 0.565, 1), clip-path 1s cubic-bezier(0.77, 0, 0.175, 1);
		transition: transform 2s cubic-bezier(0.39, 0.575, 0.565, 1), clip-path 1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-clip-path 1s cubic-bezier(0.77, 0, 0.175, 1)
	}
}

@media (min-width: 768px) {
	.io.img-cover2.active img {
		-webkit-transition: -webkit-transform 2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-clip-path 1.1s cubic-bezier(0.77, 0, 0.175, 1);
		transition: -webkit-transform 2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-clip-path 1.1s cubic-bezier(0.77, 0, 0.175, 1);
		transition: transform 2s cubic-bezier(0.39, 0.575, 0.565, 1), clip-path 1.1s cubic-bezier(0.77, 0, 0.175, 1);
		transition: transform 2s cubic-bezier(0.39, 0.575, 0.565, 1), clip-path 1.1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-clip-path 1.1s cubic-bezier(0.77, 0, 0.175, 1)
	}
}

@media (max-width: 767px) {
	.io.img-cover-middle.active img {
		-webkit-transition: -webkit-transform 2.5s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-clip-path 1.5s cubic-bezier(0.77, 0, 0.175, 1);
		transition: -webkit-transform 2.5s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-clip-path 1.5s cubic-bezier(0.77, 0, 0.175, 1);
		transition: transform 2.5s cubic-bezier(0.39, 0.575, 0.565, 1), clip-path 1.5s cubic-bezier(0.77, 0, 0.175, 1);
		transition: transform 2.5s cubic-bezier(0.39, 0.575, 0.565, 1), clip-path 1.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 2.5s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-clip-path 1.5s cubic-bezier(0.77, 0, 0.175, 1)
	}
}

@media (min-width: 768px) {
	.io.img-cover-middle.active img {
		-webkit-transition: -webkit-transform 2.5s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-clip-path 1.68s cubic-bezier(0.77, 0, 0.175, 1);
		transition: -webkit-transform 2.5s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-clip-path 1.68s cubic-bezier(0.77, 0, 0.175, 1);
		transition: transform 2.5s cubic-bezier(0.39, 0.575, 0.565, 1), clip-path 1.68s cubic-bezier(0.77, 0, 0.175, 1);
		transition: transform 2.5s cubic-bezier(0.39, 0.575, 0.565, 1), clip-path 1.68s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 2.5s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-clip-path 1.68s cubic-bezier(0.77, 0, 0.175, 1)
	}
}

.header {
	padding: 42px 40px 0 40px;
	height: 157px;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 auto;
	max-width: 1600px;
	/*background-color: #000*/
}

@media (max-width: 767px) {
	.header {
		position: fixed;
		padding: 0vw 5.33333vw 0vw 5.33333vw;
		height: 17.33333vw
	}
}

.header__logo {
    width: 180px;
    height: 75px;
	display: block
}

@media (max-width: 767px) {
	.header__logo {
		width: 25vw;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.header__logo img {
	width: 100%;
	height: auto;
	display: block
}

body.top .header .header-inner:after {
	opacity: 0;
	-webkit-transition: opacity 0s;
	transition: opacity 0s
}

body.is-top .header .header-inner:after {
	opacity: 0
}

.header-address {
	position: absolute;
	top: 0
}

@media (min-width: 768px) {
	.header-address {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		right: 158px;
		height: 77px
	}
}

@media (max-width: 767px) {
	.header-address {
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: none;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 16vw;
		right: 15.06667vw
	}
}

.header-address__tel,
.header-address__access,
.header-address__reserve {
	font-size: 13px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
	display: block
}

.header-address__tel a,
.header-address__access a,
.header-address__reserve a {
	padding-left: 29px;
	display: inline-block;
	position: relative
}

.header-address__tel a:before,
.header-address__access a:before,
.header-address__reserve a:before {
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (max-width: 767px) {

	.header-address__tel a:before,
	.header-address__access a:before,
	.header-address__reserve a:before {
		width: 4vw;
		height: 4vw
	}
}

@media (min-width: 768px) {

	.header-address__tel a:after,
	.header-address__access a:after,
	.header-address__reserve a:after {
		content: "";
		position: absolute;
		bottom: -6px;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #fff;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0
	}

	.header-address__tel a:hover:after,
	.header-address__access a:hover:after,
	.header-address__reserve a:hover:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		background-color: #555;
		-webkit-transition: background-color .56s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform .7s cubic-bezier(0.16, 1, 0.3, 1);
		transition: background-color .56s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform .7s cubic-bezier(0.16, 1, 0.3, 1);
		transition: transform .7s cubic-bezier(0.16, 1, 0.3, 1), background-color .56s cubic-bezier(0.39, 0.575, 0.565, 1);
		transition: transform .7s cubic-bezier(0.16, 1, 0.3, 1), background-color .56s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform .7s cubic-bezier(0.16, 1, 0.3, 1)
	}
}

@media (max-width: 767px) {

	.header-address__tel,
	.header-address__access,
	.header-address__reserve {
		display: inline-block;
		width: 4vw;
		height: 4vw
	}

	.header-address__tel a,
	.header-address__access a,
	.header-address__reserve a {
		padding-left: 0;
		height: 100%
	}

	.header-address__tel span,
	.header-address__access span,
	.header-address__reserve span {
		display: none
	}
}

.header-address__tel {
	font-family: "twkeverett_light", sans-serif;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 0em
}

@media (max-width: 767px) {
	.header-address__tel {
		font-size: 0
	}
}

.header-address__tel a:before {
	background: url("../img/common/header_phone_icon.png") no-repeat center center;
	background-size: contain
}

@media (max-width: 767px) {
	.header-address__tel a:before {
		background-image: url("../img/common/header_phone_icon_sp.png")
	}
}

@media (min-width: 768px) {
	.header-address__tel a:after {
		bottom: -4px
	}
}

.header-address__access {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0em
}

.header-address__access a:before {
	width: 13px;
	height: 13px;
	background: url("../img/common/header_map_icon.png") no-repeat center center;
	background-size: contain
}

@media (max-width: 767px) {
	.header-address__access a:before {
		background-image: url("../img/common/header_map_icon_sp.png")
	}
}

@media (min-width: 768px) {
	.header-address__access a:after {
		bottom: -6px
	}
}

@media (max-width: 767px) {
	.header-address__access a:before {
		width: 4vw;
		height: 4vw
	}
}

.header-address__reserve {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-style: normal;
	padding-left: 0;
	letter-spacing: .22em
}

.header-address__reserve a {
	padding-left: 29px;
	display: inline-block;
	-webkit-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
	position: relative
}

.header-address__reserve a:before {
	content: "";
	display: block;
	width: 15px;
	height: 17px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url("../img/common/header_calender_icon.svg") no-repeat center center;
	background-size: contain
}

@media (max-width: 767px) {
	.header-address__reserve a:before {
		width: 4vw;
		height: 4vw
	}
}

@media (min-width: 768px) {
	.header-address__reserve a:after {
		bottom: -8px
	}
}

.header-inner {
	position: relative;
	height: 100%
}

.header-inner:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out
}

.menu-button-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1600px
}

@media (max-width: 767px) {
	.menu-button-wrapper {
		width: 100%
	}
}

.menu-button {
	width: 78px;
	height: 77px;
	top: 42px;
	right: 40px;
	z-index: 199;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.001);
	cursor: pointer
}

.menu-button:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/common/menu_button_bg.png) no-repeat top left;
	background-size: contain;
	width: 78px;
	height: 77px;
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
	transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1)
}

@media (max-width: 767px) {
	.menu-button:after {
		background-image: url(../img/common/menu_button_bg_sp.png);
		width: 12.26667vw;
		height: 11.86667vw;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

.menu-button.disable {
	pointer-events: none
}

.menu-button.show-close {
	z-index: 300
}

.menu-button.show-close:after {
	display: none
}

@media (min-width: 768px) {
	.menu-button.show-close {
		position: fixed;
		top: 15px;
		right: 26px
	}
}

.menu-button.show-close .open-line1,
.menu-button.show-close .open-line2 {
	visibility: hidden
}

.menu-button.show-close .close-line1,
.menu-button.show-close .close-line2 {
	visibility: visible
}

.menu-button.show-close .close-line1 {
	-webkit-transform: rotate(45deg) scaleX(1);
	transform: rotate(45deg) scaleX(1)
}

.menu-button.show-close .close-line2 {
	-webkit-transform: rotate(-45deg) scaleX(1);
	transform: rotate(-45deg) scaleX(1)
}

.menu-button.hide-close .close-line1 {
	-webkit-transform: rotate(45deg) scaleX(0);
	transform: rotate(45deg) scaleX(0)
}

.menu-button.hide-close .close-line2 {
	-webkit-transform: rotate(-45deg) scaleX(0);
	transform: rotate(-45deg) scaleX(0)
}

@media (min-width: 768px) {

	.menu-button:hover .open-line1,
	.menu-button:hover .open-line2 {
		-webkit-transform: scaleX(1.3);
		transform: scaleX(1.3)
	}

	.menu-button:hover.show-close .open-line1,
	.menu-button:hover.show-close .open-line2 {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	.menu-button:hover.show-close .close-line1 {
		-webkit-transform: rotate(45deg) scaleX(1.3);
		transform: rotate(45deg) scaleX(1.3)
	}

	.menu-button:hover.show-close .close-line2 {
		-webkit-transform: rotate(-45deg) scaleX(1.3);
		transform: rotate(-45deg) scaleX(1.3)
	}

	.menu-button:hover:after {
		-webkit-transform: rotate(180deg) scale(1.1);
		transform: rotate(180deg) scale(1.1)
	}
}

@media (max-width: 767px) {
	.menu-button {
		position: fixed;
		top: 2.66667vw;
		right: 5.33333vw;
		width: 12.26667vw;
		height: 11.86667vw
	}
}

.menu-button .open-line1,
.menu-button .open-line2 {
	width: 29px;
	height: 1px;
	background-color: #cdcdcd;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1)
}

@media (max-width: 767px) {

	.menu-button .open-line1,
	.menu-button .open-line2 {
		width: 4.53333vw
	}
}

.menu-button .open-line1 {
	top: calc(50% - 3px)
}

.menu-button .open-line2 {
	top: calc(50% + 3px)
}

.menu-button .close-line1,
.menu-button .close-line2 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 26px;
	height: 1px;
	top: 50%;
	visibility: hidden;
	background-color: #cdcdcd;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1)
}

@media (max-width: 767px) {

	.menu-button .close-line1,
	.menu-button .close-line2 {
		width: 6.13333vw
	}
}

.menu-button .close-line1 {
	-webkit-transform: rotate(45deg) scaleX(0);
	transform: rotate(45deg) scaleX(0)
}

.menu-button .close-line2 {
	-webkit-transform: rotate(-45deg) scaleX(0);
	transform: rotate(-45deg) scaleX(0)
}

.footer {
	width: calc(100% - 80px);
	max-width: 1600px;
	margin: 0 auto;
	padding: 91px 0 48px;
	text-align: center;
	position: relative;
	display: block
}

.footer ::-moz-selection {
	background: #333;
	color: #ddd
}

.footer ::selection {
	background: #333;
	color: #ddd
}

.footer ::-moz-selection {
	background: #333;
	color: #ddd
}

@media (max-width: 767px) {
	.footer {
		width: 89.33333vw;
		padding-top: 18vw;
		padding-bottom: calc(4.8vw + 74px)
	}
}

.footer:before {
	content: "";
	display: block;
	width: 100%;
	background-color: #cdcdcd;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0
}

.footer-logo {
	margin: 0 auto 85px;
	display: inline-block;
	width: 170px;
	height: 46px
}

@media (max-width: 767px) {
	.footer-logo {
		width: 38.13333vw;
		height: 10.4vw;
		margin-bottom: 17.6vw
	}
}

.footer-logo img {
	width: 100%;
	height: auto;
	display: block
}

.footer-nav {
	width: 100%;
	position: relative;
	margin: 0 auto 250px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	letter-spacing: .02em
}

@media (min-width: 768px) {
	.footer-nav {
		line-height: 1.38889vw;
		font-size: .97222vw
	}
}

@media (min-width: 768px) and (min-width: 1440px) {
	.footer-nav {
		line-height: 20px
	}
}

@media (min-width: 768px) and (min-width: 1440px) {
	.footer-nav {
		font-size: 14px
	}
}

@media (min-width: 1440px) {
	.footer-nav {
		line-height: 20px;
		font-size: 14px
	}
}

@media (max-width: 767px) {
	.footer-nav {
		display: none
	}
}

.footer-nav__item1,
.footer-nav__item2,
.footer-nav__item3,
.footer-nav__item4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	font-weight: 300;
	padding-right: 1em
}

.footer-nav__item1 a,
.footer-nav__item2 a,
.footer-nav__item3 a,
.footer-nav__item4 a {
	position: relative;
	line-height: 1
}

.footer-nav__item1 a:after,
.footer-nav__item2 a:after,
.footer-nav__item3 a:after,
.footer-nav__item4 a:after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.footer-nav__item1 a:hover:after,
.footer-nav__item2 a:hover:after,
.footer-nav__item3 a:hover:after,
.footer-nav__item4 a:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	background-color: #555;
	-webkit-transition: background-color .375s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform .5s cubic-bezier(0.16, 1, 0.3, 1);
	transition: background-color .375s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform .5s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform .5s cubic-bezier(0.16, 1, 0.3, 1), background-color .375s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: transform .5s cubic-bezier(0.16, 1, 0.3, 1), background-color .375s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform .5s cubic-bezier(0.16, 1, 0.3, 1)
}

.footer-nav__item1 li,
.footer-nav__item2 li,
.footer-nav__item3 li,
.footer-nav__item4 li {
	margin: -.20833vw 0vw 1.31944vw 0vw
}

@media (min-width: 1440px) {

	.footer-nav__item1 li,
	.footer-nav__item2 li,
	.footer-nav__item3 li,
	.footer-nav__item4 li {
		margin: -3px 0px 19px 0px
	}
}

.footer-nav__item1 li:last-of-type,
.footer-nav__item2 li:last-of-type,
.footer-nav__item3 li:last-of-type,
.footer-nav__item4 li:last-of-type {
	margin-bottom: -.20833vw
}

@media (min-width: 1440px) {

	.footer-nav__item1 li:last-of-type,
	.footer-nav__item2 li:last-of-type,
	.footer-nav__item3 li:last-of-type,
	.footer-nav__item4 li:last-of-type {
		margin-bottom: -3px
	}
}

.footer-nav__item1 {
	width: 13.88889vw
}

@media (min-width: 1440px) {
	.footer-nav__item1 {
		width: 200px
	}
}

.footer-nav__item2 {
	width: 13.88889vw;
	position: absolute;
	top: 0;
	left: 13.75%
}

@media (min-width: 1440px) {
	.footer-nav__item2 {
		width: 200px
	}
}

.footer-nav__item3 {
	width: 13.88889vw;
	position: absolute;
	top: 0;
	left: 13.75%
}

@media (min-width: 1440px) {
	.footer-nav__item3 {
		width: 200px
	}
}

.footer-nav__item4 {
	width: 11.11111vw;
	position: absolute;
	top: 0;
	left: 27.63889%
}

@media (min-width: 1440px) {
	.footer-nav__item4 {
		width: 160px
	}
}

h5.footer-nav__title {
	position: absolute;
	margin: 0;
	top: 130%;
	left: 0;
	font-size: 1em;
}

ul.footer-nav__treat {
	position: absolute;
	top: 152%;
	left: 0;
	width: 50%;
}

ul.footer-nav__treat li {
	width: 24%;
	float: left;
	line-height: 2em;
}

@media (min-width: 1440px) {
	h5.footer-nav__title {}

	ul.footer-nav__treat {}

	ul.footer-nav__treat li {}
}

.footer-nav__address {
	position: absolute;
	top: 0;
	left: 52.77778%;
	width: 19.44444vw;
	font-style: normal;
	font-weight: 300;
	padding-right: 1em;
	font-family: "twkeverett_light", 'Noto Sans JP', sans-serif
}

@media (min-width: 1440px) {
	.footer-nav__address {
		width: 280px
	}
}

@media (min-width: 768px) {
	.footer-nav__address {
		line-height: 1.38889vw;
		font-size: .97222vw
	}
}

@media (min-width: 768px) and (min-width: 1440px) {
	.footer-nav__address {
		line-height: 20px
	}
}

@media (min-width: 768px) and (min-width: 1440px) {
	.footer-nav__address {
		font-size: 14px
	}
}

.footer-nav__address p {
	margin: -.20833vw 0vw 1.25vw 0vw
}

@media (min-width: 1440px) {
	.footer-nav__address p {
		margin: -3px 0px 18px 0px
	}
}

.footer-nav__address p:last-of-type {
	margin-bottom: -.20833vw
}

@media (min-width: 1440px) {
	.footer-nav__address p:last-of-type {
		margin-bottom: -3px
	}
}

.footer-nav__address a {
	position: relative
}

.footer-nav__address a:after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.footer-nav__address a:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	background-color: #555;
	-webkit-transition: background-color .375s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform .5s cubic-bezier(0.16, 1, 0.3, 1);
	transition: background-color .375s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform .5s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform .5s cubic-bezier(0.16, 1, 0.3, 1), background-color .375s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: transform .5s cubic-bezier(0.16, 1, 0.3, 1), background-color .375s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform .5s cubic-bezier(0.16, 1, 0.3, 1)
}

@-webkit-keyframes get-touch-motion {
	0% {
		-webkit-transform: translateY(-50%) rotate(0deg);
		transform: translateY(-50%) rotate(0deg)
	}

	100% {
		-webkit-transform: translateY(-50%) rotate(360deg);
		transform: translateY(-50%) rotate(360deg)
	}
}

@keyframes get-touch-motion {
	0% {
		-webkit-transform: translateY(-50%) rotate(0deg);
		transform: translateY(-50%) rotate(0deg)
	}

	100% {
		-webkit-transform: translateY(-50%) rotate(360deg);
		transform: translateY(-50%) rotate(360deg)
	}
}

.footer__reserve-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 22.22222vw;
	height: 5.27778vw;
	border: 1px solid #cdcdcd;
	display: block;
	font-size: 1.18056vw;
	letter-spacing: 0.22em
}

@media (min-width: 1440px) {
	.footer__reserve-button {
		width: 320px
	}
}

@media (min-width: 1440px) {
	.footer__reserve-button {
		height: 76px
	}
}

@media (min-width: 1440px) {
	.footer__reserve-button {
		font-size: 17px
	}
}

.footer__reserve-button.-enter .hover:before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
	transition: -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1)
}

.footer__reserve-button.-leave .hover:before {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
	transition: -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1)
}

.footer__reserve-button .icon {
	position: absolute;
	top: 50%;
	left: 17px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.18056vw;
	height: 1.18056vw;
	mix-blend-mode: difference
}

@media (min-width: 1440px) {
	.footer__reserve-button .icon {
		width: 17px
	}
}

@media (min-width: 1440px) {
	.footer__reserve-button .icon {
		height: 17px
	}
}

.footer__reserve-button .icon img {
	width: 100%;
	height: auto;
	display: block
}

.footer__reserve-button span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	mix-blend-mode: difference
}

.footer__reserve-button .hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.footer__reserve-button .hover:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: -2px;
	display: block;
	height: 150%;
	width: calc(100% + 4px);
	background-color: #cdcdcd;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	will-change: transform;
	-webkit-clip-path: inset(0% 0% 0% 0% round 0 40% 0 0);
	clip-path: inset(0% 0% 0% 0% round 0 40% 0 0)
}

.footer__reserve-button:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 4.79167vw;
	height: 4.79167vw;
	background: url(../img/common/footer_get_touch.svg) no-repeat center center;
	background-size: contain;
	-webkit-animation: 10s linear 0s infinite get-touch-motion;
	animation: 10s linear 0s infinite get-touch-motion;
	mix-blend-mode: difference
}

@media (min-width: 1440px) {
	.footer__reserve-button:after {
		width: 69px
	}
}

@media (min-width: 1440px) {
	.footer__reserve-button:after {
		height: 69px
	}
}

.copyright {
	width: 100%;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.12em;
	font-size: 11px
}

@media (max-width: 768px) {
	.copyright {
		text-align: center;
		line-height: 1;
		font-size: 2.66667vw
	}
}

.menu {
	position: fixed;
	top: 0;
	left: -101vw;
	width: 100%;
	height: 100vh;
	z-index: 200
}

@media (max-width: 767px) {
	.menu {
		overflow-y: scroll
	}
}

.menu.active {
	left: 0
}

.menu-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4
}

.menu-cover1 {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 3;
	background-color: #353535;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

@media (min-width: 768px) {
	.menu-cover1 {
		width: calc(100% - 360px)
	}
}

@media (max-width: 767px) {
	.menu-cover1 {
		width: 100%
	}
}

.menu-cover2 {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 3;
	background-color: #353535;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

@media (min-width: 768px) {
	.menu-cover2 {
		width: 360px
	}
}

@media (max-width: 767px) {
	.menu-cover2 {
		display: none
	}
}

.menu-header {
	width: 100%;
	height: 107px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 40px;
	border-bottom: 1px solid #696666;
	background-color: #4c4948
}

@media (min-width: 768px) {
	.menu-header {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: calc(100% - 360px)
	}
}

@media (max-width: 767px) {
	.menu-header {
		height: 17.33333vw;
		padding-left: 5.33333vw
	}
}

.menu-header__logo {
	width: 220px
}

@media (max-width: 767px) {
	.menu-header__logo {
		width: 42.66667vw
	}
}

.menu-header__logo img {
	width: 100%;
	height: auto;
	display: block
}

.menu-links {
	background-color: #4c4948
}

@media (min-width: 768px) {
	.menu-links {
		position: absolute;
		top: 0;
		left: 0;
		height: 100vh;
		width: calc(100% - 360px)
	}
}

@media (min-width: 768px) and (max-height: 720px) {
	.menu-links {
		overflow-y: auto
	}
}

@media (max-width: 767px) {
	.menu-links {
		height: auto
	}
}

@media (min-width: 768px) {
	.menu-links__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 107px 0 30px
	}
}

@media (max-width: 767px) {
	.menu-links__inner {
		display: block;
		padding: 0vw 5.33333vw 0vw 5.33333vw
	}
}

.menu-items {
	height: 100%;
	padding: 60px 0 0 40px;
	width: 405px
}

@media (max-width: 767px) {
	.menu-items {
		padding: 0;
		width: 100%;
		height: auto
	}

	.menu-items:nth-of-type(2) .menu-item:last-of-type:before {
		display: none
	}
}

@media (min-width: 768px) {
	.menu-items.active .menu-item:after {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transition: -webkit-transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
		transition: -webkit-transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
		transition: transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
		transition: transform 0.35s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.35s cubic-bezier(0.77, 0, 0.175, 1)
	}

	.menu-items.active .menu-item:nth-of-type(1):after {
		-webkit-transition-delay: .5s;
		transition-delay: .5s
	}

	.menu-items.active .menu-item:nth-of-type(2):after {
		-webkit-transition-delay: .68s;
		transition-delay: .68s
	}

	.menu-items.active .menu-item:nth-of-type(3):after {
		-webkit-transition-delay: .86s;
		transition-delay: .86s
	}
}

@media (max-width: 767px) {
	.menu-items.active:nth-of-type(1) .menu-item:before {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
		transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
		transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
		transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1)
	}

	.menu-items.active:nth-of-type(1) .menu-item .menu-title,
	.menu-items.active:nth-of-type(1) .menu-item ul {
		opacity: 1;
		-webkit-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
		transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1)
	}

	.menu-items.active:nth-of-type(1) .menu-item:nth-of-type(1):before {
		-webkit-transition-delay: .4s;
		transition-delay: .4s
	}

	.menu-items.active:nth-of-type(1) .menu-item:nth-of-type(1) .menu-title,
	.menu-items.active:nth-of-type(1) .menu-item:nth-of-type(1) ul {
		-webkit-transition-delay: .2s;
		transition-delay: .2s
	}

	.menu-items.active:nth-of-type(1) .menu-item:nth-of-type(2):before {
		-webkit-transition-delay: .6s;
		transition-delay: .6s
	}

	.menu-items.active:nth-of-type(1) .menu-item:nth-of-type(2) .menu-title,
	.menu-items.active:nth-of-type(1) .menu-item:nth-of-type(2) ul {
		-webkit-transition-delay: .4s;
		transition-delay: .4s
	}

	.menu-items.active:nth-of-type(1) .menu-item:nth-of-type(3):before {
		-webkit-transition-delay: .8s;
		transition-delay: .8s
	}

	.menu-items.active:nth-of-type(1) .menu-item:nth-of-type(3) .menu-title,
	.menu-items.active:nth-of-type(1) .menu-item:nth-of-type(3) ul {
		-webkit-transition-delay: .6s;
		transition-delay: .6s
	}

	.menu-items.active:nth-of-type(2) .menu-item:before {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
		transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
		transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
		transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1)
	}

	.menu-items.active:nth-of-type(2) .menu-item .menu-title,
	.menu-items.active:nth-of-type(2) .menu-item ul {
		opacity: 1;
		-webkit-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
		transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1)
	}

	.menu-items.active:nth-of-type(2) .menu-item:nth-of-type(1):before {
		-webkit-transition-delay: 1s;
		transition-delay: 1s
	}

	.menu-items.active:nth-of-type(2) .menu-item:nth-of-type(1) .menu-title,
	.menu-items.active:nth-of-type(2) .menu-item:nth-of-type(1) ul {
		-webkit-transition-delay: .8s;
		transition-delay: .8s
	}

	.menu-items.active:nth-of-type(2) .menu-item:nth-of-type(2):before {
		-webkit-transition-delay: 1.2s;
		transition-delay: 1.2s
	}

	.menu-items.active:nth-of-type(2) .menu-item:nth-of-type(2) .menu-title,
	.menu-items.active:nth-of-type(2) .menu-item:nth-of-type(2) ul {
		-webkit-transition-delay: 1s;
		transition-delay: 1s
	}

	.menu-items.active:nth-of-type(2) .menu-item:nth-of-type(3):before {
		-webkit-transition-delay: 1.4s;
		transition-delay: 1.4s
	}

	.menu-items.active:nth-of-type(2) .menu-item:nth-of-type(3) .menu-title,
	.menu-items.active:nth-of-type(2) .menu-item:nth-of-type(3) ul {
		-webkit-transition-delay: 1.2s;
		transition-delay: 1.2s
	}

	.menu-items.active:nth-of-type(3) .menu-item:before {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
		transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
		transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
		transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1)
	}

	.menu-items.active:nth-of-type(3) .menu-item .menu-title,
	.menu-items.active:nth-of-type(3) .menu-item ul {
		opacity: 1;
		-webkit-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
		transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1)
	}

	.menu-items.active:nth-of-type(2) .menu-item:nth-of-type(1):before {
		-webkit-transition-delay: 1s;
		transition-delay: 1s
	}
}

.menu-title {
	font-size: 44px;
	line-height: 1;
	letter-spacing: 0.02;
	font-family: "twkeverett_ultralight", sans-serif;
	font-style: normal;
	color: #bababa;
	margin: -5px 0 27px;
	white-space: nowrap
}

@media (min-width: 768px) and (max-width: 1000px) {
	.menu-title {
		font-size: 38px
	}
}

@media (max-width: 767px) {
	.menu-title {
		width: 50%;
		font-weight: 300;
		font-size: 5.06667vw;
		padding: 8.93333vw 0vw 8.93333vw 0vw;
		margin: 0;
		letter-spacing: 0;
		opacity: 0
	}
}

.menu-item {
	position: relative;
	margin-bottom: 61px
}

.menu-item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #4c4948;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}

@media (max-width: 767px) {
	.menu-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 0
	}

	.menu-item:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #696666;
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}

	.menu-item:after {
		display: none
	}
}

.menu-item:last-of-type {
	margin-bottom: 0
}

@media (max-width: 767px) {
	.menu-item ul {
		display: block;
		padding: 10vw 0vw 9.46667vw 0vw;
		opacity: 0
	}
}

.menu-item li {
	margin-bottom: 2px
}

@media (max-width: 767px) {
	.menu-item li {
		margin-bottom: 4.4vw
	}
}

.menu-item li:last-child {
	margin-bottom: 0
}

.menu-item li a {
	position: relative;
	display: inline-block;
	padding-left: 23px;
	line-height: 13px;
	font-size: 14px;
	letter-spacing: .02em;
	-webkit-transition: opacity .15s ease-out;
	transition: opacity .15s ease-out
}

.menu-item li a:hover {
	opacity: .5
}

@media (max-width: 767px) {
	.menu-item li a {
		display: block;
		font-size: 3.33333vw;
		padding-left: 4.53333vw
	}
}

.menu-item li a:before {
	content: "";
	display: block;
	width: 11px;
	height: 13px;
	background: url(../img/common/link_arrow.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (max-width: 767px) {
	.menu-item li a:before {
		width: 2.4vw;
		height: 2.8vw
	}
}

@-webkit-keyframes menu-slide {
	from {
		background-position: 0 0
	}

	to {
		background-position: 156% 0
	}
}

@keyframes menu-slide {
	from {
		background-position: 0 0
	}

	to {
		background-position: 156% 0
	}
}

@-webkit-keyframes menu-slide-sp {
	from {
		background-position: 0 0
	}

	to {
		background-position: 229.5% 0
	}
}

@keyframes menu-slide-sp {
	from {
		background-position: 0 0
	}

	to {
		background-position: 229.5% 0
	}
}

.menu-reserve {
	background-color: #4c4948
}

@media (min-width: 768px) {
	.menu-reserve {
		position: absolute;
		top: 0;
		right: 0;
		width: 360px;
		height: 100%;
		border-left: 1px solid #696666;
		z-index: 2
	}

	.menu-reserve:after {
		content: "";
		position: absolute;
		top: 106px;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #696666
	}
}

@media (max-width: 767px) {
	.menu-reserve {
		position: relative;
		padding-bottom: 28.53333vw;
		overflow: hidden
	}
}

.menu-reserve__copy {
	width: 100%;
	height: 114px;
	background: url(../img/common/menu_copy.svg) repeat-x top left;
	background-size: cover;
	-webkit-animation: menu-slide 13s linear infinite;
	animation: menu-slide 13s linear infinite;
	position: absolute;
	bottom: 23.4%;
	right: 0
}

@media (max-width: 767px) {
	.menu-reserve__copy {
		bottom: -1.06667vw;
		height: 20.26667vw;
		-webkit-animation: menu-slide-sp 15s linear infinite;
		animation: menu-slide-sp 15s linear infinite
	}
}

.menu-reserve a {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	height: 117px;
	width: 100%;
	border-top: 1px solid #696666;
	font-size: 17px;
	font-weight: 300;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	letter-spacing: 0.22em;
	color: #fff;
	overflow: hidden
}

@media (max-width: 767px) {
	.menu-reserve a {
		position: relative;
		bottom: auto;
		left: auto;
		font-size: 4.13333vw;
		letter-spacing: 0.02em;
		font-weight: 400;
		height: 22.66667vw;
		border-bottom: 1px solid #696666
	}
}

.menu-reserve a:before {
	content: "";
	display: block;
	width: 11px;
	height: 13px;
	background: url(../img/common/link_arrow2.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 40px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	mix-blend-mode: difference
}

@media (max-width: 767px) {
	.menu-reserve a:before {
		width: 2.4vw;
		height: 2.8vw;
		left: 5.33333vw
	}
}

.menu-reserve a p {
	mix-blend-mode: difference
}

.menu-reserve a.-enter .menu-reserve__hover {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
	transition: -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1)
}

.menu-reserve a.-leave .menu-reserve__hover {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
	transition: -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1)
}

.menu-reserve a .menu-reserve__hover {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	height: 150%;
	width: 100%;
	background-color: #cdcdcd;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	will-change: transform;
	-webkit-clip-path: inset(0% 0% 0% 0% round 0 30% 0 0);
	clip-path: inset(0% 0% 0% 0% round 0 30% 0 0)
}

.is-tablet .menu {
	overflow: hidden
}

.is-tablet .menu-inner {
	overflow: hidden
}

.is-tablet .menu-reserve__copy {
	bottom: 214px
}

.opening {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	/*background-color: #000;*/
	z-index: 500;
}

.opening.-hide {
	display: none
}

.opening.-start .opening__logo {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .5s ease-in-out, visibility .5s;
	transition: opacity .5s ease-in-out, visibility .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.opening.-start .opening__copy2 {
	visibility: visible
}

.opening.-start .opening__copy2 span {
	opacity: 1;
	-webkit-transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1)
}

.opening.-start line,
.opening.-start path {
	-webkit-transition: stroke-dasharray 2s linear;
	transition: stroke-dasharray 2s linear
}

.opening.-start g:nth-of-type(1) line:nth-child(1) {
	stroke-dasharray: 80 80
}

.opening.-start g:nth-of-type(1) line:nth-of-type(2) {
	stroke-dasharray: 40 40
}

.opening.-start g:nth-of-type(1) line:nth-of-type(3) {
	stroke-dasharray: 80 80
}

.opening.-start g:nth-of-type(1) line:nth-of-type(4) {
	stroke-dasharray: 80 80
}

.opening.-start g:nth-of-type(1) line:nth-of-type(5) {
	stroke-dasharray: 60 60
}

.opening.-start g:nth-of-type(1) line:nth-of-type(6) {
	stroke-dasharray: 70 70
}

.opening.-start g:nth-of-type(1) line:nth-of-type(7) {
	stroke-dasharray: 80 80
}

.opening.-start g:nth-of-type(1) line:nth-of-type(8) {
	stroke-dasharray: 47 47
}

.opening.-start g:nth-of-type(1) line:nth-of-type(9) {
	stroke-dasharray: 47 47
}

.opening.-start g:nth-of-type(1) line:nth-of-type(10) {
	stroke-dasharray: 47 47
}

.opening.-start g:nth-of-type(2) line:nth-of-type(1) {
	stroke-dasharray: 88 88
}

.opening.-start g:nth-of-type(2) line:nth-of-type(2) {
	stroke-dasharray: 88 88
}

.opening.-start g:nth-of-type(2) line:nth-of-type(3) {
	stroke-dasharray: 45 45
}

.opening.-start g:nth-of-type(2) line:nth-of-type(4) {
	stroke-dasharray: 80 80
}

.opening.-start g:nth-of-type(2) line:nth-of-type(5) {
	stroke-dasharray: 95 95
}

.opening.-start g:nth-of-type(2) line:nth-of-type(6) {
	stroke-dasharray: 80 80
}

.opening.-start g:nth-of-type(2) line:nth-of-type(7) {
	stroke-dasharray: 88 88
}

.opening.-start g:nth-of-type(2) line:nth-of-type(8) {
	stroke-dasharray: 88 88
}

.opening.-start g:nth-of-type(2) line:nth-of-type(9) {
	stroke-dasharray: 45 45
}

.opening.-start g:nth-of-type(2) line:nth-of-type(10) {
	stroke-dasharray: 80 80
}

.opening.-start g:nth-of-type(2) line:nth-of-type(11) {
	stroke-dasharray: 48 48
}

.opening.-start g:nth-of-type(2) line:nth-of-type(12) {
	stroke-dasharray: 58 58
}

.opening.-start g:nth-of-type(2) line:nth-of-type(13) {
	stroke-dasharray: 80 80
}

.opening.-start g:nth-of-type(2) path:nth-of-type(1) {
	stroke-dasharray: 120 120
}

.opening.-end1 .opening__copy2,
.opening.-end1 .opening__logo {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 1s ease-in-out, visibility 1s;
	transition: opacity 1s ease-in-out, visibility 1s
}

.opening.-end1 g {
	-webkit-transform: translate3d(0, 130%, 0);
	transform: translate3d(0, 130%, 0);
	-webkit-transition: -webkit-transform .475s .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: -webkit-transform .475s .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: transform .475s .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: transform .475s .2s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform .475s .2s cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

.opening.-end1 g:nth-of-type(1) {
	-webkit-transition-delay: .27s;
	transition-delay: .27s
}

.opening.-end2 {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .7s ease-in-out, visibility .7s;
	transition: opacity .7s ease-in-out, visibility .7s
}

.opening__logo {
	position: absolute;
	top: 48px;
	left: 41px;
	opacity: 0;
	visibility: hidden
}

@media (min-width: 768px) {
	.opening__logo {
		top: 3.33333vw;
		left: 2.84722vw;
		width: 17.36111vw
	}
}

@media (min-width: 768px) and (min-width: 1440px) {
	.opening__logo {
		top: 48px
	}
}

@media (min-width: 768px) and (min-width: 1440px) {
	.opening__logo {
		left: 41px
	}
}

@media (min-width: 768px) and (min-width: 1440px) {
	.opening__logo {
		width: 250px
	}
}

@media (max-width: 767px) {
	.opening__logo {
		top: 6.66667vw;
		left: 5.33333vw;
		width: 42.66667vw
	}
}

.opening__logo img {
	width: 100%;
	height: auto;
	display: block
}

.opening__copy {
	overflow: hidden;
	margin: 0 auto 60px
}

@media (min-width: 768px) {
	.opening__copy {
		width: 1016px;
		height: 130px
	}
}

@media (min-width: 768px) and (max-width: 1440px) {
	.opening__copy {
		width: 70.55556vw;
		height: 9.02778vw;
		margin-bottom: 4.16667vw
	}
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
	.opening__copy {
		width: 1016px
	}
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
	.opening__copy {
		height: 130px
	}
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
	.opening__copy {
		margin-bottom: 60px
	}
}

@media (max-width: 767px) {
	.opening__copy {
		width: 80.26667vw;
		height: 10.26667vw;
		margin-bottom: 6.66667vw
	}
}

.opening__copy svg {
	width: 100%;
	height: auto;
	display: block
}

.opening__copy line,
.opening__copy path {
	fill: none;
	stroke: #FFFFFF;
	stroke-miterlimit: 10
}

.opening__copy .st0 {
	stroke-width: 2.0147
}

.opening__copy .st1 {
	stroke-width: 2.08
}

.opening__copy .st2 {
	stroke-width: 2
}

.opening__copy .st3 {
	stroke-width: 2.3974
}

.opening__copy .st4 {
	stroke-width: 1.895
}

.opening__copy .st5 {
	stroke-width: 1.8
}

.opening__copy .st6 {
	stroke-width: 1.3
}

.opening__copy g:nth-of-type(1) line:nth-child(1) {
	stroke-dasharray: 0 80
}

.opening__copy g:nth-of-type(1) line:nth-of-type(2) {
	stroke-dasharray: 0 40
}

.opening__copy g:nth-of-type(1) line:nth-of-type(3) {
	stroke-dasharray: 0 80
}

.opening__copy g:nth-of-type(1) line:nth-of-type(4) {
	stroke-dasharray: 0 80
}

.opening__copy g:nth-of-type(1) line:nth-of-type(5) {
	stroke-dasharray: 0 60
}

.opening__copy g:nth-of-type(1) line:nth-of-type(6) {
	stroke-dasharray: 0 70
}

.opening__copy g:nth-of-type(1) line:nth-of-type(7) {
	stroke-dasharray: 0 80
}

.opening__copy g:nth-of-type(1) line:nth-of-type(8) {
	stroke-dasharray: 0 47
}

.opening__copy g:nth-of-type(1) line:nth-of-type(9) {
	stroke-dasharray: 0 47
}

.opening__copy g:nth-of-type(1) line:nth-of-type(10) {
	stroke-dasharray: 0 47
}

.opening__copy g:nth-of-type(2) line:nth-of-type(1) {
	stroke-dasharray: 0 88
}

.opening__copy g:nth-of-type(2) line:nth-of-type(2) {
	stroke-dasharray: 0 88
}

.opening__copy g:nth-of-type(2) line:nth-of-type(3) {
	stroke-dasharray: 0 45
}

.opening__copy g:nth-of-type(2) line:nth-of-type(4) {
	stroke-dasharray: 0 80
}

.opening__copy g:nth-of-type(2) line:nth-of-type(5) {
	stroke-dasharray: 0 95
}

.opening__copy g:nth-of-type(2) line:nth-of-type(6) {
	stroke-dasharray: 0 80
}

.opening__copy g:nth-of-type(2) line:nth-of-type(7) {
	stroke-dasharray: 0 88
}

.opening__copy g:nth-of-type(2) line:nth-of-type(8) {
	stroke-dasharray: 0 88
}

.opening__copy g:nth-of-type(2) line:nth-of-type(9) {
	stroke-dasharray: 0 45
}

.opening__copy g:nth-of-type(2) line:nth-of-type(10) {
	stroke-dasharray: 0 80
}

.opening__copy g:nth-of-type(2) line:nth-of-type(11) {
	stroke-dasharray: 0 48
}

.opening__copy g:nth-of-type(2) line:nth-of-type(12) {
	stroke-dasharray: 0 58
}

.opening__copy g:nth-of-type(2) line:nth-of-type(13) {
	stroke-dasharray: 0 80
}

.opening__copy g:nth-of-type(2) path:nth-of-type(1) {
	stroke-dasharray: 0 120
}

.opening__copy2 {
	font-weight: 300;
	color: #fff;
	font-size: 22px;
	letter-spacing: 0.24em;
	color: #e5e5e5;
	visibility: hidden
}

@media (max-width: 767px) {
	.opening__copy2 {
		font-size: 3.73333vw
	}
}

.opening__copy2 span {
	opacity: 0
}

.opening-inner {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center
}

.top-copy {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	height: 20vw;
	position: relative;
	padding: 0 40px
}

@media (min-width: 1440px) {
	.top-copy {
		height: 300px
	}
}

@media (max-width: 767px) {
	.top-copy {
		padding: 0vw 5.33333vw 0vw 5.33333vw;
		height: 36.5vw
	}
}

.top-copy h2 {
	position: relative;
	width: 100%;
	max-width: 980px;
	margin: auto;
	height: 100%
}

.top-copy.-show .top-copy1 img,
.top-copy.-show .top-copy2 img {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
	transition: -webkit-transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1.5s cubic-bezier(0.16, 1, 0.3, 1)
}

.top-copy.-show .top-copy2 img {
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.top-copy1 {
	position: absolute;
	width: 58%;
	/*width: 500px;*/
	left: 0;
	bottom: 197px;
	overflow: hidden
}

.top-copy1 img {
	width: 100%;
	height: auto;
	display: block
}

@media (max-width: 767px) {
	.top-copy1 {
		width: 50vw;
		left: 0;
		bottom: 22.4vw
	}
}

.top-copy2 {
	position: absolute;
	width: 50%;
	right: 0;
	bottom: 40px;
	overflow: hidden
}

.top-copy2 img {
	width: 100%;
	height: auto;
	display: block
}

@media (max-width: 767px) {
	.top-copy2 {
		width: 40vw;
		right: 0;
		bottom: 6.66667vw
	}
}

/*.top-copy1 img,
.top-copy2 img {
	-webkit-transform: translate3d(0, 110%, 0);
	transform: translate3d(0, 110%, 0)
}*/

.top-movie {
	width: 100%;
	margin-bottom: 40px;
	height: 120vh;
	/*opacity: 0*/
}

.top-movie.-show {
	opacity: 1;
	-webkit-transition: opacity 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: opacity 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

.top-movie video {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover; 
  object-position: center;
}

@media (max-width: 767px) {
	.top-movie {
		height: 113.33333vw;
		position: relative;
		overflow: hidden;
		margin-bottom: 6.66667vw
	}

	.top-movie video {
		width: 100%;

	}
}

.top-arrow {
	display: inline-block;
	position: relative;
	height: 3.81944vw;
	line-height: 3.81944vw;
	padding-left: 4.93056vw
}

@media (min-width: 1440px) {
	.top-arrow {
		height: 55px
	}
}

@media (min-width: 1440px) {
	.top-arrow {
		line-height: 55px
	}
}

@media (min-width: 1440px) {
	.top-arrow {
		padding-left: 71px
	}
}

.top-arrow:before,
.top-arrow:after {
	content: "";
	display: block;
	background-size: contain;
	width: 3.88889vw;
	height: 3.81944vw;
	position: absolute;
	top: 0;
	left: 0
}

@media (min-width: 1440px) {

	.top-arrow:before,
	.top-arrow:after {
		width: 56px
	}
}

@media (min-width: 1440px) {

	.top-arrow:before,
	.top-arrow:after {
		height: 55px
	}
}

.top-arrow:before {
	background: url(../img/common/ic_link01.svg) no-repeat center center;
	z-index: 6;
}

.top-arrow:after {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
	transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
	background: #fff no-repeat center center;
	border-radius: 50%;
}

.top-arrow:hover:before {
	-webkit-animation: kf-arrow-hover 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
	animation: kf-arrow-hover 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards
}

.top-arrow:hover:after {
	-webkit-transform: rotate(180deg) scale(1.1);
	transform: rotate(180deg) scale(1.1)
}

@media (max-width: 767px) {
	.top-arrow {
		font-size: 3.33333vw;
		height: 12vw;
		line-height: 12vw;
		padding-left: 15.46667vw
	}

	.top-arrow:before,
	.top-arrow:after {
		width: 12.4vw;
		height: 12vw
	}
}

@-webkit-keyframes kf-arrow-hover {
	0% {
		-webkit-transform: translate3d(-20%, 0, 0);
		transform: translate3d(-20%, 0, 0);
		opacity: 0
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes kf-arrow-hover {
	0% {
		-webkit-transform: translate3d(-20%, 0, 0);
		transform: translate3d(-20%, 0, 0);
		opacity: 0
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}


.statement__copy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 65.62px;
	line-height: 82px;
	font-weight: 100;
	position: relative;
	white-space: nowrap;
	margin-bottom: 15.69444vw
}

@media (min-width: 768px) {
	.statement__copy {
		font-size: 4.55694vw;
		line-height: 5.13889vw
	}
}

@media (min-width: 768px) and (min-width: 1440px) {
	.statement__copy {
		font-size: 65.62px
	}
}

@media (min-width: 768px) and (min-width: 1440px) {
	.statement__copy {
		line-height: 74px
	}
}

@media (min-width: 768px) and (max-width: 1475px) {
	.statement__copy {
		margin-left: 50%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		
	}
}

@media (min-width: 1440px) {
	.statement__copy {
		margin-bottom: 226px
	}
}

@media (max-width: 767px) {
	.statement__copy {
		margin-bottom: 17.06667vw;
		font-size: 7.5vw;
		line-height: 10.66667vw
	}
}

.statement__copy>div {
	position: relative
}

@media (max-width: 767px) {
	.statement__copy>div {
		width: 100%
	}
}

.statement__copy>div .large {
	letter-spacing: -0.04em;
	width: 100%;
}

@media (min-width: 768px) and (max-width: 1475px) {
	.statement__copy>div .large {
		font-size: 4.37132vw
	}
}

@media (max-width: 767px) {
	.statement__copy>div .large span:nth-of-type(1) {
		letter-spacing: -0.02em
	}

	.statement__copy>div .large span:nth-of-type(2) {
		letter-spacing: -0.03em
	}

	.statement__copy>div .large span:nth-of-type(3) {
		letter-spacing: -0.05em
	}
}

.statement__copy>div .large span {
	overflow: hidden;
	display: inline-block
}

.statement__copy>div .large>span:nth-of-type(1) {
	width: 100%;
	text-align: right
}

.statement__copy>div .large .last-word {
	display: inline-block;
	width: 0.4em
}

.statement__copy>div .large em {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}

.statement__copy.active>div .large em {
	-webkit-transition: -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
	transition: -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.statement__copy.active>div .large span:nth-of-type(1) em {
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.statement__copy.active>div .large span:nth-of-type(2) em {
	-webkit-transition-delay: .45s;
	transition-delay: .45s
}

.statement__copy.active>div .large span:nth-of-type(3) em {
	-webkit-transition-delay: .7s;
	transition-delay: .7s
}




.statement__photo-wrapper {
	position: relative
}

@media (min-width: 768px) {
	.statement__photo-wrapper {
		margin: 0 -40px;
		padding: 0 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media (max-width: 767px) {
	.statement__photo-wrapper {
		margin: 0vw -5.33333vw 0vw -5.33333vw;
		padding: 0
	}
}

.statement__bg {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	width: 100%;
	height: 85.41667%;
	background: url(../img/statement_bg.jpg) no-repeat center center;
	background-size: cover
}

@media (max-width: 767px) {
	.statement__bg {
		top: 4.66667vw;
		height: 65vw;
		bottom: auto;
		background: url(../img/statement_bg_sp.jpg) no-repeat center center
	}
}

.statement__photo {
	width: 50%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.statement__photo img {
	width: 100%;
	height: auto;
	display: block;
	position: relative
}

@media (max-width: 767px) {
	.statement__photo {
		width: 58.93333vw;
		margin: 0 auto;
		margin-bottom: 17.33333vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.about-clinic {
	width: calc(100% - 80px);
	max-width: 1600px;
	padding-top: 40px;
	margin: 0 auto 130px;
	position: relative
}

@media (max-width: 767px) {
	.about-clinic {
		width: 89.33333vw;
		margin-bottom: 22.66667vw
	}
}

.about-clinic__border {
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
	transition: -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1)
}

.about-clinic__border.active {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.about-clinic__title {
	width: 43.05556vw;
	margin-bottom: 13.75vw
}

@media (min-width: 1440px) {
	.about-clinic__title {
		width: 620px
	}
}

@media (min-width: 1440px) {
	.about-clinic__title {
		margin-bottom: 198px
	}
}

@media (max-width: 767px) {
	.about-clinic__title {
		width: 69.06667vw;
		margin-bottom: 10.66667vw
	}
}

.about-clinic__title img {
	width: 100%;
	height: auto;
	display: block
}

@media (min-width: 768px) and (max-width: 1440px) {
	.about-clinic__copy {
		position: absolute;
		top: 45px;
		width: 50%;
		right: 0
	}

	.about-clinic__copy .small,
	.about-clinic__copy .large {
		margin-left: 13.7% !important
	}
}

@media (min-width: 1440px) {
	.about-clinic__copy {
		position: absolute;
		top: 45px;
		right: 0;
		width: 50%
	}

	.about-clinic__copy .small,
	.about-clinic__copy .large {
		margin-left: calc((100% - 468px) * .5) !important
	}
}

.about-clinic__copy.active .large em {
	-webkit-transition: -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
	transition: -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.about-clinic__copy.active .large span:nth-of-type(1) em {
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.about-clinic__copy.active .large span:nth-of-type(2) em {
	-webkit-transition-delay: .45s;
	transition-delay: .45s
}

.about-clinic__copy.active .large span:nth-of-type(3) em {
	-webkit-transition-delay: .7s;
	transition-delay: .7s
}

.about-clinic__copy .small {
	font-size: 1.04167vw;
	margin-top: .69444vw;
	margin-bottom: 2.43056vw;
	line-height: 1;
	display: block;
	font-weight: 400;
	overflow: hidden
}

@media (min-width: 1440px) {
	.about-clinic__copy .small {
		font-size: 15px
	}
}

@media (min-width: 1440px) {
	.about-clinic__copy .small {
		margin-top: 10px
	}
}

@media (min-width: 1440px) {
	.about-clinic__copy .small {
		margin-bottom: 35px
	}
}

.about-clinic__copy .small em {
	margin-left: .15em;
	-webkit-transform: translate3d(0, 150%, 0);
	transform: translate3d(0, 150%, 0)
}

.about-clinic__copy .small.active em {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
	transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.about-clinic__copy .large {
	font-size: 4.16667vw;
	line-height: 4.51389vw;
	margin: -.34722vw 0vw -.34722vw 0vw;
	display: block;
	font-weight: 100;
	letter-spacing: 0.02em
}

@media (min-width: 1440px) {
	.about-clinic__copy .large {
		font-size: 60px
	}
}

@media (min-width: 1440px) {
	.about-clinic__copy .large {
		line-height: 65px
	}
}

@media (min-width: 1440px) {
	.about-clinic__copy .large {
		margin: -5px 0px -5px 0px
	}
}

@media (max-width: 767px) {
	.about-clinic__copy .large span:nth-of-type(2) {
		letter-spacing: 0.038em
	}
}

.about-clinic__copy .large span {
	overflow: hidden;
	display: inline-block
}

.about-clinic__copy .large em {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}

@media (max-width: 767px) {
	.about-clinic__copy {
		width: 100%;
		position: relative;
		margin-bottom: 17.06667vw
	}

	.about-clinic__copy .small {
		font-size: 3.2vw;
		margin-bottom: 3.6vw;
		font-weight: 300
	}

	.about-clinic__copy .large {
		font-size: 7.5vw;
		line-height: 9.33333vw;
		letter-spacing: 0
	}
}

.about-clinic__photos {
	width: 100%;
	margin: 0;
	margin-bottom: 8.95833vw;
	position: relative;
	height: 59.02778vw
}

@media (min-width: 1440px) {
	.about-clinic__photos {
		margin-bottom: 129px
	}
}

@media (min-width: 1440px) {
	.about-clinic__photos {
		height: 850px
	}
}

@media (max-width: 767px) {
	.about-clinic__photos {
		width: 100vw;
		margin: 0vw -5.33333vw 16vw -5.33333vw;
		height: 73.6vw
	}
}

.about-clinic__photo1 {
	width: 27.77778vw;
	position: absolute;
	top: 10.69444vw;
	border-radius: 50%;
	overflow: hidden;
	opacity: 0
}

@media (min-width: 1440px) {
	.about-clinic__photo1 {
		width: 400px
	}
}

@media (min-width: 1440px) {
	.about-clinic__photo1 {
		top: 154px
	}
}

@media (min-width: 768px) {
	.about-clinic__photo1 {
		right: 76.04167%
	}
}

@media (max-width: 767px) {
	.about-clinic__photo1 {
		width: 34.66667vw;
		left: -17.6vw
	}
}

.about-clinic__photo1 img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
	border-radius: 50%
}

.about-clinic__photo1 .cross-fade {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	opacity: 0;
	visibility: hidden
}

.about-clinic__photo1 .cross-fade.active {
	visibility: visible;
	-webkit-animation: kf-crossfade 7s linear infinite;
	animation: kf-crossfade 7s linear infinite
}

.about-clinic__photo1.active {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1)
}

.about-clinic__photo1.active img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 1.5s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: -webkit-transform 1.5s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: transform 1.5s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: transform 1.5s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 1.5s cubic-bezier(0.39, 0.575, 0.565, 1)
}

.about-clinic__photo2 {
	width: 47.22222vw;
	margin: 0 auto;
	position: relative
}

@media (min-width: 1440px) {
	.about-clinic__photo2 {
		width: 680px
	}
}

@media (max-width: 767px) {
	.about-clinic__photo2 {
		width: 58.93333vw;
		height: 73.6vw
	}
}

.about-clinic__photo2 img {
	width: 100%;
	height: auto;
	display: block
}

.about-clinic__photo3 {
	width: 34.72222vw;
	height: 39.30556vw;
	position: absolute;
	top: 10.41667vw;
	opacity: 0
}

@media (min-width: 1440px) {
	.about-clinic__photo3 {
		width: 500px
	}
}

@media (min-width: 1440px) {
	.about-clinic__photo3 {
		height: 566px
	}
}

@media (min-width: 1440px) {
	.about-clinic__photo3 {
		top: 150px
	}
}

@media (min-width: 768px) {
	.about-clinic__photo3 {
		left: 70.27778%
	}
}

@media (max-width: 767px) {
	.about-clinic__photo3 {
		width: 43.2vw;
		height: 48.8vw;
		right: -17.33333vw
	}
}

.about-clinic__photo3 span {
	width: 27.77778vw;
	height: 39.30556vw;
	border: 1px solid #ebebeb;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 0
}

@media (min-width: 1440px) {
	.about-clinic__photo3 span {
		width: 400px
	}
}

@media (min-width: 1440px) {
	.about-clinic__photo3 span {
		height: 566px
	}
}

@media (min-width: 768px) {
	.about-clinic__photo3 span {
		left: 3.47222vw
	}
}

@media (min-width: 768px) and (min-width: 1440px) {
	.about-clinic__photo3 span {
		left: 50px
	}
}

@media (max-width: 767px) {
	.about-clinic__photo3 span {
		width: 34.66667vw;
		height: 48.8vw;
		left: 6.4vw
	}
}

.about-clinic__photo3.active {
	opacity: 1;
	-webkit-transition: opacity 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: opacity 1s cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

.about-clinic__photo3.active span {
	-webkit-transition: -webkit-transform 2s 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: -webkit-transform 2s 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: transform 2s 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: transform 2s 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 2s 0.3s cubic-bezier(0.39, 0.575, 0.565, 1)
}

.about-clinic__photo3.active span:nth-of-type(1) {
	-webkit-transform: translate3d(-12.5%, 0, 0);
	transform: translate3d(-12.5%, 0, 0)
}

.about-clinic__photo3.active span:nth-of-type(2) {
	-webkit-transform: translate3d(-6.25%, 0, 0);
	transform: translate3d(-6.25%, 0, 0)
}

.about-clinic__photo3.active span:nth-of-type(4) {
	-webkit-transform: translate3d(6.25%, 0, 0);
	transform: translate3d(6.25%, 0, 0)
}

.about-clinic__photo3.active span:nth-of-type(5) {
	-webkit-transform: translate3d(12.5%, 0, 0);
	transform: translate3d(12.5%, 0, 0)
}

.about-clinic__text {
	font-weight: 400;
	text-align: right
}

.about-clinic__text .inner {
	width: 39.23611vw;
	font-size: 1.04167vw;
	display: inline-block;
	text-align: left
}

@media (min-width: 1440px) {
	.about-clinic__text .inner {
		width: 565px
	}
}

@media (min-width: 1440px) {
	.about-clinic__text .inner {
		font-size: 15px
	}
}

@media (min-width: 768px) and (max-width: 1440px) {
	.about-clinic__text {
		width: 50%;
		margin-left: auto;
		margin-right: 0
	}

	.about-clinic__text .inner {
		display: block;
		margin-left: 14% !important
	}
}

@media (min-width: 1440px) {
	.about-clinic__text {
		width: 50%;
		margin-left: auto;
		margin-right: 0
	}

	.about-clinic__text .inner {
		display: block;
		margin-left: calc((100% - 465px) * .5) !important
	}
}

.about-clinic__text p {
	line-height: 1.80556vw;
	margin: -.41667vw 0vw 2.56944vw 0vw;
	letter-spacing: 0.1em
}

@media (min-width: 1440px) {
	.about-clinic__text p {
		/*line-height: 26px*/
	}
}

@media (min-width: 1440px) {
	.about-clinic__text p {
		margin: -6px 0px 37px 0px
	}
}

@media (max-width: 767px) {
	.about-clinic__text {
		font-weight: 300
	}

	.about-clinic__text .inner {
		width: 100%;
		font-size: 3.33333vw
	}

	.about-clinic__text p {
		line-height: 5.73333vw;
		margin: -1.33333vw 0vw 5.6vw 0vw
	}
}

@-webkit-keyframes kf-crossfade {
	0% {
		opacity: 0
	}

	35% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	85% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes kf-crossfade {
	0% {
		opacity: 0
	}

	35% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	85% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.top-treatment {
	width: calc(100% - 80px);
	max-width: 1600px;
	padding-top: 40px;
	margin: 0 auto 130px;
	position: relative
}

@media (max-width: 767px) {
	.top-treatment {
		width: 89.33333vw;
		margin-bottom: 22.66667vw;
		padding-top: 6.66667vw
	}
}

.top-treatment__border {
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
	transition: -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1)
}

.top-treatment__border.active {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.top-treatment__title {
	width: 43.47222vw;
	margin-bottom: 10.41667vw
}

@media (min-width: 1440px) {
	.top-treatment__title {
		width: 626px
	}
}

@media (min-width: 1440px) {
	.top-treatment__title {
		margin-bottom: 150px
	}
}

@media (max-width: 767px) {
	.top-treatment__title {
		width: 58.4vw;
		margin-bottom: 10.66667vw
	}
}

.top-treatment__title img {
	width: 100%;
	height: auto;
	display: block
}

@media (min-width: 768px) and (max-width: 1440px) {
	.top-treatment__copy {
		position: absolute;
		top: 45px;
		right: 0;
		width: 50%
	}

	.top-treatment__copy .small,
	.top-treatment__copy .large {
		margin-left: 13.5% !important
	}
}

@media (min-width: 1440px) {
	.top-treatment__copy {
		position: absolute;
		top: 45px;
		right: 0;
		width: 50%
	}

	.top-treatment__copy .small,
	.top-treatment__copy .large {
		margin-left: calc((100% - 468px) * .5) !important
	}
}

.top-treatment__copy.active .large em {
	-webkit-transition: -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
	transition: -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

@media (max-width: 767px) {
	.top-treatment__copy.active .large span:nth-of-type(1) {
		letter-spacing: -.02em
	}

	.top-treatment__copy.active .large span:nth-of-type(2) {
		letter-spacing: -.052em
	}
}

.top-treatment__copy.active .large span:nth-of-type(1) em {
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.top-treatment__copy.active .large span:nth-of-type(2) em {
	-webkit-transition-delay: .45s;
	transition-delay: .45s
}

.top-treatment__copy.active .large span:nth-of-type(3) em {
	-webkit-transition-delay: .7s;
	transition-delay: .7s
}

.top-treatment__copy .small {
	font-size: 1.04167vw;
	margin-top: .69444vw;
	margin-bottom: 2.43056vw;
	line-height: 1;
	display: block;
	font-weight: 400;
	overflow: hidden
}

@media (min-width: 1440px) {
	.top-treatment__copy .small {
		font-size: 15px
	}
}

@media (min-width: 1440px) {
	.top-treatment__copy .small {
		margin-top: 10px
	}
}

@media (min-width: 1440px) {
	.top-treatment__copy .small {
		margin-bottom: 35px
	}
}

.top-treatment__copy .small em {
	margin-left: .25em;
	-webkit-transform: translate3d(0, 150%, 0);
	transform: translate3d(0, 150%, 0)
}

.top-treatment__copy .small.active em {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
	transition: -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.top-treatment__copy .large {
	font-size: 4.16667vw;
	line-height: 4.44444vw;
	margin: -.34722vw 0vw -.34722vw 0vw;
	display: block;
	font-weight: 100;
	letter-spacing: 0.02em
}

@media (min-width: 1440px) {
	.top-treatment__copy .large {
		font-size: 60px
	}
}

@media (min-width: 1440px) {
	.top-treatment__copy .large {
		line-height: 64px
	}
}

@media (min-width: 1440px) {
	.top-treatment__copy .large {
		margin: -5px 0px -5px 0px
	}
}

.top-treatment__copy .large span {
	overflow: hidden;
	display: inline-block
}

.top-treatment__copy .large .last-word {
	display: inline-block;
	width: 0.4em
}

.top-treatment__copy .large em {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}

@media (max-width: 767px) {
	.top-treatment__copy {
		width: 100%;
		position: relative;
		margin-bottom: 9.33333vw
	}

	.top-treatment__copy .small {
		font-size: 3.2vw;
		margin-bottom: 3.6vw;
		font-weight: 300
	}

	.top-treatment__copy .large {
		font-size: 7.5vw;
		line-height: 9.33333vw;
		letter-spacing: -0.08em;
		white-space: nowrap
	}
}

.top-treatment__photos {
	width: 100%;
	margin: 0;
	margin-bottom: .625vw;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media (min-width: 1440px) {
	.top-treatment__photos {
		margin-bottom: 9px
	}
}

@media (min-width: 1440px) {
	.top-treatment__photos {
		height: 1018px
	}
}

@media (max-width: 767px) {
	.top-treatment__photos {
		width: 100vw;
		margin: 0vw -5.33333vw 16vw -5.33333vw;
		/*height: 88vw*/
	}
}

.top-treatment__photo1 {
	position: absolute;
	width: 47.22222vw;
	top: 0;
	left: 0
}

@media (min-width: 1440px) {
	.top-treatment__photo1 {
		width: 680px
	}
}

.top-treatment__photo1 img {
	width: 100%;
	height: auto;
	display: block
}

@media (max-width: 767px) {
	.top-treatment__photo1 {
		left: 0;
		width: 48.4%;
		height: 88vw;
		background: url(../img/top/treatment_bg_sp.jpg) no-repeat bottom left;
		background-size: cover
	}

	.top-treatment__photo1 img {
		display: none
	}
}
@media (min-width: 768px) {
.top-treatment__copy2,.top-treatment__photo2{
	width: 50%;
}
}
@media (max-width: 767px) {
.top-treatment__copy2{
	order: 2;
}.top-treatment__photo2{
	order: 1;
}
}

.top-treatment__copy2{
	background: url(../img/treatment_bg.jpg) no-repeat ;
	background-size: cover;
	padding: 10%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;

}


@media (max-width: 767px) {
	.top-treatment__copy2 {
	
	}
}

.top-treatment__photo2 {

}

@media (min-width: 1440px) {
	.top-treatment__photo2 {
	
	}
}

.top-treatment__photo2 img {
	width: 100%;
	height: auto;
	display: block
}

@media (min-width: 768px) {
	.top-treatment__photo2 {
	
	}
}

@media (max-width: 767px) {
	.top-treatment__photo2 {

	}
}



.top-treatment__text {
	font-weight: 400;
	text-align: right
}

.top-treatment__text .inner {
	/*width: 39.23611vw;*/
	font-size: 1.04167vw;
	display: inline-block;
	text-align: left
}

@media (min-width: 1440px) {
	/*.top-treatment__text .inner {
		width: 565px
	}*/
}

@media (min-width: 1440px) {
	.top-treatment__text .inner {
		font-size: 15px
	}
}

@media (min-width: 768px) and (max-width: 1440px) {
	.top-treatment__text {
		/*width: 50%;
		margin-left: auto;*/
		margin-right: 0
	}

	.top-treatment__text .inner {
		display: block;
		/*margin-left: 14% !important*/
	}
}

@media (min-width: 1440px) {
	.top-treatment__text {
		/* width: 50%; */
        /* margin-left: auto;*/
		margin-right: 0
	}

	.top-treatment__text .inner {
		display: block;
		/*margin-left: calc((100% - 465px) * .5) !important*/
	}
}

.top-treatment__text p {
	line-height: 1.80556vw;
	margin: -.41667vw 0vw 2.56944vw 0vw;
	letter-spacing: 0.1em
}

@media (min-width: 1440px) {
	.top-treatment__text p {
		/*line-height: 26px*/
	}
}

@media (min-width: 1440px) {
	.top-treatment__text p {
		margin: -6px 0px 37px 0px
	}
}

@media (max-width: 767px) {
	.top-treatment__text {
		font-weight: 300
	}

	.top-treatment__text .inner {
		width: 100%;
		font-size: 3.33333vw
	}

	.top-treatment__text p {
		line-height: 5.73333vw;
		margin: -1.33333vw 0vw 5.6vw 0vw
	}
}

.top-links {
	width: calc(100% - 80px);
	max-width: 1600px;
	margin: 0 auto 202px
}

@media (max-width: 767px) {
	.top-links {
		width: 100%;
		padding: 0vw 5.33333vw 0vw 5.33333vw;
		margin-bottom: 22.4vw
	}
}

.top-links:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

.top-links .en {
	position: relative;
	font-size: 112px;
	font-family:var(--aboreto-font-family);
	font-style: normal;
	line-height: 1;
	margin: 0 0 3px;
	display: block;
	mix-blend-mode: difference;
	z-index: 2
}

@media (min-width: 768px) and (max-width: 1440px) {
	.top-links .en {
		font-size: 7.77778vw;
		margin: 0vw 0vw .4vw 0vw
	}
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
	.top-links .en {
		font-size: 112px
	}
}

@media (max-width: 767px) {
	.top-links .en {
		font-size: 9.6vw;
		font-family:var(--aboreto-font-family);
		font-style: normal;
		margin: 0vw 0vw 4.8vw 0vw
	}
}

.top-links .ja {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 1;
	text-align: right;
	mix-blend-mode: difference;
	z-index: 2
}

@media (max-width: 767px) {
	.top-links .ja {
		font-size: 3.33333vw
	}
}

.top-links .ja .inner {
	display: inline-block;
	padding-left: 22px;
	position: relative
}

@media (max-width: 767px) {
	.top-links .ja .inner {
		padding-left: 4.8vw
	}
}

.top-links .ja .inner:before {
	content: "";
	display: block;
	width: 13px;
	height: 11px;
	background: url(../img/common/link_arrow.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (max-width: 767px) {
	.top-links .ja .inner:before {
		width: 2.4vw;
		height: 2.8vw
	}
}

.top-links li {
	position: relative;
	z-index: 1;
	overflow: hidden
}

.top-links li:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #756c63;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	will-change: transform, background-color;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%
}

.top-links li:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 2px);
	background-color: #e5e4e3;
	will-change: transform;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	z-index: 3
}

.top-links li a {
	display: block;
	padding: 25px 0 42px
}

@media (min-width: 768px) and (max-width: 1440px) {
	.top-links li a {
		padding: 1.73611vw 0vw 2.91667vw 0vw
	}
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
	.top-links li a {
		padding: 25px 0px 42px 0px
	}
}

@media (max-width: 767px) {
	.top-links li a {
		padding: 2.93333vw 0vw 4.26667vw 0vw
	}
}

.top-links li.-enter .hover {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	transition: -webkit-transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.7s cubic-bezier(0.16, 1, 0.3, 1)
}

.top-links li.-leave .hover {
	background-color: #555;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: background-color 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
	transition: background-color 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.6s linear;
	transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.6s linear, -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1)
}

.top-links li .hover {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	height: 135%;
	width: 100%;
	will-change: transform, background-color;
	background-color: #cdcdcd;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-clip-path: inset(0% 0% 0% 0% round 0 25% 0 0);
	clip-path: inset(0% 0% 0% 0% round 0 25% 0 0)
}

.top-links.active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.87, 0, 0.13, 1);
	transition: -webkit-transform 1s cubic-bezier(0.87, 0, 0.13, 1);
	transition: transform 1s cubic-bezier(0.87, 0, 0.13, 1);
	transition: transform 1s cubic-bezier(0.87, 0, 0.13, 1), -webkit-transform 1s cubic-bezier(0.87, 0, 0.13, 1)
}

.top-links.active li:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	background-color: #555;
	-webkit-transition: background-color 0.8s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 1s cubic-bezier(0.87, 0, 0.13, 1);
	transition: background-color 0.8s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 1s cubic-bezier(0.87, 0, 0.13, 1);
	transition: transform 1s cubic-bezier(0.87, 0, 0.13, 1), background-color 0.8s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition: transform 1s cubic-bezier(0.87, 0, 0.13, 1), background-color 0.8s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 1s cubic-bezier(0.87, 0, 0.13, 1)
}

.top-links.active li:after {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1)
}

.top-links.active li:nth-of-type(1):before {
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}

.top-links.active li:nth-of-type(1):after {
	-webkit-transition-delay: 1s, .4s;
	transition-delay: 1s, .4s
}

.top-links.active li:nth-of-type(2):before {
	-webkit-transition-delay: .7s;
	transition-delay: .7s
}

.top-links.active li:nth-of-type(2):after {
	-webkit-transition-delay: 1.3s, .7s;
	transition-delay: 1.3s, .7s
}

.top-links.active li:nth-of-type(3):before {
	-webkit-transition-delay: 1s;
	transition-delay: 1s
}

.top-links.active li:nth-of-type(3):after {
	-webkit-transition-delay: 1.6s, 1s;
	transition-delay: 1.6s, 1s
}

.about-main,
.treatment-main {
	position: relative;
	width: calc(100% - 80px);
	max-width: 1520px;
	margin: 0 auto 124px;
	padding: 37px 0 0
}

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

	.about-main,
	.treatment-main {
		padding-top: 2.56944vw
	}
}

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

	.about-main,
	.treatment-main {
		padding-top: 37px
	}
}

@media (max-width: 767px) {

	.about-main,
	.treatment-main {
		width: 89.33333vw;
		padding-top: 6.66667vw;
		margin-bottom: 18.13333vw
	}
}

.about-main__title,
.treatment-main__title {
	font-size: 28px;
	font-family: "twkeverett_ultralight", sans-serif;
	font-style: normal;
	line-height: 1;
	margin-bottom: 171px;
	letter-spacing: 0.04em
}

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

	.about-main__title,
	.treatment-main__title {
		font-size: 1.94444vw;
		margin-bottom: 11.875vw
	}
}

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

	.about-main__title,
	.treatment-main__title {
		font-size: 28px
	}
}

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

	.about-main__title,
	.treatment-main__title {
		margin-bottom: 171px
	}
}

@media (max-width: 767px) {

	.about-main__title,
	.treatment-main__title {
		font-size: 3.73333vw;
		margin-bottom: 12vw
	}
}

.about-main__copy,
.treatment-main__copy {
	font-size: 80px;
	line-height: 94px;
	font-weight: 100;
	margin: -7px 0;
	position: absolute;
	top: 136px;
	left: 0;
	mix-blend-mode: difference;
	z-index: 1
}

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

	.about-main__copy,
	.treatment-main__copy {
		top: 9.44444vw;
		font-size: 5.55556vw;
		line-height: 6.52778vw;
		margin: -.48611vw 0vw -.48611vw 0vw
	}
}

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

	.about-main__copy,
	.treatment-main__copy {
		top: 136px
	}
}

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

	.about-main__copy,
	.treatment-main__copy {
		font-size: 80px
	}
}

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

	.about-main__copy,
	.treatment-main__copy {
		line-height: 94px
	}
}

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

	.about-main__copy,
	.treatment-main__copy {
		margin: -7px 0px -7px 0px
	}
}

@media (max-width: 767px) {

	.about-main__copy,
	.treatment-main__copy {
		position: relative;
		top: auto;
		left: auto;
		font-size: 8.53333vw;
		line-height: 10.13333vw;
		margin: 0vw 0vw 8.8vw 0vw
	}
}

.about-main__copy span,
.treatment-main__copy span {
	display: inline-block;
	width: 0
}

.about-main__copy.copy-treatment,
.treatment-main__copy.copy-treatment {
	letter-spacing: -0.08em;
	white-space: nowrap
}

.about-main__photo1,
.treatment-main__photo1 {
	position: relative;
	width: 680px;
	margin: 0 auto 80px
}

.about-main__photo1 img,
.treatment-main__photo1 img {
	width: 100%;
	height: auto;
	display: block
}

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

	.about-main__photo1,
	.treatment-main__photo1 {
		width: 47.22222vw
	}
}

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

	.about-main__photo1,
	.treatment-main__photo1 {
		width: 680px
	}
}

@media (max-width: 767px) {

	.about-main__photo1,
	.treatment-main__photo1 {
		width: 58.93333vw;
		margin-bottom: 9.6vw
	}
}

.about-main__text,
.treatment-main__text {
	font-size: 17px;
	font-weight: 300;
	line-height: 30px;
	margin: -7px auto;
	width: 680px;
	text-align: justify;
	letter-spacing: 0.1em
}

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

	.about-main__text,
	.treatment-main__text {
		width: 47.22222vw
	}
}

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

	.about-main__text,
	.treatment-main__text {
		width: 680px
	}
}

@media (max-width: 767px) {

	.about-main__text,
	.treatment-main__text {
		width: 100%;
		font-size: 3.33333vw;
		line-height: 5.73333vw
	}
}

@media (max-width: 767px) {
	.about-main__copy::first-line {
		letter-spacing: 0
	}
}

.about-main-nav,
.treatment-main-nav {
	position: absolute;
	top: 486px;
	left: 0
}

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

	.about-main-nav,
	.treatment-main-nav {
		top: 33.75vw
	}
}

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

	.about-main-nav,
	.treatment-main-nav {
		top: 486px
	}
}

@media (max-width: 767px) {

	.about-main-nav,
	.treatment-main-nav {
		display: none
	}
}

.about-main-nav ul,
.about-main-nav li,
.treatment-main-nav ul,
.treatment-main-nav li {
	display: block;
	line-height: 1
}

.about-main-nav li,
.treatment-main-nav li {
	margin: -4px 0 12px
}

.about-main-nav a,
.treatment-main-nav a {
	line-height: 1;
	display: inline-block;
	padding-bottom: 5px;
	position: relative;
	font-size: 13px;
	letter-spacing: 0.22em
}

.about-main-nav a:after,
.treatment-main-nav a:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #6c7071;
	position: absolute;
	bottom: 0;
	left: 0
}

.about-main-nav a:hover:after,
.treatment-main-nav a:hover:after {
	-webkit-animation: kf-nav-hover .8s linear forwards;
	animation: kf-nav-hover .8s linear forwards
}

@-webkit-keyframes kf-nav-hover {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
		-webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
		animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715)
	}

	20% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0
	}

	21% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
		animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1)
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}
}

@keyframes kf-nav-hover {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
		-webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
		animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715)
	}

	20% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0
	}

	21% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
		animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1)
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}
}

.facility {
	width: calc(100% - 80px);
	max-width: 1520px;
	margin: 0 auto 80px;
	padding: 43px 0 0;
	position: relative
}

.facility:last-of-type {
	margin-bottom: 160px
}

.facility.no-border:after {
	display: none
}

.facility:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	will-change: transform, background-color;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%
}

.facility.active:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	background-color: #555;
	-webkit-transition: background-color 0.8s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 1s cubic-bezier(0.87, 0, 0.13, 1);
	transition: background-color 0.8s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 1s cubic-bezier(0.87, 0, 0.13, 1);
	transition: transform 1s cubic-bezier(0.87, 0, 0.13, 1), background-color 0.8s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition: transform 1s cubic-bezier(0.87, 0, 0.13, 1), background-color 0.8s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 1s cubic-bezier(0.87, 0, 0.13, 1)
}

@media (max-width: 767px) {
	.facility {
		width: 89.33333vw;
		padding-top: 6.66667vw;
		margin-bottom: 8vw
	}

	.facility:last-of-type {
		margin-bottom: 13.33333vw
	}
}

.facility__title {
	font-size: 42px;
	line-height: 1;
	color: #e5e5e5;
	font-weight: 300;
	margin: 0 0 100px;
	letter-spacing: 0.08em
}

@media (max-width: 767px) {
	.facility__title {
		font-size: 6.4vw;
		margin-bottom: 4vw
	}
}

.about-items {
	margin-bottom: 90px
}

@media (max-width: 767px) {
	.about-items {
		margin-bottom: 8vw
	}
}

.about-image {
	position: relative;
	width: 100%;
	margin: 0 0 45px
}

@media (max-width: 767px) {
	.about-image {
		margin-bottom: 1.33333vw
	}
}

.about-image--mb0 {
	margin-bottom: 0
}

.about-image img {
	width: 100%;
	height: auto;
	display: block
}

.about-staff {
	padding-top: 35px
}

@media (max-width: 767px) {
	.about-staff {
		padding-top: 0vw
	}
}

.about-staff .facility__title {
	margin: 0 0 85px
}

@media (max-width: 767px) {
	.about-staff .facility__title {
		margin-bottom: 4vw
	}
}

.about-item {
	position: relative;
	padding: 40px 0 40px 0
}

@media (min-width: 768px) {
	.about-item {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media (max-width: 767px) {
	.about-item {
		min-height: auto;
		padding: 9.33333vw 0vw 9.33333vw 0vw
	}
}

.about-item__line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	will-change: transform, background-color;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%
}

.about-item__line.active {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	background-color: #555;
	-webkit-transition: background-color 0.8s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 1s cubic-bezier(0.87, 0, 0.13, 1);
	transition: background-color 0.8s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 1s cubic-bezier(0.87, 0, 0.13, 1);
	transition: transform 1s cubic-bezier(0.87, 0, 0.13, 1), background-color 0.8s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition: transform 1s cubic-bezier(0.87, 0, 0.13, 1), background-color 0.8s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 1s cubic-bezier(0.87, 0, 0.13, 1)
}

.about-item:last-of-type:after {
	display: none
}

.about-item__desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.about-item__desc.is-reverse {
	margin-left: 10px;
}


.about-item__title {
	font-size: 24px;
	line-height: 1.5;
	margin: -6px 0 23px;
	color: #e5e5e5;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.about-item__title.is-reverse {
	margin-bottom: -20px;
}

@media (max-width: 767px) {
	.about-item__title {
		font-size: 4vw;
		line-height: 6.13333vw;
		margin: -1.06667vw 0vw 4.66667vw 0vw;
	}
}

.about-item__text {
	font-size: 17px;
	line-height: 30px;
	margin: -7px 0 0;
	font-weight: 300;
	letter-spacing: 0.1em
}

@media (max-width: 767px) {
	.about-item__text {
		font-size: 3.33333vw;
		line-height: 5.73333vw;
		margin: -1.33333vw 0vw 8.26667vw 0vw
	}

	.about-item__text br {
		display: none
	}
}

@media (min-width: 768px) {
	.about-item__image {
		width: 556px
	}
}

@media (min-width: 768px) and (max-width: 1440px) {
	.about-item__image {
		width: 38.61111vw
	}
}

@media (min-width: 768px) and (max-width: 1440px) and (min-width: 1440px) {
	.about-item__image {
		width: 556px
	}
}

@media (max-width: 767px) {
	.about-item__image {
		position: relative;
		width: 58.93333vw;
		margin: 0 auto
	}
}

.about-item__image img {
	width: 100%;
	height: auto;
	display: block
}

.is-tablet .about-item__desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 30px
}

.treatment-main__copy {
	letter-spacing: -.02em !important
}

@media (max-width: 767px) {
	.treatment-main__copy {
		letter-spacing: -0.055em !important
	}

	.treatment-main__copy::first-line {
		letter-spacing: -.02em
	}
}

.plan:last-of-type {
	margin-bottom: 201px
}

@media (max-width: 767px) {
	.plan:last-of-type {
		margin-bottom: 22.66667vw
	}
}

.plan-header {
	width: 100%;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

@media (min-width: 768px) {
	.plan-header {
		height: 490px
	}
}

@media (max-width: 767px) {
	.plan-header {
		padding: 0vw 5.33333vw 0vw 5.33333vw;
		height: 68.66667vw
	}
}

.plan-header--1 {
	background-image: url(../img/treatment/header_bg1.jpg)
}

@media (max-width: 767px) {
	.plan-header--1 {
		background-image: url(../img/treatment/header_bg1_sp.jpg)
	}
}

.plan-header--2 {
	background-image: url(../img/treatment/header_bg2.jpg)
}

@media (max-width: 767px) {
	.plan-header--2 {
		background-image: url(../img/treatment/header_bg2_sp.jpg)
	}
}

.plan-header--3 {
	background-image: url(../img/treatment/header_bg3.jpg)
}

@media (max-width: 767px) {
	.plan-header--3 {
		background-image: url(../img/treatment/header_bg3_sp.jpg)
	}
}

@media (min-width: 768px) {
	.plan-header__inner {
		max-width: 1520px;
		width: calc(100% - 80px);
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		height: 100%
	}
}

@media (max-width: 767px) {
	.plan-header__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%
	}
}

.plan-header__title {
	width: 50%;
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 0.1em
}

@media (min-width: 768px) {
	.plan-header__title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%
	}
}

@media (max-width: 767px) {
	.plan-header__title {
		font-size: 6.4vw;
		line-height: 9.33333vw;
		width: 100%;
		margin-bottom: 3.46667vw
	}
}

.plan-header__text {
	width: 50%;
	font-size: 15px;
	font-weight: 26px;
	font-weight: 300;
	letter-spacing: 0.1em
}

@media (min-width: 768px) {
	.plan-header__text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%
	}
}

@media (max-width: 767px) {
	.plan-header__text {
		font-size: 3.33333vw;
		line-height: 5.73333vw;
		width: 100%
	}

	.plan-header__text br {
		display: none
	}
}

.plan-items {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	margin-bottom: -1px
}

.plan-items:before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 33.333333333333333%;
	background-color: #555
}

.plan-items:after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 66.666666666666667%;
	background-color: #555
}

@media (min-width: 768px) and (max-width: 1025px) {
	.plan-items:before {
		left: 50%
	}

	.plan-items:after {
		display: none
	}
}

@media (max-width: 767px) {

	.plan-items:before,
	.plan-items:after {
		display: none
	}
}

.plan-item {
	width: 33.333333333333333%;
	padding: 42px 38px 440px 38px;
	position: relative
}

@media (max-width: 767px) {
	.plan-item {
		padding: 8vw 5.33333vw 8.53333vw 5.33333vw
	}
}

.plan-item:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #555;
	position: absolute;
	bottom: 0;
	left: 0
}

@media (max-width: 767px) {
	.plan-item:after {
		display: none
	}
}

.plan-item.active .plan-item__title,
.plan-item.active .plan-item__text,
.plan-item.active .plan-item__link {
	-webkit-transition: opacity 1.5s ease-out;
	transition: opacity 1.5s ease-out;
	opacity: 1
}

@media (min-width: 1026px) {
	.plan-item:nth-of-type(3n+1):after {
		width: calc(100% - 40px);
		left: auto;
		right: 0
	}

	.plan-item:nth-of-type(3n+3):after {
		width: calc(100% - 40px)
	}
}

@media (min-width: 768px) and (max-width: 1025px) {
	.plan-item {
		width: 50%
	}

	.plan-item:nth-of-type(2n+1):after {
		width: calc(100% - 40px);
		left: auto;
		right: 0
	}

	.plan-item:nth-of-type(2n+2):after {
		width: calc(100% - 40px)
	}
}

@media (max-width: 767px) {
	.plan-item {
		width: 100%
	}
}

.plan-item__line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	will-change: transform, background-color;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%
}

@media (min-width: 768px) {
	.plan-item__line {
		display: none
	}
}

.plan-item__line.active {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	background-color: #555;
	-webkit-transition: background-color 0.8s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 1s cubic-bezier(0.87, 0, 0.13, 1);
	transition: background-color 0.8s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 1s cubic-bezier(0.87, 0, 0.13, 1);
	transition: transform 1s cubic-bezier(0.87, 0, 0.13, 1), background-color 0.8s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition: transform 1s cubic-bezier(0.87, 0, 0.13, 1), background-color 0.8s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 1s cubic-bezier(0.87, 0, 0.13, 1)
}

.plan-item__title {
	font-size: 20px;
	line-height: 26px;
	margin: -3px 0 22px;
	letter-spacing: 0.1em;
	opacity: 0
}

.plan-item__title span {
	font-size: 13px
}

@media (max-width: 767px) {
	.plan-item__title {
		font-size: 4vw;
		line-height: 6.13333vw;
		margin: 0vw 0vw 2.93333vw 0vw
	}

	.plan-item__title span {
		font-size: 2.93333vw
	}
}

.plan-item__text {
	font-size: 15px;
	line-height: 26px;
	margin: -6px 0;
	letter-spacing: 0.1em;
	opacity: 0
}

@media (max-width: 767px) {
	.plan-item__text {
		font-size: 3.33333vw;
		line-height: 5.73333vw;
		margin: 0vw 0vw 8.66667vw 0vw
	}
}

.plan-item__image {
	position: absolute;
	width: 230px;
	height: 230px;
	bottom: 134px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	cursor: pointer;
	overflow: hidden
}

.plan-item__image img {
	width: 100%;
	height: auto;
	display: block
}

@media (min-width: 768px) {
	.plan-item__image img {
		-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-clip-path 1s cubic-bezier(0.77, 0, 0.175, 1) !important;
		transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-clip-path 1s cubic-bezier(0.77, 0, 0.175, 1) !important;
		transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), clip-path 1s cubic-bezier(0.77, 0, 0.175, 1) !important;
		transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), clip-path 1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-clip-path 1s cubic-bezier(0.77, 0, 0.175, 1) !important
	}
}

@media (max-width: 767px) {
	.plan-item__image {
		position: relative;
		bottom: auto;
		left: auto;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		width: 44.4vw;
		height: auto;
		margin: 0 auto;
		margin-bottom: 8.8vw
	}
}

@media (min-width: 768px) {
	.plan-item__image:hover img {
		-webkit-transform: scale(1.03) !important;
		transform: scale(1.03) !important;
		-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) !important;
		transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) !important;
		transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) !important;
		transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) !important
	}
}

.plan-item__link {
	font-size: 15px;
	line-height: 1;
	display: inline-block;
	padding-left: 22px;
	position: relative;
	letter-spacing: 0.22em;
	position: absolute;
	bottom: 44px;
	left: 40px;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1)
}

@media (max-width: 767px) {
	.plan-item__link {
		position: relative;
		bottom: auto;
		left: auto;
		margin: auto;
		font-size: 3.33333vw;
		letter-spacing: 0.1em;
		padding-left: 4vw
	}
}

.plan-item__link:before {
	content: "";
	display: block;
	width: 13px;
	height: 11px;
	background: url(../img/common/link_arrow.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (max-width: 767px) {
	.plan-item__link:before {
		width: 2.4vw;
		height: 2.8vw
	}
}

.plan-item__link:hover {
	-webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) !important;
	transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) !important;
	opacity: 0.7 !important
}

@media (max-width: 1025px) {
	.plan-item.plan-item--blank {
		display: none
	}
}

.is-tablet .plan-item {
	padding: 42px 28px 360px 38px
}

.is-tablet .plan-item__image {
	bottom: 95px
}

.is-tablet .plan-item__text br {
	display: none
}

.plan-modal-inner {
	width: 100%;
	height: 100%
}

@media (max-width: 767px) {
	.plan-modal-inner {
		position: relative
	}
}

.plan-modal {
	width: 0;
	height: 0;
	position: fixed;
	z-index: 400;
	overflow: hidden
}

.plan-modal.active {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	-webkit-transition: background-color 0.8s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: background-color 0.8s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1)
}

@media (max-width: 767px) {
	.plan-modal.active {
		-webkit-transition: background-color 0.7s cubic-bezier(0.39, 0.575, 0.565, 1);
		transition: background-color 0.7s cubic-bezier(0.39, 0.575, 0.565, 1)
	}

	.plan-modal.active .plan-modal__image {
		width: 100vw;
		height: 100vw
	}
}

.plan-modal.direct {
	background-color: #000;
	-webkit-transition: none;
	transition: none
}

.plan-modal.showtext .plan-modal-inner {
	height: 100%
}

@media (max-width: 767px) {
	.plan-modal.showtext .plan-modal-inner {
		overflow-y: scroll
	}
}

.plan-modal.showtext .plan-modal__content-inner {
	display: block
}

.plan-modal.showtext2 .plan-modal__content-inner {
	opacity: 1;
	-webkit-transition: opacity 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: opacity 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

.plan-modal.hide {
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: background-color 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: background-color 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

.plan-modal.hide .plan-modal__content-inner {
	opacity: 0;
	-webkit-transition: opacity 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: opacity 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

.plan-modal__image {
	position: relative;
	width: 230px;
	height: 230px;
	overflow: hidden;
	pointer-events: none
}

@media (min-width: 768px) {
	.plan-modal__image.white {
		background-color: #fff
	}
}

.plan-modal__image img {
	position: absolute;
	width: calc(100% + 1px);
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

@media (max-width: 767px) {
	.plan-modal__image img {
		width: 100%;
		height: auto
	}
}

.plan-modal__image img.pos-rc {
	-o-object-position: 0 50%;
	object-position: 0 50%
}

@media (max-width: 767px) {
	.plan-modal__image {
		width: 30.93333vw;
		height: 30.93333vw
	}
}

.plan-modal__content {
	width: 0;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	right: 0;
	height: 100%
}

.plan-modal__content-inner {
	display: none;
	font-weight: 300;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.1em;
	opacity: 0
}

@media (min-width: 768px) {
	.plan-modal__content-inner {
		overflow-y: scroll;
		height: 100%;
		padding: 120px 8.88889% 134px calc(50vw + 8.88889%);
		width: 100%
	}
}

@media (max-width: 767px) {
	.plan-modal__content-inner {
		padding-top: 112.66667vw;
		padding-right: 5.33333vw;
		padding-left: 5.33333vw;
		padding-bottom: 22.66667vw;
		font-size: 3.33333vw;
		line-height: 5.73333vw
	}
}

.plan-modal__content-inner h4 {
	font-weight: 300;
	font-size: 30px;
	line-height: 34px;
	letter-spacing: 0.08em;
	margin: -2px 0 77px;
	font-family: "twkeverett_light", 'Noto Sans JP', sans-serif
}

.plan-modal__content-inner h4 span {
	font-size: 20px
}

@media (max-width: 767px) {
	.plan-modal__content-inner h4 {
		font-size: 6.4vw;
		line-height: 7.6vw;
		letter-spacing: 0.1em;
		margin: -.8vw 0vw 11.86667vw 0vw
	}

	.plan-modal__content-inner h4 span {
		font-size: 5.06667vw
	}
}

.plan-modal__content-inner p {
	margin: -6px 0 74px
}

@media (max-width: 767px) {
	.plan-modal__content-inner p {
		font-size: 3.33333vw;
		line-height: 5.73333vw;
		letter-spacing: 0.1em;
		margin: -1.33333vw 0vw 16.53333vw 0vw
	}
}

.plan-modal__content-inner h5 {
	font-weight: 300;
	font-size: 23px;
	line-height: 1.5;
	margin: 67px 0 40px
}

@media (max-width: 767px) {
	.plan-modal__content-inner h5 {
		font-size: 4.53333vw;
		margin: 17.86667vw 0vw 10.66667vw 0vw
	}
}

.plan-modal__content-inner h6 {
	font-weight: 300;
	font-size: 20px;
	margin: -3px 0 20px
}

@media (max-width: 767px) {
	.plan-modal__content-inner h6 {
		font-size: 4vw;
		line-height: 6.13333vw;
		margin: -1.06667vw 0vw 4.8vw 0vw
	}
}

.plan-modal__content-inner dl {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-bottom: 1px solid #555555;
	margin-bottom: 80px
}

@media (max-width: 767px) {
	.plan-modal__content-inner dl {
		margin-bottom: 17.33333vw
	}
}

.plan-modal__content-inner dl.no-border {
	border: none
}

.plan-modal__content-inner dl.no-border dt,
.plan-modal__content-inner dl.no-border dd {
	border: none;
	padding-top: 0;
	margin-top: -.5em
}

@media (max-width: 767px) {
	.plan-modal__content-inner dl.size-type1 dt {
		width: 50%
	}

	.plan-modal__content-inner dl.size-type1 dd {
		width: 50%
	}
}

.plan-modal__content-inner dl.size-type2 dt {
	width: 35%
}

.plan-modal__content-inner dl.size-type2 dd {
	width: 65%
}

@media (max-width: 767px) {
	.plan-modal__content-inner dl.size-type2 dt {
		width: 30%
	}

	.plan-modal__content-inner dl.size-type2 dd {
		width: 70%
	}
}

@media (min-width: 768px) {
	.plan-modal__content-inner dl.size-type3 dt {
		width: 65%
	}

	.plan-modal__content-inner dl.size-type3 dd {
		width: 35%
	}
}

@media (max-width: 767px) {
	.plan-modal__content-inner dl.size-type3 dt {
		width: 67%
	}

	.plan-modal__content-inner dl.size-type3 dd {
		width: 33%
	}
}

.plan-modal__content-inner dl.size-type4 dt {
	width: 60%
}

.plan-modal__content-inner dl.size-type4 dd {
	width: 40%
}

.plan-modal__content-inner dt,
.plan-modal__content-inner dd {
	width: 50%;
	border-top: 1px solid #555555;
	padding: 14px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width: 767px) {

	.plan-modal__content-inner dt,
	.plan-modal__content-inner dd {
		padding: 2.93333vw 0vw 2.93333vw 0vw
	}
}

@media (max-width: 767px) {
	.plan-modal__content-inner dt {
		width: 60%
	}

	.plan-modal__content-inner dd {
		width: 40%
	}
}

.plan-modal__content-inner li {
	text-indent: -1em;
	padding-left: 1em
}

@media (max-width: 767px) {
	.plan-modal__content {
		width: 100%;
		height: 100vw;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
}

.plan-modal__content.active {
	-webkit-transform: translateX(0px);
	transform: translateX(0px)
}

@media (min-width: 768px) {
	.plan-modal__content.active {
		width: 100%
	}
}

@media (max-width: 767px) {
	.plan-modal__content.active {
		height: 100%;
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}

.plan-modal__close-button {
	position: absolute;
	top: 16px;
	right: 34px;
	width: 28px;
	height: 28px;
	opacity: 0;
	-webkit-transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
	transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
	mix-blend-mode: difference;
	cursor: pointer
}

@media (max-width: 767px) {
	.plan-modal__close-button {
		top: 5.73333vw;
		right: 8.4vw;
		width: 6.13333vw;
		height: 6.13333vw
	}
}

.plan-modal__close-button.active {
	opacity: 1
}

.plan-modal__close-button.active .line1:after,
.plan-modal__close-button.active .line2:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1)
}

.plan-modal__close-button:hover .line1:after,
.plan-modal__close-button:hover .line2:after {
	-webkit-transform: scaleX(1.25);
	transform: scaleX(1.25);
	-webkit-transition: -webkit-transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: -webkit-transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.15s cubic-bezier(0.39, 0.575, 0.565, 1)
}

.plan-modal__close-button.hide {
	pointer-events: none
}

.plan-modal__close-button.hide .line1:after,
.plan-modal__close-button.hide .line2:after {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: -webkit-transform 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: transform 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: transform 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.1s cubic-bezier(0.39, 0.575, 0.565, 1)
}

.plan-modal__close-button .line1,
.plan-modal__close-button .line2 {
	width: 28px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	display: block;
	mix-blend-mode: difference
}

.plan-modal__close-button .line1:after,
.plan-modal__close-button .line2:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1)
}

@media (max-width: 767px) {

	.plan-modal__close-button .line1,
	.plan-modal__close-button .line2 {
		width: 6.13333vw;
		height: 1px
	}
}

.plan-modal__close-button .line1 {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}

.plan-modal__close-button .line2 {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}

.plan-modal-text {
	display: none
}

.is-tablet .plan-modal__content-inner {
	padding: 90px 60px 90px calc(50vw + 60px)
}

@media (min-width: 768px) {
	.staffs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: wrap;
		flex-flow: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: 0 auto;
		width: 100%;
		max-width: 1600px
	}
}

@media (max-width: 767px) {
	.staffs {
		padding-top: 9.33333vw;
		margin-bottom: 32.53333vw
	}
}

.staff {
	position: relative;
	width: calc(50% + 1px)
}

.staff .staff__line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	will-change: transform, background-color;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%
}

.staff .staff__line.active {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	background-color: #555;
	-webkit-transition: background-color 0.8s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 1s cubic-bezier(0.87, 0, 0.13, 1);
	transition: background-color 0.8s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 1s cubic-bezier(0.87, 0, 0.13, 1);
	transition: transform 1s cubic-bezier(0.87, 0, 0.13, 1), background-color 0.8s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition: transform 1s cubic-bezier(0.87, 0, 0.13, 1), background-color 0.8s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 1s cubic-bezier(0.87, 0, 0.13, 1)
}

.staff:last-of-type .staff__line {
	display: none
}

.staff.active .staff__inner {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
	transition: opacity 0.5s ease-in-out, -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
	transition: opacity 0.5s ease-in-out, transform 2s cubic-bezier(0.16, 1, 0.3, 1);
	transition: opacity 0.5s ease-in-out, transform 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1)
}

@media (max-width: 767px) {
	.staff.active .staff__inner {
		-webkit-transition-delay: .15s;
		transition-delay: .15s
	}
}

.staff.active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	background-color: #555;
	-webkit-transition: background-color 0.8s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 1s cubic-bezier(0.87, 0, 0.13, 1);
	transition: background-color 0.8s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 1s cubic-bezier(0.87, 0, 0.13, 1);
	transition: transform 1s cubic-bezier(0.87, 0, 0.13, 1), background-color 0.8s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition: transform 1s cubic-bezier(0.87, 0, 0.13, 1), background-color 0.8s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 1s cubic-bezier(0.87, 0, 0.13, 1)
}

@media (max-width: 767px) {
	.staff {
		width: 89.33333vw;
		margin: 0 auto
	}

	.staff:nth-of-type(1) .staff__inner {
		padding-top: 0
	}

	.staff:nth-of-type(even) .staff__image {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.staff:nth-of-type(even) .staff__image img:nth-of-type(2) {
		right: 0;
		left: auto
	}
}

@media (min-width: 768px) {
	.staff {
		padding-top: 156px;
		padding-bottom: 150px;
		padding: 10.83333vw 0vw 10.41667vw 0vw
	}
}

@media (min-width: 768px) and (min-width: 1440px) {
	.staff {
		padding: 156px 0px 150px 0px
	}
}

@media (min-width: 768px) {
	.staff:before {
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 110%;
		background-color: #fff;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		will-change: transform, background-color
	}

	.staff:nth-of-type(1),
	.staff:nth-of-type(2) {
		padding-top: 0
	}

	.staff:nth-of-type(2n+1) {
		text-align: right;
		padding-right: 10.90278vw
	}
}

@media (min-width: 768px) and (min-width: 1440px) {
	.staff:nth-of-type(2n+1) {
		padding-right: 157px
	}
}

@media (min-width: 768px) {
	.staff:nth-of-type(2n+1):before {
		right: 0
	}

	.staff:nth-of-type(2n+2) {
		width: calc(50% - 1px);
		-webkit-transform: translateY(490px);
		transform: translateY(490px);
		text-align: left;
		margin-left: -1px;
		padding-left: 10.90278vw
	}
}

@media (min-width: 768px) and (min-width: 1440px) {
	.staff:nth-of-type(2n+2) {
		padding-left: 157px
	}
}

@media (min-width: 768px) {
	.staff:nth-of-type(2n+2):before {
		left: 0;
		display: none
	}

	.staff:nth-of-type(2n+2):last-of-type {
		padding-bottom: 490px;
		margin-bottom: 330px
	}

	.staff:nth-of-type(2n+2):last-of-type:before {
		display: block;
		height: calc(100% - 370px)
	}

	.staff:last-of-type {
		padding-bottom: 120px;
		margin-bottom: 210px
	}

	.staff:last-of-type:before {
		display: block;
		height: 100%
	}
}

.staff__inner {
	display: inline-block;
	width: 364px;
	text-align: left;
	width: 25.27778vw;
	opacity: 0;
	-webkit-transform: translate3d(0, 100px, 0);
	transform: translate3d(0, 100px, 0)
}

@media (min-width: 1440px) {
	.staff__inner {
		width: 364px
	}
}

@media (max-width: 767px) {
	.staff__inner {
		width: 100%;
		padding: 13.33333vw 0vw 5.33333vw 0vw;
		-webkit-transform: translate3d(0, 13.33333vw, 0);
		transform: translate3d(0, 13.33333vw, 0)
	}
}

.staff__image {
	width: 100%;
	position: relative
}

@media (max-width: 767px) {
	.staff__image {
		margin-bottom: 12vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.staff__image img {
	width: 100%;
	height: auto;
	display: block
}

.staff__image img:nth-of-type(2) {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}

@media (min-width: 768px) {
	.staff__image img:nth-of-type(2) {
		-webkit-transition: opacity .3s ease-out;
		transition: opacity .3s ease-out
	}

	.staff__image img:nth-of-type(2):hover {
		opacity: 1
	}
}

@media (max-width: 767px) {
	.staff__image img:nth-of-type(2) {
		-webkit-animation: kf-staff-img 5s linear infinite;
		animation: kf-staff-img 5s linear infinite
	}
}

@media (max-width: 767px) {
	.staff__image img {
		width: 39.2vw
	}
}

.staff__copy1 {
	font-family: 'Caveat', cursive;
	font-size: 58px;
	position: absolute;
	top: 35px;
	letter-spacing: 0em;
	mix-blend-mode: difference;
	line-height: 1;
	font-size: 4.02778vw;
	color: #fff
}

@media (min-width: 1440px) {
	.staff__copy1 {
		font-size: 58px
	}
}

@media (max-width: 767px) {
	.staff__copy1 {
		top: 0;
		font-size: 8.53333vw;
		position: relative;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		margin-bottom: 1.6vw;
		padding-left: .2em;
		padding-right: .35em
	}
}

.staff__copy1--r {
	right: 0;
	-webkit-transform: translateX(50%);
	transform: translateX(50%)
}

.staff__copy1--l {
	left: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.staff__copy__wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center
}

.staff__copy2 {
	font-size: 20px;
	font-weight: 300;
	line-height: 26px;
	margin-top: 38px;
	margin-bottom: 18px;
	letter-spacing: 0.1em
}

@media (max-width: 767px) {
	.staff__copy2 {
		font-size: 3.33333vw;
		line-height: 5.73333vw;
		margin: 0
	}
}

.staff__text {
	font-size: 15px;
	font-weight: 300;
	line-height: 26px;
	margin: -6px 0 16px;
	letter-spacing: 0.1em
}

@media (max-width: 767px) {
	.staff__text {
		font-size: 3.33333vw;
		line-height: 5.73333vw;
		margin: 0 0 .2em 0
	}
}

.staff__name {
	font-size: 15px;
	font-weight: 300;
	line-height: 26px;
	margin: -6px 0;
	letter-spacing: 0.1em
}

@media (max-width: 767px) {
	.staff__name {
		font-size: 3.33333vw;
		line-height: 5.73333vw;
		margin: 0
	}
}

@-webkit-keyframes kf-staff-img {
	0% {
		opacity: 0
	}

	47% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	97% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes kf-staff-img {
	0% {
		opacity: 0
	}

	47% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	97% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.is-tablet .staff__image img:nth-of-type(2) {
	-webkit-animation: kf-staff-img 5s linear infinite;
	animation: kf-staff-img 5s linear infinite
}

.access-wrapper {
	width: 100%;
	max-width: 1600px;
	padding: 0 40px;
	margin: 0 auto
}

@media (min-width: 1000px) {
	.access-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media (max-width: 767px) {
	.access-wrapper {
		padding: 0vw 5.33333vw 0vw 5.33333vw
	}
}

.access-container {
	width: 75%
}

@media (max-width: 767px) {
	.access-container {
		width: 100%
	}
}

.access-container section {
	margin-bottom: 200px
}

@media (max-width: 767px) {
	.access-container section {
		margin-bottom: 20.8vw
	}

	.access-container section:last-of-type {
		margin-bottom: 25.33333vw
	}
}

.access-title {
	font-size: 7.77778vw;
	line-height: 1;
	font-family:var(--aboreto-font-family);
	font-style: normal;
	margin-top: -.90278vw;
	margin-bottom: calc(80px - 13px);
	letter-spacing: 0
}

@media (min-width: 1440px) {
	.access-title {
		font-size: 112px
	}
}

@media (min-width: 1440px) {
	.access-title {
		margin-top: -13px
	}
}

@media (min-width: 1440px) {
	.access-title {
		font-size: 112px;
		margin-top: -13px
	}
}

@media (max-width: 767px) {
	.access-title {
		font-family:var(--aboreto-font-family);
		font-style: normal;
		font-size: 9.6vw;
		margin: 0vw 0vw 6.66667vw 0vw
	}
}

.access p {
	font-size: 15px;
	line-height: 30px;
	margin: -7px 0 3px;
	letter-spacing: 0.1em
}

@media (max-width: 767px) {
	.access p {
		font-weight: 300;
		font-size: 3.33333vw;
		line-height: 5.73333vw;
		margin: -1.33333vw 0vw 1.33333vw 0vw
	}
}

.access .access__tel {
	position: relative
}

.access .access__tel:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.access .access__tel:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	background-color: #555;
	-webkit-transition: background-color .56s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform .7s cubic-bezier(0.16, 1, 0.3, 1);
	transition: background-color .56s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform .7s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform .7s cubic-bezier(0.16, 1, 0.3, 1), background-color .56s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: transform .7s cubic-bezier(0.16, 1, 0.3, 1), background-color .56s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform .7s cubic-bezier(0.16, 1, 0.3, 1)
}

.access .googlemap-link {
	font-size: 15px;
	line-height: 1;
	display: inline-block;
	padding-left: 22px;
	position: relative;
	letter-spacing: 0.14em
}

@media (max-width: 767px) {
	.access .googlemap-link {
		font-size: 3.33333vw;
		letter-spacing: 0.1em;
		padding-left: 4.26667vw
	}
}

.access .googlemap-link:before {
	content: "";
	display: block;
	width: 13px;
	height: 11px;
	background: url(../img/common/link_arrow.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (max-width: 767px) {
	.access .googlemap-link:before {
		width: 2.4vw;
		height: 2.8vw
	}
}

.access .googlemap-link:after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.access .googlemap-link:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	background-color: #555;
	-webkit-transition: background-color .56s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform .7s cubic-bezier(0.16, 1, 0.3, 1);
	transition: background-color .56s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform .7s cubic-bezier(0.16, 1, 0.3, 1);
	transition: transform .7s cubic-bezier(0.16, 1, 0.3, 1), background-color .56s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: transform .7s cubic-bezier(0.16, 1, 0.3, 1), background-color .56s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform .7s cubic-bezier(0.16, 1, 0.3, 1)
}

.clinic-hours .access-title {
	letter-spacing: -0.018em
}

.clinic-hours__text {
	font-size: 15px;
	line-height: 26px;
	margin: -7px 0;
	letter-spacing: 0.1em
}

@media (max-width: 767px) {
	.clinic-hours__text {
		font-size: 3.33333vw;
		line-height: 5.73333vw;
		margin: -1.33333vw 0vw -1.33333vw 0vw;
		font-weight: 300
	}
}

.clinic-calender {
	text-align: center;
	margin-bottom: 40px
}

@media (max-width: 767px) {
	.clinic-calender {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 8vw
	}
}

.clinic-calender .ng,
.clinic-calender .ok,
.clinic-calender .other {
	display: inline-block;
	background-size: contain;
	font-size: 20px;
	font-weight: 300
}

.clinic-calender .ng {
	width: 22.5px;
	height: 22.5px;
	background: url(../img/access/ng.svg) no-repeat center center
}

@media (max-width: 767px) {
	.clinic-calender .ng {
		width: 3.46667vw;
		height: 3.46667vw
	}
}

@media (min-width: 768px) {

	.calender-labels,
	.calender-ams,
	.calender-pms {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

@media (max-width: 767px) {
	.calender-labels {
		width: 8.8vw
	}
}

.calender-label {
	width: 8.125vw;
	height: 2.36111vw;
	text-align: center;
	line-height: 1;
	font-size: 15px;
	font-weight: 300
}

@media (min-width: 1440px) {
	.calender-label {
		width: 117px
	}
}

@media (min-width: 1440px) {
	.calender-label {
		height: 34px
	}
}

.calender-label:first-of-type {
	width: 13.95833vw
}

@media (min-width: 1440px) {
	.calender-label:first-of-type {
		width: 201px
	}
}

@media (min-width: 1440px) {
	.calender-label {
		width: 117px;
		height: 34px
	}

	.calender-label:first-of-type {
		width: 201px
	}
}

@media (max-width: 767px) {
	.calender-label {
		width: 100%;
		height: 12vw;
		border-bottom: 1px solid #555;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.calender-label:first-of-type {
		width: 100%
	}

	.calender-label:last-of-type {
		border-bottom: none
	}
}

@media (max-width: 767px) {
	.calender-ams {
		width: 39.86667vw
	}
}

@media (max-width: 767px) {
	.calender-pms {
		width: 40.66667vw
	}
}

.calender-am,
.calender-pm {
	width: 8.125vw;
	height: 8.26389vw;
	border-bottom: 1px solid #555;
	border-left: 1px solid #555;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (min-width: 1440px) {

	.calender-am,
	.calender-pm {
		width: 117px
	}
}

@media (min-width: 1440px) {

	.calender-am,
	.calender-pm {
		height: 119px
	}
}

.calender-am:first-of-type,
.calender-pm:first-of-type {
	width: 13.95833vw;
	border-left: none;
	font-size: 15px;
	line-height: 26px;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-align: left;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

@media (min-width: 1440px) {

	.calender-am:first-of-type,
	.calender-pm:first-of-type {
		width: 201px
	}
}

@media (min-width: 1440px) {

	.calender-am,
	.calender-pm {
		width: 117px;
		height: 119px
	}

	.calender-am:first-of-type,
	.calender-pm:first-of-type {
		width: 201px
	}
}

@media (max-width: 767px) {

	.calender-am,
	.calender-pm {
		width: 100%;
		height: 12vw;
		font-size: 4.13333vw
	}

	.calender-am br,
	.calender-pm br {
		display: none
	}

	.calender-am:first-of-type,
	.calender-pm:first-of-type {
		border-left: 1px solid #555;
		width: 100%;
		font-size: 3.33333vw;
		line-height: 1;
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.calender-am:last-of-type,
	.calender-pm:last-of-type {
		border-bottom: none
	}
}

@media (min-width: 768px) {
	.calender-pm {
		border-bottom: none
	}
}

.schedule__text {
	font-size: 15px;
	line-height: 26px;
	margin: -7px 0 37px;
	letter-spacing: 0.1em
}

@media (max-width: 767px) {
	.schedule__text {
		font-size: 3.33333vw;
		line-height: 5.73333vw;
		margin: -1.33333vw 0vw 7.2vw 0vw;
		font-weight: 300
	}
}

.schedule__text:last-of-type {
	margin-bottom: -7px
}

@media (max-width: 767px) {
	.schedule__text:last-of-type {
		margin-bottom: -1.33333vw
	}
}

.journal-wrapper {
	width: 100%;
	max-width: 1600px;
	padding: 0 40px;
	margin: 0 auto
}

@media (min-width: 1000px) {
	.journal-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media (max-width: 767px) {
	.journal-wrapper {
		padding: 0vw 5.33333vw 0vw 5.33333vw
	}
}

.journal-container {
	width: 88.23529%;
	max-width: 1300px
}

@media (max-width: 767px) {
	.journal-container {
		width: 100%;
		margin-bottom: 16.53333vw
	}
}

.journal-container section {
	margin-bottom: 200px
}

.journal-container .column-nav {
	width: 100%
}

@media (min-width: 768px) {
	.journal-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: wrap;
		flex-flow: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.journal-item {
	width: 46.5%;
	position: relative;
	margin-bottom: 110px;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-out, -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
	transition: opacity 0.5s ease-out, -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
	transition: opacity 0.5s ease-out, transform 2s cubic-bezier(0.16, 1, 0.3, 1);
	transition: opacity 0.5s ease-out, transform 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
	-webkit-transform: translateY(100px);
	transform: translateY(100px)
}

@media (max-width: 767px) {
	.journal-item {
		margin-bottom: 0
	}
}

.journal-item.active {
	opacity: 1
}

.journal-item .journal-item__hover {
	background-color: #111
}

.journal-item a {
	display: block;
	position: relative;
	padding: 42px 20px 30px 20px;
	margin-bottom: 200px;
	overflow: hidden
}

@media (min-width: 768px) and (max-width: 999px) {
	.journal-item a {
		margin-bottom: 0
	}
}

@media (max-width: 767px) {
	.journal-item a {
		margin-bottom: 0;
		padding: 0
	}
}

.journal-item a.-enter .journal-item__hover {
	visibility: visible;
	-webkit-clip-path: inset(-35% 0% 0% 0% round 0 30% 0 0);
	clip-path: inset(-35% 0% 0% 0% round 0 30% 0 0);
	-webkit-transition: -webkit-clip-path 0.8s cubic-bezier(0.16, 1, 0.3, 1);
	transition: -webkit-clip-path 0.8s cubic-bezier(0.16, 1, 0.3, 1);
	transition: clip-path 0.8s cubic-bezier(0.16, 1, 0.3, 1);
	transition: clip-path 0.8s cubic-bezier(0.16, 1, 0.3, 1), -webkit-clip-path 0.8s cubic-bezier(0.16, 1, 0.3, 1)
}

.journal-item a.-enter .journal-item__hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: -webkit-transform 3s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: -webkit-transform 3s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: transform 3s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: transform 3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 3s cubic-bezier(0.39, 0.575, 0.565, 1)
}

.journal-item a.-leave .journal-item__hover {
	-webkit-clip-path: inset(0% 0% 100% 0% round 0 0% 0 0);
	clip-path: inset(0% 0% 100% 0% round 0 0% 0 0);
	-webkit-transition: -webkit-clip-path 0.8s cubic-bezier(0.16, 1, 0.3, 1);
	transition: -webkit-clip-path 0.8s cubic-bezier(0.16, 1, 0.3, 1);
	transition: clip-path 0.8s cubic-bezier(0.16, 1, 0.3, 1);
	transition: clip-path 0.8s cubic-bezier(0.16, 1, 0.3, 1), -webkit-clip-path 0.8s cubic-bezier(0.16, 1, 0.3, 1)
}

@media (max-width: 767px) {
	.journal-item {
		width: 100%;
		padding: 5.33333vw 0vw 5.33333vw 0vw;
		margin-bottom: 0
	}

	.journal-item:first-of-type {
		padding-top: 0
	}

	.journal-item.active {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}

@media (min-width: 768px) and (max-width: 999px) {
	.journal-item {
		width: 100%;
		padding: 40px 40px;
		margin-bottom: 0
	}

	.journal-item.active {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}

@media (min-width: 1000px) {
	.journal-item:nth-of-type(2n+2) {
		-webkit-transform: translateY(265px);
		transform: translateY(265px)
	}

	.journal-item.active {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}

	.journal-item.active:nth-of-type(2n+2) {
		-webkit-transform: translateY(165px);
		transform: translateY(165px)
	}
}

.journal-item__date {
	position: relative;
	font-size: 13px;
	line-height: 1;
	font-weight: 300;
	letter-spacing: 0.1em;
	margin-bottom: 32px;
	z-index: 2;
	font-family: "twkeverett_light", sans-serif;
	font-style: normal;
	mix-blend-mode: difference
}

@media (max-width: 767px) {
	.journal-item__date {
		font-size: 2.66667vw;
		margin-bottom: 4.26667vw
	}
}

.journal-item__title {
	position: relative;
	font-size: 24px;
	line-height: 1.5;
	font-weight: 300;
	letter-spacing: 0.1em;
	margin: -6px 0 76px;
	z-index: 2;
	word-break: break-word;
	mix-blend-mode: difference
}

@media (max-width: 767px) {
	.journal-item__title {
		font-size: 4vw;
		line-height: 6.13333vw;
		margin: -1.06667vw 0vw 10.93333vw 0vw
	}
}

.journal-item__image {
	position: relative;
	width: 380px;
	margin-bottom: 27px;
	margin-left: auto;
	margin-right: 0
}

@media (max-width: 767px) {
	.journal-item__image {
		width: 58.93333vw;
		margin-bottom: 6.66667vw
	}
}

.journal-item__image.img-vertical {
	width: 260px
}

@media (max-width: 767px) {
	.journal-item__image.img-vertical {
		width: 39.2vw
	}
}

.journal-item__image img {
	display: inline-block;
	width: auto;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: top right;
	object-position: top right
}

.journal-item__hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	visibility: hidden;
	will-change: clip-path;
	-webkit-clip-path: inset(100% 0% 0% 0% round 0 30% 0 0);
	clip-path: inset(100% 0% 0% 0% round 0 30% 0 0)
}

@media (max-width: 767px) {
	.journal-item__hover {
		display: none
	}
}

.journal-item__hover img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.journal-item__category {
	position: relative;
	font-size: 13px;
	line-height: 1;
	font-weight: 300;
	letter-spacing: 0.1em;
	z-index: 2;
	mix-blend-mode: difference
}

@media (max-width: 767px) {
	.journal-item__category {
		font-size: 3.33333vw;
		line-height: 5.73333vw;
		margin: -1.33333vw 0vw -1.33333vw 0vw
	}
}

.journal-item__line {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	will-change: transform, background-color;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%
}

@media (max-width: 767px) {
	.journal-item__line {
		width: 100%;
		top: auto;
		left: 0;
		bottom: 0
	}
}

.journal-item__line.active {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	background-color: #555;
	-webkit-transition: background-color 0.8s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 1s cubic-bezier(0.87, 0, 0.13, 1);
	transition: background-color 0.8s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 1s cubic-bezier(0.87, 0, 0.13, 1);
	transition: transform 1s cubic-bezier(0.87, 0, 0.13, 1), background-color 0.8s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition: transform 1s cubic-bezier(0.87, 0, 0.13, 1), background-color 0.8s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 1s cubic-bezier(0.87, 0, 0.13, 1)
}

.column-wrapper {
	position: relative;
	width: calc(100% - 80px);
	max-width: 1520px;
	padding: 0 40px;
	margin: 0 auto
}

@media (min-width: 1000px) {
	.column-wrapper .page-nav {
		position: absolute;
		top: 0;
		left: 0
	}
}

@media (max-width: 767px) {
	.column-wrapper {
		width: 89.33333vw;
		padding: 0
	}
}

.column-container {
	width: 680px;
	margin: 0 auto
}

@media (max-width: 767px) {
	.column-container {
		width: 100%;
		padding: 0
	}
}

.column-container section {
	margin-bottom: 200px
}

@media (min-width: 768px) {
	.column-container section {
		margin-bottom: 83px
	}
}

.column-header {
	width: 100%;
	font-size: 0;
	margin-bottom: 75px
}

@media (max-width: 767px) {
	.column-header {
		width: 100%;
		margin-bottom: 12.26667vw
	}
}

.column-header__date {
	display: inline-block;
	font-size: 15px;
	font-family: "twkeverett_light", sans-serif;
	font-style: normal;
	padding-right: 30px;
	line-height: 26px;
	letter-spacing: .1em;
	margin: 0
}

@media (max-width: 767px) {
	.column-header__date {
		font-size: 3.2vw;
		line-height: 1;
		padding-right: 5.33333vw
	}
}

.column-header__category {
	display: inline-block;
	font-size: 15px;
	font-weight: 300;
	line-height: 26px;
	margin: 0
}

@media (max-width: 767px) {
	.column-header__category {
		font-size: 3.2vw;
		line-height: 1
	}
}

.column-header__title {
	font-size: 30px;
	font-weight: 300;
	line-height: 36px;
	padding-top: 80px;
	margin: -14px 0 -3px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	word-break: break-word
}

@media (max-width: 767px) {
	.column-header__title {
		font-size: 6.4vw;
		line-height: 9.33333vw;
		margin: -2.66667vw 0vw 0vw 0vw;
		padding-top: 9.06667vw
	}
}

.column-body {
	width: 100%;
	margin-bottom: 125px;
	text-align: center
}

@media (max-width: 767px) {
	.column-body {
		margin-bottom: 22.13333vw
	}
}

.column-body *:last-child {
	margin-bottom: 0
}

.column-body img {
	display: block;
	margin: 80px 0;
	max-width: 100%;
	-webkit-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	opacity: 0
}

.column-body img.active {
	opacity: 1
}

@media (min-width: 768px) and (max-width: 1000px) {
	.column-body img {
		display: block;
		margin: 80px auto
	}
}

@media (max-width: 767px) {
	.column-body img {
		display: block;
		max-width: 59.33333vw;
		margin: 12vw auto 13.06667vw
	}
}

.column-body h2,
.column-body h3,
.column-body h4 {
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.1em;
	margin: 73px 0 21px;
	text-align: left;
	display: block
}

@media (max-width: 767px) {

	.column-body h2,
	.column-body h3,
	.column-body h4 {
		font-size: 4vw;
		line-height: 6.13333vw;
		margin: 12.8vw 0vw 5.06667vw 0vw
	}
}

.column-body p {
	font-size: 17px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.1em;
	margin: -7px 0 23px;
	text-align: left
}

@media (max-width: 767px) {
	.column-body p {
		font-size: 3.33333vw;
		line-height: 5.73333vw;
		margin: -1.33333vw 0vw 4.4vw 0vw
	}
}

.column-body a {
	text-decoration: underline;
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}

.column-body a:hover {
	opacity: .6
}

.column-body ul,
.column-body ol {
	text-align: left;
	padding-left: 1.5em;
	margin: -7px 0 23px
}

@media (max-width: 767px) {

	.column-body ul,
	.column-body ol {
		margin: -1.33333vw 0vw 4.4vw 0vw
	}
}

.column-body li {
	font-size: 17px;
	line-height: 30px;
	font-weight: 300
}

@media (max-width: 767px) {
	.column-body li {
		font-size: 3.33333vw;
		line-height: 5.73333vw
	}
}

.column-body ul li {
	list-style-type: disc
}

.column-body ol li {
	list-style-type: decimal
}

.column-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 200px;
	position: relative
}

@media (min-width: 768px) and (max-width: 999px) {
	.column-nav {
		margin-top: 63px
	}
}

@media (max-width: 767px) {
	.column-nav {
		width: 100%;
		padding: 0;
		margin: 16.8vw auto 22.13333vw
	}
}

.column-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.column-nav ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 13px
}

@media (max-width: 767px) {
	.column-nav ul li {
		margin: 0 1.73333vw
	}
}

.column-nav ul li a {
	letter-spacing: 0;
	padding-left: .3em;
	padding-right: .3em
}

.column-nav ul li.nav-current a {
	border-bottom: none;
	color: #333
}

.column-nav a {
	font-size: 15px;
	line-height: 1;
	display: inline-block;
	letter-spacing: 0.22em;
	padding-bottom: 5px;
	border-bottom: 1px solid #9a9a9a;
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}

.column-nav a:hover {
	opacity: .6
}

@media (max-width: 767px) {
	.column-nav a {
		font-size: 3.33333vw;
		padding-bottom: 1.33333vw
	}
}

/*211210追加*/
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.noborder {
	border: none !important;
}

.mt1 {
	margin-top: 10px !important;
}

.mt2 {
	margin-top: 20px !important;
}

.mt3 {
	margin-top: 30px !important;
}

.mt4 {
	margin-top: 40px !important;
}

.mb1 {
	margin-bottom: 10px !important;
}

.mb2 {
	margin-bottom: 20px !important;
}

.mb3 {
	margin-bottom: 30px !important;
}

.mb4 {
	margin-bottom: 40px !important;
}


.double-box {}

.double-item {
	width: calc(50% - 20px);
	float: left;
	padding: 20px;
	margin: 10px;
	border-bottom: 1px solid;
	border-right: 1px solid;
}

.double-item h4 {
	font-size: 1.25em;
	margin-bottom: 15px;
}

.column-box {
	background: rgba(255, 255, 255, 0.2);
	padding: 20px;
	margin-bottom: 20px;
}

.column-box h4 {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 15px;
}

.column-box ul {
	border-top: 1px solid;
	border-bottom: 1px solid;
	margin-bottom: 15px;
	padding: 10px 15px;
	list-style: inside;
	list-style-type: circle;
}

.column-box ul li {}

h4.flow-tit {
	font-size: 1.3em;
}

p.flow-txt {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #878787;
}

@media (max-width: 767px) {
	.double-item {
		width: calc(100% - 20px);
		float: none;
	}
}

/* 220210追加 */
.gmap-g iframe {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	width: 100%;
	height: 350px;
}

.schedule-box {
	width: calc(100% - 80px);
	max-width: 1600px;
	margin: 0 auto;
	padding: 40px 0;
	border-top: 1px solid #fff;
}

.schedule-box p {
	text-align: center;
}

.schedule-box h4 {
	text-align: center;
	color: #fff;
	font-size: 1.6em;
	margin-bottom: 15px;
}

.staff__schedule {
	font-size: 15px;
	font-weight: 300;
	line-height: 26px;
	margin: 6px 0 -6px;
	letter-spacing: 0.1em;
}

.sp-contact-box {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	display: none;
}

.sp-btn-half {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 5px;
}

.sp-btn-half a {
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 18px 0;
	border: 1px solid #fff;
	font-size: 1.1em;
}

.sp-btn-half a.sp-btn-reserve {
	background: #252525;
}

.sp-btn-half a.sp-btn-tel {
	background: #474747;
}

@media (max-width: 767px) {
	.schedule-box p {
		text-align: left
	}

	.staff__schedule {
		font-size: 3.33333vw;
		line-height: 5.73333vw;
		margin: 6px 0 -6px;
	}

	.sp-contact-box {
		display: block;
	}
}

h4.tit-4 {
	text-align: center;
	font-weight: bold;
	font-size: 1.8em;
}

h5.tit-5 {
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
	margin: 20px 0;
}

table.base {
	width: 100%;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	box-sizing: border-box;
	table-layout: fixed;
}

table.base th,
table.base td {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px;
	box-sizing: border-box;
}

table.base th {
	background: rgba(255, 255, 255, 0.2);
}

table.base td {}

table.base th.three-cell {
	width: 33.3333333333333333333%
}

table.base th.two-cell {
	width: 50%
}

h4.hikaku-center {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
}

.price-bnr {
	background: rgba(255, 255, 255, 0.2);
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 20px;
	/*width: calc(100% - 20px);*/
	margin: 20px auto 0;
}

.price-bnr p {
	text-align: center;
	font-size: 1.25em;
}

.price-bnr p strong {}

.price-bnr a {
	display: inline-block;
	background: #000;
	border: 1px solid #999;
	padding: 10px;
	margin-top: 10px;
}


/* 220712追加 */
.about-item__picture {
	display: block;
	text-align: center;
}

.about-item__picture img {
	width: 100%;
}

.about-item__subtitle {
	margin: 24px 0 17px;
	font-size: 17px;
	font-weight: bold;
}

.column-line {
	border-top: 1px solid;
	border-bottom: 1px solid;
	margin: 15px 0;
	padding: 10px 15px;
	list-style: inside;
	list-style-type: circle;
}

.about-item.is-no-flex {
	display: block;
}

.about-wrap {
	padding: 40px 0;
}

.treatment-links {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 10px;
}


/* scroll */
.scroll {
	opacity: 0;
	transform: translate(0, 100px);
	transition: all 1.3s;
}

.scroll.visible {
	opacity: 1;
	transform: translate(0, 0);
}


/* --------------------------------------------------
*
    カレンダー
*
-------------------------------------------------- */
.calendar_ {
	position: absolute;
	top: 45%;
	right: 0;
	width: 43vw;
	max-width: 750px;
}


/*スマホ　ロゴ移動 調整*/
@media(min-width:768px) {
	.footer {
		padding-bottom: 198px;
	}

	.d-block {
		display: none;
	}
}

@media(max-width:768px) {
	.calendar_ {
		position: relative;
		width: 100%;
		max-width: 100%;
		margin-top: 5rem;
		margin-bottom: 5rem;
		padding-bottom: 5rem;
	}

	.calendar_:after {
		content: "";
		width: 100%;
		background-color: #cdcdcd;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.d-none {
		display: none;
	}

	.footer {
		padding-top: 0;
	}

	.footer:before {
		display: none;
	}

	.footer-logo.d-block {
		display: block;
	}
}

/*20230919 メニュー修正*/
@media(max-width:1300px) {
	.menu-header {
		z-index: 20;
	}

	.menu-links {
		z-index: 10;
	}

	.menu-reserve {
		border-left: none;
	}

	.menu-reserve a {
		border-left: 1px solid #696666;
	}
}


/* 240322セカンドページメインスライド用 */
.treatment-main__copy.on-slide {
	z-index: 2;
}

.main-slide {
	aspect-ratio: 680 / 850;
}

@keyframes slideshow {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	60% {
		opacity: 0;
		z-index: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes slideshow-3 {
	0% {
		opacity: 1;
	}

	33% {
		opacity: 1;
	}

	41% {
		opacity: 0;
		z-index: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes slideshow-4 {
	0% {
		opacity: 1;
	}

	25% {
		opacity: 1;
	}

	31% {
		opacity: 0;
		z-index: 1;
	}

	100% {
		opacity: 0;
	}
}


.main-slide img.slide-img {
	position: absolute;
	/*top: 50%;
left: 50%;
transform: translate(-50%, -50%);*/
	animation: slideshow 10s 0s infinite;
	opacity: 0;
}

.main-slide.third img.slide-img {
	animation: slideshow-3 15s 0s infinite;
}

.main-slide.fourth img.slide-img {
	animation: slideshow-4 20s 0s infinite;
}

.main-slide img.slide-img:nth-child(2) {
	animation-delay: 5s;
}

.main-slide img.slide-img:nth-child(3) {
	animation-delay: 10s;
}

.main-slide img.slide-img:nth-child(4) {
	animation-delay: 15s;
}

/* 240510追加 */
@media(max-width:768px) {
	.treatment-main__copy.s-copy {
		font-size: 2em;
	}
}


/* 250730追加 */
.b-bg {
	background: rgba(229,228,227, 0.9);
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.staff-inner {
	width: calc(100% - 80px);
	max-width: 1520px;
	margin: 0 auto;
}

.fv-tit {
	padding-left: 5rem;
	padding-bottom: 5rem;
}

.fv-tit h2 {
	font-size: 4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-feature-settings: "palt" 1;
	color: #fff;
}

.fv-tit p {
	font-size: 1.2rem;
	margin-top: 0.5em;
	letter-spacing: 0.1em;
	font-feature-settings: "palt" 1;
	color: #fff;
}

.about-staff span.num {
	margin-bottom: 2em;
	display: block;
}

.pr-2 {
	padding-right: 2em;
}

.head-b-bg {
	background: #e5e4e3;
	height: 157px;
}

@media(max-width:767px) {
	.fv-tit {
		padding-left: 1rem;
		padding-bottom: 7rem;
	}

	.fv-tit h2 {
		font-size: 1.5rem;
	}

	.fv-tit p {
		font-size: 0.8rem;
	}

	.pr-2 {
		padding-right: 0;
		padding-bottom: 2em;
	}

	.head-b-bg {
		height: 17.33333vw;
	}
}