@charset "UTF-8";
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ============================================================================================
  TOP

  @date 2017-07-12
  @include _top

  memo: */
#top-page {
  width: calc(100% - 127px);
  margin-left: 127px;
  padding-bottom: 75px;
}

.opening {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: #d70c18;
  width: 100%;
  height: 100%;
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  display: none;
}

.opening__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.opening__text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
}

.opening__text span {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 28px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.3em;
}

.sitetitle {
  display: none;
}

.visual {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  z-index: 0;
  background-color: #d70c18;
}

.visual:before {
  content: '';
  display: block;
  width: 100%;
  height: 125px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.visual__inner {
  width: 100%;
  height: 100%;
  position: relative;
  zoom: 1;
  border: none;
}

.visual__inner:after {
  content: "";
  clear: both;
  display: block;
}

.visual__lead {
  position: absolute;
  right: 30px;
  top: 91px;
  z-index: 3;
  border: none;
  display: table;
  width: 515px;
  height: 106px;
  transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform: rotate(90deg) translateX(545px);
}

.visual__lead__text {
  font-size: 47px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  display: table-cell;
  vertical-align: middle;
}

.visual__lead__text span {
  letter-spacing: -.15em;
}

.visual__lead__icon {
  display: table-cell;
  vertical-align: middle;
  width: 101px;
}

.visual__block {
  border: none;
  width: 100%;
  height: calc(100% - 40px);
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 2;
  position: relative;
}

.visual__block__box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: -67px;
  top: 0;
  display: none;
}

.visual__block__box.is--current {
  display: block;
}

#visual--1 {
  background: url("../img/top/visual_1.png") center center no-repeat;
  background-size: contain;
}

#visual--2 {
  background: url("../img/top/visual_2.jpg") center center no-repeat;
  background-size: contain;
}

.main {
  position: relative;
  width: 100%;
  z-index: 0;
  background-color: #d70c18;
}

.main__inner {
  width: 100%;
  position: relative;
  zoom: 1;
  border: none;
  padding: 125px 0 0 0;
}

.main__inner:after {
  content: "";
  clear: both;
  display: block;
}

.main__block {
  width: calc((100% - (40px + 120px + 93px)) / 2);
  margin-bottom: 48px;
  position: relative;
  float: left;
  z-index: 1;
  transition: all 0.7s cubic-bezier(0.17, 0.67, 0.55, 0.97);
}

.main__block:last-child {
  margin-bottom: 0;
}

.main__block:nth-child(2n) {
  margin-left: 120px;
  padding-top: 227px;
}

.main__block:nth-child(2n):before {
  content: '';
  display: block;
  background: url("../img/common/frame_r.png") center center no-repeat;
  width: 316px;
  height: 108px;
  position: absolute;
  right: -93px;
  top: -77px;
  zx-index: 0;
  pointer-events: none;
}

.main__block:nth-child(2n-1) {
  margin-left: 40px;
}

.main__block:nth-child(2n-1):before {
  content: '';
  display: block;
  background: url("../img/common/frame_l.png") center center no-repeat;
  width: 78px;
  height: 108px;
  position: absolute;
  left: -167px;
  top: -77px;
  z-index: 1;
  pointer-events: none;
}

.main__block__img {
  width: 100%;
  height: 350px;
  background-color: #E6E6E6;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  position: relative;
}

.main__block__img:before {
  content: '';
  display: block;
  background: url("../img/common/frame_plus.png") center center no-repeat;
  width: 101px;
  height: 106px;
  position: absolute;
  left: -75px;
  top: -76px;
  pointer-events: none;
}

.main__block__img a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.main__block__img a:hover .main__block__img__more {
  transform: translateX(10px);
}

.main__block__img__head {
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: rotate(90deg) translate(0, 12px);
}

.main__block__img__head span {
  display: inline-block;
  font-size: 16px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  vertical-align: top;
}

.main__block__img__head span:nth-child(1) {
  margin-left: 50px;
}

.main__block__img__head span:nth-child(2) {
  margin-left: 40px;
}

.main__block__img__more {
  position: absolute;
  left: -74px;
  bottom: 50px;
  z-index: 1;
  transition: all .2s;
}

