@charset "utf-8";

/*PRバナー*/
.pr_banner_solatabi{display:flex;margin:3% 1% 1%;}
.pr_banner_solatabi p {margin:0 1%;}
.pr_banner_solatabi p img{width:100%;}
.pr_banner_solatabi p a:hover{opacity:0.8;}

/* common
----------------------------------------------- */

header {
	position: relative;
	background-color: #fff;
	z-index: 1000;
}
footer {
	position: relative;
	margin: 0;
	z-index: 50;
}
.snsArea {
	position: relative;
	width: auto !important;
	background-color: #fff;
	z-index: 50;
}
#Head01 {
	position: relative;
	background-color: #fff;
	z-index: 50;
}
#Foot {
	position: relative !important;
	margin: 0;
	z-index: 50;
}
#pagetop {
	display: none;
}


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

.lp-wrapper {
	position: relative;
	z-index: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-print-color-adjust: exact;
}
.lp-wrapper img {
	vertical-align: top;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
	user-drag: none;
}
.lp-wrapper table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* loading
----------------------------------------------- */

.lp-loading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}
.lp-loading__mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: #000;
}
.lp-loading__progress {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 100px 0 0 -100px;
	width: 200px;
	height: 50px;
	z-index: 1;
}
.lp-loading__label {
	color: #fff;
	font-family: 'Orbitron', sans-serif;
	font-size: 20px;
	animation-name: lp-flash;
	animation-duration: 0.1s;
	animation-iteration-count: infinite;
	animation-timing-function: steps(2);
}
.lp-loading__icon img {
	width: auto;
	height: 50px;
}

/* start */

.js-loading-start .lp-loading__mask,
.js-loading-start .lp-loading__progress {
	opacity: 0;
	transition-property: opacity;
	transition-duration: 0.25s;
}
.js-loading-start .lp-loading__mask {
	transition-duration: 0.5s;
}


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

.lp-header {
	position: relative;
	margin: -20px 0 0;
	background-color: #fff;
	z-index: 10;
}
.lp-header__outer {
	margin: 0 20px;
}
.lp-header__inner {
	margin: auto;
	padding: 20px 0 15px;
	max-width: 950px;
}
.lp-header__title {
	margin: 5px 0 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}


/* homeback
----------------------------------------------- */

.lp-homeback {
	position: relative;
	background-color: #fff;
	z-index: 10;
}
.lp-homeback__outer {
	margin: 0 20px;
}
.lp-homeback__inner {
	margin: auto;
	padding: 20px 0;
	max-width: 950px;
}


/* main
----------------------------------------------- */

.lp-main {
	position: relative;
	font-family: 'Orbitron', sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-feature-settings: "palt";
	word-break: break-word;
	background-image: url(../images/common/footer_bg.png), url(../images/common/background.png);
/* 	background-attachment: scroll, fixed; */
	background-position: center bottom 653px, center top;
	background-repeat: no-repeat, repeat;
	background-size: 100% auto, 330px 290px;
	overflow: hidden;
	z-index: 2;
}
.lp-main__inner {
	position: relative;
	z-index: 2;
}
.lp-main a {
	color: #00aee5 !important;
}


/* spacey
----------------------------------------------- */

.lp-spacey {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	overflow: hidden;
	z-index: 1;
}
.lp-spacey__item {
	position: absolute;
	width: 130px;
	height: 130px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 130px;
	z-index: 1;
}
.lp-spacey__item--type01 {
	background-image: url(../images/common/spacey_item01.svg);
}
.lp-spacey__item--type02 {
	background-image: url(../images/common/spacey_item02.svg);
}
.lp-spacey__item--type03 {
	background-image: url(../images/common/spacey_item03.svg);
}
.lp-spacey__item--type04 {
	background-image: url(../images/common/spacey_item04.svg);
}
.lp-spacey__item--type05 {
	background-image: url(../images/common/spacey_item05.svg);
}


/* pageup
----------------------------------------------- */

.lp-pageup {
	position: absolute;
	right: 0;
	bottom: -30px;
	cursor: pointer;
	z-index: 5;
}
.lp-pageup__inner {
	position: relative;
	width: 190px;
	height: 170px;
	z-index: 1;
}
.lp-pageup__solatan,
.lp-pageup__base {
	position: absolute;
	z-index: 1;
}
.lp-pageup__solatan img,
.lp-pageup__base img {
	width: 100%;
	height: auto;
}
.lp-pageup__solatan {
	top: 0;
	left: 5px;
	width: 150px;
}
.lp-pageup__base {
	top: 68px;
	left: 0;
	width: 180px;
}

/* initial */

.lp-pageup {
	position: fixed;
	right: 0;
	bottom: 30px;
	transform: translateX(100%);
}

/* ready */

.js-pageup-ready,
.js-pageup-ready .lp-pageup__inner {
	transition-property: transform;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}
.js-pageup-ready .lp-pageup__inner {
	transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}

/* open */

.js-pageup-open {
	transform: translateX(0);
}

/* fixed */

.js-pageup-fixed {
	position: absolute;
	transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}
.js-pageup-fixed .lp-pageup__inner {
	transform: translateY(60px);
}


/* menu
----------------------------------------------- */

.lp-menu {
	position: absolute;
	top: 20px;
	right: -28px;
	z-index: 5;
}
.lp-menu__lists {
}
.lp-menu__list {
	margin: 0 0 8px;
}
.lp-menu__list a {
	display: block;
	width: 150px;
	height: 80px;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/common/menu.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 150px 240px;
	cursor: pointer;
	overflow: hidden;
}

/* contact */

.lp-menu__list--contact a {
	background-position: 0 -160px;
}

/* fixed */

.js-menu-fixed {
	position: fixed;
}

/* nav
----------------------------------------------- */

