@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;500;700;900&display=swap');

:root {
    --main-bg-color: #ecf7f5;
    --header-bg-color: #00d0b0;
    --glonav-bg-color: rgba(236, 247, 245, .9);
    --main-color: #303c3a;
    --sidenav-hover-color: #00d0b0;
    --sidenav-icon-color: #504250;
}

html {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
}

body {
    margin: 0;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", sans-serif;
    color: #333;
    height: 100%;
    width: 100%;
    font-size: 1.4rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
    transition: color .3s;
}

div {
    box-sizing: border-box;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

a:visited {
    color: #333;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    width: 100%;
    height: auto;
}

input[type="text"],
input[type="email"],
select,
input[type="tel"] {
    -webkit-appearance:none;
}

select::-ms-expand {
    display: none;
}

input[type="submit"] {
    -webkit-appearance:none;
}

textarea {
    -webkit-appearance:none;
}

input[type="submit"]:focus {
    outline: 0;
}

::placeholder {
   color: #b5b5b6;
}

pre {
    margin: 0;
    font-size: inherit;
    font-family: inherit;
    white-space: pre-wrap;
}

.-align_center {
    text-align: center;
}

.-align_right {
    text-align: right;
}

.-align_left {
    text-align: left;
}

.-mt_5 {
    margin-top: 5px !important;
}

.-mt_8 {
    margin-top: 8px !important;
}

.-mt_10 {
    margin-top: 10px !important;
}

.-mt_20 {
    margin-top: 20px !important;
}

.-mt_30 {
    margin-top: 30px !important;
}

.-mt_40 {
    margin-top: 40px !important;
}

.-mb_8 {
    margin-bottom: 8px !important;
}

.-mb_15 {
    margin-bottom: 15px !important;
}

.-mb_20 {
    margin-bottom: 20px !important;
}

.-mb_30 {
    margin-bottom: 30px !important;
}

.-mb_40 {
    margin-bottom: 40px !important;
}

.-mb_60 {
    margin-bottom: 60px !important;
}

.-mr_15 {
    margin-right: 15px !important;
}

.-ml_15 {
    margin-left: 15px !important;
}

.-fs_10 {
    font-size: 1.0rem !important;
}

.-f_small {
    font-size: 1.2rem !important;
}

.-flex {
    display: flex;
}

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

.-flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.-flex_align_start {
    align-items: flex-start !important;
}

hr.light_gray {
    height: 1px;
    background-color: #dfdfdf;
    border: none;
}

.bold {
    font-weight: bold !important;
}

.fc_red {
    color: #d81719 !important;
}
.fc_dark_yellow {
    color: #7f7500 !important;
}
.fc_gray {
    color: #888888 !important;
}

.fc_green {
    color: #1ec167 !important;
}

.-w_240 {
    width: 240px !important;
}

.-w_160 {
    width: 160px;
}

.-w_130 {
    width: 130px;
}

.-w_110 {
    width: 110px;
}

.-w_82 {
    width: 82px;
}

.-w_100p {
    width: 100%;
}

.-w_auto {
    width: auto !important;
}

/*---------------------------------
 Common
---------------------------------*/
#wrapper {
    position: relative;
    margin-top: 70px;
    min-height: 100%;
    height: auto;
}

.container {
    max-width: 96%;
    margin: 0 auto;
}

.section {
    padding-top: 30px;
}

.display_pc {
    display: none;
}

.display_sp {
    display: inline-block;
}
    
.main_area {
    position: relative;
}

.main_area_side {
    display: none;
}

.main_area_contents {
    width: 100%;
    background: #f8f8f8;
}

.main_area_contents_inner {
    width: 94%;
    min-height: 80vh;
    margin: 0 auto;
    padding: 15px 0;
}

.card {
    margin: 0 0 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 7px rgba(170, 170, 170, .1);
}

.card_title {
    padding: 12px 18px;
    color: #231815;
    font-size: 1.5rem;
    font-weight: 700;
    border-bottom: 1px solid #eaeaea;
    letter-spacing: .5px;
}

.card .inner {
    padding: 12px 18px;
}

.page_title {
    color: #121e1c;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .5px;
    position: relative;
    margin: 0;
    padding: 14px 4%;
    border-bottom: 1px solid #eaeaea;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(247,247,247,1) 100%);
}

.separate_title {
    color: #121e1c;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 20px 0 15px;
    padding: 0;
    display: flex;
    align-items: center;
}

.separate_title:before,
.separate_title:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #8b8b8b;
}
 
.separate_title:before {
    margin-right: 10px;
}
 
.separate_title:after {
    margin-left: 10px;
}


@media (min-width: 768px) {
    
    #wrapper {
        margin-top: 0px;
    }
    
    .container {
        width: 100%;        
    }

    .section {
        padding-top: 60px;
    }

    .main_area_contents .section:first-child {
        padding-top: 0px;
    }

    .display_pc {
        display: block;
    }

    .display_sp {
        display: none;
    }
    
    .main_area {
        display: flex;
    }
    
    .main_area_side {
        display: block;
        width: 280px;
        min-height: 100vh;
        margin: 0 auto;
        background: var(--main-bg-color);
        position: relative;
        z-index: 2;
        box-shadow: 8px 0 3px -3px rgba(0, 0, 0, .1);
        animation: main_area_side_stretch .6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    }
    
    .main_area_side.load {
        animation:main_area_side_load .0s;
    }

    .main_area_side.is-short {
        animation: main_area_side_shorten .6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    }

    .main_area_contents {
        width: calc( 100% - 280px );
        margin: 60px 0 0;
        padding: 0 0 35px;
        animation: main_area_contents_stretch .6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    }
    
    .main_area_contents.load {
        animation:main_area_contents_load .0s;
    }

    .main_area_contents.is-short {
        animation: main_area_contents_shorten .6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    }

    .main_area_contents_inner {
        width: 96%;
        margin: 20px auto;
    }

    .card {
        margin: 0 0 30px;
        border-radius: 15px;
    }

    .card_title {
        padding: 14px 24px;
        font-size: 1.8rem;
    }

    .card .inner {
        padding: 16px 24px;
    }

    .page_title {
        padding: 16px 2%;
        font-size: 2.0rem;
    }

    .separate_title {
        font-size: 1.8rem;
        margin: 30px 0 20px;
    }
}

@keyframes main_area_side_shorten {
    0% {
        width: 280px;
    }
    100% {
        width: 80px;
    }
}

@keyframes main_area_side_load {
    0% {
        width: 280px;
    }
}

@keyframes main_area_side_stretch {
    0% {
        width: 80px;
    }
    100% {
        width: 280px;
    }
}

@keyframes main_area_side_shorten {
    0% {
        width: 280px;
    }
    100% {
        width: 80px;
    }
}

@keyframes main_area_side_load {
    0% {
        width: 280px;
    }
}

@keyframes main_area_side_stretch {
    0% {
        width: 80px;
    }
    100% {
        width: 280px;
    }
}

@keyframes main_area_contents_shorten {
    0% {
        width: calc( 100% - 280px );
    }
    100% {
        width: calc( 100% - 80px );
    }
}

@keyframes main_area_contents_load {
    0% {
        width: calc( 100% - 280px );
    }
}

