a, abbr, address, article, aside, audio, b, blockquote, body, button, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, p, pre, q, samp, section, select, small, span, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, ul, var, video {
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    border: 0;
    box-sizing: border-box;
    color: #333;
    font-family: sans-serif;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    transition: .3s cubic-bezier(.4, .4, 0, 1);
    word-spacing: 1px
  }
  nav ul {
    list-style: none
  }
  a, button {
    background: transparent;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline
  }
a, a.icon, a.text {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .15)
  }
  
  .fixed {
    z-index: 2
  }
  .flex {
    -webkit-overflow-scrolling: touch;
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 100%;
    pointer-events: all;
    position: relative;
    z-index: 0
  }


  .canvas__bg:before {
    background-image: url("assets/img/top/bg.jpg")
  }
  .image:before {
    background-position: 50%;
    background-size: cover;
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: inherit;
    width: 100%;
    z-index: -2
  }

.page-loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s .2s ease-in-out;
    transition: all .4s .2s ease-in-out;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
  }
  [data-bs-theme="dark"] .page-loading {
    background-color: #0b0f19;
  }
  .page-loading.active {
    opacity: 1;
    visibility: visible;
  }
  .page-loading-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0;
  }
  .page-loading.active > .page-loading-inner {
    opacity: 1;
  }
  .page-loading-inner > span {
    display: block;
    font-size: 1rem;
    font-weight: normal;
    color: #9397ad;
  }
  [data-bs-theme="dark"] .page-loading-inner > span {
    color: #fff;
    opacity: .6;
  }
  .page-spinner {
    display: inline-block;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: .75rem;
    vertical-align: text-bottom;
    border: .15em solid #b4b7c9;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner .75s linear infinite;
    animation: spinner .75s linear infinite;
  }
  [data-bs-theme="dark"] .page-spinner {
    border-color: rgba(255,255,255,.4);
    border-right-color: transparent;
  }
  @-webkit-keyframes spinner {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spinner {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
.container {
    width: 100%;
    max-width: 100%;
}

.bg-dark-alpha70 {
    background-color: rgba(11, 15, 25, 0.9) !important;
}

.btn-yellow {
    background-color: #fbe90e;
    color: #000;
    transition: all .3s ease;
}

.btn-yellow:hover {
    transition: all .3s ease;
    opacity: 0.8;
    background-color: #fbe90e;
    color: #000;
}

.btn-check:checked+.btn-yellow:hover, :not(.btn-check)+.btn-yellow:hover:active, .btn-yellow:hover:first-child:active, .btn-yellow:hover.active, .btn-yellow:hover.show{
    background-color: #fbe90e;
}


.text-yellow {
    color: #fbe90e !important;
}
span.text-yellow {
    color: #fbe90e !important;
}




.btn-green {
    background-color: #06c755;
    color: #fff;
    transition: all .3s ease;
}

.btn-green:hover {
    transition: all .3s ease;
    opacity: 0.8;
    background-color: #06c755;
    color: #fff;
}

.btn-check:checked+.btn-green:hover, :not(.btn-check)+.btn-green:hover:active, .btn-green:hover:first-child:active, .btn-green:hover.active, .btn-green:hover.show{
    background-color: #06c755;
}



.ft-robot {
    font-family: 'Roboto', sans-serif;
}

.ft-rayway {
    font-family: 'Raleway', sans-serif;
}

.border-bottom-dashed {
    border-bottom: 1px dashed !important;
}


.fixed-top {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media only screen and (max-width: 639px) {
    .fixed-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
}

.canvas {
    min-height: auto;
}


  .canvas__bg {
    align-content: center;
    align-items: center;
    background: #ebeff2;
    bottom: auto;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100vh;
    justify-content: flex-start;
    left: 0px;
    margin: 0 0 0 0;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: -1;
}

@media screen and (max-width: 540px) {
    .canvas__bg {
        display: none;
        flex: none;
        height: auto;
    }
}



.wrap {
    align-content: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0px 15px 30px 20px rgba(255, 255, 255, 0.45);
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: flex-start;
    margin: 50px 0px 0px 0px;
    overflow-x: visible;
    overflow-y: visible;
    width: 384px;
    z-index: 5;
    max-width: 100%;
}

@media screen and (max-width: 540px) {
    .wrap {
        border-radius: 0px 0px 0px 0px;
        flex: none;
        height: auto;
        margin: 0px 0px 0px 0px;
        z-index: 5;
        width: calc(100%);
        max-width: calc(100%);
    }
}



.wrapper {
    align-content: flex-start;
    align-items: flex-start;
    background: rgba(0,0,0,0.0);
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100vh;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    display: flex;
}

@media screen and (max-width: 840px) {
    .wrapper {
        align-content: flex-start;
        align-items: flex-start;
        display: none;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 540px) {
    .wrapper {
        display: none;
    }
}



.leftArea {
    align-content: flex-start;
    align-items: flex-start;
    background: rgba(0,0,0,0.0);
    flex: 1;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: flex-start;
    margin: 0 0 0 0;
    padding: 0px 0px 0px 0px;
    position: relative;
    width: auto;
    z-index: 5;
    max-width: 100%;
    display: flex;

}


@media screen and (max-width: 840px) {
    .leftArea {
        flex: 1;
        width: auto;
    }
}

@media screen and (max-width: 540px) {
    .leftArea {
        display: none;
    }
}




.leftArea__logo {
    align-content: center;
    align-items: center;
    background: rgba(0,0,0,0.0);
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: center;
    margin: 50px 0px 0px 50px;
    width: calc(70% - 50px);
    max-width: calc(70% - 50px);
}

@media screen and (max-width: 840px) {
    .leftArea__logo {
        flex: none;
        width: calc(100% - 50px);
        max-width: calc(100% - 50px);
    }
}
.leftArea__logo img  {
    background: rgba(0, 0, 0, 0.0);
    flex: none;
    height: auto;
    margin: 0px 0px 0px 0px;
    width: 100%;
    max-width: 100%;
}

.leftArea__logo img:before {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
}



.leftArea__navi {
    align-content: flex-start;
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.0);
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: center;
    margin: 50px 0px 0px 50px;
    width: auto;
    max-width: calc(100% - 50px);
}

.leftArea__navi--link {
    color: #000;
    font-size: 21px;
    font-weight: 700;
    height: auto;
    line-height: 1.4;
    margin: 0px 0px 20px 0px !important;
    text-align: left;
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
    display: block;
}
.leftArea__navi--link span {
    font-size: 14px;
}
.leftArea__navi--link a:hover {
color: #fbe90e;
}



  .wapper__bg {
    background: rgba(0, 0, 0, 0.0);
    flex: none;
    height: 100vh;
    width: 384px;
    max-width: 100%;
}

@media screen and (max-width: 840px) {
    .wapper__bg {
        flex: 1;
        width: auto;
        max-width: 100%;
    }
}









.rightArea {
    align-content: flex-end;
    align-items: flex-end;
    background: rgba(0,0,0,0.0);
    flex: 1;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 87%;
    justify-content: flex-end;
    margin: 0 0 0 0;
    padding: 0px 0px 0px 0px;
    position: relative;
    width: auto;
    max-width: 100%;
    display: flex;
    
}

@media screen and (max-width: 840px) {
    .rightArea {
        flex: 1;
        height: 90%;
        width: auto;
        max-width: 100%;
    }
}

@media screen and (max-width: 540px) {
    .rightArea {
        display: none;
    }
}



.rightArea__box {
    position: absolute;
    bottom: 1.25rem;
    align-content: flex-end;
    align-items: flex-end;
    background: rgba(0, 0, 0, 0.0);
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin: 50px auto 0px 50px;
    max-width: calc(100% - 40px);

}

@media screen and (max-width: 840px) {
    .rightArea__box {
        flex: none;
        width: auto;
        max-width: calc(100% - 40px);
        height: 32%;
    }
}



.rightArea__qr {
    align-content: center;
    align-items: center;
    background: #fbe90e;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 104.07px;
    
    justify-content: space-between;
    margin: 0px 0px 2px 0px;
    width: 290.19px;
    max-width: 100%;
}

@media screen and (max-width: 840px) {
    .rightArea__qr {
        flex: none;
        width: 182.19px;
        max-width: 100%;
    }
}
.rightArea__qr.__spqr .rightArea__qr--right:before{
    background-image: url("assets/img/top/sp_qr.png");
}
.rightArea__qr.__lineqr .rightArea__qr--right:before{
    background-image: url("assets/img/top/line_qr.png");
}
.rightArea__qr--right {
    flex: none;
    height: 100%;
    margin: 0px 10px 0px 0px;
    width: calc(35% - 10px);
    max-width: calc(35% - 10px);
}
.rightArea__qr--right:before {
    background-repeat: no-repeat;
    background-size: contain;
}

.rightArea__qr--left {
    align-content: flex-center;
    align-items: self-end;
    background: rgba(0, 0, 0, 0.0);
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: center;
    margin: 0px 0px 0px 0;
    padding: 0px 0px 0px 0px;
    width: 186px;
    max-width: 100%;
    text-align: center;
}
.rightArea__qr--en {
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-size: 10px;
    font-weight: 500;
    height: auto;
    line-height: 1.4;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}
.rightArea__qr--ja {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    line-height: 1.4;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}
 




.page-wrapper {
    width: 100%;
    overflow: hidden;
}


.navbar {
    border-radius: 10px 10px 0 0;
}

.navbar-toggler-icon,
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    background-color: #fff;
}

.nav-link:hover,
.nav-link:focus {
    color: #fbe90e !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fbe90e !important;
}

.dropdown-toggle::after {
    margin-right: -0.25rem;
    content: "\ea4a";
}

@media only screen and (max-width: 639px) {
    .fixed-top {
        position: relative !important;
    }

}

@media only screen and (max-width: 540px) {
    .fixed-top {
        position: fixed !important;
    }

    .navbar {
        border-radius: 0;
    }
}





.title-en {
    color: #FFFFFF;
    font-family: var(--s-font-3abc5f1e);
    font-size: 36px;
    font-weight: 900;
    height: auto;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}

.title-ja {
    color: #FFFFFF;
    font-family: var(--s-font-3abc5f1e);
    font-size: 14px;
    font-weight: 700;
    height: auto;
    line-height: 1.4;
    margin: 0px 0px 39px 0px;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}


.about__pickup--title{
    border-bottom: 1px solid #fbe90e;
    border-top: 1px solid #fbe90e;
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 5px;
    font-size: 22px;

}

.pickup__title span{
    color: rgba(250, 230, 13, 1);
}
.pickup__icon{
    color: #000;
    color: rgba(250, 230, 13, 1) !important;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 19px;

    border-radius: 3px;
}
.pickup__subtitle{
    font-size: 14px;
}

/*faq*/
.faq-title {

    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 46px 0px 0px 0px;
    padding: 0px;
    max-width: 100%;
}

.faq-title-en {
    letter-spacing: 0.2em;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;

}

.title-en p:nth-child(2) {
    color: #FFFFFF;
    font-family: var(--s-font-3abc5f1e);
    font-size: 22px;
    font-weight: 900;
    height: auto;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin: 12px 4px 0px 4px;
    text-align: center;
    width: auto;
    max-width: calc(100% - 8px);
    justify-content: center;
}

.question-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    color: #000;
    margin-right: 10px;
    font-weight: 700;
    font-size: 19px;
    background-color: #fbe90e;
    border-radius: 3px;
}
.anser-text{
    /* padding-left: 64px;
    padding-right: 35px; */
    line-height: 1.35;
    padding-left: 40px;
}
.anser-icon {
    display: inline-block;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    margin-right: 10px;
    font-weight: 700;
    font-size: 19px;
    color: #fbe90e;
    border: 1px solid #fbe90e;
    border-radius: 3px;

    position: relative;
    margin-left: -40px;
    left: 0px;
}

/* system */
.system__subtitle--ja {
    color: #fbe90e;

}

.system__subtitle--en {
    color: #fbe90e;
}

.system__people--1 {
    margin-left: 95px;
}

.system__people--2 {
    margin-left: 53px;
}

.system__training--text {
    margin-left: 8px;
}


/* access */
.access {
    background: #101010;
}

.access__shopinfotitle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    ;
}

