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


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

body {
  background: #fff;
  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;
  position: relative;
}

img{
  max-width:100vw;
}

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

.fix1 {
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 5.8em;
  color: #fff;
  font-weight: 400;
}

.fix2 {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 355px;
}

.fix3 {
  position: absolute;
  right: 0;
  left: 45%;
  top:46%;
  width: 300px;
}

.fix3 img {
  margin-left:5%;
  width: 300px;
}

.fix4 {
  position: absolute;
  right: 0;
  left: 42%;
  top:20%;
  width: 300px;
}

.fix4 img {
  margin-left:5%;
  width: 300px;
}


.fix5 {
  position: absolute;
  right: 0;
  left: 39%;
  bottom:28%;
  width: 300px;
}

.fix5 img {
  margin-left:5%;
  width: 300px;
}

.button1{
  position: absolute;
  bottom: 55%;
  width:100%;
  background: rgba(0,0,0,0);
}

.button1 img{
  max-width:90vw;
}

.button2{
  position: absolute;
  bottom: 1.3%;
  width: 100%;
  background: rgba(0,0,0,0);
}

.button2 img{
  max-width:93vw;
}

.button3 {
  position:absolute;
  display: block;
  bottom:40%;
  width:100%;
  background: rgba(0,0,0,0);
}

.button3 img{
  max-width:90vw;
}


.button4 {
  position:absolute;
  display: block;
  bottom:1.73%;
  width:100%;
  background: rgba(0,0,0,0);
}

.button4 img{
  max-width:93vw;
}



.button5 {
  position:absolute;
  display: block;
  bottom:15.4%;
  width:100%;
  background: rgba(0,0,0,0);
}

.button5 img{
  max-width:93vw;
}




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;
}

.sm-display{
  display: block;
}


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


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

@media screen and (min-width:1080px) {
  .md-display{
    display: block;
  }
  .sm-display{
    display: none;
  }
  .button1 img{
    max-width:500px;
  }
  .button2 img{
     max-width:500px;
  }
  .button3 img{
    max-width:500px;
  }
  .button4 img{
    max-width:500px;
  }
  .button5 img{
    max-width:500px;
  }
}

.footer-box{
  display: flex;
  justify-content: center;
  position: absolute;
  height:3vw;
  width:100%;
  bottom:1%;
}

.privacy{
  width: 30vw;
}

.tokutei{
  width:37vw;
}

.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{
  border-radius:10px;
}

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

.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);
}

