@import url('https://fonts.googleapis.com/css2?family=Georama:ital@1&family=Oswald:wght@300;400;500;600&display=swap');

/* カスタマイズ用CSS */
html {
    background: #fff;
}

body {
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", “Noto Sans”, “Noto Sans CJK JP”, "Helvetica Neue", "Meiryo", s
}

.container {
    max-width: 1100px;
}

.ec-layoutRole .ec-layoutRole__contents {
    max-width: 100%;
    padding-top: 7.5rem;
}

h1 {
    margin: 0;
}

h1 a {
    color: #fff;
}

h1.logo {
    display: grid;
}

h1.logo a {
    line-height: 0;
}

h1.logo a img {
    height: 9vw;
    max-width: 160px;
    max-height: 3rem;
    min-height: 2rem;
}


.section-title {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-weight: 600;
    font-size: clamp(1.5rem, 2vw, 2rem);
}

.section-title small {
    color: #AF9C66;
    display: block;
    font-size: 17px;
    padding-left:3px;
    padding-bottom: 5px;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.section-subtitle {
    padding-left: 10px;
    border-left: 6px solid #AF9C66;
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    margin-bottom: 1.5rem;
}

.in-sectio-title {
    border-bottom: 1px #ccc solid;
    line-height: 1;
    padding-bottom: 0.5rem;
    font-size: 1.3rem;
    margin-bottom: 1.3rem;
}

.ec-reportHeading {
    border: none;
}

img {
    max-width: 100%;
}

a.text-decoration-underline {
    color: #AF9C66!important;
}

.primary {
    color: #AF9C66;
}

/* ボタン共通 */

.btn {
    padding: 0.8rem 2rem;
    font-weight: bold;
}

.btn-primary, .btn-primary:active {
    background-color: #AF9C66!important;
    border: none;
}

.btn-primary:hover {
    background-color: #c9b57e!important;
}

.btn-primary:disabled {
    background-color: #cfc7b1!important;
}

.btn-secondary, .btn-secondary:active {
    background-color: #a1a1a1!important;
    border: none;
}

.btn-secondary:hover {
    background-color: #b6b6b6!important;
}

.btn-secondary:disabled {
    background-color: #cfcfcf!important;
}

.btn-white {
    background: #fff;
}

.btn.confirm-modal {
    color: #AF9C66;
    background-color: #fff;
    border: 3px #AF9C66 solid;
}

.btn.confirm-modal:hover {
    color: #fff;
    background-color: #AF9C66;
    border: 3px #AF9C66 solid;
}

.btn-sm {
    padding: 3px 10px;
    margin-top: -6px;
}

.form-check-input {
    border: 2px #AF9C66 solid;
    width: 1.5rem;
    height: 1.5rem;
}

.form-check-input:checked {
    background-color: #AF9C66;
    border-color: #AF9C66;
}

label.form-check-label {
    line-height: 2;
    margin-left: 8px;
}


.badge-success {
    background-color: #fff;
    color: #25B877;
    border: 1px solid #25B877;
}

.badge-danger {
    background-color: #fff;
    color: #C04949;
    border: 1px solid #C04949;
}

.badge.status {
    display: inline-block;
    padding: 0.5rem 0.75rem;
    font-size: 14px;
    font-weight: normal;
}

.border-primary {
    border-color: #dad0b4!important;
}


/* ナビゲーション */

.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: #fff;
}

