@charset "utf-8";
/* CSS Document */
/*
 *Landing page Template | Webly Maker 1.0
 *Copyright (C) 2008-2017 infosmile Inc. All Rights Reserved.
 */
/*reset css
---------------------------------------------------------------------------*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

/*全体の設定
---------------------------------------------------------------------------*/
html {
	height: 100%;
	font-size: 16px;
	-webkit-text-size-adjust: 16px;
	-ms-text-size-adjust: 16px;
}
@media screen and (max-width: 768px) {
html {
	width:100%;
  }
}
body{
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	background-color:#0B0B0B;
	color: #fff;
	font-size: 94%;
	word-wrap: break-word; 
	overflow-wrap: break-word;
	font-feature-settings: "palt";
	background-attachment: fixed;
}
@media screen and (max-width: 768px) {
body {
	font-size: 94%;
  }	
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}
section {
	padding-top: 0px;
	padding-bottom: 0px;
}
u {
   text-decoration: none;
   border-bottom: 1px solid;
}
/*テキスト関連*/
p { margin-top: 0; margin-bottom: 0 ;  padding-bottom:0px;
}
a {
	color: #777;
	text-decoration: none ;
}
a:hover {
	color:#fff;
}
.bar {
  background-color: #444;
  height: 1px;
  border: 0;
}
.bar2 {
  background-color: #333;
  height: 1px;
  border: 0;
  margin: 20px 0px 40px 0px;
}

h2{
background-color: #111;
line-height: 150%;
text-align: center;
padding: 10px 15px;
font-size: 30px;
}
h3{
font-size: 200%;
padding: 0px 0px 0px 0px;
}
h4{
font-size: 120%;
padding: 20px 0px 30px 0px;
color: #000;
-webkit-filter: drop-shadow(0px 3px 5px rgba(255,255,255,.9));
		filter: drop-shadow(0px 0px 5px rgba(255,255,255,.9));
}
h5{
font-size: 100%;
padding: 0px 0px 0px 0px;
font-weight: normal;
line-height: 140%;
color: #999999;
}
h6{
font-size: 150%;
	text-align: left;
padding: 0px 0px 0px 0px;
color: #fec006;
font-weight: bold;
	
}
h7{
font-size: 200%;
padding: 0px 0px 0px 0px;
		text-align: left;
}
@media screen and (max-width: 768px) {
h2{
font-size: 200%;
padding: 30px 0px 0px 0px;
-webkit-filter: none;
		filter: none;
}
h3{
font-size: 160%;
padding: 20px 15px 0px 15px;
}
h7{
font-size: 160%;
padding: 0px 0px 0px 0px;
}
}
::selection {
background:#DF0174;
color: #fff;
}

::-moz-selection {
background:#DF0174;
color: #fff;
}

/*レスポンシブの設定
---------------------------------------------------------------------------*/
/* PC・大型タブレット用 */
.wrapper {
	height: auto;
	margin: 0px auto;
	max-width: 1180px;
	line-height:180%;
	text-align:center;
}
.wrapper680 {
	height: auto;
	margin: 0px auto;
	max-width: 768px;
	line-height:180%;
	text-align:center;
}
.wrapper960 {
	height: auto;
	margin: 0px auto;
	max-width: 960px;
	line-height:180%;
	text-align:center;
}
.inner {
	padding:0px 300px;
	text-align:left;
}
.inner680 {
	padding:0px 140px;
	text-align:left;
}
/* スマホ・タブレット用 */
@media screen and (max-width: 768px) {
.wrapper,.wrapper680,.wrapper960  {
	width: 100%;
	line-height:150%;
	padding: 0px 15px;
}
.inner {
	padding:10px 15px;
}
.inner680 {
	padding:10px 0px;
}
}
 
/*画像の設定
---------------------------------------------------------------------------*/

