@charset "utf-8";
/********** header **********/
main {
	overflow: hidden;
}
body.hd {
	overflow: hidden;
	height: 100%;
}
.active {
	background-color: #fff;
}
#header {
    position: absolute;
    width: 100%;
    height: 90px;
    background-color: rgba(0,0,0,0.0);
    z-index: 999;
}

.headerArea {
    overflow: hidden;
    height: 63px;
    padding: 20px 25px 0 20px;
}
.scroll {
	cursor: pointer;
}
.headerArea figure {
    width: 120px;
    z-index: 100;
    float: left;
}
.headerArea figure.app {
	width: 115px;
    padding-left: 10px;
}
.headerArea figure img {
	width: 100%;
}
ul#sns_sp {
	float: none;
	margin-left: 10px;
	width: 70px;
	margin: 20px auto;
}
ul#sns_top li,
ul#sns_sp li {
	display: inline-block;
	border: 1px solid #fff;
	width: 28px;
	height: 28px;
	vertical-align: middle;
	box-sizing: border-box;
	transition:  0.3s;
}
ul#sns_top li:last-child,
ul#sns_sp li:last-child  {
	margin-left: 10px;
}
ul#sns_top li span,
ul#sns_top li span:before,
ul#sns_sp li span:before  {
	color: #fff;
}
ul#sns_top li span,
ul#sns_sp li span {
	font-size: 12px;
	text-align: center;
	display: block;
	padding-top: 8px;
}
ul#sns_sp li span {
	font-size: 15px;
	padding-top: 6px;
}
ul#sns_sp li:first-child span{
	font-size: 24px;
	padding-top: 2px;
}
ul#sns_sp li a {
	padding: 0;
}
ul#sns_top li a,
ul#sns_sns li a{
	padding: 0;
}
ul#sns_top li span.icon-facebook,
ul#sns_sns li span.icon-facebook  {
	font-size: 21px;
	padding-top: 3px;
}
ul#sns_top li span.icon-facebook:before
ul#sns_sns li span.icon-facebook:before {
	padding-top: 0;
}
ul#sns_top li:hover span:before,
ul#sns_sns li:hover span:before {
	color: #000;
}
ul#sns_top li:hover,
ul#sns_sns li:hover {
	border: 1px solid #000;
	background-color: #fff;
}

/*nav#gnav ul li.is_active {
	background-color: #fff;
	color: #000;
}*/
/*#gnav ul li.is_active a {
	color: #000;
}*/


.header-right {
	overflow: hidden;
	padding-top: 4px;
}
.header-right > ul {
	overflow: hidden;
	padding-top: 10px;
}
.header-right > ul > li {
	float: left;
}
.header-right > ul > li:nth-child(2) {
	padding-right: 10px;
}
.header-right > ul > li a {
	color: #fff;
	font-size: 13px;
	padding: 0 11px;
	letter-spacing: 0.4em;
	margin-right: -0.3em;
	display: block;
	padding-top: 5px;
	transition: 0.3s;
}
.header-right > ul > li a.app {
	width: 100%;
	padding-top: 0;
}
.header-right > ul > li a:hover {
	opacity: 0.5;
}
/********** mainVisual **********/
#mainVisual {
	position: relative;
}
#mainVisual ul li.slide{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
}
#mainVisual ul li.mv1 {
	 background-image: url(../images/mv01.jpg);
}
#mainVisual ul li.mv2 {
	 background-image: url(../images/mv02.jpg);
}
#mainVisual ul li.mv3 {
	 background-image: url(../images/mv03.jpg);
	 background-position: top center;
}
.mv_Tlt {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    width: 425px;
    color: #fff;
    text-align: center;
}
.mv_Tlt h1 {
	font-size: 50px;
	letter-spacing: 0.2em;
	margin-right: -0.2em;
	line-height: 60px;
	font-weight: normal;
}
.mv_Tlt span {
	font-size: 40px;
	letter-spacing: 0.4em;
	margin-right: -0.4em;
	display: block;
	line-height: 1.0;
	padding-top: 24px;
	position: relative;
}

.mv_Tlt span:before {
	content: "";
	width: 74px;
	height: 2px;
	display: block;
	background-color: #fff;
	position: absolute;
	top: 66%;
	z-index: 10;
}
.mv_Tlt span:after {
	content: "";
	width: 74px;
	height: 2px;
	display: block;
	background-color: #fff;
	position: absolute;
	top: 66%;
	right: 0;
	z-index: 10;
}

.mv_Tlt span.space:before,
.mv_Tlt span.space:after,
.mv_Tlt span.border:after,
.mv_Tlt span.border:before {
	display: none;
}
.mv_Tlt span.border,
.mv_Tlt span.space {
    letter-spacing: 1.37em;
    font-size: 50px;
    display: block;
    margin-right: -1.37em;
    width: 100%;
    line-height: 1;
    position: relative;
}
.mv_Tlt span.border:before,
.mv_Tlt span.space:before {
	content: "";
	position: absolute;
	display: block;
	bottom: 7px;
	top: auto;
	width: 98%;
	height: 1px;
	background-color: #fff;
}
.mv2 .mv_Tlt span:before {
	width: 45px;
}
.mv2 .mv_Tlt span:after {
	width: 45px;
}
.mv_Tlt span.border {
	letter-spacing: 0.2em;
}

