@charset "UTF-8";
/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/* reset */
article, aside, details, figcaption, figure, footer, header, hgroup, hr, menu, nav, section {
  display: block;
}

a, hr {
  padding: 0;
}

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

ins, mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

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

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input, select {
  vertical-align: middle;
}

.sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}

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

html

-------------------------------*/
html, body {
  background: #222122;
  font: 14px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;
  color: #fff;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; /*文字間詰め*/
  -webkit-text-size-adjust: 100%; /* adjust */
}
@media screen and (min-width: 960px) {
  html, body {
    font: 16px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.click {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.click:active {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

/************************************************

@PC - common.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/*-------------------------------

#wrapper

-------------------------------*/
#wrapper {
  width: 100%;
  display: block;
  position: relative;
  overflow-x: hidden;
}

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

#header

-------------------------------*/
#header {
  display: none;
  width: 100%;
  height: 50px;
  background: #fff;
  border-bottom: 1px solid #eee;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

#drawer-btn {
  position: absolute;
  z-index: 5;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  background: #333;
}

#drawer-txt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: center;
  color: #FFF;
  padding: 8px 0 0 2px;
  letter-spacing: 0px;
}

#drawer-line-box {
  width: 50px;
  height: 28px;
  padding: 4px 0 0;
}

.drawer-line {
  width: 30px;
  height: 3px;
  background: #FFF;
  display: block;
  margin: 0 auto 4px auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border-radius: 10px;
}

.drawer-line.open:nth-child(1) {
  -webkit-transform: rotate(405deg) translate(5px, 5px);
  transform: rotate(405deg) translate(5px, 5px);
}

.drawer-line.open:nth-child(2) {
  -webkit-opacity: 0;
  opacity: 0;
}

.drawer-line.open:nth-child(3) {
  -webkit-transform: rotate(-405deg) translate(5px, -5px);
  transform: rotate(-405deg) translate(5px, -5px);
}

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

@nav

-------------------------------*/
.nav-btn {
  display: block;
  font-family: "PT Serif", serif;
  letter-spacing: 2px;
  color: #fff;
  border: 1px solid;
  border-radius: 8px;
  margin: 40px auto;
  padding: 20px 50px;
}
.nav-btn:hover {
  color: #597e84;
}

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

#drawer-layer-container

-------------------------------*/
#drawer-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  opacity: 0;
  background: #ccc;
  padding: 50px 0 0 0;
}

#drawer-container-inner {
  width: 100%;
  padding: 6% 0;
  position: relative;
  z-index: 1;
}

#drawer-nav-container {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.drawer-nav-box {
  display: block;
  margin: 0 0 3% 0;
}

.drawer-nav-box:last-child {
  margin: 0 auto;
}

.drawer-nav-btn {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 80px;
  line-height: 80px;
  background-color: #000;
  border-radius: 5px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.drawer-nav-btn.selected {
  color: #fff;
  background: #ff0000;
  text-shadow: none;
}

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

#footer

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

#main

-------------------------------*/
#main {
  display: block;
}

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

#preloader

-------------------------------*/
#preloader {
  background: #121212;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

#preloader-inner {
  width: 500px;
  height: 300px;
  position: absolute;
  z-index: 1;
  top: calc(50% - 150px);
  left: calc(50% - 250px);
}

#preloader-ttl {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}

#preloader-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}

#preloader-anime {
  position: absolute;
  top: 115px;
  left: 310px;
  z-index: 3;
}

#progress-txt {
  width: 100%;
  display: block;
  font: 11px/1em Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 140px;
  left: 0;
  z-index: 4;
}
@media screen and (min-width: 960px) {
  #progress-txt {
    top: 200px;
  }
}

#preloaderAnime {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
}

.pre-tsuru {
  position: absolute;
  top: 67.3333333333vw;
  left: 40.4vw;
  width: 18.6666666667vw;
}
@media screen and (min-width: 960px) {
  .pre-tsuru {
    width: 100px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50px);
            transform: translate(-50%, -50px);
  }
}

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

@banner

