@charset "utf-8";
/* CSS Document */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*設定する場合→ font-family:'Noto sans japanese', sans-serif; を追加*/
/*同時に他のWEBフォントを使う場合はhtml側に記載すること*/


* {
    box-sizing: border-box;
}

/* 銀行検索モーダル */
.searchBankButton {
    border: none;
    outline: none;
    background: green;
    color: white;
    font-size: 1rem;
    padding: .5rem;
}

#bank_search {
    width: 96%;
    max-width: 600px;
    max-height: 74dvh;
    margin: auto;
    padding: 2rem 1rem;
    transform: translateY(-50%);
    background: white;
    box-shadow: 0 0 4px 0px black;
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 999;
    overflow: scroll;
}

#close_bank {
    position: sticky;
    top: 0px;
    left: 100%;
    background: black;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1rem;
    z-index: 999;
    cursor: pointer;
    margin-bottom: 1rem;
}

#bank_main,
#bank_oth,
#bank_btn {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

#bank_oth {
    /* flex-wrap: nowrap; */
}

#bank_main>li,
#bank_oth>li,
#bank_btn>li {
    flex: 0 0 calc(50% - (1rem / 2));
    border: 1px solid;
    min-height: 2rem;
    display: flex;
    gap: .5rem;
    align-items: center;
    padding: .5rem;
    font-size: 1rem;
    cursor: pointer;
}

#bank_oth>li {
    flex: 0 0 calc(50% - (1rem / 2));
    font-size: .9rem;
    padding: .2rem;
    justify-content: center;
}

.bank_icon {
    width: 1rem;
    height: 1rem;
    object-fit: contain;
}


.close_bsel {}

.atn {}

.left {}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.center {
    margin: 1rem auto;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}

#b_code {
    height: 2rem;
    width: 50%;
    font-size: 1rem;
    margin: unset;
}

#code_seaech {
    background: green;
    color: white;
    padding: .5rem;
    border: unset;
}

.akstn_list,
.daku_list {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.b_kanacol {}

.bt_4 {}

.bt_4>li {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b9b9b9;
    border: 1px solid;
    margin-bottom: .5rem;
    font-size: 1rem;
}

.bt_4>.ac {
    color: black;
    font-weight: bold;
    cursor: pointer;
}

.daku {}

.back {
    display: inline-block;
    padding: .5rem;
    cursor: pointer;
    border: 1px solid;
    margin-bottom: 1rem;
}

#bk_type_name {
    font-size: 1rem;
    margin-left: 1rem;
}

#b_code_err {
    width: 100%;
    color: red;
    text-align: center;
}


a {
    text-decoration: none;
    color: inherit;

    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    scroll-behavior: smooth;
}

a:hover {
    opacity: .7;
}

body {
    font-size: 14px;
    background: #FFFFFF;
    font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif;
}

#wrapper {
    min-width: 1500px;
    background: url(./../img/index/repeat-y-bg.jpg) repeat-y center;
    min-height: 100vh;
    height: 100%;
    position: relative;
}

img {
    vertical-align: bottom;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
input[type=button] {
    -webkit-appearance: none;
    border: 1px solid #999999;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

input[type=submit] {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

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

/*共通
----------------------------------------------------------------------------------------------------*/

.st {
    text-align: center;
    margin-bottom: 30px;
}

.btn-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
    margin: 200px 0;
}

.btn-box_group-banner {
    margin: 2rem auto;
}

.flex-btn {
    display: flex;
    gap: 2rem;
}

.flex-btn>* {
    flex: 0 1 100%;
}

.flex-btn img {
    width: 100%;
}

.image-button_spacial-rate {
    width: fit-content;
    margin: auto;
}

.banner-box {
    width: 100%;
    max-width: 800px;
}

.banner-box img {
    width: 100%;
}



section {
    margin: 200px 0;
}

.err-sec {
    margin-bottom: 480px;
}

.explanation {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6em;
}

.explanation strong {
    font-weight: bold;
    font-size: 1rem;
}

.explanation a {
    color: #fd4288;
    text-decoration: underline;
}

.link_underline {
    text-decoration: underline;
}

#closure {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000d1;
    z-index: 9999;
}

#closure img {
    width: 40%;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translate(0, -50%);
}

.text-red {
    color: red;
}


/* 受付停止 */

.closure {
    margin: 2rem auto;
}

.closure__img {
    width: 100%;
}

/*  */

.bank-news {
    color: #363636;
    padding: .5em;
    border: 3px solid #ff6d6d;
    display: flex;
    flex-direction: column;
    gap: .5em;
    width: fit-content;
    border-radius: .5rem;
    margin: 1rem 0;
    background: #fff9ee;
}

.bank-news__ttl {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    color: #ff5252;
}

