@charset "utf-8";

/*タグ再定義*/

html {
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    height: 100%;
}
button,
input,
optgroup,
select,
textarea {
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    margin: 0;
}


/*共通パーツ*/

.contents {
    width: 1100px;
    position: relative;
    margin: 0 auto;
}

.contents:after {
    clear: both;
    content: "";
    display: table;
}

.btn {
    background: #666;
    border: none;
    box-shadow: 0 1px 4px rgba(121, 121, 121, 0.88);
    cursor: pointer;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 12px 38px;
}

.btn:hover {
    background: #999;
}

.btn.btn-important {
    background: #C6141E;
}

.btn.btn-important:hover {
    background: #e04a53;
}
.emphasis {
    color: #c91517;
}
/**************20170922追記ここから******************/
.spOnly {
    display: none !important;
}
.pcOnly {
    display: block !important;
}
/**************20170922追記ここまで******************/

/*モーダル*/
#overlay {
    background: rgba(0,0,0,0.5);
    left: 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
}
.modal {
    align-items: center;
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2100;
}
.modal .contents {
    background: #fff;
    padding: 60px 125px 50px;
    width: 620px;
}
.modal .contents.contents-en {
    background: #E0E0E0;
}
.modal .contents p {
    line-height: 1.7;
    margin-bottom: 20px;
}
.modal .contents .block__btn {
    margin-top: 40px;
    text-align: center;
}
.modal .contents .block__btn .btn {
    box-shadow: 0 1px 4px rgba(121, 121, 121, 0.88);
    font-size: 18px;
    padding: 10px 45px;
}

/*ヘッダフッタ*/

.block__header_common {
    background: #000;
    color: #fff;
    min-width: 1100px;
}

.block__header_common .contents {
    padding: 60px 0 10px;
}

.block__header_common .brandLogo {
    float: left;
    line-height: 1;
    margin: 0;
}

.block__header_common #mainNav {
    float: right;
    width: 750px;
}

.block__header_common #mainNav>ul {
    font-size: 0;
    text-align: right;
}

.block__header_common #mainNav>ul>li {
    display: inline-block;
    font-size: 14px;
}

.block__header_common #mainNav>ul>li>a {
    color: #fff;
    display: block;
    padding: 5px 20px;
    text-decoration: none;
}

.block__header_common #mainNav>ul>li>a.btn {
    box-shadow: none;
    display: block;
    font-size: 16px;
    padding: 6px 25px;
    margin-left: 20px;
}

.block__header_common .btn_nav_toggle {
    display: none;
}

.block_footer_common {
    background: #000;
    color: #fff;
    width: 100%;
    min-width: 1100px;
}

.block_footer_common .footer_nav>ul {
    font-size: 0;
    text-align: center;
}

.block_footer_common .footer_nav>ul>li {
    font-size: 14px;
    display: inline-block;
}

.block_footer_common .footer_nav>ul>li>a {
    color: #fff;
    display: block;
    padding: 12px 40px;
    text-decoration: none;
}

.block_footer_common .company_name {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    text-align: center;
}

.block_footer_common .company_name a {
    border-bottom: 1px solid #2D2D2D;
    border-top: 1px solid #2D2D2D;
    color: #fff;
    display: block;
    padding: 35px 0;
    text-decoration: none;
}

.copyright {
    color: #707070;
    font-size: 11px;
    line-height: 1.8;
    padding: 25px 0;
    text-align: center;
}
/*メインコンテンツ*/
.block__mainContents {
    flex: 1 0 auto;
    min-width: 1100px;
}

