@charset "UTF-8";
body {
  background: #1f1f1f;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  position: relative;
  color: #0d0d0d;
  font-size: 14px; }
  @media only screen and (min-width: 800px) {
    body {
      padding-top: 50px; } }
  @media only screen and (max-width: 799px) {
    body {
      padding-top: 40px; } }

img {
  vertical-align: bottom; }
  @media only screen and (max-width: 799px) {
    img {
      max-width: 100%;
      height: auto; } }

@media only screen and (max-width: 799px) {
  .showPC {
    display: none !important; } }

@media only screen and (min-width: 800px) {
  .showSP {
    display: none !important; } }

@media only screen and (max-width: 799px) {
  .section {
    padding: 20px 20px 30px; } }
.section__inner {
  margin: 0 auto; }

.wrapper {
  overflow: hidden; }
  @media only screen and (min-width: 800px) {
    .wrapper {
      min-width: 1480px; } }

@media only screen and (max-width: 799px) {
  .drawer--right.drawer-open .drawer-hamburger .drawer-hamburger-icon:after, .drawer--right.drawer-open .drawer-hamburger .drawer-hamburger-icon:before {
    background: #f00; } }
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: #161009;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999; }
  @media only screen and (min-width: 800px) {
    .header {
      height: 50px;
      padding: 0 30px; } }
  @media only screen and (max-width: 799px) {
    .header {
      height: 40px;
      padding: 0 10px; } }
  @media only screen and (max-width: 799px) {
    .header__title {
      margin-right: 55px; } }
  @media only screen and (max-width: 799px) {
    .header .drawer-hamburger {
      border: 1px solid #000;
      background: #e2e2e2;
      padding: 3px 6px 13px;
      margin: 5px;
      width: 18px;
      border-radius: 3px; }
      .header .drawer-hamburger:hover {
        background: #e2e2e2; }
    .header .drawer-hamburger-icon {
      background: #000; }
      .header .drawer-hamburger-icon:after {
        background: #000;
        top: 7px; }
      .header .drawer-hamburger-icon:before {
        background: #000;
        top: -7px; }
    .header .drawer-nav {
      background: rgba(0, 0, 0, 0.65); } }

@media only screen and (min-width: 800px) {
  .gNavi ul {
    display: flex; } }
@media only screen and (max-width: 799px) {
  .gNavi ul {
    padding: 15px 0; } }
@media only screen and (min-width: 800px) {
  .gNavi ul li:not(:first-child) {
    border-left: 1px solid #FFF; } }
@media only screen and (max-width: 799px) {
  .gNavi ul li {
    padding: 0 15px; } }
.gNavi ul li a {
  display: block;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.5s; }
  @media only screen and (min-width: 800px) {
    .gNavi ul li a {
      color: #FFF;
      padding: 0 15px; } }
  @media only screen and (max-width: 799px) {
    .gNavi ul li a {
      color: #FFF;
      border-bottom: 1px solid #fff;
      padding: 12px 0; } }
  .gNavi ul li a:hover {
    opacity: 0.5; }

.mainVisual {
  background: #f4eaff;
  justify-content: center;
  overflow: hidden; }
  @media only screen and (min-width: 800px) {
    .mainVisual {
      display: flex; } }
  .mainVisual img {
    display: block; }

.title .title__main {
  text-align: center; }
@media only screen and (min-width: 800px) {
  .title--grandPrix {
    margin-bottom: 35px; } }
@media only screen and (max-width: 799px) {
  .title--grandPrix {
    margin-bottom: 15px; } }
@media only screen and (min-width: 800px) {
  .title--grandPrix .title__main {
    margin-bottom: 25px; } }
@media only screen and (max-width: 799px) {
  .title--grandPrix .title__main {
    margin-bottom: 15px; } }
.title--grandPrix .title__sub {
  text-align: center; }
  @media only screen and (min-width: 800px) {
    .title--grandPrix .title__sub {
      font-size: 18px; } }
  @media only screen and (max-width: 799px) {
    .title--grandPrix .title__sub {
      line-height: 1.2;
      font-size: 14px; } }


.projAddKuchikomi {
  background: url(../img/add_kuchikomi_bg.png);
  text-align: center; }
  @media only screen and (max-width: 799px) {
    .projAddKuchikomi {
      padding: 0;
      background: #0d0d0d; } }
.projOutline {
  position: relative;
  background: #FFF;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 800px) {
    .projOutline {
      padding: 40px 0 50px; } }
  @media only screen and (min-width: 800px) {
    .projOutline .section__inner {
      width: 840px; } }
  .projOutline__title {
    text-align: center; }
    @media only screen and (min-width: 800px) {
      .projOutline__title {
        margin-bottom: 35px; } }
    @media only screen and (max-width: 799px) {
      .projOutline__title {
        margin-bottom: 20px; } }
  @media only screen and (min-width: 800px) {
    .projOutline__body {
      font-size: 15px;
      line-height: 2.5;
      margin-bottom: 35px; } }
  @media only screen and (max-width: 799px) {
    .projOutline__body {
      font-size: 14px;
      line-height: 1.8;
      margin-bottom: 20px; } }
  .projOutline__stamp {
    text-align: right; }
.projNominate {
  background: url(../img/nominate/_bg.jpg); }
  @media only screen and (min-width: 800px) {
    .projNominate {
      padding: 40px; } }
  @media only screen and (max-width: 799px) {
    .projNominate {
      background-size: contain; } }
  @media only screen and (min-width: 800px) {
    .projNominate .section__inner {
      width: 980px; } }
  .projNominate .otherCastPanel__datas__rank {
    background-image: url(../img/nominate/other_ranks.png); }
.projSyame {
  background: url(../img/syame/_bg.jpg); }
  @media only screen and (min-width: 800px) {
    .projSyame {
      padding: 40px; }
      .projSyame .section__inner {
        width: 980px; } }
  .projSyame .otherCastPanel__datas__rank {
    background-image: url(../img/syame/other_ranks.png); }
.projNewcomer {
  background: url(../img/newcomer/_bg.jpg); }
  @media only screen and (min-width: 800px) {
    .projNewcomer {
      padding: 40px; }
      .projNewcomer .section__inner {
        width: 980px; } }
  .projNewcomer .otherCastPanel__datas__rank {
    background-image: url(../img/newcomer/other_ranks.png); }
.projShift {
  background: url(../img/shift/_bg.jpg); }
  @media only screen and (min-width: 800px) {
    .projShift {
      padding: 40px; }
      .projShift .section__inner {
        width: 980px; } }
  .projShift .otherCastPanel__datas__rank {
    background-image: url(../img/shift/other_ranks.png); }
.projKuchikomi {
  background: #050505; }
  @media only screen and (min-width: 800px) {
    .projKuchikomi {
      padding: 80px 0; }
      .projKuchikomi .section__inner {
        width: 1334px; } }
  @media only screen and (min-width: 800px) {
    .projKuchikomi__title {
      margin-bottom: 50px; } }
  @media only screen and (max-width: 799px) {
    .projKuchikomi__title {
      margin-bottom: 25px; }
      .projKuchikomi__title img {
        max-width: 130%;
        margin-left: -15%; } }
  .projKuchikomi__description {
    color: #FFF;
    text-align: center; }
    @media only screen and (min-width: 800px) {
      .projKuchikomi__description {
        margin-bottom: 50px;
        font-size: 20px;
        line-height: 2; } }
    @media only screen and (max-width: 799px) {
      .projKuchikomi__description {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 1.7; } }
    .projKuchikomi__description .large {
      color: #fff000; }
      @media only screen and (min-width: 800px) {
        .projKuchikomi__description .large {
          font-size: 29px; } }
      @media only screen and (max-width: 799px) {
        .projKuchikomi__description .large {
          font-size: 22px; } }
    .projKuchikomi__description .middle {
      color: #fff000; }
      @media only screen and (min-width: 800px) {
        .projKuchikomi__description .middle {
          font-size: 25px; } }
      @media only screen and (max-width: 799px) {
        .projKuchikomi__description .middle {
          font-size: 18px; } }
  .projKuchikomi__casts {
    text-align: center; }
    .projKuchikomi__casts ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;}
    .projKuchikomi__casts ul li {
      margin-bottom: 25px; }
  .projKuchikomi__message {
    background: url(../img/kuchikomi/message_bg.png);
    border-radius: 6px;
    box-sizing: border-box;
    margin: 0 auto 50px; }
    @media only screen and (min-width: 800px) {
      .projKuchikomi__message {
        width: 724px;
        padding: 35px; } }
    @media only screen and (max-width: 799px) {
      .projKuchikomi__message {
        padding: 20px; } }
    @media only screen and (max-width: 799px) {
      .projKuchikomi__message {
        margin-bottom: 20px; } }
    .projKuchikomi__message__title {
      text-align: center; 
      margin-bottom: 25px;
      padding-bottom: 25px;
      font-size: 20px;
      border-bottom: 1px solid #8e4a4a;
      font-weight: bold;
      font-style: italic;
      color: #8e4a4a;}
      @media only screen and (min-width: 800px) {
        .projKuchikomi__message__title {
          margin-bottom: 25px;
          padding-bottom: 25px;
          font-size: 20px;
          border-bottom: 1px solid #8e4a4a;
          font-weight: bold;
          font-style: italic;
          color: #8e4a4a; } }
      @media only screen and (max-width: 799px) {
        .projKuchikomi__message__title {
          margin-bottom: 15px;
          padding-bottom: 15px;
          font-size: 20px;
          border-bottom: 1px solid #8e4a4a;
          font-weight: bold;
          font-style: italic;
          color: #8e4a4a; } }
    .projKuchikomi__message__body {
      margin-bottom: 40px; }
      @media only screen and (min-width: 800px) {
        .projKuchikomi__message__body {
          line-height: 2;
          font-size: 15px;
          padding: 0 58px; } }
      @media only screen and (max-width: 799px) {
        .projKuchikomi__message__body {
          line-height: 1.7;
          font-size: 14px;
          padding: 0 15px; } }
    .projKuchikomi__message__stamp {
      text-align: right; }
  .projKuchikomi__review {
    text-align: center;
   }
    @media only screen and (min-width: 800px) {
      .projKuchikomi__review {
        background: url(../img/kuchikomi/_arrow.png) no-repeat 50% 0%;
        padding-top: 86px; } }
    @media only screen and (max-width: 799px) {
      .projKuchikomi__review {
        background: url(../img/kuchikomi/_arrow.png) no-repeat 50% 0%/30% auto;
        padding-top: 10%; } }

.mostCastBox {
  justify-content: center; }
  @media only screen and (min-width: 800px) {
    .mostCastBox {
      margin-bottom: 60px;
      display: flex;
      width: 810px;
      margin: 0 auto 60px; } }
  @media only screen and (max-width: 799px) {
    .mostCastBox {
      max-width: 420px;
      margin: 0 auto 20px; } }
  .mostCastBox__picture {
    overflow: hidden; }
    @media only screen and (min-width: 800px) {
      .mostCastBox__picture {
        margin-right: 5px;
        width: 420px;
        height: 550px; } }
    @media only screen and (max-width: 799px) {
      .mostCastBox__picture {
        text-align: center;
        margin-bottom: 15px; }
        .mostCastBox__picture img {
          position: relative;
          right: -3%; } }
  .mostCastBox__datas {
    padding-top: 5px; }
    @media only screen and (min-width: 800px) {
      .mostCastBox__datas {
        width: 364px; } }
    @media only screen and (min-width: 800px) {
      .mostCastBox__datas__title {
        margin-bottom: 25px; } }
    @media only screen and (max-width: 799px) {
      .mostCastBox__datas__title {
        margin-bottom: 15px;
        text-align: center; } }
    @media only screen and (min-width: 800px) {
      .mostCastBox__datas__name {
        margin-bottom: 25px; } }
    @media only screen and (max-width: 799px) {
      .mostCastBox__datas__name {
        margin-bottom: 15px;
        text-align: center; } }
    @media only screen and (min-width: 800px) {
      .mostCastBox__datas__detail {
        margin-bottom: 25px;
        padding-left: 55px; } }
    @media only screen and (max-width: 799px) {
      .mostCastBox__datas__detail {
        margin-bottom: 15px; } }
    @media only screen and (min-width: 800px) {
      .mostCastBox__datas__detail ul li:not(last-child) {
        font-size: 18px;
        margin-bottom: 10px; } }
    @media only screen and (max-width: 799px) {
      .mostCastBox__datas__detail ul li {
        text-align: center;
        font-size: 16px;
        line-height: 1.5; } }
    @media only screen and (min-width: 800px) {
      .mostCastBox__datas__movie {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 799px) {
      .mostCastBox__datas__movie {
        margin-bottom: 10px; } }
    .mostCastBox__datas__movie video {
      width: 100%;
      height: auto; }
    .mostCastBox__datas__link a {
      display: block;
      padding: 14px;
      font-size: 15px;
      font-weight: bold;
      background: #c0863e;
      text-align: center;
      text-decoration: none;
      color: #FFF;
      letter-spacing: 0.1em; }

.kindCastBox {
  margin-bottom: 60px;
  justify-content: center;
  position: relative; }
  @media only screen and (min-width: 800px) {
    .kindCastBox {
      display: flex;
      width: 810px; } }
  @media only screen and (max-width: 799px) {
    .kindCastBox {
      max-width: 420px;
      margin: 0 auto 20px; } }
  .kindCastBox:before {
    display: block;
    content: "";
    position: absolute;
    background: url(../img/kind_cast_box_special_01.png) no-repeat;
    background-size: contain; }
    @media only screen and (min-width: 800px) {
      .kindCastBox:before {
        top: 15px;
        right: -120px;
        width: 154px;
        height: 154px; } }
    @media only screen and (max-width: 799px) {
      .kindCastBox:before {
        z-index: 50;
        width: 42%;
        max-width: 151px;
        padding-top: 42%;
        top: 20%;
        left: 0px; } }
  .kindCastBox--secondary:before {
    background: url(../img/kind_cast_box_special_02.png) no-repeat;
    background-size: contain; }
  @media only screen and (min-width: 800px) {
    .kindCastBox__picture {
      width: 396px;
      height: 367px;
      margin-right: 5px; } }
  @media only screen and (max-width: 799px) {
    .kindCastBox__picture {
      margin-bottom: 15px; } }
  @media only screen and (min-width: 800px) {
    .kindCastBox__datas {
      padding-top: 65px;
      width: 364px; } }
  @media only screen and (min-width: 800px) {
    .kindCastBox__datas__title {
      margin-bottom: 25px; } }
  @media only screen and (max-width: 799px) {
    .kindCastBox__datas__title {
      margin-bottom: 15px; } }
  @media only screen and (min-width: 800px) {
    .kindCastBox__datas__name {
      margin-bottom: 25px; } }
  @media only screen and (max-width: 799px) {
    .kindCastBox__datas__name {
      margin-bottom: 15px; } }
  @media only screen and (min-width: 800px) {
    .kindCastBox__datas__detail {
      margin-bottom: 25px;
      padding-left: 55px; } }
  @media only screen and (max-width: 799px) {
    .kindCastBox__datas__detail {
      margin-bottom: 15px; } }
  @media only screen and (min-width: 800px) {
    .kindCastBox__datas__detail ul li:not(last-child) {
      font-size: 18px;
      margin-bottom: 10px; } }
  @media only screen and (max-width: 799px) {
    .kindCastBox__datas__detail ul li {
      text-align: center;
      font-size: 16px;
      line-height: 1.5; } }
  .kindCastBox__datas__movie {
    margin-bottom: 20px; }
    .kindCastBox__datas__movie video {
      width: 100%;
      height: auto; }
  .kindCastBox__datas__link a {
    display: block;
    padding: 14px;
    font-size: 15px;
    font-weight: bold;
    background: #c0863e;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    letter-spacing: 0.1em; }

.otherCastList {
  background: #FFF;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
  @media only screen and (min-width: 800px) {
    .otherCastList {
      width: 980px;
      padding: 64px; } }
  @media only screen and (max-width: 799px) {
    .otherCastList {
      padding: 0px;
      padding-top: 10px; } }
  .otherCastList > ul {
    flex-wrap: wrap;
    display: flex; }
    @media only screen and (min-width: 800px) {
      .otherCastList > ul {
        margin-bottom: -40px; } }
    @media only screen and (max-width: 799px) {
      .otherCastList > ul {
        margin-bottom: -15px; } }
    @media only screen and (min-width: 800px) {
      .otherCastList > ul {
        justify-content: space-between; } }
    @media only screen and (max-width: 799px) {
      .otherCastList > ul {
        justify-content: center; } }
    @media only screen and (min-width: 800px) {
      .otherCastList > ul > li {
        margin-bottom: 40px; } }
    @media only screen and (max-width: 799px) {
      .otherCastList > ul > li {
        margin: 0 5px;
        margin-bottom: 20px; } }
    .otherCastList > ul > li:nth-child(1) {
      text-align: center; }
      .otherCastList > ul > li:nth-child(1) .otherCastPanel__datas__rank {
        background-position: 0 0; }
    .otherCastList > ul > li:nth-child(2) .otherCastPanel__datas__rank {
      background-position: -201px 0; }
    .otherCastList > ul > li:nth-child(3) .otherCastPanel__datas__rank {
      background-position: -402px 0; }
    .otherCastList > ul > li:nth-child(4) .otherCastPanel__datas__rank {
      background-position: -603px 0; }
    .otherCastList > ul > li:nth-child(5) .otherCastPanel__datas__rank {
      background-position: -804px 0; }
    .otherCastList > ul > li:nth-child(6) .otherCastPanel__datas__rank {
      background-position: -1005px 0; }
    .otherCastList > ul > li:nth-child(7) .otherCastPanel__datas__rank {
      background-position: -1206px 0; }
    .otherCastList > ul > li:nth-child(8) .otherCastPanel__datas__rank {
      background-position: -1407px 0; }

.otherCastPanel {
  width: 206px; }
  .otherCastPanel__picture {
    margin-bottom: 15px; }
  .otherCastPanel__datas__rank {
    margin-bottom: 20px;
    height: 88px;
    text-indent: -9999px;
    width: 201px;
    margin: 0 auto 16px; }
  .otherCastPanel__datas__detail {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 16px;
    padding-left: 15px; }
  .otherCastPanel__datas__link a {
    display: block;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    background: #c0863e;
    text-align: center;
    text-decoration: none;
    color: #FFF; }

    .projKuchikomi__description .large {
      color: #fff000;
  }
  .projKuchikomi__description .middle {
      color: #fff000;
  }
  .projKuchikomi__description {
      color: #FFF;
      text-align: center;
  }
  .projKuchikomi {
      background: #050505;
  }
  .section__inner {
      margin: 0 auto;
  }
  .projKuchikomi__title {
      margin-bottom: 50px;
  }
  img {
      vertical-align: bottom;
  }
  .projKuchikomi__description {
      color: #FFF;
      text-align: center;
      padding: 0 2vw;
      letter-spacing: 1px;
  }
  .projKuchikomi__casts {
      text-align: center;
  }
  .projKuchikomi__casts ul li {
      margin-bottom: 25px;
  }
  .projKuchikomi__message {
      background: url(../img/kuchikomi/message_bg.png);
      border-radius: 6px;
      box-sizing: border-box;
      margin: 0 auto 50px;
  }
  .projKuchikomi__message__title {
      text-align: center;
  }
  .projKuchikomi__message__body {
      margin-bottom: 40px;
  }
  .projKuchikomi__message__stamp {
      text-align: right;
  }
  .projKuchikomi__review {
      text-align: center;
  }
                      .projKuchikomi__casts img{
          width: 270px;
      }
  .projKuchikomi__message__title{
          margin-bottom: 25px;
          padding-bottom: 25px;
          font-size: 20px;
          border-bottom: 1px solid #8e4a4a;
          font-weight: bold;
          font-style: italic;
          color: #8e4a4a;
  }
  @media only screen and (min-width: 800px){
      .projKuchikomi__description {
          margin-bottom: 50px;
          font-size: 20px;
          line-height: 2;

      }
      .projKuchikomi__casts ul{
          display: flex;
          flex-wrap: wrap;
          justify-content: space-around;
          width: 980px;
          margin: auto;
      }

      .taishou_name{
             color: #fff000;
              font-size: 40px;
              margin-bottom: 30px; 
      }
      .projKuchikomi__description .large {
          font-size: 22px;
      }
      .projKuchikomi {
          padding: 80px 0;
      }
      /*.projKuchikomi .section__inner {
          width: 964px;
      }*/
      .projKuchikomi__description {
          margin-bottom: 50px;
          font-size: 20px;
          line-height: 2;
      }
      .projKuchikomi__message {
          width: 724px;
          padding: 35px;
      }
      .projKuchikomi__message__title {
          margin-bottom: 25px;
      }
      .projKuchikomi__message__body {
          line-height: 2;
          font-size: 15px;
          padding: 0 58px;
      }
      .projKuchikomi__review {
          background: url(../img/kuchikomi/_arrow.png) no-repeat 50% 0%;
          padding-top: 86px;
      }
       span.yellow_name {
          color: #fff000;
          font-size: 17px;
          /* padding-top: 40px; */
          /* margin-bottom: 30px; */
          line-height: 1.6;
      }  
      p._sub_message {
          text-align: center;
          line-height: 1.7;
          letter-spacing: 1px;
      }
      p._sub_message span{
          
      }
  }
  @media only screen and (max-width: 799px){
      .projKuchikomi__title img {
          max-width: 130%;
          margin-left: -15%;
      }
      .projKuchikomi__description {
          color: #FFF;
          text-align: center;
          padding: 0 22px;
          letter-spacing: 1px;
          line-height: 1.8;
      }
      .projKuchikomi__message {
          padding: 20px;
          margin-top: 20px;
      }
     .projKuchikomi__message {
          padding: 20px;
      }
      .projKuchikomi__message__title {
          margin-bottom: 15px;
      }
      .projKuchikomi__message__title {
          text-align: center;
      }
     .projKuchikomi__message__body {
          line-height: 1.7;
          font-size: 14px;
          padding: 0 15px;
      }
      .projKuchikomi__message__body {
          margin-bottom: 40px;
      }
        .projKuchikomi__message__body {
          line-height: 1.7;
          font-size: 14px;
          padding: 0 15px;
      }    
      .taishou_name {
          color: #fff000;
          font-size: 32px;
          margin: 10px 0;
          margin-top: 30px;
          /* line-height: 1.2; */
      }
      span.yellow_name {
          color: #fff000;
          font-size: 4.4vw;
          margin: 10px 0;
          margin-top: 30px;
             line-height: 1.4;
      }
      .taishou_name_sp {
          color: #fff000;
          font-size: 4.4vw;
          margin: 10px 0;
          margin-top: 0;
          line-height: 1.4;
      }

      /* パソコンで見たときは"pc"のclassがついた画像が表示される */
      .pc { display: block !important; }
      .sp { display: none !important; }

      /* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
      @media only screen and (max-width: 750px) {
          .pc { display: none !important; }
          .sp { display: block !important; }
      }
  }
                      .container{
              background: #d75c6e
      }
  .header__guide__body ._message p {
      background: linear-gradient(transparent 56%, #fcee21 0%);
      width: 547px;
      margin: 0 auto;
      /* line-height: 1.9; */
      letter-spacing: 1.3px;
      text-align: left;
  }
  .header__guide__body ._message p span {
      font-size: 32px;
      font-style: italic;
      color: #ff0000;
  }
  @media only screen and (min-width: 769px){
.floatingNavi__inner__items ul li  {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: flex;
align-items: center;
justify-content: center;
margin-top: -9px;
}
.floatingNavi__inner__items ul{
display: flex;
align-items: center;
justify-content: center;
}
}

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