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

.headingTtl {
  font-family: "Oswald", sans-serif;
  font-size: 1.875rem;
  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: 14px;
    font-size-font-weight: 300;
  line-height: 1;
  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: 200px;
  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: 1025px) {
  .wordBox {
    width: calc(100%-80px);
    height: calc(100%-80px);
    padding: 40px; }
  .headingTtl {
    font-size: 3.75rem;
    margin-bottom: 1rem; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .wordBox {
    width: calc(100%-60px);
    height: calc(100%-60px);
    padding: 40px; }
  .headingTtl {
    font-size: 2.75rem;
    margin-bottom: 1rem; } }

@media (max-width: 767px) {
  .wordBox {
    width: calc(100%-40px);
    height: calc(100%-40px);
    padding: 20px; }
  .headingTtl {
    font-size: 1.875rem;
    margin-bottom: 1rem; } }

[class^="cmSection"] {
  width: 100%;
  height: 680px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  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;
  padding: 0px;
  position: relative; }

[class^="section"] {
  width: 100%;
  height: 500px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  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;
  padding: 0px;
  position: relative; }

[class^="goNav"] {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 100px;
  left: 50%;
  -webkit-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  transform: translateX(-25px);
  background-image: url(../img/item_gonav.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  opacity: .2;
  -webkit-filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0));
  filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0)); }

