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;
}

.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

-------------------- */
.black {
  color: #000;
}

.c-red {
  color: #e20316;
}

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

.mb-20 {
  margin-bottom: 20px;
}

body {
  position: relative;
  background: #e20316;
  font-family: 'Roboto', 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: #000;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

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

$header

-------------------- */
.header {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  opacity: 0;
  background: #c80f5a;
  background-position: top !important;
}
.header:before {
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
  background: inherit;
  background: url(../images/main-image.jpg);
  background-size: cover;
  content: '';
  opacity: 0.73;
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
}

#main-title {
  opacity: 0;
  -moz-transition: opacity 800ms;
  -o-transition: opacity 800ms;
  -webkit-transition: opacity 800ms;
  transition: opacity 800ms;
  position: relative;
  margin-top: 40%;
  box-shadow: 0 0 0 4px #000, 0 0 0 10px #ffffff, 0 0 10px 10px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#main-title h1 {
  position: absolute;
  top: -127px;
  left: calc(50% - 218px);
  width: 436px;
}
#main-title .header-container {
  position: relative;
  max-width: 720px;
  padding: 50px 0;
  margin: 0 auto;
  overflow: hidden;
}
#main-title .header-container .header_link {
  float: left;
  width: 40%;
}
#main-title .header-container .header_link.celebration_link h2 {
  color: #e20316;
  padding-bottom: 0.2em;
  letter-spacing: 0.1em;
  line-height: 1.4em;
}
#main-title .header-container .header_link.celebration_link .link_logo {
  height: 93.52px;
}
#main-title .header-container .header_link.celebration_link .link_logo img {
  padding-top: 14px;
}
#main-title .header-container .header_link.deco-headerlink {
  display: block;
  content: "";
  width: 8%;
  height: 110px;
  background: url("../images/deco_ header_and.png") no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 30px 6%;
}
#main-title .header-container .header_link.birthday_link {
  float: right;
}
#main-title .header-container .header_link.birthday_link h2 {
  padding-bottom: 0.5em;
  line-height: 1.4em;
}
#main-title .header-container .header_link h2 {
  font-size: 1.3em;
  text-align: center;
}
#main-title .header-container .header_link img {
  width: 100%;
  margin: 0 auto;
}
#main-title .header-container .header_link a {
  display: block;
  width: 39px;
  margin: 0 auto;
  padding-top: 20px;
  transition: 0.3s;
}
#main-title .header-container .header_link a img {
  max-width: 50px;
}
#main-title .header-container .header_link a:hover {
  opacity: 0.6;
}
#main-title .header-container .header_link .link_logo {
  width: 100%;
  padding: 0;
  margin: 0;
}
#main-title .header-container .header_link .link_logo img {
  max-width: 100%;
}
#main-title.show {
  opacity: 1;
}

@media screen and (max-width: 1700px) {
  #main-title {
    margin-top: 50%;
  }
}
@media screen and (max-width: 1450px) {
  #main-title {
    margin-top: 55%;
  }
}
@media screen and (max-width: 1300px) {
  #main-title {
    margin-top: 60%;
  }
}
@media screen and (max-width: 1200px) {
  #main-title {
    margin-top: 65%;
  }
}
@media screen and (max-width: 1100px) {
  #main-title {
    margin-top: 70%;
  }
}
@media screen and (max-width: 1000px) {
  #main-title {
    margin-top: 80%;
  }
}
.header-image {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}

.header-image-sp {
  display: none;
}

.header-image-pc {
  display: block;
}

.header_title {
  background: white !important;
}

.title_image {
  margin: 0 auto;
  padding: 0;
  display: block;
}

.sp-elem {
  display: none;
}

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

$nav

