@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}
td {
  text-align: left;
  vertical-align: top;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select, textarea, img {
  vertical-align: middle;
}
ul, dl, ol {
  list-style: none;
}
em {
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* ========================================
    ■ General
======================================== */
html {
  font-size: 16px;
}
html.wf-active {
  visibility: visible;
}
body {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt"1;
  letter-spacing: 0.025em;
  margin: auto;
  font-size: 16px;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  body {
    max-width: 480px;
    margin: 0 auto;
    min-width: 100%;
  }
}
a {
  text-decoration: underline;
  transition: 0.2s ease;
}
a::before, a::after {
  transition: 0.2s ease;
}
a:hover {
  text-decoration: none;
  transition: 0.2s ease;
}
a:hover::before, a:hover::after {
  transition: 0.2s ease;
}
img, video, object {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/* ========================================
共通
======================================== */
.contents--list {
  display: flex;
}
.caption-text {
  line-height: 1.8;
  color: #111111;
  font-size: 20px;
  letter-spacing: 0.08rem;
}
.cta-btn {
  width: 600px;
  margin: 0 auto;
}
.cta-btn a {
  display: block;
  text-align: center;
  border-radius: 100px;
  background: linear-gradient(90deg, #ff3900 0%, #f87f00 100%);
  text-decoration: none;
  font-size: min(calc(40 / 750* 100vw), 2.2rem);
  color: #fff;
  padding: 2%;
  position: relative;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.3));
  transition: .3s;
}
.cta-btn a::after {
  border-top: .12em solid #fff;
  border-right: .12em solid #fff;
  content: '';
  display: inline-block;
  margin: auto;
  transform: rotate(45deg);
  position: absolute;
  /*inset: 0 6% 0 auto;
  -webkit-inset: 0 6% 0 auto;*/
  top: 0;
  right: 6%;
  bottom: 0;
  left: auto;
  height: .4em;
  width: .4em;
}
.cta-btn a:hover {
  transform: translateY(5px);
  opacity: 0.8;
}
.header__btn a:hover {
  opacity: 0.8;
}
.cta-btn span {
  display: block;
}
.cta-btn span small {
  font-size: min(calc(30 / 750* 100vw), 1.3rem);
}
.cta-btn span big {
  font-size: min(calc(35 / 750* 100vw), 1.5rem);
}
.cta-btn span.head-text {
  font-size: min(calc(30 / 750* 100vw), 1.3rem);
  background: #fff;
  color: #fe5100;
  width: 50%;
  margin: 0 auto;
  border-radius: 50px;
  font-weight: 700;
}
.cta-btn a::hover {
  opacity: 0.8;
}
.area {
  padding: min(calc(125 / 750* 100vw), 100px) 0;
}
.area-wrap {
  text-align: center;
  max-width: 1000px;
  min-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.title {
  text-align: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: min(calc(70 / 750* 100vw), 3.5rem);
  line-height: 1.3;
  margin-bottom: min(calc(70 / 750* 100vw), 2.5rem);
}
.blue-grad {
  background: linear-gradient(90deg, #0060ea 0%, #00b7f5 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.bg-grad {
  background: linear-gradient(90deg, #0060ea 0%, #00b7f5 100%);
  color: #fff;
  padding: 0 1%;
}
.fonts-gothic {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 100;
}
.tb-text {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.notes {
  color: #42444b;
  font-size: min(calc(20 / 750* 100vw), 10px);
  letter-spacing: initial;
  margin-top: 5px;
  line-height: 1.8;
  display: inline-block;
}
.thin-text, .notes {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 100;
}
.read {
  font-size: min(calc(50 / 750* 100vw), 0.9rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.base-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  /* width: min(calc(600 / 750* 100vw), 800px);*/
  color: #00a0ff;
}
.base-list li {
  margin-bottom: 2%;
  /*filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.2));*/
  border: 2px solid #00a0ff;
  border-radius: 50px;
  padding: 1% 3%;
  font-size: min(calc(35 / 750* 100vw), 1.2rem);
  text-align: left;
  width: 100%;
}
.base-list li:before {
  content: "";
  background: url("../_img/check.svg")no-repeat;
  background-size: contain;
  width: min(calc(15 / 750* 100vw), 1rem);
  height: min(calc(15 / 750* 100vw), 1rem);
  display: inline-block;
  padding-right: 3%;
}
.line_yellow {
  background: linear-gradient(transparent 50%, #fdff3b 50%);
}
.js-slideup {
  opacity: 0;
  visibility: hidden;
  transition: all 1.3s;
  /*transform: translateY(100px);*/
}
.js-slide-active {
  opacity: 1;
  visibility: visible;
  /*transform: translateY(0);*/
}
@media screen and (max-width: 767px) {
  .cta-btn {
    width: 90%;
  }
  .area-wrap {
    min-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contents {
    margin-bottom: 50px;
  }
  .contents .contents--wrap {
    max-width: 480px;
  }
  .contents .contents--wrap .cta {
    margin-top: 20px;
  }
  .contents--wrap .contents--title p span {
    font-size: 20px;
    padding: 5px 0px;
    margin: 0 auto 20px;
  }
  .contents--wrap .contents--title h2 {
    margin: 0 auto 40px;
    width: 65%;
  }
  .caption-text {
    font-size: 16px;
  }
}
/* ========================================
ポップアップ
======================================== */
.popup_btn {
  display: block;
  color: #000;
  border-radius: 100px;
  padding: 16px 0px;
  margin: 20px auto 20px;
  text-decoration: none;
  text-align: center;
  position: relative;
  border: 1px solid #000;
  font-weight: 500;
  font-size: min(calc(32 / 750* 100vw), 0.9rem);
  line-height: 1;
  transition: .2s;
}
.remodal .popup_btn {
  background: #fff;
}
@media only screen and (min-width: 767px) {
  .popup_btn:hover {
    letter-spacing: 0.3em;
    transition: .2s;
  }
}
.popup_btn span {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 9px;
}
.popup_btn span::before, .popup_btn span::after {
  position: absolute;
  top: 13px;
  left: 53%;
  content: '';
  display: inline-block;
  width: 17px;
  height: 10px;
  border-top: 1px solid #000;
  transform: translateX(-50%);
}
.popup_btn span:after {
  top: 8px;
  left: 3px;
  transform: rotate(90deg);
}
.remodal .popup_btn span::after {
  content: none;
}
#overlay {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 2000;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
#boxAttention {
  position: fixed;
  top: 30%;
  left: 50%;
  cursor: pointer;
  z-index: 2001;
  background: url(../_img/info-popup.png) no-repeat;
  width: 730px;
  height: 508px;
  margin: -100px 0 0 -365px;
}
@media screen and (max-width: 767px) {
  #boxAttention {
    left: 0%;
    right: 0%;
    cursor: pointer;
    z-index: 2001;
    background: url(../_img/info-popup_sp.png) no-repeat;
    background-size: contain;
    width: 90%;
    max-width: 648px;
    height: 508px;
    margin: 0 auto;
  }
  .popup_btn {
    width: 100%;
    padding: 20px 15px 20px 0;
  }
}
/* ========================================
header~fv
======================================== */
.header {
  background-color: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  display: none;
}
.header__inner {
  width: 92%;
  max-width: 1000px;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .header__inner {
    border-bottom: 1px solid #d1d0d0;
    padding: 2vw 4.6vw;
    height: auto;
    width: 100%;
  }
}
.header__logo {
  max-width: 160px;
  flex-basis: 16%;
}
@media screen and (max-width: 767px) {
  .header__logo {
    max-width: 275px;
    flex-basis: 30%;
  }
}
.header__btn {
  max-width: 184px;
  flex-basis: 19%;
}
.header__btn a {
  display: block;
  border-radius: 50px;
  background: linear-gradient(90deg, #ff3900 0%, #f87f00 100%);
  text-decoration: none;
  font-size: min(calc(25 / 750* 100vw), 0.8rem);
  text-align: center;
  color: #fff;
  padding: 5% 2%;
  position: relative;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 767px) {
  .header__btn {
    max-width: 320px;
    flex-basis: 47%;
  }
}
.nav {
  flex-basis: 65%;
}
@media screen and (max-width: 767px) {
  .nav {
    display: none;
  }
}
.nav-list {
  display: flex;
  align-items: center;
}
.nav-list__item {
  height: 40px;
  font-size: 14px;
  text-align: center;
  line-height: 135%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  border-right: 1px solid #000;
  padding: 1%;
}
.nav-list__item:last-child {
  border-right: none;
}
.nav-list__item a {
  color: #565656;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 1200px) {
  .nav-list__item {
    font-size: 1.2vw;
  }
}
#fv .mv-bg {
  background: linear-gradient(90deg, #f9fbfb 0%, #f1f3f4 100%);
  height: 480px;
  overflow: hidden;
  margin-bottom: 40px;
}
#fv .mv-wrap {
  max-width: 800px;
  margin: 0 auto 40px;
  height: 500px;
  position: relative;
}
#fv .mv-wrap::before {
  content: "";
  display: block;
  background: url(../_img/mv_bg.png) no-repeat center;
  background-size: 92% auto;
  width: 994px;
  height: 748px;
  position: absolute;
  top: -23%;
  margin-left: 267px;
}
#fv .mv-text {
  width: 57%;
  position: absolute;
  top: 87px;
}
#fv .mv-text span {
  display: block;
}
#fv .mv-text span.text-02 {
  font-size: min(calc(40 / 750* 100vw), 2.2rem);
  display: flex;
}
#fv .mv-text span.text-02 small {
  line-height: 1;
  font-size: min(calc(20 / 750* 100vw), 0.7rem);
  padding-top: 7.5%;
}
#fv .mv-text span.bg-grad {
  margin-right: 2%;
}
.mv-logo {
  width: 430px;
  display: block;
  margin: 10px 0 20px;
}
#fv .notes {
  position: absolute;
  bottom: 26px;
  left: 0;
}
.banner {
  width: 66%;
  max-width: 800px;
  margin: 50px auto;
}
.banner img {
  width: 100%;
}
.banner:hover {
  opacity: 0.8;
}
/* スマホメニュー*/
.header__toggle {
  display: none;
  flex-basis: 22%;
  position: relative;
  max-width: 50px;
  height: 6vw;
  max-height: 44px;
  cursor: pointer;
  z-index: 300;
}
@media screen and (max-width: 767px) {
  .header__toggle {
    display: block;
    flex-basis: 8%;
  }
}
.header-toggle_line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  max-height: 2px;
  background-color: #1e1e1e;
  transition: all 0.3s ease;
}
.header-toggle_line--01 {
  top: 0;
}
.header-toggle_line--02 {
  top: 50%;
  transform: translate(0, -50%);
}
.header-toggle_line--03 {
  bottom: 0;
}
.nav-sp {
  display: none;
  background-color: #ffffff;
  border-bottom: 1px solid #d1d0d0;
  padding-bottom: 0.8vw;
  padding-top: 2VW;
}
.nav-sp__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 95%;
}
.nav-sp-list__item {
  text-align: center;
  flex-basis: 31.830986%;
  padding-bottom: 2.13333333vw;
}
.nav-sp-list__link {
  background-color: #eeeeee;
  color: #464646;
  line-height: 1.27em;
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.65em 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 3vw;
}
@media screen and (max-width: 767px) {
  #header .contents--wrap .contents--list p {
    margin-left: 2%;
    width: 110px;
  }
  #header.contents .contents--wrap .cta {
    margin-top: 2%;
    margin-right: 2%;
    width: 40%;
  }
  #fv .mv-bg {
    height: 176vw;
  }
  #fv .mv-wrap {
    height: auto;
    max-width: 100%;
  }
  #fv .mv-wrap::before {
