@charset "utf-8";
@import "common.css";


/*----------------------------------------------------
index
----------------------------------------------------*/

body {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  text-align: center;
  width: 100%;
  line-height: 1.4;
  font-weight: 500;
}

img{
  max-width:100vw;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}


footer {
  margin-bottom:30px;
  font-weight: 300;
  font-size: 1.6em;
  padding-top: 3%;
  border-top: solid 3px #999;
}

footer ul li{
  display: inline-block;
  padding: 0 14px;
  border-right: solid 1px #333;
}

footer ul li:first-child{
  border-left: solid 1px #333;
}

.md-display{
  display: block;
}

.sm-display{
  display: none;
}


.sm-display p img{
  width:100vw !important;
}


.line{
  position: fixed;
  bottom:0;
  z-index:100;
}

@media screen and (max-width: 767px) {
  .sm-display{
    display: block !important;
  }
  .md-display{
    display: none !important;
  }
}

.relative{
  display: flex;
  justify-items: center;
}

.pc3{
  padding-top:32px;
  margin-bottom:64px;
}

.pc5{
  margin-bottom:84px;
}

.sp-btn{
  position: absolute;
  z-index: 10;

}

.sp1{
  bottom:3vw;
  left: 0;
}

.sp2{
  top:54.2%;
}

.sp-btn img{
  width:90vw;
}

.btn{
  position: absolute;
  z-index: 10;
  bottom:3vw;
  left: 18.8vw;
}

.btn img{
  min-width:300px;
  width:60vw;
}

.footer{
  margin-bottom:-10vh;
  color: white;
  background: #333333;
  padding:24px;

}

.pc7{
  background: #e5e5e5;
  padding-bottom:8vw;
}
