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

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

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
    scroll-behavior: smooth;
}

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

#wrapper {
    min-width: 320px;
    max-width: 600px;
    margin: 0 auto;
    background: url(./../img/index/repeat-y-bg.jpg) repeat-y center;
    background-size: contain;

    min-height: 100vh;
    height: 100%;

    position: relative;
    overflow: hidden;
}

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;
}

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

.sp-br {
    display: block;
}

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

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-1 {
    margin-top: 1em !important;
}

.st {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 50px;
}

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

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

.btn-box a {}

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

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

.image-button_spacial-rate {
    margin: auto;
}


section {
    margin: 24px 0;
}

section img {
    width: 100%;
}

.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: 80%;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translate(0, -50%);
}

#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 {}

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

.to-home {}

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

.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: 12px;
    left: 12px;
    z-index: 999;
}

#right-menu img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    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;
    right: 2rem;
    top: 2rem;
}

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

.nav-inner {
    margin: auto;
    padding: 20vw 2%;
}

.nav-ul {
    /*ここにスタイルを記述*/
}

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

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

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

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

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

#move_link {
    display: flex;
    height: 47px;
    background: #fff;
    align-items: center;
    justify-content: center;
    gap: 1em;
    font-size: 1.2em;
    font-weight: bold;
}

#move_link img {
    display: block;
    width: 2em;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 4px;
}

#version_change {
    background: #fffc;
}

#version_change .content {
    justify-content: center;
    gap: 1em;
}

#version_change a {
    width: 40%;
}

#version_change a>img {
    display: block;
    width: 80%;
    height: 100%;
    object-fit: contain;
    margin: auto;
}

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

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


/*メインコンテンツ
----------------------------------------------------------------------------------------------------*/
#main {}

.content {
    margin: 0 auto;
    overflow: hidden;
    padding: 12px;
}

/* .con01 */
.con01 {
    /* スタイルは不要です */
}

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

/* .grid-inner */
.grid-inner {
    /* スタイルは不要です */
}

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

#duration {
    position: relative;
}

#set_minute {
    position: absolute;
    top: 24%;
    left: 1vw;
    right: 0;
    min-width: 18vw;
    max-width: 20vw;
    height: 8vw;
    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;
}

.con02 {}

.con02 img {
    width: 100%;
}

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

#set_rate {
    position: absolute;
    top: 23vw;
    left: -24vw;
    right: 0;
    margin: auto;
    width: 45vw;
    display: flex;
    gap: 3vw;
}

#set_rate img {
    width: 50%;
}


#set_rate_dot {
    width: 17vw;
    position: absolute;
    top: 25vw;
    right: 15vw;
}

#con03 {}

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

.con03 li {
    position: relative;
    background-position: bottom !important;
}

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

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

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

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

.con03 dt {
    font-weight: bold;
    font-size: 0.8em;
}

.con03 dd {
    text-align: center;
    font-weight: bold;
    /* width: fit-content; */
}

.mitsumori-apple-card {
    /*    width: 50%;
    margin: auto;
    display: block;*/
}

.con03 dd input {
    width: 80%;
}

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



.card-value {
    display: flex;
    align-items: start;
    justify-content: center;
}

.card-value figure {
    margin: 0;
    width: 50%;
    display: block;
}

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

.card-value figure img {}

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

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

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

.con04 {}

.con04 h2.st {
    text-align: center;
}

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

.con04 ul li {}

.con05 {
    /* your styles here */
}

.con05 h2.st img {
    /* your styles here */
}

#form_application {
    /* your styles here */
}

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

#form_application table th {
    background: #0f0f0f;
    color: #fff;
    padding: 0.8em 0.4em;
    font-weight: bold;
    display: block;
}

#form_application table td {
    position: relative;
    padding: 0.8em 1em;
    display: block;
}

#form_application table input[type="text"],
#form_application table input[type="number"],
#form_application table input[type="file"],
#form_application table textarea {
    width: 100%;
    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: #fd962b;
    color: white;
    border: none;
    text-align: center;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    margin: 1em 0;
}

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

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

.gift-flex label:first-of-type {
    width: 60%;
}

.gift-flex label:last-of-type {
    width: 40%;
}

.gift-flex label p,
.gift-flex label input[type="number"] {
    font-size: 0.7em;
}

.gift-flex label input[type="text"] {
    font-size: 0.6em;
}

.gift-flex label input {
    height: 3rem !important;
}

#check_rule {
    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: 1.2em;
    gap: 0.2em;
}

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

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

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

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

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

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


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

.coupon {
    display: flex;
    width: 100px;
    height: 100px;
    background: url(./../img/index/coupon.png)no-repeat center;
    background-size: contain;
    background-position-y: 18px;
    align-items: center;
    justify-content: center;
    color: #fd0045;
    font-weight: bold;
    position: absolute;
    right: 0%;
    top: 58%;
    transform: translateY(-50%);
}


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

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

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

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


.count-purchase {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

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

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

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

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

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

.group_odd {

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

.group-list {}

.group-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
}

.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: 0.4em;
}

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

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

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

.twitter {
    position: relative;
}

h3.sst {
    position: absolute;
    z-index: 1;
    top: -35vw;
}

.twitter h3.sst img {
    /* your styles here */
}

.twitter-timeline {
    margin-top: 50vw !important;
}

/* 銀行検索モーダル */
.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;
}


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

.footer-sub {
    position: static !important;
    bottom: auto !important;
}

.foot-inner {
    padding: 60px 12px 160px;
    margin: auto;
}

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

.foot-inner li {
    /* no styles applied */
}

.foot-inner a {
    display: block;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    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: 2rem 0;
}

.foot-inner__item {
    flex: 0 0 100%;
}

.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;
    flex-direction: unset !important;
    margin: unset !important;
    gap: 1rem !important;
}

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

.footer__nav-link {
    font-size: 14px !important;
    font-weight: normal !important;
}

.pagetop {
    display: none !important;
    position: fixed;
    bottom: 9rem;
    /*適宜変更*/
    right: 0;
    /*適宜変更*/
    z-index: 99;
    /*適宜変更・削除*/

    display: inline-block;
    /*必要があれば適宜変更*/

    opacity: 1;
    transition: opacity 0.7s;
}

.pagetop img {
    width: 100px;
}

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


.fxfoot {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}

.fxfoot img {
    width: 100%;
}

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