.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ============================================================================================
  TOP

  @date 2017-07-12
  @include _top

  memo: */
.m--content {
  width: 100%;
  height: 100%;
  background: url("/shared/img/top/bg_grid.png") center center repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  pointer-events: none;
  transition: all .4s;
}

.m--content.is--show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  pointer-events: auto;
}

.m--content__inner {
  position: relative;
  width: 100%;
  padding-top: 45px;
}

.m--headline {
  width: calc(100% - 444px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 45px 0;
  position: relative;
}

.m--headline h3 {
  font-size: 40px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  margin-left: 80px;
  -ms-flex-preferred-size: 295px;
      flex-basis: 295px;
}

.m--headline h3 span {
  display: block;
  font-size: 16px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .2em;
  line-height: 1.0em;
  padding-top: 15px;
}

.m--headline__lead {
  font-size: 16px;
  line-height: 1.875em;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -ms-flex-preferred-size: calc(100% - 375px);
      flex-basis: calc(100% - 375px);
}

.m--headline__lead span {
  display: block;
  margin-right: 135px;
}

.m--button {
  width: 290px;
  position: absolute;
  right: -254px;
  top: 50%;
  transform: translateY(-50%);
}

.m--button a {
  display: block;
  background-color: #FF3E3E;
  text-decoration: none;
  font-size: 20px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  line-height: 100px;
  text-align: center;
  letter-spacing: .2em;
}

.m--button span {
  display: inline-block;
  position: relative;
  padding-right: 35px;
}

.m--button span:after {
  content: '';
  display: block;
  background: url("/shared/img/common/icon_detail.svg") center center no-repeat;
  background-size: cover;
  width: 24px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all .2s;
}

.m--button:hover span:after {
  transform: translate(10px, -50%);
}

.m--content__btnSp,
.m--button__next {
  display: none;
}

.splash {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  background-color: #000000;
}

.splash__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.splash__block {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.splash__logo {
  margin-bottom: 53px;
}

.splash__copy {
  font-size: 20px;
  letter-spacing: .2em;
  line-height: 1.0em;
  white-space: nowrap;
  font-weight: normal;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.video {
  height: calc(100vh - 128px);
  min-width: 100%;
  position: fixed;
  left: 0;
  top: 128px;
  z-index: 0;
  overflow: hidden;
}

.video__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.container {
  height: calc(100vh - 128px);
  width: 100%;
  min-width: 1200px;
  position: relative;
  transform: translateY(128px);
  z-index: 0;
  overflow: hidden;
}

.cover {
  width: 100%;
  height: 100vh;
  background-color: #000;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  pointer-events: none;
  transition: all .2s;
}

.cover.is--show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.icon--scroll {
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 8;
  transform: translateX(-50%);
  transition: all .4s;
  pointer-events: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.icon--scroll.is--show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.icon--scroll span {
  display: block;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  position: relative;
  text-align: center;
}

.icon--scroll span:after {
  content: '';
  display: block;
  width: 16px;
  height: 24px;
  background: url("/shared/img/common/icon_down.svg") center center no-repeat;
  background-size: cover;
  margin: 0 auto;
  margin-top: 5px;
  animation: updown 1s ease-in-out alternate infinite;
}

.icon--map {
  position: absolute;
  right: 50px;
  bottom: 90px;
  z-index: 8;
  transition: all .4s;
  pointer-events: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.icon--map.is--show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.icon--map p {
  display: block;
  position: relative;
}

.icon--map .map__bg {
  display: block;
  position: relative;
  z-index: 0;
}

.icon--map .map__view {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}

.icon--map .map__view span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.icon--map .map__view span:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FF3E3E;
  border-radius: 10px;
}

.icon--map .map__view span:after {
  content: '';
  display: block;
  width: 28px;
  height: 19px;
  background: url("/shared/img/top/icon_map_view.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: -21px;
  transform: translateX(-50%);
}

.visual {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.visual__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.visual__pc {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.visual__sp {
  display: none;
}

.visual__mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  z-index: 1;
}

.visual__img,
.visual__logo,
.visual__copy {
  position: absolute;
  left: 50%;
  top: 50%;
}

.visual__img {
  z-index: 0;
  transform: translate(-50%, -50%);
}

.visual__img image {
  clip-path: url(#visualMask);
  -webkit-clip-path: url(#visualMask);
}

.visual__logo {
  z-index: 1;
  margin-left: -197px;
  margin-top: 216px;
}

.visual__copy {
  z-index: 1;
  margin-left: 322px;
  margin-top: -342px;
}

.visual__copy span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.upcoming__inner {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.upcoming__block {
  position: relative;
  width: 865px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.upcoming__img {
  -ms-flex-preferred-size: 490px;
      flex-basis: 490px;
}

.upcoming__img img {
  width: 100%;
  height: auto;
}

.upcoming__details {
  -ms-flex-preferred-size: 375px;
      flex-basis: 375px;
  position: relative;
}

.upcoming__details__head {
  background-color: #FAE100;
  color: #000000;
  padding: 40px 0 30px;
}

.upcoming__details__head .head--title {
  margin-left: 65px;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 26px;
  line-height: 1.0em;
}

.upcoming__details__head .head--schedule {
  margin-left: 65px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 1.0em;
}

.upcoming__details__desc {
  background-color: #000000;
  padding: 30px 0 0;
}

.upcoming__details__desc .desc--title {
  margin-left: 65px;
  font-size: 20px;
  line-height: 1.5em;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 40px;
}

.upcoming__details__desc .desc--btn {
  margin-left: 65px;
  width: 282px;
  transform: translateY(20px);
}

.upcoming__details__desc .desc--btn a {
  display: block;
  background-color: #FF3E3E;
  text-decoration: none;
  font-size: 20px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  line-height: 100px;
  text-align: center;
  letter-spacing: .2em;
}

.upcoming__details__desc .desc--btn span {
  display: inline-block;
  position: relative;
  padding-right: 35px;
}

.upcoming__details__desc .desc--btn span:after {
  content: '';
  display: block;
  background: url("/shared/img/common/icon_detail.svg") center center no-repeat;
  background-size: cover;
  width: 24px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all .2s;
}

.upcoming__details__desc .desc--btn:hover span:after {
  transform: translate(10px, -50%);
}






.upcoming__details__close {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 20px;
  top: -30px;
  z-index: 1;
}

.upcoming__details__close a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: relative;
}

.upcoming__details__close a:before, .upcoming__details__close a:after {
  content: '';
  display: block;
  width: 32px;
  height: 4px;
  background-color: #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transition: all .2s;
}

.upcoming__details__close a:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.upcoming__details__close a:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.upcoming__details__close a:hover:before, .upcoming__details__close a:hover:after {
  transform: translate(-50%, -50%) rotate(180deg) scaleX(0.8);
}

.upcoming__closeSp {
  display: none;
}

.exhibition__list,
.store__list {
  width: 100%;
  border: none;
  position: relative;
  transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
}

.exhibition__list.is--once ul,
.store__list.is--once ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.exhibition__list ul,
.store__list ul {
  position: relative;
  z-index: 0;
}

.exhibition__list .list--block,
.store__list .list--block {
  width: 840px;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.exhibition__list .list--statusSp,
.store__list .list--statusSp {
  display: none;
}

.exhibition__list .list--img,
.store__list .list--img {
  -ms-flex-preferred-size: 343px;
      flex-basis: 343px;
}

.exhibition__list .list--img img,
.store__list .list--img img {
  width: 100%;
  height: auto;
}

.exhibition__list .list--details,
.store__list .list--details {
  -ms-flex-preferred-size: 497px;
      flex-basis: 497px;
  padding-top: 35px;
}

.exhibition__list .list--details__head,
.store__list .list--details__head {
  padding: 30px 20px;
  width: 400px;
  position: relative;
  z-index: 1;
}

.exhibition__list .list--details__head .head--title,
.store__list .list--details__head .head--title {
  margin: 0 0 15px 50px;
  font-size: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
}

.exhibition__list .list--details__head .head--schedule,
.store__list .list--details__head .head--schedule {
  margin: 0 0 0 50px;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
}

.exhibition__list .list--details__desc,
.store__list .list--details__desc {
  margin-left: 45px;
  background-color: #000000;
  padding: 60px 0 55px 55px;
  transform: translateY(-35px);
  position: relative;
  z-index: 0;
}

.exhibition__list .list--details__desc .desc--title,
.store__list .list--details__desc .desc--title {
  font-size: 20px;
  line-height: 1.5em;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 30px;
}

.exhibition__list .list--details__desc .desc--venue,
.store__list .list--details__desc .desc--venue {
  font-size: 16px;
  line-height: 1.875em;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.exhibition__list .list--details__desc .desc--venue span.color--blue,
.store__list .list--details__desc .desc--venue span.color--blue {
  color: #2668FF;
}

.exhibition__list .list--details__desc .desc--venue span.color--yellow,
.store__list .list--details__desc .desc--venue span.color--yellow {
  color: #FAE100;
}

.exhibition__list .list--details__desc .desc--btn,
.store__list .list--details__desc .desc--btn {
  width: 282px;
  position: absolute;
  right: 0;
  bottom: -65px;
}

.exhibition__list .list--details__desc .desc--btn a,
.store__list .list--details__desc .desc--btn a {
  display: block;
  background-color: #FF3E3E;
  text-decoration: none;
  font-size: 20px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  line-height: 100px;
  text-align: center;
  letter-spacing: .2em;
}

.exhibition__list .list--details__desc .desc--btn span,
.store__list .list--details__desc .desc--btn span {
  display: inline-block;
  position: relative;
  padding-right: 35px;
}

.exhibition__list .list--details__desc .desc--btn span:after,
.store__list .list--details__desc .desc--btn span:after {
  content: '';
  display: block;
  background: url("/shared/img/common/icon_detail.svg") center center no-repeat;
  background-size: cover;
  width: 24px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all .2s;
}

.exhibition__list .list--details__desc .desc--btn:hover span:after,
.store__list .list--details__desc .desc--btn:hover span:after {
  transform: translate(10px, -50%);
}

.exhibition__list .list--prev,
.exhibition__list .list--next,
.store__list .list--prev,
.store__list .list--next {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
}

.exhibition__list .list--prev a,
.exhibition__list .list--next a,
.store__list .list--prev a,
.store__list .list--next a {
  display: block;
  width: 100%;
  height: 100%;
}

.exhibition__list .list--prev span,
.exhibition__list .list--next span,
.store__list .list--prev span,
.store__list .list--next span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 60px;
  transition: all .2s;
}

.exhibition__list .list--prev img,
.exhibition__list .list--next img,
.store__list .list--prev img,
.store__list .list--next img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.exhibition__list .list--prev,
.store__list .list--prev {
  transform: translate(440px, -50%);
}

.exhibition__list .list--prev a:hover span,
.store__list .list--prev a:hover span {
  transform: translateX(10px);
}

.exhibition__list .list--next,
.store__list .list--next {
  transform: translate(-510px, -50%);
}

.exhibition__list .list--next a:hover span,
.store__list .list--next a:hover span {
  transform: translateX(-10px);
}

#exhibition .m--headline {
  background-color: #2668FF;
  margin-bottom: 60px;
}

#exhibition .list--details__head {
  background-color: #2668FF;
}

#store .m--headline {
  background-color: #FAE100;
  color: #000000;
  margin-bottom: 60px;
}

#store .list--details__head {
  background-color: #FAE100;
  color: #000000;
}

#information .m--headline {
  background-color: #868686;
}

.information__block {
  width: 100%;
  border: none;
  padding-top: 110px;
  transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
}

.information__block ul {
  margin-left: 190px;
  margin-right: 80px;
}

.information__block li {
  width: 100%;
  margin-bottom: 20px;
}

.information__block li:last-of-type {
  margin-bottom: 0;
}

.information__block a {
  display: block;
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
  padding: 30px 0;
  position: relative;
}

.information__block a:after {
  content: '';
  display: block;
  background: url("/shared/img/common/icon_detail_b.svg") center center no-repeat;
  background-size: cover;
  width: 24px;
  height: 16px;
  position: absolute;
  right: 85px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all .2s;
}

.information__block a:hover:after {
  transform: translate(10px, -50%);
}

.information__block span {
  display: block;
  margin: 0 160px 0 70px;
}

.information__block span.list--title {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  font-size: 24px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em;
  margin-bottom: 10px;
}

.information__block span.list--date {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
}

.about__block {
  width: calc(100% - 120px);
  color: #000000;
  background-color: #EEEEF2;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.about__block h3 {
  font-size: 40px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  position: absolute;
  left: 80px;
  top: 50px;
}

.about__block h3 span {
  display: block;
  font-size: 16px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .2em;
  line-height: 1.0em;
  padding-top: 15px;
}

.about__desc {
  border: none;
  margin-left: 370px;
  -ms-flex-preferred-size: 62.10526%;
      flex-basis: 62.10526%;
  padding-top: 130px;
}

.about__desc .desc--logo {
  margin-bottom: 55px;
}

.about__desc .desc--text {
  font-size: 20px;
  line-height: 1.6em;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.about__button {
  border: none;
  -ms-flex-preferred-size: 37.89474%;
      flex-basis: 37.89474%;
  padding-top: 45px;
}

.about__button a {
  display: block;
  text-decoration: none;
  font-size: 20px;
  line-height: 100px;
  text-align: center;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
}

.about__button a:hover span:after {
  transform: translate(10px, -50%);
}

.about__button span {
  display: inline-block;
  position: relative;
  padding-right: 32px;
}

.about__button span:after {
  content: '';
  display: block;
  background: url("/shared/img/common/icon_detail.svg") center center no-repeat;
  background-size: cover;
  width: 24px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all .2s;
}

.about__button p {
  width: 110%;
  margin-bottom: 15px;
}

.about__button p:last-of-type {
  margin-bottom: 0;
}

.about__button p.button--concept {
  margin-bottom: 75px;
}

.about__button p.button--concept a {
  background-color: #FF3E3E;
}

.about__button p.button--shibuya a {
  background-color: #2668FF;
}

.about__button p.button--vr a {
  background-color: #FAE100;
  color: #000000;
}

.about__button p.button--vr span:after {
  background: url("/shared/img/common/icon_detail_b.svg") center center no-repeat;
  background-size: cover;
}

.about__button p.button--store a {
  background-color: #525252;
}

.about__button p.button--sf a {
  background-color: #FFF;
  color: #000000;
}
.about__button p.button--sf span:after {
  background: url("/shared/img/common/icon_detail_b.svg") center center no-repeat;
  background-size: cover;
}

/*付け足し*/
/*
.exhibition__list .list--details__desc .desc--btn--en {
	bottom: -85px;
}
*/
.desc--btn a span.about--btn--en {
	letter-spacing: 0.1em;
}
.desc--btn a span.about--btn--en small {
	font-size: .8em;
}



@keyframes updown {
  0% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(10px);
  }
  40% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}

@media screen and (max-width: 768px) {
  /* ============================================================================================
  SP TOP

  @date 2017-07-12
  @include sp/_top

  memo:
  padding: 70px
  padding: 18.66667vw
  @include spimg(width, 346)
  @mixin =========================================================================================== */
  .m--content {
    width: 100%;
    height: 100%;
    background: none;
    position: relative;
    left: auto;
    top: auto;
    z-index: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    pointer-events: none;
    transition: none;
    display: none;
  }
  .m--content.is--show {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    pointer-events: auto;
  }
  .m--content:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: url("/shared/img/top/bg_grid.png") center center repeat;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .m--content__inner {
    position: relative;
    width: 100%;
    padding-top: 20px;
    padding-top: 5.33333vw;
    padding-bottom: 150px;
    padding-bottom: 40vw;
  }
  .m--headline {
    width: 94.666%;
    display: block;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0;
    padding-top: 15px;
    padding-top: 4vw;
    padding-bottom: 15px;
    padding-bottom: 4vw;
    position: relative;
  }
  .m--headline h3 {
    font-size: 28px;
    font-size: 7.46667vw;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.0em;
    margin-left: 20px;
    margin-left: 5.33333vw;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .m--headline h3 span {
    display: inline-block;
    font-size: 14px;
    font-size: 3.73333vw;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .2em;
    line-height: 1.0em;
    padding-top: 0px;
    margin-left: 20px;
    margin-left: 5.33333vw;
  }
  .m--headline__lead,
  .m--button {
    display: none;
  }
  .m--content__btnSp {
    display: block;
    width: 75.2%;
    margin: 0 auto;
    text-align: center;
  }
  .m--content__btnSp a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    line-height: 1.0em;
    background-color: #FF3E3E;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    font-size: 5.33333vw;
    letter-spacing: .2em;
    line-height: 70px;
    line-height: 18.66667vw;
    text-align: center;
  }
  .m--content__btnSp span {
    display: inline-block;
    position: relative;
    padding-right: 35px;
    padding-right: 9.33333vw;
  }
  .m--content__btnSp span:after {
    content: '';
    display: block;
    background: url("/shared/img/common/icon_detail.svg") center center no-repeat;
    background-size: cover;
    width: 24px;
    width: 6.4vw;
    height: 16px;
    height: 4.26667vw;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: none;
  }
  .m--button__next {
    display: block;
    width: 100%;
    height: 100px;
    height: 26.66667vw;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
    transform: translateY(100px);
    transform: translateY(26.66667vw);
    transition: all .3s;
  }
  .m--button__next.is--show {
    transform: translateY(0);
  }
  .m--button__next.is--hidden {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    pointer-events: none;
  }
  .m--button__next a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #ffffff;
    line-height: 1.0em;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 19px;
    font-size: 5.06667vw;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .m--button__next a:before, .m--button__next a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .m--button__next a:before {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .m--button__next a:after {
    background-color: black;
    animation: 3s slideLR ease-in-out infinite;
  }
  .m--button__next span {
    display: block;
    position: relative;
    padding-bottom: 35px;
    padding-bottom: 9.33333vw;
    z-index: 1;
  }
  .m--button__next span:before {
    content: '';
    display: block;
    width: 25px;
    width: 6.66667vw;
    height: 25px;
    height: 6.66667vw;
    border: #ffffff solid 1px;
    border: #ffffff solid 0.26667vw;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    border-radius: 40px;
  }
  .m--button__next span:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 13px;
    border-width: 1.86667vw 0 1.86667vw 3.46667vw;
    border-color: transparent transparent transparent #FF3E3E;
    position: absolute;
    left: 50%;
    bottom: 7px;
    bottom: 1.86667vw;
    transform: translate(-50%, 0);
    margin-left: 2px;
    margin-left: 0.53333vw;
  }
  .splash {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
    background-color: #000000;
  }
  .splash__inner {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .splash__block {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .splash__logo {
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
  }
  .splash__logo img {
    width: 257px;
    width: 68.53333vw;
    height: auto;
  }
  .splash__copy {
    font-size: 16px;
    font-size: 4.26667vw;
    letter-spacing: 0em;
    line-height: 1.5em;
    white-space: nowrap;
    font-weight: normal;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .video {
    height: calc(100vh - 120px);
    height: calc(100vh - 32vw);
    min-width: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 120px;
    top: 32vw;
    z-index: 0;
    overflow: hidden;
  }
  .video__inner {
    width: 100%;
    height: 100%;
    position: relative;
  }
  video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .container {
    width: 100%;
    min-width: 100%;
    position: relative;
    z-index: 0;
    height: auto;
    overflow: visible;
    transform: translateY(0px);
    padding-top: 120px;
    padding-top: 32vw;
  }
  .cover {
    width: 100%;
    height: 100vh;
    background-color: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    pointer-events: none;
    transition: all .2s;
  }
  .cover.is--show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .icon--scroll,
  .icon--map {
    display: none;
  }
  .visual {
    display: block;
    width: 100%;
    height: calc(100vh - 120px);
    height: calc(100vh - 32vw);
    position: absolute;
    left: 0;
    top: 120px;
    top: 32vw;
    z-index: 1;
  }
  .visual__inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .visual__pc {
    display: none;
  }
  .visual__sp {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .visual__mask {
    display: none;
  }
  .visual__img,
  .visual__logo,
  .visual__copy {
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .visual__img {
    z-index: 0;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .visual__img span {
    display: block;
    overflow: hidden;
  }
  .visual__logo {
    z-index: 1;
    margin-left: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: -230px;
    margin-top: -61.33333vw;
  }
  .visual__logo img {
    width: 245.5px;
    width: 65.46667vw;
    height: auto;
  }
  .visual__copy {
    z-index: 1;
    margin-left: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: 117px;
    margin-top: 31.2vw;
  }
  .visual__copy span {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .visual__copy img {
    width: 153px;
    width: 40.8vw;
    height: auto;
  }
  .upcoming__inner {
    width: 100%;
    height: auto;
    display: block;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 150px;
    padding-bottom: 40vw;
  }
  .upcoming__block {
    position: relative;
    width: 100%;
    display: block;
    -ms-flex-align: center;
        align-items: center;
  }
  .upcoming__img {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
    padding-top: 33px;
    padding-top: 8.8vw;
  }
  .upcoming__img img {
    margin-left: 33px;
    margin-left: 8.8vw;
    width: 215px;
    width: 57.33333vw;
    height: auto;
  }
  .upcoming__details {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    position: relative;
    z-index: 0;
  }
  .upcoming__details__head {
    background-color: #FAE100;
    color: #000000;
    padding: 0;
    position: fixed;
    left: 0;
    top: 120px;
    top: 32vw;
    z-index: 0;
    width: 272px;
    width: 72.53333vw;
    height: 136px;
    height: 36.26667vw;
    transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform: translate(0, -136px) rotate(90deg);
    transform: translate(0, -36.26667vw) rotate(90deg);
  }
  .upcoming__details__head .head--title {
    margin-left: 25px;
    margin-left: 6.66667vw;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
    padding-top: 60px;
    padding-top: 16vw;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    font-size: 6.4vw;
    line-height: 1.0em;
  }
  .upcoming__details__head .head--schedule {
    margin-left: 25px;
    margin-left: 6.66667vw;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.0em;
  }
  .upcoming__details__desc {
    background-color: #000000;
    padding-top: 45px;
    padding-top: 12vw;
    width: 82.1333%;
    margin: 0 auto;
    margin-top: -25px;
    margin-top: -6.66667vw;
  }
  .upcoming__details__desc .desc--title {
    margin-left: 35px;
    margin-left: 9.33333vw;
    margin-right: 35px;
    margin-right: 9.33333vw;
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.5em;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .upcoming__details__desc .desc--btn {
    margin-left: 0;
    width: 100%;
    transform: translateY(0);
  }
  .upcoming__details__desc .desc--btn a {
    display: block;
    background-color: #FF3E3E;
    text-decoration: none;
    font-size: 20px;
    font-size: 5.33333vw;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    line-height: 70px;
    line-height: 18.66667vw;
    text-align: center;
    letter-spacing: .2em;
  }
  .upcoming__details__desc .desc--btn span {
    display: inline-block;
    position: relative;
    padding-right: 35px;
    padding-right: 9.33333vw;
  }
  .upcoming__details__desc .desc--btn span:after {
    content: '';
    display: block;
    background: url("/shared/img/common/icon_detail.svg") center center no-repeat;
    background-size: cover;
    width: 24px;
    width: 6.4vw;
    height: 16px;
    height: 4.26667vw;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: none;
  }
  .upcoming__details__desc .desc--btn:hover span:after {
    transform: translate(0px, -50%);
  }
  .upcoming__details__close {
    display: none;
  }
  .upcoming__closeSp {
    display: block;
    width: 38px;
    width: 10.13333vw;
    height: 38px;
    height: 10.13333vw;
    position: absolute;
    right: 38px;
    right: 10.13333vw;
    top: 20px;
    top: 5.33333vw;
    z-index: 2;
  }
  .upcoming__closeSp a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: relative;
  }
  .upcoming__closeSp a:before, .upcoming__closeSp a:after {
    content: '';
    display: block;
    width: 26px;
    width: 6.93333vw;
    height: 3px;
    height: 0.8vw;
    background-color: #000000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transition: all .2s;
  }
  .upcoming__closeSp a:before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .upcoming__closeSp a:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .upcoming__closeSp a:hover:before, .upcoming__closeSp a:hover:after {
    transform: translate(-50%, -50%) rotate(180deg) scaleX(0.8);
  }
  .exhibition__list,
  .store__list {
    width: 100%;
    border: none;
    position: relative;
    overflow: hidden;
  }
  .exhibition__list.is--once ul,
  .store__list.is--once ul {
    display: block;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .exhibition__list ul,
  .store__list ul {
    position: relative;
    z-index: 0;
  }
  .exhibition__list .list--block,
  .store__list .list--block {
    width: 330px;
    width: 88vw;
    display: block;
    margin: 0 auto 0 -2.9vw;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative;
  }
  .exhibition__list .list--statusSp,
  .store__list .list--statusSp {
    display: block;
    width: 270px;
    width: 72vw;
    height: 137px;
    height: 36.53333vw;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform: translate(0, -137px) rotate(90deg);
    transform: translate(0, -36.53333vw) rotate(90deg);
  }
  .exhibition__list .list--statusSp span,
  .store__list .list--statusSp span {
    display: block;
    line-height: 1.0em;
    font-size: 24px;
    font-size: 6.4vw;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    padding-left: 26px;
    padding-left: 6.93333vw;
    padding-top: 90px;
    padding-top: 24vw;
  }
  .exhibition__list .list--img,
  .store__list .list--img {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    position: relative;
    z-index: 1;
    padding-top: 26px;
    padding-top: 6.93333vw;
  }
  .exhibition__list .list--img img,
  .store__list .list--img img {
    margin-left: 70px;
    margin-left: 18.66667vw;
    width: 240px;
    width: 64vw;
    height: auto;
  }
  .exhibition__list .list--details,
  .store__list .list--details {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding-top: 0px;
    margin-top: -28px;
    margin-top: -7.46667vw;
    position: relative;
    z-index: 0;
  }
  .exhibition__list .list--details__head,
  .store__list .list--details__head {
    display: none;
  }
  .exhibition__list .list--details__desc,
  .store__list .list--details__desc {
    width: 92%;
    margin-left: 11%;
    background-color: #000000;
    padding: 0;
    padding-top: 45px;
    padding-top: 12vw;
    transform: translateY(0);
    position: relative;
    z-index: 0;
  }
  .exhibition__list .list--details__desc .desc--title,
  .store__list .list--details__desc .desc--title {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.5em;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 15px;
    margin-bottom: 4vw;
    margin-left: 35px;
    margin-left: 9.33333vw;
    margin-right: 35px;
    margin-right: 9.33333vw;
  }
  .exhibition__list .list--details__desc .desc--venue,
  .store__list .list--details__desc .desc--venue {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.57em;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-left: 35px;
    margin-left: 9.33333vw;
    margin-right: 35px;
    margin-right: 9.33333vw;
    margin-bottom: 28px;
    margin-bottom: 7.46667vw;
  }
  .exhibition__list .list--details__desc .desc--venue span.color--blue,
  .store__list .list--details__desc .desc--venue span.color--blue {
    color: #2668FF;
  }
  .exhibition__list .list--details__desc .desc--venue span.color--yellow,
  .store__list .list--details__desc .desc--venue span.color--yellow {
    color: #FAE100;
  }
  .exhibition__list .list--details__desc .desc--btn,
  .store__list .list--details__desc .desc--btn {
    width: 100%;
    position: relative;
    right: auto;
    bottom: auto;
  }
  .exhibition__list .list--details__desc .desc--btn a,
  .store__list .list--details__desc .desc--btn a {
    display: block;
    background-color: #FF3E3E;
    text-decoration: none;
    font-size: 20px;
    font-size: 5.33333vw;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    line-height: 70px;
    line-height: 18.66667vw;
    text-align: center;
    letter-spacing: .2em;
  }
  .exhibition__list .list--details__desc .desc--btn span,
  .store__list .list--details__desc .desc--btn span {
    display: inline-block;
    position: relative;
    padding-right: 35px;
    padding-right: 9.33333vw;
  }
  .exhibition__list .list--details__desc .desc--btn span:after,
  .store__list .list--details__desc .desc--btn span:after {
    content: '';
    display: block;
    background: url("/shared/img/common/icon_detail.svg") center center no-repeat;
    background-size: cover;
    width: 24px;
    width: 6.4vw;
    height: 16px;
    height: 4.26667vw;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: none;
  }
  .exhibition__list .list--details__desc .desc--btn:hover span:after,
  .store__list .list--details__desc .desc--btn:hover span:after {
    transform: translate(0px, -50%);
  }
  .exhibition__list .list--prev,
  .exhibition__list .list--next,
  .store__list .list--prev,
  .store__list .list--next {
    width: 50px;
    width: 13.33333vw;
    height: 50px;
    height: 13.33333vw;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
  }
  .exhibition__list .list--prev a,
  .exhibition__list .list--next a,
  .store__list .list--prev a,
  .store__list .list--next a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .exhibition__list .list--prev span,
  .exhibition__list .list--next span,
  .store__list .list--prev span,
  .store__list .list--next span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    border-radius: 60px;
    transition: none;
  }
  .exhibition__list .list--prev img,
  .exhibition__list .list--next img,
  .store__list .list--prev img,
  .store__list .list--next img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    width: 6.4vw;
    height: auto;
  }
  .exhibition__list .list--prev,
  .store__list .list--prev {
    left: auto;
    right: -8px;
    right: -2.13333vw;
    transform: translate(0, 0);
  }
  .exhibition__list .list--prev a:hover span,
  .store__list .list--prev a:hover span {
    transform: translateX(0px);
  }
  .exhibition__list .list--next,
  .store__list .list--next {
    left: -8px;
    left: -2.13333vw;
    transform: translate(0, 0);
  }
  .exhibition__list .list--next a:hover span,
  .store__list .list--next a:hover span {
    transform: translateX(0px);
  }
  #exhibition .m--headline {
    background-color: #2668FF;
    margin-bottom: 17px;
    margin-bottom: 4.53333vw;
  }
  #exhibition .list--details__head {
    background-color: #2668FF;
  }
  #exhibition .list--statusSp {
    background-color: #2668FF;
  }
  #exhibition .m--content__btnSp {
    padding-top: 25px;
    padding-top: 6.66667vw;
  }
  #store .m--headline {
    background-color: #FAE100;
    color: #000000;
    margin-bottom: 17px;
    margin-bottom: 4.53333vw;
  }
  #store .list--details__head {
    background-color: #FAE100;
    color: #000000;
  }
  #store .list--statusSp {
    background-color: #FAE100;
    color: #000000;
  }
  #information .m--headline {
    background-color: #868686;
  }
  #information .m--content__btnSp {
    padding-top: 25px;
    padding-top: 6.66667vw;
  }
  .information__block {
    width: 100%;
    border: none;
    padding-top: 17px;
    padding-top: 4.53333vw;
  }
  .information__block ul {
    margin-left: 0px;
    margin-right: 0px;
  }
  .information__block li {
    width: 100%;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
  }
  .information__block li:last-of-type {
    margin-bottom: 0;
  }
  .information__block a {
    display: block;
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    padding: 0;
    padding-top: 20px;
    padding-top: 5.33333vw;
    padding-bottom: 20px;
    padding-bottom: 5.33333vw;
    position: relative;
  }
  .information__block a:after {
    content: '';
    display: block;
    background: url("/shared/img/common/icon_detail_b.svg") center center no-repeat;
    background-size: cover;
    width: 24px;
    width: 6.4vw;
    height: 16px;
    height: 4.26667vw;
    position: absolute;
    right: 16px;
    right: 4.26667vw;
    top: 50%;
    transform: translate(0, -50%);
    transition: all .2s;
  }
  .information__block a:hover:after {
    transform: translate(10px, -50%);
  }
  .information__block span {
    display: block;
    margin: 0;
    margin-left: 22px;
    margin-left: 5.86667vw;
    margin-right: 70px;
    margin-right: 18.66667vw;
  }
  .information__block span.list--title {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    font-size: 16px;
    font-size: 4.26667vw;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5em;
  }
  .information__block span.list--date {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    font-size: 14px;
    font-size: 3.73333vw;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.0em;
  }
  .about__block {
    width: 100%;
    color: #000000;
    background: none;
    position: relative;
    display: block;
    padding-bottom: 0px;
  }
  .about__block h3 {
    background-color: #EEEEF2;
    font-size: 18px;
    font-size: 4.8vw;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.0em;
    position: relative;
    left: auto;
    top: auto;
    padding-top: 30px;
    padding-top: 8vw;
    padding-bottom: 30px;
    padding-bottom: 8vw;
    position: relative;
    width: 94.666%;
    margin-bottom: 27px;
    margin-bottom: 7.2vw;
  }
  .about__block h3 span {
    display: block;
    font-size: 14px;
    font-size: 3.73333vw;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .2em;
    line-height: 1.0em;
    padding-top: 0;
    display: inline-block;
    margin-left: 20px;
    margin-left: 5.33333vw;
  }
  .about__block h3 strong {
    display: block;
    position: relative;
    margin-left: 20px;
    margin-left: 5.33333vw;
  }
  .about__desc {
    border: none;
    margin-left: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding-top: 48px;
    padding-top: 12.8vw;
    padding-bottom: 40px;
    padding-bottom: 10.66667vw;
    background-color: #EEEEF2;
    width: 94%;
    margin-left: 6%;
  }
  .about__desc .desc--logo {
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
    width: 100%;
    text-align: center;
  }
  .about__desc .desc--logo img {
    width: 274px;
    width: 73.06667vw;
    height: auto;
  }
  .about__desc .desc--text {
    margin-left: 25px;
    margin-left: 6.66667vw;
    margin-right: 25px;
    margin-right: 6.66667vw;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.5em;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .about__button {
    border: none;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding-top: 0px;
    width: 75.2%;
    margin: 0 auto;
    margin-top: -12px;
    margin-top: -3.2vw;
  }
  .about__button a {
    display: block;
    text-decoration: none;
    font-size: 20px;
    font-size: 5.33333vw;
    line-height: 70px;
    line-height: 18.66667vw;
    text-align: center;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
  }
  .about__button a:hover span:after {
    transform: translate(0px, -50%);
  }
  .about__button span {
    display: inline-block;
    position: relative;
    padding-right: 32px;
  }
  .about__button span:after {
    content: '';
    display: block;
    background: url("/shared/img/common/icon_detail.svg") center center no-repeat;
    background-size: cover;
    width: 24px;
    width: 6.4vw;
    height: 16px;
    height: 4.26667vw;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: none;
  }
  .about__button p {
    width: 100%;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
  }
  .about__button p:last-of-type {
    margin-bottom: 0;
  }
  .about__button p.button--concept {
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .about__button p.button--concept a {
    background-color: #FF3E3E;
  }
  .about__button p.button--shibuya a {
    background-color: #2668FF;
  }
  .about__button p.button--vr a {
    background-color: #FAE100;
    color: #000000;
  }
  .about__button p.button--vr span:after {
    background: url("/shared/img/common/icon_detail_b.svg") center center no-repeat;
    background-size: cover;
  }
  .about__button p.button--store a {
    background-color: #525252;
  }
  .about__button p.button--sf a {
    background-color: #fff;
    color: #000000;
  }
  .about__button p.button--sf span:after {
    background: url("/shared/img/common/icon_detail_b.svg") center center no-repeat;
    background-size: cover;
  }
  @keyframes slideLR {
    0% {
      transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -webkit-transform-origin: 0% 0%;
      transform: scaleX(0);
    }
    90% {
      transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -webkit-transform-origin: 0% 0%;
      transform: scaleX(1);
    }
    91% {
      transform-origin: 100% 0%;
      -moz-transform-origin: 100% 0%;
      -webkit-transform-origin: 100% 0%;
      transform: scaleX(1);
    }
    100% {
      transform-origin: 100% 0%;
      -moz-transform-origin: 100% 0%;
      -webkit-transform-origin: 100% 0%;
      transform: scaleX(0);
    }
  }


	
	
	
	
	