-------------------- */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  height: 113px;
  margin-top: -155px;
  background: url("../images/bg-curtain.png") no-repeat center top;
  background-size: contain;
  -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;
  top: calc(50% - 2.3em);
  max-width: 1000px;
  margin: 0 auto;
}
.nav_inner ul {
  width: 100%;
  overflow: hidden;
}
.nav_inner li {
  float: left;
  width: 20%;
  text-align: center;
  font-size: 1.5em;
  letter-spacing: .15em;
  line-height: 40px;
}
.nav_inner li:nth-child(1) {
  width: 18%;
}
.nav_inner li:nth-child(2) {
  width: 16%;
}
.nav_inner li:nth-child(3) {
  width: 16%;
}
.nav_inner li:nth-child(4) {
  width: 18%;
}
.nav_inner li:nth-child(5) {
  width: 15%;
}
.nav_inner li:nth-child(6) {
  width: 17%;
}
.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;
  background-color: transparent;
  font-size: 0.7em;
  letter-spacing: 0.25em;
  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 {
  opacity: 0;
  -moz-transition: opacity 800ms;
  -o-transition: opacity 800ms;
  -webkit-transition: opacity 800ms;
  transition: opacity 800ms;
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 0 auto;
}
.container.show {
  opacity: 1;
}
.container .title-area {
  max-width: 800px;
  width: 100%;
  text-align: center;
}
.container #celebration-area {
  background: url("../images/bg-celeb_pc.png") rgba(226, 3, 22, 0.8);
  background-position: top !important;
  background-size: contain !important;
  padding: 25px 0 200px;
  overflow: hidden;
  color: #000;
}
.container #celebration-area .title-area {
  margin: 0 auto 90px;
}
.container #celebration-area .title-area img {
  width: 85%;
}
.container .sns-area {
  background: #000;
  width: 100%;
  height: 30px;
  margin-bottom: 50px;
  padding: 15px 0;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
}
.container .sns-area ul {
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
}
.container .sns-area li {
  float: left;
  width: 33.3%;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}
.container .sns-area li a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 1.1em;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}
.container .sns-area li a:hover {
  opacity: 0.6;
}
.container .sns-area li img {
  width: 1.3em;
  vertical-align: middle;
  margin-right: 7px;
  padding-bottom: 2px;
}
.container .sns-area li:last-child {
  border: none;
}
.container #birthday-area {
  position: relative;
  background: black;
  padding: 80px 0 200px;
  color: #e20316;
  filter: drop-shadow(rgba(0, 0, 0, 0.6) 0px 0px 5px);
}
.container #birthday-area .title-area {
  margin: 0 auto -30px;
}
.container #birthday-area .title-area img {
  width: 100%;
}
.container #birthday-area:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  width: 100%;
  height: 20px;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 33.333%, #000000 33.333%, #000000 66.667%, rgba(0, 0, 0, 0) 66.667%), linear-gradient(-45deg, rgba(0, 0, 0, 0) 33.333%, #000000 33.333%, #000000 66.667%, rgba(0, 0, 0, 0) 66.667%);
  background-size: 40px 80px;
}
.container #birthday-area:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  width: 100%;
  height: 40px;
  background: linear-gradient(135deg, #000000 20px, rgba(0, 0, 0, 0) 0%), linear-gradient(225deg, #000000 20px, rgba(0, 0, 0, 0) 0%);
  background-size: 40px 80px;
}

.content-container {
  position: relative;
  background: none;
}
.content-container .to-top {
  right: -10px;
  width: 150px;
}
.content-container .to-top img {
  width: 100%;
}
.content-container:nth-child .to-top {
  right: 20px;
}
.content-container.last {
  padding-top: 200px;
}

.content {
  position: relative;
  max-width: 720px;
  padding: 70px 40px 80px;
  margin: 0 auto;
  background: #fff;
  -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:after {
  position: absolute;
  left: -5px;
  top: -5px;
  display: block;
  content: "";
  background: url("../images/deco_l.png") no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
}
.content:before {
  position: absolute;
  right: -5px;
  top: -5px;
  display: block;
  content: "";
  background: url("../images/deco_r.png") no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
}

.chapter-title {
  position: absolute;
  top: -64px;
  width: 720px;
  text-align: center;
  font-size: 2.7em;
  letter-spacing: .05em;
}

.title_inner {
  overflow: hidden;
}
.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: 30px;
  -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: 20px;
}

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

$table

-------------------- */
.table {
  width: 100%;
  border: 3px solid #000000;
  background: #fff;
  color: #e20316;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 13px;
  overflow: hidden;
  margin-bottom: 10px;
}
.table.add_tour {
  margin-top: 10px;
}
.table td.table-detail {
  display: block;
}
.table td,
.table th {
  padding: 10px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.table th {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  letter-spacing: .2em;
  color: #fff;
}
.table tr td:last-child,
.table tr th:last-child {
  border-right: none;
}

.header-row {
  background-color: #000000;
}
.header-row th {
  border-bottom: none;
  letter-spacing: 0.3em;
  border-right: 1px solid #fff;
}

.table-detail-btn {
  display: none;
}

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

$ticket

-------------------- */
#ticket .ticket_inner, #ticket .ticket_inner-right {
  color: #e20316;
}