ul.mv_slide .slick-dots {
	    position: absolute;
    width: 65px!important;
    left: 12px;
    bottom: 20px!important;
}

ul.mv_slide .slick-dots li.slick-active button:before {
	color: #c60413!important;
	content: "";
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
}
ul.mv_slide .slick-dots li.slick-active button {
	width: 10px!important;
	height: 10px!important;
	padding: 0!important;
}
ul.mv_slide .slick-dots li button:before {
	color: #c60413!important;
	content: ""!important;
	width: 10px!important;
	height: 10px!important;
	border: 2px solid #fff;
	border-radius: 50%;
	opacity: 1.0!important;
	box-sizing: border-box;
}
ul.mv_slide .slick-dots li button {
	width: 10px!important;
	height: 10px!important;
	padding: 0!important;
}
.slick-dots li {
	width: 10px!important;
	height: 10px!important;
}
.detail {
	position: absolute;
	bottom: 15px;
	right: -20px;
	color: #fff;
	letter-spacing: 0.3em;
	z-index: 100;
	padding-right: 100px;
}
.detail div {
	position: relative;
}
.detail div:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: #fff;
    display: block;
    right: -60px;
    top: 50%;
}
.detail div:after {
	    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    top: 40%;
    background-color: #fff;
    display: block;
    transform: rotate(45deg);
    right: -62px;
}
.detail a {
	color: #fff;
	font-size: 14px;
}
ul.mv_slide .slick-next {
	position: absolute;
    right: 5%;
    bottom: 14px;
    top: auto;
    width: 130px;
    z-index: 400;
}
ul.mv_slide .slick-next:before {
	content: ""!important;
	opacity: 1.0!important;
	font-family: "Panton-light"!important;
	font-size: 16px!important;
	display: block;
	text-align: right;
	letter-spacing: 0.2em;
	font-size: 14px;
}
.detail div:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: #fff;
    display: block;
    right: -60px;
    top: 50%;
}
.detail div:after {
	    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    top: 40%;
    background-color: #fff;
    display: block;
    transform: rotate(45deg);
    right: -62px;
}
/********** nav **********/
nav#gnav ul {
	background-color: #000;
	overflow: hidden;
	
}
nav#gnav ul li {
	float: left;
	width: 25%;
	box-sizing: border-box;
	border-right: 1px solid #fff;
	transition: 0.3s;
}
nav#gnav ul li a span {
	display: inline-block;
}
nav#gnav ul li a span:after {
	content: '';
	width: 0;
	transition: all 0.3s ease;
	border-bottom: 1px solid #000;
	display: block;
}
nav#gnav ul li.active a span:after,
nav#gnav ul li:hover a span:after{
	width: 99%;
}
nav#gnav ul li a {
	transition: 0.3s;
}

nav#gnav ul li.active,
nav#gnav ul li:hover {
	background-color: #e2e2e2;
}

nav#gnav ul li a {
	font-size: 12px;
	color: #fff;
	padding: 31px 0;
	display: block;
	text-align: center;
	letter-spacing: 0.1em;
	margin-right: -0.1em;
	
}
nav#gnav ul li.active a,
nav#gnav ul li:hover a {
	color: #000;
}