.lp-nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}
.lp-nav__mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(5,20,29,0.9);
	z-index: 1;
}
.lp-nav__close {
	position: absolute;
	top: 20px;
	right: -28px;
	z-index: 3;
}
.lp-nav__close a {
	display: block;
	width: 150px;
	height: 80px;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/common/menu.png);
	background-position: 0 -80px;
	background-repeat: no-repeat;
	background-size: 150px 240px;
	cursor: pointer;
	overflow: hidden;
}
.lp-nav__outer {
	position: absolute;
	top: 0;
	right: 0;
	width: 400px;
	border: 1px solid #00aee5;
	border-top: 0;
	border-right: 0;
	background-image: url(../images/common/nav_parts03.png);
	background-position: left -1px bottom -1px;
	background-repeat: no-repeat;
	background-size: 15px;
	background-color: #05141d;
	box-sizing: border-box;
	z-index: 3;
}
.lp-nav__outer:before,
.lp-nav__outer:after {
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
}
.lp-nav__outer:before {
	top: 20px;
	left: -1px;
	width: 9px;
	height: 80px;
	background-image: url(../images/common/nav_parts01.png);
	background-repeat: no-repeat;
	background-size: 9px 80px;
}
.lp-nav__outer:after {
	right: 50px;
	bottom: -1px;
	width: 80px;
	height: 9px;
	background-image: url(../images/common/nav_parts02.png);
	background-repeat: no-repeat;
	background-size: 80px 9px;
}
.lp-nav__inner {
	padding: 40px 0 30px;
}
.lp-nav__solatan {
	position: absolute;
	top: 300px;
	right: 350px;
	width: 200px;
	z-index: 2;
}
.lp-nav__solatan img {
	width: 100%;
	height: auto;
}
.lp-nav__logo {
	margin: 0 0 0 40px;
}
.lp-nav__lists {
	margin: 0 0 0 40px;
	padding: 15px 0 0;
}
.lp-nav__list {
	position: relative;
	margin: 13px 0 0;
	z-index: 1;
}
.lp-nav__list:after {
	display: block;
	content: "";
	position: absolute;
	top: 14px;
	left: -40px;
	width: 30px;
	height: 1px;
	background-color: #00aee5;
	z-index: 1;
}
.lp-nav__list a,
.lp-nav__list span {
	display: block;
}
.lp-nav__label {
	color: #00aee5;
	font-family: 'Orbitron', sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.lp-nav__label--forcorporates {
	letter-spacing: 0.02em;
}
.lp-nav__text {
	color: #b4b8bb;
	font-size: 12px;
	letter-spacing: 0.1em;
}

/* initial */

.lp-nav {
	pointer-events: none;
	visibility: hidden;
}
.lp-nav__mask {
	opacity: 0;
}
.lp-nav__close {
	transform: translateX(100%);
}
.lp-nav__outer {
	transform: translateX(100%);
}
.lp-nav__outer:before {
	transform: translateY(-100px);
}
.lp-nav__outer:after {
	transform: translateX(130px);
}
.lp-nav__inner {
	transform: translateX(100%);
}
.lp-nav__solatan {
	opacity: 0;
	transform: translate(50%, -5%);
}

/* fixed */

.js-nav-fixed {
	position: fixed;
}

/* ready */

.js-nav-ready {
	transition-property: visibility;
	transition-duration: 0s;
	transition-delay: 0.75s;
}
.js-nav-ready .lp-nav__mask {
	transition-property: opacity;
	transition-duration: 0.25s;
	transition-delay: 0.25s;
}
.js-nav-ready .lp-nav__close,
.js-nav-ready .lp-nav__outer,
.js-nav-ready .lp-nav__inner {
	transition-property: transform;
	transition-duration: 0.5s;
	transition-delay: 0.25s;
	transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
}
.js-nav-ready .lp-nav__outer:before,
.js-nav-ready .lp-nav__outer:after {
	transition-property: transform;
	transition-duration: 0.85s;
	transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}
.js-nav-ready .lp-nav__solatan {
	transition-property: opacity, transform;
	transition-duration: 0.5s;
}

/* open */

.js-nav-open {
	pointer-events: auto;
	visibility: visible;
	transition-delay: 0s;
}
.js-nav-open .lp-nav__mask {
	opacity: 1;
	transition-delay: 0s;
}
.js-nav-open .lp-nav__close,
.js-nav-open .lp-nav__outer,
.js-nav-open .lp-nav__inner {
	transform: translateX(0);
	transition-delay: 0s;
}
.js-nav-open .lp-nav__outer:before,
.js-nav-open .lp-nav__outer:after {
	transform: translate(0);
}
.js-nav-open .lp-nav__solatan {
	opacity: 1;
	transform: translate(0);
	transition-duration: 0.25s, 0.85s;
	transition-delay: 0.65s;
	transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}


/* slide
----------------------------------------------- */

.lp-slide {
}
.lp-slide__inner {
	position: relative;
	width: 410px;
	z-index: 1;
}
.lp-slide__lists {
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	z-index: 1;
}
.lp-slide__list {
}
.lp-slide__list img {
	width: 100%;
	height: auto;
}
.lp-slide__base {
}
.lp-slide__base img {
	width: 100%;
	height: auto;
}
.lp-slide__control {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 10px 0 0;
}
.lp-slide__arrow {
	width: 18px;
	height: 20px;
	background-image: url(../images/common/slide_arrow.png);
	background-repeat: no-repeat;
	background-size: 36px 40px;
	cursor: pointer;
}
.lp-slide__arrow--prev {
	background-position: 0 0;
}
.lp-slide__arrow--next {
	background-position: -18px 0;
}
.lp-slide__pages {
	position: relative;
	margin: 0 5px;
	z-index: 1;
}
.lp-slide__pages:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	right: 15px;
	height: 1px;
	font-size: 0;
	background-color: #00aee5;
	z-index: 1;
}
.lp-slide__page {
	display: inline-block;
	position: relative;
	margin: 0 5px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 2;
}
.lp-slide__page:before,
.lp-slide__page:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	z-index: 1;
	transition-property: background-color, transform;
	transition-duration: 0.25s;
}
.lp-slide__page:before {
	margin: -3px 0 0 -3px;
	width: 6px;
	height: 6px;
	background-color: #00aee5;
}
.lp-slide__page:after {
	margin: -10px 0 0 -10px;
	width: 20px;
	height: 20px;
	background-color: rgba(250,238,66,0.4);
	transform: rotate(0.09deg) scale(0);
}

/* current */

.lp-slide__page--current:before {
	background-color: #faee42;
}
.lp-slide__page--current:after {
	transform: rotate(0deg) scale(1);
}


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