-------------------------------*/
.banner-item {
  margin: 0 10px 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.banner-item:hover {
  opacity: 0.6;
}

.banner-img {
  width: 180px;
  height: auto;
}

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

@SNS

-------------------------------*/
#social-container {
  margin: -10px 0 0;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.sns-btn:nth-last-child(1) {
  padding: 0;
}

.sns-btn {
  margin: 0 30px 0 0;
}

.share-link-btn {
  color: #fff;
  font-size: 24px;
}
.share-link-btn:hover {
  color: #597e84;
}

.custom-facebook-btn {
  font-size: 22px;
}

.custom-line-btn {
  font-size: 26px;
}

/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
iframe[name=google_conversion_frame] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
}

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

@modules

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

a

-------------------------------*/
a {
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

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

@flex

-------------------------------*/
.flex {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-center {
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-left {
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-right {
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

font-weight

-------------------------------*/
.bold {
  font-weight: bold;
}

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

font-style

-------------------------------*/
.italic {
  font-style: italic;
}

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

display

-------------------------------*/
.none {
  display: none;
}

.block {
  display: block;
}

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

position

-------------------------------*/
.relative {
  position: relative;
}

.margin-auto {
  margin: 0 auto;
}

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

guard

-------------------------------*/
.guard {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../common/img/spacer.gif);
  background-repeat: repeat;
}

.protect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}

img {
  width: 100%;
  vertical-align: middle;
}

.h100 {
  width: auto !important;
  height: 100%;
}

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

animation

-------------------------------*/
.fade {
  opacity: 0;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
          transform: translate(0px, 10px);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.fadein.fadein-anime {
  -webkit-animation: fadein 2s ease forwards;
          animation: fadein 2s ease forwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
#cboxOverlay {
  background: #333;
}

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

#top

-------------------------------*/
@media screen and (min-width: 960px) {
  #top {
    width: 50%;
    position: fixed;
    top: 0;
    left: 0;
  }
}

.top-main {
  position: relative;
}
@media screen and (min-width: 960px) {
  .top-main {
    width: 100%;
    height: 100vh;
  }
}

@media screen and (min-width: 960px) {
  .main-img {
    width: 100%;
    height: 100vh;
  }
  .main-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}

.logo {
  position: absolute;
  top: 95.8666666667vw;
  left: 13.6vw;
  width: 75.8666666667vw;
}
@media screen and (min-width: 960px) {
  .logo {
    width: 50%;
    top: auto;
    bottom: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.roadshow {
  position: absolute;
  top: 125.7333333333vw;
  left: 21.6vw;
  width: 56.9333333333vw;
}
@media screen and (min-width: 960px) {
  .roadshow {
    width: 40%;
    top: auto;
    bottom: 9%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.roadshow.hit {
  top: 124.2666666667vw;
  left: 33.4666666667vw;
  width: 33.3333333333vw;
}
@media screen and (min-width: 960px) {
  .roadshow.hit {
    width: 20%;
    top: auto;
    bottom: 8.5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.copy0 {
  position: absolute;
  top: 134.8vw;
  left: 3.3333333333vw;
  width: 93.3333333333vw;
}
@media screen and (min-width: 960px) {
  .copy0 {
    width: 60%;
    top: auto;
    bottom: 3%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.copy1 {
  position: absolute;
  top: 18.6666666667vw;
  left: 50.5333333333vw;
  width: 5.4666666667vw;
}
@media screen and (min-width: 960px) {
  .copy1 {
    width: 5%;
    top: 13%;
    left: 51%;
  }
}

.copy2 {
  position: absolute;
  top: 26.6666666667vw;
  left: 43.7333333333vw;
  width: 5.4666666667vw;
}
@media screen and (min-width: 960px) {
  .copy2 {
    width: 5%;
    top: 22%;
    left: auto;
    right: 51%;
  }
}

.tsuru {
  position: absolute;
  top: 67.3333333333vw;
  left: 40.4vw;
  width: 18.6666666667vw;
}
@media screen and (min-width: 960px) {
  .tsuru {
    width: 15%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.billing-wrap {
  background: rgb(47, 59, 62);
  background: linear-gradient(152deg, rgb(47, 59, 62) 0%, rgb(51, 15, 20) 100%);
  padding: 20px 5%;
}
@media screen and (min-width: 960px) {
  .billing-wrap {
    padding: 40px 5%;
    position: fixed;
    bottom: -100vh;
    left: 0;
    z-index: 100;
    width: 100%;
  }
}

.billing-close {
  display: none;
}
@media screen and (min-width: 960px) {
  .billing-close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .billing-close span {
    display: block;
    background: #fff;
    width: 30px;
    height: 1px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .billing-close span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.castbilling {
  width: 92vw;
  margin: 0 auto 5vw;
}
@media screen and (min-width: 960px) {
  .castbilling {
    width: 760px;
    margin: 0 auto 20px;
  }
}

.billing {
  width: 86vw;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .billing {
    width: 830px;
  }
}

.billing-btn {
  display: none;
}
@media screen and (min-width: 960px) {
  .billing-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: block;
    background: #000;
    font-family: "PT Serif", serif;
    letter-spacing: 2px;
    font-size: 0.8em;
    padding: 5px 10px;
    cursor: pointer;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
  }
  .billing-btn:hover {
    background: #597e84;
  }
}

#twi-btn {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  top: 20px;
  right: 20px;
  border: 1px solid;
  border-radius: 8vw;
  width: 16vw;
  height: 16vw;
  text-align: center;
  font-size: 4vw;
}
#twi-btn:hover {
  color: #597e84;
}
@media screen and (min-width: 960px) {
  #twi-btn {
    border-radius: 6vw;
    width: 6vw;
    height: 6vw;
    font-size: 1.6vw;
  }
}

.scroll-box {
  display: none;
  font-family: "PT Serif", serif;
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
  height: 100px;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.scroll-box a {
  color: #fff;
}
@media screen and (min-width: 960px) {
  .scroll-box {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 40px;
    height: 155px;
    padding: 15px 10px;
  }
  .scroll-box a {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

.scroll-line {
  position: relative;
}
.scroll-line span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 50px;
  background: #fff;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 80px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 80px;
    opacity: 0;
  }
}
/*-------------------------------

#contents

-------------------------------*/
@media screen and (min-width: 960px) {
  #contents {
    margin: 0 0 0 auto;
    width: 50%;
  }
}

.contents-ttl {
  position: relative;
  font-family: "PT Serif", serif;
  letter-spacing: 2px;
  letter-spacing: 4px;
  font-weight: normal;
  font-size: 1.1em;
  margin: 20px 0;
  padding: 0 0 10px;
}
.contents-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: #ee0000;
}

.txt-container p {
  color: #c6c6c6;
  line-height: 1.8;
  margin: 0 0 1em;
  word-break: normal;
  word-wrap: normal;
}

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

#comment

-------------------------------*/
#comment {
  padding: 40px 5vw 20px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  #comment {
    padding: 40px 5vw 20px;
  }
}

#comment2 {
  padding: 20px 5vw 40px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  #comment2 {
    padding: 20px 5vw 80px;
  }
}

.comment-container,
.comment-container2 {
  position: relative;
  padding: 0 0 40px;
  opacity: 0;
}
.comment-container.swiper-container-initialized,
.comment-container2.swiper-container-initialized {
  opacity: 1;
}

.opinion-pagenation-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto 20px;
  text-align: center;
}
.opinion-pagenation-list li {
  opacity: 0.4;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.opinion-pagenation-list li.swiper-slide-thumb-active {
  opacity: 1;
}

.comment-box {
  position: relative;
  padding: 0 10px;
}

.comment-box-inner {
  position: relative;
  background: url(../img/top/bg0.jpg) repeat-y #c6c6c6;
  background-size: 100%;
  padding: 20px 20px 40px;
  color: #000;
}
.comment-box-inner::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background: #000;
}
.comment-box-inner::after {
  position: absolute;
  content: "";
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background: #000;
}

.comment-name {
  margin: 20px 0 1em;
  font-size: 1.2em;
  font-weight: bold;
  display: inline-block;
}
.comment-name .comment-role {
  font-size: 12px;
}

.comment-txt {
  line-height: 1.4;
}
.comment-txt strong {
  color: #c8161d;
}

.comment-button-prev,
.comment-button-next {
  width: 40px;
  height: 40px;
  z-index: 10;
  position: relative;
}
.comment-button-prev span,
.comment-button-next span {
  display: block;
  width: 8px;
  height: 1px;
  background: #ee0000;
  position: absolute;
  top: 20px;
  left: 16px;
}
@media screen and (min-width: 960px) {
  .comment-button-prev span,
  .comment-button-next span {
    width: 12px;
    top: 36px;
    left: 10px;
  }
}
.comment-button-prev span:nth-child(1),
.comment-button-next span:nth-child(1) {
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.comment-button-prev span:nth-child(2),
.comment-button-next span:nth-child(2) {
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.comment-button-prev.swiper-button-disabled,
.comment-button-next.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .comment-button-prev,
  .comment-button-next {
    width: 40px;
    height: 40px;
    -webkit-transition: background ease 0.4s;
    transition: background ease 0.4s;
    cursor: pointer;
  }
}

.comment-button-next {
  position: absolute;
  bottom: 0px;
  right: 0;
}
@media screen and (min-width: 960px) {
  .comment-button-next {
    right: 0;
    bottom: 10px;
  }
}

.comment-button-prev {
  position: absolute;
  bottom: 0px;
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 960px) {
  .comment-button-prev {
    left: 0;
    bottom: 10px;
  }
}

.hash-tag-link {
  color: #fff;
}
.hash-tag-link:hover {
  color: #ee0000;
}

.comment-hash-tag-link {
  color: #ee0000;
  text-decoration: underline;
}
.comment-hash-tag-link:hover {
  color: #597e84;
}

.comment-coming {
  margin: 30px auto;
  font-family: "PT Serif", serif;
  letter-spacing: 2px;
  color: #757575;
}

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

#footer

-------------------------------*/
#footer {
  padding: 0 5vw 20px;
}

.share-ttl {
  font-family: "PT Serif", serif;
  letter-spacing: 2px;
  color: #597e84;
  font-size: 1.6em;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 20px;
}

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

#pickup

-------------------------------*/
.theaters-btn a,
.dvd-btn a {
  display: block;
  width: 80%;
  max-width: 300px;
  margin: 30px auto;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.theaters-btn a:hover,
.dvd-btn a:hover {
  opacity: 0.7;
}

.theaters-btn a {
  display: block;
  width: 70%;
  max-width: 260px;
  margin: 0 auto;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.theaters-btn a:hover {
  opacity: 0.7;
}

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

#movie

-------------------------------*/
#trailer {
  padding: 20px 0 0;
}
#trailer .contents-ttl {
  margin-left: 5%;
}
.pc-modal-movie {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc-modal-movie {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
}

#movie-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 30px;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

#movie-container.swiper-container-horizontal {
  opacity: 1;
}

.movie-thumb-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie-thumb-box a {
  display: block;
}

.movie-thumb-box img,
.movie-thumb-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie-thumb-list li {
  width: 100%;
  padding: 0 10px;
}
@media screen and (min-width: 960px) {
  .movie-thumb-list li {
    padding: 0 20px;
  }
}

.movie-cap {
  padding: 15px 0 5px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.play-icon {
  color: #be0000;
  width: 52px;
  height: 58px;
  font-size: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  display: block;
  line-height: 1em;
}

.movie-thumb-box:hover .play-icon {
  opacity: 0.8;
}

.movie-thumb-list .slider-arrow {
  position: absolute;
  top: 50%;
  height: 60px;
  margin-top: -50px;
  color: #aaa;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  width: 30px;
  z-index: 10;
}

.movie-thumb-list .slider-arrow img {
  width: 100%;
}

.movie-thumb-list .slider-prev {
  left: 0;
}

.movie-thumb-list .slider-next {
  right: 0;
}

#trailer-play {
  padding: 30px;
}

#trailer-play a {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0.7;
}

#trailer-play a:hover {
  opacity: 1;
}

.btn-container li {
  position: relative;
  border: 1px solid #7f1e1e;
  border-radius: 50px;
  margin: 0 0 10px;
  padding: 7px 15px;
  text-align: center;
}

.btn-container li.new::after {
  content: "New";
  font-size: 0.8em;
  background: #7f1e1e;
  position: absolute;
  top: -4px;
  left: -4px;
  padding: 2px;
}

.btn-container li a {
  display: block;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.btn-container li a:hover {
  color: #7f1e1e;
}

.swiper-container {
  padding: 0 0 20px;
}

.swiper-pagination-bullet {
  background: #ccc;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #aaa;
}

.trailer-button-prev,
.trailer-button-next {
  width: 40px;
  height: 40px;
  z-index: 10;
  position: relative;
}
.trailer-button-prev span,
.trailer-button-next span {
  display: block;
  width: 8px;
  height: 1px;
  background: #ee0000;
  position: absolute;
  top: 20px;
  left: 16px;
}
@media screen and (min-width: 960px) {
  .trailer-button-prev span,
  .trailer-button-next span {
    width: 20px;
    top: 36px;
    left: 10px;
  }
}
.trailer-button-prev span:nth-child(1),
.trailer-button-next span:nth-child(1) {
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.trailer-button-prev span:nth-child(2),
.trailer-button-next span:nth-child(2) {
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.trailer-button-prev.swiper-button-disabled,
.trailer-button-next.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .trailer-button-prev,
  .trailer-button-next {
    background-size: 8px;
    width: 30px;
    height: 70px;
    -webkit-transition: background ease 0.4s;
    transition: background ease 0.4s;
    cursor: pointer;
  }
}

.trailer-button-next {
  position: absolute;
  bottom: 30px;
  right: 0;
}
@media screen and (min-width: 960px) {
  .trailer-button-next {
    right: 18%;
    bottom: 50%;
  }
}

.trailer-button-prev {
  position: absolute;
  bottom: 30px;
  left: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
@media screen and (min-width: 960px) {
  .trailer-button-prev {
    left: 18%;
    bottom: 50%;
  }
}

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

#news

-------------------------------*/
.twitter-tl {
  width: 80%;
  margin: 30px auto;
}

.news-tab-wrap {
  background: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #000;
}

.news-tab {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.news-tab.active {
  background: #151515;
}

.news-box {
  width: 90%;
  margin: 40px auto;
  background: #151515;
}
@media screen and (min-width: 960px) {
  .news-box {
    width: 50%;
    min-width: 460px;
  }
}

.news-feed-wrap {
  display: none;
  height: 300px;
  overflow-y: scroll;
}
.news-feed-wrap.active {
  display: block;
}
@media screen and (min-width: 960px) {
  .news-feed-wrap {
    height: 260px;
  }
}

.twitter-link {
  background: #000;
  padding: 20px;
}
.twitter-link a {
  position: relative;
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 10px;
  background: #611014;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .twitter-link a {
    -webkit-transition: background 0.4s ease;
    transition: background 0.4s ease;
  }
  .twitter-link a:hover {
    background: #597e84;
  }
}
.twitter-link a::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/arrows_circle_left.svg) no-repeat right center;
  background-size: 1em;
  pointer-events: none;
}

.news-item {
  width: 100%;
  background: url(../img/top/arrows_circle_left.svg) no-repeat right 20px center;
  background-size: 18px;
  padding: 20px 50px 20px 20px;
  border-bottom: 1px solid #000;
  color: #c6c6c6;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.news-item .date {
  color: #fff;
  font-family: "PT Serif", serif;
  letter-spacing: 2px;
  margin: 0 0 10px;
}
@media screen and (min-width: 960px) {
  .news-item {
    font-size: 0.8em;
  }
  .news-item:hover {
    color: #597e84;
  }
}

.news-txt {
  line-height: 1.4;
}

.btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 5%;
  margin: 30px -10px 10px;
}
.btn-wrap .btn {
  max-width: 160px;
  padding: 10px;
}
.btn-wrap .btn a {
  display: block;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.btn-wrap .btn a:hover {
  opacity: 0.7;
}

.mvtk-wrap {
  margin: 0 auto 30px;
}

#mvtk-widgets-container {
  margin: 0 auto;
  width: 342px !important;
  height: 338px !important;
}
#mvtk-widgets-container iframe {
  width: 342px !important;
  height: 338px !important;
}

@media screen and (min-width: 1120px) {
  .btn-wrap {
    display: block;
    padding: 0;
    margin: 0;
  }
  .btn-wrap .btn {
    width: 180px;
  }
  .mvtk-wrap {
    margin: 10px 20px;
  }
  .top-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 40px 0;
  }
}
/*-------------------------------

#intro

-------------------------------*/
#about {
  background: #000;
}