nav#gnav ul li:last-child {
	border-right: none;
}
.fixed {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
/********** about **********/
#about {
	width: 100%;
	position: relative;
}
#about:before {
	content: "";
	width: 100%;
	background-color: #f0edee;
	height: 90px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 5;
}
section h1 {
	font-size: 60px;
	letter-spacing: 0.3em;
	font-family: 'Panton  ExtraLight';
	font-weight: 100;
}
section h1 small {
	font-size: 16px;
	letter-spacing: 0.01em;
	font-weight: bold;
	font-family:"Sawarabi Gothic", "Lucida Grande", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック", "Lucida Sans Unicode","Tsukushi A Round Gothic", Arial, Verdana, sans-serif;
}
#about .container_top h1 {
	position: absolute;
	left: 0%;
	line-height: 1.0;
	top: 60px;
	z-index: 10;
}
#about .container_top h1 small {
	display: block;
	font-size: 16px;
    letter-spacing: 0.01em;
	padding-top: 20px;
	font-weight: bold;
}
#about figure img {
	width: 100%;
}
#about figure {
	position: relative;
}
#about figure figcaption {
	position: absolute;
    left: 4px;
    font-size: 34px;
    letter-spacing: 0.3em;
    margin-right: -0.3em;
    color: #d5d5d5;
    bottom: 27px;
    line-height: 44px;
    opacity: 0.4;
}
.care {
	overflow: hidden;
	padding-bottom: 0px;
	padding-top: 10px;
	width: 1040px;
	margin: 0 auto -50px auto;
}
.rightBx,
.leftBx {
	width: 49%;
	position: relative;
}
.rightBx {
	margin-top: -15px;
	position: relative;

}
.pc_txt {
	clear: both;
	position: relative;
	top: -100px;
}
.pc_txt p {
	width: 45%;
	
}
/*.rightBx:after {
	content: "PRIVATE\AROOM FITNESS";
    position: absolute;
    white-space: pre;
    display: none;
    clip-path: polygon(95px 0px, 360px 0%, 360px 360px, 153px 219px);
    bottom: 27px;
    left: 4px;
    color: #d5d5d5;
    font-size: 34px;
    font-family: "Panton";
    letter-spacing: 0.3em;
    margin-right: -0.3em;
    line-height: 44px;
    width: 363px;
    display: block;
    height: 88px;
}*/
.rightBx figure img,
.leftBx figure img {
	width: 100%;
}
.rightBx figure img {
	margin-left: 13px;
}
.rightBx b {
	font-size: 18px;
	letter-spacing: 0.1em;
	padding-top: 135px;
	display: block;
	padding-bottom: 40px;
}
.rightBx span {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 60px;
	letter-spacing: 0.3em;
	line-height: 1.0;
	color: #e2e2e2;
}
.leftBx p {
	margin: 0;
	padding: 8% 21% 8% 15%;
	letter-spacing: 0.01em;
	font-size: 14px;
	line-height: 24px;
}
/********** Sec **********/
.Sec {
	padding: 60px 0;
}
/********** philosophy **********/
#philosophy {
	background-color: #f8f1e3;
	position: relative;
}
#feature_scroll {
	position: absolute;
	top: -80px;
	left: 0;
}
#philosophy h1 {
	color: #c6aa71;
	overflow: hidden;
	line-height: 1.1;
}
#philosophy h1 small {
    display: block;
    text-align: right;
    margin-top: -26px;
}
.gd_one {
	padding-bottom: 40px;
}
.gdPoint h2 {
	font-size: 40px;
    letter-spacing: 0.3em;
    position: relative;
    display: inline-block;
    width: 465px;
    line-height: 0.8;
    padding-top: 32px;
}
.gdPoint h2:after {
	content: "";
	position: absolute;
	width: 267px;
	height: 1px;
	display: block;
	display: block;
	background-color: #000;
	bottom: 0px;
	right: 0;
}
.gd02 h2:after {
	content: "";
	position: absolute;
	width: 175px;
	height: 1px;
	display: block;
	display: block;
	background-color: #000;
	bottom: 0px;
	right: 0;
}
.gd02 {
	position: relative;
}
#fitness_scroll {
	position: absolute;
	top: -120px;
	right: 0;
}

.gdPoint ul {
	overflow: hidden;
	padding-top: 40px;
}
.gdPoint ul li {
	width: 465px;
	margin-right: 35px;
}
.gdPoint ul li:nth-child(2) {
	margin-right: 0;
	margin-top: -50px;
}
.gdPoint ul li figure {
	position: relative;
	overflow: hidden;
	z-index: 10;
}
.gdPoint ul li figure img {
	width: 100%;
	height: auto;
}
.gdPoint ul li figure figcaption {
	color: #fff;
	font-size: 30px;
	letter-spacing: 0.38em;
	margin-right: -0.3em;
	position: absolute;
	bottom: -16px;
	right: 20px;
	line-height: 1.0;
	display: block;
	text-align: right;
	font-family: 'Panton Bold';
}
_::-webkit-full-page-media, _:future, :root .gdPoint ul li figure figcaption {
	letter-spacing: 0.411em;
}
.gdPoint ul li div {
	margin-top: -20px;

}
.gdPoint ul li b {
	text-align: right;
	font-size: 30px;
	letter-spacing: 0.38em;
	margin-right: -0.3em;
	display: block;
	padding-right: 20px;
	margin-top: -22px;
	font-family: 'Panton Bold';
}
@-moz-document url-prefix() {
  .gdPoint ul li figure figcaption {
  	letter-spacing: 0.401em;
  }
}
.gdPoint ul li b span {
	font-size: 18px;
	display: block;
	letter-spacing: 0;
}
.gdPoint ul li p {
	font-size: 14px;
	line-height: 2.0;
	padding-top: 17px;
}
.Btn {
	width: 240px;
    padding: 19px 0;
    display: block;
    margin: 0 auto;
    background-color: #c60413;
    text-align: center;
    margin-top: 20px;
    color: #fff;
    border: 1px solid #c60413;
    box-sizing: border-box;
    line-height: 1.0;
    transition: 0.3s;
    overflow: hidden;
}

.Btn:hover {
	background-color: #fff;
	border: 1px solid #c60413;
	color: #c60413;
}
.Btn:hover span:after {
	background-color: #c60413;
}
.blk {
	background-color: #000;
	border: 1px solid #000;
}
.blk:hover {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
}
.blk:hover span:after {
	background-color: #000;
}

