* {
    padding: 0;
    margin: 0;
}


main {
    margin-top: 60px;
    font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}


/* スライダーのデザイン */
.castPic-roll .slick-slide {
    width: 250px;
    height: 383px;
    margin: 0 40px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.castPic-roll .slick-slide img {
    display: block;
    justify-content: center;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.castPic-roll .slick-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 150px;
    z-index: 1;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.castPic-roll .slick-arrow::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border: 1px solid #09000d;
    border-width: 3px 3px 0 0;
    position: absolute;
    top: 12px;
    transform: rotate(45deg);
}
.castPic-roll .slick-next {
    right: 0;
}
.castPic-roll .slick-prev {
    left: 0;
}
.castPic-roll .slick-next::before {
    left: 10px;
}
.castPic-roll .slick-prev::before {
    border-width: 0 0 3px 3px;
    right: 10px;
}
/* ここまで */

/* 設定ボタンとログアウトボタンのデザイン */
#settingBtn{
    /* 重なりを一番上に持ってくる */
    z-index: 999; 
}

#logoutBtn{
    /* 重なりを一番上に持ってくる */
    z-index: 999;
}
/* ここまで */

/* セレクトボックスの重なり設定 */
.pet-select{
    z-index: 99999;
}
/* ここまで */
/*------- ヘッダー */

.header {
    /* background-color: rgb(243, 248, 255);
    ; */
    position: fixed;
    top: 0;
    height: 50px;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 999;
    font-size: 0.7rem;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    background-color: white;
    font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.header img {
    width: 150px;
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: 0;
    left: -120%;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: white;
    /*動き*/
    transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
    left: 0;
}


/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*リストのレイアウト設定*/

#g-nav li {
    list-style: none;
    text-align: center;
}

#g-nav li a {
    color: #333;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 10px;
    left: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
}

/*×に変化*/
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #00c3f2;
    width: 45%;
}

.openbtn span:nth-of-type(1) {
    top: 15px;
}

.openbtn span:nth-of-type(2) {
    top: 23px;
}

.openbtn span:nth-of-type(3) {
    top: 31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}



.UserName {
    font-size: 1rem;
    position: absolute;
    right: 15px;
}




/* 〜〜ーーーキャストリスト */

#castlist {
    background-color: white;
    padding-top: 20px;
}



/* サーチバー */

.searchbar {
    --input-bg: #FFf;
    /*  background of input */
    --padding: 1.5em;
    --rotate: 80deg;
    /*  rotation degree of input*/
    --gap: 2em;
    /*  gap of items in input */
    --icon-change-color: #15A986;
    /*  when rotating changed icon color */
    --height: 50px;
    /*  height */
    width: 85%;
    padding-inline-end: 1em;
    /*  change this for padding in the end of input */
    background: var(--input-bg);
    position: relative;
    border-radius: 50px;

    border: solid 1px #00c3f2;
    margin: 0 auto;
}

.searchbar label {
    display: flex;
    align-items: center;
    width: 100%;
    height: var(--height);
}

.searchbar input {
    width: 100%;
    padding-inline-start: calc(var(--padding) + var(--gap));
    outline: none;
    background: none;
    border: 0;
    font-size: 1.2rem;
}

/* style for both icons -- search,close */
.searchbar svg {
    /* display: block; */
    color: #00c3f2;
    transition: 0.3s cubic-bezier(.4, 0, .2, 1);
    position: absolute;
    height: 15px;
    padding: 5px;
    border: solid 0.5px #00c3f2;
    border-radius: 50%;
}

