@charset "UTF-8";
/*
---------------------------------------------------------
WEB FONT
---------------------------------------------------------
*/
/* font-awesome */
@import url('font-awesome.min.css');
/* roboto */
/*@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,400');*/
.wf,
.roboto {
  font-family: 'Roboto', sans-serif;
}
/*
---------------------------------------------------------
common style
---------------------------------------------------------
*/
html,
body {
}

@media only screen and (max-width: 40em) {
html,
 body {
}
}
body {
  position: relative;
  background-image: url(../images/body-bg.png);
  /*  background-size: contain;*/
  background-size: 100%;
  background-position: center top;
  background-repeat: repeat-y;
  background-attachment: scroll;
}
a {
  line-height: inherit;
  color: #ffffff;
  text-decoration: underline;
  cursor: pointer;
}
a:hover,
a:focus {
  color: #666666;
  text-decoration: none;
}
.pc a {
  opacity: 1;
  transition: all 0.3s ease;
}
.pc a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 40em) {
.main {
  padding: 70px 0 0 0;
}
.page-home .main {
  padding: 0px 0 0 0;
}
}
/* fancybox
------------------------------------------------*/

.fancybox-slide > * {
  margin: 0px 0 !important;
}
/* button
------------------------------------------------*/
.button,
a.button {
  border: solid 1px #fff;
  text-decoration: none;
  background-color: #000;
  color: #fff !important;
}
.button.box,
a.button.box {
  width: 280px;
}
.button:hover,
.button:focus,
a.button:hover,
a.button:focus {
  background-color: #000;
  color: #fff;
  text-decoration: none !important;
}
.button.secondary,
a.button.secondary {
  border: solid 1px #000;
  /*  background-color: #fff;*/
  background-color: transparent;
  color: #000 !important;
  ;
}
.button.secondary:hover,
.button.secondary:focus,
a.button.secondary:hover,
a.button.secondary:focus {
  background-color: #fff;
  color: #000;
  text-decoration: none !important;
}
a.disable,
a.disable:hover {
  opacity: 1;
  color: #666666;
  cursor: default;
}

#drawer a.disable,
#drawer a.disable:hover,
#footer a.disable,
#footer a.disable:hover {
  opacity: 1;
  color: #ccc;
  cursor: default;
}

.sp a {
  word-break: break-all;
}
/* social 
------------------------------------------------*/
.social {
  padding: 1rem 0 6rem 0;
  text-align: center;
}
.social iframe {
  vertical-align: middle;
}
/* coming soon
------------------------------------------------*/
.coming-soon {
  text-align: center;
  font-size: 3rem;
  font-weight: 100;
}
/* 
---------------------------------------------------------
header
--------------------------------------------------------- 
*/

.header {
  /*  min-height: 155px;*/
  width: 100%;
  position: fixed;
  padding: 20px;
  background-color: rgba(0,0,0,0.8);
  z-index: 9000;
}
.page-album .header {
  background-color: rgba(0,0,0,0);
  transition: all 0.3s ease;
}
.page-album .header.bgcolor {
  background-color: rgba(0,0,0,0.8);
  transition: all 0.3s ease;
}

