@import url("https://fonts.googleapis.com/css?family=Playfair+Display");
*, *:before, *:after {
  margin: 0;
  padding: 0;
  text-decoration: none; }

body {
  background-color: #000; }

@media (min-width: 1200px) {
  .purpleBox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 37%;
    top: 75px;
    right: 75px;
    background-color: rgba(132, 50, 155, 0.8);
    padding: 40px; } }

@media (min-width: 991px) and (max-width: 1199px) {
  .purpleBox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 44%;
    top: 75px;
    right: 75px;
    background-color: rgba(132, 50, 155, 0.8);
    padding: 40px; } }

@media (min-width: 769px) and (max-width: 990px) {
  .purpleBox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #84329b;
    padding: 40px; } }

@media (min-width: 576px) and (max-width: 768px) {
  .purpleBox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #84329b;
    padding: 40px; } }

@media (max-width: 575px) {
  .purpleBox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #84329b;
    padding: 40px 20px; } }

.purple_title {
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
    line-height-margin-bottom: 1.875rem;
  text-transform: uppercase;
  color: #fff; }
  @media (max-width: 767px) {
    .purple_title {
      font-size: 32px; } }

.purple_subtitle {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: lighter;
  line-height: 1;
  text-transform: uppercase;
  padding-top: 15px;
  color: #c8c9c7; }

.purple_content {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: lighter;
  line-height: 25px;
  padding-top: 15px;
  color: #fff; }

.superRd_content {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  vertical-align: super;
  line-height: 0;
  text-transform: none;
  color: #fff; }

.superRd_title {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  vertical-align: super;
  line-height: 0;
  text-transform: none;
  color: #fff; }
  @media (max-width: 767px) {
    .superRd_title {
      font-size: 16px; } }

.title {
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
    line-height-margin-bottom: 1.875rem;
  text-transform: uppercase;
  color: #fff; }

.content {
  width: 250px;
  font-family: "Noto Sans", Verdana;
  font-size: 14px;
    font-size-font-weight: 300;
  line-height: 1.5;
  text-align: left;
  color: #fff; }

@media (min-width: 1025px) {
  .s0601_i {
    width: 100%;
    height: 500px;
    position: relative;
    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;
    overflow: hidden;
    background-color: #111;
    background-color: #000000; }
    .s0601_i .bImgBg {
      width: 100%;
      height: 100%;
      background-image: url("../img/ml360_mirro_s0601_i_bg.png");
      background-position: center center;
      background-repeat: no-repeat; }
    .s0601_i .bImgL {
      width: 234px;
      height: 369px;
      background-image: url("../img/ml360_mirro_s0601_i_280.png");
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      top: 85px;
      left: 50%;
      -webkit-transform: translateX(-215px);
      -ms-transform: translateX(-215px);
      transform: translateX(-215px); }
    .s0601_i .bImgR {
      width: 281px;
      height: 327px;
      background-image: url("../img/ml360_mirro_s0601_i_240.png");
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      top: 136px;
      left: 50%;
      -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
      transform: translateX(100px); }
    .s0601_i .bImgM {
      width: 290px;
      height: 446px;
      background-image: url("../img/ml360_mirro_s0601_i_360.png");
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      top: 38px;
      left: 50%;
      -webkit-transform: translateX(-77px);
      -ms-transform: translateX(-77px);
      transform: translateX(-77px); }
    .s0601_i .title {
      position: absolute;
      left: 0;
      top: 0;
      font-size: 24px; }
    .s0601_i .title_L {
      text-align: right;
      top: 325px;
      left: 50%;
      -webkit-transform: translateX(-380px);
      -ms-transform: translateX(-380px);
      transform: translateX(-380px); }
    .s0601_i .title_R {
      top: 140px;
      left: 50%;
      -webkit-transform: translateX(315px);
      -ms-transform: translateX(315px);
      transform: translateX(315px); }
    .s0601_i .title_M {
      top: 43px;
      left: 50%;
      -webkit-transform: translateX(156px);
      -ms-transform: translateX(156px);
      transform: translateX(156px); } }

@media (min-width: 769px) and (max-width: 1024px) {
  .s0601_i {
    width: 100%;
    height: 500px;
    position: relative;
    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;
    overflow: hidden;
    background-color: #111;
    background-color: #000000; }
    .s0601_i .bImgBg {
      width: 100%;
      height: 100%;
      background-image: url("../img/ml360_mirro_s0601_i_bg_m1200w.png");
      background-position: center center;
      background-repeat: no-repeat; }
    .s0601_i .bImgL {
      width: 189px;
      height: 297px;
      background-image: url("../img/ml360_mirro_s0601_i_280_m.png");
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      top: 150px;
      left: 50%;
      -webkit-transform: translateX(-245px);
      -ms-transform: translateX(-245px);
      transform: translateX(-245px); }
    .s0601_i .bImgR {
      width: 228px;
      height: 263px;
      background-image: url("../img/ml360_mirro_s0601_i_240_m.png");
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      top: 190px;
      left: 50%;
      -webkit-transform: translateX(29px);
      -ms-transform: translateX(29px);
      transform: translateX(29px); }
    .s0601_i .bImgM {
      width: 234px;
      height: 360px;
      background-image: url("../img/ml360_mirro_s0601_i_360_m.png");
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      top: 111px;
      left: 50%;
      -webkit-transform: translateX(-123px);
      -ms-transform: translateX(-123px);
      transform: translateX(-123px); }
    .s0601_i .title {
      position: absolute;
      left: 0;
      top: 0;
      font-size: 20px;
      font-weight: normal;
      text-align: center; }
    .s0601_i .title_L {
      top: 69px;
      left: 50%;
      -webkit-transform: translateX(-237px);
      -ms-transform: translateX(-237px);
      transform: translateX(-237px); }
    .s0601_i .title_R {
      top: 115px;
      left: 50%;
      -webkit-transform: translateX(76px);
      -ms-transform: translateX(76px);
      transform: translateX(76px); }
    .s0601_i .title_M {
      top: 47px;
      left: 50%;
      -webkit-transform: translateX(-70px);
      -ms-transform: translateX(-70px);
      transform: translateX(-70px); } }

@media (max-width: 768px) {
  .s0601_i {
    width: 100%;
    height: 500px;
    position: relative;
    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;
    overflow: hidden;
    background-color: #111;
    background-color: #000000; }
    .s0601_i .bImgBg {
      width: 100%;
      height: 100%;
      background-image: url("../img/ml360_mirro_s0601_i_bg_s1000w.png");
      background-position: center center;
      background-repeat: no-repeat; }
    .s0601_i .bImgL {
      width: 145px;
      height: 230px;
      background-image: url("../img/ml360_mirro_s0601_i_280_s.png");
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      top: 185px;
      left: 50%;
      -webkit-transform: translateX(-180px);
      -ms-transform: translateX(-180px);
      transform: translateX(-180px); }
    .s0601_i .bImgR {
      width: 175px;
      height: 205px;
      background-image: url("../img/ml360_mirro_s0601_i_240_s.png");
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      top: 190px;
      left: 50%;
      -webkit-transform: translateX(35px);
      -ms-transform: translateX(35px);
      transform: translateX(35px); }
    .s0601_i .bImgM {
      width: 180px;
      height: 280px;
      background-image: url("../img/ml360_mirro_s0601_i_360_s.png");
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      top: 170px;
      left: 50%;
      -webkit-transform: translateX(-91px);
      -ms-transform: translateX(-91px);
      transform: translateX(-91px); }
    .s0601_i .title {
      position: absolute;
      left: 0;
      top: 0;
      font-size: 20px;
      font-weight: normal;
      text-align: center; }
    .s0601_i .title_L {
      top: 117px;
      left: 50%;
      -webkit-transform: translateX(-193px);
      -ms-transform: translateX(-193px);
      transform: translateX(-193px); }
    .s0601_i .title_R {
      top: 120px;
      left: 50%;
      -webkit-transform: translateX(55px);
      -ms-transform: translateX(55px);
      transform: translateX(55px); }
    .s0601_i .title_M {
      top: 59px;
      left: 50%;
      -webkit-transform: translateX(-59px);
      -ms-transform: translateX(-59px);
      transform: translateX(-59px); } }