/*ログイン*/
#login .block__mainContents {
    background: url(../img/common/back_jctvwifi.png) no-repeat center center;
    background-size: cover;
}
#login .block__mainContents .contents {
    padding: 20px 0 40px;
}
#login .block__error_msg,
#login .block__annotation {
    border-bottom: 1px solid #e3e3e3;
    margin: 50px auto;
    padding: 10px 0;
}
#login .block__error_msg p,
#login .block__annotation p {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}
#login .block__error_msg p {
    color: #c91518;
}
#login .block__login__console {
    background: rgba(196,196,196,.4);
    box-sizing: border-box;
    margin: 60px auto;
    padding: 60px 170px 50px;
    width: 635px;
}
#login .block__login__console .form-group {
    margin-bottom: 20px;
}
#login .block__login__console .form-group label {
    display: block;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
}
#login .block__login__console .form-group input[type=text],
#login .block__login__console .form-group input[type=password] {
    border: 1px solid #000;
    box-sizing: border-box;
    line-height: 38px;
    padding: 0 5px;
    width: 100%;
    height: 36px;
}
#login .block__btn {
    margin: 45px 0 0;
    text-align: center;
}
#login .block__btn .btn {
    font-size: 23px;
    height: 54px;
    width: 165px;
}

/*スタイル一般*/

.block__chBar {
    background: #F7F7F7;
    height: 150px;
}

.block__chBar>ul {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    font-size: 0;
    height: 100%;
    justify-content: center;
    text-align: center;
}

.block__chBar>ul>li {
    align-items: center;
    box-sizing: border-box;
    font-size: 16px;
    height: 100%;
    display: flex;
    position: relative;
    margin: 0 20px;
    width: 94px;
}
.block__chBar>ul>li>a {
    background: transparent;
    box-shadow: 0 1px 4px rgba(121, 121, 121, 0.88);
    display: block;
    height: 94px;
    position: relative;
    width: 100%;
}
.block__chBar>ul>li>a img {
    max-height: 100%;
    max-width: 100%;
}
.block__chBar>ul>li.active:after {
    background: #C6141D;
    bottom: 0;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    width: 100%;
    position: absolute;
}
.block__chBar>ul>li>a:after {
    background: rgba(255,255,255,.40);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    transition: all .2s linear;
}

.block__chBar>ul>li>a:hover:after,
.block__chBar>ul>li.active>a:after {
    opacity: 0;
}

.block__movie {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 40px;
}
.movieBody {
    height: 420px;
    width: 747px;
}
/*
.movieBody img {
    max-height: 100%;
    max-width: 100%;
}
*/
.block__sound_select {}
.block__sound_select .console {
    line-height: 30px;
    margin: 0 auto 20px;
    width: 350px;
}

.block__sound_select .console:after {
    clear: both;
    content: "";
    display: table;
}

.block__sound_select .header {
    background: #C6141E;
    color: #fff;
    font-weight: normal;
    float: left;
    width: 130px;
    text-align: center;
}

.block__sound_select select {
    -webkit-appearance:none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #000;
    line-height: 30px;
    height: 30px;
    padding-left: 15px;
    width: 220px;
    border-radius: 0;
}

.block__sound_select .notice {
    font-size: 14px;
    margin: 20px auto;
    text-align: center;
}

/*AD banner*/
.ad_bnr{
  padding: 15px 0 35px;
  text-align: center;
}
.ad_bnr_block{
  width: 350px;
  margin: 0 auto;
}
.ad_bnr_block p{
  width: 350px;
  text-align: right;
  padding: 2px 0;
  color: #777;
  font-size: 14px;
  line-height: 1;
}
.ad_bnr_block img{
  width: 350px;
}

.block_terms_en {
    background: #E0E0E0;
    padding: 70px 0 70px;
}

.block_terms_en .header {
    font-size: 30px;
    font-weight: normal;
    padding: 10px;
    text-align: left;
    margin: 0 34px;
}

.block_terms_en .header img {
    margin-right: 40px;
}

.block_terms_en ul {
    font-size: 16px;
    line-height: 1.5;
    margin: 25px 44px 25px 50px;
    width: auto;
}
.block_terms_en ul li{
    margin-bottom:18px;
}

.block_terms_en p {
    font-size: 17px;
    line-height: 1.8;
    margin: 25px 50px;
    width: auto;
}