@media (min-width: 768px) {
  .heroSection {
    width: 100%;
    height: 850px;
    position: relative;
    overflow: hidden; }
    .heroSection .bImg {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-image: url(../img/hero_img_01.png);
      background-repeat: no-repeat;
      background-position: center center; }
    .heroSection .wordBox {
      width: 550px;
      height: 280px;
      position: absolute;
      left: 50%;
      top: 90px;
      background-color: rgba(124, 50, 144, 0.9); }
      .heroSection .wordBox ul {
        position: absolute;
        left: 0;
        top: 0; }
        .heroSection .wordBox ul li {
          margin: 0;
          -webkit-transform: translateX(-35px);
          -ms-transform: translateX(-35px);
          transform: translateX(-35px);
          padding-top: 20px;
          padding-left: 20px;
          list-style: none;
          padding-bottom: 10px; }
          .heroSection .wordBox ul li .heroTtl {
            margin: 0;
            padding: 0; }
  .goNav:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    -webkit-filter: drop-shadow(0px 0px 5px white);
    filter: drop-shadow(0px 0px 5px white); }
  .sectionNav {
    background-color: #1a1a1a; } }
  @media (min-width: 768px) and (min-width: 1025px) {
    .sectionNav ul li {
      margin: 0;
      padding: 0; }
    .sectionNav 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; }
      .sectionNav ul li {
        padding: 10px; }
      .sectionNav ul .bImg {
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background-position: center center;
        background-size: 220px;
        background-repeat: no-repeat;
        margin: 0 0 20px 0;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: solid 0px #84329b; }
      .sectionNav ul .bImg:hover {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: solid 20px #84329b; }
      .sectionNav ul li:nth-child(1) .bImg {
        background-image: url(../img/nav_01.png); }
      .sectionNav ul li:nth-child(2) .bImg {
        background-image: url(../img/nav_02.png); }
      .sectionNav ul li:nth-child(3) .bImg {
        background-image: url(../img/nav_03.png); }
      .sectionNav ul li:nth-child(4) .bImg {
        background-image: url(../img/nav_04.png); }
    .sectionNav .heroText {
      text-align: center; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .sectionNav .heroText {
      width: 180px;
      font-size: 20px; }
    .sectionNav ul li {
      margin: 0;
      padding: 0; }
    .sectionNav 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; }
      .sectionNav ul li {
        padding: 10px 60px; }
      .sectionNav ul .bImg {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        background-position: center center;
        background-size: 180px;
        background-repeat: no-repeat;
        margin: 0 0 20px 0;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: solid 0px #84329b; }
      .sectionNav ul .bImg:hover {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: solid 10px #84329b; }
      .sectionNav ul li:nth-child(1) .bImg {
        background-image: url(../img/nav_01.png); }
      .sectionNav ul li:nth-child(2) .bImg {
        background-image: url(../img/nav_02.png); }
      .sectionNav ul li:nth-child(3) .bImg {
        background-image: url(../img/nav_03.png); }
      .sectionNav ul li:nth-child(4) .bImg {
        background-image: url(../img/nav_04.png); }
    .sectionNav .heroText {
      text-align: center; } }

@media (min-width: 768px) {
  .sectionTrans1 {
    background-color: #1a1a1a; }
    .sectionTrans1 .trans01 {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 2000px 500px;
      -webkit-filter: drop-shadow(0px -10px 15px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(0px -10px 15px rgba(0, 0, 0, 0.2));
      background-image: url(../img/trans01_01.png); }
    .sectionTrans1 .trans02 {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-repeat: no-repeat;
      background-position: left bottom;
      background-size: 2000px 500px;
      -webkit-filter: drop-shadow(0px -10px 15px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(0px -10px 15px rgba(0, 0, 0, 0.2));
      background-image: url(../img/trans01_02.png); }
  .cmSection10 {
    background-color: #000000; }
    .cmSection10 .bImg {
      width: 100%;
      height: 100%;
      background-image: url("../img/section01_00.png");
      background-position: center center;
      background-repeat: no-repeat; }
  .section11 {
    background-color: #000000;
    overflow: hidden; }
    .section11 .bImg {
      width: 100%;
      height: 100%;
      background-image: url("../img/section01_03.gif");
      background-position: center center;
      background-repeat: no-repeat;
      left: 50%;
      -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
      transform: translateX(100px); }
  .section12 {
    background-color: #000000;
    position: relative; } }
  @media (min-width: 768px) and (min-width: 1025px) {
    .section12 .bImg {
      width: 100%;
      height: 100%;
      background-image: url("../img/section01_02.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-position: center top;
      position: absolute;
      left: 0;
      top: 0; }
    .section12 .box1 {
      width: 100%;
      height: 100%;
      position: relative; }
      .section12 .box1 .wordBox1 {
        position: absolute;
        left: 50%;
        top: 64px;
        -webkit-transform: translateX(-500px);
        -ms-transform: translateX(-500px);
        transform: translateX(-500px); }
      .section12 .box1 .line1 {
        position: absolute;
        left: 50%;
        top: 76px;
        -webkit-transform: translateX(-366px);
        -ms-transform: translateX(-366px);
        transform: translateX(-366px);
        width: 270px;
        border-top: solid 2px #eee; }
      .section12 .box1 .wordBox2 {
        position: absolute;
        left: 50%;
        top: 266px;
        -webkit-transform: translateX(-500px);
        -ms-transform: translateX(-500px);
        transform: translateX(-500px); }
      .section12 .box1 .line2 {
        position: absolute;
        left: 50%;
        top: 280px;
        -webkit-transform: translateX(-336px);
        -ms-transform: translateX(-336px);
        transform: translateX(-336px);
        width: 230px;
        border-top: solid 2px #eee; }
      .section12 .box1 .wordBox3 {
        position: absolute;
        left: 50%;
        top: 406px;
        -webkit-transform: translateX(-500px);
        -ms-transform: translateX(-500px);
        transform: translateX(-500px); }
        .section12 .box1 .wordBox3 .specTtl {
          width: 400px; }
      .section12 .box1 .line3 {
        position: absolute;
        left: 50%;
        top: 418px;
        -webkit-transform: translateX(-266px);
        -ms-transform: translateX(-266px);
        transform: translateX(-266px);
        width: 180px;
        border-top: solid 2px #eee; }
      .section12 .box1 .wordBox4 {
        position: absolute;
        left: 50%;
        top: 188px;
        -webkit-transform: translateX(184px);
        -ms-transform: translateX(184px);
        transform: translateX(184px); }
      .section12 .box1 .line4 {
        position: absolute;
        left: 50%;
        top: 200px;
        -webkit-transform: translateX(86px);
        -ms-transform: translateX(86px);
        transform: translateX(86px);
        width: 78px;
        border-top: solid 2px #eee; }
    .section12 .box2 {
      display: none; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .section12 .bImg {
      width: 100%;
      height: 100%;
      background-image: url("../img/section01_02.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-position: center top;
      position: absolute;
      left: 0;
      top: 0;
      opacity: .3; }
    .section12 .box1 {
      display: none; }
    .section12 .box2 {
      width: 100%;
      height: 100%;
      position: relative;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 0px; }
      .section12 .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; }
        .section12 .box2 ul li {
          margin: 15px 50px 15px 50px; }
          .section12 .box2 ul li .bImgs {
            margin: 0 100px;
            width: 100px;
            height: 100px;
            border-radius: 25%;
            background-color: #FFF;
            margin-bottom: 10px; }
          .section12 .box2 ul li .specTtl, .section12 .box2 ul li .specText {
            width: 300px;
            font-size: 16px; }
          .section12 .box2 ul li .specTtl {
            text-align: center; }
        .section12 .box2 ul li:nth-child(1) .bImgs {
          background-image: url(../img/section01_0201.png);
          background-size: 100px;
          position: relative; }
        .section12 .box2 ul li:nth-child(2) .bImgs {
          background-image: url(../img/section01_0202.png);
          background-size: 100px;
          position: relative; }
        .section12 .box2 ul li:nth-child(3) .bImgs {
          background-image: url(../img/section01_0203.png);
          background-size: 100px;
          position: relative; }
        .section12 .box2 ul li:nth-child(4) .bImgs {
          background-image: url(../img/section01_0204.png);
          background-size: 100px;
          position: relative; } }

@media (min-width: 768px) {
  .section13 {
    background-color: #000000;
    position: relative; } }
  @media (min-width: 768px) and (min-width: 1025px) {
    .section13 .bImg {
      width: 100%;
      height: 100%;
      background-image: url("../img/section01_02.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-position: center bottom;
      position: absolute;
      left: 0;
      top: 0; }
    .section13 .box1 {
      width: 100%;
      height: 100%;
      position: relative; }
      .section13 .box1 .wordBox5 {
        position: absolute;
        left: 50%;
        top: 33px;
        -webkit-transform: translateX(-500px);
        -ms-transform: translateX(-500px);
        transform: translateX(-500px); }
      .section13 .box1 .line5 {
        position: absolute;
        left: 50%;
        top: 45px;
        -webkit-transform: translateX(-316px);
        -ms-transform: translateX(-316px);
        transform: translateX(-316px);
        width: 270px;
        border-top: solid 2px #eee; }
      .section13 .box1 .wordBox6 {
        position: absolute;
        left: 50%;
        top: 158px;
        -webkit-transform: translateX(-500px);
        -ms-transform: translateX(-500px);
        transform: translateX(-500px); }
        .section13 .box1 .wordBox6 .specTtl {
          width: 400px; }
      .section13 .box1 .line6 {
        position: absolute;
        left: 50%;
        top: 170px;
        -webkit-transform: translateX(-230px);
        -ms-transform: translateX(-230px);
        transform: translateX(-230px);
        width: 190px;
        border-top: solid 2px #eee; }
      .section13 .box1 .wordBox7 {
        position: absolute;
        left: 50%;
        top: 56px;
        -webkit-transform: translateX(181px);
        -ms-transform: translateX(181px);
        transform: translateX(181px); }
      .section13 .box1 .line7 {
        position: absolute;
        left: 50%;
        top: 70px;
        -webkit-transform: translateX(65px);
        -ms-transform: translateX(65px);
        transform: translateX(65px);
        width: 99px;
        border-top: solid 2px #eee; }
      .section13 .box1 .wordBox8 {
        position: absolute;
        left: 50%;
        top: 328px;
        -webkit-transform: translateX(184px);
        -ms-transform: translateX(184px);
        transform: translateX(184px); }
      .section13 .box1 .line8 {
        position: absolute;
        left: 50%;
        top: 340px;
        -webkit-transform: translateX(94px);
        -ms-transform: translateX(94px);
        transform: translateX(94px);
        width: 70px;
        border-top: solid 2px #eee; }
    .section13 .box2 {
      display: none; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .section13 .bImg {
      width: 100%;
      height: 100%;
      background-image: url("../img/section01_02.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-position: center bottom;
      position: absolute;
      left: 0;
      top: 0;
      opacity: .3; }
    .section13 .box1 {
      display: none; }
    .section13 .box2 {
      width: 100%;
      height: 100%;
      position: relative;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 0px; }
      .section13 .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; }
        .section13 .box2 ul li {
          margin: 15px 50px 15px 50px; }
          .section13 .box2 ul li .bImgs {
            margin: 0 100px;
            width: 100px;
            height: 100px;
            border-radius: 25%;
            background-color: #FFF;
            margin-bottom: 10px; }
          .section13 .box2 ul li .specTtl, .section13 .box2 ul li .specText {
            width: 300px;
            font-size: 16px; }
          .section13 .box2 ul li .specTtl {
            text-align: center; }
        .section13 .box2 ul li:nth-child(1) .bImgs {
          background-image: url(../img/section01_0205.png);
          background-size: 100px;
          position: relative; }
        .section13 .box2 ul li:nth-child(2) .bImgs {
          background-image: url(../img/section01_0206.png);
          background-size: 100px;
          position: relative; }
        .section13 .box2 ul li:nth-child(3) .bImgs {
          background-image: url(../img/section01_0207.png);
          background-size: 100px;
          position: relative; }
        .section13 .box2 ul li:nth-child(4) .bImgs {
          background-image: url(../img/section01_0208.png);
          background-size: 100px;
          position: relative; } }

@media (min-width: 768px) {
  .sectionTrans2 {
    background-color: #000000; }
    .sectionTrans2 .trans01 {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 2000px 500px;
      -webkit-filter: drop-shadow(0px -10px 15px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(0px -10px 15px rgba(0, 0, 0, 0.2));
      background-image: url(../img/trans02_01.png); }
    .sectionTrans2 .trans02 {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-repeat: no-repeat;
      background-position: left bottom;
      background-size: 2000px 500px;
      -webkit-filter: drop-shadow(0px -10px 15px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(0px -10px 15px rgba(0, 0, 0, 0.2));
      background-image: url(../img/trans02_02.png); }
  .cmSection20 {
    background-color: #1a1a1a; }
    .cmSection20 .bImg {
      width: 100%;
      height: 100%;
      background-image: url("../img/section02_00.png");
      background-position: center center;
      background-repeat: no-repeat; }
  .section21 {
    background-color: #1a1a1a;
    position: relative; }
    .section21 .bImg1 {
      width: 100%;
      height: 100%;
      background-image: url("../img/section02_02.gif");
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .sectionTrans3 {
    background-color: #1a1a1a; }
    .sectionTrans3 .trans01 {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 2000px 500px;
      -webkit-filter: drop-shadow(0px -10px 15px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(0px -10px 15px rgba(0, 0, 0, 0.2));
      background-image: url(../img/trans03_01.png); }
    .sectionTrans3 .trans02 {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-repeat: no-repeat;
      background-position: left bottom;
      background-size: 2000px 500px;
      -webkit-filter: drop-shadow(0px -10px 15px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(0px -10px 15px rgba(0, 0, 0, 0.2));
      background-image: url(../img/trans03_02.png); }
  .cmSection30 {
    background-color: #333333; }
    .cmSection30 .bImg {
      width: 100%;
      height: 100%;
      background-image: url("../img/section03_00.png");
      background-position: center center;
      background-repeat: no-repeat; }
  .section31 {
    overflow: hidden;
    background-color: #191919;
    position: relative; }
    .section31 .bImg1 {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url("../img/section03_01.png");
      background-position: center center;
      background-repeat: no-repeat;
      width: 100%;
      height: 500px;
      bottom: 0;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      -webkit-transition-delay: 2s;
      -o-transition-delay: 2s;
      transition-delay: 2s;
      background-position: center bottom -150px; }
    .section31 .bImg2 {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url("../img/section03_02.png");
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      -webkit-transition-delay: 2s;
      -o-transition-delay: 2s;
      transition-delay: 2s;
      background-position: center top -20px; }
    .section31 .bImg4 {
      width: 300px;
      height: 300px;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 0;
      left: 50%;
      top: 190px;
      -webkit-transform: translateX(-400px);
      -ms-transform: translateX(-400px);
      transform: translateX(-400px);
      background-image: url(../img/section03_04.gif);
      background-size: 320px;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      -webkit-transition-delay: 2s;
      -o-transition-delay: 2s;
      transition-delay: 2s;
      background-size: 300px; }
    .section31 .bImg3 {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url("../img/section03_03.png");
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      -webkit-transition-delay: 2s;
      -o-transition-delay: 2s;
      transition-delay: 2s;
      background-position: center top -100px; }
  .section31:hover .bImg1 {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    background-position: center bottom -100px; }
  .section31:hover .bImg2 {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    background-position: center top 0px; }
  .section31:hover .bImg4 {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    background-size: 330px; }
  .section31:hover .bImg3 {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    background-position: center top -50px; }
  .sectionTrans4 {
    background-color: #333333; }
    .sectionTrans4 .trans01 {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 2000px 500px;
      -webkit-filter: drop-shadow(0px -10px 15px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(0px -10px 15px rgba(0, 0, 0, 0.2));
      background-image: url(../img/trans04_01.png); }
    .sectionTrans4 .trans02 {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-repeat: no-repeat;
      background-position: left bottom;
      background-size: 2000px 500px;
      -webkit-filter: drop-shadow(0px -10px 15px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(0px -10px 15px rgba(0, 0, 0, 0.2));
      background-image: url(../img/trans04_02.png); }
  .cmSection40 {
    background-color: #53565a; }
    .cmSection40 .bImg {
      width: 100%;
      height: 100%;
      background-image: url("../img/section04_00.png");
      background-position: center center;
      background-repeat: no-repeat; }
  .section41 {
    background-color: #53565a; }
    .section41 .box {
      width: 100%;
      height: 100%;
      position: relative;
      overflow: hidden; }
      .section41 .box .bImg4 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url("../img/section04_05.gif");
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        background-size: 800px;
        background-position: center 50px;
        opacity: 0; }
      .section41 .box .bImg3 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url("../img/section04_03.png");
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        opacity: 0;
        background-size: 800px;
        background-position: center 50px; }
      .section41 .box .bImg2 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url("../img/section04_02.png");
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        opacity: 1;
        background-size: 460px;
        background-position: center center; }
      .section41 .box .shadow {
        width: 100%;
        height: 100px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(83, 86, 90, 0)), to(#53565a));
        background: -webkit-linear-gradient(rgba(83, 86, 90, 0), #53565a);
        background: -o-linear-gradient(rgba(83, 86, 90, 0), #53565a);
        background: linear-gradient(rgba(83, 86, 90, 0), #53565a); }
      .section41 .box .bImg1 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url("../img/section04_01.png");
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
        opacity: 1; }
    .section41 .box:hover .bImg1 {
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      opacity: 0; }
    .section41 .box:hover .bImg2 {
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      -webkit-transition-delay: .5s;
      -o-transition-delay: .5s;
      transition-delay: .5s;
      opacity: 1;
      background-size: 800px;
      background-position: center 50px; }
    .section41 .box:hover .bImg3 {
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      -webkit-transition-delay: 1.5s;
      -o-transition-delay: 1.5s;
      transition-delay: 1.5s;
      opacity: 1; }
    .section41 .box:hover .bImg4 {
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      -webkit-transition-delay: 2s;
      -o-transition-delay: 2s;
      transition-delay: 2s;
      background-size: 800px;
      background-position: center 50px;
      opacity: 1; }
  .sectionTrans5 {
    background-color: #ffffff; }
    .sectionTrans5 .trans01 {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 2000px 500px;
      background-image: url(../img/trans05_01.png); }
    .sectionTrans5 .trans02 {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-repeat: no-repeat;
      background-position: left bottom;
      background-size: 2000px 500px;
      background-image: url(../img/trans05_02.png); } }

@media (max-width: 768px) {
  .heroSection {
    width: 100%;
    height: 850px;
    position: relative;
    overflow: hidden; }
    .heroSection .bImg {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-image: url(../img/hero_img_01.png);
      background-repeat: no-repeat;
      background-position: center center; }
    .heroSection .wordBox {
      width: 550px;
      height: 280px;
      position: absolute;
      left: 50%;
      top: 90px;
      background-color: rgba(124, 50, 144, 0.9); }
      .heroSection .wordBox ul {
        position: absolute;
        left: 0;
        top: 0; }
        .heroSection .wordBox ul li {
          margin: 0;
          -webkit-transform: translateX(-35px);
          -ms-transform: translateX(-35px);
          transform: translateX(-35px);
          padding-top: 20px;
          padding-left: 20px;
          list-style: none;
          padding-bottom: 10px; }
          .heroSection .wordBox ul li .heroTtl {
            margin: 0;
            padding: 0; }
  .goNav:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    -webkit-filter: drop-shadow(0px 0px 5px white);
    filter: drop-shadow(0px 0px 5px white); }
  .sectionNav {
    background-color: #1a1a1a; }
    .sectionNav .heroText {
      width: 180px;
      font-size: 16px; }
    .sectionNav ul li {
      margin: 0;
      padding: 0; }
    .sectionNav 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; }
      .sectionNav ul li {
        padding: 20px; }
      .sectionNav ul .bImg {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        background-position: center center;
        background-size: 160px;
        background-repeat: no-repeat;
        margin: 0 0 20px 0;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: solid 0px #84329b; }
      .sectionNav ul .bImg:hover {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: solid 10px #84329b; }
      .sectionNav ul li:nth-child(1) .bImg {
        background-image: url(../img/nav_01.png); }
      .sectionNav ul li:nth-child(2) .bImg {
        background-image: url(../img/nav_02.png); }
      .sectionNav ul li:nth-child(3) .bImg {
        background-image: url(../img/nav_03.png); }
      .sectionNav ul li:nth-child(4) .bImg {
        background-image: url(../img/nav_04.png); }
    .sectionNav .heroText {
      text-align: center; }
  .sectionTrans1 {
    background-color: #1a1a1a; }
    .sectionTrans1 .trans01 {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 2000px 500px;
      -webkit-filter: drop-shadow(0px -10px 15px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(0px -10px 15px rgba(0, 0, 0, 0.2));
      background-image: url(../img/trans01_01.png); }
    .sectionTrans1 .trans02 {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-repeat: no-repeat;
      background-position: left bottom;
      background-size: 2000px 500px;
      -webkit-filter: drop-shadow(0px -10px 15px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(0px -10px 15px rgba(0, 0, 0, 0.2));
      background-image: url(../img/trans01_02.png); }
  .cmSection10 {
    background-color: #000000; }
    .cmSection10 .bImg {
      width: 100%;
      height: 100%;
      background-image: url("../img/section01_00.png");
      background-position: center center;
      background-repeat: no-repeat; }
  .section11 {
    background-color: #000000;
    overflow: hidden; }
    .section11 .bImg {
      width: 100%;
      height: 100%;
      background-image: url("../img/section01_03.gif");
      background-position: center center;
      background-repeat: no-repeat;
      left: 50%;
      -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
      transform: translateX(50px);
      background-size: 450px; }
  .section12 {
    background-color: #000000;
    position: relative; }
    .section12 .bImg {
      width: 100%;
      height: 100%;
      background-image: url("../img/section01_02.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-position: center top;
      position: absolute;
      left: 0;
      top: 0;
      opacity: .2; }
    .section12 .box1 {
      display: none; }
    .section12 .box2 {
      width: 100%;
      height: 100%;
      position: relative;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 0px; }
      .section12 .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; }
        .section12 .box2 ul li {
          margin: 15px 20px 15px 20px; }
          .section12 .box2 ul li .bImgs {
            margin: 0 40px;
            width: 100px;
            height: 100px;
            border-radius: 25%;
            background-color: #FFF;
            margin-bottom: 10px; }
          .section12 .box2 ul li .specTtl, .section12 .box2 ul li .specText {
            width: 180px;
            font-size: 12px; }
          .section12 .box2 ul li .specTtl {
            text-align: center; }
        .section12 .box2 ul li:nth-child(1) .bImgs {
          background-image: url(../img/section01_0201.png);
          background-size: 100px;
          position: relative; }
        .section12 .box2 ul li:nth-child(2) .bImgs {
          background-image: url(../img/section01_0202.png);
          background-size: 100px;
          position: relative; }
        .section12 .box2 ul li:nth-child(3) .bImgs {
          background-image: url(../img/section01_0203.png);
          background-size: 100px;
          position: relative; }
        .section12 .box2 ul li:nth-child(4) .bImgs {
          background-image: url(../img/section01_0204.png);
          background-size: 100px;
          position: relative; }
  .section13 {
    background-color: #000000;
    position: relative; }
    .section13 .bImg {
      width: 100%;
      height: 100%;
      background-image: url("../img/section01_02.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-position: center bottom;
      position: absolute;
      left: 0;
      top: 0;
      opacity: .2; }
    .section13 .box1 {
      display: none; }
    .section13 .box2 {
      width: 100%;
      height: 100%;
      position: relative;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 0px; }
      .section13 .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; }
        .section13 .box2 ul li {
          margin: 15px 20px 15px 20px; }
          .section13 .box2 ul li .bImgs {
            margin: 0 40px;
            width: 100px;
            height: 100px;
            border-radius: 25%;
            background-color: #FFF;
            margin-bottom: 10px; }
          .section13 .box2 ul li .specTtl, .section13 .box2 ul li .specText {
            width: 180px;
            font-size: 12px; }
          .section13 .box2 ul li .specTtl {
            text-align: center; }
        .section13 .box2 ul li:nth-child(1) .bImgs {
          background-image: url(../img/section01_0205.png);
          background-size: 100px;
          position: relative; }
        .section13 .box2 ul li:nth-child(2) .bImgs {
          background-image: url(../img/section01_0206.png);
          background-size: 100px;
          position: relative; }
        .section13 .box2 ul li:nth-child(3) .bImgs {
          background-image: url(../img/section01_0207.png);
          background-size: 100px;
          position: relative; }
        .section13 .box2 ul li:nth-child(4) .bImgs {
          background-image: url(../img/section01_0208.png);
          background-size: 100px;
          position: relative; }
  .sectionTrans2 {
    background-color: #000000; }
    .sectionTrans2 .trans01 {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 2000px 500px;
      -webkit-filter: drop-shadow(0px -10px 15px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(0px -10px 15px rgba(0, 0, 0, 0.2));
      background-image: url(../img/trans02_01.png); }
    .sectionTrans2 .trans02 {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-repeat: no-repeat;
      background-position: left bottom;
      background-size: 2000px 500px;
      -webkit-filter: drop-shadow(0px -10px 15px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(0px -10px 15px rgba(0, 0, 0, 0.2));
      background-image: url(../img/trans02_02.png); }
  .cmSection20 {
    background-color: #1a1a1a; }
    .cmSection20 .bImg {
      width: 100%;
      height: 100%;
      background-image: url("../img/section02_00.png");
      background-position: center center;
      background-repeat: no-repeat; }
  .section21 {
    background-color: #1a1a1a;
    position: relative; }
    .section21 .bImg1 {
      width: 100%;
      height: 100%;
      background-image: url("../img/section02_02.gif");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 460px;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .sectionTrans3 {
    background-color: #1a1a1a; }
    .sectionTrans3 .trans01 {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 2000px 500px;
      -webkit-filter: drop-shadow(0px -10px 15px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(0px -10px 15px rgba(0, 0, 0, 0.2));
      background-image: url(../img/trans03_01.png); }
    .sectionTrans3 .trans02 {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-repeat: no-repeat;
      background-position: left bottom;
      background-size: 2000px 500px;
      -webkit-filter: drop-shadow(0px -10px 15px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(0px -10px 15px rgba(0, 0, 0, 0.2));
      background-image: url(../img/trans03_02.png); }
  .cmSection30 {
    background-color: #333333; }
    .cmSection30 .bImg {
      width: 100%;
      height: 100%;
      background-image: url("../img/section03_00.png");
      background-position: center center;
      background-repeat: no-repeat; }
  .section31 {
    overflow: hidden;
    background-color: #191919;
    position: relative; }
    .section31 .bImg1 {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url("../img/section03_01.png");
      background-position: center center;
      background-repeat: no-repeat;
      width: 100%;
      height: 500px;
      bottom: 0;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      -webkit-transition-delay: 2s;
      -o-transition-delay: 2s;
      transition-delay: 2s;
      background-position: center bottom -150px; }
    .section31 .bImg2 {
      position: absolute;
      left: 0;
      top: 0;
      width: 4000px;
      height: 500px;
      left: 200px;
      width: 100%;
      height: 100%;
      background-image: url("../img/section03_02.png");
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      -webkit-transition-delay: 2s;
      -o-transition-delay: 2s;
      transition-delay: 2s;
      background-position: center top -20px; }
    .section31 .bImg4 {
      width: 300px;
      height: 300px;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 0;
      left: 50%;
      top: 190px;
      -webkit-transform: translateX(-200px);
      -ms-transform: translateX(-200px);
      transform: translateX(-200px);
      background-image: url(../img/section03_04.gif);
      background-size: 320px;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      -webkit-transition-delay: 2s;
      -o-transition-delay: 2s;
      transition-delay: 2s;
      background-size: 300px; }
    .section31 .bImg3 {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url("../img/section03_03.png");
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      -webkit-transition-delay: 2s;
      -o-transition-delay: 2s;
      transition-delay: 2s;
      background-position: center top -100px; }
  .section31:hover .bImg1 {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    background-position: center bottom -100px; }
  .section31:hover .bImg2 {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    background-position: center top 0px; }
  .section31:hover .bImg4 {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    background-size: 330px; }
  .section31:hover .bImg3 {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    background-position: center top -50px; }
  .sectionTrans4 {
    background-color: #333333; }
    .sectionTrans4 .trans01 {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 2000px 500px;
      -webkit-filter: drop-shadow(0px -10px 15px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(0px -10px 15px rgba(0, 0, 0, 0.2));
      background-image: url(../img/trans04_01.png); }
    .sectionTrans4 .trans02 {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-repeat: no-repeat;
      background-position: left bottom;
      background-size: 2000px 500px;
      -webkit-filter: drop-shadow(0px -10px 15px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(0px -10px 15px rgba(0, 0, 0, 0.2));
      background-image: url(../img/trans04_02.png); }
  .cmSection40 {
    background-color: #53565a; }
    .cmSection40 .bImg {
      width: 100%;
      height: 100%;
      background-image: url("../img/section04_00.png");
      background-position: center center;
      background-repeat: no-repeat; }
  .section41 {
    background-color: #53565a; }
    .section41 .box {
      width: 100%;
      height: 100%;
      position: relative;
      overflow: hidden; }
      .section41 .box .bImg4 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url("../img/section04_05.gif");
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        background-size: 800px;
        background-position: center 50px;
        opacity: 0; }
      .section41 .box .bImg3 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url("../img/section04_03.png");
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        opacity: 0;
        background-size: 800px;
        background-position: center 50px; }
      .section41 .box .bImg2 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url("../img/section04_02.png");
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        opacity: 1;
        background-size: 460px;
        background-position: center center; }
      .section41 .box .shadow {
        width: 100%;
        height: 100px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(83, 86, 90, 0)), to(#53565a));
        background: -webkit-linear-gradient(rgba(83, 86, 90, 0), #53565a);
        background: -o-linear-gradient(rgba(83, 86, 90, 0), #53565a);
        background: linear-gradient(rgba(83, 86, 90, 0), #53565a); }
      .section41 .box .bImg1 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url("../img/section04_01.png");
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
        opacity: 1; }
    .section41 .box:hover .bImg1 {
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      opacity: 0; }
    .section41 .box:hover .bImg2 {
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      -webkit-transition-delay: .5s;
      -o-transition-delay: .5s;
      transition-delay: .5s;
      opacity: 1;
      background-size: 800px;
      background-position: center 50px; }
    .section41 .box:hover .bImg3 {
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      -webkit-transition-delay: 1.5s;
      -o-transition-delay: 1.5s;
      transition-delay: 1.5s;
      opacity: 1; }
    .section41 .box:hover .bImg4 {
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s;
      -webkit-transition-delay: 2s;
      -o-transition-delay: 2s;
      transition-delay: 2s;
      background-size: 800px;
      background-position: center 50px;
      opacity: 1; }
  .sectionTrans5 {
    background-color: #ffffff; }
    .sectionTrans5 .trans01 {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 2000px 500px;
      background-image: url(../img/trans05_01.png); }
    .sectionTrans5 .trans02 {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-repeat: no-repeat;
      background-position: left bottom;
      background-size: 2000px 500px;
      background-image: url(../img/trans05_02.png); } }
