@charset "UTF-8";
/*
PC
*/
.invisible {
	visibility: hidden;
}
@media print, screen and (min-width: 768px) {
.sp {
	display: none !important;
}
.br-pc {
	display: block;
}
.br-sp {
	display: none;
}
.box-content {
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	text-align: center;
/* 	overflow: hidden;	 */
	position: relative;
	box-sizing: border-box;
}
.kmr-body {
	background: white;
}
.kmr-header {
	background: rgba(255,255,255,0.9);
	height: 60px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}
.kmr-h1 {
	line-height: 0;
	padding: 0;
	width: 102px;
	margin: 0;
	position: absolute;
	left: 126px;
	top: 15px;
}
.kmr-h1 a {
	display: block;
}
.kmr-main {
	background: white;
	width: 100%;
	max-width: 100%;
	padding: 0;
}
.kmr-nav {
	position: absolute;
	right: 0;
	top: 0;
}
.kmr-nav ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	flex-wrap: wrap;	
	padding-right: 110px;	
}
.kmr-nav ul > li {
	margin: 0 18px;
}
.kmr-nav ul > li > a {
	color: black;
	font-size: 14px;
	letter-spacing: 0.4em;
	line-height: 60px;
}
.kmr-nav ul > li > a:hover {
	opacity: 1;
	color: #707070;
}
.kmr-nav ul > li.insta {
	width: 30px;
}
.kmr-nav ul > li.insta > a:hover {
	opacity: 0.5;
}
.kmr-nav ul > li.insta img {
	vertical-align: middle;
}

@media print, screen and (max-width: 900px) {
	.kmr-h1 {
		left: 50px;
	}
	.kmr-nav ul {
		padding-right: 50px;
	}
}

.kmr-visual {
	width: 100%;
	height: 100%;
	height: 100vh;
}
.kmr-visual .box-content {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	height: 100%;
	height: 100vh;
	box-sizing: border-box;
	padding-top: 60px;
}
.kmr-visual .kmr-visual-pic {
	position: absolute;
	left: 50%;
	top: 60px;
	width: 597px;
}
.kmr-visual .kmr-visual-title {
	width: 162px;
	display: block;
	margin: 0;
	margin-top: 240px;
	margin-bottom: 15px;
	padding: 0;
	border: none;
}
.kmr-visual .kmr-visual-title img {


}
.kmr-visual .kmr-visual-text {
	letter-spacing: 0.6em;
	font-size: 18px;
	color: black;
	text-align: left;	
}
.kmr-visual .kmr-scroll {
	width: 50px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	bottom: 55px;
	transform: translate(-50%, -0%);
	z-index: 5;
}
.kmr-visual .kmr-scroll a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 6;
	font-size: 10px;
	color: #60BCBC;
	text-align: center;
}
.kmr-visual .kmr-scroll:before {
	content: "";
	display: block;
	background: url(../images/lp-kmr/kmr-scroll-stick.png) 0 0 no-repeat;
	background-size: contain;
	width: 101px;
	height: 145px;
	position: absolute;
	left: -10px;
	top: -20px;
}
.kmr-visual .kmr-scroll span {
	display: block;
	text-align: center;
	font-size: 10px;
	color: #60BCBC;
	position: relative;
}
.kmr-visual .kmr-scroll span:before {
	content: "";
	display: block;
	width: 1px;
	height: 80px;
	margin: 10px auto 0;

	background: rgba(166,212,213,1);
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%, -0%);
		animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