/*画像切り替え*/
.pc-img { display: block;}		
.sp-img { display: none;}	
@media only screen and (max-width: 768px) {
.pc-img { display: none;}	
.sp-img { display: block;}	
}
/*イメージカット用スケーリング*/
.rs-img { 
    max-width:100%;
	height:auto;
}		
@media only screen and (max-width: 768px) {
.rs-img { 
    width:38%;
	height:auto;
}
}
/*スケーリング*/
.scaling{
	max-width:100%;
	height:auto;
}
.scaling2{
	max-width:100%;
	height:auto;
	padding:0px 20px;
}
/*左寄せ右マージン1em*/
.img-left {
  float: left;
  margin-right: 1em;
  margin-bottom: 0.5em;
  max-width:100%;
  height:auto;
}
/*右寄せ左マージン1em*/
.img-right {
  float: right;
  margin-left: 1em;
  margin-bottom: 0.5em;
  max-width:100%;
  height:auto;
}
/*左寄せ左右マージン2em*/
.img-left01 {
  float: left;
  margin-right: 2em;
  margin-left: 2em;
  margin-bottom: 0.5em;
  max-width:100%;
  height:auto;
}
/*右寄せ左右マージン2em*/
.img-right02 {
  float: right;
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 0.5em;
  max-width:100%;
  height:auto;
}
/*丸く切り抜く*/
.maru {
    border-radius: 50%;
    -moz-border-image: border-radius: 50%;
    -webkit-border-image: border-radius: 50%;
}
/*角丸*/
.kadomaru {
    border-radius: 10px;
    -moz-border-image: border-radius: 10px;
    -webkit-border-image: border-radius: 10px;
}
/*動画の設定
---------------------------------------------------------------------------*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
} 
/*コンテンツエリアの設定
---------------------------------------------------------------------------*/
/*コンテンツの切り替え*/
.pc-contents { display: block;}		
.sp-contents { display: none;}	
@media only screen and (max-width: 640px) {
.pc-contents { display: none;}	
.sp-contents { display: block;}	
}
.pc-contents2 { display: block;}		
.sp-contents2 { display: none;}	
@media only screen and (max-width: 640px) {
.pc-contents2 { display: none;}	
.sp-contents2 { display: block;}	
}
.pc-contents3 { }
.sp-contents3 { display: none;}
@media only screen and (max-width: 640px) {
    .pc-contents3 { display: none;}
    .sp-contents3 { }
}
/*フッター
---------------------------------------------------------------------------*/
.footer-bg{
background-color: #010101;
padding: 0px 0px;
}
.footer {
	text-align: center;
	font-size: 88%;
	line-height: 120%;
	padding: 30px 0px 0px 0px;
	}
table.bxone {
  border-collapse: collapse;
  width: 100%;
  line-height: 180%;
}
table.bxone th,
table.bxone td {
  padding: 5px 10px;
  text-align:left;
    display: table-cell;
  vertical-align: top;
}
.tb30{
width: 40%;
}
@media screen and (max-width: 768px) {
table.bxone {
  }
table.bxone td {
    display: block;
    text-align: center;
	width: 100%;
  }
table.bxone th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
	text-align: center;
  }
.tb30{
width: 100%;
}
}

table.bx-fotter {
    border-collapse: sepalete;
    border-spacing: 0;
	width: 100%;
	font-size: 100%;
}
table.bx-fotter  th,
table.bx-fotter  td {
    vertical-align: top;
	width: 33%;
}
table.bx-fotter  td {
}
table.bx-fotter  thead td {
    border: 0 none;
}
table.bx-fotter a {
	color: #777;
	text-decoration: none ;
}
table.bx-fotter a:hover {
	color:#ffffff;
}
.ad{
color: #777;
line-height: 100%;
}
.ad2{
color: #fff;
}
.ad3{
color: #777;
line-height: 100%;
font-size: 88%;
}
.text-icon{
font-size: 150%;
padding: 10px 0px;
}
.text-icon2{
font-size: 250%;
padding: 10px 0px;
}
.text-fotter{
font-size: 120%;.text-name1{
font-size: 160%;
padding: 20px 0px 0px 0px;
} 
padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
.footer {
	font-size: 94%;
	line-height: 120%;
	}
.ad3{
font-size: 94%;
}
.text-icon{
font-size: 150%;
padding: 10px 0px;
text-align: center;
}
table.bx-fotter  th,
table.bx-fotter  td {
    vertical-align: top;
	width: 100%;
}
}
/*レスポンシブテーブル
---------------------------------------------------------------------------*/
/*1行*/
table.one {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0px;
}
table.one th,
table.one td {
  padding: 5px 10px;
  text-align:center;
  width: 33%;

}


