@charset "UTF-8";
/* CSS Document */

/** スクロールバーを消す */
html {
    overflow: scroll;
    overflow-x: hidden;
  
	-ms-overflow-style:none;

}
::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #FF0000;
}

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

	0.common

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

.foot_kirakira_logo {
	width: 240px;
	position: fixed;
	left: 10px;
	bottom: 10px;	
	z-index: 99;
}


.foot_kirakira_logo img {
	max-width: 100%;
}

.foot_pagetop {
	width: 45px;
	position: fixed;
	right: 10px;
	bottom: 30px;	
	z-index: 999999;
	display: none;
	cursor: pointer;
}


.foot_pagetop img {
	max-width: 100%;
}


body {
	background: #fff;
}


.disable_pc {
	display: none;
}

.f_left {
	float: left;
}

img.f_left {
	margin-right: 15px;
	margin-bottom: 15px;
}


.f_right {
	float: right;
}



.al_right {
	text-align: right;
}

.al_left {
	text-align: left;
}

.al_center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.chu {
	font-size: 11px;
}

.point {
	color: #ff0000;
}

p#pageTop  {
	margin-bottom: 0;	
}

.ft12 {
	font-size: 12px;	
}

.ft16 {
	font-size: 16px;	
}

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

	0.head

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


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

	1.main_section

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

.loader {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);	
	z-index: 999;
	text-align: center;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 16px;
	color: #fff;
}


.navi {
	position: fixed;
	right: 2%;
	top: 50%;	
	z-index: 99999;
	
	-webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);	
}


.navi li {
	display: block;
	width: 8px;
	height: 8px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 4px;
	margin: 32px 0;
	content: '';
	
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all 1s;
	transition: all 1s;
	cursor: pointer;
	
	position: relative;
	white-space: nowrap;
	font-size: 14px;
	
}


.navi li .tip {
	position: absolute;
	right: 18px;
	top: -15px;
	background: rgba(0, 0, 0, 0.6);
	padding: 6px 15px;
	text-align: right;
	color: #fff;
	display: none;
	opacity: 0;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.navi li:hover .tip {
	display: block;
	opacity: 1;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.navi li.act {
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 1);
	
	-webkit-transition: all .6s;
	transition: all .6s;
}

.navi li:hover {
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 1);
	
	-webkit-transition: all .6s;
	transition: all .6s;
}


header {
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1000;
}

#pageTop {
	position: absolute;
	z-index: 999;
	width: 100%;
}

footer {
	position: absolute;
	z-index: 998;
	width: 100%;
	padding-top: 92px;
}

.scroll_posi {
	position: fixed;
	bottom: 0;
	right: 0;
	color: #333;	
}

#main {
	width: 100%;
	background: #000;
	position: relative;
	z-index: -1;
	overflow: hidden;
}

.main_catch {
	text-align: center;
	position: fixed;
	width: 100%;
	/* background: rgba(0, 0, 0, 0.8); */
	
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);	
    z-index: 999;
    opacity: 0;
    -webkit-transition: all 1s;
	transition: all 1s;
}

.main_catch.act {
    opacity: 1;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.main_catch .bg_wrap {
	background: url('../../images/bg_catch.png');
	background-size: cover;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -1;
	opacity: 0.8;
}



.main_catch h1 {
	margin-bottom: 10px;
	margin-top: 15px;
	opacity: 0;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}

.main_catch h1.act {
	opacity: 1;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}

.main_catch p {
	color: #fff;
	font-size: 22px;
	letter-spacing: 0.2em;
	margin-bottom: 5px;
}

.main_catch p.catch {
	opacity: 0;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}

.main_catch p.catch.act {
	opacity: 1;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}

.main_catch p.date {
	opacity: 0;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}

.main_catch p.date.act {
	opacity: 1;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}

.key_v {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	opacity: 0;
	background: url('./images/bg_cont_00.jpg');
}

.key_v.act {
	opacity: 1;
}

.key_v .overlay {
	/* position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0; */
	/* background: rgba(0, 0, 0, 0.2); */
	/* z-index: 3;
	display: block;
	content: ''; */
}

.key_v video {
	/*height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: -1;	*/
}



#bg-video {
	position: fixed;
	left: 50%; 
	top: 50%;
	/* min-width: 100%; 
	min-height: 100%;
	width: 100%; 
	height: 100%; */
	z-index: -100;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);	
}


.scroll {
	position: fixed;
	bottom: -10%;
	left: 0%;
	width: 100%;
	text-align: center;
	-webkit-transition: all 1.0s;
	transition: all 1.0s;
	
	z-index: 99999;
	
	opacity: 0;
}

