@charset "utf-8";

:root {
  --COLOR-LIGHT_BLUE: #e6f9fb;
  --COLOR-MAIN_BLUE: #00b4c2;
  --COLOR-BORDER_1: #ddebec;
  --COLOR-TEXT_1: #6b6b6b;
  --COLOR-ORANGE: #ff8400;
  --COLOR-RED: #dc0000;
}

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: var(--COLOR-TEXT_1);
}

p:not(:last-child) {
  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: var(--COLOR-MAIN_BLUE);
  padding: 15px 10px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 20px;
}

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: var(--COLOR-MAIN_BLUE);
  font-weight: bold;
}

.em_2 {
  color: var(--COLOR-ORANGE);
  font-weight: bold;
}

.em_3 {
  color: var(--COLOR-RED);
  font-weight: bold;
}

.downloads_1 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: #242424;
  padding: 10px;
}

.downloads_1 .label {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  margin-right: 10px;
}

.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;
}

.img {
  text-align: center;
}

.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;
  color: #2b2b2b;
  font-size: 16px;
}

.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 .btns {
  display: flex;
  justify-content: center;
}

.downloads a.appstore {
  width: 41.1267%;
  margin-right: 10px;
}

.downloads a.googlestore {
  width: 50.4225%;
}

.downloads a img {
  max-width: auto;
  width: 100%;
}

.check {
  background-color: var(--COLOR-MAIN_BLUE);
  padding: 20px;
  padding-top: 30px;
  color: #fff;
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
}

.check em {
  font-weight: bold;
  color: #ffff00;
}

.check:before {
  content: "";
  display: block;
  position: absolute;
  top: -33px;
  left: 10px;
  width: calc(368px * 0.5);
  height: calc(112px * 0.5);
  background-image: url(/g/bat/img/c/about_fx/check.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.qr {
  display: none;
}

@keyframes fuwafuwa {
  from {
    transform: scale(0.9, 0.9);
  }

  to {
    transform: scale(1, 1);
  }
}

/*------------------------------------
レイアウト
------------------------------------*/
#container {
  padding-top: 50px;
}

section>.inner {
  padding: 50px 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 {}

#main_visual .inner {
  background-image: url(/g/bat/img/c/visual/visual_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 139.0666%;
  height: 0;
  position: relative;
  padding-bottom: 0px;
}

#main_visual.patternB .inner {
  background-image: url(/g/bat/img/c/visual/visual_d_sp.png);
}

#main_visual .inner h1 {
  display: none;
}



/*------------------------------------
ランキング
------------------------------------*/
#sec_ranking {
  background-color: #fff600;
}

#sec_ranking .inner {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
}

#sec_ranking .title {
  font-size: 17px;
  font-weight: bold;

  text-align: center;
}

#sec_ranking .ranks {
  margin-bottom: 10px;
  margin-top: 10px;
}

#sec_ranking .ranks .box {
  display: grid;
  grid-template-areas:
    "rank  date_name"
    "rank  profit";
}

#sec_ranking .ranks .box .rank {
  grid-area: rank;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
}

#sec_ranking .ranks .box .rank .value {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--COLOR-MAIN_BLUE);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

#sec_ranking .ranks .box .date_name {
  grid-area: date_name;
  font-size: 12px;
}

#sec_ranking .ranks .box .profit {
  grid-area: profit;
  font-size: 14px;
  font-weight: bold;
}

#sec_ranking .attention li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
  line-height: 130%;
}

#sec_ranking .ranks .slick-prev {
  left: 0px;
}

#sec_ranking .ranks .slick-next {
  right: 0px;
}

#sec_ranking .ranks .slick-prev,
#sec_ranking .ranks .slick-next {
  width: calc(23px / 2);
  height: calc(38px / 2);
  z-index: 1;
}

#sec_ranking .ranks .slick-prev:before,
#sec_ranking .ranks .slick-next:before {
  content: "";
  display: flex;
  background-image: url(/g/bat/img/c/ranking/arrow_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  width: calc(23px / 2);
  height: calc(38px / 2);
}

#sec_ranking .ranks .slick-prev:before {
  transform: rotate(180deg);
}

/*------------------------------------
ビートレ!の特長
------------------------------------*/
#sec_features {
  background-color: var(--COLOR-LIGHT_BLUE);
}

#sec_features .boxes {}