@media screen and (max-width: 768px) {
table.one {
  }
table.one td {
    display: block;
    text-align: center;
	width: 100%;
  }
table.one th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
	text-align: center;
  }
}



table.one01 {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0px;
		
}
table.one01 th {
    text-align: left;
	width: 32%;
  }
table.one01 td {
  padding: 5px 10px;
  text-align:left;
 width: 100%;
		  vertical-align: top;
}


@media screen and (max-width: 768px) {
table.one01 {
  }
table.one01 td {
    display: block;
    text-align: center;
	width: 100%;
  }
table.one01 th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
	text-align: center;
  }
}

table.one02 {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0px;
}
table.one02 th,
table.one02 td {
  padding: 5px 10px;
  text-align:left;
  width: 33%;

}


@media screen and (max-width: 768px) {
table.one02 {
  }
table.one02 td {
    display: block;
    text-align: left;
	width: 100%;
  }
table.one02 th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
	text-align: left;
  }
}


/*text
---------------------------------------------------------------------------*/
.text-red{
color: #fd0000;
}
.text-gray{
color: #ababab;
}
.text-title{
font-size: 160%;
padding: 20px 0px;
} 
.text-service{
font-size: 130%;
color: #ff7500;
text-align: center;
} 
.text-left{
text-align: left;
}
.text-service2{
font-size: 150%;
color: #989898;
text-align: center;
padding-top: 30px;
}
.text-service3{
font-size: 120%;
color: #fec006;
font-weight: bold;
text-align: center;
} 
.text-service4{
font-size: 130%;
color: #ff7500;
text-align: left;
} 
.text-name1{
font-size: 140%;
padding: 0px 0px 0px 0px;
} 
.text-name2{
font-size: 100%;
padding: 0px 0px 0px 0px;
} 
.text-company1{
font-size: 140%;
padding: 0px 0px 15px 0px;
font-weight: bold;
} 
.text-app{
font-size: 250%;
color: #fff;
line-height: 180%;
font-weight: bold;
padding: 0px 0px 80px 0px;
-webkit-filter: drop-shadow(0px 3px 8px rgba(153,0,0,.8));
		filter: drop-shadow(0px 0px 8px rgba(153,0,0,.8));
}
@media screen and (max-width: 768px) {
.text-ll{
font-size: 300%;
line-height: 100%;
}
.text-app{
font-size: 220%;
line-height: 110%;
-webkit-filter: none;
		filter: none;
}
.text-name1{
font-size: 120%;
padding: 0px 0px 0px 0px;
} 
.text-title{
font-size: 120%;
padding: 20px 0px;
} 
}
/*button
---------------------------------------------------------------------------*/
.btn {
    padding: -10px 100px;
    display: inline-block;
    text-decoration: none !important;
    border-radius: 15px;
	margin: 0px 5px;
	height: 30px;
	z-index: 999;
}
.btn:hover {
    opacity: 1.0;
}
.btn01 {
    background-color: #000;
    border: 2px solid #fd0000;
    color: #fd0000 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn01:hover {
    background-color: transparent;
    border: 2px solid #fd0000;
    color: #fd0000 !important;
}
.btn02 {
    background-color: #fd0000;
    border: 2px solid #fd0000;
    color: #fff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn02:hover {
    background-color: #fd0000;
    border: 2px solid #fd0000;
    color: #fff !important;
}

.btn-border01 {
  display: inline-block;
  width: 280px;
  text-align: center;
  border: 2px solid #fd0000;
  font-size: 120%;
  color: #fff;
  text-decoration: none;
  padding: 30px 50px;
  background: rgba(153,0,0,.3);
  border-radius: 15px;
  transition: .4s;
  margin: 0px 10px;
}

