<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* =reset.css
-------------------------------------------------------------- */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset,
p, blockquote,
th, td {
  margin: 0;
  padding: 0;
}

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

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ins {
  background-color: #ff9;
  color: #333333;
  text-decoration: none;
}

mark {
  background-color: transparent;
  font-style: normal;
  font-weight: inherit;
  color: inherit;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

caption, th {
  text-align: left;
}

ol, ul {
  list-style: none;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: inherit;
}

img, abbr, acronym, fieldset {
  border: 0;
}

a img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

hr, legend {
  display: none;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: bottom;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

input, select, textarea, button {
  outline: none;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
}

input::-ms-clear {
  visibility: hidden;
}

input[type=text], input[type=tel], input[type=url], input[type=email], input[type=number], input[type=password], textarea {
  font-size: 16px;
}

input[type=button], input[type=submit], input[type=text], input[type=tel], input[type=url], input[type=email], input[type=number], input[type=password], textarea, button {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=submit], input[type=button], button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  border: none;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=search]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

input[type=search]:focus {
  outline-offset: -2px;
}

label {
  cursor: pointer;
}

/* base
-------------------------------------------------------------- */
html, body {
  width: 100%;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  cursor: default;
}

body {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #FFF;
  background-color: #000;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1200px;
  }
}
@media print {
  body {
    overflow-y: visible;
    overflow-x: visible;
  }
}

strong, b {
  font-weight: 600;
}

/* =a style
-------------------------------------------------------------- */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  outline: none;
  color: #FFF;
}

/* responsive
-------------------------------------------------------------- */
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/* header
--------------------------------------------- */
.l-head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  font-size: 1.6rem;
  background: #000;
}
@media screen and (min-width: 769px) {
  .l-head {
    border-bottom: solid 1px #1e1d1e;
  }
}
@media screen and (max-width: 768px) {
  .l-head {
    height: 50px;
    padding: 0 18px;
  }
}
.l-head__logo {
  margin-right: auto;

  display: flex;
  align-items: center;
}
.l-head__logo a {
  display: block;
  width: 130px;
  height: 18px;
  background: url("../images/logo_attesa.svg") no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .l-head__logo a:hover,
  .l-head__logo a:hover + span {
    opacity: 0.5;
  }
}
.l-head__logo a span {
  position: absolute;
  margin: -1px;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}
