﻿@charset "utf-8";

body {
    color: rgb(254, 254, 254);
    font-size: 22px;
    width: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, 游ゴシック, メイリオ, Meiryo, sans-serif !important;
    margin: 0px;
    padding: 0px;
}

* {
    box-sizing: border-box;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration:none;
}

header {
    /*background: #89887f;*/
    /*position: absolute !important;*/
    position: fixed !important;
    z-index: 2;
    width: 100%;
    opacity: 1;
    top: 0px;
    background-color: rgba(35, 24, 21, 0.7);
    /*max-height: 105px;*/
    height: 110px;
}

.container {
    /*width: 910px;*/
    /*max-width: 1170px;*/
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

ul, ol {
    list-style: none;
}

::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #b4b5b5;
}

.clearfix::after {
    visibility: hidden;
    display: block;
    font-size: 0px;
    content: " ";
    clear: both;
    height: 0px;
}

.relative{
    position: relative;
}

.mb10{
    margin-bottom: 10px;
}

.fl {
    float: left;
}
.logo_box{
    display: inline-block;
    /*margin-top: 15px;*/
    /*margin-bottom: 10px;*/
}

.logo {
    display: block;
    max-width: 190px;
    /*padding-top: 28px;*/
    padding-top: 5px;
    float: left;
    /*margin-bottom: 5px;*/
}

.logo_p{
    font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    /*letter-spacing: -1px;*/
    letter-spacing: 1px;
    position: absolute;
    /*bottom: 45px;*/
    /*right: -68px;*/
    bottom: -25px;

    text-align: center;
    max-width: 190px;
    width: 100%;
}

.logo_p span{
    margin: 0 10px;
}

h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 7px;
    padding-top: 57px;
    float: left;
    font-size: inherit;
}

.fr {
    float: right;
}

.btn_member {
    display: inline-block;
    vertical-align: top;
    color: rgb(255, 255, 255);
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 15px;
    cursor: pointer;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(254, 254, 254,0.4);
    border-image: initial;
    padding: 7px 10px;
}

.btn_member span {
    font-size: 11px;
    margin-left: 10px;
}

.navbar-header {
    display: inline-block;
    vertical-align: top;
}

.navbar-toggle:focus {
    outline: none;
}

.navbar-toggle {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 10px;
    background-color: transparent;
    background-image: none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 75px;
    height: 2px;
    background-color: rgb(254, 254, 254);
    border-radius: 1px;
    margin-top: 13px;
}

.navbar-toggle .icon-bar:first-child{
    margin-top: 0px;
}

.navbar-toggle .icon-bar + .icon-bar {
    /*margin-top: 8px;*/
}

.category_box{
    display: inline-block;
    /*text-align: right;*/
    text-align: left;
    margin-top: 45px;
    margin-bottom: 10px;
    min-width: 800px;
    float: right;
}

header ul {
    display: inline-block;
    max-width: 800px;
    list-style-type: none;
    font-weight: bold;
    text-align: left;
    font-size: 0;
    line-height: 0;
    padding: 0;
}

header ul li {
    display: inline-block;
    text-align: center;
    padding: 0 18px;
    border-left: 1px solid #b5b5b5;
    margin-top: 5px;
}

header ul li:last-child{
    border-right: 1px solid #b5b5b5;
}

header ul li.active {
    position: relative;
}

header ul li.active::after{
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #0068b6;
    margin: 0 auto;
}

header .category_box.not_active ul li.active::after{
    content: none;
}

header ul li a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 12px;
}

.menu {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 110;
    font-size: 14px;
    overflow: hidden;
}

.menu_cover {
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.5;
    position: absolute;
    top: 0px;
    left: 0px;
}

.menu_disp {
    width: 500px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -100%;
    background: rgb(255, 255, 255);
    transition: all 500ms ease 0s;
}