.ticket-link {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #000;
}
.ticket-link .ticket-link-detail {
  border-left: 4px solid #e20316;
  padding-left: 10px;
  color: #e20316;
  width: 48%;
  display: block;
  float: left;
}
.ticket-link .ticket-link-inner {
  clear: both;
}
.ticket-link .ticket-link-inner:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.ticket-link .ticket-link-btn {
  width: 33.3%;
  display: block;
  float: left;
  margin: 5px 0 10px;
}
.ticket-link .ticket-link-btn:nth-child(5) a {
  margin: 0;
}
.ticket-link a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 5px 0;
  margin-right: 10px;
  background: #000;
  color: #fff;
  transition: 0.3s;
}
.ticket-link a:hover {
  color: rgba(255, 255, 255, 0.7);
}

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

$goods

-------------------- */
.goods-container {
  overflow: hidden;
  *zoom: 1;
}
.goods-container:nth-child(4) {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #000;
}

.brand-title {
  padding: 10px;
  margin: 0 0 10px;
  background-color: #000000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}

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

.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;
}

.goods-attention {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.live-only {
  display: block;
  width: 100%;
  border-radius: 1em;
  margin: 0 auto;
  background: #000;
  color: #fff;
}

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

#cboxOverlay {
  background: rgba(0, 0, 0, 0.85);
}

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

$shedule

-------------------- */
.schedule .chapter-title {
  border-bottom: none;
}

.questionnaire {
  margin-top: 20px;
}
.questionnaire h4 {
  padding: 10px;
  margin: 0 0 20px;
  background-color: #e20316;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}
.questionnaire .questionnaire-detail {
  border-left: 4px solid #e20316;
  padding-left: 10px;
  margin: 20px 0;
  color: #e20316;
  display: block;
}

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

$information

-------------------- */
#information h3 {
  font-size: 1.7em;
  text-align: center;
  color: #000;
}
#information .birthday-title {
  border-bottom: 2px #000 dashed;
  line-height: 2.3em;
  padding: 0.3em 0;
}
#information .live-detail {
  padding: 20px 0 0;
  font-size: 1.2em;
  margin-bottom: 10px;
}
#information .live-detail span {
  font-size: 1.5em;
  display: block;
  padding-bottom: 0.2em;
}
#information .live-detail .sp-tel {
  display: none;
}
#information .live-detail .pc-tel {
  display: inline-block;
  font-size: 1em;
  color: #e20316;
  text-decoration: none;
}
#information .attention-birthday {
  color: #000;
}
#information .deco-birthday {
  position: absolute;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
#information .deco-birthday-lt {
  top: 80px;
  left: -34px;
  z-index: -1;
  background: url("../images/deco_info_lt.png");
  width: 52px;
  height: 172px;
}
#information .deco-birthday-l {
  left: -36px;
  top: 10px;
  z-index: 2;
  background: url("../images/deco_info_l.png");
  width: 77px;
  height: 452px;
}
#information .deco-birthday-lb {
  bottom: 11px;
  left: -24px;
  background: url("../images/deco_info_lb.png");
  width: 68px;
  height: 69px;
}
#information .deco-birthday-r {
  right: -30px;
  top: 60px;
  background: url("../images/deco_info_r.png");
  width: 58px;
  height: 102px;
}
#information .deco-birthday-rb {
  bottom: 30%;
  right: -56px;
  background: url("../images/deco_info_rb.png");
  width: 133px;
  height: 228px;
}

.tickets-container {
  overflow: hidden;
  *zoom: 1;
  padding: 24px 0 5px;
}

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

.ticket_inner, .ticket_inner-right {
  padding: 20px;
  margin-bottom: 5px;
  border: 2px solid #e20316;
  -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 #f39aa2;
  font-weight: bold;
}

.attention-family {
  border: 1px solid #cccccc;
  margin: 10px 0;
  padding: 5px;
}

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

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

.information-container {
  padding-top: 64px;
  overflow: hidden;
}

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

$fanclub

-------------------- */
#fanclub-container {
  overflow: hidden;
  background: #e20316;
  z-index: -1;
}