/*
.kmr-visual .kmr-scroll span:after {
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	margin: 10px auto 0;

	background: #fff;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%, -0%);	

}
*/
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.kmr-concept {
	padding-top: 170px;
}
.kmr-concept-2 {
	padding-top: 280px;
}
.kmr-concept .box-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.kmr-concept .kmr-concept-title {
	text-align: center;
	font-size: 20px;
	font-weight: medium;
	color: #F2C281;
	letter-spacing: 0.4em;
/* 	margin-bottom: 285px; */
	position: relative;
	opacity: 0.95;
}
.kmr-concept .kmr-concept-title:after {
	content: "";
	display: block;
	background: url(../images/lp-kmr/kmr-concept-title-stick.png) 0 0 no-repeat;
	background-size: contain;
	width: 329px;
	height: 343px;
	position: absolute;
	left: 647px;
	top: 90px;
}
.kmr-concept .kmr-concept-content {
	background: url(../images/lp-kmr/kmr-concept-content.png) center top no-repeat;
	background-size: 678px 464px;
	width: 678px;
	height: 464px;
	margin: 0 auto;
}
.kmr-concept .kmr-concept-content p {
	display: none;
}
.kmr-concept .kmr-concept-content:after {
	content: "";
	display: block;
	background: url(../images/lp-kmr/kmr-concept-content-stick.png) 0 0 no-repeat;
	background-size: contain;
	width: 343px;
	height: 480px;
	position: absolute;
	left: -290px;
	top: 340px;
}