.lp-button {
	display: block;
	border: 2px solid #fff;
	background-color: #faee42;
	box-shadow: 0 0 4px rgba(255,255,255,0.8);
	box-sizing: border-box;
	border-radius: 60px;
}
.lp-button__label {
	display: block;
	position: relative;
	height: 60px;
	color: #003d79;
	font-family: 'Orbitron', 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 58px;
	z-index: 1;
}
.lp-button__label:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -10px 0 0;
	width: 30px;
	height: 20px;
	background-image: url(../images/common/button_arrow.png);
	background-repeat: no-repeat;
	background-size: 30px 60px;
	z-index: 1;
}

/* line */

.lp-button--line {
	background-color: #05141d;
}
.lp-button--line .lp-button__label {
	color: #fff;
}
.lp-button--line .lp-button__label:after {
	background-position: 0 -20px;
}

/* white */

.lp-button--white {
	background-color: #fff;
}

/* blank */

.lp-button--blank .lp-button__label:after {
	margin: -5px 0 0;
	width: 10px;
	height: 10px;
	background-image: url(../images/common/button_blank.png);
	background-size: 10px 30px;
}

/* arrow */

.lp-button--arrow-mini .lp-button__label:after {
	margin: -6px 0 0;
	width: 8px;
	height: 12px;
	background-image: url(../images/common/button_arrow-mini.png);
	background-size: 8px 36px;
}

/* logo */

.lp-button__logo {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
}


/* scope
----------------------------------------------- */