.fanclub {
  overflow: hidden;
  background: none;
  box-shadow: none;
  color: #fff;
  margin: 0 auto;
}
.fanclub h1 {
  padding: 22px 0 40px;
  text-align: center;
  font-size: 4em;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: #000;
}
.fanclub h2 {
  width: 100%;
  padding-bottom: 10px;
}
.fanclub h2 img {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.fanclub a {
  color: #fff;
}
.fanclub:after {
  display: none;
}
.fanclub:before {
  display: none;
}

.fc-detail {
  overflow: hidden;
}

.fc_left {
  width: 45%;
}

.fc_right {
  width: 45%;
}

.fc_left {
  float: left;
}

.fc_right {
  float: right;
}

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

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

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

.fanclub_data {
  margin-bottom: 0;
}
.fanclub_data a {
  display: block;
  background: #000;
  text-decoration: none;
  padding: 2px 7px;
  margin-bottom: 7px;
  transition: 0.3s;
  letter-spacing: 0.07em;
}
.fanclub_data a:hover {
  color: #e20316;
}

.fc-link {
  overflow: hidden;
  margin-top: 10px;
}
.fc-link ul {
  text-align: center;
}
.fc-link li {
  display: block;
  float: left;
  width: 33.3%;
  padding: 10px 0;
}
.fc-link li a {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  padding: 10px;
  box-shadow: 0 0 0 2px #000, 0 0 0 5px #e20316, 0 0 0 8px #000;
  border-radius: 100%;
  color: #000;
  text-decoration: none;
  line-height: 100px;
  cursor: pointer;
  font-size: 1.3em;
  font-weight: 700;
  letter-spacing: 0.12em;
  transition: 0.3s;
}
.fc-link li a:hover {
  background: #000;
  color: #e20316;
}

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

$album

-------------------- */
.album_desc {
  margin-bottom: 25px;
  text-align: center;
  font-size: 1.3em;
  letter-spacing: 0.15em;
}
.album_desc span {
  font-size: 1.5em;
}

.disk_container {
  overflow: hidden;
  *zoom: 1;
}

.disk-detail {
  display: block;
  overflow: hidden;
}

.single {
  border-top: 1px solid #f39aa2;
  padding-top: 30px;
}
.single .album_jacket img {
  width: 85%;
  margin-bottom: 5px;
}

.album_jacket {
  float: left;
  width: 280px;
  margin-bottom: 20px;
  text-align: center;
}
.album_jacket img {
  width: 100%;
  margin-bottom: 5px;
}
.album_jacket.album {
  width: 50%;
}
.album_jacket.album .disk_image {
  width: 80%;
  margin: 0 auto;
}

.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 #f6b3b9;
  color: #e20316;
  text-decoration: none;
  font-family: Times, 'Times New Roman', serif;
  letter-spacing: .1em;
}
.album_links a:hover {
  background-color: #fff3f3;
}

.buy_link {
  position: relative;
  width: 30%;
  padding: 7px 5px;
  margin: 10px auto 30px;
  background: #e20316;
  text-align: center;
  border-radius: 2em;
  transition: 0.2s;
}
.buy_link:hover {
  background: #970A12;
}
.buy_link:hover a:before, .buy_link:hover a:after {
  background: #5f0006;
}
.buy_link a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.12em;
}
.buy_link a:before, .buy_link a:after {
  position: absolute;
  content: "";
  background: #970A12;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  top: calc(50% - 3px);
}
.buy_link a:before {
  left: 9px;
}
.buy_link a:after {
  right: 9px;
}

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

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

$footer

