@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

html[lang="ja"] {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

body {
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt'1;
    font-feature-settings: "pkna"1;
    letter-spacing: 0.04em;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #FFFFFF;
    color: #333333;
    margin: auto;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ol,
ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

p {
    margin: 0;
    letter-spacing: .1rem;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

input,
button,
textarea,
select {
    -webkit-appearance: none;
    appearance: none;
}

.container {
    max-width: 1280px;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: left;
}

#info {
    background: #f4f4f4;
}

.info_container {
    max-width: 600px;
    width: 100%;
    background: #FFFFFF;
    margin: 0 auto;
    padding: 20px;
    font-size: 14px;
}

.info_title {
    font-size: 25px;
    padding-bottom: 10px;
    border-bottom: 3px solid #f65c14;
}

.info_text p {
    padding-top: 25px;
    line-height: 1.5rem;
}

header {
    width: 100%;
    padding: 1.2em;
    background: #ffffff;
    border-bottom: 1px solid #c0c0c0;
    position: fixed;
    top: 0;
    z-index: 10;
}

.header_inner {
    max-width: 900px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-inline: auto;
}

.logo_img {
    width: 35%;
}

.hamburger-menu {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu-content li.item img {
    width: 35px;
}

.pr {
    font-size: 12px;
    padding: 2px 5px;
    border: 1px solid #333333;
}

.menu-btn {
    /* position: fixed; */
    top: 10px;
    right: 10px;
    display: flex;
    width: 30px;
    height: 25px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    cursor: pointer;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 25px;
    background-color: #2f2f2f;
    position: absolute;
}

.menu-btn span:before {
    bottom: 8px;
}

.menu-btn span:after {
    top: 8px;
}

.menu-btn:checked~ span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
}

.menu-btn:checked~ span::before {
    bottom: 0;
    transform: rotate(45deg);
}

.menu-btn:checked~ span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 80;
    background-color: #3584bb;
}

.menu-content ul {
    padding: 70px 10px 0;
}

.menu-content ul li {
    border-bottom: solid 1px #4b4b4b;
    list-style: none;
}

.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #4d4d4d;
    text-decoration: none;
    /* padding: 10px 10% 10px 0; */
    position: relative;
}

/* .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #4c4c4c;
    border-right: solid 2px #585858;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
} */

.menu-content ul {
    padding: 0;
    position: relative;
}

.menu-content li.item {
    background: #FFFFFF;
    padding: 20px 10px;
    transition: 0.3s;
}

.menu-content li.item:hover {
    opacity: 0.6;
    transition: 0.3s;
}

.menu-content li.item a {
    display: flex;
    position: relative;
    align-items: center;
    color: #333333;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
}

.menu-content li.item a:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(./asset/img/arrow01.png) no-repeat center / contain;
}

.menu-content {
    width: 45%;
    height: 100%;
    position: fixed;
    top: 65px;
    right: -50%;
    padding: 10px;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #ffffff;
    transition: all 0.5s;
    /*アニメーション設定*/
    opacity: 0.9;
}

.menu-content.active {
    right: 0;
    /*メニューを画面内へ*/
}

.main_visual {
    max-width: 900px;
    width: 100%;
    margin: 64px auto 0;
}

.main_container {
    max-width: 900px;
    background: #FFFFFF;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    margin: 0 auto;
    padding: 2rem 2rem;
    text-align: justify;
}

.main_text {
    letter-spacing: 0.1rem;
}

.main_text p {
    padding-top: 10px;
}

/* ポップアップ */

.modal-content {
    max-width: 700px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
}

.modal-content p {
 
}

.modal-link {
    width: 100%;
    color: #FFFFFF;
    background: #28B0E7;
    font-size: 2rem;
    padding: 1rem;
    margin: 1rem 0;
    border-radius: 10px;
}

@media screen and (max-width: 800px) {
    .menu-content {
        width: 80%;
        right: -80%;
    }
}