.btn-border01:hover {
  background-color: #fd0000;
  border-color: #fd0000;
  background: rgba(153,0,0,.5);
  color: #FFE100;
}
.btn-border02 {
  display: inline-block;
  width: 280px;
  text-align: center;
  border: 2px solid #fd0000;
  font-size:120%;
  color: #fff;
  text-decoration: none;
  padding: 30px 50px;
  background: rgba(153,0,0,.3);
  border-radius: 15px;
  transition: .4s;
  margin: 0px 10px;
}

.btn-border02:hover {
  background: rgba(153,0,0,.5);
  border-color: #fd0000;
  color: #FFE100;
}
@media screen and (max-width: 640px) {
.btn-border01 {
margin:0px 10px 20px 10px;
}
.btn-border01,.btn-border02 {
padding: 18px 50px;
}
}

.btn-01 {
  display: inline-block;
  text-align: center;
  border: 1px solid #757575;
  font-size: 14px;
  color: #bdbdbd;
  text-decoration: none;
  padding: 2px 20px;
  border-radius: 4px;
  transition: .4s;
  margin: 0px 5px;
}
.btn-01:hover {
  background-color: #666;
  color: #FFF;
}


/*bg
---------------------------------------------------------------------------*/
 .line-red{
height: 1px;
background-color: #fd0000;
}
.bg {
    height: auto;
	background-repeat: repeat;
	background-position: center center;
	background-position: 50% 0%;
	background-attachment: fixed;
	background-image:url(../img/bg.png);
	text-align: center;
	line-height: 180%;
}
.bg-2 {
    height: auto;
	background-repeat: repeat;
	background-position: center center;
	background-position: 50% 0%;
	background-attachment: fixed;
	background-image:url(../img/bg-2.png);
	text-align: center;
	line-height: 180%;
}
.bg-3 {
    height: auto;
	background-repeat: repeat;
	background-position: center center;
	background-position: 50% 0%;
	background-attachment: fixed;
	background-image:url(../img/bg-3.png);
	text-align: center;
	line-height: 180%;
}
.bg-4 {
    height: auto;
	background-repeat: repeat;
	background-position: center center;
	background-position: 50% 0%;
	background-attachment: fixed;
	background-image:url(../img/bg-4.png);
	text-align: center;
	line-height: 180%;
}
 .header-bg {
    height: auto;
	z-index: 999;
}
 .header-space {
    height: 50px;
}
 .header-space3 {
    height: 50px;
} 
 .sp-space {
    height: 20px;
} 
 .sp-space2 {
    height: 25px;
} 
.bg1{
padding: 60px 0px 40px 0px;
}
.bg2{
background-color: #000;
padding: 60px 0px 40px 0px;
}
.bg3{
padding: 30px 0px 40px 0px;
background-color: #000;
}
.bg3-2{
padding: 0px 0px 30px 0px;
background-color: #000;
}
.bg4 {
    height: auto;
	background-repeat: repeat;
	background-position: center center;
	background-position: 50% 0%;
	background-attachment: fixed;
	background-image:url(../img/sale-bg.png);
	padding: 30px 0px;
}
.bg5{
background-color: #000;
padding: 0px 0px;
}
.bg6{
background-color: #080808;
padding: 80px 0px 80px 0px;
}
.bg7{
padding: 80px 0px 80px 0px;
background-color: #080808;
}
@media screen and (max-width: 768px) {
.bg2{
padding: 40px 0px 30px 0px;
}
.bg3{
padding: 20px 0px 40px 0px;
}
.bg6{
background-color: #080808;
padding: 40px 0px 40px 0px;
}
.bg7{
padding: 40px 0px 30px 0px;
}
 .header-space3 {
    height: 35px;
} 
}