/* search icon */
.icon {
    position: absolute;
    left: var(--padding);
    transition: 0.3s cubic-bezier(.4, 0, .2, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* arrow-icon*/
.swap-off {
    transform: rotate(-80deg);
    opacity: 0;
    visibility: hidden;
}

/* close button */
.close-btn {
    /* removing default bg of button */
    background: none;
    border: none;
    right: calc(var(--padding) - var(--gap));
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    padding: 0.1em;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: 0.3s;
    opacity: 0;
    transform: scale(0);
    visibility: hidden;
}

.searchbar input:focus {
    border: transparent;
}

.searchbar input:focus~.icon {
    transform: rotate(var(--rotate)) scale(1.3);

}

.searchbar input:focus~.icon .swap-off {
    opacity: 1;
    transform: rotate(-80deg);
    visibility: visible;
    color: var(--icon-change-color);

}

.searchbar input:focus~.icon .swap-on {
    opacity: 0;
    visibility: visible;
}

.searchbar input:valid~.icon {
    transform: scale(1.3) rotate(var(--rotate));
}

.searchbar input:valid~.icon .swap-off {
    opacity: 1;
    visibility: visible;
    color: var(--icon-change-color);

}

.searchbar input:valid~.icon .swap-on {
    opacity: 0;
    visibility: visible;

}

.searchbar input:valid~.close-btn {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: 0s;
}


/* フィルターボタン */
.filterBox {
    /* background-color: red; */
    display: flex;
    width: 87%;
    text-align: center;
    justify-content: right;
    margin: 15px auto;
}

.filterBtn {
    background-color: #ffffff;
    width: 130px;
    height: 40px;
    /* border-radius: 50px; */
    box-shadow: none;
    border: solid 0.5px #4b4b4b;
    color: #00c3f2;
    font-size: 1.4rem;
    font-weight: 600;
    font-size: 1.1rem;
    margin-left: 20px;
    padding: 0 10px;
border-radius: 30px;
}

/* リスト */

.list {
    /* background-color: #15A986; */
    border-top: solid 0.5px gray;
    border-bottom: solid 0.5px gray;
    padding: 10px 10px;
}

.list a{
    text-decoration: none;
    color: #000;
}

.cast-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 10px; */
    background-color: #fff;
    margin: 20px 5px;
    padding: 10px 13px;
    border-radius: 77px;
    background: #ffffff;
    box-shadow: 5px 5px 18px #d1d1d1,
        -5px -5px 18px #ffffff;
}

.staff-row {
    /* 20230324安田変更
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 10px; */

    /*20230324安田変更*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 10px; */
    background-color: #fff;
    margin: 20px 5px;
    padding: 10px 13px;
    border-radius: 77px;
    background: #ffffff;
    box-shadow: 5px 5px 18px #d1d1d1,
        -5px -5px 18px #ffffff;
}

.list .castIcon {
    background-color: rgb(0, 0, 0);
    width: 85px;
    height: 85px;
    border-radius: 50%;
    overflow: hidden;
    border-radius: 46px;
    background: #ffffff;
    box-shadow: 5px 5px 10px #d1d1d1,
        -5px -5px 10px #ffffff;
}

.list .staffNoIcon {
    width: 85px;
    height: 85px;
    background: #ffffff;
}


.list .castIcon img {
    width: 100%;

}

.SecondBox {
    width: 65%;
}

.addtionaInfo {
    text-align: left;
}

.store {
    font-size: 0.9rem;
    color: #6c6c6c;
}

.list-box02 {
    width: auto;
    text-align: center;
    display: flex;
    text-align: center;
    align-items: center;
}



.list .name {
    /* display: flex;
    text-align: center;
    justify-content: center; */
    color: rgb(50, 50, 50);
    text-align: left;
    margin: 0;
}

.list .name .nickname {
    font-size: 25px;
}

.list .name .realname {
    font-size: 0.8rem;
    /* margin-left: 10px; */
}

.list .name .genziname{
    font-size: 1rem;
}



.list .curent-statue {
    /* background-color: red; */
    border: solid 0.5px gray;
    width: 100px;
    text-align: center;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 700;
    color: rgb(50, 50, 50);
}

.filter-statue select {
    background-color: rgb(255, 255, 255);
    border: solid 0.5px gray;
    width: 105px;
    text-align: center;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    color: #00c3f2;

    padding: 3px;
}

.littleInfo {
    text-align: left;
    /* background-color: rgba(128, 128, 128, 0.343); */
    /* padding: 5px;
    margin: 5px; */
    /* border-radius: 10px; */
    width: auto;
}



/* キャスト新規登録 */

.addInner {
    width: 88%;
    margin: 0 auto;
    padding: 20px;
}

#addCast h1 {
    text-align: center;
    margin: 0px 0px 40px 0;
}

