@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) {
  .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) {
  .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) {
  .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; } } }
