.container{
    width:100%;
    max-width:1080px;
    margin:0 auto;
}

.fixed_btn {
position: fixed;
width: 125px;
height: 125px;
bottom: 10px;
right: 0px;
z-index: 1;
}

/*スマホサイズデザイン*/
@media screen and (max-width:768px) {
    .container{
        max-width:100%;
    }
}

.image-wrapper{
    width:100%;
    display:none;
}
.image-item{
    width:100%;
    vertical-align: top;
}

/*modal部*/

body {
    font-family: serif;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    background-color: #000;
  }

  .button {
    background: #FF6900;
    color: #fff;
    border: 0;
    width: 100px;
    height: 50px;
    font-size: 20px;
    border-radius: 5px;
    font-family: serif;
    margin:0 10px;
    transition: all 0.5s
  }

  .button:hover {
    opacity:0.6;
    cursor: pointer;
  }

  .modal {
    display: block;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0,0,0);
  }

  .modal-content {
    background-color: #f4f4f4;
    margin: 10% auto;
    width: 35%;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
    animation-name: modalopen;
    animation-duration: 1s;
  }

  @keyframes modalopen {
    from {opacity: 0}
    to {opacity: 1}
  }

  .modal-body {
    padding: 10px 0;
    color: black;
    width:100%;
  }

  .button-wrapper{
      width:100%;
      text-align:center;
      margin-bottom:60px;
  }

  .modal-text{
      text-align:center;
      margin-top:20px;
  }

  .modal-text-highlight{
      text-align:center;
      color:#FF6900;
      font-size:26px;
      margin:10px 0;
  }

  .logo-wrapper{
      margin-top:50px !important;
      width:50%;
      margin:0 auto;
  }
  .logo{
      width:100%;
      text-align:center;
  }

@media screen and (max-width:768px) {
    .modal-content {
        margin: 50% auto;
        width: 85%;
      }
    .button {
        width: 120px;
        height: 60px;
    }
    .logo-wrapper{
        width:70%;
    }

}

.relative {
  position: relative;
}
.absolute-1-1 {
  position: absolute;
  width: 24%;
  transform: translate(-397%,45%);
}
.absolute-1-2 {
  position: absolute;
  width: 18%;
  transform: translate(-327%,45%);
}
.absolute-1-3 {
  position: absolute;
  width: 24%;
  transform: translate(-118%,45%);
}

.absolute-2 {
  position: absolute;
  width: 85%;
  transform: translate(-110%,-5%);
}

iframe {
  border-radius: 10px;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%,-50%);
}
