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

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

.title_L {
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
    line-height-margin-bottom: 1.875rem;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 30px; }

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

.subTitle {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-weight: lighter;
  line-height: 1;
  text-transform: uppercase;
  color: #c8c9c7;
  padding: 16px 0; }

.P_content {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: lighter;
  line-height: 1.5;
  margin-top: 10px;
  color: #fff; }

.content {
  width: 250px;
  font-family: "Noto Sans", Verdana;
  font-size: 14px;
    font-size-font-weight: 300;
  line-height: 1.5;
  text-align: left;
  color: #fff; }

.superRd {
  font-family: "Oswald", sans-serif;
  font-size: 35px;
  vertical-align: super;
  line-height: 0;
  text-transform: none;
  color: #fff; }

@media (min-width: 1025px) {
  .section0301 {
    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: #000; }
    .section0301 .bImgBG {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 50%;
      top: 0px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-image: url("../img/s03_1_l_01.png");
      background-position: center center;
      background-repeat: no-repeat; }
    .section0301 .box1 {
      display: blokc; }
      .section0301 .box1 .bImg {
        width: 590px;
        height: 430px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-500px) translateY(-210px);
        -ms-transform: translateX(-500px) translateY(-210px);
        transform: translateX(-500px) translateY(-210px); }
      .section0301 .box1 .bImg1 {
        background-image: url("../img/s03_1_l_02.gif");
        background-position: center center;
        background-repeat: no-repeat; }
      .section0301 .box1 .bImg2 {
        background-image: url("../img/s03_1_l_03.png");
        background-position: center center;
        background-repeat: no-repeat;
        opacity: 1;
        -webkit-animation: efRemoveCover 10s infinite linear;
        animation: efRemoveCover 10s infinite linear; }
  @-webkit-keyframes efRemoveCover {
    0% {
      opacity: 1; }
    5% {
      opacity: 0; }
    65% {
      opacity: 0; }
    75% {
      opacity: 1; }
    100% {
      opacity: 1; } }
  @keyframes efRemoveCover {
    0% {
      opacity: 1; }
    5% {
      opacity: 0; }
    65% {
      opacity: 0; }
    75% {
      opacity: 1; }
    100% {
      opacity: 1; } }
    .section0301 .box2 ul {
      width: 400px;
      height: 100%;
      position: absolute;
      left: 50%;
      top: 0px;
      list-style: none;
      padding: 0;
      margin: 0;
      -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
      transform: translateX(100px); }
      .section0301 .box2 ul .bImg3 {
        width: 250px;
        height: 250px;
        border-radius: 50%;
        background-image: url("../img/s03_s_l_04.gif");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 250px; }
      .section0301 .box2 ul .title_L1 {
        display: block;
        width: 100%;
        text-align: left;
        font-size: 50px;
        padding-top: 40px;
        padding-bottom: 10px; }
      .section0301 .box2 ul .title_L2 {
        display: none; }
      .section0301 .box2 ul .content {
        width: 100%;
        text-align: left; } }

@media (min-width: 769px) and (max-width: 1024px) {
  .section0301 {
    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: #000; }
    .section0301 .bImgBG {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 50%;
      top: 0px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-image: url("../img/s03_1_l_01.png");
      background-position: center center;
      background-repeat: no-repeat; }
    .section0301 .box1 {
      width: 100%;
      height: 100%; }
      .section0301 .box1 .bImg {
        width: 35%;
        height: 500px;
        position: absolute;
        right: 50%;
        top: 0;
        -webkit-transform: translateX(-30%);
        -ms-transform: translateX(-30%);
        transform: translateX(-30%); }
      .section0301 .box1 .bImg1 {
        background-image: url("../img/s03_1_l_02.gif");
        background-position: center center;
        background-repeat: no-repeat;
        background-position: left bottom 30px;
        background-size: 100%; }
      .section0301 .box1 .bImg2 {
        background-image: url("../img/s03_1_l_03.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-position: left bottom 30px;
        background-size: 100%;
        opacity: 1;
        -webkit-animation: efRemoveCover 10s infinite linear;
        animation: efRemoveCover 10s infinite linear; }
  @-webkit-keyframes efRemoveCover {
    0% {
      opacity: 1; }
    5% {
      opacity: 0; }
    65% {
      opacity: 0; }
    75% {
      opacity: 1; }
    100% {
      opacity: 1; } }
  @keyframes efRemoveCover {
    0% {
      opacity: 1; }
    5% {
      opacity: 0; }
    65% {
      opacity: 0; }
    75% {
      opacity: 1; }
    100% {
      opacity: 1; } }
    .section0301 .box2 ul {
      width: 90%;
      height: 450px;
      position: absolute;
      left: 50%;
      top: 0;
      position: absolute;
      left: 50%;
      bottom: 0;
      list-style: none;
      padding: 0;
      margin: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      .section0301 .box2 ul .bImg3 {
        width: 270px;
        height: 270px;
        border-radius: 50%;
        background-image: url("../img/s03_s_l_04.gif");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 270px;
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .section0301 .box2 ul .title_L1 {
        display: block;
        width: 60%;
        text-align: left;
        font-size: 50px;
        padding-top: 300px;
        padding-bottom: 10px;
        padding-left: 40%; }
      .section0301 .box2 ul .title_L2 {
        display: none; }
      .section0301 .box2 ul .content {
        width: 60%;
        padding-left: 40%; } }

@media (max-width: 768px) {
  .section0301 {
    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: #000; }
    .section0301 .bImgBG {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 50%;
      top: 0px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-image: url("../img/s03_1_l_01.png");
      background-position: center center;
      background-repeat: no-repeat; }
    .section0301 .box1 .bImg {
      width: 30%;
      height: 150px;
      position: absolute;
      right: 50%;
      bottom: 20px;
      -webkit-transform: translateX(-35%);
      -ms-transform: translateX(-35%);
      transform: translateX(-35%); }
    .section0301 .box1 .bImg1 {
      background-image: url("../img/s03_1_l_02.gif");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: left center; }
    .section0301 .box1 .bImg2 {
      background-image: url("../img/s03_1_l_03.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: left center;
      opacity: 1;
      -webkit-animation: efRemoveCover 10s infinite linear;
      animation: efRemoveCover 10s infinite linear; }
  @-webkit-keyframes efRemoveCover {
    0% {
      opacity: 1; }
    5% {
      opacity: 0; }
    65% {
      opacity: 0; }
    75% {
      opacity: 1; }
    100% {
      opacity: 1; } }
  @keyframes efRemoveCover {
    0% {
      opacity: 1; }
    5% {
      opacity: 0; }
    65% {
      opacity: 0; }
    75% {
      opacity: 1; }
    100% {
      opacity: 1; } }
    .section0301 .box2 ul {
      width: 90%;
      height: 450px;
      position: absolute;
      left: 50%;
      top: 0;
      position: absolute;
      bottom: 0;
      list-style: none;
      width: 80%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      left: 50%;
      bottom: 50px;
      -webkit-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
      transform: translateX(-50%) translateY(0);
      margin: 0;
      padding: 0;
      width: 80%;
      padding: 0;
      margin: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      .section0301 .box2 ul .title_L {
        font-size: 30px;
        line-height: 1.2;
        width: 100%;
        text-align: left;
        padding-bottom: 15px; }
      .section0301 .box2 ul .content {
        width: 100%;
        text-align: left; }
      .section0301 .box2 ul .bImg3 {
        width: 270px;
        height: 270px;
        border-radius: 50%;
        background-image: url("../img/s03_s_l_04.gif");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 270px;
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .section0301 .box2 ul .title_L1 {
        display: none; }
      .section0301 .box2 ul .title_L2 {
        display: block;
        width: 100%;
        font-size: 30px;
        padding-top: 300px;
        padding-bottom: 10px;
        text-align: right; }
      .section0301 .box2 ul .content {
        width: 60%;
        padding-left: 40%; } }

@media (max-width: 425px) {
    .section0301 .box1 .bImg {
     width:60%;
     height:100%;
      position: absolute;
      right: 0;
      bottom: -25%;
      -webkit-transform: translateX(-35%);
      -ms-transform: translateX(-35%);
      transform: translateX(-35%); 
      }
}