#submitImgBtn{
    opacity: 0;
}

.id {
    background-color: transparent;
    /* border:  2px #00c3f2 ; */
    color: #00c3f2;
    height: 70px;
    width: 95%;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    box-shadow: 3px 3px 25px rgb(0 0 0 / 14%);
}

.id p {
    font-size: 1.3rem;
    font-weight: 600;
    color: #00c3f2;
}

.id input {
    display: none;
}


.submitBtn {
    background-color: #00c3f2;
    width: 150px;
    height: 40px;
    border-radius: 4px;
    display: block;
    border: none;
    font-weight: 600;
    font-size: 1rem;
    margin: 40px 0;
    float: right;
    color: white;
    box-shadow: 3px 3px 25px rgb(0 0 0 / 14%);

}


.picture {
    /* background-color: rebeccapurple; */
    border: solid 0.5px gray;
    width: 250px;
    height: 450px;
    margin: 0 auto;
    position: relative;
}

#addCast img {
    width: 100%;
}


.title {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title h2 {
    font-size: 1.4rem;
    color: rgb(54, 54, 54);
}

.title hr {
    width: 31%;
}

.subtitle {
    font-size: 15px;
    font-weight: 600;
    color: rgb(80, 80, 80);
    margin-top: 20px;
}

.inputError {
    border-bottom: solid 3px #ff0086 !important;
}

.inputError label {
    color: #ff0086 !important;
}

.errorTxt {
    color: #ff0086;
    margin-bottom: 15px;
}



.inputBox {
    background-color: rgb(240 240 240);
    padding: 5px 0 0 10px;
    border-bottom: solid 3px #00c3f2;
    margin: 5px 0 10px 0;
    position: relative;
}

.inputBox input {
    border: none;
    background-color: rgb(240 240 240);
    width: 100%;
    height: 30px;
    font-size: 1.2rem;

}


.inputBox select {
    border: none;
    background-color: rgb(240 240 240);
    width: 100%;
    height: 30px;
    font-size: 1.2rem;
}

.inputBox input:hover {
    border: none;
}

.inputBox label {
    color: #00c3f2;
    font-size: 0.9rem;
    display: block;
    font-weight: 600;
}

.inputBox textarea {
    border: none;
    background-color: rgb(240 240 240);
    width: 97%;
    font-size: 1rem;
}

.lilP {
    font-size: 1rem !important;
}

.simple {
    border-bottom: none !important;
}



.name {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    width: 95%;
    margin: 10px auto;
    /* background-color: aqua; */
    gap: 2px;
}




.subfont {
    color: rgb(80, 80, 80);
    font-size: 16px;
    font-weight: 600;
}


input:focus {
    border: 1px solid rgb(81, 81, 81);
    outline: 0
}

.SpareteBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.SpareteBox p {
    margin: 0 10px;
    font-size: 2rem;
}

.SpareteBox .inputBox {
    width: 45%;
}

.symbol {
    color: #111;
    position: absolute;
    right: 15px;
    bottom: 2px;
}


.tellphone {
    display: flex;
}

.tellphone input {
    width: 250px;
    height: 30px;
    border-radius: 10px;
    margin-left: 21px;
    border: solid 0.5px gray;
    padding: 5px 5px 5px 15px;
    font-size: 1.2rem;
}

/* .address {
    display: flex;
    align-items: center;
    margin: 10px auto;
    width: 85%;
}

.address .subfont {
    width: 200px;
    text-align: left;
}

.address input {
    width: 80%;
    height: 32px;
    border-radius: 10px;
    border: solid 0.5px gray;
    padding: 5px 5px 5px 15px;
    font-size: 1rem;
}

.address select{
    width: 85%;
    height: 39px;
    border-radius: 10px;
    border: solid 0.5px gray;
    padding: 5px 5px 5px 15px;
    font-size: 1rem;

} */

.addressCheck {
    /* background-color: #030373; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 35px 0 10px 0;
}

.addressCheck .subtitle {
    padding: 0;
    margin: 0;
}

.addressCheck .subfont {
    margin-right: 10px;
}

.addressCheck div {
    display: flex;
}


.blood {
    /* display: flex; */
    justify-content: space-between;
    padding: 10px 0px;
}

.blood div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}



