/*!
 * common.css
 * v@0.4.0
 * update: 2014-04-25
 * License: under the MIT license.
 */@charset "UTF-8";

@import url('//fonts.googleapis.com/earlyaccess/notosansjp.css');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&family=Noto+Serif+JP:wght@600&display=swap');

*,
*::before,
*::after {
		box-sizing: border-box;
	}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block;
}

audio,canvas,video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}

code,kbd,pre,samp {
	_font-family: 'courier new',monospace;
}

pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before,q:after {
	content: '';
	content: none;
}

menu,ol,ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
}

dd {
	margin: 0;
}

menu,ol,ul {
	padding: 0;
}

nav ul,nav ol {
	list-style: none;
	list-style-image: none;
}

img {
	-ms-interpolation-mode: bicubic;
}

form {
	margin: 0;
}

legend {
	white-space: normal;
	*margin-left: -7px;
}

button,input,select {
	vertical-align: baseline;
}

button,input,select,textarea {
	font-size: 100%;
	*vertical-align: middle;
}

button {
	line-height: normal;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	*overflow: visible;
}

input[type="checkbox"],input[type="radio"] {
	*height: 13px;
	*width: 13px;
}

textarea {
	vertical-align: top;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display: block;
}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],template {
	display: none;
}

a {
	background: 0 0;
}

a:active,a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b {
	font-weight: 700;
}