.nav-bg {
    width: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-nav {
    font-size: .9rem;
}

.navbar-collapse {
    padding: 0rem .5rem;
}

.navbar-collapse.show {
    padding: 1rem .5rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
}

.navbar-collapse .nav-item .btn {
    display: none;
}

.navbar-collapse.show .btn {
    display: block;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.1rem;
}

.nav-item i {
    width: 18px;
    text-align: center;
    margin-right: 0.1rem;
}



/* 背景 */
.bg-primary {
    background-color: #AF9C66!important;
}

.bg-secondary {
    background-color: #b6b6b6!important;
}


.navbar {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}


/* SIMお申し込みページ */
.model-select label {
    font-family: "Oswald";
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.3;
}

.large-plus {
    font-size: 2rem;
    color: #999;
}


/* よくある質問関連 */

.faq-title {
    border: none;
    background: none;
    border: none;
    color: #111;
    font-size: 1rem;
    line-height: 1.4;
    z-index: 1;
}

.faq-title:not(.collapsed) {
    color: #333;
    font-weight: bold;
}

.q-content::before, .a-content::before {
    font-weight: bold;
    font-size: 1.2rem;
    margin-right: 3px;
    color: #AF9C66;
}

.q-content::before {
    content: "Q.";
}

.a-content::before {
    content: "A.";
}

.faq-background {
    position: relative;
}

.faq-background:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ece7d7;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.faq-title:not(.collapsed) .faq-background:before {
    opacity: 1;
}

.faq-title .bg-fade {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ece7d7;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.faq-title:not(.collapsed) .bg-fade {
    opacity: 1;
}

.accordion-item {
    background-color: #fff;
    border: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button:focus {
    z-index: 3;
    border: none;
    outline: 0;
    box-shadow: none;
}



.ec-cartRole__progress {
    z-index: 0 !important;
}

.font-din {
    font-family: "Oswald", sans-serif;
}


/* トップへ戻るボタン */

.ec-blockTopBtn {
    width: auto;
    height: auto;
    border-radius: 5rem;
    font-size: 2rem;
    background: none;
    line-height: 1;
    color: #999;
}


/* フォーム関連 */

.ec-halfInput.error p {
    display: inline-block;
    width: 49%;
}

.ec-borderedDefs dd:has(.ec-halfInput.error p) {
    line-height: 1;
}


/* トップページHERO */

.first_view {
    position: relative;
    width: 100%;
    height: max(680px,38vh);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0);
    background-blend-mode: multiply;
    padding-top: 40px;
    color: #fff;
}

.first_view .row {
    z-index: 1;
}

.hero-order-bt {
    padding: 10px 28px;
    border-radius: 40px;
    color: #000;
    background: #fff;
    font-size: 15px;
    border: solid 1px #fff;
    font-weight: bold;
    transition: 0.4s;
}

#bgVideo {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    top: 0;
    left: 0;
    overflow: hidden;
}


.top_service {
    width: 100%;
    padding: 0 20px;
}

.top_service ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.top_service ul li.model-name {
    font-family: "Oswald", sans-serif;
    font-size: 1.2rem;
    padding: 0px 12px;
    border: solid 1px #000;
    margin-right: 6px;
    border-radius: 4px;
    font-weight: 600;
    display: inline-block;
}


.top_plan, .parking {
    background-color: #f2f2f2;
    background-image: url(/html/user_data/assets/img/section_bg.jpg);
    background-size: auto 50vw;
    background-position: top;
    background-repeat: no-repeat;
}

.lump {
    text-align: center;
    color: #000;
    padding: 14px 18px;
    background: #fff;
    font-size: 1rem;
    position: relative;
    line-height: 1.6em;
    ;
}

.lump::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #f2f2f2;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}

.plan-title {
    text-align: center;
    background: #000;
    color: #fff;
    padding: 10px;
    vertical-align: middle;
    font-size: 22px;
    font-weight: 600;
    position: relative;
}

.plan-title::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #f2f2f2;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}

.plan-title b {
    font-size: 28px;
    margin-right: 4px;
    font-weight: 700;
}

.plan-title b big {
    font-size: 42px;
}

.lump h3 {
    font-size: 21px;
    font-weight: 500;
    line-height: 2em;
    margin: 0;
}

.lump h3 b {
    font-size: 2.6rem;
    font-weight: 600;
    color: #AF9C66;
    padding: 0 4px;
}

.lump h3 small {
    font-size: 16px;
    font-weight: 300;
}

.lump h3 small b {
    font-size: 1.6rem;
    font-weight: 500;
}

.lump .links {
    font-size: 18px;
    background: #AF9C66;
    color: #fff;
    padding: 6px 28px;
    border-radius: 40px;
    letter-spacing: 0;
    display: inline-block;
    font-weight: bold;
}

.point {
    position: absolute;
    top: -42px;
    right: -20px;
    z-index: 1;
}

.point h4 {
    position: relative;
    width: 85px;
    height: 85px;
    line-height: 0.5em;
    text-align: center;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    background: #AF9C66;
    border-radius: 50%;
    box-sizing: border-box;
    font-weight: 600;
    padding-top: 20px;
}

.point h4:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -11px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 17px solid #AF9C66;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
}

.point h4 font {
    font-size: 30px;
    display: block;
    padding-top: 0.45em;
}