content: none;
  }
  #fv .mv-text {
    max-width: 100%;
    width: 100%;
    top: 0;
  }
  #fv .mv-text span.text-02 {
    font-size: min(5.4vw, 24px);
  }
  #fv .cta-btn {
    margin-top:-40vw;
  }
  #fv .notes {
    position: relative;
    bottom: 0;
    top: 137.5vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner {
    width: 90%;
    max-width: 90%;
    margin: 5% auto 10%;
        position: relative;
        z-index: 1;
  }
}
/* ========================================
あらゆる手数料が0円
======================================== */
#area-free {
  background: url(../_img/free_bg.png) no-repeat center bottom 15% #f2f4f5;
  background-size: 138% auto;
}
#area-free .title {
  margin-bottom: min(calc(70 / 750* 100vw), 3.5rem);
}
.free-lineup {
  width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.free-lineup li {
  width: 49%;
  margin-bottom: 2%;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.1));
}
.free-lineup li .lineup-title {
  font-size: min(calc(25 / 750* 100vw), 1.2rem);
  color: #fff;
  background: #00a0ff;
  border-radius: min(calc(35 / 750* 100vw), 1.2rem) min(calc(35 / 750* 100vw), 1.2rem) 0 0;
  padding: 5%;
  position: relative;
}
.free-lineup li .lineup-price {
  background: #fff;
  border-radius: 0 0 min(calc(35 / 750* 100vw), 1.2rem) min(calc(35 / 750* 100vw), 1.2rem);
  padding: 0.5rem min(calc(20 / 750* 100vw), 1.9rem) 0.9rem;
  font-weight: 800;
}
.free-lineup li .lineup-price span {
  display: inline-block;
  line-height: 1;
  font-size: min(calc(20 / 750* 100vw), 0.7rem);
}
.free-lineup li .lineup-price span.fonts {
  font-size: min(calc(50 / 750* 100vw), 4.5rem);
}
.free-lineup li .lineup-price span.zero {
  font-size: min(calc(125 / 750* 100vw), 9rem);
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}
.free-lineup li .lineup-price span.tb-text {
  font-size: min(calc(25 / 750* 100vw), 1.9rem);
}
.free-lineup li .lineup-price span.mark {
  font-weight: 100;
}
.balloon {
  width: 80%;
  position: absolute;
  display: block;
  margin-top: -2.9rem;
  margin-left: 1.1rem;
  padding: min(calc(5 / 750* 100vw), 5px) min(calc(50 / 750* 100vw), 73px);
  color: #00a0ff;
  font-size: min(calc(25 / 750* 100vw), 1.2rem);
  background: #FFF;
  border: solid 2px #00a0ff;
  box-sizing: border-box;
  border-radius: 50px;
  text-align: center;
}
.balloon:before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  border: min(calc(10 / 750* 100vw), 8px) solid transparent;
  border-top: min(calc(10 / 750* 100vw), 8px) solid #FFF;
  z-index: 2;
}
.balloon p {
  margin: 0;
  padding: 0;
}
.zero-wrap .sub-title {
  font-size: min(calc(60 / 750* 100vw), 2.7rem);
  margin: 10% auto 3%;
  font-weight: 700;
}
.zero-wrap .sub-title span {
  color: #00a0ff;
}
.zero-layout {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-bottom: 5%;
  margin-top: -4%;
}
.zero-wrap .zero-icon {
  width: 38%;
  margin-top: 0;
}
.zero-wrap .zero-icon span {
  display: inline-block;
  line-height: 1;
}
.zero-wrap .zero-icon span.zero {
  font-size: min(calc(355 / 750* 100vw), 22rem);
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.zero-wrap .zero-icon span.fonts {
  font-size: min(calc(150 / 750* 100vw), 7.5rem);
  font-weight: 700;
}
.zero-wrap .base-list {
  flex-direction: column;
  justify-content: center;
  width: 34%;
}
.zero-wrap .base-list li {
  background-color: #fff;
  font-size: min(calc(24 / 750* 100vw), 1.2rem);
  border: 2px solid #00a0ff;
  padding: 3% 11%;
}
/*.zero-wrap .zero-layout {
    flex-direction: row-reverse;
    justify-content: center;
}
.zero-wrap .base-list {
    flex-direction: column;
    width: 29%;
}*/
@media screen and (min-width: 1300px) {
  #area-free {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  #area-free {
    background: url(../_img/free_bg_sp.png) no-repeat center bottom 20% #f2f4f5;
    background-size: 100% auto;
  }
  .free-lineup {
    width: 90%;
  }
  #area-free .notes {
    width: 94%;
    text-align: left;
  }
  .zero-layout {
    flex-direction: column;
    align-items: center;
    margin-bottom: 5%;
    margin-top: 0;
  }
  .zero-wrap .zero-icon {
    width: 100%;
  }
  .zero-wrap .base-list {
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
        margin-bottom: 3%;
  }
  .zero-wrap .base-list li {
    width: 49%;
    padding: 2% 3%;
  }
  .balloon {
    margin-top: -18%;
    margin-left: 6%;
        padding: 2% 20px;
  }
  .balloon:before {
    bottom: -40%;
  }
}
/* ========================================
ポイントが貯まる
======================================== */
#area-point .sub-title {
  font-size: min(calc(40 / 750* 100vw), 2rem);
  margin-bottom: min(calc(30 / 750* 100vw), 2.1rem);
  font-weight: 600;
}
#area-point .sub-title span {
  font-size: min(calc(50 / 750* 100vw), 2.1rem);
  margin-right: 1%;
}
/*.point_img {
  width: 50%;
  margin: 0 auto 5%;
}*/
#area-point .point_img_list {
  display: flex;
  justify-content: space-between;
  margin: 20px auto 60px;
  width: min(calc(680 / 750* 100vw), 600px);
}
#area-point .point_img_list li {
  width: 28%;
  position: relative;
}
#area-point .point_img_list li::after {
  content: "";
  background: url(../_img/point_arrow.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  right: -22%;
  top: 39%;
}
#area-point .point_img_list li:last-child::after {
  content: none;
}
#area-point .point_img_list li p.read {
  margin-top: 10px;
  font-size: min(calc(25 / 750* 100vw), 1rem);
  letter-spacing: 0.01em;
}
#area-point .base-list {
  width: min(calc(600 / 750* 100vw), 600px);
  margin: 0 auto;
}
#area-point .base-list li {
  text-align: center;
  font-size: min(calc(35 / 750* 100vw), 1.5rem);
  padding: 2% 3%;
}
#area-point .base-list li:before {
  width: min(calc(25 / 750* 100vw), 1rem);
  height: min(calc(25 / 750* 100vw), 1rem);
}
@media screen and (max-width: 767px) {
  .point_img {
    width: 90%;
    margin: 0 auto 10%;
  }
  #area-point .sub-title span {
    margin-right: 2%;
  }
  #area-point .point_img_list {
  margin-bottom: 9%;
  }
  #area-point .point_img_list li::after {
    width: 4vw;
    height: 4vw;
    right: -22%;
    top: 32%;
  }
}
/* ========================================
お得なキャンペーン
======================================== */
#area-cp {
  background: #dcf2ff;
}
.slick-slider.slider-cp {
  margin-bottom: 5%;
  max-width: 100%;
}
.slide-items {
  width: 100%;
  display: flex;
  max-width: 80%;
  margin: auto;
}
.slide-items li {
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
}
.slide-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-cp .slide-dots li button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slide-dots {
  text-align: center;
  margin-top: 2%;
}
.slide-dots li {
  display: inline-block;
  margin: 0 15px;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots li button:before {
  content: '';
  width: .6em;
  height: .6em;
  line-height: .6em;
  background-color: #fff;
  border: 2px solid #00a0ff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.slide-dots li.slick-active button:before {
  background-color: #00a0ff;
}
@media screen and (max-width: 767px) {}
/*.slick-dots {
  width: 100%;
  max-width: 165px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0px;
}
.slick-dots li {
  width: min(calc(30 / 750* 100vw), 30px);
  height: min(calc(30 / 750* 100vw), 30px);
  display: flex;
  vertical-align: top;
  margin: 0 1%;
}
.slick-dots li button {
  width: min(calc(25 / 750* 100vw), 20px);
  height: min(calc(25 / 750* 100vw), 20px);
  cursor: pointer;
  border-radius: 50%;
  border: none;
  vertical-align: middle;
  color: #fff;
  background-color: #fff;
  transition: all .3s ease;
  opacity: 1;
  font-size: 0px;
  border: 2px solid #00a0ff;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background-color: #00a0ff;
  color: #00a0ff;
}*/
/* ========================================
少額から購入可能
======================================== */
.stock-list {
  display: flex;
  width: 800px;
  margin: 0 auto;
}
.stock-list li {
  width: 49%;
}
.stock-list p {
  margin-bottom: 2%;
}
.stock-list li .name {
  background: #f1f3f6;
  border-radius: 50px;
  padding: 5px;
  display: inline-block;
  width: 90%;
  font-size: min(calc(60 / 750* 100vw), 1.1rem);
}
.stock-list li:last-child .name {
  margin-bottom: 7%;
}
.stock-list .text {
  font-size: min(calc(32 / 750* 100vw), 0.8rem);
  margin-bottom: 0;
}
.stock-list .price {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.stock-list .price figure {
  width: 22%;
  margin-right: 2%;
}
.stock-list .price span.blue-grad {
  font-size: min(calc(155 / 750* 100vw), 6.5rem);
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.stock-list .price span.fonts {
  font-size: min(calc(80 / 750* 100vw), 3.5rem);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .stock-list {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .stock-list li {
    width: 90%;
  }
  .stock-list li .name {
    width: 86%;
  }
  .stock-list li:last-child .name {
    margin-bottom: 0;
  }
  .stock-list .price {
    margin-bottom: 10%;
  }
  .stock-list li:last-child .price {
    margin-bottom: 0;
  }
}
/* ========================================
多機能な取引アプリ
======================================== */
#area-tool {
  background: #f2f4f5;
}
#area-tool .read {
  margin-bottom: 4%;
}
#area-tool .read .line {
  background: linear-gradient(transparent 50%, #dff3ff 50%);
}
.tool-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: min(calc(680 / 750* 100vw), 800px);
  margin: 0 auto;
}
.tool-list li {
  width: 35%;
  margin: 0 5% 2%;
  padding: 10px;
  font-size: min(calc(35 / 750* 100vw), 1.2rem);
}
.tool-list li .ui_img {
  width: 65%;
  margin: 0 auto 5%;
}
.tool-list li .target {
  color: #fff;
  border-radius: 10px;
  font-size: min(calc(30 / 750* 100vw), 1.2rem);
  padding: 4%;
  margin-bottom: 8%;
}
.tool-list li.beginner .target {
  background: #00a0ff;
}
.tool-list li.beginner .mode {
  color: #00a0ff;
}
.tool-list li.experienced .target {
  background: #f97f00;
}
.tool-list li.experienced .mode {
  color: #f97f00;
}
.remodal-text {
  text-align: left;
  font-size: min(calc(50 / 750* 100vw), 1rem);
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.remodal.modal_tool {
  padding: 40px;
}
.modal_tool .remodal-mode {
  display: block;
  text-align: center;
  font-size: min(calc(50 / 750* 100vw), 1.8rem);
  color: #00a0ff;
  margin: 2% 0 8%;
}
.modal_tool.experienced .remodal-mode {
  color: #f97f00;
}
.remodal-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 5%;
}
.modal_tool figure {
  width: 130%;
  margin-top: 20px;
  margin-left: 30px;
}
.remodal.modal_tool .popup_btn {
  width: 43%;
  margin-bottom: 0;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .tool-list {
    justify-content: space-between;
  }
  .tool-list li {
    width: 49%;
    margin: 0 0 2%;
  }
  .remodal.modal_tool {
    padding: 10px;
  }
  .remodal-text-wrap {
    flex-direction: column;
    margin-bottom: 0;
  }
  .modal_tool figure {
    width: 70%;
    margin: 10% auto;
  }
  .modal_tool .remodal-mode {
    margin-bottom: 4%;
  }
  .remodal.modal_tool .popup_btn {
    width: 77%;
    margin-bottom: 20px;
  }
}
/* ========================================
ニュース・レポート
======================================== */
#area-news {
  position: relative;
  background-image: linear-gradient(180deg, #fff, #e0f4ff);
  height: 600px;
  overflow: hidden;
  z-index: -2;
}
#area-news::before {
  content: "";
  background: url(../_img/news_bg.png) no-repeat center bottom -61px;
  background-size: 133% auto;
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
#area-news .read {
  margin-bottom: 3%;
}
.news_img {
  width: 300px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1300px) {
  #area-news::before {
    background: url(../_img/news_bg.png) no-repeat center bottom -25px;
    background-size: 117% auto;
  }
}
@media screen and (max-width: 767px) {
  #area-news {
    height: auto;
  }
  #area-news::before {
    background: url(../_img/news_bg_sp.png) no-repeat center bottom 0;
    background-size: contain;
  }
  #area-news .read {
    margin-bottom: 7%;
  }
  .news_img {
    width: 200px;
  }
}
/* ========================================
選べるサポート
======================================== */
#area-support .reception {
  font-size: 16px;
  color: #2b2930;
  background: #dcf2ff;
  border-radius: 30px;
  display: inline-block;
  margin: 30px auto;
  padding: 5px 4%;
}
#area-support .contents--list.link-wrap {
  justify-content: space-between;
}
#area-support .contents--list.link-wrap li {
  position: relative;
  width: calc(100% / 3 - 20px);
  background: #f2f4f5;
  border-radius: 30px;
  padding: 4% 10px;
  height: 260px;
}
#area-support .contents--list.link-wrap li::before {
  content: "";
  background-image: url(../_img/support_icon_mail.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22%;
  height: 20vw;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 34%;
  transform: translateX(-50%);
}
#area-support .contents--list.link-wrap li.line::before {
  background-image: url(../_img/support_icon_line.png);
  width: 57%;
}
#area-support .contents--list.link-wrap li.tel::before {
  background-image: url(../_img/support_icon_tel.png);
}
#area-support .contents--list.link-wrap li .support-link {
  flex-direction: column;
}
#area-support .contents--list.link-wrap li .support-link p.text {
  font-size: 22px;
  color: #00a0ff;
  margin-bottom: 38%;
}
#area-support .contents--list.link-wrap li.line .support-link p.text {
  margin-bottom: 40%;
}
#area-support .contents--list.link-wrap li .support-link .icon {
  margin: 20px auto;
}
#area-support .contents--list.link-wrap li .support-link .icon img {
  width: 80px;
  margin: 0 5px;
}
#area-support .contents--list.link-wrap li.tel .support-link p.text2 {
  margin-top: -0.8vw;
  font-size: 30px;
}
.support-btn a {
  background: #1e1c23;
  border-radius: 20px;
  padding: 6px 70px 8px;
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  position: relative;
}
.support-btn a::after {
  content: '';
  position: absolute;
  top: 14px;
  right: 18px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 2px solid #fff;
  border-bottom: 0;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.support-btn a:hover {
  opacity: 0.8;
  color: #fff;
}
#area-support .notes {
  color: #494949;
  text-align: left;
  margin-top: 5px;
  display: flex;
}
#area-support .cta-btn {
  margin-top: 5%;
}
@media screen and (max-width: 767px) {
  #area-support .reception {
    font-size: 3.8vw;
  }
  #area-support .contents--list.link-wrap {
    flex-direction: column;
    align-items: center;
  }
  #area-support .contents--list.link-wrap li {
    width: 90%;
    height: 40vw;
    margin-bottom: 20px;
    padding: 6% 10px;
  }
  #area-support .contents--list.link-wrap li.line {
    margin-bottom: 10vw;
  }
  #area-support .contents--list.link-wrap li.mail, #area-support .contents--list.link-wrap li.tel {
    height: 33vw;
  }
  #area-support .contents--list.link-wrap li.tel {
    margin-bottom: 0;
  }
  #area-support .contents--list.link-wrap li::before {
    width: 16%;
    height: 15vw;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
  }
  #area-support .contents--list.link-wrap li.line::before {
    background-image: url(../_img/support_icon-line-sp.png);
    width: 16%;
  }
  #area-support .contents--list.link-wrap li .support-link p.text {
    font-size: 5.2vw;
    margin-bottom: 5%;
    padding-left: 20vw;
  }
  #area-support .contents--list.link-wrap li.line .support-link p.text {
    margin-bottom: 2%;
  }
  #area-support .contents--list.link-wrap li .support-link p.text2 {
    padding-left: 20vw;
  }
  #area-support .contents--list.link-wrap li.line .support-link p.text2 {
    margin-bottom: 5%;
    font-size: 3.8vw;
  }
  #area-support .contents--list.link-wrap li.tel .support-link p.text2 {
    margin-top: -2.3vw;
    font-size: 7vw;
  }
  .support-btn a {
    padding: 6px 22% 8px;
    font-size: 4vw;
  }
  #area-support .notes {
    position: absolute;
    justify-content: center;
    width: 100%;
    margin-top: -80vw;
  }
}