-------------------- */
.footer {
  position: relative;
  z-index: 100;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
}
.footer a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 820px) {
  /* --------------------
  
  INDEX
  	- container
  	- header
  	- nav
  	- goods
  
  -------------------- */
  /* --------------------
  
  $container
  
  -------------------- */
  .container {
    width: 100%;
    padding-top: 0;
  }
  .container .title-area {
    width: 100%;
  }
  .container .sns-area {
    height: 25px;
    margin-bottom: 42px;
  }
  .container .sns-area ul {
    width: 92%;
  }
  .container .sns-area ul li a {
    font-size: 0.9em;
    height: 25px;
    line-height: 25px;
  }
  .container .sns-area ul li img {
    margin-left: 5px;
  }
  .container #celebration-area {
    background: url("../images/bg-celeb.png") #e20316 !important;
    background-position: top !important;
    background-size: contain !important;
    padding: 25px 0 50px;
  }
  .container #celebration-area .title-area {
    margin: 0 auto 50px !important;
  }
  .container #celebration-area .title-area img {
    width: 92% !important;
  }
  .container #birthday-area {
    padding: 45px 0 50px;
  }
  .container #birthday-area .title-area {
    margin: 0 auto -11px;
  }
  .container #birthday-area .title-area img {
    width: 92% !important;
  }

  .content-container:nth-child(odd) {
    padding-left: 0;
  }
  .content-container:nth-child(even) {
    padding-right: 0;
  }
  .content-container.last {
    padding-top: 62px;
  }

  .pc-elem {
    display: none;
  }

  .sp-elem {
    display: block;
  }

  .content {
    width: 92%;
    padding: 40px 10px 70px;
    margin: 0 auto 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);
  }
  .content:after {
    left: -2px;
    top: -2px;
    width: 22px;
    height: 22px;
  }
  .content:before {
    right: -2px;
    top: -2px;
    width: 22px;
    height: 22px;
  }

  .chapter-title {
    margin: 0 auto;
    top: -30px;
    left: calc(50% - 134px);
    width: 268px;
  }

  .to-top {
    bottom: 10px;
  }
  .to-top:hover {
    bottom: 15px;
  }

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

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .header-image-pc {
    display: none;
  }

  .header-image-sp {
    display: block;
  }

  #main-title {
    margin-top: 100%;
    box-shadow: 0 0 0 2px #000, 0 0 0 5px #ffffff, 0 0 5px 8px rgba(0, 0, 0, 0.3);
  }
  #main-title h1 {
    width: 100%;
    top: -63px;
    left: 0;
  }
  #main-title .header-container {
    width: 100%;
    padding: 35px 0;
  }
  #main-title .header-container .header_link {
    float: none !important;
    width: 100%;
    margin: 0 auto;
  }
  #main-title .header-container .header_link .header_link_inner {
    overflow: hidden;
    width: 240px;
    margin: 0 auto;
  }
  #main-title .header-container .header_link h2 {
    padding: 0 0 1em !important;
  }
  #main-title .header-container .header_link a {
    float: left;
    margin-left: 26px;
    width: 20px;
  }
  #main-title .header-container .header_link a img {
    width: 100%;
  }
  #main-title .header-container .header_link .link_logo {
    display: block;
    float: left;
    width: 188px;
    margin: 0 auto;
  }
  #main-title .header-container .header_link .link_logo img {
    max-width: 100%;
  }
  #main-title .header-container .header_link img {
    display: block;
    float: left;
    width: 188px;
    margin: 0 auto;
  }
  #main-title .header-container .header_link.deco-headerlink {
    position: relative;
    width: 100%;
    height: 33px;
    margin: 17px auto;
  }
  #main-title .header-container .header_link.deco-headerlink:after {
    display: block;
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    width: 100%;
    height: 1px;
    background: #cfcfcf;
    z-index: -1;
  }
  #main-title .header-container .header_link.celebration_link .link_logo {
    height: auto;
  }
  #main-title .header-container .header_link.celebration_link .link_logo img {
    padding-top: 0;
  }

  .table {
    position: relative;
    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;
    border-bottom: 1px solid #000;
  }
  .table tr:last-child {
    border: none;
  }
  .table th {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  .table td {
    padding: 3px 10px;
    border: none;
  }
  .table td:nth-child(3n+1), .table td:nth-child(3n+2) {
    font-weight: bold;
  }
  .table td:nth-child(3n) {
    font-size: .75em;
  }
  .table td.table-detail {
    display: none;
    background: #f0f0f0;
    color: #000;
    border-top: 1px solid #fff;
    padding: 3px 10px;
  }
  .table td.table-detail-btn {
    position: relative;
    display: block;
    background: #f0f0f0;
    padding: 7px 10px;
    color: #000;
    font-size: 1em;
    letter-spacing: 0.07em;
    font-weight: bold;
  }
  .table td.table-detail-btn:after {
    display: block;
    position: absolute;
    right: 5px;
    top: 11px;
    content: "";
    background: url("../images/table-btn.png") no-repeat;
    background-size: contain;
    width: 1em;
    height: 1em;
  }

  .active-btn:after {
    top: 14px !important;
    right: 8px !important;
    transform: rotate(90deg) !important;
  }

  /* --------------------
  
  $container
  
  -------------------- */
  .header {
    background: #e20316;
  }
  .header:before {
    display: none;
  }

  .header_title {
    width: 100%;
    position: static;
  }
  .header_title.content-container:nth-child(odd) {
    padding-left: 0;
  }

  .title_image {
    margin: 0 auto;
    width: 218px;
  }

  /* --------------------
  
  $nav
  
  -------------------- */
  .nav {
    height: 80px;
    background: #000;
    bottom: -80px;
    top: auto;
  }

  .active {
    bottom: 0;
  }

  .nav_inner {
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    font-size: 0.8em;
    margin-top: 0;
    padding: 10px 0;
  }
  .nav_inner li {
    width: 33.3%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .nav_inner li a {
    letter-spacing: 0.1em;
    font-size: 0.8em;
  }
  .nav_inner li:nth-child(1), .nav_inner li:nth-child(2), .nav_inner li:nth-child(3), .nav_inner li:nth-child(4), .nav_inner li:nth-child(5), .nav_inner li:nth-child(6) {
    width: 33.3%;
  }
  .nav_inner li:nth-child(-n+3) {
    border-bottom: 1px solid #6f6f6f;
  }

  .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;
  }

  .information-container {
    padding-top: 30px;
    overflow: hidden;
  }

  #information h3 {
    font-size: 1.3em;
  }
  #information .live-detail {
    padding: 15px 0;
    font-size: 1.1em;
  }
  #information .live-detail span {
    font-size: 1.3em;
  }
  #information .live-detail .pc-tel {
    display: none;
  }
  #information .live-detail .sp-tel {
    display: inline-block;
    font-size: 1em;
  }
  #information .live-detail .sp-tel a {
    color: #e20316;
  }
  #information .deco-birthday-lt {
    top: 5px;
    left: -14px;
    width: 26px;
    height: 86px;
  }
  #information .deco-birthday-l {
    left: -13px;
    top: 30%;
    width: 33px;
    height: 226px;
  }
  #information .deco-birthday-lb {
    bottom: 5px;
    left: -7px;
    width: 34px;
    height: 34px;
  }
  #information .deco-birthday-r {
    right: -15px;
    top: 30px;
    width: 29px;
    height: 51px;
  }
  #information .deco-birthday-rb {
    bottom: 53%;
    right: -18px;
    width: 66px;
    height: 114px;
  }

  /* --------------------
  
  $ticket
  
  -------------------- */
  .tickets-container {
    padding: 7px 0;
  }

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

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

  .attention-hall p {
    margin-left: 0;
  }

  /* --------------------
  
  $ticket
  
  -------------------- */
  .ticket-link .ticket-link-detail {
    float: none;
    width: 95%;
  }
  .ticket-link a {
    font-size: 0.9em;
  }

  .fanclub_detail,
  .fanclub_data {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
  }

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

  .album_jacket {
    float: none;
    margin: 0 auto 20px;
  }
  .album_jacket img {
    margin-bottom: 5px;
  }
  .album_jacket.album {
    width: 100%;
  }

  .single .album_jacket img {
    width: 100%;
  }

  .album_detail {
    float: none;
    width: 280px;
    margin: 0 auto;
    font-size: .83em;
  }

  .album_links {
    font-size: .83em;
    padding-bottom: 10px;
  }
  .album_links a {
    width: 27%;
  }

  .disk_container {
    margin-bottom: 10px;
    padding-top: 10px;
  }

  .buy_link {
    width: calc(100% - 40px);
    margin: 0 auto 30px;
  }

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

  .goods-attention {
    margin-bottom: 20px;
  }

  .live-only {
    width: 100%;
  }

  /* --------------------
  
  $fanclub
  
  -------------------- */
  .fanclub {
    overflow: hidden;
    padding-bottom: 50px;
  }
  .fanclub h1 {
    padding: 22px 0;
    font-size: 2em;
  }
  .fanclub h2 img {
    width: 100%;
  }

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

  .fc_left {
    float: none;
  }

  .fc_right {
    float: none;
  }

  .fanclub_thumb {
    width: 88%;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
  }

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

  .fc-link {
    margin-top: 0;
  }
  .fc-link li a {
    width: 60px;
    height: 60px;
    padding: 7px;
    box-shadow: 0 0 0 2px #000, 0 0 0 4px #e20316, 0 0 0 6px #000;
    line-height: 60px;
    font-size: 0.9em;
  }

  .footer {
    margin-bottom: 80px;
  }
}