@keyframes main_area_contents_stretch {
    0% {
        width: calc( 100% - 80px );
    }
    100% {
        width: calc( 100% - 280px );
    }
}

/*---------------------------------
 Header
---------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    background: var(--header-bg-color);
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid #eaeaea;
}

.header_inner {
    width: 94%;
    margin: 0 auto;
    position: relative;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_logo {
    width: 90px;
    text-align: center;
    margin: 0 5px;
    padding: 0;
}

.header_shop_name {
    width: calc( 100% - 170px );
    color: #121e1c;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .5px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px;
    margin: 0 8px 0 0;
    background: var(--main-bg-color);
    border: 1px solid #d5e1df;
}

.header_logo a {
    display: inline-block;
}

.header_logo img {
    height: 60px;
    width: auto;
}

.header_user_icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}

.header_user_icon img {
    border-radius: 50%;
}

.btn_sidebar_toggle {
    display: none;
}

.dropdown {
    width: 40px;
}

.dropdown_contents {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    min-width: 100px;
    padding: 0;
    margin: 0;
    text-align: left;
    list-style: none;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    color: #3f323f;
    background-color: #fff;
    box-shadow: 0 5px 7px rgba(170, 170, 170, .3);
}

.dropdown_contents a {
    display: block;
    padding: 8px 15px;
    color: #3f323f;
    white-space: nowrap;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
}

.dropdown_contents a:hover {
    text-decoration: none;
    color: #ff00ff;
}

.dropdown_contents i {
    margin: 0 5px 0 0;
}


.-show .dropdown_contents {
    display: block;
}

@media (min-width: 768px) {
    .header {
        width: calc( 100% - 280px );
        left: 280px;
        height: 60px;
        background: #fff;
        box-shadow: 8px 0 3px -3px rgba(0, 0, 0, .1) inset;
        animation: header_stretch .6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    }
    
    .header.load {
        animation:header_load .0s;
    }

    .header.is-short {
        animation: header_shorten .6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    }

    .header_inner {
        width: 96%;
        height: 60px;
        justify-content: space-between;
    }

    .header_logo {
        display: none;
    }
    
    .header_shop_name {
        width: calc( 100% - 120px );
        color: #121e1c;
        font-size: 1.8rem;
        font-weight: 700;
        letter-spacing: .5px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        background: #fff;
        border: none;
    }

    .header_user_icon {
        width: 46px;
        height: 46px;
        transition: opacity .3s;
    }

    .header_user_icon:hover {
        opacity: .8;
    }

    .btn_sidebar_toggle {
        display: block;
        color: #888;
        font-size: 2.0rem;
        transition: color .3s;
        cursor: pointer;
    }

    .btn_sidebar_toggle.is-short {
        transform: rotate(180deg);
    }

    .dropdown {
        width: 46px;
    }
}

@keyframes header_shorten {
    0% {
        left: 280px;
        width: calc( 100% - 280px );
    }
    100% {
        left: 80px;
        width: calc( 100% - 80px );
    }
}

@keyframes header_load {
    0% {
        left: 280px;
        width: calc( 100% - 280px );
    }
}

@keyframes header_stretch {
    0% {
        left: 80px;
        width: calc( 100% - 80px );
    }
    100% {
        left: 280px;
        width: calc( 100% - 280px );
    }
}

/*---------------------------------
 Menu Btn
---------------------------------*/
.btn_menu {
    display: inline-block;
    height: 35px;
    width: 35px;
    margin: auto;
    cursor: pointer;
    transition: all .3s;
    text-decoration: none;
    position: relative;
}
.btn_menu span {
    display: inline-block;
    width: 35px;
    height: 3px;
    position: absolute;
    left: 0px;
    background: #fff;
    border-radius: 1.5px;
    transition: transform .3s;
}

.btn_menu span:nth-child(1) {
    top: 6px;
}

.btn_menu span:nth-child(2) {
    top: 16px;
}

.btn_menu span:nth-child(3) {
    bottom: 6px;
}

.btn_menu.active span:nth-child(1) {
    transform: translateY(10px) rotate(-315deg);
}

.btn_menu.active span:nth-child(2) {
    opacity: 0;
}

.btn_menu.active span:nth-child(3) {
    transform: translateY(-10px) rotate(315deg);
}

@media (min-width: 768px) {
    .btn_menu {
        display: none;
    }
}

/*---------------------------------
 Global Nav
---------------------------------*/