/* ========================================
最短当日取引可能
======================================== */
#area-speed {
  background: #f2f4f5;
}
.speed_img {
  width: 60%;
  margin: 0 auto 20px;
}
.speed_text span {
  color: #00a0ff;
}
.step-wrap {
  margin-top: 7%;
}
.step-wrap .sub-title {
  font-size: min(calc(50 / 750* 100vw), 2.1rem);
  margin-bottom: 5%;
  font-weight: 600;
}
.step-wrap .sub-title .bg-grad {
  margin-right: 0.6%;
}
.step-list {
  width: 1000px;
  display: flex;
}
.step-list li {
  background: #fff;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.08));
  border-radius: min(calc(35 / 750* 100vw), 1.2rem);
  width: 290px;
  height: 260px;
  margin: 0 auto 5%;
  padding: 2% 3%;
}
.step-list li:last-child {
  margin-bottom: 2%;
}
.step-list li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #c4cbce;
  border-right: 0;
  position: absolute;
  right: -33px;
  top: 43%;
}
.step-list li:last-child::before {
  content: none;
}
.step-list li dl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step-list li dl dt {
  width: 20%;
}
.step-list li dl dd .step-text {
  font-size: min(calc(50 / 750* 100vw), 1.1rem);
  margin: 20px 0;
}
.step-list li dl dd .step_img {
  width: 80%;
}
.step-wrap .notes {
  margin: -40px 2.5% 5% 0;
  text-align: right;
  display: block;
}
@media screen and (max-width: 767px) {
  #area-speed {
    overflow: hidden;
  }
  .speed_img {
    width: 120%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .step-list {
    width: 100%;
    flex-direction: column;
  }
  .step-list li {
    padding: 4% 8% 8%;
    width: 90%;
    height: auto;
  }
  .step-list li::before {
    content: none;
  }
  .step-list li dl {
    flex-direction: row;
  }
  .step-list li dl dt {
    width: 25%;
  }
  .step-list li dl dd .step_img {
    width: 70%;
  }
  .step-wrap .notes {
    margin-top: 0;
    text-align: center;
  }
}
/* ========================================
お客様限定サービス
======================================== */
.service-list {
  display: flex;
  justify-content: center;
  width: min(calc(680 / 750* 100vw), 800px);
  margin: 0 auto;
}
.service-list li {
  width: 440px;
  height: 340px;
  background: #e5f5ff;
  border-radius: min(calc(35 / 750* 100vw), 1.2rem);
  padding: min(calc(50 / 750* 100vw), 40px);
  margin: 5% 2%;
  margin-bottom: 5%;
}
.service-list li figure {
  width: 30%;
  margin: 1rem auto;
}
.service-list li .service_name {
  color: #00a0ff;
  font-size: min(calc(40 / 750* 100vw), 1.5rem);
}
.service-list li .service_name .line-wh {
  background: linear-gradient(transparent 50%, #fff 50%);
}
.service-list li .popup_btn {
  width: 80%;
}
.remodal.service {
  padding: 40px;
}
.remodal.service .text {
  text-align: left;
  font-size: min(calc(50 / 750* 100vw), 1rem);
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.remodal.service .service-type {
  font-size: min(calc(50 / 750* 100vw), 2rem);
  color: #00a0ff;
  line-height: 1.3;
  margin-bottom: 5%;
}
.remodal.service .service_modal_img {
  width: 64%;
  margin: 3% auto;
}
.remodal.service._02 .service_modal_img {
  width: 88%;
}
.remodal.service .popup_btn {
  width: 43%;
  margin-bottom: 0;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .service-list {
    flex-direction: column;
    margin-bottom: 4%;
  }
  .service-list li {
    width: 100%;
    height: auto;
    margin: 0 auto 5%;
  }
  .service-list li .popup_btn {
    width: 100%;
  }
  #area-service .read {
    margin-bottom: 5%;
  }
  .remodal.service {
    padding: 10px;
  }
  .remodal.service .service-type {
    margin-top: 5%;
  }
  .remodal.service .service_modal_img {
    width: 90%;
    margin-top: 6%;
  }
  .remodal.service .popup_btn {
    width: 77%;
    margin-bottom: 20px;
  }
}
/* ========================================
footer
======================================== */
#footer {
  background: #f2f4f5;
}
#footer.contents {
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  font-size: min(calc(40 / 750* 100vw), 0.7rem);
}
#footer .footer-text {
  padding: 40px 20px;
}
#footer .area-wrap {
  max-width: 900px;
}
#footer .area-wrap .footer-logo {
  color: #000;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#footer .area-wrap ul li {
  text-align: left;
  line-height: 2;
  border-bottom: 1px solid #3f3f3f;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