@media only screen and (max-width:40em) {
.header {
  padding: 0px 0px 0px 0px;
}
}
.header::before {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  content: "";
  width: 155px;
  height: 155px;
  background-image: url(../images/drawer-bg.svg);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
.page-album .header::before {
  background-image: url(../images/drawer-bg-r.svg);
}

@media only screen and (max-width: 40em) {
.header::before {
  width: 85px;
  height: 85px;
}
}
.site-title {
  display: inline-block;
  padding: 0 0 0 60px;
}

@media only screen and (max-width: 40em) {
.site-title {
  display: inline-block;
  padding: 12px 0 0 15px;
}
.site-title img {
  height: 35px;
}
}
/*  */
.drawer-btn {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  vertical-align: top;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  top: 14px;
  left: 12px;
  width: 24px;
  height: 24px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  border-radius: 2px;
}
.drawer-close .menu-trigger span {
  background-color: #000;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 1px;
}
.menu-trigger.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
/* gnav */
.gnav {
  display: block;
  padding: 90px 0 20px 0;
  text-align: center;
}
.gnav ul,
.gnav li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.gnav a {
  display: inline-block;
  padding: 1rem 1rem;
  text-decoration: none;
  font-weight: bold;
}
/* gnav sub */
.gnav-sub {
  text-align: right;
  padding: 10px 10px 10px 0;
}
.gnav-sub ul,
.gnav-sub li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.gnav-sub li {
  padding: 0 0 0 15px;
}
.gnav-sub .nav-sns {
  vertical-align: middle;
}
/* 
---------------------------------------------------------
footer
--------------------------------------------------------- 
*/
#footer {
  background-color: #fff;
  padding: 50px 0 100px 0;
  margin: 6rem 0 0 0;
}
#footer a {
  color: #000;
  text-decoration: none;
}
/* 
---------------------------------------------------------
drawer
--------------------------------------------------------- 
*/
#drawer {
  background-color: #fff;
  padding: 50px 0 100px 0;
  transform: translateY(-100px) scale(0.5, 0.5);
  transition: all .33s;
  min-width: 1100px;
}

@media only screen and (max-width: 40em) {
#drawer {
  width: calc(100% - 0rem);
  height: calc(100% - 0rem);
  min-width: inherit;
}
}
#drawer a {
  color: #000;
  text-decoration: none;
}
.fancybox-slide--current #drawer {
  transform: translateY(0) scale(1, 1);
}
.drawer-close {
  width: 50px;
  height: 50px;
  margin: 0 0 0 auto;
  position: absolute;
  left: 0px;
  top: 0px;
}
/* 
---------------------------------------------------------
footer drawer common nav
--------------------------------------------------------- 
*/
.common-nav-top a:hover,
.common-nav-top a:active {
  text-decoration: underline;
}
.common-nav-top ul,
.common-nav-top li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.common-nav-top ul li {
  margin: 0 0 1rem 0;
}

@media only screen and (max-width: 40em) {
.common-nav-top ul li {
  margin: 0.8rem 0 0.8rem 0;text-align: center;
}
}
@media only screen and (max-width: 40em) {
  .common-nav-top ul li a{
    display: block;
    text-align: center;
}
  
}
.common-nav-top ul li ul li {
  list-style: disc;
  color: #000;
  margin: 0 0 0.2rem 1.5rem;
}

@media only screen and (max-width: 40em) {
.common-nav-top ul li ul li {
  margin: 0;
  list-style: none;
}
}
.common-logo {
  text-align: center;
  padding: 0 0 1rem 0;
}

@media only screen and (max-width: 40em) {
.common-logo img {
  height: 180px;
}
.common-logo a:focus {
  outline: none;
}
}

@media only screen and (max-width: 40em) {
.common-nav-top {
  /*  font-size: 12px;*/
  font-size: 0.9rem;
}
}
.nav-sns {
  text-align: center;
  display: block;
  padding: 2rem 0 1rem 0;
  margin: 0;
}
.nav-sns li {
  display: inline-block;
  padding: 0 1rem;
}
.nav-official {
  text-align: center;
  margin: 0;
}
/*  */
.nav-ticket {
}
.nav-ticket .button {
  margin: 0;
  background-color: #cf010d;
  color: #fff;
  font-weight: bold;
  border: solid 1px #000;
}
.nav-ticket .button:hover{
  background-color: #820108;
}
/*copyright
------------------------------------------------*/
.copyright {
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  color: #666666;
  padding-top: 20px;
}
.copyright a {
  color: #000;
  text-decoration: none;
}
.copyright a:hover,
.copyright a:active {
  text-decoration: underline;
}
.copyright a::after {
  content: "｜";
}

@media only screen and (max-width:40em) {
.copyright a:nth-child(2)::after {
  content: "";
}
}
.copyright small {
}

@media only screen and (max-width:40em) {
.copyright small {
  display: block;
  text-align: center;
  padding: 1rem;
}
}
/*page top
------------------------------------------------*/
.global-pagetop {
  position: fixed;
  right: 10px;
  bottom: -150px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  transition: bottom 0.3s ease;
  text-shadow: 1px 1px 3px #999;
}