#sec_features .boxes .box {
  padding: 20px;
  background-color: #fff;
  border: 1px solid var(--COLOR-BORDER_1);
  border-radius: 5px;
  margin-bottom: 10px;
}

#sec_features .boxes .box:last-child {
  margin-bottom: 0px;
}

#sec_features .boxes .box .title {
  color: var(--COLOR-MAIN_BLUE);
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

#sec_features .boxes .box .title:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 22px;
  height: 34px;
  margin-right: 5px;
}

#sec_features .boxes .box:nth-child(1) .title:before {
  background-image: url(/g/bat/img/c/features/1.png);
}

#sec_features .boxes .box:nth-child(2) .title:before {
  background-image: url(/g/bat/img/c/features/2.png);
}

#sec_features .boxes .box:nth-child(3) .title:before {
  background-image: url(/g/bat/img/c/features/3.png);
}

#sec_features .boxes .box:nth-child(4) .title:before {
  background-image: url(/g/bat/img/c/features/4.png);
}

#sec_features .boxes .box .text {
  padding-left: 25px;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}

#sec_features .boxes .box .text:last-child {
  margin-bottom: 0px;
}

#sec_features .boxes .box .img {
  text-align: center;
  position: relative;
}

#sec_features .boxes .box .img .icon {
  position: absolute;
  right: calc(50% - 140px);
  bottom: 0;
}

#sec_features .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 .video video {
  width: 100%;
  display: flex;
}

#sec_features .video::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/g/bat/img/c/features/iphone.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

/*------------------------------------
ビートレ！web動画
------------------------------------*/
#sec_wev_video .title {
  color: var(--COLOR-MAIN_BLUE);
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}

#sec_wev_video .youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

#sec_wev_video .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------
そもそも..FXとは？
------------------------------------*/
#sec_about_fx {
  /* background-color: var(--COLOR-LIGHT_BLUE); */
}

#sec_about_fx .text,
#sec_about_fx .img {
  margin-bottom: 20px;
}

/*------------------------------------
もしも実際にFX取引をしていたら？
------------------------------------*/
#sec_if_fx{
    background-color: var(--COLOR-LIGHT_BLUE);
}
#sec_if_fx .boxes {
  margin-bottom: 60px;
}

#sec_if_fx .boxes .box {
  background-color: #fff;
  border: 1px solid #ddebec;
  border-radius: 5px;
  padding: 20px;
}

#sec_if_fx .boxes .box .pair_info {
  display: grid;
  grid-template-areas:
    "flag datetime"
    "flag rate";
  border-bottom: 1px dashed #b6d5d7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#sec_if_fx .boxes .box .pair_info .flag {
  grid-area: flag;
  align-items: center;
  align-self: center;
  padding-right: 10px;
  display: flex;
  justify-content: flex-end;
}

#sec_if_fx .boxes .box .pair_info .datetime {
  grid-area: datetime;
  font-size: 12px;
}

#sec_if_fx .boxes .box .pair_info .rate {
  grid-area: rate;
  font-size: 17px;
  font-weight: bold;
}

#sec_if_fx .boxes .box .buysell {
  display: grid;
  grid-template-areas:
    "img direction"
    "img text";
}

#sec_if_fx .boxes .box .buysell .img {
  grid-area: img;
  align-items: center;
  align-self: center;
  padding-right: 10px;
  display: flex;
  justify-content: flex-end;
}

#sec_if_fx .boxes .box .buysell .direction {
  grid-area: direction;
}

#sec_if_fx .boxes .box .buysell .direction .label {
  padding: 5px 20px;
  background-color: var(--COLOR-ORANGE);
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 5px;
}

#sec_if_fx .boxes .arrow_wrap,
#sec_if_fx .boxes .arrow_2 {
  text-align: center;
  margin: 10px 0;

}

#sec_if_fx .boxes .arrow {
  text-align: center;
  margin: 15px;
}

#sec_if_fx .boxes .result {
  text-align: center;
  margin-top: -40px;
}

/*------------------------------------
実例紹介！デモトレから始めて年間収益1億円超!!
------------------------------------*/
#sec_ex_trader {
  background-color: var(--COLOR-MAIN_BLUE);
  clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% calc(100% - 7vw), 0 100%);
}

#sec_ex_trader .inner>.title {
  text-indent: -9999px;
  width: 100%;
  height: calc(243px * 0.5);
  max-width: calc(696px * 0.5);
  background-image: url(/g/bat/img/c/ex_trader/title.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

#sec_ex_trader .thumbnail {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

#sec_ex_trader .thumbnail figcaption {
  color: #b7faff;
  text-align: center;
  line-height: 130%;
}

