@charset "utf-8";


/* =============================================================

	Base

* ============================================================= */

html {
	font-size: 93.75%; /* 15px */
}

body {
	color: #262626;
	/* 	font-family: 'Noto Sans', Arial, Roboto, "Droid Sans", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; */
	/* 	font-family: 'Noto Sans', Arial, Roboto, "Droid Sans", "游明朝体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; */
	font-family: 'Sawarabi Mincho', sans-serif;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: .1em;
	/* text-align: justify; */ /* for ff, webkit */
	text-justify: inter-ideograph; /* for IE */
	/* -webkit-tap-highlight-color: rgba(0,0,0,0); */
/* 	min-width: 320px; */
}
.IE9 body {
	min-width: 960px;
}

@media screen and (min-width: 1300px) {
	html { font-size: 100%; /* 16px */ }
}
@media screen and (min-width: 1600px) {
	html { font-size: 106%; /* 17px */ }
	body { line-height: 2.2; }
}


/* ゴシックMB101 DB */
.katta-title-A,
.katta-title-B > span,
.katta-title-C,
.katta-nav__item[class="katta-nav__item"],
.katta-nav__openhouse > b,
.katta-nav__subnav-nav,
.katta-spnav,
.katta-footer__title > h2,
.story-lead__name,
.katta-font-GothicMB {
	/* font-family: 'Noto Sans', Arial, Roboto, "Droid Sans", "ゴシックMB101 DB", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; */
/* 	font-family: 'Noto Sans', Arial, Roboto, "Droid Sans", "ゴシックMB101 DB", GothicMB101Pro-DeBold, "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; */
	font-weight: 700;
}

/* Noto Sans 400 700 */
/*.katta-title-B,
.katta-title-D,
.katta-date,
.katta-arrownav,
.katta-phonenumber > span,
.katta-nav__openhouse > span > span,
.katta-badge,
.katta-numbernav,
.katta-arrownav,
.katta-footer__copy,
.top-news__list > dt > time,
.top-blog__list > dt,
.gallery-title__catname,
.openhouse-info .katta-title-C,
.katta-font-notosans {
	font-family: 'Noto Sans', Arial, Roboto, "Droid Sans", sans-serif;
}*/

.katta-font-d {
/* 	font-family: Arial, Roboto, "Droid Sans", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; */
}


/* Micro clearfix */
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}


* {
	/* box-sizing: border-box;
	background-repeat: none;
	transform-origin: 0 0; */
}

.include-svg {
	display: none;
}


/* katta-pageloading
--------------------------- */

.katta-pageloading {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	z-index: 5000;
	top: 0;
	left: 0;
	visibility: visible;
	display: none;
}

html.js .katta-pageloading {
	display: block;
	opacity: 0;
}

body.load-start > .katta-pageloading {
	opacity: 1;
	transition: opacity .2s .1s;
}

body.load-end > .katta-pageloading {
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s, visibility .4s;
}


.katta-pageloading >.katta-square._s {
	width: 10vw;
	height: 10vw;
	max-width: 100px;
	max-height: 100px;
	min-width: 60px;
	min-height: 60px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(-45deg);
}

body.load-start > .katta-pageloading > .katta-square {
	animation: pageloading1 4s 1s infinite;
}
@keyframes pageloading1 {
	0%, 22% { 	transform: translate(-50%,-50%) rotate(-45deg); }
	40%, 100% { 	transform: translate(-50%,-50%) rotate(225deg); }
}

body.load-start > .katta-pageloading > .katta-square:before {
	animation: pageloading2 4s 1s infinite;
}
@keyframes pageloading2 {
	0%, 80%, 100% { width: 0; }
	6%, 75% { width: 100%; }
}

body.load-start > .katta-pageloading > .katta-square:after {
	animation: pageloading3 4s 1s infinite;
}
@keyframes pageloading3 {
	0%, 5%, 82%, 100% { height: 0; }
	10%, 78% { height: 100%; }
}

body.load-start > .katta-pageloading > .katta-square > span:before {
	animation: pageloading4 4s 1s infinite;
}
@keyframes pageloading4 {
	0%, 3%, 80%, 100% { width: 0; }
	9%, 75% { width: 100%; }
}

body.load-start > .katta-pageloading > .katta-square > span:after {
	animation: pageloading5 4s 1s infinite;
}
@keyframes pageloading5 {
	0%, 8%, 82%, 100% { height: 0; }
	13%, 78% { height: 100%; }
}



/* =============================================================

	Layouts

* ============================================================= */

html, body {
	width: 100%;
	height: 100%;
}
body {
	overflow-y: scroll;
}


/* katta-wrapper
--------------------------- */

.katta-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}
html.js .katta-wrapper {
	height: 0;
	visibility: hidden;
	overflow: hidden;
}
html.js body.load-end > .katta-wrapper {
	height: auto;
	visibility: visible;
	overflow: visible;
}

body.nav-inaction .katta-wrapper {
	position: fixed;
}



.katta-new._gray {
	background-color: #F4F7F7;
}
.katta-new._darkgray {
	color: #000;
	background-color: #fefefe;
}
.katta-new._darkgray a {
	color: #000;
}




/* katta-line
--------------------------- */


.katta-line._gray {
	background-color: #F4F7F7;
}
.katta-line._darkgray {
	color: #000;
	background-color: #02126d;
}
.katta-line._darkgray a {
	color: #000;
}


@media screen and (min-width: 961px) {
	.katta-line._stickout,
	.katta-line._stickin {
		position: relative;
		z-index: 1;
	}

	.katta-line._stickout:before,
	.katta-line._stickin:before {
/* 		content: "";
		width: calc(100% - 140px);
		height: 5.5vw;
		max-height: 70px;
		background-color: #fff;
		position: absolute;
		top: 1px;
		left: 70px; */
	}
	.katta-line._stickout:before {
		transform: translate(0,-100%);
	}
	.katta-line._stickin:before {
		top: -1px;
	}

	.katta-line._stickout > .katta-container:first-child {
		padding-top: 3.5vw; /* 9vw - 5.5vw */
	}
	.katta-line._stickout > .katta-container._low:first-child {
		padding-top: .5vw; /* 6vw - 5.5vw */
	}
	.katta-line._stickin > .katta-container:first-child {
		padding-top: 14.5vw; /* 9vw + 5.5vw */
		margin-top: -5.5vw;
	}
	.katta-line._stickin > .katta-container._low:first-child {
		padding-top: 11.5vw; /* 6vw + 5.5vw */
	}
}



/* katta-container
--------------------------- */

.katta-container {
	/* max-width: 1280px; */
	margin: 0 auto;
	padding: 9vw 10vw;
}

.katta-container._wide {
	padding-right: 70px;
	padding-left: 70px;
}

.katta-container._narrow {
	padding-right: 70px;
	padding-left: 70px;
}

.katta-container._low {
	padding-top: 6vw;
	padding-bottom: 6vw;
}

.katta-container + .katta-container,
.katta-container + main > .katta-container {
	padding-top: 0 !important;
}


/* extended */

.top-news.katta-container {
	padding-top: 10vw;
	padding-bottom: calc(6.5vw + 70px);
}

.top-gallery.katta-container,
.openhouse-gallery.katta-container {
	padding-bottom: 0;
}

.about-hero.katta-container,
.grandopen-hero.katta-container {
	padding-top: 0;
	padding-bottom: 0;
}

.katta-pagenav.katta-container,
.feature-title.katta-container,
.concept-coordinate .katta-container:first-of-type,
.project-title.katta-container,
.gallery-title.katta-container,
.gallerycnt-title.katta-container,
.contact-lead._input.katta-container {
	padding-bottom: 6vw;
}

.contact-lead._confirm.katta-container {
	padding-bottom: 4vw;
}

.openhouse-hero.katta-container {
	padding: 0 0 6vw;
}

.openhouse-const.katta-container {
	padding-top: 7vw;
}



/* grid
--------------------------- */

.katta-grids:before,
.katta-grids:after {
	content: "";
	display: table;
}
.katta-grids:after {
	clear: both;
}
.katta-grids {
	display: block;
	*
;
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
}

.katta-grids._gap-1_5 {
	margin-left: -1.5%;
	margin-right: -1.5%;
}
.katta-grids._gap-2 {
	/* margin-left: -2%; */
	/* margin-right: -2%; */
}
.katta-grids._gap-3 {
	margin-left: -3%;
	margin-right: -3%
}
.katta-grids._gap-4 {
	/* margin-left: -4%; */
	/* margin-right: -4%; */
}
.katta-grids._gap-6 {
	margin-left: -6%;
	margin-right: -6%;
}

.katta-grids > * {
	float: left;
	/* min-height: 1px; */
}
.katta-grids._flip > * {
	float: right;
}

.katta-grids._gap-1_5 > * {
	padding-left: 1.5%;
	padding-right: 1.5%;
}
.katta-grids._gap-2 > * {
	padding-left: 2%;
	padding-right: 2%;
}
.katta-grids._gap-3 > * {
	padding-left: 3%;
	padding-right: 3%;
}
.katta-grids._gap-4 > * {
	padding-left: 4%;
	padding-right: 4%;
}
.katta-grids._gap-6 > * {
	padding-left: 6%;
	padding-right: 6%;
}

.katta-grid-1of2 {
	width: 50%;
}
.katta-grid-1of3 {
	width: 33.333%;
}
.katta-grid-1of4 {
	width: 25%;
}
.katta-grid-2of3 {
	width: 66.666%;
}
.katta-grid-2of5 {
	width: 40%;
}
.katta-grid-3of5 {
	width: 60%;
}
.katta-grid-sofg {
	width: 38.2%;
}
.katta-grid-lofg {
	width: 61.8%;
}

