@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* --------------------

INDEX
	- variables
	- class

-------------------- */
/* --------------------

$variables

-------------------- */
.nav_inner li, .chapter-title, .title_inner span, .footer {
  font-family: 'Roboto', sans-serif;
}

.header, .no-touch .nav_inner li a, .goods-item a:after, .album_links a {
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

/* --------------------

$class

-------------------- */
.row {
  overflow: hidden;
}

img {
  vertical-align: bottom;
}

.strong {
  font-weight: bold;
}

.small, .table th {
  font-size: .83em;
}

.x-small, .goods-data {
  font-size: .66em;
}

.large, .ticket-title, .ticketInfo-title {
  font-size: 1.2em;
}

.x-large, .goods-name {
  font-size: 1.4em;
}

.red {
  color: #f00;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.row {
  overflow: hidden;
  margin-right: 0;
}

.grid-1 {
  float: left;
  width: 125px;
  margin-right: 0;
}

.grid-2 {
  float: left;
  width: 250px;
  margin-right: 0;
}

.grid-3 {
  float: left;
  width: 375px;
  margin-right: 0;
}

.grid-4 {
  float: left;
  width: 500px;
  margin-right: 0;
}

.grid-5 {
  float: left;
  width: 625px;
  margin-right: 0;
}

.grid-6 {
  float: left;
  width: 750px;
  margin-right: 0;
}

.grid-7 {
  float: left;
  width: 875px;
  margin-right: 0;
}

/* --------------------

INDEX
	- common
	- header
	- nav
	- sns
	- container
	- table
	- goods
	- ticket
	- fanclub
	- album
	- footer

-------------------- */
/* --------------------

$common

-------------------- */
body {
  position: relative;
  background: #080737 url("../images/bg.jpg") center top fixed;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  font-size: 83%;
  line-height: 1.75;
}

.bg-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url("../images/line.png") repeat-y center top;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
}

p {
  margin-bottom: 1em;
}
p a {
  text-decoration: underline;
  color: #d92c2e;
}

/* --------------------

$header

-------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

#header.active {
  margin-top: 93px;
}

.header-image {
  position: relative;
  width: 100%;
  height: auto;
}

.header_title {
  background: rgba(255, 242, 243, 0.8) !important;
}

.title_image {
  margin: 30% auto 50px;
  padding: 20px;
  display: block;
}

.sp-elem {
  display: none;
}

/* --------------------

$nav

-------------------- */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  height: 125px;
  padding-bottom: 40px;
  margin-top: -155px;
  background: url("../images/bg-curtain.png") no-repeat center bottom;
  -moz-transition: margin-top 200ms;
  -o-transition: margin-top 200ms;
  -webkit-transition: margin-top 200ms;
  transition: margin-top 200ms;
}
.nav.active {
  margin-top: 0;
}

.nav_inner {
  overflow: hidden;
  position: relative;
  width: 800px;
  margin: 30px auto;
}
.nav_inner li {
  float: left;
  width: 32.9999999%;
  text-align: center;
  font-size: 1.5em;
  letter-spacing: .15em;
  line-height: 40px;
}
.nav_inner li.list-5 {
  width: 13%;
}
.nav_inner li.title {
  width: 47%;
}
.nav_inner li img {
  margin-top: 10px;
  width: 260px;
}
.nav_inner li a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  background-color: transparent;
  font-size: 0.7em;
  line-height: 30px;
  font-weight: 700;
}

.no-touch .nav_inner li a:hover {
  margin-bottom: -4px;
  padding-top: 4px;
}

/* --------------------

$sns

-------------------- */
.sns {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 10000000;
}

.sns-show {
  display: none;
}

.sns_item {
  margin-bottom: 5px;
}

/* --------------------

$container

-------------------- */
.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-container {
  position: relative;
  opacity: 0;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  background: rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
}
.content-container .to-top {
  right: 5%;
}
.content-container:nth-child .to-top {
  right: 20px;
}
.content-container.show {
  opacity: 1;
}
.content-container.last {
  margin-bottom: -100px;
  background-image: none;
}

.content {
  width: 720px;
  padding: 40px;
  margin: 0 auto 200px;
  background: url("../images/bg-paper.png");
  color: #d92c2e;
}

.chapter-title {
  padding-bottom: 20px;
  text-align: center;
  font-size: 2.7em;
  letter-spacing: .05em;
}

.title_inner {
  overflow: hidden;
  margin-bottom: 100px;
}
.title_inner:after {
  content: "";
  display: block;
  background: url("../images/title-bg.png") no-repeat center;
  width: 800px;
  height: 80px;
  position: absolute;
  top: -2px;
  overflow: hidden;
  margin-left: -40px;
}
.title_inner span {
  z-index: 1000;
  display: block;
  color: #fff;
  position: absolute;
  text-align: center;
  margin: 0 auto;
  width: 730px;
  font-weight: 700;
  font-size: 0.5em;
  letter-spacing: 10px;
  padding-top: 20px;
  top: 5px;
}

