@charset "utf-8";

body {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 14px;
	line-height: 1;
	background-color: #fff;
	color: #333333;
}

p {
	margin-bottom: 1em;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
	zoom: 0.5;
}

.sp_hide {
	display: none;
}

/*------------------------------------
汎用
------------------------------------*/
a.btn_1:link,
a.btn_1:visited {
	background-color: #003467;
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 20px;
	text-decoration: none;
	border-radius: 40px;
}

a.btn_1:after {
	content: "";
	background-image: url(/g/lp/img/lp_actual/common/arrow_r_1_sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 7px;
	height: 13px;
	position: absolute;
	right: 20px;
}

a.read-more-btn:link,
a.read-more-btn:visited {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: inherit;
	text-decoration: none;
}

a.read-more-btn:before {
	content: "";
	background-image: url(/g/lp/img/lp_actual/fx-question/arrow-r.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

ul.attention_list_bracket {
	padding-left: 20px;
	padding-right: 20px;
}

ul.attention_list_bracket li {
	font-size: 16px;
	line-height: 20px;
	text-indent: -1.5em;
	padding-left: 1.5em;
	margin-bottom: 10px;
}

.title_1 {
	background-color: #00b4c2;
	padding: 15px 10px;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.title_1 .num {
	background-color: #fff;
	color: #00b4c2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-radius: 50%;
	width: 1.2em;
	height: 1.2em;
	padding: 2px;
	margin-right: 5px;
	line-height: 1;
}


sup {
	font-size: 0.5em;
}


.attention-braket-lists li {
	text-indent: -1.5em;
	padding-left: 1.5em;
	font-size: 12px;
	color: #666666;
	line-height: 140%;
}

.attention_list_1 li {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 5px;
}


.text_1 {
	line-height: 180%;
	letter-spacing: 0.07em;
}

.em_1 {
	color: #ed6e6f;
}

.downloads {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.downloads .title {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
	font-weight: bold;
	position: relative;
	text-align: center;
}

.downloads .title:before {
	content: "";
	background-color: #2b2b2b;
	-webkit-mask-image: url(/g/bat/img/line.svg);
	mask-image: url(/g/bat/img/line.svg);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;

	width: 19px;

}

.downloads .title:after {
	content: "";
	background-color: #2b2b2b;
	-webkit-mask-image: url(/g/bat/img/line.svg);
	mask-image: url(/g/bat/img/line.svg);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	width: 19px;

	transform: scale(-1, 1);
}

.downloads .title .catch {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	line-height: 120%;
}

.downloads a {}


.downloads a.appstore {
	width: 41.1267%;
	margin-right: 10px;
}

.downloads a.googlestore {
	width: 50.4225%;
}

.downloads a img {
	max-width: auto;
	width: 100%;
}




/*------------------------------------
レイアウト
------------------------------------*/
#container {
	padding-top: 50px;
}

section>.inner {
	padding: 0px 10px;
	line-height: 160%;
	letter-spacing: 0.1em;
}

section .sub_section {
	margin-bottom: 25px;
}

section .sub_section>.inner {
	padding: 20px;
	background-color: #e9fdff;

}

header {
	background-color: #fff;
	display: block;
	position: fixed;
	height: 50px;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	box-shadow: 0px 9px 11px -13px #777777;
}

header .inner {
	padding: 0px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
}



header .inner .logo {
	width: 150px;
}

header .inner .logo img {
	zoom: 1;
}

header .inner .account_btn_wrap a:link,
header .inner .account_btn_wrap a:visited {
	display: block;
	background: #ff6600;
	border-radius: 4px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 20px;

}

footer img {
	zoom: 1;
}

#footerWrap {
	width: 100%;
	background: #f2f4f6;
	font-size: 12px;
	line-height: 17px;
	padding: 15px;

}

#footerWrap img {}


#footerWrap .attention_title {
	background-image: url(/g/img/beginner/attention.gif);
	background-size: contain;
	background-repeat: no-repeat;
	width: 200px;
	height: 20px;
	text-indent: -9999px;
	margin-bottom: 10px;
}



#footerWrap #footer img {
	zoom: 1;
}

#copyright {
	margin: 0;
	padding: 10px;
	text-align: center;
}

#pagetop {
	width: 100%;
	bottom: 0;
	position: fixed;
}