.l-head__logo .head__logo__anv {
  display: block;
  width: 80px;
  height: 50px;
  background: url("../images/logo_35th.svg") no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;

}
.l-head__logo--ctz {
  margin-left: 40px;
}
.l-head__logo--ctz a {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .l-head__logo--ctz a:hover {
    opacity: 0.5;
  }
}
.l-head__logo--ctz img {
  width: 102px;
}
@media screen and (max-width: 768px) {
  .l-head__logo {
    margin: auto;
    /* width: 100px; Default */
    width: 180px;
    height: 16px;
  }
  .l-head__logo--ctz {
    position: absolute;
    top: 50%;
    right: 18px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-head__logo--ctz img {
    width: 51px;
  }
  .l-head__logo .head__logo__anv {
        display: block;
    width: 48px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-head__nav-btn {
    position: absolute;
    top: 50%;
    left: 18px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 22px;
  }
  .l-head__nav-btn::before, .l-head__nav-btn::after {
    margin: 5px 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #FFF;
    content: "";
  }
  .gnav-open .l-head__nav-btn::before {
    margin: auto;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .gnav-open .l-head__nav-btn::after {
    margin: auto;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}

/* gnav
----------------------------------- */
@media screen and (min-width: 769px) {
  .l-gnav {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-gnav__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .l-gnav__item {
    width: 180px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: background-image 0.3s ease-out;
    transition: background-image 0.3s ease-out;
  }
  .l-gnav__item::before {
    display: block;
    width: 1px;
    height: 36px;
    background: #4e4e4e;
    content: "";
  }
  .l-gnav__item:last-of-type::after {
    display: block;
    width: 1px;
    height: 36px;
    background: #4e4e4e;
    content: "";
  }
  .l-gnav__item:hover {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#303030), to(black));
    background-image: linear-gradient(0deg, #303030 0%, black 100%);
  }
  .l-gnav__item:hover .l-gnav__item__txt::after {
    opacity: 1;
  }
  .l-gnav__item:hover .l-gnav__sub {
    opacity: 1;
    max-height: 400px;
    pointer-events: all;
  }
  .l-gnav__item__txt {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    min-width: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
  }
  .l-gnav__item__txt::after {
    position: absolute;
    left: 0;
    bottom: 10px;
    display: block;
    width: 100%;
    height: 10px;
    background: url("../images/arw_down.svg") no-repeat center top;
    background-size: 15px auto;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    content: "";
  }
  .l-gnav__sub {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background: #303030;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-out, max-height 0.3s ease-out;
    transition: opacity 0.3s ease-out, max-height 0.3s ease-out;
  }
  .l-gnav__sub__list {
    margin: 0 auto;
    /* width: 66.666vw; Default */
    /* max-width: 960px; Default */
    width: 80.666vw;
    max-width: 1160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 0;
  }
  .l-gnav__sub__list--focus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 0;
  }
  .l-gnav__sub__list--focus .l-gnav__sub__item {
    margin: 0 18px;
    width: 296px;
  }
  .l-gnav__sub__item {
    /* margin: 0 15px; Default */
    margin: 0 12px;
    width: 22.291%;
  }
  .l-gnav__sub__item img {
    min-height: 68px;
  }
  .l-gnav__sub__link {
    display: block;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .l-gnav__sub__link:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 769px) {
  .l-gnav__sub__link &gt; img {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .l-gnav__sub__ttl {
    margin-top: 20px;
    display: block;
    min-height: 16px;
    padding-left: 27px;
    line-height: 1;
    font-size: 2rem;
    background: url("../images/arw_link.svg") no-repeat;
    background-size: 16px 16px;
  }
}
@media screen and (min-width: 769px) {
  .l-gnav__sub__txt {
    margin-top: 10px;
    display: block;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .l-gnav {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 0 0 100px;
    height: calc(100vh - 50px);
    background: #000;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .gnav-open .l-gnav {
    opacity: 1;
    pointer-events: all;
  }
  .l-gnav__item {
    padding: 0 30px;
    border-bottom: solid 1px #222;
  }
  .l-gnav__item__txt {
    position: relative;
    display: block;
    padding: 13px 0;
    font-size: 1.8rem;
    font-weight: 600;
    cursor: pointer;
  }
  .l-gnav__item__txt::before, .l-gnav__item__txt::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    background: #FFF;
    content: "";
  }
  .l-gnav__item__txt::before {
    right: 0;
    width: 11px;
    height: 1px;
  }
  .l-gnav__item__txt::after {
    right: 5px;
    width: 1px;
    height: 11px;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .l-gnav__item__txt.is-open::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    opacity: 0;
  }
  .l-gnav__sub {
    display: none;
  }
  .l-gnav__sub__list {
    padding: 13px 0 20px;
  }
  .l-gnav__sub__list--focus {
    padding: 13px 0 20px;
  }
  .l-gnav__sub__item:nth-of-type(n+2) {
    margin-top: 1.4444444444em;
  }
  .l-gnav__sub__link {
    display: block;
  }
  .l-gnav__sub__ttl {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4444444444;
    font-size: 1.8rem;
  }
  .l-gnav__sub__ttl::before {
    margin-right: 0.5em;
    content: "-";
  }
  .l-gnav__sub__txt {
    display: block;
    padding-left: 1em;
    line-height: 1.4444444444;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .l-gnav__btns {
    margin-left: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .l-gnav__btns {
    margin-top: 30px;
    padding: 0 30px;
  }
}
.l-gnav__btn {
  border: solid 1px #433f42;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .l-gnav__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 120px;
    height: 46px;
  }
  .l-gnav__btn:nth-of-type(n+2) {
    margin-left: 10px;
  }
  .l-gnav__btn::after {
    margin-left: 5px;
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
  }
  .l-gnav__btn span {
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
  }
}
@media screen and (min-width: 769px) {
  .l-gnav__btn:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .l-gnav__btn {
    display: block;
    padding: 18px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
  }
  .l-gnav__btn:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-gnav__links {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1rem;
  }
  .l-gnav__links li:nth-of-type(n+2)::before {
    margin: 0 0.5em;
    color: #555;
    content: "｜";
  }
}

/* footer
--------------------------------------------- */
.l-foot {
  position: relative;
  z-index: 2;
  padding: 82px 0 53px;
  font-size: 1.6rem;
  background: #111;
}
.l-foot__logo {
  text-align: center;
}
.l-foot__logo a {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .l-foot__logo a:hover {
    opacity: 0.5;
  }
}
.l-foot__logo img {
  width: 200px;
  height: auto;
}
.l-foot__nav {
  margin-top: 40px;
  padding: 40px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
}
.l-foot__nav__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-foot__nav__main dt {
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 2rem;
}
.l-foot__nav__main dd {
  margin-top: 20px;
}
.l-foot__nav__main li {
  font-size: 1.6rem;
  line-height: 2.4285714286;
}
.l-foot__nav__main li a {
  display: flex;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.l-foot__nav__main li a::before {
  margin-right: 0.5em;
  content: "-";
}
.l-foot__nav__main li a span {
  font-size: 1.5rem;
  line-height: 1.5;
  padding: .9rem 0;
}

@media screen and (min-width: 769px) {
  .l-foot__nav__main li a:hover {
    opacity: 0.5;
  }
}
.l-foot__nav__group:nth-of-type(n+2) {
  margin-left: 40px;
}
.l-foot__nav__btns {
  /* margin-left: auto; */
  margin-left: 7%;
}
.l-foot__nav__btn {
  width: 160px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #8b8b8b;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.l-foot__nav__btn:nth-of-type(n+2) {
  margin-top: 20px;
}
.l-foot__nav__btn::after {
  margin-left: 8px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
.l-foot__nav__btn span {
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .l-foot__nav__btn:hover {
    opacity: 0.5;
  }
}

.l-foot__nav__btns ul {
  margin: 20px auto 0;
}
.l-foot__nav__btns ul li {
  font-size: 1.6rem;
  line-height: 2.4285714286;
}
.l-foot__nav__btns ul li a {
  display: flex;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.l-foot__nav__btns ul li a::before {
  margin-right: 0.5em;
  content: "-";
}
@media screen and (min-width: 769px) {
  .l-foot__nav__btns ul li a:hover {
    opacity: 0.5;
  }
}

.l-foot__btm {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.l-foot__btm__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-foot__btm__links &gt; li {
  font-size: 1.5rem;
}
.l-foot__btm__links &gt; li:nth-of-type(n+2)::before {
  margin: 0 0.5em;
  color: #555;
  content: "｜";
}
.l-foot__btm__links a {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .l-foot__btm__links a:hover {
    opacity: 0.5;
  }
}
.l-foot__btm__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-foot__btm__sns &gt; li:nth-of-type(n+2) {
  margin-left: 20px;
}
.l-foot__btm__sns a {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .l-foot__btm__sns a:hover {
    opacity: 0.5;
  }
}
.l-foot__copyright {
  margin-top: 20px;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .l-foot {
    padding: 30px 0;
  }
  .l-foot__btm {
    margin: 0;
    display: block;
  }
  .l-foot__btm__links {
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-foot__btm__links &gt; li {
    margin-bottom: 10px;
    font-size: 1rem;
    white-space: nowrap;
  }
  .l-foot__btm__sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-foot__btm__sns &gt; li img {
    height: 18px;
    width: auto;
  }
  .l-foot__copyright {
    margin-top: 30px;
    text-align: center;
    font-size: 0.9rem;
  }
}

/* bg
----------------------------------- */
@-webkit-keyframes bg-rotate {
  0% {
    -webkit-transform: translate(50%, -50%) rotate(0deg);
            transform: translate(50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(50%, -50%) rotate(360deg);
            transform: translate(50%, -50%) rotate(360deg);
  }
}
@keyframes bg-rotate {
  0% {
    -webkit-transform: translate(50%, -50%) rotate(0deg);
            transform: translate(50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(50%, -50%) rotate(360deg);
            transform: translate(50%, -50%) rotate(360deg);
  }
}
.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
}
.l-bg::before {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  display: block;
  width: 120vw;
  height: 120vw;
  background: #000 url("/attesa/special/assets/common/images/sky-bg-02.jpg") no-repeat center center;
  background-size: 180% auto;
  -webkit-animation: bg-rotate 120s linear infinite;
          animation: bg-rotate 120s linear infinite;
  content: "";
}

/* main
----------------------------------- */
.l-main {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .l-main {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .l-main {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

/* wrap
----------------------------------- */
@media screen and (min-width: 769px) {
  .u-wrap {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
  }
}
</pre></body></html>