@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
*,
::before,
::after {
  box-sizing: border-box; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html {
  line-sizing: normal; }

body {
  margin: 0; }

pre {
  white-space: pre-wrap; }

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible; }

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
  max-width: 100%; }

img, svg, video, canvas {
  height: auto; }

audio {
  width: 100%; }

img {
  border-style: none;
  vertical-align: top; }

svg {
  overflow: hidden; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: 100%;
  margin: 0;
  padding: 0;
  font-weight: normal; }

ul,
ul li {
  list-style: none; }

ol {
  margin: 0 0 10px 0.8em;
  padding: 0 0 0 0.8em; }

ol li {
  list-style-position: outside; }

table {
  font-size: inherit;
  border-collapse: collapse; }

textarea {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

form,
input,
select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none; }

/*
* 1. Add the correct box sizing in IE 10
* 2. Remove the padding in IE 10
*/
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0; }

/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none; } }
.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/*------ 画像のパスを設定 ------*/
/*------ サポートブラウザの定義 ------*/
/*------ カラー設定 ------*/
/*------ リンクカラー設定 ------*/
/*------ フォント設定 ------*/
.clear {
  clear: both; }

.block {
  display: block; }

.bold {
  font-weight: bold; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.pd5 {
  padding: 5px; }

.pdtb5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.pd10 {
  padding: 10px; }

.pd15 {
  padding: 15px; }

.red,
.error {
  color: red; }

.white {
  color: white !important; }

.fontXXS {
  font-size: 77%; }

.fontXS {
  font-size: 85%; }

.fontS {
  font-size: 93%; }

.fontM {
  font-size: 108%; }

.fontL {
  font-size: 116%; }

.fontXL {
  font-size: 123.1%; }

.fontXXL {
  font-size: 131%; }

.fontXXXL {
  font-size: 146.5%; }

.gray {
  color: #999 !important; }

.center {
  text-align: center; }

.hidden {
  overflow: hidden; }

/* ---------------------------------------------------------------

Loding（ローディング）

--------------------------------------------------------------- */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000 url(../../images/bg.jpg) bottom center;
  background-size: cover;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center; }
  #loading:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(204, 0, 0, 0.15);
    z-index: -1; }
  #loading > div {
    width: 80%; }
    @media screen and (min-width: 640px) {
      #loading > div {
        width: 100%;
        max-width: 414px;
        height: auto; } }

/* -----------------------------------

ヘッダー

----------------------------------- */
#global-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }

#global-nav {
  display: none; }
  @media screen and (min-width: 1080px) {
    #global-nav {
      display: block; } }
  #global-nav ul {
    display: flex;
    justify-content: center; }
    #global-nav ul li {
      margin-right: 30px; }
      #global-nav ul li:last-child {
        margin-right: 0; }
      #global-nav ul li a {
        display: block;
        padding: 15px 0;
        font-family: 'Shippori Mincho', serif;
        text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4); }
        #global-nav ul li a span {
          display: block;
          font-size: 1rem;
          text-align: center; }

#drawer-nav {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: black;
  transform: translate(100%, 0);
  transition: 600ms cubic-bezier(0.22, 1, 0.36, 1) !important;
  z-index: 10; }
  #drawer-nav.is-visible {
    transform: translate(0, 0); }
  #drawer-nav ul {
    width: 100%;
    margin-top: 60px; }
    #drawer-nav ul li {
      opacity: 0;
      transform: translateX(15px); }
      #drawer-nav ul li a {
        display: block;
        padding: 8px 0 8px 30px;
        font-weight: bold;
        font-size: calc(1.5rem + ((1vw - 0.32rem) * 1.5625));
        min-height: 0vw; }
        #drawer-nav ul li a span {
          display: block;
          font-size: 1.1rem; }
        @media (min-width: 640px) {
          #drawer-nav ul li a {
            font-size: 2rem; } }

#drawer-nav.is-visible li:nth-child(1) {
  animation: fadeIn 600ms ease 35ms 1 forwards; }

#drawer-nav.is-visible li:nth-child(2) {
  animation: fadeIn 600ms ease 70ms 1 forwards; }

#drawer-nav.is-visible li:nth-child(3) {
  animation: fadeIn 600ms ease 105ms 1 forwards; }

#drawer-nav.is-visible li:nth-child(4) {
  animation: fadeIn 600ms ease 140ms 1 forwards; }

#drawer-nav.is-visible li:nth-child(5) {
  animation: fadeIn 600ms ease 175ms 1 forwards; }