@media only screen and (max-width: 40em) {
.global-pagetop {
  right: 0px;
}
}
.global-pagetop a {
  display: block;
  /*  line-height: 1;*/
/*  background-color: #000;*/
  color: #fff;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}
.pc .global-pagetop a:hover {
  text-decoration: none;
  opacity: 0.5;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.pagetop-active .global-pagetop {
  bottom: 20px;
  transition: bottom 0.3s ease;
}

@media only screen and (max-width: 40em) {
.pagetop-active .global-pagetop {
  bottom: 10px;
  transition: bottom 0.3s ease;
}
}
/* article
------------------------------------------------*/

.article-title {
}

@media only screen and (max-width: 40em) {
.article-title {
}
}
/* section
------------------------------------------------*/

.section-title {
  text-align: center;
  padding: 1rem;
  margin: 0 0 2rem 0;
  line-height: 1.5;
  color: #dcb854;
}

@media only screen and (max-width:40em) {
.section-title {
  margin: 0 0 1rem 0;
}
}
.section-title h1 {
  margin: 0;
  padding: 0;
}
.section-title span {
  font-size: 0.8rem;
  color: #fff;
  display: inline-block;
  min-width: 7rem;
  padding: 0.5rem;
  border-top: solid 1px #dcb854;
}
.section-title {
}
.section-nav {
  text-align: center;
  margin: 2rem 0 3rem 0;
}

@media only screen and (max-width:40em) {
.section-nav {
  text-align: center;
  margin: 1rem 0 1.5rem 0;
}
}
/* entry title
------------------------------------------------*/

.entry-title {
  font-size: 1.2rem;
  font-weight: bold;
}

@media only screen and (max-width: 40em) {
.entry-title {
}
}
/* sub title
------------------------------------------------*/

.sub-title {
  padding: 0 0 2rem 0;
  margin-bottom: 0.3rem;
  font-size: 1.5rem;
  text-align: center;
}

@media only screen and (max-width: 40em) {
.sub-title {
  padding: 0 0 0.5rem 0;
}
}
/* label
------------------------------------------------*/
.label {
  font-weight: bold;
  min-width: 80px;
  text-align: center;
  font-size: 12px;
}
#footer .label{
  line-height: 1.1;
  padding: 2px 2px;
  display: inline-block;
}
.label.rounded {
  /*水平方向(左上・右上・右下・左下) / 垂直方向(左上・右上・右下・左下) */
  border-radius: 1rem 1rem 1rem 1rem / 1rem 1rem 1rem 1rem;
}
.label.warning {
  background: #ffae00;
  color: #fff
}
.label.alert {
  background: #cc4b37;
  color: #fff
}
/* pagination
------------------------------------------------*/

.pagination {
  padding: 2rem 0 5rem 0;
}
.pagination a {
  border: solid 1px #dcdcdc;
  background-color: #fff;
  text-decoration: none;
}
.pagination .current {
  border: none;
  background-color: #333333;
}
/*
---------------------------------------------------------
視聴プレーヤ
---------------------------------------------------------
*/

.player {
  margin: 0;
  padding: 0;
  width: 75px;
  height: 18px;
  /*  overflow: hidden;*/
  position: relative;
  /*	float: right;*/
  /*	right: 0;*/
  /*	margin-left: 8px;*/
  z-index: 100;
  display: inline-block;
}
.player .switch {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 70px;
  height: 18px;
  padding: 0;
  margin: 0;
  border: 0px solid #000000;
  text-align: center !important;
  background: #000000;
}
/* 
---------------------------------------------------------
home
--------------------------------------------------------- 
*/
.page-home .section {
  padding: 5rem 0;
}

@media only screen and (max-width:40em) {
.page-home .section {
  padding: 2rem 0;
}
}
/* 
---------------------------------------------------------
NEWS
--------------------------------------------------------- 
*/
.entry-news {
  background-color: #fff;
  position: relative;
}
.entry-news > a {
  display: block;
  color: #000;
  text-decoration: none;
}
.entry-image {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  width: 100%;
  background-color: #000;
}
.entry-image:before {
  content: "";
  display: block;
  padding-top: 65%;
}
.entry-text {
  position: relative;
  padding: 1.6rem 0.8rem 0.8rem 0.8rem;
  font-size: 0.9rem;
}

@media only screen and (max-width:40em) {
.entry-text {
  padding: 0.8rem 0.8rem 0.8rem 0.8rem;
  font-size: 0.8rem;
}
}
.entry-text .label.category {
  position: absolute;
  top: -0.5rem;
  background-color: #cf000e;
  display: inline-block;
  color: #fff;
}
.entry-date {
  font-size: 0.8rem;
  text-align: right;
  padding: 0.5rem 0 0 0;
  color: #666;
}
.entry-status {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 7000;
}
.tag-body {
  padding: 3rem 0 8rem 0;
}
.tag-body .button {
  margin: 3px;
}

@media only screen and (max-width: 40em) {
.tag-body {
  padding: 1.5rem 0 4rem 0;
}
}
.tag-body {
  display: none;
}
div.pc .tag-body {
  display: block;
}

@media only screen and (max-width: 40em) {
div.sp .tag-body {
  display: block;
}
div.pc .tag-body a {
  display: none;
}
}
/* news listbox */
.news-listbox .entry-news {
  position: relative;
  padding: 0 2rem 0 2rem;
  margin: 0 0 0.4rem 0;
  
}
.news-listbox .entry-news a::after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 20px;
  height: 20px;
  background-image: url(../images/news-arw.svg);
  background-repeat: no-repeat;
  background-position: center center;
  margin: -10px 0 0 0;
}
.news-listbox .entry-text {
  padding: 0.8rem 0.8rem 0.8rem 0.8rem;
  display: inline-block;
}