/*ヘッダー
----------------------------------------------------------------------------------------------------*/
header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

.head-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.head-inner img {
    width: 100%;
}

#right-menu {
    position: fixed;
    top: 20px;
    left: calc(50% - 600px);
    z-index: 999;
}

#right-menu img {
    width: 80px;
    height: 80px;
    transform: scaleX(-1);
}


#fix-nav-menu {
    background: #0f0f0f;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: scroll;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.fix-close-btn {
    position: absolute;
    top: 20px;
    right: calc(50% - 600px);
    cursor: pointer;
}

.fix-close-btn img {
    display: block;
    width: 40px;
    height: 40px;
}

.nav-inner {
    width: 40%;
    margin: auto;
    padding: 2% 0;
}


.nav-btn {
    margin-bottom: 1em;
}

.nav-btn a {
    display: block;
    width: 100%;
}

.nav-btn a img {
    width: 100%;
}

.nav-li {
    margin: 2em 0 1em;
    text-align: center;
    border: 1px solid #fff;
}

.nav-li a {
    display: block;
    padding: 1em;
    font-size: 2em;
    color: #fff;
    font-weight: bold;
}

#err_popup {
    display: none;
    position: fixed;
    background: #000000c9;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

#err_popup .err-inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: fit-content;
    min-width: 50%;
    max-width: 80%;
    min-height: 10%;
    transform: translateY(-50%);
    margin: auto;
    background: #fd4288;
    padding: 2em 1em;
    border: 10px solid #0f0f0f;
}


#err_popup .err-text p {
    color: #fff;
    font-size: 2em;
    text-align: center;
    line-height: 1.7;
}


.to-home a {
    display: block;
    width: 50%;
    background: #0f0f0f;
    margin: 2em auto 0;
    color: #fff;
    text-align: center;
    padding: 1em;
}

#version_change {
    background: #fffc;
    padding: 1em 0;
}

#version_change .content {
    justify-content: center;
}

#version_change a {
    width: 400px;
    display: flex;
    align-items: center;
    gap: 1em;
}

#version_change a>img {
    width: 50%;
    height: 100%;
    object-fit: contain;
}

#version_change p {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.7;
}

#version_change p img {
    width: 1em;
    vertical-align: baseline;
}

/*メインコンテンツ
----------------------------------------------------------------------------------------------------*/

.content {
    width: 1500px;
    margin: 0 auto;
    overflow: hidden;
}

/* .grid-box */
.grid-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
}

/* .grid-inner > img */
.grid-inner>img {
    max-width: 100%;
    height: auto;
    display: block;
}

#duration {
    position: relative;
}

#set_minute {
    position: absolute;
    top: 112px;
    left: 0;
    right: 0;
    min-width: 50%;
    max-width: 76%;
    height: 148px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: end;
}

#set_minute .minute-inner {
    display: flex;
    /*    min-width: 33%;
    max-width: 100%;
    width: 100%;*/
    height: 100%;
    justify-content: center;
}

#set_minute .minute-inner img {
    aspect-ratio: 1/1;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}




#now-rate,
.now-rate {
    margin: 0;
    margin-bottom: 30px;
    position: relative;
}

#now-rate img,
.now-rate img {
    width: 100%;
}

#set_rate {
    position: absolute;
    top: 34%;
    left: 235px;
    right: 0;
    width: 690px;
    gap: 3em;
    display: flex;
}

#set_rate img {
    width: 50%;
}

#set_rate_dot {
    position: absolute;
    top: 36%;
    right: 17%;
    width: 276px;
}

#set_rate_dot img {
    width: 100%;
}

.con03 li {
    margin-bottom: 20px;
    background: url(./../img/index/con03-00.png) no-repeat center;
    height: 280px;
    position: relative;
}

.con03 ul {
    display: flex;
    flex-direction: column;
    gap: 50px;
}


.con03 li:first-child {
    background: url(./../img/index/con03-00.png) no-repeat center;
    height: 280px;
    position: relative;
}

.con03 li:nth-child(2) {
    background: url(./../img/index/con03-01.png) no-repeat center;
    height: 400px;
    position: relative;
}

.con03 li:last-child {
    background: url(./../img/index/con03-02.png) no-repeat center;
    height: 400px;
    position: relative;
}

.con03 dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: fit-content;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 48px;
    transform: translateY(-50%);
}

.con03 dt {
    font-weight: bold;
}

.con03 dd {
    font-weight: bold;
    display: flex;
    align-items: center;
}

.mitsumori-apple-card {
    height: 175px;
}

.con03 dd img {
    display: block;
}

.calc-result {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}

.card-value {
    display: flex;
    align-items: start;
    gap: 1em;
}

.card-value figure {
    margin: 0;
}

.card-value figcaption {
    font-size: 0.8em;
    text-align: center;
}