#intro {
  padding: 0 5vw 40px;
}
@media screen and (min-width: 960px) {
  #intro {
    padding: 0 5vw 80px;
  }
}

.about-img {
  margin: 0 -5vw -24vw;
}
@media screen and (min-width: 960px) {
  .about-img {
    margin: 0 -5vw -10vw;
  }
}

.about-lead {
  margin: 0 0 20px;
}
@media screen and (min-width: 960px) {
  .about-lead {
    width: 100%;
    max-width: 560px;
  }
}

.ph-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 1.5%;
}
.ph-list .ph {
  opacity: 0;
  width: 50%;
  padding: 1.5%;
}
@media screen and (min-width: 960px) {
  .ph-list .ph {
    width: 33.3333333333%;
  }
}

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

#story

-------------------------------*/
#story {
  padding: 40px 5vw;
}
@media screen and (min-width: 960px) {
  #story {
    padding: 80px 5vw 40px;
  }
}

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

prof 共通

-------------------------------*/
.prof-name,
.prof-role {
  font-family: "PT Serif", "Noto Serif JP", serif;
  letter-spacing: 2px;
  font-weight: bold;
}

.prof-name {
  font-size: 1.25em;
  margin: 5px 0;
  line-height: 1.1;
}

.prof-role {
  font-size: 12px;
}