@media only screen and (max-width:40em) {
.news-listbox .entry-text {
  padding: 0.8rem 0.8rem 0.8rem 0.8rem;
  font-size: 0.8rem;
}
}
.news-listbox .entry-date {
  display: inline-block;
}
/* news detail
------------------------------------------------*/
.news-detail {
  max-width: 800px;
  margin: auto;
}
.news-detail .page-header {
  padding-bottom: 5rem;
}

@media only screen and (max-width: 40em) {
.news-detail .page-header {
  padding-bottom: 3rem;
}
}
.news-detail .thumbnail_image {
  padding: 0 0 4rem 0;
  text-align: center;
}

@media only screen and (max-width: 40em) {
.news-detail .thumbnail_image {
  padding: 0 0 1rem 0;
  text-align: center;
}
}
.news-detail .entry-title {
  font-size: 1.2rem;
}

@media only screen and (max-width: 40em) {
}
.news-detail .entry .date {
  font-size: 0.8rem;
  text-align: left;
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.nav-bottom {
  padding: 3rem 0 3rem 0;
}
.news-detail .date {
  text-align: right;
}
/* 
---------------------------------------------------------
TOUR list
--------------------------------------------------------- 
*/

/* page-home page-schedule共通
------------------------------------------------*/

.entry-tour {
}
.page-home .entry-tour .item {
  width: 310px;
  padding: 2rem 0.8rem 0.8rem 0.8rem;
}
.entry-tour .item:focus {
  outline: 0;
}
.entry-tour .item.today {
  background-image: url(../images/tour-today.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}
.tour-year {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
}
.tour-year .tour-status {
  background-color: #cf000e;
  display: inline-block;
  padding: 0.3rem;
  min-width: inherit;
  width: auto;
  vertical-align: middle;
  margin: 0 0.5rem;
}
.tour-date {
  font-size: 5rem;
  text-align: center;
  font-weight: 200;
  line-height: 1;
}
.tour-day {
  font-size: 1.1rem;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  padding: 0 0 0.4rem 0;
}
.tour-place {
  text-align: center;
  padding: 0 0 0.4rem 0;
}
.tour-open-start {
  text-align: center;
  padding: 0 0 0.4rem 0;
}
.tour-open {
  display: inline-block;
}
.tour-start {
  display: inline-block;
}
/* label */
.label-soldout,
.label-addstage,
.label-addfree {
  margin: 1px 0 2px 0;
}
.label-soldout {
  background-color: #333333;
}
.label-addstage {
  background-color: #b59438;
}
.label-addfree {
  background-color: #cf000e;
}
/* page-schedule
------------------------------------------------*/
.page-schedule .section {
  padding: 5rem 0;
}
.page-schedule .entry-tour .item {
  padding: 0 0 6rem 0;
}
.page-schedule .list-logo {
  text-align: center;
}
/* page-schedule-detail
------------------------------------------------*/
.page-schedule-detail {
}
/* lnav */
.lnav {
  text-align: center;
  padding: 1rem 0 3rem 0;
}
.lnav ul,
.lnav li {
  list-style: none;
  display: inline-block;
}

@media only screen and (max-width: 40em) {
.lnav {
  font-size: 0.8rem;
  padding: 0rem 0 1rem 0;
}
}
.lnav a {
  text-decoration: none;
  display: inline-block;
  padding: 0.3rem 1rem 0.6rem 1rem;
  position: relative;
}

@media only screen and (max-width: 40em) {
.lnav a {
  padding: 0.3rem 0.3rem;
  margin: 0 0 0.6rem 0;
}
}
/* open-schedule */
/*
table.opening-time {
  width: auto;
  margin: auto;
  border-collapse: collapse;
}
table.opening-time th,
table.opening-time td {
  padding: 0.4rem 0.8rem;
  border: solid 1px #fff;
}
*/

/* open-schedule */
.opening-time {
  border: solid 1px #fff;
  width: auto;
  margin: auto;
  border-collapse: collapse;
}

@media only screen and (max-width: 40em) {
.opening-time {
  border: solid 0px #fff;
  width: 100%;
}
}
.opening-time tbody,
.opening-time tr,
.opening-time th,
.opening-time td {
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.opening-time th,
.opening-time td {
  padding: 0.4rem 0.8rem;
  border: solid 1px #fff;
}
.opening-time tr {
}

@media only screen and (max-width: 40em) {
.opening-time tr {
  display: block;
  padding: 0;
  margin: 0 0 1rem 0;
}
}
.opening-time th {
  background-color: #000;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 40em) {
.opening-time th {
  display: none;
}
}
.opening-time td {
  border: solid 1px #fff;
  background-color: #000;
  color: #fff;
}

@media only screen and (max-width: 40em) {
.opening-time td {
  display: block;
  margin: 0 0 -1px 0;
  text-align: left;
}
}

@media only screen and (max-width: 40em) {
.opening-time td::before {
  margin: 0 10px 0 0;
  content: attr(data-label);
  font-weight: bold;
}
}
/* map */
#map_canvas {
  height: 500px;
  width: 100%;
}
.sp #map_canvas {
  height: 300px;
}
.gmap {
  padding: 0.4rem 0;
  font-size: 0.9rem;
}
/* 
---------------------------------------------------------
TICKEt
--------------------------------------------------------- 
*/
.page-ticket {
}
.page-ticket .section {
  padding: 5rem 0;
}

@media only screen and (max-width: 40em) {
.page-ticket .section {
  padding: 1rem 0;
}
}
/* ticket-list */
.ticket-list {
  border: solid 1px #000;
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 40em) {
.ticket-list {
  border: solid 0px #000;
  width: 100%;
}
}
.ticket-list tbody,
.ticket-list tr,
.ticket-list th,
.ticket-list td {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.ticket-list th,
.ticket-list td {
  padding: 0.5rem;
}
.ticket-list tr {
}

@media only screen and (max-width: 40em) {
.ticket-list tr {
  display: block;
  padding: 0;
  margin: 0 0 1rem 0;
}
}
.ticket-list th {
  border: solid 1px #000;
  background-color: #333333;
  color: #fff;
  text-align: left;
}

@media only screen and (max-width: 40em) {
.ticket-list th {
  display: none;
}
}
.ticket-list td {
  border: solid 1px #000;
  background-color: #fff;
  color: #000;
}

@media only screen and (max-width: 40em) {
.ticket-list td {
  display: block;
  margin: 0 0 -1px 0;
}
}

@media only screen and (max-width: 40em) {
.ticket-list td:first-child {
  background-color: #333;
  color: #fff;
  font-weight: bold;
}
}

@media only screen and (max-width: 40em) {
.ticket-list td:first-child::before {
  display: none;
}
}

@media only screen and (max-width: 40em) {
.ticket-list td::before {
  margin: 0 10px 0 0;
  content: attr(data-label);
  font-weight: bold;
}
}
.bottom_text {
  padding: 0.8rem 0;
  font-size: 0.8rem;
}

/* 
---------------------------------------------------------
movie 
--------------------------------------------------------- 
*/
@media only screen and (max-width: 40em) {
}
/* slide movie
------------------------------------------------*/
#slider-movie {
  max-width: 800px;
  margin: 0 auto;
}
#slider-movie .item img {
  width: 100%;
}
#slider-movie {
}
#slider-movie .item a {
  display: block;
  position: relative;
}
#slider-movie .item a::after {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../images/movie-btn-play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (max-width: 40em) {
#slider-movie .item a::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../images/movie-btn-play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
}

