/*----------------------------------------
Reset  Default Styles
----------------------------------------*/
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,
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;
  font-size: inherit;
  vertical-align: baseline;
}

i,
em {
  font-style: normal;
}

small {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
li {
  list-style: none;
}

th,
td {
  vertical-align: middle;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
}

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;
}

td,
th {
  padding: 0;
}

ul,
dl,
ol {
  text-indent: 0;
}

li {
  list-style: none;
}

img {
  border: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #282828;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow, rounded corners on iOS inputs */
  padding: 4px 8px;
  border: 1px solid #282828;
  background: #fff;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

em,
i {
  font-style: normal;
}

* {
  box-sizing: border-box;
}

html {
  word-wrap: break-word;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 100%;
  line-height: 1;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  display: block;
  width: 100%;
  height: 100%;
}

button,
a,
img {
  outline: none;
}

/*------------------------------------------------------
  contents
------------------------------------------------------*/
.bg_main {
  background-color: #00B793;
}

.bg_sub {
  background-color: #FFFF00;
}

.bg_white {
  background-color: #fff;
}

.bg_gray {
  background-color: #F2F2F2;
}

body {
  position: relative;
  margin: 0 auto;
  font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 1.66;
  color: #000;
}

@media only screen and (max-width: 1000px) {
  body {
    font-size: 18px;
    font-size: 1.8vw;
  }
}

@media only screen and (max-width: 640px) {
  body {
    font-size: max(2.8125vw, 1.2rem);
  }
}

button:hover,
a:hover {
  opacity: 0.8;
  transition: opacity ease 0.3s;
}

.bg_dot {
  width: 100%;
  height: 6px;
  background-color: #fff;
  background-image: radial-gradient(#7bded9 20%, transparent 20%);
  background-size: 6px 6px;
  background-repeat: repeat-x;
}

.txtRB {
  display: inline;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

.note {
  font-size: inherit;
}

@media only screen and (max-width: 640px) {
  .note {
    font-size: 15px;
    font-size: 2.34375vw;
  }
}

.only-pc {
  display: block;
}

@media only screen and (max-width: 640px) {
  .only-pc {
    display: none;
  }
}

.only-sp {
  display: none;
}

@media only screen and (max-width: 640px) {
  .only-sp {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .header {
    margin-bottom: -5%;
  }
}

.header.bg_skew_border {
  background-color: #FFFFED;
  background-image: repeating-linear-gradient(-63deg, #D9F4EF, #D9F4EF 62px, transparent 0, transparent 135px);
}

@media only screen and (max-width: 640px) {
  .header.bg_skew_border {
    background-image: repeating-linear-gradient(-63deg, #D9F4EF, #D9F4EF 32px, transparent 0, transparent 68px);
  }
}

.header__bankName {
  background-color: #fff;
  width: 100%;
  height: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 6px 6px rgba(191, 191, 191, 0.5);
}

@media only screen and (max-width: 640px) {
  .header__bankName {
    height: auto;
    padding: 2.5%;
  }
}

.header__bankName img {
  width: 240px;
  height: 50px;
}

@media only screen and (max-width: 640px) {
  .header__bankName img {
    width: 18.4375%;
    height: auto;
  }
}

.header__inner {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  padding: 90px 10px 0;
}

@media only screen and (max-width: 640px) {
  .header__inner {
    padding: 7% 5.625% 0;
  }
}

.header__charactor {
  position: relative;
  bottom: -45px;
}

@media only screen and (max-width: 640px) {
  .header__charactor {
    bottom: 0;
  }
}

.section {
  padding: 0 1%;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 640px) {
  .section {
    padding: 0 5.625%;
  }
}

.section__inner {
  position: relative;
  width: 1000px;
  max-width: 100%;
  padding: 90px 0;
}

@media only screen and (max-width: 640px) {
  .section__inner {
    padding: 14.0845070423% 0;
  }
}

.section__title {
  margin-bottom: 60px;
}

@media only screen and (max-width: 640px) {
  .section__title {
    margin-bottom: 10.5633802817%;
  }
}


/* 2024/5/27追記 */
.campaign {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  border-top: 90px solid #00B793;
}

@media only screen and (max-width: 640px) {
  .campaign {
    padding: 0;
    border-top: 30px solid #00B793;
  }
}

.campaign a {
  width: 800px;
  margin: 40px auto 0 auto;
  padding: 0 0 40px 0;
  display: block;
}

@media only screen and (max-width: 640px) {
  .campaign a {
    max-width: 90%;
    margin: 20px auto 0 auto;
    padding: 0 0 20px 0;
    display: block;
  }
}

/* .campaign__inner {
  display: flex;
  justify-content: center;
  padding: 25px;
  background-color: #fff;
}

.campaign a {
  width: 492px;
  height: auto;
  margin: 0 10px;
} */

/* .campaign__inner {
    display: block;
    padding: 4% 8%;
  }

  .campaign a {
    width: 100%;
    margin: 0;
  }

  .campaign a+a {
    margin-top: 3%;
  }
} */

.debit {
  padding-top: 90px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .debit {
    padding-top: 10%;
  }
}

.debit .section__inner {
  padding-top: 0;
}

@media only screen and (max-width: 640px) {
  .debit .section__title {
    margin-bottom: 5.2816901408%;
  }
}

.debit__text {
  margin-bottom: 0.2em;
  font-size: 2.2rem;
  line-height: 2;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.125em;
}

.debit__note {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.125em;
}

.debit__sub {
  margin: 90px 0 30px;
}

@media only screen and (max-width: 640px) {
  .debit__sub {
    margin: 15.8450704225% 0 5.2816901408%;
  }
}

@media only screen and (max-width: 1000px) {
  .debit__text {
    font-size: 22px;
    font-size: 2.2vw;
  }

  .debit__note {
    font-size: 18px;
    font-size: 1.8vw;
  }
}

@media only screen and (max-width: 640px) {
  .debit__text {
    margin-bottom: 0.8em;
    letter-spacing: 0.07em;
    font-size: max(3.125vw, 1.25rem);
    line-height: 2.6;
    font-weight: 400;
  }

  .debit__note {
    font-size: 15px;
    font-size: 2.34375vw;
    font-size: max(2.34375vw, 1.1rem);
    line-height: 1.66;
    font-weight: 400;
  }
}

.debit__table {
  width: 100%;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  border: solid 2px #000;
  letter-spacing: 0.125em;
}

@media only screen and (max-width: 1000px) {
  .debit__table {
    font-size: 20px;
    font-size: 2vw;
  }
}

@media only screen and (max-width: 640px) {
  .debit__table {
    border-width: 1px;
    font-size: max(2.8125vw, 1.2rem);
  }
}

@media only screen and (max-width: 320px) {
  .debit__table {
    letter-spacing: 0;
  }
}

.debit__table thead th {
  padding: 1em 0;
}

.debit__table thead th:nth-of-type(2) {
  background-color: #FFFF00;
  border-left: solid 2px #000;
}

@media only screen and (max-width: 640px) {
  .debit__table thead th:nth-of-type(2) {
    border-width: 1px;
  }
}

.debit__table thead th:last-of-type {
  background-color: #5ED2BB;
  border-left: solid 2px #000;
}

@media only screen and (max-width: 640px) {
  .debit__table thead th:last-of-type {
    border-width: 1px;
  }
}

.debit__table tbody tr {
  border-top: solid 2px #000;
}

@media only screen and (max-width: 640px) {
  .debit__table tbody tr {
    border-width: 1px;
  }

  .debit__table tbody tr:last-of-type th {
    height: 6em;
  }
}

.debit__table tbody th {
  white-space: nowrap;
  padding: 1em 0;
}

@media only screen and (max-width: 640px) {
  .debit__table tbody th {
    width: 19.6428571429%;
    height: 5em;
  }
}

.debit__table tbody td {
  border-left: solid 2px #000;
}

@media only screen and (max-width: 640px) {
  .debit__table tbody td {
    width: 40.1785714286%;
    border-width: 1px;
  }
}

.debit__table tbody td:first-of-type {
  background-color: #FFFF00;
}

.debit__table tbody td:last-of-type {
  background-color: #5ED2BB;
}

.debit__table tbody .note {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
}

@media only screen and (max-width: 1000px) {
  .debit__table tbody .note {
    font-size: 14px;
    font-size: 1.4vw;
  }
}

@media only screen and (max-width: 640px) {
  .debit__table tbody .note {
    padding-top: 0.5em;
    font-size: max(2.03125vw, 1rem);
    line-height: 1.38;
  }
}

.point__box {
  position: relative;
  width: 100%;
  padding: 36px;
  background-color: #fff;
  border: solid 2px #000;
  border-radius: 40px;
  letter-spacing: 0.125em;
}

@media only screen and (max-width: 640px) {
  .point__box {
    border-radius: 15px;
    padding: 6.25%;
    letter-spacing: 0.07em;
  }
}

.point__box+.point__box {
  margin-top: 90px;
}

@media only screen and (max-width: 640px) {
  .point__box+.point__box {
    margin-top: 12.5%;
  }
}

.point__icon {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 40px;
  margin: 0 auto;
  border: solid 2px #000;
  border-radius: 20px;
  background-color: #00B793;
}

@media only screen and (max-width: 640px) {
  .point__icon {
    top: -13px;
    width: 125px;
    height: 26px;
  }
}

.point__icon img {
  width: auto;
  height: 22px;
}

@media only screen and (max-width: 640px) {
  .point__icon img {
    height: 47.3%;
  }
}

.point__icon+h3 {
  display: block;
  margin-bottom: 1.2em;
  border-bottom: solid 2px #000;
}

.point__ol li {
  text-indent: -1em;
  padding-left: 1em;
}

.point__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 114px;
  margin-top: 40px;
}

@media only screen and (max-width: 1000px) {
  .point__logos {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .point__logos {
    height: auto;
    margin-top: 1em;
  }
}

.point__logos .apple {
  width: 175px;
  height: auto;
  margin: 0 20px;
}

@media only screen and (max-width: 1000px) {
  .point__logos .apple {
    width: 18.9393939394%;
  }
}

@media only screen and (max-width: 640px) {
  .point__logos .apple {
    width: 23.7322515213%;
    margin: 0 1em;
  }
}

.point__logos .google {
  width: 183px;
  height: auto;
  margin: 0 20px;
}

@media only screen and (max-width: 1000px) {
  .point__logos .google {
    width: 19.8051948052%;
  }
}

@media only screen and (max-width: 640px) {
  .point__logos .google {
    width: 24.7464503043%;
    margin: 0 1em;
  }
}

.point__note {
  margin-top: 1em;
  font-size: 1.3rem;
}

@media only screen and (max-width: 1000px) {
  .point__note {
    font-size: 13px;
    font-size: 1.3vw;
  }
}

@media only screen and (max-width: 640px) {
  .point__note {
    font-size: 15px;
    font-size: 2.34375vw;
    letter-spacing: 0;
    font-size: max(2.34375vw, 1rem);
  }
}

.atm+.point__note {
  margin-top: 1em;
  text-indent: 0;
  padding-left: 0;
}

.okiDoki {
  display: none;
}

.okiDoki__button {
  margin-top: 2em;
}

.okiDoki__button .toggleButton {
  display: block;
  width: 549px;
  max-width: 100%;
  height: auto;
  margin: auto;
  padding: 0;
  border: none;
  background-color: transparent;
}

.okiDoki__button .toggleButton .toggleButton__open {
  display: block;
}

.okiDoki__button .toggleButton .toggleButton__close {
  display: none;
}

.okiDoki__button .toggleButton.active .toggleButton__open {
  display: none;
}

.okiDoki__button .toggleButton.active .toggleButton__close {
  display: block;
}

.lineup__table {
  width: 100%;
  text-align: center;
  font-weight: 700;
  border: solid 2px #000;
  letter-spacing: 0.125em;
}

@media only screen and (max-width: 640px) {
  .lineup__table {
    border-width: 1px;
  }
}

@media only screen and (max-width: 320px) {
  .lineup__table {
    letter-spacing: 0;
  }
}

.lineup tr .cardImage {
  width: 373px;
}

@media only screen and (max-width: 1020px) {
  .lineup tr .cardImage {
    width: 37%;
  }
}

.lineup tr:not(:last-of-type) {
  border-bottom: solid 2px #000;
}

@media only screen and (max-width: 640px) {
  .lineup tr:not(:last-of-type) {
    border-width: 1px;
  }
}

.lineup tr th {
  padding: 0.2em;
  border-right: solid 2px #000;
  white-space: nowrap;
}

@media only screen and (max-width: 640px) {
  .lineup tr th {
    border-width: 1px;
  }
}

.lineup tr th.wrap {
  white-space: normal;
}

.lineup tr td {
  padding: 1em 0;
}

.lineup tr td:last-of-type {
  background-color: #F2F2F2;
  border-left: solid 2px #000;
}

@media only screen and (max-width: 640px) {
  .lineup tr td:last-of-type {
    border-width: 1px;
  }
}

.lineup tr td.bg_sub {
  background-color: #FFFF00;
}

.lineup tr td:nth-last-of-type(2) {
  background-color: #FFFF00;
}

.outline {
  background-color: #F2F2F2;
}

.outline__dl {
  display: table;
  width: 100%;
  letter-spacing: 0.125em;
}

@media only screen and (max-width: 640px) {
  .outline__dl {
    display: block;
  }
}

.outline__dl:not(:last-of-type) {
  border-bottom: solid 2px #B3B3B3;
}

.outline__dl dt {
  display: table-cell;
  vertical-align: middle;
  width: 39.5%;
  height: 100%;
  padding: 1em;
  text-align: center;
  background-color: #CCC;
  font-weight: 700;
}

@media only screen and (max-width: 640px) {
  .outline__dl dt {
    display: block;
    width: 100%;
    padding: 0.7em;
  }
}

.outline__dl dd {
  display: table-cell;
  width: 60.5%;
  padding: 1em 2.5em;
  background-color: #fff;
  font-weight: 500;
}

.outline__dl dd .letterNarrow {
  letter-spacing: 0.05em;
}

.outline__dl dd .letterNarrow.pl {
  padding-left: 6.8em;
}

.outline__dl dd .only-ss {
  display: none;
}

@media only screen and (max-width: 640px) {
  .outline__dl dd {
    display: block;
    width: 100%;
    padding: 0.7em;
  }
}

@media only screen and (max-width: 320px) {
  .outline__dl dd .only-ss {
    display: block;
  }
}

.outline__note {
  font-size: 1.3rem;
  font-weight: 400;
  text-indent: -1em;
  margin-top: 0.3em;
  padding-left: 1em;
  line-height: 1.846;
  letter-spacing: 0.13em;
}

@media only screen and (max-width: 1000px) {
  .outline__note {
    font-size: 13px;
    font-size: 1.3vw;
  }
}

@media only screen and (max-width: 640px) {
  .outline__note {
    letter-spacing: 0.07em;
    font-size: max(2.2887323944vw, 1.1rem);
  }
}

.faq .section__inner {
  padding-top: 70px;
}

@media only screen and (max-width: 640px) {
  .faq .section__inner {
    padding-top: 11.4285714286%;
  }
}

.faq__wrapper {
  width: 100%;
}

.faq__a {
  position: relative;
  margin: 1em 0 2.7em;
  padding: 0 4.5% 0 7.5%;
  font-weight: 500;
  letter-spacing: 0.125em;
}

@media only screen and (max-width: 640px) {
  .faq__a {
    padding: 0 4.5% 0 12%;
  }
}

.faq__a:last-of-type {
  margin-bottom: 0;
}

.faq__a::before {
  position: absolute;
  top: 0.5em;
  left: 3.2%;
  content: "";
  display: block;
  width: 1.9%;
  height: 23px;
  background-image: url(../images/icon_a.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 640px) {
  .faq__a::before {
    left: 4.64%;
    width: 3.4%;
  }
}

.faq__note {
  margin-top: 0.2em;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.3rem;
  font-weight: 400;
}

@media only screen and (max-width: 1000px) {
  .faq__note {
    font-size: 13px;
    font-size: 1.3vw;
  }
}

@media only screen and (max-width: 640px) {
  .faq__note {
    font-size: max(2.03125vw, 1.1rem);
  }
}

.footer__inner {
  padding: 100px 10px 250px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .footer__inner {
    padding: 10.9375% 10px 30vw;
  }
}

.footer__title {
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 1000px) {
  .footer__title {
    font-size: 23px;
    font-size: 2.3vw;
  }
}

@media only screen and (max-width: 640px) {
  .footer__title {
    font-size: max(3.59375vw, 1.1rem);
  }
}

.footer__name {
  margin-top: 1em;
  font-size: 3.1rem;
  letter-spacing: 0.125em;
  font-weight: 200;
}

@media only screen and (max-width: 1000px) {
  .footer__name {
    font-size: 31px;
    font-size: 3.1vw;
  }
}

@media only screen and (max-width: 640px) {
  .footer__name {
    font-size: max(4.84375vw, 1.1rem);
  }
}

.footer__name .tel {
  margin-left: 1em;
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .footer__name .tel {
    margin-left: 0;
  }
}

.footer__time {
  margin-top: 0.4em;
  font-size: 2.2rem;
  font-weight: 200;
  letter-spacing: 0.125em;
}

@media only screen and (max-width: 1000px) {
  .footer__time {
    font-size: 22px;
    font-size: 2.2vw;
  }
}

@media only screen and (max-width: 640px) {
  .footer__time {
    font-size: max(3.4375vw, 1.2rem);
  }
}

.footer__time .info {
  margin-left: 1em;
}

@media only screen and (max-width: 640px) {
  .footer__time .info {
    margin-left: 0;
  }
}

.footer__note {
  margin-top: 2em;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.125em;
}

@media only screen and (max-width: 1000px) {
  .footer__note {
    font-size: 16px;
    font-size: 1.6vw;
  }
}

@media only screen and (max-width: 640px) {
  .footer__note {
    font-size: max(2.5vw, 1.1rem);
  }
}

.buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 640px) {
  .buttons {
    height: 18vw;
  }
}

.buttons__inner {
  position: relative;
  width: 1020px;
  max-width: 100%;
  padding: 0 10px;
}

@media only screen and (max-width: 640px) {
  .buttons__inner {
    padding: 0 5.625% 0;
  }
}

.buttons__apply {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 590px;
  height: 60px;
  margin: auto;
  text-align: center;
  line-height: 1;
  background-color: #FFFF00;
  border-radius: 30px;
}

@media only screen and (max-width: 768px) {
  .buttons__apply {
    width: 450px;
  }
}

@media only screen and (max-width: 640px) {
  .buttons__apply {
    width: 87.5%;
    height: 9vw;
    margin-left: 0;
    margin-right: auto;
  }
}

.buttons__apply span {
  display: block;
  padding-bottom: 2px;
  font-size: 3.1rem;
  font-weight: 300;
  letter-spacing: 0.125em;
  line-height: 1;
}

@media only screen and (max-width: 1000px) {
  .buttons__apply span {
    font-size: 31px;
    font-size: 3.1vw;
  }
}

@media only screen and (max-width: 640px) {
  .buttons__apply span {
    font-size: max(4.0625vw, 1.1rem);
  }
}

.buttons .toTop {
  position: absolute;
  top: 0;
  right: 10px;
  width: 60px;
  height: 60px;
}

@media only screen and (max-width: 640px) {
  .buttons .toTop {
    width: 9.1071428571%;
  }
}