.kmr-pro {
	padding-top: 150px;
	padding-bottom: 150px;
}
.kmr-pro-stick-1 {
	background: url(../images/lp-kmr/kmr-pro-stick-1.png) 0 0 no-repeat;
	background-size: contain;
	width: 127px;
	height: 157px;
	position: absolute;
	right: 0;
	top: -30px;
}
.kmr-pro-stick-2 {
	background: url(../images/lp-kmr/kmr-pro-stick-2.png) 0 0 no-repeat;
	background-size: contain;
	width: 158px;
	height: 129px;
	position: absolute;
	left: 600px;
	top: 470px;
}
.kmr-pro-stick-3 {
	background: url(../images/lp-kmr/kmr-pro-stick-3.png) 0 0 no-repeat;
	background-size: contain;
	width: 217px;
	height: 214px;
	position: absolute;
	right: -130px;
	top: 470px;
}
.kmr-pro-stick-4 {
	background: url(../images/lp-kmr/kmr-pro-stick-4.png) 0 0 no-repeat;
	background-size: contain;
	width: 130px;
	height: 172px;
	position: absolute;
	left: -60px;
	top: 860px;
}
.kmr-pro-stick-5 {
	background: url(../images/lp-kmr/kmr-pro-stick-5.png) 0 0 no-repeat;
	background-size: contain;
	width: 117px;
	height: 147px;
	position: absolute;
	left: 626px;
	top: 900px;
}
.kmr-pro-stick-6 {
	background: url(../images/lp-kmr/kmr-pro-stick-6.png) 0 0 no-repeat;
	background-size: contain;
	width: 116px;
	height: 120px;
	position: absolute;
	right: 15px;
	top: 880px;
}
.kmr-pro-stick-7 {
	background: url(../images/lp-kmr/kmr-pro-stick-7.png) 0 0 no-repeat;
	background-size: contain;
	width: 123px;
	height: 127px;
	position: absolute;
	left: 304px;
	top: 1320px;
}
.kmr-pro-stick-8 {
	background: url(../images/lp-kmr/kmr-pro-stick-8.png) 0 0 no-repeat;
	background-size: contain;
	width: 139px;
	height: 99px;
	position: absolute;
	left: 650px;
	top: 1180px;
}
.kmr-pro-stick-9 {
	background: url(../images/lp-kmr/kmr-pro-stick-9.png) 0 0 no-repeat;
	background-size: contain;
	width: 121px;
	height: 116px;
	position: absolute;
	right: 0px;
	top: 1280px;
}
.kmr-pro .kmr-pro-title {
	text-align: center;
	padding: 0;
	margin: 0 0 70px;
	border: none;
	background: none;
	font-size: 26px;
	letter-spacing: 0.4em;	
}
.kmr-pro .box-content {
	width: 1080px;
}
.list-pro {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;	
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;		
}
.list-pro .pro {
	width: 280px;
	position: relative;
	margin-bottom: 100px;
}
.list-pro .pro .pro-pic {
	position: relative;
	margin-bottom: 10px;
	text-align: right;
}
.list-pro .pro .pro-pic a {
	display: block;
	text-align: right;
}
.list-pro .pro .pro-pic a:after {
	content: "";
	display: block;
	background: url(../images/lp-kmr/pro-arrow-orange.png) 0 0 no-repeat;
	background-size: contain;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.list-pro .pro:nth-child(even) .pro-pic a:after {
	content: "";
	display: block;
	background: url(../images/lp-kmr/pro-arrow-blue.png) 0 0 no-repeat;
	background-size: contain;

}
.list-pro .pro .pro-pic img {
	width: 240px;
}
.list-pro .pro .pro-pic .pro-pic-caption {
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	color: #F2C281;
	writing-mode: vertical-rl;
    text-orientation: upright;
    margin: 0;
    line-height: 0;
	letter-spacing: 0.3em;
}
.list-pro .pro:nth-child(even) .pro-pic .pro-pic-caption {
	color: #9AD6D6;
}
.list-pro .pro .pro-content {
	
}
.list-pro .pro .pro-content .pro-title {
	font-size: 20px;
	font-weight: 600;	
	text-align: left;
	margin-bottom: 15px;
}
.list-pro .pro .pro-content .pro-title a {
	color: #000000;
}
.list-pro .pro .pro-content p {
	text-align: left;
	font-size: 14px;
	line-height: 1.7em;
	margin-bottom: 0;
}
.list-pro .pro .pro-content p.soon {
	text-align: center;
	padding-left: 40px;
	padding-top: 60px;
}
.kmr-pro .andmore {
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.2em;
}
.kmr-cp {

}
.kmr-cp .box-content {
/* 	padding-top: 250px;	 */
}
.kmr-cp .box-content:before {
	content: "";
	display: block;
	background: url(../images/lp-kmr/kmr-cp-stick.png) 0 0 no-repeat;
	background-size: contain;
	width: 512px;
	height: 343px;
	position: absolute;
	left: 30px;
	top: -180px;
}
.kmr-cp .kmr-cp-logo {
	width: 80px;
	margin: 0 auto 0px;
}
.kmr-cp-content {
	padding-top: 80px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;	
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 778px;
	margin: 0 auto;
}
.kmr-cp-content .kmr-cp-content-l {
	width: 370px;
}
.kmr-cp-content .kmr-cp-content-l .kmr-cp-title {
	width: 210px;
	padding: 0;
	text-align: left;
	margin: 0 0 15px;
	border: none;
	background: none;
	display: block;
}
.kmr-cp-content .kmr-cp-content-l p {
	font-size: 12px;
	line-height: 1.833em;
	text-align: left;
	font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro";
}
.kmr-cp-content .kmr-cp-content-r {
	padding-top: 30px;
}
.kmr-cp-content .kmr-cp-content-r .kmr-cp-btn {
	width: 300px;
}
.kmr-cp-content .kmr-cp-content-r .kmr-cp-btn a {
	display: block;
	border: 1px solid black;
	height: 70px;
	box-sizing: border-box;

	text-align: center;
	position: relative;
	color: black;
	padding-top: 19px;
	font-size: 10px;
	font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro";
}
.kmr-cp-content .kmr-cp-content-r .kmr-cp-btn a img {
	width: 189px;
	display: block;
	margin: 0 auto 5px;
}
.kmr-cp-content .kmr-cp-content-r .kmr-cp-btn a:before {
	content: "";
	display: block;
	background: url(../images/lp-kmr/kmr-cp-btn.png) 0 0 no-repeat;
	background-size: contain;
	width: 189px;
	height: 13px;
	margin: 0 auto 5px;
}
.kmr-cp-content .kmr-cp-content-r .kmr-cp-btn a:after {
	content: "";
	display: block;
	background: url(../images/lp-kmr/icon-blank.png) 0 0 no-repeat;
	background-size: contain;
	width: 17px;
	height: 17px;
	position: absolute;
	right: 15px;
	top: 25px;
}
.kmr-cp-content .kmr-cp-content-r .kmr-cp-btn a:hover {
	background: #D6EAEC;
	color: white;
	border: 1px solid #D6EAEC;
	opacity: 0.5;
	text-decoration: none;
	transition: none;
	opacity: 1;
}
.kmr-cp-content .kmr-cp-content-r .kmr-cp-btn a:hover:before {
	opacity: 1;
	text-decoration: none;
	transition: none;
}
.kmr-cp-content .kmr-cp-content-r .kmr-cp-btn a:hover:after {
	opacity: 1;
	text-decoration: none;	
	transition: none;
}
.kmr-cp-content .kmr-cp-content-r .kmr-cp-btn a:hover:before {
	background: url(../images/lp-kmr/kmr-cp-btn-2.png) 0 0 no-repeat;
	background-size: contain;	
}
.kmr-cp-content .kmr-cp-content-r .kmr-cp-btn a:hover:after {
	background: url(../images/lp-kmr/icon-blank-2.png) 0 0 no-repeat;
	background-size: contain;
}

.kmr-footer {
	padding: 5px 0 5px;
	color: black;
	background: none;
}
.kmr-footer p {
	text-align: center;
	font-size: 10px;
	font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro";
}


}