/* お金を借りたいけどむずかしそう */
.first_area {
    max-width: 900px;
    width: 100%;
    background: #ffffff;
    ;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    margin: 0 auto;
}

.first_area01 {
    padding: 20px;
}

.first_area_inner {
    position: relative;
    background: #fff7e6;
    padding: 20px;
    margin-top: 30px;
    border-radius: 10px;
    text-align: center;
}

.first_area_inner .step {
    position: absolute;
    left: 25px;
    top: -33px;
    width: 96px;
}

.f_area_title {
    font-size: 22px;
    font-weight: bold;
    color: #f15a24;
}

.f_area_text {
    padding-top: 20px;
}

/* ローンがあるからお金が借りられない */
.point_area02 {
    max-width: 900px;
    background: #f2f2f2;
    margin: 0 auto;
    padding: 2rem 2rem;
    text-align: justify;
}

.point_area_inner02 {
    position: relative;
    width: 100%;
    height: auto;
    background: #ffffff;
    text-align: center;
    padding: 1.5rem;
    border-radius: 0 0 10px 10px;
}

.point_head02 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #585858;
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
    padding:10px 20px;
    border-top: 2px solid #ff6c1e;
    gap: 10px;
}

.point_head02 .number {
    width: 50px;
    height: 50px;
    color: #ff5926;
    background: #ffef77;
    padding: 4px;
    font-size: 30px;
    font-weight: bold;
    border: 3px solid #ff5926;
    border-radius: 25px;
}

/* スピーディーにお金を借りるテクとは？ */

.point_area03 {
    max-width: 900px;
    background: #f2f2f2;
    margin: 0 auto;
    padding: 2rem 2rem;
    text-align: justify;
}

.point_area_inner03 {
    position: relative;
    width: 100%;
    height: auto;
    background: #ffffff;
    text-align: center;
    padding: 1.5rem;
    border-radius: 0 0 10px 10px;
}

.point_head03 {
    display: flex;
    justify-content: center;
    background: #ff8b2e;
    color: #ffffff;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-top: 30px;
    padding:10px 20px;
    border-radius: 10px 10px 0 0;
    border: 1px solid #2f2f2f;
    align-items: center;
    gap: 10px;
}

.point_head03 .number {
    width: 40px;
    font-size: 25px;
    font-weight: bold;
}

/* だれにもバレずにお金を借りられる！ */

.point_area04 {
    max-width: 900px;
    background: #F9F4ED;
    margin: 0 auto;
    padding: 2rem 2rem;
    text-align: justify;
}

.point_area_inner04 .point_label {
    position: absolute;
    left: -24px;
    top: -15px;
    width: 180px;
}

.point_area_inner04 {
    position: relative;
    width: 100%;
    height: auto;
    background: #ffffff;
    text-align: center;
    margin-top: 35px;
    padding: 1.5rem;
    /* box-shadow: 5px 5px 5px #ececec; */
    border-radius: 10px;
}

.point_head04 {
    font-size: 22px;
    font-weight: bold;
}

/* 主婦でも借りられるかな？ */
.point_area06 {
    max-width: 900px;
    background: #ffffff;
    margin: 0 auto;
    padding: 2rem 2rem;
    text-align: justify;
    border: 3px solid #ffb4b4;
    border-radius: 10px;
}

.area06_fukidashi {
    position: relative;
    background: #ff9cb8;
    border-radius: 8px;
    padding: 20px;
}

.area06_fukidashi:before,
.area06_fukidashi:after {
    position: absolute;
    left: 30px;
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}

.area06_fukidashi:before {
    top: 100%;
    margin-left: 100px;
    border-color: transparent;
    border-top-color: #ff9cb8;
    border-right-color: #ff9cb8;
    border-width: 10px;
}

.point_area_inner06 {
    max-width: 900px;
    background: #ffffff;
    margin: 10px;
    padding: 1rem;
    text-align: justify;
    font-size: 20px;
    font-weight: 700;
    color: #636363;
}