.menu_header {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.menu_header div {
    /*height: 90%;*/
    margin-right: 15px;
    text-align: center;
    /*float: right;*/
}

.menu_header .menu_close {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    top: 0px;
    left: 0px;
}

.menu_header .menu_close p {
    color: rgb(0, 164, 198);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

footer {
    padding: 10px 0px;
    text-align: center;
    /*background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,13,1) 55%, rgba(0,55,85,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,13,1) 55%, rgba(0,55,85,1) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,13,1) 55%, rgba(0,55,85,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#003755",GradientType=1);*/

    background: rgb(3,0,0);
    background: -moz-linear-gradient(180deg, rgba(3,0,0,1) 0%, rgba(0,0,26,1) 50%, rgba(0,59,84,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(3,0,0,1) 0%, rgba(0,0,26,1) 50%, rgba(0,59,84,1) 100%);
    background: linear-gradient(180deg, rgba(3,0,0,1) 0%, rgba(0,0,26,1) 50%, rgba(0,59,84,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#030000",endColorstr="#003b54",GradientType=1);

}

footer .footer_logo_img,
footer .footer_logo_text{
    display: inline-block;
    vertical-align: middle;
}
footer .footer_logo_img{
    /*max-width: 85px;*/
    max-width: 40px;
    width: 100%;
}

footer .footer_logo_img img{
    width: 100%;
}

footer .footer_logo_left{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

footer .footer_logo_text{
    /*font-size: 33px;*/
    font-size: 24px;
    margin: 18px 5px;
    color: #fcfcfc;
    font-weight: bold;
}

footer .footer_logo_text span{
    display: block;
    font-size: 13px;
    line-height: 10px;
    font-weight: normal;
    text-align: center;
}

footer .footer_link li a{
    color: inherit;
    text-decoration: none;
}

footer .footer_bg {
    width: 100%;
    /*padding: 40px 20%;*/
    padding: 15px 20%;
}

footer .footer_bg ul {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    /*margin-left: 230px;*/
}

footer .footer_bg ul li {
    display: inline-block;
    font-size: 14px;
    padding: 0px 10px;
    color: #fcfcfc;
    /*width: 33%;*/
}

.company {
    /*margin-top: 50px;*/
    /*text-align: center;*/
}

.copy {
    font-size: 13px;
    text-align: right;
    /*margin: 20px 15% 20px 0;*/
    margin: 10px 5% 10px 0;
}

.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 5;
}

.modal__bg {
    height: 100vh;
    position: absolute;
    width: 100%;
    background: rgba(34, 24, 20, 0.4);
}

.modal__content {
    left: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 550px;
    min-height: 420px;
    max-height: 515px;
    text-align: center;
    color: rgb(62, 58, 57);
    padding-top: 40px;
    padding-bottom: 40px;
    background: rgb(255, 255, 255);
    border-radius: 45px;
    overflow: hidden;
}

.modal__content .subcontent {
    height: 100%;
    overflow-y: auto;
    padding-left: 40px;
    padding-right: 40px;
}

.modal_title {
    /*font-size: 40px;*/
    font-size: 21px;
    font-weight: bold;
}

.font-kozuka {
    font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
}

.modal_subtitle {
    /*font-size: 34px;*/
    font-size: 16px;
}



.modal__content .input_box {
    text-align: left;
    font-size: 18px;
}

.modal__content .input_box.box1 {
    margin-top: 30px;
}

.modal__content .input_box label {
    display: block;
    font-size: 15px;
    font-weight: bold;
}

input {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, 游ゴシック, メイリオ, Meiryo, sans-serif !important;
}

.modal__content .input_box input {
    font-size: 18px;
    margin-top: 7px;
    color: rgb(62, 58, 57);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    padding: 17px 15px 15px;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.modal__content .input_box.box1 input {
    /*width: calc(100% - 30px);*/
    width: 100%;
    font-size: 15px;
    padding: 10px;
}
.modal__content .input_box.box1 input:focus{
    outline: 0;
}

.modal__content .input_box.box2 {
    margin-top: 28px;
}

#js-password {
    float: left;
    width: calc((88% - 30px) - 108px);
}

.js-password-btn {
    color: rgb(254, 254, 254);
    font-size: 18px;
    margin-top: 7px;
    width: 108px;
    cursor: pointer;
    background: rgb(128, 127, 129);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(128, 127, 129);
    border-image: initial;
    padding: 17px 15px 15px;
}

.submit-btn {
    display: block;
    color: rgb(255, 255, 255);
    /*font-size: 21px;*/
    font-size: 17px;
    font-weight: bold;
    /*width: 263px;*/
    width: 200px;
    /*padding-top: 19px;*/
    /*padding-bottom: 19px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgb(232, 55, 74);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 10px;
    /*margin: 64px auto 0px;*/
    margin: 40px auto 0px;
    -webkit-appearance: none;
    outline: none;
}

.contact-link {
    display: block;
    /*font-size: 23px;*/
    font-size: 16px;
    color: rgb(0, 134, 209);
    margin-top: 34px;
}

.member_box{
    min-width: 260px;
}

.navbar-toggle{
    display: none;
}

.video_sound_box.sound_off.hide{
    display: none !important;
}

@media screen and (max-width: 1350px){
    .container{
        max-width: 1170px;
    }
    .category_box{
        /*margin-right: 30px;*/
        margin-left: 0px;
        margin-top: 35px;
    }
    header ul li a{
        font-size: 13px;
    }
}
@media screen and (max-width: 1200px){
    .category_box{
        /*float: left;*/
        /*max-width: 650px;*/
        min-width: auto;
        margin-top: 50px;
        max-width: 850px;
        width: 100%;
    }
    header ul{
        /*max-width: 550px;*/
    }
    footer .footer_bg ul{
        margin-left: 0px;
    }
}


@media screen and (max-width: 1080px){
    .logo_box{
        padding-left: 25px;
    }
    .btn_member,
    .navbar-header{
        /*margin-top: 50px;*/
        display: inline-block;
        margin-top: 0px;
    }
    .category_box{
        float: right;
        margin-top: 30px;
        margin-right: 15px;
        max-width: none;
        width: auto;
    }
    .logo{
        padding-top: 10px;
    }
    header ul {
        display: none;
    }
    .navbar-toggle{
        display: block;
    }
    footer .footer_bg ul{
        display: none;
    }
}


@media screen and (min-width: 769px){

    .pc_only {
        display: inline-block;
    }

}

@media screen and (max-width: 950px){

    .modal__content .subcontent {
        padding-left: 40px;
        padding-right: 40px;
    }
    .submit-btn {
        font-size: 15.75px;
    }
    .contact-link {
        font-size: 17.25px;
    }

    .modal__content .input_box, .modal__content .input_box input, .modal__content .input_box input::placeholder, .js-password-btn {
        font-size: 13.5px;
    }
    footer .footer_bg{
        padding: 15px 10px;
    }
}

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

}

@media screen and (max-width: 650px){
    header{
        height: 85px;
    }

    .logo {
        width: 130px;
        padding-top: 10px;
    }

    .logo_p{
        width: 200px;
        font-size: 10px;
        /*left: 46px;*/
        /*bottom: 30px;*/
        bottom: -23px;
    }
    .category_box{
        margin-top: 20px;
    }

    header h1 {
        padding-top: 28px;
    }

    header h1 img {
        width: 200px;
    }
    footer .footer_logo_text{
        display: block;
        text-align: center;
        margin-top: 0;
    }

    .modal__content{
        width: 85%;
    }
    .modal_title{
        font-size: 21px;
    }
    .modal_subtitle{
        font-size: 18px;
    }
}


@media screen and (max-width: 550px){
    header{
        height: 100px;
    }
    header .fl {
        /*width: 100%;*/
        width: 40%;
        float: unset;
        display: inline-block;
    }
    .logo_box{
        margin: 0px;
    }
    .logo{
        width: 160px;
    }
    .logo_p{
        width: 120px;
        /*left: 60px;*/
        /*top: 41px;*/
        font-size: 10px;
    }
    .category_box{
        /*display: none;*/
        text-align: right;
        margin-top: 15px;
        margin-right: 10px;
        margin-left: 0;
    }

    .btn_member {
        margin-top: 0px;
        margin-bottom: 0px;
        float: none;
        display: inline-block;
        text-align: right;
        padding: 8px;
    }

    .navbar-header {
        float: none;
    }

    .modal__content .subcontent {
        padding-left: 20px;
        padding-right: 20px;
    }

    .modal_title {
        font-size: 16px;
    }

    .modal_subtitle {
        font-size: 14px;
    }

    .modal__content .input_box.box1 {
        margin-top: 25px;
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }

    .modal__content .input_box.box2 {
        margin-top: 20px;
    }

    .modal__content .input_box.box1 input {
        width: 100%;
    }
    .submit-btn{
        width: 150px;
        padding: 7px 0px;
        font-size: 14px;
    }

    #js-password {
        width: calc(100% - 90px);
    }

    .js-password-btn {
        width: 90px;
    }

    .submit-btn {
        margin-top: 30px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .contact-link {
        margin-top: 20px;
        font-size: 16px;
    }

    footer .footer_bg ul {
        padding-left: 0px;
    }

    .copy {
        font-size: 10px;
        margin-right: 3%;
    }

    .fr.clearfix.member_box{
        display: inline-block;
        text-align: right;
        vertical-align: top;
        margin-top: 15px;
    }
    .modal__content{
        max-height: 420px;
        padding-top: 20px;
        padding-bottom: 40px;
        height: auto;
    }

}

@media screen and (max-width: 480px){
    header{
        height: 70px;
    }
    .smart_hide{
        display: none;
    }
    .logo_box{
        padding-left: 0px;
    }
    .logo{
        width: 110px;
        padding-top: 5px;
    }
    .logo_p{
        /*left: 45px;*/
        left: -5px;
        /*top: 18px;*/
    }
    .logo_p span{
        margin: 0 5px;
    }
    .btn_member{
        padding: 4px;
        display: block;
    }
    .fr.clearfix.member_box{
        margin-top: 10px;
    }

    .navbar-toggle{
        /*margin-bottom: 10px;*/
    }
    .navbar-toggle .icon-bar{
        width: 40px;
        height: 1px;
        margin-top: 10px;
    }

    footer .footer_bg ul{
        padding: 0px 10px;
        text-align: left;
    }
    footer .footer_bg ul li{
        font-size: 12px;
        line-height: 30px;
        padding: 0px 5px;
    }
    footer .footer_logo_img {
        /*max-width: 60px;*/
        max-width: 30px;

    }
    footer .footer_logo_img img{
        width: 100%;
    }

    footer .footer_logo_text{
        /*font-size: 21px;*/
        font-size: 17px;
        margin-bottom: 5px;
    }
    footer .footer_logo_text span{
        font-size: 11px;
    }

    .submit-btn {
        width: 120px;
        padding: 5px;
        border-radius: 5px;
        font-size: 13px;
    }
    .contact-link{
        font-size: 13px;
    }
    .company{
        margin-top: 20px;
    }
    .container{
        padding-bottom: 10px;
    }

}

@media screen and (max-width: 375px){
    .btn_member {
        font-size: 11px;
    }
}

@media screen and (max-width: 320px){
    .logo_p{
        transform: scale(0.8);
        /*left: 30px;*/
        /*top: 20px;*/
        left: -11px;
        bottom: -20px;
    }
    .btn_member{
        font-size: 10px;
        padding: 4px;
    }
    footer .footer_logo_text{
        font-size: 14px;
    }
    footer .footer_logo_text span{
        font-size: 10px;
    }
}