.prof-btn {
  font-family: "PT Serif", serif;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 12px;
  margin: 10px 0;
  padding: 4px 20px 4px 8px;
  letter-spacing: 0;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.prof-btn::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/arrows_circle_left.svg) no-repeat right center;
  background-size: 1em;
  pointer-events: none;
}

.prof-nav:hover {
  cursor: pointer;
}
.prof-nav:hover .prof-btn {
  background: #597e84;
}

.prof-txt {
  line-height: 1.8;
}

.prof-txt .contents-ttl {
  color: #8d0e14;
}

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

#cast

-------------------------------*/
#cast {
  background: url(../img/top/bg0.jpg) repeat-y #c6c6c6;
  background-size: 100%;
  padding: 40px 5vw 40px;
  color: #000;
  width: 100%;
  overflow: hidden;
}

.cast-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cast-box {
  width: 50%;
  padding: 20px 0;
}
@media screen and (min-width: 1440px) {
  .cast-box {
    width: 33.3333333333%;
    padding: 20px 0;
  }
}

.cast-img {
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
}
.cast-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/cast/prof_bg.png) no-repeat;
  background-size: 100%;
  z-index: -1;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}

.cast-box:nth-child(odd) {
  padding-right: 3%;
}
.cast-box:nth-child(odd) .cast-img::before {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
@media screen and (min-width: 960px) {
  .cast-box:nth-child(odd) {
    padding: 3%;
  }
}

.cast-box:nth-child(even) {
  padding-left: 3%;
}
@media screen and (min-width: 960px) {
  .cast-box:nth-child(even) {
    padding: 3%;
  }
}

.cast-comment {
  padding: 10% 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#cast-box0 {
  width: 100%;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#cast-box0 .cast-main {
  width: 60vw;
}
@media screen and (min-width: 960px) {
  #cast-box0 .cast-main {
    width: 60%;
  }
}
#cast-box0 .cast-comment {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#cast-box0 .cast-comment-txt {
  width: 11.6vw;
  max-width: 86px;
}
@media screen and (min-width: 960px) {
  #cast-box0 .cast-comment-txt {
    width: 28%;
  }
}
#cast-box0 .cast-img {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}
#cast-box0 .cast-img::before {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