.fukidashi_img {
    width: 30%;
    margin: 0 auto;
}

.area06_text {
    background: #ffecec;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    line-height: 1.8rem;
    font-size: 20px;
}

.question_area {
    max-width: 900px;
    width: 100%;
    background: #fff4ee;
    padding: 20px;
    margin: 0 auto;
}

.question_text {
    background: #FFFFFF;
    padding: 20px;
    border: 3px solid #ffaa95;
    line-height: 1.5rem;
}

.question_text p {
    padding-top: 20px;
}

/* 選ぶときはここが重要 */
.point_area {
    max-width: 900px;
    background: #EEF3F7;
    margin: 0 auto;
    padding: 2rem 2rem;
    text-align: justify;
}

.point_area_inner {
    position: relative;
    width: 100%;
    height: auto;
    background: #ffffff;
    text-align: center;
    margin-top: 40px;
    padding: 1.5rem;
    box-shadow: 5px 5px 5px #dfecf1;
    border-radius: 10px;
}

.point_area_inner .point_label {
    position: absolute;
    left: -20px;
    top: -15px;
    width: 180px;
}

.point_head {
    font-size: 22px;
    font-weight: bold;
}

#ac-menu {
    padding: 0;
    margin: 0;
}

#ac-menu li {
    border-top: solid 1px #ffffff;
}

#ac-menu li:last-child {
    border-bottom: solid 1px #ffffff;
}

#ac-menu .label {
    cursor: pointer;
    font-size: 2rem;
    background: #4EA0D8;
    color: #FFFFFF;
    letter-spacing: 0.12rem;
    font-weight: bold;
    padding: 20px 30px;
    position: relative;
    transition: .3s;
    text-align: center;
}

#ac-menu .label:hover {
    background-color: #4EA0D8;
    color: #FFFFFF;
}

/*
  ラベル右側のアイコン「＋」を設定
  beforeが横棒
  afterが縦棒
  */
#ac-menu .label::before,
#ac-menu .label::after {
    content: '';
    width: 20px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}

#ac-menu .label::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .3s;
}

/*
  アコーディオンメニューが開いている場合
  */
#ac-menu .label.open {
    /* ラベルの背景色を変更 */
    background-color: #4EA0D8;
    color: #FFFFFF;
}

#ac-menu .label.open::before {
    /* ラベルアイコンの横棒を非表示 */
    opacity: 0;
}

#ac-menu .label.open::after {
    /* ラベルアイコンの縦棒を横向きに回転 */
    transform: rotate(180deg);
}

#ac-menu .point_text {
    border-top: solid 1px #ccc;
    padding: 20px 30px;
    letter-spacing: 0.12rem;
    display: none;
}

#ac-menu .point_text p {
    padding-top: 20px;
    line-height: 1.8;
}

.point_img {
    width: 30%;
    margin: 20px auto;
}

/* 比較テーブル */
.hikaku_scroll {
    border: 3px solid #28B0E7;
}

.table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 15px;
}

.th {
    width: 20%;
    border: dashed 1px rgb(221 221 221);
    border-right: 1px solid #bdbdbd;
    background: #FFF8DC;
    padding: 10px;
    color: #333333;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
}

.td {
    width: 20%;
    border: dashed 1px rgb(221 221 221);
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
    /* vertical-align: top; */
}

.td p {
    font-size: 16px;
}

table img {
    width: 40%;
    transition: 0.3s;
}

table img:hover {
    opacity: 0.8;
    transition: 0.3s;
}

table tr td .r_img {
    width: 100%;
}

.lap {
    position: relative;
}

