@charset 'UTF-8';
@charset 'UTF-8';
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
html
{
    font-family: sans-serif;
    line-height: 1em;

    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
}
body
{
    font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;

    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary
{
    display: block;
}
audio,
canvas,
progress,
video
{
    display: inline-block;
    /* 1 */

    vertical-align: baseline;
    /* 2 */
}
audio:not([controls])
{
    display: none;

    height: 0;
}
[hidden],
template
{
    display: none;
}
a
{
    background-color: transparent;
}
a:active,
a:hover
{
    outline: 0;
}
abbr[title]
{
    border-bottom: 1px dotted;
}
b,
strong
{
    font-weight: bold;
}
dfn
{
    font-style: italic;
}
h1
{
    font-size: 2em;

    margin: .67em 0;
}
mark
{
    color: #000;
    background: #ff0;
}
small
{
    font-size: 80%;
}
sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}
sup
{
    top: -.5em;
}
sub
{
    bottom: -.25em;
}
img
{
    border: 0;
}
svg:not(:root)
{
    overflow: hidden;
}
figure
{
    margin: 1em 40px;
}
hr
{
    box-sizing: content-box;
    height: 0;
}
pre
{
    overflow: auto;
}
code,
kbd,
pre,
samp
{
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea
{
    /* 1 */
    font: inherit;
    /* 2 */

    margin: 0;

    color: inherit;
    /* 3 */
}
button
{
    overflow: visible;
}
button,
select
{
    text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit']
{
    /* 2 */
    cursor: pointer;

    -webkit-appearance: button;
    /* 3 */
}
button[disabled],
html input[disabled]
{
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner
{
    padding: 0;

    border: 0;
}
input
{
    line-height: normal;
}
input[type='checkbox'],
input[type='radio']
{
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button
{
    height: auto;
}
input[type='search']
{
    /* 1 */
    /* 2 */
    box-sizing: content-box;

    -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}
fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}
legend
{
    /* 1 */
    padding: 0;

    border: 0;
    /* 2 */
}
textarea
{
    overflow: auto;
}
optgroup
{
    font-weight: bold;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
iframe,
button,
menu,
main,
article,
time,
div,
p,
dl,
dd,
dt,
ul,
ol,
li
{
    margin: 0;
    padding: 0;
}
li,
dl,
dd,
dt
{
    list-style: none;
}
img
{
    vertical-align: top;
}
html,
body
{
    height: 100%;
}
table
{
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th
{
    margin: 0;
    padding: 0;
}
.cf:before,
.cf:after
{
    display: table;

    content: ' ';
}
.cf:after
{
    clear: both;
}
body
{
    background: #212224;
}
/*
  In page Titles
*/
.in-section-title
{
    margin-top: 45px;
    margin-bottom: 39px;

    text-align: center;
}
/*
  root
*/
#root
{
    overflow: hidden;

    width: 100%;

    opacity: 0;
    background: #212224;
}
.nav-cover
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 0;

    background: #000;
}
/*
  header
*/
.header
{
    position: relative;

    height: 55px;

    -webkit-transition: all .45s cubic-bezier(.77, 0, .175, 1);
            transition: all .45s cubic-bezier(.77, 0, .175, 1);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);

    background: #17181a;
}
.header-logo
{
    width: 175px;
    margin: 0 auto;
}
/*
  Global Navigation
*/
.gnav
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    -webkit-transition: all .45s cubic-bezier(.77, 0, .175, 1);
            transition: all .45s cubic-bezier(.77, 0, .175, 1);
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
}
.gnav-btn
{
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;

    display: table;

    width: 55px;
    height: 55px;

    -webkit-transition: all .45s cubic-bezier(.77, 0, .175, 1);
            transition: all .45s cubic-bezier(.77, 0, .175, 1);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}
.gnav-btn i
{
    display: table-cell;

    text-align: center;
    vertical-align: middle;
}
.gnav-items
{
    width: 249px;
}
.gnav-item
{
    width: 249px;
    height: 55.5px;

    background: #000;
}
.gnav-item a
{
    display: table;
    color: #bf9c62;
    text-decoration: none;
    font-weight: 600;
    width: 249px;
    height: 55.5px;
}
.gnav-item a div
{
    display: table-cell;
    padding-left: 15px;
    vertical-align: middle;
    font-size: 12px;
}
.gnav-item-active
{
    background: #383a3c;
}
.gnav-item-active a
{
    pointer-events: none;
}
/*
  Contents
*/
.contents
{
    -webkit-transition: all .45s cubic-bezier(.77, 0, .175, 1);
            transition: all .45s cubic-bezier(.77, 0, .175, 1);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}
/*
  Footer
*/
.footer
{
    margin-top: 83.5px;
    padding: 40px 0 0 0 !important;

    -webkit-transition: all .45s cubic-bezier(.77, 0, .175, 1);
            transition: all .45s cubic-bezier(.77, 0, .175, 1);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);

    background: #000;
}
.footer-logo
{
    width: 63px;
    margin: 0 auto 40px;
}
.footer-gnav
{
    position: relative;
    top: 0;
    left: 0;

    margin-bottom: 50px;

    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}
.footer-gnav .gnav-items
{
    width: 100%;

    border-bottom: 1px solid #3b3f42;
}
.footer-gnav .gnav-item
{
    position: relative;

    float: left;

    width: 50%;
    height: 53.5px;

    border-top: 1px solid #3b3f42 !important;
    background: #000 !important;
}
.footer-gnav .gnav-item-top
{
    display: none;
}
.footer-gnav .gnav-item:nth-child(even) a:after
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 1px;
    height: 100%;

    content: ' ';

    background: #3b3f42;
}
.footer-gnav .gnav-item a
{
    display: table;

    width: 100%;
    height: 53.5px;
}
.footer-gnav .gnav-item a div
{
    display: table-cell;

    padding-left: 15px;

    vertical-align: middle;
}