.scroll.act {
	bottom: 0;
	-webkit-transition: all 1.0s;
	transition: all 1.0s;
	
	opacity: 1;
}

.scroll.act p:before {
	content: '▲';
}

.scroll.ove p:before {
	content: '▼';
}

.scroll.act.ove {
	/* bottom: 30px; */
}

.scroll .menu {
	display: none;
}

.scroll .btn_wrap {
	background: #000;
	border-radius: 10px 10px 0 0;
	padding: 8px 25px;
	color: #fff;	
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	cursor: pointer;
}

.scroll .menu:after {
	content: '';
	clear: both;
	display: block;	
}

.scroll .menu li {
	float: left;
	color: #fff;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 16px;
	padding: 0;
	cursor: pointer;
	position: relative;
}

.scroll .menu li img {
	max-width: 100%;
	vertical-align: bottom;
}

.scroll .menu li:nth-child(1) {
	width: 16.6%;
}

.scroll .menu li:nth-child(2) {
	width: 16.6%;
}

.scroll .menu li:nth-child(3)  {
	width: 16.7%;
}

.scroll .menu li:nth-child(4)  {
	width: 16.7%;
}

.scroll .menu li:nth-child(5)  {
	width: 16.7%;
}

.scroll .menu li:nth-child(6)  {
	width: 16.7%;
}