input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #00c3f2;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}


input[type='checkbox']:after {
    width: 20px;
    height: 20px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid rgb(0, 0, 0);
}

input[type='checkbox']:checked:after {
    width: 20px;
    height: 18px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #00c3f2;
    content: '✔';
    color: white;
    display: inline-block;
    visibility: visible;
    text-align: center;
    padding-top: 2px;
    border: none;
}



.blood label {
    margin: 0 10px;
    color: #00c3f2;
}

.body {
    padding: 10px 0px;
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
}

.body label {
    width: 30%;
    /* font-size: 1.1rem; */
    text-align: left;
    padding-right: 1px;
}

.body input {
    background-color: transparent;
    border: none;
    width: 54px;
    font-size: 1.2rem;
    text-align: center;
}


.body .input {
    width: 86px;
    height: 25px;
    border-radius: 10px;
    border: solid 0.5px gray;
    display: flex;
    /* background-color: red; */
    align-items: center;
    padding: 5px 5px 5px 0px;
    text-align: center;
    margin-left: 5px;

}



/* .tatto {
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tatto-area {
    padding: 5px;
    background-color: #FFf;
    border-radius: 10px;
    border: solid 0.5px gray;
}

.tatto-area p {
    font-size: 0.9rem;
    color: gray;
    text-align: center;
} */



.desired {
    /* background-color: red; */
    padding: 10px 20px;

}


.tatto-area textarea {
    border: none;
    font-size: 1rem;
}


.desired-condition {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin: 20px 0;
}

.sift {
    display: flex;
    background-color: #FFf;
    border-radius: 10px;
    padding: 17px;
    width: 109px;
    align-items: center;
    border: solid 0.5px gray;
    height: 10px;
}

.sift input {
    border: none;
    background-color: transparent;
    width: 26px;
    margin: 5px;
    font-size: 1.2rem;
}


.money input {
    width: 100px;
}


.careerBox {
    /* background-color: #ffffff; */
    margin-top: 15px;
    padding: 10px;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 5px 5px 10px #c1c1c1,
        -5px -5px 10px #ffffff;

}

.careerAdd {
    border: none;
    background-color: #5cdeff;
    width: 70%;
    padding: 15px 0;
    border-radius: 50px;
    font-size: 1.2rem;
    margin: 50px auto;
    display: block;
    font-weight: 600;
    box-shadow: 10px 7px 31px -15px;
}



.career {
    width: 100%;
    margin: 0 auto;
}

.career table {
    background-color: white;
    border: solid 0.5px gray;
    padding: 7px 5px;
    border-radius: 15px;
    width: 200px;
    margin: 10px auto;
}



.career input {
    width: 85px;
    height: 25px;
    border-radius: 10px;
    margin: 0 1px;
    border: solid 0.5px gray;
    padding-left: 3px;
}