.btnWrap {
	position: relative;
    display: block;
    margin: 0 auto;
    width: 250px;
}
.btnWrap:before {
	content: "";
	position: absolute;
    width: 20px;
    height: 1px;
    background-color: #c60413;
    display: block;
    right: -15px;
    top: 52%;
}
.btnWrap:after {
	content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    top: 45%;
    background-color: #c60413;
    display: block;
    transform: rotate(45deg);
    right: -16px;
}
.blkWrap:before,
.blkWrap:after {
	background-color: #000;
}
.Btn span{
	font-size: 16px;
    letter-spacing: 0.3em;
    margin-right: -0.3em;
    position: relative;
}
.Btn span:after {
	content: "";
    width: 20px;
    height: 1px;
    display: block;
    background-color: #fff;
    position: absolute;
    right: -88px;
    top: 57%;
}
.blk span:after {
	right: -69px;
}
/********** available **********/
#available {
	padding: 70px 0 14px 0;
}
#available h1 {
	line-height: 1.0;
}
#available h1 small {
	display: block;
	padding-top: 8px;
}
#available p {
	font-size: 14px;
	line-height: 26px;
	padding-top: 30px;
	color: #454545;
	margin: 0;
}
#available span {
	font-family: 'Panton  ExtraLight';
	font-size: 26px;
	line-height: 1.0;
	letter-spacing: 0.3em;
	margin-right: -0.3em;
	line-height: 1.0;
	display: block;
	text-align: right;
	color: #e0e0e0;
	padding-top: 36px;
}

/********** concept **********/
#concept {
	padding: 50px 0px;
	background-color: #f8f1e3;
	margin-bottom: 50px;
}
#concept h1 {
	line-height: 1.0;
}
#concept h1 small {
	display: block;
	padding-top: 8px;
}
#concept p {
	font-size: 14px;
	line-height: 26px;
	padding-top: 30px;
	color: #454545;
	margin: 0;
}
#concept span {
	font-family: 'Panton  ExtraLight';
	font-size: 26px;
	line-height: 1.0;
	letter-spacing: 0.3em;
	margin-right: -0.3em;
	line-height: 1.0;
	display: block;
	text-align: right;
	color: #e0e0e0;
	padding-top: 36px;
}
/********** app **********/
.appLine {
	background-color: #f8f1e3;
	padding: 13px 0 17px 0;
	width: 100%;
}
.appLine span {
	width: 100%;
	text-align: right;
	position: relative;
	font-size: 41px;
	right: -10px;
	display: block;
}
.icon-App_Store_Badge:before {
	color: #9a7b3d!important;
}

.appLine span:after {
	content: "";
	width: 130px;
	height: 1px;
	display: block;
	position: absolute;
	right: 8px;
	bottom: -7px;
	background-color: #9a7b3d;
}
/********** apprication **********/

.bgArea {
	background-image: url(../images/m_bg.jpg);
    background-size: cover;
    height: 175px;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 60px;
}
#application {
	position: relative;
}
#app_scroll {
	position: absolute;
	top: -80px;
	left: 0;
}
#application h1 {
	font-size: 36px;
	letter-spacing: 0.4em;
	color: #fff;
	line-height: 1.0;
	position: relative;
	font-family: "Panton-light";
	font-weight: 100;
	z-index: 10;
}
#application h1 span {
	font-size: 16px;
	display: block;
	letter-spacing: 0.06em;
	font-weight: normal;
	position: relative;
	line-height: 1.0;
	padding-top: 20px;
	padding-left: 73px;
}
#application h1 span:after {
	content: "";
	position: absolute;
	bottom: 3px;
	left: 0;
	display: block;
	height: 1px;
	width: 40px;
	background-color: #fff;
}
.stepImg {
    background-image: url(../images/app_bg.png);
    height: 320px;
    background-size: cover;
    background-position: center center;
    width: 907px;
    margin-top: -70px;
    position: relative;
    z-index: 10;
}
.stepImg span {
	position: absolute;
	color: #ecebeb;
	font-size: 30px;
	letter-spacing: 0.3em;
	line-height: 1.0;
	bottom: 35px;
	right: -66px;
}
.stepImg:after{
	content: "INTRODUCTION";
    position: absolute;
    font-family: "Panton";
    color: #fff;
    font-size: 30px;
    letter-spacing: 0.3em;
    line-height: 1.0;
    bottom: 35px;
    right: 0px;
    z-index: 20;
    width: 260px;
    overflow: hidden;
}
.stepTxt p {
	margin: 0;
	padding: 33px 0 65px 0;
	line-height: 24px;
	width: 907px;
}
.appBottomLine {
	width: 100%;
	height: 195px;
	background-image: url(../images/img_app_bg.png);
	background-size: cover;
    background-position: center center;
}
.lineup {
	position: relative;
}
.lineup ul {
	overflow: hidden;
	padding-top: 136px;
	position: relative;
	z-index:10;
}
.lineup ul li:nth-child(2) {
	margin-top: 213px;
}
.lineup ul li:nth-child(3) {
	padding-top: 109px;
}