/*menu
---------------------------------------------------------------------------*/
.menu-bg {
    background-color: #000;
	background: rgba(0,0,0,.9);
	height: 60px;
}
.top-head-inner {
    width: 100%;
    margin: 0 auto;
}
.top-head-inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header-menu */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 0 0;
    line-height: 180%;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #ABABAB;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 12px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
	top:16px;
    font-size: 12px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 20px;
}
#global-nav ul a:hover {
	color:#fd0000;
	-webkit-animation: zoom .3s;
	animation: zoom .3s;
} 
/* Fixed */
#top-head.fixed {
    margin-top: 0px;
    top: 0;
    position: fixed;
    padding-top: 0px;
    height: 60px;
    background: #fd0000	;
    background: rgba(0,0,0,.9);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 12px;
}
#top-head.fixed #global-nav ul li a {
    color: #fff;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 10px;
    width: 25px;
    height: 27px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 9px;
}
#nav-toggle span:nth-child(2) {
    top: 17px;
}
#nav-toggle span:nth-child(3) {
    top: 25px;
}

@media screen and (max-width: 768px) {
    #top-head,
    .top-head-inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: rgba(0,0,0,.9);
        width: 100%;
        height: 60px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 5px;
        top: 0px;
        color: #fff;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #111;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 10px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 10px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}

/*News
---------------------------------------------------------------------------*/
.news{
background-color: #000000;
padding: 10px 0px;text-align: center;
line-height: 180%;
font-size: 94%;
}

/*Currencies
---------------------------------------------------------------------------*/
table.Currencies {
    border-collapse: sepalete;
    border-spacing: 0;
	width: 100%;
	font-size: 92%;
}
table.Currencies th,
table.Currencies td {
    vertical-align: middle;
	border-bottom:1px #222 solid;
}
table.Currencies th {
    padding: 1.0em;
}
.item-right{
text-align: right;
color: #ababab;
}
.item-left{
text-align: left;
color: #ababab;
}
.item-center{
text-align: center;
color: #ababab;
}
.token-right{
text-align: right;
}
.token-left{
text-align: left;
}
.token-right-up{
text-align: right;
color: #40AF26;
}
.token-right-down{
text-align: right;
color: #C92A2C;
}
table.Currencies td {
    padding: 0.25em;
}
table.Currencies thead td {
    border: 0 none;
}
 
table.Currencies:hover tbody td {
}
table.Currencies:hover tbody tr:hover td {
    background: #111;
}
table.Currencies:hover tbody tr:hover th {
background: #111;
}
table.Currencies:hover tbody:hover td:hover {
    opacity: 1;
    background: #111;
}
/*fee
---------------------------------------------------------------------------*/
/*1行*/
table.fee {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0px;
}
table.fee th,
table.fee td {
  padding: 5px 10px;
  text-align:center;
  width: 50%;
}
@media screen and (max-width: 768px) {
table.fee {
  }
table.fee td {
    display: block;
    text-align: center;
	width: 100%;
  }
table.fee th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
	text-align: center;
  }
}
table.fee1 {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0px;
  border: 1px solid #333;
}
table.fee1 th,
table.fee1 td {
  padding: 10px 20px;
  text-align:left;
}
.bgc444{
background-color: #333;
text-align: center;
border: 1px solid #333;
font-size: 120%;
font-weight: bold;
}
.text-fee{
font-size: 120%;
padding-bottom: 10px;
}
.text-fee2{
color: #ababab;
}
.text-fee3{
font-size: 150%;
color: #fec006;
text-align: center;
padding-bottom: 30px;
} 
@media screen and (max-width: 768px) {
.text-fee3{
font-size: 120%;
} 
}
table.fee1 th,
table.fee1 td {
  padding: 20px 10px;
  text-align:left;
}


.carousel-wrapper{
  height:400px;
  position:relative;
  width:800px;
  margin:0 auto;
}
.carousel-item{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  padding:25px 50px;
  opacity:0;
  transition: all 0.5s ease-in-out;
}
.arrow{
  position:absolute;
  top:0;
  display:block;
  width:50px;
  height:100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  background: url("http://dancort.es/assets/img/css-carousel/carousel-arrow-dark.png") 50% 50% / 20px no-repeat;
}

.arrow-prev{
  left:0;
}
 
