html *{
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: underline!important;
}

body {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin: auto!important;
    background-color: #ffffff!important;
}


.h6, h6 {
    font-size: 1rem !important;
    font-weight: 500;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    line-height: 1.5em;
/*   text-transform: uppercase;*/ 
}

.name h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar {
    border: 0;
    border-radius: 3px;
    padding: .625rem 0;
    margin-bottom: 20px;
    color: #555;
    background-color: #fff!important;
    box-shadow: 0 4px 18px 0 rgba(0,0,0,.12), 0 7px 10px -5px rgba(0,0,0,.15) !important;
    z-index: 1000 !important;
    transition: all 150ms ease 0s;
    
}

.navbar.navbar-transparent {
    z-index: 1030;
    background-color: transparent!important;
    box-shadow: none !important;
    padding-top: 25px;
    color: #fff;
}

.navbar .navbar-brand {
    position: relative;
    color: inherit;
    height: 50px;
    font-size: 1.125rem;
    line-height: 30px;
    padding: .625rem 0;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

.navbar .navbar-nav .nav-item .nav-link:not(.btn) .material-icons {
    margin-top: -7px;
    top: 3px;
    position: relative;
    margin-right: 3px;
}

.navbar .navbar-nav .nav-item .nav-link .material-icons {
    font-size: 1.25rem;
    max-width: 24px;
    margin-top: -1.1em;
}

.navbar .navbar-nav .nav-item .nav-link .fa, .navbar .navbar-nav .nav-item .nav-link .material-icons {
    font-size: 1.25rem;
    max-width: 24px;
    margin-top: 0px;
}

.navbar .navbar-nav .nav-item .nav-link {
    position: relative;
    color: inherit;
    padding: .9375rem;
    font-weight: 400;
    font-size: 12px;
    border-radius: 3px;
    line-height: 20px;
}

a .material-icons {
    vertical-align: middle;
}

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

.profile-page .page-header {
    height: 380px;
    background-position:center;
}

.page-header {
    height: 100vh;
    background-size: cover;
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
}

.header-filter:after, .header-filter:before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
}

.header-filter::before {
 /*    background: rgba(0,0,0,.5);*/
}

.main-raised {
    margin: 100px 30px 30px 30px;
    border-radius: 6px;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}

.main {
    background: #FFF;
    position: relative;
    z-index: 3;
}

.profile-page .profile {
    text-align: center;
}

.profile-page .profile img {
    max-width: 120px;
    width: 100%;
    margin: 0 auto;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

.img-raised {
    box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2);
}

.rounded-circle {
    border-radius: 50%!important;
}

.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto;
}

.title {
    margin-top: 0px;
    margin-bottom: 25px;
    min-height: 32px;
    color: #3C4858;
    font-weight: 700;
    font-family: "Roboto Slab","Times New Roman",serif;
}

.profile-page .description {
    margin: 1.071rem auto 0;
    max-width: 600px;
    color: #999;
}

p {
    font-size: 16px;
    margin: 0 0 10px;
}

.profile-page .profile-tabs {
    margin-top: 4.284rem;
}

.nav-pills, .nav-tabs {
    border: 0;
    border-radius: 3px;
    padding: 0 15px;
}

.nav .nav-item {
    position: relative;
    margin: 0 2px;
}

.nav-pills.nav-pills-icons .nav-item .nav-link {
    border-radius: 4px;
}

.nav-pills .nav-item .nav-link.active {
    color: #fff;
    background-color: #292929;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px #292929;
}

.nav-pills .nav-item .nav-link {
    line-height: 24px;
    font-size: 12px;
    font-weight: 500;
    min-width: 100px;
    color: #555;
    transition: all .3s;
    border-radius: 30px;
    padding: 10px 15px;
    text-align: center;
}

.nav-pills .nav-item .nav-link:not(.active):hover {
    background-color: rgba(200,200,200,.2);
}


.nav-pills .nav-item i {
    display: block;
    font-size: 30px;
    padding: 15px 0;
}

.tab-space {
    padding: 20px 0 50px;
}

.profile-page .gallery {
    margin-top: 3.213rem;
    padding-bottom: 50px;
}

.profile-page .gallery img {
    width: 100%;
    margin-bottom: 2.142rem;
}

.profile-page .profile .name{
    margin-top: -80px;
}

img.rounded {
    border-radius: 6px!important;
}

.tab-content>.active {
    display: block;
}