.katta-grids._inline > * {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.katta-grids._inline._m > * {
	vertical-align: middle;
}

.katta-grids._flip._inline {
	direction: rtl;
}
.katta-grids._flip._inline > *  {
	direction: ltr;
}



/* =============================================================

	Typography

* ============================================================= */

.katta-tal-l { text-align: left !important; }
.katta-tal-r { text-align: right !important; }
.katta-tal-c { text-align: center !important; }

.katta-tcl-w, .katta-tcl-w a { color: #fff !important; }
.katta-tcl-or, .katta-tcl-or a { color: #F6921D !important; }
.katta-tcl-red, .katta-tcl-red a { color: red !important; }
.katta-tcl-blk, .katta-tcl-blk a { color: #262626 !important; }

.katta-txt-shadow {
	text-shadow: 0 0 4px rgba(255,255,255,.3);
	text-shadow: 1px 1px 40px rgba(0,0,0,.15), -1px -1px 40px rgba(0,0,0,.15);
}

.katta-tcl-w .katta-txt-shadow,
.katta-tcl-w.katta-txt-shadow {
	text-shadow: 1px 1px 40px rgba(0,0,0,.15), -1px -1px 40px rgba(0,0,0,.15);
}
.katta-tcl-w .katta-txt-shadow_strong,
.katta-tcl-w.katta-txt-shadow_strong {
	text-shadow: 1px 1px 40px rgba(0,0,0,.25), -1px -1px 40px rgba(0,0,0,.25);
}

.katta-fw-b { font-weight: 700 !important; }

.katta-fs-italic { font-style: italic; }


.katta-storybox,
.katta-ctabox,
.katta-ovbox,
.katta-triplecol,
.top-katta__lead,
.company-association,
.company-access,
.openhouse-const,
.openhouse-info__detail,
.grandopen-info__leaflet,
.grandopen-reserve__formbox-header {
	font-size: 0.933rem; /* 14px */
}

.story-message,
.about-lead,
.concept-txt,
.feature-lead,
.grandopen-lead,
.openhouse-info > p {
	font-size: 1.067rem;  /* 16px */
}

.top-hero__txtA,
.story-reason__hero,
.gallerycnt-title {
	font-weight: 700;
	font-size: 1.067rem;  /* 16px */
}


/* katta-title-A
--------------------------- */

.katta-title-A {
	font-weight: 700;
	letter-spacing: .1em;
	display: block;
}


.katta-title-A._xxl {
	font-size: 4.4rem; /* 66px */
	font-size: calc( 4.133rem + 10 * (100vw - 960px) / 340 ); /* 62px（960px）〜 72px（1300px） */
	letter-spacing: 1px;
	line-height: 1.25;
}
.IE9 .katta-title-A._xxl {
	font-size: 4.4rem; /* 66px */
}
@media (min-width: 1300px) {
	.katta-title-A._xxl {
		font-size: 4.8rem !important;  /* 72px */
	}
}

.katta-title-A._xl {
	font-size: 2.8rem; /* 42px */
	font-size: calc( 2.533rem + 8 * (100vw - 960px) / 340 ); /* 38px（960px）〜 46px（1300px） */
	line-height: 1.4;
}
.IE9 .katta-title-A._xl {
	font-size: 2.8rem; /* 42px */
}
@media (min-width: 1300px) {
	.katta-title-A._xl {
		font-size: 3.067rem;  /* 46px */
	}
}

.katta-title-A._l {
	font-size: 2.067rem; /* 31px */
	font-size: calc( 1.867rem + 6 * (100vw - 960px) / 340 ); /* 28px（960px）〜 34px（1300px） */
	line-height: 1.6;
}
.IE9 .katta-title-A._l {
	font-size: 2.067rem; /* 31px */
}
@media (min-width: 1300px) {
	.katta-title-A._l {
		font-size: 2.267rem;  /* 34px */
	}
}

.katta-title-A._m {
	font-size: 1.533rem; /* 23px */
	font-size: calc( 1.333rem + 2 * (100vw - 960px) / 340 ); /* 20px（960px）〜 22px（1300px） */
	line-height: 1.6;
}
.IE9 .katta-title-A._m {
	font-size: 1.533rem; /* 23px */
}
@media (min-width: 1300px) {
	.katta-title-A._m {
		font-size: 1.6rem;  /* 24px */
	}
}

.katta-title-A._s {
	font-size: 1.267rem; /* 19px */
	font-size: calc( 1.2rem + 2 * (100vw - 960px) / 340 ); /* 18px（960px）〜 20px（1300px） */
	line-height: 1.6;
}
.IE9 .katta-title-A._s {
	font-size: 1.267rem; /* 19px */
}
@media (min-width: 1300px) {
	.katta-title-A._s {
		font-size: 1.333rem; /* 20px */
	}
}

.katta-title-A._xs {
	font-size: 1.2rem; /* 18px */
	font-size: calc( 1.067rem + 2 * (100vw - 960px) / 340 ); /* 16px（960px）〜 18px（1300px） */
	line-height: 1.7;
}
.IE9 .katta-title-A._xs {
	font-size: 1.2rem; /* 18px */
}
@media (min-width: 1300px) {
	.katta-title-A._xs {
		font-size: 1.2rem; /* 18px */
	}
}


/* extended */

.top-message .katta-title-A._xxl {
	font-size: 5rem; /* 75px */
	font-size: calc( 4.667rem + 10 * (100vw - 960px) / 340 ); /* 70px（960px）〜 80px（1300px） */
	letter-spacing: 2px;
}
.IE9 .top-message .katta-title-A._xxl {
	font-size: 5rem; /* 75px */
}
@media (min-width: 1300px) {
	.top-message .katta-title-A._xxl {
		font-size: 5.333rem !important;  /* 80px */
	}
}

.top-about .katta-title-A { /* .katta-title-A._xl */
	font-size: 3.067rem; /* 46px */
	font-size: calc( 2.933rem + 6 * (100vw - 960px) / 340 ); /* 44px（960px）〜 50px（1300px） */
	line-height: 1.3;
	letter-spacing: 2px;
}
.IE9 .top-about .katta-title-A {
	font-size: 3.067rem; /* 46px */
}
@media (min-width: 1300px) {
	.top-about .katta-title-A {
		font-size: 3.333rem;  /* 50px */
	}
}

.openhouse-hero .katta-title-A._xxl { /* .katta-title-A._xxl */
	font-size: calc( 3.467rem + 12 * (100vw - 960px) / 340 ); /* 52px（960px）〜 64px（1300px） */
}


.katta-article .katta-title-A {
	line-height: 1.5;
}

.katta-gallerylist .katta-title-A {
	letter-spacing: 1px;
	line-height: 1.4;
}

.katta-article .katta-title-A {
	margin-bottom: .5vw;
}

.story-reason .katta-title-A,
.concept-coordinate__list .katta-title-A,
.project-list .katta-title-A,
.gallery-list .katta-title-A,
.gallerycnt-title .katta-title-A,
.openhouse-schedule .katta-title-A,
.grandopen-hero__title .katta-title-A {
	margin-bottom: 1vw;
}

.katta-triplecol .katta-title-A,
.katta-storybox .katta-title-A,
.company-association__list .katta-title-A,
.team-designer__item > .katta-title-A,
.project-header .katta-title-A,
.grandopen-wish .katta-title-A {
	margin-bottom: 1.5vw;
}

.top-hero__txtA .katta-title-A,
.top-project .katta-title-A,
.feature-feature .katta-title-A._m,
.openhouse-const .katta-title-A {
	margin-bottom: 2vw;
}

.team-builder__txt .katta-title-A,
.feature-lead .katta-title-A {
	margin-bottom: 3vw;
}

.concept-txt .katta-title-A,
/* .feature-feature .katta-title-A, */
.contact-lead._input .katta-title-A,
.contact-lead._complete .katta-title-A {
	margin-bottom: 4vw;
}

.grandopen-premium > .katta-title-A {
	margin-bottom: 5vw;
}


/* katta-title-B
--------------------------- */

.katta-title-B {
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 1;
	display: block;
}

.katta-title-B._xl {
	font-size: 6.333rem; /* 95px */
	font-size: calc( 6rem + 10 * (100vw - 960px) / 340 ); /* 90px（960px）〜 100px（1300px） */
}
.IE9 .katta-title-B._xl {
	font-size: 6.333rem; /* 95px */
}
@media (min-width: 1300px) {
	.katta-title-B._xl {
		font-size: 6.667rem; /* 100px */
	}
}

.katta-title-B._l {
	font-size: 5.667rem; /* 85px */
	font-size: calc( 5.333rem + 10 * (100vw - 960px) / 340 ); /* 80px（960px）〜 90px（1300px） */
}
.IE9 .katta-title-B._l {
	font-size: 5.667rem; /* 85px */
}
@media (min-width: 1300px) {
	.katta-title-B._l {
		font-size: 6rem; /* 90px */
	}
}

.katta-title-B._m {
	font-size: 3.733rem; /* 56px */
	font-size: calc( 3.467rem + 8 * (100vw - 960px) / 340 ); /* 52px（960px）〜 60px（1300px） */
	color: #02126d;
}
.IE9 .katta-title-B._m {
	font-size: 3.733rem; /* 56px */
}
@media (min-width: 1300px) {
	.katta-title-B._m {
		font-size: 3rem; /* 60px */
		margin-bottom: 10px;
	}
}

.katta-title-B._s {
	font-size: 3rem; /* 45px */
	font-size: calc( 2.8rem + 6 * (100vw - 960px) / 340 ); /* 42px（960px）〜 48px（1300px） */
}
.IE9 .katta-title-B._s {
	font-size: 3rem; /* 45px */
}
@media (min-width: 1300px) {
	.katta-title-B._s {
		font-size: 3.2rem; /* 48px */
	}
}

.katta-title-B._xs {
	font-size: 2rem; /* 30px */
	font-size: calc( 1.867rem + 4 * (100vw - 960px) / 340 ); /* 28px（960px）〜 32px（1300px） */

}
.IE9 .katta-title-B._xs {
	font-size: 2rem; /* 30px */
}
@media (min-width: 1300px) {
	.katta-title-B._xs {
		font-size: 1.1rem; /* 32px */
	}
}


.katta-title-B > span {
	letter-spacing: .15em;
	display: block;
	line-height: 1.3;
}
.katta-title-B._l > span {
	font-size: 1.2rem; /* 18px */
	margin-bottom: 1.5em;
}
.katta-title-B._m > span {
	font-size: 0.933rem; /* 14px */
	margin-bottom: 1.1em;
	color: #000;
}
.katta-title-B._s > span,
.katta-title-B._xs > span {
	font-size: 1.5rem; /* 13px */
	margin-bottom: .8em;
}

.katta-title-B._flip > span {
	margin-bottom: 0;
	margin-top: 1.1em;
}
.katta-title-B._s._flip > span,
.katta-title-B._xs._flip > span {
	margin-bottom: 0;
	margin-top: 0.8em;
}


/* extended */

.katta-ctabox .katta-title-B > span,
.katta-ovbox .katta-title-B > span {
	margin-bottom: .5rem;
}

.openhouse-hero__img .katta-title-B,
.grandopen-hero__title .katta-title-B {
	margin-bottom: 3vw;
}

.katta-asidecnt .katta-title-B,
.katta-ctabox .katta-title-B,
.katta-ovbox .katta-title-B,
.top-gallery .katta-title-B,
.company-access .katta-title-B {
	margin-bottom: 2.5vw;
}

.top-blog .katta-title-B {
	margin-bottom: 1.25vw;
}

.openhouse-hero__img .katta-title-B,
.grandopen-hero__title .katta-title-B  {
	letter-spacing: 0;
	line-height: 0.85;
}


/* katta-title-C
--------------------------- */

.katta-title-C {
	font-weight: 700;
	line-height: 1;
	display: block;
}
.katta-title-C._l {
	font-size: 1.067rem; /* 16px */
}
.katta-title-C._s {
	font-size: 0.933rem; /* 14px */
}

.katta-title-C > span {
	display: inline-block;
}

.katta-title-C > span:after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #262626;
	display: block;
}
.katta-title-C._l > span:after {
	margin-top: 12px;
}
.katta-title-C._s > span:after {
	margin-top: 5px;
}

.katta-line._darkgray .katta-title-C > span:after {
	background-color: #ccc;
}
.katta-line._darkgray .katta-island .katta-title-C > span:after {
	background-color: #262626;
}


/* extended */

.openhouse-info .katta-title-C {
	font-size: 1.067rem !important; /* 16px */
}

.katta-catnav .katta-title-C,
.project-list .katta-title-C,
.grandopen-reserve .katta-title-C {
	margin-bottom: 3vw;
}

.project-archivelist .katta-title-C,
.openhouse-info .katta-title-C {
	margin-bottom: 2vw;
}

.top-project .katta-title-C {
	margin-bottom: 1vw
}

.grandopen-reserve__formbox-header .katta-title-C {
	line-height: 1.6;
}
.grandopen-reserve__formbox-header .katta-title-C > span:after {
	margin-top: 6px !important;
}


/* katta-title-D
--------------------------- */

.katta-title-D {
	color: #F6921D;
	font-weight: 700;
	line-height: 1;
	display: block;
}

.katta-title-D._m {
	font-size: 1.067rem; /* 16px */
}
.katta-title-D._s {
	font-size: 1rem; /* 15px */
}
.katta-title-D._xs {
	font-size: 0.8rem; /* 12px */
}


/* extended */

.top-project .katta-title-D,
.gallerycnt-title .katta-title-D,
.grandopen-premium .katta-title-D {
	margin-bottom: 1vw;
}

.blog-header .katta-title-D {
	margin-bottom: 1.5vw;
}

.gallery-info .katta-title-D {
	margin-bottom: 2vw;
}

.top-hero .katta-title-D,
.gallerycnt-title .katta-title-D,
.openhouse-hero .katta-title-D,
.grandopen-hero .katta-title-D,
.grandopen-lead .katta-title-D,
.grandopen-reserve .katta-title-D,
.grandopen-premium .katta-title-D {
	color: #262626;
}



/* katta-caption
--------------------------- */

.katta-caption {
	color: #808080;
	font-size: 0.867rem; /* 13px */
	line-height: 1.8;
}


/* katta-date
--------------------------- */

.katta-date {
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	white-space: nowrap;
}
.katta-date._l {
	font-size: 1.2rem; /* 20px */
}
.katta-date._s {
	font-size: 0.933rem; /* 14px */
}

.katta-date > span {
	display: inline-block;
}
.katta-date > span + i,
.katta-date > i + span {
	margin-left: 3px;
}

.katta-date._l > span {
	font-size: 3.867rem; /* 58px */
	font-size: calc( 3.6rem + 10 * (100vw - 900px) / 400 ); /* 54px（900px）〜 64px（1300px） */
}
.IE9 .katta-date._l > span {
	font-size: 3.867rem; /* 58px */
}
@media (min-width: 1300px) {
	.katta-date._l > span {
		font-size: 4.267rem; /* 64px */
	}
}

.katta-date._s > span {
	font-size: 2.467rem; /* 37px */
	font-size: calc( 2.267rem + 8 * (100vw - 900px) / 400 ); /* 34px（900px）〜 42px（1300px） */
}
.IE9 .katta-date._s > span {
	font-size: 2.467rem; /* 37px */
}
@media (min-width: 1300px) {
	.katta-date._s > span {
		font-size: 2.8rem; /* 42px */
	}
}


/* katta-phonenumber
--------------------------- */

.katta-phonenumber {
	font-size: 0.867rem; /* 13px */
	line-height: 1.8;
}

.katta-phonenumber > span {
	font-size: 1.333rem; /* 20px */
	font-weight: 700;
	line-height: 1;
	display: block;
	margin-bottom: .4em;
}

.katta-phonenumber > span > a {
	font-size: 2.667rem; /* 40px */
	font-size: calc( 2.4rem + 6 * (100vw - 900px) / 400 ); /* 36px（900px）〜 42px（1300px） */
	margin-left: .2em;
}
.IE9 .katta-phonenumber > span > a {
	font-size: 2.667rem; /* 40px */
}
@media (min-width: 1300px) {
	.katta-phonenumber {
		font-size: 0.933em; /* 14px */
	}
	.katta-phonenumber > span > a {
		font-size: 2.8rem; /* 42px */
	}
}





/* =============================================================

	Links

* ============================================================= */

a {
	color: #262626;
	text-decoration: none;
}

.katta-link-txt {
	text-decoration: underline;
}

.katta-buttonset {
	text-align: center;
	position: relative;
}
ul.katta-buttonset {
	margin-left: -1vw;
	margin-right: -1vw;
	margin-bottom: -10px;
}
ul.katta-buttonset > li {
	display: inline-block;
	line-height: 0;
	padding: 0 1vw 10px;
}


/* katta-button-A
--------------------------- */

.katta-button-A,
.katta-submit {
	color: #fff;
	font-size: 0.867rem; /* 13px */
	font-weight: 700;
	line-height: 4.3em;
	text-align: left;
	display: inline-block;
	padding: 0 4em 0 1.5em;
	min-width: 17em;
	background-color: #02126d;
	border: 2px solid #02126d;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transform: translate(0,0);
}

.katta-button-A:before,
.katta-button-A:after,
.katta-submit:before,
.katta-submit:after {
	content: "";
	width: .7vw;
	height: .7vw;
	max-width: 7px;
	max-height: 7px;
	min-width: 5px;
	min-height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 50%;
	right: 1.3em;
	z-index: 1;
	opacity: 1;
	transform: translate(-50%,-50%) rotate(45deg);
	transition: transform .2s cubikatta-bezier(0.445, 0.05, 0.55, 0.95), opacity .1s linear;
}

.katta-button-A:before,
.katta-submit:before {
	transition-delay: .1s;
	transition-duration: .1s;
}
html.no-touchevents .katta-button-A:hover:before,
html.no-touchevents .katta-submit:hover:before {
	opacity: 0;
	transform: translate(50%,-50%) rotate(45deg);
	transition-delay: 0s;
}

.katta-button-A:after,
.katta-submit:after {
	opacity: 0;
	border-color: #02126d;
	transform: translate(-200%,-50%) rotate(45deg);
	transition-timing-function: cubikatta-bezier(.41,.34,.51,1.8);
}
html.no-touchevents .katta-button-A:hover:after,
html.no-touchevents .katta-submit:hover:after {
	opacity: 1;
	transform: translate(-50%,-50%) rotate(45deg);
	transition-duration: .15s;
	transition-delay: .2s;
}

.katta-button-A > span,
.katta-submit > span {
	display: inline-block;
}

.katta-button-A > span:before,
.katta-submit > span:before {
	content: attr(data-label);
	color: #02126d;
	font-size: 0.867rem; /* 13px */
	font-weight: 700;
	line-height: 4.3em;
	position: absolute;
	z-index: 1;
	opacity: 0;
	transition: opacity .15s;
}
html.no-touchevents .katta-button-A:hover > span:before,
html.no-touchevents .katta-submit:hover > span:before {
	opacity: 1;
	transition-delay: .25s;
}

.katta-button-A > span:after,
.katta-submit > span:after {
	content: "";
	width: 110%;
	height: 120%;
	position: absolute;
	top: -10%;
	left: 0;
	background-color: #fff;
	transform: translate(-105%,0);
	transition: all .2s .05s cubikatta-bezier(.43,.01,.32,1.02);
}
html.no-touchevents .katta-button-A:hover > span:after,
html.no-touchevents .katta-submit:hover > span:after {
	transform: translate(-5%,0);
}


/* extended */

.top-katta .katta-button-A {
	width: 100%;
	max-width: 320px;
}



/* katta-button-B
--------------------------- */

.katta-button-B {
	font-size: 0.867rem; /* 13px */
	font-weight: 700;
	line-height: 3.8em;
	text-align: left;
	display: inline-block;
	padding: .15em 5em 0 1.5em;
	min-width: 17em;
	border: 2px solid #F6921D;
	cursor: pointer;
	position: relative;
	transition: color .1s linear;
}
.katta-button-B._l {
	line-height: 58px;
	min-width: 320px;
}

html.no-touchevents .katta-button-B:hover {
	color: #F6921D !important;
}

.katta-button-B:before,
.katta-button-B:after {
	content: "";
	width: 16px;
	height: 2px;
	background-color: #F6921D;
	position: absolute;
	top: 50%;
	right: 10%;
	margin: -1px -7px 0 0;
	z-index: 1;
	transition: transform .2s cubikatta-bezier(.41,.34,.51,1.8);
}
html.no-touchevents .katta-button-B:hover:before {
	transform: rotate(90deg);
}

.katta-button-B:after {
	transform: rotate(90deg);
}
html.no-touchevents .katta-button-B:hover:after {
	transform: rotate(180deg);
}


/* katta-numbernav
--------------------------- */

.katta-numbernav {
	font-size: 1.2rem; /* 18px*/
	line-height: 1;
	font-weight: 700;
	text-align: center;
}

.katta-numbernav > .num {
	display: inline-block;
	vertical-align: middle;
	width: 6vw;
	height: 6vw;
	max-width: 54px;
	max-height: 54px;
	min-width: 40px;
	min-height: 40px;
	border: 1px solid #DEE1EA;
	margin-right: -1px;
	position: relative;
	overflow: hidden;
	transition: all .07s linear;
}
html.no-touchevents .katta-numbernav > a.num:hover {
	border-color: #F6921D;
	box-shadow: inset 1px 1px #F6921D, inset -1px -1px #F6921D;
	z-index: 1;
}

.katta-numbernav > .num > span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.katta-numbernav > strong {
	background-color: #DEE1EA;
}
.katta-numbernav > i {
	display: inline-block;
	margin: 0 10px;
}


/* katta-arrownav
--------------------------- */

.katta-arrownav {
	font-size: 0.933rem; /* 14px */
	font-weight: 700;
	line-height: 1.4;
	padding: .5em 4em .5em 1em;
	margin-left: 0em;
	margin-top: 10px;
	position: relative;
	display: inline-block;
	transition: color .1s linear;
	color: #ffffff;
	border: 1px solid #fff;
}
.katta-arrownav._flip {
	padding: .5em 1em .5em 32px;
	margin-left: 0;
	margin-right: -1em;
}

html.no-touchevents .katta-arrownav:hover {
	color: #fbd050 !important;
}

.katta-pagenav .katta-arrownav {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
}
.katta-pagenav .katta-arrownav._flip {
	right: auto;
	left: 0;
}

.katta-arrownav:before,
.katta-arrownav:after {
	content: "";
	width: 23px;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	right: 1em;
	bottom: .8em;
	transform-origin: 0 0;
}

html.no-touchevents .katta-arrownav:hover:before {
	animation: a-arrownav1 .25s .05s forwards;
}
@keyframes a-arrownav1 {
	60% { transform: scaleX(1.7); }
	100% { transform: scaleX(1.5); }
}

.katta-arrownav:after {
	width: 12px;
	transform-origin: 100% 100%;
	transform: rotate(40deg);
}
html.no-touchevents .katta-arrownav:hover:after {
	animation: a-arrownav2 .25s .05s forwards;
}
@keyframes a-arrownav2 {
	60% { transform: translate(18px,0) rotate(40deg); }
	100% { transform: translate(12px,0) rotate(40deg); }
}

.katta-arrownav._flip:before {
	transform-origin: 100% 100%;
	left: 0;
}
.katta-arrownav._flip:after {
	left: 0;
	transform-origin: 0 100%;
	transform: rotate(-40deg);
}
html.no-touchevents .katta-arrownav._flip:hover:after {
	animation: a-arrownav3 .25s .05s forwards;
}
@keyframes a-arrownav3 {
	60% { transform: translate(-18px,0) rotate(-40deg); }
	100% { transform: translate(-12px,0) rotate(-40deg); }
}


/* katta-arrownav2
--------------------------- */

.katta-arrownav_News {
	font-size: 0.933rem; /* 14px */
	font-weight: 700;
	line-height: 1.4;
	padding: .5em 4em .5em 1em;
	margin-left: 0em;
	margin-top: 10px;
	position: relative;
	display: inline-block;
	transition: color .1s linear;
	color: #02126d;
	border: 1px solid #02126d;
}
.katta-arrownav_News._flip {
	padding: .5em 1em .5em 32px;
	margin-left: 0;
	margin-right: -1em;
}

html.no-touchevents .katta-arrownav_News:hover {
	color: #fbd050 !important;
}

.katta-pagenav .katta-arrownav_News {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
}
.katta-pagenav .katta-arrownav_News._flip {
	right: auto;
	left: 0;
}

.katta-arrownav_News:before,
.katta-arrownav_News:after {
	content: "";
	width: 23px;
	height: 2px;
	background-color: #02126d;
	position: absolute;
	right: 1em;
	bottom: .8em;
	transform-origin: 0 0;
}

html.no-touchevents .katta-arrownav_News:hover:before {
	animation: a-arrownav1 .25s .05s forwards;
}
@keyframes a-arrownav1 {
	60% { transform: scaleX(1.7); }
	100% { transform: scaleX(1.5); }
}

.katta-arrownav_News:after {
	width: 12px;
	transform-origin: 100% 100%;
	transform: rotate(40deg);
}
html.no-touchevents .katta-arrownav_News:hover:after {
	animation: a-arrownav2 .25s .05s forwards;
}
@keyframes a-arrownav2 {
	60% { transform: translate(18px,0) rotate(40deg); }
	100% { transform: translate(12px,0) rotate(40deg); }
}

.katta-arrownav_News._flip:before {
	transform-origin: 100% 100%;
	left: 0;
}
.katta-arrownav_News._flip:after {
	left: 0;
	transform-origin: 0 100%;
	transform: rotate(-40deg);
}
html.no-touchevents .katta-arrownav_News._flip:hover:after {
	animation: a-arrownav3 .25s .05s forwards;
}
@keyframes a-arrownav3 {
	60% { transform: translate(-18px,0) rotate(-40deg); }
	100% { transform: translate(-12px,0) rotate(-40deg); }
}





/* katta-linkicon
--------------------------- */

.katta-linkicon {
	display: block;
	width: 4.5vw;
	height: 4.5vw;
	max-width: 50px;
	max-height: 50px;
	min-width: 30px;
	min-height: 30px;
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 10;
	background-color: #02126d;
	margin-top: 0;
	transition: all .2s cubikatta-bezier(0.165, 0.84, 0.44, 1);
}
html.no-touchevents a:hover .katta-linkicon {
	width: 9vw;
	min-width: 5.5em;
	max-width: 130px;
}

.katta-linkicon:after {
	content: "";
	width: .5vw;
	height: .5vw;
	max-width: 7px;
	max-height: 7px;
	min-width: 5px;
	min-height: 5px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	position: absolute;
	top: 50%;
	left: 45%;
	transform: translate(-50%,-50%) rotate(45deg);
	transition: left .25s cubikatta-bezier(.41,.34,.51,1.4);
}
html.no-touchevents a:hover .katta-linkicon:after {
	left: 15%;
}

.katta-linkicon:before {
	content: "MORE";
	color: #ffffff;
	font-size: 0.733rem;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 10px;
	opacity: 0;
	transform: translate(-50%,-50%);
	transition: opacity .15s;
}
html.no-touchevents a:hover .katta-linkicon:before {
	opacity: 1;
	transition-delay: .2s;
}


/* extended */

.katta-gallerylist .katta-linkicon {
	top: 50%;
	transform: translate(0,-50%);
}
.gallery-related .katta-gallerylist  .katta-linkicon {
	top: 0;
	transform: none;
}

.company-association .katta-linkicon {
	max-width: 40px;
	max-height: 40px;
}
html.no-touchevents .company-association a:hover .katta-linkicon {
	width: 4.5vw;
	max-width: 40px;
	min-width: 30px;
}
html.no-touchevents .company-association a:hover .katta-linkicon:after {
	left: 45%;
}
.company-association .katta-linkicon:before {
	content: none;
}



/* =============================================================

	Forms

* ============================================================= */

textarea, input[type="text"], input[type="submit"], input[type="tel"],
input[type="email"],input[type="date"],select, button {
	color: #262626;
	font-family: 'Roboto', Arial, Verdana, "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: .1em;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: none;
	display: block;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
select,
textarea {
	font-size: 16px;
	line-height: 1;
	width: 100%;
	height: 50px;
	padding: 0 15px;
	background-color: #F1F1F2;
	border: 1px solid #DEE1EA;
	border-radius: 3px;
}
textarea {
	line-height: 1.8;
	height: 20em;
	padding: 15px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
textarea:focus {
	background-color: #f9f9f9;
	border-color: #e5e5e5;
}

input[type="checkbox"] {
	vertical-align: middle;
	width: 1rem;
	height: 1rem;
	margin-right: .5em;
	display: inline-block;
	vertical-align: baseline;
}

input[type="submit"] {
	color: #fff;
	font-size: 0.867rem; /* 13px */
	font-weight: 700;
	letter-spacing: .1em;
	border: none;
	background-color: transparent;
	cursor: pointer;
	display: inline-block;
}

select {
	font-size: 0.933rem; /* 14px */
	font-weight: 700;
	letter-spacing: .1em;
	width: 100%;
	cursor: pointer;
}


/* katta-select-A
--------------------------- */

.katta-select-A {
	font-size: 0.933rem; /* 14px */
	font-weight: 700;
	line-height: 3.8em;
	width: 17em;
	margin: 0 auto;
	background-color: #f9f9f9;
	border: 1px solid #DEE1EA;
	position: relative;
	border-radius: 3px;
}

.katta-select-A:before {
	content: "";
	width: 1px;
	height: 60%;
	background-color: #ccc;
	position: absolute;
	top: 50%;
	right: 50px;
	transform: translate(0,-50%);
}

.katta-select-A:after {
	content: "";
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #808080;
	border-right: 2px solid #808080;
	position: absolute;
	top: 47%;
	right: 20px;
	transform: translate(0,-50%) rotate(45deg);
}

.katta-select-A > select {
	line-height: 3.8em;
	padding: .1em 3em 0 1.5em;
	position: relative;
	z-index: 1;
}

/* extended */

.blog-header .katta-select-A {
	width: 100%;
	max-width: 20em;
}

.gallery-title__cat-list .katta-select-A {
	margin: -1vw auto -2vw 0;
}


/* =============================================================

	Images

* ============================================================= */

img {
	vertical-align: middle;
	width: 100%;
	/* height: auto; */
	/* display: block; */
	/* margin: 0 auto; */
}

img.aligncenter,
img.alignnone {
	margin: 0 auto;
}

img.alignleft {
	margin: 0 auto 0 0 !important;
}
img.alignright {
	margin: 0 0 0 auto !important;
}


/* katta-img-ratio
<span class="katta-img-ratio _r16to10"><span><img class="katta-img-fit"></span></span>
--------------------------- */

.katta-img-ratio {
	text-align: left;
	display: block;
	width: 100%;
	height: 0;
	position: relative;
}
.katta-img-ratio._r1to2 {
	padding-bottom: 150%;
}
.katta-img-ratio._r1to1 {
	padding-bottom: 100%;
}
.katta-img-ratio._r4to3 {
	padding-bottom: 75%;
}
.katta-img-ratio._rg {
	padding-bottom: 61.8%;
}
.katta-img-ratio._r16to9 {
	padding-bottom: 56%;
}
.katta-img-ratio._r2to1 {
	padding-bottom: 50%;
}

.katta-img-ratio > span {
	position: absolute;
	width: 100%;
	height: 100%;
}

.katta-img-ratio > iframe {
	width: 100%;
	height: 100%;
	position: absolute;
}


/* katta-img-fit
--------------------------- */

.katta-img-fit {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* katta-hoverimg
--------------------------- */

.katta-hoverimg {
	overflow: hidden;
	transition: background-color 0s .2s;
	transform: translate(0,0);
}
html.no-touchevents a:hover .katta-hoverimg,
a.active .katta-hoverimg {
	background-color: #333B4D;
	transition-delay: 0s;
}

.katta-hoverimg > span {
	opacity: 1;
	transform-origin: 50% 50%;
	transition: opacity .2s, transform 1s cubikatta-bezier(.14,0,0,1);
}
html.no-touchevents a:hover .katta-hoverimg > span {
	opacity: .7;
	transform: scale(1.1);
}
html.no-touchevents a:hover .katta-hoverimg._small > span {
	transform: scale(1.05);
}
a.active .katta-hoverimg > span {
	opacity: .5;
}



/* =============================================================

	Common

* ============================================================= */

.mbv-1 { margin-bottom: 1vw !important; }
.mbv-2 { margin-bottom: 2vw !important; }
.mbv-3 { margin-bottom: 3vw !important; }
.mbv-4 { margin-bottom: 4vw !important; }
.mbv-5 { margin-bottom: 5vw !important; }
.mbv-6 { margin-bottom: 6vw !important; }
.mbv-7 { margin-bottom: 7vw !important; }
.mbv-8 { margin-bottom: 8vw !important; }
.mbv-9 { margin-bottom: 9vw !important; }
.mbv-10 { margin-bottom: 10vw !important; }


.katta-relative { position: relative !important; }
.katta-static { position: static !important; }

.katta-hidden { overflow: hidden !important; }
.katta-visible { overflow: visible !important; }

.katta-ib { display: inline-block; }


/* katta-sitetitle
--------------------------- */

.katta-sitetitle {
	color: #404040;
	font-weight: 700;
	letter-spacing: .3em;
	line-height: 1.3em;
	writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	width: 1em;
	position: fixed;
	top: 100px;
	left: 35px;
	margin-left: -.5em;
	z-index: 1000;
}

.katta-sitetitle > span {
	display: inline-block;
}


/* katta-titleset-A
--------------------------- */

.katta-titleset-A {
	position: relative;
}

.katta-titleset-A > .katta-title-B {
	float: left;
	margin-right: 5vw;
}

.katta-titleset-A > .katta-title-B + p {
	text-align: left;
	overflow: hidden;
	margin-top: 2.2em;
}


/* extended */

.top-project .katta-titleset-A .katta-arrownav {
	position: absolute;
	top: -2.5em;
	right: -2vw;
}

.project-title .katta-titleset-A .katta-arrownav {
	position: absolute;
	top: -2.5em;
	right: -5.5vw;
}

.gallery-title .katta-titleset-A .katta-button-B {
	position: absolute;
	top: -3.5em;
	right: -6vw;
}
.gallery-title .katta-titleset-A .katta-arrownav {
	position: absolute;
	bottom: .3em;
	right: -5.5vw;
}


/* katta-hero
--------------------------- */

.katta-hero {
	width: 100%;
	position: relative;
}

.katta-hero__img {
	width: 100%;
	height: 0;
	padding-bottom: 45%;
	min-height: 420px;
	transform-origin: 50% 50%;
	overflow: hidden;
}

.katta-hero__img > span {
	transform: translate(0,-5%);
	background-color: transparent;
	transition: background-color 5s linear, transform 3s;
	overflow: hidden;
}
html.no-js .katta-hero__img > span,
.js-sa-elm._active .katta-hero__img > span {
	transform: translate(0,0);
	background-color: #333B4D;
}

html.js .katta-hero__img > span > img {
	opacity: 0;
	transform-origin: 50% 50%;
	transform: scale(1.02);
	transition: opacity .8s cubikatta-bezier(0.55, 0.085, 0.68, 0.53), transform 3s;
}
.js-sa-elm._active .katta-hero__img > span > img {
	opacity: 1;
	transform: scale(1);
}

/* extended */

.grandopen-hero .katta-hero__img {
	padding-bottom: 50%;
	min-height: 540px;
}

.story-reason .katta-hero__img,
.team-builder .katta-hero__img {
	padding-bottom: 45%;
	min-height: 350px;
}

.top-about .katta-hero__img,
.feature-hero .katta-hero__img {
	padding-bottom: 40%;
	min-height: 300px;
}

.team-designer .katta-hero__img {
	padding-bottom: 35%;
	min-height: 0;
}


.katta-hero__cnt {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translate(0,-50%);
}

/* extended */

.top-about .katta-hero__cnt,
.story-reason .katta-hero__cnt,
.team-designer .katta-hero__cnt {
	top: 45%;
}


/* katta-square
--------------------------- */

.katta-square {
	display: block;
	width: 20vw;
	height: 20vw;
	max-width: 270px;
	max-height: 270px;
	margin: 0;
	position: absolute;
	transform-origin: 50% 50%;
}
.katta-square._s {
	width: 14vw;
	height: 14vw;
	max-width: 150px;
	max-height: 150px;
}

.katta-square:before,
.katta-square:after,
.katta-square > span:before,
.katta-square > span:after {
	content: "";
	background-color: #F6921D;
	position: absolute;
	transition: all cubikatta-bezier(0.165, 0.84, 0.44, 1);
}
.katta-square._notrans:before,
.katta-square._notrans:after,
.katta-square._notrans > span:before,
.katta-square._notrans > span:after {
	transition: none;
}

.katta-square:before {
	width: 0;
	height: 1vw;
	max-height: 11px;
	min-height: 9px;
	top: 0;
	left: 0;
}
html.no-js .katta-square:before,
.katta-square._notrans:before {
	width: 100%;
}

.katta-square:after {
	width: 1vw;
	max-width: 11px;
	min-width: 9px;
	height: 0;
	top: 0;
	right: 0;
}
html.no-js .katta-square:after,
.katta-square._notrans:after {
	height: 100%;
}

.katta-square > span:before {
	width: 0;
	height: 1vw;
	max-height: 11px;
	min-height: 9px;
	bottom: 0;
	right: 0;
}
html.no-js .katta-square > span:before,
.katta-square._notrans > span:before {
	width: 100%;
}

.katta-square > span:after {
	width: 1vw;
	max-width: 11px;
	min-width: 9px;
	height: 0;
	bottom: 0;
	left: 0;
}
html.no-js .katta-square > span:after,
.katta-square._notrans > span:after {
	height: 100%;
}

.katta-square._s:before,
.katta-square._s > span:before {
	height: 1vw;
	max-height: 10px;
	min-height: 8px;
}
.katta-square._s:after,
.katta-square._s > span:after {
	width: 1vw;
	max-width: 10px;
	min-width: 8px;
}


.katta-square._active:before,
.js-sa-elm._active .katta-square:before,
.js-sa-elm._active + main .about-lead .katta-square:before {
	width: 100%;
	transition-delay: .5s;
	transition-duration: .2s;
}
.katta-square._nodelay._active:before,
.js-sa-elm._active .katta-square._nodelay:before {
	transition-delay: 0s;
}

.katta-square._active:after,
.js-sa-elm._active .katta-square:after,
.js-sa-elm._active + main .about-lead .katta-square:after {
	height: 100%;
	transition-delay: .7s;
	transition-duration: .2s;
}
.katta-square._nodelay._active:after,
.js-sa-elm._active .katta-square._nodelay:after {
	transition-delay: .2s;
}

.katta-square._active > span:before,
.js-sa-elm._active .katta-square > span:before,
.js-sa-elm._active + main .about-lead .katta-square > span:before {
	width: 100%;
	transition-delay: .6s;
	transition-duration: .3s;
	transition-timing-function: cubikatta-bezier(.59,.08,0,.84);
}
.katta-square._nodelay._active > span:before,
.js-sa-elm._active .katta-square._nodelay > span:before {
	transition-delay: .1s;
}

.katta-square._active > span:after,
.js-sa-elm._active .katta-square > span:after,
.js-sa-elm._active + main .about-lead .katta-square > span:after {
	height: 100%;
	transition-delay: .9s;
	transition-duration: .3s;
	transition-timing-function: cubikatta-bezier(0.785, 0.135, 0.15, 0.86);
}
.katta-square._nodelay._active > span:after,
.js-sa-elm._active .katta-square._nodelay > span:after {
	transition-delay: .4s;
}


/* extended */

.katta-diamondtitle .katta-square {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(-45deg);
}

.top-hero__outer .katta-square,
.grandopen-hero .katta-square {
	width: 18vw;
	height: 18vw;
	bottom: -10vw;
	left: 14vw;
	transform: translate(0,-60px) rotate(45deg);
	z-index: 5;
}
.grandopen-hero .katta-square {
	bottom: -7vw;
}

.top-about .katta-square {
	top: 50%;
	right: -11vw;
	z-index: -1;
	transform-origin: 100% 100%;
	transform: translate(0,-100%) rotate(-45deg);
}

.about-lead .katta-square {
	width: 22vw;
	height: 22vw;
	max-width: 300px;
	max-height: 300px;
	left: 50%;
	bottom: 0;
	z-index: -1;
	transform: translate(-50%,0)
}

.story-reason .katta-square {
	top: 50%;
	left: -11vw;
	z-index: -1;
	transform-origin: 0 100%;
	transform: translate(0,-100%) rotate(45deg);
}

.feature-feature .katta-square {
	width: 10vw;
	height: 10vw;
	max-width: 100px;
	max-height: 100px;
	top: 50%;
	transform: translate(0,-51%);
	z-index: -1;
}
.feature-feature._left .katta-square {
	left: -30px;
}
.feature-feature._right .katta-square {
	right: -30px;
}

@media screen and (min-width: 960px) {
	.openhouse-hero .katta-square {
		width: 13vw;
		height: 13vw;
		max-width: 200px;
		max-height: 200px;
		top: 50%;
		left: 50%;
		margin-top: -3vw;
		transform: translate(-50%,-50%) rotate(45deg);
	}
	.openhouse-hero .katta-square:before,
	.openhouse-hero .katta-square > span:before {
		height: 1vw;
		max-height: 10px;
		min-height: 8px;
	}
	.openhouse-hero .katta-square:after,
	.openhouse-hero .katta-square > span:after {
		width: 1vw;
		max-width: 10px;
		min-width: 8px;
	}
	.openhouse-hero._double .katta-square {
		top: 32vw;
		margin-top: 70px;
	}
}

@media screen and (min-width: 1680px) {
	.openhouse-hero._double .katta-square {
			top: 35vw;
	}
}
@media screen and (min-width: 1980px) {
	.openhouse-hero._double .katta-square {
		top: 700px;
	}
}


/* katta-diamondtitle
--------------------------- */

.katta-diamondtitle {
	position: relative;
	text-align: center;
	width: 28vw;
	height: 28vw;
	max-width: 380px;
	max-height: 380px;
}
.katta-diamondtitle._s {
	width: 20vw;
	height: 20vw;
	max-width: 210px;
	max-height: 210px;
}

.katta-diamondtitle:before {
	content: "";
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.katta-diamondtitle > *:not(.katta-square) {
	width: 80%;
	display: inline-block;
	vertical-align: middle;
}

/* extended */

.company-association .katta-diamondtitle {
	position: absolute;
	right: 10vw;
	top: -160px;
}

.team-designer__item .katta-diamondtitle {
	position: absolute;
	top: 0;
	z-index: 1;
}
.team-designer__item._odd .katta-diamondtitle {
	left: -35px;
}
.team-designer__item._even .katta-diamondtitle {
	right: -35px;
}

.team-builder .katta-diamondtitle {
	position: absolute;
	right: 12vw;
	bottom: -13.5vw;
	z-index: 10;
}
@media screen and (min-width: 1400px) {
	.team-builder .katta-diamondtitle {
		bottom: -12vw;
	}
}

.feature-hero .katta-diamondtitle {
	position: absolute;
	top: -3.5vw;
	left: 9vw;
	z-index: 1;
}
.feature-hero .katta-diamondtitle._right {
	left: auto;
	right: 9vw;
}


/* katta-catnav
--------------------------- */

.katta-catnav {
	text-align: center;
}

.katta-catnav__item > a {
	color: #fff;
	text-align: center;
	display: block;
	position: relative;
}

.katta-catnav__item .katta-title-B {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: 50% 50%;
	transform: translate(-50%,-50%) scale(1);
	transition: transform .3s;
	text-shadow: 1px 1px 1px #000000, -1px 1px 1px #000000, 1px -1px 1px #000000, -1px -1px 1px #000000, 1px 0px 1px #000000, 0px 1px 1px #000000, -1px 0px 1px #000000, 0px -1px 1px #000000;
	font-size: 1.1em;
}
html.no-touchevents .katta-catnav__item > a:hover .katta-title-B {
	transform: translate(-50%,-50%) scale(1.05);
}

.katta-catnav__item a.active .katta-title-B:after {
	content: "";
	width: 5em;
	height: 3px;
	background-color: #F6921D;
	position: absolute;
	left: 50%;
	bottom: -.5em;
	transform: translate(-50%,0);
}


/* katta-pagenav
--------------------------- */

.katta-pagenav__inner {
	text-align: center;
	border-top: 1px solid #DEE1EA;
	padding: 6vw 4vw 0;
}

.katta-pagenav__nav {
	position: relative;
}


/* katta-article
--------------------------- */

.katta-article + .katta-article {
	margin-top: 8vw;
}

.katta-article img {
	max-width: 100%;
	width: auto;
	float: none !important;
}

.katta-article > header {
	margin-bottom: 3vw;
}

.katta-article .katta-title-D {
	display: inline-block;
	margin-right: 1.5em;
}
.katta-article .katta-taglist {
	display: inline-block;
}

.katta-article > p > a {
	text-decoration: underline;
}

.katta-article > p > em {
	font-weight: 700;
}

.katta-article > p > strong.red {
	font-weight: 700;
	color: red;
}

.katta-article > p > strong.tcl2 {
	font-weight: 700;
	color: #3A92B5;
}

.katta-article > p > span.tcl3 {
	font-weight: 400;
	color: #808080;
}


/* katta-triplecol
--------------------------- */

.katta-triplecol {
	position: relative;
	overflow: hidden;
}

.katta-triplecol:before,
.katta-triplecol:after {
	content: "";
	width: 1px;
	height: 2000px;
	/* background-color: #DEE1EA; */
	position: absolute;
	top: 0;
	left: 32%;
}
.katta-triplecol:after {
	left: 68%;
}


/* katta-gallerylist
--------------------------- */

.katta-gallerylist__item > a {
	color: #fff;
	text-align: left;
	display: block;
	position: relative;
}

.katta-gallerylist__item .katta-badge {
	position: absolute;
	top: 1.5vw;
	left: 1.5vw;
	transition: all .2s;
}

html.no-touchevents .katta-gallerylist__item > a:hover .katta-badge {
	transform-origin: 50% 50%;
	background-color: #ffffff;
	border-color: #c4c3c2;
	color: #FF9800;
	transform: scale(.9);
}

.katta-gallerylist .katta-title-A {
	position: absolute;
	bottom: 0;
	padding: 0 2vw 2vw;
}

.gallery-list .katta-gallerylist__item > a {
	color: #262626;
}
.gallery-list .katta-gallerylist .katta-title-A {
	position: static;
}


/* katta-storybox
--------------------------- */

.katta-storybox {
	max-width: 320px;
	margin: 0 auto;
}

.katta-storybox .katta-title-A {
	text-align: left;
}

.katta-storybox .katta-title-A > span {
	display: inline-block;
}

.katta-storybox > figure {
	margin-bottom: 1.5vw;
}

.katta-storybox .katta-arrownav {
	margin-top: 1vw;
}


/* katta-taglist
--------------------------- */

.katta-taglist {
	margin: -5px -7px 0;
}

.katta-taglist > li {
	display: inline-block;
	margin: 0 5px;
}

.katta-taglist > li > a {
	font-size: 0.933rem; /* 14px */
	line-height: 1;
	display: block;
	padding: 5px 2px;
	transition: color .07s linear;
	border-bottom: 1px solid #F6921D;
}

html.no-touchevents .katta-taglist > li > a:hover {
	color: #F6921D;
}

/* extended */

.gallery-title .katta-taglist {
	margin-bottom: -15px;
}
.gallery-title .katta-taglist > li {
	margin: 0 10px 15px;
}
.gallery-title .katta-taglist > li > a {
	font-size: 1rem;
}


/* katta-island
--------------------------- */

.katta-island {
	color: #262626;
	padding: 4.5vw 3vw;
	background: #fff;
	border: 8px solid #02126d;
	position: relative;
}


.katta-iscontact {
	color: #262626;
	padding: 2.5vw 3vw;
	background: #fff;
	border: 8px solid #02126d;
	position: relative;
}



.katta-island._arrowtop {
	margin-top: 50px;
}

.katta-island._arrowtop:before,
.katta-island._arrowtop:after {
	content: "";
	border: 30px solid transparent;
	border-bottom-color: #DEE1EA;
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translate(-50%,0);
}
.katta-island._arrowtop:after {
	border: 22px solid transparent;
	border-bottom-color: #fff;
	top: -40px;
}


/* extended */

.gallery-title .katta-island {
	margin-bottom: 6vw;
}

.gallery-title .katta-island._arrowtop:before,
.gallery-title .katta-island._arrowtop:after {
	left: auto;
	right: 115px;
	transform: translate(50%,0);
}

.grandopen-reserve .katta-island,
.contact-form .katta-island {
	padding: 4.5vw 6vw;
}

.grandopen-reserve .katta-island._arrowtop:before,
.grandopen-reserve .katta-island._arrowtop:after {
	margin-left: 15vw;
}


/* katta-ctabox
--------------------------- */

.katta-ctabox {
	text-align: center;
}

.katta-ctabox > p {
	margin: 0 auto;
	max-width: 900px;
}

.katta-ctabox__address {
	display: block;
	margin: 2.5vw auto -3vw;
	padding-top: 3vw;
	border-top: 1px solid #DEE1EA;
	max-width: 900px;
}

.katta-ctabox__address > div {
	margin: 0 -2vw;
}

.katta-ctabox .katta-phonenumber,
.katta-ctabox__btn {
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	margin: 0 2vw 2vw;
}




/* katta-ctabox
--------------------------- */

.katta-ctabox2 {
	text-align: center;
}

.katta-ctabox2 > p {
	margin: 0 auto;
	max-width: 600px;
}

.katta-ctabox2 {
	display: block;
	margin: 2.5vw auto -3vw;
	padding-top: 3vw;
	border-top: 1px solid #DEE1EA;
	max-width: 900px;
}

.katta-ctabox2__address > div {
	margin: 0 -2vw;
}

.katta-ctabox2 .katta-phonenumber,
.katta-ctabox2__btn {
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	margin: 0 2vw 2vw;
}








/* katta-ovbox
--------------------------- */

.katta-ovbox > .katta-title-B {
	text-align: center;
}

.katta-ovbox__btn {
	margin-top: 1.5em;
}

/* katta-badge
--------------------------- */

.katta-badge {
	font-size: 0.933rem; /* 14px */
	font-weight: 700;
	/* font-style: italic; */
	letter-spacing: 0;
	text-align: center;
	border: 2px solid #262626;
	border-radius: 70px;
	padding-right: .2em;
	display: block;
	position: relative;
	white-space: nowrap;
}

.katta-badge._l {
	letter-spacing: 1px;
	line-height: 72px;
	width: 76px;
	height: 76px;
}
.katta-badge._s {
	width: 180px;
	height: 50px;
	line-height: 50px;
}

.katta-badge > span {
	width: 100%;
	padding-right: .2em;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}


/* extended */

.katta-gallerylist .katta-badge {
	font-size: 1.2rem; /* 18px */
	color: #fff;
	border-color: #fff;
}

.top-katta .katta-badge > span {
	line-height: 1;
}
.top-katta .katta-badge > span > b {
	font-size: 1.6rem;
	display: block;
	margin-top: .1em;
}

.gallerycnt-title .katta-badge {
	font-size: 1.6rem; /* 14px */
	padding-right: 0;
}


.openhouse-const .katta-badge {
	line-height: 1.4 !important;
}

.grandopen-premium__badge .katta-badge {
	font-size: 1.2rem; /* 18px */
	padding-right: 0;
	display: inline-block;
}


/* katta-headerlogo
--------------------------- */

.katta-headerlogo {
	width: 70px;
	height: 70px;
	position: fixed;
	z-index: 2500;
}

.katta-headerlogo > a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 16px;
	background-color: #F6921D;
}

.katta-headerlogo > a > svg {
	width: 100%;
	height: 100%;
	fill: #fff;
	transform: translate(-4px,-2px);
}


/* katta-hoverbox
--------------------------- */

.katta-hoverbox {
	position: relative;
}

.katta-hoverbox:before,
.katta-hoverbox:after {
	content: "";
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 3px #02126d;
	border-style: solid none none solid;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	transform-origin: 0 0;
	transform: scale(0);
	transition: transform .25s cubikatta-bezier(0.55, 0.085, 0.68, 0.53);
}
.katta-hoverbox:before,
.katta-hoverbox:before {
	border-style: none solid solid none;
	transform-origin: 100% 100%;
}

html.no-touchevents .katta-hoverbox:hover:before,
html.no-touchevents .katta-hoverbox:hover:after,
html.no-touchevents a:hover .katta-hoverbox:before,
html.no-touchevents a:hover .katta-hoverbox:after {
/*.katta-hoverbox.active:before,
.katta-hoverbox.active:after {*/
	transform: scale(1);
	transition-delay: .1s;
}
html.no-touchevents .katta-hoverbox:hover:before,
html.no-touchevents a:hover .katta-hoverbox:before {
	transition-delay: .2s;
}

/* extended */

.top-project__list-item .katta-hoverbox:before,
.top-project__list-item .katta-hoverbox:after {
	width: 105%;
}
.top-project__list-item:nth-child(2n) .katta-hoverbox:before,
.top-project__list-item:nth-child(2n) .katta-hoverbox:after {
	right: auto;
	left: 0;
}

.company-association__list-item .katta-hoverbox:before,
.company-association__list-item .katta-hoverbox:after {
	/*width: 132%;*/
	width: 120%;
	height: 136%;
	top: -18%;
	/*right: -16%;*/
	right: -10%
}

.project-archivelist__item .katta-hoverbox:before,
.project-archivelist__item .katta-hoverbox:after {
	width: 112%;
	right: -6%;
	top: 1px;
}


/* katta-slideobj
--------------------------- */

.katta-slideobj {
	opacity: 0;
	transform: translate(-15px,0);
	transition: opacity .3s linear, transform .2s cubikatta-bezier(0.215, 0.61, 0.355, 1);
}
.katta-slideobj._rtl {
	transform: translate(15px,0);
}
.katta-slideobj._ttb {
	transform: translate(0,-15px);
}
.katta-slideobj._delay1 {
	transition-delay: .1s;
}
.katta-slideobj._delay2 {
	transition-delay: .2s;
}
.katta-slideobj._delay3 {
	transition-delay: .3s;
}
.katta-slideobj._delay4 {
	transition-delay: .4s;
}
.katta-slideobj._delay5 {
	transition-delay: .5s;
}
.katta-slideobj._delay6 {
	transition-delay: .6s;
}
.katta-slideobj._delay7 {
	transition-delay: .7s;
}

html.no-js .katta-slideobj,
.katta-slideobj._active,
.js-sa-elm._active .katta-slideobj {
	opacity: 1;
	transform: translate(0,0);
}




/* =============================================================

	katta-nav

* ============================================================= */

.katta-nav {
	text-align: center;
	height: 70px;
}

.katta-nav__inner {
	width: 100%;
	position: fixed;
	z-index: 2000;
}
.katta-nav._openhouse .katta-nav__inner {
	padding-right: 220px;
}
@media (min-width: 1180px) {
	.katta-nav._openhouse .katta-nav__inner {
		padding-right: 20%;
	}
}

.katta-nav__nav {
	padding: 0 70px;
}

.katta-nav__item {
	font-size: 0.933rem;
	letter-spacing: .15em;
	line-height: 70px;
	width: 20%;
	height: 70px;
	float: left;
	background-color: #fff;
	border: 1px #DEE1EA;
	border-style: none solid solid none;
}
.katta-nav._openhouse .katta-nav__item {
	width: 25%;
}

.katta-nav__item > a,
.katta-nav__item > span {
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
	position: relative;
	transition: background-color .1s linear;
}
html.no-touchevents .katta-nav__item > a:hover {
	background-color: #f7f7f7;
}

.katta-nav__item > a.active:after {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #F6921D;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.katta-nav__item._others {
	width: 70px !important;
	position: absolute;
	right: 0;
	border-right: none;
	border-bottom: 1px solid #333B4D;
	background-color: #333B4D;
}
.katta-nav._openhouse .katta-nav__item._others {
	margin-right: 220px;
	border-bottom-color: #DEE1EA;
	background-color: #fff;
}
@media (min-width: 1180px) {
	.katta-nav._openhouse .katta-nav__item._others {
		margin-right: 20%;
	}
}

.katta-nav__item._others > span:before {
	content: "";
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #DEE1EA;
	border-right: 2px solid #DEE1EA;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}

.katta-nav._openhouse .katta-nav__item._others > span:before {
	border-color: #404040;
}

.katta-nav__item._openhouse {
	width: 220px !important;
	position: absolute;
	right: 0;
	border-right: none;
	border-bottom: 1px solid #333B4D;
}
@media (min-width: 1180px) {
	.katta-nav__item._openhouse {
		width: 20% !important;
	}
}

.katta-nav__item._openhouse > a {
	color: #fff;
	line-height: 1;
	background-color: #333B4D !important;
	white-space: nowrap;
}

.katta-nav__item._openhouse > a:before {
	content: attr(data-txt);
	font-size: 0.666rem;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 32px;
	width: 32px;
	height: 32px;
	background-color: #F6921D;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	right: 8px;
}

.katta-nav__openhouse {
	text-align: left;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-45%);
}

.katta-nav__openhouse > b {
	font-size: 0.867rem;
	font-weight: 700;
	letter-spacing: .15em;
	display: block;
	margin-bottom: 6px;
}

.katta-nav__openhouse > span {
	font-size: 0.733rem;
	letter-spacing: 0;
	display: block;
}

.katta-nav__openhouse > span > span {
	font-size: 1.333rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 .1em 0 .2em;
}

.katta-nav__subnav {
	font-weight: 700;
	line-height: 1;
	background-color: #333B4D;
	width: 100%;
	padding: 3vw 10vw;
	box-shadow: 0 1px 5px rgba(0,0,0,.2);
	position: absolute;
	left: 0;
	z-index: -2;
	transform: translate(0,-102%);
	transition: transform .3s cubikatta-bezier(.55,.05,.35,1);
}
.katta-nav__subnav._s {
	width: 15vw;
	padding: 0;
	left: auto;
	right: 0;
	transition: transform .25s cubikatta-bezier(.55,.05,.35,1);
}

html.no-js .katta-nav__item:hover .katta-nav__subnav,
html.no-touchevents .katta-nav__item:hover .katta-nav__subnav,
.katta-nav__subnav._hover {
	z-index: -1;
	transform: translate(0,0);
	transition-delay: .05s;
}

.katta-nav__subnav-inner {
	text-align: left;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.katta-nav__subnav-inner:before {
	content: "";
	width: 0;
	height: 0;
	padding-top: 30%;
	display: inline-block;
	vertical-align: middle;
}

.katta-nav__subnav-nav {
	font-size: 1.067rem; /* 16px */
	text-align: center;
	width: 45%;
	display: inline-block;
	vertical-align: middle;
	opacity: 0;
	transform: translate(-30px,0);
	transition: all .2s .3s cubikatta-bezier(0.215, 0.61, 0.355, 1);
}
html.no-js .katta-nav__item:hover .katta-nav__subnav-nav,
html.no-touchevents .katta-nav__item:hover .katta-nav__subnav-nav,
.katta-nav__subnav._hover .katta-nav__subnav-nav {
	opacity: 1;
	transform: translate(0,0);
}

.katta-nav__subnav-nav > li + li {
	border-top: 1px solid #58595B;
}

.katta-nav__subnav-nav > li > a {
	color: #f2f2f2;
	display: block;
	padding: 2.8vw 1em;
	transition: color .1s linear;

	position: relative;
}
html.no-touchevents .katta-nav__subnav-nav > li > a:hover,
.katta-nav__subnav-nav > li > a.active {
	color: #F6921D;
}

.katta-nav__subnav-img {
	position: absolute;
	top: 50%;
	left: 75%;
	width: 45%;
	transform: translate(-50%,-50%);
	margin-left: -20px;
	opacity: 0;
	transition: all .3s .35s cubikatta-bezier(0.215, 0.61, 0.355, 1);
}
html.no-js .katta-nav__item:hover .katta-nav__subnav-img,
html.no-touchevents .katta-nav__item:hover .katta-nav__subnav-img,
.katta-nav__subnav._hover .katta-nav__subnav-img {
	opacity: 1;
	margin-left: 0;
}

.katta-nav__subnav-img:before,
.katta-nav__subnav-img:after {
	content: "";
	width: 4px;
	height: 100%;
	background-color: #333B4D;
	position: absolute;
	z-index: 1;
	top: 0;
	right: -2px;
}
.katta-nav__subnav-img:before {
	left: -2px;
}

.katta-nav__subnav-img__inner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.katta-nav__subnav-img__inner > ul {
	line-height: 0;
	width: 300%;
	position: relative;
	white-space: nowrap;
	transition: transform .3s cubikatta-bezier(0.215, 0.61, 0.355, 1);
}

.katta-nav__subnav-img__inner > ul > li {
	width: 33.3333%;
	display: inline-block;
}

.katta-nav__subnav-subnav {
	opacity: 0;
	transform: translate(-20px,0);
	transition: all .15s .25s cubikatta-bezier(0.215, 0.61, 0.355, 1);
}
html.no-js .katta-nav__item:hover .katta-nav__subnav-subnav,
html.no-touchevents .katta-nav__item:hover .katta-nav__subnav-subnav,
.katta-nav__subnav._hover .katta-nav__subnav-subnav {
	opacity: 1;
	transform: translate(0,0);
}

.katta-nav__subnav-subnav > li + li {
	border-top: 1px solid #58595B;
}

.katta-nav__subnav-subnav > li > a {
	color: #f2f2f2;
	display: block;
	padding: 2em 1em;
	transition: color .1s linear;
}
html.no-touchevents .katta-nav__subnav-subnav > li > a:hover,
.katta-nav__subnav-subnav > li > a.active {
	color: #F6921D;
}


/* =============================================================

	katta-spnav

* ============================================================= */

.katta-spnav__trigger {
	width: 70px;
	height: 70px;
	cursor: pointer;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 3000;
	background-color: #fff;
	display: none;
}

body.nav-open .katta-spnav__trigger {
	position: absolute;
	transform: translate(0,0); /* for bugfix */
}

.katta-spnav__trigger > span,
.katta-spnav__trigger > span:before,
.katta-spnav__trigger > span:after {
	width: 30px;
	height: 3px;
	border-radius: 2px;
	background-color: #262626;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -2px 0 0 -15px;
	transform-origin: 50% 50%;
	transition: width .3s, transform .3s;
}
.katta-spnav__trigger > span:before,
.katta-spnav__trigger > span:after {
	content: "";
	left: 0;
	margin: 0;
}
.katta-spnav__trigger > span:before {
	top: -9px;
}
.katta-spnav__trigger > span:after {
	top: 9px;
}

body.nav-open .katta-spnav__trigger > span {
	width: 0;
}
body.nav-open .katta-spnav__trigger > span:before {
	width: 34px;
	transform: translate(-2px,9px) rotate(45deg);
}
body.nav-open .katta-spnav__trigger > span:after {
	width: 34px;
	transform: translate(-2px,-9px) rotate(-45deg);
}

.katta-spnav {
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	z-index: 2000;
	overflow: hidden;
	visibility: hidden;
	transition: visibility .2s;
	display: none;
}
body.nav-open .katta-spnav {
	visibility: visible;
	transition: visibility .3s;
}

.katta-spnav:before {
	content: "";
	display: block;
	width: 0;
	height: 600px;
}

.katta-spnav:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #333B4D;
	position: absolute;
	top: 0;
	z-index: -1;
	opacity: 0;
	transform: translate(50%,0);
	transition: opacity .2s .1s, transform .3s;
}
body.nav-open .katta-spnav:after {
	opacity: 1;
	transform: translate(0,0);
	transition: opacity .2s, transform .3s;
}

.katta-spnav__inner {
	text-align: right;
	line-height: 1.4;
	width: 100%;
	max-width: 800px;
	padding: 60px 8vw 0 20vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

@media screen and (min-width: 641px) {
	.katta-spnav__inner {
		margin-top: 0 !important;
	}
}

.katta-spnav__nav > li + li {
	margin-top: 3vh;
}

.katta-spnav__nav a {
	color: #f2f2f2;
	font-size: 1.333rem;
	display: inline-block;
	padding: .5em;
	position: relative;
}

.katta-spnav__nav a.active {
	color: #F6921D;
}

@media screen and (min-width: 641px) {
	.katta-spnav__nav-subnav {
		height: auto !important;
	}
}

.katta-spnav__nav-subnav > ul {
	padding: 1.5vh 0 3vh 1.5em;
}

.katta-spnav__nav-subnav > ul > li + li {
	margin-top: 1vh;
}

.katta-spnav__nav-subnav a {
	color: #A6A8AB;
	font-size: 1rem;
}

.katta-spnav__subnav {
	margin-top: 7vh;
	padding-top: 7vh;
	position: relative;
}

.katta-spnav__subnav:before {
	content: "";
	width: 90%;
	height: 1px;
	background-color: #58595B;
	position: absolute;
	top: 0;
	right: -5%;
}

.katta-spnav__subnav a {
	color: #A6A8AB;
	display: inline-block;
	padding: .5em;
}

.katta-spnav__subnav a.active {
	color: #F6921D;
}

.katta-spnav__subnav > li + li {
	margin-top: 1.5vh;
}




/* =============================================================

	katta-footer

* ============================================================= */

.katta-footer {
	position: relative;
	z-index: 1500;
}

.katta-footer__title {
	color: #DBDCDD;
	font-size: 0.933rem; /* 14px */
	text-align: left;
	padding-left: 28vw;
	position: relative;
}

.katta-footer__logo {
	position: absolute;
	left: 3vw;
}

.katta-footer__logo .logo1 {
	fill: #fff;
	width: 40px;
	height: 40px;
	padding: 4px 7px 7px 4px;
	background-color: #F6921D;
	border-radius: 5px;
	margin-right: 10px;
}

.katta-footer__logo .logo2 {
	fill: #fff;
	width: 140px;
	height: 40px;
}

.katta-footer__title > h2 {
	font-weight: 700;
	margin-bottom: .7em;
}

.katta-footer__info > span {
	display: inline-block;
	margin-right: 1em;
}


.katta-footer__nav {
	border-top: 1px solid rgba(255,255,255,.2);
	padding: 5vw 4vw 0;
	margin: 5vw 0 -.5em;
}

.katta-footer__nav > .katta-grids > * {
	width: 45%;
}
.katta-footer__nav > .katta-grids > *:first-child {
	width: 55%;
}

.katta-footer__nav li {
	margin-bottom: .5em;
}

.katta-footer__nav a {
	color: #999;
	font-size: 0.933rem; /* 14px */
	font-weight: 700;
	line-height: 1.6;
	display: inline-block;
	padding: .3em 1em;
	white-space: nowrap;
	position: relative;
	transition: color .07s linear;
}
html.no-touchevents .katta-footer__nav a:hover {
	color: #F6921D;
}

.katta-footer__nav a:after {
	content: "";
	width: calc(100% - 1em);
	height: 1px;
	background-color: transparent;
	position: absolute;
	left: .5em;
	bottom: 0;
	transition: background-color .1s linear;
}
html.no-touchevents .katta-footer__nav a:hover:after {
	background-color: #F6921D;
}


.katta-footer__copy {
	overflow: hidden;
	padding: 2em;
	background-color: #262626;
}

.katta-footer__copy > * {
	color: #999 !important;
	font-size: 11px;
	line-height: 1;
}
.katta-footer__copy > small {
	float: left;
	display: block;
}
.katta-footer__copy > a {
	float: right;
	display: inline-block;
	position: relative;
	transition: color .07s linear;
}
html.no-touchevents .katta-footer__copy > a:hover {
	color: #fff !important;
}

.katta-footer__copy > a:after {
	content: "";
	width: 108%;
	height: 1px;
	background-color: #666;
	position: absolute;
	left: -4%;
	bottom: -8px;
	transition: background-color .07s linear;
}
html.no-touchevents .katta-footer__copy > a:hover:after {
		background-color: #fff;
}


/* ----- module --- */

.module__inner {
  max-width: 1400px;
  margin: 0 auto;
}

.module__inner--small {
	max-width: 1000px;
	margin: 0 auto;
}

.module__center {
  text-align: center;
}

.module__header {
  margin: 50px 0 70px;
  padding: 0 20px;
}
@media( max-width: 499px ) {
  .module__header {
    margin-bottom: 30px;
  }
}

.module__title {
  font-size: 50px;
  font-weight: bold;
}

.module__title span {
  display: block;
  margin-top: -30px;
  font-size: 20px;
  font-weight: normal;
}

@media( max-width: 499px ) {
  .module__title {
    font-size: 24px;
  }
  .module__title span {
    margin-top: 0;
    font-size: 16px;
  }
}

/* ----- 体験申込ボタン共通 --- */

.form__btn {
	width: 30%;
	margin: 0 auto 150px;
	text-align: center;
}

.form__btn--link {
	padding: 20px;
	background: #02126d;
	border-radius: 8px;
	color: #fff;
	font-weight: bold;
	transition: all .3s;
}

.form__btn--link:hover {
	background: #8BC34A;
}

@media( max-width: 499px ) {
	.form__btn {
		width: 80%;
		margin-bottom: 100px;
	}
}

.ani_box {
	width:100%;
}

.ani_box img {
	width:100%;
}



.page2 {
  position: relative;
  height: 100vh;
}

.target {
/*   @include positionCenter(); */
  /* font-size: 50px; */
  font-weight: bold;
}

.ani_box img {
  width: 300px;
}



/* ==========================================================================

.linkArea

========================================================================== */

.linkArea { text-align: center; margin-top: 40px; }
.linkArea2 {text-align: center;margin-top: 40px;width:100%;max-width: 1000px;margin: 30px auto;}
.linkArea3 {text-align: center;margin-top: 40px;width:100%;max-width: 1000px;margin: 30px auto;overflow: auto;}



/* .btn  */
.btn {display: inline-block;width:275px;max-width:100%;padding: 5px;margin: 0 10px 10px;color: #000;background: #fbd050;/* border: #3f3d3d 1px solid; *//* border-bottom: #3f3d3d 1px solid; */font-size: 14px;text-decoration: none;text-align:center;font-weight:500;line-height: 60px;letter-spacing: 1px;position: relative;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 1px;}
.btn:after {font-family: 'FontAwesome';content: "\e649";/* content: "\f16d"; */content: "\f105";font-size: 15px;font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;position: absolute;top: 5px;right: 15px;z-index: 1;line-height: 55px;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
/* .btn:after { font-family: 'FontAwesome'; 
content: "\f16d"; 
font-size: 10px; 
font-style: normal; 
font-weight: normal; 
-webkit-font-smoothing: antialiased; 
-moz-osx-font-smoothing: grayscale; 
position: absolute; top: 0; right: 15px; z-index: 1; 
line-height: 55px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } */

.btn:hover { color:#000; background: #f7d87c; border:#02126d 1px solid; }
.btn:hover:after { right: 10px; }



/* .btnBorder */
.btnBorder { color:#000; background:none; }
.btnBorder:hover { color:#999; background:none; border:#999 1px solid;}

/* .btnSmall */
.btnSmall {font-size: 14px;line-height: 30px;width: 150px;max-width: 100%;}
.btnSmall:after {line-height: 30px;}
.btnSmall:hover { border:#999 0px solid; border-bottom: #02126d 2px solid; }

/* .btnSmall */
.btnSmallBorder { font-size: 13px; line-height:40px; width:200px; max-width:100%; color:#111; background:none; border:#111 1px solid; }
.btnSmallBorder:after { line-height:40px; }
.btnSmallBorder:hover { color:#999; background: #f0fafe;background:none; border:#999 1px solid; }

/* .btnBlue */
.btnBlue:hover { color:#fefefe; background:#999; border:#999 1px solid; }
/* .btnBlueBorder */
.btnBlueBorder:hover { color:#999; background:#999;background:none; border:#999 1px solid; }



@media only screen and (max-width: 800px) {
    .linkArea { margin-top: 30px; }

    /* .btn  */
    .btn { margin:10px 1% 0; font-size: 13px;line-height: 30px; width:275px; max-width:100%; }
    .btn:after { line-height: 30px; right: 10px;}

    .btn:hover { color:#fefefe; background:#000; border:#000 1px solid; }

    /* .btnBorder */
    .btnBorder:hover { color:#000; background:none; border:#000 1px solid;}
    /* .btnSmall */
    .btnSmall { line-height:30px; width:220px; max-width:100%; }
    .btnSmall:after { line-height:30px; }
    .btnSmall:hover { border:#000 1px solid; }
}

@media only screen and (max-width: 738px) {
    .linkArea {margin-top: 25px;margin-bottom: 20px;}
    /* .btn  */
    .btn { font-size: 13px;line-height: 30px; width:250px; max-width:100%; }
    .btn:after { line-height: 30px; }
    .btnSmall { line-height:30px; width:180px; max-width:100%; }
    .btnSmall:after { line-height:30px; }
}

@media only screen and (max-width: 414px) {
    .btn { font-size: 12px; width:230px; }	
}










.boxFlexible_linkarea {
    position: relative;
    margin: 0em 0 0em;
    padding: 1em 2em;
    /*     border: solid 1px #02126d; */
    /* max-width: 500px; */
    /* width: 100%; */
}

.boxFlexible2 {
    position: relative;
    margin: 0 0 1em;
    padding: 1em 1em;
}






.boxFlexible_eventinfo {
    position: relative;
    margin: 3em 0 0em;
    padding: 1em 1em;
    border: solid 1px #02126d;
    /* max-width: 500px; */
    /* width: 100%; */
}

.boxFlexible2 {
    position: relative;
    margin: 0 0 1em;
    padding: 1em 1em;
}


.boxFlexible_eventinfo .box-title {
    position: absolute;
    display: inline-block;
    top: -37px;
    left: -3px;
    padding: 0 9px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    font-size: 18px;
    /* background: #999; */
    color: #02126d;
    font-weight: bold;
    /* border-radius: 5px 5px 0 0; */
}
.boxFlexible_eventinfo p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 2;
    /* font-weight: 600; */
    padding: 10px;
}

.boxFlexible_eventinfo p span{
	/* border-bottom: 1px solid #c11920; */
	/* font-weight: 500; */
}


