@charset "UTF-8";

/* environment */
html, body {
  color: #333;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro W6", "ヒラギノ角ゴ ProN W6", "ＭＳ Ｐ明朝", "Osaka－等幅", "Osaka-Mono", "sans-serif";
  font-size: 15px;
  line-height: 15px;
  position: relative;
  max-width: 1920px;
  width: 100%;
  word-break: break-all;
}
img {
  width: 100%;
}
section {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

/* tool */
.cf {
  overflow: hidden;
  zoom: 1;
}
.opa:hover {
  opacity: 0.7;
}
.col1 {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}
#loader {
  display: none;
  margin-top: 70px;
  text-align: center;
}
#loader img {
  width: 64px;
}

/* header */
header {
  background-image: url("../img/bg-header.png");
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 288px;
  z-index: 15;
}
h1 {
  margin-left: 52px;
  max-width: 174px;
  padding: 40px 0 30px;
}
#sp-gnav-close {
  display: none;
}
#sp-gnav-btn {
  display: none;
}
#sp-gnav-list {
  display: none;
}
#gnav-list .gnav {
  color: #fff;
  margin-top: 10px;
  max-width: 278px;
}
#gnav-list .gnav:first-child {
  margin-top: 0;
}
#rakuten {
  margin-top: 20px;
}

/* main */
main {
  display: block;
  margin-left: 288px;
  width: calc(100% - 288px);
}
#contents {
  background-image: url(../img/bg-main.png);
  background-repeat: repeat;
  min-height: calc(100vh - 390px);
  min-width: 1000px;
  padding: 150px 30px;
  width: calc(100% - 348px);
}

/* aside */
aside {
  position: relative;
  z-index: 50;
}
#sns-list {
  position: absolute;
  right: 60px;
  top: 50px;
  max-width: 242px;
  width: 15%;
}
#sns-list .sns {
  float: left;
  margin-left: 17%;
  max-width: 54px;
  width: 22%;
}
#sns-list .sns:first-child {
  margin-left: 0;
}

/* footer */
footer {
  background-color: #b60005;
  bottom: 0;
  min-width: 1000px;
  padding: 20px 0;
  position: relative;
  width: 100%;
  z-index: 40;
}
#sp-totop {
  display: none;
}
#sp-logo {
  display: none;
}
#sp-sns-list {
  display: none;
}
#supporter-list {
  text-align: center;
}
#supporter-list .supporter {
  display: inline-block;
  margin-left: 80px;
}
#supporter-list .supporter:first-child {
  margin-left: 0;
}
#copyright {
  bottom: 20px;
  color: #fff;
  position: absolute;
  right: 20px;
  text-align: center;
}
#eplus {
  bottom: 20px;
  left: 20px;
  position: absolute;
  width: 118px;
}
#sp-rakuten {
  display: none;
}


/* index */
#hero_wrap {
  background-image: url("../img/bg-hero-text.png"),
                    url("../img/bg-hero.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: calc(100vh - 110px);
  position: relative;
  min-width: 1000px;
  width: 100%;
  z-index: 10;
}
#hero_icon {
  bottom: 0;
  height: 100%;
  position: absolute;
  right: 6.7%;
  width: auto;
  z-index: 20;
}
#hero_logo {
  bottom: 0;
  left: 9%;
  margin: auto;
  position: absolute;
  top: 0;
  width: 38%;
  z-index: 20;
}
#sp-menu-list {
  display: none;
}

/* store / event */
.list-title {
  float: left;
  padding-bottom: 70px;
}
.anchor-list {
  float: right;
  padding: 43px 0 70px;
}
.anchor-list .anchor {
  border-left: 1px solid #9b8081;
  float: left;
  padding: 0 10px;
}
.anchor-list .anchor:first-child {
  border-left: none;
}
.anchor-list .anchor a {
  color: #333;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
}

/* store */
.sec-store {
  margin-top: 70px;
}
.sec-store:first-child {
  margin-top: 0;
}
.sec-store div:first-child + .store-list {
  margin-top: 0;
}
.store-list .store {
  float: left;
  margin: 25px 0 0 2%;
  width: 15%;
}
.store-list .store:nth-child(-n + 6) {
  margin-top: 0;
}
.store-list .store:nth-child(6n + 1) {
  margin-left: 0;
}

/* event */
#dateList {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.dateList__item {
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  margin-left: 15px;
  margin-top: 10px;
  padding: 10px 0;
  text-align: center;
  width: 111px;
}
.dateList__item:nth-child(8n + 1) {
  margin-left: 0;
}
.dateList__item:hover {
  background-color: #971815;
  color: #fff;
}
.dateList__item--on {
  background-color: #971815;
  color: #fff;
}
#eventWrap {
  margin-top: 70px;
}