.lineup ul li:nth-child(5) {
	padding-top: 86px;
}
.lineup ul li:nth-child(4) {
	padding-top: 109px;
}
.lineupWrap {
	overflow: hidden;
	width: 50%;
}
.lineTxt span {
	font-family: "Panton-light";
	font-size: 30px;
	line-height: 1.0;
	padding-top: 30px;
	display: block;
}
.lineTxt b {
	font-size: 24px;
	letter-spacing: 0.2em;
	line-height: 1.0;
	padding-top: 13px;
	line-height: 30px;
	display: block;
}
.lineup ul li:nth-child(even) .lineTxt span,
.lineup ul li:nth-child(even) .lineTxt b,
.lineup ul li:nth-child(even) .lineTxt p,
.lineup ul li:nth-child(even) .lineTxt cite {
	text-align: right;
}
.lineup ul li:nth-child(3) .lineTxt span,
.lineup ul li:nth-child(4) .lineTxt span,
.lineup ul li:nth-child(5) .lineTxt span {
	padding-top: 0;
}
.lineup ul li:nth-child(5) .lineTxt p {
	width: 190px;
	padding-top: 40px;
}
.lineup ul li:nth-child(3) .lineTxt p {
	width: 200px;
	padding-top: 40px;
}
.lineup ul li:nth-child(4) .lineTxt p {
	padding-top: 30px;
}
.lineup ul li:nth-child(4) figure img {
	width: 92%;
	margin-left: 6%;
}
.lineTxt cite {
	font-size: 16px;
	line-height: 1.0;
	padding-top: 15px;
	display: block;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.06em;
}
.lineTxt p {
	width: 210px;
	padding-top: 21px;
	font-size: 14px;
	line-height: 26px;
}
.lineup ul li:nth-child(2) .lineTxt {
	padding-top: 50px;
}
.lineupWrap figure {
	width: 227px;
    margin: 0 30px 0 0;
}
.lineupWrap figure.left {
	margin: 0 0 0 26px;
}
.lineupWrap figure img {
	width: 100%;
}
.bg_r {
	display: block;
	width: 58%;
	position: absolute;
	right: 0;
	height: 520px;
	background-color: #f3f3f3;
}
.bg_r {
	display: block;
	width: 60%;
	position: absolute;
	z-index: 0;
	top: 19%;
	right: 0;
	height: 520px;
	background-color: #f3f3f3;
}
.bg_l {
	display: block;
	width: 50%;
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 8%;
	height: 520px;
	background-color: #f3f3f3;
}

ul#sns li {
	display: inline-block;
	border: 1px solid #000;
	width: 45px;
	height: 45px;
	vertical-align: middle;
	margin-left: 20px;
	box-sizing: border-box;
	transition: 0.3s;
}
ul#sns li:hover span:before {
	color: #fff;
}
ul#sns li:hover {
	background-color: #000;
}
ul#sns li span,
ul#sns li span:before {
	color: #000;
}
ul#sns li span {
	font-size: 20px;
	text-align: center;
	display: block;
	padding-top: 12px;
}
ul#sns li span.icon-facebook {
	font-size: 27px;
	padding-top: 9px;
}
.ftSns {
	padding-top: 60px;
	padding-bottom: 70px;
}
.ftSns > span {
	color: #000;
	letter-spacing: 0.2em;
	text-align: center;
	display: block;
	font-family: "Panton-light";
	padding-bottom: 22px;
	font-size: 22px;
	padding-top: 52px;
}
.ftSns ul {
	float: none;
	width: 110px;
	margin: 0 auto;
}
#sns li:first-child {
	margin: 0;
}
.ftSns div.Btn {
	background-color: #292929;
	padding: 6px 0 5px 0;
	border: none;
}
.appBtn span {
	font-size: 40px;
	color: #fff;
}
.appBtn {
	width: 240px;
    padding: 8px 0;
    display: block;
    margin: 0 auto;
    background-color: #292929;
    text-align: center;
    margin-top: 20px;
    color: #fff;
    box-sizing: border-box;
    line-height: 1.0;
}
.ftSns .icon-App_Store_Badge:before {
	color: #fff!important;
}
/********** footer **********/