.chapter_title-nobd {
  border-bottom: 0;
  padding-bottom: 0;
}

.chapter-title_subtext {
  font-size: .5em;
}

.to-top {
  position: absolute;
  bottom: -66px;
  -moz-transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.775);
  -o-transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.775);
  -webkit-transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.775);
  transition: all 200ms cubic-bezier(0.175, 0.885, 0.32, 1.775);
}
.to-top:hover {
  bottom: -60px;
}

/* --------------------

$table

-------------------- */
.table {
  width: 100%;
  border: 3px solid #000045;
  background: #fff;
}
.table td,
.table th {
  padding: 10px;
  border-right: 1px solid #f7d4d5;
}
.table th {
  text-align: center;
  letter-spacing: .2em;
  color: #fff;
}
.table tr {
  border-bottom: 1px solid #f7d4d5;
}
.table tr td:last-child,
.table tr th:last-child {
  border-right: none;
}

.header-row {
  background-color: #000045;
}
.header-row th {
  border-right: 1px solid #fff;
}

/* --------------------

$goods

-------------------- */
.goods-container {
  overflow: hidden;
  *zoom: 1;
}

.brand-title {
  padding: 10px;
  margin: 0 0 10px;
  background-color: #000045;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: Helvetica, "Arial Black", sans-serif;
}

.goods-item {
  float: left;
  width: 25%;
}
.goods-item a {
  position: relative;
  display: block;
  padding: 20px 0;
  text-decoration: none;
  color: #d92c2e;
  outline: none;
}
.goods-item a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #d92c2e;
  opacity: 0;
}
.goods-item a:hover:after {
  opacity: .1;
}

.goods-thumb {
  margin: 0 20px 10px;
  text-align: center;
}
.goods-thumb img {
  max-width: 100%;
  height: auto;
}

.goods-data {
  margin: 0 20px;
  text-align: center;
}

.live-only {
  display: block;
  width: 60%;
  bottom: 8em;
  margin: 0 auto;
  background: #d92c2e;
  color: #fff;
}

.goods-notice {
  padding-top: 20px;
  border-top: 1px solid #d92c2e;
  color: #000;
}
.goods-notice h2 {
  margin-bottom: 10px;
  font-weight: bold;
}

#cboxOverlay {
  background: rgba(130, 26, 27, 0.85);
}

/* --------------------

$shedule

-------------------- */
.schedule .chapter-title {
  border-bottom: none;
  margin-top: -20px;
}

/* --------------------

$ticket

-------------------- */
.tickets-container {
  overflow: hidden;
  *zoom: 1;
}

.ticket-item {
  float: left;
  width: 50%;
}

.ticket_inner, .ticket_inner-right {
  padding: 20px;
  margin-bottom: 5px;
  border: 1px solid #f3bfc0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.ticket_inner {
  margin-right: 10px;
  background: #fff;
}

.ticket_inner-right {
  margin-left: 10px;
  background: #fff;
}

.ticket-title {
  margin-bottom: .5em;
  border-bottom: 1px dotted #efaaab;
  font-weight: bold;
}

.ticketInfo {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e88081;
}

.ticketInfo-title {
  margin-bottom: 1em;
  font-weight: bold;
}

/* --------------------

$fanclub

-------------------- */
.fanclub {
  overflow: hidden;
}

.fc_left {
  width: 45%;
}

.fc_right {
  width: 42%;
}

.fc_left {
  float: left;
}

.fc_right {
  float: right;
}

.fanclub_thumb {
  margin-bottom: 10px;
  text-align: center;
}

.fanclub_detail,
.fanclub_data {
  margin: 0 20px 10px;
}

.fanclub_detail {
  border-bottom: 1px solid #f3bfc0;
}

.fanclub_data {
  margin-bottom: 0;
}

/* --------------------

$album

-------------------- */
.album_desc {
  margin-bottom: 40px;
}

.disk_container {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #efaaab;
}

.album_jackets {
  float: left;
  width: 280px;
}

.album_jacket {
  margin-bottom: 20px;
  text-align: center;
}

.album_detail {
  float: left;
  width: 400px;
  margin-left: 40px;
}

.album_chapter {
  margin-bottom: 2em;
}