.no-select {
    width: 250px;
    display: block;
    position: relative;
    scroll-behavior: auto;
}

.no-select img {
    width: 100%;
    height: 175px;
    display: block;
}

.no-select::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 96%;
    height: 97%;
    background: #0009;
    border-radius: 8px;
}



.con04 h2.st {
    text-align: center;
    margin-bottom: 50px;
}

.con04 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.con04 ul li {
    margin: 20px;
}

#form_application table {
    border: 8px #0f0f0f solid;
    margin: 80px auto;
    width: 80%;
    background: #fff;
    font-size: 24px;
}

#form_application table th {
    background: #0f0f0f;
    color: #fff;
    padding: 0.8em 1em;
    font-weight: bold;
    text-align: right;
    width: 30%;
    border-bottom: 1px solid;
}

#form_application table td {
    position: relative;
    padding: 0.8em 1em;
    border-bottom: 1px solid #0f0f0f;
    font-weight: bold;
}

#form_application table td img {
    display: block;
}

.table-apple-card {
    width: 40%;
}

#form_application table input[type="text"],
#form_application table input[type="number"],
#form_application table input[type="file"],
#form_application table textarea {
    width: 100%;
    /* border: 2px solid; */
    height: 2em;
}

#form_application table input[type="button"] {
    width: 100%;
    height: 2em;
    cursor: pointer;
}

#form_application table input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
    width: 1.2em;
    height: 1.2em;
}

#form_application input[type="file"] {
    display: none;
}

.image_upload_label {
    display: block;
    background-color: #2196f3;
    color: white;
    border: none;
    text-align: center;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    margin: 1em 0;
}

#form_application table td .licence_card {
    display: block;
    width: 50%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.gift-flex {
    display: flex;
    gap: 1em;
    margin-bottom: 1em;
    opacity: 1;
    transition: opacity 0.7s;
}

.gift-flex.hidden-giftbox {
    opacity: 0;
}

#check_rule {
    width: 80%;
    margin: 1em auto;
    text-align: center;
}

#check_rule a {
    color: blue;
    text-decoration: underline;
}

#check_rule label {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: auto;
    font-size: 2em;
    gap: 0.2em;
}

#check_rule input[type="checkbox"] {
    width: 1em;
    height: 1em;
}

#check_contents {
    width: 80%;
    margin: auto;
    text-align: center;
}

#check_contents button {
    width: 80%;
    height: 4em;
    font-size: 6em;
    background: #0f0f0f;
    border: none;
    color: #fff;
    margin: 1em auto;
    cursor: pointer;
}

#send_contents {
    width: 80%;
    margin: auto;
    text-align: center;
}

#send_contents p {
    font-size: 2em;
    background: #fff;
    width: 80%;
    margin: auto;
    padding: 1em;
    border: 4px solid #0f0f0f;
}

#send_contents button {
    width: 80%;
    height: 4em;
    font-size: 4em;
    background: #fa3c88;
    border: 4px solid #0f0f0f;
    /* border: none; */
    color: #0f0f0f;
    margin: 1em auto;
    font-weight: bold;
    cursor: pointer;
}

.case-value {
    font-size: 0.8em;
    display: inline;
}

.purchase_rate {}

.coupon {
    display: flex;
    width: 120px;
    height: 120px;
    background: url(./../img/index/coupon.png)no-repeat center;
    background-size: contain;
    background-position-y: 19px;
    align-items: center;
    justify-content: center;
    color: #fd0045;
    position: absolute;
    right: 45%;
    top: 41%;
    transform: translateY(-50%);
}


.count-purchase {
    display: flex;
    gap: 1em;
}

.count-radio {
    display: none !important;
}

.count-label {
    display: block;
    width: 100%;
    min-width: 280px;
    padding: 1rem;
    background: gray;
    color: #fff;
    text-align: center;
    border-radius: 8px;
}

.count-radio:checked+.count-label {
    background: #2196f3;
}

.rate-flex {
    display: flex;
}

#set_rate {
    position: absolute;
    top: 37%;
    left: 93px;
    right: 0;
    width: 360px;
    gap: 2em;
    display: flex;
}

#set_rate_dot {
    position: absolute;
    top: 38%;
    right: 15%;
    width: 150px;
}

.con03 li:last-child {
    background: url(./../img/index/con03-01.png) no-repeat center;
}


.group {
    background: url(./../img/group/group-space.png) no-repeat;
    background-size: 30%;
    margin-bottom: 480px;
}

.group--new-footer {
    margin-bottom: 560px;
}

.group_odd {
    /* グループが奇数の場合 */
    background-position: 80% 100%;
}

.group_even {
    /* グループが偶数の場合 */
    background-position: 50% 100%;
    padding-bottom: 200px;
}

