@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;
  display: flex;
  justify-items: center;
  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: none;*/
  width: 100%;
}

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

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

}


.button{
  position: absolute;
  z-index:10;
  width:100%;
  justify-items: center;
}

.relative{
  width:100%;
}

.button img{
  width:80%;
}

.btn1{
  bottom: 20%;
}

.btn3{
  bottom:3%;
}

.btn5{
  bottom:40%;
}

.pc2{
  margin: 24px 0;
}


.modal{
  transition:all 300ms ease;
  box-sizing: border-box;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index:100;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  background: rgba(0,0,0,.3);
  padding:16px;
  overflow-y:scroll;
  margin:0;
}

.window{
  transition:all 300ms ease;
  position: relative;
  width:100%;
  border-radius:10px;
  background: white;
  max-width:800px;
  max-height:500px;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  z-index:100;
}

.modal-content{
  z-index: -1;
  border-radius:10px;
}

.modal-header{
  position: absolute;
  display: flex;
  justify-content: flex-end;
  top:16px;
  right:16px;
  z-index:100;
  background: white;
}

.modal-btn{
  font-size:1em;
  z-index:100;
  margin:0 !important;
}

.modal-none{
  display: none;
  width:0;
  height:0;
  transition: all 300ms ease;
}


/*.bottom{*/
/*  position: fixed;*/
/*  bottom:0;*/
/*  width:100%;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  z-index:1;*/
/*}*/

/*.bottom button{*/
/*  font-size:1.5em;*/
/*  font-weight:bold;*/
/*  width: 100%;*/
/*  padding:16px;*/
/*  background-color: #ff001f;*/
/*  color:white;*/
/*  box-shadow:1px 1px 8px 8px rgba(0,0,0,.2);*/
/*}*/