.event-store-list .event-store {
  margin-top: 40px;
}
.event-store-list .event-store:first-child {
  margin-top: 0;
}
.event-store-list .event-store .event-store-detail {
  background-color: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  float: left;
  font-size: 12px;
  line-height: 18px;
  padding: 15px;
  width: 150px;
}
.event-store-list .event-store .event-store-detail img {
  border-bottom: 2px solid #9b8081;
  padding-bottom: 10px;
}
.event-store-list .event-store .event-store-detail .event-store-name {
  margin-top: 10px;
}
.event-store-list .event-store .event-store-detail .event-store-name a {
  color: #333;
}
.event-store-list .event-store .event-store-detail .event-store-addr {
  margin: 20px 0;
}
.event-list {
  float: right;
  width: 830px;
}
.event-list .event {
  background-color: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  margin-top: 20px;
  padding: 15px;
  width: 100%;
}
.event-list .event:first-child {
  margin-top: 0;
}
.event-list .event-thumb-wrap {
  float: left;
  margin-right: 15px;
  width: 180px;
}
.event-list .event .event-thumb-wrap .event-thumbs {
  height: 120px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.event-list .event .event-thumb-wrap .event-thumbs .thumb {
  height: 100%;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: 10;
}
.event-list .event .event-thumb-wrap .event-thumbs .outer {
  opacity: 1;
  z-index: 30 !important;
}
.event-list .event .event-thumb-wrap .event-thumbs .next_outer {
  z-index: 20 !important;
}
.event-list .event .event-detail {
  float: left;
  font-size: 12px;
  line-height: 21px;
  width: 605px;
}
.event-list .event .event-detail a {
  color: #333;
}
.event-list .event .event-detail a:hover {
  opacity: 0.7;
}
.event-date {
  float: left;
  font-weight: bold;
  line-height: 21px;
  margin-right: 15px;
  width: 180px;
}
.event-title {
  float: left;
  font-weight: bold;
  line-height: 21px;
  padding-bottom: 10px;
  width: 605px;
}
.event-list .event .event-detail .event-artist {
  border-bottom: 1px solid #9b8081;
  border-top: 1px solid #9b8081;
  line-height: 20px;
  padding: 10px 0;
}
.event-list .event .event-detail .event-time {
  padding-top: 10px;
}
.event-list .event .event-detail .event-ticket-date {
  margin-top: 10px;
}
.event-list .event .event-detail .event-ticket-shop .ticket-href {
  padding-left: 5px;
}
.event-list .event .event-detail .event-ticket-shop .ticket-href:first-child {
  padding-left: 0;
}
.event-list .event .event-detail .event-note {
  margin-top: 10px;
}

/* history */
#history-explain-wrap {
  background-image: url("../img/bg-border-inner.jpg");
  background-size: cover;
  border: 40px solid rgba(204, 183, 177, 0.8);
  padding: 30px 80px;
  position: relative;
}
#history-explain-wrap h2 img {
  width: 582px;
}
#history-sub-title {
  font-size: 22px;
  line-height: 32px;
  margin-top: 30px;
  width: 582px;
}
#history-explain {
  line-height: 25px;
  margin-top: 40px;
  width: 428px;
}
#history-illustration {
  bottom: 0;
  position: absolute;
  right: -70px;
  width: 482px;
}
#history-nav-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}
#history-nav-list .history-nav {
  margin-left: 5px;
}
#history-nav-list .history-nav:first-child {
  margin-left: 0;
}
#history-nav-list .history-nav a {
  background-color: #a48c8c;
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 45px;
  text-decoration: none;
  text-align: center;
  width: 100px;
}
#history-detail-wrap {
  background-color: rgba(255, 255, 255, 0.6);
  border: 40px solid rgba(204, 183, 177, 0.8);
  padding: 30px 0;
}
.history-detail h3 {
  background: url(../img/history-title-bg.png);
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  line-height: 45px;
  padding-left: 30px;
  width: 166px;
}
.history-detail-content {
  padding: 30px 80px;
}
.history-detail-content .history-caption::before {
  content: "■";
}
.history-detail-content .history-store-list .history-store-row {
  border-top: 1px dashed #9b8081;
  padding: 20px 0;
}
.history-detail-content .history-store-list .history-store-row:first-child {
  border-top: none;
}
.history-detail-content .history-store-area::before {
  content: "【";
}
.history-detail-content .history-store-area::after {
  content: "】";
}
.history-detail-content .history-store {
  font-size: 12px;
  line-height: 22px;
  margin-top: 10px;
}
.history-detail-content .history-img {
  float: left;
  margin: 8px 0 0 8px;
  width: 120px;
}
.history-detail-content .history-img:nth-child(6n + 1) {
  margin-left: 0;
}

/* guidebook */
#sec-guidebook {
  background-image: url("../img/bg-border-inner.jpg");
  background-size: cover;
  border: 40px solid rgba(204, 183, 177, 0.8);
  padding: 30px;
}
#guidebook {
  float: left;
  width: 342px;
}
#guidebook-explain {
  float: left;
  margin-left: 50px;
  width: 468px;
}
#guidebook-explain h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
}
#guidebook-explain h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  margin-top: 10px;
}
#guidebook-artist {
  font-size: 12px;
  line-height: 22px;
  padding: 45px 0;
}
#guidebook-title {
  font-weight: bold;
  line-height: 22px;
}
#guidebook-detail-list {
  border-top: 1px dashed #6f5b5a;
  margin-top: 15px;
  padding-top: 20px;
}
#guidebook-detail-list .guidebook-detail {
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  margin-top: 15px;
}
#guidebook-detail-list .guidebook-detail:first-child {
  margin-top: 0;
}
#guidebook-detail-list .guidebook-detail .guidebook-detail-title {
  float: left;
}
#guidebook-detail-list .guidebook-detail .guidebook-detail-title::after {
  content: ":";
}
#guidebook-detail-list .guidebook-detail .guidebook-detail-content {
  float: left;
}

/* movie */
#movieList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.movieList__item {
  height: 270px;
  margin-top: 40px;
  width: 480px;
}
.movieList__item:nth-child(-n + 2) {
  margin-top: 0;
}
.movieList__item iframe {
  height: 100%;
  width: 100%;
}

/* contact */
#sec-contact h2 {
  width: 236px;
}

/* thanks */
#sec-thanks h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}
#thanks-explain {
  line-height: 21px;
  padding-top: 20px;
}