@charset "UTF-8";
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ============================================================================================
  TOP

  @date 2017-07-12
  @include _top

  memo: */
.headline {
  border: none;
  width: 100%;
  background-color: #000000;
  padding-top: 128px;
}

.headline__inner {
  border: none;
  margin: 0 80px;
  padding: 45px 0;
}

.headline__title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 1.0em;
}

.headline__title span {
  display: block;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.0em;
  letter-spacing: .2em;
  padding-top: 15px;
}

.list {
  border: none;
  width: 100%;
  background-color: #000000;
}

.list__inner {
  border: none;
}

.list__title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  letter-spacing: -.02em;
  line-height: 28px;
  margin: 0 80px 130px 80px;
}

.list__title span {
  display: inline-block;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  letter-spacing: .2em;
  line-height: 28px;
  vertical-align: top;
  margin-left: 30px;
}

.list__block {
  width: 100%;
  background-color: #CCCCCC;
}

.list__block ul {
  width: auto;
  margin: 0 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  transform: translateY(-60px);
}

.list__block li {
  border: none;
  -ms-flex-preferred-size: calc((100% - 80px) / 3);
      flex-basis: calc((100% - 80px) / 3);
  background-color: #ffffff;
  margin-bottom: 40px;
  margin-right: 40px;
}

.list__block li:nth-child(3n) {
  margin-right: 0;
}

.list__img {
  width: 100%;
  height: 400px;
  background-color: #EEEEF2;
}

.list__img a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  transition: all .4s;
}

.list__img a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.list__img img {
  max-width: 100%;
  max-height: 100%;
}

.list__details {
  width: 100%;
  color: #000000;
  padding: 30px;
}

.list__details .details--title {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 10px;
}

.list__details .details--schedule {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.0em;
  margin-bottom: 30px;
}

.list__details .details--desc {
  width: 100%;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.list__details .details--desc dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list__details .details--desc dt {
  font-size: 14px;
  line-height: 14px;
  -ms-flex-preferred-size: 55px;
      flex-basis: 55px;
  margin-bottom: 12px;
}

.list__details .details--desc dd {
  font-size: 14px;
  line-height: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list__details .details--desc span {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 12px;
}

.list__details .details--desc span:after {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #FF3E3E;
  border: 1px solid #FF3E3E;
  border-radius: 5px;
  letter-spacing: .2em;
  width: 58px;
  margin-left: 5px;
  text-align: center;
}

.list__details .details--desc span.venue--shibuya i {
  color: #2668FF;
}

.list__details .details--desc span.venue--vr i {
  color: #FAE100;
}

.list__details .details--desc span.is--before:after {
  content: '開催前';
}

.list__details .details--desc span.is--open:after {
  content: '開催中';
}

.list__details .details--desc span.is--cancel:after {
  content: '休館中';
}

.list__details .details--desc span.is--yet:after {
  content: '未定';
}

.list__details .details--desc span.is--close i {
  color: #000000;
}

.list__details .details--desc span.is--close:after {
  content: '終了';
  color: #868686;
  border: 1px solid #868686;
}

.list__details .details--desc span:last-of-type {
  margin-left: 8px;
  padding-left: 12px;
}

/*
.list__details .details--desc span:last-of-type:before {
  content: '｜';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
*/

.list__details .details--desc span:nth-child(2):before {
  content: '｜';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.list__paging {
  width: 100%;
  background-color: #CCCCCC;
}

.list__paging.is--none {
  display: none;
}

.list__paging ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.list__paging li {
  -ms-flex-preferred-size: calc((100% - 40px) / 2);
      flex-basis: calc((100% - 40px) / 2);
}

.list__paging a {
  display: block;
  text-align: center;
  background-color: #FF3E3E;
  color: #ffffff;
  line-height: 100px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  text-decoration: none;
}

.list__paging span {
  display: inline-block;
  position: relative;
}

.list__paging span:after {
  content: '';
  display: block;
  width: 24px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: all .2s;
}

.list__paging li.paging--prev span {
  padding-left: 35px;
}

.list__paging li.paging--prev span:after {
  left: 0;
  background: url("/shared/img/common/icon_prev.svg") center center no-repeat;
  background-size: cover;
}

.list__paging li.paging--prev a:hover span:after {
  transform: translate(-10px, -50%);
}

.list__paging li.paging--next span {
  padding-right: 35px;
}

.list__paging li.paging--next span:after {
  right: 0;
  background: url("/shared/img/common/icon_next.svg") center center no-repeat;
  background-size: cover;
}

.list__paging li.paging--next a:hover span:after {
  transform: translate(10px, -50%);
}

.detail {
  border: none;
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}

.detail:after {
  content: '';
  display: block;
  width: 100%;
  height: 70px;
  background-color: #2668FF;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.detail__inner {
  border: none;
  margin: 0 80px;
}

.detail__block {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: #000000;
}

.detail__img {
  border: none;
  -ms-flex-order: 2;
      order: 2;
  -ms-flex-preferred-size: 65.625%;
      flex-basis: 65.625%;
  position: relative;
  z-index: 2;
}

.detail__img img {
  width: 100%;
  height: auto;
}

.detail__desc {
  border: none;
  -ms-flex-order: 1;
      order: 1;
  -ms-flex-preferred-size: 34.375%;
      flex-basis: 34.375%;
  position: relative;
  z-index: 1;
  padding-bottom: 120px;
}

.detail__desc__inner {
  margin-right: 75px;
}

.detail__desc__inner .desc--title {
  font-size: 30px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em;
  position: relative;
  padding: 45px 0;
  color: #ffffff;
  margin-bottom: 40px;
}

.detail__desc__inner .desc--title span {
  display: block;
  position: relative;
  z-index: 1;
}

.detail__desc__inner .desc--title:before {
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #000000;
  position: absolute;
  left: -80px;
  top: 0;
  z-index: 0;
}

.detail__desc__inner .desc--status {
  margin-bottom: 80px;
}

.detail__desc__inner .desc--status dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 5px;
}

.detail__desc__inner .desc--status dl:last-of-type {
  margin-bottom: 0px;
}

.detail__desc__inner .desc--status dt {
  font-size: 12px;
  line-height: 1.0em;
  -ms-flex-preferred-size: 84px;
      flex-basis: 84px;
  margin-bottom: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -ms-flex-line-pack: center;
      align-content: center;
}

.detail__desc__inner .desc--status dd {
  font-size: 16px;
  line-height: 1.0em;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -ms-flex-line-pack: center;
      align-content: center;
}

.detail__desc__inner .desc--status span {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.detail__desc__inner .desc--status span i {
  display: inline-block;
  margin-right: 5px;
}

.detail__desc__inner .desc--status span:last-of-type {
  margin-left: 25px;
}

.detail__desc__inner .desc--status span.venue--shibuya i {
  color: #2668FF;
}

.detail__desc__inner .desc--status span.venue--vr i {
  color: #FAE100;
}

.detail__desc__inner .desc--text {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 1.5em;
}

.shibuya {
  border: none;
  width: 100%;
  background-color: #2668FF;
  overflow: hidden;
  position: relative;
}

.shibuya__inner {
  border: none;
  margin: 0 80px;
  padding: 90px 0;
  display: -ms-flexbox;
  display: flex;
}

.shibuya__detail {
  border: none;
  -ms-flex-preferred-size: 60.15625%;
      flex-basis: 60.15625%;
}

.shibuya__detail__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 75px;
}

.shibuya__detail__title .title--ja {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  letter-spacing: .2em;
  line-height: 28px;
  margin-right: 35px;
}

.shibuya__detail__title .title--en {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  letter-spacing: -.02em;
  line-height: 28px;
  position: relative;
  padding: 0 15px;
}

.shibuya__detail__title .title--en:before, .shibuya__detail__title .title--en:after {
  content: '|';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.shibuya__detail__title .title--en:before {
  left: 0;
}

.shibuya__detail__title .title--en:after {
  right: 0;
}

.shibuya__detail__desc {
  margin-right: 70px;
  margin-bottom: 35px;
}

.shibuya__detail__desc dl {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 2.0em;
}

.shibuya__detail__desc dt {
  -ms-flex-preferred-size: 110px;
      flex-basis: 110px;
}

.shibuya__detail__desc dd {
  -ms-flex-preferred-size: calc(100% - 110px);
      flex-basis: calc(100% - 110px);
}

.shibuya__detail__desc dd span {
  font-size: 18px;
}

.shibuya__detail__howto {
  margin-bottom: 30px;
}

.shibuya__detail__howto a {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  position: relative;
  padding: 0 0 5px 26px;
}

.shibuya__detail__howto a:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background: url("/shared/img/common/icon_caps.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 1px;
}

.shibuya__detail__howto a:after {
  content: '';
  display: block;
  width: calc(100% - 26px);
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
}

.shibuya__detail__caps {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.6em;
  margin-right: 80px;
}

.shibuya__caps {
  border: none;
  -ms-flex-preferred-size: 39.84375%;
      flex-basis: 39.84375%;
}

.shibuya__caps__button {
  width: 100%;
  margin-bottom: 40px;
}

.shibuya__caps__button li {
  margin-bottom: 25px;
}

.shibuya__caps__button li:last-of-type {
  margin-bottom: 0;
}

.shibuya__caps__button a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  text-align: center;
  line-height: 108px;
}

.shibuya__caps__button a:before {
  content: '';
  display: block;
  width: calc(100% + 80px);
  height: 100%;
  background-color: #FF3E3E;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.shibuya__caps__button span {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  letter-spacing: .2em;
  padding-right: 35px;
  transform: translateX(40px);
}

.shibuya__caps__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;
}

.shibuya__caps__button a:hover span:after {
  transform: translate(10px, -50%);
}

.shibuya__caps__app {
  width: 100%;
}

.shibuya__caps__app .app--name {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 1.0em;
  margin-bottom: 15px;
}

.shibuya__caps__app .app--caps {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 25px;
}

.shibuya__caps__app .app--caps a {
  color: #ffffff;
  text-decoration: underline;
  transition: all .2s;
}

.shibuya__caps__app .app--caps a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.shibuya__caps__app .app--badge {
  display: -ms-flexbox;
  display: flex;
}

.shibuya__caps__app .app--badge li {
  margin-right: 15px;
}

.shibuya__caps__app .app--badge li:last-of-type {
  margin-right: 0;
}

.virtual {
  border: none;
  width: 100%;
  background-color: #FAE100;
  color: #000000;
  overflow: hidden;
  position: relative;
}

.virtual__inner {
  border: none;
  margin: 0 80px;
  padding: 90px 0 80px 0;
}

.virtual__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 70px;
}