/* メールアドレスログイン画面 */
/* パスワードログイン画面 */
/* 管理部新規登録画面 */
/* 共通 */
#login .outer,
#home .outer,
#add-admin .outer {
    height: 100vh;
    position: relative;
    /*中央揃えしたい要素の親要素に指定*/
}

#login .inner,
#home .inner,
#add-admin .inner {
    position: absolute;
    width: 80%;
    top: 37%;
    /*親要素を起点に上から50%*/
    left: 50%;
    /*親要素を起点に左から50%*/
    transform: translateY(-50%) translateX(-50%);
    /*要素の大きさの半分ずつを戻す*/
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.menuDis{
    border: solid 0.5px black;
    width: 40%;
    float: right;
    padding: 5px;
    visibility: hidden;
    opacity: 0;
    transition: 300ms;
    /* 2022.12.08 ADD START ISHIKURA */
    position: absolute;
    z-index: 999;
    background: white;
    right: 0;
    /* ADD END */
}

/* 2022.11.23 ADD ISHIKURA */
.menuDis.is-hidden {
    visibility: visible;
    opacity: 100;
    transition: 300ms;

}
/* ADD END */

.menuDis a
{
    padding: 5px;
    background-color: white;
    border: none;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 0.9rem;
    display: flex;
    justify-content:space-around;
}


.divBtn {
    text-align: right;
}

.GoSignup {
    display: flex;
    align-items: center;
}

.GoSignup a {
    margin: 50px auto 20px;
    color: #00c3f2;
    text-decoration: none;
}

.LoginName {
    color: #00c3f2;
    text-align: center;
    margin: 0 auto 50px;
}

#login .outer .emailTxt,
#login .outer .passTxt,
#add-admin .outer .adminRegistMail,
#add-admin .outer .adminRegistPass {
    text-align: center;
    margin: 20px auto 50px;
    font-size: 2.2rem;
}

#login .outer .nextBtn,
#login .outer .loginBtn,
#add-admin .outer .adminBtn {
    width: 40%;
    height: 45px;
    margin: 50px auto 20px;
    border: none;
    background-color: #00c3f2;
    border-radius: 5px;
    color: white;
    text-align: center;
    box-shadow: 3px 6px 20px rgba(0, 0, 0, 0.25);
    font-size: 1.1rem;
}

#login .email,
#login .pass {
    height: 60px;
    width: 100%;
    border: solid #32b2c5 2px;
    border-radius: 6px;
    padding-left: 10px;
    font-size: 1.1rem;
}

#login .lostEmail,
#login .lostPass {
    margin-top: 40px;
    color: #32b2c5;
    display: block;
    font-weight: 500;
    text-decoration: none;
}

/* 選択画面 */
#home .AdminRegist,
#home .CastList,
#home .NewCastMember {
    width: 50%;
    height: 35px;
    margin: 15px auto;
    border: 1px solid gray;
    background-color: white;
    color: #32b2c5;
    font-weight: 600;
    display: block;
}

#home .AdminRegist:active,
#home .CastList:active,
#home .NewCastMember:active {
    background-color: rgb(170, 170, 170);
}

/* 管理部新規登録 */
#add-admin .adminEmail,
#add-admin .adminPass {
    height: 30px;
    width: 100%;
}

#add-admin h1 {
    text-align: center;
}


.admin-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.admin-name p {
    font-size: 0.5rem;
    width: 150px;
}

/* プロフィール --------------------*/

.innerBox {
    /* background-color: rgb(185, 138, 138); */
    margin: 0 auto;
    width: 100%;
    position: relative;
    /* REP ISHIKURA 2023.1.15 */
    /* z-index: 5; */
    z-index: 555;
    /* REP END */
    background-color: white;
    border-radius: 50px;
    margin-top: 33rem;
    /* background-image: linear-gradient(135deg, #e2f9ff 0, #ffd8d8 100%); */
    padding-top: 30px;
}

.topBox {
    /* background-color: greenyellow; */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 30px;
}