.block_terms_jp {
    background: #fff;
    padding: 70px 0 70px;
}
.block_terms_jp .header {
    /*border-bottom: 1px solid #000;*/
    font-size: 28px;
    font-weight: normal;
    margin: 0 34px;
    width: auto;
    padding:10px;
}
.block_terms_jp .header img {
    margin-right: 40px;
}
.block_terms_jp ul {
    font-size: 14px;
    line-height: 1.5;
    margin: 25px 40px 25px 50px;
    width: auto;
}
.block_terms_jp ul li{
    text-indent:-1em;
    margin-bottom:16px;
}

/*システムメッセージ*/

.block_system_MSG_en {
    background: #E0E0E0;
    height: 290px;
    padding: 90px 0 0;
}

.block_system_MSG_en .header {
    border-bottom: 1px solid #000;
    font-size: 56px;
    font-weight: normal;
    padding: 0 95px;
    text-align: left;
}

.block_system_MSG_en .header img {
    margin-right: 40px;
}

.block_system_MSG_en p {
    font-size: 17px;
    line-height: 1.8;
    margin: 25px 205px;
    width: auto;
}
.block_system_MSG_en .block__btn,
.block_system_MSG_jp .block__btn {
    margin: 27px 205px;
    width: auto;
}

.block_system_MSG_jp {
    background: #fff;
    height: 310px;
    padding: 50px 0 0;
}

.block_system_MSG_jp .header {
    font-size: 40px;
    font-weight: normal;
    margin: 0 205px;
    width: auto;
}

.block_system_MSG_jp .header img {
    margin-right: 40px;
}

.block_system_MSG_jp p {
    font-size: 17px;
    line-height: 2;
    margin: 25px 205px;
    width: auto;
}


@media (max-width:767px) {
    /*共通パーツ*/
    .contents {
        padding: 0 15px;
        width: auto;
    }
    .btn {
        background: #666;
        color: #fff;
        display: block;
        font-size: 16px;
        text-decoration: none;
        padding: 14px 38px;
        text-align: center
    }



/**********************20170922追記ここから*******/

    .spOnly {
        display: block !important;
    }
    .pcOnly {
        display: none !important;
    }

/***********************20170922追記ここまで*******/


    /*モーダル*/
    .modal {
        box-sizing: border-box;
        position: absolute;
    }
    .modal .contents {
        font-size: 12px;
        margin: 20px;
        padding: 25px 20px 20px;
        width: auto;
    }
    .modal .contents.contents-en {
        font-size: 14px;
    }
    .modal .contents + .contents {
        margin-top: -20px;
    }
    .modal .contents p {
        margin-bottom: 10px;
    }
    .modal .contents .block__btn {
        margin:20px 0 10px;
    }

    /*ヘッダフッタ*/

    .block_footer_common {
        min-width: 0;
        position: relative;
        z-index: 1;
    }

    .block__header_common .contents {
        padding: 0;
    }
    .block__header_common .brandLogo {
        font-size: 20px;
        height: 50px;
        display: block;
        padding:0;
        position: relative;
        top:15px;
        left:12px;
        width: 110px;
        z-index: 1100;
    }
    .brandLogo a {
        height: 35px;
        display: block;
        padding:15px 0 0 0;
        position: relative;
        top:-15px;
        width: 110px;
        z-index: 1100;
    }
    .brandLogo img {
        max-width: 100%;
    }
    .block__header_common {
        min-width: 0px;
        z-index: 1000;
    }
    .block__header_common #mainNav {
        color: #fff;
        float: none;
        position: absolute;
        width: 100%;
    }
    .block__header_common #mainNav>ul {
        background: #000;
        display: none;
        margin-top: 50px;
        padding-bottom: 1px;
    }
    .block__header_common #mainNav>ul>li {
        display: block;
        width: 100%;
    }
    .block__header_common #mainNav>ul>li>a {
        padding: 16px 10px;
    }
    .block__header_common #mainNav>ul>li>a.btn {
        margin: 5px 5px 4px;
        padding: 10px;
        text-align: center;
    }
    .block__header_common .btn_nav_toggle {
        cursor: pointer;
        display: block;
        position: absolute;
        right: 0;
        height: 50px;
        width: 50px;
        z-index: 1100;
    }
    .block__header_common .btn_nav_toggle span {
        background: #a6a6a6;
        display: block;
        left: 10px;
        height: 2px;
        position: absolute;
        width: 20px;
        transition: all .2s linear;
    }
    .block__header_common .btn_nav_toggle span:first-child {
        top: 17px;
    }
    .block__header_common .btn_nav_toggle span:first-child+span {
        top: 24px;
    }
    .block__header_common .btn_nav_toggle span:first-child+span+span {
        top: 31px;
    }
    .block__header_common #mainNav.active .btn_nav_toggle span:first-child {
        top: 24px;
        transform: rotate(45deg);
    }
    .block__header_common #mainNav.active .btn_nav_toggle span:first-child+span {
        opacity: 0;
        left: 25px;
    }
    .block__header_common #mainNav.active .btn_nav_toggle span:first-child+span+span {
        top: 24px;
        transform: rotate(-45deg);
    }


