@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description :
===================================================================== */

/* =====================================================================
*    layouts
* =================================================================== */
.main, .main > section {
    /* margin-bottom: 30px; */
    margin-bottom: 20px;
}

.header p, .main p {
    margin: 15px 0;
}

.main p, .main h3, .main ul > li {
    color: #4E4E4E;
}

h2.sec_ttl {
    /* margin-bottom: 30px; */
    margin-bottom: 20px;
}

/* =====================================================================
*    .header
* =================================================================== */
.header {
}

/* =====================================================================
*    .main
* =================================================================== */
.main .oa_date {
    -webkit-transform: scale(1, 1.2);
    -ms-transform: scale(1, 1.2);
    transform: scale(1, 1.2);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
            transform-origin: bottom right;
}

/* =====================================================================
*    .mv
* =================================================================== */
.mv {
    position: relative;
    /* background: #FFF url("../images/bg_mv_01_sp.jpg") center / contain no-repeat; */
    background: #FFF url("../images/bg_mv_02_sp.jpg") center / contain no-repeat;
    padding-bottom: 40px;
    padding-top: 30px;
}

.mv::before {
    position: absolute;
    content: "";
    top: auto;
    left: 0;
    width: 100%;
    height: 18vw;
    background: transparent url("../images/bg_mv_logo_01_sp.png") center / 100% auto no-repeat;
    z-index: 1;
}

.mv.has_texture {
    background: #FFF;
}

.mv > .inner {
    z-index: 2;
}

.mv .site_ttl > h1 {
    position: relative;
    /* visibility: hidden; */
}

.mv .site_ttl > h1::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 34.5%;
    bottom: 0;
    left: 0;
    background: transparent radial-gradient(circle closest-side, #E4E4E4, transparent) bottom / 70% 350% no-repeat;
    /* margin-top: 20px; */
}

.mv .site_date > p {
    margin-top: 25px;
    margin-bottom: 18px;
}

.mv .site_lead > p {
    margin-bottom: 18px;
}

.mv .site_lead > p.site_lead_01 {

}

.mv .site_lead > p.site_lead_02 {
    margin-bottom: 0;
}