.group-list {
    width: 80%;
    margin: auto;
    padding: 20px;
}

.group-list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
}

.group-list li {
    box-shadow: 8px 8px #0f0f0f;
    background: #fff;
    border-radius: 4px;
    max-height: 128px;
}

.group-list li a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 1.5em 1em;
}

.group-list a img {
    max-height: 100px;
    object-fit: contain;
}

.group-list-portal {
    padding: 0 !important;
}

.group-list-portal img {
    max-height: 100% !important;
    width: 100%;
}


.twitter {
    position: relative;
}

h3.sst {
    position: absolute;
    z-index: 1;
    top: -573px;
}

.twitter-timeline {
    margin-top: 663px !important;
}

/* 銀行検索モーダル */

.searchBankButton {
    border: none;
    outline: none;
    background: green;
    color: white;
    font-size: 1rem;
    padding: .5rem;
}

#bank_search {
    width: 100%;
    max-width: 640px;
    margin: auto;
    padding: 2rem;
    transform: translateY(-50%);
    /*  */
    background: white;
    box-shadow: 0 0 4px 0px black;
    /*  */
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 999;
    /*  */
    overflow-x: hidden;
}

#close_bank {
    position: absolute;
    top: 0;
    right: 0;
    background: black;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1rem;
    z-index: 999;
    cursor: pointer;
}

#bank_main,
#bank_oth,
#bank_btn {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

#bank_oth {
    flex-wrap: nowrap;
}

#bank_main>li,
#bank_oth>li,
#bank_btn>li {
    flex: 0 1 calc(33.3% - (1rem / 3));
    border: 1px solid;
    min-height: 2rem;
    display: flex;
    gap: .5rem;
    align-items: center;
    padding: .5rem;
    font-size: 1rem;
    cursor: pointer;
}

#bank_oth>li {
    flex: 0 1 100%;
    font-size: .9rem;
    padding: .2rem;
    justify-content: center;
}

.bank_icon {
    width: 1rem;
    height: 1rem;
    object-fit: contain;
}


.close_bsel {}

.atn {}

.left {}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.center {
    margin: 1rem auto;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}

#b_code {
    height: 2rem;
    width: 50%;
    font-size: 1rem;
    margin: unset;
}

#code_seaech {
    background: green;
    color: white;
    padding: .5rem;
    border: unset;
}

.akstn_list,
.daku_list {
    display: flex;
    gap: .5rem;
}

.b_kanacol {}

.bt_4 {}

.bt_4>li {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b9b9b9;
    border: 1px solid;
    margin-bottom: .5rem;
    font-size: 1rem;
}

.bt_4>.ac {
    color: black;
    font-weight: bold;
    cursor: pointer;
}

.daku {}

.back {
    display: inline-block;
    padding: .5rem;
    cursor: pointer;
    border: 1px solid;
    margin-bottom: 1rem;
}

#bk_type_name {
    font-size: 1rem;
    margin-left: 1rem;
}

#b_code_err {
    width: 100%;
    color: red;
    text-align: center;
}



/*フッター
----------------------------------------------------------------------------------------------------*/
footer {
    background: #0f0f0f;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.foot-inner {
    width: 1500px;
    padding: 60px 0 280px;
    margin: auto;
}

.foot-inner ul {
    width: fit-content;
    display: flex;
    gap: 2em;
    margin: auto;
}

.foot-inner a {
    display: block;
    width: 100%;
    color: #fff;
    font-weight: bold;
    /*
    font-size: 24px;
    */
    font-size: 18px;
    letter-spacing: 2px;
}

.foot-inner small {
    color: #fff;
    text-align: center;
    margin: 2em 0 0;
    display: block;
    width: 100%;
}

.foot-inner--flex {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: auto;
    gap: 0 2rem;
}

.foot-inner__item {
    flex: 0 0 calc(50% - 1rem);
}

.footer__ttl {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    border-bottom: 1px solid;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
}

.footer__nav {
    flex-wrap: wrap;
    margin: unset !important;
    gap: 1rem !important;
}

.footer__nav-item {
    flex: 0 1 calc(50% - 1rem / 2);
}

.footer__nav-link {
    font-size: 1rem !important;
    font-weight: normal !important;
}

.pagetop {
    position: fixed;
    bottom: 20px;
    right: calc(50% - 750px);

    z-index: 999;
    display: inline-block;

    opacity: 1;
    transition: opacity 0.7s;
}

.pagetop img {
    width: 200px;
}

.dan-none {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s;
}

.fxfoot {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
    padding-left: 6px;
    z-index: 999;
}

.fxfoot img {
    width: fit-content;
    max-width: 600px;
}

.gsl-seal {
    width: 100%;
}

.gsl-seal img {
    display: block;
    margin: 0 auto 40px auto;
}