.point h4 small {
    font-size: 10px;
    display: block;
    font-weight: 400;
    line-height: 20px;
    padding-top: 8px;
    padding-left: 5px;
}

.point h4 i {
    font-size: 24px;
}

.note {
    text-align: left;
    font-size: 14px;
}

.note ol {
    padding-left: 1.5em;
    font-weight: 300;
    list-style: disc;
}

.no-m {
    background: none;
}

.ec-label {
    color: #111;
}

.step-title {
    background: #000;
    color: #fff;
    padding: 15px;
    vertical-align: middle;
    font-weight: bold;
    position: relative;
    display: table;
    width: 100%;
}

.step-title::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}

.step-title .main {
    display: table-cell;
    padding-left: 0.5rem;
    vertical-align: middle;
}

.step-title .arrow-right, .step-title .arrow-down {
    display: table-cell;
    text-align: end;
    vertical-align: middle;
}

.step-title .step-num {
    text-align: center;
    color: #fff;
    margin-right: 0.8rem;
    background: #AF9C66;
    line-height: 1;
    border-radius: 1rem;
    font-family: "Oswald";
    width: 2rem;
    height: 2rem;
    display: table-cell;
    vertical-align: middle;
}

.step-point {
    list-style: none;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0;
    margin-top: 1.5rem;
    margin-left: 5px;
}

.step-point li {
    margin-bottom: 1.5rem;
    border-left: 6px solid #AF9C66;
    padding-left: 10px;
    line-height: 1.3;
}


.parking .links {
    display: inline-block;
    margin: 0 auto;
    margin-top: 50px;
    background-color: #AF9C66;
    padding: 6px 80px;
    font-size: 24px;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.4s;
}

.parking .links small {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}

.parking .links small img {
    position: relative;
    top: -2px;
}

.parking .links:hover {
    opacity: 0.8;
}


/* 規約関連ページ */
.terms {
    max-width: 820px;
    margin: 0 auto;
    font-size: 0.9rem;
    line-height: 1.6;
}

.terms h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    text-align: center;
}

.terms h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
}

.terms table {
    margin-top: .5rem;
}


/* お問い合わせページ */
.ec-contactRole {
    max-width: 820px;
}

.ec-borderedDefs dl {
    border: none;
}

.ec-contactRole input {
    border: solid 1px #9b9b9b;
    margin-bottom: 0;
}

.ec-borderedDefs {
    border: none;
}

.ec-contactRole .ec-input input {
    margin-bottom: 10px;
}

.ec-contactRole textarea {
    border: solid 1px #9b9b9b;
    border-radius: 0;
}

.ec-contactRole .ec-halfInput {
    display: flex;
    justify-content: space-between;
}

.ec-contactRole .ec-halfInput input {
    width: 48%;
}

.ec-input input,
.ec-halfInput input,
.ec-numberInput input,
.ec-zipInput input,
.ec-telInput input,
.ec-select input,
.ec-birth input {
    border-radius: 0;
}

.ec-contactRole .ec-blockBtn--action {
    width: 290px;
    margin-left: 30%;
    background: #000;
    border: none;
}

.ec-contactRole .ec-blockBtn--action:hover {
    background: #AF9C66;
    border: none;
}

/* ログイン関係 */
.ec-login {
    background: none;
}

.ec-login .ec-input input {
    border: solid 1px #000;
    border-radius: 0;
}


.order_box {
    width: 100%;
    background: #f2f2f2;
    padding: 28px;
    margin-bottom: 40px;
}

.order_box p {
    font-size: 13px;
    margin-bottom: 10px;
}

.order_box p a {
    color: #AF9C66;
    text-decoration: underline;
}


.form-box {
    background: #fafafa;
}

.modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    position: relative;
    margin: 0 auto;
    padding: min(20px,3vw);
    border: 1px solid #888;
    width: min(90vw, 800px);
    max-height: 78vh;
    top: 50%;
    transform: translateY(-50%);
}

.agreement_box1,
.agreement_box2,
.modal-content-box {
    flex-grow: 1;
    overflow-y: auto;
}

.form_agreement_box {
    flex-grow: 1;
    overflow-y: auto;
    height: 200px;
}

.close_bt {
    color: #aaa;
    font-size: 34px;
    font-weight: bold;
    position: absolute;
    top: -50px;
    right: 0;
}