#pagetop .inner {
	width: 100%;
	height: 61px;
	margin: auto;
	position: relative;
}

#pagetop .inner a:link,
#pagetop .inner a:visited {
	display: block;
	background-image: url(/renew/img/spread/pagetop.png);
	width: 59px;
	height: 61px;
	text-indent: -9999px;
	position: absolute;
	right: 0;
}

/*------------------------------------
ビジュアル
------------------------------------*/
#main_visual {
	margin-bottom: 20px;
}

#main_visual .inner {
	background-image: url(/g/bat/img/visual/visual.png);
	background-size: contain;
	background-repeat: no-repeat;
	padding-top: 104.1333%;
	height: 0;
	position: relative;
}

#main_visual .downloads {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 2%;
	left: 0;
	margin-left: auto;
	margin-right: auto;
}

#main_visual .downloads a {
	margin-left: 3px;
	margin-right: 3px;
}


/*------------------------------------
特長
------------------------------------*/
#sec_features>.inner>.title {
	font-size: 23px;
	font-weight: bold;
	color: #00b4c2;
	text-align: center;
	margin-bottom: 20px;
}

#sec_features>.inner>.title small {
	font-size: 16px;
}

#sec_features>.inner>.title .circle {
	border: 2px solid #00b4c2;
	border-radius: 50%;
	padding: 5px;
	margin-left: 2px;
	margin-right: 2px;
}

#sec_features #subsec_base .inner {
	overflow: hidden;
}

#sec_features #subsec_base .img {
	margin-right: -40px;
}

#sec_features #subsec_base .img,
#sec_features #subsec_demo .img,
#sec_features #subsec_community .img {
	text-align: center;
	margin-bottom: 20px;
}

#sec_features #subsec_base .text:not(:last-child),
#sec_features #subsec_community .text,
#sec_features #subsec_demo .text {
	margin-bottom: 20px;
}

#sec_features #subsec_demo .video {
	position: relative;
	height: 440px;
	width: 210px;
	padding: 7px;
	border-radius: 33px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#sec_features #subsec_demo .video video {
	width: 100%;
	display: flex;
}

#sec_features #subsec_demo .video::after {
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(/g/bat/img/features/iphone.png);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

#sec_features #subsec_community>.inner {
	overflow: hidden;
}

#sec_features #subsec_community .img {
	margin-right: -28px;
}

#sec_features #subsec_community .downloads .title:after,
#sec_features #subsec_community .downloads .title:before {
	mask-size: 100% 19px;
	-webkit-mask-size: 100% 19px;
	-webkit-mask-position: bottom;
	mask-position: bottom;
}

/*------------------------------------
キャンペーン
------------------------------------*/
#sec_campaign {
	background-color: #00b4c2;
}

#sec_campaign .inner {
	padding: 20px;
}

#sec_campaign:before,
#sec_campaign:after {
	content: "";
	display: block;
	background-image: url(/g/bat/img/campaign/rep.png);
	background-repeat: repeat-x;
	background-size: contain;
	height: 25px;
	width: 100%;
}

#sec_campaign .inner>.title {
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

#sec_campaign .inner>.title span {
	color: #fff600;
}

#sec_campaign .logos {
	display: block;
	text-align: center;
	margin-bottom: 15px;
}

#sec_campaign .cashback_box {
	border: 1px solid #fff;
	padding: 15px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

#sec_campaign .cashback_box .conditions {
	display: block;
	margin-bottom: 10px;
}

#sec_campaign .cashback_box .amount {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;

}

#sec_campaign .cashback_box .amount .max {
	background-color: #fff;
	color: #00b4c2;
	font-size: 16px;
	padding: 5px 3px;
	border-radius: 3px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin-right: 5px;
}

#sec_campaign .cashback_box .amount .money {
	font-size: 50px;
	color: #fff600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1;
}

#sec_campaign .cashback_box .amount .unit {
	font-size: 24px;
	color: #fff600;
	line-height: 1;
}


#sec_campaign .cashback_box .amount .cashback_text {
	font-size: 24px;
	margin-top: 10px;
}

#sec_campaign .downloads {
	color: #fff;
}

#sec_campaign .downloads .title:after,
#sec_campaign .downloads .title:before {
	background-color: #fff;
}