.virtual__title .title--ja {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  letter-spacing: .2em;
  line-height: 28px;
  margin-right: 35px;
}

.virtual__title .title--en {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  letter-spacing: -.02em;
  line-height: 28px;
  position: relative;
  padding: 0 15px;
}

.virtual__title .title--en:before, .virtual__title .title--en:after {
  content: '|';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.virtual__title .title--en:before {
  left: 0;
}

.virtual__title .title--en:after {
  right: 0;
}

.virtual__block {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.virtual__caps {
  -ms-flex-preferred-size: 39.84375%;
      flex-basis: 39.84375%;
  -ms-flex-order: 1;
      order: 1;
}

.virtual__caps__head {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 1.0em;
  margin-bottom: 25px;
}

.virtual__caps__button {
  width: 100%;
  margin-bottom: 40px;
}

.virtual__caps__button a {
  display: block;
  width: 100%;
  line-height: 108px;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  text-align: center;
}

.virtual__caps__button a:before {
  content: '';
  display: block;
  width: calc(100% + 80px);
  height: 100%;
  background-color: #FF3E3E;
  position: absolute;
  left: -80px;
  top: 0;
  z-index: 0;
}

.virtual__caps__button span {
  display: inline-block;
  position: relative;
  z-index: 1;
  transform: translateX(-40px);
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  letter-spacing: .2em;
  padding-right: 35px;
}

.virtual__caps__button span:after {
  content: '';
  display: block;
  background: url("/shared/img/common/icon_blank.png") center center no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .2s;
}

.virtual__caps__button a:hover span:after {
  transform: translate(-50%, -50%) scale(1.3);
}

.virtual__caps__text {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 1.5em;
}

.virtual__caps__text a {
  color: #000000;
  text-decoration: underline;
  transition: all .2s;
}

.virtual__caps__text a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.virtual__detail {
  -ms-flex-preferred-size: 60.15625%;
      flex-basis: 60.15625%;
  -ms-flex-order: 2;
      order: 2;
}

.virtual__detail__inner {
  margin-left: 80px;
}

.virtual__detail__desc {
  margin-bottom: 35px;
}
.virtual__detail__text {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 1.8em;
}

.virtual__detail__desc dl {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 2.0em;
}

.virtual__detail__desc dt {
  -ms-flex-preferred-size: 110px;
      flex-basis: 110px;
}

.virtual__detail__desc dd {
  -ms-flex-preferred-size: calc(100% - 110px);
      flex-basis: calc(100% - 110px);
}

.virtual__detail__desc dd span {
  font-size: 18px;
}

.virtual__detail__howto {
  margin-bottom: 30px;
}

.virtual__detail__howto a {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  text-decoration: none;
  color: #000000;
  display: inline-block;
  position: relative;
  padding: 0 0 5px 26px;
  transition: all .2s;
}

.virtual__detail__howto a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.virtual__detail__howto a:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background: url("/shared/img/common/icon_caps_b.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 1px;
}

.virtual__detail__howto a:after {
  content: '';
  display: block;
  width: calc(100% - 26px);
  height: 1px;
  background-color: #000000;
  position: absolute;
  right: 0;
  bottom: 0;
}

.virtual__detail__caps {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 1.5em;
}

.virtual__badge {
  width: 100%;
}

.virtual__badge ul {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.virtual__badge li {
  margin-right: 12px;
  margin-bottom: 12px;
}

.virtual__badge li:last-of-type {
  margin-right: 0;
}

.virtual__badge .badge--pc a {
  display: block;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
  border-radius: 10px;
  font-family: Poppins, dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 600;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  position: relative;
  padding: 0 30px;
}

.virtual__badge .badge--pc span {
  position: relative;
  padding-left: 95px;
}

.virtual__badge .badge--pc span:before {
  content: '';
  display: block;
  width: 30px;
  height: 37px;
  background: url("/shared/img/common/icon_apple.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.virtual__badge .badge--pc span:after {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  background: url("/shared/img/common/icon_win.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.store {
  border: none;
  width: 100%;
  background-color: #000000;
  overflow: hidden;
  position: relative;
}

.store__inner {
  border: none;
  margin: 0 80px;
  padding: 90px 0 80px 0;
}

.store__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 30px;
}

.store__title .title--ja {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  letter-spacing: .2em;
  line-height: 28px;
  margin-right: 35px;
}

.store__title .title--en {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  letter-spacing: -.02em;
  line-height: 28px;
  position: relative;
  padding: 0 15px;
}

.store__title .title--en:before, .store__title .title--en:after {
  content: '|';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.store__title .title--en:before {
  left: 0;
}

.store__title .title--en:after {
  right: 0;
}

.store__block {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: start;
      align-items: flex-start;
}

.store__imgs {
  -ms-flex-preferred-size: 49.21875%;
      flex-basis: 49.21875%;
  position: relative;
  overflow: hidden;
}

.store__imgs .is--none li {
  border: 1px solid #ffffff;
  box-sizing: border-box;
  position: relative;
}

.store__imgs .is--none li:after {
  content: 'Coming Soon';
  display: block;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.store__imgs li {
  width: 100%;
}

.store__imgs li img {
  width: 100%;
  height: auto;
}

.store__imgs .imgs--prev,
.store__imgs .imgs--next {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.store__imgs .imgs--prev a,
.store__imgs .imgs--next a {
  display: block;
  width: 100%;
  height: 100%;
}

.store__imgs .imgs--prev span,
.store__imgs .imgs--next span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 60px;
  transition: all .2s;
}

.store__imgs .imgs--prev img,
.store__imgs .imgs--next img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.store__imgs .imgs--prev {
  right: 20px;
  transform: translate(0px, -50%);
}

.store__imgs .imgs--prev a:hover span {
  transform: translateX(10px);
}

.store__imgs .imgs--next {
  left: 20px;
  transform: translate(0px, -50%);
}

.store__imgs .imgs--next a:hover span {
  transform: translateX(-10px);
}

.store__detail {
  -ms-flex-preferred-size: 50.78125%;
      flex-basis: 50.78125%;
}

.store__detail__inner {
  margin-left: 140px;
}

.store__detail__text {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 50px;
}

.store__detail__button {
  width: 100%;
  margin-bottom: 40px;
}

.store__detail__button a {
  display: block;
  width: 100%;
  line-height: 108px;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  text-align: center;
}

.store__detail__button a:before {
  content: '';
  display: block;
  width: calc(100% + 80px);
  height: 100%;
  background-color: #FF3E3E;
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 0;
}

.store__detail__button span {
  display: inline-block;
  position: relative;
  z-index: 1;
  transform: translateX(40px);
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  letter-spacing: .2em;
  padding-right: 35px;
}

.store__detail__button span:after {
  content: '';
  display: block;
  background: url("/shared/img/common/icon_blank.png") center center no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .2s;
}

.store__detail__button a:hover span:after {
  transform: translate(-50%, -50%) scale(1.3);
}

.store__detail__button.is--none {
  pointer-events: none;
}

.store__detail__button.is--none a:before {
  background-color: #A8A8A8;
}

.store__detail__button.is--none span {
  padding-right: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  letter-spacing: 0;
}

.store__detail__button.is--none span:after {
  display: none;
}

.store__detail__howto {
  margin-bottom: 30px;
}

.store__detail__howto a {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  position: relative;
  padding: 0 0 5px 26px;
}

.store__detail__howto a:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background: url("/shared/img/common/icon_caps.png") center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 1px;
}

.store__detail__howto a:after {
  content: '';
  display: block;
  width: calc(100% - 26px);
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
}

.store__detail__caps {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 1.5em;
}

.point {
  border: none;
  width: 100%;
  background-color: #EEEEF2;
  color: #000000;
  overflow: hidden;
  position: relative;
}

.point__inner {
  border: none;
  margin: 0 80px;
  padding: 90px 0 130px 0;
}

.point__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 115px;
}

.point__title .title--ja {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  letter-spacing: .2em;
  line-height: 28px;
  margin-right: 35px;
}

.point__title .title--en {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  letter-spacing: -.02em;
  line-height: 28px;
  position: relative;
  padding: 0 15px;
}

.point__title .title--en:before, .point__title .title--en:after {
  content: '|';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.point__title .title--en:before {
  left: 0;
}

.point__title .title--en:after {
  right: 0;
}

.point__list {
  width: 100%;
}

.point__list ul {
  display: block;
  width: 100%;
}

.point__list li {
  margin-left: 30px;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  margin-bottom: 80px;
}

.point__list li:last-of-type {
  margin-bottom: 0;
}

.point__list li.is--wide .point__list__detail {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.point__list__detail {
  padding: 0 40px 40px 40px;
  -ms-flex-preferred-size: 49.6%;
      flex-basis: 49.6%;
}

.point__list__detail .detail--title {
  background-color: #2668FF;
  width: 360px;
  min-height: 114px;
  color: #ffffff;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 1.5em;
  display: table;
  transform: translate(-68px, -40px);
}

.point__list__detail .detail--title span {
  display: table-cell;
  /*vertical-align: bottom;
  padding: 0 0 15px 70px;*/
  vertical-align:middle;
  padding: 0 0 0px 70px;
}

.point__list__detail .detail--text {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.5em;
}

.point__list__detail .detail--text a {
  color: #000000;
  text-decoration: underline;
  transition: all .2s;
}

.point__list__detail .detail--text a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.point__list__img {
  -ms-flex-preferred-size: 50.4%;
      flex-basis: 50.4%;
}

.goods {
  border: none;
  width: 100%;
  background-color: #2668FF;
  overflow: hidden;
  position: relative;
}

.goods__inner {
  border: none;
  margin: 0 80px;
  padding: 100px 0 90px 0;
}

.goods__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 65px;
}

.goods__title .title--ja {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  letter-spacing: .2em;
  line-height: 28px;
  margin-right: 35px;
}

.goods__title .title--en {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  letter-spacing: -.02em;
  line-height: 28px;
  position: relative;
  padding: 0 15px;
}

.goods__title .title--en:before, .goods__title .title--en:after {
  content: '|';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.goods__title .title--en:before {
  left: 0;
}

.goods__title .title--en:after {
  right: 0;
}

.goods__item {
  width: 100%;
}

.goods__item ul {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.goods__item li {
  -ms-flex-preferred-size: calc((100% - 80px) / 3);
      flex-basis: calc((100% - 80px) / 3);
  margin-bottom: 40px;
  margin-right: 40px;
  background-color: #FAE100;
}

.goods__item li:nth-child(3n) {
  margin-right: 0;
}

.goods__item__box {
  width: 100%;
  height: auto;
  position: relative;
}

.goods__item__box .box--img {
  display: table;
  width: 100%;
  height: 100%;
}

.goods__item__box .box--img a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  transition: all .4s;
}

.goods__item__box .box--img a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.goods__item__box .box--img img {
  max-width: 100%;
  max-height: 100%;
}

.goods__item__name {
  width: 100%;
  background-color: #FAE100;
  color: #000000;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 1.5em;
}

.goods__item__name span {
  display: block;
  padding: 25px 30px;
}

.goods__item__desc {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  background-color: #000000;
}

.goods__item__desc .desc--button {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
}

.goods__item__desc .desc--button a {
  display: block;
  line-height: 80px;
  background-color: #FF3E3E;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
}

.goods__item__desc .desc--button a.is--none {
  pointer-events: none;
  background-color: #A8A8A8;
}

.goods__item__desc .desc--button span {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  letter-spacing: .2em;
  padding-right: 35px;
}

.goods__item__desc .desc--button span.is--none {
  visibility: hidden;
}

.goods__item__desc .desc--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;
}

.goods__item__desc .desc--button a:hover span:after {
  transform: translate(10px, -50%);
}

.goods__item__desc .desc--price {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  line-height: 1.5em;
  font-family: Poppins, dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 600;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  text-align: center;
}

.goods__item__desc .desc--price span {
  display: block;
  margin: 0 5px;
}

.caution {
  border: none;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  overflow: hidden;
  position: relative;
}

.caution__inner {
  border: none;
  margin: 0 80px;
  padding: 80px 0;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.caution__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 45px;
}

.caution__title {
  font-size: 16px;
  line-height: 1.5em;
}

.caution__text {
  font-size: 16px;
  line-height: 1.5em;
  -ms-flex-preferred-size: 82.8125%;
      flex-basis: 82.8125%;
}

.caution__copyright {
  text-align: center;
  font-size: 12px;
  line-height: 1.5em;
}

@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 =========================================================================================== */
  .headline {
    border: none;
    width: 100%;
    background-color: #000000;
    padding-top: 86px;
    padding-top: 22.93333vw;
  }
  .headline__inner {
    border: none;
    width: 89.333%;
    margin: 0 auto;
    padding: 35px 0;
    padding: 9.33333vw 0;
  }
  .headline__title {
    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;
  }
  .headline__title span {
    display: block;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.0em;
    letter-spacing: .2em;
    padding-top: 15px;
    padding-top: 4vw;
  }
  .list {
    border: none;
    width: 100%;
    background-color: #000000;
  }
  .list__inner {
    border: none;
  }
  .list__title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 28px;
    font-size: 7.46667vw;
    letter-spacing: -.02em;
    line-height: 1.0em;
    margin: 0;
    margin-left: 20px;
    margin-left: 5.33333vw;
    margin-right: 0px;
    margin-right: 0vw;
    margin-bottom: 80px;
    margin-bottom: 21.33333vw;
  }
  .list__title span {
    display: block;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 4.26667vw;
    letter-spacing: .2em;
    line-height: 1.0em;
    vertical-align: top;
    margin-left: 0;
    padding-top: 15px;
    padding-top: 4vw;
  }
  .list__block {
    width: 100%;
    background-color: #CCCCCC;
  }
  .list__block ul {
    width: 89.333%;
    margin: 0 auto;
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    transform: translateY(-48px);
    transform: translateY(-12.8vw);
  }
  .list__block li {
    border: none;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
    margin-right: 0;
  }
  .list__block li:nth-child(3n) {
    margin-right: 0;
  }
  .list__block li:last-of-type {
    margin-bottom: 0;
  }
  .list__img {
    width: 100%;
    height: 335px;
    height: 89.33333vw;
    background-color: #EEEEF2;
  }
  .list__img a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    height: 100%;
    transition: none;
  }
  .list__img a:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .list__img img {
    max-width: 100%;
    max-height: 100%;
  }
  .list__details {
    width: 100%;
    color: #000000;
    padding: 30px;
    padding: 8vw;
  }
  .list__details .details--title {
    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;
    line-height: 1.5em;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .list__details .details--schedule {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.0em;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .list__details .details--desc {
    width: 100%;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .list__details .details--desc dl {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 13px;
    margin-bottom: 3.46667vw;
  }
  .list__details .details--desc dl:last-of-type {
    margin-bottom: 0;
  }
  .list__details .details--desc dt {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.0em;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
  }
  .list__details .details--desc dd {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 14px;
    line-height: 3.73333vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 0px;
    margin-bottom: 0vw;
  }
  .list__details .details--desc span {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
  }
  .list__details .details--desc span:after {
    display: block;
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 14px;
    line-height: 3.73333vw;
    color: #FF3E3E;
    border: 1px solid #FF3E3E;
    border: 0.26667vw solid #FF3E3E;
    box-sizing: border-box;
    border-radius: 5px;
    letter-spacing: .2em;
    width: 50px;
    width: 13.33333vw;
    margin-left: 5px;
    margin-left: 1.33333vw;
    text-align: center;
  }
  .list__details .details--desc span.venue--shibuya i {
    color: #2668FF;
  }
  .list__details .details--desc span.venue--vr i {
    color: #FAE100;
  }
  .list__details .details--desc span.is--before:after {
    content: '開催前';
  }
  .list__details .details--desc span.is--open:after {
    content: '開催中';
  }
  .list__details .details--desc span.is--close i {
    color: #000000;
  }
  .list__details .details--desc span.is--close:after {
    content: '終了';
    color: #868686;
    border: 1px solid #868686;
    border: 0.26667vw solid #868686;
    box-sizing: border-box;
  }
  .list__details .details--desc span:last-of-type {
    margin-left: 8px;
    margin-left: 2.13333vw;
    padding-left: 10px;
    padding-left: 2.66667vw;
  }
	
/*
  .list__details .details--desc span:last-of-type:before {
    content: '｜';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
*/
	
/*	付け足し*/
	.list__details .details--desc span:nth-child(2):before {
	  content: '｜';
	  display: block;
	  position: absolute;
	  left: 0;
	  top: 0;
	}
/*  付け足しend*/
	
	
  .list__paging {
    width: 100%;
    background-color: #CCCCCC;
    padding-bottom: 50px;
    padding-bottom: 13.33333vw;
  }
  .list__paging.is--none {
    display: none;
  }
  .list__paging ul {
    display: block;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .list__paging li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 355px;
    width: 94.66667vw;
  }
  .list__paging a {
    display: block;
    text-align: center;
    background-color: #FF3E3E;
    color: #ffffff;
    line-height: 80px;
    line-height: 21.33333vw;
    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;
    text-decoration: none;
  }
  .list__paging span {
    display: inline-block;
    position: relative;
  }
  .list__paging span:after {
    content: '';
    display: block;
    width: 24px;
    width: 6.4vw;
    width: 16px;
    width: 4.26667vw;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    transition: none;
  }
  .list__paging li.paging--prev {
    margin-bottom: 17px;
    margin-bottom: 4.53333vw;
  }
  .list__paging li.paging--prev span {
    padding-left: 25px;
    padding-left: 6.66667vw;
  }
  .list__paging li.paging--prev span:after {
    left: 0;
    background: url("/shared/img/common/icon_prev.svg") center center no-repeat;
    background-size: contain;
  }
  .list__paging li.paging--prev a:hover span:after {
    transform: translate(0, -50%);
  }
  .list__paging li.paging--next {
    margin-left: 20px;
    margin-left: 5.33333vw;
  }
  .list__paging li.paging--next span {
    padding-right: 25px;
    padding-right: 6.66667vw;
  }
  .list__paging li.paging--next span:after {
    right: 0;
    background: url("/shared/img/common/icon_next.svg") center center no-repeat;
    background-size: contain;
  }
  .list__paging li.paging--next a:hover span:after {
    transform: translate(0, -50%);
  }
  .detail {
    border: none;
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
  }
  .detail:after {
    display: none;
  }
  .detail:before {
    content: '';
    display: block;
    width: 100%;
    height: 170px;
    height: 45.33333vw;
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .detail__inner {
    border: none;
    width: 89.333%;
    margin: 0 auto;
    padding-top: 25px;
    padding-top: 6.66667vw;
    position: relative;
    z-index: 1;
  }
  .detail__block {
    width: 100%;
    display: block;
    -ms-flex-pack: justify;
        justify-content: space-between;
    color: #000000;
  }
  .detail__img {
    border: none;
    -ms-flex-order: 2;
        order: 2;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .detail__img img {
    width: 100%;
    height: auto;
  }
  .detail__desc {
    border: none;
    -ms-flex-order: 1;
        order: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
    position: relative;
    z-index: 1;
    padding-bottom: 60px;
    padding-bottom: 16vw;
  }
  .detail__desc__inner {
    margin-right: 0;
  }
  .detail__desc__inner .desc--title {
    font-size: 24px;
    font-size: 6.4vw;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5em;
    position: relative;
    padding: 0;
    color: #000000;
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
  }
  .detail__desc__inner .desc--title span {
    display: block;
    position: relative;
    z-index: 1;
  }
  .detail__desc__inner .desc--title:before {
    display: none;
  }
  .detail__desc__inner .desc--status {
    margin-bottom: 32px;
    margin-bottom: 8.53333vw;
  }
  .detail__desc__inner .desc--status dl {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-bottom: 17px;
    margin-bottom: 4.53333vw;
  }
  .detail__desc__inner .desc--status dl:last-of-type {
    margin-bottom: 0px;
  }
  .detail__desc__inner .desc--status dt {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.0em;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 8px;
    margin-bottom: 2.13333vw;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .detail__desc__inner .desc--status dd {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.0em;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    margin-bottom: 0vw;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .detail__desc__inner .desc--status span {
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .detail__desc__inner .desc--status span i {
    display: inline-block;
    margin-right: 5px;
    margin-right: 1.33333vw;
  }
  .detail__desc__inner .desc--status span:last-of-type {
    margin-left: 23px;
    margin-left: 6.13333vw;
  }
  .detail__desc__inner .desc--status span.venue--shibuya i {
    color: #2668FF;
  }
  .detail__desc__inner .desc--status span.venue--vr i {
    color: #FAE100;
  }
  .detail__desc__inner .desc--text {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5em;
    font-size: 20px;
    font-size: 5.33333vw;
  }
  .shibuya {
    border: none;
    width: 100%;
    background-color: #2668FF;
    overflow: hidden;
    position: relative;
  }
  .shibuya__inner {
    border: none;
    width: 89.333%;
    margin: 0 auto;
    padding-top: 70px;
    padding-top: 18.66667vw;
    padding-bottom: 70px;
    padding-bottom: 18.66667vw;
    display: block;
  }
  .shibuya__detail {
    border: none;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 40px;
    margin-bottom: 10.66667vw;
  }
  .shibuya__detail__title {
    display: block;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-bottom: 60px;
    margin-bottom: 16vw;
  }
  .shibuya__detail__title .title--ja {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 28px;
    font-size: 7.46667vw;
    letter-spacing: .2em;
    line-height: 1.0em;
    margin-right: 0;
    display: block;
    margin-bottom: 13px;
    margin-bottom: 3.46667vw;
  }
  .shibuya__detail__title .title--en {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 4.26667vw;
    letter-spacing: -.02em;
    line-height: 1.0em;
    position: relative;
    padding: 0 15px;
    padding: 0 4vw;
    display: inline-block;
  }
  .shibuya__detail__title .title--en:before, .shibuya__detail__title .title--en:after {
    content: '|';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .shibuya__detail__title .title--en:before {
    left: 0;
  }
  .shibuya__detail__title .title--en:after {
    right: 0;
  }
  .shibuya__detail__desc {
    margin-right: 0px;
    margin-right: 0vw;
    margin-bottom: 38px;
    margin-bottom: 10.13333vw;
  }
  .shibuya__detail__desc dl {
    display: block;
    width: 100%;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.5em;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .shibuya__detail__desc dl:last-of-type {
    margin-bottom: 0;
  }
  .shibuya__detail__desc dt {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 3px;
    margin-bottom: 0.8vw;
  }
  .shibuya__detail__desc dd {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .shibuya__detail__desc dd span {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.5em;
  }
  .shibuya__detail__howto {
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .shibuya__detail__howto a {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 4.26667vw;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
    padding-bottom: 0.8vw;
    padding-left: 24px;
    padding-left: 6.4vw;
  }
  .shibuya__detail__howto a:before {
    content: '';
    display: block;
    width: 18px;
    width: 4.8vw;
    height: 18px;
    height: 4.8vw;
    background: url("/shared/img/common/icon_caps.png") center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 3px;
    top: 0.8vw;
  }
  .shibuya__detail__howto a:after {
    content: '';
    display: block;
    width: calc(100% - 24px);
    width: calc(100% - 6.4vw);
    height: 1px;
    height: 0.26667vw;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .shibuya__detail__caps {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-size: 3.5vw;
    line-height: 1.6em;
    margin-right: 0;
  }
  .shibuya__caps {
    border: none;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .shibuya__caps__button {
    width: 100%;
    margin-bottom: 37px;
    margin-bottom: 9.86667vw;
  }
  .shibuya__caps__button li {
    margin-bottom: 27px;
    margin-bottom: 7.2vw;
  }
  .shibuya__caps__button li:last-of-type {
    margin-bottom: 0;
  }
  .shibuya__caps__button a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    text-align: center;
    line-height: 80px;
    line-height: 21.33333vw;
  }
  .shibuya__caps__button a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FF3E3E;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .shibuya__caps__button span {
    display: inline-block;
    position: relative;
    z-index: 1;
    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;
    padding-right: 40px;
    padding-right: 10.66667vw;
    transform: translateX(0px);
  }
  .shibuya__caps__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;
  }
  .shibuya__caps__button a:hover span:after {
    transform: translate(0px, -50%);
  }
  .shibuya__caps__app {
    width: 100%;
  }
  .shibuya__caps__app .app--name {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    font-size: 5.33333vw;
    line-height: 1.0em;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .shibuya__caps__app .app--caps {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.5em;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .shibuya__caps__app .app--caps a {
    color: #ffffff;
    text-decoration: underline;
    transition: none;
  }
  .shibuya__caps__app .app--caps a:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .shibuya__caps__app .app--badge {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .shibuya__caps__app .app--badge li {
    margin-right: 0;
  }
  .shibuya__caps__app .app--badge li:last-of-type {
    margin-right: 0;
  }
  .shibuya__caps__app .app--badge img {
    height: 50px;
    height: 13.33333vw;
    width: auto;
  }
  .virtual {
    border: none;
    width: 100%;
    background-color: #FAE100;
    color: #000000;
    overflow: hidden;
    position: relative;
  }
  .virtual__inner {
    border: none;
    width: 89.333%;
    margin: 0 auto;
    padding-top: 70px;
    padding-top: 18.66667vw;
    padding-bottom: 70px;
    padding-bottom: 18.66667vw;
  }
  .virtual__title {
    display: block;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-bottom: 60px;
    margin-bottom: 16vw;
  }
  .virtual__title .title--ja {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 28px;
    font-size: 7.46667vw;
    letter-spacing: .2em;
    line-height: 1.0em;
    margin-right: 0;
    display: block;
    margin-bottom: 13px;
    margin-bottom: 3.46667vw;
  }
  .virtual__title .title--en {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 4.26667vw;
    letter-spacing: -.02em;
    line-height: 1.0em;
    position: relative;
    padding: 0 15px;
    padding: 0 4vw;
    display: inline-block;
  }
  .virtual__title .title--en:before, .virtual__title .title--en:after {
    content: '|';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .virtual__title .title--en:before {
    left: 0;
  }
  .virtual__title .title--en:after {
    right: 0;
  }
  .virtual__block {
    width: 100%;
    display: block;
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
  }
  .virtual__caps {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -ms-flex-order: 1;
        order: 1;
  }
  .virtual__caps__head {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    font-size: 5.33333vw;
    line-height: 1.0em;
    margin-bottom: 27px;
    margin-bottom: 7.2vw;
  }
  .virtual__caps__button {
    width: 100%;
    margin-bottom: 40px;
    margin-bottom: 10.66667vw;
  }
  .virtual__caps__button a {
    display: block;
    width: 100%;
    line-height: 80px;
    line-height: 21.33333vw;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    text-align: center;
  }
  .virtual__caps__button a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FF3E3E;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .virtual__caps__button span {
    display: inline-block;
    position: relative;
    z-index: 1;
    transform: translateX(0px);
    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;
    font-size: 3.33333vw;
    padding-right: 35px;
    padding-right: 9.33333vw;
    letter-spacing: .2em;
  }
  .virtual__caps__button span:after {
    content: '';
    display: block;
    background: url("/shared/img/common/icon_blank.png") center center no-repeat;
    background-size: cover;
    width: 20px;
    width: 5.33333vw;
    height: 20px;
    height: 5.33333vw;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: none;
  }
  .virtual__caps__button a:hover span:after {
    transform: translate(-50%, -50%) scale(1);
  }
  .virtual__caps__text {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.5em;
  }
  .virtual__caps__text a {
    color: #000000;
    text-decoration: underline;
    transition: none;
  }
  .virtual__caps__text a:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .virtual__detail {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -ms-flex-order: 2;
        order: 2;
    margin-bottom: 35px;
    margin-bottom: 9.33333vw;
  }
  .virtual__detail__inner {
    margin-left: 0px;
  }
  .virtual__detail__desc {
    margin-bottom: 38px;
    margin-bottom: 10.13333vw;
  }
  .virtual__detail__text {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 4.26667vw;
  }
  .virtual__detail__desc dl {
    display: block;
    width: 100%;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.5em;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .virtual__detail__desc dl:last-of-type {
    margin-bottom: 0;
  }
  .virtual__detail__desc dt {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 3px;
    margin-bottom: 0.8vw;
  }
  .virtual__detail__desc dd {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .virtual__detail__desc dd span {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.5em;
  }
  .virtual__detail__howto {
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .virtual__detail__howto a {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 4.26667vw;
    text-decoration: none;
    color: #000000;
    display: inline-block;
    position: relative;
    padding-bottom: 0px;
    padding-bottom: 0vw;
    padding-left: 24px;
    padding-left: 6.4vw;
    transition: none;
  }
  .virtual__detail__howto a:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .virtual__detail__howto a:before {
    content: '';
    display: block;
    width: 18px;
    width: 4.8vw;
    height: 18px;
    height: 4.8vw;
    background: url("/shared/img/common/icon_caps_b.png") center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 3px;
    top: 0.8vw;
  }
  .virtual__detail__howto a:after {
    display: none;
  }
  .virtual__detail__howto span {
    display: inline;
    border-bottom: #000000 solid 1px;
    border-bottom: #000000 solid 0.26667vw;
  }
  .virtual__detail__caps {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.5em;
  }
  .virtual__badge {
    width: 100%;
  }
  .virtual__badge ul {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .virtual__badge li {
    margin-right: 0px;
    margin-bottom: 12px;
    margin-bottom: 3.2vw;
  }
  .virtual__badge li:last-of-type {
    margin-right: 0;
  }
  .virtual__badge .badge--pc {
    display: none;
  }
  .virtual__badge .badge--app img {
    height: 50px;
    height: 13.33333vw;
    width: auto;
  }
  .store {
    border: none;
    width: 100%;
    background-color: #000000;
    overflow: hidden;
    position: relative;
  }
  .store__inner {
    border: none;
    width: 89.333%;
    margin: 0 auto;
    padding-top: 70px;
    padding-top: 18.66667vw;
    padding-bottom: 70px;
    padding-bottom: 18.66667vw;
  }
  .store__title {
    display: block;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-bottom: 60px;
    margin-bottom: 16vw;
  }
  .store__title .title--ja {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 28px;
    font-size: 7.46667vw;
    letter-spacing: .2em;
    line-height: 1.0em;
    margin-right: 0;
    display: block;
    margin-bottom: 13px;
    margin-bottom: 3.46667vw;
  }
  .store__title .title--en {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 4.26667vw;
    letter-spacing: -.02em;
    line-height: 1.0em;
    position: relative;
    padding: 0 15px;
    padding: 0 4vw;
    display: inline-block;
  }
  .store__title .title--en:before, .store__title .title--en:after {
    content: '|';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .store__title .title--en:before {
    left: 0;
  }
  .store__title .title--en:after {
    right: 0;
  }
  .store__block {
    width: 100%;
    display: block;
    position: relative;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .store__imgs {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
    margin-bottom: 8.53333vw;
  }
  .store__imgs .is--none li {
    border: 1px solid #ffffff;
    border: 0.26667vw solid #ffffff;
    box-sizing: border-box;
    position: relative;
  }
  .store__imgs .is--none li:after {
    content: 'Coming Soon';
    display: block;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 4.26667vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .store__imgs ul {
    display: block;
  }
  .store__imgs li {
    width: 100%;
    display: block;
  }
  .store__imgs li img {
    width: 100%;
    height: auto;
  }
  .store__imgs .imgs--prev,
  .store__imgs .imgs--next {
    width: 40px;
    width: 10.66667vw;
    height: 40px;
    height: 10.66667vw;
    position: absolute;
    top: 50%;
    z-index: 1;
    display: none;
  }
  .store__imgs .imgs--prev a,
  .store__imgs .imgs--next a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .store__imgs .imgs--prev span,
  .store__imgs .imgs--next span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #ffffff;
    border: 0.26667vw solid #ffffff;
    box-sizing: border-box;
    border-radius: 60px;
    transition: none;
  }
  .store__imgs .imgs--prev img,
  .store__imgs .imgs--next img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    width: 4vw;
    height: auto;
  }
  .store__imgs .imgs--prev {
    right: 20px;
    right: 5.33333vw;
    transform: translate(0px, -50%);
  }
  .store__imgs .imgs--prev a:hover span {
    transform: translateX(0);
  }
  .store__imgs .imgs--next {
    left: 20px;
    left: 5.33333vw;
    transform: translate(0px, -50%);
  }
  .store__imgs .imgs--next a:hover span {
    transform: translateX(0);
  }
  .store__detail {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .store__detail__inner {
    margin-left: 0;
  }
  .store__detail__text {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.5em;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .store__detail__button {
    width: 100%;
    margin-bottom: 35px;
    margin-bottom: 9.33333vw;
  }
  .store__detail__button a {
    display: block;
    width: 100%;
    line-height: 80px;
    line-height: 21.33333vw;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    text-align: center;
  }
  .store__detail__button a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FF3E3E;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 0;
  }
  .store__detail__button span {
    display: inline-block;
    position: relative;
    z-index: 1;
    transform: translateX(0px);
    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;
    padding-right: 35px;
    padding-right: 9.33333vw;
    letter-spacing: .2em;
  }
  .store__detail__button span:after {
    content: '';
    display: block;
    background: url("/shared/img/common/icon_blank.png") center center no-repeat;
    background-size: cover;
    width: 20px;
    width: 5.33333vw;
    height: 20px;
    height: 5.33333vw;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: none;
  }
  .store__detail__button a:hover span:after {
    transform: translate(-50%, -50%) scale(1.3);
  }
  .store__detail__button.is--none {
    pointer-events: none;
  }
  .store__detail__button.is--none a:before {
    background-color: #A8A8A8;
  }
  .store__detail__button.is--none span {
    padding-right: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    letter-spacing: 0;
  }
  .store__detail__button.is--none span:after {
    display: none;
  }
  .store__detail__howto {
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .store__detail__howto a {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 4.26667vw;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
    padding-bottom: 0.8vw;
    padding-left: 24px;
    padding-left: 6.4vw;
  }
  .store__detail__howto a:before {
    content: '';
    display: block;
    width: 18px;
    width: 4.8vw;
    height: 18px;
    height: 4.8vw;
    background: url("/shared/img/common/icon_caps.png") center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 3px;
    top: 0.8vw;
  }
  .store__detail__howto a:after {
    content: '';
    display: block;
    width: calc(100% - 24px);
    width: calc(100% - 6.4vw);
    height: 1px;
    height: 0.26667vw;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .store__detail__caps {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.5em;
  }
  .point {
    border: none;
    width: 100%;
    background-color: #EEEEF2;
    color: #000000;
    overflow: hidden;
    position: relative;
  }
  .point__inner {
    border: none;
    width: 100%;
    margin: 0 auto;
    padding-top: 70px;
    padding-top: 18.66667vw;
    padding-bottom: 70px;
    padding-bottom: 18.66667vw;
  }
  .point__title {
    display: block;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 89.333%;
    margin: 0 auto;
    margin-bottom: 60px;
    margin-bottom: 16vw;
  }
  .point__title .title--ja {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 28px;
    font-size: 7.46667vw;
    letter-spacing: .2em;
    line-height: 1.0em;
    margin-right: 0;
    display: block;
    margin-bottom: 13px;
    margin-bottom: 3.46667vw;
  }
  .point__title .title--en {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 4.26667vw;
    letter-spacing: -.02em;
    line-height: 1.0em;
    position: relative;
    padding: 0 15px;
    padding: 0 4vw;
    display: inline-block;
  }
  .point__title .title--en:before, .point__title .title--en:after {
    content: '|';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .point__title .title--en:before {
    left: 0;
  }
  .point__title .title--en:after {
    right: 0;
  }
  .point__list {
    width: 100%;
  }
  .point__list ul {
    display: block;
    width: 100%;
  }
  .point__list li {
    margin-left: 0;
    display: block;
    background: none;
    margin-bottom: 4px;
    margin-bottom: 1.06667vw;
  }
  .point__list li:last-of-type {
    margin-bottom: 0;
  }
  .point__list li.is--wide .point__list__detail {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .point__list__detail {
    padding: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .point__list__detail .detail--title {
    background-color: #2668FF;
    width: calc(100% - 20px);
    width: calc(100% - 5.33333vw);
    min-height: auto;
    color: #ffffff;
    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;
    line-height: 1.5em;
    display: table;
    transform: translate(0px, 0px);
    position: relative;
    z-index: 1;
  }
  .point__list__detail .detail--title span {
    display: table-cell;
    vertical-align: bottom;
    padding: 0;
    padding-top: 15px;
    padding-top: 4vw;
    padding-bottom: 15px;
    padding-bottom: 4vw;
    padding-left: 20px;
    padding-left: 5.33333vw;
  }
  .point__list__detail .detail--text {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.5em;
    margin-left: 20px;
    margin-left: 5.33333vw;
    padding-left: 20px;
    padding-left: 5.33333vw;
    padding-right: 20px;
    padding-right: 5.33333vw;
    padding-top: 56px;
    padding-top: 14.93333vw;
    padding-bottom: 20px;
    padding-bottom: 5.33333vw;
    background-color: #ffffff;
    transform: translateY(-28px);
    transform: translateY(-7.46667vw);
    position: relative;
    z-index: 0;
  }
  .point__list__detail .detail--text a {
    color: #000000;
    text-decoration: underline;
    transition: none;
  }
  .point__list__detail .detail--text a:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .point__list__img {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    transform: translateY(-28px);
    transform: translateY(-7.46667vw);
    margin-left: 20px;
    margin-left: 5.33333vw;
  }
  .goods {
    border: none;
    width: 100%;
    background-color: #2668FF;
    overflow: hidden;
    position: relative;
  }
  .goods__inner {
    border: none;
    width: 89.333%;
    margin: 0 auto;
    padding-top: 70px;
    padding-top: 18.66667vw;
    padding-bottom: 70px;
    padding-bottom: 18.66667vw;
  }
  .goods__title {
    display: block;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-bottom: 60px;
    margin-bottom: 16vw;
  }
  .goods__title .title--ja {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 28px;
    font-size: 7.46667vw;
    letter-spacing: .2em;
    line-height: 1.0em;
    margin-right: 0;
    display: block;
    margin-bottom: 13px;
    margin-bottom: 3.46667vw;
  }
  .goods__title .title--en {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 4.26667vw;
    letter-spacing: -.02em;
    line-height: 1.0em;
    position: relative;
    padding: 0 15px;
    padding: 0 4vw;
    display: inline-block;
  }
  .goods__title .title--en:before, .goods__title .title--en:after {
    content: '|';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .goods__title .title--en:before {
    left: 0;
  }
  .goods__title .title--en:after {
    right: 0;
  }
  .goods__item {
    width: 100%;
  }
  .goods__item ul {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .goods__item li {
    -ms-flex-preferred-size: calc((100% - 10px) / 2);
        flex-basis: calc((100% - 10px) / 2);
    -ms-flex-preferred-size: calc((100% - 2.66667vw) / 2);
        flex-basis: calc((100% - 2.66667vw) / 2);
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
    margin-right: 0;
    background-color: #ffffff;
  }
  .goods__item li:nth-child(3n) {
    margin-right: 0;
  }
  .goods__item__box {
    width: 100%;
    height: auto;
    position: relative;
  }
  .goods__item__box .box--img {
    display: table;
    width: 100%;
    height: 162px;
    height: 43.2vw;
  }
  .goods__item__box .box--img a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    transition: all .4s;
  }
  .goods__item__box .box--img a:hover {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  .goods__item__box .box--img img {
    max-width: 100%;
    max-height: 100%;
  }
  .goods__item__name {
    display: none;
  }
  .goods__item__desc {
    width: 100%;
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: left;
        align-items: left;
    background-color: #000000;
  }
  .goods__item__desc .desc--button {
    display: none;
  }
  .goods__item__desc .desc--price {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    line-height: 1.5em;
    font-family: Poppins, dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 600;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-size: 3.2vw;
    text-align: left;
  }
  .goods__item__desc .desc--price span {
    display: block;
    margin: 0;
    padding: 7px 15px;
    padding: 1.86667vw 4vw;
  }
  .caution {
    border: none;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    overflow: hidden;
    position: relative;
  }
  .caution__inner {
    border: none;
    width: 89.333%;
    margin: 0 auto;
    padding-top: 60px;
    padding-top: 16vw;
    padding-bottom: 60px;
    padding-bottom: 16vw;
  }
  .caution__block {
    display: block;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 45px;
    margin-bottom: 12vw;
  }
  .caution__title {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.5em;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
    text-align: center;
  }
  .caution__text {
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.5em;
    -ms-flex-preferred-size: 82.8125%;
        flex-basis: 82.8125%;
  }
  .caution__copyright {
    text-align: center;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.5em;
  }
}


/*付け足し*/

.shibuya__detail__desc p.alert {
	display: none;
}

.shibuya__caps p.alert {
	display: block;
	margin-top: 4em;
	color: yellow;
	border: 1px solid yellow;
	padding: 2.2em;
	font-size: 20px;
	line-height: 1.6em;
}

.button--none a {
	pointer-events: none;
}

.button--none a:before {
	background-color: #A8A8A8;
}
.button--none span:after {
	background: transparent;
}

@media screen and (max-width: 768px) {
    .button--none a span {
        padding: 0;
    }
}

.en_mintitle dl dt {
	-ms-flex-preferred-size: 180px;
    flex-basis: 180px;
}


.list__details .details--desc span.is--before_en:after {
  content: 'Before';
  letter-spacing: 0.1em;
}

.list__details .details--desc span.is--open_en:after {
  content: 'During';
  letter-spacing: 0.1em;
}

.list__details .details--desc span.is--close i {
  color: #000000;
}

.list__details .details--desc span.is--close_en:after {
  content: 'Finished';
  color: #868686;
  border: 1px solid #868686;
  letter-spacing: 0em;
}

.list__details .details--desc span.is--close_en i {
  color: #000000;
}

.list__details .details--desc span.is--yet_en:after {
  content: 'Pending';
  letter-spacing: 0em;
}

/*アイマス年末年始お知らせ用*/

.shibuya__detail__desc p.b-hour {
	display: block;
	margin-top: 4em;
	margin-bottom: 4em;
	color: #FFB2B3;
	font-size: 18px;
	line-height: 1.6em;
}
.shibuya__detail__desc p.b-hour span {
	display: block;
}
.shibuya__detail__desc p.b-hour span.b-hour-title {
	font-size: 22px;
	margin-bottom: .8em;
	font-weight: bold;
}
.shibuya__detail__desc p.b-hour span a {
	color: #FFB2B3;
	word-break: break-all;
}


/*すばらしき用*/
span.video {
	display: block;
	width: 100%;
	padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
	height:0px;              /*高さはpaddingで指定するためheightは0に*/
	position: relative;
}
.video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*MAPPA展ページ　トップボタン*/

.headline__linkbtn__area {
	text-align: right;
	width: 100%;
}
.headline__linkbtn__area .about__detail__link {
	display: inline-block;
	width: 25%;
	max-width: 210px;
	margin-left: 25px;
}
.headline__linkbtn__area .about__detail__link a:link {
	opacity: 1;
}
.headline__linkbtn__area .about__detail__link a:hover {
	opacity: .8;
}
.headline__linkbtn__area .about__detail__link a:visited {
	opacity: 1;
}
.headline__linkbtn__area .about__detail__link a:active {
	opacity: .8;
}
.headline__linkbtn__area .about__detail__link img {
	width: 100%;
}



/*goods部分*/
h5.goods_intro {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 1.5em;
    line-height: 1.6em;
    margin-top: -1em;
}
div.illust-area {
    display: flex;
}

div.illust-block{
    flex-basis: 50%;
    margin: 0 0 4em;
    width: 100%;
    max-width: 700px;
    padding: 0 4% 0 0;
}
div.illust-block p.illustimg-box {
    width: 108%;
}
.illust-block p.illust-desc {
    font-size: 1.1em;
    margin-bottom: 0.6em;
}
.illust-block p img {
    width: 100%;
    max-width: 700px;
}

.goods_btnarea {
    margin-bottom: 2em;
}

.btn,a.btn,button.btn {
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    width: 31%;
    padding: 1.3em 0em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-radius: 0.5rem;
    border: 3px solid #fff;
    margin: 2em 2em 2em 0;
  }

.btn--orange, a.btn--orange {
    color: #fff;
    background-color: rgb(255, 62, 62);
}

.btn--orange:hover, a.btn--orange:hover {
        color: #000;
        background-color: rgb(255, 255, 255);
        border: 3px solid #000;
  }
p.goods_announce {
    font-size: 20px;
    margin-bottom: 0.5rem;
    margin-top: 2em;
  }
li.announce_text {
    text-indent: -0.5rem;
    padding-left: 0.5rem;
}
.goods__item__box p.item_tag {
    position: absolute;
    background-color: #F79000;
    top: 0;
    padding: .5em 1em;
    font-size: 1.3em;
}
.goods__item li {
    position: relative;
}
.goods__item li .goods__item__name {
    margin-bottom: 4em;
}
.goods__item li .goods__item__desc {
    position: absolute;
    bottom: 0;
}



/*goods部分*/
@media screen and (max-width: 1010px) {
    .goods__item li .goods__item__name {
        margin-bottom: 8em;
        }
}



@media screen and (max-width: 768px) {
	.en_mintitle dl dt {
		-ms-flex-preferred-size: auto;
        flex-basis: auto;
	}
	
	.shibuya__detail__desc p.alert {
		display: block;
		margin-top: -0.5em;
		margin-bottom: 3.5em;
		color: yellow;
		border: 1px solid yellow;
		padding: 2.2em;
		font-size: 20px;
		line-height: 1.6em;
	}
	
	.shibuya__caps p.alert {
		display: none;
	}
	
/*	goods部分*/
	h5.goods_intro{
        font-size: 100%;
        margin-bottom: 2em;
        margin-top: -2em;
    }
    div.illust-area {
        display: block;
    }
    div.illust-block{
        flex-basis: 100%;
        padding: 0;
    }
    div.illust-block p.illustimg-box {
        width: 100%;
    }
    .illust-block p.illust-desc {
        font-size: 1em;
    }

    p.goods_announce {
        font-size: 100%;
    }
    .goods__item__box p.item_tag {
        padding: 0.2em 1em;
        font-size: 1em;
    }
    .goods__item li .goods__item__desc {
      position: static;
    }
    .btn,a.btn,button.btn {
        width: 100%;
    }
	
/*MAPPA展ページ　トップボタン*/
	.headline__linkbtn__area {
		text-align: center;
		text-align: left;
		width: 100%;
		margin: 10% 0 -6% 0;
		letter-spacing: -.4em;
	}
    .headline__linkbtn__area .about__detail__link {
		width: 50%;
		max-width: 300px;
		margin: 0;
		padding: 0 2%;
		padding: 4vw 2% 0;
		letter-spacing: normal;
	}

}

/*付け足し end*/




/*英語版エキシビジョン＆ストアページ*/
.list__details--en {
	padding-bottom: 40px;
}

.en--exhibitionlist {
	position: relative;
}
.en--exhibitionlist .en--tag--pc {
	color: #FF3E3E;
	padding: 0 30px 8px 30px;
	position: absolute;
	bottom: 0; right: 0;
	text-align: right;
}
.en--exhibitionlist .en--tag--sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.list__details--en {
        padding-bottom: 8vw;
    }
	.en--exhibitionlist .en--tag--sp {
		display: block;
		text-align: right;
		color: #FF3E3E;
		padding-top: .8em;
	}
	.en--exhibitionlist .en--tag--pc {
		display: none;
	}
}

/*英語版エキシビジョン＆ストアページ end */

.twt-box { display: block; padding: 1.2em 1.5em; border: solid 1px #000; margin-top:2.5em; }
.att-box { border: solid 2px #dc143c; display: block; padding: 1em 1em 1.8em; margin: 1em 0 1.5em; }
.kvside_copyright{display: block; font-size: 0.7em; line-height: 1.8em; margin-top: 3.5em;}
.ticket-chuu1{font-weight: bold; z-index: 1; }
.ticket-chuu2{display: block; border: double 4px red; padding: 2em; background-color: #F5F5F5; }
.ticket-chuu3{color: red; font-size: 1.3em; display: block; margin-bottom: -0.8em; }
.white-line { border-top:1px solid #fff;display:block;padding:2em 0 0;margin-top:2em }
.black-line { border-top:1px solid #000;display:block;padding:2em 0 0;margin-top:2em }

.comingsonn1{
    font-size:1.6em !important;
    letter-spacing:0.07em !important;
    margin-bottom:30px !important;
    line-height:1.5 !important;
}
.comingsonn-goods{
	font-size:2.4em !important;
		letter-spacing:0.07em !important;
		margin-bottom:30px !important;
		line-height:1.5 !important;
}

/*グッズ注釈用*/
.exhibi_goods_chuu{font-size: 0.8em; line-height: 1.5em; display: block; padding-top: 0.5em;color:red;}