/*
SP
*/
@media print, screen and (max-width: 767px) {
.pc {
	display: none !important;
}
.br-pc {
	display: none;
}
.br-sp {
	display: block;
}
.box-content {
	width: 100%;

	margin: 0 auto;
	text-align: center;
/* 	overflow: hidden;	 */
	position: relative;
	box-sizing: border-box;
}
.kmr-body {
	background: white;
}
.kmr-header {
	background: rgba(255,255,255,0.9) url(../images/lp-kmr/bg-nav-sp.png) center center no-repeat;
	background-size: 337px 626px;
	height: 60px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	height: 100vh;
	z-index: 999;
	padding-top: 15px;
	box-sizing: border-box;
	display: none;
	opacity: 0;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.kmr-header.is-active {
	animation: fade-in 1s;
	animation-fill-mode: forwards;
	display: block;
}
.kmr-h1 {
	line-height: 0;
	padding: 0;
	width: 102px;
	margin: 0;
	margin-left: 15px;
}
.kmr-h1 a {
	display: block;
}
.kmr-main {
	background: white;
	width: 100%;
	max-width: 100%;
	padding: 0;
}
.kmr-nav {
	padding-top: 50px;
}
.kmr-nav ul {

}
.kmr-nav ul > li {

}
.kmr-nav ul > li > a {
	color: black;
	font-size: 20px;
	line-height: 80px;
	text-align: center;
	display: block;
	letter-spacing: 0.4em;
}
.kmr-nav ul > li.insta {

}
.kmr-nav ul > li.insta img {
	width: 40px;
	vertical-align: middle;
}
.btn-nav {
	width: 54px;
	height: 54px;
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 99999;
	background: #F2C281;
	border-radius: 100%;
}
.l-nav .btn-nav:hover {
	cursor: pointer;
}

.btn-nav,
.btn-nav span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.btn-nav span {
	position: absolute;
	left: 12px;
	width: 30px;
	height: 1px;
	background-color: #fff;

}

.btn-nav span:nth-of-type(1) {
	top: 17px;
}
.btn-nav span:nth-of-type(2) {
	top: 27px;
}
.btn-nav span:nth-of-type(3) {
	top: 37px;
}
.btn-nav.is-active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) translateX(-0px) rotate(-45deg);
	transform: translateY(10px) translateX(-0px) rotate(-45deg);
}
.btn-nav.is-active span:nth-of-type(2) {
	opacity: 0;
}
.btn-nav.is-active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) translateX(-0px) rotate(45deg);
	transform: translateY(-10px) translateX(-0px) rotate(45deg);
}
.btn-nav.is-active span:before {
	display: none;
}
.btn-nav:hover {
	cursor: pointer;
}
@media print, screen and (max-width: 900px) {

}