#footer {
	width: 100%;
	background-color: #000;
	padding: 15px 0;
	position: relative;
}
#footer:after {
	content: "";
    width: 1px;
    height: 20px;
    background-color: #fff;
    display: block;
    position: absolute;
    right: 45px;
    top: 0;
    z-index: 100;
}
#footer small {
	text-align: center;
	color: #fff;
	display: block;
	font-family: "Panton-light";
	font-size: 12px;
	line-height: 1.0;
}
.scroll {
	position: absolute;
    bottom: 161px;
    right: -9px;
    transform: rotate(-90deg);
    color: #000;
    letter-spacing: 0.2em;
    z-index: 100;
    font-family: "Panton-light"
}
.scroll div {
	position: relative;
	animation: fluffy1 3s ease infinite;
}
.scroll div:before {
	content: "";
	position: absolute;
	width: 80px;
	height: 1px;
	display: block;
	right: 131px;
	bottom: 50%;
	background-color: #000;
}
.scroll div:after {
	content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    display: block;
    left: -49px;
    transform: rotate(45deg);
    top: -1px;
    background-color: #000;

}
/*@-webkit-keyframes fluffy1 {
  0% { transform:translateX(0) }
  5% { transform:translateX(0) }
  10% { transform:translateX(0) }
  20% { transform:translateX(-15px) }
  25% { transform:translateX(0) }
  30% { transform:translateX(-15px) }
  50% { transform:translateX(0) }
  100% { transform:translateX(0) }
  }
}
@keyframes fluffy1 {
  0% { transform:translateX(0) }
  5% { transform:translateX(0) }
  10% { transform:translateX(0) }
  20% { transform:translateX(-15px) }
  25% { transform:translateX(0) }
  30% { transform:translateX(-15px) }
  50% { transform:translateX(0) }
  100% { transform:translateX(0) }
}*/
br.sp {
	display: none;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
#navtoggle b {
	display: none;
}
@media screen and (max-width: 768px) {
	.fixed-header {
		position: fixed!important;
		height: 63px!important;
		background-color: rgba(0,0,0,0.5)!important;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	#navtoggle,
	#navtoggle span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	}
	#navtoggle {
	  position: absolute;
	  width: 43px;
	  height: 40px;
	  right: 23px;
	  cursor: pointer;
	  z-index: 9999;
	}
	#navtoggle span {
	  position: absolute;
	  left: 0;
	  right: 0;
	  width: 93.02325%;
	  margin: auto;
	  height: 2px;
	  background-color: #fff;
	}
	.detail div:after {
		content: "";
	    position: absolute;
	    width: 10px;
	    height: 1px;
	    top: 36%;
	    background-color: #fff;
	    display: block;
	    transform: rotate(45deg);
	    right: -62px;
	}
	#navtoggle span:nth-of-type(1) {
	  top: 0;
	}
	#navtoggle span:nth-of-type(2) {
	  top: 11px;
	}
	#navtoggle span:nth-of-type(3) {
	  bottom: 15px;
	}
	#navtoggle b {
		margin-top: 28px;
		display: block;
		color: #fff;
		text-align: center;
	}
	#navtoggle b.close {
		display: none;
	}
	#navtoggle.open b.close {
		display: block;
	}
	#navtoggle.open b.normal {
		display: none;
	}
	.open span:nth-of-type(1) {
	  -webkit-transform: translateY(11px) rotate(-45deg);
	  transform: translateY(11px) rotate(-45deg);
	}
	.open span:nth-of-type(2) {
	  left: 50%;
	  opacity: 0;
	  -webkit-animation: active-menu-bar02 .8s forwards;
	  animation: active-menu-bar02 .8s forwards;
	}
	@-webkit-keyframes active-menu-bar02 {
	  100% {
	    height: 0;
	  }
	}
	@keyframes active-menu-bar02 {
	  100% {
	    height: 0;
	  }
	}
	.open span:nth-of-type(3) {
	  -webkit-transform: translateY(-12px) rotate(45deg);
	  transform: translateY(-12px) rotate(45deg);
	}
	.mv_Tlt h1 {
		font-size: 38px;
	}
	br.sp {
		display: block;
	}
	.mv_Tlt {
		width: 100%;
	}
	.mv_Tlt span {
		display: block;
		font-size: 26px;
	}
	.mv1 .mv_Tlt span:before,
	.mv2 .mv_Tlt span:before {
		width: 40px;
		left: 7.5%;
	}
	.mv1 .mv_Tlt span:after,
	.mv2 .mv_Tlt span:after {
		width: 40px;
		right: 10%;
	}
	.mv1 .mv_Tlt span:before {
		left: 7%;
		width: 70px;
	}
	.mv1 .mv_Tlt span:after {
		right: 10%;
		width: 70px;
	}
	nav#gnav ul li a {
		font-size: 10px;
	}
	.headerArea {
		height: 52px;
    	padding: 11px 25px 0 20px;
	}
	.header-right {
		opacity: 0;
		z-index: -100;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transition: all 200ms cubic-bezier(0.47, 0, 0.745, 0.715);
    	transition: all 200ms cubic-bezier(0.47, 0, 0.745, 0.715);
	}
	.header-right .cover {
		width: 100%;
		height: 100vh;
		position: absolute;
		top: 0;
		z-index: -10;
		left: 0;
		background-color: rgba(0,0,0,0.5);
		background-image: url(../images/mv01.jpg);
		background-position: center center;
		background-size: cover;
	}
	.build {
		opacity: 1.0!important;
		z-index: 500!important;
		float: none;

	}
	.header-right figure {
		width: 120px;
	}
	.build figure img {
		display: none;
	}
	.header-right figure img {
		width: 100%;
		padding-left: 20px;
		padding-top: 20px;
	}
	ul.sp_gnav {
		position: absolute;
		z-index: 500;
		top: 50%;
		left: 0;
		right: 0;
		margin: auto;
		transition: 0.3s;
		-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	ul.sp_gnav li a:hover {
		opacity: 0.8;
	}
	.header-right > ul > li {
		float: none;
		text-align: center;
	}
	.header-right > ul > li a {
		font-size: 26px;
	}
	.header-right > ul > li > span{
		color: #fff;
		display: block;
		margin-top: 20px;
		font-size: 22px;
	}
	.header-right > ul > li ul.sns {
		margin-top: 20px;
		float: none;
		margin-left: 0;
	}
	.header-right > ul > li img {
		width: 100px;
	}
	.header-right > ul > li a.app_btn {
		display: block;
		width: 150px;
		padding: 0px 0 10px 0;
		background-color: #292929;
		margin: 30px auto 0 auto;
	}

	#about:before {
		height: 60px;
	}
	section h1 {
		font-size: 32px;
	}
	#about .container_top h1 {
		top: 45px;
		left: 2%;
		font-family: 'Panton Bold';
	}
	#about .container_top h1 small {
		padding-top: 10px;
	}
	section h1 small {
		font-size: 14px;
	}
	#about figure img.care_img {
		display: none;
	}
	.care {
		position: relative;
		padding-bottom: 35%;
		margin-bottom: 5%;
	}
	.leftBx {
		width: 70%;
		float: none;
	    position: absolute;
	    left: -40%;
	    top: 5%;
	}
	.rightBx {
		width: 70%;
	}
	.rightBx b {
		font-size: 17px;
		padding-top: 35px;
	}
	.care > p {
		position: absolute;
	    bottom: 0;
	    width: 90%;
	    left: 0;
	    right: 0;
	    font-size: 14px;
	    line-height: 2.0;
	}
	.rightBx figure {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.rightBx span {
		z-index: -10;
	}
	#about figure figcaption {
		font-size: 22px;
		line-height: 1.5;
		left: -35%;
		top: 55%;
	}
	.rightBx:after {
		font-size: 22px;
	    line-height: 1.5;
	    left: -35%;
    	bottom: 8%;
	    clip-path: polygon(57% 0%, 100% 0%, 100% 100%, 75% 269%);
	}
	#philosophy h1 {
		line-height: 1.5;
		font-family: 'Panton Bold';
	}
	.Sec {
		padding: 40px 0;
	}
	#concept h1 {
		line-height: 1.0;
		font-family: 'Panton Bold';
	}
	#philosophy h1 small {
		margin: 0;
		text-align: left;
	}
	.gdPoint h2 {
		display: block;
		width: 100%;
		padding-top: 20px;
		font-size: 26px;
	}
	.gdPoint h2:after {
		width: 70%;
		height: 1px;
	}
	.gd02 h2:after {
		width: 53%;
	}
	.gdPoint ul li {
		width: 100%;
	}
	.gdPoint ul li figure figcaption {
		dis
	}
	.gdPoint ul li b {
		font-size: 18px;
		margin-top: -53px;
    	margin-right: -3px;
	}
	.gdPoint ul li figure {
		width: 100%;
	}
	.gdPoint ul li b span {
		font-size: 14px;
	}
	.gdPoint ul li:nth-child(2) {
		margin-top: 0;
	}
	.gdPoint ul li figure {

	}
	.btnWrap:before,
	.btnWrap:after {
		right: -15px;
		top: 52%;
	}
	.btnWrap:before {
		right: -14px;
	}

	.Btn span:after {
		right: -87px;
	}
	.blk span:after {
		right: -68px;
	}
	.btnWrap:after {
		top: 44%;
	}
	.gdPoint ul li p {
		padding-top: 30px;
	}
	#available p {
		padding-top: 30px;
	}
	#application h1 {
		font-size: 24px;
	}
	#application h1 span {
		padding-left: 59px;
	}
	.stepImg {
		background-image: none;
		height: auto;
		width: 100%;
	}
	.stepImg figure img {
		width: 100%;
	}
	.lineup ul {
		padding-top: 80px;
	}
	.lineTxt {
		width: 50%;
	}
	.lineTxt p {
		width: 100%;
		font-size: 12px;
		line-height: 1.5;
	}
	.lineup ul li:nth-child(3) .lineTxt p {
		width: 180px;
	}
	.lineupWrap {
		width: 100%;
		position: relative;
	}
	.lineupWrap figure,
	.lineupWrap figure.left {
		width: 46%;
		margin: 0 2%;
	}
	.lineupWrap figure img {
		width: 90%;
		margin-left: 10%;
		margin-top: 25px;
	}

	.lineTxt b {
		font-size: 22px;
		padding-top: 10px;
	}
	.lineTxt cite {
		font-size: 14px;
		padding-top: 10px;
	}
	.line01 {
		display: block;
		position: absolute;
		width: 100%;
		background-color: #f3f3f3;
		height: 90px;
		top: 267px;
	}
	.bg_r {
		width: 100%;
		height: 90px;
		top: 560px		;
	}
	.bg_l {
		width: 100%;
		height: 90px;
		top: 54%;
	}
	.lineup ul li:nth-child(2) {
		margin-top: 50px;
	}
	.lineupWrap figure img {
		margin-top: 0;
	}
	.lineup ul li:nth-child(2) .lineTxt {
		padding-top: 0;
	}
	.lineTxt span {
		padding-top: 0;
	}
	.lineup ul li:nth-child(3) {
		padding-top: 0;
		margin-top: 50px;
	}
	.lineup ul li:nth-child(4) {
		padding-top: 0;
		margin-top: 50px;
	}
	.lineup ul li:nth-child(5) {
		padding-top: 0;
		margin-top: 50px;
	}
	.line02 {
		display: block;
		position: absolute;
		width: 100%;
		background-color: #f3f3f3;
		height: 90px;
		top: 75.5%;
	}
	.line03 {
		display: block;
		position: absolute;
		width: 100%;
		background-color: #f3f3f3;
		height: 90px;
		bottom: -1%;
	}
	.Btn {
		padding: 15px 0;
	}
	.detail {
		right: -5%;
	}
	.mv_Tlt span.border, .mv_Tlt span.space {
		font-size: 30px;
	}

	.mv3 .mv_Tlt h1 {
		line-height: inherit;
	}
	.mv3 .mv_Tlt span {
		padding-top: 0;
	}
	.mv_Tlt span.border, .mv_Tlt span.space {
	    display: block;
	    width: 260px;
	    margin: 0 auto;
	    line-height: 1;
	    position: relative;
	    text-align: justify;
	}
	.mv_Tlt span.border:before, .mv_Tlt span.space:before {
		bottom: 3px;
	}
	#footer:after {
		right: 19px;
	}
	.scroll {
		right: -35px;
	}
	.stepImg:after,
	.stepImg span {
		display: none;
	}
	.stepTxt p {
		width: 100%;
	}
	#available {
		padding: 40px 0 14px 0;
	}
	nav#gnav ul li.active,
	nav#gnav ul li:hover,
	nav#gnav ul li:hover a {
		background-color: #000;
		color: #fff;
		border-right: 1px solid #fff;
	}
	nav#gnav ul li:last-child:hover {
		border-right: none;
	}
	nav#gnav ul li.active a {
		color: #fff;
	}
	nav#gnav ul li:hover a span:after {
		width: 100%;
	}
	.pc_txt {
		display: none;
	}
	.care {
		width: 100%;
		padding-bottom: 35%;
	}
}
@media screen and (max-width: 414px) {
	.bg_r {
		top: 580px;
	}
	.bg_l {
		top: 55%;
	}
	
}