#drawer-nav.is-visible li:nth-child(6) {
  animation: fadeIn 600ms ease 210ms 1 forwards; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translateX(0); } }
#hamburger {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 44px;
  height: 44px;
  background: #f2f2f2;
  border-radius: 3px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: 300ms !important;
  z-index: 11; }
  @media screen and (min-width: 1080px) {
    #hamburger {
      display: none;
      top: 30px;
      right: 30px; } }
  @media screen and (max-width: 1079px) {
    #hamburger {
      margin-left: auto; } }
  @media screen and (max-width: 639px) {
    #hamburger {
      top: 15px;
      right: 15px; } }
  #hamburger span, #hamburger:before, #hamburger:after {
    position: absolute;
    left: 50%;
    width: 24px;
    height: 2px;
    margin-left: -12px;
    background: #151515;
    border-radius: 3px; }
  #hamburger span {
    position: absolute;
    top: 50%;
    margin-top: -1px; }
  #hamburger:before, #hamburger:after {
    content: '';
    transition: 300ms !important; }
  #hamburger:before {
    top: 15px; }
  #hamburger:after {
    bottom: 15px; }
  #hamburger.is-touched {
    background: #151515 !important; }
    #hamburger.is-touched span, #hamburger.is-touched:before, #hamburger.is-touched:after {
      background: #f2f2f2; }
    #hamburger.is-touched span {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
    #hamburger.is-touched:before {
      margin-top: 6px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #hamburger.is-touched:after {
      margin-bottom: 6px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

#hero {
  width: 90%;
  max-width: 640px;
  margin: 0 auto;
  padding: 190px 0 120px; }
  #hero img {
    width: 100%; }

#first {
  padding: 30px 0; }

#second {
  position: relative;
  padding-bottom: 60px; }

#third {
  overflow: hidden; }

.release-data {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 640px) {
    .release-data .release-item {
      width: calc( 50% - 15px ); }
      .release-data .release-item:first-child {
        margin-right: 30px; } }
  @media screen and (max-width: 639px) {
    .release-data .release-item {
      width: 100%;
      margin-bottom: 60px; } }
  .release-data .release-item dl {
    margin-bottom: 30px;
    line-height: 1.8;
    text-align: center; }
    .release-data .release-item dl dt {
      font-size: 1.8rem;
      font-weight: bold; }
    .release-data .release-item dl dd {
      font-size: 1.3rem; }
  .release-data .release-item figure {
    margin-bottom: 30px;
    box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.3); }

.btn {
  position: relative;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  background: #f2f2f2;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  color: #151515; }
  .btn > div,
  .btn a {
    display: block;
    padding: 15px;
    color: #151515 !important; }

.link-list {
  display: none;
  position: absolute;
  bottom: 70px;
  left: 50%;
  padding: 5px 10px;
  border-radius: 5px;
  background: #f2f2f2;
  box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.3); }
  .link-list:before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translate(-50%, 0) rotate(45deg);
    width: 12px;
    height: 12px;
    background: #f2f2f2; }
  .link-list.active {
    display: block;
    animation: popUp forwards 600ms 1 cubic-bezier(0.16, 1, 0.3, 1) alternate; }
  .link-list li {
    position: relative;
    width: 200px;
    font-size: 1.3rem;
    border-bottom: 1px #ccc solid; }
    .link-list li:last-child {
      border-bottom: none; }
    .link-list li a {
      display: block;
      padding: 10px;
      color: #151515; }
      .link-list li a:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 12px;
        height: 12px;
        transform: translate(0, -50%);
        background: url(../../images/icon_arrow.svg) no-repeat; }

@keyframes popUp {
  from {
    opacity: 0;
    transform: translate(-50%, 0) translateY(30px); }
  to {
    opacity: 1;
    transform: translate(-50%, 0) translateY(0); } }
.cat-title {
  margin-bottom: 60px;
  padding: 60px 0 30px;
  font-size: 3.3rem;
  font-weight: bold;
  border-bottom: 1px #fff solid;
  line-height: 1.3;
  text-transform: capitalize; }
  .cat-title span {
    display: block;
    font-size: 1.3rem;
    letter-spacing: 2px; }

#track-list li {
  margin-bottom: 15px; }
#track-list .song-title {
  font-weight: bold;
  font-size: 1.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
  #track-list .song-title span {
    display: inline-block;
    font-weight: normal;
    font-size: 1.6rem; }
  @media screen and (min-width: 640px) {
    #track-list .song-title span {
      margin-right: 10px; } }
