@charset "UTF-8";
.visualBgWrap {
  position: relative;
  z-index: 0;
  background-color: #000; }
  .visualBgWrap .visualBg {
    position: absolute;
    display: block;
    width: 100%;
    height: 100vh;
    content: '';
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    width: calc(100vw - 234px);
    min-width: 1033px;
    margin-left: 234px;
    background: url(../images/common/bg_kv01.jpg) no-repeat center center;
    -webkit-background-size: cover;
            background-size: cover; }
    .is-touch .visualBgWrap .visualBg {
      position: absolute;
      width: 100%;
      min-width: 100%;
      min-height: 52vw;
      margin-left: 0;
      background-position: center top;
      -webkit-background-size: 100% auto;
              background-size: 100% auto; }

@-webkit-keyframes arrowflash1 {
  0% {
    margin-bottom: 0;
    opacity: 0; }
  15% {
    margin-bottom: 0;
    opacity: 1; }
  60% {
    margin-bottom: 0;
    opacity: 1; }
  100% {
    margin-bottom: -15px;
    opacity: 0; } }

@keyframes arrowflash1 {
  0% {
    margin-bottom: 0;
    opacity: 0; }
  15% {
    margin-bottom: 0;
    opacity: 1; }
  60% {
    margin-bottom: 0;
    opacity: 1; }
  100% {
    margin-bottom: -15px;
    opacity: 0; } }

.kvSect {
  line-height: 1.2;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff; }
  .kvSect .sectInner {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center; }
    .is-touch .kvSect .sectInner {
      height: 52vw; }
    .kvSect .sectInner:after {
      -webkit-animation: arrowflash1 infinite 3s ease both;
              animation: arrowflash1 infinite 3s ease both;
      position: absolute;
      display: block;
      width: 5px;
      height: 22px;
      content: '';
      background-repeat: no-repeat;
      background-position: 0 0;
      -webkit-background-size: 100% auto;
              background-size: 100% auto;
      left: 50%;
      bottom: 0;
      -webkit-transition: right .2s ease;
      transition: right .2s ease;
      -webkit-transform: translateY(-100%) skewY(-40deg);
              transform: translateY(-100%) skewY(-40deg);
      border: solid #fff;
      border-width: 0 0 2px 1px; }
  .kvSect .sectTit img {
    width: 200px; }
  .kvSect .sectMain {
    margin-top: 50px; }
    .kvSect .sectMain .openTxt {
      font-weight: bold;
      letter-spacing: .1em;
      font-size: 29px;
      font-size: 2.9rem; }
      .kvSect .sectMain .openTxt small {
        display: block;
        padding-bottom: 5px;
        letter-spacing: .05em;
        font-size: 17px;
        font-size: 1.7rem; }

.bgWrap {
  position: relative;
  z-index: 1;
  background-color: #f6f6f7; }

/* 共通見出し
****************************/
.titComMod {
  font-weight: bold;
  padding-top: 30px;
  text-align: center;
  color: #221e1f;
  font-size: 36px;
  font-size: 3.6rem; }

.titComMod.white01 {
  color: #fff; }

/*　共通ボタン（各セクション下のボタン）
****************************/
.comBtn {
  font-weight: 400;
  width: 430px;
  margin-right: auto;
  margin-left: auto; }
  .comBtn a {
    display: block;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    font-size: 16px;
    font-size: 1.6rem; }
    .comBtn a:after {
      width: 2em;
      height: .3em;
      margin-right: 25px; }

.comBtn.typeS {
  width: 390px; }

.comBtn.white01 a {
  color: #fff;
  border: 1px solid #fff; }
  .comBtn.white01 a::after {
    border-color: #fff; }

.comBtn.gray01 a {
  color: #fff;
  background-color: #6f6f6f; }
  .comBtn.gray01 a::after {
    border-color: #fff; }

/* cinemaSect, aceSect
****************************/
.introComMod {
  padding: 120px 0 150px; }
  .introComMod .sectMain {
    display: -webkit-box;
    display: flex;
    margin-top: 80px;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    .introComMod .sectMain .titBlock,
    .introComMod .sectMain .txtBlock {
      width: 390px; }
      .introComMod .sectMain .titBlock .tit,
      .introComMod .sectMain .txtBlock .tit {
        line-height: 1.7;
        margin-top: 30px;
        font-size: 20px;
        font-size: 2rem; }
      .introComMod .sectMain .titBlock .txt,
      .introComMod .sectMain .txtBlock .txt {
        line-height: 1.9;
        margin-top: 35px;
        font-size: 13px;
        font-size: 1.3rem; }
    .introComMod .sectMain .slideBlock {
      overflow: hidden;
      width: 508px; }
      .introComMod .sectMain .slideBlock .slideList {
        width: 5000%; }
        .introComMod .sectMain .slideBlock .slideList.slick-slider {
          width: auto; }
        .introComMod .sectMain .slideBlock .slideList > li {
          float: left;
          min-width: 508px;
          text-align: center; }
  .introComMod .moreBtn {
    margin-top: 80px; }

/*
****************************/
.conceptSect {
  position: relative;
  z-index: 1;
  padding: 140px 0; }
  .is-touch .conceptSect {
    background: url(../images/common/bg_kv02.jpg) no-repeat center center;
    -webkit-background-size: cover;
            background-size: cover; }
  .conceptSect .sectMain {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 936px;
    margin: 0 auto;
    padding: 80px 0;
    background: rgba(255, 255, 255, 0.9); }
    .conceptSect .sectMain .conceptBlock {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
              align-items: center; }
      .conceptSect .sectMain .conceptBlock .sectTit {
        padding: 0 90px;
        text-align: center;
        -webkit-box-flex: 1;
                flex: 1; }
      .conceptSect .sectMain .conceptBlock .txtBox {
        width: 410px;
        padding-right: 90px; }
        .conceptSect .sectMain .conceptBlock .txtBox .txt {
          line-height: 2.3;
          font-size: 13px;
          font-size: 1.3rem; }

/*
****************************/
.shopSect {
  padding: 145px 0 180px;
  background-color: #f6f6f7; }
  .shopSect .inner .sectMain {
    margin-top: 65px; }
    .shopSect .inner .sectMain .leadBlock .tit {
      line-height: 1.8;
      text-align: center;
      color: #221e1f;
      font-size: 23px;
      font-size: 2.3rem; }
    .shopSect .inner .sectMain .leadBlock .txt {
      margin-top: 20px;
      text-align: center; }
    .shopSect .inner .sectMain .shopWrap {
      margin-top: 125px; }
      .shopSect .inner .sectMain .shopWrap .shopComBlock + .shopComBlock {
        margin-top: 130px; }
      .shopSect .inner .sectMain .shopWrap .shopComBlock .blocktit {
        font-weight: 500;
        padding-top: 10px;
        border-top: 1px solid #a1a1a1;
        font-size: 18px;
        font-size: 1.8rem; }
      .shopSect .inner .sectMain .shopWrap .shopComBlock .blockMain {
        margin-top: 70px; }
        .shopSect .inner .sectMain .shopWrap .shopComBlock .blockMain .itemList {
          display: -webkit-box;
          display: flex;
          -webkit-box-pack: justify;
                  justify-content: space-between;
          flex-wrap: wrap; }
          .shopSect .inner .sectMain .shopWrap .shopComBlock .blockMain .itemList::after {
            display: block;
            width: 290px;
            height: 0;
            content: ''; }
          .shopSect .inner .sectMain .shopWrap .shopComBlock .blockMain .itemList li {
            display: -webkit-box;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                    flex-direction: column;
            width: 290px; }
            .shopSect .inner .sectMain .shopWrap .shopComBlock .blockMain .itemList li:nth-child(n+4) {
              margin-top: 90px; }
            .shopSect .inner .sectMain .shopWrap .shopComBlock .blockMain .itemList li .tit {
              font-weight: bold;
              margin-top: 30px;
              color: #221e1f; }
            .shopSect .inner .sectMain .shopWrap .shopComBlock .blockMain .itemList li .txt {
              line-height: 1.9;
              margin-top: 20px;
              font-size: 12px;
              font-size: 1.2rem; }
            .shopSect .inner .sectMain .shopWrap .shopComBlock .blockMain .itemList li .moreBtn {
              font-weight: 400;
              margin-top: auto;
              padding-top: 30px; }
              .shopSect .inner .sectMain .shopWrap .shopComBlock .blockMain .itemList li .moreBtn a {
                color: #fff;
                background-color: #6f6f6f;
                font-size: 13px;
                font-size: 1.3rem; }
                .shopSect .inner .sectMain .shopWrap .shopComBlock .blockMain .itemList li .moreBtn a.is-coming {
                  opacity: 0.5;
                  pointer-events: none; }
                  .shopSect .inner .sectMain .shopWrap .shopComBlock .blockMain .itemList li .moreBtn a.is-coming:after {
                    display: none; }
                .shopSect .inner .sectMain .shopWrap .shopComBlock .blockMain .itemList li .moreBtn a:after {
                  border-color: #fff; }

/*
****************************/
.cinemaSect {
  background-color: #5f0005; }
  .cinemaSect .inner .sectMain {
    -webkit-box-pack: center;
            justify-content: center; }
    .cinemaSect .inner .sectMain .titBlock,
    .cinemaSect .inner .sectMain .txtBlock {
      color: #fff; }
    .cinemaSect .inner .sectMain .titBlock .tit {
      margin-top: 40px; }
    .cinemaSect .inner .sectMain .txtBlock {
      padding-left: 30px; }
      .cinemaSect .inner .sectMain .txtBlock .txt {
        margin-top: 0; }

/*
****************************/
.popupSect {
  padding: 120px 0 150px;
  background-color: #e8dfd8; }
  .popupSect .sectTit {
    color: #000; }
  .popupSect .sectMain {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    margin: 65px auto 0;
    -webkit-box-pack: center;
            justify-content: center; }
    .popupSect .sectMain .txtBlock .blockTit {
      line-height: 1.5;
      color: #000;
      font-size: 24px;
      font-size: 2.4rem; }
    .popupSect .sectMain .txtBlock .txt {
      line-height: 1.9;
      margin-top: 30px;
      font-size: 13px;
      font-size: 1.3rem; }
    .popupSect .sectMain .slideBlock {
      width: 391px;
      margin-right: 50px; }
    .popupSect .sectMain .moreBtn {
      margin-top: 75px; }

/*
****************************/
.aceSect {
  background-color: #fff; }
  .aceSect .sectMain {
    margin: 80px 110px 0; }
    .aceSect .sectMain .txtBlock {
      margin-top: -10px; }
      .aceSect .sectMain .txtBlock .name img {
        width: auto;
        height: 63px; }
    .aceSect .sectMain .slideBlock {
      width: 300px; }

/*
****************************/
.accessSect {
  padding: 140px 0 150px;
  background-color: #f6f6f7; }
  .accessSect .sectMain {
    margin-top: 45px; }
    .accessSect .sectMain .lead {
      text-align: center;
      font-size: 14px;
      font-size: 1.4rem; }
    .accessSect .sectMain .map {
      width: 880px;
      margin: 50px auto 0; }

/*
****************************/
