@charset "utf-8";

body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 16px;
  line-height: 1;
  background-color: #fff;
  color: #333333;
}

p {
  margin-bottom: 1em;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.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: 32px;
  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: 28px;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  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: center;
  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%;
  font-size: 20px;
}

.downloads a {
}

.downloads a.appstore {
  width: 41.1267%;
  max-width: 174px;
  margin-right: 10px;
}

.downloads a.googlestore {
  width: 50.4225%;
  max-width: 214px;
}

.downloads a img {
  max-width: auto;
  width: 100%;
}

/*------------------------------------
レイアウト
------------------------------------*/
#container {
  padding-top: 50px;
}

section > .inner {
  padding: 0px 10px;
  line-height: 160%;
  letter-spacing: 0.1em;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

section .sub_section {
  margin-bottom: 25px;
}

section .sub_section > .inner {
  padding: 40px;
  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;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

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 #risk {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

#footerWrap .attention_title {
  background-image: url(/g/img/beginner/attention.gif);
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  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: 40px;
  background-image: url(/g/bat/img/visual/visual_bg_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40.9224%;
  position: relative;
}

#main_visual .inner {
  max-width: none;
  background-image: url(/g/bat/img/visual/visual_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 65.8857%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 25px 0px;
}

#main_visual .downloads {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 5%;
  left: 5%;
  margin-left: auto;
  margin-right: auto;
  width: 66%;
}

#main_visual .downloads a {
  margin-left: 3px;
  margin-right: 3px;
}

#main_visual .downloads a.appstore {
  max-width: 174px;
  width: 12.7379vw;
}
#main_visual .downloads a.googlestore {
  max-width: 214px;
  width: 15.6661vw;
}
#main_visual .downloads a img {
  width: 100%;
}

/*------------------------------------
特長
------------------------------------*/
#sec_features > .inner > .title {
  font-size: 46px;
  font-weight: bold;
  color: #00b4c2;
  text-align: center;
  margin-bottom: 40px;
}

#sec_features > .inner > .title small {
  font-size: 32px;
}

#sec_features > .inner > .title .circle {
  border: 2px solid #00b4c2;
  border-radius: 50%;
  padding: 10px;
  margin-left: 2px;
  margin-right: 2px;
}

#sec_features #subsec_base .inner {
  display: grid;
  grid-template-areas:
    "img  text"
    "img  downloads";
  grid-template-rows: 50%;
  grid-template-columns: 40% 1fr;
}

#sec_features #subsec_base .img {
  grid-area: img;
}
#sec_features #subsec_base .text {
  grid-area: text;
  align-self: flex-end;
}
#sec_features #subsec_base .downloads {
  grid-area: downloads;
  align-self: start;
}

#sec_features #subsec_base .img,
#sec_features #subsec_demo .img,
#sec_features #subsec_community .img {
  text-align: center;
}

#sec_features #subsec_base .text:not(:last-child),
#sec_features #subsec_community .text,
#sec_features #subsec_demo .text {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 180%;
}

#sec_features #subsec_demo .inner {
  display: grid;
  grid-template-areas:
    "img_1 text_1"
    "text_2 img_2"
    "downloads downloads";
  grid-template-columns: 50%;
  gap: 20px;
}

#sec_features #subsec_demo .video {
  grid-area: img_1;
  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_demo .video ~ .text {
  grid-area: text_1;
  align-self: center;
}
#sec_features #subsec_demo .img {
  grid-area: img_2;
}
#sec_features #subsec_demo .img ~ .text {
  grid-area: text_2;
  align-self: center;
}

#sec_features #subsec_demo .downloads {
  grid-area: downloads;
}

#sec_features #subsec_community > .inner {
  display: grid;
  grid-template-areas:
    "img text"
    "img downloads";
  grid-template-rows: 50%;
  grid-template-columns: 40% 1fr;
}

#sec_features #subsec_community .img {
  grid-area: img;
}
#sec_features #subsec_community .text {
  grid-area: text;
  align-self: flex-end;
}
#sec_features #subsec_community .downloads {
  grid-area: downloads;
  align-self: start;
}
#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;
}