.global_nav {
    position: absolute;
    top: 70px;
    right: 0;
    height: calc( 100vh - 70px );
    background: var(--glonav-bg-color);
    padding: 10px 0;
    width: 106%;
    transition: .3s;
    transform: translateX(-106%);
    animation: global_nav_close .6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.global_nav.load {
    animation:global_nav_stop .0s;
}

.global_nav.active {
    animation: global_nav_open .6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.global_nav_inner {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    padding: 0 0 100px;
    overflow-y: scroll;
}

.global_nav_inner p {
    margin: 20px 0 5px;
    padding: 0;
    color: #393939;
    font-weight: 500;
    font-size: 1.3rem;
    letter-spacing: .5px;
}

@keyframes global_nav_open {
    0% {
        transform: translateX(-106%);
    }
    100% {
        transform: translateX(3%);
    }
}

@keyframes global_nav_stop {
    0% {
        transform: translateX(-106%);
    }
}

@keyframes global_nav_close {
    0% {
        transform: translateX(3%);
    }
    100% {
        transform: translateX(-106%);
    }
}

.global_nav ul {
    margin: 0;
    padding: 0;
    border: 3px solid #b5b5b6;
    border-radius: 10px;
    background: #fff;
}

.global_nav ul li a {
    display: block;
    position: relative;
    padding: 10px 0;
    font-size: 1.6rem;
    font-weight: 700;
    border-bottom: 1px dotted #b5b5b6;
    text-align: center;
    color: var(--main-color);
}

.global_nav ul li:last-child a {
    border-bottom: none;
}

.global_nav li i {
    display: inline-block;
    margin: 0 5px 0 0;
}

@media (min-width: 768px) {
    .global_nav {
        display: none;
    }
}

/*---------------------------------
 Sidebar
---------------------------------*/
@media (min-width: 768px) {
    
    .side_logo {
        width: 96%;
        max-width: 190px;
        text-align: center;
        margin: 20px auto 35px;
        padding: 0;
    }

    .side_logo a {
        display: inline-block;
        transition: opacity .3s;
    }

    .side_logo a:hover {
        opacity: .8;
    }
    
    .side_nav ul {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .side_nav ul li a {
        display: block;
        position: relative;
        margin: 0 0 0 15px;
        padding: 12px 12px 12px 11px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-size: 1.6rem;
        color: var(--main-color);
        border-radius: 10px 0 0 10px;
        text-align: left;
        transition: color .3s;
    }

    .side_nav ul li a.current {
        background: #d9ece9;
        color: #10bea1;
    }

    .side_nav ul li a:hover {
        color: var(--sidenav-hover-color);
        text-decoration: none;
    }
    
    .side_nav ul li i {
        display: inline-block;
        width: 20px;
        height: auto;
        text-align: center;
        margin: 0 8px 0 0;
        color: var(--sidenav-icon-color);
    }
    
    .side_nav ul li a.current i {
        color: #10bea1;
    }
    
    .side_nav ul li a:hover i {
        color: var(--sidenav-hover-color);
    }
    
    .main_area_side p {
        margin: 20px 0 5px;
        padding: 0 0 0 18px;
        color: #393939;
        font-weight: 500;
        font-size: 1.3rem;
        letter-spacing: .5px;
    }
    
    .main_area_side ul + p {
        margin: 40px 0 5px;
    }
    
}

/*---------------------------------
 Footer
---------------------------------*/

.footer_area {
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #eaeaea;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    color: #666;
    text-align: center;
    background: #fff;
}

@media (min-width: 768px) {
    .footer_area {
        width: calc( 100% - 280px );
        position: absolute;
        bottom: 0;
        right: 0;
        animation: main_area_contents_stretch .6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    }
    
    .footer_area.load {
        animation:main_area_contents_load .0s;
    }

    .footer_area.is-short {
        animation: main_area_contents_shorten .6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    }
}

/*---------------------------------
 SP Portal
---------------------------------*/

.global_nav {
    position: absolute;
    top: 70px;
    right: 0;
    height: calc( 100vh - 70px );
    background: var(--glonav-bg-color);
    padding: 10px 0;
    width: 106%;
    transition: .3s;
    transform: translateX(-106%);
    animation: global_nav_close .6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.portal_menu {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    padding: 0 0 100px;
    overflow-y: scroll;
}

.portal_menu p {
    margin: 20px 0 5px;
    padding: 0;
    color: #393939;
    font-weight: 500;
    font-size: 1.3rem;
    letter-spacing: .5px;
}

.portal_menu ul {
    margin: 0;
    padding: 0;
    border: 3px solid #b5b5b6;
    border-radius: 10px;
    background: #fff;
}

.portal_menu ul li a {
    display: block;
    position: relative;
    padding: 10px 0;
    font-size: 1.6rem;
    font-weight: 700;
    border-bottom: 1px dotted #b5b5b6;
    text-align: center;
    color: var(--main-color);
}

.portal_menu ul li:last-child a {
    border-bottom: none;
}

.portal_menu li i {
    display: inline-block;
    margin: 0 5px 0 0;
}

@media (min-width: 768px) {
    .portal_menu {
        display: none;
    }
}

/*---------------------------------
 Form
---------------------------------*/
.form_search_area input[type="text"], .form_login_area input[type="text"], .form_login_area input[type="password"], .form_input_area input[type="text"], .form_input_area input[type="password"] {
    border: none;
    border-radius: 4px;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    margin: 0;
    padding: 0 10px;
    display: inline-block;
    background: #ececec;
    font-size: 1.6rem;
    font-weight: 400;
    outline: none;
    -webkit-appearance: none;
}

.form_input_area textarea {
    border: none;
    border-radius: 4px;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    margin: 0;
    padding: 5px 10px;
    display: inline-block;
    background: #ececec;
    font-size: 1.6rem;
    font-weight: 400;
    outline: none;
    -webkit-appearance: none;
    resize: none;
    min-height: 100px;
}

.form_search_area input[type="submit"], .form_login_area input[type="submit"], .form_input_area input[type="submit"] {
    display: inline-block;
    text-align: center;
    border: none;
    border-radius: 3px;
    color: #ffff78;
    margin: 0;
    padding: 12px 25px;
    font-size: 1.5rem;
    background: #00d0af;
    letter-spacing: 0.03em;
    transition: background .3s;
    cursor: pointer;
    font-weight: 700;
}
.form_search_area input[type="submit"]:hover, .form_login_area input[type="submit"]:hover, .form_input_area input[type="submit"]:hover {
    background: #00eec8;
}

.form_input_area, .form_check_area, .form_search_area, .form_login_area {
    font-size: 1.6rem;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
}

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

.form_search_area.flex_half {
    width: 100%;
}

.form_search_area .form_search_area_label {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 400;
    width: 100%;
    margin: 0 0 5px 0;
    justify-content: flex-start;
}

.form_search_area .form_search_area_contents {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 0 0 15px 0;
    font-size: 1.6rem;
}

.form_search_area .form_input_select, .table.table_cast_list .form_input_select {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    margin: 0;
    position: relative;
    background: #fff;
}

.form_input_area .form_input_select {
    overflow: hidden;
    display: inline-block;
    margin: 0;
    position: relative;
    background: #fff;
}

.form_search_area .form_input_select select {
    width: 100%;
}

.form_search_area .form_input_select.short {
    width: auto;
}

.form_input_area .form_input_select select::-ms-expand, .form_input_area .form_input_select_large select::-ms-expand, .form_search_area .form_input_select select::-ms-expand{
    display: none;
}

.form_search_area .form_input_select select, .form_input_area .form_input_select select {
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0;
    padding: 8px 22px 8px 10px;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    border-radius: 3px;
    outline: none;
    background: #ececec;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.form_search_area .form_input_select::before, .form_input_area .form_input_select::before {
    position: absolute;
    top: 12px;
    right: 8px;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    color: #888;
    font-weight: 900;
    font-size: 1.1rem;
    pointer-events: none;
}

.form_search_area .unit, .form_input_area .unit {
    display: inline-block;
    margin: 0 8px 0 3px;
}

.form_search_area input[type="submit"]+input[type="submit"] {
    margin: 5px 0 0 8px;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label {
    position:relative;
    margin: 0 0 8px;
    padding: 0 15px 0 22px;
    font-family: 'BIZ UDPGothic', sans-serif;
    letter-spacing: .5px;
    font-size: 1.6rem;
    font-weight: 400;
    color:#000;
    white-space: nowrap;
}
input[type="checkbox"] + label:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: #eeeeee;
    border-radius: 2px;
}

input[type="checkbox"]:checked + label:after{
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 5px;
    width: 8px;
    height: 13px;
    transform: rotate(40deg);
    border-right: 3px solid #00d4ac;
    border-bottom: 3px solid #00d4ac;
}

input[type="checkbox"] + label.single_label {
    margin: 0 0 0px;
}

.form_radio + .form_radio {
    margin: 0 0 0 15px;
}

.form_radio input[type=radio] {
    display: none;
}

.form_radio label {
    font-size: 1.6rem;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 24px;
    display: inline-block;
}

.form_radio input[type=radio] + label::before {
    content: "";
    position: absolute;
    left: -24px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    background: #ECECEC;
    border: solid #cacaca 1px;
    border-radius: 50%;
}

.form_radio input[type=radio] + label::after {
    content: "";
    position: absolute;
    left: -21px;
    top: -0px;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    background: #00d0b0;
    opacity: 0;
    border-radius: 50%;
    transition: opacity .3s;
}

.form_radio input[type=radio]:checked + label::after {
    opacity: 1;
}
  
.form_group_wrapper {
    margin: 20px auto;
}

.form_input_area + .form_input_area {
    margin: 16px auto 0;
}

.form_input_area .form_input_area_label {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    width: 100%;
    font-weight: 500;
    margin: 0 0 10px;
    color: var(--main-color);
}

.form_login_area .form_login_area_label {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 400;
    width: 100%;
    margin: 0 0 10px;
}
.formField_Error .form_input_area_label {
    color: #c20025;
}

.form_input_area .form_input_area_label .require {
    font-size: 1.2rem;
    display: inline-block;
    font-weight: 700;
    margin: 0 0 0 5px;
    color: #fff;
    background: #d81719;
    border-radius: 3px;
    padding: 2px 5px 3px;
    letter-spacing: .5px;
}
.form_input_area .form_input_area_contents {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 0 0 10px;
    font-size: 1.6rem;
    font-weight: 400;
}

.form_input_area .notes {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    color: #999;
    margin: 5px 0;
    padding: 0;
    line-height: 1;
}

.form_input_area .form_input_area_contents ol {
    width: 100%;
    margin: 0;
    padding: 0;
}

.form_input_area .form_input_area_contents ol li {
    margin: 0 0 5px 28px;
    padding: 0;
}

.form_input_area .notes, .form_search_area .notes, .form_search_area .notes_attention {
    display: block;
    width: 100%;
    font-size: 1.3rem;
    color: #999;
    margin: 5px 0;
    padding: 0;
    line-height: 1;
}

.form_search_area .notes_attention {
    color: #c20025;
}

@media (min-width: 768px) {
    
    .form_search_area.flex_half {
        width: 49%;
    }
    
    .form_search_area .form_search_area_label {
        width: 210px;
        margin: 0 10px 15px 0;
        justify-content: flex-end;
    }

    .form_search_area .form_search_area_contents {
        width: calc(100% - 220px);
        font-size: 1.6rem;
    }
    
    .form_search_area .form_search_area_label.short {
        width: 140px;
    }

    .form_search_area .form_search_area_contents.short {
        width: calc(100% - 150px);
    }
    
    .form_search_area.-ml_150 {
        margin: 0 0 0 150px;
    }
    
    .form_group_wrapper {
        max-width: 600px;
        margin: 25px auto;
    }
    
    .form_input_area {
        margin: 0 auto;
    }
    
}


/*---------------------------------
 btn
---------------------------------*/
.btn_group {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.btn_group .btn + .btn {
    margin-left: 4px;
}

.btn_group_column {
    display: flex;
    flex-direction: column;
}

.btn_group_center {
    display: flex;
    justify-content: center;
}

.btn_group_column .btn + .btn {
    margin-top: 4px;
}

.btn {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    width: 100%;
    padding: 4px 0;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    font-size: 1.5rem;
    font-weight: 700;
    background: #00d0af;
    color: #ffff78 !important;
    border: none;
    cursor: pointer;
    transition: background .3s;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.btn:hover {
    background: #00eec8;
    text-decoration: none;
}

.btn_group .btn {
    width: 49%;
}

.btn.-large {
    padding: 12px 5px;
}

.btn.-short {
    padding: 14px 30px;
    width: auto;
    font-size: 1.6rem;
}

.btn.-mini {
    padding: 8px 16px;
    width: auto;
    font-size: 1.4rem;
}
.btn.-gray, .form_input_area input[type="submit"].btn.-gray {
    background: #777 !important;
    color: #fff !important;
}
.btn.-light_gray, .form_input_area input[type="submit"].btn.-light_gray {
    background: #eee !important;
    color: #333 !important;
}

.btn.-pink {
    background: #ff78ff !important;
    color: #fff !important;
}

.btn.-red, .form_input_area input[type="submit"].btn.-red {
    background: #c20025 !important;
    color: #fff !important;
}

.btn_create {
    display: inline-block;
    padding: 14px 60px 14px 70px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    font-size: 1.6rem;
    font-weight: 700;
    background: #ff78ff;
    color: #fff !important;
    border: none;
    cursor: pointer;
    transition: background .3s;
    letter-spacing: 0.01em;
    white-space: nowrap;
    position: relative;
}

.btn_create:hover {
    background: #ff5bff;
    text-decoration: none;
}

.btn_create::before {
    position: absolute;
    top: 12px;
    left: 15px;
    content: "\f055";
    font-family: "Font Awesome 5 Free";
    color: #ffff78;
    font-weight: 900;
    font-size: 2.0rem;
    pointer-events: none;
}

@media (min-width: 768px) {

    .btn.-large {
        padding: 12px 25px;
    }
    
}


/*---------------------------------
 Pager
---------------------------------*/
.pager_area {
    margin: 15px 0px;
}

.viewPageNumber {
    display: inline-block;
    margin: 5px 0;
}

.pager_area input {
    border: 1px solid #cacaca;
    border-radius: 2px;
    min-width: 32px;
    height: 30px;
    box-sizing: border-box;
    margin: 0;
    padding: 0 5px;
    display: inline-block;
    background: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    cursor: pointer;
    color: #333;
}

.viewPage input {
    background: #f5f5f5;
}

.viewPageNumber span {
    display: inline-block;
}

.viewPageNumber span+span {
    margin: 0 0 0 3px;
}

.pager_area input[name="previousViewPage"] {
    margin: 0 3px 0 0;
}

.pager_area input[name="nextViewPage"] {
    display: inline-block;
    margin: 0 0 0 3px;
}

@media (min-width: 768px) {
    .pager_area {
        margin: 25px 0px;
    }
}

/*---------------------------------
 Table
---------------------------------*/
.scroll table {
    width: 100%;
    white-space: nowrap;
}
.scroll {
    overflow: auto;
    white-space: nowrap;
}
.scroll::-webkit-scrollbar {
    height: 5px;
}
.scroll::-webkit-scrollbar-track {
    background: #f0f0f0;
}
.scroll::-webkit-scrollbar-thumb {
    background: #cdcdcd;
}

.table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.table.fix_table {
    table-layout: fixed;
}

.table th, .table td {
    padding: 10px 8px;
    line-height: 1.4em;
    vertical-align: middle;
    border: 1px solid #cacaca;
    font-size: 1.4rem;
}

.table th {
    background: #f5f5f5;
}

.table tr:nth-child(even) {
    background: #fff;
}

.table tr:nth-child(odd) {
    background: #fafafa;
}

table td.nowrap {
    white-space: nowrap;
}

.-align_right {
    text-align: right;
}

.-align_center {
    text-align: center;
}

.table.vertical_top td {
    vertical-align: top;
}

.table .btn {
    width: auto;
    display: inline-block;
    padding: 4px 8px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: 700;
    background: #00d0af;
    color: #ffff78 !important;
    border: none;
    cursor: pointer;
    transition: background .3s;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.table .btn:hover {
    background: #00eec8;
    text-decoration: none;
}

.table .btn+.btn {
    margin: 0 0 0 8px;
}
.table.table_cast_list th {
    display: none;
}

.table.table_cast_list td {
    display: block;
    text-align: center;
    font-size: 1.4rem;
}

.table.table_cast_list td:not(.empty_cell) + td {
    border-top: none;
}

.table.table_cast_list tr:nth-child(odd) {
    background: #fff;
}

.table.table_cast_list img {
    width: 100px;
}

.table.table_cast_list .form_input_select,.cast_work_schedule_wrapper .form_input_select {
    overflow: hidden;
    display: inline-block;
    width: auto;
    margin: 0;
    position: relative;
    background: #fff;
}

.table.table_cast_list .form_input_select select, .cast_work_schedule_wrapper .form_input_select select {
    font-size: 1.6rem;
    min-width: 70px;
    font-weight: 400;
    margin: 0;
    padding: 4px 16px 4px 5px;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.cast_work_schedule_wrapper .form_input_select select {
    padding: 10px 24px 10px 14px;
}

.table.table_cast_list .form_input_select::before, .cast_work_schedule_wrapper .form_input_select::before {
    position: absolute;
    top: 8px;
    right: 5px;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    color: #8d8d8d;
    font-weight: 900;
    font-size: 1.0rem;
    pointer-events: none;
}

.cast_work_schedule_wrapper .form_input_select::before {
    top: 13px;
    right: 7px;
}

.table.table_cast_list .form_input_select + .form_input_select, .cast_work_schedule_wrapper .form_input_select + .form_input_select {
    margin: 0 0 0 5px;
}

.cast_work_schedule_wrapper .form_input_area input[type="submit"].-mini {
    padding: 8px 20px;
    margin: 0 0 0 10px;
}

.table.table_cast_list .vertical_txt {
    display: inline-block;
    margin: 5px 3px;
    color: #333;
}

.table.table_cast_list .work_status {
    display: block;
    margin: 0 0 8px;
    padding: 0;
}

.table.table_cast_list .work_status label {
    font-weight: 700;
}

.table.table_cast_list .cast_name {
    display: block;
    margin: 0 0 5px;
    font-size: 1.5rem;
    font-weight: 700;
}

.table.table_cast_list .table_cast_sp_row {
    display: flex;
    justify-content: center;
}

.table.table_cast_list .empty_cell {
    display: none;
}

.table .empty_cell {
    display: table-cell;
}

.table.table_cast_list .table_cast_date, .table .table_date {
    display: block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    width: 100%;
    margin: 0 0 8px;
}

.table .table_clear {
    display: inline-block;
    color: #d81719;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.2;
}

.table .table_clear i {
    margin: 0 5px 0 0;
}

.table.table_cast_list .fc_blue, .table .fc_blue {
    color: #4a9bda;
}

.table.table_cast_list .bg_blue, .table .bg_blue, .event_table .bg_blue {
    color: #4a9bda;
    background: #f6fbff;
}

.table.table_cast_list .fc_red, .table .fc_red {
    color: #b53a2e;
}

.table.table_cast_list .bg_red, .table .bg_red, .event_table .bg_red {
    color: #b53a2e;
    background: #fff8f7;
}

.table .logined {
    background: var(--main-bg-color);
}

.table.table_cast_list .today, .table .today {
    background: #fffff8;
}

.event_cal_wrapper {
    width: 100%;
    /*
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    */
}

.event_cal_area {
    width: 100%;
}

.event_title {
    color: #121e1c;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .5px;
    margin: 8px 0;
    padding: 0;
}

.event_table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

.event_table th, .event_table td {
    padding: 5px 4px;
    line-height: 1.4em;
    vertical-align: middle;
    border: 1px solid #cacaca;
    font-size: 1.4rem;
    text-align: center;
    background: #fff;
    letter-spacing: .5px;
}

.event_table th {
    background: #f5f5f5;
}

.event_table input[type="checkbox"] + label:before {
    border: 1px solid #cacaca;
    top: 2px;
    width: 16px;
    height: 16px;
}

.event_table input[type="checkbox"]:checked + label:after {
    top: 3px;
}

.event_table input[type="checkbox"] + label {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: inherit;
    color: inherit;
    font-size: 1.4rem;
    line-height: 1.4em;
    padding: 0 0px 0 20px;
}

.event_table span.checkPastDay{
    position: relative;
    padding: 0 0 0 13px;
}

.event_table span.checkPastDay:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 13px;
    transform: rotate(40deg);
    border-right: 3px solid #00d4ac;
    border-bottom: 3px solid #00d4ac;
}

@media (min-width: 768px) {
    
    .event_cal_wrapper {
        margin: 0 auto;
        /*flex-direction: row;*/
        max-width: 1000px;
    }

    .event_title {
        font-size: 1.8rem;
    }

    .event_cal_area {
        width: 49%;
    }

    .event_table th, .event_table td {
        padding: 10px 8px;
        font-size: 1.6rem;
        line-height: 1.6em;
    }
    
    .event_table input[type="checkbox"] + label:before {
        top: 3px;
        width: 18px;
        height: 18px;
    }

    .event_table input[type="checkbox"]:checked + label:after {
        top: 4px;
    }
    
    .event_table input[type="checkbox"] + label {
        font-size: 1.6rem;
        line-height: 1.6em;
        padding: 0 0px 0 22px;
    }
}

.cast_button {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding: 4px 8px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    font-size: 1.5rem;
    font-weight: 700;
    background: #00d0af;
    color: #ffff78 !important;
    border: none;
    cursor: pointer;
    transition: background .3s;
    letter-spacing: 0.01em;
    white-space: nowrap;
    background: #f9f9f9;
    color: var(--main-color) !important;
    border: 1px solid #bdbdbd;
}

.cast_button i {
    margin: 0 3px 0 0;
    color: #00d0af;
}

.img_icon_caption img {
    height: 22px;
}

.img_icon_caption.icon_x img {
    height: auto;
    width: 20px;
}
    
.cast_work_bottom_fix_area {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    padding: 0 10px;
    background: rgba(0, 0, 0, .3);
}

@media (min-width: 768px) {

    .scroll table {
        width: 100%;
        white-space: normal;
    }

    .table th, .table td {
        padding: 10px 8px;
        font-size: 1.6rem;
    }

    .table.table_cast_list th {
        display: table-cell;
        text-align: center;
    }

    .table.table_cast_list td {
        display: table-cell;
        text-align: center;
        margin: 0 auto;
    }
    
    .table.table_cast_list .vertical_txt {
        display: inline-block;
        margin: 2px 0;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

    .table.table_cast_list .table_cast_sp_row {
        display: block;
    }

    .table.table_cast_list .table_cast_date, .table .table_date {
        display: inline-block;
        text-align: center;
        font-size: 2.0rem;
        width: 36px;
        margin: 0;
    }
    .table .table_clear {
        width: calc( 100% - 40px );
        font-size: 1.6rem;
    }
    .table.table_cast_list .empty_cell {
        display: table-cell;
    }

    .table.table_cast_list img {
        width: 150px;
    }
    
    .img_icon_caption img {
        height: 35px;
    }

    .img_icon_caption.icon_x img {
        height: auto;
        width: 28px;
    }
    
    .cast_work_bottom_fix_area {
        left: 280px;
        width: calc( 100% - 280px );
        padding: 0;
    }
}

/*---------------------------------
 Login
---------------------------------*/
.login_main {
    width: 100%;
    height: 100vh;
    background: var(--main-bg-color);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.login_area {
    width: 90%;
    margin: 0;
    padding: 40px 25px 50px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 8px 3px -3px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 2;
}

.login_area .logo {
    text-align: center;
    margin: 0 0 22px;
    padding: 0;
}

.login_area .logo img {
    height: auto;
    width: 70%;
}

.login_area h2 {
    text-align: center;
    margin: 0 0 12px;
    padding: 0;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #3f323f;
}

.form_login_area + .form_login_area {
    margin: 15px 0 0;
}
.form_login_area .form_login_area_contents {
    width: 100%;
}

.form_login_area input[type="submit"] {
    width: 100%;
    margin: 18px 0 0;
}

.form_login_area .form_login_area_label {
    font-size: 1.4rem;
    font-weight: 400;
    width: 100%;
    margin: 0 0 10px;
}

.login_reminder_link {
    margin: 15px 0 0;
}

.login_reminder_link a {
    margin: 10px 0 0;
    color: #4095e3;
    text-decoration: underline;
    font-size: 1.2rem;
}

@media (min-width: 768px) {

    .login_area {
        width: 480px;
        margin: 0 0 200px;
        padding: 60px 30px 70px;
    }

    .login_area .logo {
        text-align: center;
        margin: 0 0 22px;
    }

    .login_area .logo {
        margin: 0 0 28px;
    }

    .login_area .logo img {
        height: auto;
        width: 230px;
    }

    .login_area h2 {
        font-size: 2.0rem;
    }
    
    .form_login_area .form_login_area_label {
        font-size: 1.6rem;
        margin: 0 0 8px;
    }
}

/*---------------------------------
 Accordion
---------------------------------*/
.accordion_area {
    background: #fff;
    overflow-y: hidden;
    box-shadow: 0 5px 7px rgba(170, 170, 170, .1);
    margin: 0 0 50px;
    position: relative;
    z-index: 10;
    border-radius: 0 0 10px 10px;
    padding: 0 20px;
}

.btn_accordion {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 38px;
    border-radius: 10px;
    background: #fff;
    color: #333;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    transition: opacity .3s;
    box-shadow: 0 5px 7px rgba(170, 170, 170, .1);
    margin: 0;
    padding: 0 15px;
}

.btn_accordion:before {
    content: '';
    position: absolute;
    top: 20px;
    right: 15px;
    border-top: 2px solid #00d0af;
    width: 14px;
    height: 14px;
}

.btn_accordion:after {
    content: '';
    position: absolute;
    top: 14px;
    transform: rotate(90deg);
    right: 21px;
    border-top: 2px solid #00d0af;
    width: 14px;
    height: 14px;
}

.btn_accordion.active {
    border-radius: 10px 10px 0 0;
}

.btn_accordion.active:after {
    border-top: none;
}

.btn_accordion:not(.active) + .accordion_area {
    height: 0;
}

.btn_accordion.active + .accordion_area {
    height: auto;
}

.accordion_area .form_search_area:last-of-type {
    margin: 10px 0 20px;
}

.accordion_area .form_search_area:last-of-type a {
    color: #999;
    font-size: 1.4rem;
    display: inline-block;
    padding: 0 0 0 10px;
}

@media (min-width: 768px) {
    
    .accordion_area {
        border-radius: 0 0 15px 15px;
        padding: 0 40px;
    }
    
    .btn_accordion {
        height: 58px;
        line-height: 56px;
        border-radius: 15px;
        font-size: 1.8rem;
        padding: 0 30px;
    }

    .btn_accordion.active {
        border-radius: 15px 15px 0 0;
    }

    .btn_accordion:before {
        content: '';
        position: absolute;
        top: 28px;
        right: 20px;
        border-top: 4px solid #00d0af;
        width: 20px;
        height: 20px;
    }

    .btn_accordion:after {
        content: '';
        position: absolute;
        top: 20px;
        transform: rotate(90deg);
        right: 28px;
        border-top: 4px solid #00d0af;
        width: 20px;
        height: 20px;
    }

    .accordion_area .form_search_area:last-of-type {
        margin: 15px 0 30px;
    }
}

/*---------------------------------
 Error
---------------------------------*/
.error_msg_area {
    color: #c20025;
    background: #fff8f9;
    border: 1px solid #d8d1d2;
    margin: 0 0 25px;
    padding: 12px 20px;
    border-radius: 3px;
    font-size: 1.6rem;
}
.fc_red {
    color: #d81719;
}
.fc_dark_yellow {
    color: #7f7500;
}
.fc_gray {
    color: #888888;
}
.fc_pink {
    color: #e53af6;
}

.error_msg_area span {
    display: block;
    position: relative;
    padding: 0 0 5px 30px;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 500;
}
.error_msg_area span::before {
    content: "\f071";
    position: absolute;
    top: 0px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.6rem;
    pointer-events: none;
}

.complete_msg {
    color: #4095e3;
    font-weight: bold;
    background: #f4fbff;
    margin: 25px 0;
    padding: 15px;
    border-radius: 5px;
    font-size: 1.6rem;
    line-height: 1.5;
}

.complete_msg i {
    margin: 0 5px 0 0;
}

.msg_area {
    color: #333;
    background: #fffff8;
    border: 1px solid #d8d7d1;
    margin: 0 0 25px;
    padding: 12px 20px;
    border-radius: 3px;
    font-size: 1.6rem;
    line-height: 1.6;
}

/*---------------------------------
 Shop
---------------------------------*/
.detail_area_wrap {
    display: none;
    transition: all .3s;
    line-height: 1.6;
}

.detail_area_title {
    width: 100%;
    margin: 0 0 3px;
    padding: 0;
    font-size: 1.5rem;
    font-weight: 500;
    color: #3f323f;
}

.detail_area_wrap.active {
    display: block;
    animation: detail_area_show .6s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

@keyframes detail_area_show {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

/*---------------------------------
 Cast
---------------------------------*/

.cast_card_list_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cast_card_list_area .card {
    width: 100%;
    padding: 12px;
}

.cast_card_list_area .cast_card_list_name_area p {
    color: #000;
    margin: 3px 0 0 0px;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
}

.cast_card_list_area .card .cast_card_img_area {
    margin: 10px 0;
}

.cast_card_list_area .card .cast_card_img_area img {
    width: 100px;
    height: auto;
}

.cast_card_list_area .cast_card_list_name_area span {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
    color: #666;
    margin: 3px 0 0 0;
}

.cast_card_list_area .cast_card_list_btn_area {
    text-align: right;
}

.cast_card_list_area .cast_card_list_btn_area .btn {
    width: auto;
    margin: 4px 0 0;
    padding: 4px 15px;
}

.cast_card_list_area .cast_card_date_area {
    font-size: 1.4rem;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
    margin: 10px 0 0;
    text-align: right;
}


.clipboard_txt {
    display: none;
}




@media (min-width: 768px) {
    .cast_card_list_area .card {
        margin: 0 0 15px;
        width: 49%;
        padding: 15px;
    }
    
    .cast_card_list_area .cast_card_list_name_area {
        display: flex;
        justify-content: space-between;
    }

    .cast_card_list_area .card .cast_card_img_area {
        margin: 15px 0;
    }
    
    .cast_card_list_area .card .cast_card_img_area img {
        width: 120px;
        height: auto;
    }
}


/*---------------------------------
 Image
---------------------------------*/
.image_card_list_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.image_card_list_area .card {
    width: 100%;
}

.image_card_list_area .card .shop_image_area, .image_card_list_area .card .shop_image_wide_area {
    margin: 15px 0;
    padding: 0;
}

.image_card_list_area .card .shop_image_wide_area {
    text-align: center;
}

.image_card_list_area .card .shop_image_area {
    margin: 0 0 10px;
}

.image_card_list_area .card .shop_image_area img {
    width: 32%;
    height: auto;
    margin-top: 15px;
    margin-right: 1%;
}
    
.image_card_list_area .card .shop_image_area img:nth-child(3n) {
    margin-right: 0;
}

.image_card_list_area .card_title a {
    color: var(--header-bg-color);
    text-decoration: underline;
}

@media (min-width: 768px) {
    
    .image_card_list_area {
        max-width: 1100px;
        margin: 0 auto;
    }
    
    .image_card_list_area .card {
        margin: 0 0 15px;
        width: 49%;
    }
    
    .image_card_list_area .card .shop_image_area img {
        width: 23.5%;
        height: auto;
        margin-right: 1%;
    }

    .image_card_list_area .card .shop_image_area img:nth-child(3n) {
        margin-right: 1%;
    }

    .image_card_list_area .card .shop_image_area img:nth-child(4n) {
        margin-right: 0;
    }
    
    .image_card_list_area .card .shop_image_wide_area img {
        width: 100%;
        height: auto;
        max-width: 280px;
    }
    
    
}


/* 画像並び替え */
ul.img_sort_list {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto;
    padding: 0;
}

ul.img_sort_list li {
    margin: 0 12px 12px 0;
    padding: 5px;
    border: 1px solid #d5d5d5;
    background: #fff;
}

ul.img_sort_list li img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}


/* 画像更新 */
.img_edit_flex_area {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.img_edit_flex_area .current_img_area, .img_edit_flex_area .update_img_area {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
}

.update_img_area_title {
    margin: 15px 0;
    padding: 10px 0 0;
    font-weight: bold;
    border-top: 1px dotted #d5d5d5;
}

.img_edit_flex_area .current_img_area img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    padding: 5px;
    border: 1px solid #d5d5d5;
}

.img_edit_flex_area .current_img_area video {
    width: 150px;
    height: auto;
    padding: 5px;
    border: 1px solid #d5d5d5;
}

.view_upload_image {
    width: 150px;
    height: auto;
    margin: 10px 0 0;
}

.landscape_img.img_edit_flex_area .current_img_area img {
    width: 150px;
    height: 100px;
}

.landscape_img.img_edit_flex_area .current_img_area video {
    width: 150px;
    height: auto;
}

.file_drop_box {
    display: none;
}

.img_edit_cropper_area {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.img_cropper_area {
    width: 100%;    
}

.cropper-area {
    width: 300px;
    height: 300px;
}

@media (min-width: 768px) {
    
    .img_edit_flex_area {
        flex-direction: row;
    }

    .update_img_area_title {
        margin: 0 0 15px;
        padding: 0;
        font-weight: bold;
        border-top: none;
    }
    
    .img_edit_flex_area .current_img_area, .img_edit_flex_area .update_img_area {
        width: 49%;
        margin: 0 1% 0 0;
    }

    .img_edit_flex_area .current_img_area img {
        width: 250px;
        height: 250px;
        object-fit: contain;
        padding: 5px;
        border: 1px solid #d5d5d5;
    }

    .img_edit_flex_area .current_img_area video {
        width: 250px;
    }

    .landscape_img.img_edit_flex_area .current_img_area img {
        width: 250px;
        height: 166px;
    }

    .landscape_img.img_edit_flex_area .current_img_area video {
        width: 250px;
    }

    .view_upload_image {
        width: 250px;
        height: auto;
    }
    
    .file_drop_box {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 150px;
        border: 3px dashed #d5d5d5;
        background: #fdfdfd;
        border-radius: 10px;
        margin: 0 0 10px;
        padding: 15px;
        text-align: center;
        line-height: 1.6;
    }
}

/*---------------------------------
 JobOffer
---------------------------------*/
.joboffer_img_view_area {
    margin: 0 auto;
    max-width: 350px;
}

.joboffer_img_view_area img {
    width: 100%;
    height: auto;
}

/*---------------------------------
 Dashboard
---------------------------------*/

.help_btn {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    width: 200px;
    height: 200px;
    padding: 0;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 20px;
    font-size: 1.8rem;
    font-weight: 700;
    background: #00d0af;
    color: #ffff78 !important;
    border: none;
    cursor: pointer;
    transition: background .3s;
    letter-spacing: 0.01em;
    white-space: nowrap;
    box-shadow: 0 6px 0 #00927b;
}

.help_btn:hover {
    background: #00eec8;
    text-decoration: none;
}

.help_btn i {
    font-size: 7.0rem;
    margin: 0 0 10px;
}

/*---------------------------------
 Blog
---------------------------------*/

.timeline_list .timeline_blog_link_area {
    display: block;
    text-align: center;
}

.timeline_blog_txt {
    font-size: 1.6rem;
    /*color: #b5b5b6; 202307*/
    color: #000;
    line-height: 1.6;
    text-align: center;
}


.timeline_blog_link_area img, .timeline_blog_link_area video-js {
    width: auto;
    max-width: 100%;
}

.timeline_list img + img, .timeline_list img + video, .timeline_list video + img {
    margin: 10px 0 0;
}

.timeline_blog_link_area + .timeline_blog_link_area {
    margin: 10px 0 0;
}

@media (min-width: 641px) {

    .timeline_list {
        max-width: 450px;
    }
    
    .timeline_blog_txt {
        font-size: 1.8rem;
    }
}

/*---------------------------------
 ブログ編集
---------------------------------*/

.timeline_list.blog_edit {
    width: 100%;
    margin: 0 auto;
}

.blog_section {
    border: 2px dashed #d1d1d1;
    margin: 0;
    padding: 5px;
}

.blog_section + .blog_section {
    margin: 15px 0 0;
}

.blog_guideline {
    font-family: 'Noto Sans JP', sans-serif;
    border: 2px dashed #2c7cf1;
    text-align: center;
    margin: 20px auto 10px;
    padding: 15px 0;
    color: #0c63e2;
    font-weight: 400;
    font-size: 1.4rem;
    position: relative;
}

.blog_add_btn_area {
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.blog_add_btn_area.center {
    justify-content: center;
}

.push_btn {
    font-family: 'Noto Sans JP', sans-serif;
    height: 46px;
    line-height: 44px;
    display: inline-block;
    border: 1px solid #d1d1d1;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    white-space: nowrap;
    font-size: 1.6rem;
    letter-spacing: .5px;
    font-weight: 400;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    background: rgb(240,240,240);
    background: linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(252,252,252,1) 100%);
    transition: background .3s;
}

.push_btn:hover {
    background: rgb(252,252,252);
    background: linear-gradient(0deg, rgba(252,252,252,1) 0%, rgba(240,240,240,1) 100%);
}

.blog_add_btn_area .push_btn {
    width: 32%;
}

.push_btn.plus_img, .push_btn.plus_movie, .push_btn.plus_txt {
    position: relative;
    padding: 0 0 0 18px;
}

.push_btn.submit {
    position: relative;
    width: 49%;
    padding: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 1.5rem;
}

.push_btn.submit_blue {
    position: relative;
    width: 49%;
    padding: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    background: rgb(12,99,226);
    background: linear-gradient(0deg, rgba(12,99,226,1) 0%, rgba(44,124,241,1) 100%);
    border: 1px solid #0954c1;
    color: #fff;
    font-size: 1.5rem;
}

.push_btn.submit_blue:hover {
    background: rgb(44,124,241);
    background: linear-gradient(0deg, rgba(44,124,241,1) 0%, rgba(12,99,226,1) 100%);
}

.push_btn.plus_img::before, .push_btn.plus_movie::before, .push_btn.plus_txt::before {
    position: absolute;
    top: 1px;
    left: 8px;
    content: "\f03e";
    font-family: "Font Awesome 5 Free";
    color: #464646;
    font-weight: 900;
    font-size: 1.5rem;
    pointer-events: none;
}

.push_btn.plus_movie::before {
    content: "\f03d";
}

.push_btn.plus_txt::before {
    content: "\f037";
}

.blog_edit_btn_area {
    text-align: right;
    margin: 5px 0 0;
}

.push_btn_small {
    font-family: "Font Awesome 5 Free";
    width: 44px;
    height: 44px;
    display: inline-block;
    border: 1px solid #d1d1d1;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    white-space: nowrap;
    font-size: 1.6rem;
    letter-spacing: .5px;
    font-weight: 400;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    background: rgb(240,240,240);
    background: linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(252,252,252,1) 100%);
    transition: background .3s;
}

.push_btn_small  + .push_btn_small {
    margin: 0 0 0 5px;
}


@media (min-width: 641px) {
    
    .timeline_list.blog_edit {
        width: 83%;
    }
    
    .blog_guideline {
        max-width: 500px;
        margin: 30px auto 10px;
        padding: 18px 0;
        font-size: 1.5rem;
    }
    
    .push_btn {
        height: 48px;
        line-height: 46px;
        font-size: 1.6rem;
        letter-spacing: .5px;
        border-radius: 5px;
        margin: 0;
        padding: 0;
    }
    
    .push_btn.submit {
        font-size: 1.6rem;
    }

    .push_btn.submit_blue {
        font-size: 1.6rem;
    }

    .push_btn.plus_img, .push_btn.plus_movie, .push_btn.plus_txt {
        position: relative;
        padding: 0 30px 0 50px;
    }

    .push_btn.plus_img::before, .push_btn.plus_movie::before, .push_btn.plus_txt::before {
        position: absolute;
        top: 1px;
        left: 18px;
        font-size: 1.6rem;
    }
    
}

.timeline_list {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

@media (min-width: 641px) {

    .timeline_list {
        max-width: 500px;
    }
    
}

.action_link {
    width: auto;
    display: inline-block;
    padding: 0px 16px 5px 16px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #0d6efd;
    cursor: pointer;
    transition: color .3s;
    letter-spacing: 0.01em;
    text-decoration: underline;
    white-space: nowrap;
    position: relative;
}

.action_link:hover {
    color: #0a58ca;
}

.action_link::before {
    position: absolute;
    top: 2px;
    left: 0px;
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    color: #00d0af;
    font-weight: 900;
    font-size: 1.4rem;
    pointer-events: none;
    text-decoration: none;
}

/* キャスト タイムライン並び替え */
ul.timeline_sort_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px auto;
    padding: 0;
}

ul.timeline_sort_list li {
    margin: 0;
    padding: 5px;
    border-radius: 6px;
    background-color: #e9e9e9;
    width: 13%;
    text-align: center;
}

ul.timeline_sort_list li img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}


@media (min-width: 641px) {

    ul.timeline_sort_list li img {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }
    
}

.shop_event_slider_area {
    width: 100%;
    position: relative;
}

.shop_event_slider_area ul {
    padding: 25px 0 0;
}

.shop_event_slider_area ul li {
    display: flex !important;
    justify-content: space-between;
    flex-direction: column;
}

.shop_event_slider_area .slide-arrow {
    width: 24px;
    height: 23px;
    cursor: pointer;
}

.shop_event_slider_area .slide-arrow.prev-arrow {
    position: absolute;
    left: 9px;
    top: 6px;
    z-index: 2;
}

.shop_event_slider_area .slide-arrow.next-arrow {
    position: absolute;
    right: 9px;
    top: 6px;
    transform: scale(-1, 1);
}

.shop_event_slider_area .slide-arrow.slick-disabled {
    opacity: 0;
    cursor: default;
}
 
.shop_event_slider_area .slide-arrow.slick-disabled:before {
    opacity: 0;
}

@media (min-width: 641px) {
    
    .shop_event_slider_area ul {
        padding: 35px 0 0;
    }

    .shop_event_slider_area ul li {
        flex-direction: row;
    }
    
    .shop_event_slider_area .slide-arrow.prev-arrow {
        position: absolute;
        left: 30px;
        top: 11px;
    }

    .shop_event_slider_area .slide-arrow.next-arrow {
        position: absolute;
        right: 30px;
        top: 11px;
    }
}

.modal_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,.7);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.modal_wrapper.active{
    opacity: 1;
    visibility: visible;
    pointer-events: none;
}

.modal_area {
    position: relative;
    width: 90%;
    max-width: 600px;
    padding: 30px 10px;
    background: #fff;
    border-radius: 10px;
    font-size: 1.6rem;
}

.modal_area p {
    margin: 0 0 15px;
    font-size: 2.0rem;
    color: #c20025;
}

@media (min-width: 641px) {
    .modal_area {
        padding: 50px 15px 55px;
    }
}

.sns_edit_list_cast_img {
    width: 60px;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 8px 0 0;
}

.sns_edit_list {
    width: 100%;
    margin: 0 auto 30px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    display: flex;
    flex-wrap: wrap;
}

.sns_edit_list li {
    width: 32.8%;
    margin: 0 0.8% 0 0;
    padding: 0;
}

.sns_edit_list.instagram_list li {
    width: 32.8%;
    height: 100%;
    aspect-ratio: 1/1;
}

.sns_edit_list li:nth-of-type(3n) {
    margin-right: 0;
}

.sns_edit_list li:nth-child(n + 4) {
    margin-top: 15px;
}

.sns_edit_list .tiktok_txt_caption{
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0;
    padding: 0 0 5px;
}

.sns_edit_list .tiktok_txt_date {
    color: #353535;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: right;
}

.sns_edit_list .tiktok_img {
    position: relative
}

.sns_edit_list .instagram_img {
    width: 100%;
    height: 100%;
    position: relative;
}

.sns_edit_list .instagram_img img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%,-50%);
    object-fit: cover;
}

.sns_edit_list .tiktok_checkbox {
    position: absolute;
    top: 0;
    right: 0;
}

.sns_edit_list .single_checkbox_parts {
    position:relative;
    margin-right: 40px;
}
.sns_edit_list .single_checkbox_parts:before{
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 40px;
    height: 40px;
    border: 3px solid #b4b4b5;
    background: #fff;
}
.sns_edit_list .form_input_checkbox:checked + .single_checkbox_parts{
    color: #00d4ac;
}

.sns_edit_list .form_input_checkbox:checked + .single_checkbox_parts:after{
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 11px;
    width: 18px;
    height: 26px;
    transform: rotate(40deg);
    border-right: 4px solid #00d4ac;
    border-bottom: 4px solid #00d4ac;
}

@media (min-width: 641px) {
    .sns_edit_list .tiktok_txt_caption{
        font-size: 1.6rem;
        line-height: 1.5;
        margin: 0;
        padding: 0 0 8px;
    }
    
}