.access__shopinfotitle h2 {
    margin-top: -10px;
    white-space: nowrap;
    letter-spacing: 0.1em;
    color: #ffff;
    ;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 45px;
}

.access__title--en {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.access__maplink {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.access__subtitle {
    background-color: #101010;
    color: #fbe90e !important;
    display: inline-block;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 3px;
    letter-spacing: 0.2em;
}

.access__content {
    position: relative;
    align-content: center;
    align-items: center;
    background: #fbe90e;
    border-radius: 10px 0px 0px 10px;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: flex-start;
    margin: -29px 0px 18px 20px;
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    z-index: 2 !important;
}

/*footer*/
.footer {
    background-image: url(assets/img/top/footer_bg.jpg);
    background-position: center center;
    background-size: cover;
}

@media only screen and (max-width: 540px) {
    .footer {
        padding-bottom: 60px !important;
    }
}
.footer__line {
    background: #fbe90e;
    display: inline-block;
    padding: 10px;
}

.footer__line span {
    color: #000;
    font-weight: bold;
    font-size: 12px;
    margin-left: 10px;

}

.footer__linelogo {
    width: 50px;

}


/*bottomfix*/          
.bottomfix{
  display: none;
}
@media only screen and (max-width: 540px) {

    .bottomfix {
        display: flex;
        flex-direction: column;
        position: fixed;
        z-index: 30;
        bottom: 5px;
        left: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    .bottomfix-active {
        opacity: 1;
        visibility: visible;
        transition: all 1s ease;
    }
    .bottomfix .top-row {
        display: flex;
        align-items: center;
        margin: 0 2%;
      -webkit-justify-content: space-between;
              justify-content: space-between;
          -webkit-align-items: flex-start;
                  align-items: flex-start;
    }
    .bottomfix .bottom-row {
        display: flex;
        align-items: center;
        margin: 1% 2% 2%;
    }
    .bottomfix .btn{
        border: 1px solid #0b0f19;
    }


}