@media screen and (max-width: 375px) {
	.gdPoint h2:after {
		width: 68%;
	}
	.gd02 h2:after {
		width: 48%;
	}
	.bg_r {
		top: 540px;
	}
	.line01 {
		top: 250px;
	}
	.bg_l {
		top: 54%;
	}
	.care {
		padding-bottom: 45%;
	}

}
@media screen and (max-width: 320px) {
	.care {
		padding-bottom: 58%;
	}
	.mv_Tlt h1 {
		font-size: 32px;
	}
	.mv_Tlt span {
		font-size: 21px;
	}
	.mv1 .mv_Tlt span:after {
		top: 72%;
	}
	.mv1 .mv_Tlt span:before {
		top: 72%;
	}
	.container_top {
		height: 400px;
	}
	.rightBx b {
		font-size: 16px;
	}
	.gdPoint h2:after {
		width: 60%;
	}
	.gd02 h2:after {
		width: 40%;
	}
	.line01 {
		top: 220px;
	}
	.lineTxt p {
		font-size: 10px;
	}
	.bg_r {
		top: 490px;
	}
	.bg_l {
		top: 53%;
	}
	.lineup ul li:nth-child(3) figure img {
		margin-left: 20%;
		margin-top: 25px;
	}
	.lineup ul li:nth-child(3) .lineTxt p {
		width: 150px;
		padding-top: 20px;
	}
	.lineTxt b {
		font-size: 18px;
	}
	.lineup ul li:nth-child(4) {
		margin-top: 60px;
	}
	.lineup ul li:nth-child(4) .lineTxt p {
		padding-top: 20px;
	}
	.lineup ul li:nth-child(4) figure img {
		margin-top: 50px;
	}
	.lineup ul li:nth-child(5) .lineTxt p {
		width: 150px;
		padding-top: 20px;
	}
	.lineup ul li:nth-child(5) figure img {
		margin-top: 20px;
	}
	.rightBx span {
		font-size: 42px;
		top: 10px;
	}

}