/* movie detail */

#movie .item a {
  display: block;
  position: relative;
}
#movie .item a::after {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../images/movie-btn-play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (max-width: 40em) {
#movie .item a::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../images/movie-btn-play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
}
#movie .item a img{
  width: 100%;
}
/* 
---------------------------------------------------------
Album 特設
--------------------------------------------------------- 
*/
.page-album,
.page-album body {
  background-color: #cf010d;
  background-image: none;
}
.page-album .gnav {
  display: none;
}
.album-welcome-hero {
  position: relative;
}
.album-welcome-hero a {
  display: block;
}
.album-welcome-hero a:hover {
  opacity: 1;
}
.album-welcome-hero .hero-image {
  background-image: url(../images/album-main.png);
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  width: 100%;
  background-color: #000;
}

@media only screen and (max-width: 40em) {
.album-welcome-hero .hero-image {
  height: 85vh;
}
}
.album-welcome-hero .hero-image:before {
  content: "";
  display: block;
  padding-top: 65%;
}

@media only screen and (max-width: 40em) {
.album-welcome-hero .hero-image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
}
.album-welcome-hero .hero-logo {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
}
.album-welcome-hero .hero-logo img {
  width: 500px;
}

@media only screen and (max-width: 40em) {
.album-welcome-hero .hero-logo img {
  width: 80%;
}
}
/* section */
.page-album .section {
  padding: 5rem 0;
}

