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

@media (min-width: 768px) and (max-width: 1024px) {
  .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; } }

@media (max-width: 768px) {
  .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; } }
