@charset 'UTF-8';
.font-reimin_bold
{
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.contents_inner
{
    position: relative; 

    max-width: 1000px;
    margin: 0 auto;
}

.mb10
{
    margin-bottom: 10px;
}

.pt10
{
    padding-top: 10px;
}

.mb20
{
    margin-bottom: 20px;
}

.pt20
{
    padding-top: 20px;
}

.mb30
{
    margin-bottom: 30px;
}

.pt30
{
    padding-top: 30px;
}

.mb40
{
    margin-bottom: 40px;
}

.pt40
{
    padding-top: 40px;
}

.mb50
{
    margin-bottom: 50px;
}

.pt50
{
    padding-top: 50px;
}

.mb60
{
    margin-bottom: 60px;
}

.pt60
{
    padding-top: 60px;
}

.mb70
{
    margin-bottom: 70px;
}

.pt70
{
    padding-top: 70px;
}

.mb80
{
    margin-bottom: 80px;
}

.pt80
{
    padding-top: 80px;
}

.mb90
{
    margin-bottom: 90px;
}

.pt90
{
    padding-top: 90px;
}

.mb100
{
    margin-bottom: 100px;
}

.pt100
{
    padding-top: 100px;
}

.disc .disc_list .disc_list_item:before
{
    position: absolute; 

    display: inline-block;

    width: 100%;
    height: 5px;

    content: '';

    border-radius: 200px;
    background: #cf101f;
}

*
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box; 
    margin: 0;
    padding: 0;
}

body
{
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Helvetica Neue', Helvetica, '游ゴシック', YuGothic, Meiryo, sans-serif;

    padding-bottom: 95px; 

    color: #fff;
    background: #000;
}
body.second
{
    background: #000 url(../images/disc_bg.png) right 95% no-repeat;
}

