@charset "utf-8";

h2 {
    color: #e83928;
}

h2:before {
    content: '＞';
}

ul.language li {
    display: inline-block;
    margin-right: 10px;
}

ul.language li a {
    display: block;
    width: 100px;
    line-height: 30px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    color: #231815;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

ul.language li a:hover {
    color: #231815;
    text-decoration: none;
    opacity: 0.6;
}

.ui-widget-overlay {
    opacity: .3;
}

.login-box, .register-box {
    margin: 7% auto;
    width: 360px;
}

.main-header {
    border-bottom: 1px solid #dee2e6;
}

.admin .navbar-teal {
    background-color: #20c997;
}

.user .navbar-teal {
    background-color: #000045;
    padding: 1.33em;
}

.sidebar-light-primary .brand-link {
    color: #fff;
}

.elevation-4 {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 4px 4px rgba(0, 0, 0, .22) !important;
}

.content-wrapper>.content {
    padding: .5rem 0;
}

.card-header, .card-footer {
    background-color: #fff;
}

.card-header h4 {
    font-size: 1.35rem;
}

.card-header .card-title {
    margin-bottom: 0;
}

.card-subtitle {
    clear: both;
}

::placeholder {
  color: #bbb !important;
}

img.thumb {
    width: 5rem;
    height: auto;
}

.thumbs img {
    height: 50vw;
    object-fit: cover;
}

.navbar-brand img {
    height: 57px;
}

.index_image img {
    object-fit: cover;
}

.movie_bunner img{
    max-width: 720px;
    width: 100%;
}

.movie {
    padding-top: 56.25%;
    position: relative;
}
.movie iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 993px) {
    .sp {
        display: none !important;
    }

    #global_menu {
        background-color: rgba(253, 227, 190, 0.6);
        padding: 5px;
    }
    
    #global_menu ul {
        margin: 0 auto;
        font-size: 0;
        padding: 0;
        width: 1020px;
    }
    
    #global_menu li {
        display: inline-block;
        width: 140px;
        height: 30px;
        margin-right: 0.6%;
    }
    
    #global_menu li:last-child {
        margin-right: 0;
    }

    #global_menu li a {
        display: block;
        line-height: 30px;
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        color: #000;
        background: #fde3be;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    
    #global_menu li a:hover {
        text-decoration: none;
        opacity: 0.6;
    }
    
    .drawer-toggle {
        display: none;
    }
}

@media (max-width: 993px) {
    .pc {
        display: none !important;
    }

    .navbar-brand img {
        height: 6.5vw;
    }

    ul.language {
        margin-right: 10vw;
        padding: 0;
    }

    ul.language li a {
        width: 8vw;
        height: 8vw;
        line-height: 8vw;
    }

    #hamburger {
        background: #fff;
        border-radius: 5px;
        top: 8px;
        margin-right: 2vw;
        width: 6vw;
        height: 7vw;
        padding: 0 1vw 1vw;
    }

    .drawer-hamburger-icon:before {
        top: -2vw;
    }

    .drawer-hamburger-icon:after {
        top: 2vw;
    }

    .drawer-nav {
        z-index: 10000;
        color: #fff;
        background-color: #212121;
    }

    .drawer-menu-item {
        color: #fff;
    }
}

@media (min-width: 576px) {
    .col-sm-3 .thumbs img, .col-sm-3.thumbs img {
        height: 12vw;
    }

    .col-sm-4 .thumbs img, .col-sm-4.thumbs img {
        height: 15vw;
    }

    .detail img{
        height: auto !important;
    }
}

@media (max-width: 576px) {
    #hamburger {
        top: 10px;
        width: 6vw;
        height: 6vw;
        padding: 0 1vw 2vw;
    }
}

img.avatar {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 50%;
}

@media screen and (max-width: 400px) { 
    .login_btn {
        font-size:0;
    }

    .login_btn::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 1.2rem;
        content: "\f023";
    }

    .regist_btn {
        font-size:0;
    }
    
    .regist_btn::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 1.2rem;
        content: "\f055";
    }
}