#cast-box1 {
  width: 100%;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#cast-box1 .cast-main {
  width: 60vw;
}
@media screen and (min-width: 960px) {
  #cast-box1 .cast-main {
    width: 60%;
  }
}
#cast-box1 .cast-comment {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#cast-box1 .cast-comment-txt {
  width: 18vw;
  max-width: 135px;
}
@media screen and (min-width: 960px) {
  #cast-box1 .cast-comment-txt {
    width: 45%;
  }
}
#cast-box1 .cast-img {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
#cast-box1 .cast-img::before {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.overlay {
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  overflow-y: scroll;
  overflow-scrolling: touch;
}

.prof-detail {
  background: #fff;
  color: #000;
  padding: 40px 5%;
}
.prof-detail .cast-name, .prof-detail .staff-name {
  font-size: 1.5em;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .prof-detail {
    position: relative;
    width: 90%;
    max-width: 1000px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .prof-detail .prof-img {
    width: 40%;
  }
  .prof-detail .prof-txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.prof-detail .cast-img {
  width: 90%;
  margin-bottom: 40px;
}
.prof-detail .staff-img,
.prof-detail .song-img {
  width: 60%;
  margin-bottom: 40px;
}
.prof-detail a {
  color: #7f1e1e;
}

.overlay-inner {
  padding: 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 100%;
}

.close-btn {
  position: absolute;
  top: 25px;
  right: -10px;
  width: 40px;
  height: 40px;
}
.close-btn span {
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
}
.close-btn span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.close-btn span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 960px) {
  .close-btn {
    cursor: pointer;
  }
  .close-btn span {
    background: #000;
  }
}

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

#staff

-------------------------------*/
#staff {
  padding: 40px 5vw 80px;
  width: 100%;
  overflow: hidden;
}