#footer .area-wrap ul li:last-child {
  border: none;
  margin-bottom: 0;
}
#footer .area-wrap figure {
  width: 60px;
  height: 60px;
  margin: 0 auto 40px;
}
#footer .area-wrap .footer-logo p.logo {
  width: 200px;
}
#footer .copyright {
  background: #8a8c8f;
  padding: 30px 0;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #footer .contents--bg {
    padding: 40px 4%;
  }
  #footer .area-wrap .footer-logo p.logo {
    width: 43%;
  }
  #footer .copyright {
    font-size: 14px;
  }
}
/* ============================================
	page-top
============================================ */
#page-top {
  position: fixed;
  bottom: 30px;
  right: 20px;
}
#page-top a {
  width: 82px;
  display: block;
}
#page-top:hover a {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #page-top {
    right: -20px;
  }
  #page-top a {
    width: 64%;
    display: block;
  }
}
@media screen and (min-width:768px) and (max-width:1200px) {
  #fv .mv-wrap::before {
    background: url(../_img/mv_bg.png) no-repeat center;
    background-size: 80% auto;
    margin-left: 25vw;
  }
  .header__btn {
    flex-basis: 34%;
  }
  .area-wrap {
    max-width: 100%;
    min-width: 100%;
  }
  .zero-wrap .zero-icon span.zero {
    font-size: 20rem;
  }
  .zero-wrap .zero-icon span.fonts {
    font-size: 6rem;
  }
  .zero-wrap .base-list li {
    font-size: 1rem;
  }
  .title {
    margin-bottom: min(10vw, 30px);
  }
  .balloon {
    margin-top: -46px;
  }
  .line_ui {
    width: 24%;
  }
  .line_wrap .qr_img {
    display: none;
  }
  .step-list {
    width: 100%;
  }
  .step-list li {
    width: 28%;
    position: relative;
  }
  .step-list li::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 20px solid #c4cbce;
    border-right: 0;
    position: absolute;
    right: -33px;
    top: 43%;
  }
  #area-support .contents--list.link-wrap {
    padding: 0 5%;
  }
  #area-support .contents--list.link-wrap li {
    height: 28vw;
  }
  #area-support .contents--list.link-wrap li .support-link p.text {
    font-size: 2.2vw;
    margin-bottom: 52%;
  }
  #area-support .contents--list.link-wrap li.line .support-link p.text {
    margin-bottom: 52%;
  }
  #area-support .contents--list.link-wrap li.tel .support-link p.text2 {
    font-size: 3vw;
  }
  #area-support .contents--list.link-wrap li::before {
    width: 30%;
  }
  #area-support .contents--list.link-wrap li.line::before {
    width: 66%;
  }
  .support-btn a {
    padding: 6px 4vw 8px;
    font-size: 2vw;
  }
  #area-support .notes {
    padding-left: 5%;
  }
}