@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Noto Sans JP", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Arial, Meiryo, "メイリオ", "Yu Gothic", YuGothic, sans-serif;
  line-height: 1.6;
  color: #292929;
  font-size: 14px;
  -webkit-text-size-adjust: none;
  text-align: left;
  min-width: 1000px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
}

.txt_bold {
  font-weight: 700;
}

.txt_en {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6, p,
.heading p {
  line-height: normal;
  margin: 0;
}

h1 {
  font-size: 110%;
  margin: 0;
}

h2 {
  font-size: 100%;
}

h3 {
  font-size: 115%;
}

h4, h5, h6 {
  font-size: 110%;
}

a {
  color: #333;
  text-decoration: none;
}

a.line {
  text-decoration: underline;
}

.bold {
  font-weight: 700;
}

.big,
.large {
  font-size: 115%;
}

.middle {
  font-size: 105%;
}

.small {
  font-size: 80%; /* fallback */
  font-size: calc(1em - 2px);
  line-height: 1.6em; /* fallback */
  line-height: calc(1.71em - 1px);
}

.red {
  color: #F00;
}

.blue {
  color: #096fb9;
}

.green {
  color: #060;
}

.gray {
  color: #888;
}

.must {
  color: #F00;
  font-weight: bold;
}

.tate {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.tate span {
  font-size: 180%;
}

_::-webkit-full-page-media, _:future, :root .tate {
  writing-mode: lr-tb;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .tate {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    text-orientation: upright;
  }
  .tate span {
    font-size: 140%;
  }
}
.under {
  text-decoration: underline;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.under:hover {
  color: #e27224;
}

html {
  overflow-y: scroll;
}

@media all and (max-width: 767px) {
  html.is-fixed,
  html.is-fixed body {
    overflow: hidden;
  }
}

body {
  background: #fff;
  min-width: inherit;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap {
  position: relative;
}

#container {
  width: 100%;
  overflow: hidden;
}

img {
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

ul li {
  padding-left: 0;
  line-height: 1.6;
  margin: 0;
}
ul li::before {
  display: none;
}
ul li::before {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  height: auto;
}

.link-txt {
  color: #000;
  text-decoration: underline;
  transition: opacity 0.2s cubic-bezier(0.17, 0.84, 0.44, 1);
}
.link-txt._black {
  color: #222;
}
.link-txt:hover {
  opacity: 0.75;
}

.link {
  transition: opacity 0.2s;
}
.link:hover {
  opacity: 0.7;
}

.dl_btn {
  background: #009BE5;
  color: #fff !important;
  font-weight: 500;
  height: 48px;
  width: 100%;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list1 li {
  position: relative;
  padding: 0px 0 8px 18px;
}
.list1 li::before {
  content: "●";
  display: block;
  color: #dedede;
  font-size: 10px;
  position: absolute;
  top: 4px;
  left: 0;
}

.pc .img-hover-link:hover .img-hover-bg {
  transform: scale(1.1);
}

.img-hover-link .img-hover {
  overflow: hidden;
}
.img-hover-link .img-hover > .img-hover-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 0.2s;
}

html.remodal-is-locked {
  overflow: auto;
}

body {
  padding-right: 0px !important;
}

.wrapper {
  display: flex;
  height: 100%;
}
.wrapper::after {
  content: "";
  width: 100vw;
  height: 100lvh;
  background: url(../img/bg.jpg) center center/78px 103px repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  position: fixed;
}
@media screen and (max-width: 390px) {
  .wrapper::after {
    display: none;
  }
}
.wrapper .header {
  flex: 1;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  position: fixed;
  left: 0;
  width: calc(100% - (390px + 39.0625%));
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .wrapper .header {
    width: calc(100% - (390px + 31.25%));
  }
}
@media screen and (max-width: 1200px) {
  .wrapper .header {
    width: calc(100% - (390px + 23.4375%));
  }
}
@media screen and (max-width: 1000px) {
  .wrapper .header {
    display: none;
  }
}
.wrapper .header .nav_list {
  width: 53.7313432836%;
  min-width: 320px;
}
.wrapper .header .nav_list .list_item + .list_item {
  margin-top: 16px;
}
.wrapper .header .nav_list .list_item a {
  display: flex;
  background: #fff;
  height: 56px;
  width: 100%;
  text-decoration: none;
  color: #009BE5;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  position: relative;
  border-radius: 8px;
  padding: 10px 16px;
}
.wrapper .header .nav_list .list_item a .ico {
  width: 20px;
}
.wrapper .header .nav_list .list_item a .ttl {
  margin-left: 4px;
  margin-bottom: 2px;
}
.wrapper .header .nav_list .list_item a::after {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  background: url(../img/ico_anchor.png) center center/contain no-repeat;
  display: block;
  margin-left: auto;
}
.wrapper .header .app_box {
  width: 53.7313432836%;
  min-width: 320px;
  margin-top: max(32px, 5vh);
  position: relative;
}
.wrapper .header .app_box .ico {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  top: -20px;
  width: 182px;
}
.wrapper .header .app_box .ttl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #009BE5;
}
.wrapper .header .app_box .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
}
.wrapper .header .app_box .content .img {
  width: 55.1724137931%;
}
.wrapper .header .app_box .content .qr {
  width: 34.4827586207%;
}
.wrapper .main {
  width: calc(390px + 39.0625%);
  display: flex;
  justify-content: flex-start;
  margin-left: auto;
}
@media screen and (max-width: 1600px) {
  .wrapper .main {
    width: calc(390px + 31.25%);
  }
}
@media screen and (max-width: 1200px) {
  .wrapper .main {
    width: calc(390px + 23.4375%);
  }
}
@media screen and (max-width: 1000px) {
  .wrapper .main {
    width: 100%;
    margin-left: auto;
    justify-content: center;
  }
}
.wrapper .main .main_inner {
  margin-left: 300px;
  width: 100%;
  max-width: 406px;
  border-top: 8px solid #fff;
  border-left: 8px solid #fff;
  border-right: 8px solid #fff;
  margin-top: 60px;
  z-index: 999;
  border-radius: 30px 30px 0 0;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .wrapper .main .main_inner {
    margin-left: 200px;
  }
}
@media screen and (max-width: 1200px) {
  .wrapper .main .main_inner {
    margin-left: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .wrapper .main .main_inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 390px;
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .wrapper .main .main_inner {
    border: none;
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .main .main_inner {
    margin-top: 0;
    border-radius: 0;
  }
}
.wrapper .main .main_inner #container {
  min-width: inherit;
  padding-top: 0;
}
.wrapper .main .main_inner #contents {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.wrapper .main .main_inner #contents p {
  font-size: 14px;
  line-height: 1.6;
}
.wrapper .main .main_inner #contents a {
  text-decoration: none;
}
.wrapper .main .main_inner header {
  position: relative;
  min-width: inherit;
  top: 0 !important;
  left: 0 !important;
}
.wrapper .main .main_inner header::after {
  display: none;
}
.wrapper .main .main_inner header .header_block {
  justify-content: center;
}
.wrapper .main .bnr_area {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  max-width: 390px;
  padding: 0 16px 16px;
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.5s, opacity 0.5s;
}
@media screen and (max-width: 1000px) {
  .wrapper .main .bnr_area {
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media screen and (max-width: 540px) {
  .wrapper .main .bnr_area {
    max-width: inherit;
  }
}
.wrapper .main .bnr_area .dl_btn {
  box-shadow: 0px 4px 8px 0px rgba(41, 41, 41, 0.3);
}
.wrapper .main .bnr_area.show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.wrapper .main #sec_mv .mv_img {
  background: #E5F5FC;
  padding-bottom: 170px;
}
.wrapper .main #sec_mv .mv_img .img {
  position: relative;
}
.wrapper .main #sec_mv .mv_img .img .coin {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.wrapper .main #sec_mv .js-coin-anim01 {
  animation: floating-y01 1.6s 0.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y01 {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}
.wrapper .main #sec_mv .js-coin-anim02 {
  animation: floating-y02 1.6s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y02 {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.wrapper .main #sec_mv .js-coin-anim03 {
  animation: floating-y03 1.6s 0.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y03 {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.wrapper .main #sec_mv .mv_column {
  padding: 32px 24px 16px;
  background: #fff;
  border-radius: 12px;
  margin-top: -170px;
  position: relative;
  z-index: 2;
  margin-left: 16px;
  margin-right: 16px;
  box-shadow: 2px 2px 20px 0px rgba(0, 155, 229, 0.1);
}
.wrapper .main #sec_mv .mv_column > .ttl {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.wrapper .main #sec_mv .mv_column > .ttl img {
  width: 170px;
}
.wrapper .main #sec_mv .mv_column > .ttl span {
  font-size: 18px;
  margin-left: 8px;
  margin-bottom: 2px;
}
.wrapper .main #sec_mv .mv_column .intro_txt {
  margin-top: 12px;
}
.wrapper .main #sec_mv .mv_column .mv_list {
  margin-top: 24px;
}
.wrapper .main #sec_mv .mv_column .mv_list .list_item {
  display: flex;
}
.wrapper .main #sec_mv .mv_column .mv_list .list_item + .list_item {
  margin-top: 24px;
}
.wrapper .main #sec_mv .mv_column .mv_list .list_item .ico {
  width: 120px;
  position: relative;
  z-index: 1;
}
.wrapper .main #sec_mv .mv_column .mv_list .list_item .content {
  width: calc(100% - 120px + 10px);
  margin-left: -10px;
  position: relative;
  z-index: 2;
}
.wrapper .main #sec_mv .mv_column .mv_list .list_item .content .list_ttl {
  color: #009BE5;
  font-weight: bold;
  font-size: 18px;
}
.wrapper .main #sec_mv .mv_column .mv_list .list_item .content .list_ttl span {
  font-size: 24px;
}
.wrapper .main #sec_mv .mv_column .note_column {
  margin-top: 24px;
  background: #F9F9F9;
  border-radius: 12px;
  padding: 16px;
  width: calc(100% + 16px);
  margin-left: -8px;
}
.wrapper .main #sec_mv .mv_column .note_column .ttl {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.wrapper .main #sec_mv .mv_column .note_column .ttl img {
  width: 24px;
}
.wrapper .main #sec_mv .mv_column .note_column .ttl span {
  font-size: 16px;
  margin-left: 4px;
  color: #ED5564;
}
.wrapper .main #sec_mv .mv_column .note_column .note {
  margin-top: 4px;
}
.wrapper .main #sec_mv .mv_column .note_column .note p {
  font-size: 12px;
}
.wrapper .main #anchor {
  background: #E5F5FC;
  padding: 8px;
  margin-top: 32px;
}
.wrapper .main #anchor .anchor_list {
  display: flex;
  justify-content: space-between;
}
.wrapper .main #anchor .anchor_list .list_item {
  width: calc((100% - 8px) / 2);
}
.wrapper .main #anchor .anchor_list .list_item a {
  background: #fff;
  border-radius: 8px;
  height: 56px;
  color: #009BE5;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 8px 10px 15px;
  font-weight: 500;
}
.wrapper .main #anchor .anchor_list .list_item a::after {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  background: url(../img/ico_anchor.png) center center/contain no-repeat;
  display: block;
}
.wrapper .main .sec_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrapper .main .sec_ttl .ico {
  width: 32px;
}
.wrapper .main .sec_ttl .ttl {
  font-weight: bold;
  font-size: 30px;
}
.wrapper .main #sec01 {
  background: #F9F9F9;
  padding: 64px 16px;
}
.wrapper .main #sec01 .use_list {
  margin-top: 50px;
}
.wrapper .main #sec01 .use_list .list_item {
  background: #fff;
  border-radius: 12px;
  padding: 40px 24px 24px;
  margin-top: 20px;
  position: relative;
}
.wrapper .main #sec01 .use_list .list_item + .list_item {
  margin-top: 50px;
}
.wrapper .main #sec01 .use_list .list_item .ico {
  width: 124px;
  position: absolute;
  left: 0;
  top: -20px;
  right: 0;
  margin: auto;
}
.wrapper .main #sec01 .use_list .list_item .img01 {
  width: 164px;
  margin: auto;
  margin-bottom: 16px;
}
.wrapper .main #sec01 .use_list .list_item .ttl_area {
  color: #009BE5;
  text-align: center;
}
.wrapper .main #sec01 .use_list .list_item .ttl_area .ttl {
  font-weight: bold;
  font-size: 24px;
}
.wrapper .main #sec01 .use_list .list_item .ttl_area .ttl_note {
  font-size: 16px;
  font-weight: 500;
}
.wrapper .main #sec01 .use_list .list_item .txt {
  margin-top: 12px;
}
.wrapper .main #sec01 .use_list .list_item .txt p {
  font-size: 16px;
}
.wrapper .main #sec01 .use_list .list_item .note {
  margin-top: 4px;
}
.wrapper .main #sec01 .use_list .list_item .note p {
  font-size: 12px;
}
.wrapper .main #sec01 .use_list .list_item:nth-of-type(1) {
  padding-bottom: 0;
}
.wrapper .main #sec01 .use_list .list_item:nth-of-type(1) .img02 {
  margin-top: 24px;
  width: calc(100% + 48px);
  margin-left: -24px;
  border-radius: 0 0 24px 24px;
  overflow: hidden;
}
.wrapper .main #sec01 .use_list .list_item:nth-of-type(1) .img02 video {
  width: 100%;
  vertical-align: top;
}
.wrapper .main #sec01 .use_list .list_item:nth-of-type(2) .img02 {
  margin-top: 24px;
}
.wrapper .main #sec01 .column {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrapper .main #sec01 .column .ttl {
  font-weight: bold;
  font-size: 20px;
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 2px;
}
.wrapper .main #sec01 .column .ttl::after {
  content: "";
  width: 100%;
  height: 2px;
  background: url(../img/line_bg.png) left center/8px 2px repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
}
.wrapper .main #sec01 .column .column_list {
  display: flex;
}
.wrapper .main #sec01 .column .column_list .list_item {
  position: relative;
  display: flex;
  align-items: center;
  color: #009BE5;
  font-size: 16px;
  font-weight: 500;
}
.wrapper .main #sec01 .column .column_list .list_item::before {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  background: url(../img/ico_check.png) center center/contain no-repeat;
  margin-right: 4px;
  display: block;
}
.wrapper .main #sec01 .column .column_list .list_item + .list_item {
  margin-left: 14px;
}
.wrapper .main #sec02 {
  padding: 64px 16px;
}
.wrapper .main #sec02 .modal_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.wrapper .main #sec02 .modal_btn .modaal-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #009BE5;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 500;
}
.wrapper .main #sec02 .modal_btn .modaal-btn::before {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  background: url(../img/ico_modal.png) center center/contain no-repeat;
  margin-right: 1px;
}
.wrapper .main #sec02 .slider {
  position: relative;
  margin-top: 40px;
  width: calc(100% + 32px);
  margin-left: -16px;
  display: none;
}
.wrapper .main #sec02 .slider.slick-initialized {
  display: block;
}
.wrapper .main #sec02 .slider .slick-track {
  display: flex;
}
.wrapper .main #sec02 .slider .slide {
  height: auto !important;
}
.wrapper .main #sec02 .slider .slide .slide_inner {
  background: linear-gradient(135deg, #F5FCFF, #CFECF9);
  border-radius: 12px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  height: 100%;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  flex-direction: column;
}
.wrapper .main #sec02 .slider .slide .slide_inner .img_area {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrapper .main #sec02 .slider .slide .slide_inner .img_area .ico {
  font-size: 12px;
  font-weight: 500;
  color: #009BE5;
  top: 16px;
  border: 1px solid #009BE5;
  border-radius: 30px;
  background: #fff;
  padding: 2px 12px;
  margin-top: 16px;
}
.wrapper .main #sec02 .slider .slide .slide_inner .img_area .img {
  margin-top: -36px;
}
.wrapper .main #sec02 .slider .slide .slide_inner .txt_area {
  background: #fff;
  border-radius: 0 0 8px 8px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px;
}
.wrapper .main #sec02 .slider .slide .slide_inner .txt_area p {
  font-weight: 500;
}
.wrapper .main #sec02 .slider .slide-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/ico_arrow.png) center center/contain no-repeat;
  width: 48px;
  aspect-ratio: 1/1;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.3s;
  cursor: pointer;
}
.wrapper .main #sec02 .slider .slide-arrow.prev-arrow {
  left: 12%;
  transform: scale(-1, 1);
}
.wrapper .main #sec02 .slider .slide-arrow.next-arrow {
  right: 12%;
}
.wrapper .main #sec02 .slider .slide-arrow.slick-disabled {
  opacity: 0;
}
.wrapper .main #sec02 .dots-wrap {
  display: block;
  position: relative;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: 14px;
}
.wrapper .main #sec02 .dots-wrap li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px !important;
  cursor: pointer;
}
.wrapper .main #sec02 .dots-wrap li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #C7C7C7;
  border-radius: 50%;
}
.wrapper .main #sec02 .dots-wrap li.slick-active button {
  background: #009BE5;
}
.wrapper .main #sec02 .btn_area {
  margin-top: 32px;
}
.wrapper .main #sec03 {
  padding: 64px 24px;
  background: #F9F9F9;
}
.wrapper .main #sec03 .fa_area {
  margin-top: 32px;
}
.wrapper .main #sec03 .fa_area .fa_box {
  background: #fff;
  border-radius: 12px;
}
.wrapper .main #sec03 .fa_area .fa_box + .fa_box {
  margin-top: 12px;
}
.wrapper .main #sec03 .fa_area .fa_box .ttl {
  position: relative;
  display: flex;
  padding: 16px 12px;
  align-items: center;
  cursor: pointer;
}
.wrapper .main #sec03 .fa_area .fa_box .ttl::before {
  content: "";
  width: 32px;
  aspect-ratio: 1/1;
  display: block;
  background: url(../img/ico_q.png) center center/contain no-repeat;
}
.wrapper .main #sec03 .fa_area .fa_box .ttl::after {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  display: block;
  background: url(../img/ico_acc_open.png) center center/contain no-repeat;
  margin-left: auto;
}
.wrapper .main #sec03 .fa_area .fa_box .ttl span {
  flex: 1;
  font-weight: 500;
  padding-left: 8px;
}
.wrapper .main #sec03 .fa_area .fa_box .ttl.selected::after {
  background-image: url(../img/ico_acc_close.png);
}
.wrapper .main #sec03 .fa_area .fa_box .content {
  align-items: flex-start;
  padding-top: 0;
  display: none;
}
.wrapper .main #sec03 .fa_area .fa_box .content .inner {
  position: relative;
  display: flex;
  padding: 0 12px 12px;
  align-items: flex-start;
}
.wrapper .main #sec03 .fa_area .fa_box .content .inner::before {
  content: "";
  width: 32px;
  aspect-ratio: 1/1;
  display: block;
  background: url(../img/ico_a.png) center center/contain no-repeat;
}
.wrapper .main #sec03 .fa_area .fa_box .content p {
  flex: 1;
  padding-left: 8px;
}
.wrapper .main #sec04 {
  padding: 64px 24px;
}
.wrapper .main #sec04 .box1 {
  margin-top: 32px;
}
.wrapper .main #sec04 .box1 .ttl {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.wrapper .main #sec04 .box1 .txt {
  margin-top: 12px;
}
.wrapper .main #sec04 .box1 .tel_box {
  background: #F9F9F9;
  border-radius: 8px;
  padding: 16px;
  margin-top: 12px;
}
.wrapper .main #sec04 .box1 .tel_box .tel_ttl {
  font-size: 12px;
}
.wrapper .main #sec04 .box1 .tel_box .tel_link {
  color: #009BE5;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
}
.wrapper .main #sec04 .box1 .tel_box .tel_link::before {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  background: url(../img/ico_tel.png) center center/contain no-repeat;
  margin-right: 4px;
}
.wrapper .main #sec04 .box1 .tel_box .tel_link a {
  color: #009BE5 !important;
}
.wrapper .main #sec04 .box1 .tel_box .tel_txt {
  margin-top: 4px;
}
.wrapper .main #sec04 .box1 .tel_box .tel_txt p {
  font-size: 12px;
}
.wrapper .main #sec04 .box1 .tel_box .tel_txt p + p {
  margin-top: 4px;
}
.wrapper .main #sec04 .box2 {
  margin-top: 32px;
}
.wrapper .main #sec04 .box2 .ttl {
  font-size: 14px;
  font-weight: 500;
}
.wrapper .main #sec04 .box2 .txt {
  margin-top: 8px;
}
.wrapper .main #sec04 .box2 .txt p {
  font-size: 12px;
}
.wrapper .main #sec04 .box2 .txt p + p {
  margin-top: 8px;
}
.wrapper .main footer {
  min-width: inherit;
  background: #F9F9F9;
}
.wrapper .main footer .ft_box02 {
  display: flex !important;
  width: auto !important;
  flex-direction: column-reverse !important;
  align-items: flex-start !important;
  padding: 40px 30px 100px !important;
}
.wrapper .main footer .ft_box02 .ffg_logo {
  margin-bottom: 24px !important;
}

