@import url("https://fonts.googleapis.com/css?family=Playfair+Display");
*, *:before, *:after {
  margin: 0;
  padding: 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: 768px) {
  .sectionNav {
    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: #bbb;
    background-image: url("../img/nav_01.png");
    background-position: center center;
    background-repeat: no-repeat; }
    .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 .heroText {
        font-size: 1.875rem;
        text-align: center; }
      .sectionNav ul li .bImg {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        background-size: 180px;
        margin: 0 20px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: solid 0px #84329b;
        margin-bottom: 20px; }
      .sectionNav ul li .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 .bImg:active {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: solid 30px #84329b; }
      .sectionNav ul li:nth-child(1) .bImg {
        background-image: url("../img/nav_0201.png");
        background-position: center center;
        background-repeat: no-repeat; }
      .sectionNav ul li:nth-child(2) .bImg {
        background-image: url("../img/nav_0202.png");
        background-position: center center;
        background-repeat: no-repeat; }
      .sectionNav ul li:nth-child(3) .bImg {
        background-image: url("../img/nav_0203.png");
        background-position: center center;
        background-repeat: no-repeat; }
      .sectionNav ul li:nth-child(4) .bImg {
        background-image: url("../img/nav_0204.png");
        background-position: center center;
        background-repeat: no-repeat; }
      .sectionNav ul li:nth-child(5) .bImg {
        background-image: url("../img/nav_0205.png");
        background-position: center center;
        background-repeat: no-repeat; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .sectionNav {
    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: #bbb;
    background-image: url("../img/nav_01.png");
    background-position: center center;
    background-repeat: no-repeat; }
    .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;
      -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
      transform: translateY(40px); }
      .sectionNav ul .heroText {
        font-size: 20px;
        text-align: center; }
      .sectionNav ul li {
        margin-bottom: 30px; }
        .sectionNav ul li .bImg {
          width: 120px;
          height: 120px;
          border-radius: 50%;
          background-size: 180px;
          margin: 0 20px;
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border: solid 0px #84329b;
          margin-bottom: 20px; }
        .sectionNav ul li .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 .bImg:active {
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border: solid 30px #84329b; }
      .sectionNav ul li:nth-child(1) .bImg {
        background-image: url("../img/nav_0201.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 120px; }
      .sectionNav ul li:nth-child(2) .bImg {
        background-image: url("../img/nav_0202.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 120px; }
      .sectionNav ul li:nth-child(3) .bImg {
        background-image: url("../img/nav_0203.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 120px; }
      .sectionNav ul li:nth-child(4) .bImg {
        background-image: url("../img/nav_0204.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 120px; }
      .sectionNav ul li:nth-child(5) .bImg {
        background-image: url("../img/nav_0205.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 120px; } }

@media (max-width: 768px) {
  .sectionNav {
    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: #bbb;
    background-image: url("../img/nav_01.png");
    background-position: center center;
    background-repeat: no-repeat; }
    .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;
      -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
      transform: translateY(40px); }
      .sectionNav ul .heroText {
        font-size: 18px;
        text-align: center; }
      .sectionNav ul li {
        margin-bottom: 30px; }
        .sectionNav ul li .bImg {
          width: 100px;
          height: 100px;
          border-radius: 50%;
          background-size: 100px;
          margin: 0 10px;
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border: solid 0px #84329b;
          margin-bottom: 20px; }
        .sectionNav ul li .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 .bImg:active {
          -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_0201.png");
        background-position: center center;
        background-repeat: no-repeat; }
      .sectionNav ul li:nth-child(2) .bImg {
        background-image: url("../img/nav_0202.png");
        background-position: center center;
        background-repeat: no-repeat; }
      .sectionNav ul li:nth-child(3) .bImg {
        background-image: url("../img/nav_0203.png");
        background-position: center center;
        background-repeat: no-repeat; }
      .sectionNav ul li:nth-child(4) .bImg {
        background-image: url("../img/nav_0204.png");
        background-position: center center;
        background-repeat: no-repeat; }
      .sectionNav ul li:nth-child(5) .bImg {
        background-image: url("../img/nav_0205.png");
        background-position: center center;
        background-repeat: no-repeat; } }