@media only screen and (max-width: 40em) {
.page-album .section {
  padding: 2rem 0;
}
}
.page-album .section-title {
  font-weight: 600;
  text-align: left;
  color: #fff;
  font-size: 1.3rem;
  margin: 0;
  padding: 2.5rem 0 1rem 0;
}
.page-album .album-bg {
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-album #news .album-bg {
  background-image: url(../images/album-section-bg1.svg);
}
.page-album #concept .album-bg {
  background-image: url(../images/album-section-bg2.svg);
}
.page-album #product .album-bg {
  background-image: url(../images/album-section-bg3.svg);
}
/* concept */
.concept-body {
  padding: 1rem;
  background-color: rgba(255,255,255,0.9);
  color: #000;
}
.concept-title {
  font-size: 2rem;
  text-align: center;
  padding: 0.5rem 0;
  color: #cf010d;
  font-weight: bold;
}

@media only screen and (max-width:40em) {
.concept-title {
  font-size: 1.3rem;
}
}
/* product */
.product-body {
  padding: 5rem 1rem 1rem 1rem;
  background-color: rgba(255,255,255,0.9);
  color: #000;
}
.product-body a {
  color: #000;
}
.product-body .group {
  padding: 5rem 0 0 0;
  position: relative;
}
.product-body .disc {
  max-width: 640px;
  margin: auto;
}
.product-body .product {
  max-width: 760px;
  margin: auto;
}
.product-body .product-image {
  text-align: center;
  padding: 0 0 1rem 0;
}
.product-body .product-image img {
/*  height: 310px;*/
/*  width: auto;*/
}
#product1026337 img {
}
#product1026339 img {
}
#product1026340 img {
}
#product1026341 img {
  max-width: 220px;
}

