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

.headingTtl {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
    line-height-margin-bottom: 1.875rem;
  text-transform: uppercase;
  color: #eee; }

.headingText {
  font-family: "Noto Sans", Verdana;
  font-size: 1.6rem;
    font-size-font-weight: 300;
  line-height: 1.5;
  text-align: left;
  color: #eee; }

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

.heroText {
  font-family: "Oswald", sans-serif;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1;
    line-height-margin-bottom: 1.875rem;
  text-transform: uppercase;
  color: #eee; }

.specTtl {
  width: 250px;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #eee; }

.specText {
  width: 250px;
  margin-top: 10px;
  font-family: "Noto Sans", Verdana;
  font-size: 14px;
    font-size-font-weight: 300;
  line-height: 1.2;
  text-align: left;
  color: #eee; }

@media (min-width: 768px) {
  .heroSection {
    width: 100%;
    height: 850px;
    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-image: url("../img/hero_img.png");
    background-position: center center;
    background-repeat: no-repeat; }
    .heroSection .box {
      width: 40%;
      height: 250px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      top: 100px;
      left: 50%;
      -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
      transform: translateX(100px);
      background-color: rgba(148, 56, 173, 0.8);
      padding: 30px; }
  .section0100 {
    width: 100%;
    height: 680px;
    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: #222; }
    .section0100 .boxL {
      width: 50%;
      height: 100%;
      position: absolute;
      left: 50%;
      background-size: 100%;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      background-image: url("../img/s01_0.png");
      background-position: center center;
      background-repeat: no-repeat; }
    .section0100 .boxR {
      width: 40%;
      height: 100%;
      position: absolute;
      left: 50%;
      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;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .section0100 .boxR .heroTtl {
        font-size: 50px;
        font-weight: 510;
        text-align: left; }
      .section0100 .boxR .specText {
        font-size: 14px;
        width: 100%; }
  .section0101 {
    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: #222; }
    .section0101 .box {
      height: 500px;
      background-color: #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .section0101 .BL {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-left: 20px;
      background-image: url("../img/s01_1_01.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-position: center right 10%; }
    .section0101 .BM {
      -webkit-box-flex: 2;
      -ms-flex: 2;
      flex: 2;
      margin: 0 20px;
      background-image: url("../img/s01_1_02.gif");
      background-position: center center;
      background-repeat: no-repeat; }
    .section0101 .BR {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-right: 20px;
      background-image: url("../img/s01_1_03.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-position: center left 10%; }
  .section0200 {
    width: 100%;
    height: 680px;
    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: #222; }
    .section0200 .boxL {
      width: 40%;
      height: 100%;
      position: absolute;
      left: 50%;
      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;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      left: 50%;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%); }
      .section0200 .boxL .heroTtl {
        font-size: 50px;
        font-weight: 510;
        text-align: left; }
      .section0200 .boxL .specText {
        font-size: 14px;
        width: 100%; }
    .section0200 .boxR {
      width: 50%;
      height: 100%;
      position: absolute;
      left: 50%;
      background-size: 100%;
      background-image: url("../img/s02_0.png");
      background-position: center center;
      background-repeat: no-repeat; }
  .section0201 {
    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: #222; }
    .section0201 .box {
      height: 500px;
      background-color: #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .section0201 .BL {
      -webkit-box-flex: 3;
      -ms-flex: 3;
      flex: 3;
      margin: 0 20px;
      position: relative; }
      .section0201 .BL .BL1 {
        width: 100%;
        height: 500px;
        background-image: url("../img/s02_1_01.png");
        background-position: center center;
        background-repeat: no-repeat; }
      .section0201 .BL .BL2 {
        width: 300px;
        height: 300px;
        border-radius: 50%;
        background-image: url("../img/s02_1_03.gif");
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        top: 62px;
        left: 50%;
        -webkit-transform: translateX(-48px);
        -ms-transform: translateX(-48px);
        transform: translateX(-48px);
        border: solid 16px #222222;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
    .section0201 .BR {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-right: 20px;
      background-image: url("../img/s02_1_02.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-position: center left 10%; }
  .section0300 {
    width: 100%;
    height: 680px;
    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: #222; }
    .section0300 .boxL {
      width: 50%;
      height: 100%;
      position: absolute;
      left: 50%;
      background-size: 100%;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      background-image: url("../img/s03_0.png");
      background-position: center center;
      background-repeat: no-repeat; }
    .section0300 .boxR {
      width: 40%;
      height: 100%;
      position: absolute;
      left: 50%;
      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;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .section0300 .boxR .heroTtl {
        font-size: 50px;
        font-weight: 510;
        text-align: left; }
      .section0300 .boxR .specText {
        font-size: 14px;
        width: 100%; }
  .section0400 {
    width: 100%;
    height: 680px;
    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: #222; }
    .section0400 .boxL {
      width: 40%;
      height: 100%;
      position: absolute;
      left: 50%;
      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;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      left: 50%;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%); }
      .section0400 .boxL .heroTtl {
        font-size: 50px;
        font-weight: 510;
        text-align: left; }
      .section0400 .boxL .specText {
        font-size: 14px;
        width: 100%; }
    .section0400 .boxR {
      width: 50%;
      height: 100%;
      position: absolute;
      left: 50%;
      background-size: 100%;
      background-image: url("../img/s04_0.png");
      background-position: center center;
      background-repeat: no-repeat; }
  .section0401 {
    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: #222; }
    .section0401 .box {
      height: 500px;
      background-color: #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .section0401 .BL {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-left: 20px;
      background-image: url("../img/s04_1_03.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-position: top;
      -webkit-animation: aniRolling 30s linear infinite alternate;
      animation: aniRolling 30s linear infinite alternate; }
  @-webkit-keyframes aniRolling {
    0% {
      background-position: top; }
    100% {
      background-position: bottom; } }
  @keyframes aniRolling {
    0% {
      background-position: top; }
    100% {
      background-position: bottom; } }
    .section0401 .BR {
      -webkit-box-flex: 3;
      -ms-flex: 3;
      flex: 3;
      margin: 0 20px;
      background-image: url("../img/s04_1_02.gif");
      background-position: center center;
      background-repeat: no-repeat;
      background-position: center top -200px; }
  .section0500 {
    width: 100%;
    height: 680px;
    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: #222; }
    .section0500 .boxL {
      width: 40%;
      height: 100%;
      position: absolute;
      left: 50%;
      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;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      left: 50%;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%); }
      .section0500 .boxL .heroTtl {
        font-size: 50px;
        font-weight: 510;
        text-align: left; }
      .section0500 .boxL .specText {
        font-size: 14px;
        width: 100%; }
      .section0500 .boxL .sHeroTtl {
        font-size: 30px;
        margin-top: 20px; }
    .section0500 .boxR {
      width: 50%;
      height: 100%;
      position: absolute;
      left: 50%;
      background-size: 100%;
      background-image: url("../img/s05_0.png");
      background-position: center center;
      background-repeat: no-repeat; }
  .section0501 {
    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: #222;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section0501 .box {
      height: 500px;
      background-color: #111;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .section0501 .B1 {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 0 20px;
      margin-right: 20px;
      background-image: url("../img/s05_1_01.gif");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 130%; }
    .section0501 .B2 {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-right: 20px;
      background-image: url("../img/s05_1_02.gif");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 130%; }
    .section0501 .B3 {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-right: 20px;
      background-image: url("../img/s05_1_03.gif");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 130%; }
    .section0501 .B4 {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-right: 20px;
      background-image: url("../img/s05_1_04.gif");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 130%; }
  .section0502 {
    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: #222; }
    .section0502 .box {
      width: 100%;
      height: 500px;
      background-color: #111;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 40px 20px 0px 20px;
      background-image: url("../img/s05_2_01.png");
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-filter: hue-rotate(0deg);
      filter: hue-rotate(0deg);
      -webkit-animation: efHuerote 3s infinite alternate;
      animation: efHuerote 3s infinite alternate; }
  @-webkit-keyframes efHuerote {
    0% {
      -webkit-filter: hue-rotate(0deg);
      filter: hue-rotate(0deg); }
    100% {
      -webkit-filter: hue-rotate(360deg);
      filter: hue-rotate(360deg); } }
  @keyframes efHuerote {
    0% {
      -webkit-filter: hue-rotate(0deg);
      filter: hue-rotate(0deg); }
    100% {
      -webkit-filter: hue-rotate(360deg);
      filter: hue-rotate(360deg); } }
      .section0502 .box .badge {
        width: 600px;
        height: 500px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-image: url("../img/s05_2_02.gif");
        background-position: center center;
        background-repeat: no-repeat; }
  .section0601 {
    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: #111;
    background-image: url("../img/s06_1_00.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-position: center top; }
    .section0601 .box1 .wordBox1 {
      position: absolute;
      left: 50%;
      top: 90px;
      -webkit-transform: translateX(-500px);
      -ms-transform: translateX(-500px);
      transform: translateX(-500px); }
    .section0601 .box1 .line1 {
      position: absolute;
      left: 50%;
      top: 105px;
      -webkit-transform: translateX(-366px);
      -ms-transform: translateX(-366px);
      transform: translateX(-366px);
      width: 310px;
      border-top: solid 2px #eee; }
    .section0601 .box1 .wordBox2 {
      position: absolute;
      left: 50%;
      top: 187px;
      -webkit-transform: translateX(224px);
      -ms-transform: translateX(224px);
      transform: translateX(224px); }
    .section0601 .box1 .line2 {
      position: absolute;
      left: 50%;
      top: 200px;
      -webkit-transform: translateX(66px);
      -ms-transform: translateX(66px);
      transform: translateX(66px);
      width: 138px;
      border-top: solid 2px #eee; }
    .section0601 .box2 {
      display: none; }
  .section0602 {
    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: #111;
    background-image: url("../img/s06_1_00.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-position: center bottom; }
    .section0602 .box1 .wordBox3 {
      position: absolute;
      left: 50%;
      top: 35px;
      -webkit-transform: translateX(-500px);
      -ms-transform: translateX(-500px);
      transform: translateX(-500px); }
    .section0602 .box1 .line3 {
      position: absolute;
      left: 50%;
      top: 50px;
      -webkit-transform: translateX(-336px);
      -ms-transform: translateX(-336px);
      transform: translateX(-336px);
      width: 120px;
      border-top: solid 2px #eee; }
    .section0602 .box1 .wordBox4 {
      position: absolute;
      left: 50%;
      top: 242px;
      -webkit-transform: translateX(-500px);
      -ms-transform: translateX(-500px);
      transform: translateX(-500px); }
    .section0602 .box1 .line4 {
      position: absolute;
      left: 50%;
      top: 255px;
      -webkit-transform: translateX(-326px);
      -ms-transform: translateX(-326px);
      transform: translateX(-326px);
      width: 180px;
      border-top: solid 2px #eee; }
    .section0602 .box1 .wordBox5 {
      position: absolute;
      left: 50%;
      top: 67px;
      -webkit-transform: translateX(224px);
      -ms-transform: translateX(224px);
      transform: translateX(224px); }
    .section0602 .box1 .line5 {
      position: absolute;
      left: 50%;
      top: 80px;
      -webkit-transform: translateX(85px);
      -ms-transform: translateX(85px);
      transform: translateX(85px);
      width: 119px;
      border-top: solid 2px #eee; }
    .section0602 .box1 .wordBox6 {
      position: absolute;
      left: 50%;
      top: 348px;
      -webkit-transform: translateX(224px);
      -ms-transform: translateX(224px);
      transform: translateX(224px); }
    .section0602 .box1 .line6 {
      position: absolute;
      left: 50%;
      top: 361px;
      -webkit-transform: translateX(114px);
      -ms-transform: translateX(114px);
      transform: translateX(114px);
      width: 90px;
      border-top: solid 2px #eee; }
    .section0602 .box2 {
      display: none; }
  .section0701 {
    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: #222; }
    .section0701 .box1 {
      display: block; }
      .section0701 .box1 ul {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative; }
        .section0701 .box1 ul li .bImg {
          width: 300px;
          height: 300px; }
        .section0701 .box1 ul li:nth-child(1) .bImg {
          background-image: url("../img/s07_1_01.png");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 380px; }
        .section0701 .box1 ul li:nth-child(2) .bImg {
          background-image: url("../img/s07_1_02.png");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 380px; }
        .section0701 .box1 ul li:nth-child(3) .bImg {
          background-image: url("../img/s07_1_03.png");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 380px; }
    .section0701 .box2 {
      display: none; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .heroSection {
    width: 100%;
    height: 850px;
    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-image: url("../img/hero_img.png");
    background-position: center center;
    background-repeat: no-repeat; }
    .heroSection .box {
      width: 40%;
      height: 250px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      top: 100px;
      left: 50%;
      -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
      transform: translateX(100px);
      background-color: rgba(148, 56, 173, 0.8);
      padding: 30px; }
  .section0100 {
    width: 100%;
    height: 680px;
    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: #222; }
    .section0100 .boxL {
      width: 50%;
      height: 100%;
      position: absolute;
      left: 50%;
      background-size: 100%;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      background-image: url("../img/s01_0.png");
      background-position: center center;
      background-repeat: no-repeat; }
    .section0100 .boxR {
      width: 40%;
      height: 100%;
      position: absolute;
      left: 50%;
      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;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .section0100 .boxR .heroTtl {
        font-size: 50px;
        font-weight: 510;
        text-align: left; }
      .section0100 .boxR .specText {
        font-size: 14px;
        width: 100%; }
  .section0101 {
    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: #222; }
    .section0101 .box {
      height: 500px;
      background-color: #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .section0101 .BL {
      display: none; }
    .section0101 .BM {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 0 20px;
      background-image: url("../img/s01_1_02.gif");
      background-position: center center;
      background-repeat: no-repeat; }
    .section0101 .BR {
      display: none; }
  .section0200 {
    width: 100%;
    height: 680px;
    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: #222; }
    .section0200 .boxL {
      width: 40%;
      height: 100%;
      position: absolute;
      left: 50%;
      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;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      left: 50%;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%); }
      .section0200 .boxL .heroTtl {
        font-size: 50px;
        font-weight: 510;
        text-align: left; }
      .section0200 .boxL .specText {
        font-size: 14px;
        width: 100%; }
    .section0200 .boxR {
      width: 50%;
      height: 100%;
      position: absolute;
      left: 50%;
      background-size: 100%;
      background-image: url("../img/s02_0.png");
      background-position: center center;
      background-repeat: no-repeat; }
  .section0201 {
    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: #222; }
    .section0201 .box {
      height: 500px;
      background-color: #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .section0201 .BL {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 0 20px;
      position: relative; }
      .section0201 .BL .BL1 {
        width: 100%;
        height: 500px;
        background-image: url("../img/s02_1_01.png");
        background-position: center center;
        background-repeat: no-repeat; }
      .section0201 .BL .BL2 {
        width: 300px;
        height: 300px;
        border-radius: 50%;
        background-image: url("../img/s02_1_03.gif");
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        top: 62px;
        left: 50%;
        -webkit-transform: translateX(-48px);
        -ms-transform: translateX(-48px);
        transform: translateX(-48px);
        border: solid 16px #222222;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
    .section0201 .BR {
      display: none; }
  .section0300 {
    width: 100%;
    height: 680px;
    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: #222; }
    .section0300 .boxL {
      width: 50%;
      height: 100%;
      position: absolute;
      left: 50%;
      background-size: 100%;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      background-image: url("../img/s03_0.png");
      background-position: center center;
      background-repeat: no-repeat; }
    .section0300 .boxR {
      width: 40%;
      height: 100%;
      position: absolute;
      left: 50%;
      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;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .section0300 .boxR .heroTtl {
        font-size: 50px;
        font-weight: 510;
        text-align: left; }
      .section0300 .boxR .specText {
        font-size: 14px;
        width: 100%; }
  .section0400 {
    width: 100%;
    height: 680px;
    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: #222; }
    .section0400 .boxL {
      width: 40%;
      height: 100%;
      position: absolute;
      left: 50%;
      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;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      left: 50%;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%); }
      .section0400 .boxL .heroTtl {
        font-size: 50px;
        font-weight: 510;
        text-align: left; }
      .section0400 .boxL .specText {
        font-size: 14px;
        width: 100%; }
    .section0400 .boxR {
      width: 50%;
      height: 100%;
      position: absolute;
      left: 50%;
      background-size: 100%;
      background-image: url("../img/s04_0.png");
      background-position: center center;
      background-repeat: no-repeat; }
  .section0401 {
    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: #222; }
    .section0401 .box {
      height: 500px;
      background-color: #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .section0401 .BL {
      display: none; }
    .section0401 .BR {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 0 20px;
      background-image: url("../img/s04_1_02.gif");
      background-position: center center;
      background-repeat: no-repeat;
      background-position: center top -200px; }
  .section0500 {
    width: 100%;
    height: 680px;
    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: #222; }
    .section0500 .boxL {
      width: 40%;
      height: 100%;
      position: absolute;
      left: 50%;
      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;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      left: 50%;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%); }
      .section0500 .boxL .heroTtl {
        font-size: 50px;
        font-weight: 510;
        text-align: left; }
      .section0500 .boxL .specText {
        font-size: 14px;
        width: 100%; }
      .section0500 .boxL .sHeroTtl {
        font-size: 30px;
        margin-top: 20px; }
    .section0500 .boxR {
      width: 50%;
      height: 100%;
      position: absolute;
      left: 50%;
      background-size: 100%;
      background-image: url("../img/s05_0.png");
      background-position: center center;
      background-repeat: no-repeat; }
  .section0501 {
    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: #222;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section0501 .box {
      height: 250px;
      background-color: #111;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-flex: 350px;
      -ms-flex: 350px;
      flex: 350px;
      background-size: 80%; }
    .section0501 .B1 {
      margin: 0 10px 10px 20px;
      background-image: url("../img/s05_1_01.gif");
      background-position: center center;
      background-repeat: no-repeat; }
    .section0501 .B2 {
      margin: 0 20px 10px 10px;
      background-image: url("../img/s05_1_02.gif");
      background-position: center center;
      background-repeat: no-repeat; }
    .section0501 .B3 {
      margin: 10px 10px 0px 20px;
      background-image: url("../img/s05_1_03.gif");
      background-position: center center;
      background-repeat: no-repeat; }
    .section0501 .B4 {
      margin: 10px 20px 0px 10px;
      background-image: url("../img/s05_1_04.gif");
      background-position: center center;
      background-repeat: no-repeat; }
  .section0502 {
    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: #222; }
    .section0502 .box {
      width: 100%;
      height: 500px;
      background-color: #111;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 40px 20px 0px 20px;
      background-image: url("../img/s05_2_01.png");
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-filter: hue-rotate(0deg);
      filter: hue-rotate(0deg);
      -webkit-animation: efHuerote 3s infinite alternate;
      animation: efHuerote 3s infinite alternate; }
  @-webkit-keyframes efHuerote {
    0% {
      -webkit-filter: hue-rotate(0deg);
      filter: hue-rotate(0deg); }
    100% {
      -webkit-filter: hue-rotate(360deg);
      filter: hue-rotate(360deg); } }
  @keyframes efHuerote {
    0% {
      -webkit-filter: hue-rotate(0deg);
      filter: hue-rotate(0deg); }
    100% {
      -webkit-filter: hue-rotate(360deg);
      filter: hue-rotate(360deg); } }
      .section0502 .box .badge {
        width: 600px;
        height: 500px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-image: url("../img/s05_2_02.gif");
        background-position: center center;
        background-repeat: no-repeat; }
  .section0601 {
    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: #222;
    background-image: url("../img/s6_1_00.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-position: center top; }
    .section0601 .box1 {
      display: none; }
    .section0601 .box2 {
      width: 100%;
      height: 500px;
      position: absolute;
      left: 0;
      top: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.9)), to(rgba(34, 34, 34, 0.9)));
      background: -webkit-linear-gradient(rgba(34, 34, 34, 0.9), rgba(34, 34, 34, 0.9));
      background: -o-linear-gradient(rgba(34, 34, 34, 0.9), rgba(34, 34, 34, 0.9));
      background: linear-gradient(rgba(34, 34, 34, 0.9), rgba(34, 34, 34, 0.9));
      display: block; }
      .section0601 .box2 ul {
        list-style: none;
        padding-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        .section0601 .box2 ul li {
          margin: 50px 10px 15px 10px; }
          .section0601 .box2 ul li .bImgs {
            margin: 0 40px;
            width: 120px;
            height: 120px;
            border-radius: 25%;
            background-color: #FFF;
            margin-bottom: 10px; }
          .section0601 .box2 ul li .specTtl, .section0601 .box2 ul li .specText {
            width: 200px; }
          .section0601 .box2 ul li .specTtl {
            font-size: 20px;
            font-weight: 400;
            text-align: center;
            margin-top: 20px; }
          .section0601 .box2 ul li .specText {
            font-size: 16px;
            line-height: 1.5; }
        .section0601 .box2 ul li:nth-child(1) .bImgs {
          background-image: url("../img/s06_1_01.png");
          background-position: center center;
          background-repeat: no-repeat; }
        .section0601 .box2 ul li:nth-child(2) .bImgs {
          background-image: url("../img/s06_1_02.png");
          background-position: center center;
          background-repeat: no-repeat; }
        .section0601 .box2 ul li:nth-child(3) .bImgs {
          background-image: url("../img/s06_1_03.png");
          background-position: center center;
          background-repeat: no-repeat; }
  .section0602 {
    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: #222;
    background-image: url("../img/s6_1_00.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-position: center bottom; }
    .section0602 .box1 {
      display: none; }
    .section0602 .box2 {
      width: 100%;
      height: 500px;
      position: absolute;
      left: 0;
      top: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.9)), to(rgba(34, 34, 34, 0.9)));
      background: -webkit-linear-gradient(rgba(34, 34, 34, 0.9), rgba(34, 34, 34, 0.9));
      background: -o-linear-gradient(rgba(34, 34, 34, 0.9), rgba(34, 34, 34, 0.9));
      background: linear-gradient(rgba(34, 34, 34, 0.9), rgba(34, 34, 34, 0.9));
      display: block; }
      .section0602 .box2 ul {
        list-style: none;
        padding-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        .section0602 .box2 ul li {
          margin: 50px 20px 15px 20px; }
          .section0602 .box2 ul li .bImgs {
            margin: 0 40px;
            width: 120px;
            height: 120px;
            border-radius: 25%;
            background-color: #FFF;
            margin-bottom: 10px; }
          .section0602 .box2 ul li .specTtl, .section0602 .box2 ul li .specText {
            width: 180px; }
          .section0602 .box2 ul li .specTtl {
            font-size: 20px;
            font-weight: 400;
            text-align: center;
            margin-top: 20px; }
          .section0602 .box2 ul li .specText {
            font-size: 16px;
            line-height: 1.5; }
        .section0602 .box2 ul li:nth-child(1) .bImgs {
          background-image: url("../img/s06_1_04.png");
          background-position: center center;
          background-repeat: no-repeat; }
        .section0602 .box2 ul li:nth-child(2) .bImgs {
          background-image: url("../img/s06_1_05.png");
          background-position: center center;
          background-repeat: no-repeat; }
        .section0602 .box2 ul li:nth-child(3) .bImgs {
          background-image: url("../img/s06_1_06.png");
          background-position: center center;
          background-repeat: no-repeat; }
  .section0701 {
    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: #222;
    position: relative; }
    .section0701 .box1 {
      display: none; }
    .section0701 .box2 {
      display: block;
      width: 100%;
      height: 500px;
      position: relative; }
      .section0701 .box2 .bImg1 {
        width: 100%;
        height: 500px;
        background-image: url("../img/s07_1_01.png");
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 1;
        -webkit-animation: efTwin 18s 0s infinite;
        animation: efTwin 18s 0s infinite; }
      .section0701 .box2 .bImg2 {
        width: 100%;
        height: 500px;
        background-image: url("../img/s07_1_02.png");
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        -webkit-animation: efTwin 18s 6s infinite;
        animation: efTwin 18s 6s infinite; }
      .section0701 .box2 .bImg3 {
        width: 100%;
        height: 500px;
        background-image: url("../img/s07_1_03.png");
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        -webkit-animation: efTwin 18s 12s infinite;
        animation: efTwin 18s 12s infinite; }
  @-webkit-keyframes efTwin {
    0% {
      opacity: 0; }
    11% {
      opacity: 0; }
    22% {
      opacity: 1; }
    44% {
      opacity: 1; }
    55% {
      opacity: 0; }
    100% {
      opacity: 0; } }
  @keyframes efTwin {
    0% {
      opacity: 0; }
    11% {
      opacity: 0; }
    22% {
      opacity: 1; }
    44% {
      opacity: 1; }
    55% {
      opacity: 0; }
    100% {
      opacity: 0; } } }

@media (max-width: 768px) {
  .heroSection {
    width: 100%;
    height: 850px;
    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-image: url("../img/hero_img.png");
    background-position: center center;
    background-repeat: no-repeat; }
    .heroSection .box {
      width: 70%;
      height: 250px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      top: 100px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: rgba(148, 56, 173, 0.8);
      padding: 30px; }
  .section0100 {
    width: 100%;
    height: 680px;
    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: #222; }
    .section0100 .boxL {
      width: 100%;
      height: 380px;
      position: absolute;
      top: 0;
      background-image: url("../img/s01_0.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 380px; }
    .section0100 .boxR {
      width: 100%;
      height: 300px;
      position: absolute;
      bottom: 0; }
      .section0100 .boxR .heroTtl {
        font-size: 30px;
        font-weight: 510;
        text-align: left;
        width: 80%;
        margin: 0 50px 0 50px; }
      .section0100 .boxR .specText {
        font-size: 14px;
        width: 80%;
        margin: 10px 50px 0 50px; }
  .section0101 {
    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: #222; }
    .section0101 .box {
      height: 500px;
      background-color: #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .section0101 .box:after {
        content: "";
        display: block;
        width: 100%;
        height: 200px;
        position: absolute;
        top: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(rgba(34, 34, 34, 0)));
        background: -webkit-linear-gradient(#222222, rgba(34, 34, 34, 0));
        background: -o-linear-gradient(#222222, rgba(34, 34, 34, 0));
        background: linear-gradient(#222222, rgba(34, 34, 34, 0)); }
    .section0101 .BL {
      display: none; }
    .section0101 .BM {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      background-image: url("../img/s01_1_02.gif");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 95%; }
    .section0101:after {
      content: "";
      display: block;
      width: 120%;
      height: 40px;
      position: absolute;
      bottom: -20px;
      background-color: #222;
      -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
      transform: rotate(-3deg); }
    .section0101 .BR {
      display: none; }
  .section0200 {
    width: 100%;
    height: 680px;
    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: #222; }
    .section0200 .boxL {
      width: 100%;
      height: 300px;
      position: absolute;
      bottom: 0; }
      .section0200 .boxL .heroTtl {
        font-size: 30px;
        font-weight: 510;
        text-align: left;
        width: 80%;
        margin: 0 50px 0 50px; }
      .section0200 .boxL .specText {
        font-size: 14px;
        width: 80%;
        margin: 10px 50px 0 50px; }
    .section0200 .boxR {
      width: 100%;
      height: 380px;
      position: absolute;
      top: 0;
      background-image: url("../img/s02_0.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 380px; }
  .section0201 {
    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: #222; }
    .section0201 .box {
      height: 500px;
      background-color: #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .section0201 .box:after {
        content: "";
        display: block;
        width: 100%;
        height: 200px;
        position: absolute;
        top: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(rgba(34, 34, 34, 0)));
        background: -webkit-linear-gradient(#222222, rgba(34, 34, 34, 0));
        background: -o-linear-gradient(#222222, rgba(34, 34, 34, 0));
        background: linear-gradient(#222222, rgba(34, 34, 34, 0)); }
    .section0201 .BL {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      position: relative; }
      .section0201 .BL .BL1 {
        width: 100%;
        height: 500px;
        background-image: url("../img/s02_1_01.png");
        background-position: center center;
        background-repeat: no-repeat; }
        .section0201 .BL .BL1:after {
          content: "";
          display: block;
          width: 120%;
          height: 40px;
          position: absolute;
          bottom: -20px;
          background-color: #222;
          -webkit-transform: rotate(-3deg);
          -ms-transform: rotate(-3deg);
          transform: rotate(-3deg); }
      .section0201 .BL .BL2 {
        width: 300px;
        height: 300px;
        border-radius: 50%;
        background-image: url("../img/s02_1_03.gif");
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        top: 62px;
        left: 50%;
        -webkit-transform: translateX(-48px);
        -ms-transform: translateX(-48px);
        transform: translateX(-48px);
        border: solid 16px #222222;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
    .section0201 .BR {
      display: none; }
  .section0300 {
    width: 100%;
    height: 680px;
    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: #222; }
    .section0300 .boxL {
      width: 100%;
      height: 380px;
      position: absolute;
      top: 0;
      background-image: url("../img/s03_0.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 380px; }
    .section0300 .boxR {
      width: 100%;
      height: 300px;
      position: absolute;
      bottom: 0; }
      .section0300 .boxR .heroTtl {
        font-size: 30px;
        font-weight: 510;
        text-align: left;
        width: 80%;
        margin: 0 50px 0 50px; }
      .section0300 .boxR .specText {
        font-size: 14px;
        width: 80%;
        margin: 10px 50px 0 50px; }
  .section0400 {
    width: 100%;
    height: 680px;
    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: #222; }
    .section0400 .boxL {
      width: 100%;
      height: 300px;
      position: absolute;
      bottom: 0; }
      .section0400 .boxL .heroTtl {
        font-size: 30px;
        font-weight: 510;
        text-align: left;
        width: 80%;
        margin: 0 50px 0 50px; }
      .section0400 .boxL .specText {
        font-size: 14px;
        width: 80%;
        margin: 10px 50px 0 50px; }
    .section0400 .boxR {
      width: 100%;
      height: 380px;
      position: absolute;
      top: 0;
      background-image: url("../img/s04_0.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 380px; }
  .section0401 {
    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: #222; }
    .section0401 .box {
      height: 500px;
      background-color: #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .section0401 .box:after {
        content: "";
        display: block;
        width: 100%;
        height: 200px;
        position: absolute;
        top: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(rgba(34, 34, 34, 0)));
        background: -webkit-linear-gradient(#222222, rgba(34, 34, 34, 0));
        background: -o-linear-gradient(#222222, rgba(34, 34, 34, 0));
        background: linear-gradient(#222222, rgba(34, 34, 34, 0)); }
    .section0401 .BL {
      display: none; }
    .section0401 .BR {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      background-image: url("../img/s04_1_02.gif");
      background-position: center center;
      background-repeat: no-repeat;
      background-position: center top -200px; }
    .section0401:after {
      content: "";
      display: block;
      width: 120%;
      height: 40px;
      position: absolute;
      bottom: -20px;
      background-color: #222;
      -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
      transform: rotate(-3deg); }
  .section0500 {
    width: 100%;
    height: 680px;
    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: #222; }
    .section0500 .boxL {
      width: 100%;
      height: 300px;
      position: absolute;
      bottom: 0; }
      .section0500 .boxL .heroTtl {
        font-size: 30px;
        font-weight: 510;
        text-align: left;
        width: 80%;
        margin: 0 50px 0 50px; }
      .section0500 .boxL .specText {
        font-size: 14px;
        width: 80%;
        margin: 10px 50px 0 50px; }
      .section0500 .boxL .sHeroTtl {
        font-size: 20px;
        margin-top: 20px; }
    .section0500 .boxR {
      width: 100%;
      height: 380px;
      position: absolute;
      top: 0;
      background-image: url("../img/s05_0.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 380px; }
  .section0501 {
    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: #222;
    position: relative; }
    .section0501 .box {
      width: 100%;
      height: 500px;
      background-color: #111;
      position: absolute;
      left: 0;
      top: 0; }
    .section0501:after {
      content: "";
      display: block;
      width: 100%;
      height: 150px;
      position: absolute;
      top: 0;
      left: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(rgba(34, 34, 34, 0)));
      background: -webkit-linear-gradient(#222222, rgba(34, 34, 34, 0));
      background: -o-linear-gradient(#222222, rgba(34, 34, 34, 0));
      background: linear-gradient(#222222, rgba(34, 34, 34, 0)); }
    .section0501 .B1 {
      background-image: url("../img/s05_1_01.gif");
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-animation: efTwin 18s 0s infinite;
      animation: efTwin 18s 0s infinite;
      background-position: center top 50px; }
    .section0501 .B2 {
      background-image: url("../img/s05_1_02.gif");
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-animation: efTwin 18s 6s infinite;
      animation: efTwin 18s 6s infinite;
      background-position: center top 50px; }
    .section0501 .B3 {
      background-image: url("../img/s05_1_03.gif");
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-animation: efTwin 18s 12s infinite;
      animation: efTwin 18s 12s infinite;
      background-position: center top 50px; }
    .section0501 .B4 {
      background-image: url("../img/s05_1_04.gif");
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-animation: efTwin 18s 18s infinite;
      animation: efTwin 18s 18s infinite;
      background-position: center top 50px; }
  @-webkit-keyframes efTwin {
    0% {
      opacity: 0; }
    11% {
      opacity: 0; }
    22% {
      opacity: 1; }
    44% {
      opacity: 1; }
    55% {
      opacity: 0; }
    100% {
      opacity: 0; } }
  @keyframes efTwin {
    0% {
      opacity: 0; }
    11% {
      opacity: 0; }
    22% {
      opacity: 1; }
    44% {
      opacity: 1; }
    55% {
      opacity: 0; }
    100% {
      opacity: 0; } }
  .section0502 {
    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: #222; }
    .section0502 .box {
      width: 100%;
      height: 500px;
      background-color: #111;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-image: url("../img/s05_2_01.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: height 50%;
      -webkit-filter: hue-rotate(0deg);
      filter: hue-rotate(0deg);
      -webkit-animation: efHuerote 3s infinite alternate;
      animation: efHuerote 3s infinite alternate; }
  @-webkit-keyframes efHuerote {
    0% {
      -webkit-filter: hue-rotate(0deg);
      filter: hue-rotate(0deg); }
    100% {
      -webkit-filter: hue-rotate(360deg);
      filter: hue-rotate(360deg); } }
  @keyframes efHuerote {
    0% {
      -webkit-filter: hue-rotate(0deg);
      filter: hue-rotate(0deg); }
    100% {
      -webkit-filter: hue-rotate(360deg);
      filter: hue-rotate(360deg); } }
      .section0502 .box .badge {
        width: 600px;
        height: 500px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-image: url("../img/s05_2_02.gif");
        background-position: center center;
        background-repeat: no-repeat; }
        .section0502 .box .badge:after {
          content: "";
          display: block;
          width: 120%;
          height: 40px;
          position: absolute;
          bottom: -20px;
          background-color: #222;
          -webkit-transform: rotate(-3deg);
          -ms-transform: rotate(-3deg);
          transform: rotate(-3deg); }
  .section0601 {
    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: #222;
    background-image: url("../img/s06_1_00.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-position: center top; }
    .section0601 .box1 {
      display: none; }
    .section0601 .box2 {
      width: 100%;
      height: 500px;
      position: absolute;
      left: 0;
      top: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.9)), to(rgba(34, 34, 34, 0.9)));
      background: -webkit-linear-gradient(rgba(34, 34, 34, 0.9), rgba(34, 34, 34, 0.9));
      background: -o-linear-gradient(rgba(34, 34, 34, 0.9), rgba(34, 34, 34, 0.9));
      background: linear-gradient(rgba(34, 34, 34, 0.9), rgba(34, 34, 34, 0.9));
      display: block; }
      .section0601 .box2 ul {
        list-style: none;
        padding-left: 0;
        display: inline; }
        .section0601 .box2 ul li .bImgs {
          margin: 50px 0px 0px 50px;
          width: 90px;
          height: 90px;
          background-color: #111;
          background-size: 95%; }
        .section0601 .box2 ul li .specTtl, .section0601 .box2 ul li .specText {
          width: 55%;
          position: absolute;
          margin: 0;
          text-align: left;
          -webkit-transform: translateX(170px) translateY(-90px);
          -ms-transform: translateX(170px) translateY(-90px);
          transform: translateX(170px) translateY(-90px); }
        .section0601 .box2 ul li .specTtl {
          font-size: 14px;
          font-weight: 400; }
        .section0601 .box2 ul li .specText {
          font-size: 14px;
          line-height: 1.5;
          margin-top: 20px; }
        .section0601 .box2 ul li:nth-child(1) .bImgs {
          background-image: url("../img/s06_1_01.png");
          background-position: center center;
          background-repeat: no-repeat; }
        .section0601 .box2 ul li:nth-child(2) .bImgs {
          background-image: url("../img/s06_1_02.png");
          background-position: center center;
          background-repeat: no-repeat; }
        .section0601 .box2 ul li:nth-child(3) .bImgs {
          background-image: url("../img/s06_1_03.png");
          background-position: center center;
          background-repeat: no-repeat; }
  .section0602 {
    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: #222;
    background-image: url("../img/s06_1_00.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-position: center bottom; }
    .section0602 .box1 {
      display: none; }
    .section0602 .box2 {
      width: 100%;
      height: 500px;
      position: absolute;
      left: 0;
      top: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.9)), to(rgba(34, 34, 34, 0.9)));
      background: -webkit-linear-gradient(rgba(34, 34, 34, 0.9), rgba(34, 34, 34, 0.9));
      background: -o-linear-gradient(rgba(34, 34, 34, 0.9), rgba(34, 34, 34, 0.9));
      background: linear-gradient(rgba(34, 34, 34, 0.9), rgba(34, 34, 34, 0.9));
      display: block; }
      .section0602 .box2 ul {
        list-style: none;
        padding-left: 0;
        display: inline; }
        .section0602 .box2 ul li .bImgs {
          margin: 50px 0px 0px 50px;
          width: 90px;
          height: 90px;
          background-color: #111;
          background-size: 95%; }
        .section0602 .box2 ul li .specTtl, .section0602 .box2 ul li .specText {
          width: 55%;
          position: absolute;
          margin: 0;
          text-align: left;
          -webkit-transform: translateX(170px) translateY(-90px);
          -ms-transform: translateX(170px) translateY(-90px);
          transform: translateX(170px) translateY(-90px); }
        .section0602 .box2 ul li .specTtl {
          font-size: 14px;
          font-weight: 400; }
        .section0602 .box2 ul li .specText {
          font-size: 14px;
          line-height: 1.5;
          margin-top: 20px; }
        .section0602 .box2 ul li:nth-child(1) .bImgs {
          background-image: url("../img/s06_1_04.png");
          background-position: center center;
          background-repeat: no-repeat; }
        .section0602 .box2 ul li:nth-child(2) .bImgs {
          background-image: url("../img/s06_1_05.png");
          background-position: center center;
          background-repeat: no-repeat; }
        .section0602 .box2 ul li:nth-child(3) .bImgs {
          background-image: url("../img/s06_1_06.png");
          background-position: center center;
          background-repeat: no-repeat; }
  .section0701 {
    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: #222;
    position: relative; }
    .section0701 .box1 {
      display: none; }
    .section0701 .box2 {
      display: block;
      width: 100%;
      height: 500px;
      position: relative; }
      .section0701 .box2 .bImg1 {
        width: 100%;
        height: 500px;
        background-image: url("../img/s07_1_01.png");
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 1;
        -webkit-animation: efTwin 18s 0s infinite;
        animation: efTwin 18s 0s infinite; }
      .section0701 .box2 .bImg2 {
        width: 100%;
        height: 500px;
        background-image: url("../img/s07_1_02.png");
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        -webkit-animation: efTwin 18s 6s infinite;
        animation: efTwin 18s 6s infinite; }
      .section0701 .box2 .bImg3 {
        width: 100%;
        height: 500px;
        background-image: url("../img/s07_1_03.png");
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        -webkit-animation: efTwin 18s 12s infinite;
        animation: efTwin 18s 12s infinite; }
  @keyframes efTwin {
    0% {
      opacity: 0; }
    11% {
      opacity: 0; }
    22% {
      opacity: 1; }
    44% {
      opacity: 1; }
    55% {
      opacity: 0; }
    100% {
      opacity: 0; } } }
