html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section, 
div{
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;	
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #303133;
	font-family: -apple-system, BlinkMacSystemFont, "Noto Sans", "Noto Sans JP", "Helvetica Neue", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif, sans-serif;
	font-size: 14px;
	line-height: 1.8;
	outline: none;
}

body {
	background: #fff;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 400;
	margin: 15px 0 15px;
	color: inherit;
}

h1 {
	font-size: 36px;
	line-height: 1.1;
}

h2 {
	font-size: 34px;
    color: #303133;
    font-weight: 700;
	line-height: 1.1;
}

h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
}

ul,
ol {
	list-style: none;
	margin: 0 0 0px 0px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

p {
	margin-bottom: 24px;
}

.clear {
	clear: both;
}

.wrapper {
	position: relative;
}

.container-fullwidth {
	width: 100%;
	overflow: hidden;
}

.container .container {
	width: 100%;
}

.container h2{
	text-align: center;
	margin-bottom:35px;
}

section .container{
	padding-top: 50px;
	padding-bottom: 20px;
}

.main-header{
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    z-index: 999;
}

img.site-logo {
	float: left;
	max-height: 30px;
}

.site-logo {
	margin: 10px 10px 10px 0;
}

#section-top{
    background-image:url(https://prod-bistrip.firebaseapp.com/en/assets/img/bistripBackImage.png);
    padding-top:290px;
	padding-bottom:280px;
	height: 100vh;
	background-position: center;
	color: #ffffff;
	background-size: cover;
	display: flex;
	justify-content: center;
    align-items: center;
}

.Apple-badge {
    padding: 30px;
}

.top-wrap {
	position: relative;
}

.header-wrap {
	position: relative;
	z-index: 9;
}

.main-header {
	background-color: transparent;
	color: #555;
	width: 100%;
   border-bottom: 1px solid transparent;
}

.header-wrap.overlay {
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	width: 100%;
	z-index: 999;
}


@keyframes my-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.top-title {
  color: #ffffff;
  animation-name:     my-fade-in;
  animation-duration: 3.5s;
  text-align: center;
}

.title{
	line-height: 1.1;
	margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
	margin-inline-end: 0px;
}

.title span {
  	font-size: 50px;
	display:block;
	font-weight: 700;
}

.subtitle{
	margin-top: 15px;
}

.subtitle span{
	padding-left: 10px;
	display:block;
}

footer {
	color: #fff;
	font-size: 12px;
}

footer a {
	color: #fff;
	padding: 0px 10px;
}

.footer-info-area {
	padding: 5px 0;
}

ul.footer-links {
	display: inline-block;
	margin-left: 0;
	margin-bottom: 10px;
}

.footer-links li {
	float: left;
	list-style-type: none;
}

.footer-links li + li::before {
	content: "\/";
}

.fxd-footer {
    margin-bottom: 136px;
}

footer .footer-info-area {
	background-color:#37506a;
}

.fxd-footer .footer-info-area {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
	z-index: 3;
}

@media (min-width: 1200px){
	.container {
		width: 1170px;
	}
}

@media (min-width: 920px) {
	.main-header .site-nav > ul > li > a {
		padding-top: 0px;
		padding-bottom:0px;
	}
	.main-header.style2 .tagline-box {
        display:block;
        float:right;
    }
    .main-header.style2 .site-nav > ul > li > a, .main-header.style2 .site-nav > ul > li:first-child > a {
    	line-height: 38px;
	}
	.logo-left .main-header.style2 .site-nav {
		float: left;
	}

}

@media screen and (max-width: 919px){
	header {
		min-height: 65px;
	}
	.site-logo {
		height: 50px;
	}

	.top-title{
		width:auto;
	}

	.title span {
        font-size: 40px;
        display: block;
    }
    .subtitle span {
        font-size: 12px;
        padding-left: 5px;
	}
}