.remodal-overlay, .remodal-wrapper {
  max-width: 390px;
  left: calc(100% - (390px + 39.0625%) + 308px);
  right: auto;
  bottom: auto;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1600px) {
  .remodal-overlay, .remodal-wrapper {
    left: calc(100% - (390px + 31.25%) + 208px);
  }
}
@media screen and (max-width: 1200px) {
  .remodal-overlay, .remodal-wrapper {
    left: calc(100% - (390px + 23.4375%) + 108px);
  }
}
@media screen and (max-width: 1000px) {
  .remodal-overlay, .remodal-wrapper {
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 540px) {
  .remodal-overlay, .remodal-wrapper {
    max-width: inherit;
  }
}

.remodal {
  max-width: 326px;
  border-radius: 12px;
  padding: 40px 24px 0;
}
.remodal .remodal-close {
  left: auto;
  right: -16px;
  top: -16px;
  width: 40px;
  aspect-ratio: 1/1;
  height: auto;
}
.remodal .remodal-close::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/ico_close.png) center center/contain no-repeat;
}
.remodal .ttl {
  width: 100%;
  max-width: 248px;
}
.remodal .txt {
  margin-top: 16px;
}
.remodal .txt p {
  text-align: left;
  font-size: 14px;
}
.remodal .img {
  margin-top: 16px;
}

.none-sp {
  display: block !important;
}

.none-pc {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .none-sp {
    display: none !important;
  }
  .none-pc {
    display: block !important;
  }
}
.br-pc {
  display: inline-block;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}/*# sourceMappingURL=wallet2025.css.map */