.lp-scope {
	position: relative;
	margin: 150px 0 0;
	padding: 0 0 100px;
	height: 530px;
	z-index: 1;
}
.lp-scope__lens {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -265px;
	width: 530px;
	height: 530px;
	z-index: 1;
}
.lp-scope__lens:before,
.lp-scope__lens:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: 1;
}
.lp-scope__lens:after {
	animation-name: lp-rotate1;
	animation-duration: 20s;
	animation-iteration-count: infinite;
}
.lp-scope__lens:before {
	background-image: url(../images/common/scope_lens01.png);
}
.lp-scope__lens:after {
	background-image: url(../images/common/scope_lens02.png);
}
.lp-scope__solatan {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: 0 0 0 -295px;
	width: 220px;
	pointer-events: none;
	z-index: 2;
}
.lp-scope__solatan img {
	width: 100%;
	height: auto;
}
.lp-scope__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.lp-scope__title {
}
.lp-scope__copy {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}
.lp-scope__text {
	margin: 25px 0 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 29px;
}
.lp-scope__button {
	margin: 25px 0 0;
	width: 300px;
}
.lp-scope__slide {
	padding: 130px 0 0;
	font-size: 0;
	white-space: nowrap;
}
.lp-scope__lists {
	display: inline-block;
	white-space: nowrap;
	animation-duration: 60s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.lp-scope__lists:first-child {
	animation-name: lp-scopeslide1;
	animation-delay: -30s;
}
.lp-scope__lists:last-child {
	animation-name: lp-scopeslide2;
}
.lp-scope__list {
	display: inline-block;
	margin: 0 0 0 20px;
	width: 310px;
	height: 240px;
	background-image: url(../images/common/scope_frame_pc.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 310px 240px;
}
.lp-scope__image {
	margin: 0 15px;
	padding: 15px 0 0;
}
.lp-scope__list img {
	width: 100%;
	height: auto;
}

/* column */

.lp-scope--column .lp-scope__solatan {
	bottom: -45px;
	margin: 0 0 0 -83px;
}


/* club
----------------------------------------------- */
.lp-club {
	max-width: 660px;
	width: 100%;
	padding: 35px;
	margin: 30px auto;
	text-align: center;
	background: rgba(0,0,0,0.5);
	position: relative;
	z-index: 0;

	border: 1px solid #00aee5;
	border-radius: 30px;
}

.lp-club__title {
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}

.lp-club__title::before {
	content: "";
	width: 205px;
	height: 2px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -10;
}


.lp-club__lead {
	color: #fff;
	font-size: 18px;
	text-shadow: 0 0 5px black;
	margin: 0 0 18px;
}

.lp-club__text {
	color: #00aee5;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0 0 5px black;
	display: inline-block;

	position: relative;
	z-index: 0;
}

.lp-club__text::before {
	content: "";
	width: 33px;
	height: 35px;
	background-image: url(../images/common/club_accent01.png);
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: -3px;
	left: -35px;
	z-index: 0;
}
.lp-club__text::after {
	content: "";
	width: 27px;
	height: 28px;
	background-image: url(../images/common/club_accent02.png);
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -5px;
	right: -32px;
	z-index: 0;
}

.lp-club__point {
	margin: 40px 0 0;
	display: flex;
	justify-content: space-between;
}

.lp-club__point li {
	width: 29%;
	padding: 20px 10px;
	/* height: 80px; */
	margin: 0 0 35px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-shadow: 0 0 2px #023d94;

	position: relative;
	z-index: 0;
	background: #00aee5;
	border-radius: 8px;

	display: flex;
	justify-content: center;
	align-items: center;
}

.lp-club__point li img {
  position: absolute;
	top: -13px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}

.lp-club__point span {
  font-weight: bold;
	color: rgb(255, 241, 90);
}

.lp-club__button {
	width: 300px;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}

.lp-club__icon {
  position: absolute;
	bottom: -55px;
	right: -121px;
	z-index: 10;
}


/* contact
----------------------------------------------- */

.lp-contact {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
	background-color: #000;
}
.lp-contact__outer {
}
.lp-contact__inner {
	position: relative;
	width: 850px;
	z-index: 1;
}
.lp-contact__inner:before,
.lp-contact__inner:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.lp-contact__inner:before {
	/* border: 1px solid #336494; */
	background-color: rgba(5,20,29,0.8);
	box-sizing: border-box;
}
.lp-contact__inner:after {
	background-image: url(../images/common/wireframe_parts01.svg), url(../images/common/wireframe_parts05.svg), url(../images/common/wireframe_parts02.svg), url(../images/common/wireframe_parts06.svg), url(../images/common/wireframe_parts07.svg), url(../images/common/wireframe_parts08.svg), url(../images/common/wireframe_parts09.svg), url(../images/common/wireframe_parts09.svg), url(../images/common/wireframe_parts10.svg);
	background-position: left top, right top, right bottom, left bottom, left center, right center, left 100px bottom, right 100px bottom, center top;
	background-repeat: no-repeat;
	background-size: 14px, 14px, 14px, 14px, 8px 80px, 8px 80px, 80px 8px, 80px 8px, 260px 25px;
}
.lp-contact__base {
	position: relative;
	padding: 65px 0 40px;
	z-index: 2;
}
.lp-contact__base:before,
.lp-contact__base:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20px;
	border: 1px solid #00aee5;
	box-sizing: border-box;
	z-index: 1;
}
.lp-contact__base:before {
	left: 0;
	border-right: 0;
}
.lp-contact__base:after {
	right: 0;
	border-left: 0;
}
.lp-contact__title {
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
}
.lp-contact__text {
	color: #fff;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 29px;
}
.lp-contact__text a {
	text-decoration: underline !important;
}
.lp-contact__button {
	margin: 30px auto 0;
	width: 300px;
}
.lp-contact__caution {
	color: #fff;
	margin: 10px 0 0;
	font-size: 12px;
	text-align: center;
}

/* forcorporates */

.lp-contact__inner--forcorporates {
	margin: 0 auto 70px;
}
.lp-contact__inner--forcorporates:after {
	background-image: url(../images/common/wireframe_parts01.svg), url(../images/common/wireframe_parts05.svg), url(../images/common/wireframe_parts02.svg), url(../images/common/wireframe_parts06.svg), url(../images/common/wireframe_parts07.svg), url(../images/common/wireframe_parts08.svg), url(../images/common/wireframe_parts09.svg), url(../images/common/wireframe_parts09.svg), url(../images/common/wireframe_parts12.svg);
	background-size: 14px, 14px, 14px, 14px, 8px 80px, 8px 80px, 80px 8px, 80px 8px, 374px 25px;
}


/* news
----------------------------------------------- */

.lp-news {
	margin: 100px 0 0;
}
.lp-news__inner {
	position: relative;
	margin: auto;
	width: 850px;
	z-index: 1;
}
.lp-news__solatan {
	position: absolute;
	top: -46px;
	right: -50px;
	width: 160px;
	z-index: 1;
}
.lp-news__solatan img {
	width: 100%;
	height: auto;
}
.lp-news__title {
	width: 121px;
}
.lp-news__title img {
	width: 100%;
	height: auto;
}
.lp-news__main {
	position: relative;
	margin: -1px 0 0;
	background-color: rgba(5,20,29,0.8);
	z-index: 2;
}
.lp-news__scroll {
	margin: 0 15px 0 0;
	height: 160px;
	overflow: auto;
}
.lp-news__lists {
	margin: 0 20px;
	padding: 15px 0 30px;
}
.lp-news__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #00aee5;
	margin: 15px 0 0;
}
.lp-news__category {
	display: block;
	position: relative;
	width: 90px;
	height: 22px;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 20px;
	border: 1px solid #00aee5;
	border-radius: 4px 0 4px 0;
	box-sizing: border-box;
	z-index: 1;
}
.lp-news__category:before,
.lp-news__category:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	height: 1px;
	background-color: #00aee5;
	z-index: 1;
}
.lp-news__category:before {
	left: -21px;
	width: 21px;
}
.lp-news__category:after {
	right: -11px;
	width: 10px;
}
.lp-news__date {
	display: block;
	position: relative;
	width: 110px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	z-index: 1;
}
.lp-news__date:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 4px;
	width: 10px;
	height: 1px;
	background-color: #00aee5;
	z-index: 1;
}
.lp-news__subject {
	width: calc(100% - 200px);
	color: #fff !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
}
.lp-news__list a {
	text-decoration: underline !important;
}
.lp-news__frames {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #336494;
	box-sizing: border-box;
	pointer-events: none;
	z-index: 1;
}
.lp-news__frame {
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	z-index: 1;
}
.lp-news__frame:first-child:before,
.lp-news__frame:first-child:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20px;
	border: 1px solid #00aee5;
	box-sizing: border-box;
	z-index: 1;
}
.lp-news__frame:first-child:before {
	left: 0;
	border-right: 0;
}
.lp-news__frame:first-child:after {
	right: 0;
	border-left: 0;
}
.lp-news__frame:last-child {
	background-image: url(../images/common/news_frame01_pc.png), url(../images/common/news_frame02_pc.png), url(../images/common/news_frame03_pc.png), url(../images/common/news_frame04_pc.png), url(../images/common/news_frame05_pc.png);
	background-position: right 100px top, left 100px bottom, right center, left bottom, right bottom;
	background-repeat: no-repeat;
	background-size: 80px 8px, 80px 8px, 8px 80px, 14px, 14px;
}


/* information
----------------------------------------------- */

