body {
    margin: 0;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    background: rgb(252,255,216);
    background: radial-gradient(circle, rgba(252,255,216,1) 0%, rgba(183,164,115,1) 100%);
    background-attachment: fixed;
    background-size: cover;
  }
  
  a {
    text-decoration: none;
  }

  .hidden {
    display: none !important;
  }

  .container {
    display: block;
    max-width: 430px;
    width: 100%;
    height:616px;
    padding: 15px 15px;
    margin: 0 auto;
  }

  .order-wrapper {
    height: 100px;
    width: 410px;
    margin-left: 10px;
    background-color: #3787ff;
  }

  .order-wrapper h2, h4 {
    color: #ffffff;
    margin: 0px;
    padding-left: 50px;
  }

  .order-wrapper h2 {
    padding-top: 22px;
  }

  .panel-wrapper {
    height: 420px;
    width: 420px;
    margin: 5px 5px 0px 5px;
  }

  .panel-item {
    float: left;
    height: 130px;
    width: 130px;
    margin: 1px;
    border: 4px solid rgba(255, 15, 15, 0);
    position: relative;
  }
  
  .panel-img {
    z-index: 1;
    max-width: 100%;
    cursor: pointer;
  }

  .check-mark {
    position: absolute;
    top: 10px; left: 10px;
    z-index: 2;
    height: 30px;
  }

  .overlay {
    position: absolute;
    top: 0px; left: 0px;
    z-index: 5;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
  }
  
  .bottom-wrapper {
    height: 73px;
    width: 410px;
    padding-top: 10px;
    margin-top: 5px;
    margin-left: 10px;
    border-top: 2px solid #adbbcc;
  }

  .reload-btn {
    float: left;
    width: 53px;
    height: 53px;
    line-height: 53px;
    margin-right: 10px;
    background-color: #d1d9e2;
    text-align: center;
    box-shadow: 0px 3px 5px rgb(101, 101, 101);
  }

  .reload-btn:hover > img {
    opacity: 0.7;
  }

  .reload-btn img {
    max-width: 65%;
    opacity: 0.5;
    margin-top: 10px;
  }

  .submit-btn {
    float: right;
    width: 130px;
    height: 53px;
    line-height: 53px;
    border-style: none;
    color: white;
    background-color: #3783ff;
    text-align: center;
    font-size: 20px;
    letter-spacing: 12px;
    padding-left: 10px;
    box-shadow: 0px 3px 5px rgb(101, 101, 101);
  }
  
  #popup-window {
    height: 300px;
    width: 410px;
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 5px 10px black;
    border-radius: 15px;
    z-index: 11;
  }

  .popup-txt-wrapper {
    margin: 70px 0 20px 0;
  }

  .popup-txt-wrapper strong {
    font-size: 23px;
  }

  .popup-btn {
    width: 350px;
    height: 53px;
    line-height: 53px;
    border-style: none;
    color: white;
    background-color: #3783ff;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    padding-left: 0px;
    border-radius: 7px;
    box-shadow: 0px 3px 5px rgb(101, 101, 101);
  }
  
  .full-img {
    display: flex;
    position: absolute;
    top: 60px; left: 10vw;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 80vw;
    height: 512px;
    z-index: 10;
  }

  .full-img img {
    max-width: 1080px;
    max-height: 540px;
    display: flex;
  }

  #dark-layer {
    position:absolute;
    top:0px;
    left:0px;

    width:100%;
    height:100%;

    background-color:#000000;
    opacity:0.5;
    z-index:6;
  }