@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Amiri");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

li {
  list-style: none;
}

body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.03em;
  font-weight: 500;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

@media only screen and (min-width: 751px) {
  .sp {
    display: none;
  }

  #wrapper {
    min-width: 1200px;
    margin: auto;
    background: url("../img/common/main.jpg") fixed no-repeat center top;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
  }
  #wrapper:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: #3f0e00;
    z-index: 0;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
  }
  #wrapper.scroll:after {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 750px) {
  body {
    -webkit-text-size-adjust: 100%;
  }

  .pc {
    display: none;
  }

  .sp_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url("../img/sp/bg_intro.jpg") no-repeat center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
header .main_menu {
  font-family: "Amiri", serif;
}
header .main_menu li a {
  text-decoration: none;
  color: #FFF;
}
header:after {
  content: "";
  display: block;
  background: url("../img/common/frame_line.gif") repeat-x center;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -20px;
}
@media only screen and (min-width: 751px) {
  header {
    background: url("../img/pc/header_base.jpg") center top;
    height: 70px;
    position: fixed;
    width: 100%;
    z-index: 50;
  }
  header h1 {
    width: 130px;
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -27px;
  }
  header a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  header a:hover {
    opacity: 0.6;
  }
  header .main_menu {
    text-align: center;
    height: 70px;
    line-height: 70px;
  }
  header .main_menu li {
    display: inline-block;
    text-shadow: 1px 1px 2px #000;
    background: url("../img/common/point.png") no-repeat right center;
    -webkit-background-size: 12px;
    -o-background-size: 12px;
    background-size: 12px;
    padding: 0 30px 0 16px;
  }
  header .main_menu li:last-child {
    background: none;
    padding-right: 0;
  }
  header .share {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -25px;
  }
  header .share li {
    display: inline-block;
  }
}
@media only screen and (max-width: 750px) {
  header {
    background: url("../img/sp/header_base.png") center;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    position: fixed;
    width: 100%;
    z-index: 100;
  }
  header:after {
    background-position: center top;
    -webkit-background-size: 46px auto;
    -o-background-size: 46px auto;
    background-size: 46px auto;
  }
  header .grobal_menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: url("../img/sp/header_base.png") center;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  header .grobal_menu .main_menu {
    padding-top: 23%;
    margin-bottom: 8%;
  }
  header .grobal_menu .main_menu li {
    text-align: center;
    font-size: 18px;
    background: url("../img/common/point.png") no-repeat center bottom;
    -webkit-background-size: 8px;
    -o-background-size: 8px;
    background-size: 8px;
  }
  header .grobal_menu .main_menu li a {
    padding: 8px 0 16px;
    display: block;
    width: 100%;
  }
  header .grobal_menu .main_menu li:last-child {
    background: none;
    padding-bottom: 0;
  }
  header .grobal_menu .share {
    text-align: center;
  }
  header .grobal_menu .share li {
    display: inline-block;
    margin: 0 5px;
    width: 50px;
  }
  header .grobal_menu.open {
    height: 100%;
    opacity: 1;
  }
  header h1 {
    width: 33.06%;
    max-width: 248px;
    margin: auto;
    padding: 5px 0;
    z-index: 10;
    position: relative;
  }
  header .menu_btn {
    background: url("../img/sp/btn_menu.png") no-repeat center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    right: 10px;
    z-index: 10;
  }
  header .menu_btn p {
    width: 40%;
    height: 1px;
    background: #f6dfbd;
    position: absolute;
    left: 30%;
    top: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header .menu_btn p:nth-child(1) {
    margin-top: -6px;
  }
  header .menu_btn p:nth-child(2) {
    margin-top: -1px;
  }
  header .menu_btn p:nth-child(3) {
    margin-top: 4px;
  }
  header .menu_btn.close p:nth-child(1) {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    margin-top: 0;
  }
  header .menu_btn.close p:nth-child(2) {
    opacity: 0;
  }
  header .menu_btn.close p:nth-child(3) {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    margin-top: 0;
  }
}

.top_banner, .news_area, .movie_area, .about_area, .cd_area, .concert_area, .livecd_area, footer {
  position: relative;
}
.top_banner .wrap, .news_area .wrap, .movie_area .wrap, .about_area .wrap, .cd_area .wrap, .concert_area .wrap, .livecd_area .wrap, footer .wrap {
  position: relative;
  z-index: 5;
}

.main_image {
  position: relative;
  z-index: 5;
}
.main_image .catch {
  position: absolute;
}
.main_image .movie_thumb {
  border: 1px solid #a37746;
}
.main_image .movie_thumb .thumb {
  border: 2px solid #a37746;
  background: no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
}
.main_image .movie_thumb .thumb:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/common/play.png") no-repeat center rgba(63, 14, 0, 0.8);
}
@media only screen and (min-width: 751px) {
  .main_image {
    padding-top: 90px;
  }
  .main_image .images img {
    width: 100%;
  }
  .main_image:after {
    content: "";
    display: block;
    background: url("../img/common/frame_line.gif") repeat-x center;
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -20px;
  }
  .main_image .catch {
    top: 103px;
    left: 50%;
    margin-left: -361px;
  }
  .main_image .logo {
    position: absolute;
    width: 520px;
    left: 50%;
    top: 50%;
    margin: -109px 0 0 -260px;
  }
  .main_image .movie_thumb {
    position: absolute;
    bottom: 40px;
    right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main_image .movie_thumb .thumb {
    margin: 2px;
    width: 300px;
    height: 150px;
  }
  .main_image .movie_thumb .thumb:after {
    -webkit-background-size: 70px;
    -o-background-size: 70px;
    background-size: 70px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .main_image .movie_thumb .thumb:hover:after {
    opacity: 0;
  }
}
@media only screen and (max-width: 750px) {
  .main_image {
    padding-top: 58px;
    margin-bottom: 15px;
  }
  .main_image .catch {
    top: 50%;
    width: 96%;
    left: 2%;
  }
  .main_image .images {
    position: relative;
  }
  .main_image .images:after {
    content: "";
    display: block;
    background: url("../img/common/frame_line.gif") repeat-x center top;
    -webkit-background-size: 46px;
    -o-background-size: 46px;
    background-size: 46px;
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -20px;
  }
  .main_image .logo {
    width: 70.13%;
    max-width: 526px;
    margin: -16.6% auto 15px;
    position: relative;
  }
  .main_image .movie_thumb {
    padding: 3px;
    margin: 0 5% 10px;
  }
  .main_image .movie_thumb .thumb {
    height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main_image .movie_thumb .thumb:after {
    -webkit-background-size: 50px;
    -o-background-size: 50px;
    background-size: 50px;
  }
}

@media only screen and (min-width: 751px) {
  .top_banner {
    text-align: center;
    margin: 73px 0 112px;
  }
  .top_banner ul {
    letter-spacing: -.4em;
  }
  .top_banner li {
    display: inline-block;
    margin: 0 16px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .top_banner li:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 750px) {
  .top_banner {
    width: 89.33%;
    max-width: 670px;
    margin: 0 auto 40px;
  }
  .top_banner li {
    margin-bottom: 10px;
  }
}

.news_area h2 {
  font-family: "Amiri", serif;
  color: #e4aa6a;
  text-align: center;
}
.news_area ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 4px double #e4aa6a;
  border-bottom: 4px double #e4aa6a;
}
.news_area ul li {
  border-bottom: 1px dotted #f6dfbd;
  position: relative;
}
.news_area ul li .news_date {
  color: #e4aa6a;
  display: inline-block;
  vertical-align: middle;
}
.news_area ul li .news_ttl {
  color: #f6dfbd;
  display: inline-block;
  vertical-align: middle;
}
.news_area ul li:last-child {
  border-bottom: none;
}
.news_area ul li a {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
@media only screen and (min-width: 751px) {
  .news_area {
    margin-bottom: 120px;
  }
  .news_area h2 {
    font-size: 60px;
    font-style: italic;
    position: relative;
    margin-bottom: -16px;
  }
  .news_area ul {
    width: 1080px;
    margin: auto;
    padding: 0 20px;
  }
  .news_area ul li {
    padding: 30px  29px;
  }
  .news_area ul li .news_date {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .news_area {
    margin-bottom: 50px;
  }
  .news_area h2 {
    font-size: 40px;
    font-style: italic;
    position: relative;
    margin-bottom: -10px;
  }
  .news_area ul {
    margin: 0 5%;
  }
  .news_area ul li {
    font-size: 13px;
    padding: 12px 0;
  }
  .news_area ul li .news_date {
    width: 22%;
  }
  .news_area ul li .news_ttl {
    width: 76%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.movie_area h2 {
  font-family: "Amiri", serif;
  color: #e4aa6a;
  text-align: center;
}
.movie_area .movie_list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 4px double #e4aa6a;
  border-bottom: 4px double #e4aa6a;
  overflow: hidden;
}
.movie_area .movie_thumb {
  border: 1px solid #a37746;
  position: relative;
}
.movie_area .movie_thumb .thumb {
  border: 2px solid #a37746;
  background: no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
}
.movie_area .movie_thumb .thumb:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/common/play.png") no-repeat center rgba(63, 14, 0, 0.8);
}
.movie_area .movie_thumb .m_ttl {
  position: absolute;
  background: #a37746;
  color: #FFF;
}
.movie_area .slick-dots {
  width: 100%;
  text-align: center;
}
.movie_area .slick-dots li {
  display: inline-block;
  background: #fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.movie_area .slick-dots li button {
  opacity: 0;
}
.movie_area .slick-dots li.slick-active {
  background: #e4aa6a;
}
@media only screen and (min-width: 751px) {
  .movie_area {
    margin-bottom: 120px;
  }
  .movie_area h2 {
    font-size: 60px;
    font-style: italic;
    position: relative;
    margin-bottom: -16px;
  }
  .movie_area .movie_list {
    width: 1080px;
    margin: auto;
    padding: 60px 0 60px 46px;
  }
  .movie_area .movie_list .slick-list li {
    float: left;
    margin-right: 30px;
  }
  .movie_area .movie_list .slick-dots {
    width: 990px;
  }
  .movie_area .movie_list .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 12px 5px 0;
    cursor: pointer;
  }
  .movie_area .movie_thumb {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .movie_area .movie_thumb .thumb {
    margin: 2px;
    width: 300px;
    height: 150px;
  }
  .movie_area .movie_thumb .thumb:after {
    -webkit-background-size: 70px;
    -o-background-size: 70px;
    background-size: 70px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .movie_area .movie_thumb .thumb:hover:after {
    opacity: 0;
  }
  .movie_area .movie_thumb .m_ttl {
    font-size: 12px;
    padding: 5px 12px;
    bottom: 3px;
    left: 3px;
  }
}
@media only screen and (max-width: 750px) {
  .movie_area {
    margin-bottom: 50px;
  }
  .movie_area h2 {
    font-size: 40px;
    font-style: italic;
    position: relative;
    margin-bottom: -10px;
  }
  .movie_area .movie_list {
    padding: 30px 0;
    margin: 0 5%;
  }
  .movie_area .movie_list .slick-list li {
    float: left;
    width: 240px;
    margin: 0 10px;
  }
  .movie_area .movie_list .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 12px 5px 0;
  }
  .movie_area .movie_thumb {
    padding: 3px;
    margin: 0 5% 10px;
  }
  .movie_area .movie_thumb .thumb {
    height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .movie_area .movie_thumb .thumb:after {
    -webkit-background-size: 50px;
    -o-background-size: 50px;
    background-size: 50px;
  }
  .movie_area .movie_thumb .m_ttl {
    font-size: 10px;
    padding: 5px 8px;
    bottom: 3px;
    left: 3px;
  }
}

.about_area .creators_wrap {
  color: #f6dfbd;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about_area .creators_wrap h3 {
  color: #e4aa6a;
}
.about_area .creators_wrap dl {
  border-bottom: 1px dotted #f6dfbd;
}
.about_area .creators_wrap dl:last-child {
  border: none;
}
.about_area .creators_wrap dl dt span {
  background: url("../img/common/point.png") no-repeat right center;
  padding-right: 1em;
  margin-right: 0.6em;
}
.about_area .creators_wrap dl dd {
  line-height: 1.8;
}
.about_area .creators_wrap dl dd a {
  color: #f6dfbd;
}
@media only screen and (min-width: 751px) {
  .about_area {
    padding-bottom: 200px;
  }
  .about_area .a_lead {
    text-align: center;
    margin-bottom: 123px;
    position: relative;
    overflow: hidden;
  }
  .about_area .a_lead .left {
    background: url("../img/pc/intro_line_repeat.png") repeat-x center;
    width: 50%;
    height: 100%;
    left: 0;
    margin-left: -600px;
    position: absolute;
  }
  .about_area .a_lead .left:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    background: url("../img/pc/intro_line_left.png") no-repeat center;
    width: 232px;
    right: -232px;
  }
  .about_area .a_lead .right {
    background: url("../img/pc/intro_line_repeat.png") repeat-x center;
    width: 50%;
    height: 100%;
    right: 0;
    margin-right: -600px;
    position: absolute;
  }
  .about_area .a_lead .right:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    background: url("../img/pc/intro_line_right.png") no-repeat center;
    width: 232px;
    left: -232px;
  }
  .about_area .creators_wrap {
    width: 1080px;
    margin: auto;
    background: url("../img/pc/frame_red_repeat.png") center;
  }
  .about_area .creators_wrap h3 {
    background: url("../img/pc/frame_title_line.png") no-repeat center;
    text-align: center;
    font-size: 60px;
    font-style: italic;
  }
  .about_area .creators_wrap:before, .about_area .creators_wrap:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    height: 38px;
  }
  .about_area .creators_wrap:before {
    background: url("../img/pc/frame_red_top.png");
    top: -38px;
  }
  .about_area .creators_wrap:after {
    background: url("../img/pc/frame_red_btm.png");
    bottom: -38px;
  }
  .about_area .creators_wrap dl {
    width: 1050px;
    margin: auto;
    padding: 30px 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .about_area .creators_wrap dl dt {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .about_area .creators_wrap dl dt span {
    -webkit-background-size: 10px;
    -o-background-size: 10px;
    background-size: 10px;
  }
  .about_area .creators_wrap dl dd {
    font-size: 14px;
  }
  .about_area .creators_wrap dl dd .chorus {
    font-size: 20px;
    margin-top: 16px;
  }
}
@media only screen and (max-width: 750px) {
  .about_area {
    padding-bottom: 80px;
  }
  .about_area .wrap {
    background: url("../img/pc/intro_line_repeat.png") repeat-x top;
    -webkit-background-size: auto 24px;
    -o-background-size: auto 24px;
    background-size: auto 24px;
    padding-top: 40px;
  }
  .about_area .a_lead {
    width: 88.8%;
    max-width: 666px;
    margin: 0 auto 56px;
  }
  .about_area .creators_wrap {
    width: 89.33%;
    max-width: 670px;
    margin: auto;
    position: relative;
    background: url("../img/sp/frame_red_repeat.png");
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    padding: 0 1.6%;
  }
  .about_area .creators_wrap:before, .about_area .creators_wrap:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 30px;
    background: no-repeat;
    left: 0;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  .about_area .creators_wrap:before {
    background-image: url("../img/sp/frame_red_top.png");
    background-position: center bottom;
    top: -30px;
  }
  .about_area .creators_wrap:after {
    background-image: url("../img/sp/frame_red_btm.png");
    background-position: center top;
    bottom: -30px;
  }
  .about_area .creators_wrap h3 {
    text-align: center;
    background: url("../img/sp/frame_title_line.png") no-repeat center;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    font-size: 30px;
    margin-bottom: 20px;
  }
  .about_area .creators_wrap dl {
    padding: 5% 6%;
  }
  .about_area .creators_wrap dl dt {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .about_area .creators_wrap dl dt span {
    -webkit-background-size: 8px;
    -o-background-size: 8px;
    background-size: 8px;
  }
  .about_area .creators_wrap dl dd {
    font-size: 13px;
  }
  .about_area .creators_wrap dl dd .chorus {
    font-size: 16px;
    margin-top: 10px;
  }
}

.cd_area, .livecd_area {
  background: url("../img/common/bg_green.png") fixed;
  position: relative;
  z-index: 1;
}
.cd_area .cd_bg1, .cd_area .cd_bg2, .cd_area .cd_bg3, .livecd_area .cd_bg1, .livecd_area .cd_bg2, .livecd_area .cd_bg3 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.cd_area .cd_bg1, .livecd_area .cd_bg1 {
  background: url("../img/common/particle01.png") center;
}
.cd_area .cd_bg2, .livecd_area .cd_bg2 {
  background: url("../img/common/particle02.png") center;
}
.cd_area .cd_bg3, .livecd_area .cd_bg3 {
  background: url("../img/common/particle03.png") center;
}
.cd_area:before, .livecd_area:before {
  content: "";
  display: block;
  width: 100%;
  background: url("../img/common/curtain_green_left.png") no-repeat left top, url("../img/common/curtain_green_right.png") no-repeat right top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 400px;
}
.cd_area:after, .livecd_area:after {
  content: "";
  display: block;
  background: url("../img/common/frame_line.gif") repeat-x center;
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
  z-index: 5;
}
.cd_area h2, .livecd_area h2 {
  color: #e4aa6a;
}
.cd_area .cd_wrap, .livecd_area .cd_wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #f6dfbd;
}
.cd_area .cd_wrap .cd_date, .livecd_area .cd_wrap .cd_date {
  font-family: "Amiri", serif;
}
.cd_area .cd_wrap .cd_caption, .livecd_area .cd_wrap .cd_caption {
  background: #a37746;
  margin: 0 23px;
  line-height: 31px;
  height: 31px;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
.cd_area .cd_wrap .cd_caption:before, .cd_area .cd_wrap .cd_caption:after, .livecd_area .cd_wrap .cd_caption:before, .livecd_area .cd_wrap .cd_caption:after {
  content: "";
  display: block;
  width: 23px;
  height: 31px;
  position: absolute;
  top: 0;
}
.cd_area .cd_wrap .cd_caption:before, .livecd_area .cd_wrap .cd_caption:before {
  background: url("../img/pc/title_base_left.png") no-repeat;
  left: -23px;
}
.cd_area .cd_wrap .cd_caption:after, .livecd_area .cd_wrap .cd_caption:after {
  background: url("../img/pc/title_base_right.png") no-repeat;
  right: -23px;
}
.cd_area .cd_wrap .btn_buy, .livecd_area .cd_wrap .btn_buy {
  border: 1px solid #a37746;
  padding: 3px;
  background: url("../img/common/buy.png") no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cd_area .cd_wrap .btn_buy a, .livecd_area .cd_wrap .btn_buy a {
  text-decoration: none;
  color: #f6dfbd;
  background: url("../img/common/point_right.png") no-repeat;
  display: block;
  border: 2px solid #a37746;
  text-align: center;
}
.cd_area .cd_wrap .cd_tracklist li .sample_sound, .livecd_area .cd_wrap .cd_tracklist li .sample_sound {
  display: inline-block;
  border: 1px solid #a37746;
  padding: 2px;
}
.cd_area .cd_wrap .cd_tracklist li .sample_sound p, .livecd_area .cd_wrap .cd_tracklist li .sample_sound p {
  border: 1px solid #a37746;
}
.cd_area .shop .cap_shop, .livecd_area .shop .cap_shop {
  color: #e4aa6a;
  text-align: center;
}
.cd_area .shop .shop_lead, .livecd_area .shop .shop_lead {
  line-height: 1.6;
}
.cd_area .shop .shop_list, .livecd_area .shop .shop_list {
  line-height: 1.8;
}
.cd_area .shop .notice, .livecd_area .shop .notice {
  line-height: 2;
}
@media only screen and (min-width: 751px) {
  .cd_area, .livecd_area {
    padding: 100px 0 150px;
  }
  .cd_area h2, .livecd_area h2 {
    background: url("../img/pc/line_yellow.png") no-repeat center;
    text-align: center;
    font-size: 60px;
    font-style: italic;
    margin-bottom: 130px;
  }
  .cd_area .cd_wrap, .livecd_area .cd_wrap {
    width: 1080px;
    margin: auto;
    background: url("../img/pc/frame_green_repeat.png") center;
    padding: 60px;
  }
  .cd_area .cd_wrap:before, .cd_area .cd_wrap:after, .livecd_area .cd_wrap:before, .livecd_area .cd_wrap:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    height: 38px;
  }
  .cd_area .cd_wrap:before, .livecd_area .cd_wrap:before {
    background: url("../img/pc/frame_green_top.png");
    top: -38px;
  }
  .cd_area .cd_wrap:after, .livecd_area .cd_wrap:after {
    background: url("../img/pc/frame_green_btm.png");
    bottom: -38px;
  }
  .cd_area .cd_wrap .jk, .livecd_area .cd_wrap .jk {
    width: 532px;
    float: left;
  }
  .cd_area .cd_wrap .cd_info, .livecd_area .cd_wrap .cd_info {
    float: right;
    width: 390px;
  }
  .cd_area .cd_wrap .cd_info h3, .livecd_area .cd_wrap .cd_info h3 {
    margin-bottom: 38px;
  }
  .cd_area .cd_wrap .cd_info .cd_date, .livecd_area .cd_wrap .cd_info .cd_date {
    font-size: 24px;
    margin-bottom: 26px;
  }
  .cd_area .cd_wrap .cd_info .price, .livecd_area .cd_wrap .cd_info .price {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .cd_area .cd_wrap .cd_info .price span, .livecd_area .cd_wrap .cd_info .price span {
    font-size: 14px;
  }
  .cd_area .cd_wrap .cd_info li, .livecd_area .cd_wrap .cd_info li {
    font-size: 13px;
    margin-bottom: 1em;
  }
  .cd_area .cd_wrap .cd_info .cd_tracklist, .cd_area .cd_wrap .cd_info .cd_speck, .livecd_area .cd_wrap .cd_info .cd_tracklist, .livecd_area .cd_wrap .cd_info .cd_speck {
    margin-bottom: 30px;
  }
  .cd_area .cd_wrap .cd_info .cd_tracklist .sample_sound, .livecd_area .cd_wrap .cd_info .cd_tracklist .sample_sound {
    font-size: 12px;
    margin-left: 10px;
    cursor: pointer;
  }
  .cd_area .cd_wrap .cd_info .cd_tracklist .sample_sound p, .livecd_area .cd_wrap .cd_info .cd_tracklist .sample_sound p {
    padding: 4px 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .cd_area .cd_wrap .cd_info .cd_tracklist .sample_sound:hover p, .livecd_area .cd_wrap .cd_info .cd_tracklist .sample_sound:hover p {
    background: #a37746;
  }
  .cd_area .cd_wrap .btn_buy, .livecd_area .cd_wrap .btn_buy {
    width: 300px;
    background-position: 25px center;
    -webkit-background-size: 22px;
    -o-background-size: 22px;
    background-size: 22px;
  }
  .cd_area .cd_wrap .btn_buy a, .livecd_area .cd_wrap .btn_buy a {
    background-position: right 18px center;
    -webkit-background-size: 10px;
    -o-background-size: 10px;
    background-size: 10px;
    padding: 16px 0;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .cd_area .cd_wrap .btn_buy a:hover, .livecd_area .cd_wrap .btn_buy a:hover {
    background: #a37746;
  }
  .cd_area .shop, .livecd_area .shop {
    margin-top: 150px;
  }
  .cd_area .shop .cap_shop, .livecd_area .shop .cap_shop {
    font-size: 30px;
    margin-bottom: 30px;
    background: url("../img/pc/frame_title_line.png") no-repeat center;
    width: 1054px;
    position: relative;
    left: -47px;
  }
  .cd_area .shop .shop_lead, .livecd_area .shop .shop_lead {
    margin-bottom: 40px;
  }
  .cd_area .shop .shop_img, .livecd_area .shop .shop_img {
    width: 400px;
    margin: 0 auto 40px;
  }
  .cd_area .shop .shop_list, .livecd_area .shop .shop_list {
    font-size: 13px;
    margin-bottom: 40px;
  }
  .cd_area .shop .shop_list p, .livecd_area .shop .shop_list p {
    font-size: 16px;
  }
  .cd_area .shop .notice, .livecd_area .shop .notice {
    font-size: 12px;
  }
}
@media only screen and (max-width: 750px) {
  .cd_area, .livecd_area {
    padding: 60px 0 100px;
  }
  .cd_area .cd_bg1, .cd_area .cd_bg2, .cd_area .cd_bg3, .livecd_area .cd_bg1, .livecd_area .cd_bg2, .livecd_area .cd_bg3 {
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  .cd_area:after, .livecd_area:after {
    -webkit-background-size: 46px;
    -o-background-size: 46px;
    background-size: 46px;
    background-position: center bottom;
  }
  .cd_area:before, .livecd_area:before {
    -webkit-background-size: 38%;
    -o-background-size: 38%;
    background-size: 38%;
  }
  .cd_area h2, .livecd_area h2 {
    text-align: center;
    font-size: 32px;
    background: url("../img/sp/frame_title_line.png") no-repeat center;
    -webkit-background-size: 120%;
    -o-background-size: 120%;
    background-size: 120%;
    margin-bottom: 60px;
  }
  .cd_area .cd_wrap, .livecd_area .cd_wrap {
    width: 89.33%;
    max-width: 670px;
    margin: auto;
    position: relative;
    background: url("../img/sp/frame_green_repeat.png");
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    padding: 2% 6%;
  }
  .cd_area .cd_wrap:before, .cd_area .cd_wrap:after, .livecd_area .cd_wrap:before, .livecd_area .cd_wrap:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 30px;
    background: no-repeat;
    left: 0;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  .cd_area .cd_wrap:before, .livecd_area .cd_wrap:before {
    background-image: url("../img/sp/frame_green_top.png");
    background-position: center bottom;
    top: -30px;
  }
  .cd_area .cd_wrap:after, .livecd_area .cd_wrap:after {
    background-image: url("../img/sp/frame_green_btm.png");
    background-position: center top;
    bottom: -30px;
  }
  .cd_area .cd_wrap .jk, .livecd_area .cd_wrap .jk {
    margin-bottom: 20px;
  }
  .cd_area .cd_wrap h3, .livecd_area .cd_wrap h3 {
    margin-bottom: 20px;
  }
  .cd_area .cd_wrap .cd_date, .livecd_area .cd_wrap .cd_date {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .cd_area .cd_wrap .price, .livecd_area .cd_wrap .price {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .cd_area .cd_wrap .cd_caption, .livecd_area .cd_wrap .cd_caption {
    font-size: 14px;
  }
  .cd_area .cd_wrap .cd_caption:before, .livecd_area .cd_wrap .cd_caption:before {
    background: url("../img/sp/title_base_left.png") no-repeat;
    -webkit-background-size: 23px;
    -o-background-size: 23px;
    background-size: 23px;
  }
  .cd_area .cd_wrap .cd_caption:after, .livecd_area .cd_wrap .cd_caption:after {
    background: url("../img/sp/title_base_right.png") no-repeat;
    -webkit-background-size: 23px;
    -o-background-size: 23px;
    background-size: 23px;
  }
  .cd_area .cd_wrap .cd_info li, .livecd_area .cd_wrap .cd_info li {
    font-size: 12px;
    margin-bottom: 1em;
    line-height: 1.4;
  }
  .cd_area .cd_wrap .cd_tracklist, .livecd_area .cd_wrap .cd_tracklist {
    margin-bottom: 20px;
  }
  .cd_area .cd_wrap .cd_tracklist .sample_sound, .livecd_area .cd_wrap .cd_tracklist .sample_sound {
    font-size: 10px;
    margin-left: 4px;
    cursor: pointer;
  }
  .cd_area .cd_wrap .cd_tracklist .sample_sound p, .livecd_area .cd_wrap .cd_tracklist .sample_sound p {
    padding: 3px 6px;
  }
  .cd_area .cd_wrap .cd_speck, .livecd_area .cd_wrap .cd_speck {
    margin-bottom: 20px;
  }
  .cd_area .cd_wrap .btn_buy, .livecd_area .cd_wrap .btn_buy {
    width: 90%;
    margin: auto;
    background-position: 22px center;
    -webkit-background-size: 22px;
    -o-background-size: 22px;
    background-size: 22px;
  }
  .cd_area .cd_wrap .btn_buy a, .livecd_area .cd_wrap .btn_buy a {
    background-position: right 16px center;
    -webkit-background-size: 10px;
    -o-background-size: 10px;
    background-size: 10px;
    padding: 16px 0;
  }
  .cd_area .shop, .livecd_area .shop {
    margin-top: 60px;
    padding: 4% 1.6%;
  }
  .cd_area .shop .cap_shop, .livecd_area .shop .cap_shop {
    background: url("../img/sp/frame_title_line.png") no-repeat center;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    margin-bottom: 20px;
  }
  .cd_area .shop .shop_lead, .livecd_area .shop .shop_lead {
    margin: 0 6% 20px;
    font-size: 14px;
  }
  .cd_area .shop .shop_img, .livecd_area .shop .shop_img {
    margin: 0 6% 20px;
  }
  .cd_area .shop .shop_list, .livecd_area .shop .shop_list {
    margin: 0 6% 20px;
    font-size: 12px;
  }
  .cd_area .shop .shop_list p, .livecd_area .shop .shop_list p {
    font-size: 14px;
    text-align: center;
  }
  .cd_area .shop .notice, .livecd_area .shop .notice {
    font-size: 10px;
    margin: 0 6%;
  }
}

.livecd_area {
  background: url("../img/live/bg_brown.png");
}
.livecd_area:before {
  background-image: url("../img/live/curtain_wine_left.png"), url("../img/live/curtain_wine_right.png");
}
.livecd_area .shop .shop_lead {
  text-align: center;
  color: #e4aa6a;
}
.livecd_area .shop .shop_lead.item {
  color: #f6dfbd;
}
.livecd_area .shop .shop_list li .shop_name {
  background: #a37746;
  margin: 0 23px;
  line-height: 31px;
  height: 31px;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
.livecd_area .shop .shop_list li .shop_name:before, .livecd_area .shop .shop_list li .shop_name:after {
  content: "";
  display: block;
  width: 23px;
  height: 31px;
  position: absolute;
  top: 0;
}
.livecd_area .shop .shop_list li .shop_name:before {
  background: url("../img/pc/title_base_left.png") no-repeat;
  left: -23px;
}
.livecd_area .shop .shop_list li .shop_name:after {
  background: url("../img/pc/title_base_right.png") no-repeat;
  right: -23px;
}
.livecd_area .cd_wrap .price {
  line-height: 1.4;
}
.livecd_area .cd_wrap .price span {
  font-size: 12px;
}
.livecd_area .cd_text {
  line-height: 1.6;
  color: #e4aa6a;
}
@media only screen and (min-width: 751px) {
  .livecd_area .cd_wrap {
    background-image: url("../img/live/frame_brwon_repeat_pc.png");
  }
  .livecd_area .cd_wrap:before {
    background-image: url("../img/live/frame_brown_top_pc.png");
  }
  .livecd_area .cd_wrap:after {
    background-image: url("../img/live/frame_brown_btm_pc.png");
  }
  .livecd_area .cd_wrap .cd_text {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .livecd_area .cd_wrap .cd_speck li {
    line-height: 1.4;
  }
  .livecd_area .shop_list {
    margin-bottom: 60px;
  }
  .livecd_area .shop_list li {
    width: 460px;
    float: left;
    margin-bottom: 55px;
  }
  .livecd_area .shop_list li .shop_name span {
    font-size: 10px;
  }
  .livecd_area .shop_list li:nth-child(odd) {
    margin-right: 38px;
  }
  .livecd_area .shop_list li .shop_item {
    font-size: 13px;
    text-align: center;
  }
  .livecd_area .shop_list li .shop_image {
    margin: 0 23px 15px;
  }
}
@media only screen and (max-width: 750px) {
  .livecd_area .cd_wrap {
    background-image: url("../img/live/frame_brwon_repeat_sp.png");
  }
  .livecd_area .cd_wrap:before {
    background-image: url("../img/live/frame_brown_top_sp.png");
  }
  .livecd_area .cd_wrap:after {
    background-image: url("../img/live/frame_brown_btm_sp.png");
  }
  .livecd_area .cd_wrap .cd_text {
    font-size: 13px;
    margin-bottom: 30px;
  }
  .livecd_area .shop .shop_list {
    margin-bottom: 30px;
  }
  .livecd_area .shop .shop_list li {
    margin-bottom: 30px;
    text-align: left;
  }
  .livecd_area .shop .shop_list li .shop_name {
    font-size: 12px;
    white-space: nowrap;
  }
  .livecd_area .shop .shop_list li .shop_name span {
    font-size: 10px;
  }
  .livecd_area .shop .shop_list li .shop_name:before {
    background: url("../img/sp/title_base_left.png") no-repeat;
    -webkit-background-size: 23px;
    -o-background-size: 23px;
    background-size: 23px;
  }
  .livecd_area .shop .shop_list li .shop_name:after {
    background: url("../img/sp/title_base_right.png") no-repeat;
    -webkit-background-size: 23px;
    -o-background-size: 23px;
    background-size: 23px;
  }
  .livecd_area .shop .shop_list li .shop_image {
    margin: 0 6% 10px;
  }
  .livecd_area .shop .shop_list li p.shop_item {
    font-size: 12px;
    text-align: left;
  }
}

.concert_area {
  background: url("../img/common/concert_bg_head.png") fixed no-repeat center top, url("../img/common/bg_yellow.png") fixed;
  z-index: 1;
}
.concert_area:before {
  content: "";
  display: block;
  width: 100%;
  background: url("../img/common/curtain_red_left.png") no-repeat left top, url("../img/common/curtain_red_right.png") no-repeat right top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 400px;
}
.concert_area:after {
  content: "";
  display: block;
  background: url("../img/common/frame_line.gif") repeat-x center;
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
}
.concert_area .concert_wrap {
  position: relative;
  color: #f6dfbd;
}
.concert_area .concert_wrap h3 {
  color: #e4aa6a;
}
.concert_area .concert_wrap a {
  color: #f6dfbd;
}
.concert_area .concert_wrap dl {
  border-bottom: 1px dotted #f6dfbd;
}
.concert_area .concert_wrap dl.ticket {
  border: none;
}
.concert_area .concert_wrap .btn_goods {
  border: 1px solid #a37746;
  padding: 3px;
  background: url("../img/common/buy.png") no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.concert_area .concert_wrap .btn_goods a {
  text-decoration: none;
  color: #f6dfbd;
  background: url("../img/common/point_right.png") no-repeat;
  display: block;
  border: 2px solid #a37746;
  text-align: center;
}
.concert_area .attention ul {
  border-bottom: 1px dotted #f6dfbd;
}
.concert_area .attention ul:last-child {
  border: none;
}
.concert_area .attention ul li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.4em;
}
.concert_area .attention .check {
  color: #f00;
}
.concert_area .attention .manner li span {
  display: inline-block;
  position: relative;
  font-weight: bold;
  margin-left: 1em;
}
.concert_area .attention .manner li span:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #f6dfbd;
  left: 0;
  bottom: -1px;
}
@media only screen and (min-width: 751px) {
  .concert_area {
    padding: 100px 0 150px;
  }
  .concert_area h2 {
    background: url("../img/pc/line_white.png") no-repeat center;
    text-align: center;
    margin-bottom: 130px;
  }
  .concert_area .concert_wrap {
    width: 1080px;
    margin: auto;
    background: url("../img/pc/frame_red_repeat.png") center;
    padding-bottom: 40px;
  }
  .concert_area .concert_wrap.attention {
    margin-top: 160px;
  }
  .concert_area .concert_wrap h3 {
    background: url("../img/pc/frame_title_line.png") no-repeat center;
    text-align: center;
    font-size: 60px;
    font-style: italic;
  }
  .concert_area .concert_wrap:before, .concert_area .concert_wrap:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    height: 38px;
  }
  .concert_area .concert_wrap:before {
    background: url("../img/pc/frame_red_top.png");
    top: -38px;
  }
  .concert_area .concert_wrap:after {
    background: url("../img/pc/frame_red_btm.png");
    bottom: -38px;
  }
  .concert_area .concert_wrap dl {
    width: 1050px;
    margin: auto;
    padding: 30px 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
  }
  .concert_area .concert_wrap dl dt {
    float: left;
    width: 190px;
    background: url("../img/common/point.png") no-repeat right center;
    -webkit-background-size: 12px;
    -o-background-size: 12px;
    background-size: 12px;
    line-height: 1.6;
  }
  .concert_area .concert_wrap dl dd {
    float: left;
    padding-left: 50px;
    line-height: 1.6;
  }
  .concert_area .concert_wrap dl dd .small {
    font-size: 14px;
  }
  .concert_area .concert_wrap dl dd p {
    font-size: 18px;
  }
  .concert_area .concert_wrap .btn_goods {
    width: 560px;
    margin: 20px auto;
    background-position: 20px center;
    -webkit-background-size: 22px;
    -o-background-size: 22px;
    background-size: 22px;
  }
  .concert_area .concert_wrap .btn_goods a {
    background-position: right 18px center;
    -webkit-background-size: 10px;
    -o-background-size: 10px;
    background-size: 10px;
    font-size: 24px;
    padding: 20px 0;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .concert_area .concert_wrap .btn_goods a:hover {
    background: #a37746;
  }
  .concert_area .attention {
    padding-bottom: 0;
  }
  .concert_area .attention h3 {
    margin-bottom: 60px;
  }
  .concert_area .attention .att_cap {
    padding: 0 45px 20px;
    font-weight: bold;
    font-size: 18px;
  }
  .concert_area .attention .att_cap .check {
    font-size: 14px;
    padding-top: 8px;
  }
  .concert_area .attention ul {
    width: 1050px;
    margin: 0 auto 60px;
    padding: 0 45px 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .concert_area .attention ul li {
    font-size: 14px;
    line-height: 1.6;
  }
  .concert_area .attention .manner li {
    margin-bottom: 0.8em;
  }
  .concert_area .attention .manner span {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 750px) {
  .concert_area {
    background: url("../img/common/concert_bg_head.png") no-repeat center top, url("../img/common/bg_yellow.png") fixed;
    padding: 60px 0 100px;
    -webkit-background-size: 200%, auto;
    -o-background-size: 200%, auto;
    background-size: 200%, auto;
  }
  .concert_area:after {
    -webkit-background-size: 46px;
    -o-background-size: 46px;
    background-size: 46px;
    background-position: center bottom;
  }
  .concert_area:before {
    -webkit-background-size: 38%;
    -o-background-size: 38%;
    background-size: 38%;
  }
  .concert_area h2 {
    text-align: center;
    margin-bottom: 60px;
  }
  .concert_area h2 img {
    width: 71.2%;
    max-width: 534px;
  }
  .concert_area .concert_wrap {
    width: 89.33%;
    max-width: 670px;
    margin: auto;
    position: relative;
    background: url("../img/sp/frame_red_repeat.png");
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    padding: 0 1.6%;
  }
  .concert_area .concert_wrap.attention {
    margin-top: 80px;
  }
  .concert_area .concert_wrap:before, .concert_area .concert_wrap:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 30px;
    background: no-repeat;
    left: 0;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  .concert_area .concert_wrap:before {
    background-image: url("../img/sp/frame_red_top.png");
    background-position: center bottom;
    top: -30px;
  }
  .concert_area .concert_wrap:after {
    background-image: url("../img/sp/frame_red_btm.png");
    background-position: center top;
    bottom: -30px;
  }
  .concert_area .concert_wrap h3 {
    text-align: center;
    background: url("../img/sp/frame_title_line.png") no-repeat center;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    font-size: 30px;
    margin-bottom: 20px;
  }
  .concert_area .concert_wrap dl {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    padding: 4% 6%;
    text-align: center;
  }
  .concert_area .concert_wrap dl dt {
    background: url("../img/common/point.png") no-repeat center bottom;
    -webkit-background-size: 8px;
    -o-background-size: 8px;
    background-size: 8px;
    line-height: 1.6;
    padding-bottom: 18px;
    margin-bottom: 14px;
  }
  .concert_area .concert_wrap dl dd {
    line-height: 1.6;
  }
  .concert_area .concert_wrap dl dd .small {
    font-size: 10px;
  }
  .concert_area .concert_wrap dl dd p {
    font-size: 12px;
  }
  .concert_area .concert_wrap dl.ticket dd {
    text-align: left;
  }
  .concert_area .concert_wrap .btn_goods {
    width: 90%;
    margin: auto;
    background-position: 22px center;
    -webkit-background-size: 22px;
    -o-background-size: 22px;
    background-size: 22px;
  }
  .concert_area .concert_wrap .btn_goods a {
    background-position: right 16px center;
    -webkit-background-size: 10px;
    -o-background-size: 10px;
    background-size: 10px;
    padding: 16px 0;
    line-height: 1.3;
  }
  .concert_area .attention h3 {
    margin-bottom: 30px;
  }
  .concert_area .attention .att_cap {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .concert_area .attention .att_cap .check {
    font-size: 12px;
    padding-top: 4px;
  }
  .concert_area .attention ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    padding: 0 6% 20px;
    margin-bottom: 28px;
  }
  .concert_area .attention ul li {
    line-height: 1.6;
  }
  .concert_area .attention .manner li {
    margin-bottom: 1em;
  }
  .concert_area .attention .manner li:nth-child(1) {
    text-indent: 0;
  }
  .concert_area .attention .manner li span {
    margin-left: 1em;
    margin-bottom: 6px;
  }
}

footer {
  background: url("../img/common/bg_footer.png");
  color: #f6dfbd;
  position: relative;
  z-index: 5;
}
footer a {
  color: #f6dfbd;
  text-decoration: none;
}
footer:after {
  content: "";
  display: block;
  background: url("../img/common/frame_line.gif") repeat-x center;
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
}
@media only screen and (min-width: 751px) {
  footer {
    padding: 60px 0 100px;
    text-align: center;
    font-size: 12px;
  }
  footer a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  footer a:hover {
    opacity: 0.6;
  }
  footer .official {
    letter-spacing: -.4em;
    margin-bottom: 62px;
  }
  footer .official li {
    display: inline-block;
    width: 145px;
    margin: 0 10px;
    vertical-align: middle;
  }
  footer .foot_att {
    margin-bottom: 20px;
  }
  footer .aniplex p, footer .aniplex ul {
    display: inline-block;
    vertical-align: middle;
  }
  footer .aniplex .logo_anx {
    width: 70px;
  }
  footer .aniplex li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
  }
  footer .aniplex li:last-child:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #f6dfbd;
    position: absolute;
    left: 0;
  }
}
@media only screen and (max-width: 750px) {
  footer {
    padding: 40px 0 80px;
    font-size: 11px;
    text-align: center;
  }
  footer:after {
    background-position: center bottom;
    -webkit-background-size: 46px;
    -o-background-size: 46px;
    background-size: 46px;
  }
  footer .official {
    margin: 0 8% 20px;
  }
  footer .official li {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
  }
  footer .foot_att {
    line-height: 1.4;
    margin-bottom: 20px;
  }
  footer .aniplex p, footer .aniplex ul, footer .aniplex li {
    display: inline-block;
    vertical-align: middle;
  }
  footer .aniplex .copy {
    display: block;
    margin-top: 20px;
  }
  footer .aniplex .logo_anx {
    width: 20%;
  }
  footer .aniplex li {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
  }
  footer .aniplex li:last-child:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #f6dfbd;
    position: absolute;
    left: 0;
  }
}

.floatmovie {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(63, 14, 0, 0.8);
  z-index: 100;
  display: none;
  opacity: 0;
}
.floatmovie .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.floatmovie .close {
  position: absolute;
  width: 40px;
  height: 30px;
  left: 50%;
  margin-left: -25px;
}
.floatmovie .close p {
  width: 100%;
  height: 2px;
  background: #f6dfbd;
  position: absolute;
  top: 50%;
}
.floatmovie .close p:nth-child(1) {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.floatmovie .close p:nth-child(2) {
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.floatmovie .player {
  position: absolute;
}
@media only screen and (min-width: 751px) {
  .floatmovie .close {
    top: 50%;
    margin-top: 256px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .floatmovie .close:hover {
    opacity: 0.6;
  }
  .floatmovie .player {
    width: 840px;
    height: 472px;
    left: 50%;
    top: 50%;
    margin: -256px 0 0 -420px;
  }
}
@media only screen and (max-width: 750px) {
  .floatmovie .close {
    top: 50%;
    margin-top: 38%;
  }
  .floatmovie .player {
    width: 100%;
    height: 31.6%;
    top: 50%;
    margin-top: -38%;
  }
}

@-webkit-keyframes bg_move {
  0% {
    background-position: center 0;
  }
  100% {
    background-position: center -100%;
  }
}
@-o-keyframes bg_move {
  0% {
    background-position: center 0;
  }
  100% {
    background-position: center -100%;
  }
}
@-moz-keyframes bg_move {
  0% {
    background-position: center 0;
  }
  100% {
    background-position: center -100%;
  }
}
@keyframes bg_move {
  0% {
    background-position: center 0;
  }
  100% {
    background-position: center -100%;
  }
}
@-webkit-keyframes catch_op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes catch_op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes catch_op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes catch_op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #421403;
  z-index: 500;
}
#loading .copy {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
}
#loading .l_bg1, #loading .l_bg2, #loading .l_bg3 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#loading .l_bg1 {
  background: url("../img/common/particle01.png");
  -webkit-animation: bg_move 40s linear infinite;
  -moz-animation: bg_move 40s linear infinite;
  -o-animation: bg_move 40s linear infinite;
  animation: bg_move 40s linear infinite;
}
#loading .l_bg2 {
  background: url("../img/common/particle02.png");
  -webkit-animation: bg_move 28s linear infinite;
  -moz-animation: bg_move 28s linear infinite;
  -o-animation: bg_move 28s linear infinite;
  animation: bg_move 28s linear infinite;
}
#loading .l_bg3 {
  background: url("../img/common/particle03.png");
  -webkit-animation: bg_move 25s linear infinite;
  -moz-animation: bg_move 25s linear infinite;
  -o-animation: bg_move 25s linear infinite;
  animation: bg_move 25s linear infinite;
}
@media only screen and (min-width: 751px) {
  #loading .copy {
    margin: -43px 0 0 -361px;
  }
}
@media only screen and (max-width: 750px) {
  #loading .l_bg1, #loading .l_bg2, #loading .l_bg3 {
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  #loading .copy {
    width: 90%;
    left: 5%;
    margin-top: -5%;
  }
}
#loading.open .copy {
  -webkit-animation: catch_op 1.5s ease-in 0.6s forwards;
  -moz-animation: catch_op 1.5s ease-in 0.6s forwards;
  -o-animation: catch_op 1.5s ease-in 0.6s forwards;
  animation: catch_op 1.5s ease-in 0.6s forwards;
}