@charset "UTF-8";

@font-face {
    font-family: 'Noto Sans JP';
    src: url('./font/NotoSansCJKjp-Regular.woff') format('woff'),
    url('./fonts/NotoSansCJKjp-Regular.otf')  format'opentype');
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
ul, ol {
    list-style: none;
}
ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a, strong {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}
div {
    margin: 0;
    padding: 0;
}
img {
    vertical-align: middle;
    height: auto;
}
img, a img {
    position: relative;
    line-height: 0;
    border: none;
}
table {
    letter-spacing: 1px;
}
iframe {
    border: none;
}
strong {
    font-weight: bold;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    text-decoration: underline !important;
}
html {
    overflow-y: scroll;
}
html, body {
    zoom: 1;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    line-height: 1.4;
    letter-spacing: -.1px;
    font-weight: normal;
    font-size: 62.5%;
    font-size: 10px;
    color: #fff;
    background: #fff;
    font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-text-size-adjust: 100%;
    font-feature-settings : "palt";
    word-break: break-all;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
#e_wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#bg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 3200px;
    background: url(./images/bg.jpg) repeat-x;
}
#bg .bg_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 3200px;
    background: url(./images/bg.jpg) repeat;
}
#bg_color {
    position: absolute;
    top: 0;
    left: 50%;
    width: 750px;
    height: 100%;
    background: #d8000f;
    margin: 600px 0 0 -375px;
    min-height: 2600px;
    max-height: 3341px;
}
#top_img{
    background: url(./images/top_img.png)no-repeat;
    width: 1019px;
    height: 786px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -510px;
}
#top_img.top_img_fixed {
    top: -400px;
    background: url(./images/top_img.png)no-repeat;
    width: 1019px;
    height: 786px;
    position: fixed;
    left: 50%;
    margin-left: -510px;
    z-index: 100;
}
#frame {
    background: url(./images/frame_under.png)no-repeat;
    width: 1019px;
    height: 2555px;
    position: absolute;
    top: 645px;
    left: 50%;
    margin-left: -510px;
}
#frame.frame_fixed {
    background: url(./images/frame_under.png)no-repeat;
    width: 1019px;
    height: 2555px;
    position: fixed;
    top: 200px;
    left: 50%;
    margin-left: -510px;
}
#content_wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -320px;
    width: 640px;
    margin-top: 770px;
    z-index: 10;
}
.wrapper {
    position: relative;
    top: 0;
    width: 640px;
    margin: 0 auto;
    padding-left: 35px;
}
#bg.bg_fixed {
    position: fixed;
    top: 0;
}
/* ---------------------------------------------
                    header
--------------------------------------------- */
nav{
    position: absolute;
    top: 585px;
    width: 765px;
    height: 160px;
    left: 50%;
    margin-left: -382px;
}
nav ul {
    width: 100%;
    height: auto;
    position: absolute;
    padding-left: 20px;
}
nav ul li {
    display: inline-block;
}
ul li#nav_news {
    position: absolute;
    top: 50px;
}
ul li#nav_disco {
    position: absolute;
    top: 57px;
    left: 190px;
}
ul li#nav_bio {
    position: absolute;
    top: 0;
    left: 145px;
}
ul li#nav_live {
    position: absolute;
    top: 0;
    left: 375px;
}
ul li#nav_goods {
    position: absolute;
    left: 495px;
    top: 50px;
}
ul li#nav_link {
    position: absolute;
    top: 0;
    left: 585px;
}
.nav_fixed {
    position: fixed;
    width: 765px;
    height: 160px;
    left: 50%;
    margin-left: -382px;
    top: 0;
    z-index: 1000;
}
ul li#nav_news {
    position: absolute;
    top: 50px;
}
ul li#nav_disco {
    position: absolute;
    top: 57px;
    left: 190px;
}
ul li#nav_bio {
    position: absolute;
    top: 0;
    left: 145px;
}
ul li#nav_live {
    position: absolute;
    top: 0;
    left: 375px;
}
ul li#nav_goods {
    position: absolute;
    left: 495px;
    top: 50px;
}
ul li#nav_link {
    position: absolute;
    top: 0;
    left: 570px;
}
/* ---------------------------------------------
                    content
--------------------------------------------- */
section {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    z-index: 2000;
}
h2 {
    font-size: 3.1rem;
    font-weight: bold;
    padding-bottom: 15px;
}
.content_area {
    position: relative;
    top: 0;
    width: 570px;
}
/* ---------------------------------------------
                    news
--------------------------------------------- */
section#news .content_area dl {
    font-size: 1.8rem;
    width: 100%;
    height: auto;
}
section#news .content_area dl dt, section#news .content_area dl dd {
    float: left;
}
/* ---------------------------------------------
                    BIOGRAPHY
--------------------------------------------- */
section#bio .wrapper .content_area #bio_area {
    position: relative;
    top: 0;
    width: 100%;
}
section#bio .wrapper .content_area #bio_area #araki_img {
    float: left;
    padding-right: 10px;
}
section#bio .wrapper .content_area #bio_area #text {
    font-size: 1.8rem;
    width: 570px;
    padding-left: 10px;
}
section#bio .wrapper .content_area #bio_area #text span {
    font-size: 1.4rem;
}
/* ---------------------------------------------
                    DISCOGRAPHY
--------------------------------------------- */
#disco01, #disco02 {
    float: left;
    padding-left: 10px;
    width: 250px;
}
.disco_area {
    position: relative;
    top: 0;
    width: 570px;
}
.disco_area:first-of-type {
    padding-bottom: 30px;
}
.disco_area .disco_text {
    float: right;
    width: 320px;
    line-height: 1.3;
    position: relative;
    top: 0;
}
.text_area {
    width: 320px;
}
.tracklist_left {
    float: left;
    font-size: 1.1rem;
    padding-top: 30px;
    line-height: 1.6;
    width: 110px;
}
.tracklist_right {
    float: left;
    padding-top: 30px;
    padding-left: 5px;
    font-size: 1.1rem;
    line-height: 1.6;
    width: 210px;
}
/* ---------------------------------------------
                    LIVE
--------------------------------------------- */
h3{
    font-family: "Georgia", "游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","HGS明朝E","メイリオ","Meiryo",serif;
    font-weight: bold;
    font-size: 3.0rem;
    padding-bottom: 10px;
}
section#live #member ul.left, section#live #member ul.right{
    float: left;
    font-size: 2.2rem;
    line-height: 1.3;
}
section#live #member ul.left {
    padding: 0 30px;
}
#member {
    position: relative;
    top: 0;
    left: 0;
}
#member .member_name {
    width: 520px;
    height: 123px;
    position: absolute;
    top: 30px;
}
section#live .wrapper .content_area p {
    font-size: 2.4rem;
}
section#live .wrapper .content_area #day {
    padding-top: 20px;
}
section#live .wrapper .content_area #day p {
    font-size: 2.4rem;
}
section#live .wrapper .content_area #day p span {
    font-size: 3.6rem;
    font-weight: bold;
}
.ticket {
    padding: 8px 15px;
    font-size: 1.8rem;
    width: 520px;
    height: 190px;
}
.ticket p {
    background: #000;
    color: #e36109;
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
    padding: 3px 0;
}
.ticket #ticket_detail {
    background: #e36109;
    font-size: 2.0rem;
    padding: 10px 25px;
}
.ticket #ticket_detail span {
    font-size: 1.6rem;
}