.lp-information {
	position: relative;
	margin: 60px auto 0;
	z-index: 0;
}
.lp-information__columns {
	display: flex;
	justify-content: center;
	padding: 40px 0;
}
.lp-information__column {
	position: relative;
	z-index: 1;
}
.lp-information__column:first-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 30px 0 0;
}
.lp-information__title {
	margin: 5px 0;
	color: #00aee5;
	font-family: 'Orbitron', sans-serif;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.lp-information__text {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-shadow: 0 0 4px rgba(0,0,0,0.2);
	letter-spacing: 0.1em;
	line-height: 29px;
}
.lp-information__button {
	width: 300px;
}

/* lp-wireframe */

.lp-information .lp-wireframe {
	background-color: rgba(5,20,29,0.5);
}


/* cover
----------------------------------------------- */

.lp-cover {
	background-image: url(../images/common/cover_image.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 980px auto;
}
.lp-cover__outer {
}
.lp-cover__inner {
	position: relative;
	margin: auto;
	width: 980px;
	height: 250px;
	z-index: 1;
}
.lp-cover__logo {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 1;
}
.lp-cover__title {
	padding: 76px 0 0;
	text-align: center;
}
.lp-cover__summary {
	margin: 30px 0 0;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	line-height: 29px;
}
.lp-cover__solatan {
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1;
}
.lp-cover__solatan img {
	width: 100%;
	height: auto;
}

/* about */

.lp-cover--about {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: none;
}

/* solatan */

.lp-cover__solatan--program {
	margin: 0 0 0 -395px;
	width: 154px;
}
.lp-cover__solatan--column {
	margin: 0 0 0 -395px;
	width: 154px;
}
.lp-cover__solatan--contact {
	margin: 0 0 0 -395px;
	width: 175px;
}
.lp-cover__solatan--team {
	margin: 0 0 0 -395px;
	width: 154px;
}


/* subtitle
----------------------------------------------- */

.lp-subtitle {
	text-align: center;
}
.lp-subtitle__text {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 30px;
	text-shadow: 0 0 4px rgba(255,255,255,0.6);
	letter-spacing: 0.1em;
	line-height: 30px;
	z-index: 1;
}
.lp-subtitle__text:before,
.lp-subtitle__text:after {
	display: block;
	content: "";
	position: absolute;
	width: 72px;
	height: 10px;
	background-image: url(../images/common/subtitle_frame.png);
	background-repeat: no-repeat;
	background-size: 144px 10px;
	z-index: 1;
}
.lp-subtitle__text:before {
	left: -82px;
	bottom: 10px;
	background-position: 0 0;
}
.lp-subtitle__text:after {
	top: 10px;
	right: -78px;
	background-position: -72px 0;
}


/* wireframe
----------------------------------------------- */

.lp-wireframe {
	position: relative;
	border: 1px solid #336494;
	background-image: url(../images/common/wireframe_parts01.svg), url(../images/common/wireframe_parts02.svg), url(../images/common/wireframe_parts03.svg), url(../images/common/wireframe_parts04.svg);
	background-position: left -1px top -1px, right -1px bottom -1px, right 100px top -1px, left 100px bottom -1px;
	background-repeat: no-repeat;
	background-size: 14px, 14px, 80px 8px, 80px 8px;
	background-color: rgba(5,20,29,0.8);
	box-sizing: border-box;
	z-index: 1;
}
.lp-wireframe:before,
.lp-wireframe:after {
	display: block;
	content: "";
	position: absolute;
	top: -1px;
	bottom: -1px;
	width: 20px;
	border: 1px solid #00aee5;
	z-index: 1;
}
.lp-wireframe:before {
	left: -1px;
	border-right: 0;
}
.lp-wireframe:after {
	right: -1px;
	border-left: 0;
}


/* wireplate
----------------------------------------------- */

.lp-wireplate {
	position: relative;
	border: 1px solid #336494;
	background-image: url(../images/common/wireplate_parts01.svg), url(../images/common/wireplate_parts02.svg), url(../images/common/wireplate_parts03.svg), url(../images/common/wireplate_parts04.svg);
	background-position: left -1px top -1px, right -1px bottom -1px, right -1px top -1px, left -1px bottom -1px;
	background-repeat: no-repeat;
	background-size: 8px 20px, 8px 20px, 10px, 10px;
	background-color: rgba(5,20,29,0.8);
	box-sizing: border-box;
	z-index: 1;
}
.lp-wireplate:before,
.lp-wireplate:after {
	display: block;
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border: 1px solid #00aee5;
	z-index: 1;
}
.lp-wireplate:before {
	top: -1px;
	right: -1px;
	border-left: 0;
	border-bottom: 0;
}
.lp-wireplate:after {
	left: -1px;
	bottom: -1px;
	border-top: 0;
	border-right: 0;
}


/* starchart
----------------------------------------------- */

.lp-starchart {
	position: absolute;
	width: 350px;
	height: 350px;
	overflow: hidden;
	z-index: -1;
}
.lp-starchart img {
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 1;
	animation-name: lp-starchart;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.lp-starchart img:nth-child(1) {
	animation-duration: 10s;
}
.lp-starchart img:nth-child(2) {
	animation-duration: 15s;
}
.lp-starchart img:nth-child(3) {
	animation-duration: 20s;
}


/* pc
----------------------------------------------- */

@media print, screen and (min-width:1000px) {


	/* br
	----------------------------------------------- */

	.lp-sp {
		display: none;
	}


	/* pageup
	----------------------------------------------- */

	.lp-pageup:hover .lp-pageup__solatan,
	.lp-pageup:hover .lp-pageup__base {
		animation-name: lp-jump;
		animation-duration: 0.65s;
		animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
	}
	.lp-pageup:hover .lp-pageup__base {
		animation-duration: 1s;
	}


	/* menu
	----------------------------------------------- */

	.lp-menu__list a,
	.lp-nav__close a {
		transition-property: transform;
		transition-duration: 0.35s;
		transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
	}

	/* hover */

	.lp-menu__list:hover a,
	.lp-nav__close:hover a {
		transform: translateX(-10px);
	}


	/* nav
	----------------------------------------------- */

	.lp-nav__list:after {
		transform-origin: left;
		transition-property: transform;
		transition-duration: 0.25s;
		transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
	}
	.lp-nav__label {
		transition-property: color, text-shadow;
		transition-duration: 0.25s;
	}

	/* hover */

	.lp-nav__list a:hover {
		text-decoration: none !important;
	}
	.lp-nav__list:hover:after {
		transform: scaleX(0);
		transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
	}
	.lp-nav__list:hover .lp-nav__label {
		color: #fff;
		text-shadow: 0 0 5px #fff;
	}


	/* slide
	----------------------------------------------- */

	.lp-slide__arrow {
		transition-property: transform;
		transition-duration: 0.2s;
	}

	/* hover */

	.lp-slide__arrow--prev:hover {
		background-position: 0 -20px;
		transform: translateX(-2px);
	}
	.lp-slide__arrow--next:hover {
		background-position: -18px -20px;
		transform: translateX(2px);
	}
	.lp-slide__page:hover:before {
		background-color: #faee42;
	}


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

	.lp-button,
	.lp-button__label:after {
		transition-property: color, background-color, box-shadow, transform;
		transition-duration: 0.25s;
	}

	/* hover */

	.lp-button:hover {
		text-decoration: none !important;
		background-color: #fff;
		box-shadow: 0 0 10px rgba(255,255,255,1);
		transform: translateY(-2px);
	}
	.lp-button:hover .lp-button__label:after {
		transform: translateX(3px);
	}

	.lp-button--line:hover {
		border-color: #faee42;
		background-color: #05141d;
		box-shadow: 0 0 10px #faee42;
	}
	.lp-button--line:hover .lp-button__label {
		color: #faee42;
	}
	.lp-button--line:hover .lp-button__label:after {
		background-position: 0 -40px;
	}


	/* news
	----------------------------------------------- */

	.lp-news__list a {
		transition-property: opacity;
		transition-duration: 0.2s;
	}

	/* hover */

	.lp-news__list a:hover {
		text-decoration: underline !important;
		opacity: 0.6;
	}


	/* retina
	----------------------------------------------- */

	@media only screen and (-webkit-min-device-pixel-ratio: 2) {


		/* menu
		----------------------------------------------- */

		.lp-menu__list a {
			background-image: url(../images/common/menu_@2x.png);
		}


		/* nav
		----------------------------------------------- */

		.lp-nav__close a {
			background-image: url(../images/common/menu_@2x.png);
		}
		.lp-nav__outer {
			background-image: url(../images/common/nav_parts03@2x.png);
		}
		.lp-nav__outer:before {
			background-image: url(../images/common/nav_parts01@2x.png);
		}
		.lp-nav__outer:after {
			background-image: url(../images/common/nav_parts02@2x.png);
		}


	}


}


/* mobile
----------------------------------------------- */

@media only screen and (max-width:999px) {


	/* loading
	----------------------------------------------- */

	.lp-loading__progress {
		margin: 30px 0 0 -100px;
	}


	/* br
	----------------------------------------------- */

	.lp-pc {
		display: none;
	}


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

	.lp-header {
		margin: 0;
	}
	.lp-header__outer {
		margin: 0 15px;
	}
	.lp-header__inner {
		padding: 15px 0 10px;
		max-width: initial;
	}


	/* homeback
	----------------------------------------------- */

	.lp-homeback {
	}
	.lp-homeback__outer {
		margin: 0 15px;
	}
	.lp-homeback__inner {
		padding: 15px 0 5px;
		max-width: initial;
	}


	/* menu
	----------------------------------------------- */

	.lp-menu {
		top: 15px;
		right: -15px;
	}
	.lp-menu__list {
		margin: 0 0 5px;
	}
	.lp-menu__list a {
		width: 86px;
		height: 48px;
		background-size: 90px 144px;
	}

	/* contact */

	.lp-menu__list--contact a {
		background-position: 0 -96px;
	}


	/* main
	----------------------------------------------- */

	.lp-main {
		background-image: url(../images/common/footer_bg.png), url(../images/common/background.png);
/* 		background-attachment: scroll, fixed; */
		background-position: center bottom 620px, center top;
		background-repeat: no-repeat, repeat;
		background-size: 200% auto, 330px 290px;
	}


	/* pageup
	----------------------------------------------- */

	.lp-pageup {
		bottom: -15px;
	}
	.lp-pageup__inner {
		width: 95px;
		height: 85px;
	}
	.lp-pageup__solatan {
		left: 0;
		width: 75px;
	}
	.lp-pageup__base {
		top: 34px;
		width: 90px;
	}

	/* initial */

	.lp-pageup {
		bottom: 15px;
	}

	/* fixed */

	.js-pageup-fixed .lp-pageup__inner {
		transform: translateY(30px);
	}


	/* nav
	----------------------------------------------- */

	.lp-nav__close {
		top: 15px;
		right: -15px;
	}
	.lp-nav__close a {
		width: 86px;
		height: 48px;
		background-position: 0 -48px;
		background-size: 90px 144px;
	}
	.lp-nav__outer {
		width: 245px;
		background-size: 10px;
	}
	.lp-nav__outer:before {
		top: 10px;
	}
	.lp-nav__outer:after {
		right: 10px;
	}
	.lp-nav__inner {
		padding: 30px 0 40px;
	}
	.lp-nav__solatan {
		position: absolute;
		top: 334px;
		right: 220px;
		width: 100px;
		z-index: 2;
	}
	.lp-nav__logo {
		margin: 0 0 0 20px;
	}
	.lp-nav__logo img {
		width: 128px;
		height: auto;
	}
	.lp-nav__lists {
		margin: 0 0 0 20px;
	}
	.lp-nav__list {
		margin: 18px 0 0;
	}
	.lp-nav__list:after {
		top: 13px;
		left: -20px;
		width: 16px;
	}
	.lp-nav__label {
		font-size: 20px;
	}

	/* hover */

	.lp-nav__list a:hover {
		text-decoration: none !important;
	}


	/* slide
	----------------------------------------------- */

	.lp-slide__inner {
		width: auto;
	}
	.lp-slide__lists {
		top: 16px;
		left: 16px;
		right: 16px;
		bottom: 16px;
	}
	.lp-slide__control {
		justify-content: center;
		margin: 20px 0 0;
	}
	.lp-slide__pages {
		margin: 0 12px;
	}
	.lp-slide__pages:after {
		left: 15px;
		right: 15px;
	}
	.lp-slide__page {
		margin: 0 8px;
	}


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

	.lp-button {
		border-width: 1px;
		border-radius: 25px;
	}
	.lp-button__label {
		height: 50px;
		font-size: 15px;
		line-height: 49px;
	}
	.lp-button__label:after {
		right: 10px;
		margin: -8px 0 0;
		width: 24px;
		height: 16px;
		background-size: 24px 48px;
	}

	/* line */

	.lp-button--line .lp-button__label:after {
		background-position: 0 -16px;
	}

	/* blank */

	.lp-button--blank .lp-button__label:after {
		right: 15px;
	}

	/* arrow */

	.lp-button--arrow-mini .lp-button__label:after {
		right: 15px;
	}

	/* logo */

	.lp-button__logo {
		height: 50px;
	}
	.lp-button__logo img {
		width: auto;
		height: 22px;
	}

	/* hover */

	.lp-button:hover {
		text-decoration: none !important;
	}


	/* scope
	----------------------------------------------- */

	.lp-scope {
		margin: 75px 0 0;
		padding: 0 0 50px;
		height: 583px;
	}
	.lp-scope__lens {
		margin: 0 0 0 -200px;
		width: 400px;
		height: 400px;
	}
	.lp-scope__solatan {
		bottom: -45px;
		margin: 0 0 0 -40px;
		width: 110px;
	}
	.lp-scope__title {
		text-align: center;
	}
	.lp-scope__title img {
		width: auto;
		height: 43px;
	}
	.lp-scope__copy {
		font-size: 14px;
	}
	.lp-scope__text {
		margin: 25px 0 0;
		font-size: 14px;
		letter-spacing: 0;
		line-height: 25px;
	}
	.lp-scope__button {
		margin: 25px 0 0;
		width: 250px;
	}
	.lp-scope__slide {
		padding: 425px 0 0;
	}
	.lp-scope__list {
		margin: 0 0 0 10px;
		width: 200px;
		height: 158px;
		background-image: url(../images/common/scope_frame_sp.png);
		background-size: 200px 158px;
	}
	.lp-scope__image {
		margin: 0 16px;
		padding: 16px 0 0;
	}

	/* column */

	.lp-scope--column {
		height: 483px;
	}
	.lp-scope--column .lp-scope__slide {
		padding: 325px 0 0;
	}
	.lp-scope--column .lp-scope__lens {
		margin: 0 0 0 -150px;
		width: 300px;
		height: 300px;
	}
	.lp-scope--column .lp-scope__solatan {
		bottom: -25px;
		margin: 0 0 0 -40px;
	}

	/* club
	----------------------------------------------- */
	.lp-club {
		max-width: 80%;
    width: 100%;
		padding: 14px;
	}

	.lp-club__title::before {
		width: 190px;
	}

	.lp-club__text::after {
		bottom: 17px;
	}

	.lp-club__point {
    padding: 0 20px;
    display: block;
	}

	.lp-club__point li {
		width: 100%;
	}

	.lp-club__icon {
		width: 80px;
    position: absolute;
    top: 139px;
    bottom: auto;
    right: -17px;
	}


	/* contact
	----------------------------------------------- */

	.lp-contact {
		padding: 0 0 50px;
		height: 200px;
		box-sizing: border-box;
	}
	.lp-contact__outer {
		margin: 0 25px;
		width: calc(100% - 50px);
	}
	.lp-contact__inner {
		margin: auto;
		max-width: 375px;
		width: auto;
	}
	.lp-contact__inner:after {
		background-image: url(../images/common/wireframe_parts01.svg), url(../images/common/wireframe_parts05.svg), url(../images/common/wireframe_parts02.svg), url(../images/common/wireframe_parts06.svg),  url(../images/common/wireframe_parts07.svg), url(../images/common/wireframe_parts08.svg), url(../images/common/wireframe_parts09.svg), url(../images/common/wireframe_parts09.svg), url(../images/common/wireframe_parts11.svg);
		background-position: left top, right top, right bottom, left bottom, left center, right center, left 25px bottom, right 25px bottom, center top;
		background-repeat: no-repeat;
		background-size: 10px, 10px, 10px, 10px, 8px 80px, 8px 80px, 80px 8px, 80px 8px, 160px 25px;
	}
	.lp-contact__base {
		padding: 45px 0 35px;
	}
	.lp-contact__base:before,
	.lp-contact__base:after {
		width: 15px;
	}
	.lp-contact__title {
		top: -11px;
	}
	.lp-contact__title img {
		width: auto;
		height: 32px;
	}
	.lp-contact__text {
		font-size: 14px;
		line-height: 25px;
	}
	.lp-contact__button {
		margin: 15px auto 0;
		max-width: 250px;
	}

	/* forcorporates */

	.lp-contact__inner--forcorporates {
		margin: 0 auto 45px;
	}
	.lp-contact__inner--forcorporates:after {
		background-image: url(../images/common/wireframe_parts01.svg), url(../images/common/wireframe_parts05.svg), url(../images/common/wireframe_parts02.svg), url(../images/common/wireframe_parts06.svg),  url(../images/common/wireframe_parts07.svg), url(../images/common/wireframe_parts08.svg), url(../images/common/wireframe_parts09.svg), url(../images/common/wireframe_parts09.svg), url(../images/common/wireframe_parts13.svg);
		background-size: 10px, 10px, 10px, 10px, 8px 80px, 8px 80px, 80px 8px, 80px 8px, 257px 25px;
	}


	/* news
	----------------------------------------------- */

	.lp-news {
		margin: 75px 25px 0;
	}
	.lp-news__inner {
		max-width: 375px;
		width: auto;
	}
	.lp-news__solatan {
		top: -25px;
		right: -25px;
		width: 120px;
		z-index: 1;
	}
	.lp-news__title {
		width: 105px;
	}
	.lp-news__scroll {
		height: 265px;
	}
	.lp-news__lists {
		margin: 0 15px;
		padding: 10px 0 25px;
	}
	.lp-news__list {
		margin: 25px 0 0;
	}
	.lp-news__category {
		width: 85px;
		height: 20px;
		line-height: 18px;
	}
	.lp-news__category:before {
		left: -16px;
		width: 16px;
	}
	.lp-news__category:after {
		right: -16px;
		width: 16px;
	}
	.lp-news__date {
		margin: 0 0 0 20px;
		width: calc(100% - 125px);
		font-size: 12px;
		text-align: left;
	}
	.lp-news__date:after {
		display: none;
	}
	.lp-news__subject {
		margin: 10px 0 0;
		width: 100%;
		font-size: 12px;
		line-height: 16px;
	}
	.lp-news__frame:first-child:before,
	.lp-news__frame:first-child:after {
		width: 15px;
	}
	.lp-news__frame:last-child {
		background-image: url(../images/common/news_frame01_sp.png), url(../images/common/news_frame02_sp.png), url(../images/common/news_frame03_sp.png), url(../images/common/news_frame04_sp.png);
		background-position: left 50px bottom, right top, left bottom, right center;
		background-size: 55px 8px, 10px, 10px, 8px 80px;
	}


	/* information
	----------------------------------------------- */

	.lp-information {
		margin: 40px 0 0;
		z-index: 1;
	}
	.lp-information__columns {
		display: block;
		margin: auto;
		padding: 30px 0;
		max-width: 375px;
	}
	.lp-information__column:first-child {
		display: block;
		margin: 0;
	}
	.lp-information__title {
		margin: -10px 0 5px;
		font-size: 20px;
		text-align: center;
	}
	.lp-information__text {
		font-size: 14px;
		letter-spacing: 0.05em;
		line-height: 25px;
		text-align: center;
	}
	.lp-information__button {
		margin: 12px auto 0;
		padding: 0;
		width: 250px;
	}


	/* cover
	----------------------------------------------- */

	.lp-cover {
		background-size: auto 250px;
	}
	.lp-cover__outer {
		margin: 0 15px;
	}
	.lp-cover__inner {
		max-width: 375px;
		width: auto;
	}
	.lp-cover__logo {
		position: static;
		padding: 15px 0 0;
		width: 165px;
	}
	.lp-cover__logo img {
		width: 100%;
		height: auto;
	}
	.lp-cover__title {
		padding: 0;
		text-align: left;
	}
	.lp-cover__title img {
		width: auto;
		height: 45px;
	}
	.lp-cover__summary {
		margin: 12px 0 0;
		font-size: 12px;
		text-align: left;
		line-height: 22px;
	}

	/* title */

	.lp-cover__title--about {
		margin: 10px 0 0 -5px;
	}
	.lp-cover__title--program {
		margin: 10px 0 0 -5px;
	}
	.lp-cover__title--column {
		margin: 10px 0 0 -5px;
	}
	.lp-cover__title--contact {
		margin: 10px 0 0 -5px;
	}
	.lp-cover__title--team {
		margin: 10px 0 0 -5px;
	}
	.lp-cover__title--forcorporates {
		margin: 10px 0 0 -5px;
	}

	/* solatan */

	.lp-cover__solatan--program {
		left: 0;
		bottom: 0;
		margin: 0;
		width: 110px;
	}
	.lp-cover__solatan--column {
		left: 0;
		bottom: -15px;
		margin: 0;
		width: 110px;
	}
	.lp-cover__solatan--contact {
		left: 0;
		bottom: -10px;
		margin: 0;
		width: 125px;
	}
	.lp-cover__solatan--team {
		left: 0;
		bottom: -10px;
		margin: 0;
		width: 110px;
	}


	/* subtitle
	----------------------------------------------- */

	.lp-subtitle__text {
		font-size: 20px;
		line-height: 28px;
	}
	.lp-subtitle__text:before,
	.lp-subtitle__text:after {
		width: 50px;
		height: 7px;
		background-size: 100px 7px;
	}
	.lp-subtitle__text:before {
		left: -58px;
	}
	.lp-subtitle__text:after {
		right: -55px;
		background-position: -50px 0;
	}


	/* wireframe
	----------------------------------------------- */

	.lp-wireframe {
		background-position: left -1px top -1px, right -1px bottom -1px, right 25px top -1px, left 25px bottom -1px;
		background-size: 10px, 10px, 80px 8px, 80px 8px;
	}
	.lp-wireframe:before,
	.lp-wireframe:after {
		width: 15px;
	}


	/* wireplate
	----------------------------------------------- */

	.lp-wireplate:before,
	.lp-wireplate:after {
		width: 15px;
		height: 15px;
	}


	/* starchart
	----------------------------------------------- */

	.lp-starchart img {
		top: 0;
	}


}


/* indicate
----------------------------------------------- */

/* ready */

.js-indicate-ready.js-indicate-tpin {
	opacity: 0;
	transform: translateY(-125px);
}
.js-indicate-ready.js-indicate-btin {
	opacity: 0;
	transform: translateY(125px);
}
.js-indicate-ready.js-indicate-ltin {
	opacity: 0;
	transform: translateX(-150px);
}
.js-indicate-ready.js-indicate-rtin {
	opacity: 0;
	transform: translateX(150px);
}
.js-indicate-ready.js-indicate-zoomin {
	opacity: 0;
	transform: rotate(0.09deg) scale(0.65);
	transform-origin: center;
}

/* start */

.js-indicate-start.js-indicate-tpin,
.js-indicate-start.js-indicate-btin,
.js-indicate-start.js-indicate-ltin,
.js-indicate-start.js-indicate-rtin,
.js-indicate-start.js-indicate-zoomin {
	opacity: 1;
	transform: rotate(0) translate(0);
	transition-property: opacity, transform;
	transition-duration: 0.85s;
	transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1), cubic-bezier(0.33, 1, 0.68, 1);
}
.js-indicate-start.js-indicate-ltin,
.js-indicate-start.js-indicate-rtin {
	transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}
.js-indicate-start.js-indicate-zoomin {
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1), cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* anim
----------------------------------------------- */

.lp-anim-fluffy {
	animation-name: lp-fluffy;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.lp-anim-round {
	transform-origin: center;
	animation-name: lp-round;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
.lp-anim-waiwai {
	transform-origin: center;
	animation-name: lp-waiwai;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
.lp-anim-breath {
	transform-origin: bottom;
	animation-name: lp-breath;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}
.lp-anim-jump {
	transform-origin: bottom;
	animation-name: lp-jump;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
}


/* keyframes
----------------------------------------------- */

@keyframes lp-fluffy {
	30% {
		transform: translateY(5px);
	}
	100% {
		transform: translateY(0);
	}
}

@keyframes lp-round {
	50% {
		transform: rotate(-4deg);
	}
}

@keyframes lp-jump {
	25% {
		transform: scaleY(1.03) translateY(-10%);
	}
	50% {
		transform: scaleY(0.97) translateY(0);
	}
	75% {
		transform: scaleY(1) translateY(0);
	}
}

@keyframes lp-waiwai {
	25% {
		transform: rotate(-5deg);
	}
	50% {
		transform: rotate(0deg);
	}
	75% {
		transform: rotate(5deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@keyframes lp-breath {
	50% {
		transform: scaleY(0.94);
	}
}

@keyframes lp-rotate1 {
	50% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@keyframes lp-rotate2 {
	50% {
		transform: rotate(-360deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@keyframes lp-fadeslide {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	75% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes lp-flash {
	50% {
		opacity: 0.7;
	}
}

@keyframes lp-scopeslide1 {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}
@keyframes lp-scopeslide2 {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-200%);
	}
}

@keyframes lp-starchart {
	100% {
		transform: rotate(360deg);
	}
}