.main__block__title {
  width: 100%;
  background-color: #F8C9B0;
  position: relative;
  z-index: 1;
}

.main__block__title__head {
  font-size: 16px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: rotate(90deg) translate(0, 12px);
}

.main__block__title__text {
  margin: 0 23px;
  padding: 25px 0;
  font-size: 16px;
  line-height: 1.875em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.block--bestal .main__block__img {
  background-image: url("../img/top/main_bestal.jpg");
  background-size: contain;
}

.block--tour .main__block__img {
  background-image: url("../img/top/main_tour2.png");
  background-size: contain;
}

.block--nmnl .main__block__img {
  background-image: url("../img/top/main_nmnl.jpg");
  background-size: contain;
}

.block--week .main__block__img {
  background-image: url("../img/top/main_week.png");
  background-size: contain;
}

.block--youtube .main__block__img {
  background-image: url("../img/top/main_youtube.jpg");
  background-size: contain;
}

.block--blog .main__block__img {
  background-image: url("../img/top/main_blog.jpg");
  background-size: contain;
}

.block--interview .main__block__img {
  background-image: url("../img/top/main_interview.png");
  background-size: contain;
}

.block--jinruishi .main__block__img {
  background-image: url("../img/top/main_jinruishi.png");
  background-size: contain;
}

.block--peter .main__block__img {
  background-image: url("../img/top/main_peter.png");
  background-size: contain;
}

.modal--bestal {
  margin: 0 60px;
  padding: 60px 0;
}

.modal--bestal__jacket {
  margin-bottom: 50px;
}

.modal--bestal__lead {
  font-size: 22px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8em;
  margin-bottom: 50px;
}

.modal--bestal__copy {
  font-size: 26px;
  font-family: source-han-sans-japanese, Arial,  "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.7em;
  margin-bottom: 30px;
}

.modal--bestal__spec {
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 30px;
}

.modal--bestal__tracks {
  width: 100%;
  zoom: 1;
  margin-bottom: 60px;
}

.modal--bestal__tracks:after {
  content: "";
  clear: both;
  display: block;
}

.modal--bestal__tracks__head {
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 10px;
}

.modal--bestal__tracks__box {
  width: 50%;
  float: left;
  font-family: source-han-sans-japanese, Arial,  "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.8em;
}

.modal--bestal__tokuten {
  width: 100%;
  border-top: #ffffff solid 2px;
  padding-top: 60px;
  margin-bottom: 60px;
}

.modal--bestal__tokuten__head {
  font-size: 22px;
  font-family: source-han-sans-japanese, Arial,  "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  margin-bottom: 30px;
}

.info--bestal__tokuten__box {
  font-family: source-han-sans-japanese, Arial,  "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.8em;
}

.info--bestal__tokuten__box span {
  display: block;
  font-family: source-han-sans-japanese, Arial,  "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}

.modal--bestal__button {
  text-align: center;
}

.modal--bestal__button a {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 40px;
  line-height: 1.0em;
  position: relative;
  padding: 10px 0;
}

.modal--bestal__button a:after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transition: all .2s;
}

.modal--bestal__button a:hover:after {
  transform: scale(0, 1);
}

.modal--tour {
  margin: 0 60px;
  padding: 100px 0;
}

.info__block__content__head {
  font-size: 24px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  margin-bottom: 20px;
}

.info__block__content__title {
  font-size: 70px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  margin-bottom: 20px;
}

.info__block__content__text {
  font-size: 18px;
  line-height: 1.8em;
  margin-bottom: 80px;
}

.info__block__content__date {
  display: table;
  width: 100%;
  box-sizing: border-box;
  border-left: #000000 solid 2px;
  margin-bottom: 50px;
}

.info__block__content__date li {
  display: table-cell;
  width: 33.33%;
  text-align: center;
  box-sizing: border-box;
  border-right: #000000 solid 2px;
  padding: 20px 0 35px 0;
  vertical-align: top;
}

.info__block__content__date__day {
  font-size: 60px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  margin-bottom: 10px;
}

.info__block__content__date__venue {
  font-size: 22px;
  font-family: futura-pt, source-han-sans-japanese, Arial,  "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  margin-bottom: 25px;
}

.info__block__content__date__cancel span {
  background-color: #d70c18;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  padding: 7px 15px;
  vertical-align: top;
}

.info__block__content__date__name {
  font-size: 32px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  margin-bottom: 10px;
}

.info__block__content__date__time {
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  margin-bottom: 10px;
}

.info__block__content__date__price {
  font-size: 12px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.7em;
}

.info__block__content__buy {
  font-size: 16px;
  font-family: source-han-sans-japanese, Arial,  "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em;
  margin-bottom: 25px;
}

.info__block__content__buy span {
  font-size: 14px;
}

.info__block__content__notes {
  font-family: source-han-sans-japanese, Arial,  "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  margin-bottom: 20px;
}

.info__block__content__button {
  margin-bottom: 20px;
}

.info__block__content__button a {
  display: inline-block;
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
  line-height: 1.0em;
  vertical-align: top;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 15px 30px 18px;
}

.info__block__content__date__desc {
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.modal--week {
  margin: 0 60px;
  padding: 80px 0;
}

.modal--week__img {
  width: 700px;
  margin: 0 auto 60px auto;
}

.modal--week__head {
  font-size: 26px;
  font-family: source-han-sans-japanese, Arial,  "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8em;
  margin-bottom: 10px;
}

.modal--week__lead {
  font-size: 22px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.7em;
  margin-bottom: 60px;
}

.modal--week__text {
  font-size: 14px;
  line-height: 1.8em;
  font-family: source-han-sans-japanese, Arial,  "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

.modal--week__text strong {
  display: block;
  font-family: source-han-sans-japanese, Arial,  "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}

.modal--week__text a {
  color: #000000;
}

.modal--jinruishi {
  margin: 0 60px;
  padding: 80px 0;
}

.modal--jinruishi__head {
  font-size: 35px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em;
  margin-bottom: 30px;
}

.modal--jinruishi__text {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 30px;
  font-family: source-han-sans-japanese, Arial,  "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.modal--jinruishi__headSub {
  font-size: 28px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  margin-bottom: 20px;
}

.modal--interview {
  margin: 0 80px;
  padding: 120px 0;
}

.modal--interview__head {
  font-size: 22px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 2.0em;
  margin-bottom: 30px;
}

.modal--interview__name {
  font-size: 18px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8em;
  margin-bottom: 60px;
  text-align: right;
}

.modal--interview__text {
  font-size: 16px;
  line-height: 2.0em;
  font-family: source-han-sans-japanese, Arial,  "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.modal--interview__text strong {
  font-family: source-han-sans-japanese, Arial,  "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  /* ============================================================================================
  SP TOP

  @date 2017-07-12
  @include sp/_top

  memo:
  padding: 70px
  padding: 18.66667vw
  @include spimg(width, 346)
  @mixin =========================================================================================== */
  #top-page {
    width: calc(100% - 63.5px);
    width: calc(100% - 16.93333vw);
    margin-left: 63.5px;
    margin-left: 16.93333vw;
    padding-bottom: 80px;
    padding-bottom: 21.33333vw;
  }
  .opening {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: #d70c18;
    width: 100%;
    height: 100%;
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    display: none;
  }
  .opening__inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .opening__text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    text-align: center;
  }
  .opening__text span {
    display: block;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-size: 14px;
    font-size: 3.73333vw;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5em;
  }
  .sitetitle {
    display: table;
    width: 100%;
    height: 60px;
    height: 16vw;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
  }
  .sitetitle__inner {
    display: table-cell;
    position: relative;
    width: 100%;
    text-align: right;
    vertical-align: middle;
  }
  .sitetitle__text {
    font-size: 23.5px;
    font-size: 6.26667vw;
    line-height: 1.0em;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-right: 20px;
    margin-right: 5.33333vw;
  }
  .sitetitle__text span {
    letter-spacing: -.15em;
  }
  .visual {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: auto;
    z-index: 0;
    background-color: #d70c18;
  }
  .visual:before {
    content: '';
    display: block;
    width: 100%;
    height: 60px;
    height: 16vw;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .visual__inner {
    width: 100%;
    height: 100%;
    position: relative;
    zoom: 1;
    border: none;
    overflow: hidden;
  }
  .visual__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .visual__lead {
    display: none;
  }
  .visual__block {
    border: none;
    width: 100%;
    height: calc(100% - 60px);
    height: calc(100% - 16vw);
    position: absolute;
    left: 0;
    top: 60px;
    top: 16vw;
    z-index: 2;
    position: relative;
  }
  .visual__block__box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
  }
  .visual__block__box.is--current {
    display: block;
  }
  #visual--1 {
    background: url("../img/top/visual_1.png") center center no-repeat;
    background-size: contain;
  }
  #visual--2 {
    background: url("../img/top/visual_2.jpg") center center no-repeat;
    background-size: contain;
  }
  .main {
    position: relative;
    width: 100%;
    z-index: 0;
    background-color: #d70c18;
  }
  .main__inner {
    width: 100%;
    position: relative;
    zoom: 1;
    border: none;
    padding-top: 75px;
    padding-top: 20vw;
  }
  .main__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .main__block {
    width: 278px;
    width: 74.13333vw;
    margin-bottom: 75px;
    margin-bottom: 20vw;
    position: relative;
    float: none;
    z-index: 1;
    transition: all 0.7s cubic-bezier(0.17, 0.67, 0.55, 0.97);
  }
  .main__block:last-child {
    margin-bottom: 0;
  }
  .main__block:nth-child(2n), .main__block:nth-child(2n-1) {
    margin-left: 0;
    padding-top: 0;
  }
  .main__block:nth-child(2n):after, .main__block:nth-child(2n-1):after {
    content: '';
    display: block;
    background: url("../img/common/frame_l_sp.png") right center no-repeat;
    background-size: contain;
    width: 9.5px;
    width: 2.53333vw;
    height: 46px;
    height: 12.26667vw;
    position: absolute;
    left: -63.5px;
    left: -16.93333vw;
    top: -37.5px;
    top: -10vw;
  }
  .main__block:nth-child(2n):before, .main__block:nth-child(2n-1):before {
    content: '';
    display: block;
    background: url("../img/common/frame_r_sp.png") right center no-repeat;
    background-size: contain;
    width: 175.5px;
    width: 46.8vw;
    height: 64.5px;
    height: 17.2vw;
    position: absolute;
    right: -34px;
    right: -9.06667vw;
    bottom: -32.5px;
    bottom: -8.66667vw;
    top: auto;
    left: auto;
    z-index: 0;
    pointer-events: none;
  }
  .main__block__img {
    width: 100%;
    height: 210px;
    height: 56vw;
    background-color: #E6E6E6;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 5px;
    margin-bottom: 1.33333vw;
    position: relative;
  }
  .main__block__img:before {
    content: '';
    display: block;
    background: url("../img/common/frame_plus_sp.png") center center no-repeat;
    background-size: contain;
    width: 60.5px;
    width: 16.13333vw;
    height: 63.5px;
    height: 16.93333vw;
    position: absolute;
    left: -45.5px;
    left: -12.13333vw;
    top: -46px;
    top: -12.26667vw;
    pointer-events: none;
  }
  .main__block__img a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .main__block__img a:hover .main__block__img__more {
    transform: translateX(0);
  }
  .main__block__img__head {
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: rotate(90deg) translate(0, 8px);
    transform: rotate(90deg) translate(0, 2.13333vw);
  }
  .main__block__img__head span {
    display: inline-block;
    font-size: 9.5px;
    font-size: 2.53333vw;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.0em;
    vertical-align: top;
  }
  .main__block__img__head span:nth-child(1) {
    margin-left: 30px;
    margin-left: 8vw;
  }
  .main__block__img__head span:nth-child(2) {
    margin-left: 20px;
    margin-left: 5.33333vw;
  }
  .main__block__img__more {
    position: absolute;
    left: -29px;
    left: -7.73333vw;
    bottom: 30px;
    bottom: 8vw;
    z-index: 1;
    transition: none;
  }
  .main__block__img__more img {
    width: 52.5px;
    width: 14vw;
    height: auto;
  }
  .main__block__title {
    width: 100%;
    background-color: #F8C9B0;
    position: relative;
  }
  .main__block__title__head {
    font-size: 9.5px;
    font-size: 2.53333vw;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.0em;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: rotate(90deg) translate(0, 8px);
    transform: rotate(90deg) translate(0, 2.13333vw);
  }
  .main__block__title__text {
    margin-left: 15px;
    margin-left: 4vw;
    margin-right: 15px;
    margin-right: 4vw;
    padding-top: 17.5px;
    padding-top: 4.66667vw;
    padding-bottom: 17.5px;
    padding-bottom: 4.66667vw;
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1.89em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .modal--bestal {
    margin-left: 30px;
    margin-left: 8vw;
    margin-right: 30px;
    margin-right: 8vw;
    padding-top: 30px;
    padding-top: 8vw;
    padding-bottom: 30px;
    padding-bottom: 8vw;
  }
  .modal--bestal__jacket {
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .modal--bestal__lead {
    font-size: 14px;
    font-size: 3.73333vw;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.8em;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .modal--bestal__copy {
    font-size: 15px;
    font-size: 4vw;
    font-family: source-han-sans-japanese, Arial,  "メイリオ", Meiryo, sans-serif;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.7em;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .modal--bestal__spec {
    font-size: 12px;
    font-size: 3.2vw;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 15px;
    margin-bottom: 4vw;
    font-family: source-han-sans-japanese, Arial,  "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
  }
  .modal--bestal__tracks {
    width: 100%;
    zoom: 1;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .modal--bestal__tracks:after {
    content: "";
    clear: both;
    display: block;
  }
  .modal--bestal__tracks__head {
    font-size: 12px;
    font-size: 3.2vw;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 5px;
    margin-bottom: 1.33333vw;
  }
  .modal--bestal__tracks__box {
    width: 100%;
    float: none;
    font-family: source-han-sans-japanese, Arial,  "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 1.8em;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .modal--bestal__tokuten {
    width: 100%;
    border-top: #ffffff solid 2px;
    padding-top: 30px;
    padding-top: 8vw;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .modal--bestal__tokuten__head {
    font-size: 15px;
    font-size: 4vw;
    font-family: source-han-sans-japanese, Arial,  "メイリオ", Meiryo, sans-serif;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.0em;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .info--bestal__tokuten__box {
    font-family: source-han-sans-japanese, Arial,  "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 1.8em;
  }
  .info--bestal__tokuten__box span {
    display: block;
    font-family: source-han-sans-japanese, Arial,  "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    font-size: 12px;
    font-size: 3.2vw;
    margin-bottom: 5px;
    margin-bottom: 1.33333vw;
  }
  .modal--bestal__button {
    text-align: center;
  }
  .modal--bestal__button a {
    display: inline-block;
    color: #000000;
    text-decoration: none;
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
    font-size: 6.66667vw;
    line-height: 1.0em;
    position: relative;
    padding-top: 10px;
    padding-top: 2.66667vw;
    padding-bottom: 10px;
    padding-bottom: 2.66667vw;
  }
  .modal--bestal__button a:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    height: 0.8vw;
    background-color: #000000;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transition: none;
  }
  .modal--bestal__button a:hover:after {
    transform: scale(1, 1);
  }
  .modal--tour {
    margin-left: 30px;
    margin-left: 8vw;
    margin-right: 30px;
    margin-right: 8vw;
    padding-top: 60px;
    padding-top: 16vw;
    padding-bottom: 60px;
    padding-bottom: 16vw;
  }
  .info__block__content__head {
    font-size: 13px;
    font-size: 3.46667vw;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5em;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
  }
  .info__block__content__title {
    font-size: 35px;
    font-size: 9.33333vw;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.0em;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
  }
  .info__block__content__text {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.8em;
    margin-bottom: 60px;
    margin-bottom: 16vw;
  }
  .info__block__content__date {
    display: block;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    border-left: none;
    margin-bottom: 40px;
    margin-bottom: 10.66667vw;
    border-top: #000000 solid 1px;
    border-top: #000000 solid 0.26667vw;
  }
  .info__block__content__date li {
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    border-right: none;
    border-bottom: #000000 solid 1px;
    border-bottom: #000000 solid 0.26667vw;
    padding-top: 20px;
    padding-top: 5.33333vw;
    padding-bottom: 20px;
    padding-bottom: 5.33333vw;
  }
  .info__block__content__date__day {
    font-size: 38px;
    font-size: 10.13333vw;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.0em;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
  }
  .info__block__content__date__venue {
    font-size: 15px;
    font-size: 4vw;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.0em;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .info__block__content__date__cancel span {
    background-color: #d70c18;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-size: 3.46667vw;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.0em;
    padding: 7px 15px 9px;
    padding: 1.86667vw 4vw 2.4vw;
    vertical-align: top;
  }
  .info__block__content__date__name {
    font-size: 25px;
    font-size: 6.66667vw;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.0em;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
  }
  .info__block__content__date__time {
    font-size: 14px;
    font-size: 3.73333vw;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.0em;
    margin-bottom: 5px;
    margin-bottom: 1.33333vw;
  }
  .info__block__content__date__price {
    font-size: 12px;
    font-size: 3.2vw;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.7em;
  }
  .info__block__content__buy {
    font-size: 12px;
    font-size: 3.2vw;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5em;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
  }
  .info__block__content__buy span {
    font-size: 10px;
    font-size: 2.66667vw;
  }
  .info__block__content__notes {
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1.6em;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .info__block__content__button {
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .info__block__content__button a {
    display: block;
    text-decoration: none;
    background-color: #000000;
    color: #ffffff;
    line-height: 1.4em;
    vertical-align: top;
    font-size: 11px;
    font-size: 2.93333vw;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    padding: 10px 15px 12px;
    padding: 2.66667vw 4vw 3.2vw;
    text-align: center;
  }
  .info__block__content__date__desc {
    font-size: 12px;
    font-size: 3.2vw;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5em;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .modal--week {
    margin-left: 30px;
    margin-left: 8vw;
    margin-right: 30px;
    margin-right: 8vw;
    padding-top: 40px;
    padding-top: 10.66667vw;
    padding-bottom: 40px;
    padding-bottom: 10.66667vw;
  }
  .modal--week__img {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .modal--week__head {
    font-size: 18px;
    font-size: 4.8vw;
    font-family: source-han-sans-japanese, Arial,  "メイリオ", Meiryo, sans-serif;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.8em;
    margin-bottom: 5px;
    margin-bottom: 1.33333vw;
  }
  .modal--week__lead {
    font-size: 14px;
    font-size: 3.73333vw;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.7em;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .modal--week__text {
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 1.8em;
    font-family: source-han-sans-japanese, Arial,  "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
  }
  .modal--week__text strong {
    display: block;
    font-family: source-han-sans-japanese, Arial,  "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    font-size: 12px;
    font-size: 3.2vw;
    margin-bottom: 2.5px;
    margin-bottom: 0.66667vw;
  }
  .modal--week__text a {
    color: #000000;
  }
  .modal--jinruishi {
    margin-left: 30px;
    margin-left: 8vw;
    margin-right: 30px;
    margin-right: 8vw;
    padding-top: 40px;
    padding-top: 10.66667vw;
    padding-bottom: 40px;
    padding-bottom: 10.66667vw;
  }
  .modal--jinruishi__head {
    font-size: 14px;
    font-size: 3.73333vw;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.8em;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .modal--jinruishi__text {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.8em;
    margin-bottom: 30px;
    margin-bottom: 8vw;
    font-family: source-han-sans-japanese, Arial,  "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
  }
  .modal--jinruishi__headSub {
    font-size: 14px;
    font-size: 3.73333vw;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.0em;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .modal--interview {
    margin-left: 30px;
    margin-left: 8vw;
    margin-right: 30px;
    margin-right: 8vw;
    padding-top: 60px;
    padding-top: 16vw;
    padding-bottom: 60px;
    padding-bottom: 16vw;
  }
  .modal--interview__head {
    font-size: 12.5px;
    font-size: 3.33333vw;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.8em;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .modal--interview__name {
    font-size: 11px;
    font-size: 2.93333vw;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.8em;
    margin-bottom: 30px;
    margin-bottom: 8vw;
    text-align: right;
  }
  .modal--interview__text {
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 2.0em;
    font-family: source-han-sans-japanese, Arial,  "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .modal--interview__text strong {
    font-family: source-han-sans-japanese, Arial,  "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
  }
}