.lap p {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ボタン本体 */
.btn {
    width: 100%;
    display: inline-block;
    padding: 0.8em 1em;
    background-color: #D82603;
    /* 背景色 */
    box-shadow: 0 5px 0 #AD2A02;
    /* 影の太さ・色 */
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    /* 文字の下線を消す */
}

/* ホバー時 */
.btn:hover {
    box-shadow: none;
    transform: translateY(5px);
}

/* クリック時 */
.btn:active {
    box-shadow: none;
    transform: translateY(5px);
}

.hikaku_p {
    font-size: 10px;
    margin-top: 10px;
}



/* ローン会社紹介 */
.loan_area {
    max-width: 900px;
    background: #28B0E7;
    margin: 0 auto;
    padding: 2rem 2rem;
    text-align: justify;
}

.loan_area_inner {
    background: #FFFFFF;
    padding: 2rem;
    margin-top: 2rem;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #2fa2cb;
}

.loan_t {
    font-size: 30px;
    font-weight: bold;
    color: #f75031;
    text-align: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #cccccc;
}

.loan_flex {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1rem;
}

.loan_item_img {
    width: 40%;
    transition: 0.3s;
}

.loan_item_img:hover {
    opacity: 0.8;
    transition: 0.3s;
}

.loan_item_area {
    width: 58%;
    margin-top: 10px;
}

.loan_item_point {
    height: auto;
    padding: 10px;
    background: #ffffff;
    text-align: center;
    border: 3px solid #28B0E7;
    border-radius: 10px;
    position: relative;
    z-index: 0;
}

.point_p {
    font-size: 12px;
    text-align: right;
    padding-top: 10px;
}

.loan_item_point::before {
    content: "";
    width: 230px;
    height: 5px;
    background: #FFF;
    display: inline-block;
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.loan_item_point .title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #F79431;
    margin-top: -30px;
    z-index: 10;
}

.list1 ul,
.list1 ol {
    padding: 0.3em 0.5em;
    position: relative;
    color: #373737;
    list-style-type: none;
    text-align: left;
}

.list1 ol {
    counter-reset: number;
}

.list1 ul li,
.list1 ol li {
    line-height: 1.5;
    padding: 1.3em 0 1em 2.2em;
    border-bottom: dotted 3px #28B0E7;
    font-size: 20px;
    font-weight: 700;
}

.list1 ul li:before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f14a";
    left: 0.5em;
    color: #F79431;
}

.list1 ol li:before {
    display: inline-block;
    position: absolute;
    font-family: "Quicksand", sans-serif;
    content: counter(number);
    counter-increment: number;
    left: 0.5em;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #28B0E7;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 26px;
}

.list1 ul li:last-of-type,
.list1 ol li:last-of-type {
    border-bottom: none;
}

.loan_item_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    margin-top: 20px;
}

.loan_item_grid dl {
    width: 100%;
    display: table;
    margin: 0;
    color: #4D4D4D;
}

.loan_item_grid dt {
    background: #EEF3F7;
    border-bottom: none;
    display: table-caption;
    vertical-align: middle;
    border-bottom: 1px solid #cbcccc;
}

.loan_item_grid dl dt,
.loan_item_grid dl dd {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    border: 1px solid #d9d9d9;
    margin: 0;
}

.loan_sub {
    font-size: 14px;
    margin-top: 20px;
}

.loan_timer {
    width: 100%;
    background: #F4CF31;
    padding: 5px;
    margin-top: 20px;
}

.loan_timer p {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #FF3115;
}

.timer_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3b3b3b;
    padding: 10px 0;
    margin-top: 5px;
    color: #f4f4f4;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}

.btn {
    font-size: 20px;
    font-weight: 500;
    background: linear-gradient(180deg, rgba(255,0,0,1) 0%, rgba(231,0,0,1) 36%, rgba(168,0,0,1) 100%);
    box-shadow: 0 5px 0 #770000;
    padding: 10px;
    line-height: 1.6rem;
}

a.btn {
    text-align: center;
    display: block;
    padding: 10px;
    color: #FFF;
    text-decoration: none;
    position: relative;
}

.shine {
    overflow: hidden;
}