/*********************20170922追記ここから****************************/
    .block__header_common .spLogout{
        box-shadow: none;
        /*width: 140px;
        height: 47px;*/
        top: 10px;
        right: 62px;
        padding: 0;
        position: absolute;
        background-color:#000;
    }
    .block__mainContents {
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 100;
    }
/*********************20170922追記ここまで****************************/


    .block_footer_common .footer_nav>ul {
        padding:0;
    }
    .block_footer_common .footer_nav>ul>li {
        display: block;
        font-size: 9px;
        border-top:1px solid #2d2d2d;
    }
    .block_footer_common .footer_nav>ul>li>a {
        padding: 7px 0;
        color:#a7a7a7;
    }
    .block_footer_common .company_name a {
        font-size: 13px;
        padding: 15px;
    }
    .copyright {
        color: #5e5e5e;
        font-size: 9px;
        padding: 9px;
    }
    /*メインコンテンツ*/
    .block__mainContents {
        min-width: 0;
    }
    /*ログイン*/
    #login .block__mainContents {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #login .block__mainContents .contents {
        box-sizing: border-box;
        padding: 25px 20px;
        width: 100%;
    }
    #login .block__error_msg,
    #login .block__annotation {
        border: none;
        margin: 0;
        padding: 0;
    }
    #login .block__error_msg p,
    #login .block__annotation p {
        font-size: 15px;
        line-height: 20px;
        text-align: left;
    }
    #login .block__login__console {
        margin: 25px 0;
        padding: 20px 38px 35px;
        width: 100%;
    }
    #login .block__login__console .form-group {
        margin-bottom: 15px;
    }
    #login .block__login__console .form-group label {
        font-size: 15px;
    }
    #login .block__login__console .form-group input[type=text],
    #login .block__login__console .form-group input[type=password] {
        height: 40px;
        line-height: 40px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0;
    }
    #login .block__btn {
        text-align: center;
        margin-top: 35px;
    }
    #login .block__btn .btn {
        font-size: 18px;
        height: 64px;
        width: 100%;
    }

    /*スタイル一般*/
    .block__chBar {
        height: 75px;
/*********************20170922追記ここから*************************/
        order: 5;
/********************20170922追記ここまで**************************/
    }
    .block__chBar>ul {
        flex-wrap: wrap;
    }
    .block__chBar>ul>li {
        display: flex;
        align-items: center;
        margin: 0 11px;
        width: 46px;
    }
    .block__chBar>ul>li.active:after {
        bottom: 0;
        height: 3px;
    }
    .block__chBar>ul>li>a {
        flex: 1 0 46px;
        height: 46px;
    }
    .block__movie {
        max-width: 100%;
        padding: 35px 0 23px;

        /*********************20170922追記ここから*************************/
        order: 1;
        /********************20170922追記ここまで**************************/
    }
    .movieBody {
        height: auto;
        max-width: 100%;
    }
    .movieBody>* {
        max-width: 100%;
    }

    /*********************20170922追記ここから*************************/
    .block__sound_select {
        order: 10;
    }
    /********************20170922追記ここまで**************************/

    /*コメントアウト20170922
    .block__sound_select .console {
        margin: 0 35px 15px;
        width: auto;
    }*/

    /*********************20170922追記ここから*************************/
    .block__sound_select .console {
        margin: 15px 35px 15px;
        width: auto;
    }
    /********************20170922追記ここまで**************************/
    .block__sound_select .header {
        font-size: 14px;
        line-height: 40px;
        width: 40%;
    }
    .block__sound_select select {
        height: 40px;
        width: 60%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0;
    }
    .block__sound_select .notice {
        font-size: 12px;
    }
    .ad_bnr{
        padding: 10px 25px 25px;
        text-align: center;
        order: 15;
    }
    .ad_bnr_block{
        max-width: 250px;
        margin: 0 auto;
    }
    .ad_bnr_block p{
        max-width: 250px;
        text-align: right;
        padding: 2px 0;
        color: #777;
        font-size: 14px;
        line-height: 1;
    }
    .ad_bnr_block img{
        max-width: 250px;
    }
    .block_system_MSG_en,
    .block_system_MSG_jp {
        height: auto;
        padding: 28px 0 10px;
    }
    .block_system_MSG_en .header {
        font-size: 22px;
        padding: 0 15px;
        text-align: left;
    }
    .block_system_MSG_en .header img {
        width: 30px;
        margin-right: 5px;
    }
    .block_system_MSG_en p {
        font-size: 12px;
        margin: 15px;
        width: auto;
    }
    .block_system_MSG_en .block__btn,
    .block_system_MSG_jp .block__btn {
        margin: 27px 10px 10px;
        width: auto;
    }
    .block_system_MSG_en .block__btn .btn,
    .block_system_MSG_jp .block__btn .btn {
        line-height: 18px;
    }
    .block_system_MSG_en .block__btn .btn {
        font-size: 18px;
    }

    .block_system_MSG_jp .header {
        font-size: 22px;
        margin: 0 15px;
        text-align: left;
        width: auto;
    }
    .block_system_MSG_jp p {
        font-size: 12px;
        margin: 15px;
        width: auto;
    }

    .block_terms_en,
    .block_terms_jp {
        height: auto;
        padding: 18px 0 10px;
    }
    .block_terms_en .header {
        font-size: 24px;
        padding: 0;
        text-align: left;
        margin: 10px 15px 15px;
    }
    .block_terms_en .header img {
        width: 30px;
        margin-right: 5px;
    }
    .block_terms_en p {
        font-size: 12px;
        margin: 15px;
        width: auto;
    }
    .block_terms_en ul {
        font-size: 14px;
        line-height: 1.4;
        margin: 15px 10px 25px 20px;
        width: auto;
    }
    .block_terms_en ul li{
        margin-bottom:18px;
    }

    .block_terms_en .block__btn,
    .block_terms_jp .block__btn {
        margin: 27px 10px 10px;
        width: auto;
    }
    .block_terms_en .block__btn .btn,
    .block_terms_jp .block__btn .btn {
        line-height: 18px;
    }
    .block_terms_en .block__btn .btn {
        font-size: 18px;
    }

    .block_terms_jp .header {
        font-size: 22px;
        margin: 0;
        text-align: left;
        width: auto;
    }
    .block_terms_jp p {
        font-size: 12px;
        margin: 15px;
        width: auto;
    }
    .block_terms_jp ul {
        font-size: 13px;
        line-height: 1.4;
        margin: 10px 10px 25px 20px;
        width: auto;
    }
    .block_terms_jp ul li{
        text-indent:-1em;
        margin-bottom:16px;
    }
}