mark {
	background: #ff0;
	color: #000;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	vertical-align: top;
	border: 0;
}
@media screen and (max-width: 768px) {
	img {
		width: 100%;
	}
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre {
	overflow: auto;
}

code,kbd {
	font-size: 1em;
}

pre {
	font-family: monospace,monospace;
}

pre,samp {
	font-size: 1em;
}

button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,select {
	text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],input[type="radio"] {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	-webkit-font-kerning: normal;
	-moz-font-kerning: normal;
	-ms-font-kerning: normal;
	-o-font-kerning: normal;
	font-kerning: normal;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	width: 100%;
	height: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6,body,p,pre,blockquote,figure,dl,dl dt,dl dd {
	margin: 0;
	padding: 0;
}

a:link:focus {
	outline: none;
}

[contenteditable]:focus,img:focus,map area:focus {
	outline: none;
}

th,td,fieldset {
	padding: 0;
}

fieldset {
	margin: 0;
}

html {
	color: #000;
	font-family: 'Noto Sans JP','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	line-height: 2;
	color: #272727;
	font-size: 16px;
	background-color: #fff;
}
@media screen and (max-width: 768px) {
	html {
		line-height: 1.75;
		font-size: 12px;
	}
}

body {
	position: relative;
	min-width: 1280px;
}
@media screen and (max-width: 768px) {
	body {
		min-width: 320px;
	}
}

hr {
	display: block;
	width: 100%;
	height: 1px;
	border: 0 none;
	background: #666;
}

a {
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

a:link,a:visited {
	color: #dc0e21;
	text-decoration: none;
}

a:hover,a:focus {
	color: #dc0e21;
}

a:active {
	color: #dc0e21;
}

a:focus {
	outline: none;
}

em {
	font-style: normal;
}

em,strong {
	font-weight: 700;
}

small {
	font-size: .8em;
}

cite {
	font-weight: 700;
	font-style: normal;
}

cite:before {
	content: '『';
	font-weight: 400;
}

cite:after {
	content: '』';
	font-weight: 400;
}

q:before {
	content: '❝';
}

q:after {
	content: '❞';
}

dfn {
	font-weight: 700;
	font-style: normal;
}

code {
	font-family: Ricty,Consolas,"Courier New",Courier,Monaco,monospace;
	margin: 0 2px;
	padding: 3px 5px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 3px;
	background: rgba(0,0,0,.025);
}

samp {
	color: #FFF;
	background: rgba(0,0,0,.9);
}

samp,kbd {
	font-family: Ricty,Consolas,"Courier New",Courier,Monaco,monospace;
	margin: 0 2px;
	padding: 3px 5px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 3px;
}

kbd {
	background: rgba(0,0,0,.025);
}

kbd kbd {
	display: inline-block;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,sans-serif;
	font-weight: 700;
	line-height: 1;
	margin: 1px;
	padding: 1px 10px;
	border: 1px solid rgba(0,0,0,.6);
	background: #eee;
	box-shadow: 1px 1px 1px rgba(255,255,255,.5)inset,-1px -1px 1px rgba(0,0,0,.5)inset;
}

pre code {
	display: block;
	padding: 5px 10px;
}

pre kbd {
	display: block;
	color: #FFF;
	background: rgba(0,0,0,.9);
}

pre kbd:after {
	content: '|';
	opacity: .6;
}

pre kbd kbd {
	color: #000;
	display: inline;
	background: #eee;
}

pre kbd kbd:after {
	display: none;
}

pre samp {
	display: block;
	padding: 5px 10px;
}

var {
	font-family: serif;
	font-weight: 700;
	margin: 0 2px;
	padding: 3px 5px;
	border-radius: 3px;
	background: rgba(0,0,0,.025);
}

.clear {
	clear: both;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.font10 {
	font-size: 77%;
}

.font11 {
	font-size: 85%;
}

.font14 {
	font-size: 108%;
}

.font15 {
	font-size: 116%;
}

.font16 {
	font-size: 123.1%;
}

.font17 {
	font-size: 131%;
}

.font18 {
	font-size: 138.5%;
}

.font19 {
	font-size: 146.5%;
}

.font20 {
	font-size: 153.9%;
}

.fontb {
	font-weight: 700;
}

.font_red {
	color: #c21b07;
}

.font_orange {
	color: #f6b545;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.center {
	width: 100%;
	text-align: center;
}

.right {
	width: 100%;
	text-align: right;
}

.img_float_l {
	float: left;
	margin-right: 10px;
}

.img_float_r {
	float: right;
	margin-left: 10px;
}

.clearfix {
	*display: inline-block;
	*zoom: 1;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}


.c-header {
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.c-header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 700;
		width: 100%;
		min-width: 320px;
		overflow: visible;
	}
}

/*表示・非表示管理
---------------------------------------------------------- */
.pc-only {
}
.sp-only {
	display:none !important;
}

@media screen and (max-width: 798px) {
	.pc-only {
		display:none !important;
	}
	.sp-only {
		display:block !important;
	}
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * c-contact
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----**/
.c-contact {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 700;
	overflow: hidden;
}
.c-contact::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 186px;
	height: 290px;
	background: #fff;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.c-contact a {
	display: block;
	position: relative;
	width: 168px;
	height: 266px;
	background: #dc0e21;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: background-color 300ms;
}
.c-contact a:hover {
	background: #111;
}
.c-contact a::after {
	content: "";
	display: block;
	position: absolute;
	top: 140px;
	left: 22px;
	width: 10px;
	height: 10px;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
}
.c-contact a > p {
	position: absolute;
	top: 105px;
	left: 14px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.c-contact span {
	display: block;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
.c-contact span:nth-child(1) {
	padding-left: .04em;
	margin: 0 0 6px;
	font-size: 17px;
	letter-spacing: .04em;
}
.c-contact span:nth-child(2) {
	padding-left: .16em;
	font-size: 10px;
	letter-spacing: .16em;
}
@media screen and (max-width: 768px) {
	.c-contact {
		right: 56px;
	}
	.c-contact::before {
		display: none;
	}
	.c-contact a,
	.c-contact a:hover {
		display: block;
		width: 55px;
		height: 55px;
		background: #dc0e21 url(../img/common/icon-contact.png) no-repeat 50% 16px;
		background-size: 23px auto;
		overflow: hidden;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	.c-contact a::after {
		display: none;
	}
	.c-contact a > p {
		top: 36px;
		left: 50%;
		-webkit-transform: rotate(0) translate(-50%, 0);
		-ms-transform: rotate(0) translate(-50%, 0);
		transform: rotate(0) translate(-50%, 0);
	}
	.c-contact span:nth-child(1) {
		display: none;
	}
	.c-contact span:nth-child(2) {
		white-space: nowrap;
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
	}
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * c-nav-global-pc
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----**/
.c-nav-global-pc {
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	position: fixed;
	width: 100%;
	z-index: 10;
}
.c-nav-global-pc__body {
	width: 1000px;
	margin: 0 auto;
	padding: 28px 0;
	font-size: 0;
}
.c-nav-global-pc__logo {
	display: inline-block;
	vertical-align: middle;
	width: 274px;
}
.c-nav-global-pc__logo img[src*="logo-lk-partners"] {
	width: 274px;
}
.c-nav-global-pc ul {
	display: inline-block;
	position: relative;
	z-index: 800;
	vertical-align: middle;
	width: 722px;
	text-align: right;
}
.c-nav-global-pc li {
	display: inline-block;
	padding: 0;
}
.c-nav-global-pc li::before {
	display: none;
}
.c-nav-global-pc li:not(:first-child) {
	margin-left: 40px;
}
.c-nav-global-pc li a {
	display: inline-block;
}
.c-nav-global-pc li span {
	display: block;
	line-height: 1;
	text-align: center;
	transition: color 300ms;
}
.c-nav-global-pc li span:nth-child(1) {
	margin-bottom: 10px;
	padding-left: .02em;
	color: #111;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: .02em;
}
.c-nav-global-pc li a:hover span:nth-child(1) {
	color: #dc0e21;
}
.c-nav-global-pc li span:nth-child(2) {
	padding-left: .04em;
	font-weight: 700;
	font-size: 12px;
	color: #dc0e21;
	letter-spacing: .04em;
}
.c-nav-global-sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.c-nav-global-pc {
		display: none;
	}
	.c-nav-global-sp {
		display: block;
		width: 100%;
		height: 55px;
	}
	.c-nav-global-sp__logo {
		padding: 12px 15px;
		background: #fff;
		line-height: 31px;
	}
	.c-nav-global-sp__logo img[src*="logo-lk-partners"] {
		width: 150px;
		height: 31px;
	}

	.c-nav-global-sp__switch {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1100;
		width: 55px;
		height: 55px;
		background: #221815;
		cursor: pointer;
		transition: background 300ms;
	}
	.c-nav-global-sp__switch-line-top,
	.c-nav-global-sp__switch-line-middle,
	.c-nav-global-sp__switch-line-bottom {
		display: block;
		position: absolute;
		right: 0;
		left: 0;
		width: 20px;
		height: 3px;
		margin: 0 auto;
		background: #fff;
		transition: all 100ms;
	}
	.c-nav-global-sp__switch-line-top {
		top: 15px;
	}
	.c-nav-global-sp__switch-line-middle {
		top: 22px;
	}
	.c-nav-global-sp__switch-line-bottom {
		top: 29px;
	}
	.c-nav-global-sp__switch-text {
		display: block;
		margin-top: 36px;
		line-height: 1;
		color: #fff;
		font-weight: 700;
		font-size: 10px;
		letter-spacing: .16em;
		text-align: center;
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
	}

	[data-switch-action="true"] {
		background: transparent;
	}
	[data-switch-action="true"] .c-nav-global-sp__switch-line-top,
	[data-switch-action="true"] .c-nav-global-sp__switch-line-middle,
	[data-switch-action="true"] .c-nav-global-sp__switch-line-bottom {
		transition: all 300ms;
	}
	[data-switch-action="true"] .c-nav-global-sp__switch-line-top {
		top: 22px;
	}
	[data-switch-action="true"] .c-nav-global-sp__switch-line-middle {
		width: 0;
	}
	[data-switch-action="true"] .c-nav-global-sp__switch-line-bottom {
		top: 22px;
	}

	[data-menu-enable="true"] .c-nav-global-sp__switch-line-top,
	[data-menu-enable="true"] .c-nav-global-sp__switch-line-bottom {
		width: 25px;
	}
	[data-menu-enable="true"] .c-nav-global-sp__switch-line-top {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	[data-menu-enable="true"] .c-nav-global-sp__switch-line-bottom {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.c-home__overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 800;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .8);
	}

	.c-nav-global-sp__menu {
		position: absolute;
		top: 0;
		right: -100%;
		z-index: 1000;
		height: 100%;
		padding: 60px 15px 30px;
		background: #b90c1b;
	}
	.c-nav-global-sp__menu ul {
		width: 230px;
		height: calc(100vh - 90px);
		overflow-y: auto;
	}
	.c-nav-global-sp__menu li {
		padding: 0;
		border-bottom: 1px solid #c73d49;
	}
	.c-nav-global-sp__menu li::before {
		display: none;
	}
	.c-nav-global-sp__menu li a {
		display: block;
		padding: 20px 0;
	}
	.c-nav-global-sp__menu li span {
		display: block;
		line-height: 1;
		color: #fff;
		text-align: center;
	}
	.c-nav-global-sp__menu li span:nth-child(1) {
		margin-bottom: 10px;
		padding-left: .02em;
		font-weight: 500;
		font-size: 16px;
		letter-spacing: .02em;
	}
	.c-nav-global-sp__menu li span:nth-child(2) {
		padding-left: .04em;
		font-weight: 700;
		font-size: 9px;
		letter-spacing: .04em;
	}
}

.c-footer {
	background: #f0efef;
}

.c-footer__pagetop {
	text-align: center;
	position: absolute;
    margin: -41px auto 0;
    left: 0;
    right: 0;
}
.c-footer__pagetop a {
	display: inline-block;
	position: relative;
	width: 82px;
	height: 82px;
	padding: 25px 0 0;
	border-radius: 82px;
	background: #dc0e21;
	line-height: 1;
	color: #fff;
	font-weight: 900;
	font-size: 12px;
	letter-spacing: .04em;
}
.c-footer__pagetop a::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 auto 7px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
	.c-footer__pagetop {
		margin: -32px auto 0;
	}
	.c-footer__pagetop a {
		width: 64px;
		height: 64px;
		padding-top: 18px;
		border-radius: 64px;
		font-size: 10px;
	}
	.c-footer__pagetop a::before {
		width: 11px;
		height: 11px;
		margin-bottom: 6px;
		border-top-width: 3px;
		border-right-width: 3px;
	}
}

.c-footer__link {
	padding: 45px 0 0;
	color: #555;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	letter-spacing: .04em;
}
.c-footer__link a {
	color: #555;
}
@media screen and (max-width: 768px) {
	.c-footer__link {
		padding: 40px 0 0;
		font-size: 12px;
	}
}

.c-footer__copyright {
	padding: 15px 0 55px;
	color: #555;
	font-weight: 500;
	font-size: 12px;
	text-align: center;
	letter-spacing: .04em;
}
.c-footer__copyright br {
	display: none;
}
@media screen and (max-width: 768px) {
	.c-footer__copyright {
		padding: 10px 0 30px;
		font-size: 10px;
	}
	.c-footer__copyright br {
		display: inline;
	}
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- *
 * animation
 * ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----**/
 .intersected-fadein {
	 transition: 450ms 100ms ease-out;
	 opacity: 0;
	 transform: translate3d(30px, 0, 0);
 }

 .intersected-fadein.intersected {
	 opacity: 1;
	 transform: translate3d(0, 0, 0);
 }