body {
    background-color: rgb(17, 38, 19);
}
.Contents_Area img {
    display: block;
    width: 100%;
}
.Contents_Area a {
    text-decoration: none;
    display: block;
    outline: none;
    -webkit-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
}
.Contents_Area a:hover {
    opacity: 0.6;
}
.Contents_Area .contents {
    position: relative;
}
.Contents_Area h2.h2_Title {
    color: #fff;
    font-size: 35px;
    line-height: 1.7;
    padding-inline: 20px;
    text-align: center;
    padding-block: 20px 15px;
    font-weight: bold;
}
.Contents_Area h3.h3_Title {
    font-size: 24px;
    color: #fff;
    line-height: 1.7;
    padding-inline: 20px;
    text-align: center;
    padding-block: 20px 15px;
    letter-spacing: -0.1rem;
    font-weight: bold;
}
.Spark {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 17%;
    pointer-events: none;
}
.Contents_Area .Contents_Text {
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
    padding-inline: 20px;
}
.Contents_Area .contents.contents01 .Kv_Text {
    position: absolute;
    margin-inline: auto; 
    transition: opacity .8s ease, transform .8s ease;
    will-change: transform;
}
.Contents_Area .contents.contents01 .Kv_Text.Kv_Text01 { 
    opacity: 0; 
    transform: scale(0.95) translateY(20px);
    width: 83%;
    top: 5%;
    left: 0;
    right: 0;
    margin-inline: auto;
    transition: opacity .6s ease, transform .6s ease;
    will-change: transform;
}
.Contents_Area .contents.contents01 .Kv_Text.Kv_Text01.Show { 
    opacity: 1; 
    transform: scale(1) translateY(0);
}
.Contents_Area .contents.contents01 .Kv_Text.Kv_Text02,.Contents_Area .contents.contents01 .Kv_Text.Kv_Text03,.Contents_Area .contents.contents01 .Kv_Text.Kv_Text04,.Contents_Area .contents.contents01 .Kv_Text.Kv_Text05 { 
    opacity: 0; 
    transform: translateY(5px);
}
.Contents_Area .contents.contents01 .Kv_Text.Kv_Text02.Show,.Contents_Area .contents.contents01 .Kv_Text.Kv_Text03.Show,.Contents_Area .contents.contents01 .Kv_Text.Kv_Text04.Show,.Contents_Area .contents.contents01 .Kv_Text.Kv_Text05.Show { 
    opacity: 1; 
    transform: translateY(0px);
}
.Contents_Area .contents.contents01 .Kv_Text.Kv_Text02 {
    width: 27%;
    top: 1.5%;
    left: 8.8%;
}
.Contents_Area .contents.contents01 .Kv_Text.Kv_Text03 {
    width: 31%;
    top: 0.7%;
    right: 5%;
}
.Contents_Area .contents.contents01 .Kv_Text.Kv_Text04 {
    width: 37.3%;
    top: 12.5%;
    left: 5%;
}
.Contents_Area .contents.contents01 .Kv_Text.Kv_Text05 {
    width: 27%;
    top: 12.5%;
    right: 7%;
}
.Contents_Area .contents.contents01 .Bt01 {
    position: absolute;
    top: 49%;
    width: 90%;
    margin-inline: auto;
    left: 0;
    right: 0;
}
.Contents_Area .contents.contents01 .Bt03 {
    position: absolute;
    top: 38.5%;
    width: 41%;
    right: 7.5%;
}
.Contents_Area .contents.contents01 .Bt04 {
    position: absolute;
    top: 38.5%;
    width: 41%;
    left: 7.5%;
}
.Contents_Area .contents.contents02 {
    background: #696969;
}
.Contents_Area .contents.contents05 .Bt05{
    position: absolute;
    top: 81.5%;
    width: 87%;
    margin-inline: auto;
    left: 0;
    right: 0;
}
.Contents_Area .contents.contents06 .Bt01 {
    position: absolute;
    top: 8%;
    width: 90%;
    margin-inline: auto;
    left: 0;
    right: 0;
}
.Contents_Area .contents.contents07 .Bt02 {
    position: absolute;
    z-index: 1;
    top: 51.7%;
    width: 80%;
    margin-inline: auto;
    left: 0;
    right: 0;
}
.Contents_Area .contents.contents08 {
    background: #fff;
    padding-block: 20px 25px;
}
.Contents_Area .contents.contents08 .Bt01{
    margin-inline: auto;
    max-width: 90%;
}
@media screen and (min-width: 768px) {
    #wrap,.nav-menu {
        width: 540px;
    }
    #header #regist_bnr img {
        height: 50px;
    }
}
@media screen and (max-width: 768px) {
  .Contents_Area h2.h2_Title {
      font-size: 29px;
      padding-inline: 15px;
  }
  .Contents_Area h3.h3_Title {
      font-size: 20px;
      padding-inline: 15px;
  }
  .Contents_Area .Contents_Text {
      font-size: 16px;
      padding-inline: 15px;
  }
}
@media screen and (max-width: 581px) {
  .Contents_Area h3.h3_Title {
      font-size: 18.5px;
  }
}
@media screen and (max-width: 374px) {
  .Contents_Area h2.h2_Title {
      font-size: 24px;
      padding-inline: 10px;
  }
  .Contents_Area h3.h3_Title {
      font-size: 16.5px;
      padding-inline: 10px;
      line-height: 1.5;
  }
}