.google_translate{
    text-align: center;
    margin-bottom: 50px;
}
.capShare{
    width:16%;
    margin:0 auto 10px;
}
.capShare img{
    width:100%;
    height:auto;
    display: block;
}
.footer-share-items
{
    margin-bottom: 38px;

    text-align: center;
    letter-spacing: -.4em;
}
.footer-share-item
{
    display: inline-block;

    margin: 0 14px;

    letter-spacing: normal;
}
.footer-pp
{
    font-size: 15px;
    font-weight: bold;

    display: none;

    margin-bottom: 40px;

    text-align: center;

    color: #999;
}
.footer-pp a
{
    display: block;

    padding: 15px 0;

    text-decoration: none;

    color: #bf9c62;
    border-top: 1px solid #3b3f42;
    border-bottom: 1px solid #3b3f42;
}
.footer-cr
{
    font-size: 10px;

    padding-bottom: 53px;

    text-align: center;

    color: #999;
}
.page-top
{
    position: absolute;
    right: 19px;
    bottom: 45px;
}
.nav-open .nav-cover
{
    opacity: .7;
}
.nav-open .gnav-btn
{
    -webkit-transition: all .45s cubic-bezier(.77, 0, .175, 1);
            transition: all .45s cubic-bezier(.77, 0, .175, 1);
    -webkit-transform: translate(249px, 0);
            transform: translate(249px, 0);
}
.nav-open .header
{
    -webkit-transition: all .45s cubic-bezier(.77, 0, .175, 1);
            transition: all .45s cubic-bezier(.77, 0, .175, 1);
    -webkit-transform: translate(249px, 0);
            transform: translate(249px, 0);
}
.nav-open .contents
{
    -webkit-transition: all .45s cubic-bezier(.77, 0, .175, 1);
            transition: all .45s cubic-bezier(.77, 0, .175, 1);
    -webkit-transform: translate(249px, 0);
            transform: translate(249px, 0);
}
.nav-open .footer
{
    -webkit-transition: all .45s cubic-bezier(.77, 0, .175, 1);
            transition: all .45s cubic-bezier(.77, 0, .175, 1);
    -webkit-transform: translate(249px, 0);
            transform: translate(249px, 0);
}
.nav-open .gnav
{
    -webkit-transition: all .45s cubic-bezier(.77, 0, .175, 1);
            transition: all .45s cubic-bezier(.77, 0, .175, 1);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}