.close_bt:hover,
.close_bt:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.open_btn {
    width: 380px;
    padding: 15px 20px;
    border: none;
    background: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    line-height: 1.5em;
    border: solid 2px #AF9C66;
    background-image: url(/html/user_data/assets/img/icon_right.svg);
    background-size: 39px 40px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    margin-right: 20px;
}

.agree_bt1:disabled,
.agree_bt2:disabled {
    background: #ddd;
}

.order_check {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

.order_check input {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 5px;
    cursor: pointer;
}

.order_check input:disabled {
    cursor: not-allowed;
    opacity: 0.4;
}

.order_check input {
    padding-left: 30px;
    vertical-align: middle;
    position: relative;
}

.order_check input::before,
.order_check input::after {
    content: "";
    display: block;
    position: absolute;
}

.order_check input::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #666464;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
}

.order_check input::after {
    border-bottom: 3px solid #666464;
    border-left: 3px solid #666464;
    opacity: 0;
    height: 6px;
    width: 11px;
    transform: rotate(-45deg);
    top: -7px;
    left: 10px;
}

.order_check input:checked::after {
    opacity: 1;
}


.no-click {
    opacity: 0.25;
    pointer-events: none;
    background: repeating-linear-gradient(-45deg, #dee2e6, #dee2e6 5px, #e9ecef 5px, #e9ecef 10px);
}

.no-click.ac {
    opacity: 1;
    pointer-events: auto;
    background: #fafafa;
}

.order-bt {
    inline-size: 2rem;
    block-size: 2rem;
    accent-color: #9d906b;
}

.front_page .order-bt {
    display: none;
}

.order_page .lump .lp-bt {
    display: none;
}

.order_page .order-d {
    display: none;
}

.order_page .next_blc {
    display: none;
}

.order_page .top_plan {
    padding: 0;
    background: none;
}

.order_page .price{
    padding:0;
}

.order_page .top_plan .next_blc{
    display: none;
}


/* 注文手続き */

.ec-imageGrid .ec-imageGrid__img {
    width: 40%;
    padding: 0;
}

.ec-progress .ec-progress__number,
.ec-progress .ec-progress__item:after {
    background: #666;
}

.ec-progress .is-complete .ec-progress__number {
    background: #AF9C66;
}

.ec-progress .is-complete .ec-progress__label {
    color: #AF9C66;
}


.data-vol {
    font-family: "Oswald";
    font-size: 2rem;
    font-weight: bold;
    padding: 5px 10px;
    border: 3px #AF9C66 solid;
    color: #AF9C66;
    line-height: 1;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.data-vol strong {
    font-size: 2.5rem;
}

.data-price {
    font-family: "Oswald";
    color: #333;
    margin-left: 10px;
    font-size: 14px;
    line-height: 1;
    position: relative;
    top: -1px;
}

.data-price strong {
    font-size: 2.5rem;
    color: #AF9C66;
    position: relative;
    top: 1px;
    margin: 0 1px;
}

small.data-price strong {
    font-size: 20px;
    color: #AF9C66;
}

.ec-navlistRole .ec-navlistRole__navlist{
    font-size: 0.9rem;
}

/* マイページ */
.mypage_title{
    font-size: 26px;
    text-align: center;
    margin-bottom: 40px;
}
.ec-historyListHeader .ec-historyListHeader__date{
    font-size:16px;
}
.submit_bt{
    width: 290px;
    margin-left: 30%;
    background: #000;
    border: none;
}

.ec-navlistRole .active a {
    color: #AF9C66;
}


.ec-mypageRole {
    padding: 0;
}


/* データ利用量バー */

.progress-area {
    position: relative;
}

.progress-area .progress {
    height: 34px;
    margin-right: 80px;
}

.progress-area .total-limit {
    font-family: "Oswald";
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
    color: #AF9C66;
    border: 2px #AF9C66 solid;
    text-align: center;
    padding: 7px 6px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    right: 10px;
    top: -9%;
    width: 78px;
    vertical-align: middle;
    height: 42px;
    display: table-cell;
}

.progress-area .progress-bar {
    background-color: #AF9C66;
    font-size: 1.5rem;
    font-family: "Oswald";
    display: inline-block;
    font-weight: bold;
}

.progress-area label {
    color: #AF9C66;
    font-size: 1.5rem;
    font-family: "Oswald";
    display: inline-block;
    font-weight: bold;
    margin-left: 0.5rem;
}