/* .topBox button{
    border: solid 0.5px black;
    padding: 5px;
    margin: 5px;
    border-radius: 50px;
} */




.topBox button ,#downloadIm{
    padding: 1.3em 2em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}

.topBox button:hover {
    background-color: #23c483;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-7px);
}

.topBox .llightRed:hover {
    background-color: #c42323 !important;
    box-shadow: 0px 15px 20px rgb(229 46 46 / 40%) !important;
}

.topBox .llightYellow:hover {
    background-color: yellow !important;
    color: black;
    font-weight: 600;
    box-shadow: 0px 15px 20px rgb(221 229 46 / 40%) !important;
}

.topBox button:active {
    transform: translateY(-1px);
}





/* .upperBox{
    /* display: flex; */
/* background-color: #030373; */


.upperLeft {
    width: 100%;
    height: 490px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.179) 0%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 100%);
    z-index: 1;
    text-align: center;

    position: fixed;
    margin: 0 auto;
    inset: 0;
    top: 3.5rem;
}

.upperLeft p {
    font-size: 1rem;
    font-weight: 600;
}

.upperLeft img {
    width: 80%;
    max-width: 500px;
}



.upperRight {
    width: 100%;
    /* background-color: #32b2c5; */
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.InfoList {
    /* background-color: #00c3f2; */
    text-align: center;
}




/* .gradation {
    position: relative;
    width: 400px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(135deg, #fc00ff 0, #00dbde 100%);
    color: #fff;
    font-weight: bold;
  }
  

  .gradation::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.16); 
    z-index: -1;
  }
  

  @supports (-webkit-filter: blur(20px)) {
    .gradation::before {
      background-image: linear-gradient(135deg, #fc00ff 0, #00dbde 100%);
      -webkit-filter: blur(20px);
      filter: blur(20px);
      transform: translateY(20px);
      box-shadow: none;
    }
  } */

body {
    /* display: flex; */
    align-items: center;
    height: 100vh;
}

.gradation,
.gradationLil {
    position: relative;
    width: 85%;
    height: 300px;
    margin: 0 auto 100px auto;
}

.gradation::before,
.gradationLil::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 55px;
    width: 80%;
    height: 64%;
    background: linear-gradient(to right, red 0%, blue 100%);
    filter: blur(75px);
}


.gradation {
    width: 85%;
}


.gradation::before {
    left: 71px;
    width: 80%;
    height: 24%;
    filter: blur(53px);
    bottom: -20px;
}


.gradationCon {
    position: absolute;
    z-index: 2;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    width: 100%;

    background: linear-gradient(to right, rgb(255, 201, 201) 0%, rgb(185, 233, 255) 100%);
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;

    /* padding: 5%; */
}

.gradationLil {
    width: 85%;
    margin: 50px auto -79px auto;
}

#profile > div.innerBox > div.upperBox > div > div.InfoList > div:nth-child(4){
    height: 200px;
}

.gradationLil::before {
    bottom: 198px;
    left: 55px;
    width: 80%;
    height: 24%;
    filter: blur(75px);
}

.gradationTable{
    width: 100% !important;
}

.gradationTable .gradationCon{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%;
}




.InfoTitle {
    text-align: center;
    background-color: #50a78e2b;
    border-bottom: solid 1px white;

    color: rgb(0, 0, 0);
    padding: 2px 10px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    font-weight: 600;
}

.InfoDetail {
    display: flex;
    width: 100%;
    border-top: solid 0.5px white;
}


.InfoLil {
    color: black;
    font-weight: 600;
    /* background-color: gray; */
    text-align: center;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: solid 1px rgb(255, 255, 255);
    padding: 5px;
    width: 25%;
    background-color: #95fadd2b;
}

.InfoContent {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 75%;
    padding: 2px 10px;
    /* border-right: solid 1px black; */
}