.kmr-visual {
	width: 100%;
	height: 100%;
	height: 100vh;
}
.kmr-visual .box-content {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	height: 100%;
	height: 100vh;
	box-sizing: border-box;
	padding-top: 60px;

}
.kmr-visual .kmr-visual-pic {
	width: 120%;
	margin: 0 auto 0px;
}
.kmr-visual .kmr-visual-title {
	width: 162px;
	display: block;
	margin: 0;
	margin-left: 40px;
	margin-bottom: 15px;
	padding: 0;
	border: none;
	position: relative;
	margin-top: -30px;
}
.kmr-visual .kmr-visual-title img {


}
.kmr-visual .kmr-visual-text {
	letter-spacing: 0.6em;
	font-size: 18px;
	color: black;
	margin-left: 40px;
	text-align: left;	
}
.kmr-visual .kmr-scroll {
	width: 50px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	bottom: 55px;
	transform: translate(-50%, -0%);
	z-index: 5;
}
.kmr-visual .kmr-scroll a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 6;
	font-size: 10px;
	color: #60BCBC;
	text-align: center;
}
.kmr-visual .kmr-scroll:before {
	content: "";
	display: block;
	background: url(../images/lp-kmr/kmr-scroll-stick.png) 0 0 no-repeat;
	background-size: contain;
	width: 101px;
	height: 145px;
	position: absolute;
	left: -10px;
	top: -20px;
}
.kmr-visual .kmr-scroll span {
	display: block;
	text-align: center;
	font-size: 10px;
	color: #60BCBC;
	position: relative;
}
.kmr-visual .kmr-scroll span:before {
	content: "";
	display: block;
	width: 1px;
	height: 80px;
	margin: 10px auto 0;

	background: rgba(166,212,213,1);
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%, -0%);
		animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
/*
.kmr-visual .kmr-scroll span:after {
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	margin: 10px auto 0;

	background: #fff;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%, -0%);	

}
*/
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.kmr-concept {
	padding-top: 120px;
}
.kmr-concept-2 {
	padding-top: 230px;
}
.kmr-concept .box-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.kmr-concept .kmr-concept-title {
	text-align: center;
	font-size: 20px;
	font-weight: medium;
	color: #F2C281;
	letter-spacing: 0.4em;
/* 	margin-bottom: 285px; */
	position: relative;
	line-height: 2.444em;
}
.kmr-concept .kmr-concept-title:after {
	content: "";
	display: block;
	background: url(../images/lp-kmr/kmr-concept-title-stick-sp.png) 0 0 no-repeat;
	background-size: contain;
	width: 141px;
	height: 201px;
	position: absolute;
	left: 141px;
	top: 210px;
}
.kmr-concept .kmr-concept-content {
/*
	background: url(../images/lp-kmr/kmr-concept-content.png) center top no-repeat;
	background-size: 678px 464px;
	width: 678px;
	height: 464px;
	margin: 0 auto;
*/
}
.kmr-concept .kmr-concept-content p {
	text-align: center;
	font-size: 14px;
	line-height: 2.35em;
	margin: 0;
}
.kmr-concept .kmr-concept-content:after {
	content: "";
	display: block;
	background: url(../images/lp-kmr/kmr-concept-content-stick-sp.png) 0 0 no-repeat;
	background-size: contain;
	width: 117px;
	height: 169px;
	position: absolute;
	left: 117px;
	top: 440px;
}