@media only screen and (max-width:40em) {
#product1026341 img {
  max-width: 120px;
}
}
.product-prd_cd {
  font-size: 0.8rem;
  display: inline-block;
}
.product-price {
  font-size: 0.8rem;
  display: inline-block;
}
.label.product-label {
  display: inline-block;
  background-color: #cf010d;
  padding: 0.3rem 0.5rem;
  color: #fff;
}
.label.product-label.normal {
  background-color: #f2f2f2;
  color: #000;
}
.product-biggest {
  font-size: 0.9rem;
  color: #cf000d;
}
/*  */
.disc-name {
  text-align: center;
  font-weight: bold;
  padding: 0 1rem 0 0;
}

@media only screen and (max-width:40em) {
.disc-name {
  font-size: 0.7rem;
  font-weight: normal;
}
}
.disc-icon {
}
.disc-icon img {
  max-width: 100%;
  height: auto;
}
.disc-category {
  background-color: #000;
  padding: 0.3rem 1rem;
  color: #fff;
  position: absolute;
  left: -1rem;
  display: inline-block;
  width: 270px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: -3.5rem;
}

@media only screen and (max-width:40em) {
.disc-category {
  font-size: 1rem;
}
}
.music {
  display: table;
  border-collapse: collapse;
  width: 100%;
}

@media only screen and (max-width:40em) {
.music {
  font-size: 0.8rem;
}
}
.music-body {
  padding: 0 0 5rem 0;
}
.music-body .music:nth-child(2n-1) {
  background-color: #fff;
}
.music-text,
.music-player {
  display: table-cell;
  vertical-align: top;
  padding: 0.3rem;
}
.music-text {
}
.music-player {
  padding-top: 0.5rem;
  text-align: right;
}
/* 
---------------------------------------------------------
Goods
--------------------------------------------------------- 
*/
.page-goods{}

.page-goods .goods.section{
  margin: 0 0 7rem 0;
}
.page-goods .goods-image img{
  width: 100%;
  height: auto;
}
.page-goods .goods-title{
  margin: 0 0 2rem 0;
}
/*
goods-item
------------------------------------------------*/

.goods-item {
}

.goods-item .section-body {
  padding: 1rem 1rem 2rem 1rem;
}
.goods-item .section-title {
  padding: 1rem 0 0.5rem 0;
}

/*

.goods-item .photo-main {
  padding-bottom: 5px;
}
.goods-item .photo-main img {
  width: 100%;
  height: auto;
}
.goods-item .item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}
.goods-item .item li {
  list-style-type: none;
  width: 50px;
  margin: 0 8px 10px 0;
  padding: 0;
  border: solid 0px #000;
  cursor: pointer;
  display: inline-block;
}
.goods-item .item_image img {
  width: 50px;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: bottom;
}
*/
.goods-item {
}
.goods-item .item-image {
}
.goods-item .item-image img {
  max-width: inherit;
  width: 100%;
}

@media only screen and (max-width: 40em) {
.goods-item .item-image img {
/*  width: 80%;*/
  margin: auto;
}
}
.goods-item .goods-detail-for {
  padding:2px;
  margin: 0 1px;
}
@media only screen and (max-width: 40em) {
.goods-item .goods-detail-for {
  padding: 1rem;
  margin: 0 1rem;
}
}
.goods-item .item-thumbnail {
  border: solid 2px #000000;
  opacity: 1;
}
.goods-item .slick-slide:focus {
  outline: 0;
}
.goods-item .item-thumbnail.slick-current {
  border: solid 2px #000000;
  opacity: 0.5;
}
.goods-item .item-thumbnail.slick-current img:focus {
  border: none;
  outline: none;
}


/* 
------------------------------------------------*/
@media only screen and (max-width: 40em) {
.mainimg {
}
}

/* Small screens
------------------------------------------------*/

@media only screen and (max-width: 40em) {
}