#top .footer-pp
{
    display: block;
}
.back-to-index
{
    font-size: 15px;

    position: relative;

    text-align: center;

    color: #bf9c62;
    border-bottom: 1px solid #667580;
}
.back-to-index a
{
    display: block;

    padding: 21.5px 15px;

    color: #bf9c62;
}
.bdtop
{
    border-top: 1px solid #667580;
}
.textColor1
{
    color: #fff !important;
}
.textColor2
{
    color: #fff !important;
}
.color2
{
    color: #fff !important;
}
.bgcolor2
{
    background-color: transparent !important;
}
.bgcolorMain
{
    background-color: transparent !important;
}
.textColor1
{
    color: #fff;
}
.arrow_wrap
{
    border-bottom: 1px solid #667580 !important;
}
.more_btn
{
    padding: 21px !important;

    color: #bf9c62;
    border-bottom: 1px solid #667580 !important;
    background: transparent !important;
}
#mail_btn .arrow_wrap
{
    color: #000;
    border: none !important;
    background-color: #bf9c62;
}
#mail_btn #mail_btn_line
{
    border: none !important;
    background: #000;
}
#news_list
{
    border-top: 1px solid #667580 !important;
}
#news_list .arrow_wrap
{
    padding: 21.5px 15px !important;
}
#news_list .news_list_title
{
    padding-bottom: 10px;
}
#news_list .news_list_date
{
    color: #667580 !important;
}
#news_detail a
{
    color: #bf9c62 !important;
}
#news_detail a span
{
    color: #bf9c62 !important;
}
#news_detail .news_time
{
    color: #667580 !important;
}
.news_detail_txt
{
    line-height: 1.75em;

    color: #fff;
}
#news_navi
{
    background: transparent !important;
}
#news_navi ul
{
    border-bottom: 1px solid #667580 !important;
}
#news_navi li
{
    border-top: 1px solid #667580 !important;
    border-bottom: none;
    background: transparent !important;
}
#news_navi li #prev_news
{
    border-right: 1px solid #667580 !important;
}
#news_navi li a
{
    color: #fff;
}
#latest_news ul
{
    border-top: 1px solid #667580 !important;
}
#latest_news li
{
    padding: 21.5px 15px !important;

    background: transparent !important;
}
#latest_news li .info_title
{
    color: #fff;
}
#latest_news .info_date
{
    color: #667580 !important;
}
#next_news,
#prev_news
{
    border-bottom: none !important;
}
#disco_list_tab_wrap
{
    background: transparent !important;
}
#disco_list_view
{
    border-top: 1px solid #667580 !important;
}
#disco_list_view section
{
    padding: 21.5px 15px !important;

    border-bottom: 1px solid #667580 !important;
}
.disco_list_txt p
{
    color: #667580 !important;
}
.disco_list_tab select
{
    color: #bf9c62 !important;
}
#discDetail
{
    color: #fff;
}
#discDetail h3
{
    line-height: 1.75em;
}
#discDetail .disco_cap
{
    line-height: 1.75em;

    color: #667580 !important;
}
#disc_detail
{
    line-height: 1.75em;

    color: #fff;
}
#discBuy
{
    background: transparent !important;
}
#discBuy .arrow_wrap
{
    border: none !important;
}
#buy_title
{
    color: #fff;
}
#buy_list
{
    background: transparent !important;
}
.track_title,
.track_no
{
    color: #fff;
}
.disc_track li
{
    border-bottom: 1px solid #667580;
}
.search_name
{
    color: #bf9c62;
}
#live_list
{
    border-top: 1px solid #667580 !important;
}
#live_list .arrow_wrap
{
    padding: 21.5px 15px !important;

    background: transparent !important;
}
#live_list .search_select
{
    border-bottom: 1px solid #667580 !important;
    background: transparent !important;
}
#live_list .live_list_title
{
    padding-bottom: 10px;

    color: #fff;
}
#live_list .live_list_date
{
    color: #667580;
}
#liveDetail
{
    color: #fff;
}
#liveDetail a
{
    text-decoration: none !important;

    color: #bf9c62 !important;
}
#liveDetail span
{
    color: #bf9c62 !important;
}
#liveDetail .arrow_wrap
{
    border: none !important;
}
#liveDetail .live_detail_txt
{
    border-bottom: 1px solid #667580 !important;
}
#liveDetail .live_one_info
{
    border-bottom: 1px solid #667580 !important;
}
#liveDetail .live_list_title
{
    padding-bottom: 7px;

    color: #fff;
}
#mediaWrap
{
    border-top: 1px solid #667580 !important;
    background: transparent !important;
}
#mediaWrap .search_select
{
    border-bottom: 1px solid #667580 !important;
    background: transparent !important;
}
#mediaWrap .media_list_txt
{
    color: #fff;
}
#mediaWrap .media_list_category
{
    color: #000;
    background: #bf9c62;
}
#mediaWrap .media_one_info
{
    border-bottom: 1px solid #667580 !important;
}
#mediaWrap .media_one_info:last-child .arrow_wrap
{
    border: none !important;
}
#mediaWrap .media_detail
{
    font-size: 12px;

    color: #fff;
}
#mediaWrap .media_detail a
{
    color: #bf9c62 !important;
}
#mediaWrap .media_one_date h3
{
    color: #667580 !important;
}
#mediaWrap .media_one_date .media_list_title
{
    margin-bottom: 5px;

    color: #fff !important;
}
#mediaWrap .media_one_date .media_list_time
{
    margin-bottom: 5px;

    color: #667580 !important;
}
#mediaWrap .media_detail
{
    line-height: 1.5em;

    color: #667580;
}
.prof_detail_txt
{
    line-height: 1.75em;

    color: #fff;
}
#link_list
{
    border-top: 1px solid #667580 !important;
}
#link_list .arrow_wrap
{
    background: transparent !important;
}
#link_list .arrow_wrap .link_title
{
    color: #fff;
}