#track-list .original {
  margin-left: 40px;
  font-size: 1.3rem; }
  @media (width < 640px) {
    #track-list .original {
      margin-left: 30px; } }

.intro {
  margin-bottom: 60px; }

.flexslider {
  margin: 0 0 69px 0 !important;
  background: none !important;
  border: none !important; }

.flex-direction-nav a:before {
  font-size: 30px;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0); }

.benefits-list {
  background: rgba(255, 255, 255, 0.2); }
  .benefits-list li {
    padding: 30px 0; }

.benefits-items {
  display: flex;
  align-items: flex-end;
  width: 100%;
  max-width: 640px;
  margin: 0 auto 30px; }
  .benefits-items .poster {
    width: calc(70% - 15px);
    margin: 0 auto; }
    .benefits-items .poster + .poster {
      margin-left: 15px; }
  .benefits-items .card {
    width: calc(30%);
    margin-left: 15px; }
  .benefits-items p {
    margin-top: 10px;
    text-align: center;
    font-size: 1.2rem; }

.benefits-items-detail {
  line-height: 1.8;
  text-align: center; }
  .benefits-items-detail dt {
    font-weight: bold; }

.note {
  font-size: 1.2rem; }

.ticket-overview {
  margin-bottom: 30px; }
  .ticket-overview dt {
    margin-bottom: 10px;
    font-weight: bold; }
  .ticket-overview dd {
    margin-bottom: 10px; }
    .ticket-overview dd:last-child {
      margin-bottom: 0; }

.sub-head {
  margin-bottom: 30px;
  font-size: 2.0rem;
  font-weight: bold; }

.tour-list dt {
  position: relative;
  padding: 20px 0;
  border-top: 1px #fff solid;
  font-size: 1.8rem;
  cursor: pointer; }
  .tour-list dt:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 18px;
    transition: 300ms !important;
    transform: translate(0, -50%) rotate(90deg);
    background: url(../../images/icon_arrow.svg) no-repeat center center; }
  .tour-list dt.open:after {
    transform: translate(0, -50%) rotate(-90deg); }
.tour-list dd {
  display: none;
  padding-bottom: 20px;
  line-height: 1.8; }
  .tour-list dd a {
    color: #35a9c6;
    text-decoration: underline; }

#movie-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px; }
  #movie-list li {
    margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    #movie-list li {
      width: calc(50% - 15px); }
      #movie-list li:first-child {
        margin-right: 30px; } }
  @media screen and (max-width: 767px) {
    #movie-list li {
      width: 100%; }
      #movie-list li:first-child {
        margin-bottom: 30px; } }
  #movie-list .embed-youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
    #movie-list .embed-youtube iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%; }

.credit-list dt {
  position: relative;
  padding: 20px 20px 20px 0;
  font-size: 1.8rem;
  cursor: pointer; }
  .credit-list dt:not(:last-of-type) {
    border-bottom: 1px #fff solid; }
  .credit-list dt:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 18px;
    transition: 300ms !important;
    transform: translate(0, -50%) rotate(90deg);
    background: url(../../images/icon_arrow.svg) no-repeat center center; }
  .credit-list dt.open:after {
    transform: translate(0, -50%) rotate(-90deg); }
.credit-list dd {
  display: none;
  padding: 20px 0;
  line-height: 1.8;
  font-size: 1.3rem; }

/* -----------------------------------

フッター

----------------------------------- */
#global-footer small {
  display: block;
  padding: 15px;
  text-align: center;
  font-size: 1/2rem; }

html {
  font-size: 62.5%; }

body {
  position: relative;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 1.6em;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  background: #000;
  line-height: 1.5;
  letter-spacing: 1px;
  -webkit-text-size-adjust: none;
  -webkit-backface-visibility: hidden; }
  body:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background: #000 url(../../images/bg.jpg) no-repeat left bottom;
    background-size: cover;
    z-index: -1; }
  body:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(204, 0, 0, 0.15);
    backdrop-filter: blur(7px);
    z-index: -1; }

a:link,
a:visited {
  color: #fff;
  text-decoration: none;
  -webkit-touch-callout: none; }

a:hover,
a:active {
  text-decoration: none; }

#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

main {
  flex: 1; }

@media screen and (min-width: 1080px) {
  .inner {
    width: 1080px;
    padding: 0 60px;
    margin: 0 auto; } }
@media screen and (max-width: 1079px) {
  .inner {
    width: calc(100% - 30px);
    margin: 0 auto; } }

/*# sourceMappingURL=main.css.map */