.scroll .menu li .bg {
	opacity: 0.7;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.scroll .menu li:hover .bg {
	opacity: 0;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.scroll .menu li.ove .bg {
	opacity: 0;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.scroll .menu li:nth-child(1) .bg {
	background: #6824af;
}

.scroll .menu li:nth-child(2) .bg {
	background: #0037c8;

}

.scroll .menu li:nth-child(3) .bg {
	background: #3dcd5c;
	
}

.scroll .menu li:nth-child(4) .bg {
	background: #d3253e;

}

.scroll .menu li:nth-child(5) .bg {
	background: #eedc4c;

}

.scroll .menu li:nth-child(6) .bg {
	background: #015a48;

}

.scroll .menu li .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);	
    z-index: 10;
}


.txt_box {
	font-family: 'Pathway Gothic One', sans-serif;
}

.mousedown {
	position: fixed;
	width: 80px;
	left: 50%;
	bottom: 10%;
	z-index: 999;
	text-align: center;
	margin-left: -40px;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 16px;
	color: #000;
	opacity: 1;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.mousedown.ove {
	opacity: 0.4;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.mousedown img {
	max-width: 100%;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.8;
}

.cont_wrap {
	width: 100%;
	opacity: 0;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
	position: relative;
	
}

.cont_wrap.act {
	opacity: 1;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}

.cont_wrap .cont {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cont_wrap.act .cont {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}


.cont_wrap.cont_00 {
	background: #000;
}


.cont_wrap .cont .txt_box h2 {
	font-size: 62px;
	color: #fff;
	line-height: 1em;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
	
	font-family: 'Pathway Gothic One', sans-serif;
}

.cont_wrap .cont .txt_box p {
	font-size: 32px;
	line-height: 1.4em;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.2em;
	margin-bottom: 35px;
}

.cont_wrap .cont .txt_box p.price {
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.2em;
	font-weight: bold;
}

.cont_wrap .cont .txt_box p.size {
	margin-bottom: 8px;
}

.cont_wrap .cont .txt_box .btn_wrap {
	/* border: 1px solid #fff; */
	margin-top: 25px;
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.cont_wrap.cont_03 .cont .txt_box .btn_wrap {
	margin-left: 0;
}

.cont_wrap .cont .txt_box .btn_wrap a {
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.2em;
	text-align: center;
	padding: 10px;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: none;
	-webkit-transition: all .6s;
	transition: all .6s;
	
	font-weight:bold;
	font-family: 'Pathway Gothic One', sans-serif;
}

.cont_wrap .cont .txt_box .btn_wrap:hover {
	/* border: 1px solid #000; */
}

.cont_wrap .cont .txt_box .btn_wrap:hover a {
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
}

.cont_wrap.cont_00 .cont {
	width: 100%;
	height: 100%;
	background: url('../../images/bg_cont_00.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1.1);
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}

.cont_wrap.cont_00.act .cont {
	transform: scale(1);
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}

.cont_wrap.cont_01 {
	background: #9502b2;
}

.cont_wrap.cont_01 .cont {
	width: 100%;
	height: 100%;
	background: url('../../images/bg_cont_01.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1.1);
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}

.cont_wrap.cont_01.act .cont {
	transform: scale(1);
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}

.cont_wrap.cont_01 .cont .txt_box {
	width: 420px;
	position: absolute;
	bottom: 30%;
	left: 4%;
	z-index: 99;
}

.cont_wrap.cont_01 .cont .txt_box h2 {
	position: relative;
	left: 45px;
	opacity: 0;
	-webkit-transition: .6s all 1.5s;
	transition: .6s all 1.5s;
}

.cont_wrap.cont_01.act .cont .txt_box h2 {
	left: 0;
	opacity: 1;
	-webkit-transition: .6s all 1.5s;
	transition: .6s all 1.5s;
}

.cont_wrap.cont_01 .cont .txt_box p {
	position: relative;
	left: 45px;
	opacity: 0;
	-webkit-transition:  .9s all 1.5s;
	transition: .9s all 1.5s;
}

.cont_wrap.cont_01.act .cont .txt_box p {
	left: 0;
	opacity: 1;
	-webkit-transition: .9s all 1.5s;
	transition: .9s all 1.5s;
}



.cont_wrap.cont_02 {
	background: #272f83;
}

.cont_wrap.cont_02 .cont {
	width: 100%;
	height: 100%;
	background: url('../../images/bg_cont_02.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1.1);
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}

.cont_wrap.cont_02.act .cont {
	transform: scale(1);
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}

.cont_wrap.cont_02 .cont .txt_box {
	width: 460px;
	position: absolute;
	bottom: 15%;
	right: 4%;
	z-index: 99;
}

.cont_wrap.cont_02 .cont .txt_box h2 {
	position: relative;
	right: 45px;
	opacity: 0;
	-webkit-transition: .6s all 1.5s;
	transition: .6s all 1.5s;
}

.cont_wrap.cont_02.act .cont .txt_box h2 {
	right: 0;
	opacity: 1;
	-webkit-transition: .6s all 1.5s;
	transition: .6s all 1.5s;
}

.cont_wrap.cont_02 .cont .txt_box p {
	position: relative;
	right: 45px;
	opacity: 0;
	-webkit-transition:  .9s all 1.5s;
	transition: .9s all 1.5s;
}

.cont_wrap.cont_02.act .cont .txt_box p {
	right: 0;
	opacity: 1;
	-webkit-transition: .9s all 1.5s;
	transition: .9s all 1.5s;
}



.cont_wrap.cont_03 {
	background: #8aa502;
}

.cont_wrap.cont_03 .cont {
	width: 100%;
	height: 100%;
	background: url('../../images/bg_cont_03.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1.1);
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}

.cont_wrap.cont_03.act .cont {
	transform: scale(1);
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}

.cont_wrap.cont_03 .cont .txt_box {
	width: 760px;
	position: absolute;
	top: 2%;
	left: 4%;
	z-index: 99;
}

.cont_wrap.cont_03 .cont .txt_box h2 {
	position: relative;
	left: 45px;
	opacity: 0;
	-webkit-transition: .6s all 1.5s;
	transition: .6s all 1.5s;
}

.cont_wrap.cont_03.act .cont .txt_box h2 {
	left: 0;
	opacity: 1;
	-webkit-transition: .6s all 1.5s;
	transition: .6s all 1.5s;
}

.cont_wrap.cont_03 .cont .txt_box p {
	position: relative;
	left: 45px;
	opacity: 0;
	-webkit-transition:  .9s all 1.5s;
	transition: .9s all 1.5s;
}

.cont_wrap.cont_03.act .cont .txt_box p {
	left: 0;
	opacity: 1;
	-webkit-transition: .9s all 1.5s;
	transition: .9s all 1.5s;
}



.cont_wrap.cont_04 {
	background: #951cb2;
}

.cont_wrap.cont_04 .cont {
	width: 100%;
	height: 100%;
	background: url('../../images/bg_cont_04.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1.1);
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}

.cont_wrap.cont_04.act .cont {
	transform: scale(1);
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}

.cont_wrap.cont_04 .cont .txt_box {
	width: 460px;
	position: absolute;
	bottom: 30%;
	right: 4%;
	z-index: 99;
}

.cont_wrap.cont_04 .cont .txt_box h2 {
	position: relative;
	right: 45px;
	opacity: 0;
	-webkit-transition: .6s all 1.5s;
	transition: .6s all 1.5s;
}

.cont_wrap.cont_04.act .cont .txt_box h2 {
	right: 0;
	opacity: 1;
	-webkit-transition: .6s all 1.5s;
	transition: .6s all 1.5s;
}

.cont_wrap.cont_04 .cont .txt_box p {
	position: relative;
	right: 45px;
	opacity: 0;
	-webkit-transition:  .9s all 1.5s;
	transition: .9s all 1.5s;
}

.cont_wrap.cont_04.act .cont .txt_box p {
	right: 0;
	opacity: 1;
	-webkit-transition: .9s all 1.5s;
	transition: .9s all 1.5s;
}



.cont_wrap.cont_05 {
	background: #f2fb2a;
}

.cont_wrap.cont_05 .cont {
	width: 100%;
	height: 100%;
	background: url('../../images/bg_cont_05.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1.1);
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}

.cont_wrap.cont_05.act .cont {
	transform: scale(1);
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}

.cont_wrap.cont_05 .cont .txt_box {
	width: 420px;
	position: absolute;
	bottom: 30%;
	left: 4%;
	z-index: 99;
}

.cont_wrap.cont_05 .cont .txt_box h2 {
	position: relative;
	left: 45px;
	opacity: 0;
	-webkit-transition: .6s all 1.5s;
	transition: .6s all 1.5s;
}

.cont_wrap.cont_05.act .cont .txt_box h2 {
	left: 0;
	color: #91872E;
	opacity: 1;
	-webkit-transition: .6s all 1.5s;
	transition: .6s all 1.5s;
}

.cont_wrap.cont_05 .cont .txt_box p {
	position: relative;
	left: 45px;
	opacity: 0;
	-webkit-transition:  .9s all 1.5s;
	transition: .9s all 1.5s;
}

.cont_wrap.cont_05.act .cont .txt_box p {
	left: 0;
	color: #91872E;
	opacity: 1;
	-webkit-transition: .9s all 1.5s;
	transition: .9s all 1.5s;
}

.cont_wrap.cont_05 .cont .txt_box .btn_wrap a {
	color: #91872E;	
}

.cont_wrap.cont_05 .cont .txt_box .btn_wrap a:hover {
	color: #fff;	
}

.cont_wrap.cont_05 .cont .txt_box .btn_wrap.ove a:before {
	border-bottom-color: #91872E;
    border-left-color: #91872E;
}

.cont_wrap.cont_05 .cont .txt_box .btn_wrap.ove a:after {
	border-top-color: #91872E;
    border-right-color: #91872E;
}

.cont_wrap.cont_05 .cont .txt_box .btn_wrap.ove a:hover:before {
	border-bottom-color: #fff;
    border-left-color: #fff;
}

.cont_wrap.cont_05 .cont .txt_box .btn_wrap.ove a:hover:after {
	border-top-color: #fff;
    border-right-color: #fff;
}


.cont_wrap.cont_06 {
	background: #029748;
}

.cont_wrap.cont_06 .cont {
	width: 100%;
	height: 100%;
	background: url('../../images/bg_cont_06.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1.1);
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}

.cont_wrap.cont_06.act .cont {
	transform: scale(1);
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
}

.cont_wrap.cont_06 .cont .txt_box {
	width: 460px;
	position: absolute;
	bottom: 30%;
	right: 4%;
	z-index: 99;
}

.cont_wrap.cont_06 .cont .txt_box h2 {
	position: relative;
	right: 45px;
	opacity: 0;
	-webkit-transition: .6s all 1.5s;
	transition: .6s all 1.5s;
}

.cont_wrap.cont_06.act .cont .txt_box h2 {
	right: 0;
	opacity: 1;
	-webkit-transition: .6s all 1.5s;
	transition: .6s all 1.5s;
}

.cont_wrap.cont_06 .cont .txt_box p {
	position: relative;
	right: 45px;
	opacity: 0;
	-webkit-transition:  .9s all 1.5s;
	transition: .9s all 1.5s;
}

.cont_wrap.cont_06.act .cont .txt_box p {
	right: 0;
	opacity: 1;
	-webkit-transition: .9s all 1.5s;
	transition: .9s all 1.5s;
}


.btn_wrap a {
	display: block;
	padding: 15px 35px;
	position: relative;
}

.btn_wrap a::before,
.btn_wrap a::after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
}
.btn_wrap a::before {
  position: absolute;
  top: -0;
  left: -0;
}

.btn_wrap a::after {
  position: absolute;
  bottom: -0;
  right: -0;
}

.btn_wrap.ove a:before,
.btn_wrap.ove a:after {
  width: 100%;
  height: 100%;
}
.btn_wrap.ove a:before {
  border-bottom-color: #fff;
  border-left-color: #fff;
  transition:  height .3s .3s,  width 1.2s .3s;
}
.btn_wrap.ove a:after {
  border-top-color: #fff;
  border-right-color: #fff;
  transition: height .3s .3s, width 1.2s .3s;
  
}

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

	2.top

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






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

	2.footer

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