.staffBox{
    background: linear-gradient(to right, #edffff 0%, #fcffe5 100%);
    border-radius: 30px;
    width: 90%;
    margin: 50px auto 0 auto;
}

.staffBox .InfoTitle {
    background-color: #a2a2a254;
}

.staffBox .InfoContent {
    display: block;
    text-align: left;
}

.blueBox {
    /* display: flex; */
    width: 100%;
}

.blueBox .InfoLil {
    background-color: #a2a2a254;
}

.agree{
    padding: auto 10px;
}

.error{
    color: red;
    text-align: center;
    padding: 15px auto;
}

.signature {
    /* background-color: #15A986; */
}


.signature table {
    width: 100%;
}

.signature thead {
    background-color: #a2a2a254;
    color: black;
}

.signature tbody {
    text-align: center;
}

/* 画像出力画面のデザイン */
#bodyoutputImg{
    width: 210mm;
	height: 297mm;
	box-sizing: border-box;
	/* padding: 20mm; */
    margin: 0px auto;
}

.headerOutPut{
    top: 0;
    height: 50px;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 999;
    font-size: 0.7rem;
    padding: 3px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
    background-color: white;
    font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.headerOutPut img {
    width: 150px;
    padding: 10px 0px 10px 50px;
    text-align: center;
}

.UserNameOutput {
    font-size: 1rem;
    padding: 15px 10px 15px 0px;
    align-items:center;
    float: right;
}

#outputImg{
    font-size: 14px;
    margin: 5px 3mm 5px 3mm;
}
#outputImg .section1{
    display: flex;
    justify-content: center;
    width: 100%;
}

#outputImg .section1 table{
    width: 60%;
    height: 50px;
}

#outputImg .section1Img{
    width: 40%;
    text-align: center;
    vertical-align: middle;
}

#outputImg .section1Img p{
    font-size: 20px;
}

#outputImg #board{
    width: 100%;
    height: 200px;
}

#outputImg .section1Img img{
    width: 100%;
    height: auto;
    padding: 1px;
}

#outputImg table{
    width: 100%;
    text-align: center;
    word-wrap: break-word;
    background-color: white;
}

#outputImg table th{
    background-color: gray;
    color: white;
    width: 100px;

}

#outputImg table td{
    /* background-color: #f20400; */
}

#outputImg .staffBox{
    margin: 0;
    width: 100%;
}

#outputImg .staffBox table th{
    background-color: #003399;
}

#interviewDate{
    font-size: 25px;
    font-weight: bold;
    float: right;
    margin: 10px 10px 10px 10px;
}

/* ここまで */

#profile {
    position: absolute;
    background-image: linear-gradient(135deg, #e2f9ff 0, #ffd8d8 100%);
    width: 100%;
}

#profile .takenPic img {
    width: 100%;
}

.takenPic {
    display: inline-block;
    width: 253px;
    margin: 10px;

    height: 337px;
    border: solid 0.5px red;
    margin: 0 auto;
    scroll-snap-align: start;
}

.castPic-roll {
    /* background-color: #030373; */
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    width: 331px;
    margin: 0px auto;
    /* float: right; */
}
.itrw{
    font-size: 1rem;
}
#instru{
    color: #c42323;
    text-align: center;
}

.table {
    width: 90%;
    margin: 0 auto;
}

.table table {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    border-spacing: 1px 10px;
}


#profile .table table th {
    /* background-color: rgb(4, 0, 255); */
    width: 40%;
    text-align: left;
    font-size: 1.2rem;
    color: rgb(105 105 105);


}

.table td {
    /* background-color: aqua; */
    width: 60%;
    text-align: left;
    font-weight: 600;
}


/* .table table tr{
    margin: 20px;
} */

#profile td p {
    font-size: 1.1rem;
}

.unit {
    font-size: 0.8rem;
    color: rgb(77, 77, 77);
    margin-left: 5px;
}

.profile-name {
    display: flex;
    justify-content: left;
    align-items: center;
}