.shine::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 28%, rgba(255, 255, 255, 0.75) 32%, rgba(255, 255, 255, 0.75) 78%, rgba(255, 255, 255, 0) 82%);
    animation: shine-loop 2s linear infinite;
}

@keyframes shine-loop {
    0% {
        transform: translateX(0);
    }

    10% {
        transform: translateX(200%);
    }

    100% {
        transform: translateX(200%);
    }
}

.loan_inner_text p {
    font-size: 22px;
}


.p_btn_area {
    text-align: center;
}


.point_btn {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0.7em 1em;
    margin: 10px auto 0;
    background: rgb(232, 0, 0);
    background: linear-gradient(180deg, rgba(232, 0, 0, 1) 0%, rgba(232, 0, 0, 1) 50%, rgba(216, 38, 3, 1) 50%, rgba(216, 38, 3, 1) 100%);
    box-shadow: 0 5px 0 #7C3131;
    border-radius: 10px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.arrow {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(./asset/img/btn_a.png) no-repeat center / contain;
    top: 50%;
    right: 26px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* ホバー時 */
.point_btn:hover {
    box-shadow: none;
    transform: translateY(5px);
}

/* クリック時 */
.point_btn:active {
    box-shadow: none;
    transform: translateY(5px);
}

.p_subtitle {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    background: #FFFFAE;
    margin-top: 40px;
    font-size: 30px;
    font-weight: bold;
    color: #ca1c30;
}

.btn_text {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-top: 30px;
    color: #C61825;
}

/* 各カード会社 */
.choice {
    max-width: 900px;
    background: #EEF3F7;
    margin: 0 auto 0;
    padding: 2rem 2rem;
}

.choice ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0;
    position: relative;
    margin-top: 20px;
}

.choice li.item {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px 20px;
    box-shadow: 0 5px 0 #bdd1dc;
    transition: 0.3s;
}

.choice li.item:hover {
    opacity: 0.6;
    transition: 0.3s;
}

.choice li.item a {
    display: flex;
    position: relative;
    align-items: center;
    color: #333333;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
}

.choice li.item a:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: url(./asset/img/arrow01.png) no-repeat center / contain;
}

.choice li.item img {
    width: 50px;
}

@media screen and (max-width: 800px) {
    .choice ul {
        gap: 5px;
        grid-template-columns: 1fr;
    }
}

footer {
    background: #ffffff;
    border-top: 1px solid #dbdbdb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer_content {
    width: 100%;
}

.footer_inner {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem 0;
    margin: 0 auto;
    color: #747474;
    font-size: 15px;
    align-items: center;
}

.footer_inner .nav_i {
    width: 35%;
}

.footer_inner .nav_list {
    display: flex;
    justify-content: space-around;
    gap: 30px;
}

.footer_copy {
    background: #333333;
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
    font-size: 10px;
}

/* タイマー */
.timer_area {
    text-align: center;
    margin-top: 35px;
}

.timer_area02 {
    text-align: center;
    margin-top: 70px;
}

.timer_inner01 {
    display: flex;
    justify-content: center;
    width: 50%;
    background: linear-gradient(0deg, rgba(232, 183, 0, 1) 0%, rgba(255, 226, 0, 1) 100%);
    padding: 5px 20px;
    margin: -50px auto 0;
    font-size: 25px;
    font-weight: 700;
    border-radius: 5px;
    color: #3a3a3a;
    align-items: center;
    z-index: 5;
}

.timer_inner01 img {
    width: 35px;
    padding-right: 5px;
}

.timer_inner02 {
    display: inline-block;
    padding: 5px 20px;
    font-size: 30px;
    font-weight: 700;
    border-radius: 10px;
    color: #f63201;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
        -2px 2px 0 #FFF, 2px -2px 0 #FFF,
        2px 0 0 #FFF, -2px 0 0 #FFF,
        0 2px 0 #FFF, 0 -2px 0 #FFF;
}