.ticket #ticket_detail img {
    margin-top: 10px;
}

/* ---------------------------------------------
                    GOODS
--------------------------------------------- */
#comingsoon {
    display: block;
    margin: 0 auto;
}
/* ---------------------------------------------
                    LINK
--------------------------------------------- */
section#link .wrapper .content_area, section#link .wrapper .content_area {
    padding-left: 0 !important;
}
section#link .wrapper .content_area, section#link .wrapper .content_area a {
    font-size: 1.8rem;
    color: #fff !important;
}
/* ---------------------------------------------
                    footer
--------------------------------------------- */
footer {
    position: absolute;
    width: 750px;
    left: 50%;
    margin: 0 0 50px -375px;
    font-size: 2.0rem;
    font-family: "Georgia", "游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","HGS明朝E","メイリオ","Meiryo",serif;
    text-align: center;
}
footer .wrapper {
    padding-left: 0 !important;
}
/* ---------------------------------------------
                    TOPボタン
--------------------------------------------- */
#pagetop {
    display: none;
    width: 68px;
    height: 68px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    color: #fff;
    font-size: 4.5rem;
}
/* ---------------------------------------------
                    common
--------------------------------------------- */
.style01 {
    font-family: "Georgia", "游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","HGS明朝E","メイリオ","Meiryo",serif;
    font-size: 2.3rem;
    font-size: 23px;
}
.style02 {
    font-size: 1.4rem !important;
    font-weight: bold;
}
.style03 {
    font-size: 1.8rem !important;
    font-weight: bold;
}
.style04 {
    font-size: 3.6rem;
    font-weight: bold;
}
.style05 {
    font-size: 1.4rem !important;
    font-weight: normal !important;
}
.style06 {
    font-size: 2.9rem !important;
    font-weight: bold;
}
/* ---------------------------------------------
               CSS Browser Selector
--------------------------------------------- */
.ie html, body {
    font-size: 56.25% !important;
}
.ie ul, .ie ol, .ie li, .ie h1, .ie h2, .ie dl, .ie dt, .ie dd, .ie a, .ie strong {
    font-size: 95%;
}
.ie .tracklist_left, .ie .tracklist_right {
    font-size: 1.0rem;
}
.mobile .tracklist_left, .mobile .tracklist_right {
    font-size: 1.0rem;
}
.ie .style01, .mobile .style01 {
    font-size: 2.2rem;
}
.ie .style02 {
    font-size: 1.3rem !important;
}
.ie .style03 {
    font-size: 1.7rem !important;
}
.ie .style04 {
    font-size: 3.5rem;
}
.ie .style05 {
    font-size: 1.3rem !important;
}
.ie .style06 {
    font-size: 2.8rem !important;
}
.ie h2 {
    font-size: 2.8rem;
}
.ie section#bio .wrapper .content_area #bio_area #text {
    font-size: 1.7rem;
}
.ie .wrapper {
    padding-left: 25px;
}
.mobile #e_wrapper {
    height: 100%;
    width: 750px;
}
.mobile #bg {
    min-height: 2606px;
}
.mobile #bg_color {
    position: absolute;
    top: 0;
    left: 50%;
    width: 701px;
    min-height: 2650px;
    background: #d8000f;
    margin: 480px 0 0 -375px;
}
.mobile #top_img {
    background: url(./images/top_img_sp.png)no-repeat;
    width: 750px;
    height: 579px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -375px;
}
.mobile #top_img.top_img_sp_fixed {
    background: url(./images/top_img_sp.png)no-repeat;
    width: 750px;
    height: 579px;
    position: fixed;
    top: -200px;
    left: 50%;
    margin-left: -375px;
    z-index: 100;
}