.mv > .mv_texture {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.mv > .mv_texture::before {
    content: "";
    width: 100%;
    height: 100%;
}

.mv > .mv_texture > .mv_debug {
    position: absolute;
    top: 0;
    z-index: 999;
}

.mv > .mv_texture > .mv_debug.mv_stats {
    left: 0;
}

.mv > .mv_texture > .mv_debug.mv_gui {
    right: 0;
}

.mv > .mv_texture > .mv_debug * {
    color: #FFF;
}

.mv > .mv_texture > canvas {
    outline: 0;
    -webkit-filter: drop-shadow(0px 0px #000); /* For iPhone remove outlines */
            filter: drop-shadow(0px 0px #000);
}

/* =====================================================================
*    .new_story
* =================================================================== */
.new_story.new_story_title {
    position: relative;
    background: #D0D0D0 url("../images/bg_stories_new_sp.jpg") 100% 0 / 100% repeat-y;
    margin-bottom: 0;
    /* padding: 20px 0; */
    padding: 25px 0 20px;
}

.new_story.new_story_title::before {
    position: absolute;
    content: "";
    /* top: auto; */
    top: 18%;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 50px;
    background: transparent url("../images/bg_stories_new_sp.png") top / contain repeat-x;
    /* margin-top: 10px; */
}

.new_story .company_head {
    /* padding: 20px 10px; */
    padding: 17px 10px;
    color: #FFF;
    background: #AC1415 url("../images/bg_company_info.jpg") repeat;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}

.new_story .company_head > .company_name {
    display: inline-block;
    width: 70%;
    /* font-size: 1.4em; */
    font-size: 18px;
    letter-spacing: 2px;
}

.new_story .company_head > .oa_date {
    display: inline-block;
    width: 30%;
    text-align: right;
}

.new_story p.company_detail {
    font-size: 12px;
}

.new_story .sns_share {
    /* margin: 0 30px; */
    margin: 0 35px;
    padding: 15px 0;
}

.new_story .share_area {
    position: relative;
    width: 100%;
    font-weight: bold;
    color: #FFF;
    background: #333;
}

.new_story .share_area::before {
    position: absolute;
    content: "";
    top: -15px;
    left: 45%;
    width: 0;
    height: 0;
    border-bottom: solid 15px #333;
    border-right: solid 30px transparent;
    border-left: solid 30px transparent;
}

.new_story .share_area > .share_inner {
    padding: 10px;
}

.new_story .share_area .share_url > p {
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
}

.new_story .share_area .share_url > p > input.url {
    float: left;
    width: 93%;
    font-size: 1.2em;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new_story .share_area .share_url > p > a.close {
    position: absolute;
    width: 5%;
    top: auto;
    right: 5px;
    padding: 0 2%;
    font-size: 1.4em;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
    text-decoration: none;
}

.new_story .share_area .share_sns ul {
    float: right;
}

.new_story .share_area .share_sns ul > li {
    float: left;
    margin-left: 2px;
}

.new_story .share_area .share_sns ul > li:first-child {
    margin-left: 0;
}

/* =====================================================================
*    .new_stories
* =================================================================== */
.new_stories {
    background: #F3F3F3;
}

.new_stories .recently_movies {
}

.new_stories .recently_movies > li {
    float: left;
    width: 49%;
    /* min-height: 280px; */
    margin-bottom: 3px;
    border-bottom: none;
    padding: 10px 0 7px;
}

.new_stories .recently_movies > li.is-current,
.new_stories .recently_movies > li:hover {
    margin-bottom: 0;
    border-bottom: 3px solid #B01415;
}

.new_stories .recently_movies > li:hover {
    border-bottom-color: #C85B5C;
}

.new_stories .recently_movies > li > a {
    color: inherit;
    text-decoration: none;
}

.new_stories .recently_movies p {
    margin: 5px 0;
}

.new_stories .recently_movies p.oa_date {
    text-align: right;
}

.new_stories .recently_movies p.company_name {
    position: relative;
    padding-left: 1.4em;
    font-size: 14px;
    font-weight: bold;
    min-height: 42px;
}

.new_stories .recently_movies p.company_name::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\0025b6"; /* ▶ */
}

/* =====================================================================
*    .all_stories
* =================================================================== */
.all_stories.all_stories_title {
    position: relative;
    background: #D0D0D0 url("../images/bg_stories_all_sp.jpg") 100% 0 / 100% repeat-y;
    margin-bottom: 0;
    /* padding: 40px 0 0; */
    padding: 45px 0 0;
    /* border-bottom: 4px solid #B01415; */
    border-bottom: 2px solid #B01415;
}

.all_stories.all_stories_title::before {
    position: absolute;
    content: "";
    /* top: auto; */
    top: 31%;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 50px;
    background: transparent url("../images/bg_stories_all_sp.png") top / contain repeat-x;
    /* margin-top: 10px; */
}

.all_stories a {
    color: inherit;
    text-decoration: none;
}

.all_stories .refines {
}

.all_stories .refines > li {
    float: left;
    width: 49%;
    color: #FEFEFE;
    background: #000;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
    /* background: -webkit-linear-gradient(315deg, transparent 5px, #000 5px); */
    /* background:      -o-linear-gradient(315deg, transparent 5px, #000 5px); */
    /* background:         linear-gradient(135deg, transparent 5px, #000 5px); */
    /* background-position: bottom left, bottom right, top right, top left; */
    /* background-repeat: no-repeat; */
    letter-spacing: 1px;
}

.all_stories .refines > li:first-child {
    margin-right: 2%;
}

.all_stories .refines > li.is-current {
    color: #FFF;
    background: #B01415;
    /* background: -webkit-linear-gradient(315deg, transparent 5px, #B01415 5px); */
    /* background:      -o-linear-gradient(315deg, transparent 5px, #B01415 5px); */
    /* background:         linear-gradient(135deg, transparent 5px, #B01415 5px); */
}

.all_stories .refines > li > a {
    position: relative;
    padding: 10px 10px 20px 24px;
}

.all_stories .refines > li > a::before {
    position: absolute;
    top: 10px;
    left: 8px;
    content: "\0025b6"; /* ▶ */
}

.all_stories .refines > li.is-current > a::before {
    content: "\0025bc"; /* ▼ */
}

/* =====================================================================
*    .all_box
* =================================================================== */
.all_box a {
    cursor: pointer; /* For Dynamic DOM */
}

/* =====================================================================
*    .year_box, .kana_box
* =================================================================== */
.year_box, .kana_box {
}

.year_box .year_label,
.kana_box .kana_label {
    /* margin: 1px 0; */
    margin: 0;
    border-top: 1px dotted #0C0C0C;
    border-bottom: 1px dotted #0C0C0C;
}

.year_box .year_label.first,
.kana_box .kana_label.first {
    border-top: none;
}

.year_box .year_label.last,
.kana_box .kana_label.last {
    position: relative;
}

.year_box .year_label.last::after,
.kana_box .kana_label.last::after {
    position: absolute;
    content: "";
    width: 100%;
    /* bottom: 1px; */
    bottom: 0;
    left: 0;
    border-bottom: 1px dotted #0C0C0C;
}

.year_box .year_label > a,
.kana_box .kana_label > a {
    padding: 10px 0;
    letter-spacing: 1px;
}

.year_box .year_label > a::after,
.kana_box .kana_label > a::after {
    /* margin-left: 2px; */
    content: "\0025b6"; /* ▶ */
}

.year_box .year_label.is-current > a::after,
.kana_box .kana_label.is-current > a::after {
    content: "\0025bc"; /* ▼ */
}

.year_box .year_label > a > span,
.kana_box .kana_label > a > span {
    font-weight: bold;
    display: inline-block;
}

.year_box .year_label > a > span {
    width: 3.2em;
}

.kana_box .kana_label > a > span {
    width: 2.6em;
}

/* =====================================================================
*    .month_box
* =================================================================== */
.month_box {
    background: #F3F3F3;
}

.month_box .month_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.month_box .month_link > li {
    /* padding: 5px 0; */
    margin: 10px 2px;
    -webkit-box-flex: 0;
    /*    -ms-flex: 0 0 64px; */
    /*        flex: 0 0 64px; */
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.month_box .month_link > li:hover,
.month_box .month_link > li.is-current {
    border-bottom: 3px solid #B01415;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.month_box .month_link > li:hover {
    border-bottom-color: #C85B5C;
}

.month_box .month_link > li.first_of_row > a {
    border-left: none;
}

.month_box .month_link > li > a {
    border-left: 1px dotted #0C0C0C;
    margin: 0px -2px;
}

/* =====================================================================
*    .result_box
* =================================================================== */
.result_box {
    background: #F3F3F3;
}

.result_box p {
    margin-top: 0;
}

.result_box .company_info > dt,
.result_box .company_info > dd {
    float: left;
}

.result_box .company_info > dt {
    width: 30%;
    max-width: 125px;
    max-height: 125px;
}

.result_box .company_info > dd {
    margin-left: 5%;
    width: 65%;
}

.result_box .company_info .company_image {
    position: relative;
    width: 100%;
    height: auto;
    background: #FFF url("../mcms/no_image.jpg") top center / cover no-repeat;
    padding-top: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/*
.result_box .company_info .company_image::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.result_box .company_info .company_image > img {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 125px;
    max-height: 125px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
*/

.result_box .company_info .company_name {
    font-weight: bold;
}

.result_box .company_info .video_link {
    width: 65%;
    margin-left: auto;
}

.result_box .results {
    padding-top: 10px;
}

/* =====================================================================
*    .sponcer
* =================================================================== */
.sponcer {
    /* margin: 30px 0; */
    margin: 60px 0 15px;
    text-align: center;
}

.sponcer a, .sponcer img {
    display: inline;
    width: auto;
}

/* =====================================================================
*    For SP Only
* =================================================================== */
@media screen and (max-width:767px) {
    .mv .site_ttl h1 {
        margin: 0 25px;
    }

    .new_stories .recently_movies > li:nth-child(odd) {
        margin-right: 2%;
    }

    .new_stories .recently_movies > li:nth-child(even) {
    }

    .new_stories .recently_movies p.oa_date,
    .new_story .company_head > .oa_date {
        font-size: 10px;
    }

    .oa_date_pc {
        visibility: hidden;
    }

    .result_box .company_info .oa_date {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .sponcer img {
        width: 100px;
    }
}

/* =====================================================================
*    For SP And TABLET
* =================================================================== */
@media screen and (max-width: 1099px){

}

/* =====================================================================
*    For TABLET Only
* =================================================================== */
@media screen and (min-width:768px) and (max-width: 1099px){
    .mv::before {

    }
}

/* =====================================================================
*    For TABLET And PC
* =================================================================== */
@media screen and (min-width:768px){
    .header {
    }

    .main, .main > section {
        margin-bottom: 90px;
    }

    h2.sec_ttl {
        margin-bottom: 40px;
    }

    .mv {
        /* background: #FFF url("../images/bg_mv_01_pc.jpg") center / contain no-repeat; */
        background: #FFF url("../images/bg_mv_02_pc.jpg") center / auto no-repeat;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .mv::before {
        background: transparent url("../images/bg_mv_logo_01_pc.png") center / 100% auto repeat-x;
        height: 14vw;
    }

    .mv > .inner {
        width: calc(666 / 1100 * 100%);
        max-width: 666px;
        margin: 0 auto;
    }

    .mv .site_ttl > h1 {
        /* padding-top: 25px; */
    }

    .mv .site_ttl > h1::after {
        /* height: 31.5%; */
    }

    .mv .site_date > p {
        margin-top: 55px;
    }

    .mv .site_date > p {
    }

    .mv .site_lead > p.site_lead_01 {
        margin-top: 50px;
    }

    .mv .site_lead > p.site_lead_02 {
    margin-top: 23px;
    }


    .new_story.new_story_title {
        background: #D0D0D0 url("../images/bg_stories_new_pc.jpg") 100% 0 / 100% repeat-y;
        padding-top: 45px;
        /* padding-bottom: 40px; */
        padding-bottom: 95px;
    }

    .new_story.new_story_title::before {
        background: transparent url("../images/bg_stories_new_pc.png") 100% 0 / contain repeat-x;
        top: 25%;
        /* margin-top: 15px; */
    }

    .new_story .company_head {
        position: absolute;
        top: auto;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
                flex-direction: column;
        /* padding: 10px 10px 40px; */
        padding: 10px;
        min-height: 128px;
    }

    .new_story .company_head > .company_name,
    .new_story .company_head > .oa_date {
        width: 100%;
    }

    .new_story .company_head > .company_name {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        font-size: 28px;
        margin: 5px;
        letter-spacing: 1px;
    }

    .new_story .company_head > .oa_date {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 5px;
    }

    .new_story.new_story_movie {
        position: relative;
        margin: 0;
    }

    .new_story .lately_movie {
        position: absolute;
        top: -95px;
        right: 0;
        width: 50%;
        z-index: 1; /* [WARNING] If you delete this property, the video play button will not be work */
    }

    .new_story .lately_movie > .lately_movie_inner .bc_movie_wrap {
        /* max-width: 626px; */
        max-width: 763px;
        /* max-width: 772px; */
    }

    .new_story.new_story_detail {
        margin-top: 65px;
        margin-bottom: 130px;
    }

    .new_story h1.company_head,
    .new_story p.company_detail,
    .new_story div.sns_share,
    .new_story div.share_area {
        width: 45%;
        max-width: 370px;
    }

    .new_story p.company_detail {
        /* min-height: 9em; */
        min-height: 198px;
        font-size: 23px;
        line-height: 38px;
    }

    .new_story .sns_share {
        text-align: right;
        margin: 0;
    }

    .new_story .share_area > .share_inner {
        margin-bottom: -87px;
    }

    .new_story .sns_share a,
    .new_story .sns_share img {
        display: inline;
        width: auto;
    }

    .new_story .share_area::before {
        left: auto;
        right: 15%;
    }

    .new_stories .recently_movies > li {
        width: calc(25% - 2px);
        max-width: 256px;
        margin-left: 2px;
        padding-bottom: 17px;
    }

    .new_stories .recently_movies > li:first-child {
        margin-left: 0;
    }

    .new_stories .recently_movies > li img {
    }

    .new_stories .recently_movies p.company_name {
        padding-left: 1em;
        padding-right: 1em;
        font-size: 20px;
        font-weight: bold;
        margin-top: 23px;
        min-height: 60px;
    }

    .new_stories .recently_movies p.company_name::before {
        font-size: 12px;
        top: 7px;
    }

    .all_stories.all_stories_title {
        padding-top: 65px;
        background: #D0D0D0 url("../images/bg_stories_all_pc.jpg") 100% 0 / 100% repeat-y;
        border-bottom: 4px solid #B01415;
    }

    .all_stories.all_stories_title::before {
        background: transparent url("../images/bg_stories_all_pc.png") 100% 0 / contain repeat-x;
        top: 27%;
        /* margin-top: 0; */
    }

    .all_stories.all_stories_links {
        margin-top: 50px;
    }

    .all_stories .refines > li {
        font-size: 18px;
        letter-spacing: 2px;
    }

    .all_stories .refines > li > a {
        padding: 20px 10px 44px 56px;
        /* letter-spacing: 2px; */
    }

    .all_stories .refines > li > a::before {
        top: 18px;
        left: 28px;
    }

    .year_box .year_label,
    .kana_box .kana_label {
    }

    .year_box .year_label > a,
    .kana_box .kana_label > a {
        position: relative;
        padding: 14px 0;
        font-size: 20px;
        letter-spacing: 4px;
    }
    
    .year_box .year_label > a::after,
    .kana_box .kana_label > a::after {
        position: absolute;
        margin-top: 5px;
        margin-left: 10px;
        font-size: 14px;
    }

    .month_box .month_link {
    }

    .month_box .month_link > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 81px;
        flex: 0 0 81px;
        font-size: 18px;
        margin: 20px 2px;
        font-weight: normal;
    }

    .month_box .month_link > li:hover,
    .month_box .month_link > li.is-current {
        padding-bottom: 17px;
    }

    .month_box .month_link > li:hover {
    
    }

    .month_box .month_link > li > a {
    
    }

    .result_box .company_info .company_image,
    .result_box .company_info .company_detail {
        margin-bottom: 0;
    }

    .result_box .company_info .company_name {
        font-size: 20px;
    }

    .result_box .company_info .company_detail {
        font-size: 18px;
    }

    .result_box .results {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-top: 65px;
        margin: 0 30px;
    }

    .result_box .results > li {
        width: 50%;
        /* margin-bottom: 10px; */
        margin-bottom: 65px;
        min-height: 194px;
    }

    .result_box .results > li:first-child {
    }

    .result_box .results > li.odd {
        padding-right: 19px;
        border-right: 1px dotted #0C0C0C;
    }

    .result_box .results > li.even {
        padding-left: 20px;
    }

    .result_box .results .video_link.pc {
        float: left;
        width: 50%;
    }

    .result_box .results .video_link.pc,
    .result_box .results .video_link.pc img {
        max-width: 150px;
    }

    .result_box .results .video_link.pc + .oa_date {
        float: right;
    }

    .sponcer {
        margin: 200px 0 40px;
    }

    .oa_date_sp {
        display: none;
        visibility: hidden;
    }
}

/* =====================================================================
*    For PC Only
* =================================================================== */
@media screen and (min-width: 1100px) {
    .mv::before {
        background: transparent url("../images/bg_mv_logo_01_pc.png") center / auto repeat-x;
        height: 150px;
    }

    .mv .site_ttl h1 {
    }

    .mv .site_ttl h1::after {
        height: 35%;
    }

    .mv .site_date p {
        /* margin-top: 55px; */
    }

    .all_stories .refines > li {
        font-size: 20px;
    }

    .new_story.new_story_title::before {
        top: 27%;
    }

    .all_stories.all_stories_title::before {
        top: 26%;
    }

    .new_story .lately_movie {
        width: 55%;
    }
}

/* =====================================================================
*    For Custom Size
* =================================================================== */
@media screen and (max-width: 437px) {
    .all_stories .refines > li {
        font-size: 12px;
        letter-spacing: 0;
    }

    .new_story.new_story_title::before,
    .all_stories.all_stories_title::before {
        /* margin-top: 5px; */
    }
}

@media screen and (min-width: 1400px) {
    .mv::before {
    }

    .new_story.new_story_title::before {
        top: 25%;
    }

    .all_stories.all_stories_title::before {
        top: 25%;
    }
}

/* =====================================================================
*    For IE 11 (CSS Hack)
* =================================================================== */
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    .year_box .year_label > a::after,
    .kana_box .kana_label > a::after {
        font-family: sans-serif !important;
    }
}

/* =====================================================================
*    For Microsoft Edge (CSS Hack)
* =================================================================== */
@supports (-ms-ime-align:auto) {
    .year_box .year_label > a::after,
    .kana_box .kana_label > a::after {
        font-family: sans-serif !important;
    }
}

/* =====================================================================
*    For Mac Safari (CSS Hack)
* =================================================================== */
@media screen and (min-width:768px){
    _::-webkit-full-page-media, _:future,
    :root .result_box .results > li {
        width: 49%;
    }
}