.director-box {
  width: 100%;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.director-box .director-main {
  width: 50vw;
}
@media screen and (min-width: 960px) {
  .director-box .director-main {
    width: 50%;
  }
}
.director-box .director-comment {
  padding: 10% 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.director-box .director-comment-txt {
  width: 24vw;
  max-width: 180px;
}
@media screen and (min-width: 960px) {
  .director-box .director-comment-txt {
    width: 40%;
  }
}

.director-img {
  width: 70%;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.director-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/cast/prof_bg.png) no-repeat;
  background-size: 100%;
  z-index: -1;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.staff-list {
  margin: 20px auto 0;
  width: 100%;
  max-width: 400px;
}

.staff-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1% 4%;
}

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

#original

-------------------------------*/
#original {
  background: #8d0e14;
  padding: 40px 5vw 80px;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  #original .contents-inner {
    width: 70%;
    min-width: 400px;
    margin: 0 auto;
  }
}

.original-box {
  width: 100%;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.original-box .original-main {
  width: 70vw;
}
@media screen and (min-width: 960px) {
  .original-box .original-main {
    width: 70%;
  }
}
.original-box .original-comment {
  padding: 10% 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.original-box .original-comment-txt {
  width: 18vw;
  max-width: 135px;
  position: absolute;
  top: 0;
  right: 12vw;
}
@media screen and (min-width: 960px) {
  .original-box .original-comment-txt {
    width: 65%;
    position: relative;
    top: auto;
    right: auto;
  }
}

.original-img {
  width: 50%;
  margin: 0 40px 20px;
}

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

#song

-------------------------------*/
#song {
  background: #000;
  padding: 40px 5vw 80px;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  #song .contents-inner {
    width: 70%;
    min-width: 400px;
    margin: 0 auto;
  }
}

.song-box {
  width: 100%;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.song-box .prof-btn {
  background: #7f1e1e;
}
.song-box .song-main {
  width: 70vw;
}
@media screen and (min-width: 960px) {
  .song-box .song-main {
    width: 70%;
  }
}
.song-box .song-comment {
  padding: 10% 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.song-box .song-comment-txt {
  width: 11.6vw;
  max-width: 86px;
}
@media screen and (min-width: 960px) {
  .song-box .song-comment-txt {
    width: 35%;
  }
}

.song-img {
  width: 60%;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.song-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/cast/prof_bg.png) no-repeat;
  background-size: 100%;
  z-index: -1;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}/*# sourceMappingURL=style.css.map */