.mobile #frame{
    background: url(./images/frame_under_sp.png)no-repeat;
    width: 750px;
    height: 2606px;
    position: absolute;
    top: 395px;
    left: 50%;
    margin-left: -375px;
}
.mobile #frame.frame_sp_fixed {
    background: url(./images/frame_under_sp.png)no-repeat;
    width: 750px;
    height: 2606px;
    position: fixed;
    top: 150px;
    left: 50%;
    margin-left: -375px;
}
.mobile #nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 750px;
    height: 160px;
    margin-left: 0;
    margin-top: 450px;
}
.mobile #nav.nav_sp_fixed {
    position: fixed;
    width: 765px;
    height: 160px;
    left: 50%;
    margin-left: -382px;
    top: 0;
    z-index: 1000;
    margin-top: 140px;
}
.mobile #content_wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -310px;
    width: 620px;
    margin-top: 610px;
    z-index: 10;
    padding-left: 20px;
}

#modal-open {
    background: url(./images/notice_btn.png)no-repeat;
    width: 511px;
    height: 76px;
    margin-top: 30px;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
    background: rgba(69, 0, 0, 0.9);
}
.modal-wrap {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.modal-content {
    height: 100%;
    max-width: 701px;
    margin: 0 auto;
}
.modal-table-wrap {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}
.modal-table-cell {
    display: table-cell;
    padding-bottom: 60px;
    vertical-align: middle;
}
.modal-content-box {
    position: relative;
    margin: 0 auto;
}
.modal-ct-text-box img {
    width: 100% !important;
}