.profile-name div {
    margin-right: 10px;
}

.hira {
    font-size: 0.7rem;
    color: gray;
    line-height: 10px;
}


.profile-career {
    background-color: whitesmoke;
    width: 95%;
    border-radius: 10px;
    margin: 0 auto;

}

.profile-career table {
    width: 100%;
    padding: 5px 3px;
    border: solid 0.5px gray;
    border-radius: 10px;
}

.profile-career th {
    width: 25%;
    font-size: 1.1rem;
    color: rgb(73, 73, 73);
    border-bottom: solid 0.5px rgb(117, 117, 117);
    padding-bottom: 5px;
}

.profile-career td {
    text-align: center;
    width: 25%;
}

/* スタッフ記入欄 --------------------*/
#staff {
    padding: 20px;
}



#staff img {
    width: 100%;
}

#staff h1 {
    color: #030373;
    text-align: center;
    margin: 60px 0;
}

#staff .address {
    width: 90%;
    margin: 15px 0;
}



.storeAddBox {
    /* background-color: #030373; */
    width: 100%;
    margin: 0 auto;
}

.storeAddBox h2 {
    text-align: center;
}

.check_store {
    display: flex;
    align-items: center;
    background-color: aliceblue;
    border-radius: 20px;
    margin: 8px 0;

}

.check_store input {
    width: 20px;
    height: 20px;
    margin: 5px 10px;
    border-radius: 50%;
    accent-color: rgb(40, 140, 171);
}


#fileadd h1{
    text-align: center;

}


.fileBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    width: 90%;
    margin: 0 auto;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    padding: 10px;
}

.fileBox img{
    width: 100px;
    border-radius: 15px;
    border: solid 1px  rgb(40, 140, 171);
}

.fileBox a{
    width: 50px;
    height: 50px;
    border:solid 1px black;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    text-decoration: none;
    color: black;
}

.dele{
    border: solid 1px black;
    padding: 5px;
    background-color: #ffffff;
    border-radius: 5px;
}
.fileOrder{
    display: grid;
}

.fileOrder button{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 5px;
    border: solid 1px black;
    background-color: white;
}




#fileadd .id{
    width: 100px;
    height: 150px;
    border: solid 3px  rgb(153, 222, 243);
    border-radius: 15px;

    margin: 0 auto;
    margin-top: 50px;
}

#fileadd .id p{
    font-size: 1rem; 
    color: rgb(0, 0, 0);
} 


#fileadd .id button{
    border: none;
}

.fileBtn{
    border: none;
    background-color:  rgb(0, 159, 233);
    color: white;
    font-size: 1rem;
    padding: 5px;
    width: 100px;
    height: 40px;
   display: block;
   float: right;
   margin: 50px 30px;
   border-radius: 5px;
   filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.fileUpload{
    border: none;
    background-color:  rgb(0, 159, 233);
    color: white;
    font-size: 1rem;
    padding: 5px;
    width: 150px;
    height: 40px;
   display: flex;
   justify-content: center;
   align-items: center;
   margin: 10px auto;
   border-radius: 5px;
   filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
   text-decoration: none;
}




@media (max-width: 600px) {

    .topBox {
        padding: 5px;
    }

    .topBox p {
        font-size: 0.8rem;
    }

    .topBox button {
        padding: 0.5em 1em;
    }

    .gradation {
        width: 90%;
        margin: 50px auto 50px auto;
    }

    .InfoLil {
        font-size: 0.9rem;
        padding: 10px;
        width: 100px;
    }


    .gradation::before{
        left: 33px;
        bottom: -80px;
    }

    .gradationTable .InfoLil{
        padding: 10px 4px !important;
    }

    .gradationTable{


        width: 100% !important;
        white-space: nowrap;
        overflow: scroll;

    }
    .buttomBox{
        overflow: hidden;
    }


.gradationTable .gradationCon{
    width: 1000px;
}

}