/*buttons*/
.btn {
    position: relative;
    padding: 12px 30px;
    margin: .3125rem 1px;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.428571;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    border: 0;
    border-radius: .2rem;
    outline: 0;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform;
}

.btn.btn-just-icon {
    font-size: 20px;
    height: 41px;
    min-width: 41px;
    width: 41px;
    padding: 0;
    overflow: hidden;
    position: relative;
    line-height: 41px;
}

.btn.btn-just-icon fa{
    margin-top: 0;
    position: absolute;
    width: 100%;
    transform: none;
    left: 0;
    top: 0;
    height: 100%;
    line-height: 41px;
    font-size: 20px;
}
.btn.btn-link{
    background-color: transparent;
    color: #999;
}

/* dropdown */




.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 11rem !important;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: transform .3s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1);
}

.dropdown-menu.show{
    transition: transform .3s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1);
}


.dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .dropdown-menu a:active, .dropdown-menu a:focus, .dropdown-menu a:hover {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(156,39,176,.4);
    background-color: #9c27b0;
    color: #FFF;
}
.show .dropdown-toggle:after {
    transform: rotate(180deg);
}

.dropdown-toggle:after {
    will-change: transform;
    transition: transform .15s linear;
}


.dropdown-menu .dropdown-item, .dropdown-menu li>a {
    position: relative;
    width: auto;
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    color: #333;
    font-weight: 400;
    text-decoration: none;
    font-size: .8125rem;
    border-radius: .125rem;
    margin: 0 .3125rem;
    transition: all .15s linear;
    min-width: 7rem;
    padding: 0.625rem 1.25rem;
    min-height: 1rem !important;
    overflow: hidden;
    line-height: 1.428571;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.dropdown-menu.dropdown-with-icons .dropdown-item {
    padding: .75rem 1.25rem .75rem .75rem;
}

.dropdown-menu.dropdown-with-icons .dropdown-item .material-icons {
    vertical-align: middle;
    font-size: 24px;
    position: relative;
    margin-top: -4px;
    top: 1px;
    margin-right: 12px;
    opacity: .5;
}

/* footer */

footer{
    margin-top: 10px;
    color: #555;
    padding: 25px;
    font-weight: 300;
    
}
.footer p{
    margin-bottom: 0;
    font-size: 14px;
    margin: 0 0 10px;
    font-weight: 300;
}
footer p a{
    color: #555;
    font-weight: 400;
}

footer p a:hover {
    color: #9f26aa;
    text-decoration: none;
}



.content-box {
    background: #FFF;
    z-index: 3;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
    border-radius: 6px;
    margin: 10px 30px;
    }
.content-box img {
    width: 100px;
    border-radius: 6px 0px 0px 6px;
    }




/** mobile 判定 **/
.content-wrapper {
}
@media screen and (max-width: 640px) and (hover: none) and (pointer: coarse) {
    @media (orientation: portrait) {

    }
    @media (orientation: landscape) {

        .content-wrapper, .qr, .logo {
            display: none!important;
        }
        body {
            background-image: none;
            background: #eeeeee;
        }
        .landscape-check {
            width: 100px;
            height: 100px;
            position: fixed;
            top: 50%;
            left: 50%;
            text-align: center;
            background-image: url("./images/landscape-check.png");
            background-position: center center;
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-size: 100px;
            margin-left: -50px;
            margin-top: -50px;
        }
    }
}

a {
    color: #747474!important;
    text-decoration: none;
    }
a:hover {
    color: #2a2a2a!important;
    text-decoration: none;
    }





/** ============================================== **/

.main {
    height: 90%;
    overflow: scroll;
    position: fixed;
/**     bottom: -90%; **/
    bottom: 0;
    width: 100%;
    margin: 0;
    transform: translateX(-50%);
    left: 50%;
    max-width: 500px;
    z-index: 0;
    padding-top: 12em;
}

.main-raised {
    border-radius: 15px 15px 0px 0px;
    }

body {
    margin: 0!important;
}

.profile-page .profile img {
    max-width: 120px;
    width: 100%;
    margin: 0 auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
 }

 .profile-page .profile .name {
    margin-top: 0;
    }

.container {
    padding: 60px 15px 30px 15px!important;
    }

.app-icon {
    text-align: center;
}
.app-icon p {
    line-height: 1em;
    padding-top: 6px;
    font-size: 0.75em;
}

.content-box {
    background: none;
    z-index: 3;
    box-shadow: none;
    margin: 0px 0px;
    }

.content-box {
    margin: 0px;
    }

.content-box img {
    border-radius: 20px;
    }

.content-box img {
    width: 80px;
    }

.title {
    color: #2c2c2c;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    }

.qr {
    z-index: 0;
    }

h3 {
    color: #bebebe!important;
}
.profile-page .description {
    color: #555;
    }

.fixed-cnt {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    top: 10%;
    width: 100%;
    background: #fff;
    max-width: 500px;
    padding-top: 30px;
    border-radius: 15px 15px 0px 0px;
    border-bottom: 1px #dddddd solid;
}

footer {
    font-size: 12px!important;
}

/************************************
** スライダー
************************************/
.slide-wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding:0 0 1em;
    margin:0 0 2em 0;
    scroll-behavior: smooth;
 }
 .slide-wrap .slide-content{
 /*    flex: 0 0 90%; */
    margin: 0 10px 0 0;
 /*   height:100%; */
 }
 @media screen and (max-width: 480px){
 .slide-wrap .slide-content {
 /*    flex: 0 0 88%; */
     margin: 0px 5px;
     scroll-snap-align:center;
 }
 }
 .slide-content img {
    width: 150px!important;
    height: 150px!important;
    max-width: 150px!important;
 }


/************************************
**  Luminous.js
************************************/
.lum-lightbox-caption {
    padding-top: 10px;
}
.lum-close-button {
    display: none;
}
.lum-lightbox {
    background: rgba(0, 0, 0, 0.85)!important;
    z-index: 999;
    }
.lum-gallery-button {
    margin-top: -2em!important;
    }

* {font-family: 'Noto Sans JP', sans-serif;}




/************************************
**  PARENS Prototype
************************************/

.content-wrapper img.pt_img {
    max-width: 350px;
}

.notification {
    max-width: 350px;
    margin: auto;
}

header img.logo {
    width: 100px;
    margin: auto;
    display: block;
}

.row-wrapper {
    color: #ababab!important;
}


.mw-350 {
    max-width: 350px;
    margin: auto!important;
    line-height: 1.5em;
}
.m-350 {
    width: 350px;
}

.btn-parens-wrapper {
    width: 100%;
    text-align: center;
    width: 350px;
    margin: auto;
}
.btn-parens {
    margin: auto!important;
    background: #161515!important;
    color: #ffffff!important;
    text-decoration: none!important;
    width: 100%;
    max-width: 350px;
    display: block!important;
    line-height: 2!important;
    border : 0!important;
}
.btn-parens2 {
    margin: auto!important;
    background: #161515!important;
    color: #ffffff!important;
    text-decoration: none!important;
    width: 60%;
    max-width: 350px;
    display: block!important;
    line-height: 2!important;
    border : 0!important;
}
.btn-parens-secondary {
    margin: auto!important;
    background: #999999!important;
    color: #ffffff!important;
    text-decoration: none!important;
    width: 100%;
    max-width: 350px;
    display: block!important;
    line-height: 2!important;
    border : 0!important;
}

.btm0 {
    position: fixed;
    bottom: 10px; 
    width: 350px;
    text-align: center;
}







h2 {
    font-size: 1.2rem!important;
    font-weight: 500!important;
    text-align: center!important;
    margin-top: 75px!important;
}
.custom-file-control, .form-control, .is-focused .custom-file-control, .is-focused .form-control {
    background-image: linear-gradient(0deg,#000000 2px,rgba(0,0,0,0) 0),linear-gradient(0deg,rgba(0,0,0,.26) 1px,transparent 0)!important;
    }
.is-focused [class*=" bmd-label"], .is-focused [class^=bmd-label] {
    color: #000000!important;
    }

.form-group {
    text-align: center;
    }

.form-group input {
    text-align: center;
    }
.form-group [class*=" bmd-label"], .bmd-form-group [class^=bmd-label] {
    position: static!important;
    }



.pf-btm {
    position: fixed!important;
    bottom: 50%!important;
    margin-bottom: -50px!important;
}




textarea, textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {
    outline: none!important;
    box-shadow: none!important;
}





.steps{
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
}
  
   /*Google Chrome、Safariへの対応*/
.stepsx::-webkit-scrollbar{
    display: none;
}
#steps .card {
    border: 0!important;
    box-shadow: none!important;
}



.alert-dp {
    position: fixed!important;
    top: 10px;
    width: 350px;
    left: 50%;
    margin-left: -175px;
}
.w-65 {
    width: 65%!important;
}