.arrow-next{
    right:0;
    -webkit-transform: rotate(180deg);
     transform: rotate(180deg);
  }

.light{
  color:white;
}

@media (max-width: 480px) {
      .arrow, .light .arrow {
        background-size: 10px;
        background-position: 10px 50%;
      }
    }


/*Select every element*/
[id^="item"] {
    display: none;
  }

.item-1 {
    z-index: 2;
    opacity: 1;
  background:url('https://static.pexels.com/photos/6526/sea-beach-holiday-vacation-large.jpg');
  background-size:cover;
  }
.item-2{
  background:url('https://static.pexels.com/photos/6506/alcohol-bar-drinks-party-large.jpg');
   background-size:cover;
}
.item-3{
  background:url('https://static.pexels.com/photos/6529/lake-kajak-kayak-large.jpg');
   background-size:cover;
}

*:target ~ .item-1 {
    opacity: 0;
  }

#item-1:target ~ .item-1 {
    opacity: 1;
  }

#item-2:target ~ .item-2, #item-3:target ~ .item-3 {
    z-index: 3;
    opacity: 1;
  }

.text-eria1{
padding: 20px 50px 20px 50px;
} 
@media screen and (max-width: 768px) {
.text-eria1{
padding: 10px 20px 10px 20px;
	text-align: left;
    }
 }
.bg-slider {
	width: 100vw;
	height: 360px;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bg-slider img {
    padding: 0px 15px;
	margin-top: 20px;
}
.bg-slider table{
	text-align: center;
}
.account-btn01 {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #D2282A;
  text-decoration: none;
  border-radius: 30px;
  transition: .4s;
  margin: 30px 15px 10px 15px;
  padding: 15px;
  width: 240px;
}
.account-btn01:hover {
  background-color: #ff0000;
  color: #FFF;
}.account-btn02 {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #1495b7;
  text-decoration: none;
  border-radius: 30px;
  transition: .4s;
  margin: 0px 5px;
  margin: 0px 15px 30px 15px;
  padding: 15px;
  width: 240px;
}
.account-btn02:hover {
  background-color: #00c9fe;
  color: #FFF;
}
@media (max-width: 768px) {
.bg-slider {
	width: 100vw;
	height: 560px;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}  
.bg-slider img {
    margin-top: 80px;
	padding: 0px 0px;
}
.account-btn01 {
  font-size: 18px;
  color: #fff;
  transition: .4s;
  margin: 200px 15px 10px 15px;
  padding: 20px;
  width: 300px;
}
.account-btn02 {
  font-size: 18px;
  color: #fff;
  transition: .4s;
  margin: 0px 5px;
  margin: 10px 15px 10px 15px;
  padding: 20px;
  width: 300px;
}
}

.has-lines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.has-lines:before,
.has-lines:after {
  content: '';
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #333;
  min-width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.has-lines:before {
  margin-right: 20px;
}
.has-lines:after {
  margin-left: 20px;
}

/* BUTTON CSS
------------------------------------------- */

a.button{
  display:inline-block;
	
	font:normal normal 300 1.3em 'Open Sans';
	text-decoration:none;	
	
	color:rgba(28, 190, 131, 1);
	brackground-color:transparent;
	border:1px solid rgba(28, 190, 131, 1);
	border-radius:100px;
	
	padding: .3em 1.2em;
	margin:5px;
			
	background-size: 200% 100%;	
	background-image: linear-gradient(to right, transparent 50%, rgba(28, 190, 131, 1) 50%);
	transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}

a.button:hover{
	color:rgba(255, 255, 255, 1);
	background-color:rgba(28, 190, 131, 1);
	background-position: -100% 100%;
}

.box480 {
    border: 1px solid #fff;
	max-width: 480px;
	text-align: left;
	padding: 20px;
	font-weight: bold;
	}
.box480 i{
padding-right: 10px;
	}
.box640 {
    border: 1px solid #fff;
	max-width: 640px;
	text-align: left;
	padding: 20px;
	font-weight: bold;
	}
.box640 i{
padding-right: 10px;
	}		
/* 