.page_top
{
    position: fixed;
    z-index: 1000; 
    right: 20px;
    bottom: -200px;

    display: inline-block;

    -webkit-transition: .2s;
            transition: .2s;

    opacity: 0;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.page_top.is-active
{
    bottom: 120px; 

    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.is_sp
{
    display: none;
}

.is_pc
{
    display: block;
}

.global_navi
{
    position: fixed;
    z-index: 9000; 
    bottom: 0;
    left: 0;

    width: 100%;
    height: 95px;

    background: #fff;
}
.global_navi .navigation
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: 1000px;
    margin: 0 auto;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.global_navi .navigation li
{
    position: relative;
}
.global_navi .navigation li > a
{
    position: relative;
    z-index: 100;

    display: inline-block; 

    -webkit-transition: .2s;
            transition: .2s;
}
.global_navi .navigation li > a:hover
{
    opacity: .5;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
}
.global_navi .navigation li > a img
{
    position: relative;
}
.global_navi .navigation li > img
{
    position: absolute;
    top: -38px;
}
.global_navi .navigation li.navigation_top
{
    top: -100px;

    margin: 0 80px 0 100px;
}
.global_navi .navigation li.navigation_vol1 > a img
{
    top: -15px;
}
.global_navi .navigation li.navigation_vol1 > img
{
    right: -15px;
}
.global_navi .navigation li.navigation_vol2 > a img
{
    top: -25px;
}
.global_navi .navigation li.navigation_vol2 > img
{
    right: -5px;
}

header
{
    position: relative; 
    z-index: 0;

    min-width: 1000px;
    min-height: 768px;
}
header h1,
header .mainVisual,
header .release_date,
header .w-tokuten-page-link
{
    position: absolute;
}
header h1
{
    z-index: 300;

    -webkit-transform: translate(0px, 30px);
        -ms-transform: translate(0px, 30px);
            transform: translate(0px, 30px);
}
header h1 img
{
    width: 95%;
    max-width: 100%;
    height: auto;
}
header .release_date
{
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 38px;
    font-style: italic;

    z-index: 200;

    width: 570px;

    -webkit-transform: translate(15px, 210px);
        -ms-transform: translate(15px, 210px);
            transform: translate(15px, 210px);
    text-align: center;
    letter-spacing: 2px;

    text-shadow: 3px 3px 5px #000;
}
header .release_date p:first-child
{
    margin-bottom: 15px;
}
header .release_date_num
{
    color: #cf101f;
}
header .release_date_ymd
{
    font-size: 24px;
}
header .mainVisual
{
    z-index: 100; 
    right: 0;
}
header .w-tokuten-page-link
{
    position: relative;
    z-index: 300;

    display: inline-block;

    width: 540px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease; 
    -webkit-transform: translate(28px, 330px);
        -ms-transform: translate(28px, 330px);
            transform: translate(28px, 330px);
}
header .w-tokuten-page-link:hover
{
    opacity: .8;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}
header .w-tokuten-page-link img
{
    width: 100%;
}
header.sec_header
{
    min-height: 366px;
}
header.sec_header .release_date
{
    font-size: 30px;
}
header.sec_header .release_date p:first-child
{
    margin-bottom: 15px;
}
header.sec_header .release_date_num
{
    color: #cf101f;
}
header.sec_header .release_date_ymd
{
    font-size: 24px;
}
header.sec_header .mainVisual
{
    z-index: 100;
    top: -5px;
    right: 0;

    width: 50%;
}
header.sec_header .mainVisual img
{
    width: 100%;
}

.outline
{
    position: relative;

    overflow: hidden;

    width: 100%;
    min-width: 1000px;
    min-height: 600px;
    padding: 80px 0 0; 

    background: rgba(207, 16, 31, .85);
}
.outline_bg
{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;

    -webkit-transition: .3s;
            transition: .3s; 
    -webkit-transform: .5s;
    -webkit-transform: translate(-400px, -90px);
        -ms-transform: .5s;
        -ms-transform: translate(-400px, -90px);
            transform: .5s;
            transform: translate(-400px, -90px);

    opacity: 1;
    opacity: 0;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.outline_bg.is-active
{
    -webkit-transform: translate(-280px, -90px);
        -ms-transform: translate(-280px, -90px);
            transform: translate(-280px, -90px);

    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.outline_text
{
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 24px;
    font-style: italic;
    line-height: 1.8;

    position: relative;
    z-index: 1; 

    margin-bottom: 20px;

    text-align: center;
    letter-spacing: 3px;

    text-shadow: 2px 2px 5px #b00e1a;
}

.baba_description
{
    position: relative;
    z-index: 100;

    overflow: hidden;

    min-width: 1000px;
    min-height: 928px;
    padding: 130px 0;

    background: rgba(0, 0, 0, .7);
}
.baba_description_bg
{
    position: absolute;
    top: -150px;
    right: -150px;

    opacity: 0;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.baba_description_bg img
{
    width: 610px;
    height: auto;
}
.baba_description_bg.is-active
{
    -webkit-transition: 3s;
            transition: 3s;

    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.baba_description_headline
{
    position: relative;

    max-width: 100%;
    margin-bottom: 90px; 

    -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
            transform: translateX(-40px);
}
.baba_description_text
{
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 24px;
    font-style: italic;
    line-height: 2.5;

    position: relative;
    z-index: 100; 

    letter-spacing: 3px;
}

.w-tokuten
{
    padding: 90px 0 80px;

    background: url(../images/w_tokuten_bg.png) #cf101f center top no-repeat;
}
.w-tokuten__tit
{
    max-width: 524px; 
    margin: 0 auto 30px;
}
.w-tokuten__tit img
{
    width: 100%;
}
.w-tokuten__overview
{
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 18px;
    line-height: 1.8;

    margin-bottom: 30px; 

    text-align: center;
}
.w-tokuten__overview span
{
    font-size: 22px;
}
.w-tokuten__entry-text
{
    font-size: 14px;
    line-height: 1.8;

    margin-bottom: 40px; 

    text-align: center;
}
.w-tokuten__pr-description
{
    width: 90%;
    margin: 0 auto;
    padding: 30px; 

    background: #000;
}
.w-tokuten__pr-tit
{
    font-size: 18px; 

    margin-bottom: 60px;

    text-align: center;
}
.w-tokuten__pr-item
{
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif; 
    font-size: 20px;

    margin-bottom: 60px;

    text-align: center;

    color: #e60012;
}
.w-tokuten__pr-item span
{
    font-size: 14px;
    line-height: 1.2;

    display: inline-block;
}
.w-tokuten__pr-rules li,
.w-tokuten__pr-term li,
.w-tokuten__pr-notes__list li
{
    line-height: 1.5; 

    margin-bottom: 10px;
}
.w-tokuten__pr-rules
{
    margin-bottom: 30px;
}
.w-tokuten__pr-rules li
{
    padding-left: 2.5em; 

    text-indent: -2.5em;
}
.w-tokuten__pr-notes__tit
{
    font-weight: normal; 

    margin-bottom: 10px;
}
.w-tokuten__pr-notes__list li:before
{
    display: inline-block; 

    content: '〇';
}

footer
{
    font-size: 12px;
    line-height: 2;

    min-width: 1000px; 
    padding: 15px 10px;

    text-align: right;

    color: #fff;
    background: #111;
}

.disc
{
    position: relative;
    z-index: 100; 

    width: 1000px;
    margin: 0 auto;
}
.disc .disc_detail
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 60px;
}
.disc .disc_detail figure
{
    width: 33.6%;
}
.disc .disc_detail figure img
{
    width: 100%;
}
.disc .disc_detail_w-tokuten
{
    display: inline-block;

    width: 80%; 
    margin-bottom: 30px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;
}
.disc .disc_detail_w-tokuten:hover
{
    opacity: .5;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
}
.disc .disc_detail_w-tokuten img
{
    width: 100%;
}
.disc .disc_detail_text
{
    width: 66%;
    padding-left: 20px;
}
.disc .disc_detail_text h3
{
    margin-bottom: 30px;
}
.disc .disc_detail_text > p
{
    line-height: 1.8;

    margin-bottom: 30px;
}
.disc .disc_detail_text > p:last-of-type
{
    margin-bottom: 50px;
}
.disc .disc_detail_text > p strong
{
    color: #cf101f;
}
.disc .disc_detail_text .buy_btn
{
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 20px;

    display: inline-block;

    width: 250px;
    margin-bottom: 50px;
    padding: 15px 0;

    -webkit-transition: .5s;
            transition: .5s; 
    text-align: center;
    text-decoration: none;

    color: #cf101f;
    border-radius: 5px;
    background: #fff;
}
.disc .disc_detail_text .buy_btn:hover
{
    color: #fff; 
    background: #cf101f;
}
.disc .disc_list
{
    position: relative; 

    margin-bottom: 40px;
}
.disc .disc_list .disc_list_tit
{
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif; 
    font-size: 26px;

    margin-bottom: 30px;

    text-align: center;
    letter-spacing: 5px;
}
.disc .disc_list .disc_list_item
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 40px 0;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.disc .disc_list .disc_list_item:before
{
    top: 0;
}
.disc .disc_list .disc_list_item.disc_list_item--last:after
{
    position: absolute;
    bottom: 0;
    left: 0; 

    display: inline-block;

    width: 100%;
    height: 5px;

    content: '';

    border-radius: 200px;
    background: #cf101f;
}
.disc .disc_list .disc_list_item .disc_list_num
{
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 18px;
    font-style: italic;

    width: 26%;

    text-align: center;
    letter-spacing: 2px;
}
.disc .disc_list .disc_list_item .disc_list_text
{
    width: 76%;
}
.disc .disc_list .disc_list_item .disc_list_text dl
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.disc .disc_list .disc_list_item .disc_list_text dl dt
{
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 18px;
    font-style: italic;

    width: 10%;
    margin-bottom: 20px;

    text-align: center;
    letter-spacing: 2px;
}
.disc .disc_list .disc_list_item .disc_list_text dl dt:last-of-type
{
    margin-bottom: 0;
}
.disc .disc_list .disc_list_item .disc_list_text dl dd
{
    line-height: 1.8;

    width: 90%;
    margin-bottom: 20px;
}
.disc .disc_list .disc_list_item .disc_list_text dl dd:last-of-type
{
    margin-bottom: 0;
}
.disc .disc_list .disc_list_item .disc_list_text dl dd span
{
    color: #cf101f;
}
.disc .disc_list .disc_list_item .disc_list_text--none dl dt
{
    display: none;
}
.disc .disc_list .disc_list_item .disc_list_text--none dl dd
{
    margin: 0 auto; 

    text-align: center;
}
.disc .disc_list .disc_note
{
    font-size: 12px;
    line-height: 1.5; 

    padding: 10px;
}

.affiliate li
{
    display: inline-block;

    margin: 0 5px 5px 0;
}

.affiliate li a
{
    display: inline-block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box; 
    width: 150px;
    height: 70px;

    background-repeat: no-repeat;
    background-position: center center;
}

.affiliate li img
{
    display: none;
}

.tvtokyo a
{
    background: #fff url(../images/af/btn_tvtokyo.png);
    -webkit-background-size: 80% 80%;
            background-size: 80%;
}

.amazon a
{
    background: #fff url(../images/af/btn_amazon.gif);
    -webkit-background-size: 80% 80%;
            background-size: 80%;
}

.tower a
{
    background: url(../images/af/btn_tower.gif) #fed001;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
}

.seven a
{
    background: #fff url(../images/af/btn_seven.gif);
    -webkit-background-size: 90% 90%;
            background-size: 90%;
}

.hmv a
{
    background: #fff url(../images/af/btn_hmv.gif);
    -webkit-background-size: 80% 80%;
            background-size: 80%;
}

.tsutaya a
{
    background: #fff url(../images/af/btn_tsutaya.gif);
    -webkit-background-size: 90% 90%;
            background-size: 90%;
}

.rakuten a
{
    background: #fff url(../images/af/btn_rakuten.gif);
    -webkit-background-size: 90% 90%;
            background-size: 90%;
}

@media screen and (max-width: 767px)
{
    body
    {
        overflow-x: hidden; 

        padding-bottom: 44px;
    }
    body.second
    {
        background: #000;
    }
    .is_sp
    {
        display: block;
    }
    .is_pc
    {
        display: none;
    }
    .global_navi
    {
        height: 44px;
    }
    .global_navi .navigation li
    {
        position: relative;

        width: 100%;
    }
    .global_navi .navigation li > a img
    {
        width: 100%;
    }
    .global_navi .navigation li > img
    {
        position: absolute;
        top: -16px;

        width: 100%;
    }
    .global_navi .navigation li.navigation_top
    {
        top: -40px;

        width: 75px; 
        margin: 0 20px 0 30px;
    }
    .global_navi .navigation li.navigation_vol1
    {
        width: 92px;
    }
    .global_navi .navigation li.navigation_vol1 > a img
    {
        top: -8px;
    }
    .global_navi .navigation li.navigation_vol1 > img
    {
        right: -15px;
    }
    .global_navi .navigation li.navigation_vol2
    {
        width: 92px;
    }
    .global_navi .navigation li.navigation_vol2 > a img
    {
        top: -10px;
    }
    .global_navi .navigation li.navigation_vol2 > img
    {
        right: -5px;
    }
    header
    {
        min-width: 100%; 
        min-height: 465px;
    }
    header.top_header .contents_inner
    {
        min-height: 590px;
    }
    header h1,
    header .mainVisual,
    header .release_date,
    header .w-tokuten-page-link
    {
        position: absolute;
    }
    header h1
    {
        z-index: 300;
        bottom: 26%;

        width: 100%;

        -webkit-transform: translate(0);
            -ms-transform: translate(0);
                transform: translate(0);
        text-align: center;
    }
    header h1 img
    {
        max-width: 100%;
        height: auto;
    }
    header .release_date
    {
        font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
        font-size: 24px;
        font-style: italic;

        z-index: 200;
        bottom: 15%;

        width: 100%;

        -webkit-transform: translate(0);
            -ms-transform: translate(0);
                transform: translate(0);
        text-align: center;
        letter-spacing: 2px;

        text-shadow: 3px 3px 5px #000;
    }
    header .release_date p:first-child
    {
        margin-bottom: 15px;
    }
    header .release_date_num
    {
        color: #cf101f;
    }
    header .release_date_ymd
    {
        font-size: 16px;
    }
    header .mainVisual
    {
        z-index: 100; 

        width: 100%;

        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    header .mainVisual img
    {
        width: 100%;
    }
    header .w-tokuten-page-link
    {
        bottom: 2.5%;
        left: 50%;

        width: 95%;
        max-width: 375px;

        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
    }
    header.sec_header
    {
        min-height: 180px;
    }
    header.sec_header .contents_inner
    {
        padding-top: 43%;
    }
    header.sec_header h1
    {
        z-index: 300;
        top: 3%;
        bottom: inherit;
        left: 3px;

        width: 100%;
        width: 70%; 

        -webkit-transform: translate(0);
            -ms-transform: translate(0);
                transform: translate(0);
        text-align: center;
    }
    header.sec_header h1 img
    {
        max-width: 100%;
        height: auto;
    }
    header.sec_header .release_date
    {
        font-size: 16px;

        top: 50%;
        bottom: inherit;
        left: 0;

        width: 74%;

        text-align-last: center;
        letter-spacing: 1px;
    }
    header.sec_header .release_date p:first-child
    {
        margin-bottom: 8px;
    }
    header.sec_header .release_date_num
    {
        color: #cf101f;
    }
    header.sec_header .release_date_ymd
    {
        font-size: 16px;
    }
    header.sec_header .mainVisual
    {
        z-index: 1;
        top: 0;
        right: 0;

        width: 50%;
    }
    header.sec_header .mainVisual img
    {
        width: 100%;
    }
    .outline
    {
        width: 100%;
        min-width: 100%;
        min-height: auto;
        padding: 40px 15px; 

        background: rgba(207, 16, 31, .85);
    }
    .outline_bg
    {
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;

        width: 80%; 

        -webkit-transform: .5s;
        -webkit-transform: translate(-250px, 0);
            -ms-transform: .5s;
            -ms-transform: translate(-250px, 0);
                transform: .5s;
                transform: translate(-250px, 0);
    }
    .outline_bg img
    {
        width: 200%;
    }
    .outline_bg.is-active
    {
        -webkit-transform: translate(-130px, 0);
            -ms-transform: translate(-130px, 0);
                transform: translate(-130px, 0);

        opacity: 1;

        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    }
    .outline_text
    {
        font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
        font-size: 14px;
        font-style: italic;
        line-height: 2;

        position: relative;
        z-index: 1; 

        margin-bottom: 20px;

        text-align: center;
        letter-spacing: 0;

        text-shadow: 2px 2px 5px #b00e1a;
    }
    .baba_description
    {
        overflow: hidden; 

        min-width: 100%;
        min-height: auto;
        padding: 150px 0 55px;
    }
    .baba_description_bg
    {
        position: absolute;
        top: -150px;
        right: 0;

        opacity: 0;

        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    }
    .baba_description_bg img
    {
        width: 100%;
        height: auto;
    }
    .baba_description_bg.is-active
    {
        -webkit-transition: 3s;
                transition: 3s;

        opacity: 1;

        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    }
    .baba_description_headline
    {
        position: relative;

        max-width: 100%;
        margin-bottom: 60px; 

        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
    .baba_description_headline img
    {
        width: 100%;
    }
    .baba_description_text
    {
        font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
        font-size: 14px;
        font-style: italic;
        line-height: 2.5;

        position: relative;
        z-index: 200;

        text-align: center;

        text-shadow: 3px 3px 5px #000;
    }
    .w-tokuten
    {
        padding: 50px 0 30px;

        -webkit-background-size: 130% 130%;
                background-size: 130%;
    }
    .w-tokuten__tit
    {
        max-width: 80%; 
        margin: 0 auto 10px;
    }
    .w-tokuten__overview
    {
        font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
        font-size: 16px;
        line-height: 1.8;

        margin-bottom: 10px; 
        padding: 20px;

        text-align: center;
    }
    .w-tokuten__overview span
    {
        font-size: 20px;
    }
    .w-tokuten__entry-text
    {
        font-size: 12px;

        padding: 0 20px;
    }
    .w-tokuten__pr-description
    {
        width: 90%;
        margin: 0 auto;
        padding: 30px 20px; 

        background: #000;
    }
    .w-tokuten__pr-tit
    {
        font-size: 16px; 

        margin-bottom: 30px;

        text-align: center;
    }
    .w-tokuten__pr-item
    {
        font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif; 
        font-size: 20px;
        line-height: 1.5;

        margin-bottom: 30px;

        text-align: center;

        color: #e60012;
    }
    .w-tokuten__pr-rules li,
    .w-tokuten__pr-term li,
    .w-tokuten__pr-notes__list li
    {
        font-size: 12px; 
        line-height: 1.5;

        margin-bottom: 10px;
    }
    .w-tokuten__pr-rules
    {
        margin-bottom: 30px;
    }
    .w-tokuten__pr-rules li
    {
        padding-left: 2.5em; 

        text-indent: -2.5em;
    }
    .w-tokuten__pr-notes__tit
    {
        font-size: 12px; 
        font-weight: normal;

        margin-bottom: 10px;
    }
    .w-tokuten__pr-notes__list li
    {
        padding-left: 1em; 

        text-indent: -.5em;
    }
    .w-tokuten__pr-notes__list li:before
    {
        display: inline-block; 

        content: '〇';
    }
    footer
    {
        min-width: 100%; 
        padding: 15px 10px;
    }
    .disc
    {
        position: relative;
        z-index: 300;

        width: 100%;
    }
    .disc .disc_detail
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .disc .disc_detail figure
    {
        width: 100%; 
        margin-bottom: 30px;

        text-align: center;
    }
    .disc .disc_detail figure img
    {
        width: 60%;
    }
    .disc .disc_detail_w-tokuten
    {
        width: 100%;
    }
    .disc .disc_detail_w-tokuten img
    {
        width: 100%;
    }
    .disc .disc_detail .disc_detail_text
    {
        width: 100%;
        padding-right: 15px; 
        padding-left: 15px;
    }
    .disc .disc_detail .disc_detail_text h3
    {
        width: 50%;
        margin: 0 auto; 
        margin-bottom: 30px;

        text-align: center;
    }
    .disc .disc_detail .disc_detail_text h3 img
    {
        width: 100%;
    }
    .disc .disc_detail .disc_detail_text > p
    {
        line-height: 1.8;

        margin-bottom: 30px;
    }
    .disc .disc_detail .disc_detail_text > p:last-of-type
    {
        margin-bottom: 50px;
    }
    .disc .disc_detail .disc_detail_text > p strong
    {
        color: #cf101f;
    }
    .disc .disc_detail .disc_detail_text .buy_btn
    {
        font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
        font-size: 20px;

        display: inline-block;

        width: 100%;
        margin-bottom: 50px; 
        padding: 15px 0;

        text-align: center;
        text-decoration: none;

        color: #cf101f;
        border-radius: 5px;
        background: #fff;
    }
    .disc .disc_list
    {
        margin-bottom: 40px;
        padding: 0 15px;
    }
    .disc .disc_list .disc_list_tit
    {
        font-size: 20px;

        margin-bottom: 20px; 

        text-align: center;
        letter-spacing: 5px;
    }
    .disc .disc_list .disc_list_item
    {
        position: relative;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        padding: 35px 0 30px;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .disc .disc_list .disc_list_item:before
    {
        top: 0;
    }
    .disc .disc_list .disc_list_item .disc_list_num
    {
        font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
        font-size: 18px;
        font-style: italic;

        width: 100%;
        margin-bottom: 30px; 

        text-align: center;
        letter-spacing: 2px;
    }
    .disc .disc_list .disc_list_item .disc_list_text
    {
        width: 100%;
    }
    .disc .disc_list .disc_list_item .disc_list_text dl
    {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .disc .disc_list .disc_list_item .disc_list_text dl dt
    {
        font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
        font-size: 14px;
        font-style: italic;
        line-height: 1.8;

        width: 15%;
        margin-bottom: 20px;

        text-align: center;
        letter-spacing: 2px;
    }
    .disc .disc_list .disc_list_item .disc_list_text dl dt:last-of-type
    {
        margin-bottom: 0;
    }
    .disc .disc_list .disc_list_item .disc_list_text dl dd
    {
        font-size: 14px; 
        line-height: 1.8;

        width: 85%;
        margin-bottom: 20px;
    }
    .disc .disc_list .disc_list_item .disc_list_text dl dd:last-of-type
    {
        margin-bottom: 0;
    }
    .disc .disc_list .disc_list_item .disc_list_text dl dd span
    {
        color: #cf101f;
    }
    .disc .disc_list .disc_list_item .disc_list_text--none dl dd
    {
        text-align: center;
    }
    .affiliate
    {
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display:     flex;

        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        padding-bottom: 20px; 

        text-align: center;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .affiliate li
    {
        width: 32%;
        margin: 0 0 5px;
    }
    .affiliate li:nth-child(7n)
    {
        margin: 0 0 10px 0;
    }
    .affiliate li a
    {
        display: inline-block;

        -webkit-box-sizing: border-box;
                box-sizing: border-box; 
        width: 100%;
        height: auto;
        padding-top: 46.66%;

        background-repeat: no-repeat;
        background-position: center center;
    }
    .affiliate li img
    {
        display: none;
    }
    .tvtokyo a
    {
        background: url(../images/af/btn_tvtokyo.png) #fff;
        -webkit-background-size: 80% 80%;
                background-size: 80%;
    }
    .amazon a
    {
        background: url(../images/af/btn_amazon.gif) #fff;
        -webkit-background-size: 80% 80%;
                background-size: 80%;
    }
    .tower a
    {
        background: url(../images/af/btn_tower.gif) #fed001;
        -webkit-background-size: 100% 100%;
                background-size: 100%;
    }
    .seven a
    {
        background: url(../images/af/btn_seven.gif) #fff;
        -webkit-background-size: 90% 90%;
                background-size: 90%;
    }
    .hmv a
    {
        background: url(../images/af/btn_hmv.gif) #fff;
        -webkit-background-size: 80% 80%;
                background-size: 80%;
    }
    .tsutaya a
    {
        background: url(../images/af/btn_tsutaya.gif) #fff;
        -webkit-background-size: 90% 90%;
                background-size: 90%;
    }
    .rakuten a
    {
        background: url(../images/af/btn_rakuten.gif) #fff;
        -webkit-background-size: 90% 90%;
                background-size: 90%;
    }
}

@media screen and (max-width: 365px)
{
    .baba_description
    {
        padding: 150px 0 20px;
    }
    .baba_description_headline
    {
        position: relative;

        max-width: 100%;
        margin-bottom: 30px; 

        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
    .baba_description_headline img
    {
        width: 100%;
    }
    .baba_description_text
    {
        letter-spacing: 1px;
    }
}
