@charset "UTF-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, p {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 100%; }

body {
  width: 100%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  font-size: 13px; }

body,
table,
input, textarea, select, option {
  font: Arial, Helvetica, sans-serif;
  /*font-family: HiraKakuProN-W3;*/
  /*font-size: 85%;*/ }

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

em {
  font-weight: bold;
  font-style: normal; }

.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0; }

/* ************************************************ */
/*                       共通                       */
/* ************************************************ */
header, footer, nav, section, article, main, aside, hgroup {
  display: block; }

html {
  font-size: 10px; }

body {
  color: #222;
  background-color: #f4f4f4;
  font-family: "a-otf-ud-shin-go-con80-pr6n", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0; }
  body.is-lockScroll {
    overflow-y: hidden; }

#page img,
#page input {
  margin: 0;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: top; }

@media (min-width: 751px) {
  .is-pc {
    display: block; }

  .is-sp {
    display: none; }

  br.is-pc {
    display: inline; }

  span.is-pc {
    display: inline; }

  a.is-tel {
    color: #222 !important;
    pointer-events: none; } }
@media (max-width: 750px) {
  .is-pc {
    display: none; }

  .is-sp {
    display: block; }

  br.is-sp {
    display: inline; } }
/* ************************************************ */
/*                       モジュール                    */
/* ************************************************ */
.m-title {
  margin-bottom: 70px;
  padding-bottom: 22px;
  border-bottom: 1px solid #222;
  line-height: 1;
  font-family: "beastly";
  font-weight: 400;
  font-size: 6rem; }
  .m-title span {
    margin-left: 1em;
    font-family: "a-otf-ud-shin-go-con80-pr6n";
    font-size: 1.6rem;
    letter-spacing: .15em; }
  @media (max-width: 750px) {
    .m-title {
      font-size: 8vw;
      margin-bottom: 6.4vw;
      padding-bottom: 2.66667vw; }
      .m-title span {
        font-size: 2.13333vw; } }

.m-movieAccordionBtn {
  display: block;
  position: relative;
  height: 160px;
  line-height: 160px;
  overflow: hidden;
  font-family: "beastly";
  font-size: 5.2rem;
  text-align: center;
  cursor: pointer; }
  .m-movieAccordionBtn::after {
    border-radius: 100%;
    position: absolute;
    top: 45px;
    right: 50px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    background-color: #222;
    font-family: Arial;
    font-weight: 700;
    font-size: 1.4rem;
    content: "OPEN"; }
  .m-movieAccordionBtn.is-soon {
    pointer-events: none; }
    .m-movieAccordionBtn.is-soon::before {
      margin: -25% 0 0 -25%;
      padding-top: 25%;
      position: absolute;
      top: 0;
      left: 0;
      width: 150%;
      height: 150%;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.75);
      font-size: 6rem;
      content: "COMING SOON";
      transform: rotate(-4deg);
      z-index: 3; }
  @media (max-width: 1120px) {
    .m-movieAccordionBtn {
      font-size: 3.92857vw; } }
  @media (max-width: 750px) {
    .m-movieAccordionBtn {
      font-size: 4.53333vw;
      height: 21.33333vw;
      line-height: 16vw; }
      .m-movieAccordionBtn::after {
        font-size: 2.93333vw;
        margin-right: -13.33333vw;
        border-radius: 100px;
        position: absolute;
        top: 13.33333vw;
        right: 50%;
        width: 26.66667vw;
        height: 6.66667vw;
        line-height: 6.66667vw; }
      .m-movieAccordionBtn.is-soon {
        pointer-events: none; }
        .m-movieAccordionBtn.is-soon::before {
          font-size: 8vw;
          margin: -23% 0 0 -25%;
          padding-top: 25%;
          width: 150%;
          height: 150%;
          transform: rotate(-4deg); } }

/* ************************************************ */
/*                       コンテンツ                     */
/* ************************************************ */
.mv {
  margin: 0 auto 0;
  max-width: 960px;
  padding: 135px 20px 120px; }
  @media (max-width: 750px) {
    .mv {
      padding: 15.73333vw 0 17.06667vw;
      max-width: 84vw; } }