#sec_ex_trader .thumbnail figcaption span {
  font-size: 12px;
  display: block;
}

#sec_ex_trader .interview .title {
  background-color: #fff600;
  color: var(--COLOR-MAIN_BLUE);
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 15px;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  margin-bottom: 15px;
}

#sec_ex_trader .interview .text {
  color: #fff;
}

/*------------------------------------
FXのよくある質問
------------------------------------*/
#sec_qa {
  /* background-color: var(--COLOR-LIGHT_BLUE); */
  /*margin-top: -7vw;
  padding-top: 7vw;*/
}

#sec_qa .boxes .box {
  background-color: #fff;
  border: 1px solid #ddebec;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 15px;
}

#sec_qa .boxes .box .head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

#sec_qa .boxes .box .head .img {
  margin-right: 15px;
  width: calc(174px / 2);
}

#sec_qa .boxes .box .head .q {
  color: var(--COLOR-MAIN_BLUE);
  font-size: 18px;
  font-weight: bold;
  flex: 1;
}

#sec_qa .boxes .box .head .q .text {
  display: block;
}

#sec_qa .boxes .box .head .q .num {
  display: block;
  font-size: 14px;
}

#sec_qa .boxes .box .body .a {
  font-weight: bold;
  margin-bottom: 15px;
}

#sec_qa .boxes .box .body .a em {
  font-size: 18px;
}

#sec_qa .boxes .box .body .attention {
  display: block;
  font-size: 12px;
  line-height: 150%;
}

/*------------------------------------
FXの始めどきは？
------------------------------------*/
#sec_how_to_start{
    background-color: var(--COLOR-LIGHT_BLUE);
}
#sec_how_to_start .lead {
  margin-bottom: 20px;
}

#sec_how_to_start .lead .img {
  margin-bottom: 20px;
}

#sec_how_to_start .lead em {
  font-size: 16px;
}

#sec_how_to_start .to {
  font-size: 16px;
  color: var(--COLOR-MAIN_BLUE);
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 30px 0px;
  margin-bottom: 20px;
  z-index: 0;
}

#sec_how_to_start .to:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 20em;
  height: 50px;
  margin: auto;
  background: linear-gradient(to top, #ffea3f, #e6f9fb);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

#sec_how_to_start .boxes {
  counter-set: "count";
  counter-reset: number 0;
}

#sec_how_to_start .boxes .box {
  counter-increment: number 1;
  background-color: #fff;
  border: 1px solid #ddebec;
  border-radius: 5px;
  padding: 20px;
  padding-top: 30px;
  margin-bottom: 30px;
  position: relative;
}

#sec_how_to_start .boxes .box:before {
  content: counter(number);
  width: 35px;
  height: 35px;
  background-color: var(--COLOR-MAIN_BLUE);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: calc(-35px / 2);
}

#sec_how_to_start .boxes .box .title {
  color: var(--COLOR-MAIN_BLUE);
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 15px;
  text-align: center;
}

#sec_how_to_start .close_text {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

/*------------------------------------
キャンペーン
------------------------------------*/
#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: 10px;
  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: center;
}

#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 {
  display: flex;
}

#sec_campaign .cashback_box .amount .value {
  font-size: 50px;
  color: #fff600;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.01em;
}

#sec_campaign .cashback_box .amount .unit {
  font-size: 24px;
  color: #fff600;
  line-height: 1;
  display: flex;
  align-items: end;
}

#sec_campaign .cashback_box .amount .cashback_text {
  font-size: 22px;
  margin-top: 5px;
}

#sec_campaign .downloads .title .catch {
  color: #fff;
}

#sec_campaign .downloads .title:after,
#sec_campaign .downloads .title:before {
  background-color: #fff;
}

/*------------------------------------
特別キャンペーン_ebook
------------------------------------*/
.sec_special_campaign {
  background-image: url(/g/bat/img/c/special_campaign_ebook/bg.png);
  background-size: 100px 100px;
}

.sec_special_campaign .downloads {
  border-top: none;
}

.sec_special_campaign .downloads .title .catch {
  color: #fff;
}

.sec_special_campaign .downloads .title:before,
.sec_special_campaign .downloads .title:after {
  background-color: #fff;
}