body{
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    color:#222;
}

@font-face {
	font-family: 'MyFont1';
	src: url(../Fonts/DIN\ Alternate\ Bold.ttf);
}

@font-face {
	font-family: 'MyFont2';
	src: url(../Fonts/KozGoPr6N-Regular.otf);
}

html {
  font-size: 16px;
    background: #000;
  }

p{
    font-family: MyFont2;
    font-size: 0.9em;
    line-height: 2;
    letter-spacing: 0.1em;
}

.sp{
    display: none;
}

img{
    display: block;
}

.img100{
    width: 100%;
}

.img80{
    width: 70%;
    margin: 0 auto;
    opacity: 0.5;
}

h3, h5, h6, .myfont1{
    font-family: MyFont1;
}

h3{
    font-size: 2em;
    position: relative;
    display: inline-block;
    letter-spacing: 1.5;
    margin-bottom: 1.5em;
    line-height: 1.5;
}

/* h3:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 90px;
    height: 5px;
    left: 10%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #222;
    border-radius: 2px;
  } */


h5, h6{
    font-size: 3em;
    position: relative;
    display: inline-block;
    letter-spacing: 0.1em;
    margin-bottom: 1.5em;
    line-height: 1.5;
    color: #fff
}

h5:before, h6:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 90px;
    height: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 2px;
  }

  h5:before {
    left: 25%;
  }

  h6:before {
    left: 10%;
  }
  


  h4{
      font-size: 2em;
  }

  .h4padding{
    margin: 0 0 1em 0;

  }

.black{
    position: relative;
}

.headerLogo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    max-width: 430px;
    width: 30%;
}

.bg{
    background: #000;
}


.contents-txt-box{
    background: #fff;
    /* width: 75%;
    display: flex; */
    width: 75%;
    margin: 0 0 0 auto;
}

.contents-txt-box2{
    background: #fff;
    /* width: 75%;
    display: flex; */
    width: 75%;
    margin: 0 auto 0 0;
}

img.contents-img{
    width: 50%;
    margin-bottom: -34%;
    z-index: 999 !important;
    position: relative;
}

img.contents-img2{
    margin:  0 0 0 auto;
    width: 50%;
    margin-bottom: -37%;
    z-index: 999 !important;
    position: relative;
}


.contents-txt{
    padding: 10% 5% 10% 40%;
}

.contents-txt2{
    padding: 10% 40% 10% 5%;
}

.content-txt-wrap{
    position: relative;
}

.sidebar{
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width:auto;
}

.sidebar2{
    position: absolute;
    top:0;
    right: 0;
    height: 100%;
    width:auto;
}

.contents-wrap{
    width: 100%;
    margin: 230px 0;
}

.sm-txt{
    font-size: 2em;
    color: #fff;
}

.sm-txt2{
    font-size: 1.2em;
    color: #fff;
}

.swiper-wrap{
    width: 70%;
    display: block;
    margin: 0 auto;
    /* width: 80%;
    height: auto; */
}

.swiper-slid img{
    width: 80%;
    height: auto;
}


.text{
    max-width: 480px;
}

img.swiper-img{
    width: 100%;
    height: 100%;
}

.wrap-all{
    width: 70%;
    margin: 0 auto 1em auto;
}

p.endtxt{
    color: #fff;
    font-size: 1.3em;
}

.b1-mar{
    margin-top: 5em;
}

.m-bottom{
    margin-bottom: 10em;
}

footer{
    background: #424142;
    padding: 15px 0;
    text-align: center;
}