.main {
  margin: 0 auto 0;
  max-width: 1120px;
  padding: 0 20px 60px; }
  .main > section {
    margin-bottom: 200px; }
    .main > section:last-child {
      margin-bottom: 0; }
    .main > section .section-inner {
      padding-left: 7.14286%; }
  @media (max-width: 900px) {
    .main > section .section-inner {
      padding-left: 0; } }
  @media (max-width: 750px) {
    .main {
      padding: 0 8vw 6.66667vw; }
      .main > section {
        margin-bottom: 13.33333vw; }
        .main > section .section-inner {
          padding-left: 0; } }

.news dl {
  margin-bottom: 1em;
  display: flex;
  letter-spacing: 0.15em;
  font-size: 2.4rem; }
  .news dl:last-child {
    margin-bottom: 0; }
  .news dl dt {
    width: 190px; }
  .news dl dd {
    flex: 1; }
@media (max-width: 750px) {
  .news dl {
    display: block; }
    .news dl dt {
      font-size: 2.66667vw;
      margin-bottom: .2em;
      width: auto; }
    .news dl dd {
      font-size: 3.73333vw; } }

.detail .section-inner > section {
  margin-bottom: 100px; }
  .detail .section-inner > section *:last-child {
    margin-bottom: 0; }
  .detail .section-inner > section h3 {
    margin-bottom: 1em;
    line-height: 1;
    font-size: 3rem; }
    .detail .section-inner > section h3 span {
      padding: 5px 33px;
      border: 2px solid #222;
      border-radius: 100px;
      display: inline-block;
      letter-spacing: .15em; }
    .detail .section-inner > section h3.color-purple span {
      background-color: #bc67d1; }
    .detail .section-inner > section h3.color-red span {
      background-color: #f53f55; }
    .detail .section-inner > section h3.color-yellow span {
      background-color: #efd664; }
    .detail .section-inner > section h3.color-green span {
      background-color: #7ecc8c; }
    .detail .section-inner > section h3.color-lightBlue span {
      background-color: #83c7da; }
    .detail .section-inner > section h3.color-pink span {
      background-color: #ee81b9; }
    .detail .section-inner > section h3.color-blue span {
      background-color: #6585d8; }
    .detail .section-inner > section h3.color-orange span {
      background-color: #f98c3d; }
  .detail .section-inner > section a {
    color: #1288eb;
    text-decoration: none; }
    .detail .section-inner > section a:hover {
      text-decoration: underline; }
  .detail .section-inner > section p {
    letter-spacing: 0.15em; }
    .detail .section-inner > section p.detail-section-large {
      margin-bottom: .3em;
      line-height: 1.8;
      font-size: 3rem; }
    .detail .section-inner > section p.detail-section-mid {
      margin-bottom: 1em;
      font-size: 2rem; }
    .detail .section-inner > section p.detail-section-small {
      margin-bottom: 1em;
      line-height: 1.625;
      font-size: 1.6rem; }
    .detail .section-inner > section p.detail-section-attention {
      margin: -1em 0 1em; }
  .detail .section-inner > section .detail-section-timeTable table {
    width: 100%;
    font-size: 2.6rem;
    text-align: left;
    letter-spacing: .1em; }
    .detail .section-inner > section .detail-section-timeTable table tr:first-child th, .detail .section-inner > section .detail-section-timeTable table tr:first-child td {
      padding-bottom: 1.5em; }
      .detail .section-inner > section .detail-section-timeTable table tr:first-child th span, .detail .section-inner > section .detail-section-timeTable table tr:first-child td span {
        padding-bottom: 0.5em;
        border-bottom: 1px solid #222;
        display: block; }
    .detail .section-inner > section .detail-section-timeTable table th, .detail .section-inner > section .detail-section-timeTable table td {
      padding-bottom: 0.5em; }
    .detail .section-inner > section .detail-section-timeTable table th {
      width: 50.96154%;
      font-weight: 400; }
    .detail .section-inner > section .detail-section-timeTable table td {
      padding-left: 3.84615%;
      width: 45.19231%; }
  .detail .section-inner > section .detail-section-note {
    margin-bottom: 1em; }
    .detail .section-inner > section .detail-section-note li {
      margin-left: 1em;
      line-height: 1.625;
      font-size: 1.6rem;
      text-indent: -.7em; }
  .detail .section-inner > section .detail-section-time {
    margin-bottom: 1em; }
    .detail .section-inner > section .detail-section-time dl {
      margin-bottom: .2em;
      display: flex;
      letter-spacing: 0.1em;
      font-size: 2.4rem; }
      .detail .section-inner > section .detail-section-time dl:last-child {
        margin-bottom: 0; }
      .detail .section-inner > section .detail-section-time dl dt {
        width: 8em; }
      .detail .section-inner > section .detail-section-time dl dd {
        flex: 1; }
  .detail .section-inner > section .detail-section-soon {
    line-height: 1;
    color: #b5b5b5;
    font-family: "beastly";
    font-size: 5rem; }
  .detail .section-inner > section .detail-section-btn {
    margin: 1em 0 1.5em;
    padding: 0 3em 0 2em;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    min-width: 12em;
    line-height: 100px;
    height: 100px;
    color: #fff;
    background-color: #222;
    font-size: 3.2rem;
    letter-spacing: .1em;
    text-align: center;
    transition: background .3s; }
    .detail .section-inner > section .detail-section-btn::after {
      margin-top: -6px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      position: absolute;
      top: 50%;
      right: 1.5em;
      width: 12px;
      height: 12px;
      transform: rotate(45deg);
      content: ""; }
    .detail .section-inner > section .detail-section-btn:hover {
      background-color: #f53f55;
      text-decoration: none; }
    .detail .section-inner > section .detail-section-btn.is-soon {
      padding-top: .3em;
      line-height: 1.3;
      pointer-events: none;
      opacity: .7; }
  .detail .section-inner > section .detail-section-list {
    margin: 0 0 .5em 1em;
    font-size: 3rem;
    letter-spacing: .15em; }
    .detail .section-inner > section .detail-section-list li {
      list-style-type: disc; }
      .detail .section-inner > section .detail-section-list li .detail-section-list-dl {
        display: flex; }
        .detail .section-inner > section .detail-section-list li .detail-section-list-dl dt {
          white-space: nowrap; }
        .detail .section-inner > section .detail-section-list li .detail-section-list-dl dd {
          flex: 1; }
          .detail .section-inner > section .detail-section-list li .detail-section-list-dl dd small {
            display: block;
            font-size: 2rem; }
  .detail .section-inner > section .detail-section-twoColumn {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .detail .section-inner > section .detail-section-twoColumn-first {
      width: 55.76923%; }
    .detail .section-inner > section .detail-section-twoColumn-second {
      border: 1px solid #222;
      width: 38.46154%;
      font-size: 0; }
      .detail .section-inner > section .detail-section-twoColumn-second .gmap iframe {
        max-width: 100%;
        filter: grayscale(1); }
@media (max-width: 750px) {
  .detail .section-inner > section {
    margin-bottom: 13.33333vw; }
    .detail .section-inner > section h3 {
      font-size: 4.53333vw; }
      .detail .section-inner > section h3 span {
        padding: 1.33333vw 5.33333vw; }
    .detail .section-inner > section p.detail-section-large {
      font-size: 4.8vw; }
    .detail .section-inner > section p.detail-section-mid {
      font-size: 3.73333vw; }
    .detail .section-inner > section p.detail-section-small {
      font-size: 3.2vw; }
    .detail .section-inner > section .detail-section-timeTable table {
      font-size: 3.2vw; }
      .detail .section-inner > section .detail-section-timeTable table th {
        width: 55.76923%; }
      .detail .section-inner > section .detail-section-timeTable table td {
        padding-left: 3.84615%;
        width: 40.38462%; }
    .detail .section-inner > section .detail-section-note {
      margin-bottom: 1em; }
      .detail .section-inner > section .detail-section-note li {
        font-size: 3.2vw; }
    .detail .section-inner > section .detail-section-time dl {
      font-size: 4vw; }
    .detail .section-inner > section .detail-section-soon {
      font-size: 10.66667vw; }
    .detail .section-inner > section .detail-section-btn {
      font-size: 4vw;
      min-width: 1px;
      line-height: 13.33333vw;
      height: 13.33333vw; }
      .detail .section-inner > section .detail-section-btn::after {
        margin-top: -0.93333vw;
        border-width: 0.4vw;
        width: 1.86667vw;
        height: 1.86667vw; }
      .detail .section-inner > section .detail-section-btn:hover {
        background-color: #f53f55;
        text-decoration: none; }
    .detail .section-inner > section .detail-section-list {
      font-size: 3.2vw;
      letter-spacing: 0; }
      .detail .section-inner > section .detail-section-list li .detail-section-list-dl dd small {
        font-size: 2.93333vw; }
    .detail .section-inner > section .detail-section-twoColumn {
      display: block; }
      .detail .section-inner > section .detail-section-twoColumn-first {
        margin-bottom: 6.66667vw;
        width: auto; }
      .detail .section-inner > section .detail-section-twoColumn-second {
        width: auto; }
        .detail .section-inner > section .detail-section-twoColumn-second .gmap {
          padding: 30px 0 56.25%;
          position: relative;
          height: 0;
          overflow: hidden; }
          .detail .section-inner > section .detail-section-twoColumn-second .gmap iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; } }

.movie {
  margin-bottom: 110px !important; }
  .movie-apply {
    margin: 0 auto 60px;
    max-width: 85.71429%; }
    .movie-apply-title {
      margin-bottom: 1em;
      font-size: 3rem; }
      .movie-apply-title em {
        border-bottom: 1px solid #e60012;
        display: inline-block;
        color: #e60012;
        font-weight: 400;
        letter-spacing: .15em; }
        .movie-apply-title em small {
          margin-left: .3em;
          font-size: 2rem; }
    .movie-apply-btn {
      padding: 0 2em 0 1em;
      border-radius: 100px;
      display: block;
      position: relative;
      line-height: 100px;
      height: 100px;
      color: #fff;
      background-color: #222;
      font-size: 3rem;
      text-align: center;
      text-decoration: none;
      letter-spacing: .1em;
      transition: background .3s; }
      .movie-apply-btn::after {
        margin-top: -6px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        position: absolute;
        top: 50%;
        right: 1.5em;
        width: 12px;
        height: 12px;
        transform: rotate(45deg);
        content: ""; }
      .movie-apply-btn:hover {
        background-color: #f53f55;
        text-decoration: none; }
  .movie-me {
    margin-bottom: 60px; }
    .movie-me-inner {
      margin-bottom: 18px;
      border-radius: 50px;
      overflow: hidden;
      background-color: #7ecc8c; }
    .movie-me-contents {
      margin: 0 auto;
      padding: 20px 0 80px;
      display: none;
      width: 56.25%; }
      .movie-me-contents article {
        margin-bottom: 74px; }
        .movie-me-contents article:last-child {
          margin-bottom: 0; }
        .movie-me-contents article .movie-ci-contents-article-video {
          margin-bottom: 12px; }
          .movie-me-contents article .movie-ci-contents-article-video iframe {
            width: 100%; }
        .movie-me-contents article .movie-ci-contents-article-title {
          margin-bottom: .5em;
          color: #fff;
          font-weight: 400;
          font-size: 3.2rem;
          letter-spacing: .06em; }
        .movie-me-contents article dl {
          margin-bottom: 14px;
          display: flex;
          color: #fff; }
          .movie-me-contents article dl dt {
            padding-top: 8px;
            width: 100px;
            font-weight: 400;
            font-size: 1.8rem;
            letter-spacing: .06em; }
          .movie-me-contents article dl dd {
            flex: 1;
            font-weight: 400;
            font-size: 2.4rem;
            letter-spacing: .02em; }
    .movie-me-note {
      font-size: 1.6rem; }
  .movie-ci {
    border-radius: 50px;
    overflow: hidden;
    background-color: #f98c3d; }
    .movie-ci-contents {
      margin: 0 auto;
      padding: 20px 0 80px;
      display: none;
      width: 56.25%; }
      .movie-ci-contents article {
        margin-bottom: 74px; }
        .movie-ci-contents article:last-child {
          margin-bottom: 0; }
        .movie-ci-contents article .movie-ci-contents-article-video {
          margin-bottom: 12px; }
          .movie-ci-contents article .movie-ci-contents-article-video iframe {
            width: 100%; }
        .movie-ci-contents article .movie-ci-contents-article-title {
          margin-bottom: .5em;
          color: #fff;
          font-weight: 400;
          font-size: 3.2rem;
          letter-spacing: .06em; }
        .movie-ci-contents article dl {
          margin-bottom: 14px;
          display: flex;
          color: #fff; }
          .movie-ci-contents article dl dt {
            padding-top: 8px;
            width: 100px;
            font-weight: 400;
            font-size: 1.8rem;
            letter-spacing: .06em; }
          .movie-ci-contents article dl dd {
            flex: 1;
            font-weight: 400;
            font-size: 2.4rem;
            letter-spacing: .02em; }
  .movie-password {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .movie-password-contents {
      padding: 80px 50px 60px;
      border-radius: 10px;
      position: relative;
      width: 660px;
      background-color: #e3e3e3;
      font-family: 'Noto Sans JP';
      z-index: 12; }
      .movie-password-contents-title {
        margin-bottom: 0.5em;
        font-weight: 500;
        font-size: 3.2rem; }
      .movie-password-contents-input {
        margin-bottom: 2em; }
        .movie-password-contents-input input {
          padding: 0 .5em;
          border-radius: 10px;
          border: none;
          display: block;
          width: calc(100% - 1em);
          height: 100px;
          background-color: #fff;
          font-size: 6rem; }
        .movie-password-contents-input-error {
          padding-top: .3em;
          display: none;
          color: #e60012;
          font-weight: 500;
          font-size: 2.4rem; }
      .movie-password-contents-submit {
        margin: 0 auto;
        border-radius: 100px;
        width: 300px;
        height: 80px;
        line-height: 80px;
        color: #fff;
        background-color: #4194c4;
        font-weight: 500;
        font-size: 3.2rem;
        text-align: center;
        cursor: pointer; }
        .movie-password-contents-submit:hover {
          opacity: 0.7;
          filter: alpha(opacity=70);
          /* ie lt 8 */
          -ms-filter: "alpha(opacity=70)";
          /* ie 8 */
          -moz-opacity: 0.7;
          /* FF lt 1.5, Netscape */
          -khtml-opacity: 0.7;
          /* Safari 1.x */
          zoom: 1;
          transition: 0.4s; }
    .movie-password-mask {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.75);
      z-index: 11;
      cursor: pointer; }
  @media (max-width: 1000px) {
    .movie-apply {
      max-width: 100%; }
      .movie-apply-btn {
        font-size: 2rem; }
    .movie-password-contents {
      width: 560px; } }
  @media (max-width: 750px) {
    .movie {
      margin-bottom: 13.33333vw !important; }
      .movie-apply {
        margin: 0 auto 6.66667vw;
        max-width: 100%; }
        .movie-apply-title {
          font-size: 4vw; }
          .movie-apply-title em small {
            font-size: 3.2vw; }
        .movie-apply-btn {
          font-size: 3.2vw;
          padding: 1em 0;
          line-height: 1.616;
          width: 100%;
          height: auto; }
          .movie-apply-btn::after {
            margin-top: -1.06667vw;
            border-width: 0.26667vw;
            width: 2.13333vw;
            height: 2.13333vw; }
          .movie-apply-btn:hover {
            background-color: #f53f55;
            text-decoration: none; }
      .movie-me {
        margin-bottom: 6.66667vw; }
        .movie-me-inner {
          margin-bottom: 2.66667vw;
          border-radius: 6.66667vw; }
        .movie-me-note {
          font-size: 2.4vw; }
      .movie-ci {
        border-radius: 6.66667vw; }
        .movie-ci-contents {
          margin: 0 auto;
          padding: 2.66667vw 0 10.66667vw;
          width: 72vw; }
          .movie-ci-contents article {
            margin-bottom: 13.33333vw; }
            .movie-ci-contents article .movie-ci-contents-article-video {
              margin-bottom: 2.66667vw;
              padding: 30px 0 56.25%;
              position: relative;
              height: 0;
              overflow: hidden; }
              .movie-ci-contents article .movie-ci-contents-article-video iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%; }
            .movie-ci-contents article .movie-ci-contents-article-title {
              font-size: 5.33333vw; }
            .movie-ci-contents article dl {
              margin-bottom: 1.33333vw; }
              .movie-ci-contents article dl dt {
                font-size: 3.2vw;
                padding-top: 0.66667vw;
                width: 17.33333vw; }
              .movie-ci-contents article dl dd {
                font-size: 4vw; }
      .movie-password-contents {
        padding: 6.66667vw;
        width: 74.66667vw; }
        .movie-password-contents-title {
          font-size: 5.33333vw; }
        .movie-password-contents-input input {
          font-size: 8vw;
          height: 13.33333vw; }
        .movie-password-contents-input-error {
          font-size: 4vw; }
        .movie-password-contents-submit {
          font-size: 4.8vw;
          width: 53.33333vw;
          height: 13.33333vw;
          line-height: 13.33333vw; }
      .movie-password-mask {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.75);
        z-index: 11;
        cursor: pointer; } }

.awards.is-soon a {
  pointer-events: none; }
.awards a {
  display: flex;
  align-items: center;
  color: #222;
  background-color: #fff;
  text-decoration: none; }
  .awards a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)";
    /* ie 8 */
    -moz-opacity: 0.7;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;
    /* Safari 1.x */
    zoom: 1;
    transition: 0.4s; }
  .awards a picture {
    display: block;
    width: 59.19643%;
    font-size: 0; }
  .awards a .awards-text {
    width: 40.80357%;
    text-align: center;
    letter-spacing: .1em; }
    .awards a .awards-text h2 {
      margin-bottom: 0.5em;
      font-weight: 300;
      font-size: 3rem; }
    .awards a .awards-text p {
      font-size: 1.8rem; }
@media (max-width: 1120px) {
  .awards a .awards-text h2 {
    font-size: 2rem; }
  .awards a .awards-text p {
    font-size: 1.2rem; } }
@media (max-width: 750px) {
  .awards a {
    display: block; }
    .awards a picture {
      margin-bottom: 0;
      width: auto; }
    .awards a .awards-text {
      padding: 10.66667vw 0;
      width: auto; }
      .awards a .awards-text h2 {
        font-size: 5.06667vw; }
      .awards a .awards-text p {
        font-size: 3.2vw; } }

.aside {
  padding: .7em 1em;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: solid #000;
  border-width: 2px 0 5px 2px;
  position: fixed;
  top: 20%;
  right: 0;
  line-height: 1;
  color: #fff;
  background-color: #000;
  text-align: center;
  text-orientation: upright;
  font-weight: 500;
  font-size: 2.4rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 10;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: background-color .4s; }
  .aside span {
    text-combine-upright: all; }
  .aside.is-hide {
    display: none; }
  .aside.is-end {
    color: #fff;
    background-color: #ccc;
    pointer-events: none; }
  .aside:hover {
    background-color: #f53f55; }
  @media (max-width: 750px) {
    .aside {
      font-size: 4vw;
      padding: .3em;
      top: 40%; } }

.footer small {
  display: block;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: .05em; }
@media (max-width: 750px) {
  .footer small {
    font-size: 2.66667vw;
    height: 13.33333vw;
    line-height: 13.33333vw; } }