.timer {
    height: 100px;
    background: linear-gradient(0deg, rgba(60, 60, 60, 1) 0%, rgba(73, 73, 73, 1) 50%, rgba(82, 82, 82, 1) 50%, rgba(82, 82, 82, 1) 100%);
    border-radius: 8px;
    margin: 0 auto -15px;
    padding: 12px;
    text-align: center;
    font-size: 2.5rem;
    color: #fff;
    line-height: 1.5;
    font-weight: 600;
}

.timer_bg {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #ffffff; */
    border-radius: 10px;
}

.inner_t {
    width: 13%;
}

.inner_t01 {
    width: 7%;
}

#cd {
    width: 100%;
    font-size: 50px;
}

#cd02 {
    width: 100%;
    font-size: 50px;
}

#CDT {
    width: 53%;
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0.2rem;
    color: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;
}

#CDT01 {
    width: 33%;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.125rem;
    color: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;
}

#CDT02 {
    width: 53%;
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0.2rem;
    color: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;
}


.ttl {
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    line-height: 1.5;
}

.loan_timer_inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.loan_timer_inner img {
    width: 40px;
    padding-right: 5px;
}

/* 装飾 */

.t-shadow {
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
        -1px 1px 0 #FFF, 1px -1px 0 #FFF,
        1px 0 0 #FFF, -1px 0 0 #FFF,
        0 1px 0 #FFF, 0 -1px 0 #FFF;
}

.balloon-or {
    position: relative;
    width: 90%;
    background: #fff;
    border: 3px solid #FF3115;
    border-radius: 25px;
    padding: 10px;
    margin: 30px auto;
    text-align: center;
    color: #FF3115;
    font-size: 25px;
    font-weight: 600;
}

.balloon-or:after,
.balloon-or:before {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    border: solid transparent;
}

.balloon-or:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 20px;
    margin-left: -17px;
}

.balloon-or:before {
    border-color: rgba(51, 51, 51, 0);
    border-top-color: #FF3115;
    border-width: 20px;
    margin-left: -20px;
}

.red {
    color: #fb1a34;
}

.orenge {
    color: #F97258;
}

.yellow {
    color: rgb(255, 221, 0);
}

.fs10 {
    font-size: 10px;
}

.bold {
    font-weight: bold;
}

.m20 {
    margin-top: 2.0rem;
}

.m30 {
    margin-top: 3.0rem;
}

.m40 {
    margin-top: 4.0rem;
}

.mr40 {
    margin-right: 40px;
}

.mb30 {
    margin-bottom: 3.0rem;
}

.mb40 {
    margin-bottom: 4.0rem;
}

.mb50 {
    margin-bottom: 5.0rem;
}

.bg-red {
    background: #ff4a36;
}

.bg-lred {
    background: #ff9f84;
}

.bg-gr {
    background: #888888;
}

.under {
    border-bottom: 2px dotted #cccccc;
}

.under_y {
    background: linear-gradient(transparent 60%, #FFE100);
}

/* ローディング */
.loading-spinner {
    border: 4px solid #f3f3f3; /* 明るい灰色の円 */
    border-top: 4px solid #3b82f6; /* 青色の回転する部分 (Tailwind blue-500) */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: ease-in-out;
    animation: spin 1s linear infinite; /* 1秒で無限に回転 */
}

/* 回転アニメーションの定義 */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ローディングコンテナのトランジション設定 */
.loading-container {
    transition: opacity .5s ease-out, visibility 0s .5s;
}

.loading-container.hidden {
    opacity: 0;
    visibility: hidden;
    /* opacityトランジション後にvisibilityをhiddenにする */
    transition: opacity .5s ease-out, visibility 0s .5s;
}

/* メインコンテンツのトランジション設定 */
.main-content {
    opacity: 0;
    /* ここを2.0秒に変更し、ゆっくりフェードインするようにしました */
    transition: opacity .5s ease-in;
    height: 100vh;
    overflow-y: hidden;
}

.main-content.visible {
    opacity: 1;
    overflow: auto;
}