.kmr-pro {
	padding-top: 280px;
}
.kmr-pro-stick-1 {
	background: url(../images/lp-kmr/kmr-pro-stick-sp-1.png) 0 0 no-repeat;
	background-size: contain;
	width: 173px;
	height: 173px;
	position: absolute;
	left: -30px;
	top: -100px;
}
.kmr-pro-stick-2 {
	background: url(../images/lp-kmr/kmr-pro-stick-sp-2.png) 0 0 no-repeat;
	background-size: contain;
	width: 323px;
	height: 142px;
	position: absolute;
	left: 30px;
	top: 400px;
}
.kmr-pro-stick-3 {
	background: url(../images/lp-kmr/kmr-pro-stick-sp-3.png) 0 0 no-repeat;
	background-size: contain;
	width: 60px;
	height: 80px;
	position: absolute;
	left: 70px;
	top: 900px;
}
.kmr-pro-stick-4 {
	background: url(../images/lp-kmr/kmr-pro-stick-sp-4.png) 0 0 no-repeat;
	background-size: contain;
	width: 119px;
	height: 131px;
	position: absolute;
	right: 0px;
	top: 1350px;
}
.kmr-pro-stick-5 {
	background: url(../images/lp-kmr/kmr-pro-stick-sp-5.png) 0 0 no-repeat;
	background-size: contain;
	width: 88px;
	height: 117px;
	position: absolute;
	left: 50px;
	top: 1750px;
}
.kmr-pro-stick-6 {
	background: url(../images/lp-kmr/kmr-pro-stick-sp-6.png) 0 0 no-repeat;
	background-size: contain;
	width: 130px;
	height: 125px;
	position: absolute;
	right: 50px;
	top: 2220px;
}
.kmr-pro-stick-7 {
	background: url(../images/lp-kmr/kmr-pro-stick-sp-7.png) 0 0 no-repeat;
	background-size: contain;
	width: 127px;
	height: 211px;
	position: absolute;
	right: 40px;
	top: 2620px;
}
.kmr-pro-stick-8 {
	background: url(../images/lp-kmr/kmr-pro-stick-sp-8.png) 0 0 no-repeat;
	background-size: contain;
	width: 37px;
	height: 86px;
	position: absolute;
	left: 40px;
	top: 3120px;
}
.kmr-pro-stick-9 {
	background: url(../images/lp-kmr/kmr-pro-stick-sp-9.png) 0 0 no-repeat;
	background-size: contain;
	width: 98px;
	height: 76px;
	position: absolute;
	left: 0px;
	top: 3550px;
}
.kmr-pro .kmr-pro-title {
	text-align: center;
	padding: 0;
	margin: 0 0 40px;
	border: none;
	background: none;
	font-size: 24px;
	letter-spacing: 0.4em;	
}
.kmr-pro .box-content {

}
.list-pro {
/*
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;	
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;	
*/	
}
.list-pro .pro {
	width: 280px;
	position: relative;
	margin: 0 auto 100px;
}
.list-pro .pro:last-child {
	margin-bottom: 55px;
}
.list-pro .pro .pro-pic {
	position: relative;
	margin-bottom: 15px;
	text-align: right;
	padding-right: 15px;
}
.list-pro .pro .pro-pic a {
	display: block;
	text-align: right;
}
.list-pro .pro .pro-pic a:after {
	content: "";
	display: block;
	background: url(../images/lp-kmr/pro-arrow-orange.png) 0 0 no-repeat;
	background-size: contain;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 15px;
	bottom: 0;
}
.list-pro .pro:nth-child(even) .pro-pic a:after {
	content: "";
	display: block;
	background: url(../images/lp-kmr/pro-arrow-blue.png) 0 0 no-repeat;
	background-size: contain;

}
.list-pro .pro .pro-pic img {
	width: 240px;
}
.list-pro .pro .pro-pic .pro-pic-caption {
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	color: #F2C281;
	writing-mode: vertical-rl;
    text-orientation: upright;
    margin: 0;
    line-height: 0;
	letter-spacing: 0.3em;
}
.list-pro .pro:nth-child(even) .pro-pic .pro-pic-caption {
	color: #9AD6D6;
}
.list-pro .pro .pro-content {
	
}
.list-pro .pro .pro-content .pro-title {
	font-size: 20px;
	font-weight: 600;	
	text-align: left;
	margin-bottom: 15px;
}
.list-pro .pro .pro-content .pro-title a {
	color: #000000;
}
.list-pro .pro .pro-content p {
	text-align: left;
	font-size: 14px;
	line-height: 1.7em;
	margin-bottom: 0;
}
.list-pro .pro .pro-content p.soon {
	text-align: center;
	padding-left: 0px;
	padding-top: 60px;
}
.kmr-pro .andmore {
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.2em;
}
.kmr-cp {

}
.kmr-cp .box-content {
	padding: 150px 30px 0px;
}
.kmr-cp .box-content:before {
	content: "";
	display: block;
	background: url(../images/lp-kmr/kmr-cp-stick-sp.png) 0 0 no-repeat;
	background-size: contain;
	width: 154px;
	height: 182px;
	position: absolute;
	left: 10px;
	top: 130px;
}
.kmr-cp .kmr-cp-logo {
	width: 106px;
	margin: 0 auto 0px;
}
.kmr-cp-content {
	padding-top: 50px;


	margin: 0 auto;
}
.kmr-cp-content .kmr-cp-content-l {

}
.kmr-cp-content .kmr-cp-content-l .kmr-cp-title {
	width: 210px;
	padding: 0;
	text-align: left;
	margin: 0 0 15px;
	border: none;
	background: none;
	display: block;
}
.kmr-cp-content .kmr-cp-content-l p {
	font-size: 12px;
	line-height: 1.833em;
	text-align: left;
	font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro";
}
.kmr-cp-content .kmr-cp-content-r {
	padding-top: 20px;
}
.kmr-cp-content .kmr-cp-content-r .kmr-cp-btn {
	width: 100%;
}
.kmr-cp-content .kmr-cp-content-r .kmr-cp-btn a {
	display: block;
	border: 1px solid black;
	height: 70px;
	box-sizing: border-box;

	text-align: center;
	position: relative;
	color: black;
	padding-top: 19px;
	font-size: 10px;
	font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro";
}
.kmr-cp-content .kmr-cp-content-r .kmr-cp-btn a img {
	width: 189px;
	display: block;
	margin: 0 auto 5px;
}
.kmr-cp-content .kmr-cp-content-r .kmr-cp-btn a:before {
	content: "";
	display: block;
	background: url(../images/lp-kmr/kmr-cp-btn.png) 0 0 no-repeat;
	background-size: contain;
	width: 189px;
	height: 13px;
	margin: 0 auto 5px;
}
.kmr-cp-content .kmr-cp-content-r .kmr-cp-btn a:after {
	content: "";
	display: block;
	background: url(../images/lp-kmr/icon-blank.png) 0 0 no-repeat;
	background-size: contain;
	width: 17px;
	height: 17px;
	position: absolute;
	right: 15px;
	top: 25px;
}
.kmr-cp-content .kmr-cp-content-r .kmr-cp-btn a:hover {
	background: #D6EAEC;
	color: white;
	border: 1px solid #D6EAEC;
	text-decoration: none;
	transition: none;
	opacity: 1;
}
.kmr-cp-content .kmr-cp-content-r .kmr-cp-btn a:hover:before {
	opacity: 1;
	text-decoration: none;
	transition: none;
}
.kmr-cp-content .kmr-cp-content-r .kmr-cp-btn a:hover:after {
	opacity: 1;
	text-decoration: none;	
	transition: none;
}
.kmr-cp-content .kmr-cp-content-r .kmr-cp-btn a:hover:before {
	background: url(../images/lp-kmr/kmr-cp-btn-2.png) 0 0 no-repeat;
	background-size: contain;	
}
.kmr-cp-content .kmr-cp-content-r .kmr-cp-btn a:hover:after {
	background: url(../images/lp-kmr/icon-blank-2.png) 0 0 no-repeat;
	background-size: contain;
}

.kmr-footer {
	padding: 5px 0 5px;
	color: black;
	background: none;
}
.kmr-footer p {
	text-align: center;
	font-size: 10px;
	font-family: "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro";
}


}