.album_links {
  text-align: center;
}
.album_links a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 17%;
  padding: 10px 0;
  margin: 0 4px;
  background-color: #fff;
  border-bottom: 4px double #f3bfc0;
  color: #d92c2e;
  text-decoration: none;
  font-family: Times, 'Times New Roman', serif;
  letter-spacing: .1em;
}
.album_links a:hover {
  background-color: #fff3f3;
}

.album_data {
  text-align: left;
}
.album_data .strong {
  text-align: center;
}

/* --------------------

$footer

-------------------- */
.footer {
  position: relative;
  z-index: 10000000;
  padding: 20px;
  background: #561112;
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
}
.footer a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  /* --------------------
  
  INDEX
  	- container
  	- header
  	- nav
  	- goods
  
  -------------------- */
  /* --------------------
  
  $container
  
  -------------------- */
  .container {
    width: 100%;
    padding-top: 0;
  }

  .content-container {
    padding-bottom: 200px;
  }
  .content-container:nth-child(odd) {
    padding-left: 0;
  }
  .content-container:nth-child(even) {
    padding-right: 0;
  }

  .pc-elem {
    display: none;
  }

  .sp-elem {
    display: block;
  }

  .content {
    width: 92%;
    padding: 40px 10px;
    margin: 0 4% 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-size: 150px;
    -o-background-size: 150px;
    -webkit-background-size: 150px;
    background-size: 150px;
    -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid #E70012;
  }

  .chapter-title {
    line-height: 1.2em;
    margin: -40px 0;
  }

  .to-top {
    bottom: 170px;
  }
  .to-top:hover {
    bottom: 170px;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .table {
    position: relative;
    left: -3px;
    margin-bottom: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .83em;
  }
  .table td,
  .table tr {
    display: block;
  }
  .table tr {
    overflow: hidden;
  }
  .table th {
    display: block;
    float: left;
    width: 33.33333333333333333333%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  .table td {
    padding: 2px 10px;
  }
  .table td:nth-child(3n+1), .table td:nth-child(3n+2) {
    font-weight: bold;
  }
  .table td:nth-child(3n) {
    font-size: .75em;
  }

  /* --------------------
  
  $container
  
  -------------------- */
  .header {
    position: static;
    margin-top: 0;
  }

  .header_title {
    width: 100%;
    position: static;
    background: none !important;
    margin-bottom: -100px;
  }
  .header_title.content-container:nth-child(odd) {
    padding-left: 0;
  }

  .title_image {
    margin: 0 auto;
    width: 90%;
  }

  .schedule .chapter-title {
    margin-top: -40px;
  }

  /* --------------------
  
  $nav
  
  -------------------- */
  .nav {
    background-size: 100%;
    height: 28px;
  }

  .active {
    margin-top: -10px !important;
  }

  .nav_inner {
    width: 100%;
    position: static;
    font-size: 0.8em;
    margin-top: 10px;
  }
  .nav_inner li {
    width: 25%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    font-size: .75em;
    line-height: 44px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .nav_inner li.li-5 {
    width: 20%;
  }
  .nav_inner li:last-child {
    border-right: none;
  }

  .sns {
    display: none;
  }

  .sns-show {
    display: block;
    text-align: center;
  }

  .sns_item {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  .sns_item iframe {
    vertical-align: bottom;
  }

  .title_inner:after {
    width: 92%;
    margin: 0;
    height: 60px;
    background-size: cover;
    left: 4%;
  }
  .title_inner span {
    width: 88%;
    padding-top: 0;
    font-size: 0.4em;
  }

  .content,
  .content-container {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* --------------------
  
  $ticket
  
  -------------------- */
  .ticket-item {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }

  .ticket_inner,
  .ticket_inner-right {
    margin-left: 0;
    margin-right: 0;
  }

  /* --------------------
  
  $ticket
  
  -------------------- */
  .fanclub_detail,
  .fanclub_data {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
  }

  /* --------------------
  
  $album
  
  -------------------- */
  .album_jackets {
    width: 100%;
    float: none;
  }

  .album_detail {
    float: none;
    width: 100%;
    margin-left: 0;
    font-size: .83em;
  }

  .album_links {
    font-size: .83em;
  }
  .album_links a {
    width: 27%;
  }

  /* --------------------
  
  $goods
  
  -------------------- */
  .goods-item {
    width: 50%;
  }

  .live-only {
    width: 100%;
  }

  /* --------------------
  
  $fanclub
  
  -------------------- */
  .fanclub {
    overflow: hidden;
  }

  .fc_left,
  .fc_right {
    width: 100%;
  }

  .fc_left {
    float: none;
  }

  .fc_right {
    float: none;
  }

  .fanclub_thumb {
    margin-bottom: 10px;
    text-align: center;
  }

  .fanclub_detail,
  .fanclub_data {
    padding: 0 20px 20px;
    margin: 0 20px 20px;
  }
}
