@charset "utf-8";

html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}
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: 42.1267%;
  margin-right: 10px;
}

.downloads a.googlestore {
  width: 51.4225%;
}

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

.g-go-to-top {
  display: grid;
  place-content: center;
  position: fixed !important;
  z-index: 10;
  bottom: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  box-shadow: 0px 5px 8px 0 rgba(0, 0, 0, 0.2);
  background: #f2f5f8;
  transform: translateY(calc(100% + 20px));
  transition: 0.25s ease 0s;
  transition-property: transform;
}

.g-go-to-top svg {
  transform: rotate(-90deg);
}

body.scrolled .g-go-to-top {
  transform: translateY(0px);
}

.g-go-to-top svg {
  display: block;
  width: 0.75em;
  height: 0.75em;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.28 13.01"><path d="M.23,1.31l5.19,5.2L.23,11.7a.76.76,0,0,0,0,1.09.76.76,0,0,0,1.08,0L7.05,7.05a.78.78,0,0,0,.23-.54A.81.81,0,0,0,7.05,6L1.31.23A.74.74,0,0,0,.23.23a.74.74,0,0,0,0,1.08Z" fill="%233c66b0"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

img.btn_animate01 {
  margin: 0 auto;
  animation: fuwafuwa 1s ease 0s infinite alternate;
  transform-origin: center;
  cursor: pointer;
}

@keyframes fuwafuwa {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}

/*------------------------------------
レイアウト
------------------------------------*/
#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;
}

/*------------------------------------
ビジュアル
------------------------------------*/
#main_visual {
  margin-bottom: 20px;
}

#main_visual .inner {
  background-image: url(/g/bat/img/visual/visual_2_sp.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;
}

/*------------------------------------
FXとは
------------------------------------*/
#sec_aboutfx {
  margin-bottom: 50px;
}

#sec_aboutfx > .inner {
  padding: 20px 10px;
  padding-bottom: 0;
}
#sec_aboutfx > .inner > .title {
  font-size: 23px;
  font-weight: bold;
  color: #00b4c2;
  text-align: center;
  margin-bottom: 20px;
}

/*スライド*/
#sec_aboutfx .slides_wrap {
  margin: auto;
  box-shadow: 2.989px -0.261px 12px 0px rgba(0, 0, 0, 0.12);
}

#sec_aboutfx .slides_wrap .slides {
}
.slick-dots li button:before {
  color: #e9edf0;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #b2b6b8;
}

.slick-dots {
  bottom: -30px;
}
#sec_aboutfx .attention_list_bracket {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  margin-top: 50px;
}

#sec_aboutfx .attention_list_bracket li {
  display: none;
  font-size: 10px;
  line-height: 130%;
}
/*------------------------------------
特長
------------------------------------*/
#sec_features > .inner {
  padding: 20px 10px;
  padding-bottom: 0;
}
#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;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#sec_campaign .inner {
  padding: 10px 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: 5px;
}

#sec_campaign .cashback_box {
  border: 1px solid #fff;
  padding: 5px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

#sec_campaign .cashback_box .conditions {
  display: block;
  margin-bottom: 5px;
}

#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: 22px;
  margin-top: 5px;
}

#sec_campaign .downloads {
  color: #fff;
}

#sec_campaign .downloads .title:after,
#sec_campaign .downloads .title:before {
  background-color: #fff;
}
